.brand{display:flex;align-items:center;gap:11px}
.brand-mark{display:block;width:47px;height:47px;object-fit:contain;mix-blend-mode:multiply}
.brand-text{display:flex;flex-direction:column;gap:3px;color:#315f41;line-height:1}
.brand-text strong{font:700 20px Manrope,"Noto Sans SC",sans-serif;letter-spacing:-.055em}
.brand-text small{font:700 8px "DM Mono",monospace;letter-spacing:.14em;color:#67776b}
.product-image.photo{background:#243c31}
.product-image.photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.product:hover .product-image.photo img{transform:scale(1.045)}
.product-image.photo>span{z-index:1;background:#17201bd1;padding:5px 7px}
@media(max-width:800px){.brand-mark{width:42px;height:42px}.brand-text strong{font-size:18px}}
@media(max-width:390px){.brand-mark{width:37px;height:37px}.brand-text strong{font-size:15px}.brand-text small{font-size:7px}}
