section.slider{
    background: #f9f6f8;
    width: 100%;
    position: relative;
    display: block;
}

.slider-home{
    position: relative;
}

.slick-dotted.slick-slider {
    padding-bottom: 30px !important;
}

body.store .slick-dotted.slick-slider {
    padding-bottom: 0 !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slider-home .owl-item .item picture.mobile{
    display: none;
}

.slider-home .owl-item .item img{
    border-style: none;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: block;
}

.slider-home button.slide-arrow {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}

.slider-home button.slide-arrow img {
    width: 60%;
    display: block;
    position: relative;
}

.slider-home button.slide-arrow.prev-arrow {
    left: 0;
}

.slider-home button.slide-arrow.next-arrow {
    right: 0;
}

.slider-home .slick-dots {
    background: #f9f6f8;
    bottom: -16px;
    padding: 14px 0;
}

body.store .slider-home .slick-dots {
    background: transparent;
    bottom: 0;
}

.slider-home .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: var(--silver);
}

body.store .slider-home .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #fff;
}

.slider-home .slick-dots li.slick-active,
body.store .slider-home .slick-dots li.slick-active {
    background: #000;
}

/* caegorias nuevas */
section.progress {
    display: none;
}

.container-categories {    
    width: 100%;
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 12px;
    margin: 0 auto;
    background: #f9f6f8;
}

.container-categories .options {
    width: 80%;
    margin: 0 auto 0;
    padding-top: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    text-align: center;
}

.container-categories .options a {
    border-radius: 6px;
    box-shadow: 0 3px 6px rgb(68 68 68 / 16%);
    flex-basis: calc((100% / 7) - 20px);
    text-decoration: none;
    transition: box-shadow ease .3s;
}

.container-categories .options img {
    margin: 10px 0 0 0;
    max-width: 80px;
    transform: scale(1);
    transition: transform ease .3s;
}

.container-categories .options p {
    font-size: 15px;
    padding: 0 2px;
    color: #000;
    margin: 0 0 10px;
}

.container-categories .options a:hover {
    box-shadow: 0 3px 6px rgb(68 68 68 / 32%);
}

.container-categories .options a:hover img{
    transform: scale(1.05) !important;
}

.container-categories .options a:hover p{
    color: var(--salmon);
}
/* Fin categorias nuevas */


/* productos */

.section-products {    
    width: 100%;
    position: relative;
    display: block;
    padding-top: 50px;
    margin: 0 auto;
    background: #f9f6f8;
    padding-bottom:30px;
}

.section-products.news {    
    width: 100%;
    position: relative;
    display: block;
    background: #000000;
    color: #fff;
}

.section-products .products  {
    width: 80%;
    margin: 0 auto 0;
    padding-top: 45px;
}

.section-products h2{
    font-size: 3em;
    line-height: 1em;
}

.section-products .products .slider-products {
    margin-top: 3%;
}

.section-products .products .slider-products .prd_itm {
    position: relative;
    height: 500px;
}

