﻿/*
    :::::::::::::::::::::::::::::::::::::::::::
    :::::::::: FONTS WOFF2 OPTIMIZED ::::::::::
    :::::::::::::::::::::::::::::::::::::::::::
*/


@font-face {
    font-family: "sf-pro-text-bold";
    src: local("sf-pro-text-bold"), url("../fonts/San-Francisco-Pro-Fonts/woff2/SF-Pro-Text-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "sf-pro-text-medium";
    src: local("sf-pro-text-medium"), url("../fonts/San-Francisco-Pro-Fonts/woff2/SF-Pro-Text-Medium.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "sf-pro-text-regular";
    src: local("sf-pro-text-regular"), url("../fonts/San-Francisco-Pro-Fonts/woff2/SF-Pro-Text-Regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "sf-pro-text-semibold";
    src: local("sf-pro-text-semibold"), url("../fonts/San-Francisco-Pro-Fonts/woff2/SF-Pro-Text-Semibold.woff2") format("woff2");
    font-display: swap;
}

:root {
    /*color-scheme: light dark !important;*/
    /* COLORES BASE */
    --wwhite: #FFFFFF;
    --bblack: #000000;
    --gray1: #424245;
    --gray2: #6E6E73;
    --gray3: #D0D0D0;
    --gray4: #F2F2F2;
    --oorange: #BF4800;
    --bblue: #0071E3;
    --ggreen: #008900;
    --rred: #E30000;
    --mustard: #D78B2E;
    /* COLORES PROMOCIONES */
    --new: #BF4800;
    --sale: #008900;
    --special-offer: #5856D6;
    --affordability: #0071BC;
    --order-related: #336E7B;
    --in-stock: #A3684E;
    --store-related: #707070;
    /* COLORES ESTADOS DE LOS BOTONES */
    --button-primary-hover: #62BBFA;
    --button-secondary: #D0D0D0;
}



body,
figure {
    margin: 0;
}

main {
    overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "sf-pro-text-semibold";
    font-weight: inherit;
}

p {
    padding: 0;
    font-family: "sf-pro-text-regular";
    font-size: 14px;
    font-weight: inherit;
}

a {
    padding: 0;
    font-family: "sf-pro-text-regular";
    font-size: 14px;
    font-weight: inherit;
}

/* Typography */
/* Display Nivel 1 */
h1,
.h1 {
    font-size: 48px;
    line-height: 58px;
}

h2,
.h2 {
    font-size: 36px;
    line-height: 42px;
}

h3,
.h3 {
    font-size: 32px;
    line-height: 36px;
}

/* Typography */
/* Headline Nivel 2 */
h4,
.h4 {
    font-size: 24px;
    line-height: 32px;
}

h5,
.h5 {
    font-size: 18px;
    line-height: 20px;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 20px;
}

/* Typography */
/* Title Nivel 3 */
.title-medium {
    font-size: 16px;
    line-height: 20px;
    font-family: "sf-pro-text-medium";
}

.title-regular {
    font-size: 16px;
    line-height: 20px;
    font-family: "sf-pro-text-regular";
}

/* Typography */
/* Body Nivel 4 */
.body-semibold {
    font-size: 14px;
    line-height: 20px;
    font-family: "sf-pro-text-semibold";
}

.body-medium {
    font-size: 16px;
    line-height: 20px;
    font-family: "sf-pro-text-medium";
}

.body-regular {
    font-size: 14px;
    line-height: 20px;
    font-family: "sf-pro-text-regular";
}

/* Typography */
/* Label Nivel 5 */
.label-semibold {
    font-size: 12px;
    line-height: 14px;
    font-family: "sf-pro-text-semibold";
}

.label-regular {
    font-size: 12px;
    line-height: 14px;
    font-family: "sf-pro-text-regular";
}

.label-small-semibold {
    font-size: 8px;
    line-height: 14px;
    font-family: "sf-pro-text-semibold";
}

.label-small-regular {
    font-size: 8px;
    line-height: 20px;
    font-family: "sf-pro-text-regular";
}

/* Colores para etiquetas */
.blanco {
    color: var(--wwhite);
}

.negro {
    color: var(--bblack);
}

.gris1 {
    color: var(--gray1);
}

.gris2 {
    color: var(--gray2);
}

.gris3 {
    color: var(--gray3);
}

.gris4 {
    color: var(--gray4);
}

.naranja {
    color: var(--oorange);
}

.azul {
    color: var(--bblue);
}

.verde {
    color: var(--ggreen);
}

.rojo {
    color: var(--rred);
}

.nuevo {
    text-transform: uppercase;
    color: var(--oorange);
}

.notificacion {
    text-transform: uppercase;
    color: var(--order-related);
}

.promo-temporada {
    text-transform: uppercase;
    color: var(--special-offer);
}

.financiamiento {
    text-transform: uppercase;
    color: var(--affordability);
}

.promocion {
    color: var(--sale);
}

.oferta-especial {
    color: var(--special-offer);
}

.asequibilidad {
    color: var(--affordability);
}

.orden-relacionada {
    color: var(--order-related);
}

.en-stock {
    color: var(--in-stock);
}

.tienda-relacionada {
    color: var(--store-related);
    text-transform: uppercase;
    font-family: 'sf-pro-text-semibold';
}

.servicios-tienda-verde {
    color: var(--ggreen);
    text-transform: uppercase;
    font-family: 'sf-pro-text-semibold';
}

.pac-container {
    z-index: 9999999999 !important;
    padding: 10px 8px 0;
}

    .pac-container .pac-item {
        border-top: none;
        font-size: 16px;
        font-family: "sf-pro-text-regular";
        padding: 8px 12px;
        line-height: initial;
        letter-spacing: -0.02em;
    }

        .pac-container .pac-item .pac-icon {
            display: none;
        }

        .pac-container .pac-item .pac-item-query .pac-matched {
            color: var(--gray1);
            font-family: "sf-pro-text-semibold";
            font-weight: unset;
            letter-spacing: -0.02em;
        }

    .pac-container::after {
        content: none !important;
    }

details summary::-webkit-details-marker {
    display: none;
}

::-webkit-scrollbar {
    width: auto;
}

::-webkit-scrollbar-track {
    background-color: var(--gray4);
}

::-webkit-scrollbar-thumb {
    background-color: var(--gray3);
    border: 2px solid var(--gray4);
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: var(--gray2);
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 100px white inset !important;
    -webkit-text-fill-color: var(--bblack);
}

.aspect-16-9 {
    aspect-ratio: 16/9;
}






/* WhatsApp y chat iconos */
/* botones del chat y WhatsApp */
div#bloque-chat {
    position: fixed;
    z-index: 9999;
    height: fit-content;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    top: 50%;
    transform: translateY(-50%);
}

div#btnMostrarChatF,
div#btnMostrarChatF1 {
    bottom: 65px;
    color: #fff;
    z-index: 120;
    border-radius: 50px;
    transition: .3s;
    cursor: pointer;
}

div#btnMostrarChatF,
li#btn-car {
    background-color: #000;
    padding: 10px 15px;
}

