/*!
Theme Name: UXERSTUDIO THEME
Theme URI: http://underscores.me/
Author: UXER Studio
Author URI: https://uxerstudio.com
Description: Wordpress Ecommerce theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uxerstudio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

UXERSTUDIO THEME is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

:root {
	--color-primary: #0A2647;
	--color-secondary: #000000;
	--color-accent: #000000;
	--color-greyge: #F4F4F4;
	--color-light-grey: #EAEAEA;
	--color-mid-black: #666666;
	--color-black: #101010;
	--color-white: #FFFFFF;
}

/* RESEAT */
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	font-size: 62.5%;
}

body {
	font-family: var(--font-primary);
	font-size: 1.6rem;
	line-height: 1.8rem;
	min-height: 100vh;
	background: var(--color-greyge);
	position: initial;
}

button:focus {
	outline: 0;
}

button {
	border: 0;
	cursor: pointer;
}

a {
	text-decoration: none;
}

h1,
h2 {
	-webkit-font-smoothing: antialiased;
	font-family: var(--font-title);
	font-weight: 700;
	line-height: 1.25em;
	margin: 0;
	color: var(--color-black);
}

h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	font-family: var(--font-primary);
	font-weight: 600;
	line-height: 1.5em;
	margin: 0;
}

h1 {
	font-size: 4.8rem;
}

h2 {
	font-size: 4rem;
}

h3 {
	font-size: 2.4rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.6rem;
}

::placeholder {
	color: var(--color-mid-black);
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--color-mid-black);
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--color-mid-black);
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
.button,
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
.button::-moz-focus-inner,
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
.button:-moz-focusring,
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
.button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: var(--font-primary), sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
	background-color: transparent;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--color-black);
}

a:visited {
	color: var(--color-black);
}

a:hover,
a:focus,
a:active {
	color: var(--color-black);
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.wc-block-components-button__text,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-color: transparent;
	border-radius: 0.8rem;
	background: var(--color-accent);
	color: var(--color-white);
	line-height: 1;
	padding: 1.6rem 2.4rem;
	transition: all 0.3s ease;
	font-weight: 500;
	cursor: pointer;
}

.wc-block-components-button__text,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: transparent;
	color: var(--color-white);
	transform: translateY(-5px);
}

.wc-block-components-button__text,
.button:active,
.button:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: transparent;
	color: var(--color-white);
}

.wc-block-components-button__text,
.button:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
	color: var(--color-white);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
