product-card{width:100%}product-card .product-container{display:flex;flex-direction:column;gap:15px;width:100%}product-card .product-details{display:flex;column-gap:clamp(24px,6vw,30px);row-gap:10px;align-items:center;flex-wrap:wrap}product-card .product-image{position:relative;display:flex;overflow:hidden}product-card .product-image img{object-fit:var(--image-object-fit)}product-card .product-image img:first-of-type{object-fit:cover}product-card .product-image--quick-add{position:absolute;bottom:0;left:50%;width:calc(100% - 40px);transform:translate(-50%,50%);background-color:#fff;text-align:center;text-decoration:none;z-index:1;text-transform:uppercase}product-card .product-image:hover .product-image--quick-add{transform:translate(-50%,-16px)}product-card .placeholder-svg{width:100%;height:100%;object-fit:cover}product-card .product-secondary-image{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}product-card .show-on-hover{background:#fff;visibility:hidden;opacity:0;transition:visibility .2s ease-in-out,opacity .2s ease-in-out,transform .2s ease-in-out}product-card .product-image:hover .show-on-hover{visibility:visible;opacity:1}product-card .animate-on-init{animation:fadeIn ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}product-card .product-badges--container{position:absolute;top:0;left:0;display:flex;gap:10px;z-index:1}product-card .product-badges--badge{height:32px;font-size:18px;line-height:normal;font-weight:500;font-family:var(--font-heading-family);border:1px solid black;background-color:#fff;padding:3px 8px;display:flex;align-items:center;justify-content:center;text-transform:uppercase}product-card .product-card-wrapper-link{text-decoration:none}
/*# sourceMappingURL=/cdn/shop/t/59/assets/component-product-card.css.map */
