/**
Theme Name: Angel Puchi
Author: Habermas
Author URI: https://www.grupohabermas.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: angel-puchi
Template: astra
*/

/* BOTONES DE PRODUCTO EN LOOP / TIENDA */
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button {
    background-color: #8b806f;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 12px 22px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    box-shadow: none;
    transition: all 0.25s ease;
}

/* HOVER */
.woocommerce ul.products li.product a.button:hover,
.woocommerce-page ul.products li.product a.button:hover {
    background-color: #7b705f;
    color: #ffffff;
    transform: translateY(-1px);
}

/* ESTADO AÑADIDO / LOADING */
.woocommerce ul.products li.product a.button.added,
.woocommerce ul.products li.product a.button.loading,
.woocommerce-page ul.products li.product a.button.added,
.woocommerce-page ul.products li.product a.button.loading {
    background-color: #8b806f;
    color: #ffffff;
}

/* QUITAR FLECHAS O ICONOS RAROS DE ALGUNOS THEMES */
.woocommerce ul.products li.product a.button::after,
.woocommerce-page ul.products li.product a.button::after,
.woocommerce ul.products li.product a.button::before,
.woocommerce-page ul.products li.product a.button::before {
    display: none !important;
}

/* ===== TÍTULO DEL PRODUCTO ===== */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        font-size: 24px;
    line-height: 25px;
    font-weight: 500;
    color: rgb(44, 42, 38);
    letter-spacing: 0;
    margin: 22px 0 22px 0;
    min-height: 50px;
}
@media (max-width: 768px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
		font-size: 16px;
		line-height: 25px;
		font-weight: 500;
		color: rgb(44, 42, 38);
		letter-spacing: 0;
		margin: 0px 0 0px 0;
		min-height: 42px;
	}
}
/* ===== DESCRIPCIÓN CORTA ===== */
.woocommerce ul.products li.product .product-short-description,
.woocommerce-page ul.products li.product .product-short-description,
.woocommerce ul.products li.product p,
.woocommerce-page ul.products li.product p {
    font-family: "Gotham Rounded", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: rgb(0, 0, 0);
    margin: 0 0 22px 0;
    min-height: 170px;
   
}

@media (max-width: 768px) {
		.woocommerce ul.products li.product .product-short-description,
		.woocommerce-page ul.products li.product .product-short-description,
		.woocommerce ul.products li.product p,
		.woocommerce-page ul.products li.product p {
		font-family: "Gotham Rounded", sans-serif;
			font-size: 8px;
			line-height: 12px;
			font-weight: 300;
			color: rgb(0, 0, 0);
			margin: 0 0 22px 0;
			min-height: 60px;
		}
	}
/* ===== PRECIO ===== */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    font-family: "Gotham Rounded", sans-serif;
    font-size: 21px;
    line-height: 27px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    margin-bottom: 22px;
}
.astra-shop-summary-wrap {
    width: 65%;
}
/* ===== BOTÓN AÑADIR AL CARRITO ===== */
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button {
    background-color: #8b806f;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 13px 24px;
    font-family: "Gotham Rounded", sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: all 0.25s ease;
}

@media (max-width: 768px) {
		.woocommerce ul.products li.product a.button,
		.woocommerce-page ul.products li.product a.button {
			background-color: #8b806f;
			color: #ffffff;
			border: none;
			border-radius: 999px;
			padding: 5px 17px;
			font-family: "Gotham Rounded", sans-serif;
			font-size: 11px;
			line-height: 1;
			font-weight: 700;
			text-transform: none;
			letter-spacing: 0;
			min-height: 32px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			box-shadow: none;
			transition: all 0.25s ease;
		}
}

/* ===== HOVER DEL BOTÓN ===== */
.woocommerce ul.products li.product a.button:hover,
.woocommerce-page ul.products li.product a.button:hover {
    background-color: #7b705f;
    color: #ffffff;
    transform: translateY(-1px);
}

