.card-product-small{display:grid;grid-template-columns:6.25em 1fr;gap:2em;border-top:1px solid var(--color-grey-2);padding:2em 0}@media (max-width:768px){.card-product-small{gap:1em}}.card-product-small:last-child{border-bottom:1px solid var(--color-grey-2)}.card-product-small__title span{font-weight:600}.card-product-small__title a{text-decoration:none}.card-product-small__media img{position:relative;opacity:1;transition-property:opacity;transition-duration:.25s;transition-timing-function:linear;border:1px solid var(--color-grey-1)}.card-product-small__media img.preload{opacity:0}.card-product-small__content{display:flex;align-items:center}.card-product-small__content__inner{display:flex;flex-direction:column;gap:1em;min-width:100%}.card-product-small__meta{display:flex;gap:.5em;align-items:center}.card-product-small__meta a{display:block;width:1em;height:1em;border-radius:50%;border:1px solid var(--color-grey-3)}.card-product-small__meta span{display:block;line-height:1;font-size:.625em}.card-product-small__price{display:flex;align-items:center;justify-content:space-between}.card-product-small__price .price{display:flex;gap:.75em}.card-product-small__price span{font-size:.75em}.card-product-small__price span[itemprop=price]{font-weight:600}.card-product-small__price button{width:1.25em;height:1.25em}.card-product-small__price button.added svg circle,.card-product-small__price button.added svg line,.card-product-small__price button.added svg path,.card-product-small__price button.added svg polygon{fill:var(--color-black)}.card-product-small__price button span{display:none}.card-product-small__price button svg{width:1.25em;height:auto}.card-product-small__price button svg circle,.card-product-small__price button svg line,.card-product-small__price button svg path,.card-product-small__price button svg polygon{fill:none;stroke:var(--color-black);stroke-width:1;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.card-product-small__actions{display:flex;gap:.75em}