.product-card{background-color:#fff;display:flex;flex-direction:column;position:relative;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 0 20px 0 rgba(0,0,0,.04)}.product-card__badges{display:flex;flex-direction:row;gap:2px;left:1.875rem;position:absolute;top:1.875rem;z-index:1}.product-card__badges-badge{font-size:.625rem;font-weight:500;line-height:.75rem;padding:.3125rem .5rem;width:-moz-fit-content;width:fit-content}.product-card__badges-badge--new{background-color:#4b4f54;color:#fff}.product-card__badges-badge--shipment{background-color:#e3e3e3;color:#4b4f54}.product-card__image{padding:3.125rem 5.625rem}.product-card__image-container{height:100%;overflow:hidden;width:100%}.product-card__image-image{height:100%;-o-object-fit:cover;object-fit:cover;transition:scale .3s ease-out;width:100%}.product-card__content{display:flex;flex-direction:column;gap:1.125rem;padding:0 3.125rem 3.125rem}.product-card__title{font-size:1.5rem;font-weight:600;line-height:30px}.product-card__text{display:flex;flex-direction:row;gap:1rem;justify-content:space-between}.product-card__attributes{display:flex;flex-direction:column;gap:17px}.product-card__attributes-colors,.product-card__attributes-size{font-size:.875rem;font-weight:500;line-height:1rem}