.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: oklch(100% 0 0);
  border: 1px solid oklch(96.3% 0.01 286);
  display: flex !important;
}

.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: oklch(0% 0 0);
  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 oklch(91.3% 0 0);
  border-top: 1px solid oklch(91.3% 0 0);
  color: oklch(38.3% 0 0);
  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: oklch(97% 0 0);
  border-bottom: 1px solid oklch(92.2% 0 0);
  border-right: 1px solid oklch(92.2% 0 0);
  cursor: pointer;
  position: relative;
}

.container.list-vendor .tab.active {
  background: oklch(100% 0 0);
  border-right-color: oklch(100% 0 0);
}

.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: oklch(100% 0 0);
  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: oklch(100% 0 0);
  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 oklch(92.2% 0 0);
  box-shadow: 0 0 2px 0 oklch(84.5% 0 0 / 60%);
  outline: none;
}

.calculate-shipping-sellers-int .body-multiseller {
  border-bottom: 1px solid oklch(91.3% 0 0);
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}

.calculate-shipping-sellers-int .body-multiseller:nth-child(even) {
  background-color: oklch(97.6% 0 0);
}

.body-multiseller .calculate-shipping i {
  color: oklch(26.4% 0 0);
  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: oklch(100% 0 0);
  border: 1px solid oklch(91.3% 0 0);
  color: oklch(32.1% 0 0);
  font-weight: 700;
  padding: 0.25rem 1rem;
}

.calculate-shipping-sellers-int .body-multiseller span.shipping .o-free-ship {
  color: oklch(63.5% 0.13 166);
  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: oklch(62.7% 0 0);
  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 oklch(91.3% 0 0);
  color: oklch(32.1% 0 0);
  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 oklch(91.3% 0 0);
    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 oklch(96.1% 0 0);
  }

  .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 oklch(68.3% 0 0);
  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 oklch(92.2% 0 0);
}

.block-right-two .calculate-shipping-sellers-int .container.list-vendor .block-left-multiseller .tab:first-child {
  border-top: 1px solid oklch(92.2% 0 0);
}

.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: oklch(38.3% 0 0);
  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: oklch(51% 0 0);
  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: oklch(62% 0 0);
  font-size: var(--size-12);
  font-weight: normal;
}

.container.list-vendor .area-product-tab span.shipping-box {
  border: 1px solid oklch(91.3% 0 0);
  color: oklch(38.3% 0 0);
  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 oklch(92.2% 0 0);
  }

  .container.list-vendor .tab.active {
    border-bottom: 1px solid oklch(100% 0 0);
  }

  .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: oklch(0% 0 0);
  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: oklch(100% 0 0);
  border: 1px solid oklch(96.3% 0.01 286);
  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: oklch(0% 0 0);
  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 .calc-shipping,
.block-right-two #shipping-results {
  margin-block-start: 1rem;
}

.block-right-two .block-shipping-multiseller h6 {
  color: oklch(38.3% 0 0);
  font-weight: 600;
  margin: 0;
  text-align: left;
}

.block-right-two .block-shipping-multiseller {
  padding: 0;
}

.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: oklch(51% 0 0);
  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: oklch(63.5% 0.13 166);
}

.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: oklch(62.7% 0 0);
  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: oklch(98.8% 0 0);
  border: 1px solid oklch(93.7% 0 0);
  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 oklch(94.6% 0 0);
  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: oklch(62.7% 0 0);
  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: oklch(56.4% 0.24 261);
}

.share-product__link--pinterest {
  --_icon-color: oklch(58.2% 0.24 25.5);
}

.share-product__link--email {
  --_icon-color: oklch(31.7% 0 0);
}

.share-product__link--whatsapp {
  --_icon-color: oklch(76.1% 0.2 150);
}

.price-addendum {
  color: oklch(38.7% 0 0);
  font-weight: 600;
  width: 100%;
}

.block-right-two .area-lowest-price .price-info .price-from {
  color: oklch(62.7% 0 0);
  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%;
}

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

.block-right-two .area-lowest-price .extra-info .area-vendor-link {
  border: none;
  color: oklch(62.7% 0 0);
  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;
}

.calc-shipping .do-not-know-my-zipcode {
  display: block;
  margin-block-start: 0.25rem;
}

