@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,400;1,500;1,700;1,900&display=swap');

body,
html {
    margin: 0;
    padding: 0
}


/* .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  } */



@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('../fonts/BebasNeue-Regular.woff') format('woff'),
        url('../fonts/BebasNeue-Regular.ttf') format('truetype'),
        url('../fonts/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Medium.woff2') format('woff2'),
        url('../fonts/Figtree-Medium.woff') format('woff'),
        url('../fonts/Figtree-Medium.ttf') format('truetype'),
        url('../fonts/Figtree-Medium.svg#Figtree-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Regular.woff2') format('woff2'),
        url('../fonts/Figtree-Regular.woff') format('woff'),
        url('../fonts/Figtree-Regular.ttf') format('truetype'),
        url('../fonts/Figtree-Regular.svg#Figtree-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-SemiBold.woff2') format('woff2'),
        url('../fonts/Figtree-SemiBold.woff') format('woff'),
        url('../fonts/Figtree-SemiBold.ttf') format('truetype'),
        url('../fonts/Figtree-SemiBold.svg#Figtree-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Bold.woff2') format('woff2'),
        url('../fonts/Figtree-Bold.woff') format('woff'),
        url('../fonts/Figtree-Bold.ttf') format('truetype'),
        url('../fonts/Figtree-Bold.svg#Figtree-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





h1,
h2,
h3,
h4,
h5 {
    font-family: 'Bebas Neue';
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

  
p {color: #2b2b2b;font-size: 15px;font-family: "Roboto", sans-serif;line-height: 1.4;}

* {scroll-behavior: smooth}

body {letter-spacing: 0;font-size: 16px;}

.form-box textarea.form-control {height: 100px}
a {color: inherit;text-decoration: none;}

a:hover {text-decoration: none}
:hover, img {transition: all 0.2s ease-in-out 0s;}

/* FORM FIELD */
:focus {outline: 0 !important}
:hover{transition: all ease-in-out 0.3s 0s;}
.form-top .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #fff;font-family: "Montserrat", sans-serif;}

.form-top .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.form-top .form-control::placeholder {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.custom-select:focus {
    border-color: #b69859;
    outline: 0;
    box-shadow: none
}
/* FORM FIELD END */
.gap_block {
    padding: 70px 0
}
/* HOVER EFFECT */
.hover_shadow:hover{
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3) !important;
}
.img_roted:hover img{
    transform: rotate(360deg);
}
/* HOVER EFFECT END */
.text_truncate{
    width:100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 65px;
    line-height: 1.5;
}
.owl-carousel img{
    width: auto !important;
    margin: auto;
}
/* Header CSS */


/* Banner */

/* BACKGROUND HEIGHT IMAGES */

@media screen and (max-width: 992px) {
    .banner-content.position-absolute {
        position: relative !important;
        padding: 30px 0;
    }
}

/* Added by Hiranmoy on 15-12-2023  */

/* Offer Bar */
.top-offer {
  background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px 0;
  font-size: 1.1rem;
}

/* Navbar */
.navbar {background: #fff;padding: 1rem 0;border-bottom: 1px solid #f1f1f1;}
.navbar-brand img {height: 60px;}
.navbar-nav .nav-link {color: #000;font-weight: 600;font-size: 1.1rem;margin: 0 15px;}
.navbar-nav .nav-link:hover {color: #d63384;}
.nav-icons i {font-size: 1.3rem;margin-left: 20px;color: #333;cursor: pointer;}
.nav-icons i:hover {color: #d63384;}

/* banner section */
.hero-section {position: relative;padding: 0px 0;overflow: hidden;background: #e1e5e8;}

    .hero-text h1 {
    font-size: 60px;
    color: #222;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin-bottom: 10px;

    }

    .hero-text p {
      color: #555;
      font-size: 1.1rem;
      margin-top: 10px;
      max-width: 480px;
    }

    .btn-shop {
      background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
      color: #fff;
      border: none;
      padding: 12px 35px;
      font-weight: 600;
      font-size: 1.1rem;
      border-radius: 4px;
      margin-top: 25px;
    }

    .btn-shop i {
      margin-left: 8px;
    }

    .btn-shop:hover {
      background: linear-gradient(135deg, #d63384 0%, #7c3aed 100%);
    }

    .image-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .image-grid div {
      background-color: #111015;
      height: 270px;
    }

    .image-tall {
      grid-row: span 2;
      height: 550px !important;
    }

    /* Arrows */
    .arrow-btn {
      position: absolute;
      bottom: 60px;
      left: 40px;
      background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
      color: #fff;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      cursor: pointer;
      transition: 0.3s;
    }
    .arrow-btn:hover {
      background: linear-gradient(135deg, #d63384 0%, #7c3aed 100%);
    }

    .arrow-btn.right {
      right: 40px;
      left: auto;
    }

    /* Social icons */
    .social-icons {
      position: fixed;
      bottom: 10px;
      right: 30px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 10;
    }

    .social-icons img {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 0 6px rgba(0,0,0,0.1);
      transition: 0.3s;
    }

    .social-icons img:hover {
      transform: scale(1.1);
    }





/* Nav container */
#slider-bnr .owl-nav {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px; /* space between arrows */
  position: absolute;
    top: 36%;
        width: 100%;
}

/* Nav buttons */
#slider-bnr .owl-nav button {
/* 
      bottom: 60px;
      left: 40px; */
      background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
      color: #fff;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      cursor: pointer;
      transition: 0.3s;
}

/* Left button */
#slider-bnr .owl-nav .owl-prev {
      position: absolute;
    left: -210px;

}

/* Right button */
#slider-bnr .owl-nav .owl-next {
      position: absolute;
    right: -210px;
}

/* Hover effects */
#slider-bnr .owl-nav .owl-prev:hover,
#slider-bnr .owl-nav .owl-next:hover {
  background: linear-gradient(135deg, #d63384 0%, #7c3aed 100%);
}

/* Disabled state */
#slider-bnr .owl-nav .owl-prev.disabled,
#slider-bnr .owl-nav .owl-next.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

#slider-bnr .owl-nav img {
  width: 20px; /* adjust as needed */
  height: auto;
}

#slider-bnr .owl-nav .owl-prev img {
  transform: rotate(0deg); /* flip for left side */
}




.bp-text h2{ font-size: 25px; color: #fff;}



.marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee h2 {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

.marquee h2 span{font-family: 'Bebas Neue'; font-size: 28px;color: #1d0442;letter-spacing: 3px;}



    @media (max-width: 991px) {
      .hero-section {
        padding: 50px 20px;
      }
      .hero-text {
        text-align: center;
      }
      .image-grid {
        margin-top: 40px;
        grid-template-columns: 1fr;
      }
      .image-tall {
        grid-row: auto;
        height: 250px;
      }
      .arrow-btn {
        bottom: 20px;
        left: 20px;
      }
      .arrow-btn.right {
        right: 20px;
      }
    }


    /* collection */
.occasion h2{
    font-size: 60px;
    color: #000;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500 !important;
    text-transform: uppercase;
}
.occasion p{font-family: 'Figtree'; font-size: 18px; color: #757575;}




.sbo h4{
    font-family: 'Figtree';
      font-size: 26px;
      color: #000;
    font-weight: bold;
    margin-top: 30px;
    
    text-align: center;
}

     /* Section Headings */
    .collection-section {
      text-align: center;
      padding: 60px 0 30px;
    }

    .collection-section h2 {
    font-size: 60px;
    color: #000;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500 !important;
    text-transform: uppercase;
      margin-bottom: 10px;
    }

    .collection-section p {
    font-family: 'Figtree';
    font-size: 18px;
    color: #757575;
      margin-bottom: 30px;
    }

    /* Filter Tabs */
    .filter-btns button {
      background-color: #d9d9d9;
      border: none;
      padding: 10px 25px;
      margin: 5px;
      font-family: 'Figtree';
      font-size: 20px;
      color: #000;
      font-weight: 600;
      border-radius: 4px;
      transition: 0.3s;
    }

    .filter-btns button.active,
    .filter-btns button:hover {
      background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
      font-family: 'Figtree';
      font-size: 20px;
      color: #fff;
      font-weight: 600;

    }

    /* Product Cards */
    .product-card {
      position: relative;
      text-align: center;
      transition: 0.3s;
      display: none; /* Hidden by default */
    }

    .product-card.show {
      display: block;
    }

    .product-card img {
      width: 100%;
      border-radius: 6px;
      object-fit: cover;
    }

    .product-card:hover {
      transform: translateY(-5px);
    }

    .product-card h5 {
      font-family: 'Figtree';
      font-size: 24px;
      color: #000;
      font-weight: 700;
      margin-top: 12px;
      margin-bottom: 5px;
    }

    .product-card p {
      color: #333;
      font-weight: 600;
    }

    /* Tag Labels */
    .tag {
      position: absolute;
      top: 10px;
      left: 10px;
      background: #f04e98;
      color: #fff;
      padding: 3px 10px;
      border-radius: 20px;
      font-size: 0.8rem;
      font-weight: 600;
    }

    .tag-secondary {
      background: #222;
      margin-top: 25px;
      display: inline-block;
    }

    @media (max-width: 767px) {
      .collection-section {
        padding: 50px 20px;
      }
    }


    /*  */
    .bg-perpel{background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%); padding: 30px 0;}
    .bg-perpel h2{
      font-size: 60px;
    color: #fff;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 105px;
    }


.bp-text h2{     font-family: 'Figtree';
    font-size: 28px;
    color: #fff;
    letter-spacing: normal;}

.shop-by-nail-shape {
  overflow-x: hidden;
}

.shop-by-nail-shape .owl-carousel,
.shop-by-nail-shape .owl-stage-outer {
  overflow: hidden !important;
}

.shop-by-nail-shape img {
  max-width: 100%;
  height: auto;
  display: block;
}


.shape-card-body{
    display: flex;
    align-items: center;
    width: 12%;
    gap: 88px;
    justify-content: space-evenly;
    flex: 1;
}


.bg-light2{background: #f2f4ff;}
.shape_box{
    text-align: center;
    margin: 0;
}

.shape_box h5{
  font-family: 'Figtree';
      font-size: 17px;
    font-weight: 500;
    margin-top: 30px;
    color: #000;
    text-align: center;


}


.faq{ font-size: 60px;
    color: #000;
    margin: 0 0 60px 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
}




.shop-by-nail-shape{padding:50px 0;}


.shop-by-nail-shape h2{
font-size: 60px;
    color: #000;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500 !important;
}








.nail-img-1 {
  width: 80px;
  height: auto;
  transition: 0.3s;
  cursor: pointer;
}
.nail-img-1:hover {
  content: url('../images/shape-1-hover.png'); /* Replace with your hover image */
}

.nail-img-2 {
  width: 80px;
  height: auto;
  transition: 0.3s;
  cursor: pointer;
}
.nail-img-2:hover {
  content: url('../images/shape-2-hover.png'); /* Replace with your hover image */
}

.nail-img-3 {
  width: 80px;
  height: auto;
  transition: 0.3s;
  cursor: pointer;
}
.nail-img-3:hover {
  content: url('../images/shape-3-hover.png'); /* Replace with your hover image */
}

.nail-img-4 {
  width: 80px;
  height: auto;
  transition: 0.3s;
  cursor: pointer;
}
.nail-img-4:hover {
  content: url('../images/shape-4-hover.png'); /* Replace with your hover image */
}

.nail-img-5 {
  width: 80px;
  height: auto;
  transition: 0.3s;
  cursor: pointer;
}
.nail-img-5:hover {
  content: url('../images/shape-5-hover.png'); /* Replace with your hover image */
}

.nail-img-6 {
  width: 80px;
  height: auto;
  transition: 0.3s;
  cursor: pointer;
}
.nail-img-6:hover {
  content: url('../images/shape-6-hover.png'); /* Replace with your hover image */
}

.nail-img-7 {
  width: 80px;
  height: auto;
  transition: 0.3s;
  cursor: pointer;
}
.nail-img-7:hover {
  content: url('../images/shape-7-hover.png'); /* Replace with your hover image */
}

.nail-img-8 {
  width: 80px;
  height: auto;
  transition: 0.3s;
  cursor: pointer;
}
.nail-img-8:hover {
  content: url('../images/shape-8-hover.png'); /* Replace with your hover image */
}



/* shope by shape */


/* Nav container */
#slider-shape .owl-nav {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px; /* space between arrows */
  position: absolute;
    top: 36%;
        width: 100%;
}

/* Nav buttons */
#slider-shape .owl-nav button {
/* 
      bottom: 60px;
      left: 40px; */
      background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
      color: #fff;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      cursor: pointer;
      transition: 0.3s;
}

/* Left button */
#slider-shape .owl-nav .owl-prev {
      position: absolute;
    left: -210px;

}

/* Right button */
#slider-shape .owl-nav .owl-next {
      position: absolute;
    right: -210px;
}

/* Hover effects */
#slider-shape .owl-nav .owl-prev:hover {
  background: #9faef3;
}
#slider-shape .owl-nav .owl-next:hover {
  background: #b594f5;
}

/* Disabled state */
#slider-shape .owl-nav .owl-prev.disabled,
#slider-shape .owl-nav .owl-next.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

#slider-shape .owl-nav img {
  width: 20px; /* adjust as needed */
  height: auto;
}

#slider-shape .owl-nav .owl-prev img {
  transform: rotate(0deg); /* flip for left side */
}









 /* Instagram Section */

section.insta-section-main {
    position: relative;
    padding: 60px 0;
    margin: 20px 0 15px;
}


    .insta-section {
      display: flex;
      align-items: center;
      justify-content: start;
      background-color: #8853d3;
      color: #fff;
      padding: 40px 30px;
      border-radius: 0px;
      height: 100%;
          width: 19%;
    position: absolute;
    left: 0;
        top: 0px;
    }
    .insta-section img {
      width: 50px;
      height: 50px;
      margin-right: 10px;
    }
    .insta-section h5 {
      margin: 0;
     font-family: 'Figtree';
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    }
    .insta-section p {
      margin: 0;
     font-family: 'Figtree';
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    }

    /* Image Gallery */
    .gallery {
      display: flex;
      gap: 15px;
      overflow-x: auto;
    }
    .gallery div {
      background-color: #bfbfbf;
      flex: 0 0 247px;
      height: 400px;
      border-radius: 6px;
    }

    /* Newsletter Section */
    .newsletter-section {
      background: linear-gradient(to bottom, #e6d5ff, #fce3ef);
      padding: 50px 20px;
    }
    .newsletter-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
      border: 2px solid #8853d3;
      border-radius: 4px;
      padding: 10px 20px;
    }
    .newsletter-box input {
      border: none;
      flex: 1;
      padding: 10px;
      outline: none;
      font-size: 16px;
      background: transparent;
    }
    .newsletter-box button {
      background-color: #8853d3;
      border: none;
      color: #fff;
      padding: 10px 20px;
      border-radius: 0;
    }
    .newsletter-text h3 {
font-family: 'Bebas Neue';
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 0;
    }


     /* Category Section */
    .category-card img {
      border-radius: 20px;
      width: 100%;
      height: auto;
    }
    .category-card h6 {
    font-family: 'Figtree';
    font-size: 28px;
    font-weight: bold;
    margin-top: 36px;
    text-align: center;
    }

    /* Features Row */
    .features-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
      /* margin: 50px 0; */
      text-align: center;
      padding: 30px 0;
    }
    .feature-box {
      flex: 1 1 200px;
      max-width: 307px;
      display: flex;
    align-items: center;
    justify-content: center;
    }
    .feature-box img {
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
    }
    .feature-box p {
    font-family: 'Figtree';
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    margin-left: 2px;
    }

    /* Shop the Look */
    .shop-look-section {
      margin: 50px 0;
    }
    .shop-look-title {
    font-size: 60px;
    color: #000;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
    }
    .shop-item {
      text-align: center;
    }
    .shop-item img {
      border-radius: 10px;
      width: 100%;
      height: auto;
      margin-bottom: 10px;
    }
    .shop-item h6 {
      font-weight: 500;
      margin-bottom: 5px;
    }
    .shop-item p {
      font-weight: 700;
      margin-bottom: 0;
    }
    .shop-arrows {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .arrow-btn {
      background-color: #8853d3;
      color: #fff;
      border: none;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .arrow-btn:hover {
      background-color: #6c3fc7;
    }



.test_text {
    text-align: center;
    margin-top: 25px;
}
.test_text h6{
      font-family: 'Figtree';
    font-size: 19px;
    margin-top: 25px;
    text-align: center;
}
.test_text p{
  font-family: 'Figtree';
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}




.tag_top_ber {
  position: absolute;
  bottom: 111px;
  right: 11px;
}

.tag_t2 {
padding: 7px 20px;
  color: #fff;
  background: #f80587;
  font-size: 18px;
}

.tag-secondary {
  background: #222;
  margin-top: 6px;
  display: inline-block;
  background: #000 !important;

}









.occasion{padding: 40px 0 60px 0;}












    .countdown-section {
      /* background: linear-gradient(90deg, #8853d3, #c28df7); */
      color: #fff;
      text-align: center;
      padding: 60px 20px;
      border-radius: 10px;
    }
    .countdown-box {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
    }
    .count-item {
background: #8a58d4;
    border-radius: 0px;
    padding: 9px 12px;
    min-width: 91px;
    }
    .count-item h2 {
font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    }
    .count-item p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 600;
    }



.fp1 h3{
  font-family: 'Figtree';
    font-size: 19px;
    margin-top: 40px;
        text-align: center;
}
.fp1 h2{font-family: 'Figtree'; font-size: 24px; font-weight: 600;    text-align: center;}


.bg-danger-subtle {
    background-color: #ffffff !important;
    position: relative;
}

.sls_rbg{
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #cbb1f2;
    color: #fff;
    padding: 40px 30px;
    border-radius: 0px;
    height: 100%;
    width: 19%;
    position: absolute;
    right: 0;
    top: 0px;
}




.accordion-button:not(.collapsed){background-color: #ffffff !important;}

.accordion-button:focus {
    z-index: 3;
    border-color:none;
    outline: 0;
    box-shadow: none;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.countdown-section h3{
  font-size: 60px;
    color: #000;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
font-weight: 500 !important;
  text-transform: uppercase;
}

.fresh-friday-drops-inn
 {
    padding: 95px 0;
}

.tag2{
  position: absolute;
    right: 0;
    bottom: 130px;
}

.atext h4{
      background-color: #ee2761;
    font-family: 'Figtree';
    font-size: 18px;
    color: #fff;
    padding: 8px 20px;
    margin-bottom: 5px;
}
.at_bg h4{background-color: #ff99ff;}

.testimonials-heading{ background: url(../images/testimonial-bg.png) no-repeat scroll 26px center;padding: 114px 0; color: #000 !important;}

.testimonials-box{
  background-color: #fff;
    margin: 15px 32px;
    padding: 20px;
}


.testi_img{
  width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
}

.testi_text{
    width: 76%;
    margin-left: 20px;
}

.testi_text_inn{display: flex; align-items: center; justify-content: space-between;}
.rating{display: flex; align-items: center; justify-content: center;}
.rating li{
  list-style-type: none;
    display: block;
    padding: 0 3px;
    color: #ee66a6;
}
.rating-text h3{font-family: 'Figtree';font-size: 18px;color: #ee66a6;}

.clr-bg{display: flex; align-items: center; justify-content: space-between;}
.bg-white2{width: 50%;}
.bg-perpel2{width: 50%; background: #cbb1f2;}

.friday-p-box{ margin: 20px 0 10px 0px;}

.fp1{
    width: 216px;
    overflow: hidden;
    margin: 0 10px;
        position: relative;
}

.card-body {
    padding: 0;
    border: none;
}
.card.bg-white {
    border: 0;
}

.accordion-header{
    margin-bottom: 0;
    font-family: 'Figtree';
    font-size: 30px;
    color: #000;
}
.accordion-button{
      font-family: 'Figtree';
    font-size: 23px;
    color: #000;
}
.accordion-item
 {
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 15px;
}

/* Nav container */
#slider-testmonial .owl-nav {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px; /* space between arrows */
  position: absolute;
    top: 36%;
        width: 100%;
}

/* Nav buttons */
#slider-testmonial .owl-nav button {
/* 
      bottom: 60px;
      left: 40px; */
      background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
      color: #fff;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      cursor: pointer;
      transition: 0.3s;







}

/* Left button */
#slider-testmonial .owl-nav .owl-prev {
      position: absolute;
    left: -30px;

}

/* Right button */
#slider-testmonial .owl-nav .owl-next {
      position: absolute;
    right: -30px;
}

/* Hover effects */
#slider-testmonial .owl-nav .owl-prev:hover {
  background: #9faef3;
}
#slider-testmonial .owl-nav .owl-next:hover {
  background: #b594f5;
}

/* Disabled state */
#slider-testmonial .owl-nav .owl-prev.disabled,
#slider-testmonial .owl-nav .owl-next.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

#slider-testmonial .owl-nav img {
  width: 20px; /* adjust as needed */
  height: auto;
}

