:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(12,25,58);
	--wd-text-font-size: 16px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-transform: none;
	--wd-title-color: rgb(12,25,58);
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(12,25,58);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: rgb(12,25,58);
	--wd-widget-title-font-size: 18px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-otl-color: rgb(0,0,0);
	--wd-primary-color: rgb(216,31,42);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-transform: none;
	--btn-accented-bgcolor: rgb(216,31,42);
	--btn-accented-bgcolor-hover: rgb(198,27,44);
	--btn-accented-color: rgb(255,255,255);
	--btn-accented-color-hover: rgb(255,255,255);
	--wd-form-brd-width: 1px;
	--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: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
: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;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(245,245,245);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(245,245,245);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1440px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1440px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1440px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1440px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


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

/* Fioter */
.wd-copyrights, .wd-copyrights a {
    color: #6c6c6c;
    font-size: 12px;
}
/* ============================================================
   ALFA DIGITAL — CSS unificado (Bedon)
   PARTE 1: GLOBAL  ·  PARTE 2: PDP (single product)
============================================================ */


/* ============================================================
   PARTE 1 — GLOBAL
============================================================ */

/* ----- Seccion custom + marcas (hover) ----- */
.seccion-custom {
    box-shadow: 0 1px 2px rgba(16,39,63,.05), 0 1px 3px rgba(16,39,63,.07);
}
.wd-product-brands a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* ----- Mini-cart (boton secundario oculto + tamano de "Finalizar compra") ----- */
a.button.btn.btn-default.btn-cart.wc-forward {
    display: none;
}
.cart-widget-side .woocommerce-mini-cart__buttons .button.checkout,
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
    font-size: 17px;
    font-weight: 600;
    height: 56px;
}

/* ----- Blog: boton "Continue reading" a la izquierda ----- */
.wd-post-content {
    --wd-post-align: start;
    align-items: flex-start !important;
    text-align: left !important;
}
.wd-post-content .wd-post-read-more {
    align-self: flex-start !important;
    text-align: left !important;
}
.wd-post-read-more.wd-style-link.read-more-section a {
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 600 !important;
    text-align: left !important;
    color: #002f5d;
    text-transform: none;
}
h3.wd-post-title.wd-entities-title.title.post-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
}

/* ----- Add to cart (loop) ----- */
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop {
    background: #ffab00;
    border-radius: 8px;
}

/* ----- Precios (layout vertical compacto: tachado arriba / precio + badge abajo) ----- */
.alfa-digital-price-row {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.alfa-digital-price-row > .price {
    flex: 1 1 auto;
    min-width: 0;
}
.alfa-digital-price-row > .wd-add-btn {
    flex: 0 0 auto;
}
.price {
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 8px;
    row-gap: 0;
    margin: 0;
    padding: 0;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
}
.price del,
.price del .woocommerce-Price-amount,
.price del .woocommerce-Price-amount bdi,
.price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    color: #9aa3b2 !important;
    font-weight: 400 !important;
    opacity: 0.9;
}
.price del {
    flex: 1 1 100%;
    order: 1;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-decoration: line-through;
    line-height: 1.3;
}
.price ins,
.price ins .woocommerce-Price-amount,
.price ins .woocommerce-Price-amount bdi,
.price ins .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    color: #002f5d !important;
    background: transparent;
    text-decoration: none;
    font-weight: 700;
}
.price ins {
    order: 2;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
.price .adf-price-badge {
    order: 3;
    display: inline-block;
    padding: 1px 7px;
    margin: 0;
    background: #002f5d;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-radius: 10px;
    line-height: 1.7;
    align-self: center;
    white-space: nowrap;
}
.price,
.price > .woocommerce-Price-amount,
.price > .woocommerce-Price-amount bdi,
.price > .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    color: #002f5d !important;
    font-weight: 600;
}
.price > .woocommerce-Price-amount {
    order: 2;
    font-size: 16px;
    line-height: 1.2;
}
.price .woocommerce-Price-currencySymbol {
    font-weight: 500;
    margin-right: 1px;
}
.price .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    order: 99;
}
.adf-label-relocated {
    display: none !important;
}

