:root{--bg:#ffffff;--bg-elev:#ededec;--fg:#111111;--fg-muted:#6f6f6f;--line:#d9d9d9;--neon:#39ff14;--paypal:#FFC439;--font:"Helvetica Neue",Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:#000;font-family:var(--font);font-size:15px;line-height:22.5px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer}.container{max-width:1440px;margin:0 auto;padding:0 20px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.glass-nav{background:#ffffffb8;backdrop-filter:blur(4px) saturate(1.4);-webkit-backdrop-filter:blur(4px) saturate(1.4)}.glass-pill{background:#ffffff14;backdrop-filter:blur(4px) saturate(1.4);-webkit-backdrop-filter:blur(4px) saturate(1.4);border:1px solid rgba(255,255,255,.6)}.glass-overlay{background:#14141447;backdrop-filter:blur(4px) saturate(1.4);-webkit-backdrop-filter:blur(4px) saturate(1.4)}.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:14px;font-weight:500;letter-spacing:.03em;padding:18px 20px;border-radius:4px;border:1px solid var(--fg);transition:.2s;width:100%}.btn-primary{background:var(--fg);color:#fff}.btn-primary:hover{background:#fff;color:var(--fg)}.btn-secondary{background:#fff;color:var(--fg);border-color:var(--line)}.btn-secondary:hover{border-color:var(--fg)}.btn-paypal{background:var(--paypal);color:var(--fg);border:none}.btn-paypal:hover{opacity:.9}.marquee{height:34px;background:#bebebe26;color:#000;overflow:hidden;display:flex;align-items:center;white-space:nowrap;-webkit-user-select:none;user-select:none}.marquee__track{display:inline-flex;align-items:center;animation:marquee 30s linear infinite}.marquee__item{font-size:12px;font-weight:500;letter-spacing:.04em;margin:0 24px}.marquee__dot{font-size:6px;opacity:.4}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;left:0;right:0;z-index:50;background:#fff;border-bottom:1px solid var(--fg);transition:.3s}.site-header.over-hero{position:fixed;background:transparent;border-bottom:none;color:#fff}.site-header.glass{position:fixed;border-bottom:1px solid rgba(0,0,0,.15)}.header__bar{position:relative;display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 20px}.header__nav{display:flex;align-items:center;gap:1em}.header__nav a{font-size:14px;transition:opacity .2s}.header__nav a:hover{opacity:.6}.header__logo{position:absolute;left:50%;transform:translate(-50%);font-weight:700;font-size:20px;text-transform:lowercase;letter-spacing:-.02em}.header__icons{display:flex;align-items:center;gap:16px}.header__icons svg{width:17px;height:17px}.header__sub{display:flex;align-items:center;justify-content:center;gap:28px;height:36px;border-top:1px solid rgba(0,0,0,.1);font-size:12px}.header__sub a{text-transform:uppercase;letter-spacing:.04em;transition:opacity .2s}.header__sub a:hover{opacity:.6}.site-header.over-hero .header__sub{display:none}@media(max-width:768px){.header__nav,.header__sub{display:none}}.hero{position:relative;height:100svh;width:100%;overflow:hidden;background:var(--bg-elev)}.hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000026}.hero__pills{position:absolute;left:0;right:0;bottom:14%;display:flex;justify-content:center;gap:16px;z-index:2}.hero__pills a{color:#fff;font-size:14px;letter-spacing:.02em;border-radius:9999px;padding:16px 40px;transition:background .2s}.hero__pills a:hover{background:#fff3}.section{margin-top:64px}.section__head{display:flex;align-items:flex-end;justify-content:space-between;padding:0 20px;margin-bottom:16px}.section__head h2{font-size:24px;font-weight:400;margin:0}.section__head a{font-size:12px;color:var(--fg-muted)}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 16px;padding:0 20px}@media(min-width:768px){.grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.grid{grid-template-columns:repeat(5,1fr);column-gap:4px;row-gap:20px}}.card{display:block}.card__media{position:relative;aspect-ratio:2/3;background:var(--bg-elev);overflow:hidden}.card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .3s}.card:hover .card__media img.primary{transform:scale(1.04)}.card__media img.secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.card:hover .card__media img.secondary{opacity:1}.card__badge{position:absolute;top:10px;left:10px;font-size:12px;text-transform:uppercase;letter-spacing:.02em;color:var(--fg)}.card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:10px;text-transform:uppercase;letter-spacing:.02em;color:#6f6f6f99;text-align:center;padding:8px}.card__add{position:absolute;bottom:10px;right:10px;width:32px;height:32px;background:#fff;color:var(--fg);border:none;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;box-shadow:0 1px 4px #0000001f;opacity:0;transition:.2s}.card:hover .card__add{opacity:1}.card__add:hover{background:var(--fg);color:#fff}.card__info{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:3px;padding-top:10px}.card__title{font-size:13px;color:var(--fg);text-transform:uppercase;letter-spacing:.02em;line-height:1.25;white-space:normal}.card__price{font-size:13px;color:var(--fg);white-space:nowrap}body.template-index,body.template-collection{background:#1a1a1a url(bg-conjunto.jpg) center center/cover no-repeat fixed!important}.bg-fixed{position:fixed;top:0;left:0;width:100%;height:100vh;height:100svh;z-index:0;background:url(bg-conjunto.jpg) center center/cover no-repeat;pointer-events:none}.template-index .hero{position:relative;z-index:1;background:transparent}.section--sets,.instagram-carousel{position:relative;z-index:1;background:transparent!important}.template-index .footer,.template-collection .footer{position:relative;z-index:1}.section--sets{background:transparent!important;margin-top:0!important;padding-top:24px}.card--set .card__media{background:transparent;overflow:visible}.card--set .card__media img.primary{object-fit:contain;background:none;transition:transform .5s ease}.card--set:hover .card__media img.primary{transform:scale(1.04)}.card--set .card__title,.card--set .card__price{color:#ededeb;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.5)}.card--set .card__add{background:#ffffff1f;-webkit-backdrop-filter:blur(10px) saturate(1.3);backdrop-filter:blur(10px) saturate(1.3);border:1px solid rgba(255,255,255,.4);box-shadow:0 2px 12px #0003;color:#fff;opacity:0;width:36px;height:36px;border-radius:50%;bottom:10px;right:12px;font-size:22px;font-weight:400;line-height:1;display:flex;align-items:center;justify-content:center;transition:opacity .25s ease,transform .25s ease}.card--set:hover .card__add,.card--set:focus-within .card__add{opacity:1}.card--set .card__add:hover{transform:scale(1.1);background:#fff3}.section--sets .section__head{position:relative;justify-content:center}.section--sets .section__head h1,.section--sets .section__head h2{color:#ededeb;font-weight:700;text-align:center;text-shadow:0 1px 6px rgba(0,0,0,.55)}.section--sets .section__head a{position:absolute;right:20px;bottom:2px;color:#ededeb;text-shadow:0 1px 4px rgba(0,0,0,.5)}.slider{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 20px 8px;scroll-behavior:smooth}.slider>*{scroll-snap-align:start}.slide{position:relative;flex:0 0 85%;aspect-ratio:16/10;overflow:hidden;border-radius:4px;background:var(--bg-elev)}@media(min-width:768px){.slide{flex-basis:68%}}@media(min-width:1024px){.slide{flex-basis:46%}}.slide img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.slide:hover img{transform:scale(1.05)}.slide__grad{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.4),transparent 50%)}.slide__overlay{position:absolute;left:16px;right:16px;bottom:16px;display:flex;align-items:center;justify-content:space-between}.slide__overlay .pill{color:#fff;border-radius:9999px;padding:10px 18px;font-size:13px}.slider__nav{display:flex;gap:8px}.slider__nav button{width:36px;height:36px;border-radius:9999px;border:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:center;transition:.2s}.slider__nav button:hover{border-color:var(--fg)}.ig-head{text-align:center;margin-bottom:20px;padding:0 16px}.ig-head .handle{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--fg-muted)}.ig-head h2{font-size:20px;margin:4px 0 0;font-weight:400}.ig-grid{display:grid;grid-template-columns:repeat(3,1fr)}@media(min-width:768px){.ig-grid{grid-template-columns:repeat(6,1fr)}}.ig-cell{position:relative;aspect-ratio:1;overflow:hidden;border:none;padding:0;background:none}.ig-cell img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.ig-cell:hover img{transform:scale(1.05)}.ig-cell__hover{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:.3s;color:#fff}.ig-cell:hover .ig-cell__hover{opacity:1}.ig-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:none;align-items:center;justify-content:center;padding:16px}.ig-modal.open{display:flex}.ig-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ig-modal__box{position:relative;z-index:2;width:100%;max-width:760px;max-height:88vh;overflow:hidden;border-radius:12px;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 60px #0000004d}@media(min-width:768px){.ig-modal__box{flex-direction:row}}.ig-modal__info{padding:20px;display:flex;flex-direction:column;gap:16px;color:var(--fg)}@media(min-width:768px){.ig-modal__info{width:44%}}.ig-modal__photo{position:relative;background:var(--bg-elev);aspect-ratio:4/5}@media(min-width:768px){.ig-modal__photo{width:56%;aspect-ratio:auto}}.ig-modal__photo img{width:100%;height:100%;object-fit:cover}.ig-modal__user{display:flex;align-items:center;gap:10px}.ig-modal__avatar{width:32px;height:32px;border-radius:9999px;background:var(--fg);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.ig-modal__stats{display:flex;gap:16px;color:var(--fg-muted);font-size:12px;align-items:center}.ig-modal__pill{display:flex;align-items:center;gap:12px;background:#fff9;border:1px solid var(--line);border-radius:9999px;padding:6px 16px 6px 6px;transition:.2s}.ig-modal__pill:hover{background:#fff}.ig-modal__pill img{width:36px;height:36px;border-radius:9999px;object-fit:cover;background:var(--bg-elev)}.ig-modal__close{position:absolute;top:12px;right:12px;z-index:3;width:32px;height:32px;border-radius:9999px;background:#0006;color:#fff;border:none;font-size:18px}.pdp{display:grid;gap:40px;padding:24px 20px;max-width:1200px;margin:0 auto}@media(min-width:768px){.pdp{grid-template-columns:60% 40%}}.pdp__gallery{height:calc(100vh - 80px);overflow-y:auto;scroll-snap-type:y mandatory;overscroll-behavior:contain;scrollbar-width:none}.pdp__media{height:calc(100vh - 80px);scroll-snap-align:start;background:#d8d5d6;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.pdp__info{position:sticky;top:90px;align-self:start}}@media(max-width:767px){.pdp__gallery,.pdp__media{height:78vh}}.pdp__title{font-size:23px;font-weight:400;line-height:23px;color:var(--fg);margin:0}.pdp__breadcrumb{font-size:12px;color:var(--fg-muted);margin-bottom:12px}.pdp__price{font-size:20px;font-weight:500;margin:8px 0 0}.pdp__sizes{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.size-pill{min-width:44px;height:40px;padding:0 12px;font-size:13px;border:1px solid var(--line);background:#fff;color:var(--fg);transition:.2s}.pdp__label{font-size:13px;font-weight:500;margin:24px 0 10px}.pdp__cta{display:flex;flex-direction:column;gap:10px;margin-top:24px}.pdp__trust{margin-top:20px;display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--fg-muted)}.collapse{border-top:1px solid var(--line)}.collapse summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.02em;padding:14px 0}.collapse summary::-webkit-details-marker{display:none}.collapse[open] summary .plus{transform:rotate(45deg)}.collapse .plus{transition:transform .2s}.collapse__body{font-size:13px;color:var(--fg-muted);padding-bottom:14px}.toggle{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}.toggle button{padding:10px;font-size:12px;border:1px solid var(--line);background:#fff;color:var(--fg-muted);transition:.2s}.toggle button.active{background:var(--fg);color:#fff;border-color:var(--fg)}.footer{position:relative;border-top:1px solid var(--line);margin-top:64px;overflow:hidden}.footer__cols{position:relative;z-index:2;display:grid;gap:40px;padding:56px 20px 40px;max-width:1280px;margin:0 auto}@media(min-width:768px){.footer__cols{grid-template-columns:2fr 1fr 1fr 1fr 1fr}}.footer__news h3{font-size:15px;font-weight:400;margin:0}.footer__news .muted{color:var(--fg-muted)}.footer__news input{width:100%;max-width:20rem;background:transparent;border:none;border-bottom:1px solid var(--fg);padding:8px 0;font-size:13px;outline:none}.footer__news button{margin-top:16px;font-size:12px;text-transform:uppercase;letter-spacing:.06em;border:none;border-bottom:1px solid var(--fg);background:none;padding-bottom:4px}.footer__col h4{font-size:12px;margin:0 0 12px}.footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.footer__col a{font-size:12px;color:var(--fg-muted)}.footer__col a:hover{color:var(--fg)}.footer__mark{pointer-events:none;-webkit-user-select:none;user-select:none;text-align:center;margin-bottom:-2vw}.footer__mark span{font-weight:700;text-transform:lowercase;letter-spacing:-.02em;font-size:18vw;line-height:1;color:#1111110a}.footer__bottom{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:0 20px 24px}.footer__bottom p{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--fg-muted);margin:0}.pay-row{display:flex;gap:8px;align-items:center;justify-content:center;margin-top:6px;flex-wrap:wrap}.pay-row img,.pay-row svg{height:22px}*{max-width:100%}.marquee__track,.slider,.insta-track{max-width:none}html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-x:none;overflow-x:clip}body{background:#ededec;margin:0;padding:0;min-width:0;overscroll-behavior-x:none;overflow-x:clip}img,video{max-width:100%;height:auto;display:block}.container,.section,section{width:100%;max-width:100%;min-width:0}@media(max-width:768px){*{max-width:100vw}.marquee__track,.slider,.insta-track{max-width:none}.container{padding-left:12px;padding-right:12px}.section__head{padding-left:16px;padding-right:16px}.grid{padding-left:12px;padding-right:12px}.pdp{padding-left:16px;padding-right:16px}}body,.site-header,.header__sub,.glass-nav,.hero,.footer,.section{background:#ededec}.brand-name{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:900;font-size:22px;letter-spacing:-.02em;text-transform:lowercase;color:#111;line-height:1}.site-header.over-hero .brand-name{color:#fff}.site-header{position:sticky;top:0;z-index:100;width:100%;max-width:100%}.site-header:not(.over-hero){overflow:hidden}.header__bar{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:56px}.header__logo{position:absolute;left:50%;transform:translate(-50%)}.instagram-carousel{width:100%;overflow:hidden;background:#ededec;padding:40px 0}.insta-header{text-align:center;margin-bottom:24px}.insta-header p{font-size:11px;letter-spacing:.15em;color:#6f6f6f;margin:0 0 8px}.insta-header h2{font-size:20px;font-weight:500;color:#111;margin:0}.insta-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0}.insta-track::-webkit-scrollbar{display:none}.insta-slide{flex:0 0 100%;scroll-snap-align:center;width:100vw;max-width:100vw;aspect-ratio:1/1;overflow:hidden}.insta-slide img{width:100%;height:100%;object-fit:cover}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:768px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1280px){.grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.card,.card__media,.card__info{min-width:0;max-width:100%}.card__info{min-width:0}.card__title{min-width:0;flex:1 1 auto}.pdp{max-width:100%}@media(min-width:768px){.pdp{grid-template-columns:minmax(0,60%) minmax(0,40%)}}.sanda-insta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;width:100%;max-width:980px;margin:0 auto}@media(min-width:768px){.sanda-insta-grid{grid-template-columns:repeat(3,1fr)}}.sanda-insta-grid .insta-thumb{aspect-ratio:1/1;overflow:hidden;cursor:pointer;border:none;padding:0;background:#ededec}.sanda-insta-grid .insta-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.sanda-insta-grid .insta-thumb:hover img{transform:scale(1.05)}.instagram-carousel{width:100%;overflow:hidden;background:transparent!important;padding:34px 0 44px;text-align:center}.insta-header--glass{display:inline-flex;flex-direction:column;align-items:center;gap:3px;margin:0 auto 20px;padding:12px 28px;border-radius:22px;background:#fff3;-webkit-backdrop-filter:blur(20px) saturate(1.7);backdrop-filter:blur(20px) saturate(1.7);border:1px solid rgba(255,255,255,.5);box-shadow:0 6px 22px #0000001f}.insta-header--glass p{font-size:11px;letter-spacing:.18em;color:#1a2230;margin:0}.insta-header--glass h2{font-size:19px;font-weight:600;color:#0f1622;margin:0;text-shadow:0 1px 3px rgba(255,255,255,.45)}.insta-pills{display:flex;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;padding:4px 16px 10px;scrollbar-width:none;text-align:left}.insta-pills::-webkit-scrollbar{display:none}.insta-pills .insta-thumb{flex:0 0 74%;max-width:74%;scroll-snap-align:center;aspect-ratio:4/5;border-radius:26px;overflow:hidden;border:1px solid rgba(255,255,255,.45);padding:0;background:#ffffff1a;box-shadow:0 12px 34px #00000038;cursor:pointer}.insta-pills .insta-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.insta-pills .insta-thumb:active img{transform:scale(1.03)}@media(min-width:768px){.insta-pills{justify-content:flex-start;padding:4px 24px 12px}.insta-pills .insta-thumb{flex-basis:30%;max-width:30%}.insta-header--glass h2{font-size:22px}}body.template-index .footer,body.template-collection .footer{background:#b2bec8 url(bg-page-v4.jpg) center bottom / cover no-repeat!important;border-top:1px solid rgba(255,255,255,.18);margin-top:0;position:relative;overflow:hidden;z-index:10}body.template-index .footer:before,body.template-collection .footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0c0e149e,#0c0e14c7);-webkit-backdrop-filter:blur(14px) saturate(1.2);backdrop-filter:blur(14px) saturate(1.2)}body.template-index .footer__cols,body.template-index .footer__mark,body.template-index .footer__bottom,body.template-collection .footer__cols,body.template-collection .footer__mark,body.template-collection .footer__bottom{position:relative;z-index:2}.contact-wrap{min-height:58vh;display:flex;justify-content:center;padding:46px 18px 80px}.contact-card{width:100%;max-width:560px;background:#ffffff8c;-webkit-backdrop-filter:blur(22px) saturate(1.5);backdrop-filter:blur(22px) saturate(1.5);border:1px solid rgba(255,255,255,.6);box-shadow:0 12px 40px #0000001f;border-radius:26px;padding:34px 26px 30px;text-align:center}.contact-card h1{font-size:26px;font-weight:600;margin:0 0 8px;color:#111}.contact-sub{font-size:13px;color:var(--fg-muted);margin:0 0 22px}.contact-form{display:flex;flex-direction:column;gap:12px;text-align:left}.contact-form input,.contact-form textarea{width:100%;box-sizing:border-box;background:#fff9;border:1px solid rgba(0,0,0,.12);border-radius:14px;padding:13px 15px;font-size:14px;font-family:inherit;color:#111;outline:none}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#8a8a8a}.contact-form input:focus,.contact-form textarea:focus{border-color:#111}.contact-form textarea{resize:vertical}.contact-form button{margin-top:6px;background:#111;color:#fff;border:none;border-radius:14px;padding:14px;font-size:13px;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:.2s}.contact-form button:hover{background:#000}.contact-ok{background:#22a05a29;color:#1c7c44;border-radius:12px;padding:12px;font-size:13px;margin:0 0 16px}.contact-err{background:#c828281f;color:#b22;border-radius:12px;padding:12px;font-size:13px;margin:0 0 16px}.contact-mail{font-size:12px;color:var(--fg-muted);margin:20px 0 0}.contact-mail a{color:#111;text-decoration:underline}body.template-collection{background:#b2bec8!important}body.template-collection .bg-fixed{display:block!important;position:fixed;top:0;left:0;width:100%;height:108vh;height:108lvh;z-index:0;pointer-events:none;background:#b2bec8 url(bg-page-v4.jpg) center center / cover no-repeat}body.template-collection .section--sets{position:relative;z-index:1;background:transparent!important}body.template-collection .section--sets .section__head h1{color:#ededeb;font-weight:700;text-align:center;text-shadow:0 1px 6px rgba(0,0,0,.55)}.insta-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:none;align-items:center;justify-content:center;background:#00000080;padding:20px;touch-action:none;overscroll-behavior:contain}.insta-popup-overlay.open{display:flex}.insta-popup{background:#1e1e1ed9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:20px;width:88vw;max-width:420px;max-height:90vh;overflow:auto;color:#fff;touch-action:pan-y;overscroll-behavior:contain}.insta-popup-header{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 16px;position:relative}.insta-popup-avatar{width:30px;height:30px;display:flex;align-items:center;justify-content:center}.insta-popup-username{font-size:13px;font-weight:700}.insta-popup-close{position:absolute;right:12px;top:10px;background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:4px}.insta-popup-img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.insta-popup-body{padding:16px}.insta-popup-caption{font-size:13px;margin-bottom:14px;line-height:1.4}.insta-popup-products{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.insta-popup-product-pill{display:flex;align-items:center;gap:10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:8px 14px 8px 8px;text-decoration:none;color:#fff;font-size:12px}.insta-popup-product-pill img{width:32px;height:32px;border-radius:50%;object-fit:cover;background:#333}.insta-popup-product-name{flex:1;font-weight:500}.insta-popup-product-price{opacity:.7}.insta-popup-date{font-size:10px;color:#fff6;text-align:center;letter-spacing:.05em}.bag-swatches{display:flex;gap:10px;flex-wrap:wrap}.bag-swatch{width:66px;height:82px;border-radius:12px;border:1.5px solid #e1e1df;background:#f4f3f0;padding:5px;cursor:pointer;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.bag-swatch img{width:100%;height:100%;object-fit:contain;display:block}.bag-swatch.active{border-color:#111;box-shadow:0 0 0 1px #111}.bag-swatch:hover{transform:translateY(-1px)}.section--sets .card--bag .card__media img.primary{transform:scale(.74)!important}.section--sets .card--bag:hover .card__media img.primary{transform:scale(.78)!important}.site-header{position:sticky;top:0;z-index:100;background:#ededec;border-bottom:1px solid #d9d9d9;overflow:visible}.header__bar{position:relative;display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 16px}@media(min-width:768px){.header__bar{height:64px;padding:0 20px}}.header__left,.header__right{display:flex;align-items:center;gap:14px}.hdr-icon{display:flex;align-items:center;justify-content:center;color:#111;background:none;border:none;padding:0;cursor:pointer}.hdr-icon svg{width:20px;height:20px}@media(min-width:768px){.hdr-hamburger{display:none}.hdr-nav-inline{display:flex;gap:18px;margin-left:8px}.hdr-nav-inline a{font-size:14px;color:#111;transition:opacity .2s}.hdr-nav-inline a:hover{opacity:.6}}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none}.drawer.open{display:block;background:#00000059}.drawer__panel{position:absolute;top:0;left:0;bottom:0;width:78vw;max-width:320px;background:#ededec;padding:20px;display:flex;flex-direction:column;box-shadow:2px 0 24px #0000002e;animation:drawer-in .25s ease}@keyframes drawer-in{0%{transform:translate(-100%)}to{transform:translate(0)}}.drawer__close{align-self:flex-end;background:none;border:none;font-size:26px;line-height:1;color:#111;cursor:pointer;margin-bottom:8px}.drawer__nav{display:flex;flex-direction:column}.drawer__nav a{font-size:16px;color:#111;padding:14px 0;border-bottom:1px solid #d9d9d9}.drawer__nav a:last-child{border-bottom:none}.site-header{position:fixed;top:0;left:0;right:0;width:auto;z-index:100;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:transparent;color:#fff;border:none;border-radius:0;box-shadow:none;overflow:visible;transition:top .3s ease,left .3s ease,right .3s ease,height .3s ease,border-radius .3s ease,background .3s ease,color .3s ease,box-shadow .3s ease}@media(min-width:768px){.site-header:not(.pill){height:64px;padding:0 24px}}.site-header.pill{top:10px;left:10px;right:10px;width:auto;height:44px;padding:0 16px;border-radius:12px;background:#ffffff6b;-webkit-backdrop-filter:blur(20px) saturate(1.7);backdrop-filter:blur(20px) saturate(1.7);border:1px solid rgba(255,255,255,.45);box-shadow:0 6px 22px #0000001f;color:#111}@media(min-width:768px){.site-header.pill{height:48px}}.site-header.pill #logo-hero{height:20px}.site-header.pill #logo-scroll{width:26px;height:26px}.site-header.pill .header__icon svg{width:19px;height:19px}.header__left,.header__right{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.header__right{justify-content:flex-end}.header__center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center}.header__icon{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;color:inherit}.header__icon svg{width:20px;height:20px;display:block}.hdr-cart{position:relative}.cart-count{position:absolute;top:-6px;right:-8px;background:#111;color:#fff;font-size:9px;min-width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 3px}.hdr-nav-inline{display:none}@media(min-width:768px){.hdr-hamburger{display:none}.hdr-nav-inline{display:flex;gap:18px}.hdr-nav-inline a{font-size:14px;color:inherit;transition:opacity .2s}.hdr-nav-inline a:hover{opacity:.6}}body:not(.template-index) main{padding-top:56px}@media(min-width:768px){body:not(.template-index) main{padding-top:64px}}.srttz-lockup{display:flex;align-items:center;gap:8px;line-height:1}.srttz-text{font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:900;font-size:22px;letter-spacing:.04em;line-height:1;text-transform:uppercase;color:#fff;transition:color .45s ease}@media(min-width:768px){.srttz-text{font-size:26px}}.srttz-star{flex-shrink:0;width:22px;height:22px;fill:#fff;transition:fill .45s ease}@media(min-width:768px){.srttz-star{width:26px;height:26px}}.header__center{position:absolute}#srttz-logo{opacity:1;transition:opacity .4s ease}#srttz-star-only{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0;pointer-events:none;transition:opacity .4s ease;display:flex;align-items:center}#srttz-star-only svg{width:22px;height:22px}@media(min-width:768px){#srttz-star-only svg{width:26px;height:26px}}.site-header.scrolled #srttz-logo{opacity:0;pointer-events:none}.site-header.scrolled #srttz-star-only{opacity:1;pointer-events:auto}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:199;opacity:0;pointer-events:none;transition:opacity .35s ease}.nav-overlay.open{opacity:1;pointer-events:auto}.mobile-nav-drawer{position:fixed;top:0;left:0;width:80vw;max-width:420px;height:100vh;height:100dvh;background:#fff;z-index:200;overflow:hidden;padding:24px 32px;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .35s ease}.mobile-nav-drawer.open{transform:translate(0)}.nav-drawer__close{position:absolute;top:20px;right:24px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;background:none;border:none;cursor:pointer;color:#000;z-index:3}.nav-drawer__links{margin-top:60px;position:relative;z-index:2}.nav-drawer__link{font-family:var(--font);font-size:30px;font-weight:800;text-transform:uppercase;color:#000;letter-spacing:.02em;line-height:1.2;display:block;padding:10px 0;text-decoration:none}.nav-drawer__link:hover{opacity:.5;transition:opacity .2s ease}.nav-drawer__logo-deco{position:absolute;right:-140px;top:50%;transform:translateY(-50%);width:320px;height:320px;opacity:1;pointer-events:none;z-index:1}.nav-drawer__logo-deco svg{width:100%;height:100%;display:block}#srttz-logo-wrapper{transition:opacity .4s ease}#srttz-star-only{transition:opacity .4s ease;pointer-events:none}.header__center{position:relative;left:auto;top:auto;transform:none;display:flex;align-items:center;justify-content:center}.header:not(.pill){background:transparent!important}.header:not(.pill) .header__icon,.header:not(.pill) .header__left,.header:not(.pill) .header__right{color:#fff}.header.pill{background:#ffffff6b!important;color:#111}.header.pill .header__icon,.header.pill .header__left,.header.pill .header__right{color:#111}.header.pill{align-items:center!important}.header.pill .header__left,.header.pill .header__center,.header.pill .header__right{align-self:center!important;margin:0!important}.header.pill .header__center{height:28px!important;overflow:visible}.header.pill #srttz-logo-wrapper{height:22px!important}.header.pill #logo-hero{display:none!important}.header.pill #logo-hero-black{display:block!important;height:22px!important;width:auto!important}.header:not(.pill) #logo-hero-black{display:none!important}.header.pill #srttz-star-only{height:26px!important}.header.pill #logo-scroll{width:26px!important;height:26px!important}.nav-drawer{position:fixed;top:0;left:0;width:82vw;max-width:400px;height:100vh;height:100dvh;background:#fff;z-index:200;overflow:hidden;padding:24px 32px 32px;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .35s ease}.nav-drawer.open{transform:translate(0)}.nav-drawer__close{font-family:Barlow Condensed,sans-serif;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;z-index:10}.nav-drawer__link{font-family:Barlow Condensed,sans-serif;font-size:36px;font-weight:800;letter-spacing:.01em;line-height:1.2;padding:6px 0}.nav-drawer__link:hover{opacity:.4}.nav-drawer__photos{display:flex;flex-direction:row;gap:6px;padding-top:24px;position:relative;z-index:5;flex-shrink:0}.nav-drawer__photo{width:80px;height:80px;object-fit:cover;border-radius:3px;flex-shrink:0}.nav-drawer{padding:0}.nav-drawer__top{position:relative;flex:1;overflow:hidden;padding:24px 32px;display:flex;flex-direction:column;justify-content:center}.nav-drawer__links{margin-top:0;position:relative;z-index:2}.nav-drawer__category{margin-bottom:12px}.nav-drawer__link--main{font-family:Barlow Condensed,sans-serif;font-size:32px;font-weight:800;text-transform:uppercase;color:#000;letter-spacing:.01em;line-height:1.2;display:block;padding:4px 0 2px}.nav-drawer__link--main:hover{opacity:.4;color:#000}.nav-drawer__link--sub{font-family:Barlow Condensed,sans-serif;font-size:18px;font-weight:500;text-transform:uppercase;color:#888;letter-spacing:.04em;line-height:1.3;display:block;padding:1px 0}.nav-drawer__link--sub:hover{color:#000;opacity:1}.nav-drawer__logo-deco{right:-120px;top:60px;left:auto;bottom:auto;transform:none;width:314px;height:314px;z-index:1}.nav-drawer__logo-deco{right:-160px;top:50%;left:auto;bottom:auto;transform:translateY(-50%);width:314px;height:314px;z-index:1}.nav-drawer__photos{display:flex;flex-direction:row;gap:6px;padding:16px 20px;flex-shrink:0;background:#fff;position:relative;z-index:10;height:auto;overflow:visible;margin-top:0}.nav-drawer__photo-wrap{flex:1;height:100px;overflow:hidden;border-radius:4px}.site-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;justify-content:initial}.header__left{justify-self:start;flex:initial}.header__right{justify-self:end;flex:initial}.header__center{justify-self:center}.srttz-lockup.s-bronze .srttz-text{color:#d49060}.srttz-lockup.s-bronze .srttz-star{fill:#d49060}.srttz-lockup.s-silver .srttz-text{color:#c8c8c8}.srttz-lockup.s-silver .srttz-star{fill:#c8c8c8}.srttz-lockup.s-dark .srttz-text{color:#0a0a0a}.srttz-lockup.s-dark .srttz-star{fill:#0a0a0a}.header__center,.header__logo-container{position:relative;left:auto;top:auto;transform:none;display:flex;align-items:center;justify-content:center;width:80px;height:60px;justify-self:center}#srttz-logo-wrapper{position:relative;width:auto;height:64px;display:flex;align-items:center;justify-content:center}#srttz-star-only{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;display:flex;align-items:center;justify-content:center}#srttz-logo-wrapper svg,#srttz-star-only svg{width:52px;height:52px}@media(min-width:768px){#srttz-logo-wrapper svg,#srttz-star-only svg{width:52px;height:52px}}.nav-drawer__logo-deco{position:absolute;right:-155px;top:45%;left:auto;bottom:auto;transform:translateY(-50%);width:310px;height:310px;pointer-events:none;z-index:1}.nav-drawer__photos{display:flex!important;flex-direction:row!important;gap:4px;padding:12px 16px;flex-shrink:0;background:#fff;position:relative;z-index:10;height:110px;overflow:hidden;margin-top:0}.nav-drawer__photo-wrap{flex:1;height:100%;overflow:hidden;border-radius:3px}.nav-drawer__photo{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;border-radius:0;flex:none}.nav-drawer__logo-deco{position:absolute;right:-139px;top:130px;left:auto;bottom:auto;transform:none;width:300px;height:300px;pointer-events:none;z-index:1}.nav-drawer__logo-deco svg{width:300px;height:300px}.nav-drawer__carousel-wrap{flex-shrink:0;width:auto;margin:0 16px 18px;height:138px;overflow:hidden;position:relative;z-index:10;border-radius:22px;background:#ffffff59;border:1px solid rgba(255,255,255,.6);box-shadow:0 10px 28px #0000001f,inset 0 1px 1px #fffc;-webkit-backdrop-filter:blur(10px) saturate(1.4);backdrop-filter:blur(10px) saturate(1.4)}.nav-drawer__carousel-wrap:before,.nav-drawer__carousel-wrap:after{content:"";position:absolute;top:0;bottom:0;width:44px;z-index:3;pointer-events:none}.nav-drawer__carousel-wrap:before{left:0;background:linear-gradient(90deg,#ffffffeb,#fff0)}.nav-drawer__carousel-wrap:after{right:0;background:linear-gradient(270deg,#ffffffeb,#fff0)}.nav-drawer__carousel{display:flex;flex-direction:row;gap:0;height:138px;width:max-content;animation:nav-scroll 22s linear infinite}@keyframes nav-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.nav-carousel__item{flex-shrink:0;width:104px;height:138px}.nav-carousel__img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}#srttz-logo-wrapper img,#srttz-star-only img{width:52px;height:52px;object-fit:contain;display:block}.nav-drawer__logo-deco{position:absolute;right:-8px;top:50%;left:auto;bottom:auto;transform:translateY(-50%);width:155px;height:310px;pointer-events:none;z-index:1;overflow:visible}.nav-drawer__logo-deco img{width:100%;height:100%;object-fit:contain;object-position:right center;display:block}.header__center,.header__logo-container{width:auto;height:auto;min-width:42px}#srttz-logo-wrapper img{height:62px;width:auto;max-width:none;object-fit:contain;display:block}#srttz-star-only img{width:42px;height:42px;object-fit:contain;display:block}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:299;opacity:0;pointer-events:none;transition:opacity .35s ease;overscroll-behavior:contain;touch-action:none}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:430px;height:100vh;height:100dvh;background:#fff;z-index:300;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s ease;overflow:hidden}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #efefef;flex-shrink:0}.cart-drawer__title{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:0}.cart-drawer__count{font-size:11px;vertical-align:super}.cart-drawer__close{background:none;border:none;font-size:24px;cursor:pointer;line-height:1;padding:0;color:#000;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.cart-drawer__banner{background:#000;color:#fff;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:12px 20px;display:flex;align-items:center;gap:10px;flex-shrink:0}.cart-drawer__items{flex:1;overflow-y:auto;padding:0 20px;min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.cart-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid #f0f0f0}.cart-item__img{width:80px;height:80px;object-fit:cover;background:#f5f5f5;flex-shrink:0}.cart-item__info{flex:1;display:flex;flex-direction:column;gap:4px}.cart-item__name{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.cart-item__price{font-size:13px;font-weight:600}.cart-item__qty{display:flex;align-items:center;gap:16px;margin-top:8px}.cart-item__qty-btn{background:none;border:none;font-size:18px;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#000}.cart-item__qty-num{font-size:14px;font-weight:600;min-width:20px;text-align:center}.cart-drawer__recommendations{flex-shrink:0;padding:16px 20px 12px;border-top:1px solid #efefef;background:#f9f9f9}.cart-rec__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cart-rec__title{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.cart-rec__prev,.cart-rec__next{background:none;border:1px solid #ddd;width:28px;height:28px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-rec__track-wrap{overflow:hidden}.cart-rec__track{display:flex;gap:10px;transition:transform .3s ease}.cart-rec__item{flex-shrink:0;width:110px;cursor:pointer;position:relative}.cart-rec__item img{width:110px;height:110px;object-fit:cover;background:#ebebeb;display:block}.cart-rec__item-badge{position:absolute;top:6px;left:6px;background:#000;color:#fff;font-size:9px;font-weight:700;letter-spacing:.08em;padding:3px 6px;text-transform:uppercase}.cart-rec__item-name{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-top:6px;line-height:1.3}.cart-rec__item-price{font-size:10px;color:#666;margin-top:2px}.cart-rec__item-add{position:absolute;bottom:32px;right:4px;width:22px;height:22px;background:#fff;border:1px solid #000;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:1}.cart-drawer__footer{flex-shrink:0;padding:16px 20px 24px;border-top:1px solid #efefef}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.cart-drawer__checkout{display:block;width:100%;background:#000;color:#fff;text-align:center;padding:16px;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:opacity .2s ease}.cart-drawer__checkout:hover{opacity:.8}.cart-drawer__header{padding:18px 20px 14px;border-bottom:1px solid #f0f0f0}.cart-drawer__title{font-size:12px;letter-spacing:.12em}.cart-drawer__close{font-size:20px;opacity:.5}.cart-drawer__close:hover{opacity:1}.cart-drawer__banner{padding:10px 20px;font-size:10px;letter-spacing:.1em}.cart-item{padding:16px 0;gap:14px}.cart-item__img{width:72px;height:72px;border-radius:4px}.cart-item__name{font-size:11px;letter-spacing:.06em;line-height:1.4}.cart-item__variant{font-size:10px;color:#999;letter-spacing:.05em;text-transform:uppercase}.cart-item__price{font-size:12px}.cart-item__qty{gap:12px;margin-top:10px}.cart-item__qty-btn{width:20px;height:20px;font-size:16px;opacity:.6}.cart-item__qty-btn:hover{opacity:1}.cart-item__qty-num{font-size:12px}.cart-drawer__recommendations{background:#f8f8f8;padding:14px 20px 10px}.cart-rec__title{font-size:10px;letter-spacing:.12em}.cart-rec__item{width:100px}.cart-rec__item img{width:100px;height:100px;border-radius:3px}.cart-rec__item-name{font-size:9px;letter-spacing:.04em;margin-top:5px}.cart-rec__item-price{font-size:9px;color:#777}.cart-rec__item-add{width:20px;height:20px;font-size:14px;border-radius:3px}.cart-drawer__footer{padding:14px 20px 20px}.cart-drawer__subtotal{font-size:12px;letter-spacing:.1em;margin-bottom:12px}.cart-drawer__checkout{padding:14px;font-size:12px;letter-spacing:.14em;border-radius:6px}@media(max-width:768px){.cart-drawer{top:auto;bottom:0;right:0;left:0;width:100%;max-width:100%;height:92dvh;border-radius:20px 20px 0 0;transform:translateY(110%);visibility:hidden;transition:transform .35s ease,visibility 0s linear .35s}.cart-drawer.open{transform:translateY(0);visibility:visible;transition:transform .35s ease}}@media(min-width:769px){.cart-drawer{top:0;right:0;bottom:0;left:auto;width:400px;max-width:400px;height:100dvh;max-height:100dvh;border-radius:0;overflow:hidden;border-left:1px solid #efefef;box-shadow:-4px 0 24px #00000014;transform:translate(100%)}.cart-drawer.open{transform:translate(0)}.cart-drawer__items{overflow-y:auto;flex:1;min-height:0;padding:0 20px}.cart-rec__item{width:80px}.cart-rec__item img{width:80px;height:80px}}.set-mode-selector{display:flex;gap:8px;margin:0 0 22px}.set-mode-btn{flex:1;padding:12px 8px;border:1.5px solid #ddd;background:#fff;font-size:11px;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:all .15s;text-align:center;border-radius:4px}.set-mode-btn.active{border-color:#000;background:#000;color:#fff}.size-group{margin-bottom:18px}.size-group.hidden{display:none}.cart-drawer__recommendations{flex-shrink:0;padding:0;border-top:1px solid #f0f0f0;background:#fff}.cart-rec__header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 10px;margin-bottom:0}.cart-rec__title{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#000}.cart-rec__nav{display:flex;gap:4px}.cart-rec__prev,.cart-rec__next{width:26px;height:26px;border:1px solid #e0e0e0;background:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000}.cart-rec__track-wrap{overflow:hidden;padding:0 20px 16px}.cart-rec__track{display:flex;gap:12px;transition:transform .3s ease}.cart-rec__item{flex-shrink:0;width:120px;cursor:pointer}.cart-rec__item-img-wrap{position:relative;width:120px;height:140px;background:#f5f5f5;overflow:hidden;border-radius:2px}.cart-rec__item-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .3s ease}.cart-rec__item:hover .cart-rec__item-img-wrap img{transform:scale(1.03)}.cart-rec__item-add{position:absolute;bottom:8px;right:8px;width:26px;height:26px;background:#fff;border:1px solid #e0e0e0;border-radius:50%;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease;color:#000;line-height:1}.cart-rec__item:hover .cart-rec__item-add,.cart-rec__item-add:focus{opacity:1}.cart-rec__item-info{padding:7px 0 0}.cart-rec__item-name{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1.35;color:#000;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-rec__item-price{font-size:10px;color:#666;margin-top:3px;font-weight:500}@media(max-width:480px){.cart-rec__item{width:110px}.cart-rec__item-img-wrap{width:110px;height:130px}}@media(hover:none),(max-width:768px){.cart-rec__item-add{opacity:1}}.pdp{display:grid;grid-template-columns:1fr;gap:0;padding:0;max-width:100%;margin:0 auto;grid-template-areas:"gallery" "head" "buy" "details"}.pdp__gallery-wrap{grid-area:gallery;position:relative}.pdp__head{grid-area:head;padding:18px 16px 4px}.pdp__buy{grid-area:buy;padding:8px 16px 20px}.pdp__details{grid-area:details;padding:0 16px 36px}.pdp__breadcrumb{font-size:12px;color:var(--fg-muted);margin:0 0 10px}.pdp__breadcrumb a{color:var(--fg-muted)}.pdp__breadcrumb a:hover{color:var(--fg)}.pdp__title{font-size:23px;font-weight:400;line-height:1.1;color:var(--fg);margin:0}.pdp__price{font-size:18px;font-weight:400;margin:8px 0 0}.pdp__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:#ffffff2e;-webkit-backdrop-filter:blur(12px) saturate(160%);backdrop-filter:blur(12px) saturate(160%);color:#1d1d1f;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #0000000f;transition:opacity .2s,background .2s,transform .1s}.pdp__nav:hover{background:#ffffff61}.pdp__nav:active{transform:translateY(-50%) scale(.93)}.pdp__nav svg{width:16px;height:16px}.pdp__nav--prev{left:14px}.pdp__nav--next{right:14px}.pdp__nav.is-hidden{opacity:0;pointer-events:none}.pdp__gallery{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;height:100%;background:#d8d5d6}.pdp__gallery::-webkit-scrollbar{display:none}.pdp__media{flex:0 0 100%;width:100%;height:auto;aspect-ratio:3/4;scroll-snap-align:start;background:#d8d5d6;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:clamp(14px,3.5vh,52px) 0}.pdp__media img{width:100%;height:100%;object-fit:contain;display:block}.pdp__opt{margin-top:18px}.pdp__optlabel{font-size:13px;font-weight:500;margin:0 0 8px}.pdp__sizes{display:flex;flex-wrap:wrap;gap:6px}.size-pill{min-width:42px;height:38px;padding:0 10px;font-size:13px;border:1px solid var(--line);background:#fff;color:var(--fg);transition:.15s;cursor:pointer}.size-pill:hover{border-color:var(--fg)}.size-pill.active{background:var(--fg);color:#fff;border-color:var(--fg)}.pdp__eta{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--fg-muted);margin:20px 0 10px}.pdp__eta-dot{color:#2ecc71;font-size:9px}.pdp__cta{display:flex;flex-direction:column;gap:10px;margin-top:4px}.pdp__add{display:flex;align-items:center;justify-content:space-between;width:100%;background:#111;color:#fff;border:none;border-radius:4px;padding:16px 18px;font-size:14px;cursor:pointer}.pdp__add:hover{background:#000}.pdp__add-price{font-weight:400}.pdp__klarna{font-size:11px;color:var(--fg-muted);margin:12px 0 0;line-height:1.5}.pdp__trust{margin-top:18px;display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--fg-muted)}@media(min-width:768px){.pdp{grid-template-columns:300px minmax(0,1fr) 320px;gap:24px;grid-template-rows:auto 1fr;grid-template-areas:"head gallery buy" "details gallery buy";min-height:calc(100vh - 64px);max-width:1280px;padding:0 16px}.pdp__head{padding:32px 0 0;align-self:start}.pdp__details{padding:8px 0 0;align-self:start}.pdp__gallery-wrap{height:calc(100vh - 64px);position:sticky;top:64px}.pdp__buy{position:sticky;top:64px;align-self:start;padding:32px 0 44px}}.pdp__media--combo .combo-stack{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:3%}.pdp__media--combo .combo-stack img{width:90%;max-height:45%;object-fit:contain;display:block}.size-pill.sold-out{color:var(--fg-muted);border-color:var(--line);background:#f3f3f2;cursor:not-allowed;opacity:.55;text-decoration:line-through;pointer-events:none}.setsel{margin:4px 0 6px}.setsel__group{margin-top:14px;position:relative}.setsel__thumbs{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;cursor:grab;scroll-behavior:smooth}.setsel__thumbs.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.setsel__arrow{position:absolute;top:-3px;z-index:3;width:24px;height:24px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:linear-gradient(145deg,#ffffff8c,#ffffff2e);-webkit-backdrop-filter:blur(14px) saturate(180%);backdrop-filter:blur(14px) saturate(180%);color:#1d1d1f;font-size:13px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 3px #0000001f,inset 0 1px 1px #fff9;transition:transform .12s,background .2s}.setsel__arrow:hover{background:linear-gradient(145deg,#ffffffbf,#ffffff4d)}.setsel__arrow:active{transform:scale(.9)}.setsel__arrow--prev{right:28px}.setsel__arrow--next{right:0}.setsel__thumbs::-webkit-scrollbar{display:none}.setsel__thumb{flex:0 0 auto;width:56px;height:72px;padding:0;border:1px solid var(--line);background:#d8d5d6;cursor:pointer;transition:border-color .15s,transform .1s}.setsel__thumb img{width:100%;height:100%;object-fit:contain;display:block}.setsel__thumb:hover{border-color:var(--fg)}.setsel__thumb.is-active{border-color:var(--fg);outline:1px solid var(--fg)}.pdp-rec{padding:48px 16px 8px;max-width:1280px;margin:0 auto}.pdp-rec__head{font-size:15px;font-weight:400;margin:0 0 18px}.pdp-rec__track{display:flex;align-items:flex-start;gap:2px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab}.pdp-rec__card{display:flex;flex-direction:column}.pdp-rec__track.is-dragging{cursor:grabbing;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.pdp-rec__track.is-dragging img{pointer-events:none}.pdp-rec__track::-webkit-scrollbar{display:none}.pdp-rec__card{flex:0 0 62%;width:62%;min-width:62%;max-width:62%;box-sizing:border-box;scroll-snap-align:start;text-decoration:none;color:var(--fg)}.pdp-rec__media{position:relative;width:100%;height:0;padding-top:133.333%;background:#d8d5d6;overflow:hidden}.pdp-rec__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.pdp-rec__info{align-items:baseline}.pdp-rec__tag{position:absolute;top:10px;left:10px;font-size:10px;letter-spacing:.04em;color:var(--fg);z-index:2}.pdp-rec__info{display:flex;justify-content:space-between;gap:10px;padding:8px 2px;font-size:12px}.pdp-rec__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdp-rec__price{color:var(--fg-muted);white-space:nowrap}@media(min-width:768px){.pdp-rec{padding:64px 16px 16px}.pdp-rec__track{gap:12px}.pdp-rec__card{flex:0 0 calc(25% - 9px);width:calc(25% - 9px);min-width:calc(25% - 9px);max-width:calc(25% - 9px)}}.footer{background:#000;color:#fff;border-top:1px solid rgba(255,255,255,.12)}.footer__news h3{color:#fff}.footer__news .muted{color:#9a9a9a}.footer__news input{color:#fff;border-bottom-color:#fff6}.footer__news input::placeholder{color:#777}.footer__news button{color:#fff;border-bottom-color:#fff}.footer__col h4{color:#fff}.footer__col a{color:#9a9a9a}.footer__col a:hover{color:#fff}.footer__mark span{color:#ffffff12}.footer__mark{margin-bottom:0;padding:12px 20px 4px}.footer__mark img{width:min(88%,1000px);height:auto;opacity:.95;display:block;margin:0 auto}.footer__bottom p,.footer__bottom span{color:#8a8a8a}@media(max-width:768px){.hero{height:82svh}.hero img{object-position:center top}#logo-hero{height:30px!important}}@media(max-width:768px){body.template-index{background:#b2bec8!important;background-image:none!important;overscroll-behavior:none}body.template-index .bg-fixed{display:none!important}#shopify-section-hero{position:sticky;top:0;z-index:1}.hero{border-radius:0 0 24px 24px;overflow:hidden}.home-overlay{position:relative;z-index:2;background:transparent}.home-overlay__bg{position:sticky;top:0;height:108vh;height:108lvh;margin-bottom:-108vh;margin-bottom:-108lvh;z-index:-1;border-top-left-radius:26px;border-top-right-radius:26px;background:#b2bec8 url(bg-page-v4.jpg) center center / cover no-repeat}.home-overlay>.shopify-section,.home-overlay>.section{position:relative;z-index:1}.section--sets .grid{padding-left:6px;padding-right:6px;column-gap:8px;row-gap:10px}.section--sets .card--set .card__media img.primary{transform:scale(1.18)}.section--sets .card--set:hover .card__media img.primary{transform:scale(1.22)}.section--sets .card--set .card__info{padding-top:2px}}@media(min-width:768px){.section--sets .grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch}.section--sets .grid>*{flex:0 0 calc(33.333% - 11px);max-width:calc(33.333% - 11px)}}@media(min-width:1024px){.section--sets .grid>*{flex:0 0 calc(25% - 12px);max-width:calc(25% - 12px)}}@media(min-width:1280px){.section--sets .grid>*{flex:0 0 calc(20% - 4px);max-width:calc(20% - 4px)}}@media(min-width:768px){body.template-index,body.template-collection{background-image:url(bg-conjunto-desktop.jpg)!important}.bg-fixed{background-image:url(bg-conjunto-desktop.jpg)}.site-header.pill{height:60px!important;padding:0 26px!important;border-radius:16px!important;top:14px!important;left:16px!important;right:16px!important}.site-header.pill .header__center{height:38px!important}.site-header.pill #logo-hero,.site-header.pill #logo-hero-black{height:30px!important;width:auto!important}.site-header.pill #srttz-logo-wrapper{height:30px!important}.site-header.pill #logo-scroll{width:34px!important;height:34px!important}.site-header.pill #srttz-star-only{height:34px!important}.site-header.pill .header__icon svg{width:24px!important;height:24px!important}.site-header.pill .hdr-nav-inline a{font-size:15px}.site-header.pill .header__left,.site-header.pill .header__right{gap:20px}}.cart-drawer__items .cart-item__img{object-fit:contain!important;background:transparent;filter:drop-shadow(0 2px 5px rgba(0,0,0,.32))}.cart-drawer__recommendations{padding:8px 14px 12px!important;background:transparent!important;border-top:1px solid #f0f0f0}.cart-drawer__recommendations .cart-rec__title{font-size:10px;letter-spacing:.12em;color:#9a9a9a}.cart-rec__nav{display:none!important}.cart-rec__track-wrap{overflow:hidden;touch-action:pan-y}.cart-rec__track-wrap::-webkit-scrollbar{display:none}.cart-rec__track{display:flex;gap:8px;width:max-content;will-change:transform}.cart-rec__item{flex:0 0 78px;position:relative}.cart-rec__quickadd{touch-action:manipulation}.cart-rec__quickadd.qa-pop{animation:qaPop .45s ease}@keyframes qaPop{0%{transform:scale(1)}40%{transform:scale(1.55);background:#1db954;color:#fff;border-color:#1db954}to{transform:scale(1)}}.cart-count.pulse{animation:badgePulse .5s ease}@keyframes badgePulse{0%{transform:scale(1)}40%{transform:scale(1.6)}to{transform:scale(1)}}#cart-toast{position:fixed;left:50%;bottom:96px;transform:translate(-50%) translateY(16px);background:#111111ed;color:#fff;padding:11px 20px;border-radius:24px;font-size:13px;font-weight:600;letter-spacing:.03em;z-index:3000;opacity:0;transition:opacity .25s ease,transform .25s ease;pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 6px 20px #00000040}#cart-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.setsel__group{margin-top:16px}.setsel__thumbs{gap:8px}.setsel__thumb{width:62px;height:78px;border-radius:15px;overflow:hidden;background:#ffffff6b!important;-webkit-backdrop-filter:blur(15px) saturate(1.6);backdrop-filter:blur(15px) saturate(1.6);border:1px solid rgba(255,255,255,.6)!important;box-shadow:0 4px 14px #00000014;outline:none!important}.setsel__thumb img{padding:5px;background:transparent!important;filter:drop-shadow(0 1px 3px rgba(0,0,0,.22))}.setsel__thumb.is-active{border:1.5px solid #111!important;box-shadow:0 6px 18px #0000002e}.pdp__sizes{gap:8px}.size-pill{border-radius:13px!important;background:#ffffff80!important;-webkit-backdrop-filter:blur(12px) saturate(1.5);backdrop-filter:blur(12px) saturate(1.5);border:1px solid rgba(255,255,255,.65)!important;box-shadow:0 3px 10px #0000000f}.size-pill.active{background:#111!important;color:#fff!important;border-color:#111!important}.size-pill.sold-out{background:#ffffff4d!important;opacity:.5}.setsel__arrow{background:#ffffff9e!important;-webkit-backdrop-filter:blur(10px) saturate(1.5);backdrop-filter:blur(10px) saturate(1.5);border:1px solid rgba(255,255,255,.6)!important;box-shadow:0 3px 10px #0000001f}.cart-rec__thumb{display:block;width:78px;height:98px;border-radius:14px;overflow:hidden;background:#ffffff73;-webkit-backdrop-filter:blur(14px) saturate(1.6);backdrop-filter:blur(14px) saturate(1.6);border:1px solid rgba(255,255,255,.6);box-shadow:0 4px 14px #00000014}.cart-rec__thumb img{width:100%;height:100%;object-fit:contain;background:transparent!important;padding:4px;filter:drop-shadow(0 1px 3px rgba(0,0,0,.25))}.cart-rec__quickadd{position:absolute;right:5px;bottom:5px;width:22px;height:22px;border-radius:50%;border:1px solid rgba(255,255,255,.6);background:#ffffff9e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 6px #0000002e;font-size:15px;line-height:1;color:#111;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.setsel{display:grid;grid-template-columns:minmax(132px,42%) 1fr;gap:14px;align-items:stretch;margin:12px 0 6px}.setsel__preview{position:relative;border-radius:20px;padding:9px;height:100%;min-height:210px;background:linear-gradient(160deg,#dedcdbd9,#cecccdb3);-webkit-backdrop-filter:blur(16px) saturate(1.4);backdrop-filter:blur(16px) saturate(1.4);border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 24px #0000001a,inset 0 1px 1px #ffffff8c}.setsel__stack{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:6%;padding:7% 0;box-sizing:border-box}.setsel__pv{width:90%;object-fit:contain;display:block;filter:drop-shadow(0 3px 8px rgba(0,0,0,.2))}.setsel__pv--top,.setsel__pv--bottom{max-height:44%}.setsel__pv--bottom.pv-square{max-height:45%;width:90%}.setsel__picker{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:14px}.setsel__picker .setsel__group{margin-top:0}.setsel__picker .setsel__thumbs{gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-x;scroll-snap-type:x proximity;cursor:default}.setsel__picker .setsel__thumbs .setsel__thumb{scroll-snap-align:start}.setsel__picker .setsel__thumb{width:66px;height:84px}@media(min-width:768px){.setsel{grid-template-columns:1fr;gap:14px;align-items:stretch}.setsel__preview{max-width:210px;width:100%;margin:0 auto;min-height:248px}.setsel__picker{gap:18px}.setsel__picker .setsel__thumb{width:64px;height:82px}}.size-tbl{width:100%;border-collapse:collapse;margin:6px 0 14px;font-size:12px}.size-tbl th,.size-tbl td{border:1px solid var(--line);padding:5px 6px;text-align:center}.size-tbl thead th{background:#f3f3f2;font-weight:600}.size-tbl thead th:first-child{text-align:left}.size-tbl td:first-child{text-align:left;color:var(--fg-muted)}[data-info-materials] p{font-size:13px;line-height:1.5}.pdp-detail-block{margin:0 0 12px}.pdp-detail-name{font-size:13px;font-weight:600;margin:0 0 4px}.pdp-detail-block ul{list-style:none;margin:0;padding:0}.pdp-detail-block li{font-size:12.5px;line-height:1.6;color:var(--fg)}.pdp-detail-block li strong{font-weight:500;color:var(--fg-muted)}.pdp-care{font-size:11.5px;color:var(--fg-muted);border-top:1px solid var(--line);padding-top:8px;margin:8px 0 0}.nav-drawer__link--track{display:inline-block;margin-top:26px;font-size:15px;font-weight:600;border:1px solid #111;border-radius:999px;padding:9px 18px;align-self:flex-start;-webkit-backdrop-filter:blur(10px) saturate(1.5);backdrop-filter:blur(10px) saturate(1.5);background:#ffffff80}.nav-drawer__link--track:hover{background:#111;color:#fff}.track-page{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:48px 18px;background:radial-gradient(120% 80% at 50% 0%,#e9e8e6,#d8d5d6 55%,#c9c6c7)}.track-card{width:100%;max-width:440px;text-align:center;padding:40px 28px 30px;border-radius:26px;background:linear-gradient(160deg,#ffffff9e,#ffffff52);-webkit-backdrop-filter:blur(26px) saturate(1.8);backdrop-filter:blur(26px) saturate(1.8);border:1px solid rgba(255,255,255,.7);box-shadow:0 18px 50px #00000029,inset 0 1px 1px #fffc}.track-star{display:flex;justify-content:center;margin-bottom:16px}.track-logo-img{height:30px;width:auto;object-fit:contain;display:block}.hdr-nav-track{position:relative}.track-title{font-size:22px;letter-spacing:.04em;margin:0 0 8px}.track-sub{font-size:13px;color:var(--fg-muted);margin:0 0 22px;line-height:1.5}.track-form{display:flex;flex-direction:column;gap:10px}.track-input{width:100%;box-sizing:border-box;text-align:center;font-size:15px;letter-spacing:.06em;padding:14px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.8);background:#ffffffa6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);outline:none}.track-input:focus{border-color:#111}.track-btn{width:100%;padding:14px 16px;border:none;border-radius:14px;background:#111;color:#fff;font-size:14px;letter-spacing:.08em;font-weight:600;cursor:pointer;transition:.15s}.track-btn:hover{background:#000;transform:translateY(-1px)}.track-hint{font-size:11.5px;color:var(--fg-muted);line-height:1.5;margin:18px 0 0}.track-help{display:inline-block;margin-top:12px;font-size:12px;color:#111;text-decoration:underline}body.template-index{background:#fff!important;background-image:none!important}body.template-index .bg-fixed{display:none!important}body.template-index .home-overlay,body.template-index .home-overlay__bg{background:#fff!important;background-image:none!important}body.template-index .home-overlay__bg{border-radius:0!important}body.template-index .home-overlay{padding-top:58px}@media(min-width:768px){body.template-index .home-overlay{padding-top:78px}}body.template-index .section--sets .section__head h1,body.template-index .section--sets .section__head h2,body.template-index .section--sets .section__head a,body.template-index .card--set .card__title,body.template-index .card--set .card__price{color:#111!important;text-shadow:none!important}body.template-index .footer{background:#151820!important;background-image:none!important}body.template-index .footer:before{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(180deg,#0c0e148c,#0c0e14bf)}@media(max-width:768px){body.template-index{background:#fff!important;background-image:none!important}body.template-index .home-overlay__bg{display:none!important}}@media(min-width:768px){body.template-index,body.template-index .bg-fixed{background-image:none!important}}:root{--cf-bar-h:34px;--cf-lima:#d4ff00}.site-header{top:var(--cf-bar-h)}.site-header.pill{top:calc(10px + var(--cf-bar-h))}@media(min-width:768px){.site-header.pill{top:calc(14px + var(--cf-bar-h))!important}}body.template-index .home-overlay{padding-top:calc(58px + var(--cf-bar-h))}@media(min-width:768px){body.template-index .home-overlay{padding-top:calc(78px + var(--cf-bar-h))}}body:not(.template-index) main{padding-top:var(--cf-bar-h)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}body.template-index .home-overlay{padding-top:var(--cf-bar-h)}@media(min-width:768px){body.template-index .home-overlay{padding-top:var(--cf-bar-h)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
