*, :after, :before {
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: "Lato";
    overflow-x: hidden;
    height: 100%;
}



.lato-bold {
  font-family: "Lato";
  font-weight: 400;
  font-style: normal;
}

.product-items-content-information-2 {
    font-size: 15px;
    margin: 16px 0 115px 0;
}

.promo-info {
    display: flex;
    overflow: hidden;
    position: relative;
    font-size: .695rem;
    font-weight: 400;
    width: 100%;
    z-index: 1000;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.promo-info-item {
    display: flex;
    position: relative;
    justify-content: center;
    scroll-snap-align: center;
    text-align: center;
    padding: 0.9rem;
    flex-shrink: 0;
    width: 100%;
    gap: 2rem;
}

.cancel-button {
    display: flex;
    position: absolute;
    right: .5rem;
    top: .235rem;
    padding: 0;
}

.promo-info-item button {
    background: none;
    outline: none;
    border: none;
    color: white;
    cursor: pointer;
}
    
.promo-info-content {
    align-self: center;
    letter-spacing: .125rem;
    text-transform: uppercase;
}

.hero-section {
    position: relative;
    height: 80vh;
    scrollbar-width: none;
    
}

.background-images {
    height: 78vh;
    display: flex;
    width: 100vw;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overflow-x: scroll;
}

.hero-images-1, .hero-images-2 {
    width: 100vw;
    background-size: cover;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}

.hero-image-info-background, .hero-image-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.hero-images-1 {
    background-image: url('./images/karly-jones-g_Nrgi9pt70-unsplash.jpg');
    
}

.hero-images-2 {
    background-image: url('./images/perfume1.jpg');
}

.hero-images {
    height: 88%;
}

.hero-image-info11 {
    font-size: 50px;
    font-weight: bold;
}

.hero-image-info1 {
    font-size: 18px;
    font-weight: bold;
}

.hero-image-info2 {
    font-size: 45px;
    font-weight: bold;
    padding: 0 200px;
    text-align: center;
}

.hero-image-info > button{
    background-color: black;
    color: white;
    outline: none;
    border: none;
    padding: 12px 40px;
    margin-top: 13px;
    cursor: pointer;
}

.hero-image-info > button:hover {
    background-color: rgb(73, 73, 73);
}

.hero-image-info {
    line-height: 1.5;
    padding-top: 14em;
}

.hero-image-secondinfo {

    padding-top: 13em;
}

.hero-image-info-new2 {
    line-height: 1.1;
}

.nav-container {
    position: absolute;
    top: 0;
    width: 100%;
    color: white;
    height: 140px;
    padding: 10px 0 0 0;
}

.top-nav-container {
    display: flex;
    width: 100%;
    justify-content:space-between;
    align-items: center;
    padding: 0 20px;
}
.loreal-logo {
    margin-left: 140px;
    display: flex;
    padding-top: 13px;
    cursor: pointer;
}

.top-nav-container > div > a {
    color: inherit;
    text-decoration: none;
}

.nav-container:hover {
    background-color: white;
    color: black;
}

.nav-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 20%;
    cursor: pointer;
}
.lang a {
    text-decoration: none;
    color: inherit;
    font-size: 10px;
    font-weight: normal;
}

.top-nav > ul > li{
    display: flex;
    justify-content: space-around;
    padding: 0 90px;
}

