

.gallery-prod-card{margin-bottom: 2rem;height: 100%;

    .inner{position: relative; height: 100%;display: flex;flex-direction: column;}

    a.product-link{position: absolute;top: 0;right: 0;width: 100%;height: 100%;z-index: 2;display: block;}

    .media-wrapper{aspect-ratio: var(--ratio-percent, auto); position: relative; overflow: hidden;

        .card-prod-img{width: 100%;height: 100%; object-fit: cover;display: block; position: absolute;top: 0;left: 0;right: 0;bottom: 0;}

         .gallery-badges{position: absolute; top: 0;right: 0; width: 100%; z-index: 2;display: flex;align-items: flex-start;justify-content: space-between;
        
            .gallery-badge{background: #EDE8E2; color: rgb(var(--color-foreground));  font-size: 2.4rem; font-weight: 400; padding: 1rem 3rem; line-height: 1; border: none; text-align: center;
            
                &.discount-badge{direction: ltr;}

            }

            @media(max-width:991px){
                .gallery-badge{font-size: 1.4rem; padding: 0.5rem 1rem;}
            }

        }


    }

    .content-wrapper{margin-top: 2rem; display: flex; flex-direction: column; flex-grow: 1;
    
        .title{font-size: 2rem; font-weight: 700; line-height: 2.4rem; color: rgb(var(--color-foreground)); margin: 0;margin-bottom: 0;}
        .price-wrapper{margin-top: auto; display: block;}
        .price-item{font-size: 2rem; font-weight: 400; line-height: 2.4rem;color: rgb(var(--color-foreground));}
        .price--on-sale .price__sale{justify-content: flex-start;}


        @media(max-width:991px){
            .title, .price-item{font-size: 1.4rem;}

        }

    }
}