/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Ocultar el contenido visualmente pero que sea accesible para los lectores de pantalla */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    overflow: hidden;
}


/* HEADER */
#kurooi-header {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
}
.kurooi-header-content {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0 1vw;
    width: 90%;
    margin: auto;
}

.kurooi-header-logo {
    display: inline-block;
    width: 10%;
    min-width: 150px;
}

.kurooi-header-logo > .custom-logo-link {
    display: flex;
}

.kurooi-header-nav {
    margin: auto;
}

.kurooi-header-nav > .main-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
    margin: 0;
}

.kurooi-header-nav > .main-navigation > .menu-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1vw 2vw;
}

.kurooi-header-nav > .main-navigation > .menu-item > a, .kurooi-header-nav .sub-menu > .menu-item > a {
    color: #000;
    font-family: jaf-mashine;
    font-size: 28px;
    text-transform: uppercase;
}

.kurooi-header-nav > .main-navigation > .menu-item > a:hover, .kurooi-header-nav > .main-navigation > .menu-item.current_page_item > a {
    color: #d50f0f;
    font-weight: bold;
}

.kurooi-header-right {
    display: flex;
    align-items: center;
}

.kurooi-header-icons {
    display: flex;
    align-items: center;
}

.kurooi-header-icons a {
    color: #000;
    font-size: 25px;
}

.kurooi-header-icons > div {
    margin: 10px;
}

.custom-header-cart {
    padding-right: 5px;
}

.custom-header-cart a {
    text-decoration: none;
}

.cart-contents {
    position: relative    ;
}

.custom-header-cart .cart-count {
    display: block;
    position: absolute;
    bottom: -8px;
    right: -11px;
    text-decoration: none;
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 15px;
    text-align: center;
}

/* Menú hamburguesa (solo visible en móviles) */
.kurooi-menu-open {
    display: none;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    padding: 1%;
    color: #000;
}

/* Botón de cerrar menú */
.kurooi-menu-close-item {
    display: none;
    list-style: none;
    text-align: right;
    margin-bottom: 10px;
}

.kurooi-menu-close {
    background: none;
    border: none;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.kurooi-menu-close i {
    font-size: 24px;
}

.kurooi-menu-close:hover, .kurooi-menu-open:hover, .dropdown-toggle:hover, .kurooi-header-icons a:hover {
    color: #d50f0f;
    background: transparent !important;
}

/* Submenús ocultos por defecto */
.sub-menu {
    display: none;
    position: absolute;
    top: 100%; /* Mostrar debajo del elemento principal */
    left: 0;
    background: #fff;
    color: #fff;
    padding: 0;
    list-style: none;
    width: 100%; /* Hacer que ocupe el ancho del contenedor padre */
}

.kurooi-header-nav .sub-menu > .menu-item {
    padding: 10px 20px;
}

.kurooi-header-nav .sub-menu > .menu-item:hover {
    background: #d50f0f;
}

.kurooi-header-nav .sub-menu > .menu-item a {
    color: #000;
}

.kurooi-header-nav .sub-menu > .menu-item:hover a {
    color: #fff;
    font-weight: bold;
}

/* Mostrar submenús cuando el elemento padre tiene la clase 'active' */
.menu-item-has-children.active > .sub-menu, .menu-item-has-children:hover > .sub-menu {
    display: block;
}

/* Botón dropdown */
.dropdown-toggle {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 1em;
    margin-left: 10px;
}

.dropdown-toggle i {
    transition: transform 0.3s ease;
}

.menu-item-has-children.active .dropdown-toggle i, .menu-item-has-children:hover .dropdown-toggle i {
    transform: rotate(180deg);
}

/* FOOTER*/
.kurooi-footer-logo {
    width: 100%;
    background-image: linear-gradient(#fff 57%, #F7C700 50%);
    pointer-events: none;
}

.kurooi-footer-info {
    display: flex;
    justify-content: space-between;
    background: #F7C700 ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -9vw;
    height: 38vw;
    place-items: end;
    position: relative;
}

/* Stickers */
.kurooi-stickers__container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.kurooi-stickers__container > img {
    position: absolute;
    cursor: pointer;
    pointer-events: auto;
    transition: transform 1s;
}

.kurooi-stickers__container > img:hover {
    transform: scale(1.1);
}

#kitsune {
    width: 12%;
    right: 2.5%;
    bottom: 21%;
}

#koi {
    width: 13%;
    right: 14.5%;
    bottom: 47%;
}

#lamp {
    width: 6%;
    right: 39%;
    bottom: 39%;
}

#mask {
    width: 9%;
    right: 25.8%;
    bottom: 55%;
}

#ninja {
    width: 10%;
    right: 18.4%;
    bottom: 67%;
}

#oni {
    width: 9%;
    right: 4.7%;
    bottom: 47%;
}

#onigiri {
    width: 12%;
    right: 28.5%;
    bottom: 8%;
}

#sticks {
    width: 8%;
    right: 3%;
    bottom: 69%;
}

#origami {
    width: 13%;
    right: 22%;
    bottom: 32%;
}

#taiyaki {
    width: 7.5%;
    right: 32%;
    bottom: 51%;
}

#weapon {
    width: 8%;
    right: 10%;
    bottom: 64%;
}

#daruma {
    width: 13%;
    right: 18%;
    bottom: 5%;
}

#fuji {
    width: 13%;
    right: 39.5%;
    bottom: 5%;
}

#cat {
    width: 14%;
    right: 8.5%;
    bottom: 19%;
}

#bamboo {
    width: 5%;
    right: 41%;
    bottom: 31%;
}

#katana {
    width: 15%;
    right: 30%;
    bottom: 23%;
}

/* Links */
.kurooi-footer-links {
    display: flex;
    align-items: end;
    padding: 30px 0 30px 5%;
    color: #000;
}

.kurooi-footer-links, .kurooi-footer-social {
    z-index: 0;
    height: fit-content;
}

.kurooi-footer-links h2{
    font-size: 30px;
}

.kurooi-footer-links .widget ul li {
    margin-bottom: 0;
}

.kurooi-footer-links a {
    color: #000;
    text-decoration: none;
    font-size: 28px;
}

.kurooi-footer-links a:hover {
    font-weight: bold;
}

.kurooi-footer-links h2 {
    margin-bottom: 15px;
    font-weight: bold;
}

/* Redes sociales */
.kurooi-footer-social {
    align-content: flex-end;
    padding: 30px 5% 30px 0;
}

.kurooi-footer-social .wp-social-link {
    background-color: #000;
}

.kurooi-footer-social .wp-social-link svg {
    color: #f7c700;
}

.kurooi-footer-copy-banner {
    display: flex;
    background: #000;
    align-items: center;
    padding: 15px 30px;
    font-size: 14px;
}

.kurooi-footer-copyright {
    color: #fff;
}

.kurooi-footer-legal ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.kurooi-footer-legal ul li {
    flex-shrink: 0;
}

.kurooi-footer-legal ul li a {
    text-decoration: none;
    color: #fff;
}

.kurooi-footer-legal ul li a:hover {
    font-weight: bold;
}

.kurooi-footer-designed {
    display: flex;
    color: #fff;
    align-items: center;
    margin-left: auto;
}

.kurooi-footer-designed > a {
    display: flex;
    width: 100%;
    max-width: 90px;
    padding-left: 10px;
}

/* Estilos para pantallas grandes */
@media (min-width: 2560px) {
    .kurooi-header-nav > .main-navigation > .menu-item > a, .kurooi-header-nav .sub-menu > .menu-item > a {
        font-size: 1.2vw;
    }

    .kurooi-header-icons a {
        font-size: 1vw;
    }
    
    .kurooi-header-icons > div {
        margin: 0.5vw;
    }

    .custom-header-cart .cart-count {
        font-size: 0.6vw;
        width: 0.9vw;
        height: 0.9vw;
        bottom: -0.3vw;
        right: -0.4vw;
    }

    .kurooi-header-nav .sub-menu > .menu-item {
        padding: 0.4vw 0.8vw;
    }
    
    /* Botón dropdown */
    .dropdown-toggle {
        font-size: 0.8vw;
        margin-left: 0.4vw;
    }

    .kurooi-footer-links {
        padding: 2vw 0 2vw 5vw;
    }
    
    .kurooi-footer-links h2{
        font-size: 1.3vw;
    }

    .kurooi-footer-links a {
        font-size: 1.2vw;
    }
    
    .kurooi-footer-links h2 {
        margin-bottom: 0.6vw;
    }
    
    .kurooi-footer-social {
        padding: 2vw 5vw 2vw 0;
    }

    .kurooi-footer-copy-banner {
        padding: 1vw 1.5vw;
        font-size: 0.8vw;
    }

    .kurooi-footer-designed > img {
        max-width: 4vw;
        padding-left: 0.5vw;
    }
}