div#btnMostrarChatF {
    display: flex;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
}

    div#btnMostrarChatF p {
        font-size: 17px;
        margin-left: 8px;
        text-align: center;
    }

    div#btnMostrarChatF i {
        font-size: 20px;
        width: 22px;
    }

div#btnMostrarChatF1 {
    display: flex;
    right: 155px;
    background-color: #25d366;
    padding: 10px;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center
}

    div#btnMostrarChatF1 p {
        font-size: 20px;
        text-align: center;
    }

        div#btnMostrarChatF1 p i {
            font-size: 20px;
        }










body::-webkit-scrollbar {
    width: 12px;
    /* Ancho del scrollbar */
}

/* Botones generales */
.boton {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    outline: 0;
    border-radius: 50px;
    padding: 15px 30px;
    height: 50px;
    white-space: nowrap;
    text-transform: initial;
    text-decoration: none !important;
    cursor: pointer;
    font-family: "sf-pro-text-semibold";
}

.boton-bopis {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    outline: 0;
    border-radius: 50px;
    padding: 15px 30px;
    height: 50px;
    white-space: nowrap;
    text-decoration: none !important;
    cursor: pointer;
    font-family: "sf-pro-text-semibold";
}

.boton span {
    display: inline-block;
}

    .boton span::first-letter {
        text-transform: uppercase;
    }

