/*!
Theme Name: Le Toy Factory
Theme URI: http://underscores.me/
Author: Sam_Gold
Author URI: http://underscores.me/
Description: Le Toy Factory
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: le-toy-factory
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.

Le Toy Factory 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
    - Sam Gold

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

/*--------------------------------------------------------------
# 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 {
    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;
}

/**
 * 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: #404040;
    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 {
    line-height: auto;
    margin: 0 0 1em;
}

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

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

/* Links
--------------------------------------------- */
a {

    color: var(--e-global-color-primary);
}

a:visited {
    color: var(--e-global-color-primary);
}

a:hover,
a:focus,
a:active {}

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

/*=============================================================== */
/* Estilos para el Pop up carrito abandonado                              */
/*=============================================================== */

.cartbounty-exit-intent-form-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

#cartbounty-exit-intent-form-content-r{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#cartbounty-exit-intent-form-content-r h2{
    color: var(--e-global-color-primary);
    font-family: 'Dia';
    font-size: 24px;
    line-height: 32px;
}
#cartbounty-exit-intent-form-content-r p{
    color: var(--e-global-color-primary);
    font-family: 'Dia';
    font-size: 14px;
    line-height: 24px;
}


/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    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,
.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: 0em;
}

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

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

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

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

.gallery-dots {
    visibility: hidden !important;
}




/* Mobile: carrusel full-width con snap 1-a-1 */
@media (max-width: 1024px) {
    #gallery-1.gallery {
        display: grid;
        grid-auto-flow: column;
        /* cinta horizontal */
        grid-auto-columns: 100%;
        /* cada slide ocupa 100% del viewport */
        /* sin huecos entre slides */
        overflow-x: auto;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x ;
        scroll-padding: 0;
        touch-action: pan-y pan-x; /* 👈 permite ambos */
        scrollbar-width: none;
        /* oculta barra (Firefox) */
    }

    #gallery-1.gallery::-webkit-scrollbar {
        display: none;
    }

    /* WebKit */

    /* Cada item “ancla” el scroll */
    #gallery-1 .gallery-item,
    #gallery-1 figure.gallery-item {
        scroll-snap-align: start;
        scroll-snap-stop: always;
        /* fuerza parada en cada imagen (soportado en la mayoría) */
        width: 100%;
    }

    /* Asegura imágenes fluidas y sin saltos */
    #gallery-1 img {
        display: block;
        width: 100% !important;
        /* ignora width/height inline de WP */
        height: 64vh;
        object-fit: cover;
        /* opcional */
    }

    /* Si quieres altura fija con recorte elegante, usa una de estas: */
    /* #gallery-1 .gallery-item{ aspect-ratio: 16/9; } */
    /* #gallery-1 .gallery-item{ height: 68vh; } */

    .elementor-223 .elementor-element.elementor-element-e9ceb9e {
        --column-gap: -1px !important;
        /* elimina hueco entre columnas */
    }

    .gallery-dots {
       visibility: visible !important;
        position: absolute;
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 6px;
        z-index: 5;
    }

    .gallery-dots .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.3);
        transition: background 0.3s, transform 0.3s;
    }

    .gallery-dots .dot.active {
        background: rgb(64 40 65);
        transform: scale(1.2);
		        width: 12px;
        border-radius: 30px;
    }


}

