@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&family=Readex+Pro:wght@400;600);.card-product{display:block;position:relative;text-decoration:none;background:#fff;transition:.2s cubic-bezier(.22,1,.36,1)}.card-product:hover .card-product__title{color:#fff}.card-product:hover .card-product__title-compact{color:#fff}.card-product:hover .card-product__bottom{background:#855200}.card-product:hover .card-product__subtitle{color:#fff}.card-product:hover .card-product__figure-image{transform:scale(1.03)}.card-product:hover .card-product__footer-text{color:#fff;opacity:.7}.card-product__labels{z-index:1;position:absolute;right:4px;left:4px;top:4px;justify-content:flex-end;flex-wrap:wrap}.card-product__label{margin:4px}.card-product__label.label--mr-auto{margin-right:auto}.card-product__inner{height:100%;display:flex;flex-direction:column;justify-content:space-between}.card-product__top{position:relative;margin-top:auto;margin-bottom:auto;min-height:200px}.card-product__bottom{transition:.2s cubic-bezier(.22,1,.36,1);padding:16px}.card-product__figure{display:block;margin:0;padding:0;overflow:hidden}.card-product__figure-image{display:block;width:100%;height:auto;transition:.2s cubic-bezier(.22,1,.36,1)}.card-product__title{color:#120b00}.card-product__title-compact{color:#120b00;font-weight:600;font-size:.9375rem;line-height:1.25rem;letter-spacing:-.01em}.card-product__subtitle{color:#dd8900;text-transform:uppercase;margin-bottom:8px}.card-product--compact .card-product__subtitle{margin-bottom:4px}.card-product__footer-text{letter-spacing:-.01em;font-size:.75rem;line-height:1.25rem;color:#a09d99}