.c_product_card_container--grid .c_product_card{width:100%}
.c_product_card_container--slider .c_product_card{width:230px}
@media(min-width:36em){.c_product_card_container--slider .c_product_card{width:290px}
}
@media(min-width:62em){.c_product_card_container--slider .c_product_card{width:465px}
}
.c_product_card{--primary-badge-size:100px;--secondary-badge-size:72px;--secondary-badge-top:90px}
.c_product_card img{transition:transform .3s ease;object-fit:contain}
.c_product_card:hover img{transform:scale(1.1)}
.c_product_card:hover button{--_color-action-state:var(--color-state-layer-hover) !important}
@media(min-width:62em){.c_product_card{--primary-badge-size:124px;--secondary-badge-size:96px;--secondary-badge-top:108px}
}
.c_product_card__badge{top:2px;right:var(--spacing-4)}
.c_product_card__badge--primary{width:var(--primary-badge-size);height:var(--primary-badge-size);top:0;right:0;z-index:1}
.c_product_card__badge--secondary{width:var(--secondary-badge-size);height:var(--secondary-badge-size);right:calc(var(--primary-badge-size) - var(--secondary-badge-size));top:var(--secondary-badge-top);z-index:2}