/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Text Domain: hello-elementor-child
Description: Tema hijo de Hello Elementor para personalizaciones.
Version: 1.0
*/

/* ============================================
   CORRECCIÓN ALIGNWIDE - RESPONSIVE
   ============================================ */

/* Sobrescribir márgenes negativos del tema padre en móvil */
@media (max-width: 993px) {
	.alignwide {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.wp-block-woocommerce-cart.alignwide {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 620px) {
	.alignwide {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.wp-block-woocommerce-cart.alignwide {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 16px;
		padding-right: 16px;
	}
}
body .linet .elementor-widget-container {
	position: relative;
	padding-bottom: 8px;
	display: inline-block;
}
body .linet .elementor-widget-container:before {
	content: '';
	background-image: url('https://hashipy.io/wp-content/uploads/2024/10/linet.webp') !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	position: absolute;
}
body .elementor-button-icon{
	display:flex;
	align-items: center;
}
body .swiper-button-disabled{
	display:none !important;
	opacity:0;
}
@media (max-width: 520px){
	.elementor-swiper-button{
		display:none !important;
		opacity:0;
	}
}
body .elementor-image-box-wrappers{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 32px;
	background: #ECEBF7;
	border-radius: 8px;
}
body .elementor-image-box-wrappers img{
	width: 16px;height: 16px;
	object-fit: contain;
}
body .elementor-image-box-wrappers svg{
	width: 16px;height: 16px;
	object-fit: contain;
}
body .elementor-image-box-wrappers svg path{
	fill: #3935AB;
}
body .elementor-image-box-wrappers h3{
	font-family: 'Gotham';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #3935AB;
	margin:0 !important;
	color:#3935AB;
}
body .elementor-image-box-wrappers h3 a{
	color:#3935AB !important;
	text-decoration: none!important;
}
/*CATEGORIAS*/
body .categorias-container{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
body .categorias-container .card-categorias:before{
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(41, 38, 140, 0.3) 0%, #1E1B74 100%);
border-radius: 8px;
}
body .categorias-container .card-categorias-blancas:before{
	display: none !important;
	background: transparent !important;
}


body .categorias-container .card-categorias{
	min-height: 300px;
	position: relative;
	padding: 24px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid rgba(191, 190, 228, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 16px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
body .categorias-container .card-categorias-blancas{
	min-height: 250px;
}
body .categorias-container .card-categorias .cardbody-titulo{
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
}
body .categorias-container .card-categorias .elementor-image-box-img-categorias{
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	background: #fff;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
body .categorias-container .card-categorias-blancas .elementor-image-box-img-categorias{
	background: rgba(236, 235, 247, 1) !important;
}
body .categorias-container .card-categorias .elementor-image-box-img-categorias img{
	width: 20px;
	height: 20px;
	object-fit: contain;
}
body .elementor-image-box-title-cat{
	font-family: 'Gotham';
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 0.20000000298023224px;
	text-align: left;
	color: rgba(42, 47, 45, 1);
	margin-bottom: 0;

}
body .categorias-container .card-categorias p{
	font-family: 'Gotham Book';
	font-size: 16px;
	font-weight: 325;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: left;
	color: rgba(62, 69, 67, 1);
	margin: 0;
}
body .categorias-container .card-categorias a{
	color: rgba(255, 102, 0, 1) !important;
	font-family: 'Gotham';
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.25px;
	text-align: center;
	display: block;
	margin-left: auto;
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
	padding: 0;

}
body .categorias-container .card-categorias .elementor-button-content-wrappers{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
	transition: .3s ease all;
}
body .categorias-container .card-categorias .elementor-button-text{
	text-decoration: underline;
}
body .categorias-container .card-categorias a{
	transition: .3s ease all;
}
body .categorias-container .card-categorias a svg{
	width: 24px;
	 transition: .3s ease all;
}
body .categorias-container .card-categorias .elementor-button-content-wrappers:hover svg{
	/*gap: 8px;*/
}
body .categorias-container .card-categorias .elementor-button-content-wrappers:hover svg{
  transition: .3s ease all;
  transform: translateX(3px);
}
body #ver-mas-container {
	margin-top: 40px;
}
body #ver-mas-container button{
	padding: 0;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

}
body #ver-mas-container span{
	font-family: Gotham;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.20000000298023224px;
	text-align: center;
	color: rgba(57, 53, 171, 1);
	text-decoration: underline;
}
body #ver-mas-container svg{
	width: 12px;		
}
@media (max-width: 993px){
	body .categorias-container{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
@media (max-width: 620px){
	body .categorias-container{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}

body.backgroundazul .card-categorias{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	
	justify-content: flex-end !important;
	min-height: 300px;
	padding-top: 50px;
	border-radius: 16px !important;
	gap: 10px;
}
body.backgroundazul .card-categorias:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(41, 38, 140, 0.3) 0%, #1E1B74 100%);
}
body.backgroundazul .card-categorias .elementor-image-box-img-categorias{
	background: #fff !important;
	z-index: 1;
	position: relative;
}
body .backgroundazul .card-categorias h3{
	color: #fff !important;
	z-index: 1;
	position: relative;
}
body .backgroundazul .card-categorias p{
	color: #fff !important;
	z-index: 1;
	position: relative;
}
/*FIN CATEGORIAS*/
/*POST*/
body .contenedor-post{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
}
body .card-post{
	padding: 24px 0;
	border-radius: 16px 16px 16px 16px;
	box-shadow: 3px 3px 20px -4px rgba(16, 24.000000000000014, 40, 0.050980392156862744);
	border-top: 6px solid #FF6600;
	display: flex;
	flex-direction: column;
	gap: 16px;
	background:#fff;
}
body .card-post .card-extrellas-post{
	background-color: #FFDD03;
	padding: 4px 8px 4px 16px;
	border-radius: 8px 0px 0px 8px;
	display: inline-flex;
	margin-left: auto;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	justify-content: center;

}
body .card-post .card-extrellas-post span{
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #fff;
}
body .card-post a{
	text-decoration: none;
}
body .card-post p, body .card-post h3, body .card-post h5, body .card-post h2{
	margin: 0;
}
body .card-post .card-extrellas-post span svg{
	max-width: 9.29px;
	width: 100%;
}
body .card-post .card-extrellas-post span svg path{
	fill: #fff;
}

body .card-post .card-img-post a{
	display: flex !Important;
	padding: 2px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: linear-gradient(180deg, #FF6600 0%, #3935AB 100%);
	position: relative;
}
body .card-post .card-img-post  img {
	width: 170px;
	height: 170px;
	object-fit: contain;
	object-position: center center;
	border-style: none;
	border-radius: 9999px 9999px 9999px 9999px;
	padding: 2px;
	background-color: #fff;
}

body .card-img-post{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #fff;
	position: relative;
}
body .pcompras{
	color: #3935AB;
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: center;
}
body .ptitulo{
	font-family: 'Gotham', Sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	color: #2A2F2D;
	text-align: center;
}
body .ptitulo a{
	text-decoration: none;
	color: #3E4543;
}
body .pdescripcion{
	color: #3E4543;
	font-family:'Gotham Book', Sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	text-align: center;
	max-width: 90%;

	margin: 0 auto;
}
body .ciudad{
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	justify-content: center;
}
body .ciudad span{
	font-family: 'Gotham', Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.2px;
}
body .ciudad svg{
	width:40px;
	height:40px;
}
body .pciudad{
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	text-align: center;
}
body .card-body-post{
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	justify-content: center;
}
body hr{
	width: 100%;
	border-top: 1px solid #9390D180;
}
@media (max-width: 764px){
	.pdescripcion{
		max-width: 100%;
	}
}
body .shopper-search-box{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 0;
	max-width: 484px;
	margin-bottom: 28px;
}
body .shopper-search-box input{
	border: 1px solid rgba(191, 190, 228, 0.5) !important;
	height: 48px;
	padding: 12px 16px;
	padding-left: 42px;
	font-family:'Gotham Book', Sans-serif;
	font-size: 16px;
	font-weight: 325;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: left;
	color: rgba(139, 143, 142, 1);
	width: 322px;
	border-radius: 8px 0 0 8px;
}
body .shopper-search-box input:placeholder{
	font-family:'Gotham Book', Sans-serif;
	font-size: 16px;
	font-weight: 325;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: left;
	color: rgba(139, 143, 142, 1);
}
body .shopper-search-input, .shooper-search-select{
	position: relative;
}
body .shopper-search-input svg{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	max-height: 16px;
}
body .shooper-search-select select{
	-webkit-appearance: none; /* Quita la flecha en Chrome, Safari, y otros navegadores basados en WebKit */
	-moz-appearance: none;    /* Quita la flecha en Firefox */
	appearance: none;         /* Quita la flecha en navegadores compatibles */

	padding: 12px 24px;
	padding-right: 46px;
	border: 1px solid rgba(191, 190, 228, 0.5);
	height: 48px;
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 325;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: left;
	color: rgba(255, 102, 0, 1);

	background: rgba(255, 240, 230, 1);
	border-left: none;
	border-radius: 0 8px 8px 0;
}
body input,  body select{
	box-shadow: none;
	outline: none !important;
}
body .shooper-search-select svg{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	max-height: 12px;
	pointer-events: none;
}
body #load-more{
	font-family: 'Gotham', Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.20000000298023224px;
	text-align: center;
	color: rgba(57, 53, 171, 1);
	padding:0;
	margin: 40px  auto 0;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	gap:12px;
	background:transparent!important;
	border: none !important;
	box-shadow:none !important;
}
#load-more span{
	text-decoration:underline;
}
body .btnpshop{
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	gap:8px;
	background: rgba(57, 53, 171, 1);
padding: 16px 32px;
font-family: 'Gotham', Sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.5px;
text-align: center;
border-radius:12px;
color:#fff !important;
transition:.3s ease all;
}
body .btnpshop:hover{
	box-shadow: 0px 4px 20px 0px rgba(57, 53, 171, 0.4);
/*	// gap: 12px !important;
	// transition:.3s ease all;*/
}
@media (max-width: 993px){
	body .btnpshop{
	gap:8px;
padding: 12px 16px;
font-size: 14px;
line-height: 20px;
}
	body .shopper-search-box input{
		width:100%;
	}
	body .contenedor-post{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 12px 8px;
	}
	body .card-post .card-img-post img{
		width: 90px;
		height: 90px;
	}
	body .pcompras, .pdescripcion{
		display:none;
	}
	body .card-body-post{
		padding: 0 8px;
		gap:16px;
	}
	body .card-post{
		padding: 16px 0; 
	}
	body .elementor-image-box-wrappers h3{
		font-size: 14px;
		line-height: 22px;
	}
	body .ciudad span{
		font-size: 16px;
		line-height: 24px;
	}
	body .ciudad svg{
		max-width:32px;
	}
	body .elementor-kit-6 h2 {
	    font-size: 20px;
	    line-height: 26px;
	}
	body .elementor-image-box-wrappers {
	    gap: 8px;
	    padding: 6px 14px;
	}
	body .card-post .card-extrellas-post span{
		font-size:12px;
		line-height:16px;
	}
	body .shopper-search-box{
	 	display:grid;
		grid-template-columns:1fr 1fr;
	}
	body .shooper-search-select select {
    font-size: 14px;
    padding:12px 16px;
    line-height: 20px;
}
}
body .btnlinkhover .elementor-button-content-wrapper{
	transition:.3s ease all
}
body .btnlinkhover:hover .elementor-button-content-wrapper{
	/*gap: 12px !important;
	transition:.3s ease all;*/
}

/* ============================================
   WOOCOMMERCE SHOP PAGE - ESTILOS DE MARCA
   ============================================ */

/* Grid de productos */
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Eliminar espacios vacíos creados por ::before y ::after del clearfix */
.woocommerce .products ul::before,
.woocommerce .products ul::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
	content: none !important;
	display: none !important;
}

@media (max-width: 993px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (max-width: 620px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
	}
}

/* Cards de productos */
.woocommerce ul.products li.product {
	padding: 24px;
	width: auto;
	min-height: auto;
	border-radius: 16px;
	box-shadow: 3px 3px 20px -4px rgba(16, 24, 40, 0.05);
	border-top: 6px solid #FF6600;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: #fff;
	position: relative;
	transition: all 0.3s ease;
	text-align: center;
	overflow: visible;
}

/* Sobrescribir estilos del tema padre que usan width con porcentajes */
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
	width: auto !important;
}

.woocommerce ul.products li.product:hover {
	box-shadow: 3px 3px 20px -4px rgba(57, 53, 171, 0.15);
	transform: translateY(-2px);
}

/* Contenedor del link - contiene imagen, título y precio */
.woocommerce ul.products li.product a.woocommerce-loop-product__link,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	flex-shrink: 0;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}

/* Gradiente circular detrás de la imagen usando ::before del link, posicionado solo detrás de la imagen */
.woocommerce ul.products li.product a.woocommerce-loop-product__link::before,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: linear-gradient(180deg, #FF6600 0%, #3935AB 100%);
	z-index: 1;
	pointer-events: none;
}

/* Contenedor para la imagen con gradiente circular */
.woocommerce ul.products li.product a.woocommerce-loop-product__link > img,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link > img {
	position: relative;
	width: 196px;
	height: 196px;
	object-fit: contain;
	border-radius: 50%;
	background-color: #fff;
	display: block;
	margin: 2px auto 20px;
	z-index: 2;
	padding: 0;
	box-sizing: border-box;
}

/* Media queries responsive para imágenes y gradientes */
@media (max-width: 993px) {
	.woocommerce ul.products li.product a.woocommerce-loop-product__link::before,
	.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before {
		width: 150px;
		height: 150px;
	}
	
	.woocommerce ul.products li.product a.woocommerce-loop-product__link > img,
	.woocommerce ul.products li.product a.woocommerce-LoopProduct-link > img {
		width: 146px;
		height: 146px;
	}
	
	.woocommerce ul.products li.product {
		padding: 20px;
	}
	
	.woocommerce ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title,
	.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
		font-size: 18px !important;
		line-height: 26px !important;
	}
	
	.woocommerce ul.products li.product a.woocommerce-loop-product__link .price,
	.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	
	.woocommerce .woocommerce-ordering {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	
	.woocommerce .woocommerce-ordering select {
		width: 100%;
		max-width: 100%;
	}
	
	.woocommerce .page-title {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 24px;
	}
	
	.woocommerce .woocommerce-breadcrumb {
		font-size: 13px;
		margin-bottom: 20px;
	}
}

/* Mobile específico - 768px */
@media only screen and (max-width: 768px) {
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: auto;
		float: left;
		clear: both;
		margin: 0 0 2.992em;
	}
}

