/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* --- Estilos Gerais (Já existentes) --- */
li.wc-block-product {
  position: relative;
  overflow: hidden;
}
.wpmundi-swatches-archive-container {
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.wpmundi-hidden-select {
  opacity: 0 !important;
  position: absolute !important;
  z-index: -1 !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  pointer-events: none;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}
.wpmundi-swatches-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  max-width: 100%;
  box-sizing: border-box;
}
/* Swatch Indisponível (Sem estoque na combinação) */
.wpmundi-swatch.wpmundi-unavailable {
  opacity: 0.5;
  cursor: not-allowed;
  position: relative;
  overflow: hidden;
}
.wpmundi-swatches-wrapper.wpmundi-hide-oos .wpmundi-unavailable {
  display: none !important;
}
/* Risco diagonal */
.wpmundi-swatch.wpmundi-unavailable::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%; /* Um pouco maior para cobrir a diagonal */
  height: 1px;
  background: #cc0000; /* Vermelho ou cinza escuro */
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 10;
}
.wpmundi-selected-value {
  font-weight: normal;
  margin-left: 5px;
  opacity: 0.9;
}
/* --- NOVO: Estilos para o Archive (Listagem) --- */
.wpmundi-archive-swatches {
  display: flex;
  justify-content: center; /* Centraliza no card */
  gap: 6px;
  margin-top: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
/* Reduzir o tamanho dos swatches no archive para caber melhor */
.wpmundi-swatch.wpmundi-archive-item {
  min-width: 35px;
  min-height: 35px;
  width: 35px; /* Força tamanho menor */
  height: 35px;
  margin: 0;
}
.wpmundi-swatch.wpmundi-archive-item.wpmundi-type-color {
  width: 35px;
  height: 35px;
}
.wpmundi-swatch.wpmundi-archive-item.wpmundi-type-image img {
  width: 35px;
  height: 35px;
}
.wpmundi-swatch.wpmundi-archive-item.wpmundi-type-label {
  padding: 0 10px;
  font-weight: 500;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
  text-decoration: none;
}
.wpmundi-swatch.wpmundi-archive-item {
  /* Hover effect simples para archive */
}
.wpmundi-swatch.wpmundi-archive-item:hover {
  transform: scale(1.1);
  border-color: #555;
}
.wpmundi-more-options {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05em;
  font-weight: 600;
  background: #fff;
  width: 35px;
  height: 35px;
  color: #111111;
  align-self: center;
  border-radius: 3px;
  text-decoration: none;
}
/* ESTILO GERAL DO SWATCH (Base para Cor, Imagem e Texto) */
.wpmundi-swatch {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.2s ease;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  height: 35px;
  font-size: 14px;
  color: #333;
  line-height: 1;
}
.wpmundi-swatch:hover {
  border-color: #999;
  background-color: #f9f9f9;
}
.wpmundi-swatch.selected {
  color: #000;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}
.wpmundi-swatch {
  /* TIPO 1: COR (Bolinha) */
}
.wpmundi-swatch.wpmundi-type-color {
  width: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.wpmundi-swatch.wpmundi-type-color.selected {
  background-color: transparent;
  color: transparent;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
  border-color: transparent;
}
.wpmundi-swatch.wpmundi-type-color .wpmundi-tooltip {
  display: none;
}
.wpmundi-swatch {
  /* TIPO 2: IMAGEM */
}
.wpmundi-swatch.wpmundi-type-image {
  padding: 0;
  overflow: hidden;
  width: 35px;
}
.wpmundi-swatch.wpmundi-type-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wpmundi-swatch.wpmundi-type-image.selected {
  border-color: #000;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}
.wpmundi-swatch {
  /* TIPO 3: TEXTO (Tamanho P, M, G...) */
}
.wpmundi-swatch.wpmundi-type-label {
  padding: 0 10px;
  font-weight: 500;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
}
/* --- ESTILOS DO EDITOR (MOCK) --- */
.wpmundi-mock-swatches {
  display: flex;
  gap: 6px;
  align-items: center;
  /* Herda o alinhamento do container pai (gerenciado pelo WP) */
  justify-content: inherit;
  pointer-events: none; /* Impede clique no editor */
}
.wpmundi-mock-item {
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.wpmundi-mock-item.color {
  border-radius: 50%;
}
.wpmundi-mock-item.label, .wpmundi-mock-item.more {
  background: #f0f0f0;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: #555;
  padding: 0 4px;
  width: auto;
  min-width: 35px;
}
/* --- SUPORTE A ALINHAMENTO (FRONTEND E EDITOR) --- */
/* O WordPress adiciona classes como .has-text-align-center ou .aligncenter */
/* Alinhamento Esquerda (Padrão) */
.wp-block-wpmundi-archive-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
}
/* Alinhamento Centro */
.wp-block-wpmundi-archive-swatches.has-text-align-center,
.wp-block-wpmundi-archive-swatches.aligncenter {
  justify-content: center;
}
/* Alinhamento Direita */
.wp-block-wpmundi-archive-swatches.has-text-align-right,
.wp-block-wpmundi-archive-swatches.alignright {
  justify-content: flex-end;
}
table.variations tr {
  display: flex;
  flex-direction: column;
}
table.variations tr th {
  font-size: 0.8em !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

/*# sourceMappingURL=frontend-main.css.map*/