.product-card{display:flex;flex-direction:column;gap:12px;height:auto}.product-card__image{background-color:#f8f8f8;flex:1;position:relative;border-radius:12px;overflow:hidden}.product-card__image>img{width:100%;height:100%;object-fit:cover}.product-card__starts{position:absolute;top:10px;left:10px}.product-card__starts .oke-stars{width:15px;overflow:hidden}.product-card__content{display:grid;gap:8px}.product-card__content>h3{font-size:14px;font-weight:500;line-height:1}.product-card__price{font-size:14px;font-weight:400;line-height:1}.product-card__info{grid-row:2;color:#535862;font-size:12px;font-weight:400;line-height:1}.product-card>button{display:flex;justify-content:center;align-items:center;width:100%;min-height:30px;padding:0 10px;border-radius:100px;border:1px solid #181D27;font-size:14px;font-weight:500;line-height:1;letter-spacing:1px;cursor:pointer}@media(min-width:768px){.product-card__starts{top:15px;left:15px}.product-card__starts .oke-stars{width:fit-content;overflow:auto}.product-card__content{grid-template-columns:repeat(2,auto)}.product-card__content>h3{font-size:18px}.product-card__price{font-size:18px;place-self:end}.product-card__info{font-size:16px;grid-column:1 / 3}.product-card>button{min-height:35px;font-size:20px}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/component-product-card.css.map */