@media (max-width: 620px) {
	.woocommerce ul.products li.product a.woocommerce-loop-product__link::before,
	.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before {
		width: 120px;
		height: 120px;
	}
	
	.woocommerce ul.products li.product a.woocommerce-loop-product__link > img,
	.woocommerce ul.products li.product a.woocommerce-LoopProduct-link > img {
		width: 116px;
		height: 116px;
	}
	
	.woocommerce ul.products li.product {
		padding: 16px;
	}
	
	.woocommerce ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title,
	.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
		font-size: 16px !important;
		line-height: 24px !important;
		margin-bottom: 8px !important;
	}
	
	.woocommerce ul.products li.product a.woocommerce-loop-product__link .price,
	.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price {
		font-size: 15px !important;
		line-height: 22px !important;
		margin-bottom: 16px !important;
	}
	
	.woocommerce span.onsale {
		font-size: 12px;
		padding: 3px 10px;
		top: 12px;
		right: 12px;
	}
	
	.woocommerce .page-title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	
	.woocommerce .woocommerce-breadcrumb {
		font-size: 12px;
		margin-bottom: 16px;
	}
	
	.woocommerce .woocommerce-result-count {
		font-size: 14px;
		line-height: 20px;
	}
	
	.woocommerce .woocommerce-ordering select {
		font-size: 14px;
		padding: 10px 14px;
		padding-right: 40px;
		height: 44px;
	}
	
	.woocommerce nav.woocommerce-pagination ul li a,
	.woocommerce nav.woocommerce-pagination ul li span {
		font-size: 14px;
		padding: 6px 12px;
	}
	
	.woocommerce nav.woocommerce-pagination {
		margin-top: 32px;
	}
}

