@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{--black:#000;--white:#fff;--ink-muted:#0009;--ink-faint:#0006;--line:#0000001a;--surface:#f0f0f0;--surface-warm:#f2f0f1;--card-surface:#f0eeed;--red:#f33;--yellow:#ffc633;--content:1240px;--heading:"Arial Black", "Arial", sans-serif;--body:"DM Sans", "Arial", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--black);background:var(--white);font-family:var(--body);margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.announcement-bar{background:var(--black);height:38px;color:var(--white);justify-content:center;align-items:center;font-size:14px;line-height:19px;display:flex;position:relative}.announcement-bar svg{right:max(calc((100vw - var(--content)) / 2), 20px);width:20px;height:20px;position:absolute}.site-header{width:min(var(--content), calc(100% - 40px));border-bottom:1px solid var(--line);align-items:center;gap:38px;height:96px;margin:0 auto;display:flex}.brand-wordmark{font-family:var(--heading);letter-spacing:-2px;white-space:nowrap;font-size:32px;line-height:1}.primary-nav{white-space:nowrap;align-items:center;gap:28px;font-size:16px;display:flex}.primary-nav a:first-child{align-items:center;gap:4px;display:inline-flex}.primary-nav svg{width:16px;height:16px}.site-search{background:var(--surface);width:577px;height:48px;color:var(--ink-faint);border-radius:999px;align-items:center;gap:12px;margin-left:auto;padding:0 16px;display:flex}.site-search svg{flex:none;width:24px;height:24px}.site-search input{width:100%;color:var(--black);background:0 0;border:0;outline:0}.site-search input::placeholder{color:var(--ink-faint)}.header-actions{align-items:center;gap:18px;display:flex}.icon-button{color:inherit;background:0 0;border:0;place-items:center;padding:0;display:inline-grid}.icon-button svg{stroke-width:2px;width:24px;height:24px}.cart-link{position:relative}.cart-count{border:2px solid var(--white);background:var(--black);min-width:18px;height:18px;color:var(--white);border-radius:999px;place-items:center;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:grid;position:absolute;top:-10px;right:-11px}.mobile-menu-button,.mobile-search-button{display:none}.store-layout{min-height:100vh;overflow:clip}.home-page main,.product-detail-main,.category-main,.cart-main{width:min(var(--content), calc(100% - 40px));margin:0 auto}.button-black{background:var(--black);min-height:52px;color:var(--white);border:0;border-radius:999px;justify-content:center;align-items:center;gap:16px;padding:0 54px;font-size:16px;display:inline-flex}.button-outline{border:1px solid var(--line);background:var(--white);min-height:52px;color:var(--black);border-radius:999px;padding:0 54px;font-size:16px}.hero-section{background:var(--surface-warm);width:100vw;height:663px;margin-left:calc(50% - 50vw);display:flex;position:relative;overflow:hidden}.hero-copy{width:calc(50% - 20px);padding-top:96px;padding-right:20px;padding-left:max(calc((100vw - var(--content)) / 2), 20px);z-index:1;flex:0 0 calc(50% - 20px);position:relative}.hero-copy h1{max-width:600px;font-family:var(--heading);letter-spacing:-2.5px;margin:0 0 24px;font-size:64px;line-height:1}.hero-copy p{max-width:545px;color:var(--ink-muted);margin:0 0 30px;font-size:16px;line-height:22px}.hero-stats{margin-top:48px;display:flex}.hero-stats>div{border-right:1px solid var(--line);min-width:170px;margin-right:30px;padding-right:30px}.hero-stats>div:last-child{border-right:0}.hero-stats strong{font-size:40px;font-weight:700;line-height:54px;display:block}.hero-stats span{color:var(--ink-muted);white-space:nowrap;font-size:16px;line-height:22px;display:block}.hero-art{flex:0 0 calc(50% + 20px);width:calc(50% + 20px);height:663px;display:block}.hero-art img{object-fit:cover;object-position:left center;width:100%;height:100%}.brand-strip{width:100vw;height:122px;padding:0 max(calc((100vw - var(--content)) / 2), 20px);background:var(--black);justify-content:space-between;align-items:center;gap:24px;margin-left:calc(50% - 50vw);display:flex}.brand-strip img{object-fit:contain;width:auto;max-width:19%;max-height:38px}.section-title{font-family:var(--heading);letter-spacing:-1.5px;text-align:center;margin:0;font-size:48px;line-height:1.05}.home-product-section{text-align:center;padding:70px 0 0}.home-product-grid{text-align:left;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:42px;display:grid}.product-card{min-width:0;display:block}.product-card-image{aspect-ratio:295/298;background:var(--card-surface);border-radius:20px;width:100%;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%}.product-card h3{text-overflow:ellipsis;white-space:nowrap;margin:14px 0 4px;font-size:20px;font-weight:700;line-height:27px;overflow:hidden}.rating{align-items:center;gap:8px;min-height:22px;display:inline-flex}.rating-stars{color:var(--yellow);gap:3px;display:inline-flex}.rating-stars svg{stroke-width:1.5px;width:18px;height:18px}.rating small{color:var(--ink-muted);font-size:14px;line-height:19px}.rating-large .rating-stars svg{width:25px;height:25px}.rating-large small{font-size:16px}.price-line{align-items:center;gap:10px;min-height:32px;margin-top:2px;display:flex}.price-line strong{font-size:24px;line-height:32px}.price-line del{color:var(--ink-faint);font-size:24px;font-weight:700;line-height:32px}.discount-badge{color:var(--red);white-space:nowrap;background:#ff33331a;border-radius:999px;padding:6px 14px;font-size:12px;line-height:16px}.home-product-section>.button-outline{margin-top:36px}.dress-style-section{background:var(--surface);border-radius:20px;margin-top:84px;padding:70px 64px}.dress-style-grid{grid-template-rows:290px 290px;grid-template-columns:1fr 1.68fr;gap:20px;margin-top:42px;display:grid}.dress-style-card{border-radius:20px;display:block;overflow:hidden}.dress-style-card:nth-child(2){grid-column:2}.dress-style-card:nth-child(3){grid-column:1/span 1}.dress-style-card:nth-child(4){grid-column:2}.dress-style-card img{object-fit:cover;width:100%;height:100%}.customer-section{padding:96px 0 80px}.customer-heading{justify-content:space-between;align-items:center;display:flex}.customer-heading .section-title{text-align:left}.customer-arrows{gap:12px;display:flex}.customer-arrows button{background:0 0;border:0;padding:0}.customer-arrows svg{width:24px;height:24px}.customer-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:42px;display:grid}.customer-cards article,.review-card{border:1px solid var(--line);border-radius:20px;padding:28px 32px;position:relative}.customer-cards article>strong,.review-card>strong{margin-top:10px;font-size:20px;line-height:27px;display:block}.customer-cards article p,.review-card p{color:var(--ink-muted);margin:10px 0 0;font-size:16px;line-height:22px}.verified-mark{width:18px;height:18px;color:var(--white);vertical-align:1px;background:#01ab31;border-radius:50%;place-items:center;font-size:11px;display:inline-grid}.newsletter-block{width:min(var(--content), calc(100% - 40px));z-index:2;background:var(--black);min-height:180px;color:var(--white);border-radius:20px;justify-content:space-between;align-items:center;margin:0 auto -1px;padding:36px 64px;display:flex;position:relative}.newsletter-block h2{font-family:var(--heading);letter-spacing:-1px;margin:0;font-size:40px;line-height:1.12}.newsletter-form{gap:14px;width:349px;display:grid}.newsletter-form label,.newsletter-form button{background:var(--white);height:48px;color:var(--black);border:0;border-radius:999px;align-items:center;display:flex}.newsletter-form label{color:var(--ink-faint);gap:12px;padding:0 16px}.newsletter-form label span{font-size:20px}.newsletter-form input{width:100%;color:var(--black);border:0;outline:0}.newsletter-form button{justify-content:center}.site-footer{padding:90px max(calc((100vw - var(--content)) / 2), 20px) 50px;background:var(--surface)}.footer-grid{grid-template-columns:1.6fr repeat(4,1fr);gap:48px;display:grid}.footer-wordmark{font-size:33px}.footer-brand p{max-width:248px;color:var(--ink-muted);margin:20px 0 0;font-size:14px;line-height:22px}.social-links{gap:12px;margin-top:30px;display:flex}.social-links a{width:28px;height:28px;display:block}.social-links img{width:100%;height:100%}.footer-column h3{letter-spacing:3px;margin:0 0 24px;font-size:16px;font-weight:500;line-height:18px}.footer-column a{color:var(--ink-muted);margin-bottom:16px;font-size:16px;line-height:19px;display:block}.footer-bottom{border-top:1px solid var(--line);color:var(--ink-muted);justify-content:space-between;align-items:center;margin-top:40px;padding-top:20px;font-size:14px;display:flex}.payment-badges{width:281px;height:30px}.breadcrumbs{height:22px;color:var(--ink-muted);align-items:center;gap:10px;margin:24px 0;font-size:16px;line-height:22px;display:flex}.breadcrumbs .current{color:var(--black)}.breadcrumb-chevron{color:var(--ink-muted);font-size:26px;line-height:16px}.product-intro{grid-template-columns:1fr 1fr;gap:40px;margin:30px 0 70px;display:grid}.product-gallery{grid-template-columns:152px 1fr;gap:14px;display:grid}.product-thumbs{grid-template-rows:repeat(3,1fr);gap:14px;display:grid}.product-thumbs picture{border-radius:20px;display:block;overflow:hidden}.product-thumbs picture:first-child{outline:1px solid var(--black)}.product-thumbs img{object-fit:cover;width:100%;height:100%}.product-main-image{border-radius:20px;display:block;overflow:hidden}.product-main-image img{object-fit:cover;width:100%;height:100%}.product-information h1{font-family:var(--heading);letter-spacing:-1.5px;margin:0 0 8px;font-size:40px;line-height:48px}.price-line-detail{gap:16px;margin:14px 0}.price-line-detail strong,.price-line-detail del{font-size:32px;line-height:43px}.price-line-detail .discount-badge{padding:6px 14px;font-size:16px;line-height:22px}.product-information>p{max-width:590px;color:var(--ink-muted);margin:0;font-size:16px;line-height:22px}.product-information hr{border:0;border-top:1px solid var(--line);margin:18px 0}.control-label{color:var(--ink-muted);font-size:16px;line-height:22px;display:block}.color-choices{gap:16px;margin-top:12px;display:flex}.color-choice{background:#4f4631;border:0;border-radius:50%;place-items:center;width:37px;height:37px;padding:0;display:grid}.color-choice svg{width:17px;height:17px;color:var(--white)}.color-choice.teal{background:#314f4a}.color-choice.navy{background:#31344f}.product-sizes{gap:12px;margin-top:12px;display:flex}.product-sizes button{background:var(--surface);height:46px;color:var(--ink-muted);border:0;border-radius:999px;padding:0 24px}.product-sizes button.selected{background:var(--black);color:var(--white)}.product-buy-row{gap:20px;display:flex}.product-buy-row>.button-black{flex:1}.quantity-control{background:var(--surface);border-radius:999px;justify-content:space-between;align-items:center;min-width:170px;height:52px;padding:0 20px;display:flex}.quantity-control button{background:0 0;border:0;padding:0;font-size:25px;line-height:1}.quantity-control span{font-size:16px}.reviews-section{margin-top:0}.review-tabs{border-bottom:1px solid var(--line);justify-content:space-around;align-items:stretch;height:60px;display:flex}.review-tabs button{min-width:25%;color:var(--ink-muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:0;font-size:16px}.review-tabs button.active{border-bottom-color:var(--black);color:var(--black)}.reviews-toolbar{align-items:center;gap:8px;margin:16px 0;display:flex}.reviews-toolbar h2{margin:0 auto 0 0;font-size:20px;line-height:27px}.reviews-toolbar h2 small{color:var(--ink-muted);font-size:14px;font-weight:400}.round-control,.sort-control{background:var(--surface);border:0;border-radius:999px;align-items:center;gap:8px;height:48px;padding:0 20px;display:inline-flex}.round-control{justify-content:center;width:48px;padding:0}.round-control svg,.sort-control svg{width:20px;height:20px}.reviews-toolbar .button-black{min-height:48px;padding:0 20px;font-size:16px}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.review-card{min-height:161px;padding:22px}.review-card p{font-size:14px;line-height:20px}.review-card>small{color:var(--ink-muted);margin-top:14px;font-size:14px;display:block}.review-more{width:20px;color:var(--ink-faint);position:absolute;top:22px;right:20px}.load-reviews{margin:24px auto 0;display:block}.recommendations{padding:86px 0 80px}.recommendations .home-product-grid{margin-top:42px}.category-main{padding-bottom:0}.category-page .newsletter-block{margin:80px auto -1px}.category-layout{grid-template-columns:256px minmax(0,1fr);gap:18px;display:grid}.filter-panel{border:1px solid var(--line);border-radius:20px;height:max-content;padding:20px}.filter-heading{justify-content:space-between;align-items:center;font-size:20px;line-height:27px;display:flex}.filter-heading svg{width:20px;height:20px;color:var(--ink-muted)}.filter-panel hr{border:0;border-top:1px solid var(--line);margin:20px 0}.filter-links{gap:16px;display:grid}.filter-links button{color:var(--ink-muted);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;padding:0;display:flex}.filter-links button.selected{color:var(--black);font-weight:700}.filter-links svg{width:16px;height:16px}.price-range{height:64px;position:relative}.range-track{background:#0000001a;border-radius:999px;height:6px;position:absolute;top:23px;left:0;right:0;overflow:hidden}.range-track:after{width:var(--price-progress);border-radius:inherit;background:var(--black);content:"";height:100%;display:block}.price-range i{z-index:2;background:var(--black);pointer-events:none;border-radius:50%;width:20px;height:20px;position:absolute;top:16px;left:0}.price-range input{z-index:3;appearance:none;background:0 0;border:0;outline:0;width:100%;height:24px;margin:0;position:absolute;top:14px;left:0}.price-range input::-webkit-slider-runnable-track{background:0 0;height:6px}.price-range input::-webkit-slider-thumb{appearance:none;background:var(--black);border:0;border-radius:50%;width:20px;height:20px;margin-top:-7px}.price-range input::-moz-range-track{background:0 0;height:6px}.price-range input::-moz-range-thumb{background:var(--black);border:0;border-radius:50%;width:20px;height:20px}.price-range span{font-size:13px;position:absolute;top:42px;left:0}.price-range span:last-of-type{left:auto;right:0}.color-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.color-grid button{border:1px solid #0002;border-radius:50%;width:37px;height:37px;padding:0}.color-grid button.selected{outline:2px solid var(--white);box-shadow:0 0 0 2px var(--black)}.size-grid{flex-wrap:wrap;gap:8px;display:flex}.size-grid button{background:var(--surface);color:var(--ink-muted);border:0;border-radius:999px;padding:10px 16px;font-size:13px}.size-grid button.selected{background:var(--black);color:var(--white)}.filter-submit{width:100%;min-height:48px;margin-top:20px;padding:0;font-size:14px}.catalog-toolbar{align-items:center;gap:10px;min-height:64px;display:flex}.catalog-toolbar h1{margin:0;font-size:32px;line-height:40px}.catalog-toolbar>span{color:var(--ink-muted);margin-left:auto;font-size:16px}.catalog-toolbar label{color:var(--ink-muted);align-items:center;font-size:16px;display:flex}.catalog-toolbar select{appearance:none;color:var(--black);background:0 0;border:0;outline:0;font-weight:700}.catalog-toolbar label>svg{width:16px}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 20px;display:grid}.catalog-grid .product-card-image{aspect-ratio:295/298}.pagination{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:30px;padding-top:20px;display:flex}.pagination>button{border:1px solid var(--line);background:var(--white);border-radius:8px;align-items:center;gap:8px;min-height:36px;padding:0 14px;display:inline-flex}.pagination button svg{width:16px;height:16px}.pagination-numbers{color:var(--ink-muted);align-items:center;gap:4px;display:flex}.pagination-numbers>*{place-items:center;min-width:40px;height:40px;display:grid}.pagination-numbers b{color:var(--black);background:#0000000f;border-radius:8px;font-weight:400}.catalog-empty{text-align:center;place-content:center;min-height:420px;padding:40px 20px;display:grid}.catalog-empty h2{margin:0 0 8px;font-size:28px}.catalog-empty p{color:var(--ink-muted);margin:0}.mobile-filter-trigger,.mobile-filter-drawer{display:none}.cart-main>h1{font-family:var(--heading);letter-spacing:-1px;margin:40px 0 22px;font-size:40px;line-height:48px}.cart-layout{grid-template-columns:2fr 1.4fr;gap:20px;display:grid}.cart-items,.order-summary{border:1px solid var(--line);border-radius:20px;padding:20px 24px}.cart-item{border-bottom:1px solid var(--line);grid-template-columns:124px minmax(0,1fr) 24px;gap:16px;min-height:148px;margin-bottom:22px;padding-bottom:22px;display:grid;position:relative}.cart-item:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.cart-item>img{object-fit:cover;background:var(--card-surface);border-radius:9px;width:124px;height:124px}.cart-item-copy h2{margin:4px 0;font-size:20px;line-height:27px}.cart-item-copy>span{color:var(--ink-muted);font-size:14px;line-height:19px;display:block}.cart-item-copy .price-line{margin-top:28px}.remove-item{color:var(--red);background:0 0;border:0;padding:0}.remove-item svg{width:20px;height:20px}.cart-item>.quantity-control{min-width:126px;height:44px;position:absolute;bottom:22px;right:0}.order-summary{padding:20px 24px}.order-summary h2{margin:0 0 28px;font-size:24px;line-height:32px}.summary-lines p{color:var(--ink-muted);justify-content:space-between;align-items:center;margin:20px 0;font-size:20px;line-height:27px;display:flex}.summary-lines strong{color:var(--black);font-size:20px}.summary-lines .red-text{color:var(--red)}.summary-lines p:last-child{color:var(--black)}.summary-lines p:last-child b{font-size:24px}.summary-lines hr{border:0;border-top:1px solid var(--line)}.promo-row{gap:12px;margin-top:26px;display:flex}.promo-row label{background:var(--surface);height:48px;color:var(--ink-faint);border-radius:999px;flex:1;align-items:center;gap:12px;padding:0 16px;display:flex}.promo-row label span{font-size:28px;line-height:1}.promo-row input{background:0 0;border:0;outline:0;width:100%}.promo-row button{background:var(--black);min-width:119px;color:var(--white);border:0;border-radius:999px}.checkout-button{width:100%;margin-top:24px}.cart-items.is-empty{text-align:center;place-items:center;min-height:240px;display:grid}.empty-cart h2{margin:0 0 8px;font-size:24px}.empty-cart p{max-width:340px;color:var(--ink-muted);margin:0;line-height:22px}@media (width<=1100px) and (width>=801px){.site-header{gap:20px}.primary-nav{gap:16px}.site-search{width:360px}.hero-copy{padding-top:72px}.hero-copy h1{letter-spacing:-2px;margin-bottom:18px;font-size:clamp(40px,4.7vw,52px)}.hero-copy p{margin-bottom:24px;font-size:14px;line-height:20px}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;margin-top:34px;display:grid}.hero-stats>div{min-width:0;margin:0;padding:0 10px}.hero-stats>div:first-child{padding-left:0}.hero-stats strong{font-size:28px;line-height:38px}.hero-stats span{white-space:normal;font-size:12px;line-height:17px}.hero-art img{object-position:center}}@media (width<=800px){:root{--content:358px}body{min-width:0}.announcement-bar{height:34px;font-size:9px;line-height:16px}.announcement-bar svg{display:none}.site-header{gap:12px;width:100%;height:64px;padding:0 16px}.brand-wordmark{letter-spacing:-1.4px;font-size:25px}.mobile-menu-button,.mobile-search-button{display:inline-grid}.mobile-menu-button svg,.mobile-search-button svg{width:20px;height:20px}.primary-nav,.site-search{display:none}.primary-nav.is-open{z-index:20;border:1px solid var(--line);background:var(--white);border-radius:14px;gap:18px;padding:18px;display:grid;position:absolute;top:98px;left:16px;right:16px;box-shadow:0 10px 30px #0002}.header-actions{gap:12px;margin-left:auto}.header-actions .icon-button svg{width:20px;height:20px}.home-page main,.product-detail-main,.category-main,.cart-main{width:calc(100% - 32px)}.button-black{min-height:48px;padding:0 20px;font-size:14px}.button-outline{min-height:44px;padding:0 26px;font-size:12px}.hero-section{background:var(--surface-warm);width:calc(100% + 32px);height:calc(437px + 106.667vw);margin-left:-16px;display:block}.hero-copy{width:100%;height:437px;padding:40px 16px 0}.hero-copy h1{letter-spacing:-1.4px;max-width:358px;margin-bottom:12px;font-size:36px;line-height:34px}.hero-copy p{max-width:358px;margin-bottom:20px;font-size:14px;line-height:20px}.hero-copy .button-black{width:100%}.hero-stats{grid-template-columns:1fr 1fr;gap:0;width:278px;margin:20px auto 0;display:grid}.hero-stats>div{border-right:1px solid var(--line);text-align:center;min-width:0;margin:0;padding:0}.hero-stats>div:nth-child(2){border-right:0}.hero-stats>div:nth-child(3){border:0;grid-column:1/-1;margin-top:6px}.hero-stats strong{font-size:24px;line-height:32px}.hero-stats span{white-space:nowrap;font-size:12px;line-height:22px}.hero-art{width:100%;height:106.667vw}.hero-art img{object-fit:cover;object-position:center bottom}.brand-strip{grid-template-rows:1fr 1fr;grid-template-columns:repeat(3,1fr);gap:12px;width:calc(100% + 32px);height:146px;margin-left:-16px;padding:32px 16px;display:grid}.brand-strip img{justify-self:center;max-width:100%;max-height:28px}.brand-strip img:nth-child(4){grid-column:1/2}.brand-strip img:nth-child(5){grid-column:2/4;justify-self:start}.section-title{letter-spacing:-1px;font-size:32px;line-height:36px}.home-product-section{padding-top:46px}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;margin-top:28px}.home-product-grid .product-card:nth-child(n+3){display:none}.product-card-image{border-radius:13px}.product-card h3{margin:10px 0 3px;font-size:16px;line-height:22px}.rating{gap:6px}.rating-stars{gap:1px}.rating-stars svg{width:16px;height:16px}.rating small{font-size:12px;line-height:16px}.price-line{gap:5px;min-height:27px}.price-line strong,.price-line del{font-size:20px;line-height:27px}.discount-badge{padding:4px 9px;font-size:10px;line-height:12px}.home-product-section>.button-outline{width:100%;margin-top:26px}.home-product-section+.home-product-section{border-top:1px solid var(--line);margin-top:38px}.dress-style-section{border-radius:20px;margin-top:50px;padding:44px 8px 22px}.dress-style-section .section-title{max-width:300px;margin:0 auto 26px}.dress-style-grid{margin-top:0;display:block}.dress-style-card{border-radius:13px;height:190px;margin-bottom:8px}.customer-section{padding:54px 0 48px}.customer-heading .section-title{text-align:left;max-width:285px}.customer-arrows{gap:10px}.customer-arrows svg{width:22px;height:22px}.customer-cards{margin-top:24px;display:block}.customer-cards article{border-radius:20px;min-height:184px;padding:24px}.customer-cards article:nth-child(n+2){display:none}.customer-cards article>strong{font-size:16px;line-height:22px}.customer-cards article p{font-size:14px;line-height:20px}.newsletter-block{border-radius:20px;width:calc(100% - 32px);min-height:293px;margin:0 auto -1px;padding:32px 24px;display:block}.newsletter-block h2{letter-spacing:-.8px;font-size:32px;line-height:35px}.newsletter-form{gap:12px;width:100%;margin-top:28px}.newsletter-form label,.newsletter-form button{height:42px;font-size:14px}.newsletter-form label span{font-size:18px}.site-footer{padding:30px 16px 40px}.footer-grid{grid-template-columns:1fr 1fr;gap:24px 28px}.footer-brand{grid-column:1/-1}.footer-wordmark{font-size:29px}.footer-brand p{max-width:357px;margin:10px 0 0;font-size:14px;line-height:20px}.social-links{gap:12px;margin-top:18px}.footer-column h3{margin-bottom:16px;font-size:14px}.footer-column a{margin-bottom:14px;font-size:14px;line-height:16px}.footer-bottom{text-align:center;flex-direction:column;gap:14px;margin-top:18px;padding-top:16px;font-size:14px;display:flex}.payment-badges{width:241px;height:26px}.breadcrumbs{gap:8px;height:19px;margin:20px 0;font-size:12px;line-height:19px}.breadcrumb-chevron{font-size:20px}.product-detail-page .newsletter-block,.product-detail-page .site-footer{display:none}.product-detail-page .product-detail-main{min-height:3450px}.product-intro{flex-direction:column;gap:24px;margin:16px 0 32px;display:flex}.product-gallery{flex-direction:column-reverse;gap:10px;display:flex}.product-main-image{border-radius:14px;height:290px}.product-thumbs{grid-template-rows:none;grid-template-columns:repeat(3,1fr);grid-auto-rows:106px;gap:12px;height:106px;display:grid}.product-thumbs picture{border-radius:14px;height:106px}.product-information h1{letter-spacing:-.7px;margin-bottom:6px;font-size:24px;line-height:27px}.rating-large .rating-stars svg{width:18px;height:18px}.rating-large small{font-size:12px}.price-line-detail{gap:10px;margin:6px 0 8px}.price-line-detail strong,.price-line-detail del{font-size:22px;line-height:30px}.price-line-detail .discount-badge{padding:5px 9px;font-size:10px;line-height:12px}.product-information>p{font-size:12px;line-height:16px}.product-information hr{margin:16px 0}.control-label{font-size:12px;line-height:16px}.color-choices{gap:10px;margin-top:10px}.color-choice{width:24px;height:24px}.color-choice svg{width:13px;height:13px}.product-sizes{gap:5px;margin-top:10px}.product-sizes button{height:39px;padding:0 16px;font-size:10px}.product-buy-row{gap:8px}.product-buy-row .quantity-control{min-width:64px;height:42px;padding:0 10px}.product-buy-row .quantity-control button{font-size:18px}.product-buy-row .quantity-control span{font-size:12px}.product-buy-row .button-black{min-height:42px;font-size:11px}.review-tabs{height:44px}.review-tabs button{flex:1;min-width:0;font-size:10px}.reviews-toolbar{margin:12px 0}.reviews-toolbar h2{font-size:14px;line-height:19px}.reviews-toolbar h2 small{font-size:10px}.round-control,.sort-control,.reviews-toolbar .button-black{height:34px;min-height:34px;padding:0 10px;font-size:9px}.round-control{width:34px}.round-control svg,.sort-control svg{width:15px;height:15px}.review-grid{display:block}.review-card{border-radius:14px;min-height:130px;margin-bottom:10px;padding:14px}.review-card:nth-child(n+4){display:none}.review-card>strong{margin-top:4px;font-size:12px;line-height:16px}.review-card p{margin-top:5px;font-size:10px;line-height:14px}.review-card>small{margin-top:8px;font-size:9px}.review-card .rating-stars svg{width:16px;height:16px}.review-more{width:16px;top:14px;right:12px}.load-reviews{min-height:40px;margin-top:14px;font-size:10px}.recommendations{padding:36px 0 0}.recommendations .section-title{max-width:290px;margin:0 auto}.recommendations .home-product-grid{margin-top:26px}.recommendations .home-product-grid .product-card:nth-child(n+3){display:none}.category-page .newsletter-block{margin:48px auto -1px}.category-layout{display:block}.category-layout>.filter-panel{display:none}.catalog-toolbar{flex-wrap:wrap;align-content:center;min-height:64px}.catalog-toolbar h1{font-size:24px;line-height:32px}.catalog-toolbar>span{margin-left:0;font-size:14px}.catalog-toolbar label{display:none}.mobile-filter-trigger{background:var(--surface);border:0;border-radius:50%;place-items:center;width:36px;height:36px;margin-left:auto;padding:0;display:grid}.mobile-filter-trigger svg{width:18px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}.catalog-grid .product-card-image{border-radius:12px}.catalog-grid .product-card h3{font-size:16px;line-height:22px}.catalog-grid .product-card:nth-child(n+7){display:none}.pagination{margin-top:26px;padding-top:18px;font-size:11px}.pagination>button{min-height:36px;padding:0 10px;font-size:11px}.pagination-numbers{gap:0}.pagination-numbers>*{min-width:32px;height:36px}.pagination-numbers span:nth-child(n+4){display:none}.mobile-filter-drawer{z-index:30;background:var(--white);padding:16px;display:block;position:fixed;inset:98px 0 0;overflow-y:auto}.drawer-header{justify-content:space-between;align-items:center;margin-bottom:12px;font-size:24px;display:flex}.drawer-header button{background:0 0;border:0;padding:0}.drawer-header svg{width:22px}.filter-panel-mobile{border:0;padding:0;display:block!important}.mobile-filter-drawer>.button-black{width:100%;margin-top:16px}.cart-main>h1{margin:18px 0;font-size:30px;line-height:36px}.cart-layout{display:block}.cart-items,.order-summary{border-radius:18px;padding:14px}.cart-item{grid-template-columns:99px minmax(0,1fr) 20px;gap:14px;min-height:99px;margin-bottom:16px;padding-bottom:16px}.cart-item>img{border-radius:9px;width:99px;height:99px}.cart-item-copy h2{margin:2px 0;font-size:16px;line-height:22px}.cart-item-copy>span{font-size:11px;line-height:16px}.cart-item-copy .price-line{margin-top:10px}.cart-item-copy .price-line strong{font-size:20px}.cart-item>.quantity-control{min-width:105px;height:32px;padding:0 12px;bottom:16px;right:0}.cart-item>.quantity-control button{font-size:18px}.cart-item>.quantity-control span{font-size:12px}.remove-item svg{width:18px;height:18px}.order-summary{margin-top:20px;padding:20px}.order-summary h2{margin-bottom:22px;font-size:20px;line-height:27px}.summary-lines p{margin:18px 0;font-size:15px;line-height:22px}.summary-lines strong{font-size:16px}.summary-lines p:last-child b{font-size:20px}.promo-row{gap:10px;margin-top:22px}.promo-row label{height:48px;padding:0 14px}.promo-row button{min-width:88px}.checkout-button{min-height:54px;margin-top:16px}}.newsletter-title-mobile{display:none}.verified-mark svg{stroke-width:3px;width:12px;height:12px}.dress-style-card picture{width:100%;height:100%;display:block}.newsletter-form label>svg{flex:none;width:20px;height:20px}@media (width>=520px) and (width<=800px){.hero-copy{padding-left:32px;padding-right:32px}.hero-copy h1{max-width:620px;font-size:clamp(40px,6vw,48px);line-height:.96}.hero-copy p{max-width:620px}.hero-copy .button-black{width:220px}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));width:min(620px,100%);margin:30px 0 0}.hero-stats>div{border-right:1px solid var(--line);padding:0 12px}.hero-stats>div:first-child{padding-left:0}.hero-stats>div:nth-child(2){border-right:1px solid var(--line)}.hero-stats>div:nth-child(3){border-right:0;grid-column:auto;margin-top:0}.hero-stats strong{font-size:28px;line-height:36px}.hero-stats span{white-space:normal;font-size:13px}}@media (width<=800px){.newsletter-title-desktop{display:none}.newsletter-title-mobile{display:inline}.dress-style-card picture{width:100%;height:100%;display:block}.dress-style-card img{object-fit:cover}.price-line{flex-wrap:wrap;row-gap:0}.newsletter-block{overflow:hidden}.newsletter-block h2{white-space:nowrap}}
