.product-card{background-color:#fefefe;border:2px solid var(--color-neutral-40);border-radius:var(--border-radius-l);box-shadow:0;padding:1rem .5rem;transition:box-shadow .1s ease-in-out;width:100%}.product-card:hover{box-shadow:var(--shadow-2)}.product-card a{align-items:center;color:rgb(0 0 0 / .74);display:flex;flex-direction:row;font-size:.875rem;font-weight:400;height:100%;letter-spacing:.16px;line-height:1.125rem;position:relative;text-decoration:none}.product-card a .tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;left:0;max-width:100%;position:absolute;top:-.5rem;z-index:2}.product-card a .tags span{background-color:#000;border-radius:8px;color:#fff;font-size:10px;line-height:1;padding:4px 8px}.product-card a .card-tag{left:0;position:absolute;top:-.5rem;z-index:2}.product-card a .card-tag span{background-color:#000;border-radius:8px;color:#fff;font-size:10px;line-height:1;padding:4px 8px}.product-card a .images{align-items:center;display:flex;flex-direction:column;height:90px;justify-content:center;margin-right:1rem;position:relative;width:90px}.product-card a .images img{height:auto;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-in-out;width:175px}.product-card a .content{align-items:flex-start;display:flex;flex:1;flex-direction:column;justify-content:center;width:100%}.product-card a .content p{margin-bottom:.5rem}.product-card a .content p.extra-info{max-height:36px;overflow:hidden}.product-card a .content p.brand-label{margin:0}.product-card a .content p.name{color:#000;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;line-height:1.5rem;opacity:.74}.product-card a .content .colors{display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;margin:0 0 .5rem;width:100%}.product-card a .content .colors .color{background-color:#000;border-radius:50%;height:12px;width:12px}.product-card a .content .at-bottom{display:flex;flex:1;flex-direction:column;justify-content:flex-end}.product-card a .content p.attribute-string{font-size:.75rem;line-height:1rem}.product-card a .content p.price{font-weight:600;margin-bottom:0}.product-card a .content p.price del{margin-right:6px;opacity:.75}.product-card a .content p.price .current-price{color:#e24648}.product-card a .content p.price small{font-size:.75rem;font-weight:400}.product-card.large{max-width:22vw;padding:1rem;width:282px}@media(max-width:914px){.product-card.large{max-width:100%;padding:1rem;width:100%}}.product-card.large a{flex-direction:column}@media(max-width:914px){.product-card.large a{flex-direction:row}}.product-card.large a .images{align-items:center;display:flex;height:175px;justify-content:center;margin-bottom:1rem;margin-right:0;width:100%}@media(max-width:914px){.product-card.large a .images{align-items:center;height:130px;margin-bottom:0;margin-right:1rem;width:130px}.product-card.large a .images img{height:auto;width:100%}}.product-card.large a .content{justify-content:flex-end}@media(max-width:914px){.product-card.large a .content{flex:1}}