/* Badge de "Sale" */
.woocommerce span.onsale {
	background-color: #FFDD03 !important;
	color: #fff !important;
	font-family: 'Gotham', Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.5px;
	padding: 4px 12px;
	border-radius: 8px;
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 10;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Título del producto - está DENTRO del link */
.woocommerce ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title,
.woocommerce ul.products li.product a.woocommerce-loop-product__link h2,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	font-family: 'Gotham', Sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	color: #2A2F2D !important;
	text-align: center !important;
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
	width: 100% !important;
	flex-shrink: 0;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title a,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title a {
	color: #3E4543 !important;
	text-decoration: none !important;
	transition: color 0.3s ease;
	display: block !important;
	word-wrap: break-word;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title a:hover,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title a:hover {
	color: #3935AB !important;
}

/* Precio - está DENTRO del link */
.woocommerce ul.products li.product a.woocommerce-loop-product__link .price,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price,
.woocommerce ul.products li.product a.woocommerce-loop-product__link span.price,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link span.price,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product span.price {
	font-family: 'Gotham', Sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 26px !important;
	color: #3935AB !important;
	text-align: center !important;
	margin: 0 0 0 0 !important;
	padding: 0 !important;
	width: 100% !important;
	flex-shrink: 0;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.woocommerce ul.products li.product .price del {
	color: rgba(139, 143, 142, 1);
	font-size: 16px;
	margin-right: 8px;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
	color: #3935AB;
}

/* Botón "Add to cart" */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
	font-family: 'Gotham', Sans-serif;
	background: rgba(57, 53, 171, 1) !important;
	color: #fff !important;
	border: none !important;
	padding: 16px 32px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: center;
	border-radius: 12px;
	margin: 0;
	transition: all 0.3s ease;
	box-shadow: none !important;
	cursor: pointer;
	width: 100%;
	display: block;
	flex-shrink: 0;
	margin-top: auto;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover {
	background: rgba(41, 38, 140, 1) !important;
	box-shadow: 0px 4px 20px 0px rgba(57, 53, 171, 0.4) !important;
	transform: translateY(-1px);
}

.woocommerce ul.products li.product .button.added {
	background: rgba(255, 102, 0, 1) !important;
}

.woocommerce ul.products li.product .button.loading {
	opacity: 0.7;
	pointer-events: none;
}

@media (max-width: 993px) {
	.woocommerce ul.products li.product .button,
	.woocommerce ul.products li.product .add_to_cart_button {
		padding: 14px 24px;
		font-size: 15px;
		line-height: 22px;
	}
}

@media (max-width: 620px) {
	.woocommerce ul.products li.product .button,
	.woocommerce ul.products li.product .add_to_cart_button {
		padding: 12px 20px;
		font-size: 14px;
		line-height: 20px;
	}
}

/* Filtros y ordenamiento */
.woocommerce .woocommerce-ordering select {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 325;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: rgba(255, 102, 0, 1);
	background: rgba(255, 240, 230, 1);
	border: 1px solid rgba(191, 190, 228, 0.5);
	border-radius: 8px;
	padding: 12px 24px;
	padding-right: 46px;
	height: 48px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 0.999999L7 7L13 1' stroke='%23FF6600' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	background-size: 14px;
}

.woocommerce .woocommerce-result-count {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: rgba(62, 69, 67, 1);
}

/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	color: rgba(139, 143, 142, 1);
	margin-bottom: 24px;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #3935AB;
	text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}

/* Título de página */
.woocommerce .page-title {
	font-family: 'Gotham', Sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
	color: #2A2F2D;
	margin-bottom: 32px;
}

/* Paginación */
.woocommerce nav.woocommerce-pagination {
	margin-top: 40px;
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #3935AB;
	padding: 8px 16px;
	border-radius: 8px;
	border: 1px solid rgba(191, 190, 228, 0.5);
	background: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #3935AB;
	color: #fff;
	border-color: #3935AB;
}

/* Mensaje "No products found" */
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: rgba(62, 69, 67, 1);
	background: rgba(236, 235, 247, 1);
	border: 1px solid rgba(191, 190, 228, 0.5);
	border-radius: 8px;
	padding: 16px 24px;
	margin-bottom: 24px;
}

/* Botones de filtro (si hay widgets) */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(236, 235, 247, 1);
	border-radius: 8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background: #3935AB;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	top: -8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: #FF6600;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-family: 'Gotham', Sans-serif;
	background: #3935AB !important;
	color: #fff !important;
	border: none !important;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 400;
}

/* Estilos para el bloque "Coming Soon" */
.woocommerce .woocommerce-coming-soon {
	font-family: 'Gotham', Sans-serif;
	text-align: center;
	padding: 60px 20px;
}

.woocommerce .woocommerce-coming-soon h1 {
	font-family: 'Gotham', Sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
	color: #2A2F2D;
	margin-bottom: 16px;
}

.woocommerce .woocommerce-coming-soon p {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	color: rgba(62, 69, 67, 1);
}

/* Estilos para el contenedor de productos y filtros */
.woocommerce .woocommerce-products-header {
	margin-bottom: 32px;
}

.woocommerce .woocommerce-ordering {
	margin-bottom: 24px;
}

/* Asegurar que el botón no esté dentro del link (solo si está dentro) */
.woocommerce ul.products li.product a.woocommerce-loop-product__link .button,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .button {
	display: none !important;
}

/* El título y precio SÍ están dentro del link, así que NO los ocultamos */
/* Solo ocultamos botones dentro del link */

/* Estructura del producto - asegurar orden correcto y evitar superposiciones */
.woocommerce ul.products li.product > * {
	position: relative;
	z-index: auto;
}

/* Link - contiene imagen, título y precio */
.woocommerce ul.products li.product a.woocommerce-loop-product__link,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	order: 1;
	margin-bottom: 20px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	position: relative !important;
}

/* Estilos específicos para WooCommerce dentro de Elementor */
.elementor-widget-wc-archive-products .woocommerce {
	width: 100% !important;
}

.elementor-widget-wc-archive-products .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 35px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	width: 100% !important;
}

.elementor-widget-wc-archive-products .woocommerce ul.products::before,
.elementor-widget-wc-archive-products .woocommerce ul.products::after {
	content: none !important;
	display: none !important;
}

.elementor-widget-wc-archive-products .elementor-widget-container {
	width: 100% !important;
	overflow: visible !important;
}

.elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products,
.elementor-widget-wc-archive-products .woocommerce.columns-3 ul.products,
.elementor-widget-wc-archive-products .woocommerce.columns-2 ul.products {
	display: grid !important;
}

.elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products li.product,
.elementor-widget-wc-archive-products .woocommerce.columns-3 ul.products li.product,
.elementor-widget-wc-archive-products .woocommerce.columns-2 ul.products li.product {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
}

.elementor-widget-wc-archive-products .woocommerce ul.products li.product {
	padding: 24px !important;
	width: auto !important;
	min-height: auto !important;
	border-radius: 16px !important;
	box-shadow: 3px 3px 20px -4px rgba(16, 24, 40, 0.05) !important;
	border-top: 6px solid #FF6600 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-start !important;
	background: #fff !important;
	position: relative !important;
	transition: all 0.3s ease !important;
	text-align: center !important;
	overflow: visible !important;
}

.elementor-widget-wc-archive-products .woocommerce ul.products li.product a.woocommerce-loop-product__link,
.elementor-widget-wc-archive-products .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	text-decoration: none !important;
	flex-shrink: 0 !important;
	margin-bottom: 20px !important;
	width: 100% !important;
	position: relative !important;
}

/* Gradiente circular detrás de la imagen - dentro de Elementor */
.elementor-widget-wc-archive-products .woocommerce ul.products li.product a.woocommerce-loop-product__link::before,
.elementor-widget-wc-archive-products .woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 200px !important;
	height: 200px !important;
	border-radius: 50% !important;
	background: linear-gradient(180deg, #FF6600 0%, #3935AB 100%) !important;
	z-index: 1 !important;
	pointer-events: none !important;
	display: block !important;
}

.elementor-widget-wc-archive-products .woocommerce ul.products li.product a.woocommerce-loop-product__link > img,
.elementor-widget-wc-archive-products .woocommerce ul.products li.product a.woocommerce-LoopProduct-link > img {
	position: relative !important;
	width: 196px !important;
	height: 196px !important;
	object-fit: contain !important;
	border-radius: 50% !important;
	background-color: #fff !important;
	display: block !important;
	margin: 2px auto 20px !important;
	z-index: 2 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

.elementor-widget-wc-archive-products .woocommerce ul.products li.product .woocommerce-loop-product__title,
.elementor-widget-wc-archive-products .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	font-family: 'Gotham', Sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	color: #2A2F2D !important;
	text-align: center !important;
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
	width: 100% !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.elementor-widget-wc-archive-products .woocommerce ul.products li.product .price {
	font-family: 'Gotham', Sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 26px !important;
	color: #3935AB !important;
	text-align: center !important;
	margin: 0 0 0 0 !important;
	padding: 0 !important;
	width: 100% !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.elementor-widget-wc-archive-products .woocommerce ul.products li.product .button,
.elementor-widget-wc-archive-products .woocommerce ul.products li.product .add_to_cart_button {
	font-family: 'Gotham', Sans-serif !important;
	background: rgba(57, 53, 171, 1) !important;
	color: #fff !important;
	border: none !important;
	padding: 16px 32px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	letter-spacing: 0.5px !important;
	text-align: center !important;
	border-radius: 12px !important;
	margin: 0 !important;
	margin-top: auto !important;
	transition: all 0.3s ease !important;
	box-shadow: none !important;
	cursor: pointer !important;
	width: 100% !important;
	display: block !important;
}

.elementor-widget-wc-archive-products .woocommerce ul.products li.product .button:hover,
.elementor-widget-wc-archive-products .woocommerce ul.products li.product .add_to_cart_button:hover {
	background: rgba(41, 38, 140, 1) !important;
	box-shadow: 0px 4px 20px 0px rgba(57, 53, 171, 0.4) !important;
	transform: translateY(-1px) !important;
}

@media (max-width: 993px) {
	.elementor-widget-wc-archive-products .woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px !important;
	}
	
	.elementor-widget-wc-archive-products .woocommerce ul.products li.product a.woocommerce-loop-product__link::before,
	.elementor-widget-wc-archive-products .woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before {
		width: 150px !important;
		height: 150px !important;
	}
	
	.elementor-widget-wc-archive-products .woocommerce ul.products li.product a.woocommerce-loop-product__link > img,
	.elementor-widget-wc-archive-products .woocommerce ul.products li.product a.woocommerce-LoopProduct-link > img {
		width: 146px !important;
		height: 146px !important;
	}
}

@media (max-width: 620px) {
	.elementor-widget-wc-archive-products .woocommerce ul.products {
		grid-template-columns: repeat(1, 1fr) !important;
		gap: 16px !important;
	}
	
	.elementor-widget-wc-archive-products .woocommerce ul.products li.product a.woocommerce-loop-product__link::before,
	.elementor-widget-wc-archive-products .woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before {
		width: 120px !important;
		height: 120px !important;
	}
	
	.elementor-widget-wc-archive-products .woocommerce ul.products li.product a.woocommerce-loop-product__link > img,
	.elementor-widget-wc-archive-products .woocommerce ul.products li.product a.woocommerce-LoopProduct-link > img {
		width: 116px !important;
		height: 116px !important;
	}
}

/* Los estilos de Elementor tienen prioridad, así que el ::before se mostrará solo dentro de Elementor */

/* Título - está DENTRO del link */
.woocommerce ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
	order: 2;
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 100% !important;
	flex-shrink: 0;
}

