@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,400&display=swap";:root{--yellow: #F5C842;--yellow-dark: #E0B030;--yellow-light: #FDF3C0;--charcoal: #1E1E1E;--charcoal-mid: #3D3D3D;--grey: #6B6B6B;--grey-light: #F4F4F2;--white: #FFFFFF;--cream: #FFFDF5;--red-badge: #E8442A;--green-badge: #2E9E5B;--font-display: "Fredoka", sans-serif;--font-body: "DM Sans", sans-serif;--radius: 16px;--radius-sm: 8px;--shadow: 0 4px 24px rgba(0,0,0,.08);--shadow-hover: 0 8px 40px rgba(0,0,0,.14)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--cream);color:var(--charcoal);overflow-x:hidden}.sn-nav{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:2px solid var(--yellow);padding:0 5vw;height:72px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 12px #0000000f}.sn-nav__brand{display:flex;align-items:center;gap:12px;text-decoration:none}.sn-nav__logo{width:44px;height:44px;flex-shrink:0}.sn-nav__name{font-family:var(--font-display);font-size:1.6rem;font-weight:700;color:var(--charcoal);letter-spacing:-.01em;line-height:1}.sn-nav__name span{color:var(--yellow-dark)}.sn-nav__links{display:flex;align-items:center;gap:32px;list-style:none}.sn-nav__links a{font-family:var(--font-body);font-size:.95rem;font-weight:500;color:var(--charcoal-mid);text-decoration:none;transition:color .2s}.sn-nav__links a:hover{color:var(--yellow-dark)}.sn-nav__cart{display:flex;align-items:center;gap:8px;background:var(--yellow);color:var(--charcoal);font-family:var(--font-display);font-weight:600;font-size:.95rem;padding:8px 20px;border-radius:40px;text-decoration:none;transition:background .2s,transform .15s;border:none;cursor:pointer}.sn-nav__cart:hover{background:var(--yellow-dark);transform:translateY(-1px)}@media(max-width:768px){.sn-nav__links{display:none}.sn-nav__name{font-size:1.3rem}}.sn-hero{background:var(--charcoal);color:var(--white);min-height:88vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:0 6vw;gap:4vw;position:relative;overflow:hidden}.sn-hero:before{content:"";position:absolute;top:-120px;right:-120px;width:600px;height:600px;background:radial-gradient(circle,rgba(245,200,66,.18) 0%,transparent 70%);pointer-events:none}.sn-hero__tag{display:inline-flex;align-items:center;gap:6px;background:var(--yellow);color:var(--charcoal);font-family:var(--font-display);font-weight:600;font-size:.85rem;padding:6px 14px;border-radius:40px;margin-bottom:20px;letter-spacing:.03em;text-transform:uppercase}.sn-hero__headline{font-family:var(--font-display);font-size:clamp(2.4rem,4.5vw,4rem);font-weight:700;line-height:1.1;margin-bottom:20px;letter-spacing:-.02em}.sn-hero__headline em{color:var(--yellow);font-style:normal}.sn-hero__sub{font-size:1.1rem;color:#ffffffb8;line-height:1.65;max-width:480px;margin-bottom:36px;font-weight:300}.sn-hero__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.sn-btn--primary{background:var(--yellow);color:var(--charcoal);font-family:var(--font-display);font-weight:700;font-size:1.05rem;padding:14px 32px;border-radius:40px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 20px #f5c84266}.sn-btn--primary:hover{background:var(--yellow-dark);transform:translateY(-2px);box-shadow:0 8px 28px #f5c84280}.sn-btn--ghost{background:transparent;color:#fffc;font-family:var(--font-body);font-weight:500;font-size:.95rem;padding:14px 24px;border-radius:40px;text-decoration:none;border:1.5px solid rgba(255,255,255,.25);transition:border-color .2s,color .2s}.sn-btn--ghost:hover{border-color:var(--yellow);color:var(--yellow)}.sn-hero__social{margin-top:48px;display:flex;align-items:center;gap:16px}.sn-hero__stars{display:flex;gap:2px;color:var(--yellow);font-size:1rem}.sn-hero__social-text{font-size:.88rem;color:#fff9}.sn-hero__social-text strong{color:var(--white);font-weight:500}.sn-hero__image{position:relative;display:flex;justify-content:center;align-items:center}.sn-hero__img-wrap{width:100%;max-width:520px;aspect-ratio:4/5;border-radius:32px;overflow:hidden;border:3px solid rgba(245,200,66,.3);background:var(--charcoal-mid)}.sn-hero__img-wrap img{width:100%;height:100%;object-fit:cover}.sn-hero__badge{position:absolute;bottom:28px;left:-24px;background:var(--white);color:var(--charcoal);border-radius:var(--radius);padding:12px 18px;box-shadow:var(--shadow-hover);display:flex;align-items:center;gap:10px}.sn-hero__badge-icon{font-size:1.6rem}.sn-hero__badge-text{font-size:.78rem;font-weight:500;color:var(--grey);line-height:1.3}.sn-hero__badge-text strong{display:block;font-size:1rem;font-family:var(--font-display);color:var(--charcoal);font-weight:700}@media(max-width:900px){.sn-hero{grid-template-columns:1fr;text-align:center;padding:60px 5vw;min-height:auto}.sn-hero__sub{margin:0 auto 36px}.sn-hero__actions,.sn-hero__social{justify-content:center}.sn-hero__image{order:-1}.sn-hero__badge{left:8px}.sn-hero__img-wrap{max-width:380px}}.sn-trust{background:var(--yellow);padding:20px 6vw;display:flex;align-items:center;justify-content:center;gap:clamp(24px,5vw,64px);flex-wrap:wrap}.sn-trust__item{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:600;font-size:.95rem;color:var(--charcoal)}.sn-trust__item span:first-child{font-size:1.3rem}.sn-section-header{text-align:center;padding:80px 6vw 20px}.sn-section-header__eyebrow{font-family:var(--font-display);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--yellow-dark);margin-bottom:12px}.sn-section-header__title{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;color:var(--charcoal);letter-spacing:-.02em;line-height:1.15}.sn-section-header__sub{margin-top:12px;font-size:1rem;color:var(--grey);max-width:480px;margin-left:auto;margin-right:auto;line-height:1.6}.sn-product-slice{display:grid;grid-template-columns:1fr 1fr;min-height:540px;border-bottom:1px solid rgba(0,0,0,.06)}.sn-product-slice--reverse{direction:rtl}.sn-product-slice--reverse>*{direction:ltr}.sn-product-slice__img{position:relative;overflow:hidden;background:var(--grey-light)}.sn-product-slice__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.sn-product-slice:hover .sn-product-slice__img img{transform:scale(1.03)}.sn-product-slice__badges{position:absolute;top:20px;left:20px;display:flex;flex-direction:column;gap:8px}.sn-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:40px;font-family:var(--font-display);font-size:.78rem;font-weight:600;letter-spacing:.02em}.sn-badge--hot{background:var(--red-badge);color:#fff}.sn-badge--stock{background:#ffffffeb;color:var(--charcoal);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sn-badge--stock:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--red-badge);display:inline-block}.sn-product-slice__info{padding:clamp(40px,5vw,72px);display:flex;flex-direction:column;justify-content:center;background:var(--cream)}.sn-product-slice--alt .sn-product-slice__info{background:var(--white)}.sn-product-slice__number{font-family:var(--font-display);font-size:4rem;font-weight:700;color:#0000000d;line-height:1;margin-bottom:-12px;-webkit-user-select:none;user-select:none}.sn-product-slice__name{font-family:var(--font-display);font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:700;color:var(--charcoal);margin-bottom:12px;letter-spacing:-.01em;line-height:1.15}.sn-product-slice__desc{font-size:.98rem;color:var(--grey);line-height:1.7;margin-bottom:24px;max-width:420px}.sn-product-slice__sizing{background:var(--yellow-light);border:1.5px solid rgba(245,200,66,.5);border-radius:var(--radius-sm);padding:14px 18px;margin-bottom:24px}.sn-product-slice__sizing-title{font-family:var(--font-display);font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--charcoal-mid);margin-bottom:8px;display:flex;align-items:center;gap:6px}.sn-product-slice__sizing-grid{display:flex;flex-wrap:wrap;gap:6px}.sn-size-chip{background:var(--white);border:1px solid rgba(245,200,66,.6);border-radius:6px;padding:4px 10px;font-size:.8rem;font-weight:500;color:var(--charcoal-mid);white-space:nowrap}.sn-product-slice__price-row{display:flex;align-items:center;gap:16px;margin-bottom:24px}.sn-product-slice__price{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--charcoal)}.sn-product-slice__sold{font-size:.85rem;color:var(--green-badge);font-weight:500;display:flex;align-items:center;gap:4px}.sn-product-slice__sold:before{content:"\2191";font-size:.75rem}.sn-btn--product{background:var(--charcoal);color:var(--white);font-family:var(--font-display);font-weight:600;font-size:1rem;padding:14px 28px;border-radius:40px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;align-self:flex-start;border:2px solid var(--charcoal);transition:background .2s,color .2s,transform .15s}.sn-btn--product:hover{background:var(--yellow);color:var(--charcoal);border-color:var(--yellow);transform:translateY(-2px)}.sn-btn--product svg{width:16px;height:16px;transition:transform .2s}.sn-btn--product:hover svg{transform:translate(4px)}@media(max-width:768px){.sn-product-slice{grid-template-columns:1fr;min-height:auto}.sn-product-slice--reverse{direction:ltr}.sn-product-slice__img{min-height:320px}.sn-product-slice__info{padding:36px 24px}.sn-product-slice__number{font-size:2.5rem}}.sn-reviews{background:var(--charcoal);padding:80px 6vw}.sn-reviews__header{text-align:center;margin-bottom:48px}.sn-reviews__eyebrow{font-family:var(--font-display);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--yellow);margin-bottom:12px}.sn-reviews__title{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;color:var(--white);letter-spacing:-.02em}.sn-reviews__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;max-width:1100px;margin:0 auto}.sn-review-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:28px;transition:background .2s}.sn-review-card:hover{background:#ffffff17}.sn-review-card__stars{color:var(--yellow);font-size:.95rem;margin-bottom:14px}.sn-review-card__text{font-size:.95rem;color:#ffffffc7;line-height:1.65;margin-bottom:20px;font-style:italic}.sn-review-card__author{display:flex;align-items:center;gap:10px}.sn-review-card__avatar{width:38px;height:38px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:.9rem;color:var(--charcoal);flex-shrink:0}.sn-review-card__name{font-weight:600;font-size:.88rem;color:var(--white)}.sn-review-card__product{font-size:.78rem;color:#ffffff73;margin-top:2px}.sn-footer{background:var(--charcoal);border-top:1px solid rgba(255,255,255,.08);padding:40px 6vw;display:flex;align-items:center;justify-content:space-between;flex-wrap:gap;gap:20px}.sn-footer__brand{display:flex;align-items:center;gap:10px;text-decoration:none}.sn-footer__brand-name{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--white)}.sn-footer__brand-name span{color:var(--yellow)}.sn-footer__links{display:flex;gap:24px;list-style:none;flex-wrap:wrap}.sn-footer__links a{font-size:.88rem;color:#ffffff80;text-decoration:none;transition:color .2s}.sn-footer__links a:hover{color:var(--yellow)}.sn-footer__copy{font-size:.82rem;color:#ffffff4d}@media(max-width:640px){.sn-footer{flex-direction:column;text-align:center}.sn-footer__links{justify-content:center}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.sn-hero__content>*{animation:fadeUp .6s ease both}.sn-hero__content>*:nth-child(1){animation-delay:.05s}.sn-hero__content>*:nth-child(2){animation-delay:.15s}.sn-hero__content>*:nth-child(3){animation-delay:.25s}.sn-hero__content>*:nth-child(4){animation-delay:.35s}.sn-hero__content>*:nth-child(5){animation-delay:.45s}.sn-all-products-bar{text-align:center;padding:48px 6vw 60px;background:var(--grey-light)}.sn-all-products-bar p{font-size:.95rem;color:var(--grey);margin-bottom:16px}.sn-btn--outline{background:transparent;color:var(--charcoal);font-family:var(--font-display);font-weight:600;font-size:1rem;padding:13px 32px;border-radius:40px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;border:2px solid var(--charcoal);transition:background .2s,color .2s}.sn-btn--outline:hover{background:var(--charcoal);color:var(--white)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/snoutfits.css.map */
