#containers {
   padding-top: 100px;
}

/* --- Títulos --- */

.tag-title {
    text-align: center;
}

.separator {
    display: none;
}

.no-margin {
    margin: 0;
}

/* --- Introdução --- */

.information {
    /* height: 880px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.information h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 40px;
    text-align: center;
}

.information img {
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.information .par {
    width: 95%;
    line-height: 2.5;
    font-size: 18.5px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}

/* --- Acessórios --- */

.highlight-1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.highlights-necklaces,
.highlights-bracelets,
.highlights-earrings,
.highlights-sets,
.highlights-others {
    width: 400px;
    align-items: center;
    text-align: center;
    padding-bottom: 1%;
}

.highlights-necklaces-image,
.highlights-bracelets-image,
.highlights-earrings-image,
.highlights-sets-image,
.highlights-others-image {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.brightness {
    filter: brightness(75%);
}

.highlight-1 button {
    background-color: slateblue;
    color:white;
    width: 75px;
    height: 30px;
    border: none;
    border-radius: 30px;
    font-family: 'Short Stack';
}

/* --- Bijuteria artesanal --- */

.highlight-2 {
    display: flex;
    flex-direction: row;
}

.highlight-21 {
    width: 50%;
}

.highlight-22 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: black;
    color: white;
    text-align: center;
}

.highlight-22 p {
    width: 90%;
    line-height: 3;
    font-size: 12px;
}

.set-images-21 {
    display: flex;
    flex-direction: row;
}

.set-images-211,
.set-images-212 {
    padding-left: 8.33%;
    padding-right: 8.34%;
    padding-bottom: 20%;
}

.set-images-11,
.set-images-12,
.set-images-13 {
    display: flex;
    flex-direction: row;
}

.set-images-111,
.set-images-112,
.set-images-113,
.set-images-114 {
    padding-left: 12.5%;
    padding-right: 12.5%;
    padding-bottom: 32%;
}

@keyframes changeImage1 {
    0%, 10% {
        background: url("{{ asset('storage/' . $images[0]->image) }}");
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-size: cover;
    }
    25%, 35% {
        background: url("{{ asset('storage/' . $images[4]->image) }}");
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-size: cover;
    }
    50%, 65% {
        background: url("{{ asset('storage/' . $images[8]->image) }}");
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-size: cover;
    }
    80%, 100% {
        background: url("{{ asset('storage/' . $images[0]->image) }}");
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.class-1 {
    display: flex;
}

.class-2 {
    display: flex;
}

.highlight-21 img {
    width: 100%;
    height: 160px;
}

/* .highlight-2 img {
    width: 100%;
    height: 100%;
} */

/* --- Produto em Destaque --- */

.highlight-3 {
    display: flex;
    flex-direction: row;
    background-color: lightpink;
}

.highlight-31, 
.highlight-32 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    word-break: break-word;
}

.highlight-31-image {
    width: 500px;
    height: 500px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.highlight-31-image-resized {
    display: none;
}

.highlight-32 .title {
    font-size: 40px;
    margin: 0;
}

.highlight-32 .product-name {
    margin-bottom: 15px;
    margin-top: 15px;
}

.highlight-32 .product-price {
    margin-bottom: 25px;
}

.highlight-3 button {
    background-color: slateblue;
    color: white;
    width: 75px;
    height: 30px;
    border: none;
    border-radius: 30px;
    font-family: 'Short Stack';
}

.slateblue-hover:hover {
    background-color: rgb(125, 114, 198) !important;
} 

.product-description {
    font-size: 15px;
    text-align: center;
    width: 89%;
    margin: 0;
    line-height: 1.5;
    word-wrap: break-word;
}

/* --- Novos produtos --- */

.new-products-tab {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.new-product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 400px;
    height: auto;
    padding-bottom: 1%;
    word-break: break-word;
}

.new-product-card h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.new-product-card h2 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.new-product-card p {
    margin-top: 0px;
    margin-bottom: 10px;
}

.new-product-image {
    width: 300px;
    height: 300px;
}

.new-product-card p {
    width: 85%;
}

.new-product-card button {
    background-color: slateblue;
    color:white;
    width: 75px;
    height: 30px;
    border: none;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Short Stack';
}


.evaluation {
    display: inline;
}

.checked {
    color: orange;
}

/* --- Janela reduzida --- */

@media screen and (max-width: 1515px) {

.highlight-1 {
    margin-left: auto;
    margin-right: auto;
    /* width: 74%; */
}

}

@media screen and (max-width: 1200px) {

    /* ---Introdução --- */

    .information .par {
        width: 90%;
        font-size: 15px;
        line-height: 2;
    }

    /* --- Produtos em destaque e preferido dos consumidores --- */

    .highlight-3 {
        width: 100%;
        flex-direction: column;
    }

    .highlight-31, 
    .highlight-32 {
        width: 100%;
    }

    .highlight-31 p {
        line-height: 2;
    } 

    .highlight-3 button {
        margin-bottom: 2%;
    }

    /* --- Novos produtos --- */

    .new-products-tab {
        align-items: center;
    }

    .new-product-card img {
        width: 300px;
        height: 300px;
    }

    .new-product-card p {
        width: 85%;
    }

    .highlight-1 {
        flex-wrap: wrap;
        height: auto;
    }

    .highlights-necklaces,
    .highlights-bracelets,
    .highlights-earrings,
    .highlights-sets,
    .highlights.others {
        margin-bottom: 30px;
    }

    .highlight-31-image {
        display: none;
    } 
    
    .highlight-31-image-resized {
        display: block;
        width: 250px;
        height: 250px;
        margin-top: 2%;
        margin-bottom: 2%;
    }



    /* --- Bijuteria artesanal --- */

    .highlight-2 {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .highlight-21 {
        width: 100%;
    }

    .set-images-21 {
        display: flex;
        flex-direction: row;
    }
    
    .set-images-211,
    .set-images-212 {
        padding-left: 8.33%;
        padding-right: 8.34%;
        padding-bottom: 20%;
    }

    .highlight-22 {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .highlight-2 p {
        font-size: 15px;
        line-height: 2;
    }

}

@media screen and (max-width: 750px) {

    .set-images-111,
    .set-images-112 {
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 64%;
}

    .set-images-113,
    .set-images-114 {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .highlight-31 h1,
    .highlight-32 h1{
        font-size: 20px;
    } 

    .set-images-211 {
        display: none;
    }

    .set-images-212 {
        padding-left: 16.66%;
        padding-right: 16.66%;
        padding-bottom: 40%;
    }

    .new-product-card {
        width: 85%;
    }

    .highlight-1 img
    {
        width: 300px;
        height: 300px;
    }

    .highlight-32 .title {
        font-size: 25px;
    }

}

@media screen and (max-width: 530px) {

.separator {
    display: block;
}

}

@media screen and (max-width: 500px) {

.information .par {
    width: 90%;
    font-size: 12px;
    line-height: 2;
}

}

@media screen and (max-width: 350px) {

.highlights-necklaces,
.highlights-bracelets,
.highlights-earrings,
.highlights-sets,
.highlights-others {
    padding-left: 0;
    padding-right: 0;
}

    .highlight-32 .title {
        font-size: 20px;
    }

}


@media screen and (max-width: 320px) {

    #containers {
        width: 111.75%;
    }

    .tag-title {
        font-size: 25px;
    }

    .title {
        font-size: 20px;
    }

    #hh311 p,
    #hh312 p {
        font-size: 12.5px;
    }

    .new-product-card h2 {
        margin: 0;
    }

    .new-product-card p {
        font-size: 12.5px;
    }

}