/*
Generated time: August 14, 2023 20:21
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.c-card-product{height:100%;position:relative;display:block;padding:10px;margin:2px 0;border-radius:var(--product-card-corner-radius);box-shadow:0 0 6px 0 rgba(0,0,0,.15);object-fit:cover;transform:translate(0,0);-moz-transition:all .3s ease-in;-o-transition:all .3s ease-in;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.c-card-product:hover{transform:translate(0,-5px)}@media (min-width:768px){.c-card-product .c-button{opacity:1}}.c-card-product:hover .c-button{opacity:1}.c-card-product__image{position:relative}.c-card-product__image-wrapper{height:0;position:relative;padding-bottom:100%;overflow:hidden}.c-card-product__image-wrapper--portrait{padding-bottom:125%}.c-card-product__image-wrapper--rectangle{padding-bottom:47%}.c-card-product__image-wrapper img{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;object-fit:cover}.c-card-product__tags{display:flex;flex-direction:column;gap:5px}.c-card-product__tags-item{display:flex;align-items:center;gap:5px;color:#ccc;text-decoration:line-through}.c-card-product__tags-item.active{color:#369d36;text-decoration:none}.c-card-product__discount{display:block;position:absolute;top:10px;left:0;z-index:2;padding:5px;background:var(--badge-color-background);color:var(--badge-color-foreground);border-radius:0 5px 5px 0;font-size:var(--typo-h6);font-weight:600}.c-card-product__badge{height:17px;display:block;padding:4px 14px;margin-bottom:10px;background:var(--badge-custom-color-background);color:var(--badge-custom-color-foreground);border-radius:22px;font-size:var(--typo-small);font-weight:300}.c-card-product__vendor{overflow:hidden;color:#888;font-size:var(--typo-medium);letter-spacing:1px;text-transform:uppercase;margin-bottom:5px}.c-card-product__title{height:40px;overflow:hidden;color:var(--color-foreground);font-size:var(--typo-h6);font-weight:400;letter-spacing:.5px;margin-bottom:10px}.c-card-product__price{color:var(--product-card-color-price);font-size:20px;font-weight:600;letter-spacing:.5px;line-height:25px;vertical-align:middle}.c-card-product__price-old{text-decoration:line-through;font-weight:400;color:#999;vertical-align:bottom}.c-card-product__description{overflow:hidden;margin-top:10px}@media (min-width:768px){.c-card-product__description{height:40px}}.c-card-product__error-message-wrapper{width:90%;position:absolute;left:5%;bottom:60px;z-index:10;box-sizing:border-box;padding:10px;border-radius:5px;background:var(--color-background);color:var(--color-foreground);text-align:center;border-radius:10px;box-shadow:0 3px 9px 0 rgb(0 0 0 / 15%)}.c-card-product__error-message-wrapper svg{display:block;margin:0 auto 10px}.c-card-product:hover .link{color:var(--color-base-accent-1)}.c-card-product__body .add-margin{padding-bottom:26px}