@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap");:root{--primary-color:#8cb9b6;--primary-hover:#72a29f;--secondary-color:#d97757;--accent-color:#f6efe9;--bg-color:#fcfcfb;--card-bg:#fff;--text-primary:#2b2b2b;--text-secondary:#71717a;--border-color:#eae5e0;--error-color:#e28e8e;--success-color:#8cb9b6;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--shadow-sm:0 4px 12px rgba(0,0,0,.03);--shadow-md:0 8px 24px rgba(0,0,0,.05);--shadow-lg:0 12px 36px rgba(0,0,0,.08);--transition-fast:0.2s cubic-bezier(0.4,0,0.2,1);--transition-normal:0.4s cubic-bezier(0.4,0,0.2,1);--transition-slow:0.7s cubic-bezier(0.4,0,0.2,1);--font-serif:"Playfair Display",serif;--font-sans:"Inter",-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:clip}body,html{max-width:100vw}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-sans);line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none;transition:opacity var(--transition-fast)}a:hover{opacity:.7}button,input{font:inherit}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);line-height:1.2;font-weight:400;color:var(--text-primary)}h1{font-size:clamp(2.5rem,5vw,3.5rem)}h2{font-size:clamp(2rem,4vw,2.75rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.25rem,2.5vw,1.5rem)}h5{font-size:clamp(1.1rem,2vw,1.25rem)}h6{font-size:clamp(1rem,1.5vw,1.1rem)}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.section{padding:4rem 0}.grid{display:grid;grid-gap:2rem;gap:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2.5rem;border-radius:var(--radius-md);font-weight:500;font-size:.9rem;letter-spacing:.02em;cursor:pointer;border:1px solid transparent;transition:all var(--transition-normal)}.btn-primary{background:var(--text-primary);color:var(--bg-color)}.btn-primary:hover{background:var(--text-secondary);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn-secondary{background:var(--secondary-color);color:#fff}.btn-secondary:hover{background:#c36243;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn-outline{background:transparent;border-color:var(--text-primary);color:var(--text-primary)}.btn-outline:hover{background:var(--text-primary);color:var(--bg-color)}.card{background:transparent;overflow:hidden;transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.modern-product-card{border-radius:24px;overflow:hidden;position:relative;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.04);transition:transform .3s ease;display:flex;flex-direction:column;text-decoration:none}.modern-product-card:hover{transform:translateY(-8px)}.modern-product-img{width:100%;aspect-ratio:3/4;height:auto;object-fit:cover;transition:transform .5s ease}.modern-product-card:hover .modern-product-img{transform:scale(1.05)}.glass-info-box{position:relative;background:transparent;padding:1.25rem 1rem;display:flex;justify-content:space-between;align-items:flex-start;border-top:1px solid var(--border-color);z-index:2;transition:all .3s ease}.glass-title-wrapper{flex:1 1;padding-right:.75rem;display:flex;flex-direction:column;justify-content:center;min-height:2.6rem}.glass-title{font-size:.95rem;font-weight:600;color:var(--text-primary);margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.glass-price-wrapper{flex-shrink:0;text-align:right;display:flex;flex-direction:column;justify-content:flex-start;padding-left:.5rem}.glass-price{font-size:1rem;font-weight:700;color:var(--secondary-color)}.product-action-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.15);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;opacity:0;transition:opacity .3s ease;z-index:3;padding:2rem;pointer-events:none}.modern-product-card:hover .product-action-overlay{opacity:1}.product-action-overlay>*{pointer-events:auto}.mobile-actions{display:none}@media (max-width:768px){.modern-product-card{border-radius:24px;display:flex;flex-direction:column}.modern-product-img{height:auto}.glass-info-box{padding:1rem .75rem;flex-direction:column;align-items:stretch;gap:.8rem}.glass-info-header{display:flex;justify-content:space-between;align-items:flex-start}.glass-title-wrapper{min-height:auto;padding-right:0}.glass-price-wrapper{text-align:right}.glass-title{font-size:.95rem;max-width:100%}.glass-price{font-size:1rem}.product-action-overlay{display:none!important}.mobile-actions{display:flex;gap:.5rem;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.05)}}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(40,60%,98%,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border-color)}.nav{justify-content:space-between;height:4.5rem}.nav,.nav-menu{display:flex;align-items:center}.nav-menu{gap:3rem}.nav-link{font-weight:500;font-size:.9rem;color:var(--text-primary)}.hero{min-height:70vh;justify-content:center;text-align:center;background-color:var(--accent-color);padding:4rem 2rem;border-radius:var(--radius-xl);margin:1rem 2rem}.hero,.hero-section{position:relative;display:flex;align-items:center;overflow:hidden}.hero-section{min-height:90vh;padding:6rem 2rem 2rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr));grid-gap:2.5rem 1.5rem;gap:2.5rem 1.5rem}.product-image-container{position:relative;width:100%;padding-top:133%;background-color:var(--border-color);overflow:hidden;margin-bottom:1rem;border-radius:var(--radius-md)}.product-image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.card:hover .product-image-container img{transform:scale(1.05)}.product-info-wrapper{padding:1.25rem .5rem .5rem}.product-action-wrapper{padding:0 .5rem 1.25rem;display:flex;gap:.5rem}@media (max-width:768px){.product-info-wrapper{padding:1rem .25rem .25rem}.product-action-wrapper{padding:0 .25rem 1rem;gap:.25rem}}.badge{position:absolute;top:10px;left:10px;background:var(--secondary-color);color:#fff;padding:.4rem .8rem;font-size:.75rem;font-weight:500;border-radius:var(--radius-sm);letter-spacing:.05em;z-index:10}.footer{background-color:var(--text-primary);color:var(--bg-color);padding:4rem 0 2rem;margin-top:auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:3rem}.footer-title{font-family:var(--font-sans);font-weight:600;margin-bottom:1.5rem;opacity:.8}.footer-link,.footer-title{font-size:.9rem;color:var(--bg-color)}.footer-link{display:block;margin-bottom:.8rem;font-weight:300}.footer-link:hover{opacity:1;text-decoration:underline;text-underline-offset:4px}.category-summary::-webkit-details-marker{display:none}.category-summary{list-style:none}details[open] .accordion-chevron{transform:rotate(180deg)}.hover-bg:hover{background-color:rgba(153,171,158,.05)}.katalog-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:3rem;gap:3rem;align-items:start}.product-detail-layout{display:grid;grid-template-columns:420px 1fr;grid-gap:4rem;gap:4rem;align-items:start}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 380px;grid-gap:3rem;gap:3rem;align-items:start}.input-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}@media (max-width:992px){.contact-grid{grid-template-columns:1fr}}.product-detail-title{font-size:clamp(1.25rem,2.5vw,1.8rem)!important}@media (min-width:769px) and (max-width:1024px){.container{padding:0 1.5rem}.nav-menu{gap:1.5rem}.hero{margin:1rem;padding:3rem 1.5rem}.katalog-layout{grid-template-columns:220px 1fr;gap:1.5rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),1fr));gap:1.5rem 1rem}.product-detail-layout{grid-template-columns:1fr;gap:3rem}.product-gallery-container{max-width:600px;margin:0 auto;width:100%}.account-layout{grid-template-columns:220px 1fr;gap:1.5rem}.promo-hero-container{padding:3rem 1.5rem;gap:2.5rem;flex-direction:column;text-align:center}.promo-hero-text{max-width:800px}.promo-hero-image-wrap{width:-moz-fit-content;width:fit-content;margin:0 auto;flex:none;justify-content:center;position:relative;display:inline-flex}.promo-hero-img{max-width:400px;width:100%}.promo-sale-badge{left:-1rem;bottom:-1rem;transform:scale(.85) rotate(-10deg)}}@media (max-width:768px){.container{padding:0 1rem}.hero{margin:0;border-radius:0;min-height:50vh}.nav{height:4rem;padding:0 1rem;gap:1rem}.desktop-nav{display:none!important}.mobile-menu-wrapper{display:block}.cart-layout,.checkout-layout,.katalog-layout,.product-detail-layout{grid-template-columns:1fr;gap:2rem}.input-grid{grid-template-columns:1fr;gap:1rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,140px),1fr))!important;gap:1.5rem .75rem}.card h3{font-size:.95rem!important;white-space:normal!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card p{font-size:.85rem!important}.card .btn-outline{padding:.5rem!important;font-size:.8rem!important}h1{font-size:clamp(2rem,8vw,3rem)!important}.editorial-split{grid-template-columns:1fr;gap:2rem}.hero-images-container{height:50vh!important;min-height:400px!important}.quick-categories{padding:2rem 1rem;gap:1rem;grid-template-columns:repeat(4,1fr);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.quick-categories::-webkit-scrollbar{display:none}}@media (max-width:400px){.product-grid{grid-template-columns:1fr!important;gap:1.5rem}.modern-product-img{aspect-ratio:4/5}.glass-title{font-size:1.05rem}.glass-price{font-size:1.1rem}}.mobile-menu-wrapper{display:none}@media (max-width:768px){.mobile-menu-wrapper{display:block}}.hamburger-btn{background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;padding:0;z-index:105}.hamburger-line{width:2rem;height:.25rem;background:var(--text-primary);border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.hamburger-btn.open .hamburger-line:first-child{transform:rotate(45deg)}.hamburger-btn.open .hamburger-line:nth-child(2){opacity:0;transform:translateX(20px)}.hamburger-btn.open .hamburger-line:nth-child(3){transform:rotate(-45deg)}.mobile-drawer{position:fixed;top:0;right:-100%;width:80%;max-width:400px;height:100vh;background-color:var(--bg-color);z-index:104;transition:right .4s cubic-bezier(.4,0,.2,1);box-shadow:-5px 0 25px rgba(0,0,0,.1);display:flex;flex-direction:column;padding:2rem;overflow-y:auto}.mobile-drawer.open{right:0}.mobile-drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.close-btn{background:transparent;border:none;cursor:pointer;color:var(--text-primary);display:flex;align-items:center;justify-content:center;padding:.5rem}.mobile-nav-menu{display:flex;flex-direction:column;gap:1.5rem}.mobile-nav-link{font-size:1.5rem;font-weight:500;color:var(--text-primary);font-family:var(--font-serif)}.mobile-nav-divider{height:1px;background-color:var(--border-color);margin:1rem 0}.mobile-nav-link-small{font-size:1rem;color:var(--text-secondary);font-weight:400}.mobile-drawer-backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:103;opacity:1;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hover-scale{transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.group:hover .hover-scale,.hover-scale:hover{transform:scale(1.05)}.hover-zoom{transition:transform .4s ease}.product-card:hover .hover-zoom{transform:scale(1.08)}.marquee-container{overflow:hidden;white-space:nowrap;background-color:var(--primary-color);color:#fff;padding:1rem 0;display:flex;align-items:center}.marquee-content{display:inline-flex;animation:marquee 25s linear infinite}.marquee-content span{padding:0 2rem;font-family:var(--font-sans);font-weight:500;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.fade-in-up{animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) forwards;opacity:0;transform:translateY(30px)}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-actions{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:1rem;gap:1rem;width:100%}.product-actions .cart-btn{order:1}.product-actions .buy-btn{order:2}.product-actions .wishlist-btn{order:3}@media (max-width:768px){.product-actions{grid-template-columns:1fr auto}.product-actions .cart-btn{grid-column:1/-1;order:3}.product-actions .buy-btn{order:1}.product-actions .wishlist-btn{order:2}}.floating-wa{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background-color:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:999;transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}@media (max-width:768px){.floating-wa{bottom:5rem;right:1.5rem;width:55px;height:55px}}.editorial-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}@media (max-width:992px){.editorial-split{grid-template-columns:1fr;gap:3rem}}@keyframes skeleton-pulse{0%{background-position:150% 0}to{background-position:-50% 0}}.skeleton-loading{background-size:200% 100%}.checkout-layout{display:grid;grid-template-columns:1fr 380px;grid-gap:3rem;gap:3rem;align-items:start}.mobile-filter-summary{display:flex;justify-content:space-between;align-items:center;list-style:none;cursor:pointer;padding:1rem;background-color:var(--card-bg);border-radius:var(--radius-md);margin-bottom:1rem;border:1px solid var(--border-color)}.mobile-filter-summary::-webkit-details-marker{display:none}.mobile-filter-summary .chevron-icon{transition:transform .3s ease}.invoice-customer-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.cart-layout{display:grid;grid-template-columns:1fr 350px}.cart-header,.cart-item-row{display:grid;grid-template-columns:auto 1fr auto auto;grid-gap:1.5rem;gap:1.5rem}.cart-summary{position:-webkit-sticky;position:sticky;top:2rem}.katalog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.katalog-title{font-size:1.8rem;color:var(--text-primary);line-height:1.2}.katalog-stats{color:var(--text-secondary);font-size:.9rem}@media (max-width:768px){html{font-size:14px}.container{padding:0 1.25rem!important}.footer{padding:3rem 0 1.5rem!important}.footer-grid{gap:2rem!important;margin-bottom:2rem!important}.footer-title{margin-bottom:1rem!important}.footer-copyright{text-align:left!important;font-size:.8rem;margin-top:2rem}.footer-link{padding-bottom:.25rem;margin-bottom:.6rem!important}.header{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:100!important}.hero,.hero-section{min-height:auto!important;padding:3rem 1rem!important;margin:1rem!important}.hero-section{padding-top:5rem!important;margin:0!important}.hero-title{font-size:2.5rem!important}.hero-subtitle{font-size:1rem!important}.hero-images-container{display:none!important}.katalog-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem}.katalog-title{font-size:1.5rem!important}.katalog-stats{font-size:.85rem!important}.product-specs{grid-template-columns:80px 1fr!important}.product-desc-title{font-size:1.1rem!important}.continue-shopping-wrapper{text-align:left!important}.invoice-customer-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.mobile-filter-details[open]>.filter-content-wrapper{background:transparent;border:none;padding:0;margin-bottom:1rem;animation:fadeIn .3s ease-out forwards}.desktop-only-filter{display:none}.advanced-filter-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem}.price-inputs{flex-direction:column!important;gap:.25rem!important}.price-inputs .price-separator{display:none}.floating-wa{width:45px!important;height:45px!important}.product-detail-title{font-size:1.5rem!important;margin-bottom:.25rem}.product-detail-price{font-size:1.1rem!important}.product-actions{position:static;width:100%;padding:0;background:transparent;border-top:none;z-index:auto;grid-gap:.75rem!important;gap:.75rem!important;box-shadow:none;display:grid!important;grid-template-columns:1fr auto!important;flex-wrap:unset!important}.product-actions .buy-btn{grid-column:1;grid-row:1;padding:.85rem 1rem!important;font-size:.9rem!important;border-radius:10px!important;order:1;min-height:3rem}.product-actions .wishlist-btn{grid-column:2;grid-row:1;width:48px;height:48px;padding:0!important;display:flex;align-items:center;justify-content:center;border-radius:10px!important;order:2;align-self:stretch}.product-actions .cart-btn{grid-column:1/-1;grid-row:2;padding:.85rem 1rem!important;font-size:.9rem!important;border-radius:10px!important;order:3;min-height:3rem}.floating-wa{width:50px!important;height:50px!important;bottom:1.5rem!important;right:1.5rem!important}.floating-wa svg{width:24px!important;height:24px!important}.product-detail-layout{padding-bottom:2rem}.main-image-container,.product-gallery-container{max-width:100%;overflow-x:hidden}.cart-layout{grid-template-columns:1fr;gap:2rem!important}.cart-header{display:none!important}.cart-item-row{display:flex!important;flex-wrap:wrap!important;flex-direction:row!important;align-items:flex-start!important;gap:1rem!important;padding-bottom:1.5rem!important}.cart-item-row>div:first-child{width:80px!important;height:100px!important;object-fit:cover;border-radius:8px}.cart-item-info{width:calc(100% - 80px - 1rem)!important}.cart-item-qty{width:110px!important;justify-content:center;height:36px!important}.cart-item-subtotal{width:calc(100% - 110px - 1rem)!important;text-align:right!important;font-size:1.1rem;display:flex;align-items:center;justify-content:flex-end}.cart-summary{position:static;margin-top:2rem}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (min-width:769px){.mobile-filter-summary{cursor:default;background-color:transparent;border:none;padding:0;margin-bottom:1.5rem}.mobile-filter-summary .chevron-icon{display:none}.mobile-filter-details>.filter-content-wrapper{display:block!important}.katalog-sidebar{position:-webkit-sticky;position:sticky;top:6rem;max-height:calc(100vh - 7rem);overflow-y:auto;scrollbar-width:thin;padding-bottom:2rem}}@media (min-width:1025px){.product-gallery-container{position:-webkit-sticky;position:sticky;top:5rem}}.account-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:2rem;gap:2rem;align-items:start}.account-sidebar-wrapper{flex:0 0 260px;min-width:260px}.account-sidebar-container{position:-webkit-sticky;position:sticky;top:6rem}.account-sidebar-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-left:.5rem;color:var(--text-primary)}.account-sidebar-menu{display:flex;flex-direction:column;gap:.4rem}.account-btn-base{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:.85rem 1.2rem;margin:0;box-sizing:border-box;border-radius:14px;text-decoration:none;font-size:.95rem;font-weight:500;border:none;background-color:transparent;color:var(--text-secondary);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;width:100%;text-align:left;font-family:inherit}.account-btn-base:hover:not(.active){color:var(--text-primary);background-color:#f4f4f5}.account-btn-base.active{font-weight:600;color:var(--primary-color);background-color:#f0f7f6}.account-menu-icon{display:flex;align-items:center;justify-content:center;transition:color .3s ease}.icon-profil{color:#8b5cf6}.icon-pesanan{color:#f59e0b}.icon-wishlist{color:#ec4899}.account-sidebar-divider{margin:1.5rem 0;height:1px;background:linear-gradient(to right,transparent,var(--border-color),transparent)}.account-menu-text-mobile{display:none}.btn-logout{color:#ef4444}.btn-logout:hover{background-color:#fef2f2;color:#dc2626}@media (max-width:1024px){.account-layout,.checkout-layout{grid-template-columns:1fr;gap:2rem}.checkout-layout>div:last-child{position:static!important}}@media (max-width:768px){.account-sidebar-wrapper{flex:none;min-width:0;width:100%;margin-bottom:1.5rem}.account-sidebar-container{position:static}.account-sidebar-title{display:none}.account-sidebar-inner{background-color:#fff;border-radius:24px;padding:.75rem .5rem;box-shadow:0 4px 20px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.03);width:100%}.account-sidebar-inner,.account-sidebar-menu{display:flex;flex-direction:row;align-items:stretch}.account-sidebar-menu{flex:3 1;width:75%;justify-content:space-evenly;gap:0}.account-menu-text-desktop{display:none}.account-menu-text-mobile{display:block;font-size:.7rem;font-weight:500;color:var(--text-secondary);margin-top:.4rem;text-align:center;width:100%;line-height:1.2;transition:all .3s ease}.account-btn-base{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:.25rem 0;border-radius:12px;background-color:transparent!important;height:auto;text-align:center;width:100%}.account-btn-base:hover:not(.active),.btn-logout:hover{transform:none}.account-btn-base.active .account-menu-text-mobile{color:var(--text-primary);font-weight:700}.account-btn-base.active .account-menu-icon{background-color:var(--primary-color);color:#fff;box-shadow:0 4px 12px rgba(140,185,182,.4);transform:translateY(-2px)}.account-menu-icon{width:44px;height:44px;background-color:#f8fafc;border-radius:14px;color:var(--text-secondary);margin-bottom:0}.btn-logout{flex:1 1;width:25%;padding:.25rem 0!important;background-color:transparent!important;position:relative}.btn-logout:before{content:"";position:absolute;left:0;top:15%;height:70%;width:1px;background-color:var(--border-color)}.btn-logout .account-menu-icon{background-color:#fef2f2;color:#ef4444}.btn-logout .account-menu-text-mobile{color:#ef4444}.account-sidebar-divider{display:none}}.admin-table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:768px){.admin-sidebar{position:fixed!important;top:0;left:-100%;height:100vh;z-index:50!important;transition:left .3s cubic-bezier(.2,.8,.2,1)!important;width:250px!important}.admin-sidebar.mobile-open{left:0}.admin-mobile-topbar{display:flex!important}.admin-dashboard-grid{grid-template-columns:1fr!important}.admin-main>div:last-child>div{padding:1rem!important}.admin-main>div:last-child>div>div:first-child{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.admin-main>div:last-child>div>div:first-child>div:last-child{flex-wrap:wrap!important}}.quick-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:3rem 2rem;max-width:1000px;margin:0 auto}.category-circle{display:flex;flex-direction:column;align-items:center;gap:1rem;text-decoration:none;transition:transform .3s ease}.category-circle:hover{transform:translateY(-5px)}.category-circle-img{width:100px;height:100px;border-radius:50%;object-fit:cover;box-shadow:var(--shadow-sm);border:3px solid transparent;transition:border-color .3s ease}.category-circle:hover .category-circle-img{border-color:var(--secondary-color);box-shadow:var(--shadow-md)}.category-circle-title{font-family:var(--font-sans);font-size:.95rem;font-weight:500;color:var(--text-primary);text-align:center}.trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;padding:3rem 2rem;background-color:#fff;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.trust-badge-item{display:flex;align-items:center;gap:1rem}.trust-badge-icon{width:45px;height:45px;background-color:var(--accent-color);color:var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.trust-badge-text{display:flex;flex-direction:column}.trust-badge-title{font-weight:600;font-size:.95rem;color:var(--text-primary)}.trust-badge-desc{font-size:.8rem;color:var(--text-secondary)}.product-overlay{position:absolute;inset:0;background-color:hsla(0,0%,100%,.7);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition-normal);z-index:5}.card:hover .product-overlay{opacity:1}.product-overlay-btn{padding:.75rem 1.5rem;background-color:var(--text-primary);color:#fff;border-radius:var(--radius-xl);font-weight:500;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;transform:translateY(10px);transition:transform var(--transition-normal)}.card:hover .product-overlay-btn{transform:translateY(0)}@media (max-width:768px){.product-marquee-track{animation:none!important;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-left:1rem!important;padding-right:1rem!important;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.product-marquee-track::-webkit-scrollbar{display:none}.product-marquee-track .card{scroll-snap-align:center;width:260px!important}.marquee-duplicate{display:none!important}.quick-categories{grid-template-columns:repeat(4,1fr);overflow-x:auto;padding:2rem 1rem;gap:1rem;scroll-snap-type:x mandatory}.category-circle{scroll-snap-align:start;min-width:80px}.category-circle-img{width:75px;height:75px}.category-circle-title{font-size:.8rem}.trust-badges{flex-direction:column;gap:1.5rem;align-items:flex-start;padding:2rem}}.promo-hero-container{position:relative;z-index:1;padding:3rem 2rem 5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4rem;max-width:1100px;margin:0 auto}.promo-hero-text{flex:1 1;min-width:300px;max-width:600px}.promo-hero-label{letter-spacing:.2em;font-size:.85rem}.promo-hero-title{font-size:clamp(3rem,5vw,4.5rem)}.promo-hero-desc{font-size:1.1rem}.promo-hero-image-wrap{flex:1 1;min-width:300px;display:flex;justify-content:flex-end;position:relative}.promo-hero-img{position:relative;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:400px;object-fit:cover;aspect-ratio:3/4}.promo-sale-badge{position:absolute;bottom:2rem;left:-2rem;background-color:#fff;color:var(--secondary-color);padding:1.5rem;border-radius:50%;width:120px;height:120px;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:var(--shadow-lg);transform:rotate(-10deg)}@media (max-width:768px){.promo-hero-container{padding:3rem 1.25rem 2.5rem;gap:1rem;flex-direction:row;align-items:center;text-align:left;flex-wrap:nowrap}.promo-hero-text{flex:1 1;min-width:0;max-width:none;order:1}.promo-hero-label{letter-spacing:.05em!important;font-size:.65rem!important}.promo-hero-title{font-size:1.25rem!important;margin:.2rem 0 .4rem!important;line-height:1.1!important}.promo-hero-desc{font-size:.75rem!important;margin-bottom:.5rem!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.promo-hero-image-wrap{flex:0 0 110px;min-width:0;justify-content:flex-end;order:2}.promo-hero-img{max-width:110px;width:100%;aspect-ratio:3/4;border-radius:var(--radius-md)}.promo-sale-badge{width:54px;height:54px;padding:.4rem;bottom:-.5rem;left:-.5rem}.promo-sale-badge span:first-child{font-size:.85rem!important}.promo-sale-badge span:last-child{font-size:.42rem!important}}.voucher-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.voucher-card{flex:1 1 300px;max-width:400px;display:flex;background-color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;min-height:140px;height:auto;border:1px solid var(--border-color);transition:transform .3s ease}.voucher-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.voucher-content{flex:1 1;padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.voucher-divider{width:20px;position:relative;background-image:radial-gradient(circle at 10px 0,transparent 10px,#fff 11px);background-size:20px 20px;background-position:-10px -10px;border-left:2px dashed var(--border-color);margin-left:-2px}.voucher-action{width:70px;background-color:var(--secondary-color);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity var(--transition-fast)}.voucher-action:hover{opacity:.85}.voucher-type{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary)}.voucher-title{font-size:1.5rem;color:var(--text-primary);margin:.2rem 0}.voucher-desc{font-size:.85rem;color:var(--text-secondary);margin-bottom:1rem}.voucher-code-row{display:flex;gap:.5rem;align-items:center}.voucher-code{padding:.4rem .8rem;border:1px dashed var(--secondary-color);border-radius:4px;font-weight:600;color:var(--secondary-color);font-size:.85rem;background-color:rgba(217,119,87,.05)}.voucher-copy{font-size:.8rem;color:var(--primary-color);cursor:pointer;font-weight:500}.voucher-claim-text{writing-mode:vertical-rl;transform:rotate(180deg);white-space:nowrap;font-weight:600;font-size:.9rem;color:#fff;letter-spacing:.1em}@media (max-width:768px){.voucher-grid{grid-template-columns:1fr;gap:.75rem}.voucher-section{margin-top:1.5rem!important}.voucher-card{height:auto;min-height:unset;border-radius:var(--radius-sm)}.voucher-content{padding:.65rem .85rem;gap:.15rem}.voucher-type{font-size:.6rem!important}.voucher-title{font-size:.95rem!important;margin:.1rem 0 .2rem!important}.voucher-desc{font-size:.72rem!important;margin-bottom:.4rem!important}.voucher-code{font-size:.7rem!important;padding:.2rem .45rem!important}.voucher-copy{font-size:.72rem!important}.voucher-action{width:52px;flex-shrink:0}.voucher-claim-text{font-size:.8rem!important;letter-spacing:.1em!important;transform:rotate(180deg)!important}}.floating-wa:hover{transform:scale(1.1) translateY(-5px);box-shadow:0 10px 20px rgba(37,211,102,.3)!important}.floating-chatbot-btn{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background-color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:999;transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;border:none;color:#fff}.floating-chatbot-btn:hover{transform:scale(1.1)}.chatbot-overlay{position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:998}.chatbot-panel{position:fixed;bottom:6rem;right:2rem;width:360px;max-height:520px;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12);z-index:1000;display:flex;flex-direction:column;overflow:hidden;transform:translateY(20px);opacity:0;pointer-events:none;transition:all .3s ease}.chatbot-panel--open{transform:translateY(0);opacity:1;pointer-events:all}.chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--primary-color);color:#fff}.chatbot-header-info{display:flex;align-items:center;gap:.75rem}.chatbot-avatar{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center}.chatbot-header-title{font-weight:600;font-size:.95rem}.chatbot-header-status{font-size:.75rem;opacity:.8}.chatbot-close{background:none;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:50%;display:flex;transition:background .2s}.chatbot-close:hover{background:hsla(0,0%,100%,.2)}.chatbot-body{flex:1 1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.chatbot-welcome{display:flex;gap:.75rem;margin-bottom:.5rem}.chatbot-welcome-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary-color);display:flex;align-items:center;justify-content:center;flex-shrink:0}.chatbot-welcome-text{background:#f0f0f0;padding:.75rem 1rem;border-radius:12px 12px 12px 4px;font-size:.9rem;line-height:1.5;color:#333}.chatbot-answer-view,.chatbot-messages{display:flex;flex-direction:column;gap:.75rem}.chatbot-bubble{padding:.75rem 1rem;border-radius:12px;font-size:.9rem;line-height:1.5;max-width:85%}.chatbot-bubble--question{background:#f0f0f0;color:#333;align-self:flex-start;border-radius:12px 12px 12px 4px}.chatbot-bubble--answer{background:var(--primary-color);color:#fff;align-self:flex-end;border-radius:12px 12px 4px 12px}.chatbot-categories{display:flex;flex-direction:column;gap:.35rem;margin-top:.25rem}.chatbot-category{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff}.chatbot-cat-header{display:flex;align-items:center;gap:.6rem;width:100%;padding:.7rem .85rem;background:#f9fafb;border:none;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;color:var(--text-primary);transition:background .2s;text-align:left}.chatbot-cat-header:hover{background:#f3f4f6}.chatbot-cat-header--open{background:rgba(140,185,182,.1);border-bottom:1px solid #e5e7eb}.chatbot-cat-icon{font-size:1.1rem;flex-shrink:0}.chatbot-cat-label{flex:1 1}.chatbot-cat-count{font-size:.7rem;font-weight:500;color:var(--text-secondary);background:#e5e7eb;padding:.1rem .45rem;border-radius:8px}.chatbot-cat-arrow{font-size:1rem;color:var(--text-secondary);flex-shrink:0;transition:transform .2s}.chatbot-cat-items{display:flex;flex-direction:column;gap:.35rem;padding:.5rem}.chatbot-question-btn{text-align:left;padding:.75rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;font-size:.85rem;color:var(--text-primary);transition:all .2s;font-family:inherit}.chatbot-question-btn:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.chatbot-no-faq{color:var(--text-secondary);padding:1rem}.chatbot-back-btn,.chatbot-no-faq{text-align:center;font-size:.85rem}.chatbot-back-btn{background:none;border:none;color:var(--primary-color);cursor:pointer;padding:.5rem;font-weight:500;font-family:inherit}.chatbot-back-btn:hover{text-decoration:underline}.chatbot-wa-subtle{display:flex;align-items:center;justify-content:center;gap:.4rem;width:100%;padding:.6rem;background:none;border:1px dashed #e5e7eb;border-radius:8px;font-size:.8rem;color:var(--text-secondary);cursor:pointer;transition:all .2s;font-family:inherit;margin-top:.25rem}.chatbot-wa-subtle:hover{border-color:#25d366;color:#25d366;background:rgba(37,211,102,.05)}@media (max-width:768px){.floating-chatbot-btn{bottom:5rem;right:1.5rem;width:55px;height:55px}.chatbot-panel{bottom:0;right:0;width:100%;border-radius:0;height:100%}.chatbot-panel,.chatbot-panel--open{max-height:100%}}.blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.05)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.blog-wysiwyg-content p{margin-bottom:1.5rem}.blog-wysiwyg-content h1,.blog-wysiwyg-content h2,.blog-wysiwyg-content h3{color:var(--text-primary);margin-top:2rem;margin-bottom:1rem;font-weight:700}.blog-wysiwyg-content ol,.blog-wysiwyg-content ul{margin-left:2rem;margin-bottom:1.5rem;padding-left:1rem}.blog-wysiwyg-content ul{list-style-type:disc}.blog-wysiwyg-content ol{list-style-type:decimal}.blog-wysiwyg-content li{margin-bottom:.5rem}.blog-wysiwyg-content blockquote{border-left:4px solid var(--primary-color);padding-left:1rem;color:#64748b;font-style:italic;margin-bottom:1.5rem}.blog-wysiwyg-content a{color:var(--primary-color);text-decoration:underline}.blog-wysiwyg-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.blog-wysiwyg-content b,.blog-wysiwyg-content strong{font-weight:700;color:var(--text-primary)}