.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: 0.5rem;
}

.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 oklch(0% 0 0 / 10%);
  border-left-color: oklch(0% 0 0);
  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: oklch(51% 0 0);
  font-size: 1.5rem;
  position: absolute;
  right: -16px;
  top: -50px;
  width: 50px;
}

#modalSellerList .cs__header {
  background: unset;
  color: oklch(31.7% 0 0);
  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 oklch(94.3% 0 0);
  border-radius: 0.25rem;
  display: flex;
  gap: 1rem;
  margin-block: 1rem 2rem;
  padding: 1rem;
}

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

#modalSellerList .main-product__sku span {
  background: oklch(92.8% 0 0);
  border-radius: 0.25rem;
  color: oklch(31.7% 0 0);
  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: oklch(31.7% 0 0);
  font-size: var(--fs--1);
  font-weight: 500;
  line-height: 1.2;
}

#modalSellerList .c-sellers-list__seller {
  border: 1px solid oklch(94.3% 0 0);
  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 oklch(91.3% 0 0);
  color: oklch(31.7% 0 0);
  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: oklch(53.8% 0 0);
  font-size: 1rem;
  font-weight: 500;
}

.l-other-offers__zipcode-filter-box {
  align-items: flex-start;
  box-shadow: 0 0 8px 1px oklch(0% 0 0 / 6%);
  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: oklch(91.6% 0 0);
  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 oklch(91.6% 0 0);
  color: oklch(53.8% 0 0);
  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 oklch(79.8% 0 0);
  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 oklch(100% 0 0);
  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: oklch(96.4% 0 0);
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: subgrid;
  margin-block-end: 1rem;
  padding-block: 0.625rem;
}

.sellers-list__head {
  color: oklch(46.8% 0 0);
  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 oklch(0% 0 0 / 6%);
  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 oklch(94.3% 0 0);
  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 oklch(86.4% 0 0);
  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: oklch(46.8% 0 0);
  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 oklch(91.6% 0 0);
  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: oklch(34.8% 0 0);
  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: oklch(34.8% 0 0);
  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: oklch(46.8% 0 0);
  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: oklch(46.8% 0 0);
  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 oklch(88.5% 0 0);
  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: oklch(46.8% 0 0);
  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: oklch(46.8% 0 0);
  font-size: 0.75rem;
}

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

.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: oklch(8.52% 0 0);
  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 oklch(88.5% 0 0);
  bottom: 1rem;
  color: oklch(76.7% 0 0);
  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: oklch(46.8% 0 0);
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  margin-block-start: 0.5rem;
}

.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:has(.sellers-list__quantity-available) {
  margin-block-end: 0.75rem;
}

.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 oklch(94.3% 0 0);
}

.sellers-list__cell--quantity-and-buy .sellers-list__quantity-available {
  left: 0;
  margin-block-start: 0.25rem;
  position: absolute;
  text-align: center;
  width: 100%;
}

.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: oklch(51% 0 0);
  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: oklch(46.8% 0 0);
    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 oklch(94.3% 0 0);
  display: flex !important;
}

.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;
}

.c-loading.c-loading--best-offer {
  --_loader-title-color: oklch(35.9% 0 265);
  --_loader-text-color: oklch(62.4% 0 0);
  --_loader-spinner-size: 0;

  backdrop-filter: blur(3px);

  .c-loading__title {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 0;
  }

  .c-loading__infos {
    font-weight: 500;
    margin-top: 1rem;
  }
}

.c-loading.c-loading--other-offers {
  --_loader-title-color: oklch(35.9% 0 265);
  --_loader-text-color: oklch(62.4% 0 0);
  --_loader-spinner-size: 0;

  align-items: flex-start;
  backdrop-filter: blur(3px);

  .c-loading__content {
    margin-top: 5rem;
    position: sticky;
    top: 5rem;
  }

  .c-loading__title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0;
  }

  .c-loading__infos {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 1rem;
  }
}

.fixed-actions.fixed-actions--best-offer {
  padding: 1rem;
  padding-block-start: 0.5rem;
}

.fixed-actions--best-offer .fixed-actions__qty-multiseller {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}

.fixed-best-offer__tags {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  position: absolute;
  top: 0;
  translate: 0 -50%;
}