@media (min-width: 1501px) {
    .kurooi-header-nav .sub-menu li:not(:last-child) { 
        border-bottom: 1px solid #7f7f7f; /* Añade un borde inferior */ 
    } 
    
    .kurooi-header-nav .sub-menu li:not(:first-child) {
        border-top: 1px solid #7f7f7f; /* Añade un borde superior */
    }
    
    .kurooi-footer-social .wp-social-link {
        font-size: 2vw;
    }
}

/* Estilos para pantallas grandes */
@media (min-width: 1090px) {
    .kurooi-footer-legal ul li::before {
        content: "|"; /* Añade la barra */
        margin: 0 5px; /* Espaciado alrededor de la barra */
        color: #fff; /* Ajusta el color si es necesario */
    }
}

/* Estilos para pantallas grandes */
@media (min-width: 769px) {
}

/* breakdown menú */
@media (max-width: 1500px) {
    .kurooi-header-logo {
        order: 2;
        margin: auto;
    }
    .kurooi-header-right {
        order: 3;
        margin: 0;
    }
    .kurooi-header-nav{
        order: 1;
        margin: 0;
    }
    /* Ocultar el menú de navegación por defecto en pantallas pequeñas */
    .kurooi-header-nav > .main-navigation {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    /* Mostrar el botón de menú hamburguesa */
    .kurooi-header-nav .kurooi-menu-open, .kurooi-menu-close-item {
        display: block;
    }

    /* Mostrar el menú cuando el botón hamburguesa es clickeado */
    .kurooi-header-nav.menu-opened > .main-navigation {
        display: flex;
        position: fixed;
        width: 100%;
        height: 100%;
        margin: 0;
        top: 0;
        left: 0;
        padding: 50px 0;
    }

    .kurooi-header-nav > .main-navigation li {
        margin: 10px 0;
    }
    
    .kurooi-header-nav > .main-navigation > .menu-item {
        flex-direction: column;
        margin: 10px 0;
        padding: 0 20px;
    }
    
    .kurooi-header-nav .sub-menu {
        position: initial;
        width: auto;
    }
    
    .kurooi-header-nav .sub-menu > .menu-item {
        padding: 1vw 2vw;
    }

    .menu-item-has-children .dropdown-toggle {
        position: absolute;
        right: -40px;
    }
}


@media (max-width: 1089px) {
    .kurooi-footer-copy-banner {
        flex-direction: column;
    }
    
    .kurooi-footer-legal {
        padding: 10px 0 15px;
    }

    .kurooi-footer-legal ul li:not(:first-child)::before {
        content: "|"; /* Añade la barra */
        margin: 0 5px; /* Espaciado alrededor de la barra */
        color: #fff; /* Ajusta el color si es necesario */
    }

    .kurooi-footer-designed {
        margin-left: unset;
    }
}

@media (max-width: 1020px) {
    .kurooi-footer-info {
        background-position: 95%, center;
        background-size: 60% auto, 100%;
    }
}

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
    #kurooi-header > .kurooi-header-content {
        width: 100%;
        padding: 0 20px;
    }
    
    .kurooi-header-icons a {
        font-size: 20px;
    }
    
    .custom-header-cart .cart-count {
        font-size: 12px;
        height: 20px;
        width: 20px;
    }

    .kurooi-footer-info {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto;
    }
    .kurooi-stickers__container {
        display: none;
    }
    .kurooi-footer-links {
        padding: 15px;
    }
    .kurooi-footer-social {
        padding: 15px;
    }
}

@media (max-width: 560px) {
    .kurooi-footer-copyright span {
        display: block;
        text-wrap-style: balance;
        text-align: center;
    }
    .kurooi-footer-legal ul {
        flex-direction: column;
        text-align: center;
    }

    .kurooi-footer-legal ul li:not(:first-child)::before {
        content: "";
        margin: 0;
    }
}

@media (max-width: 500px) {
    .kurooi-header-logo {
        min-width: 30%;
    }
}

/* HOME */
/* Slider */
.slider-home {
    aspect-ratio: 16 / 9;
}

.slider-home .n2-ss-layers-container.n2-ss-slide-limiter {
    max-width: unset !important;
}

.slider-home > .n2-ss-slider-wrapper-inside > .n2-ss-slider-1 > .n2-ss-slider-2 > .n2-ss-slider-3 > .n2-ss-slider-4 > .n2-ss-slide > .n2-ss-layers-container > .n2-ss-layer > .n2-ss-layer > .n2-ss-section-main-content > .n2-ss-layer {
    width: auto;
    max-width: unset !important;
    font-size: 1vw;
}

/*Logo encima contenido*/
#side-logo {
    position: relative;
}

#side-logo > div {
    position: absolute;
    z-index: 1;
    width: 25vw;
    bottom: -19vw;
}

.kurooi-categories-section {
    position: relative;
    padding: 5vw 5vw 2vw 23vw;
}

.kurooi-categories-background {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 47%;
    background-image: linear-gradient(to right, #F7C700 66%, #fff 43%);
}

.kurooi-category {
    position: relative;
    align-self: flex-end;
}

.kurooi-category > .kurooi-category-title {
    width: 100%;
    padding-right: 20%;
    font-size: 2vw;
    line-height: 2vw;
    margin: 5px 5%;
}

.kurooi-category-image {
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 95%);
    filter: grayscale(100%);
    transition: all 1s ease-out;
}

.kurooi-category > .wp-block-buttons {
    position: absolute;
    width: 100%;
    height: 100%;
}

.kurooi-category > .wp-block-buttons > .kurooi-category-button {
    width: 100%;
    height: 100%;
}

.kurooi-category > .wp-block-buttons > .kurooi-category-button > .wp-block-button__link {
    width: 100%;
    height: 100%;
}

.kurooi-category > .kurooi-category-title > .kurooi-text-bg {
    padding: 0 5%;
    transition: all 1s ease-out;
}

.kurooi-category:hover > .kurooi-category-title > .kurooi-text-bg {
    background: #d50f0f;
}

.kurooi-category:hover .kurooi-category-image {
    filter: grayscale(0%);
}

/*About Home*/
.kurooi-home-about__section {
    position: relative;
    margin-bottom: 5%;
}

.kurooi-home-about__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 15vw;
    background-image: linear-gradient(to right, #F7C700 66%, #fff 43%);
}

.kurooi-home-about__title {
    z-index: 1;
    text-transform: uppercase;
    font-size: 4.5vw;
    line-height: 4.5vw;
    text-align: left;
    width: 64%;
    padding: 0 0 1% 10%;
}

.kurooi-home-about__article {
    z-index: 1;
    padding: 0 5% 0 10%;
    gap: 3%;
}

#kurooi-home-about__article--right {
    margin-top: -20%;
}

#kurooi-home-about__article--left > .kurooi-home-about__article__image-container, #kurooi-home-about__article--right > .kurooi-home-about__article__image-container {
    flex-basis: 40% !important;
}

#kurooi-home-about__article--left > .kurooi-home-about__article__text__container, #kurooi-home-about__article--right > .kurooi-home-about__article__text__container {
    flex-basis: 60% !important;
}


.kurooi-home-about__article__image img {
    width: 100%;
}

#kurooi-home-about__article--left .kurooi-home-about__article__text__container {
    padding-top: 10%;
}

#kurooi-home-about__article--right .kurooi-home-about__article__text__container {
    display: flex;
    flex-direction: column;
    align-self: end;
}

.kurooi-home-about__article__text {
    font-size: 2vw;
    line-height: 2.4vw;
    text-align: justify;
}

.kurooi-home-about__button-container {
    margin-top: 5%;
}

.kurooi-home-about__button > .wp-block-button__link {
    border-radius: 0px;
    font-size: 1.5vw;
    line-height: 1.5vw;
    font-weight: bold;
    text-align: left;
    padding: 1vw 3vw 1.5vw;
    width: 17vw;
    clip-path: polygon(18% 0%, 90% 15%, 70% 85%, 0% 100%);
}

