.product-view__item {
  display: grid;
  gap: 1rem;
  grid-template-columns: 7fr 5fr;
  place-content: center;
}

.product-view__item #amasty_zoom {
  max-height: 70vh;
  object-fit: contain;
  width: 100%;
}

.product-view.two_columns .product-view__item .short-description {
  border: 0;
  float: unset;
  margin: 0;
  margin-block-start: 2rem;
  padding: 0;
}

.area-lowest-price .block-best-price {
  display: block;
  float: left;
  left: -1px;
  margin-top: 10px;
  position: absolute;
  top: -10px;
  width: 100%;
}

.area-lowest-price .block-best-price-int {
  float: left;
  padding: 2px 10px;
  width: auto;
}

.calculate-shipping-sellers-int .qty-wrapper .quantity {
  background-color: #fff;
  border: 1px solid #f2f2f7;
  display: flex;
}

.calculate-shipping-sellers-int .qty-wrapper .qtd-arrows {
  line-height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
}

.calculate-shipping-sellers-int .qty-wrapper .qtd-arrows i {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: var(--size-12);
  font-weight: 400;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.calculate-shipping-sellers-int #postCodeError {
  display: none;
  font-size: 0.75rem;
  margin-block-start: 0.5rem;
}

.calculate-shipping-sellers-int .header-multiseller {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  color: #434343;
  font-size: var(--size-14);
  font-weight: 600;
  justify-content: space-between;
  padding: 10px 0;
}

.container.list-vendor {
  margin-left: -1px;
  margin-top: 0;
  position: relative;
  transition: height 0.5s ease-out;
}

.container.list-vendor .tab {
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  cursor: pointer;
  position: relative;
}

.container.list-vendor .tab.active {
  background: #fff;
  border-right-color: #fff;
}

.container.list-vendor .tab .area-price-info {
  margin-left: 40px;
  padding: 1rem 0;
  text-align: left;
}

.container.list-vendor .area-product-tab {
  padding: 1rem 0;
}

@media (width <= 768px) {
  .calculate-shipping-sellers-int .qty-wrapper .qty {
    height: 42px;
    line-height: 42px;
  }

  .calculate-shipping-sellers-int .qty-wrapper .qtd-arrows {
    height: 42px;
    line-height: 42px;
    width: 42px;
  }

  .container.list-vendor .block-full-multiseller .c-buy-box .add-to-cart-buttons button.button.btn-cart {
    min-height: 44px;
  }
}

.calculate-shipping-sellers-int .filter-deadline.active,
.calculate-shipping-sellers-int .filter-price.active,
.calculate-shipping-sellers-int .filter-deadline:hover,
.calculate-shipping-sellers-int .filter-price:hover {
  color: #fff;
  transition: all 0.3s;
}

.calculate-shipping-sellers-int .filter-deadline.active label,
.calculate-shipping-sellers-int .filter-price.active label,
.calculate-shipping-sellers-int .filter-deadline:hover label,
.calculate-shipping-sellers-int .filter-price:hover label {
  color: #fff;
  transition: all 0.3s;
}

.calculate-shipping-sellers-int .filter-deadline,
.calculate-shipping-sellers-int .filter-price {
  border: 1px solid;
  font-weight: bold;
  line-height: 1;
  padding: 11px 15px;
  text-align: center;
  transition: all 0.3s;
}

.modal .calculate-shipping-sellers-int .input-group div.validation-advice {
  order: 3;
}

#postCodeEmpty {
  display: none;
}

:has(.postcode-validation-failed.validation-failed) ~ #postCodeEmpty {
  display: block;
}

.modal .calculate-shipping-sellers-int .input-group:has(div.validation-advice) ~ #postCodeEmpty {
  display: none;
}

.bootbox-postcode-modal .modal-content .modal-header {
  flex-direction: row-reverse;
}

.calculate-shipping-sellers-int .body-multiseller .multiseller-buy .alert {
  margin-bottom: 0;
}

/* PAGINA DO PRODUTO - 3 COLUNAS */
/* ===================================================== */
.product-view.three-columns-multiseller .area-parcela-desconto .see-parc {
  margin: 5px auto 0;
}

.calculate-shipping-sellers-int {
  display: block;
  margin: 40px 0 0;
}

.calculate-shipping-sellers-int .row {
  margin: 0;
}

.calculate-shipping-sellers-int .filter-items.row {
  margin: 0 0 15px;
}

.calculate-shipping-sellers-int .title h4,
.calculate-shipping-sellers-int .title .h4 {
  font-size: var(--size-22);
  font-weight: 600;
  margin: 0;
}

.calculate-shipping-sellers .input-group input.form-control:focus {
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 2px 0 #ccc9;
  outline: none;
}

