/* General styling */body {  margin: 0;  padding: 0;  font-family: Arial, sans-serif;}/* Sticky Navbar */.navbar.sticky {  position: fixed;  top: 0;  left: 0;  right: 0;  z-index: 999;  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);}/* Top bar styling */.top-bar {  background-color: #f8f9fa;  padding: 10px 20px;}.right-icons {  display: flex;  align-items: center;  gap: 15px;}.right-icons i {  font-size: 18px;}
/* Navbar Styling */.navbar {  background-color: #f8f9fa;  padding: 0.5rem 1rem;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);  position: sticky;  top: 0;  z-index: 1000;  transition: box-shadow 0.3s ease-in-out;}.navbar-toggler { justify-content: flex-end; border: none;  /* z-index: 1000; */}
.navbar-nav {  display: flex;  justify-content: center;  align-items: center;  text-align: center;  flex-grow: 1;  background-color: #e6cdc9;}.nav-link {  color: #495057;  font-weight: 500;
  padding: 10px 15px;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}.nav-link:hover,.nav-link.active {  color: #2c82a2;  border-bottom: 2px solid #2c82a2;  text-decoration: none;}/* Dropdown Menu Styling */.navbar-nav .dropdown-menu {  display: none;  position: relative;  top: 100%;  left: 50%;  transform: translateX(-50%) translateY(20px);  background-color: #ffffff;  border: 1px solid #ddd;  min-width: 1000px;  z-index: 1000;  opacity: 0;  visibility: hidden;  transition: all 0.3s ease;  display: grid;  grid-template-columns: 1fr 1fr 1fr 1fr;  column-gap: 15px;  padding: 15px;}
.navbar-nav .dropdown-menu .dropdown-item {  padding: 0.5rem 1rem;  color: #495057;  transition: background-color 0.3s ease;}.navbar-nav .dropdown-menu .dropdown-item:hover {  color: hsl(6.86deg 100% 82.69%);  border-bottom: 1px solid hsl(6.86deg 100% 82.69%);}.nav-item:hover > .dropdown-menu {  display: grid;
  opacity: 1;  visibility: visible;  transform: translateX(-50%) translateY(0);  background: #ffffffbd;  border: none;}.dropdown-img img {  max-width: 100%;}
/* Side slide menu for mobile */
#sideMenu { height: 100%; width: 0; position: fixed; top: 0; left: 0; background-color: #111; overflow-x: hidden; transition: 0.5s; padding-top: 60px; z-index: 1;
}
#sideMenu a {  padding: 10px 15px;  text-decoration: none;  color: #818181;  display: block;  transition: 0.3s;}
#sideMenu a:hover {  color: #f1f1f1;}#sideMenu .closebtn {  position: absolute;  top: 0;  right: 25px;  font-size: 36px;  margin-left: 50px;}

/* Sparkle Section Styling */
#sparkle-section {  background-color: #f8f9fa;  padding-top: 5rem;  padding-bottom: 5rem;}#sparkle-title {  font-size: 2.5rem;  color: #333;}

#sparkle-cards-container {  display: flex;  flex-wrap: wrap;  justify-content: space-between;}.spark-card {  position: relative;  overflow: hidden;  border-radius: 10px;  transition: transform 0.3s ease, box-shadow 0.3s ease;}

.spark-card img {  width: 100%;  height: 100%;  object-fit: cover;  transition: opacity 0.3s ease;  background-color: #e6cdc9;}.spark-card:hover {  transform: scale(1.05);  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);}

.spark-card:hover img {  opacity: 0.8;}/* Trending Section Styling */#trending-section {  padding-top: 3rem;  padding-bottom: 3rem;}
.trending-border {
  border: 2px solid #ddd;  border-radius: 8px;  background-color: #e6cdc9;}.trending-gift-card {  border-radius: 8px;}.trending-gift-card .card-img-top {
  border-radius: 8px 8px 0 0;
}
.trending-gift-card .card-body {  padding: 10px;}#trending-image img {  border-radius: 8px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}/* Spotlight Section Styling */#spotlight {
  background-color: #f8f9fa;
}#spotlight-banner img {  border-radius: 8px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}/* Ensure video is responsive and fills the container */.reels-container video {  width: 100%;  height: auto;  border-radius: 8px;  padding: 5px;}

/* Hide video controls */.reels-container video::-webkit-media-controls {  display: none;}.reels-container video::-webkit-media-controls-panel {  display: none;}/* Strokes Section Styling */.strokes-section {  display: flex;  align-items: center;  justify-content: space-between;  padding: 30px 0;}
.strokes-video {  width: 100%;  border-radius: 10px;}.strokes-content {  padding: 20px;  background-color: #f8f9fa;  border-radius: 10px;}
.strokes-text {  font-size: 2rem;  font-weight: bold;  color: #333;}.next-row {  background-color: #e6cdc9;  color: white;  padding: 40px 20px;  border-radius: 10px;  margin-top: 30px;}

.next-row h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.next-row p {
  font-size: 1.2rem;
  margin-top: 10px;
}
/* Footer Styling */
.footer {
  background-color: #2e3269;
  color: white;
  padding: 40px 20px;
}

.footer h6 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer a:hover {
  color: white;
  text-decoration: underline;
}

.footer .subscribe-input {
  border: none;
  border-radius: 4px;
  padding: 10px;
}

.footer .subscribe-button {
  background-color: #5a3c61;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
}

.app-section img,
.image-section img {
  width: 100%;
  max-width: 200px;
  margin-top: 15px;
}

.footer-bottom {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 20px;
}

.footer-icons i {
  font-size: 1.5rem;
  color: #ccc;
  margin-right: 15px;
}

.footer-icons i:hover {
  color: white;
}

/* Editorial Section Styling */
#editorial-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#editorial-title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}

#editorial-row {
  display: flex;
  flex-wrap: wrap;
}

#editorial-large-image {
  position: relative;
  height: 100%;
}

.editorial-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.editorial-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-text {
  position: absolute;
  bottom: 10px;
  left: 210px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 8px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  transition: background-color 0.3s ease;
}

.overlay-text:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

/* unique */
#uniqueInfoSection .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
  }
  
  #uniqueInfoSection .card-body .icon img {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease-in-out;
  }
  
  #uniqueInfoSection .card:hover .icon img {
    transform: scale(1.1);
  }
  
  #uniqueInfoSection h2 {
    font-size: 2rem;
    color: #c4a7b8;
  }
  
  #uniqueInfoSection p {
    font-size: 0.9rem;
    text-align: left;
  }
  
 

  /* collection */