/* Precio - está DENTRO del link */
.woocommerce ul.products li.product a.woocommerce-loop-product__link .price,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price {
	order: 3;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 100% !important;
	flex-shrink: 0;
}

/* Botón - está FUERA del link */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
	order: 4;
	margin-top: auto !important;
	margin-bottom: 0 !important;
	display: block !important;
	position: relative !important;
	z-index: auto !important;
}

/* Rating si existe */
.woocommerce ul.products li.product .star-rating {
	margin: 0 auto 12px;
	order: 2.5;
	display: block;
}

/* Estilos para categorías de productos */
.woocommerce .product-categories {
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce .product-categories li {
	margin-bottom: 8px;
}

.woocommerce .product-categories li a {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #3935AB;
	text-decoration: none;
	transition: color 0.3s ease;
}

.woocommerce .product-categories li a:hover {
	color: #FF6600;
}

/* Estilos para el contenedor principal del shop */
.woocommerce-page .site-main {
	padding: 40px 0;
}

/* Estilos para el sidebar de WooCommerce */
.woocommerce .widget {
	background: #fff;
	border: 1px solid rgba(191, 190, 228, 0.5);
	border-radius: 8px;
	padding: 24px;
	margin-bottom: 24px;
}

.woocommerce .widget h2.widget-title {
	font-family: 'Gotham', Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #2A2F2D;
	margin-bottom: 16px;
}

/* Estilos para el botón de "Ver más" en productos */
.woocommerce .woocommerce-loop-product__link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, #FF6600 0%, #3935AB 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.woocommerce .woocommerce-loop-product__link:hover::after {
	opacity: 1;
}

/* Estilos para productos destacados */
.woocommerce ul.products li.product.featured::before {
	content: '⭐';
	position: absolute;
	top: 16px;
	left: 16px;
	font-size: 20px;
	z-index: 10;
}

/* Estilos para productos agotados */
.woocommerce ul.products li.product.outofstock .woocommerce-loop-product__link {
	opacity: 0.6;
}

.woocommerce ul.products li.product.outofstock::after {
	content: 'Agotado';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(57, 53, 171, 0.9);
	color: #fff;
	padding: 8px 16px;
	border-radius: 8px;
	font-family: 'Gotham', Sans-serif;
	font-size: 14px;
	font-weight: 400;
	z-index: 5;
}

/* ============================================
   WOOCOMMERCE SINGLE PRODUCT PAGE - ESTILOS DE MARCA
   ============================================ */

/* Contenedor principal del producto - SOLO para single product page */
.woocommerce.single-product div.product,
.woocommerce-page.single-product div.product,
body.single-product .woocommerce div.product {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	margin-bottom: 48px;
	max-width: 100%;
	width: 100%;
}

/* Asegurar que en shop/archive los productos NO usen el grid de 2 columnas */
.woocommerce ul.products li.product,
.elementor-widget-wc-archive-products .woocommerce ul.products li.product,
.woocommerce.archive ul.products li.product,
.woocommerce-page.archive ul.products li.product,
body.archive .woocommerce ul.products li.product,
body.woocommerce-shop .woocommerce ul.products li.product {
	display: flex !important;
	flex-direction: column !important;
	grid-template-columns: none !important;
}

/* Asegurar que el contenedor principal tenga un ancho máximo razonable - SOLO single product */
.woocommerce-page.single-product .site-main .woocommerce div.product,
body.single-product .woocommerce-page .site-main .woocommerce div.product {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}

/* Galería de imágenes del producto */
.woocommerce div.product div.images {
	margin-bottom: 0;
	position: relative;
}

/* Ajustar galería cuando no tiene imágenes o solo tiene placeholder */
.woocommerce div.product div.images.woocommerce-product-gallery--without-images {
	width: 100%;
}

.woocommerce div.product div.images.woocommerce-product-gallery--columns-4 {
	display: block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
	width: 100%;
	text-align: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
	width: 100%;
	text-align: center;
	display: block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: 3px 3px 20px -4px rgba(16, 24, 40, 0.05);
	display: block;
}

/* Asegurar que el wrapper de la galería no tenga problemas de layout */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	display: block;
	width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
	border-radius: 16px;
	box-shadow: 3px 3px 20px -4px rgba(16, 24, 40, 0.05);
	width: 100%;
	height: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 16px;
	right: 16px;
	background: rgba(57, 53, 171, 0.9);
	border-radius: 8px;
	padding: 8px 12px;
	z-index: 10;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
	width: 20px;
	height: 20px;
	box-shadow: none;
}

/* Thumbnails de la galería */
.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	gap: 12px;
	margin-top: 16px;
	padding: 0;
	list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	flex: 1;
	margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	border-radius: 8px;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s ease;
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover,
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

/* Resumen del producto (lado derecho) */
.woocommerce div.product div.summary {
	margin-bottom: 0;
	width: auto;
	display: flex;
	flex-direction: column;
}

/* Título del producto */
.woocommerce div.product .product_title {
	font-family: 'Gotham', Sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
	color: #2A2F2D;
	margin-bottom: 16px;
	margin-top: 0;
}

/* Rating */
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
	margin: 0;
}

.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: rgba(62, 69, 67, 1);
	text-decoration: none;
}

.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link:hover {
	color: #3935AB;
	text-decoration: underline;
}

/* Precio */
.woocommerce div.product .price {
	font-family: 'Gotham', Sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 38px;
	color: #3935AB;
	margin-bottom: 24px;
	margin-top: 0;
	display: block;
}

.woocommerce div.product .price del {
	color: rgba(139, 143, 142, 1);
	font-size: 20px;
	margin-right: 12px;
}

.woocommerce div.product .price ins {
	text-decoration: none;
	color: #3935AB;
}

/* Descripción corta */
.woocommerce div.product .woocommerce-product-details__short-description {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: rgba(62, 69, 67, 1);
	margin-bottom: 24px;
}

.woocommerce div.product .woocommerce-product-details__short-description p {
	margin-bottom: 12px;
}

