/* cicekmarket.com görünümü - resimler her zaman görünsün (CDN stillerine baskın) */
.o-productCard .o-productCard__figure,
.o-productCard__link .o-productCard__figure {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.o-productCard .o-productCard__figure--img,
.o-productCard__link .o-productCard__figure--img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Masaüstü: kart dikey, resim üstte (cicekmarket.com grid) */
.o-productCard {
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
}

.o-productCard__link {
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
    text-decoration: none !important;
}

.o-productCard__figure {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fafafa !important;
    border-radius: 6px;
    overflow: hidden;
}

.o-productCard__figure--img {
    width: 100% !important;
    height: 220px !important;
    object-fit: contain !important;
    object-position: center !important;
    background: #fff !important;
}

.o-productCard__content {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 12px !important;
    text-align: center !important;
}

.o-productCard__name {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.o-productCard__price {
    margin: 8px 0 !important;
}

.o-productCard__priceContent {
    display: flex !important;
    justify-content: center !important;
    align-items: baseline !important;
    gap: 8px;
}

.o-productCard__priceContent--oldPrice {
    text-decoration: line-through !important;
    color: #bbb !important;
    font-size: 12px !important;
    opacity: 0.7 !important;
    margin-right: 8px !important;
}

.o-productCard__priceContent--oldPrice .o-productCard__priceContent--value {
    font-size: 13px !important;
    color: #bbb !important;
}

.o-productCard__priceContent--oldPrice .o-productCard__priceContent--currency {
    font-size: 9px !important;
    color: #bbb !important;
}

.o-productCard__priceContent--salePrice {
    display: flex !important;
    align-items: baseline !important;
    gap: 0;
}

.o-productCard__priceContent--value {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #c41e3a !important;
}

.o-productCard__priceContent--decimal {
    font-size: 14px !important;
    font-weight: 600 !important;
    vertical-align: top;
}

.o-productCard__priceContent--currency {
    font-size: 12px !important;
}

.o-productCard__priceContent--salePrice .o-productCard__priceContent--decimal,
.o-productCard__priceContent--salePrice .o-productCard__priceContent--currency {
    font-size: 12px !important;
}

.o-productCard__priceSeparator {
    display: none;
}

.o-productCard__price--kdv {
    font-size: 10px !important;
    color: #999 !important;
    margin-top: 4px !important;
}

.o-productCard__badge {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
}

.o-productCard__badge--item {
    background: #c41e3a;
    color: white;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
}

.o-productCard__features {
    margin-top: auto !important;
    padding-top: 8px !important;
}

.o-productCard__features--item {
    display: inline-block;
    background: #28a745;
    color: white !important;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 11px !important;
    font-weight: 600 !important;
    margin-top: 8px;
    opacity: 1 !important;
}

/* Rating stars */
.o-productCard__content [class*="star"] {
    font-size: 12px;
    color: #ffc107;
}

/* Mobil: cicekmarket.com ürün kartı – solda kare resim, sağda başlık / büyük fiyat / çizgi / yeşil teslimat */
@media (max-width: 768px) {
    .product-list-row {
        background: #f0f0f0 !important;
        margin-left: -10px !important;
        margin-right: -10px !important;
        padding: 0 10px 20px 10px !important;
    }
    .o-productCard {
        margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .o-productCard__link {
        flex-direction: row !important;
        align-items: stretch !important;
        text-align: left !important;
        background: #fff !important;
        border-radius: 0 !important;
        overflow: visible !important;
        box-shadow: none !important;
        padding: 14px 0 !important;
        border-bottom: 1px solid #eee !important;
    }
    .o-productCard__figure {
        flex: 0 0 120px !important;
        width: 120px !important;
        min-width: 120px !important;
        max-width: 120px !important;
        height: 120px !important;
        min-height: 120px !important;
        margin: 0 !important;
        border-radius: 6px !important;
        background: #fff !important;
        overflow: hidden !important;
    }
    .o-productCard__figure--img {
        width: 100% !important;
        height: 120px !important;
        min-height: 120px !important;
        object-fit: contain !important;
        display: block !important;
        background: #fff !important;
    }
    .o-productCard__content {
        flex: 1 !important;
        min-width: 0 !important;
        padding: 0 0 0 14px !important;
        text-align: left !important;
        justify-content: flex-start !important;
        overflow: visible !important;
    }
    .o-productCard__name {
        font-size: 15px !important;
        font-weight: 600 !important;
        margin: 0 0 8px 0 !important;
        color: #333 !important;
        line-height: 1.7 !important;
        padding-bottom: 8px !important;
        display: block !important;
        overflow: visible !important;
        -webkit-line-clamp: unset !important;
        line-clamp: unset !important;
        height: auto !important;
        max-height: none !important;
    }
    .o-productCard__price {
        margin: 0 0 6px 0 !important;
    }
    .o-productCard__priceContent {
        justify-content: flex-start !important;
        align-items: baseline !important;
    }
    .o-productCard__priceContent--salePrice .o-productCard__priceContent--value {
        font-size: 24px !important;
        font-weight: 700 !important;
        color: #333 !important;
    }
    .o-productCard__priceContent--decimal {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #333 !important;
    }
    .o-productCard__priceContent--currency {
        font-size: 12px !important;
        color: #333 !important;
    }
    .o-productCard__price--kdv {
        display: none !important;
    }
    .o-productCard__priceSeparator {
        display: block !important;
        height: 1px !important;
        background: #e8e8e8 !important;
        margin: 8px 0 10px 0 !important;
    }
    .o-productCard__features {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .o-productCard__features--item {
        background: transparent !important;
        color: #28a745 !important;
        padding: 0 !important;
        font-size: 13px !important;
        font-weight: 500 !important;
    }
}

@media (max-width: 480px) {
    .o-productCard__figure {
        flex: 0 0 100px !important;
        width: 100px !important;
        min-width: 100px !important;
        max-width: 100px !important;
        height: 100px !important;
        min-height: 100px !important;
    }
    .o-productCard__figure--img {
        height: 100px !important;
        min-height: 100px !important;
    }
    .o-productCard__name {
        font-size: 14px !important;
    }
    .o-productCard__priceContent--salePrice .o-productCard__priceContent--value {
        font-size: 20px !important;
    }
}
