/* DurmaPlay Poppo Live pilot — category 318 only */
body.category-poppo-live .s-c-list {
    margin-bottom: 20px;
}

body.category-poppo-live .card-product {
    border: 1px solid rgba(212, 175, 55, 0.30);
    border-radius: 14px;
    background: linear-gradient(145deg, #171717 0%, #0d0d0d 100%);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.category-poppo-live .card-product .card-product-inner {
    padding: 14px;
}

body.category-poppo-live .card-product .image-wrapper {
    margin-bottom: 12px;
}

body.category-poppo-live .card-product .title {
    color: #f7f7f7;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

body.category-poppo-live .card-product .nitelik {
    gap: 6px;
    margin-bottom: 10px;
}

body.category-poppo-live .card-product .nitelik span {
    border: 1px solid rgba(212, 175, 55, 0.24);
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.08);
    color: #e7d69b;
    padding: 3px 8px;
}

body.category-poppo-live .card-product .price-group {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.035);
    padding: 9px 10px;
}

body.category-poppo-live .card-product .sale-price {
    color: #e8c45a;
    font-weight: 800;
}

body.category-poppo-live .card-product .list-price {
    color: #a8a8a8;
}

body.category-poppo-live .card-product .card-bottom-actions {
    gap: 9px;
    margin-top: 12px;
}

body.category-poppo-live .card-product .product-quantity {
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 10px;
    background: #111111;
}

body.category-poppo-live .card-product .product-quantity .form-control {
    color: #ffffff;
    background: transparent;
}

body.categories-body.category-poppo-live .s-c-list .card-product .card-bottom-actions .buttons .btn.btn-cart {
    border: 1px solid #d1aa3d !important;
    border-radius: 10px;
    background: linear-gradient(135deg, #f0cf69 0%, #c99b29 100%);
    color: #15120a !important;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(201, 155, 41, 0.20);
    transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
    body.category-poppo-live .card-product:hover {
        border-color: rgba(232, 196, 90, 0.72);
        box-shadow: 0 9px 22px rgba(0, 0, 0, 0.22);
        transform: translateY(-3px);
    }

    body.categories-body.category-poppo-live .s-c-list .card-product .card-bottom-actions .buttons .btn.btn-cart:hover {
        box-shadow: 0 6px 15px rgba(201, 155, 41, 0.28);
        transform: translateY(-1px);
    }
}

@media (max-width: 767.98px) {
    body.category-poppo-live .s-c-list {
        margin-bottom: 14px;
    }

    body.category-poppo-live .card-product {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.13);
    }

    body.category-poppo-live .card-product .card-product-inner {
        padding: 10px;
    }

    body.category-poppo-live .card-product .title {
        font-size: 0.90rem;
        line-height: 1.35;
    }

    body.category-poppo-live .card-product .price-group {
        padding: 8px;
    }

    body.category-poppo-live .card-product .card-bottom-actions {
        gap: 7px;
        margin-top: 10px;
    }
}