@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@500;600;700&display=swap";:root{--bg-primary: #FFFFFF;--bg-secondary: #F8F9FA;--text-main: #1e293b;--text-heading: #0F172A;--accent-navy: #1e3a8a;--accent-silver: #E2E8F0;--accent-silver-dark: #64748b;--action-green: #047857;--action-green-hover: #065f46;--font-body: "Inter", sans-serif;--font-heading: "Outfit", sans-serif;--container-max: 1200px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 12px;--shadow-soft: 0 4px 20px rgba(15, 23, 42, .05);--shadow-hover: 0 10px 30px rgba(15, 23, 42, .08)}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);color:var(--text-main);background-color:var(--bg-primary);scroll-behavior:smooth}*[id]{scroll-margin-top:120px}body{line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-heading);line-height:1.2;margin-bottom:1rem}a{color:var(--accent-navy);text-decoration:none;transition:all .3s ease}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-bg{background-color:var(--bg-secondary)}.btn-quote,.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--action-green);color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-family:var(--font-heading);font-weight:600;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-quote:hover,.btn-primary:hover{background-color:var(--action-green-hover);transform:translateY(-2px);box-shadow:var(--shadow-soft);color:#fff}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;background-color:transparent;color:var(--accent-navy);padding:.75rem 1.5rem;border-radius:var(--radius-md);font-family:var(--font-heading);font-weight:600;border:2px solid var(--accent-navy);cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background-color:var(--bg-secondary)}.badge-instock{display:inline-flex;align-items:center;gap:.5rem;background-color:#0478571a;color:var(--action-green);padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.badge-instock:before{content:"";display:inline-block;width:8px;height:8px;background-color:var(--action-green);border-radius:50%;box-shadow:0 0 #05966966;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%{box-shadow:0 0 #059669b3}70%{box-shadow:0 0 0 8px #05966900}to{box-shadow:0 0 #05966900}}.product-page{padding:3rem 0}.hero-section{margin-bottom:3rem}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:992px){.hero-grid{grid-template-columns:1fr 1fr}}.product-gallery{display:flex;flex-direction:column;gap:1rem}.main-image-container{position:relative;border-radius:12px;box-shadow:0 10px 30px #0000000d;background-color:var(--bg-secondary);display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:pan-y pinch-zoom}.main-image-container img{width:100%;height:auto;object-fit:cover;aspect-ratio:1/1;transition:opacity .3s ease,transform .3s ease;user-select:none;-webkit-user-drag:none}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:1px solid var(--accent-silver);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:var(--text-heading);box-shadow:0 2px 8px #0000001a;transition:all .2s ease}.gallery-arrow:hover{background:#fff;color:var(--accent-navy);transform:translateY(-50%) scale(1.05)}.prev-arrow{left:1rem}.next-arrow{right:1rem}@media(max-width:768px){.gallery-arrow{width:36px;height:36px}.prev-arrow{left:.5rem}.next-arrow{right:.5rem}}.thumbnail-gallery{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.thumbnail-gallery::-webkit-scrollbar{display:none}.thumbnail-btn{flex:0 0 80px;height:80px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;padding:0;transition:all .2s ease;background:var(--bg-secondary)}.thumbnail-btn:hover{transform:translateY(-2px)}.thumbnail-btn.active{border-color:var(--accent-navy);box-shadow:var(--shadow-soft)}.thumbnail-btn img{width:100%;height:100%;object-fit:cover}.product-title{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem;color:var(--text-heading);font-family:var(--font-heading)}.category-breadcrumb{font-size:.875rem;color:var(--text-main);margin-bottom:.5rem;font-weight:500}.category-link{color:var(--accent-navy);text-decoration:none;transition:color .2s}.category-link:hover{color:var(--accent-teal);text-decoration:underline}.direct-answer-ai{font-size:1.125rem;line-height:1.6;color:var(--text-main);background-color:var(--bg-secondary);padding:1.5rem;border-left:4px solid var(--accent-navy);border-radius:0 8px 8px 0;margin-bottom:2rem}.action-area{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.stock-status-wrapper{margin-bottom:.75rem}.stock-status{color:var(--action-green);font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#0596691a;border-radius:9999px}.stock-status:before{content:"";display:inline-block;width:10px;height:10px;background-color:var(--action-green);border-radius:50%;box-shadow:0 0 #05966966;animation:pulse-dot 2s infinite}.toc-section{max-width:900px;margin:0 auto 3.5rem}.toc-card{background:#fff;border:1px solid var(--accent-silver);border-radius:8px;padding:1.5rem 2rem;box-shadow:var(--shadow-soft)}.toc-card .toc-title{font-size:1.25rem;margin-bottom:1rem;color:var(--text-heading);display:block;font-weight:600}.toc-card ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr;gap:.25rem}@media(min-width:768px){.toc-card ul{grid-template-columns:1fr 1fr}}.toc-card a{color:var(--text-main);font-weight:500;display:block;font-size:.85rem;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.toc-card a:hover{background:var(--bg-secondary);color:var(--accent-navy);transform:translate(4px)}.content-section{max-width:900px;margin:0 auto}.content-block{margin-bottom:4rem}.content-block h2{font-size:2rem;color:var(--text-heading);font-family:var(--font-heading);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--accent-silver)}.content-block p{font-size:1rem;line-height:1.8;color:var(--text-main);margin-bottom:1.25rem}.tabs-container{background:#fff;border:1px solid var(--accent-silver);border-radius:8px;overflow:hidden}.tab-buttons{display:flex;background:var(--bg-secondary);border-bottom:1px solid var(--accent-silver)}.tab-btn{flex:1;background:none;border:none;padding:1rem;font-weight:600;color:var(--text-main);cursor:pointer;transition:all .3s ease;font-family:var(--font-body);font-size:1rem}.tab-btn:hover{color:var(--accent-navy)}.tab-btn.active{background:#fff;color:var(--accent-navy);border-bottom:2px solid var(--accent-navy)}.tab-content{display:none;padding:2rem}.tab-content.active{display:block;animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.tab-content h3{margin-top:0;margin-bottom:1rem;color:var(--accent-navy)}.tab-content ul{padding-left:1.5rem;line-height:1.8}.tab-content ul li{margin-bottom:.5rem}.tab-content ul li strong{color:var(--text-heading)}.indications-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:1.5rem}@media(min-width:768px){.indications-grid{grid-template-columns:1fr 1fr}}.indication-card{background:var(--bg-secondary);padding:2rem;border-radius:8px;border-top:4px solid transparent;transition:transform .3s ease}.indication-card:hover{transform:translateY(-5px)}.indication-card.aesthetic{border-top-color:var(--accent-navy)}.indication-card.therapeutic{border-top-color:var(--action-green)}.icon-wrap{font-size:2rem;margin-bottom:1rem}.indication-card ul{list-style:none;padding-left:0}.indication-card ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem}.indication-card ul li:before{content:"✓";color:var(--accent-navy);position:absolute;left:0;font-weight:700}.variant-split{display:grid;gap:2rem;margin-top:1.5rem}@media(min-width:768px){.variant-split{grid-template-columns:1fr 1fr}}.variant-box{border:1px solid var(--accent-silver);padding:2rem;border-radius:8px}.variant-box.highlight{background-color:var(--bg-secondary);border-color:var(--accent-navy);position:relative}.variant-box h3{color:var(--accent-navy);margin-top:0}.variant-anchors{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem}.btn-jump{display:inline-flex;align-items:center;padding:.5rem 1rem;background-color:var(--bg-secondary);color:var(--text-heading);text-decoration:none;font-family:var(--font-body);font-weight:500;font-size:.95rem;border:1px solid var(--accent-silver);border-radius:var(--radius-md);transition:all .2s ease}.btn-jump:hover{background-color:#e2e8f0;border-color:var(--accent-navy);transform:translateY(-1px)}.expert-tip{background-color:#1e3a8a08;border:1px solid var(--accent-silver);border-radius:12px;overflow:hidden}.expert-header{display:flex;align-items:center;gap:1rem;padding:2rem 2rem 0}.expert-header .icon{font-size:2rem}.expert-header h2{border-bottom:none;margin-bottom:0;padding-bottom:0;color:var(--accent-navy)}.expert-content{padding:1.5rem 2rem 2rem}.wholesale-pitch{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #00000005;border:1px solid var(--accent-silver)}.faq-accordion-ui{display:flex;flex-direction:column;gap:1rem}.faq-details{background:#fff;border:1px solid var(--accent-silver);border-radius:8px;overflow:hidden}.faq-details summary{padding:1.5rem;cursor:pointer;font-size:1.125rem;font-weight:600;color:var(--accent-navy);list-style:none;position:relative;user-select:none}.faq-details summary::-webkit-details-marker{display:none}.faq-details summary:after{content:"+";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);font-size:1.5rem;font-weight:400;color:var(--accent-silver-dark);transition:transform .3s ease}.faq-details[open] summary:after{content:"-";transform:translateY(-50%) rotate(180deg)}.faq-content{padding:0 1.5rem 1.5rem}.faq-content p{margin-bottom:0}.ba-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media(min-width:768px){.ba-grid{grid-template-columns:1fr 1fr}}.ba-card{margin:0;position:relative;overflow:hidden;border-radius:10px;box-shadow:var(--shadow-soft)}.ba-card img{width:100%;height:auto;display:block;transition:transform .3s ease}.ba-card:hover img{transform:scale(1.02)}.ba-card figcaption{background:#fff;padding:1rem;text-align:center;font-weight:500;color:var(--text-heading);border-top:1px solid var(--accent-silver)}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.fade-in-up.is-visible{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.announcement-bar[data-astro-cid-hnhh3bfe]{background-color:var(--accent-navy);color:#fff;font-size:.85rem;font-weight:500;padding:0;height:32px;position:relative;z-index:101;overflow:hidden}.announcement-bar[data-astro-cid-hnhh3bfe] .container[data-astro-cid-hnhh3bfe]{height:100%;display:flex;justify-content:center;align-items:center}.announcement-vertical-slider[data-astro-cid-hnhh3bfe]{height:32px;overflow:hidden;position:relative;width:100%;text-align:center}.announcement-track[data-astro-cid-hnhh3bfe]{display:flex;flex-direction:column;animation:vertical-slide 8s cubic-bezier(.645,.045,.355,1) infinite}.announcement-item[data-astro-cid-hnhh3bfe]{height:32px;display:flex;justify-content:center;align-items:center;white-space:nowrap}@keyframes vertical-slide{0%,40%{transform:translateY(0)}45%,90%{transform:translateY(-32px)}95%,to{transform:translateY(-64px)}}.site-header[data-astro-cid-hnhh3bfe]{background-color:var(--bg-primary);border-bottom:1px solid var(--accent-silver);position:sticky;top:0;z-index:100}.header-inner[data-astro-cid-hnhh3bfe]{display:flex;justify-content:space-between;align-items:center;height:80px}.logo-link[data-astro-cid-hnhh3bfe]{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--text-heading);text-decoration:none}.logo-accent[data-astro-cid-hnhh3bfe]{color:var(--accent-navy);margin-left:.25rem}.main-nav[data-astro-cid-hnhh3bfe] ul[data-astro-cid-hnhh3bfe]{display:flex;gap:2rem;list-style:none}.main-nav[data-astro-cid-hnhh3bfe] a[data-astro-cid-hnhh3bfe]{color:var(--text-main);font-weight:500}.main-nav[data-astro-cid-hnhh3bfe] a[data-astro-cid-hnhh3bfe]:hover{color:var(--accent-navy)}.header-actions[data-astro-cid-hnhh3bfe]{display:flex;align-items:center;gap:1rem}.mobile-menu-toggle[data-astro-cid-hnhh3bfe]{display:none}@media(max-width:768px){.main-nav[data-astro-cid-hnhh3bfe]{display:none;position:absolute;top:80px;left:0;width:100%;background:var(--bg-primary);padding:1.5rem;border-bottom:1px solid var(--accent-silver);box-shadow:var(--shadow-soft)}.main-nav[data-astro-cid-hnhh3bfe].active{display:block!important}.main-nav[data-astro-cid-hnhh3bfe] ul[data-astro-cid-hnhh3bfe]{flex-direction:column;gap:1.5rem;align-items:center}.mobile-menu-toggle[data-astro-cid-hnhh3bfe]{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle[data-astro-cid-hnhh3bfe] span[data-astro-cid-hnhh3bfe]{width:24px;height:2px;background-color:var(--text-heading);transition:all .3s ease}.mobile-menu-toggle[data-astro-cid-hnhh3bfe].active span[data-astro-cid-hnhh3bfe]:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-menu-toggle[data-astro-cid-hnhh3bfe].active span[data-astro-cid-hnhh3bfe]:nth-child(2){opacity:0}.mobile-menu-toggle[data-astro-cid-hnhh3bfe].active span[data-astro-cid-hnhh3bfe]:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.btn-quote[data-astro-cid-hnhh3bfe]{display:none}}.site-footer[data-astro-cid-mh6itkc3]{background-color:var(--bg-secondary);border-top:1px solid var(--accent-silver);padding:4rem 0 2rem;margin-top:auto}.footer-inner[data-astro-cid-mh6itkc3]{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.logo-text-light[data-astro-cid-mh6itkc3]{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--text-heading);margin-bottom:1rem}.logo-accent[data-astro-cid-mh6itkc3]{color:var(--accent-navy)}.brand-desc[data-astro-cid-mh6itkc3]{color:var(--text-main);max-width:300px}.footer-title[data-astro-cid-mh6itkc3]{font-size:1.125rem;margin-bottom:1.5rem}.footer-links[data-astro-cid-mh6itkc3] ul[data-astro-cid-mh6itkc3]{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]{color:var(--text-main)}.footer-links[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]:hover{color:var(--accent-navy)}.footer-contact[data-astro-cid-mh6itkc3] p[data-astro-cid-mh6itkc3]{margin-bottom:1rem;color:var(--text-main)}.footer-wa-link[data-astro-cid-mh6itkc3]{display:inline-flex;color:var(--action-green);font-weight:600;align-items:center}.footer-wa-link[data-astro-cid-mh6itkc3]:hover{color:var(--action-green-hover);text-decoration:underline}.footer-bottom[data-astro-cid-mh6itkc3]{border-top:1px solid var(--accent-silver);padding-top:2rem;text-align:center;color:var(--text-main);font-size:.875rem;font-weight:500}@media(max-width:768px){.footer-inner[data-astro-cid-mh6itkc3]{grid-template-columns:1fr;gap:2rem}}