.boton-primario {
    background-color: var(--bblue);
    color: var(--wwhite);
}

    .boton-primario:hover {
        background-color: var(--button-primary-hover);
    }

.boton-sin-stock {
    background-color: var(--gray3);
    color: var(--gray2);
    pointer-events: none;
}

.boton-secundario {
    color: var(--bblue);
    background-color: transparent;
    outline: solid 1px var(--bblue) !important;
}

    .boton-secundario:hover,
    .boton-secundario:focus {
        color: var(--button-primary-hover);
        background-color: transparent;
        outline: solid 1px var(--button-primary-hover) !important;
    }

.boton-agregar {
    padding: 10px 35px;
    height: 40px;
}

.boton-saber-mas {
    color: var(--bblue);
    padding: 0;
    height: auto;
    font-family: "sf-pro-text-semibold";
    letter-spacing: -0.02em;
}

    .boton-saber-mas > span {
        text-wrap: balance;
        text-align: left;
    }

        .boton-saber-mas > span > svg {
            margin-left: 4px;
            vertical-align: middle;
            width: 10px;
        }

            .boton-saber-mas > span > svg > path {
                fill: var(--bblue);
                stroke: var(--bblue);
            }

    .boton-saber-mas:hover > span > svg > path {
        stroke: var(--button-primary-hover);
    }

    .boton-saber-mas:hover,
    .boton-saber-mas:focus {
        color: var(--button-primary-hover);
    }

.boton-ver-detalles {
    color: var(--bblue);
    padding: 0;
    height: auto;
}

    .boton-ver-detalles:hover,
    .boton-ver-detalle:focus {
        color: var(--button-primary-hover);
    }

.boton-filtro {
    border-radius: 10px;
    color: var(--bblue);
    background-color: var(--wwhite);
    outline: solid 1px var(--bblue);
    padding: 10px 40px;
    height: auto;
}

    .boton-filtro:hover,
    .boton-filtro:focus {
        color: var(--button-primary-hover);
        background-color: var(--wwhite);
        outline: solid 1px var(--button-primary-hover);
    }

    .boton-filtro::before {
        content: "☰";
        margin-left: 5px;
    }

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dd {
    margin-left: 0;
}

.card {
    border: solid 1px var(--gray4);
    padding: 5px;
    border-radius: 8px;
    box-shadow: 1px 0px 10px -1px #dadada;
}

.quitar-margen {
    margin-bottom: -15px;
}