#slider-testmonial .owl-nav .owl-prev img {
  transform: rotate(0deg); /* flip for left side */
}

.menu-inn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 50px;
}

 .footer-block{
    background-color: #8a58d4;
    padding: 40px 0 20px;
}
.footer-logo-img img{width: 265px; padding: 50px 0;}





.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-col{width: 40%;}

.footer-col h3 {
  font-family: 'Figtree';
  font-size: 32px;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
}

/* .footer-col h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #b30059;
  margin-top: 5px;
} */

.footer-col p {
  font-family: 'Figtree';
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 10px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  font-family: 'Figtree';
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #b30059;
}

.footer-logo h2 {
  font-size: 28px;
  color: #b30059;
}
.footer-logo h2 span {
  font-weight: 300;
}

.social-icons {
  margin: 15px 0;
}
.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: #b30059;
  transition: transform 0.3s ease;
}
.social-icons a:hover {
  transform: scale(1.2);
}

.payment-icons img {
  /* height: 35px; */
  margin-right: 10px;
  /* border: 1px solid #b30059; */
  border-radius: 5px;
  padding: 3px 6px;
  /* background: #fff; */
  margin-top: 20px;
}

.footer-col-1
 {
    width: 55%;
}
.footer-col-1 h3 {
  font-family: 'Figtree';
  font-size: 32px;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
}
.footer-col-1 ul {
  list-style: none;
  padding: 0;
}