/* Sticky Filter Section */
.sticky-container {
  position: relative;
}

.filter-section {
  position: sticky;
  top: 20px;
  height: 90vh;
  overflow-y: scroll; /* Scrollable */
  padding-right: 10px;
}

.filter-section::-webkit-scrollbar {
  width: 0px; /* Hide scrollbar */
}

.filter-section::-webkit-scrollbar-thumb,
.filter-section::-webkit-scrollbar-track {
  background: transparent; /* Hide thumb and track */
}

/* Product Image Hover Effect */
.product-img {
  position: relative;
}

.product-img .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-img:hover .hover-img {
  opacity: 1;
}

.product-img .main-img {
  transition: opacity 0.3s ease;
}

.product-img:hover .main-img {
  opacity: 0;
}

/* Card Hover Effect */
.card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

/* Right Product Grid Section */
.col-md-8 {
  max-height: 80vh;
  overflow-y: scroll;
  padding-right: 15px;
}

.col-md-8::-webkit-scrollbar {
  width: 0px;
}

.col-md-8::-webkit-scrollbar-thumb,
.col-md-8::-webkit-scrollbar-track {
  background: transparent;
}

/* Left Filter Section (col-md-4) */
.col-md-4 {
  max-height: 80vh;
  overflow-y: scroll;
  padding-right: 15px;
}

.col-md-4::-webkit-scrollbar {
  width: 0px;
}

.col-md-4::-webkit-scrollbar-thumb,
.col-md-4::-webkit-scrollbar-track {
  background: transparent;
}

/*  detail section  */
/* Styling the Main Image and Thumbnails */
.main-image img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.thumbnail {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.thumbnail:hover {
  transform: scale(1.05);
}
/* Customize Button */
#customize-btn {
  font-weight: bold;
  color: #007bff;
  cursor: pointer;
}

#color-options {
  display: none;
}

#color-options .form-check {
  margin-bottom: 10px;
}

#color-options input {
  margin-right: 10px;
}
/* Responsive Styles */
@media (max-width: 768px) {
  .main-image img {
    max-height: 300px;
  }
  .thumbnail {
    width: 25%;
  }
  .col-md-6 {
    margin-bottom: 20px;
  }
  .btn {
    width: 100%;
  }
}
/* similar desing  */
.image-section {
  overflow-x: auto; /* Make it horizontally scrollable */
  white-space: nowrap; /* Prevent images from wrapping onto the next line */
  padding: 20px 0;
}

/* Individual item container */
.image-item {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  min-width: 180px; /* Make each item have a fixed width */
}

/* Style for the images */
.image-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

/* Hover effect for images */
.image-item img:hover {
  transform: scale(1.05);
}

/* Styling for the price */
.price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}

/* Hide scrollbar in mobile view and show when hovered */
.image-section::-webkit-scrollbar {
  height: 8px;
  background: transparent;
}

.image-section::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.image-section::-webkit-scrollbar-track {
  background: transparent;
}

/* Mobile Responsiveness */
@media (max-width: 576px) {
  .image-item {
    min-width: 150px;
  }

  .image-section {
    padding: 10px 0;
  }
}