/* Product Page V2 — Teal + Yellow Brand Theme */
.pdv2-wrap{max-width:1220px;margin:0 auto;padding:28px 18px 70px}
.pdv2-breadcrumb{display:flex;gap:9px;align-items:center;font-size:14px;color:#64748b;margin-bottom:22px;flex-wrap:wrap}
.pdv2-breadcrumb a{color:#00A98F;text-decoration:none;font-weight:700}
.pdv2-main{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:34px;align-items:start}
.pdv2-gallery,.pdv2-info,.pdv2-details,.pdv2-related{background:#fff;border:1.5px solid #d1ede8;border-radius:28px;box-shadow:0 14px 38px rgba(0,169,143,.08)}
.pdv2-gallery{padding:22px}
.pdv2-main-image{height:520px;background:#f0faf8;border-radius:22px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.pdv2-main-image img{width:100%;height:100%;object-fit:contain}
.pdv2-no-image{font-size:24px;color:#94a3b8;font-weight:800}
.pdv2-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:14px}
.pdv2-thumbs button{height:90px;border:2px solid #d1ede8;background:#fff;border-radius:14px;cursor:pointer;padding:5px;overflow:hidden;transition:.2s}
.pdv2-thumbs button.active,.pdv2-thumbs button:hover{border-color:#00A98F}
.pdv2-thumbs img{width:100%;height:100%;object-fit:contain}
.pdv2-info{padding:32px}
.pdv2-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}
.pdv2-badges span{background:#e0f7f3;color:#008f78;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.pdv2-badges span.sale{background:#fff7d6;color:#7a5f00;border:1.5px solid #FFE500}
.pdv2-info h1{font-size:36px;line-height:1.1;margin:0 0 14px;color:#0a2922}
.pdv2-short{font-size:17px;line-height:1.65;color:#64748b;margin:0 0 20px}
.pdv2-price{display:flex;align-items:center;gap:14px;margin:20px 0}
.pdv2-price strong{font-size:36px;color:#00A98F;font-weight:900}
.pdv2-price del{font-size:18px;color:#94a3b8}
.pdv2-stock{display:inline-block;border-radius:999px;padding:8px 14px;font-weight:800;margin-bottom:14px}
.pdv2-stock.in{background:#e0f7f3;color:#005a4a}
.pdv2-stock.out{background:#fee2e2;color:#991b1b}
.pdv2-sku{margin:8px 0 20px;color:#64748b;font-size:14px}
.pdv2-cart label{display:block;font-weight:800;margin:18px 0 8px;color:#0a2922}
.pdv2-qty{display:flex;width:160px;border:2px solid #d1ede8;border-radius:14px;overflow:hidden}
.pdv2-qty button,.pdv2-qty input{height:48px;border:0;background:white;text-align:center;font-weight:800}
.pdv2-qty button{width:48px;cursor:pointer;font-size:22px;background:#f0faf8;color:#00A98F}
.pdv2-qty button:hover{background:#e0f7f3}
.pdv2-qty input{width:68px;font-size:18px;color:#0a2922}
.pdv2-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}
.pdv2-btn{display:flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:15px 18px;font-weight:900;text-decoration:none;cursor:pointer;font-size:15px;transition:.2s}
.pdv2-btn:hover{transform:translateY(-2px)}
.pdv2-btn.primary{background:#FFE500;color:#0a2922;box-shadow:0 10px 24px rgba(255,229,0,.3)}
.pdv2-btn.primary:hover{background:#e6ce00}
.pdv2-btn.whatsapp{background:#25d366;color:white;box-shadow:0 10px 24px rgba(37,211,102,.25)}
.pdv2-btn:disabled{background:#94a3b8;cursor:not-allowed;box-shadow:none;transform:none}
.pdv2-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:26px}
.pdv2-trust div{background:#f0faf8;border:1.5px solid #d1ede8;border-radius:18px;padding:15px}
.pdv2-trust b{display:block;color:#0a2922;margin-bottom:4px;font-size:15px}
.pdv2-trust span{font-size:12px;color:#64748b}
.pdv2-details{margin-top:28px;padding:28px}
.pdv2-tabs{display:flex;gap:10px;flex-wrap:wrap;border-bottom:2px solid #d1ede8;padding-bottom:14px;margin-bottom:22px}
.pdv2-tabs button{border:0;border-radius:999px;padding:10px 18px;font-weight:800;background:#f0faf8;color:#334155;cursor:pointer;transition:.2s}
.pdv2-tabs button.active{background:#00A98F;color:white}
.pdv2-tabs button:hover:not(.active){background:#d1ede8}
.pdv2-tab-content{display:none}
.pdv2-tab-content.active{display:block}
.pdv2-tab-content h2{margin:0 0 16px;font-size:26px;color:#0a2922}
.pdv2-description,.pdv2-tab-content p{font-size:16px;line-height:1.8;color:#334155}
.pdv2-related{margin-top:28px;padding:28px}
.pdv2-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.pdv2-section-head h2{margin:0;font-size:28px;color:#0a2922}
.pdv2-section-head a{color:#00A98F;font-weight:800;text-decoration:none}
.pdv2-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.pdv2-empty{background:white;border:2px dashed #b2e8df;border-radius:24px;padding:32px;margin:40px 0;color:#64748b}

/* Tablet */
@media(max-width:980px){
  .pdv2-main{grid-template-columns:1fr}
  .pdv2-main-image{height:440px}
  .pdv2-product-grid{grid-template-columns:repeat(2,1fr)}
}

/* Mobile */
@media(max-width:640px){
  .pdv2-wrap{padding:12px 10px 90px}
  .pdv2-main{gap:14px}
  .pdv2-main-image{height:290px}
  .pdv2-gallery{padding:14px}
  .pdv2-info{padding:18px}
  .pdv2-info h1{font-size:22px}
  .pdv2-price strong{font-size:28px}
  .pdv2-buttons{grid-template-columns:1fr}
  .pdv2-trust{grid-template-columns:1fr 1fr}
  .pdv2-thumbs{grid-template-columns:repeat(4,1fr)}
  .pdv2-thumbs button{height:72px}
  .pdv2-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .pdv2-details,.pdv2-related{padding:16px;margin-top:14px;border-radius:20px}
  .pdv2-section-head h2{font-size:22px}
  .pdv2-breadcrumb{font-size:12px}
}
