.skuSelectorContainer--quickview .skuSelectorItemImage .frameAround, .skuSelectorContainer--quickview .skuSelectorItemImage .skuSelectorInternalBox {
  border-radius: 50%;
}

.container :global(.vtex-modal-layout-0-x-triggerContainer) {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  transform: translate(0px,10px);
  top: 0;
  position: fixed;
}

.container:hover :global(.vtex-modal-layout-0-x-triggerContainer) {
  opacity: 1;
}


/* Search */
.nameContainer--summaryListDesktop {
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  justify-content: start;
}

.nameContainer--summaryListMobile {
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  justify-content: start;
}

.brandName--summaryListMobile {
  font-weight: 400;
  font-size: 0.875rem;
  color: black;
}

.container--listLayout {
  max-width: none !important;
}

.image--summaryListDesktop {
  width: 180px !important;
}

.image--summaryListMobile {
  width: 140px !important;
  min-width: 140px;
  height: inherit !important;
}
/* Search */

.nameContainer {
  justify-content: start;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.brandName {
  font-weight: 600;
  color: #2E2E2E;
  font-size: 12px;
  text-align: center;
  width: 100%;
}

.container {
  text-align: start;
}

.imageContainer {
  text-align: center;
}

.image {
  border-radius: 0.25rem;
}
.element :global(.vtex-button){
  /* background-color: #2D2DD3 */
  /* width: 150px; */
  width: 100%;
  border-radius: 30px;
  text-transform: none;
}

/* .image--imageShelfProducts{
  height: 100px;
} */
.nameContainer{
  height: 60px;
  font-size: 15px;
  text-align: center;
  justify-content: center;
}
/*
.brandName{
  font-size: 15px;
  text-align: center;
  width: 100%;
} */

/* Nombre del producto solo dos lineas  */
.nameWrapper {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.imageContainer{
  z-index: 1;
}


.image--imageShelfProducts{
  border-radius: 25px;
}

.hoverEffect:hover, .hoverImage {
  border-radius: 25px;
}



.containerNormal{
  max-width: 210px;
}

@media screen and (max-width: 1000px) {
  .container :global(.vtex-modal-layout-0-x-triggerContainer) {
    display: none;
  }
}

@media (max-width:600px){
  .brandName {
    font-size: 14px;
  }
}
