.shop-hero {
    min-height: 380px;
    background-color: #101820;
    overflow: hidden;
}

.shop-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16,24,32,.82) 0%, rgba(16,24,32,.94) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.shop-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.shop-hero .container {
    position: relative;
    z-index: 3;
}

.shop-hero .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.65);
}

.shop-hero .breadcrumb a {
    color: #ffffff;
}

.shop-hero h1,
.shop-hero p {
    color: #ffffff;
}

.shop-products-grid {
    margin-top: 0;
}

.shop-product-card {
    transition: transform .2s ease, box-shadow .2s ease;
}

.shop-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.08);
}

.product-card-media {
    min-height: 220px;
}

.product-card-media img {
    max-height: 180px;
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.product-title a {
    color: #111111;
}

.product-title a:hover {
    text-decoration: none;
}

.product-price {
    font-size: 1.35rem;
    font-weight: 700;
}

.product-category-list {
    min-height: 24px;
}

.shop-pagination .page-numbers,
.shop-pagination .woocommerce-Pagination ul {
    justify-content: center;
    display: flex;
    gap: .5rem;
}

.shop-pagination .page-numbers li,
.shop-pagination .woocommerce-Pagination ul li {
    list-style: none;
}

.shop-pagination .page-numbers a,
.shop-pagination .woocommerce-Pagination a,
.shop-pagination .woocommerce-Pagination .current {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 1rem;
    border-radius: .75rem;
    border: 1px solid #d7d7d7;
    color: #111111;
    text-decoration: none;
}

.shop-pagination .woocommerce-Pagination .current {
    background-color: #0d6efd;
    color: #ffffff;
    border-color: transparent;
}

.filter-section h6 {
    font-size: .95rem;
}

.filter-section .form-check-input {
    width: 1rem;
    height: 1rem;
}

.filter-section .form-check-label {
    margin-bottom: 0;
}

.range-slider-mockup {
    min-height: 32px;
}

@media (max-width: 991.98px) {
    .shop-hero {
        min-height: 320px;
    }

    .shop-hero p {
        max-width: 100%;
    }
}
