@import '../Headers/Header_01/header_01.css';
@import "../components/Shop/product-preview.css";

@import "../Moduli/ModuliScorrimento/slider-big-center.css";

@import "../Moduli/ModuliScorrimento/carousel-big.css";
@import "../Moduli/ModuliScorrimento/new-stripe_02.css";

#latest-arrivals .latest-arrivals-slider .four-col-grid,
#most-requested .most-requested-slider .four-col-grid,
#latest-news .four-col-grid {
	display: grid !important;
}
.swiper-pagination.relative-pagination {
    display: none;
}

#latest-arrivals .arrow-btn svg {
    border-color: var(--color-main);
}

/* BY CATEGORY 
-------------------------------------------------------------*/
    #by-category .stripe-container {
        padding-right: 0;
    }
    #by-category .swiper-slide {
        width: 33.33vw; /*640*/
    }
    #by-category .swiper-slide .col-img {
    	height: 34.38vw; /*660*/
    }
    #by-category .swiper-pagination {
        display: none;
    }


/* WELCOME
-------------------------------------------------------------*/
    #welcome .two-col-grid:not(.reverso) {
        grid-template-columns: 27.08vw 1fr; /*520*/
    }
    #welcome p {
        line-height: 1.2;
    }
    #welcome .media-container {
        height: 34.38vw; /*660*/
        overflow: hidden;
    }
    #welcome .two-col-grid.reverso {
        grid-template-columns: 1fr 27.08vw ;
    }

/* OUR WORLD
-------------------------------------------------------------*/
    #our-world {
        background: rgb(18, 18, 18);
        background: radial-gradient(circle, rgb(18 18 18 / 0.95) 0%, rgba(18, 18, 18, 1) 47%);
    }
    #our-world .bg-image {
        mix-blend-mode: color-burn;
    }
    #our-world .our-world-logo {
        bottom: -2.34vw; /*45*/
        width: 12.76vw; /*245*/
        height: 9.64vw; /*185*/
    }
    #our-world .swiper-container {
        padding-bottom: 2.08vw !important; /*40*/
    }


@media screen and (max-width: 1600px) {
    #our-world .text {
        padding: 0 15px 0 15px;
    }
}

@media screen and (max-width: 1440px) {
    #welcome .media-container {
        height: 495px;
    }
    #welcome .two-col-grid:not(.reverso) {
        grid-template-columns: 390px 1fr;
    }
    #welcome .two-col-grid.reverso {
        grid-template-columns: 1fr 390px ;
    }
}

@media screen and (max-width: 1150px) {
    .swiper-pagination.relative-pagination {
        display: block;
    }

    /* TRANSFORM GRID TO SLIDER
    -------------------------------------------------------------*/
        #latest-arrivals .stripe-container,
        #most-requested .stripe-container {
            padding-right: 0 !important;
        }
    	#latest-arrivals .latest-arrivals-slider .four-col-grid,
    	#most-requested .most-requested-slider .four-col-grid,
        #latest-news .four-col-grid {
    		display: flex !important;
    		gap: 0;
    	}
    	#latest-arrivals .slide-cta {
    		height: calc(94px + 23.28vw);
    	}

    /* BY CATEGORY 
    -------------------------------------------------------------*/
        #by-category .swiper-slide .col-img {
            height: 395px;
        }
        #by-category .swiper-slide {
            width: 383px;
        }
        #by-category .swiper-pagination {
            display: block;
        }
        #by-category .relative-arrow {
            display: none;
        }        

    /* OUR WORLD
    -------------------------------------------------------------*/
        #our-world .our-world-logo {
            bottom: -53px;
            width: 147px;
            height: 111px;
        }
        #our-world .swiper-container {
            padding-bottom: 55px !important;
        }
}


@media screen and (max-width: 992px) {
    #our-world .our-world-logo {
        width: 135px;
        height: 102px;
    }
    #welcome h2 {
        font-size: 24px;
    }    
}


@media screen and (max-width: 767px) {
    .slide-cta h3,
    #by-category h3,
    .col-cta h3 {
        font-size: 24px;
    }
    #latest-arrivals .slide-cta {
        height: 272px;
    }

    #welcome .two-col-grid {
        grid-template-columns: 1fr !important;
        grid-gap: 30px;
    }
    #welcome .two-col-grid .col-img {
        padding: 0 !important;
    }
    #welcome h2 br {
        display: none;
    }
    #welcome .media-container {
        height: 97.22vw;
        max-height: 450px;
    }

    #by-category .swiper-slide {
        width: 85vw;
        max-width: 352px;
    }
}