html body {
    background: #f5f5f5 !important;
}

.resp {
    width: 100%;
    height: auto;
}

.banner-plp {
    width: 100%;
    height: 100%;
    max-width: 1280px;
    max-height: 154px;
    position: relative;
    display: block;
    font-family: 'Lato', sans-serif;
    border-radius: 4px;
    margin: 0 auto;
}

.banner-plp ul.faceta {
    width: 100%;
    height: 100%;
    max-width: 1280px;
    max-height: 154px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
}

.banner-plp ul.faceta li {
    width: 50%;
    list-style: none;
}

.banner-plp ul.faceta li a {
    text-decoration: none;
}

.banner-plp ul.faceta li img {
    max-width: 105px;
    margin: 0 auto;
    position: relative;
    display: block;
    border-radius: 50%;
    background-color: #f5f5f5;
}

.banner-plp ul.faceta li h4 {
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.banner-plp ul.faceta li a:hover h4 {
    color: #0072ce;
}

.banner-plp div.txt-marca {
    width: 16%;
    padding-left: 4%;
    float: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
}

.banner-plp div.txt-marca h3 {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    display: table-cell;
    vertical-align: middle;
    height: 154px;
}

.banner-plp ul.marca {
    width: 80%;
    height: 100%;
    max-width: 1190px;
    max-height: 154px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
}

.banner-plp ul.marca li {
    width: 50%;
    list-style: none;
}

.banner-plp ul.marca li a {
    text-decoration: none;
}

.banner-plp ul.marca li img {
    max-width: 134px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.banner-plp ul.marca li h4 {
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 900;
}

.banner-plp ul.marca li a:hover h4 {
    color: #0072ce;
    font-weight: bold;
}

.banner-100 {
    height: inherit;
    max-height: 80px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
}

.banner-plp .banner-50 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 10px;
    grid-template-areas: ". .";
    padding: 0;
}

.banner-plp .banner-50 li {
    /* width: 49%; */
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
}
.banner-plp .banner-33 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 10px;
    padding: 0;
}
.banner-plp .banner-33 li {
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
}

.visible-xs {
    display: none;
}

.hidden-xs {
    display: block;
}

@media screen and (max-width: 720px) {
    .banner-plp {
        margin-bottom: 60px;
    }
    /* catt/facetas */
    .banner-plp ul.faceta {
        overflow-x: scroll;
        justify-content: flex-start;
        height: 180px;
        max-height: 180px;
    }
    .banner-plp ul.faceta li {
        min-width: 120px;
    }
    .banner-plp div.txt-marca {
        float: none;
        width: 100%;
        display: block;
        max-height: 30px;
        text-align: center;
        padding-left: 0;
    }
    .banner-plp div.txt-marca h3 {
        margin: 0;
        text-align: center;
        display: block;
        height: 100%;
    }
    .banner-plp ul.marca {
        width: 100%;
        overflow-x: scroll;
        justify-content: flex-start;
        max-height: 134px;
        padding: 0;
    }
    .banner-plp ul.marca li {
        min-width: 120px;
    }
    .banner-100 {
        height: inherit;
        max-height: 100%;
    }
    .banner-plp ul.banner-50 {
        overflow-x: scroll;
        justify-content: space-between;
        max-height: 142px;
        padding: 0;
    }
    .banner-plp ul.banner-50 li {
        min-width: 400px;
    }
    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block;
    }
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}



