*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-background: #fff8f0;--color-foreground: #1e2a3a;--color-primary: #e8956a;--color-primary-foreground: #1e2a3a;--color-secondary: #a3d4e8;--color-secondary-foreground: #1e2a3a;--color-card: #ffffff;--color-muted: #ede6de;--color-muted-foreground: #5c6878;--color-border: #e2d9d0;--color-peach: #e8956a;--color-peach-light: #fde8d8;--color-peach-dark: #c46f3c;--color-baby-blue: #a3d4e8;--color-baby-blue-light: #daeef6;--color-baby-blue-dark: #5ba8c7;--color-coral: #d47060;--font-heading: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif;--radius: .75rem;--container-max: 1400px}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-background);color:var(--color-foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.visually-hidden{position:absolute!important;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.skip-to-content-link:focus{clip:auto;width:auto;height:auto;padding:.5rem 1rem;background:var(--color-primary);color:var(--color-primary-foreground);z-index:10000}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}@media(min-width:768px){.container{padding-left:2.5rem;padding-right:2.5rem}}@media(min-width:1280px){.container{padding-left:4rem;padding-right:4rem}}.gradient-peach-blue{background:linear-gradient(135deg,var(--color-peach-light),var(--color-baby-blue-light))}.gradient-hero{background:linear-gradient(180deg,var(--color-peach-light) 0%,var(--color-baby-blue-light) 100%)}.text-gradient{background:linear-gradient(135deg,var(--color-peach-dark),var(--color-baby-blue-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.shadow-peach{box-shadow:0 10px 40px -10px #e8956a66}.shadow-blue{box-shadow:0 10px 40px -10px #a3d4e880}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.7}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-pulse-soft{animation:pulse-soft 2s ease-in-out infinite}[data-animate]{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}[data-animate].is-visible{opacity:1;transform:translateY(0)}[data-animate][data-delay="1"]{transition-delay:.1s}[data-animate][data-delay="2"]{transition-delay:.2s}[data-animate][data-delay="3"]{transition-delay:.3s}[data-animate][data-delay="4"]{transition-delay:.4s}.icon{display:inline-block;width:1em;height:1em;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon--sm{width:.875rem;height:.875rem}.icon--md{width:1.25rem;height:1.25rem}.icon--lg{width:1.75rem;height:1.75rem}.announcement-bar{background-color:var(--color-primary);padding:.75rem 1rem;text-align:center}.announcement-text{font-size:.75rem;font-weight:600;letter-spacing:.02em;color:var(--color-primary-foreground);font-family:var(--font-heading)}@media(min-width:768px){.announcement-text{font-size:.875rem;letter-spacing:.05em}}.header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--color-border);background-color:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header__inner{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem;gap:1rem}.header__logo{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;flex-shrink:0}.header__nav{display:none!important;align-items:center;gap:2rem}@media(min-width:768px){.header__nav{display:flex!important}}.header__nav-link{font-size:.875rem;font-weight:500;color:var(--color-foreground);transition:color .2s;white-space:nowrap}.header__nav-link:hover{color:var(--color-primary)}.header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header__cart-btn{position:relative;padding:.5rem;border-radius:var(--radius);transition:background-color .2s;color:var(--color-foreground)}.header__cart-btn:hover{background-color:var(--color-muted)}.header__cart-count{position:absolute;top:-.25rem;right:-.25rem;display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;border-radius:50%;background-color:var(--color-coral);color:var(--color-card);font-size:.625rem;font-weight:700}.mobile-menu-toggle{display:flex;flex-direction:column;gap:5px;padding:.5rem;border-radius:var(--radius)}@media(min-width:768px){.mobile-menu-toggle{display:none!important}}.mobile-menu-toggle span{display:block;width:20px;height:2px;background-color:var(--color-foreground);transition:transform .3s,opacity .3s}.mobile-menu-toggle.is-open span:nth-child(1){transform:rotate(45deg) translate(3px,5px)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.mobile-menu-toggle.is-open span:nth-child(3){transform:rotate(-45deg) translate(3px,-5px)}.mobile-menu{display:none;flex-direction:column;align-items:center;gap:0;padding:0;border-top:1px solid var(--color-border)}.mobile-menu.is-open{display:flex}@media(min-width:768px){.mobile-menu{display:none!important}}.mobile-menu a{font-size:.875rem;font-weight:500;color:var(--color-foreground);padding:.75rem 0;border-bottom:1px solid var(--color-border);width:100%;text-align:center}.hero{position:relative;overflow:hidden}.hero__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.hero__image{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1e2a3a99,#1e2a3a66,#1e2a3ab3)}.hero__content{position:relative;z-index:10;display:flex;min-height:50vh;align-items:center;justify-content:center;padding:3rem 1.25rem;text-align:center}@media(min-width:768px){.hero__content{min-height:80vh;padding:4rem 1rem}}.hero__inner{max-width:48rem}.hero__title{margin-bottom:1.25rem;font-size:2rem;font-weight:700;letter-spacing:-.03em;color:var(--color-card)}@media(min-width:480px){.hero__title{font-size:2.5rem}}@media(min-width:768px){.hero__title{font-size:4.5rem}}.hero__subtitle{margin-bottom:2.5rem;font-size:1.125rem;color:#fffc;font-family:var(--font-body)}@media(min-width:768px){.hero__subtitle{font-size:1.25rem}}.hero__cta{display:inline-block;border-radius:9999px;background-color:var(--color-primary);padding:1rem 2rem;font-family:var(--font-heading);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary-foreground);transition:transform .2s,filter .2s}.hero__cta:hover{transform:scale(1.05);filter:brightness(1.1)}.hero__cta:active{transform:scale(.97)}.features-bar{padding:3.5rem 0}@media(min-width:768px){.features-bar{padding:5rem 0}}.features-bar__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.features-bar__grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center}.feature-item__icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:1rem;background-color:var(--color-card);box-shadow:0 1px 3px #0000000f;margin-bottom:1rem;color:var(--color-primary)}.feature-item__title{margin-bottom:.5rem;font-family:var(--font-heading);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-foreground)}.feature-item__desc{font-size:.875rem;color:var(--color-muted-foreground)}.product-section{background-color:var(--color-card);padding:4rem 0}@media(min-width:768px){.product-section{padding:7rem 0}}.product-section__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:1024px){.product-section__grid{grid-template-columns:1fr 1fr;gap:5rem}}.product-gallery__main{overflow:hidden;border-radius:1rem;background-color:var(--color-muted);touch-action:manipulation;-webkit-user-select:none;user-select:none}.product-gallery__main img{aspect-ratio:1 / 1;width:100%;object-fit:cover;transition:opacity .3s}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:1rem}.product-thumb{overflow:hidden;border-radius:.75rem;border:2px solid transparent;cursor:pointer;transition:all .2s;opacity:.6}.product-thumb:hover{opacity:1}.product-thumb.is-active{border-color:var(--color-primary);opacity:1}.product-thumb img{aspect-ratio:1 / 1;width:100%;object-fit:cover}.product-details{display:flex;flex-direction:column;justify-content:center}.product-badge{display:inline-block;width:fit-content;border-radius:9999px;background-color:var(--color-secondary);padding:.3rem .875rem;font-family:var(--font-heading);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-secondary-foreground);margin-bottom:.75rem}.product-title{font-size:1.75rem;font-weight:700;color:var(--color-foreground);margin-bottom:.5rem}@media(min-width:768px){.product-title{font-size:2.25rem}}@media(max-width:749px){.product-title{font-size:2rem}}.product-rating{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;text-decoration:none;color:inherit;cursor:pointer;line-height:1}.product-rating:hover .product-rating__count{text-decoration:underline}.product-rating__stars{display:flex;align-items:center;gap:2px;flex-shrink:0}.product-rating__star{width:1.35rem;height:1.35rem;color:var(--color-muted)}.product-rating__star--filled{color:var(--color-primary);fill:var(--color-primary)}.product-rating__star--half{width:1.35rem;height:1.35rem}.product-rating__score{font-family:var(--font-heading);font-size:.875rem;font-weight:700;color:var(--color-foreground);line-height:1;display:inline-flex;align-items:center}.product-rating__count{font-size:.875rem;color:var(--color-muted-foreground);line-height:1;display:inline-flex;align-items:center}.product-description{color:var(--color-muted-foreground);line-height:1.75;margin-bottom:2rem}.product-price{display:flex;align-items:baseline;gap:.75rem;margin-top:.75rem;margin-bottom:.25rem;flex-wrap:wrap}.product-price__current{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-foreground)}@media(min-width:768px){.product-price__current{font-size:2.25rem}}.product-price__compare{font-size:1.125rem;color:var(--color-muted-foreground);text-decoration:line-through}.product-price__discount{border-radius:9999px;background-color:var(--color-coral);padding:.125rem .75rem;font-size:.75rem;font-weight:700;color:var(--color-card)}.viewers-now{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;color:#d94a00;margin-top:.75rem;margin-bottom:.75rem;border-radius:1.5rem;background-color:var(--color-background);padding:.625rem 1rem;box-shadow:0 1px 3px #0000000f}.viewers-now__dot{width:12px;height:12px;border-radius:50%;background-color:var(--color-primary);flex-shrink:0;animation:viewers-now-pulse 1.5s ease-in-out infinite}.viewers-now__count{font-weight:700;color:#d94a00}.viewers-now__label{white-space:nowrap}@keyframes viewers-now-pulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #e8956a66}50%{opacity:.85;transform:scale(1.1);box-shadow:0 0 0 4px #e8956a00}}.sale-countdown-section{padding:1rem 0}.sale-countdown{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.375rem;border-radius:1.25rem;background-color:var(--color-peach-light);padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;color:var(--color-foreground);box-shadow:0 1px 3px #0000000f}.sale-countdown__timer{font-variant-numeric:tabular-nums}.bundle-save{padding:2rem 0}.bundle-save--in-product{padding:1.5rem 0 0;margin-top:.5rem}.bundle-save__title{text-align:center;font-size:1.25rem;font-weight:700;letter-spacing:.05em;color:var(--color-foreground);margin-bottom:1rem}.bundle-save__timer{margin-bottom:1.25rem}.bundle-save__list{display:flex;flex-direction:column;gap:.75rem}.bundle-option{border-radius:1.25rem;overflow:hidden;border:2px solid var(--color-border);transition:border-color .2s}.bundle-option:has(.bundle-option__radio:checked){border-color:var(--color-foreground)}.bundle-option__inner{position:relative;border-radius:1.25rem;background-color:var(--color-peach-light);padding:1.125rem 1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.bundle-option__radio{margin-right:.5rem}.bundle-option__label{display:flex;align-items:center;cursor:pointer;font-weight:600;color:var(--color-foreground)}.bundle-option__title{font-size:.95rem}.bundle-option__save{font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:.375rem;background-color:#fffc;color:var(--color-foreground)}.bundle-option__price{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end}.bundle-option__price-current{font-weight:700;font-size:1rem;color:var(--color-foreground)}.bundle-option__price-compare{font-size:.8rem;color:var(--color-muted-foreground);text-decoration:line-through}.bundle-option__badge{position:absolute;top:.5rem;right:.5rem;font-size:.65rem;font-weight:700;padding:.2rem .5rem;border-radius:.375rem;background-color:var(--color-peach-dark);color:#fff}.bundle-option__popular{position:absolute;bottom:.5rem;right:.5rem;font-size:.7rem;font-weight:700;padding:.25rem .5rem;border-radius:.5rem;background-color:var(--color-primary);color:var(--color-primary-foreground)}.product-urgency{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;margin-bottom:.25rem}.product-urgency__sold{border-radius:1rem;background-color:#fef8e8;padding:.5rem .75rem;font-size:.75rem;font-weight:600;color:#e19d00;margin:0;box-shadow:0 1px 3px #0000000f}.product-urgency__stock{display:flex;align-items:center;gap:.5rem;border-radius:1rem;background-color:#fde8e8;padding:.5rem .75rem;font-size:.75rem;font-weight:600;color:#ec3636;margin:0;box-shadow:0 1px 3px #0000000f}.product-urgency__stock-dot{width:10px;height:10px;border-radius:50%;background-color:#ec3636;flex-shrink:0;animation:urgency-stock-pulse 1.5s ease-in-out infinite}@keyframes urgency-stock-pulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #c5303066}50%{opacity:.9;transform:scale(1.15);box-shadow:0 0 0 4px #c5303000}}.product-variant-picker{margin-top:.25rem;margin-bottom:.75rem}.product-variant-picker__option{margin-bottom:.75rem}.product-variant-picker__option-name{display:block;font-size:.875rem;font-weight:600;color:var(--color-foreground);margin-bottom:.5rem}.product-variant-picker__values{display:flex;flex-wrap:wrap;gap:.5rem}.product-variant-picker__value{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.875rem;font-weight:500;color:var(--color-foreground);background-color:var(--color-card);border:2px solid var(--color-border);border-radius:.5rem;cursor:pointer;transition:border-color .2s,box-shadow .2s}.product-variant-picker__value:hover{border-color:var(--color-primary)}.product-variant-picker__value.is-selected{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.product-atc{display:flex;width:100%;align-items:center;justify-content:center;gap:.75rem;border-radius:1rem;background-color:var(--color-primary);padding:1.125rem 1.5rem;font-family:var(--font-heading);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary-foreground);transition:transform .2s,filter .2s;margin-bottom:1rem;border:none;cursor:pointer}.product-atc:hover{transform:scale(1.02);filter:brightness(1.1)}.product-atc:active{transform:scale(.98)}.product-app-block{margin-top:.75rem;margin-bottom:.75rem}.product-trust{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.75rem;color:var(--color-muted-foreground);margin-top:.75rem;margin-bottom:.75rem}.product-trust__item{display:flex;align-items:center;gap:.25rem}.product-trust__divider{color:var(--color-border)}.product-benefits{padding:0;margin-bottom:.75rem}.product-benefits__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:700;color:var(--color-foreground);margin:0 0 .75rem}.product-benefits__list{list-style:none;display:flex;flex-direction:column;gap:.875rem}.product-benefits__item{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;font-weight:700;color:var(--color-foreground)}.product-benefits__item .icon{flex-shrink:0;margin-top:.125rem}.product-features{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:2rem}.product-feature-tag{display:flex;align-items:center;gap:.5rem;border-radius:.75rem;background-color:var(--color-baby-blue-light);padding:.875rem;font-size:.875rem;font-weight:500;color:var(--color-foreground)}.product-feature-tag .icon{color:var(--color-baby-blue-dark)}.relief-section{padding:4rem 0}@media(min-width:768px){.relief-section{padding:7rem 0}}.relief-section__grid{display:grid;grid-template-columns:1fr;align-items:center;gap:3rem}@media(min-width:1024px){.relief-section__grid{grid-template-columns:1fr 1fr;gap:5rem}}.relief-section__image,.relief-section__video{width:100%;max-width:24rem;height:auto;margin:0 auto;border-radius:1.5rem;display:block;object-fit:cover}.relief-section__title{font-size:1.75rem;font-weight:700;color:var(--color-foreground);margin-bottom:1.25rem}@media(min-width:768px){.relief-section__title{font-size:2.25rem}}.relief-section__text{font-size:1.125rem;color:var(--color-muted-foreground);line-height:1.8;margin-bottom:1.5rem}.relief-section__cta{display:inline-block;margin-top:1.5rem;border-radius:9999px;background-color:var(--color-secondary);padding:.75rem 2rem;font-family:var(--font-heading);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-secondary-foreground);transition:transform .2s,filter .2s}.relief-section__cta:hover{transform:scale(1.05);filter:brightness(.95)}.testimonials{background-color:var(--color-card);padding:4rem 0}@media(min-width:768px){.testimonials{padding:7rem 0}}.testimonials__title{text-align:center;font-size:1.75rem;font-weight:700;color:var(--color-foreground);margin-bottom:2.5rem}@media(min-width:768px){.testimonials__title{font-size:2.25rem;margin-bottom:3.5rem}}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:768px){.testimonials__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.testimonial-card{border-radius:1rem;border:1px solid var(--color-border);background-color:var(--color-background);padding:1.75rem}.testimonial-card__image-wrap{margin-bottom:1rem;border-radius:.75rem;overflow:hidden;aspect-ratio:1 / 1;max-width:120px;background-color:var(--color-muted)}.testimonial-card__image{width:100%;height:100%;object-fit:cover;display:block}.testimonial-card__stars{display:flex;gap:2px;margin-bottom:.75rem}.testimonial-card__star{color:var(--color-muted)}.testimonial-card__star--filled{color:var(--color-primary);fill:var(--color-primary)}.testimonial-card__text{font-size:.875rem;color:var(--color-muted-foreground);line-height:1.6;margin-bottom:1rem}.testimonial-card__author{font-family:var(--font-heading);font-size:.875rem;font-weight:600;color:var(--color-foreground)}.faq-section{padding:4rem 0}@media(min-width:768px){.faq-section{padding:7rem 0}}.faq-section__inner{max-width:44rem;margin:0 auto}.faq-section__title{text-align:center;font-size:1.75rem;font-weight:700;color:var(--color-foreground);margin-bottom:2.5rem}@media(min-width:768px){.faq-section__title{font-size:2.25rem;margin-bottom:3rem}}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border-radius:1rem;border:1px solid var(--color-border);background-color:var(--color-card);padding:0 1.5rem;transition:box-shadow .2s}.faq-item.is-open{box-shadow:0 1px 3px #0000000f}.faq-trigger{display:flex;width:100%;align-items:center;justify-content:space-between;padding:1.25rem 0;font-family:var(--font-heading);font-size:.875rem;font-weight:600;color:var(--color-foreground);text-align:left;cursor:pointer;border:none;background:none}.faq-trigger__icon{transition:transform .3s;color:var(--color-muted-foreground);flex-shrink:0;margin-left:1rem}.faq-item.is-open .faq-trigger__icon{transform:rotate(180deg)}.faq-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-content__inner{padding-bottom:1.25rem;font-size:.875rem;color:var(--color-muted-foreground);line-height:1.6}.guarantee-section{background-color:var(--color-card);padding:3.5rem 0}@media(min-width:768px){.guarantee-section{padding:5rem 0}}.guarantee-section__title{text-align:center;font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-foreground);margin-bottom:2.5rem}@media(min-width:768px){.guarantee-section__title{font-size:2.25rem}}.guarantee-section__list{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.75rem}@media(min-width:768px){.guarantee-section__list{flex-direction:row;gap:4rem}}.guarantee-item{display:flex;align-items:center;gap:.75rem}.guarantee-item__icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.75rem;background-color:var(--color-peach-light);color:var(--color-peach-dark);flex-shrink:0}.guarantee-item__text{font-size:.875rem;font-weight:500;color:var(--color-foreground)}.site-footer{border-top:1px solid var(--color-border);background-color:var(--color-background);padding:3.5rem 0;text-align:center}.site-footer__logo{font-family:var(--font-heading);font-size:1.125rem;font-weight:700;margin-bottom:.75rem}.site-footer__copyright{font-size:.75rem;color:var(--color-muted-foreground)}.shopify-product-form{width:100%}.cart-page{padding:3rem 0}.cart-page__title{font-size:1.875rem;font-weight:700;margin-bottom:2rem}.cart-empty{text-align:center;padding:4rem 0}.cart-empty__text{font-size:1.125rem;color:var(--color-muted-foreground);margin-bottom:1.5rem}.cart-empty__cta{display:inline-block;border-radius:9999px;background-color:var(--color-primary);padding:.75rem 2rem;font-family:var(--font-heading);font-size:.875rem;font-weight:600;color:var(--color-primary-foreground);text-transform:uppercase;letter-spacing:.05em}.cart-items{list-style:none}.cart-item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border)}.cart-item__image{width:5rem;height:5rem;border-radius:var(--radius);object-fit:cover}.cart-item__details{flex:1}.cart-item__title{font-family:var(--font-heading);font-weight:600;margin-bottom:.25rem}.cart-item__price{color:var(--color-muted-foreground);font-size:.875rem}.cart-item__quantity{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cart-item__qty-btn{width:1.75rem;height:1.75rem;border:1px solid var(--color-border);border-radius:.375rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;background:var(--color-card)}.cart-item__qty-value{font-size:.875rem;min-width:1.5rem;text-align:center}.cart-totals{margin-top:2rem;padding:1.5rem;background:var(--color-background);border-radius:1rem}.cart-totals__row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.875rem}.cart-totals__row--total{font-family:var(--font-heading);font-weight:700;font-size:1.25rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.cart-checkout-btn{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:1rem;background-color:var(--color-primary);padding:1rem;font-family:var(--font-heading);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary-foreground);border:none;cursor:pointer;margin-top:1.5rem;transition:filter .2s}.cart-checkout-btn:hover{filter:brightness(1.1)}.collection-page{padding:3rem 0}.collection-page__title{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.collection-page__desc{color:var(--color-muted-foreground);margin-bottom:2rem}.collection-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.collection-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.collection-grid{grid-template-columns:repeat(4,1fr)}}.product-card{border-radius:1rem;overflow:hidden;background:var(--color-card);border:1px solid var(--color-border);transition:box-shadow .2s}.product-card:hover{box-shadow:0 4px 20px #00000014}.product-card__image{aspect-ratio:1 / 1;width:100%;object-fit:cover}.product-card__info{padding:1rem}.product-card__title{font-family:var(--font-heading);font-size:.875rem;font-weight:600;margin-bottom:.25rem}.product-card__price{font-weight:600;color:var(--color-foreground)}.product-card__compare-price{color:var(--color-muted-foreground);text-decoration:line-through;font-size:.875rem}.page-content{padding:3rem 0;max-width:48rem;margin:0 auto}.page-content__title{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.page-content__body{line-height:1.75;color:var(--color-muted-foreground)}.page-content__body p{margin-bottom:1rem}.page-404{text-align:center;padding:6rem 0}.page-404__title{font-size:3rem;font-weight:700;margin-bottom:1rem}.page-404__text{font-size:1.125rem;color:var(--color-muted-foreground);margin-bottom:2rem}.page-404__cta{display:inline-block;border-radius:9999px;background-color:var(--color-primary);padding:.75rem 2rem;font-family:var(--font-heading);font-size:.875rem;font-weight:600;color:var(--color-primary-foreground);text-transform:uppercase;letter-spacing:.05em}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:40;background-color:var(--color-card);border-top:1px solid var(--color-border);box-shadow:0 -4px 20px #00000014;transform:translateY(100%);-webkit-transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);-webkit-transition:-webkit-transform .35s cubic-bezier(.4,0,.2,1);padding-bottom:env(safe-area-inset-bottom,0px)}.sticky-atc.is-visible{transform:translateY(0);-webkit-transform:translateY(0)}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1.25rem;min-width:0}.sticky-atc__info{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex-shrink:1;overflow:hidden}.sticky-atc__title{font-family:var(--font-heading);font-size:.8125rem;font-weight:600;color:var(--color-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{display:flex;align-items:baseline;gap:.35rem;font-family:var(--font-heading);font-size:.875rem;font-weight:700;color:var(--color-foreground);flex-wrap:nowrap;min-width:0}.sticky-atc__price .sticky-atc__current{flex-shrink:0}.sticky-atc__compare{font-size:.75rem;font-weight:400;color:var(--color-muted-foreground);flex-shrink:0;text-decoration:line-through}.sticky-atc__app-block{flex-shrink:0;min-width:0;max-width:min(100%,13rem)}.sticky-atc__app-block button,.sticky-atc__app-block [role=button],.sticky-atc__app-block a[href].shopify-app-block__button,.sticky-atc__app-block .sticky-atc__btn,.sticky-atc__btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;width:100%;max-width:100%;border:none;border-radius:.5rem;background-color:var(--color-primary);padding:.5rem .6rem;font-family:var(--font-heading);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--color-primary-foreground);cursor:pointer;transition:filter .2s,transform .2s;white-space:nowrap;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.sticky-atc__btn:hover{filter:brightness(1.1)}.sticky-atc__btn:active{transform:scale(.97)}@media(min-width:768px){.sticky-atc__inner{padding:1rem 1.5rem;gap:1.25rem}.sticky-atc__title{font-size:.875rem}.sticky-atc__price{font-size:1rem}.sticky-atc__app-block{max-width:none}.sticky-atc__app-block button,.sticky-atc__app-block [role=button],.sticky-atc__app-block a[href].shopify-app-block__button,.sticky-atc__app-block .sticky-atc__btn,.sticky-atc__btn{width:auto;min-width:fit-content;padding:.875rem 1.5rem;font-size:.875rem;letter-spacing:.05em;border-radius:.75rem;overflow:visible;text-overflow:clip}}.why-choose-us{padding:4rem 0;background:linear-gradient(180deg,var(--color-background) 0%,var(--color-peach-light) 50%,var(--color-background) 100%)}@media(min-width:768px){.why-choose-us{padding:7rem 0}}.why-choose-us__title{text-align:center;font-size:1.75rem;font-weight:700;color:var(--color-foreground);margin-bottom:2.5rem}@media(min-width:768px){.why-choose-us__title{font-size:2.25rem;margin-bottom:3rem}}.comparison-table{max-width:36rem;margin:0 auto;border-radius:1rem;overflow:hidden;border:1px solid var(--color-border);background-color:var(--color-card)}.comparison-table__header{display:grid;grid-template-columns:1fr 5rem 5rem;align-items:center;padding:1rem 1.25rem;background:linear-gradient(135deg,var(--color-peach-light),var(--color-baby-blue-light));border-bottom:1px solid var(--color-border);gap:.5rem}@media(min-width:480px){.comparison-table__header{grid-template-columns:1fr 6rem 6rem;padding:1rem 1.5rem}}.comparison-table__label{font-size:0}.comparison-table__brand{text-align:center;font-family:var(--font-heading);font-size:.8rem;font-weight:700;white-space:nowrap;background:linear-gradient(135deg,var(--color-peach-dark),var(--color-baby-blue-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:480px){.comparison-table__brand{font-size:.8125rem}}.comparison-table__others{text-align:center;font-family:var(--font-heading);font-size:.75rem;font-weight:600;color:var(--color-muted-foreground);white-space:nowrap}@media(min-width:480px){.comparison-table__others{font-size:.8125rem}}.comparison-table__row{display:grid;grid-template-columns:1fr 5rem 5rem;align-items:center;padding:.875rem 1.25rem;border-bottom:1px solid var(--color-border);gap:.5rem;transition:background-color .15s}.comparison-table__row:last-child{border-bottom:none}.comparison-table__row:hover{background-color:var(--color-background)}@media(min-width:480px){.comparison-table__row{grid-template-columns:1fr 6rem 6rem;padding:.875rem 1.5rem}}.comparison-table__feature{font-size:.8125rem;font-weight:500;color:var(--color-foreground)}@media(min-width:480px){.comparison-table__feature{font-size:.875rem}}.comparison-table__check{display:flex;align-items:center;justify-content:center}.comparison-table__check .icon{width:1.25rem;height:1.25rem;stroke-width:2.5}.comparison-table__check--yes .icon{color:#22c55e}.comparison-table__check--no .icon{color:var(--color-muted-foreground);opacity:.4}.contact-section{padding:2.5rem 0;background-color:var(--color-card)}@media(min-width:768px){.contact-section{padding:4rem 0}}.contact-section__inner{text-align:center;max-width:40rem;margin:0 auto}.contact-section__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-foreground);margin-bottom:1rem}@media(min-width:768px){.contact-section__title{font-size:2rem}}.contact-section__text{font-size:1rem;line-height:1.75;color:var(--color-muted-foreground);margin-bottom:2rem}.contact-section__channels{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:600px){.contact-section__channels{flex-direction:row;justify-content:center}}.contact-section__card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 2rem;border-radius:1rem;background-color:var(--color-background);border:1px solid var(--color-border);text-decoration:none;color:var(--color-foreground);transition:transform .2s,box-shadow .2s;width:100%;max-width:14rem}.contact-section__card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.contact-section__card .icon{color:var(--color-primary);width:1.5rem;height:1.5rem}.contact-section__card-label{font-family:var(--font-heading);font-size:.875rem;font-weight:700;color:var(--color-foreground)}.contact-section__card-value{font-size:.8125rem;color:var(--color-muted-foreground)}.crema-product-reviews [class*=review] [class*=title],.crema-product-reviews [class*=header] [class*=title]{font-size:0}[data-widget-style=list_v3] .crema-review-widget__title{font-size:0!important}[data-widget-style=list_v3] .crema-review-widget__title:after{content:"V\c9LEM\c9NYEK";font-size:1rem}[data-widget-style=list_v3] .crema-review-widget__write-btn,[data-widget-style=list_v3] [class*=write-review],[data-widget-style=list_v3] [class*=write_review],[data-widget-style=list_v3] button[class*=write]{font-size:0!important}[data-widget-style=list_v3] .crema-review-widget__write-btn:after,[data-widget-style=list_v3] [class*=write-review]:after,[data-widget-style=list_v3] [class*=write_review]:after,[data-widget-style=list_v3] button[class*=write]:after{content:"V\e9lem\e9ny \edr\e1sa";font-size:.875rem}[data-widget-style=list_v3] .crema-review-widget__reviews-count-label,[data-widget-style=list_v3] [class*=review-count] [class*=label],[data-widget-style=list_v3] [class*=reviews_count] [class*=label]{font-size:0!important}[data-widget-style=list_v3] .crema-review-widget__reviews-count-label:after,[data-widget-style=list_v3] [class*=review-count] [class*=label]:after,[data-widget-style=list_v3] [class*=reviews_count] [class*=label]:after{content:" v\e9lem\e9ny";font-size:.875rem}[data-widget-style=list_v3] [class*=star-label],[data-widget-style=list_v3] [class*=star_label]{font-size:0!important}[data-widget-style=list_v3] [class*=sort] option[value*=newest],[data-widget-style=list_v3] [class*=sort] option:first-child{font-size:0}[data-widget-style=list_v3] [class*=helpful]:not([class*=unhelpful]){font-size:0!important}[data-widget-style=list_v3] [class*=helpful]:not([class*=unhelpful]):after{content:"Hasznos";font-size:.75rem}[data-widget-style=list_v3] [class*=unhelpful]{font-size:0!important}[data-widget-style=list_v3] [class*=unhelpful]:after{content:"Nem hasznos";font-size:.75rem}[data-widget-style=list_v3] [class*=report]{font-size:0!important}[data-widget-style=list_v3] [class*=report]:after{content:"Jelent\e9s \e9s letilt\e1s";font-size:.75rem}[data-widget-style=list_v3] [class*=comment-count],[data-widget-style=list_v3] [class*=comments-label]{font-size:0!important}[data-widget-style=list_v3] [class*=comment-count]:after,[data-widget-style=list_v3] [class*=comments-label]:after{content:"Hozz\e1sz\f3l\e1sok";font-size:.75rem}[data-widget-style=list_v3] input[class*=search],[data-widget-style=list_v3] input[placeholder*=keyword],[data-widget-style=list_v3] input[placeholder*=search],[data-widget-style=list_v3] input[placeholder*=Search]{font-size:.875rem}[data-widget-style=list_v3] [class*=author-grade],[data-widget-style=list_v3] [class*=author_grade],[data-widget-style=list_v3] [class*=authorGrade],[data-widget-style=list_v3] [class*=author-info] [class*=grade],[data-widget-style=list_v3] [class*=author_info] [class*=grade],[data-widget-style=list_v3] [class*=modify-review],[data-widget-style=list_v3] [class*=modify_review],[data-widget-style=list_v3] [class*=modifyReview],[data-widget-style=list_v3] [class*=delete-review],[data-widget-style=list_v3] [class*=delete_review],[data-widget-style=list_v3] [class*=deleteReview],[data-widget-style=list_v3] [class*=review-action] [class*=modify],[data-widget-style=list_v3] [class*=review-action] [class*=delete],[data-widget-style=list_v3] button[class*=modify],[data-widget-style=list_v3] button[class*=delete],[data-widget-style=list_v3] a[class*=modify],[data-widget-style=list_v3] a[class*=delete]{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
