*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:var(--base-size, 16px);font-weight:500;color:var(--tmtw-ink);background:var(--tmtw-white);line-height:1.55;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}main#MainContent{flex:1 0 auto}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none;margin:0;padding:0}.skip-to-content{position:absolute;left:-9999px;top:0;background:var(--tmtw-red);color:#fff;padding:10px 16px;z-index:999}.skip-to-content:focus{left:0}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.script-heading{font-family:var(--font-display);color:var(--tmtw-red);font-weight:400;line-height:1.4;text-align:center;font-size:clamp(2rem,6vw,3rem);margin:0 0 28px}.section-sub{text-align:center;color:var(--tmtw-pink);font-size:.8rem;letter-spacing:.02em;margin-top:0}.serif-title{font-family:var(--font-serif);text-align:center;font-weight:500;color:var(--tmtw-red);letter-spacing:.04em;text-transform:uppercase;font-size:clamp(1.8rem,5vw,2.6rem);margin:0}.serif-title strong{font-weight:800}.site-header{position:sticky;top:0;z-index:60;background:var(--tmtw-pink-soft)}.nav{display:flex;align-items:center;gap:18px;height:var(--header-h)}.nav__logo{font-family:var(--font-serif);font-weight:800;color:var(--tmtw-red);line-height:.82;font-size:1.5rem;letter-spacing:.04em;display:inline-flex;flex-direction:column;text-align:center}.nav__logo img{width:auto;height:auto;max-width:44px;max-height:44px;object-fit:contain}.nav__logo small{display:block;font-size:.42rem;font-weight:600;letter-spacing:.12em;margin-top:3px}.nav__menu{display:none;flex:1;justify-content:center;gap:clamp(10px,1.4vw,26px)}.nav__menu a{font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--tmtw-red);white-space:nowrap;transition:opacity .2s var(--ease)}.nav__menu a:hover{opacity:.6}.nav__icons{display:flex;align-items:center;gap:16px;margin-left:auto}.nav__icons .icon-btn{color:var(--tmtw-red);display:inline-flex;position:relative}.nav__icons svg{width:24px;height:24px}.cart-count{position:absolute;top:-8px;right:-10px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--tmtw-red);color:#fff;font-size:.6rem;font-weight:700;display:grid;place-items:center}.cart-count:empty,.cart-count[hidden]{display:none}.nav__burger{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:30px;height:30px;color:var(--tmtw-red)}.nav__burger span{display:block;height:3px;border-radius:3px;background:currentColor}.drawer{position:fixed;top:0;right:35%;bottom:0;left:0;background:var(--tmtw-pink-soft);z-index:80;transform:translate(-105%);transition:transform .4s var(--ease);display:flex;flex-direction:column;padding:22px 28px 80px;overflow-y:auto;box-shadow:8px 0 40px #0000001f}.drawer.open{transform:translate(0)}.drawer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000;z-index:70;pointer-events:none;transition:background .4s var(--ease)}.drawer__backdrop.open{background:#00000040;pointer-events:auto}.drawer__close{align-self:flex-end;color:var(--tmtw-red);margin-bottom:14px}.drawer__close svg{width:34px;height:34px}.drawer__nav a{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:1rem;font-weight:700;letter-spacing:.02em;color:var(--tmtw-red);padding:13px 0;border-bottom:1px solid rgba(225,27,60,.22);text-transform:uppercase;text-align:left}.drawer__foot{margin-top:auto;padding-top:30px;color:var(--tmtw-red);font-size:.85rem}.drawer__foot .logo-block{margin-bottom:18px}.drawer__foot .rule{width:70px;height:1px;background:var(--tmtw-red);margin:18px 0}.drawer__foot p{margin:6px 0}.drawer__foot .perks{margin:18px 0;font-weight:600}.drawer__foot .perks span{display:block;margin:3px 0}.drawer__socials{display:flex;gap:10px;margin-top:10px}.promo-bar{display:none;background:var(--tmtw-red);color:#fff;text-align:center;font-size:.68rem;font-weight:600;letter-spacing:.06em;padding:7px 10px;text-transform:uppercase}.hero{position:relative;background:var(--tmtw-pink-pale);overflow:hidden}.hero__inner{position:relative}.hero__img{width:100%;object-fit:cover}.hero__img--mobile{display:none}.hero__copy{position:absolute;top:8%;left:var(--gutter);z-index:2}.hero__title{font-family:var(--font-display);color:var(--tmtw-red);font-size:clamp(2.4rem,9vw,5rem);line-height:.9}.hero__lines{font-family:var(--font-body);font-size:clamp(.95rem,2.7vw,1.5rem);font-weight:600;line-height:1.15;color:var(--tmtw-red);margin-top:0}.hero__lines strong{color:var(--tmtw-red);font-weight:800}.hero__sign{font-family:var(--font-display);color:var(--tmtw-red);font-size:clamp(1rem,3vw,1.6rem);margin-top:6px}.hero__badge{position:absolute;left:var(--gutter);bottom:8%;width:clamp(64px,12vw,110px);z-index:2}.section{padding:clamp(40px,7vw,90px) 0}.section--tight{padding:clamp(28px,5vw,60px) 0}.cat-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:26px 0 36px}.cat-pills a,.cat-pills button{border:1.5px solid var(--tmtw-red);color:var(--tmtw-red);background:#fff;border-radius:999px;padding:8px 22px;font-size:.82rem;font-weight:600;transition:all .2s var(--ease);display:inline-block}.cat-pills .active,.cat-pills a:hover,.cat-pills button:hover{background:var(--tmtw-red);color:#fff}.product-grid{display:grid;gap:clamp(16px,3vw,30px);grid-template-columns:repeat(2,1fr)}.product-slider{position:relative;padding-bottom:34px}.product-slider[hidden]{display:none!important}.product-slider .swiper-slide{height:auto;display:flex}.product-slider .swiper-slide .product-card{width:100%;display:flex;flex-direction:column}.product-slider .swiper-pagination{bottom:0}.product-slider .swiper-pagination-bullet{background:var(--tmtw-pink-card);opacity:1}.product-slider .swiper-pagination-bullet-active{background:var(--tmtw-red)}.product-slider .swiper-button-prev,.product-slider .swiper-button-next{color:var(--tmtw-red)}.product-slider .swiper-button-prev:after,.product-slider .swiper-button-next:after{font-size:22px;font-weight:800}.product-slider .swiper-button-disabled{opacity:0}@media(max-width:759px){.product-slider .swiper-button-prev,.product-slider .swiper-button-next{display:none}}@media(max-width:999px){.nav{position:relative}.nav__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.icon-btn--search{display:none}}@media(max-width:759px){:root{--header-h: 60px}.nav__logo img{max-width:38px;max-height:38px}}.product-card{position:relative}.product-card__media{position:relative;background:#fff;border:2px solid var(--tmtw-pink-card);border-radius:26px 8px;aspect-ratio:3 / 4;display:grid;place-items:center;overflow:hidden;transition:box-shadow .35s var(--ease),border-color .35s var(--ease),transform .35s var(--ease)}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card:hover .product-card__media{border-color:var(--tmtw-red);box-shadow:0 14px 30px -12px #e11b3c59;transform:translateY(-3px)}.badge{position:absolute;z-index:3;font-weight:700;text-transform:uppercase;display:grid;place-items:center;text-align:center}.badge--sale{top:14px;right:14px;width:42px;height:42px;border-radius:50%;background:var(--tmtw-pink-card);color:#fff;font-size:.55rem;letter-spacing:.02em;box-shadow:0 4px 10px #0000001f}.badge--corner{top:14px;left:14px;width:48px;height:48px;border-radius:50%;background:var(--tmtw-red);color:#fff;font-size:.52rem;line-height:1.05;padding:4px;box-shadow:0 4px 10px #e11b3c4d}.product-card__cta{position:absolute;left:0;right:0;bottom:0;padding:34px 14px 14px;display:flex;justify-content:center;background:linear-gradient(to top,#fffffff2 18%,#fff0);transform:translateY(105%);opacity:0;transition:transform .4s var(--ease),opacity .35s var(--ease);pointer-events:none}.product-card:hover .product-card__cta,.product-card:focus-within .product-card__cta{transform:translateY(0);opacity:1;pointer-events:auto}.product-card__add{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--tmtw-red);color:#fff;font-family:var(--font-body);font-weight:700;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;padding:11px 18px;border-radius:999px;white-space:nowrap;box-shadow:0 8px 20px -6px #e11b3c80;transition:filter .2s var(--ease),transform .12s var(--ease),background .2s var(--ease)}.product-card__add:hover{filter:brightness(1.07)}.product-card__add:active{transform:scale(.97)}.product-card__add-icon{display:inline-flex}.product-card__add-icon svg{width:17px;height:17px}.product-card__add.is-loading{opacity:.8;cursor:progress}.product-card__add.is-added{background:#2faf63;box-shadow:0 8px 20px -6px #2faf6380}.product-card__add--soldout{background:var(--tmtw-grey);box-shadow:none;cursor:not-allowed}@media(hover:none){.product-card__cta{transform:none;opacity:1;pointer-events:auto}}.product-card__info{padding:14px 2px 0;display:flex;flex-direction:column;flex:1}.product-card__brand{color:var(--tmtw-red);font-weight:800;font-size:1rem;letter-spacing:.01em;text-transform:uppercase;line-height:1.25}.product-card__name{color:var(--tmtw-grey);font-weight:400;font-size:.92rem;line-height:1.3;margin:4px 0 8px;text-transform:uppercase;min-height:2.4em}.product-card__name small{display:block;font-size:.92rem}.product-card__price{color:var(--tmtw-red);font-weight:800;font-size:1.4rem;margin-top:auto}.product-card__price s{color:var(--tmtw-grey);font-weight:500;font-size:.9rem;margin-left:8px}.section--tight>.container:first-child{text-align:center}.script-heading--smear{position:relative;display:inline-block;padding-right:clamp(50px,8vw,95px)}.script-heading--smear .ba-head__title{position:relative;z-index:2}.ba-head__smear{position:absolute;z-index:1;top:54%;right:-2%;width:clamp(115px,17vw,195px);height:auto;transform:translateY(-50%) rotate(20deg);transform-origin:center;pointer-events:none}@media(max-width:640px){.script-heading--smear{padding-right:clamp(50px,14vw,90px)}.ba-head__smear{width:clamp(85px,24vw,130px)}}.ba{position:relative;width:100%;aspect-ratio:16 / 12;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none;border-radius:22px}.ba picture{display:contents}.ba img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ba__after{clip-path:inset(0 0 0 50%)}.ba__handle{position:absolute;top:0;bottom:0;left:50%;width:3px;background:#fff;transform:translate(-50%);z-index:4}.ba__grip{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;background:var(--tmtw-pink);display:grid;place-items:center;box-shadow:0 6px 18px #00000038;color:var(--tmtw-red);cursor:ew-resize;overflow:hidden}.ba__grip:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:var(--tmtw-white);transform:translate(-50%)}.ba__grip-icon{position:relative;z-index:1;width:30px;height:30px;display:block}.ba__label{position:absolute;bottom:18px;z-index:4;padding:9px 20px;border-radius:16px;background:var(--tmtw-pink);color:var(--tmtw-white);font-weight:700;font-size:.8rem;letter-spacing:.08em}.ba__label--before{left:0;border-bottom-left-radius:0;border-top-left-radius:0}.ba__label--after{right:0;border-bottom-right-radius:0;border-top-right-radius:0}.ba-features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:34px 0 0;padding:0;list-style:none}.ba-feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.ba-feature__icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;object-fit:contain;color:var(--tmtw-red)}.ba-feature__svg{width:100%;height:100%}.ba-feature__svg--wide{width:100%;height:auto}.ba-feature__label{color:var(--tmtw-red);font-weight:700;font-size:.78rem;letter-spacing:.05em;line-height:1.3;text-transform:uppercase}.ba-cta{margin-top:34px;text-align:center}.ba-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-width:320px;max-width:100%;padding:16px 34px;border-radius:999px;background:var(--tmtw-pink);color:var(--tmtw-white);font-weight:700;font-size:.92rem;letter-spacing:.06em;text-transform:uppercase;transition:filter .15s ease,transform .15s ease}.ba-cta__btn:hover{filter:brightness(1.06);transform:translateY(-1px)}.ba-cta__arrow{font-size:1.1rem;line-height:1}@media(max-width:640px){.ba{aspect-ratio:4 / 5}.ba-features{grid-template-columns:repeat(2,1fr);gap:22px 14px}.ba-cta__btn{min-width:0;width:100%}}.coming{position:relative;aspect-ratio:16 / 6;overflow:hidden;display:grid;place-items:center}.coming img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.coming__text{position:relative;text-align:center;color:#fff}.coming__text .big{font-family:var(--font-serif);font-weight:800;font-size:clamp(2.4rem,9vw,6rem);letter-spacing:.04em;text-shadow:0 4px 18px rgba(0,0,0,.25)}.coming__text .small{font-family:var(--font-display);font-size:clamp(1.4rem,5vw,3rem);margin-top:-6px}.reviews-rail{position:relative;height:var(--rail-h, 560px);margin-top:8px;overflow:hidden;touch-action:pan-y;user-select:none;-webkit-user-select:none}.review-item{position:absolute;top:0;left:50%;width:300px;margin-left:-150px;display:flex;flex-direction:column;transform:translate(var(--tx, 0)) scale(var(--sc, 1));transform-origin:center top;opacity:var(--op, .45);transition:transform .45s var(--ease),opacity .45s var(--ease);will-change:transform,opacity}.review-item.dragging,.reviews-rail.dragging .review-item{transition:none}.review-item.active{z-index:3}.reviews-rail .review{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:3/4;background:var(--tmtw-pink-pale);box-shadow:0 10px 26px -16px #1f111480;transition:box-shadow .4s var(--ease)}.review-item.active .review{box-shadow:0 22px 44px -20px #e11b3c80}.reviews-rail .review img{width:100%;height:100%;object-fit:cover;pointer-events:none}.review-item .review-product{opacity:0;visibility:hidden;transition:opacity .35s var(--ease)}.review-item.active .review-product{opacity:1;visibility:visible}.review__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:58px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff2e;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1.5px solid rgba(255,255,255,.65);color:#fff;padding-left:3px;box-shadow:0 6px 18px -6px #00000080;transition:background .3s var(--ease),transform .3s var(--ease),border-color .3s var(--ease);z-index:3}.review__play:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;border:1.5px solid rgba(255,255,255,.35);animation:review-pulse 2.4s var(--ease) infinite}@keyframes review-pulse{0%{transform:scale(1);opacity:.7}70%{transform:scale(1.4);opacity:0}to{transform:scale(1.4);opacity:0}}.review__play:hover{background:var(--tmtw-red);border-color:var(--tmtw-red);transform:translate(-50%,-50%) scale(1.1)}.review__tag{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(20,10,12,.78) 0%,rgba(20,10,12,.35) 55%,transparent 100%);color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.01em;line-height:1.35;padding:30px 14px 14px;z-index:2}.review-product{margin-top:14px;display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#fff 0%,var(--tmtw-pink-pale) 100%);border:1px solid var(--tmtw-pink-card);border-radius:16px;padding:12px 52px 12px 12px;position:relative;text-decoration:none;color:inherit;box-shadow:0 12px 28px -20px #1f11148c;transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease)}.review-product:hover{transform:translateY(-3px);box-shadow:0 20px 36px -22px #e11b3c80;border-color:var(--tmtw-red)}.review-product img{width:52px;height:52px;object-fit:contain;background:#fff;border-radius:12px;padding:5px;flex:0 0 auto;box-shadow:0 4px 12px -6px #1f111466}.review-product__info{min-width:0}.review-product .product-card__brand{font-weight:800;text-transform:uppercase;letter-spacing:.03em;font-size:.72rem;line-height:1.2;color:var(--tmtw-red);margin-bottom:2px}.review-product .product-card__name{color:var(--tmtw-grey);font-size:.72rem;margin-bottom:5px}.review-product .product-card__price{font-weight:800;font-size:.95rem;color:var(--tmtw-ink)}.review-product .product-card__add2{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--tmtw-red);color:#fff;box-shadow:0 8px 18px -8px #e11b3cb3;transition:transform .3s var(--ease),background .3s var(--ease)}.review-product:hover .product-card__add2{transform:translateY(-50%) scale(1.08);background:var(--tmtw-red-dark)}.review-product .product-card__add2 svg{width:16px;height:16px}.dots{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:22px}.dots span,.dots button{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:var(--tmtw-pink-card);cursor:pointer;transition:width .3s var(--ease),background .3s var(--ease)}.dots span.active,.dots button.active{width:26px;border-radius:4px;background:var(--tmtw-red)}@media(max-width:759px){.reviews-rail{height:520px}.review-item{width:250px;margin-left:-125px}.review-product{gap:10px;padding:12px 52px 12px 12px;align-items:center}.review-product img{width:52px;height:52px}.review-product .product-card__brand{font-size:.78rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.review-product .product-card__name{font-size:.74rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.review-product .product-card__price{font-size:1rem}.review-product .product-card__add2{width:36px;height:36px;right:10px}.review-product .product-card__add2 svg{width:16px;height:16px}}.feature-strip{width:100%}.feature-strip img{width:100%;object-fit:cover}.lookbook__look{position:relative;width:100%;margin:0 auto;overflow:hidden;box-shadow:0 16px 40px -24px #1f111499}.lookbook__img{width:100%;height:100%;object-fit:cover;display:block}.lookbook__hotspot{position:absolute;transform:translate(-50%,-50%);z-index:2}.lookbook__dot{width:30px;height:30px;border-radius:50%;background:#ffffffd9;border:none;display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 12px -3px #0006;position:relative}.lookbook__dot span{width:11px;height:11px;border-radius:50%;background:var(--tmtw-red);display:block}.lookbook__dot:before{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid rgba(255,255,255,.7);animation:lookbook-pulse 2.2s var(--ease) infinite}@keyframes lookbook-pulse{0%{transform:scale(1);opacity:.8}70%{transform:scale(1.7);opacity:0}to{transform:scale(1.7);opacity:0}}.lookbook__card{position:absolute;left:50%;bottom:calc(100% + 14px);transform:translate(-50%) translateY(8px);width:200px;background:#fff;border-radius:14px;padding:14px;text-align:center;box-shadow:0 18px 40px -16px #1f11148c;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s var(--ease),transform .25s var(--ease),visibility .25s;z-index:5}.lookbook__hotspot.open .lookbook__card{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.lookbook__card:after{content:"";position:absolute;left:50%;top:100%;transform:translate(-50%);border:8px solid transparent;border-top-color:#fff}.lookbook__card-close{position:absolute;top:6px;right:6px;width:22px;height:22px;color:var(--tmtw-grey);display:grid;place-items:center}.lookbook__card-close svg{width:16px;height:16px}.lookbook__card-media{display:block;width:70px;margin:0 auto 8px;border-radius:10px;overflow:hidden;background:var(--tmtw-pink-pale)}.lookbook__card-media img{width:100%;height:auto}.lookbook__card-name{font-size:.78rem;font-weight:700;color:var(--tmtw-ink);line-height:1.25;margin-bottom:4px}.lookbook__card-price{font-size:.9rem;font-weight:800;color:var(--tmtw-red);margin-bottom:10px}.lookbook__card-btn{display:block;background:var(--tmtw-ink);color:#fff;font-size:.66rem;font-weight:700;letter-spacing:.08em;padding:9px 10px;border-radius:8px;transition:background .25s var(--ease)}.lookbook__card-btn:hover{background:var(--tmtw-red)}.lookbook__dialog{position:fixed;border:none;border-radius:16px;padding:0;width:min(86vw,300px);background:#fff;box-shadow:0 24px 60px -20px #1f111499;overflow:visible}.lookbook__dialog::backdrop{background:#1f111480}.lookbook__dialog .lookbook__card{position:static;opacity:1;visibility:visible;pointer-events:auto;transform:none;width:auto;box-shadow:none;padding:22px 18px 18px}.lookbook__dialog .lookbook__card:after{display:none}.lookbook__dialog .lookbook__card-media{width:110px}.lookbook__dialog .lookbook__card-name{font-size:1rem}.lookbook__dialog .lookbook__card-price{font-size:1.1rem}.lookbook__dialog .lookbook__card-btn{font-size:.8rem;padding:12px 14px}.lookbook__dialog .lookbook__card-close{top:12px;right:12px;width:26px;height:26px}.lookbook__dialog .lookbook__card-close svg{width:18px;height:18px}@media(max-width:759px){.lookbook__hotspot .lookbook__card{display:none}}@media(min-width:760px){.lookbook__dialog[open]{display:none}}.site-footer{background:var(--tmtw-pink-soft);color:var(--tmtw-red)}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px 20px;padding:40px 0}.footer-grid .col-logo{grid-column:1 / -1}.footer__logo{font-family:var(--font-serif);font-weight:800;color:var(--tmtw-red);line-height:.82;font-size:2rem}.footer__logo img,.footer__logo-img{width:auto;height:auto;max-width:48px;max-height:48px;object-fit:contain}.footer__logo small{display:block;font-size:.5rem;font-weight:600;letter-spacing:.1em;margin-top:4px}.footer-grid h4,.footer-grid a,.footer-grid p{font-size:.9rem}.footer-grid .links a{display:inline-block;font-weight:700;border-bottom:1.5px solid var(--tmtw-red);margin-bottom:12px}.footer-grid .contact p{margin:0 0 12px}.footer__follow{font-weight:600;margin-bottom:10px}.socials{display:flex;gap:10px}.socials a{width:30px;height:30px;display:grid;place-items:center;background:var(--tmtw-red);color:#fff;border-radius:50%}.socials svg{width:16px;height:16px}.footer-bar{background:var(--tmtw-red-dark);color:#fff;text-align:center;font-size:.8rem;padding:14px 10px}@media(max-width:759px){.hero{background:#fff}.hero__img{width:100%;height:auto;object-fit:contain;display:block}.hero__img--mobile{display:block}.hero__img--mobile~.hero__img--desktop{display:none}.hero__copy{top:12%;left:var(--gutter);right:auto;max-width:72%}.hero__title{font-size:clamp(2rem,9vw,3rem);line-height:.92}.hero__lines{font-size:.9rem;margin-top:2px;line-height:1.2}.hero__sign{font-size:1.2rem;margin-top:6px}.hero__badge{left:var(--gutter);bottom:8%;width:78px}}@media(max-width:759px){.footer-grid{grid-template-columns:1fr;justify-items:center;text-align:center;gap:28px;padding:36px 0 32px}.footer-grid .col-logo{grid-column:auto}.footer__logo{font-size:2.2rem}.footer-grid .links{display:flex;flex-direction:column;align-items:center;gap:4px}.footer-grid .links a{margin-bottom:0}.footer__follow{margin-bottom:12px}.socials{justify-content:center}.footer-grid .contact,.footer-grid .follow{display:none}.footer-grid .col-logo{display:flex;justify-content:center}.footer-grid .links .footer-link{display:none}.footer-grid .links .footer-link--keep{display:inline-block}.footer-grid .links br{display:none}.footer-grid{padding:28px 0 24px}}.pdp{padding:30px 0}.pdp__layout{display:grid;gap:26px}.pdp__layout,.pdp__layout>*,.pdp__gallery,.pdp__gallery>*{min-width:0}.pdp__gallery{display:grid;gap:14px}.pdp__main{position:relative;border-radius:18px;background:#fff;aspect-ratio:1 / 1.1;display:grid;place-items:center;overflow:hidden}.pdp__main img{width:100%;height:100%;object-fit:cover}.pdp__main .badge--sale{width:54px;height:54px;font-size:.65rem}.pdp__thumbs{display:flex;gap:10px;flex-wrap:wrap}.pdp__thumbs button{flex:0 0 calc(25% - 8px);border:1px solid var(--tmtw-pink-card);border-radius:8px;aspect-ratio:1/1.1;background:var(--tmtw-pink-pale);display:grid;place-items:center;overflow:hidden;padding:0}.pdp__thumbs button.active{border-width:2px;border-color:var(--tmtw-red)}.pdp__thumbs img{width:100%;height:100%;object-fit:cover;border-radius:4px}.pdp__brand{color:var(--tmtw-red);font-weight:800;font-size:1.4rem;margin:0}.pdp__desc-line{color:var(--tmtw-grey);margin:4px 0 12px}.pdp__price{color:var(--tmtw-red);font-weight:800;font-size:1.8rem}.pdp__price s{color:var(--tmtw-grey);font-weight:500;font-size:1.1rem;margin-left:10px}.pdp__buy{display:flex;gap:14px;align-items:stretch;margin:22px 0;flex-wrap:wrap}.pdp__variants{margin:16px 0}.pdp__variants label{display:block;font-weight:700;color:var(--tmtw-red);font-size:.8rem;text-transform:uppercase;margin-bottom:6px}.pdp__variants select{font-family:inherit;font-size:1rem;padding:10px 14px;border:1.5px solid var(--tmtw-pink-card);border-radius:12px;background:#fff;color:var(--tmtw-ink);width:100%;max-width:320px}.qty{display:flex;align-items:center;border:1.5px solid var(--tmtw-pink-card);border-radius:12px;overflow:hidden}.qty button{width:44px;font-size:1.3rem;color:var(--tmtw-red)}.qty input{width:50px;text-align:center;border:none;outline:none;font-size:1.2rem;font-weight:700;color:var(--tmtw-ink);background:transparent}.btn-cart{background:var(--tmtw-red);color:#fff;font-weight:800;font-size:1.1rem;padding:0 30px;border-radius:999px;transition:filter .2s var(--ease)}.btn-cart:hover{filter:brightness(1.08)}.btn-cart[disabled]{opacity:.55;cursor:not-allowed}.accordion{border-top:none}.acc-item{border-bottom:1.5px solid var(--tmtw-red)}.acc-head{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 0;color:var(--tmtw-red);font-weight:700;font-size:1rem}.acc-head .plus{width:22px;height:22px;border-radius:50%;background:var(--tmtw-red);color:#fff;display:grid;place-items:center;font-size:1rem;transition:transform .3s var(--ease)}.acc-item.open .plus{transform:rotate(45deg)}.acc-body{max-height:0;overflow:hidden;transition:max-height .35s var(--ease);color:var(--tmtw-ink)}.acc-body .inner{padding:0 0 14px;font-size:.9rem;color:#555}.journey{padding:30px 0 60px}.journey__layout{display:grid;gap:26px}.journey__title{font-family:var(--font-display);color:var(--tmtw-red);font-size:clamp(2rem,5vw,3rem);font-weight:400;line-height:1.2;text-align:left}.journey__body{text-align:left}.journey__body p{margin:16px 0}.journey__highlight{color:var(--tmtw-red)}.journey__sign{font-family:var(--font-display);color:var(--tmtw-red);font-size:clamp(1.6rem,4vw,2.4rem);text-align:left;margin-top:10px}.journey__img{width:100%}.journey__img img{width:100%;height:auto;border-radius:4px;object-fit:cover;display:block}@media(max-width:759px){.journey{padding-bottom:30px}.journey__title,.journey__body,.journey__sign{text-align:center}.journey__img{width:100vw;margin-inline:calc(50% - 50vw)}.journey__img img{border-radius:0;height:56.25vw;aspect-ratio:16 / 9}}.cat-tiles{display:grid;gap:4px}.cat-tile{position:relative;aspect-ratio:16/9;overflow:hidden;display:grid;place-items:center}.cat-tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.cat-tile:hover img{transform:scale(1.05)}.cat-tile__label{position:relative;color:#fff;font-family:var(--font-body);font-weight:700;font-size:clamp(1.6rem,6vw,2.4rem);letter-spacing:.03em;text-transform:uppercase;text-shadow:0 2px 12px rgba(0,0,0,.35);text-align:center}.cat-tile__label .soon{display:block;font-family:var(--font-display);font-weight:500;font-size:.8em;text-transform:none}.related-title{font-family:var(--font-serif);font-weight:800;text-align:center;color:var(--tmtw-red);font-size:clamp(1.6rem,5vw,2.2rem);margin-bottom:26px}.pagination{display:flex;justify-content:center;gap:10px;margin-top:40px}.pagination a,.pagination span{min-width:38px;height:38px;display:grid;place-items:center;border:1.5px solid var(--tmtw-pink-card);border-radius:999px;color:var(--tmtw-red);font-weight:700;font-size:.85rem;padding:0 10px}.pagination .current{background:var(--tmtw-red);color:#fff;border-color:var(--tmtw-red)}.rte{line-height:1.7}.rte h2,.rte h3{font-family:var(--font-serif);color:var(--tmtw-red)}.rte a{color:var(--tmtw-red);text-decoration:underline}.cart-layout{display:grid;grid-template-columns:1fr;gap:30px;align-items:start}.cart-items{min-width:0}.cart-head{display:none;color:var(--tmtw-red);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding-bottom:14px;border-bottom:2px solid var(--tmtw-pink-card)}.cart-head__qty{text-align:center}.cart-head__total{text-align:right}.cart-row{display:grid;grid-template-columns:92px 1fr;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid var(--tmtw-pink-card);transition:opacity .25s var(--ease)}.cart-row.is-updating{opacity:.45;pointer-events:none}.cart-row__img{display:block;border:1.5px solid var(--tmtw-pink-card);border-radius:12px;overflow:hidden;aspect-ratio:1/1;background:var(--tmtw-pink-pale)}.cart-row__img img{width:100%;height:100%;object-fit:cover}.cart-row__title{color:var(--tmtw-red);font-weight:800;text-transform:uppercase;line-height:1.25;font-size:.95rem}.cart-row__variant{color:var(--tmtw-grey);font-size:.82rem;margin-top:3px}.cart-row__price{color:var(--tmtw-ink);font-weight:600;margin-top:6px;font-size:.9rem}.cart-row__remove{display:inline-block;margin-top:8px;color:var(--tmtw-grey);font-size:.78rem;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0}.cart-row__remove:hover{color:var(--tmtw-red)}.cart-row__qty{display:flex;justify-content:flex-start}.cart-row__qty .qty{height:42px}.cart-row__line{color:var(--tmtw-red);font-weight:800;font-size:1.05rem}.cart-continue{display:inline-block;margin-top:22px;color:var(--tmtw-red);font-weight:700;font-size:.85rem}.cart-continue:hover{opacity:.65}.cart-summary{background:var(--tmtw-pink-soft);border-radius:18px;padding:26px 24px}.cart-summary__title{font-family:var(--font-serif);color:var(--tmtw-red);font-weight:800;font-size:1.2rem;margin:0 0 18px;text-transform:uppercase;letter-spacing:.03em}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:9px 0;font-size:.92rem;color:var(--tmtw-ink)}.cart-summary__muted{color:var(--tmtw-grey);font-size:.82rem}.cart-summary__row--save{color:#2faf63;font-weight:700}.cart-summary__total{display:flex;justify-content:space-between;align-items:baseline;margin:14px 0 18px;padding-top:16px;border-top:2px solid var(--tmtw-pink-card);font-weight:800;font-size:1.05rem;color:var(--tmtw-red)}.cart-summary__total span:last-child{font-size:1.5rem}.cart-note{width:100%;border:1.5px solid var(--tmtw-pink-card);border-radius:12px;padding:10px 12px;font-family:inherit;font-size:.85rem;resize:vertical;margin-bottom:14px;background:#fff;color:var(--tmtw-ink)}.cart-summary__checkout{width:100%;padding:14px 0;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:1.05rem}.cart-summary__checkout svg{width:19px;height:19px}.cart-perks{margin-top:16px;display:flex;flex-direction:column;gap:6px;color:var(--tmtw-red);font-size:.8rem;font-weight:600}.cart-empty{text-align:center;padding:30px 0 60px}.cart-empty__icon{width:86px;height:86px;margin:0 auto 20px;display:grid;place-items:center;border-radius:50%;background:var(--tmtw-pink-pale);color:var(--tmtw-red)}.cart-empty__icon svg{width:40px;height:40px}.cart-empty__title{font-family:var(--font-serif);color:var(--tmtw-red);font-weight:800;font-size:1.4rem;margin:0 0 8px}.cart-empty__text{color:var(--tmtw-grey);max-width:360px;margin:0 auto 24px}.cart-empty__btn{display:inline-block;padding:13px 34px}@media(min-width:760px){.cart-layout{grid-template-columns:1fr 340px;gap:44px}.cart-head{display:grid;grid-template-columns:92px 1fr 140px 110px;gap:16px;align-items:center}.cart-row{grid-template-columns:92px 1fr 140px 110px}.cart-row__qty{justify-content:center}.cart-row__line{text-align:right}.cart-summary{position:sticky;top:calc(var(--header-h) + 16px)}}.search-form{position:relative;display:flex;align-items:center;gap:10px;max-width:620px;margin:0 auto;background:#fff;border:1.5px solid var(--tmtw-pink-card);border-radius:999px;padding:6px 6px 6px 18px;box-shadow:0 10px 30px -18px #e11b3c66;transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}.search-form:focus-within{border-color:var(--tmtw-red);box-shadow:0 10px 30px -14px #e11b3c8c}.search-form__icon{display:inline-flex;color:var(--tmtw-red)}.search-form__icon svg{width:20px;height:20px}.search-form input{flex:1;border:none;outline:none;background:transparent;font-family:inherit;font-size:1rem;color:var(--tmtw-ink);padding:10px 4px;min-width:0}.search-form__btn{padding:0 28px;height:44px;flex:none}.search-suggest{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin:22px auto 0}.search-suggest__label{color:var(--tmtw-grey);font-size:.85rem;font-weight:600}.search-suggest__chip{border:1.5px solid var(--tmtw-pink-card);color:var(--tmtw-red);border-radius:999px;padding:7px 16px;font-size:.82rem;font-weight:600;transition:all .2s var(--ease)}.search-suggest__chip:hover{background:var(--tmtw-red);color:#fff;border-color:var(--tmtw-red)}.search-count{text-align:center;color:var(--tmtw-grey);font-size:.9rem;margin:30px 0 24px}.search-empty{text-align:center;padding:40px 0 60px}.search-empty__icon{width:80px;height:80px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:var(--tmtw-pink-pale);color:var(--tmtw-red)}.search-empty__icon svg{width:34px;height:34px}.search-empty__title{font-family:var(--font-serif);color:var(--tmtw-red);font-weight:800;font-size:1.3rem;margin:0 0 6px}.search-empty__text{color:var(--tmtw-grey);margin:0 auto 22px}.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.js .reveal.in{opacity:1;transform:none}@media(min-width:760px){.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.2fr 1fr 1.2fr 1fr;padding:50px 0}.footer-grid .col-logo{grid-column:auto}.cat-tiles{grid-template-columns:repeat(3,1fr);gap:16px}.cat-tiles .cat-tile{aspect-ratio:4/3}.journey__layout{grid-template-columns:1fr 1fr;align-items:stretch}.journey__img,.journey__img img{height:100%}.pdp__layout{grid-template-columns:minmax(320px,1.05fr) 1fr;align-items:start;gap:36px}.pdp__gallery--thumbs{grid-template-columns:84px 1fr;grid-auto-flow:column;gap:14px;align-items:start}.pdp__gallery--thumbs .pdp__main{order:2}.pdp__gallery--thumbs .pdp__thumbs{order:1;flex-direction:column;flex-wrap:nowrap}.pdp__gallery--thumbs .pdp__thumbs button{width:100%;flex:none}}@media(min-width:1000px){.nav__menu{display:flex}.nav__burger,.promo-bar{display:none}.product-grid{gap:30px}.cat-tiles{grid-template-columns:repeat(3,1fr)}.cat-tiles--page{grid-template-columns:repeat(6,1fr)}.cat-tiles--page .cat-tile{grid-column:span 2;aspect-ratio:16/10}.cat-tiles--page .cat-tile:nth-child(4){grid-column:2 / 4}.cat-tiles--page .cat-tile:nth-child(5){grid-column:4 / 6}.pdp__main{aspect-ratio:1/1.15}.hero__copy{top:12%}}
/*# sourceMappingURL=/cdn/shop/t/66/assets/theme.css.map */