.select2-container--default .select2-selection--single {
	color: var(--color-black);
	border: 1px solid #ccc;
	border-radius: 0.8rem;
	padding: 1.1rem 1.2rem;
	width: 100%;
	height: initial;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.select2-container--default .select2-selection--single:focus {
	color: var(--color-black);
}

select,
.select2-selection__rendered {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	height: 12rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	border: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-navigation #primary-menu {
	display: flex;
	gap: 20px;
}

.uxer-mini-cart {
	margin-right: 1rem;
	position: relative;
	order: 4;
	padding: 0.6em 0em 0.4em;
}

.uxer-cart-icon {
	font-size: 2.4rem;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	color: var(--color-light-grey);
}
.uxer-cart-icon:hover {
	color: var(--color-light-grey);
}

.uxer-cart-count {
	background: var(--color-light-grey);
	color: var(--color-black);
	font-size: 1.2rem;
	border-radius: 50%;
	padding: 0.2rem;
	position: absolute;
	top: -12px;
	right: -14px;
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ------------------------------
   SEARCH BAR
------------------------------- */
.uxer-search-bar {
	display: none;
	padding: 10px;
	background: #f8f8f8;
	border-top: 1px solid #eee;
}

.uxer-search-bar input {
	width: 100%;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #ddd;
	font-size: 16px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin: 0 1.6rem 0.8rem;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 1rem;
	font-weight: 500;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.widget-title {
	font-size: 2.4rem;
}

.shop-sidebar-filters .widget-title {
	font-size: 1.8rem;
}

.widget ul {
	list-style: none;
	margin: 1.6rem 0;
	display: grid;
	grid-gap: 1rem;
}

.widget ul.wp-block-social-links {
	display: flex;
	gap: 1rem;
	align-items: center;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*CUSTOM UXER STYLES*/
.container,
article.page {
	max-width: 1240px;
	margin: 0 auto !important;
	padding: 0 15px;
}

.container-md {
	max-width: 960px;
	margin: 0 auto !important;
	padding: 0 15px;
}

.site-header {
	background: var(--color-black);
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.6rem;
	padding: 1.6rem;
	width: 100%;
}

.uxer-burger-toggle,
.uxer-search-toggle {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: var(--color-light-grey);
	padding: 1rem;
}

.uxer-burger-toggle:hover,
.uxer-search-toggle:hover {
	color: var(--color-light-grey);
}

.uxer-search-toggle {
	order: 3;
}

.site-branding img {
	max-width: 14rem;
	height: auto;
}

.menu-item a {
	color: var(--color-light-grey);
}

.uxer-mini-cart-panel {
	position: fixed;
	top: 0;
	right: 0;
	width: 380px;
	height: 100vh;
	background: #fff;
	box-shadow: -4px 0 12px rgba(0, 0, 0, 0.15);
	transform: translateX(100%);
	transition: transform .35s ease;
	z-index: 99999;
	overflow-y: auto;
	padding: 20px;
}

.uxer-mini-cart-panel.active {
	transform: translateX(0);
}

.uxer-mini-cart-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
	z-index: 99990;
}

.uxer-mini-cart-overlay.active {
	opacity: 1;
	visibility: visible;
}

/* ------------------------------
   PÁGINA DE PEDIDO RECIBIDO
--------------------------------*/

/* Contenedor general */
.woocommerce-order {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 20px;
	font-family: "Inter", sans-serif;
}

/* Título */
.woocommerce-order h2,
.woocommerce-order h1,
.woocommerce-order h3 {
	font-weight: 700;
	letter-spacing: -0.3px;
	margin-bottom: 20px;
	color: #111;
}

/* Mensaje de gracias */
.woocommerce-order .woocommerce-notice {
	background: #f0f8ff;
	padding: 18px 20px;
	border-radius: 12px;
	border-left: 4px solid #0d6efd;
	font-size: 16px;
	color: #0d3a66;
	margin-bottom: 30px;
}

/* Lista de info del pedido */
.woocommerce-order ul.order_details {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}

.woocommerce-order ul.order_details li {
	background: #fafafa;
	padding: 15px 20px;
	border-radius: 12px;
	min-width: 180px;
	flex: 1;
	font-size: 15px;
	border: 1px solid #eee;
}

.woocommerce-order ul.order_details strong {
	display: block;
	font-weight: 700;
	margin-bottom: 6px;
	color: #333;
}

/* TABLA del pedido */
.woocommerce-table--order-details {
	border-radius: 14px;
	border: 1px solid #eee;
	overflow: hidden;
	margin-bottom: 40px;
}

.woocommerce-table--order-details th {
	background: #f8f9fa;
	font-weight: 600;
	padding: 14px;
	color: #333;
}

.woocommerce-table--order-details td {
	padding: 14px;
	border-top: 1px solid #eee;
}

/* Dirección de envío y facturación: 2 columnas */
.woocommerce-customer-details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 35px;
	margin-top: 40px;
}

.woocommerce-customer-details address {
	background: #fafafa;
	padding: 20px 22px;
	border-radius: 12px;
	border: 1px solid #eee;
	line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
	.woocommerce-customer-details {
		grid-template-columns: 1fr;
	}

	.woocommerce-order ul.order_details {
		flex-direction: column;
	}
}

/* ------------------------------
   OFFCANVAS MENU MOBILE
------------------------------- */
.offcanvas-left {
	position: fixed;
	top: 0;
	left: -300px;
	width: 260px;
	height: 100vh;
	background: var(--color-black);
	box-shadow: 2px 0 12px rgba(0, 0, 0, 0.15);
	padding: 30px 20px;
	transition: 0.3s ease-in-out;
	z-index: 99999;
}

.offcanvas-left.show {
	left: 0;
}

.offcanvas-left ul {
	display: block !important;
	flex-direction: column;
	gap: 15px;
}

.offcanvas-left a {
	padding: 12px 0;
	display: block;
	border-bottom: 1px solid #eee;
	font-size: 18px;
}

.uxer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	/* Color negro semi-transparente */
	display: none;
	/* Oculto por defecto */
	z-index: 9999;
	/* DEBE ser menor que el menú (99999) */
}

.uxer-overlay.show {
	display: block;
	/* Muestra el overlay cuando se añade la clase 'show' */
}

.uxer-mini-cart-panel-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.uxer-mini-cart-panel-inner h3 {
	text-align: center;
	margin-bottom: 2.4rem;
	background: var(--color-light-grey);
	padding: 1.2rem;
	border-radius: 0.8rem;
	display: flex;
	justify-content: center;
	gap: 1rem;
	align-items: center;
	line-height: 1em;
}

.woocommerce-mini-cart {
	flex: 1;
	padding: 0;
	max-height: unset;
	margin-left: 0;
	margin-bottom: 0;
}

.woocommerce-mini-cart li.mini_cart_item {
	display: flex;
	list-style: none;
	align-items: center;
	gap: 2rem;
	padding: 1.6rem;
	transition: all ease 0.3s;
	cursor: pointer;
	position: relative;
	border-radius: 0.8rem;
	margin-bottom: 0.8rem;
}

.woocommerce-mini-cart li.mini_cart_item:hover {
	background-color: var(--color-greyge);
}

.woocommerce-mini-cart img {
	max-width: 7rem;
	height: 7rem;
	object-fit: contain;
}

.woocommerce-mini-cart li.mini_cart_item .product-info a {
	color: var(--color-black);
	font-weight: 500;
	    font-size: 1.6rem;
    line-height: 1em;
}

.mini_cart_item .remove_from_cart_button {
	position: absolute;
	top: 0;
	right: 0;
	background: var(--color-greyge);
	width: 3.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2rem;
	color: var(--color-black);
	font-size: 2.4rem;
	height: 3.2rem;
}

.uxer-mini-cart-panel .buttons .button {
	width: 100%;
	margin-bottom: 1rem;
	text-align: center;
}

.woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
}

