:root{--bright-green:#a5d760;--dark-green:#7ec929;--light-bg:#f5f7fa;--red-bg:#c85a54;--gray-bg:#8b9299;--white:#fff;--black:#000;--text-dark:#1a1a1a;--border-radius:16px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--white);color:var(--text-dark);overflow-x:hidden}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:700}.text-black{color:#000}.text-bright-green{color:var(--bright-green)!important}.bg-bright-green{background-color:var(--bright-green)!important}.bg-light-section{background-color:var(--light-bg)!important}.title{font-size:80px;font-weight:500}.text-xl{font-size:100px!important}.text-md{font-size:50px!important}.text-sm{font-size:30px!important}.text-xs{font-size:20px!important}.btn-bright-green{background-color:var(--bright-green);border:none;color:var(--black);padding:12px 20px;border-radius:50px;transition:all .3s ease;font-size:16px}.btn-bright-green:hover{background-color:var(--dark-green);color:var(--black);transform:translateY(-2px);box-shadow:0 8px 20px rgba(173,254,59,.3)}.btn-outline-dark{border:2px solid var(--black);color:var(--black);font-weight:600;padding:10px 24px;border-radius:50px;background:transparent;transition:all .3s ease}.btn-outline-dark:hover{background-color:var(--black);color:var(--white)}.btn-white{background-color:var(--white);border:none;color:var(--black);padding:12px 32px;border-radius:50px;transition:all .3s ease}.btn-white:hover{background-color:#f0f0f0;transform:translateY(-2px)}.navbar{background-color:var(--white);padding:1rem 0;box-shadow:0 2px 10px rgba(0,0,0,.05)}.navbar-brand{font-size:1.5rem;font-weight:800;color:var(--bright-green)}.nav-link{color:var(--text-dark);font-weight:500;margin:0 .5rem;transition:color .3s ease}.nav-link:hover{color:var(--bright-green)}.hero-section{padding:80px 0 60px;background:linear-gradient(135deg,#f5f7fa,#fff)}.hero-title{font-size:clamp(3rem,5vw,4.2rem);font-weight:600;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.125rem;color:#4a4a4a;margin-bottom:2rem;max-width:500px}.badge-pill{background:#a5d7601a;border:2px solid #a5d760;padding:8px 16px;border-radius:50px;font-size:12px;color:var(--text-dark);margin-right:8px;display:inline-block}.stat-box{text-align:left}.stat-number{font-size:2.5rem;font-weight:500;color:var(--text-dark);display:block;line-height:1}.stat-label{font-size:.875rem;color:#666;text-transform:capitalize}.product-hero-card{background:linear-gradient(180deg,rgba(148,32,34,.7),#942022);border-radius:var(--border-radius);padding:2rem;position:relative;overflow:hidden;max-width:90%;width:100%}.product-hero-card img{filter:drop-shadow(5px 5px 20px rgba(0,0,0,.5))}.product-hero-card.gray-bg{background:var(--gray-bg)}.product-image{width:100%;max-width:280px;height:auto;object-fit:contain}.price-tag{padding:8px 20px;position:absolute;top:20px;right:20px}.add-cart-btn,.price-tag{background:var(--bright-green);color:var(--black);border-radius:50px;font-weight:700}.add-cart-btn{padding:10px 24px;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.add-cart-btn:hover{background:var(--dark-green);transform:translateY(-2px)}.product-select-card{background:linear-gradient(180deg,rgba(148,32,34,.7),#942022);border-radius:var(--border-radius);padding:2rem;color:var(--white);transition:all .3s ease;height:100%;display:grid;grid-template-columns:auto auto}.product-select-card.gray-card{background:linear-gradient(180deg,hsla(204,2%,59%,.6),#939698)}.product-select-card.green-card{background:linear-gradient(180deg,#b9eb73,#9ac85a)}.product-select-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.product-select-card .btn-white{background-color:#fff!important}.product-select-card:hover .btn-white{color:#000!important}.product-name{font-size:1.75rem;font-weight:800;margin-bottom:1rem}.productImg{width:200px;height:240px;object-fit:contain}.price-wrapper{margin-bottom:1.5rem}.old-price{text-decoration:line-through;opacity:.6;font-size:1.125rem;margin-right:12px}.new-price{font-size:2rem;font-weight:800}.feature-list{list-style:none;padding:0;margin-bottom:1.5rem}.feature-list li{padding:8px 0;display:flex;align-items:center;gap:10px}.feature-list li:before{content:url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='white'/%3E%3Cpath d='M10.5 14.7L11.8929 16.0929C12.2834 16.4834 12.9166 16.4834 13.3071 16.0929L17.5 11.9' stroke='%23942022' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");color:var(--bright-green);font-weight:700;font-size:1.25rem}.benefit-card{background:var(--white);border:4px solid #e0e0e0;border-radius:var(--border-radius);padding:2.2rem;text-align:left;transition:all .3s ease;height:100%}.benefit-card:hover{background-color:var(--bright-green);border:4px solid var(--bright-green);box-shadow:0 10px 24px rgba(173,254,59,.25);transform:translateY(-5px);color:#000}.benefit-card:hover img{filter:hue-rotate(180deg) contrast(3)}.benefit-card.green-card{background:transparent;border-color:var(--bright-green)}.benefit-icon{width:80px;height:80px;margin:0 0 2rem;font-size:3rem}.benefit-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.benefit-desc{font-size:.875rem;color:#666;line-height:1.5}.benefit-card.green-card .benefit-desc{color:var(--black)}.stat-card{background:#a5d7601a;border:4px solid var(--bright-green);border-radius:var(--border-radius);padding:3rem 2rem;text-align:left;transition:all .3s ease}.stat-card:hover{background:var(--bright-green);transform:translateY(-5px)}.stat-card:hover .stat-card-label,.stat-card:hover .stat-card-number{color:#fff}.stat-card img{margin:0 0 2rem}.stat-card:hover img{filter:hue-rotate(180deg) contrast(3)}.stat-card-number{font-size:3rem;font-weight:600;color:#a5d760;display:block;line-height:1}.stat-card-label{font-size:1rem;color:#1a1a1a;margin-top:.5rem}.testimonial-card{background:var(--white);border:1px solid #e0e0e0;border-radius:var(--border-radius);padding:1.5rem;transition:all .3s ease;height:100%}.testimonial-card:hover{border-color:var(--bright-green);box-shadow:0 8px 24px rgba(0,0,0,.08)}.testimonial-card .rating{color:#ffce2f;margin-bottom:.5rem}.rating{color:#fff;font-size:1.125rem}.verified-badge{color:var(--black);padding:4px 12px;border-radius:50px;font-size:.75rem;display:inline-block}.verified-badge img{width:40px;height:40px;object-fit:cover}.testimonial-text{font-size:.875rem;color:#4a4a4a;line-height:1.6;margin-bottom:1rem}.accordion{border-radius:1.2rem!important;--bs-accordion-inner-border-radius:0;--bs-accordion-border-radius:0}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:1.2rem;border-top-right-radius:1.2rem!important}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:1.2rem!important;border-bottom-left-radius:1.2rem!important}.accordion-item{border:none;margin-bottom:1rem;border-radius:1.2rem;overflow:hidden}.accordion-button{background:var(--bright-green);color:var(--black);font-weight:700;padding:2.5rem 1.5rem;border:none;font-size:1.2rem}.accordion-button:not(.collapsed){background:var(--bright-green);color:var(--black);box-shadow:none}.accordion-button:focus{box-shadow:none;border-color:var(--bright-green)}.accordion-button:after{filter:brightness(0)}.accordion-body{background:rgba(165,215,96,.1);border-top:none;padding:2rem 1.5rem;color:#4a4a4a;line-height:1.6}.cta-section{background:linear-gradient(135deg,#f5f7fa,#fff);padding:80px 0}.cta-big-button{background:var(--bright-green);color:var(--black);padding:2rem 4rem;border-radius:100px;border:none;cursor:pointer;transition:all .3s ease;display:inline-grid;gap:1rem}.cta-big-button:hover{background:var(--dark-green);transform:translateY(-5px);box-shadow:0 15px 40px rgba(173,254,59,.3)}.footer{background:var(--white);border-top:1px solid #e0e0e0;padding:3rem 0 1.5rem}.footer-link{color:var(--text-dark);text-decoration:none;font-size:.875rem;display:block;margin-bottom:.5rem;transition:color .3s ease}.footer-link:hover{color:var(--bright-green)}.footer-title{font-weight:700;margin-bottom:1rem;font-size:1rem}.subimg{position:absolute;top:50%;right:0;transform:translateY(-50%);z-index:-1}.green-card .btn-green{background:#6e9f2a!important}.green-card .productImg{width:100%;height:350px}@media (max-width:1290px){.title{font-size:60px;font-weight:500}.text-xl{font-size:70px!important}.text-md{font-size:40px!important}.text-sm{font-size:30px!important}.text-xs{font-size:18px!important}.product-select-card{padding:1rem;padding:2rem;grid-template-columns:auto}.price-wrapper,.product-select-card p{margin-bottom:.2rem}.product-select-card img{width:200px;height:200px;object-fit:contain;object-position:left center;margin-bottom:1rem}}@media (max-width:768px){.hero-title{font-size:2.5rem}.stat-number{font-size:2rem}.product-select-card{margin-bottom:1.5rem}.cta-big-button{font-size:2.25rem!important;padding:1.5rem 2.5rem;border-radius:5rem}.title{font-size:50px;font-weight:500}.text-xl{font-size:60px!important}.text-md{font-size:30px!important}.text-sm{font-size:20px!important}.text-xs{font-size:16px!important}.container{padding:0 20px}.hero-section{padding:50px 0}.hero-section .pt-4{padding-top:10px!important}.hero-section .mt-5{margin-top:10px!important}.product-hero-card{max-width:100%;padding:1rem}.product-select-card{padding:1rem;grid-template-columns:auto}.price-wrapper,.product-select-card p{margin-bottom:.2rem}.product-select-card img{width:200px;height:200px;object-fit:contain;object-position:left center}}.floating-cart-btn{position:fixed;bottom:30px;right:30px;width:58px;height:58px;background:#a5d760;border:none;border-radius:100%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(16,185,129,.4);z-index:9990;transition:transform .2s,box-shadow .2s}.floating-cart-btn:hover{transform:scale(1.1);box-shadow:0 6px 26px rgba(16,185,98,.55)}.cart-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;width:20px;height:20px;border-radius:50%;justify-content:center}.cart-badge,.inline-qty-row{display:flex;align-items:center}.inline-qty-row{gap:12px;margin-top:14px}.inline-qty-label{font-size:14px;font-weight:600;color:#374151}.inline-qty-controls{gap:6px;background:#f3f4f6;border-radius:8px;padding:4px 8px}.inline-qty-controls,.iqty-btn{display:flex;align-items:center}.iqty-btn{background:#fff;border:1px solid #e5e7eb;width:28px;height:28px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;justify-content:center;transition:all .2s}.iqty-btn:hover:not(:disabled){background:#a5d760;border-color:#a5d760;color:#fff}.iqty-btn:disabled{opacity:.4;cursor:not-allowed}.iqty-value{font-size:15px;font-weight:700;min-width:22px;text-align:center}.in-cart-indicator{margin-top:14px;padding:6px 0}.in-cart-text{color:#a5d760;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:4px}.btn-green{border:none;padding:12px 24px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.btn-green,.btn-green:hover{background:#a5d760;color:#000}.btn-outline-green{background:#fff;color:#000;border:2px solid #fff;padding:12px 24px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.btn-outline-green:hover{background:#fff;color:#000;transform:translateY(-2px)}.flex-grow-1{flex:1 1}.product-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;overflow-y:auto}.product-modal{background:#fff;border-radius:16px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:40px}.modal-close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:32px;cursor:pointer;color:#666;line-height:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s}.modal-close:hover{background:#f0f0f0;color:#000}.modal-product-image{background:#f8f9fa;border-radius:12px;padding:30px;text-align:center;margin-bottom:20px}.modal-product-image img{max-width:100%;height:auto}.modal-product-name{font-size:32px;font-weight:700;margin-bottom:10px}.modal-product-description{color:#666;font-size:16px;margin-bottom:20px}.discount-badge{background:#a5d760;color:#fff;padding:4px 12px;border-radius:20px;font-size:14px;margin-left:10px}.quantity-selector{display:flex;align-items:center;gap:15px}.quantity-label{font-weight:600;font-size:16px}.quantity-controls{gap:10px;border:2px solid #e5e7eb;border-radius:8px;padding:5px}.qty-btn,.quantity-controls{display:flex;align-items:center}.qty-btn{background:#f3f4f6;border:none;width:36px;height:36px;border-radius:6px;font-size:20px;cursor:pointer;justify-content:center;transition:all .2s}.qty-btn:hover:not(:disabled){background:#e5e7eb}.qty-btn:disabled{opacity:.5;cursor:not-allowed}.qty-input{border:none;width:50px;text-align:center;font-size:16px;font-weight:600;outline:none}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.total-price{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;background:#f8f9fa;border-radius:8px}.total-label{font-size:18px;font-weight:600}.total-amount{font-size:24px}.section-title{font-size:18px;font-weight:700;margin-bottom:15px;margin-top:20px}.detailed-feature-list{list-style:none;padding:0;margin:0}.detailed-feature-list li{padding:10px 0 10px 30px;position:relative;border-bottom:1px solid #f0f0f0}.detailed-feature-list li:before{content:"✓";position:absolute;left:0;color:#a5d760;font-weight:700}.detailed-feature-list li:last-child{border-bottom:none}.ingredients-list{display:flex;flex-wrap:wrap;gap:10px}.ingredient-tag{background:#f3f4f6;padding:8px 16px;border-radius:20px;font-size:14px;color:#374151}.btn-block{width:100%}.modal-title{font-size:28px;font-weight:700;margin-bottom:20px}.order-summary{background:#f8f9fa;padding:20px;border-radius:8px}.summary-product-image{width:60px;height:60px;background:#fff;border-radius:8px;padding:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.text-green{color:#a5d760}.form-label{font-weight:600;margin-bottom:8px;display:block;color:#374151}.form-control{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;transition:all .2s}.form-control:focus{outline:none;border-color:#a5d760}.payment-info{background:#f8f9fa;padding:20px;border-radius:8px}.payment-info,.payment-methods{text-align:left}.payment-option{padding:15px;border:2px solid #e5e7eb;border-radius:8px;margin-bottom:10px;cursor:pointer;transition:all .2s}.payment-option:hover{border-color:#a5d760;background:#f0fdf4}.payment-option input[type=radio]{margin-right:10px}.payment-option label{cursor:pointer;margin:0}.success-icon{width:80px;height:80px;background:#a5d760;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;margin:0 auto;font-weight:700}.order-confirmation{background:#f8f9fa;padding:20px;border-radius:8px;text-align:left}.confirmation-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e5e7eb}.confirmation-row:last-child{border-bottom:none}.confirmation-row .label{color:#6b7280;font-weight:500}.confirmation-row .value{font-weight:600;color:#111827}@media (max-width:768px){.product-modal{padding:20px;max-height:95vh}.modal-product-name{font-size:24px}.modal-title{font-size:22px}.btn-green,.btn-outline-green{padding:10px 20px;font-size:15px}.floating-cart-btn{bottom:20px;right:20px}}.btn-cart{background:#a5d760;color:#000;border:none;padding:10px 24px;border-radius:20px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:8px;position:relative}.btn-cart:hover{background:#86c42f;transform:translateY(-2px)}.cart-icon{font-size:18px}.cart-count-badge{position:absolute;top:-5px;right:-5px;background:#000;color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff}.cart-container{position:relative}.cart-preview{position:absolute;top:100%;right:0;width:320px;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.15);margin-top:10px;z-index:1000;overflow:hidden;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cart-preview-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#f8f9fa;border-bottom:1px solid #e5e7eb}.cart-preview-header h4{margin:0;font-size:16px;font-weight:700;color:#111827}.cart-preview-header span{font-size:14px;color:#6b7280}.cart-preview-empty{padding:30px 20px;text-align:center;color:#9ca3af}.empty-emoji{font-size:48px;display:block;margin-bottom:12px}.cart-preview-empty p{font-size:16px;font-weight:600;color:#374151;margin:0 0 4px}.empty-sub{font-size:13px}.cart-preview-items{max-height:300px;overflow-y:auto;padding:10px}.cart-preview-item{display:flex;align-items:center;gap:12px;padding:10px;border-bottom:1px solid #f0f0f0}.cart-preview-item:last-child{border-bottom:none}.preview-item-image{width:50px;height:50px;background:#f8f9fa;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:5px;flex-shrink:0}.preview-item-details{flex:1 1}.preview-item-name{font-size:14px;font-weight:600;color:#111827;margin-bottom:4px}.cart-preview-more,.preview-item-price{font-size:13px;color:#6b7280}.cart-preview-more{text-align:center;padding:10px;border-top:1px solid #f0f0f0}.cart-preview-footer{padding:15px 20px;border-top:1px solid #e5e7eb;background:#f8f9fa}.preview-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:15px;font-weight:600;color:#111827}.total-amount{color:#a5d760;font-size:18px;font-weight:700}.btn-view-cart{width:100%;padding:10px;color:#fff;border:none;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.btn-view-cart,.btn-view-cart:hover{background:#a5d760}@media (max-width:991px){.btn-cart{margin-top:10px;width:100%;justify-content:center}.cart-count-badge{top:2px;right:auto;left:55%}.cart-preview{position:fixed;top:auto;bottom:0;left:0;right:0;width:100%;margin-top:0;border-radius:16px 16px 0 0;max-height:80vh}}