.snuggshine-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;min-height:52px;font-family:var(--snuggshine-font-heading);font-size:1rem;font-weight:600;text-decoration:none;border:2px solid transparent;border-radius:var(--snuggshine-radius-pill);cursor:pointer;transition:transform var(--snuggshine-transition),box-shadow var(--snuggshine-transition),background-color var(--snuggshine-transition);white-space:nowrap}.snuggshine-btn:hover{transform:translateY(-2px);box-shadow:var(--snuggshine-shadow-medium)}.snuggshine-btn:active{transform:translateY(0)}.snuggshine-btn--primary{background-color:var(--snuggshine-primary);color:var(--snuggshine-white);border-color:var(--snuggshine-primary)}.snuggshine-btn--primary:hover{background-color:var(--snuggshine-primary-dark);border-color:var(--snuggshine-primary-dark);color:var(--snuggshine-white)}.snuggshine-btn--secondary{background-color:var(--snuggshine-surface);color:var(--snuggshine-primary);border-color:var(--snuggshine-border-strong)}.snuggshine-btn--coral{background-color:var(--snuggshine-accent-coral);color:var(--snuggshine-white);border-color:var(--snuggshine-accent-coral)}.snuggshine-btn--outline-white{background-color:transparent;color:var(--snuggshine-white);border-color:var(--snuggshine-white)}.snuggshine-btn--lg{padding:18px 40px;font-size:1.125rem;min-height:56px}.snuggshine-btn--full{width:100%}.snuggshine-card{background:var(--snuggshine-surface);border-radius:var(--snuggshine-radius-large);box-shadow:var(--snuggshine-shadow-soft);overflow:hidden;transition:transform var(--snuggshine-transition),box-shadow var(--snuggshine-transition)}.snuggshine-card:hover{transform:translateY(-4px);box-shadow:var(--snuggshine-shadow-lift)}.snuggshine-card__image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--snuggshine-radius-medium)}.snuggshine-card__body{padding:24px}.snuggshine-card--interactive{cursor:pointer}.snuggshine-card--interactive.is-expanded{transform:scale(1.02);box-shadow:var(--snuggshine-shadow-lift)}.snuggshine-benefit-card{background:var(--snuggshine-surface);border-radius:var(--snuggshine-radius-large);padding:clamp(24px,4vw,40px);text-align:center;box-shadow:var(--snuggshine-shadow-soft);transition:transform var(--snuggshine-transition),box-shadow var(--snuggshine-transition);cursor:default}.snuggshine-benefit-card__icon{font-size:2.5rem;margin-bottom:16px;display:block}.snuggshine-benefit-card__title{font-family:var(--snuggshine-font-heading);font-size:1.25rem;font-weight:700;margin-bottom:8px;color:var(--snuggshine-primary)}.snuggshine-benefit-card__text{font-size:.9375rem;color:var(--snuggshine-text-muted);line-height:1.5;max-height:none;overflow:visible;opacity:1;margin-top:8px;transition:max-height var(--snuggshine-transition),opacity var(--snuggshine-transition),margin var(--snuggshine-transition)}@media(hover:hover){.snuggshine-benefit-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:var(--snuggshine-shadow-lift)}}.snuggshine-benefit-card.is-expanded .snuggshine-benefit-card__text{max-height:none;opacity:1;margin-top:8px}.snuggshine-rating{display:inline-flex;align-items:center;gap:4px}.snuggshine-rating__stars{display:flex;gap:2px;color:var(--snuggshine-accent-yellow)}.snuggshine-rating__star{width:18px;height:18px}.snuggshine-rating__label{font-size:.875rem;color:var(--snuggshine-text-muted);margin-left:8px}.snuggshine-grid{display:grid;gap:var(--snuggshine-gap)}.snuggshine-grid--2,.snuggshine-grid--3,.snuggshine-grid--4{grid-template-columns:1fr}@media(min-width:750px){.snuggshine-grid--2{grid-template-columns:repeat(2,1fr)}.snuggshine-grid--3{grid-template-columns:repeat(3,1fr)}.snuggshine-grid--4{grid-template-columns:repeat(4,1fr)}}.snuggshine-split{display:grid;gap:var(--snuggshine-gap);align-items:center}@media(min-width:990px){.snuggshine-split{grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px)}.snuggshine-split--reverse .snuggshine-split__media{order:2}}.snuggshine-img-rounded{border-radius:var(--snuggshine-radius-large);overflow:hidden;box-shadow:var(--snuggshine-shadow-medium)}.snuggshine-img-rounded img{width:100%;height:100%;object-fit:cover;display:block}.snuggshine-comparison{width:100%;border-collapse:separate;border-spacing:0;border-radius:var(--snuggshine-radius-large);overflow:hidden;box-shadow:var(--snuggshine-shadow-soft)}.snuggshine-comparison th,.snuggshine-comparison td{padding:16px 20px;text-align:center;font-size:.9375rem}.snuggshine-comparison thead th{font-family:var(--snuggshine-font-heading);font-weight:700;background:var(--snuggshine-background-alt)}.snuggshine-comparison thead th:first-child{text-align:left}.snuggshine-comparison tbody td:first-child{text-align:left;font-weight:500}.snuggshine-comparison tbody tr:nth-child(2n){background:var(--snuggshine-background-alt)}.snuggshine-comparison__highlight{background:var(--snuggshine-primary)!important;color:var(--snuggshine-white);font-weight:700}.snuggshine-comparison__check{color:var(--snuggshine-accent-green);font-size:1.25rem}.snuggshine-comparison__cross{color:var(--snuggshine-text-muted);opacity:.5}.snuggshine-faq__item{border-bottom:1px solid var(--snuggshine-border)}.snuggshine-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;background:none;border:none;font-family:var(--snuggshine-font-heading);font-size:1.0625rem;font-weight:600;color:var(--snuggshine-text);text-align:left;cursor:pointer;min-height:56px}.snuggshine-faq__icon{flex-shrink:0;width:24px;height:24px;transition:transform var(--snuggshine-transition)}.snuggshine-faq__item.is-open .snuggshine-faq__icon{transform:rotate(180deg)}.snuggshine-lucide-icon{display:inline-block;vertical-align:middle;flex-shrink:0;color:currentColor}.snuggshine-benefit-card__icon--lucide,.snuggshine-card__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin:0 auto 12px;border-radius:var(--snuggshine-radius-medium);background:var(--snuggshine-background-alt);color:var(--snuggshine-primary)}.snuggshine-step__icon{display:flex;justify-content:center;margin-bottom:12px;color:var(--snuggshine-primary)}.snuggshine-hero__benefit{display:inline-flex;align-items:center;gap:8px}.snuggshine-hero__benefit-icon{color:var(--snuggshine-primary)}.snuggshine-benefit-strip__icon{display:inline-flex;color:var(--snuggshine-accent-yellow)}.snuggshine-trust__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--snuggshine-primary)}.snuggshine-product__feature{display:inline-flex;align-items:center;gap:6px}.snuggshine-product__feature-icon{color:var(--snuggshine-primary)}.snuggshine-product-benefits-inline__icon{display:inline-flex;color:var(--snuggshine-primary)}.snuggshine-comparison__check,.snuggshine-comparison__cross{display:inline-flex;vertical-align:middle}.snuggshine-comparison__check{color:var(--snuggshine-accent-green)}.snuggshine-comparison__cross{color:var(--snuggshine-text-muted)}.snuggshine-comparison__highlight .snuggshine-comparison__check,.snuggshine-comparison__highlight .snuggshine-comparison__cross{color:var(--snuggshine-white)}.snuggshine-comparison__highlight .snuggshine-comparison__cross{opacity:.9}.snuggshine-comparison__fallback{display:none;font-size:1.125rem;font-weight:700;line-height:1}@supports not (stroke: currentColor){.snuggshine-comparison__check .snuggshine-lucide-icon,.snuggshine-comparison__cross .snuggshine-lucide-icon{display:none}.snuggshine-comparison__fallback{display:inline}}.snuggshine-review-card__verified{display:inline-flex;align-items:center;gap:6px}.snuggshine-card__icon-wrap{padding:24px;margin-bottom:0}.snuggshine-faq__answer{max-height:0;overflow:hidden;transition:max-height var(--snuggshine-transition-slow),padding var(--snuggshine-transition)}.snuggshine-faq__item.is-open .snuggshine-faq__answer{max-height:500px;padding-bottom:20px}.snuggshine-faq__answer p{color:var(--snuggshine-text-muted);line-height:1.6;margin:0}.snuggshine-ba-slider{position:relative;border-radius:var(--snuggshine-radius-large);overflow:hidden;box-shadow:var(--snuggshine-shadow-medium);aspect-ratio:4/3;-webkit-user-select:none;user-select:none}.snuggshine-ba-slider__after{position:absolute;top:0;right:0;bottom:0;left:0}.snuggshine-ba-slider__after img{width:100%;height:100%;object-fit:cover}.snuggshine-ba-slider__before{position:absolute;top:0;right:0;bottom:0;left:0;clip-path:inset(0 50% 0 0)}.snuggshine-ba-slider__before img{width:100%;height:100%;object-fit:cover}.snuggshine-ba-slider__handle{position:absolute;top:0;bottom:0;left:50%;width:4px;background:var(--snuggshine-white);transform:translate(-50%);cursor:ew-resize;z-index:2}.snuggshine-ba-slider__handle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;background:var(--snuggshine-white);border-radius:50%;box-shadow:var(--snuggshine-shadow-medium);border:3px solid var(--snuggshine-primary)}.snuggshine-ba-slider__label{position:absolute;bottom:16px;padding:6px 14px;background:#ffffffe6;border-radius:var(--snuggshine-radius-pill);font-size:.75rem;font-weight:600;z-index:1}.snuggshine-ba-slider__label--before{left:16px}.snuggshine-ba-slider__label--after{right:16px}.snuggshine-color-play__canvas{position:relative;max-width:400px;margin-inline:auto}.snuggshine-color-play__palette{max-width:400px;margin-inline:auto}.snuggshine-color-play__blanket{width:100%;border-radius:var(--snuggshine-radius-large);--cp-bg: #fbf7f0;--cp-zone: #e8e4f0;--cp-stroke: #4b3f8c;--cp-label: #6b6580}.snuggshine-color-play__bg{fill:var(--cp-bg);stroke:var(--cp-stroke)}.snuggshine-color-play__zone{fill:var(--cp-zone);stroke:var(--cp-stroke);cursor:pointer;transition:fill var(--snuggshine-transition)}.snuggshine-color-play__label{fill:var(--cp-label)}.snuggshine-color-play__palette{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px}.snuggshine-color-play__swatch{width:48px;height:48px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:transform var(--snuggshine-transition),border-color var(--snuggshine-transition)}.snuggshine-color-play__swatch:hover,.snuggshine-color-play__swatch.is-active{transform:scale(1.15);border-color:var(--snuggshine-text)}.snuggshine-review-card{background:var(--snuggshine-surface);border-radius:var(--snuggshine-radius-large);padding:28px;box-shadow:var(--snuggshine-shadow-soft);height:100%}.snuggshine-review-card__headline{font-family:var(--snuggshine-font-heading);font-weight:600;font-size:1.0625rem;margin:12px 0 8px}.snuggshine-review-card__text{color:var(--snuggshine-text-muted);line-height:1.6;font-size:.9375rem;margin-bottom:16px}.snuggshine-review-card__author{font-weight:600;font-size:.875rem}.snuggshine-review-card__verified{font-size:.75rem;color:var(--snuggshine-accent-green)}.snuggshine-ugc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media(min-width:750px){.snuggshine-ugc-grid{grid-template-columns:repeat(4,1fr);gap:12px}}.snuggshine-ugc-item{position:relative;aspect-ratio:1;border-radius:var(--snuggshine-radius-medium);overflow:hidden}.snuggshine-ugc-item img{width:100%;height:100%;object-fit:cover;transition:transform var(--snuggshine-transition-slow)}.snuggshine-ugc-item:hover img{transform:scale(1.05)}.snuggshine-ugc-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 50%,#0009);display:flex;align-items:flex-end;padding:12px;opacity:0;transition:opacity var(--snuggshine-transition)}.snuggshine-ugc-item:hover .snuggshine-ugc-item__overlay{opacity:1}.snuggshine-ugc-item__username{color:var(--snuggshine-white);font-size:.8125rem;font-weight:600}.snuggshine-timeline{display:grid;gap:var(--snuggshine-gap)}@media(min-width:990px){.snuggshine-timeline{grid-template-columns:repeat(3,1fr);gap:32px}}.snuggshine-step{text-align:center;position:relative}.snuggshine-step__number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--snuggshine-primary);color:var(--snuggshine-white);border-radius:50%;font-family:var(--snuggshine-font-heading);font-weight:700;font-size:1rem;margin-bottom:16px}.snuggshine-step__title{font-family:var(--snuggshine-font-heading);font-size:1.25rem;font-weight:700;margin-bottom:8px}.snuggshine-step__arrow{display:none;position:absolute;right:-24px;top:24px;font-size:1.5rem;color:var(--snuggshine-accent-coral)}@media(min-width:990px){.snuggshine-step__arrow{display:block}.snuggshine-step:last-child .snuggshine-step__arrow{display:none}}.snuggshine-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(24px,4vw,48px)}.snuggshine-trust__item{display:flex;align-items:center;gap:10px;font-family:var(--snuggshine-font-heading);font-weight:600;font-size:.9375rem}.snuggshine-trust__icon{font-size:1.5rem}.snuggshine-cta-banner{position:relative;border-radius:var(--snuggshine-radius-large);overflow:hidden;min-height:400px;display:flex;align-items:center;justify-content:center}.snuggshine-cta-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0}.snuggshine-cta-banner__bg img{width:100%;height:100%;object-fit:cover}.snuggshine-cta-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#4b3f8cd9,#2d5a8ebf)}.snuggshine-cta-banner__content{position:relative;z-index:1;text-align:center;padding:48px 24px;max-width:640px}.snuggshine-hotspot{position:absolute;width:32px;height:32px;background:var(--snuggshine-primary);border:3px solid var(--snuggshine-white);border-radius:50%;cursor:pointer;animation:snuggshine-pulse 2s ease-in-out infinite;z-index:2}.snuggshine-hotspot__tooltip{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);background:var(--snuggshine-surface);padding:12px 16px;border-radius:var(--snuggshine-radius-small);border:1px solid var(--snuggshine-border);box-shadow:var(--snuggshine-shadow-medium);font-size:.875rem;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity var(--snuggshine-transition),visibility var(--snuggshine-transition)}.snuggshine-hotspot.is-active .snuggshine-hotspot__tooltip{opacity:1;visibility:visible}.snuggshine-carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px}.snuggshine-carousel::-webkit-scrollbar{display:none}.snuggshine-carousel__slide{flex:0 0 min(300px,80vw);scroll-snap-align:start}.snuggshine-product{display:grid;gap:var(--snuggshine-gap)}@media(min-width:990px){.snuggshine-product{grid-template-columns:1fr 1fr;gap:48px}}.snuggshine-product__gallery{border-radius:var(--snuggshine-radius-large);overflow:hidden}.snuggshine-product__features{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.snuggshine-product__feature{display:flex;align-items:center;gap:6px;font-size:.875rem;color:var(--snuggshine-text-muted)}.snuggshine-product__variants{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.snuggshine-product__variant{padding:10px 20px;border:2px solid var(--snuggshine-border-strong);border-radius:var(--snuggshine-radius-pill);background:none;font-family:var(--snuggshine-font-body);font-size:.875rem;cursor:pointer;transition:border-color var(--snuggshine-transition),background-color var(--snuggshine-transition)}.snuggshine-product__variant.is-active,.snuggshine-product__variant:hover{border-color:var(--snuggshine-primary);background:#4b3f8c14}.snuggshine-sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;padding:12px 16px;background:var(--snuggshine-surface);box-shadow:0 -4px 20px #0000001a;border-top:1px solid var(--snuggshine-border);z-index:100}@media(max-width:989px){.snuggshine-sticky-atc.is-visible{display:block}}main[data-template=product] .product-information{background-color:var(--snuggshine-background)}main[data-template=product] .product-details .group-block h1,main[data-template=product] .product-details .group-block .h1,main[data-template=product] .product-details .group-block .h2,main[data-template=product] .product-details .group-block .h3{font-family:var(--snuggshine-font-heading);font-weight:700;color:var(--snuggshine-primary);letter-spacing:-.02em}main[data-template=product] .product-information__media{border-radius:var(--snuggshine-radius-large);overflow:hidden}main[data-template=product] .product-information__media .media-gallery,main[data-template=product] .product-information__media img,main[data-template=product] .product-information__media video{border-radius:var(--snuggshine-radius-medium)}main[data-template=product] .snuggshine-product-tagline{font-family:var(--snuggshine-font-body);font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--snuggshine-primary);margin-bottom:8px}.snuggshine-product-benefits-inline{display:grid;grid-template-columns:1fr 1fr;gap:12px;list-style:none;margin:20px 0 0;padding:0}.snuggshine-product-benefits-inline__item{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;color:var(--snuggshine-text-muted);line-height:1.4}.snuggshine-product-benefits-inline__icon{flex-shrink:0;font-size:1.125rem}.snuggshine-product-rating-block{margin:8px 0 4px}.snuggshine-product-rating-block .snuggshine-rating__stars{color:var(--snuggshine-accent-yellow)}main[data-template=product] .product-details .button,main[data-template=product] .product-details .add-to-cart-button{border-radius:var(--snuggshine-radius-pill);font-family:var(--snuggshine-font-heading);font-weight:600;min-height:52px}main[data-template=product] .variant-picker__button,main[data-template=product] .variant-option__button{border-radius:var(--snuggshine-radius-pill)}.snuggshine-product-value-grid{grid-template-columns:1fr}@media(min-width:750px){.snuggshine-product-value-grid{grid-template-columns:repeat(3,1fr)}.snuggshine-product-value-grid .snuggshine-benefit-card:last-child:nth-child(odd){grid-column:span 1}}@media(min-width:990px){.snuggshine-product-value-grid{grid-template-columns:repeat(5,1fr)}}.snuggshine-video{position:relative;width:100%}.snuggshine-video__frame{position:relative;overflow:hidden;border-radius:var(--snuggshine-radius-large);box-shadow:var(--snuggshine-shadow-medium);background:var(--snuggshine-background-alt)}.snuggshine-video__frame--clickable{cursor:pointer}.snuggshine-video--portrait .snuggshine-video__frame{aspect-ratio:606 / 1080;max-height:min(78vh,720px)}.snuggshine-video--hero.snuggshine-video--portrait{max-width:min(100%,380px);margin-inline:auto}@media(min-width:990px){.snuggshine-video--hero.snuggshine-video--portrait{margin-inline:0;max-width:400px}}.snuggshine-video--feature.snuggshine-video--portrait{max-width:min(100%,420px);margin-inline:auto}.snuggshine-video--lifestyle.snuggshine-video--portrait{max-width:min(100%,400px);margin-inline:auto}@media(min-width:990px){.snuggshine-video--lifestyle.snuggshine-video--portrait{margin-inline:0}}.snuggshine-video__el,.snuggshine-video__poster{display:block;width:100%;height:100%;object-fit:contain;background:var(--snuggshine-background-alt)}.snuggshine-video__source--responsive.snuggshine-video__source--mobile{display:none}@media(max-width:749px){.snuggshine-video__source--responsive.snuggshine-video__source--desktop{display:none}.snuggshine-video__source--responsive.snuggshine-video__source--mobile{display:block}}.snuggshine-video__play-hint{position:absolute;bottom:16px;right:16px;width:44px;height:44px;border-radius:50%;background:#ffffffeb;color:var(--snuggshine-primary);display:flex;align-items:center;justify-content:center;box-shadow:var(--snuggshine-shadow-soft);pointer-events:none}.snuggshine-hero-section--studio{--studio-sky: #4ec4e8;--studio-sky-deep: #2a9fc4;--studio-canvas: #ffd166;--studio-canvas-deep: #f5b942;position:relative;overflow:hidden;background:linear-gradient(165deg,var(--studio-sky) 0%,var(--studio-sky-deep) 100%)!important;padding-block:clamp(20px,4vw,40px)!important;min-height:min(92vh,820px);display:flex;align-items:center}.snuggshine-hero__studio-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.snuggshine-hero__orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.55}.snuggshine-hero__orb--1{width:clamp(80px,12vw,140px);height:clamp(80px,12vw,140px);top:12%;right:8%;background:radial-gradient(circle at 30% 30%,#ffb4d0,#ff7eb3);animation:snuggshine-float 7s ease-in-out infinite}.snuggshine-hero__orb--2{width:clamp(60px,9vw,110px);height:clamp(60px,9vw,110px);bottom:18%;left:6%;background:radial-gradient(circle at 30% 30%,#fff3a0,#ffd166);animation:snuggshine-float-reverse 8s ease-in-out infinite}.snuggshine-hero__orb--3{width:clamp(50px,7vw,90px);height:clamp(50px,7vw,90px);top:55%;right:22%;background:radial-gradient(circle at 30% 30%,#b8ecff,#6ec6f0);animation:snuggshine-drift 9s ease-in-out infinite}.snuggshine-hero__studio-wrap{position:relative;z-index:1;width:100%}.snuggshine-hero__studio-card{position:relative;background:linear-gradient(145deg,var(--studio-canvas) 0%,var(--studio-canvas-deep) 100%);border-radius:clamp(28px,4vw,48px);padding:clamp(28px,5vw,56px);box-shadow:0 24px 64px #0000002e,inset 0 1px #ffffff59;overflow:hidden}.snuggshine-hero-section--studio .snuggshine-doodles{opacity:.35}.snuggshine-hero__headline{color:#fff;text-shadow:0 2px 0 rgba(75,63,140,.15),0 8px 24px rgba(75,63,140,.25);line-height:1.02}.snuggshine-hero-section--studio .snuggshine-subheading{color:#3a2f6e;font-weight:500;max-width:42ch;margin-top:16px!important}.snuggshine-hero__cta{margin-top:24px}.snuggshine-hero__cta-btn{min-width:min(100%,220px);padding-inline:36px;box-shadow:0 8px 24px #4b3f8c47}.snuggshine-hero-section--studio .snuggshine-hero__benefits{color:#4b3f8c;margin-top:16px}.snuggshine-hero-section--studio .snuggshine-hero__benefit-icon{color:#4b3f8c}.snuggshine-hero-section--studio .snuggshine-video--hero{border-radius:clamp(20px,3vw,32px);box-shadow:0 16px 48px #0003;overflow:hidden}.snuggshine-hero__layout{display:grid;gap:clamp(32px,5vw,64px);align-items:center}@media(min-width:990px){.snuggshine-hero__layout{grid-template-columns:1.05fr min(380px,36vw);gap:clamp(32px,4vw,56px)}.snuggshine-hero__content{max-width:520px}.snuggshine-hero-section--studio{min-height:min(88vh,760px)}}.snuggshine-hero__media{width:100%}.snuggshine-video-story__media{margin-top:40px}@media(min-width:990px){.snuggshine-video-story__media{max-width:min(720px,88vw);margin-inline:auto}.snuggshine-video-story__media .snuggshine-video--portrait{max-width:100%}}.snuggshine-video-story__cta{text-align:center;margin-top:28px}.snuggshine-family-moments__layout{display:grid;gap:clamp(32px,5vw,56px);align-items:center}@media(min-width:990px){.snuggshine-family-moments__layout{grid-template-columns:1fr min(400px,38vw)}}.snuggshine-card__image--icon{display:flex;align-items:center;justify-content:center;min-height:160px;background:var(--snuggshine-background-alt);font-size:3rem}.snuggshine-video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}.snuggshine-video-modal[hidden]{display:none!important}.snuggshine-video-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#2c2640e0}.snuggshine-video-modal__dialog{position:relative;width:min(100%,480px);z-index:1}.snuggshine-video-modal__close{position:absolute;top:-48px;right:0;background:none;border:none;color:var(--snuggshine-white);cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.snuggshine-video--modal .snuggshine-video__frame{max-height:85vh}.snuggshine-video--modal .snuggshine-video__el{object-fit:contain}@media(prefers-reduced-motion:reduce){.snuggshine-video__el[autoplay]{display:none}.snuggshine-video--poster-only .snuggshine-video__poster,.snuggshine-video__poster{display:block}.snuggshine-marquee__track{animation:none!important}}.snuggshine-benefit-strip{background:var(--snuggshine-primary);color:var(--snuggshine-white);padding:14px 0}.snuggshine-benefit-strip__list{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 24px;list-style:none;margin:0;padding:0}.snuggshine-benefit-strip__item{display:inline-flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.snuggshine-marquee{overflow:hidden;background:var(--snuggshine-accent-yellow);color:var(--snuggshine-primary);padding:12px 0;border-block:1px solid rgba(75,63,140,.08)}.snuggshine-marquee__track{display:flex;width:max-content;animation:snuggshine-marquee-scroll var(--marquee-speed, 24s) linear infinite}.snuggshine-marquee__content{white-space:nowrap;padding-inline:2rem;font-family:var(--snuggshine-font-heading);font-weight:600;letter-spacing:.08em;font-size:.8125rem}@keyframes snuggshine-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.snuggshine-problem-solution__to{color:var(--snuggshine-accent-coral)}.snuggshine-problem-solution__step{background:var(--snuggshine-surface);border:1px solid var(--snuggshine-border);border-radius:var(--snuggshine-radius-medium);padding:14px 16px;box-shadow:var(--snuggshine-shadow-soft);text-align:center;max-width:260px;margin-inline:auto}.snuggshine-problem-solution__step-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 10px;border-radius:50%;background:#4b3f8c14;color:var(--snuggshine-primary)}.snuggshine-problem-solution__step-media{border-radius:var(--snuggshine-radius-medium);overflow:hidden;margin-bottom:12px}.snuggshine-problem-solution__step-media img{width:100%;display:block;aspect-ratio:4 / 3;object-fit:cover}.snuggshine-problem-solution__step-title{font-family:var(--snuggshine-font-heading);font-weight:700;font-size:1rem;color:var(--snuggshine-text)}.snuggshine-problem-solution__step-text{margin-top:6px;color:var(--snuggshine-text-muted);font-size:.9375rem}.snuggshine-problem-solution__arrow{text-align:center;font-size:1.25rem;color:var(--snuggshine-accent-coral);margin:6px 0;line-height:1}.snuggshine-problem-solution__layout{align-items:center}@media screen and (min-width:990px){.snuggshine-problem-solution__steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:10px;align-items:stretch}.snuggshine-problem-solution__step{max-width:none;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 10px}.snuggshine-problem-solution__arrow{margin:0;transform:rotate(-90deg);font-size:1.1rem;align-self:center}.snuggshine-problem-solution__step-title{font-size:.9rem}.snuggshine-problem-solution__step-text{font-size:.8125rem}}.snuggshine-hero__benefits{display:flex;flex-wrap:wrap;gap:10px 20px;list-style:none;margin:20px 0 0;padding:0;font-weight:600;color:var(--snuggshine-text-muted)}.snuggshine-family-card{background:var(--snuggshine-surface);border-radius:var(--snuggshine-radius-large);overflow:hidden;box-shadow:var(--snuggshine-shadow-soft);height:100%}.snuggshine-family-card__media{aspect-ratio:4 / 5;background:var(--snuggshine-background-alt);overflow:hidden}.snuggshine-family-card__image,.snuggshine-family-card__video{width:100%;height:100%;object-fit:cover;display:block}.snuggshine-family-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--snuggshine-text-muted);font-size:.875rem;padding:16px;text-align:center}.snuggshine-family-card__body{padding:20px}.snuggshine-ugc-item{position:relative;border-radius:var(--snuggshine-radius-large);overflow:hidden;aspect-ratio:4 / 5;background:var(--snuggshine-background-alt)}.snuggshine-ugc-item__media{width:100%;height:100%;object-fit:cover;display:block}.snuggshine-ugc-item__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--snuggshine-text-muted);font-size:.875rem;padding:16px;text-align:center}.snuggshine-ugc-item__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.snuggshine-ugc-item__creator{font-family:var(--snuggshine-font-heading);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.snuggshine-ugc-item__caption{margin:6px 0 0;font-size:.875rem}.snuggshine-ugc__cta{text-align:center;margin-top:40px}@media(max-width:749px){.snuggshine-ugc-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:8px;-webkit-overflow-scrolling:touch}.snuggshine-ugc-grid .snuggshine-ugc-item{flex:0 0 min(78vw,280px);scroll-snap-align:start}}.snuggshine-review-card__demo{font-size:.75rem;color:var(--snuggshine-accent-coral);font-weight:600;margin-top:8px}.snuggshine-reviews__filters{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:32px}.snuggshine-reviews__empty{padding:24px;background:var(--snuggshine-surface);border-radius:var(--snuggshine-radius-large);border:1px solid var(--snuggshine-border)}.snuggshine-cta-banner__inner{position:relative;z-index:2;display:grid;gap:32px;align-items:center;padding:clamp(40px,6vw,72px)}@media(min-width:900px){.snuggshine-cta-banner__inner{grid-template-columns:1.1fr .9fr;text-align:left}.snuggshine-cta-banner__content{text-align:left}.snuggshine-cta-banner__content .snuggshine-subheading{margin-inline:0}}.snuggshine-cta-banner__foreground img{width:100%;max-height:360px;object-fit:contain}.snuggshine-cta-banner__doodles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.snuggshine-cta-banner__doodle{position:absolute;color:#ffffff59;font-family:var(--snuggshine-font-heading)}.snuggshine-cta-banner__doodle--1{top:12%;left:8%;font-size:1.5rem}.snuggshine-cta-banner__doodle--2{top:18%;right:12%;font-size:1.25rem}.snuggshine-cta-banner__doodle--3{bottom:20%;left:14%;font-size:1.25rem}.snuggshine-cta-banner__doodle--4{bottom:14%;right:10%;font-size:1rem}.snuggshine-cta-banner__actions{margin-top:28px}.snuggshine-product__price-row{display:flex;align-items:baseline;gap:12px}.snuggshine-product__compare-price{color:var(--snuggshine-text-muted);font-size:1rem}.snuggshine-product__label{font-weight:600;margin-bottom:8px}.snuggshine-product__quantity{display:flex;align-items:center;gap:12px;margin:16px 0}.snuggshine-product__quantity input{width:72px;padding:10px 12px;border-radius:var(--snuggshine-radius-small);border:1px solid rgba(75,63,140,.2);font:inherit}.snuggshine-product__variant.is-unavailable{opacity:.45;text-decoration:line-through}.snuggshine-sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.snuggshine-sticky-atc__title{font-size:.875rem;font-weight:700;margin:0}.snuggshine-sticky-atc__price{margin:2px 0 0;font-weight:600;color:var(--snuggshine-primary)}@media(max-width:749px){.snuggshine-hero-section--studio .snuggshine-hero__studio-wrap{padding-top:0}.snuggshine-hero__headline{padding-top:4px}}@media(max-width:430px){.snuggshine-hero__tagline-line{display:block}.snuggshine-comparison{min-width:520px}.snuggshine-product__features{gap:8px}}.snuggshine-magic-reveal-section{background-color:var(--magic-bg, var(--snuggshine-background))}.snuggshine-magic-reveal-layout{display:flex;flex-direction:column;gap:24px}.snuggshine-magic-reveal-layout__copy{text-align:center}.snuggshine-magic-reveal__eyebrow,.snuggshine-magic-reveal__heading,.snuggshine-magic-reveal__subheading{text-align:inherit}.snuggshine-magic-reveal__subheading{margin-inline:auto;margin-bottom:0}.snuggshine-magic-reveal__tagline{text-align:center;margin-top:20px;font-family:var(--snuggshine-font-heading);font-weight:600;letter-spacing:.08em;color:var(--snuggshine-primary)}.snuggshine-magic-reveal__tagline--copy{margin-top:16px}.snuggshine-magic-reveal{position:relative;max-width:min(420px,100%);margin-inline:auto;width:100%}.snuggshine-magic-reveal__progress-wrap{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px;font-size:.75rem;font-weight:600;letter-spacing:.06em;color:var(--snuggshine-text-muted)}.snuggshine-magic-reveal__progress-bar{width:100px;height:4px;background:#4b3f8c1f;border-radius:999px;overflow:hidden}.snuggshine-magic-reveal__progress-fill{display:block;height:100%;width:var(--magic-progress, 0%);background:var(--snuggshine-primary);border-radius:inherit;transition:width .35s ease}.snuggshine-magic-reveal__stage{position:relative;border-radius:var(--snuggshine-radius-large);overflow:hidden;box-shadow:var(--snuggshine-shadow-medium);background:var(--magic-stage-bg, #fff)}.snuggshine-magic-reveal__layers{position:relative;aspect-ratio:1 / 1;width:100%;max-height:min(58vw,360px);margin-inline:auto;touch-action:pan-y}.snuggshine-magic-reveal.is-painting .snuggshine-magic-reveal__layers{touch-action:none}.snuggshine-magic-reveal__color{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.snuggshine-magic-reveal__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:crosshair;touch-action:pan-y}.snuggshine-magic-reveal.is-painting .snuggshine-magic-reveal__canvas{touch-action:none}.snuggshine-magic-reveal__hint{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--magic-hint-bg, rgba(251, 247, 240, .55));pointer-events:none;transition:opacity .4s ease,visibility .4s ease;z-index:2}.snuggshine-magic-reveal__hint.is-hidden{opacity:0;visibility:hidden}.snuggshine-magic-reveal__hint-inner{text-align:center;padding:24px}.snuggshine-magic-reveal__hint-icon{display:inline-flex;color:var(--snuggshine-primary);margin-bottom:12px;animation:snuggshine-magic-bob 2.2s ease-in-out infinite}.snuggshine-magic-reveal__hint-title{font-family:var(--snuggshine-font-heading);font-weight:700;font-size:clamp(.875rem,2.5vw,1rem);letter-spacing:.06em;color:var(--snuggshine-primary);margin:0 0 8px}.snuggshine-magic-reveal__hint-sub{margin:0;color:var(--snuggshine-text-muted);font-size:.9375rem}.snuggshine-magic-reveal__hint-mobile{display:none}.snuggshine-magic-reveal__cursor{position:absolute;top:0;left:0;z-index:3;pointer-events:none;opacity:0;color:var(--snuggshine-accent-coral);transition:opacity .2s ease}.snuggshine-magic-reveal.is-interacting .snuggshine-magic-reveal__cursor{opacity:.65}.snuggshine-magic-reveal__milestone{position:absolute;left:50%;bottom:16px;transform:translate(-50%) translateY(8px);z-index:4;margin:0;padding:8px 16px;border-radius:var(--snuggshine-radius-pill);background:var(--magic-milestone-bg, rgba(255, 255, 255, .92));box-shadow:var(--snuggshine-shadow-soft);font-family:var(--snuggshine-font-heading);font-weight:700;font-size:.8125rem;letter-spacing:.05em;color:var(--snuggshine-primary);opacity:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease,visibility .3s ease;pointer-events:none}.snuggshine-magic-reveal__milestone.is-visible{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.snuggshine-magic-reveal__milestone.is-subtle{font-size:.75rem;opacity:.85}.snuggshine-magic-reveal__sparkles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:3}.snuggshine-magic-reveal__sparkle{position:absolute;color:var(--snuggshine-accent-yellow);opacity:0;transform:scale(.5);pointer-events:none}.snuggshine-magic-reveal__sparkle.is-active{animation:snuggshine-magic-sparkle .7s ease forwards}.snuggshine-magic-reveal__controls{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:14px}.snuggshine-magic-reveal__btn{min-height:44px;padding-inline:20px;font-size:.8125rem;letter-spacing:.05em}.snuggshine-magic-reveal__complete{margin-top:18px;text-align:center;animation:snuggshine-magic-fade-up .5s ease}.snuggshine-magic-reveal__complete-heading{font-family:var(--snuggshine-font-heading);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;color:var(--snuggshine-primary);margin:0 0 8px}.snuggshine-magic-reveal__complete-text{color:var(--snuggshine-text-muted);margin:0 0 16px}.snuggshine-magic-reveal__complete-tagline{font-family:var(--snuggshine-font-heading);font-weight:600;letter-spacing:.06em;color:var(--snuggshine-primary);margin:0 0 24px;line-height:1.5}.snuggshine-magic-reveal__complete-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.snuggshine-magic-reveal__scroll-cue{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:24px;font-size:.8125rem;color:var(--snuggshine-text-muted);animation:snuggshine-magic-bob 2.5s ease-in-out infinite}.snuggshine-magic-reveal.is-resetting .snuggshine-magic-reveal__canvas{opacity:.6;transition:opacity .28s ease}@keyframes snuggshine-magic-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes snuggshine-magic-sparkle{0%{opacity:0;transform:scale(.4) translateY(0)}40%{opacity:1;transform:scale(1) translateY(-4px)}to{opacity:0;transform:scale(.6) translateY(-12px)}}@keyframes snuggshine-magic-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width:990px){.snuggshine-magic-reveal-layout{display:grid;grid-template-columns:minmax(260px,1fr) minmax(320px,460px);align-items:center;gap:32px 56px;max-width:1040px;margin-inline:auto}.snuggshine-magic-reveal-layout__copy{text-align:left}.snuggshine-magic-reveal__subheading{margin-inline:0}.snuggshine-magic-reveal{max-width:none;margin-inline:0}.snuggshine-magic-reveal__layers{max-height:min(46vh,400px);width:auto;height:min(46vh,400px);max-width:min(46vh,400px)}.snuggshine-magic-reveal__progress-wrap{margin-bottom:12px}.snuggshine-magic-reveal__complete{margin-top:14px}.snuggshine-magic-reveal__scroll-cue{margin-top:16px}}@media(max-width:749px){.snuggshine-magic-reveal__hint-desktop{display:none}.snuggshine-magic-reveal__hint-mobile{display:inline}.snuggshine-magic-reveal__progress-wrap{flex-wrap:wrap;gap:8px}}@media(prefers-reduced-motion:reduce){.snuggshine-magic-reveal__hint-icon,.snuggshine-magic-reveal__scroll-cue{animation:none}.snuggshine-magic-reveal__sparkle.is-active{animation:none;opacity:.7}.snuggshine-magic-reveal__complete{animation:none}.snuggshine-magic-reveal__progress-fill{transition:none}}.snuggshine-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;background:#000!important;transition:opacity .5s ease,visibility .5s ease}.snuggshine-loader.is-hiding{opacity:0;visibility:hidden;pointer-events:none}.snuggshine-loader__video{width:min(100vw,720px);height:auto;max-height:100vh;object-fit:contain;background:#000}html.snuggshine-is-loading,html.snuggshine-is-loading body{overflow:hidden!important}@media(prefers-reduced-motion:reduce){.snuggshine-loader{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/snuggshine-components.css.map */
