/** Shopify CDN: Minification failed

Line 105:1 Expected identifier but found "."
Line 350:0 Comments in CSS use "/* ... */" instead of "//"
Line 355:2 Comments in CSS use "/* ... */" instead of "//"
Line 391:0 Expected "}" to go with "{"

**/
/* Yellow hover border on product cards */
.card-wrapper:hover .card {
  outline: 2px solid #ffdb15;
  outline-offset: -2px;
}

/* Elevação do card no hover */
.card-wrapper {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
}

/* Ícone de carrinho centralizado no botão quick-add */
.quick-add__submit .icon-wrap svg {
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

/* Preços em destaque - amarelo */
.price__regular .price-item,
.price__sale .price-item,
.price .price-item {
  color: #ffdb15;
  font-weight: 800;
  font-size: 1.1em;
  display: inline-block;
  letter-spacing: 0.03em;
}

/* Preços convertidos em outras moedas */
.price__regular .price-item ~ *,
.card__information .price ~ *,
[class*="currency"] {
  color: #000000 !important;
  font-weight: 700;
}

/* Nomes dos produtos - preto e negrito */
.card__heading,
.card__heading a {
  color: #000000 !important;
  font-weight: 800;
}

/* Altura fixa do título para alinhar preços */
.card__heading,
.card__heading.h5 {
  min-height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Alinhamento da área de informações do card */
.card-information {
  display: flex;
  flex-direction: column;
}

/* Vendor/marca dos produtos - preto forte, maior e centralizado */
.card__information .caption-with-letter-spacing,
.card-information .caption-with-letter-spacing {
  color: #000000 !important;
  font-weight: 900;
  font-size: 1.3rem;
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
}
/* Liberar overflow do slider para efeito de elevação */
.card-wrapper,
.grid__item {
  overflow: visible !important;
}


/* Barra amarela degradê no título da seção - canto a canto */
.title-wrapper--no-top-margin.page-width,
.collection__title.page-width,
.collection__title {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

..collection__title {
  position: relative;
  padding: 10px 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: unset !important;
  height: auto !important;
  line-height: 1 !important;
}



/* Animação do degradê na barra do título */
@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.collection__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #ffe600, #fff176, #ccff00, #fff176, #ffe600);
  background-size: 300% 300%;
  z-index: 0;
  transition: width 0.5s ease;
  border-radius: 16px;
}

/* Ativa ao hover em qualquer parte da seção */
.shopify-section:hover .collection__title::before {
  width: 100%;
  animation: gradientFlow 3s ease infinite;
}

.collection__title .title {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  padding-left: 16px;
}

/* Ícone de carrinho antes do título da seção */
.collection__title .title::before {
  content: '🛒';
  font-size: 0.8em;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

.shopify-section:hover .collection__title .title {
  color: #000000 !important;
}

/* Barra amarela no título da coleção ao hover */
.collection-card-wrapper .card__heading {
  position: relative;
  overflow: hidden;
}

.collection-card-wrapper .card__heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background-color: #ffdb15;
  z-index: 0;
  transition: width 0.4s ease;
}

.collection-card-wrapper:hover .card__heading::after {
  width: 100%;
}

.collection-card-wrapper .card__heading a,
.collection-card-wrapper .card__heading .full-unstyled-link {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.collection-card-wrapper:hover .card__heading a,
.collection-card-wrapper:hover .card__heading .full-unstyled-link {
  color: #000000 !important;
}
/* Sombra amarela nos cards da lista de coleções */
.collection-card-wrapper {
  transition: box-shadow 0.3s ease;
}

.collection-card-wrapper:hover {
  box-shadow: 0 12px 50px rgba(255, 230, 0, 0.95);
}
/* Botões de navegação do slider - preto por padrão, branco com neon ativo */
.slider-button {
  border-width: 3px !important;
  border-color: #000000 !important;
  color: #000000 !important;
  background: transparent !important;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.shopify-section:hover .slider-button {
  border-color: #000000 !important;
  color: #000000 !important;
}
/* Contador e setas do slider - preto por padrão */
.slider-counter,
.slider-counter--dots,
.slider-button svg,
.slider-button .icon {
  color: #000000 !important;
  fill: #000000 !important;
}
/* Sombra amarela animada nos cards da multicoluna */
@keyframes shadowRotate {
  0%   { box-shadow: 0 12px 50px rgba(255, 230, 0, 0.95); }
  25%  { box-shadow: 12px 0 50px rgba(255, 230, 0, 0.95); }
  50%  { box-shadow: 0 -12px 50px rgba(255, 230, 0, 0.95); }
  75%  { box-shadow: -12px 0 50px rgba(255, 230, 0, 0.95); }
  100% { box-shadow: 0 12px 50px rgba(255, 230, 0, 0.95); }
}

.multicolumn-card {
  transition: box-shadow 0.3s ease;
}

.multicolumn-list__item:hover .multicolumn-card {
  animation: shadowRotate 2s linear infinite;
}
/* Valores de conversão de moeda no subtotal do carrinho - branco */
#cart-footer [class*="currency"],
#cart-footer .cart-subtotal [class*="price"] ~ *,
.cart__footer [class*="currency"] {
  color: #ffffff !important;
}
/* Total estimado em USD no subtotal - amarelo */
.cart__footer .totals__total-value {
  color: #ffdb15 !important;
}
/* Subtotal por produto na lista de pedidos rápidos - amarelo */
.totals__subtotal-value {
  color: #ffdb15 !important;
}
/* Botão compartilhar - amarelo */
.share-button,
.share-button__button,
.share-button .icon,
.share-button svg {
  color: #ffdb15 !important;
  fill: #ffdb15 !important;
}
/* Botão adicionar ao carrinho - amarelo com texto preto */
.product-form__submit {
  background-color: #ffdb15 !important;
  color: #000000 !important;
  border-color: #ffdb15 !important;
}

.product-form__submit:hover {
  background-color: #ffe600 !important;
  color: #000000 !important;
}
/* Valores convertidos na página do produto - branco */
.product__info-container [class*="currency"],
.product__info-wrapper [class*="currency"],
.product-form [class*="currency"] {
  color: #ffffff !important;
}
.related-products::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #ffe600, #fff176, #ccff00, #fff176, #ffe600);
  background-size: 300% 300%;
  z-index: 0;
  transition: width 0.5s ease;
  border-radius: 16px;
}
/* Barra neon COMPLETA cobrindo toda a seção produtos relacionados */
.related-products {
  position: relative;
}

.related-products::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #ffe600, #fff176, #ccff00, #fff176, #ffe600);
  background-size: 300% 300%;
  z-index: 0;
  transition: width 0.5s ease;
}

.related-products:hover::before {
  width: 100%;
  animation: gradientFlow 3s ease infinite;
}

.related-products:hover .related-products__heading {
  color: #000000 !important;
}

/* Garante que o conteúdo fique acima do fundo neon */
.related-products > * {
  position: relative;
  z-index: 1;
}
/* Valores convertidos na seção itens do carrinho - branco */
.cart-item [class*="currency"],
.cart-item [class*="price"] ~ *,
.cart__footer [class*="currency"],
.totals [class*="currency"],
.cart-subtotal [class*="currency"] {
  color: #ffffff !important;
}
/* Preços em USD na seção itens do carrinho - amarelo */
.cart-item .price,
.cart-item [class*="price"],
.totals__total-value,
.cart-subtotal__price {
  color: #ffdb15 !important;
}
/* Preços em USD nos itens do carrinho - amarelo */
.cart-item .product-option,
.cart-item__final-price,
.cart-item .price,
.cart-item .price--end {
  color: #ffdb15 !important;
}
// Botão WhatsApp - redireciona com lista do carrinho
document.addEventListener('DOMContentLoaded', function() {
  const checkoutBtn = document.querySelector('[name="checkout"]');
  if (!checkoutBtn) return;

  // Cria botão WhatsApp
  const whatsappBtn = document.createElement('a');
  whatsappBtn.id = 'whatsapp-checkout-btn';
  whatsappBtn.style.cssText = `
    display: block;
    width: 100%;
    padding: 16px;
    background-color: #25D366;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 12px;
    cursor: pointer;
  `;
#checkout,
.cart__checkout-button {
  display: none !important;
}
@keyframes neonGreen {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

a.whatsapp-neon-btn,
a#whatsapp-checkout-btn {
  background: linear-gradient(90deg, #00ff00, #25D366, #00e676, #69f0ae, #25D366, #00ff00) !important;
  background-size: 300% 300% !important;
  animation: neonGreen 3s ease infinite !important;
  box-shadow: 0 0 20px rgba(0, 255, 100, 0.8), 0 0 40px rgba(0, 255, 100, 0.4) !important;
  color: #000000 !important;
}

