/* //heroo */
.hero {
    position: relative;
    /* background-image: url(../images/background\ image.jpg); */
    background-color: #403f2b;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(78, 75, 75, 0.5); /* Light color overlay with opacity */
    z-index: 1;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .hero-heading {
    width: 515px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-heading h1 {
    font-family: "fraunces";
    font-size: 315px;
    font-weight: 400;
    line-height: 83px;
    color: rgb(255, 253, 195);
    margin: 0px;
  }
  .hero-description {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .hero-description p {
    color: #fefaf0;
    font-family: "fraunces";
    font-size: 35px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -2px;
    width: 95%;
  }
  .shop {
    width: auto;
    max-width: fit-content;
    height: 41px;
    border-radius: 55px;
    display: flex;
    background-color: rgb(254, 250, 240);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .shop:hover {
    background-color: #696755;
    border: 1px solid rgb(254, 250, 240);
  }
  .shop a {
    text-decoration: none;
    transition: 0.3s ease;
    margin: 20px;
  }
  .shop p {
    font-size: 16px;
    font-family: "Helvetica W01 Light";
    line-height: 25px;
    font-weight: 400;
    color: #696755;
  }
  .shop a:hover {
    color: rgb(254, 250, 240);
  }
  .shop p:hover {
    color: rgb(254, 250, 240);
  }
  
  /* //New in// */
  .new-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fefaf0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .new-in-i {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
  @media (min-width: 2000px) {
    .new-in-i {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;
        padding-left: 20px;
    }
  }

  .new-in-i h2 {
    color: #403f2b;
    font-size: 35px;
    font-family: "fraunces";
    font-weight: 350;
    line-height: 50px;
    letter-spacing: -1px;
    margin: 0px;
  }
  
  .like-slider {
    width: 93%;
    margin: 0 auto;
    /* margin-top: 25px; */
  }
  .like-slide {
    padding: 0px 20px;
    text-align: center;
    position: relative;
    /* width: 212px; */
    height: 440px;
  }
  .like-slide img {
    width: 100%;
    height: 360px;
    align-self: center;
    border-radius: 20px;
  }
  .like-slide .product-name p {
    font-size: 20px;
    font-family: "Helvetica W01 Light";
    line-height: 25px;
    font-weight: 400;
    color: #403f2b;
    align-self: center;
    text-align: center;
    margin: 0px;
    margin-top: 15px;
  }
  .like-slide .product-price p {
    font-size: 16px;
    font-family: "Helvetica W01 Light";
    line-height: 20px;
    font-weight: 400;
    color: #403f2b;
    margin: 0px;
    text-align: center;
    margin-top: 10px;
  }
  .like-slick-prev:hover,
  .like-slick-next:hover {
    background-color: transparent;
  }
  
  /* /// */
  
  .new-in-slider {
    display: flex;
    justify-content: center;
    width: 90%;
    margin-top: 35px;
  
    align-self: center;
    align-items: center;
  }
  .custom-new-slick-prev,
  .custom-new-slick-next {
    position: relative;
    /* top: 50%; */
    transform: translateY(-50%);
    background: transparent; /* Semi-transparent background */
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1000;
    margin-top: -50px;
  
    width: 20px; /* Adjust width if necessary */
    height: 20px; /* Adjust height if necessary */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
  }
  .custom-new-slick-prev img,
  .custom-new-slick-next img {
    width: 20px;
    height: 20px;
  }
  
  /* /////bath-product//// */
  .bath-product {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #c4c197;
    height: 650px;
    justify-items: center;
    align-items: center;
    /* justify-content: center; */
  }
  .content-bathproducts {
    /* width: 50%; */
    display: flex;
    gap: 20px;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    margin-left: 100px;
  }
  .content-bathproducts h2 {
    font-family: "fraunces";
    font-size: 65px;
    font-weight: 400;
    color: #403f2b;
    margin: 0px;
    /* width: 60%; */
  }
  .content-bathproducts p {
    font-family: "Helvetica W01 Light";
    font-size: 20px;
    font-weight: 400;
    color: #403f2b;
    margin: 0px;
  }
  .shop-bath {
    width: auto;
    max-width: fit-content;
    height: 43px;
    border-radius: 22px;
    background-color: #403f2b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  }
  .shop-bath:hover {
    background-color: transparent;
    border: 1px solid #403f2b;
  }
  .shop-bath a {
    text-decoration: none;
    color: rgb(254, 250, 240);
    font-size: 16px;
    font-family: "Helvetica W01 Light";
    line-height: 25px;
    font-weight: 400;
    margin: 20px;
  }
  .shop-bath a:hover {
    color: #403f2b;
    font-size: 15px;
    font-weight: 400;
  }
  .bath-product-img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;

    /* height: 500px; */
  }
  .bath-product img {
    height: 500px;
    width: 80%;
    border-radius: 20px;
    object-fit: cover;
  }
  
  /* ///mission/// */
  .mission {
    width: 100%;
    height: auto;
    background-color: #ddddcc;
    /* margin-top: 80px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
  }
  .mission-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin-top: 50px;
    gap: 30px;
  }
  .mission-heading h2 {
    font-size: 65px;
    font-family: "fraunces";
    line-height: 65px;
    font-weight: 400;
    color: rgb(64, 63, 43);
    text-align: center;
    margin: 0px;
  }
  .mission-heading p {
    font-size: 20px;
    font-family: "Helvetica W01 Light";
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 1px;
    color: rgb(64, 63, 43);
    text-align: center;
    width: 80%;
  }
  .misssionimages {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    /* justify-content: space-between; */
    /* width: 65%; */
    gap: 80px;
    margin-top: 60px;
  }
  .mission-img-i {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mission-img-i img {
    width: 100px;
    height: 100px;
  }
  .mission-img-i p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    line-height: normal;
    font-family: "Helvetica W01 Light";
    color: rgb(64, 63, 43);
    text-align: center;
  }
  .mision-statement {
    width: 50%;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mision-statement p {
    font-size: 15px;
    font-weight: 200;
    font-family: "Helvetica W01 Light";
    color: rgb(64, 63, 43);
    text-align: center;
    line-height: 22px;
    letter-spacing: 1px;
  }
  .learn_more {
    display: flex;
    width: 128px;
    height: 42px;
    justify-content: center;
    align-items: center;
    background-color: #403f2b;
    border-radius: 55px;
    cursor: pointer;
    margin-top: 50px;
  }
  .learn_more a {
    text-decoration: none;
  }
  .learn_more p {
    font-size: 16px;
    font-family: "Helvetica W01 Light";
    font-weight: 400;
    line-height: 20px;
    color: rgb(254, 250, 240);
  }
  .learn_more:hover {
    background-color: transparent;
    border: 1px solid #403f2b;
    text-decoration: #403f3f;
  }
  .learn_more p {
    font-size: 16px;
    font-family: "Helvetica W01 Light";
    font-weight: 400;
    line-height: 20px;
    color: rgb(254, 250, 240);
  }
  .learn_more p:hover {
    color: #403f2b;
  }
  
  /* ////////follow us/////////// */
  .follow-us {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #e8e59b;
    border-bottom: 1px solid #403f2b;
  }
  .follow-us-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
  }
  .follow-us-heading h3 {
    font-size: 35px;
    font-weight: 350;
    font-family: "fraunces";
    line-height: 49px;
    color: #403f2b;
    text-align: center;
    margin: 0px;
    letter-spacing: -2px;
  }
  .follow-us-heading h2 {
    font-size: 65px;
    font-weight: 350;
    font-family: "fraunces";
    line-height: 65px;
    color: #403f2b;
    text-align: center;
    margin: 0px;
    margin-top: 12px;
    letter-spacing: -2px;
    margin-bottom: 10px;
  }
  /* /       slider */
  .follow-us-slide-container {
    display: flex;
    height: 300px;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .follow-us-slider {
    width: 90%;
    margin: 0 auto;
    gap: 50px;
  }
  .swiper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .swiper-slide {
    width: 100%;
    height: 200px;
    margin: 15px !important;
  }
  
  .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .follow-us-img-i {
    width: 270px;
    height: 270px;
    border-radius: 20px;
    cursor: pointer;
    margin: 20px;
  }
  .follow-us-img-i img {
    width: 270px;
    height: 270px;
    border-radius: 20px;
  }
  .follow-us-slider-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 95%;
    z-index: 95;
  }
  
  .custom-slick-prev,
  .custom-slick-next {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: transparent; /* Semi-transparent background */
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 550;
    width: 70px; /* Adjust width if necessary */
    height: 70px; /* Adjust height if necessary */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; /* Circular buttons */
    opacity: 0.5;
  }
  
  .custom-slick-prev {
    left: 10px;
  }
  
  .custom-slick-next {
    right: 10px;
  }
  
  .custom-slick-prev:hover,
  .custom-slick-next:hover {
    opacity: 1;
  }
  
  .custom-slick-prev img,
  .custom-slick-next img {
    width: 50px;
    height: 50px;
  }
  .overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #403f2b; /* Semi-transparent background */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; /* Hidden by default */
    transition: opacity 0.3s ease;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
  }
  .follow-us-img-i:hover .overlay-img {
    opacity: 1; /* Show overlay on hover */
  }
  .text{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
  }
  .text p {
  
    font-size: 16px;
    font-family: "Helvetica W01 Light";
    font-weight: 300;
  }
  
  .follow-us-img-i {
    position: relative; /* Needed for positioning the overlay */
    overflow: hidden; /* Ensures overlay stays within container */
  }
  
  /* / model// */
  .model-overlay {
    display: none;
  }
  
  /* Popup overlay */
  .popup-overlay {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
  }
  
  /* Popup content */
  .popup-content {
    background-color: #fefaf0;
    border: 1px solid #888;
    max-width: 60vw;
    /* position: relative; */
    display: flex;
  }
  .popup-img {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  
  .popup-content img {
    width: 600px;
    height: 600px;
  }
  .popup-profile {
    display: flex;
    flex-direction: column;
    background-color: #fefaf0;
    height: 600px;
  }
  .popup-profile-i {
    height: 80px;
    display: flex;
    flex-direction: row;
    background-color: #fefaf0;
    border-bottom: 1px solid #403f2b;
    align-items: center;
    width: 100%;
  }
  
  .popup-profile-i-name {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin: 10px;
    background-color: #d8d8d8;
  }
  .popup-profile-content {
    display: flex;
    height: 470px;
    border-bottom: 1px solid #403f2b;
    padding-left: 20px;
  }
  .popup-profile-content p {
    font-family: "Helvetica W01 Light";
    font-size: 16px;
    font-weight: 300;
    color: rgb(151, 151, 151);
    line-height: 20px;
  }
  .popup-profile-name {
    display: flex;
    flex-direction: column;
    /* margin-right: 70px; */
    width: 65%;
  }
  .popup-profile-name h2 {
    font-family: "Helvetica W01 Light";
    font-size: 15px;
    font-weight: 200;
    line-height: 19px;
    color: #403f2b;
    margin: 0px;
  }
  .popup-profile-i-name p {
    font-family: "Helvetica W01 Light";
    font-size: 16px;
    font-weight: 200;
    color: rgb(151, 151, 151);
  }
  .popup-profile-name p {
    font-family: "Helvetica W01 Light";
    font-size: 16px;
    font-weight: lighter;
    line-height: 19px;
    color: #403f2b;
    margin: 0px;
  }
  .popup-profile-i img {
    width: 20px;
    height: 20px;
  }
  /* The close button */
  .closemodalpop {
    display: flex;
    height: 30px;
    width: 30px;
    cursor: pointer;
    align-self: start;
    margin-top: 20px;
    position: fixed;
    right: 40px;
  }
  .closemodalpop img {
    height: 30px;
    width: 30px;
  }
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
  }
  
  .slide span img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
  }
  .popup-content-res {
    display: none;
  }
  
  /* /// */
  
  @media (max-width: 1400px) {
    /* .follow-us-img-i {
      width: 321px !important;
    }  */
    .follow-us-img-i img {
      width: 100% !important;
    }
    .overlay-img{
      display: none;
    }
  }
  @media (max-width: 1300px) {
    /* .popup-content{
      max-width: 70%;
    } */
    .popup-content img {
      width: 450px !important;
    }
    .popup-profile {
      width: 40%;
    }
    .popup-profile-i img {
      width: 20px !important;
    }
    .custom-slick-prev img,
    .custom-slick-next img {
      width: 20px;
      height: 20px;
    }
    .custom-slick-prev {
      left: 0;
      padding: 0;
    }
    .custom-slick-next {
      right: 0;
      padding: 0;
    }
    .follow-us-img-i {
      margin: 15px;
    }
  
    /* ///////////////////////// */
    .follow-us-slide-container {
      /* display: none; */
      align-self: center;
      /* margin-bottom: 40px; */
      margin-left: 20px;
      margin-right: 20px;
    }
  }
  @media (max-width: 1200px) {
    .like-slide {
      padding: 0px 10px;
      height: max-content;
    }
    .follow-us-img-i {
      width: 190px;
    }
    .follow-us-img-i img {
      width: 100%;
    }
  }
  
  @media (max-width: 1030px) {
    .slider_container,
    .container {
      max-width: 1030px;
      width: 100%;
      padding: 0px;
      height: auto;
    }
  
    .like-slide img {
      height: 270px;
    }
    .prod-desc p {
      font-size: 18px;
      font-weight: 300;
    }
    .content-bathproducts h2 {
      width: 80%;
    }
    .mision-statement {
      margin-top: 50px;
    }
  
    .ftri_1 h2 {
      font-size: 40px;
      line-height: 40px;
    }
    .classinfo-submition {
      width: 300px;
      flex-direction: column;
    }
    .email-input {
      width: 300px;
    }
    .email-input input {
      width: 300px;
    }
    .ftrlinks {
      margin-top: 0px;
      gap: 25px;
    }
    .ftrlinks_1 {
      gap: 10px;
    }
    .popup-content {
      width: 60%;
    }
    .popup-content img {
      width: 380px !important;
    }
    .popup-profile {
      width: 40%;
    }
    .popup-profile-i img {
      width: 20px !important;
    }
    .hero-description p {
        font-size: 20px;
        line-height: normal;
        font-weight: 300;
        text-align: center;
        width: 95%;
    }
  }
  @media (max-width: 900px) {
    .login {
      display: none;
    }
    .hero-heading h1 {
      font-size: 200px;
      line-height: 200px;
      margin: 0px;
    }
    .hero-description p {
      font-size: 28px;
      line-height: 20px;
      letter-spacing: 0;
      margin: 0px;
      width: 95%;
    }
    .shop {
      margin-top: 50px;
    }
    .like-slide {
      height: 350px;
    }
    .bath-product {
      height: 100%;
    }
    .content-bathproducts {
      margin-left: 70px;
    }
    .content-bathproducts h2 {
      font-size: 40px;
      line-height: 50px;
    }
    .content-bathproducts p {
      font-size: 18px;
    }
    .bath-product-img {
      height: 350px;
    }
    .bath-product-img img {
      height: 70%;
    }
    .mission {
      padding-top: 0px;
    }
    .mission-heading {
      width: 70%;
    }
    .mission-heading h2 {
      margin: 0px;
      font-size: 45px;
      line-height: 50px;
      margin-top: 10px;
    }
    .mission-heading p {
      margin: 0px;
      font-size: 18px;
      line-height: 20px;
    }
    .misssionimages {
      flex-wrap: wrap;
      width: 85%;
      justify-content: center;
      margin-top: 40px;
      margin-bottom: 30px;
      gap: 20px;
    }
    .mision-statement {
      margin-top: 20px;
      width: 65%;
    }
    .mision-statement p {
      margin: 0px;
    }
    p.p2margin {
      margin-top: 30px;
    }
    .learn_more {
      margin-top: 40px;
    }
    .follow-us-heading h2 {
      margin: 0px;
    }
    .follow-us-img-i {
      width: 300px;
    }
    .follow-us-img-i img {
      width: 300px;
    }
    .popup-content {
      width: 60%;
    }
    .popup-content img {
      width: 300px !important;
      height: 400px;
    }
    .popup-profile {
      width: 50%;
      height: 400px;
    }
    .popup-profile-i img {
      width: 20px !important;
      height: 20px;
    }
    .popup-profile-content {
      height: 300px;
      padding-left: 10px;
    }
  
    .footer {
      height: auto;
    }
    .ftr_i {
      display: flex;
      flex-direction: column;
      height: auto;
      background-color: #e8e59b;
      padding-bottom: 40px;
    }
    .ftri_1 {
      flex-direction: row;
      width: 100%;
      margin-left: 0px;
      margin-top: 40px;
      justify-content: space-evenly;
    }
    .ftri_12 {
      display: flex;
      flex-direction: column;
      width: 40%;
      justify-content: center;
      align-items: center;
    }
    .ftri_1 p {
      width: 100%;
    }
    .ftri_1 h2 {
      margin: 0px;
    }
  
    .submit-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 50px;
    }
    .ftrlinks {
      width: 85%;
      align-self: center;
      /* justify-content: space-evenly; */
      margin-top: 30px;
      justify-content: normal;
      margin-bottom: 0px;
    }
    .ftr-res {
      width: 40%;
    }
    .ftr_ii {
      margin-top: 0px;
      flex-direction: column;
      gap: 0px;
      /* padding-bottom: 30px; */
    }
    .ftr_ii_desc p {
      font-size: 12px;
    }
    .ftrsociallinks {
      margin: 0px;
    }
    .ftrsociallinks a {
      font-size: 14px;
      line-height: 10px;
    }
  }
  
  @media (max-width: 800px) {
    .like-slide .product-name p {
      font-size: 18px;
    }
    .like-slide .product-price p {
      font-size: 14px;
    }
    .new-in{
      padding-bottom: 10px;
    }
    .like-slide {
      height: 350px;
      padding: 10px;
    }
    .new-in-i {
      padding-bottom: 0px;
    }
    .ftri_12 {
      align-items: normal;
    }
    .ftri_1 p {
      width: 100%;
    }
    .popup-content {
      width: 60%;
      /* height: 50%; */
    }
    .popup-content img {
      width: 250px !important;
      height: 350px;
    }
    .popup-profile {
      height: 350px;
    }
    .popup-profile {
      width: 50%;
    }
    .popup-profile-i img {
      width: 20px !important;
      height: 20px;
    }
    .ftrlinks {
      width: 85%;
      align-self: center;
      /* justify-content: space-evenly; */
      margin-top: 30px;
      justify-content: normal;
      margin-bottom: 0px;
    }
    .ftr-res {
      width: 40%;
    }
  }
  @media (max-width: 620px) {
    .cart {
      margin: 0px;
    }
    .shop-collections {
      display: none;
    }
    .menu-content {
      gap: 20px;
    }
    .menu-overlay {
      background-color: #fefaf0;
    }
    .nav-res {
      width: 100%;
    }
    .menu-res {
      justify-content: space-between;
      margin-top: 25%;
    }
    .menu-item li a {
      font-size: 50px;
      line-height: 70px;
    }
    .logores {
      display: none;
    }
    .navbar {
      flex-direction: row-reverse;
      height: 70px;
    }
    .hero-heading {
      width: 85%;
      height: auto;
    }
    .hero-heading h1 {
      font-size: 150px;
      line-height: 150px;
    }
    .hero-description {
      width: 90%;
      justify-content: center;
      align-items: center;
      margin-top: 10px;
      width: auto;
    }
    .hero-description p {
      font-size: 20px;
      line-height: normal;
      font-weight: 300;
      text-align: center;
      width: 95%;
    }
    .shop {
      margin-top: 30px;
      width: auto;
      height: 41px;
    }
    .shop a {
      margin: 20px;
    }
    .shop p {
      margin: 0px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 100;
    }
    .content-bathproducts {
      margin-left: 50px;
    }
    .content-bathproducts h2 {
      font-size: 35px;
    }
    .ftrlinks {
      width: 93%;
      gap: 10%;
      justify-content: center;
    }
    .classinfo-submition,
    .email-input,
    .email-input input {
      width: 200px;
    }
    .like-slide {
      height: 450px;
    }
  }
  
  @media (max-width: 510px) {
    .like-slide {
      height: 450px;
    }
    .slider_container,
    .container {
      margin-top: 20px;
      margin-bottom: 30px;
    }
    .offer-note-res {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #e8e59b;
      width: 100%;
      height: 70px;
    }
    .offer-note-res p {
      width: 90%;
      font-size: 15px;
      font-family: "Helvetica W01 Light";
      line-height: 24px;
      font-weight: 400;
      text-align: center;
      color: #403f2b;
    }
  
    .offer-note-res p a {
      color: #403f2b;
    }
    .offer-note {
      display: none;
    }
    .menu p {
      display: none;
    }
    .menu-img {
      display: flex;
      height: 20px;
      width: 20px;
    }
    .hero {
      height: 60vh;
    }
    .hero-heading h1 {
      font-size: 70px;
      line-height: 100px;
    }
    .hero-description p {
      font-size: 20px;
      font-weight: 400;
      line-height: 25px;
      letter-spacing: 0px;
      width: 95%;
    }
    .new-in {
      padding-bottom: 0px;
    }
  
    .like-slide img {
      height: 350px;
    }
    .like-slide {
      height: 430px;
    }
    .bath-product {
      flex-direction: column;
      width: 100%;
      /* margin-top: 30px; */
    }
    .content-bathproducts {
      margin: 0px;
      width: 80%;
      margin-top: 30px;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
    }
    .content-bathproducts h2 {
      text-align: center;
      font-weight: 350;
      font-size: 40px;
      line-height: 45px;
      font-weight: 400;
      width: 100%;
      letter-spacing: -1px;
    }
    .content-bathproducts p {
      text-align: center;
      font-size: 16px;
      font-weight: 300;
    }
    .shop-bath {
      margin-top: 0px;
    }
    .bath-product-img {
      width: 80%;
      margin-bottom: 10px;
    }
    .bath-product-img img {
      width: 100%;
      height: 90%;
      object-fit: cover;
    }
    .mission-heading {
      margin-top: 5px;
      width: 85%;
    }
    .mission-heading h2 {
      margin-top: 45px;
      font-weight: 350;
    }
    .mission-heading p {
      font-weight: 300;
      width: 100%;
      margin-top: 0px;
    }
    .mission-img-i img {
      width: auto;
      /* height: 80px; */
    }
    .mision-statement {
      width: 80%;
    }
    .learn_more {
      margin-top: 35px;
    }
    .follow-us-heading {
      margin-top: 35px;
    }
    .follow-us-heading h3 {
      font-size: 25px;
      line-height: 25px;
    }
    .follow-us-heading h2 {
      font-size: 40px;
      line-height: 40px;
      font-weight: 350;
    }
    .card_swip-follow {
      padding: 0px;
      padding-top: 10px;
    }
    .popup-overlay {
      display: none !important;
    }
    .hero-description p {
        font-size: 20px;
        line-height: normal;
        font-weight: 300;
        text-align: center;
        width: 95%;
    }
  }
  @media(max-width:570px){
    .popup-overlay {
      display: none !important;
    }
  }
  /* carousel */
  @media (max-width: 1100px) {
    /* #slider-container #slider .slide {
      width: calc(34.3333333% - 20px);
    } */
  }
  @media (max-width: 900px) {
    /* #slider-container #slider .slide {
      width: calc(45% - 20px);
    } */
  }
  @media (max-width: 550px) {
    /* #slider-container #slider .slide {
      width: calc(10% - 20px);
    } */
  }
  
  @media (max-width: 605px) {
    .custom-slick-prev img,
    .custom-slick-next img {
      width: 20px;
      height: 20px;
    }
    .custom-slick-prev {
      left: 0;
      padding: 0;
    }
    .custom-slick-next {
      right: 0;
      padding: 0;
    }
    .follow-us-img-i {
      margin: 15px;
    }
  }
  
  @media (max-width: 435px) {
    .custom-slick-prev img,
    .custom-slick-next img {
      width: 20px;
      height: 20px;
    }
    .custom-slick-prev {
      left: 0;
      padding: 0;
    }
    .custom-slick-next {
      right: 0;
      padding: 0;
    }
  }

  .cartItems {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .carts {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    gap: 10px;
    height: 50vh;
  }
  .added-cart {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    gap: 20px;
  }
  .added-cart img {
    width: 90px;
    height: 90px;
  }
  .cart-product-des {
    width: 50%;
    gap: 5px;
    display: flex;
    flex-direction: column;
  }
  .cart-product-des h2 {
    font-family: "Helvetica W01 Light";
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #403f2b;
    word-spacing: 1px;
    margin: 0px;
  }
  
  #cartItems .cart-product-des p {
    font-family: "Helvetica W01 Light";
    font-size: 15px;
    font-weight: 400;
    color: #403f2b;
    margin: 0px;
    word-spacing: 1px;
  }
  
  .input-counter {
    display: flex;
    border: 1px solid #403f2b;
    width: 60px;
    height: 23px;
    padding: 2px 5px;
    align-items: center;
    /* justify-content: space-evenly; */
    gap: 5px;
  }
  .input-counter button {
    background-color: transparent;
    border: 0px;
    width: 20px;
  }
  .input-counter button p {
    font-family: "Helvetica W01 Light";
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #403f2b;
    margin: 0px;
    word-spacing: 1px;
  }
  .clear-cart {
    width: 20px;
    height: 20px;
    background-color: #403f2b;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .clear-cart img {
    width: 11px;
    height: 11px;
  }
  .sub-total {
    display: flex;
    flex-direction: column;
    width: 80%;
    align-self: center;
    height: 80px;
    gap: 20px;
  }
  .sub-total h3 {
    font-family: "Helvetica W01 Light";
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    color: #403f2b;
    margin: 0px;
    word-spacing: 1px;
  }
  #cartItems .sub-total p {
    font-family: "Helvetica W01 Light";
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    color: #403f2b;
    margin: 0px;
    word-spacing: 1px;
  }
  .line-border {
    width: 100%;
    height: 100px;
    border-top: 1px solid #cbc8c0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  .view-cart {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #403f2b;
    height: 45px;
    border-radius: 15px;
  }
  .view-cart a {
    text-decoration: none;
    color: #fefaf0;
  }
  
  #cartItems .view-cart a p {
    font-family: "Helvetica W01 Light";
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #fefaf0;
    margin: 0px;
    word-spacing: 1px;
  }

 /* Product Carousel Styles */
 .product-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0px;
    /* padding: 10px; */
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For IE and Edge */
     /* Ensures it spans the full viewport width */
    /* margin-left: 8.5%; */
  }
  
  .product-carousel::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Webkit browsers */
  }
  
  /* Product Card Styling */
  .product-card {
    flex: 0 0 auto;
    width: 250px;
    max-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 0px;
  }
  
  .product-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 5px;
  }
  
  .product-card h3 {
    font-size: 16px;
    text-align: center;
    margin: 5px 0;
    font-weight: 500;
  }
  
  .product-card p {
    font-size: 16px;
    text-align: center;
    color: #555;
    margin: 0;
  }

  .new-in-i {
    display: flex;
    justify-content: center;
  }

  @media (min-width: 1150px) {
    .product-carousel {
        margin-left: 20%;
      }
  }
  .product-title {
    font-size: 15px;
    margin-top: 5px;
    color: #333;
    font-weight: 500;
  }
  
  .price {
    font-size: 1rem;
    font-weight: bold;
    color: #555;
    margin-top: 4px;
  }