.c-product-card{position:relative;display:flex;flex-direction:column;height:100%}.c-product-card-wrap{width:100%;height:100%}@media (min-width:1024px){.c-product-card-wrap{border-radius:4px;overflow:hidden}}.c-product-card__media{position:relative;overflow:hidden;background-color:#ccc;margin-bottom:8px}@media (min-width:1024px){.c-product-card__media{margin-bottom:0}}.c-product-card__image-wrap{display:flex;aspect-ratio:16/10;transition:transform .5s ease}.c-product-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-product-card__content{flex-grow:1;display:flex;flex-direction:column}@media (min-width:1024px){.c-product-card__content{background-color:#4a4a4a;color:#fff;padding:20px}}.c-product-card__type{background-color:#1fc6ff;color:#fff;font-size:10px;font-weight:700;line-height:1;display:flex;padding:7px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:absolute;right:0;top:0}@media (min-width:1024px){.c-product-card__type{position:relative;margin-bottom:8px;padding:8px 12px;border-radius:2px}}.c-product-card__title-wrap{flex-grow:1;margin-bottom:8px}@media (min-width:1024px){.c-product-card__title-wrap{margin-bottom:20px}}.c-product-card__title{font-size:15px;line-height:1.25;margin-bottom:0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media (min-width:768px){.c-product-card__title{font-size:18px;font-weight:700;line-height:1.4}}.c-product-card__title-link{display:block;border-bottom:1px solid transparent;transition:border-bottom .5 ease-in-out;color:#000}@media (min-width:1024px){.c-product-card__title-link{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#fff}}.c-product-card__meta{display:flex;flex-direction:column;row-gap:10px}.c-product-card__price{font-size:10px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:space-between}@media (min-width:768px){.c-product-card__price{font-size:14px}}.c-product-card__price .label{color:#00ceff}.c-product-card:active .c-product-card__image-wrap,.c-product-card:focus .c-product-card__image-wrap,.c-product-card:hover .c-product-card__image-wrap{transform:scale(1.01)}@supports (-ms-ime-align:auto){.c-product-card:active .c-product-card__image-wrap,.c-product-card:focus .c-product-card__image-wrap,.c-product-card:hover .c-product-card__image-wrap{transform:none}}.c-product-card:active .c-product-card__title-link,.c-product-card:focus .c-product-card__title-link,.c-product-card:hover .c-product-card__title-link{color:var(--color-text);text-decoration:underline}@media (min-width:1024px){.c-product-card:active .c-product-card__title-link,.c-product-card:focus .c-product-card__title-link,.c-product-card:hover .c-product-card__title-link{color:#fff}}
/*# sourceMappingURL=product-card.css.map */