.calculate-shipping-sellers-int .body-multiseller {
  border-bottom: 1px solid #e2e2e2;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}

.calculate-shipping-sellers-int .body-multiseller:nth-child(even) {
  background-color: #f7f7f7;
}

.body-multiseller .calculate-shipping i {
  color: #252525;
  display: table;
  font-size: var(--size-26);
  margin: 0 auto 5px;
}

.body-multiseller .calculate-shipping a.link-calculate {
  transition: all 0.3s;
}

.body-multiseller .calculate-shipping a.link-calculate:hover {
  text-decoration: underline;
}

.calculate-shipping-sellers-int .body-multiseller .area-parcela-desconto {
  margin: 0;
}

.calculate-shipping-sellers-int .body-multiseller .area-parcela-desconto a.see-parc {
  line-height: 1.2;
  margin: 4px auto 0;
  transition: all 0.3s;
}

.calculate-shipping-sellers-int .body-multiseller .price-multiseller .special-price {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  margin-inline: auto;
  width: fit-content;

  @media (991px < width <= 1199px) {
    flex-wrap: wrap;
  }

  @media (500px < width <= 770px) {
    width: 100%;
  }
}

.calculate-shipping-sellers-int .body-multiseller .desconto-porcentagem {
  padding: 2px 5px;
}

.calculate-shipping-sellers-int .body-multiseller .desconto-porcentagem label {
  font-size: var(--size-14);
  margin: 0;
  vertical-align: initial;
}

.calculate-shipping-sellers-int .body-multiseller span.shipping {
  display: table;
  font-size: var(--size-13);
  width: 100%;
}

.calculate-shipping-sellers-int .body-multiseller .shipping-box {
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #333;
  font-weight: 700;
  padding: 0.25rem 1rem;
}

.calculate-shipping-sellers-int .body-multiseller span.shipping .o-free-ship {
  color: var(--green);
  font-size: 0.875rem;
  font-weight: bold;
}

.calculate-shipping-sellers-int .header-multiseller .col-md-1,
.calculate-shipping-sellers-int .body-multiseller .multiseller-buy {
  min-width: 160px;
}

.calculate-shipping-sellers-int .body-multiseller button.button.btn-cart {
  min-width: 130px;
  padding: 7px 30px;
}

.modal-body .calculate-shipping-sellers-int .title i {
  font-size: 35px;
}

.modal-body .calculate-shipping-sellers-int .input-estimate-multiseller .additional-text {
  line-height: normal;
}

.modal-body .calculate-shipping-sellers-int .subtitle {
  font-size: var(--size-18);
  font-weight: bold;
}

.calculate-shipping-sellers-int .body-multiseller .multiseller-qty .qty-available {
  font-size: var(--size-13);
}

.block-right-product .area-lowest-price .price-info .price-from {
  color: #888;
  display: block;
  font-size: var(--size-14);
  line-height: 1;
  margin-top: 12px;
}

.block-right-product .area-lowest-price .price-info .price-box {
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  gap: 0.25rem;
  justify-content: center;
  margin-block-end: 0.5rem;
}

.block-right-product .area-lowest-price .price-info .price-box .old-price {
  flex: 1 0 100%;
}

.block-right-product .area-lowest-price .price-info .price-box .special-price {
  margin-bottom: 0;
}

.block-right-product .area-lowest-price .price-info .price-box .shipping-box {
  border: 1px solid #e2e2e2;
  color: #333;
  display: table;
  font-size: var(--size-12);
  font-weight: 700;
  padding: 2px 12px;
}

@media screen and (width <=1300px) {
  .calculate-shipping-sellers-int .header-multiseller .multiseller-qty,
  .calculate-shipping-sellers-int .body-multiseller .multiseller-qty {
    max-width: 140px;
  }
}

@media screen and (width <=1199px) {
  .three-columns-multiseller .block-right-product .area-vendor-link {
    text-align: left;
  }

  .three-columns-multiseller .product-shop .block-price {
    max-width: 100%;
    padding: 0;
    text-align: left;
  }

  .product-view.three-columns-multiseller .area-parcela-desconto .see-parc {
    margin: 5px 0 0;
  }

  .three-columns-multiseller .extra-info > .col-md-12.col-12 {
    padding: 0;
  }

  .calculate-shipping-sellers-int .header-multiseller > div {
    padding: 0;
  }

  .calculate-shipping-sellers-int .body-multiseller > div {
    padding: 0;
  }

  .calculate-shipping-sellers-int .header-multiseller .col-auto,
  .calculate-shipping-sellers-int .body-multiseller .col-auto {
    padding: 0 5px;
  }

  .calculate-shipping-sellers-int .header-multiseller .col-md-1,
  .calculate-shipping-sellers-int .body-multiseller .multiseller-buy {
    min-width: 130px;
  }

  .calculate-shipping-sellers-int .body-multiseller button.button.btn-cart {
    min-width: 120px;
  }
}

@media screen and (width <=991px) {
  .calculate-shipping-sellers-int .title h4,
  .calculate-shipping-sellers-int .title .h4 {
    font-size: var(--size-18);
  }

  .calculate-shipping-sellers-int .input-estimate-multiseller {
    flex: 0 0 100%;
    margin: 0 auto;
    max-width: 320px;
  }

  .calculate-shipping-sellers-int .header-multiseller {
    display: none;
  }

  .calculate-shipping-sellers-int .body-multiseller > div {
    padding: 0 15px;
  }

  .calculate-shipping-sellers-int .body-multiseller > div::before {
    content: attr(data-name);
  }

  .calculate-shipping-sellers-int .body-multiseller .sold-multiseller {
    flex: 0 0 100%;
    margin: 0 0 10px;
    max-width: 100%;
    text-align: center;
  }

  .calculate-shipping-sellers-int .body-multiseller .sold-multiseller::before {
    display: inline-block;
  }

  .calculate-shipping-sellers-int .body-multiseller .area-vendor-link {
    display: inline-block;
    margin: 0 0 0 3px;
  }

  .calculate-shipping-sellers-int .body-multiseller .price-multiseller,
  .calculate-shipping-sellers-int .body-multiseller .freight-multiseller,
  .calculate-shipping-sellers-int .body-multiseller .total-multiseller {
    flex: 0 0 32.3%;
    max-width: 32.3%;
  }

  .calculate-shipping-sellers-int .body-multiseller .price-multiseller::before,
  .calculate-shipping-sellers-int .body-multiseller .freight-multiseller::before,
  .calculate-shipping-sellers-int .body-multiseller .total-multiseller::before {
    display: block;
    font-weight: 600;
    margin: 0 auto 4px;
  }

  .calculate-shipping-sellers-int .body-multiseller .multiseller-qty {
    flex: 0 0 50%;
    margin: 15px 0 10px;
    max-width: 50%;
    text-align: center;
  }

  .calculate-shipping-sellers-int .body-multiseller .multiseller-qty::before {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }

  .calculate-shipping-sellers-int .body-multiseller .multiseller-qty .qty-wrapper {
    display: inline-block !important;
    vertical-align: middle;
  }

  .calculate-shipping-sellers-int .body-multiseller .multiseller-buy {
    align-self: end;
    flex: 0 0 50%;
    margin: 15px 0 10px;
    max-width: 50%;
  }

  .calculate-shipping-sellers-int .body-multiseller .multiseller-buy:has(.alert) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .calculate-shipping-sellers-int .body-multiseller button.button.btn-cart {
    min-height: 44px;
    width: 100%;
  }
}

@media screen and (width <=770px) {
  .calculate-shipping-sellers-int .body-multiseller .price-multiseller,
  .calculate-shipping-sellers-int .body-multiseller .freight-multiseller {
    flex: 0 0 46%;
    max-width: 46%;
  }

  .calculate-shipping-sellers-int .body-multiseller .price-multiseller {
    text-align: right !important;
  }

  .calculate-shipping-sellers-int .body-multiseller .col-auto {
    padding: 0 15px;
  }

  .calculate-shipping-sellers-int .body-multiseller .freight-multiseller {
    text-align: left !important;
  }

  .calculate-shipping-sellers-int .body-multiseller .freight-multiseller::before {
    margin: 0 auto 10px;
  }

  .body-multiseller .calculate-shipping i {
    display: inline-block;
    margin: 0 10px 5px 0;
    vertical-align: middle;
  }

  .body-multiseller .calculate-shipping a.link-calculate {
    display: inline-block;
    vertical-align: middle;
  }

  .calculate-shipping-sellers-int .body-multiseller .total-multiseller {
    flex: 0 0 100%;
    margin: 15px 0 0;
    max-width: 100%;
  }

  .calculate-shipping-sellers-int .body-multiseller .total-multiseller::before {
    border-top: 1px solid #e2e2e2;
    max-width: 350px;
    padding-top: 15px;
  }

  .calculate-shipping-sellers-int .body-multiseller .multiseller-qty,
  .calculate-shipping-sellers-int .body-multiseller .multiseller-buy {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .calculate-shipping-sellers-int .body-multiseller .multiseller-buy {
    padding: 0 15px;
  }

  .calculate-shipping-sellers-int .body-multiseller .add-to-cart-buttons {
    margin: 0 auto;
  }

  .calculate-shipping-sellers-int .body-multiseller span.shipping {
    max-width: 240px;
  }
}

@media screen and (width <=767px) {
  .three-columns-multiseller .block-right-product .area-vendor-link {
    text-align: center;
  }

  .three-columns-multiseller .product-shop .block-price {
    text-align: center;
  }

  .product-view.three-columns-multiseller .area-parcela-desconto .see-parc {
    margin: 5px auto 0;
  }

  .three-columns-multiseller .extra-info > .col-md-12.col-12 .add-to-box {
    border-top: 1px solid #f2f2f2;
  }

  .three-columns-multiseller .extra-info > .col-md-12.col-12 .add-to-box .add-to-cart {
    border: none;
    margin: 0 auto;
    max-width: 470px;
  }

  .three-columns-multiseller .calculate-shipping-sellers-int .row,
  .two_columns.product-multiseller .calculate-shipping-sellers-int .row {
    justify-content: center;
  }
}

@media screen and (width <=575px) {
  .product-view.three-columns-multiseller .extra-info .add-to-box .add-to-cart .qty-wrapper {
    float: none;
    max-width: 190px;
  }

  .calculate-shipping-sellers-int .filter-deadline,
  .calculate-shipping-sellers-int .filter-price {
    padding: 8px;
    text-align: left;
  }
}

@media screen and (width <=560px) {
  .calculate-shipping-sellers-int .body-multiseller .price-multiseller,
  .calculate-shipping-sellers-int .body-multiseller .freight-multiseller {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media screen and (width <=500px) {
  .calculate-shipping-sellers-int .title h4,
  .calculate-shipping-sellers-int .title .h4 {
    font-size: var(--size-16);
  }

  .calculate-shipping-sellers-int .body-multiseller .price-multiseller,
  .calculate-shipping-sellers-int .body-multiseller .freight-multiseller {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .calculate-shipping-sellers-int .body-multiseller .price-multiseller {
    text-align: center !important;
  }

  .calculate-shipping-sellers-int .body-multiseller .col-auto {
    margin: 10px auto;
  }

  .calculate-shipping-sellers-int .body-multiseller .freight-multiseller {
    text-align: center !important;
  }

  .calculate-shipping-sellers-int .body-multiseller .freight-multiseller::before {
    margin: 0 auto 5px;
  }

  .calculate-shipping-sellers-int .body-multiseller span.shipping {
    margin: 0 auto;
    max-width: 85%;
  }
}

@media screen and (width <=380px) {
  .calculate-shipping-sellers-int .body-multiseller span.shipping {
    max-width: 100%;
  }
}
/* FIM PAGINA DO PRODUTO - 3 COLUNAS */
/* ===================================================== */

/* PAGINA DO PRODUTO - 2 COLUNAS */
/* ===================================================== */
.product-multiseller .product-img-box .more-views .caroufredsel_wrapper {
  max-width: 390px;
}

.block-right-two .calculate-shipping-sellers-int {
  margin: 0;
}

.block-right-two .calculate-shipping-sellers-int .input-multiseller,
.block-right-two .calculate-shipping-sellers-int .title-multiseller {
  font-size: var(--size-13);
  line-height: 1.2;
  padding: 0;
}

.block-right-two .calculate-shipping-sellers-int .input-multiseller .input-group {
  margin: 10px 0 0;
}

.block-right-two .calculate-shipping-sellers-int .input-multiseller .input-group .validation-advice {
  bottom: -20px;
  position: absolute;
}

.block-right-two .calculate-shipping-sellers-int p.buybox-title {
  font-weight: 600;
  margin: 0 0 10px;
}

.block-right-two .calculate-shipping-sellers-int .container.list-vendor {
  padding: 0;
}

.container.list-vendor .tab::before,
.container.list-vendor .tab.active::after {
  border-radius: 50px;
  content: '';
  display: table;
  left: 10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

.container.list-vendor .tab::before {
  border: 1px solid #999;
  height: 20px;
  width: 20px;
}

.container.list-vendor .tab.active::after {
  height: 10px;
  left: 15px;
  margin-top: -5px;
  width: 10px;
}

.container.list-vendor .tab .area-price-info span.price {
  font-size: var(--size-16);
}

.container.list-vendor .tab .area-price-info .area-vendor-link {
  font-weight: 600;
}

.block-right-two .calculate-shipping-sellers-int .container.list-vendor .block-left-multiseller {
  margin-right: -1px;
  padding: 0;
  z-index: 9;
}

.block-right-two .calculate-shipping-sellers-int .container.list-vendor .block-left-multiseller .tab {
  border-left: 1px solid #e5e5e5;
}

.block-right-two .calculate-shipping-sellers-int .container.list-vendor .block-left-multiseller .tab:first-child {
  border-top: 1px solid #e5e5e5;
}

.block-right-two .area-product-tab .area-vendor-link {
  margin: 0 0 15px;
}

.block-right-two .area-product-tab .price-box span.price {
  font-size: var(--size-28);
}

.block-right-two .area-product-tab .area-parcela-desconto .parcela-produto .see-parc {
  margin: 2px auto 0;
}

.block-right-two .area-product-tab .qty-wrapper {
  margin: 10px auto 20px;
}

.block-right-two .area-product-tab .qty-wrapper p {
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: middle;
}

.block-right-two .area-product-tab .qty-wrapper .quantity {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.container.list-vendor .area-product-tab .add-to-cart-buttons button.button.btn-cart {
  font-size: var(--size-16);
  margin: 0 0 15px;
  min-width: 210px;
  padding: 8px 10px;
}

.container.list-vendor .area-product-tab .calculate-shipping i {
  margin-right: 3px;
}

.container.list-vendor .area-product-tab .calculate-shipping a.link-calculate {
  transition: all 0.3s;
}

.container.list-vendor .area-product-tab .calculate-shipping a.link-calculate:hover {
  text-decoration: underline;
}

.container.list-vendor .area-product-tab .block-shipping-multiseller h6 {
  color: #434343;
  font-weight: 600;
  margin: 10px 0 5px;
  text-align: left;
}

.container.list-vendor .area-product-tab .block-shipping-multiseller {
  margin-top: 12px;
  padding: 0;
}

.area-product-tab .block-shipping-multiseller li.list-group-item {
  border: none;
  padding: 0;
}

.area-product-tab .block-shipping-multiseller li.list-group-item:last-child {
  border: none;
}

.area-product-tab .block-shipping-multiseller li.list-group-item > div {
  padding: 0;
}

.area-product-tab .block-shipping-multiseller li.list-group-item label {
  color: #666;
  font-size: var(--size-13);
  font-weight: normal;
  margin: 0;
}

.area-product-tab .block-shipping-multiseller li.list-group-item span {
  font-size: var(--size-14);
  font-weight: bold;
}

.area-product-tab .block-shipping-multiseller li.list-group-item .storepickup span {
  color: #868686;
  font-size: var(--size-12);
  font-weight: normal;
}

.container.list-vendor .area-product-tab span.shipping-box {
  border: 1px solid #e2e2e2;
  color: #434343;
  display: table;
  font-size: var(--size-14);
  font-weight: 600;
  margin: 3px auto 5px;
  padding: 3px 10px;
}

@media screen and (width <=1199px) {
  .product-multiseller .product-img-box .more-views .caroufredsel_wrapper {
    max-width: 260px;
  }
}

@media screen and (width <=991px) {
  .product-multiseller .product-img-box .more-views .caroufredsel_wrapper {
    max-width: 660px;
  }

  .product-multiseller .product-img-box,
  .product-multiseller .product-shop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-multiseller .product-shop {
    margin: 20px 0 0;
  }
}

@media screen and (width <=767px) {
  .product-multiseller .product-img-box .more-views .caroufredsel_wrapper {
    max-width: 520px;
  }

  .block-right-two .calculate-shipping-sellers-int .input-multiseller {
    flex: 0 0 100%;
  }

  .block-right-two .calculate-shipping-sellers-int .container.list-vendor {
    max-width: 100%;
  }

  .block-right-two .calculate-shipping-sellers-int .container.list-vendor .block-left-multiseller .tab {
    border-right: 1px solid #e5e5e5;
  }

  .container.list-vendor .tab.active {
    border-bottom: 1px solid #fff;
  }

  .block-right-two .calculate-shipping-sellers-int .container.list-vendor .block-left-multiseller {
    margin: 0;
  }

  .container.list-vendor .tab .area-price-info {
    padding-right: 15px;
  }

  .container.list-vendor .tab .area-price-info .area-vendor-link {
    display: table;
    width: 100%;
  }

  .container.list-vendor .tab .area-price-info .price-box {
    float: right;
  }

  .container.list-vendor .tab .area-price-info .calculate-shipping {
    display: table;
  }
}

@media screen and (width <=580px) {
  .product-multiseller .product-img-box .more-views .caroufredsel_wrapper {
    max-width: 390px;
  }
}
/* FIM PAGINA DO PRODUTO - 2 COLUNAS */
/* ===================================================== */

/* PAGINA DO PRODUTO - 2 COLUNAS - 1 VENDEDOR */
/* ===================================================== */
.container.list-vendor .block-full-multiseller .area-product-tab {
  text-align: left !important;
}

.container.list-vendor .block-full-multiseller .area-product-tab .regular-price {
  float: left;
  margin-right: 10px;
}

.container.list-vendor .block-full-multiseller .area-product-tab span.shipping-box {
  display: table;
  float: left;
  margin: 7px 0 0;
}

.container.list-vendor .block-full-multiseller .area-product-tab .product-parcela {
  clear: left;
  font-size: var(--size-12);
}

.block-right-two .block-full-multiseller .area-product-tab .area-parcela-desconto .parcela-produto .see-parc {
  margin: 2px 0 0;
}

.block-full-multiseller .area-vendor-multiseller {
  padding: 0;
}

.container.list-vendor .block-full-multiseller .qty-multiseller {
  flex: 0 0 50%;
  max-width: 230px;
  padding: 0;
}

.container.list-vendor .block-full-multiseller .qty-wrapper {
  margin: 10px 0 0 !important;
}

.container.list-vendor .block-full-multiseller .cart-button-multiseller {
  flex: 0 0 50%;
  max-width: 240px;
  padding-left: 15px;
}

.container.list-vendor .block-full-multiseller .add-to-cart-buttons button.button.btn-cart {
  margin: 10px 0 0;
}

.block-full-multiseller .col-12 {
  padding: 0;
}

.container.list-vendor .block-full-multiseller .area-product-tab .calculate-shipping {
  margin: 15px 0 0;
}

/* FIXES */

.block-right-two .qty-wrapper .qtd-arrows i {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: var(--size-12);
  font-weight: 400;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.block-right-two .qty-wrapper .quantity {
  background-color: #fff;
  border: 1px solid #f2f2f7;
  display: table;
  float: left;
}

.block-right-two .qty-wrapper .qtd-arrows {
  line-height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
}

.block-right-two .calculate-shipping-sellers-int .qty-wrapper .qtd-arrows i {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: var(--size-12);
  font-weight: 400;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.block-right-two .c-buy-box {
  align-items: flex-end;
  gap: 16px;
  justify-content: flex-start;
  margin: 0;
}

.block-right-two .c-buy-box .qty-multiseller {
  flex: 0;
  max-width: unset;
  padding: 0;
}

.block-right-two .c-buy-box .qty-wrapper {
  display: inline-flex;
  flex-direction: column;
}

.block-right-two .c-buy-box .qty-wrapper .quantity {
  display: inline-flex !important;
}

.block-right-two .c-buy-box .cart-button-multiseller {
  flex: 1 0 210px;
  max-width: unset;
  padding: 0;
}

.block-right-two .c-buy-box p {
  margin-bottom: 4px;
}

.block-right-two .c-buy-box .add-to-cart-buttons button.button.btn-cart {
  font-size: 1rem;
  margin: 0;
  padding: 0.5rem 1rem;
  width: 100%;
}

.block-right-two .block-shipping-multiseller h6 {
  color: #434343;
  font-weight: 600;
  margin: 10px 0 5px;
  text-align: left;
}

.block-right-two .block-shipping-multiseller {
  margin-block-start: 1rem;
}

.block-right-two .block-shipping-multiseller li.list-group-item {
  border: 0;
  padding: 0.25rem 0;
}

.block-right-two .block-shipping-multiseller li.list-group-item > div {
  padding: 0;
}

.block-right-two .block-shipping-multiseller li.list-group-item label {
  color: #666;
  font-size: var(--size-13);
  font-weight: normal;
  margin: 0;
}

.block-right-two .block-shipping-multiseller li.list-group-item span {
  font-size: var(--size-14);
  font-weight: bold;
}

.block-right-two .block-shipping-multiseller li.list-group-item .free-ship-separator {
  font-size: inherit;
  font-weight: inherit;
}

.block-right-two .block-shipping-multiseller li.list-group-item .shipping-free {
  color: var(--green);
}

.block-right-two .block-shipping-multiseller li.list-group-item .storepickup {
  padding-left: 1rem;
}

.block-right-two .block-shipping-multiseller li.list-group-item .storepickup h6 {
  font-size: 0.875rem;
  margin: 0;
  margin-block: 0.5rem 0.25rem;
}

.block-right-two .calculate-shipping-sellers-int .row {
  margin: 0;
}

.c-free-ship {
  margin-block: 1rem;
}

.c-free-ship .o-free-ship {
  display: block;
  font-size: 1rem;
}

.block-right-two .area-lowest-price .c-free-ship ~ .block-price .price-info .price-box .shipping-box,
.block-right-product .area-lowest-price .c-free-ship ~ .block-price .price-info .price-box .shipping-box {
  display: none;
}

.three_columns .block-right-product .area-vendor-link {
  border: none;
  color: #888;
  float: none;
  font-size: var(--size-12);
  font-weight: 500;
  margin: 0;
}

.three_columns .block-right-product .area-vendor-link span {
  font-size: inherit;
}

/* FIM PAGINA DO PRODUTO - 2 COLUNAS - 1 VENDEDOR */
/* ===================================================== */

/* PAGINA DO PRODUTO - FORMULARIO */
/* ===================================================== */
.area-form-multiseller {
  background-color: #fbfbfb;
  border: 1px solid #eaeaea;
  padding: 20px;
}

.area-form-multiseller h4,
.area-form-multiseller .h4 {
  font-size: var(--size-20);
  font-weight: bold;
  margin: 0;
}

.area-form-multiseller span.text-config {
  margin: 5px 0 20px;
}

@media screen and (width <=767px) {
  .area-form-multiseller .btn-form-multiseller {
    text-align: right;
  }

  .area-form-multiseller button#multiseller_send_data {
    max-width: 150px;
    width: 100%;
  }
}

@media screen and (width <=575px) {
  .area-form-multiseller .btn-form-multiseller {
    text-align: center;
  }

  .area-form-multiseller button#multiseller_send_data {
    max-width: 200px;
  }
}
/* FIM PAGINA DO PRODUTO - FORMULARIO */
/* ===================================================== */

/* BEST OFFER COM 2 COLUNAS */

.best-offer-box .block-best-price {
  align-items: center;
  display: inline-flex;
  float: unset;
  left: unset;
  margin-top: 0;
  position: absolute;
  width: auto;
}

.best-offer-box .block-best-price .block-best-price-int {
  font-size: var(--size-12);
  font-weight: 600;
  padding: 4px 12px;
}

.best-offer-box {
  border: 1px solid #ededed;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 2.5rem 1.5rem;
  position: relative;
}

.o-wishlist.o-share {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  position: absolute;
  right: 12px;
  top: 6px;
}

.o-wishlist .add-to-wishlist,
.o-share .share {
  background: transparent;
  border: 0;
  color: #888;
  font-size: 1.35rem;
}

.o-wishlist .add-to-wishlist i {
  font-weight: 300;
}

.o-wishlist .add-to-wishlist:hover i {
  font-weight: 600;
}

.share-product__link--facebook {
  --_icon-color: #0866ff;
}

.share-product__link--pinterest {
  --_icon-color: #e60023;
}

.share-product__link--email {
  --_icon-color: #323232;
}

.share-product__link--whatsapp {
  --_icon-color: #25d366;
}

.price-addendum {
  color: #444;
  font-weight: 600;
  width: 100%;
}

.block-right-two .area-lowest-price .price-info .price-from {
  color: #888;
  display: block;
  font-size: var(--size-14);
  line-height: 1;
  margin-top: 12px;
}

.block-right-two .area-lowest-price .block-price {
  margin-block: 1rem;
  max-width: 100%;
}

.block-right-two .area-lowest-price .price-info .price-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  margin-block-end: 0.5rem;
}

.block-right-two .area-lowest-price .price-info .price-box:has(.old-price) {
  align-items: flex-start;
  flex-direction: column;
}

.block-right-two .area-lowest-price .price-info .price-box .old-price {
  flex: 1 0 100%;
}

.product-view .price-box .price-addendum + .old-price {
  margin-top: 0;
}

.block-right-two .area-lowest-price .price-info .price-box .special-price {
  margin-bottom: 0;
}

.block-right-two .area-lowest-price .price-info .price-box .shipping-box {
  border: 1px solid #e2e2e2;
  color: #333;
  display: table;
  font-size: var(--size-12);
  font-weight: 700;
  padding: 2px 12px;
}

.product-view.two_columns.product-multiseller .block-right-two .area-lowest-price .area-parcela-desconto .see-parc {
  font-weight: 500;
  margin: 4px 0 0;
}

.block-right-two .area-lowest-price .extra-info .area-vendor-link {
  border: none;
  color: #888;
  font-size: var(--size-12);
  font-weight: 500;
  margin: 0;
}

.block-right-two .area-lowest-price .extra-info .area-vendor-link a {
  font-size: var(--size-12);
  font-weight: 500;
}

.block-right-two .area-lowest-price .extra-info .area-vendor-link:has(.logo-vendor-image) {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.block-right-two .product-configurable-options #product-options-wrapper dl {
  margin: 0;
}

.product-view .best-offer-box h1.product-name {
  font-size: var(--fs-1);
  font-weight: 700;
}

.product-view .best-offer-box .container.list-vendor .area-product-tab {
  padding: 0;
}

.product-view .best-offer-box .calc-shipping {
  margin-top: 24px;
}

.product-view .best-offer-box .ratings,
.product-view .best-offer-box .block-sku {
  margin: 0;
}

.product-view .best-offer-box .block-sku span {
  font-size: 0.875rem;
}

.block-right-two .area-lowest-price .block-price .area-parcela-desconto .parcela-produto span,
.block-right-two .area-lowest-price .block-price .area-parcela-desconto .ticket-produto span,
.block-right-two .area-lowest-price .block-price .area-parcela-desconto .ticket-produto,
.block-right-two .area-lowest-price .block-price .area-parcela-desconto .parcela-produto {
  font-size: var(--size-13);
  line-height: 1.2;
}

.product-view.two_columns.product-multiseller .product-shop .short-description {
  border: none;
  margin: 12px 0 0;
  padding-bottom: 0;
}

.wishlist-and-share {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 12px;
}

.wishlist-and-share .block-wishlist {
  align-items: center;
  display: flex;
  gap: 8px;
  line-height: 1.1;
}

.wishlist-and-share .block-wishlist .icon {
  font-size: 32px;
}

.wishlist-and-share .block-wishlist .add {
  margin: 0;
  text-align: left;
  text-transform: lowercase;
}

.wishlist-and-share .block-wishlist .add::first-letter {
  text-transform: uppercase;
}

.catalog-product-view .product-view.two_columns .item .wishlist-and-share .block-right-middle {
  width: auto !important;
}

.catalog-product-view .product-view.two_columns .item .wishlist-and-share .block-right-middle .box-share {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  margin-top: 0;
}

.catalog-product-view .product-view.two_columns .item .wishlist-and-share .block-right-middle .box-share p {
  line-height: 1.2;
  margin: 0;
  max-width: 100px;
}

.catalog-product-view .product-view.two_columns .item .wishlist-and-share .block-right-middle .box-share ul {
  display: flex;
  gap: 4px;
  margin: 0;
  width: auto;
}

.catalog-product-view .product-view.two_columns .item .wishlist-and-share .block-right-middle .box-share li {
  margin: 0;
}

.catalog-product-view .product-view.two_columns .item .wishlist-and-share .block-right-middle .box-share li a i {
  font-size: 32px;
}

.product-view .best-offer-box .price-box .price {
  font-size: 32px;
  font-weight: bold;
}

.container.list-vendor .block-full-multiseller .c-buy-box {
  align-items: flex-end;
  gap: 16px;
  justify-content: flex-start;
}

.container.list-vendor .block-full-multiseller .c-buy-box .qty-multiseller {
  flex: 0;
  max-width: unset;
}

.container.list-vendor .block-full-multiseller .c-buy-box .qty-wrapper {
  display: inline-flex;
  flex-direction: column;
}

.container.list-vendor .block-full-multiseller .c-buy-box .qty-wrapper .quantity {
  display: inline-flex !important;
}

.container.list-vendor .block-full-multiseller .c-buy-box .cart-button-multiseller {
  flex: 1 0 210px;
  max-width: unset;
  padding: 0;
}

.container.list-vendor .block-full-multiseller .c-buy-box p {
  margin-bottom: 4px;
}

.container.list-vendor .block-full-multiseller .c-buy-box .add-to-cart-buttons button.button.btn-cart {
  margin: 0;
  width: 100%;
}

.check-other-offers {
  display: block;
  font-weight: 600;
  margin-top: 16px;
}

.product-view.two_columns.product-multiseller .block-full-multiseller .area-parcela-desconto .see-parc {
  font-weight: 500;
}

.has-loading {
  opacity: 0.5;
  pointer-events: none;
}

.has-loading::before {
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.has-loading::after {
  animation: spin 1s linear infinite;
  border: 8px solid rgb(0 0 0 / 10%);
  border-left-color: #000;
  border-radius: 50%;
  content: '';
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 999999;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (width >= 770px) {
  #modalSellerList .modal-dialog {
    max-width: 640px;
  }
}

#modalSellerList .area_all_seller {
  margin-block-start: 40px;
  position: relative;
}

#modalSellerList .cs__close {
  aspect-ratio: 1;
  background: transparent;
  border: none;
  color: #666;
  font-size: 1.5rem;
  position: absolute;
  right: -16px;
  top: -50px;
  width: 50px;
}

#modalSellerList .cs__header {
  background: unset;
  color: #323232;
  display: block;
  margin: 0;
  position: static;
}

#modalSellerList .cs__title {
  font-size: var(--fs-2);
  font-weight: 600;
  line-height: 1.2;
}

#modalSellerList .cs__text {
  font-size: 1rem;
}

#modalSellerList .c-main-product {
  border: 1px solid #ececec;
  border-radius: 0.25rem;
  display: flex;
  gap: 1rem;
  margin-block: 1rem 2rem;
  padding: 1rem;
}

#modalSellerList .main-product__name .product-name {
  color: #323232;
  font-size: var(--fs-default);
}

