/*
Theme Name: _s

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: var(--color-orange);
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: var(--color-orange);
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: var(--color-orange);
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: var(--color-orange);
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	position: relative;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1rem;
	margin: 0 0 2rem;
	padding: 1rem 1.5rem 1rem 3.25rem;
	list-style: none;
	background-color: #1c8f5a;
	color: #fff;
	font-weight: 500;
	font-size: 0.95rem;
	line-height: 1.5;
	border-radius: 10px;
	box-shadow: 0 10px 24px rgba(28, 143, 90, 0.25);
	animation: electroiris-notice-in 0.35s ease;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
	content: "";
	position: absolute;
	left: 1.1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.22);
}

.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-noreviews::after,
p.no-comments::after {
	content: "\2713";
	position: absolute;
	left: 1.1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.7rem;
	font-weight: 700;
	color: #fff;
}

.woocommerce-error::after {
	content: "!";
	position: absolute;
	left: 1.1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	font-weight: 700;
	color: #fff;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: var(--color-navy);
	box-shadow: 0 10px 24px rgba(27, 58, 107, 0.25);
}

.woocommerce-error {
	background-color: #d8432a;
	box-shadow: 0 10px 24px rgba(216, 67, 42, 0.25);
}

.woocommerce-error li {
	list-style: none;
	flex: 1 1 100%;
}

.woocommerce-message a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-noreviews a:not(.button) {
	color: #fff;
	text-decoration: underline;
	font-weight: 700;
}

.woocommerce-message a:not(.button):hover,
.woocommerce-info a:not(.button):hover,
.woocommerce-error a:not(.button):hover,
.woocommerce-noreviews a:not(.button):hover {
	color: rgba(255, 255, 255, 0.8);
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button {
	background-color: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.55);
	color: #fff;
	font-size: 0.85rem;
	padding: 0.5em 1.1em;
	margin-left: auto;
	white-space: nowrap;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover {
	background-color: #fff;
	color: var(--color-navy);
	border-color: #fff;
}

@keyframes electroiris-notice-in {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: var(--color-orange);
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: var(--color-orange);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/*==============================================================
# Electroiris — Grid de productos (tienda / relacionados)
================================================================*/
ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.75rem;
	list-style: none;
	margin: 0 0 2.5rem;
	padding: 0;
}

ul.products li.product,
ul.products.columns-1 li.product,
ul.products.columns-2 li.product,
ul.products.columns-3 li.product,
ul.products.columns-4 li.product,
ul.products.columns-5 li.product,
ul.products.columns-6 li.product {
	float: none;
	width: auto;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 10px;
	padding: 1.25rem 1.25rem 1.5rem;
	text-align: center;
	box-shadow: 0 2px 8px rgba(27, 58, 107, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(27, 58, 107, 0.14);
	border-color: transparent;
}

/* Contenedor de imagen: badges + galería ciclable + botones + puntitos */
ul.products li.product .product-media {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 1 / 1;
	background-color: #f7f8fa;
	margin: 0 0 1rem;
}

ul.products li.product .woocommerce-loop-product__link {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__link:focus .woocommerce-loop-product__title {
	text-decoration: underline;
}

ul.products li.product .product-media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 8px;
	margin: 0;
	opacity: 0;
	transition: opacity 0.35s ease, transform 0.35s ease;
}

/* Antes de que corra el JS: se ve la primera imagen. */
ul.products li.product .product-media img:first-child {
	opacity: 1;
}

ul.products li.product .product-media img.is-active {
	opacity: 1;
}

ul.products li.product .product-media.electroiris-gallery-ready img:first-child:not(.is-active) {
	opacity: 0;
}

/* Sin galería adicional: zoom leve sobre la única imagen al hacer hover */
ul.products li.product .product-media:not(.electroiris-gallery-ready):hover img {
	transform: scale(1.05);
}

/* Puntitos indicadores de posición (estilo carrusel) */
ul.products li.product .product-media-dots {
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 5px;
	transform: translateX(-50%);
}

ul.products li.product .product-media-dots .dot {
	width: 6px;
	height: 6px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background-color: rgba(27, 58, 107, 0.25);
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

ul.products li.product .product-media-dots .dot.is-active {
	background-color: var(--color-orange);
	transform: scale(1.3);
}

/* Favorito */
ul.products li.product .wishlist-toggle {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	color: var(--color-navy);
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(27, 58, 107, 0.2);
	transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

ul.products li.product .wishlist-toggle svg {
	display: block;
	width: 17px;
	height: 17px;
	overflow: visible;
	pointer-events: none;
}

ul.products li.product .wishlist-toggle:hover {
	color: var(--color-orange);
	transform: scale(1.1);
	box-shadow: 0 4px 10px rgba(232, 117, 44, 0.3);
}

ul.products li.product .wishlist-toggle.is-active {
	color: var(--color-orange);
}

ul.products li.product .wishlist-toggle.is-active .wishlist-icon-path {
	fill: currentColor;
}

ul.products li.product .wishlist-toggle.is-active svg path {
	fill: currentColor;
}

/* Badge de stock bajo */
ul.products li.product .stock-badge {
	position: absolute;
	left: 0.85rem;
	bottom: 0.85rem;
	z-index: 2;
	background-color: var(--color-navy);
	color: #fff;
	font-size: 0.65rem;
	font-weight: 700;
	padding: 0.25rem 0.6rem;
	border-radius: 999px;
}

ul.products li.product .product-brand {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #9aa3af;
	margin: 0 0 0.3rem;
}

ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem;
	font-weight: 600;
	color: var(--color-text);
	margin: 0 0 0.5rem;
}

ul.products li.product .price {
	display: block;
	margin: 0 0 1rem;
}

ul.products li.product .price del {
	color: #b0b6c0;
	font-weight: 400;
	font-size: 0.8rem;
	text-decoration: line-through;
	margin-right: 0.45em;
}

ul.products li.product .price ins {
	text-decoration: none;
	color: var(--color-orange);
	font-weight: 800;
	font-size: 1.2rem;
}

ul.products li.product .price:not(:has(ins)) {
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--color-navy);
}

ul.products li.product .onsale {
	position: absolute;
	top: 0.85rem;
	left: 0.85rem;
	z-index: 3;
	background-color: var(--color-orange);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 800;
	padding: 0.3rem 0.7rem;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	box-shadow: 0 4px 10px rgba(232, 117, 44, 0.4);
}

/* Botones flotantes sobre la imagen: vista rápida + compra, fade + slide en hover */
ul.products li.product .quick-view-button,
ul.products li.product a.button {
	position: absolute;
	left: 50%;
	z-index: 2;
	width: calc(100% - 24px);
	margin: 0;
	font-size: 0.78rem;
	padding: 0.55em 1em;
	text-align: center;
	opacity: 0;
	transform: translate(-50%, 12px);
	transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.2s ease, box-shadow 0.2s ease;
	pointer-events: none;
}

ul.products li.product .quick-view-button {
	bottom: 80px;
	background-color: #fff;
	color: var(--color-navy);
	border: 1px solid #dde1e7;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600;
}

ul.products li.product .quick-view-button:hover {
	background-color: var(--color-navy);
	color: #fff;
	border-color: var(--color-navy);
}

ul.products li.product a.button {
	bottom: 42px;
}

ul.products li.product a.button:hover,
ul.products li.product a.button:focus {
	box-shadow: 0 8px 18px rgba(27, 58, 107, 0.35);
}

ul.products li.product:hover .quick-view-button,
ul.products li.product:hover a.button,
ul.products li.product:focus-within .quick-view-button,
ul.products li.product:focus-within a.button {
	opacity: 1;
	transform: translate(-50%, 0);
	pointer-events: auto;
}

@media (hover: none) {
	ul.products li.product .quick-view-button {
		display: none;
	}

	ul.products li.product a.button {
		position: static;
		opacity: 1;
		transform: none;
		pointer-events: auto;
		width: 100%;
		margin-top: auto;
	}
}

/* Estado del botón "Agregar al carrito" (AJAX): cargando / agregado */
ul.products li.product a.button.loading {
	color: transparent;
	pointer-events: none;
}

ul.products li.product a.button.loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: electroiris-spin 0.6s linear infinite;
}