/* ===== QUITAR ICONOS / FLECHAS DE ALGUNOS THEMES ===== */
.woocommerce ul.products li.product a.button::before,
.woocommerce ul.products li.product a.button::after,
.woocommerce-page ul.products li.product a.button::before,
.woocommerce-page ul.products li.product a.button::after {
    display: none !important;
}

/* PRECIO EN TARJETAS DE PRODUCTO */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    display: block !important;
    font-family: "Gotham Rounded", "Nunito", sans-serif !important;
    font-size: 21px !important;
    line-height: 27px !important;
    font-weight: 500 !important;
    color: rgb(0, 0, 0) !important;
    margin: 22px 0 22px 0 !important
}

.woocommerce ul.products li.product .price .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price .woocommerce-Price-amount {
    display: inline !important;
}

.woocommerce ul.products li.product .price bdi,
.woocommerce-page ul.products li.product .price bdi {
    display: inline !important;
    white-space: nowrap !important;
}

.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol,
.woocommerce-page ul.products li.product .price .woocommerce-Price-currencySymbol {
    display: inline !important;
    margin-left: 0 !important;
}

/* ==========================================
   MÁS INFORMACIÓN DEL PRODUCTO - FULL WIDTH
   ========================================== */

.single-product .puchi-product-info-full {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #766c5e;
    color: #fff;
    padding: 70px 0 80px;
    clear: both;
    box-sizing: border-box;
    margin-bottom: 8%;
}

.single-product .puchi-product-info-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
}

.single-product .puchi-product-info-title {
    font-size: 28px;
    font-family: "Cormorant", Sans-serif;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    margin: 0 0 55px;
}

.single-product .puchi-product-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 70px;
}

.single-product .puchi-product-info-item {
    min-width: 0;
}

.single-product .puchi-product-info-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.45);
    margin-bottom: 28px;
}

.single-product .puchi-product-info-head h3 {
    margin: 0;
    font-family: "Gotham Rounded", "Nunito", sans-serif;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
}

.single-product .puchi-product-info-plus {
    font-family: "Gotham Rounded", "Nunito", sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    flex: 0 0 auto;
}

.single-product .puchi-product-info-content,
.single-product .puchi-product-info-content p,
.single-product .puchi-product-info-content li {
    font-family: "Gotham Rounded", "Nunito", sans-serif;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 300;
    color: #fff;
}

.single-product .puchi-product-info-content p {
    margin: 0 0 14px;
}

.single-product .puchi-product-info-content p:last-child {
    margin-bottom: 0;
}

.single-product .puchi-product-info-content ul,
.single-product .puchi-product-info-content ol {
    margin: 0;
    padding-left: 20px;
}

@media (max-width: 921px) {
    .single-product .puchi-product-info-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .single-product .puchi-product-info-title {
        margin-bottom: 36px;
    }
}
@media (max-width: 768px) {
  .single-product .puchi-product-info-full {
    margin-left: -7vw;
    margin-right: -7vw;
  }
}