/* Formulario de añadir al carrito */
.woocommerce div.product form.cart {
	margin-bottom: 24px;
	margin-top: 24px;
	padding: 24px;
	background: rgba(236, 235, 247, 0.5);
	border-radius: 12px;
	border: 1px solid rgba(191, 190, 228, 0.5);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.woocommerce div.product form.cart .quantity {
	margin-bottom: 16px;
}

.woocommerce div.product form.cart .quantity input.qty {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	width: 80px;
	height: 48px;
	border: 1px solid rgba(191, 190, 228, 0.5);
	border-radius: 8px;
	padding: 12px;
	text-align: center;
	color: #2A2F2D;
}

/* Variaciones de producto */
.woocommerce div.product form.cart .variations {
	margin-bottom: 16px;
	width: 100%;
}

.woocommerce div.product form.cart .variations tr {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}

.woocommerce div.product form.cart .variations td {
	padding: 0;
	border: none;
}

.woocommerce div.product form.cart .variations label {
	font-family: 'Gotham', Sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #2A2F2D;
	margin-bottom: 8px;
	display: block;
}

.woocommerce div.product form.cart .variations select {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 325;
	line-height: 24px;
	color: rgba(255, 102, 0, 1);
	background: rgba(255, 240, 230, 1);
	border: 1px solid rgba(191, 190, 228, 0.5);
	border-radius: 8px;
	padding: 12px 24px;
	padding-right: 46px;
	height: 48px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 0.999999L7 7L13 1' stroke='%23FF6600' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	background-size: 14px;
}

.woocommerce div.product form.cart .variations .reset_variations {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 14px;
	color: #3935AB;
	text-decoration: underline;
	margin-top: 8px;
	display: inline-block;
}

.woocommerce div.product form.cart .variations .reset_variations:hover {
	color: #FF6600;
}

/* Botón añadir al carrito */
.woocommerce div.product form.cart .single_add_to_cart_button {
	font-family: 'Gotham', Sans-serif;
	background: rgba(57, 53, 171, 1) !important;
	color: #fff !important;
	border: none !important;
	padding: 16px 32px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: center;
	border-radius: 12px;
	margin: 0;
	transition: all 0.3s ease;
	box-shadow: none !important;
	cursor: pointer;
	width: 100%;
	display: block;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover {
	background: rgba(41, 38, 140, 1) !important;
	box-shadow: 0px 4px 20px 0px rgba(57, 53, 171, 0.4) !important;
	transform: translateY(-1px);
}

.woocommerce div.product form.cart .single_add_to_cart_button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Meta del producto (SKU, categorías, tags) */
.woocommerce div.product .product_meta {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(191, 190, 228, 0.5);
	font-family: 'Gotham Book', Sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: rgba(62, 69, 67, 1);
}

.woocommerce div.product .product_meta > span {
	display: block;
	margin-bottom: 8px;
}

.woocommerce div.product .product_meta > span > span,
.woocommerce div.product .product_meta > span > a {
	color: #3935AB;
	text-decoration: none;
}

.woocommerce div.product .product_meta > span > a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* Badge de "Sale" en single product */
.woocommerce div.product span.onsale {
	background-color: #FFDD03 !important;
	color: #fff !important;
	font-family: 'Gotham', Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.5px;
	padding: 4px 12px;
	border-radius: 8px;
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 10;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Tabs del producto (Descripción, Información adicional, Reseñas) */
.woocommerce div.product .woocommerce-tabs {
	margin-top: 48px;
	margin-bottom: 48px;
	grid-column: 1 / -1; /* Ocupa todo el ancho del grid */
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0 0 24px 0;
	border-bottom: 2px solid rgba(191, 190, 228, 0.5);
	display: flex;
	gap: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: rgba(62, 69, 67, 1);
	padding: 16px 24px;
	display: block;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
	transition: all 0.3s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #3935AB;
	border-bottom-color: #3935AB;
}

.woocommerce div.product .woocommerce-tabs .panel {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: rgba(62, 69, 67, 1);
	padding: 24px 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-family: 'Gotham', Sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	color: #2A2F2D;
	margin-bottom: 16px;
}

/* Ocultar el heading "Additional information" dentro del tab */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information h2 {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 16px;
}

.woocommerce div.product .woocommerce-tabs .panel table th,
.woocommerce div.product .woocommerce-tabs .panel table td {
	padding: 12px;
	border-bottom: 1px solid rgba(191, 190, 228, 0.5);
	text-align: left;
}

.woocommerce div.product .woocommerce-tabs .panel table th {
	font-family: 'Gotham', Sans-serif;
	font-weight: 400;
	color: #2A2F2D;
	width: 30%;
}

/* Productos relacionados */
.woocommerce div.product .related.products {
	margin-top: 48px;
	grid-column: 1 / -1; /* Ocupa todo el ancho del grid */
	width: 100%;
}

.woocommerce div.product .related.products h2 {
	font-family: 'Gotham', Sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 38px;
	color: #2A2F2D;
	margin-bottom: 32px;
	text-align: center;
}

/* Asegurar que los productos relacionados usen el mismo estilo del shop */
.woocommerce div.product .related.products ul.products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce div.product .related.products ul.products.columns-4 {
	grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 993px) {
	.woocommerce div.product .related.products ul.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (max-width: 620px) {
	.woocommerce div.product .related.products ul.products {
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
	}
	
	.woocommerce div.product .related.products ul.products.columns-4 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

/* Compartir producto */
.woocommerce div.product .product_meta + .social-share,
.woocommerce div.product .woocommerce-product-rating + .social-share {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(191, 190, 228, 0.5);
}

/* Responsive - Single Product */
@media (max-width: 993px) {
	.woocommerce.single-product div.product,
	.woocommerce-page.single-product div.product,
	body.single-product .woocommerce div.product {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	
	.woocommerce.single-product div.product .woocommerce-tabs,
	.woocommerce-page.single-product div.product .woocommerce-tabs,
	body.single-product .woocommerce div.product .woocommerce-tabs {
		grid-column: 1;
	}
	
	.woocommerce.single-product div.product .related.products,
	.woocommerce-page.single-product div.product .related.products,
	body.single-product .woocommerce div.product .related.products {
		grid-column: 1;
	}
	
	.woocommerce.single-product div.product .product_title,
	.woocommerce-page.single-product div.product .product_title,
	body.single-product .woocommerce div.product .product_title {
		font-size: 28px;
		line-height: 36px;
	}
	
	.woocommerce.single-product div.product .price,
	.woocommerce-page.single-product div.product .price,
	body.single-product .woocommerce div.product .price {
		font-size: 24px;
		line-height: 32px;
	}
	
	.woocommerce.single-product div.product form.cart,
	.woocommerce-page.single-product div.product form.cart,
	body.single-product .woocommerce div.product form.cart {
		padding: 20px;
	}
	
	.woocommerce.single-product div.product .woocommerce-tabs ul.tabs,
	.woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs,
	body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
		flex-wrap: wrap;
	}
	
	.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs li a,
	body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: 12px 16px;
		font-size: 14px;
	}
}

@media (max-width: 620px) {
	.woocommerce.single-product div.product,
	.woocommerce-page.single-product div.product,
	body.single-product .woocommerce div.product {
		gap: 24px;
		margin-bottom: 32px;
	}
	
	.woocommerce.single-product div.product .product_title,
	.woocommerce-page.single-product div.product .product_title,
	body.single-product .woocommerce div.product .product_title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 12px;
	}
	
	.woocommerce.single-product div.product .price,
	.woocommerce-page.single-product div.product .price,
	body.single-product .woocommerce div.product .price {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 16px;
	}
	
	.woocommerce.single-product div.product form.cart,
	.woocommerce-page.single-product div.product form.cart,
	body.single-product .woocommerce div.product form.cart {
		padding: 16px;
	}
	
	.woocommerce.single-product div.product form.cart .single_add_to_cart_button,
	.woocommerce-page.single-product div.product form.cart .single_add_to_cart_button,
	body.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
		padding: 14px 24px;
		font-size: 15px;
	}
	
	.woocommerce.single-product div.product .woocommerce-tabs,
	.woocommerce-page.single-product div.product .woocommerce-tabs,
	body.single-product .woocommerce div.product .woocommerce-tabs {
		margin-top: 32px;
		margin-bottom: 32px;
	}
	
	.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs li a,
	body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: 10px 12px;
		font-size: 13px;
	}
	
	.woocommerce.single-product div.product .woocommerce-tabs .panel,
	.woocommerce-page.single-product div.product .woocommerce-tabs .panel,
	body.single-product .woocommerce div.product .woocommerce-tabs .panel {
		padding: 16px 0;
		font-size: 14px;
	}
	
	.woocommerce.single-product div.product .related.products h2,
	.woocommerce-page.single-product div.product .related.products h2,
	body.single-product .woocommerce div.product .related.products h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 24px;
	}
}

/* ============================================
   WOOCOMMERCE CART PAGE - ESTILOS DE MARCA (WOOCOMMERCE BLOCKS)
   ============================================ */

/* Título de la página del carrito */
.woocommerce-cart .entry-title,
.woocommerce-cart h1.entry-title,
.woocommerce-cart .page-header h1 {
	font-family: 'Gotham', Sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
	color: #2A2F2D;
	margin-bottom: 32px;
}

/* Contenedor principal del carrito con bloques */
.wp-block-woocommerce-cart,
.wc-block-cart {
	width: 100%;
	max-width: 100%;
}

/* Layout del carrito - 2 columnas */
.wc-block-components-sidebar-layout,
.wc-block-cart.wc-block-components-sidebar-layout {
	display: grid !important;
	grid-template-columns: 1fr 400px !important;
	gap: 48px !important;
	margin-top: 32px !important;
	width: 100% !important;
	max-width: 100% !important;
	align-items: start !important;
}

.wc-block-components-main,
.wc-block-cart__main {
	width: 100% !important;
	max-width: 100% !important;
	grid-column: 1 !important;
	min-width: 0 !important;
}

.wc-block-components-sidebar,
.wc-block-cart__sidebar {
	width: 100% !important;
	max-width: 400px !important;
	grid-column: 2 !important;
	min-width: 0 !important;
}

/* Tabla de productos del carrito (Bloques) */
.wc-block-cart-items {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 32px;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 3px 3px 20px -4px rgba(16, 24, 40, 0.05);
}

.wc-block-cart-items__header {
	background: rgba(236, 235, 247, 0.5);
	border-bottom: 2px solid rgba(191, 190, 228, 0.5);
}

.wc-block-cart-items__header th {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #2A2F2D;
	padding: 20px 24px;
	text-align: left;
}

.wc-block-cart-items__row {
	border-bottom: 1px solid rgba(191, 190, 228, 0.3);
}

.wc-block-cart-items__row:last-child {
	border-bottom: none;
}

.wc-block-cart-items__row td {
	padding: 24px;
	vertical-align: middle;
}

/* Imagen del producto */
.wc-block-cart-item__image img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	border-radius: 8px;
	background: #fff;
	border: 1px solid rgba(191, 190, 228, 0.3);
	padding: 8px;
}

/* Nombre del producto */
.wc-block-components-product-name {
	font-family: 'Gotham', Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #2A2F2D;
	text-decoration: none;
	display: block;
	margin-bottom: 12px;
	transition: color 0.3s ease;
}

.wc-block-components-product-name:hover {
	color: #3935AB;
}