ul.products li.product a.button.added {
	/* Se oculta: el enlace "Ver carrito" (.added_to_cart) que WooCommerce agrega
	   justo después ocupa el mismo lugar y evita que se dibujen ambos superpuestos. */
	display: none;
}

@keyframes electroiris-spin {
	to {
		transform: rotate(360deg);
	}
}

/* Enlace "Ver carrito" que WooCommerce agrega después de un add-to-cart exitoso */
ul.products li.product a.added_to_cart.wc-forward {
	position: absolute;
	left: 50%;
	bottom: 42px;
	z-index: 2;
	width: calc(100% - 24px);
	margin: 0;
	transform: translate(-50%, 0);
	font-size: 0.78rem;
	padding: 0.55em 1em;
	text-align: center;
	background-color: #1c8f5a;
	color: #fff;
	border-radius: 4px;
	font-weight: 600;
	animation: electroiris-notice-in 0.3s ease;
}

ul.products li.product a.added_to_cart.wc-forward:hover {
	background-color: var(--color-navy);
	color: #fff;
}

@media (hover: none) {
	ul.products li.product a.added_to_cart.wc-forward {
		position: static;
		transform: none;
		width: 100%;
		display: block;
		margin-top: 0.5rem;
	}
}

/* Ícono del carrito en el header: "bump" al agregar un producto */
.cart-contents.is-bumping .cart-icon {
	animation: electroiris-cart-bump 0.5s ease;
}

.cart-contents.is-bumping .cart-count {
	animation: electroiris-cart-bump 0.5s ease;
}

@keyframes electroiris-cart-bump {
	0% {
		transform: scale(1);
	}
	30% {
		transform: scale(1.35);
	}
	60% {
		transform: scale(0.92);
	}
	100% {
		transform: scale(1);
	}
}

/* Layout de 2 columnas: sidebar de filtros + grid */
.shop-layout {
	display: flex;
	align-items: flex-start;
	gap: 2.5rem;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 1.5rem 3rem;
}

.shop-sidebar {
	flex: 0 0 25%;
	max-width: 300px;
}

.shop-sidebar-inner {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 10px;
	padding: 1.5rem;
}

.shop-content {
	flex: 1 1 0%;
	min-width: 0;
}

.shop-content ul.products {
	grid-template-columns: repeat(3, 1fr);
}

.shop-filters-toggle {
	display: none;
}

/* Widgets del sidebar de filtros */
.shop-sidebar .widget {
	margin: 0 0 2rem;
}

.shop-sidebar .widget:last-child {
	margin-bottom: 0;
}

.shop-sidebar .widget-title {
	color: var(--color-navy);
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 1rem;
	padding-bottom: 0.6rem;
	border-bottom: 2px solid #f0f2f5;
}

.shop-sidebar ul.product-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-sidebar ul.product-categories ul.children {
	list-style: none;
	margin: 0.4rem 0 0.6rem;
	padding-left: 1rem;
}

.shop-sidebar ul.product-categories li {
	margin: 0 0 0.5rem;
}

.shop-sidebar ul.product-categories a {
	color: var(--color-text);
	text-decoration: none;
	font-size: 0.9rem;
}

.shop-sidebar ul.product-categories a:hover,
.shop-sidebar ul.product-categories a:focus {
	color: var(--color-orange);
	text-decoration: underline;
}

.shop-sidebar ul.product-categories li.current-cat > a {
	color: var(--color-orange);
	font-weight: 700;
}

.shop-sidebar ul.product-categories .count {
	color: #9aa3af;
	font-size: 0.8rem;
	margin-left: 0.2rem;
}