/*Top ventas Home*/
.kurooi-selling-section {
    position: relative;
}

.kurooi-selling-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 21vw;
    background-image: linear-gradient(to right, #F7C700 66%, #fff 43%);
}

#kurooi-selling-title {
    z-index: 1;
    font-size: 4.5vw;
    line-height: 4.5vw;
    text-align: left;
    width: 64%;
    padding: 0 0 1% 40%;
}

.kurooi-selling-products.wc-block-grid > .wc-block-grid__products {
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 1vw;
    margin: 0 5%;
    justify-content: center;
}

.kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product {
    border: 0;
    -webkit-mask-image: linear-gradient(#000 0 0); 
    mask-image: linear-gradient(#000 0 0);
    margin: 0.5% -2% !important;
}

.kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(6n+1) *{
    clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(6n+2) *{
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(6n+3) *{
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(6n+4) *{
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
}

.kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(6n+5) *{
    clip-path: polygon(0% 0%, 85% 0%, 99% 100%, 15% 100%);
}

.kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(6n+6) *{
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
}

.kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(3n+2) {
    margin: 0.5% -3%;
}

.kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product .wc-block-grid__product-image {
    margin: 0;
    display: flex;
    align-items: center;
    background: #000;
    padding: 0.5vw;
    filter: grayscale(100%);
    transition: all 1s ease-out;
}

.kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:hover .wc-block-grid__product-image {
    filter: grayscale(0%);
}

.kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product .wc-block-grid__product-image::after {
    content: '¡Lo quiero!';
    position: absolute;
    font-family: jaf-mashine;
    font-size: 1.5vw;
    font-weight: bold;
    background: #d50f0f;
    color: #fff;
    padding: 0.5vw 2vw;
    left: 0;
    right: 0;
    width: 55%;
    margin: auto;
    opacity: 0;
    transition: all 1s ease-out;
}

.kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:hover .wc-block-grid__product-image::after {
    opacity: 1;
}

.kurooi-collection-section {
    position: relative;
    padding: 4% 10%;
}

.kurooi-collection-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 9vw;
    height: 9vw;
    background-image: linear-gradient(to left, #F7C700 92%, transparent 92%);
}

#kurooi-collection-title {
    z-index: 1;
    font-size: 4.5vw;
    line-height: 4.5vw;
}

.kurooi-big-text {
    display: block;
    font-size: 10vw;
    line-height: 10vw;
}

.kurooi-collection-call {
    position: relative;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    width: 36vw;
    z-index: 1;
}

.kurooi-collection-button > .wp-block-button__link {
    border-radius: 0px;
    font-size: 1.5vw;
    line-height: 1.5vw;
    font-weight: bold;
    text-align: left;
    padding: 1vw 4vw 1.5vw;
    width: 20vw;
    clip-path: polygon(22% 0%, 100% 25%, 73% 80%, 0% 100%);
}

.kurooi-collection-call .wp-block-buttons {
    margin: -12vw -3vw 0 0;
}

.kurooi-collection-img > img {
    width: 100%;
}

.kurooi-promotions-container {
    width: 100%;
}

.kurooi-promotions-special-container .wp-block-cover__inner-container, .kurooi-promotions-newsletter-container .wp-block-cover__inner-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3vw 0;
}

.kurooi-promotions-special-container {
    width: 50%;
    padding: 0;
    clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
    aspect-ratio: 15 / 9;
    min-height: unset;
}

.kurooi-promotions-special-container .kurooi-promotions-special-title {
    text-align: right;
    background: #f7c700;
    padding: 1vw 1vw 1vw 1vw;
    width: 47%;
    font-size: 2.2vw !important;
    line-height: 2.2vw !important;
}

.kurooi-promotions-special-container > .wp-block-cover__inner-container > .wp-block-buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.kurooi-promotions-special-container > .wp-block-cover__inner-container > .wp-block-buttons > .kurooi-promotions-special-button {
    width: 100%;
    height: 100%;
}

.kurooi-promotions-special-container > .wp-block-cover__inner-container > .wp-block-buttons > .kurooi-promotions-special-button > .wp-block-button__link {
    width: 100%;
    height: 100%;
}

.kurooi-promotions-newsletter-container {
    width: 50%;
    padding: 0;
    clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
    aspect-ratio: 15 / 9;
    min-height: unset;
}

.kurooi-promotions-newsletter-container  img{
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.kurooi-promotions-newsletter-container .kurooi-promotions-newsletter-title {
    background: #f7c700;
    padding: 1vw 1vw 1vw 1vw;
    width: 50%;
    font-size: 2.2vw !important;
    line-height: 2.2vw !important;
    margin: 0 0 0 auto;
    text-align: left;
}

.kurooi-promotions-newsletter-form {
    width: 60% !important;
    margin: 0 2vw 0 auto !important;
}

.kurooi-promotions-newsletter-form .kurooi-newsletter-email {
    padding: 0;
}

.kurooi-promotions-newsletter-form .kurooi-newsletter-email input{
    height: auto;
    padding: 0 1.5vw !important;
    font-size: 2vw !important;
}

.kurooi-promotions-newsletter-form .kurooi-newsletter-legal {
    padding: 0.5vw 0;
}

.kurooi-promotions-newsletter-form .kurooi-newsletter-legal li{
    align-items: center !important;
}

.kurooi-promotions-newsletter-form .kurooi-newsletter-legal label {
    font-size: 1.3vw !important;
    line-height: 1.3vw !important;
    padding-left: 1vw;
    color: #fff;
}

.kurooi-promotions-newsletter-form .kurooi-newsletter-legal label > a {
    text-decoration: none;
    color: #fff;
}

.kurooi-promotions-newsletter-form .kurooi-newsletter-legal label > a:hover {
    font-weight: bold;
}

.kurooi-promotions-newsletter-form > form > .wpforms-field-container > .kurooi-newsletter-legal > fieldset > .wpforms-field-required input[type=checkbox]:checked:after {
    border-left: 4px solid red;
    border-bottom: 4px solid red;
}

.kurooi-promotions-newsletter-form .wpforms-submit-container {
    margin: 0 !important;
    text-align: end;
}

.kurooi-promotions-newsletter-form .wpforms-submit-container .kurooi-newsletter-submit-btn {
    background: #d50f0f !important;
    color: #fff !important;
    font-family: jaf-mashine !important;
    font-size: 1.2vw;
    font-weight: bold;
    font-family: Tomorrow;
    padding: 0.5vw 1.5vw;
    height: auto;
    border-radius: 0;
}

.kurooi-promotions-newsletter-form .wpforms-submit-container .kurooi-newsletter-submit-btn:hover {
    background: #f7c700 !important;
    color: #000 !important;
}

@media (max-width: 768px) {
    .slider-home {
        aspect-ratio: 9 / 16;
    }
    
    .slider-home > .n2-ss-slider-wrapper-inside > .n2-ss-slider-1 > .n2-ss-slider-2 > .n2-ss-slider-3 > .n2-ss-slider-4 > .n2-ss-slide > .n2-ss-layers-container > .n2-ss-layer > .n2-ss-layer > .n2-ss-section-main-content {
        justify-content: flex-end !important;
    }

    .slider-home > .n2-ss-slider-wrapper-inside > .n2-ss-slider-1 > .n2-ss-slider-2 > .n2-ss-slider-3 > .n2-ss-slider-4 > .n2-ss-slide > .n2-ss-layers-container > .n2-ss-layer > .n2-ss-layer > .n2-ss-section-main-content > .n2-ss-layer {
        width: 100%;
    }
    .slider-home > .n2-ss-slider-wrapper-inside > .n2-ss-slider-1 > .n2-ss-slider-2 > .n2-ss-slider-3 > .n2-ss-slider-4 > .n2-ss-slide > .n2-ss-layers-container > .n2-ss-layer > .n2-ss-layer > .n2-ss-section-main-content > .n2-ss-layer > h2 {
        font-size: 10vw !important;
        line-height: 10vw !important;
        text-align: center !important;
        padding: 5% !important;
    }
    
    #side-logo {
        display: none;
    }
    
    .kurooi-categories-section {
        padding: 50px 20px;
        flex-wrap: wrap !important;
        justify-content: space-around;
    }
    
    .kurooi-category {
        width: 45%;
    }
    
    .kurooi-category > .kurooi-category-title {
        padding-right: 30%;
        font-size: 4vw;
        line-height: 4vw;
    }
    
    .kurooi-categories-background {
        display: none;
    }
    
    .kurooi-text-bg {
        background: #f7c700;
        color: #000;
    }
    
    .kurooi-category:hover .kurooi-text-bg {
        color: #fff;
    }

    /*About Home*/
    .kurooi-home-about__bg {
        height: 25vw;
        background-image: linear-gradient(to right, #F7C700 74%, #fff 43%);
    }
    
    .kurooi-home-about__title {
        font-size: 5.5vw;
        line-height: 5vw;
        width: 70%;
        padding: 3% 0 2% 5%;
    }
    
    .kurooi-home-about__article {
        padding: 0 5% 0 5%;
        gap: 3%;
    }
    
    #kurooi-home-about__article--right {
        margin-top: 0;
        flex-direction: column-reverse;
    }
    
    #kurooi-home-about__article--left > .kurooi-home-about__article__image-container, #kurooi-home-about__article--right > .kurooi-home-about__article__image-container {
        flex-basis: 100% !important;
    }
    
    #kurooi-home-about__article--left > .kurooi-home-about__article__text__container, #kurooi-home-about__article--right > .kurooi-home-about__article__text__container {
        flex-basis: 100% !important;
    }
    
    #kurooi-home-about__article--left .kurooi-home-about__article__text__container, #kurooi-home-about__article--right .kurooi-home-about__article__text__container {
        padding-top: 5%;
    }
    
    #kurooi-home-about__article--right .kurooi-home-about__article__text__container {
        display: flex;
        flex-direction: column;
        align-self: end;
    }
    
    .kurooi-home-about__article__text {
        font-size: 4vw;
        line-height: 4.4vw;
    }
    
    .kurooi-home-about__button-container {
        margin-top: 5%;
        text-align: center;
    }
    
    .kurooi-home-about__button > .wp-block-button__link {
        font-size: 5vw;
        line-height: 5vw;
        width: 75%;
        padding: 5vw 10vw;
    }
    
    .kurooi-selling-section > #kurooi-selling-title {
        font-size: 5.5vw;
        line-height: 5vw;
        padding: 4% 0 2% 35%;
    }
    
    .kurooi-selling-bg {
        top: 2%;
        height: 24vw;
    }
}

