﻿/*
    :::::::::::::::::::::::::::::::::::::::::::
    :::::::::: FONTS WOFF2 OPTIMIZED ::::::::::
    :::::::::::::::::::::::::::::::::::::::::::
*/

@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/San-Francisco-Pro-Fonts/woff2/SF-Pro-Text-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/San-Francisco-Pro-Fonts/woff2/SF-Pro-Text-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/San-Francisco-Pro-Fonts/woff2/SF-Pro-Text-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/San-Francisco-Pro-Fonts/woff2/SF-Pro-Text-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: bold;
    font-display: swap;
}

/*@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: #333333;
    --gray2: #595959;
    --gray3: #D9D9D9;
    --gray4: #F2F2F2;
    --oorange: #BF4800;
    --bblue: #0071E3;
    --ggreen: #008900;
    --rred: #E30000;
    --mustard: #D78B2E;
    --discount: #DE3618;
    /* COLORES PROMOCIONES */
    --new: #BF4800;
    --sale: #008900;
    --special-offer: #5856D6;
    --affordability: #0071BC;
    --order-related: #336E7B;
    --in-stock: #A3684E;
    --store-related: #595959;
    /* COLORES ESTADOS DE LOS BOTONES */
    --button-primary-hover: #0054A8;
    --button-secondary: #D0D0D0;
}
html {
    overflow-y: scroll;
}

html, body {
    scrollbar-gutter: stable;
    font-family: "SF Pro Text";
    font-weight: 400;
    letter-spacing: 0.06rem;
    text-rendering: optimizeSpeed;
    scroll-behavior: smooth;
}

.notificarme {
    color: var(--store-related);
}

.esim {
    color: var(--ggreen);
    font-family: "SF Pro Text" !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}

.esim-pdp {
    font-size: 14px !important;
}

.sup-esim .esim {
    font-size: 7px;
}

    .sup-esim .esim svg {
        display: none;
        height: 7px;
        width: 7px;
        margin-left: -2px;
    }

lt-badges, .esim svg {
    display: none;
    height: 10px;
    width: 10px;
    margin-bottom: 0px;
    margin-left: -4px;
    fill: red;
    stroke: var(--ggreen);
}

ul.lista-tags li .esim {
    position: relative;
    top: -4px;
}