#modalSellerList .main-product__sku span {
  background: #e7e7e7;
  border-radius: 0.25rem;
  color: #323232;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
}

#modalSellerList .c-sellers-list > * {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 2fr 1fr;
  padding: 1rem;
  place-items: center start;
}

#modalSellerList .c-sellers-list__heading {
  color: #323232;
  font-size: var(--fs--1);
  font-weight: 500;
  line-height: 1.2;
}

#modalSellerList .c-sellers-list__seller {
  border: 1px solid #ececec;
  border-radius: 0.25rem;
  margin-block-end: 0.5rem;
}

#modalSellerList .seller__name {
  font-weight: 500;
}

#modalSellerList .seller__buy {
  width: 100%;
}

#modalSellerList .seller__buy .btn-cart {
  font-size: 1rem;
  width: 100%;
}

#modalSellerList .seller__price .price-box {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin-block-end: 0.25rem;
}

#modalSellerList .seller__price .price {
  display: block;
  font-size: var(--fs-default);
  font-weight: bold;
}

#modalSellerList .seller__price .c-installments__text {
  display: block;
  text-wrap: balance;
}

#modalSellerList .seller__price .c-installments__full-price .price {
  display: inherit;
  font-size: inherit;
}

#modalSellerList .seller__price .plus-freight {
  border: 1px solid #e2e2e2;
  color: #323232;
  display: table;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 2px 12px;
}

