@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//progaschile.cl/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.2.4") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: url(https://progaschile.cl/wp-content/uploads/2021/09/marketplace-promo-popup.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: url(https://progaschile.cl/wp-content/uploads/2021/10/marketplace-page-title.jpg);
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
	background-image: none;
}

:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Ubuntu", Arial, Helvetica, sans-serif;
--wd-title-font-weight:700;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Ubuntu", 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%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Ubuntu", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:700;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--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;
}
:root{
--wd-primary-color:rgb(219,51,64);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(217,49,67);
}
:root{
--btn-accented-bgcolor-hover:rgb(196,45,60);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
									--btn-default-brd-radius: 0px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
				--btn-default-box-shadow-active: none;
				--btn-default-bottom: 0px;
			
			
			
					
					
							--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: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1192px;
			}
		}

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
/* ==================================================
1. MINI CART - BOTONES Y TEXTOS
================================================== */

.woocommerce-mini-cart__buttons {
    margin-bottom: 90px !important;
}

.woocommerce-mini-cart__buttons .button {
    font-size: 0 !important;
    position: relative;
}

.woocommerce-mini-cart__buttons a.button:not(.checkout)::after {
    content: "Ver Cotización";
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce-mini-cart__buttons a.checkout::after {
    content: "Solicitar Cotización";
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* ==================================================
2. ESTILO GENERAL DE BOTONES
================================================== */

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #2b2b2b !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    border-radius: 0;
    padding: 12px 0;
    transition: all 0.3s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background: #000 !important;
}


/* ==================================================
3. FOOTER
================================================== */

footer .menu a,
footer .widget_nav_menu a,
footer .wd-widget-navigation a,
footer .elementor-widget-wd_mega_menu a,
footer .elementor-widget-nav-menu a {
    color: #ffffff !important;
    background: transparent !important;
    transition: color .25s ease;
}

footer .menu a:hover,
footer .widget_nav_menu a:hover,
footer .wd-widget-navigation a:hover,
footer .elementor-widget-wd_mega_menu a:hover,
footer .elementor-widget-nav-menu a:hover {
    color: #35d6d0 !important;
    background: transparent !important;
}

footer .current-menu-item > a,
footer .current_page_item > a {
    color: #35d6d0 !important;
}


/* ==================================================
4. CHECKOUT
================================================== */

#billing_first_name_field,
#billing_last_name_field,
#billing_phone_field,
#billing_email_field,
#order_comments_field {
    display: block !important;
}



/* ==================================================
6. IMÁGENES DE PRODUCTOS
CUADRADO REAL 1:1
================================================== */

/*
IMPORTANTE:
No usamos position:absolute en el enlace principal.
Eso estaba interfiriendo con la altura calculada por Woodmart.
*/

.product-grid-item .product-element-top,
.wd-product .product-element-top {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
}


/* Enlace cuadrado */
.product-grid-item .product-image-link,
.wd-product .product-image-link {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* Imagen */
.product-grid-item .product-image-link img,
.wd-product .product-image-link img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    max-width: 100% !important;
    max-height: 100% !important;

    object-fit: cover !important;
    object-position: center !important;

    margin: 0 !important;
    padding: 0 !important;

    position: static !important;
    transform: none !important;
}


/* Imagen hover */
.product-grid-item .hover-img,
.wd-product .hover-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.product-grid-item .hover-img img,
.wd-product .hover-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}


/* ==================================================
7. FICHA DE PRODUCTO
================================================== */

.single-product .product,
.single-product .product-summary,
.single-product .summary,
.single-product .woocommerce-product-details__short-description,
.single-product .variations,
.single-product .product_meta,
.single-product button,
.single-product select,
.single-product input {
    font-family: 'Montserrat', Arial, sans-serif !important;
}

