.dm-product-seller { display: flex; flex-wrap: wrap; gap: 3px 5px; margin: 0 0 12px; font-size: 13px; line-height: 1.5; color: #596974; }
.dm-product-seller a { color: var(--primary-color, #3279df); font-weight: 600; overflow-wrap: anywhere; }
.dm-product-seller a:hover { text-decoration: underline; }
.product-details .dm-product-seller { font-size: 15px; margin-bottom: 22px; }
.dm-products { padding: 64px 0; background: #fff; color: #172e38; letter-spacing: 0; }
.dm-products *, .dm-products *::before, .dm-products *::after { box-sizing: border-box; }
.dm-products__header { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 28px; }
.dm-products__header > div { min-width: 0; }
.dm-products .dm-products__eyebrow { display: flex; gap: 10px; align-items: center; margin-bottom: 12px; font-size: 11px; font-weight: 600; color: #506c73; }
.dm-products__eyebrow::before { content: ''; width: 24px; height: 2px; background: #2c9aa3; flex-shrink: 0; }
.dm-products .dm-products__header h2 { font: inherit; font-size: 34px; line-height: 1.2; font-weight: 600; margin: 0; color: #172e38; overflow-wrap: anywhere; }
.dm-products .dm-products__header p { margin: 12px 0 0; color: #596974; line-height: 1.6; font-size: 15px; max-width: 640px; }
.dm-products .dm-products__view-all { display: inline-flex; align-items: center; gap: 10px; color: var(--primary-color, #3279df); font-size: 14px; font-weight: 600; flex-shrink: 0; padding-bottom: 5px; border-bottom: 1px solid #c6d7e5; }
.dm-products svg { width: 20px; height: 20px; flex-shrink: 0; }
.dm-products__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.dm-product { position: relative; min-width: 0; border: 1px solid #dce5e9; border-radius: 8px; background: #fff; display: flex; flex-direction: column; overflow: hidden; transition: border-color .2s; }
.dm-product:hover { border-color: #87aebe; }
.dm-products .dm-product__image { display: block; position: relative; aspect-ratio: 4 / 3; background: #f4f7f8; }
.dm-products .dm-product__image img { position: absolute; inset: 18px; display: block; width: calc(100% - 36px); height: calc(100% - 36px); object-fit: contain; margin: 0; }
.dm-products .dm-product__wishlist { position: absolute; right: 10px; top: 10px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #fff; color: #365463; border: 1px solid #dce5e9; }
.dm-product__body { padding: 20px; display: flex; flex-direction: column; flex: 1; min-width: 0; }
.dm-products .dm-product__category { color: #657880; font-size: 11px; font-weight: 600; text-transform: uppercase; line-height: 1.5; margin-bottom: 7px; overflow-wrap: anywhere; }
.dm-products .dm-product__name { margin: 0 0 10px; font: inherit; font-size: 16px; font-weight: 600; line-height: 1.5; min-height: 48px; }
.dm-products .dm-product__name a { color: #172e38; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: anywhere; }
.dm-products .dm-product__rating { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #657880; margin-bottom: 12px; }
.dm-products .dm-product__rating .product-rate { display: inline-block; flex-shrink: 0; }
.dm-product__purchase { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 8px; margin-top: auto; padding-top: 12px; }
.dm-products .dm-product__price { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.dm-products .dm-product__price .box-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; margin: 0; }
.dm-products .dm-product__price .price { font-size: 19px; line-height: 1.4; font-weight: 700; color: var(--primary-color, #3279df); margin: 0; }
.dm-products .dm-product__price .price-old { font-size: 12px; line-height: 1.4; text-decoration: line-through; color: #78868e; }
.dm-products .dm-product__action { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 12px; min-height: 42px; max-width: 100%; border-radius: 6px; color: #fff; background: var(--primary-color, #3279df); font-size: 13px; font-weight: 600; line-height: 1.5; }
.dm-products .dm-product__action:hover { filter: brightness(.92); }
.dm-products .dm-product__unavailable { color: #68777f; font-size: 12px; padding: 10px 0; }
.dm-products a:focus-visible { outline: 3px solid #169cc2; outline-offset: 3px; }
@media (max-width: 1199px) { .dm-products__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; } }
@media (max-width: 991px) { .dm-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575px) {
    .dm-products { padding: 40px 0; }
    .dm-products__header { align-items: flex-start; flex-direction: column; gap: 16px; }
    .dm-products .dm-products__header h2 { font-size: 28px; }
    .dm-products__grid { gap: 12px; }
    .dm-product__body { padding: 12px; }
    .dm-products .dm-product__image img { inset: 12px; width: calc(100% - 24px); height: calc(100% - 24px); }
    .dm-products .dm-product__name { font-size: 14px; min-height: 42px; }
    .dm-products .dm-product__price .price { font-size: 16px; }
    .dm-products .dm-product__action { width: 100%; }
    .dm-products .dm-product-seller { font-size: 12px; }
    .dm-products .dm-products__view-all { flex-shrink: 1; overflow-wrap: anywhere; }
}
@media (max-width: 359px) { .dm-products__grid { grid-template-columns: minmax(0, 1fr); } }
@media (prefers-reduced-motion: reduce) { .dm-product { transition: none; } }