#modalSellerList .seller__price small {
  font-size: var(--fs--2);
}

#modalSellerList .seller__price small .product-parc-info-link {
  align-items: center;
  display: flex;
  font-weight: 500;
  gap: 0.25rem;
  margin-block-start: 0.25rem;
}

.show-sellers-list {
  margin-block-start: 0.5rem;
  text-align: right;
}

.show-sellers-list .btn-confirm {
  border: none;
  font-size: 1rem;
  font-weight: 400;
  margin-left: auto;
  padding: 0.5rem 1rem;
}

@media (width <= 770px) {
  #modalSellerList .c-sellers-list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }

  #modalSellerList .c-sellers-list__seller {
    grid-template-columns: 1fr;
  }

  #modalSellerList .c-sellers-list__heading {
    display: none;
  }

  #modalSellerList .seller__price small {
    font-size: var(--fs--1);
  }

  #modalSellerList .seller__price .price-box {
    flex-wrap: wrap;
  }
}
/* PIX PRIO */
.product-view .best-offer-box .price-box .c-installments__full-price .price {
  font-size: inherit;
  font-weight: inherit;
}

:is(.total-multiseller, .price-multiseller) .price-box .c-installments {
  margin-block-start: 0.25rem;
}

:is(.total-multiseller, .price-multiseller) .price-box .c-fee {
  margin-block: 0.25rem 0;
}

