body{
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #050505;
}

/* FONTS */
.outfit-100 {font-weight: 100 !important;}
.outfit-200 {font-weight: 200 !important;}
.outfit-300 {font-weight: 300 !important;}
.outfit-400 {font-weight: 400 !important;}
.outfit-500 {font-weight: 500 !important;}
.outfit-600 {font-weight: 600 !important;}
.outfit-700 {font-weight: 700 !important;}
.outfit-800 {font-weight: 800 !important;}
.outfit-900 {font-weight: 900 !important;}


h1, .h1{
    font-size: 120px;
}


.carousel h1 {
    font-size: 110px;
    line-height: 110px;
}

.category h1{
    font-size: 60px;
    line-height: 60px;
}

.single h1 {
    font-size: 75px;
}

h2, .h2{
    font-size: 38px;
    font-weight: 500;    
}

.category h2{
    font-size: 50px;
}

.featured-card h2 {
    font-size: 35px;
}

.regular-card h2 {
    font-size: 20px;
    bottom: 15px;
    left: 20px;
}

h3, .h3{
    font-size: 30px;
}

h4, .h4{
    font-size: 32px;
    font-weight: 400;
}

h5, .h5{
    font-size: 25px;
}

h6, .h6{
    font-size: 21px;
    font-weight: 200;
}


.slider-categories{
    font-size: 12px;
}





/* COLOR y BACKGROUND  */
.text-primary{
    color: #27694E !important;
}
.bg-primary{
    background: #27694E !important;
}
.bg-primary-light{
    background: #C7D8A6 !important;
}


.text-dark{
    color: #050505 !important;
}
.bg-dark{
    background: #050505 !important;
}


.text-light{
    color: #969696 !important;
}






/* BOTONES */
a{
    text-decoration: none !important;
}
.btn-primary{
    border-color: #27694E !important;
    background: #27694E !important;
    color: #fff !important;

}

.btn-primary:hover{
    border-color: #163e2e !important;
    background: #163e2e !important;
    color: #fff !important;
}

.btn-outline-primary{
    border-color: #27694E !important;
    color: #27694E !important;
}

.btn-outline-primary:hover{
    border-color: #27694E !important;
    background: #27694E !important;
    color: #fff !important;
}

.nav-link{
    color: #27694E !important;
}

.btn-sale {
    border-radius: 50px;
}


@keyframes changeButton {
    0% {
      background-color: #fff;
      color: #27694E;
    }
    100% {
      background-color: #27694E;
      color: white;
    }
  }
  
  .btn-sale {
    background-color: #fff;
    color: #27694E; /* Asegura que el color inicial sea verde */
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    animation: changeButton 1.5s ease-in-out alternate infinite;
  }
  


/* NAV */
button.navbar-toggler {
    border: 0;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-brand {
    padding: 0 0 5px;
}

.navbar-brand img {
    max-width: 200px;
}

.logo-footer {
    opacity: .2;
}





/* CAROUSEL swiper */
.swiper-button-prev,
.swiper-button-next {
    color: green;
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    z-index: 10 !important;
    background: white;
    padding: 10px 20px;

}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .5;
    cursor: pointer;
    pointer-events: visiblePainted;
}

.swiper-button-prev {
    left: 0px;
}


.swiper-button-next {
    right: 0px;
}

.swiper-slide {
    width: auto;
    padding: 10px;
}

.swiper-slide a {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 16px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}

.swiper-pagination-bullet {
    background: white !important;
}

#swiper_relacionados .swiper-pagination-bullet {
    background: #27694E !important;
}

#swiper_relacionados .swiper-horizontal>.swiper-pagination-bullets, #swiper_relacionados .swiper-pagination-bullets.swiper-pagination-horizontal, #swiper_relacionados .swiper-pagination-custom, #swiper_relacionados .swiper-pagination-fraction{
    bottom: 0;
}


/* CAROUSEL bootstrap*/

.carousel-item {
    position: relative;
}
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}
.carousel-indicators {
    bottom: 50px;
}
.carousel-indicators button {
    background-color: white;
}
.carousel-control-prev, .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
}

.image-carousel {
    position: relative;
  }
  
  .image-carousel img {
    width: 100%;
    height: auto;
  }
  
  .overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    pointer-events: none; /* Para que el overlay no interfiera con la interacción */
  }



/* CARDS */
.image-container {
    position: relative;
    width: 100%;
}

.image-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 0;
    pointer-events: none; /* Para no interferir con el hover */
}

.category .image-container::before, .single .image-container::before {
    display: none;
}
  
.image-container img {
    width: 100%;
    height: auto;
}
  
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(199, 216, 166, 0.5);
    transition: height 0.5s ease; /* Animación para el efecto de subida */
}

  
  
.text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: white;
    z-index: 1;
}
  
.image-container:hover .overlay {
    height: 100%; /* Al hacer hover, la capa llena toda la imagen */
  }

.overlay .plus-sign {
    opacity: 0;
}

.image-container:hover .overlay .plus-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: white;
    font-size: 60px;
    font-weight: 100 !important;
    opacity: 1;
}

  
  .image-container:hover .text {
    color: white; /* Mantener el color blanco del texto al hacer hover */
  }
  
  


