:root{--ink:#161616;--paper:#f7f5f0;--acid:#d7ff2f;--line:#ddd9d0;--muted:#6f706c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.promo{background:var(--ink);color:white;text-align:center;padding:9px 16px;font-size:11px;letter-spacing:.14em}.header{height:76px;display:grid;grid-template-columns:auto minmax(260px,540px) auto;gap:42px;align-items:center;padding:0 4vw;border-bottom:1px solid var(--line);background:rgba(247,245,240,.95);position:sticky;top:0;z-index:20}.logo{display:flex;align-items:center;font-weight:900;font-size:24px;letter-spacing:-.08em}.logo i{font-style:normal;background:var(--acid);border-radius:50%;font-size:15px;width:25px;height:25px;display:grid;place-items:center;margin:0 5px;letter-spacing:0}.search{height:44px;background:white;border:1px solid var(--line);border-radius:24px;display:flex;align-items:center;padding:0 16px;gap:10px}.search input{border:0;outline:0;background:transparent;width:100%;font-size:13px}.actions{display:flex;align-items:center;gap:10px}.language,.iconButton{border:0;background:transparent;cursor:pointer}.language{font-size:12px;white-space:nowrap}.iconButton{font-size:21px;width:32px;height:32px;display:grid;place-items:center}.mobileOnly{display:none}.nav{display:flex;justify-content:center;gap:28px;padding:16px 3vw;background:var(--paper);border-bottom:1px solid var(--line);font-size:12px;font-weight:700}.nav a{white-space:nowrap}.nav .sale{color:#d63d2c}.hero{min-height:610px;display:grid;grid-template-columns:42% 58%;padding:28px 4vw 44px;gap:30px}.heroCopy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:4vw}.eyebrow{font-size:11px;letter-spacing:.22em;font-weight:700}.hero h1{font-size:clamp(60px,7vw,110px);line-height:.82;letter-spacing:-.075em;margin:26px 0 30px}.hero h1 em{font-family:Georgia,serif;font-weight:400}.heroCopy>p:not(.eyebrow){max-width:450px;font-size:16px;line-height:1.6;color:var(--muted)}.heroCtas{display:flex;gap:10px;margin-top:24px}.primary,.secondary{padding:15px 30px;border:1px solid var(--ink);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.primary{background:var(--ink);color:white}.secondary{background:transparent}.heroArt{position:relative;overflow:hidden;background:#d5cfbf;min-height:520px;display:flex;align-items:flex-end;justify-content:space-between;padding:30px}.heroArt:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 25%,rgba(255,255,255,.38) 25%,rgba(255,255,255,.38) 42%,transparent 42%)}.shape{position:absolute;border-radius:50%}.shapeOne{width:430px;height:430px;background:#302d2b;right:13%;top:-12%}.shapeTwo{width:370px;height:370px;background:var(--acid);right:-11%;bottom:-31%}.editorialFigure{position:absolute;z-index:2;left:13%;bottom:14%;width:36%;height:68%;background:linear-gradient(155deg,#ece9df,#9d988f);border-radius:48% 48% 5% 5%;box-shadow:0 28px 80px rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:center;align-items:center}.editorialFigure span{font-size:60px;font-weight:900;letter-spacing:-.08em}.editorialFigure strong{font-size:11px;letter-spacing:.3em}.heroArt>p{z-index:2;font-size:10px;letter-spacing:.2em}.trustStrip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 4vw;text-align:center;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.introSection{display:flex;align-items:end;justify-content:space-between;padding:72px 6vw 30px}.introSection h2{font-size:48px;letter-spacing:-.05em;margin:10px 0 0}.introSection>a{font-size:12px;font-weight:700}.heroCtas a:hover,.primary:hover{background:var(--acid);color:var(--ink);border-color:var(--acid)}
@media(max-width:900px){.header{grid-template-columns:auto 1fr auto;padding:0 18px;height:66px;gap:14px}.mobileOnly{display:grid}.search{display:none}.actions .language,.actions a:not(:last-child){display:none}.nav{display:none;position:fixed;top:96px;left:0;right:0;bottom:0;z-index:18;background:var(--paper);flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:28px;font-size:20px}.nav.open{display:flex}.hero{grid-template-columns:1fr;padding:0;gap:0}.heroCopy{padding:58px 24px}.hero h1{font-size:67px}.heroArt{min-height:430px}.editorialFigure{left:18%;width:47%;height:68%}.editorialFigure span{font-size:44px}.trustStrip{grid-template-columns:1fr 1fr;gap:18px;padding:22px 12px}.introSection{padding:54px 24px 24px}.introSection h2{font-size:38px}}

.badge{position:relative}.badge b{position:absolute;right:-3px;top:-2px;background:var(--acid);font-size:9px;border-radius:50%;width:16px;height:16px;display:grid;place-items:center}.productGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 18px}.homeGrid{grid-template-columns:repeat(4,1fr);padding:0 4vw 90px}.productCard{position:relative;min-width:0}.productImage{display:block;aspect-ratio:4/5;overflow:hidden;background:#e4e0d7}.productImage img{width:100%;height:100%;object-fit:cover;transition:transform .55s}.productCard:hover .productImage img{transform:scale(1.025)}.discount{position:absolute;left:10px;top:10px;background:var(--acid);padding:7px 8px;font-size:11px;font-weight:800}.heart{position:absolute;right:12px;top:12px;border:0;background:white;border-radius:50%;width:38px;height:38px;font-size:21px;cursor:pointer}.brandName{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;margin:15px 0 8px}.productCard h3{font-size:14px;font-weight:500;margin:0 0 10px}.price{display:flex;gap:9px;align-items:center;font-size:13px}.price del{color:var(--muted)}.price strong{font-weight:800}.collectionGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.collection{min-height:520px;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.collection:before{content:"";position:absolute;inset:0;transition:transform .5s}.collection:hover:before{transform:scale(1.04)}.collection.women:before{background:radial-gradient(circle at 50% 28%,#f4ede2 0 25%,transparent 26%),linear-gradient(145deg,#c7b4a0,#6f554c)}.collection.men:before{background:linear-gradient(135deg,transparent 20%,#d7ff2f 21% 46%,transparent 47%),linear-gradient(150deg,#4d5555,#17191a)}.collection.kids:before{background:radial-gradient(circle at 58% 35%,#ff7e62 0 23%,transparent 24%),linear-gradient(145deg,#bcdbe0,#7078c2)}.collection>*{position:relative;color:white;text-shadow:0 2px 20px rgba(0,0,0,.25)}.collection span{position:absolute;top:-410px;font-size:11px}.collection h2{font-size:52px;letter-spacing:-.06em;margin:0 0 16px}.collection b{font-size:11px;letter-spacing:.12em;text-transform:uppercase}.brands{padding:90px 5vw;text-align:center;border-top:1px solid var(--line)}.brands>div{display:flex;flex-wrap:wrap;justify-content:center;gap:35px 62px;margin-top:38px}.brands span{font-size:clamp(18px,2.2vw,34px);font-weight:800;letter-spacing:-.04em}.saleBanner{margin:0 4vw 80px;background:var(--acid);min-height:340px;padding:60px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;overflow:hidden}.saleBanner:after{content:"SALE";position:absolute;right:-20px;bottom:-75px;font-size:250px;font-weight:900;letter-spacing:-.12em;opacity:.08}.saleBanner h2{font-size:clamp(42px,6vw,84px);max-width:900px;line-height:.95;letter-spacing:-.07em;margin:22px 0 34px;z-index:1}.newsletter{background:#171717;color:white;padding:70px 6vw;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end}.newsletter h2{font-size:42px;letter-spacing:-.05em;margin:16px 0}.newsletter p{color:#aaa}.newsletter form{display:flex;border-bottom:1px solid white}.newsletter input{flex:1;background:transparent;border:0;color:white;padding:18px 0;outline:0}.newsletter button{border:0;background:transparent;color:var(--acid);font-size:28px}.footer{background:#171717;color:white;border-top:1px solid #373737;padding:60px 5vw;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.footerBrand p,.footer>div>p{color:#8f8f8f;max-width:290px;line-height:1.6;font-size:13px}.footer h4{font-size:11px;letter-spacing:.14em;text-transform:uppercase}.footer>div:not(.footerBrand){display:flex;flex-direction:column;gap:12px}.footer>div>a{font-size:13px;color:#c7c7c7}.breadcrumbs{padding:24px 4vw;font-size:11px;color:var(--muted)}.catalogPage{padding-bottom:80px}.catalogTop{display:flex;align-items:end;justify-content:space-between;padding:25px 4vw 30px}.catalogTop h1,.pageTitle h1{font-size:clamp(44px,6vw,80px);letter-spacing:-.07em;margin:10px 0}.catalogTop>div>p:last-child{font-size:12px;color:var(--muted)}.catalogTop label{font-size:11px;display:flex;align-items:center;gap:10px}.catalogTop select,.cartControls select{border:1px solid var(--line);padding:11px;background:white}.filterToggle{display:none}.activeFilters{display:flex;gap:8px;padding:0 4vw 18px;flex-wrap:wrap}.activeFilters button{border:1px solid var(--line);background:white;padding:8px 12px;font-size:11px}.catalogBody{display:grid;grid-template-columns:245px 1fr;gap:34px;padding:0 4vw}.filters{border-top:1px solid var(--line)}.filters details{border-bottom:1px solid var(--line);padding:18px 0}.filters summary,.productDetail summary{font-size:12px;font-weight:800;cursor:pointer}.filterOptions{display:grid;gap:9px;margin-top:14px;max-height:180px;overflow:auto}.filterOptions label,.check{font-size:12px;display:flex;gap:8px;align-items:center;color:#4e4e4e}.priceInputs{display:flex;gap:5px;align-items:center;margin-top:12px}.priceInputs input{width:90px;border:1px solid var(--line);padding:9px}.filters>.check{margin-top:16px}.closeFilter,.applyFilters{display:none}.loading,.empty{padding:80px;text-align:center}.loadMore{display:block;margin:45px auto;border:1px solid var(--ink);background:transparent;padding:15px 40px}.productPage{padding-bottom:80px}.productView{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.75fr);gap:4vw;padding:0 4vw 70px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:3px}.gallery img{width:100%;aspect-ratio:4/5;object-fit:cover;background:#e4e0d7}.productInfo{padding:20px 2vw;position:sticky;top:110px;align-self:start}.productInfo h1{font-size:38px;letter-spacing:-.05em;margin:8px 0 16px}.price.big{font-size:17px}.taxNote,.stockState{font-size:11px;color:var(--muted)}.swatches{margin:30px 0}.swatches b{font-size:12px;display:block;margin-bottom:12px}.swatches span{display:inline-block;border:1px solid var(--ink);padding:9px 12px;font-size:11px}.sizeHead{display:flex;justify-content:space-between;font-size:12px}.sizeHead button{border:0;background:transparent;text-decoration:underline;font-size:11px}.sizes{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:12px 0}.sizes button{background:white;border:1px solid var(--line);padding:12px}.sizes button.selected{background:var(--ink);color:white}.sizes button:disabled{text-decoration:line-through;color:#aaa}.addButton{display:flex;width:100%;justify-content:center;align-items:center;border:0;background:var(--ink);color:white;padding:17px;font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.favoriteButton{width:100%;padding:15px;background:transparent;border:1px solid var(--ink);margin-top:8px}.description{font-size:14px;line-height:1.7;margin:28px 0}.productDetail{border-top:1px solid var(--line);padding:18px 0;font-size:12px;line-height:1.6}.productDetail:last-child{border-bottom:1px solid var(--line)}.productDetail summary{display:flex;justify-content:space-between}.introSection.compact{padding-top:40px}.modalBackdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:80;display:grid;place-items:center}.modal{background:white;padding:35px;position:relative;max-width:600px;width:90%}.modalClose{position:absolute;right:15px;top:15px;border:0;background:transparent;font-size:28px}.modal table{width:100%;border-collapse:collapse}.modal td,.modal th{padding:12px;border-bottom:1px solid var(--line);text-align:left}.pageTitle{padding:60px 5vw 30px}.cartPage,.checkoutPage,.simplePage{padding-bottom:90px}.cartLayout,.checkoutLayout{display:grid;grid-template-columns:1fr 390px;gap:6vw;padding:0 5vw}.cartItem{display:grid;grid-template-columns:150px 1fr auto;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.cartItem img{width:150px;aspect-ratio:4/5;object-fit:cover}.cartItem h3{margin:5px 0 18px}.cartControls{display:flex;gap:10px}.cartControls label{font-size:10px;display:flex;flex-direction:column;gap:5px}.textButton{border:0;background:transparent;text-decoration:underline;padding:12px 0;font-size:11px}.summary{background:white;padding:28px;align-self:start;position:sticky;top:110px}.summary h2{font-size:24px}.summary>div:not(.promoCode):not(.miniItem){display:flex;justify-content:space-between;padding:10px 0;font-size:12px}.summary .sale{color:#c83a2c}.summary .total{border-top:1px solid var(--ink);font-size:16px!important;margin-top:14px;padding:20px 0!important}.promoCode{display:flex;margin:14px 0}.promoCode input{min-width:0;flex:1;border:1px solid var(--line);padding:12px}.promoCode button{border:0;background:var(--acid);padding:0 16px}.formNote,.testNotice{font-size:11px;line-height:1.5}.testNotice{background:#fff4cf;border:1px solid #e5c95f;padding:10px;margin-top:14px}.testRibbon{background:#fff1b3;border:1px solid #d8bd3b;padding:12px;text-align:center;font-size:11px;letter-spacing:.12em;margin:24px 5vw 0}.checkoutStep{border-top:1px solid var(--line);padding:26px 0}.checkoutStep>div:first-child{display:flex;gap:14px;align-items:center}.checkoutStep>div:first-child span{font-size:10px;background:var(--acid);padding:6px}.checkoutStep h2{font-size:22px}.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.formGrid input,.profileForm input,.profileForm textarea,.authPage input{border:1px solid var(--line);background:white;padding:14px}.formGrid .full{grid-column:1/-1}.deliveryOption{display:flex;align-items:center;gap:12px;background:white;border:1px solid var(--line);padding:16px;margin:8px 0}.deliveryOption.selected{border-color:var(--ink)}.deliveryOption span{display:flex;flex-direction:column;flex:1}.deliveryOption small{color:var(--muted);margin-top:4px}.paymentTest{border:2px solid #dfbd33;background:#fff5c9;padding:20px}.paymentTest b{background:#171717;color:var(--acid);padding:6px}.miniItem{display:grid!important;grid-template-columns:50px 1fr auto!important;gap:10px!important;align-items:center!important;border-bottom:1px solid var(--line);padding:10px 0!important}.miniItem img{width:50px;aspect-ratio:4/5;object-fit:cover}.miniItem span{font-size:11px}.miniItem small{display:block;color:var(--muted);margin-top:5px}.error{color:#b62e20}.confirmation{text-align:center;padding:100px 20px 140px;max-width:700px;margin:auto}.confirmIcon{width:80px;height:80px;border-radius:50%;background:var(--acid);display:grid;place-items:center;margin:auto;font-size:34px}.confirmation h1{font-size:48px;letter-spacing:-.05em}.confirmation>p{color:var(--muted)}.orderNumber{border:1px solid var(--line);padding:20px;margin:30px auto;display:flex;justify-content:space-between;max-width:420px}.simplePage .productGrid{padding-top:20px}.authPage{min-height:650px;display:grid;place-items:center;padding:70px 20px}.authPage>div{width:min(460px,100%);background:white;padding:40px}.authPage h1{font-size:50px;letter-spacing:-.05em}.authPage form{display:grid;gap:10px;margin-top:20px}.accountPage{display:grid;grid-template-columns:300px 1fr;min-height:700px}.accountPage>aside{padding:50px 30px;border-right:1px solid var(--line);display:flex;flex-direction:column}.accountPage>aside h2{font-size:14px;overflow-wrap:anywhere;margin-bottom:30px}.accountPage>aside button{border:0;background:transparent;text-align:left;padding:12px}.accountPage>aside button.active{background:var(--acid);font-weight:800}.accountContent{padding:55px 6vw}.accountContent h1{font-size:50px;letter-spacing:-.06em}.profileForm{display:grid;gap:10px;max-width:650px}.profileForm textarea{min-height:120px}.orderRow{display:grid;grid-template-columns:1fr auto auto;gap:25px;align-items:center;padding:18px;border-bottom:1px solid var(--line)}.orderRow span:first-child{display:flex;flex-direction:column}.orderRow small{color:var(--muted)}.status{background:#fff3c2;padding:6px;font-size:10px}.legalPage{max-width:850px;margin:auto;padding:90px 25px}.legalPage h1{font-size:60px;letter-spacing:-.06em}.legalPage section{padding:30px 0;border-bottom:1px solid var(--line);line-height:1.7}.legalWarning{padding:20px;background:#fff0bb;border:1px solid #d9bd56}.legalPage mark{background:var(--acid)}

.admin{min-height:100vh;background:#f2f3ed;display:grid;grid-template-columns:250px 1fr;color:#20211f}.adminNav{background:#181a18;color:white;height:100vh;position:sticky;top:0;padding:25px 16px;display:flex;flex-direction:column}.adminLogo{font-weight:900;font-size:19px;display:flex;align-items:center;padding:10px}.adminLogo i{font-style:normal;background:var(--acid);color:#181a18;border-radius:50%;width:22px;height:22px;display:grid;place-items:center;margin:0 3px;font-size:12px}.adminLogo b{font-size:8px;color:var(--acid);margin-left:8px;letter-spacing:.14em}.adminNav nav{display:flex;flex-direction:column;margin-top:24px;overflow:auto}.adminNav nav button,.backStore{border:0;background:transparent;color:#a9ada8;text-align:left;padding:8px 12px;font-size:11px;border-radius:5px}.adminNav nav button.active{color:#181a18;background:var(--acid);font-weight:800}.backStore{margin-top:auto}.adminMain{padding:28px 36px;min-width:0}.adminMain>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.adminMain h1{font-size:38px;letter-spacing:-.05em;margin:6px 0}.adminUser{display:flex;align-items:center;gap:10px;font-size:11px}.adminUser b{background:#181a18;color:var(--acid);border-radius:50%;width:38px;height:38px;display:grid;place-items:center}.adminNotice{background:var(--acid);padding:12px 18px;margin-bottom:15px;display:flex;justify-content:space-between}.adminNotice button{border:0;background:transparent}.metricGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.metric{background:white;padding:22px;display:grid;gap:8px;border:1px solid #e1e2db}.metric span,.metric small{font-size:10px;color:#797c76;text-transform:uppercase;letter-spacing:.1em}.metric strong{font-size:36px}.metric small{color:#418250}.adminGrid{display:grid;grid-template-columns:1.4fr 1fr;gap:14px;margin-top:14px}.adminCard{background:white;border:1px solid #e1e2db;padding:22px}.cardHead{display:flex;justify-content:space-between;align-items:center}.cardHead h2,.adminCard h2{font-size:17px}.cardHead>span{background:#eff0e9;padding:6px 9px;font-size:9px}.compactRow,.entityRow{display:grid;grid-template-columns:1fr 1fr auto;gap:14px;align-items:center;padding:13px 0;border-bottom:1px solid #eee;font-size:11px}.compactRow span,.entityRow span{color:#777}.compactRow .required{color:#b24635}.muted{color:#858984;font-size:12px}.tableCard{overflow:hidden}.adminTable{overflow:auto}.tableHeader,.tableRow{display:grid;grid-template-columns:minmax(260px,2fr) 1fr .7fr .6fr .8fr .6fr;min-width:850px;gap:14px;align-items:center;padding:10px 0;font-size:10px}.tableHeader{color:#777;border-bottom:1px solid #ddd;text-transform:uppercase}.tableRow{border-bottom:1px solid #eee}.productCell{display:flex;gap:12px;align-items:center}.productCell img{width:45px;height:55px;object-fit:cover}.productCell b{display:flex;flex-direction:column}.productCell small,.entityRow small{display:block;color:#888;margin-top:4px}.tableRow>button,.entityRow button,.cardHead button{border:1px solid #d8d9d2;background:white;padding:7px;font-size:10px}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#aaa;margin-right:6px}.dot.active{background:#53a46b}.simplePanel{max-width:800px;padding:40px}.simplePanel p{color:#666;line-height:1.7}.configForm{max-width:800px;display:grid;gap:14px}.configForm label{font-size:11px;text-transform:uppercase;letter-spacing:.07em}.configForm label span{color:#bd3a29;margin-left:12px}.configForm input{display:block;width:100%;margin-top:6px;padding:12px;border:1px solid #ddd}.paymentAdmin{max-width:700px;background:#fff4c8;border:2px solid #d5b63c;padding:45px}.paymentAdmin>span{background:#181a18;color:var(--acid);padding:7px;font-size:10px}.paymentAdmin button{opacity:.5;padding:12px}.adminModal{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:100;display:flex;justify-content:flex-end}.adminModal>form{width:min(820px,95vw);height:100%;overflow:auto;background:#f7f7f3;padding:28px}.adminModal header{display:flex;justify-content:space-between;align-items:start}.adminModal header h2{font-size:28px;margin:5px 0}.adminModal header button{border:0;background:transparent;font-size:30px}.editorGrid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:20px}.editorGrid label{font-size:10px;text-transform:uppercase}.editorGrid input,.editorGrid textarea{display:block;width:100%;margin-top:6px;padding:11px;border:1px solid #ddd;background:white}.editorGrid textarea{min-height:70px}.editorGrid .full{grid-column:1/-1}.editorGrid .checkLine{display:flex;align-items:center;text-transform:none}.editorGrid .checkLine input{width:auto;margin:0 7px 0 0}.adminModal footer{display:flex;justify-content:flex-end;gap:10px;padding:25px 0}.adminModal footer button{width:auto;padding:14px 25px}

@media(max-width:900px){.productGrid,.homeGrid{grid-template-columns:1fr 1fr;gap:18px 8px}.homeGrid{padding:0 12px 60px}.collectionGrid{grid-template-columns:1fr}.collection{min-height:420px}.brands{padding:60px 20px}.saleBanner{margin:0 12px 60px;padding:35px;min-height:300px}.saleBanner:after{font-size:140px}.newsletter{grid-template-columns:1fr;padding:50px 24px}.footer{grid-template-columns:1fr 1fr;padding:50px 24px}.footerBrand{grid-column:1/-1}.catalogTop{padding:25px 18px}.catalogTop label{display:none}.filterToggle{display:block;border:1px solid var(--ink);padding:12px;background:transparent}.catalogBody{grid-template-columns:1fr;padding:0 12px}.filters{display:none}.filters.mobileOpen{display:block;position:fixed;inset:0;z-index:50;background:var(--paper);padding:30px;overflow:auto}.closeFilter,.applyFilters{display:block}.closeFilter{position:absolute;right:20px;top:12px;border:0;background:transparent;font-size:30px}.applyFilters{margin-top:25px}.productView{grid-template-columns:1fr;padding:0 12px 50px}.gallery{grid-template-columns:1fr}.gallery img:nth-child(2){display:none}.productInfo{position:static;padding:25px 12px}.cartLayout,.checkoutLayout{grid-template-columns:1fr;padding:0 16px}.cartItem{grid-template-columns:95px 1fr}.cartItem img{width:95px}.cartItem>strong{grid-column:2}.summary{position:static}.formGrid{grid-template-columns:1fr}.formGrid .full{grid-column:auto}.confirmation h1{font-size:38px}.accountPage{grid-template-columns:1fr}.accountPage>aside{height:auto;position:static;border:0}.accountContent{padding:30px 22px}.legalPage h1{font-size:42px}.admin{grid-template-columns:1fr}.adminNav{height:auto;position:sticky;z-index:20;padding:10px}.adminNav nav{flex-direction:row;overflow:auto;margin-top:8px}.adminNav nav button{white-space:nowrap}.backStore{display:none}.adminMain{padding:20px 12px}.metricGrid{grid-template-columns:1fr 1fr}.adminGrid{grid-template-columns:1fr}.editorGrid{grid-template-columns:1fr}.editorGrid .full{grid-column:auto}}

/* Run2Buy Figma direction — desktop 1920 / mobile 375 */
:root{--r2b-navy:#1f184f;--r2b-blue:#9dcffb;--r2b-pink:#ffcfef;--r2b-yellow:#ffe893;--r2b-soft:#f8f8f8}
body{background:#fff;color:var(--r2b-navy);font-family:Arial,"Helvetica Neue",sans-serif}
.promo{height:30px;padding:8px 15px;background:var(--r2b-yellow);color:var(--r2b-navy);font-size:10px;font-weight:700;letter-spacing:.04em}
.header{position:sticky;top:0;z-index:40;height:96px;padding:0 max(32px,12.5vw);display:grid;grid-template-columns:190px 1fr 360px;gap:34px;background:var(--r2b-navy);border:0;color:white}
.logo{color:white;font-size:27px;letter-spacing:-.09em;font-weight:900;text-transform:lowercase}
.logo b{font-size:27px;color:var(--r2b-yellow);font-weight:900}
.header .nav{display:flex;justify-content:center;gap:30px;padding:0;background:transparent;border:0;font-size:13px;font-weight:500;color:white}
.header .nav .sale{color:var(--r2b-yellow)}
.header .actions{justify-content:flex-end;gap:14px}
.header .search{width:204px;height:60px;border:1px solid rgba(255,255,255,.38);border-radius:0;background:transparent;color:white}
.header .search input{color:white}.header .search input::placeholder{color:white;opacity:.8}
.header .search span{font-size:24px}
.header .language{color:white;border-left:1px solid rgba(255,255,255,.3);padding-left:14px}
.header .iconButton{color:white;font-size:22px}.header .badge b{background:var(--r2b-yellow);color:var(--r2b-navy)}
.figmaHome{overflow:hidden;background:white;color:var(--r2b-navy)}
.figmaBtn{display:inline-flex;align-items:center;justify-content:center;min-height:60px;padding:0 42px;background:var(--r2b-navy);color:white;border-radius:60px;font-size:13px;font-weight:800;letter-spacing:.02em;transition:transform .2s,background .2s}
.figmaBtn:hover{transform:translateY(-2px);background:#30276e}
.figmaHero{height:985px;position:relative;background:white}
.figmaHeroGrid{position:absolute;left:0;top:0;width:46%;height:704px;background-image:linear-gradient(rgba(31,24,79,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(31,24,79,.1) 1px,transparent 1px);background-size:90px 90px;mask-image:linear-gradient(90deg,#000 50%,transparent)}
.figmaHeroCopy{position:absolute;z-index:2;left:12.5%;top:205px;width:650px}
.figmaHeroCopy h1{font-size:60px;line-height:1.03;letter-spacing:-.055em;margin:0 0 22px;font-weight:800}
.figmaHeroCopy h1 span{white-space:nowrap}.figmaHeroCopy h1:after{content:"✦";color:var(--r2b-blue);font-size:34px;margin-left:14px;vertical-align:top}
.figmaHeroCopy p{font-size:16px;line-height:1.55;max-width:600px;opacity:.72;margin:0 0 34px}
.figmaHeroPeople{position:absolute;right:12.5%;top:65px;width:650px;height:720px}
.heroArch{position:absolute;overflow:hidden;border:2px solid var(--r2b-navy);border-radius:300px 300px 12px 12px;background:white}
.heroArch img{width:100%;height:100%;object-fit:cover}
.heroArchBig{right:0;top:0;width:470px;height:680px;background:var(--r2b-yellow);padding:18px}
.heroArchBig img{border-radius:250px 250px 0 0}
.heroArchSmall{left:0;bottom:0;width:300px;height:470px;padding:12px;z-index:2}
.heroArchSmall img{border-radius:200px 200px 0 0}
.figmaTicker{position:absolute;left:-2%;right:-2%;bottom:36px;height:94px;background:var(--r2b-blue);transform:rotate(-5.7deg);display:flex;align-items:center;gap:75px;white-space:nowrap;font-size:13px;font-weight:700}
.figmaUsp{max-width:1442px;margin:0 auto;padding:30px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.figmaUsp>div{display:flex;align-items:center;gap:16px}.figmaUsp i{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:var(--r2b-soft);font-style:normal;font-size:25px}.figmaUsp p{display:flex;flex-direction:column;gap:8px;margin:0}.figmaUsp strong{font-size:16px}.figmaUsp span{font-size:12px;opacity:.65}
.figmaWhy{background:var(--r2b-soft);padding:120px max(30px,12.5vw);display:grid;grid-template-columns:460px minmax(0,950px);gap:30px}
.figmaWhyCopy{background:var(--r2b-blue);min-height:700px;padding:52px 40px;display:flex;flex-direction:column;align-items:center;text-align:center}
.figmaWhyCopy h2{font-size:54px;line-height:1.12;letter-spacing:-.04em;margin:0;max-width:390px}.ornament{font-size:35px;margin:38px 0}.figmaWhyCopy p{font-size:17px;line-height:1.55;max-width:400px;margin:0 0 auto}.figmaWhyCopy .figmaBtn{margin-top:55px}
.figmaWhyPhoto{min-height:700px;overflow:hidden}.figmaWhyPhoto img{width:100%;height:100%;object-fit:cover}
.figmaSection{max-width:1440px;margin:0 auto;padding:120px 0}.figmaSection>h2,.figmaSectionHead h2{font-size:50px;line-height:1.08;letter-spacing:-.04em;margin:0}
.mustGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:60px}.mustTile{height:704px;position:relative;overflow:hidden}.mustTile.blue{background:var(--r2b-blue)}.mustTile.pink{background:var(--r2b-pink)}.mustTile.yellow{background:var(--r2b-yellow)}.mustTile img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;transition:transform .45s}.mustTile:hover img{transform:scale(1.025)}.mustTile span{position:absolute;left:30px;bottom:28px;color:white;font-size:32px;font-weight:800;text-shadow:0 2px 18px rgba(0,0,0,.35)}
.promoTriptych{height:704px;display:grid;grid-template-columns:1fr 1fr 1fr}.promoTriptych>img{width:100%;height:704px;object-fit:cover}.promoTriptych>div{background:var(--r2b-yellow);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px}.promoTriptych.isPink>div{background:var(--r2b-pink)}.promoTriptych h2{font-size:50px;line-height:1.1;margin:0 0 45px}.promoTriptych h2 span{display:block;font-size:42px;font-weight:500;margin-top:16px}
.editorial{max-width:1440px;margin:120px auto;display:grid;grid-template-columns:584px minmax(0,826px);gap:30px;min-height:693px}.editorial.reverse{grid-template-columns:minmax(0,826px) 584px}.editorial.reverse .editorialCopy{order:2}.editorial.reverse .editorialImage{order:1}.editorialCopy{padding:86px 60px;display:flex;flex-direction:column;align-items:flex-start}.editorial.blue .editorialCopy{background:var(--r2b-blue)}.editorial.yellow .editorialCopy{background:var(--r2b-yellow)}.editorial.pink .editorialCopy{background:var(--r2b-pink)}.editorialCopy small{font-size:14px}.editorialCopy h2{font-size:50px;line-height:1.1;letter-spacing:-.04em;margin:28px 0}.editorialLine{display:block;width:100%;height:2px;background:linear-gradient(90deg,var(--r2b-navy) 46%,rgba(31,24,79,.14) 46%);margin:6px 0 28px}.editorialCopy p{font-size:16px;line-height:1.6;opacity:.72;margin:0 0 auto}.editorialCopy .figmaBtn{margin-top:45px}.editorialImage{position:relative;overflow:hidden;background:#eee}.editorialImage>img{width:100%;height:100%;object-fit:cover}.miniPreview{position:absolute;right:7%;bottom:7%;width:42%;height:42%;background:white;border:12px solid white;box-shadow:0 20px 60px rgba(0,0,0,.18);display:flex;flex-direction:column;justify-content:flex-end;padding:18px;background-image:linear-gradient(135deg,rgba(157,207,251,.5),rgba(255,207,239,.7))}.miniPreview b{font-size:26px}.miniPreview span{font-size:12px;margin-top:8px}
.figmaSectionHead{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px}.figmaSectionHead>a{font-size:12px;font-weight:800}.figmaProducts .productGrid{grid-template-columns:repeat(3,1fr);gap:55px 30px}.figmaProducts.compact .productGrid{grid-template-columns:repeat(4,1fr)}.figmaProducts .productImage{background:var(--r2b-soft);aspect-ratio:1/1}.figmaProducts .brandName{color:#dfaa00}.figmaProducts .discount{background:var(--r2b-yellow)}.figmaProducts .heart{border-radius:0;border:1px solid rgba(31,24,79,.2);width:32px;height:32px;font-size:16px}
.popularCats>div{display:grid;grid-template-columns:1fr 1fr;gap:18px 30px;margin-top:55px}.popularCats a{height:80px;background:var(--r2b-soft);display:grid;grid-template-columns:58px 1fr auto;align-items:center;padding:0 22px;gap:18px}.popularCats a b{font-size:12px;opacity:.4}.popularCats a span{font-weight:700}.popularCats a i{font-style:normal;font-size:20px}
.cashback{height:520px;background:var(--r2b-blue);display:flex;justify-content:center;gap:100px;align-items:center;overflow:hidden}.cashback h2{font-size:50px;line-height:1.08;margin:0 0 38px}.cashback img{height:95%;align-self:flex-end;object-fit:contain;mix-blend-mode:multiply}
.fashionQuote{margin:0;background:linear-gradient(rgba(31,24,79,.72),rgba(31,24,79,.72)),url('/products/product-09.webp') center 42%/cover;height:440px;color:white;display:grid;place-items:center;text-align:center;padding:70px 15vw;font-size:30px;line-height:1.4;font-weight:600}
.saleCountdown{min-height:470px;background:var(--r2b-blue);display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:0 12.5vw;gap:80px}.saleCountdown>div:first-child>p{font-size:30px;font-weight:800}.saleCountdown>div>div{display:flex;gap:35px}.saleCountdown b{font-size:48px;font-weight:500;display:flex;flex-direction:column}.saleCountdown small{font-size:11px;font-weight:400;margin-top:8px}.saleShoe{position:relative;height:410px}.saleShoe strong{position:absolute;top:25px;left:0;font-size:28px}.saleShoe img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.saleShoe a{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);background:var(--r2b-navy);color:white;padding:14px 28px;border-radius:40px;font-size:11px}
.figmaGallery{background:var(--r2b-soft);padding:110px 0}.figmaGallery .figmaSectionHead{max-width:1440px;margin:0 auto 55px}.figmaGallery>div:last-child{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.figmaGallery>div:last-child a{height:390px;position:relative;overflow:hidden}.figmaGallery img{width:100%;height:100%;object-fit:cover}.figmaGallery span{position:absolute;left:18px;bottom:18px;color:white;font-size:13px;font-weight:700;text-shadow:0 2px 10px #000}
.figmaBlog>div{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:60px}.figmaBlog article img{width:100%;height:420px;object-fit:cover}.figmaBlog article small{display:block;margin:25px 0 12px;opacity:.58}.figmaBlog h3{font-size:22px;line-height:1.3;margin:0 0 20px}.figmaBlog article a{font-size:12px;font-weight:800}
.figmaNewsletter{min-height:390px;padding:80px 12.5%;background:var(--r2b-yellow);display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}.figmaNewsletter h2{font-size:46px;line-height:1.08;margin:0 0 20px}.figmaNewsletter p{font-size:15px;line-height:1.6;opacity:.7}.figmaNewsletter form{height:60px;background:white;display:flex;padding:6px}.figmaNewsletter input{flex:1;border:0;outline:0;padding:0 18px}.figmaNewsletter button{border:0;border-radius:40px;background:var(--r2b-navy);color:white;padding:0 30px;font-size:11px;font-weight:800}
.footer{background:var(--r2b-navy);color:white;border:0;padding:100px 12.5% 75px;grid-template-columns:1.8fr repeat(3,1fr);gap:70px}.footer .logo{font-size:34px}.footer .logo b{font-size:34px}.footer h4{font-size:15px;text-transform:none;letter-spacing:0}.footer>div>a{color:white;opacity:.75}.footerBrand p,.footer>div>p{color:white;opacity:.62}.footer small{color:var(--r2b-yellow)}
.storeHero{height:830px;position:relative;background:#fff}.storeHeroGrid{position:absolute;left:12.5%;top:140px;width:420px;height:430px;background-image:linear-gradient(rgba(31,24,79,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(31,24,79,.09) 1px,transparent 1px);background-size:48px 48px}.storeHeroCopy{position:absolute;z-index:2;left:12.5%;top:250px;width:620px}.storeHeroCopy h1{font-size:56px;line-height:1.03;letter-spacing:-.05em;margin:0 0 22px}.storeHeroCopy h1:after{content:"✦";color:var(--r2b-pink);font-size:42px;margin-left:16px}.storeHeroCopy p{max-width:600px;font-size:15px;line-height:1.55;opacity:.7;margin:0 0 30px}.storeHeroPeople{position:absolute;right:12.5%;top:90px;width:650px;height:620px}.storeHeroPeople>div{position:absolute;overflow:hidden;border-radius:240px 240px 20px 20px}.storeHeroPeople>div:first-child{left:25px;top:0;width:280px;height:450px;background:var(--r2b-yellow);border:14px solid var(--r2b-yellow)}.storeHeroPeople>div:last-child{right:0;bottom:0;width:355px;height:535px;background:#efefef}.storeHeroPeople img{width:100%;height:100%;object-fit:cover}.storeHeroUsp{max-width:1442px;margin:-8px auto 80px;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.storeHeroUsp span{display:flex;align-items:center;gap:14px}.storeHeroUsp i{width:64px;height:64px;border-radius:50%;background:var(--r2b-soft);display:grid;place-items:center;font-style:normal;font-size:21px}.storeHeroUsp b{font-size:13px}
.catalogPage{background:#fff}.catalogPage>.breadcrumbs,.productPage>.breadcrumbs{max-width:1440px;margin:auto;padding-left:0;padding-right:0}.catalogTop{max-width:1440px;margin:auto;padding:20px 0 36px}.catalogTop h1{font-size:48px;color:var(--r2b-navy)}.catalogTop select{border-color:rgba(31,24,79,.25);color:var(--r2b-navy)}.catalogBody{max-width:1440px;margin:auto;padding:0;grid-template-columns:260px 1fr;gap:44px}.filters{border-top:0;background:#fff}.filters details{padding:20px 10px;border-bottom:1px solid rgba(31,24,79,.12)}.filters summary{font-size:13px}.filterOptions label{color:var(--r2b-navy);font-size:11px}.catalogResults .productGrid{grid-template-columns:repeat(3,1fr);gap:45px 24px}.catalogResults .productImage{aspect-ratio:1/1;background:var(--r2b-soft)}.catalogResults .productCard h3{font-size:12px;font-weight:700}.catalogResults .brandName{color:#d7a700}.loadMore{border:0;border-radius:50px;background:var(--r2b-navy);color:white}
.productPage{background:#fff}.productView{max-width:1440px;margin:auto;padding:25px 0 100px;grid-template-columns:1fr 1fr;gap:80px}.productView .gallery{display:block;background:var(--r2b-soft);padding:30px}.productView .gallery img{aspect-ratio:1/1;object-fit:contain}.productView .gallery img+img{display:none}.productInfo{top:150px;padding:0}.productInfo h1{font-size:38px;color:var(--r2b-navy)}.productInfo .brandName{color:var(--r2b-navy);font-size:17px;text-transform:none}.productInfo .addButton{border-radius:50px;background:var(--r2b-navy);margin-top:14px}.productInfo .favoriteButton{border-radius:50px}.productPage .introSection{max-width:1440px;margin:auto;padding-left:0;padding-right:0}.productPage .homeGrid{max-width:1440px;margin:auto;padding-left:0;padding-right:0}.productPage .homeGrid .productImage{aspect-ratio:1;background:var(--r2b-soft)}

@media(max-width:1500px) and (min-width:901px){
 .figmaHeroCopy{width:520px}.figmaHeroCopy h1{font-size:50px}.figmaHeroPeople{width:520px;height:650px}.heroArchBig{width:380px;height:570px}.heroArchSmall{width:245px;height:380px}.storeHeroCopy{width:460px}.storeHeroCopy h1{font-size:46px}.storeHeroPeople{width:520px}.storeHeroPeople>div:first-child{width:230px;height:390px}.storeHeroPeople>div:last-child{width:290px;height:470px}
}

/* Commerce-first visual refresh */
.promo{height:32px;background:var(--r2b-navy);color:white;padding:0 4vw;display:flex;align-items:center;justify-content:center;gap:70px;font-size:10px;letter-spacing:.06em}.promo a{color:var(--r2b-yellow);font-weight:800}
.commerceHeader.header{height:auto;display:block;padding:0;background:#fff;color:var(--r2b-navy);position:sticky;top:0;border-bottom:1px solid #e8e8e8}.audienceTabs{height:34px;padding:0 4vw;display:flex;align-items:center;gap:26px;border-bottom:1px solid #ececec;font-size:11px;font-weight:700}.audienceTabs a:first-child{border-bottom:2px solid var(--r2b-navy);height:34px;display:flex;align-items:center}.headerMain{height:74px;padding:0 4vw;display:grid;grid-template-columns:190px minmax(300px,650px) 1fr;gap:40px;align-items:center}.commerceHeader .logo{color:var(--r2b-navy);font-size:27px}.commerceHeader .logo b{color:#e4b900;font-size:27px}.commerceHeader .search{width:100%;height:46px;border:1px solid #bfc0c7;background:#f7f7f8;border-radius:2px;color:var(--r2b-navy);padding:0 6px 0 16px}.commerceHeader .search input{color:var(--r2b-navy);font-size:12px}.commerceHeader .search input::placeholder{color:#73747b}.commerceHeader .search button{width:42px;height:36px;border:0;background:var(--r2b-navy);color:white;font-size:20px;cursor:pointer}.commerceHeader .actions{justify-self:end}.commerceHeader .language,.commerceHeader .iconButton{color:var(--r2b-navy);border-left:0;padding:0}.commerceHeader>.nav{height:44px;display:flex;justify-content:center;align-items:center;gap:38px;padding:0 4vw;background:#fff;border-top:1px solid #ececec;border-bottom:0;color:var(--r2b-navy);font-size:12px;font-weight:600}.commerceHeader>.nav .sale{color:#d40043;font-weight:800}
.commerceHome{background:#fff;color:var(--r2b-navy);overflow:hidden}.commerceHome h1,.commerceHome h2,.commerceHome h3{letter-spacing:-.035em}.commerceHero{max-width:1536px;height:650px;margin:0 auto;padding:18px;display:grid;grid-template-columns:2fr 1fr;gap:12px}.commerceHero img,.duoCampaigns img,.offerMosaic img{width:100%;height:100%;object-fit:cover;transition:transform .55s}.commerceHero a,.duoCampaigns a,.offerMosaic a{position:relative;overflow:hidden}.commerceHero a:hover img,.duoCampaigns a:hover img,.offerMosaic a:hover img{transform:scale(1.025)}.heroMainCampaign>div,.heroSideCampaigns a>div,.duoCampaigns a>div,.offerMosaic a>div{position:absolute;inset:auto 0 0;padding:70px 55px 48px;color:white;background:linear-gradient(transparent,rgba(10,8,32,.78))}.heroMainCampaign h1{max-width:720px;font-size:58px;line-height:.98;margin:14px 0}.heroMainCampaign p{font-size:15px;margin:0 0 24px}.heroMainCampaign span,.heroSideCampaigns span,.duoCampaigns span,.offerMosaic span{font-size:11px;font-weight:900;letter-spacing:.04em;border-bottom:1px solid currentColor;padding-bottom:5px}.heroSideCampaigns{display:grid;grid-template-rows:1fr 1fr;gap:12px}.heroSideCampaigns a>div{padding:50px 28px 25px}.heroSideCampaigns h2{font-size:24px;line-height:1.05;margin:8px 0 18px}.heroSideCampaigns small,.heroMainCampaign small,.duoCampaigns small,.offerMosaic small{font-size:9px;font-weight:800;letter-spacing:.12em}
.commerceBenefits{max-width:1440px;margin:0 auto;padding:20px 10px 45px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;border-bottom:1px solid #e8e8e8}.commerceBenefits span{display:flex;align-items:center;justify-content:center;gap:10px;font-size:18px}.commerceBenefits b{font-size:11px;font-weight:700}
.categoryRail,.commerceProducts,.inspirationStrip{max-width:1440px;margin:0 auto;padding:76px 0}.categoryRail>header,.commerceProducts>header,.inspirationStrip>header{display:flex;align-items:end;justify-content:space-between;margin-bottom:34px}.categoryRail header small,.commerceProducts header small,.inspirationStrip header small,.brandBar>small,.commerceNewsletter small{font-size:9px;font-weight:800;letter-spacing:.14em}.categoryRail h2,.commerceProducts h2,.inspirationStrip h2{font-size:34px;margin:8px 0 0}.categoryRail header>a,.commerceProducts header>a,.inspirationStrip header>a{font-size:10px;font-weight:800}.categoryRail>div{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}.categoryRail>div>a{text-align:center}.categoryRail span{display:block;aspect-ratio:1;border-radius:50%;overflow:hidden;background:var(--r2b-soft);margin-bottom:15px}.categoryRail img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.categoryRail a:hover img{transform:scale(1.04)}.categoryRail b{font-size:12px}
.commerceProducts{padding-top:60px}.commerceProducts>.productGrid{grid-template-columns:repeat(4,1fr);gap:48px 18px}.commerceProducts .productImage,.saleProducts .productImage,.catalogResults .productImage{aspect-ratio:3/4;background:#f3f3f4}.commerceProducts .productCard h3{font-size:12px}.commerceProducts .brandName{font-size:10px;color:var(--r2b-navy);margin-top:13px}.commerceProducts .heart,.catalogResults .heart,.saleProducts .heart{border-radius:50%;border:0;width:34px;height:34px}.quickView{position:absolute;left:12px;right:12px;bottom:12px;height:38px;background:white;color:var(--r2b-navy);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;transform:translateY(60px);transition:transform .25s}.productCard:hover .quickView{transform:translateY(0)}
.duoCampaigns{max-width:1536px;height:650px;margin:20px auto 40px;padding:0 18px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.duoCampaigns a>div{padding:100px 45px 45px}.duoCampaigns h2{font-size:42px;line-height:1;margin:10px 0}.duoCampaigns p{font-size:13px;margin-bottom:23px}.brandBar{background:#f6f6f7;padding:50px 5vw;text-align:center}.brandBar>div{max-width:1440px;margin:28px auto 0;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}.brandBar a{font-size:21px;font-weight:850;letter-spacing:-.05em}
.offerMosaic{max-width:1536px;height:690px;margin:90px auto 20px;padding:0 18px;display:grid;grid-template-columns:1.5fr 1fr;grid-template-rows:1fr 1fr;gap:12px}.offerMosaic .offerLarge{grid-row:1/-1}.offerMosaic .offerLarge h2{font-size:48px;line-height:1;margin:10px 0}.offerMosaic .offerLarge>div{padding:90px 50px 45px}.offerMosaic a:not(.offerLarge)>div{padding:60px 28px 25px}.offerMosaic h3{font-size:25px;line-height:1.05;margin:9px 0 16px}
.inspirationStrip>div{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.inspirationStrip>div>a img{width:100%;height:420px;object-fit:cover}.inspirationStrip>div>a small{display:block;font-size:9px;letter-spacing:.1em;margin:19px 0 10px}.inspirationStrip h3{font-size:21px;line-height:1.2;margin:0 0 18px}.inspirationStrip span{font-size:10px;font-weight:800}
.commerceNewsletter{min-height:330px;padding:70px 12.5%;background:var(--r2b-yellow);display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.commerceNewsletter h2{font-size:42px;line-height:1;margin:12px 0}.commerceNewsletter p{font-size:13px;line-height:1.6;max-width:580px}.commerceNewsletter form{height:54px;background:white;display:flex;padding:5px}.commerceNewsletter input{flex:1;min-width:0;border:0;outline:0;padding:0 15px}.commerceNewsletter button{border:0;background:var(--r2b-navy);color:white;padding:0 26px;font-size:10px;font-weight:800}
@media(max-width:1200px) and (min-width:901px){.headerMain{grid-template-columns:160px 1fr 240px;gap:20px}.commerceHeader>.nav{gap:22px}.categoryRail,.commerceProducts,.inspirationStrip{max-width:calc(100% - 64px)}}
@media(max-width:900px){
 .promo{height:36px;padding:0 12px;justify-content:center;gap:0;font-size:8px}.promo span:nth-child(2),.promo a{display:none}.commerceHeader.header{height:auto;display:block;padding:0}.audienceTabs{display:none}.headerMain{height:64px;padding:0 14px;display:grid;grid-template-columns:28px 1fr auto;gap:10px}.commerceHeader .mobileOnly{display:grid;color:var(--r2b-navy)}.commerceHeader .logo{font-size:22px}.commerceHeader .logo b{font-size:22px}.commerceHeader .search{display:none}.commerceHeader .actions{gap:5px}.commerceHeader .actions .language,.commerceHeader .actions a:first-of-type{display:none!important}.commerceHeader .actions .iconButton{display:grid!important;color:var(--r2b-navy)}.commerceHeader>.nav{display:none;position:fixed;top:100px;left:0;right:0;bottom:0;height:auto;background:white;color:var(--r2b-navy);padding:30px 22px;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:24px;font-size:19px}.commerceHeader>.nav.open{display:flex}
 .commerceHero{height:auto;padding:8px;grid-template-columns:1fr;gap:8px}.heroMainCampaign{height:490px}.heroMainCampaign>div{padding:70px 22px 28px}.heroMainCampaign h1{font-size:37px;max-width:330px}.heroMainCampaign p{font-size:12px}.heroSideCampaigns{grid-template-columns:1fr 1fr;grid-template-rows:none;gap:8px}.heroSideCampaigns a{height:290px}.heroSideCampaigns a>div{padding:45px 14px 18px}.heroSideCampaigns h2{font-size:18px}.commerceBenefits{grid-template-columns:1fr 1fr;padding:22px 12px 35px;gap:18px 5px}.commerceBenefits span{font-size:15px}.commerceBenefits b{font-size:9px}
 .categoryRail,.commerceProducts,.inspirationStrip{max-width:none;padding:52px 15px}.categoryRail>header,.commerceProducts>header,.inspirationStrip>header{margin-bottom:25px}.categoryRail h2,.commerceProducts h2,.inspirationStrip h2{font-size:27px}.categoryRail header>a,.commerceProducts header>a,.inspirationStrip header>a{font-size:8px}.categoryRail>div{display:flex;gap:14px;overflow:auto;padding-bottom:7px}.categoryRail>div>a{flex:0 0 108px}.categoryRail b{font-size:10px}
 .commerceProducts>.productGrid{grid-template-columns:1fr 1fr;gap:30px 7px}.commerceProducts .productCard h3{font-size:10px}.quickView{display:none}.duoCampaigns{height:auto;margin:0;padding:0 8px;grid-template-columns:1fr;gap:8px}.duoCampaigns a{height:500px}.duoCampaigns a>div{padding:80px 24px 28px}.duoCampaigns h2{font-size:34px}.brandBar{padding:45px 20px}.brandBar>div{justify-content:center;gap:24px}.brandBar a{font-size:17px}
 .offerMosaic{height:auto;margin:60px 0 10px;padding:0 8px;grid-template-columns:1fr 1fr;grid-template-rows:500px 300px;gap:8px}.offerMosaic .offerLarge{grid-column:1/-1;grid-row:auto}.offerMosaic .offerLarge h2{font-size:35px}.offerMosaic .offerLarge>div{padding:80px 24px 28px}.offerMosaic a:not(.offerLarge)>div{padding:50px 14px 18px}.offerMosaic h3{font-size:18px}
 .inspirationStrip>div{grid-template-columns:1fr;gap:45px}.inspirationStrip>div>a img{height:390px}.commerceNewsletter{padding:50px 18px;grid-template-columns:1fr;gap:25px}.commerceNewsletter h2{font-size:32px}.commerceNewsletter form{height:52px}.commerceNewsletter button{padding:0 16px}.footer{padding-bottom:95px}
}
@media(max-width:1200px){
 .header{padding:0 4vw;grid-template-columns:160px 1fr 320px}.figmaHeroCopy{left:6%;width:48%}.figmaHeroPeople{right:5%;width:46%}.figmaSection,.editorial{max-width:calc(100% - 64px)}.figmaWhy{padding-left:4vw;padding-right:4vw}.figmaUsp{padding-left:24px;padding-right:24px}.footer{padding-left:6%;padding-right:6%}.storeHeroCopy{left:6%;width:48%}.storeHeroPeople{right:5%;width:46%}.storeHeroUsp,.catalogTop,.catalogBody,.catalogPage>.breadcrumbs,.productView,.productPage>.breadcrumbs,.productPage .introSection,.productPage .homeGrid{max-width:calc(100% - 64px)}
}
@media(max-width:900px){
 .promo{height:60px;padding:13px 18px;font-size:10px;line-height:1.5}.header{height:78px;padding:0 18px;grid-template-columns:25px 1fr auto;gap:12px}.header .logo{justify-self:start;font-size:22px}.header .logo b{font-size:22px}.header .mobileOnly{display:grid;color:white}.header .nav{display:none;position:fixed;top:138px;left:0;right:0;bottom:0;background:var(--r2b-navy);padding:30px;align-items:flex-start;justify-content:flex-start;gap:24px;font-size:20px}.header .nav.open{display:flex}.header .actions{gap:7px}.header .search,.header .language{display:none}.header .iconButton{display:grid!important;font-size:19px;width:27px}.hamburger{font-size:20px}
 .figmaHero{height:720px}.figmaHeroGrid{width:62%;height:320px;background-size:48px 48px}.figmaHeroCopy{left:18px;right:18px;top:38px;width:auto;text-align:left}.figmaHeroCopy h1{font-size:34px;line-height:1.03;max-width:340px}.figmaHeroCopy h1 span{white-space:normal}.figmaHeroCopy p{font-size:12px;line-height:1.5;max-width:325px}.figmaHeroCopy .figmaBtn{min-height:42px;padding:0 24px;font-size:10px}.figmaHeroPeople{top:292px;right:14px;width:340px;height:365px}.heroArchBig{width:220px;height:330px}.heroArchSmall{width:150px;height:230px}.figmaTicker{height:52px;bottom:10px;font-size:8px}
 .figmaUsp{grid-template-columns:1fr 1fr;gap:18px 8px;padding:28px 18px}.figmaUsp i{width:45px;height:45px;font-size:18px}.figmaUsp strong{font-size:11px}.figmaUsp span{font-size:9px}
 .figmaWhy{padding:60px 18px;grid-template-columns:1fr;gap:14px}.figmaWhyCopy{min-height:430px;padding:40px 25px}.figmaWhyCopy h2{font-size:36px}.ornament{margin:20px 0}.figmaWhyCopy p{font-size:13px}.figmaWhyCopy .figmaBtn{margin-top:30px}.figmaWhyPhoto{min-height:430px}
 .figmaSection{max-width:none;padding:60px 18px}.figmaSection>h2,.figmaSectionHead h2{font-size:30px}.mustGrid{grid-template-columns:1fr;gap:14px;margin-top:30px}.mustTile{height:500px}.mustTile span{font-size:24px}
 .promoTriptych{height:auto;grid-template-columns:1fr}.promoTriptych>img{height:420px}.promoTriptych>div{min-height:340px}.promoTriptych h2{font-size:34px}.promoTriptych h2 span{font-size:28px}
 .editorial,.editorial.reverse{max-width:none;margin:60px 18px;grid-template-columns:1fr;gap:0;min-height:0}.editorial.reverse .editorialCopy,.editorial.reverse .editorialImage{order:initial}.editorialCopy{padding:50px 30px;min-height:470px}.editorialCopy h2{font-size:34px}.editorialCopy p{font-size:14px}.editorialImage{height:470px}.miniPreview{width:50%;height:38%;border-width:7px}
 .figmaSectionHead{margin-bottom:30px}.figmaProducts .productGrid,.figmaProducts.compact .productGrid{grid-template-columns:1fr 1fr;gap:28px 8px}.figmaProducts .productCard h3{font-size:11px}.figmaProducts .brandName{font-size:8px}
 .popularCats>div{grid-template-columns:1fr;gap:10px}.popularCats a{height:65px}
 .cashback{height:410px;display:block;padding:45px 20px;position:relative}.cashback h2{font-size:33px;position:relative;z-index:2}.cashback img{position:absolute;right:-50px;bottom:0;width:65%;height:75%}.cashback .figmaBtn{position:relative;z-index:2}
 .fashionQuote{height:330px;padding:50px 25px;font-size:19px}
 .saleCountdown{min-height:440px;grid-template-columns:1fr;padding:45px 18px;gap:10px}.saleCountdown>div:first-child>p{font-size:24px}.saleCountdown b{font-size:34px}.saleShoe{height:230px}
 .figmaGallery{padding:60px 0}.figmaGallery .figmaSectionHead{padding:0 18px}.figmaGallery>div:last-child{grid-template-columns:repeat(2,1fr);gap:6px}.figmaGallery>div:last-child a{height:300px}.figmaGallery>div:last-child a:last-child{display:none}
 .figmaBlog>div{grid-template-columns:1fr;gap:45px;margin-top:30px}.figmaBlog article img{height:330px}
 .figmaNewsletter{padding:55px 18px;grid-template-columns:1fr;gap:28px}.figmaNewsletter h2{font-size:31px}.figmaNewsletter form{height:54px}.figmaNewsletter button{padding:0 16px}
 .footer{grid-template-columns:1fr 1fr;padding:60px 24px;gap:45px 24px}.footerBrand{grid-column:1/-1}
 .storeHero{height:670px}.storeHeroGrid{left:0;top:0;width:60%;height:320px}.storeHeroCopy{left:18px;right:18px;top:52px;width:auto}.storeHeroCopy h1{font-size:34px;max-width:340px}.storeHeroCopy h1:after{font-size:25px}.storeHeroCopy p{font-size:12px;max-width:330px}.storeHeroCopy .figmaBtn{min-height:42px;padding:0 24px;font-size:10px}.storeHeroPeople{right:18px;top:305px;width:340px;height:320px}.storeHeroPeople>div:first-child{width:155px;height:245px;border-width:7px}.storeHeroPeople>div:last-child{width:200px;height:300px}.storeHeroUsp{grid-template-columns:1fr 1fr;gap:16px 8px;margin:0;padding:25px 18px 50px}.storeHeroUsp i{width:44px;height:44px}.storeHeroUsp b{font-size:10px}
 .catalogPage>.breadcrumbs,.productPage>.breadcrumbs{max-width:none;padding:18px}.catalogTop{max-width:none;padding:20px 18px}.catalogTop h1{font-size:36px}.catalogBody{max-width:none}.catalogResults .productGrid{grid-template-columns:1fr 1fr;gap:28px 8px}.productView{max-width:none;grid-template-columns:1fr;padding:10px 18px 70px;gap:35px}.productView .gallery{padding:12px}.productInfo{padding:0 6px}.productPage .introSection,.productPage .homeGrid{max-width:none}.productPage .introSection{padding-left:18px;padding-right:18px}
}

/* Shared Figma marketing pages */
.marketingPage,.articlePage{overflow:hidden;background:#fff;color:var(--r2b-navy)}
.pageHero{height:780px;position:relative;background:white}.pageHeroGrid,.articleHeroGrid{position:absolute;left:0;top:0;width:48%;height:560px;background-image:linear-gradient(rgba(31,24,79,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(31,24,79,.09) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,#000 50%,transparent)}
.pageHeroCopy{position:absolute;z-index:2;left:12.5%;top:180px;width:600px}.pageHeroCopy>p{font-size:12px;font-weight:800;letter-spacing:.12em}.pageHeroCopy h1{font-size:64px;line-height:1;letter-spacing:-.055em;margin:22px 0}.pageHeroCopy h1:after{content:"✦";font-size:37px;margin-left:15px;vertical-align:top}.pageHero.pink .pageHeroCopy h1:after{color:var(--r2b-pink)}.pageHero.blue .pageHeroCopy h1:after{color:var(--r2b-blue)}.pageHero.yellow .pageHeroCopy h1:after{color:var(--r2b-yellow)}.pageHeroCopy>span{display:block;max-width:560px;font-size:16px;line-height:1.65;opacity:.72;margin-bottom:32px}
.pageHeroVisual{position:absolute;right:12.5%;top:65px;width:620px;height:630px}.pageHeroVisual>div{position:absolute;overflow:hidden;border:2px solid var(--r2b-navy);border-radius:300px 300px 12px 12px;padding:14px}.pageHeroVisual>div:first-child{right:0;top:0;width:420px;height:595px}.pageHeroVisual>div:last-child{left:0;bottom:0;width:275px;height:420px;background:white;z-index:2}.pageHero.pink .pageHeroVisual>div:first-child{background:var(--r2b-pink)}.pageHero.blue .pageHeroVisual>div:first-child{background:var(--r2b-blue)}.pageHero.yellow .pageHeroVisual>div:first-child{background:var(--r2b-yellow)}.pageHeroVisual img{width:100%;height:100%;object-fit:cover;border-radius:280px 280px 0 0}
.pageUsp{max-width:1440px;margin:auto;padding:32px 0 82px;display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.pageUsp>div{display:flex;align-items:center;gap:15px}.pageUsp i{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:var(--r2b-soft);font-size:22px;font-style:normal}.pageUsp span{display:flex;flex-direction:column;gap:6px}.pageUsp b{font-size:13px}.pageUsp small{font-size:10px;opacity:.6}
.pageSplit{max-width:1440px;min-height:680px;margin:70px auto 120px;display:grid;grid-template-columns:41% 59%}.pageSplit.reverse{grid-template-columns:59% 41%}.pageSplit.reverse .pageSplitCopy{order:2}.pageSplit.reverse .pageSplitImage{order:1}.pageSplitCopy{padding:76px 58px;display:flex;flex-direction:column;align-items:flex-start}.pageSplit.blue .pageSplitCopy{background:var(--r2b-blue)}.pageSplit.pink .pageSplitCopy{background:var(--r2b-pink)}.pageSplit.yellow .pageSplitCopy{background:var(--r2b-yellow)}.pageSplitCopy small{font-size:12px;font-weight:700}.pageSplitCopy h2{font-size:48px;line-height:1.08;letter-spacing:-.04em;margin:28px 0}.pageSplitCopy>span{width:100%;height:2px;background:linear-gradient(90deg,var(--r2b-navy) 43%,rgba(31,24,79,.13) 43%);margin-bottom:30px}.pageSplitCopy p{font-size:16px;line-height:1.7;opacity:.72;margin:0 0 auto}.pageSplitCopy .figmaBtn{margin-top:44px}.pageSplitImage{overflow:hidden}.pageSplitImage img{width:100%;height:100%;object-fit:cover}
.sharedTitle{max-width:780px;margin-bottom:55px}.sharedTitle small{font-size:11px;font-weight:800;letter-spacing:.12em}.sharedTitle h2{font-size:50px;line-height:1.05;letter-spacing:-.045em;margin:18px 0}.sharedTitle p{font-size:15px;line-height:1.6;opacity:.65;margin:0}
.sharedGallery{background:var(--r2b-soft);padding:105px 0}.sharedGallery>header{max-width:1440px;margin:0 auto 50px;display:flex;justify-content:space-between;align-items:end}.sharedGallery h2{font-size:48px;margin:0;letter-spacing:-.04em}.sharedGallery>div{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.sharedGallery>div>a{height:390px;position:relative;overflow:hidden}.sharedGallery img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.sharedGallery a:hover img{transform:scale(1.025)}.sharedGallery span{position:absolute;left:18px;bottom:18px;color:white;font-size:12px;font-weight:800;text-shadow:0 2px 12px #000}
.sharedBlogGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:55px 30px}.sharedBlogGrid img{width:100%;height:410px;object-fit:cover}.sharedBlogGrid small{display:block;margin:24px 0 12px;font-size:10px;opacity:.55}.sharedBlogGrid h3{font-size:23px;line-height:1.25;margin:0 0 14px}.sharedBlogGrid p{font-size:14px;line-height:1.6;opacity:.64;margin:0 0 20px}.sharedBlogGrid article>a:last-child{font-size:11px;font-weight:800}
.sharedNewsletter{min-height:390px;background:var(--r2b-yellow);padding:78px 12.5%;display:grid;grid-template-columns:1.2fr 1fr;gap:85px;align-items:center}.sharedNewsletter h2{font-size:43px;line-height:1.08;letter-spacing:-.035em;margin:0 0 18px}.sharedNewsletter p{font-size:14px;line-height:1.6;opacity:.67}.sharedNewsletter form{height:60px;background:white;display:flex;padding:6px}.sharedNewsletter input{min-width:0;flex:1;border:0;outline:0;padding:0 18px}.sharedNewsletter button{border:0;border-radius:40px;background:var(--r2b-navy);color:white;padding:0 30px;font-size:10px;font-weight:800}.sharedNewsletter>strong{font-size:17px;line-height:1.5}
.aboutValues,.trendSection,.blogSection,.saleProducts{max-width:1440px;margin:0 auto;padding:30px 0 120px}.aboutValues>div{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.aboutValues article{min-height:340px;padding:40px;background:var(--r2b-soft);display:flex;flex-direction:column}.aboutValues article:nth-child(2){background:var(--r2b-pink)}.aboutValues article:nth-child(3){background:var(--r2b-yellow)}.aboutValues article>b{font-size:12px}.aboutValues h3{font-size:28px;line-height:1.15;margin:auto 0 22px}.aboutValues p{font-size:14px;line-height:1.65;opacity:.67}.aboutCta{height:680px;display:grid;grid-template-columns:1fr 1fr 1fr}.aboutCta>img{width:100%;height:100%;object-fit:cover}.aboutCta>div{background:var(--r2b-pink);padding:55px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.aboutCta h2{font-size:46px;line-height:1.08;margin:30px 0 20px}.aboutCta p{font-size:15px;line-height:1.65;opacity:.7;margin:0 0 36px}
.contactPanel{max-width:1440px;margin:40px auto 120px;display:grid;grid-template-columns:1fr 1.15fr;min-height:680px}.contactInfo{background:var(--r2b-blue);padding:65px}.contactInfo h2{font-size:48px;line-height:1.05;margin:25px 0}.contactInfo>p{font-size:15px;line-height:1.7;opacity:.7}.contactInfo dl{margin:60px 0 0}.contactInfo dt{font-size:11px;font-weight:800;margin-top:25px}.contactInfo dd{font-size:14px;margin:8px 0 0;opacity:.68}.contactForm{padding:60px 70px;background:var(--r2b-soft);display:grid;grid-template-columns:1fr 1fr;gap:26px}.contactForm label{font-size:11px;font-weight:800;display:flex;flex-direction:column;gap:9px}.contactForm label:nth-child(n+3){grid-column:1/-1}.contactForm input,.contactForm select,.contactForm textarea{border:1px solid rgba(31,24,79,.18);background:white;padding:15px;outline:0}.contactForm textarea{resize:vertical}.contactForm .contactCheck{flex-direction:row;align-items:center;font-weight:500}.contactForm .contactCheck input{width:auto}.contactForm .figmaBtn{grid-column:1/-1;border:0;justify-self:start}.contactSuccess{background:var(--r2b-soft);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:70px}.contactSuccess>b{width:85px;height:85px;border-radius:50%;display:grid;place-items:center;background:var(--r2b-yellow);font-size:35px}.contactSuccess h2{font-size:42px}.contactSuccess p{opacity:.65;margin-bottom:30px}
.saleLead{min-height:620px;background:var(--r2b-blue);padding:70px 12.5%;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.saleLead h2{font-size:55px;line-height:1.05;margin:25px 0 38px}.saleLead>img{width:100%;height:500px;object-fit:cover;border-radius:250px 250px 0 0}.saleTimer{display:flex;gap:38px;margin-bottom:40px}.saleTimer b{font-size:48px;font-weight:500;display:flex;flex-direction:column}.saleTimer small{font-size:9px;margin-top:6px}.saleProducts{padding-top:120px}.saleProducts>.productGrid{grid-template-columns:repeat(4,1fr);gap:45px 24px}.saleProducts .productImage{aspect-ratio:1;background:var(--r2b-soft)}.emptySale{padding:55px;background:var(--r2b-soft)}.saleCategoryGrid{display:grid;grid-template-columns:repeat(3,1fr)}.saleCategoryGrid a{height:650px;position:relative;overflow:hidden}.saleCategoryGrid img{width:100%;height:100%;object-fit:cover}.saleCategoryGrid span{position:absolute;left:30px;bottom:28px;color:white;font-size:24px;font-weight:800;text-shadow:0 2px 16px #000}
.trendGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.trendGrid article>div{height:540px;position:relative}.trendGrid img{width:100%;height:100%;object-fit:cover}.trendGrid article b{position:absolute;right:20px;top:20px;background:var(--r2b-yellow);width:50px;height:50px;display:grid;place-items:center}.trendGrid h3{font-size:27px;margin:25px 0 12px}.trendGrid p{font-size:14px;line-height:1.6;opacity:.65}.fashionFeature{height:650px;display:grid;grid-template-columns:1.45fr 1fr}.fashionFeature img{width:100%;height:100%;object-fit:cover}.fashionFeature>div{background:var(--r2b-pink);padding:65px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.fashionFeature h2{font-size:50px;line-height:1.05;margin:25px 0}.fashionFeature p{font-size:15px;line-height:1.7;opacity:.7;margin:0 0 36px}.blogSection{padding-top:120px}
.blogTopics{max-width:1440px;margin:20px auto 100px;display:flex;justify-content:center;gap:40px;padding:24px;border-top:1px solid rgba(31,24,79,.16);border-bottom:1px solid rgba(31,24,79,.16);font-size:11px;font-weight:800}.blogFeature{max-width:1440px;margin:0 auto 20px;min-height:650px;display:grid;grid-template-columns:42% 58%}.blogFeature>div{background:var(--r2b-yellow);padding:70px 58px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.blogFeature h2{font-size:48px;line-height:1.08;margin:25px 0}.blogFeature p{font-size:15px;line-height:1.65;opacity:.68;margin:0 0 35px}.blogFeature>a,.blogFeature img{width:100%;height:100%;object-fit:cover}
.articleHero{height:790px;position:relative;padding:120px 12.5% 70px;display:grid;grid-template-columns:1fr 620px;gap:70px;align-items:center}.articleHero>div:not(.articleHeroGrid){position:relative;z-index:2}.articleHero nav{font-size:10px;opacity:.65;margin-bottom:75px}.articleHero small{font-size:10px;font-weight:800}.articleHero h1{font-size:59px;line-height:1.03;letter-spacing:-.05em;margin:22px 0}.articleHero p{max-width:590px;font-size:16px;line-height:1.65;opacity:.66}.articleHero>img{width:100%;height:620px;object-fit:cover;border-radius:300px 300px 0 0;position:relative;z-index:2}.articleBody{max-width:900px;margin:80px auto 120px}.articleLead{font-size:26px!important;line-height:1.55!important;font-weight:600}.articleBody section{margin:85px 0}.articleBody section small{font-size:10px;font-weight:800}.articleBody h2{font-size:42px;line-height:1.08;margin:20px 0 28px}.articleBody p{font-size:17px;line-height:1.8;opacity:.72}.articleImages{display:grid;grid-template-columns:1fr 1fr;gap:18px;height:560px}.articleImages img{width:100%;height:100%;object-fit:cover}.articleBody blockquote{font-size:29px;line-height:1.45;font-weight:600;border-left:6px solid var(--r2b-yellow);margin:55px 0;padding-left:35px}.articleShare{border-top:1px solid rgba(31,24,79,.16);border-bottom:1px solid rgba(31,24,79,.16);padding:24px 0;display:flex;gap:28px;align-items:center;font-size:10px;font-weight:800}.articleShare span{margin-right:auto}.articleShare button{border:0;background:none;color:inherit;font:inherit;cursor:pointer}.articleRelated{padding-top:0}

@media(max-width:1200px) and (min-width:901px){
 .pageHeroCopy{left:6%;width:44%}.pageHeroVisual{right:5%;width:48%}.pageUsp,.pageSplit,.aboutValues,.trendSection,.blogSection,.saleProducts,.sharedGallery>header,.contactPanel,.blogTopics,.blogFeature{max-width:calc(100% - 64px)}
}
@media(max-width:900px){
 .pageHero{height:680px}.pageHeroGrid{width:65%;height:300px;background-size:48px 48px}.pageHeroCopy{left:18px;right:18px;top:42px;width:auto}.pageHeroCopy>p{font-size:9px}.pageHeroCopy h1{font-size:36px;max-width:340px}.pageHeroCopy h1:after{font-size:23px}.pageHeroCopy>span{font-size:12px;max-width:330px;margin-bottom:22px}.pageHeroCopy .figmaBtn{min-height:42px;padding:0 24px;font-size:9px}.pageHeroVisual{right:16px;top:315px;width:345px;height:325px}.pageHeroVisual>div:first-child{width:218px;height:315px}.pageHeroVisual>div:last-child{width:155px;height:235px;padding:7px}.pageHeroVisual>div{padding:7px}
 .pageUsp{grid-template-columns:1fr 1fr;gap:16px 8px;padding:25px 18px 55px}.pageUsp i{width:44px;height:44px;font-size:17px}.pageUsp b{font-size:10px}.pageUsp small{font-size:8px}
 .pageSplit,.pageSplit.reverse{max-width:none;margin:40px 18px 70px;grid-template-columns:1fr;min-height:0}.pageSplit.reverse .pageSplitCopy,.pageSplit.reverse .pageSplitImage{order:initial}.pageSplitCopy{padding:48px 28px;min-height:460px}.pageSplitCopy h2{font-size:34px}.pageSplitCopy p{font-size:13px}.pageSplitCopy .figmaBtn{min-height:48px;padding:0 25px}.pageSplitImage{height:460px}
 .sharedTitle{margin-bottom:30px}.sharedTitle h2{font-size:33px}.sharedTitle p{font-size:13px}.sharedGallery{padding:60px 0}.sharedGallery>header{padding:0 18px;margin-bottom:30px}.sharedGallery h2{font-size:31px}.sharedGallery>div{grid-template-columns:repeat(2,1fr);gap:6px}.sharedGallery>div>a{height:290px}.sharedGallery>div>a:last-child{display:none}.sharedBlogGrid{grid-template-columns:1fr;gap:48px}.sharedBlogGrid img{height:340px}.sharedNewsletter{padding:55px 18px;grid-template-columns:1fr;gap:30px}.sharedNewsletter h2{font-size:31px}.sharedNewsletter form{height:54px}.sharedNewsletter button{padding:0 16px}
 .aboutValues,.trendSection,.blogSection,.saleProducts{max-width:none;padding:30px 18px 70px}.aboutValues>div{grid-template-columns:1fr;gap:12px}.aboutValues article{min-height:280px}.aboutCta{height:auto;grid-template-columns:1fr}.aboutCta>img{height:410px}.aboutCta>div{min-height:430px;padding:45px 25px}.aboutCta h2{font-size:34px}.aboutCta>img:last-child{display:none}
 .contactPanel{max-width:none;margin:20px 18px 70px;grid-template-columns:1fr;min-height:0}.contactInfo{padding:46px 28px}.contactInfo h2{font-size:35px}.contactForm{padding:42px 24px;grid-template-columns:1fr}.contactForm label{grid-column:1!important}.contactSuccess{min-height:480px;padding:40px 24px}.contactSuccess h2{font-size:33px}
 .saleLead{padding:50px 18px;grid-template-columns:1fr;gap:35px}.saleLead h2{font-size:37px}.saleLead>img{height:380px}.saleTimer{gap:26px}.saleTimer b{font-size:37px}.saleProducts>.productGrid{grid-template-columns:1fr 1fr;gap:28px 8px}.saleCategoryGrid{grid-template-columns:1fr}.saleCategoryGrid a{height:480px}
 .trendGrid{grid-template-columns:1fr;gap:45px}.trendGrid article>div{height:480px}.fashionFeature{height:auto;grid-template-columns:1fr}.fashionFeature img{height:480px}.fashionFeature>div{min-height:430px;padding:48px 28px}.fashionFeature h2{font-size:35px}
 .blogTopics{max-width:none;margin:10px 18px 65px;overflow:auto;justify-content:flex-start;gap:25px;padding-left:0;padding-right:0}.blogTopics a{white-space:nowrap}.blogFeature{max-width:none;margin:0 18px;grid-template-columns:1fr}.blogFeature>div{padding:48px 28px;min-height:430px}.blogFeature h2{font-size:35px}.blogFeature>a{height:480px}
 .articleHero{height:auto;padding:55px 18px 65px;grid-template-columns:1fr;gap:40px}.articleHeroGrid{width:70%;height:330px}.articleHero nav{margin-bottom:45px}.articleHero h1{font-size:40px}.articleHero p{font-size:13px}.articleHero>img{height:470px}.articleBody{max-width:none;margin:60px 18px 90px}.articleLead{font-size:21px!important}.articleBody section{margin:65px 0}.articleBody h2{font-size:31px}.articleBody p{font-size:15px}.articleImages{height:auto;grid-template-columns:1fr}.articleImages img{height:480px}.articleBody blockquote{font-size:23px;margin:40px 0;padding-left:24px}.articleShare{gap:16px}.articleRelated{padding-top:0}
}
@media(max-width:900px){
 .promo{height:36px;padding:0 12px;justify-content:center;gap:0;font-size:8px;line-height:1}.promo span:nth-child(2),.promo a{display:none}
 .commerceHeader.header{height:auto;padding:0;display:block;background:white;color:var(--r2b-navy)}.commerceHeader .headerMain{height:64px;padding:0 14px;display:grid;grid-template-columns:28px 1fr auto;gap:10px}.commerceHeader .mobileOnly{display:grid;color:var(--r2b-navy)}.commerceHeader .logo{justify-self:start;color:var(--r2b-navy)}.commerceHeader .actions{gap:5px}.commerceHeader .actions .iconButton{display:grid!important;color:var(--r2b-navy)}
 .commerceHeader>.nav{display:none;position:fixed;top:100px;left:0;right:0;bottom:0;height:auto;background:white;color:var(--r2b-navy);padding:30px 22px;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:24px;font-size:19px}.commerceHeader>.nav.open{display:flex}
}
.commerceHero{grid-template-rows:minmax(0,1fr)}.heroMainCampaign,.heroSideCampaigns{min-height:0;height:100%}.heroSideCampaigns>a{min-height:0}.commerceHero img,.duoCampaigns img,.offerMosaic img{display:block;position:absolute;inset:0}
@media(max-width:900px){.heroMainCampaign{height:490px}.heroSideCampaigns{height:auto}.heroSideCampaigns>a{height:290px}}
.catalogCampaign.storeHero{max-width:1440px;height:330px;margin:28px auto 0;position:relative;overflow:hidden;background:#ecebea}.catalogCampaign>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 35%}.catalogCampaign:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,17,58,.9),rgba(20,17,58,.45) 52%,transparent)}.catalogCampaign .storeHeroCopy{position:absolute;z-index:2;left:55px;top:50%;transform:translateY(-50%);width:570px;color:white}.catalogCampaign .storeHeroCopy small{font-size:9px;font-weight:800;letter-spacing:.14em}.catalogCampaign .storeHeroCopy h1{font-size:42px;margin:12px 0}.catalogCampaign .storeHeroCopy h1:after{display:none}.catalogCampaign .storeHeroCopy p{font-size:13px;opacity:.8;margin:0 0 22px}.catalogCampaign .storeHeroCopy a{font-size:10px;font-weight:800;border-bottom:1px solid white;padding-bottom:5px}.catalogCampaign+.storeHeroUsp{max-width:1440px;margin:0 auto 35px;padding:18px 10px;border-bottom:1px solid #e6e6e6}.catalogCampaign+.storeHeroUsp i{width:38px;height:38px;font-size:14px}.catalogCampaign+.storeHeroUsp b{font-size:10px}.mobileDock{display:none}
@media(max-width:900px){
 .catalogCampaign.storeHero{height:260px;margin:8px 8px 0}.catalogCampaign .storeHeroCopy{left:22px;right:22px;top:50%;width:auto}.catalogCampaign .storeHeroCopy h1{font-size:29px;max-width:290px}.catalogCampaign .storeHeroCopy p{font-size:11px;max-width:290px}.catalogCampaign+.storeHeroUsp{margin:0;padding:17px 12px 25px;grid-template-columns:1fr 1fr}.catalogCampaign+.storeHeroUsp i{width:35px;height:35px}
 .mobileDock{position:fixed;z-index:45;left:0;right:0;bottom:0;height:64px;background:white;border-top:1px solid #ddd;display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom)}.mobileDock a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--r2b-navy)}.mobileDock i{font-style:normal;font-size:19px;line-height:1}.mobileDock span{font-size:8px}.mobileDock b{position:absolute;top:5px;right:20%;width:15px;height:15px;border-radius:50%;display:grid;place-items:center;background:var(--r2b-yellow);font-size:8px}
}

/* SEO, editorial depth and legal information */
.homeSeo{max-width:1440px;margin:0 auto;padding:100px 0;display:grid;grid-template-columns:1fr 1.15fr;gap:100px;border-top:1px solid #e2e2e2}.homeSeo small{font-size:9px;font-weight:800;letter-spacing:.14em}.homeSeo h2{font-size:45px;line-height:1.05;margin:18px 0 0}.homeSeo p{font-size:15px;line-height:1.8;color:#5f5f67;margin:0 0 20px}.homeSeo nav{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:32px}.homeSeo nav a{font-size:10px;font-weight:900;border-bottom:1px solid currentColor;padding-bottom:4px}
.legalPage{max-width:980px}.legalPage .legalLead{font-size:20px;line-height:1.6;color:#62626c;max-width:760px;margin:0 0 45px}.legalPage section h2{font-size:30px;letter-spacing:-.03em;margin:0 0 18px}.legalPage section p,.legalPage section li{font-size:15px;line-height:1.78;color:#55545c}.legalPage ul,.legalPage ol{padding-left:22px}.legalStatus{background:#fff4c9;border-left:6px solid var(--r2b-yellow,#ffe75a);padding:22px 26px;margin:35px 0}.legalStatus b{font-size:10px;letter-spacing:.13em}.legalStatus p{margin:8px 0 0;font-size:13px;line-height:1.6}.legalIdentity{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#ddd;margin:35px 0}.legalIdentity>div{background:white;padding:18px}.legalIdentity dt{font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.legalIdentity dd{margin:7px 0 0;font-size:14px}.legalHub{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:45px}.legalHub a{min-height:260px;background:white;border:1px solid #e3e3e3;padding:30px;display:flex;flex-direction:column;align-items:flex-start}.legalHub a:nth-child(2),.legalHub a:nth-child(5){background:var(--r2b-blue,#dff3ff)}.legalHub a:nth-child(3){background:var(--r2b-pink,#ffe8f5)}.legalHub a:nth-child(4){background:var(--r2b-yellow,#fff07a)}.legalHub>a>b{font-size:12px}.legalHub h2{font-size:27px;margin:auto 0 10px}.legalHub p{font-size:13px;line-height:1.55;color:#5e5e66}.legalHub span{font-size:9px;font-weight:900}.faqGroup{padding:40px 0!important}.faqGroup>h2{font-size:34px!important;margin-bottom:24px!important}.faqGroup details{border-top:1px solid #ddd}.faqGroup details:last-child{border-bottom:1px solid #ddd}.faqGroup summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:25px;padding:22px 0;font-size:16px;font-weight:800}.faqGroup summary::-webkit-details-marker{display:none}.faqGroup summary span{font-size:24px;font-weight:400}.faqGroup details[open] summary span{transform:rotate(45deg)}.faqGroup details p{margin:0 0 24px;max-width:800px}.cookieTable,.policyTable{display:grid;gap:10px}.cookieTable>div,.policyTable>div{background:white;border:1px solid #e2e2e2;padding:22px}.cookieTable b,.policyTable b{font-size:15px}.cookieTable span,.policyTable span{display:block;font-size:10px;margin-top:6px;color:#777}.cookieTable p,.policyTable p{margin-bottom:0}.policyTable>div{display:grid;grid-template-columns:1.1fr .7fr 1fr;gap:8px 20px}.policyTable p{grid-column:1/-1}
.articleChecklist{background:var(--r2b-yellow,#ffe75a);padding:45px;margin:70px 0}.articleChecklist h2{font-size:34px;margin:12px 0 25px}.articleChecklist ul{padding:0;list-style:none;display:grid;gap:12px;margin-bottom:32px}.articleChecklist li{font-size:14px}.articleChecklist .figmaBtn{display:inline-flex}.footerCookieButton{border:0;background:transparent;color:#c7c7c7;font-size:13px;text-align:left;padding:0;cursor:pointer}.footerCookieButton:hover{text-decoration:underline}
.cookieBackdrop{position:fixed;z-index:100;inset:0;background:rgba(10,9,28,.38);display:flex;align-items:flex-end;justify-content:center;padding:20px}.cookiePanel{width:min(1120px,100%);background:white;color:var(--r2b-navy,#171340);box-shadow:0 18px 80px rgba(0,0,0,.28);padding:30px;display:grid;grid-template-columns:1.1fr 1fr;gap:28px}.cookieIntro small{font-size:9px;font-weight:900;letter-spacing:.14em}.cookieIntro h2{font-size:31px;margin:9px 0 12px}.cookieIntro p{font-size:13px;line-height:1.6;margin:0 0 12px;color:#62626a}.cookieIntro a{font-size:10px;font-weight:900;border-bottom:1px solid}.cookieOptions{grid-column:2;grid-row:1}.cookieOptions label{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e5e5e5;padding:11px 0}.cookieOptions label:first-child{padding-top:0}.cookieOptions span{display:flex;flex-direction:column;gap:4px}.cookieOptions b{font-size:12px}.cookieOptions small{font-size:10px;color:#777;line-height:1.4}.cookieOptions input{width:19px;height:19px;accent-color:var(--r2b-navy,#171340)}.cookieActions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px;border-top:1px solid #e5e5e5;padding-top:18px}.cookieActions button{min-height:45px;border:1px solid var(--r2b-navy,#171340);background:white;padding:0 20px;font-size:9px;font-weight:900;letter-spacing:.05em;cursor:pointer}.cookieActions .cookieAccept{background:var(--r2b-navy,#171340);color:white}.cookieActions button:hover{background:var(--r2b-yellow,#ffe75a);color:var(--r2b-navy,#171340)}
@media(max-width:900px){
 .homeSeo{padding:70px 18px;grid-template-columns:1fr;gap:32px}.homeSeo h2{font-size:33px}.legalPage{padding:65px 18px 95px}.legalPage .legalLead{font-size:17px}.legalPage section h2{font-size:25px}.legalHub{grid-template-columns:1fr}.legalHub a{min-height:220px}.legalIdentity{grid-template-columns:1fr}.policyTable>div{grid-template-columns:1fr}.policyTable p{grid-column:auto}.articleChecklist{padding:30px 22px;margin:55px 0}.articleChecklist h2{font-size:29px}.cookieBackdrop{padding:0;align-items:flex-end}.cookiePanel{grid-template-columns:1fr;padding:24px 18px;max-height:92vh;overflow:auto}.cookieOptions{grid-column:1;grid-row:auto}.cookieActions{display:grid;grid-template-columns:1fr}.cookieActions button{width:100%}
}
.commerceProducts.soft{background:#f5f5f6;padding-left:28px;padding-right:28px;max-width:1496px}.commerceProducts.pink{background:#fff0f9;padding-left:28px;padding-right:28px;max-width:1496px}.commerceProducts.yellow{background:#fff8d9;padding-left:28px;padding-right:28px;max-width:1496px}.commerceProducts.blue{background:#e9f5ff;padding-left:28px;padding-right:28px;max-width:1496px}
.scrollCampaign{max-width:1536px;height:560px;margin:45px auto;display:grid;grid-template-columns:42% 58%;overflow:hidden}.scrollCampaign>div:first-child{padding:65px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.scrollCampaign.blueCampaign>div:first-child{background:var(--r2b-blue)}.scrollCampaign.pinkCampaign>div:first-child{background:var(--r2b-pink)}.scrollCampaign small{font-size:9px;font-weight:800;letter-spacing:.14em}.scrollCampaign h2{font-size:47px;line-height:1.02;margin:20px 0}.scrollCampaign p{font-size:14px;line-height:1.6;opacity:.7;max-width:460px;margin:0 0 30px}.scrollCampaign a{font-size:10px;font-weight:900;border-bottom:1px solid currentColor;padding-bottom:5px}.campaignImagePair{display:grid;grid-template-columns:1fr 1fr;gap:8px}.campaignImagePair img{width:100%;height:100%;object-fit:cover}
.longCategoryMosaic,.dealStrip,.seasonStories{max-width:1440px;margin:0 auto;padding:85px 0}.longCategoryMosaic>header,.seasonStories>header{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px}.longCategoryMosaic header small,.seasonStories header small,.dealStrip header small{font-size:9px;font-weight:800;letter-spacing:.14em}.longCategoryMosaic h2,.seasonStories h2,.dealStrip h2{font-size:34px;margin:8px 0 0}.longCategoryMosaic header>a{font-size:10px;font-weight:800}.longCategoryMosaic>div{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.longCategoryMosaic>div>a{height:520px;position:relative;overflow:hidden}.longCategoryMosaic img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.longCategoryMosaic a:hover img{transform:scale(1.03)}.longCategoryMosaic span{position:absolute;left:24px;bottom:22px;color:white;font-size:19px;font-weight:800;text-shadow:0 2px 14px #000}
.dealStrip{max-width:none;padding:80px 6vw;background:var(--r2b-navy);color:white}.dealStrip>header{max-width:1440px;margin:0 auto 35px}.dealStrip>div{max-width:1440px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.dealStrip>div>a{min-height:255px;padding:30px;display:flex;flex-direction:column;align-items:flex-start;background:white;color:var(--r2b-navy)}.dealStrip>div>a:nth-child(2){background:var(--r2b-blue)}.dealStrip>div>a:nth-child(3){background:var(--r2b-pink)}.dealStrip>div>a:nth-child(4){background:var(--r2b-yellow)}.dealStrip b{font-size:36px}.dealStrip h3{font-size:22px;margin:auto 0 8px}.dealStrip p{font-size:12px;opacity:.65;margin:0 0 20px}.dealStrip span{font-size:9px;font-weight:900;border-bottom:1px solid currentColor;padding-bottom:4px}
.seasonStories>div{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.seasonStories img{width:100%;height:540px;object-fit:cover}.seasonStories a small{display:block;font-size:9px;letter-spacing:.12em;margin:18px 0 8px}.seasonStories h3{font-size:23px;margin:0}
@media(max-width:1200px) and (min-width:901px){.longCategoryMosaic,.seasonStories{max-width:calc(100% - 64px)}.scrollCampaign{max-width:calc(100% - 36px)}}
@media(max-width:900px){
 .commerceProducts.soft,.commerceProducts.pink,.commerceProducts.yellow,.commerceProducts.blue{max-width:none;padding-left:15px;padding-right:15px}.scrollCampaign{height:auto;margin:25px 8px;grid-template-columns:1fr}.scrollCampaign>div:first-child{min-height:420px;padding:45px 26px}.scrollCampaign h2{font-size:34px}.campaignImagePair{height:440px}.longCategoryMosaic,.seasonStories{max-width:none;padding:60px 15px}.longCategoryMosaic h2,.seasonStories h2,.dealStrip h2{font-size:28px}.longCategoryMosaic>div{grid-template-columns:1fr 1fr;gap:7px}.longCategoryMosaic>div>a{height:380px}.longCategoryMosaic span{left:14px;bottom:14px;font-size:14px}.dealStrip{padding:60px 15px}.dealStrip>div{grid-template-columns:1fr 1fr;gap:7px}.dealStrip>div>a{min-height:235px;padding:22px}.dealStrip b{font-size:31px}.dealStrip h3{font-size:18px}.seasonStories>div{grid-template-columns:1fr;gap:42px}.seasonStories img{height:460px}
}
