p {
  font-size: var(--size-14);
}

/* AVALIACAO */
.product-view .rating-box {
  color: #aeaeb2;
}

.product-view .rating-area i.fill {
  font-weight: 900;
}

.product-view .rating-box i {
  font-size: 14px;
}
/* FIM AVALIACAO */

/* VENDIDO E ENTREGUE POR */
.product-view .extra-info .block-seller {
  display: table;
  float: left;
  width: 100%;
}

.product-view .extra-info .block-seller {
  margin-bottom: 10px;
}

.product-view .extra-info .block-seller a,
.product-view .area-vendor-link .color-minprice {
  font-weight: 600;
}
/* FIM VENDIDO E ENTREGUE POR */

/* SHORT DESCRIPTION */
.product-view .short-description {
  display: block;
  float: left;
  margin: 5px 0 10px;
  width: 100%;
}

.product-view.three_columns .short-description {
  margin-bottom: 15px;
}

.product-view .short-description p {
  color: #4c4c4c;
  display: block;
  margin: 0;
  width: 100%;
  word-break: break-word;
}
/* .product-view .short-description p strong {float: left;} */
.product-view.two_columns .short-description {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
}

.pd-description .block-description p a {
  display: block;
  margin-block: 1rem;
  width: auto;
}

.pd-description .block-description p {
  display: block;
  margin-block: 1rem;
  width: 100%;
}

.pd-description .block-description ul > li > p {
  float: unset;
  margin-block: 4px;
  width: auto;
}

.short-description span a,
.short-description p a {
  display: inline-block;
  vertical-align: top;
}

.short-description p a {
  margin: 5px 0;
}
/* FIM SHORT DESCRIPTION */

/* PRODUCT NAME */
.product-view h1.product-name {
  display: block;
  font-size: var(--size-25);
  font-weight: 600;
  margin-bottom: 0;
  width: 100%;
}

.product-view .ratings {
  margin: 10px 0 5px;
}

.product-view .ratings .has-rating {
  cursor: pointer;
}

a.p-read-more {
  font-weight: 600;
  transition: all 0.3s;
}
/* FIM PRODUCT NAME */

/* PRECO */
.product-view .counter {
  margin: 0 0 15px;
}

.product-view .price-info {
  display: block;
  width: 100%;
}

.product-view .price-box .old-price .price,
.product-view .price-info .price-box .old-price .price {
  color: #a0a0a0;
  font-size: var(--size-14);
  font-weight: 100;
  line-height: 1;
  text-decoration: line-through;
}

.product-view .price-box .old-price {
  line-height: 1;
  margin: 0;
}

.product-view .price-box .price {
  font-size: var(--size-25);
  font-weight: 600;
}

.product-view .price-box .special-price .desconto-porcentagem label {
  font-size: var(--size-14);
  margin: 0;
  vertical-align: initial;
}

.product-view .price-box .special-price {
  line-height: 1;
  margin: 5px 0;
}

.product-view .price-box .special-price .desconto-porcentagem {
  margin-left: 5px;
  padding: 2px 5px;
  vertical-align: text-top;
}

.produto-agrupado.product-view .price-box .special-price .desconto-porcentagem {
  display: inline-table;
}

.product-view .area-parcela-desconto {
  display: table;
  margin: 0 0 5px;
  width: 100%;
}

.product-view .area-parcela-desconto .see-parc {
  color: #000;
  cursor: pointer;
  display: table;
  font-weight: 600;
  margin: 5px 0 0;
}

.product-view .area-parcela-desconto .parcela-produto,
.product-view .area-parcela-desconto .ticket-produto {
  display: block;
  width: 100%;
}

.product-view .area-parcela-desconto .see-parc i {
  margin-right: 5px;
}

.block-price .area-parcela-desconto .parcela-produto span,
.block-price .area-parcela-desconto .ticket-produto span,
.block-price .area-parcela-desconto .ticket-produto,
.block-price .area-parcela-desconto .parcela-produto {
  font-size: var(--size-12);
}

.product-view .area-parcela-desconto .ticket-produto .discount-percent {
  text-transform: lowercase;
}

.product-shop .price-info span.label.configurable-price-from {
  color: #868686;
  display: table;
  font-size: var(--size-14);
}

.three_columns .price-info span.label.configurable-price-from {
  margin: 10px 0 0;
}

.block-price .price-info .regular-price {
  display: table;
}

.product-view.produto-configuravel .price-box .old-price .price {
  display: inline-block;
  margin: 5px 0 0;
}

.products-grid .product-item .price-info .price-box .old-price {
  margin: 0;
}

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

.product-view.two_columns.product-multiseller .block-full-multiseller .area-parcela-desconto .see-parc {
  margin: 5px 0 0;
}
/* FIM PRECO */

/* GRUPO DE PRODUTO */
.product-view .box-group-sales-rule {
  border-top: 1px solid #f2f2f2;
}

.product-view .box-group-sales-rule .context {
  font-size: var(--size-13);
}

.product-view .box-group-sales-rule .group-sales__name {
  font-size: var(--size-22);
  font-weight: bold;
  line-height: 1;
  margin-top: 4px;
}

.product-view .box-group-sales-rule .group-sales__frequency {
  font-size: var(--size-15);
  margin-bottom: 8px;
}

.product-view .box-group-sales-rule .group-sales__frequency .group-sales__can-buy {
  font-weight: 500;
}

.product-view .box-group-sales-rule .group-sales__frequency .group-sales__purchase-frequency {
  font-weight: 500;
  text-transform: lowercase;
}

.product-view .box-group-sales-rule .group-sales__remaining {
  align-items: center;
  display: flex;
  gap: 8px;
  line-height: 1;
}

.product-view .box-group-sales-rule .group-sales__remaining i {
  color: #005cd3;
  font-size: var(--size-18);
}
/* FIM GRUPO DE PRODUTO */

/* ADD TO BOX */
.product-view .add-to-box,
.product-view .add-to-box .add-to-cart {
  clear: both;
  display: block;
  width: 100%;
}

.product-view .add-to-box .add-to-cart .qty-wrapper {
  display: table;
  float: unset;
  margin: 0 0 15px;
  width: auto;
}

.product-view .add-to-box .add-to-cart .qty-wrapper label {
  float: left;
  font-size: var(--size-14);
  font-weight: 100;
  margin: 7px 5px 0 0;
}

.product-view .add-to-box .add-to-cart .qty-wrapper .qtd-arrows {
  height: 38px;
  line-height: 38px;
  position: relative;
  text-align: center;
  width: 38px;
}

.product-view .add-to-box .add-to-cart .qty-wrapper .qtd-arrows.less {
  float: left;
}

.product-view .add-to-box .add-to-cart .qty-wrapper .qtd-arrows.more {
  float: left;
}

.product-view .qty-wrapper .qty {
  border: 0;
  box-shadow: unset;
  float: left;
  font-size: var(--size-14);
  padding: 0;
  text-align: center;
  width: 35px;
}

.product-view .add-to-box .qty-wrapper .qty {
  height: 38px;
}