.total-multiseller .price-box .c-installments__see-more {
  line-height: 1;
  margin: 0.5rem auto 0;
  text-wrap: balance;
}

/* modern container  */

.l-other-offers {
  margin-block-start: 2.5rem;
}

.l-other-offers .has-loading {
  position: relative;
}

.l-other-offers__title {
  font-size: var(--size-26);
  font-weight: 600;
}

.l-other-offers__subtitle {
  color: hsl(0 0% 43.1%);
  font-size: 1rem;
  font-weight: 500;
}

.l-other-offers__zipcode-filter-box {
  align-items: center;
  box-shadow: 0 0 8px 1px #00000010;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-block: 2rem;
  padding: 2rem;
}

.l-other-offerss__zipcode-input-box {
  display: flex;
}

.l-other-offers__filter-box {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.l-other-offerss__zipcode-input-box input {
  border-color: hsl(0 0% 89%);
  border-right: 0;
  box-shadow: none;
  font-size: 0.875rem;
  min-height: 2.875rem;
  min-width: 320px;
  padding: 0.5rem 1rem;
}

.l-other-offerss__zipcode-input-box .button {
  padding-inline: 1.5rem;
}

.l-other-offers__zipcode-box #postCodeError {
  display: none;
}

.l-other-offers__filter-item label {
  align-items: center;
  border: 1px solid hsl(0 0% 89%);
  color: hsl(0 0% 43.1%);
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin: 0;
  padding: 0.75rem;
  transition: border-color 100ms cubic-bezier(0.4, 0, 0.2, 1);
}

