:root{--color-primary: #2DD4BF;--color-primary-soft: #CCFBF1;--color-primary-dark: #0D9488;--color-bg: #FDF6EC;--color-surface: #F0EBE0;--color-text: #1A1A2E;--color-muted: #6B7280;--teal: var(--color-primary);--teal-dark: var(--color-primary-dark);--teal-light: var(--color-primary-soft);--teal-mid: rgba(45,212,191,.12);--cream: var(--color-bg);--cream-dark: var(--color-surface);--dark: var(--color-text);--dark-mid: #2d2d4a;--gray: var(--color-muted);--gray-light: #f5f5f4;--white: #ffffff;--font-heading: "Plus Jakarta Sans", sans-serif;--font-body: "DM Sans", sans-serif;--radius-sm: 10px;--radius-md: 18px;--radius-lg: 26px;--radius-pill: 999px;--shadow-sm: 0 1px 4px rgba(26,26,46,.06);--shadow-md: 0 6px 24px rgba(26,26,46,.1);--shadow-lg: 0 16px 52px rgba(26,26,46,.14);--shadow-teal: 0 6px 28px rgba(45,212,191,.28);--shadow-coral: 0 6px 28px rgba(45,212,191,.28);--ease-bounce: cubic-bezier(.34, 1.56, .64, 1);--ease-smooth: cubic-bezier(.25, .46, .45, .94);--transition: all .28s var(--ease-bounce);--transition-fast: all .18s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);background:var(--cream);color:var(--dark);font-size:16px;line-height:1.65;font-weight:600}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}input,textarea,select{font-family:inherit}.skip-to-content{position:absolute;top:-100%;left:1rem;z-index:9999;background:var(--teal);color:var(--dark);padding:.5rem 1rem;border-radius:var(--radius-sm);font-weight:700}.skip-to-content:focus{top:.5rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-pad{padding:5rem 1.5rem}.btn-primary{display:inline-flex;align-items:center;gap:.4rem;background:var(--color-primary);color:var(--color-text);padding:.875rem 2rem;border-radius:var(--radius-pill);font-family:var(--font-heading);font-weight:700;font-size:1rem;box-shadow:var(--shadow-teal);transition:var(--transition)}.btn-primary:hover{background:var(--color-primary-dark);color:var(--white);transform:translateY(-3px) scale(1.03);box-shadow:0 14px 40px #2dd4bf59}.btn-teal{display:inline-flex;align-items:center;gap:.4rem;background:var(--teal);color:var(--dark);padding:.875rem 2rem;border-radius:var(--radius-pill);font-family:var(--font-body);font-weight:800;font-size:1rem;box-shadow:var(--shadow-teal);transition:var(--transition)}.btn-teal:hover{background:var(--teal-dark);color:var(--white);transform:translateY(-3px) scale(1.03)}.btn-secondary{display:inline-flex;align-items:center;gap:.4rem;background:transparent;color:var(--dark);padding:.875rem 2rem;border-radius:var(--radius-pill);font-family:var(--font-body);font-weight:800;font-size:1rem;border:2px solid rgba(26,26,46,.18);transition:var(--transition-fast)}.btn-secondary:hover{border-color:var(--teal);color:var(--teal-dark)}.section-eyebrow{display:inline-flex;align-items:center;gap:.4rem;background:var(--teal-mid);color:var(--teal-dark);border-radius:var(--radius-pill);padding:.3rem 1rem;font-weight:800;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;border:1px solid rgba(45,212,191,.2)}.section-eyebrow.coral{background:var(--coral-light);color:var(--coral-dark);border-color:#ff6b4a33}.section-title{font-family:var(--font-heading);font-weight:800;font-size:clamp(1.85rem,3.5vw,2.8rem);color:var(--dark);letter-spacing:-.025em;line-height:1.12}.section-title .accent{color:var(--teal)}.section-subtitle{margin-top:.65rem;font-size:1.05rem;color:var(--gray);font-weight:600;max-width:520px;line-height:1.7}.section-header{text-align:center;margin-bottom:3rem}.section-header .section-subtitle{margin-left:auto;margin-right:auto}.reveal{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.flash-bar{background:var(--teal);padding:.8rem 1.5rem;text-align:center;position:relative;overflow:hidden}.flash-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,rgba(255,255,255,.05) 0px,rgba(255,255,255,.05) 1px,transparent 1px,transparent 48px);pointer-events:none}.flash-bar-inner{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;position:relative;z-index:1}.flash-bar-badge{display:inline-flex;align-items:center;gap:.4rem;background:#0000001a;border-radius:var(--radius-pill);padding:.18rem .75rem;font-family:var(--font-body);font-size:.7rem;font-weight:900;letter-spacing:.12em;color:var(--dark);text-transform:uppercase}.flash-bar-pulse{width:7px;height:7px;border-radius:50%;background:var(--dark);animation:bar-pulse 1.4s ease-in-out infinite}@keyframes bar-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.6)}}.flash-bar-text{font-family:var(--font-heading);font-weight:800;font-size:clamp(.88rem,2vw,1.05rem);color:var(--dark);letter-spacing:-.01em}.flash-bar-text strong{color:var(--white)}.flash-bar-timer{display:inline-flex;align-items:center;gap:.2rem;font-family:var(--font-heading);font-weight:800;font-size:clamp(.9rem,2vw,1rem);color:var(--dark);background:#0000001a;border-radius:var(--radius-pill);padding:.18rem .85rem}.flash-bar-timer-digit{font-variant-numeric:tabular-nums}.flash-bar-sep{animation:sep-blink 1s step-end infinite}@keyframes sep-blink{0%,to{opacity:1}50%{opacity:.15}}.flash-bar-cta{display:inline-flex;align-items:center;background:var(--dark);color:var(--white);border-radius:var(--radius-pill);padding:.28rem 1rem;font-family:var(--font-body);font-weight:800;font-size:.8rem;transition:var(--transition-fast);white-space:nowrap}.flash-bar-cta:hover{background:var(--dark-mid)}@media(max-width:600px){.flash-bar-badge{display:none}.flash-bar-inner{gap:.65rem}}.header-sticky-wrap{z-index:500;padding:0 1.25rem;pointer-events:none}.site-header{max-width:1200px;margin:0 auto;background:#fffbf5eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1.5px solid rgba(45,212,191,.2);border-radius:var(--radius-pill);padding:.65rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 4px 24px #2dd4bf1a,var(--shadow-sm);pointer-events:all}.header-logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-weight:800;font-size:1.35rem;flex-shrink:0;color:var(--dark)}.header-logo img{height:42px;width:auto}.header-logo-text{background:linear-gradient(135deg,var(--teal-dark),var(--teal));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-nav{display:flex;align-items:center;gap:.1rem}.header-nav a{font-weight:700;font-size:.875rem;color:var(--dark);padding:.4rem .85rem;border-radius:var(--radius-pill);transition:var(--transition-fast)}.header-nav a:hover{background:var(--teal-mid);color:var(--teal-dark)}.header-actions{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.cart-trigger{display:flex;align-items:center;gap:.45rem;background:var(--teal);color:var(--dark);border-radius:var(--radius-pill);padding:.5rem 1.1rem;font-weight:800;font-size:.85rem;box-shadow:var(--shadow-teal);transition:var(--transition)}.cart-trigger:hover{background:var(--teal-dark);color:var(--white);transform:scale(1.05)}.cart-trigger svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-count-badge{background:var(--dark);color:var(--white);border-radius:var(--radius-pill);min-width:18px;height:18px;font-size:.68rem;font-weight:900;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.cart-count-badge[data-count="0"]{display:none}.hamburger{display:none;flex-direction:column;gap:5px;padding:6px;border-radius:var(--radius-sm)}.hamburger span{display:block;width:22px;height:2px;background:var(--dark);border-radius:2px;transition:all .3s var(--ease-smooth)}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:490;background:var(--cream);flex-direction:column;justify-content:center;padding:2rem 2rem 4rem;transform:translate(-100%);transition:transform .38s var(--ease-smooth)}.mobile-nav.open{transform:translate(0)}.mobile-nav nav{display:flex;flex-direction:column;gap:.25rem}.mobile-nav a{font-family:var(--font-heading);font-weight:800;font-size:2rem;color:var(--dark);padding:.6rem 0;border-bottom:2px solid var(--cream-dark);transition:var(--transition-fast)}.mobile-nav a:hover{color:var(--teal);padding-left:.5rem}.mobile-nav-footer{margin-top:2rem}@media(max-width:768px){.header-nav{display:none}.hamburger,.mobile-nav{display:flex}}.hero-section{background:var(--cream);padding:40px;min-height:72vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--teal-light),transparent)}.hero-inner{width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.hero-content{position:relative;z-index:1}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:var(--teal-mid);color:var(--teal-dark);border:1px solid rgba(45,212,191,.2);border-radius:var(--radius-pill);padding:.3rem 1rem;font-weight:800;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}.hero-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--teal);animation:bar-pulse 1.4s ease-in-out infinite}.hero-headline{font-family:var(--font-heading);font-weight:800;font-size:clamp(2.75rem,5.5vw,4.75rem);color:var(--dark);line-height:1.05;letter-spacing:-.03em;margin-bottom:1.25rem}.hero-headline .word-accent{color:var(--teal);position:relative;display:inline-block}.hero-headline .word-accent:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:5px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='8'%3E%3Cpath d='M0 4 Q25 0 50 4 Q75 8 100 4 Q125 0 150 4 Q175 8 200 4' fill='none' stroke='%2300C9A7' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x center / contain}.hero-subheadline{font-size:1.1rem;color:var(--gray);font-weight:600;max-width:440px;line-height:1.7;margin-bottom:2.25rem}.hero-cta-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.trust-pills{display:flex;flex-wrap:wrap;gap:.5rem}.trust-pill{display:inline-flex;align-items:center;gap:.4rem;background:var(--white);border:1.5px solid var(--cream-dark);border-radius:var(--radius-pill);padding:.3rem .85rem;font-size:.78rem;font-weight:700;white-space:nowrap;box-shadow:var(--shadow-sm);color:var(--dark)}.trust-pill-icon{width:14px;height:14px;color:var(--teal);flex-shrink:0}.trust-pill-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.hero-image-wrap{position:relative;z-index:1;display:flex;justify-content:center}.hero-image-wrap img{border-radius:var(--radius-lg);width:100%;max-height:580px;object-fit:cover;box-shadow:var(--shadow-lg)}.hero-badge{position:absolute;bottom:2rem;left:-1.5rem;background:var(--white);border-radius:var(--radius-md);padding:.85rem 1.25rem;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.75rem;border:1px solid rgba(45,212,191,.15)}.hero-badge-icon{width:40px;height:40px;background:var(--teal-mid);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--teal-dark);flex-shrink:0}.hero-badge-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.hero-badge-text{display:flex;flex-direction:column;gap:.1rem}.hero-badge-num{font-family:var(--font-heading);font-weight:800;font-size:1.2rem;color:var(--dark);line-height:1}.hero-badge-label{font-size:.72rem;font-weight:700;color:var(--gray)}@media(max-width:860px){.hero-section{padding:4rem 1.25rem 3rem}.hero-inner{grid-template-columns:1fr;min-height:auto;gap:2rem}.hero-image-wrap{order:-1}.hero-badge{left:.5rem;bottom:1rem}.hero-headline{font-size:2.5rem}.hero-subheadline{max-width:100%}}.marquee-section{background:var(--white);border-top:1px solid var(--cream-dark);border-bottom:1px solid var(--cream-dark);padding:1.75rem 0;overflow:hidden}.marquee-label-row{text-align:center;margin-bottom:1.25rem}.marquee-label{font-family:var(--font-body);font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--gray);margin:0}.marquee-track{display:flex;overflow:hidden;width:100%}.marquee-list{display:flex;align-items:center;flex-shrink:0;min-width:100%;animation:marquee-scroll 28s linear infinite}.marquee-track:hover .marquee-list{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.marquee-item{display:inline-flex;align-items:center;gap:.5rem;padding:0 2.25rem;font-family:var(--font-heading);font-weight:800;font-size:.95rem;color:#1a1a2e52;white-space:nowrap;transition:color .2s ease}.marquee-item:hover{color:var(--teal-dark)}.marquee-item svg{width:20px;height:20px;fill:currentColor;flex-shrink:0}.marquee-dot{width:4px;height:4px;border-radius:50%;background:var(--cream-dark);flex-shrink:0;display:inline-block}.featured-section{background:var(--cream);padding:5rem 1.5rem}.featured-inner{max-width:1200px;margin:0 auto}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;align-items:stretch}.product-grid>*{display:flex;flex-direction:column;min-width:0}.product-grid>*>.product-card{flex:1}.view-all-wrap{text-align:center}.no-products{text-align:center;padding:3rem;color:var(--gray);font-weight:600}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1.5px solid var(--cream-dark);transition:transform .32s var(--ease-bounce),box-shadow .28s ease,border-color .2s ease;position:relative;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px) scale(1.012);box-shadow:var(--shadow-md),0 0 0 1.5px var(--teal);border-color:var(--teal)}.product-card-image-wrap{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--gray-light);display:block}.product-card-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.product-card:hover .product-card-image-wrap img{transform:scale(1.06)}.product-card-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--teal-light)}.product-card-no-image svg{width:64px;height:64px;color:var(--teal);opacity:.45;fill:none;stroke:currentColor;stroke-width:1.5}.product-ribbon{position:absolute;top:10px;left:10px;background:#0d9488;color:#fff;font-family:var(--font-heading);font-weight:800;font-size:.82rem;letter-spacing:.03em;padding:4px 10px;border-radius:6px;box-shadow:0 2px 8px #0d948873;z-index:3;pointer-events:none}.product-card-body{padding:1.1rem 1.25rem 1.25rem;display:flex;flex-direction:column;flex:1;gap:.5rem}.product-card-title{font-family:var(--font-heading);font-weight:800;font-size:1rem;color:var(--dark);letter-spacing:-.01em;line-height:1.3;text-decoration:none;display:block}.product-card-title:hover{color:var(--teal-dark)}.product-card-reviews{display:flex;align-items:center;gap:.35rem}.product-card-stars{color:#f59e0b;font-size:.8rem}.product-card-review-count{font-size:.73rem;color:var(--gray);font-weight:600}.product-card-variants{display:flex;flex-wrap:wrap;gap:.35rem;min-height:24px}.variant-swatch{width:22px;height:22px;border-radius:50%;border:2px solid var(--cream-dark);cursor:pointer;transition:var(--transition-fast);flex-shrink:0}.variant-swatch.active,.variant-swatch:hover{border-color:var(--teal);box-shadow:0 0 0 2px var(--teal-mid)}.variant-pill{padding:.18rem .55rem;border-radius:var(--radius-pill);border:1.5px solid var(--cream-dark);font-size:.7rem;font-weight:800;color:var(--dark);cursor:pointer;transition:var(--transition-fast);background:transparent}.variant-pill.active,.variant-pill:hover{border-color:var(--teal);background:var(--teal-mid);color:var(--teal-dark)}.product-card-price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:auto}.product-card-price-current{font-family:var(--font-heading);font-weight:800;font-size:1.2rem;color:var(--dark)}.product-card-price-compare{font-size:.88rem;color:var(--gray);text-decoration:line-through;font-weight:600}.product-card-save-pill{background:#fde8e6;color:#d93025;border-radius:var(--radius-pill);padding:.1rem .5rem;font-size:.68rem;font-weight:800}.product-card-atc{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--radius-pill);background:var(--teal);color:#fff;font-family:var(--font-body);font-weight:800;font-size:.9rem;box-shadow:0 4px 16px #2dd4bf38;border:none;cursor:pointer;transition:var(--transition)}.product-card-atc:hover:not(:disabled){background:var(--teal-dark);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #2dd4bf59}.product-card-atc:active:not(:disabled){transform:translateY(0)}.product-card-atc:disabled{background:var(--gray-light);color:var(--gray);box-shadow:none;cursor:not-allowed;opacity:.7}.product-card-atc svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.product-card-atc.loading{pointer-events:none;opacity:.7}.why-section{background:var(--cream);padding:60px 40px;border-top:1px solid var(--cream-dark)}.why-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.why-features{display:flex;flex-direction:column;gap:1.75rem}.why-card{display:flex;gap:1rem;align-items:flex-start}.why-icon{width:48px;height:48px;border-radius:var(--radius-md);background:var(--teal-mid);border:1px solid rgba(45,212,191,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--teal-dark)}.why-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.why-icon.coral{background:var(--coral-light);border-color:#ff6b4a33;color:var(--coral)}.why-card h3{font-family:var(--font-heading);font-weight:800;font-size:1rem;color:var(--dark);margin-bottom:.3rem}.why-card p{font-size:.9rem;color:var(--gray);font-weight:600;line-height:1.65}.why-image-col{position:relative}.why-image-col img{border-radius:var(--radius-lg);width:100%;object-fit:cover;box-shadow:var(--shadow-lg)}.why-image-placeholder{width:100%;aspect-ratio:4/5;border-radius:var(--radius-lg);background:var(--teal-light);display:flex;align-items:center;justify-content:center}.why-image-placeholder svg{width:96px;height:96px;color:var(--teal);opacity:.4;fill:none;stroke:currentColor;stroke-width:1}.why-badge{position:absolute;bottom:1.5rem;left:-1.5rem;background:var(--white);border-radius:var(--radius-md);padding:1rem 1.25rem;box-shadow:var(--shadow-md);border:1px solid rgba(45,212,191,.2);text-align:center}.why-badge-number{display:block;font-family:var(--font-heading);font-weight:800;font-size:1.75rem;color:var(--teal-dark);line-height:1}.why-badge-label{display:block;font-size:.72rem;font-weight:700;color:var(--gray);margin-top:.2rem}@media(max-width:860px){.why-inner{grid-template-columns:1fr;gap:3rem}.why-badge{left:.5rem}}.testimonials-section{background:var(--cream);padding:5rem 1.5rem;border-top:1px solid var(--cream-dark)}.testimonials-inner{max-width:1200px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.testimonials-col{display:flex;flex-direction:column;gap:1.25rem}.review-card{background:var(--white);border-radius:var(--radius-md);padding:1.5rem;box-shadow:var(--shadow-sm);border:1.5px solid var(--cream-dark);border-left:3px solid var(--teal);transition:var(--transition-fast)}.review-card:hover{box-shadow:var(--shadow-md);border-left-color:var(--teal-dark)}.review-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.85rem}.reviewer-left{display:flex;align-items:center;gap:.75rem}.reviewer-avatar{width:38px;height:38px;border-radius:50%;background:var(--teal);color:var(--dark);font-family:var(--font-heading);font-weight:800;font-size:.8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.reviewer-name{font-family:var(--font-heading);font-weight:800;font-size:.95rem;color:var(--dark)}.reviewer-role{font-size:.72rem;color:var(--gray);font-weight:600;margin-top:.1rem}.review-stars{color:#f59e0b;font-size:.82rem;flex-shrink:0}.review-text{font-size:.9rem;color:var(--dark);line-height:1.65;font-weight:600;font-style:italic}@media(max-width:860px){.testimonials-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.testimonials-grid{grid-template-columns:1fr}}.faq-section{background:var(--white);padding:5rem 1.5rem;border-top:1px solid var(--cream-dark)}.faq-inner{max-width:760px;margin:0 auto}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--cream-dark)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;font-family:var(--font-body);font-weight:800;font-size:1rem;color:var(--dark);text-align:left;background:none;border:none;cursor:pointer;transition:color .2s ease}.faq-question:hover{color:var(--teal-dark)}.faq-icon{width:28px;height:28px;border-radius:50%;background:var(--teal-mid);color:var(--teal-dark);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;flex-shrink:0;transition:all .3s ease}.faq-question[aria-expanded=true] .faq-icon{background:var(--teal);color:var(--dark);transform:rotate(45deg)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .35s var(--ease-smooth)}.faq-answer[aria-hidden=false]{max-height:300px}.faq-answer-inner{padding-bottom:1.25rem;font-size:.95rem;color:var(--gray);font-weight:600;line-height:1.7}.faq-answer-inner a{color:var(--teal-dark);text-decoration:underline}.cta-section{background:var(--dark);padding:5rem 1.5rem;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 600px 400px at 20% 50%,rgba(45,212,191,.1) 0%,transparent 70%),radial-gradient(ellipse 500px 400px at 80% 50%,rgba(45,212,191,.07) 0%,transparent 70%);pointer-events:none}.cta-inner{position:relative;z-index:1;max-width:560px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.cta-paw-icon{width:52px;height:52px;color:var(--teal);margin-bottom:.25rem}.cta-paw-icon svg{width:100%;height:100%}.cta-inner h2{font-family:var(--font-heading);font-weight:800;font-size:clamp(1.75rem,4vw,2.5rem);color:var(--white);letter-spacing:-.02em;line-height:1.1;margin:0}.cta-inner>p{font-size:1rem;color:#fff9;font-weight:600;line-height:1.65;max-width:440px;margin:0}.cta-fine{font-size:.78rem!important;color:#ffffff4d!important}.email-form{display:flex;gap:.5rem;width:100%;max-width:420px;flex-wrap:wrap}.email-form input[type=email]{flex:1;min-width:200px;padding:.85rem 1.25rem;border-radius:var(--radius-pill);border:1.5px solid rgba(255,255,255,.12);background:#ffffff12;color:var(--white);font-family:var(--font-body);font-size:.9rem;font-weight:600;outline:none;transition:border-color .2s ease}.email-form input[type=email]::placeholder{color:#ffffff59}.email-form input[type=email]:focus{border-color:var(--teal)}.email-form button{padding:.85rem 1.75rem;border-radius:var(--radius-pill);background:var(--teal);color:var(--dark);font-family:var(--font-body);font-weight:800;font-size:.9rem;border:none;cursor:pointer;white-space:nowrap;transition:all .25s var(--ease-bounce);box-shadow:var(--shadow-teal)}.email-form button:hover{background:var(--teal-dark);color:var(--white);transform:translateY(-2px) scale(1.03)}.site-footer{background:var(--dark);border-top:1px solid rgba(255,255,255,.06)}.footer-inner{max-width:1200px;margin:0 auto;padding:4rem 1.5rem 2rem}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo-wrap{margin-bottom:1rem}.footer-logo-text{font-family:var(--font-heading);font-weight:800;font-size:1.4rem;background:linear-gradient(135deg,var(--teal),var(--teal-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-logo-wrap img{height:42px;width:auto}.footer-tagline{font-size:.88rem;color:#ffffff80;font-weight:600;line-height:1.7;max-width:260px;margin-bottom:1.5rem}.footer-newsletter-label{font-size:.78rem;font-weight:800;color:#ffffff80;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.6rem}.footer-email-form{display:flex;gap:.4rem;margin-bottom:1.5rem}.footer-email-form input[type=email]{flex:1;padding:.6rem 1rem;border-radius:var(--radius-pill);border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:var(--white);font-family:var(--font-body);font-size:.85rem;font-weight:600;outline:none;transition:border-color .2s ease}.footer-email-form input[type=email]::placeholder{color:#ffffff4d}.footer-email-form input[type=email]:focus{border-color:var(--teal)}.footer-email-form button{padding:.6rem 1.1rem;border-radius:var(--radius-pill);background:var(--teal);color:var(--dark);font-family:var(--font-body);font-weight:800;font-size:.82rem;cursor:pointer;white-space:nowrap;transition:var(--transition-fast)}.footer-email-form button:hover{background:var(--teal-dark);color:var(--white)}.footer-social{display:flex;gap:.75rem}.footer-social a{width:36px;height:36px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#ffffff80;transition:var(--transition-fast)}.footer-social a:hover{background:var(--teal);border-color:var(--teal);color:var(--dark)}.footer-social svg{width:16px;height:16px;fill:currentColor}.footer-col h4{font-family:var(--font-heading);font-weight:800;font-size:.85rem;color:var(--white);letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.88rem;color:#ffffff73;font-weight:600;transition:color .2s ease}.footer-links a:hover{color:var(--teal)}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.82rem;color:#ffffff4d;font-weight:600}.footer-payment{display:flex;gap:.5rem;flex-wrap:wrap}.payment-badge{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);padding:.2rem .5rem;font-size:.65rem;font-weight:800;color:#fff6;letter-spacing:.04em}@media(max-width:860px){.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}}@media(max-width:560px){.footer-top{grid-template-columns:1fr}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;background:#1a1a2e73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay.open{opacity:1;pointer-events:all}@keyframes cart-pulse-anim{0%{transform:scale(1)}40%{transform:scale(1.22)}to{transform:scale(1)}}.cart-pulse{animation:cart-pulse-anim .35s ease}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100vw);z-index:700;background:var(--white);box-shadow:-8px 0 40px #1a1a2e2e;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s var(--ease-smooth)}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--cream-dark);position:sticky;top:0;background:var(--white, #fff);z-index:10}.cart-drawer-title{font-family:var(--font-heading);font-weight:800;font-size:1.2rem;color:var(--dark)}.cart-close{width:36px;height:36px;border-radius:50%;flex-shrink:0;background:#2dd4bf1f;border:1.5px solid rgba(45,212,191,.35);color:var(--dark, #1A1A2E);display:flex;align-items:center;justify-content:center;transition:background .18s ease,transform .18s ease;cursor:pointer}.cart-close:hover{background:var(--teal, #2DD4BF);color:#fff;transform:rotate(90deg)}.cart-close svg{pointer-events:none}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;gap:.75rem;padding:2rem 0}.empty-icon{width:64px;height:64px;color:var(--teal);opacity:.4}.empty-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5}.cart-empty p{font-family:var(--font-heading);font-weight:800;font-size:1.1rem;color:var(--dark)}.cart-empty span{font-size:.88rem;color:var(--gray)}.cart-empty a{margin-top:.5rem;display:inline-flex;background:var(--teal);color:var(--dark);padding:.65rem 1.5rem;border-radius:var(--radius-pill);font-weight:800;font-size:.88rem;transition:var(--transition-fast)}.cart-empty a:hover{background:var(--teal-dark);color:var(--white)}.cart-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem 0;border-bottom:1px solid var(--cream-dark)}.cart-item-image{width:70px;height:70px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0;background:var(--gray-light)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1}.cart-item-title{font-family:var(--font-heading);font-weight:800;font-size:.9rem;color:var(--dark);margin-bottom:.25rem}.cart-item-variant{font-size:.78rem;color:var(--gray);font-weight:600;margin-bottom:.5rem}.cart-item-price{font-family:var(--font-heading);font-weight:800;font-size:1rem;color:var(--dark)}.cart-item-qty{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.qty-btn{width:28px;height:28px;border-radius:50%;background:var(--teal-mid);border:1px solid rgba(45,212,191,.2);color:var(--teal-dark);font-size:1rem;font-weight:800;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast);cursor:pointer}.qty-btn:hover{background:var(--teal);color:var(--dark)}.qty-value{font-weight:800;font-size:.9rem;min-width:20px;text-align:center}.cart-remove{font-size:.72rem;color:var(--gray);font-weight:700;cursor:pointer;text-decoration:underline;transition:color .2s ease;background:none;border:none;padding:0;margin-top:.25rem;display:block}.cart-remove:hover{color:var(--coral)}.cart-drawer-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--cream-dark);background:var(--cream)}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-weight:700;font-size:.9rem;color:var(--gray)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-total-label{font-family:var(--font-heading);font-weight:800;font-size:1.1rem;color:var(--dark)}#cart-total-price{font-family:var(--font-heading);font-weight:800;font-size:1.2rem;color:var(--dark)}.cart-shipping-note{font-size:.75rem;color:var(--gray);text-align:center;margin-bottom:1rem;font-weight:600}.checkout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:var(--teal);color:#fff;border-radius:var(--radius-pill);font-family:var(--font-body);font-weight:800;font-size:1rem;box-shadow:var(--shadow-teal);transition:var(--transition)}.checkout-btn:hover{background:var(--teal-dark);color:var(--white);transform:translateY(-2px)}.checkout-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.product-section{padding:4rem 1.5rem}.product-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-page{padding:3rem 1.5rem 5rem;background:var(--cream)}.product-layout{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery{position:sticky;top:80px;align-self:start}.product-gallery-main{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;background:var(--gray-light);margin-bottom:12px}.product-gallery-main img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.product-layout{grid-template-columns:1fr;gap:2rem}.product-gallery{position:relative;top:auto}}.product-main-image{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1rem;aspect-ratio:1;background:var(--gray-light)}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:.6rem;flex-wrap:wrap}.product-thumb{width:70px;height:70px;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;border:2px solid transparent;background:var(--gray-light);transition:border-color .2s ease}.product-thumb.active{border-color:var(--teal)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.25rem}.product-title{font-family:var(--font-heading);font-weight:800;font-size:clamp(1.6rem,3vw,2.2rem);color:var(--dark);letter-spacing:-.02em;line-height:1.15}.product-reviews-row{display:flex;align-items:center;gap:.5rem}.product-stars{color:#f59e0b;font-size:.9rem}.product-review-count{font-size:.82rem;color:var(--gray);font-weight:600}.product-price-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.product-price{font-family:var(--font-heading);font-weight:800;font-size:1.75rem;color:var(--dark)}.product-compare-price{font-size:1.1rem;color:var(--gray);text-decoration:line-through;font-weight:600}.product-save-badge{background:var(--coral-light);color:var(--coral-dark);border-radius:var(--radius-pill);padding:.25rem .75rem;font-size:.78rem;font-weight:800}.product-option-label{font-family:var(--font-body);font-weight:800;font-size:.82rem;color:var(--dark);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.06em}.product-option-values{display:flex;flex-wrap:wrap;gap:.5rem}.option-btn{padding:.4rem .85rem;border-radius:var(--radius-pill);border:1.5px solid var(--cream-dark);font-size:.85rem;font-weight:800;color:var(--dark);background:var(--white);cursor:pointer;transition:var(--transition-fast)}.option-btn.active{border-color:var(--teal);background:var(--teal-mid);color:var(--teal-dark)}.option-btn:hover:not(.active){border-color:#2dd4bf66}.option-swatch{width:32px;height:32px;border-radius:50%;border:2px solid var(--cream-dark);cursor:pointer;transition:var(--transition-fast)}.option-swatch.active{border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-mid)}.product-atc-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:1.1rem 2rem;background:var(--teal);color:#fff;border-radius:var(--radius-pill);border:none;cursor:pointer;font-family:var(--font-body);font-weight:800;font-size:1.05rem;box-shadow:var(--shadow-teal);transition:var(--transition)}.product-atc-btn:hover:not(:disabled){background:var(--teal-dark);color:#fff;transform:translateY(-3px);box-shadow:0 12px 36px #2dd4bf66}.product-atc-btn:disabled{background:var(--gray-light);color:var(--gray);cursor:not-allowed;box-shadow:none}.product-atc-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.product-trust{display:flex;flex-wrap:wrap;gap:.65rem}.product-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;color:var(--gray)}.product-trust-item svg{width:16px;height:16px;fill:none;stroke:var(--teal);stroke-width:2;stroke-linecap:round}.product-description{font-size:.95rem;color:var(--gray);line-height:1.75;font-weight:600}.product-description h2,.product-description h3{font-family:var(--font-heading);color:var(--dark);margin-bottom:.5rem;margin-top:1rem}@media(max-width:860px){.product-inner{grid-template-columns:1fr;gap:2.5rem}.product-gallery{position:static}}.collection-section{padding:4rem 1.5rem}.collection-inner{max-width:1200px;margin:0 auto}.collection-header{margin-bottom:2.5rem}.collection-header h1{font-family:var(--font-heading);font-weight:800;font-size:clamp(1.75rem,3.5vw,2.5rem);color:var(--dark);letter-spacing:-.02em}.collection-filter-bar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.filter-label{font-weight:800;font-size:.82rem;color:var(--gray)}.price-range-wrap{display:flex;align-items:center;gap:.75rem}.price-slider{-webkit-appearance:none;appearance:none;width:160px;height:4px;border-radius:999px;background:linear-gradient(to right,var(--teal) 0%,var(--teal) 50%,var(--cream-dark) 50%,var(--cream-dark) 100%);outline:none;cursor:pointer}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--white);border:2px solid var(--teal);box-shadow:0 2px 8px #2dd4bf40;cursor:pointer}.price-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--white);border:2px solid var(--teal);cursor:pointer;box-shadow:0 2px 8px #2dd4bf40}.price-value{font-weight:800;font-size:.85rem;color:var(--dark);min-width:60px}.sort-select{padding:.4rem .85rem;border-radius:var(--radius-pill);border:1.5px solid var(--cream-dark);background:var(--white);font-family:var(--font-body);font-weight:700;font-size:.85rem;color:var(--dark);outline:none;cursor:pointer;transition:border-color .2s ease}.sort-select:focus{border-color:var(--teal)}.page-hero{background:var(--dark);padding:5rem 1.5rem 4rem;text-align:center;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 800px 500px at 50% 100%,rgba(45,212,191,.1) 0%,transparent 70%);pointer-events:none}.page-hero-inner{position:relative;z-index:1;max-width:700px;margin:0 auto}.page-hero h1{font-family:var(--font-heading);font-weight:800;font-size:clamp(2rem,5vw,3.25rem);color:var(--white);letter-spacing:-.025em;line-height:1.1;margin-bottom:.75rem}.page-hero p{font-size:1rem;color:#fff9;font-weight:600}.page-hero p a{color:var(--teal)}.page-body{max-width:760px;margin:0 auto;padding:4rem 1.5rem 5rem}.page-body h2{font-family:var(--font-heading);font-weight:800;font-size:1.4rem;color:var(--dark);margin-bottom:1rem;letter-spacing:-.015em}.page-body h3{font-family:var(--font-heading);font-weight:800;font-size:1.1rem;color:var(--dark);margin-bottom:.5rem;margin-top:1.5rem}.page-body p{font-size:.95rem;color:var(--gray);line-height:1.8;margin-bottom:1rem}.page-body ul{margin-left:1.25rem;list-style:disc;margin-bottom:1rem}.page-body li{font-size:.95rem;color:var(--gray);line-height:1.8;margin-bottom:.4rem}.page-body a{color:var(--teal-dark);text-decoration:underline}.faq-list .faq-item{border-bottom:1px solid var(--cream-dark)}.faq-list .faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;font-family:var(--font-body);font-weight:800;font-size:.95rem;color:var(--dark);background:none;border:none;cursor:pointer;text-align:left;transition:color .2s ease}.faq-list .faq-question:hover{color:var(--teal-dark)}.faq-list .faq-icon{width:26px;height:26px;border-radius:50%;background:var(--teal-mid);color:var(--teal-dark);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;flex-shrink:0;transition:all .3s ease}.faq-list .faq-question[aria-expanded=true] .faq-icon{background:var(--teal);color:var(--dark);transform:rotate(45deg)}.faq-list .faq-answer{overflow:hidden;max-height:0;transition:max-height .35s var(--ease-smooth)}.faq-list .faq-answer[aria-hidden=false]{max-height:400px}.faq-list .faq-answer-inner{padding-bottom:1.1rem;font-size:.9rem;color:var(--gray);font-weight:600;line-height:1.7}.cart-page{padding:4rem 1.5rem;max-width:900px;margin:0 auto}.cart-page-title{font-family:var(--font-heading);font-weight:800;font-size:2rem;color:var(--dark);margin-bottom:2rem;letter-spacing:-.02em}.cart-page-empty{text-align:center;padding:4rem 0}.cart-page-empty h2{font-family:var(--font-heading);font-weight:800;font-size:1.5rem;color:var(--dark);margin-bottom:.75rem}.cart-page-empty p{color:var(--gray);margin-bottom:1.5rem}.cart-items{border-top:1px solid var(--cream-dark);margin-bottom:2rem}.cart-summary{background:var(--white);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm);border:1.5px solid var(--cream-dark);max-width:380px;margin-left:auto}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid var(--cream-dark);font-weight:700;font-size:.9rem;color:var(--gray)}.cart-summary-total{border-bottom:none;font-family:var(--font-heading);font-weight:800;font-size:1.1rem;color:var(--dark)}.cart-checkout-btn{margin-top:1.25rem;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:var(--teal);color:var(--dark);border-radius:var(--radius-pill);font-family:var(--font-body);font-weight:800;font-size:1rem;box-shadow:var(--shadow-teal);transition:var(--transition);text-decoration:none}.cart-checkout-btn:hover{background:var(--teal-dark);color:var(--white);transform:translateY(-2px)}:root{--color-bg: #FFF8F2}body{background-color:var(--color-bg)!important}.product-page,.product-page *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.product-page{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.product-info h1,.product-info .product-title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;letter-spacing:-.02em}.product-info p,.product-info .product-desc{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:1rem;line-height:1.65}.product-description{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.product-description *{font-family:inherit!important}.option-label,.option-btn{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@keyframes eyeBlink{0%,90%,to{transform:scaleY(1);opacity:1}95%{transform:scaleY(.08);opacity:.6}}.eye-blink{animation:eyeBlink 3.5s ease-in-out infinite;display:inline-block;vertical-align:middle}@media(max-width:768px){.hero-image-wrap{width:100%!important;max-width:100%!important;overflow:hidden;border-radius:16px}.hero-image-wrap img{width:100%!important;height:auto!important;max-height:320px;object-fit:cover;object-position:center top;display:block}.product-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;padding:0 12px!important}.product-card{width:100%!important;max-width:100%!important;margin:0!important}.showcase-inner{display:flex!important;flex-direction:column!important;gap:24px}.showcase-section .showcase-image-col img{width:100%!important;height:auto!important;max-height:300px;object-fit:cover;border-radius:16px}}.hero-brand-logo,.showcase-size-selector,.showcase-sizes,[class*=size-picker],[class*=size-selector]{display:none!important}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .2s ease;padding:0 20px}.faq-answer.faq-open{max-height:400px;padding:12px 20px 20px}.faq-icon{display:inline-block;transition:transform .3s ease;font-style:normal}.faq-question[aria-expanded=true] .faq-icon{transform:rotate(45deg)}@media(max-width:768px){.site-header,.header-sticky-wrap header{padding:10px 16px}.header-nav{display:none}}@media(max-width:768px){.product-layout{display:flex!important;flex-direction:column!important;gap:20px;padding:16px!important}.product-gallery{width:100%!important}.product-info{width:100%!important;padding:0!important}.product-thumbs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.product-thumb img{width:60px!important;height:60px!important;object-fit:cover;border-radius:8px}}.cta-logo{display:block;text-align:center;margin-bottom:4px}.cta-logo img{width:80px;height:auto;filter:brightness(0) invert(1)}@media(max-width:768px){.product-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;padding:0 12px!important;align-items:start}.product-card{display:flex;flex-direction:column;height:100%;border-radius:14px;overflow:hidden}.product-card-image-wrap{position:relative;width:100%;padding-top:100%;overflow:hidden;flex-shrink:0}.product-card-image-wrap img,.product-card-image-wrap .product-card-no-image{position:absolute;top:0;left:0;width:100%!important;height:100%!important;object-fit:cover}.product-card-body{padding:8px 8px 0!important;flex:1;display:flex;flex-direction:column}.product-card-title{font-size:.78rem!important;line-height:1.3;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-reviews{margin-bottom:4px}.product-card-review-count{font-size:.68rem}.product-card-stock{font-size:.68rem!important;margin-bottom:4px}.product-card-variants{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:4px}.variant-swatch{width:16px!important;height:16px!important;min-width:16px;border-radius:50%;border:2px solid #fff;outline:1px solid rgba(0,0,0,.15)}.variant-swatch.active{outline:2px solid #2DD4BF}.variant-pill{font-size:.6rem!important;padding:2px 5px!important}.product-card-price{margin-top:auto;padding:6px 8px 8px!important}.product-card-price-current{font-size:1rem!important;font-weight:700}.product-card-price-compare{font-size:.72rem!important}.product-card-save-pill{font-size:.6rem!important;padding:2px 5px!important}.product-card-atc{width:100%!important;padding:10px 6px!important;font-size:.72rem!important;border-radius:0 0 14px 14px!important;margin-top:0!important;min-height:44px;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:4px}.product-card-atc svg{width:14px!important;height:14px!important;flex-shrink:0}.product-ribbon{font-size:.62rem!important;padding:3px 7px!important;top:6px!important;left:6px!important}}@media(max-width:768px){.section-header{padding:0 16px;text-align:center}.section-title{font-size:clamp(1.4rem,6vw,2rem)!important;word-break:break-word}.section-subtitle{font-size:.85rem;max-width:100%;padding:0}.featured-section,.featured-inner{overflow-x:hidden;width:100%;max-width:100vw}}@media(max-width:768px){body,.page-wrapper,main,.shopify-section{overflow-x:hidden;max-width:100vw}img{max-width:100%}.marquee-track{width:max-content}.view-all-wrap{padding:16px 20px 32px}.btn-secondary{width:100%;text-align:center}.footer-grid{grid-template-columns:1fr 1fr!important;gap:24px 16px}.footer-brand{grid-column:1 / -1}.cta-inner{padding:40px 20px}.cta-form{flex-direction:column;gap:10px}.cta-input{width:100%!important}.cta-btn{width:100%}}.featured-section .product-grid{max-width:960px;margin-left:auto;margin-right:auto}@media(min-width:1400px){.featured-section .product-grid{grid-template-columns:repeat(4,1fr);max-width:1200px}}.product-card-body{padding:.75rem .875rem}.product-card-title{font-size:.875rem!important;line-height:1.35}@media(max-width:768px){.header-sticky-wrap{position:static!important;top:auto!important;padding:0 8px!important;pointer-events:auto!important;z-index:200!important}.site-header{border-radius:12px!important;padding:10px 14px!important;margin:6px!important}.product-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;padding:0 10px!important;align-items:stretch!important}.product-grid>*{display:flex!important;flex-direction:column!important;min-width:0!important}.product-grid>*>.product-card{flex:1!important}.product-card{height:100%!important;width:100%!important;margin:0!important;display:flex!important;flex-direction:column!important}.product-card-image-wrap{width:100%!important;aspect-ratio:1 / 1!important;position:relative!important;overflow:hidden!important;flex-shrink:0!important}.product-card-image-wrap img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.cart-drawer{width:100vw!important}.cart-close{width:44px!important;height:44px!important;min-width:44px!important;background:#2dd4bf26!important;border:2px solid #2DD4BF!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;flex-shrink:0!important}.cart-close svg{width:18px!important;height:18px!important;pointer-events:none!important}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/pawplug.css.map */