/* Precio del producto */
.wc-block-components-product-price,
.wc-block-components-product-price__value {
	font-family: 'Gotham', Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #3935AB;
}

.wc-block-cart-item__prices {
	margin-bottom: 12px;
}

/* Descripción del producto */
.wc-block-components-product-metadata__description {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	color: rgba(62, 69, 67, 1);
	margin-bottom: 16px;
}

.wc-block-components-product-metadata__description p {
	margin: 0;
}

/* Selector de cantidad */
.wc-block-components-quantity-selector {
	border-radius: 4px !important;
	box-sizing: content-box !important;
	display: flex !important;
	margin: 0 0 .25em !important;
	position: relative !important;
	width: 120px !important;
	align-items: center !important;
	gap: 8px !important;
}

.wc-block-components-quantity-selector__input {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	width: 80px;
	height: 48px;
	border: 1px solid rgba(191, 190, 228, 0.5);
	border-radius: 8px;
	padding: 12px;
	text-align: center;
	color: #2A2F2D;
	background: #fff;
}

.wc-block-components-quantity-selector__input:focus {
	outline: none;
	border-color: #3935AB;
	box-shadow: 0 0 0 3px rgba(57, 53, 171, 0.1);
}

.wc-block-components-quantity-selector__button {
	font-family: 'Gotham', Sans-serif;
	font-size: 20px;
	font-weight: 400;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(191, 190, 228, 0.5);
	border-radius: 8px;
	background: #fff;
	color: #3935AB;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.wc-block-components-quantity-selector__button:hover:not(:disabled) {
	background: rgba(236, 235, 247, 1);
	border-color: #3935AB;
}

.wc-block-components-quantity-selector__button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Botón eliminar producto */
.wc-block-cart-item__remove-link {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: rgba(139, 143, 142, 1);
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
}

.wc-block-cart-item__remove-link:hover {
	color: #FF6600;
}

/* Total del producto */
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
	text-align: right;
}

.wc-block-cart-item__total .wc-block-components-product-price__value {
	font-family: 'Gotham', Sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #3935AB;
}

/* Sidebar - Totales del carrito */
.wc-block-cart__sidebar {
	position: sticky;
	top: 20px;
	height: fit-content;
	width: 100%;
	max-width: 100%;
}

.wc-block-cart__totals-title {
	font-family: 'Gotham', Sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	color: #2A2F2D;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 2px solid rgba(191, 190, 228, 0.5);
}

/* Panel de cupones */
.wc-block-components-panel {
	background: rgba(236, 235, 247, 0.3);
	border: 1px solid rgba(191, 190, 228, 0.5);
	border-radius: 12px;
	margin-bottom: 24px;
	overflow: hidden;
}

.wc-block-components-panel__button {
	box-sizing: border-box !important;
	height: auto !important;
	padding-left: 10px !important;
	padding-right: 32px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	position: relative !important;
	text-align: left !important;
	width: 100% !important;
	word-break: break-word !important;
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #3935AB;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s ease;
}

.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
	cursor: pointer;
	padding-left: 10px !important;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
	margin-top: 0 !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.wc-block-components-panel__button:hover {
	background: rgba(236, 235, 247, 0.5);
	color: #FF6600;
}

/* Items de totales */
.wc-block-components-totals-wrapper {
	margin-bottom: 16px;
}

.wc-block-components-totals-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid rgba(191, 190, 228, 0.3);
}

.wc-block-components-totals-item:last-child {
	border-bottom: none;
}

.wc-block-components-totals-item__label {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2A2F2D;
}

.wc-block-components-totals-item__value {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #3935AB;
}

/* Total final */
.wc-block-components-totals-footer-item {
	padding: 20px 0;
	border-top: 2px solid rgba(191, 190, 228, 0.5);
	margin-top: 16px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-size: 20px;
	font-weight: 400;
	color: #2A2F2D;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 20px;
	font-weight: 400;
	color: #3935AB;
}

.wc-block-components-totals-footer-item-shipping {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: rgba(62, 69, 67, 1);
	margin-top: 8px;
	margin-bottom: 0;
}

/* Botón proceder al checkout */
.wc-block-cart__submit {
	margin-top: 24px;
}

.wc-block-cart__submit-button {
	font-family: 'Gotham', Sans-serif;
	background: rgba(57, 53, 171, 1) !important;
	color: #fff !important;
	border: none !important;
	padding: 16px 32px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	letter-spacing: 0.5px !important;
	text-align: center !important;
	border-radius: 12px !important;
	width: 100% !important;
	display: block !important;
	transition: all 0.3s ease !important;
	box-shadow: none !important;
	cursor: pointer !important;
	text-decoration: none !important;
}

.wc-block-cart__submit-button:hover {
	background: rgba(41, 38, 140, 1) !important;
	box-shadow: 0px 4px 20px 0px rgba(57, 53, 171, 0.4) !important;
	transform: translateY(-1px);
}

.wc-block-components-button__text {
	color: #fff;
}

/* Mensaje de carrito vacío */
.wc-block-components-empty-cart-message {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	color: rgba(62, 69, 67, 1);
	background: rgba(236, 235, 247, 1);
	border: 1px solid rgba(191, 190, 228, 0.5);
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 32px;
	text-align: center;
}

/* Asegurar que los contenedores hijos respeten el grid */
.wc-block-components-sidebar-layout > * {
	width: 100%;
}

/* Responsive - Cart Blocks */
@media (max-width: 993px) {
	.wc-block-components-sidebar-layout,
	.wc-block-cart.wc-block-components-sidebar-layout {
		grid-template-columns: 1fr !important;
		gap: 32px !important;
	}
	
	.wc-block-components-main,
	.wc-block-cart__main {
		grid-column: 1 !important;
		max-width: 100% !important;
	}
	
	.wc-block-components-sidebar,
	.wc-block-cart__sidebar {
		grid-column: 1 !important;
		max-width: 100% !important;
		position: static !important;
	}
	
	.wc-block-cart-items {
		display: block;
		overflow-x: auto;
		border-radius: 12px;
	}
	
	.wc-block-cart-items__header {
		display: none;
	}
	
	.wc-block-cart-items__row {
		display: block;
		border: 1px solid rgba(191, 190, 228, 0.5);
		border-radius: 12px;
		margin-bottom: 16px;
		padding: 16px;
		background: #fff;
		box-shadow: 3px 3px 20px -4px rgba(16, 24, 40, 0.05);
	}
	
	.wc-block-cart-items__row td {
		display: block;
		width: 100%;
		padding: 12px 0;
		border: none;
		text-align: left;
	}
	
	.wc-block-cart-item__image {
		display: flex;
		justify-content: center;
		margin-bottom: 16px;
	}
	
	.wc-block-cart-item__product {
		margin-bottom: 16px;
	}
	
	.wc-block-cart-item__total {
		text-align: left !important;
		padding-top: 16px;
		border-top: 1px solid rgba(191, 190, 228, 0.3);
	}
	
	.wc-block-cart-item__total-price-and-sale-badge-wrapper {
		text-align: left !important;
	}
	
	.wc-block-components-quantity-selector {
		margin-bottom: 16px;
	}
	
	.wc-block-cart-item__remove-link {
		margin-top: 8px;
	}
}

@media (max-width: 620px) {
	.woocommerce-cart .entry-title,
	.woocommerce-cart h1.entry-title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 24px;
	}
	
	.wc-block-components-sidebar-layout,
	.wc-block-cart.wc-block-components-sidebar-layout {
		gap: 24px !important;
		margin-top: 24px !important;
	}
	
	.wc-block-cart-item__image img {
		width: 80px;
		height: 80px;
	}
	
	.wc-block-components-product-name {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 8px;
	}
	
	.wc-block-cart-item__prices {
		margin-bottom: 8px;
	}
	
	.wc-block-components-product-price,
	.wc-block-components-product-price__value {
		font-size: 16px;
	}
	
	.wc-block-components-product-metadata__description {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 12px;
	}
	
	.wc-block-components-quantity-selector__input {
		width: 70px;
		height: 44px;
		font-size: 15px;
	}
	
	.wc-block-components-quantity-selector__button {
		width: 44px;
		height: 44px;
		font-size: 18px;
	}
	
	.wc-block-cart-items__row {
		padding: 12px;
		margin-bottom: 12px;
	}
	
	.wc-block-cart-items__row td {
		padding: 8px 0;
	}
	
	.wc-block-cart__totals-title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 20px;
		padding-bottom: 12px;
	}
	
	.wc-block-components-totals-item {
		padding: 10px 0;
	}
	
	.wc-block-components-totals-item__label {
		font-size: 15px;
	}
	
	.wc-block-components-totals-item__value {
		font-size: 15px;
	}
	
	.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
		font-size: 18px;
	}
	
	.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
		font-size: 18px;
	}
	
	.wc-block-components-panel {
		margin-bottom: 20px;
	}
	
	.wc-block-components-panel__button {
		padding: 12px 16px;
		font-size: 15px;
	}
	
	.wc-block-cart__submit {
		margin-top: 20px;
	}
	
	.wc-block-cart__submit-button {
		padding: 14px 24px !important;
		font-size: 15px !important;
		line-height: 22px !important;
	}
	
	.wc-block-components-empty-cart-message {
		padding: 20px;
		font-size: 16px;
		line-height: 24px;
	}
}