/* ----- PDP: precios escalados (tachado + badge; el precio principal se reestiliza en la PARTE 2) ----- */
.summary .price,
.single-product div.product .summary > .price {
    font-size: 28px;
}
.summary .price del {
    font-size: 18px;
}
.summary .price ins {
    font-size: 30px;
}
.summary .price > .woocommerce-Price-amount {
    font-size: 30px;
    font-weight: 600;
}
.summary .price .adf-price-badge,
.single-product .product .price .adf-price-badge {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 14px;
}

/* ----- Quick view ----- */
.wd-quick-view-content .price {
    font-size: 22px;
}
.wd-quick-view-content .price del {
    font-size: 14px;
}
.wd-quick-view-content .price ins,
.wd-quick-view .price ins,
.wd-quick-view .price > .woocommerce-Price-amount {
    font-size: 24px;
    color: #002f5d !important;
}
.wd-quick-view-content .price .adf-price-badge {
    font-size: 11px;
}

/* ----- Precios en mini-cart / widgets / totales / checkout ----- */
.widget_shopping_cart .price,
.widget_shopping_cart .price .woocommerce-Price-amount,
.mini-cart-item .quantity .woocommerce-Price-amount,
.cart_totals .woocommerce-Price-amount,
.woocommerce-checkout-review-order .woocommerce-Price-amount,
.order-total .woocommerce-Price-amount {
    color: #002f5d !important;
    font-weight: 600;
}

/* ----- Responsive (precios) ----- */
@media (max-width: 768px) {
    .price del { font-size: 11px; }
    .price ins,
    .price > .woocommerce-Price-amount { font-size: 15px; }
    .price .adf-price-badge { font-size: 9px; padding: 1px 6px; }
}

/* ----- Woodmart: detalles visuales (titulos, hover de producto, thumbs de categoria) ----- */
h4.woodmart-title-container.title:before,
h1.entry-title.title:before,
.tabs-name.title span:before {
    content: "";
    position: absolute;
    height: 36px;
    width: 6px;
    background-color: #d81f2a;
    margin-left: -14px;
}
.wd-product.wd-hover-tiled .wd-product-wrapper,
.cat-design-alt.categories-with-shadow .wd-cat-thumb {
    box-shadow: none !important;
}
.wd-product-wrapper.product-wrapper:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #0c193a 0px 0px 0px 2px !important;
    transition: box-shadow 0.25s ease;
}
.wd-cat-thumb.category-image-wrapp {
    border: 1px solid #e1e1e1 !important;
}

/* ----- Mini-cart lateral (cart-widget-side) ----- */
.cart-widget-side .woocommerce-mini-cart-item .quantity,
.cart-widget-side .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount,
.cart-widget-side .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount bdi,
.cart-widget-side .woocommerce-mini-cart-item .quantity .woocommerce-Price-currencySymbol,
.widget_shopping_cart .woocommerce-mini-cart-item .quantity,
.widget_shopping_cart .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount,
.widget_shopping_cart .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount bdi,
.widget_shopping_cart .woocommerce-mini-cart-item .quantity .woocommerce-Price-currencySymbol {
    color: #002f5d !important;
    font-weight: 600;
}
.cart-widget-side .woocommerce-mini-cart__total,
.cart-widget-side .woocommerce-mini-cart__total .woocommerce-Price-amount,
.cart-widget-side .woocommerce-mini-cart__total .woocommerce-Price-amount bdi,
.cart-widget-side .woocommerce-mini-cart__total .woocommerce-Price-currencySymbol,
.cart-widget-side .woocommerce-mini-cart__total strong,
.widget_shopping_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount,
.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount bdi,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #002f5d !important;
    font-weight: 700;
}
.cart-widget-side .woocommerce-mini-cart__buttons .button.checkout,
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
    background: #002f5d !important;
    color: #fff !important;
    border: 2px solid #002f5d !important;
    border-radius: 8px !important;
    font-weight: 600;
    transition: all 0.2s ease;
}
.cart-widget-side .woocommerce-mini-cart__buttons .button.checkout:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:hover {
    background: #001f3d !important;
    border-color: #001f3d !important;
}
.cart-widget-side .woocommerce-mini-cart-item .remove_from_cart_button,
.widget_shopping_cart .woocommerce-mini-cart-item .remove_from_cart_button {
    color: #9aa3b2 !important;
    transition: color 0.2s ease;
}
.cart-widget-side .woocommerce-mini-cart-item .remove_from_cart_button:hover,
.widget_shopping_cart .woocommerce-mini-cart-item .remove_from_cart_button:hover {
    color: #d81f2a !important;
}
.cart-widget-side .wd-entities-title,
.widget_shopping_cart .wd-entities-title {
    color: #1f2937;
    font-weight: 500;
}

