/*!
Theme Name: FantasyE-commers
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: fantasye-commers
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.

FantasyE-commers 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

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

/*--------------------------------------------------------------
# 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: flex;
	flex-direction: column;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	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;
	text-decoration: none;
}

/**
 * 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: bolder;
}

/**
 * 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,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
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,
[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,
input,
select,
optgroup,
textarea {
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	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 {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #1D3B4F;
}

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: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}



a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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 {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
/* .main-navigation {
	display: flex;
	align-items: flex-end;
	width: 100%;
} */

.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;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* 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,
.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 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 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%;
}

/* 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;
	width: 10%;
}

/* 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 STYLES*/

.site-branding {
	display: flex;
	align-items: center;
}

.site-header{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1D3B4F;
}

.main-navigation{
	display: flex;
	justify-content: flex-end;
}
.site-title{
	width: 50%;
	
}

.logosize{
	width: 50%;
}

.baner-shop{
	background-color: #3C2A58;
	text-decoration: none;
}

:root {
	--color-dark-purple: #3C2A58;
	--color-deep-teal: #1D3B4F;
	--color-light-text: #F6F6F6;
	--color-sky-text: #BBF1F0;
	--color-primary: #2CE2D0;
	--color-hover-purple: #7D5BA6;
	--color-accent-gold: #FFC857;
}
  
  /* Fondo de la pÃ¡gina */
body {
	background-color: var(--color-dark-purple);
	color: var(--color-light-text);
	font-family: 'Cinzel Decorative', serif;
}
  
  /* Texto principal */
h1, h2, h3, p {
	color: var(--color-sky-text);
}
  
  /* BotÃ³n primario */
.btn-primary {
	background-color: var(--color-primary);
	color: #000;
	border: none;
	padding: 0.6em 1.2em;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s;
}
  
.btn-primary:hover {
	background-color: var(--color-hover-purple);
	color: var(--color-light-text);
}
  
  /* Detalles visuales o Ã­conos mÃ¡gicos */
.icon-magic {
	color: var(--color-accent-gold);
}
  
a:hover {
	color: var(--color-accent-gold);
}

.baner-shop{
	background-color: #1D3B4F;
	display: flex;
	justify-content: center;
	
}

.site-footer{
	background-color: #1D3B4F;
}


/*CSS para los productos*/

.productos {
    display: grid;
    gap: 20px;
    list-style: none;
    padding: 0;
	margin: 1%;
}

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

/* Responsive */
@media (max-width: 768px) {
    .productos.columns-3, .productos.columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .productos { grid-template-columns: 1fr; }
}

/* Botón load more */
.load-more {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
}
.load-more:hover {
    background: #555;
}

.products .product {
    transition: opacity 0.4s ease, transform 0.4s ease;
    will-change: opacity, transform;
}

.loading {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    color: #666;
	display: none;
}

html {
    scroll-behavior: smooth;
}

/* estilo de presentacion para productos*/

.mi-producto {
	background: #1D3B4F;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	padding: 15px;
	text-align: center;
	transition: transform 0.2s ease;
  }
  .mi-producto:hover {
	transform: scale(1.03);
  }
  .mi-producto .titulo {
	font-size: x-large;
	margin: 10px 0;
	color: #FFC857;
  }
  .mi-producto .precio {
	color: #2CE2D0 !important;
	width: 50%	;
	font-size: 28px;
  }

  .dashicons{
	font-size: 	3em;   /* cambia el tamaño del icono */

  }
  
  .aling{
	display: flex;
	justify-content: center;
	align-items: stretch;
  }

  /* FOOTER */

  .site-footer {
	background: #1d1d1f;
	color: #f6f6f6;
	padding: 40px 20px 10px;
	font-family: 'Poppins', sans-serif;
	position: relative;
	bottom: 0;
	width: 100%;
  }
  
  .footer-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 30px;
	max-width: 1200px;
	margin: auto;
  }
  
  .footer-col h4 {
	margin-bottom: 15px;
	font-size: 1.1rem;
	color: #2ce2d0;
  }
  
  .footer-col ul {
	list-style: none;
	padding: 0;
  }
  
  .footer-col ul li {
	margin: 8px 0;
  }
  
  .footer-col ul li a {
	color: #f6f6f6;
	text-decoration: none;
	transition: color 0.3s;
  }
  
  .footer-col ul li a:hover {
	color: #2ce2d0;
  }
  
  .footer-logo {
	max-width: 150px;
	margin-bottom: 10px;
  }
  
  .social-icons a {
	color: #f6f6f6;
	font-size: 1.4rem;
	margin-right: 10px;
	transition: color 0.3s;
  }
  
  .social-icons a:hover {
	color: #2ce2d0;
  }
  
  .footer-bottom {
	text-align: center;
	border-top: 1px solid #333;
	padding: 15px 0 0;
	margin-top: 20px;
	font-size: 0.9rem;
  }
  
  .footer-pagos {
	margin-top: 10px;
	max-height: 30px;
  }

  /* Quitar márgenes por defecto */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
  }

  /* Hace que el footer “pegue” abajo cuando hay poco contenido */