.product-view .add-to-box .add-to-cart .qty-wrapper .qtd-arrows i {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  height: 100%;
  inset: 0;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.product-view .add-to-box .add-to-cart .add-to-cart-buttons {
  display: table;
  float: left;
  margin: 0;
  width: 100%;
}

.product-view .add-to-box .add-to-cart .add-to-cart-buttons button {
  font-size: var(--size-16);
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  width: 100%;
}

.product-view .add-to-box .add-to-cart .qty-wrapper .quantity {
  background-color: #fff;
  border: 1px solid #f2f2f7;
  display: table;
  float: left;
}

@media (width <= 768px) {
  .product-view .add-to-box .qty-wrapper .qty {
    height: 42px;
  }

  .product-view .add-to-box .add-to-cart .qty-wrapper .qtd-arrows {
    height: 42px;
    line-height: 42px;
    width: 42px;
  }

  .product-view .add-to-box .add-to-cart .add-to-cart-buttons button {
    height: 44px;
    line-height: 44px;
  }
}

.three_columns .block-right-product .area-vendor-link {
  float: left;
  padding-bottom: 10px;
  width: 100%;
}

ul.tier-prices {
  display: table;
  margin: 20px 0 0;
  width: 100%;
}

.col-lg-6 ul.tier-prices {
  margin: 0;
}

ul.tier-prices li.tier-price {
  border: 1px solid #ebebeb;
  display: table;
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
  text-align: center;
}

.col-lg-6 ul.tier-prices li.tier-price,
.product-view.three_columns ul.tier-prices li.tier-price {
  margin: 0 6px 10px 0;
  width: 47%;
}

ul.tier-prices li.tier-price .tier-buy-item {
  background-color: #f5f5f5;
  font-size: var(--size-12);
  font-weight: 600;
  padding: 3px 15px;
}

ul.tier-prices li.tier-price .tier-buy-price {
  font-size: var(--size-14);
  font-weight: 600;
  padding: 3px 5px;
}

.product-view.three_columns .short-description {
  margin-bottom: 15px;
}

.product-view.three_columns .block-tag-favorite {
  display: block;
  float: left;
  margin-block: 12px;
  width: 100%;
}

.product-view.three_columns ul.tier-prices {
  border: none;
  clear: both;
  float: left;
  margin: 15px 0 0;
}

.product-view .price-box .old-price {
  margin: 10px 0 0;
}

.product-view .add-to-box .add-to-cart {
  border-top: 1px solid #f2f2f2;
  margin: 10px 0 0;
  padding: 15px 0 0;
}

.product-view.three_columns .block-shipping-estimate {
  border-right: 0;
  border-top: 1px solid #f2f2f2;
  margin: 20px 0 0;
  max-width: 100%;
  padding: 20px 0 0;
}

.amxnotif-block {
  border-top: 1px solid #f2f2f2;
  clear: both;
  display: table;
  margin: 10px 0 0;
  padding: 10px 0 0;
  position: relative;
  width: 100%;
}

.amxnotif-input-fields {
  position: relative;
  width: 100%;
}

.amxnotif-input-fields input {
  padding: 5px 85px 5px 15px;
}

.amxnotif-button-container {
  position: absolute;
  right: 0;
  top: 0;
}

.amxnotif-block .amxnotif-button-container button {
  height: 35px;
}

p.alert-stock.link-stock-alert {
  margin: 0;
}

.catalog-product-view .item .alert-stock.link-stock-alert {
  white-space: unset;
}

.product-view.two_columns .add-to-box:not([class*='grouped'] .add-to-box) .add-to-cart {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.product-view.two_columns .add-to-box:not([class*='grouped'] .add-to-box) .add-to-cart .qty-wrapper {
  display: flex;
  flex-direction: column;
  float: none;
  margin: 0;
}

.product-view.two_columns .add-to-box:not([class*='grouped'] .add-to-box) .add-to-cart .add-to-cart-buttons {
  flex: 1 0 240px;
  max-width: unset;
}

.product-view.two_columns .add-to-box:not([class*='grouped'] .add-to-box)::after,
.product-view.two_columns .add-to-cart:not([class*='grouped'] .add-to-cart)::after {
  content: none;
}
/* FIM ADD TO BOX */

/* ADICIONAR AOS FAVORITOS */
.box-wish-share a {
  display: block;
  float: left;
  transition: all 0.3s;
  width: 100%;
}

.box-wish-share a i {
  display: block;
  float: left;
  line-height: unset;
}

.box-wish-share a p {
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.box-wish-share a .block-wishlist {
  align-items: flex-end;
  display: flex;
  float: left;
  width: 100%;
}

.box-wish-share a .block-wishlist .icon {
  display: flex;
  float: left;
  line-height: normal;
  margin: 0 10px 0 0;
  width: auto;
}

.box-wish-share a .block-wishlist .block-text {
  float: left;
  text-align: left;
  width: auto;
}

.product-view.two_columns .add-to-box .add-to-cart .qty-wrapper {
  float: left;
  margin: 1px 20px 0 0;
}

.product-view.two_columns .add-to-box .add-to-cart .add-to-cart-buttons {
  max-width: 260px;
}

.product-view.three_columns .box-wish-share {
  float: right;
  margin: 0;
}
/* FIM ADICIONAR AOS FAVORITOS */

/* BOTAO OFERTA */
.product-view .btn-make-offer {
  float: left;
  margin: 15px 0;
  max-width: 260px;
  width: 100%;
}

.product-view.three_columns .btn-make-offer {
  margin: 10px 0 0;
}

.product-view .btn-make-offer {
  border: 1px solid;
  border-radius: 0;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100%;
}

.product-view .add-to-box .add-to-cart .add-to-cart-buttons button.btn-make-offer {
  margin-top: 15px;
}

.product-view.three_columns .add-to-box .add-to-cart .add-to-cart-buttons button.btn-make-offer {
  max-width: 100%;
}
/* FIM BOTAO OFERTA */

/* CALCULO DE CEP */
.block-shipping-wish {
  align-items: center;
  border-top: 1px solid #f2f2f2;
  display: flex;
  margin: 20px 0 0;
  padding: 20px 0 0;
  width: 100%;
}

.block-shipping-estimate {
  border-right: 1px solid #f2f2f2;
  display: block;
  float: left;
  margin-right: 20px;
  max-width: 270px;
  padding-right: 20px;
  width: 100%;
}

.block-shipping-estimate .block-simulate-freight {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.block-shipping-estimate .block-simulate-freight .block-subtitle {
  display: block;
  float: left;
  line-height: normal;
  margin: 5px 0;
  width: 100%;
}

.block-shipping-estimate .block-simulate-freight .block-subtitle span {
  font-size: var(--size-13);
}

.block-shipping-estimate .block-simulate-freight .shipping-estimation-form {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.block-shipping-estimate .block-simulate-freight .shipping-estimation-form .item label {
  display: none;
}

.block-shipping-estimate .block-simulate-freight .shipping-estimation-form .f-right {
  position: absolute;
  right: 0;
  top: 27px;
}

.block-shipping-estimate .block-simulate-freight .shipping-estimation-form input {
  padding: 0 90px 0 20px;
}

.block-shipping-estimate .block-simulate-freight .shipping-estimation-form .f-right button {
  font-weight: 600;
  height: 40px;
}

.block-shipping-estimate .block-simulate-freight .shipping-estimation-form input::placeholder {
  color: #495057;
}

div#shipping-estimate-results::before {
  background: black;
  content: '';
  display: block;
  float: left;
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}

div#shipping-estimate-results {
  display: table;
  left: 50%;
  margin-left: -300px;
  position: fixed;
  top: 10%;
  width: 100%;
  z-index: 999;
}

div#shipping-estimate-results .block-shipping-estimate {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-top: 0;
  box-shadow: 0 1px 2px 0 #e7e7e7;
  box-shadow: 0 0 5px #909090;
  display: block;
  float: none;
  margin: 0;
  max-width: 600px;
  padding: 20px;
  position: relative;
  width: 100%;
}

.block-shipping-results .block-title {
  display: table;
  width: 100%;
}

.modal-body .block-shipping-estimate {
  max-width: 100%;
}

.modal-content .modal-header {
  padding-bottom: 0;
}

.modal-content h4.modal-title {
  font-size: var(--size-20);
  font-weight: bold;
}

.block-shipping-results i {
  transition: all 0.3s;
}

.block-shipping-results .block-content {
  margin-top: 15px;
}

.block-shipping-results h5,
.block-shipping-results .h5 {
  font-size: var(--size-16);
  font-weight: 600;
}

.block-shipping-results h5::before,
.block-shipping-results .h5::before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  margin-right: 8px;
}

.block-shipping-results h5.soulmkt_soulcorreios::before,
.block-shipping-results .h5.soulmkt_soulcorreios::before {
  content: '\f49a';
}

.block-shipping-results h5.combinedelivery::before,
.block-shipping-results .h5.combinedelivery::before {
  content: '\f007';
}

.block-shipping-results h5.soulmkt_storepickup::before,
.block-shipping-results .h5.soulmkt_storepickup::before {
  content: '\f54e';
}

.block-shipping-results h5.advancerate::before,
.block-shipping-results .h5.advancerate::before {
  content: '\f48b';
}

.block-shipping-results h5.freeshipping::before,
.block-shipping-results .h5.freeshipping::before {
  content: '\f0d1';
}

.block-shipping-results .shipping-type {
  margin-bottom: 20px;
}

.block-shipping-results .shipping-type:last-child {
  margin: 0;
}

.block-shipping-results li {
  border: 1px solid rgb(0 0 0 / 12.5%);
  margin: 0 0 5px;
  padding: 4px 15px;
}

.block-shipping-results .shipping-type li:nth-child(odd) {
  background-color: #f7f7f7;
}

.block-shipping-results span.price {
  font-weight: 600;
}

.block-shipping-results li a {
  font-weight: 600;
  transition: all 0.3s;
}

.block-shipping-results li .card.card-body {
  border: 2px solid #eaeaea;
  margin: 20px 0 0;
  padding: 15px 20px;
}

.block-shipping-results li .card.card-body h6 {
  font-weight: 600;
}

.block-shipping-results li .card.card-body span.label-week {
  font-weight: 600;
}

.block-shipping-estimate .please-wait svg {
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 9999;
}

.block-shipping-estimate .please-wait::before {
  background-color: #fff;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.product-view .box-wish-share {
  float: left;
}

.block-freeshipping-message {
  font-size: var(--size-16);
  margin: 0 0 10px;
  padding: 5px 10px;
  text-align: center;
}
/* FIM CALCULO DE CEP */

/* LABEL FRETE GRATIS */
.product-shop .free-shipping {
  border-radius: 0;
  display: table;
  float: left;
  font-size: var(--size-12);
  left: 0;
  padding: 3px 8px;
  position: unset;
  right: 0;
}

.product-shop .free-shipping i::after {
  opacity: 1;
}

.free-shipping {
  z-index: 99;
}
/* FIM LABEL FRETIS GRATIS */

/* SKU */
.product-view .block-sku {
  display: block;
  margin: 5px 0 0;
  width: 100%;
}

.product-view .block-sku span {
  font-size: var(--size-12);
}

.product-view .block-sku .subtitle {
  font-weight: 600;
}
/* FIM SKU */

/* VENDIDO E ENTREGUE  */
.extra-info .area-vendor-link {
  margin: 5px 0 10px;
  padding-bottom: 10px;
  width: 100%;
}

.extra-info .area-vendor-link a {
  font-weight: 600;
}

.three_columns .block-right-product .area-vendor-link span,
.three_columns .block-right-product .area-vendor-link a,
.three_columns .block-right-product .area-vendor-link .qty-available,
.block-right-two .area-product-tab .area-vendor-link span,
.block-right-two .area-product-tab .area-vendor-link a,
.block-right-two .area-product-tab .area-vendor-link .qty-available {
  font-size: var(--size-13);
}

.vendor-logo {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.vendor-logo:not(:has(.vendor__image)) {
  margin: 8px 0;
}

.vendor-logo .vendor__p-infos * {
  margin: 0 !important;
}

.vendor-logo .vendor__p-infos {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vendor-logo:has(.vendor__image) .extra-info .area-vendor-link {
  border: none;
  padding: 0;
}

.vendor-logo .vendor__image img {
  height: auto;
}

@media (width >= 575px) {
  .vendor-logo--booking {
    gap: 16px;
    justify-content: flex-start;
  }
}
/* FIM VENDIDO E ENTREGUE */

/* THUMBNAIL */
.amlabel-div {
  position: relative;
}

.product-img-box .more-views {
  overflow: hidden;
}

.product-img-box .more-views > div {
  display: table;
  margin: 20px auto 0;
}

.product-view #amasty_gallery a,
.product-image-thumbs a {
  cursor: pointer;
  float: left;
  margin: 5px;
  max-height: 400px;
  max-width: 400px;
  opacity: 0.7;
  transition: all 0.3s;
  width: auto;
}

.product-view #amasty_gallery a:hover,
.product-image-thumbs a:hover {
  opacity: 1;
}

.product-image > div {
  display: flex;
  margin: 0 auto;
}

.product-image > div img {
  align-self: center;
  display: table;
  justify-content: center;
  margin: 0 auto;
}

.product-view.three_columns .product-image .zoomWrapper {
  height: min(100vh, 250px);
  max-width: 100%;
}

.product-view.three_columns .product-image .zoomWrapper #amasty_zoom {
  height: 100%;
  object-fit: cover;
}

.product-view.three_columns .five_size .product-image .zoomWrapper {
  max-height: unset;
}

.product-view.three_columns .caroufredsel_wrapper:not(.product-options .caroufredsel_wrapper) {
  width: 260px !important;
}

.product-view.two_columns .product-img-box .free-shipping {
  left: 0;
  top: 0;
  z-index: 99;
}

.MagicScrollArrows:not(.hidden) {
  align-items: center;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #f7f7f7;
  box-shadow: rgb(149 157 165 / 20%) 0 8px 24px;
  display: flex !important;
  height: auto;
  justify-content: center;
  padding: 0.5rem;
  width: 2.5rem;
}

.MagicScrollArrows.disabled {
  display: none !important;
}

.MagicScrollArrowNext {
  right: -2rem;
}

.MagicScrollArrowPrev {
  left: -2rem;
}

@media (width > 770px) {
  .product-view.three_columns .MagicScrollArrowNext {
    right: 1rem;
  }

  .product-view.three_columns .MagicScrollArrowPrev {
    left: 1rem;
  }
}

/* FIM THUMBNAIL */

/* CAIXA NA DIREITA C/ INFO DE PRECO, ETC */
.product-view .block-right-product {
  background-color: #fff;
  border: 1px solid #f2f2f7;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
  display: block;
  float: left;
  padding: 20px;
  width: 100%;
}

.product-view.three_columns .block-right-product {
  position: sticky;
  top: 30px;
}

.header-fixed .product-view.three_columns .block-right-product {
  top: 160px;
}
/* FIM CAIXA NA DIREITA C/ INFO DE PRECO, ETC */

/* OPCAO PRODUTO CONFIGURAVEL */
.amconf-image-container {
  margin: 10px 5px !important;
}

.amconf-color-container {
  align-items: center;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 2px 2px 0 #0000002e, 0 0 2px 0 #00000024;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: normal !important;
  padding: 0 5px;
  transition: all 0.3s;
  word-break: break-all;
}

.amconf-image-selected {
  border: 1px solid;
  font-weight: 600;
}

.amconf-image-selected::after {
  background-color: #fff;
  content: '\f14a';
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  height: auto;
  line-height: 10px;
  position: absolute;
  right: -6px;
  top: -2px;
}

.product-view .product-options .option-block .caroufredsel_wrapper {
  max-width: 100% !important;
  width: 100% !important;
}

.am-swatch-arrow {
  background-color: #fff;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
  color: #868686;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50% !important;
  transition: all 0.3s;
  width: 30px;
  z-index: 10;
}

.am-swatch-arrow.disabled {
  cursor: default;
  opacity: 0;
}

.product-view .product-configurable-options #product-options-wrapper {
  margin: 0;
}

.product-view .product-configurable-options #product-matrix-std {
  margin: 10px 0 15px;
}

