@keyframes slideIn{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.announcement-bar{padding:1.25rem 0;text-align:center;font-size:1.125rem;font-weight:600;position:sticky;top:0;z-index:101;letter-spacing:.01em;box-shadow:0 2px 8px #00000026;animation:slideIn .6s ease-out;background:linear-gradient(90deg,var(--bg-start, #000000) 0%,var(--bg-mid, #1a1a1a) 50%,var(--bg-end, #000000) 100%);background-size:200% auto;position:relative;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.announcement-bar:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 3s infinite}.announcement-bar__content{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap;animation:pulse 2.5s ease-in-out infinite;position:relative;z-index:1}.announcement-bar__link{text-decoration:none;font-weight:700;color:inherit;transition:all .3s ease;padding:.5rem 1.25rem;border-radius:6px;background:#fff3;margin-left:.5rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 2px 8px #0003}.announcement-bar__link:hover{background:#ffffff59;transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px #0000004d}.collection{max-width:1400px;margin:0 auto;padding:0 2rem}.collection__header{padding:3rem 0 2rem;text-align:center;max-width:800px;margin:0 auto}.collection__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;color:#111827;letter-spacing:-.5px}.collection__description{font-size:1.125rem;line-height:1.6;color:#6b7280;margin-bottom:0}.collection__products{padding:2rem 0 5rem}.collection__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 640px){.collection__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.collection__grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.product-card__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.product-card__image-wrapper{position:relative;width:100%;overflow:hidden;background:#f5f5f5}.product-card__image{width:100%;height:auto;object-fit:cover;transition:transform .3s ease;display:block}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;top:1rem;right:1rem;background:#fff;color:#111827;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;box-shadow:0 2px 8px #0000001a}.product-card__content{padding:1rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1}.product-card__title{font-size:1.375rem;font-weight:700;margin-bottom:.75rem;color:#111827;line-height:1.3}.product-card__description{font-size:1rem;line-height:1.6;color:#6b7280;margin-bottom:1.5rem;flex:1}.product-card__footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.06)}.product-card__price-wrapper{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.product-card__price{font-size:1.75rem;font-weight:700;color:#111827}.product-card__price--compare{font-size:1.125rem;color:#9ca3af;text-decoration:line-through}.product-card__sale-badge{background:#10b981;color:#fff;padding:.25rem .625rem;border-radius:4px;font-size:.75rem;font-weight:600}.product-card__cta{color:#667eea;font-weight:600;font-size:.9375rem;transition:all .2s ease}.product-card:hover .product-card__cta{transform:translate(4px)}.product-card__features{display:flex;gap:1rem;flex-wrap:wrap}.product-card__feature{font-size:.875rem;color:#10b981;font-weight:500}.collection__empty{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#6b7280;font-size:1.125rem}.collection__pagination{margin-top:4rem;text-align:center}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.contact-cta{padding:6rem 0;background:#fafafa;text-align:center}.contact-cta__content{max-width:600px;margin:0 auto}.contact-cta__heading{font-size:clamp(1.75rem,3vw,2.25rem);margin-bottom:1rem;font-weight:600;line-height:1.3;color:#111827}.contact-cta__description{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;color:#6b7280}.contact-cta__email{display:inline-block;font-size:1.25rem;font-weight:600;color:#111827;text-decoration:none;padding:.5rem 0;border-bottom:2px solid #111827;transition:all .2s ease}.contact-cta__email:hover{color:#667eea;border-bottom-color:#667eea}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.faq{padding:5rem 0}.faq__heading{text-align:center;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem}.faq__description{text-align:center;font-size:1.125rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.faq__grid{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:1.5rem;transition:all .2s ease}.faq-item:hover{border-color:#00000026;box-shadow:0 4px 12px #0000000d}.faq-item[open]{border-color:var(--color-foreground)}.faq-item__question{font-size:1.125rem;font-weight:600;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;-webkit-user-select:none;user-select:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__icon{flex-shrink:0;transition:transform .3s ease}.faq-item[open] .faq-item__icon{transform:rotate(180deg)}.faq-item__answer{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.06);line-height:1.7;color:#555}.faq-item__answer p{margin-bottom:.75rem}.faq-item__answer p:last-child{margin-bottom:0}.featured-products{padding:4rem 0;overflow:hidden;position:relative}.featured-products__heading{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.featured-products__description{text-align:center;font-size:1.125rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.featured-products__grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:500px;margin:0 auto;justify-items:center;position:relative;z-index:1}@media (min-width: 768px){.featured-products__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;max-width:100%}}.featured-products__grid:has(.product-card:only-child){max-width:600px}.product-card{background:#fcfcfc;border-radius:20px;padding:2rem;box-shadow:0 4px 12px #00000014;transition:all .3s ease;width:100%;text-align:center;position:relative;overflow:visible}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0000001f}.product-card__link{text-decoration:none;color:inherit;display:block;position:relative}.product-card__image{margin-bottom:1.5rem;border-radius:16px;overflow:hidden;position:relative;width:100%}.product-card__image img{width:100%;height:auto;max-width:100%;display:block;border-radius:16px;aspect-ratio:16 / 10;object-fit:cover;position:relative}.product-card__info{padding-top:.5rem}.product-card__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.product-card__price{font-size:2rem;font-weight:700;color:var(--color-foreground);margin-bottom:1.5rem}.product-card__button{display:inline-block;padding:1rem 2.5rem;background-color:var(--color-foreground);color:var(--color-background);border-radius:50px;font-weight:600;text-decoration:none;transition:all .2s ease;font-size:1.0625rem}.product-card__button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.features{padding:5rem 0;background:#fafafa}.features__heading{text-align:center;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:3rem}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}@media (min-width: 768px){.features__grid{grid-template-columns:repeat(4,1fr);gap:2.5rem}}.feature-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;text-align:center;box-shadow:0 2px 8px #0000000a;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.feature-card__icon{font-size:2.5rem;margin-bottom:1rem}.feature-card__title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;line-height:1.4}.feature-card__description{font-size:.9375rem;color:#666;line-height:1.6}footer{margin-top:5rem;padding:3rem 0 2rem;border-top:1px solid rgba(0,0,0,.08)}.footer__top{display:flex;flex-direction:column;gap:2rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.06)}@media (min-width: 768px){.footer__top{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer__bottom{display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media (min-width: 768px){.footer__bottom{flex-direction:row;justify-content:space-between}}footer a{text-decoration:none;color:var(--color-foreground);transition:opacity .2s ease;font-size:.9375rem}footer a:hover{opacity:.7}.footer__links,.footer__policies{display:flex;gap:2rem;flex-wrap:wrap}.footer__links a,.footer__policies a{font-weight:500}.footer__copyright{font-size:.875rem;color:#666}.footer__payment{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.footer__payment svg{height:1.5rem;width:auto;opacity:.6}header{height:5rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background-color:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid rgba(0,0,0,.05)}header .header__title a{font-size:1.5rem;font-weight:700;letter-spacing:-.5px}header a{position:relative;text-decoration:none;color:var(--color-foreground);font-weight:500;transition:opacity .2s ease}header a:hover{opacity:.7}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin);background-color:var(--color-foreground);color:var(--color-background);border-radius:50%;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;top:-.5rem}header svg{width:1.75rem;height:1.75rem}header .header__menu,header .header__icons{display:flex;gap:1.5rem;align-items:center}@media (max-width: 768px){header .header__menu{display:none}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media (max-width: 1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{display:grid;grid-template-columns:1fr;gap:3rem;padding:4rem 0;align-items:center}@media (min-width: 768px){.hero{grid-template-columns:1fr 1fr;gap:4rem;padding:6rem 0}}.hero__content{max-width:600px}.hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-1px}.hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;margin-bottom:2rem;color:#666}.hero__button{display:inline-block;margin-top:1rem}.hero__social-proof{margin-top:2rem;text-align:left}.hero__stars{font-size:1.5rem;margin-bottom:.5rem;letter-spacing:.125rem;color:#fbbf24}.hero__users{font-size:1rem;font-weight:600;color:#374151;margin:0}.hero__image{order:-1}@media (min-width: 768px){.hero__image{order:1}}.hero__image img{border-radius:20px;box-shadow:0 10px 40px #0000001a;width:100%;height:auto}.page-about{padding:0 1.5rem;margin:0 auto}.page-about__container{max-width:900px;margin:0 auto}.page-about__hero{text-align:center;padding:5rem 0 3rem;border-bottom:1px solid #e5e7eb;margin-bottom:4rem}.page-about__title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin-bottom:1rem;color:#111827;letter-spacing:-.5px}.page-about__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}.page-about__content{padding-bottom:5rem}.page-about__section{margin-bottom:4rem}.page-about__section h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#111827}.page-about__section p{font-size:1.125rem;line-height:1.8;color:#374151;margin-bottom:1.25rem}.page-about__features{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media (min-width: 768px){.page-about__features{grid-template-columns:repeat(2,1fr)}}.page-about__feature{padding:2rem;background:#fafafa;border-radius:12px;transition:all .3s ease}.page-about__feature:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.page-about__feature-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.page-about__feature h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#111827}.page-about__feature p{font-size:1rem;line-height:1.6;color:#6b7280;margin-bottom:0}.page-contact{padding:0 1.5rem;margin:0 auto}.page-contact__container{max-width:900px;margin:0 auto}.page-contact__hero{text-align:center;padding:5rem 0 3rem;border-bottom:1px solid #e5e7eb;margin-bottom:4rem}.page-contact__title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin-bottom:1rem;color:#111827;letter-spacing:-.5px}.page-contact__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}.page-contact__content{padding-bottom:5rem}.page-contact__info{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width: 768px){.page-contact__info{grid-template-columns:repeat(2,1fr)}}.page-contact__card{text-align:center;padding:2.5rem 2rem;background:#fafafa;border-radius:16px;transition:all .3s ease}.page-contact__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.page-contact__icon{font-size:3rem;display:block;margin-bottom:1.25rem}.page-contact__card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#111827}.page-contact__card p{font-size:1rem;color:#6b7280;margin-bottom:1rem;line-height:1.6}.page-contact__link{display:inline-block;font-size:1.125rem;font-weight:600;color:#667eea;text-decoration:none;border-bottom:2px solid #667eea;padding-bottom:2px;transition:all .2s ease}.page-contact__link:hover{color:#5568d3;border-bottom-color:#5568d3}.page-contact__highlight{display:block;font-size:1.5rem;font-weight:700;color:#667eea;margin-top:.5rem}.page-contact__faq-prompt{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;margin-bottom:4rem}.page-contact__faq-prompt h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.page-contact__faq-prompt p{font-size:1.125rem;line-height:1.6;margin:0}.page-contact__text-link{color:#fff;text-decoration:underline;font-weight:600;transition:opacity .2s ease}.page-contact__text-link:hover{opacity:.8}.page-contact__cta{text-align:center;padding:3rem 2rem;background:#fafafa;border-radius:16px}.page-contact__cta h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#111827}.page-contact__cta p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.page-contact__button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.125rem;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.page-contact__button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.page-contact__social-proof{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08)}.page-contact__stars{font-size:1.5rem;margin-bottom:.5rem;letter-spacing:.125rem;color:#fbbf24}.page-contact__users{font-size:1rem;font-weight:600;color:#374151;margin:0}.page-header{padding:4rem 0 3rem;text-align:center;background:linear-gradient(180deg,#fafafa,#fff)}.page-header__content{max-width:800px;margin:0 auto;padding:0 2rem}.page-header__title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin-bottom:1.25rem;color:#111827;letter-spacing:-.5px;line-height:1.2}.page-header__description{font-size:1.25rem;line-height:1.6;color:#6b7280;margin:0}@media (max-width: 768px){.page-header{padding:3rem 0 2rem}}.product-page{display:grid;grid-template-columns:1fr;gap:3rem;padding:3rem 0}@media (min-width: 768px){.product-page{grid-template-columns:1fr 1fr;gap:4rem}}.product-images{display:flex;flex-direction:column;gap:1rem}.product-image{border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000014}.product-image img{width:100%;height:auto;display:block}.product-details{padding-top:1rem}.product-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.product-price{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-foreground)}.product-description{font-size:1.0625rem;line-height:1.7;margin-bottom:2rem;color:#555}.product-form__variants,.product-form__quantity{margin-bottom:1.5rem}.product-form__variants label,.product-form__quantity label{display:block;font-weight:600;margin-bottom:.5rem}.product-form__select,.product-form__input{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:border-color .2s ease}.product-form__select:focus,.product-form__input:focus{outline:none;border-color:var(--color-foreground)}.product-form__input[type=number]{max-width:120px}.product-form__button{width:100%;margin-bottom:1rem;padding:1rem 2rem;font-size:1.125rem}.shopify-payment-button{margin-top:.5rem}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.testimonials{padding:6rem 0;background:linear-gradient(180deg,#fafafa,#fff)}.testimonials__heading{text-align:center;font-size:clamp(2.25rem,4vw,3rem);margin-bottom:1rem;font-weight:700;letter-spacing:-.5px}.testimonials__description{text-align:center;font-size:1.125rem;color:#666;margin-bottom:4rem;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.6}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.testimonial-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 4px 20px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.04);position:relative;overflow:hidden}.testimonial-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);opacity:0;transition:opacity .3s ease}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.testimonial-card:hover:before{opacity:1}.testimonial-card__rating{font-size:1.125rem;margin-bottom:1.25rem;color:#fbbf24}.testimonial-card__quote{font-size:1.0625rem;line-height:1.75;color:#374151;margin:0 0 2rem;font-weight:400}.testimonial-card__author{display:flex;align-items:center;gap:1rem}.testimonial-card__avatar{flex-shrink:0;width:48px;height:48px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.125rem}.testimonial-card__avatar img{width:100%;height:100%;object-fit:cover}.testimonial-card__author-info{flex:1}.testimonial-card__name{font-weight:600;margin-bottom:.125rem;font-size:1rem;color:#111827}.testimonial-card__title{font-size:.875rem;color:#6b7280}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