@media (max-width: 600px) {
    
    .kurooi-category {
        width: 100%;
    }
    
    .kurooi-category > .kurooi-category-title {
        padding-right: 55%;
        font-size: 6vw;
        line-height: 6vw;
    }
    
    .kurooi-selling-section {
        padding: 40px 20px;
    }
    
    .kurooi-selling-section > #kurooi-selling-title {
        font-size: 6vw;
        line-height: 6vw;
        padding: 4% 0 2% 25%;
    }
    
    .kurooi-selling-bg {
        height: 27vw;
    }
    
    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(4n+1) *{
        clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
    }
    
    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(4n+2) *{
        clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    
    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(4n+3) *{
        clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
    }
    
    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(4n+4) *{
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
    }

    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product .wc-block-grid__product-image {
        margin: 0;
        display: flex;
        align-items: center;
        background: #000;
        padding: 1vw;
    }

    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(2n+1) {
        margin: 1.5% -3% 1.5% 0;
    }

    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(2n+2) {
        margin: 1.5% 0 1.5% -3%;
    }

    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:last-child {
        display: none;
    }
    

    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product .wc-block-grid__product-image::after {
        font-size: 2vw;
    }
    
    /*Sección especial*/
    .kurooi-promotions-container {
        flex-wrap: wrap !important;
    }
    
    .kurooi-promotions-special-container .wp-block-cover__inner-container, .kurooi-promotions-newsletter-container .wp-block-cover__inner-container {
        padding: 8vw 0;
    }
    
    .kurooi-promotions-special-container {
        width: 100%;
        clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    }
    
    .kurooi-promotions-special-container .kurooi-promotions-special-title {
        padding: 2vw;
        font-size: 5vw !important;
        line-height: 5vw !important;
    }
    
    .kurooi-promotions-newsletter-container {
        width: 100%;
        clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    }
    
    .kurooi-promotions-newsletter-container  img{
        -moz-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }
    
    .kurooi-promotions-newsletter-container .kurooi-promotions-newsletter-title {
        padding: 2vw 5vw 2vw 2vw;
        width: 55%;
        font-size: 5vw !important;
        line-height: 5vw !important;
    }
    
    .kurooi-promotions-newsletter-form {
        width: 55% !important;
        margin: 0 3vw 0 auto !important;
    }
    
    .kurooi-promotions-newsletter-form .kurooi-newsletter-email input{
        padding: 0 2.5vw !important;
        font-size: 3.5vw !important;
    }
    
    .kurooi-promotions-newsletter-form .kurooi-newsletter-legal {
        padding: 1.5vw 0;
    }
    
    .kurooi-promotions-newsletter-form .kurooi-newsletter-legal label {
        font-size: 2.2vw !important;
        line-height: 2.2vw !important;
    }
    
    .kurooi-promotions-newsletter-form .wpforms-submit-container .kurooi-newsletter-submit-btn {
        font-size: 2vw;
        padding: 0.5vw 1.5vw;
    }
}

@media (max-width: 480px) {
    .kurooi-selling-bg {
        top: 0.7%;
        height: 30vw;
    }
    
    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products {
        margin: 0;
        padding: 20px 15px;
    }
    
    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:first-child *{
        clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    }
    
    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(2n+2) *{
        clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
    }
    
    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(2n+3) *{
        clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
    }
    
    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:last-child *{
        clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
    }
    
    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:last-child {
        display: inline-block;
    }

    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product .wc-block-grid__product-image {
        margin: 0;
        display: flex;
        align-items: center;
        background: #000;
        padding: 1vw;
    }

    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product {
        margin: -1.5% 0 !important;
    }
    

    .kurooi-selling-products.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product .wc-block-grid__product-image::after {
        font-size: 4vw;
    }
}

/* Espacio negro antes del contenido*/
.page-id-57 > #page:before, .single-product > #page:before {
    display: block;
    content: '';
    width: 100%;
    background: #000;
    height: 9vw;
    min-height: 175px;
}

/* ABOUT PAGE */
.kurooi-about-section {
    position: relative;
    padding: 5vw 5vw 0;
    gap: 0;
}

.kurooi-origin-title {
    z-index: 1;
    font-size: 4.2vw;
    line-height: 4vw;
    text-align: left;
    width: 55%;
    padding: 0px 0 4% 0%;
}

.kurooi-about-bg {
        position: absolute;
    left: 0;
    right: 0;
    top: 4vw;
    height: 21vw;
    background-image: linear-gradient(to right, #F7C700 55%, #fff 55%);
}

.kurooi-about-title {
    z-index: 1;
    font-size: 4.2vw;
    line-height: 4vw;
    text-align: left;
    width: 55%;
    padding: 0px 0 4% 29%;
}

.kurooi-origin__img {
    z-index: 1;
    margin: auto !important;
    width: 100%;
    max-width: 1200px;
}

.kurooi-origin__img > img {
    width: 100%;
}

.kurooi-about-row {
    z-index: 1;
    width: 100%;
    gap: 0;
}

.kurooi-about-img img {
    width: 100% !important;
}

.kurooi-about-text {
    font-size: 2.5vw;
    line-height: 2.5vw;
}

#kurooi-about-col-r {
    padding: 11vw 0 0 5vw;
}

.kurooi-goal-section {
    position: relative;
    z-index: 1;
    margin-top: -5vw;
    padding: 2vw 5vw 0;
}

.kurooi-goal-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 22vw;
    background-image: linear-gradient(to left, #F7C700 55%, transparent 55%);
}
.kurooi-goal-title {
    z-index: 1;
    font-size: 4.5vw;
    line-height: 4vw;
    text-align: right;
    width: 88%;
    padding: 0 0 4% 46%;
}

#kurooi-goal-col-l {
    padding: 11vw 5vw 0 0;
}