.quitar-margen-top {
    margin-top: -15px;
    margin-bottom: 30px;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.carrusel-fuente {
    color: #121212bf !important;
    letter-spacing: 1.3px;
    font-family: 'sf-pro-text-regular';
}

.fzf-16 {
    font-size: 16px;
}

.flechaazul {
    width: 8px;
    height: 8px;
    margin-left: 2px;
    fill: var(--bblue);
    stroke: var(--bblue);
}

.legal-list {
    padding-inline-start: 0;
    list-style: none;
    font-size: 12px;
    font-family: "sf-pro-text-regular";
    text-align: justify;
}

    .legal-list li {
        margin-top: 2px;
    }

.flechaazul-12 {
    width: 12px;
    height: 12px;
    margin-left: 2px;
    fill: var(--bblue);
    stroke: var(--bblue);
}

.visually-hidden {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1px;
    opacity: 0.01;
}

.cuatr4 {
    letter-spacing: 2px;
    color: #777;
}

.modal-dialog-checkout {
    max-width: 900px;
    width: 100%;
}

.modal-dialog-alert {
    max-width: 512px;
    margin-inline: auto !important;
    width: 100%;
}

.modal-content-checkout {
    padding: 16px 32px 32px !important;
}

.modal-title-checkout {
    margin: 40px 0 20px;
    text-align: center;
}

.modal .cibf__ci {
    color: var(--bblack) !important;
    padding-left: 1rem !important;
    padding-right: 2rem !important;
}

.modal input:focus {
    border-width: 2px;
    border-color: var(--bblue) !important;
    outline: 0 !important;
}

.button-delivery-address {
    border: none;
    font-family: "sf-pro-text-semibold";
    text-transform: inherit !important;
}

.type-person {
    display: flex;
    width: 100%;
}

.no-outline {
    border-radius: none !important;
    outline: 0 !important;
}

.modal-icon-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto;
    justify-content: center;
    width: 100%;
}

.modal-icon {
    display: block;
    height: 90px;
    width: 90px;
}

    .modal-icon path {
        fill: var(--bblue);
    }

.modal-content-message {
    height: auto;
    width: 100%;
}

.modal-content-primary {
    color: var(--bblack);
    font-family: "sf-pro-text-medium";
    font-size: 14px;
    text-align: justify;
}

.modal-content-subprimary {
    font-family: "sf-pro-text-regular";
    font-size: 14px;
    letter-spacing: 0.06rem;
}

.modal-content-secondary {
    color: var(--gray2);
    font-family: "sf-pro-text-regular";
    font-size: 14px;
    text-align: justify;
}

