/* Fouz Product Grid & Card Styles (New Arrivals & Bestsellers) */
.fouz-arrivals, .fouz-bestsellers {
    padding: 6rem 2rem;
    background: #FAF6EF;
    box-sizing: border-box;
    width: 100%;
}

.fouz-arrivals .fouz-section-header-center,
.fouz-bestsellers .fouz-section-header-center,
.fouz-arrivals-grid,
.fouz-bestsellers-grid,
.fouz-filter-pills,
.fouz-arrivals .fouz-section-cta-center,
.fouz-bestsellers .fouz-section-cta-center,
.fouz-arrivals-shortcode {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.fouz-section-header-center {
    text-align: center;
    margin-bottom: 3rem;
}

.fouz-arrivals h2.fouz-section-title-cinzel, .fouz-bestsellers h2.fouz-section-title-cinzel {
    font-family: 'Cinzel', serif;
    font-size: 2.2rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #1C1008;
    margin: 0;
}

.fouz-arrivals p.fouz-section-subtitle, .fouz-bestsellers p.fouz-section-subtitle {
    font-family: 'Cinzel', serif;
    font-size: 0.85rem;
    color: #C9A96E;
    margin-top: 0.5rem;
    letter-spacing: 0.2em;
}

.fouz-arrivals p.fouz-section-subtitle-italic, .fouz-bestsellers p.fouz-section-subtitle-italic {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.2rem;
    color: #7A6357;
    margin-top: 0.3rem;
}

.fouz-arrivals-grid, .fouz-bestsellers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
    box-sizing: border-box;
}

/* Product Card */
.fouz-product-card {
    position: relative;
    background: #FFFDF9;
    box-sizing: border-box;
}

.fouz-product-img-wrap {
    aspect-ratio: 3/4;
    overflow: hidden;
    position: relative;
    background: #E8DDD4;
}

.fouz-product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.fouz-product-card:hover .fouz-product-img-wrap img {
    transform: scale(1.05);
}

.fouz-quick-view-pill {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #6B1E2E;
    color: #FAF6EF;
    font-family: 'Cinzel', serif;
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.5rem 1.2rem;
    border-radius: 20px;
    transition: bottom 0.3s ease;
    white-space: nowrap;
    z-index: 5;
}

.fouz-product-card:hover .fouz-quick-view-pill {
    bottom: 12px;
}

.fouz-badge-new {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #6B1E2E;
    color: #FAF6EF;
    font-family: 'Cinzel', serif;
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    padding: 0.3rem 0.7rem;
    z-index: 2;
    text-transform: uppercase;
}

.fouz-badge-best {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #C9A96E;
    color: #1C1008;
    font-family: 'Cinzel', serif;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    padding: 0.3rem 0.7rem;
    z-index: 2;
}

.fouz-wishlist-heart {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    font-size: 1.1rem;
    color: #1C1008;
    opacity: 0.5;
    transition: 0.3s;
    background: none;
    border: none;
    cursor: pointer;
}

.fouz-wishlist-heart:hover {
    opacity: 1;
    color: #6B1E2E;
    transform: scale(1.2);
}

.fouz-product-info {
    padding: 1rem 0.5rem;
}

.fouz-product-info h3 {
    font-family: 'EB Garamond', serif;
    font-size: 1rem;
    margin: 0 0 0.3rem 0;
    font-weight: 500;
}

.fouz-product-tag {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    color: #C9A96E;
    margin-bottom: 0.4rem;
}

.fouz-product-price {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-size: 0.85rem;
    color: #4A3728;
}

.fouz-section-cta-center {
    text-align: center;
    margin-top: 3rem;
}

.fouz-btn-outline-dark {
    background: transparent;
    color: #1C1008;
    border: 1px solid #1C1008;
    font-family: 'Cinzel', serif;
    font-size: 0.72rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.9rem 2.8rem;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.fouz-btn-outline-dark:hover {
    background: #1C1008;
    color: #FAF6EF;
}

/* Bestseller Filter Pills */
.fouz-filter-pills {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.fouz-bestsellers .fouz-filter-pills .fouz-pill {
    font-family: 'Cinzel', serif;
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.5rem 1.4rem;
    border: 1px solid #1C1008 !important;
    border-radius: 2px;
    color: #1C1008 !important;
    transition: all 0.3s;
    background-color: transparent !important;
    background: transparent !important;
    cursor: pointer;
}

.fouz-bestsellers .fouz-filter-pills .fouz-pill.active, 
.fouz-bestsellers .fouz-filter-pills .fouz-pill:hover {
    background-color: #1C1008 !important;
    background: #1C1008 !important;
    color: #FAF6EF !important;
}

@media(max-width: 1024px) {
    .fouz-arrivals-grid, .fouz-bestsellers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 480px) {
    .fouz-arrivals-grid, .fouz-bestsellers-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}

.fouz-arrivals-shortcode {
    width: 100%;
    margin-bottom: 3rem;
    box-sizing: border-box;
}
