.single-product .wc-tabs{display:none}.section h2{font-size:1.8rem;margin-bottom:1.5rem;color:var(--heading-color);text-align:center;position:relative}.section h2::after{content:"";display:block;width:60px;height:3px;background:var(--primary-color);margin:.5rem auto 0;border-radius:2px}.ingredients{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.ingredient-card{background:var(--secondary-color);padding:1.5rem;border-radius:12px;box-shadow:0 2px 6px rgba(62,126,110,.5);transition:transform .2s ease}.ingredient-card:hover{transform:translateY(-5px)}.ingredient-card strong{display:block;font-size:1.1rem;color:var(--primary-color);margin-bottom:.5rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature{padding:1.5rem;border-left:4px solid var(--primary-color);background:rgba(62,126,110,.18);border-radius:10px}.feature strong{display:block;font-size:1.1rem;color:var(--heading-color);margin-bottom:.5rem}.how-to-use{padding:0;border-radius:12px}.how-to-use strong{font-size:1.2rem;display:block;margin-bottom:1rem;color:var(--primary-color)}.how-to-use ul{margin:0;padding-left:1.2rem}.how-to-use ul li{margin-bottom:.6rem;list-style:"✔ ";color:var(--heading-color)}@media (max-width:600px){.section h2{font-size:1.5rem}.ingredient-card,.feature{padding:1rem}}