#page, .site, .wrapper {
	min-height: 100vh; 
	display: flex;
	flex-direction: column;
  }
  
  #content {
	flex: 1;
  }
  

  
  
  /* Grid responsivo para productos sin huecos */
#mis-productos ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
  }
  
  /* Ajustes visuales de los productos */
  #mis-productos ul.products li.product {
	list-style: none;
	margin: 0;
	padding: 10px;
	background: #0f2f3d; /* opcional: cambia color de fondo de tarjeta */
	border-radius: 10px;
  }

  #mis-productos ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 20px;
  }
  
  
/* --- Reset pseudo-elements de WooCommerce (evita huecos) --- */
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  content: none !important;
  display: none !important;
}

/* --- Grid responsivo propio --- */
/* --- Grid responsivo propio --- */
.shop-wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 30px auto;
	padding: 0 20px;
  }
  
  /* Forzar grid en productos */
  .shop-wrapper ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
  }
  

#products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Cada tarjeta */
.mi-producto {
  background: #0f2f3d; /* ajusta al color del theme */
  color: #fff;
  padding: 14px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* Imagen */
.mi-producto-thumb img {
  max-width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 12px;
}

/* Título */
.mi-producto-title {
  font-size: 1rem;
  margin: 8px 0;
  flex: 0 0 auto;
}

/* Precio */
.mi-producto-price {
  margin-top: auto;
  font-weight: 700;
  color: #2ce2d0;
  font-size: 1.05rem;
}

/* Acciones botón */
.mi-producto-actions {
  margin-top: 8px;
}

/* Botón cargar más */
.load-more-wrap {
  margin: 30px 0;
  text-align: center;
}
.load-more-button {
  display: inline-block;
  padding: 10px 18px;
  background: #2ce2d0;
  color: #063038;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .mi-producto { min-height: 340px; }
  .mi-producto-thumb img { height: 200px; }
}

/* Forzar grid en #products-grid */
#products-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
	gap: 22px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
  }
  
  /* Asegurar que cada producto no se estire raro */
  #products-grid .mi-producto {
	background: #0f2f3d;
	color: #fff;
	padding: 14px;
	border-radius: 8px;
	text-align: center;
	display: flex;
	flex-direction: column;
	min-height: 320px;
	box-sizing: border-box;
  }
  
  /* Forzar el grid de productos */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  gap: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}



.shop-container {
	display: flex;
	align-items: flex-start;
  }
  
  /* Sidebar fijo a la izquierda */
  .shop-sidebar {
	position: sticky;
	top: 20px;          /* queda pegado al top al hacer scroll */
	width: 250px;       /* ancho del sidebar */
	flex-shrink: 0;
	background: #3C2A58;
	padding: 20px;
	border-right: 1px solid #ddd;
	height: calc(100vh - 40px); /* ocupa alto de la pantalla */
	overflow-y: auto;   /* si hay muchos filtros, scroll solo aquí */
  }
  
  /* Grid de productos */
  .shop-products {
	flex: 1;
	padding: 20px;
  }
  
  .shop-products ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
  }
  
  .shop-container {
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
  }
  
  .shop-sidebar {
	position: sticky;
	top: 20px;
	width: 260px;
	height: 100vh;
	overflow-y: auto;
	border-right: 1px solid #ddd;
	padding: 15px;
  }
  
  .products-grid {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 20px;
	padding: 20px;
  }

  .filtros-tienda{
    padding-left: 5%;
    font-size: x-large;
  }
  
  .woocommerce a.button.add_to_cart_button {
    background: transparent !important;
    border: none !important;
    padding: unset;
    display: flex;
    box-shadow: none !important;
	color: #4169e1;
}

