.c-product-card{display:grid;grid-gap:.5rem;gap:.5rem;font-size:1rem;grid-template-columns:1fr;align-items:start;transition:all .7s ease-in-out}.c-product-card_featured_image{position:relative;aspect-ratio:4/3;display:block;border:1px solid rgba(var(--color-base-text), 0.2);overflow:hidden}.c-product-card_featured_image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;background-color:rgba(var(--color-base-background-secondary), 1);transition:background-color .2s ease}.c-product-card_featured_image img:hover{background-color:rgba(var(--color-base-text), 0.2)}.c-product-card_featured_image .percent{position:absolute;z-index:10;top:1rem;right:1rem;width:-moz-fit-content;width:fit-content;padding:.25rem .5rem;background-color:rgba(var(--color-base-accent-primary), 1);color:rgba(var(--color-base-background-primary), 1);border-radius:.5rem}.c-product-card_title{width:-moz-fit-content;width:fit-content;max-width:100%;font-size:1rem;font-weight:600;text-align:left;color:rgba(var(--color-base-accent-primary), 1);text-transform:capitalize;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;max-width:100%}.c-product-card_title:hover{text-decoration:underline}.c-product-card_description{font-size:1rem;font-weight:400;color:rgba(var(--color-base-text), 1);text-align:left}.c-product-card_price{display:flex;align-items:flex-end;font-size:1rem;font-weight:500;flex-wrap:wrap;align-self:start}.c-product-card_price .compare{color:rgba(var(--color-base-text), 1);opacity:.7;text-decoration:line-through;font-weight:400;font-size:.8em}.c-product-card_price .original{width:100%;display:block;color:#000;font-weight:600;font-size:1rem}@media screen and (max-width: 768px){.c-product-card_price{font-size:.9rem}.c-product-card_price .compare{font-size:1em}}
