/**
 * Nombre del archivo: style.css
 * Descripción: Maneja los estilos de todo el sitio.
 * Autor: BYTE IT
 * Fecha de creación: 2025-03-04
 * Última modificación: 2025-03-04
 */
 
 
/***************************************
* FONTS
***************************************/
@font-face{
    font-family:"IQOS";
    src:url("../fonts/iqos-bold.woff2") format("woff2"),url("../fonts/iqos-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family:"IQOS";
    src:url("../fonts/iqos-light.woff") format("woff2"),url("../fonts/iqos-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family:"IQOS";
    src:url("../fonts/iqos-regular.woff") format("woff2"),url("../fonts/iqos-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/***************************************
* GEOFENCE
***************************************/
.geofence {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 99999999999;
    display: none;
}

.geofence-inner {
    text-align: center;
}

.btn-geofence {
    background: #34303d;
    border-color: #34303d;
    color: #fffdfb;
    font-size: 14px;
    cursor: pointer;
    padding: 0.5em 2em;
    margin: 15px;
    border-radius: 25px;
    text-decoration: none;
}

/***************************************
* AGE GATE
***************************************/
#agegate {
    background: #fffffff0 !important;
    backdrop-filter: blur(10px);
}

.age-gate-select {
    text-align: center;
    max-width: 150px;
    width: 150px;
    min-width: 80px;
    padding: 0.5rem 1rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}

.age-gate-submit {
    background-color: #524F5A;
    color: #fffdfb;
    border: 0;
}

.age-gate-submit {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 24px;
    padding: .625rem 2rem .625rem 2rem;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: normal;
    font-size: 1rem;
    z-index: 1;
    height: 2.75rem;
    min-height: 2.75rem;
    white-space: nowrap;
    min-width: 60%;
    margin: 15px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: button;
    transition-duration: 300ms;
    transition-property: color,border-color,background-color;
}

.age-gate-submit-no {
    background: none !important;
    border: solid 1px #524F5A !important;
    color: #524F5A !important;
}

.age-gate-submit:before {
    content: "";
    width: 150%;
    height: 100%;
    top: 0;
    display: block;
    position: absolute;
    transform: skew(0);
    transition: all .35s ease-out;
    z-index: -1;
    left: -160%;
}

.age-gate-submit:hover {
    animation: btnColor .3s ease forwards;
    background-color: #524F5A;
}

.age-gate-submit:hover:before {
    background-color: #00d1d2;
    transform: skew(-45deg);
    left: -30%;
}

/***************************************
* GENERIC DEFINITIONS
***************************************/
*,p,h1,h2,h4,h5,h6,span,input,a,div{
    font-family: 'IQOS';
}
html, body {
    overscroll-behavior: contain;
}
body {
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll !important;
}

footer {
    clear:both;
    position:relative;
    height:120px;
    margin-bottom:-120px;
}

.text-white {color: #fff;}
.text-black {color: #34303D;}
.text-blue {color: #00d1d2;}
.text-grey {color: #34303D;}

.bg-beige {background:#f7f4f0;}
.bg-white{background: #ffffff;}
.bg-white-opacity {
    background: #fffffff0 !important;
    backdrop-filter: blur(10px);
}
.bg-black-opacity {
    background: #000000db !important;
}
.bg-red{background: red;}
.bg-light-grey{background: #b3adbf;}
.bg-grey{background: #34303D;}
.bg-grey-mid {background: #34303Ddd;}
.bg-dark-grey{ background: #34303d;}
.bg-black{ background: #000000;}
.bg-blue{ background: #00d1d2;}
.bg-green{ background: #1ED760;}
.bg-rose{ background: #FF006B;}
.bg-img{background: url(../images/Background.jpg) no-repeat;background-size: cover; background-position: right;min-height: 35vh;align-items: center;}
.bg-account{background: url(../images/background-a.jpg) no-repeat;background-size: cover; background-position: center;min-height: 100vh;align-items: center;}
.bg-noaccount{background: url(../images/background-na.jpg) no-repeat;background-size: cover; background-position: top;min-height: 30vh;align-items: center;}

.border-white{border:solid 2px #ffffff;}
.border-light-grey{border:solid 2px #b3adbf;}
.border-grey{border:solid 2px #34303D;}
.border-dark-grey{ border:solid 2px #34303d;}
.border-black{ border:solid 2px #000000;}
.border-blue{ border:solid 2px #00d1d2;}

.fs-7 {font-size: 0.8rem !important;}
.fs-8 {font-size: 0.5rem !important;}
.fs-9 {font-size: 0.25rem !important;}

.h100vh{
    min-height: 100vh;
    height: -webkit-fill-available;
}
.h-fill-available{
    height: -webkit-fill-available;
}
.rounded-1 {
    border-radius:25px;
}

.btn-blue:disabled{
    color: #fff;
    background: #BABABA;
    border: none;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: 1em;
    cursor: not-allowed;
}
.btn-blue {
    color: #fff;
    background: #005EB8;
    border: none;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: 1em;
    cursor: pointer;
}
.btn-fa-close {
    border: none;
    background: black;
    width: 25px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1em;
}
input#btnQuieroPremios:disabled {
    opacity: 0.5;
}
.noscroll {
    overflow: hidden !important;
}

.cursor-pointer {
    cursor: pointer
}
.popup {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110vh;
    z-index: 999;
}
.hidden {
    display:none;
}
.overflow-y-scroll{
    overflow-y: scroll;
    overflow-x: hidden;
}
.product-card {
    border-radius: 25px;
    box-shadow: 1px 1px 15px #a4a4a48a;
}
.product-image {
    background: #34303D;
    border-radius: 25px 25px 0 0;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content:center;
}
.product-image img{
    width:150px;
}
.product-image.shopify.active{
    background: #1ED760;
}
.product-image.iqos.active{
    background: #00d1d2;
}
.product-image.together.active{
    background: #FF006B;
}
.product-data {
    min-height: 180px;
    display: grid;
    align-content: space-around;
}
.img-info-table{
    object-fit: contain;
    min-height: 40px;
    width: 100%;
}
.img-checkout{
    object-fit: contain;
    min-height: 100px;
    width: 100px;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(to right, #000 30%, #00000000);
}
.overlay-grey {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(to right, #000000cc 35%, #00000000);
}
.line-with-text {
    display: flex;
    align-items: center;
    text-align: center;
    width:100%;
}

    .line-with-text::before,
    .line-with-text::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #34303D;
    }

    .line-with-text::before {
        margin-right: 0.5em;
    }

    .line-with-text::after {
        margin-left: 0.5em;
    }
.col-info {
    background: #f7f4f0;
    border-radius: 25px;
}
.col-info-4 {
    background: #f7f4f0;
    border-radius: 25px 0 0 25px;
}
/***************************************
* Number spinner
***************************************/
.number-spinner {
    display: inline-flex;
    align-items: center;
    border: 1px solid #34303d;
    background-color: #34303d;
    border-radius: 5px;
    overflow: hidden;
}

.number-spinner span {
  width: 50px;
  background-color: #34303d;
  color:#fff;
  text-align: center;
  border: none;
  outline: none;
  -moz-appearance: textfield;
}

    .number-spinner input, .number-spinner div {
        width: 30px;
        height: 30px;
        border: none;
        background-color: #34303d;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        line-height: 1;
        align-content: center;
    }

.number-spinner button:hover {
  background-color: #34303d;
}

/* Remover flechas en inputs type=number para Chrome */
.number-spinner input::-webkit-outer-spin-button,
.number-spinner input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/***************************************
* RESPONSIVE QUERIES
***************************************/

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .bg-img{background: url(../images/Background-mobile.jpg) no-repeat;background-size: cover; background-position: center;min-height: 35vh;}
    .bg-account{background: url(../images/background-a-mobile.jpg) no-repeat;background-size: cover; background-position: top;min-height: 90vh;align-items: normal;}
    .bg-noaccount{background: url(../images/background-na-mobile.jpg) no-repeat;background-size: cover; background-position: top;min-height: 90vh;align-items: normal;}
    .bg-account .col-12 {
        display: grid;
        align-content: flex-start;
    }
    .bg-noaccount .col-12 {
        display: grid;
        align-content: flex-start;
    }
    .col-info {
        background: #fff;
        border-radius: 0;
    }
    .col-info-4 {
        background: #fff;
        border-radius: 0;
    }
    .col-info-inner {
        background: #f7f4f0;
        border-radius: 25px;
        padding: 10px;
    }
    .col-info-inner-blue {
        background: #00d1d2;
        border-radius: 25px;
        padding: 10px;
    }
    .col-info-inner .fs-6 {
        font-size: 0.8rem !important;
    }
    .col-info-inner .fs-7 {
        font-size: 0.6rem !important;
    }
    .overlay{
        background: linear-gradient(to right, #000000cc 25%, #00000000);
    }
    .overlay-grey {
        background: linear-gradient(to bottom, #000000cc 35%, #00000000);
    }
    .product-data {
        min-height: 150px;
        display:grid;
        align-content:space-between;
    }
    .product-image {
        height: 100px;
    }

    .product-image img {
        width: 100px;
    }

    .product-data .fs-6 {
        font-size: 0.8em !important;
    }
}
/* Small devices (landscape phones, 5760px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .bg-account{background: url(../images/background-a.jpg) no-repeat;background-size: cover; background-position: top;min-height: 50vh;align-items: center;}
    .bg-noaccount{background: url(../images/background-na.jpg) no-repeat;background-size: cover; background-position: top;min-height: 50vh;align-items: center;}
    .row-info{background:#f7f4f0 ;border-radius: 0.375rem;}
    .product-image {height: 100px;}
    .product-image img {width: 100px;}
    .product-data.fs-6 {font-size:0.9em !important;}
    .col-info {
        background: #fff;
        border-radius: 0;
    }

    .col-info-4 {
        background: #fff;
        border-radius: 0;
    }

    .col-info-inner {
        background: #f7f4f0;
        border-radius: 25px;
        padding: 10px;
    }

    .col-info-inner-blue {
        background: #00d1d2;
        border-radius: 25px;
        padding: 10px;
    }

    .col-info-inner .fs-6 {
        font-size: 0.8rem !important;
    }

    .col-info-inner .fs-7 {
        font-size: 0.6rem !important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .bg-img{background: url(../images/Background-mobile.jpg) no-repeat;background-size: cover; background-position: center;min-height: 25vh;}
    .bg-account{background: url(../images/background-a.jpg) no-repeat;background-size: cover; background-position: top;min-height: 50vh;align-items: center;}
    .bg-noaccount{background: url(../images/background-na.jpg) no-repeat;background-size: cover; background-position: top;min-height: 50vh;align-items: center;}
    .col-info {
        background: #fff;
        border-radius: 0;
    }

    .col-info-4 {
        background: #fff;
        border-radius: 0;
    }

    .col-info-inner {
        background: #f7f4f0;
        border-radius: 25px;
        padding: 10px;
    }

    .col-info-inner-blue {
        background: #00d1d2;
        border-radius: 25px;
        padding: 10px;
    }

    .col-info-inner .fs-6 {
        font-size: 0.8rem !important;
    }

    .col-info-inner .fs-7 {
        font-size: 0.6rem !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .product-image img {
        width: 100px;
    }
    .product-data {
        min-height: 220px;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .overlay {
        background: linear-gradient(to right, #000 10%, #00000000);
    }
    .product-image img {
        width: 120px;
    }
    .product-data {
        min-height: 220px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .overlay {
        background: linear-gradient(to right, #000 10%, #00000000);
    }
    
}
