@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');

:root {
    --bt-primary: #E6007E;
    --bt-light: #F7F4F4;
}

body * {
    font-family: 'DM Sans', sans-serif;
}

.fw-500 {
    font-weight: 500;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.mb-10 {
    margin-bottom: 10rem;
}

.mb-15 {
    margin-bottom: 40%;
}

.mw-75 {
    max-width: 75%;
}

.btn {
    border-radius: 0 !important;
}

.btn-primary {
    background-color: var(--bt-primary) !important;
    border-color: var(--bt-primary) !important;
}

.bg-primary {
    background-color: var(--bt-primary) !important;
}

.bg-light {
    background-color: var(--bt-light) !important;
}

.border-primary {
    border-color: var(--bt-primary) !important;
}

.text-primary {
    color: var(--bt-primary) !important;
}

.favorite {
    cursor: pointer;
}

#sliderHome .carousel-item {
    background-size: cover;
    background-position: center center;
    height: 50vh;
}

.sliderCategorie .item p {
    bottom: 0;
    background: #000;
    z-index: 1;
}

.border-nicla::after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -5px;
    background-color: var(--bt-primary);
    left: 1%;
    width: 98%;
}

.sliderNuoviProdotti .slick-list {
    padding: 0 30% 0 0 !important;
}

.sezioneGrigia .imgabsolute {
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 60%;
    background-size: cover;
    background-position: center;
}

.cosplay {
    height: 300px;
    background-size: cover;
    background-position: start;
}

.item-categoria {
    background-size: cover;
    background-position: center;
}

.sfondo-categoria {
    background-size: cover;
    background-position: center;
}

.nav-tabs.navtabsprodotto {
    border: 0;
}

.nav-tabs.navtabsprodotto .nav-link.active {
    background-color: unset;
    border: 0;
    font-weight: 500;
}

.nav-tabs.navtabsprodotto .nav-link:hover {
    background-color: unset;
    border: 0;
}

.nav-tabs.navtabsprodotto .nav-link.active::after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -5px;
    background-color: var(--bt-primary);
    left: 1%;
    width: 98%;
}

@media screen and (min-width: 768px) {

    .sliderNuoviProdotti .slick-list {
        padding: 0 20% 0 0 !important;
    }

    .cosplay {
        height: 400px;
        background-position: center;
    }

    .chisiamo-absolute {
        position: absolute;
        top: 50px;
        left: 58.33333333%;
        width: 41.66666667%;
        max-width: 583.3333338px;
    }

}

@media screen and (min-width: 1024px) {

    #sliderHome .carousel-item {
        height: 68vh;
    }

    .sliderNuoviProdotti .slick-list {
        padding: 0 0 0 0 !important;
    }

    .position-md-absolute {
        position: absolute;
    }

    .w-md-45 {
        width: 45%;
    }

}



/* ottimizzazione con fede */

body {
    font-size: 14px;
}

body .btn {
    font-size: 14px;
}

.sectionBanner .container {
    max-width: 1000px;
}

h2,
.h2 {
    font-size: 28px;
}

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

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

.barra-info {
    display: none;
}

.homepage .barra-info {
    display: block;
}

.img-prodotto-slider {
    height: 240px;
    text-align: center;
    object-fit: contain;
}

.mw-100-75 {
    max-width: 100% !important;
}

.mw-75-50 {
    max-width: 75% !important;
}

@media screen and (min-width: 768px) {
    .mw-100-75 {
        max-width: 75% !important;
    }

    .mw-75-50 {
        max-width: 50% !important;
    }

    #subdropdownShop.show {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding: 10px 15px;
        width: max-content;
    }
}

.container1000 {
    max-width: 1000px;
}

.conteggioCarrello {
    background: var(--bt-primary);
    color: white;
    display: inline-block;
    width: 19px;
    height: 19px;
    text-align: center;
    font-size: 12px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -10px;
    z-index: 999;
}

.avvisoCarrello {
    background: white;
    display: inline-block;
    width: 300px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #4b4b4b;
    position: absolute;
    top: 30px;
    right: 0;
    padding: 10px;
    font-size: 12px;
    color: #000;
}