.single-product .woocommerce-breadcrumb {
    font-size: 13px;
    line-height: 1.5;
    color: #6f6f6f;
    margin-bottom: 22px;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.single-product .woocommerce-breadcrumb a {
    color: #6f6f6f;
    text-decoration: none;
}
.single-product .woocommerce-breadcrumb a:hover {
    color: #222;
}
/* Título */
.single-product .product_title.entry-title {
    font-size: 48px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #111;
    margin: 0 0 12px;
}
/* Categoría */
.single-product .single-product-category {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 500;
    color: #111;
}
.single-product .single-product-category a {
    color: #111;
    text-decoration: none;
}
/* Precio */
.single-product .summary .price {
    margin: 0 0 18px;
    color: #111;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.1;
}
.single-product .summary .price .amount {
    color: #111;
}

.single-product .summary .price .woocommerce-Price-currencySymbol {
    font-size: 0.95em;
    font-weight: 500;
}
/* Descripción corta */
.single-product .woocommerce-product-details__short-description {
    max-width: 430px;
    margin-bottom: 30px;
     margin-top: 30px;
}

.single-product .woocommerce-product-details__short-description p {
    font-size: 15px;
    line-height: 1.4;
    color: #555;
    margin: 0;
font-weight: 300;
}
/* ===== FORMULARIO ===== */
.single-product form.cart {
    margin-top: 8px;
}

/* Caja de recogida */
.single-product .puchi-pickup-box {
    margin: 0 0 26px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important; 
}

.single-product .puchi-pickup-box p {
    margin: 0 0 26px !important;
}

.single-product .puchi-pickup-box label {
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 0;
    font-weight: 600;
    color: #111;
}

.single-product .puchi-pickup-box label strong {
    font-weight: 600;
}

/* Selects */
.single-product .puchi-pickup-box select,
.single-product form.cart select,
.single-product form.cart input[type="text"],
.single-product form.cart input[type="number"] {
    width: 100%;
    height: 42px;
    border: 1px solid #cfcfc9;
    border-radius: 0;
    color: #444;
    font-size: 15px;
    padding: 0 14px;
    box-shadow: none;
}

/* =========================
   TOP BAR TIENDA
   ========================= */

.puchi-tienda-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin: 24px 0 34px;
    width: 100%;
}

/* IZQUIERDA: categorías */
.puchi-filtros-categorias-wrap {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
}

.puchi-filtros-categorias {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 18px 22px;
}

/* Categorías */
.puchi-filtros-categorias .filtro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-radius: 999px;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    color: #111111;
    background: transparent;
    transition: all 0.2s ease;
    border: 0;
    box-shadow: none;
    white-space: nowrap;
}

.puchi-filtros-categorias .filtro-btn:hover {
    color: #111111;
    opacity: 0.75;
}

.puchi-filtros-categorias .filtro-btn.current {
    background: #d8ccb7;
    color: #111111;
    padding: 12px 26px;
}

/* DERECHA: buscador */
.puchi-buscador-tienda {
    flex: 0 0 320px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Formulario buscador */
.puchi-search-form {
    position: relative;
    width: 100%;
    max-width: 320px;
    display: flex;
    align-items: center;
}

.puchi-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #7a746b;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 2;
    line-height: 1;
}