@media (max-width: 768px) {
    #gallery-1.gallery {
        display: grid;
        grid-auto-flow: column;
        /* cinta horizontal */
        grid-auto-columns: 100%;
        /* cada slide ocupa 100% del viewport */
        /* sin huecos entre slides */
        overflow-x: auto;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-padding: 0;
        touch-action: pan-y pan-x; /* 👈 permite ambos */
        scrollbar-width: none;
        /* oculta barra (Firefox) */
    }

    #gallery-1.gallery::-webkit-scrollbar {
        display: none;
    }

    /* WebKit */

    /* Cada item “ancla” el scroll */
    #gallery-1 .gallery-item,
    #gallery-1 figure.gallery-item {
        scroll-snap-align: start;
        scroll-snap-stop: always;
        /* fuerza parada en cada imagen (soportado en la mayoría) */
        width: 100%;
    }

    /* Asegura imágenes fluidas y sin saltos */
    #gallery-1 img {
        display: block;
        width: 100% !important;
        /* ignora width/height inline de WP */
        height: 64vh;
        object-fit: cover;
        /* opcional */
    }

    /* Si quieres altura fija con recorte elegante, usa una de estas: */
    /* #gallery-1 .gallery-item{ aspect-ratio: 16/9; } */
    /* #gallery-1 .gallery-item{ height: 68vh; } */

    .elementor-223 .elementor-element.elementor-element-e9ceb9e {
        --column-gap: -1px !important;
        /* elimina hueco entre columnas */
    }

    .gallery-dots {
       visibility: visible !important;
        position: absolute;
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 6px;
        z-index: 5;
    }

    .gallery-dots .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.3);
        transition: background 0.3s, transform 0.3s;
    }

    .gallery-dots .dot.active {
        background: rgb(64 40 65);
        transform: scale(1.2);
		        width: 12px;
        border-radius: 30px;
    }


}



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


/* Sam Gold Things
--------------------------------------------- */

.cfvsw-product-page table.variations .label label {
    font-family: "Dia", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}


#elementor-menu-cart__toggle_button {
    border: none;
}

.elementor-menu-cart__toggle .elementor-button {
    padding: 0px !important;
}

.e-off-canvas {
    background: rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(57px);
}

#elquecontiene {
    width: 0%;
    height: 0%;
}

.woolentor-recently-view-price span {
    font-family: "Dia", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


.elementor-menu-cart__main {
    align-items: stretch !important;
    background-color: var(--cart-background-color, #fff);
    border-color: var(--cart-border-color, initial);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-top: 80px !important;
    bottom: auto !important;
    max-width: 100%;
    min-height: 200px;
    padding: 48px 24px 24px !important;
    position: absolute !important;
    right: 32px !important;
    top: 0;
    transform: translateX(0);
    transition: .3s;
    width: 400px !important;
}

/*Span próximamente*/
.span_proximamente {
    font-family: "Dia", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--e-global-color-primary);
    margin-left: 4px;
    display: inline-flex;
    padding: 4px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(2px);
    margin-left: 8px;
}


.added_to_cart {
    display: none !important;
}

.elementor-menu-cart__product {
    padding-inline-end: 64px !important;
}

.elementor-menu-cart__product {
    grid-template-columns: 108px auto !important;
}

.elementor-menu-cart__subtotal {
    display: flex;
    justify-content: space-between !important;
    font-family: "Dia", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
}

.wl-addto-cart.wl-style-5 form.cart{
    gap: 4px;
    margin-bottom: 4px;
}

.elementor-menu-cart__container {
    overflow: visible !important;
}

/*Inyectamos el blur a la navbar cuando el usuario hace scroll. CLASE CSS*/

.blur-effect {
    backdrop-filter: blur(57px);
    background-color: #fff3;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}


.wpclv-attributes .wpclv-attribute{
        margin-bottom: 0px !important;
}

/*Ovveride paddings cajas venta cruzada*/
.wl-row > [class*="col-"] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}


/*Override Cart toys*/

#carrito_flotante{
    display: inline-flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 4px;
    flex-direction: row-reverse;
}

.your_Toys{
    color: #3F2840;
    font-family: "Dia", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.elementor-image-gallery .gallery-item img {
    margin: 0 !important;
     width: 100% !important;
}




.woolentor-filter-wrap select{
    font-family: "Dia", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 8px;
    border: 0.5px solid rgba(129, 129, 129, 0.2);
    border-radius: 0px;
    background-color: #fff;
    color: #3F2840;
    appearance: none; /* Elimina el estilo por defecto */
    -webkit-appearance: none; /* Para Safari */
    -moz-appearance: none; /* Para Firefox */
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgOS41bC03IDctNy03eiIvPjwvc3ZnPg=='); /* Icono de flecha hacia abajo */
    background-repeat: no-repeat;
    background-position: right 10px center; /* Ajusta la posición del icono */
    background-size: 14px; /* Ajusta el tamaño del icono */
}

.elementor-widget-wl-product-add-to-cart .wl-addto-cart.wl-show-status .woocommerce-variation-availability .stock, .elementor-widget-wl-product-add-to-cart .wl-addto-cart.wl-show-status .woocommerce-variation-availability .ast-stock-detail{
    font-size: 14px;
    font-family: 'Dia';
    font-weight: 400;
    color: var(--e-global-color-primary);
    margin-bottom: 4px;
}


/*Override Thank u Page*/

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2em;
    padding-inline-start: 0;
    flex-direction: column;
    align-items: flex-start;
}