/* ------------------------------
    SEARCH OVERLAY (Modal)
------------------------------- */
.uxer-search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.98);
	/* Fondo casi blanco semi-transparente */
	display: none;
	/* Oculto por defecto */
	z-index: 100000;
	/* Asegura que esté por encima de todo */
	padding-top: 50px;
	/* Espacio superior */
}

.uxer-search-overlay.show {
	display: block;
	/* Muestra el modal al añadir la clase 'show' */
}

.search-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.uxer-search-form {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
}

.uxer-search-form input[type="search"] {
	flex-grow: 1;
	padding: 10px 0;
	border: none;
	font-size: 24px;
	outline: none;
	background: transparent;
}

.uxer-search-form input[type="search"]::placeholder {
	color: #999;
}

/* Botón de cierre del modal */
.uxer-search-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: none;
	border: none;
	font-size: 2.4rem;
	cursor: pointer;
	color: var(--color-black);
	line-height: 1;
	padding: 1rem;
}

.uxer-search-close:hover {
	color: var(--color-black);
}

/* Ocultar el botón de envío si solo usamos el icono */
.search-submit {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #555;
	padding: 0 10px;
}

/* Ocultar el antiguo .uxer-search-bar si ya no se usa como dropdown */
.uxer-search-bar {
	display: none !important;
}

.text-center {
	text-align: center;
}

.uxer-mini-cart-close {
	border: none;
	font-size: 1.6rem;
	cursor: pointer;
	color: var(--color-black);
	position: absolute;
	right: 2.6rem;
	background: var(--color-white);
	padding: 0.8rem;
	top: 2.6rem;
	transition: none;
}

.uxer-mini-cart-close:hover,
.uxer-mini-cart-close:focus,
.uxer-mini-cart-close:active {
	transform: none;
	color: var(--color-black);
}

.img-rounded img {
	border-radius: 2rem;
}

.woocommerce-loop-category__title {
	font-size: 2rem;
	font-weight: 600;
	color: var(--color-black);
	margin-top: 1.2rem;
}

.woocommerce-loop-product__title {
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}

.footer-contact {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}

.site-infoDiv img {
	max-width: 25rem;
	height: auto;
}