/* Widget de marcas (WC_Widget_Brand_Nav) */
.shop-sidebar ul.wc-brand-list-layered-nav-product_brand {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-sidebar ul.wc-brand-list-layered-nav-product_brand li {
	margin: 0 0 0.5rem;
}

.shop-sidebar ul.wc-brand-list-layered-nav-product_brand a {
	color: var(--color-text);
	text-decoration: none;
	font-size: 0.9rem;
}

.shop-sidebar ul.wc-brand-list-layered-nav-product_brand a:hover,
.shop-sidebar ul.wc-brand-list-layered-nav-product_brand a:focus {
	color: var(--color-orange);
	text-decoration: underline;
}

.shop-sidebar ul.wc-brand-list-layered-nav-product_brand li.chosen > a {
	color: var(--color-orange);
	font-weight: 700;
}

.shop-sidebar ul.wc-brand-list-layered-nav-product_brand .count {
	color: #9aa3af;
	font-size: 0.8rem;
	margin-left: 0.2rem;
}

/* Link "Quitar filtros" */
.shop-filters-clear {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: var(--color-orange);
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
	margin: 0 0 1.5rem;
}

.shop-filters-clear:hover,
.shop-filters-clear:focus {
	text-decoration: underline;
}

.shop-filters-close {
	display: none;
}

html.shop-filters-locked {
	overflow: hidden;
}

.shop-sidebar .price_slider_wrapper {
	margin-top: 0.25rem;
}

.shop-sidebar .price_slider {
	margin-bottom: 1.75rem;
}

.shop-sidebar .ui-slider {
	background-color: rgba(27, 58, 107, 0.18);
	border: none;
	height: 4px;
	border-radius: 999px;
}

.shop-sidebar .ui-slider .ui-slider-range {
	position: absolute;
	top: 0;
	height: 100%;
	background-color: var(--color-orange);
	opacity: 1;
	border-radius: 999px;
}

.shop-sidebar .ui-slider .ui-slider-handle {
	background-color: var(--color-orange);
	border: 2px solid #fff;
	box-shadow: 0 1px 4px rgba(27, 58, 107, 0.35);
	width: 16px;
	height: 16px;
	top: -6px;
	margin-top: 0;
	margin-left: -8px;
	border-radius: 50%;
	opacity: 1;
}

.shop-sidebar .ui-slider .ui-slider-handle:last-child {
	margin-left: -8px;
}

.shop-sidebar .ui-slider .ui-slider-handle:hover,
.shop-sidebar .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 5px rgba(232, 117, 44, 0.2);
}

.shop-sidebar .price_slider_amount {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.shop-sidebar .price_slider_amount input[type="text"] {
	border: 1px solid #dde1e7;
	border-radius: 6px;
	padding: 0.4rem 0.5rem;
	font-size: 0.8rem;
	width: 80px;
	color: var(--color-text);
}

.shop-sidebar .price_slider_amount .button {
	font-size: 0.8rem;
	padding: 0.5em 1em;
}

.shop-sidebar .price_slider_amount .clear {
	flex-basis: 100%;
	height: 0;
}

.shop-sidebar .price_label {
	width: 100%;
	font-size: 0.85rem;
	color: var(--color-text);
	margin-bottom: 0.5rem;
}

.shop-sidebar .price_label .from,
.shop-sidebar .price_label .to {
	font-weight: 700;
	color: var(--color-navy);
}

.shop-filters-backdrop {
	display: none;
}

@media screen and (max-width: 860px) {
	ul.products {
		grid-template-columns: repeat(2, 1fr);
	}

	.shop-content ul.products {
		grid-template-columns: repeat(2, 1fr);
	}

	.shop-layout {
		flex-wrap: wrap;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.shop-filters-toggle {
		display: inline-flex;
		align-items: center;
		gap: 0.5rem;
		background-color: #fff;
		border: 1px solid #dde1e7;
		border-radius: 999px;
		color: var(--color-navy);
		font-family: inherit;
		font-weight: 600;
		font-size: 0.85rem;
		padding: 0.6rem 1.25rem;
		margin: 0 0 1.5rem;
		cursor: pointer;
	}

	.shop-filters-toggle::before {
		content: "";
		flex-shrink: 0;
		width: 14px;
		height: 10px;
		border-top: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
	}

	.shop-sidebar {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: min(320px, 85vw);
		max-width: none;
		background-color: #fff;
		z-index: 210;
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 5rem 1.5rem 1.5rem;
		box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
		box-sizing: border-box;
	}

	.shop-filters-close {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 1.25rem;
		right: 1.25rem;
		width: 32px;
		height: 32px;
		padding: 0;
		background-color: #f3f5f8;
		border: none;
		border-radius: 50%;
		color: var(--color-text);
		font-size: 1.25rem;
		line-height: 1;
		cursor: pointer;
	}

	.shop-sidebar.is-open {
		transform: translateX(0);
	}

	.shop-sidebar-inner {
		border: none;
		padding: 0;
	}

	.shop-content {
		flex: 1 1 100%;
		min-width: 0;
		width: 100%;
	}

	.shop-filters-backdrop {
		display: block;
		position: fixed;
		inset: 0;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 200;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease;
	}

	.shop-filters-backdrop.is-visible {
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 600px) {
	ul.products {
		grid-template-columns: 1fr;
	}

	.shop-content ul.products {
		grid-template-columns: 1fr;
	}
}

/* Breadcrumb, título de tienda, resultados + orden */
.woocommerce-breadcrumb {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-size: 0.8rem;
	color: #8a92a3;
	margin: 0 0 1rem;
}

.woocommerce-breadcrumb a {
	color: #8a92a3;
	text-decoration: none;
}

.woocommerce-breadcrumb a:hover,
.woocommerce-breadcrumb a:focus {
	color: var(--color-navy);
	text-decoration: underline;
}

.woocommerce-products-header {
	margin: 0 0 1.5rem;
}

.woocommerce-products-header__title.page-title {
	margin: 0;
}

.woocommerce-result-count,
.woocommerce-ordering {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-size: 0.85rem;
	color: #6b7280;
	margin: 0 0 2rem;
}

.woocommerce-result-count {
	float: left;
	padding-top: 0.55rem;
}

.woocommerce-ordering {
	float: right;
}

.woocommerce-ordering select.orderby {
	font-family: inherit;
	font-size: 0.85rem;
	color: var(--color-text);
	background-color: #fff;
	border: 1px solid #dde1e7;
	border-radius: 6px;
	padding: 0.55rem 2rem 0.55rem 0.9rem;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%232C2C2C' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 10px 7px;
}

.woocommerce-ordering select.orderby:focus {
	outline: none;
	border-color: var(--color-navy);
}

ul.products {
	clear: both;
}

/*==============================================================
# Modal de Vista rápida
================================================================*/
.quick-view-backdrop {
	position: fixed;
	inset: 0;
	z-index: 300;
	background-color: rgba(27, 58, 107, 0.45);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease;
}

.quick-view-backdrop.is-open {
	opacity: 1;
	visibility: visible;
}

.quick-view-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 301;
	width: min(760px, 92vw);
	max-height: 88vh;
	overflow-y: auto;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
	padding: 2.5rem 2rem 2rem;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -48%);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.quick-view-modal.is-open {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);
}

.quick-view-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 34px;
	height: 34px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f3f5f8;
	border: none;
	border-radius: 50%;
	color: var(--color-text);
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
}

