.productSelectorContainer :global(.vtex-checkbox__label){
    font-size: 0px;
}

.productSelectorContainer :global(.vtex-checkbox__label)::before{
    font-size: 13px;
    content: "Compara este producto";
    /* color: #4D4D4D; */
    color: black;
}

.productSelectorContainer{
    margin: 20px 0px;
    justify-content: center;
    display: flex;
}

.productSelectorContainer :global(.vtex-checkbox__inner-container){
    border-radius: 20px;
    height: 20px;
    width: 20px;
    margin: 0px;
}

.productSelectorContainer :global(.vtex-checkbox__line-container) {

    align-items: flex-end;
    gap: 5px;
}

.pageContainer {
  max-width: 1300px;
  margin: auto;
}

:global(.vtex-pageHeader__container) :global(.vtex-button) {
  color: black;
}

:global(.vtex-pageHeader__container) {
  font-family: 'Montserrat-Regular';
}

/* estilos para cambiar la C del titulo del comparador */
.pageContainer :global(.vtex-pageHeader__title)::first-letter{
  color: #fff;
}
.pageContainer :global(.vtex-pageHeader__title)::after{
  color: #3f3f40 !important;
  content: "C";
  position: relative;
  left: -430px;
}

.removeAllItemsButtonWrapper {
  background: #2D2DD3;
  border-radius: 10px;
}
.removeAllItemsButtonWrapper :global(.vtex-button) {
  color: #fff;
}
.hideOrShowText {
  color: gray;
  text-transform: uppercase;
  font-weight: bolder;
}
.expandCollapseButton {
  background: #FCEE21;
  width: 120px;
  border-radius: 6px;
}
.removeAllWrapper {
  background: #BF0411;
  border-radius: 6px;
}

.removeAllWrapper :global(.vtex-button){
  background: #BF0411;
  border-radius: 6px;
}
.removeAllWrapper :global(.vtex-button__label) {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 600px) {
    .expandCollapseButton {
      width: 85px;
      border-radius: 6px;
      height: 32px;
      border: none;
    }
    .removeAllWrapper{
      background: #BF0411;
      width: 85px;
      border-radius: 6px;
      height: 30px;
      border: none;
    }
    .removeAllWrapper :global(.vtex-button__label) {
      color: #fff;
      font-size: 10px;
      font-weight: bold;
    }
    .compareProductButtonWrapper :global(.vtex-button){
      width: 85px;
      border-radius: 6px;
      height: 30px;
      border: none;
    }
    .compareProductButtonWrapper :global(.vtex-button__label) {
      color: #fff;
      font-size: 10px;
      font-weight: bold;
    }
    .hideOrShowText {
      font-size: 11px;
    }
    .drawerTitleInnerContainer {
      font-size: 13px;
    }
    .closeButton{
      border: none;
    }
    .productSummaryRowContainer{
      flex-direction: column;
      margin-top: 0;
    }
    .productSummaryRowContainer :global(.vtex-slider-layout-0-x-sliderLayoutContainer--comparison-page){
      width: 100%;
    }
    .productSummaryRowContainer :global(.vtex-slider-layout-0-x-sliderTrackContainer){
      max-width: 220px;
    }
    .rowContainer :global(.vtex-slider-layout-0-x-slide){
      width: 20%;
    }
    .rowContainer :global(.vtex-slider-layout-0-x-sliderLayoutContainer){
      width: 48%;
    }
    /* .pageContainer :global(.vtex-pageHeader__title)::first-letter{
      color: #fff;
    }
    .pageContainer :global(.vtex-pageHeader__title)::after{
      color: #3f3f40 !important;
      content: "C";
      position: relative;
      left: -286px;
    } */
    :global(.vtex-pageHeader__title) {
      font-size: 0px;
      /* position: relative;
      left: 4%; */
    }

    :global(.vtex-pageHeader__title)::after{
     content: "Comparar Productos";
     font-size: 24px;
     color: #3f3f40;
    }

    :global(.vtex-pageHeader__container) .stretchChildrenWidth {
      background: #2D2DD3;
    }
    .showDifferencesContainer :global(.vtex-checkbox__label){
      white-space: nowrap;
    }
    .pageContainer {
      max-width: 100vw;
      margin: auto;
      padding: 0px 10px;
  }
  :global(.vtex-pageHeader__container){
    text-align: center;
  }
  :global(.vtex-pageHeader__children) {
    position: relative;
    left: 25%;
  }
}
