/* 1024x1536 dikey Laviaderm ürün görselleri */
.home-showcase-card,
.product {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    background: #fff !important;
}
.home-showcase-image,
.product .image,
.cols > section > .grid .product .image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 2 / 3 !important;
    padding: 0 !important;
    border-radius: 20px 20px 0 0 !important;
    background: #fff !important;
}
.home-showcase-image img,
.product .image img,
.cols > section > .grid .product .image img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
}
.home-showcase-card:hover .home-showcase-image img,
.product:hover .image img,
.cols > section > .grid .product:hover .image img {
    transform: none !important;
}
.home-showcase-info,
.product .body,
.cols > section > .grid .product .body {
    position: static !important;
    display: block !important;
    flex: 1 0 auto !important;
    min-height: 132px !important;
    margin: -1px 0 0 !important;
    padding: 20px 18px 18px !important;
    border: 1px solid var(--sk-line) !important;
    border-top: 0 !important;
    border-radius: 0 0 20px 20px !important;
    background: rgba(255,255,255,.98) !important;
}
.product .badge,
.discount-ribbon {
    top: 14px !important;
    left: 14px !important;
}
@media (max-width: 760px) {
    .home-showcase-info,
    .product .body,
    .cols > section > .grid .product .body { min-height: 122px !important; padding: 17px 15px !important; }
}

/* Ürün detayında 1024x1536 dikey görselleri çerçevesiz ve eksiksiz göster. */
#laviaderm-product-gallery .gallery-stage {
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
#laviaderm-product-gallery .gallery-stage .gallery-main.detail-img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 2 / 3 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
}
#laviaderm-product-gallery .gallery-stage .gallery-main.detail-img img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
}
#laviaderm-product-gallery .gallery-thumbs button {
    width: 64px !important;
    height: 96px !important;
    padding: 0 !important;
    border-color: transparent !important;
    border-radius: 10px !important;
    background: #fff !important;
    overflow: hidden !important;
}
#laviaderm-product-gallery .gallery-thumbs button.active {
    border-color: #c99b36 !important;
}
#laviaderm-product-gallery .gallery-thumbs button img {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
}

@media (max-width: 820px) {
    #laviaderm-product-gallery .gallery-stage .gallery-main.detail-img {
        aspect-ratio: 2 / 3 !important;
    }
}
