@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400;1,9..40,500&family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap";.top-bar{color:var(--puro-white);z-index:1000;background-color:#0000;width:100%;padding:8px 0;font-size:13px;font-weight:500;position:absolute;top:0;left:0}.top-bar-content{justify-content:space-between;align-items:center;display:flex}.top-bar-item{opacity:.9;align-items:center;gap:8px;display:flex}.icon-emoji{font-size:14px}.lang-selector{cursor:pointer;gap:12px;display:flex}.site-header{z-index:1000;padding:20px 0;transition:all .4s;position:fixed;top:0;left:0;right:0}.site-header.scrolled{padding:10px 0;top:0}.navbar-pill{border-radius:var(--radius-full);justify-content:space-between;align-items:center;height:100px;padding:0 40px;transition:all .4s;display:flex;box-shadow:0 10px 30px #00000014;background:#fff!important}.site-header.scrolled .navbar-pill{height:80px;box-shadow:var(--shadow-lg);background:#fff!important}.brand-logo{align-items:center;gap:12px;text-decoration:none;display:flex}.navbar-logo-img{object-fit:contain;width:auto;height:90px;transition:all .4s}.site-header.scrolled .navbar-logo-img{height:70px}.logo-circle{background:var(--puro-green-forest);border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:24px;display:flex;box-shadow:0 5px 15px #662d9133}.brand-text{flex-direction:column;display:flex}.brand-name{font-family:var(--font-heading);color:var(--puro-green-deep);letter-spacing:-.02em;font-size:22px;font-weight:800;line-height:1}.brand-tagline{color:var(--puro-green-leaf);letter-spacing:.2em;margin-top:2px;font-size:9px;font-weight:700}.nav-menu{align-items:center;gap:32px;display:flex}.nav-item{font-family:var(--font-heading);color:var(--text-main);align-items:center;gap:4px;font-size:17px;font-weight:500;transition:color .3s;display:flex}.nav-item:hover{color:var(--puro-green-leaf)}.dropdown-icon{opacity:.5}.nav-caret{opacity:.7;margin-top:1px;font-size:12px}.header-right{align-items:center;gap:20px;display:flex}.icon-btn{cursor:pointer;color:var(--puro-green-deep);background:0 0;border:none;justify-content:center;align-items:center;padding:0;line-height:1;transition:all .3s;display:flex}.icon-btn:hover{color:var(--puro-green-leaf);transform:scale(1.1)}.fa-icon{font-size:15px}.cart-btn{background:var(--puro-green-forest);color:var(--puro-white);border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;gap:0;padding:12px 18px;font-weight:700;transition:all .3s;display:flex;position:relative}.cart-btn:hover{background:var(--puro-green-deep);transform:translateY(-2px);box-shadow:0 5px 15px #662d914d}.cart-count{color:var(--puro-green-deep);border:2px solid var(--puro-white);background:#f7c35f;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;display:flex;position:absolute;top:-5px;right:-5px}.mobile-menu-btn{cursor:pointer;color:var(--puro-green-deep);background:0 0;border:none;display:none}.mobile-menu-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;opacity:0;pointer-events:none;background:#0006;width:100vw;height:100vh;transition:opacity .3s;position:fixed;top:0;left:0}.mobile-menu-backdrop.open{opacity:1;pointer-events:auto}.mobile-menu{background:var(--puro-white);z-index:999;box-sizing:border-box;flex-direction:column;width:min(300px,80vw);height:100vh;padding:90px 20px 30px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0000000f}.mobile-menu.open{transform:translate(0)}.mobile-nav-links{text-align:left;flex-direction:column;height:100%;display:flex}.mobile-links-container{flex-direction:column;flex:1;padding-right:4px;display:flex;overflow-y:auto}.mobile-link{font-size:16px;font-family:var(--font-heading);color:var(--puro-green-deep);border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:14px 8px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.mobile-link:after{content:"→";opacity:.3;font-size:14px;font-weight:300;transition:transform .2s}.mobile-link:hover,.mobile-link:active{color:var(--puro-green-leaf);background:#00000003;padding-left:14px}.mobile-link:hover:after,.mobile-link:active:after{opacity:.8;transform:translate(4px)}@media (width<=1024px){.nav-menu{display:none}.mobile-menu-btn{display:block}.header-right .icon-btn:not(.mobile-menu-btn){display:none}.navbar-pill{padding:0 20px}}@media (width<=480px){.top-bar{display:none}.site-header{padding:10px 0}.site-header.scrolled .navbar-pill,.navbar-pill{width:calc(100% - 24px);height:60px;margin:12px auto;padding:0 16px}.navbar-logo-img{height:40px}.cart-btn{padding:8px 12px}}.mobile-drawer-actions{border-top:1px solid #0000000f;justify-content:space-around;gap:12px;margin-top:auto;padding-top:20px;display:flex}.mobile-action-link,.mobile-action-btn{color:var(--puro-green-deep);font-family:var(--font-body);background:var(--puro-cream);cursor:pointer;border-radius:var(--radius-md);border:none;flex-direction:column;flex:1;align-items:center;gap:6px;padding:10px 8px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.mobile-action-link:hover,.mobile-action-btn:hover{color:var(--puro-green-leaf);background:#662d910d}.site-footer{color:var(--text-dark);background:#fff;border-radius:60px 60px 0 0;padding:100px 0 40px;position:relative;overflow:hidden;box-shadow:0 -10px 40px #00000008}.footer-top-accent{background:linear-gradient(90deg, var(--puro-green-leaf), var(--puro-gold));width:100%;height:5px;position:absolute;top:0;left:0}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:60px;margin-bottom:80px;display:grid}.footer-logo{margin-bottom:24px;display:block}.footer-logo-img{width:auto;height:60px}.footer-desc{color:var(--text-light);margin-bottom:30px;line-height:1.8}.social-icons a{background:var(--puro-cream);width:40px;height:40px;color:var(--puro-green-deep);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-icons a:hover{background:var(--puro-green-leaf);color:#fff;transform:translateY(-5px)}.footer-links-col h4,.footer-contact-col h4{color:var(--puro-green-deep);margin-bottom:30px;font-size:18px}.footer-links-col ul{flex-direction:column;gap:15px;display:flex}.footer-links-col a{color:var(--text-light);transition:all .3s}.footer-links-col a:hover{color:var(--puro-green-leaf);padding-left:5px}.contact-item{color:var(--text-light);align-items:flex-start;gap:15px;margin-bottom:20px;display:flex}.contact-item svg{flex-shrink:0;margin-top:3px}.footer-newsletter{margin-top:40px}.footer-newsletter h4{color:var(--puro-green-deep);margin-bottom:12px}.footer-newsletter p{color:var(--text-light);margin-bottom:20px;font-size:14px}.footer-form{position:relative}.footer-form input{border-radius:var(--radius-full);background:var(--puro-cream);width:100%;color:var(--text-dark);border:1px solid #0000000d;outline:none;padding:14px 20px}.footer-form input::placeholder{color:var(--text-light)}.footer-form button{background:var(--puro-green-leaf);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;transition:all .3s;display:flex;position:absolute;top:5px;bottom:5px;right:5px}.footer-form button:hover{background:var(--puro-green-deep);transform:scale(1.05)}.footer-bottom{color:var(--text-light);border-top:1px solid #0000000d;justify-content:space-between;align-items:center;padding-top:40px;font-size:14px;display:flex}.site-footer .payment-methods{align-items:center;gap:20px;display:flex}.site-footer .payment-methods svg{filter:grayscale(.2)opacity(.85);width:auto;height:26px;transition:all .3s}.site-footer .payment-methods svg:hover{filter:grayscale(0)opacity();transform:translateY(-2px)}.footer-floating-leaf{color:var(--puro-green-leaf);opacity:.08;pointer-events:none;animation:10s infinite float;position:absolute;bottom:20px;right:40px}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.site-footer{border-radius:30px 30px 0 0;padding:45px 0 25px}.footer-grid{text-align:left;grid-template-columns:repeat(2,1fr);gap:35px 20px;margin-bottom:40px}.footer-brand-col{text-align:center;grid-column:1/-1;margin-bottom:10px}.footer-logo{justify-content:center;margin-bottom:16px;display:flex}.footer-logo-img{height:48px}.footer-desc{max-width:440px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:13px;line-height:1.6}.social-icons{justify-content:center;gap:12px}.social-icons a{width:36px;height:36px}.social-icons a svg{width:16px;height:16px}.footer-links-col{grid-column:span 1}.footer-links-col h4{text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px;font-size:14px;font-weight:600}.footer-links-col ul{align-items:flex-start;gap:10px}.footer-links-col a{font-size:13px}.footer-contact-col{text-align:center;border-top:1px solid #0000000d;grid-column:1/-1;margin-top:10px;padding-top:35px}.footer-contact-col h4{text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px;font-size:14px;font-weight:600}.contact-item{justify-content:center;gap:8px;margin-bottom:12px;font-size:13px}.footer-newsletter{max-width:360px;margin-top:30px;margin-left:auto;margin-right:auto}.footer-newsletter h4{margin-bottom:8px;font-size:14px}.footer-newsletter p{margin-bottom:16px;font-size:12px}.footer-form input{padding:10px 16px;font-size:13px}.footer-form button{width:38px;height:38px;top:4px;bottom:4px;right:4px}.footer-bottom{text-align:center;flex-direction:column-reverse;gap:15px;margin-top:30px;padding-top:25px}.footer-extra-links{flex-wrap:wrap;justify-content:center;gap:8px;font-size:12px;display:flex}.site-footer .payment-methods{justify-content:center;gap:12px}.site-footer .payment-methods svg{height:22px}.footer-floating-leaf{opacity:.04;bottom:15px;right:15px}}.home-page{padding-top:0}.hero-section{color:var(--puro-white);background:url(/assets/homebannernew-Bre5SE94.png) 50%/cover no-repeat;padding:180px 0 100px;position:relative;overflow:hidden}.hero-bg-overlay{z-index:1;background:linear-gradient(90deg,#000000b3 0%,#0000004d 40%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{text-align:left;z-index:2;flex-direction:column;align-items:flex-start;display:flex;position:relative}.hero-title{color:var(--puro-white);margin-bottom:16px;font-size:clamp(2.2rem,4.5vw,3.8rem);line-height:1.1}.text-leaf{background:var(--hyhub-gold-gradient);-webkit-text-fill-color:transparent;font-family:var(--font-script);-webkit-background-clip:text;font-size:1.2em;font-style:normal;font-weight:700}.hero-subtitle{opacity:.85;max-width:450px;margin:0 0 35px;font-size:.95rem}.hero-btns{justify-content:flex-start;gap:20px;margin-bottom:60px;display:flex}.hero-features{border-top:1px solid #ffffff1a;justify-content:flex-start;gap:40px;padding-top:40px;display:flex}.feature-item{align-items:center;gap:12px;display:flex}.feature-icon{color:var(--puro-green-leaf)}.feature-label{font-size:14px;font-weight:700;display:block}.feature-sub{opacity:.6;font-size:12px;display:block}.hero-visual{position:relative}.hero-basket-wrapper{z-index:2;position:relative}.hero-basket-img{border-radius:var(--radius-lg);width:auto;box-shadow:var(--shadow-premium)}.organic-tag{background:var(--puro-green-leaf);color:#fff;border-radius:var(--radius-full);padding:8px 16px;font-size:12px;font-weight:700;position:absolute;top:20px;right:20px}.cinematic-leaves-container{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}@keyframes fallAndSway{0%{opacity:0;transform:translateY(-20%)rotate(0)}10%{opacity:1}50%{transform:translate(30px,50vh)rotate(45deg)}90%{opacity:1}to{opacity:0;transform:translate(-30px,110vh)rotate(90deg)}}@keyframes particleFloat{0%{opacity:0;transform:translate(0)rotate(0)}25%{opacity:.6}50%{transform:translate(20px,-40px)rotate(180deg)}75%{opacity:.6}to{opacity:0;transform:translate(-10px,-80px)rotate(360deg)}}.cinematic-leaf{-webkit-user-select:none;user-select:none;transform-origin:50%;position:absolute}.cinematic-leaf img{object-fit:contain;pointer-events:none;width:100%;height:100%;display:block}.leaf-fg{filter:blur(2px)saturate(1.15);z-index:5;opacity:.85;width:110px;height:110px;animation:15s linear infinite fallAndSway}.leaf-bg{filter:blur(.5px)saturate(1.1);z-index:1;opacity:.9;width:56px;height:56px;animation:20s linear infinite fallAndSway}.particle{z-index:2;opacity:.8;width:26px;height:26px;animation:12s ease-in-out infinite particleFloat}.leaf-resting{z-index:2;filter:drop-shadow(0 4px 6px #00000026);width:42px;height:42px;position:absolute}.category-carousel-controls{justify-content:flex-end;align-items:center;gap:12px;margin-bottom:24px;display:flex}.category-arrow{background:var(--puro-white);width:36px;height:36px;color:var(--puro-green-forest);border:1px solid #3a155740;border-radius:999px;justify-content:center;align-items:center;font-size:24px;line-height:1;transition:all .2s;display:inline-flex}.category-arrow:hover:not(:disabled){background:var(--puro-green-forest);color:var(--puro-white);border-color:var(--puro-green-forest)}.category-arrow:disabled{opacity:.35;cursor:not-allowed}.category-page-indicator{color:var(--puro-green-forest);text-align:center;min-width:44px;font-size:14px;font-weight:700}.category-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.cat-card{border-radius:var(--radius-md);justify-content:space-between;align-items:center;padding:40px;transition:transform .4s;display:flex;overflow:hidden}.cat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-10px)}.cat-card:hover .cat-img{transform:scale(1.1)translateY(-10px)}.cat-info h3{margin-bottom:8px;font-size:24px}.cat-info p{color:var(--text-light);margin-bottom:20px;font-weight:500}.cat-link{color:var(--puro-green-deep);align-items:center;gap:8px;font-weight:700;display:flex}.cat-img{object-fit:contain;filter:drop-shadow(0 10px 20px #0000001a);width:150px;height:150px;transition:transform .4s}.about-home-section{background:linear-gradient(#fff 0%,#f8f7fb 100%)}.about-home-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:20px;display:grid}.about-home-content .section-subtitle{justify-content:flex-start}.about-home-content .heading-md{margin-bottom:18px}.about-home-text{color:var(--text-light);max-width:64ch;margin-bottom:16px;font-size:18px;line-height:1.75}.about-home-script{font-family:var(--font-heading);color:var(--puro-green-deep);max-width:100%;margin-bottom:22px;font-size:clamp(18px,1.35vw,24px);font-style:italic;line-height:1.4}.about-home-note{font-family:var(--font-heading);color:var(--puro-green-deep);max-width:100%;font-size:clamp(18px,1.4vw,26px);line-height:1.42}.about-home-note strong{font-weight:800}.about-home-note em{font-style:italic}.about-who-copy{font-family:var(--font-heading);color:var(--puro-green-deep);font-size:clamp(20px,1.45vw,30px);line-height:1.48}.about-who-copy strong{font-weight:800}.about-who-copy em{font-style:italic}.about-home-image img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);object-fit:cover}.about-who-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:48px;margin-top:60px;display:grid}.about-who-image img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);object-fit:cover}.about-purpose-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;margin-top:60px;display:grid}.about-purpose-copy{font-family:var(--font-heading);color:var(--puro-green-deep);font-size:clamp(20px,1.45vw,30px);line-height:1.48}.about-purpose-list{color:var(--puro-green-deep);font-family:var(--font-heading);margin:0 0 18px;padding-left:30px;list-style:outside}.about-purpose-list li{margin-bottom:10px;font-size:clamp(19px,1.35vw,28px);line-height:1.6}.about-purpose-image img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);object-fit:cover}.pop-cat-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:30px;display:grid}.pop-cat-img-wrapper{background:var(--puro-cream);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 20px;padding:20px;transition:all .3s;display:flex}.pop-cat-item:hover .pop-cat-img-wrapper{background:var(--puro-white);box-shadow:var(--shadow-md);transform:scale(1.1)}.pop-cat-item img{object-fit:contain;width:100%;height:100%}.pop-cat-item h4{margin-bottom:4px;font-size:16px}.pop-cat-item p{color:var(--text-light);font-size:13px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr));gap:30px;display:grid}.product-badge{color:#fff;z-index:2;background:#e55353;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:700;position:absolute;top:20px;left:20px}.wishlist-btn{background:var(--puro-cream);width:40px;height:40px;color:var(--puro-green-deep);z-index:2;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.wishlist-btn:hover{background:var(--puro-green-forest);color:#fff}.product-name{margin-bottom:4px;font-size:18px}.product-desc{color:var(--text-light);margin-bottom:12px;font-size:14px}.product-rating{color:gold;align-items:center;gap:4px;margin-bottom:16px;font-size:13px;font-weight:600;display:flex}.product-price-row{justify-content:space-between;align-items:center;display:flex}.current-price{color:var(--puro-green-deep);font-size:20px;font-weight:800}.old-price{color:var(--text-light);margin-left:8px;font-size:14px;text-decoration:line-through}.add-to-cart-btn{background:var(--puro-green-forest);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex}.add-to-cart-btn:hover{background:var(--puro-green-deep);transform:scale(1.1)}.promo-banner{background:var(--hyhub-gradient);border-radius:var(--radius-lg);color:#fff;grid-template-columns:1fr 1fr;align-items:center;padding:60px 80px;display:grid;position:relative;overflow:hidden}.promo-content h2{color:var(--puro-white);margin-bottom:30px}.promo-tag{color:var(--puro-gold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px;font-size:14px;font-weight:700;display:block}.promo-visual{position:relative}.promo-visual img{border-radius:var(--radius-md);width:100%;max-width:400px}.discount-circle{background:var(--hyhub-gold-gradient);color:var(--puro-white);text-align:center;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-size:18px;font-weight:800;line-height:1.2;display:flex;position:absolute;top:-20px;right:0;box-shadow:0 10px 20px #0000001a}.brand-carousel-controls{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.brands-grid{margin-top:24px}.brand-carousel-track{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#3a155759 transparent;gap:24px;padding:4px 2px 14px;display:flex;overflow-x:auto}.brand-carousel-track::-webkit-scrollbar{height:8px}.brand-carousel-track::-webkit-scrollbar-track{background:0 0}.brand-carousel-track::-webkit-scrollbar-thumb{background:#3a155759;border-radius:999px}.brand-card{background:var(--puro-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #0000000d;flex-direction:column;flex:0 0 calc(33.3333% - 16px);min-width:300px;padding:0;transition:all .4s;display:flex;overflow:hidden}.brand-img-wrapper{height:220px;position:relative;overflow:hidden}.brand-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.brand-card:hover .brand-img{transform:scale(1.05)}.brand-content-wrapper{flex-direction:column;flex-grow:1;padding:35px;display:flex}.brand-card:hover{box-shadow:var(--shadow-md);border-color:#5e7e2633;transform:translateY(-10px)}.brand-name{color:var(--puro-green-deep);font-size:28px;font-family:var(--font-heading);margin-bottom:15px}.brand-desc{color:var(--text-light);margin-bottom:25px;line-height:1.6}.brand-products{flex-grow:1;margin-bottom:30px}.brand-products strong{text-transform:uppercase;letter-spacing:1px;color:var(--puro-green-forest);margin-bottom:10px;font-size:14px;display:block}.brand-products ul{padding:0;list-style:none}.brand-products ul li{color:var(--text-dark);border-bottom:1px solid #0000000d;align-items:center;padding:8px 0;font-weight:500;display:flex}.brand-products ul li:before{content:"-";margin-right:10px;font-size:14px}.explore-link{color:var(--puro-green-forest);text-transform:uppercase;letter-spacing:1px;font-size:14px;font-weight:700;transition:all .3s;display:inline-block}.explore-link:hover{color:var(--puro-green-deep);transform:translate(5px)}.stats-section{background:var(--hyhub-gradient);color:var(--puro-white);padding:60px 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.stat-item{padding:20px}.stat-number{color:var(--puro-gold);font-size:48px;font-weight:800;font-family:var(--font-heading);margin-bottom:10px}.stat-label{opacity:.9;font-size:16px;font-weight:500}.why-us-split{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-top:50px;display:grid}.why-us-image-wrapper{border-radius:var(--radius-lg);box-shadow:var(--shadow-premium);position:relative;overflow:hidden}.why-us-img{width:100%;height:auto;transition:transform .7s;display:block}.why-us-image-wrapper:hover .why-us-img{transform:scale(1.05)}.why-us-floating-card{border-radius:var(--radius-md);box-shadow:var(--shadow-lg);color:var(--puro-green-deep);background:#fff;align-items:center;gap:10px;padding:15px 25px;display:flex;position:absolute;bottom:30px;right:20px}.why-us-content{flex-direction:column;gap:30px;display:flex}.principle-list-item{border-radius:var(--radius-md);background:0 0;border:1px solid #0000;gap:20px;padding:15px;transition:all .4s;display:flex}.principle-list-item:hover{background:var(--puro-white);box-shadow:var(--shadow-sm);border-color:#5e7e261a;transform:translate(10px)}.principle-list-icon{background:var(--puro-cream);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:32px;display:flex;box-shadow:inset 0 2px 5px #0000000d}.principle-list-icon svg{transition:stroke .3s}.principle-list-item:hover .principle-list-icon{background:var(--puro-green-leaf);color:#fff}.principle-list-item:hover .principle-list-icon svg{stroke:var(--puro-white)}.principle-list-title{color:var(--puro-green-deep);margin-bottom:8px;font-size:20px}.principle-list-desc{color:var(--text-light);font-size:14px;line-height:1.6}.testimonials-section{position:relative}.testimonials-grid{grid-template-columns:repeat(3,1fr);align-items:center;gap:40px;margin-top:60px;display:grid}.testimonial-card{background:var(--puro-white);border-radius:var(--radius-lg);z-index:1;border:1px solid #00000005;padding:50px 40px;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 10px 30px #0000000d}.testimonial-card:nth-child(2){transform:translateY(-20px)}.testimonial-card:hover{z-index:2;border-color:#5e7e2633;transform:translateY(-15px)scale(1.02);box-shadow:0 20px 40px #0000001a}.testimonial-card:nth-child(2):hover{transform:translateY(-35px)scale(1.02)}.quote-icon-large{color:var(--puro-green-leaf);opacity:.15;font-size:80px;line-height:1;font-family:var(--font-script);transition:all .5s;position:absolute;top:20px;right:30px}.testimonial-card:hover .quote-icon-large{opacity:.3;color:var(--puro-gold);transform:rotate(10deg)scale(1.2)}.stars{background:var(--hyhub-gold-gradient);-webkit-text-fill-color:transparent;letter-spacing:2px;-webkit-background-clip:text;margin-bottom:20px;font-size:20px}.testimonial-text{color:var(--text-dark);margin-bottom:0;font-size:16px;font-style:italic;line-height:1.7}.testimonial-author-box{border-top:1px solid #0000000d;align-items:center;gap:15px;margin-top:30px;padding-top:20px;display:flex}.author-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;font-weight:700;display:flex;box-shadow:0 4px 10px #0000001a}.author-info{flex-direction:column;display:flex}.testimonial-author{color:var(--puro-green-forest);margin-bottom:2px;font-size:16px;font-weight:700}.author-role{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;font-size:12px}.blog-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px;display:grid}.blog-card{background:var(--puro-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all .3s;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.blog-img-wrapper{height:220px;overflow:hidden}.blog-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-img{transform:scale(1.05)}.blog-content{padding:25px}.blog-date{color:var(--puro-green-leaf);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-size:12px;font-weight:700;display:block}.blog-title{margin-bottom:15px;font-size:20px;line-height:1.4}.blog-link{color:var(--puro-green-forest);font-size:14px;font-weight:700}.blog-link:hover{text-decoration:underline}.newsletter-form{gap:10px;max-width:500px;margin:0 auto;display:flex}.newsletter-input{border-radius:var(--radius-full);border:none;outline:none;flex-grow:1;padding:15px 25px;font-size:16px}.newsletter-btn{border-radius:var(--radius-full);cursor:pointer;background:var(--puro-gold);color:var(--puro-green-deep);border:none;padding:15px 30px;font-weight:700;transition:all .3s}.newsletter-btn:hover{background:var(--puro-white);transform:scale(1.05)}@media (width<=1024px){.brand-carousel-controls{justify-content:center}.brand-card{flex-basis:calc(50% - 12px)}.hero-container{text-align:center;grid-template-columns:1fr}.hero-btns{justify-content:center}.hero-features{flex-wrap:wrap;justify-content:center}.category-grid{grid-template-columns:1fr}.category-carousel-controls{justify-content:center}.promo-banner{text-align:center;grid-template-columns:1fr;padding:40px}.promo-visual{margin-top:40px}.testimonials-grid,.blog-grid,.why-us-split,.about-home-grid,.about-who-grid,.about-purpose-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.newsletter-form{flex-direction:column}.testimonial-card:nth-child(2){transform:none!important}.testimonial-card:hover,.testimonial-card:nth-child(2):hover{transform:translateY(-5px)!important}}@media (width<=768px){.brand-card{flex-basis:min(92%,340px)}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-name{font-size:.9rem!important}.current-price{font-size:.95rem!important}.old-price{font-size:.75rem!important}.add-to-cart-btn{border-radius:8px!important;width:32px!important;height:32px!important;font-size:1rem!important}.wishlist-btn{width:30px!important;height:30px!important;font-size:.9rem!important;top:10px!important;right:10px!important}.product-badge{padding:2px 6px!important;font-size:9px!important;top:10px!important;left:10px!important}.hero-title{font-size:clamp(1.8rem,7vw,2.5rem);line-height:1.25}.hero-subtitle{padding:0 10px;font-size:1rem}.cinematic-leaves-container{opacity:.5}.about-home-script{max-width:100%;font-size:clamp(15px,4.5vw,17px)}.about-home-note{max-width:100%;font-size:clamp(14px,4vw,16px)}.about-who-copy,.about-purpose-copy{font-size:clamp(15px,4.5vw,17px)!important}.about-purpose-list li{font-size:clamp(14px,4vw,16px)!important}.stats-grid{gap:30px}.why-us-split{flex-direction:column;gap:30px;display:flex}.why-us-image-wrapper{height:300px;margin-bottom:20px}.testimonial-card{padding:24px!important}.testimonial-text{font-size:13px!important;line-height:1.6!important}}@media (width<=576px){.cat-card{text-align:center;flex-direction:column-reverse;align-items:center;gap:16px;padding:24px}.cat-img{width:120px;height:120px}.cat-link{justify-content:center}}@media (width<=480px){.product-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:1fr}.hero-btns{flex-direction:row!important;justify-content:center!important;gap:8px!important;width:100%!important}.hero-btns .btn{white-space:nowrap!important;letter-spacing:0!important;flex:1!important;width:auto!important;padding:8px 10px!important;font-size:12px!important}.why-us-floating-card{display:none}}.shop-page{background-color:#fafafa}.shop-banner{padding:calc(60px + var(--nav-height)) 0 60px;text-align:left;color:#fff;background-color:#0000;background-image:linear-gradient(90deg,#000c 0%,#0006 50%,#0000 100%),url(/assets/shop_hero-Co8Ncrqd.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-bottom:60px;position:relative}.shop-banner h1{color:#fff;margin-bottom:10px;font-size:3rem}.shop-banner-sub{opacity:.9;font-size:1.1rem}.shop-layout{grid-template-columns:280px 1fr;align-items:start;gap:40px;margin-bottom:80px;display:grid}.shop-sidebar{border-radius:var(--radius-sm);top:calc(var(--nav-height) + 20px);background:#fff;border:1px solid #0000000d;padding:24px;position:sticky;box-shadow:0 4px 12px #00000005}.sidebar-header{border-bottom:1px solid #0000000d;align-items:center;gap:10px;margin-bottom:24px;padding-bottom:16px;display:flex}.sidebar-header i{color:var(--puro-green-leaf);font-size:1.2rem}.sidebar-header h3{margin:0;font-size:1.25rem}.search-box{margin-bottom:0;position:relative}.search-box input{border-radius:var(--radius-sm);background:#f8fafc;border:1px solid #e2e8f0;outline:none;width:100%;padding:12px 35px;font-family:inherit;font-size:.95rem;transition:all .3s}.search-box input:focus{border-color:var(--puro-green-leaf);background:#fff;box-shadow:0 0 0 3px #4caf501a}.search-icon{color:#94a3b8;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:2px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.search-clear:hover{color:#ef4444}.filter-section{margin-bottom:30px}.filter-subtitle{color:var(--text-main);align-items:center;gap:8px;margin-bottom:16px;font-size:1rem;font-weight:700;display:flex}.filter-subtitle i{color:var(--puro-green-leaf)}.filter-list{flex-direction:column;gap:8px;display:flex}.filter-btn{text-align:left;border-radius:var(--radius-sm);color:var(--text-light);background:0 0;border:1px solid #0000;align-items:center;gap:10px;padding:10px 14px;font-weight:500;transition:all .2s;display:flex}.filter-btn i{text-align:center;color:#94a3b8;width:16px;transition:color .2s}.filter-btn span:first-of-type{flex:1}.filter-count{color:#64748b;background:#f1f5f9;border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:600}.filter-btn:hover{color:var(--puro-green-deep);background:#f8fafc}.filter-btn:hover i{color:var(--puro-green-deep)}.filter-btn.active{background:var(--puro-cream);color:var(--puro-green-forest);border-color:#662d911a;font-weight:600}.filter-btn.active i{color:var(--puro-green-forest)}.filter-btn.active .filter-count{background:var(--puro-green-forest);color:#fff}.sidebar-info{border-top:1px solid #0000000d;flex-direction:column;gap:16px;margin-top:40px;padding-top:24px;display:flex}.sidebar-info-card{background:var(--puro-cream);border-radius:var(--radius-sm);align-items:flex-start;gap:12px;padding:12px;display:flex}.sidebar-info-card i{color:var(--puro-green-leaf);margin-top:2px;font-size:1.25rem}.sidebar-info-card strong{color:var(--puro-green-deep);font-size:.9rem;display:block}.sidebar-info-card p{color:var(--text-light);margin:0;font-size:.8rem}.sidebar-overlay,.mobile-close-filter,.mobile-filter-btn{display:none}.controls-left{align-items:center;gap:16px;display:flex}.shop-controls{border-radius:var(--radius-sm);background:#fff;border:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 24px;display:flex;box-shadow:0 2px 8px #00000005}.shop-controls p{color:var(--text-light);align-items:center;gap:8px;margin:0;display:flex}.shop-controls p i{color:var(--puro-green-leaf)}.sort-wrapper{color:var(--text-light);align-items:center;gap:10px;display:flex}.sort-wrapper select{border-radius:var(--radius-sm);cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;outline:none;padding:8px 16px;font-family:inherit;font-weight:500}.sort-wrapper select:focus{border-color:var(--puro-green-leaf)}.shop-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.product-card{background:#fff;border:1px solid #0000000a;border-radius:20px;flex-direction:column;gap:12px;height:100%;padding:14px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000000f}.wishlist-btn{z-index:10;color:#94a3b8;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:all .2s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #00000014}.wishlist-btn:hover{color:#ef4444;transform:scale(1.1)}.wishlist-btn.wishlisted{color:#ef4444}.discount-tag{z-index:10;color:#fff;border-radius:var(--radius-sm);background:#ef4444;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:16px;left:16px;box-shadow:0 2px 6px #ef44444d}.product-image-container{border-radius:var(--radius-sm);background:0 0;justify-content:center;align-items:center;width:100%;height:180px;display:flex;position:relative;overflow:hidden}.product-image-container img{object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%;margin:auto;transition:transform .3s;display:block;transform:scale(1.15)}.product-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;background:#ffffffb3;justify-content:center;align-items:center;gap:12px;transition:all .3s;display:flex;position:absolute;inset:0}.product-card:hover .product-overlay{opacity:1}.quick-view-btn,.quick-cart-btn{width:44px;height:44px;color:var(--puro-green-deep);cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;transform:translateY(20px);box-shadow:0 4px 10px #0000001a}.product-card:hover .quick-view-btn{transition-delay:50ms;transform:translateY(0)}.product-card:hover .quick-cart-btn{transition-delay:.1s;transform:translateY(0)}.quick-view-btn:hover,.quick-cart-btn:hover{background:var(--puro-green-forest);color:#fff;transform:translateY(-3px)scale(1.05)!important}.product-info{padding:0 4px}.p-cat{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:.75rem;font-weight:600;display:block}.p-title{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;margin-bottom:16px;font-size:1.1rem;font-weight:700;overflow:hidden}.p-footer{border-top:1px dashed #00000014;justify-content:space-between;align-items:center;padding-top:16px;display:flex}.p-prices{align-items:baseline;gap:8px;display:flex}.p-price{color:var(--puro-green-leaf);font-size:1.25rem;font-weight:800}.p-old-price{color:#94a3b8;font-size:.85rem;text-decoration:line-through}.p-add-btn{background:var(--puro-green-forest);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.p-add-btn:hover{background:var(--puro-green-deep);transform:scale(1.05)}.shop-toast{border-radius:var(--radius-sm);z-index:1000;border-left:4px solid var(--puro-green-forest);background:#fff;align-items:center;gap:12px;padding:16px 24px;font-weight:600;animation:.3s cubic-bezier(.175,.885,.32,1.275) forwards toastSlideUp;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 30px #00000026}.shop-toast i{font-size:1.25rem}.shop-toast--success i{color:var(--puro-green-leaf)}.shop-toast--cart{border-left-color:var(--puro-green-deep)}.shop-toast--cart i{color:var(--puro-green-deep)}.shop-toast--info{border-left-color:#ef4444}.shop-toast--info i{color:#ef4444}@keyframes toastSlideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.no-results{text-align:center;border-radius:var(--radius-sm);background:#fff;border:1px dashed #cbd5e1;padding:60px 20px}.no-results i{color:#cbd5e1;margin-bottom:16px;font-size:3rem}.no-results h3{margin-bottom:8px;font-size:1.25rem}.no-results p{color:var(--text-light);margin-bottom:24px}@media (width<=992px){.shop-layout{grid-template-columns:1fr}.shop-grid{grid-template-columns:repeat(3,1fr)}.shop-sidebar{z-index:1000;background:#fff;border-radius:0;width:280px;height:100vh;margin:0;padding:20px;transition:left .3s;position:fixed;top:0;left:-100%;overflow-y:auto;box-shadow:2px 0 10px #0000001a}.shop-sidebar.open{left:0}.sidebar-overlay{z-index:999;opacity:0;pointer-events:none;background:#00000080;width:100%;height:100%;transition:opacity .3s;display:block;position:fixed;top:0;left:0}.sidebar-overlay.active{opacity:1;pointer-events:auto}.mobile-close-filter{width:32px;height:32px;color:var(--text-dark);cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;margin-left:auto;font-size:1.2rem;display:flex}.mobile-filter-btn{border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text-dark);cursor:pointer;background:#fff;align-items:center;gap:8px;padding:8px 16px;font-size:.95rem;font-weight:500;display:flex;box-shadow:0 2px 5px #0000000d}.shop-controls{z-index:90;background:#fff;border-radius:16px;padding:10px 16px;position:sticky;top:95px}.controls-left{justify-content:space-between;align-items:center;width:100%;display:flex}}@media (width<=768px){.shop-grid{grid-template-columns:repeat(2,1fr);gap:14px;padding:0 16px}.product-card{border-radius:20px;padding:10px}.product-image-container{height:160px;padding:8px}.p-title{-webkit-line-clamp:2;white-space:normal;-webkit-box-orient:vertical;min-height:42px;margin-bottom:8px;line-height:1.4;display:-webkit-box;overflow:hidden;font-size:15px!important}.p-price{font-size:.95rem!important}.p-old-price{font-size:.75rem!important}.p-add-btn{margin-bottom:8px;margin-right:8px;width:32px!important;height:32px!important}.discount-tag{padding:2px 6px!important;font-size:.7rem!important;top:10px!important;left:10px!important}.wishlist-btn{width:30px!important;height:30px!important;font-size:.9rem!important;top:10px!important;right:10px!important}.shop-banner{padding:calc(40px + var(--nav-height)) 20px 40px}.shop-banner h1{font-size:2.5rem}.shop-banner-sub{font-size:.95rem}.shop-controls{z-index:90;background:#fff;border-radius:12px;padding:8px 12px;position:sticky;top:95px}}@media (width<=480px){.shop-grid{grid-template-columns:repeat(2,1fr);gap:8px}.shop-banner h1{font-size:2rem}}.philosophy-page{background-color:var(--puro-white);min-height:100vh}.philosophy-hero{min-height:70vh;padding:calc(60px + var(--nav-height)) 0 60px;align-items:center;display:flex;position:relative;overflow:hidden}.philosophy-hero-image{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.philosophy-hero-image:after{content:"";background:linear-gradient(90deg,#000c 0%,#0006 50%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.philosophy-hero-content{z-index:1;max-width:650px;color:var(--puro-white);position:relative}.philosophy-hero-content h1{color:var(--puro-white);margin-bottom:24px}.philosophy-hero-content .text-lead{color:#ffffffe6;font-size:1.25rem}.principles-section{background-color:var(--puro-cream)}.principles-grid{grid-template-columns:1fr 1fr;align-items:flex-start;gap:60px;margin-top:40px;display:grid}.principles-image{height:600px;position:sticky;top:120px}.principles-list{flex-direction:column;gap:40px;display:flex}.principle-item{gap:24px;display:flex}.principle-number{font-family:var(--font-heading);color:var(--puro-olive);opacity:.6;font-size:2.5rem;line-height:1}.principle-content h3{color:var(--puro-green-deep);margin-bottom:12px;font-size:1.25rem}.principle-content p{color:var(--text-main);margin:0;line-height:1.7}.nature-science-section{background-color:var(--puro-white)}.nature-science-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.ns-content p{color:var(--text-main);margin-bottom:20px;font-size:1.1rem;line-height:1.8}.ns-image{height:450px}.comparison-section{background-color:var(--puro-white);padding-top:0}.comparison-grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.comparison-col{border-radius:var(--radius-lg);padding:40px}.comparison-col.avoid{background:#fdf2f2}.comparison-col.instead{background:#f0f7f0}.comparison-col h3{font-family:var(--font-heading);text-align:center;margin-bottom:24px;font-size:1.5rem}.comparison-col.avoid h3{color:#d15050}.comparison-col.instead h3{color:var(--puro-green-forest)}.comparison-col ul{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.comparison-col li{color:var(--text-main);align-items:center;gap:12px;font-size:1.1rem;display:flex}.comparison-col.avoid li i{color:#ef4444}.comparison-col.instead li i{color:var(--puro-green-leaf)}.philosophy-cta{background-color:var(--puro-cream);border-top:1px solid #0000000d}.cta-text{color:var(--text-main);max-width:700px;margin:0 auto 20px;font-size:1.15rem;line-height:1.8}.cta-text.highlight{color:var(--puro-green-forest);font-weight:600}.cta-box{background:var(--puro-white);border-radius:var(--radius-lg);max-width:600px;box-shadow:var(--shadow-md);margin:40px auto 0;padding:50px}.cta-box h3{font-family:var(--font-heading);color:var(--puro-green-deep);margin-bottom:12px;font-size:1.5rem}.cta-box p{color:var(--text-light)}.shadow-md{box-shadow:var(--shadow-md)}.mt-4{margin-top:1.5rem}@media (width<=992px){.principles-grid,.nature-science-grid,.comparison-grid{grid-template-columns:1fr}.principles-image{height:clamp(240px,45vw,360px);position:static}.nature-science-grid{flex-direction:column-reverse;display:flex}.ns-image{height:clamp(240px,45vw,360px)}.comparison-col{padding:30px 20px}.ns-content p,.comparison-col li{font-size:.95rem}.cta-text{font-size:1rem}.cta-box{padding:30px 20px}.cta-box h3{font-size:1.25rem}}@media (width<=600px){.philosophy-hero{min-height:45vh;padding:calc(40px + var(--nav-height)) 0 40px;align-items:center;display:flex}.philosophy-hero-content{text-align:center;max-width:100%;padding:0 10px}.philosophy-hero-content h1{margin-bottom:16px}.philosophy-hero-content .text-lead{font-size:.95rem;line-height:1.6}.principles-grid{gap:30px;margin-top:25px}.principles-image{height:200px;margin-bottom:10px}.principles-list{gap:25px}.principle-item{gap:16px}.principle-number{font-size:1.75rem}.principle-content h3{margin-bottom:6px;font-size:1.05rem}.principle-content p{font-size:.88rem;line-height:1.6}.nature-science-grid{gap:30px}.ns-content h2{margin-bottom:12px}.ns-content p{margin-bottom:12px;font-size:.88rem;line-height:1.6}.ns-image{height:200px}.comparison-grid{gap:16px}.comparison-col{border-radius:var(--radius-md);padding:24px 16px}.comparison-col h3{margin-bottom:16px;font-size:1.15rem}.comparison-col ul{gap:10px}.comparison-col li{gap:10px;font-size:.88rem}.cta-text{margin-bottom:15px;font-size:.9rem;line-height:1.6}.cta-box{border-radius:var(--radius-md);margin-top:25px;padding:24px 16px}.cta-box h3{margin-bottom:8px;font-size:1.1rem}.cta-box p{margin-bottom:0;font-size:.85rem;line-height:1.5}}.ingredients-page{background-color:var(--puro-cream);min-height:100vh}.ingredients-hero{min-height:70vh;padding:calc(60px + var(--nav-height)) 0 60px;align-items:center;display:flex;position:relative;overflow:hidden}.ingredients-hero-image{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.ingredients-hero-image:after{content:"";background:linear-gradient(90deg,#000c 0%,#0006 50%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.ingredients-hero-content{z-index:1;max-width:600px;color:var(--puro-white);position:relative}.ingredients-hero-content h1{color:var(--puro-white);margin-bottom:24px}.ingredients-hero-content .text-lead{color:#ffffffe6;font-size:1.25rem}.ingredients-list-section{background-color:var(--puro-white)}.ingredients-grid{z-index:2;grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:40px;margin-top:-60px;display:grid;position:relative}.ingredient-card{background:var(--puro-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #00000008;flex-direction:column;transition:transform .4s,box-shadow .4s;display:flex;overflow:hidden}.ingredient-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.ingredient-image-wrapper{width:100%;height:250px;overflow:hidden}.ingredient-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.ingredient-card:hover .ingredient-image-wrapper img{transform:scale(1.05)}.ingredient-info{flex-direction:column;flex:1;padding:30px;display:flex}.ingredient-name{font-family:var(--font-heading);color:var(--puro-green-deep);margin-bottom:5px;font-size:1.6rem}.ingredient-scientific{color:var(--puro-olive);margin-bottom:15px;font-size:.9rem;font-style:italic;display:block}.ingredient-desc{color:var(--text-main);flex:1;margin-bottom:25px;line-height:1.7}.used-in-link{color:var(--puro-green-forest);border-top:1px solid #0000000d;align-items:center;padding-top:15px;font-size:.95rem;font-weight:600;transition:color .3s;display:inline-flex}.used-in-link span{margin-left:8px;transition:transform .3s}.used-in-link:hover{color:var(--puro-green-deep)}.used-in-link:hover span{transform:translate(5px)}.text-only-card{background:var(--puro-cream);border:1px solid #662d911a;justify-content:center}.text-only-card .ingredient-info{justify-content:center}@media (width<=768px){.ingredients-hero{padding:60px 0 80px}.ingredients-grid{grid-template-columns:1fr;margin-top:-30px}}@media (width<=600px){.ingredients-hero{min-height:45vh;padding:calc(40px + var(--nav-height)) 0 40px;align-items:center;display:flex}.ingredients-hero-image:after{background:#00000073!important}.ingredients-hero-content{text-align:center;max-width:100%;padding:0 10px}.ingredients-hero-content h1{margin-bottom:16px}.ingredients-hero-content .text-lead{font-size:.95rem;line-height:1.5}.ingredients-grid{grid-template-columns:1fr;gap:24px;margin-top:-30px}.ingredient-image-wrapper{height:180px}.ingredient-info{padding:20px 16px}.ingredient-name{margin-bottom:4px;font-size:1.2rem}.ingredient-scientific{margin-bottom:10px;font-size:.8rem}.ingredient-desc{margin-bottom:16px;font-size:.88rem;line-height:1.5}.used-in-link{padding-top:12px;font-size:.88rem}}.learn-page{background-color:var(--puro-white);min-height:100vh}.learn-hero{min-height:70vh;padding:calc(60px + var(--nav-height)) 0 60px;align-items:center;display:flex;position:relative;overflow:hidden}.learn-hero-image{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.learn-hero-image:after{content:"";background:linear-gradient(90deg,#000c 0%,#0006 50%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.learn-hero-content{z-index:1;max-width:600px;color:var(--puro-white);position:relative}.learn-hero-content h1{color:var(--puro-white);margin-bottom:24px}.learn-hero-content .text-lead{color:#ffffffe6;font-size:1.25rem}.articles-grid{grid-template-columns:repeat(auto-fill,minmax(min(350px,100%),1fr));gap:40px;margin-top:-60px;display:grid}.article-card{background:var(--puro-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #00000008;flex-direction:column;transition:transform .4s,box-shadow .4s;display:flex;overflow:hidden}.article-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.article-image{height:240px;overflow:hidden}.article-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.article-card:hover .article-image img{transform:scale(1.05)}.article-content{flex-direction:column;flex:1;padding:30px;display:flex}.article-category{text-transform:uppercase;letter-spacing:.1em;color:var(--puro-olive);margin-bottom:15px;font-size:.8rem;font-weight:700}.article-title{font-family:var(--font-heading);color:var(--puro-green-deep);margin-bottom:15px;font-size:1.5rem;line-height:1.3}.article-excerpt{color:var(--text-light);flex:1;margin-bottom:25px;font-size:1rem;line-height:1.7}.article-meta{color:#888;align-items:center;margin-bottom:20px;font-size:.85rem;font-weight:500;display:flex}.meta-dot{color:#ccc;margin:0 10px}.read-more{color:var(--puro-green-forest);align-items:center;font-size:.95rem;font-weight:600;transition:color .3s;display:inline-flex}.read-more span{margin-left:8px;transition:transform .3s}.read-more:hover{color:var(--puro-green-deep)}.read-more:hover span{transform:translate(5px)}@media (width<=768px){.learn-header{padding:60px 0 80px}.articles-grid{grid-template-columns:1fr;margin-top:-40px}}@media (width<=600px){.learn-hero{min-height:45vh;padding:calc(40px + var(--nav-height)) 0 40px;align-items:center;display:flex}.learn-hero-image:after{background:#00000073!important}.learn-hero-content{text-align:center;max-width:100%;padding:0 10px}.learn-hero-content h1{margin-bottom:16px}.learn-hero-content .text-lead{font-size:.95rem;line-height:1.5}.articles-grid{grid-template-columns:1fr;gap:24px;margin-top:-30px}.article-card{border-radius:var(--radius-md)}.article-image{height:180px}.article-content{padding:20px 16px}.article-category{margin-bottom:8px;font-size:.75rem}.article-title{margin-bottom:10px;font-size:1.15rem;line-height:1.4}.article-excerpt{margin-bottom:16px;font-size:.88rem;line-height:1.5}.article-meta{margin-bottom:12px;font-size:.8rem}.read-more{font-size:.88rem}}.about-page{background-color:var(--puro-cream)}.about-hero{aspect-ratio:1672/941;padding:calc(44px + var(--nav-height)) 0 34px;align-items:flex-start;display:flex;position:relative;overflow:hidden}.about-hero-image{z-index:0;background:#1f1a18;width:100%;height:100%;position:absolute;top:0;left:0}.about-hero-banner{object-fit:contain;object-position:center center}.about-hero-image:after{content:"";background:0 0;width:100%;height:100%;position:absolute;top:0;left:0}.about-hero-content{z-index:1;max-width:760px;color:var(--puro-white);position:relative;transform:none}.about-hero-content h1{color:var(--puro-gold);background:var(--hyhub-gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px}.about-hero-content .text-lead{color:var(--puro-green-leaf);font-family:var(--font-heading);font-size:clamp(18px,1.5vw,28px);line-height:1.5}.about-flow-section{background:linear-gradient(#fff 0%,#f8f7fb 100%)}.about-flow-alt{background:var(--puro-white)}.about-flow-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:44px;display:grid}.about-flow-grid.reverse{grid-template-columns:.95fr 1.05fr}.about-flow-content{color:var(--puro-green-deep)}.about-flow-image{border-radius:var(--radius-lg);min-height:440px;box-shadow:var(--shadow-md);overflow:hidden}.about-rich-content .heading-md{margin-top:10px;margin-bottom:14px}.about-rich-content p,.about-rich-content li{font-family:var(--font-heading);color:var(--puro-green-deep);font-size:clamp(18px,1.35vw,30px);line-height:1.48}.about-rich-content p{margin-bottom:16px}.about-rich-content ul{margin:0 0 20px;padding-left:28px;list-style:outside}.about-rich-content li{margin-bottom:8px}.about-subheading{font-family:var(--font-heading);color:var(--puro-green-deep);margin:8px 0 12px;font-size:clamp(20px,1.4vw,30px);font-weight:800;line-height:1.45}.about-quote{border-left:4px solid var(--puro-olive);margin:18px 0;padding-left:20px}.about-family{background:linear-gradient(#fff 0%,#f8f7fb 100%)}.leadership-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;margin-bottom:28px;display:grid}.family-card{background:var(--puro-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #5e7e261f;padding:28px}.leadership-grid .family-card:last-child{grid-column:1/-1;justify-self:center;width:100%;max-width:calc(50% - 13px)}.leader-profile{text-align:center;flex-direction:column;align-items:center;margin-bottom:16px;display:flex}.leader-avatar{object-fit:cover;border:4px solid var(--puro-white);border-radius:50%;width:120px;height:120px;margin-bottom:14px;box-shadow:0 10px 22px #0000001f}.family-card h3{color:var(--puro-green-forest);margin-bottom:12px;font-size:1.25rem}.leader-role{color:var(--puro-green-leaf);margin-top:-4px;margin-bottom:10px;font-weight:700}.family-card p,.family-card li{font-family:var(--font-heading);color:var(--puro-green-deep);font-size:clamp(16px,1.05vw,22px);line-height:1.5}.family-card ul{margin:8px 0 14px;padding-left:24px;list-style:outside}.about-contact{background-color:var(--puro-white)}.contact-box{border-radius:var(--radius-lg);background:var(--puro-cream);text-align:center;padding:52px}.contact-info-grid{grid-template-columns:repeat(3,1fr);gap:40px;margin-top:36px;display:grid}.contact-info-item h4{color:var(--puro-green-forest);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:1rem}.contact-info-item p{color:var(--text-main);line-height:1.6}.contact-info-item a{color:var(--puro-olive);font-weight:700}.contact-info-item a:hover{text-decoration:underline}.radius-lg{border-radius:var(--radius-lg)}.text-center{text-align:center}@media (width<=1024px){.about-hero{min-height:55vh;padding:calc(40px + var(--nav-height)) 0 40px;align-items:center;display:flex;aspect-ratio:auto!important}.about-hero-image:after{background:#00000073!important}.about-hero-content{text-align:center;max-width:100%}.about-hero-content .text-lead{color:var(--puro-white)!important}.about-flow-grid,.about-flow-grid.reverse{grid-template-columns:1fr;gap:22px}.about-flow-image{order:-1;min-height:280px}.leadership-grid{grid-template-columns:1fr}.leadership-grid .family-card:last-child{grid-column:auto;max-width:100%}.contact-info-grid{grid-template-columns:1fr;gap:24px}}@media (width<=600px){.about-hero{min-height:45vh;padding:calc(30px + var(--nav-height)) 0 30px}.about-hero-content h1{margin-bottom:12px}.about-hero-content .text-lead{line-height:1.5;color:var(--puro-white)!important;font-size:.95rem!important}.about-flow-grid,.about-flow-grid.reverse{flex-direction:column;gap:16px;width:100%;display:flex}.about-flow-image{order:-1;width:100%;height:220px;min-height:220px}.about-flow-content{width:100%}.about-rich-content .heading-md{margin-top:5px;margin-bottom:10px;font-size:1.25rem}.about-rich-content p,.about-rich-content li{margin-bottom:12px;line-height:1.6;font-size:14px!important}.about-rich-content ul{margin-bottom:15px;padding-left:20px}.about-subheading{margin:10px 0 6px;font-size:15px!important}.about-quote{margin:14px 0;padding-left:14px;font-size:14px!important}.family-card{padding:20px 16px}.leader-avatar{width:90px;height:90px;margin-bottom:10px}.family-card h3{margin-bottom:6px;font-size:1.15rem}.leader-role{margin-bottom:8px;font-size:13px}.family-card p,.family-card li{line-height:1.5;font-size:13px!important}.family-card ul{margin:6px 0 10px;padding-left:18px}}.checkout-page{padding-top:calc(var(--nav-height) + 40px);background-color:var(--puro-cream);min-height:80vh;padding-bottom:100px}.checkout-container{grid-template-columns:1.5fr 1fr;align-items:flex-start;gap:40px;display:grid}.checkout-form-section{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;padding:40px}.checkout-form-section h2{border-bottom:1px solid #0000000d;margin-bottom:25px;padding-bottom:15px;font-size:1.5rem}.checkout-form{flex-direction:column;gap:20px;display:flex}.form-row{gap:20px;display:flex}.form-row .form-group{flex:1}.checkout-form-section .payment-methods{flex-direction:column;gap:15px;margin-bottom:30px;display:flex}.payment-option{cursor:pointer;border:1px solid #0000001a;border-radius:8px;align-items:center;gap:15px;padding:20px;transition:all .3s;display:flex}.payment-option:hover{border-color:var(--puro-green-forest)}.payment-option.selected{border-color:var(--puro-green-forest);background-color:#4caf500d}.payment-name{font-size:1.1rem;font-weight:600}.place-order-btn{width:100%;margin-top:10px;padding:18px;font-size:1.2rem}.checkout-summary{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);top:calc(var(--nav-height) + 20px);background:#fff;padding:40px;position:sticky}.checkout-summary h2{border-bottom:1px solid #0000000d;margin-bottom:25px;padding-bottom:15px;font-size:1.5rem}.checkout-items{flex-direction:column;gap:20px;max-height:400px;margin-bottom:30px;padding-right:10px;display:flex;overflow-y:auto}.checkout-item{align-items:center;gap:15px;display:flex}.checkout-item img{object-fit:contain;background:var(--puro-cream);border-radius:8px;width:60px;height:60px;padding:5px}.item-details h4{margin-bottom:5px;font-size:1rem}.item-details p{color:var(--text-light);font-size:.85rem}.item-price{color:var(--puro-green-deep);margin-left:auto;font-weight:700}.summary-totals{border-top:1px solid #0000000d;padding-top:20px}.summary-row.total{color:var(--puro-green-deep);margin-top:20px;margin-bottom:0;font-size:1.5rem;font-weight:800}.empty-checkout{flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}@media (width<=1024px){.checkout-container{grid-template-columns:1fr}.checkout-summary{position:static}}@media (width<=768px){.form-row{flex-direction:column;gap:20px}.checkout-page{padding-top:calc(var(--nav-height) + 20px)}.checkout-form-section,.checkout-summary{padding:20px}}@media (width<=480px){.payment-option{gap:10px;padding:12px}.payment-name{font-size:.95rem}}.checkout-success-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.checkout-success-modal{text-align:center;background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:15px;width:90%;max-width:400px;padding:40px;animation:.3s slideUp;display:flex;box-shadow:0 10px 25px #0003}.success-icon{margin-bottom:10px;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn}.checkout-success-modal h2{color:#2c3e50;margin:0}.checkout-success-modal p{color:#666;margin:0;font-size:1.1rem}.redirect-text{color:#888!important;font-size:.9rem!important}.success-loader{background:#f0f0f0;border-radius:4px;width:40px;height:4px;margin:15px 0;position:relative;overflow:hidden}.success-loader:after{content:"";background:var(--primary-color);width:50%;height:100%;animation:1s linear infinite loadingBar;position:absolute;top:0;left:-50%}@keyframes loadingBar{0%{left:-50%}to{left:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{transform:scale(0)}70%{transform:scale(1.1)}to{transform:scale(1)}}.cart-page{padding-top:calc(var(--nav-height) + 40px);min-height:80vh;padding-bottom:100px}.empty-cart{justify-content:center;align-items:center;display:flex}.empty-cart-icon{opacity:.5;margin-bottom:20px;font-size:5rem}.cart-layout{grid-template-columns:1fr 400px;align-items:flex-start;gap:40px;display:grid}.cart-items{flex-direction:column;gap:20px;display:flex}.cart-item{border-radius:var(--radius-md);background:#fff;border:1px solid #0000000d;grid-template-columns:100px 2fr 1fr 1fr 1fr auto;align-items:center;gap:20px;padding:20px;display:grid}.cart-item-image{object-fit:contain;background:var(--puro-cream);border-radius:var(--radius-sm);width:100px;height:100px;padding:10px}.cart-item-brand{color:var(--puro-green-leaf);text-transform:uppercase;margin-bottom:5px;font-size:.8rem;font-weight:700}.cart-item-title{margin-bottom:5px;font-size:1.1rem}.cart-item-size{color:var(--text-light);font-size:.9rem}.cart-item-price,.cart-item-total{color:var(--puro-green-deep);font-weight:700}.cart-item-quantity{background:var(--puro-cream);border-radius:var(--radius-full);align-items:center;width:max-content;padding:5px;display:flex}.cart-item-quantity button{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-weight:600;display:flex}.cart-item-quantity span{text-align:center;width:30px;font-weight:600}.cart-item-remove{color:#ff4d4f;padding:10px;font-size:1.2rem;transition:transform .2s}.cart-item-remove:hover{transform:scale(1.2)}.cart-summary{background:var(--puro-cream);border-radius:var(--radius-md);top:calc(var(--nav-height) + 20px);padding:30px;position:sticky}.cart-summary h3{border-bottom:1px solid #0000000d;margin-bottom:25px;padding-bottom:15px;font-size:1.2rem}.summary-row{color:var(--text-light);justify-content:space-between;margin-bottom:15px;display:flex}.summary-divider{background:#0000001a;height:1px;margin:20px 0}.summary-row.total{color:var(--puro-green-deep);margin-bottom:30px;font-size:1.5rem;font-weight:800}.free-shipping-notice{color:var(--puro-green-leaf);text-align:center;background:#4caf501a;border-radius:8px;margin-top:10px;padding:10px 15px;font-size:.9rem;font-weight:600}.checkout-btn{width:100%;margin-bottom:15px}.continue-shopping-btn{width:100%}@media (width<=1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=768px){.cart-page h1.heading-md{margin-bottom:20px!important;font-size:1.4rem!important}.cart-item{grid-template:"img details""img quantity""img total"/80px 1fr;gap:12px 16px;padding:16px;position:relative}.cart-item-image{grid-area:img;width:80px;height:80px;padding:6px}.cart-item-details{grid-area:details}.cart-item-brand{margin-bottom:3px;font-size:.7rem}.cart-item-title{margin-bottom:3px;font-size:.95rem;line-height:1.3}.cart-item-size{font-size:.8rem}.cart-item-price{display:none}.cart-item-quantity{grid-area:quantity;padding:4px}.cart-item-quantity button{width:26px;height:26px;font-size:.9rem}.cart-item-quantity span{width:24px;font-size:.85rem}.cart-item-total{grid-area:total;font-size:.95rem}.cart-item-remove{padding:8px;font-size:1rem;position:absolute;top:8px;right:8px}.cart-page{padding-top:calc(var(--nav-height) + 20px);padding-bottom:60px}.cart-layout{gap:24px}.cart-summary{padding:20px 16px}.cart-summary h3{margin-bottom:16px;padding-bottom:10px;font-size:1.1rem}.summary-row{margin-bottom:10px;font-size:.88rem}.summary-row.total{margin-bottom:20px;font-size:1.2rem}.free-shipping-notice{padding:8px 12px;font-size:.8rem}}@media (width<=480px){.cart-item{grid-template-columns:70px 1fr;gap:8px 12px;padding:12px}.cart-item-image{width:70px;height:70px}.cart-item-title{font-size:.9rem}.cart-item-quantity button{width:24px;height:24px}.cart-item-quantity span{width:20px}}.auth-page{padding-top:calc(var(--nav-height) + 40px);background-color:var(--puro-cream);justify-content:center;align-items:center;min-height:80vh;padding-bottom:100px;display:flex}.auth-container{width:100%;max-width:450px;padding:0 20px}.auth-card{border-radius:var(--radius-md);box-shadow:var(--shadow-md);background:#fff;padding:40px}.auth-card h2{text-align:center;margin-bottom:10px;font-size:2rem}.auth-card p{color:var(--text-light);text-align:center;margin-bottom:30px}.auth-error{color:#dc2626;text-align:center;background:#fee2e2;border-radius:8px;margin-bottom:20px;padding:12px;font-size:.9rem}.auth-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--text-main);font-size:.9rem;font-weight:600}.form-group input{border:1px solid #0000001a;border-radius:8px;outline:none;padding:12px 15px;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus{border-color:var(--puro-green-forest)}.form-group select{background:#fff;border:1px solid #0000001a;border-radius:8px;outline:none;padding:12px 10px;font-family:inherit;font-size:.95rem}.form-group select:focus{border-color:var(--puro-green-forest)}.phone-field{grid-template-columns:140px 1fr;gap:10px;display:grid}.auth-submit{width:100%;margin-top:10px}.auth-separator{text-align:center;align-items:center;margin:20px 0;display:flex}.auth-separator:before,.auth-separator:after{content:"";border-bottom:1px solid #0000001a;flex:1}.auth-separator span{color:var(--text-light);padding:0 10px;font-size:.85rem;font-weight:500}.auth-guest-btn{border:1px solid var(--puro-green-leaf,#4caf50);width:100%;color:var(--puro-green-deep,#2e7d32);cursor:pointer;background:#fff;border-radius:8px;padding:12px 20px;font-size:1rem;font-weight:600;transition:all .3s}.auth-guest-btn:hover{background:var(--puro-cream,#fdfbf7);border-color:var(--puro-green-deep,#2e7d32)}.auth-footer{text-align:center;color:var(--text-light);margin-top:25px;font-size:.9rem}.auth-footer a{color:var(--puro-green-forest);font-weight:600}.auth-footer a:hover{text-decoration:underline}@media (width<=520px){.phone-field{grid-template-columns:1fr}}.product-details-page{padding-top:calc(var(--nav-height) + 50px);padding-bottom:100px}.pd-breadcrumb{color:var(--text-light);flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:28px;font-size:.82rem;display:flex}.pd-back-btn{align-items:center;gap:8px;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-flex;color:var(--text-main)!important;transition:all .3s!important}.pd-back-btn i{opacity:1!important;font-size:1rem!important}.pd-back-btn:hover{transform:translate(-4px);color:#6b21a8!important}.product-main-grid{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}.pd-gallery-wrapper{top:calc(var(--nav-height) + 20px);position:sticky}.product-gallery{background:var(--puro-cream);border-radius:var(--radius-lg);justify-content:center;align-items:center;height:550px;display:flex;position:relative;overflow:hidden}.main-image{object-fit:contain;border-radius:var(--radius-lg);width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.main-image:hover{transform:scale(1.05)}.pd-discount-badge{color:#fff;z-index:2;letter-spacing:.03em;background:linear-gradient(135deg,#e53935,#d32f2f);border-radius:8px;padding:6px 14px;font-size:.78rem;font-weight:700;position:absolute;top:18px;left:18px;box-shadow:0 4px 12px #e539354d}.pd-zoom-hint{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#6b21a8;cursor:pointer;z-index:2;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;transition:all .3s;display:flex;position:absolute;bottom:18px;right:18px;box-shadow:0 4px 15px #0000001a}.pd-zoom-hint:hover{color:#fff;background:#6b21a8;transform:scale(1.1)}.pd-manufactured-badge{border-radius:var(--radius-sm);background:linear-gradient(135deg,#faf5ff 0%,#f3e8fa 100%);border:1.5px solid #6b21a826;align-items:center;gap:14px;margin-top:16px;padding:14px 20px;display:flex;position:relative}.pd-manufactured-icon{color:#fff;background:linear-gradient(135deg,#6b21a8,#3a1557);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;display:flex}.pd-manufactured-info{flex-direction:column;display:flex}.pd-manufactured-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);font-size:.7rem;font-weight:600}.pd-manufactured-name{color:#3a1557;margin-top:1px;font-size:.92rem;font-weight:700}.pd-verified-tick{color:#16a34a;margin-left:auto;font-size:1.4rem}.product-info-panel{padding:0}.pd-top-labels{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.brand-tag{color:#6b21a8;text-transform:uppercase;letter-spacing:.05em;background:#f3e8fa;border-radius:6px;padding:5px 14px;font-size:.72rem;font-weight:600;display:inline-block}.pd-likki-tag{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#16a34a,#15803d);border-radius:6px;align-items:center;gap:5px;padding:5px 12px;font-size:.7rem;font-weight:600;display:inline-flex}.product-title{font-family:var(--font-heading);color:#1a1a2e;margin-bottom:8px;font-size:1.85rem;line-height:1.2}.pd-rating-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;display:flex}.pd-stars{color:#f59e0b;gap:2px;font-size:.85rem;display:flex}.pd-rating-value{color:var(--text-main);font-size:.9rem;font-weight:700}.pd-rating-divider{color:#d1d5db;font-size:.8rem}.pd-review-count{color:var(--text-light);font-size:.82rem}.pd-bestseller-tag{color:#ea580c;background:#fff7ed;border-radius:6px;align-items:center;gap:4px;padding:3px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.product-description{color:var(--text-light);margin-bottom:18px;font-size:.92rem;line-height:1.5}.pd-price-section{border-radius:var(--radius-sm);background:linear-gradient(135deg,#faf5ff 0%,#f5f0ff 100%);border:1px solid #6b21a814;margin-bottom:20px;padding:18px 22px}.pd-price-main{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.pd-price-current{color:#6b21a8;font-size:2rem;font-weight:800;font-family:var(--font-heading);letter-spacing:-.02em}.pd-price-mrp{color:var(--text-light);font-size:.85rem}.pd-price-strikethrough{text-decoration:line-through}.pd-price-save{color:#16a34a;background:#f0fdf4;border-radius:6px;padding:3px 10px;font-size:.82rem;font-weight:700}.pd-price-tax{color:var(--text-light);margin-top:4px;font-size:.72rem;display:block}.pd-features-strip{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px;display:grid}.pd-feature-chip{background:var(--puro-cream);color:var(--text-main);border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-size:.82rem;line-height:1.3;transition:all .3s;display:flex}.pd-feature-chip:hover{background:#f3e8fa;transform:translate(3px)}.pd-feature-chip i{color:#6b21a8;flex-shrink:0;font-size:.9rem}.pd-option-group{margin-bottom:16px}.pd-option-title{color:var(--text-main);letter-spacing:0;margin-bottom:8px;font-size:.88rem;font-weight:600}.pd-option-selected{color:#6b21a8;font-weight:700}.variants-grid{flex-wrap:wrap;gap:8px;display:flex}.variant-btn{border-radius:var(--radius-full);color:var(--text-main);cursor:pointer;background:0 0;border:1.5px solid #6b21a82e;padding:8px 18px;font-size:.84rem;font-weight:500;transition:all .3s}.variant-btn:hover{background:#faf5ff;border-color:#6b21a8}.variant-btn.active{color:#fff;background:#6b21a8;border-color:#6b21a8;box-shadow:0 4px 12px #6b21a840}.pd-actions-row{align-items:center;gap:12px;margin-bottom:22px;display:flex}.pd-qty-wrapper{align-items:center;gap:8px;display:flex}.pd-qty-label{color:var(--text-light);font-size:.82rem;font-weight:600}.quantity-selector{border-radius:var(--radius-full);background:#fff;border:1.5px solid #0000001a;align-items:center;padding:4px;display:flex}.quantity-selector button{cursor:pointer;width:32px;height:32px;color:var(--text-main);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;transition:all .3s;display:flex}.quantity-selector button:hover{color:#6b21a8;background:#f3e8fa}.quantity-selector span{text-align:center;width:28px;font-size:.9rem;font-weight:700}.pd-add-to-cart-btn{color:#fff;border-radius:var(--radius-sm);cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#3a1c61 0%,#6b21a8 100%);border:none;flex:1;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 6px 20px #6b21a840}.pd-add-to-cart-btn:hover{background:linear-gradient(135deg,#2d1a4a 0%,#5b1a91 100%);transform:translateY(-2px);box-shadow:0 10px 30px #6b21a859}.pd-wishlist-btn{width:48px;height:48px;color:var(--text-light);cursor:pointer;background:#fff;border:1.5px solid #0000001a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1.2rem;transition:all .3s;display:flex}.pd-wishlist-btn:hover{color:#e11d48;border-color:#e11d48}.pd-wishlist-btn.active{color:#e11d48;background:#fef2f2;border-color:#e11d48}.pd-delivery-strip{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.pd-delivery-item{background:#fafafa;border:1px solid #0000000a;border-radius:10px;align-items:flex-start;gap:10px;padding:12px;display:flex}.pd-delivery-item i{color:#6b21a8;flex-shrink:0;margin-top:2px;font-size:1.1rem}.pd-delivery-item strong{color:var(--text-main);font-size:.78rem;display:block}.pd-delivery-item span{color:var(--text-light);font-size:.7rem}.pd-share-row{color:var(--text-light);align-items:center;gap:10px;font-size:.82rem;font-weight:500;display:flex}.pd-share-btn{width:34px;height:34px;color:var(--text-light);cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;transition:all .3s;display:flex}.pd-share-btn:hover{color:#fff;background:#6b21a8;border-color:#6b21a8;transform:translateY(-2px)}.pd-tabs-section{border-top:1px solid #0000000f;margin-top:70px;padding-top:50px}.pd-tabs-header{border-bottom:2px solid #0000000f;gap:0;margin-bottom:30px;display:flex}.pd-tab-btn{color:var(--text-light);cursor:pointer;letter-spacing:-.01em;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:14px 28px;font-size:.92rem;font-weight:600;transition:all .3s}.pd-tab-btn:hover{color:#6b21a8}.pd-tab-btn.active{color:#6b21a8;border-bottom-color:#6b21a8}.pd-tab-content{max-width:800px}.pd-tab-panel h3{color:#1a1a2e;margin-bottom:12px;font-size:1.3rem}.pd-tab-panel h4{color:var(--text-main);margin-bottom:10px;font-size:1rem}.pd-tab-panel p{color:var(--text-light);margin-bottom:16px;font-size:.92rem;line-height:1.7}.pd-desc-features ul{flex-direction:column;gap:10px;padding:0;list-style:none;display:flex}.pd-desc-features li{color:var(--text-main);align-items:center;gap:10px;font-size:.9rem;display:flex}.pd-desc-features li i{color:#16a34a;font-size:.85rem}.pd-maker-highlight{border-radius:var(--radius-sm);background:linear-gradient(135deg,#faf5ff 0%,#ede9fe 100%);border-left:4px solid #6b21a8;gap:16px;margin-top:24px;padding:20px;display:flex}.pd-maker-icon{color:#fff;background:linear-gradient(135deg,#6b21a8,#9333ea);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex}.pd-maker-highlight strong{color:#3a1557;margin-bottom:4px;font-size:.95rem;display:block}.pd-maker-highlight p{color:var(--text-light);margin:0;font-size:.85rem;line-height:1.6}.pd-ingredient-badges{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.pd-ingredient-badge{border-radius:var(--radius-full);color:#16a34a;background:#f0fdf4;border:1px solid #16a34a26;align-items:center;gap:6px;padding:8px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.pd-ingredient-badge i{font-size:.75rem}.pd-benefits-list{flex-direction:column;gap:8px;padding:0;list-style:none;display:flex}.pd-benefits-list li{color:var(--text-main);border-bottom:1px solid #0000000a;padding:8px 0 8px 20px;font-size:.88rem;position:relative}.pd-benefits-list li:before{content:"•";color:#6b21a8;font-weight:700;position:absolute;left:0}.pd-shipping-grid{grid-template-columns:1fr 1fr;gap:16px;margin-top:14px;display:grid}.pd-shipping-item{border-radius:var(--radius-sm);background:#fafafa;border:1px solid #0000000a;gap:14px;padding:18px;display:flex}.pd-shipping-item i{color:#6b21a8;margin-top:2px;font-size:1.3rem}.pd-shipping-item strong{margin-bottom:3px;font-size:.9rem;display:block}.pd-shipping-item p{margin:0;font-size:.82rem}.pd-return-list{flex-direction:column;gap:10px;padding:0;list-style:none;display:flex}.pd-return-list li{color:var(--text-main);align-items:center;gap:10px;font-size:.88rem;display:flex}.pd-return-list li i{color:#16a34a;font-size:.85rem}.pd-trust-badges{border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:50px;padding:30px 0;display:flex}.pd-trust-badge{flex-direction:column;align-items:center;gap:8px;padding:12px 24px;display:flex}.pd-trust-badge i{color:#6b21a8;font-size:1.5rem}.pd-trust-badge span{color:var(--text-main);text-align:center;font-size:.78rem;font-weight:600}.pd-trust-likki{border-radius:var(--radius-sm);background:linear-gradient(135deg,#faf5ff,#ede9fe)}.pd-trust-likki i{color:#9333ea}.related-products-section{border-top:1px solid #0000000d;margin-top:60px;padding-top:50px}.pd-related-header{margin-bottom:30px}.pd-related-header h2{color:var(--puro-green-deep);margin-bottom:4px;font-size:1.8rem}.pd-related-header p{color:var(--text-light);margin:0;font-size:.9rem}.slider-container{width:100%;position:relative}.related-product-grid{scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;gap:20px;padding-bottom:20px;display:flex;overflow-x:auto}.related-product-grid::-webkit-scrollbar{display:none}.related-product-card{scroll-snap-align:start;border-radius:var(--radius-md);cursor:pointer;background:#fff;border:1px solid #0000000d;flex-shrink:0;width:calc(20% - 16px);min-width:calc(20% - 16px);transition:all .4s;position:relative;overflow:hidden;box-shadow:0 2px 12px #0000000a}.related-product-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0000001a}.rp-discount-tag{color:#fff;z-index:2;background:linear-gradient(135deg,#e53935,#d32f2f);border-radius:6px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px}.related-product-img{aspect-ratio:4/5;object-fit:cover;width:100%;height:auto;transition:transform .5s}.related-product-card:hover .related-product-img{transform:scale(1.05)}.rp-card-body{padding:16px 18px 20px}.related-product-brand{text-transform:uppercase;color:var(--text-light);letter-spacing:.04em;margin-bottom:4px;font-size:.7rem;font-weight:600}.related-product-name{color:var(--puro-green-deep);margin-bottom:8px;font-size:.95rem;font-weight:600;line-height:1.3}.rp-price-row{align-items:baseline;gap:8px;display:flex}.related-product-price{color:#6b21a8;font-size:1.05rem;font-weight:700}.rp-old-price{color:var(--text-light);font-size:.82rem;text-decoration:line-through}.slider-nav{justify-content:center;gap:16px;margin-top:16px;display:flex}.slider-arrow{color:#6b21a8;cursor:pointer;background:#fff;border:1.5px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:.85rem;transition:all .3s;display:flex}.slider-arrow:hover{color:#fff;background:#6b21a8;border-color:#6b21a8;transform:scale(1.1)}.lightbox-overlay{z-index:9999;cursor:zoom-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000e0;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.lightbox-close{color:#fff;cursor:pointer;z-index:10000;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:28px;transition:all .3s;display:flex;position:absolute;top:25px;right:30px}.lightbox-close:hover{background:#ffffff40}.lightbox-image{object-fit:contain;border-radius:var(--radius-md);cursor:default;max-width:85vw;max-height:85vh;box-shadow:0 10px 40px #00000080}.pd-toast{color:#fff;border-radius:var(--radius-full);z-index:9999;background:#1a1a2e;align-items:center;gap:10px;padding:14px 28px;font-size:.9rem;font-weight:500;animation:.4s ease-out toastSlide;display:flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0003}.pd-toast i{color:#4ade80;font-size:1.1rem}@keyframes toastSlide{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=1024px){.product-main-grid{grid-template-columns:1fr;gap:35px}.pd-gallery-wrapper{position:static}.related-product-card{width:calc(50% - 10px);min-width:calc(50% - 10px)}.pd-shipping-grid{grid-template-columns:1fr}}@media (width<=768px){.product-details-page{padding-top:calc(var(--nav-height) + 15px);padding-bottom:60px}.pd-breadcrumb{gap:6px;font-size:.72rem}.product-gallery{aspect-ratio:1;height:auto}.product-title{font-size:1.4rem}.pd-price-current{font-size:1.6rem}.pd-features-strip{grid-template-columns:1fr}.pd-actions-row{flex-wrap:wrap}.pd-qty-wrapper{justify-content:space-between;width:100%}.pd-add-to-cart-btn{flex:1;min-width:0}.pd-delivery-strip{grid-template-columns:repeat(3,1fr);gap:8px}.pd-delivery-item{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:10px 4px}.pd-delivery-item i{margin-bottom:2px;font-size:1.2rem}.pd-delivery-item strong{font-size:.65rem;line-height:1.2}.pd-delivery-item span{display:none}.pd-tabs-section{margin-top:35px;padding-top:25px}.pd-tabs-header{-webkit-overflow-scrolling:touch;margin-bottom:20px;overflow-x:auto}.pd-tab-btn{white-space:nowrap;padding:12px 18px;font-size:.82rem}.pd-trust-badges{gap:10px}.pd-trust-badge{padding:10px 14px}.pd-trust-badge i{font-size:1.2rem}.pd-trust-badge span{font-size:.7rem}.related-product-card{width:calc(75% - 10px);min-width:calc(75% - 10px)}.pd-manufactured-badge{flex-direction:row;gap:12px;padding:12px}.pd-manufactured-icon{width:32px;height:32px;font-size:.8rem}.pd-manufactured-name{font-size:.82rem}.pd-verified-tick{margin-left:auto}.pd-ingredient-badges{gap:8px}.pd-ingredient-badge{padding:6px 12px;font-size:.72rem}}@media (width<=480px){.product-gallery{border-radius:var(--radius-md)}.pd-tab-btn{padding:10px 14px;font-size:.78rem}.related-product-card{width:100%;min-width:100%}.pd-maker-highlight{text-align:center;flex-direction:column;align-items:center;gap:10px}}.dashboard-page{padding-top:calc(var(--nav-height) + 40px);background-color:var(--puro-cream);min-height:80vh;padding-bottom:100px}.dashboard-container{grid-template-columns:300px 1fr;align-items:flex-start;gap:40px;display:grid}.dashboard-sidebar{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);top:calc(var(--nav-height) + 20px);background:#fff;padding:30px 20px;position:sticky}.user-profile-summary{text-align:center;background:#662d9108;border:1px solid #662d910f;border-radius:20px;flex-direction:column;align-items:center;margin-bottom:24px;padding:24px 20px;display:flex}.user-profile-info{text-align:center;flex-direction:column;align-items:center;display:flex}.user-profile-info h3{color:var(--puro-green-forest);margin-bottom:6px;font-size:1.4rem;font-weight:700}.user-profile-info p{color:var(--text-light);font-size:.95rem;font-family:var(--font-sans)}.user-profile-summary .avatar{background:var(--puro-green-forest);color:#fff;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:15px;font-size:2.5rem;font-weight:700;display:flex;box-shadow:0 4px 12px #662d9126}.dashboard-nav{flex-direction:column;gap:8px;display:flex}.dashboard-nav button{text-align:left;color:var(--text-main);border-radius:10px;padding:14px 16px;font-size:.98rem;font-weight:500;transition:all .25s}.dashboard-nav button:hover{background:var(--puro-cream);color:var(--puro-green-forest)}.dashboard-nav button.active{color:var(--puro-green-forest);background:#662d911f;font-weight:700}.dashboard-nav .logout-btn{color:#dc2626;margin-top:8px}.dashboard-nav .logout-btn:hover{background:#fee2e2}.dashboard-content{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;padding:32px}.dashboard-header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:14px;display:flex}.dashboard-header h2{margin-bottom:4px}.dashboard-header p{color:var(--text-light)}.orders-refresh-btn{color:var(--puro-green-forest);background:#fff;border:1px solid #662d914d;border-radius:999px;padding:8px 16px;font-weight:600}.orders-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.dashboard-loading,.dashboard-error{border-radius:8px;padding:14px}.dashboard-loading{background:#f6f6f6}.dashboard-error{color:#b91c1c;background:#fee2e2}.empty-state{text-align:center;flex-direction:column;align-items:center;padding:60px 0;display:flex}.empty-icon{opacity:.35;margin-bottom:20px;font-size:4rem}.empty-state h3{margin-bottom:10px;font-size:1.5rem}.empty-state p{color:var(--text-light);margin-bottom:25px}.order-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.order-card{background:#fff;border:1px solid #00000014;border-radius:16px;padding:16px}.order-card-modern{box-shadow:0 10px 26px #0000000a}.order-top{justify-content:space-between;gap:8px;margin-bottom:10px;display:flex}.order-meta{color:var(--text-light);flex-wrap:wrap;gap:12px;margin-bottom:8px;font-size:.9rem;display:flex}.order-items-preview{border:1px solid #0000000f;border-radius:12px;flex-direction:column;gap:0;margin:12px 0 16px;display:flex;overflow:hidden}.order-item-row{background:#fafafa;border-bottom:1px solid #0000000d;grid-template-columns:56px 1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.order-item-row:last-child{border-bottom:none}.order-item-row img{object-fit:cover;background:#f5f5f5;border-radius:8px;width:56px;height:56px}.order-item-row h4{margin-bottom:2px;font-size:.95rem}.order-item-row p{color:var(--text-light);font-size:.85rem}.order-track{justify-content:space-between;margin-top:24px;padding:0 10px;display:flex;position:relative}.track-step{color:#9ca3af;z-index:1;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.track-step .dot{z-index:2;background:#d1d5db;border:3px solid #fff;border-radius:50%;width:14px;height:14px;transition:all .3s;position:relative;box-shadow:0 0 0 1px #e5e7eb}.track-step:after{content:"";z-index:-1;background:#e5e7eb;width:100%;height:2px;transition:all .3s;position:absolute;top:7px;right:50%}.track-step:first-child:after{display:none}.track-step.active{color:var(--puro-green-forest);font-weight:600}.track-step.active .dot{background:#22c55e;box-shadow:0 0 0 1px #22c55e,0 0 8px #22c55e66}.track-step.active:after{background:#22c55e}.track-step small{text-transform:uppercase;letter-spacing:.04em;text-align:center;margin-top:8px;font-size:.7rem;font-weight:600}.order-cancelled-note{color:#b91c1c;margin-top:8px;font-size:.88rem;font-weight:600}.order-status{text-transform:capitalize;white-space:nowrap;background:#ececec;border-radius:999px;justify-content:center;align-items:center;width:auto;height:auto;padding:7px 12px;font-size:.78rem;font-weight:700;line-height:1;display:inline-flex}.status-placed{color:#0f7a3b;background:#e8f8ef}.status-processing{color:#92400e;background:#fef3c7}.status-shipped{color:#1d4ed8;background:#dbeafe}.status-delivered{color:#166534;background:#dcfce7}.status-cancelled{color:#b91c1c;background:#fee2e2}.history-table-wrapper{overflow-x:auto}.history-table{border-collapse:collapse;width:100%}.history-table th,.history-table td{text-align:left;border-bottom:1px solid #eee;padding:12px 10px}.history-table th{text-transform:uppercase;color:var(--text-light);font-size:.84rem}.history-empty{text-align:center;color:var(--text-light);padding:20px}.profile-form{gap:14px;max-width:560px;display:grid}.profile-form label{gap:6px;font-weight:600;display:grid}.profile-form input{border:1px solid #0000001f;border-radius:8px;padding:11px 12px}.profile-form input:disabled{background:#f5f5f5}.profile-message{color:var(--puro-green-forest);font-weight:600}.dashboard-cart-list{gap:12px;display:grid}.dashboard-cart-item{border:1px solid #00000014;border-radius:12px;grid-template-columns:90px 1fr auto;align-items:center;gap:14px;padding:12px;display:grid}.dashboard-cart-item img{object-fit:cover;background:#f7f7f7;border-radius:10px;width:90px;height:90px}.dashboard-cart-info h4{margin-bottom:4px;font-size:1rem}.dashboard-cart-info p,.dashboard-cart-info small{color:var(--text-light)}.dashboard-cart-actions{justify-items:end;gap:6px;display:grid}.dashboard-cart-qty{border:1px solid #0003;border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.dashboard-cart-qty button{background:#f8f8f8;width:28px;height:28px}.dashboard-cart-qty span{text-align:center;min-width:26px;font-size:.9rem}.dashboard-remove{color:#b91c1c;font-weight:600}.dashboard-cart-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:8px;display:flex}@media (width<=1024px){.dashboard-container{grid-template-columns:1fr;gap:30px}.dashboard-sidebar{position:static}.order-cards{grid-template-columns:1fr}.order-track{grid-template-columns:repeat(4,1fr)}}@media (width<=768px){.dashboard-page{padding-top:calc(var(--nav-height) + 20px);padding-bottom:60px}.dashboard-container{gap:20px}.dashboard-sidebar{padding:20px 16px}.user-profile-summary{text-align:left;flex-direction:row;align-items:center;gap:16px;margin-bottom:20px;padding:16px}.user-profile-info{text-align:left;align-items:flex-start}.user-profile-summary .avatar{border-width:3px;width:60px;height:60px;margin-bottom:0;font-size:1.8rem;box-shadow:0 4px 10px #662d911a}.user-profile-info h3{margin-bottom:2px;font-size:1.25rem}.user-profile-info p{font-size:.85rem}.dashboard-nav{grid-template-columns:repeat(2,1fr);gap:8px;width:100%;padding-bottom:0;display:grid}.dashboard-nav button{text-align:center;white-space:normal;background:#fafafa;border:1px solid #0000000d;border-radius:8px;flex-shrink:1;justify-content:center;padding:10px 8px;font-size:.85rem}.dashboard-nav .logout-btn{color:#dc2626;background:#fee2e2;border:1px solid #dc26261a;grid-column:1/-1;margin-top:4px}.dashboard-nav .logout-btn:hover{background:#fecaca}.dashboard-content{padding:24px 16px}.dashboard-header{flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.dashboard-header h2{margin-bottom:2px;font-size:1.35rem}.dashboard-header p{font-size:.8rem}.orders-refresh-btn{padding:6px 12px;font-size:.8rem}.order-card{padding:16px 12px}.order-top{flex-direction:column;align-items:flex-start;gap:6px}.order-top .order-status{align-self:flex-start}.order-items-preview{border-radius:8px;margin:10px 0 14px}.order-item-row{grid-template-columns:44px 1fr auto;gap:10px;padding:10px 8px}.order-item-row img{border-radius:6px;width:44px;height:44px}.order-item-row h4{font-size:.85rem;font-weight:600}.order-item-row p{font-size:.75rem}.order-item-row strong{font-size:.85rem}.order-track{flex-direction:column;align-items:flex-start;gap:16px;margin-top:20px;padding:0 12px}.track-step{flex-direction:row;align-items:center;gap:12px;width:100%}.track-step .dot{border-width:2px;flex-shrink:0;width:12px;height:12px}.track-step:after{width:2px;height:calc(100% + 16px);inset:auto auto 50% 5px}.track-step:first-child:after{display:none}.track-step small{text-align:left;white-space:nowrap;margin-top:0;font-size:.8rem}.dashboard-cart-item{grid-template-columns:70px 1fr;align-items:start;gap:12px;padding:12px 10px}.dashboard-cart-item img{width:70px;height:70px}.dashboard-cart-info h4{font-size:.95rem}.dashboard-cart-actions{border-top:1px dashed #00000014;grid-column:1/-1;justify-content:space-between;place-items:center stretch;gap:8px;width:100%;margin-top:6px;padding-top:10px;display:flex}.dashboard-cart-actions strong{order:2;font-size:.95rem}.dashboard-cart-qty{order:1}.dashboard-remove{order:3;font-size:.88rem}}.clickable-row{cursor:pointer;transition:background-color .2s}.clickable-row:hover{background-color:#f9fafb}.order-details-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.order-details-modal{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;padding:30px;animation:.3s slideUp;position:relative;overflow-y:auto;box-shadow:0 10px 25px #0003}.close-modal-btn{cursor:pointer;color:#666;background:0 0;border:none;font-size:28px;line-height:1;position:absolute;top:15px;right:20px}.order-modal-header{border-bottom:1px solid #eee;justify-content:space-between;margin-bottom:15px;padding-bottom:15px;display:flex}.order-modal-status{margin-bottom:20px}.order-modal-items{flex-direction:column;gap:15px;margin-bottom:20px;display:flex}.order-modal-items .order-item-row{background:#f9fafb;border-radius:8px;padding:10px}.order-modal-summary{background:#f8f9fa;border-radius:8px;margin-bottom:20px;padding:15px}.summary-line{color:#555;justify-content:space-between;margin-bottom:8px;display:flex}.total-line{color:#333;border-top:1px dashed #ccc;margin-top:10px;padding-top:10px;font-size:1.1rem;font-weight:700}.order-modal-address{background:#f8f9fa;border-radius:8px;padding:15px}.order-modal-address h4{color:#333;margin-top:0;margin-bottom:10px}.order-modal-address p{color:#555;margin:4px 0;font-size:.9rem}.admin-dashboard-page{background-color:#f3f4f6;grid-template-columns:280px 1fr;height:100vh;display:grid;overflow:hidden}.admin-sidebar{color:#fff;background-color:#111827;flex-direction:column;height:100vh;padding:28px 18px;display:flex;position:sticky;top:0;overflow-y:auto}.admin-brand{font-family:var(--font-heading);letter-spacing:1px;color:#f4c155;text-align:center;margin-bottom:36px;font-size:1.5rem;font-weight:800}.admin-nav{flex-direction:column;flex:1;gap:10px;display:flex}.admin-nav button{text-align:left;color:#c8ced8;border-radius:10px;padding:13px 16px;font-size:.98rem;transition:all .2s}.admin-nav button:hover,.admin-nav button.active{color:#fff;background-color:#374151}.admin-nav button.active{background-color:#4f1f73;font-weight:700}.admin-logout{text-align:center;color:#f87171;background:#ef44441f;border-radius:10px;padding:12px}.admin-logout:hover{color:#fff;background:#ef4444}.admin-content{padding:32px;overflow-y:auto}.admin-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.admin-header h2{color:#111827;font-size:2rem}.admin-profile{align-items:center;gap:12px;display:flex}.admin-avatar{color:#fff;background-color:#4f1f73;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.admin-status{border-radius:10px;padding:14px}.admin-loading{background:#edf2f7}.admin-error{color:#b91c1c;background:#fee2e2}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-bottom:24px;display:grid}.stat-card{background:#fff;border-radius:14px;padding:24px;box-shadow:0 4px 10px #0000000d}.stat-card h3{color:#6b7280;margin-bottom:8px;font-size:.95rem}.stat-card .stat-value{color:#111827;font-size:1.9rem;font-weight:700}.status-strip{flex-wrap:wrap;gap:10px;margin-bottom:22px;display:flex}.status-chip{border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.85rem;display:inline-flex}.status-chip strong{font-size:.95rem}.status-chip.status-placed{color:#5b21b6;background:#ede9fe}.status-chip.status-processing{color:#92400e;background:#fef3c7}.status-chip.status-shipped{color:#1d4ed8;background:#dbeafe}.status-chip.status-delivered{color:#166534;background:#dcfce7}.status-chip.status-cancelled{color:#b91c1c;background:#fee2e2}.admin-recent-orders{background:#fff;border-radius:14px;padding:22px;box-shadow:0 4px 10px #0000000d}.admin-recent-orders h3{margin-bottom:14px;font-size:1.2rem}.orders-split-layout{grid-template-columns:minmax(320px,430px) 1fr;gap:18px;min-height:420px;display:grid}.orders-list-panel{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;max-height:620px;padding:12px;overflow-y:auto}.order-list-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:10px;width:100%;margin-bottom:10px;padding:12px;display:flex}.order-list-card.active{border-color:#5b21b6;box-shadow:0 0 0 1px #5b21b6}.order-list-main h4{margin:0 0 6px;font-size:.98rem}.order-list-main p{margin:0 0 4px;font-weight:600}.order-list-main small{color:#6b7280}.order-list-meta{justify-content:space-between;margin-top:8px;font-size:.9rem;display:flex}.order-more-btn{color:#5b21b6;background:#f3e8ff;border-radius:8px;width:32px;height:32px;font-weight:700}.order-more-btn:hover{color:#fff;background:#5b21b6}.order-details-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px}.details-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.details-head h4{margin:0 0 5px;font-size:1.1rem}.details-head p{color:#4b5563;margin:0}.details-grid{grid-template-columns:1fr 1fr;gap:10px 16px;margin-bottom:16px;font-size:.95rem;display:grid}.status-control{flex-direction:column;gap:5px;display:flex}.status-control select{text-transform:capitalize;border:1px solid #d1d5db;border-radius:8px;padding:7px 8px}.details-items{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:12px}.details-items h5{margin:0 0 10px;font-size:.95rem}.details-item-row{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 0;display:flex}.details-item-row:first-of-type{border-top:none;padding-top:0}.details-item-row p{color:#6b7280;margin:3px 0 0;font-size:.9rem}.order-popup-open-btn{color:#fff;background:#4f1f73;border-radius:8px;margin-top:14px;padding:10px 14px;font-weight:600}.order-modal-overlay{z-index:1200;background:#1118278c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.order-modal{background:#fff;border-radius:14px;width:min(760px,100%);max-height:88vh;padding:20px;position:relative;overflow-y:auto}.order-modal-close{color:#111827;background:#f3f4f6;border-radius:8px;width:30px;height:30px;font-weight:700;position:absolute;top:12px;right:12px}.order-modal h3{margin:0}.order-modal-id{color:#6b7280;margin:4px 0 16px}.order-modal-section{border-top:1px solid #e5e7eb;margin-top:12px;padding-top:12px}.order-modal-section h4{margin:0 0 8px}.order-modal-section p{margin:6px 0}.order-modal-item{border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:8px;padding:10px;display:flex}.order-modal-item p{color:#6b7280;margin:4px 0 0}.order-modal-item-actions{align-items:center;gap:10px;display:flex}.product-open-arrow{color:#5b21b6;background:#f3e8ff;border-radius:8px;width:30px;height:30px;font-weight:700}.product-open-arrow:hover{color:#fff;background:#5b21b6}.table-container{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table th,.admin-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e5e7eb;padding:12px 10px}.admin-table th{color:#6b7280;text-transform:uppercase;font-size:.85rem;font-weight:600}.admin-table select{text-transform:capitalize;border:1px solid #d1d5db;border-radius:8px;padding:7px 8px}.details-arrow-btn{color:#5b21b6;background:#f3e8ff;border-radius:8px;width:32px;height:32px;font-weight:700}.details-arrow-btn:hover{color:#fff;background:#5b21b6}@media (width<=1024px){.admin-dashboard-page{grid-template-rows:auto 1fr;grid-template-columns:1fr}.admin-sidebar{z-index:100;background-color:#111827;border-bottom:1px solid #ffffff1a;flex-direction:row;justify-content:space-between;align-items:center;gap:15px;height:auto;padding:15px 20px;display:flex;position:sticky;top:0;overflow-y:visible}.admin-brand{margin-bottom:0;font-size:1.25rem}.admin-nav{flex-direction:row;flex:unset;gap:10px}.admin-nav button,.admin-logout{padding:8px 12px;font-size:.9rem}.orders-split-layout,.details-grid{grid-template-columns:1fr}}@media (width<=576px){.admin-sidebar{flex-direction:column;gap:12px;padding:12px}.admin-nav{justify-content:center;width:100%}.admin-logout{width:100%;max-width:200px}}.contact-page{padding-top:calc(var(--nav-height) + 60px);background-color:var(--puro-white);padding-bottom:100px}.contact-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.contact-info-section h1{margin-bottom:20px;font-size:3.5rem}.contact-desc{color:var(--text-light);max-width:500px;margin-bottom:40px;font-size:1.1rem;line-height:1.8}.info-cards{flex-direction:column;gap:30px;margin-bottom:50px;display:flex}.info-card{align-items:center;gap:25px;transition:all .3s;display:flex}.icon-wrapper{width:60px;height:60px;box-shadow:var(--shadow-sm);color:var(--puro-green-forest);background:#662d9114;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.icon-wrapper svg{stroke:currentColor;fill:none;width:26px;height:26px;transition:all .3s}.info-card:hover .icon-wrapper{background:var(--puro-green-forest);box-shadow:var(--shadow-md);color:var(--puro-white);transform:translateY(-3px)}.info-card:hover .icon-wrapper svg{color:inherit}.info-card h4{color:var(--puro-green-deep);margin-bottom:5px;font-size:1.1rem}.info-card p{color:var(--text-light);font-size:1rem}.social-links h3{margin-bottom:20px;font-size:1.2rem}.social-icons{gap:20px;display:flex}.social-icons a{color:var(--puro-green-forest);background:var(--puro-cream);cursor:pointer;width:60px;height:60px;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-icons a svg{stroke:currentColor;fill:none;width:20px;height:20px}.social-icons a:hover{background:var(--puro-green-forest);color:var(--puro-white);box-shadow:var(--shadow-md);transform:translateY(-3px)}.contact-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:50px}.contact-form{flex-direction:column;gap:20px;display:flex}.contact-form .form-group{flex-direction:column;gap:8px;display:flex}.contact-form label{color:var(--puro-green-deep);font-weight:600}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid #0000001a;border-radius:12px;outline:none;padding:15px;font-family:inherit;font-size:1rem;transition:all .3s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--puro-green-forest);box-shadow:0 0 0 4px #662d910d}.submit-btn{width:100%;margin-top:10px;padding:18px;font-size:1.1rem}.form-status{text-align:center;color:var(--puro-green-leaf);margin-top:20px;font-weight:600}@media (width<=1024px){.contact-grid{grid-template-columns:1fr;gap:60px}.contact-info-section{text-align:center}.contact-desc{margin-left:auto;margin-right:auto}.info-card,.social-icons{justify-content:center}}@media (width<=768px){.contact-info-section h1{font-size:clamp(2rem,8vw,2.8rem)}.contact-card{padding:30px 20px}}.wishlist-page{padding-top:calc(var(--nav-height) + 40px);background-color:#fafafa;min-height:80vh;padding-bottom:100px}.empty-wishlist{height:calc(100vh - var(--nav-height));justify-content:center;align-items:center;padding-top:40px;display:flex}.empty-wishlist .text-center{border-radius:var(--radius-sm);background:#fff;border:1px dashed #cbd5e1;max-width:500px;padding:60px 40px;box-shadow:0 4px 20px #00000008}.empty-icon{color:#cbd5e1;margin-bottom:24px;font-size:4rem}.empty-wishlist h2{margin-bottom:12px;font-size:1.75rem}.empty-wishlist p{color:var(--text-light);margin-bottom:30px;font-size:1.1rem}.wishlist-header{align-items:center;gap:16px;margin-bottom:40px;display:flex}.wishlist-count{background:var(--puro-green-forest);color:#fff;border-radius:var(--radius-full);padding:4px 12px;font-size:.9rem;font-weight:600}.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr));gap:24px;display:grid}.wishlist-card{border-radius:var(--radius-sm);background:#fff;border:1px solid #0000000a;padding:16px;transition:all .3s;position:relative;box-shadow:0 4px 15px #00000005}.wishlist-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000000f}.remove-btn{z-index:10;color:#94a3b8;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;transition:all .2s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #0000001a}.remove-btn:hover{color:#ef4444;background:#f8fafc;transform:scale(1.1)}.wishlist-img-wrapper{cursor:pointer;background:#f8fafc}.p-title{cursor:pointer}.p-title:hover{color:var(--puro-green-forest)}@media (width<=768px){.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:12px}.wishlist-card{padding:10px}.p-title{margin-bottom:8px;font-size:.9rem!important}.p-price{font-size:.95rem!important}.p-old-price{font-size:.75rem!important}.p-add-btn{width:32px!important;height:32px!important}.remove-btn{width:26px!important;height:26px!important;font-size:.9rem!important;top:10px!important;right:10px!important}}.policies-page{padding-top:calc(var(--nav-height) + 60px);padding-bottom:100px}.policy-layout{grid-template-columns:250px 1fr;gap:60px;display:grid}.policy-sidebar{top:calc(var(--nav-height) + 20px);height:max-content;position:sticky}.policy-sidebar nav{flex-direction:column;gap:15px;display:flex}.policy-sidebar a{color:var(--text-light);border-left:3px solid #0000;padding:10px 0 10px 20px;font-weight:600;transition:all .3s}.policy-sidebar a:hover,.policy-sidebar a.active{color:var(--puro-green-forest);border-left-color:var(--puro-green-forest);background:#662d910d}.policy-content section{margin-bottom:60px}.policy-content h1{color:var(--puro-green-deep);margin-bottom:30px;font-size:2.5rem}.policy-content h2{color:var(--puro-green-forest);margin:40px 0 20px;font-size:1.5rem}.policy-content p{color:var(--text-light);margin-bottom:20px;font-size:1.1rem;line-height:1.8}.policy-divider{background:#0000000d;height:1px;margin:60px 0}@media (width<=768px){.policy-layout{grid-template-columns:1fr}.policy-sidebar{margin-bottom:40px;position:static}}:root{--puro-green-deep:#000;--puro-green-forest:#3a1557;--puro-green-leaf:#662d91;--puro-cream:#f9f7f2;--puro-white:#fff;--puro-olive:#662d91;--puro-gold:#d49400;--hyhub-gradient:linear-gradient(135deg, #662d91 0%, #000 100%);--hyhub-gold-gradient:linear-gradient(180deg, #d49400 0%, #ffd26a 50%, #d49400 100%);--primary:var(--puro-green-forest);--primary-light:var(--puro-green-leaf);--primary-dark:var(--puro-green-deep);--secondary:var(--puro-cream);--accent:var(--puro-olive);--text-main:#1c2b23;--text-light:#5c6d64;--white:#fff;--font-heading:"Outfit", sans-serif;--font-body:"DM Sans", sans-serif;--font-script:"Cormorant Garamond", serif;--font-sans:"DM Sans", sans-serif;--nav-height:100px;--max-width:1600px;--section-spacing:100px;--shadow-sm:0 4px 20px #0000000d;--shadow-md:0 12px 30px #00000014;--shadow-lg:0 20px 50px #0000001f;--shadow-premium:0 30px 60px #0000001a;--transition-smooth:.5s cubic-bezier(.4, 0, .2, 1);--radius-sm:12px;--radius-md:24px;--radius-lg:40px;--radius-full:100px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-main);background-color:var(--puro-white);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:16px;font-weight:400;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.025em;color:var(--puro-green-deep);font-weight:700;line-height:1.15}p{letter-spacing:-.005em;line-height:1.7}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-sans);background:0 0;border:none}ul{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 5%}.heading-xl{letter-spacing:-.02em;font-size:clamp(3rem,5vw,4.5rem)}.heading-lg{font-size:clamp(2.5rem,4vw,3.5rem)}.heading-md{font-size:clamp(2rem,3vw,2.5rem)}.text-lead{color:var(--text-light);max-width:60ch;font-size:1.125rem}.btn{letter-spacing:.02em;border-radius:var(--radius-full);transition:var(--transition-smooth);justify-content:center;align-items:center;gap:10px;padding:1.1rem 2.4rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--puro-green-forest);color:var(--puro-white);box-shadow:0 10px 20px #662d9133}.btn-primary:hover{background-color:var(--puro-green-deep);transform:translateY(-3px);box-shadow:0 15px 30px #662d914d}.btn-secondary{background-color:var(--puro-white);color:var(--puro-green-forest);border:1px solid #662d911a}.btn-secondary:hover{background-color:var(--puro-cream);transform:translateY(-3px)}.btn-accent{background:var(--hyhub-gold-gradient);color:var(--puro-white)}.btn-accent:hover{background:linear-gradient(#c88800 0%,#ffd26a 50%,#c88800 100%);transform:translateY(-3px);box-shadow:0 10px 20px #d494004d}.glass-nav{-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-md);background:#ffffffd9;border:1px solid #fff6}.glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}.section-header{text-align:center;margin-bottom:60px}.section-subtitle{color:var(--puro-green-leaf);text-transform:uppercase;letter-spacing:.1em;justify-content:center;align-items:center;gap:12px;margin-bottom:12px;font-size:.875rem;font-weight:700;display:flex}.section-subtitle:before,.section-subtitle:after{content:"";opacity:.3;background:currentColor;width:30px;height:2px}.product-card{background:var(--puro-white);border-radius:var(--radius-md);transition:var(--transition-smooth);border:1px solid #00000008;padding:24px;position:relative}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.product-image-container{border-radius:var(--radius-sm);background:var(--puro-cream);justify-content:center;align-items:center;height:240px;margin-bottom:20px;display:flex;position:relative;overflow:hidden}.product-image-container img{object-fit:contain;width:100%;height:100%;transition:var(--transition-smooth);padding:12px}.product-card:hover .product-image-container img{transform:scale(1.1)}@keyframes float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}to{transform:translateY(0)rotate(0)}}.floating-element{animation:6s ease-in-out infinite float}.reveal{opacity:0;transition:all .8s ease-out;transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.section-padding{padding:var(--section-spacing) 0}.glass-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}.img-cover{object-fit:cover;width:100%;height:100%}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transition:opacity .5s,transform .5s;transform:translateY(0)}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .5s}@media (width<=768px){:root{--section-spacing:60px;--nav-height:80px}.container{padding:0 1.25rem}.heading-xl{font-size:clamp(2.2rem,8vw,3rem)}.heading-lg{font-size:clamp(1.8rem,6vw,2.5rem)}.heading-md{font-size:clamp(1.5rem,5vw,2rem)}.text-lead{font-size:1rem}.btn{padding:.65rem 1.25rem;font-size:.85rem}.product-card{padding:10px}.product-image-container{margin-bottom:10px;height:clamp(110px,32vw,150px)!important}.section-header{margin-bottom:40px}}