.puchi-search-field {
    width: 100%;
    height: 58px !important;
    padding: 0 18px 0 48px !important;
    border-radius: 31px !important;
    border: 1px solid #d8d3ca !important;
    border-radius: 0;
    background: #f8f8f6 !important;
    color: #4e4a45 !important;
    font-size: 17px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

.puchi-search-field::placeholder {
    color: #5f5a55;
    opacity: 1;
}

.puchi-search-field:focus {
    border-color: #c7b79a;
    background: #f8f8f6;
}



/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
    .puchi-tienda-topbar {
        gap: 24px;
    }

    .puchi-filtros-categorias .filtro-btn {
        font-size: 18px;
    }

    .puchi-buscador-tienda {
        flex-basis: 260px;
    }

    .puchi-search-form {
        max-width: 260px;
    }

    .puchi-search-field {
        height: 52px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .puchi-tienda-topbar {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        margin: 18px 0 24px;
    }

    .puchi-filtros-categorias-wrap,
    .puchi-buscador-tienda {
        width: 100%;
        flex: none;
    }

    .puchi-buscador-tienda {
        justify-content: flex-start;
    }

    .puchi-search-form {
        max-width: 100%;
    }

    .puchi-search-field {
        height: 48px;
        font-size: 15px;
    }

    .puchi-filtros-categorias {
        gap: 10px 14px;
    }

    .puchi-filtros-categorias .filtro-btn {
        font-size: 16px;
        padding: 8px 0;
    }

    .puchi-filtros-categorias .filtro-btn.current {
        padding: 10px 18px;
    }
}

/* Encabezado de resultados de búsqueda */
.search .page-header,
.search .woocommerce-products-header {
    margin-bottom: 28px;
    padding-bottom: 0;
    border: 0;
}

.search .page-title,
.search .woocommerce-products-header__title,
.search-results .page-title {
    font-size: 52px;
    line-height: 1.05;
    font-weight: 500;
    color: #5f5648;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}

.search .archive-description,
.search .taxonomy-description,
.search .page-description {
    font-size: 18px;
    line-height: 1.6;
    color: #9a9183;
    margin: 0 0 10px;
    max-width: 680px;
}

/* Si el tema mete un párrafo justo bajo el título */
.search .page-header p,
.search .woocommerce-products-header p {
    font-size: 18px;
    line-height: 1.6;
    color: #9a9183;
    margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .search .page-title,
    .search .woocommerce-products-header__title,
    .search-results .page-title {
        font-size: 34px;
    }

    .search .archive-description,
    .search .taxonomy-description,
    .search .page-description,
    .search .page-header p,
    .search .woocommerce-products-header p {
        font-size: 15px;
    }
}

.puchi-search-header {
    margin: 0 0 28px;
}

.puchi-search-header .page-title {
    font-size: 52px;
    line-height: 1.05;
    font-weight: 500;
    color: #5f5648;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
}

.puchi-search-subtitle {
    font-size: 17px;
    line-height: 1.6;
    color: #9a9183;
    margin: 0;
}

@media (max-width: 767px) {
    .puchi-search-header .page-title {
        font-size: 34px;
    }

    .puchi-search-subtitle {
        font-size: 15px;
    }
   div#hfe-flyout-content-id-cd4662d {
    /*top: 78px;*/
	}
}

.post-type-archive-product.search .ast-container section.ast-archive-description {
    display: none !important;
}

.she-header img {width: 20% !important;}
.she-header .elementor-element.elementor-element-9b132b5.e-con-full.e-flex.e-con.e-child {margin:0 !important;}
.she-header .elementor-element.elementor-element-e3fcdfe.e-con-full.e-flex.e-con.e-child {--margin-top: 2%;}
.she-header .elementor-element.elementor-element-347630f.e-con-full.e-flex.e-con.e-child {--margin-top: 0%;}

/* ===== MÓVIL ===== */
@media (max-width: 767px) {

    .she-header img {
        width: 100% !important; /* más grande en móvil */
    }

    .she-header .elementor-element.elementor-element-9b132b5.e-con-full.e-flex.e-con.e-child {
        margin: 0 !important;
    }

    .she-header .elementor-element.elementor-element-e3fcdfe.e-con-full.e-flex.e-con.e-child {
        --margin-top: 5%;
    }

    .she-header .elementor-element.elementor-element-347630f.e-con-full.e-flex.e-con.e-child {
        --margin-top: 0%;
    }

}

.puchi_down {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
    align-content: center;
    align-items: center;
}
.puchi_down img {
filter: brightness(0) invert(1); 
width:100% !important;}
.puchi_top_mobile{
        display:none;
    }
@media (max-width: 768px){

    .puchi_top_mobile{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding: 20px 0;
        border-bottom:1px solid rgba(255,255,255,0.3);
    }

    .puchi_top_left img{
        height:40px;
        filter: invert(1); /* magia → invierte colores */
    }

    .puchi_top_right{
        display:flex;
        align-items:center;
        gap:10px;
        color:#fff;
        font-size:14px;
    }
    .puchi_top_right{ display:none;}
    .puchi_icon{
        font-size:18px;
    }
   .puchi_down img {
filter: brightness(0) invert(1); 
width:100% !important;}

}
.elementor-clickable.hfe-flyout-close {
    filter: brightness(0) invert(1);
}

.puchi-icon{
    font-family: 'eicons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    line-height: 1;
}

/* Usuario */
.puchi-user:before{
    content: "\e93d"; /* eicon-user-circle-o */
}

/* Pedidos (carrito) */
.puchi-orders:before{
    content: '\e8e4'; /* eicon-bag-medium */
}

/* Logout */
.puchi-logout:before{
   content: "\e930"; /* eicon-sign-out */
}

.puchi-user-menu {
    display: flex;
    gap: 15px;
}

a:hover, a:focus {
    color: #7F7C76;
}


.she-header .hfe-nav-menu-icon { padding: 0 !important; }

.she-header .e-con-inner {max-height: none;}
.she-header .elementor-element.elementor-element-b50c368.e-con-full.e-flex.e-con.e-child { margin-left: 50px; } 
.she-header .elementor-element.elementor-element-347630f.e-con-full.e-flex.e-con.e-child { max-height: 105px; }

.light-puchi { font-weight:400 !important;}
.book-puchi { font-weight:500 !important;}
.extra-light-puchi { font-weight:300 !important;}

/* Quitar sticky en carrito, checkout y cuenta */
.woocommerce-cart .she-header,
.woocommerce-checkout .she-header,
.woocommerce-account .she-header,
.woocommerce-cart .she-header-yes,
.woocommerce-checkout .she-header-yes,
.woocommerce-account .she-header-yes {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    transform: none !important;
    box-shadow: none !important;
    animation: none !important;
}

body.post-type-archive-product .puchi-sticky-header,
body.tax-product_cat .puchi-sticky-header,
body.tax-product_tag .puchi-sticky-header,
body.single-product .puchi-sticky-header,
body.woocommerce-cart .puchi-sticky-header,
body.woocommerce-checkout .puchi-sticky-header,
body.woocommerce-account .puchi-sticky-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
}

