.product-card.is-sold{cursor:default}.product-card.is-sold .product-card-sold-mask{z-index:10;pointer-events:none;background-color:#ffffffb3;width:100%;height:100%;position:absolute;top:0;left:0}.product-card.is-sold .product-card-sold-label{z-index:20;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-card.is-sold .product-card-sold-label span{color:#14264b;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;padding:.6rem 1rem;font-family:Roboto,sans-serif;font-size:1.2rem;font-weight:600}.product-card.is-sold .product-card-image{opacity:.8}.product-card{cursor:pointer;background-color:#fefefe;border:1px solid #d1d5db;min-width:0;max-width:100%;padding:.6rem;transition:all .2s;position:relative;overflow:hidden}.product-card:not(:nth-child(odd)){border-left:none}.product-card:not(:nth-child(-n+2)){border-top:none}@media (min-width:768px){.product-card{padding:1rem}.product-card:not(:nth-child(odd)){border-left:1px solid #d1d5db}.product-card:not(:nth-child(-n+2)){border-top:1px solid #d1d5db}.product-card:not(:nth-child(3n+1)){border-left:none}.product-card:not(:nth-child(-n+3)){border-top:none}}@media (min-width:1024px){.product-card:not(:nth-child(3n+1)){border-left:1px solid #d1d5db}.product-card:not(:nth-child(-n+3)){border-top:1px solid #d1d5db}.product-card:not(:nth-child(4n+1)){border-left:none}.product-card:not(:nth-child(-n+4)){border-top:none}}.product-card:hover{z-index:1}.product-card .product-card-image-wrapper{aspect-ratio:1;background-color:#fefefe;position:relative;overflow:hidden}.product-card .product-card-image-wrapper .product-card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card .product-card-info{flex-direction:column;justify-content:space-between;height:fit-content;padding-top:1rem;display:flex;position:relative}.product-card .product-card-info .product-card-info-top{flex-shrink:1;min-width:0;overflow:hidden}.product-card .product-card-info .product-card-wishlist{z-index:20;position:absolute;top:.6rem;right:.6rem}.product-card .product-card-info .product-card-wishlist-button{cursor:pointer;background:0 0;border:none;padding:.6rem;line-height:0;transition:transform .25s}.product-card .product-card-info .product-card-wishlist-button:hover{transform:scale(1.1)}.product-card .product-card-info .product-card-wishlist-button:not(.is-wishlisted){color:#14264bcc}.product-card .product-card-info .product-card-wishlist-button:not(.is-wishlisted):hover{color:#14264b99}.product-card .product-card-info .product-card-wishlist-button.is-wishlisted{color:#ef4444}.product-card .product-card-info .product-card-wishlist-button.is-wishlisted .product-card-wishlist-icon{fill:currentColor}.product-card .product-card-info .product-card-wishlist-button.is-animating-add .product-card-wishlist-icon{animation:.4s cubic-bezier(.34,1.56,.64,1) heartFill}.product-card .product-card-info .product-card-wishlist-button.is-animating-remove .product-card-wishlist-icon{animation:.3s cubic-bezier(.4,0,.2,1) heartEmpty}.product-card .product-card-info .product-card-wishlist-button .product-card-wishlist-icon{stroke:currentColor;stroke-width:1.5px;fill:#fefefe;width:1.2rem;height:1.2rem;transition:transform .2s ease-out}.product-card .product-card-info .product-card-wishlist-button .product-card-wishlist-icon.filled{fill:currentColor;stroke:none}@media (min-width:1024px){.product-card .product-card-info .product-card-wishlist-button .product-card-wishlist-icon{width:1.5rem;height:1.5rem}}.product-card .product-card-brand{text-transform:uppercase;letter-spacing:.05em;color:#14264b;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;min-width:0;max-width:100%;margin:0 0 4px 0;padding-right:1.5rem;font-size:.875rem;font-weight:600;line-height:1.25;overflow:hidden}.product-card .product-card-name{color:#14264b;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .25rem;font-size:.875rem;font-weight:400;line-height:1.25;display:-webkit-box;overflow:hidden}.product-card .product-card-size{color:#14264b;margin:0 0 .25rem;font-size:.875rem;line-height:1.25}.product-card .product-card-price{color:#272c33;margin:0;font-size:.875rem;line-height:1.25}@keyframes heartFill{0%{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}@keyframes heartEmpty{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.8)}to{opacity:1;transform:scale(1)}}
