.product-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:20px}@media (min-width: 992px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1400px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:#fff;border-radius:10px;box-shadow:0 6px 18px #00000014;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 14px 36px #0000001f}.product-image img{max-height:150px;width:100%;object-fit:contain}.product-card .card-body{padding:12px;text-align:center;display:flex;flex-direction:column}.product-title{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:6px}.rating{display:flex;justify-content:center;gap:3px;font-size:12px;color:#f59e0b;margin-bottom:6px}.price{font-size:16px;font-weight:700;color:#b45309}.price-wrap{margin-bottom:6px}.mrp{font-size:12px;color:#9ca3af;text-decoration:line-through}.stock-info{font-size:12px;margin-bottom:4px}.stock-low{color:#dc2626;font-weight:600}.product-card form{display:flex;justify-content:center}.benefits{font-size:11px;color:#059669;margin-top:6px}.trust-line{font-size:11px;color:#92400e;margin-top:6px;font-weight:600}.pd-breadcrumb-strip{background:#fdf5f0;border-bottom:1px solid #f0e0d8;padding:10px 0}.pd-breadcrumb{font-size:.85rem;color:#888;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pd-breadcrumb a{color:#a3181b;text-decoration:none;font-weight:500}.pd-breadcrumb a:hover{text-decoration:underline}.pd-breadcrumb span{color:#bbb}.pd-img-wrap{position:sticky;top:80px}.pd-main-img{background:#f8f9fa;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:20px;border:1px solid #eee;min-height:360px}.pd-main-img img{max-height:380px;width:100%;object-fit:contain;transition:transform .3s ease}.pd-main-img:hover img{transform:scale(1.03)}.pd-thumbs{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.pd-thumb{width:72px;height:72px;object-fit:cover;border-radius:10px;border:2px solid #e0e0e0;cursor:pointer;transition:border-color .2s,transform .2s}.pd-thumb:hover{border-color:#e65100;transform:translateY(-2px)}.pd-thumb.active{border-color:#a3181b;box-shadow:0 2px 8px #a3181b40}.pd-info-panel{padding-bottom:24px}.pd-brand{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#e65100,#a3181b);padding:4px 12px;border-radius:999px;margin-bottom:12px}.pd-name{font-size:1.45rem;font-weight:800;color:#111;line-height:1.3;margin-bottom:10px}.pd-rating{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}.pd-rating-badge{background:#16a34a;color:#fff;font-size:.82rem;font-weight:700;padding:3px 10px;border-radius:6px}.pd-rating-count{font-size:.85rem;color:#666}.pd-rating-divider{color:#ddd}.pd-verified{font-size:.82rem;color:#a3181b;font-weight:600}.pd-divider{border:none;border-top:1px solid #eee;margin:14px 0}.pd-price-block{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:2px}.pd-price{font-size:2rem;font-weight:800;color:#111;line-height:1}.pd-mrp{font-size:1rem;color:#999;text-decoration:line-through}.pd-discount{font-size:.9rem;font-weight:700;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;padding:2px 8px;border-radius:6px}.pd-incl-tax{font-size:.78rem;color:#aaa;margin-bottom:0}.pd-section{margin:18px 0}.pd-label{font-size:.82rem;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.pd-variant-chips{display:flex;flex-wrap:wrap;gap:10px}.pd-variant-chip{padding:8px 18px;border:1.5px solid #ddd;border-radius:999px;background:#fff;color:#333;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 4px #0000000a}.pd-variant-chip:hover{border-color:#e65100;background:#fff8f5;transform:translateY(-1px)}.pd-variant-chip.active{background:linear-gradient(135deg,#e65100,#a3181b);border-color:#e65100;color:#fff;font-weight:700;box-shadow:0 4px 12px #a3181b4d;transform:translateY(-1px)}.pd-pincode-row{display:flex;gap:10px;align-items:center}.pd-pincode-input{flex:1;max-width:200px;padding:9px 14px;border:1.5px solid #ddd;border-radius:8px;font-size:.9rem;outline:none;transition:border-color .2s}.pd-pincode-input:focus{border-color:#a3181b}.pd-pincode-btn{padding:9px 20px;background:transparent;border:1.5px solid #a3181b;color:#a3181b;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.pd-pincode-btn:hover{background:linear-gradient(135deg,#e65100,#a3181b);color:#fff;border-color:#e65100}.pd-delivery-result{font-size:.88rem;line-height:1.7}.pd-purchase-row{display:flex;gap:14px;align-items:center;margin:20px 0 24px;flex-wrap:wrap}.pd-qty-stepper{display:flex;align-items:center;background:#f5f5f5;border-radius:999px;padding:4px 8px;flex-shrink:0;height:50px;border:1.5px solid #e8e8e8}.pd-qty-btn{width:40px;height:40px;border:none;background:transparent;color:#444;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.pd-qty-btn:hover{background:#00000012}.pd-qty-input{width:48px;text-align:center;background:transparent;border:none;font-size:1.1rem;font-weight:700;-moz-appearance:textfield}.pd-qty-input::-webkit-inner-spin-button,.pd-qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.pd-add-cart-btn{flex:1;min-width:200px;height:50px;background:linear-gradient(135deg,#e65100,#a3181b);color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:700;letter-spacing:.03em;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 16px #a3181b4d}.pd-add-cart-btn:hover{background:linear-gradient(135deg,#bf4300,#8a1417);transform:translateY(-2px);box-shadow:0 8px 24px #a3181b66}.pd-add-cart-btn:active{transform:translateY(0)}.pd-add-cart-btn.out-of-stock,.pd-add-cart-btn:disabled{background:#ccc;cursor:not-allowed;box-shadow:none;transform:none}.pd-trust-strip{display:flex;gap:8px;flex-wrap:wrap;padding:14px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.pd-trust-item{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;min-width:70px;text-align:center;padding:10px 6px;border-radius:10px;background:#fdf5f0}.pd-trust-item i{font-size:1.3rem;color:#a3181b}.pd-trust-item span{font-size:.72rem;font-weight:600;color:#555;white-space:nowrap}.pd-tabs-section{border-top:2px solid #f0f0f0;padding-top:32px}.pd-tabs{display:flex;gap:4px;border-bottom:2px solid #eee;margin-bottom:0}.pd-tab-btn{padding:10px 20px;border:none;border-bottom:3px solid transparent;background:transparent;color:#666;font-size:.9rem;font-weight:600;cursor:pointer;border-radius:0;transition:color .2s,border-color .2s;position:relative;bottom:-2px;display:flex;align-items:center;gap:6px}.pd-tab-btn:hover{color:#a3181b}.pd-tab-btn.active{color:#a3181b;border-bottom-color:#a3181b}.pd-tab-badge{background:#a3181b;color:#fff;border-radius:999px;font-size:.72rem;font-weight:700;padding:2px 7px;line-height:1}.pd-tab-content{padding:28px 0}.pd-description{line-height:1.85;font-size:1rem;color:#444;max-width:760px}.pd-quote{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#fff8f0,#fdf0f0);border-left:4px solid #e65100;border-radius:0 8px 8px 0;font-style:italic;color:#a3181b;font-weight:600}.pd-spec-rows{display:flex;flex-direction:column;border:1px solid #eee;border-radius:12px;overflow:hidden}.pd-spec-row{display:flex;gap:12px;padding:12px 18px;border-bottom:1px solid #f5f5f5}.pd-spec-row:last-child{border-bottom:none}.pd-spec-row:nth-child(2n){background:#fdf5f0}.pd-spec-key{font-weight:700;color:#5c2018;min-width:150px;flex-shrink:0;font-size:.9rem}.pd-spec-val{color:#333;flex:1;font-size:.9rem;font-weight:500}.pd-review-summary{display:flex;align-items:center;gap:20px;padding:16px 20px;background:linear-gradient(135deg,#fff8f0,#fdf0f0);border-radius:12px;margin-bottom:20px;border:1px solid #f5d0c0}.pd-review-score{display:flex;flex-direction:column;align-items:center;gap:4px}.pd-review-big{font-size:2.5rem;font-weight:800;color:#a3181b;line-height:1}.pd-reviews-list{display:flex;flex-direction:column;gap:0}.pd-review-item{padding:16px 0;border-bottom:1px solid #f0f0f0}.pd-review-item:last-child{border-bottom:none}.pd-reviewer{font-size:.9rem;color:#333}.pd-review-text{font-size:.92rem;color:#555;line-height:1.6}.pd-write-review{padding:20px;background:#fdf5f0;border-radius:12px;border:1px solid #f0ddd5}.pd-related-head{display:flex;align-items:center;gap:12px;margin-bottom:4px;padding-bottom:12px;border-bottom:2px solid #f0f0f0}.pd-related-card{display:block;text-decoration:none;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #eee;transition:transform .2s,box-shadow .2s}.pd-related-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.pd-related-img{background:#f8f9fa;display:flex;align-items:center;justify-content:center;min-height:150px}.pd-related-img img{width:100%;height:150px;object-fit:contain;padding:10px}.pd-related-body{padding:12px}.pd-related-name{font-size:.85rem;font-weight:600;color:#222;margin-bottom:4px;line-height:1.4}.pd-related-price{font-size:.9rem;font-weight:700;color:#a3181b;margin:0}@media (max-width: 767px){.pd-img-wrap{position:static}.pd-name{font-size:1.2rem}.pd-price{font-size:1.6rem}.pd-purchase-row{flex-direction:column}.pd-add-cart-btn{width:100%;min-width:unset}.pd-qty-stepper{width:100%;justify-content:center}.pd-trust-item{min-width:60px}.pd-tab-btn{padding:8px 12px;font-size:.82rem}.pd-spec-key{min-width:110px}}
