@-webkit-keyframes adev_loading {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes adev_loading {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* ========================================
   PRODUCT INFO CONTAINER
   ======================================== */
.adev-default-mp .product__info-container .adev-mp__block {
  margin: 0;
  padding-top: var(--padding-top-mobile);
  padding-bottom: var(--padding-bottom-mobile);
  font-size: var(--font-size-mobile);
}

.adev-default-mp .product__info-container .adev-mp__block:empty {
  display: none;
}

@media (min-width: 992px) {
  .adev-default-mp .product__info-container .adev-mp__block {
    padding-top: var(--padding-top-desktop);
    padding-bottom: var(--padding-bottom-desktop);
    font-size: var(--font-size-desktop);
  }
}

/* ========================================
   PRODUCT TITLE
   ======================================== */
.adev-default-mp .adev-mp__title {
  font-size: var(--title-size);
  margin: 0;
  color: var(--title-color);
  line-height: var(--title-line-height);
  text-align: var(--title-alignment);
}

.adev-default-mp .adev-mp__title a {
  color: inherit;
}

/* ========================================
   PRODUCT PRICES
   ======================================== */
.adev-default-mp .adev-product__prices {
  margin-top: 5px;
  line-height: 1.4;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  text-align: var(--prices-alignment);
  -webkit-justify-content: var(--prices-flex-alignment);
  justify-content: var(--prices-flex-alignment);
}

.adev-default-mp .adev-product__prices .adev-product__price {
  display: inline-block;
  font-size: var(--price-size);
  color: var(--price-color);
  font-weight: var(--price-font-weight);
}

.adev-default-mp .adev-product__prices .adev-product__price.adev-compare-at-price {
  font-size: var(--regular-price-size);
  color: var(--regular-price-color);
  font-weight: var(--regular-price-font-weight);
  margin-right: 10px;
}

.adev-default-mp .adev-product__prices[data-on-sale="true"] .adev-product__price.adev-regular-price {
  font-size: var(--sale-price-size);
  color: var(--sale-price-color);
  font-weight: var(--sale-price-font-weight);
  margin-right: 10px;
}

.adev-default-mp .adev-price__saved-badge {
  display: inline-block;
  padding: var(--saved-badge-padding);
  background: var(--saved-badge-bg-color);
  font-weight: var(--saved-badge-font-weight);
  line-height: 1.1;
  color: var(--saved-badge-text-color);
  font-size: var(--saved-badge-size);
  border-radius: var(--saved-badge-roundness);
}

.adev-default-mp .adev-price__saved-badge a {
  color: inherit;
}

/* ========================================
   RICHTEXT BLOCK
   ======================================== */
.adev-default-mp .product__block-richtext {
  background: var(--background);
  color: var(--text-color);
  text-align: var(--text-align);
  max-width: var(--max-width);
  margin: var(--align-margin);
  padding: var(--padding);
  border-radius: var(--roundness);
  border-top: var(--border-top);
  border-bottom: var(--border-bottom);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: var(--image-alignment);
  align-items: var(--image-alignment);
}

.adev-default-mp .product__block-richtext .pb-richtext__image {
  width: var(--image-size);
  -webkit-flex: 0 0 var(--image-size);
  flex: 0 0 var(--image-size);
  height: var(--image-size);
  border-radius: var(--image-roundness);
  overflow: hidden;
  margin-right: 15px;
}

.adev-default-mp .product__block-richtext .pb-richtext__content {
  -webkit-flex: auto;
  flex: auto;
}

.adev-default-mp .product__block-richtext p {
  margin: 0;
  font-size: var(--text-size);
  line-height: var(--line-height);
}

.adev-default-mp .product__block-richtext a {
  color: inherit;
}

@media (min-width: 769px) {
  .adev-default-mp .product__block-richtext {
    text-align: var(--text-align);
    max-width: var(--max-width);
    margin: var(--align-margin);
  }
}

/* ========================================
   BULLETPOINT
   ======================================== */
.adev-default-mp .adev-bulletpoint {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: var(--text-color);
  font-size: var(--text-size);
  background: var(--background);
  padding: var(--padding);
  border-top-left-radius: var(--roundness-top);
  border-top-right-radius: var(--roundness-top);
  border-bottom-left-radius: var(--roundness-bottom);
  border-bottom-right-radius: var(--roundness-bottom);
  text-align: var(--text-align);
  max-width: var(--max-width);
  -webkit-justify-content: var(--flex-align);
  justify-content: var(--flex-align);
  margin: var(--margin-align);
}

.adev-default-mp .adev-bulletpoint p {
  margin: 0;
}

.adev-default-mp .adev-bulletpoint p a {
  color: inherit;
}

.adev-default-mp .adev-bulletpoint span {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-right: 10px;
  vertical-align: middle;
  color: var(--icon-color);
}

.adev-default-mp .adev-bulletpoint span svg {
  width: 100%;
  height: 100%;
}

/* ========================================
   SIZE GUIDE
   ======================================== */
.adev-default-mp .adev-mp__size-guide {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 10px;
  text-transform: uppercase;
}

.adev-default-mp .adev-mp__size-guide:hover {
  opacity: 0.7;
}

.adev-default-mp .adev-mp__size-guide span {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}

/* ========================================
   SALE TIMER
   ======================================== */
.adev-default-mp .adev-sale-timer {
  background: var(--background);
  padding: 20px;
  text-align: center;
  border-radius: var(--sale-timer-roundness);
}

.adev-default-mp .adev-sale-timer a {
  color: inherit;
}

.adev-default-mp .adev-sale-timer .adev-st__heading {
  font-weight: 600;
  color: var(--heading-color);
  font-size: var(--heading-font-size);
  line-height: 1.4;
}

.adev-default-mp .adev-sale-timer .adev-st__subtitle {
  color: var(--subtitle-color);
  font-size: var(--subtitle-font-size);
  line-height: 1.4;
}

.adev-default-mp .adev-sale-timer .adev-st__unit {
  font-size: var(--timer-unit-font-size);
  color: var(--timer-unit-color);
  display: block;
  text-align: center;
  line-height: 1.2;
}

.adev-default-mp .adev-sale-timer .adev-st__unit-text {
  font-size: var(--timer-unit-text-font-size);
  color: var(--timer-unit-text-color);
  display: block;
  text-align: center;
  line-height: 1.2;
}

.adev-default-mp .adev-sale-timer .adev-st__timer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

.adev-default-mp .adev-sale-timer .adev-st__time {
  -webkit-flex: 0 0 50px;
  flex: 0 0 50px;
}

.adev-default-mp .adev-sale-timer .adev-st__sep {
  -webkit-flex: 0 0 10px;
  flex: 0 0 10px;
  font-size: var(--timer-unit-font-size);
  color: var(--timer-unit-color);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: bold;
}

/* ========================================
   PAYMENT ICONS
   ======================================== */
.adev-default-mp .adev-payment-icons {
  margin-top: 15px;
}

.adev-default-mp .adev-payment-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.adev-default-mp .adev-payment-icons ul li {
  margin: 3px;
  display: -webkit-inline-flex;
  display: inline-flex;
  background: var(--background);
  border: 1px solid var(--border);
  padding: var(--padding);
  border-radius: var(--roundness);
}

.adev-default-mp .adev-payment-icons ul li svg {
  width: var(--size);
  height: auto;
}

/* ========================================
   BUTTONS (ADD TO CART / BUY NOW)
   ======================================== */
.adev-default-mp button.adev-mp-btn {
  width: 100%;
  padding: 12px 12px;
  border: 2px solid var(--add-to-cart-btn-border);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  background: var(--add-to-cart-btn-background);
  color: var(--add-to-cart-btn-text);
  font-size: 18px;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  border-radius: var(--add-to-cart-btn-roundness);
}

.adev-default-mp button.adev-mp-btn svg {
  color: var(--add-to-cart-btn-icon);
}

.adev-default-mp button.adev-mp-btn.adev-mp__buy-it-now {
  border: 2px solid var(--custom-buy-btn-border);
  background: var(--custom-buy-btn-background);
  color: var(--custom-buy-btn-text);
  border-radius: var(--custom-buy-btn-roundness);
  margin-top: -3px;
}

.adev-default-mp button.adev-mp-btn.adev-mp__buy-it-now.adev-mp__bin-hide-icon svg {
  display: none;
}

.adev-default-mp button.adev-mp-btn.adev-mp__buy-it-now svg {
  color: var(--custom-buy-btn-icon);
}

.adev-default-mp button.adev-mp-btn:disabled {
  pointer-events: none;
  opacity: 0.9;
}

.adev-default-mp button.adev-mp-btn span svg {
  width: 20px;
  height: 20px;
}

.adev-default-mp button.adev-mp-btn.adev-mp__add-to-cart {
  margin-bottom: var(--gap);
}

.adev-default-mp button.adev-mp-btn.adev-mp__add-to-cart.adev-mp__atc-hide-icon svg {
  display: none;
}

.adev-default-mp button.adev-mp-btn.adev-mp__add-to-cart span svg {
  margin-left: 5px;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-top: -4px;
}

.adev-default-mp button.adev-mp-btn.adev-mp__buy-it-now span svg {
  margin-right: 5px;
  vertical-align: bottom;
}

.adev-default-mp button.adev-mp-btn.loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid var(--add-to-cart-btn-text);
  border-top-color: transparent;
  -webkit-animation: adev_loading 0.5s infinite linear;
  animation: adev_loading 0.5s infinite linear;
}

.adev-default-mp button.adev-mp-btn.loading.adev-mp__buy-it-now {
  border: 2px solid var(--custom-buy-btn-text);
}

.adev-default-mp button.adev-mp-btn.loading span {
  visibility: hidden;
  opacity: 0;
}

.adev-default-mp button.adev-mp-btn.adev-mp__buy-it-now.loading::before {
  border-color: #fff;
  border-top-color: transparent;
}

.adev-default-mp.adev_product_adding form {
  pointer-events: none;
  opacity: 0.9;
}

/* ========================================
   PRODUCT VARIANTS (SWATCHES)
   ======================================== */

/* LABEL DAS OPÇÕES (COLOR:, SIZE:) */
.adev-default-mp .adev-swatches__option {
  margin-bottom: 20px;
  border: 0;
  padding: 0;
}

.adev-default-mp .adev-swatches .adev-swatches__option:last-child {
  margin-bottom: 0;
}

.adev-default-mp .adev-swatches__option > label {
  display: block;
  font-size: var(--variants-label-size);
  text-transform: uppercase;
  font-weight: var(--variants-label-weight);
  color: var(--variants-label-color);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.adev-default-mp .adev-swatches__option > label span[data-adev-selected-value] {
  color: var(--variants-label-selected-color);
  font-weight: var(--variants-label-selected-weight);
  text-transform: none;
  letter-spacing: 0;
}

/* BUTTON SWATCHES (SIZE: M, L, XL) */
.adev-default-mp .adev-swatches__option[data-adev-variant-option="button"] .adev-swatches__values {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.adev-default-mp .adev-swatches__option[data-adev-variant-option="button"] .adev-swatches__values label {
  background: var(--variants-swatch-bg);
  color: var(--variants-swatch-text);
  padding: 12px 18px;
  border: 2px solid var(--variants-swatch-border);
  min-width: 50px;
  text-align: center;
  border-radius: var(--button-swatches-roundness);
  line-height: 1.3;
  font-weight: 600;
  cursor: pointer;
  font-size: var(--variants-font-size);
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.adev-default-mp .adev-swatches__option[data-adev-variant-option="button"] .adev-swatches__values label:hover {
  background: #f5f5f5;
}

.adev-default-mp .adev-swatches__option[data-adev-variant-option="button"] .adev-swatches__values input:checked + label {
  background: var(--variants-swatch-bg-selected);
  color: var(--variants-swatch-text-selected);
  border: 2px solid var(--variants-swatch-border-selected);
  font-weight: 700;
}

/* COLOR SWATCHES - QUADRADOS (COLOR: GREY, BLACK) */
.adev-default-mp .adev-swatches__option[data-adev-variant-option="color"] .adev-swatches__values {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.adev-default-mp .adev-swatches__option[data-adev-variant-option="color"] .adev-swatches__value {
  width: var(--color-swatch-size);
  height: var(--color-swatch-size);
  border: 0;
  position: relative;
  padding: 0;
  border-radius: var(--color-swatches-roundness);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
}

.adev-default-mp .adev-swatches__option[data-adev-variant-option="color"] .adev-swatches__value span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -999999px;
  border: 2px solid var(--color-variants-border);
  border-radius: var(--color-swatches-roundness);
  overflow: hidden;
  display: inline-block;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease;
}

.adev-default-mp .adev-swatches__option[data-adev-variant-option="color"] .adev-swatches__value:hover span {
  border-color: #000;
}

.adev-default-mp .adev-swatches__option[data-adev-variant-option="color"] input:checked + .adev-swatches__value span {
  border-color: var(--color-variants-selected-border);
  border-width: 3px;
}

.adev-default-mp .adev-swatches__option[data-adev-variant-option="color"] input.disabled + .adev-swatches__value {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.adev-default-mp .adev-swatches__option[data-adev-variant-option="color"] input.disabled + .adev-swatches__value span {
  text-decoration: line-through;
}

/* ========================================
   QUANTITY SELECTOR
   ======================================== */
.adev-default-mp .quantity__button:focus-visible,
.adev-default-mp .quantity__input:focus-visible {
  outline: 0;
  box-shadow: none;
  background: transparent;
}

.adev-default-mp .quantity .quantity__input {
  font-weight: var(--quantity-font-weight);
}

.adev-default-mp .quantity {
  --inputs-radius: var(--quantity-roundness);
  border: var(--quantity-border) solid;
}

.adev-default-mp .quantity::before,
.adev-default-mp .quantity::after {
  content: none;
}

.adev-default-mp .product-form__quantity .quantity__label {
  font-weight: var(--quantity-label-font-weight);
  font-size: var(--quantity-label-size);
}

/* ========================================
   CUSTOMIZAÇÃO SWATCHES - QUADRADOS
   ======================================== */

/* COLOR SWATCHES - 37x37 QUADRADO - SOMENTE COR */
.adev-default-mp .adev-swatches__option[data-adev-variant-option="color"] .adev-swatches__value {
  width: 37px !important;
  height: 37px !important;
  border: 0;
  position: relative;
  padding: 0;
  border-radius: 4px !important; /* QUADRADO */
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
}

.adev-default-mp .adev-swatches__option[data-adev-variant-option="color"] .adev-swatches__value span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -999999px;
  border: 2px solid var(--color-variants-border);
  border-radius: 4px !important; /* QUADRADO */
  overflow: hidden;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-image: none !important; /* REMOVE IMAGEM */
  transition: all 0.2s ease;
}

/* SELECIONADO COLOR */
.adev-default-mp .adev-swatches__option[data-adev-variant-option="color"] input:checked + .adev-swatches__value span {
  border-color: var(--color-variants-selected-border) !important;
  border-width: 3px !important;
}

/* SIZE SWATCHES - RETÂNGULO 72x42.38 EXATO */
.adev-default-mp .adev-swatches__option[data-adev-variant-option="button"] .adev-swatches__values label {
  background: var(--variants-swatch-bg) !important;
  color: var(--variants-swatch-text) !important;
  padding: 0 !important;
  border: 2px solid var(--variants-swatch-border) !important;
  width: 72px !important;
  height: 41.92px !important;
  min-width: 72px !important;
  max-width: 72px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  border-radius: var(--button-swatches-roundness) !important;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  font-size: var(--variants-font-size) !important;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

/* SELECIONADO SIZE */
.adev-default-mp .adev-swatches__option[data-adev-variant-option="button"] .adev-swatches__values input:checked + label {
  background: var(--variants-swatch-bg-selected) !important;
  color: var(--variants-swatch-text-selected) !important;
  border: 2px solid var(--variants-swatch-border-selected) !important;
  font-weight: 700;
}

/* Desktop - SIZE 72x42.38 */
@media (min-width: 769px) {
  .adev-default-mp .adev-swatches__option[data-adev-variant-option="button"] .adev-swatches__values label {
    width: 72px !important;
    height: 42.38px !important;
  }
}

/* Mobile - SIZE 72x41.92 */
@media (max-width: 768px) {
  .adev-default-mp .adev-swatches__option[data-adev-variant-option="button"] .adev-swatches__values label {
    width: 72px !important;
    height: 41.92px !important;
  }
}

/* Desabilitado */
.adev-default-mp .adev-swatches__option[data-adev-variant-option="color"] input.disabled + .adev-swatches__value {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

/* Cores divididas (Black & Grey, etc) */
.adev-default-mp .adev-swatches__option[data-adev-variant-option="color"] .adev-swatches__value.split-color span {
  background-size: 200% 100% !important;
}