/* ================= PRODUCTS PAGE ONLY ================= */

.products-page {
    --wine-dark: #2b1d24;
    --wine-red: #6b4a5c;
    --forest: #123c36;
    --charcoal: #17120d;
    --gold: #c8a15b;
    --gold-dark: #a9823f;
    --cream: #fff8ef;
    --soft-cream: #f5e5d6;
    --muted: #76696a;
    --border-soft: rgba(43, 29, 36, .14);
    --ease-premium: cubic-bezier(.22, 1, .36, 1);

    
}

/* ================= HERO - CONTACT STYLE ================= */

.products-page .products-hero {
    padding: 120px 0 90px;
    background: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(43, 29, 36, .08);
}

.products-page .products-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(232, 200, 175, .18), transparent 35%),
        radial-gradient(circle at 80% 20%, rgba(18, 60, 54, .06), transparent 35%);
    pointer-events: none;
}

.products-page .products-hero .container {
    position: relative;
    z-index: 2;
}

.products-page .hero-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--gold-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .28em;
    text-transform: uppercase;
}



.products-page .hero-description {
    max-width: 680px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.8;
}

.products-page .hero-meta {
    margin-top: 20px;
    color: #9b8e87;
    font-size: 13px;
    line-height: 1.8;
}

/* ================= TRUST META ================= */

.products-page .listing-trust-meta {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(43, 29, 36, .08);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.products-page .listing-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 248, 239, .82);
    border: 1px solid rgba(43, 29, 36, .08);
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.products-page .listing-badge i {
    color: var(--gold);
    font-size: 11px;
}

/* ================= PRODUCT CARD ================= */

.products-page .product-card {
    height: 100%;
    background: rgba(255, 248, 239, .92);
    border: 1px solid rgba(43, 29, 36, .12);
    border-radius: 24px;
    overflow: hidden;
    transition: all .42s var(--ease-premium);
}

.products-page .product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(43, 29, 36, .14);
}

/* ================= IMAGE / CAROUSEL ================= */

.products-page .product-image-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--soft-cream);
}

.products-page .product-photo-carousel {
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
    background: var(--soft-cream);
}

.products-page .carousel-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
}

.products-page .carousel-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.products-page .carousel-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.products-page .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .85s ease;
}

.products-page .product-card:hover .product-img {
    transform: scale(1.06);
}

.products-page .no-image-placeholder {
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--soft-cream);
    color: var(--muted);
    font-size: 13px;
}


.products-listing {
    margin-top: 10%;
   
}

/* ================= CAROUSEL BUTTONS ================= */

.products-page .carousel-btn {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(23, 18, 13, .72);
    color: var(--cream);
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    transition: .25s ease;
}

.products-page .carousel-btn:hover {
    background: var(--forest);
}

.products-page .prev-btn {
    left: 12px;
}

.products-page .next-btn {
    right: 12px;
}

/* ================= CONTENT ================= */

.products-page .product-content {
    padding: 24px 22px 26px;
}

.products-page .product-content h5 {
    margin-bottom: 10px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -.02em;
    text-transform: none;
}

.products-page .product-content h5 a {
    color: var(--wine-red);
    text-decoration: none;
}

.products-page .product-content h5 a:hover {
    color: var(--forest);
    text-decoration: none;
}

.products-page .product-content p {
    min-height: 46px;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.75;
}

/* ================= PRICE ================= */

.products-page .price-wrapper {
    margin: 14px 0 18px;
}

.products-page .price-old {
    text-decoration: line-through;
    color: rgba(47, 42, 42, .42);
    margin-right: 8px;
}

.products-page .price-new,
.products-page .price-regular {
    color: var(--charcoal);
    font-weight: 800;
}

/* ================= CART BUTTON ================= */

.products-page .btn-add-to-cart {
    width: 100%;
    background: var(--forest);
    border: 1px solid var(--forest);
    color: var(--cream);
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: .25s ease;
}

.products-page .btn-add-to-cart:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--charcoal);
}

.products-page .in-cart-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: var(--forest);
    font-size: 13px;
    font-weight: 700;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 767px) {
    .products-page .products-hero {
        padding: 78px 0 54px;
    }

    .products-page .products-hero h1 {
        font-size: 58px;
    }

    .products-page .hero-description {
        font-size: 15px;
    }

    .products-page .product-photo-carousel,
    .products-page .no-image-placeholder {
        height: 300px;
    }

    .products-page .product-content h5 {
        font-size: 24px;
    }

    .products-page .carousel-btn {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .products-page .listing-trust-meta {
        gap: 8px;
    }

    .products-page .listing-badge {
        font-size: 10px;
        padding: 6px 10px;
    }
}