:root{--color-primary: #A0D5DE;--color-primary-dark: #2C7A8B;--color-teal-bg: #4FB4C7;--color-white: #ffffff;--color-black: #000000;--color-gray-50: #FAFAFA;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-brand-green: #22c55e;--color-red-600: #dc2626;--color-blue-600: #2563eb;--font-sans: "Inter", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}body{font-family:var(--font-sans);color:var(--color-gray-800);background:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden;max-width:100%}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.container{max-width:1280px;margin:0 auto;padding:0 1rem;width:100%;box-sizing:border-box}@media(min-width:640px){.container{padding:0 1.5rem}}.ticker-wrap{width:100%;overflow:hidden;white-space:nowrap;display:flex;max-width:100vw}.ticker-content{display:flex;animation:ticker 30s linear infinite}.ticker-content-slow{display:flex;animation:ticker 40s linear infinite}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{border-bottom:1px solid var(--color-gray-200);padding:1rem 1.5rem;position:sticky;top:0;background:var(--color-white);z-index:50;max-width:100%;overflow:hidden}.site-header__inner{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;position:relative}.site-header__logo{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem}.site-header__logo img{height:auto}.site-header__logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.025em;color:var(--color-gray-800)}.site-header__logo-text span{font-weight:400}.site-header__nav{display:flex;align-items:center;gap:1.25rem}.site-header__nav a{font-size:.875rem;font-weight:500;color:var(--color-gray-700);transition:color .2s}.site-header__nav a:hover{color:var(--color-black)}.site-header__cart{color:var(--color-gray-600);transition:color .2s}.site-header__cart:hover{color:var(--color-black)}.announcement-bar{background:var(--color-black);color:var(--color-white);font-size:10px;font-weight:700;letter-spacing:.1em;padding:.375rem 0;overflow:hidden;max-width:100%}@media(min-width:640px){.announcement-bar{font-size:.75rem}}.announcement-bar__item{padding:0 1rem;flex-shrink:0}.product-hero{padding:1.5rem 0 4rem;overflow:hidden}@media(min-width:640px){.product-hero{padding:2.5rem 0 5rem}}.product-hero__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:1024px){.product-hero__grid{grid-template-columns:1fr 1fr;gap:4rem}}.product-images{width:100%;min-width:0}.product-images__main{width:100%;aspect-ratio:1 / 1;background:var(--color-gray-100);border-radius:0;overflow:hidden;border:none;box-shadow:none}@media(min-width:640px){.product-images__main{border-radius:.75rem;border:1px solid var(--color-gray-200);box-shadow:0 1px 3px #0000000d}}.product-images__main img{width:100%;height:100%;object-fit:cover;display:block}.product-images__thumbs{display:flex;flex-direction:row;gap:.5rem;margin-top:.625rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:2px 1rem 6px}@media(min-width:640px){.product-images__thumbs{padding:2px 2px 6px}}.product-images__thumbs::-webkit-scrollbar{height:3px}.product-images__thumbs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.product-images__thumb{flex-shrink:0;width:72px;height:72px;background:var(--color-gray-100);border-radius:.5rem;overflow:hidden;border:2px solid transparent;cursor:pointer;scroll-snap-align:start;transition:border-color .2s,transform .15s}@media(min-width:640px){.product-images__thumb{width:84px;height:84px}}.product-images__thumb:hover{transform:translateY(-2px);border-color:var(--color-gray-300)}.product-images__thumb.active{border-color:var(--color-primary-dark)}.product-images__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-info{min-width:0;overflow-wrap:break-word;word-wrap:break-word}.product-info__stars{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product-info__stars svg{width:1rem;height:1rem;fill:var(--color-brand-green)}.product-info__stars-text{font-size:.875rem;font-weight:500;color:var(--color-gray-600)}.product-info__title{font-size:1.875rem;font-weight:800;color:var(--color-gray-900);margin-bottom:.5rem;line-height:1.2;overflow-wrap:break-word;word-wrap:break-word}@media(min-width:640px){.product-info__title{font-size:2.25rem}}.product-info__price{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.product-info__price-current{font-size:1.875rem;font-weight:700;color:var(--color-primary-dark)}.product-info__price-compare{font-size:1.125rem;color:var(--color-gray-400);text-decoration:line-through}.product-info__badge{background:var(--color-primary-dark);color:var(--color-white);font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.25rem;display:inline-flex;align-items:center;gap:.25rem}.product-info__description{color:var(--color-gray-500);font-size:.875rem;line-height:1.75;margin-bottom:2rem}@media(min-width:640px){.product-info__description{font-size:1rem}}.product-info__description p{margin-bottom:1rem}.product-info__description p:last-child{margin-bottom:0}.product-info__description .highlight{font-weight:500;color:var(--color-gray-700)}.product-variants{margin-bottom:2rem}.product-variants__label{font-size:.875rem;font-weight:600;color:var(--color-gray-800);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.product-variants__options{display:flex;flex-wrap:wrap;gap:.75rem}.product-variants__option{border:1px solid var(--color-gray-300);color:var(--color-gray-600);font-weight:500;font-size:.875rem;padding:.625rem 1.5rem;border-radius:.375rem;transition:all .2s;background:transparent}.product-variants__option:hover{border-color:var(--color-gray-400);background:var(--color-gray-50)}.product-variants__option.active{border:2px solid var(--color-primary);background:#a0d5de1a;color:var(--color-gray-800);font-weight:600}.btn-cta{width:100%;background:var(--color-primary);color:var(--color-gray-900);font-weight:700;font-size:1.125rem;padding:1rem;border-radius:.75rem;border:1px solid #8ec2ca;box-shadow:0 4px 14px #a0d5de63;transition:all .2s;margin-bottom:1rem}.btn-cta:hover{background:#8ec2ca;box-shadow:0 6px 20px #a0d5de3b;transform:translateY(-2px)}.payment-icons{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.payment-icon{width:2.25rem;height:1.5rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:8px}.feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:2rem;max-width:100%}@media(min-width:640px){.feature-cards{gap:1rem}}.feature-card{background:var(--color-gray-50);border:1px solid var(--color-gray-100);border-radius:.75rem;padding:1rem;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;overflow:hidden}.feature-card__icon{width:1.5rem;height:1.5rem;margin-bottom:.5rem}.feature-card__title{font-size:.75rem;font-weight:700;color:var(--color-gray-800);margin-bottom:.25rem;overflow-wrap:break-word;word-wrap:break-word}@media(min-width:640px){.feature-card__title{font-size:.875rem}}.feature-card__text{font-size:10px;color:var(--color-gray-500);line-height:1.4;overflow-wrap:break-word;word-wrap:break-word}@media(min-width:640px){.feature-card__text{font-size:11px}}.product-faq{margin-top:.5rem;max-width:100%}.product-faq__item{border:1px solid var(--color-gray-200);border-radius:.5rem;margin-bottom:.5rem;overflow:hidden}.product-faq__question{width:100%;min-width:0;display:flex;justify-content:space-between;align-items:center;padding:.875rem 1rem;font-weight:700;font-size:.8125rem;color:var(--color-gray-900);text-align:left;background:var(--color-white);transition:background .2s;word-break:break-word}.product-faq__question:hover{background:var(--color-gray-50)}.product-faq__icon{font-size:1.5rem;font-weight:300;color:var(--color-gray-400);transition:transform .3s;flex-shrink:0;margin-left:1rem}.product-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0}.product-faq__answer.open{opacity:1}.product-faq__answer-inner{padding:0 1rem .875rem;font-size:.8125rem;color:var(--color-gray-500);line-height:1.7}.benefits-ticker{background:var(--color-white);border-top:1px solid var(--color-gray-200);padding:.75rem 0;overflow:hidden;max-width:100%}.benefits-ticker__item{display:flex;align-items:center;flex-shrink:0;padding:0 2rem;font-size:.875rem;font-weight:600;color:var(--color-primary-dark)}@media(min-width:640px){.benefits-ticker__item{font-size:1rem}}.benefits-ticker__icon{width:1.25rem;height:1.25rem;margin-right:.5rem;color:var(--color-primary)}.review-banner{background:#2a2a2a;color:var(--color-white);text-align:center;padding:.625rem 1rem;font-size:10px;font-weight:500;letter-spacing:.02em;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.375rem;overflow:hidden}@media(min-width:640px){.review-banner{font-size:.75rem}}.teal-features{background:var(--color-teal-bg);padding:5rem 0;color:var(--color-white);overflow:hidden}@media(min-width:640px){.teal-features{padding:7rem 0}}.teal-features__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.teal-features__grid{grid-template-columns:1fr 1fr;gap:5rem}}.teal-features__list{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:640px){.teal-features__list{grid-template-columns:1fr 1fr;gap:2rem 2rem}}.teal-feature__icon{width:2rem;height:2rem;margin-bottom:1rem}.teal-feature__title{font-weight:700;font-size:1.25rem;margin-bottom:.5rem}@media(min-width:640px){.teal-feature__title{font-size:1.5rem}}.teal-feature__text{font-size:.875rem;opacity:.9;line-height:1.7;font-weight:500}@media(min-width:640px){.teal-feature__text{font-size:1rem}}.annotated-image{position:relative;width:100%;aspect-ratio:1;background:transparent;border-radius:.75rem;overflow:hidden;box-shadow:0 20px 40px #0003;border:4px solid rgba(26,59,110,.5)}@media(min-width:768px){.annotated-image{aspect-ratio:4/3}}.annotated-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.annotation{position:absolute;display:flex;align-items:center;gap:.75rem;z-index:10;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2));transition:transform .2s}.annotation:hover{transform:scale(1.05)}.annotation__circle{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:#2b4c7ecc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.annotation__circle svg{width:1.25rem;height:1.25rem}.annotation__text{color:var(--color-white);font-size:.875rem}.annotation__text strong{display:block;font-weight:700}.annotation__text span{opacity:.9;font-weight:300}.thermal-section{padding:5rem 0;background:linear-gradient(to bottom,var(--color-white),var(--color-gray-50));border-top:1px solid var(--color-gray-100);overflow:hidden}@media(min-width:640px){.thermal-section{padding:7rem 0}}.thermal-section__header{text-align:center;margin-bottom:3rem}@media(min-width:640px){.thermal-section__header{margin-bottom:4rem}}.thermal-section__label{color:var(--color-primary-dark);font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;margin-bottom:1rem}@media(min-width:640px){.thermal-section__label{font-size:.875rem}}.thermal-section__title{font-size:1.875rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1rem}@media(min-width:640px){.thermal-section__title{font-size:2.25rem}}@media(min-width:768px){.thermal-section__title{font-size:3rem}}.thermal-section__subtitle{color:var(--color-gray-500);max-width:42rem;margin:0 auto;font-size:.875rem}@media(min-width:640px){.thermal-section__subtitle{font-size:1rem}}.thermal-layout{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:100%;margin:0 auto}@media(min-width:1024px){.thermal-layout{flex-direction:row;justify-content:center;gap:2.5rem}}.thermal-text{width:100%;text-align:center;min-width:0}@media(min-width:1024px){.thermal-text{width:240px;text-align:left;flex-shrink:0}}.thermal-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-weight:700;font-size:.75rem;margin-bottom:1.25rem}@media(min-width:640px){.thermal-tag{font-size:.875rem}}.thermal-tag--danger{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.thermal-tag--safe{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.thermal-tag svg{width:1rem;height:1rem}.thermal-text h3{font-size:1.25rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.75rem}@media(min-width:640px){.thermal-text h3{font-size:1.5rem}}.thermal-text p{font-size:13px;color:var(--color-gray-600);line-height:1.7;font-weight:500}@media(min-width:640px){.thermal-text p{font-size:.875rem}}.compare-container{position:relative;width:100%;max-width:400px;aspect-ratio:4/4;background:#1e3a5f;overflow:hidden;cursor:ew-resize;-webkit-user-select:none;user-select:none;box-shadow:0 25px 50px #00000026;border-radius:1rem;border:4px solid var(--color-white);flex-shrink:1;min-width:0}.compare-container img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.compare-label{position:absolute;top:1rem;padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;z-index:5}.compare-label--before{left:1rem;background:#ffffffe6;color:#dc2626}.compare-label--after{right:1rem;background:#ffffffe6;color:#1d4ed8}.compare-top{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;clip-path:inset(0 50% 0 0)}.compare-handle{position:absolute;top:0;bottom:0;width:3px;background:var(--color-white);left:50%;transform:translate(-50%);pointer-events:none;box-shadow:0 0 10px #0000004d;z-index:10}.compare-handle__btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.5rem;height:2.5rem;background:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000004d}.compare-handle__btn svg{width:1.25rem;height:1.25rem;color:var(--color-gray-800)}.temp-scale{width:100%;margin-top:2rem;padding:0 .5rem}.temp-scale__bar{width:100%;height:.75rem;border-radius:9999px;background:linear-gradient(to right,#1d2ab5,#2ebff1,#c1f237,#f6c019,#f05417,#df1917)}.temp-scale__labels{display:flex;justify-content:space-between;font-size:.75rem;font-weight:700;margin-top:.75rem;color:var(--color-gray-500)}.thermal-source{font-size:9px;color:var(--color-gray-400);text-align:center;margin-top:3rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600}@media(min-width:640px){.thermal-source{margin-top:4rem}}.steps-section{padding:5rem 0;background:var(--color-gray-50);border-top:1px solid var(--color-gray-200);position:relative;overflow:hidden}@media(min-width:640px){.steps-section{padding:7rem 0}}.steps-section__header{text-align:center;margin-bottom:4rem}@media(min-width:640px){.steps-section__header{margin-bottom:6rem}}.steps-section__title{font-size:1.875rem;font-weight:800;color:var(--color-gray-900)}@media(min-width:640px){.steps-section__title{font-size:2.25rem}}@media(min-width:768px){.steps-section__title{font-size:3rem}}.steps-section__line{width:5rem;height:.375rem;background:var(--color-primary);margin:1.5rem auto 0;border-radius:9999px;opacity:.6}.steps-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.step{position:relative}@media(min-width:768px){.step:nth-child(2){transform:translateY(2rem)}}.step__image{position:relative;aspect-ratio:4/3;border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #0000000d;background:var(--color-gray-200)}.step__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.step:hover .step__image img{transform:scale(1.05)}.step__card{position:relative;margin-top:-1.5rem;margin-left:1rem;margin-right:1rem;background:var(--color-white);border-radius:1rem;padding:1.5rem;box-shadow:0 8px 30px #00000014;transition:all .3s}@media(min-width:640px){.step__card{margin-left:1.5rem;margin-right:1.5rem;padding:2rem}}.step:hover .step__card{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.step__number{position:absolute;top:-1.5rem;left:1.5rem;width:3rem;height:3rem;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.25rem;color:var(--color-gray-900);border:4px solid var(--color-white)}.step__title{font-weight:700;color:var(--color-gray-900);font-size:1.0625rem;margin-bottom:.75rem;margin-top:1rem}@media(min-width:640px){.step__title{font-size:1.125rem}}.step__text{font-size:13px;color:var(--color-gray-500);line-height:1.7;font-weight:500}@media(min-width:640px){.step__text{font-size:.875rem}}.reviews-section{padding:5rem 0;background:linear-gradient(to bottom,#e8f6f8,#d6eff2);border-top:1px solid #c6e7eb;overflow:hidden}@media(min-width:640px){.reviews-section{padding:7rem 0}}.reviews-section__header{text-align:center;margin-bottom:3rem}@media(min-width:640px){.reviews-section__header{margin-bottom:4rem}}.reviews-section__badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-white);padding:.5rem 1rem;border-radius:9999px;box-shadow:0 1px 3px #0000000d;border:1px solid var(--color-gray-100);margin-bottom:1rem}.reviews-section__badge-stars{display:flex}.reviews-section__badge-stars svg{width:1rem;height:1rem;fill:var(--color-brand-green)}.reviews-section__badge-text{font-size:.875rem;font-weight:600;color:var(--color-gray-700)}.reviews-section__title{font-size:1.875rem;font-weight:800;color:var(--color-gray-900)}@media(min-width:640px){.reviews-section__title{font-size:2.25rem}}@media(min-width:768px){.reviews-section__title{font-size:3rem}}.reviews-masonry{columns:1;gap:1.5rem}@media(min-width:768px){.reviews-masonry{columns:2}}@media(min-width:1024px){.reviews-masonry{columns:3}}.review-card{break-inside:avoid;background:var(--color-white);border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px #00000008;margin-bottom:1.5rem;transition:box-shadow .3s;position:relative;overflow:hidden}.review-card:hover{box-shadow:0 10px 30px #00000014}.review-card__quote{position:absolute;top:1rem;right:1rem;width:4rem;height:4rem;color:var(--color-gray-50);opacity:.5;transform:rotate(180deg)}.review-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;position:relative;z-index:10}.review-card__name{font-weight:700;color:var(--color-gray-900);font-size:.875rem}.review-card__stars{display:flex;margin-top:.25rem}.review-card__stars svg{width:.875rem;height:.875rem;fill:#facc15}.review-card__verified{display:inline-flex;align-items:center;gap:.25rem;background:#fdf2f8;color:#c41e3a;padding:.25rem .5rem;border-radius:9999px;font-size:10px;font-weight:700;letter-spacing:.02em;flex-shrink:0}.review-card__verified svg{width:.75rem;height:.75rem}.review-card__body{font-size:.875rem;color:var(--color-gray-700);line-height:1.7;margin-bottom:1rem;position:relative;z-index:10}.review-card__images{display:grid;gap:.5rem;margin-bottom:1rem}.review-card__images--single{grid-template-columns:1fr}.review-card__images--double{grid-template-columns:1fr 1fr}.review-card__image{border-radius:.5rem;overflow:hidden;border:1px solid var(--color-gray-100);background:var(--color-gray-50)}.review-card__image--landscape{aspect-ratio:16/9}.review-card__image--square{aspect-ratio:1}.review-card__image img{width:100%;height:100%;object-fit:cover}.review-card__date{font-size:11px;color:var(--color-gray-400);font-weight:500;position:relative;z-index:10}.faq-section{padding:5rem 0;background:linear-gradient(to bottom,#d6eff2,#e8f6f8);overflow:hidden}@media(min-width:640px){.faq-section{padding:7rem 0}}.faq-layout{display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.faq-layout{flex-direction:row;gap:6rem;align-items:flex-start}}.faq-sidebar{width:100%;min-width:0}@media(min-width:1024px){.faq-sidebar{width:33.33%;position:sticky;top:8rem}}.faq-sidebar__title{font-size:1.875rem;font-weight:800;color:var(--color-gray-900);margin-bottom:1rem;line-height:1.2}@media(min-width:640px){.faq-sidebar__title{font-size:2.25rem}}@media(min-width:768px){.faq-sidebar__title{font-size:3rem}}.faq-sidebar__subtitle{color:var(--color-gray-500);font-size:.875rem;font-weight:500}@media(min-width:640px){.faq-sidebar__subtitle{font-size:1rem}}.faq-content{width:100%;min-width:0}@media(min-width:1024px){.faq-content{width:66.67%}}.faq-item{background:var(--color-white);border-radius:.75rem;box-shadow:0 4px 15px #00000008;padding:1.25rem;margin-bottom:1rem;border:1px solid var(--color-white);transition:all .2s}@media(min-width:640px){.faq-item{padding:1.75rem}}.faq-item:hover{box-shadow:0 8px 25px #0000000f;border-color:var(--color-gray-100)}.faq-item__question{width:100%;font-weight:700;color:var(--color-gray-900);font-size:.9375rem;display:flex;justify-content:space-between;align-items:center;text-align:left;background:none;min-width:0;word-break:break-word}@media(min-width:640px){.faq-item__question{font-size:1.0625rem}}.faq-item__icon{color:var(--color-gray-400);font-size:1.5rem;font-weight:300;transition:transform .3s;flex-shrink:0;margin-left:1rem}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0}.faq-item__answer.open{opacity:1}.faq-item__answer-inner{margin-top:1rem;font-size:13px;color:var(--color-gray-500);line-height:1.7;font-weight:500;padding-right:2rem}@media(min-width:640px){.faq-item__answer-inner{font-size:.875rem}}.support-card{margin-top:2rem;background:var(--color-white);border-radius:1rem;padding:1.5rem;box-shadow:0 8px 30px #0000000f;border:1px solid var(--color-white);transition:all .3s}@media(min-width:640px){.support-card{padding:2rem;margin-top:3rem}}.support-card:hover{border-color:var(--color-gray-100);box-shadow:0 12px 40px #0000001a}.support-card__header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}@media(min-width:640px){.support-card__header{flex-direction:row;justify-content:space-between;align-items:center}}.support-card__title{font-weight:700;color:#8a2b43;font-size:1.125rem}.support-card__avatars{display:flex}.support-card__avatars img{width:2.25rem;height:2.25rem;border-radius:50%;border:2px solid var(--color-white);object-fit:cover;box-shadow:0 1px 3px #0000001a;margin-left:-.75rem}.support-card__avatars img:first-child{margin-left:0}.support-card__body{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.support-card__body{flex-direction:row;align-items:center;justify-content:space-between}}.support-card__text{font-size:13px;color:var(--color-gray-500);line-height:1.7;font-weight:500;max-width:28rem}@media(min-width:640px){.support-card__text{font-size:.875rem}}.btn-whatsapp{display:inline-flex;align-items:center;gap:.5rem;color:#25d366;font-weight:700;font-size:.875rem;background:#25d3661a;padding:.75rem 1.5rem;border-radius:.5rem;transition:all .3s;justify-content:center;flex-shrink:0}.btn-whatsapp:hover{background:#25d366;color:var(--color-white)}.btn-whatsapp svg{width:1.25rem;height:1.25rem}.value-props{padding:4rem 0;background:linear-gradient(to bottom,#e8f6f8,#eef9fa,var(--color-white));border-top:1px solid #d6eff2;overflow:hidden}@media(min-width:640px){.value-props{padding:6rem 0}}.value-props__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:640px){.value-props__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(min-width:1024px){.value-props__grid{grid-template-columns:repeat(4,1fr)}}.value-prop{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}@media(min-width:640px){.value-prop{align-items:flex-start;text-align:left}}.value-prop__icon{width:3rem;height:3rem;margin-bottom:1.25rem;color:#5d6b82;transition:color .3s}.value-prop:hover .value-prop__icon{color:var(--color-primary-dark)}.value-prop__title{font-weight:700;color:var(--color-gray-900);font-size:1.0625rem;margin-bottom:.75rem}.value-prop__text{font-size:13px;color:var(--color-gray-500);line-height:1.7;font-weight:500}@media(min-width:640px){.value-prop__text{font-size:.875rem}}.site-footer{background:var(--color-white);padding:4rem 0 2rem}.site-footer__top{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}@media(min-width:768px){.site-footer__top{flex-direction:row;justify-content:space-between;align-items:flex-end}}.site-footer__brand{max-width:20rem}.site-footer__logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.site-footer__logo-text{font-size:1.5rem;font-weight:700;color:var(--color-gray-900)}.site-footer__logo-text span{font-weight:400}.site-footer__tagline{font-size:13px;color:var(--color-gray-500);font-weight:500}@media(min-width:640px){.site-footer__tagline{font-size:.875rem}}.site-footer__links a{font-size:.875rem;font-weight:600;color:var(--color-gray-900);transition:color .2s}.site-footer__links a:hover{color:var(--color-primary)}.site-footer__bottom{padding-top:2rem;border-top:1px solid var(--color-gray-200);display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media(min-width:768px){.site-footer__bottom{flex-direction:row;justify-content:space-between}}.site-footer__copyright{font-size:11px;color:var(--color-gray-500);font-weight:500}@media(min-width:640px){.site-footer__copyright{font-size:.75rem}}.shopify-payment-button__button{display:none!important}.ap-footer{background:#a0d5de;border-top:1px solid #8ec2ca;padding:3rem 1.5rem 0;overflow:hidden;position:relative}.ap-footer__inner{max-width:1280px;margin:0 auto;position:relative;z-index:1}.ap-footer__cta-card{background:#ffffff59;border:1px solid rgba(255,255,255,.5);border-radius:2rem;padding:2.5rem;display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem;box-shadow:0 4px 24px #2c7a8b1a}@media(min-width:768px){.ap-footer__cta-card{flex-direction:row;align-items:center;justify-content:space-between;padding:3rem}}.ap-footer__cta-left{max-width:560px}.ap-footer__cta-stars{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.ap-footer__stars-icon{color:#fff;font-size:.75rem;letter-spacing:.1em}.ap-footer__stars-text{color:#0000008c;font-size:.8125rem;font-weight:500}.ap-footer__cta-heading{font-size:1.375rem;font-weight:600;color:#111827;line-height:1.35;margin:0}@media(min-width:768px){.ap-footer__cta-heading{font-size:1.875rem}}.ap-footer__cta-btn{display:inline-block;background:#2c7a8b;color:#fff;font-weight:700;font-size:.9375rem;padding:.875rem 2.25rem;border-radius:999px;text-decoration:none;white-space:nowrap;transition:all .2s;flex-shrink:0;box-shadow:0 4px 14px #00000026}.ap-footer__cta-btn:hover{background:#235f6e;transform:translateY(-1px)}.ap-footer__divider{border:none;border-top:1px solid rgba(255,255,255,.4);margin:0 0 3rem}.ap-footer__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:5rem}@media(min-width:768px){.ap-footer__grid{grid-template-columns:1fr 1fr 1fr}}.ap-footer__col--wide{grid-column:span 2}@media(min-width:768px){.ap-footer__col--wide{grid-column:span 1}}.ap-footer__col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.ap-footer__col-heading{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:1.5rem;letter-spacing:-.01em}@media(min-width:768px){.ap-footer__col-heading{font-size:1.375rem}}.ap-footer__nav-link{font-size:.875rem;font-weight:600;color:#0009;text-decoration:none;transition:color .2s}.ap-footer__nav-link:hover{color:#111827}.ap-footer__bottom{border-top:1px solid rgba(255,255,255,.4);padding:1.5rem 0 7rem;display:flex;flex-direction:column;gap:1rem;align-items:center;position:relative;z-index:1}@media(min-width:768px){.ap-footer__bottom{flex-direction:row;justify-content:space-between}}.ap-footer__payments{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.ap-footer__payment-icon{height:26px;width:auto;border-radius:4px;border:1px solid rgba(255,255,255,.4);padding:2px 8px;background:#ffffff4d;object-fit:contain}.ap-footer__payment-svg{height:26px;width:auto;border-radius:4px;opacity:.8}.ap-footer__copyright{font-size:.8125rem;color:#00000080;font-weight:500;text-align:center}@media(min-width:768px){.ap-footer__copyright{text-align:right}}.ap-footer__bg-text{position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);font-size:15vw;font-weight:900;color:#00000014;line-height:1;letter-spacing:-.02em;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.product-cta-row{display:flex;gap:.75rem;margin-bottom:1rem}.product-cta-row .btn-cta{flex:1;margin-bottom:0}.btn-donate{flex-shrink:0;background:#fff0f3;color:#e11d48;font-weight:700;font-size:.8125rem;padding:1rem 1.25rem;border-radius:.75rem;border:2px solid #fecdd3;display:flex;align-items:center;gap:.5rem;transition:all .2s;white-space:nowrap}.btn-donate:hover{background:#ffe4e9;border-color:#fda4af;transform:translateY(-2px)}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:998;opacity:0;pointer-events:none;transition:opacity .3s}.cart-drawer-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:-420px;width:400px;max-width:90vw;height:100vh;background:#fff;z-index:999;display:flex;flex-direction:column;box-shadow:-4px 0 30px #0000001a;transition:right .3s ease}.cart-drawer.open{right:0}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.cart-drawer__title{font-weight:700;font-size:1.125rem;display:flex;align-items:center;gap:.5rem;color:#111827}.cart-drawer__close{font-size:1.25rem;color:#6b7280;padding:.25rem;transition:color .2s}.cart-drawer__close:hover{color:#111827}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__empty{text-align:center;padding:3rem 1rem;color:#9ca3af;font-size:.9375rem}.cart-drawer__item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:.75rem;margin-bottom:.75rem;position:relative;border:1px solid #e5e7eb;background:#fff}.cart-drawer__item--donate{border-color:#fecdd3;background:#fff5f7}.cart-drawer__item-icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:#f3f4f6}.cart-drawer__item--donate .cart-drawer__item-icon{background:#ffe4e9}.cart-drawer__item-info{flex:1;min-width:0}.cart-drawer__item-title{font-weight:700;font-size:.8125rem;color:#111827;margin-bottom:.125rem}.cart-drawer__item-variant{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.donate-tag{font-size:.6875rem;font-weight:700;color:#e11d48;display:flex;align-items:center;gap:.25rem;margin-bottom:.375rem}.cart-drawer__item-qty{display:flex;align-items:center;gap:.5rem;margin-top:.375rem}.cart-drawer__qty-btn{width:1.5rem;height:1.5rem;border-radius:.25rem;border:1px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#374151;background:#fff;cursor:pointer;transition:all .15s}.cart-drawer__qty-btn:hover{background:#f3f4f6}.cart-drawer__item-qty span{font-size:.8125rem;font-weight:600;min-width:1rem;text-align:center}.cart-drawer__item-price{font-weight:700;font-size:.8125rem;color:#111827;flex-shrink:0}.cart-drawer__item-remove{position:absolute;top:.5rem;right:.5rem;font-size:.75rem;color:#9ca3af;padding:.25rem;cursor:pointer;transition:color .15s;background:none;border:none}.cart-drawer__item-remove:hover{color:#ef4444}.cart-drawer__footer{padding:1rem 1.5rem 1.5rem;border-top:1px solid #e5e7eb}.cart-drawer__donation-note{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#fff5f7;border:1px solid #fecdd3;border-radius:.5rem;margin-bottom:.75rem;font-size:.75rem;color:#6b7280;line-height:1.5}.cart-drawer__donation-note strong{display:block;color:#111827;font-size:.75rem}.cart-drawer__donation-note span{font-size:.6875rem}.cart-drawer__discount-banner{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;background:#fff0f3;border:1px solid #fecdd3;border-radius:.5rem;margin-bottom:.75rem;font-size:.8125rem;font-weight:700;color:#e11d48}.cart-drawer__totals{margin-bottom:1rem}.cart-drawer__subtotal,.cart-drawer__total{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#374151;padding:.25rem 0}.cart-drawer__total{font-weight:700;font-size:1.125rem;color:#111827}.cart-drawer__checkout{display:block;width:100%;text-align:center;background:#111827;color:#fff;font-weight:700;font-size:1rem;padding:.875rem;border-radius:.75rem;transition:all .2s;text-decoration:none}.cart-drawer__checkout:hover{background:#1f2937}.donate-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s}.donate-modal-overlay.open{opacity:1;pointer-events:auto}.donate-modal{position:fixed;bottom:-100%;left:50%;transform:translate(-50%);width:420px;max-width:95vw;background:#fff;border-radius:1.5rem 1.5rem 0 0;z-index:1001;transition:bottom .3s ease;padding:1.5rem}@media(min-width:640px){.donate-modal{bottom:auto;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);border-radius:1.5rem;opacity:0;pointer-events:none;transition:all .3s}.donate-modal.open{transform:translate(-50%,-50%) scale(1);opacity:1;pointer-events:auto}}.donate-modal.open{bottom:0}.donate-modal__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.donate-modal__title{font-weight:800;font-size:1.25rem;color:#111827}.donate-modal__subtitle{font-size:.8125rem;color:#6b7280;margin-top:.25rem}.donate-modal__close{font-size:1.25rem;color:#9ca3af;padding:.25rem}.donate-modal__body{margin-bottom:1.5rem}.donate-modal__size-label,.donate-modal__qty-label{font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.donate-modal__qty-label{margin-top:1.25rem}.donate-modal__sizes{display:flex;gap:.5rem}.donate-modal__size{flex:1;padding:.625rem;border:1px solid #d1d5db;border-radius:.5rem;font-weight:600;font-size:.8125rem;color:#6b7280;background:#fff;text-align:center;cursor:pointer;transition:all .15s}.donate-modal__size:hover{border-color:#9ca3af;background:#fafafa}.donate-modal__size.active{border:2px solid #e11d48;background:#fff5f7;color:#e11d48}.donate-modal__qty{display:flex;align-items:center;gap:1rem}.donate-modal__qty-btn{width:2.25rem;height:2.25rem;border-radius:.5rem;border:1px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:#374151;background:#fff;cursor:pointer;transition:all .15s}.donate-modal__qty-btn:hover{background:#f3f4f6}.donate-modal__qty-num{font-size:1.25rem;font-weight:700;color:#111827;min-width:1.5rem;text-align:center}.donate-modal__info{margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem}.donate-modal__info-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#374151;font-weight:500}.donate-modal__info-item svg{color:#22c55e;flex-shrink:0}.donate-modal__add{width:100%;padding:.875rem;background:#e11d48;color:#fff;font-weight:700;font-size:1rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;transition:all .2s}.donate-modal__add:hover{background:#be123c}.site-header__cart{position:relative}.cart-count{position:absolute;top:-8px;right:-8px;background:#e11d48;color:#fff;font-size:11px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex!important;align-items:center;justify-content:center;line-height:1}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