/* section SALE */

#sale {
    transition: background-color 0.3s ease; /* Transición suave del color de fondo */
  }

#sale p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}

#sale p.big {
    font-size: 120px;
    font-weight: 100;
    letter-spacing: 25px;
}

#sale a .bi-chevron-right{
    font-size: 90px;
}

#sale a{
    color: white;
}

@keyframes levitate {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px); /* Se eleva ligeramente */
    }
    100% {
      transform: translateY(0);
    }
  }
  
  .levitate {
    animation: levitate 2s ease-in-out infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2); /* Se agranda ligeramente */
    }
    100% {
      transform: scale(1);
    }
  }
  
  .pulse {
    animation: pulse 2s ease-in-out infinite;
  }




/* CATEGORY */
#category_header .img-featured{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.shadow-category-slider{
height: 30px; background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
}

.home .shadow-category-slider, 
.page-template-page-catalogo .shadow-category-slider,
.page-template-page-outlet .shadow-category-slider,
.page-template-page-nosotros .shadow-category-slider{
    display: none;
}

.share i {
    margin-top: 1px;
    display: block;
}

.cinta-sale{
    position: absolute;
    right: 0px;
    background: #c6d8a9;
    padding: 5px 20px;
    border-radius: 0 0 0 5px;
    font-size: 12px;
    cursor: inherit;
    z-index: 2;
}



.line-through{
    text-decoration: line-through;
}


.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.4s ease-in-out;
    padding: 2rem 1.5rem;
}

.mobile-menu.active {
    left: 0;
}

div#is-ajax-search-result-865 {
    padding: 0 !important;
}

@media(max-width:1200px){
.is-ajax-search-post, .is-ajax-search-post-details {
    padding: 15px 0 0px 25px !important;
}
}

@media(min-width:1200px){
div#is-ajax-search-result-865 {
    padding: 1px !important;
    left: auto !important;
    right: 60px !important;
    max-width: 205px !important;
}
.is-ajax-search-result * {
    text-align: right !important;
}
.is-show-more-results-text {
    padding-right: 15px !important;
}
}


/* OBJECT FIT PARA cards */
.regular-card img,
.featured-card img,
.lanzamiento-card img,
.category-featured-card img,
.single-card img{ 
    object-fit: cover;
}

@media(min-width:360px){.regular-card img {height: 160px;}}
@media(min-width:400px){.regular-card img {height: 180px;}}
@media(min-width:440px){.regular-card img {height: 200px;}}
@media(min-width:480px){.regular-card img {height: 220px;}}
@media(min-width:520px){.regular-card img {height: 240px;}}
@media(min-width:576px){.regular-card img {height: 250px;}}
@media(min-width:768px){.regular-card img {height: 340px;}}
@media(min-width:992px){.regular-card img {height: 216px;}}
@media(min-width:1200px){.regular-card img {height: 261px;}}
@media(min-width:1400px){.regular-card img {height: 306px;}}


@media(min-width:360px){.featured-card img {height: auto;}}
@media(min-width:992px){.featured-card img {height: 296px;}}
@media(min-width:1200px){.featured-card img {height: 356px;}}
@media(min-width:1400px){.featured-card img {height: 416px;}}


@media(min-width:360px){.lanzamiento-card img {height: auto;}}
@media(min-width:992px){.lanzamiento-card img {height: 240px;}}
@media(min-width:1200px){.lanzamiento-card img {height: 285px;}}
@media(min-width:1400px){.lanzamiento-card img {height: 330px;}}


@media(min-width:360px){.category-featured-card img {height: auto}}


@media(min-width:360px){.single-card img {height: auto}}
@media(min-width:992px){.single-card img {height: 360px;}}
@media(min-width:1200px){.single-card img {height: 427px;}}
@media(min-width:1400px){.single-card img {height: 495px;}}





/* MOBILE */
@media(max-width:992px){
    h1, .h1 {
        font-size: 60px;
    }
    .single h1 {
        font-size: 45px;
    }
    .historia .h3{
        font-size: 25px;
    }

    p.todo-es-posible{
        font-size: 25px;
    }
    .carousel h1 {
        font-size: 38px;
        line-height: 38px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
    .featured-card h2 {
        font-size: 30px;
    }

    .regular-card h2 {
        font-size: 20px;
        bottom: 15px;
        left: 20px;
    }

    #sale p.big {
        font-size: 70px;
        letter-spacing: 20px;
        margin-bottom: 30px;
    }

    #sale p {
        font-size: 16px;
        line-height: 22px;
    }

    #sale a .bi-chevron-right {
        font-size: 50px;
        line-height: 50px;
    }

    .cinta-sale {
        right: 12px;
    }


    footer .border-start{
        border: 0 !important;
    }

    footer h6{
        font-size: 18px;
        font-weight: 500 !important;
    }

    .category h1{
        font-size: 48px;
        line-height: 48px;
    }

    .category h2 {
        font-size: 35px;
    }

    .object-fit-sm {
        object-fit: cover;
        height: 260px !important;
    }

    
}