.woocommerce a.button.add_to_cart_button:hover {
	color: #FFC857;   /* un tono más oscuro */
	transform: scale(1.05); /* crece un poquito */
  }
  
  .woocommerce a.button.add_to_cart_button:active {
	color: #FFC857;
	transform: scale(0.98); /* se encoge un poquito */
  }
  

  /*producto simple*/

  .amazon-product-wrapper {
	display: grid;
	grid-template-columns: 2fr 1.2fr;
	gap: 2rem;
	margin-bottom: 2rem;
	align-items: start;
  }
  
  .amazon-product-gallery {
	border: 1px solid #ddd;
	padding: 1rem;
	background: #1d3a4f;
  }
  
  .amazon-product-summary {
	background: #1d3a4f;
	padding: 1.5rem;
	border: 1px solid #ddd;
	border-radius: 6px;
  }
  
  .amazon-product-title {
	font-size: 1.8rem;
	margin-bottom: 1rem;
  }
  
  .amazon-product-price {
	font-size: 1.6rem;
	color: #b12704;
	font-weight: bold;
	margin: 1rem 0;
  }
  
  .amazon-product-add-to-cart .single_add_to_cart_button {
	background: #ffa41c;
	color: #111;
	padding: 1rem 2rem;
	font-size: 1.2rem;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	width: 100%;
  }
  
  .amazon-product-add-to-cart .single_add_to_cart_button:hover {
	background: #ff8f00;
  }
  
  .amazon-product-tabs,
  .amazon-product-related {
	margin-top: 2rem;
  }

  .full-width-product {
	max-width: 1200px;
	margin: 0 auto;
  }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
   .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	color: #fff;
	font-size: 1.25em;
   }
  
   /* Ocultar enlace de edición en single product */
.single-product .edit-link {
	display: none !important;
  }
  
  /* Ocultar navegación anterior/siguiente en productos */
.single-product .post-navigation,
.single-product .nav-links {
  display: none !important;
}

/* Estilo general del formulario de comentarios */
.comment-respond {
	background: #0f2f3d; /* fondo claro */
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	margin-top: 40px;
  }
  
  /* Título del formulario */
  .comment-respond h3 {
	font-size: 20px;
	font-weight: bold;
	color: #FFC857;
	margin-bottom: 15px;
  }
  
  /* Inputs */
  .comment-respond input[type="text"],
  .comment-respond input[type="email"],
  .comment-respond textarea {
	width: 100%;
	padding: 12px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
  }
  
  /* Botón enviar */
  .comment-respond input[type="submit"] {
	background: #00b3ff; 
	color: #0f2f3d;
	font-weight: bold;
	border: none;
	border-radius: 6px;
	padding: 12px 20px;
	cursor: pointer;
	transition: background 0.3s ease;
  }
  
  .comment-respond input[type="submit"]:hover {
	background: #e68a00;
  }
  
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit{
	color: #2ce2d0;
	background: #3c2a58;
  }


  
  /* Inputs en dos columnas */
  .comment-form-author,
  .comment-form-email {
	width: 48%;
	float: left;
	margin-right: 4%;
  }
  
  .comment-form-email {
	margin-right: 0;
  }
  
  .comment-form-author input,
  .comment-form-email input,
  .comment-form-comment textarea {
	width: 100%;
	padding: 12px;
	margin-top: 5px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	background: #fefefe;
  }
  
  /* Textarea */
  .comment-form-comment {
	clear: both;
	margin-top: 20px;
  }
  
  .comment-form-comment textarea {
	min-height: 120px;
  }
  
  /* Botón estilo Amazon */
  .form-submit input[type="submit"] {
	background: #ff9900;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 6px;
	padding: 12px 20px;
	cursor: pointer;
	transition: background 0.3s ease;
  }
  
  .form-submit input[type="submit"]:hover {
	background: #e68a00;
  }

  /* Caja general */
.comments-area {
	margin-top: 40px;
	background: #2CE2D0;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  }
  
  /* Título */
  .comments-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #111;
  }
  
  /* Lista de comentarios */
  .comment-list {
	list-style: none;
	padding: 0;
	margin: 20px 0;
  }
  .comment-list li {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
  }
  
  /* Inputs en dos columnas */
  .comment-form-author,
  .comment-form-email {
	width: 48%;
	float: left;
	margin-right: 4%;
  }
  
  .comment-form-email { margin-right: 0; }
  
  .comment-form-author input,
  .comment-form-email input,
  .comment-form-comment textarea {
	width: 100%;
	padding: 12px;
	margin-top: 5px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	background: #fefefe;
  }
  
  /* Textarea */
  .comment-form-comment {
	clear: both;
	margin-top: 20px;
  }
  .comment-form-comment textarea { min-height: 120px; }
  
  /* Botón estilo Amazon */
  .form-submit input[type="submit"] {
	background: #ff9900;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 6px;
	padding: 12px 20px;
	cursor: pointer;
	transition: background 0.3s ease;
  }
  .form-submit input[type="submit"]:hover {
	background: #e68a00;
  }
  
  /* Estilo de estrellas */
