
/* Ensure Woo gallery is visible */
.woocommerce-product-gallery { opacity: 1 !important; visibility: visible !important; }
.woocommerce-product-gallery__wrapper { min-height: 200px; }
.woocommerce-product-gallery .woocommerce-product-gallery__image img { width:100%; height:auto; display:block; }

/* OraHerb dark layout */
.single-product .product { display:grid; grid-template-columns:1fr 1fr; gap:38px; align-items:start; }
.single-product .woocommerce-product-gallery { position:sticky; top:96px; border:1px solid rgba(255,255,255,.08); background:#0b1224; border-radius:12px; padding:10px; }
.single-product .product_title { font-size:32px; font-weight:800; color:#a7f3d0; margin:0 0 8px; }
.single-product p.price, .single-product span.price { font-size:28px; font-weight:800; color:#fef3c7; margin:4px 0 10px; }
.single-product .woocommerce-product-details__short-description { color:#cbd5e1; font-size:15px; margin-bottom:16px; }
.single-product form.cart{ display:flex; gap:12px; align-items:center; }
.single-product .quantity .qty { max-width:90px; padding:10px 12px; border-radius:10px; border:1px solid rgba(255,255,255,.15); background:#0b1224; color:#e5e7eb; }
.single-product .single_add_to_cart_button { background:#ffd166; color:#111827; border:0; border-radius:10px; padding:12px 18px; font-weight:800; cursor:pointer; }
.single-product .woocommerce-tabs { margin-top:24px; }
.single-product .woocommerce-tabs ul.tabs { border-bottom:1px solid rgba(255,255,255,.08); display:flex; gap:18px; }
.single-product .woocommerce-tabs ul.tabs li { list-style:none; }
.single-product .woocommerce-tabs ul.tabs li a { color:#facc15; padding:10px 0; font-weight:800; }
.single-product .woocommerce-Tabs-panel { padding:16px 0; color:#e5e7eb; }
.oh-container{ max-width:1200px; margin:0 auto; padding:0 20px; }
.oh-sticky { position:fixed; left:0; right:0; bottom:0; background:#0b1224; color:#e5e7eb; box-shadow:0 -10px 30px rgba(0,0,0,.25); padding:10px 0; z-index:9999; }
.oh-sticky-row { display:flex; justify-content:space-between; align-items:center; gap:16px; }
.oh-sticky .price { color:#facc15; font-weight:800; margin-left:8px; }
.oh-sticky .button { background:#ffd166; color:#111827; font-weight:800; border-radius:999px; padding:10px 16px; }
@media (max-width: 900px){ .single-product .product { grid-template-columns:1fr; } .oh-sticky .left { display:none; } }
