.product-card{background-color:#fff;display:flex;flex-direction:column;height:100%;position:relative;transition:transform .3s ease-out,box-shadow .3s ease-out}.product-card:hover{box-shadow:0 0 20px 0 rgba(0,0,0,.04)}.product-card:hover .product-card__image{transform:scale(1.05)}.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__icons{bottom:1.375rem;display:flex;flex-direction:row;left:3.125rem;position:absolute}.product-card__icons-item{align-items:center;background-color:#fff;border:1px solid #e3e3e3;border-radius:100%;display:flex;height:3.125rem;justify-content:center;width:3.125rem}.product-card__icons-item:not(:first-child){margin-left:-.5rem}.product-card__icons-icon{height:1.5rem!important;width:1.5rem!important}.product-card__image{padding:3.125rem 5.625rem;position:relative;transform:scale(1);transition:transform .3s ease-out}@media only screen and (max-width:1399px){.product-card__image{padding:3.125rem 4rem}}@media only screen and (max-width:767px){.product-card__image{padding:3.125rem 2.5rem 2.5rem}}.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;margin-top:auto;padding:0 3.125rem 3.125rem}@media only screen and (max-width:1399px){.product-card__content{padding:0 2.5rem 2.5rem}}@media only screen and (max-width:767px){.product-card__content{padding:0 1rem 1rem}}.product-card__title{font-size:1.5rem;font-weight:600;line-height:1.875rem}@media only screen and (max-width:1199px){.product-card__title{font-size:1.2rem;line-height:1.5rem}}.product-card__text{display:flex;flex-direction:row;gap:2rem;justify-content:space-between}@media only screen and (max-width:767px){.product-card__text{flex-direction:column;gap:1.9rem}}.product-card__attributes{display:flex;flex-direction:column;gap:1rem}@media only screen and (max-width:767px){.product-card__attributes{gap:.6rem}}.product-card__attributes-colors,.product-card__attributes-size{font-size:.875rem;font-weight:500;line-height:1rem}.product-card__attributes-colors{align-items:center;display:flex;flex-direction:row;gap:4px}.product-card__attributes-color{border:1px solid #4b4f54;border-radius:100%;height:16px;width:16px}.product-card__attributes-color:first-child{margin-left:15px}