/*black friday*/
.mc-bf {
    --green: #123b2d;
    --gold: #c5a25e;
    --cream: #f5f1e9;
    --black: #272522;
    --text: #44413d;
    --muted: #77736d;
    --border: #ded8ce;
    --sale: #a52c27;

    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    color: var(--text);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.65;
}

.mc-bf *,
.mc-bf *::before,
.mc-bf *::after {
    box-sizing: border-box;
}

.mc-bf img {
    display: block;
    max-width: 100%;
}

.mc-bf a {
    text-decoration: none;
}

.mc-bf p {
    margin-top: 0;
}

.mc-bf h1,
.mc-bf h2,
.mc-bf h3 {
    font-family: inherit;
    line-height: 1.15;
}

section#content.page-cms-9 {
    padding: 0;
    border: 0;
}

.mc-bf .mc-bf-container {
    width: 100%;
    margin: 50px auto;
}

.mc-bf .mc-bf-container:first-child {
    margin-top: unset;
}

.mc-bf .mc-bf-section {
    width: 100%;
    margin: 0 !important;
    padding: 100px 0 !important;
}

.mc-bf .mc-bf-products,
.mc-bf .mc-bf-deadline,
.mc-bf .mc-bf-faq {
    background: #fff !important;
}

.mc-bf .mc-bf-benefits,
.mc-bf .mc-bf-next-order,
.mc-bf .mc-bf-safe {
    background: var(--cream) !important;
}


/* HERO */

.mc-bf .mc-bf-hero,
.mc-bf .mc-bf-hero > .mc-bf-container,
.mc-bf .mc-bf-hero__content {
    background: var(--green) !important;
    color: #fff !important;
}

.mc-bf .mc-bf-hero {
    width: 100%;
    margin: 0 !important;
}

.mc-bf .mc-bf-hero > .mc-bf-container {
    padding-top: 105px;
    padding-bottom: 105px;
}

.mc-bf .mc-bf-hero__content {
    width: 100%;
    padding: 20px;
}

.mc-bf .mc-bf-hero h1 {
    margin: 0 0 30px !important;
    color: #fff !important;
    background: transparent !important;
    font-size: clamp(35px, 5.5vw, 72px);
    line-height: 1.07;
    font-weight: 700;
    letter-spacing: -.035em;
}

.mc-bf .mc-bf-hero__lead {
    max-width: 780px;
    margin: 0 0 35px !important;
    color: #fff !important;
    font-size: 19px;
    line-height: 1.7;
}

.mc-bf .mc-bf-microcopy {
    margin: 18px 0 0 !important;
    color: rgba(255,255,255,.75) !important;
    font-size: 13px;
}


/* BOTÓN */

.mc-bf .mc-bf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 15px 28px;
    border: 0;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}

.mc-bf .mc-bf-btn--primary {
    background: var(--gold) !important;
    color: var(--green) !important;
}

.mc-bf .mc-bf-btn--primary:hover {
    background: #d4b678 !important;
    color: var(--green) !important;
    transform: translateY(-2px);
}


/* BENEFICIOS */

.mc-bf .mc-bf-benefits {
    border-bottom: 1px solid var(--border);
}

.mc-bf .mc-bf-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.mc-bf .mc-bf-benefit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 125px;
    padding: 25px 30px;
    border-right: 1px solid var(--border);
}

.mc-bf .mc-bf-benefit:last-child {
    border-right: 0;
}

.mc-bf .mc-bf-benefit p {
    margin: 0 !important;
    color: var(--black);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}


/* ICONOS */

.mc-bf .mc-bf-benefit__icon,
.mc-bf .mc-bf-safe-card__icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    padding: 0 !important;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--green) !important;
}

.mc-bf .mc-bf-benefit__icon {
    width: 50px;
    height: 50px;
}

.mc-bf .mc-bf-safe-card__icon {
    width: 54px;
    height: 54px;
    margin: 0 0 27px !important;
    background: var(--cream);
}

