/* Product Page V2 */
.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}
.pdv2-breadcrumb a{color:#2563eb;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:1px solid #e2e8f0;border-radius:28px;box-shadow:0 14px 38px rgba(15,23,42,.07)}
.pdv2-gallery{padding:22px}
.pdv2-main-image{height:560px;background:#f8fafc;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:92px;border:2px solid #e2e8f0;background:#fff;border-radius:16px;cursor:pointer;padding:5px;overflow:hidden}
.pdv2-thumbs button.active{border-color:#2563eb}
.pdv2-thumbs img{width:100%;height:100%;object-fit:contain}
.pdv2-info{padding:30px}
.pdv2-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}
.pdv2-badges span{background:#eff6ff;color:#2563eb;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.pdv2-badges span.sale{background:#fee2e2;color:#ef4444}
.pdv2-info h1{font-size:38px;line-height:1.1;margin:0 0 14px;color:#0f172a}
.pdv2-short{font-size:17px;line-height:1.65;color:#64748b;margin:0 0 20px}
.pdv2-price{display:flex;align-items:center;gap:12px;margin:20px 0}
.pdv2-price strong{font-size:34px;color:#0f172a}
.pdv2-price del{font-size:18px;color:#94a3b8}
.pdv2-stock{display:inline-block;border-radius:999px;padding:8px 13px;font-weight:800;margin-bottom:12px}
.pdv2-stock.in{background:#dcfce7;color:#166534}
.pdv2-stock.out{background:#fee2e2;color:#991b1b}
.pdv2-sku{margin:8px 0 20px;color:#64748b}
.pdv2-cart label{display:block;font-weight:800;margin:18px 0 8px}
.pdv2-qty{display:flex;width:160px;border:1px solid #cbd5e1;border-radius:14px;overflow:hidden}
.pdv2-qty button,.pdv2-qty input{height:46px;border:0;background:white;text-align:center;font-weight:800}
.pdv2-qty button{width:46px;cursor:pointer;font-size:20px;background:#f8fafc}
.pdv2-qty input{width:68px}
.pdv2-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.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}
.pdv2-btn.primary{background:#2563eb;color:white;box-shadow:0 12px 28px rgba(37,99,235,.25)}
.pdv2-btn.whatsapp{background:#22c55e;color:white}
.pdv2-btn:disabled{background:#94a3b8;cursor:not-allowed;box-shadow:none}
.pdv2-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}
.pdv2-trust div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:15px}
.pdv2-trust b{display:block;color:#0f172a;margin-bottom:4px}
.pdv2-trust span{font-size:13px;color:#64748b}
.pdv2-details{margin-top:34px;padding:28px}
.pdv2-tabs{display:flex;gap:10px;flex-wrap:wrap;border-bottom:1px solid #e2e8f0;padding-bottom:14px;margin-bottom:20px}
.pdv2-tabs button{border:0;border-radius:999px;padding:10px 16px;font-weight:800;background:#f1f5f9;color:#334155;cursor:pointer}
.pdv2-tabs button.active{background:#2563eb;color:white}
.pdv2-tab-content{display:none}
.pdv2-tab-content.active{display:block}
.pdv2-tab-content h2{margin:0 0 14px;font-size:26px}
.pdv2-description,.pdv2-tab-content p{font-size:16px;line-height:1.8;color:#334155}
.pdv2-related{margin-top:34px;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}
.pdv2-section-head a{color:#2563eb;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:1px solid #e2e8f0;border-radius:24px;padding:32px;margin:40px 0}
@media(max-width:980px){.pdv2-main{grid-template-columns:1fr}.pdv2-main-image{height:460px}.pdv2-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.pdv2-wrap{padding:18px 12px 50px}.pdv2-main-image{height:360px}.pdv2-info h1{font-size:30px}.pdv2-price strong{font-size:28px}.pdv2-buttons{grid-template-columns:1fr}.pdv2-trust{grid-template-columns:1fr}.pdv2-thumbs{grid-template-columns:repeat(4,1fr)}.pdv2-product-grid{grid-template-columns:1fr}}