.woocommerce-product-rating {
	margin: 10px 0;
	display: flex;
	align-items: center;
  }
  
  .woocommerce-product-rating .star-rating {
	color: #ffffff; /* Naranja tipo Amazon */
	font-size: 18px;
	margin-right: 8px;
  }
  
  .woocommerce-review-link {
	font-size: 14px;
	color: #ffffff; /* Azul tipo Amazon */
	margin-left: 5px;
	text-decoration: none;
  }
  .woocommerce-review-link:hover {
	text-decoration: underline;
  }
  

/* Estilo estrellas Amazon */
.custom-star-rating {
	margin: 10px 0;
	display: flex;
	align-items: center;
  }
  
  .woocommerce-product-rating .star-rating {
	color: #ff9900 !important; /* Naranja estilo Amazon */
	font-size: 18px;
	margin-right: 8px;
  }
  
  .woocommerce-review-link {
	font-size: 14px;
	color: #007185; /* Azul tipo Amazon */
	margin-left: 5px;
	text-decoration: none;
  }
  .woocommerce-review-link:hover {
	text-decoration: underline;
  }

  
  /* Estrellas en catálogo y single */
.woocommerce .star-rating {
	color: #ff9900;          /* Naranja tipo Amazon */
	font-size: 16px;
	line-height: 1;
  }
  
  .woocommerce .star-rating::before {
	color: #ff9900;
  }
  
  .woocommerce .woocommerce-review-link {
	font-size: 13px;
	color: #007185;
	text-decoration: none;
  }
  
  .woocommerce .woocommerce-review-link:hover {
	text-decoration: underline;
  }

  /* Contenedor estrellas */
.custom-star-rating,
.star-rating {
  margin: 10px 0;
  display: inline-block;
  position: relative;
  color: #ccc; /* estrellas vacías */
  font-size: 18px;
}

/* Fondo gris (vacías) */
.star-rating::before {
  content: "★★★★★";
  color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}

/* Estrellas llenas (naranja) */
.star-rating span {
  display: block;
  overflow: hidden;
  color: #ff9900; /* color de las llenas */
}

/* Contador */
.custom-rating-count {
  font-size: 14px;
  margin-left: 5px;
  color: #007185;
}

.comment-form-rating {
	margin-bottom: 15px;
  }
  
  .comment-form-rating label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
  }
  
  .comment-form-rating select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 6px;
  }

  /* Bloque de estrellas debajo del precio */
.custom-star-rating {
	margin: 8px 0;
  }
  
  .star-rating {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #ccc; /* color vacías */
  }
  
  .star-rating::before {
	content: "★★★★★";
	color: #ccc; /* estrellas vacías */
	position: absolute;
	top: 0;
	left: 0;
  }
  
  .star-rating span {
	display: block;
	overflow: hidden;
	color: #ff9900; /* estrellas llenas Amazon */
  }
  
  .custom-rating-count {
	font-size: 14px;
	margin-left: 5px;
	color: #007185; /* azul Amazon */
  }

  .woocommerce-account {
	gap: 30px;
  }
  
  .myaccount-navigation {
	width: 250px;
	background: #f8f9fa;
	border-radius: 8px;
	padding: 20px;
  }
  
  .myaccount-navigation .account-user {
	text-align: center;
	margin-bottom: 20px;
  }
  
  .myaccount-navigation .avatar img {
	border-radius: 50%;
  }
  
  .myaccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  .myaccount-navigation ul li {
	margin-bottom: 12px;
  }
  
  .myaccount-navigation ul li a {
	display: block;
	padding: 8px 12px;
	border-radius: 6px;
	color: #333;
	text-decoration: none;
	transition: background 0.2s;
  }
  
  .myaccount-navigation ul li.is-active a,
  .myaccount-navigation ul li a:hover {
	background: #ff9900;
	color: #fff;
  }
  
  .woocommerce-MyAccount-content {
	flex: 1;
	background: #0f2f3d;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #ddd;
  }
  

  
  /* Contenedor del dashboard */