.quick-view-body {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.quick-view-loading {
	width: 100%;
	text-align: center;
	padding: 3rem 0;
	color: #9aa3af;
}

.quick-view-media {
	flex: 1 1 260px;
}

.quick-view-media img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

.quick-view-summary {
	flex: 1 1 300px;
}

.quick-view-summary .product-brand {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #9aa3af;
	margin: 0 0 0.35rem;
}

.quick-view-summary h2 {
	font-size: 1.35rem;
	margin: 0 0 0.6rem;
}

.quick-view-summary .price {
	display: block;
	font-size: 1.1rem;
	margin: 0 0 1rem;
}

.quick-view-summary .price ins {
	text-decoration: none;
	color: var(--color-orange);
	font-weight: 800;
	font-size: 1.25rem;
}

.quick-view-summary .price del {
	color: #b0b6c0;
	font-size: 0.85rem;
	margin-right: 0.4em;
}

.quick-view-excerpt {
	font-size: 0.9rem;
	color: var(--color-text);
	margin: 0 0 1.25rem;
}

.quick-view-summary .cart {
	margin: 0 0 1.25rem;
}

.quick-view-full-link {
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--color-navy);
	text-decoration: underline;
}

@media screen and (max-width: 600px) {
	.quick-view-modal {
		padding: 2rem 1.25rem 1.5rem;
		width: 94vw;
	}
}

/*==============================================================
# Página de producto individual
================================================================*/
.product-page-container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 1.5rem 3rem;
}

.product-page-container > .woocommerce-breadcrumb {
	margin: 0 0 1.5rem;
}

/* Layout: galería a la izquierda, resumen a la derecha */
.single-product div.product {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	position: relative;
	margin: 0 0 3rem;
}

.single-product div.product .woocommerce-product-gallery {
	float: none;
	flex: 1 1 420px;
	max-width: 100%;
}

.single-product div.product .summary.entry-summary {
	flex: 1 1 360px;
}

@media screen and (min-width: 782px) {
	.single-product div.product .woocommerce-product-gallery {
		flex: 0 1 54%;
	}

	.single-product div.product .summary.entry-summary {
		flex: 1 1 40%;
	}
}

/* Imagen principal */
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.single-product div.product .woocommerce-product-gallery .flex-viewport {
	border-radius: 12px;
	overflow: hidden;
	background-color: #f7f8fa;
	margin-bottom: 1rem;
}

.single-product div.product .woocommerce-product-gallery img {
	display: block;
	width: 100%;
	height: auto;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	top: auto;
	bottom: 0.75rem;
	right: 0.75rem;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(27, 58, 107, 0.2);
	font-size: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
	content: "";
	width: 14px;
	height: 14px;
	border: 2px solid var(--color-navy);
	border-radius: 50%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 7px;
	background-color: var(--color-navy);
	transform: rotate(45deg) translate(7px, 3px);
}