@media (min-width: 780px) {
    .kurooi-about-col {
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .page-id-57 > #page:before, .single-product > #page:before {
        background: #fff;
        height: 12vw;
        min-height: unset;
    }
    
    .kurooi-about-section {
        padding: 50px 20px 0;
    }

    .kurooi-about-bg {
        top: 35px;
        height: 40vw;
        background-image: linear-gradient(to right, #F7C700 80%, #fff 67%);
    }

    .kurooi-origin-title {
        font-size: 6vw;
        line-height: 5.5vw;
        width: 85%;
        padding: 0 0 4% 0;
    }
    
    .kurooi-about-title {
        font-size: 6vw;
        line-height: 5.5vw;
        width: 80%;
        padding: 0px 0 4% 40%;
    }
    
    #kurooi-about-col-r {
        padding: 5vw 0 0 0;
    }
        
    .kurooi-about-text {
        font-size: 5vw;
        line-height: 5vw;
    }
    
    .kurooi-goal-section {
        margin-top: 0;
        padding: 50px 20px 0;
    }
    
    .kurooi-goal-bg {
        top: 35px;
        height: 40vw;
        background-image: linear-gradient(to left, #F7C700 68%, transparent 55%);
    }
    
    .kurooi-goal-title {
        font-size: 6vw;
        line-height: 5.5vw;
        width: 90%;
        padding: 0 0 4% 30%;
    }
    
    #kurooi-goal-row {
        flex-direction: column-reverse;
    }
    
    #kurooi-goal-col-l {
        padding: 5vw 0 0 0;
    }
    
    .kurooi-goal-text {
        font-size: 5vw;
        line-height: 5vw;
    }
}

/* WOOCOMMERCE */
/* WC ARCHIVE */
.woocommerce.archive > #page, .single-product > #page {
    max-width: unset;
}

.woocommerce.archive > #page > #content {
    flex-direction: column;
}

.woocommerce.archive > #page > #content > .kurooi-shop-banner {
    aspect-ratio: 10 / 2;
    background: #000;
}

.woocommerce.archive > #page > #content > .kurooi-shop-banner h1 {
    font-size: 10vw;
    color: #fff;
}

.woocommerce.archive > #page > #content > .kurooi-shop-banner > .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12vw 5vw 5vw;
}

