.product-template{font-family:Inter,Arial,sans-serif}.product-header{display:grid;gap:12px}.product-header__brand{display:grid;grid-template-columns:86px minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px 20px;border:1px solid var(--industry-border);border-radius:14px;background:#fff}.product-header__logo{position:relative}.product-header__logo>img{display:block;width:78px;height:78px;border:1px solid var(--industry-border);border-radius:16px;object-fit:cover}.product-header__brand span{color:var(--industry-primary);font-size:11px;font-weight:900}.product-header__brand h1{margin:4px 0;color:var(--industry-heading);font-size:28px}.product-header__brand p{margin:0;color:#64748b;line-height:1.5}.product-header__actions{display:flex;gap:8px}.product-header__cover{position:relative;height:var(--industry-hero-desktop);min-height:280px;overflow:hidden;border-radius:14px;background:#111827}.product-header__cover>img{width:100%;height:100%;object-fit:cover}.product-header__cover:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,8,8,.82),rgba(170,22,22,.4),transparent 70%)}.product-header__promo{position:absolute;z-index:2;left:42px;top:50%;transform:translateY(-50%);display:grid;gap:7px;max-width:420px;color:#fff}.product-header__promo span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.product-header__promo strong{font-size:36px;line-height:1.15}.product-header__promo a{display:inline-flex;align-items:center;gap:8px;width:max-content;margin-top:8px;padding:11px 16px;border-radius:8px;background:var(--industry-primary);color:#fff;font-weight:900}.product-tabs{border-radius:8px}.product-category-strip{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.product-category-strip a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:102px;padding:10px;border:1px solid var(--industry-border);border-radius:10px;background:#fff;color:#172033;text-align:center}.product-category-strip i{font-size:24px;color:var(--industry-primary)}.product-category-strip span{display:grid;gap:2px}.product-category-strip strong{font-size:12px}.product-category-strip small{color:#94a3b8;font-size:10px}.product-showcase{padding:22px;border:1px solid var(--industry-border);border-radius:12px;background:#fff}.product-grid{display:grid;grid-template-columns:repeat(var(--industry-listing-desktop,4),minmax(0,1fr));gap:14px}.product-card{overflow:hidden;border:1px solid #ececf1;border-radius:10px;background:#fff;transition:.2s}.product-card:hover{box-shadow:0 12px 30px rgba(15,23,42,.08);transform:translateY(-2px)}.product-card .industry-template__listing-image{aspect-ratio:1/1}.product-card__badge{position:absolute;left:9px;top:9px;padding:5px 8px;border-radius:6px;background:var(--industry-primary);color:#fff;font-size:9px;font-weight:900;text-transform:uppercase}.product-card__body{display:grid;gap:7px;padding:12px}.product-card__body>small{color:#94a3b8;text-transform:uppercase;font-size:9px;font-weight:900}.product-card__rating{color:#f59e0b;font-size:11px}.product-card__rating span{color:#94a3b8}.product-card__foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.product-card__foot>a{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#fff1f0;color:var(--industry-primary)}.product-promo-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.product-promo-row article{display:flex;align-items:center;gap:13px;padding:17px;border:1px solid var(--industry-border);border-radius:10px;background:linear-gradient(135deg,#fff,#fff7f6)}.product-promo-row i{font-size:28px;color:var(--industry-primary)}.product-promo-row div{display:grid;gap:3px}.product-promo-row span{color:#64748b;font-size:11px}.product-two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.product-brands,.product-policies,.product-best-sellers,.product-faq{padding:20px}.product-brands>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.product-brands>div:last-child span{display:flex;align-items:center;gap:7px;padding:13px;border:1px solid var(--industry-border);border-radius:9px;color:#334155;font-weight:800}.product-brands i{color:var(--industry-primary)}.product-policies ul{display:grid;gap:10px;list-style:none;margin:0;padding:0}.product-policies li{display:flex;gap:9px}.product-policies li>i{color:var(--industry-primary)}.product-policies li span{display:grid}.product-policies li small{color:#64748b}.product-best-sellers__list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.product-best-sellers__list>a{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid var(--industry-border);border-radius:10px;color:#172033}.product-best-sellers__list img{width:72px;height:72px;border-radius:8px;object-fit:cover}.product-best-sellers__list span{display:grid;gap:5px}.product-best-sellers__list small{color:#64748b}.product-best-sellers__list b{color:var(--industry-primary)}.product-contact-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;border-radius:10px;background:#1f252d;color:#fff}.product-contact-bar>div:first-child{display:flex;align-items:center;gap:12px}.product-contact-bar>div:first-child>i{font-size:30px;color:var(--industry-primary)}.product-contact-bar span{display:grid}.product-contact-bar small{color:#aeb7c3}.product-contact-bar>div:last-child{display:flex;gap:8px}.product-contact-bar a{padding:10px 15px;border-radius:8px;background:var(--industry-primary);color:#fff;font-weight:900}
@media(max-width:1050px){.product-category-strip{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(var(--industry-listing-tablet,3),minmax(0,1fr))}}
@media(max-width:767px){.product-header__brand{grid-template-columns:66px minmax(0,1fr);padding:13px}.product-header__logo>img{width:62px;height:62px}.product-header__brand h1{font-size:21px}.product-header__brand p{display:none}.product-header__actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.product-header__cover{height:var(--industry-hero-mobile);min-height:220px}.product-header__promo{left:18px;right:18px}.product-header__promo strong{font-size:28px}.product-category-strip{display:flex;overflow:auto}.product-category-strip a{min-width:96px}.product-showcase{padding:13px}.product-grid{grid-template-columns:repeat(var(--industry-listing-mobile,2),minmax(0,1fr));gap:8px}.product-card__body{padding:9px}.product-promo-row{grid-template-columns:1fr}.product-two-col{grid-template-columns:1fr}.product-brands,.product-policies,.product-best-sellers,.product-faq{padding:14px}.product-brands>div:last-child{grid-template-columns:repeat(2,1fr)}.product-best-sellers__list{grid-template-columns:1fr}.product-best-sellers__list>a{grid-template-columns:58px minmax(0,1fr)}.product-best-sellers__list b{grid-column:2}.product-contact-bar{display:none}}
/* PATCH UX8 responsive audit */
@media(max-width:767px){.product-header__brand{align-items:start}.product-header__brand h1{line-height:1.18}.product-header__actions{grid-column:1/-1;width:100%}.product-header__actions a{flex:1}.product-category-strip{overflow-x:auto;display:flex;scroll-snap-type:x proximity;padding-bottom:4px}.product-category-strip>a{flex:0 0:min(42vw,170px);scroll-snap-align:start}.product-card__foot{align-items:flex-start}.product-contact-bar{gap:12px}}