.wc-block-checkout-empty .wc-block-checkout-empty__title {
    font-weight: 400 !important;
    font-family: 'Dia'!important;
    font-size: 14px!important;
    line-height: 22px!important;
    color: var(--e-global-color-primary);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table{
    text-align: left;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li{
    margin-bottom: 8px !important;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce a:hover{
    color: var(--e-global-color-primary) !important; 
}


.woocommerce-price-suffix{
    display: none;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax{
    display: none !important;
}

.woocommerce-notices-wrapper{
    display: flex;
    justify-content: center;
}
.woocommerce-info{
    display: initial;
    padding: 12px 24px;
    width: 454px;
    justify-content: center;
    padding-top: 12px;
    position: fixed;
    top: 96px;
    right: 40px;
    background-color: #e2f5ff;
    font-family: "Dia", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


/* ============================= */
/* Estilos solo para Tablet        */
/* ============================= */
@media (max-width: 1024px) and (min-width: 768px) {

    /* Contenedor del menú móvil: flex vertical */
    #mobile_menu_container {
        display: flex;
        flex-direction: column;
        left: 0;
        right: 0;
        z-index: 999;
    }

    /* Estilos del <ul> principal */
    #mobile_menu_container .mobile-nav-list {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #3F2840;
        font-family: "Dia", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 125% */
        background-color: transparent !important;
    }

    /* Estilos de cada <li> de primer nivel */
    #mobile_menu_container .mobile-nav-list>li {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
        gap: 8px;
        padding: 8px 0;
    }

    /* Sub-<ul> dentro de cada <li> */
    #mobile_menu_container .mobile-nav-list li ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
        background-color: transparent !important;
    }

    /* Estilos de cada sub-<li> > a */
    #mobile_menu_container .mobile-nav-list ul li>a {
        color: #3F2840;
        font-family: "Dia", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 125% */
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        padding: 8px 0;
    }

    /* Blur en desktop-menu container */
    #primary.blur-effect {
        filter: blur(57px);
        background-color: #fff3;
        transition: filter 0.3s ease-in-out;
    }

    /* Ocultar contenedor móvil por defecto */
    #mobile_menu_container {
        display: none;
    }

    /* Flex container general */
    #elquecontiene {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .elementor-menu-cart__container{
        overflow: visible !important;
    }

}

/* ============================= */
/* Estilos solo para Mobile      */
/* ============================= */
@media (max-width: 767px) and (min-width: 480px) {

    /* Copiamos prácticamente los mismos estilos que en tablet */

    #mobile_menu_container {
        display: flex;
        flex-direction: column;
        left: 0;
        right: 0;
        z-index: 999;
    }

    #mobile_menu_container .mobile-nav-list {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #3F2840;
        font-family: "Dia", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        background-color: transparent !important;
    }

    #mobile_menu_container .mobile-nav-list>li {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
        gap: 8px;
        padding: 8px 0;
    }

    #mobile_menu_container .mobile-nav-list li ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
        background-color: transparent !important;
    }

    #mobile_menu_container .mobile-nav-list ul li>a {
        color: #3F2840;
        font-family: "Dia", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        padding: 8px 0;
    }

    #primary.blur-effect {
        filter: blur(57px);
        background-color: #fff3;
        transition: filter 0.3s ease-in-out;
    }

    #mobile_menu_container {
        display: none;
    }

    #elquecontiene {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

        .elementor-menu-cart__container{
        overflow: visible !important;
    }

    /*Buttons de compra final y return*/

    .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
        width: 100% !important;
    }
    .wc-block-components-checkout-return-to-cart-button{
        border: 0.5px solid #000000;
        padding: 12px;
        width: 100%;
        text-align: center;
        margin: 4px auto;
    }
    .wc-block-components-checkout-return-to-cart-button svg{
        left: 80px;
    }

}

