.vpdp{-webkit-font-smoothing:antialiased}.vpdp summary{list-style:none}.vpdp summary::-webkit-details-marker{display:none}.vpdp *,.vpdp *:before,.vpdp *:after{margin:0;padding:0;box-sizing:border-box}.vpdp{--text: #1a1a1a;--text-secondary: #555;--text-muted: #888;--bg: #ffffff;--bg-light: #f7f7f5;--border: #e5e5e5;--accent: #1a1a1a;--green: #1a7a4c;--green-light: #e8f5ee;--red: #c0392b;--font: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--radius: 12px;--radius-sm: 8px;--radius-full: 50px;--shadow: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 30px rgba(0,0,0,.1);--ease: cubic-bezier(.4, 0, .2, 1)}.vpdp{scroll-behavior:smooth}.vpdp{font-family:var(--font);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}.vpdp img{max-width:100%;display:block}.vpdp a{color:inherit;text-decoration:none;cursor:pointer}.vpdp button{font-family:inherit;cursor:pointer;border:none;background:none}.vpdp .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.vpdp .skip-link{position:absolute;top:-100%;left:16px;z-index:9999;padding:12px 24px;background:var(--text);color:#fff;border-radius:var(--radius-sm);font-weight:600;font-size:.875rem}.vpdp .skip-link:focus{top:8px}.vpdp :focus-visible{outline:2px solid var(--text);outline-offset:2px}@media(prefers-reduced-motion:reduce){.vpdp *,.vpdp *:before,.vpdp *:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.vpdp .container{max-width:1100px;margin:0 auto;padding:0 24px}.vpdp h1,.vpdp h2,.vpdp h3{font-weight:700;line-height:1.2;letter-spacing:-.02em}.vpdp h1{font-size:clamp(2rem,4.5vw,3rem)}.vpdp h2{font-size:clamp(1.5rem,3vw,2rem)}.vpdp h3{font-size:1rem}.vpdp .btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;font-size:.9375rem;font-weight:600;border-radius:var(--radius-full);transition:all .2s var(--ease);min-height:44px;white-space:nowrap;cursor:pointer}.vpdp .btn-primary{background:var(--text);color:#fff}.vpdp .btn-primary:hover{background:#333}.vpdp .btn-lg{padding:14px 32px;font-size:1rem}.vpdp .btn-full{width:100%}.vpdp .btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--border)}.vpdp .btn-outline:hover{border-color:var(--text)}.vpdp .announcement-bar{background:var(--text);color:#fff;text-align:center;padding:11px 24px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.vpdp .announcement-bar p{transition:opacity .3s var(--ease)}.vpdp .shipping-bar{margin-bottom:16px}.vpdp .shipping-bar-label{font-size:.8125rem;font-weight:600;margin-bottom:8px}.vpdp .shipping-bar.unlocked .shipping-bar-label{color:var(--green)}.vpdp .shipping-bar-track{height:6px;border-radius:var(--radius-full);background:var(--bg-light);border:1px solid var(--border);overflow:hidden}.vpdp .shipping-bar-fill{height:100%;width:0;border-radius:var(--radius-full);background:var(--green);transition:width .4s var(--ease)}.vpdp .newsletter-form{display:flex;gap:10px}.vpdp .newsletter-form input{flex:1;min-width:0;padding:12px 20px;font-family:inherit;font-size:.9375rem;border:1.5px solid var(--border);border-radius:var(--radius-full);background:var(--bg)}.vpdp .newsletter-form input:focus-visible{outline:2px solid var(--green);outline-offset:2px}@media(max-width:640px){.vpdp .newsletter-form{flex-direction:column}}.vpdp .promo-banner{background:var(--red);color:#fff}.vpdp .promo-banner-inner{display:flex;align-items:center;justify-content:center;gap:10px;padding-top:14px;padding-bottom:14px;text-align:center}.vpdp .promo-banner-icon{flex-shrink:0}.vpdp .promo-banner-text{font-size:1.75rem;font-weight:500;letter-spacing:-.01em}.vpdp .promo-banner-text strong{font-weight:700;background:#fff;color:var(--red);padding:2px 8px;border-radius:var(--radius-sm)}@media(max-width:480px){.vpdp .promo-banner-text{font-size:1.35rem}}.vpdp .header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.vpdp .header.scrolled{box-shadow:var(--shadow)}.vpdp .header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.vpdp .logo{font-size:1.375rem;font-weight:700;letter-spacing:-.03em}.vpdp .logo img{height:28px;width:auto;display:block}.vpdp .footer-brand .logo img{height:34px}.vpdp .nav{display:flex;gap:32px}.vpdp .nav-link{font-size:.9375rem;font-weight:500;color:var(--text-secondary);transition:color .2s}.vpdp .nav-link:hover{color:var(--text)}.vpdp .nav-item-dropdown{position:relative}.vpdp .nav-item-dropdown>.nav-link{display:inline-flex;align-items:center;gap:5px}.vpdp .nav-item-dropdown>.nav-link svg{transition:transform .2s var(--ease)}.nav-item-dropdown:hover>.nav-link svg,.vpdp .nav-item-dropdown:focus-within>.nav-link svg{transform:rotate(180deg)}.vpdp .nav-dropdown{position:absolute;top:calc(100% + 14px);left:-14px;min-width:244px;background:var(--bg);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-md);padding:8px;z-index:120;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .18s var(--ease),transform .18s var(--ease),visibility 0s .18s}.vpdp .nav-dropdown:before{content:"";position:absolute;left:0;right:0;top:-16px;height:16px}.nav-item-dropdown:hover .nav-dropdown,.vpdp .nav-item-dropdown:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .18s var(--ease),transform .18s var(--ease),visibility 0s}.vpdp .nav-dropdown a{display:block;padding:9px 12px;border-radius:9px;font-size:.9rem;font-weight:500;color:var(--text-secondary);transition:background .15s,color .15s}.vpdp .nav-dropdown a:hover{background:var(--bg-light);color:var(--text)}.vpdp .nav-dropdown .nav-dropdown-all{margin-top:6px;border-top:1px solid var(--border);border-radius:0;padding-top:12px;color:var(--green);font-weight:600}.vpdp .nav-dropdown .nav-dropdown-all:hover{background:none}.vpdp .header-actions{display:flex;align-items:center;gap:8px}.vpdp .icon-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;position:relative;color:var(--text-secondary);transition:background .2s}.vpdp .icon-btn:hover{background:var(--bg-light)}.vpdp .cart-count{position:absolute;top:4px;right:4px;width:18px;height:18px;background:var(--red);color:#fff;font-size:.625rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(0);transition:all .2s var(--ease)}.vpdp .cart-count.visible{opacity:1;transform:scale(1)}.vpdp .mobile-menu-btn{display:none;flex-direction:column;gap:5px;width:44px;height:44px;align-items:center;justify-content:center}.vpdp .mobile-menu-btn span{display:block;width:20px;height:2px;background:var(--text);border-radius:2px}.vpdp .hero{padding:80px 0 60px;background:var(--bg-light)}.vpdp .hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.vpdp .hero h1{margin-bottom:16px}.vpdp .hero-sub{font-size:1.0625rem;color:var(--text-secondary);margin-bottom:32px;line-height:1.7;max-width:460px}.vpdp .hero-visual{display:flex;align-items:center;justify-content:center}.vpdp .hero-product-img{max-width:340px;width:100%;height:auto;filter:drop-shadow(0 8px 24px rgba(0,0,0,.1))}.vpdp .section-header{text-align:center;margin-bottom:48px}.vpdp .section-tag{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:8px}.vpdp .products{padding:80px 0}.vpdp .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.vpdp .product-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s var(--ease),transform .2s var(--ease)}.vpdp .product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.vpdp .product-image{position:relative;aspect-ratio:1;background:var(--bg-light);display:flex;align-items:center;justify-content:center;padding:24px}.vpdp .product-image img{max-height:180px;width:auto;object-fit:contain}.vpdp .product-badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:var(--radius-full);font-size:.6875rem;font-weight:700;background:var(--green);color:#fff}.vpdp .product-info{padding:20px}.vpdp .product-name{font-size:1rem;font-weight:600;margin-bottom:4px}.vpdp .product-desc{font-size:.8125rem;color:var(--text-muted);margin-bottom:12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vpdp .product-meta{font-size:.75rem;color:var(--text-muted);margin-bottom:16px}.vpdp .product-footer{display:flex;align-items:center;justify-content:space-between}.vpdp .product-pricing{display:flex;align-items:baseline;gap:8px}.vpdp .product-price{font-size:1.125rem;font-weight:700}.vpdp .product-price-original{font-size:.875rem;color:var(--text-muted);text-decoration:line-through}.vpdp .add-to-cart-btn{height:44px;padding:0 20px;border-radius:var(--radius-full);background:var(--text);color:#fff;font-size:.8125rem;font-weight:600;display:flex;align-items:center;gap:6px;transition:background .2s var(--ease)}.vpdp .add-to-cart-btn:hover{background:#333}.vpdp .buy-now-btn{width:100%;margin-top:10px;height:44px;border-radius:var(--radius-full);border:1.5px solid var(--border);color:var(--text);background:transparent;font-size:.8125rem;font-weight:600;transition:border-color .2s var(--ease),background .2s var(--ease)}.vpdp .buy-now-btn:hover{border-color:var(--text);background:var(--bg-light)}.vpdp .about{padding:64px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.vpdp .about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;text-align:center}.vpdp .about-icon{width:48px;height:48px;border-radius:50%;background:var(--bg-light);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--text)}.vpdp .about-item h3{margin-bottom:8px}.vpdp .about-item p{font-size:.875rem;color:var(--text-secondary);line-height:1.6;max-width:280px;margin:0 auto}.vpdp .faq{padding:80px 0;background:var(--bg-light)}.vpdp .faq-list{max-width:640px;margin:0 auto}.vpdp .faq-item{border-bottom:1px solid var(--border)}.vpdp .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-size:.9375rem;font-weight:600;text-align:left;color:var(--text);min-height:44px;transition:color .2s}.vpdp .faq-question:hover{color:var(--text-secondary)}.vpdp .faq-question svg{flex-shrink:0;color:var(--text-muted);transition:transform .2s var(--ease)}.vpdp .faq-item.active .faq-question svg{transform:rotate(180deg)}.vpdp .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s var(--ease)}.vpdp .faq-item.active .faq-answer{max-height:200px}.vpdp .faq-answer p{padding-bottom:20px;color:var(--text-secondary);font-size:.9375rem;line-height:1.7}.vpdp .site-footer{position:relative;overflow:hidden;padding:76px 0 28px;background:#f7f6f1}.vpdp .site-footer>.container{position:relative;z-index:1}.vpdp .footer-cta{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;background:#ffffffb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(26,26,26,.06);border-radius:24px;padding:44px 48px;margin-bottom:64px;box-shadow:var(--shadow-md)}.vpdp .footer-cta h3{font-size:clamp(1.375rem,2.4vw,1.75rem);margin-bottom:10px}.vpdp .footer-cta-copy p{color:var(--text-secondary);margin-bottom:22px;max-width:460px}.vpdp .footer-cta .newsletter-form{max-width:470px}.vpdp .footer-cta-media{position:relative;justify-self:end}.vpdp .footer-cta-media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;background:#f4ecdd;transform:rotate(5deg)}.vpdp .footer-cta-media img{position:relative;width:min(360px,100%);aspect-ratio:3 / 2;object-fit:cover;border-radius:16px;display:block}.vpdp .site-footer .footer-grid{display:grid;grid-template-columns:1.5fr .9fr .9fr 1.2fr;gap:40px;margin-bottom:44px}.vpdp .footer-social{display:flex;gap:10px;margin-top:20px}.vpdp .footer-social a{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border);color:var(--text-secondary);transition:color .2s var(--ease),border-color .2s var(--ease),transform .2s var(--ease)}.vpdp .footer-social a:hover{color:var(--green);border-color:var(--green);transform:translateY(-2px)}.vpdp .footer-links.footer-contact a{display:flex;align-items:center;gap:9px;font-size:.875rem;color:var(--text-secondary);padding:4px 0}.vpdp .footer-contact svg{flex-shrink:0;color:var(--green)}.vpdp .footer-contact a:hover{color:var(--text)}@media(max-width:900px){.vpdp .footer-cta{grid-template-columns:1fr;padding:32px 24px}.vpdp .footer-cta-media{display:none}.vpdp .site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:560px){.vpdp .site-footer .footer-grid{grid-template-columns:1fr}}.vpdp .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:48px;margin-bottom:48px}.vpdp .footer-brand p{color:var(--text-muted);font-size:.875rem;margin-top:12px;max-width:260px}.vpdp .footer-links h4{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:16px}.vpdp .footer-links a{display:block;font-size:.875rem;color:var(--text-secondary);padding:4px 0;transition:color .2s}.vpdp .footer-links a:hover{color:var(--text)}.vpdp .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--border)}.vpdp .footer-bottom p{font-size:.8125rem;color:var(--text-muted)}.vpdp .footer-legal{display:flex;gap:24px}.vpdp .footer-legal a{font-size:.8125rem;color:var(--text-muted);transition:color .2s}.vpdp .footer-legal a:hover{color:var(--text)}.vpdp .cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:200;opacity:0;pointer-events:none;transition:opacity .2s var(--ease)}.vpdp .cart-overlay.active{opacity:1;pointer-events:all}.vpdp .cart-drawer{position:fixed;top:0;right:0;width:400px;max-width:100%;height:100vh;background:var(--bg);z-index:201;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s var(--ease);box-shadow:var(--shadow-lg)}.vpdp .cart-drawer.active{transform:translate(0)}.vpdp .cart-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}.vpdp .cart-header h3{font-size:1.0625rem;font-weight:600}.vpdp .cart-close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);border-radius:50%;transition:background .2s}.vpdp .cart-close:hover{background:var(--bg-light)}.vpdp .cart-body{flex:1;overflow-y:auto;padding:20px 24px}.vpdp .cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;gap:16px;color:var(--text-muted)}.vpdp .cart-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--border)}.vpdp .cart-item-image{width:64px;height:64px;border-radius:var(--radius-sm);background:var(--bg-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.vpdp .cart-item-image img{max-height:48px;width:auto;object-fit:contain}.vpdp .cart-item-info{flex:1}.vpdp .cart-item-name{font-weight:600;font-size:.875rem;margin-bottom:4px}.vpdp .cart-item-variant{font-size:.75rem;color:var(--text-muted);margin-bottom:8px}.vpdp .cart-item-bottom{display:flex;align-items:center;justify-content:space-between}.vpdp .cart-qty{display:flex;align-items:center;gap:4px;border:1px solid var(--border);border-radius:var(--radius-full);padding:2px}.vpdp .cart-qty button{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:var(--text-secondary);transition:background .2s}.vpdp .cart-qty button:hover{background:var(--bg-light)}.vpdp .cart-qty span{font-size:.8125rem;font-weight:600;min-width:20px;text-align:center}.vpdp .cart-item-price{font-weight:600;font-size:.875rem}.vpdp .cart-footer{padding:20px 24px;border-top:1px solid var(--border)}.vpdp .cart-subtotal{display:flex;justify-content:space-between;font-weight:600;margin-bottom:8px}.vpdp .cart-shipping-note{font-size:.8125rem;color:var(--text-muted);margin-bottom:16px}.vpdp .cart-suggestions{margin-top:24px;padding-top:18px;border-top:1px solid var(--border)}.vpdp .cart-suggestions-title{font-size:.8125rem;font-weight:700;margin-bottom:10px}.vpdp .cart-suggestion{display:flex;align-items:center;gap:12px;padding:8px 0}.vpdp .cart-suggestion-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.vpdp .cart-suggestion-name{font-size:.8125rem;font-weight:600}.vpdp .cart-suggestion-name:hover{color:var(--green)}.vpdp .cart-suggestion-price{font-size:.8125rem;font-weight:600;color:var(--text-secondary)}.vpdp .cart-suggestion-price s{color:var(--text-muted);font-weight:400;margin-left:4px}.vpdp .cart-suggestion-add{height:34px;padding:0 16px;border-radius:var(--radius-full);border:1.5px solid var(--border);font-size:.75rem;font-weight:600;color:var(--text);transition:border-color .2s var(--ease),background .2s var(--ease)}.vpdp .cart-suggestion-add:hover{border-color:var(--text);background:var(--bg-light)}.vpdp .cart-promo-note{font-size:.8125rem;color:var(--text-secondary);margin-bottom:12px;text-align:center}.vpdp .cart-promo-note button{color:var(--green);font-weight:600;font-size:inherit;text-decoration:underline;text-underline-offset:2px}.vpdp .cart-promo-note button:hover{color:#156340}.vpdp .toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(80px);background:var(--text);color:#fff;padding:12px 24px;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;z-index:500;opacity:0;transition:all .3s var(--ease);box-shadow:var(--shadow-md)}.vpdp .toast.visible{opacity:1;transform:translate(-50%) translateY(0)}.vpdp .promo-flyout{position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:180}.vpdp .promo-tab{display:flex;align-items:center;justify-content:center;background:var(--green);color:#fff;border-radius:0 12px 12px 0;padding:18px 11px 18px 9px;box-shadow:var(--shadow-md);transition:background .2s var(--ease),opacity .2s var(--ease)}.vpdp .promo-tab:hover{background:#156340}.vpdp .promo-tab span{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.vpdp .promo-flyout.open .promo-tab{opacity:0;pointer-events:none}.vpdp .promo-panel{position:absolute;left:0;top:50%;transform:translate(-110%,-50%);width:min(320px,calc(100vw - 40px));background:var(--bg);border:1px solid var(--border);border-left:none;border-radius:0 16px 16px 0;box-shadow:var(--shadow-lg);padding:26px 24px;visibility:hidden;transition:transform .3s var(--ease),visibility 0s .3s}.vpdp .promo-flyout.open .promo-panel{transform:translateY(-50%);visibility:visible;transition:transform .3s var(--ease)}.vpdp .promo-close{position:absolute;top:10px;right:10px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text-secondary)}.vpdp .promo-close:hover{background:var(--bg-light)}.vpdp .promo-title{font-size:1.25rem;font-weight:700;margin-bottom:6px}.vpdp .promo-text{font-size:.875rem;color:var(--text-secondary);line-height:1.6}.vpdp .promo-form{display:flex;flex-direction:column;gap:10px;margin-top:16px}.vpdp .promo-form input{padding:12px 18px;font-family:inherit;font-size:.9375rem;border:1.5px solid var(--border);border-radius:var(--radius-full);background:#fff}.vpdp .promo-form input:focus-visible{outline:2px solid var(--green);outline-offset:2px}.vpdp .promo-fine{margin-top:12px;font-size:.75rem;color:var(--text-muted)}.vpdp .promo-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#1a1a1a73;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .25s var(--ease)}.vpdp .promo-modal-overlay.visible{opacity:1}.vpdp .promo-modal{background:var(--bg);border-radius:var(--radius);box-shadow:var(--shadow-lg);max-width:400px;width:100%;padding:34px 30px 30px;text-align:center;transform:translateY(10px);transition:transform .25s var(--ease)}.vpdp .promo-modal-overlay.visible .promo-modal{transform:translateY(0)}.vpdp .promo-modal-icon{width:52px;height:52px;border-radius:50%;background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.vpdp .promo-modal h3{font-size:1.25rem;margin-bottom:10px}.vpdp .promo-modal p{font-size:.9375rem;color:var(--text-secondary);line-height:1.7;margin-bottom:8px}.vpdp .promo-modal .promo-modal-spam{font-size:.8125rem;color:var(--text-muted)}.vpdp .promo-modal .btn{margin-top:16px;min-width:140px}@media(max-width:640px){.vpdp .promo-tab{padding:14px 9px 14px 7px}.vpdp .promo-tab span{font-size:.75rem}}@media(max-width:1024px){.vpdp .product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.vpdp .nav{display:none}.vpdp .nav.active{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--bg);padding:16px 24px;border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);gap:12px}.vpdp .mobile-menu-btn{display:flex}.vpdp .nav-item-dropdown{position:static}.vpdp .nav-item-dropdown>.nav-link svg{display:none}.vpdp .nav-dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;border-radius:0;padding:4px 0 0 14px;min-width:0}.vpdp .nav-dropdown:before{display:none}.vpdp .nav-dropdown .nav-dropdown-all{border-top:none;padding-top:9px;margin-top:0}.vpdp .hero{padding:48px 0 40px}.vpdp .hero-inner{grid-template-columns:1fr;text-align:center;gap:32px}.vpdp .hero-visual{order:-1}.vpdp .hero-product-img{max-width:220px}.vpdp .hero-sub{margin-left:auto;margin-right:auto}.vpdp .about-grid,.vpdp .footer-grid{grid-template-columns:1fr;gap:32px}.vpdp .footer-bottom{flex-direction:column;gap:12px;text-align:center}}@media(max-width:480px){.vpdp .product-grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}}.vpdp .page-section{padding:56px 0 88px}.vpdp .page-section .section-header{margin-bottom:8px}.vpdp .faq-group-heading{font-size:1.0625rem;max-width:640px;margin:44px auto 16px}.vpdp .legal-page{padding:48px 0 88px}.vpdp .legal-page .container{max-width:820px}.vpdp .legal-updated{font-size:.875rem;color:var(--text-secondary);margin-top:10px}.vpdp .legal-body{margin-top:32px}.vpdp .legal-body h2{font-size:1.1875rem;margin:34px 0 12px;scroll-margin-top:96px}.vpdp .legal-body h3{font-size:1rem;margin:24px 0 10px}.vpdp .legal-body p{color:var(--text-secondary);line-height:1.75;margin-bottom:14px}.vpdp .legal-body ul{list-style:disc;padding-left:22px;margin-bottom:16px}.vpdp .legal-body li{color:var(--text-secondary);line-height:1.7;margin-bottom:8px}.vpdp .legal-body a{color:var(--green);font-weight:500}.vpdp .legal-contact{background:var(--bg-light);border-radius:16px;padding:24px 28px;margin-top:36px}.vpdp .legal-contact h2{margin-top:0}.vpdp .legal-contact p{margin-bottom:4px}.vpdp .contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:start;margin-top:44px}.vpdp .contact-cards{display:grid;gap:14px}.vpdp .contact-card{display:flex;gap:16px;align-items:flex-start;background:var(--bg-light);border-radius:16px;padding:22px 24px}.vpdp .contact-card-icon{width:42px;height:42px;flex-shrink:0;border-radius:50%;background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center}.vpdp .contact-card h3{font-size:.9375rem;margin-bottom:3px}.vpdp .contact-card p,.vpdp .contact-card a{font-size:.9375rem;color:var(--text-secondary)}.vpdp .contact-card a:hover{color:var(--text)}.vpdp .contact-form-card{background:var(--bg);border:1px solid var(--border);border-radius:20px;padding:34px 36px;box-shadow:var(--shadow-md)}.vpdp .contact-form-card h2{font-size:1.375rem;margin-bottom:6px}.vpdp .contact-form-card>p{color:var(--text-secondary);margin-bottom:24px}.vpdp .contact-form{display:grid;gap:16px}.vpdp .contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.vpdp .contact-form label{font-size:.8125rem;font-weight:600;display:block;margin-bottom:6px}.vpdp .contact-form input,.vpdp .contact-form textarea{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:10px;font-family:inherit;font-size:.9375rem;background:var(--bg);transition:border-color .15s}.vpdp .contact-form input:focus,.vpdp .contact-form textarea:focus{outline:none;border-color:var(--green)}.vpdp .contact-form textarea{min-height:130px;resize:vertical}.vpdp .contact-form-note{font-size:.8125rem;color:var(--text-secondary)}@media(max-width:860px){.vpdp .contact-grid,.vpdp .contact-form-row{grid-template-columns:1fr}.vpdp .contact-form-card{padding:26px 22px}}.vpdp .trust-strip{background:var(--bg-light);border-bottom:1px solid var(--border)}.vpdp .trust-strip-inner{display:flex;align-items:center;justify-content:center;gap:28px;padding-top:10px;padding-bottom:10px;flex-wrap:wrap}.vpdp .trust-strip-item{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:500;color:var(--text-secondary);white-space:nowrap}.vpdp .trust-strip-item svg{color:var(--green);flex-shrink:0}@media(max-width:768px){.vpdp .trust-strip-inner{gap:16px}.vpdp .trust-strip-item:nth-child(n+3){display:none}}.vpdp .breadcrumb{display:flex;align-items:center;gap:8px;padding:20px 0 4px;font-size:.8125rem;color:var(--text-muted)}.vpdp .breadcrumb a{color:var(--text-muted);transition:color .2s}.vpdp .breadcrumb a:hover{color:var(--text)}.vpdp .breadcrumb [aria-current]{color:var(--text);font-weight:500}.vpdp .pdp-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:56px;padding:24px 0 72px;align-items:start}.vpdp .pdp-gallery{position:sticky;top:88px}.vpdp .gallery-main{position:relative;aspect-ratio:1;background:var(--bg-light);border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center}.vpdp .gallery-main img{width:100%;height:100%;object-fit:cover;animation:galleryFade .35s var(--ease)}.vpdp .gallery-main.is-contain{background:#fff}.vpdp .gallery-main.is-contain img{object-fit:contain;padding:24px}.vpdp .gallery-main .product-badge{z-index:2;top:16px;left:16px}@keyframes galleryFade{0%{opacity:0;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}.vpdp .gallery-thumbs{display:flex;gap:10px;margin-top:12px}.vpdp .gallery-thumb{width:72px;height:72px;border-radius:var(--radius-sm);background:var(--bg-light);border:1.5px solid transparent;overflow:hidden;padding:0;flex-shrink:0;transition:border-color .2s var(--ease)}.vpdp .gallery-thumb img{width:100%;height:100%;object-fit:cover}.vpdp .gallery-thumb:hover{border-color:var(--border)}.vpdp .gallery-thumb.active{border-color:var(--text)}.vpdp .pdp-info{max-width:480px}.vpdp .pdp-eyebrow{display:inline-block;padding:5px 12px;border-radius:var(--radius-full);background:var(--green-light);color:var(--green);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.vpdp .pdp-title{margin-bottom:6px}.vpdp .pdp-tagline{font-size:1.0625rem;color:var(--text-secondary);margin-bottom:12px}.vpdp .pdp-rating{display:flex;align-items:center;gap:8px;margin-bottom:18px}.vpdp .pdp-rating[hidden]{display:none}.vpdp .pdp-rating .stars{color:#e8a33d;font-size:.9375rem;letter-spacing:2px}.vpdp .pdp-rating .rating-text{font-size:.8125rem;color:var(--text-secondary);font-weight:500}.vpdp .pdp-short-desc{font-size:.9375rem;color:var(--text-secondary);line-height:1.7;margin-bottom:24px}.vpdp .cue-row{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:14px;font-size:.75rem;font-weight:600;color:var(--text-secondary)}.vpdp .cue-row span[aria-hidden]{color:var(--border)}.vpdp .cue-row .cue-link{color:var(--green);font-weight:600;text-decoration:underline;text-underline-offset:2px}.vpdp .cue-row .cue-link:hover{color:#156340}.vpdp .pdp-accordions{margin-top:24px;border-top:1px solid var(--border)}.vpdp .pdp-accordion{border-bottom:1px solid var(--border)}.vpdp .pdp-accordion summary{display:flex;align-items:center;justify-content:space-between;padding:14px 0;font-size:.875rem;font-weight:600;cursor:pointer;list-style:none;min-height:44px;transition:color .2s}.vpdp .pdp-accordion summary::-webkit-details-marker{display:none}.vpdp .pdp-accordion summary:after{content:"+";font-size:1.125rem;font-weight:500;color:var(--text-muted);transition:transform .2s var(--ease)}.vpdp .pdp-accordion[open] summary:after{transform:rotate(45deg)}.vpdp .pdp-accordion summary:hover{color:var(--green)}.vpdp .pdp-accordion-body{padding:0 0 16px;font-size:.875rem;color:var(--text-secondary);line-height:1.7}.vpdp .pdp-accordion-body p{margin-bottom:8px}.vpdp .pdp-accordion-body p:last-child{margin-bottom:0}.vpdp .pdp-accordion-body ul{list-style:none;padding:0}.vpdp .pdp-accordion-body li{position:relative;padding-left:18px;margin-bottom:6px}.vpdp .pdp-accordion-body li:before{content:"";position:absolute;left:0;top:9px;width:5px;height:5px;border-radius:50%;background:var(--green)}.vpdp .pdp-price-row{display:flex;align-items:center;gap:12px;margin-bottom:22px}.vpdp .pdp-price{font-size:1.625rem;font-weight:700;letter-spacing:-.02em}.vpdp .pdp-compare{font-size:1.0625rem;color:var(--text-muted)}.vpdp .pdp-checklist{list-style:none;margin-bottom:26px}.vpdp .pdp-checklist li{position:relative;padding-left:28px;margin-bottom:8px;font-size:.9375rem;color:var(--text-secondary)}.vpdp .pdp-checklist li:before{content:"";position:absolute;left:0;top:3px;width:17px;height:17px;border-radius:50%;background:var(--green-light);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a7a4c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-size:9px;background-position:center;background-repeat:no-repeat}.vpdp .pdp-option{margin-bottom:20px}.vpdp .pdp-option-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:10px}.vpdp .size-tabs{display:flex;gap:10px}.vpdp .size-tab{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:12px 18px;border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--bg);text-align:left;transition:border-color .2s var(--ease)}.vpdp .size-tab.active{border-color:var(--text)}.vpdp .size-tab-name{font-weight:700;font-size:.9375rem}.vpdp .size-tab-meta{font-size:.75rem;color:var(--text-muted)}.vpdp .qty-select{font-family:inherit;font-size:.9375rem;font-weight:600;color:var(--text);padding:11px 40px 11px 18px;min-width:96px;border:1.5px solid var(--border);border-radius:var(--radius-full);background-color:var(--bg);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:14px;transition:border-color .2s var(--ease)}.vpdp .qty-select:hover{border-color:var(--text-muted)}.vpdp .qty-select:focus-visible{outline:2px solid var(--text);outline-offset:2px}.vpdp .save-chip{padding:2px 8px;border-radius:var(--radius-full);background:var(--green);color:#fff;font-size:.6875rem;font-weight:700}.vpdp .pdp-atc{justify-content:space-between;padding-left:24px;padding-right:24px;margin-top:6px}.vpdp .pdp-atc[disabled]{opacity:.45;cursor:not-allowed}.vpdp .pdp-atc[disabled]:hover{background:var(--text)}.vpdp .pdp-atc-price{font-weight:700}.vpdp .pdp-buy-now{margin-top:10px;background:#fff}.vpdp .pdp-buy-now:hover{background:var(--bg-light)}.vpdp .pdp-assurance{display:flex;flex-direction:column;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.vpdp .pdp-assurance-item{display:flex;align-items:center;gap:10px;font-size:.8125rem;color:var(--text-secondary)}.vpdp .pdp-assurance-item svg{color:var(--green);flex-shrink:0}.vpdp .marquee{overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg);padding:14px 0}.vpdp .marquee-track{display:flex;width:max-content;animation:marqueeScroll var(--marquee-duration, 30s) linear infinite}.vpdp .marquee-group{display:flex;gap:28px;padding-right:28px;flex-shrink:0}.vpdp .marquee-track span{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--text-muted);white-space:nowrap}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(calc(-1 * var(--marquee-shift, 50%)))}}@media(prefers-reduced-motion:reduce){.vpdp .marquee-track{animation-duration:var(--marquee-duration, 30s)!important}}.vpdp .reveal{opacity:0;transform:translateY(18px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.vpdp .reveal.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.vpdp .reveal{opacity:1;transform:none}}.vpdp .essentials{padding:88px 0}.vpdp .essentials-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}.vpdp .essentials-copy h2{margin-bottom:16px}.vpdp .essentials-lead{color:var(--text-secondary);line-height:1.7;margin-bottom:28px}.vpdp .essentials-chips{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.vpdp .chip{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem;font-weight:600}.vpdp .chip-icon{width:30px;height:30px;border-radius:50%;flex-shrink:0;background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center}.vpdp .essentials-visual{position:relative}.vpdp .essentials-visual img{border-radius:var(--radius);width:100%;height:100%;object-fit:cover;aspect-ratio:4 / 5}.vpdp .aus-badge{position:absolute;top:16px;right:16px;z-index:2;filter:drop-shadow(0 4px 14px rgba(0,0,0,.22))}@media(max-width:640px){.vpdp .aus-badge{top:14px;right:14px}.vpdp .aus-badge svg{width:88px;height:88px}}.vpdp .science{padding:88px 0}.vpdp .science-panel{position:relative;overflow:hidden;background:radial-gradient(ellipse 640px 420px at 82% 0%,rgba(46,163,107,.18),transparent 65%),radial-gradient(ellipse 560px 380px at 8% 100%,rgba(48,170,220,.1),transparent 65%),#111;border-radius:24px;padding:44px 56px 56px;color:#fff;margin-bottom:64px}.vpdp .science-head{display:grid;grid-template-columns:1.15fr 1fr;gap:48px;align-items:end}.vpdp .science-head h2{color:#fff}.vpdp .science-accent{color:#2ea36b}.vpdp .science-lead{color:#ffffffa6;line-height:1.7;font-size:.9375rem}.vpdp .science-pulse{display:block;width:100%;height:44px;margin:30px 0 34px;color:#2ea36b}.vpdp .science-orbit-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:56px;align-items:center}.vpdp .science-orbit-grid h2{color:#fff;margin-bottom:16px}.vpdp .orbit{position:relative;width:min(320px,76vw);aspect-ratio:1;margin:0 auto;flex-shrink:0}.vpdp .orbit-core{position:absolute;top:50%;left:50%;width:190px;height:190px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;padding:26px;font-size:1.125rem;font-weight:700;color:#fff;line-height:1.3;text-wrap:balance;background:radial-gradient(circle,#2ea36b73,#2ea36b1f 75%);border:1.5px solid rgba(46,163,107,.65);animation:orbitCorePulse 3s ease-in-out infinite}@keyframes orbitCorePulse{0%,to{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 30px #2ea36b40}50%{transform:translate(-50%,-50%) scale(1.07);box-shadow:0 0 85px #2ea36b8c}}.vpdp .orbit-ring{position:absolute;border:1px dashed rgba(255,255,255,.16);border-radius:50%}.vpdp .orbit-pulse{position:absolute;top:18%;right:18%;bottom:18%;left:18%;border-radius:50%;border:1.5px solid rgba(46,163,107,.55);animation:orbitRipple 4.5s ease-out infinite}.vpdp .orbit-pulse-mid{animation-delay:1.5s}.vpdp .orbit-pulse-late{animation-delay:3s}@keyframes orbitRipple{0%{transform:scale(.55);opacity:.8}to{transform:scale(1.25);opacity:0}}@media(prefers-reduced-motion:reduce){.vpdp .orbit-pulse{display:none}}.vpdp .vita-figure{position:relative;width:min(220px,56vw);margin:0 auto}.vpdp .figure-svg{display:block;width:100%;height:auto;filter:drop-shadow(0 0 26px rgba(46,163,107,.28))}.vpdp .figure-node{position:absolute;display:flex;align-items:center;gap:10px}.vpdp .figure-node-immune{top:34%;left:50%;flex-direction:row-reverse;transform:translate(-9px)}.vpdp .figure-node-immune .figure-label{transform:translate(-4px)}.vpdp .figure-node-skin{top:26%;left:71%}.vpdp .figure-dot{position:relative;width:14px;height:14px;border-radius:50%;flex-shrink:0;background:#fff;animation:figureDotPulse 2.4s ease-in-out infinite}.vpdp .figure-dot:before,.vpdp .figure-dot:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;border:1.5px solid rgba(46,163,107,.6);animation:figureRipple 2.4s ease-out infinite}.vpdp .figure-dot:after{animation-delay:1.2s}.figure-node-skin .figure-dot,.figure-node-skin .figure-dot:before,.vpdp .figure-node-skin .figure-dot:after{animation-delay:.9s}.vpdp .figure-node-skin .figure-dot:after{animation-delay:2.1s}@keyframes figureDotPulse{0%,to{box-shadow:0 0 10px #2ea36b66;transform:scale(1)}50%{box-shadow:0 0 26px #2ea36bd9;transform:scale(1.18)}}@keyframes figureRipple{0%{transform:scale(.6);opacity:.8}to{transform:scale(2.1);opacity:0}}.vpdp .figure-label{padding:6px 12px;border-radius:999px;white-space:nowrap;background:#141a17eb;border:1px solid rgba(46,163,107,.6);font-size:.75rem;font-weight:700;color:#fff;box-shadow:0 6px 16px #00000059}@media(prefers-reduced-motion:reduce){.vpdp .figure-dot:before,.vpdp .figure-dot:after{display:none}}.vpdp .science-pulse .pulse-base{opacity:.18}.vpdp .science-pulse .pulse-move{stroke-dasharray:150 2050;animation:pulseMove 5.5s linear infinite}@keyframes pulseMove{0%{stroke-dashoffset:2200}to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.vpdp .science-pulse .pulse-move{display:none}}.vpdp .science-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.vpdp .science-card{background:#ffffff0d;border-radius:14px;padding:24px 22px;border:1px solid rgba(255,255,255,.09);transition:border-color .25s var(--ease),transform .25s var(--ease),background .25s var(--ease)}.vpdp .science-card:hover{border-color:#2ea36ba6;background:#ffffff13;transform:translateY(-3px)}.vpdp .science-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;margin-bottom:16px;background:#2ea36b29;color:#2ea36b}.vpdp .science-card h3{margin-bottom:8px;font-size:.9375rem;color:#fff}.vpdp .science-card p{font-size:.8438rem;color:#fff9;line-height:1.6}.vpdp .science-routine{display:grid;grid-template-columns:1fr 1.4fr;gap:48px;align-items:center;background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);padding:40px 48px}.vpdp .science-routine-dark{background:#ffffff0d;border-color:#ffffff17;margin-top:40px}.vpdp .science-routine-dark h3{color:#fff}.vpdp .science-routine-dark .routine-steps li{color:#ffffffb3}.vpdp .science-routine-dark .routine-steps strong{color:#2ea36b}.vpdp .science-routine-visual{display:flex;justify-content:center}.vpdp .science-routine-visual img{max-width:280px;height:auto;filter:drop-shadow(0 8px 24px rgba(0,0,0,.1))}.vpdp .science-routine-copy h3{font-size:1.375rem;margin-bottom:12px}.vpdp .science-routine-copy>p{color:var(--text-secondary);font-size:.9375rem;line-height:1.7;margin-bottom:20px}.vpdp .routine-steps{list-style:none;display:flex;flex-direction:column;gap:8px}.vpdp .routine-steps li{font-size:.9375rem;color:var(--text-secondary)}.vpdp .routine-steps strong{color:var(--green);margin-right:6px}.vpdp .difference{padding:88px 0}.vpdp .difference-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.vpdp .difference-card{padding:28px 24px;border:1px solid var(--border);border-radius:var(--radius);transition:box-shadow .2s var(--ease),transform .2s var(--ease)}.vpdp .difference-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.vpdp .difference-icon{width:44px;height:44px;border-radius:50%;background:var(--bg-light);color:var(--text);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.vpdp .difference-card h3{margin-bottom:8px}.vpdp .difference-card p{font-size:.8438rem;color:var(--text-secondary);line-height:1.6}.vpdp .nutrition{padding:88px 0;background:var(--text);color:#fff}.vpdp .nutrition-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.vpdp .nutrition-copy .section-tag{color:#ffffff80}.vpdp .nutrition-copy h2{margin-bottom:16px}.vpdp .nutrition-copy>p{color:#ffffffbf;line-height:1.7}.vpdp .nutrition-facts-row{display:flex;gap:40px;margin:32px 0}.vpdp .nutrition-fact{display:flex;flex-direction:column;gap:4px}.vpdp .nutrition-fact-value{font-size:2.25rem;font-weight:700;letter-spacing:-.02em;line-height:1}.vpdp .nutrition-fact-label{font-size:.8125rem;color:#ffffff8c}.vpdp .nutrition-directions{font-size:.875rem;color:#ffffffbf;line-height:1.7;padding:16px 20px;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-sm)}.vpdp .nutrition-directions strong{color:#fff}.vpdp .nutrition-panel{background:var(--bg);color:var(--text);border-radius:var(--radius);padding:32px}.vpdp .nutrition-panel h3{font-size:1.25rem;margin-bottom:4px}.vpdp .nutrition-panel-meta{font-size:.8125rem;color:var(--text-muted);margin-bottom:20px}.vpdp .nutrition-table{width:100%;border-collapse:collapse;font-size:.875rem}.vpdp .nutrition-table th{text-align:left;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:8px 0;border-bottom:2px solid var(--text)}.vpdp .nutrition-table th:not(:first-child),.vpdp .nutrition-table td:not(:first-child){text-align:right}.vpdp .nutrition-table td{padding:9px 0;border-bottom:1px solid var(--border);color:var(--text-secondary)}.vpdp .nutrition-table td:first-child{color:var(--text);font-weight:500}.vpdp .nutrition-table-highlight td{font-weight:700;color:var(--green)!important;border-bottom:none}.vpdp .nutrition-panel-ingredients{margin-top:18px;padding-top:16px;border-top:2px solid var(--text);font-size:.8125rem;color:var(--text-secondary)}.vpdp .important-info{padding:56px 0}.vpdp .important-info-box{max-width:820px;margin:0 auto;background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);padding:32px 36px}.vpdp .important-info-box h3{margin-bottom:14px;font-size:.9375rem}.vpdp .important-info-box ul{list-style:none}.vpdp .important-info-box li{position:relative;padding-left:18px;margin-bottom:8px;font-size:.8125rem;color:var(--text-secondary);line-height:1.65}.vpdp .important-info-box li:before{content:"";position:absolute;left:0;top:9px;width:5px;height:5px;border-radius:50%;background:var(--text-muted)}.vpdp .pdp-mandatory{margin-top:16px;font-size:.75rem;color:var(--text-muted);line-height:1.6;font-style:italic}.vpdp .pillars{padding:88px 0}.vpdp .pillars-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:64px;align-items:center}.vpdp .pillars-visual img{border-radius:var(--radius);width:100%;height:100%;object-fit:cover;aspect-ratio:1;box-shadow:var(--shadow-lg)}.vpdp .pillars-visual-tile{background:var(--bg-light);border-radius:var(--radius);aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:48px}.vpdp .pillars-visual-tile img{max-height:340px;width:auto;height:auto;aspect-ratio:auto;object-fit:contain;box-shadow:none;filter:drop-shadow(0 10px 26px rgba(0,0,0,.14))}.vpdp .pillars-copy h2{margin-bottom:20px}.vpdp .pillars-accordions{border-top:1px solid var(--border)}.vpdp .guarantee{padding:88px 0;background:var(--bg)}.vpdp .guarantee-inner{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"icon heading" "icon lead" "icon points" "icon link";column-gap:26px;text-align:left;background:linear-gradient(135deg,#fbf6ec,#f4ecdd);border:1px solid rgba(26,26,26,.06);border-radius:24px;padding:46px 52px}.vpdp .guarantee-icon{grid-area:icon;align-self:start;width:56px;height:56px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px -10px #1a7a4c80}.vpdp .guarantee h2{grid-area:heading;margin-bottom:10px;color:var(--text)}.vpdp .guarantee-lead{grid-area:lead;color:var(--text-secondary);line-height:1.7;margin-bottom:22px;max-width:560px}.vpdp .guarantee-points{grid-area:points;display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:.8125rem;font-weight:600;color:var(--text)}.vpdp .guarantee-points span[aria-hidden]{display:none}.vpdp .guarantee-points span{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-full);padding:8px 16px}.vpdp .guarantee-points span:before{content:"\2713";color:var(--green);font-weight:700}.vpdp .guarantee-link{grid-area:link;justify-self:start;margin-top:20px;font-size:.875rem;font-weight:600;color:var(--green);text-decoration:underline;text-underline-offset:3px}.vpdp .guarantee-link:hover{color:#156340}@media(max-width:640px){.vpdp .guarantee{padding:60px 0}.vpdp .guarantee-inner{grid-template-columns:1fr;grid-template-areas:"icon" "heading" "lead" "points" "link";row-gap:0;padding:32px 24px}.vpdp .guarantee-icon{margin-bottom:18px}}.vpdp .related-note{margin-top:10px;font-size:.9375rem;color:var(--green);font-weight:600}.vpdp .faq-item.active .faq-answer{max-height:400px}.vpdp .faq-contact{text-align:center;margin-top:32px;font-size:.9375rem;color:var(--text-secondary)}.vpdp .faq-contact a{font-weight:600;color:var(--text);text-decoration:underline;text-underline-offset:3px}.vpdp .related{padding:88px 0 96px}.vpdp .related-grid{grid-template-columns:repeat(3,1fr)}.vpdp .sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:150;background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border);box-shadow:0 -4px 20px #0000000f;transform:translateY(100%);transition:transform .3s var(--ease)}.vpdp .sticky-atc.visible{transform:translateY(0)}.vpdp .sticky-atc-inner{display:flex;align-items:center;gap:14px;padding-top:10px;padding-bottom:10px}.vpdp .sticky-atc-inner>img{width:44px;height:44px;object-fit:contain;flex-shrink:0}.vpdp .sticky-atc-info{flex:1;display:flex;flex-direction:column;min-width:0}.vpdp .sticky-atc-name{font-weight:600;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vpdp .sticky-atc-meta{font-size:.75rem;color:var(--text-muted)}.vpdp .sticky-atc-price{font-weight:700;font-size:1rem}@media(prefers-reduced-motion:no-preference){.vpdp .pdp-gallery,.vpdp .pdp-info>*{animation:pdpIn .6s var(--ease) both}.vpdp .pdp-info>*:nth-child(1){animation-delay:60ms}.vpdp .pdp-info>*:nth-child(2){animation-delay:.1s}.vpdp .pdp-info>*:nth-child(3){animation-delay:.14s}.vpdp .pdp-info>*:nth-child(4){animation-delay:.18s}.vpdp .pdp-info>*:nth-child(5){animation-delay:.22s}.vpdp .pdp-info>*:nth-child(6){animation-delay:.26s}.vpdp .pdp-info>*:nth-child(7){animation-delay:.3s}.vpdp .pdp-info>*:nth-child(8){animation-delay:.34s}.vpdp .pdp-info>*:nth-child(9){animation-delay:.38s}.vpdp .pdp-info>*:nth-child(10){animation-delay:.42s}}@keyframes pdpIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.vpdp .science-cards,.vpdp .difference-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.vpdp .pdp-grid{grid-template-columns:1fr;gap:32px;padding-bottom:56px}.vpdp .pdp-gallery{position:static}.vpdp .pdp-info{max-width:100%}.vpdp .science-panel{padding:36px 24px;margin-bottom:0}.vpdp .science-head{grid-template-columns:1fr;gap:20px;align-items:start}.vpdp .science-orbit-grid{grid-template-columns:1fr;gap:40px}.vpdp .pillars-grid{grid-template-columns:1fr;gap:36px}.vpdp .pillars-visual img{aspect-ratio:4 / 3}.vpdp .essentials-grid{grid-template-columns:1fr;gap:40px}.vpdp .essentials-visual{order:-1}.vpdp .essentials-visual img{aspect-ratio:4 / 3}.vpdp .nutrition-grid{grid-template-columns:1fr;gap:40px}.vpdp .science-routine{grid-template-columns:1fr;padding:32px 24px;gap:28px}.vpdp .science-routine-visual img{max-width:200px}}@media(max-width:640px){.vpdp .essentials,.vpdp .science,.vpdp .difference,.vpdp .nutrition,.vpdp .related{padding:56px 0}.vpdp .science-cards,.vpdp .difference-grid,.vpdp .essentials-chips{grid-template-columns:1fr}.vpdp .related-grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}.vpdp .nutrition-facts-row{gap:28px}.vpdp .nutrition-panel,.vpdp .important-info-box{padding:24px 20px}.vpdp .sticky-atc-meta{display:none}.vpdp .gallery-thumb{width:60px;height:60px}}.vpdp .bundle-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.vpdp .bundle-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:var(--radius-full);background:var(--green-light);color:var(--green);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.vpdp .bundle-badge svg{flex-shrink:0}.vpdp .bundle-includes{margin-bottom:24px}.vpdp .bundle-items{display:flex;flex-direction:column;gap:10px}.vpdp .bundle-item{display:flex;align-items:center;gap:14px;padding:12px 14px;border:1.5px solid var(--border);border-radius:var(--radius-sm);transition:border-color .2s var(--ease)}.vpdp button.bundle-item{width:100%;font:inherit;text-align:left;background:var(--bg);cursor:pointer}.vpdp .bundle-item:hover{border-color:var(--text-muted)}.vpdp .bundle-item-thumb{width:56px;height:56px;border-radius:var(--radius-sm);background:var(--bg-light);flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.vpdp .bundle-item-thumb img{width:100%;height:100%;object-fit:contain}.vpdp .bundle-item-info{flex:1;min-width:0}.vpdp .bundle-item-name{display:block;font-weight:700;font-size:.875rem}.vpdp .bundle-item-desc{display:block;font-size:.7813rem;color:var(--text-secondary);line-height:1.55;margin:2px 0 5px}.vpdp .bundle-item-meta{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted)}.vpdp .bundle-item-link{font-size:.75rem;font-weight:600;color:var(--green);white-space:nowrap;align-self:center}.vpdp .bundle-item:hover .bundle-item-link{text-decoration:underline;text-underline-offset:2px}.vpdp .bundle-quick-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#1a1a1a73;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .22s var(--ease)}.vpdp .bundle-quick-overlay[hidden]{display:none}.vpdp .bundle-quick-overlay.visible{opacity:1}.vpdp .bundle-quick{position:relative;display:grid;grid-template-columns:230px 1fr;gap:26px;align-items:start;background:var(--bg);border-radius:var(--radius);box-shadow:var(--shadow-lg);max-width:640px;width:100%;padding:30px;transform:translateY(10px);transition:transform .22s var(--ease)}.vpdp .bundle-quick-overlay.visible .bundle-quick{transform:translateY(0)}.vpdp .bundle-quick-close{position:absolute;top:10px;right:10px;z-index:1;background:none;border:0;cursor:pointer;color:var(--text-muted);padding:8px}.vpdp .bundle-quick-close:hover{color:var(--text)}.vpdp .bundle-quick-media{background:var(--bg-light);border-radius:var(--radius-sm);aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:18px}.vpdp .bundle-quick-media img{width:100%;height:100%;object-fit:contain}.vpdp .bundle-quick-info h3{font-size:1.1875rem;margin-bottom:6px;padding-right:20px}.vpdp .bundle-quick-sub{font-size:.875rem;color:var(--text-secondary);line-height:1.6;margin-bottom:8px}.vpdp .bundle-quick-meta{font-size:.8125rem;font-weight:600;color:var(--text-muted);margin-bottom:12px}.vpdp .bundle-quick-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.7;margin-bottom:18px}@media(max-width:640px){.vpdp .bundle-quick{grid-template-columns:1fr;gap:18px;max-width:420px;padding:24px;max-height:85vh;overflow-y:auto}.vpdp .bundle-quick-media{max-width:190px;margin:0 auto}}.vpdp .bundle-price-block{margin-bottom:22px}.vpdp .bundle-was{font-size:.875rem;color:var(--text-muted);margin-bottom:4px}.vpdp .bundle-price-block .pdp-price-row{margin-bottom:0}.vpdp .ship-chip{padding:2px 9px;border-radius:var(--radius-full);background:var(--green-light);color:var(--green);font-size:.6875rem;font-weight:700}.vpdp .bundle-contents{padding:88px 0}.vpdp .bundle-contents-list{display:flex;flex-direction:column;gap:18px;max-width:880px;margin:0 auto}.vpdp .bundle-content-item{display:grid;grid-template-columns:150px 1fr;gap:28px;align-items:center;border:1px solid var(--border);border-radius:var(--radius);padding:24px;background:var(--bg)}.vpdp .bundle-content-media{background:var(--bg-light);border-radius:var(--radius-sm);aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:10px}.vpdp .bundle-content-media img{width:100%;height:100%;object-fit:contain}.vpdp .bundle-content-copy h3{font-size:1.0625rem;margin-bottom:8px}.vpdp .bundle-content-body{font-size:.875rem;color:var(--text-secondary);line-height:1.7}.vpdp .bundle-content-body p{margin-bottom:8px}.vpdp .bundle-content-body p:last-child{margin-bottom:0}.vpdp .bundle-content-link{display:inline-block;margin-top:10px;font-size:.8125rem;font-weight:600;color:var(--green)}.vpdp .bundle-content-link:hover{text-decoration:underline;text-underline-offset:2px}.vpdp .note-section{padding:72px 0;background:var(--bg-light)}.vpdp .note-card{display:grid;grid-template-columns:auto 1fr;column-gap:22px;align-items:start;max-width:880px;margin:0 auto;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:34px 40px;box-shadow:var(--shadow)}.vpdp .note-icon{width:46px;height:46px;border-radius:50%;background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center}.vpdp .note-copy{min-width:0}.vpdp .note-tag{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:6px}.vpdp .note-card h2{font-size:1.375rem;margin-bottom:8px}.vpdp .note-body{font-size:.9375rem;color:var(--text-secondary);line-height:1.75;max-width:640px}.vpdp .note-body p{margin-bottom:10px}.vpdp .note-body p:last-child{margin-bottom:0}.vpdp .note-body a{color:var(--green);font-weight:600;text-decoration:underline;text-underline-offset:3px}@media(max-width:640px){.vpdp .bundle-contents{padding:56px 0}.vpdp .bundle-content-item{grid-template-columns:1fr;gap:18px}.vpdp .bundle-content-media{max-width:180px}.vpdp .bundle-item{align-items:flex-start}.vpdp .bundle-item-link{align-self:flex-start;margin-top:2px}.vpdp .note-section{padding:56px 0}.vpdp .note-card{grid-template-columns:1fr;row-gap:14px;padding:26px 22px}}.vpdp{--hp-serif: "Source Serif 4", Georgia, "Times New Roman", serif;--hp-sand: #faf7f0;--hp-amber: #d99a52}.vpdp .hp-display{font-family:var(--hp-serif);font-weight:600;letter-spacing:-.01em}.vpdp .hp-eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--green);margin-bottom:14px}.vpdp .hp-section-sub{margin-top:10px;color:var(--text-secondary);font-size:.9375rem}.vpdp .hp-ticks{list-style:none;display:flex;flex-wrap:wrap;gap:10px 22px}.vpdp .hp-ticks li{display:flex;align-items:center;gap:8px;font-size:.8438rem;font-weight:500;color:var(--text-secondary)}.vpdp .hp-ticks svg{color:var(--green);flex-shrink:0}.vpdp .hp-ticks-stack{flex-direction:column;align-items:flex-start;gap:12px;margin:24px 0 28px}.vpdp .hp-hero{background:radial-gradient(900px 480px at 78% -10%,rgba(233,178,96,.3),transparent 65%),radial-gradient(700px 420px at -10% 110%,rgba(26,122,76,.07),transparent 60%),linear-gradient(180deg,#fbf5ea,#fff 94%)}.vpdp .hp-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center;padding-top:64px;padding-bottom:72px}.vpdp .hp-hero-copy h1{font-size:clamp(2.375rem,5vw,3.375rem);line-height:1.08;margin-bottom:18px;text-wrap:balance}.vpdp .hp-hero-sub{font-size:1.0625rem;color:var(--text-secondary);line-height:1.7;margin-bottom:28px;max-width:480px}.vpdp .hp-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.vpdp .hp-hero-actions .btn-outline{background:#fff9}.vpdp .hp-hero-media{position:relative}.vpdp .hp-hero-slides{position:relative;width:100%;aspect-ratio:10 / 11;max-height:560px;border-radius:20px;overflow:hidden;box-shadow:0 24px 60px -20px #603f1459}.vpdp .hp-hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 58%;opacity:0;transition:opacity .7s var(--ease)}.vpdp .hp-hero-slide.is-active{opacity:1}.vpdp .hp-hero-slide-creatine{object-position:50% 14%}.vpdp .hp-hero-chip{position:absolute;left:16px;bottom:16px;display:flex;align-items:center;gap:12px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);padding:10px 18px;box-shadow:var(--shadow-md);transition:transform .2s var(--ease),box-shadow .2s var(--ease),opacity .25s var(--ease)}.vpdp .hp-hero-chip:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.vpdp .hp-hero-chip-name{font-size:.8438rem;font-weight:700}.vpdp .hp-hero-chip-arrow{font-size:.875rem;color:var(--text-muted)}.vpdp .hp-hero-badge{top:-16px;right:-14px;transform:rotate(8deg);transition:opacity .4s var(--ease)}.vpdp .hp-hero-badge.is-hidden{opacity:0}.vpdp .hp-hero-bars{display:flex;justify-content:center;gap:6px;margin-top:16px}.vpdp .hp-hero-bar{display:flex;align-items:center;width:42px;height:20px;padding:0;cursor:pointer}.vpdp .hp-hero-bar-track{display:block;width:100%;height:4px;overflow:hidden;border-radius:var(--radius-full);background:#1a1a1a24}.vpdp .hp-hero-bar-fill{display:block;width:0;height:100%;border-radius:inherit;background:var(--green)}.vpdp .hp-hero-bar.is-active .hp-hero-bar-fill{animation:hpBarFill 3.5s linear forwards}@keyframes hpBarFill{0%{width:0}to{width:100%}}.hp-hero-bar:focus-visible{outline:2px solid var(--text);outline-offset:2px;border-radius:var(--radius-full)}.vpdp .hp-shop{padding:84px 0 92px}.vpdp .hp-shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.vpdp .hp-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .25s var(--ease),transform .25s var(--ease)}.vpdp .hp-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.vpdp .hp-card-media{position:relative;display:block;aspect-ratio:1;background:var(--bg-light);padding:10px;overflow:hidden}.vpdp .hp-card-img{width:100%;height:100%;object-fit:contain;transform:scale(1.12);transform-origin:50% 60%;transition:transform .4s var(--ease)}.vpdp .hp-card:hover .hp-card-img{transform:scale(1.17)}.vpdp .hp-card-img.is-photo{transform:none}.vpdp .hp-card:hover .hp-card-img.is-photo{transform:scale(1.03)}.vpdp .hp-card-body{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1}.vpdp .hp-card-tag{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:6px}.vpdp .hp-card-name{font-size:.9688rem;font-weight:700;margin-bottom:4px}.vpdp .hp-card-name a:hover{color:var(--green)}.vpdp .hp-card-meta{font-size:.75rem;color:var(--text-muted);margin-bottom:14px}.vpdp .hp-card-price{display:flex;align-items:center;gap:8px;margin-top:auto}.vpdp .hp-price{font-size:1.125rem;font-weight:700}.vpdp .hp-rrp{font-size:.8438rem;color:var(--text-muted)}.vpdp .hp-save{font-size:.6875rem;font-weight:700;color:var(--green);background:var(--green-light);padding:2px 9px;border-radius:var(--radius-full)}.vpdp .hp-card-atc{width:100%;margin-top:14px;min-height:44px;background:var(--text);color:#fff;font-size:.875rem;font-weight:600;border-radius:var(--radius-full)}.vpdp .hp-card-atc:hover{background:#333}.vpdp .hp-card-buy{width:100%;margin-top:8px;min-height:44px;background:transparent;color:var(--text);border:1.5px solid var(--border);font-size:.875rem;font-weight:600;border-radius:var(--radius-full)}.vpdp .hp-card-buy:hover{border-color:var(--text);background:var(--bg-light)}.vpdp .hp-why{padding:84px 0;background:var(--hp-sand)}.vpdp .hp-why .container{max-width:1260px}.vpdp .hp-why-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:end;margin-bottom:68px}.vpdp .hp-why-chip{display:inline-flex;align-items:center;gap:8px;background:#fff;border-radius:var(--radius-full);padding:8px 16px;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;box-shadow:var(--shadow);margin-bottom:18px}.vpdp .hp-why-chip svg{color:var(--green)}.vpdp .hp-why-copy h2{font-size:clamp(1.75rem,3.2vw,2.5rem);margin-bottom:14px;text-wrap:balance}.vpdp .hp-why-lead{color:var(--text-secondary);line-height:1.7;max-width:440px;margin-bottom:26px}.vpdp .hp-why-list{list-style:none;display:flex;flex-direction:column;gap:14px}.vpdp .hp-why-list li{display:flex;gap:12px;align-items:flex-start;font-size:.9375rem;color:var(--text-secondary);line-height:1.55}.vpdp .hp-why-list svg{color:var(--green);flex-shrink:0;margin-top:3px}.vpdp .hp-why-list strong{color:var(--text);font-weight:600}.vpdp .hp-why-media{position:relative;display:grid;grid-template-columns:.92fr 1.1fr .98fr;gap:14px;align-items:end}.vpdp .hp-why-img{width:100%;height:auto;object-fit:cover;border-radius:18px;box-shadow:0 20px 50px -22px #603f1459}.vpdp .hp-why-img-a{aspect-ratio:4 / 5}.vpdp .hp-why-img-b{aspect-ratio:4 / 5.6}.vpdp .hp-why-img-c{aspect-ratio:4 / 5.2}.vpdp .hp-why-media-last{position:relative;align-self:end}.vpdp .hp-stamp{position:absolute;top:-46px;right:-38px;filter:drop-shadow(0 6px 18px rgba(0,0,0,.14))}.vpdp .hp-stamp-ring{animation:hpSpin 28s linear infinite;transform-origin:center;transform-box:fill-box}@keyframes hpSpin{to{transform:rotate(360deg)}}.vpdp .hp-why-badges{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:36px 44px}.vpdp .hp-why-badges li{display:flex;flex-direction:column;align-items:center;gap:12px;font-size:.8438rem;font-weight:600;width:136px;text-align:center}.vpdp .hp-blob{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--green-light);color:var(--green);border-radius:58% 42% 55% 45%/52% 58% 42% 48%}.vpdp .hp-story{padding:92px 0}.vpdp .hp-story-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:center}.vpdp .hp-story-media img{width:100%;height:auto;aspect-ratio:10 / 11;max-height:540px;object-fit:cover;object-position:50% 25%;border-radius:20px;display:block;box-shadow:0 24px 60px -24px #603f144d}.vpdp .hp-story-copy h2{font-size:clamp(1.625rem,3vw,2.25rem);margin-bottom:16px;text-wrap:balance}.vpdp .hp-story-copy>p{color:var(--text-secondary);line-height:1.75;max-width:480px}.vpdp .guarantee h2{font-family:var(--hp-serif);font-weight:600;letter-spacing:-.01em}@media(max-width:1024px){.vpdp .hp-hero-grid{gap:40px}.vpdp .hp-shop-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.vpdp .hp-hero-grid{grid-template-columns:1fr;gap:32px;padding-top:40px;padding-bottom:56px}.vpdp .hp-hero-media{order:-1}.vpdp .hp-hero-slides{aspect-ratio:4 / 3}.vpdp .hp-hero-slide{object-position:50% 62%}.vpdp .hp-hero-slide-creatine{object-position:50% 74%}.vpdp .hp-story-grid{grid-template-columns:1fr;gap:36px}.vpdp .hp-story-media img{aspect-ratio:4 / 5}.vpdp .hp-why-grid{grid-template-columns:1fr;gap:44px;margin-bottom:52px}.vpdp .hp-stamp{top:-26px;right:6px}.vpdp .hp-stamp svg{width:96px;height:96px}.vpdp .hp-why-badges{gap:28px 20px}.vpdp .hp-why-badges li{width:128px}}@media(max-width:640px){.vpdp .hp-shop,.vpdp .hp-why,.vpdp .hp-story{padding-top:60px;padding-bottom:60px}.vpdp .hp-hero-actions .btn{flex:1 1 auto}.vpdp .hp-hero-chip{left:12px;right:12px;bottom:12px;justify-content:space-between;gap:8px}.vpdp .hp-hero-badge svg{width:84px;height:84px}}@media(max-width:560px){.vpdp .hp-shop-grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}}.vpdp .hp-bundle-grid{grid-template-columns:repeat(3,1fr)}.vpdp .hp-bundle-grid.cols-2{grid-template-columns:repeat(2,1fr);max-width:720px;margin-left:auto;margin-right:auto}.vpdp .hp-bundle-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.vpdp .hp-save.hp-ship{background:transparent;border:1px solid var(--border);color:var(--text-secondary)}.vpdp a.hp-card-atc{display:flex;align-items:center;justify-content:center;text-align:center}.vpdp .bundle-grid-note{text-align:center;margin-top:28px;font-size:.875rem;color:var(--text-secondary)}.vpdp .bundle-grid-note a{color:var(--green);font-weight:600;text-decoration:underline;text-underline-offset:2px}@media(max-width:1024px){.vpdp .hp-bundle-grid,.vpdp .hp-bundle-grid.cols-2{grid-template-columns:repeat(2,1fr);max-width:none}}@media(max-width:560px){.vpdp .hp-bundle-grid,.vpdp .hp-bundle-grid.cols-2{grid-template-columns:1fr;max-width:380px;margin:0 auto}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/vitamira-site.css.map */
