@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700;800;900&display=swap";:root{--bg: #FFFFFF;--fg: #111111;--muted: #6E6E73;--border: rgba(0,0,0,.08);--bg-alt: #F5F5F7;--accent: #FF2D55;--accent-hover: #E01A42;--urgency: #FFC800;--urgency-text: #1A1200;--dark: #000000;--success: #34C759;--error: #C75B5B;--radius: .8rem;--shadow-sm: 0 1px 3px rgba(0,0,0,.05);--shadow-md: 0 4px 20px rgba(0,0,0,.08);--shadow-lg: 0 10px 40px rgba(0,0,0,.1);--max-width: 1280px;--section-gap: clamp(3rem, 6vw, 5rem);--font-heading: "Poppins", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:var(--font-body);font-weight:400;line-height:1.6;color:var(--fg);background:var(--bg)}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.15;margin:0;letter-spacing:-.03em}p{margin:0}ul,ol{margin:0;padding:0;list-style:none}input,textarea,select{font-family:inherit;font-size:inherit}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.stitch-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1.4rem 3.2rem;border-radius:var(--radius);font-family:var(--font-heading);font-weight:700;font-size:1.5rem;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease;text-align:center}.stitch-btn--primary{background:var(--accent);color:#fff;box-shadow:0 4px 14px #ff2d554d}.stitch-btn--primary:hover{transform:translateY(-2px);background:var(--accent-hover)}.stitch-btn--secondary{background:transparent;color:var(--fg);border:2px solid var(--fg)}.stitch-btn--secondary:hover{background:var(--fg);color:#fff}.stitch-btn--ghost{text-decoration:underline;text-underline-offset:4px;padding:.6rem 0;font-size:1.3rem;font-weight:600}.stitch-btn--ghost:hover{text-decoration:none}.stitch-label{font-family:var(--font-body);font-weight:600;text-transform:uppercase;letter-spacing:.12em;font-size:1.1rem;color:var(--muted)}.stitch-badge{display:inline-flex;align-items:center;padding:.4rem .8rem;border-radius:var(--radius);font-family:var(--font-heading);font-weight:700;font-size:1.1rem;text-transform:uppercase;letter-spacing:.04em}.stitch-badge--sale{background:var(--accent);color:#fff}.stitch-badge--bestseller{background:var(--urgency);color:var(--urgency-text)}.stitch-badge--new{background:var(--dark);color:#fff}.stitch-badge--soldout{background:#ccc;color:var(--fg)}.stitch-header{position:sticky;top:0;z-index:1000;background:var(--bg);border-bottom:1px solid var(--border)}.stitch-header__inner{display:flex;align-items:center;justify-content:space-between;height:70px}.stitch-header__logo img{height:52px;width:auto;display:block}.stitch-logo-text{font-family:var(--font-heading);font-weight:800;font-size:1.8rem;letter-spacing:-.03em}.stitch-header__nav{display:none;align-items:center;gap:2.8rem}.stitch-header__link{font-family:var(--font-body);font-weight:600;font-size:1.3rem;position:relative;padding:.4rem 0;transition:color .15s}.stitch-header__link:hover{color:var(--accent)}.stitch-header__link--active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:6px;height:6px;background:var(--accent);border-radius:50%}.stitch-header__actions{display:flex;align-items:center;gap:1.2rem}.stitch-header__icon{display:inline-flex;color:var(--fg);transition:color .15s;position:relative}.stitch-header__icon:hover{color:var(--accent)}.stitch-cart-badge{position:absolute;top:-6px;right:-6px;background:var(--accent);color:#fff;font-family:var(--font-heading);font-weight:700;font-size:.9rem;width:1.6rem;height:1.6rem;border-radius:50%;display:grid;place-items:center}.stitch-header__burger{display:flex;flex-direction:column;gap:5px;width:24px;padding:4px 0}.stitch-header__burger span{display:block;height:2px;background:var(--fg);border-radius:2px;transition:transform .25s ease,opacity .25s ease}.stitch-header__burger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.stitch-header__burger[aria-expanded=true] span:nth-child(2){opacity:0}.stitch-header__burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.stitch-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;visibility:hidden}.stitch-drawer[open],.stitch-drawer.is-open{pointer-events:auto;visibility:visible}.stitch-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;transition:opacity .3s ease}.stitch-drawer.is-open .stitch-drawer__overlay{opacity:1}.stitch-drawer__panel{position:absolute;top:0;right:0;width:min(32rem,85vw);height:100%;background:var(--bg);padding:2rem;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.stitch-drawer.is-open .stitch-drawer__panel{transform:translate(0)}.stitch-drawer__close{align-self:flex-end;margin-bottom:2rem;width:44px;height:44px;display:grid;place-items:center}.stitch-drawer__nav{display:flex;flex-direction:column;gap:1.6rem}.stitch-drawer__link{font-family:var(--font-heading);font-weight:700;font-size:2.4rem;line-height:1.2;transition:color .15s}.stitch-drawer__link:hover{color:var(--accent)}@media(min-width:990px){.stitch-header__nav{display:flex}.stitch-header__burger,.stitch-drawer{display:none}}.stitch-hero{padding:var(--section-gap) 0;background:linear-gradient(180deg,#fff,#fafbfc 60%,#f5f6f8)}.stitch-hero__inner{display:grid;gap:3rem;align-items:center}.stitch-hero__badge{display:inline-block;font-family:var(--font-body);font-weight:600;font-size:1.1rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:1.2rem}.stitch-hero__heading{font-family:var(--font-heading);font-weight:900;font-size:clamp(2.8rem,5vw,5.2rem);line-height:1.05;margin-bottom:1.6rem;max-width:18ch}.stitch-hero__subheading{font-family:var(--font-body);font-weight:400;font-size:clamp(1.4rem,1.8vw,1.7rem);color:var(--muted);max-width:50ch;margin-bottom:2.4rem}.stitch-hero__stat{display:flex;align-items:baseline;gap:.8rem;margin-bottom:2.4rem}.stitch-hero__stat-value{font-family:var(--font-heading);font-weight:900;font-size:2rem}.stitch-hero__stat-label{font-family:var(--font-body);font-size:1.3rem;color:var(--muted)}.stitch-hero__ctas{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:center}.stitch-hero__media{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--bg-alt)}.stitch-hero__img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block}.stitch-hero__img--placeholder{background:var(--bg-alt)}.stitch-hero__video-wrap{position:relative;width:100%;aspect-ratio:3/4;background:var(--bg-alt);overflow:hidden}.stitch-hero__video{width:100%;height:100%;object-fit:cover;display:block;border:none}.stitch-hero__urgency{position:absolute;bottom:1.2rem;left:1.2rem;background:var(--urgency);color:var(--urgency-text);font-family:var(--font-heading);font-weight:800;font-size:1.1rem;padding:.6rem 1.2rem;border-radius:var(--radius);text-transform:uppercase;letter-spacing:.04em}@media(min-width:990px){.stitch-hero__inner{grid-template-columns:55fr 45fr;gap:4rem}}@media(max-width:989px){.stitch-hero__inner{grid-template-columns:1fr}.stitch-hero__media{order:-1}}.stitch-card{position:relative;display:flex;flex-direction:column;background:var(--bg);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.stitch-card:hover{box-shadow:var(--shadow-md);border-color:#0000001f}.stitch-card__media{position:relative;aspect-ratio:3/4;background:var(--bg-alt);overflow:hidden}.stitch-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.stitch-card:hover .stitch-card__media img{transform:scale(1.04)}.stitch-card__badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.4rem;z-index:2}.stitch-card__quick{position:absolute;bottom:1rem;left:1rem;right:1rem;opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease;z-index:2}.stitch-card:hover .stitch-card__quick{opacity:1;transform:translateY(0)}.stitch-card__quick-btn{width:100%;padding:1rem;background:#fff;color:var(--fg);font-family:var(--font-heading);font-weight:700;font-size:1.3rem;border-radius:var(--radius);box-shadow:var(--shadow-md);text-align:center}.stitch-card__info{padding:1.4rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.stitch-card__title{font-family:var(--font-heading);font-weight:600;font-size:1.4rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.stitch-card__price-row{display:flex;align-items:baseline;gap:.8rem;margin-top:auto;padding-top:.6rem}.stitch-card__price{font-family:var(--font-heading);font-weight:700;font-size:1.4rem}.stitch-card__compare{font-family:var(--font-body);font-weight:400;font-size:1.3rem;color:var(--muted);text-decoration:line-through}@media(max-width:749px){.stitch-card__quick{opacity:1;transform:none;position:static;margin-top:.8rem}.stitch-card__quick-btn{box-shadow:var(--shadow-sm)}}.stitch-collection{padding:var(--section-gap) 0;background:linear-gradient(180deg,#fff,#fafbfc)}.stitch-collection__header{display:flex;align-items:baseline;justify-content:space-between;gap:2rem;margin-bottom:2.4rem;flex-wrap:wrap}.stitch-collection__heading{font-family:var(--font-heading);font-weight:800;font-size:clamp(2rem,3vw,2.8rem)}.stitch-collection__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}@media(min-width:750px){.stitch-collection__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:990px){.stitch-collection__grid{grid-template-columns:repeat(4,1fr);gap:2.4rem}}.stitch-pdp{padding:var(--section-gap) 0}.stitch-pdp__inner{display:grid;gap:4rem;align-items:start}.stitch-pdp__media{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--bg-alt)}.stitch-pdp__media img{width:100%;aspect-ratio:1/1;object-fit:cover}.stitch-pdp__title{font-family:var(--font-heading);font-weight:800;font-size:clamp(2rem,3vw,3rem);margin-bottom:1rem}.stitch-pdp__vendor{font-family:var(--font-body);font-weight:600;font-size:1.1rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:1.2rem}.stitch-pdp__price{font-family:var(--font-heading);font-weight:900;font-size:2.4rem;margin-bottom:.6rem}.stitch-pdp__compare{font-family:var(--font-body);font-size:1.5rem;color:var(--muted);text-decoration:line-through;margin-bottom:2rem}.stitch-pdp__description{font-family:var(--font-body);font-size:1.4rem;color:var(--muted);max-width:60ch;margin-bottom:2.4rem}.stitch-pdp__description p+p{margin-top:1em}.stitch-pdp__form{display:flex;flex-direction:column;gap:1.6rem}.stitch-pdp__quantity{display:flex;align-items:center;gap:1rem}.stitch-pdp__quantity label{font-family:var(--font-body);font-weight:600;font-size:1.2rem;text-transform:uppercase;letter-spacing:.08em}.stitch-pdp__qty-input{width:6rem;padding:.8rem;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-heading);font-weight:700;font-size:1.4rem;text-align:center}.stitch-pdp__qty-input:focus{outline:2px solid var(--accent);border-color:transparent}.stitch-pdp__atc{width:100%}.stitch-pdp__meta{display:flex;flex-direction:column;gap:.4rem;margin-top:1rem;font-size:1.2rem;color:var(--muted)}@media(min-width:990px){.stitch-pdp__inner{grid-template-columns:1fr 1fr;gap:6rem}}.stitch-footer{background:var(--dark);color:#fff;padding:var(--section-gap) 0 2rem}.stitch-footer__inner{display:grid;gap:3rem}.stitch-footer__brand{font-family:var(--font-heading);font-weight:800;font-size:2rem;letter-spacing:-.03em;margin-bottom:.8rem}.stitch-footer__tagline{font-family:var(--font-body);font-size:1.3rem;color:#ffffffa6;max-width:40ch}.stitch-footer__col-title{font-family:var(--font-heading);font-weight:700;font-size:1.3rem;margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:.08em}.stitch-footer__links{display:flex;flex-direction:column;gap:.8rem}.stitch-footer__links a{font-family:var(--font-body);font-size:1.3rem;color:#ffffffa6;transition:color .15s}.stitch-footer__links a:hover{color:#fff}.stitch-footer__bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:1.2rem;color:#ffffff80}@media(min-width:750px){.stitch-footer__inner{grid-template-columns:2fr 1fr 1fr 1fr}}.stitch-announcement{background:var(--dark);color:#fff;text-align:center;padding:1rem;font-family:var(--font-body);font-weight:600;font-size:1.2rem;letter-spacing:.02em}.stitch-announcement a{text-decoration:underline;text-underline-offset:3px}.stitch-trust{padding:2rem 0;background:linear-gradient(90deg,#fff,#fafbfc,#fff);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stitch-trust__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}.stitch-trust__item{display:flex;flex-direction:column;align-items:center;gap:.6rem}.stitch-trust__icon{width:32px;height:32px;color:var(--fg)}.stitch-trust__title{font-family:var(--font-heading);font-weight:700;font-size:1.2rem}.stitch-trust__desc{font-size:1.1rem;color:var(--muted)}@media(min-width:750px){.stitch-trust__grid{grid-template-columns:repeat(4,1fr)}}.stitch-section{padding:var(--section-gap) 0}.stitch-section__heading{font-family:var(--font-heading);font-weight:800;font-size:clamp(2rem,3vw,2.8rem);margin-bottom:1.2rem;text-align:center}.stitch-section__text{font-family:var(--font-body);font-size:1.4rem;color:var(--muted);max-width:60ch;margin:0 auto;text-align:center}.stitch-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;pointer-events:none;visibility:hidden}.stitch-cart-drawer.is-open{pointer-events:auto;visibility:visible}.stitch-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;transition:opacity .3s ease}.stitch-cart-drawer.is-open .stitch-cart-drawer__overlay{opacity:1}.stitch-cart-drawer__panel{position:absolute;top:0;right:0;width:min(40rem,100vw);height:100%;background:var(--bg);padding:2rem;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto}.stitch-cart-drawer.is-open .stitch-cart-drawer__panel{transform:translate(0)}.stitch-cart-drawer__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.stitch-cart-drawer__title{font-family:var(--font-heading);font-weight:800;font-size:2rem}.stitch-cart-drawer__close{width:44px;height:44px;display:grid;place-items:center}.stitch-cart-item{display:flex;gap:1.2rem;padding:1.2rem 0;border-bottom:1px solid var(--border)}.stitch-cart-item__thumb{width:80px;height:80px;border-radius:var(--radius);object-fit:cover;flex-shrink:0}.stitch-cart-item__details{flex:1}.stitch-cart-item__name{font-family:var(--font-heading);font-weight:600;font-size:1.3rem;margin-bottom:.2rem}.stitch-cart-item__meta{font-size:1.1rem;color:var(--muted)}.stitch-cart-item__price{font-family:var(--font-heading);font-weight:700;font-size:1.3rem}.stitch-cart-drawer__footer{margin-top:auto;padding-top:2rem;border-top:1px solid var(--border)}.stitch-cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.6rem}.stitch-cart-drawer__subtotal-label{font-family:var(--font-body);font-weight:600;font-size:1.4rem}.stitch-cart-drawer__subtotal-value{font-family:var(--font-heading);font-weight:900;font-size:2rem}.stitch-input{width:100%;padding:1.2rem 1.4rem;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-body);font-size:1.4rem;background:var(--bg);transition:border-color .15s,box-shadow .15s}.stitch-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #ff2d5526}.stitch-input::placeholder{color:var(--muted)}.stitch-page{padding:var(--section-gap) 0;text-align:center}.stitch-page__heading{font-family:var(--font-heading);font-weight:900;font-size:clamp(3rem,6vw,6rem);margin-bottom:1rem}.stitch-page__text{font-size:1.5rem;color:var(--muted);margin-bottom:2.4rem}.stitch-text-center{text-align:center}.stitch-mt-1{margin-top:1rem}.stitch-mt-2{margin-top:2rem}.stitch-mb-1{margin-bottom:1rem}.stitch-mb-2{margin-bottom:2rem}.stitch-categories{padding:var(--section-gap) 0;background:linear-gradient(180deg,#f8f9fa,#fff 40%,#f8f9fa)}.stitch-categories__header{display:flex;align-items:baseline;justify-content:space-between;gap:2rem;margin-bottom:2.4rem;flex-wrap:wrap}.stitch-categories__heading{font-family:var(--font-heading);font-weight:800;font-size:clamp(2rem,3vw,2.8rem)}.stitch-categories__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}@media(min-width:750px){.stitch-categories__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.stitch-cat-card{position:relative;display:block;border-radius:var(--radius);overflow:hidden;aspect-ratio:3/4;background:var(--bg-alt)}.stitch-cat-card__media{position:relative;width:100%;height:100%}.stitch-cat-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.stitch-cat-card:hover .stitch-cat-card__media img{transform:scale(1.06)}.stitch-cat-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000bf,#00000059,#0000)}.stitch-cat-card__content{position:absolute;bottom:0;left:0;right:0;padding:1.4rem 1.4rem 1.2rem;color:#fff}@media(min-width:750px){.stitch-cat-card__content{padding:2.4rem 2.4rem 2rem}}.stitch-cat-card__title{font-family:var(--font-heading);font-weight:700;font-size:clamp(1.2rem,1.5vw,2rem);margin-bottom:.6rem;text-shadow:0 2px 12px rgba(0,0,0,.45)}.stitch-cat-card__cta{font-family:var(--font-body);font-weight:600;font-size:1.2rem;text-decoration:underline;text-underline-offset:4px;opacity:.85;transition:opacity .15s}.stitch-cat-card:hover .stitch-cat-card__cta{opacity:1}.stitch-bundles{padding:var(--section-gap) 0;background:linear-gradient(180deg,#f5f6f8,#fff,#f5f6f8)}.stitch-bundles__header{text-align:center;margin-bottom:3.2rem}.stitch-bundles__heading{font-family:var(--font-heading);font-weight:800;font-size:clamp(2rem,3vw,2.8rem);margin-bottom:.8rem}.stitch-bundles__subheading{font-family:var(--font-body);font-size:1.4rem;color:var(--muted);max-width:60ch;margin:0 auto}.stitch-bundles__grid{display:grid;gap:2rem}@media(min-width:750px){.stitch-bundles__grid{grid-template-columns:repeat(3,1fr)}}.stitch-bundle-card{background:var(--bg);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease}.stitch-bundle-card:hover{box-shadow:var(--shadow-md)}.stitch-bundle-card__media{position:relative;aspect-ratio:4/3;background:var(--bg-alt);overflow:hidden}.stitch-bundle-card__media img{width:100%;height:100%;object-fit:cover}.stitch-bundle-card__savings{position:absolute;top:1rem;left:1rem;background:var(--accent);color:#fff;font-family:var(--font-heading);font-weight:700;font-size:1.1rem;padding:.4rem .8rem;border-radius:var(--radius);text-transform:uppercase;letter-spacing:.04em}.stitch-bundle-card__content{padding:2rem;display:flex;flex-direction:column;flex:1}.stitch-bundle-card__title{font-family:var(--font-heading);font-weight:700;font-size:1.6rem;margin-bottom:.4rem}.stitch-bundle-card__desc{font-family:var(--font-body);font-size:1.3rem;color:var(--muted);margin-bottom:1.2rem}.stitch-bundle-card__prices{display:flex;align-items:baseline;gap:.8rem;margin-bottom:1.6rem;margin-top:auto}.stitch-bundle-card__price{font-family:var(--font-heading);font-weight:900;font-size:2rem;color:var(--accent)}.stitch-bundle-card__compare{font-family:var(--font-body);font-size:1.4rem;color:var(--muted);text-decoration:line-through}.stitch-bundle-card__btn{width:100%;padding:1.2rem 2rem;font-size:1.4rem}.stitch-flash{padding:var(--section-gap) 0;background:var(--dark);color:#fff}.stitch-flash__inner{display:grid;gap:2.4rem;align-items:center}@media(min-width:990px){.stitch-flash__inner{grid-template-columns:2fr 1fr}}.stitch-flash__badge{display:inline-block;background:var(--accent);color:#fff;font-family:var(--font-heading);font-weight:800;font-size:1.1rem;padding:.4rem 1rem;border-radius:var(--radius);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.2rem}.stitch-flash__heading{font-family:var(--font-heading);font-weight:900;font-size:clamp(2.2rem,4vw,4rem);line-height:1.1;margin-bottom:1rem}.stitch-flash__subheading{font-family:var(--font-body);font-size:1.4rem;color:#ffffffa6;max-width:50ch}.stitch-flash__countdown{margin-top:2rem}.stitch-flash__timer{display:flex;align-items:flex-start;gap:.6rem}.stitch-flash__timer-item{display:flex;flex-direction:column;align-items:center;min-width:5.6rem}.stitch-flash__timer-num{font-family:var(--font-heading);font-weight:900;font-size:2.8rem;background:#ffffff1a;border-radius:var(--radius);padding:.8rem 1.2rem;line-height:1;margin-bottom:.4rem}.stitch-flash__timer-label{font-family:var(--font-body);font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80}.stitch-flash__timer-sep{font-family:var(--font-heading);font-weight:900;font-size:2rem;line-height:1;padding-top:.6rem}.stitch-flash__cta{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media(min-width:990px){.stitch-flash__cta{align-items:flex-end;text-align:right}}.stitch-flash__code{font-family:var(--font-body);font-size:1.3rem;color:#fff9}.stitch-flash__code strong{color:var(--urgency);font-family:var(--font-heading);font-weight:800;letter-spacing:.06em}.stitch-reviews{padding:var(--section-gap) 0;background:linear-gradient(180deg,#fff,#fafbfc 60%,#f5f6f8)}.stitch-reviews__header{text-align:center;margin-bottom:3.2rem}.stitch-reviews__heading{font-family:var(--font-heading);font-weight:800;font-size:clamp(2rem,3vw,2.8rem);margin-bottom:.8rem}.stitch-reviews__subheading{font-family:var(--font-body);font-size:1.4rem;color:var(--muted)}.stitch-reviews__grid{display:grid;gap:2rem}@media(min-width:750px){.stitch-reviews__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.stitch-reviews__grid{grid-template-columns:repeat(3,1fr)}}.stitch-review-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:2.4rem;display:flex;flex-direction:column}.stitch-review-card__stars{display:flex;gap:.2rem;margin-bottom:1.2rem;color:var(--urgency)}.stitch-review-card__star--empty{color:#0000001f}.stitch-review-card__text{font-family:var(--font-body);font-size:1.4rem;line-height:1.6;flex:1;margin-bottom:1.6rem}.stitch-review-card__author{display:flex;align-items:center;gap:1rem}.stitch-review-card__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.stitch-review-card__avatar--placeholder{background:var(--bg-alt);display:grid;place-items:center;font-family:var(--font-heading);font-weight:800;font-size:1.4rem;color:var(--muted)}.stitch-review-card__name{display:block;font-family:var(--font-heading);font-weight:600;font-size:1.3rem}.stitch-review-card__detail{display:block;font-family:var(--font-body);font-size:1.1rem;color:var(--muted)}.stitch-newsletter{padding:var(--section-gap) 0;background:linear-gradient(90deg,#fff,#fafbfc,#fff);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stitch-newsletter__inner{display:grid;gap:2.4rem;align-items:center}@media(min-width:990px){.stitch-newsletter__inner{grid-template-columns:1fr 1fr;gap:4rem}}.stitch-newsletter__heading{font-family:var(--font-heading);font-weight:800;font-size:clamp(2rem,3vw,2.8rem);margin-bottom:.8rem}.stitch-newsletter__subheading{font-family:var(--font-body);font-size:1.4rem;color:var(--muted);max-width:45ch}.stitch-newsletter__field{display:flex;gap:.8rem;flex-wrap:wrap}.stitch-newsletter__input{flex:1;min-width:22rem}.stitch-newsletter__btn{white-space:nowrap}.stitch-newsletter__disclaimer{margin-top:1rem;font-family:var(--font-body);font-size:1.2rem;color:var(--muted)}.stitch-newsletter__success{display:flex;align-items:center;gap:.8rem;padding:1.2rem;background:#34c75914;border-radius:var(--radius);font-family:var(--font-body);font-weight:600;font-size:1.4rem;color:var(--success)}.stitch-newsletter__error{margin-top:.8rem;font-family:var(--font-body);font-size:1.3rem;color:var(--error)}.stitch-instagram{padding:var(--section-gap) 0;background:linear-gradient(180deg,#f5f6f8,#fff,#f5f6f8)}.stitch-instagram__header{text-align:center;margin-bottom:2.4rem}.stitch-instagram__heading{font-family:var(--font-heading);font-weight:800;font-size:clamp(2rem,3vw,2.8rem);margin-bottom:.6rem}.stitch-instagram__subheading{font-family:var(--font-body);font-size:1.4rem;color:var(--muted)}.stitch-instagram__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}@media(min-width:750px){.stitch-instagram__grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(min-width:990px){.stitch-instagram__grid{grid-template-columns:repeat(6,1fr);gap:1.2rem}}.stitch-instagram__item{position:relative;display:block;aspect-ratio:1/1;border-radius:var(--radius);overflow:hidden;background:var(--bg-alt)}.stitch-instagram__item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.stitch-instagram__item:hover img{transform:scale(1.06)}.stitch-instagram__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#00000059;opacity:0;transition:opacity .2s ease}.stitch-instagram__item:hover .stitch-instagram__overlay{opacity:1}.stitch-instagram__cta{text-align:center;margin-top:2.4rem}.stitch-collection__footer{text-align:center;margin-top:3.2rem}.stitch-collection__empty{text-align:center;padding:4rem 0;color:var(--muted);font-size:1.4rem}.stitch-collection__empty p+p{margin-top:.8rem}
/*# sourceMappingURL=/cdn/shop/t/67/assets/stitch-theme.css.map */