.footer-col-1 ul li {
  margin-bottom: 8px;
}

.footer-col-1 ul li a {
  font-family: 'Figtree';
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col-1 ul li a:hover {
  color: #b30059;
}

#slider-bnr-mobile{display: none;}
#slider-bnr{display: block;}


.footer-copyright {
  background: #7e4ec6;
  text-align: center;
  padding: 10px 0;
  width: 100%;
}

.footer-copyright p {
  font-family: 'Figtree';
  font-size: 15px;
  color: #ebeaea;
  text-align: center;
  margin: 0;
}

.close-btn{display:none}


@media screen and (max-width: 1366px) {

.count-item {
    background: #8a58d4;
    border-radius: 0px;
    padding: 9px 8px;
    min-width: 82px;
}

.sls_rbg{
    width: 9%;
}

.countdown-box {
    gap: 10px;
}

.fresh-friday-drops-inn {
    padding: 15px 0;
        background-size: 36%;
}
.feature-box img
 {
    width: 101px;
    height: 101px;
    margin-bottom: 10px;
}
.countdown-section h3 {
  font-size: 52px;
}
.bg-perpel h2 {
  font-size: 34px;
}
.faq {
  font-size: 52px;
}

.shop-look-title {
  font-size: 52px;
}

.category-card h6 {
  font-size: 24px;
}

.shop-by-nail-shape h2 {
  font-size: 52px;
}
.sbo h4 {
  font-size: 24px;
}
.occasion h2 {
  font-size: 52px;
}
.collection-section h2 {
  font-size: 52px;
}
.hero-text h1 {
  font-size: 52px;
}
.tag2 {
  bottom: 139px;
}

section.insta-section-main{
    position: relative;
    padding: 15px 0;
    margin: 10px 0 10px;
}

.insta-section {
    width: 21%;
}

#slider-shape .owl-nav .owl-next{
    position: absolute;
    right: -120px;
}
#slider-shape .owl-nav .owl-prev{
    position: absolute;
    left: -120px;
}


