.hootubix-jetpack-style .contact-form.commentsblock>div {
    float: none;
		display: block;
}
.hootubix-jetpack-style .contact-form.commentsblock>div {
    float: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #d7b854;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #d7b854;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #cdac41;
    color: #fff;
}


/* Texto debajo del icono de búsqueda */
#header-aside.header-aside-search::after {
    content: "Busca tus productos aquí";
    position: absolute;
    top: 100%;
    right: 0;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.3px;
    margin-top: 6px;
}


/* ============================================================
   BESKOLab: Vista de mosaico / lista para listados de productos
   (los botones los inserta el snippet JS de WPCode
   'BESKOLab - Vista de mosaico / lista para productos')
   ============================================================ */

.blab-view-toggle {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin: 0 0 20px;
}
.blab-view-toggle button {
	display: flex;
	align-items: center;
	gap: 6px;
	background: transparent;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	cursor: pointer;
}
.blab-view-toggle button.active {
	background: #1a1a1a;
	color: #fff;
	border-color: #1a1a1a;
}
.blab-view-toggle button:hover {
	border-color: #1a1a1a;
}

/* --- Alinear botones "Anadir al carrito": resultados de busqueda (clasico) --- */
#archive-wrap ul.products li.product {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#archive-wrap ul.products li.product > a.add_to_cart_button,
#archive-wrap ul.products li.product > a.button {
	margin-top: auto;
}

/* --- Alinear botones "Anadir al carrito": paginas de categoria (bloque de productos) --- */
ul.wc-block-product-template li.wc-block-product {
	display: flex !important;
	flex-direction: column !important;
	height: 100%;
}
ul.wc-block-product-template li.wc-block-product .wp-block-woocommerce-product-button {
	margin-top: auto !important;
}

/* --- Vista de lista: resultados de busqueda (clasico) --- */
html.blab-list-view #archive-wrap ul.products {
	display: block !important;
}
html.blab-list-view #archive-wrap ul.products li.product {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 20px;
	width: 100% !important;
	border-bottom: 1px solid #eee;
	padding: 16px 0;
	margin: 0 !important;
}
html.blab-list-view #archive-wrap ul.products li.product a.woocommerce-loop-product__link {
	display: grid !important;
	grid-template-columns: 100px 1fr;
	grid-template-rows: auto auto;
	column-gap: 16px;
	align-items: center;
	flex: 1 1 auto;
	width: auto;
}
html.blab-list-view #archive-wrap ul.products li.product img {
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 100px !important;
	height: 100px !important;
	object-fit: cover;
}
html.blab-list-view #archive-wrap ul.products li.product h2.woocommerce-loop-product__title {
	grid-column: 2;
	grid-row: 1;
	text-align: left !important;
	margin: 0;
}
html.blab-list-view #archive-wrap ul.products li.product .price {
	grid-column: 2;
	grid-row: 2;
	text-align: left !important;
}
html.blab-list-view #archive-wrap ul.products li.product > a.add_to_cart_button,
html.blab-list-view #archive-wrap ul.products li.product > a.button {
	flex-shrink: 0;
	margin-top: 0;
	white-space: nowrap;
}

/* --- Vista de lista: paginas de categoria (bloque de productos) --- */
html.blab-list-view ul.wc-block-product-template {
	display: block !important;
}
html.blab-list-view ul.wc-block-product-template li.wc-block-product {
	display: grid !important;
	grid-template-columns: 100px 1fr auto;
	grid-template-rows: auto auto auto;
	align-items: center;
	column-gap: 16px;
	width: 100% !important;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	padding: 16px 20px;
}
html.blab-list-view ul.wc-block-product-template li.wc-block-product .wc-block-components-product-image {
	grid-column: 1;
	grid-row: 1 / span 3;
	width: 100px;
}
html.blab-list-view ul.wc-block-product-template li.wc-block-product h2.wp-block-post-title {
	grid-column: 2;
	grid-row: 1;
	text-align: left !important;
	margin: 0 !important;
	min-height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	display: block !important;
	-webkit-line-clamp: unset !important;
	-webkit-box-orient: unset !important;
}
html.blab-list-view ul.wc-block-product-template li.wc-block-product .wp-block-woocommerce-product-price {
	grid-column: 2;
	grid-row: 2;
	text-align: left !important;
	margin: 0;
}
html.blab-list-view ul.wc-block-product-template li.wc-block-product .wp-block-woocommerce-product-price .wc-block-components-product-price {
	text-align: left !important;
	justify-content: flex-start !important;
}
html.blab-list-view ul.wc-block-product-template li.wc-block-product .wp-block-woocommerce-product-button {
	grid-column: 3;
	grid-row: 1 / span 3;
	margin-top: 0 !important;
}
html.blab-list-view ul.wc-block-product-template li.wc-block-product .wc-sku-placeholder {
	grid-column: 2;
	grid-row: 3;
	margin: 0;
	text-align: left !important;
}
html.blab-list-view ul.wc-block-product-template li.wc-block-product .wp-block-woocommerce-product-sku {
	grid-column: 2;
	grid-row: 3;
	margin: 0 !important;
	text-align: left !important;
}


@media only screen and (max-width: 799px) {
    #header-aside.header-aside-search::after {
        position: relative;
        display: block;
        top: 0;
        right: 0;
        margin-top: 6px;
        text-align: center;
    }
}

/* === Igualar estilo de tarjetas: Desechables como Productos de limpieza === */
body.taxonomy-product_cat-desechables ul.products li.product .woocommerce-loop-product__title {
	    font-size: 20px !important;
}
body.taxonomy-product_cat-desechables ul.products li.product .blab-loop-sku {
	    text-align: center !important;
	    font-size: 13px !important;
}
body.taxonomy-product_cat-desechables ul.products li.product .price {
	    text-align: center !important;
	    font-size: 15px !important;
	    color: #666666 !important;
}
body.taxonomy-product_cat-desechables ul.products li.product .price .amount {
	    color: #666666 !important;
}
body.taxonomy-product_cat-desechables ul.products li.product a.button {
	    display: block;
	    width: fit-content;
	    max-width: 100%;
	    margin: 0 auto !important;
	    text-transform: none !important;
	    font-size: 13px !important;
	    padding: 8px 20px !important;
}
/* === Igualar tamao de imagenes/tarjetas en Desechables === */
body.taxonomy-product_cat-desechables ul.products li.product a.woocommerce-loop-product__link img {
	    aspect-ratio: 1 / 1 !important;
	    height: auto !important;
	    width: 100% !important;
	    object-fit: contain !important;
}


/* Ocultar selector "Ordenar por" en Desechables */
body.taxonomy-product_cat-desechables .woocommerce-ordering {
	    display: none !important;
}

/* Igualar altura del titulo para que todas las tarjetas midan lo mismo */
body.taxonomy-product_cat-desechables ul.products li.product .woocommerce-loop-product__title {
	    min-height: 154px !important;
}

/* Ocultar descripcion de categoria en Desechables (solo visualmente, no se borra el contenido) */
body.taxonomy-product_cat-desechables .term-description {
	display: none !important;
	
}