.rare-cigars-banner-wrap {
    position: relative;
    margin-bottom: 48px;
}

@media (max-width: 600px) {
    .rare-cigars-banner-wrap {
        margin-bottom: 32px;
    }
}

.rare-cigars-banner {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.rare-cigars-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}

.rare-cigars-banner-desktop {
    min-height: 750px;
}

.rare-cigars-banner-mobile {
    display: none;
    min-height: 400px;
}

.rare-cigars-banner-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(18px, 2.5vw, 28px);
}

.rare-cigars-banner-title {
    color: rgba(245, 233, 211, 1);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(24px, 2.6vw, 40px);
    text-align: center;
    padding: 0 20px;
}

/* Same "Shop Now" CTA style as the hero slider button, so the two banner
   types read as one consistent pattern site-wide. */
.rare-cigars-banner-cta {
    display: inline-block;
    background-color: #DA5D04;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: clamp(14px, 1.4vw, 16px);
    border-radius: 32px;
    padding: 14px 36px;
    transition: all 0.4s;
    white-space: nowrap;
}

.rare-cigars-banner-cta:hover,
.rare-cigars-banner-cta:focus {
    background-color: #b34d03;
    color: #ffffff;
}
.rare-cigars-banner-wrap.alignfull.wp-block-sophia-blocks-rare-cigars-banner {
    margin-bottom: 70px;
}
@media (max-width: 600px) {
    .rare-cigars-banner-desktop {
        display: none;
    }

    .rare-cigars-banner-mobile {
        display: flex;
    }
}
