.product-main,.pdp-related{background:#fff}.pdp-wrapper{max-width:1200px;margin:0 auto;padding:40px 24px;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"gallery info" "trust description";gap:32px;background:#fff}.pdp-gallery{grid-area:gallery;position:relative}.gallery-main img{width:100%;border-radius:16px;object-fit:contain;background:#f7f9fc}.gallery-thumbs{display:flex;gap:12px;margin-top:16px}.gallery-thumbs img{width:72px;height:72px;border-radius:8px;object-fit:cover;cursor:pointer;border:1px solid #e2e8f0}.pdp-main{display:flex;flex-direction:column;gap:14px}.product-attributes,.product-category{font-size:14px;color:#475569}.price-block{display:flex;align-items:center;gap:12px;margin:24px 0}.price{font-size:26px;font-weight:800;color:#0bb0d3}.mrp{font-size:16px;color:#94a3b8;text-decoration:line-through}.discount{font-size:13px;font-weight:700;color:#15803d;background:#dcfce7;padding:4px 8px;border-radius:6px}.inventory{font-size:14px;font-weight:600;margin:10px 0}.inventory.in-stock{color:#15803d}.inventory.out-of-stock{color:#b91c1c}.pdp-info{grid-area:info;margin-top:40px}.pdp-info h2{font-size:22px;margin-bottom:12px;color:#123a6f}.product-description{font-size:15px;line-height:1.7;color:#334155}.pdp-specs{margin-top:40px}.pdp-specs table{width:100%;border-collapse:collapse}.pdp-specs th,.pdp-specs td{padding:12px;border-bottom:1px solid #e2e8f0;font-size:14px;text-align:left}.pdp-specs th{color:#64748b;width:40%}.pdp-related{margin-top:60px}.related-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}.related-card img{width:100%;border-radius:12px;background:#f7f9fc}.related-card h4{font-size:14px;margin:8px 0 4px}.related-card span{font-size:14px;font-weight:700;color:#0bb0d3}.pdp-gallery{position:sticky;top:120px;max-width:520px}.gallery-main{width:100%;height:460px;background:#f7f9fc;border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.gallery-main img{max-width:100%;max-height:100%;object-fit:contain}.gallery-thumbs{display:flex;gap:12px;margin-top:16px;overflow-x:auto;padding-bottom:6px}.gallery-thumbs::-webkit-scrollbar{height:4px}.gallery-thumbs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.gallery-thumb{width:72px;height:72px;flex:0 0 auto;border-radius:8px;object-fit:cover;cursor:pointer;border:2px solid transparent}.gallery-thumb.active{border-color:#0bb0d3}.pdp-trust-specs{grid-area:trust}.pdp-trust{gap:5px;margin:32px 0;display:flex;align-items:center;justify-content:space-between}.pdp-trust-item{font-weight:600;font-size:14px;color:#123a6f;display:flex;align-items:center;gap:20px;padding:10px 10px 10px 1px;position:relative}.pdp-trust-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:24px;width:1px;background:#000}.pdp-specs{margin-top:60px}.pdp-section-title{font-size:22px;font-weight:700;color:var(--primary-blue);margin-bottom:20px}.specs-table{border:1px solid #e6eef3;border-radius:16px;overflow:hidden}.spec-row{display:grid;grid-template-columns:1fr 2fr;padding:14px 18px;border-bottom:1px solid #e6eef3;font-size:14px}.spec-row:last-child{border-bottom:none}.spec-row span:first-child{color:#64748b;font-weight:600}.spec-row span:last-child{color:#0f172a;font-weight:500}.pdp-related{margin-top:80px}.related-carousel-wrapper{position:relative}.related-carousel-track{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:10px}.related-carousel-track::-webkit-scrollbar{display:none}.related-carousel-track .product-card{min-width:240px;max-width:240px}.pdp-related .carousel-arrow{position:absolute;top:45%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;font-size:22px;cursor:pointer;z-index:2}.pdp-related .carousel-arrow.prev{left:-20px}.pdp-related .carousel-arrow.next{right:-20px}.product-card{height:100%;min-width:0;box-sizing:border-box;background:#f7f9fc;border-radius:16px;padding:14px;width:100%;max-width:240px;display:flex;flex-direction:column;box-shadow:10px 10px #ed727229;transition:border-color .2s ease,box-shadow .2s ease;flex:0 0 220px;scroll-snap-align:start}.product-card a{display:block;width:100%;text-decoration:none;color:inherit}.product-card a:hover{text-decoration:none;color:inherit}.product-card:hover{border-color:#0bb0d3;box-shadow:0 10px 28px #0bb0d31f;transform:translateY(-4px)}.product-card img{width:100%;height:180px;object-fit:contain;margin-bottom:12px}.product-card h4{font-size:14px;font-weight:600;margin-bottom:6px;color:var(--primary-blue)}.product-card .price{font-size:14px;font-weight:700;color:var(--accent-blue)}.product-image img{width:100%;height:180px;object-fit:contain}.product-title{font-size:28px;font-weight:700;color:#163a6b;margin:8px 0 4px;text-align:left}.product-sku{font-size:14px;color:#163a6b;margin-bottom:6px}.product-price{display:flex;gap:6px;align-items:center;margin-bottom:6px}.price-mrp{text-decoration:line-through;font-size:12px;color:#94a3b8}.price-sale{font-size:15px;font-weight:700;color:#0bb0d3}.price-discount{font-size:11px;font-weight:600;color:#16a34a}.product-stock{font-size:12px;margin-bottom:8px;color:#16a34a}.product-stock.low{color:#ea580c}.btn-add-cart{width:100%;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent-yellow);color:var(--primary-blue);font-size:16px;font-weight:600;letter-spacing:.5px;border:none;cursor:pointer;transition:all .25s ease}.btn-add-cart:hover{background:#ffd633;transform:translateY(-1px);box-shadow:0 8px 24px #f5c40059}.btn-add-cart:active{transform:translateY(0);box-shadow:0 4px 12px #f5c40040}.btn-add-cart:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}.btn-add-cart.outline{background:#fff;border:2px solid var(--accent-yellow);color:var(--primary-blue)}.btn-add-cart.outline:hover{background:var(--accent-yellow)}.btn-add-to-cart{width:100%;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent-yellow);color:var(--primary-blue);font-size:16px;font-weight:600;letter-spacing:.5px;border:none;cursor:pointer;transition:all .25s ease}.btn-add-to-cart:hover{background:#ffd633;transform:translateY(-1px);box-shadow:0 8px 24px #f5c40059}.btn-add-to-cart:active{transform:translateY(0);box-shadow:0 4px 12px #f5c40040}.btn-add-to-cart:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}.btn-add-to-cart.outline{background:#fff;border:2px solid var(--accent-yellow);color:var(--primary-blue)}.btn-add-to-cart.outline:hover{background:var(--accent-yellow)}.pdp-description{grid-area:description}.pdp-desc-features{display:flex;flex-direction:column;gap:24px}.pdp-section-title{font-size:16px;font-weight:600;margin-bottom:8px;color:#111}.pdp-description-content{font-size:14px;line-height:1.6;color:#444}.pdp-features-list{padding-left:18px;margin:0}.pdp-features-list li{font-size:14px;line-height:1.5;margin-bottom:6px;color:#333}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product.css.map */