/* Flechas circulares prev/next superpuestas (flexslider, directionNav activado) */
.single-product div.product .woocommerce-product-gallery .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav li {
	list-style: none;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav a {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 14px rgba(27, 58, 107, 0.22);
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	border-top: 2px solid var(--color-navy);
	border-right: 2px solid var(--color-navy);
	text-indent: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav .flex-prev {
	left: 12px;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav .flex-prev::before {
	transform: translate(-20%, -50%) rotate(-135deg);
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav .flex-next {
	right: 12px;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav .flex-next::before {
	transform: translate(-70%, -50%) rotate(45deg);
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav a:hover {
	background-color: var(--color-navy);
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav a:hover::before {
	border-color: #fff;
}

/* Miniaturas en fila horizontal debajo de la imagen principal */
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	float: none !important;
	width: 70px !important;
	margin: 0 !important;
	list-style: none;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 1;
	border: 2px solid transparent;
	border-radius: 8px;
	transition: border-color 0.2s ease;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
	border-color: var(--color-navy);
}

/* Resumen del producto */
.single-product div.product .summary.entry-summary .product-brand {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #9aa3af;
	margin: 0 0 0.4rem;
}

.single-product div.product .summary.entry-summary .product_title.entry-title {
	font-size: 1.6rem;
	line-height: 1.25;
	margin: 0 0 0.75rem;
}

.single-product div.product .summary.entry-summary > .price {
	display: block;
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--color-navy);
	margin: 0 0 1.25rem;
}

.single-product div.product .summary.entry-summary > .price del {
	display: inline-block;
	font-size: 0.6em;
	font-weight: 400;
	color: #b0b6c0;
	text-decoration: line-through;
	margin-right: 0.5em;
}

.single-product div.product .summary.entry-summary > .price ins {
	text-decoration: none;
	color: var(--color-orange);
}

.single-product div.product .woocommerce-product-details__short-description {
	color: var(--color-text);
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0 0 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ececec;
}

.single-product div.product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

/* Variaciones (color, diámetro, etc.) */
.single-product div.product table.variations {
	width: 100%;
	margin: 0 0 1.25rem;
}

.single-product div.product table.variations tr {
	display: block;
	margin: 0 0 0.9rem;
}

.single-product div.product table.variations th.label {
	display: block;
	text-align: left;
	font-weight: 600;
	font-size: 0.85rem;
	color: var(--color-text);
	padding: 0 0 0.4rem;
}

.single-product div.product table.variations td.value {
	display: block;
}

.single-product div.product table.variations select {
	width: 100%;
	max-width: 320px;
	font-family: inherit;
	font-size: 0.9rem;
	color: var(--color-text);
	background-color: #fff;
	border: 1px solid #dde1e7;
	border-radius: 6px;
	padding: 0.6rem 2rem 0.6rem 0.9rem;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%232C2C2C' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.85rem center;
	background-size: 10px 7px;
}

.single-product div.product table.variations select:focus {
	outline: none;
	border-color: var(--color-navy);
}

.single-product div.product a.reset_variations {
	display: inline-block;
	margin-top: 0.5rem;
	font-size: 0.8rem;
	color: #9aa3af;
	text-decoration: underline;
}

.single-product div.product .woocommerce-variation-price .price {
	font-size: 1.3rem;
	font-weight: 800;
	color: var(--color-navy);
}

.single-product div.product .woocommerce-variation-availability {
	margin: 0.5rem 0;
}

/* Cantidad + botón de compra */
.single-product div.product .quantity {
	display: inline-flex;
	margin: 0 0.75rem 0 0;
}

.single-product div.product .quantity .qty {
	width: 76px;
	font-family: inherit;
	font-size: 0.95rem;
	color: var(--color-text);
	border: 1px solid #dde1e7;
	border-radius: 6px;
	padding: 0.65rem 0.75rem;
}

.single-product div.product .quantity .qty:focus {
	outline: none;
	border-color: var(--color-navy);
}

.single-product div.product .cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0 0 1.5rem;
}

.single-product div.product .single_add_to_cart_button {
	font-size: 0.95rem;
	padding: 0.8em 2em;
}

.single-product div.product .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* Meta: SKU, categoría, etiquetas, marca */
.single-product div.product .product_meta {
	font-size: 0.82rem;
	color: #9aa3af;
	line-height: 1.9;
}

.single-product div.product .product_meta > span {
	display: block;
}

.single-product div.product .product_meta a {
	color: #9aa3af;
	text-decoration: underline;
}

.single-product div.product .product_meta a:hover {
	color: var(--color-navy);
}

/* Tabs: Descripción / Información adicional / Valoraciones */
.woocommerce-tabs.wc-tabs-wrapper {
	margin: 0 0 3rem;
}

.woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 2rem;
	list-style: none;
	margin: 0 0 2rem;
	padding: 0 0 0;
	border-bottom: 1px solid #ececec;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 0 0 0.9rem;
	color: #9aa3af;
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
}

.woocommerce-tabs ul.tabs li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 0;
	background-color: var(--color-navy);
	transition: width 0.25s ease;
}

.woocommerce-tabs ul.tabs li:hover a {
	color: var(--color-navy);
}

.woocommerce-tabs ul.tabs li.active a {
	color: var(--color-navy);
}

.woocommerce-tabs ul.tabs li.active a::after,
.woocommerce-tabs ul.tabs li:hover a::after {
	width: 100%;
}

.woocommerce-tabs .panel h2:first-of-type {
	font-size: 1.2rem;
	margin: 0 0 1rem;
}

.woocommerce-tabs .panel {
	max-width: 760px;
	line-height: 1.7;
	color: var(--color-text);
}

.woocommerce-product-attributes.shop_attributes {
	width: 100%;
	max-width: 620px;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.woocommerce-product-attributes.shop_attributes tr {
	border-bottom: 1px solid #ececec;
}

.woocommerce-product-attributes.shop_attributes th,
.woocommerce-product-attributes.shop_attributes td {
	padding: 0.75rem 0.5rem;
	text-align: left;
}

.woocommerce-product-attributes.shop_attributes th {
	width: 40%;
	font-weight: 600;
	color: var(--color-navy);
}

.woocommerce-product-attributes.shop_attributes td p {
	margin: 0;
}

/* Relacionados */
.product-page-container .related.products {
	margin-top: 3rem;
}

.product-page-container .related.products > h2 {
	font-size: 1.3rem;
	margin: 0 0 1.5rem;
}

@media screen and (max-width: 600px) {
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
		width: 58px !important;
	}
}

/*==============================================================
# Botón CTA principal (checkout, place order, etc.)
================================================================*/
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
	background-color: var(--color-orange);
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
	background-color: var(--color-navy);
}

.clear {
	clear: both;
}

/*==============================================================
# Formularios WooCommerce genéricos (checkout, mi cuenta, direcciones)
================================================================*/
.form-row {
	margin: 0 0 1.15rem;
}

.form-row label {
	display: block;
	font-weight: 600;
	font-size: 0.85rem;
	margin-bottom: 0.4rem;
	color: var(--color-text);
}

.form-row label .required {
	color: var(--color-orange);
	text-decoration: none;
}

.form-row input.input-text,
.form-row textarea,
.form-row select,
.select2-container {
	width: 100%;
}

.form-row input.input-text,
.form-row textarea {
	padding: 0.7rem 0.9rem;
	border: 1px solid #dde1e7;
	border-radius: 6px;
	font-family: inherit;
	font-size: 0.95rem;
	color: var(--color-text);
}

.form-row input.input-text:focus,
.form-row textarea:focus {
	outline: none;
	border-color: var(--color-navy);
}

.form-row textarea {
	min-height: 100px;
}

.form-row-first,
.form-row-last {
	width: 47%;
}

.form-row-first {
	float: left;
}

.form-row-last {
	float: right;
}

.form-row-wide {
	clear: both;
}

.select2-container--default .select2-selection--single {
	height: auto;
	padding: 0.7rem 0.9rem;
	border: 1px solid #dde1e7;
	border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	line-height: 1.3;
	color: var(--color-text);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
	border-color: var(--color-navy);
}

.select2-dropdown {
	border-color: #dde1e7;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--color-navy);
}

.woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-weight: 500;
	font-size: 0.9rem;
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	accent-color: var(--color-navy);
}

fieldset {
	border: 1px solid #ececec;
	border-radius: 8px;
	padding: 1.25rem 1.5rem !important;
	margin: 1.5rem 0;
}

fieldset legend {
	font-weight: 700;
	color: var(--color-navy);
	padding: 0 0.5rem;
}

/* Columnas reutilizadas por checkout (billing/shipping), direcciones y login/registro */
.col2-set {
	display: flex;
	flex-wrap: wrap;
	gap: 0 2.5rem;
}