/* ============================= */
/* Estilos solo para Mobile Pequeño */
/* ============================= */
@media (max-width: 479px) {

    /* Ajustes iguales o refinados para pantallas muy pequeñas */

    #mobile_menu_container {
        display: flex;
        flex-direction: column;
        left: 0;
        right: 0;
        z-index: 999;
    }

    #mobile_menu_container .mobile-nav-list {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #3F2840;
        font-family: "Dia", sans-serif;
        font-size: 14px;
        /* quizá un poco más pequeño */
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        background-color: transparent !important;
    }

    #mobile_menu_container .mobile-nav-list>li {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
        gap: 6px;
        padding: 6px 0;
    }

    #mobile_menu_container .mobile-nav-list li ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 3px;
        background-color: transparent !important;
    }

    #mobile_menu_container .mobile-nav-list ul li>a {
        color: #3F2840;
        font-family: "Dia", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        padding: 6px 0;
    }

    #primary.blur-effect {
        filter: blur(57px);
        background-color: #fff3;
        transition: filter 0.3s ease-in-out;
    }

    #mobile_menu_container {
        display: none;
    }

    #elquecontiene {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

        .elementor-menu-cart__container{
        overflow: visible !important;
    }

    .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
        width: 100% !important;
    }

    /*Buttons de compra final y return*/

    .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
        width: 100% !important;
    }
    .wc-block-components-checkout-return-to-cart-button{
        border: 0.5px solid #000000;
        padding: 12px;
        width: 100%;
        text-align: center;
        margin: 4px auto;
    }
    .wc-block-components-checkout-return-to-cart-button svg{
        left: 80px;
    }

}



.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
    background-color: transparent !important;
}


/* =============================== */
/* Estilos de tabla de variaciones */
/* =============================== */

/* Tabla completa (opcional, si necesitas reset o ancho) */
.ltf-variations-table {
    width: 100%;
    border-collapse: collapse;
    background-color: transparent !important;
    width: 100%;
    max-width: 480px;
}

/* Encabezados */
.ltf-variations-th {
    /* aquí tus estilos de <th> */
    font-weight: 400;
    text-align: left;
}