.modal-footer-alert {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.modal-content-alert {
    padding: 32px !important;
}

.modal-text-small {
    display: block;
}

.cdgcf__cib--floating-flex,
.cdgcf__cibf,
.modal-terms {
    display: flex;
}

.modal-terms {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.modal-subtitle {
    font-size: 24px;
    text-align: center;
}

.modal-tc-content {
    padding: 0 32px;
}

.modal-subtitle-alert {
    font-size: 16px;
    line-height: normal;
}

.phone-text {
    font-family: "sf-pro-text-bold";
}

.cibf__ci,
.cibf__cl {
    font-family: "sf-pro-text-regular";
    text-overflow: ellipsis;
}

.question-text-link {
    color: var(--bblack);
    margin: 0;
}

.cibf__ci--ta {
    min-height: 110px;
    padding-top: 1rem;
    resize: none;
}

.cibf__ci--select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cdgcf__cibf {
    position: relative;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.cibf__cl,
.cibf__svg {
    position: absolute;
    transform: translateY(-50%);
}

.cibf__ci {
    color: var(--bblack);
    background-color: var(--wwhite);
    border: 1px solid var(--gray3);
    border-radius: 4px;
    height: 51px;
    padding-left: 1rem;
    padding-right: 2rem;
    width: 100%;
}

.cibf__ci--with-icon {
    padding-right: 4rem;
}

.cibf__ci::placeholder {
    color: var(--bblack);
    font-family: "sf-pro-text-regular";
    font-size: 14px;
    letter-spacing: 0.02rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: no-wap;
}

.cibf__ci:focus {
    box-shadow: none;
    border-color: var(--bblue);
    outline: 0;
    outline: 1px solid var(--bblue);
}

.cibf__ci:not(:placeholder-shown) ~ .cibf__cl {
    display: block;
    font-size: 12px;
    top: 30%;
}

.cibf__ci:not(:placeholder-shown) {
    padding-top: 16px;
}

    .cibf__ci:not(:placeholder-shown) ~ .cibf__cb {
        color: var(--wwhite);
        background-color: var(--bblue);
        border-color: var(--bblue);
    }

.cibf__ci--error {
    border: 1px solid var(--rred);
    outline: 1px solid var(--rred);
}

.cibf__cl {
    display: none;
    color: var(--gray2);
    font-size: 14px;
    left: 1rem;
    pointer-events: none;
    top: 50%;
    transition: top 0.1s ease-in;
    text-wrap: nowrap;
    width: calc(100% - 10%);
}

.cibf__cl--select {
    font-size: 14px !important;
    top: 50% !important;
}

.cibf__svg {
    cursor: pointer;
    right: 1.2rem;
    top: 50%;
}

    .cibf__svg > path {
        fill: var(--gray2);
    }

.cibf__svg--select {
    height: 10px;
    width: 10px;
}

.cibf__svg--input {
    height: 18px;
    width: 18px;
}

    .cibf__svg--input > path {
        fill: var(--bblack);
    }

.cibf__cb {
    color: var(--gray2);
    border: 1px solid var(--gray3);
    background-color: var(--gray3);
    border-radius: 10px;
    font-size: 14px;
    font-family: "sf-pro-text-medium";
    max-height: 51px;
    padding: 14px;
    transition: background 0.1s ease-in;
}

.crpt-1 {
    padding-top: 12px !important;
}

.crpt-2 {
    padding-top: 16px !important;
}

.crpt-3 {
    padding-top: 20px !important;
}

.crpt-4 {
    padding-top: 24px !important;
}

.crpt-5 {
    padding-top: 28px !important;
}

.crpt-6 {
    padding-top: 32px !important;
}

.crmt-1 {
    margin-top: 12px !important;
}

.crmt-2 {
    margin-top: 16px !important;
}

.crmt-3 {
    margin-top: 20px !important;
}

.crmt-4 {
    margin-top: 24px !important;
}

.crmt-5 {
    margin-top: 28px !important;
}

.crmt-6 {
    margin-top: 32px !important;
}

.crpb-1 {
    padding-bottom: 12px;
}

.crpb-2 {
    padding-bottom: 16px;
}

.crpb-3 {
    padding-bottom: 20px;
}

.crpb-4 {
    padding-bottom: 24px;
}

.crpb-5 {
    padding-bottom: 28px;
}

.crpb-6 {
    padding-bottom: 32px;
}

.crmb-1 {
    margin-bottom: 12px;
}

.crmb-2 {
    margin-bottom: 16px;
}

.crmb-4 {
    margin-bottom: 24px;
}

.crmb-5 {
    margin-bottom: 28px;
}

.crmb-6 {
    margin-bottom: 32px;
}

.checkout-loader {
    display: flex;
    position: fixed;
    align-items: center;
    background: #0000000a;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: row;
    height: 100vh;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.loader-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.spinner-text {
    color: var(--bblack);
    font-family: "sf-pro-text-regular";
    font-size: 16px;
    margin-top: 1rem;
}

.spinner-container > .fa-spinner {
    color: var(--bblack);
    font-size: 48px !important;
    stroke-dasharray: 20, 5;
}

.cuentatitle {
    font-family: 'sf-pro-text-regular';
    letter-spacing: 1.1px;
    font-size: 40px;
    color: #121212;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px !important;
}

.bopis-mobile {
    display: none;
}

#carrusel-x .swiper-button-prev {
    display: none !important;
}

#carrusel-x .swiper-button-next {
    display: none !important;
}

.color-greyslider {
    color: #121212c9;
    letter-spacing: 1px;
    font-size: 14px;
}

.pt-2 {
    padding-top: 10px;
}

.lscolor {
    letter-spacing: 1.2px;
    font-size: 14px;
    color: #121212bf;
}

.tachado {
    font-size: 16px;
    line-height: 20px;
    font-family: 'sf-pro-text-regular';
    text-decoration: line-through;
}

@media (max-width: 1254px) {
    .text-md-center {
        text-align: center !important;
    }
}

@media (max-width: 1024px) {
    div#bloque-chat {
        display: none;
    }

        div#bloque-chat.chat-block-mobile {
            position: static;
            display: flex;
            flex-direction: row;
            transform: none;
        }

            div#bloque-chat.chat-block-mobile div#btnMostrarChatF {
                display: flex;
                right: 20px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                height: 16px;
                width: 16px;
            }

            div#bloque-chat.chat-block-mobile div#btnMostrarChatF1 {
                display: flex;
                right: 155px;
                background-color: #25d366;
                padding: 10px;
                height: 16px;
                width: 16px;
                align-items: center;
                justify-content: center
            }

            div#bloque-chat.chat-block-mobile div#btnMostrarChatF {
                padding: 10px;
                width: 24px;
                height: 24px;
            }

            div#bloque-chat.chat-block-mobile div#btnMostrarChatF1 {
                padding: 10px;
                width: 24px;
                height: 24px;
            }

            div#bloque-chat.chat-block-mobile div#btnMostrarChatF i {
                width: unset;
                margin: unset;
                font-size: 12px;
            }

            div#bloque-chat.chat-block-mobile div#btnMostrarChatF1 p {
                margin-bottom: unset;
                font-size: 12px;
                margin-top: unset;
                text-align: unset;
            }

                div#bloque-chat.chat-block-mobile div#btnMostrarChatF1 p i {
                    font-size: 14px;
                    margin-top: unset;
                    display: inherit;
                }
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

