@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,500&family=Jost:wght@300;400;500;600&display=swap";:root{--maroon:#4A1625;--maroon-deep:#33101A;--marigold:#E29434;--rose:#D6247B;--magenta:#B81558;--pink-light:#F2A6C6;--ivory:#FBF5EE;--cream:#F6EEE3;--ink:#2A1218}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--ivory);color:var(--ink);font-family:Jost,sans-serif;font-weight:300;overflow-x:hidden}h1,h2,h3,h4,.serif{font-family:Cormorant Garamond,serif;font-weight:600;color:var(--maroon-deep)}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.wrap{max-width:1240px;margin:0 auto;padding:0 32px}.eyebrow{font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--magenta);font-weight:500}button{font-family:Jost,sans-serif;cursor:pointer}input,textarea,select{font-family:Jost,sans-serif}.announce{background:var(--maroon-deep);color:var(--pink-light);text-align:center;font-size:12px;letter-spacing:.12em;padding:9px 12px;text-transform:uppercase}.announce span{color:var(--marigold)}header{background:var(--ivory);border-bottom:1px solid rgba(74,22,37,.1);position:sticky;top:0;z-index:50}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 32px;max-width:1240px;margin:0 auto}.logo-mark{display:flex;align-items:center;gap:10px}.logo-mark .a2{font-family:Cormorant Garamond,serif;font-weight:600;font-size:30px;color:var(--maroon-deep)}.logo-mark .brandname{display:flex;flex-direction:column;line-height:1}.logo-mark .brandname .fashion{font-family:Cormorant Garamond,serif;font-style:italic;font-size:26px;font-weight:600;background:linear-gradient(100deg,var(--maroon-deep),var(--magenta));-webkit-background-clip:text;background-clip:text;color:transparent}.logo-mark .brandname .by{font-size:9px;letter-spacing:.22em;color:var(--ink);margin-top:2px}nav{display:flex;gap:34px;font-size:13px;letter-spacing:.05em}nav a{position:relative;padding-bottom:4px}nav a.active{color:var(--magenta)}nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--rose);transition:width .3s ease}nav a:hover:after{width:100%}.header-icons{display:flex;gap:20px;align-items:center;font-size:13px}.header-icons a{display:flex;align-items:center}.header-icons .bag{border:1px solid var(--maroon-deep);border-radius:20px;padding:7px 16px;font-size:12px;letter-spacing:.05em}.mobile-nav-toggle{display:none;background:none;border:none;font-size:20px;color:var(--maroon-deep)}.predictive-search{position:relative}.predictive-search input{border:1px solid rgba(74,22,37,.25);background:var(--ivory);padding:8px 12px;font-size:13px;border-radius:20px;width:180px}.predictive-search-results{position:absolute;top:calc(100% + 8px);right:0;background:var(--ivory);border:1px solid rgba(74,22,37,.15);border-radius:4px;width:280px;max-height:360px;overflow-y:auto;z-index:60;box-shadow:0 12px 30px #4a162526;display:none}.predictive-search-results.active{display:block}.predictive-search-results a{display:flex;gap:10px;padding:10px 14px;align-items:center}.predictive-search-results a:hover{background:var(--cream)}.predictive-search-results img{width:40px;height:50px;object-fit:cover;border-radius:2px}.predictive-search-results .psr-info span{display:block;font-size:12.5px}.predictive-search-results .psr-info .price{color:var(--magenta);font-size:11.5px;margin-top:2px}.page-header{background:var(--cream);padding:64px 0 44px;text-align:center}.page-header .crumb{font-size:12px;color:#8a5f6c;letter-spacing:.05em;margin-bottom:14px}.page-header .crumb a{color:var(--magenta)}.page-header h1{font-size:46px}.page-header p{color:#7a5560;font-size:14px;margin-top:12px;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.7}.btn-solid{display:inline-block;background:var(--maroon-deep);color:var(--ivory);padding:15px 32px;font-size:13px;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;transition:background .25s ease;border:none}.btn-solid:hover{background:var(--magenta)}.btn-solid:disabled{opacity:.5;cursor:not-allowed}.btn-outline{display:inline-block;border:1px solid var(--maroon-deep);color:var(--maroon-deep);padding:15px 32px;font-size:13px;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;background:none;cursor:pointer}.btn-outline:hover{background:var(--maroon-deep);color:var(--ivory)}.marquee{background:var(--maroon-deep);color:var(--pink-light);padding:13px 0;overflow:hidden;white-space:nowrap}.marquee-track{display:inline-flex;gap:40px;animation:scroll 26s linear infinite;font-family:Cormorant Garamond,serif;font-style:italic;font-size:18px}.marquee-track span{color:var(--marigold);font-style:normal;padding:0 6px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-head{text-align:center;max-width:600px;margin:0 auto 46px}.section-head h2{font-size:40px;margin-top:10px}.section-head p{color:#7a5560;font-size:14px;margin-top:12px;line-height:1.6}.hero{position:relative;display:grid;grid-template-columns:1.05fr .95fr;min-height:640px;background:var(--cream);overflow:hidden}.hero-copy{position:relative;z-index:2;padding:90px 60px 60px 32px;display:flex;flex-direction:column;justify-content:center;max-width:560px}.hero-copy h1{font-size:64px;line-height:1.02;margin:14px 0 20px;letter-spacing:.005em}.hero-copy h1 em{font-style:italic;background:linear-gradient(100deg,var(--magenta),var(--rose) 60%,var(--marigold));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy p{font-size:16px;line-height:1.7;color:#5b3540;max-width:420px;margin-bottom:32px}.hero-ctas{display:flex;gap:16px;flex-wrap:wrap}.hero-visual{position:relative;display:flex;align-items:flex-end;justify-content:center}.hero-visual img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.drape-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.collections{padding:100px 0 90px}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.collection-card{position:relative;border-radius:4px;overflow:hidden;aspect-ratio:3/4;display:flex;align-items:flex-end;isolation:isolate}.collection-card .ph{position:absolute;top:0;right:0;bottom:0;left:0}.collection-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.collection-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#33101a00 40%,#33101ac7);z-index:1}.collection-card .label{position:relative;z-index:2;color:#fff;padding:26px;width:100%}.collection-card .label .eyebrow{color:var(--pink-light)}.collection-card .label h3{color:#fff;font-size:26px;margin-top:6px}.bestsellers{background:var(--cream);padding:100px 0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{background:var(--ivory);border-radius:4px;overflow:hidden}.product-thumb{aspect-ratio:3/4;position:relative;overflow:hidden}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-thumb .ph{width:100%;height:100%}.product-info{padding:16px 18px 22px}.product-info .cat{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--magenta)}.product-info h4{font-family:Cormorant Garamond,serif;font-size:19px;font-weight:600;margin:5px 0 8px;color:var(--maroon-deep)}.price-row{display:flex;align-items:baseline;gap:10px;font-size:14px}.price-row .now{color:var(--maroon-deep);font-weight:500}.price-row .was{text-decoration:line-through;color:#a98b93;font-size:12px}.wishlist{position:absolute;top:12px;right:12px;z-index:3;width:32px;height:32px;border-radius:50%;background:#fbf5eee6;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--rose);border:none}.tag-new{position:absolute;top:12px;left:12px;z-index:3;background:var(--maroon-deep);color:var(--ivory);font-size:10px;letter-spacing:.1em;padding:5px 10px;text-transform:uppercase}.tag-sale{position:absolute;top:12px;left:12px;z-index:3;background:var(--rose);color:var(--ivory);font-size:10px;letter-spacing:.1em;padding:5px 10px;text-transform:uppercase}.empty-state{padding:60px 0;text-align:center;color:#7a5560}.story{position:relative;padding:120px 0;overflow:hidden;background:var(--maroon-deep);color:var(--ivory)}.story-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center;position:relative;z-index:2}.story h2{color:var(--ivory);font-size:42px;margin:12px 0 20px}.story p{color:#e4c3cf;line-height:1.8;font-size:15px;margin-bottom:16px;max-width:480px}.story-figure{position:relative;aspect-ratio:4/5;border-radius:4px;background:linear-gradient(155deg,var(--marigold) 0%,var(--rose) 45%,var(--magenta) 75%,var(--maroon-deep) 100%);overflow:hidden}.story-figure img{width:100%;height:100%;object-fit:cover}.signature-butterfly{position:absolute;right:-40px;top:-40px;width:170px;opacity:.9}.testimonials{padding:100px 0;text-align:center}.t-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:10px}.t-card{background:var(--ivory);border:1px solid rgba(74,22,37,.12);padding:34px 28px;border-radius:4px;text-align:left}.t-card .stars{color:var(--marigold);letter-spacing:2px;margin-bottom:14px;font-size:14px}.t-card p{font-size:14px;line-height:1.7;color:#5b3540;margin-bottom:18px;font-style:italic}.t-card .who{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--magenta)}.newsletter{background:var(--cream);padding:80px 0;text-align:center}.newsletter h2{font-size:34px}.newsletter p{color:#7a5560;font-size:14px;margin:14px 0 28px}.nl-form{display:flex;justify-content:center;gap:0;max-width:440px;margin:0 auto}.nl-form input{flex:1;padding:15px 18px;border:1px solid var(--maroon-deep);border-right:none;font-family:Jost;font-size:13px;background:var(--ivory)}.nl-form button{background:var(--maroon-deep);color:var(--ivory);border:none;padding:0 26px;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.nl-success{font-size:13px;color:var(--magenta);margin-top:14px}.shop-layout{display:grid;grid-template-columns:240px 1fr;gap:40px;padding:70px 0 100px}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;font-size:13px;color:#7a5560}.shop-toolbar select{border:1px solid var(--maroon-deep);background:var(--ivory);padding:8px 12px;font-family:Jost;font-size:12px;color:var(--maroon-deep)}.pagination{display:flex;justify-content:center;gap:10px;margin-top:50px}.pagination a,.pagination span{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(74,22,37,.2);font-size:13px;border-radius:2px}.pagination a.active,.pagination span.active{background:var(--maroon-deep);color:var(--ivory);border-color:var(--maroon-deep)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:60px 0 100px}.gallery-main{aspect-ratio:3/4;border-radius:4px;overflow:hidden;margin-bottom:14px}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gallery-thumbs div{aspect-ratio:3/4;border-radius:3px;overflow:hidden;cursor:pointer;border:2px solid transparent}.gallery-thumbs div.active{border-color:var(--rose)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.pd-cat{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--magenta);margin-bottom:10px}.pd-info h1{font-size:38px;margin-bottom:12px}.pd-price{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.pd-price .now{font-size:24px;color:var(--maroon-deep);font-weight:500}.pd-price .was{font-size:15px;text-decoration:line-through;color:#a98b93}.pd-price .off{font-size:12px;background:var(--rose);color:#fff;padding:3px 9px;border-radius:2px}.pd-desc{color:#5b3540;font-size:14.5px;line-height:1.75;margin-bottom:26px}.pd-desc ul,.pd-desc ol{padding-left:20px;margin:8px 0}.pd-desc li{margin-bottom:6px}.pd-desc p{margin-bottom:10px}.pd-block{margin-bottom:24px}.pd-block h5{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--maroon-deep);margin-bottom:12px}.size-options{display:flex;gap:10px;flex-wrap:wrap}.size-options button{width:44px;height:44px;border:1px solid var(--maroon-deep);background:none;font-size:13px;color:var(--maroon-deep);border-radius:2px}.size-options button.selected{background:var(--maroon-deep);color:var(--ivory)}.size-options button:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.size-options a{font-size:12px;color:var(--magenta);text-decoration:underline;align-self:center;margin-left:8px}.qty-row{display:flex;align-items:center;gap:16px;margin-bottom:26px}.qty-box{display:flex;align-items:center;border:1px solid var(--maroon-deep);border-radius:2px}.qty-box button{background:none;border:none;width:38px;height:44px;font-size:16px;color:var(--maroon-deep)}.qty-box input{width:36px;text-align:center;font-size:14px;border:none;background:none}.pd-ctas{display:flex;gap:14px;margin-bottom:14px;flex-wrap:wrap}.pd-meta{border-top:1px solid rgba(74,22,37,.12);padding-top:20px;font-size:12.5px;color:#7a5560;line-height:2}.pd-meta b{color:var(--maroon-deep);font-weight:500}.accordion{border-top:1px solid rgba(74,22,37,.12);margin-top:30px}.accordion-item{border-bottom:1px solid rgba(74,22,37,.12)}.accordion-item summary{padding:16px 0;font-size:13px;letter-spacing:.05em;text-transform:uppercase;color:var(--maroon-deep);cursor:pointer}.accordion-item div{padding-bottom:16px;font-size:13.5px;color:#5b3540;line-height:1.75}.form-message{margin-top:14px;font-size:13px;color:var(--magenta)}.btn-buy{display:inline-block;background:linear-gradient(100deg,var(--magenta),var(--rose));color:#fff;padding:15px 32px;font-size:13px;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;border:none;transition:opacity .25s ease}.btn-buy:hover{opacity:.88}.btn-buy:disabled{opacity:.5;cursor:not-allowed}.view-bag-link{display:inline-block;font-size:12px;color:var(--magenta);text-decoration:underline;margin-bottom:24px}.pd-features-wrap{padding:70px 0 30px;border-top:1px solid rgba(74,22,37,.12)}.pd-features-wrap .section-head{margin-bottom:36px}.pd-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.pd-features-grid .feature-item{text-align:center;padding:14px 10px}.pd-features-grid .icon{width:48px;height:48px;border-radius:50%;background:var(--pink-light);display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-size:19px;color:var(--maroon-deep)}.pd-features-grid h4{font-size:16px;margin-bottom:8px}.pd-features-grid p{font-size:13px;color:#7a5560;line-height:1.65}.pd-reviews{padding:80px 0 100px}.reviews-summary{display:flex;align-items:center;justify-content:space-between;background:var(--cream);border-radius:4px;padding:32px 40px;margin-bottom:40px;flex-wrap:wrap;gap:20px}.reviews-summary .avg-block{display:flex;align-items:center;gap:20px}.reviews-summary .avg-num{font-family:Cormorant Garamond,serif;font-size:52px;color:var(--maroon-deep);font-weight:600;line-height:1}.reviews-summary .stars-lg{color:var(--marigold);font-size:19px;letter-spacing:3px;margin-bottom:4px}.reviews-summary .count{font-size:12.5px;color:#7a5560}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.review-card{background:var(--ivory);border:1px solid rgba(74,22,37,.12);padding:28px 26px;border-radius:4px}.review-card .stars{color:var(--marigold);font-size:13px;letter-spacing:2px;margin-bottom:10px}.review-card .verified-badge{display:inline-block;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--magenta);background:var(--pink-light);padding:3px 8px;border-radius:2px;margin-bottom:10px;margin-left:8px}.review-card h5{font-size:15px;margin-bottom:8px;color:var(--maroon-deep)}.review-card p{font-size:13.5px;color:#5b3540;line-height:1.7;margin-bottom:14px}.review-card .who{font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:#7a5560}.about-hero{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:480px}.about-hero .img{background:linear-gradient(155deg,var(--marigold),var(--rose) 50%,var(--maroon-deep));overflow:hidden}.about-hero .img img{width:100%;height:100%;object-fit:cover}.about-hero .copy{padding:80px 60px;display:flex;flex-direction:column;justify-content:center;background:var(--cream)}.about-hero .copy h1{font-size:46px;margin-bottom:20px}.about-hero .copy p{color:#5b3540;font-size:15px;line-height:1.8;margin-bottom:16px}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:100px 0;text-align:center}.value-grid .icon{width:56px;height:56px;border-radius:50%;background:var(--pink-light);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:22px;color:var(--maroon-deep)}.value-grid h4{font-size:20px;margin-bottom:10px}.value-grid p{font-size:13.5px;color:#7a5560;line-height:1.7;max-width:260px;margin:0 auto}.founder-strip{background:var(--maroon-deep);color:var(--ivory);padding:90px 0;text-align:center}.founder-strip .quote{font-family:Cormorant Garamond,serif;font-style:italic;font-size:30px;max-width:720px;margin:0 auto 20px;line-height:1.5}.founder-strip .who{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--pink-light)}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:80px 0 100px}.contact-form label{display:block;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--maroon-deep);margin-bottom:8px;margin-top:20px}.contact-form input,.contact-form textarea{width:100%;padding:13px 15px;border:1px solid rgba(74,22,37,.25);background:var(--ivory);font-family:Jost;font-size:14px;color:var(--ink);border-radius:2px}.contact-form textarea{resize:vertical;min-height:120px}.contact-form button{margin-top:26px}.contact-info{background:var(--cream);border-radius:4px;padding:40px}.contact-info h3{font-size:24px;margin-bottom:20px}.contact-row{display:flex;gap:14px;margin-bottom:22px}.contact-row .ic{width:38px;height:38px;border-radius:50%;background:var(--pink-light);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:15px;color:var(--maroon-deep)}.contact-row div p{font-size:13.5px;color:#5b3540;line-height:1.6}.contact-row div .lbl{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--magenta);margin-bottom:4px}.map-block{aspect-ratio:16/8;border-radius:4px;background:linear-gradient(120deg,var(--pink-light),var(--cream));margin-top:26px;display:flex;align-items:center;justify-content:center;color:var(--maroon-deep);font-size:13px;letter-spacing:.05em}.size-content{padding:70px 0 100px}.size-table{width:100%;border-collapse:collapse;margin-bottom:60px}.size-table th,.size-table td{border:1px solid rgba(74,22,37,.15);padding:14px 16px;text-align:center;font-size:13.5px}.size-table th{background:var(--maroon-deep);color:var(--ivory);font-weight:400;letter-spacing:.05em;text-transform:uppercase;font-size:11.5px}.size-table tr:nth-child(2n) td{background:var(--cream)}.how-to-measure{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.how-to-measure .img{aspect-ratio:4/5;border-radius:4px;background:linear-gradient(155deg,var(--marigold),var(--rose));overflow:hidden}.how-to-measure .img img{width:100%;height:100%;object-fit:cover}.how-to-measure ol{padding-left:20px;color:#5b3540;font-size:14px;line-height:2}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:50px;padding:60px 0 100px;align-items:start}.cart-items{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:84px 1fr auto auto;gap:18px;padding:22px 0;border-bottom:1px solid rgba(74,22,37,.12);align-items:center;transition:opacity .2s ease}.cart-item-img{display:block;width:84px;height:106px;border-radius:6px;overflow:hidden;background:var(--cream)}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-info h4{font-size:16px;margin-bottom:4px;font-weight:600}.cart-item-info .variant{font-size:12px;color:#7a5560;margin-bottom:6px}.cart-item-info .price-row{display:flex;gap:8px;align-items:baseline;margin-bottom:6px}.cart-item-info .price-row .now{font-size:14px;color:var(--maroon-deep);font-weight:500}.cart-item-info .price-row .was{font-size:12px;color:#a58a90;text-decoration:line-through}.cart-item-info .remove{font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--magenta);background:none;border:none;padding:0;cursor:pointer;text-decoration:underline}.cart-qty{display:flex;align-items:center;border:1px solid rgba(74,22,37,.2);border-radius:24px;overflow:hidden}.cart-qty button{width:30px;height:30px;border:none;background:none;font-size:14px;color:var(--maroon-deep);cursor:pointer}.cart-qty input{width:34px;text-align:center;border:none;background:none;font-size:13px;color:var(--ink);-moz-appearance:textfield}.cart-qty input::-webkit-outer-spin-button,.cart-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-total{font-size:14.5px;color:var(--maroon-deep);font-weight:600;min-width:70px;text-align:right}.cart-summary{background:var(--cream);border-radius:8px;padding:32px;position:sticky;top:100px}.cart-summary h3{font-size:20px;margin-bottom:20px}.cart-summary .row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:12px;color:#5b3540}.cart-summary .total{font-size:18px;color:var(--maroon-deep);border-top:1px solid rgba(74,22,37,.15);padding-top:16px;margin-top:16px}.continue-shopping-link{display:block;text-align:center;margin-top:16px;font-size:12.5px;color:var(--magenta);text-decoration:underline}.cart-empty{text-align:center;padding:100px 0}.cart-empty p{color:#7a5560;margin:16px 0 28px}footer{background:var(--maroon-deep);color:#e4c3cf;padding:70px 0 26px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;margin-bottom:50px}.footer-grid h5{color:var(--ivory);font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px;font-weight:400}.footer-grid ul{list-style:none;display:flex;flex-direction:column;gap:11px}.footer-grid ul a{font-size:13px;color:#e4c3cf}.footer-grid ul a:hover{color:var(--marigold)}.footer-brand p{font-size:13px;line-height:1.7;color:#c99aa8;max-width:280px;margin-top:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:24px;display:flex;justify-content:space-between;font-size:11px;color:#c99aa8;letter-spacing:.03em}.carousel-wrap{padding:70px 0}.carousel{position:relative}.carousel-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:6px}.carousel-track::-webkit-scrollbar{display:none}.carousel-slide{flex:0 0 auto;width:280px;scroll-snap-align:start;position:relative;border-radius:4px;overflow:hidden;background:var(--cream);transition:transform .35s ease}.carousel-slide:hover{transform:translateY(-6px)}.carousel-slide img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .5s ease}.carousel-slide:hover img{transform:scale(1.06)}.carousel-caption{padding:16px 4px 4px}.carousel-caption h4{font-size:17px;margin-bottom:4px}.carousel-caption p{font-size:12.5px;color:#7a5560;line-height:1.5}.carousel-arrow{position:absolute;top:38%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border-radius:50%;border:1px solid rgba(74,22,37,.2);background:var(--ivory);color:var(--maroon-deep);font-size:13px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.carousel-arrow:hover{background:var(--maroon-deep);color:var(--ivory);transform:translateY(-50%) scale(1.08)}.carousel-arrow.prev{left:-14px}.carousel-arrow.next{right:-14px}.reveal{opacity:0;transform:translateY(30px) scale(.96);transition:opacity .6s ease,transform .6s ease}.reveal-in{opacity:1;transform:translateY(0) scale(1)}.video-carousel .carousel-slide{width:220px;background:#000}.video-carousel .video-slide-media{width:100%;aspect-ratio:9/16;object-fit:cover;display:block}.video-embed-wrap{position:relative;width:100%;aspect-ratio:9/16}.video-embed-wrap iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.video-carousel .carousel-caption{position:absolute;bottom:0;left:0;right:0;padding:16px;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.video-carousel .carousel-caption p{color:#fff;font-size:13px}.rec-slide{width:250px;background:none}.rec-slide img{border-radius:4px}.rec-slide .carousel-caption p{color:var(--magenta);font-weight:500;margin-top:2px}.collection-carousel-slide{width:260px;aspect-ratio:3/4;display:flex;align-items:flex-end;isolation:isolate}.collection-carousel-slide img,.collection-carousel-slide .ph{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;aspect-ratio:auto}.collection-carousel-slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#33101a00 40%,#33101ac7);z-index:1}.collection-carousel-label{position:relative;z-index:2;color:#fff;padding:22px;width:100%}.collection-carousel-label .eyebrow{color:var(--pink-light)}.collection-carousel-label h3{color:#fff;font-size:22px;margin-top:6px;font-family:Cormorant Garamond,serif;font-weight:600}@media(max-width:600px){.collection-carousel-slide{width:190px}.collection-carousel-label{padding:16px}.collection-carousel-label h3{font-size:18px}}.collection-hero{position:relative;background-size:cover;background-position:center;background-color:var(--maroon);min-height:260px;display:flex;align-items:flex-end}.collection-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#1e0a10bf,#1e0a1040)}.collection-hero-overlay{position:relative;z-index:1;max-width:1240px;margin:0 auto;padding:60px 32px 40px;width:100%}.collection-hero-overlay .crumb.light{color:#ffffffbf;font-size:12px;margin-bottom:10px}.collection-hero-overlay .crumb.light a{color:#ffffffe6}.collection-hero-overlay h1{color:#fff;font-size:38px;margin-bottom:8px}.collection-hero-overlay p{color:#ffffffd9;font-size:14px;max-width:520px;line-height:1.6}.filters{border-right:1px solid rgba(74,22,37,.12);padding-right:30px}.filters-head{display:none}.active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.filter-chip{display:inline-flex;align-items:center;gap:6px;background:var(--pink-light);color:var(--maroon-deep);font-size:11.5px;padding:6px 10px;border-radius:20px}.filter-chip a{color:var(--maroon-deep);font-size:14px;line-height:1}.clear-filters{display:block;font-size:12px;color:var(--magenta);text-decoration:underline;margin-bottom:20px}.filter-group{border-bottom:1px solid rgba(74,22,37,.1);margin-bottom:0;padding:16px 0}.filter-group summary{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--maroon-deep);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.filter-group summary::-webkit-details-marker{display:none}.filter-group summary:after{content:"+";font-size:15px}.filter-group[open] summary:after{content:"\2212"}.filter-options{margin-top:14px}.filter-option{display:flex;align-items:center;gap:9px;font-size:13.5px;color:#5b3540;margin-bottom:11px;cursor:pointer}.filter-option input[type=checkbox]{accent-color:var(--rose);width:14px;height:14px}.filter-count{color:#a58a90;font-size:12px;margin-left:auto}.filter-toggle{display:none;width:100%;padding:13px;margin-bottom:24px;border:1px solid var(--maroon-deep);background:var(--ivory);color:var(--maroon-deep);font-size:13px;letter-spacing:.06em;text-transform:uppercase;border-radius:2px}.filters-close,.filters-backdrop{display:none}.empty-state-collection{grid-column:1/-1;text-align:center;padding:60px 0;color:#7a5560}.empty-state-collection p{margin-bottom:18px}.product-thumb{position:relative;overflow:hidden}.thumb-img-alt{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s ease}.product-card:hover .thumb-img-alt{opacity:1}.quick-add{position:absolute;left:10px;right:10px;bottom:10px;padding:11px;border:none;border-radius:2px;background:var(--maroon-deep);color:#fff;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;cursor:pointer}.product-card:hover .quick-add{opacity:1;transform:translateY(0)}.mobile-nav{display:none;flex-direction:column;gap:0;background:var(--ivory);border-top:1px solid rgba(74,22,37,.1)}.mobile-nav.active{display:flex}.mobile-nav a{padding:14px 32px;font-size:14px;border-bottom:1px solid rgba(74,22,37,.06)}@media(max-width:900px){.header-inner{padding:14px 20px;flex-wrap:wrap;gap:12px}.header-icons{gap:12px}nav{display:none}.mobile-nav-toggle{display:block}.wrap{padding:0 20px}.hero{grid-template-columns:1fr;min-height:auto}.hero-visual{height:180px}.hero-visual svg,.hero-visual img{width:100%;height:100%}.hero-copy{padding:36px 20px 24px}.hero-copy h1{font-size:42px}.collection-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.story-inner,.about-hero,.contact-layout,.how-to-measure,.cart-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.t-grid,.product-detail,.value-grid{grid-template-columns:1fr}.predictive-search input{width:130px}.pd-features-grid{grid-template-columns:1fr}.reviews-grid{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:6px;scrollbar-width:none;-ms-overflow-style:none}.reviews-grid::-webkit-scrollbar{display:none}.review-card{flex:0 0 85%;scroll-snap-align:start}.reviews-summary{flex-direction:column;align-items:flex-start}.carousel-slide{width:200px}.video-carousel .carousel-slide{width:160px}.carousel-arrow{width:34px;height:34px;font-size:11px}.carousel-slide:hover{transform:none}.cart-layout{grid-template-columns:1fr;gap:30px}.cart-item{grid-template-columns:64px 1fr;grid-template-areas:"img info" "img qty" "img total";row-gap:8px;padding:18px 0}.cart-item-img{grid-area:img;width:64px;height:80px}.cart-item-info{grid-area:info}.cart-qty{grid-area:qty;justify-self:start}.cart-item-total{grid-area:total;justify-self:start;text-align:left}.cart-summary{position:static;padding:26px}.section-head h2{font-size:30px}.page-header{padding:44px 0 30px}.page-header h1{font-size:34px}.shop-layout{grid-template-columns:1fr}.filter-toggle{display:block}.filters{position:fixed;top:0;left:-100%;width:85%;max-width:340px;height:100%;background:var(--ivory);z-index:200;padding:24px;overflow-y:auto;border-right:none;transition:left .3s ease}.filters.active{left:0}.filters-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.filters-close{display:block;background:none;border:none;font-size:24px;color:var(--maroon-deep);cursor:pointer}.filters-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:199}.filters-backdrop.active{display:block}.quick-add{opacity:1;transform:none;position:static;margin-top:8px}}.product-page{--accent: #a8456b;--accent-dark: #7d3350;--blush: #f4dde6;--blush-soft: #faf1f4;--line: #e8dfd8;--font-serif: "Cormorant Garamond", Georgia, serif;max-width:1240px;margin:0 auto;padding:32px 24px 80px;color:var(--ink);font-family:Jost,sans-serif}.product-page .crumb{font-size:13px;color:#8a7a82;margin-bottom:28px;letter-spacing:.02em}.product-page .crumb a{color:#8a7a82;text-decoration:none}.product-page .crumb a:hover{color:var(--accent)}.product-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:start}.product-gallery{position:sticky;top:24px}.product-gallery-main{position:relative;background:linear-gradient(160deg,#e7a9c2,#a8456b);border-radius:4px;overflow:hidden;aspect-ratio:3 / 4}.product-gallery-main img{width:100%;height:100%;object-fit:cover;display:block}.badge-unstitched{position:absolute;top:16px;left:16px;background:#2b0f1fd9;color:#f7e9ee;font-size:11px;letter-spacing:.06em;text-transform:uppercase;padding:7px 14px;border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-gallery-thumbs{display:flex;gap:10px;margin-top:14px}.product-gallery-thumbs .thumb{width:72px;height:90px;border:1.5px solid var(--line);border-radius:3px;padding:0;overflow:hidden;cursor:pointer;background:none;transition:border-color .15s}.product-gallery-thumbs .thumb:hover,.product-gallery-thumbs .thumb.active{border-color:var(--accent)}.product-gallery-thumbs img{width:100%;height:100%;object-fit:cover}.product-eyebrow{font-size:12px;letter-spacing:.12em;color:var(--accent);font-weight:600;margin-bottom:10px;text-transform:uppercase}.product-info h1{font-family:var(--font-serif);font-size:38px;font-weight:600;line-height:1.15;margin:0 0 14px;color:var(--maroon-deep)}.product-price{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.price-current{font-size:24px;font-weight:600;color:var(--ink)}.price-compare{font-size:16px;color:#a89aa0;text-decoration:line-through}.price-save{font-size:12px;font-weight:600;color:var(--accent-dark);background:var(--blush);padding:4px 10px;border-radius:999px}.unstitched-note{font-size:14px;line-height:1.6;color:#5a4550;background:var(--blush-soft);border-left:3px solid var(--accent);padding:14px 16px;border-radius:0 4px 4px 0;margin-bottom:24px}.unstitched-note strong{color:var(--accent-dark)}.fabric-details{width:100%;border-collapse:collapse;margin-bottom:26px;font-size:14px}.fabric-details tr{border-bottom:1px solid var(--line)}.fabric-details tr:last-child{border-bottom:none}.fabric-details th,.fabric-details td{padding:10px 0;text-align:left}.fabric-details th{width:140px;font-weight:600;color:#8a7a82;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.fabric-details td{color:var(--ink)}.option-group{margin-bottom:22px}.option-group label{display:block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#8a7a82;margin-bottom:10px}.option-values{display:flex;flex-wrap:wrap;gap:8px}.option-value{padding:9px 18px;border:1.5px solid var(--line);border-radius:999px;background:#fff;font-size:14px;cursor:pointer;transition:all .15s}.option-value:hover{border-color:var(--accent)}.option-value.active{border-color:var(--accent);background:var(--accent);color:#fff}.quantity-row{margin-bottom:20px}.quantity-row label{display:block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#8a7a82;margin-bottom:10px}.quantity-stepper{display:inline-flex;align-items:center;border:1.5px solid var(--line);border-radius:999px;overflow:hidden}.quantity-stepper button{width:40px;height:40px;background:none;border:none;font-size:18px;cursor:pointer;color:var(--ink)}.quantity-stepper button:hover{background:var(--blush-soft)}.quantity-stepper input{width:48px;height:40px;border:none;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;font-size:15px;-moz-appearance:textfield}.quantity-stepper input::-webkit-outer-spin-button,.quantity-stepper input::-webkit-inner-spin-button{-webkit-appearance:none}.product-actions{display:flex;gap:12px;margin-bottom:28px}.btn-primary,.product-actions .btn-outline{flex:1;padding:15px 20px;border-radius:3px;font-size:14px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:all .15s}.btn-primary{background:var(--maroon-deep);color:#f7e9ee;border:1.5px solid var(--maroon-deep)}.btn-primary:hover{background:var(--accent-dark);border-color:var(--accent-dark)}.btn-primary:disabled{background:#cfc4c9;border-color:#cfc4c9;cursor:not-allowed}.product-actions .btn-outline{background:transparent;color:var(--ink);border:1.5px solid var(--ink)}.product-actions .btn-outline:hover{background:var(--ink);color:#f7e9ee}.pincode-check{margin-bottom:24px}.pincode-check label{display:block;font-size:13px;color:#5a4550;margin-bottom:8px}.pincode-row{display:flex;gap:8px}.pincode-row input{flex:1;padding:11px 14px;border:1.5px solid var(--line);border-radius:3px;font-size:14px}.pincode-row input:focus{outline:none;border-color:var(--accent)}.pincode-row button{padding:11px 22px;border:1.5px solid var(--ink);background:#fff;border-radius:3px;font-size:13px;font-weight:600;cursor:pointer}.pincode-row button:hover{background:var(--ink);color:#fff}#a2-pincode-result{font-size:13px;color:var(--accent-dark);margin-top:8px}.trust-badges{display:flex;flex-direction:column;gap:10px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:8px}.trust-badge{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#5a4550}.trust-badge span{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:var(--blush);color:var(--accent-dark);border-radius:50%;font-size:11px;flex-shrink:0}.product-accordion{border-bottom:1px solid var(--line)}.product-accordion summary{padding:16px 0;font-size:15px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--ink)}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion summary:after{content:"+";font-size:18px;color:var(--accent);transition:transform .2s}.product-accordion[open] summary:after{transform:rotate(45deg)}.accordion-body{padding:0 0 18px;font-size:14px;line-height:1.7;color:#5a4550}.accordion-body ul{margin:0 0 10px;padding-left:18px}.accordion-body li{margin-bottom:4px}.related-products{margin-top:80px}.related-products h3{font-family:var(--font-serif);font-size:26px;font-weight:600;margin-bottom:24px}.related-products .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.social-videos-section{width:100%;overflow:hidden}.social-videos-section__container{margin:0 auto}.social-videos-section__header{text-align:center;margin-bottom:28px}.social-videos-section__heading{font-size:2rem;margin:0 0 8px}.social-videos-section__subheading{font-size:1rem;opacity:.75;margin:0}.social-videos-section__socials{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px 40px;margin-bottom:36px}.social-videos-section__social-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;transition:transform .2s ease,opacity .2s ease}.social-videos-section__social-link:hover{transform:translateY(-2px);opacity:.85}.social-videos-section__social-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#0000000f;flex-shrink:0}.social-videos-section__social-icon--instagram{width:56px;height:56px;color:#fff;background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.social-videos-section__social-link--primary{padding:18px 36px;border-radius:4px;background:#241019;justify-content:center}.social-videos-section__social-icon--instagram{width:auto;height:auto;background:none;color:#fff}.social-videos-section__social-text{display:flex;flex-direction:column;line-height:1.2;align-items:center}.social-videos-section__social-label{font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;font-weight:600}.social-videos-section__social-label--primary{font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:#fff}.social-videos-section__social-link--primary .social-videos-section__social-handle{color:#fff9}.social-videos-section__social-handle{font-size:.8rem;opacity:.65}.social-videos-section__socials-secondary{display:flex;gap:24px}.social-videos-section__carousel{position:relative;display:flex;align-items:center;gap:10px}.social-videos-section__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:4px;flex:1;scrollbar-width:none}.social-videos-section__track::-webkit-scrollbar{display:none}.social-videos-section__slide{flex:0 0 calc(33.333% - 11px);scroll-snap-align:start;display:flex;flex-direction:column}@media screen and (max-width:989px){.social-videos-section__slide{flex:0 0 calc(50% - 8px)}}@media screen and (max-width:749px){.social-videos-section__slide{flex:0 0 78%}.social-videos-section__socials{gap:16px 24px}.social-videos-section__socials-secondary{gap:18px}}.social-videos-section__video-wrap{position:relative;width:100%;aspect-ratio:9 / 16;border-radius:12px;overflow:hidden;background:#111}.social-videos-section__video,.social-videos-section__video--embed,.social-videos-section__video-placeholder{width:100%;height:100%;object-fit:cover;display:block;border:none}.social-videos-section__video-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#888;font-size:.85rem}.social-videos-section__item-title{margin:10px 0 0;font-size:.95rem;text-align:center}.social-videos-section__post{display:block;text-decoration:none;color:inherit;border-radius:12px;overflow:hidden;background:#f4f4f4}.social-videos-section__post-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block}.social-videos-section__post-caption{padding:10px 12px;font-size:.9rem;margin:0}.social-videos-section__nav{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.15);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .15s ease}.social-videos-section__nav:hover{background:#0000000f}.social-videos-section__nav:active{transform:scale(.94)}@media screen and (max-width:749px){.social-videos-section__nav{display:none}}.social-videos-section__dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.social-videos-section__dots button{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:#0000002e;cursor:pointer;transition:background .2s ease,transform .2s ease}.social-videos-section__dots button.is-active{background:#000000bf;transform:scale(1.2)}.social-buttons-section{width:100%}.social-buttons-section__container{margin:0 auto}.social-buttons-section__header{text-align:center;margin-bottom:24px}.social-buttons-section__heading{font-size:1.75rem;margin:0 0 6px}.social-buttons-section__subheading{font-size:1rem;opacity:.75;margin:0}.social-buttons-section__row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px}.social-buttons-section__btn{display:inline-flex;align-items:center;gap:10px;padding:12px 22px;border-radius:999px;text-decoration:none;font-size:.95rem;font-weight:600;color:#fff;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease}.social-buttons-section__btn:hover{transform:translateY(-2px);opacity:.92;box-shadow:0 6px 16px #00000026}.social-buttons-section__btn:active{transform:translateY(0)}.social-buttons-section__icon{display:flex;align-items:center;justify-content:center}.social-buttons-section__label{white-space:nowrap}.social-buttons-section__btn--instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.social-buttons-section__btn--youtube{background:red}.social-buttons-section__btn--facebook{background:#1877f2}.social-buttons-section__row--outline .social-buttons-section__btn{background:transparent;color:currentColor;border:1.5px solid currentColor}@media screen and (max-width:749px){.social-buttons-section__row{gap:12px}.social-buttons-section__btn{padding:10px 16px;font-size:.88rem}.social-buttons-section__heading{font-size:1.4rem}}@media screen and (max-width:480px){.social-buttons-section__row{flex-direction:column;width:100%}.social-buttons-section__btn{width:100%;justify-content:center}}@media(max-width:860px){.product-layout{grid-template-columns:1fr;gap:32px}.related-products .product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.product-page{padding:16px 16px 56px}.product-page .crumb{font-size:12px;margin-bottom:18px;white-space:nowrap;overflow-x:auto}.product-layout{gap:24px}.product-gallery{position:static;margin:0 -16px}.product-gallery-main{border-radius:0;aspect-ratio:4 / 5}.badge-unstitched{top:12px;left:12px;font-size:10px;padding:6px 12px}.product-gallery-thumbs{padding:0 16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-gallery-thumbs::-webkit-scrollbar{display:none}.product-gallery-thumbs .thumb{width:58px;height:72px;flex-shrink:0}.product-info{padding:0 2px}.product-eyebrow{font-size:11px;margin-bottom:6px}.product-info h1{font-size:26px;margin-bottom:10px}.product-price{gap:8px;margin-bottom:14px;flex-wrap:wrap}.price-current{font-size:20px}.price-compare{font-size:14px}.price-save{font-size:11px;padding:3px 8px}.unstitched-note{font-size:13px;padding:12px 14px;margin-bottom:18px}.fabric-details{font-size:13px;margin-bottom:18px}.fabric-details th{width:110px;font-size:10.5px}.fabric-details th,.fabric-details td{padding:8px 0}.option-group{margin-bottom:16px}.option-value{padding:8px 14px;font-size:13px}.quantity-row{margin-bottom:16px}.quantity-stepper{width:100%;justify-content:space-between}.quantity-stepper input{flex:1;width:auto}.product-actions{flex-direction:column;gap:10px;margin-bottom:20px}.btn-primary,.product-actions .btn-outline{padding:14px 16px;font-size:13px}.pincode-check{margin-bottom:18px}.pincode-row input{min-width:0}.pincode-row button{padding:11px 16px;font-size:12px;white-space:nowrap}.trust-badges{padding:14px 0;gap:8px}.trust-badge{font-size:12.5px}.trust-badge span{width:18px;height:18px;font-size:10px}.product-accordion summary{padding:13px 0;font-size:14px}.accordion-body{font-size:13px;padding-bottom:14px}.related-products{margin-top:48px}.related-products h3{font-size:21px;margin-bottom:16px}.related-products .product-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media(max-width:375px){.product-info h1{font-size:22px}.related-products .product-grid{gap:10px}}@media(max-width:480px){.wrap{padding:0 16px}.header-inner{padding:12px 16px}.logo-mark .a2{font-size:24px}.logo-mark .brandname .fashion{font-size:20px}.predictive-search input{width:100px;font-size:12px}.header-icons .bag{padding:6px 12px;font-size:11px}.announce{font-size:10.5px;padding:8px 10px}.marquee-track{font-size:15px;gap:26px}.hero-visual{height:130px}.hero-copy h1{font-size:32px}.hero-copy p{font-size:14px}.hero-ctas{gap:10px}.hero-ctas .btn-solid,.hero-ctas .btn-outline{padding:13px 20px;font-size:12px}.page-header h1{font-size:28px}.page-header p{font-size:13px}.section-head h2{font-size:26px}.btn-solid,.btn-outline,.btn-buy{padding:13px 22px;font-size:12px}.collection-grid,.product-grid{grid-template-columns:1fr 1fr;gap:14px}.product-info h4{font-size:14px}.product-info .price-row .now{font-size:13px}.collection-hero-overlay{padding:40px 16px 28px}.collection-hero-overlay h1{font-size:28px}.collection-hero-overlay p{font-size:13px}.pd-info h1{font-size:26px}.pd-price .now{font-size:20px}.pd-ctas{flex-direction:column}.pd-ctas .btn-solid,.pd-ctas .btn-buy{width:100%}.footer-grid{grid-template-columns:1fr;gap:26px}.footer-brand p{max-width:none}.cart-summary{padding:20px}.cart-item-info h4{font-size:14px}.carousel-slide{width:160px}.video-carousel .carousel-slide{width:130px}.carousel-arrow{display:none}.reviews-summary .avg-num{font-size:40px}.review-card{padding:20px}.collections{padding:48px 0 36px}.bestsellers,.story{padding:48px 0}.story h2{font-size:28px}.story-figure{margin-top:6px}.testimonials{padding:48px 0}.newsletter{padding:44px 0}.newsletter h2{font-size:26px}.nl-form{flex-direction:column;gap:10px}.nl-form input{border-right:1px solid var(--maroon-deep);text-align:center}.nl-form button{padding:13px}.about-hero .copy{padding:44px 20px}.about-hero .copy h1{font-size:30px}.founder-strip{padding:52px 0}.founder-strip .quote{font-size:22px}.value-grid{padding:48px 0}.contact-layout{padding:48px 0 60px;gap:24px}.contact-info{padding:24px}.contact-info h3{font-size:20px}.size-content{padding:48px 0 60px}.size-table th,.size-table td{padding:10px 8px;font-size:12px}.collection-card .label h3{font-size:20px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/style.css.map */