/* Cuerpo convertido a flex */
.ltf-variations-tbody {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

/* Cada fila como bloque flex */
.ltf-variations-tr {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: stretch;
    gap: 4px;
}

/* Ejemplo: si quieres ocultar bordes o ajustar padding */
.ltf-variations-tr th {
    padding: 0px 0;
    border: none;
    text-align: left;
}


/* Botón “Add to bag” 
.single_add_to_cart_button {
	right: -54px;
	bottom: -258.223px;
	width: 100%;
	border-radius: 16px;
	background: url('https://letoyfactory.com/wp-content/uploads/2025/07/LetoyBackgroundButton.png')
				lightgray 50%/cover no-repeat;
	mix-blend-mode: normal;
}

.elementor-button--checkout{
	right: -54px;
	bottom: -258.223px;
	width: 100%;
	border-radius: 16px;
	background: url('https://letoyfactory.com/wp-content/uploads/2025/07/LetoyBackgroundButton.png')
				lightgray 50%/cover no-repeat;
	mix-blend-mode: normal;
}
	*/

/* ========================================= */
/* Estilos para swatches y botón “Add to bag” */
/* Solo en tablet y móvil                    */
/* ========================================= */

.cfvsw-swatches-container {
    grid-gap: 6px;
    flex-direction: row;
    flex-wrap: wrap;
}

/*Buttons*/
.cfvsw-label-stacked table.variations th,
.cfvsw-label-stacked table.variations td {
    width: 100%;
}

.cfvsw-label-stacked table.variations td {
    display: flex;
    width: 100%;
}

/* Cada opción (swatch) ocupa 100%, 52px alto, 4px de separación, esquinas redondeadas */
.ltf-variations-tbody .ltf-variations-tr .cfvsw-swatches-option {
    height: 22px !important;
    border-radius: .175rem !important;
    padding: calc(12px - 0px);
    /*Ajusta según tu diseño */
}

/* Si quieres también el <select> “invisible” igual de alto */
.ltf-variations-tbody .ltf-variations-tr {
    width: 100%;
    border-radius: .175rem !important;
}

/* Botón “Add to bag” 
.single_add_to_cart_button {
right: -54px;
bottom: -258.223px;
width: 100%;
border-radius: .375rem !important;
background: url('https://letoyfactory.com/wp-content/uploads/2025/07/LetoyBackgroundButton.png')
			lightgray 50%/cover no-repeat;
mix-blend-mode: normal;
}
*/

.cfvsw-swatches-container {
    max-width: 480px;
    width: 100%;
}

.single_add_to_cart_button {
    max-width: 480px;
    width: 100%;
    overflow: hidden;
}

/* Efecto ripple personalizado para el botón de añadir al carrito */
  
/* Ripple en el botón de Woo — sin border-radius */
.single_add_to_cart_button {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important;
  }
  
  .single_add_to_cart_button .ltf-ripple {
    position: absolute;
    transform: scale(0);
    animation: ltf-ripple 600ms linear;
    background: #603f60f0; /* tu color */
    pointer-events: none;
  }
  
  @keyframes ltf-ripple {
    to { transform: scale(4); opacity: 0; }
  }

.single_variation_wrap {
    width: 100%;
}

.woocommerce div.product .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap,
.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap {
    width: 100% !important;
}

.ltf-variations-table {
    display: flex;
    flex-direction: column;
}

.cfvsw-label-option,
.cfvsw-image-option {
    border: none;
    background-color: #f9f9f7bf;
}

.cfvsw-selected-swatch {
    outline: 1px solid #3F2840 !important;
    color: #3F2840 !important;
}


/*Ajustes Pasarela de pago woocmerrce*/

.wp-block-woocommerce-checkout {
    container-type: inline-size;
    margin: 0;
    display: flex;
    justify-content: center;
    padding-top: 8% !important;
    padding: 6% 20%;
    font-family: "Dia", sans-serif !important;
    font-weight: 400;
}

#post-37>header {
    display: none;
}

/*Ajustes Carrito de la compra*/

.wp-block-woocommerce-cart {
    container-type: inline-size;
    display: flex;
    padding: 8% 20%;
    justify-content: center;
    font-family: "Dia", sans-serif !important;
    font-weight: 400;
}

.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    color: #FFFFFF !important;
    padding: 16px 24px 16px 24px;
    border-radius: 0px !important;
    background-color: var(--e-global-color-primary);
    text-decoration: unset;
    border: 0px;
}
.wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover {
    background-color: #000000;
}


#post-36>header {
    display: none;
}

#post-36>div>div>div:nth-child(4) {
    width: 100% !important;
}


/*Formulario de newsletter descuento*/

.button--send-FormNewsletter{
    width: 100%;
    background-color: var(--e-global-color-primary);
    font-family: 'Dia';
    font-size: 16px;
    padding: 17px 32px;
    height: auto;
}

/* Media queries: aplicar solo en tablet y mobile */
@media (max-width: 1024px) {

    .ltf-variations-table,
    .ltf-variations-tbody,
    .ltf-variations-tr,
    .ltf-variations-th {
        display: flex;
        flex-direction: column;
        /* cualquier ajuste extra específico de tablet */
    }

    /* Cada opción (swatch) ocupa 100%, 52px alto, 4px de separación, esquinas redondeadas */
    .ltf-variations-tbody .ltf-variations-tr .cfvsw-swatches-option {
       
        height: 22px !important;
        border-radius: .1125rem !important;
    }

    /* Si quieres también el <select> “invisible” igual de alto */
    .ltf-variations-tbody .ltf-variations-tr {
        width: 100%;
        border-radius: .1125rem;
    }

    /* Botón “Add to bag” 
    .single_add_to_cart_button {
    right: -54px;
    bottom: -258.223px;
    width: 100%;
    border-radius: .3125rem;
    background: url('https://letoyfactory.com/wp-content/uploads/2025/07/LetoyBackgroundButton.png')
                lightgray 50%/cover no-repeat;
    mix-blend-mode: normal;
    }
    */

}