@media screen and (max-width: 768px) {
    .crmt-2-xs {
        margin-top: 16px !important;
    }
}

@media screen and (max-width: 400px) {
    .button-delivery-address {
        width: 100%;
    }

    .modal-tc-content {
        padding: 0 16px;
    }
}

/* PLACEHOLDER FOR LOB STRIPE CAROUSEL */
.lob-plh {
    background-color: var(--wwhite);
    padding: 0 0 0 calc((100% - 1220px) / 2);
}

.lob-plh-title {
    animation: plh 1s ease-in-out infinite alternate; 
    height: 36px;
    border-radius: 4px;
    background-color: var(--from-color);
    max-width: 400px;
    margin-top: 32px;
    width: 100%;
}

.lob-plh-crsl {
    display: flex;
    flex-direction: row;
    padding: 24px 0 32px 2px;
    overflow-x: hidden;
}

.lob-plh-card {
    animation: plh 0.8s ease-in-out infinite alternate;
    background-color: var(--gray4);
    border-radius: 4px;
    height: 120px;
    min-width: 120px;
    max-width: 120px;
    margin-right: 40px;
    padding-block: 5.5px;
    width: 100%;
}

.wn-plh-card {
    background-color: var(--wwhite);
    border-radius: 16px;
    box-shadow: 0 2px 10px #00000014;
    height: 390px;
    max-height: 390px;
    min-width: 288px;
    margin-right: 24px;
    padding: 16px;
    width: 288px;
}

.wn-plh-img {
    animation: plh 0.75s ease-in-out infinite alternate;
    background-color: var(--from-color);
    border-radius: 4px;
    height: 172px;
    max-height: 172px;
    max-width: 256px;
    width: 100%;
}

.wn-plh-tag {
    animation: plh 1s ease-in-out infinite alternate;
    border-radius: 4px;
    background-color: var(--from-color);
    height: 14px;
    max-width: 100px;
    margin-top: 16px;
    width: 100%;
}

.wn-plh-sub {
    animation: plh 0.75s ease-in-out infinite alternate;
    background-color: var(--from-color);
    border-radius: 4px;
    height: 14px;
    margin-bottom: 8px;
    width: 100%;
}

.wn-plh-title {
    animation: plh 0.9s ease-in-out infinite alternate;
    border-radius: 4px;
    background-color: var(--from-color);
    height: 32px;
    margin-top: 10px;
    margin-bottom: 36px;
    width: 75%;
}