.testimonials-heading {font-size: 52px;}
.fp1 img {
  width: 100%;
}


}


@media screen and (max-width: 1024px) {
  .countdown-section h3 {
    font-size: 42px;
  }
  .count-item {
    padding: 9px 8px;
    min-width: 60px;
  }
  .countdown-box {
    gap: 7px;
  }

 .fresh-friday-drops-inn {
    padding: 15px 0;
    background-size: 44%;
  }
.fp1 img {
  width: 100%;
}
.bg-perpel img {
  width: 100%;
  height: 100%;
}

  .sls_rbg {
    display: none;
  }
    .insta-section {
    width: 29%;
  }

   #slider-shape .owl-nav .owl-next {
    position: unset;
  }

    #slider-shape .owl-nav .owl-prev {
    position: unset;
  }

  #slider-shape .owl-nav button {
  bottom: 60px;
  left: 40px;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
}

#slider-shape .owl-nav {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: -47px;
  width: 100%;
}


}







@media screen and (max-width: 480px) {


.hero-text h1{
    font-size: 42px;
}
.collection-section h2{
    font-size: 42px;
}
.filter-btns button {
    padding: 10px 20px;
    font-size: 18px;
}

.product-card h5{
    font-size: 22px;
}

.bg-perpel{
    padding: 30px 0;
}

.bp-text h2 {
    font-size: 24px !important;
}

.occasion h2{
    font-size: 42px;
}

.insta-section {
    align-items: center;
    justify-content: center;
    width: 100%;
    position: unset;
}

.category-card h6
 {
    font-size: 24px;
    margin-top: 20px;
}

.features-row {
    gap: 8px;
    padding: 15px 0;
}

.shop-look-section .pe-5{
  padding-right: 10px !important;
    padding-left: 10px !important;
}

#slider-testmonial .owl-nav .owl-next{
    right: 0;
}
#slider-testmonial .owl-nav .owl-prev {
    left: 0px;
}

