.product-card{background-color:var(--store-products-background-color);border-color:var(--store-products-border-color);border-radius:var(--store-products-border-radius);border-width:var(--store-products-border-width);box-shadow:var(--store-products-shadow);color:var(--store-products-color);display:flex;height:var(--store-products-height);overflow:hidden;position:relative;transition-duration:.15s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out;width:100%}@media screen and (min-width:475px){.product-card{min-width:var(--store-products-width)}}.product-card__cart-icon{aspect-ratio:1;color:var(--store-color-primary-content);height:20px;width:20px}.product-card:has(.card__image-container:hover){background-color:var(--store-products-hover-background);border-color:var(--store-products-hover-border-color);border-width:var(--store-products-hover-border-width);box-shadow:var(--store-products-hover-shadow);color:var(--store-products-hover-text-color)}.product-card .wrapper{align-items:center;flex-wrap:wrap;gap:10px;justify-content:center;max-height:100%;overflow:hidden;padding:var(--store-products-padding-vertical) var(--store-products-padding-horizontal)}.add-cart,.product-card .wrapper{display:flex;max-width:100%;width:100%}.add-cart{color:var(--store-color-base-100);height:auto;justify-content:var(--store-products-add-cart-button-align,center);margin:0;padding:5px}.product-card__external-link{align-items:center;aspect-ratio:1;background-color:var(--store-color-primary);border-radius:50%;display:flex;font-size:30px;height:30px;justify-content:center;width:30px}.product-card__external-link .ti{font-size:20px}.product-card__external-link:hover{background-color:var(--store-color-secondary)}.price-container{align-items:center;display:flex;flex-wrap:wrap;max-width:-moz-fit-content;max-width:fit-content;min-height:-moz-fit-content;min-height:fit-content;min-width:-moz-fit-content;min-width:fit-content;position:relative}.price-container[data-position=top]{flex-direction:column-reverse;justify-content:flex-start}.price-container[data-position=bottom]{flex-direction:column;justify-content:flex-start}.price-container[data-position=left]{align-items:center;flex-direction:row-reverse;justify-content:flex-start}.price-container[data-position=right]{align-items:center;flex-direction:row;justify-content:flex-end}.price-container[data-position=left] .add-cart{margin-right:5px;width:auto}.price-container[data-position=right] .add-cart{margin-left:5px;width:auto}.price-group{display:flex;flex-direction:column;gap:5px}.price-group .p{margin:0}.product-card__description{color:var(--store-products-description-text-color);display:-webkit-box;font-size:var(--store-products-description-size);font-weight:var(--store-products-description-weight);overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:-moz-fit-content;max-height:fit-content;overflow-wrap:anywhere}[style*="--store-products-show-full-description: block"] .product-card__description{-webkit-line-clamp:unset;display:block;overflow:visible;-webkit-box-orient:horizontal;max-height:none}.product-card__price{font-size:var(--store-products-price-size)}.product-card__price,.product-card__price-currency{color:var(--store-product-price-color);font-weight:var(--store-products-price-weight)}.product-card__price-currency{font-size:calc(var(--store-products-price-size)*.7)}.product-card__title{color:var(--store-product-title-color);font-size:var(--store-products-title-size);font-weight:var(--store-products-title-weight);min-width:100%;width:100%}.discount-badge{background-color:var(--store-products-badge-final-color);border-radius:var(--store-products-badge-radius);color:var(--store-product-discount-color);font-size:var(--store-products-discount-size);font-weight:var(--store-products-discount-weight);height:-moz-fit-content;height:fit-content;margin:5px;padding:5px;position:absolute;width:-moz-fit-content;width:fit-content}.discount-badge[style*="--badge-position: lb"]{bottom:0;left:0}.discount-badge[style*="--badge-position: rb"]{bottom:0;right:0}.discount-badge[style*="--badge-position: lt"]{left:0;top:0}.discount-badge[style*="--badge-position: rt"]{right:0;top:0}.card__image-container{align-items:center;border-radius:var(--store-products-border-radius);display:flex;flex:1;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.product-card .card__image{height:100%;max-height:100%;-o-object-fit:var(--products-store-image-fill-mode);object-fit:var(--products-store-image-fill-mode);width:100%}.product-card.top .wrapper{flex-direction:column}.product-card.top .card__image-container{height:auto;order:-1;width:100%}.product-card.bottom .wrapper{flex-direction:column}.product-card.bottom .card__image-container{height:auto;order:1;width:100%}.product-card.left .wrapper{flex-direction:row}.product-card.left .card__image-container{flex-shrink:0;height:100%;order:-1;width:60%}.product-card.right .wrapper{flex-direction:row}.product-card.right .card__image-container{flex-shrink:0;height:100%;max-width:400px;order:1}.product-card.bottom .text-section,.product-card.top .text-section{min-width:100%}.product-card.left .text-section,.product-card.right .text-section{overflow:hidden;padding-left:5px;padding-right:5px;text-overflow:ellipsis;width:40%}.product-card__add-cart{align-items:center;background-color:var(--store-color-primary);border-radius:4px;display:flex;padding:.4rem}.product-card__add-cart:hover{background-color:var(--store-color-secondary)}@media (max-width:474px){a.product-card__add-cart{justify-content:center;min-width:32px}a.product-card__add-cart .product-card__cart-icon{display:none}a.product-card__add-cart span{display:inline-block;font-size:1.2rem;font-weight:700;line-height:1;margin:0}}button.product-card__add-cart span{display:none}.product-card.below_title .text-section{text-align:left;width:100%}.product-card.below_title .card__image-container{margin-bottom:2px;margin-top:2px;max-height:55%}.product-card.below_description .text-section{text-align:left;width:100%}.product-card.below_description .card__image-container{margin-top:2px}.card-container{align-items:center;display:flex;justify-content:center}.product-grid{box-sizing:border-box;display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin-bottom:3rem;margin-top:3rem;max-width:100%;padding:10px;width:100%}@media screen and (max-width:374px){.product-grid{grid-template-columns:1fr}}@media screen and (min-width:475px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(var(--store-products-width),1fr))}}@media (min-width:640px){.product-grid{gap:1rem}}@media (min-width:768px){.product-grid{gap:2rem}}@media (min-width:1024px){.product-grid{padding:20px}}
/*# sourceMappingURL=products.css.map */