.section-products .products .slider-products .prd_itm .prd_itm--image {
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.section-products .products .slider-products-news .prd_itm .prd_itm--image picture,
.section-products .products .slider-products .prd_itm .prd_itm--image picture{
    padding: 10px;
    width: 73%;    
}

.section-products .products .slider-products .prd_itm .info {
    margin: 2% 0;
}

.section-products .products .slider-products .prd_itm .info h2 {
    font-size: 23px;
    height: 42px;
    font-weight: bold;
    line-height: 1em;
    color: #000;
    cursor: pointer;
    margin: 10px 0 19px 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.section-products .products .slider-products .prd_itm .info .code {
    font-size: 23px;
    font-weight: bold;
    line-height: 1em;
    color: black;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: -18px;
    margin-bottom: 10px;
}

.section-products .products .slider-products .prd_itm .info p {
    color: var(--silver);
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.section-products .products .slider-products .prd_itm .info p.attr-descr {
    height: 70px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.section-products .products .slider-products .prd_itm .actions {
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
}

.slider-products .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.slider-products .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: var(--silver);
    margin: 0 3px;
}

.slider-products.news .owl-dots button.owl-dot {
    background: #fff;
}

.slider-products .owl-dots button.owl-dot.active {
    background-color: #000;
}

.slider-products.news .owl-dots button.owl-dot.active {
    background-color: var(--salmon);
}

.slider-products .owl-dots button.owl-dot:focus {
    outline: none;
}

.products .slider-products .owl-nav button{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.products .slider-products .owl-nav button img{
    width:25px;
}

.products .slider-products .owl-nav button.owl-prev{
    left: -43px;
}

.products .slider-products .owl-nav button.owl-next{
    right: -43px;
}

.section-products .products .slider-products-news {
    margin-top: 3%;
}

body.store .section-products .products .slider-products .prd_itm,
body.store .section-products .products .slider-products-news .prd_itm {
    position: relative;
    height: 580px;
}

.section-products .products .slider-products-news .prd_itm .prd_itm--image {
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.section-products .products .slider-products-news .prd_itm .info {
    margin: 2% 0;
}

.section-products .products .slider-products-news .prd_itm .info h2 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1em;
    color: #000;
    cursor: pointer;
    margin: 10px 0 19px 0;
}

.section-products .products .slider-products-news .prd_itm .info .code {
    font-size: 23px;
    font-weight: bold;
    line-height: 1em;
    color: black;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: -18px;
    margin-bottom: 10px;
}

.section-products .products .slider-products-news .prd_itm .info p {
    color: var(--silver);
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}

.section-products .products .slider-products-news .prd_itm .actions {
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
}

.slider-products-news .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.slider-products-news .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #ffffff;
    margin: 0 3px;
}

.slider-products-news .owl-dots button.owl-dot.active {
    background-color: var(--salmon);
}

.slider-products-news .owl-dots button.owl-dot:focus {
    outline: none;
}

.products .slider-products-news .owl-nav button{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.products .slider-products-news .owl-nav button img{
    width:25px;
}

.products .slider-products-news .owl-nav button.owl-prev{
    left: -43px;
}

.products .slider-products-news .owl-nav button.owl-next{
    right: -43px;
}

.section-products.news .prd_itm.store .info h2, .section-products.news .prd_itm.store .info p.code{
    color: #ffffff;
}

.section-products.news .precio-producto {
    color: #ffffff;
}

.section-products.news .prd_itm.store .prd_itm--text .actions .links a{
    background: #ffffff;
    border: 2px solid #ffffff;
}

.section-products.news .prd_itm.store .prd_itm--text .actions .links a.store{
    background: var(--salmon);
}

.section-products .prd_itm.store .prd_itm--text .actions .links {
    display: flex;
    justify-content: space-between;
    gap: 9px;
}

.section-products.news .prd_itm.store .prd_itm--text .actions .links a.store:hover {
    background: #fff;
    color: #000;
    border: 2px solid var(--salmon) !important;
}
/* fin productos  */

.section-brands {    
    width: 100%;
    position: relative;
    display: block;
    padding-top: 50px;
    margin: 0 auto;
    background: #f9f6f8;
    padding-bottom: 30px;
}

.section-brands .brands  {
    width: 80%;
    margin: 0 auto 0;
    padding-top: 45px;
}

.section-brands .brands h2 {
    margin-bottom: 20px;
    font-size: 2.5em;
    line-height: 1em;
}

.slider-brands .item a img{
    padding: 10px 0;
    margin: 25px 0;
    aspect-ratio: 19 / 4;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
}

.brands .slider-brands .owl-nav button{
    position: absolute;
    top: 37%;
}

.brands .slider-brands .owl-nav button img{
    width:25px;
}

.brands .slider-brands .owl-nav button.owl-prev{
    left: -43px;
}

.brands .slider-brands .owl-nav button.owl-next{
    right: -43px;
}

.slider-brands .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.slider-brands .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: var(--silver);
    margin: 0 3px;
}

.slider-brands .owl-dots button.owl-dot.active {
    background-color: #000;
}

.slider-brands .owl-dots button.owl-dot:focus {
    outline: none;
}

section.section-blog.project {
    padding-top: 33px;
}

.section-blog.project .content-blog-des {
    padding: 0 80px 0 0;
}


.section-blog.project .title, .section-blog .title{
    width: 70%;
    margin: 50px auto 17px;
}

.section-blog.project h2, .section-blog h2{
    font-size: 3em;
    line-height: 1em;
}

.section-blog h2 {
    margin-top: -3%;
}

.section-blog .content-blog-des{
    padding: 0 0 0 80px;
}

/* bloque de temporada */
.section-season {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 50px;
    background: var(--lightPink);
}
.section-season .content-season{
    width: 80%;
    margin: 0 auto;
}

.section-season .content-season .title{
    width: 50%;
    text-align: center;
    margin: auto;
}

.section-season .content-season .title h1{
    width: 100%;
    font-size: 3em;
    line-height: 1em;
}

.section-season .content-season .title h2{
    width: 100%;
    font-size: 2em;
    color: var(--salmon);
}

.section-season .content-season .title p{
    width: 100%;
}

.section-season .content-season .blocks{  
    width: 85%;
    max-width: 1294px;
    display: flex;
    gap: 1%;
    margin: 50px auto 0;
}

.section-season .content-season .block {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.section-season .content-season .block .text h2{
    color: #3c4043;
    margin-top: 10px;
}

.section-season .content-season .block .text p{
    font-size: 15px;
}

.section-season .content-season .blocks .block .text button{
    margin: auto;
    width: fit-content;
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 8px 60px;
    color: white;
    border: 1px solid #000;
    background: black;
    font-family: 'Roboto', sans-serif;
    border-radius: 8px;
    transition: all 0.5s ease;
    margin-top: 15px;
}

.section-season .content-season .blocks .block .text button:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.section-season .content-season .blocks .block.block1{
    width: 58%;
}

.section-season .content-season .block1 .text{
    width: 46%;
    padding: 8rem 3rem
}

.section-season .content-season .blocks .block.block2{
    width: 42%;
}

.section-season .content-season .block2 .text{
    padding-top: 0 ;
    align-items: flex-start;
    background-size: auto;
    background-position: bottom;
    padding-bottom: 17rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.section-season .content-season .block .text p {
    margin-top: 10px;
    color: #000;
}

.section-season .content-season .blocks.last{
    margin-top: 13px;
}

.section-season .content-season .blocks.last .text{
    padding: 6.2rem 3rem
}
/* find bloque de temporada */

/* estilos de la tienda */
.container-trust{
    width: 100%;
    position: relative;
    display: block;
    background: #4d4d4d;
    margin-top: -7px;
    padding: 17px 0;
}

.container-trust .options {
    width: 80%;
    margin: 0 auto 0;
}

.container-trust .options .swiper-home-trust {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.container-trust .options .swiper-home-trust .content-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.container-trust .options .swiper-home-trust .swiper-slide{
    display: flex;
    align-items: start;
}

.container-trust .options .swiper-home-trust .swiper-slide img{
    padding: 5px 0;
    margin-right: 6px;
}

.container-trust .options .swiper-home-trust .content-item .text {
    color: #ffffff;
    text-align: left;
}

.container-trust .options .swiper-home-trust .content-item .text h6 {
    font-size: 0.9em;
} 

.container-trust .options .swiper-home-trust .content-item .text p {
    font-size: 0.9em;
} 

.container-trust .options .swiper-home-trust .swiper-home-trust-pagination {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 10px;
    bottom: unset;
    top: unset;
}

.container-trust .options .swiper-home-trust .swiper-home-trust-pagination span {
    width: 9px;
    height: 9px;
    position: relative;
    display: block;
    background: #fff;
    opacity: 1;
    margin: 0;
    border-radius: 50%;
    padding: 0;
    transition: 400ms ease-in-out;
}

.container-trust .options .swiper-home-trust .swiper-home-trust-pagination span.swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 20px;
    background: var(--salmon);
}

.section-banner-center a img {
    border-style: none;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: block;
}

.section-banner-center a img.desktop{
    display: block;
}

.section-banner-center a img.mobile{
    display: none;
}

@media (max-width: 3000px) {
  
}

@media (max-width: 1440px) {

    .section-categories {
        padding-top: 30px;
    }

    .section-products .products .slider-products .prd_itm {
        height: 425px;
    }

    .section-season .content-season .title {
        width: 60%;
    }

    .section-season .content-season {
        width: 100%;
    }

    .section-season .content-season .blocks{    
        width: 88%;
    }

    .section-season .content-season .blocks.block1 {
        width: 58%;
    }

    .section-season .content-season .blocks .block.block2 {
        width: 42%;
    }

    .section-season .content-season .block2 .text{
        padding-bottom: 17rem;
    }

    .section-season .content-season .block1 .text {
        width: 48%;
        padding: 7rem 2rem;
    }

    body.store .section-products .products .slider-products .prd_itm, body.store .section-products .products .slider-products-news .prd_itm {
        height: 496px;
    }
}

@media (max-width: 1366px) {
    .section-products .products .slider-products .prd_itm {
        height: 485px;
    }

    body.store .section-products .products .slider-products .prd_itm, body.store .section-products .products .slider-products-news .prd_itm {
        height: 542px;
    }
}

@media (max-width: 1360px) {
    .section-categories {
        padding-top: 40px;
    }
}

@media (max-width: 1280px) {
    .container-categories .options {
        width: 90%;
    }

    .section-products .products .slider-products .prd_itm {
        height: 465px;
    }
    
}

@media (max-width: 1100px) {
    .section-products .products .slider-products .prd_itm {
        height: 435px;
    }

    body.store .section-products .products .slider-products .prd_itm, body.store .section-products .products .slider-products-news .prd_itm {
        height: 506px;
    }
}
@media (max-width: 1024px) {

    .section-season .content-season .title {
        width: 80%;
    }

    .section-season .content-season .blocks {
        display: block;
    }

    .section-season .content-season .blocks .block{
        margin: 20px 0;
    }

    .section-season .content-season .blocks .block.block1{
        width: 100%;
    }

    .section-season .content-season .blocks .block.block2 {
        width: 100%;
        margin: auto;
    }    

    .section-season .content-season .block2 .text {
        padding-bottom: 17rem;
        width: 100%;
        margin: auto;
        text-align: center;
    }
}

@media (max-width: 768px) {

    .section-products .products .slider-products .prd_itm{
        height: 445px;
    }

    .container-categories .options a {
        flex-basis: calc((100% / 5) - 20px);
    }

    .section-products .products .slider-products .prd_itm .actions {
        width: 97%;
    }

    .section-season .content-season .title h1{
        font-size: 2.3em;
    }

    .section-season .content-season .blocks .block.block2 {
        width: 100%;
    }

    .section-season .content-season .block .text h2 {
        text-align: center;
    }

    .section-blog.project h2, .section-blog h2 {
        font-size: 2.5rem;
        margin: 25px auto;
        padding-left: 0;
    }

    .section-blog {
        padding-top: 4px;
    }   

    .section-blog.project .title, .section-blog .title {
        width: 80%;
    }

    body.store .slider-home .slick-dots {
        bottom: 0px;
    }

    .section-banner-center a img.desktop{
        display: none;
    }
    
    .section-banner-center a img.mobile{
        display: block;
    }

    body.store .section-products .products .slider-products .prd_itm, body.store .section-products .products .slider-products-news .prd_itm {
        height: 546px;
    }
}

@media (max-width: 767px) {
    .section-products .products .slider-products .prd_itm {
        max-height: fit-content;
        height: fit-content;
        padding: 0 15px;
    }

    body.store .section-products .products .slider-products .prd_itm, 
    body.store .section-products .products .slider-products-news .prd_itm{
        max-height: fit-content;
        height: fit-content;
        padding: 0 15px;
    }

    .section-products .products .slider-products .prd_itm .actions {
        position: relative;
    }

    .prd_itm--text {
        position: relative;
        margin: auto;
        width: 100%;
    }

    .section-products .products .slider-products .prd_itm .actions {
        margin: auto;
    }
}

@media (max-width: 575px) { 
    .slider-home {
        position: relative;
    }

    .slider-home .owl-item .item picture.desktop{
        display: none;
    }

    .slider-home .owl-item .item picture.mobile{
        display: block;
    }

    .slider-home .owl-item .item {
        height: 300px;
        max-height: 300px;
    }  

    .slider-home  .owl-nav button{
        display: none;
    }  

    .slider-home .owl-dots {
        display: block;
    }

    .container-categories {
        width: 100%;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        margin-top: 0px;
        padding-bottom: 8px;        
        padding-left: 11px;
    }

    .container-categories .options{
        width: 165%;
    }

    .container-categories .options a {
        min-width: 115px;
        font-size: 12px;
        flex-basis: calc((100% / 7) - 20px);
    }

    section.progress {
        display: block;
        padding-top: 18px;
        background: #f9f6f8;
    }

    .progress-bar-home {
        position: relative;
        background-color: #f1f1f1;
        width: 80vw;
        height: 7px;
        margin: 0 auto;
        display: block;
        border-radius: 20px;
        order: 4;
    }

    .progress-bar-home-inner {
        position: absolute;
        left: 0;
        top: 0;
        height: 7px;
        background-color: var(--salmon);
        width: 0;
        z-index: 1;
        border-radius: 20px;
    }    

    .section-products .products .slider-products .prd_itm .actions {
        width: 100%;
    }

    .section-brands .brands h2 {
        margin-bottom: 0px;
        font-size: 2em;
    }

    .slider-home .owl-item .item {
        height: 419px;
    }

    .section-blog {
        padding-top: 150px;
    }

    section.section-blog.project {
        padding-top: 2px;
    }

    .section-blog h2 {
        font-size: 2.5em;
        margin-top: -40%;
        text-align: center;
    }

    .section-blog.project h2 {
        font-size: 2.5em;
    }

    .section-blog.project .title, .section-blog .title {
        text-align: center;
    }

    .section-blog .content-blog-des, .section-blog.project .content-blog-des {
        padding: 0 0 0 0;
    }

    .section-season .content-season .title {
        width: 95%;
    }

    .section-season .content-season .title h1 {
        font-size: 2em;
    }

    .section-season .content-season .title h2 {
        font-size: 1.5em;
    }

    .section-season .content-season .blocks .block.block2 {
        width: 100%;
    }

    .section-season .content-season .block2 .text {
        padding-bottom: 24rem;
    }

    .section-season .content-season .blocks .block.block1 {
        height: 600px;
    }

    .section-season .content-season .block1 .text {
        width: 100%;
        padding-bottom: 28rem;
    }

    .section-season .content-season .blocks.last .text {
        padding-bottom: 28rem;
    }

    .section-season .content-season .blocks .block .text button {
        padding: 8px 53px;
    }

    body.store .slider-home .slick-dots {
        bottom: 17px;
    }
    
    .container-trust {
        margin-top: -11px;
    }

    .products .slider-products .owl-nav button.owl-prev {
        left: -22px;
    }

    .products .slider-products .owl-nav button.owl-next {
        right: -22px;
    }

    .container-categories .options {
        padding-top: 13px;
    }

    .section-products {
        padding-top: 0;
    }

    .section-products .products {
        padding-top: 19px;
    }

    .section-brands {
        padding-top: 0;
    }
}

@media (max-width: 560px) {
    .container-categories .options {
        width: 185%;
    }
}

@media (max-width: 500px) {
    .container-categories .options {
        width: 195%;
    }
}

@media (max-width: 474px) {
    .container-categories .options {
        width: 210%;
    }
}

@media (max-width: 440px) {
    .container-categories .options {
        width: 220%;
    }
}

@media (max-width: 430px) {

    .container-categories .options{
        width: 217%;
    }

    .container-categories .options a {
        min-width: 115px;
        font-size: 12px;
        flex-basis: calc((100% / 7) - 20px);
    }
}

@media (max-width: 426px) {
    .container-categories .options {
        width: 230%;
    }
}

@media (max-width: 425px) {    
    .section-blog {
        padding-top: 100px;
    }

    .container-categories .options{
        width: 230%;
    }

    .container-categories .options a {
        min-width: 115px;
        font-size: 12px;
        flex-basis: calc((100% / 7) - 20px);
    }
}

@media (max-width: 414px) {
    .container-trust {
        margin-top: -21px;
    }
}

@media (max-width: 402px) {
    .container-categories .options {
        width: 240%;
    }

    body.store .slider-home .slick-dots {
        bottom: 30px;
    }
}

@media (max-width: 393px) {
    .container-trust {
        margin-top: -44px;
    }

    body.store .slider-home .slick-dots {
        bottom: 53px;
    }
}

@media (max-width: 385px) {
    .container-categories .options {
        width: 250%;
    }
} 

@media (max-width: 375px) { 

    .container-categories .options{
        width: 240%;
    }

    .container-categories .options a {
        min-width: 105px;
    }

    .container-trust {
        margin-top: -47px;
    }
}

@media (max-width: 360px) {
    .container-trust {
        margin-top: -58px;
    }

    body.store .slider-home .slick-dots {
        bottom: 53px;
    }
}

@media (max-width: 320px) {
    body.store .slider-home .slick-dots {
        bottom: 80px;
    }
}