/* Quitar posibles compensaciones del contenido */
.woocommerce-cart #content,
.woocommerce-checkout #content,
.woocommerce-account #content,
.woocommerce-cart .site-content,
.woocommerce-checkout .site-content,
.woocommerce-account .site-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Layout carrito + menú mi cuenta */
.puchi-cart-account-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
    margin-top: 30px;
}

.puchi-cart-account-sidebar {
    width: 100%;
}

.puchi-cart-account-title {
    margin: 0 0 18px;
}

.puchi-cart-account-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
}

.puchi-cart-account-nav li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.puchi-cart-account-nav li:last-child {
    border-bottom: 0;
}

.puchi-cart-account-nav a {
    display: block;
    padding: 14px 16px;
    text-decoration: none;
}

.puchi-cart-account-content {
    min-width: 0;
}

/* Responsive */
@media (max-width: 921px) {
    .puchi-cart-account-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .woocommerce-order-received .puchi-cart-account-sidebar {
        display: none;
    }
    .astra-shop-summary-wrap {
    width: 100%;
    }
    ul.sub-menu.sub-menu-open li a {
    font-size: 19px !important;
    font-weight: 300 !important;
	}
   
    footer#colophon ul.sub-menu.sub-menu-open li a  {
        font-size: 12px !important;
        font-weight: 300 !important;
        line-height: 16px !important;
        margin: 2px !important;
        padding: 3px !important;
    }
}

.puchi-sticky-header.she-header-yes .elementor-element-e3fcdfe {
    margin: 0 !important;    padding: 0 !important;
}

.elementor-1093 .elementor-element.elementor-element-347630f {  --min-height: none !important; }
ul.sub-menu.sub-menu-open {
    background-color: transparent !important;
}
ul.sub-menu.sub-menu-open li { border: 0 !important;}

.hfe-flyout-close, .hfe-flyout-close svg {
    top: 10px !important;
	right: 10px !important;}
li#menu-item-2015 {
    margin-top: 20px !important;
}
.puchi-sticky-header.she-header-yes .elementor-1093 .elementor-element.elementor-element-b50c368 {margin-left: 15px;}

.woocommerce-order-pickup {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fafafa;
}

.woocommerce-order-pickup h2 {
    margin-top: 0;
}

.woocommerce-order-pickup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-order-pickup li {
    margin-bottom: 6px;
}