.dashboard-wrapper {
	padding: 20px;
	background: #1d1d1f;
	border-radius: 8px;
  }
  
  /* Encabezado */
  .dashboard-header {
	margin-bottom: 30px;
  }
  
  .dashboard-header h2 {
	font-size: 24px;
	font-weight: bold;
	color: var(--color-sky-text);
  }
  
  .dashboard-header p {
	font-size: 15px;
	color: var(--color-sky-text);
  }
  
  /* Grid de tarjetas */
  .dashboard-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 20px;
  }
  
  .dashboard-card {
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #ddd;
	text-align: center;
	transition: transform 0.2s, box-shadow 0.2s;
  }
  
  .dashboard-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  .dashboard-card h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: var(--color-sky-text);
  }
  
  .dashboard-card p {
	font-size: 14px;
	margin-bottom: 15px;
	
  }
  
  /* Botones */
  .dashboard-btn {
	display: inline-block;
	padding: 8px 16px;
	background: transparent;
	color: #FFC857;
	text-decoration: none;
	border-radius: 6px;
	font-weight: bold;
	transition: background 0.3s;
  }
  
  .dashboard-btn.logout {
	background: transparent;
  }
  
  .dashboard-btn.logout:hover {
	background: #c9302c;
  }

  .myaccount-navigation {
	width: 250px;
	background: #0f2f3d;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #ddd;
  }
  
  .myaccount-navigation .account-user {
	text-align: center;
	margin-bottom: 20px;
  }
  
  .myaccount-navigation .account-user .avatar img {
	border-radius: 50%;
  }
  
  .myaccount-navigation .username {
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
  }
  
  .myaccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  .myaccount-navigation ul li {
	margin-bottom: 12px;
  }
  
  .myaccount-navigation ul li a {
	display: block;
	padding: 8px 12px;
	border-radius: 6px;
	color: #FFC857;
	text-decoration: none;
	transition: background 0.3s;
  }
  
  .myaccount-navigation ul li.is-active a,
  .myaccount-navigation ul li a:hover {
	background: var(--color-sky-text);
	color: #FFC857;
  }
  
  /* PEDIDO PERZONALISADO*/