.col2-set .col-1,
.col2-set .col-2 {
	flex: 1 1 320px;
	min-width: 0;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-account-fields h3,
#order_review_heading,
#customer_login h2,
.woocommerce-Addresses h2 {
	font-size: 1.15rem;
	margin: 0 0 1.25rem;
	color: var(--color-navy);
}

/*==============================================================
# Carrito
================================================================*/
.woocommerce-cart-form {
	margin-bottom: 2.5rem;
}

table.cart.shop_table {
	border: none;
	border-collapse: collapse;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(27, 58, 107, 0.05);
}

table.cart.shop_table thead th:first-child,
table.cart.shop_table tbody td:first-child {
	padding-left: 1.5rem;
}

table.cart.shop_table thead th:last-child,
table.cart.shop_table tbody td:last-child {
	padding-right: 1.5rem;
}

@media screen and (min-width: 48em) {
	table.cart.shop_table {
		/* table-layout: fixed evita que las imágenes (max-width:100% heredado)
		   colapsen la columna de miniatura bajo el layout automático. */
		table-layout: fixed;
	}

	table.cart.shop_table th.product-remove,
	table.cart.shop_table td.product-remove {
		width: 44px;
	}

	table.cart.shop_table th.product-thumbnail,
	table.cart.shop_table td.product-thumbnail {
		width: 100px;
	}

	table.cart.shop_table th.product-price,
	table.cart.shop_table td.product-price {
		width: 110px;
	}

	table.cart.shop_table th.product-quantity,
	table.cart.shop_table td.product-quantity {
		width: 120px;
	}

	table.cart.shop_table th.product-subtotal,
	table.cart.shop_table td.product-subtotal {
		width: 110px;
	}
}

table.cart.shop_table thead th {
	text-align: left;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #9aa3af;
	font-weight: 700;
	padding: 0 0.75rem 0.85rem;
	border-bottom: 2px solid #ececec;
}

table.cart.shop_table tbody tr.cart_item {
	border-bottom: 1px solid #ececec;
}

table.cart.shop_table tbody td {
	padding: 1.25rem 0.75rem;
	vertical-align: middle;
}

table.cart.shop_table td.product-thumbnail img {
	width: 84px;
	height: 84px;
	object-fit: contain;
	border-radius: 8px;
	background-color: #f7f8fa;
	border: 1px solid #ececec;
}

table.cart.shop_table td.product-name a {
	color: var(--color-navy);
	font-weight: 600;
	text-decoration: none;
}

table.cart.shop_table td.product-name a:hover {
	color: var(--color-orange);
}

table.cart.shop_table td.product-name .variation {
	font-size: 0.82rem;
	color: #6b7280;
	margin: 0.35rem 0 0;
}

table.cart.shop_table td.product-price,
table.cart.shop_table td.product-subtotal {
	font-weight: 600;
	color: var(--color-text);
	white-space: nowrap;
}

table.cart.shop_table td.product-subtotal {
	color: var(--color-navy);
	font-weight: 700;
}

table.cart.shop_table td.product-quantity .quantity {
	display: inline-flex;
}

table.cart.shop_table td.product-quantity .quantity .qty {
	width: 68px;
	padding: 0.55rem 0.6rem;
	border: 1px solid #dde1e7;
	border-radius: 6px;
	font-family: inherit;
	text-align: center;
}

table.cart.shop_table td.product-quantity .quantity .qty:focus {
	outline: none;
	border-color: var(--color-navy);
}

table.cart.shop_table td.product-remove a.remove {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #f3f5f8;
	color: #9aa3af;
	font-size: 1.1rem;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

table.cart.shop_table td.product-remove a.remove:hover {
	background-color: #fdecea;
	color: #d8432a;
}

table.cart.shop_table td.actions {
	padding: 1.5rem 0.75rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	text-align: left;
}

table.cart.shop_table td.actions .coupon {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	flex-wrap: wrap;
}

table.cart.shop_table td.actions .coupon #coupon_code {
	padding: 0.65rem 0.9rem;
	border: 1px solid #dde1e7;
	border-radius: 6px;
	font-family: inherit;
	min-width: 160px;
}

table.cart.shop_table td.actions .coupon button[name="apply_coupon"] {
	font-size: 0.85rem;
}

table.cart.shop_table td.actions button[name="update_cart"] {
	background-color: #fff;
	color: var(--color-navy);
	border: 2px solid var(--color-navy);
	font-size: 0.85rem;
}

table.cart.shop_table td.actions button[name="update_cart"]:hover {
	background-color: var(--color-navy);
	color: #fff;
}

.woocommerce-cart .cart-empty.woocommerce-info {
	max-width: 600px;
	margin: 0 auto 1.5rem;
}

.woocommerce-cart .return-to-shop {
	text-align: center;
}

.cart-collaterals {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	align-items: flex-start;
	margin-top: 1rem;
}

.cart-collaterals .cross-sells {
	flex: 1 1 380px;
}

.cart-collaterals .cross-sells > h2 {
	font-size: 1.2rem;
	margin: 0 0 1.25rem;
}

.cart-collaterals .cart_totals {
	flex: 0 0 360px;
	margin-left: auto;
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 12px;
	padding: 1.75rem;
	box-shadow: 0 2px 8px rgba(27, 58, 107, 0.05);
}

.cart_totals h2 {
	font-size: 1.2rem;
	margin: 0 0 1.25rem;
}

.cart_totals table.shop_table {
	border-collapse: collapse;
}

.cart_totals table.shop_table tr {
	border-bottom: 1px solid #e5e8ee;
}

.cart_totals table.shop_table th,
.cart_totals table.shop_table td {
	padding: 0.75rem 0;
	text-align: left;
}

.cart_totals table.shop_table th {
	font-weight: 500;
	color: #6b7280;
}

.cart_totals table.shop_table tr.order-total th,
.cart_totals table.shop_table tr.order-total td {
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--color-navy);
	border-bottom: none;
	padding-top: 1rem;
}

.cart_totals table.shop_table tr.order-total .woocommerce-Price-amount {
	color: var(--color-orange);
}

.wc-proceed-to-checkout {
	margin-top: 1.25rem;
}

.wc-proceed-to-checkout a.checkout-button {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1rem;
	padding: 0.9em 1.5em;
}

/* Métodos de envío (fila "Envío" en los totales del carrito y del checkout) */
.cart_totals ul.woocommerce-shipping-methods,
.woocommerce-checkout-review-order-table ul.woocommerce-shipping-methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cart_totals ul.woocommerce-shipping-methods li,
.woocommerce-checkout-review-order-table ul.woocommerce-shipping-methods li {
	margin: 0 0 0.5rem;
}

.cart_totals ul.woocommerce-shipping-methods li:last-child,
.woocommerce-checkout-review-order-table ul.woocommerce-shipping-methods li:last-child {
	margin-bottom: 0;
}

.cart_totals ul.woocommerce-shipping-methods li label,
.woocommerce-checkout-review-order-table ul.woocommerce-shipping-methods li label {
	cursor: pointer;
	font-size: 0.88rem;
	color: var(--color-text);
}

.cart_totals ul.woocommerce-shipping-methods input[type="radio"],
.woocommerce-checkout-review-order-table ul.woocommerce-shipping-methods input[type="radio"] {
	margin-right: 0.5rem;
	accent-color: var(--color-navy);
}

.woocommerce-shipping-destination {
	margin: 0;
	font-size: 0.8rem;
	color: #6b7280;
}

.woocommerce-shipping-destination strong {
	color: var(--color-text);
}

.woocommerce-shipping-contents {
	margin: 0.35rem 0 0;
	color: #9aa3af;
}

/* Calculadora de envío */
.woocommerce-shipping-calculator {
	margin-top: 0.6rem;
}

.shipping-calculator-button {
	display: inline-block;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--color-navy);
	text-decoration: underline;
}

.shipping-calculator-button:hover {
	color: var(--color-orange);
}

.shipping-calculator-form {
	margin-top: 0.85rem;
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #e5e8ee;
	border-radius: 8px;
}

