*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-canvas: #CFE8F3;--bg-card-light: #EBF5F9;--bg-promo-cyan: #44B9DC;--bg-teal-card: #2B7B8C;--bg-peach-test: #F9EFE9;--bg-cyan-test: #EDF7FA;--bg-contact: #DDF0F6;--accent-terracotta: #D76B52;--accent-terracotta-dark: #C45A42;--accent-teal-mark: #3C7B8E;--text-dark: #0F172A;--text-charcoal: #2D3748;--text-muted: #64748B;--text-white: #FFFFFF;--radius-outer: 24px;--radius-card: 20px;--radius-subcard: 16px;--radius-pill: 25px;--font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--grid-gap: 16px}body{font-family:var(--font-family);background-color:#b2d8e8;color:var(--text-dark);display:flex;justify-content:center;align-items:flex-start;min-height:100vh;padding:16px;-webkit-font-smoothing:antialiased}.page-canvas{width:100%;max-width:1400px;background-color:var(--bg-canvas);border-radius:var(--radius-outer);padding:16px 20px 24px;box-shadow:0 20px 50px #0f172a14}.navbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-bottom:16px}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;cursor:pointer;background:none;border:none;font-family:inherit}.logo-mark{display:flex;gap:3px;align-items:center}.mark-bar{width:5px;transform:skew(-18deg);border-radius:2px;transition:transform .2s ease}.mark-bar.bar-1{background-color:var(--accent-terracotta);height:22px}.mark-bar.bar-2{background-color:var(--accent-teal-mark);height:16px;align-self:flex-end}.mark-bar.bar-3{background-color:var(--accent-terracotta);height:22px}.mark-bar.bar-4{background-color:var(--accent-teal-mark);height:16px;align-self:flex-end}.mark-large{gap:4px}.mark-large .mark-bar{width:7px}.mark-large .mark-bar.bar-1{height:28px}.mark-large .mark-bar.bar-2{height:20px}.mark-large .mark-bar.bar-3{height:28px}.mark-large .mark-bar.bar-4{height:20px}.logo-text{font-size:24px;font-weight:900;color:var(--text-dark);letter-spacing:-.5px}.nav-menu{display:flex;align-items:center;gap:32px}.nav-link,.nav-link-btn{text-decoration:none;font-size:15px;font-weight:500;color:var(--text-charcoal);background:none;border:none;cursor:pointer;font-family:var(--font-family);transition:color .2s ease;padding:6px 2px}.nav-link:hover,.nav-link-btn:hover{color:var(--accent-terracotta)}.nav-link.active,.nav-link-btn.active{color:var(--accent-terracotta);font-weight:700;position:relative}.nav-link.active:after,.nav-link-btn.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2.5px;background-color:var(--accent-terracotta);border-radius:2px}.nav-actions{display:flex;align-items:center;gap:14px}.icon-btn{width:44px;height:44px;border-radius:50%;background-color:var(--text-white);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000000d;transition:transform .15s ease,background-color .15s ease;position:relative}.icon-btn:hover{transform:translateY(-2px);background-color:#f8fafc;box-shadow:0 4px 12px #00000014}.cart-wrapper{position:relative}.notification-badge{position:absolute;bottom:-2px;left:-2px;width:19px;height:19px;border-radius:50%;background-color:#d94a38;color:var(--text-white);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--bg-canvas);animation:popIn .2s ease}.hero-bento,.shop-bento,.about-bento,.contact-bento,.collection-bento,.wishlist-bento{display:flex;flex-direction:column;gap:var(--grid-gap);margin-top:4px}.bento-row{display:flex;gap:var(--grid-gap);width:100%}.bento-card{border-radius:var(--radius-card);overflow:hidden;position:relative;box-shadow:0 4px 14px #00000008}.bento-column{display:flex;flex-direction:column;gap:var(--grid-gap)}.main-hero-card{flex:4.8;height:460px;display:flex;flex-direction:column;justify-content:space-between;padding:36px;color:var(--text-white)}.hero-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:1;filter:brightness(.78) contrast(1.05);transition:filter .3s ease}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a99,#0f172a59 45%,#0f172acc);z-index:2}.hero-content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:6px;padding:18px 28px;border-radius:20px;background:radial-gradient(ellipse at center,#0f172a73,#0f172a00 85%)}.hero-title{font-size:34px;font-weight:800;line-height:1.25;margin-bottom:12px;letter-spacing:-.5px;color:#fff;text-shadow:0 4px 16px rgba(0,0,0,.75)}.hero-subtitle{font-size:14.5px;font-weight:500;color:#f8fafc;max-width:460px;line-height:1.5;margin-bottom:22px;text-shadow:0 2px 10px rgba(0,0,0,.8)}.shop-now-btn{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 32px;border-radius:var(--radius-pill);background-color:var(--accent-terracotta);color:var(--text-white);text-decoration:none;font-size:14px;font-weight:600;border:none;cursor:pointer;font-family:var(--font-family);box-shadow:0 4px 12px #d76b5266;transition:transform .2s ease,background-color .2s ease}.shop-now-btn:hover{background-color:var(--accent-terracotta-dark);transform:translateY(-2px)}.hero-stats{position:relative;z-index:3;display:flex;justify-content:space-between;width:100%;padding-top:20px;border-top:1px solid rgba(255,255,255,.2)}.stat-item{display:flex;flex-direction:column;align-items:flex-start}.stat-number{font-size:25px;font-weight:800;line-height:1.1;color:var(--text-white);text-shadow:0 3px 10px rgba(0,0,0,.75)}.stat-label{font-size:11.5px;font-weight:500;color:#fffffff2;margin-top:4px;line-height:1.25;text-shadow:0 2px 6px rgba(0,0,0,.85)}.promo-card{flex:3.4;height:460px;background-color:var(--bg-promo-cyan);display:flex;flex-direction:column;justify-content:space-between;padding:24px;text-align:left}.promo-top-tag{font-size:12px;font-weight:700;letter-spacing:.5px;color:var(--text-dark);text-align:center;text-transform:uppercase}.promo-img-wrapper{flex:1;display:flex;align-items:center;justify-content:center;margin:10px 0}.promo-img{max-height:215px;width:auto;object-fit:contain;filter:url(#remove-white-bg) drop-shadow(0 12px 18px rgba(0,0,0,.15));mask-image:radial-gradient(circle at center,#000 62%,transparent 94%);-webkit-mask-image:radial-gradient(circle at center,#000 62%,transparent 94%);mix-blend-mode:multiply}.transparent-bg-img{filter:url(#remove-white-bg);mask-image:radial-gradient(ellipse at center,#000 62%,transparent 94%);-webkit-mask-image:radial-gradient(ellipse at center,#000 62%,transparent 94%);mix-blend-mode:multiply}.promo-bottom{display:flex;flex-direction:column;gap:8px}.promo-title{font-size:23px;font-weight:700;color:var(--text-dark);letter-spacing:-.3px;line-height:1.2}.promo-desc{font-size:13px;color:#1e293b;opacity:.85;line-height:1.4;margin-bottom:8px}.promo-cta{display:inline-flex;align-items:center;width:fit-content;background-color:#000;color:var(--text-white);border-radius:var(--radius-pill);padding:4px 4px 4px 18px;cursor:pointer;transition:transform .2s ease;-webkit-user-select:none;user-select:none}.promo-cta:hover{transform:scale(1.02)}.cta-pill-text{font-size:13px;font-weight:600;margin-right:12px}.cta-circle-arrow{width:32px;height:32px;border-radius:50%;background-color:var(--accent-terracotta);display:flex;align-items:center;justify-content:center}.product-column{flex:2.8;height:460px}.product-card{height:222px;background-color:var(--bg-card-light);display:flex;flex-direction:column;justify-content:space-between;padding:16px 20px;border-radius:var(--radius-subcard)}.product-img-box{flex:1;display:flex;align-items:center;justify-content:center}.product-img-box img{max-height:120px;width:auto;object-fit:contain;filter:url(#remove-white-bg);mask-image:radial-gradient(ellipse at center,#000 64%,transparent 95%);-webkit-mask-image:radial-gradient(ellipse at center,#000 64%,transparent 95%);mix-blend-mode:multiply;transition:transform .3s ease}.product-card:hover .product-img-box img{transform:scale(1.05)}.product-info{display:flex;align-items:flex-end;justify-content:space-between}.product-text{display:flex;flex-direction:column;gap:2px}.product-name{font-size:13px;font-weight:500;color:var(--text-charcoal)}.product-price{font-size:15px;font-weight:800;color:var(--text-dark)}.add-btn{width:34px;height:34px;border-radius:50%;background-color:#000;color:var(--text-white);border:none;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.add-btn:hover{background-color:var(--accent-terracotta);transform:scale(1.08)}.row-2{height:370px}.gallery-card{flex:3.5;height:100%;position:relative;display:flex;align-items:center;justify-content:center;color:var(--text-white)}.gallery-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:1}.gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:2}.gallery-content{position:relative;z-index:3;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.gallery-title{font-size:28px;font-weight:700}.gallery-link,.gallery-link-btn{color:var(--text-white);font-size:14px;font-weight:500;text-decoration:underline;text-underline-offset:4px;background:none;border:none;cursor:pointer;font-family:var(--font-family);transition:opacity .2s ease}.gallery-link:hover,.gallery-link-btn:hover{opacity:.85}.brand-testimonials-column{flex:3.8;height:100%}.brand-banner-card{height:130px;background:linear-gradient(90deg,#fff,#fcd8cd);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:var(--radius-subcard)}.brand-logo-wrap{display:flex;align-items:center;gap:12px}.brand-title{font-size:40px;font-weight:900;letter-spacing:-1px;color:#000}.brand-subtitle{font-size:11px;font-weight:800;letter-spacing:2px;color:#000}.testimonials-row{display:flex;gap:var(--grid-gap);height:224px}.testimonial-card{flex:1;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:16px;border-radius:var(--radius-subcard)}.test-peach{background-color:var(--bg-peach-test)}.test-cyan{background-color:var(--bg-cyan-test)}.test-header{display:flex;align-items:center;gap:10px}.avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.test-user{display:flex;flex-direction:column}.user-name{font-size:13px;font-weight:700;color:var(--text-dark)}.user-rating{font-size:11px;font-weight:600;color:var(--text-dark)}.star{font-size:10px}.test-text{font-size:10.5px;color:#4a5568;line-height:1.45;margin:6px 0}.test-date{font-size:9px;color:#94a3b8;text-align:right}.feature-store-contact-group{flex:4.8;height:100%;display:flex;flex-direction:column;gap:var(--grid-gap)}.feature-teal-card{height:195px;background-color:var(--bg-teal-card);color:var(--text-white);padding:20px 24px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-card)}.teal-content{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.teal-title{font-size:23px;font-weight:700;line-height:1.25;margin-bottom:8px;color:var(--text-white)}.teal-desc{font-size:11.5px;color:#d0ecf2;line-height:1.4;margin-bottom:16px;max-width:85%}.search-bar{width:100%;max-width:440px;height:42px;background-color:var(--text-white);border-radius:var(--radius-pill);display:flex;align-items:center;padding:0 18px;gap:10px;box-shadow:0 4px 12px #0000000f}.search-bar input{border:none;outline:none;background:transparent;width:100%;font-size:13px;color:var(--text-dark);font-family:var(--font-family)}.search-bar input::placeholder{color:#94a3b8}.store-contact-row{display:flex;gap:var(--grid-gap);height:159px}.store-finder-card{flex:1;height:100%;background:linear-gradient(180deg,#d2e4eb,#fad3c8);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px;text-align:center;border-radius:var(--radius-card);transition:transform .2s ease;cursor:pointer}.store-finder-card:hover{transform:translateY(-2px)}.pin-circle{width:46px;height:46px;border-radius:50%;background-color:#000;display:flex;align-items:center;justify-content:center}.store-title{font-size:16px;font-weight:800;color:var(--text-dark);line-height:1.25}.contact-card{flex:1.2;height:100%;background-color:var(--bg-contact);display:flex;flex-direction:column;justify-content:space-between;padding:16px;border-radius:var(--radius-card)}.contact-top{display:flex;flex-direction:column;gap:6px}.contact-title{font-size:14px;font-weight:800;color:var(--text-dark)}.contact-details{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:10.5px;color:#334155;font-weight:500}.social-bar{display:flex;align-items:center;gap:8px}.social-box{width:34px;height:34px;border-radius:10px;border:1px solid #BCE3EE;background-color:#fff6;display:flex;align-items:center;justify-content:center;color:var(--text-dark);text-decoration:none;transition:transform .2s ease,background-color .2s ease}.social-box:hover{transform:translateY(-2px);background-color:#fff;border-color:var(--accent-terracotta)}.shop-row-1{height:230px}.shop-banner-card{flex:4.5;background-color:var(--bg-teal-card);color:var(--text-white);padding:24px 28px;display:flex;flex-direction:column;justify-content:center;border-radius:var(--radius-card)}.shop-banner-title{font-size:26px;font-weight:800;margin-bottom:6px;letter-spacing:-.3px}.shop-banner-subtitle{font-size:12.5px;color:#d0ecf2;margin-bottom:16px;line-height:1.4;max-width:90%}.shop-search-bar{max-width:100%}.category-filter-card{flex:3.5;background-color:var(--bg-card-light);padding:22px;display:flex;flex-direction:column;justify-content:center;border-radius:var(--radius-card)}.filter-card-title{font-size:15px;font-weight:800;color:var(--text-dark);margin-bottom:12px}.category-pills{display:flex;flex-wrap:wrap;gap:8px}.pill-btn{height:32px;padding:0 14px;border-radius:16px;border:1px solid #CBD5E1;background-color:#fff;color:var(--text-charcoal);font-size:11.5px;font-weight:600;cursor:pointer;font-family:var(--font-family);transition:all .2s ease}.pill-btn:hover{border-color:var(--accent-terracotta);color:var(--accent-terracotta)}.pill-btn.active{background-color:var(--accent-terracotta);color:var(--text-white);border-color:var(--accent-terracotta)}.shop-promo-card{flex:2.8;background-color:var(--bg-promo-cyan);padding:22px;display:flex;flex-direction:column;justify-content:center;border-radius:var(--radius-card);color:var(--text-dark)}.shop-promo-tag{font-size:11px;font-weight:800;letter-spacing:.5px}.shop-promo-title{font-size:18px;font-weight:800;margin:6px 0 10px;line-height:1.25}.shop-promo-code{font-size:11.5px;background-color:#00000014;padding:4px 12px;border-radius:12px;width:fit-content}.shop-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--grid-gap);margin:var(--grid-gap) 0}.shop-product-item{height:280px;background-color:var(--bg-card-light);border-radius:var(--radius-card);padding:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.product-badge{position:absolute;top:14px;left:14px;background-color:#000;color:#fff;font-size:10px;font-weight:700;padding:3px 10px;border-radius:12px;z-index:2}.badge-sale{background-color:var(--accent-terracotta)}.wish-icon-btn{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:50%;background-color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:0 2px 6px #0000000f;transition:transform .15s ease}.wish-icon-btn:hover{transform:scale(1.1)}.product-meta{font-size:11px;color:var(--text-muted);margin-bottom:2px;display:flex;align-items:center;gap:4px}.product-meta .rating{font-weight:700;color:var(--text-dark)}.shop-pagination-card{height:68px;background-color:var(--bg-card-light);border-radius:var(--radius-card);display:flex;align-items:center;justify-content:space-between;padding:0 24px}.pagination-info{font-size:13px;font-weight:600;color:var(--text-charcoal)}.pagination-btn-group{display:flex;align-items:center;gap:8px}.page-num,.page-next{height:36px;padding:0 14px;border-radius:10px;border:1px solid #CBD5E1;background-color:#fff;color:var(--text-dark);font-size:12.5px;font-weight:600;cursor:pointer;font-family:var(--font-family);transition:all .2s ease}.page-num:hover,.page-next:hover{border-color:var(--text-dark)}.page-num.active{background-color:#000;color:#fff;border-color:#000}.wish-icon-btn.active svg{fill:var(--accent-terracotta);stroke:var(--accent-terracotta)}.wish-badge{position:absolute;top:-3px;right:-3px;width:18px;height:18px;border-radius:50%;background-color:var(--accent-terracotta);color:#fff;font-size:10.5px;font-weight:800;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--bg-canvas);animation:popIn .2s ease}@keyframes popIn{0%{transform:scale(0)}to{transform:scale(1)}}.collection-row-1{height:190px}.collection-banner-card{flex:4.8;background-color:var(--bg-teal-card);color:var(--text-white);padding:24px 32px;display:flex;flex-direction:column;justify-content:center;border-radius:var(--radius-card)}.coll-tag{font-size:11px;font-weight:800;letter-spacing:1px;color:#d0ecf2;margin-bottom:4px}.collection-title{font-size:26px;font-weight:800;letter-spacing:-.3px;margin-bottom:6px}.collection-subtitle{font-size:13px;color:#d0ecf2;line-height:1.45;max-width:90%}.collection-theme-card{flex:5.2;background-color:var(--bg-card-light);padding:24px 32px;display:flex;flex-direction:column;justify-content:center;border-radius:var(--radius-card)}.collection-row-2{height:420px}.main-lookbook-card{flex:4.8;height:100%;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:28px;color:var(--text-white)}.lookbook-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:1;filter:brightness(.8)}.lookbook-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000040,#000000a6);z-index:2}.look-badge{position:relative;z-index:3;width:fit-content;background-color:var(--accent-terracotta);color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:12px}.lookbook-content{position:relative;z-index:3;display:flex;flex-direction:column;gap:12px}.lookbook-title{font-size:26px;font-weight:800;line-height:1.2}.lookbook-desc{font-size:13px;color:#ffffffe6;line-height:1.4}.lookbook-bottom-bar{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid rgba(255,255,255,.25)}.look-price-group{display:flex;flex-direction:column}.look-price-label{font-size:11px;color:#fffc}.look-price-val{font-size:19px;font-weight:800;color:#fff}.look-price-val .old-price{font-size:13px;text-decoration:line-through;opacity:.7;font-weight:500}.promo-lookbook-card{flex:3.4;height:100%;background-color:var(--bg-promo-cyan);display:flex;flex-direction:column;justify-content:space-between;padding:24px;border-radius:var(--radius-card)}.compact-series-column{flex:2.8;height:100%}.compact-subcard{height:202px;background-color:var(--bg-card-light);border-radius:var(--radius-card);padding:20px;display:flex;flex-direction:column;justify-content:center;gap:8px}.compact-peach{background-color:var(--bg-peach-test)}.compact-tag{font-size:10.5px;font-weight:800;letter-spacing:.5px;color:var(--text-muted)}.compact-title{font-size:17px;font-weight:800;color:var(--text-dark)}.compact-price{font-size:14px;font-weight:700;color:var(--accent-terracotta)}.collection-bundles-section{margin-top:var(--grid-gap)}.section-title{font-size:20px;font-weight:800;color:var(--text-dark);margin-bottom:var(--grid-gap)}.bundle-card{height:310px;background-color:var(--bg-card-light);border-radius:var(--radius-card);padding:16px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.bundle-details{display:flex;flex-direction:column;gap:4px}.bundle-name{font-size:15px;font-weight:800;color:var(--text-dark)}.bundle-items{font-size:11.5px;color:var(--text-muted);line-height:1.3}.bundle-price-bar{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding-top:8px;border-top:1px solid rgba(0,0,0,.06)}.bundle-price{font-size:15px;font-weight:800;color:var(--text-dark)}.bundle-price .old{font-size:11.5px;text-decoration:line-through;color:var(--text-muted);font-weight:500}.btn-bundle-buy{height:32px;padding:0 16px;border-radius:var(--radius-pill);background-color:#000;color:#fff;border:none;font-size:12px;font-weight:600;cursor:pointer;font-family:var(--font-family);display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,transform .15s ease}.btn-bundle-buy:hover{background-color:var(--accent-terracotta);transform:translateY(-1px)}.pillars-grid-clean{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.pillar-clean-box{display:flex;align-items:flex-start;gap:12px;background:#fff;padding:14px 16px;border-radius:14px}.pillar-svg-icon{width:36px;height:36px;border-radius:10px;background:#d76b521a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pillar-clean-box h4{font-size:13.5px;font-weight:700;color:var(--text-dark);margin-bottom:2px}.pillar-clean-box p{font-size:11.5px;color:var(--text-muted);line-height:1.4}.contact-hero-card{background:var(--bg-teal-card);color:#fff;display:flex;flex-direction:column;justify-content:center}.contact-main-title{font-size:26px;font-weight:800;margin:4px 0 8px;letter-spacing:-.4px}.contact-main-subtitle{font-size:13px;color:#d0ecf2;line-height:1.45}.wa-pill-btn{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;padding:10px 22px;border-radius:var(--radius-pill);font-size:13px;font-weight:700;text-decoration:none;box-shadow:0 4px 12px #25d36659;transition:all .2s ease}.wa-pill-btn:hover{background:#20bd5a;transform:translateY(-2px)}.contact-channels-card{background:var(--bg-card-light);display:flex;flex-direction:column;justify-content:center}.channels-title{font-size:15px;font-weight:800;margin-bottom:12px}.channels-list{display:flex;flex-direction:column;gap:10px}.channel-item{display:flex;align-items:center;gap:12px;background:#fff;padding:10px 14px;border-radius:12px}.channel-icon-svg{width:32px;height:32px;border-radius:8px;background:#d76b521a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.channel-text{display:flex;flex-direction:column}.ch-label{font-size:10px;color:var(--text-muted);font-weight:600}.channel-text strong{font-size:12.5px;color:var(--text-dark)}.contact-hours-card{background:var(--bg-promo-cyan);display:flex;flex-direction:column;justify-content:space-between}.hours-box{display:flex;flex-direction:column;gap:8px;margin:10px 0}.hours-row{display:flex;justify-content:space-between;font-size:12px;color:var(--text-dark)}.hours-row strong{font-weight:800}.hours-badge{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:var(--text-dark);background:#fff6;padding:4px 10px;border-radius:10px;width:fit-content}.status-dot{width:8px;height:8px;border-radius:50%;background:#10b981}.contact-form-card{background:var(--bg-card-light);display:flex;flex-direction:column;justify-content:space-between}.custom-contact-form{display:flex;flex-direction:column;gap:12px;margin-top:14px}.form-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.custom-contact-form .form-group{display:flex;flex-direction:column;gap:4px}.custom-contact-form label{font-size:11.5px;font-weight:700;color:var(--text-dark)}.custom-contact-form input,.custom-contact-form select,.custom-contact-form textarea{padding:10px 14px;border-radius:12px;border:1px solid #CBD5E1;background:#fff;font-size:13px;font-family:var(--font-family);outline:none;transition:border-color .2s ease}.custom-contact-form input:focus,.custom-contact-form select:focus,.custom-contact-form textarea:focus{border-color:var(--accent-terracotta)}.form-submit-wa-btn{height:44px;background:#25d366;color:#fff;border:none;border-radius:var(--radius-pill);font-size:14px;font-weight:700;cursor:pointer;font-family:var(--font-family);box-shadow:0 4px 12px #25d36659;transition:all .2s ease;margin-top:4px}.form-submit-wa-btn:hover{background:#20bd5a;transform:translateY(-1px)}.contact-showrooms-card{background:var(--bg-teal-card);display:flex;flex-direction:column;justify-content:space-between;color:#fff}.showrooms-grid-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}.showroom-item-box{background:#ffffff1a;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.15)}.showroom-top{display:flex;align-items:center;justify-content:space-between}.showroom-top strong{font-size:13px;color:#fff}.showroom-item-box p{font-size:11.5px;color:#d0ecf2;margin-top:2px}.showroom-item-box small{font-size:10.5px;color:#ffffffb3}.store-status.open{font-size:10px;font-weight:800;background:#dcfce7;color:#15803d;padding:2px 8px;border-radius:10px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a99;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;animation:fadeIn .2s ease}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:450px;background-color:#fff;box-shadow:-8px 0 36px #0f172a33;z-index:1001;display:flex;flex-direction:column;animation:slideInRight .3s cubic-bezier(.16,1,.3,1)}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer-header{padding:22px 24px;border-bottom:1px solid #E2E8F0;display:flex;align-items:center;justify-content:space-between}.cart-header-title{display:flex;align-items:center;gap:10px}.cart-header-title h2{font-size:18px;font-weight:800;color:var(--text-dark)}.cart-count-tag{font-size:11px;font-weight:700;background-color:var(--bg-card-light);color:var(--accent-terracotta);padding:3px 10px;border-radius:12px}.cart-close-btn{width:34px;height:34px;border-radius:50%;border:1px solid #CBD5E1;background:#f8fafc;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;transition:all .2s ease}.cart-close-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a;transform:scale(1.05)}.cart-drawer-body{flex:1;overflow-y:auto;padding:20px 24px}.cart-empty-state{text-align:center;padding:60px 16px}.cart-empty-state .empty-icon{font-size:52px;margin-bottom:12px}.cart-empty-state h3{font-size:18px;font-weight:800;margin-bottom:6px;color:var(--text-dark)}.cart-empty-state p{font-size:13px;color:var(--text-muted);line-height:1.45}.cart-items-list{display:flex;flex-direction:column;gap:14px}.cart-item-row{display:flex;align-items:center;gap:14px;padding:12px 14px;background-color:var(--bg-card-light);border-radius:16px}.cart-item-img{width:64px;height:64px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.cart-item-img img{max-width:85%;max-height:85%;object-fit:contain}.cart-item-info{flex:1;display:flex;flex-direction:column;gap:2px}.cart-item-cat{font-size:10px;font-weight:700;color:var(--text-muted)}.cart-item-name{font-size:13px;font-weight:700;color:var(--text-dark);line-height:1.25}.cart-item-price{font-size:13.5px;font-weight:800;color:var(--accent-terracotta)}.cart-qty-controls{display:flex;align-items:center;gap:8px;margin-top:4px}.qty-btn{width:24px;height:24px;border-radius:6px;background:#fff;border:1px solid #CBD5E1;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.qty-btn:hover{background:var(--text-dark);color:#fff;border-color:var(--text-dark)}.qty-val{font-size:12px;font-weight:700}.btn-add-from-wish{padding:5px 12px;background:#000;color:#fff;border-radius:var(--radius-pill);border:none;font-size:11.5px;font-weight:700;cursor:pointer;font-family:var(--font-family);transition:all .15s ease}.btn-add-from-wish:hover{background:var(--accent-terracotta);transform:translateY(-1px)}.cart-item-delete{background:none;border:none;cursor:pointer;font-size:16px;padding:6px;opacity:.6;transition:opacity .2s ease}.cart-item-delete:hover{opacity:1}.cart-drawer-footer{padding:20px 24px;border-top:1px solid #E2E8F0;background:#f8fafc;display:flex;flex-direction:column;gap:10px}.cart-summary-row{display:flex;justify-content:space-between;font-size:13px;color:var(--text-charcoal);font-weight:500}.summary-price{font-weight:700;color:var(--text-dark)}.free-shipping{color:#10b981;font-weight:800}.cart-total-row{display:flex;justify-content:space-between;font-size:15px;font-weight:800;color:var(--text-dark);padding-top:8px;border-top:1px dashed #CBD5E1}.total-price{font-size:18px;color:var(--accent-terracotta)}.checkout-btn{height:48px;background:#000;color:#fff;border-radius:var(--radius-pill);border:none;font-size:14px;font-weight:700;cursor:pointer;font-family:var(--font-family);margin-top:6px;display:flex;align-items:center;justify-content:center;gap:10px;transition:background-color .2s ease,transform .15s ease,box-shadow .2s ease}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000026}.wa-checkout-btn{background:#25d366;color:#fff;box-shadow:0 4px 14px #25d36659}.wa-checkout-btn:hover{background:#20bd5a;box-shadow:0 6px 20px #25d36673}.toast-container{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;gap:10px;z-index:2000}.toast-item{display:flex;align-items:center;gap:10px;background:#0f172a;color:#fff;padding:12px 18px;border-radius:16px;box-shadow:0 8px 24px #0f172a33;font-size:13px;font-weight:600;cursor:pointer;animation:toastSlide .3s cubic-bezier(.16,1,.3,1);border:1px solid rgba(255,255,255,.1)}@keyframes toastSlide{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.toast-item.toast-heart{border-color:#d76b5266}@media(max-width:1100px){.bento-row{flex-wrap:wrap;height:auto!important}.main-hero-card{flex:100%;height:420px}.promo-card,.product-column{flex:1 1 calc(50% - 8px)}.row-2{height:auto}.gallery-card,.brand-testimonials-column{flex:1 1 calc(50% - 8px);height:320px}.feature-store-contact-group{flex:1 1 calc(50% - 8px);height:auto}.shop-row-1{height:auto;flex-wrap:wrap}.shop-banner-card{flex:100%}.category-filter-card,.shop-promo-card{flex:1 1 calc(50% - 8px)}.shop-products-grid{grid-template-columns:repeat(2,1fr)}.collection-row-1{height:auto;flex-wrap:wrap}.collection-banner-card,.collection-theme-card{flex:100%}.collection-row-2{height:auto;flex-wrap:wrap}.main-lookbook-card{flex:100%;height:360px}.promo-lookbook-card,.compact-series-column{flex:1 1 calc(50% - 8px);height:360px}.contact-hero-card{flex:100%!important}.contact-channels-card,.contact-hours-card{flex:1 1 calc(50% - 8px)!important}.contact-form-card,.contact-showrooms-card{flex:100%!important}}@media(max-width:768px){body{padding:8px}.page-canvas{padding:12px 14px 20px;border-radius:18px}.navbar{padding:0}.nav-menu{display:none}.main-hero-card{flex:100%;height:380px;padding:24px}.promo-card{flex:100%;height:400px}.product-column{flex:100%;height:auto}.gallery-card{flex:100%;height:260px}.brand-testimonials-column{flex:100%;height:auto}.testimonials-row{height:auto;flex-direction:column}.testimonial-card{height:auto;padding:14px}.feature-store-contact-group{flex:100%;height:auto}.store-contact-row{flex-direction:column;height:auto}.store-finder-card,.contact-card{height:auto;padding:16px}.hero-title{font-size:26px}.hero-stats{flex-direction:column;gap:12px}.shop-products-grid{grid-template-columns:1fr}.category-filter-card,.shop-promo-card{flex:100%}.pillars-grid-clean,.form-grid-2{grid-template-columns:1fr}.promo-lookbook-card,.compact-series-column{flex:100%;height:auto}.compact-subcard{height:auto;padding:16px}}