.hero-content {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20rem 2.4rem !important;
}

.hero-title-footer {
	font-size: 4.8rem;
}

.footer-payments {
	display: flex;
	gap: 1.6rem;
	align-items: center;
	padding: 4rem 2.4rem;
	justify-content: center;
}

.copyright a {
	color: #183f36;
	font-weight: 500;
}

/* ------------------------------
   PAGE BLOCKS
------------------------------- */

.header-page {
	padding: 10rem 2.4rem !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.header-page h1 {
	font-size: 4rem;
	font-weight: 700;
}

.blog h2.entry-title {
	font-size: 1.8rem;
}
.blog h2.entry-title a {
	font-weight: 700;
}

.blog-article-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3rem;
	margin-bottom: 6rem !important;
}
.blog-article-container article img {
	border-radius: 2rem;
	margin-bottom: 2rem;
}

.password-input {
	position: relative;
}
/* ------------------------------
   DESKTOP
------------------------------- */
@media (min-width: 768px) {

	/* 1. Contenedor principal: Activa Flexbox para alinear los 3 bloques */
	.site-header {
		padding: 0 20px;
	}

	/* Ocultar el botón de la hamburguesa en desktop */
	.uxer-burger-toggle {
		display: none;
	}

	/* 2. LOGO: Debe ir PRIMERO */
	.site-branding {
		order: 1;
		margin-right: 20px;
		/* Espacio para separar del menú */
	}

	/* 3. MENÚ: Debe ir SEGUNDO */
	.main-navigation {
		/* Anulaciones del offcanvas */
		position: static !important;
		width: auto !important;
		height: auto !important;
		left: auto !important;
		background: transparent !important;
		box-shadow: none !important;
		padding: 0 !important;
		transform: none !important;

		order: 2;
		flex-grow: 1;
		/* Ocupa el espacio central restante */
		margin-right: auto;
		/* IMPORTANTE: Empuja el grupo de iconos al borde */
		margin-left: 0;
		/* Ya tenemos el margen en .site-branding */
	}

	.main-navigation ul {
		display: flex !important;
		flex-direction: row !important;
		gap: 20px !important;
		margin-left: 0 !important;
		list-style: none;
		/* Asegura que no haya bullets */
	}

	.main-navigation li {
		border: none !important;
		padding: 0 !important;
		margin: 0 !important;
		position: static;
		/* Anula cualquier posición relativa si la tiene */
	}

	.main-navigation a {
		border: none !important;
		font-size: 16px !important;
		padding: 10px 0 !important;
		display: block;
		transition: all ease 0.2s;
	}

	.main-navigation a:hover {
		background: none !important;
		transform: translatey(-3px);
	}

	.header-container {
		display: flex;
		align-items: center;
		gap: 20px;
		width: auto;
		padding: 1.6rem 0;
	}
}

@media (max-width: 768px) {
	.site-header {
		display: flex;
	}

	.site-branding {
		order: 2;
		width: 100%;
		text-align: center;
	}

	.uxer-burger-toggle {
		order: 1;
	}

	h1 {
		font-size: 4rem;
	}

	h2 {
		font-size: 3.2rem;
	}

	h3 {
		font-size: 2.4rem;
	}

	h4 {
		font-size: 2rem;
	}

	h5 {
		font-size: 1.8rem;
	}

	h6 {
		font-size: 1.6rem;
	}

	.footer-contact {
		display: grid;
		justify-content: center;
        text-align: center;
	}
	.widget ul.wp-block-social-links {
		justify-content: center;
	}

	.footer-payments {
		display: grid;
	}

	.uxer-mini-cart-panel-inner h3 {
		font-size: 1.8rem;
	}

	.woocommerce-mini-cart {
		padding: 0;
	}

	.woocommerce-mini-cart h4 {
		font-size: 1.6rem;
	}
	.hero-title-footer {
	font-size:2.4rem;	
	}
}

.text-white {
	color: var(--color-white);
}

.site-footer {
	color: #183f36;
	padding: 6rem 1.6rem;
}
.site-infoDiv h2, .site-infoDiv a {
	color: #183f36;
}
#colophon .wp-block-social-links a {
	color: var(--color-white);
}