/* Tek mağaza ürün kartı: kategori, ana sayfa ve benzer ürünler. */
.storefront-unified-product-card{
    display:flex!important;
    flex-direction:column;
    min-width:0;
    height:100%!important;
    margin:0!important;
    overflow:hidden;
    border:1px solid #dfe2e6!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:0 4px 14px rgba(24,32,56,.035)!important;
    transform:none!important;
    transition:border-color .2s ease,box-shadow .2s ease!important
}
.storefront-unified-product-card:hover{
    border-color:#cfd5de!important;
    box-shadow:0 8px 22px rgba(24,32,56,.07)!important;
    transform:none!important
}
.storefront-unified-product-card>.inner{
    display:flex;
    flex:1 1 auto;
    flex-direction:column;
    width:100%;
    height:100%
}
.storefront-unified-product-card .rbt-card-img{
    position:relative;
    display:block!important;
    flex:0 0 auto;
    width:100%;
    aspect-ratio:25/28;
    overflow:hidden;
    border-radius:0!important;
    background:#fff!important;
    transform:none!important
}
.storefront-unified-product-card .rbt-card-img>a{
    position:relative;
    display:flex!important;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%
}
.storefront-unified-product-card .rbt-card-img img{
    display:block;
    width:100%!important;
    height:100%!important;
    max-height:none!important;
    padding:8px!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important
}
.storefront-unified-product-card .rbt-card-img .rbt-hover-img{
    position:absolute;
    inset:0;
    opacity:0
}
.storefront-unified-product-card:hover .rbt-card-img .rbt-prd-img{opacity:1}
.storefront-unified-product-card:hover .rbt-card-img .rbt-hover-img{opacity:0}
.storefront-unified-product-card .rbt-card-body{
    display:flex!important;
    flex:1 1 auto;
    flex-direction:column;
    width:100%;
    min-height:0;
    margin:0!important;
    padding:16px!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    text-align:left!important;
    transform:none!important
}
.storefront-unified-product-card .rbt-card-top-content{
    display:flex;
    flex:1 1 auto;
    flex-direction:column
}
.storefront-unified-product-card .rbt-card-catagories-text{
    display:block;
    min-height:20px;
    margin:0 0 6px!important;
    color:var(--color-primary);
    font-size:14px;
    line-height:1.4;
    text-align:left!important
}
.storefront-unified-product-card .rbt-card-title{
    display:-webkit-box!important;
    overflow:hidden;
    min-height:44px!important;
    margin:0!important;
    color:#111;
    font-size:16px!important;
    font-weight:600!important;
    line-height:1.4!important;
    text-align:left!important;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2
}
.storefront-unified-product-card .rbt-card-title a{color:inherit}
.storefront-unified-product-card .rbt-card-rating,
.storefront-unified-product-card .catalog-rating{
    display:flex;
    align-items:center;
    min-height:22px;
    margin:10px 0 12px!important;
    gap:7px;
    text-align:left!important
}
.storefront-unified-product-card .rbt-rating-icon-list{
    display:flex;
    margin:0!important;
    padding:0!important;
    gap:1px
}
.storefront-unified-product-card .rbt-rating-icon-list i{
    color:#e2e2e2!important;
    font-size:14px!important
}
.storefront-unified-product-card .rbt-rating-icon-list i.rbt-rated-icon,
.storefront-unified-product-card .rbt-rating-icon-list i.has-rating{
    color:#f8b800!important
}
.storefront-unified-product-card .rating-digit{
    margin:0!important;
    color:#737373!important;
    font-size:13px!important
}
.storefront-unified-product-card .pricing-part{
    display:flex!important;
    align-items:baseline!important;
    min-height:30px;
    margin:0!important;
    gap:7px!important;
    flex-wrap:wrap
}
.storefront-unified-product-card .pricing-part .price-text{
    width:auto!important;
    color:#111!important;
    font-size:18px!important;
    font-weight:700!important;
    white-space:nowrap
}
.storefront-unified-product-card .pricing-part del.price-text,
.storefront-unified-product-card .pricing-part .rbt-dis-price-text{
    color:#8b8f97!important;
    font-size:14px!important;
    font-weight:400!important
}
.storefront-unified-product-card .rbt-offer-badge{display:none!important}
.storefront-unified-product-card .rbt-card-footer,
.storefront-unified-product-card .prd-btn-grp{
    width:100%;
    margin-top:auto!important;
    padding-top:18px!important
}
.storefront-unified-product-card .rbt-card-footer .rbt-btn,
.storefront-unified-product-card .prd-btn-grp .rbt-btn{
    position:static!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    gap:7px;
    width:100%!important;
    min-height:38px;
    margin:0!important;
    border:1px solid var(--color-primary)!important;
    border-radius:999px!important;
    color:var(--color-primary)!important;
    background:#fff!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important
}
.storefront-unified-product-card .rbt-card-footer .rbt-btn:hover,
.storefront-unified-product-card .prd-btn-grp .rbt-btn:hover{
    color:#fff!important;
    background:var(--color-primary)!important
}
.storefront-unified-product-card .rbt-quick-btn-grp{z-index:6}

@media(min-width:1200px){
    [data-home-featured-products][data-home-product-columns="5"]
        .theme-home-featured-product-grid>[class*="col-"]{
        flex:0 0 20%;
        width:20%;
        max-width:20%
    }
}

@media(max-width:767px){
    .storefront-unified-product-card .rbt-card-img img{padding:5px!important}
    .storefront-unified-product-card .rbt-card-body{padding:10px!important}
    .storefront-unified-product-card .rbt-card-catagories-text{
        min-height:17px;
        margin-bottom:4px!important;
        font-size:11px
    }
    .storefront-unified-product-card .rbt-card-title{
        min-height:40px!important;
        font-size:13px!important;
        line-height:1.45!important
    }
    .storefront-unified-product-card .rbt-card-rating,
    .storefront-unified-product-card .catalog-rating{
        margin:7px 0 9px!important
    }
    .storefront-unified-product-card .pricing-part .price-text{font-size:14px!important}
    .storefront-unified-product-card .pricing-part del.price-text,
    .storefront-unified-product-card .pricing-part .rbt-dis-price-text{font-size:11px!important}
    .storefront-unified-product-card .rbt-card-footer,
    .storefront-unified-product-card .prd-btn-grp{padding-top:12px!important}
    .storefront-unified-product-card .rbt-card-footer .rbt-btn,
    .storefront-unified-product-card .prd-btn-grp .rbt-btn{
        min-height:34px;
        padding:7px 8px!important;
        font-size:12px!important
    }
}