.woocommerce.archive > #page > #content > .shop-container {
    padding: 2vw 0 0 5vw;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout {
    display: flex;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container {
    position: relative;
    width: 25%;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .filter-toggle {
    display: none;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .filter-toggle[aria-expanded="true"]::after {
    content: "▲";
    margin-left: 10px;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .filter-toggle[aria-expanded="false"]::after, .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .filter-toggle {
    content: "▼";
    margin-left: 10px;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar {
    padding: 1vw 2vw 1vw 0;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget {
    position: relative;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget > .kurooi-filter-bg {
    position: absolute;
    left: -5vw;
    right: 0;
    top: 0;
    height: 8vw;
    background: #F7C700;
    width: 26vw;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container .kurooi-sidebar-title {
    position: relative;
    font-size: 1.8vw;
    line-height: 1.8vw;
    font-weight: normal;
    padding: 1.5vw 0;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container .kurooi-sidebar-title-big {
    font-size: 2.6vw;
    line-height: 2.6vw;
    font-weight: bold;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container h3 {
    font-family: jaf-mashine;
    font-size: 2vw;
    margin-bottom: 1.5vw;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget {
    margin-bottom: 3vw;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-filter-talla .wc-block-attribute-filter-list {
    display: flex;
    gap: 1vw;
}

/*Filtro colores*/
.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-filter-color .wc-block-attribute-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-filter-color .wc-block-components-checkbox__label {
    position: absolute;
    top: 110%;
    left: -50%;
    background: #f7c700;
    padding: 0 1vw;
    font-size: 1.5vw;
    display: none;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-filter-color li:hover .wc-block-components-checkbox__label {
    display: block;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-filter-color .wc-block-components-checkbox__color {
    width: 40px; 
    height: 40px; 
    border-radius: 0;  
    display: inline-block;
    border: 1px solid #000;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-filter-color .wc-block-components-checkbox__input:checked + svg + span + .wc-block-components-checkbox__color {
    border: 3px solid #000;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-block-attribute-filter-list li {
    margin: 0.5vw;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-filter-color .wc-block-attribute-filter-list li {
    margin: 0;
}

.wc-block-components-checkbox__input:checked + svg + .wc-block-components-checkbox__label {
    font-weight: bold; 
    color: #d50f0f;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-block-attribute-filter-list {
    font-size: 2.2vw;
    line-height: 2.2vw;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-block-attribute-filter-list .wc-block-checkbox-list__checkbox  {
    margin: 0;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-block-attribute-filter-list .wc-block-checkbox-list__checkbox label {
    position: relative;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-block-attribute-filter-list .wc-block-checkbox-list__checkbox label .wc-block-components-checkbox__input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-block-attribute-filter-list .wc-block-checkbox-list__checkbox label .wc-block-components-checkbox__mark {
    opacity: 0;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-block-components-filter-reset-button, .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-block-active-filters__clear-all {
    font-size: 1.5vw;
    line-height: 1.5vw;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .kurooi-shop-container {
    width: 75%;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-block-active-filters__list-item-type {
    font-size: 2vw;
    line-height: 2vw;
}

.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-block-active-filters__list-item-name {
    font-size: 1.5vw;
    line-height: 1.5vw;
}
/* Filtro precio */
.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-filter-precio .wc-block-price-filter__controls > input {
    padding: 1vw;
    border: none;
    border-radius: 0 !important;
    background: #f7c700;
    font-size: 1.5vw;
    max-width: 30%;
    text-align: center;
}
.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-filter-precio .wc-block-price-filter__controls > .wc-block-price-filter__amount--min {
    clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-filter-precio .wc-block-price-filter__controls > .wc-block-price-filter__amount--max {
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/*Lista de productos*/

.kurooi-shop-container .woocommerce-archive-wrapper > .inside-article {
    padding: 0;
}

.kurooi-shop-container ul.products {
    background: #fff;
    z-index: 1;
    position: relative;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.kurooi-shop-container ul.products > li.product {
    border: 0;
    -webkit-mask-image: linear-gradient(#000 0 0); 
    mask-image: linear-gradient(#000 0 0);
    margin: 0.5% 0%;
}

.kurooi-shop-container ul.products > li.product:nth-child(6n+1), .kurooi-shop-container ul.products > li.product:nth-child(6n+1) img {
    clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.kurooi-shop-container ul.products > li.product:nth-child(6n+2), .kurooi-shop-container ul.products > li.product:nth-child(6n+2) img {
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.kurooi-shop-container ul.products > li.product:nth-child(6n+3), .kurooi-shop-container ul.products > li.product:nth-child(6n+3) img {
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.kurooi-shop-container ul.products > li.product:nth-child(6n+4), .kurooi-shop-container ul.products > li.product:nth-child(6n+4) img {
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
}

.kurooi-shop-container ul.products > li.product:nth-child(6n+5), .kurooi-shop-container ul.products > li.product:nth-child(6n+5) img {
    clip-path: polygon(0% 0%, 85% 0%, 99% 100%, 15% 100%);
}

.kurooi-shop-container ul.products > li.product:nth-child(6n+6), .kurooi-shop-container ul.products > li.product:nth-child(6n+6) img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
}

.kurooi-shop-container ul.products > li.product .woocommerce-loop-product__title, .kurooi-shop-container ul.products > li.product .price, .kurooi-shop-container ul.products > li.product .add_to_cart_button {
    display: none;
}

.kurooi-shop-container ul.products > li.product:nth-child(3n+2) {
    margin: 0.5% -3%;
}



.kurooi-shop-container ul.products > li.product img {
    margin: 0 !important;
}

.kurooi-shop-container ul.products > li.product .woocommerce-LoopProduct-link {
    margin: 0;
    display: flex;
    align-items: center;
    background: #000;
    padding: 0.5vw;
    filter: grayscale(100%);
    transition: all 1s ease-out;
}

.kurooi-shop-container ul.products > li.product:hover  .woocommerce-LoopProduct-link{
    filter: grayscale(0%);
}

.kurooi-shop-container ul.products > li.product .woocommerce-LoopProduct-link::after {
    content: '¡Lo quiero!';
    position: absolute;
    font-family: jaf-mashine;
    font-size: 1vw;
    font-weight: bold;
    text-align: center;
    background: #d50f0f;
    color: #fff;
    padding: 0.5vw 2vw;
    left: 0;
    right: 0;
    width: 55%;
    margin: auto;
    opacity: 0;
    transition: all 1s ease-out;
}

.kurooi-shop-container ul.products > li.product .woocommerce-LoopProduct-link:hover::after {
    opacity: 1;
}

/* WC BREADCRUMB*/
.woocommerce-breadcrumb {
    font-size: 1.5vw !important;
    text-transform: uppercase;
    color: #000 !important;
}

.woocommerce-breadcrumb a {
    text-decoration: none;
    color: #000 !important;
}

.woocommerce-result-count, .woocommerce-ordering * {
    font-size: 1.3vw;
    line-height: 1.3vw;
}

.woocommerce.archive .woocommerce-breadcrumb, .woocommerce-result-count {
    margin-left: 6% !important;
}

.woocommerce-ordering {
    margin-right: 6% !important;
}

.woocommerce-pagination > ul.page-numbers {
    border: none !important;
}

.woocommerce-pagination > ul.page-numbers > li {
    border: none !important;
}

.woocommerce-pagination > ul.page-numbers > li > .page-numbers {
    font-family: jaf-mashine;
    font-size: 2vw;
    color: #000 !important;
}

.woocommerce-pagination > ul.page-numbers > li > .page-numbers.current {
    color: #d50f0f !important;
}

@media (max-width: 768px) {
    .woocommerce.archive > #page > #content > .shop-container {
        padding: 30px;
    }
    .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout {
        flex-direction: column;
    }

    .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container, .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .kurooi-shop-container {
        width: 100%;
    }
    .woocommerce.archive > #page > #content > .kurooi-shop-banner > .container {
        padding: 120px 30px 0;
    }
    .shop-sidebar {
        display: none;
    }
    .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .filter-toggle {
        display: block;
    }

    .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar.open {
        display: block;
        background: #fff;
        padding: 20px 10px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 10;
    }
    
    .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget > .kurooi-filter-bg {
        left: -40px;
        height: 13vw;
        width: 90vw;
    }
    
    .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container .kurooi-sidebar-title {
        text-align: center;
        font-size: 4vw;
        line-height: 4vw;
        padding: 2vw 0;
    }
    
    .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container .kurooi-sidebar-title-big {
        font-size: 6vw;
        line-height: 6vw;
    }
    
    .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container h3 {
        font-size: 4vw;
        margin-bottom: 1.5vw;
    }
    
    .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-filter-talla .wc-block-attribute-filter-list {
        gap: 2vw;
    }
    
    
    .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-block-attribute-filter-list {
        font-size: 4vw;
        line-height: 4vw;
    }
    
    .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-block-components-filter-reset-button, .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-block-active-filters__clear-all {
        font-size: 3vw;
        line-height: 3vw;
    }

    .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-block-active-filters__list-item-type {
        font-size: 4vw;
        line-height: 4vw;
    }
    
    .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-block-active-filters__list-item-name {
        font-size: 3vw;
        line-height: 3vw;
    }
    
    /* Filtro precio */
    .woocommerce.archive > #page > #content > .shop-container > .container > .shop-layout > .filter-container > .shop-sidebar > .widget .wc-filter-precio .wc-block-price-filter__controls > input {
        font-size: 4vw;
    }
    
    .kurooi-shop-container ul.products > li.product:nth-child(4n+1), .kurooi-shop-container ul.products > li.product:nth-child(4n+1) img {
        clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
    }
    
    .kurooi-shop-container ul.products > li.product:nth-child(4n+2), .kurooi-shop-container ul.products > li.product:nth-child(4n+2) img {
        clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    
    .kurooi-shop-container ul.products > li.product:nth-child(4n+3), .kurooi-shop-container ul.products > li.product:nth-child(4n+3) img {
        clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
    }
    
    .kurooi-shop-container ul.products > li.product:nth-child(4n+4), .kurooi-shop-container ul.products > li.product:nth-child(4n+4) img {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
    }

    .kurooi-shop-container ul.products > li.product:nth-child(2n+1) {
        margin: 1.5% -3% 1.5% 0;
    }

    .kurooi-shop-container ul.products > li.product:nth-child(2n+2) {
        margin: 1.5% 0 1.5% -3%;
    }

    .kurooi-shop-container ul.products > li.product .woocommerce-LoopProduct-link {
        padding: 1vw;
    }
    
    .kurooi-shop-container ul.products > li.product .woocommerce-LoopProduct-link::after {
        font-size: 2vw;
    }

    /* WC BREADCRUMB*/
    .woocommerce-breadcrumb {
        font-size: 1rem !important;
        line-height: 1rem;
    }
    
    .woocommerce-result-count, .woocommerce-ordering * {
        font-size: 1rem;
        line-height: 1rem;
    }
    
    .woocommerce-ordering {
        margin-left: 6% !important;
    }

    .woocommerce-pagination > ul.page-numbers > li > .page-numbers {
        font-size: 3.5vw;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .kurooi-shop-container ul.products > li.product:nth-last-child(1):nth-child(odd), .kurooi-shop-container ul.products > li.product:nth-last-child(1):nth-child(odd) img {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

@media (max-width: 480px) {
    .kurooi-shop-container ul.products > li.product {
        width: 100% !important;
        margin: -1.5% 0 !important;
    }
    
    .kurooi-shop-container ul.products > li.product:first-child, .kurooi-shop-container ul.products > li.product:first-child img {
        clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    }
    
    .kurooi-shop-container ul.products > li.product:nth-child(2n+2), .kurooi-shop-container ul.products > li.product:nth-child(2n+2) img{
        clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
    }
    
    .kurooi-shop-container ul.products > li.product:nth-child(2n+3), .kurooi-shop-container ul.products > li.product:nth-child(2n+3) img{
        clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
    }
    
    .kurooi-shop-container ul.products > li.product:nth-last-child(1):nth-child(odd), .kurooi-shop-container ul.products > li.product:nth-last-child(1):nth-child(odd) img {
        clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
    }
    
    .kurooi-shop-container ul.products > li.product:nth-last-child(1):nth-child(even), .kurooi-shop-container ul.products > li.product:nth-last-child(1):nth-child(even) img {
        clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    }

    .kurooi-shop-container ul.products > li.product .woocommerce-LoopProduct-link {
        padding: 1.5vw;
    }

    .kurooi-shop-container ul.products > li.product .woocommerce-LoopProduct-link::after {
        font-size: 4vw;
    }
}

/* Producto */
.single-product .inside-article {
    padding: 0;
}

.single-product .inside-article > .entry-content > .woocommerce-breadcrumb {
    padding: 0 5%;
}

.single-product .inside-article > .entry-content > .product > .woocommerce-product-gallery {
    padding: 0 0 0 5%;
}
.single-product .inside-article > .entry-content > .product > .summary {
    padding: 0 5% 0 0;
}

.single-product .product > .summary .product_title {
    font-size: 2.5vw;
    line-height: 2.5vw;
}

.single-product .product > .summary .price {
    font-family: jaf-mashine;
    font-size: 3.3vw !important;
    font-weight: bold;
    color: #000 !important;
    margin: 3vw 0 2vw;
}

.single-product .product > .summary .price del {
    font-size: 2.7vw !important;
}

.single-product .product > .summary .variations .label {
    font-size: 2.5vw;
    line-height: 2.5vw !important;
    padding: 0;
}

.single-product .product > .summary .variations .variable-item {
    height: 3vw !important;
    min-width: 3vw !important;
}

.single-product .product > .summary .variations .variable-item .variable-item-contents {
    font-size: 2vw;
    line-height: 2vw;
}

.single-product .product > .summary .quantity > .qty {
    font-size: 2vw;
    line-height: 2vw;
    padding: 1vw;
}

.single-product .product > .summary .single_add_to_cart_button {
    font-size: 2vw !important;
    line-height: 2vw !important;
    padding: 1.4vw !important;
    background: #F7C700 !important;
}

.single-product .product > .summary .single_add_to_cart_button:hover {
    background: #d50f0f !important;
}

.single-product .product > .summary .product_meta {
    display: none;
}

.single-product .entry-content > .product > .onsale {
    background-color: #d50f0f !important;
    padding: 0.5vw !important;
    border-radius: 0 !important;
    font-size: 2vw !important;
    line-height: 2vw !important;
    min-height: auto !important;
    font-family: jaf-mashine;
    left: 5%;
    top: 0;
}
.woocommerce-LoopProduct-link > .onsale {
    background-color: #d50f0f !important;
    top: 1.5vw !important;
    right: 1.5vw !important;
    padding: 0.5vw !important;
    border-radius: 0 !important;
    font-size: 1vw !important;
    line-height: 1vw !important;
    min-height: auto !important;
    font-family: jaf-mashine;
    clip-path: unset !important;
}

/*Lista productos relacionados*/
.single-product .related.products {
    position: relative;
}

.single-product .related.products::before {
    position: relative;
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 20vw;
    background-image: linear-gradient(to right, #F7C700 66%, #fff 43%);
}

.single-product .related.products > h2 {
    position: relative;
    z-index: 1;
    font-size: 4.5vw;
    line-height: 4.5vw;
    text-align: left;
    width: 65%;
    padding: 1% 0 1% 15%;
}


.single-product .related.products > .products {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 1vw;
    justify-content: center;
}

.wc-block-grid > .wc-block-grid__products {
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 1vw;
    justify-content: center;
}

.wc-block-grid > .wc-block-grid__products > .wc-block-grid__product {
    padding: 0;
}

.single-product .related.products > .products > .product h2, .single-product .related.products > .products > .product .price, .single-product .related.products > .products > .product .button {
    display: none;
}

.single-product .related.products > .products > .product, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product {
    border: 0;
    -webkit-mask-image: linear-gradient(#000 0 0); 
    mask-image: linear-gradient(#000 0 0);
    margin: 0.5% 0%;
    width: 25%;
}
.single-product .related.products > .products > .product * {
    display: block;
}
.single-product .related.products > .products > .product img {
    margin: 0;
}

.single-product .related.products > .products > .product:nth-child(1) *, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(1) * {
    clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.single-product .related.products > .products > .product:nth-child(2) *, .single-product .related.products > .products > .product:nth-child(3) *, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(2) *, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(3) * {
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.single-product .related.products > .products > .product:nth-child(4) *, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(4) * {
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.single-product .related.products > .products > .product:nth-child(2), .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(2)  {
    margin: 0.5% -1.5% 0.5% -3%;
}

.single-product .related.products > .products > .product:nth-child(3), .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(3)  {
    margin: 0.5% -3% 0.5% -1.5%;
}

.single-product .related.products > .products > .product .woocommerce-loop-product__link, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product .wc-block-grid__product-image {
    margin: 0;
    display: flex;
    align-items: center;
    background: #000;
    padding: 0.5vw;
    filter: grayscale(100%);
    transition: all 1s ease-out;
}

.single-product .related.products > .products > .product:hover .woocommerce-loop-product__link, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:hover .wc-block-grid__product-image  {
    filter: grayscale(0%);
}

.single-product .related.products > .products > .product .woocommerce-loop-product__link::after, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product .wc-block-grid__product-image::after {
    content: '¡Lo quiero!';
    position: absolute;
    font-family: jaf-mashine;
    font-size: 1vw;
    font-weight: bold;
    background: #d50f0f;
    color: #fff;
    padding: 0.5vw 2vw;
    left: 0;
    right: 0;
    width: 55%;
    margin: auto;
    opacity: 0;
    transition: all 1s ease-out;
    text-align: center;
}

.single-product .related.products > .products > .product:hover .woocommerce-loop-product__link::after, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:hover .wc-block-grid__product-image::after {
    opacity: 1;
}

@media(max-width: 768px) {
    .single-product .inside-article > .entry-content > .woocommerce-breadcrumb {
        padding: 0 20px;
    }
    
    .single-product .inside-article > .entry-content > .product > .woocommerce-product-gallery, .single-product .inside-article > .entry-content > .product > .summary {
        padding: 0 20px;
    }
    
    .single-product .product > .summary .product_title {
        font-size: 3.5vw;
        line-height: 3.5vw;
    }
    
    .single-product .product > .summary .price {
        font-size: 4.3vw !important;
        margin: 3vw 0 2vw;
    }
    
    .single-product .product > .summary .price del {
        font-size: 3.7vw !important;
    }
    
    .single-product .product > .summary .variations .label {
        font-size: 3.5vw;
        line-height: 3.5vw !important;
    }
    
    .single-product .product > .summary .variations .variable-item {
        height: 10vw !important;
        min-width: 10vw !important;
    }
    
    .single-product .product > .summary .variations .variable-item .variable-item-contents {
        font-size: 4vw;
        line-height: 4vw;
    }
    
    .single-product .product > .summary .quantity > .qty {
        font-size: 3vw;
        line-height: 3vw;
        padding: 1.5vw;
    }
    
    .single-product .product > .summary .single_add_to_cart_button {
        font-size: 3vw !important;
        line-height: 3vw !important;
        padding: 2.2vw !important;
    }
    
    .single-product .product > .summary .single_add_to_cart_button:hover {
        background: #d50f0f !important;
    }
    
    .single-product .entry-content > .product > .onsale {
        padding: 1vw !important;
        font-size: 4vw !important;
        line-height: 4vw !important;
        left: 20px;
        top: 0;
    }
    
    /*Lista productos relacionados*/
    .single-product .related.products {
        position: relative;
    }
    
    .single-product .related.products::before {
        height: 25vw;
        background-image: linear-gradient(to right, #F7C700 70%, #fff 43%);
    }
    
    .single-product .related.products > h2 {
        font-size: 6vw;
        line-height: 6vw;
        width: 75%;
        padding: 2% 0 1% 5%;
    }
    
    .single-product .related.products > .products {
        padding: 1vw;
        margin: 0 5%;
    }
    
    
    .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product {
        padding: 0 !important;
    }
    
    .single-product .related.products > .products > .product, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product {
        margin: 0.5% 0%;
        width: 50%;
    }
    
    .single-product .related.products > .products > .product:nth-child(1) *, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(1) * {
        clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
    }
    
    .single-product .related.products > .products > .product:nth-child(2) *, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(2) * {
        clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    
    .single-product .related.products > .products > .product:nth-child(3) *, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(3) * {
        clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
    }
    
    .single-product .related.products > .products > .product:nth-child(4) *, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(4) * {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
    }
    
    .single-product .related.products > .products > .product:nth-child(2n+1), .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(2n+1)  {
        margin: 1.5% -3% 1.5% 0;
    }
    
    .single-product .related.products > .products > .product:nth-child(2n+2), .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(2n+2)  {
        margin: 1.5% 0 1.5% -3%;
    }
    
    .single-product .related.products > .products > .product .woocommerce-loop-product__link::after, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product .wc-block-grid__product-image::after {
        font-size: 2vw;
    }
    
    .single-product .related.products > .products > .product:hover .woocommerce-loop-product__link::after, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:hover .wc-block-grid__product-image::after {
        opacity: 1;
    }
}

@media(max-width: 600px) {
    .woocommerce-LoopProduct-link > .onsale {
        top: 1.5vw !important;
        right: 1.5vw !important;
        font-size: 2vw !important;
        line-height: 2vw !important;
    }
}

@media(max-width: 480px) {
    .woocommerce-LoopProduct-link > .onsale {
        top: 1.5vw !important;
        right: 1.5vw !important;
        font-size: 4vw !important;
        line-height: 4vw !important;
    }
    
    .single-product .related.products > .products > .product, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product {
        width: 100%;
    }
    
    .single-product .related.products > .products > .product .woocommerce-loop-product__link::after, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product .wc-block-grid__product-image::after {
        font-size: 4vw;
    }
    
    .single-product .related.products > .products > .product:first-child *, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:first-child * {
        clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    }
    
    .single-product .related.products > .products > .product:nth-child(2n+2) *, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(2n+2) * {
        clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
    }
    
    .single-product .related.products > .products > .product:nth-child(2n+3) *, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:nth-child(2n+3) * {
        clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
    }
    
    .single-product .related.products > .products > .product:last-child *, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product:last-child * {
        clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    }
    
    .single-product .related.products > .products > .product, .wc-block-grid > .wc-block-grid__products > .wc-block-grid__product  {
        margin: -1.5% 0 !important;
    }
    
}

/*Estilos CARRITO, CHECKOUT y CUENTA*/
.woocommerce-cart .entry-header, .woocommerce-account .entry-header, .woocommerce-checkout .entry-header {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 0 30px;
    background-image: url(https://kurooi.com/wp-content/uploads/2024/12/cropped-kurooi-isotipo.png);
    background-position: 95% 85%;
    background-repeat: no-repeat;
    background-size: auto 50%;
}

.woocommerce-cart .entry-content, .woocommerce-account .entry-content, .woocommerce-checkout .entry-content {
    padding: 0 30px;
}

/*CARRITO, CHECKOUT*/
.woocommerce-cart .entry-content a {
    color: #d50f0f;
    text-decoration: none;
}

.woocommerce-cart .entry-content a:hover {
    font-weight: bold;
}

.woocommerce-cart .entry-content .wc-block-cart__submit-container {
    background: #F7C700;
}
    
.woocommerce-cart .entry-content .wc-block-cart__submit-container a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce-cart .entry-content .wc-block-cart__submit-container:hover {
    background: #d50f0f;
}

.woocommerce-cart .entry-content .wc-block-cart__submit-container:hover a {
    color: #fff;
}

/*CUENTA*/
.woocommerce-MyAccount-navigation > ul {
    list-style: none;
    margin: 0;
}
.woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link > a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    background: #F7C700;
    color: #000;
}

.woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link > a:hover {
    background: #d50f0f;
    color: #fff;
}
.woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link.is-active > a {
    background: #d50f0f;
    color: #fff;
    font-weight: bold;
}

.woocommerce-MyAccount-content a {
    color: #d50f0f;
    text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
    font-weight: bold;
}

button.woocommerce-Button.button, a.woocommerce-Button.wc-forward.button {
    background: #F7C700;
    color: #000;
}

button.woocommerce-Button.button:hover, a.woocommerce-Button.wc-forward.button:hover {
    background: #d50f0f;
    color: #fff;
}

.woocommerce-MyAccount-navigation-link {
    margin: 20px 0;
}

.woocommerce-MyAccount-navigation-link--dashboard {
    clip-path: polygon(5% 0%, 100% 15%, 80% 85%, 0% 100%);
}

.woocommerce-MyAccount-navigation-link--orders {
    clip-path: polygon(0% 0%, 80% 5%, 100% 80%, 5% 100%);
}

.woocommerce-MyAccount-navigation-link--edit-address {
    clip-path: polygon(5% 0%, 100% 15%, 80% 85%, 0% 100%);
}

.woocommerce-MyAccount-navigation-link--edit-account {
    clip-path: polygon(0% 0%, 80% 5%, 100% 80%, 5% 100%);
}

.woocommerce-MyAccount-navigation-link--customer-logout {
    clip-path: polygon(5% 0%, 100% 15%, 80% 85%, 0% 100%);
}

@media(min-width: 768px) {
    .woocommerce-cart .entry-header, .woocommerce-account .entry-header, .woocommerce-checkout .entry-header {
        padding: 12vw 0 5vw;
    }
    
    .woocommerce-cart h1, .woocommerce-account h1, .woocommerce-checkout h1 {
        font-size: 4.2vw;
        padding: 2vw 5vw;
        width: 80%;
        background: #F7C700;
    }
    
    .woocommerce-cart .entry-content, .woocommerce-account .entry-content, .woocommerce-checkout .entry-content {
        padding: 0 5vw;
    }
    
    .woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link > a {
        padding: 1vw 2vw;
    }

    .woocommerce-MyAccount-navigation-link {
        margin: 1vw 0;
        font-size: 1.8vw;
    }
}

@media(min-width: 1920px) {
    /*CARRITO, CHECKOUT*/
     .woocommerce-cart .entry-content th, .woocommerce-cart .entry-content .wp-block-woocommerce-cart-order-summary-block > .wc-block-cart__totals-title {
        font-size: 1.2vw;
    }
    .woocommerce-cart .entry-content .wc-block-components-product-name, .woocommerce-cart .entry-content .wp-block-woocommerce-cart-order-summary-coupon-form-block, .woocommerce-cart .entry-content .wp-block-woocommerce-cart-order-summary-totals-block {
        font-size: 1vw;
    }
    .woocommerce-cart .entry-content .price, .woocommerce-cart .entry-content .wc-block-components-totals-wrapper  {
     font-size: 1.2vw;
    }
    .woocommerce-cart .entry-content .wc-block-components-product-details {
        font-size: 0.9vw;
    }
    .woocommerce-cart .entry-content .wc-block-cart-item__wrap > .wc-block-cart-item__quantity > .wc-block-cart-item__remove-link {
        font-size: 0.9vw;
    }
    .woocommerce-cart .entry-content .wc-block-cart-item__wrap > .wc-block-cart-item__quantity > .wc-block-components-quantity-selector {
        font-size: 1vw;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 25%;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 73%;
    }
    
    .woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link > a {
        padding: 0.8vw 1.8vw;
    }

    .woocommerce-MyAccount-navigation-link {
        margin: 1vw 0;
        font-size: 1.5vw;
    }
    
    .woocommerce-account p {
        font-size: 1vw;
    }
}

@media(max-width: 768px) {
    .woocommerce-cart h1, .woocommerce-account h1, .woocommerce-checkout h1 {
        font-size: 7vw;
        padding: 2vw 3vw;
        width: 70%;
        background: #F7C700;
    }
    
    /*CUENTA*/
    .woocommerce-MyAccount-content {
        margin-top: 30px;
    }
    
    .woocommerce-MyAccount-navigation-link {
        text-align: center;
    }
    
    .woocommerce-MyAccount-navigation-link--dashboard {
        clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    }
    
    .woocommerce-MyAccount-navigation-link--orders {
        clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    }
    
    .woocommerce-MyAccount-navigation-link--edit-address {
        clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    }
    
    .woocommerce-MyAccount-navigation-link--edit-account {
        clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    }
    
    .woocommerce-MyAccount-navigation-link--customer-logout {
        clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    }
}

/*Contacto*/
.page-id-69 .entry-content h1 {
    padding: 120px 30px 0;
    text-align: center;
    text-wrap-style: balance;
    font-size: 5.5vw;
    line-height: 5.7vw;
}

.page-id-69 .entry-content h2 {
    padding: 0 30px 30px;
    text-align: center;
    text-wrap-style: balance;
    font-size: 5vw;
    line-height: 5.2vw;
}

.page-id-69 .entry-content > .wpforms-container {
    padding: 0 30px;
}
    
.page-id-69 .entry-content > .wpforms-container .kurooi-submit-btn {
    background: #d50f0f !important;
    color: #fff !important;
    font-family: jaf-mashine !important;
    font-weight: bold;
    font-family: Tomorrow;
    padding: 5px 20px;
    height: auto;
    border-radius: 0;
}

.page-id-69 .entry-content > .wpforms-container .kurooi-submit-btn:hover {
    background: #f7c700 !important;
    color: #000 !important;
}
    
.page-id-69 .entry-content > .wpforms-container .wpforms-submit-container {
    text-align: center;
}

@media(min-width: 768px) {
    .page-id-69 .entry-content h1 {
        padding: 12vw 5vw 0;
        font-size: 3.5vw;
        line-height: 3.7vw;
    }
    .page-id-69 .entry-content h2 {
        padding: 0 5vw 5vw;
        font-size: 3vw;
        line-height: 3.2vw;
    }
    .page-id-69 .entry-content > .wpforms-container {
        padding: 0 5vw;
    }

    .page-id-69 .entry-content > .wpforms-container .kurooi-email {
        padding: 0;
    }
    
    .page-id-69 .entry-content > .wpforms-container .kurooi-name input, .page-id-69 .entry-content > .wpforms-container .kurooi-email input, .page-id-69 .entry-content > .wpforms-container .kurooi-message textarea {
        height: auto;
        font-size: 2vw !important;
    }
    
    .page-id-69 .entry-content > .wpforms-container .kurooi-message textarea {
        min-height: 15vw;
    }
    
    .page-id-69 .entry-content > .wpforms-container .kurooi-legal {
        padding: 0.5vw 0;
    }
    
    .page-id-69 .entry-content > .wpforms-container .kurooi-legal li{
        align-items: center !important;
    }
    
    .page-id-69 .entry-content > .wpforms-container .kurooi-legal label {
        font-size: 1.5vw !important;
        line-height: 1.5vw !important;
        padding-left: 1vw;
    }
    
    .page-id-69 .entry-content > .wpforms-container .kurooi-submit-btn {
        font-size: 2vw;
        padding: 0.5vw 1.5vw;
    }
    
    .page-id-69 .entry-content > .wpforms-container .kurooi-submit-btn:hover {
        background: #f7c700 !important;
        color: #000 !important;
    }
}