/* contenido para index */
body#index {
    .icono-carr img{
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    
    }
    .icono-marcas img{
        aspect-ratio: 1 / 1;
        object-fit: contain;
        mix-blend-mode: multiply;
        width: auto;
        max-width: 100%;
        height: auto;
        margin: auto;
        
        
    }
    .icono-marcas .swiper-slide-inner{
        background-color: var(--neutral-100);
        aspect-ratio: 1 / 1;
        display: flex;
    }

    .icono-marcas .swiper-slide-inner:hover{
        background-color: #E0E0E0;
    }
    

    .btn-arrow-white {
    display: inline-flex;
    align-items: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    justify-content: center;
    background-color: #001239;

    }

    .btn-arrow-white:after {
    content: '\f59a';
    margin-left: 8px;
    font: normal normal normal 1em / 1 'Icon';
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .btn-arrow-white:hover:after {
    transform: translateX(8px);
    }

    .btn-arrow-white:active {
    transform: scale(0.95);
    } 

    .btn-arrow-white:active:after {
    transform: translateX(6px);
    }
    .h2.elementor-heading-title {
        font-size: var(--font-size-lg);

    }
    figcaption.elementor-image-carousel-caption {
    margin-top: 8px;
    }
    
    article form.add-to-cart-form {
    margin-bottom: 1.5em;
    }
    .bg-green{
        background-color: #B7E3D0 ;
    }
  
}

.grid-3-3 .elementor-widget-wrap {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  > div, .elementor-image {
    aspect-ratio: 1 / 1;
    width: 100%; 
  }
  img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important; 
  }
  .elementor-widget-container {
    aspect-ratio: 1 / 1 !important;
    display: flex;
    align-items: center;
  }
}
.cards-prod .elementor-row {
    display: flex;
    gap: 24px;
    overflow-y: hidden;
    overflow-x: auto;
    flex-direction: row !important;
    padding-bottom: 16px;
    flex-wrap: nowrap;
}


.cards-prod .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
    height: 100%;
    
}

.cards-prod .elementor-inner-column {
    display: flex;
    max-width: 400px;
    min-width: 300px;;
    width: 100%;
}


@media(max-width: 992px) {
  .grid-3-3 .elementor-widget-wrap {
    display: flex !important;
    flex-direction: row !important;
    gap: 0 !important;    
    overflow-y: scroll;
    flex-wrap: nowrap !important;
    > * {
      aspect-ratio: 1 / 1 !important;
      width: 300px !important;
      height: 300px !important;
    }
  }
  .grid-3-3 .elementor-widget-wrap::-webkit-scrollbar {
      height: 6px !important;
  }
  .grid-3-3 .elementor-widget-wrap::-webkit-scrollbar-track {
      background: #e0e0e0 !important;
      border-radius: 10px !important;
  }
  .grid-3-3 .elementor-widget-wrap::-webkit-scrollbar-thumb {
      background: #888 !important;
      border-radius: 10px !important;
  }

  .grid-3-3 .elementor-widget-wrap::-webkit-scrollbar-thumb:hover {
      background: #555 !important;
  }
  .grid-3-3 .elementor-widget-wrap {
      scrollbar-width: thin !important;
      scrollbar-color: #888 #e0e0e0 !important;
  }
  
}

.grid-3-3 {
  padding-bottom: var(--space-4);
  .elementor-heading-title {
    width: 100%;
    margin: auto;
    max-width: 390px;
    text-wrap: balance; 
  }
}
.grid-3-3 ::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: calc(100% + var(--space-4));
    background-color: #f8f8f8;
    z-index: -1; 
}
.icono-marcas .elementor-image-carousel-caption {
  display: none;
}