/** Shopify CDN: Minification failed

Line 158:2 All "@import" rules must come first

**/
/* Alinhar verticalmente toda a linha de preços */
.product__price__wrap,
.product__sale {
  align-items: center !important;
}

/* Preço atual a vermelho, mais bold e linha apertada */
.product__price,
.product__price--sale {
  color: #e02b2b !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

/* Preço cortado mais pequeno */
.product__price--compare,
.product__price s,
.product__price del {
  font-size: 0.8em !important;
}

/* Caixa do desconto a verde */
.product__price--off {
  background-color: #1ea34a !important;
  color: #ffffff !important;
  padding: 3px 12px !important;
  border-radius: 6px !important;
  line-height: 2 !important;
}

/* Esconder "Final sale" */
.product__final-sale-wrap {
  display: none !important;
}

/* Estilo das reviews */
.custom-reviews {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
}
.custom-reviews__stars {
  color: #3aae5f;
  font-size: 20px;
  letter-spacing: 2px;
}
.custom-reviews__text {
  font-size: 16px;
  color: #555;
}
.custom-reviews__text strong {
  color: #111;
  font-weight: 700;
}
.breadcrumbs {
  display: none !important;
}
.stock-alert {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #fdecea;
  color: #c0392b;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
  margin: 0 0 14px;
}
.stock-alert__icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.ship-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 12px 18px;
  margin: 0;
  font-size: 15px;
  color: #2f3a2f;
}
.ship-bar__side {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ship-bar__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #2e7d32;
  display: inline-block;
}
.ship-bar__flag {
  width: 22px;
  height: auto;
  border-radius: 2px;
  display: inline-block;
}
@media (max-width: 749px) {
  /* Reviews mais pequenas */
  .custom-reviews__stars {
    font-size: 15px;
  }
  .custom-reviews__text {
    font-size: 12px;
  }

  /* Preço mais pequeno */
  .product__price,
  .product__price--sale {
    font-size: 20px !important;
  }

  /* Preço cortado mais pequeno */
  .product__price--compare,
  .product__price s,
  .product__price del {
    font-size: 0.75em !important;
  }

  /* Caixa de desconto mais pequena */
  .product__price--off {
    font-size: 12px !important;
    padding: 2px 8px !important;
  }
}
/* Pagamentos todos numa só linha */
  .payment-icons {
    flex-wrap: nowrap !important;
    justify-content: center;
    gap: 5px;
  }
  .payment-icon {
    width: 30px !important;
  }

  /* Barra de envio: cada lado numa só linha */
  .ship-bar {
    font-size: 12px;
    padding: 10px 12px;
    gap: 8px;
  }
  .ship-bar__side {
    white-space: nowrap;
  }
  @import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
  .subcol {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 8px 0 24px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: 60px;
  box-sizing: border-box;
}
.subcol__item {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #111;
  text-decoration: none;
  display: inline-flex;
  align-items: flex-start;
}
.subcol__count {
  font-family: 'Archivo Black', sans-serif;
  font-size: 0.6em;
  margin-left: 3px;
  color: #888;
}
.subcol__item:hover { text-decoration: underline; }

