:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(130,36,227);
	--wd-alternative-color: rgb(255,255,255);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://nabrumayorista.com.ar/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(244,244,244);
	background-image: none;
	background-repeat: no-repeat;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(244,244,244);
	background-image: none;
	background-repeat: no-repeat;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(244,244,244);
	background-image: none;
	background-repeat: no-repeat;
}
.wd .product-label.featured {
	background-color: rgb(229,186,254);
	color: rgb(0,0,0);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* Contenedor general */
.yith-wcpb-product-bundled-items {
  display: flex;
	flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}

/* Ítems sin padding, ocupan el 50% del ancho exacto */
.yith-wcpb-product-bundled-item {
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
/*   gap: 8px; */
  font-size: 14px;
  padding: 0; /* Quitamos el padding */
}

/* En pantallas grandes: 3 columnas si querés */
@media (min-width: 992px) {
  .yith-wcpb-product-bundled-item {
    width: 33.33%;
  }
}
.yith-wcpb-product-bundled-item-data{
	margin-left: 5px;
	padding:0 !important; 
}

/* Ocultar precio */
.yith-wcpb-product-bundled-item .price,
.yith-wcpb-product-bundled-item-data__price {
  display: none !important;
}

/* Estilo para inputs */
.yith-wcpb-product-bundled-item table.variations tr {
  display: flex;
  flex-direction: column;
/*   gap: 4px; */
  padding: 8px; /* Para que no quede tan apretado el contenido */
}

.yith-wcpb-product-bundled-item .label label {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  margin-bottom: 2px;
}


.yith-wcpb-product-bundled-item select {
  font-size: 13px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 100%;
}

.yith-wcpb-product-bundled-item a.reset_variations {
  font-size: 11px;
/*   margin-top: 4px; */
  color: #666;
}



.woocommerce-variation-availability p.stock {
  font-size: 12px;
  margin-top: 6px;
  color: #5a5a5a;
  padding: 0 8px 8px;
}


.btn-comprobante {
  background-color: #28a745;
  color: #fff !important;
  padding: 6px 32px; 
  border-radius: 30px;
  font-weight: bold;
  font-family: inherit;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  line-height: 1.4; /* Ligera corrección para vertical alignment */
  vertical-align: middle;
}

.btn-comprobante:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  color: #fff !important;
  background-color: #218838;
}

.btn-comprobante::before {
  display: none !important; /* Elimina capa oscura de WoodMart si aparece */
}


/* Estilo texto "Agotado" */
.product-labels.labels-rounded-sm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  width: auto; /* Evita anchos fijos */
  max-width: 90vw; /* Límite para evitar desbordamiento en móviles */
  pointer-events: none; /* Evita interferencias con clics */
}

.product-labels.labels-rounded-sm .product-label.out-of-stock {
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  font-weight: 800;
  font-size: 24px;
  padding: 16px 32px; /* Ajusta el padding según sea necesario */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap; /* Evita que el texto se rompa en varias líneas */
  display: inline-block;
  min-width: fit-content; /* Asegura que se ajuste al contenido */
}

/* Responsive */
@media (max-width: 480px) {
  .product-labels.labels-rounded-sm {
    top: 40%;
  }

  .product-labels.labels-rounded-sm .product-label.out-of-stock {
    font-size: 16px;
    padding: 10px 20px; /* Ajusta el padding para móviles */
    letter-spacing: 0.5px;
    white-space: nowrap; /* Mantén el texto en una sola línea */
  }
}

/* Resaltar items con error */
.yith-wcpb-product-bundled-item.bundle-item-error {
    background-color: #fff8f8;
    border-radius: 5px;
    padding: 10px;
    transition: all 0.3s ease;
}

/* Mensaje de error */
.bundle-validation-error {
    animation: shake 0.5s;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

/* Estilo para selects obligatorios */
.yith-wcpb-select-for-variables:required:invalid {
    border-color: #dc3232;
}
.titulo-1{
color= #54407D;}