/* ============================================
   Shop Page Styles
   Multi-Market Sports Shop
   Dark Neutral Theme
   Naijasportsbettingtips
   ============================================ */

/* --- Shop Hero --- */
.shop-hero {
    position: relative;
    background: linear-gradient(135deg, rgba(15, 17, 25, 0.98) 0%, rgba(20, 22, 32, 0.95) 50%, rgba(25, 28, 38, 0.9) 100%);
    border-radius: 20px;
    padding: 48px 40px;
    margin-bottom: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4), 0 0 80px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.shop-hero-bg {
    position: absolute;
    top: -60px;
    right: -40px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 168, 83, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.shop-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.shop-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(240, 208, 120, 0.15);
    border: 1px solid rgba(240, 208, 120, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #f0d078;
    margin-bottom: 16px;
    letter-spacing: 0.04em;
}

.shop-hero-title {
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.shop-hero-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.shop-hero-stat {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    padding: 6px 14px;
    border-radius: 14px;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}

.shop-hero-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 32px 28px;
    text-align: center;
    min-width: 200px;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.shop-hero-card-ribbon {
    position: absolute;
    top: 12px;
    right: -8px;
    background: linear-gradient(90deg, #ff4757, #ff6b81);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 4px;
    letter-spacing: 0.08em;
}

.shop-hero-card-icon {
    color: #f0d078;
    margin-bottom: 12px;
}

.shop-hero-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.shop-hero-card-subtitle {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 16px;
}

.shop-hero-card-price {
    font-size: 1.3rem;
    font-weight: 800;
    color: #f0d078;
    margin-bottom: 14px;
}

.shop-hero-card-btn {
    display: inline-block;
    background: rgba(240, 208, 120, 0.2);
    border: 1px solid rgba(240, 208, 120, 0.4);
    color: #f0d078;
    padding: 10px 22px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.82rem;
    text-decoration: none;
    transition: all 0.25s ease;
}

.shop-hero-card-btn:hover {
    background: rgba(240, 208, 120, 0.35);
    box-shadow: 0 0 20px rgba(240, 208, 120, 0.2);
}

/* --- Shop Stats --- */
.shop-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 28px;
}

.shop-stat-card {
    background: linear-gradient(145deg, rgba(20, 22, 30, 0.9), rgba(15, 17, 25, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.shop-stat-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.shop-stat-icon {
    color: #f0d078;
    margin-bottom: 8px;
}

.shop-stat-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}

.shop-stat-label {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 2px;
}

/* --- Filters --- */
.shop-filters {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.shop-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
}

.shop-filter-chip:hover,
.shop-filter-chip.active {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.08);
}

/* --- Section Headers --- */
.shop-section {
    margin-bottom: 36px;
}

.shop-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.shop-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: -0.01em;
}

.shop-section-title svg {
    color: #f0d078;
}

.shop-section-link {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.shop-section-link:hover {
    color: #f0d078;
}

/* --- Slider Wrapper --- */
.shop-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-slider-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 2px;
    flex: 1;
}

.shop-slider-track::-webkit-scrollbar {
    display: none;
}

/* --- Slider Arrows --- */
.shop-slider-arrow {
    position: absolute;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(20, 22, 30, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s;
    backdrop-filter: blur(10px);
}

.shop-slider-arrow:hover {
    background: rgba(30, 32, 42, 0.95);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.08);
}

.shop-slider-prev {
    left: -16px;
}

.shop-slider-next {
    right: -16px;
}

/* --- Product Cards --- */
.shop-product-card {
    min-width: 210px;
    max-width: 210px;
    flex-shrink: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: none;
}

.shop-product-card:hover {
    transform: translateY(-6px);
}

.shop-product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    z-index: 2;
    text-transform: uppercase;
}

.shop-product-badge.hot { background: linear-gradient(90deg, #ff4757, #ff6b81); color: #fff; }
.shop-product-badge.new { background: linear-gradient(90deg, #2ed573, #7bed9f); color: #000; }
.shop-product-badge.sale { background: linear-gradient(90deg, #ffa502, #ff6348); color: #fff; }

.shop-product-image {
    height: 200px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.shop-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.shop-product-crest {
    font-size: 3rem;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.shop-product-info {
    padding: 10px 4px 12px;
    background: transparent;
}

.shop-product-category {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    margin-bottom: 4px;
}

.shop-product-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 6px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shop-product-rating {
    font-size: 0.7rem;
    color: #f0d078;
    margin-bottom: 8px;
}

.shop-product-rating span {
    color: #6b7280;
    font-size: 0.65rem;
}

.shop-product-price {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.shop-product-old-price {
    font-size: 0.72rem;
    color: #9ca3af;
    text-decoration: line-through;
    margin-left: 6px;
    font-weight: 400;
}

.shop-product-btn {
    width: 100%;
    padding: 10px 0;
    background: linear-gradient(135deg, rgba(212, 168, 83, 0.5), rgba(184, 134, 30, 0.4));
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #1a1a2e;
    font-weight: 600;
    font-size: 0.78rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
}

.shop-product-btn:hover {
    background: linear-gradient(135deg, rgba(212, 168, 83, 0.7), rgba(184, 134, 30, 0.55));
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 20px rgba(212, 168, 83, 0.3);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .shop-hero-content {
        flex-direction: column;
        text-align: center;
    }

    .shop-hero-title {
        font-size: 1.8rem;
    }

    .shop-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .shop-product-card {
        min-width: 170px;
        max-width: 170px;
    }

    .shop-hero {
        padding: 32px 20px;
    }

    .shop-slider-arrow {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .shop-hero-title {
        font-size: 2.2rem;
    }

    .shop-product-card {
        min-width: 190px;
        max-width: 190px;
    }
}