.mc-bf .mc-bf-benefit__icon .fa,
.mc-bf .mc-bf-safe-card__icon .fa {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--green) !important;
    font-size: 20px !important;
    line-height: 1 !important;
    text-align: center;
}


/* PRODUCTOS */

.mc-bf .mc-bf-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.mc-bf .mc-bf-product {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
    border: 1px solid var(--border);
    transition: .25s ease;
}

.mc-bf .mc-bf-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 38px rgba(20,35,25,.09);
}

.mc-bf .mc-bf-product__image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f8f5ef;
}

.mc-bf .mc-bf-product__image img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    object-fit: contain;
    transition: transform .3s ease;
}

.mc-bf .mc-bf-product:hover .mc-bf-product__image img {
    transform: scale(1.025);
}

.mc-bf .mc-bf-badge {
    position: absolute;
    z-index: 5;
    top: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 36px;
    padding: 0 12px;
    background: var(--sale) !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
}

.mc-bf .mc-bf-product__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px;
}

.mc-bf .mc-bf-product h3 {
    margin: 0 0 14px !important;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.mc-bf .mc-bf-product h3 a {
    color: var(--black) !important;
}

.mc-bf .mc-bf-product h3 a:hover {
    color: var(--green) !important;
}

.mc-bf .mc-bf-product__meta {
    margin: 0 0 24px !important;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}

.mc-bf .mc-bf-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: auto;
}

.mc-bf .mc-bf-price__old {
    color: #8e8a84;
    font-size: 14px;
    text-decoration: line-through;
}

.mc-bf .mc-bf-price__new {
    color: var(--green) !important;
    font-size: 27px;
    line-height: 1;
    font-weight: 700;
}


/* TITULARES */

.mc-bf .mc-bf-section-title,
.mc-bf .mc-bf-split__content h2,
.mc-bf .mc-bf-deadline__content h2 {
    font-size: clamp(29px, 4vw, 46px);
    line-height: 1.15;
    font-weight: 700;
}

.mc-bf .mc-bf-section-title {
    margin: 0 0 50px !important;
    color: var(--black);
}


/* 10% */

.mc-bf .mc-bf-split {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    align-items: center;
    gap: 80px;
}

.mc-bf .mc-bf-split__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    border: 1px solid var(--gold);
    border-radius: 50%;
    background: #fff;
    color: var(--green);
}

.mc-bf .mc-bf-split__badge span {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
}

.mc-bf .mc-bf-split__content {
    max-width: 720px;
}

.mc-bf .mc-bf-split__content h2 {
    margin: 0 0 28px !important;
    color: var(--black);
}

.mc-bf .mc-bf-split__content p {
    margin: 0 0 20px !important;
    font-size: 17px;
    line-height: 1.75;
}

.mc-bf .mc-bf-split__content p:last-child {
    margin-bottom: 0 !important;
}


/* DEADLINE */

.mc-bf .mc-bf-deadline__box {
    display: grid !important;
    grid-template-columns: 190px minmax(0, 1fr);
    align-items: center;
    gap: 65px;
    width: 100%;
    padding: 60px !important;
    background: var(--green) !important;
    color: #fff !important;
}

.mc-bf .mc-bf-deadline__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    border: 1px solid var(--gold);
    color: #fff;
}

.mc-bf .mc-bf-deadline__date strong {
    font-size: 68px;
    line-height: .9;
}

.mc-bf .mc-bf-deadline__date span {
    margin-top: 14px;
    color: var(--gold);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2em;
}

.mc-bf .mc-bf-deadline__content h2 {
    margin: 0 0 24px !important;
    color: #fff !important;
}

.mc-bf .mc-bf-deadline__content p {
    max-width: 760px;
    margin: 0 !important;
    color: #fff !important;
    font-size: 17px;
    line-height: 1.75;
}


/* COMPRA SIN RIESGO */

.mc-bf .mc-bf-safe__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.mc-bf .mc-bf-safe-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 220px;
    padding: 35px;
    background: #fff !important;
    border: 1px solid var(--border);
}

.mc-bf .mc-bf-safe-card p {
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.7;
}


/* FAQ */

