@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.text-color-green { color: #046E6C !important; }
.text-color-rose { color: #F98786 !important; }
.text-color-gold { color: #e8d13f !important; }

.border-bottom-green { border-bottom: .5rem solid #046E6C; }
.border-bottom-rose { border-bottom: .5rem solid #F98786; }

.fw-900 { font-weight: 900; }
.fw-800 { font-weight: 800; }
.fw-700 { font-weight: 700; }
.fw-600 { font-weight: 600; }
.fw-500 { font-weight: 500; }
.fw-400 { font-weight: 400; }
.fw-300 { font-weight: 300; }
.fw-200 { font-weight: 200; }

.fs-5rem { font-size: 5.5rem; }
.fs-4rem { font-size: 4.5rem; }
.fs-3rem { font-size: 3.5rem; }
.fs-2rem { font-size: 2.5rem; }
.fs-1rem { font-size: 1.5rem; }
.fs-0rem { font-size: 0.8rem; }

.bg-custom-brown {
    background-color: #251605;
}

.text-color-custom-brown {
    color: #251605;
}
.text-color-custom-golden {
    color: #BC904A;
}

.btn-custom-brown {
    background-color: #251605;
    color: white;
    text-decoration: none;
    padding: .7rem 1rem;
    width: min-content;
}
.btn-custom-brown:hover {
    background-color: #180e03;
    color: white;
}

.btn-custom-green {
    background-color: #046E6C;
    color: white;
    text-decoration: none;
    padding: .7rem 1rem;
    width: min-content;
}
.btn-custom-green:hover {
    background-color: #044140;
    color: white;
}

.btn-custom-rose {
    background-color: #F98786;
    color: white;
    text-decoration: none;
    border-radius: 2rem;
    padding: .125rem 1rem;
    width: min-content;
}

.bg-green {
    background-color: #046E6C;
}

.custom-active,
.custom-active > .page-link {
    background-color: #046E6C !important;
    color: white !important;
    border: none !important;
}

.card-hair-type {
    height: 30rem;
    position: relative;
    text-decoration: none;
    transition: all .8s !important;
}
.card-hair-type div {
    position: absolute;
    width: 90%;
    padding: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    color: white;
    z-index: 800;
}
.card-hair-type img {
    width: 100%;
    height: 31rem;
    object-fit: cover;
    object-position: 50% top;
    filter: none;
}
.card-hair-type:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
    transition: all .8s !important;
}
.card-hair-type:hover img {
    -webkit-filter: brightness(103%) contrast(114%) grayscale(0%) hue-rotate(0deg) invert(0%) opacity(100%) saturate(122%) sepia(0%);
    filter: brightness(53%) contrast(114%) grayscale(0%) hue-rotate(0deg) invert(0%) opacity(100%) saturate(122%) sepia(0%);
    mix-blend-mode: none;
    transition: all .8s !important;
}
.card-hair-type:not(:hover) img {
    transition: all .8s !important;
}

nav {
    transition: all 1.5s !important;
    position: sticky;
    top: 0;
    z-index: 999;
}
nav.bg-green header a,
nav.bg-green header p {
    background-color: #046E6C;
    color: white;
}

#offcanvas-mobile-nav {
    height: 100dvh;
    width: 320px;
}

#wrapper {
    height: .9rem !important;
    font-size: .75rem !important;
    background-color: white !important;
}
#wrapper .btn-close {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    height: .5rem !important;
    width: .5rem !important;
    margin: 0 !important;
}
#wrapper.alert {
    transition: 0.5s;
}

#search-web {
    width: 20rem;
}

.show-input-results {
    position: absolute;
    width: 20rem;
    background-color: white;
}

.show-input-results img,
.show-input-results a,
.show-input-results p {
    background-color: white !important;
    color: black !important;
}
.show-input-results p.amount {
    color: #F98786 !important;
    font-weight: 600;
}
.show-input-results img {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    object-position: 50% 50%;
}

.home-banner {
    height: 71dvh;
    width: 100%;
    object-fit: cover;
    object-position: 50% 20%;
}