.shop-look-title{
    font-size: 42px;
    margin-bottom: 25px;
}

.friday-p-box{display: unset !important;}

.fp1 {
    width: 100%;
    overflow: hidden;
        margin: 20px 0;
    position: relative;
}

.fp1 img{width: 100%;}



/* .fresh-friday-drops-inn {
    padding: 665px 0 10px;
    background-position: top !important;
} */

  .fresh-friday-drops-inn {
    padding: 470px 0 5px;
    background-size: 100%;
  }

.countdown-section{
    padding: 28px 20px 0;
    border-radius: 10px;
    margin: 0 !important;
}

.faq {
    font-size: 42px;
    margin: 40px 0 27px 0;
}


.bg-perpel h2
 {
    font-size: 42px;
    margin: 0;
    padding-left: 0;
}
.footer-logo-img {
    text-align: center;
}

.footer-col-1 {
    width: 100%;
}

.footer-col {
    width: 100%;
}
.rating {
    padding: 0;
        justify-content: flex-start;
}
.accordion-button {
    font-size: 20px;
}
.testi_img {
  width: 120px;
  height: 108px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 20px;
  text-align: center;
}
.tag {
  position: absolute;
  top: 147px;
  right: 12px;
  background: #f04e98;
  color: #fff;
  padding: 3px 10px;
  border-radius: 0;
  font-size: 0.8rem;
  font-weight: 600;
  width: 50%;
  margin-bottom: 0px;
}

