:root{--herb-deep:#1e3b2c;--herb-primary:#2c5e3a;--herb-soft:#8ba888;--herb-light:#e8f3e9;--herb-cream:#f9fbf8;--text-dark:#1e2f23;--text-soft:#3a4e3e;--shadow-sm:0 4px 12px #1e3b2c0f;--shadow-md:0 8px 24px #1e3b2c1a;--shadow-lg:0 16px 40px #1e3b2c24;--shadow-xl:0 24px 60px #1e3b2c33;--transition:all .35s cubic-bezier(.25, 1, .5, 1);--font-serif:"Cormorant Garamond", "Times New Roman", serif;--font-sans:"Inter", system-ui, -apple-system, sans-serif}.products-page{background:var(--herb-cream);min-height:100vh}.container{max-width:1320px;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.container{padding:0 2.5rem}}.products-hero{text-align:center;color:#fff;isolation:isolate;background:linear-gradient(145deg,#1a3a2a 0%,#2d5a2d 100%);padding:4.5rem 0;position:relative;overflow:hidden}.hero-bg-pattern{opacity:.6;z-index:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5 L35 15 L45 15 L38 22 L41 32 L30 26 L19 32 L22 22 L15 15 L25 15 L30 5Z' fill='%23ffffff' fill-opacity='0.04'/%3E%3C/svg%3E");position:absolute;inset:0}.page-title{font-family:var(--font-serif);letter-spacing:-.02em;text-shadow:0 4px 20px #0003;justify-content:center;align-items:center;gap:1rem;margin-bottom:.75rem;font-size:clamp(2.8rem,10vw,5rem);font-weight:700;display:flex}.title-icon{color:#e8f3e9;opacity:.9;font-size:2.8rem}.page-subtitle{opacity:.95;text-shadow:0 2px 10px #00000026;max-width:600px;margin:0 auto;font-size:1.25rem;font-weight:400}.products-container{padding:3rem 1.5rem}.search-sort-bar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.search-wrapper{flex:1;min-width:260px;position:relative}.search-icon{color:var(--herb-soft);font-size:1.1rem;position:absolute;top:50%;left:1.2rem;transform:translateY(-50%)}.search-input{width:100%;transition:var(--transition);font-size:1rem;font-family:var(--font-sans);background:#fff;border:1.5px solid #8ba88840;border-radius:60px;padding:1rem 1.2rem 1rem 3.2rem}.search-input:focus{border-color:var(--herb-primary);outline:none;box-shadow:0 0 0 4px #2c5e3a1f}.clear-search{color:var(--text-soft);cursor:pointer;opacity:.7;transition:var(--transition);background:0 0;border:none;font-size:1.1rem;position:absolute;top:50%;right:1.2rem;transform:translateY(-50%)}.clear-search:hover{opacity:1;color:var(--herb-deep)}.sort-wrapper{position:relative}.sort-select{appearance:none;font-size:1rem;font-family:var(--font-sans);cursor:pointer;transition:var(--transition);background:#fff;border:1.5px solid #8ba88840;border-radius:60px;padding:1rem 3.2rem 1rem 1.8rem;font-weight:500}.sort-select:focus{border-color:var(--herb-primary);outline:none}.sort-icon{pointer-events:none;color:var(--herb-soft);font-size:1rem;position:absolute;top:50%;right:1.2rem;transform:translateY(-50%)}.mobile-filter-btn{border:1.5px solid var(--herb-soft);color:var(--herb-deep);cursor:pointer;transition:var(--transition);background:#fff;border-radius:60px;align-items:center;gap:.6rem;padding:1rem 1.8rem;font-weight:600;display:none}.mobile-filter-btn:hover{background:var(--herb-light);border-color:var(--herb-primary)}.products-layout{grid-template-columns:300px 1fr;gap:2.5rem;display:grid}@media (max-width:1024px){.products-layout{grid-template-columns:1fr}.desktop-filters{display:none}.mobile-filter-btn{display:flex}}.filters-sidebar{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #8cb48c1a;border-radius:32px;height:fit-content;padding:2rem 1.8rem;position:sticky;top:110px}.filter-section{border-bottom:1px solid #0000000d;margin-bottom:2rem;padding-bottom:1.8rem}.filter-section:last-of-type{border-bottom:none;margin-bottom:1rem;padding-bottom:0}.filter-section h4{font-family:var(--font-serif);color:var(--herb-deep);margin-bottom:1.2rem;font-size:1.35rem;font-weight:600}.category-scroll-container{max-height:240px;padding-right:4px;position:relative;overflow-y:auto}.category-scroll-container::-webkit-scrollbar{width:4px}.category-scroll-container::-webkit-scrollbar-track{background:#00000008;border-radius:4px}.category-scroll-container::-webkit-scrollbar-thumb{background:var(--herb-soft);border-radius:4px}.scroll-fade-mask{pointer-events:none;background:linear-gradient(#0000,#fff);border-radius:0 0 8px 8px;height:30px;position:absolute;bottom:0;left:0;right:0}.category-list{list-style:none}.category-list li{cursor:pointer;transition:var(--transition);color:var(--text-soft);border-radius:12px;padding:.7rem 0 .7rem .5rem;font-size:1rem;font-weight:500}.category-list li:hover{color:var(--herb-primary);background:var(--herb-light);padding-left:1rem}.category-list li.active{color:var(--herb-primary);background:#2c5e3a0f;padding-left:1rem;font-weight:700}.price-inputs{align-items:center;gap:.8rem;margin-bottom:1.2rem;display:flex}.price-inputs input{width:100px;font-family:var(--font-sans);text-align:center;border:1.5px solid #8ba88840;border-radius:16px;padding:.7rem}.price-slider{width:100%;accent-color:var(--herb-primary);height:6px}.benefit-chips{flex-wrap:wrap;gap:.6rem;max-height:280px;margin-bottom:.5rem;padding-right:4px;display:flex;overflow-y:auto}.benefit-chips::-webkit-scrollbar{width:4px}.benefit-chips::-webkit-scrollbar-track{background:#00000008;border-radius:4px}.benefit-chips::-webkit-scrollbar-thumb{background:var(--herb-soft);border-radius:4px}.benefit-chip{background:var(--herb-light);cursor:pointer;transition:var(--transition);text-transform:capitalize;color:var(--text-dark);border:1.5px solid #8ba88833;border-radius:40px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:500}.benefit-chip:hover{border-color:var(--herb-soft);background:#fff}.benefit-chip.active{background:var(--herb-primary);color:#fff;border-color:var(--herb-primary);box-shadow:var(--shadow-sm)}.show-more-benefits-btn{border:1px dashed var(--herb-soft);color:var(--herb-deep);cursor:pointer;transition:var(--transition);background:0 0;border-radius:40px;align-items:center;gap:.5rem;margin-top:.8rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:500;display:inline-flex}.show-more-benefits-btn:hover{background:var(--herb-light);border-color:var(--herb-primary)}.clear-filters-btn{border:1.5px solid var(--herb-soft);width:100%;color:var(--herb-deep);cursor:pointer;transition:var(--transition);background:0 0;border-radius:40px;margin-top:1rem;padding:.9rem;font-weight:600}.clear-filters-btn:hover{background:var(--herb-soft);color:#fff;border-color:var(--herb-soft)}.products-grid-section{min-width:0}.results-info{color:var(--text-soft);justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.view-toggle{gap:.5rem;display:flex}.view-toggle button{cursor:pointer;color:var(--text-soft);transition:var(--transition);background:#fff;border:1.5px solid #8ba8884d;border-radius:16px;padding:.6rem 1.2rem;font-size:1.3rem;line-height:1}.view-toggle button.active{background:var(--herb-primary);color:#fff;border-color:var(--herb-primary)}.product-grid{gap:2rem;display:grid}.product-grid.grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.product-grid.list{grid-template-columns:1fr}.product-card{box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border:1px solid #8cb48c14;border-radius:28px;flex-direction:column;height:100%;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--herb-soft);transform:translateY(-6px)}.product-image{aspect-ratio:1;background:#fafdfa;position:relative;overflow:hidden}.product-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.product-card:hover .product-img{transform:scale(1.04)}.product-badge{background:var(--herb-primary);color:#fff;box-shadow:var(--shadow-sm);border-radius:30px;padding:.3rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:14px;left:14px}.quick-view-btn{box-shadow:var(--shadow-md);cursor:pointer;transition:var(--transition);opacity:0;color:var(--herb-deep);white-space:nowrap;background:#fff;border:none;border-radius:40px;padding:.7rem 1.8rem;font-size:.9rem;font-weight:500;position:absolute;bottom:-50px;left:50%;transform:translate(-50%)}.product-card:hover .quick-view-btn{opacity:1;bottom:18px}.quick-view-btn:hover{background:var(--herb-primary);color:#fff}.product-info{flex-direction:column;flex:1;padding:1.5rem 1.2rem;display:flex}.product-title{font-family:var(--font-serif);color:var(--herb-deep);margin-bottom:.25rem;font-size:1.3rem;font-weight:600;line-height:1.3}.product-category{color:var(--text-soft);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.8rem}.product-price{color:var(--herb-deep);margin:.5rem 0 1rem;font-size:1.4rem;font-weight:700}.contact-price{color:var(--text-soft);align-items:baseline;gap:6px;font-size:1.1rem;font-weight:600;display:inline-flex}.contact-price .price-info-icon{color:var(--herb-soft);cursor:help;font-size:.9rem}.contact-price .price-info-icon:hover{color:var(--herb-primary)}.add-to-cart-btn{background:var(--herb-primary);color:#fff;cursor:pointer;width:100%;transition:var(--transition);border:none;border-radius:40px;margin-top:auto;padding:.9rem;font-size:.95rem;font-weight:600;box-shadow:0 4px 12px #2c5e3a26}.add-to-cart-btn:hover{background:var(--herb-deep);transform:translateY(-2px);box-shadow:0 8px 16px #2c5e3a40}.no-results{text-align:center;box-shadow:var(--shadow-sm);background:#fff;border-radius:40px;padding:5rem 2rem}.no-results-icon{color:var(--herb-soft);margin-bottom:1.5rem;font-size:4.5rem}.no-results h3{font-family:var(--font-serif);font-size:2rem}.mobile-filters-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1800;background:#0000004d;justify-content:flex-end;display:flex;position:fixed;inset:0}.mobile-filters-drawer{background:#fff;width:min(88%,380px);height:100%;overflow-y:auto;box-shadow:-10px 0 40px #00000026}.drawer-header{z-index:2;background:#fff;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.8rem;display:flex;position:sticky;top:0}.drawer-header h3{font-family:var(--font-serif);color:var(--herb-deep);font-size:1.8rem}.drawer-header button{cursor:pointer;color:var(--text-soft);background:0 0;border:none;font-size:1.6rem}.drawer-content{padding:1.8rem}.floating-cart-btn{background:var(--herb-primary);color:#fff;cursor:pointer;z-index:1500;width:62px;height:62px;transition:var(--transition);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 30px #2c5e3a4d}.floating-cart-btn:hover{background:var(--herb-deep);transform:scale(1.08)}.cart-count{color:#fff;background:#e74c3c;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.quick-view-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2500;background:#00000073;justify-content:center;align-items:center;padding:0;display:flex;position:fixed;inset:0}.quick-view-modal{background:#fff;flex-direction:column;width:100%;max-width:1280px;height:100%;max-height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px #00000040}@media (min-width:768px){.quick-view-overlay{padding:2rem}.quick-view-modal{border-radius:48px;width:95%;height:auto;max-height:92vh}}.modal-close-btn{width:48px;height:48px;color:var(--herb-deep);cursor:pointer;z-index:10;transition:var(--transition);background:#fff;border:1px solid #0000000f;border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 6px 16px #00000014}.modal-close-btn:hover{background:var(--herb-primary);color:#fff;transform:scale(1.05)}.modal-inner{grid-template-columns:1fr;height:100%;display:grid;overflow-y:auto}@media (min-width:768px){.modal-inner{grid-template-columns:1.1fr 1fr;overflow:hidden}}.modal-gallery{background:#fafdfa;flex-direction:column;gap:1.8rem;padding:2rem;display:flex}.main-image-container{aspect-ratio:1;box-shadow:var(--shadow-md);background:#fff;border-radius:32px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.main-image{object-fit:contain;width:100%;height:100%;padding:1.5rem}.modal-badge{background:var(--herb-primary);color:#fff;box-shadow:var(--shadow-sm);border-radius:40px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;position:absolute;top:20px;left:20px}.gallery-nav{width:44px;height:44px;box-shadow:var(--shadow-md);cursor:pointer;color:var(--herb-deep);transition:var(--transition);z-index:5;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-nav:hover{background:var(--herb-primary);color:#fff}.gallery-nav.prev{left:16px}.gallery-nav.next{right:16px}.image-dots{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd9;border-radius:60px;gap:10px;padding:8px 18px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;width:8px;height:8px;transition:var(--transition);background:#00000040;border:none;border-radius:50%}.dot.active{background:var(--herb-primary);border-radius:12px;width:22px}.thumbnail-strip{flex-wrap:wrap;justify-content:center;gap:12px;display:none}@media (min-width:768px){.thumbnail-strip{display:flex}}.thumbnail{cursor:pointer;width:85px;height:85px;transition:var(--transition);box-shadow:var(--shadow-sm);background:#fff;border:2px solid #0000;border-radius:20px;overflow:hidden}.thumbnail.active{border-color:var(--herb-primary);box-shadow:0 6px 14px #2c5e3a33}.thumbnail img{object-fit:cover;width:100%;height:100%}.modal-details{background:#fff;flex-direction:column;padding:2rem;display:flex}@media (min-width:768px){.modal-details{padding:2.5rem;overflow-y:auto}}.modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.modal-product-title{font-family:var(--font-serif);color:var(--herb-deep);word-break:break-word;font-size:2rem;line-height:1.2}.sku-badge{background:var(--herb-light);color:var(--herb-deep);white-space:nowrap;border-radius:30px;padding:.3rem 1rem;font-size:.8rem;font-weight:500}.modal-price{color:var(--herb-deep);margin:.75rem 0 .25rem;font-size:2.2rem;font-weight:700}.price-note{color:var(--text-soft);background:var(--herb-light);border-radius:30px;align-items:center;gap:8px;width:fit-content;margin-bottom:1.2rem;padding:.4rem 1rem;font-size:.85rem;display:flex}.price-note svg{color:var(--herb-primary)}.modal-short-desc{color:var(--text-soft);margin-bottom:1.2rem;font-size:1rem;line-height:1.7}.delivery-badges{flex-wrap:wrap;gap:10px;margin-bottom:1.8rem;display:flex}.delivery-badges span{background:var(--herb-light);color:var(--herb-deep);border-radius:40px;align-items:center;gap:8px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:500;display:flex}.modal-tabs{white-space:nowrap;border-bottom:1.5px solid #0000000f;gap:8px;margin-bottom:1.5rem;padding-bottom:2px;display:flex;overflow-x:auto}.modal-tabs button{color:var(--text-soft);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;position:relative}.modal-tabs button.active{color:var(--herb-primary)}.modal-tabs button.active:after{content:"";background:var(--herb-primary);border-radius:3px 3px 0 0;width:100%;height:3px;position:absolute;bottom:-2px;left:0}.tab-content{flex:1;min-height:120px;margin-bottom:1rem;padding-right:6px;overflow-y:auto}.tab-content::-webkit-scrollbar{width:5px}.tab-content::-webkit-scrollbar-track{background:#00000008;border-radius:6px}.tab-content::-webkit-scrollbar-thumb{background:var(--herb-soft);border-radius:6px}.ingredients-tab ul{grid-template-columns:repeat(2,1fr);gap:.8rem;list-style:none;display:grid}.ingredients-tab li{color:var(--text-dark);align-items:center;gap:8px;display:flex}.benefits-list{grid-template-columns:repeat(2,1fr);gap:.8rem;list-style:none;display:grid}.benefits-list li{color:var(--text-dark);align-items:center;gap:8px;font-weight:500;display:flex}.benefits-list li svg{color:var(--herb-primary)}.instructions-tab .usage-box{background:var(--herb-cream);border-radius:24px;padding:1.5rem}.instructions-tab .usage-box h4{font-family:var(--font-serif);color:var(--herb-deep);margin-bottom:.5rem}.no-content{text-align:center;color:var(--text-soft);padding:2rem;font-style:italic}.modal-action-bar{background:#fff;border-top:1.5px solid #0000000f;align-items:center;gap:12px;margin-top:auto;padding-top:1.5rem;display:flex}.quantity-selector{background:var(--herb-light);border-radius:60px;align-items:center;padding:3px;display:flex}.quantity-selector button{cursor:pointer;width:42px;height:42px;color:var(--herb-deep);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.quantity-selector button:hover{background:#fff}.quantity-selector span{text-align:center;min-width:36px;font-size:1.1rem;font-weight:700}.add-to-cart-btn-luxury{background:var(--herb-primary);color:#fff;cursor:pointer;height:52px;transition:var(--transition);border:none;border-radius:60px;flex:1;justify-content:center;align-items:center;gap:10px;padding:0 1.5rem;font-size:1rem;font-weight:700;display:flex;box-shadow:0 8px 18px #2c5e3a40}.add-to-cart-btn-luxury:hover{background:var(--herb-deep);transform:translateY(-2px);box-shadow:0 14px 24px #2c5e3a59}.add-to-cart-btn-luxury.success{background:#27ae60}.load-more-wrapper{text-align:center;margin-top:2.5rem}.load-more-btn{border:1.5px solid var(--herb-soft);color:var(--herb-deep);cursor:pointer;transition:var(--transition);background:#fff;border-radius:60px;align-items:center;gap:.6rem;padding:1rem 2.5rem;font-weight:600;display:inline-flex}.load-more-btn:hover:not(:disabled){background:var(--herb-primary);color:#fff;border-color:var(--herb-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.load-more-btn:disabled{opacity:.6;cursor:not-allowed}.load-more-btn .spinner{animation:1s linear infinite spin}.pagination{justify-content:center;align-items:center;gap:2rem;margin-top:2.5rem;display:flex}.pagination button{border:1.5px solid var(--herb-soft);cursor:pointer;width:46px;height:46px;transition:var(--transition);color:var(--herb-deep);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex}.pagination button:hover:not(:disabled){background:var(--herb-primary);color:#fff;border-color:var(--herb-primary)}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination span{color:var(--text-soft);font-weight:500}.loading-state{color:var(--text-soft);flex-direction:column;justify-content:center;align-items:center;padding:4rem;display:flex}.loading-state .spinner{color:var(--herb-primary);margin-bottom:1rem;font-size:2.5rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){.products-container{padding:2rem 1.2rem}.search-sort-bar{flex-direction:column;align-items:stretch}.sort-wrapper,.sort-select{width:100%}.product-grid.grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.2rem}.product-info{padding:1.2rem}.product-title{font-size:1.2rem}.product-price{font-size:1.3rem}.floating-cart-btn{width:56px;height:56px;font-size:1.6rem;bottom:20px;right:20px}.modal-product-title{font-size:1.6rem}.modal-price{font-size:1.8rem}.ingredients-tab ul,.benefits-list{grid-template-columns:1fr}.modal-action-bar{flex-wrap:wrap;padding:1rem}.add-to-cart-btn-luxury{height:48px;font-size:.95rem}}@media (max-width:480px){.page-title{font-size:2.2rem}.product-grid.grid{grid-template-columns:1fr}.modal-close-btn{width:40px;height:40px;top:12px;right:12px}.modal-gallery{padding:1rem}.modal-details{padding:1.5rem}}@media (max-width:767px){.quick-view-modal{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100vh}.modal-inner{flex-direction:column;height:100%;display:flex;overflow:hidden auto}.modal-gallery{flex-shrink:0;padding:1rem}.main-image-container{aspect-ratio:1;width:100%;max-height:260px}.main-image{padding:.5rem}.thumbnail-strip{display:none}.modal-details{padding:1.2rem 1.2rem 0;overflow-y:visible}.modal-header{flex-wrap:wrap;gap:.5rem}.modal-product-title{word-break:break-word;max-width:100%;line-height:1.25;font-size:1.3rem!important}.sku-badge{white-space:nowrap;padding:.2rem .7rem;font-size:.65rem}.modal-price{margin:.5rem 0 .25rem;font-size:1.6rem}.price-note{margin-bottom:.8rem;padding:.3rem .8rem;font-size:.75rem}.modal-short-desc{margin-bottom:.8rem;font-size:.9rem;line-height:1.5}.delivery-badges{gap:6px;margin-bottom:1rem}.delivery-badges span{padding:.35rem .8rem;font-size:.7rem}.modal-tabs{margin-bottom:.8rem}.modal-tabs button{padding:.5rem .9rem;font-size:.8rem}.tab-content{min-height:100px;max-height:160px}.ingredients-tab ul,.benefits-list{grid-template-columns:1fr;gap:.4rem}.ingredients-tab li,.benefits-list li{font-size:.85rem}.usage-box{padding:.9rem}.usage-box h4{font-size:1rem}.usage-box p{font-size:.9rem}.no-content{padding:1.5rem;font-size:.85rem}.modal-action-bar{background:#fff;gap:8px;margin:.8rem -1.2rem 0;padding:.8rem 1.2rem;position:sticky;bottom:0;box-shadow:0 -4px 12px #0000000d}.quantity-selector button{width:34px;height:34px;font-size:1.2rem}.quantity-selector span{min-width:28px;font-size:1rem}.add-to-cart-btn-luxury{height:44px;padding:0 1rem;font-size:.95rem}.quick-view-modal *{box-sizing:border-box;max-width:100vw}.modal-short-desc,.description-tab p,.ingredients-tab li,.benefits-list li{word-break:break-word}}