.fixed-actions--best-offer .fixed-best-offer__tags .block-best-price-int {
  float: none;
  font-size: 0.75rem;
  font-weight: 500;
  left: 1rem;
  padding: 0.25rem 0.5rem !important;
}

.fixed-actions--best-offer .area-parcela-desconto .ticket-produto .discount-percent {
  text-transform: lowercase;
}

.fixed-actions--best-offer .area-parcela-desconto * {
  line-height: 1.2;
}

.fixed-actions--best-offer .fixed-best-offer__tags .c-free-ship {
  background-color: oklch(89.6% 0.09 152);
  margin-block: 0;
  padding: 0.25rem 0.5rem;
}

.fixed-actions--best-offer .fixed-best-offer__tags .c-free-ship .o-free-ship {
  color: oklch(49% 0.11 148);
  font-size: 0.75rem;
}

.fixed-actions--best-offer .price-info .price-box:not(.price-box:has(.c-price-box)) {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  font-weight: bold;
  gap: 0 0.5rem !important;
  line-height: 1;
  margin: 0;
  margin-block-end: 0.5rem;
}

.fixed-actions--best-offer .price-info .price-box:not(.price-box:has(.c-price-box)) .old-price {
  flex: 0 1;
  margin: 0;
}

.fixed-actions--best-offer .price-info .price-box:not(.price-box:has(.c-price-box)) .special-price {
  margin: 0;
}

.fixed-actions--best-offer .price-info .price-box:not(.price-box:has(.c-price-box)) .old-price .price,
.fixed-actions--best-offer .price-info .price-box:not(.price-box:has(.c-price-box)) .old-price .price {
  color: oklch(70.6% 0 0);
  font-size: var(--size-14);
  font-weight: 100;
  line-height: 1;
  text-decoration: line-through;
}

.fixed-actions--best-offer .price-info .price-box:not(.price-box:has(.c-price-box)) .price {
  font-size: var(--size-25);
  font-weight: 600;
}

.fixed-actions--best-offer
  .price-info
  .price-box:not(.price-box:has(.c-price-box))
  .special-price
  .desconto-porcentagem {
  margin: 0;
  padding: 2px 5px;
  vertical-align: text-top;
}

.fixed-actions--best-offer .block-price .area-parcela-desconto .parcela-produto span,
.fixed-actions--best-offer .block-price .area-parcela-desconto .ticket-produto span,
.fixed-actions--best-offer .block-price .area-parcela-desconto .ticket-produto,
.fixed-actions--best-offer .block-price .area-parcela-desconto .parcela-produto {
  font-size: 0.875rem !important;
}

.fixed-actions--best-offer .block-price .area-parcela-desconto .see-parc {
  display: none;
}

.fixed-actions--best-offer .extra-info .area-vendor-link {
  margin-block: 0.5rem;
}

.fixed-actions--best-offer .c-price-box .c-installments__see-more,
.fixed-actions--best-offer .c-price-box .c-installments .c-fee {
  display: none;
}

.fixed-actions--best-offer .block-price,
.area-lowest-price .fixed-actions--best-offer .block-price {
  margin-block: 0.75rem;
}

.fixed-actions--best-offer .c-price-box .c-price.c-price--regular:has(.c-price__discount-percent--calc) {
  margin-block-end: 0.325rem;
}

.fixed-actions--best-offer .c-price-box .c-price {
  align-items: baseline;
  flex-direction: row;
  gap: 0.25rem;
}

.fixed-actions--best-offer .c-price-box .c-installments {
  margin-block-start: 0;
}

.fixed-actions--best-offer
  .c-price-box
  .c-price.c-price--regular
  .c-price__discount-percent--calc
  .discount-percent__value,
.fixed-actions--best-offer .c-price-box .c-price.c-price--regular .c-price__discount-percent,
.fixed-actions--best-offer .c-price-box .c-price.c-price--regular .c-price__value {
  font-size: 0.75rem;
}

.fixed-actions--best-offer .c-price-box .c-price .c-price__value,
.fixed-actions--best-offer .c-price-box .c-price .c-price__symbol {
  font-size: 1.5rem;
  line-height: 1;
}

