/* ##################### MASTHEAD and TOP FORM */

.hero-banner {
    position: relative;
    background-image: url('https://d1xfq1aufhpgwi.cloudfront.net/images/promo/BFCM_Masthead_y1oasw.png');
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* Mobile masthead for screens <= 768px */
@media (max-width: 768px) {
    .hero-banner {
        background-image: url('https://d1xfq1aufhpgwi.cloudfront.net/images/promo/BFCM_Masthead_Mobile_a0u3cl.png');
        min-height: 300px; /* adjust as needed for mobile */
    }
}

.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
    pointer-events: none;
}

.hero-banner .container {
    position: relative;
    z-index: 2;
}

.btn-primary,
.bfcm-btn {
    background-color: #fc3 !important;
    color: #000 !important;
    border: none;
    font-weight: bold;
    box-shadow: none;
    transition: background 0.2s;
}

.btn-primary:hover,
.bfcm-btn:hover {
    background-color: #a07c1f !important;
    color: #fff !important;
}


.bfcm-form-container {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bfcm-form-container h5,
.bfcm-form-container h1,
.bfcm-form-container p,
.bfcm-form-container form,
.bfcm-form-container small {
    text-align: center !important;
    width: 100%;
}

.bfcm-form-container form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-family: 'Montserrat', 'Arial', sans-serif;
}

.bfcm-form-container .form-control,
.bfcm-form-container .btn {
    width: 100%;
    box-sizing: border-box;
}

.bfcm-form-container .form-control {
    margin-bottom: 8px; /* or any value you prefer */
}

.bfcm-btn {
    /*background-color: #BC9727 !important;*/
    background-color: #fc3 !important;
    color: #000 !important;
    border: none;
    font-weight: bold;
    box-shadow: none;
    transition: background 0.2s;
}

.bfcm-btn:hover {
    background-color: #a07c1f !important;
    color: #fff !important;
}

h1.fw-bold.bfcm {
    color: #fff;
}

.lead.bfcm {
    font-size: 18px;
    font-family: 'Montserrat', 'Arial', sans-serif;
    line-height: 1.4;
    font-weight: bold;
    min-width: 320px;
}

p.lead.bfcm {
    font-weight: bold;
}

.d-block.bfcm {
    font-family: 'Montserrat', 'Arial', sans-serif;
    opacity: .5;
    margin-top:  20px;
}

.bfcm-dashed-label {
    display: inline-block;
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: #fff;
    border: 2px dashed #fff;
    border-radius: 8px;
    padding: 6px 18px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    background: transparent;
    margin-bottom: 0px;
    text-align: center;
}




/* ################### COUNTDOWN BANNER */

.bfcm-countdown-banner {
    background: #fc3;
    width: 100%;
    padding: 40px 0;
}

.bfcm-lead {
    font-size: 1.2rem;
    margin-bottom: 18px;
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: #222;
}

.bfcm-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 24px;
    color: #222;
    font-family: 'Georgia', serif;
}

.bfcm-timer {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 10px;
}

.bfcm-timer-unit {
    background: #fc3;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 12px 18px;
    text-align: center;
    min-width: 70px;
    color: #fff !important;
}

.bfcm-timer-value {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2px;
    font-family: 'Georgia', serif;
}

.bfcm-timer-label {
    font-size: 1rem;
    color: #fff;
    font-family: 'Arial', sans-serif;
}







/* ################### WHY JOIN */

.bfcm-why {
    width: 100%;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    background: #fff;
    padding: 40px 0;
}


.bfcm-why-form-wrapper {
    background: #fff;
    padding: 32px 24px;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    color: #222;
    max-width: 480px;
    margin: 0 auto;
    margin-top:  30px;
}

.bfcm-why-title {
    font-family: 'Georgia', serif;
    font-size: 2rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 12px;
    text-align: center;
}

.bfcm-why-subtitle {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 1.1rem;
    color: #222;
    margin-bottom: 24px;
    text-align: center;
}

.bfcm-why-form .form-control {
    width: 100%;
    margin-bottom: 16px;
    color: #222;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

.bfcm-why-form .form-control,
.bfcm-why-form .btn {
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', 'Arial', sans-serif;
}

.bfcm-why-form .form-control {
    margin-bottom: 12px;
}

.bfcm-why-form .btn {
    margin-bottom: 0;
}

.bfcm-why-note {
    display: block;
    margin-top: 20px;
    color: #222;
    font-size: 10px;
    opacity: 0.6;
    text-align: left;
    line-height: 1.5;
    font-family: 'Montserrat', 'Arial', sans-serif;
}





/* ############################ BEST SELLERS */
.fa.fa-star {color: rgb(255, 204, 0);}
.testimonial-click {font-size: 10px;}
@media (min-width:520px){.ribbon-wrapper{width:75px;height:78px;overflow:hidden;position:absolute;top:-3px;left:-3px}.ribbon{font:bold 12px sans-serif;text-align:center;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);position:relative;padding:5px 0;top:15px;left:-30px;width:120px;background-color:#ebb134;color:#fff}.product-ribbon{margin:50px auto;background:#fff;position:relative;z-index:1}.prod-item .text{transition:box-shadow .3s;border-radius:10px;background:#fff;padding:10px}.prod-item .text:hover{box-shadow:0 0 11px rgba(33,33,33,.2)}}@media (max-width:520px){.ribbon{display:none}}
.in-cart {
    font-family: Montserrat, Helvetica, sans-serif;
    color: #cc3300;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.product-ribbon img {
    max-height: 137px;
    width: auto !important;
}

.text {
    text-align: center;
}

.btn.bfcm-btn {
    width: 100%;
    background-color: #fc3 !important;
    color: #fff !important;
    border: none;
    font-weight: bold;
    box-shadow: none;
    transition: background 0.2s;
    font-size: 1.1rem;
    border-radius: 6px;
    padding: 12px 0;
    margin-top: 12px;
}

.btn.bfcm-btn:hover {
    background-color: #a07c1f !important;
    color: #fff !important;
}

.prod-item .text,
.text {
    text-align: center;
    transition: box-shadow .3s;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
}

.prod-item .text:hover,
.text:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