/* Carrusel horizontal SOLO en móvil */
@media (max-width: 767px) {
    /* Contenedor */
    #grid--carrusel_coleccion {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 16px;
        scroll-snap-type: x proximity;
        padding: 0 12px 8px;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y pan-x; /* 👈 permite ambos */
        scrollbar-width: none; 
    }

      /* Oculta scrollbar en WebKit */
  #grid--carrusel_coleccion::-webkit-scrollbar { display: none; }

  /* Oculta scrollbar en Firefox */
  #grid--carrusel_coleccion { -ms-overflow-style: none; scrollbar-width: none; }

  /* Oculta track de scrollbar en WebKit */
  #grid--carrusel_coleccion::-webkit-scrollbar-track { background: transparent; }
  
    /* Ítems (cada contenedor hijo de Elementor) */
    #grid--carrusel_coleccion > .elementor-element {
      flex: 0 0 auto;
      scroll-snap-align: start;
      /* ancho de tarjeta en móvil (ajusta a tu gusto) */
      min-width: clamp(140px, 34vw, 330px);
      /*min-width: clamp(220px, 75vw, 360px);*/
      scroll-snap-align: start;
      scroll-snap-stop: always;
    }
  
    /* UX: ocultar/estilizar scrollbar en móvil */
    #grid--carrusel_coleccion::-webkit-scrollbar { height: 0.5px; }
    #grid--carrusel_coleccion { -ms-overflow-style: none; scrollbar-width: none; }
    #grid--carrusel_coleccion::-webkit-scrollbar-track { background: transparent; }
  }
  
  /* (Opcional) aseguramos que en ≥768px no hay carrusel */
  @media (min-width: 768px) {
    #grid--carrusel_coleccion {
      overflow: visible;
      scroll-snap-type: none;
    }
  }

@media (max-width: 767px) {

    

    .ltf-variations-table,
    .ltf-variations-tbody,
    .ltf-variations-tr,
    .ltf-variations-th {
        display: flex;
        flex-direction: column;
        /* cualquier ajuste extra específico de móvil */
    }

    /* Ajustes idénticos o menores modificaciones si lo deseas */
    .ltf-variations-tbody .ltf-variations-tr .cfvsw-swatches-option {
        
        height: 22px !important;
        margin-bottom: 4px;
        border-radius: .175rem !important;
    }

    .ltf-variations-tbody .ltf-variations-tr .cfvsw-hidden-select select {
        width: 100%;
        height: 52px;
        border-radius: .175rem;
    }

    .single_add_to_cart_button {
        width: 100%;
        border-radius: .175rem;
    }

    .elementor-menu-cart__main {
        right: 0px !important;
        top: 0px;
        /* bottom: 0px !important; */
        margin-top: 2px !important;
        padding: 32px 24px !important;
    }

    #logoClick>div.elementor-element.elementor-element-0065508.e-con-full.e-flex.e-con.e-child {
        width: 150% !important;
    }

    .wp-block-woocommerce-checkout {
        justify-content: center;
        padding-top: 14% !important;
        padding: 6% 6%;
        font-family: "Dia", sans-serif !important;
        font-weight: 400;
    }

    .wp-block-woocommerce-cart {
        padding: 24% 6%;
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
    .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        padding: 12px 0;
    }

    .wc-block-cart table.wc-block-cart-items,
    .wc-block-cart table.wc-block-cart-items td,
    .wc-block-cart table.wc-block-cart-items th {
        margin: 0 0 2px;
    }



}