@media (max-width: 749px) {
  .subcol {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 14px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .subcol::-webkit-scrollbar { display: none; }
  .subcol__item {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 12px;
  }
}
quick-add-product,
.quick-add__holder,
.quick-add__button {
  display: none !important;
}
/* Preço atual / com desconto a vermelho */
.new-price,
.price.sale .new-price,
.product__price,
.product__price--sale {
  color: #e02b2b !important;
}

/* Preço original riscado permanece cinzento */
.old-price,
.product__price--compare {
  color: #8a8a8a !important;
}
.badge-box--sale {
  background-color: #1ea34a !important;
  color: #ffffff !important;
}
.sup,
.subcol__count {
  display: none !important;
}
.cart-reserved {
  background:#C25A48; color:#fff; text-align:center;
  font-size:13px; padding:10px; letter-spacing:.3px;
  margin:-16px -20px 4px;
}
.cart-reserved strong { font-weight:700; }

.cart-tier { padding:6px 26px 0; margin-bottom:-8px; }
.cart-tier__msg { text-align:center; font-size:13px; color:#1c1b19; margin-bottom:12px; }
.cart-tier__bar { position:relative; height:44px; }
.cart-tier__track { position:absolute; top:11px; left:0; right:0; height:6px; background:#eadfce; border-radius:4px; }
.cart-tier__fill { position:absolute; top:0; left:0; height:100%; width:0; background:#C25A48; border-radius:4px; transition:width .45s ease; }
.cart-tier__node { position:absolute; top:0; transform:translateX(-50%); display:flex; flex-direction:column; align-items:center; }
.cart-tier__dot { width:28px; height:28px; border-radius:50%; background:#dccfb6; color:#fff; display:flex; align-items:center; justify-content:center; transition:background .3s; }
.cart-tier__dot svg { width:13px; height:13px; }
.cart-tier__lbl { margin-top:5px; font-size:11px; font-weight:700; color:#9a8a6a; white-space:nowrap; transition:color .3s; }
.cart-tier__node.is-active .cart-tier__dot { background:#C25A48; }
.cart-tier__node.is-active .cart-tier__lbl { color:#C25A48; }
.cart-payments {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:5px;
  margin-top:-8px;
  padding:6px 0 0;
}
.cart-payment-icon { width:30px; height:auto; }
.cart__price ins { color:#D42A2A !important; }

.save-badge {
  display:inline-block;
  vertical-align:middle;
  background:rgba(30,158,74,0.14);
  color:#1E9E4A;
  font-size:11px;
  font-weight:700;
  padding:2px 8px;
  border-radius:5px;
  margin-left:8px;
  white-space:nowrap;
}

.cart__item {
  align-items: flex-start !important;
}
.cart__price {
  display:flex !important;
  align-items:center;
  flex-wrap:nowrap;
  gap:8px;
}
.save-badge { margin-left:0; }
.cart__price { gap:6px; }
.cart__price ins { margin-right:0 !important; }

.size-link { display:inline-block; font-size:13px; color:#1c1b19; text-decoration:underline; cursor:pointer; margin:6px 0; }
.size-modal { display:none; position:fixed; inset:0; background:rgba(0,0,0,.5); z-index:9999; align-items:center; justify-content:center; padding:20px; }
.size-modal.is-open { display:flex; }
.size-modal__box { background:#fff; border-radius:12px; max-width:460px; width:100%; max-height:85vh; overflow:auto; padding:24px; position:relative; }
.size-modal__close { position:absolute; top:12px; right:14px; background:none; border:none; font-size:24px; line-height:1; cursor:pointer; color:#444; }
.size-modal__title { font-size:18px; font-weight:700; margin:0 0 16px; }
.size-table { width:100%; border-collapse:collapse; font-size:14px; }
.size-table th, .size-table td { border:1px solid #eee; padding:8px 10px; text-align:center; }
.size-table thead th { background:#faf6ef; font-weight:700; }
.size-modal__note { font-size:12px; color:#888; margin:14px 0 0; }
.ptools-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:6px 0 4px;
}
.size-link {
  margin:0;
  position:relative;
  top:-5px;
}
.product-item__swatches__holder {
  display: none !important;
}
/* Botão Add to Cart - verde */
.product-form__submit,
button[name="add"],
.btn.product-form__cart-submit {
  background-color: #2e7d32 !important;
  border-color: #2e7d32 !important;
  color: #ffffff !important;
}

.product-form__submit:hover,
button[name="add"]:hover,
.btn.product-form__cart-submit:hover {
  background-color: #1b5e20 !important;
  border-color: #1b5e20 !important;
}
/* Botão Checkout - verde */
.cart__checkout-button,
button[name="checkout"],
.cart-checkout-button,
#checkout,
.cart__ctas button {
  background-color: #2e7d32 !important;
  border-color: #2e7d32 !important;
  color: #ffffff !important;
}

.cart__checkout-button:hover,
button[name="checkout"]:hover,
.cart-checkout-button:hover,
#checkout:hover {
  background-color: #1b5e20 !important;
  border-color: #1b5e20 !important;
}
.last-units-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 0;
}

.pulse-dot {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: rgba(220, 38, 38, 0.12);
  border-radius: 50%;
  flex-shrink: 0;
}

.pulse-dot-core {
  width: 10px;
  height: 10px;
  background-color: #dc2626;
  border-radius: 50%;
  animation: pulse-blink 1.4s ease-in-out infinite;
}

@keyframes pulse-blink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(0.85); }
}

.last-units-text {
  font-size: 16px; /* ajusta para bater certo com o tamanho de texto das outras linhas */
  color: #1a1a1a;
}
.tc-wrap {
  max-width: 720px !important;
  margin: 0 auto !important;
  float: none !important;
  padding: 20px 16px 60px;
  color: #2b2b2b;
  line-height: 1.7;
  font-size: 15px;
}
.tc-wrap .tc-title { font-size: 30px !important; line-height: 1.2 !important; font-weight: 800 !important; text-transform: none !important; letter-spacing: normal !important; text-align: center; margin: 10px 0 6px !important; }
.tc-date { text-align: center; color: #888; font-size: 13px; margin: 0 0 26px; }
.tc-wrap h2 { font-size: 17px !important; line-height: 1.3 !important; font-weight: 700 !important; text-transform: none !important; letter-spacing: normal !important; margin: 26px 0 8px !important; }
.tc-wrap p { margin: 0 0 12px; }
.tc-lead { font-size: 16px; }
.tc-wrap ul { margin: 0 0 14px; padding-left: 22px; }
.tc-wrap li { margin-bottom: 5px; }
.tc-wrap a { color: inherit; text-decoration: underline; }
@media (max-width: 749px) { .tc-wrap .tc-title { font-size: 24px !important; } .tc-wrap { font-size: 14px; } }