.product-view .product-configurable-options #product-options-wrapper dl {
  margin: 10px 0 0;
}

.product-configurable-options .block-options-int.checkbox {
  margin: 0 !important;
}

.three_columns .product-configurable-options dd.last {
  margin: 0;
}

.three_columns .product-configurable-options dl.last {
  margin: 0;
}

.amconf-color-container.amconf-image-outofstock + .amconf-hr {
  align-items: end;
  background-color: transparent;
  border-color: transparent;
  display: none;
  height: auto;
  justify-content: center;
}

.amconf-image-selected.amconf-image-outofstock + .amconf-hr {
  display: flex;
}

.amconf-color-container.amconf-image-outofstock {
  opacity: 0.5;
}

.amconf-color-container.amconf-image-outofstock.amconf-image-selected {
  background-color: #f3f3f3;
  border-color: #dc3545;
  opacity: 0.5;
}

.amconf-image-selected.amconf-image-outofstock {
  background-color: #f3f3f3;
  border-color: #dc3545;
  color: #000;
}

.amconf-image-selected.amconf-image-outofstock::after,
.amconf-color-container.amconf-image-outofstock::after {
  display: none;
}

.amconf-color-container.amconf-image-outofstock.amconf-image-selected + .amconf-hr::after {
  background: #dc3545;
  border-radius: 2px;
  color: #fff;
  content: '\f00d';
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  font-weight: 800;
  left: -4px;
  line-height: normal;
  padding: 3px 3px 2px;
  position: absolute;
  top: -8px;
  transform: rotate(-225deg);
  width: auto;
  z-index: 5;
}
/* FIM OPCAO PRODUTO CONFIGURAVEL */

/* DISPONIBILIDADE */
.catalog-product-view .product-view .product-shop .availability {
  font-size: var(--size-14);
}

.catalog-product-view .options-out-of-stock {
  align-items: center;
  background: #f8d7da;
  color: #842029;
  display: inline-flex;
  font-weight: 400;
  gap: 8px;
  margin: 12px 0;
  padding: 4px 16px;
}
/* FIM DISPONIBILIDADE */

/* OPCAO PRODUTO CONFIGURAVEL - GRID */
#product-matrix-fixedleft {
  border-top: 1px solid #eaeaea;
  top: 24px;
}

#product-matrix-fixedleft > ul li.li-matrix-imagem {
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
}

#product-matrix-std ul li.li-matrix-imagem {
  align-items: center;
  display: flex;
  justify-content: normal;
  margin: 0 0 9.9px;
  min-height: 40px;
  padding: 0 11px;
  position: relative;
}

#product-matrix-std ul li.li-matrix-imagem.first {
  margin-top: 11px; /* border-top: 1px solid #eaeaea; */
}

#product-matrix-fixedleft > ul li.li-matrix-imagem div {
  width: 50px;
}

#product-matrix-std img {
  width: 40px;
}

#product-matrix-std .li-matrix-imagem .matrix-label {
  color: #333;
  line-height: 1;
  margin-left: 5px;
  text-align: center;
}

#product-matrix-std .li-matrix-imagem .matrix-label label {
  color: #333;
  display: block;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

#product-matrix-std .owl-carousel.owl-drag .owl-item:hover {
  z-index: 9;
}

#product-matrix-std .owl-carousel .owl-stage-outer {
  height: auto;
  padding: 0;
}

#product-matrix-std .item ul li.first {
  border: 0;
  border-bottom: 1px solid #eaeaea;
  font-size: var(--size-16);
  font-weight: bold;
  height: auto;
  margin: 0 0 10px;
  min-height: auto;
  white-space: nowrap;
}

#product-matrix-std .owl-item ul li {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 0 0 10px;
  min-height: 40px;
  padding: 0 11px;
  position: relative;
}

#product-matrix-std .owl-carousel .owl-stage-outer .item {
  display: block;
}

#product-matrix-std .input-text {
  padding: 0 5px;
  text-align: center;
}

#product-matrix-std .stock-container {
  background-color: #000;
  color: #fff;
  display: none;
  font-size: var(--size-11);
  font-weight: bold;
  left: 0;
  padding: 0 5px;
  position: absolute;
  top: -35px;
  width: 90px;
  z-index: 9999;
}

#product-matrix-std .stock-container::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
  bottom: -8px;
  content: '';
  display: inline-block;
  height: 0;
  margin-right: 10px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

#product-matrix-std .matrix-bottom-container {
  display: table;
  margin: 10px 0;
  width: 100%;
}

#product-matrix-std .matrix-bottom-container .matrix-qty-container,
#product-matrix-std .matrix-bottom-container .matrix-price-container {
  display: block;
}

#product-matrix-std .matrix-bottom-container .matrix-qty-container span,
#product-matrix-std .matrix-bottom-container .matrix-price-container > span {
  color: #a0a0a0;
  font-size: var(--size-14);
  font-weight: normal;
}

#product-matrix-std .matrix-bottom-container .matrix-qty-container .matrix-total-qty.dyn,
#product-matrix-std .matrix-bottom-container .matrix-price-container #matrix-total-price {
  display: inline-block;
}

#product-matrix-std .matrix-bottom-container .matrix-qty-container .matrix-total-qty.dyn,
#product-matrix-std .matrix-bottom-container .matrix-price-container #matrix-total-price span {
  font-size: var(--size-14);
  font-weight: 600;
}

#product-matrix-std .matrix-bottom-container .matrix-price-container > span.price {
  display: table;
  font-weight: 600;
}

#product-matrix-std .matrix-bottom-container .matrix-price-container #matrix-total-price > span.totalBoleto {
  font-size: var(--size-16);
}

#product-matrix-std .matrix-bottom-container .matrix-price-container #matrix-total-price span:nth-child(2) {
  display: table;
}

#product-matrix-std .matrix-bottom-container .matrix-price-container #matrix-total-price span:nth-child(2),
#product-matrix-std
  .matrix-bottom-container
  .matrix-price-container
  #matrix-total-price
  span:nth-child(2)
  .totalBoleto {
  color: #a0a0a0;
  font-size: var(--size-14);
}

#product-matrix-std #product-matrix button.owl-next,
#product-matrix-std #product-matrix button.owl-prev {
  background-color: #fff;
  height: 35px;
  width: 35px;
}

#product-matrix-std #product-matrix button i {
  font-size: var(--size-18);
}

#product-matrix-std ul {
  border-bottom: 1px solid #eaeaea;
}

#product-matrix-std .owl-carousel .owl-stage-outer .item.total li.last {
  border-left: 1px solid #eaeaea;
  margin-bottom: 0;
}

.three_columns #product-matrix-std .item ul li.first {
  font-size: var(--size-14);
}

.three_columns #product-matrix-fixedleft {
  top: 21px;
}

.three_columns #product-matrix-std .owl-item ul li {
  padding: 0 5px;
}

.product-view .product-options .caroufredsel_wrapper {
  margin: 0 auto !important;
  max-width: unset !important;
}

.product-view .product-options .am-swatch-arrow.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* FIM OPCAO PRODUTO CONFIGURAVEL - GRID */

/* DETALHES DO PRODUTO */
/* ========================================= */
.product-detail {
  color: #434343;
  font-size: var(--size-13);
  margin-top: 50px;
}

.product-detail > div {
  width: 100%;
}

.product-detail h5,
.product-detail .h5 {
  border-bottom: 1px solid #f2f2f2;
  display: block;
  font-size: var(--size-26);
  font-weight: 600;
  margin: 40px 0 20px;
  padding: 0 0 15px;
}

.product-detail .pd-description h5,
.product-detail .pd-description .h5 {
  margin: 0 0 20px;
}

.product-detail .product-video {
  margin: 30px 0 0;
}

.product-detail .pd-content > ul li {
  color: #4e4e4e;
  padding: 7px 15px;
}

.product-detail .pd-content > ul li:nth-child(odd) {
  background-color: #f7f7f7;
}

.product-detail .pd-description .pd-content ul {
  list-style: disc;
  padding: 0 0 0 20px;
}

.product-detail .pd-content ul li a {
  float: left;
  width: auto;
}

.product-detail .pd-content ul li {
  width: 100%;
}

.product-detail .pd-content > ul li img {
  display: inline-block;
}

