.checkout-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px}.checkout-modal{background:#fff;border-radius:12px;width:100%;max-width:1000px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0003;animation:slideUp .3s ease-out}.checkout-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;background:#f8fafc;border-radius:12px 12px 0 0}.checkout-header h2{margin:0;color:#1f2937;font-size:1.5rem}.checkout-close{background:none;border:none;cursor:pointer;padding:8px;border-radius:4px;color:#6b7280;transition:all .3s ease}.checkout-close:hover{background:#f3f4f6;color:#1f2937}.checkout-content{padding:2rem}.checkout-sections{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.form-section{margin-bottom:2rem}.form-section h3{color:#1f2937;margin-bottom:1rem;font-size:1.2rem;border-bottom:2px solid var(--green);padding-bottom:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#fff;color:#000}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--green)}.form-group textarea{resize:vertical;min-height:80px}.payment-section{margin-bottom:2rem}.payment-option{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;transition:all .3s ease}.payment-option.selected{border-color:var(--green);background:#eff6ff}.payment-icon{color:var(--green)}.payment-details h4{margin:0 0 .25rem;color:#1f2937}.payment-details p{margin:0;color:#6b7280;font-size:.9rem}.checkout-btn{width:100%;background:linear-gradient(135deg,var(--green) 0%,var(--green-hover) 100%);color:#fff;border:none;padding:16px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.checkout-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--green) 0%,var(--green-hover) 100%);transform:translateY(-2px);box-shadow:0 4px 12px #3bf64866}.checkout-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.order-summary{background:#f8fafc;padding:1.5rem;border-radius:12px;height:fit-content;position:sticky;top:20px}.order-summary h3{margin:0 0 1rem;color:#1f2937;font-size:1.2rem}.summary-items{margin-bottom:1.5rem}.summary-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.summary-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.summary-item img{width:50px;height:50px;object-fit:cover;border-radius:6px}.item-details h4{margin:0 0 .25rem;font-size:.9rem;color:#1f2937}.item-details p{margin:0;font-size:.8rem;color:#6b7280}.summary-totals{border-top:1px solid #e5e7eb;padding-top:1rem}.total-row{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#374151}.final-total{font-weight:700;font-size:1.1rem;color:#1f2937;border-top:1px solid #e5e7eb;padding-top:.5rem;margin-top:.5rem}.order-success{max-width:600px;text-align:center}.success-header{padding:2rem}.success-icon{color:#10b981;margin-bottom:1rem}.success-header h2{color:#1f2937;margin-bottom:.5rem}.success-header p{color:#6b7280;font-size:1.1rem}.order-details{background:#f8fafc;padding:1.5rem;margin:1rem 0;border-radius:8px;text-align:left}.order-info{margin-bottom:1rem}.order-info h3{color:var(--green);margin-bottom:.5rem}.order-info p{margin:.25rem 0;color:#374151}.delivery-info h4{color:#1f2937;margin-bottom:.5rem}.delivery-info p{margin:.25rem 0;color:#6b7280}.success-actions{padding:1rem 2rem 2rem}@media (max-width: 768px){.checkout-overlay{padding:10px}.checkout-modal{max-height:95vh}.checkout-header{padding:1rem}.checkout-header h2{font-size:1.3rem}.checkout-content{padding:1rem}.checkout-sections{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.order-summary{position:static;order:-1}}@media (max-width: 480px){.checkout-header{padding:.75rem}.checkout-header h2{font-size:1.2rem}.checkout-content{padding:.75rem}.form-section h3{font-size:1.1rem}.form-group input,.form-group select,.form-group textarea{padding:10px 14px;font-size:16px}.checkout-btn{padding:14px;font-size:1rem}.order-summary{padding:1rem}.summary-item{gap:.75rem}.summary-item img{width:40px;height:40px}.item-details h4{font-size:.85rem}.item-details p{font-size:.75rem}.item-price{font-size:.9rem}}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:2000;display:flex;justify-content:flex-end}.cart-sidebar{background:#fff;width:40%;height:100vh;display:flex;flex-direction:column;box-shadow:-4px 0 20px #0000001a;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.cart-header h2{margin:0;color:#1f2937;font-size:1.5rem}.cart-close{background:none;border:none;cursor:pointer;padding:8px;border-radius:4px;color:#6b7280;transition:all .3s ease}.cart-close:hover{background:#f3f4f6;color:#1f2937}.cart-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#6b7280}.cart-empty svg{margin-bottom:1rem;color:#d1d5db}.cart-empty p{font-size:1.1rem;margin-bottom:1.5rem}.cart-items{flex:1;overflow-y:auto;padding:1rem}.cart-item{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid #f3f4f6}.cart-item:last-child{border-bottom:none}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.cart-item-details{flex:1}.cart-item-details h4{margin:0 0 .5rem;color:#1f2937;font-size:1rem}.cart-item-price{color:var(--green);font-weight:600;margin-bottom:.75rem}.cart-item-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{background:#f3f4f6;border:none;width:32px;height:32px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:600;transition:all .3s ease}.quantity-btn:hover{background:#e5e7eb}.quantity{min-width:40px;text-align:center;font-weight:600}.remove-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:4px 8px;border-radius:4px;font-size:.9rem;transition:all .3s ease;margin-left:auto}.remove-btn:hover{background:#fef2f2;color:#dc2626}.cart-footer{padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.cart-total{text-align:center;margin-bottom:1rem;font-size:1.2rem;color:#1f2937}.cart-actions{display:flex;gap:1rem}.cart-actions .btn{flex:1;text-align:center;padding:12px}@media (max-width: 768px){.cart-sidebar{width:60%}}@media (max-width: 480px){.cart-sidebar{width:100vw}.cart-item{padding:.75rem}.cart-item-image{width:60px;height:60px}.cart-item-details h4{font-size:.9rem}.cart-item-controls{flex-wrap:wrap;gap:.25rem}.quantity-btn{width:28px;height:28px}.cart-actions{flex-direction:column}.cart-header,.cart-footer{padding:1rem}}.auth-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:2500;display:flex;align-items:center;justify-content:center;padding:20px}.auth-modal{background:#fff;border-radius:12px;width:100%;max-width:400px;box-shadow:0 20px 40px #0003;animation:slideUp .3s ease-out}.auth-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;background:#f8fafc;border-radius:12px 12px 0 0}.auth-header h2{margin:0;color:#1f2937;font-size:1.5rem}.auth-close{background:none;border:none;cursor:pointer;padding:8px;border-radius:4px;color:#6b7280;transition:all .3s ease}.auth-close:hover{background:#f3f4f6;color:#1f2937}.auth-content{padding:2rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500}.form-group input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#fff}.form-group input:focus{outline:none;border-color:var(--green)}.error-message{background:#fef2f2;color:#dc2626;padding:12px;border-radius:8px;margin-bottom:1rem;font-size:.9rem;border:1px solid #fecaca}.auth-btn{width:100%;background:linear-gradient(135deg,var(--green) 0%,var(--green-hover) 100%);color:#fff;border:none;padding:14px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem}.auth-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--green) 0%,var(--green-hover) 100%);transform:translateY(-2px);box-shadow:0 4px 12px #3bf64b66}.auth-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-switch{text-align:center;padding-top:1rem;border-top:1px solid #e5e7eb}.auth-switch p{margin:0;color:#6b7280}.switch-btn{background:none;border:none;color:var(--green);cursor:pointer;font-weight:600;text-decoration:underline;transition:color .3s ease}.switch-btn:hover{color:var(--green)}.social-login{margin-top:1rem}.divider{text-align:center;margin:1rem 0;position:relative}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb}.divider span{background:#fff;padding:0 1rem;color:#6b7280;font-size:.9rem}.google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:12px;border:2px solid #e5e7eb;background:#fff;color:#374151;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}.google-btn:hover{border-color:#d1d5db;background:#f9fafb}@media (max-width: 480px){.auth-modal{margin:10px}.auth-header{padding:1rem 1.5rem}.auth-header h2{font-size:1.3rem}.auth-content{padding:1.5rem}.form-group input{padding:10px 14px;font-size:16px}.auth-btn{padding:12px}}.auth-form-animated{transition:all .4s cubic-bezier(.4,0,.2,1);opacity:1;transform:scale(1);min-height:180px;will-change:opacity,transform}.auth-form-animated.login{opacity:1;transform:scale(1)}.auth-form-animated.register{opacity:1;transform:scale(1.03)}.form-row{display:flex;gap:1.5rem}.form-col{flex:1;display:flex;flex-direction:column;gap:1rem}@media (max-width: 600px){.form-row{flex-direction:column;gap:.5rem}.form-col{gap:.5rem}}.orders-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:2500;display:flex;align-items:center;justify-content:center;padding:20px}.orders-modal{background:#fff;border-radius:12px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0003;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.orders-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;background:#f8fafc;border-radius:12px 12px 0 0}.orders-header h2{margin:0;color:#1f2937;font-size:1.5rem}.orders-close{background:none;border:none;cursor:pointer;padding:8px;border-radius:4px;color:#6b7280;transition:all .3s ease}.orders-close:hover{background:#f3f4f6;color:#1f2937}.orders-content{padding:2rem}.orders-empty{text-align:center;padding:3rem 2rem;color:#6b7280}.orders-empty svg{margin-bottom:1rem;color:#d1d5db}.orders-empty h3{color:#374151;margin-bottom:.5rem;font-size:1.5rem}.orders-empty p{margin-bottom:1.5rem;font-size:1.1rem}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;background:#fff;box-shadow:0 2px 4px #0000000d;transition:box-shadow .3s ease}.order-card:hover{box-shadow:0 4px 12px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.order-info h3{margin:0 0 .25rem;color:var(--green);font-size:1.2rem}.order-date{margin:0;color:#6b7280;font-size:.9rem}.status-badge{color:#fff;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-select{color:#fff;padding:6px 12px;border:none;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:opacity .3s ease}.status-select:hover:not(:disabled){opacity:.8}.status-select:disabled{cursor:not-allowed;opacity:.6}.status-select option{background:#fff;color:#374151}.updating-text{margin-left:8px;color:#6b7280;font-size:.8rem;font-style:italic}.orders-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.orders-error h3{margin:0 0 .5rem;color:#dc2626;font-size:1rem}.orders-error p{margin:0;color:#991b1b;font-size:.9rem}.order-items{margin-bottom:1rem}.order-item{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px}.order-item:last-child{margin-bottom:0}.order-item img{width:50px;height:50px;object-fit:cover;border-radius:6px}.item-details{flex:1}.item-details h4{margin:0 0 .25rem;color:#1f2937;font-size:.95rem}.item-details p{margin:0;color:#6b7280;font-size:.85rem}.item-price{font-weight:600;color:var(--green)}.order-details{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.delivery-info h4,.order-summary h4{margin:0 0 .5rem;color:#1f2937;font-size:1rem}.delivery-info p{margin:.25rem 0;color:#6b7280;font-size:.9rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#374151;font-size:.9rem}.summary-row.total{font-weight:700;font-size:1rem;color:#1f2937;border-top:1px solid #e5e7eb;padding-top:.5rem;margin-top:.5rem}.order-notes{background:#fffbeb;padding:1rem;border-radius:8px;border:1px solid #fde68a}.order-notes h4{margin:0 0 .5rem;color:#92400e;font-size:.9rem}.order-notes p{margin:0;color:#78350f;font-size:.9rem}.container.secret-orders{margin-top:82px}@media (max-width: 900px){.container.secret-orders{margin-top:146px}.orders-modal{max-height:95vh}.container.secret-orders{margin-top:calc(50px + 1.5rem)}.orders-header{padding:1rem}.orders-header h2{font-size:1.3rem}.orders-content,.order-card{padding:1rem}.order-header{flex-direction:column;gap:.5rem;align-items:flex-start}.order-details{grid-template-columns:1fr;gap:1rem}.order-item{gap:.75rem}.order-item img{width:40px;height:40px}}@media (max-width: 480px){.orders-overlay{padding:10px}.orders-header{padding:.75rem}.orders-header h2{font-size:1.2rem}.orders-content{padding:.75rem}.orders-empty{padding:2rem 1rem}.orders-empty h3{font-size:1.3rem}.orders-empty p{font-size:1rem}.order-card{padding:.75rem}.order-info h3{font-size:1.1rem}.order-item{padding:.5rem}.item-details h4{font-size:.9rem}.item-details p{font-size:.8rem}.summary-row{font-size:.85rem}.summary-row.total{font-size:.95rem}}.header{background-color:none;border-bottom:none;position:fixed;width:100%;top:0;z-index:1000;transition:all .3s ease}.header.active{border-bottom:1px solid var(--border-light);background-color:var(--bg-primary)}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem}.logo{height:50px;cursor:pointer}.logo img{height:100%;width:auto}.nav{display:flex;gap:1rem;flex:1;justify-content:center;transition:all .3s ease}.header-right{display:flex;align-items:center;gap:1rem}.header-btn{background:none;border:none;color:var(--green);font-size:1.3rem;font-weight:400;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease;border-radius:4px}.header-btn.bold{font-weight:700}.header-btn:hover{color:var(--green-hover)}.search-container{flex:1;max-width:400px}.search-form{width:200px;display:flex;position:relative}.search-input{width:100%;padding:12px 50px 12px 16px;border-radius:8px;border:none;font-size:1rem;background-color:#fff8;color:var(--text-primary);transition:border-color .3s ease}.search-input.active{border:1px solid var(--border-light)}.search-input:focus{outline:none;border-color:var(--green)}.search-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:8px;border-radius:4px;transition:color .3s ease}.search-btn:hover{color:var(--green)}.header-actions{display:flex;gap:1rem}.action-btn{display:flex;align-items:center;gap:.5rem;padding:10px 16px;background:none;border:none;border-radius:8px;color:var(--text-secondary);cursor:pointer;transition:all .3s ease;font-weight:500}.account-dropdown{position:relative}.account-menu{position:absolute;top:100%;right:0;background:var(--bg-primary);border:1px solid var(--border-light);border-radius:8px;box-shadow:0 10px 25px var(--shadow-light);min-width:200px;z-index:1000;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.account-info{padding:1rem;border-bottom:1px solid var(--border-light)}.account-name{margin:0 0 .25rem;font-weight:600;color:var(--text-primary)}.account-email{margin:0;font-size:.9rem;color:var(--text-secondary)}.menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;color:var(--text-secondary);cursor:pointer;transition:background-color .2s ease}.menu-item:hover{background-color:var(--bg-secondary)}.menu-item.logout{color:#dc2626;border-top:1px solid var(--border-light)}.menu-item.logout:hover{background-color:#fef2f2}.action-btn:hover{border-color:var(--green);color:var(--green)}.cart-btn{position:relative}.cart-count{position:absolute;top:-8px;right:-8px;background-color:var(--green);color:var(--text-white);font-size:.75rem;padding:2px 6px;border-radius:50%;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-weight:600}.mobile-account{display:none}.desktop-account{display:block}@media (max-width: 1199px) and (min-width: 769px){.nav{display:none!important}.header-right{flex:1;order:2}.search-container{flex:1;max-width:none;width:100%}.search-form{width:100%}.header-actions{order:3;flex-shrink:0}}@media (max-width: 768px){.mobile-account{display:block}.desktop-account{display:none!important}.header-content{flex-wrap:wrap;gap:1rem}.logo h1{font-size:1.5rem}.nav{display:none!important}.header-content{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.logo{order:1}.mobile-account{order:2;margin-left:auto}.cart-btn{order:3}.header-right{order:4;width:100%;flex-basis:100%}.search-container{width:100%;max-width:none;flex:1}.search-form{width:100%}.search-input{padding:14px 50px 14px 16px;font-size:16px;width:100%}.header-actions{gap:.5rem;width:auto}.mobile-account .action-btn span{display:inline}.header-actions .action-btn span{display:none}.action-btn{padding:12px;min-width:48px;min-height:48px}.mobile-account .action-btn{padding:10px 16px;min-width:auto}.account-menu{right:0}}@media (max-width: 480px){.header-content{padding:.75rem 0}.logo h1{font-size:1.3rem}.header-actions{gap:.25rem}.action-btn{padding:10px}}@media (max-width: 319px){.mobile-account .action-btn span{display:none!important}.mobile-account .action-btn{padding:12px;min-width:48px}.logo{height:40px}.header-content{gap:.5rem}}.featured-products{color:#fff;width:100%;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.featured-products:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,transparent 0%,rgba(248,250,252,.3) 40%,rgba(248,250,252,.7) 70%,#f8fafc 100%);pointer-events:none;z-index:10}.background-image{display:block;width:100%;height:auto;min-height:100%;position:absolute;left:0;right:0;bottom:0;z-index:1;object-fit:cover;object-position:bottom}.featured-content{display:flex;align-items:center;height:70vh;width:100%;margin:0;padding:0;position:relative;top:0;z-index:20}.featured-text{flex:1;padding-right:2rem;margin-left:2rem;max-width:50%}.featured-text h1{font-size:3.5rem;margin-bottom:1rem;color:#fff}.featured-text p{font-size:1.5rem;margin-bottom:2rem;color:#ffffffe6}.featured-text span{color:green;font-size:5rem}.cta-button{background-color:var(--green);color:#fff;padding:1rem 2rem;border:none;border-radius:15px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.featured-image{flex:1;display:flex;justify-content:flex-end;align-items:center;height:auto}.featured-image img{max-width:100%;height:100vh;border-radius:10px}.featured-info{position:absolute;width:50%;bottom:50px;color:var(--green);left:25%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;font-size:1rem;z-index:30}@media (max-width: 1000px){.featured-products{min-height:100vh;padding:0;margin:0}.featured-content{margin-top:50px;flex-direction:column;text-align:center;padding-top:0}.featured-text{padding:0;margin:1rem auto 2rem;max-width:90%}.featured-text h1{font-size:2.5rem}.featured-text span{font-size:4rem}.featured-image{width:100%;height:45vh;margin:0;display:flex;justify-content:flex-end;align-items:center}.featured-image img{max-width:100%;height:45vh;object-fit:contain}}@media (max-width: 480px){.featured-products{min-height:100vh;padding:0;margin:0}.featured-text{max-width:95%;margin:.5rem auto 1.5rem}.featured-text h1{font-size:2rem}.featured-text span{font-size:3rem}.featured-text p{font-size:1rem}.cta-button{padding:.8rem 1.5rem;font-size:1rem}.featured-image{width:100%;height:45vh;margin:0;display:flex;justify-content:flex-end;align-items:center}.featured-image img{max-width:100%;height:45vh;object-fit:contain}}.loofa-benefits-section{padding:4rem 0;background:linear-gradient(135deg,#f0fdf4,#ecfdf5)}.benefits-care-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto}.benefits-box,.care-box{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.benefits-box:hover,.care-box:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.icon-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid var(--green)}.icon-header svg{color:var(--green);flex-shrink:0}.icon-header h2{margin:0;font-size:1.5rem;color:var(--text-color)}.benefits-list,.care-list{list-style:none;padding:0;margin:0}.benefits-list li,.care-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;color:var(--text-secondary);line-height:1.6}.benefits-list li svg{color:var(--green);flex-shrink:0;margin-top:.2rem}.benefits-list li strong,.care-list li strong{color:var(--text-color)}.step-number{background:var(--green);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0;margin-top:.1rem}@media (max-width: 968px){.benefits-care-grid{grid-template-columns:1fr;gap:1.5rem}.loofa-benefits-section{padding:3rem 0}.benefits-box,.care-box{padding:1.5rem}.icon-header h2{font-size:1.3rem}}@media (max-width: 480px){.loofa-benefits-section{padding:2rem 0}.benefits-box,.care-box{padding:1.25rem}.icon-header{flex-direction:column;align-items:flex-start;gap:.5rem}.icon-header h2{font-size:1.2rem}.benefits-list li,.care-list li{font-size:.95rem}}.image-loader-container{position:relative;width:100%;height:100%;overflow:hidden;background:#f3f4f6}.image-loader-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:shimmer 1.5s infinite}.image-loader-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.image-loader-img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.image-loader-img.loading{opacity:0}.image-loader-img.loaded{opacity:1}.image-loader-error{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f9fafb;color:#9ca3af;gap:.5rem}.image-loader-error svg{color:#d1d5db}.image-loader-error span{font-size:.875rem}.product-card-skeleton{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d}.skeleton-image{width:100%;height:250px;background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-content{padding:1.5rem}.skeleton-line{height:16px;background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:.75rem}.skeleton-title{width:80%;height:20px}.skeleton-stock{width:40%;height:14px}.skeleton-price-group{display:flex;gap:.5rem;margin-bottom:1rem}.skeleton-price{width:60px;height:24px;margin-bottom:0}.skeleton-original-price{width:50px;height:20px;margin-bottom:0}.skeleton-button{width:100%;height:44px;background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.products{background-color:#f8fafc}.category-filter{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:12px 24px;border:2px solid #e5e7eb;background:#fff;color:#4b5563;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500}.filter-btn:hover{border-color:var(--green);color:var(--green)}.filter-btn.active{background:var(--green);color:#fff;border-color:var(--green)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.product-image{position:relative;height:250px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.btn-quick-view{background:#fff;color:#333;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.btn-quick-view:hover{background:#f3f4f6;transform:translateY(-2px)}.product-content{padding:1.5rem}.product-name{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.product-stock{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stock{font-size:.9rem;font-weight:500}.stars{display:flex;gap:2px}.star{color:#fbbf24;font-size:1rem}.star.empty{color:#d1d5db}.star.half{background:linear-gradient(90deg,#fbbf24 50%,#d1d5db 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.reviews{color:#6b7280;font-size:.9rem}.product-price{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.current-price{font-size:1.2rem;font-weight:700;color:var(--green)}.original-price{font-size:1rem;color:#9ca3af;text-decoration:line-through}.add-to-cart-btn{width:100%;background:linear-gradient(135deg,var(--green) 0%,var(--green-hover) 100%);border:none;color:#fff;padding:12px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.add-to-cart-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--green) 0%,var(--green-hover) 100%);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.add-to-cart-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.add-to-cart-btn:disabled:hover{background:#d1d5db;transform:none;box-shadow:none}.sale-banner{text-align:center;margin-bottom:2rem;padding:1rem;border-radius:8px;font-size:2rem;font-weight:700;background:transparent;color:transparent;background-image:linear-gradient(135deg,#ff6b6b,#ee5a24);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.search-info{text-align:center;margin-bottom:2rem;color:#6b7280}.search-info p{margin-bottom:.5rem}.no-products{text-align:center;padding:4rem 2rem;color:#6b7280}.no-products svg{margin-bottom:1rem;color:#d1d5db}.no-products h3{color:#374151;margin-bottom:.5rem}@media (max-width: 768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.category-filter{margin-bottom:2rem}.filter-btn{padding:10px 20px;font-size:.9rem}}@media (max-width: 640px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.category-filter{overflow-x:auto;justify-content:flex-start;gap:.5rem;padding:.5rem 0;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.category-filter::-webkit-scrollbar{height:4px}.category-filter::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.category-filter::-webkit-scrollbar-thumb{background:var(--green);border-radius:10px}.filter-btn{padding:8px 16px;font-size:.85rem;flex-shrink:0;white-space:nowrap}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr;gap:1rem}.product-card{max-width:100%}.product-content{padding:1.25rem}.product-name{font-size:1rem}.product-rating{margin-bottom:.75rem}.stars{gap:1px}.star{font-size:.9rem}.reviews{font-size:.8rem}.current-price{font-size:1.1rem}.original-price{font-size:.9rem}.add-to-cart-btn{padding:10px;font-size:.9rem}.category-filter{overflow-x:auto;justify-content:flex-start;gap:.5rem;padding:.5rem 0}.filter-btn{flex-shrink:0;white-space:nowrap}}.loofah-section{background-color:#fff5ee;margin-top:4rem}.loofah-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;gap:2rem}.loofah-text{flex:1 1 500px;color:#454545}.loofah-text h2{font-size:2rem;margin-bottom:1rem;color:#454545}.loofah-text em{font-style:italic}.loofah-text p{font-size:1.1rem;margin-bottom:1rem;line-height:1.6}.loofah-text .highlight{font-weight:700;margin-top:1.5rem;color:#454545}.loofah-icons{flex-wrap:wrap;gap:1.5rem;margin-top:2rem;font-weight:600;padding:10px;display:flex;flex-direction:row;justify-content:center;gap:10%;background-color:#fff5ee}.loofah-icons div{display:flex;align-items:center;gap:.5rem;background-color:#fff;padding:.75rem 1rem;border-radius:8px;box-shadow:0 4px 12px #0000000d}.loofah-icons img{width:20%}.loofah-image{flex:1 1 100px;text-align:center}.loofah-image img{max-width:100%;border-radius:12px;box-shadow:0 6px 20px #0000001a}@media (max-width: 800px){.loofah-text{margin:20px}.loofah-image img{max-width:60%;border-radius:12px;box-shadow:0 6px 20px #0000001a}}.bundles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.bundle-card{background:#fff8f0;border-radius:16px;box-shadow:0 8px 16px #ffa54f33;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease}.bundle-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #ffa54f66}.bundle-image{height:270px;overflow:hidden;border-bottom:2px solid #ff9f43}.bundle-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bundle-card:hover .bundle-image img{transform:scale(1.05)}.bundle-content{padding:1.5rem 2rem;flex-grow:1;display:flex;flex-direction:column}.bundle-name{font-size:1.4rem;font-weight:700;color:#d35400;margin-bottom:.5rem}.bundle-description{font-size:1rem;color:#6c584c;margin-bottom:1rem;flex-grow:1}.bundle-contents h4{font-size:1.1rem;font-weight:600;color:sienna;margin-bottom:.5rem}.bundle-ul{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.3rem;flex-wrap:wrap}.bundle-item{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.bundle-item-image{width:50px;height:50px;object-fit:cover;border-radius:8px;box-shadow:0 2px 6px #ffa54f4d}.bundle-item-name{flex-grow:1;font-weight:600;color:#7a4a00}.bundle-item-price{display:flex;gap:.5rem;font-weight:600;color:#d35400}.bundle-price{margin-top:auto;font-size:1.3rem;font-weight:700;color:#d35400;display:flex;gap:1rem;align-items:center}.bundle-price .original-price{font-size:1rem;color:#b5651d;text-decoration:line-through}@media (max-width: 768px){.bundles-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.bundle-content{padding:1.25rem 1.5rem}.bundle-name{font-size:1.2rem}.bundle-item{gap:.75rem}.bundle-item-image{width:40px;height:40px}}@media (max-width: 480px){.bundles-grid{grid-template-columns:1fr;gap:1rem}.bundle-card{max-width:100%}.bundle-content{padding:1rem}.bundle-name{font-size:1.1rem}.bundle-description{font-size:.9rem}.bundle-contents h4{font-size:1rem}.bundle-item-name{font-size:.9rem}.bundle-price{font-size:1.1rem}.bundle-price .original-price{font-size:.9rem}}.contact{background-color:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-info h3{font-size:1.8rem;margin-bottom:1rem;color:#1f2937}.contact-info>p{font-size:1.1rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.contact-icon{background:var(--green);color:#fff;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item h4{margin-bottom:.5rem;color:#1f2937;font-weight:600}.contact-item p,.contact-item a{color:#6b7280;line-height:1.5;margin:0}.contact-form{background:#f8fafc;padding:2rem;border-radius:12px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 6px #0000000d}.form-holder{width:100%}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:14px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--green)}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;background:linear-gradient(135deg,var(--green) 0%,var(--green-hover) 100%);font-size:1.1rem;padding:16px;margin-top:1rem}.submit-btn:hover{background:linear-gradient(135deg,var(--green) 0%,var(--green-hover) 100%)}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}.contact-item{margin-bottom:1.5rem}}@media (max-width: 480px){.contact-info h3{font-size:1.5rem}.contact-info>p{font-size:1rem;margin-bottom:1.5rem}.contact-item{margin-bottom:1.25rem}.contact-icon{width:40px;height:40px}.contact-item h4{font-size:.95rem}.contact-item p{font-size:.9rem}.contact-form{padding:1.25rem}.form-group{margin-bottom:1.25rem}.form-group input,.form-group textarea{padding:12px 14px;font-size:16px}.submit-btn{padding:14px;font-size:1rem}}.form-status{position:absolute;padding:20px;border-radius:12px;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px;z-index:100;animation:fadeIn .5s ease-in-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 20px #0000001a}.form-status.success{background:#187d3fe6;color:#fff;border:2px solid #a6e4b8}.form-status.error{background:#b3261ee6;color:#fff;border:2px solid #f5b5b5}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.footer{background-color:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:flex;flex-direction:row;gap:3rem;margin-bottom:2rem}.sectionone{flex:2}.sectiontwo{flex:1}.footer-section h3{color:var(--green);margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:#f9fafb;margin-bottom:1rem;font-size:1.1rem}.footer-section p{color:#9ca3af;line-height:1.6;margin-bottom:1.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--green)}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#374151;color:#9ca3af;border-radius:8px;transition:all .3s ease}.social-links a:hover{background-color:var(--green);color:#fff;transform:translateY(-2px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}.footer-links{display:flex;gap:2rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--green)}@media (max-width: 768px){.footer-content{flex-direction:column;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-links{gap:1rem}}@media (max-width: 480px){.footer{padding:2rem 0 1rem}.footer-content{flex-direction:column;gap:1.5rem}.footer-section h3{font-size:1.3rem}.footer-section h4{font-size:1rem}.footer-section p{font-size:.9rem}.footer-section ul li{margin-bottom:.4rem}.footer-section ul li a{font-size:.9rem}.social-links{gap:.75rem;justify-content:center}.social-links a{width:36px;height:36px}.footer-bottom{padding-top:1.5rem;font-size:.9rem}.footer-links{flex-direction:column;gap:.5rem}}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--green) 0%,var(--green-hover) 100%);display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .5s ease}.loading-content{text-align:center;color:#fff}.loading-gif{width:100px;height:100px;margin-bottom:1rem}.loading-screen.hidden{opacity:0;pointer-events:none}body.loading{overflow:hidden}.page-transition-indicator{position:fixed;top:0;left:0;right:0;height:3px;z-index:9999;background:transparent}.page-transition-bar{height:100%;background:linear-gradient(90deg,var(--green) 0%,var(--green-hover) 50%,var(--green) 100%);background-size:200% 100%;animation:shimmer 1s ease-in-out infinite;transition:width .3s ease;box-shadow:0 0 10px var(--green),0 0 5px var(--green)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem}.error-boundary-content{background:#fff;border-radius:16px;padding:3rem;max-width:600px;text-align:center;box-shadow:0 10px 40px #0000001a}.error-boundary-content svg{color:#ef4444;margin-bottom:1.5rem}.error-boundary-content h1{font-size:2rem;color:#1f2937;margin-bottom:1rem}.error-boundary-content p{color:#6b7280;font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-details{margin-top:2rem;text-align:left;background:#f9fafb;padding:1rem;border-radius:8px;border:1px solid #e5e7eb}.error-details summary{cursor:pointer;font-weight:600;color:#374151;margin-bottom:.5rem}.error-details pre{font-size:.875rem;color:#ef4444;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word}@media (max-width: 768px){.error-boundary-content{padding:2rem}.error-boundary-content h1{font-size:1.5rem}.error-boundary-content p{font-size:1rem}.error-actions{flex-direction:column}.error-actions .btn{width:100%}}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;padding-top:calc(2rem + 82px)}.not-found-content{background:#fff;border-radius:20px;padding:3rem;max-width:600px;text-align:center;box-shadow:0 20px 60px #0000004d}.not-found-animation{margin-bottom:2rem}.not-found-404{font-size:8rem;font-weight:900;background:linear-gradient(135deg,var(--green) 0%,var(--green-hover) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.not-found-content h1{font-size:2.5rem;color:#1f2937;margin-bottom:1rem}.not-found-content>p{color:#6b7280;font-size:1.2rem;margin-bottom:2rem;line-height:1.6}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.not-found-actions .btn{display:inline-flex;align-items:center;gap:.5rem}.not-found-suggestions{padding-top:2rem;border-top:1px solid #e5e7eb}.not-found-suggestions p{color:#6b7280;margin-bottom:1rem;font-weight:500}.not-found-suggestions ul{list-style:none;padding:0;display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.not-found-suggestions a{color:var(--green);text-decoration:none;font-weight:500;transition:color .2s ease}.not-found-suggestions a:hover{color:var(--green-hover);text-decoration:underline}@media (max-width: 768px){.not-found-content{padding:2rem}.not-found-404{font-size:5rem}.not-found-content h1{font-size:2rem}.not-found-content>p{font-size:1rem}.not-found-actions{flex-direction:column}.not-found-actions .btn{width:100%}.not-found-suggestions ul{flex-direction:column;gap:.75rem}}.product-detail-container{max-width:1200px;margin:82px auto 0;padding:2rem;padding-top:10px;min-height:100vh}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.product-images-section{display:flex;flex-direction:column;gap:1rem}.main-product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-info-section{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-size:2rem;font-weight:700;color:var(--text-color);margin:0}.product-rating{display:flex;gap:1rem;align-items:center;color:var(--text-secondary)}.product-price-section{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.product-stock{font-size:1rem;font-weight:600;margin-top:.5rem}.product-description h3,.product-features h3{margin-bottom:.5rem;color:var(--text-color);font-size:1.2rem}.product-description p{line-height:1.6;color:var(--text-secondary);margin-bottom:.75rem}.product-description .long-description{margin-top:1rem;font-style:italic;color:#666}.product-features ul{list-style:none;padding:0}.product-features li{padding:.5rem 0;border-bottom:1px solid #eee;color:var(--text-secondary)}.product-features li:before{content:"✓ ";color:var(--green);font-weight:700}.product-not-found{text-align:center;padding:4rem;font-size:1.5rem;color:var(--text-secondary)}.you-might-also-like{margin-top:3rem}.you-might-also-like h2{font-size:1.8rem;margin-bottom:1rem;color:var(--text-color)}.recommended-products-container{position:relative;display:flex;align-items:center}.recommended-products{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:1rem;padding:.5rem 0;scrollbar-width:none}.recommended-products::-webkit-scrollbar{display:none}.recommended-product-card{flex:0 0 auto;flex-direction:column;width:160px;border:1px solid #ddd;border-radius:8px;text-align:center;background:#fff;box-shadow:0 2px 6px #0000001a;transition:box-shadow .3s ease;cursor:pointer;text-decoration:none;color:inherit}.recommended-product-card:hover{box-shadow:0 4px 12px #0003}.recommended-product-image{width:100%;height:120px;object-fit:cover;border-top-left-radius:8px;border-top-right-radius:8px}.recommended-product-info{padding:.5rem}.recommended-product-name{font-weight:600;font-size:1rem;margin:.25rem 0;color:var(--text-color)}.recommended-product-prices{display:flex;gap:.5rem;justify-content:center;align-items:center}.recommended-product-price{font-weight:700;color:var(--primary-color);margin:0}.recommended-product-original-price{font-size:.85rem;color:var(--text-secondary);text-decoration:line-through;margin:0}.recommended-product-info:hover{color:var(--green)}.scroll-arrow{background:none;border:none;outline:none;color:var(--green);font-size:2rem;font-weight:900;cursor:pointer;-webkit-user-select:none;user-select:none;padding:0;margin:0 .5rem}.scroll-arrow:focus{outline:none}.scroll-arrow:hover{color:#003e00}.scroll-arrow.left{order:0}.scroll-arrow.right{order:2}@media (max-width: 768px){.product-detail{grid-template-columns:1fr;gap:2rem}.product-detail-container{padding:1rem}.main-image-container{height:300px}.thumbnail{width:60px;height:60px}.recommended-products-container{width:calc(90% + 2rem);margin:0 -1rem}.recommended-products{margin-left:5%;border-radius:5px}.scroll-arrow{display:none}}.product-reviews-section{margin-top:3rem;padding:2rem 0;border-top:1px solid #eee}.product-reviews-section h2{font-size:1.8rem;margin-bottom:1.5rem;color:var(--text-color);text-align:center}.reviews-container{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.review-card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.5rem;width:300px;box-shadow:0 2px 6px #0000001a;transition:box-shadow .3s ease}.review-card:hover{box-shadow:0 4px 12px #00000026}.review-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.review-profile-image{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #eee}.review-info{flex:1}.review-name{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:var(--text-color)}.review-rating{display:flex;gap:.1rem}.star{color:#ddd;font-size:1rem}.star.filled{color:gold}.review-comment{color:var(--text-secondary);line-height:1.5}.review-comment p{margin:0}@media (max-width: 768px){.reviews-container{flex-direction:column;align-items:center}.review-card{width:100%;max-width:400px}}@media (max-width: 480px){.product-title,.current-price{font-size:1.5rem}.main-image-container{height:250px}.product-reviews-section{padding:1rem 0}.review-card{padding:1rem}}.bundle-detail-container{max-width:1200px;margin:82px auto 0;padding:2rem;padding-top:10px;min-height:100vh}.bundle-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.bundle-images-section{display:flex;flex-direction:column;gap:1rem}.main-image-container{width:100%;height:400px;overflow:hidden;border-radius:8px;background:#f5f5f5}.main-bundle-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.thumbnail-images{display:flex;gap:.5rem;justify-content:center}.thumbnail{width:80px;height:80px;object-fit:cover;border-radius:4px;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.thumbnail:hover{transform:scale(1.05)}.thumbnail.active{border-color:var(--primary-color)}.bundle-info-section{display:flex;flex-direction:column;gap:1.5rem}.bundle-title{font-size:2rem;font-weight:700;color:var(--text-color);margin:0}.bundle-price-section{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.bundle-stock{font-size:1rem;font-weight:600;margin-top:.5rem}.stock.in-stock{color:#10b981}.stock.out-of-stock{color:#ef4444}.current-price{font-size:2rem;font-weight:700;color:var(--primary-color)}.original-price{font-size:1.2rem;color:var(--text-secondary);text-decoration:line-through}.discount{background:var(--green);color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.9rem}.bundle-description h3,.bundle-contents h3,.bundle-benefits-highlight h3{margin-bottom:.5rem;color:var(--text-color);font-size:1.2rem}.bundle-description p{line-height:1.6;color:var(--text-secondary);margin-bottom:.75rem}.bundle-description .long-description{margin-top:1rem;font-style:italic;color:#666}.bundle-benefits-highlight{background:#f0fdf4;padding:1.25rem;border-radius:8px;border-left:4px solid var(--green)}.savings-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.75rem}.savings-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:6px;color:var(--text-secondary);font-weight:500}.savings-item svg{color:var(--green);flex-shrink:0}@media (max-width: 768px){.savings-grid{grid-template-columns:1fr}}.bundle-ul-two{list-style:none;padding:0}.bundle-ul-two li{width:100%}.bundle-item{display:flex;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px solid #eee}.bundle-item-image{width:60px;height:60px;object-fit:cover;border-radius:4px}.bundle-item-name{flex:1;color:var(--text-secondary)}.bundle-item-price{font-weight:700;color:var(--primary-color)}.quantity-selector{display:flex;align-items:center;gap:1rem}.quantity-selector label{font-weight:700;color:var(--text-color)}.quantity-selector input{width:60px;padding:.5rem;border:1px solid #ddd;border-radius:4px;text-align:center}.add-to-cart-btn-large{width:100%;background:linear-gradient(135deg,var(--green) 0%,var(--green-hover) 100%);border:none;color:#fff;padding:12px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.add-to-cart-btn-large:hover:not(:disabled){background:linear-gradient(135deg,var(--green) 0%,var(--green-hover) 100%);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.add-to-cart-btn-large:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.bundle-not-found{text-align:center;padding:4rem;font-size:1.5rem;color:var(--text-secondary)}@media (max-width: 768px){.bundle-detail{grid-template-columns:1fr;gap:2rem}.bundle-detail-container{padding:1rem}.main-image-container{height:300px}.thumbnail{width:60px;height:60px}}@media (max-width: 480px){.bundle-title,.current-price{font-size:1.5rem}.main-image-container{height:250px}}.policy-container{max-width:800px;margin:82px auto 0;padding:2rem;line-height:1.6}.policy-container h1{color:#2c3e50;margin-bottom:.5rem}.policy-container .last-updated{color:#7f8c8d;font-size:.9rem;margin-bottom:2rem}.policy-container section{margin-bottom:2rem}.policy-container h2{color:#34495e;margin-bottom:1rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}.policy-container h3{color:#2c3e50;margin-bottom:.5rem}.policy-container p{margin-bottom:1rem;color:#555}.policy-container ul{margin-bottom:1rem;padding-left:2rem}.policy-container li{margin-bottom:.5rem;color:#555}.faq-item{margin-bottom:1.5rem;padding:1rem;background-color:#f8f9fa;border-radius:8px}.faq-item h3{color:#2c3e50;margin-bottom:.5rem}.faq-item p{margin-bottom:0;color:#555}@media (max-width: 900px){.policy-container{padding:1rem;margin-top:146px}}:root{--dark-gray: #2c3e50;--gray: #7f8c8d;--light-gray: #ecf0f1;--white: #ffffff;--green: rgb(0, 99, 0);--green-hover: rgb(0, 67, 0);--text-primary: #2c3e50;--text-secondary: #7f8c8d;--text-light: #bdc3c7;--text-white: #ffffff;--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-dark: #2c3e50;--bg-light-gray: #ecf0f1;--border-light: #dee2e6;--border-gray: #adb5bd;--shadow-light: rgba(0, 0, 0, .1);--shadow-dark: rgba(0, 0, 0, .2)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);line-height:1.6}.App{min-height:100vh;min-width:100%;display:flex;flex-direction:column;background-color:var(--bg-primary)}main{flex:1}.container{margin:0 auto;padding:0 20px}.section{padding:60px 0;background-color:var(--bg-primary)}.section:nth-child(2n){background-color:var(--bg-secondary)}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--text-primary);font-weight:700}.btn{display:inline-block;padding:12px 24px;background-color:var(--green);color:var(--text-white);text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn:hover{background-color:var(--green-hover);transform:translateY(-2px);box-shadow:0 4px 12px #b48d6166}.btn-secondary{background-color:var(--gray);color:var(--text-white)}.btn-secondary:hover{background-color:var(--dark-gray);box-shadow:0 4px 12px #2c3e5066}.btn-outline{background-color:transparent;color:var(--green);border:2px solid var(--green)}.btn-outline:hover{background-color:var(--green);color:var(--text-white)}@media (max-width: 768px){.section-title{font-size:2rem}.section{padding:40px 0}.container{padding:0 16px}}@media (max-width: 480px){.section-title{font-size:1.75rem;margin-bottom:2rem}.section{padding:30px 0}.container{padding:0 12px}.btn{padding:10px 20px;font-size:.9rem}button,.btn,a{min-height:44px;display:inline-flex;align-items:center;justify-content:center}body{overflow-x:hidden}input,textarea,select{font-size:16px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}p,span,div,h1,h2,h3,h4,h5,h6,input,textarea{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:100%;min-height:100vh;padding:0;-webkit-overflow-scrolling:touch;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;min-height:44px;min-width:44px}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (max-width: 768px){body{place-items:flex-start}h1{font-size:2.5em}}@media (max-width: 480px){h1{font-size:2em}button{padding:.8em 1.4em}}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