.footer-block .d-flex{ display: unset !important;}
.shape-card-body {
    display: unset;
    width: 100%;
    flex: 2;
}

.count-item {
    padding: 9px 12px;
    min-width: 78px;
}
.countdown-box {
    gap: 8px;
}

.countdown-section h3 {
    font-size: 36px;
}
.testi_text_inn {
    display: block;
}

.sls_rbg {display: none;}
.order-down {flex-wrap: wrap-reverse;}
#slider-shape .owl-nav .owl-prev {display: none;}
#slider-shape .owl-nav .owl-next{display: none;}
.navbar-toggler {
  position: absolute;
  right: 13px;
}
.nav-icons {
  align-items: flex-start !important;
  position: absolute;
  right: 97px;
}



/* === RIGHT SLIDE MENU STYLES === */
    .navbar-collapse {
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      width: 280px;
      max-width: 85%;
      background: #e8dcfd;
      box-shadow: -5px 0 20px rgba(0,0,0,0.15);
      padding: 70px 20px 20px;
      transform: translateX(100%);
      transition: transform 0.4s ease;
      overflow-y: auto;
      z-index: 1050;
    }

    /* When menu is open */
    .navbar-collapse.show {
      transform: translateX(0);
    }

    /* Overlay when open */
    .menu-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.4);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      z-index: 1049;
    }
    .menu-overlay.active {
      opacity: 1;
      pointer-events: auto;
    }

    /* Optional link styling */
    .navbar-nav .nav-link {
      color: #111;
      font-weight: 500;
      padding: 10px 0;
    }
    .navbar-nav .nav-link:hover {
      color: #d63384;
    }


.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}


    /* Close button */
    .close-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      background: transparent;
      border: none;
      font-size: 30px;
      color: #333;
      cursor: pointer;
      transition: color 0.2s ease;
    }
    .close-btn:hover {
      color: #d63384;
    }

#slider-bnr-mobile{display: block;}
#slider-bnr{display: none;}

.bner_1 img{width: 100% !important;}
  .hero-section {
    padding: 5px 5px;
  }

.hero-m-text h1{
font-size: 32px;
color: #222;
margin: 20px 0 0 0;
margin-bottom: 0px;
letter-spacing: 1px;
font-weight: 500 !important;
text-transform: uppercase;
margin-bottom: 10px;
text-align: center;
}
.hero-m-text p{
color: #555;
  font-size: 18px;
  margin-top: 10px;
  max-width: 480px;
  text-align: center;
}

.hero-m-text h1 br{display: none;}
.hero-m-text {
  margin: 0 auto;
  text-align: center;
}

.btn-shop {
  margin-top: 0px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f80587 !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #EAACE9 !important;
  display: block;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.tag_top_ber{
  position: absolute;
    top: 70px;
    right: 12px;
}
.tag_t2 {
  padding: 3px 13px;
  color: #fff;
  background: #f80587;
  font-size: 14px;
}

.tag-secondary {
  background: #222;
  margin-top: 6px;
  display: inline-block;
}


.footer-logo-img img {
  width: 120px;
  padding: 0px 0 30px;
}

.footer-col-1 h3 {
  font-family: 'Figtree';
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

  .footer-col {
    width: 100%;
    text-align: left;
  }

.footer-col h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.footer-col p {
  font-size: 16px;
}

.footer-col-1 ul li a {
  font-size: 16px;
}
.testimonials-heading {
  background: none;
  padding: 15px 0;
  background-size: 18%;
}

.testimonials-box {
  background-color: #fff;
  margin: 15px 10px;
  padding: 20px;
  display: block !important;
}
.close-btn{display:block}

.shop-by-nail-shape {
  padding: 30px 0;
}

.occasion {
  padding: 40px 0 30px 0;
}
.feature-box {
  align-items: center;
  justify-content: flex-start;
}
  .collection-section {
    padding: 50px 20px 20px;
  }

}


@media screen and (max-width: 414px) {

  .product-card h5 {
    font-size: 18px;
  }

.product-card p {
  font-size: 14px;
}
  .sbo h4 {
    font-size: 18px;
  }

.product-card.show {
  margin: 0;
}

.filter-btns {
  margin-bottom:50px !important;
}

.shop-by-nail-shape h2 {
    font-size: 42px;
  }

 .fresh-friday-drops-inn {
    padding: 0px 0 5px;
    background-size: 100%;
  }

  .countdown-section {
    padding: 15px 0px 0;
    border-radius: 10px;
    margin: 0 !important;
  }

  .countdown-section h3 {
    font-size: 42px;
    margin-bottom: 10px !important;
  }

.newsletter-section .d-flex{display: unset !important;}

.newsletter-section {
  padding: 20px 20px;
  text-align: center;
}

.footer-col p br{display: none;}

 .feature-box img {
    width: 61px;
    height: 73px;
    margin-bottom: 10px;
  }
  .top-offer {
  padding: 8px 10px;

}

.close-btn{display:block}

.shop-by-nail-shape {
  padding: 30px 0;
}

.occasion {
  padding: 40px 0 30px 0;
}
.feature-box {
  align-items: center;
  justify-content: flex-start;
}
  .collection-section {
    padding: 50px 20px 20px;
  }

.hero-m-text h1 {
font-size: 24px;
}
.hero-m-text p {
font-size: 14px;
}

.btn-shop {
  padding: 8px 13px;
}



}


.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1040;
}
.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-box {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: top 0.3s ease;
  z-index: 1050;
}
.search-box.open {
  top: 0;
}