/* ============================================
   WOOCOMMERCE CHECKOUT PAGE - ESTILOS DE MARCA
   ============================================ */

/* Título de la página de checkout */
.woocommerce-checkout .entry-title,
.woocommerce-checkout h1.entry-title,
.woocommerce-checkout .page-header h1 {
	font-family: 'Gotham', Sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
	color: #2A2F2D;
	margin-bottom: 32px;
}

/* Formulario de checkout - Layout de 2 columnas principal */
.woocommerce-checkout form.checkout {
	width: 100%;
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: 0fr !important;
	gap: 48px !important;
	overflow: visible;
	padding-bottom: 80px !important;
	margin-bottom: 40px !important;
}

.woocommerce-checkout form.checkout::before,
.woocommerce-checkout form.checkout::after {
	content: none !important;
	display: none !important;
}

/* Columna 1: Billing + Shipping checkbox */
.woocommerce-checkout form.checkout > .col2-set {
	grid-column: 1 !important;
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	clear: none !important;
}

/* Layout interno de col2-set - solo una columna ahora */
.woocommerce-checkout .col2-set {
	display: block !important;
	width: 100% !important;
	margin-bottom: 0 !important;
}

.woocommerce-checkout .col2-set::before,
.woocommerce-checkout .col2-set::after {
	content: none !important;
	display: none !important;
}

/* Col-1: Billing details - mostrar normalmente */
.woocommerce-checkout .col2-set > .col-1 {
	width: 100% !important;
	float: none !important;
	clear: none !important;
	display: block !important;
	margin: 0 0 32px 0 !important;
}

/* Col-2: Ocultar completamente (no se usa para shipping) */
.woocommerce-checkout .col2-set > .col-2 {
	width: 100% !important;
	float: none !important;
	clear: none !important;
	display: none !important;
	margin: 0 !important;
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
}

/* Ocultar completamente "Ship to a different address?" y campos de shipping */
.woocommerce-checkout .col-2 .woocommerce-shipping-fields,
.woocommerce-checkout .col-2 #ship-to-different-address,
.woocommerce-checkout .col-2 .woocommerce-shipping-fields .shipping_address {
	display: none !important;
	visibility: hidden !important;
}

/* Asegurar que el contenedor principal permita scroll y empuje el footer */
.woocommerce-checkout .woocommerce {
	min-height: auto;
	padding-bottom: 100px !important;
}

/* Asegurar que el body y main permitan que el contenido empuje el footer */
body.woocommerce-checkout .site-main,
body.woocommerce-checkout #content {
	min-height: auto;
	padding-bottom: 100px !important;
}

/* Asegurar que el entry-content tenga espacio suficiente - solo en el contenido del checkout, no en header */
body.woocommerce-checkout .site-main > .entry-content,
body.woocommerce-checkout .site-main form.checkout,
body.woocommerce-checkout .site-main .woocommerce {
	padding-bottom: 100px !important;
	margin-bottom: 0 !important;
}

/* Excluir header y otros elementos de Elementor */
body.woocommerce-checkout .elementor-location-header .elementor-widget-container,
body.woocommerce-checkout header .elementor-widget-container,
body.woocommerce-checkout .site-header .elementor-widget-container {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

/* Asegurar espacio en el body para que el footer no tape el contenido */
body.woocommerce-checkout {
	padding-bottom: 0;
}

/* Asegurar que el main content tenga espacio suficiente antes del footer */
body.woocommerce-checkout main#content,
body.woocommerce-checkout .site-main {
	padding-bottom: 120px !important;
	margin-bottom: 0 !important;
}

/* Todo lo demás dentro de col-1 y col-2 debe estar contenido normalmente */
.woocommerce-checkout .col-1 > *,
.woocommerce-checkout .col-2 > * {
	width: 100%;
	display: block;
}

/* Títulos de sección */
.woocommerce-checkout h3 {
	font-family: 'Gotham', Sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	color: #2A2F2D;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 2px solid rgba(191, 190, 228, 0.5);
}

/* Columna 2: Order review - posicionamiento en grid */
.woocommerce-checkout #order_review_heading {
	margin-top: 0 !important;
	margin-bottom: 24px !important;
	grid-column: 2 !important;
}

.woocommerce-checkout #order_review {
	grid-column: 2 !important;
	margin-top: 0 !important;
	clear: none !important;
	width: 100% !important;
}

/* Labels de formulario */
.woocommerce-checkout label {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #2A2F2D;
	margin-bottom: 8px;
	display: block;
}

.woocommerce-checkout label .required {
	color: #FF6600;
}

.woocommerce-checkout label .optional {
	color: rgba(139, 143, 142, 1);
	font-size: 14px;
	font-weight: 300;
}

/* Inputs de texto */
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea.input-text {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 16px;
	font-weight: 325;
	line-height: 24px;
	width: 100%;
	padding: 12px 16px;
	border: 1px solid rgba(191, 190, 228, 0.5);
	border-radius: 8px;
	background: #fff;
	color: #2A2F2D;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout textarea.input-text:focus {
	outline: none;
	border-color: #3935AB;
	box-shadow: 0 0 0 3px rgba(57, 53, 171, 0.1);
}

.woocommerce-checkout textarea.input-text {
	min-height: 100px;
	resize: vertical;
}

/* Selects */
.woocommerce-checkout select.select,
.woocommerce-checkout select.country_select,
.woocommerce-checkout select.state_select {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 325;
	line-height: 24px;
	color: rgba(255, 102, 0, 1);
	background: rgba(255, 240, 230, 1);
	border: 1px solid rgba(191, 190, 228, 0.5);
	border-radius: 8px;
	padding: 12px 24px;
	padding-right: 46px;
	height: 48px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 0.999999L7 7L13 1' stroke='%23FF6600' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	background-size: 14px;
	cursor: pointer;
}

.woocommerce-checkout select.select:focus,
.woocommerce-checkout select.country_select:focus,
.woocommerce-checkout select.state_select:focus {
	outline: none;
	border-color: #3935AB;
	box-shadow: 0 0 0 3px rgba(57, 53, 171, 0.1);
}

/* Form rows */
.woocommerce-checkout .form-row {
	margin-bottom: 20px;
	clear: both;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
	width: 48%;
	box-sizing: border-box;
}

.woocommerce-checkout .form-row-first {
	float: left;
	clear: both;
	margin-right: 4%;
}

.woocommerce-checkout .form-row-last {
	float: right;
	clear: none;
	margin-right: 0;
}

.woocommerce-checkout .form-row-wide {
	width: 100%;
	clear: both;
	float: none;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper::after,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper::after,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper::after {
	content: "";
	display: table;
	clear: both;
}

/* Checkbox "Ship to different address" */
.woocommerce-checkout #ship-to-different-address {
	margin-bottom: 24px;
}

.woocommerce-checkout #ship-to-different-address label {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2A2F2D;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 12px;
}

.woocommerce-checkout #ship-to-different-address input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(191, 190, 228, 0.5);
	border-radius: 4px;
	cursor: pointer;
	accent-color: #3935AB;
}

.woocommerce-checkout #ship-to-different-address input[type="checkbox"]:checked {
	background-color: #3935AB;
	border-color: #3935AB;
}

/* Resumen del pedido */
.woocommerce-checkout-review-order {
	background: #fff;
	border: 1px solid rgba(191, 190, 228, 0.5);
	border-radius: 16px;
	padding: 32px;
	box-shadow: 3px 3px 20px -4px rgba(16, 24, 40, 0.05);
	margin-top: 0 !important;
}

.woocommerce-checkout-review-order-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
}

.woocommerce-checkout-review-order-table thead th {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2A2F2D;
	padding: 12px 0;
	border-bottom: 2px solid rgba(191, 190, 228, 0.5);
	text-align: left;
}

.woocommerce-checkout-review-order-table tbody td {
	padding: 16px 0;
	border-bottom: 1px solid rgba(191, 190, 228, 0.3);
}

.woocommerce-checkout-review-order-table tbody tr:last-child td {
	border-bottom: none;
}

.woocommerce-checkout-review-order-table .product-name {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2A2F2D;
	line-height: 24px;
}

.woocommerce-checkout-review-order-table .product-name img {
	border-radius: 8px;
	margin-right: 12px;
	vertical-align: middle;
}

.woocommerce-checkout-review-order-table .product-quantity {
	font-weight: 400;
	color: rgba(62, 69, 67, 1);
}

.woocommerce-checkout-review-order-table .product-total {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #3935AB;
	text-align: right;
}

/* Totales del pedido */
.woocommerce-checkout-review-order-table tfoot th {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2A2F2D;
	padding: 12px 0;
	text-align: left;
}

.woocommerce-checkout-review-order-table tfoot td {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #3935AB;
	padding: 12px 0;
	text-align: right;
}

.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
	font-size: 20px;
	font-weight: 400;
	color: #3935AB;
	padding: 20px 0;
	border-top: 2px solid rgba(191, 190, 228, 0.5);
}

