/*
 Theme Name:   Nurfia Child
 Theme URI:    http://klbtheme.com/nurfia/
 Description:  Nurfia Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     nurfia
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  nurfia-child
*/

/* ------------------------------------------------------------------
   Mobile: botón ATC / Seleccionar opciones pegado al borde inferior
   de la imagen, a ancho completo, con opacidad.
   ------------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
	.product .product-thumbnail {
		--product-action-position: 0px;
	}

	.product .product-inner.product-type-1 .product-thumbnail .product-cart-actions,
	.products.list-view .product .product-thumbnail .product-cart-actions {
		position: absolute !important;
		bottom: 0 !important;
		top: auto !important;
		left: 0 !important;
		right: 0 !important;
		inset-inline: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		opacity: 0.85;
		transform: none !important;
		-webkit-transform: none !important;
	}

	.product .product-inner.product-type-1 .product-thumbnail .product-cart-actions .product-cart-actions-inner,
	.products.list-view .product .product-thumbnail .product-cart-actions .product-cart-actions-inner {
		width: 100%;
		border-radius: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		background-color: rgba(255, 255, 255, 0.85);
	}

	.product .product-inner.product-type-1 .product-thumbnail .product-cart-actions .product-cart-actions-inner > a,
	.products.list-view .product .product-thumbnail .product-cart-actions .product-cart-actions-inner > a {
		width: 100%;
		justify-content: center;
		border-radius: 0;
	}
}
