@media (min-width:460px) and (max-width:991px) {
    .other-hero {
        font-size: 0.7em;
    }

    .haircare-intro {
        font-size: 1em;
    }

}

@media (min-width:460px) and (max-width:650px) {
    .product-box img {
        object-position: -75px 2px;
    }

    .frag img {
        object-position: -20px 2px;
    }


    #white-labeling img {
        border-radius: 100%;
        height: 20em;
        width: 20em;
    }

}

@media (min-width:651px) and (max-width:1042px) {
    .product-box img {
        object-position: 0px 2px;
    }

    .res-search-results {
        background-color: black;

        border: 1px solid white;
        border-radius: 10px;
        padding: 20px;
        display: none;
        max-width: 600px;
        min-height: 200px;
        z-index: 1;
    }
}

@media (min-width:340px) and (max-width:460px) {
    .braivy-editt{
        font-size: 1.5rem;
    }
    .poster-three {
        width: 100%;
        padding: 1.5rem;
        bottom: 12rem;
        margin-bottom: -300px;
      }
    .about-imgs-2 {
        background-position-x: -150px;
    }

    .other-hero {
        font-size: 0.5em;
    }

    .other-hero h1 {
        position: relative;
        bottom: 0.5em;
    }

    .other-hero p {
        position: relative;
        bottom: 1em;
    }

    .product-box img {
        object-position: -73px 2px;
    }

    .frag img {
        object-position: -20px 2px;
    }

    #white-labeling img {
        border-radius: 100%;
        height: 20em;
        width: 20em;
    }

    .res-search-results {
        position: absolute;
        background-color: whitesmoke;
        border: 1px solid black;
        border-radius: 3%;
        padding: 10px;
        display: none;
        min-width: 320px;
        min-height: 200px;
        top: 15.5vh;
        left: 12.5%;
        z-index: 1;
    }

    .search-submit {
        transform: translate(25px, 0px);
    }

    /* product section */

    .parfum {
        width: 100%;
    }

    /* 
SKINCARE SECTION */
    .skincare-image {
        background-image: url('../IMAGES/SKINCARE.jpg');
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 300px;
        /* adjust the height as needed */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 2px solid black;
        border-radius: 2%;
    }

    /* 
FRAGRANCE SECTION */
    .fragrance-image {
        background-image: url('../IMAGES/FRAGRANCE.jpg');
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 300px;
        /* adjust the height as needed */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 2px solid black;
        border-radius: 2%;
    }

    .haircare-title {
        position: relative;
        top: 1rem;
    }

    .cart-container {
        margin-top: 50px;
    }

    .poster{
        background-image: url('../IMAGES/coco.jpg');
        background-size: cover;
        background-position: center;
        background-position-x: -2rem;
        max-width:900px;
        height: 600px;
        flex-direction: column;
    }

    .poster-one {
        background-image: url('../IMAGES/belly-bliss.jpg');
        background-size: cover;
        background-position: center;
        background-position-x: -3rem;
        max-width:400px;
        height: 500px;
        flex-direction: column;
    }
    .poster-img{
        display: none;
        visibility: hidden;
    }


}


/* IPHONE */
@media (min-width:340px) {
    .iphone {
        display: none;
    }
}

@media (max-width:340px) {
        /* BB CAROUSEL */
.bb-carousel-container {
    max-width: 800px;
    margin-bottom: -50px;
  }

  .bb-carousel-slide img {
    width: 100%;
    min-height: 700px;
    object-fit: contain;
    border-radius: 0;
  }
    .braivy-editt{
        font-size: 1.5rem;
    }
    .poster-three {
        width: 100%;
        padding: 1.5rem;
        bottom: 13rem;
        margin-bottom: -400px;
      }

    .poster {
        background-image: url('../IMAGES/coco.jpg');
        background-size: cover;
        background-position: center;
        background-position-x: -1rem;
        max-width:400px;
        height: 500px;
        flex-direction: column;
    }

    .poster-one {
        background-image: url('../IMAGES/belly-bliss.jpg');
        background-size: cover;
        background-position: center;
        background-position-x: -4rem;
        max-width:400px;
        height: 500px;
        flex-direction: column;
    }
    .poster-img{
        display: none;
        visibility: hidden;
    }
    .non-iphone {
        display: none;
    }

    #white-labeling img {
        border-radius: 100%;
        height: 15em;
        width: 15em;
    }

    .other-hero {
        font-size: 0.5em;
    }

    .other-hero h1 {
        position: relative;
        bottom: 0.5em;
    }

    .other-hero p {
        position: relative;
        bottom: 1em;
    }

    .haircare-intro {
        font-size: 0.9em;

    }

    .product-box img {
        object-position: -81px 2px;
    }

    .frag img {
        object-position: 20px 2px;
    }

    .box-container {
        width: 80%;
        margin: 40px auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .top-box {
        padding: 20px;
    }

    .middle-box {
        background-color: #000;
        color: #fff;
        padding: 10px;
        text-align: center;
        width: 85%;
        margin: auto;
    }

    .bottom-box {
        padding: 20px;
    }

    .text-end {
        display: none;
    }

    .res-search-results {
        position: absolute;
        background-color: whitesmoke;
        border: 1px solid black;
        border-radius: 3%;
        padding: 10px;
        display: none;
        min-width: 280px;
        min-height: 200px;
        top: 15.5vh;
        left: 12.5%;
        z-index: 1;
    }

    .search-submit {
        transform: translate(25px, 0px);
    }

    .about-imgs-2 {
        background-position-x: -450px;
    }
}