.product-detail .pd-content ul li span:has(.multiselect-list) {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.product-detail .pd-content ul li .multiselect-list li {
  background-color: unset;
  padding: 0;
}

.product-detail .std.iframe-top {
  display: flex;
  flex-flow: row wrap;
}

.product-detail .custom-detail {
  width: 100%;
}

.product-detail .custom-detail h2,
.product-detail .custom-detail .h2 {
  font-size: var(--size-22);
  margin: 0 0 20px;
}

.product-detail .custom-detail ul.owl-carousel {
  list-style: none;
  padding: 0;
}

.product-detail .custom-detail ul.owl-carousel .owl-stage-outer {
  padding: 0;
}

.product-detail .custom-detail ul.owl-carousel li a {
  display: table;
  float: none;
  transition: all 0.3s;
  width: 100%;
}

.product-detail .pd-content ul.owl-carousel li h2,
.product-detail .pd-content ul.owl-carousel li .h2 {
  display: table;
  text-align: center;
  width: 100%;
}

.product-detail .pd-content ul.owl-carousel li p {
  padding: 0 20px;
  text-align: justify;
}

.product-detail .custom-detail ul.owl-carousel li a img {
  display: table;
  height: auto;
  margin: 0 auto 20px;
  max-width: 100px;
  min-height: 100px;
  width: auto;
}
/* FIM DETALHES DO PRODUTO */
/* ========================================= */

/* AVALIACAO */
/* ========================================= */
.box-reviews .review-content {
  display: table;
  margin: 0 0 25px;
  width: 100%;
}

.box-reviews tr:first-child td .review-content {
  margin: 10px 0 25px;
}

.review-content h6 {
  font-size: var(--size-16);
  font-weight: 600;
  margin: 0 0 15px;
}

.review-content .rating-vote {
  float: left;
  min-width: 260px;
}

.rating-vote .col-sm {
  padding: 0;
}

.rating-vote .rating-percent {
  max-width: 100px;
}

.rating-vote p.review-name span {
  font-weight: 600;
}

.box-reviews p.review-posted-on {
  color: #828282;
  font-size: var(--size-11);
  margin: 10px 0 0;
}

.review-content .review-detail {
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 2px #f5f5f5;
  display: block;
  float: right;
  height: 140px;
  max-width: 990px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 10px 15px;
  width: 100%;
}

.review-content .review-detail::-webkit-scrollbar {
  width: 3px;
}

.review-content .review-detail::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

.review-content .review-detail p {
  font-size: var(--size-12);
}

.box-reviews #table-rating-product_length {
  display: none;
}

.box-reviews #table-rating-product_info {
  float: left;
}

.box-reviews #table-rating-product_paginate {
  float: right;
}

.box-reviews #table-rating-product_wrapper {
  display: table;
  padding: 0 0 10px;
  width: 100%;
}

.box-reviews .table td {
  border: none;
  padding: 0;
}

.box-reviews .table thead {
  display: none;
}

.box-reviews h4 {
  font-weight: 600;
  margin: 0;
}

.box-reviews .modal-header {
  padding-bottom: 0;
}

#review-form .rating-options label {
  cursor: pointer;
  display: table;
  font-size: var(--size-22);
  margin: 0 auto;
}

#review-form .rating-area.active i {
  font-weight: 900;
}

#review-form .rating-area i {
  transition: all 0.3s;
}

ul.form-list.review-list li.inline-label {
  margin: 0 0 10px;
}

#review-form textarea {
  max-height: 250px;
}

#review-form .buttons-set {
  float: right;
  margin: 20px 0 0;
}

#review-form .grecaptcha-badge {
  bottom: 22px !important;
  left: 0 !important;
  position: relative !important;
}

.rating-area .validation-advice {
  display: none;
}

.rating-area:first-child .validation-advice {
  display: table;
  width: 140px;
}

.rating-box .rating-area i {
  font-size: 14px;
}
/* FIM AVALIACAO */
/* ========================================= */

/* DEAL */
.product-view.two_columns .area-deal {
  margin-block: 12px;
}

.product-view:is(.two_columns, .three_columns) .c-deal {
  justify-content: flex-start;
}

.product-view.two_columns .c-deal.c-deal--only-timer {
  max-width: 180px;
}

@media (width <= 480px) {
  .product-view.two_columns .c-deal.c-deal--only-timer {
    max-width: unset;
  }
}
/* FIM DEAL */

/* COMPRE JUNTO */
/* ========================================= */
.block-upsell > .col-12 {
  margin: 0 auto;
  padding: 0;
}

.block-upsell .block-grid-title,
.block-related .block-grid-title {
  margin: 0;
}

.block-upsell .block-grid-title h2,
.block-related .block-grid-title h2,
.block-upsell .block-grid-title .h2,
.block-related .block-grid-title .h2 {
  border-bottom: 1px solid #f2f2f2;
  display: block;
  font-size: var(--size-26);
  font-weight: 600;
  margin: 40px 0 20px;
  padding: 0 0 15px;
  text-align: left;
}

.block-upsell .category-products .products-grid {
  margin: 0;
}

.block-upsell .principal-product .products-grid .product-item:hover .area-product {
  box-shadow: none;
  cursor: auto;
}

.block-upsell .principal-product .products-grid .product-image:hover {
  cursor: auto;
  opacity: 1;
}

.block-upsell .category-products .products-grid .owl-item .product-item {
  margin-top: 0;
}

.buy-together-content {
  align-items: flex-end;
  border: 1px solid #ebebeb;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  width: 100%;
}

.buy-together-content .title-buy-together-only {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.buy-together-content .title-buy-together-only .buy-together__title {
  font-weight: 600;
}

.buy-together-content .title-buy-together-only span {
  display: inline-block;
  vertical-align: middle;
}

.buy-together-content .title-buy-together-only span.price {
  font-size: 1.75rem;
  font-weight: 700;
}

.buy-together-content .o-tax-included {
  display: none !important;
}

.buy-together-content .price-box.is-loading {
  opacity: 0.5;
  position: relative;
}

.buy-together-content .price-box.is-loading::after {
  animation: lds-dual-ring 1.2s linear infinite;
  border: 6.4px solid currentcolor;
  border-color: currentcolor transparent;
  border-radius: 50%;
  content: '';
  height: 44px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 44px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.buy-together-content .title-buy-together-only .c-price-box .c-installments span {
  display: initial;
  font-size: inherit;
  vertical-align: initial;
}

.buy-together-content .desconto-porcentagem.recharge.price-area {
  display: none;
}

/* FIM COMPRE JUNTO */
/* ========================================= */

/* MODAL PARCELAS */
/* ========================================= */
#modalParcela .modal-header {
  padding-bottom: 0;
}

#modalParcela .modal-title {
  font-size: var(--size-20);
  font-weight: 600;
}

#modalParcela i.close {
  transition: all 0.3s;
}

#modalParcela table {
  margin: 0;
}

#modalParcela table tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

#modalParcela table td {
  border: none;
  text-align: center;
  vertical-align: middle;
}
/* FIM MODAL PARCELAS */
/* ========================================= */

