.product-visuals { min-width: 0; }
.product-gallery { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; margin-top: 12px; }
.product-gallery-thumb { aspect-ratio: 1; padding: 5px; border: 1px solid #d8dddf; background: #fff; cursor: pointer; transition: border-color .2s ease, transform .2s ease; }
.product-gallery-thumb:hover, .product-gallery-thumb.active { border-color: #db3b2e; transform: translateY(-2px); }
.product-gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.security-check { display: grid !important; grid-template-columns: 1fr 130px; align-items: center; gap: 16px; padding: 15px; border: 1px solid #d9dee0; background: #f5f7f7; }
.security-check span { display: flex; align-items: center; gap: 9px; font-weight: 700; }
.security-check span svg { width: 20px; color: #258965; }
.security-check input { margin: 0 !important; }
.quote-validation { padding: 12px 14px; border-left: 3px solid #c93227; background: #fff1ef; color: #9d251d; font-weight: 700; }
@media (max-width: 600px) { .product-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); } .security-check { grid-template-columns: 1fr; } }