.footer-copy.e-con.e-flex>.e-con-inner { border-top: 1px solid #00000036 !important;}

@media (max-width: 767px) {

    .puchi-tienda-topbar {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 14px;
        align-items: center;
        margin-bottom: 24px;
    }

    .puchi-filtros-categorias-wrap {
        position: relative;
        min-width: 90px;
    }

    .puchi-filtros-categorias {
        display: block;
        position: relative;
    }

    .puchi-filtros-categorias .filtro-btn {
        display: none;
        background: transparent !important;
        border: 0 !important;
        padding: 0 !important;
        font-size: 15px;
        font-weight: 700;
        color: #222;
        text-decoration: none;
        line-height: 1.3;
    }

    .puchi-filtros-categorias .filtro-btn.current {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .puchi-filtros-categorias .filtro-btn.current::after {
        content: "⌄";
        font-size: 15px;
        line-height: 1;
        margin-left: 3px;
    }

    .puchi-filtros-categorias.is-open {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        background: #fff;
        padding: 8px 0 10px;
        min-width: 180px;
    }

    .puchi-filtros-categorias.is-open .filtro-btn {
        display: block;
        margin: 0 0 4px;
        white-space: nowrap;
    }

    .puchi-filtros-categorias.is-open .filtro-btn.current::after {
        content: "⌃";
    }

    .puchi-buscador-tienda {
        width: 100%;
    }

    .puchi-search-form {
        width: 100%;
    }

    .puchi-search-field {
        width: 100% !important;
        height: 38px;
        font-size: 14px;
    }

    .woocommerce-result-count {
        margin-top: 18px !important;
        font-size: 14px;
    }

    .woocommerce-ordering {
        float: none !important;
        width: 100%;
        margin-top: 10px !important;
    }
}

.puchi-filtros-categorias-wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.puchi-filtros-categorias {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    align-items: center;
}

.puchi-filtros-hijas {
    margin-top: 0;
}
/* Quitar sticky en toda la tienda WooCommerce */
body.single-product .puchi-sticky-header.she-header-yes,
body.single-product .puchi-sticky-header.she-header,
body.single-product .puchi-sticky-header.she-header-yes.she-header,
body.post-type-archive-product .puchi-sticky-header.she-header-yes,
body.post-type-archive-product .puchi-sticky-header.she-header,
body.tax-product_cat .puchi-sticky-header.she-header-yes,
body.tax-product_cat .puchi-sticky-header.she-header,
body.tax-product_tag .puchi-sticky-header.she-header-yes,
body.tax-product_tag .puchi-sticky-header.she-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    transform: none !important;
    box-shadow: none !important;
    animation: none !important;
    clip-path: none !important;
}

/* Evitar cambios de tamaño del header sticky en tienda */
body.single-product .she-header img,
body.post-type-archive-product .she-header img,
body.tax-product_cat .she-header img,
body.tax-product_tag .she-header img {
    width: inherit !important;
}

body.woocommerce .elementor-1093 .elementor-element.elementor-element-ecba09b img,
body.single-product .elementor-1093 .elementor-element.elementor-element-ecba09b img {
    width: 28% !important;
}

body.post-type-archive-product .elementor-element-e3fcdfe,
body.post-type-archive-product .elementor-element-347630f,
body.tax-product_cat .elementor-element-e3fcdfe,
body.tax-product_cat .elementor-element-347630f,
body.single-product .elementor-element-e3fcdfe,
body.single-product .elementor-element-347630f {
    --margin-top: 0% !important;
    --min-height: 80px !important;
}
.puchi-disponibilidad-dias{
    margin:0;
    font-size:13px;
    color:#8b7a62;
    font-style:italic;
}
/* Ocultar el select móvil en escritorio */
.puchi-categorias-mobile {
    display: none;
}

@media (max-width: 768px) {

    .puchi-filtros-categorias {
        display: none !important;
    }

    .puchi-categorias-mobile {
        display: block !important;
        width: 100%;
        margin-bottom: 16px;
    }

    .puchi-categorias-mobile select {
        width: 100%;
        height: 48px;
        border: 1px solid #d8cdbd;
        border-radius: 24px;
        padding: 0 18px;
        font-weight: 700;
        background: #fff;
    }

    .puchi-buscador-tienda {
        width: 100%;
    }

    .puchi-search-form {
        width: 100%;
    }

    .puchi-search-field {
        width: 100%;
    }
}