.small-product-card{width:100%;background-color:rgb(var(--card-background, var(--color-background)));border-radius:var(--card-border-radius, 12px);overflow:hidden;display:flex;flex-direction:column;height:100%;transition:transform .2s ease,box-shadow .2s ease}.small-product-card:hover{transform:translateY(-2px);box-shadow:var(--card-shadow-offset-x, 0px) calc(var(--card-shadow-offset-y, 4px) + 2px) calc(var(--card-shadow-blur, 20px) + 5px) rgba(0,0,0,calc(var(--card-shadow-opacity, .1) + .05))}.small-product-card__media-wrapper{position:relative;background:linear-gradient(var(--media-gradient-angle, 135deg),rgba(var(--media-gradient-start, var(--color-foreground)),var(--media-gradient-start-opacity, .05)) 0%,rgba(var(--media-gradient-end, var(--color-foreground)),var(--media-gradient-end-opacity, .02)) 100%);padding:1rem;flex-shrink:0;border-radius:calc(var(--card-border-radius, 12px) * .5) calc(var(--card-border-radius, 12px) * .5) 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.small-product-card__badge{position:absolute;top:1.5rem;right:1.5rem;background-color:rgba(var(--color-foreground),.8);color:rgb(var(--color-background));padding:.6rem 1.4rem;border-radius:2rem;font-size:1.4rem;font-weight:600;z-index:1}@media screen and (max-width: 749px){.small-product-card__badge{top:1rem;right:1rem;font-size:1rem;padding:.6rem 1.2rem}}.small-product-card__media{display:block;width:100%;text-decoration:none}.small-product-card__media img{width:100%;height:auto;display:block;object-fit:contain;max-height:280px;margin:0 auto;filter:drop-shadow(0px 20px 30px rgba(0,0,0,.2))}@media screen and (min-width: 749px){.small-product-card__media img{padding:20px}}@media screen and (max-width: 749px){.small-product-card__media img{padding:5px}}.small-product-card__button:after{box-shadow:none!important}.small-product-card__content{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;flex-grow:1}.small-product-card__title{font-size:1.8rem;line-height:1.3;font-weight:600;margin:0}@media screen and (max-width: 450px){.small-product-card__title{font-size:1.4rem!important}}.small-product-card__title a{color:rgb(var(--color-foreground));text-decoration:none}.small-product-card__title a:hover{text-decoration:underline}.small-product-card__rating,.small-product-card__rating .rating{display:flex;align-items:center;gap:.5rem}.small-product-card__rating .rating-star{--percent: calc(var(--rating) / var(--rating-max) * 100%);display:inline-block;font-size:1.4rem;line-height:1;color:#ffc107}.small-product-card__rating .rating-star:before{content:"\2605\2605\2605\2605\2605";letter-spacing:2px;background:linear-gradient(90deg,#ffc107 var(--percent),rgba(var(--color-foreground),.2) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.small-product-card__rating .rating-count{font-size:1.2rem;color:rgba(var(--color-foreground),.7)}.small-product-card__description{font-size:1.2rem;line-height:1.6;color:var(--color-foreground);flex-grow:1}.small-product-card__footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem}@media screen and (max-width: 749px){.small-product-card__footer{flex-direction:column;align-items:stretch}}.small-product-card__price{font-size:1.8rem;font-weight:700;color:rgb(var(--color-foreground))}@media screen and (max-width: 749px){.small-product-card__price{text-align:center}}.small-product-card__price--has-sale{display:flex;flex-direction:row-reverse;align-items:baseline;gap:.8rem;flex-wrap:wrap}.small-product-card__price-original{font-size:1.4rem;font-weight:400;color:rgba(var(--color-foreground),.6);text-decoration:line-through}.small-product-card__price-sale{font-size:1.8rem;font-weight:700;color:#dc2626}@media screen and (max-width: 749px){.small-product-card__price--has-sale{justify-content:center}}.small-product-card__button{font-size:1.4rem;padding:1.2rem 2.4rem;border-radius:.6rem;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;cursor:pointer;transition:all .2s ease;font-weight:600;white-space:nowrap}@media screen and (max-width: 749px){.small-product-card__button{width:100%}}.small-product-card__button:hover{background-color:rgba(var(--color-button),.9);transform:translateY(-1px)}.small-product-card__button:disabled{background-color:rgba(var(--color-foreground),.2);cursor:not-allowed;transform:none}.small-product-card__button--in-image{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:calc(100% - 4rem);max-width:250px;opacity:0;transition:opacity .3s ease,transform .3s ease;z-index:2}.small-product-card--button-in-image:hover .small-product-card__button--in-image{opacity:1}.small-product-card--button-in-image .small-product-card__footer{justify-content:center}@media screen and (max-width: 749px){.small-product-card__button--in-image{opacity:1;position:static;transform:none;width:100%;max-width:none}}.small-product-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%}@media screen and (min-width: 750px){.small-product-cards-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 990px){.small-product-cards-grid{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/component-small-product-card.css.map */