.top-nav > ul > li > a {
    text-decoration: none;
    color: inherit;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.top-nav > ul > li > a:hover {
    color: rgb(84, 84, 84);
}

.top-nav > ul {
    list-style-type: none;
    display: block;
    padding: 0;
}

.first-products-slider {
    width: 150%;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding: 60px 0 0 0;
}

.second-product-slider {
    background-color: black;
    margin: 70px 0 0 0;
    height: 620px;
}


.product-details {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0 20px;
}

.product-items img{
    margin: 60px 0 20px 0;
    height: 33%;
}

.product-items {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 180px;
    box-shadow: 0 8px 20px 0  rgba(0, 0, 0, .15);
    border-radius: 6px;
    text-align: center;
    margin: 10px 0 0 0;
    background-color: white;
    min-width: 200px;
    height: 490px;
}


.product-price {
    margin-top: 60px;
}

.product-details div:first-of-type {
    font-size: 12px;
}

.product-details div:nth-child(2) {
    font-size: 14px;
    padding-top: 12px;
}

.buy-products-button {
    background-color: black;
    color: white;
    padding: 12px 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0 0 6px 6px;
    margin: 45px 0 0 0;
    
}

.product-items-container {
    display: flex;
    gap: 18px;
    scrollbar-width: none;
    scrollbar-color: black;
    width: 75%;
    overflow-x: scroll;
    height: 520px;
    position: relative;
    padding-left: 25.3333333333%;
    z-index: 4;

}
.product-items-container-2 {
    height: 500px;
}
.product-items-2 {

    border-radius: 6px;
    text-align: center;
    height: 480px;
    margin: 10px 0 0 0;
    background-color: white;
}

.product-items-content {
    padding: 16px;
    width: 180px;
}

.first-products-slider-title-container {
    display: flex;

    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    padding: 210px 100px 0 100px;

}

.oap-scroller__nav {
    left: 25.3333333333%;
    position: absolute;
}

.oap-scroller__range, .oap-scroller__range-2 {
    appearance: none;
    background: transparent;
    margin: 0;
    width: 750px;
    height: 7px;
    outline: none;

}

.oap-scroller__range:focus {
    outline: 0;
}

input[type="range" i] {
    appearance: none;
    cursor: default;
    padding: initial;
    border: initial;
    -webkit-appearance: none; 
    background: transparent; 
    margin: 0;
    outline: 0;

}

input[type="range" i]:hover {
    cursor: pointer;
}

input[type="range" i].oap-scroller__range::-webkit-slider-runnable-track {
    background: #e8e8e8;
    border-radius: 12px;
  }
  
  .oap-scroller__range::-webkit-slider-thumb {
    -webkit-appearance: none; /* Crucial: removes default thumb styling */
    height: 4px; /* Height of the thumb */
    width: 480px; /* Width of the thumb */
    background: black; /* Black color for the thumb */
    border-radius: 12px; /* Make it rectangular */
    /* Adjust margin-top to vertically center the thumb on the track */
    box-shadow: none; /* Remove any default shadow */
    transition: background-color 0.2s ease-in-out; /* Smooth transition */
}
  
.oap-scroller__range-2::-webkit-slider-thumb {
    background-color: white;
}

input[type="range" i].oap-scroller__range-2::-webkit-slider-runnable-track {
    background: #a1a1a1;
  }

.first-products-slider-title-container p {
    margin: 6px;
    letter-spacing: 1.5px;
}

.first-products-slider-title-container p:nth-child(2) {
font-size: 32px;
}



.thumbnail-picture {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding-top: 0;
    border-radius: 15px;
}

.second-products-slider-title-container  {
    color: white;
    width: 30%;
    font-family: "Lato";
}

.second-products-slider-title-container p:nth-child(2) {
    font-size: 37px;
}

.thumbnail {
    width: 100%;
    height: 150px;
    position: relative;
 }

 
.border-image-top, .border-image-bottom {
    position: absolute;
    left: .51rem;
    right: .31rem;
    height: .875rem;
    top: .61rem;
    bottom: 0;
}

.product-items-content-information {
    text-decoration: none;
    color: black;

}

.product-items-content-information-container {
font-size: 13px;
padding: 80px 0 0 0;
text-align: center;
}

.product-items-content-information-container span {
    display: block;
}

.border-image-bottom {
    bottom: 0;
    top: 126px;
}
.border-image-top::before {
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    width: .875rem;
    border-style: solid;
    border-color: #ffffff;
    border-radius: .1875rem 0 0 0;
    border-width: .125rem 0 0 .125rem;
}

.border-image-top::after {
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    width: .875rem;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 0 .1875rem  0 0;
    border-width: .125rem .125rem 0 0;
    right: inherit;
}

.border-image-bottom::before {
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    width: .875rem;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 0 0 0 .1875rem;
    border-width: 0 0 .125rem .125rem;
}

.border-image-bottom::after {
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    width: .875rem;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 0 0 .1875rem 0;
    border-width: 0 .125rem .125rem 0;
    right: inherit;
}

.button-card {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato";
    font-weight: 700;
   font-style: normal;
   text-decoration: none;
   color: black;
   font-size: 11px;
}