.bento-esim {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

body,
figure {
    margin: 0;
}

main {
    overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "SF Pro Text";
    font-weight: 600;
    line-height: normal !important;
}

p {
    padding: 0;
    font-family: "SF Pro Text";
    font-weight: 400;
    font-size: 14px;
}

a {
    padding: 0;
    font-family: "SF Pro Text";
    font-size: 14px;
    font-weight: 400;
}

/* Typography */
/* Display Nivel 1 */
h1,
.h1 {
    font-size: 48px;
    line-height: 58px;
}

h2,
.h2 {
    font-size: 2.1rem;
    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";
    font-weight: 500;
}

.title-regular {
    font-size: 16px;
    line-height: 20px;
    font-family: "SF Pro Text";
    font-weight: 400;
}

/* Typography */
/* Body Nivel 4 */
.body-semibold {
    font-size: 14px;
    line-height: 20px;
    font-family: "SF Pro Text";
    font-weight: 600;
}

.body-medium {
    font-size: 16px;
    line-height: 20px;
    font-family: "SF Pro Text";
    font-weight: 500;
}

.body-regular {
    font-size: 14px;
    line-height: 20px;
    font-family: "SF Pro Text";
    font-weight: 400;
}

/* Typography */
/* Label Nivel 5 */
.label-semibold {
    font-size: 12px;
    line-height: 14px;
    font-family: "SF Pro Text";
    font-weight: 600;
}

.label-regular {
    font-size: 12px;
    line-height: 14px;
    font-family: "SF Pro Text";
    font-weight: 400;
}

.label-small-semibold {
    font-size: 8px;
    line-height: 14px;
    font-family: "SF Pro Text";
    font-weight: 600;
}

.financiamiento {
    text-transform: uppercase;
    color: var(--affordability);
}

.label-small-regular {
    font-size: 8px;
    line-height: 20px;
    font-family: "SF Pro Text";
    font-weight: 400;
}

/* 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 {
    text-transform: uppercase;
    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";
    font-weight: 600;
}

.servicios-tienda-verde {
    color: var(--ggreen);
    text-transform: uppercase;
    font-family: "SF Pro Text";
    font-weight: 600;
}

.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";
        font-weight: 400;
        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";
            font-weight: 600;
            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";
    font-weight: 600;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, opacity 200ms ease-in-out, outline-color 200ms ease-in-out, border-color 200ms ease-in-out;
}

.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";
    font-weight: 600;
}

.boton span {
    display: inline;
}

    .boton span::first-letter {
        text-transform: uppercase;
    }

.boton-primario {
    background-color: var(--bblue);
    color: var(--wwhite);
}


    .boton-primario:hover {
        text-decoration: underline !important;
        text-underline-offset: .3rem !important;
        text-decoration-thickness: .1rem !important;
        background-color: var(--button-primary-hover);
        transition: text-decoration-thickness ease .1s !important;
    }

        .boton-primario:hover span, .boton-primario:focus span {
            text-decoration: underline !important;
            text-underline-offset: .3rem !important;
            text-decoration-thickness: .1rem !important;
        }

.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;
        text-decoration: underline !important;
        text-underline-offset: .3rem !important;
        text-decoration-thickness: .1rem !important;
    }

        .boton-secundario:hover span {
            text-decoration: underline !important;
            text-underline-offset: .3rem !important;
            text-decoration-thickness: .1rem !important;
        }

.boton-agregar {
    padding: 10px 35px;
    height: 40px;
}

.boton-saber-mas {
    color: var(--bblue);
    padding: 0;
    height: auto;
    font-family: "SF Pro Text";
    font-weight: 600;
    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;
        }

/*Ajustes CWV*/

.banner-carrusel-x {
    position: relative;
    min-height: 433px;
}

    .banner-carrusel-x > .banner-loader {
        position: absolute;
        background-color: var(--gray4);
        left: 0;
        min-height: 433px;
        top: 0;
        width: 100%;
        z-index: 2;
    }

    .banner-carrusel-x .spinner-container {
        display: flex;
        align-items: center;
        min-height: inherit;
        justify-content: center;
    }

.placeholder--light {
    animation: placeholderLight 2s ease-in-out alternate infinite;
}
@media only screen and (max-width: 501px) {
    .banner-carrusel-x {
        min-height: 440px;
    }

        .banner-carrusel-x > .banner-loader {
            position: relative;
            min-height: 440px;
          
        }
    }

@media only screen and (max-width: 450px) {
    .banner-carrusel-x {

        min-height: 390px;
    }

    .banner-carrusel-x > .banner-loader {
        position: relative;
        min-height: 390px;
    }
}

    @keyframes placeholderLight {
        from {
            background-color: var(--gray3);
        }

        to {
            background-color: var(--gray4);
        }
    }






    .fn_m_suc.boton-saber-mas > span > svg {
        margin-left: 0;
    }

    .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);
        text-decoration: underline !important;
        text-underline-offset: .3rem !important;
        text-decoration-thickness: .1rem !important;
        transition: text-decoration-thickness ease .1s !important;
    }

    .boton-saber-mas span:hover,
    .boton-saber-mas:focus {
        color: var(--button-primary-hover);
        text-decoration: underline !important;
        text-underline-offset: .3rem !important;
        text-decoration-thickness: .1rem !important;
        transition: text-decoration-thickness ease .1s !important;
    }

    .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";
        font-weight: 400;
    }

    .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";
        font-weight: 400;
        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";
        font-weight: 600;
        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";
        font-weight: 500;
        font-size: 14px;
        text-align: justify;
    }

    .modal-content-subprimary {
        font-family: "SF Pro Text";
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.06rem;
    }

    .modal-content-secondary {
        color: var(--gray2);
        font-family: "SF Pro Text";
        font-weight: 400;
        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";
        font-weight: 700;
    }

    .cibf__ci,
    .cibf__cl {
        font-family: "SF Pro Text";
        font-weight: 400;
        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";
        font-weight: 400;
        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";
        font-weight: 500;
        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";
        font-weight: 400;
        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";
        font-weight: 400;
        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";
        font-weight: 400;
        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%;
    }

    .cookies-active {
        position: relative;
        /* overflow: hidden;*/
    }



    .pleca-cookies {
        display: block;
        position: fixed;
        align-content: center;
        background-color: var(--gray4);
        bottom: 0;
        left: 0;
        height: auto;
        max-height: 480px;
        overflow: auto;
        width: 100%;
        z-index: 1030;
        min-height: 106px;
        padding: 32px !important;
        transition: all 1s ease;
        transform: translateY(100%);
    }

    .cookies-active
    .pleca-cookies {
        transform: translateY(0);
    }

    .pleca-cookies
    .boton-saber-mas > span {
        font-size: 16px;
        text-wrap: nowrap;
    }

    .cookies-button-manage {
        border: none !important;
        color: var(--bblack);
        font-family: "SF Pro Text";
        font-size: 16px;
        font-weight: 400;
        letter-spacing: normal !important;
        outline: none !important;
        padding: 0 !important;
    }

        .cookies-button-manage:hover,
        .cookies-button-manage:active,
        .cookies-button-manage:focus {
            color: var(--bblack);
            outline: none !important;
        }

    .cookies-top-text {
        color: var(--bblack);
        font-size: 16px;
        font-family: "SF Pro Text";
        margin: 0;
    }

    .cookies-top-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .cookies-top-title-wrap {
        margin-right: 5%;
        padding-right: 0;
    }

    .cookies-top-title {
        color: var(--bblack);
        font-size: 20px;
        font-family: "SF Pro Text";
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: normal;
        margin: 0;
        margin-bottom: 8px;
    }

    .cookies-top-actions {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 20px;
        justify-content: center;
        min-width: 580px;
    }

    .cookies-bottom-title {
        color: var(--bblack);
        font-family: "SF Pro Text";
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.02em;
        margin: 0;
        margin-top: 16px;
        margin-bottom: 4px;
    }

    .cookies-bottom-text {
        font-family: "SF Pro Text";
        font-size: 14px;
        letter-spacing: -0.02em;
        margin: 0;
        margin-bottom: 16px;
    }

    .cookies-button {
        border: none;
        flex-basis: 50%;
        height: 48px;
        line-height: normal;
        margin-right: 10px;
        padding: 16px 22px;
    }

    .cookies-close-button {
        background-color: transparent;
        border: none;
        border-radius: 100%;
        height: 100%;
        min-height: 32px;
        min-width: 32px;
        max-height: 32px;
        max-width: 32px;
        width: 100%;
    }

        .cookies-close-button:hover {
            outline: 2px solid var(--bblue);
        }

        .cookies-close-button
        span {
            display: block;
            margin-inline: auto;
        }

            .cookies-close-button
            span
            svg {
                display: block;
                height: 100%;
                min-height: 20px;
                min-width: 20px;
                max-width: 20px;
                max-height: 20px;
                margin-inline: auto;
                width: 100%;
            }

    .pleca-cookies
    .container {
        padding-inline: 0;
    }

    .cookies-active
    .cookies-backdrop {
        background: #0000007a;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        transform: translateY(0);
        width: 100%;
        z-index: 999;
    }

    .modal-open
    .cookies-backdrop {
        background: unset;
    }

    .cookies-bottom-section {
        margin-inline: 24px;
    }

    .cookies-options {
        border-top: 1px solid var(--gray3);
        margin-inline: 24px;
        padding-top: 16px;
    }

    .cookies-options-list {
        list-style: none;
        padding-inline: 0;
    }

    .cookies-checked-default {
        accent-color: var(--gray2);
    }

    .cookies-options-list > li {
        display: flex;
        align-items: flex-start;
        cursor: pointer;
        gap: 8px;
        flex-wrap: nowrap;
        margin-top: 16px;
    }

        .cookies-options-list > li
        label {
            cursor: pointer;
        }

    .cookies-option-title {
        display: flex;
        color: var(--bblack);
        font-size: 16px;
        font-weight: 600;
        font-family: "SF Pro Text";
        letter-spacing: -0.02em;
    }

    .cookies-option-text {
        font-size: 16px;
        margin: 0;
    }

    .cookies-active
    #cookiesModal.modal,
    .cookies-active
    #cookiesPolicyModal.modal {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .cookies-active
    .modal-backdrop.in {
        background: unset;
    }

    .cookies-active
    .titavisode.principal {
        font-size: 36px !important;
        line-height: normal;
    }

    .cookies-active
    #cookiesPolicyModal
    .modal-content {
        padding-inline: 48px;
    }

    .cookies-active
    #cookiesModal.modal
    .modal-content {
        padding-inline: 24px;
        padding-bottom: 24px;
    }

    .cookies-option-icon-wrap
    input[type="checkbox"] {
        min-width: 18px;
        min-height: 18px;
    }

    .cookies-active
    #cookiesModal.modal
    .cookies-top-section {
        border-bottom: 1px solid var(--gray3);
        padding-bottom: 24px;
    }

    .cookies-active
    #cookiesModal.modal
    .cookies-top-section {
        flex-wrap: wrap;
    }

    #plecaCookies
    .close.button {
        display: flex;
        align-items: center;
        background-color: var(--gray4);
        border-radius: 100px;
        border: none;
        justify-content: center;
        position: absolute;
        top: 16px;
        right: 16px;
    }

        #plecaCookies
        .close.button > svg {
            display: block;
            fill: var(--bblack);
            stroke: var(--bblack);
            height: 16px;
            min-width: 16px;
            min-height: 16px;
            max-width: 16px;
            max-height: 16px;
            width: 16px;
        }

    @media only screen and (max-width: 1200px) {
        .cookies-active #cookiesModal.modal .cookies-top-section {
            flex-direction: column;
            row-gap: 16px;
        }

        .cookies-active
        #cookiesModal.modal
        .cookies-top-title {
            margin-bottom: 0;
        }

        .cookies-active
        #cookiesModal.modal
        .cookies-top-title-wrap {
            margin-right: 0;
        }
    }

    @media only screen and (max-width: 950px) {
        .cookies-top-section {
            flex-direction: column;
            gap: 16px;
        }

        .cookies-close-button {
            position: absolute;
            top: 8px;
            right: 0;
        }
    }

    @media only screen and (max-width: 750px) {
        .cookies-active
        #cookiesModal.modal
        .cookies-top-actions {
            flex-direction: column;
            min-width: auto;
            width: 100%;
        }

        .cookies-active
        #cookiesModal.modal
        .cookies-top-section {
            align-items: flex-start;
        }

        .cookies-active
        #cookiesModal.modal
        .cookies-button {
            margin-right: 0;
            width: 100%;
        }

        .cookies-button {
            flex-basis: unset;
            margin-right: 0;
            width: 100%;
        }

        .cookies-top-actions {
            flex-wrap: wrap-reverse;
            min-width: auto;
        }

        .cookies-top-title-wrap {
            margin-right: 0;
        }

        .cookies-top-section {
            row-gap: 24px;
        }
    }

    @media only screen and (max-width: 680px) {
        .cookies-active
        .titavisode.principal {
            font-size: 24px !important;
            text-align: center;
        }

        .cookies-active
        #cookiesPolicyModal
        .modal-content {
            padding-inline: 16px;
        }
    }

    @media only screen and (max-width: 480px) {
        .cookies-top-title {
            font-size: 18px;
        }

        .cookies-top-section {
            align-items: flex-start;
        }
    }

    @media only screen and (max-width: 350px) {
        .cookies-top-title {
            font-size: 16px;
            text-align: left;
        }
    }