/* ========================================
   HEYBEY DESIGN SYSTEM - GLOBAL CONSISTENCY
   Applied across all pages for uniform styling
   ======================================== */

/* PRIMARY BRAND COLORS */
:root {
  --primary-color: #8759e1;
  --primary-hover: #6e3fd6;
  --primary-light: #b594f5;
  --primary-dark: #5a3ba8;
  
  --secondary-color: #f8f9fa;
  --text-dark: #111015;
  --text-muted: #555;
  --border-color: #dee2e6;
  
  --success-color: #28a745;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #17a2b8;
}

/* ========================================
   BUTTONS - CONSISTENT ACROSS ALL PAGES
   ======================================== */

/* Primary Button - Main CTA (Shop, Cart, Checkout, Contact) */
.btn-primary,
button.btn-primary,
a.btn-primary {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 35px !important;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
  text-decoration: none;
}

.btn-primary:hover,
button.btn-primary:hover,
a.btn-primary:hover {
  background-color: var(--primary-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(135, 89, 225, 0.3);
}

.btn-primary:active {
  transform: translateY(0);
}

/* Button Sizes */
.btn-lg {
  padding: 14px 40px !important;
  font-size: 1.15rem !important;
}

.btn-sm {
  padding: 8px 20px !important;
  font-size: 0.95rem !important;
}

/* Outline Button */
.btn-outline-primary {
  background-color: transparent !important;
  color: var(--primary-color) !important;
  border: 2px solid var(--primary-color) !important;
  padding: 10px 30px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
}

.btn-outline-primary:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Dark Button */
.btn-dark {
  background-color: var(--text-dark) !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 35px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
}

.btn-dark:hover {
  background-color: #2c2c2c !important;
  transform: translateY(-2px);
}

/* Success Button */
.btn-success {
  background-color: var(--success-color) !important;
  border: none !important;
  font-weight: 600 !important;
}

.btn-success:hover {
  background-color: #218838 !important;
}

/* ========================================
   TYPOGRAPHY - PRODUCT NAMES & PRICES
   ======================================== */

/* Product Names - Consistent across Shop, Cart, Checkout */
.product-name,
.product-title,
.card-title {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

/* Product Price - Consistent styling */
.product-price,
.price {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--primary-color);
}

.product-price.sale,
.price-sale {
  color: var(--danger-color);
}

.product-price .regular-price {
  text-decoration: line-through;
  color: var(--text-muted);
  font-size: 1rem;
  font-weight: 400;
  margin-left: 8px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  color: var(--text-dark);
}

/* ========================================
   PRODUCT CARDS - HOVER EFFECTS
   ======================================== */

.product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.product-card img {
  transition: transform 0.3s ease;
}

.product-card:hover img {
  transform: scale(1.05);
}

.product-card .card-body {
  padding: 1rem;
}

.product-card .product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}

/* ========================================
   FORMS & INPUTS - CONTACT, CHECKOUT
   ======================================== */

.form-control {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 1rem;
  font-family: 'Figtree', sans-serif;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(135, 89, 225, 0.25);
  outline: none;
}

.form-label {
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

/* ========================================
   BADGES & TAGS
   ======================================== */

.badge {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  padding: 0.35em 0.65em;
  border-radius: 4px;
}

.badge.bg-primary {
  background-color: var(--primary-color) !important;
}

.badge.bg-danger {
  background-color: var(--danger-color) !important;
}

.badge.bg-success {
  background-color: var(--success-color) !important;
}

/* ========================================
   ALERTS & NOTIFICATIONS
   ======================================== */

.alert {
  border-radius: 8px;
  border: none;
  font-family: 'Figtree', sans-serif;
  padding: 1rem 1.25rem;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border-left: 4px solid var(--success-color);
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border-left: 4px solid var(--danger-color);
}

.alert-warning {
  background-color: #fff3cd;
  color: #856404;
  border-left: 4px solid var(--warning-color);
}

.alert-info {
  background-color: #d1ecf1;
  color: #0c5460;
  border-left: 4px solid var(--info-color);
}

/* ========================================
   BREADCRUMBS
   ======================================== */

.breadcrumb-item a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-item a:hover {
  color: var(--primary-hover);
  text-decoration: underline;
}

/* ========================================
   LINKS
   ======================================== */

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--primary-hover);
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */

@media (max-width: 768px) {
  .btn-primary,
  .btn-shop {
    padding: 10px 25px !important;
    font-size: 1rem !important;
  }
  
  .btn-lg {
    padding: 12px 30px !important;
    font-size: 1.05rem !important;
  }
  
  .product-name,
  .product-title {
    font-size: 0.95rem;
  }
  
  .product-price {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .btn-primary,
  .btn-shop {
    padding: 8px 20px !important;
    font-size: 0.95rem !important;
  }
}

/* ========================================
   Z-INDEX HIERARCHY FIX
   Ensure sticky header stays above sidebar
   ======================================== */

/* Sticky Header - Highest priority */
header.sticky-top,
.navbar.sticky-top,
.header-sticky {
  z-index: 1030 !important;
}

/* Shop Sidebar - Below header */
.sticky-top {
  z-index: 1020;
}

/* Modals and overlays - Above everything */
.modal,
.modal-backdrop {
  z-index: 1050 !important;
}

/* Toast notifications */
.toast-notification {
  z-index: 1040 !important;
}

/* Search overlay */
.search-overlay {
  z-index: 1025 !important;
}

.search-box {
  z-index: 1035 !important;
}

/* ========================================
   MOBILE MENU - MODERN DESIGN
   80% width with better layout
   ======================================== */

/* Mobile Menu Container */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 400px;
  height: 100vh;
  background: #fff;
  z-index: 1035;
  transition: right 0.3s ease-in-out;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.mobile-menu.show {
  right: 0;
}

/* Mobile Menu Header */
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.25rem;
  border-bottom: 1px solid #eee;
  background: #f8f9fa;
}

.mobile-menu-header .close-btn {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.mobile-menu-header .close-btn:hover {
  background: #e9ecef;
  color: #8759e1;
}

/* Mobile Menu Body */
.mobile-menu-body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 0;
}

/* Mobile Nav List */
.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav-item {
  border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  color: #333;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mobile-nav-link:hover {
  background: #f8f9fa;
  color: #8759e1;
  padding-left: 1.5rem;
}

.mobile-nav-link i {
  color: #999;
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.mobile-nav-link:hover i {
  transform: translateX(5px);
  color: #8759e1;
}

/* Mobile Menu Footer */
.mobile-menu-footer {
  padding: 1.5rem 1.25rem;
  background: #f8f9fa;
  border-top: 1px solid #eee;
}

.mobile-menu-section {
  margin-bottom: 1.5rem;
}

.mobile-menu-title {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 0.75rem;
  letter-spacing: 0.5px;
}

.mobile-quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-quick-links li {
  margin-bottom: 0.5rem;
}

.mobile-quick-links a {
  color: #555;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.mobile-quick-links a:hover {
  color: #8759e1;
}

/* Mobile Menu Social */
.mobile-menu-social {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}

.mobile-menu-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.mobile-menu-social a:hover {
  background: #8759e1;
  color: #fff;
  border-color: #8759e1;
  transform: translateY(-3px);
}

/* Desktop - Hide mobile menu */
@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}

/* Small Mobile - Full width */
@media (max-width: 480px) {
  .mobile-menu {
    width: 85%;
  }
}

/* Menu Overlay Enhancement */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1034;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ========================================
   SHOP SIDEBAR - MOBILE FLOATING DESIGN
   80% width with transitions
   ======================================== */

/* Shop Sidebar - Desktop */
.shop-sidebar {
  position: relative;
  z-index: 1020;
}

/* Shop Sidebar - Mobile Floating */
@media (max-width: 767px) {
  .shop-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 350px;
    height: 100vh;
    background: #fff;
    z-index: 1045;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    padding: 0 !important;
  }

  .shop-sidebar.show {
    left: 0;
  }

  .shop-sidebar-content {
    position: relative !important;
    top: 0 !important;
    padding: 1rem;
  }
}

/* Shop Sidebar Header - Mobile Only */
.shop-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #eee;
  background: #f8f9fa;
  position: sticky;
  top: 0;
  z-index: 10;
}

.shop-sidebar-header h5 {
  font-weight: 700;
  color: #333;
}

.sidebar-close-btn {
  background: transparent;
  border: none;
  font-size: 1.3rem;
  color: #333;
  cursor: pointer;
  padding: 0.5rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.sidebar-close-btn:hover {
  background: #e9ecef;
  color: #8759e1;
}

/* Shop Sidebar Overlay */
.shop-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1044;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
}

.shop-sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Desktop - Hide overlay and header */
@media (min-width: 768px) {
  .shop-sidebar-overlay {
    display: none !important;
  }
  
  .shop-sidebar-header {
    display: none !important;
  }
}

/* Footer Styling */
.footer-logo-img img {
  width: 150px;
  max-width: 100%;
}

.footer-columns {
  gap: 40px;
  flex-wrap: wrap;
}

.footer-col-1 {
  flex: 1;
  min-width: 200px;
  padding-right: 20px;
}

.footer-col-1 a,
.footer-col-1 li {
  white-space: nowrap;
}

.footer-col {
  flex: 1;
  min-width: 200px;
}

.contacts-links {
  margin-left: 20px;
}

.social-icons2 {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