.fixed-actions--best-offer .c-price-box .c-price .c-price__discount-infos {
  font-weight: 500;
  line-height: 1;
}

.bootbox-postcode-modal.show {
  display: grid;
  place-content: center;
}

.bootbox-postcode-modal .modal-dialog {
  width: fit-content;
}

.bootbox-postcode-modal .modal-content {
  border: 0;
  border-radius: 0.5rem;
  gap: 0.5rem;
  max-width: 380px;
  padding: 2rem 1.5rem;
}

.bootbox-postcode-modal .modal-content > * {
  padding: 0;
}

.bootbox-postcode-modal .modal-content .modal-header {
  align-items: center;
  justify-content: flex-end;
  margin-block-end: 0.5rem;
}

.bootbox-postcode-modal .modal-content .modal-header .modal-title {
  color: oklch(21% 0.03 265);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.bootbox-postcode-modal .modal-content .modal-header .close {
  color: oklch(51% 0 0);
  float: unset;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 0.25rem;
}

.bootbox-postcode-modal .modal-content .bootbox-postcode-message {
  color: oklch(31.7% 0 0);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  margin-block-end: 1rem;
}

.bootbox-postcode-modal .modal-content .bootbox-input-text {
  border-radius: 0.25rem;
  box-shadow: none;
  color: oklch(39.3% 0.03 264);
}

.bootbox-postcode-modal .modal-content .modal-footer {
  border: 0;
  justify-content: flex-start;
  margin-top: 1.5rem;
}

.modal.bootbox-postcode-modal .modal-content .modal-footer .btn {
  --_postcode-modal-btn-bg-color: var(--button-buy-bg-color);

  background-color: var(--_postcode-modal-btn-bg-color);
  border: 0;
  border-radius: 0.25rem;
  color: var(--button-buy-text-color);
  font-size: 1rem;
  font-weight: 700;
  height: 40px;
  margin: 0;
  width: 100%;
}

.modal.bootbox-postcode-modal .modal-content .modal-footer .btn:hover {
  background-color: oklch(from var(--_postcode-modal-btn-bg-color) calc(l + 0.1) c h);
  opacity: 1;
}

@scope (.l-asd) {
  .area-form-multiseller {
    background: hsl(0 0% 100%);
  }

  .l-product-grid .c-product .area-form-multiseller {
    background: transparent;
    border: 0;
    border-bottom: 1px solid hsl(0 0% 93%);
    border-radius: 0;
    margin-block-end: 0;
    padding: 0;
    padding-block-end: 1rem;
  }

  .area-form-multiseller h4,
  .area-form-multiseller .h4 {
    color: oklch(32.1% 0 0);
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .block-right-two .area-form-multiseller span.text-config,
  .block-right-two .area-form-multiseller h4,
  .block-right-two .area-form-multiseller .h4 {
    text-align: left !important;
  }

  .l-product-grid .c-product .area-form-multiseller .form-group:nth-child(4) {
    margin: 0;
  }

  .area-form-multiseller .form-group:nth-child(4) button {
    font-size: 0.875rem;
    font-weight: 500;
    height: 40px;
    padding: 0.5rem 1.5rem;
  }

  .l-other-offers__filter-box {
    @media (width <= 550px) {
      row-gap: 0.25rem;
    }
  }

  .l-other-offers__filter-box .l-other-offers__filter-item input[type='radio'] {
    display: none;
  }

  .l-other-offers__filter-box > label {
    line-height: 1.2;
    margin: 0;
    margin-right: 3rem;

    @media (width <= 1220px) {
      margin-right: 0;
    }

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

  .l-other-offers__filter-item label {
    line-height: 1.2;
    min-height: 44px;
    padding: 0.5rem 1.25rem;
  }

  .l-other-offers__zipcode-filter-box {
    background: oklch(100% 0 0);
    border: 1px solid oklch(87.7% 0 0);
    box-shadow: none;

    @media (width >= 992px) {
      flex-wrap: nowrap;
    }
  }

  .l-other-offers__separator {
    align-self: stretch;
    background-color: oklch(87.7% 0 0);
    display: block;
    width: 1px;

    @media (width <= 991px) {
      display: none;
    }
  }

  .l-other-offers--asd-container .l-other-offerss__zipcode-input-box {
    align-items: center;
    gap: 1rem;

    @media (width <= 550px) {
      flex-wrap: wrap;
      row-gap: 0.25rem;
    }
  }

  .l-other-offers--asd-container .l-other-offerss__zipcode-input-box label {
    margin: 0;
  }

  .l-other-offers--asd-container .l-other-offerss__zipcode-input-box input {
    border: 1px solid oklch(81.3% 0 0);
    border-radius: var(--asd-container-radius, 0);
    color: oklch(45.5% 0.01 237);
    font-size: 0.875rem;
    font-weight: 600;
    min-height: 44px;
    min-width: 150px;
    padding: 1rem;
  }

  .l-other-offerss__zipcode-input-box .button {
    background-color: oklch(97% 0 0);
    border: 0;
    border: 1px solid oklch(85.3% 0 0);
    border-radius: var(--asd-container-radius, 0);
    color: oklch(46.5% 0 0);
    flex: 1;
    font-size: 0.875rem;
    min-height: 44px;
    padding: 0.5rem 1.25rem;
  }

  .sellers-list__best-offer-tag--asd {
    align-items: center;
    background-color: var(--asd-tag-bg, hsl(from var(--asd-tag-bg-color, var(--button-buy-bg-color)) h s calc(l + 35)));
    border: 2px solid var(--asd-tag-color, var(--button-buy-bg-color));
    border-radius: var(--asd-tag-radius);
    color: var(--asd-tag-color, var(--button-buy-bg-color));
    display: block;
    display: flex;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: -0.009em;
    line-height: 1;
    padding: 0.5rem;
    position: absolute;
    top: 0;
    translate: 0 -50%;
  }

  .sellers-list__best-offer-tag--asd::before {
    background: var(--asd-tag-color, var(--button-buy-bg-color));
    border-radius: 100vw;
    content: '';
    display: inline-block;
    height: 10px;
    margin-inline-end: 0.5rem;
    width: 10px;
  }

  .sellers-list__heading {
    margin-block-end: 2rem;
  }

  .sellers-list {
    grid-template-columns: max-content repeat(4, auto);
  }

  .sellers-list__row {
    background: oklch(100% 0 0);

    @media (width <= 991px) {
      grid-template-columns: auto 1fr;
    }

    @media (width <= 550px) {
      grid-template-columns: 1fr;
    }
  }

  .sellers-list__cell {
    display: flex;
    height: 100%;
    padding-inline: 2rem;

    @media (width >= 992px) {
      align-items: center;
    }

    @media (width <= 991px) {
      grid-column: 1 / -1;
    }
  }

  .sellers-list__cell--quantity {
    @media (width >= 992px) {
      padding-inline: 0;
    }

    @media (550px < width <= 991px) {
      grid-column: 1;
    }
  }

  .sellers-list__cell--buy {
    @media (width >= 992px) {
      padding-inline-start: 1rem;
    }

    @media (550px < width <= 991px) {
      grid-column: 2;
      justify-content: flex-end;
    }
  }

  .sellers-list__cell--buy .add-to-cart-buttons {
    width: 100%;
  }

  .sellers-list__cell--buy .button {
    font-size: 0.875rem;
    font-weight: bold;
    min-height: 44px;
    min-width: 200px;
    width: 100%;
  }

  .sellers-list__row--best-offer {
    border: 2px solid var(--asd-tag-color, var(--button-buy-bg-color));
    position: relative;
  }

  .sellers-list__cell--price-freight .sellers-list__price-freight-box {
    align-items: flex-start;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0;
  }

  .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 {
    color: var(--discount-color, oklch(63.5% 0.13 166));
  }

  .sellers-list__cell--price-freight .sellers-list__price-freight-box .c-price.c-price--regular .c-price__label {
    display: none;
  }

  .sellers-list__cell--price-freight .sellers-list__price-freight-box .c-price.c-price--regular .c-price__value {
    color: oklch(35.1% 0 0);
    font-weight: bold;
  }

  .sellers-list__cell--price-freight .sellers-list__price-freight-box .freight-box .c-free-ship--asd {
    background-color: oklch(97% 0 0);
    font-size: 0.625rem;
    margin: 0;
    padding: 0.5rem 0.75rem;
  }

  .sellers-list__cell--price-freight .sellers-list__price-freight-box .freight-box .sellers-list__freight-info--asd {
    align-items: center;
    background: oklch(97% 0 0);
    border: 1px solid oklch(90% 0 0);
    color: oklch(62.4% 0 0);
    display: flex;
    font-size: 0.625rem;
    font-weight: 500;
    gap: 0.25rem;
    padding: 0.5rem;
  }

  .sellers-list__cell--price-freight .sellers-list__price-freight-box .freight-box .c-free-ship--asd .o-icon {
    --_icon-size: 1rem;
  }

  .sellers-list__cell--price-freight .sellers-list__price-freight-box .freight-box .c-free-ship--asd .o-free-ship {
    font-size: 0.625rem;
  }

  .sellers-list__cell--price-freight .sellers-list__price-freight-box .freight-box .shipping {
    align-items: center;
    color: oklch(62.4% 0 0);
    display: flex;
    font-size: 0.625rem;
    font-weight: 500;
    gap: 0.25rem;
  }

  .sellers-list__cell--price-freight .sellers-list__price-freight-box .freight-box .shipping strong {
    color: oklch(36.1% 0 0);
  }

  .sellers-list__cell--price-freight .sellers-list__price-freight-box .freight-box .shipping .o-free-ship {
    font-size: 0.625rem;
    margin: 0;
  }

  .sellers-list__seller-name {
    color: oklch(32.1% 0 0);
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;

    @media (width >= 992px) {
      max-width: 150px;
    }
  }

  .sellers-list__cell--price-freight--asd,
  .sellers-list__cell--total--asd {
    @media (width >= 992px) {
      border-left: 1px solid oklch(91.6% 0 0);
    }
  }

  .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 {
    color: oklch(64.1% 0 0);
    font-size: 0.625rem;
    font-weight: 700;
  }

  .sellers-list--asd
    .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--asd
    .sellers-list__cell--total
    .c-price-box
    .c-price
    .c-price__value:not(.c-price--regular .c-price__value)
    .c-price__symbol {
    font-weight: normal;
    margin-right: 0.125rem;
  }

  .sellers-list--asd
    .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 {
    font-weight: 300;
  }

  .sellers-list--asd
    .sellers-list__cell--total
    .c-price-box
    .c-price
    .c-price__value:not(.c-price--regular .c-price__value)
    .c-price__symbol {
    color: oklch(80.5% 0 0);
  }

  .sellers-list
    .sellers-list__cell--total.sellers-list__cell--total--asd
    .c-price-box
    .c-price
    .c-price__discount-infos {
    display: none;
  }

  .sellers-list .c-price-box .c-installments--asd {
    margin-block-start: 0.25rem;
  }

  .sellers-list .c-installments__trigger--asd {
    border: 0;
    box-shadow: none !important;
    font-weight: 400;
    line-height: 1;
    padding: 0;
  }

  .sellers-list .c-installments__trigger--asd .c-installments__bl {
    display: initial;
    font-size: inherit;
  }

  .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-installments
    .c-installments__trigger--asd
    .c-installments__bl
    .c-installments__value {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }

  .sellers-list .c-installments__icon--asd {
    display: none;
  }

  .sellers-list__cell--quantity .qty-wrapper .qtd-arrows {
    width: 41px;
  }

  .sellers-list__cell--quantity .qty-wrapper .qty {
    font-size: 1rem;
    font-weight: bold;
  }

  .sellers-list__cell--quantity .qty-wrapper .qtd-arrows i {
    background: oklch(97% 0 0);
    border: 1px solid oklch(90% 0 0);
    border-radius: var(--asd-qty-radius, 0);
    font-size: 0.875rem;
    height: 28px;
    place-self: center center;
    width: 28px;

    @media (width > 768px) {
      position: static;
    }
  }

  .sellers-list__cell--quantity .qty-wrapper .qtd-arrows.less:has(+ .min) i {
    background-color: oklch(100% 0 0);
    border-color: oklch(90% 0 0);
    color: oklch(78.1% 0 0);
  }

  .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 {
    color: var(--blue);
    font-size: 0.75rem;
    font-weight: 600;
    margin-block-start: 0.5rem;
  }
}