.mc-bf .mc-bf-faq__items {
    width: 100%;
    border-top: 1px solid var(--border);
}

.mc-bf .mc-bf-faq-item {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-bottom: 1px solid var(--border);
    background: transparent;
}

.mc-bf .mc-bf-faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 82px;
    margin: 0 !important;
    padding: 25px 65px 25px 0 !important;
    list-style: none;
    background: transparent !important;
    color: var(--black) !important;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 600;
}

.mc-bf .mc-bf-faq-item summary::-webkit-details-marker {
    display: none;
}

.mc-bf .mc-bf-faq-item summary::marker {
    content: "";
}

.mc-bf .mc-bf-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    background: #fff;
    color: var(--green);
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    transform: translateY(-50%);
}

.mc-bf .mc-bf-faq-item[open] summary::after {
    content: "−";
}

.mc-bf .mc-bf-faq-item__content {
    max-width: 800px;
    padding: 0 65px 30px 0 !important;
}

.mc-bf .mc-bf-faq-item__content p {
    margin: 0 !important;
    color: #6d6963;
    font-size: 15px;
    line-height: 1.75;
}


/* RESPONSIVE */

@media (max-width: 1024px) {

    .mc-bf .mc-bf-section {
        padding: 80px 0 !important;
    }

    .mc-bf .mc-bf-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mc-bf .mc-bf-split {
        grid-template-columns: 200px 1fr;
        gap: 50px;
    }

    .mc-bf .mc-bf-split__badge {
        width: 180px;
        height: 180px;
    }

    .mc-bf .mc-bf-split__badge span {
        font-size: 50px;
    }

    .mc-bf .mc-bf-deadline__box {
        gap: 45px;
        padding: 50px !important;
    }
}

@media (max-width: 767px) {

    .mc-bf .mc-bf-container {
        width: calc(100% - 30px);
    }

    .mc-bf .mc-bf-section {
        padding: 65px 0 !important;
    }

    .mc-bf .mc-bf-hero > .mc-bf-container {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .mc-bf .mc-bf-hero__lead {
        font-size: 17px;
    }

    .mc-bf .mc-bf-btn {
        width: 100%;
    }

    .mc-bf .mc-bf-microcopy {
        text-align: center;
    }

    .mc-bf .mc-bf-benefits__grid,
    .mc-bf .mc-bf-product-grid,
    .mc-bf .mc-bf-split,
    .mc-bf .mc-bf-deadline__box,
    .mc-bf .mc-bf-safe__grid {
        grid-template-columns: 1fr;
    }

    .mc-bf .mc-bf-benefit {
        justify-content: flex-start;
        min-height: 95px;
        padding: 22px 0;
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

    .mc-bf .mc-bf-benefit:last-child {
        border-bottom: 0;
    }

    .mc-bf .mc-bf-product-grid {
        gap: 25px;
    }

    .mc-bf .mc-bf-split {
        gap: 42px;
    }

    .mc-bf .mc-bf-split__badge {
        width: 155px;
        height: 155px;
        margin: 0;
    }

    .mc-bf .mc-bf-split__badge span {
        font-size: 44px;
    }

    .mc-bf .mc-bf-deadline__box {
        gap: 38px;
        padding: 38px 28px !important;
    }

    .mc-bf .mc-bf-deadline__date {
        width: 140px;
        height: 140px;
    }

    .mc-bf .mc-bf-deadline__date strong {
        font-size: 52px;
    }

    .mc-bf .mc-bf-safe__grid {
        gap: 20px;
    }

    .mc-bf .mc-bf-safe-card {
        min-height: 0;
        padding: 30px;
    }

    .mc-bf .mc-bf-faq-item summary {
        min-height: 75px;
        padding: 22px 52px 22px 0 !important;
        font-size: 16px;
    }

    .mc-bf .mc-bf-faq-item summary::after {
        width: 34px;
        height: 34px;
        font-size: 21px;
    }

    .mc-bf .mc-bf-faq-item__content {
        padding: 0 45px 25px 0 !important;
    }
}