#section-jobs {
    background-color: #b7b7b78d;
}
#section-jobs swiper-slide {
    padding: 1.5rem;
}
#section-jobs swiper-slide img {
    padding-right: 1rem;
    height: 3rem;
    min-width: 3rem;
}
#section-jobs swiper-slide .title-swipper-slide {
    font-weight: 800;
    font-size: .9rem;
    margin: 0;
}
#section-jobs swiper-slide .subtitle-swipper-slide {
    font-weight: 200;
    font-size: .8rem;
    margin: 0;
}

#hair-type-carousel img {
    width: auto;
    height: 30rem;
    object-fit: cover;
    object-position: center;
}

#swiper-latest-products swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#swiper-latest-products swiper-slide {
    width: 28%;
}
#swiper-latest-products swiper-slide:nth-child(2n) {
    width: 28%;
}
#swiper-latest-products swiper-slide:nth-child(3n) {
    width: 28%;
}
#swiper-latest-products swiper-slide:last-child {
    width: auto;
}

.product-card {
    display: grid;
    color: black;
    text-decoration: none;
    /* height: auto !important; */
    height: 100% !important;
}
.product-card:not(:hover) {
    transition: all .8s !important;
}
.product-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
    border: none !important;
    transition: all .8s !important;
}
.product-card .product-card-info {
    transition: all 1s;
}
.product-card:hover .product-card-info {
    background-color: #046E6C !important;
    color: white;
    transition: all 1s;
}
.product-card .product-card-img {
    width: 20rem;
    max-width: 100%;
    height: 32rem;
    object-fit: cover;
    object-position: center;
}

#swiper-latest-products .product-card {
    min-width: 15rem;
}

.view-instagram-posts .col-3 {
    max-height: 30rem;
    position: relative;
}
.view-instagram-posts .col-3:hover i {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
}
.view-instagram-posts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.view-instagram-posts img:hover {
    -webkit-filter: brightness(103%) contrast(114%) grayscale(0%) hue-rotate(0deg) invert(0%) opacity(100%) saturate(122%) sepia(0%);
    filter: brightness(53%) contrast(114%) grayscale(0%) hue-rotate(0deg) invert(0%) opacity(100%) saturate(122%) sepia(0%);
    mix-blend-mode: none;
    transition: all .8s !important;
}
.view-instagram-posts img:not(:hover) {
    transition: all .8s !important;
}

.main-product-images {
    width: 30rem;
    height: 30rem;
}
.main-product-images img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    object-position: center;
}

#section-footer {
    background-color: #b7b7b78d;
}

#product-details-images-mobile {
    display: none;
}
#product-details-images-mobile img {
    width: 100% !important;
    height: 35rem;
    object-fit: cover;
    object-position: center;
}

@media screen and (width < 570px) {
    .fs-3rem {
        font-size: 2rem;
    }
    .fs-2rem {
        font-size: 1.4rem;
    }

    #navbar {
        display: none;
    }

    #mobile-nav {
        display: block !important;
    }

    .home-banner {
        height: 34rem !important;
        width: 100% !important;
    }

    .card-hair-type {
        height: 30rem;
        margin: .25rem 0 !important;
    }
    .card-hair-type img {
        height: 30rem;
    }

    .product-card {
        width: 100%;
    }

    .product-card .product-card-img {
        width: 100% !important;
        height: 25rem;
        object-fit: cover;
        object-position: center;
    }

    #swiper-latest-products .product-card {
        min-width: 5rem;
    }

    #swiper-latest-products swiper-slide {
        width: 70%;
    }
    #swiper-latest-products swiper-slide:nth-child(2n) {
        width: 70%;
    }
    #swiper-latest-products swiper-slide:nth-child(3n) {
        width: 70%;
    }
    #swiper-latest-products swiper-slide:last-child {
        width: 70%;
        height: 100%;
    }

    #container-tips {
        padding: 0;
    }
    .view-instagram-posts .col-3 {
        height: 20rem;
        width: 100%;
    }
    .view-instagram-posts img {
        border-radius: 0 !important;
    }

    #product-details-images-web {
        display: none !important;
    }
    #product-details-images-mobile {
        display: block !important;
    }
}

.object-fit-contain {
    object-fit: contain !important;
}