.single-product .product_title {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.single-product .woocommerce-product-details__short-description {
    font-weight: 400;
    line-height: 1.6;
}

.single-product .single_add_to_cart_button {
    width: 100% !important;
    min-height: 44px;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    text-align: center;
    border-radius: 0 !important;
}


/* BOTÓN VOLVER */
.single-product .casagift-volver-tienda {
    display: flex;
    width: 100%;
    min-height: 44px;
    margin-top: 8px;
    padding: 10px 20px;

    align-items: center;
    justify-content: center;

    background-color: #E8378C !important;
    color: #ffffff !important;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 15px;
    font-weight: 700;

    text-align: center;
    text-decoration: none !important;

    border: none;
    border-radius: 0;
}

.single-product .casagift-volver-tienda:hover {
    background-color: #CF2475 !important;
    color: #ffffff !important;
}


/* ==================================================
8. RESPONSIVE
================================================== */

@media (max-width: 1024px) {

    body.woocommerce-shop .main-page-wrapper > .container,
    body.post-type-archive-product .main-page-wrapper > .container,
    body.tax-product_cat .main-page-wrapper > .container,
    body.tax-product_tag .main-page-wrapper > .container {
        width: calc(100% - 30px) !important;
    }
}


@media (max-width: 767px) {

    body.woocommerce-shop .main-page-wrapper > .container,
    body.post-type-archive-product .main-page-wrapper > .container,
    body.tax-product_cat .main-page-wrapper > .container,
    body.tax-product_tag .main-page-wrapper > .container {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .single-product .product_title {
        font-size: 22px !important;
        line-height: 1.25;
    }

    .single-product .single_add_to_cart_button,
    .single-product .casagift-volver-tienda {
        min-height: 46px;
        font-size: 14px !important;
    }
}
/* ==================================================
BOTONES DEL CATÁLOGO CASA GIFT
================================================== */

/* BOTÓN COTIZAR MÁS PEQUEÑO */
.products .product-grid-item .button,
.wd-products .product-grid-item .button {
    width: 100% !important;
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 15px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .7px !important;

    margin: 8px 0 0 !important;
}


/* SEGUNDO BOTÓN - VOLVER A LA BÚSQUEDA */
.products .product-grid-item .casagift-volver-busqueda-grid,
.wd-products .product-grid-item .casagift-volver-busqueda-grid {
    width: 100% !important;
    min-height: 42px !important;
    height: 42px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin-top: 7px !important;
    padding: 0 15px !important;

    background-color: #E8378C !important;
    color: #ffffff !important;

    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .4px !important;

    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;

    border: none !important;
    border-radius: 0 !important;

    transition: background-color .25s ease !important;
}


/* HOVER BOTÓN ROSADO */
.products .product-grid-item .casagift-volver-busqueda-grid:hover,
.wd-products .product-grid-item .casagift-volver-busqueda-grid:hover {
    background-color: #CF2475 !important;
    color: #ffffff !important;
}
/* ==================================================
OCULTAR "VOLVER A LA BÚSQUEDA" VERDE ANTIGUO
================================================== */

.products .product-grid-item .casagift-volver-tienda,
.wd-products .product-grid-item .casagift-volver-tienda,
.products .product-grid-item .product-element-bottom > a.casagift-volver-tienda,
.wd-products .product-grid-item .product-element-bottom > a.casagift-volver-tienda {
    display: none !important;
}
/* Botón Finalizar Cotización - más alto y texto más grande */

.wc-block-cart__submit-button {
    min-height: 58px !important;
    height: 58px !important;
    padding: 0 20px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 0 !important;
}

.wc-block-cart__submit-button::after {
    content: "Finalizar Cotización";
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #ffffff !important;
}

/* ==================================================
BOTÓN COTIZACIÓN POR WHATSAPP
================================================== */

.woocommerce-checkout .progas-whatsapp-cotizacion {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 48px !important;

    margin-top: 10px !important;
    padding: 12px 20px !important;

    background-color: #25D366 !important;
    color: #ffffff !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    text-align: center !important;
    text-decoration: none !important;

    border: none !important;
    border-radius: 0 !important;

    transition: background-color .25s ease !important;
}

.woocommerce-checkout .casagift-whatsapp-cotizacion:hover {
    background-color: #1ebe5d !important;
    color: #ffffff !important;
}
/* Títulos de productos WooCommerce en mayúsculas */
.woocommerce-loop-product__title,
.product-title,
.wd-entities-title,
.product_title,
.single-product .product_title {
    text-transform: uppercase !important;
}