/* -- //////// CYBERDAY 2021 //////// -- */
/* -- //////// CYBERDAY 2021 //////// -- */
.banner-plp.cyber {
    background-color: #0072ce !important;
    background-image: url(https://www.sodimac.cl/static/banner-plp/jarvis/img/bkg-cybermonday.jpg);
    overflow: hidden;
}

.banner-plp.cyber .txt-marca {
    width: 20%;
    background-color: transparent;
    box-shadow: none;
    box-sizing: border-box;
    padding: 0;
    position: relative;
}

.banner-plp.cyber .txt-marca .logo-cyber {
    margin: 12px auto 0;
    position: relative;
    display: block;
    text-align: center;
    -webkit-animation: logocyber 6s infinite ease-in-out;
    -moz-animation: logocyber 6s infinite ease-in-out;
    -o-animation: logocyber 6s infinite ease-in-out;
}

@-webkit-keyframes logocyber {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    5% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes logocyber {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes logocyber {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

.banner-plp.cyber .txt-marca .logo-cyber img {
    width: 140px;
    margin: 0 auto;
}

.banner-plp.cyber .txt-marca h3 {
    display: none;
}

.banner-plp.cyber .txt-marca .logo-cuotas {
    position: absolute;
    display: block;
    text-align: center;
    top: 64%;
    margin-top: -45px;
    left: 50%;
    margin-left: -105px;
    -webkit-animation: logocuotas 6s infinite ease-in-out;
    -moz-animation: logocuotas 6s infinite ease-in-out;
    -o-animation: logocuotas 6s infinite ease-in-out;
}

@-webkit-keyframes logocuotas {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    55% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    95% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes logocuotas {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes logocuotas {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

.banner-plp.cyber .txt-marca .logo-cuotas img {
    width: 210px;
    margin: 0 auto;
}

.banner-plp.cyber ul.marca {
    background-color: #0072ce;
}

.banner-plp.cyber ul.marca li {
    box-sizing: border-box;
    padding: 12px 0 0;
}

.banner-plp.cyber ul.marca li a i {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    transition: All 0.3s ease-in-out;
}

.banner-plp.cyber ul.marca li a:hover i {
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    transform: translatey(-10px);
}

.banner-plp.cyber ul.marca li a img {
    width: 100%;
    height: auto;
    fill: #0072ce;
}

.banner-plp.cyber ul.marca li a h4 {
    color: #fff;
}


/* -- button -- */
.banner-plp.cyber ul.marca li button {
    background: transparent;
    border: none;
}
.banner-plp.cyber ul.marca li button i {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    transition: All 0.3s ease-in-out;
}

.banner-plp.cyber ul.marca li button:hover i {
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    transform: translatey(-10px);
}

.banner-plp.cyber ul.marca li button img {
    width: 100%;
    height: auto;
    fill: #0072ce;
}

.banner-plp.cyber ul.marca li button h4 {
    color: #fff;
}
/* -- button -- */



/* media */

@media screen and (max-width: 720px) {
    .banner-plp.cyber .txt-marca {
        width: 100%;
        height: 50px;
        max-height: 50px;
        position: relative;
        display: block;
    }
    .banner-plp.cyber .txt-marca .logo-cyber {
        margin: 0;
        padding: 4px 0 0;
    }
    .banner-plp.cyber .txt-marca img {
        width: 170px;
    }
    .banner-plp.cyber ul.marca li {
        padding: 8px 0 0;
    }
    .banner-plp.cyber ul.marca li a i {
        width: 48px;
        height: 48px;
        padding: 8px;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
    }
    .banner-plp.cyber ul.marca li a:hover i {
        -webkit-transform: translatey(0px);
        -moz-transform: translatey(0px);
        -o-transform: translatey(0px);
        -ms-transform: translatey(0px);
        transform: translatey(0px);
    }
    .banner-plp ul.marca li h4 {
        margin: 4px 0 0;
    }
}
/* -- //////// CYBERDAY 2021 //////// -- */
/* -- //////// CYBERDAY 2021 //////// -- */




/* -- //////// PASION FUTBOL 2021 //////// -- */
/* -- //////// PASION FUTBOL 2021 //////// -- */
.banner-plp.pasion {
    background-color: #0072ce !important;
    background-image: url(https://www.sodimac.cl/static/banner-plp/jarvis/img/bg-pasion-futbol.jpg);
    overflow: hidden;
}

.banner-plp.pasion .txt-marca {
    width: 20%;
    background-color: transparent;
    box-shadow: none;
    box-sizing: border-box;
    padding: 0;
    position: relative;
}

.banner-plp.pasion .txt-marca .logo-pasion {
    margin: 12px auto 0;
    position: relative;
    display: block;
    text-align: center;
}


/* rev js 04062021 --- sacar 6 cuotas */
/*
-webkit-animation: logopasion 6s infinite ease-in-out;
-moz-animation: logopasion 6s infinite ease-in-out;
-o-animation: logopasion 6s infinite ease-in-out;
@-webkit-keyframes logopasion {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    5% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes logopasion {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes logopasion {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
*/

.banner-plp.pasion .txt-marca .logo-pasion img {
    width: 140px;
    margin: 0 auto;
}

.banner-plp.pasion .txt-marca h3 {
    display: none;
}

.banner-plp.pasion .txt-marca .logo-cuotas {
    position: absolute;
    display: block;
    text-align: center;
    top: 64%;
    margin-top: -30px;
    left: 50%;
    margin-left: -105px;
    -webkit-animation: logocuotas 6s infinite ease-in-out;
    -moz-animation: logocuotas 6s infinite ease-in-out;
    -o-animation: logocuotas 6s infinite ease-in-out;
    display: none;
}

@-webkit-keyframes logocuotas {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    55% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    95% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes logocuotas {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes logocuotas {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

.banner-plp.pasion .txt-marca .logo-cuotas img {
    width: 210px;
    margin: 0 auto;
}

.banner-plp.pasion ul.marca {
    background: none;
}

.banner-plp.pasion ul.marca li {
    box-sizing: border-box;
    padding: 12px 0 0;
}

.banner-plp.pasion ul.marca li a i {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #572537;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    transition: All 0.3s ease-in-out;
}

.banner-plp.pasion ul.marca li a:hover i {
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    transform: translatey(-10px);
}

.banner-plp.pasion ul.marca li a img {
    width: 100%;
    height: auto;
    fill: #0072ce;
}

.banner-plp.pasion ul.marca li a h4 {
    color: #fff;
}


/* media */

@media screen and (max-width: 720px) {
    .banner-plp.pasion .txt-marca {
        width: 100%;
        height: 50px;
        max-height: 50px;
        position: relative;
        display: block;
    }
    .banner-plp.pasion .txt-marca .logo-pasion {
        margin: 0;
        padding: 4px 0 0;
    }
    .banner-plp.pasion .txt-marca img {
        width: 170px;
    }
    .banner-plp.pasion ul.marca li {
        padding: 8px 0 0;
    }
    .banner-plp.pasion ul.marca li a i {
        width: 48px;
        height: 48px;
        padding: 8px;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
    }
    .banner-plp.pasion ul.marca li a:hover i {
        -webkit-transform: translatey(0px);
        -moz-transform: translatey(0px);
        -o-transform: translatey(0px);
        -ms-transform: translatey(0px);
        transform: translatey(0px);
    }
    .banner-plp ul.marca li h4 {
        margin: 4px 0 0;
    }
}


/* add alert to costumer service */
.banner-plp .armado {
    width: 100%;
    text-align: center;
    background-color: #0072ce;
    font-size: 13px;
    color: #fff;
    padding: 3px;
    font-weight: bold;
}