.wn-plh-price {
    animation: plh 1.2s ease-in-out infinite alternate;
    border-radius: 4px;
    background-color: var(--from-color);
    height: 14px;
    margin-top: 16px;
    width: 50%;
}

.srv-plh-card {
    box-shadow: 0 2px 10px #00000014;
    border-radius: 16px;
    height: 178px;
    min-height: 178px;
    min-width: 294px;
    margin-right: 20px;
    padding: 16px;
    width: 294px;
}

.srv-plh-tag {
    animation: plh 1.2s ease-in-out infinite alternate;
    border-radius: 4px;
    background-color: var(--from-color);
    height: 14px;
    max-width: 100px;
    margin-top: 0;
    margin-bottom: 48px;
    width: 100%;
}

.srv-plh-sub {
    animation: plh 1s ease-in-out infinite alternate;
    background-color: var(--from-color);
    border-radius: 4px;
    height: 14px;
    margin-bottom: 8px;
    width: 100%;
}

.bb-plh-tag {
    animation: plh 1s ease infinite alternate;
    background-color: var(--from-color);
    border-radius: 4px;
    height: 14px;
    margin-inline: auto;
    max-width: 100px;
    width: 100%;
}

.bb-plh-title {
    animation: plh 1s ease infinite alternate;
    background-color: var(--from-color);
    border-radius: 4px;
    height: 40px;
    margin-inline: auto;
    max-width: 200px;
    width: 100%;
}

.bb-plh-text {
    animation: plh 1s ease infinite alternate;
    background-color: var(--from-color);
    border-radius: 4px;
    height: 12px;
    margin-inline: auto;
    max-width: 250px;
    width: 100%;
}

.bb-plh-button {
    animation: plh 1s ease infinite alternate;
    cursor: default;
    max-width: 140px;
    width: 100%;
}

.bb-plh-button:hover {
    background-color: var(--bblue);
}

.bb-plh-img {
    animation: plh 1s ease infinite alternate;
    background-color: var(--from-color);
    border-radius: 4px;
    max-width: 550px;
    max-height: 550px;
    width: 100%;
    height: 100%;
    margin-inline: auto;
    object-fit: contain;
}

.avp-plh-icon {
    animation: plh 1s ease infinite alternate;
    clip-path: circle();
    min-width: 48px;
    min-height: 48px;
    height: 48px;
    width: 48px;
}

.avp-plh-title {
    animation: plh 1s ease infinite alternate;
    background-color: var(--from-color);
    border-radius: 4px;
    width: 100%;
}

.avp-plh-text {
    animation: plh 1.2s ease infinite alternate;
    background-color: var(--from-color);
    border-radius: 4px;
    height: 12px;
    width: 100%;
}

.avp-plh-button {
    animation: plh 1s ease infinite alternate;
    background-color: var(--from-color);
    border-radius: 4px;
    height: 12px;
    max-width: 100px;
    width: 100%;
}

@keyframes plh {
    from {
        background-color: var(--from-color);
    }

    to {
        background-color: var(--to-color);
    }
}

#bannerVideo {
    display: none;
}

.close-video-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50px;
    background-color: var(--gray1);
    width: 40px;
    height: 40px;
    cursor: pointer;
}


    .close-video-icon:hover {
       outline: 2px solid var(--bblue);
       outline-offset: 2px;
    }

    .close-video-icon > svg {
        display: block;
        height: 24px;
        width: 24px;
    }

        .close-video-icon > svg > path {
            fill: var(--wwhite);
        }

.banner-video-container {
    display: block;
    border-radius: 10px;
    max-width: 900px;
    overflow: hidden;
    padding: 16px;
    width: 100%;
}

.video {
    border-radius: 10px;
    height: 100%;
    object-fit: contain;
    width: 100%;
}
