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

.wd-popup.wd-promo-popup{
	background-image: none;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.header-banner{
	background-color:rgb(199,167,129);
	background-image: none;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: url(https://www.sandiegopartyrentals.com/wp-content/uploads/2022/10/WhatsApp-Image-2018-10-29-at-12.43.06-1-768x1024-1.jpeg);
	background-size:cover;
	background-position:center center;
}

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

:root{
--wd-text-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:rgb(81,81,81);
--wd-text-font-size:14px;
}
:root{
--wd-title-font:'Times New Roman', Times,serif;
--wd-title-font-weight:400;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Glaciall", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:400;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Glaciall", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Glaciall", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:400;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Montserrat", 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(199,167,129);
}
:root{
--wd-alternative-color:rgb(118,30,42);
}
: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(199,167,129);
}
:root{
--btn-accented-bgcolor-hover:rgb(198,149,89);
}
: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: 1px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
					
			
							--btn-default-brd-radius: 35px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
			
					
					
			
							--btn-accented-brd-radius: 35px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
			
					
							
					--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;
		}
	
	
@font-face {
	font-family: "La Obrige";
	src: url("//www.sandiegopartyrentals.com/wp-content/uploads/2024/01/La-Obrige.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

/* ============================================= */
/* LISTA COMPACTA PARA CATEGORÍAS ESPECIALES     */
/* SOLO se aplica cuando el body tiene la clase  */
/* 'modo-lista-tablecloths'                      */
/* ============================================= */

body.modo-lista-tablecloths .products {
    display: block !important;
}

body.modo-lista-tablecloths .product {
    width: 100% !important;
    clear: both !important;
    margin-bottom: 6px !important;
    border-bottom: 1px solid #eaeaea;
}

body.modo-lista-tablecloths .product .product-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px;
    padding: 8px 0 !important;
}

body.modo-lista-tablecloths .product .product-title,
body.modo-lista-tablecloths .product .wd-entities-title {
    flex: 3;
    margin: 0 !important;
    font-size: 0.95rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.modo-lista-tablecloths .product .price {
    flex: 1;
    margin: 0 !important;
    text-align: right;
    font-size: 0.95rem;
    font-weight: 600;
}

body.modo-lista-tablecloths .product .button,
body.modo-lista-tablecloths .product a.button {
    flex-shrink: 0;
    margin: 0 !important;
    padding: 4px 10px !important;
    font-size: 0.75rem !important;
    line-height: 1.3 !important;
    white-space: nowrap;
}

/* Ocultar imágenes SOLO cuando el body tiene la clase */
body.modo-lista-tablecloths .product .product-image-link,
body.modo-lista-tablecloths .product .product-element-top,
body.modo-lista-tablecloths .product .wd-product-image,
body.modo-lista-tablecloths .product img {
    display: none !important;
}

/* ============================================= */
/* BANNER PARA LA CATEGORÍA CANOPIES             */
/* ============================================= */

.canopies-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    padding: 20px;
    background: #f8f5f0;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.canopies-imagen {
    flex: 1 1 300px;
    min-width: 250px;
}

.canopies-imagen img {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.canopies-boton {
    flex: 0 0 auto;
    text-align: center;
    padding: 20px;
}

.canopies-boton .btn {
    display: inline-block;
    background: #d4a373;
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(212, 163, 115, 0.3);
}

.canopies-boton .btn:hover {
    background: #b8834e;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(212, 163, 115, 0.4);
}

/* Responsive móvil */
@media (max-width: 768px) {
    .canopies-header {
        flex-direction: column;
        text-align: center;
    }
    .canopies-imagen {
        flex: 1 1 auto;
        min-width: 0;
        width: 100%;
    }
    .canopies-imagen img {
        max-height: 250px;
    }
    .canopies-boton {
        width: 100%;
    }
}/* ========================================================= */
/* VERSIÓN 2.0 - LISTA COMPACTA CON ESTRUCTURA Y PRECIO GRANDE */
/* ========================================================= */

/* 1. CADA PRODUCTO: contenedor tipo ficha con separación */
.producto-lista-compacta,
body.modo-lista-tablecloths .product {
    width: 100% !important;
    clear: both !important;
    margin: 0 0 8px 0 !important;      /* Más separación entre productos */
    padding: 10px 12px !important;     /* Márgenes internos para respirar */
    background: #f9f9f9;               /* Fondo sutil para estructura */
    border-radius: 6px;                /* Bordes redondeados */
    border: 1px solid #e8e8e8;         /* Borde suave */
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

/* 2. CONTENEDOR INTERNO: flex horizontal con buen espacio */
.producto-lista-compacta .product-wrapper,
body.modo-lista-tablecloths .product .product-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px;                         /* Espacio entre elementos */
    padding: 0 !important;             /* Sin padding extra, ya lo tiene el padre */
    margin: 0 !important;
}

/* 3. TÍTULO: ocupa el espacio principal, sin saltos en escritorio */
.producto-lista-compacta .product-title,
.producto-lista-compacta .wd-entities-title,
body.modo-lista-tablecloths .product .product-title,
body.modo-lista-tablecloths .product .wd-entities-title {
    flex: 3;
    margin: 0 !important;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
}

/* 4. PRECIO: más grande y en negrita, alineado a la derecha */
.producto-lista-compacta .price,
body.modo-lista-tablecloths .product .price {
    flex: 1;
    margin: 0 !important;
    text-align: right;
    font-size: 1.25rem !important;     /* Precio más grande */
    font-weight: 700 !important;       /* Más negrita */
    color: #111;
    white-space: nowrap;
}

/* 5. BOTÓN: conserva estilo original del tema, solo ajustamos tamaño y posición */
.producto-lista-compacta .button,
.producto-lista-compacta a.button,
.producto-lista-compacta .wd-add-btn a,
body.modo-lista-tablecloths .product .button,
body.modo-lista-tablecloths .product a.button,
body.modo-lista-tablecloths .product .wd-add-btn a {
    flex-shrink: 0;
    margin: 0 !important;
    padding: 4px 12px !important;
    font-size: 0.75rem !important;
    line-height: 1.4 !important;
    white-space: nowrap;
    /* Hereda colores, bordes, hover del tema */
}

/* 6. OCULTAR IMÁGENES (como antes) */
.producto-lista-compacta .product-image-link,
.producto-lista-compacta .product-element-top,
.producto-lista-compacta .wd-product-image,
.producto-lista-compacta img,
body.modo-lista-tablecloths .product .product-image-link,
body.modo-lista-tablecloths .product .product-element-top,
body.modo-lista-tablecloths .product .wd-product-image,
body.modo-lista-tablecloths .product img {
    display: none !important;
}

/* 7. AJUSTE PARA CATEGORÍAS (opcional) */
.producto-lista-compacta .product-category,
body.modo-lista-tablecloths .product .product-category {
    display: none !important;          /* Oculta la línea "Tablecloths, Poly" */
}

/* ========================================================= */
/* RESPONSIVE: MÓVILES (≤ 768px) */
/* ========================================================= */
@media (max-width: 768px) {
    
    /* Producto: mantiene estructura pero se apila verticalmente */
    .producto-lista-compacta,
    body.modo-lista-tablecloths .product {
        padding: 12px 14px !important;
        margin: 0 0 10px 0 !important;
    }
    
    /* Contenedor interno: columna con alineación a la izquierda */
    .producto-lista-compacta .product-wrapper,
    body.modo-lista-tablecloths .product .product-wrapper {
        flex-direction: column !important;
        align-items: stretch !important;  /* Ocupa todo el ancho */
        gap: 8px !important;
    }
    
    /* Título: ocupa todo el ancho, puede romper línea */
    .producto-lista-compacta .product-title,
    .producto-lista-compacta .wd-entities-title,
    body.modo-lista-tablecloths .product .product-title,
    body.modo-lista-tablecloths .product .wd-entities-title {
        white-space: normal;
        font-size: 0.95rem;
        width: 100%;
    }
    
    /* Precio: a la izquierda, ocupa todo el ancho */
    .producto-lista-compacta .price,
    body.modo-lista-tablecloths .product .price {
        text-align: left !important;
        font-size: 1.1rem !important;    /* Ligeramente más pequeño que en escritorio */
        width: 100%;
    }
    
    /* Botón: a la izquierda, un poco más grande para clic fácil */
    .producto-lista-compacta .button,
    .producto-lista-compacta a.button,
    .producto-lista-compacta .wd-add-btn a,
    body.modo-lista-tablecloths .product .button,
    body.modo-lista-tablecloths .product a.button,
    body.modo-lista-tablecloths .product .wd-add-btn a {
        padding: 6px 16px !important;
        font-size: 0.85rem !important;
        width: auto;
        align-self: flex-start;          /* Alineado a la izquierda */
    }
}

/* ========================================================= */
/* OPCIONAL: Mejoras para pantallas muy pequeñas (≤ 480px) */
/* ========================================================= */
@media (max-width: 480px) {
    .producto-lista-compacta,
    body.modo-lista-tablecloths .product {
        padding: 10px 12px !important;
    }
    .producto-lista-compacta .price,
    body.modo-lista-tablecloths .product .price {
        font-size: 1rem !important;
    }
    .producto-lista-compacta .button,
    body.modo-lista-tablecloths .product .button {
        padding: 8px 14px !important;
        font-size: 0.8rem !important;
    }
}

/* ============================================= */
/* HEADER PARA LA CATEGORÍA CANOPIES             */
/* ============================================= */

.canopies-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    padding: 20px;
    background: #f8f5f0;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.canopies-imagen {
    flex: 1 1 300px;
    min-width: 250px;
}

.canopies-imagen img {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.canopies-boton {
    flex: 0 0 auto;
    text-align: center;
    padding: 20px;
}

.canopies-boton .btn {
    display: inline-block;
    background: #d4a373;
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(212, 163, 115, 0.3);
}

.canopies-boton .btn:hover {
    background: #b8834e;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(212, 163, 115, 0.4);
}

/* Responsive móvil */
@media (max-width: 768px) {
    .canopies-header {
        flex-direction: column;
        text-align: center;
    }
    .canopies-imagen {
        flex: 1 1 auto;
        min-width: 0;
        width: 100%;
    }
    .canopies-imagen img {
        max-height: 250px;
    }
    .canopies-boton {
        width: 100%;
    }
}
/* ============================================= */
/* ESTILOS PARA LA SUBCATEGORÍA HIJA EN GRID     */
/* ============================================= */

.subcategoria-canopies-grid {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #eaeaea;
}

.subcategoria-titulo {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 3px solid #d4a373;
    display: inline-block;
}