/* Fuentes self-hosted.
   Antes: @import a cdnjs (Font Awesome) y use.typekit.net, mas Poppins en TTF
   desde fonts.gstatic.com. Eso son tres origenes de terceros en el camino
   critico, y el TTF pesa ~154 KB por peso contra ~8 KB del woff2 equivalente.
   Typekit se quito porque ninguna regla de este archivo usa sus familias
   (solo VS.css y TNF.css, que lo importan por su cuenta).
   Las rutas son relativas a este .css, asi que funcionan igual cuando el
   bloque se renderiza server-side dentro del dominio del cliente. */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(webfonts/poppins-300.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(webfonts/poppins-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(webfonts/poppins-500.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(webfonts/poppins-600.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(webfonts/poppins-700.woff2) format('woff2');
}
/* Font Awesome 6 Free: solo las declaraciones @font-face. Las ~18,7 KB de
   clases .fa-* de all.min.css no se usan; los glifos se referencian desde
   nuestras propias clases (.icon-star-verificado, .icon-thumbs-up-verificado,
   etc.) via content: "\fXXX". */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(webfonts/fa-regular-400.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(webfonts/fa-solid-900.woff2) format("woff2");
}

/* El bloque renderizado server-side vive siempre bajo el fold en la PDP:
   el navegador se saltea layout y paint mientras esta fuera de pantalla.
   contain-intrinsic-size reserva el alto para que no haya salto al scrollear. */
.verificameIoWidgetPage[data-vrf-ssr] {
  content-visibility: auto;
  contain-intrinsic-size: auto 1200px;
}

/* Fuentes de iconos */
.f-color {
  color: #1D3652;
}
.icon-verificado {
  display: block;
  font: normal normal normal 14px/1 "Font Awesome 6 Free";
  font-family: "Font Awesome 6 Free" !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-verificado:empty {
  display: block;
}
.icon-star-verificado:before {
  content: "\f005";
}
.icon-chevron-left-verificado:before {
  content: "\f053";
  font-weight: 900;
}
.icon-chevron-rigth-verificado:before {
  content: "\f054";
  font-weight: 900;
}
.icon-chevron-down-verificado:before {
  content: "\f107";
}
.icon-chevron-up-verificado:before {
  content: "\f077";
}
.icon-thumbs-up-verificado:before {
  content: "\f164";
}
.icon-thumbs-down-verificado:before {
  content: "\f165";
}
/* Fin Fuentes de iconos */
.title-verificado {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .title-verificado {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.title-second-verificado {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .title-second-verificado {
    font-size: 16px;
  }
}
.subtitle-verificado {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.subtitle-nobold-verificado {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}
.text-verificado {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}
.text-min-verificado {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}
.a-center {
  text-align: center;
}
.a-rigth {
  text-align: right;
}
.a-left {
  text-align: left;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.verificameIoGeneral .title-second-verificado {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .verificameIoGeneral .title-second-verificado {
    font-size: 16px;
  }
}
.verificameIoGeneral .title-verificado {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .verificameIoGeneral .title-verificado {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.verificameIoGeneral .subtitle-verificado {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.verificameIoGeneral .subtitle-nobold-verificado {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}
.verificameIoGeneral .text-verificado {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}
.verificameIoGeneral .text-min-verificado {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}
.product-card-verificado-wrapper {
  position: relative;
}
.puntuacion-footer {
  color: #939393;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .puntuacion-footer {
    gap: 16px;
  }
}
.puntuacion-footer.middle {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .puntuacion-footer.middle {
    display: none;
  }
}
.puntuacion-footer.footer {
  display: none;
  margin: 16px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .puntuacion-footer.footer {
    display: -ms-flexbox;
    display: flex;
  }
}
.puntuacion-footer .wvai-like.d-flex {
  color: #939393;
  gap: 4px;
  text-decoration: none;
}
.puntuacion-footer .wvai-like.d-flex:hover {
  text-decoration: none;
}
.puntuacion-footer .wvai-like.d-flex:hover {
  color: #1D3652;
}
/* Color box */
.verificadoPopup {
  width: 900px;
  margin: auto;
  text-align: center;
}
.verificadoPopup img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.verificadoShow {
  display: none;
  position: absolute;
  z-index: 999;
}
.verificadoShow .verificadoOverlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  position: fixed;
  display: block;
  top: 0;
  left: 0;
}
.verificadoShow .verificado-img-show {
  height: auto;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  overflow: hidden;
  max-width: 85%;
  width: 500px;
}
@media only screen and (max-width: 768px) {
  .verificadoShow .verificado-img-show {
    transform: translate(-50%, -40%);
  }
}
.verificadoShow .verificado-img-show span {
  background-color: #fff;
  border-radius: 16px;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
  height: 32px;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 32px;
  z-index: 99;
}
.verificadoShow .verificado-img-show img {
  display: block;
  max-height: 400px;
  margin: 0 auto;
  width: auto;
}
/* Color box */
.starts-verificado {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.starts-verificado span {
  cursor: pointer;
}
.starts-verificado .stars-wapper-verificado {
  position: relative;
  cursor: pointer;
}
.starts-verificado .stars-wapper-verificado .starts .icon-star-verificado:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: bold;
}
.starts-verificado .stars-wapper-verificado .starts.active {
  position: absolute;
  overflow: hidden;
}
.starts-verificado .stars-wapper-verificado .starts.active .icon-star-verificado:before {
  color: #FDB62f !important;
  font-family: "Font Awesome 6 Free" !important;
}
#verificadoAIwidget {
  /*max-width: 1526px;*/
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#verificadoAIwidget [class^=icon-]:before,
#verificadoAIwidget [class*=" icon-"]:before {
  font-family: "Font Awesome 6 Free" !important;
}
#verificadoAIwidget .icon-star-verificado:before {
  color: #939393;
}
#verificadoAIwidget .icon-star-verificado.checked:before {
  color: #FDB62f;
}
#verificadoAIwidget.activeVerificadoAIwidget {
  padding: 0 1.5rem;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  #verificadoAIwidget.activeVerificadoAIwidget {
    min-height: 517px;
  }
}
@media only screen and (min-width: 768px) {
  #verificadoAIwidget .parentStatic {
    background-color: #F2F2F2;
  }
}
.verificameIoGeneral {
  background-color: #F2F2F2;
  padding: 32px 16px 16px;
  margin: 0 auto;
  overflow: visible;
}
.verificameIoGeneral .header-verificado {
  margin-bottom: 32px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .verificameIoGeneral .header-verificado {
    margin-bottom: 16px;
  }
}
.verificameIoGeneral .header-verificado .header-title-verificado {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1D3652;
  margin: 0 0 16px;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .verificameIoGeneral .header-verificado .header-title-verificado {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.verificameIoGeneral .header-verificado .average-verificado {
  display: block;
  width: 100%;
}
.verificameIoGeneral .header-verificado .average-verificado .left-verificado {
  text-align: center;
  padding: 0;
  margin: 0 auto 24px;
  width: 100%;
}
.verificameIoGeneral .header-verificado .average-verificado .left-verificado .title-second-verificado {
  margin: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
}
.verificameIoGeneral .header-verificado .average-verificado .left-verificado .number-verificado {
  color: #1D3652;
  letter-spacing: 0px;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .verificameIoGeneral .header-verificado .average-verificado .left-verificado .number-verificado.verificado-title-primary {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .verificameIoGeneral .header-verificado .average-verificado .left-verificado .number-verificado {
    display: block;
  }
}
.verificameIoGeneral .header-verificado .average-verificado .left-verificado .number-verificado.textnumber-reviews {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  position: relative;
  top: 2px;
}
.verificameIoGeneral .header-verificado .average-verificado .left-verificado .number-verificado.textnumber-reviews .starts {
  font-weight: 500;
}
.verificameIoGeneral .header-verificado .average-verificado .left-verificado .number-verificado img {
  vertical-align: inherit;
}
.verificameIoGeneral .header-verificado .average-verificado .left-verificado .total-reviews {
  color: #1D3652;
  margin: 0;
}
.verificameIoGeneral .header-verificado .average-verificado .right-verificado {
  margin: auto;
  gap: 16px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .verificameIoGeneral .header-verificado .average-verificado .right-verificado {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
    max-width: 80%;
    width: 100%;
  }
}
.verificameIoGeneral .header-verificado .average-verificado .right-verificado .range-wrap {
  position: relative;
  margin: 5px auto 10px;
  width: calc(32% - 30px);
}
@media only screen and (max-width: 768px) {
  .verificameIoGeneral .header-verificado .average-verificado .right-verificado .range-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    margin: 0;
    width: 100%;
  }
}
.verificameIoGeneral .header-verificado .average-verificado .right-verificado .range-wrap .subtitle-verificado {
  color: #1D3652;
  margin: 0 0 8px;
}
@media only screen and (max-width: 768px) {
  .verificameIoGeneral .header-verificado .average-verificado .right-verificado .range-wrap .subtitle-verificado {
    font-size: 12px !important;
    margin: 0;
    max-width: 210px;
    width: 210px;
  }
}
.verificameIoGeneral .header-verificado .average-verificado .right-verificado .range-wrap .cont-range {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .verificameIoGeneral .header-verificado .average-verificado .right-verificado .range-wrap .cont-range {
    position: relative;
    width: 100%;
  }
}
.verificameIoGeneral .header-verificado .average-verificado .right-verificado .range-wrap .cont-range .range {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 8px;
  display: block;
  height: 16px;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.verificameIoGeneral .header-verificado .average-verificado .right-verificado .range-wrap .cont-range .range::-moz-range-progress {
  background-color: #E9E9E9;
  height: 12px;
  border-radius: 3px;
}
.verificameIoGeneral .header-verificado .average-verificado .right-verificado .range-wrap .cont-range .range::-moz-range-track {
  background-color: #E9E9E9;
  height: 12px;
  border-radius: 10px;
}
.verificameIoGeneral .header-verificado .average-verificado .right-verificado .range-wrap .cont-range .range::-moz-range-thumb {
  background: #FDB62F;
  border-radius: 50%;
  border: 0;
}
.verificameIoGeneral .header-verificado .average-verificado .right-verificado .range-wrap .cont-range .range::-webkit-slider-thumb {
  background: #FDB62F;
  border-radius: 50%;
  border: 0;
  -webkit-appearance: none;
  margin: 0 !important;
  height: 12px;
  width: 12px;
}
.verificameIoGeneral .header-verificado .average-verificado .right-verificado .range-wrap .cont-range .range::-webkit-slider-runnable-track {
  color: #13bba4;
  background-color: #E9E9E9;
  height: 12px;
  -webkit-appearance: none;
  border-radius: 10px;
}
.verificameIoGeneral .header-verificado .average-verificado .right-verificado .range-wrap .cont-range .bubble {
  border-radius: 4px;
  color: #1D3652;
  padding: 4px 12px;
  position: absolute;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .verificameIoGeneral .header-verificado .average-verificado .right-verificado .range-wrap .cont-range .bubble {
    background-color: #fdb62f;
    border-radius: 12px;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 0px 10px;
    height: 18px;
    line-height: 18px !important;
    top: 0px;
  }
}
.verificameIoGeneral .product-card-verificado {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 16px !important;
  margin: 0 auto;
  padding: 24px;
  -ms-flex-direction: column;
      flex-direction: column;
}
.verificameIoGeneral .product-card-verificado .item-header-verificado {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}
.verificameIoGeneral .product-card-verificado .item-header-verificado .item-header-left-verificado,
.verificameIoGeneral .product-card-verificado .item-header-verificado .item-header-right-verificado {
  width: 50%;
}
.verificameIoGeneral .product-card-verificado .item-header-verificado .item-header-left-verificado {
  width: 108.9px;
}
.verificameIoGeneral .product-card-verificado .item-header-verificado .item-header-left-verificado .starts {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.verificameIoGeneral .product-card-verificado .item-header-verificado .item-header-left-verificado .starts .icon-star-verificado:before {
  color: #939393;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.verificameIoGeneral .product-card-verificado .item-header-verificado .item-header-right-verificado .date-verificado {
  color: #939393;
  font-size: 14px !important;
  text-align: right;
  margin: 0;
}
.verificameIoGeneral .product-card-verificado .product-info-verificado {
  border-top: none !important;
  margin-top: 8px;
  padding-top: 0px;
  height: 100%;
}
.verificameIoGeneral .product-card-verificado .product-info-verificado .product-item-name-verificado {
  color: #1D3652;
  margin: 0 0 8px;
}
.verificameIoGeneral .product-card-verificado .product-info-verificado .product-item-comment {
  color: #1D3652;
  margin: 0 0 16px;
  min-height: 120px;
  max-height: 120px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.verificameIoGeneral .product-card-verificado .product-info-verificado .product-item-comment::-webkit-scrollbar {
  display: none;
}
.verificameIoGeneral .product-card-verificado .item-footer-verificado .item-footer-by-verificado .by-verificado {
  color: #1D3652;
  font-weight: 600 !important;
  display: block;
  margin: 0 0 4px;
  line-height: 1;
}
.verificameIoGeneral .product-card-verificado .item-footer-verificado .item-footer-country-verificado {
  -ms-flex-align: center;
      align-items: center;
  color: #939393;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
}
.verificameIoGeneral .product-card-verificado .item-footer-verificado .item-footer-country-verificado .icon-img-check-verificado {
  margin-right: 4px;
  width: 16px;
}
.verificameIoGeneral .copyright-verificadoai {
  margin-top: 0px;
  text-align: center;
}
.verificameIoGeneral .copyright-verificadoai a {
  display: inline-block;
}
.verificameIoCarousel .owl-carousel {
  position: relative;
  overflow: hidden;
}
.verificameIoCarousel .owl-carousel.owl-loaded,
.verificameIoCarousel .owl-carousel .owl-stage-outer {
  overflow: initial;
}
.verificameIoCarousel .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.verificameIoCarousel .owl-carousel .disabled {
  display: none !important;
}
.verificameIoCarousel .owl-carousel .owl-nav {
  margin: 0px;
}
.verificameIoCarousel .owl-carousel .owl-nav button {
  background: #fff !important;
  margin: calc(-46px / 2 ) 0 0 !important;
  position: absolute;
  top: 50%;
  height: 48px !important;
  width: 40px !important;
}
.verificameIoCarousel .owl-carousel .owl-nav button:hover {
  background-color: #1d3652 !important;
  color: #fff !important;
}
.verificameIoCarousel .owl-carousel .owl-nav button:hover span:before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.verificameIoCarousel .owl-carousel .owl-nav button.owl-prev {
  left: -16px;
}
.verificameIoCarousel .owl-carousel .owl-nav button.owl-prev span:before {
  margin-left: 16px;
  transform: scale(1) rotate(-135deg);
}
.verificameIoCarousel .owl-carousel .owl-nav button.owl-next {
  right: -16px;
}
.verificameIoCarousel .owl-carousel .owl-nav button.owl-next span:before {
  margin-left: 8px;
  transform: scale(1) rotate(45deg);
}
.verificameIoCarousel .owl-carousel .owl-nav button span {
  color: #f5f5f5;
  display: block;
  font-size: 45px;
}
.verificameIoCarousel .owl-carousel .owl-nav button span:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  border-top: 2px solid #1d3652;
  border-right: 2px solid #1d3652;
}
.verificameIoCarousel .owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
  box-sizing: content-box;
  padding: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  overflow: hidden;
  transition: all 1s ease 0s !important;
}
@media only screen and (min-width: 768px) {
  .verificameIoCarousel .owl-carousel .owl-stage {
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: center;
        justify-content: center;
    /*height: 100%;*/
  }
}
.verificameIoCarousel .owl-carousel .owl-stage .owl-item {
  box-sizing: border-box;
  max-height: 100% !important;
  overflow: hidden;
  clear: both;
  display: block;
  padding: 0 8px;
}
@media only screen and (max-width: 768px) {
  .verificameIoCarousel .owl-carousel .owl-stage .owl-item {
    padding: 0;
  }
}
.verificameIoCarousel .owl-carousel .owl-stage .owl-item .product-card-verificado {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 16px !important;
  margin: 0 auto;
  padding: 24px;
  -ms-flex-direction: column;
      flex-direction: column;
}
.verificameIoCarousel .owl-carousel .owl-item {
  opacity: 0;
  transition: opacity .75s linear;
}
.verificameIoCarousel .owl-carousel .owl-item.active {
  opacity: 1;
}
.verificameIoCarousel .owl-carousel .owl-dots {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 16px;
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  .verificameIoCarousel .owl-carousel .owl-dots {
    display: none !important;
  }
}
.verificameIoCarousel .owl-carousel .owl-dots button {
  height: 48px;
  width: 40px;
}
.verificameIoCarousel .owl-carousel .owl-dots button.owl-dot {
  background-color: #d0d0d0;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.verificameIoCarousel .owl-carousel .owl-dots button.owl-dot.active {
  background-color: #1d3652;
}
.verificameIoMinimalist {
  padding: 32px 16px 32px;
}
.verificameIoMinimalist .header-verificado .average-verificado .left-verificado .title-second-verificado {
  -ms-flex-direction: column;
      flex-direction: column;
}
.verificameIoMinimalist .verificameIoMinimalist-inner {
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 768px) {
  .verificameIoMinimalist .verificameIoMinimalist-inner {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.verificameIoMinimalist .verificameIoMinimalist-inner .header-verificado {
  margin-bottom: 0;
}
.verificameIoMinimalist .verificameIoMinimalist-inner .header-verificado .average-verificado .left-verificado {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .verificameIoMinimalist .verificameIoMinimalist-inner .owl-carousel {
    display: none;
  }
}
.grid12-4 {
  max-width: 320px;
  width: 100%;
}
.grid12-8 {
  width: calc(100% - 320px);
}

/* Swiper seller widget enhancements */
.verificameIoCarousel .mySwiper.swiper {
  position: relative;
  overflow: hidden;
  padding: 0 44px 44px;
}

.verificameIoCarousel .mySwiper.swiper::before,
.verificameIoCarousel .mySwiper.swiper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 56px;
  z-index: 3;
  pointer-events: none;
}

.verificameIoCarousel .mySwiper.swiper::before {
  left: 0;
  background: linear-gradient(to right, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
}

.verificameIoCarousel .mySwiper.swiper::after {
  right: 0;
  background: linear-gradient(to left, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
}

.verificameIoCarousel .mySwiper .swiper-wrapper {
  align-items: stretch;
}


.verificameIoCarousel .mySwiper .swiper-slide-fully-visible,
.verificameIoCarousel .mySwiper .swiper-slide-active,
.verificameIoCarousel .mySwiper .swiper-slide-duplicate-active {
  opacity: 1;
  transform: scale(1);
  filter: saturate(1);
}

.verificameIoCarousel .mySwiper .swiper-slide .product-card-verificado {
  height: 100%;
}

.verificameIoCarousel .swiper-button-prev,
.verificameIoCarousel .swiper-button-next {
  width: 40px;
  height: 48px;
  top: 50%;
  margin-top: -24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  color: #1d3652;
  transition: all 0.25s ease;
  z-index: 5;
}

.verificameIoCarousel .swiper-button-prev {
  left: 4px;
}

.verificameIoCarousel .swiper-button-next {
  right: 4px;
}

.verificameIoCarousel .swiper-button-prev::after,
.verificameIoCarousel .swiper-button-next::after {
  font-size: 14px;
  font-weight: 700;
}

.verificameIoCarousel .swiper-button-prev:hover,
.verificameIoCarousel .swiper-button-next:hover {
  background: #1d3652;
  color: #fff;
  transform: translateY(-1px);
}

.verificameIoCarousel .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  margin-top: 0;
  text-align: center;
  z-index: 4;
}

.verificameIoCarousel .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #d0d0d0;
  margin: 0 4px !important;
  transition: all 0.25s ease;
}

.verificameIoCarousel .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 12px;
  background: #1d3652;
}

@media only screen and (max-width: 768px) {
  .verificameIoCarousel .mySwiper.swiper::before,
  .verificameIoCarousel .mySwiper.swiper::after {
    width: 20px;
  }

  .verificameIoCarousel .mySwiper.swiper {
    padding: 0 30px 34px;
  }

  .verificameIoCarousel .swiper-button-prev,
  .verificameIoCarousel .swiper-button-next {
    width: 34px;
    height: 42px;
    margin-top: -21px;
  }

  .verificameIoCarousel .swiper-button-prev {
    left: 2px;
  }

  .verificameIoCarousel .swiper-button-next {
    right: 2px;
  }

  .verificameIoCarousel .swiper-pagination {
    bottom: 6px;
  }
}