.shipping-calculator-form .form-row {
	margin-bottom: 0.75rem;
}

.shipping-calculator-form .form-row:last-of-type {
	margin-bottom: 0;
}

.shipping-calculator-form .button {
	font-size: 0.85rem;
	padding: 0.5em 1.1em;
}

@media screen and (max-width: 900px) {
	.cart-collaterals {
		flex-direction: column;
	}

	.cart-collaterals .cross-sells {
		flex: 0 0 auto;
		width: 100%;
	}

	.cart-collaterals .cart_totals {
		order: -1;
		flex-basis: auto;
		max-width: none;
		width: 100%;
		margin-left: 0;
	}
}

/*==============================================================
# Checkout
================================================================*/
@media screen and (min-width: 900px) {
	form.checkout.woocommerce-checkout {
		display: grid;
		grid-template-columns: 1fr 400px;
		grid-template-areas:
			"fields review-heading"
			"fields review";
		column-gap: 3rem;
		align-items: start;
	}

	form.checkout .col2-set {
		grid-area: fields;
	}

	form.checkout #order_review_heading {
		grid-area: review-heading;
	}

	form.checkout #order_review {
		grid-area: review;
		position: sticky;
		top: 1.5rem;
	}
}

#order_review,
.woocommerce-checkout-review-order {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 12px;
	padding: 1.75rem;
	box-shadow: 0 2px 8px rgba(27, 58, 107, 0.05);
}

.woocommerce-checkout-review-order-table {
	border-collapse: collapse;
}

.woocommerce-checkout-review-order-table thead th {
	text-align: left;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #9aa3af;
	padding-bottom: 0.75rem;
	border-bottom: 2px solid #e5e8ee;
}

.woocommerce-checkout-review-order-table tbody td,
.woocommerce-checkout-review-order-table tbody th {
	padding: 0.75rem 0;
	border-bottom: 1px solid #e5e8ee;
	text-align: left;
	font-weight: 500;
}

.woocommerce-checkout-review-order-table .product-name .product-quantity {
	color: #9aa3af;
	font-weight: 400;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
	padding: 0.75rem 0;
	text-align: left;
}

.woocommerce-checkout-review-order-table tfoot tr {
	border-bottom: 1px solid #e5e8ee;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--color-navy);
	border-bottom: none;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total .woocommerce-Price-amount {
	color: var(--color-orange);
}

#payment {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 2px solid #ececec;
}

ul.wc_payment_methods.payment_methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.payment_methods > li.wc_payment_method {
	border-bottom: 1px solid #e5e8ee;
	padding: 0.85rem 0;
}

ul.payment_methods > li.wc_payment_method:last-of-type {
	border-bottom: none;
}

ul.payment_methods li input[type="radio"] {
	margin-right: 0.5rem;
}

ul.payment_methods li label {
	font-weight: 600;
	cursor: pointer;
}

ul.payment_methods li img {
	max-height: 20px;
	vertical-align: middle;
	margin-left: 0.4rem;
}

ul.payment_methods .payment_box {
	margin-top: 0.75rem;
	padding: 1rem;
	background-color: #f7f8fa;
	border-radius: 8px;
	font-size: 0.88rem;
	color: #6b7280;
}

ul.payment_methods .payment_box p:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout-payment .form-row.place-order {
	margin-top: 1.25rem;
}

.woocommerce-terms-and-conditions-wrapper {
	margin: 1rem 0;
	font-size: 0.9rem;
}

#place_order {
	width: 100%;
	font-size: 1rem;
	padding: 0.9em 1.5em;
	margin-top: 0.5rem;
}

/*==============================================================
# Mi cuenta
================================================================*/
body.woocommerce-account .entry-content:has(.woocommerce-MyAccount-navigation) {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	align-items: flex-start;
}

.woocommerce-MyAccount-navigation {
	flex: 0 0 220px;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #f7f8fa;
	border-radius: 12px;
	overflow: hidden;
}

.woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid #ececec;
}

.woocommerce-MyAccount-navigation li:last-child {
	border-bottom: none;
}

.woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 0.85rem 1.25rem;
	color: var(--color-text);
	font-weight: 600;
	font-size: 0.92rem;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.woocommerce-MyAccount-navigation li a:hover {
	background-color: #eef1f6;
	color: var(--color-navy);
}

.woocommerce-MyAccount-navigation li.is-active a {
	background-color: var(--color-navy);
	color: #fff;
}

.woocommerce-MyAccount-content {
	flex: 1 1 500px;
	min-width: 0;
}

.woocommerce-MyAccount-content > p:first-child {
	background-color: #f7f8fa;
	padding: 1rem 1.25rem;
	border-radius: 8px;
}

.woocommerce-orders-table {
	border-collapse: collapse;
	width: 100%;
}

.woocommerce-orders-table thead th {
	text-align: left;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #9aa3af;
	padding: 0 0.75rem 0.75rem;
	border-bottom: 2px solid #ececec;
}

.woocommerce-orders-table tbody td,
.woocommerce-orders-table tbody th {
	padding: 1rem 0.75rem;
	border-bottom: 1px solid #ececec;
	font-weight: 500;
}

.woocommerce-orders-table__cell-order-number a {
	color: var(--color-navy);
	font-weight: 700;
	text-decoration: none;
}

.woocommerce-orders-table__cell-order-actions .button {
	font-size: 0.78rem;
	padding: 0.5em 1.1em;
	margin: 0.15rem 0.35rem 0.15rem 0;
}

.woocommerce-orders-table__cell-order-status {
	font-weight: 700;
}

tr.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
	color: #1c8f5a;
}

tr.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
	color: var(--color-navy);
}

tr.woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status,
tr.woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status {
	color: #b3862c;
}

tr.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status,
tr.woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status,
tr.woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-status {
	color: #d8432a;
}

.woocommerce-Addresses.col2-set {
	flex: 1 1 100%;
}

.woocommerce-Address {
	background-color: #f7f8fa;
	border-radius: 12px;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

.woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.85rem;
}

.woocommerce-Address-title h2 {
	font-size: 1rem;
	margin: 0;
}

.woocommerce-Address-title .edit {
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--color-navy);
	text-decoration: none;
}

.woocommerce-Address-title .edit:hover {
	color: var(--color-orange);
}

.woocommerce-Address address {
	font-style: normal;
	color: var(--color-text);
	line-height: 1.7;
}

/* Login / registro */
#customer_login.col2-set {
	width: 100%;
}

