
.compComparadorProdutos-produtos-produto {
  width: calc(33% - 65px);
  display: flex;
  flex-direction: column;
}
.compComparadorProdutos-produtos-produto-select {
  width: calc(100% - 40px);
  height: 40px;
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border: 1px solid #ECECEC;
  padding: 6px 20px;
  font-size: 12px;
  cursor: pointer;
}
@media (max-width: 1023px) {
.compComparadorProdutos-produtos-produto-select {
    margin: 0 auto;
    width: calc(100% - 14px);
}
}
.compComparadorProdutos-produtos-produto-select-atual {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 20px);
}
.compComparadorProdutos-produtos-produto-select-itens {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  border: 1px solid #ECECEC;
  z-index: 3;
  background-color: #fff;
  max-height: 300px;
  overflow: auto;
}
.compComparadorProdutos-produtos-produto-select-itens-opc {
  width: 100%;
}
.compComparadorProdutos-produtos-produto-select-itens-opc.remove {
  display: none;
}
.compComparadorProdutos-produtos-produto-select-itens-opc>span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 10px 20px;
}
.compComparadorProdutos-produtos-produto-select-itens-opc:hover>span {
  background-color: #ECECEC;
}
.compComparadorProdutos-produtos-produto-select:not(.opened) .compComparadorProdutos-produtos-produto-select-itens {
  display: none;
}
.compComparadorProdutos-produtos-produto-container {
  padding: 7px 20px 16px;
  margin-top: 14px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
.compComparadorProdutos-produtos-produto-container {
    padding: 7px;
}
}
.compComparadorProdutos-produtos-produto-container-img {
  margin-bottom: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.compComparadorProdutos-produtos-produto-container-img-thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.compComparadorProdutos-produtos-produto-container-img-thumbs>div:not(.thumbMore) {
  overflow: hidden;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.compComparadorProdutos-produtos-produto-container-img-thumbs>div.thumbMore {
  font-size: 19px;
  color: #000;
}
.compComparadorProdutos-produtos-produto-container-caracteristicas {
  flex: 1 1 auto;
}
.compComparadorProdutos-produtos-produto-container-caracteristicas.noCar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.compComparadorProdutos-produtos-produto-container-caracteristicas-vazio {
  font-size: 80px;
  color: #ccc;
}
.compComparadorProdutos-produtos-produto-container-caracteristicas-item {
  padding: 12px 0 14px;
  font-size: 12px;
  font-weight: 300;
}
.compComparadorProdutos-produtos-produto-container-caracteristicas-item:not(:last-child) {
  border-bottom: 1px solid #ECECEC;
}
.compComparadorProdutos-produtos-produto-container-caracteristicas-item-label {
  font-weight: 700;
}
.compComparadorProdutos-produtos-produto-verDetalhes {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #828282;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
.compComparadorProdutos-produtos-produto {
    width: calc(50% - 8px);
}
.compComparadorProdutos-produtos-produto-container-img-thumbs {
    gap: 6px;
}
.compComparadorProdutos-produtos-produto-container-img-thumbs>div:not(.thumbMore) {
    width: 20px;
    height: 20px;
}
.compComparadorProdutos-produtos-produto-container-img-thumbs>div.thumbMore {
    font-size: 15px;
}
.compComparadorProdutos-produtos-produto-container-caracteristicas-item {
    font-size: 12px;
}
.compComparadorProdutos-produtos-produto-verDetalhes {
    font-size: 12px;
}
}

.comparison-table__card {
  width: 253px;
  display: flex;
  flex-direction: column;
}
.comparison-table__card--container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.comparison-table__card--img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-bottom: 10px;
  height: 276px;
  min-height: 276px;
  width: 190px;
}
.comparison-table__card--prod-name {
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  text-align: center;
  margin-bottom: 5px;
}
.comparison-table__card--carac {
  height: auto;
  min-height: 200px;
  width: 100%;
  border-top: 1px solid rgba(84, 84, 84, 0.20);
}
.comparison-table__card--carac.noCar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccomparison-table__card--carac-empty {
  font-size: 80px;
  color: #ccc;
}
.comparison-table__card--carac-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  min-height: 60px;
  font-weight: 400;
  padding: 0 1rem;
}
.comparison-table__card--carac-item:nth-child(even) {
  background-color: #ECECEC;
}
.comparison-table__card--carac-label {
  font-weight: 700;
}
.comparison-table__card--prices {
  height: 45px;
  width: 190px;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.comparison-table__card--prices .cardprod-precoDe {
  text-decoration: line-through;
  color: #545454;
}
.comparison-table__card--prices .cardprod-valor {
  color: #545454;
  font-size: 18px;
  font-weight: 500;
  display: block;
  transition: 200ms;
  line-height: 1.2;
}
.comparison-table__card--actions {
  position: relative;
  height: 40px;
  width: 190px;
}
.comparison-table__card--actions .comparison-table__button {
  background-color: #6BB4DD;
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 201px;
  height: 40px;
  width: 201px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1023px) {
.comparison-table__card {
    position: relative;
}
.comparison-table__card--container {
    position: relative;
    padding-bottom: 100px;
}
.comparison-table__card--carac-item {
    font-size: 12px;
    min-height: 85px;
}
.comparison-table__card--prices {
    position: absolute;
    left: 0;
    bottom: 55px;
}
.comparison-table__card--actions {
    position: absolute;
    left: 0;
    bottom: 15px;
}
.comparison-table__card--actions .comparison-table__button {
    width: 90%;
}
}
@media (max-width: 376px) {
.comparison-table__card {
    height: max-content;
}
}


.comparison-table[data-v-49c57c54] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.comparison-table__container[data-v-49c57c54] {
  background-color: #FFF;
  padding: 1rem 0;
  width: 1066px;
}
.comparison-table__close[data-v-49c57c54]{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1rem;
  height: 40px;
  width: 100%;
}
.comparison-table__close .comparison-table__close-btn[data-v-49c57c54]{
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  width: 30px;
  background-color: #ECECEC;
  color: #545454;
}
.comparison-table__content[data-v-49c57c54]{
  display: flex;
  justify-content: center;
  max-height: 80vh;
  overflow-y: auto;
}

/* width */
.comparison-table__content[data-v-49c57c54]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* Track */
.comparison-table__content[data-v-49c57c54]::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.comparison-table__content[data-v-49c57c54]::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.comparison-table__content[data-v-49c57c54]::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.comparison-table__sidebar[data-v-49c57c54] {
  width: 235px;
}
.comparison-table__title[data-v-49c57c54] {
  font-size: 35px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 276px;
}
.comparison-table__title b[data-v-49c57c54] {
  font-weight: 500;
}
.comparison-table__carac-title[data-v-49c57c54] {
  border-top: 1px solid rgba(84, 84, 84, 0.20);
}
.comparison-table__carac-label[data-v-49c57c54] {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  min-height: 60px;
  padding-left: 1rem;
  background-color: #FFFFFF;
}
.comparison-table__carac-label[data-v-49c57c54]:nth-child(even) {
  background-color: #ECECEC;
}
@media (max-width: 1023px) {
.comparison-table__container[data-v-49c57c54] {
    height: 100%;
    width: 100%;
}
.comparison-table__content[data-v-49c57c54] {
    max-height: inherit;
    justify-content: flex-start;
    height: calc(100% - 90px);
}
.comparison-table__title[data-v-49c57c54] {
    height: auto;
    font-size: 24px;
    align-items: center;
    margin-bottom: 15px;
}
.comparison-table__sidebar[data-v-49c57c54] {
    background-color: #fff;
    height: min-content;
    min-width: 120px;
    padding: 276px 0 100px 0;
    width: 120px;
    position: sticky;
    left: 0;
    z-index: 5;
}
.comparison-table__sidebar[data-v-49c57c54]::after {
    content: '';
    position: absolute;
    border-right: 1px solid rgba(84, 84, 84, 0.20);
    right: 0;
    height: 100px;
}
.comparison-table__carac-title[data-v-49c57c54] {
    background-color: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid rgba(84, 84, 84, 0.20);
}
.comparison-table__carac-label[data-v-49c57c54] {
    min-height: 85px;
    padding: 0 .75rem;
}
}


body {
  counter-reset: passos;
}


.nenhumProdutoEncontrado[data-v-988a3e2e] {
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
#compComparadorProdutos[data-v-988a3e2e] {
  padding: 32px 0;
}
@media (max-width: 1024px) {
#compComparadorProdutos[data-v-988a3e2e] {
  padding: 24px 0;
}
}
.compComparadorProdutos-t1[data-v-988a3e2e] {
  color: #202020;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 8px;
  text-align: center;
}
.compComparadorProdutos-textoVitrine[data-v-988a3e2e] {
  color: #202020;
  font-weight: 300;
  font-size: 15px;
  margin: 0 20px 40px;
  text-align: center;
}
.compComparadorProdutos-menu[data-v-988a3e2e] {
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 32px;
  margin-bottom: 35px;
}
.compComparadorProdutos-menu-item>span[data-v-988a3e2e] {
  font-weight: 300;
  font-size: 15px;
  color: #202020;
  cursor: pointer;
  text-transform: uppercase;
}
.compComparadorProdutos-menu-item.selecionado>span[data-v-988a3e2e] {
  font-weight: 500;
  text-decoration: underline;
}
.compComparadorProdutos-produtos[data-v-988a3e2e] {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.compComparadorProdutos-produtos-produto-selects[data-v-988a3e2e] {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  width: 100%;
}
.compComparadorProdutos-produtos-produto-verDetalhes[data-v-988a3e2e] {
  background-color: #000;
  color: #ffffff;
}
.compComparadorProdutos-produtos-produto-select.opened .compComparadorProdutos-produtos-produto-select-itens[data-v-988a3e2e] {
  display: block;
}
.compComparadorProdutos-produtos-produto-select.opened .compComparadorProdutos-produtos-produto-select-arrow[data-v-988a3e2e] {
  transform: rotateX(180deg);
  transition: all 0.4s;
}
.compComparadorProdutos-produtos-produto-select.disabled[data-v-988a3e2e] {
  opacity: 0.5;
  cursor: not-allowed;
}
.compComparadorProdutos-produtos-produto-select-itens-opc.selecionado[data-v-988a3e2e] {
  display: none;
}
.compComparadorProdutos-produtos-produto-select.disabled .compComparadorProdutos-produtos-produto-select-itens[data-v-988a3e2e] {
  display: none;
}
.compComparadorProdutos-produtos-produto-select .compComparadorProdutos-produtos-produto-select-arrow[data-v-988a3e2e] {
  transform: rotateX(0);
  transition: all 0.4s;
}
.compComparadorProdutos-produtos-produto-select .compComparadorProdutos-produtos-produto-select-itens[data-v-988a3e2e] {
  border-top: 0.1875rem solid #e2e3e4;
}
.compComparadorProdutos-produtos-produto-selectBox[data-v-988a3e2e] {
  max-width: 300px;
  width: 100%;
}
.compComparadorProdutos[data-v-988a3e2e] {
  counter-reset: passos;
}
.compComparadorProdutos-produtos-produto-select-t1[data-v-988a3e2e] {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 13px;
}
.compComparadorProdutos-produtos-produto-select-t1[data-v-988a3e2e]::before {
  counter-increment: passos;
  content: counter(passos) ". ";
}
.comparison-table__card--actions[data-v-988a3e2e] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
}
.comparison-table__card--actions .comparison-table__button[data-v-988a3e2e] {
    background-color: #6BB4DD;
    color: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    min-width: 296px;
    width: auto;
}
.comparison-table__card--actions .comparison-table__button[data-v-988a3e2e]:hover {
    background-color: #4DB45E;
}
@media (max-width: 1023px) {
.compComparadorProdutos-produtos[data-v-988a3e2e] {
    gap: 8px;
}
.compComparadorProdutos-t1[data-v-988a3e2e] {
    font-size: 20px;
}
.compComparadorProdutos-menu[data-v-988a3e2e] {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    font-size: 14px;
}
.compComparadorProdutos-menu-item>span[data-v-988a3e2e] {
    font-size: 12px;
}
.compComparadorProdutos-menu[data-v-988a3e2e]::-webkit-scrollbar {
    display: none;
}
}