.woocommerce-checkout-review-order-table tfoot .fee th {
	font-size: 16px;
}

/* Métodos de pago */
.woocommerce-checkout-payment {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 2px solid rgba(191, 190, 228, 0.5);
}

.woocommerce-checkout-payment .wc_payment_methods {
	list-style: none;
	padding: 0;
	margin: 0 0 24px 0;
}

.woocommerce-checkout-payment .wc_payment_method {
	margin-bottom: 16px;
	padding: 16px;
	background: rgba(236, 235, 247, 0.3);
	border: 1px solid rgba(191, 190, 228, 0.5);
	border-radius: 12px;
	transition: all 0.3s ease;
}

.woocommerce-checkout-payment .wc_payment_method:hover {
	background: rgba(236, 235, 247, 0.5);
	border-color: #3935AB;
}

.woocommerce-checkout-payment .wc_payment_method input[type="radio"] {
	margin-right: 12px;
	width: 20px;
	height: 20px;
	accent-color: #3935AB;
	cursor: pointer;
}

.woocommerce-checkout-payment .wc_payment_method label {
	font-family: 'Gotham', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2A2F2D;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 0;
}

.woocommerce-checkout-payment .wc_payment_method label img {
	max-height: 30px;
	object-fit: contain;
}

.woocommerce-checkout-payment .payment_box {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: rgba(62, 69, 67, 1);
	margin-top: 12px;
	padding: 16px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid rgba(191, 190, 228, 0.3);
}

/* Términos y condiciones */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: rgba(62, 69, 67, 1);
	line-height: 22px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
	color: #3935AB;
	text-decoration: none;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* Botón Place Order */
.woocommerce-checkout #place_order {
	font-family: 'Gotham', Sans-serif;
	background: rgba(57, 53, 171, 1) !important;
	color: #fff !important;
	border: none !important;
	padding: 16px 32px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	letter-spacing: 0.5px !important;
	text-align: center !important;
	border-radius: 12px !important;
	width: 100% !important;
	display: block !important;
	transition: all 0.3s ease !important;
	box-shadow: none !important;
	cursor: pointer !important;
}

.woocommerce-checkout #place_order:hover {
	background: rgba(41, 38, 140, 1) !important;
	box-shadow: 0px 4px 20px 0px rgba(57, 53, 171, 0.4) !important;
	transform: translateY(-1px);
}

.woocommerce-checkout #place_order:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Mensaje de shipping no disponible */
.woocommerce-checkout .woocommerce-no-shipping-available-html {
	font-family: 'Gotham Book', Sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: rgba(62, 69, 67, 1);
	line-height: 22px;
}

/* Order notes - debe estar en columna 1, después de billing fields */
.woocommerce-checkout .woocommerce-additional-fields {
	grid-column: 1 !important;
	margin-top: 32px !important;
	width: 100% !important;
	display: block !important;
	visibility: visible !important;
}

/* Responsive - Checkout */
@media (max-width: 993px) {
	.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr !important;
		grid-template-rows: auto !important;
		grid-auto-flow: row !important;
		gap: 32px !important;
		padding: 0 20px !important;
	}
	
	/* Asegurar que col2-set aparezca primero */
	.woocommerce-checkout form.checkout > .col2-set {
		grid-column: 1 !important;
		grid-row: 1 !important;
		order: 1 !important;
		display: block !important;
		visibility: visible !important;
		margin-bottom: 32px !important;
	}
	
	/* Order review heading después de los campos */
	.woocommerce-checkout #order_review_heading {
		grid-column: 1 !important;
		grid-row: 2 !important;
		order: 2 !important;
		margin-top: 0 !important;
		margin-bottom: 24px !important;
		display: block !important;
		visibility: visible !important;
	}
	
	/* Order review después del heading */
	.woocommerce-checkout #order_review {
		grid-column: 1 !important;
		grid-row: 3 !important;
		order: 3 !important;
		margin-top: 0 !important;
		display: block !important;
		visibility: visible !important;
	}
	
	/* Additional fields después de col2-set */
	.woocommerce-checkout .woocommerce-additional-fields {
		grid-column: 1 !important;
		grid-row: auto !important;
		order: 1 !important;
		margin-top: 24px !important;
		display: block !important;
		visibility: visible !important;
	}
	
	/* Asegurar que todos los campos sean visibles */
	.woocommerce-checkout .col-1,
	.woocommerce-checkout .col-2 {
		width: 100% !important;
		float: none !important;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		margin-bottom: 24px !important;
	}
	
	.woocommerce-checkout .col-1 {
		margin-bottom: 24px !important;
	}
	
	/* Asegurar que los campos de formulario sean visibles */
	.woocommerce-checkout .woocommerce-billing-fields,
	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	.woocommerce-checkout .form-row {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		width: 100% !important;
	}
	
	.woocommerce-checkout .form-row-first,
	.woocommerce-checkout .form-row-last {
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
		display: block !important;
		visibility: visible !important;
	}
	
	.woocommerce-checkout-review-order {
		margin-top: 0 !important;
		padding: 24px !important;
		display: block !important;
		visibility: visible !important;
	}
	
	.woocommerce-checkout h3 {
		margin-bottom: 20px !important;
		display: block !important;
		visibility: visible !important;
	}
}

@media (max-width: 620px) {
	.woocommerce-checkout form.checkout {
		padding: 0 16px !important;
		gap: 24px !important;
		grid-template-columns: 1fr !important;
		grid-template-rows: auto !important;
		grid-auto-flow: row !important;
	}
	
	/* Asegurar orden correcto en móvil */
	.woocommerce-checkout form.checkout > .col2-set {
		order: 1 !important;
		display: block !important;
		visibility: visible !important;
		margin-bottom: 24px !important;
	}
	
	.woocommerce-checkout #order_review_heading {
		order: 2 !important;
		margin-bottom: 20px !important;
		display: block !important;
		visibility: visible !important;
	}
	
	.woocommerce-checkout #order_review {
		order: 3 !important;
		display: block !important;
		visibility: visible !important;
	}
	
	.woocommerce-checkout .woocommerce-additional-fields {
		order: 1 !important;
		margin-top: 20px !important;
		display: block !important;
		visibility: visible !important;
	}
	
	.woocommerce-checkout .entry-title,
	.woocommerce-checkout h1.entry-title {
		font-size: 24px !important;
		line-height: 32px !important;
		margin-bottom: 24px !important;
	}
	
	.woocommerce-checkout h3 {
		font-size: 20px !important;
		line-height: 28px !important;
		margin-bottom: 20px !important;
		padding-bottom: 12px !important;
		display: block !important;
		visibility: visible !important;
	}
	
	.woocommerce-checkout .col2-set {
		gap: 0 !important;
		margin-bottom: 24px !important;
		display: block !important;
		visibility: visible !important;
	}
	
	.woocommerce-checkout .col-1 {
		margin-bottom: 20px !important;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	
	.woocommerce-checkout .col-2 {
		margin-bottom: 20px !important;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	
	/* Asegurar que todos los campos de billing sean visibles */
	.woocommerce-checkout .woocommerce-billing-fields {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		width: 100% !important;
	}
	
	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		width: 100% !important;
	}
	
	.woocommerce-checkout .form-row {
		margin-bottom: 16px !important;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		width: 100% !important;
	}
	
	.woocommerce-checkout .form-row-first,
	.woocommerce-checkout .form-row-last {
		margin-bottom: 16px !important;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		width: 100% !important;
	}
	
	.woocommerce-checkout input.input-text,
	.woocommerce-checkout textarea.input-text,
	.woocommerce-checkout select.select {
		font-size: 15px !important;
		padding: 10px 14px !important;
		height: 44px !important;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		width: 100% !important;
	}
	
	.woocommerce-checkout-review-order {
		padding: 20px !important;
		margin-top: 0 !important;
		display: block !important;
		visibility: visible !important;
	}
	
	.woocommerce-checkout-review-order-table {
		margin-bottom: 20px !important;
		display: table !important;
		visibility: visible !important;
	}
	
	.woocommerce-checkout-review-order-table .product-name {
		font-size: 14px !important;
		line-height: 22px !important;
	}
	
	.woocommerce-checkout-review-order-table .product-name img {
		width: 40px !important;
		height: 40px !important;
		margin-right: 8px !important;
	}
	
	.woocommerce-checkout-review-order-table tfoot th,
	.woocommerce-checkout-review-order-table tfoot td {
		font-size: 15px !important;
		padding: 10px 0 !important;
	}
	
	.woocommerce-checkout-review-order-table tfoot .order-total th,
	.woocommerce-checkout-review-order-table tfoot .order-total td {
		font-size: 18px !important;
		padding: 16px 0 !important;
	}
	
	.woocommerce-checkout #place_order {
		padding: 14px 24px !important;
		font-size: 15px !important;
		width: 100% !important;
		display: block !important;
		visibility: visible !important;
	}
	
	.woocommerce-checkout #ship-to-different-address {
		margin-bottom: 20px !important;
		display: block !important;
		visibility: visible !important;
	}
}