#customer_login .col-1,
#customer_login .col-2 {
	background-color: #f7f8fa;
	border-radius: 12px;
	padding: 1.75rem;
}

/* Login solo (sin registro habilitado): centrar el formulario angosto */
body.woocommerce-account .entry-content:not(:has(#customer_login)):not(:has(.woocommerce-MyAccount-navigation)) {
	max-width: 420px;
	margin: 0 auto;
}

.woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-weight: 500;
	font-size: 0.88rem;
	margin-right: 1rem;
}

.woocommerce-LostPassword {
	margin-top: 1rem;
	font-size: 0.85rem;
}

@media screen and (max-width: 780px) {
	body.woocommerce-account .entry-content:has(.woocommerce-MyAccount-navigation) {
		flex-direction: column;
	}

	.woocommerce-MyAccount-navigation {
		flex-basis: auto;
		width: 100%;
	}

	.woocommerce-MyAccount-content {
		flex: 0 0 auto;
		width: 100%;
	}

	.woocommerce-MyAccount-navigation ul {
		display: flex;
		flex-wrap: wrap;
		border-radius: 8px;
	}

	.woocommerce-MyAccount-navigation li {
		border-bottom: none;
		flex: 1 1 auto;
	}

	.woocommerce-MyAccount-navigation li a {
		text-align: center;
		padding: 0.7rem 0.85rem;
		font-size: 0.85rem;
	}

	.col2-set {
		gap: 0;
	}

	.form-row-first,
	.form-row-last {
		width: 100%;
		float: none;
	}
}

/*==============================================================
# Pedido completado (thank you / order-received)
================================================================*/
.woocommerce-order {
	max-width: 900px;
	margin: 0 auto;
}

.woocommerce-thankyou-order-received {
	list-style: none;
	margin: 0 0 2rem;
	padding: 2.5rem 2rem;
	text-align: center;
	background-color: #f0f9f4;
	border: 1px solid #cdebd9;
	border-radius: 14px;
	color: #146c41;
	font-size: 1.15rem;
	font-weight: 600;
}

.woocommerce-thankyou-order-received::before {
	content: "\2713";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin: 0 auto 1.25rem;
	background-color: #1c8f5a;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 50%;
}

.woocommerce-thankyou-order-failed {
	background-color: #fdecea;
	border: 1px solid #f6c6be;
	color: #a8331f;
	padding: 1.25rem 1.5rem;
	border-radius: 10px;
	text-align: center;
	margin: 0 0 1rem;
	font-weight: 500;
}

.woocommerce-thankyou-order-failed-actions {
	text-align: center;
	margin: 0 0 2.5rem;
}

.woocommerce-thankyou-order-failed-actions .button {
	margin: 0 0.4rem;
}

.woocommerce-order-overview.order_details {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 2.5rem;
	padding: 1.5rem 0;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.woocommerce-order-overview li {
	flex: 1 1 150px;
	padding: 0.5rem 1.5rem;
	text-align: center;
	border-left: 1px solid #ececec;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #9aa3af;
	font-weight: 600;
}

.woocommerce-order-overview li:first-child {
	border-left: none;
}

.woocommerce-order-overview li strong {
	display: block;
	margin-top: 0.4rem;
	font-size: 1rem;
	text-transform: none;
	letter-spacing: normal;
	color: var(--color-navy);
	font-weight: 700;
}

.woocommerce-order-overview__total strong {
	color: var(--color-orange);
}

.woocommerce-order-details__title,
.woocommerce-column__title {
	font-size: 1.2rem;
	margin: 0 0 1.25rem;
}

.woocommerce-order-details {
	margin: 0 0 2.5rem;
}

table.woocommerce-table--order-details {
	width: 100%;
	border-collapse: collapse;
}

table.woocommerce-table--order-details thead th {
	text-align: left;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #9aa3af;
	padding: 0 0 0.75rem;
	border-bottom: 2px solid #ececec;
}

table.woocommerce-table--order-details tbody td {
	padding: 0.85rem 0;
	border-bottom: 1px solid #ececec;
	text-align: left;
}

table.woocommerce-table--order-details .product-name a {
	color: var(--color-navy);
	font-weight: 600;
	text-decoration: none;
}

table.woocommerce-table--order-details .product-name a:hover {
	color: var(--color-orange);
}

table.woocommerce-table--order-details .product-name .product-quantity {
	color: #9aa3af;
	font-weight: 400;
}

table.woocommerce-table--order-details tfoot th,
table.woocommerce-table--order-details tfoot td {
	padding: 0.65rem 0;
	text-align: left;
	font-weight: 500;
	color: var(--color-text);
	border-bottom: 1px solid #ececec;
}

table.woocommerce-table--order-details tfoot tr:last-of-type th,
table.woocommerce-table--order-details tfoot tr:last-of-type td {
	border-bottom: none;
}

table.woocommerce-table--order-details .order-actions-button {
	font-size: 0.8rem;
	padding: 0.5em 1.1em;
	margin: 0.15rem 0.5rem 0.15rem 0;
}

/* Tarjeta con la(s) dirección(es): con envío separado son 2 columnas,
   sin envío separado es una sola tarjeta con la dirección de facturación. */
.woocommerce-customer-details {
	background-color: #f7f8fa;
	border-radius: 12px;
	padding: 1.5rem;
}

.woocommerce-customer-details .col2-set.addresses {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	background-color: transparent;
	padding: 0;
}

.woocommerce-customer-details .col-1,
.woocommerce-customer-details .col-2 {
	flex: 1 1 260px;
}

.woocommerce-customer-details .col-2 {
	padding-left: 2rem;
	border-left: 1px solid #e5e8ee;
}

@media screen and (max-width: 560px) {
	.woocommerce-customer-details .col-2 {
		padding-left: 0;
		border-left: none;
		padding-top: 1.5rem;
		border-top: 1px solid #e5e8ee;
	}
}

.woocommerce-customer-details address {
	font-style: normal;
	color: var(--color-text);
	line-height: 1.7;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
	margin: 0.35rem 0 0;
	color: #6b7280;
	font-size: 0.9rem;
}

@media screen and (max-width: 600px) {
	.woocommerce-order-overview li {
		flex: 1 1 50%;
		border-left: none;
		border-top: 1px solid #ececec;
	}

	.woocommerce-order-overview li:nth-child(-n+2) {
		border-top: none;
	}

	.woocommerce-thankyou-order-received {
		padding: 2rem 1.25rem;
	}
}
