.product-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;height:100%;border-radius:8px;transition:box-shadow .3s;overflow:hidden}.product-card:hover{box-shadow:0 2px 3px #0000004d,0 4px 12px 4px #00000026}.product-card__badges{position:absolute;left:12px;top:12px;display:flex;flex-flow:row wrap;gap:6px;width:calc(100% - 24px)}.product-card__badge{padding:3px 10px;color:#6c7c5e;font-size:13px;font-weight:500;border:1px solid #6C7C5E;border-radius:4px}.product-card__badge--sale{color:#fff;background-color:#c74800;border-color:#c74800}.product-card__badge--bestseller{color:#000;border-color:#000}.product-card__cover{display:block;border-radius:8px;height:223px;overflow:hidden;background-color:#e9e9e9}.product-card__cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.product-card__header{display:flex;justify-content:space-between;align-items:flex-end;flex:1;padding:26px 12px 12px}.product-card__headings{display:flex;flex-direction:column;justify-content:space-between;margin-right:5px;height:100%;max-width:calc(100% - 50px)}.product-card__title{margin:0 0 10px}.product-card__brand{display:block;margin:-6px 0 14px}.product-card__price{display:block;margin:0 0 4px}.product-card__price--previous{display:block;font-size:14px}.product-card__cart{display:flex;align-items:center;justify-content:center;padding:0;flex:none;width:44px;height:44px;background-color:#000;border-color:#000;border-radius:8px}.product-card__cart--in{background-color:#6c7c5e;border-color:#6c7c5e}@media screen and (max-width: 600px){.product-card__cover{height:340px}}