/* PRODUTO AGRUPADO */
/* ========================================= */
.block-all-product .block-conteudo {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.produto-agrupado .grouped-items-table-wrapper {
  border-top: 1px solid #f2f2f2;
  padding-top: 10px;
}

.block-all-product .block-conteudo .block-name .product-name {
  font-size: var(--size-14);
  font-weight: 100;
}

.product-view.produto-agrupado .add-to-box .add-to-cart {
  border: 0;
  margin: 0;
  padding: 0;
}

.product-view.produto-agrupado .add-to-box,
.product-view.produto-agrupado .add-to-box .add-to-cart {
  clear: unset;
}

.product-view.produto-agrupado .add-to-box .add-to-cart .qty-wrapper {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100%;
}

.product-view.produto-agrupado .add-to-box .add-to-cart .qty-wrapper .quantity {
  float: right;
  text-align: left;
  width: auto;
}

.produto-agrupado .area-vendor-link {
  margin-bottom: 10px;
}

.produto-agrupado .block-title-product {
  border-bottom: 1px solid #f2f2f2;
  font-size: var(--size-16);
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.product-view.produto-agrupado.two_columns .add-to-box .add-to-cart .add-to-cart-buttons {
  margin-left: 0;
}

.produto-agrupado.two_columns .grouped-items-table-wrapper {
  border: 1px solid #f2f2f2;
  margin-bottom: 20px;
  padding: 10px;
}

.produto-agrupado .amxnotif-block {
  border: 0;
  line-height: 1;
  margin: 0;
  padding: 0 0 5px;
  text-align: left;
}

.product-view.produto-agrupado .add-to-box .add-to-cart .qty-wrapper label {
  margin: 5px 0;
}

.produto-agrupado .availability.out-of-stock {
  text-align: left;
}

.produto-agrupado p.alert-stock.link-stock-alert a {
  display: block;
  float: left;
  line-height: 1;
  text-align: left;
  width: 100%;
}

/* AGRUPADO EM CARDS */
.l-grouped-items {
  clear: both;
  display: grid;
  grid-template-rows: 40px 0fr;
  margin-block-end: 1rem;
  transition: grid-template-rows 0.3s ease;
}

.l-grouped-items.open {
  grid-template-rows: 40px 1fr;
}

.grouped-items-btn {
  font-size: var(--size-16);
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  width: 100%;
}

.grouped-wrapper {
  overflow: hidden;
}

.l-grouped-items .grouped-items-list {
  border: 1px solid #eee;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  max-height: 300px;
  overflow-y: auto;
  padding: 2rem 1rem;
}

.c-grouped-item {
  border: 1px solid #eee;
  border-radius: 0.25rem;
  overflow: hidden;
  text-align: center;
}

.c-grouped-item:hover {
  box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
}

.c-grouped-item label {
  cursor: pointer;
  display: block;
  height: 100%;
  margin: 0;
  width: 100%;
}

.c-grouped-item .item__infos {
  background: #f7f7f7;
  padding: 0.5rem 1rem;
  position: relative;
}

.c-grouped-item .item__infos::before {
  background: #fff;
  border: 2px solid #999;
  border-radius: 0.25rem;
  content: '';
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
}

.item__infos .item__info {
  color: #333;
  margin-bottom: 0;
}

.item__info--sku {
  color: #666;
}

.c-grouped-item input:checked + .item__infos {
  background: linear-gradient(to right, #6ac26c 0%, #5fcdb7 66%);
}

.c-grouped-item input:checked + .item__infos .item__info {
  color: #fff;
}

.c-grouped-item input:checked + .item__infos::before {
  border-color: #fff;
}

.c-grouped-item input:checked + .item__infos::after {
  color: #666;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 12px;
  top: 10px;
}

.c-grouped-item .item__price {
  padding: 0.5rem 1rem;
}

.c-grouped-item .item__price .price {
  font-size: calc(18rem / 16);
}

@media (width <= 768px) {
  .grouped-items-btn {
    height: 44px;
    line-height: 44px;
  }
}
/* FIM PRODUTO AGRUPADO */
/* ========================================= */

/* PRODUTO BUNDLE */
/* ========================================= */
.product-view .price-box .old-price.full-bundle span.price {
  display: block;
  margin: 0 0 8px;
}

.product-view .bundle .block-qty .add-to-box .add-to-cart {
  border: 0;
  margin: 0;
  padding: 0;
}

.product-view .bundle .block-qty {
  display: block;
  float: left;
  line-height: 1;
  margin-left: 2%;
  width: 38%;
}

.product-view .bundle .input-box {
  display: block;
  float: left;
  line-height: 1;
  width: 60%;
}

.product-view .bundle .block-qty .add-to-box {
  line-height: 1;
}

.product-view .bundle .block-qty .add-to-box .add-to-cart .qty-wrapper {
  display: block;
  float: left;
  margin: 0;
}

.product-view .bundle .block-qty .add-to-box .add-to-cart .qty-wrapper label {
  float: left;
  font-size: var(--size-12);
  font-weight: 600;
  margin: 0 0 5px;
  padding-left: 30px;
  text-align: center;
  width: 100%;
}

.product-view .bundle .block-qty .add-to-box .add-to-cart .qty-wrapper .quantity {
  display: table;
  float: right;
  text-align: center;
  width: auto;
}

.price-info .price-box.bundle .price-from .price {
  color: #a0a0a0;
  font-size: var(--size-14);
  font-weight: 100;
  line-height: 1;
  text-decoration: line-through;
}

.price-info .price-box.bundle .price-to {
  line-height: 1;
  margin-bottom: 10px;
}

.price-info .price-box.bundle .price-from {
  margin: 0;
}

.product-view .price-info .price-box.bundle.catalog {
  display: none;
}

.product-view .block-related .price-info .price-box.bundle.catalog {
  display: block;
}

.row .row .price-info .price-box.bundle {
  margin: 10px 0 0;
}

.price-info .price-box.bundle .price-as-configured {
  display: block;
  float: left;
  margin-bottom: 5px;
  width: 100%;
}

.price-info .price-box.bundle {
  display: block;
  float: left;
  line-height: 1;
  width: 100%;
}

.product-view.two_columns .bundle .block-qty .add-to-box .add-to-cart .qty-wrapper .quantity {
  float: unset;
}

.product-view.two_columns .bundle .block-qty .add-to-box .add-to-cart .qty-wrapper label {
  padding: 0;
}

.product-view .radio .bundle .input-box {
  width: 100%;
}

.product-view .block-options-int.radio {
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}

.product-view .radio .bundle .block-qty {
  margin: 10px 0 0;
  width: 100%;
}

.product-view .radio .bundle .block-qty .add-to-box .add-to-cart .qty-wrapper .quantity {
  float: left;
}

.product-view .radio .bundle .block-qty .add-to-box .add-to-cart .qty-wrapper label {
  font-size: var(--size-14);
  font-weight: 100;
  padding-left: 0;
  text-align: left;
  width: auto;
}

.product-view.three_columns .radio .bundle .block-qty .add-to-box .add-to-cart .qty-wrapper label {
  margin: 8px 4px 0 0;
}

.block-options-int .block-input-box.checkbox {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.block-options-int:last-child .block-input-box.checkbox {
  border: 0;
  padding: 0;
}

.block-options .block-input-box .input-box .bundle-option-select {
  height: auto;
  padding: 8px 15px;
}

.block-options .block-input-box .input-box .bundle-option-select option {
  display: block;
  float: left;
  margin: 2px 0;
  padding-bottom: 5px;
  white-space: pre-wrap;
  width: 100%;
}

.block-options .block-input-box .input-box .bundle-option-select option {
  font-size: var(--size-12);
}

.product-view .bundle .qtd-arrows.disabled {
  background: #ebebeb;
  pointer-events: none;
}

.product-view .bundle .add-to-box .add-to-cart .qtd-arrows.disabled i {
  color: #ccc;
}

.block-price .price-info .price-box.bundle .price-as-configured .price-label {
  display: none;
}

.products-grid .product-item .area-product .price-info .price-box.bundle .price-to {
  margin: 0 0 5px;
}

/* .product-view .price-info .price-box.bundle p.price-as-configured span { display: none; } */

/* .price-info .price-box.bundle .minimal-price, .price-info .price-box.bundle .price-as-configured span.price-label, .price-info .price-box.bundle .price-from span, .price-info .price-box.bundle .price-to span, .price-info .price-box.bundle.catalog { display: none; } */
/* FIM PRODUTO BUNDLE */
/* ========================================= */

/* PRODUCT LABEL */
.product-view .amlabel-div {
  position: relative;
}

.product-view .amlabel-div .amlabel-txt {
  color: #fff;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 11px;
  text-decoration: none;
}

.product-view .amlabel-div a {
  position: relative;
  text-decoration: none;
}

.product-view .amlabel-table {
  cursor: pointer;
  position: absolute;
  z-index: 10;
}

.product-view .amlabel-table td {
  border: 0;
  height: auto;
  text-align: center;
  vertical-align: middle;
}

.product-view .top-center {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  top: 15px;
}

.product-view .middle-left {
  bottom: 15px;
  left: 0;
  margin-bottom: auto;
  margin-top: auto;
  top: -15px;
}

.product-view .middle-right {
  bottom: 15px;
  margin-bottom: auto;
  margin-top: auto;
  right: 0;
  top: -15px;
}

.product-view .bottom-center {
  bottom: 15px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
}

.product-view .middle-center {
  inset: -15px 0 15px;
  margin: auto;
}

.product-view .top-left {
  left: 0;
  top: 15px;
}

.product-view .top-right {
  right: 0;
  top: 15px;
}

.product-view .bottom-left {
  bottom: 15px;
  left: 0;
}

.product-view .bottom-right {
  bottom: 15px;
  right: 0;
}

.product-view .products-list .amlabel-div {
  float: left;
}

.product-view .amlabel-table2 {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.product-view .amlabel-txt2 {
  background-size: contain !important;
  max-height: 100px !important;
  max-width: 100px !important;
  position: absolute;
  z-index: 990;
}

.product-view.two_columns .top-left,
.product-view.two_columns .top-center,
.product-view.two_columns .top-right {
  top: 20px;
}
/* FIM PRODUCT LABEL */

/* ========================================= */
/* TEMPLATE PRODUTO - DESTAQUE INFORMACOES ADICIONAIS */
.product-detail .pd-content.highlights_additional_information > ul li {
  background-color: transparent;
  border-bottom: 1px solid #f2f2f2;
  padding: 6px 0;
}

.product-detail .pd-content.highlights_additional_information > ul li:last-child {
  border-bottom: 0;
}

.product-detail .pd-content.highlights_additional_information > ul li span {
  font-weight: 700;
}

.product-detail .pd-content.highlights_additional_information > ul li span strong {
  font-weight: 400;
}
/* FIM TEMPLATE PRODUTO - DESTAQUE INFORMACOES ADICIONAIS */
/* ========================================= */

/* ========================================= */
/* PRODUCT CROWDFUNDING */
.product-crowdfunding .block-right-bottom .block-rewards .block-rewards-info {
  border: 1px solid;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
}

.product-crowdfunding .block-right-bottom .block-rewards .block-rewards-info + .block-rewards-info {
  margin-top: 1.5rem;
}

.product-crowdfunding .product-name-autor .vendor-name {
  font-size: var(--size-16);
}

.product-crowdfunding .block-info-crowdfunding {
  background-color: #fff;
  border: 1px solid #f2f2f7;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
  display: block;
  padding: 20px;
}

.product-crowdfunding .block-supportes-price .supportes-price {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.product-crowdfunding .block-progress .progress {
  border: 1px solid;
  height: 12px;
}

.product-crowdfunding .short-description p,
.product-crowdfunding .block-description p,
.product-crowdfunding .block-description span,
.product-crowdfunding .block-description {
  font-size: var(--size-16);
}

.product-crowdfunding .block-info-middle {
  align-items: center;
  display: flex;
}

.product-crowdfunding .block-rewards-title p {
  font-size: 18px;
  font-weight: 600;
}

.product-crowdfunding .block-goal-price p,
.product-crowdfunding .block-goal-price .price-box span {
  font-size: 20px;
}

.product-crowdfunding .row.middle .col-md-10 {
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  padding-bottom: 40px;
}

.product-crowdfunding .block-qty-rewards .sold-out,
.product-crowdfunding .block-qty-rewards .limited {
  padding: 3px 5px;
}

.product-crowdfunding .block-btn-crow button,
.product-crowdfunding .block-right-bottom .block-rewards .block-rewards-info .area-support button {
  border: 1px solid;
}

.product-crowdfunding .block-info-bottom-img-product .block-left-bottom .product-detail .nav-pills .nav-link.active {
  background-color: #fff;
  border-color: #f2f2f7 #f2f2f7 #fff;
}

.product-crowdfunding .block-info-bottom-img-product .block-left-bottom .product-detail .nav-pills .nav-link {
  align-items: center;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  display: flex !important;
  margin-bottom: -2px;
}

.product-crowdfunding .block-info-bottom-img-product .block-left-bottom .product-detail ul.nav {
  border-bottom: 1px solid #f2f2f7;
}

.product-crowdfunding
  .block-info-bottom-img-product
  .block-left-bottom
  .product-detail
  .nav-pills
  .nav-link
  .text-title {
  border: 0;
  color: #3d3d3d;
  font-size: var(--size-16);
  overflow: unset;
  padding: 0;
}

.product-crowdfunding .block-info-bottom-img-product .block-left-bottom .product-detail ul.nav .nav-item {
  display: flex;
}

.product-view.product-crowdfunding .block-info-bottom-img-product,
.product-view.product-crowdfunding .block-info-middle {
  border-top: 1px solid #f2f2f7;
}

.product-crowdfunding .block-rewards-description ul {
  list-style: unset;
  padding: 0 0 0 20px;
}

.product-crowdfunding .block-rewards-description ul li {
  padding: 2px 0;
}

.product-crowdfunding .block-btn-crow button {
  font-size: var(--size-16);
  padding: 10px 18px;
}

.product-view.product-crowdfunding .product-name {
  font-size: var(--size-22);
}

.product-crowdfunding .block-rewards-info .area-support .block-left-rewards-value .input-group input,
.product-crowdfunding .block-rewards-info .area-support .block-left-rewards-value .input-group span,
.product-crowdfunding .block-rewards-info .area-support .btn-addToRewardToCart {
  height: 35px;
}

.product-crowdfunding .block-status-project p {
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
  padding: 15px;
}

.product-crowdfunding .block-rewards::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

@media (width >= 768px) {
  .product-crowdfunding .block-rewards--limit-height {
    height: 90vh;
    overflow-y: auto;
    padding-right: 8px;
    position: sticky;
    scrollbar-gutter: stable;
    top: 20px;
  }
}

@media (width <= 767px) {
  .product-crowdfunding .block-right-bottom .block-rewards.hor-scroll {
    align-items: stretch;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
  }

  .product-crowdfunding .block-right-bottom .block-rewards.hor-scroll .block-rewards-info {
    flex: 1 0 min(360px, 90vw);
    scroll-snap-align: start;
  }

  .product-crowdfunding .block-right-bottom .block-rewards.hor-scroll .block-rewards-info + .block-rewards-info {
    margin-top: 0;
  }
}
/* FIM PRODUCT CROWDFUNDING */
/* ========================================= */

@media screen and (width <=1300px) {
  .product-view.two_columns .add-to-box .add-to-cart .qty-wrapper {
    margin: 1px 8px 0 0;
  }

  .product-view.two_columns .add-to-box .add-to-cart .add-to-cart-buttons,
  .product-view .btn-make-offer {
    max-width: 230px;
  }

  .review-content .review-detail {
    max-width: 880px;
  }
}

@media screen and (width <=1199px) {
  .more-views .caroufredsel_wrapper {
    max-width: 520px;
  }

  .block-price {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .block-tierprice {
    flex: 0 0 100%;
    margin: 10px 0 0;
    max-width: 100%;
  }

  .product-view.two_columns .add-to-box .add-to-cart .qty-wrapper {
    margin: 1px 16px 0 0;
  }

  .product-view.two_columns .add-to-box .add-to-cart .add-to-cart-buttons {
    max-width: 135px;
  }

  .block-shipping-estimate {
    max-width: 200px;
  }

  .review-content .review-detail {
    max-width: 680px;
  }

  .block-upsell input[type='checkbox']:not(:checked) + label,
  .block-upsell input[type='checkbox']:checked + label {
    line-height: 14px;
    text-align: left;
  }

  .block-upsell input[type='checkbox']:checked + label::after,
  .block-upsell input[type='checkbox']:not(:checked) + label::before {
    top: 3px;
  }

  .product-view.three_columns .product-image .zoomWrapper {
    height: min(100vh, 310px);
  }

  /* .three_columns .block-price { max-width: 50%; } */
  .product-view.three_columns ul.tier-prices li.tier-price {
    width: 24%;
  }

  .product-view.three_columns .add-to-box .add-to-cart .qty-wrapper {
    float: left;
  }

  .product-view .bundle .block-qty .add-to-box .add-to-cart .qty-wrapper .quantity {
    float: unset;
  }

  .product-view .bundle .block-qty .add-to-box .add-to-cart .qty-wrapper label {
    padding: 0;
  }

  .block-shipping-estimate .block-simulate-freight .shipping-estimation-form .f-right {
    top: 47px;
  }

  .three_columns .block-shipping-estimate .block-simulate-freight .shipping-estimation-form .f-right {
    top: 28px;
  }

  .product-view.product-crowdfunding h1.product-name {
    font-size: var(--size-18);
  }

  .product-crowdfunding .product-name-autor .vendor-name {
    font-size: var(--size-14);
  }

  .product-crowdfunding .block-supportes-price .supportes-price {
    font-size: var(--size-24);
  }

  .product-crowdfunding .block-goal-price p,
  .product-crowdfunding .block-goal-price .price-box span {
    font-size: var(--size-16);
  }
}

@media screen and (width <=991px) {
  .product-view:not([class*='crowdfunding'], [class*='three-columns-multiseller']) .product-shop {
    margin-block-start: 24px;
  }

  .product-view.two_columns .caroufredsel_wrapper {
    max-width: 390px;
  }

  .product-view .right-column {
    display: block;
    float: left;
    padding: 20px 0 0;
    width: 100%;
  }

  .product-view h1.product-name {
    font-size: var(--size-20);
  }

  .product-view.two_columns .add-to-box .add-to-cart .qty-wrapper {
    margin: 0 0 15px;
  }

  .product-view.two_columns .add-to-box {
    padding-top: 0;
  }

  .product-view.two_columns .add-to-box .add-to-cart .add-to-cart-buttons,
  .product-view .btn-make-offer {
    max-width: 100%;
  }

  .block-shipping-estimate {
    border-right: 0;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }

  .product-view .box-wish-share {
    margin: 15px 0 0;
  }

  .block-shipping-wish {
    display: block;
    float: left;
  }

  .review-content .review-detail {
    max-width: 460px;
  }

  .block-upsell .principal-product {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .block-upsell .principal-product .products-grid .product-item.default {
    margin: 0;
    width: 100%;
  }

  .block-upsell .principal-product .product-item .area-product {
    width: 100%;
  }

  .block-upsell .principal-product .products-grid .product-image {
    float: left;
    width: 33.3%;
  }

  .block-upsell .principal-product .products-grid .product-image img {
    max-height: 150px;
  }

  .block-upsell .principal-product .products-grid .product-item .desconto-porcentagem {
    right: 0;
  }

  .block-upsell .principal-product .products-grid .product-item .product-name,
  .block-upsell .principal-product .products-grid .product-item .price-info {
    padding-left: 20px;
    text-align: left;
    width: 66.6%;
  }

  .block-upsell .icon-upsell-plus {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .block-upsell .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .block-upsell input[type='checkbox']:not(:checked) + label,
  .block-upsell input[type='checkbox']:checked + label {
    line-height: 20px;
  }

  .block-upsell input[type='checkbox']:checked + label::after,
  .block-upsell input[type='checkbox']:not(:checked) + label::before {
    top: 0;
  }

  .product-view.three_columns ul.tier-prices li.tier-price {
    width: 32%;
  }

  .product-view.three_columns .add-to-box .add-to-cart .add-to-cart-buttons {
    max-width: 230px;
  }

  #ModalReview .col-md-7 {
    flex: 0 0 100%;
    margin-top: 10px;
    max-width: 100%;
    order: 2;
  }

  #ModalReview .col-md-5 {
    flex: 0 0 100%;
    max-width: 350px;
    order: 1;
    padding-left: 0;
  }

  #product-matrix-std .owl-carousel .owl-stage-outer .owl-item {
    margin: 0 !important;
  }

  .block-shipping-estimate .block-simulate-freight .shipping-estimation-form .f-right {
    top: 28px;
  }

  .product-view.three_columns .product-image .zoomWrapper {
    height: 100% !important;
    max-height: 100%;
  }

  .product-view.three_columns .add-to-box:not([class*='grouped'] .add-to-box) .add-to-cart {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .product-view.three_columns .add-to-box:not([class*='grouped'] .add-to-box) .add-to-cart .qty-wrapper {
    display: flex;
    flex-direction: column;
    float: none;
    margin: 0;
  }

  .product-view.three_columns .add-to-box:not([class*='grouped'] .add-to-box) .add-to-cart .add-to-cart-buttons {
    flex: 1 0 240px;
    max-width: unset;
  }

  .product-view.three_columns .add-to-box:not([class*='grouped'] .add-to-box)::after,
  .product-view.three_columns .add-to-cart:not([class*='grouped'] .add-to-cart)::after {
    content: none;
  }
}

@media screen and (width <=770px) {
  .product-view .amlabel-div {
    z-index: 1;
  }
}

@media screen and (width <=767px) {
  .product-view .product-img-box {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .product-view .product-shop {
    flex: 0 0 100%;
    margin: 20px 0 0;
    max-width: 100%;
    width: 100%;
  }

  .product-image > div.zoomWrapper {
    width: 100% !important;
  }

  .product-view.two_columns .product-img-box .free-shipping {
    left: 15px;
  }

  .product-view.two_columns .caroufredsel_wrapper {
    max-width: 520px;
  }

  .block-price {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .block-tierprice {
    flex: 0 0 50%;
    margin: 20px 0 0;
    max-width: 50%;
  }

  .product-view.two_columns .add-to-box .add-to-cart .qty-wrapper {
    margin: 1px 20px 0 0;
  }

  .product-view.two_columns .add-to-box .add-to-cart .add-to-cart-buttons {
    max-width: 260px;
  }

  .product-view .btn-make-offer {
    max-width: 470px;
  }

  .product-view .box-wish-share {
    margin: 0;
  }

  .review-content .rating-vote {
    display: table;
    float: none;
    min-width: 250px;
  }

  .rating-vote .rating-title {
    max-width: 200px;
  }

  .review-content .review-detail {
    margin: 15px 0 0;
    max-width: 100%;
  }

  .block-upsell input[type='checkbox']:not(:checked) + label,
  .block-upsell input[type='checkbox']:checked + label {
    line-height: 14px;
    max-width: 190px;
  }

  .block-upsell input[type='checkbox']:checked + label::after,
  .block-upsell input[type='checkbox']:not(:checked) + label::before {
    top: 3px;
  }

  .product-view.three_columns .caroufredsel_wrapper:not(.product-options .caroufredsel_wrapper) {
    width: 520px !important;
  }

  .product-view.three_columns ul.tier-prices li.tier-price {
    width: 24%;
  }

  .product-view.three_columns .add-to-box .add-to-cart .qty-wrapper {
    margin: 0;
  }

  .product-view.three_columns .add-to-box .add-to-cart .add-to-cart-buttons {
    max-width: 260px;
  }

  .block-shipping-estimate {
    float: unset;
    margin-bottom: 20px;
    max-width: 300px;
  }

  .catalog-product-view .product-view .product-shop .availability {
    float: left;
    width: 100%;
  }

  .product-crowdfunding .block-info-middle {
    display: block;
    float: left;
    margin-top: 0 !important;
  }

  .product-crowdfunding .block-info-middle .block-right-middle {
    justify-content: flex-start !important;
    margin-top: 10px;
    padding-left: 0;
  }

  .product-crowdfunding .block-info-middle .block-left-middle,
  .product-crowdfunding .block-info-middle .block-right-middle {
    padding: 0 !important;
  }

  .product-view.product-crowdfunding .product-shop {
    padding: 0;
  }

  .product-view.product-crowdfunding .block-right-bottom {
    margin-top: 40px;
  }

  .product-crowdfunding .block-info-bottom-img-product {
    margin-top: 0 !important;
  }

  .product-view.product-crowdfunding .product-shop .block-btn-crow.btnFixedCrowdfunding button {
    position: fixed;
    right: 0;
    top: 180px;
    z-index: 9999;
  }

  .product-view.product-crowdfunding .product-shop .block-btn-crow button {
    transition: all 0s;
  }

  .product-crowdfunding .block-btn-crow button {
    font-size: var(--size-14);
    padding: 7px 15px;
  }
}

@media screen and (width <=679px) {
  .block-upsell input[type='checkbox']:not(:checked) + label,
  .block-upsell input[type='checkbox']:checked + label {
    line-height: 20px;
    max-width: 100%;
  }

  .block-upsell input[type='checkbox']:checked + label::after,
  .block-upsell input[type='checkbox']:not(:checked) + label::before {
    top: 0;
  }

  .product-view.three_columns ul.tier-prices li.tier-price {
    width: 32%;
  }
}

@media screen and (width <=575px) {
  .product-view.two_columns .caroufredsel_wrapper,
  .product-view.three_columns .caroufredsel_wrapper {
    max-width: 395px !important;
  }

  .block-price {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .block-tierprice {
    flex: 0 0 100%;
    margin: 10px 0 0;
    max-width: 100%;
  }

  .col-lg-6 ul.tier-prices li.tier-price,
  .product-view.three_columns ul.tier-prices li.tier-price {
    width: auto;
  }

  .review-content .rating-vote {
    max-width: 100%;
  }

  .review-content h6 {
    font-size: var(--size-15);
  }

  .rating-vote .rating-title {
    margin-top: 15px;
  }

  .review-content .rating-vote .row:first-child .rating-title {
    margin: 0;
  }

  .block-upsell .principal-product .products-grid .product-image {
    width: 40%;
  }

  .block-upsell .principal-product .products-grid .product-item .product-name,
  .block-upsell .principal-product .products-grid .product-item .price-info {
    width: 60%;
  }

  .block-upsell input[type='checkbox']:not(:checked) + label,
  .block-upsell input[type='checkbox']:checked + label {
    line-height: 14px;
    max-width: 190px;
  }

  .block-upsell input[type='checkbox']:checked + label::after,
  .block-upsell input[type='checkbox']:not(:checked) + label::before {
    top: 3px;
  }

  .buy-together-content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .three_columns .block-price {
    max-width: 100%;
  }

  .product-view.three_columns .add-to-box .add-to-cart .add-to-cart-buttons,
  .product-view.three_columns .btn-make-offer {
    max-width: 100%;
  }
}

@media screen and (width <=550px) {
  .product-view.two_columns .add-to-box .add-to-cart .qty-wrapper {
    margin: 0 0 15px;
  }

  .product-view.two_columns .add-to-box .add-to-cart .add-to-cart-buttons,
  .product-view .btn-make-offer {
    max-width: 100%;
  }
}

@media screen and (width <=500px) {
  .two_columns .block-shipping-estimate {
    float: none;
  }

  .product-view .box-wish-share {
    display: table;
    float: none;
    margin: 15px 0 0;
  }

  .product-detail h5,
  .product-detail .h5,
  .block-upsell .block-grid-title h2,
  .block-upsell .block-grid-title .h2,
  .block-related .block-grid-title h2,
  .block-related .block-grid-title .h2,
  .block-comments h5,
  .block-comments .h5 {
    font-size: var(--size-20);
  }

  .product-detail .product-video .video iframe {
    height: auto;
  }
}

@media screen and (width <=460px) {
  .product-view.two_columns .caroufredsel_wrapper,
  .product-view.three_columns .caroufredsel_wrapper {
    max-width: 265px !important;
  }

  .col-lg-6 ul.tier-prices li.tier-price,
  .product-view.three_columns ul.tier-prices li.tier-price {
    width: 47%;
  }

  .amxnotif-input-fields input {
    padding: 0 20px;
  }

  .amxnotif-button-container {
    margin-top: 10px;
    position: relative;
    width: 100%;
  }

  .amxnotif-block .amxnotif-button-container button {
    width: 100%;
  }

  .block-upsell .principal-product .products-grid .product-image {
    width: 100%;
  }

  .block-upsell .principal-product .products-grid .product-item .desconto-porcentagem {
    right: -10px;
  }

  .block-upsell .principal-product .products-grid .product-item .product-name,
  .block-upsell .principal-product .products-grid .product-item .price-info {
    padding: 0;
    text-align: center;
    width: 100%;
  }
}

@media screen and (width <=449px) {
  .block-upsell .category-products .products-grid .owl-item .product-item {
    width: 100%;
  }

  .block-upsell .product-item .area-product {
    width: 100%;
  }

  .block-upsell input[type='checkbox']:not(:checked) + label,
  .block-upsell input[type='checkbox']:checked + label {
    line-height: 20px;
    max-width: 100%;
  }

  .block-upsell input[type='checkbox']:checked + label::after,
  .block-upsell input[type='checkbox']:not(:checked) + label::before {
    top: 0;
  }

  .buy-together-content {
    display: table;
  }

  .buy-together-content .title-buy-together-only {
    display: table;
    text-align: center;
    width: 100%;
  }

  .buy-together-content .title-buy-together-only span {
    margin: 0 auto;
  }

  .buy-together-content .btn-cart-buy-together-only {
    margin: 10px 0 0;
    width: 100%;
  }

  .buy-together-content .btn-cart-buy-together-only .button {
    width: 100%;
  }

  #modalParcela table td {
    padding: 5px !important;
  }

  .product-crowdfunding .block-info-bottom-img-product .block-left-bottom .product-detail .nav-pills .nav-link,
  .product-crowdfunding .block-info-bottom-img-product .block-left-bottom .product-detail .nav-pills .nav-link.active {
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-crowdfunding .short-description p,
  .product-crowdfunding .block-description p,
  .product-crowdfunding .block-description span,
  .product-crowdfunding .block-description {
    font-size: var(--size-14);
  }
}

@media screen and (width <=400px) {
  #modalParcela table td {
    font-size: var(--size-12);
  }
}

@media screen and (width <=360px) {
  .box-reviews button#product-write-review {
    width: 100%;
  }

  #ModalReview button.button {
    width: 100%;
  }

  .produto-agrupado .block-title-product {
    font-size: var(--size-15);
  }

  .product-view .bundle .block-qty .add-to-box .add-to-cart .qty-wrapper .quantity .qty {
    width: 20px;
  }
}

/* QUEBRA SITE DESCRIÇÃO DO PRODUTO */
.pd-description img {
  max-width: 100%;
}

.pd-description .std {
  display: block;
  max-width: 1299px;
  width: 100%;
}

@media screen and (width <=1300px) {
  .pd-description .std {
    max-width: 1199px;
  }
}

@media screen and (width <=1199px) {
  .pd-description .std {
    max-width: 991px;
  }
}

@media screen and (width <=991px) {
  .pd-description .std {
    max-width: 100%;
    overflow: auto;
  }
}
/* FIM QUEBRA DO SITE DESCRIÇÃO DO PRODUTO */

/* FORMULARIOS NA PÁGINA DO PRODUTO */
.pccf .container {
  padding: 0;
}

.pccf label {
  flex: 0 0 100%;
  margin: 0;
  max-width: 100%;
  padding: 0;
}

.pccf .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.pccf .row.form-group {
  margin: 0;
}

.pccf .pccf .fs-upload-target {
  padding: 20px;
}

.pccf input,
.pccf select {
  border: 1px solid #e7e7e7;
  box-shadow: 0 1px 2px 0 #e7e7e7;
  font-size: var(--size-13);
  height: 35px;
  margin: 0;
  padding: 5px 15px;
  transition: all 0.3s;
  width: 100%;
}

.pccf textarea {
  border: 1px solid #e7e7e7;
  box-shadow: 0 1px 2px 0 #e7e7e7;
  font-size: var(--size-13);
  margin: 0;
  max-width: 100%;
  min-height: 150px;
  padding: 10px 15px;
  transition: all 0.3s;
  width: 100%;
}

.pccf input:focus,
.pccf select:focus,
.pccf textarea:focus {
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 2px 0 #ccc9;
  outline: none;
}

.pccf button {
  float: right;
  font-size: 14px;
  min-width: 150px;
  transition: all 0.3s;
}
/* FIM FORMULÁRIOS NA PÁGINA DO PRODUTO */

/* ALLOWED METHODS */
.allowed-methods {
  margin: 12px 0 8px;
}

.alw-methods-title {
  font-size: var(--size-13);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
}

.alw_method {
  align-items: center;
  display: inline-flex;
  font-size: 75%;
  font-weight: 500;
  gap: 6px;
  line-height: 1;
  padding: 4px 12px;
  text-align: center;
  white-space: nowrap;
}

/* DIFFERENTIAL LABELS */
.differentials {
  clear: both;
  display: grid;
  margin-top: 12px;
  place-content: center;
  position: relative;
}

.differentials .owl-nav button {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: center;
  line-height: normal;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.differentials .owl-nav button i {
  font-size: var(--size-16);
  font-weight: 500;
}

.differentials .owl-nav .owl-next {
  right: -35px;
}

.differentials .owl-nav .owl-prev {
  left: -35px;
}

.three_columns .differentials .owl-nav .owl-next {
  right: -25px;
}

.three_columns .differentials .owl-nav .owl-prev {
  left: -25px;
}

.three_columns .differentials {
  place-content: start;
}

@media (width <= 770px) {
  .differentials .owl-nav .owl-next,
  .three_columns .differentials .owl-nav .owl-next {
    right: 4px;
  }

  .differentials .owl-nav .owl-prev,
  .three_columns .differentials .owl-nav .owl-prev {
    left: 4px;
  }
}

/* PIX PRIO */

.c-price-box .c-price {
  display: flex;
  flex-direction: column;
}

.c-price-box .c-price.c-price--regular {
  display: initial;
}

.c-price-box .c-price .c-price__value {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
}

.c-price-box .c-price.c-price--regular .c-price__value {
  color: #888;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2;
  text-decoration: line-through;
}

.c-price-box .c-price .c-price__symbol {
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: 0.25rem;
}

.c-price-box .c-price .c-price__discount-infos {
  color: var(--discount-color);
  font-weight: 600;
}

.c-price-box .c-price.c-price--regular .c-price__discount-percent {
  color: var(--discount-color, #40971a);
  font-weight: bold;
  letter-spacing: -0.5px;
  margin-left: 0.25rem;
}

.c-price-box .c-price.c-price--regular .c-price__discount-percent i {
  font-size: 0.75rem;
}

.c-price-box .c-installments {
  line-height: 1.2;
  margin-block-start: 0.25rem;
}

.c-price-box .c-installments :is(.c-installments__full-price, .c-installments__value) {
  font-weight: 600;
}

.c-price-box .c-installments .price {
  font-size: inherit;
  font-weight: inherit;
}

.c-price-box .c-installments .c-fee {
  margin-block-start: 0.25rem;
}

.c-price-box .c-installments__see-more {
  background: none;
  border: none;
  color: #222428;
  display: block;
  margin-top: 0.5rem;
}

.c-price-box .c-price.c-price--regular:has(.c-price__discount-percent--calc) {
  display: block;
  margin-bottom: 0.5rem;
}

.c-price-box .c-price.c-price--regular .c-price__discount-percent--calc {
  margin-left: 0.5rem;
}

.c-price-box .c-price.c-price--regular .c-price__discount-percent--calc .discount-percent__percentage {
  background: var(--discount-color, #40971a);
  border: 1px solid var(--discount-color, #40971a);
  border-right: 0;
  color: var(--discount-text-color, #fff);
  padding: 0.25rem 0.5rem;
}

.c-price-box .c-price.c-price--regular .c-price__discount-percent--calc .discount-percent__value {
  border: 1px solid #ddd;
  border-left: 0;
  color: #666;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
}

.c-price-box .c-price.c-price--regular .c-price__discount-percent--calc .discount-percent__value .price {
  color: var(--discount-color, #40971a);
  font-size: 0.875rem;
  font-weight: 500;
}

.price-info .price-box.bundle:has(.c-price-box) {
  float: none;
  line-height: 1.5;
}

.price-info .price-box.bundle .c-price-box .c-installments__full-price span.price {
  font-size: inherit;
  font-weight: inherit;
}

.price-box.bundle.view + .price-box.bundle.view {
  display: none;
}

.l-product-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr minmax(min-content, 480px);

  @media (width < 1200px) {
    grid-template-columns: 7fr 5fr;
  }

  @media (width <= 991px) {
    grid-template-columns: 100%;
  }
}

.l-product-grid.product-details {
  align-items: flex-start;
}

.l-product-grid .o-media .product-media {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 75px 1fr;

  @media (width < 1200px) {
    gap: 1rem;
    grid-template-columns: 50px 1fr;
  }

  @media (width < 991px) {
    grid-template-columns: 100%;
    grid-template-rows: 1fr min-content;
  }
}

.l-product-grid .o-media .product-media--no-images {
  grid-template-columns: 1fr;

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

  @media (width < 991px) {
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
  }
}

.l-product-grid .o-media,
.l-product-grid .o-media .product-media {
  height: 100%;
}

.l-product-grid .o-media .product-media .product-media__thumbs-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;

  @media (width < 1200px) {
    gap: 0.5rem;
  }

  @media (width < 991px) {
    align-items: center;
    flex-direction: row;
    order: 99;
  }
}

.l-product-grid .o-media .product-media .product-media__thumbs {
  max-height: 510px;

  @media (width < 1200px) {
    max-height: 360px;
  }

  @media (width < 991px) {
    max-height: unset;
    width: 100%;
  }
}

.product-media__thumb {
  border: 1px solid #dfdfdf;
  border-radius: var(--media-thumb-radius, 0); /* .25rem */
  cursor: pointer;
  height: 75px;
  min-height: 75px;
  transition: opacity 0.2s ease-in-out;
  width: 100%;

  @media (width < 1200px) {
    height: 50px;
    min-height: 50px;
  }

  @media (width < 991px) {
    height: auto;
    max-width: unset;
    min-height: unset;
  }
}

.product-media__thumb:hover {
  opacity: 0.8;
}

.product-media__thumb.active {
  border: 2px solid var(--thumb-active-color);
}

.product-media__image {
  border: 1px solid #dfdfdf;
  border-radius: var(--media-image-radius, 0); /* .875rem */
  height: 100%;
  overflow: hidden;
}

.product-media__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;

  @media (991px < width < 1200px) {
    object-fit: contain;
  }
}

.l-product-grid .c-product {
  border: 1px solid #dfdfdf;
  border-radius: var(--product-radius, 0); /* .875rem */
  padding: 2.5rem 2rem 2rem;
  position: relative;
}

.l-product-grid .c-product .block-best-price {
  left: 2rem;
  margin: 0;
  top: 0;
  transform: translate(0, -50%);
  width: fit-content;
}

.l-product-grid .c-product .block-best-price-int {
  border-radius: var(--tag-radius, 0); /* .25rem */
  font-weight: 500;
  padding: 0.5rem 1rem;
}

.l-product-grid .c-product .area-form-multiseller {
  margin-block: 1rem;
}

.l-product-grid .c-product .area-form-multiseller .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.l-product-grid .c-product .area-form-multiseller .form-group {
  max-width: 100%;
  width: 100%;
}

.l-product-grid .c-product .area-form-multiseller .form-group:nth-child(1),
.l-product-grid .c-product .area-form-multiseller .form-group:nth-child(4),
.l-product-grid .c-product .area-form-multiseller .area-message {
  grid-column: span 2;
}

.area-form-multiseller:has(#area_mensagem_request:not(#area_mensagem_request:empty)) .form-group {
  display: none;
}

.l-product-grid .c-product__name {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.009em;
  line-height: 1;
  margin-block-end: 1.25rem;
}

.l-product-grid .ratings {
  margin-block: 0.5rem;
}

.l-product-grid .c-product__extra-info {
  color: #868686;
  display: block;
  letter-spacing: -0.009em;
  line-height: 1;
  margin-block-end: 0.5rem;
}

.l-product-grid .c-product__extra-info-name {
  color: #545759;
}

.product-description-share {
  align-items: center;
  margin-block: 3rem;
}

.o-product-actions {
  align-items: center;
  border: 1px solid #dfdfdf;
  border-radius: var(--product-radius, 0); /* .875rem */
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding: 1.5rem 0.5rem;

  @media (width < 1200px) {
    flex-wrap: wrap;
  }
}

.o-product-actions .o-wishlist {
  align-items: center;
  background: transparent;
  border: 0;
  color: #545759;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  gap: 0.5rem;
}

.o-product-actions .o-wishlist .soulcore_icons_wishlist {
  font-size: 1.5rem;
}

.o-product-actions .o-separator {
  align-self: stretch;
  border-left: 1px solid #bababa;
}

#download-pdfs-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #545759;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  gap: 0.5rem;
}

#download-pdfs-button svg {
  max-height: 25px;
  width: 100%;
}

.o-product-separator {
  margin-block: 4rem;

  @media (width < 770px) {
    margin-block: 2rem;
  }
}

.o-product-details {
  border: 1px solid #dfdfdf;
  border-radius: var(--product-radius, 0); /* .875rem */
  margin-block-end: 5rem;

  @media (width < 770px) {
    margin-block-end: 3rem;
  }
}

.o-product-details__header {
  background-color: #f9f9f980;
  display: flex;
  justify-content: center;
  padding: 2rem;

  @media (width < 770px) {
    padding: 2rem 1rem;
  }
}

.o-product-details__nav {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: var(--product-nav-radius, 0); /* .5rem */
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0.125rem;

  @media (width < 770px) {
    flex-direction: column;
    padding: 0.25rem;
    width: 100%;
  }
}

.o-product-details__nav-item {
  margin: 0;
}

.o-product-details__nav-button {
  background: none;
  border: none;
  border-radius: var(--product-nav-radius, 0); /* .5rem */
  color: #969696;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 2rem;
  transition: all 0.3s ease;

  @media (width < 770px) {
    padding: 1rem 2rem;
    width: 100%;
  }
}

.o-product-details__nav-button:hover {
  background-color: #f5f5f5;
  color: #333;
}

.o-product-details__nav-button.active {
  background-color: #3f3f3f;
  box-shadow: 0 4px 4px 0 #00000040;
  color: #fff;

  @media (width < 770px) {
    box-shadow: none;
  }
}

.o-product-details__body {
  padding: 3rem 5rem;

  @media (width < 991px) {
    padding: 2rem 1rem;
  }
}

.o-product-details__content {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateY(20px);
  transition: transform 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.o-product-details__content.active {
  opacity: 1;
  position: relative;
  transform: translateY(0);
  visibility: visible;
  z-index: 2;
}

[data-tab-content='product-additional'] li {
  border-bottom: 1px solid #dfdfdf;
  font-size: 1rem;
  padding: 0.5rem;
}

[data-tab-content='product-additional'] li:nth-child(odd) {
  background-color: hsl(0 0% 97.6% / 50%);
}

[data-tab-content='product-additional'] li:last-child {
  border-bottom: 0;
}

[data-tab-content='product-reviews'] .box-reviews .review-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

[data-tab-content='product-reviews'] .box-reviews .review-content h6 {
  font-size: var(--fs-0);
}

[data-tab-content='product-reviews'] .box-reviews .review-content .review-detail {
  border: 0;
  height: auto;
  padding: 0;
  width: auto;
}

[data-tab-content='product-reviews'] .box-reviews .review-content .review-detail p {
  color: #868686;
  font-size: 0.875rem;
}

[data-tab-content='product-reviews'] .box-reviews .review-content .rating-vote {
  margin-top: 1rem;
  order: 99;
}

.product-media__button {
  border-radius: 50%;
  box-shadow: 0 0 8px 0 #00000026;
  cursor: pointer;
  display: grid;
  height: 42px;
  margin-inline: auto;
  place-content: center;
  width: 42px;

  @media (width < 991px) {
    aspect-ratio: 1 / 1;
    height: 32px;
    width: 32px;
  }
}

.product-media__button[aria-disabled='true'] {
  cursor: auto;
  opacity: 0.4;
}

.product-media__button svg {
  width: 1rem;

  @media (width < 991px) {
    rotate: -90deg;
  }
}

.l-product-grid .c-product .add-to-box .add-to-cart {
  border: 0;
}

.l-product-grid .c-product .block-shipping-wish {
  border: 0;
}

.l-product-grid .c-product .block-shipping-estimate {
  border: 0;
  margin: 0;
  max-width: 100%;
  padding: 0;
}

.c-lightbox {
  background-color: rgb(0 0 0 / 90%);
  display: none;
  height: 100%;
  left: 0;
  place-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.c-lightbox__content {
  align-items: center;
  display: flex;
  height: 100%;
  height: auto;
  justify-content: center;
  margin: auto;
  max-width: 800px;
  padding: 20px;
  position: relative;
  width: 80%;
}

.c-lightbox__image-container {
  position: relative;
}

.c-lightbox__image {
  max-height: 80vh;
  max-width: 100%;
  max-width: min(80vw, 600px);
  object-fit: contain;
}

.c-lightbox__nav {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.c-lightbox__nav-btn {
  background: rgb(255 255 255 / 20%);
  border: none;
  border-radius: 0.25rem;
  color: hsl(0 0% 100%);
  cursor: pointer;
  display: grid;
  font-size: 2rem;
  height: 3rem;
  padding: 0.5rem;
  place-content: center;
  pointer-events: all;
  position: relative;
  transition: background 0.3s;
  width: 3rem;
}

.c-lightbox__nav-btn--prev {
  left: -4rem;

  @media (width <= 480px) {
    left: -2rem;
  }
}

.c-lightbox__nav-btn--next {
  right: -4rem;

  @media (width <= 480px) {
    right: -2rem;
  }
}

.c-lightbox__nav-btn:hover {
  background: rgb(255 255 255 / 40%);
}

.c-lightbox__nav-btn:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