.l-other-offers__filter-item label:has(input[type='radio']:checked),
.l-other-offers__filter-item label:hover {
  border-color: var(--teal);
}

.l-other-offers__filter-box .l-other-offers__filter-item input[type='radio'] {
  appearance: none;
  height: auto;
  position: static;
  visibility: visible;
  width: auto;
}

.l-other-offers__filter-item input[type='radio']::before {
  border: 1px solid hsl(0 0% 74.1%);
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
}

.l-other-offers__filter-item input[type='radio']:checked::before {
  background-color: var(--teal);
  border-color: var(--teal);
  outline: 3px solid #fff;
  outline-offset: -4px;
}

.sellers-list {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 0.5fr 0.5fr;
}

.sellers-list--grid {
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
}

.sellers-list__heading {
  align-items: center;
  background-color: #f3f3f3;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: subgrid;
  margin-block-end: 1rem;
  padding-block: 0.5rem;
}

.sellers-list__head {
  color: hsl(0 0% 35.3%);
  font-weight: 700;
  padding-inline: 1rem;
}

.sellers-list__head:not(:first-child, :last-child) {
  padding-inline: 0.5rem;
  text-align: center;
}

.sellers-list__row {
  align-items: center;
  box-shadow: 0 0 8px 1px #00000010;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: subgrid;
  padding-block: 1.5rem;
}