/* ----- Pagina /carrito/ ----- */
.woocommerce-cart-form .woocommerce-Price-amount,
.woocommerce-cart-form .woocommerce-Price-amount bdi,
.woocommerce-cart-form .product-subtotal .woocommerce-Price-amount,
.cart-collaterals .cart_totals .woocommerce-Price-amount,
.cart-collaterals .cart_totals .woocommerce-Price-amount bdi {
    color: #002f5d !important;
    font-weight: 600;
}
.wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .button {
    background: #002f5d !important;
    color: #fff !important;
    border: 2px solid #002f5d !important;
    border-radius: 8px !important;
    font-weight: 600;
}
.wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .button:hover {
    background: #001f3d !important;
    border-color: #001f3d !important;
}

/* ----- Checkout: boton final ----- */
#place_order,
.woocommerce-checkout #place_order {
    background: #002f5d !important;
    color: #fff !important;
    border: 2px solid #002f5d !important;
    border-radius: 8px !important;
    font-weight: 700;
    letter-spacing: 0.3px;
}
#place_order:hover,
.woocommerce-checkout #place_order:hover {
    background: #001f3d !important;
    border-color: #001f3d !important;
}


/* ============================================================
   PARTE 2 — PDP (single product). Anclado a body.single-product
============================================================ */

/* ----- Precio: tamano + tracking (precio simple y rebajado) -----
   Sobreescribe el tamano/color del precio principal de la seccion
   "PDP: precios escalados". El tachado y el badge siguen tomando su
   estilo de alli. ----- */
body.single-product p.price > .woocommerce-Price-amount,
body.single-product p.price ins .woocommerce-Price-amount {
    font-size: 38px !important;
    letter-spacing: -0.02em !important;
}
body.single-product p.price > .woocommerce-Price-amount bdi,
body.single-product p.price > .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
body.single-product p.price ins .woocommerce-Price-amount bdi,
body.single-product p.price ins .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    color: rgb(22, 104, 176) !important;
    font-weight: 700 !important;
}

/* ----- Galeria: borde en imagen principal y miniaturas ----- */
figure.woocommerce-product-gallery__image,
img.attachment-150x0.size-150x0 {
    border: 1px solid #e4e7ec;
}

/* ----- Marca: rojo + bold + icono ----- */
.wd-product-brands a {
    color: #d8232a;
    font-weight: bold;
}
.wd-product-brands a:after {
    content: "\f113";
    font-family: "woodmart-font";
    font-size: 12px;
    font-weight: bold;
    margin-left: 4px;
}

/* ----- SKU, boton agregar, fondo de cantidad ----- */
span.sku {
    font-size: 13px;
}
button.single_add_to_cart_button.button.alt {
    height: 56px;
}
.quantity {
    background: #fff !important;
}

/* ----- Tabs (acordeon): look de widget del sidebar ----- */
body.single-product .wd-single-tabs .wd-accordion .wd-accordion-title {
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
}
body.single-product .wd-single-tabs .wd-accordion .wd-accordion-title-text,
body.single-product .wd-single-tabs .wd-accordion .wd-accordion-title.wd-active > .wd-accordion-title-text,
body.single-product .wd-single-tabs .wd-accordion .wd-accordion-title:hover > .wd-accordion-title-text {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #0c193a;
    flex: 1;
}
body.single-product .wd-single-tabs .wd-accordion .wd-accordion-opener {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    border-radius: 50%;
    color: #333;
    font-size: 10px;
    line-height: 1;
    flex-shrink: 0;
    transition: transform .25s ease;
}
body.single-product .wd-single-tabs .wd-accordion > .wd-accordion-item {
    border-top: 1px solid #e5e7eb;
}
body.single-product .wd-single-tabs .wd-accordion > .wd-accordion-item:last-child {
    border-bottom: 1px solid #e5e7eb;
}@media (min-width: 1025px) {
	/* Mini Cart */
    .wd-side-hidden {
        margin-top: 40px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        margin-bottom: 40px;
        --wd-side-hidden-w: 440px;
    }

.wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu {
    background-color: rgb(3 49 95) !important;
}
}