.pedido-personalizado .pp-alert-error { color:#b00020; background:#fdeaea; padding:10px 12px; border-radius:6px; }
.pedido-personalizado .pp-fieldset { border:1px solid #ddd; padding:12px; border-radius:8px; margin:10px 0 18px; }
.pedido-personalizado .pp-field { margin-bottom:14px; }
.pedido-personalizado input[type="text"],
.pedido-personalizado input[type="email"],
.pedido-personalizado input[type="url"],
.pedido-personalizado input[type="number"],
.pedido-personalizado textarea {
  width:100%; padding:10px; border:1px solid #ccc; border-radius:6px; box-sizing:border-box;
}
.pedido-personalizado small { color:#666; display:block; margin-top:6px; }
.pedido-personalizado h3 { margin-top:6px; }
.pedido-personalizado .pp-grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.pedido-personalizado .pp-grid-3 { display:grid; grid-template-columns:1fr 1fr 1fr; gap:14px; }
.pedido-personalizado .pp-btn {
  background:#ff9900; color:#111; border:none; padding:12px 18px; border-radius:8px; font-weight:700; cursor:pointer;
}
.pedido-personalizado .pp-btn:hover { background:#ff8f00; }
@media (max-width: 800px) {
  .pedido-personalizado .pp-grid-2, .pedido-personalizado .pp-grid-3 { grid-template-columns:1fr; }
}


/* CARRITO DE COMPRAS */

/* === CARRITO MODERNO === */

.woocommerce-cart .woocommerce {
	display: grid;
	grid-template-columns: auto auto auto auto;
	gap: 30px;
	margin: 64px auto;
	max-width: 1200px;
	padding: 0 20px;
  }
  
  @media (max-width: 900px) {
	.woocommerce-cart .woocommerce {
	  grid-template-columns: 1fr;
	}
  }
  
  /* Tabla */
  .woocommerce-cart table.shop_table {
	width: 100%;
	border-collapse: collapse;
	background: #1D3B4F;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }
  
  .woocommerce-cart table.shop_table th {
	background: #1D3B4F;
	padding: 15px;
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
  }
  
  .woocommerce-cart table.shop_table td {
	padding: 18px;
	vertical-align: middle;
	border-top: 1px solid #eee;
  }
  
  /* Producto */
  .woocommerce-cart .product-name a {
	color: #ffffff;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 12px;
  }
  
  .woocommerce-cart .product-name img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 8px;
  }
  
  /* Botones cantidad */
  .woocommerce-cart .quantity {
	display: inline-flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
  }
  
  .woocommerce-cart .quantity input.qty {
	width: 50px;
	text-align: center;
	border: none;
	font-weight: 600;
	font-size: 15px;
	outline: none;
  }
  
  .woocommerce-cart .quantity button {
	background: #1D3B4F;
	border: none;
	width: 32px;
	height: 32px;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.2s ease;
  }
  .woocommerce-cart .quantity button:hover {
	background: #0073aa;
	color: white;
  }

  .woocommerce-cart table.cart img{
	width: 100%;
  }
  
  /* Botón eliminar */
  .woocommerce a.remove {
	color: #ff4a4a !important;
	font-size: 22px;
	transition: color 0.3s ease;
  }
  .woocommerce a.remove:hover {
	color: #d60000 !important;
  }
  
  /* Totales */
    .cart_totals {
	background: #fff;
	border-radius: 12px;
	padding: 25px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }

  .cart-collaterals{
	background: #1D3B4F;
	border-radius: 12px;
	padding: 25px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }
  
  .cart_totals h2 {
	color: #000;
	margin-top: 0;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
  }
  
  /* Botón checkout */
  .woocommerce a.checkout-button,
  .checkout-button.button {
	display: block;
	width: 100%;
	text-align: center;
	background: #0073aa;
	color: white;
	font-weight: 700;
	border-radius: 8px;
	padding: 14px 0;
	transition: background 0.3s ease;
  }
  .woocommerce a.checkout-button:hover {
	background: #005c87;
  }
  
  /* Cupones */
  .woocommerce .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
  }
  
  .woocommerce .coupon input.input-text {
	flex: 1;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid #ccc;
  }
  
  .woocommerce .coupon button {
	background: #0073aa;
	color: white;
	border: none;
	padding: 10px 18px;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.2s ease;
  }
  
  .woocommerce .coupon button:hover {
	background: #005c87;
  }
  
  /* Mensajes del carrito */
  .woocommerce-message, .woocommerce-error, .woocommerce-info {
	border-radius: 8px;
	padding: 15px 20px;
	font-weight: 500;
  }
  
  .woocommerce-message { background: #e7f8e9; border-left: 4px solid #46b450; }
  .woocommerce-error { background: #fce8e8; border-left: 4px solid #dc3232; }
  .woocommerce-info { background: #e7f3ff; border-left: 4px solid #0073aa; }
  

  /* Posición fija para los notices de Woo */
.woocommerce-notices-wrapper,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  /* el wrapper suele estar arriba del contenido; lo haremos flotante */
}

body .woocommerce-notices-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  width: min(360px, 90vw);
  z-index: 9999;
  pointer-events: none; /* deja clickear lo de atrás salvo el propio notice */
}

/* Estilo “toast” */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  pointer-events: auto;
  margin: 0 0 12px;
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  animation: toast-in .2s ease;
}

.woocommerce-message { background: #e7f8f5; border-left: 4px solid #00c7c0; }
.woocommerce-error   { background: #fceaea; border-left: 4px solid #dc3232; }
.woocommerce-info    { background: #eef4ff; border-left: 4px solid #6d56cc; }

@keyframes toast-in {
  from { transform: translateY(-8px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}


/* ==============================
   🛒 CHECKOUT PERSONALIZADO
   ============================== */
/* Layout */
.fantasy-checkout .co-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 24px;
  }
  @media (max-width: 960px){
	.fantasy-checkout .co-grid { grid-template-columns: 1fr; }
  }
  
  .fantasy-checkout .co-title{
	margin: 0 0 12px;
	font-size: 1.1rem;
	font-weight: 700;
	color: #2CE2D0; /* tu turquesa */
  }
  
  /* Tarjeta derecha sticky */
  .fantasy-checkout .co-right .co-summary {
	background: rgba(0,0,0,.12);
	border-radius: 12px;
	padding: 16px;
  }
  .fantasy-checkout .co-right .is-sticky{
	position: sticky;
	top: 16px;
  }
  
  /* Inputs */
  .fantasy-checkout .woocommerce-billing-fields__field-wrapper .form-row,
  .fantasy-checkout .woocommerce-shipping-fields__field-wrapper .form-row,
  .fantasy-checkout .woocommerce-additional-fields .form-row{
	margin-bottom: 12px;
  }
  .fantasy-checkout input.input-text,
  .fantasy-checkout textarea,
  .fantasy-checkout select{
	width: 100%;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,.15);
	background: rgba(255,255,255,.06);
	padding: 10px 12px;
	color: #eafcff;
  }
  .fantasy-checkout label{ color: #bfeff1; font-size: .92rem; }
  
  /* Tabla de resumen */
  .fantasy-checkout #order_review table.shop_table{
	border: none;
	background: transparent;
  }
  .fantasy-checkout #order_review table.shop_table thead{ display: none; }
  .fantasy-checkout #order_review .cart_item td{
	border-top: 1px dashed rgba(255,255,255,.15);
  }
  .fantasy-checkout #payment{
	background: transparent;
  }
  
  /* Botón finalizar compra más visible */
  .woocommerce-checkout-payment .place-order .button{
	width: 100%;
	border-radius: 12px;
	padding: 12px 16px;
	background: #6b4bc9; /* morado */
	color: #fff;
	font-weight: 700;
	transition: transform .06s ease, filter .2s ease;
  }
  .woocommerce-checkout-payment .place-order .button:hover{
	filter: brightness(1.08);
  }
  .woocommerce-checkout-payment .place-order .button:active{
	transform: translateY(1px);
  }
  
  /* Aviso de errores como toasts (si ya usas wc-toasts.js, se verán igual) */

  
  /* =========================
   Checkout: toggles compactos
   ========================= */
.chk-inline-actions{display:flex;gap:.75rem;margin:1rem 0 1.25rem}
.chk-btn{padding:.5rem .9rem;border:1px solid #2CE2D0;background:transparent;color:#2CE2D0;border-radius:10px;font-weight:700;line-height:1}
.chk-btn:hover{background:#2CE2D0;color:#0f1222}
.chk-btn.alt{border-color:#6BE7FF;color:#6BE7FF}
.chk-btn.alt:hover{background:#6BE7FF;color:#0f1222}
.chk-panel{background:#2f2448;padding:1rem;border-radius:12px;box-shadow:0 1px 0 rgba(255,255,255,.06) inset}
.woocommerce form.checkout_coupon p{margin:0}
.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last{float:none;display:inline-block;vertical-align:middle}


/* Checkout: links discretos para login/cupón */
.chk-topbar{display:flex;align-items:center;gap:.5rem;margin:0 0 .6rem}
.chk-link{color:#6BE7FF;font-weight:700;text-decoration:underline;text-underline-offset:2px}
.chk-link:hover{color:#2CE2D0}
.chk-sep{opacity:.6}
.chk-panels{margin-bottom:1rem}
.chk-panel{display:none;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px}
.woocommerce form.login,.woocommerce form.checkout_coupon{margin:0;padding:0;background:transparent;border:0;box-shadow:none}
.woocommerce form.login p,.woocommerce form.checkout_coupon p{margin-bottom:.6rem}
.woocommerce form.login .form-row,.woocommerce form.checkout_coupon .form-row{margin:0}
.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last{float:none;display:inline-block;vertical-align:middle}


/* --- Mensajes WooCommerce (notices) --- */

/* Contenedor general de los avisos */
.woocommerce-notices-wrapper,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin-top: 1rem;
  border-radius: 12px;
  border: 1px solid rgba(108, 244, 255, 0.25);
  background: linear-gradient(135deg, rgba(108, 244, 255, 0.1), rgba(44, 226, 208, 0.08));
  color: #eaf9ff;
  padding: 1rem 2.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  box-shadow: 0 0 15px rgba(44, 226, 208, 0.15);
  backdrop-filter: blur(6px);
  position: relative;
  transition: all 0.3s ease;
}

/* Ícono decorativo en el borde izquierdo */
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  content: "⚠️";
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  opacity: 0.85;
}

/* Más espacio cuando hay ícono */
.woocommerce-error p,
.woocommerce-info p,
.woocommerce-message p {
  margin: 0;
  padding-left: 1.8rem;
}

/* Efecto hover sutil */
.woocommerce-info:hover {
  border-color: #6BE7FF;
  box-shadow: 0 0 20px rgba(107, 231, 255, 0.2);
}

/* Si quieres un color específico según tipo: */
.woocommerce-error {
  border-color: #ff5a5a;
  background: rgba(255, 90, 90, 0.08);
}
.woocommerce-message {
  border-color: #2CE2D0;
  background: rgba(44, 226, 208, 0.08);
}

/* 1. Cuando el producto YA está en el carrito, ocultar el botón original con iconito */
.mi-producto .boton a.button.product_type_simple.add_to_cart_button.added {
	display: none !important;
  }
  
  /* 2. Estilo del botón VER CARRITO (el que te gustaba) */
  .mi-producto .boton a.added_to_cart.wc-forward {
	display: inline-block !important;
	background: #21c065;          /* verde */
	color: #ffffff !important;    /* texto blanco */
	padding: 8px 18px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	text-decoration: none !important;
	margin-top: 10px;
  }
  
  /* 3. Quitar cualquier iconito decorativo debajo/junto al precio */
  .mi-producto .precio::before,
  .mi-producto .precio::after {
	content: none !important;
	display: none !important;
  }
  
  
  /* ==== FONDO GENERAL OSCURO (ESTILO GAMER) ==== */

body.single-product {
	background: radial-gradient(circle at top, #0b2533 0, #120123 45%, #05010a 100%);
  }
  
  /* ==== TARJETA CLARA DEL PRODUCTO (MINIMAL) ==== */
  
  .single-product div.product {
	max-width: 1150px;
	margin: 40px auto 60px;
	padding: 32px;
	border-radius: 24px;
	background: #1D3B4F; /* casi blanco */
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.55);
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: 32px;
  }
  
  /* Que la galería y el resumen respeten la grilla */
  .single-product .woocommerce-product-gallery {
	margin-bottom: 0;
  }
  .single-product .summary.entry-summary {
	padding: 4px 4px 4px 16px;
  }
  
  /* ==== GALERÍA ==== */
  
  .single-product .woocommerce-product-gallery {
	border-radius: 20px;
	overflow: hidden;
	background: transparent;
  }
  
  .single-product .woocommerce-product-gallery__wrapper img {
	width: 100%;
	height: auto;
	display: block;
  }
  
  /* Thumbnails */
  .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
	border-radius: 12px;
	opacity: 0.8;
	transition: opacity 0.15s ease, transform 0.15s ease, outline 0.15s ease;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover,
  .single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
	outline: 2px solid #2ce2d0;
	transform: translateY(-2px);
  }
  
  /* ==== TIPOGRAFÍA & JERARQUÍA ==== */
  
  .woocommerce div.product .product_title{
	clear: none;
    margin-top: 0;
    padding: 0;
    width: max-content;
  }

  .single-product .product_title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 8px;
	color: var(--color-sky-text); /* casi negro, minimal */
	font-weight: 700;
  }
  
  .single-product .summary .price {
	font-size: 26px;
	font-weight: 700;
	color: #0891b2; /* turquesa más sobrio */
	margin-bottom: 12px;
  }
  
  /* Estrellas */
  .single-product .custom-star-rating {
	margin-bottom: 12px;
  }
  .single-product .star-rating span:before,
  .single-product .star-rating:before {
	color: #facc15; /* amarillo suave */
  }
  
  /* Descripción corta */
  .single-product .summary .woocommerce-product-details__short-description {
	margin: 12px 0 18px;
  }
  .single-product .summary .woocommerce-product-details__short-description p {
	color: #fff;
	font-size: 15px;
  }
  
  /* ==== BLOQUE CANTIDAD + BOTÓN ==== */
  
  .single-product .summary .cart {
		display: flex;
		gap: 20px;
		margin: 18px 0 22px;
		width: 18rem;
		flex-direction: column;
		align-items: stretch;
  }
  
  /* Cantidad */
  .single-product .summary .cart .quantity input.qty {
	width: 70px;
	text-align: center;
	border-radius: 999px;
	border: 1px solid #d1d5db;
	background: #f3f4f6;
	color: #111827;
	padding: 8px 6px;
  }
  
  /* Botón "Añadir al carrito" (solo en SINGLE PRODUCT) */
  .single-product .summary .single_add_to_cart_button {
	background: #4f46e5;          /* morado/indigo gamer */
	border-radius: 999px;
	padding: 10px 26px;
	font-weight: 700;
	border: none;
	color: #f9fafb;
	text-transform: none;
	font-size: 15px;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.6);
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  }
  .single-product .summary .single_add_to_cart_button:hover {
	background: #4338ca;
	transform: translateY(-1px);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.75);
  }
  
  /* ==== META (CATEGORÍA, ETIQUETAS) ==== */
  
  .single-product .product_meta {
	margin-top: 8px;
	font-size: 20px;
	color: #6b7280;
  }
  .single-product .product_meta a {
	color: #2563eb;
	text-decoration: none;
  }
  .single-product .product_meta a:hover {
	text-decoration: underline;
  }
  
  /* ==== RESPONSIVE ==== */
  
  @media (max-width: 900px) {
	.single-product div.product {
	  grid-template-columns: 1fr;
	  padding: 20px;
	  margin: 20px 10px 40px;
	}
	.single-product .summary.entry-summary {
	  padding: 16px 4px 0;
	}
  }


  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
  }

  .tipografy{
	font-size: x-large;
	line-height: 2;
    font-weight: 900;
  }

  .product-image-slider {
    max-width: 100%;
    margin-bottom: 40px;
}

.slide img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}

.slick-dots {
	bottom: -30px;
}

.woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	padding: 30px;
	background-color: #2f2450; /* ajusta a tu branding */
	border-radius: 16px;
	list-style: none;
	margin: 40px 0;
  }
  
  .woocommerce-order-overview li {
	/*padding: 15px 18px;*/
	background-color: #9a02ff5b;
	border-radius: 12px;
	font-size: 14px;
	color: #BBF1F0;
  }
  
  .woocommerce-order-overview li strong {
	display: block;
	margin-top: 6px;
	font-size: 20px !important;
	color: #BBF1F0;
	font-weight: 600;
  }
  