.sellers-list--grid .sellers-list__row {
  grid-column: auto;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto auto;
  padding-bottom: 4rem;
  position: relative;
}

.sellers-list__row + .sellers-list__row {
  margin-block-start: 1.5rem;
}

.sellers-list--grid .sellers-list__row + .sellers-list__row {
  margin-block-start: 0;
}

.sellers-list__cell {
  padding-inline: 1.5rem;
}

.sellers-list__cell--quantity {
  padding-inline: 0;
}

.sellers-list--grid .sellers-list__seller-infos {
  align-items: center;
  border: 1px solid hsl(0 0% 92.5%);
  display: flex;
  justify-content: center;
  min-height: 50px;
}

.sellers-list__seller-name-image {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.sellers-list--grid .sellers-list__seller-name-image {
  gap: 0.5rem;
  justify-content: center;
}

.sellers-list__seller-image {
  border: 1px solid hsl(0 0% 82.4%);
  max-width: 49px;
  padding: 0.175rem;
}

.sellers-list--grid .sellers-list__seller-image {
  border: 0;
  max-width: 50px;
  padding: 0;
}

.sellers-list__seller-name {
  color: hsl(0 0% 35.3%);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box {
  align-items: center;
  border: 1px solid hsl(0 0% 89%);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto 1fr;
  padding: 0.75rem 1.5rem;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .price-box:has(.old-price) {
  column-gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .price-box:has(.old-price) .old-price {
  line-height: 1.5;
  margin: 0;
  width: 100%;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .price-box:has(.old-price) .special-price {
  margin: 0;
}

.sellers-list__cell--price-freight
  .sellers-list__price-freight-box
  .price-box:has(.old-price)
  .desconto-porcentagem
  .desconto-num {
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0.175rem 0.25rem;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .price-box:has(.old-price) .o-tax-included {
  order: 99;
}

.sellers-list .sellers-list__cell--total .price-box .price {
  color: hsl(0 0% 22.7%);
  font-size: var(--size-20);
  font-weight: bold;
}

.sellers-list--grid .sellers-list__cell--total .price-box .price {
  font-size: 26px;
}

.sellers-list--grid .sellers-list__cell--total .price-box + small .product-parcela {
  font-size: 0.875rem;
}

.sellers-list__cell--price-freight
  .sellers-list__price-freight-box
  .c-price-box
  .c-price
  .c-price__value:not(.c-price--regular .c-price__value),
.sellers-list__cell--price-freight
  .sellers-list__price-freight-box
  .c-price
  .c-price__value:not(.c-price--regular .c-price__value)
  .c-price__symbol,
.sellers-list .sellers-list__cell--total .c-price-box .c-price .c-price__value:not(.c-price--regular .c-price__value),
.sellers-list
  .sellers-list__cell--total
  .c-price-box
  .c-price
  .c-price__value:not(.c-price--regular .c-price__value)
  .c-price__symbol {
  color: hsl(0 0% 22.7%);
  font-size: var(--size-20);
  font-weight: bold;
}

.sellers-list__price-freight-box .c-price-box .c-price .c-price__value .c-price__symbol,
.sellers-list .sellers-list__cell--total .c-price-box .c-price .c-price__value .c-price__symbol {
  margin-right: 0;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .c-price-box .c-installments,
.sellers-list__cell--price-freight .sellers-list__price-freight-box .c-price-box .c-installments .price,
.sellers-list__cell--price-freight .sellers-list__price-freight-box .c-price-box .c-installments .c-installments__value,
.sellers-list .sellers-list__cell--total .c-price-box .c-installments,
.sellers-list .sellers-list__cell--total .c-price-box .c-installments .price,
.sellers-list .sellers-list__cell--total .c-price-box .c-installments .c-installments__value {
  color: hsl(0 0% 35.3%);
  font-size: 0.75rem;
  font-weight: 400;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .c-price-box .c-installments__text,
.sellers-list .sellers-list__cell--total .c-price-box .c-installments__text {
  display: block;
  text-wrap: balance;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .c-price-box .c-price .c-price__discount-infos,
.sellers-list .sellers-list__cell--total .c-price-box .c-price .c-price__discount-infos {
  font-size: 0.75rem;
  font-weight: 400;
}

.sellers-list--grid .sellers-list__cell--total .c-price-box .c-price .c-price__discount-infos,
.sellers-list--grid .sellers-list__cell--total .c-price-box .c-installments {
  font-size: 0.875rem;
}

.sellers-list--grid .sellers-list__cell--price-freight {
  height: calc(100% - 5rem);
  margin-block: 2.5rem;
  text-align: center;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .c-fee {
  color: hsl(0 0% 35.3%);
  font-size: 0.75rem;
  font-weight: 400;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .c-fee:has(*) {
  margin-block-start: 0.5rem;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .freight-box {
  display: grid;
  line-height: 1.2;
  place-content: center;
}

.sellers-list--grid .sellers-list__cell--price-freight .freight-box {
  border: 1px solid hsl(0 0% 85.1%);
  border-left: 0;
  border-right: 0;
  display: grid;
  height: 100%;
  padding-block: 1rem;
  place-content: center;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .freight-box .shipping {
  color: hsl(0 0% 35.3%);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .freight-box .shipping .o-free-ship {
  display: block;
  font-size: 1rem;
  margin-block-end: 0.25rem;
}

.sellers-list--grid .sellers-list__cell--price-freight .freight-box .shipping .o-free-ship {
  display: block;
  font-size: 1rem;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .freight-box .shipping .free-ship-separator,
.sellers-list--grid .sellers-list__cell--price-freight .freight-box .shipping .free-ship-separator {
  display: none;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .freight-box .see_more_options,
.sellers-list--grid .sellers-list__cell--price-freight .freight-box .see_more_options {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  margin-block-start: 0.25rem;
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .freight-box .see_more_options i,
.sellers-list--grid .sellers-list__cell--price-freight .freight-box .see_more_options i {
  display: none;
}

.sellers-list--grid .sellers-list__cell--price-freight .freight-box .see_more_options {
  font-size: 0.75rem;
  justify-content: center;
  margin-block-start: 0.25rem;
}

.sellers-list__cell--total .price-box + small {
  color: hsl(0 0% 35.3%);
  font-size: 0.75rem;
}

.sellers-list__cell--total .price-box + small :is(.ticket-price, .maxparcel) {
  color: hsl(0 0% 35.3%);
}

.sellers-list__cell--price-freight .sellers-list__price-freight-box .c-installments .c-installments__see-more,
.sellers-list .sellers-list__cell--total .price-box + small .area-parcela-desconto .see-parc,
.sellers-list .sellers-list__cell--total .c-price-box .c-installments .c-installments__see-more {
  color: hsl(0 0% 0.8%);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  margin-block-start: 0.5rem;
}

.sellers-list .sellers-list__cell--total .c-price-box .c-installments .c-installments__see-more {
  line-height: 1.2;
  text-align: left;
  text-wrap: balance;
}

.sellers-list--grid .sellers-list__cell--total .c-price-box .c-installments .c-installments__see-more,
.sellers-list--grid .sellers-list__cell--total .price-box + small .area-parcela-desconto .see-parc {
  border-top: 2px solid hsl(0 0% 85.1%);
  bottom: 1rem;
  color: hsl(0 0% 70.2%);
  font-weight: 600;
  left: 0;
  margin-block-start: 0;
  padding-block-start: 1rem;
  position: absolute;
  text-align: center;
  width: 100%;
}

.sellers-list--grid .sellers-list__cell--total {
  text-align: center;
}

.sellers-list--grid
  .sellers-list__cell--total
  .c-price-box
  .c-price
  .c-price__value:not(.c-price--regular .c-price__value),
.sellers-list--grid
  .sellers-list__cell--total
  .c-price-box
  .c-price
  .c-price__value:not(.c-price--regular .c-price__value)
  .c-price__symbol {
  font-size: 26px;
}

.sellers-list__cell--quantity {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}

.sellers-list__cell--quantity .qty-wrapper .quantity {
  align-items: center;
  display: flex !important;
}

.sellers-list__quantity-available {
  color: hsl(0 0% 35.3%);
  font-size: 0.75rem;
  font-weight: 500;
}

.sellers-list__cell--buy .button {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  min-height: 40px;
  width: 100%;
}

.sellers-list__cell .cell-name {
  display: none;
}

.sellers-list__cell--quantity-and-buy {
  align-items: stretch;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-block-start: 2rem;
}

.sellers-list__cell--quantity-and-buy .qty-wrapper .quantity {
  border: 0;
}

.sellers-list__cell--quantity-and-buy .qty-wrapper .quantity input {
  font-weight: bold;
}

.sellers-list__cell--quantity-and-buy .qty-wrapper .quantity .qtd-arrows {
  border: 1px solid #ececec;
}

.sellers-list__cell--quantity-and-buy .add-to-cart-buttons {
  flex: 1;
}

.sellers-list__cell--quantity-and-buy .add-to-cart-buttons > * {
  height: 100%;
  width: 100%;
}

.other-offers-adjacent {
  margin-block: 2rem;
}

.other-offers-adjacent .h4 {
  color: #666;
  font-size: var(--size-22);
  font-weight: 600;
}

@media (width > 991px) {
  .sellers-list__row:has(.alert.alert-danger) .sellers-list__cell--quantity {
    display: none;
  }

  .sellers-list__row:has(.alert.alert-danger) .sellers-list__cell--buy {
    grid-column: span 2;
  }
}

@media (992px <= width <= 1199px) {
  .l-other-offers__zipcode-filter-box {
    padding: 1.25rem;
  }

  .sellers-list__cell--price-freight .sellers-list__price-freight-box {
    grid-template-columns: 1fr;
  }

  .sellers-list__cell--price-freight .sellers-list__price-freight-box > *,
  .sellers-list__cell--total,
  .sellers-list .sellers-list__cell--total .c-price-box .c-installments .c-installments__see-more {
    text-align: center;
  }

  .sellers-list:not(.sellers-list--grid) .sellers-list__seller-name-image {
    flex-direction: column;
  }

  .sellers-list__cell--price-freight .sellers-list__price-freight-box .price-box:has(.old-price) {
    justify-content: center;
  }
}

@media (width <= 991px) {
  .l-other-offerss__zipcode-input-box input {
    min-height: 38px;
    min-width: unset;
  }

  .l-other-offers__zipcode-box {
    flex: 1;
  }

  .l-other-offers__filter-item {
    flex: 1 0 220px;
  }

  .l-other-offers__filter-box {
    flex: 1 0 100%;
    flex-wrap: wrap;
  }

  .l-other-offers__filter-item label {
    justify-content: flex-start;
    padding: 0.5rem 0.75rem;
  }

  .l-other-offers__filter-item input[type='radio']::before {
    height: 16px;
    width: 16px;
  }

  .sellers-list:not(.sellers-list--grid) {
    grid-template-columns: 1fr;
  }

  .sellers-list__heading {
    display: none;
  }

  .sellers-list__row {
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .sellers-list__cell:not(.sellers-list__cell--quantity-and-buy) {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .sellers-list__cell .cell-name {
    color: hsl(0 0% 35.3%);
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
  }

  .sellers-list__cell--quantity {
    align-items: flex-start;
    padding-inline: 1.5rem;
  }
}

@media (width <= 400px) {
  .sellers-list__cell--price-freight .sellers-list__price-freight-box {
    grid-template-columns: 1fr;
  }

  .sellers-list__cell--price-freight .sellers-list__price-freight-box > * {
    text-align: center;
  }

  .sellers-list__cell--price-freight .sellers-list__price-freight-box .price-box:has(.old-price) {
    justify-content: center;
  }
}

.fixed-actions .add-to-cart {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.fixed-actions .add-to-cart .quantity {
  border: 1px solid #ececec;
  display: flex;
}

.fixed-actions .add-to-cart .quantity .qtd-arrows {
  display: grid;
  place-content: center;
  width: 35px;
}

.fixed-actions .add-to-cart .quantity .qty {
  border: 0;
  padding: 0;
  text-align: center;
  width: 35px;
}

.fixed-actions .add-to-cart .add-to-cart-buttons {
  flex-grow: 1;
}

.fixed-actions .c-buy-box .cart-button-multiseller {
  flex: 1;
}
