@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

@font-face {
    font-display: swap;
    font-family: 'Epicene Display';
    font-style: normal;
    src: url('../fonts/epicene-display-medium.woff2') format('woff2');
  }
  
.columns .column.main{
    padding-bottom: 0 !important;
    min-height: auto !important;
}
.features-block {
    background-color: #fdf7f2; /* Light background matching the theme */
    padding: 40px 30px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.features-row {
    display: flex;
        justify-content: space-between;
        gap: 50px;
        flex-wrap: wrap;
}

.feature-item {
    text-align: left;
    flex: 1;
}

.feature-item img {
    max-width: 60px;
    margin-bottom: 0;
}

.feature-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 14px;
    color: #444;
}

.newsletter-container {
    width: 100%;
    background-color: #000;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 25px 0px;
    position: relative;
    overflow: hidden;
  }
  .newsletter-form__background-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    filter: blur(7px);
    left: 0;
    top: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
  }
  
  .newsletter-content {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    z-index: 10;
    position: relative;
  }
  
  .newsletter-text {
    width: 45%;
  }
  
  .newsletter-subtitle {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  
  .newsletter-title {
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Epicene Display', serif;
    letter-spacing: 0.31px;
  }
  
  .newsletter-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    opacity: 0.9;
  }
  
  .newsletter-form {
    width: 45%;
  }
  
  .form-group {
    display: flex;
    flex-direction: column;
  }
  
  .form-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  
  .input-container {
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  
  .form-input {
        width: 100%;
        background-color: transparent !important;
    border: none !important;
    color: #fff;
    font-size: 16px !important;
    padding: 10px 0 !important;
    outline: none;
  }

  
  .form-input::-webkit-input-placeholder {
    color: #fff;
  }
  
  .submit-arrow {
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    padding: 10px;
    color: #fff;
    font-size: 20px;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .newsletter-content {
      flex-direction: column;
    }
    
    .newsletter-text, .newsletter-form {
      width: 100%;
    }
    
    .newsletter-text {
      margin-bottom: 40px;
    }
    
    .newsletter-title {
      font-size: 36px;
    }
  }

  .newsletter-form__background-video {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    left: 0;
    top: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px);
}

/* If you want to ensure the video fills the container */
.background-video source {
    width: 100%;
    height: 100%;
}

.elite-collection-slider {
  position: relative;
    margin: 40px auto;
    padding: 0 20px;
    text-align: center;
}

.collection-header {
    margin-bottom: 40px;
}

.collection-title {
    font-size: 28px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: 'Epicene Display', serif;
    letter-spacing: 0.31px;
    margin-top: 0;
}

.title-underline {
    width: 50px;
    height: 2px;
    background-color: #D99424;
    margin: 0 auto 20px;
}

.collection-tagline {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}

.collection-tagline p {
    margin: 0;
}
.elite-collection-slider {
  margin: 0;
  padding: 30px 20px;
  text-align: center;
  background: #fff;
  color: #000;
}

.collection-header {
    margin-bottom: 40px;
}



/*******/

.slider-container {
  position: relative;
  overflow: visible; /* Changed from hidden to visible */
  padding: 0 60px; /* Space for arrows */
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  overflow: hidden;
}

.slide {
  flex: 0 0 33.333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.product-image {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-image img {
  height: 340px;
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.0);
    transform: translateZ(0);
    backface-visibility: hidden; /* Prevent pixelation during animations */
    perspective: 1000; /* Enhance 3D effects */
    will-change: transform; /* Hint browser about property changes */
  filter: drop-shadow(1rem 2.5rem 0.5rem rgba(0, 0, 0, 0.08));
 
}

/* Assign different animations to each slide */
.slick-slide:nth-child(3n+1) .product-image img {
  animation-name: floatAnimation1;
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.slick-slide:nth-child(3n+2) .product-image img {
  animation-name: floatAnimation2;
  animation-duration: 9s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.slick-slide:nth-child(3n+3) .product-image img {
  animation-name: floatAnimation3;
  animation-duration: 7s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* Different animation patterns */
@keyframes floatAnimation1 {
  0% {
      transform: translateY(0) translateX(0) rotate(0deg);
  }
  25% {
      transform: translateY(-8px) translateX(3px) rotate(1deg);
  }
  50% {
      transform: translateY(0) translateX(-3px) rotate(-1deg);
  }
  75% {
      transform: translateY(8px) translateX(1px) rotate(0.5deg);
  }
  100% {
      transform: translateY(0) translateX(0) rotate(0deg);
  }
}

@keyframes floatAnimation2 {
  0% {
      transform: translateY(0) translateX(0) rotate(0deg);
  }
  30% {
      transform: translateY(8px) translateX(-8px) rotate(-0.5deg);
  }
  60% {
      transform: translateY(-3px) translateX(1px) rotate(1.2deg);
  }
  100% {
      transform: translateY(0) translateX(0) rotate(0deg);
  }
}

@keyframes floatAnimation3 {
  0% {
      transform: translateY(0) translateX(0) rotate(0deg) scale(1);
  }
  40% {
      transform: translateY(-5px) translateX(2px) rotate(0.7deg) scale(1.02);
  }
  70% {
      transform: translateY(4px) translateX(-5px) rotate(-0.7deg) scale(0.98);
  }
  100% {
      transform: translateY(0) translateX(0) rotate(0deg) scale(1);
  }
}

/* Slightly different timing for each slide to prevent synchronized movement */
.slide:nth-child(3n+1) .product-image img {
  animation-duration: 7s;
}

.slide:nth-child(3n+2) .product-image img {
  animation-duration: 6s;
}

.slide:nth-child(3n+3) .product-image img {
  animation-duration: 5s;
}

/* Pause animation on hover and scale up */
.slide:hover .product-image img {
  animation-play-state: paused;
  transform: scale(1.05);
}


.product-name {
  font-size: 22px;
  color: #000;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: "Epicene Display", serif;
  letter-spacing: 0.31px;
  margin-top: 20px;
}

/* Fixed navigation arrow positioning */
.nav-prev, .nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.nav-prev {
  left: 0;
}

.nav-next {
  right: 0;
}

.nav-prev:hover, .nav-next:hover {
  background: #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

/* Icon styling */
.nav-prev i, .nav-next i {
  font-size: 20px;
  color: #666;
}

/* For responsive design */
@media (max-width: 768px) {
  .slide {
      flex: 0 0 50%;
  }
  
  .slider-container {
      padding: 0 50px;
  }
}

@media (max-width: 480px) {
  .slide {
      flex: 0 0 100%;
  }
  
  .slider-container {
      padding: 0 40px;
  }
}
.background-text{
  position: absolute;
    top: 60%;
    border-radius: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11rem;
    font-family: 'Epicene Display';
    color: #a2a2a221;
    z-index: 0;
    pointer-events: none;
    white-space: nowrap;
    letter-spacing: 5px;
    font-weight: 300;
}
/* Hide video controls for Page Builder videos */
.pagebuilder-video-container video::-webkit-media-controls {
  display: none !important;
}

.pagebuilder-video-container video::-webkit-media-controls-enclosure {
  display: none !important;
}

.pagebuilder-video-container video::-webkit-media-controls-panel {
  display: none !important;
}

/* For Firefox */
.pagebuilder-video-container video::-moz-media-controls {
  display: none !important;
}

/* For all browsers - hide controls attribute */
.pagebuilder-video-container video[controls] {
  display: block;
}

.pagebuilder-video-container video {
  pointer-events: none; /* Prevents clicking on video to show controls */
}

.slick-track {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1.0) !important;
  will-change: transform !important;
}
.jewelry-collection-slider {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.jewelry-collection-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.jewelry-collection-slider .slick-arrow{
  background-color: transparent;
}

.jewelry-collection-slider .slick-prev:before{
  color: #000;
}
.jewelry-collection-slider .slick-next:before{
  color: #000;
}
.jewelry-collection-slider .slick-prev:hover, .jewelry-collection-slider .slick-next:hover {
  box-shadow: none;
}
.slide-item {
  padding: 15px;
  text-align: center;
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.0);
  will-change: transform;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.0);
  will-change: transform, background-color, box-shadow;
}
.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev:hover, .slick-next:hover {
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%) scale(1.05);
}

.slick-prev i, .slick-next i {
  font-size: 18px;
  color: #333;
  transition: color 0.3s ease;
}

/* Collection Section CSS */
.collections-section {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 0;
  height: 900px;
}

.collections-container {
  margin: 0 auto;
  padding: 0 0;
  height: 900px;
}

.collections-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 900px;
}

.collections-image {
  flex: 0 0 50%;
  max-width: 50%;
}

.collections-image img {
  width: 100%;
  height: auto;
  display: block;
}

.collections-info {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 0px;
  position: relative;
    overflow: hidden;
 
}

.collections-header {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.collections-header img{
  filter: invert(1);
  width: 30%;
}
.collections-label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.collections-title {
  font-size: 31px;
  font-weight: 500;
  margin: 0px;
  font-family: 'Epicene Display', serif;
  letter-spacing: 0.31px;
  text-transform: capitalize;
}
.collections-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.5px;
  text-transform: uppercase;
  font-family: 'Mulish';
}
.collections-description {
  padding-right: 120px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22.5px;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
  font-family: 'Mulish';
}

.collections-materials {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.collections-link a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
  transition: opacity 0.3s ease;
}

.collections-link a:hover {
  opacity: 0.8;
}
.collections-video{
  width: 100%;
  position: relative;
}
.collections-mainvsection{
  width: 30%;
  position: relative;
  object-fit: contain;
  margin-bottom: 30px;
}
.image-hover-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.image-hover-container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  height: 900px;
  transition: opacity 0.5s ease;
}

.image-main {
  opacity: 1;
}

.image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.image-hover-container:hover .image-main {
  opacity: 0;
}

.image-hover-container:hover .image-hover {
  opacity: 1;
}

.right-collection .collections-video{
  padding-left: 40px;
  padding-right: 40px;
}

.right-collection .collections-header{
  padding-left: 40px;
}
.right-collection .collections-description{
  padding-left: 40px;
}
.right-collection .collections-link{
  padding-left: 40px;
}
.collections-video-background {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
}

.collections-video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover the entire container */
}
.collections-content {
  position: relative;
  z-index: 2; /* Above the video */
  height: 100%;
  width: 100%;
  display: flex;
  padding-left: 40px;
  flex-direction: column;
  justify-content: center;
}
.right-collection .collections-content {
  padding-left: 0px;
}

.product-slider-container {
  margin-top: 30px;
  position: relative;
  padding: 0px;
  margin-right: 80px;
}


.product-slider1 {
  margin: 0 -10px;
}
.product-slider1:not(.slick-initialized) {
  display: flex;
  overflow-x: auto;
  gap: 0px;
}

.product-slider1:not(.slick-initialized) .product-slide {
  flex: 0 0 calc(45% - 15px);
  padding: 0;
}
.product-slider1 .slick-slide:first-child {
  margin-left: 0;
}
.product-slide {
  padding: 0 10px;
  outline: none;
}

.product-slide-inner {
  background-color: transparent;
  border-radius: 0px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 10px;
}

.product-slide-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
 
}

.cproduct-image {
  display: block;
  position: relative;
  padding-top: 140%; /* 1:1 Aspect Ratio */
  overflow: hidden;
}

.cproduct-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-slide-inner:hover .cproduct-image img {
  transform: scale(1.1);
}

.product-slider1 .product-info {
  padding: 10px 0px 0px 0px;
  text-align: left;
}

.cproduct-name {
  font-size: 14px;
  margin: 0 0 5px;
  color: #ffffff;
  font-weight: normal;
  font-family: 'Mulish';
}
.product-slider1 .slick-track {
  margin-left: 0;
}
.product-slider1 .slick-list {
  padding:0 15% 0 0 !important;
}

.product-slider-container .slick-prev:before, .product-slider-container .slick-next:before, .product-slider-container .slick-prev:after, .product-slider-container .slick-next:after{
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

.product-slider-container .slick-prev{
  transform: none;
  bottom: -35px;
  top: auto;
  right: 30px;
  left: auto;
  background: none;
}
.product-slider-container .slick-next{
  transform: none;
  bottom: -35px;
  top: auto;
  right: 0px;
  left: auto;
  background: none;
}
.product-slider-container.left {
  margin-left: 30px;
  margin-right: 50px;
}

/*******New header CSS start************/
.header-bottom .nav-menu ul{
  justify-content: center;
} 
.header-bottom .nav-menu ul img.nav-drop{
  padding-left: 5px;
  display: none;
}
.header-bottom .nav-menu ul li{
  padding: 0px 20px 0px 0px;
}
.empty-header-space.darknew {
  background: #0e0d0d;
  height: 155px;
}
.header-left-ul{
  display: inline-flex;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.header-left-ul li{
  list-style: none;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    gap: 5px;
    margin: 0;
    align-items: center;
}
.header-left-ul li i{
  font-size: 18px;
}
.mmain{
  -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  background-color: hsla(0, 4%, 5%, .7);
}
.mmain .main-header{
  background-color: transparent;
  backdrop-filter: none;
}
/*******New header CSS End************/
.craftmanship-slider{
  background-color: #000000;
  color: #ffffff;
  padding-top: 40px;
}
.craftmanship-section {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 0;
  height: 530px;
  padding-top: 0px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.craftmanship-container {
  margin: 0 auto;
  padding: 0 0;
  height: 600px;
}

.craftmanship-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 490px;
}

.craftmanship-image {
  flex: 0 0 50%;
  max-width: 50%;
}

.craftmanship-image img {
  width: 100%;
  height: auto;
  display: block;
}

.craftmanship-info {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 0px;
  position: relative;
    overflow: hidden;
 
}

.craftmanship-header {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.craftmanship-header img{
  filter: invert(1);
  width: 30%;
}
.craftmanship-label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.craftmanship-title {
  font-size: 48px;
  font-weight: 500;
  margin: 0px;
  font-family:  "Dancing Script", cursive;
  letter-spacing: 0.31px;
  text-transform: capitalize;
}
.craftmanship-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.5px;
  text-transform: uppercase;
  font-family: 'Mulish';
}
.craftmanship-description {
  padding-right: 120px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22.5px;
  z-index: 1;
  position: relative;
  margin-bottom: 0px;
  font-family: 'Mulish';
}
.craftmanship-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
}
.craftmanship-content{
  vertical-align: middle;
    display: flex;
    flex-direction: column;
    padding: 0 40px;
    justify-content: end;
}

/* Custom Diamond Dots Navigation */
.diamond-dots-container {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0px;
  z-index: 100;
}

.diamond-dot {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: transparent;
  border: 1px solid #fff; /* Gold border */
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.diamond-dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.diamond-dot.active {
  background-color: transparent;
  border: 1px solid #D99424;
}

.diamond-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%; /* Will be animated with JS */
  background-color: #D99424; /* Gold color */
  transition: height 0.2s linear;
}
/* Connecting line between dots */
.connecting-line {
  width: 1px;
  height: 30px;
  background-color: rgba(212, 175, 55, 0.3);
  position: relative;
  margin: 3px 5px;
}

/* The fill element within the connecting line */
.line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%; /* Will be animated with JS */
  background-color: #d4af37; /* Gold color */
  transition: height 0.3s linear;
}

/* Don't show connecting line above first dot */
.dot-container:first-child .connecting-line.above {
  display: none;
}
.dot-container:first-child .connecting-line.below {
  display: none;
}
.dot-container:nth-child(2) .connecting-line.below {
  display: none;
}
.dot-container:nth-child(3) .connecting-line.below {
  display: none;
}
/* Don't show connecting line below last dot */
.dot-container:last-child .connecting-line.below {
  display: none;
}


/* Animation for content */
.craftmanship-content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Hide Default Slick Dots */
.craftmanship-slider .slick-dots {
  display: none !important;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .diamond-dots-container {
      right: 15px;
  }
}

@media (max-width: 767px) {
  .diamond-dot {
      width: 15px;
      height: 15px;
  }
  
  .diamond-dots-container {
      gap: 15px;
  }
}
.service-features {
  margin: 0;
  padding: 20px;
  background-color: #fff;
  color: #000;
}

.service-features__header {
  text-align: center;
  margin-bottom: 40px;
}

.service-features__title {
  font-size: 28px;
  color: #000;
  font-family: 'Epicene Display', serif;
  letter-spacing: 0.31px;
  margin-top: 0;
  margin-bottom: 10px;
}

.service-features__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.service-feature {
  flex: 1 1 calc(14.666% - 20px);
  min-width: 180px;
  text-align: center;
  padding: 10px;
  transition: transform 0.3s ease;
}

.service-feature:hover {
  transform: translateY(-5px);
}

.service-feature__icon {
  margin: 0 auto 15px;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-feature__icon img {
  max-width: 58px;
  max-height: 58px;
  filter: brightness(0);
}

.service-feature__title {
  font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.3;
    color: #000;
    font-family: 'Mulish';
}
.service-feature__title.white{
  color: #fff;
}
.service-feature__icon.white img{
  filter: brightness(50);
}
.service-feature__link {
  color: inherit;
  text-decoration: none;
}

.service-feature__link:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .service-feature {
      flex: 1 1 calc(33.333% - 20px);
  }
}

@media (max-width: 480px) {
  .service-feature {
      flex: 1 1 calc(50% - 20px);
  }
}
h6.cproduct-collection {
  margin: 0px 0px 6px 0px;
  padding: 0;
  font-weight: 300;
  font-size: 10px;
}
/* Free Movement Horizontal Scroller Styles */
.horizontal-scroller {
  margin: 0;
  width: 100%;
  max-width: 800px;
  padding: 0 10px;
}

.scroller-track {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.scroller-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0; /* Will be controlled by JS */
  background-color: #fff;
  pointer-events: none; /* Allow clicks to pass through to track */
}

.scroller-handle {
  position: absolute;
  top: 50%;
  left: 0; /* Will be controlled by JS */
  width: 50%;
  height:5px;
  background-color: #fff;
  border-radius: 0%;
  transform: translate(0%, -50%);
  cursor: grab;
  transition: transform 1s linear;
}
.collections-container.first .product-slider-container .slick-arrow{
  display: none !important;
}
.scroller-handle:hover, 
.scroller-handle.dragging {
  /* transform: translate(-50%, -50%) scale(1.5); */
}

.scroller-handle.dragging {
  cursor: grabbing;
}

/* For light backgrounds */
/* 
.scroller-track {
  background-color: rgba(0, 0, 0, 0.1);
}

.scroller-progress,
.scroller-handle {
  background-color: #000;
}
*/

/* If you're using Slick Slider, hide default dots */
.slick-dots {
  display: none !important;
}

.goldvideobg video{
  height: 450px;
  width: 100%;
  object-fit: cover;
}
  
.goldvideo-container {
  position: relative;
  background-color: #000;
  padding-top: 0px;
}

.goldvideo-text {
  margin-bottom: 10px;
  position: absolute;
  bottom: 45px;
  left: 45px;
}

.goldvideo-heading {
  font-size: 31px;
  font-weight: 500;
  font-family: 'Epicene Display', serif;
  letter-spacing: 0.31px;
  margin-bottom: 0;
  color: #fff;
}

.goldvideo-subheading {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  margin: 8px 0;
  color: #fff;
}
.gold-invest-container {
  padding: 60px 0px 10px 0px;
  background: #000;
  color: #fff;
}

.gold-invest-filter {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}

.gold-invest-title {
  font-size: 28px;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 10px;
}

.gold-invest-description {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
}

.gold-invest-tabs {
  display: flex;
      align-self: flex-start;
      margin-top: -50px;
      margin-left: 45px;
}

.gold-invest-tab {
  padding: 5px 10px;
  font-size: 16px;
  margin-right: 5px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-left: 0;
  transition: all 0.3s ease;
}

.gold-invest-tab.active {
  border-bottom: 1px solid #D99424;
  color: #D99424;
  font-weight: 400;
}
.gold-invest-container .slick-slide {
  margin: 0 15px;
}
.gold-invest-slider {
  display: none;
}

.gold-invest-slider.active {
  display: block;
}

.gold-invest-item {
  margin: 0;
  outline: none;
}

.gold-invest-image {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.gold-invest-image img {
  height: 400px;
  display: block;
    object-fit: cover;
    width: 100%;
    transition: opacity 0.3s ease;
}

.gold-invest-image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.gold-invest-item:hover .primary-image {
  opacity: 0;
}

.gold-invest-item:hover .hover-image {
  opacity: 1;
}
.gold-invest-icon {
  margin-right: 5px;
}

.gold-invest-info {
  text-align: left;
  padding: 0px 10px;
}

.gold-invest-name {
  font-size: 14px;
  margin: 0 0 5px;
  color: #000;
  font-family: 'Mulish';
  font-weight: 500;
  margin-bottom: 5px;
}
.gold-invest-container.goes .gold-invest-name a{
  color: #000 !important;
}
.gold-invest-name a{
  font-size: 14px;
  margin: 0 0 5px;
  color: #fff;
  font-family: 'Mulish';
  font-weight: 500;
  margin-bottom: 5px;
}

.gold-invest-specs {
  font-size: 16px;
  color: #666;
  margin-bottom: 8px;
}

.gold-invest-price {
  font-size: 12px;
  font-weight: 400;
}

/* Slick Slider Custom Styles for Gold Invest */
.gold-invest-container .slick-arrow {
  position: absolute;
  top: -30px;
    transform: translateY(-50%);
    z-index: 1;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.gold-invest-container .slick-prev:before,
.gold-invest-container .slick-next:before,
.gold-invest-container .slick-prev:after, 
.gold-invest-container .slick-next:after{
  color: #fff !important;
  font-size: 20px;
}

.gold-invest-container .slick-prev {
  right: 80px;
  left: auto;
}

.gold-invest-container .slick-next {
  right: 40px;
}
.dw-shop-look-container {
  display: flex;
      margin: 60px auto;
      padding: 0 20px;
}

.dw-shop-look-info {
  width: 100%;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dw-shop-look-title {
    font-size: 31px;
    font-family: 'Epicene Display', serif;
    letter-spacing: 0.31px;
    text-transform: capitalize;
    margin: 0 0 5px;
    font-weight: normal;
    color: #000;
    margin-bottom: 15px;
}
.dw-product-collection{
  margin: 0px 0px 6px 0px;
  padding: 0;
  font-weight: 300;
  font-size: 10px;
}
.dw-shop-look-description {
  font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #000;
}
.dw-link{
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
  transition: opacity 0.3s ease;
}
.dw-link a{
  color: #000;
    font-family: 'Mulish';
    text-decoration: underline;
}
.dw-shop-look-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.dw-shop-look-link:hover {
  color: #d4af37;
  border-bottom: 1px solid #d4af37;
}

.dw-shop-look-products {
  width: 70%;
  position: relative;
}

.dw-shop-look-item {
  margin: 0 15px;
  outline: none;
}

.dw-shop-look-image {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.dw-shop-look-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.dw-shop-look-image:hover img {
  transform: scale(1.05);
}

.dw-tryit-icon {
  margin-right: 5px;
}

.dw-product-name {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
}

.dw-product-specs {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.dw-product-price {
  font-size: 12px;
  font-weight: 400;
}

/* Slick Slider Custom Styles */
.dw-shop-look-carousel .slick-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dw-shop-look-carousel .slick-prev {
  left: -5px;
}
.dw-shop-look-carousel .slick-prev::before,
.dw-shop-look-carousel .slick-next::before{
  color: #000 !important;
  font-size: 16px;
  padding: 0;
}
.dw-shop-look-carousel .slick-next {
  right: -10px;
}

.dw-shop-look-carousel .slick-slide {
  margin: 0 15px;
}

.dw-shop-look-carousel .slick-list {
  margin: 0 -15px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .dw-shop-look-info,
  .dw-shop-look-products {
      width: 100%;
  }
  
  .dw-shop-look-info {
      margin-bottom: 30px;
      padding-right: 0;
  }
}

@media (max-width: 767px) {
  .dw-shop-look-title {
      font-size: 28px;
  }
}

.dw-instagram-section {
  background-color: #000;
  color: #fff;
  padding: 50px 20px;
}

.dw-instagram-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0px 30px 10px;
}

.dw-instagram-label {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-weight: 400;
  font-family: 'Mulish';
}

.dw-instagram-title {
  font-size: 31px;
    font-weight: 500;
    font-family: 'Epicene Display', serif;
    letter-spacing: 0.31px;
    margin-bottom: 0;
    color: #fff;
    margin-top: 0;
    display: flex;
        align-items: center;
}
.dw-instagram-title img{
  width: 35px;
margin-right: 5px;
}

.dw-instagram-nav {
  display: flex;
  gap: 10px;
}

.dw-instagram-prev,
.dw-instagram-next {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.3s ease;
}

.dw-instagram-prev:hover,
.dw-instagram-prev:active,
.dw-instagram-prev:focus,
.dw-instagram-next:hover,
.dw-instagram-next:focus,
.dw-instagram-next:active {
  background: transparent;
  border: none;
}

.dw-instagram-item {
  padding: 0px;
}

.dw-instagram-image {
  width: 100%;
  height: 340px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.insta-icon{
  color: #fff;
  position: absolute;
  bottom: 6px;
  right: 10px;
}
.insta-icon i{
color: #fff;
z-index: 9;
position: relative;
font-size: 20px;
}

.dw-instagram-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  transition: transform 0.5s ease;
}

.dw-instagram-item:hover .dw-instagram-image img {
  transform: scale(1.05);
}

.dw-instagram-item-title {
  font-size: 31px;
  font-family: 'Epicene Display', serif;
  letter-spacing: 0.31px;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}

.dw-instagram-item-excerpt {
  font-size: 12px;
  line-height: 1.6;
  color: #fff !important;
  margin-bottom: 0px;
  overflow: hidden;
}

.dw-instagram-item-excerpt p {
  margin: 0;
}

.dw-instagram-read-more{
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  transition: color 0.3s ease;
}

.dw-instagram-read-more:hover {
  color: #888;
}

/* Slick slider custom styles */
.dw-instagram-slider .slick-track {
  display: flex;
  gap: 0;
}

.dw-instagram-slider .slick-slide {
  margin: 0 10px;
  height: auto;
}

.dw-instagram-prev:before {
  -webkit-font-smoothing: antialiased;
    font-family: 'pagebuilder-font';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
  content: '\f103';
  color: #fff;
  padding-right: 5px;
}
.dw-instagram-next:before {
  -webkit-font-smoothing: antialiased;
    font-family: 'pagebuilder-font';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
  content: '\f102';
  color: #fff;
  padding-right: 5px;
}

.dw-testimonial-section {
  max-width: 1400px;
  margin: 80px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
  position: relative;
}

.dw-testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.dw-testimonial-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
}

.dw-testimonial-nav {
  display: flex;
  gap: 10px;
}

.dw-testimonial-prev,
.dw-testimonial-next {
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 18px;
  opacity: 1 !important;
  visibility: visible !important;
}

.dw-testimonial-prev:hover,
.dw-testimonial-next:hover {
  background: #f9f9f9;
}

.dw-testimonial-item {
  padding: 0 15px;
}

.dw-testimonial-rating {
  margin-bottom: 15px;
}

.dw-star {
  color: #b2cfd9;
  font-size: 20px;
  letter-spacing: 3px;
}

.dw-product-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.dw-testimonial-content {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
  min-height: 120px;
}

.dw-testimonial-content p {
  margin: 0;
}

.dw-customer-name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

/* Slick slider custom styles */
.dw-testimonial-slider .slick-track {
  display: flex;
}

.dw-testimonial-slider .slick-slide {
  margin: 0 15px;
  height: auto;
}

/* Force arrow visibility */
.slick-hidden,
.dw-testimonial-prev.slick-hidden,
.dw-testimonial-next.slick-hidden {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Responsive styles */
@media (max-width: 767px) {
  .dw-testimonial-title {
      font-size: 20px;
  }
  
  .dw-testimonial-content {
      min-height: auto;
  }
  
  .dw-testimonial-prev,
  .dw-testimonial-next {
      width: 36px;
      height: 36px;
  }
}

.dw-banner-section {
  width: 100%;
  margin: 0 auto;
  padding: 60px 50px;
  box-sizing: border-box;
}

.dw-banner-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.dw-banner-column {
  flex: 1;
  padding: 0 5px;
  min-width: 300px;
}

.dw-banner-content {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.8s ease;
  --hover-image: none;
  z-index: 0;
}

.dw-banner-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: var(--hover-image);
  opacity: 0;
  transition: opacity 1.2s ease;
  z-index: 1;
}


.dw-banner-content:hover:before {
  opacity: 1;
}

.dw-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(60 60 60 / 0%), rgb(0 0 0 / 60%));
  z-index: 2;
}

.dw-banner-text-container {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 3;
  max-width: 90%;
}

.dw-banner-title {
  font-size: 25px;
    font-family: 'Epicene Display', serif;
    letter-spacing: 0.31px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin: 0px 0 10px;
}

.dw-banner-description {
  font-size: 14px;
  color: #fff !important;
  overflow: hidden;
  margin: 0 0 14px;
  line-height: 1.4;
}

.dw-banner-button {
  display: inline-block;
  padding: 8px 20px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  margin-right: 10px;
  margin-bottom: 10px;
}

.dw-banner-button:hover {
  background-color: #f5f5f5;
  color: #D99424;
  text-decoration: none;
}

.dw-banner-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dw-banner-image {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  animation: zoom 20s ease-in-out infinite;
  z-index: 1;
}

.dw-banner-image.active {
  opacity: 1;
  z-index: 2;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/**************Single Product css********************/
.product-container{
  padding: 5px 20px;
  background: #000;
  color: #fff;
  padding-bottom: 50px;
}
.breadcrumbs a{
  color: #fff !important;
}

.breadcrumbs {
  margin: 10px;
  min-height: auto;
  max-width: 100% !important;
  padding: 2px 0px !important;
}
.product-main{
  display: flex;
}
.gallery-item {
  width: 48%;
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
.product-gallery{
  flex: 0 0 60%;
}
.product-info{
  flex: 0 0 39%;
  padding-left: 10px;
  margin-right: 20px;
  position: sticky;
  top: 10px;
}
.gallery-item img {
 
}
.gallery-item video {
  height: 500px;
  object-fit: cover;
  width: 100%;
  margin: 0;
}
.product-info-title h1{
  font-size: 31px;
  font-weight: 500;
  font-family: "Epicene Display", serif;
  letter-spacing: 0.31px;
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
  margin-top: 0px;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.product-reviews-summary{
  display: flex;
      justify-content: space-between;
}
.rating-result{
  display: flex;
  gap:0px;
  align-items: center;
}
.rating{
  display: flex;
      gap: 2px;
      color: #cb9b51;
      margin-right: 10px;
}
span.fa.fa-star.empty{
  color: #a9a9a9;
}
.product-price{
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 10px;
}
.product-info-options{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.color-options label{
  display: block;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.color-white{
  background: silver;
  border-radius: 30px;
  padding: 10px;
  margin-right: 3px;
}
.color-rose{
  background: #DEA193;
  border-radius: 30px;
  padding: 10px;
  margin-right: 3px;
}
.color-yellow{
  background:#EFBF04;
  border-radius: 30px;
  padding: 10px;
}
.product-info-size{
  padding-top: 15px;
  padding-bottom: 15px;
}
.size-guide{
  display: flex;
      justify-content: space-between;
      padding-bottom: 5px;
}
.size-guide label{
  font-size: 12px;
}
.size-guide a{
  color: #fff;
}
select[name="ring-size"]{
  background: transparent;
  color: #fff;
  border-color: #ffffff59;
}
.quantity-section{
  padding-bottom: 15px;
}
.quantity-section label{
  font-size: 12px;
  padding-bottom: 10px;
  display: block;
}
.product-info-addtocart{
  display: flex;
  gap: 20.5px;
}
.quantity-control{
  display: flex;
      border: 1px solid #ffffff59;
      flex: 0 0 25%;
}
.delivery-check label{
  font-size: 12px;
  padding-bottom: 10px;
  display: block;
}
.pincode-checker-label{
  font-size: 12px;
  padding-bottom: 10px;
  display: block;
}
.pincode-check-btn{
width: 190px;
border-radius: 0;
background: #fff;
}
.pincode-input{
  background: transparent !important;
    color: #fff !important;
    font-size: 12px !important;
    border-color: #ffffff59 !important;
}
.pincode-result{
  padding-top:10px;
}
.pincode-checker-input-group{
  display: flex;
}
.product-addtocart{
  display: flex;
  flex: 0 0 33.5%;
}

.cart-summary .block .item-options .field .radio + .label{
  color: #000 !important;
}
.opc-wrapper .shipping-address-item.selected-item{
  border-color: #000;
}
.opc-wrapper .shipping-address-item a{
  color: #000;
}
.opc-wrapper .shipping-address-item.selected-item:after{
  background: #000;
}
.opc-wrapper .edit-address-link{
  font-family: 'Mulish';
  color: #000;
}
.table-checkout-shipping-method tbody .col-price{
  width: 50px;
}
.table-checkout-shipping-method tbody tr:first-child td{
  padding: 10px 2px !important;
}
.opc-progress-bar-item > span{
  color: #000;
}
.checkout-shipping-method .step-title{
  display: none !important;
}
#checkout-shipping-method-load{
  display: none !important;
}
.checkout-payment-method .payment-method-title label{
  color: #000 !important;
  font-size: 14px !important;
}
.opc-wrapper .action-select-shipping-item{
  background: transparent;
    border-color: #000;
    border-radius: 0;
    font-family: 'Mulish';
    font-size: 12px;
    padding: 5px 12px !important;
}
.opc-wrapper .step-content{
  margin: 0 0 0px;
}
.opc-wrapper .action-show-popup{
  background: transparent;
  border: 1px solid;
  border-radius: 0;
  font-family: 'Mulish';
}
.modal-popup .modal-title{
  font-family: 'Epicene Display', serif;
    letter-spacing: 0.31px;
    text-transform: capitalize;
    margin: 0 0 5px;
    color: #000;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
}
.checkout-index-index .modal-popup .modal-inner-wrap{
  margin-left: -290px !important;
  width: 568px !important;
}
.opc-wrapper .shipping-address-item{
  line-height: 25px;
}
.new-shipping-address-modal .modal-footer{
  padding-bottom: 1rem;
    padding-top: 1rem;
}
.product-addtocart button{
  width: 100%;
  border-radius: 0;
  background: #fff !important;
}
.product-buycart{
  width: 100%;
  border-radius: 0;
  background: #fff !important;
}
.product-buycart button{
  width: 100%;
  border-radius: 0;
  background: #fff !important;
}
button.color-rose.active {
  border: 2px solid #ffffff;
}
button.qty-btn.minus {
  background: transparent;
  border: navajowhite;
  color: #fff;
  font-size: 20px;
}
button.qty-btn.plus {
  background: transparent;
  border: navajowhite;
  color: #fff;
  font-size: 20px;
}
.qty-input{
  background: transparent !important;
  color: #fff;
  text-align: center;
  border: none !important;
  opacity: 1 !important;
}
#quantity{
  background: transparent !important;
  color: #fff;
  text-align: center;
  border: none !important;
  opacity: 1 !important;
}
.pincode-check{
  display: flex;
}
.pincode-check input{
  background: transparent;
  color: #fff;
  font-size: 12px;
  border-color: #ffffff59;
}
.pincode-check button{
  width: 190px;
  border-radius: 0;
  background: #fff;
}
.features-list{
  display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: flex-start;
      text-align: center;
      gap: 40px;
      margin-top: 25px;
}
.features-list .feature-item{
  text-align: center !important;
}
.features-list .feature-item img{
  filter: brightness(10);
  width: 49px;
}
.features-list .feature-item p{
  color: #fff;
  font-size: 12px;
}
.product-details{
  margin-top: 25px;
}
.accordion-header{
  display: flex;
      align-items: center;
}
.accordion-header{
  cursor: pointer;
  display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 10px 15px 10px;
}
.accordion-header h3{
  margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.product-details .accordion-item:first-child{
  border-top: 1px solid #ffffff59;
  border-bottom: 1px solid #ffffff59;
}
.product-details .accordion-item:nth-child(3){
  border-top: 1px solid #ffffff59;
  border-bottom: 1px solid #ffffff59;
}
.catalog-product-view .page.messages{
  display: none !important;
}
.product-details .accordion-item:nth-child(4){
  border-top: none;
  border-bottom: 1px solid #ffffff59;

}
.accordion-content tr{
  border-bottom: 0.2px solid #ffffff59;
}
.accordion-content{
  font-size: 12px;
}
.delivery-section{
  margin-top: 10px;
    margin-bottom: 30px;
}
.gold-invest-container.goes{
  background-color: #fff !important;
  color: #000 !important;
  padding: 50px 20px 50px 20px;
}
.gold-invest-container.goes .gold-invest-name{
  color: #000 !important;
}
.dw-goes-title{
font-size: 31px;
    font-family: 'Epicene Display', serif;
    letter-spacing: 0.31px;
    text-transform: capitalize;
    margin: 0 0 5px;
    font-weight: normal;
    color: #000;
    margin-bottom: 5px;
}
.gold-invest-container.goes .slick-prev:before, .gold-invest-container.goes .slick-next:before, .gold-invest-container.goes .slick-prev:after, .gold-invest-container.goes .slick-next:after{
  color: #000 !important;
  margin-top: -80px;
}
.gold-invest-container.goes .gold-invest-slider {
  margin-top: 40px;
}
.gold-invest-item.odd {
    margin-top: 30px;
}
.story-section {
  display: flex;
    background-color: #000;
    height: 80vh;
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

/* Image container */
.story-image {
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Content container */
.story-content {
  width: 40%;
  padding: 8% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.story-eyebrow {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.story-title {
  font-size: 26px;
  font-family: "Epicene Display", serif;
  letter-spacing: 0.31px;
  color: rgb(255, 255, 255);
  margin-top: 0px;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 0;
}

.story-description {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 25px;
  font-weight: 300;
}
.story-description.storypara{
  margin-bottom: 15px;
}
/* You May Like Section Styles */
.you-may-like-container {
  padding: 60px 20px 60px 20px;
  background: #fff;
  color: #000;
}

.you-may-like-filter {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}

.you-may-like-title {
  font-size: 28px;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 10px;
}

.you-may-like-description {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
}

.you-may-like-tabs {
  display: flex;
  align-self: flex-start;
  margin-top: -50px;
  margin-left: 45px;
}

.you-may-like-tab {
  padding: 5px 10px;
  font-size: 16px;
  margin-right: 5px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-left: 0;
  transition: all 0.3s ease;
}

.you-may-like-tab.active {
  border-bottom: 1px solid #D99424;
  color: #D99424;
  font-weight: 400;
}

.you-may-like-container .slick-slide {
  margin: 0 5px;
}

.you-may-like-slider {
  display: none;
}

.you-may-like-slider.active {
  display: block;
}

.you-may-like-item {
  margin: 0;
  outline: none;
}

.you-may-like-image {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.you-may-like-image img {
  height: 340px;
  display: block;
  object-fit: cover;
  width: 100%;
  transition:opacity 0.3s ease;
  cursor: pointer;
}

.you-may-like-image .hover-image {
  position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.you-may-like-image:hover .primary-image {
  opacity: 0;
}

.you-may-like-image:hover .hover-image {
  opacity: 1;
}

.you-may-like-icon {
  margin-right: 5px;
}

.you-may-like-info {
  text-align: left;
  padding: 0px 10px;
}
.you-may-like-name{
  font-size: 14px;
  margin: 0 0 5px;
  color: #000;
  font-family: 'Mulish';
  font-weight: 500;
  margin-bottom: 5px;
}
.you-may-like-name a{
  font-size: 14px;
  margin: 0 0 5px;
  color: #000;
  font-family: 'Mulish';
  font-weight: 500;
  margin-bottom: 5px;
}

.you-may-like-specs {
  font-size: 16px;
  color: #666;
  margin-bottom: 8px;
}

.you-may-like-price {
  font-size: 12px;
  font-weight: 400;
}

/* Slick Slider Custom Styles for You May Like */
.you-may-like-container .slick-arrow {
  position: absolute;
  top: -70px;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.you-may-like-container .slick-prev:before,
.you-may-like-container .slick-next:before,
.you-may-like-container .slick-prev:after,
.you-may-like-container .slick-next:after {
  color: #000 !important;
  font-size: 20px;
}

.you-may-like-container .slick-prev {
  right: 80px;
  left: auto;
}
.dw-shop-goes-description{
  margin-bottom: 40px !important;
}
.you-may-like-container .slick-next {
  right: 40px;
}
p.detail-content {
  padding: 5px 10px;
}
.care-heading{
  font-size: 12px;
    margin: 0;
    padding: 5px 0px 10px 10px;
}
.care-para{
  padding: 4px 0px 0px 10px;
}

.review-container {
  margin-bottom: 0px;
  padding: 5px 10px;
}
.review-form-container{
  margin-top: 0px;
  padding: 5px 10px;
  display: none;
}

.review-form-container .product-name{
  color: #fff;
  margin: 15px 0px;
}
.review {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.review:last-child{
  border-bottom: none;
}

.review-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.rating-label {
  font-weight: 500;
  margin-right: 10px;
  display: none;
  width: 60px;
}

.stars {
  display: inline-block;
  color: #e9b154;
  font-size: 12px;
  letter-spacing: 5px;
}

.empty-star {
  color: #ddd;
}

.review-content {
  margin: 15px 0;
}

.review-author {
  font-style: italic;
  color: #878787;
  margin-bottom: 10px;
}

/* Review form styles */


.you-reviewing {
  margin-bottom: 5px;
  color: #878787;
}

.product-name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.rating-stars {
  display: flex;
  gap: 10px;
}

.rating-stars .star {
  cursor: pointer;
  font-size: 18px;
  color: #ddd;
}

.rating-stars .star:hover {
  color: #e67e22;
}



textarea {
  height: 120px;
  resize: vertical;
}

.submit-btn {
  background-color: #fff;
  border-radius: 0 !important;
  color: #000;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.submit-btn:hover {
  border: none;
}
#review-form input, #review-form textarea{
  background: transparent;
  color: #fff;
  font-size: 12px;
  border-color: #ffffff59;
}
.wishlist-icon{
  font-size: 20px;
}
.wishlist-btn{
  cursor: pointer;
  display: flex;
      align-items: center;
      font-size: 12px;
      gap: 5px;
      border: 1px solid #6f6f6f;
      color: #fff;
      padding: 4px 10px;
      border-radius: 0;
}
.wishlist-btn p{
  margin: 0;
}

.rings-hero-section {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #333;
}
.bangles-hero-section {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #333;
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000008a; /* Light overlay to match the beige tone */
  z-index: 2;
}

.rings-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 1200px;
  padding: 110px 20px 0px 20px;
}

.bangles-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 1200px;
  padding: 110px 20px 0px 20px;
}
.breadcrumb {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #fff;
}

.rings-title {
  font-size: 48px;
    font-weight: 500;
    font-family: "Epicene Display", serif;
    letter-spacing: 0.31px;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}

.rings-description {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  max-width: 800px;
  margin: 0 auto 30px;
  font-weight: 400;
}
.bangles-title {
  font-size: 48px;
    font-weight: 500;
    font-family: "Epicene Display", serif;
    letter-spacing: 0.31px;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}

.bangles-description {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  max-width: 800px;
  margin: 0 auto 30px;
  font-weight: 400;
}

.read-more-link {
  color: #333;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
}

.read-more-link:hover {
  color: #000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .rings-content {
      padding: 40px 15px;
  }
  
  .rings-title {
      font-size: 48px;
  }
  
  .rings-description {
      font-size: 15px;
  }
}

/* Fallback for when video doesn't load */
.rings-hero-section.no-video {
  background: linear-gradient(135deg, #f5f5f0 0%, #ede8e0 100%);
}
.bangles-hero-section.no-video {
  background: linear-gradient(135deg, #f5f5f0 0%, #ede8e0 100%);
}
.jewelry-slider:not(.slick-initialized) {
  display: flex;
  overflow-x: auto;
  gap: 0px;
}

.jewelry-slider:not(.slick-initialized) .slide-item{
  flex: 0 0 calc(20% - 0px);
  padding: 0;
}
.jewelry-slider-section {
  padding: 30px 0;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.jewelry-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.jewelry-slider {
  position: relative;
}

.jewelry-slider .slide-item {
  padding: 0px;
  outline: none;
}

.jewelry-card {
  position: relative;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    height: auto;
    padding: 6px;
}

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

.jewelry-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
}

.jewelry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.jewelry-content {
  padding: 10px;
  text-align: center;
  background: transparent;
}
.jewelry-maintitle{
  font-size: 22px;
  color: #000;
  font-family: 'Epicene Display', serif;
  letter-spacing: 0.31px;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 5px;
}
.jewelry-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
    font-family: 'Mulish';
    text-transform: capitalize;
    letter-spacing: normal;
    margin: 0;
}

/* Custom Slick Styles */
.jewelry-slider .slick-dots {
  bottom: -50px;
}

.jewelry-slider .slick-dots li button:before {
  font-size: 12px;
  color: #ccc;
  opacity: 1;
}

.jewelry-slider .slick-dots li.slick-active button:before {
  color: #333;
}

.jewelry-slider .slick-arrow {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgb(0 0 0 / 13%);
  z-index: 2;
  transition: all 0.3s ease;
}

.jewelry-slider .slick-arrow:hover {
  background: #333;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.jewelry-slider .slick-arrow:before {
  font-size: 14px;
  padding: 0;
  color: #333;
}

.jewelry-slider .slick-arrow:hover:before {
  color: #fff;
}

.jewelry-slider .slick-prev {
  left: -15px;
}

.jewelry-slider .slick-next {
  right: -15px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .jewelry-slider-section {
      padding: 40px 0;
  }
  
  .jewelry-container {
      padding: 0 15px;
  }

  .jewelry-card {
      height: 350px;
  }

  .jewelry-image {
      height: 280px;
  }

  .jewelry-slider .slick-arrow {
      display: none !important;
  }
}

@media (max-width: 480px) {
  .jewelry-card {
      height: 320px;
  }

  .jewelry-image {
      height: 250px;
  }

  .jewelry-content {
      padding: 15px;
  }

  .jewelry-title {
      font-size: 14px;
  }
}

/* Loading placeholder */
.jewelry-image.loading {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: jewelryLoading 1.5s infinite;
}

@keyframes jewelryLoading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.page-container {
  min-height: 100vh;
  
}

/* Sticky Filter Header */
.filter-sort-header {
  position: sticky;
  top: 85px;
  background: transparent;
  border-bottom: 1px solid #bdbdbd;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  box-shadow: none;
}
.filter-sort-header.is-stuck {
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.hide-filters-btn {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-family: 'Mulish';
  padding: 8px 0;
  transition: color 0.2s ease;
  color: #000;
}

.hide-filters-btn:hover ,.hide-filters-btn:active, .hide-filters-btn:focus {
  color: #000;
  background: transparent;
  border: none;
}
.sort-button:hover ,.sort-button:active, .sort-button:focus {
  color: #000;
  background: transparent;
  border: none;
}

.hide-filters-btn .filter-icon {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}

.product-listing-container {
  display: flex;
  min-height: calc(100vh - 81px); /* Subtract header height */
  position: relative;
  transition: all 0.3s ease;
}

.product-listing-container.filters-hidden {
  margin-left: 20px;
}

/* Sidebar Filters */
.sidebar {
  width: 250px;
  background:transparent;
  border-right: 1px solid #e5e5e5;
  padding: 0;
  position: sticky;
  top: 165px;
  height: calc(100vh - 81px); /* Subtract header height */
  overflow-y: auto;
  transition: margin-left 0.3s ease;
  font-family: 'Mulish';
}

.sidebar-content {
  padding: 30px 20px;
}

.product-listing-container.filters-hidden .sidebar {
  margin-left: -280px;
}

/* Mobile responsive */
@media (max-width: 1024px) {
  .sidebar {
      position: fixed;
      top: 81px; /* Position below header */
      left: -280px;
      z-index: 1000;
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
      margin-left: 0;
      height: calc(100vh - 81px);
  }

  .sidebar.show {
      left: 0;
  }

  .product-listing-container.filters-hidden .sidebar {
      margin-left: 0;
  }
}

/* Remove old filter header from sidebar */
.filter-header {
  display: none;
}

.filter-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

.filter-icon {
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="4" y1="21" x2="4" y2="14"></line><line x1="4" y1="10" x2="4" y2="3"></line><line x1="12" y1="21" x2="12" y2="12"></line><line x1="12" y1="8" x2="12" y2="3"></line><line x1="20" y1="21" x2="20" y2="16"></line><line x1="20" y1="12" x2="20" y2="3"></line><line x1="1" y1="14" x2="7" y2="14"></line><line x1="9" y1="8" x2="15" y2="8"></line><line x1="17" y1="16" x2="23" y2="16"></line></svg>') no-repeat center;
  background-size: contain;
}

/* Toggle Switch */
.toggle-switch {
  position: relative;
  width: 50px;
  height: 24px;
  background: #ddd;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.toggle-switch.active {
  background: #333;
}

.toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.toggle-switch.active .toggle-slider {
  transform: translateX(26px);
}

.pickup-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.pickup-label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Filter Sections */
.filter-section {
  margin-bottom: 30px;
}

.filter-section-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  display: flex;
  color: #000;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.filter-section-title::after {
  content: '−';
  font-size: 18px;
  font-weight: 300;
}

.filter-section.collapsed .filter-section-title::after {
  content: '+';
}

.filter-options {
  display: block;
}

.filter-section.collapsed .filter-options {
  display: none;
}

.filter-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 13px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.filter-option:hover {
  color: #666;
}

.filter-count {
  color: #999;
  font-size: 12px;
}

/* Custom Price Range Styling */
.custom-price-range {
  margin-top: 10px;
}

.price-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-input-group {
  flex: 1;
}

.price-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  background: #fff;
  transition: border-color 0.2s ease;
}

.price-input:focus {
  outline: none;
  border-color: #333;
}

.price-separator {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.5px;
}

/* Color Filter Styling */
.color-option {
  display: flex;
  align-items: center;
  padding: 8px 0;
  font-size: 13px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.color-option:hover {
  color: #666;
}

.color-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 12px;
  border: 2px solid #e5e5e5;
  transition: border-color 0.2s ease;
}

.color-option:hover .color-circle {
  border-color: #333;
}

.color-circle.blue {
  background-color: #4A90E2;
}

.color-circle.brown {
  background-color: #8B4513;
}

.color-circle.red {
  background-color: #E74C3C;
}

.color-circle.white {
  background-color: #FFFFFF;
  border: 2px solid #ddd;
}

.color-option span:last-child {
  margin-left: auto;
}

/* Main Content */
.main-content {
  flex: 1;
  padding: 0;
  width: 100%;
  transition: all 0.3s ease;
}

.content-body {
  padding: 30px;
}

/* Remove old content header */
.content-header {
  display: none;
}

.content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.filters-button {
  display: none;
  align-items: center;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  padding: 8px 0;
}

.filters-button .filter-icon {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}

/* Show filters button on mobile/tablet */
@media (max-width: 1024px) {
  .filters-button {
      display: flex;
  }
}

.sort-dropdown {
  position: relative;
}

.sort-button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  padding: 8px 0;
  font-family: 'Mulish';
}

.sort-button::after {
  content: '⌄';
  margin-left: 8px;
  font-size: 12px;
}

/* Product Grid */
.product-listing-container .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

.product-listing-container .product-card {
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  flex: 50%;
}

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

.product-listing-container .product-image {
  position: relative;
  height: 370px;
  overflow: hidden;
  background: #f8f8f8;
}

.product-listing-container .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.product-listing-container .product-image .hover-image {
  opacity: 0;
  z-index: 2;
}

.product-card:hover .product-image .hover-image {
  opacity: 1;
}

.product-listing-container .product-image .main-image {
  opacity: 1;
  z-index: 1;
}

.product-listing-container .product-card:hover .product-image .main-image {
  opacity: 0;
}


.product-listing-container .product-badge {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #fff;
  color: #333;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 11;
}

.product-listing-container .product-info {
  padding: 0px;
}

.product-listing-container .product-metals {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}

.product-listing-container .product-title {
  font-size: 14px;
    margin-bottom: 0;
    font-family: 'Mulish';
    font-weight: 500;
    line-height: normal;
    color: #333;
    margin: 0;
}

.product-listing-container .product-price {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  padding-top: 6px;
}

.product-listing-container .product-description {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .filter-sort-header {
      padding: 15px 20px;
  }

  .hide-filters-btn {
      font-size: 13px;
  }

  .product-listing-container.filters-hidden {
      margin-left: 0;
  }
}

@media (max-width: 768px) {
  .filter-sort-header {
      padding: 15px;
  }

  .content-body {
      padding: 20px;
  }

  .product-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
  }
}

@media (max-width: 480px) {
  .product-grid {
      grid-template-columns: 1fr;
  }

  .sidebar {
      padding: 15px;
  }

  .main-content {
      padding: 15px;
  }
}

/* Overlay for mobile filter */
.filter-overlay {
  display: none;
  position: fixed;
  top: 81px; /* Position below header */
  left: 0;
  width: 100%;
  height: calc(100vh - 81px);
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: opacity 0.3s ease;
}

.filter-overlay.show {
  display: block;
}

/* Hide overlay on desktop */
@media (min-width: 1025px) {
  .filter-overlay {
      display: none !important;
  }
}

/* Mobile specific adjustments */
@media (max-width: 1024px) {
  .sidebar.show + .main-content {
      transform: translateX(280px);
  }
  
  .main-content.filters-open {
      margin-left: 0;
      width: 100%;
      transform: translateX(280px);
  }
}

/* Custom Scrollbar */
.sidebar::-webkit-scrollbar {
  width: 4px;
}

.sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
  background: #999;
}
/* Color Selection Options */
.color-options {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  gap: 8px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 10;
}

.product-card:hover .color-options {
  opacity: 1;
  transform: translateY(0);
}

.color-option-btn {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: relative;
}

.color-option-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.color-option-btn.active {
  border-color: #333;
  transform: scale(1.1);
}

.color-option-btn.active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: none;
  border-radius: 50%;
}

/* Color variants */
.color-gold {
  background: linear-gradient(135deg, #FFD700, #FFA500);
}

.color-silver {
  background: linear-gradient(135deg, #C0C0C0, #808080);
}

.color-rose-gold {
  background: linear-gradient(135deg, #E8B4B8, #D4A574);
}

.color-white-gold {
  background: linear-gradient(135deg, #F5F5F5, #E0E0E0);
}

.color-platinum {
  background: linear-gradient(135deg, #E5E4E2, #BCC6CC);
}

.color-copper {
  background: linear-gradient(135deg, #B87333, #CD7F32);
}

.color-bronze {
  background: linear-gradient(135deg, #CD7F32, #8B4513);
}

.color-titanium {
  background: linear-gradient(135deg, #878681, #696969);
}

/* Product Color Info Styling */
.product-color {
  font-size: 11px;
  color: #888;
  margin-bottom: 4px;
  font-style: italic;
  transition: opacity 0.3s ease;
}

/* Price transition styling */
.product-price {
  transition: opacity 0.3s ease;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .color-options {
      bottom: 10px;
      right: 10px;
      gap: 6px;
  }
  
  .color-option-btn {
      width: 20px;
      height: 20px;
  }
  
  .color-option-btn.active::after {
      width: 6px;
      height: 6px;
  }
}

@media (max-width: 480px) {
  .color-options {
      bottom: 8px;
      right: 8px;
      gap: 4px;
  }
  
  .color-option-btn {
      width: 18px;
      height: 18px;
      border-width: 1px;
  }
  
  .color-option-btn.active::after {
      width: 5px;
      height: 5px;
  }
}

/* Animation for price/color changes */
@keyframes fadeInOut {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.price-changing {
  animation: fadeInOut 0.3s ease;
}

/* Additional color variants for jewelry */
.color-black {
  background: linear-gradient(135deg, #2C2C2C, #000000);
}

.color-yellow-gold {
  background: linear-gradient(135deg, #FFD700, #B8860B);
}

.color-two-tone {
  background: linear-gradient(45deg, #FFD700 50%, #C0C0C0 50%);
}

.color-antique {
  background: linear-gradient(135deg, #D4AF37, #B8860B);
}

/* Hover effect for product card when color is being selected */
.product-card.color-selecting {
  transform: scale(1.02);
  transition: transform 0.2s ease;
}

/* Focus states for accessibility */
.color-option-btn:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/* Loading state for price changes */
.product-price.loading {
  position: relative;
}

.product-price.loading::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.8; }
  50% { opacity: 0.4; }
}
.featured-collection-section {
  display: flex;
  background: transparent;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  overflow: hidden;
}

/* Left Hero Section */
.hero-section {
  flex: 1;
  position: relative;
  background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
  overflow: hidden;
  height: 425px;
  margin-right: 10px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1);
}

.hero-image.scroll-scaled {
  transform: scale(1.4);
}

.hero-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: white;
  z-index: 2;
}

.fcollection-label {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  opacity: 0.9;
}

.fcollection-title {
  font-size: 42px;
  font-weight: 300;
  font-family: 'Epicene Display', serif;
  line-height: 1.1;
  margin: 0;
  letter-spacing: 0;
}

/* Right Featured Products Section */
.featured-products-section {
  flex: 1;
  padding: 0px;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.featured-product-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.featured-product-card:hover {
  transform: translateX(8px);
  background: rgba(0, 0, 0, 0.02);
}

.featured-product-image {
  position: relative;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.featured-product-image .main-image,
.featured-product-image .hover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: opacity 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.featured-product-image .hover-image {
  opacity: 0;
  z-index: 2;
}

.featured-product-card:hover .featured-product-image .hover-image {
  opacity: 1;
}

.featured-product-image .main-image {
  opacity: 1;
  z-index: 1;
}

.featured-product-card:hover .featured-product-image .main-image {
  opacity: 0;
}

.featured-product-image .product-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  background: #333;
  color: #fff;
  padding: 3px 6px;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 3px;
  z-index: 3;
}

/* Featured Color Options */
.featured-color-options {
  position: absolute;
  bottom: 6px;
  right: 6px;
  display: flex;
  gap: 4px;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.3s ease;
  z-index: 10;
}

.featured-product-card:hover .featured-color-options {
  opacity: 1;
  transform: translateY(0);
}

.featured-color-options .color-option-btn {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  position: relative;
}

.featured-color-options .color-option-btn:hover {
  transform: scale(1.1);
}

.featured-color-options .color-option-btn.active {
  border-color: #333;
  transform: scale(1.1);
}

.featured-color-options .color-option-btn.active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
}

/* Featured Product Info */
.featured-product-info {
  flex: 1;
}

.product-brand {
  font-size: 11px;
  color: #666;
  margin-bottom: 6px;
  font-weight: 500;
}

.featured-product-info .product-title {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.3;
}

.featured-product-info .product-price {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
  transition: opacity 0.3s ease;
}

.featured-product-info .product-color {
  font-size: 10px;
  color: #888;
  font-style: italic;
  transition: opacity 0.3s ease;
}
  /* Animated Gold Lines Background */
  .animated-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.gold-line {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 215, 0, 0.3) 20%, 
        rgba(255, 215, 0, 0.8) 50%, 
        rgba(255, 215, 0, 0.3) 80%, 
        transparent 100%);
    height: 2px;
    width: 300px;
    animation: moveRight 8s linear infinite;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
}

.gold-line:nth-child(2) {
    top: 15%;
    animation-delay: -2s;
    animation-duration: 12s;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(218, 165, 32, 0.3) 20%, 
        rgba(218, 165, 32, 0.7) 50%, 
        rgba(218, 165, 32, 0.3) 80%, 
        transparent 100%);
    box-shadow: 0 0 6px rgba(218, 165, 32, 0.5);
}

.gold-line:nth-child(3) {
    top: 35%;
    animation-delay: -4s;
    animation-duration: 10s;
    height: 1px;
    box-shadow: 0 0 4px rgba(255, 215, 0, 0.3);
}

.gold-line:nth-child(4) {
    top: 55%;
    animation-delay: -6s;
    animation-duration: 14s;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 223, 0, 0.3) 20%, 
        rgba(255, 223, 0, 0.6) 50%, 
        rgba(255, 223, 0, 0.3) 80%, 
        transparent 100%);
    box-shadow: 0 0 5px rgba(255, 223, 0, 0.4);
}

.gold-line:nth-child(5) {
    top: 75%;
    animation-delay: -1s;
    animation-duration: 9s;
    height: 3px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.gold-line:nth-child(6) {
    top: 25%;
    animation-delay: -3s;
    animation-duration: 11s;
    height: 1px;
    box-shadow: 0 0 3px rgba(255, 215, 0, 0.3);
}

.gold-line:nth-child(7) {
    top: 45%;
    animation-delay: -5s;
    animation-duration: 13s;
    box-shadow: 0 0 6px rgba(255, 215, 0, 0.4);
}

.gold-line:nth-child(8) {
    top: 65%;
    animation-delay: -7s;
    animation-duration: 15s;
    height: 2px;
    box-shadow: 0 0 7px rgba(255, 215, 0, 0.4);
}

/* Diagonal lines */
.diagonal-line {
    position: absolute;
    background: linear-gradient(45deg, 
        transparent 0%, 
        rgba(255, 215, 0, 0.3) 30%, 
        rgba(255, 215, 0, 0.6) 50%, 
        rgba(255, 215, 0, 0.3) 70%, 
        transparent 100%);
    width: 400px;
    height: 1px;
    transform: rotate(25deg);
    animation: moveDiagonal 16s linear infinite;
    box-shadow: 0 0 6px rgba(255, 215, 0, 0.4);
}

.diagonal-line:nth-child(9) {
    top: 20%;
    left: -200px;
    animation-delay: -8s;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.diagonal-line:nth-child(10) {
    top: 60%;
    left: -200px;
    animation-delay: -12s;
    animation-duration: 20s;
    box-shadow: 0 0 4px rgba(255, 215, 0, 0.3);
}

@keyframes moveRight {
    0% {
        left: -300px;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 100vw;
        opacity: 0;
    }
}

@keyframes moveDiagonal {
    0% {
        transform: translateX(-200px) rotate(25deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(calc(100vw + 200px)) rotate(25deg);
        opacity: 0;
    }
}

/* Floating particles */
.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: radial-gradient(circle, rgba(255, 215, 0, 1) 0%, rgba(255, 215, 0, 0.3) 70%, transparent 100%);
    border-radius: 50%;
    animation: float 20s linear infinite;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
}

.particle:nth-child(11) {
    top: 10%;
    left: 20%;
    animation-delay: -5s;
}

.particle:nth-child(12) {
    top: 30%;
    left: 80%;
    animation-delay: -10s;
    animation-duration: 25s;
}

.particle:nth-child(13) {
    top: 70%;
    left: 10%;
    animation-delay: -15s;
    animation-duration: 18s;
}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh) rotate(360deg);
        opacity: 0;
    }
}

/* Animated Dots Background */
.dots-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  font: 5vmin/1.3 serif;
  overflow: hidden;
}

.dots-element {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3em;
  height: 3em;
  color: transparent;
  font-size: 52px;
  mix-blend-mode: screen;
  animation: move infinite ease-in-out alternate;
}

.dots-element::before {
  content: '.';
  position: absolute;
  top: 0;
  left: 0;
}

.dots-element.dots1 {
  text-shadow: 
      0.5em 3.2em 7px hsla(45, 90%, 55%, 0.8),
      4.1em 1.7em 7px hsla(38, 85%, 60%, 0.8),
      2.8em 5.4em 7px hsla(42, 95%, 50%, 0.8),
      1.3em 0.8em 7px hsla(35, 80%, 65%, 0.8),
      5.2em 3.9em 7px hsla(48, 100%, 45%, 0.8),
      2.6em 1.4em 7px hsla(40, 75%, 58%, 0.8),
      0.9em 4.6em 7px hsla(44, 88%, 52%, 0.8),
      4.8em 2.1em 7px hsla(36, 92%, 48%, 0.8),
      3.7em 5.1em 7px hsla(46, 85%, 55%, 0.8),
      1.8em 0.3em 7px hsla(39, 78%, 62%, 0.8),
      5.5em 4.2em 7px hsla(43, 90%, 50%, 0.8),
      3.4em 1.9em 7px hsla(37, 82%, 58%, 0.8),
      0.6em 3.7em 7px hsla(47, 95%, 47%, 0.8),
      4.7em 5.8em 7px hsla(41, 88%, 53%, 0.8),
      2.9em 2.3em 7px hsla(34, 85%, 60%, 0.8),
      1.2em 4.9em 7px hsla(49, 92%, 48%, 0.8),
      5.8em 3.6em 7px hsla(38, 80%, 56%, 0.8),
      3.1em 0.7em 7px hsla(45, 87%, 51%, 0.8),
      0.4em 2.4em 7px hsla(33, 83%, 59%, 0.8),
      4.3em 5.7em 7px hsla(50, 90%, 49%, 0.8);
  animation-duration: 44s;
  animation-delay: -27s;
}

.dots-element.dots2 {
  text-shadow: 
      3.1em 2.4em 7px hsla(42, 88%, 54%, 0.8),
      1.7em 4.8em 7px hsla(36, 82%, 61%, 0.8),
      5.3em 3.1em 7px hsla(47, 93%, 48%, 0.8),
      3.9em 0.9em 7px hsla(39, 79%, 57%, 0.8),
      0.8em 5.4em 7px hsla(44, 86%, 52%, 0.8),
      4.6em 4.2em 7px hsla(35, 84%, 59%, 0.8),
      2.4em 1.6em 7px hsla(48, 91%, 46%, 0.8),
      1.1em 3.9em 7px hsla(40, 77%, 63%, 0.8),
      5.7em 2.8em 7px hsla(43, 89%, 51%, 0.8),
      2.7em 0.4em 7px hsla(37, 81%, 56%, 0.8),
      0.3em 4.1em 7px hsla(46, 94%, 49%, 0.8),
      4.2em 5.6em 7px hsla(34, 86%, 58%, 0.8),
      3.5em 3.3em 7px hsla(49, 85%, 53%, 0.8),
      1.9em 1.2em 7px hsla(38, 83%, 60%, 0.8),
      5.1em 4.7em 7px hsla(45, 92%, 47%, 0.8),
      2.8em 2.1em 7px hsla(41, 78%, 55%, 0.8),
      0.6em 0.8em 7px hsla(50, 87%, 50%, 0.8),
      5.4em 5.2em 7px hsla(33, 80%, 62%, 0.8),
      3.6em 3.7em 7px hsla(44, 84%, 54%, 0.8),
      1.4em 1.9em 7px hsla(39, 89%, 57%, 0.8);
  animation-duration: 43s;
  animation-delay: -32s;
}

.dots-element.dots3 {
  text-shadow: 
      4.8em 4.1em 7px hsla(46, 91%, 52%, 0.8),
      2.9em 0.6em 7px hsla(37, 83%, 59%, 0.8),
      0.7em 5.3em 7px hsla(43, 87%, 48%, 0.8),
      5.4em 2.7em 7px hsla(40, 79%, 61%, 0.8),
      3.6em 4.9em 7px hsla(48, 94%, 46%, 0.8),
      1.2em 1.8em 7px hsla(35, 81%, 58%, 0.8),
      4.7em 3.5em 7px hsla(44, 88%, 53%, 0.8),
      2.3em 1.4em 7px hsla(38, 85%, 56%, 0.8),
      1.8em 5.1em 7px hsla(47, 90%, 49%, 0.8),
      4.4em 2.3em 7px hsla(41, 77%, 62%, 0.8),
      3.2em 0.2em 7px hsla(49, 86%, 51%, 0.8),
      0.9em 3.6em 7px hsla(36, 82%, 57%, 0.8),
      5.8em 5.7em 7px hsla(45, 93%, 47%, 0.8),
      2.6em 3.4em 7px hsla(39, 84%, 54%, 0.8),
      1.4em 1.1em 7px hsla(50, 89%, 50%, 0.8),
      5.1em 4.8em 7px hsla(34, 78%, 63%, 0.8),
      3.8em 2.6em 7px hsla(42, 87%, 55%, 0.8),
      1.6em 0.9em 7px hsla(37, 80%, 60%, 0.8),
      5.2em 4.3em 7px hsla(46, 92%, 48%, 0.8),
      2.7em 3.1em 7px hsla(43, 85%, 52%, 0.8);
  animation-duration: 22s;
  animation-delay: -23s;
}

.dots-element.dots4 {
  text-shadow: 
      1.4em 4.7em 7px hsla(41, 86%, 56%, 0.8),
      4.9em 1.3em 7px hsla(47, 89%, 49%, 0.8),
      2.7em 3.8em 7px hsla(38, 81%, 58%, 0.8),
      0.8em 0.5em 7px hsla(44, 93%, 51%, 0.8),
      5.6em 5.4em 7px hsla(35, 83%, 60%, 0.8),
      3.3em 2.9em 7px hsla(48, 87%, 47%, 0.8),
      0.2em 4.2em 7px hsla(40, 78%, 62%, 0.8),
      4.6em 1.8em 7px hsla(45, 91%, 53%, 0.8),
      3.4em 3.6em 7px hsla(36, 84%, 57%, 0.8),
      0.9em 1.2em 7px hsla(49, 88%, 50%, 0.8),
      5.2em 4.8em 7px hsla(39, 80%, 59%, 0.8),
      3.8em 2.2em 7px hsla(43, 85%, 54%, 0.8),
      1.6em 1.4em 7px hsla(37, 87%, 56%, 0.8),
      4.2em 5.1em 7px hsla(46, 92%, 48%, 0.8),
      2.8em 2.6em 7px hsla(42, 79%, 61%, 0.8),
      0.4em 1.8em 7px hsla(50, 86%, 52%, 0.8),
      5.4em 5.6em 7px hsla(34, 82%, 58%, 0.8),
      3.1em 3.4em 7px hsla(44, 90%, 50%, 0.8),
      1.2em 0.8em 7px hsla(38, 84%, 55%, 0.8),
      5.8em 4.4em 7px hsla(47, 88%, 49%, 0.8);
  animation-duration: 23s;
  animation-delay: -19s;
}
@keyframes move {
  from {
      transform: rotate(0deg) scale(12) translateX(-20px);
  }
  to {
      transform: rotate(360deg) scale(18) translateX(20px);
  }
}
.dropdown-options select{
  background: transparent;
  border-color: #ffffff59;
  color: #fff;
}
.product-info-option{
  padding-bottom: 10px;
}
#description, .page-main-pagebuilder-attributes, .page-main.page-main-details{
  display: none;
}

.customer-account-create .page-main{
  margin: 0;
  max-width: 100%;
  padding: 0;
}
/* Modern Registration Page Styles */
.registration-container {
  display: flex;
  justify-content: end;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.create.info{
  gap: 10px;
  display: flex;
}

.video-section {
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  height: 80vh;
  z-index: -1;
}

.video-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

.brand-overlay {
  position: absolute;
  top: 40px;
  left: 40px;
  color: white;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  z-index: 3;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Video loading and error handling */
.video-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
  background: #000;
}

.video-section video::-webkit-media-controls {
  display: none !important;
}

.video-section video::-webkit-media-controls-enclosure {
  display: none !important;
}

/* Fallback background if video fails to load */
.video-section {
  background: linear-gradient(135deg, rgba(0,0,0,0.8), rgba(0,0,0,0.6)), 
              url('https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?ixlib=rb-4.0.3&auto=format&fit=crop&w=1000&q=80');
  background-size: cover;
  background-position: center;
}

.customer-account-create .page-title-wrapper{
  display: none;
}
.form-section {
  flex: 1;
  padding: 210px 50px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 510px;
  overflow-y: auto;
  z-index: 1;
  backdrop-filter: blur(20px);
  background-color: hsl(0deg 4% 5% / 81%);
}
.form-create-account{
  width: 100% !important;
    min-width: auto !important;
}
.register .primary{
  width: 100% !important;
  display: block;
}

.back-link {
  display: inline-flex;
    align-items: center;
    color: #fff !important;
    text-decoration: none;
    margin-bottom: 16px;
    font-size: 11px;
    transition: color 0.3s ease;
    font-family: 'Mulish';
}

.back-link:hover {
  color: #fff;
  text-decoration: none;
}

.back-link::before {
  content: '←';
  margin-right: 8px;
  font-size: 16px;
}

.form-section h1.page-title {
  font-size: 31px;
    font-family: "Epicene Display", serif;
    letter-spacing: 0.31px;
    text-transform: capitalize;
    font-weight: normal;
    color: #fff;
    margin-bottom: 30px;
}

.form-section .legend {
  display: none;
}

.form-section .field {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.form-section .field.choice {
  margin: 30px 0;
}

.form-section .control {
  position: relative;
  width: 100% !important;
}

.form-section .form-control,
.form-section .input-text {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #ffffff59;
  border-radius: 0;
  font-size: 16px;
  transition: all 0.3s ease;
  background: transparent;
  font-family: 'Mulish';
  color: #fff;
  height: 40px;
  font-size: 12px;
  box-sizing: border-box;
}

.form-section .form-control:focus,
.form-section .input-text:focus {
  outline: none;
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.1);
}

.form-section .form-control::placeholder,
.form-section .input-text::placeholder {
  color: #999;
  font-weight: 300;
}

.password-field {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  padding: 5px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-toggle:hover {
  color: #333;
}

.helper-text {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  line-height: 1.4;
}

.field.choice {
  display: flex;
  align-items: middle;
  gap: 12px;
}

.field.choice .checkbox {
  margin-top: 0px;
  transform: scale(1.2);
  accent-color: #333;
}

.field.choice .label {
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}

.field.choice .label a {
  color: #333;
  text-decoration: underline;
}

.register-btn {
  width: 100% !important;
  padding: 10px 24px;
  background: #fff !important;
  color: #000 !important;
  border: none;
  font-size: 14px;
  font-weight: 500;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  font-family: 'Mulish';
}

.register-btn:hover {
  background: #000;
  transform: translateY(-1px);
}

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

.sign-in-link {
  text-align: center;
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
}

.sign-in-link a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.sign-in-link a:hover {
  text-decoration: underline;
}

.actions-toolbar .secondary {
  display: none;
}

.actions-toolbar.register{
  width: 100%;
  display: block;
}
.password-strength {
  margin-top: 0px;
  font-size: 12px;
}

.strength-weak { color: #e74c3c; }
.strength-medium { color: #f39c12; }
.strength-strong { color: #27ae60; }

/* Focus states */
.form-section .field.focused .form-control,
.form-section .field.focused .input-text {
  border-color: #333;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.1);
}

/* Prevent form jumping */
.form-section .form-control,
.form-section .input-text {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .form-section {
      padding: 40px 60px;
  }
}

@media (max-width: 768px) {
  .registration-container {
      flex-direction: column;
  }

  .video-section {
      min-height: 200px;
      order: 2;
  }

  .video-section video {
      position: relative;
      transform: none;
      width: 100%;
      height: 200px;
      object-fit: cover;
  }

  .form-section {
      padding: 40px 30px;
      order: 1;
      max-width: none;
  }

  .brand-overlay {
      top: 20px;
      left: 20px;
      font-size: 20px;
  }

  .form-section h1.page-title {
      font-size: 28px;
      margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .form-section {
      padding: 30px 20px;
  }

  .form-section .form-control,
  .form-section .input-text {
      padding: 14px 16px;
  }
}
/* Custom Checkbox Styling */
.field.choice .checkbox {
  /* Hide the default checkbox */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  /* Custom checkbox dimensions */
  width: 16px;
  height: 16px;
  border: 1px solid #434445;
  border-radius: 0px;
  background: transparent;
  margin-top: 2px;
  margin-right: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0;
}

/* Checkbox hover state */
.field.choice .checkbox:hover {
  border-color: #333;
}

/* Checkbox focus state */
.field.choice .checkbox:focus {
  outline: none;
  border-color: #333;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.1);
}

/* Checkbox checked state */
.field.choice .checkbox:checked {
  background: transparent;
  border-color: #fff;
}

/* Custom checkmark */
.field.choice .checkbox:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

/* Alternative checkmark using CSS shapes */
.field.choice .checkbox:checked::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Use either ::after OR ::before, not both - comment out one */
.field.choice .checkbox:checked::after {
  display: none; /* Comment this out if you want to use the CSS checkmark above */
}

/* Disabled state */
.field.choice .checkbox:disabled {
  background: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
  opacity: 0.6;
}

/* Label styling to work better with custom checkbox */
.field.choice .label {
  cursor: pointer;
  user-select: none;
}

/* Modern alternative - rounded checkbox */
.field.choice .checkbox.rounded {
  border-radius: 50%;
}

/* Large checkbox variant */
.field.choice .checkbox.large {
  width: 22px;
  height: 22px;
}

/* Animated checkbox */
.field.choice .checkbox.animated {
  transition: all 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.field.choice .checkbox.animated:checked {
  transform: scale(1.1);
  animation: checkboxPulse 0.3s ease;
}

@keyframes checkboxPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/*********Store Locator page css*************/
/* Hero Section */
.devji-store-hero {
  position: relative;
  height: 500px;
  background: linear-gradient(rgb(0 0 0 / 6%), rgb(0 0 0 / 61%)), url(../images/store-main.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: left;
}

.devji-hero-content {
  text-align: left;
  z-index: 2;
  max-width: 800px;
  padding: 15px 20px;
}

.devji-hero-title {
  font-size: 38px;
  font-weight: 500;
  font-family: "Epicene Display", serif;
  letter-spacing: 0.31px;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}

.devji-hero-description {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
 /* Main Container */
 .devji-store-locator-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #000;
}

.devji-locator-title {
  font-size: 24px;
    font-weight: 500;
    font-family: "Epicene Display", serif;
    letter-spacing: 0.31px;
    color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: left;
}

/* Store Locator Layout */
.devji-locator-layout {
  display: grid;
      grid-template-columns: 360px 1fr;
      gap: 30px;
      min-height: 700px;
}

/* Store List Sidebar */
.devji-store-sidebar {
  border-radius: 10px;
  padding: 0 10px;
  overflow-y: auto;
  max-height: 700px;
}

.devji-country-selector {
  margin-bottom: 30px;
}

.devji-country-dropdown {
  width: 100%;
  padding: 0 15px;
  background: transparent url('../images/select-bg-black.svg') no-repeat 100% 45%;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
}

.devji-store-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.devji-store-item {
  margin-bottom: 15px;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  border: 1px solid;
}
.devji-store-item.devji-store-active{
  border: 1px solid #fff;
}

.devji-store-card {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 15px;
}

.devji-store-image {
  width: 90px;
  height: 90px;
  border-radius: 0px;
  object-fit: cover;
}

.devji-store-info h3 {
  font-weight: 500;
    font-family: "Epicene Display", serif;
    letter-spacing: 0.31px;
    color: rgb(255, 255, 255);
    margin-top: 0px;
    text-align: left;
    font-size: 18px;
    margin-bottom: 8px;
}

.devji-store-address {
  color: #fff;
  line-height: 1.5em;
  font-size: 10px;
}

/* Map Section */
.devji-map-container {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

.devji-map-header {
  background: #1a1a1a;
  padding: 15px 20px;
  border-bottom: 1px solid #444;
}

.devji-map-controls {
  display: flex;
  gap: 10px;
  align-items: center;
}

.devji-map-toggle {
  padding: 8px 16px;
  background: #D4AF37;
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

.devji-map-toggle:hover {
  background: #B8941F;
}

.devji-map-toggle.active {
  background: #D4AF37;
}

.devji-close-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  margin-left: auto;
}
.devji-close-btn:hover{
  border: none;
}

.devji-map-content {
  height: 660px;
  background: linear-gradient(45deg, #2a2a2a, #1a1a1a);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#storeImageElement{
    height: 175px;
    object-fit: cover;
    width: 100%;
}

.devji-map-placeholder {
  text-align: center;
  color: #666;
}

/* Store Details Slide Panel */
.devji-store-details {
  position: absolute;
  top: 0;
  left: -400px;
  width: 350px;
  height: auto;
  background: hsla(0, 4%, 5%, .7);
  z-index: 1;
  transition: left 0.3s ease-in-out;
  backdrop-filter: blur(4px);
  overflow-y: auto;
}

.devji-store-details.active {
  left: 0;
}

.devji-details-modal {
  padding: 35px 20px;
  height: 100%;
  position: relative;
}

.devji-details-close {
  position: absolute;
  top: 4px;
  right: 8px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 5px;
  border-radius: 3px;
  transition: background 0.3s ease;
}
.devji-details-close:hover {
  background: transparent;
  color: #fff;
  border: none;
}

.devji-details-title {
  font-weight: 500;
  font-family: "Epicene Display", serif;
  letter-spacing: 0.31px;
  color: rgb(255, 255, 255);
  margin-top: 20px;
  text-align: left;
  font-size: 18px;
  margin-bottom: 8px;
}

.devji-details-image {
  width: 100%;
  height: 150px;
  background: #2a2a2a;
  border-radius: 8px;
  margin-bottom: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 150"><rect fill="%23D4AF37" width="400" height="150"/><rect fill="%23000" opacity="0.3" width="400" height="150"/></svg>');
  background-size: cover;
  background-position: center;
}

.devji-details-info {
  padding: 8px 0px;
  display: flex;
  gap: 10px;
}

.devji-details-info strong {
  color: #fff;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.devji-details-info p {
  color: #ccc;
  line-height: 1.5;
  margin: 0;
}

.devji-details-actions {
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
  display: flex;
}

.devji-action-btn {
  padding: 12px 20px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 100%;
  font-family: 'Mulish';
}

.devji-btn-primary {
  background: #fff;
  color: #000;
}

.devji-btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid;
}



/* Responsive Design */
@media (max-width: 768px) {
  .devji-hero-title {
      font-size: 2.5rem;
  }

  .devji-locator-layout {
      grid-template-columns: 1fr;
      gap: 20px;
  }

  .devji-store-sidebar {
      max-height: 400px;
  }

  .devji-map-content {
      height: 400px;
  }

  .devji-details-modal {
      padding: 20px;
  }
}

/* Loading Animation */
.devji-loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #444;
  border-radius: 50%;
  border-top-color: #D4AF37;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
.swatch-option.selected{
  outline: 1px solid #000000 !important;
}
.plumrocket-product-filter .filter-content .filter-options-content .swatch-attribute-options{
  padding-top: 5px !important;
}
a[aria-label="Blue"] div{
  background-color: #007bff !important;
}
a[aria-label="White"] div{
  background-color: #fff !important;
}
a[aria-label="Multi"] div{
  background: url("https://devji.webshark.tech/media/attribute/swatch/swatch_image/30x20/3/6/360_f_793999116_jtzw88390bysh2smfa1r5xg2ekhpdo6e.jpg") center center no-repeat !important;
}
.catalogsearch-result-index{
  padding-top: 183px;
}
.catalogsearch-result-index .product-reviews-summary{
  display: none;
}
.action.tocompare{
display: none !important;
}
.catalogsearch-result-index .product-image-wrapper .actions-primary{
  display: none !important;
}
.catalogsearch-result-index .product-image-wrapper{
  height: 320px !important;
}
.catalogsearch-result-index .product-image-wrapper img{
  height: 100% !important;
  object-fit: cover;
}
.catalogsearch-result-index.page-products .product-item-info{
      width: 100% !important;
}
.catalogsearch-result-index .product-item .price-box {
    margin: 10px 0 5px !important;
}
.catalogsearch-result-index .products-grid .product-item-inner{
    border: none;
    box-shadow: none;
    top: 10px;
    background: transparent;
    right: 15px;
    border: none;
    left: auto;
}
.wishlist-index-index .page-main {
  max-width: 100%;
}
.catalogsearch-result-index .products-grid .product-item-inner .actions-primary{
  display: none !important;
}
.catalogsearch-result-index .products-grid .product-item-inner:before{
border: none !important;
}
.catalogsearch-result-index .products-grid .product-item-inner .actions-secondary{
 background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    backdrop-filter: blur(10px);
}
.catalogsearch-result-index .products-grid .product-item-inner .actions-secondary > .action:before{
     font-size: 14px !important;
}
.catalogsearch-result-index.page-products .products-grid .product-item{
    margin-left: 10px !important;
}
.catalogsearch-result-index.page-products .products-grid .product-item:nth-child(3n + 1){
 margin-left: 0px !important;
}
.swatch-option{
      height: 18px !important;
    min-width: 18px;
    width: 18px !important;
    border-radius: 50px !important;
}
.sidebar .filter-actions{
  padding-bottom: 10px;;
}
.noUi-handle {
    background: #000 !important;
    box-shadow: none !important;
}
.noUi-connect{
    background: #000 !important;
    box-shadow: none !important;
}
.filter-current .items{
  padding: 0;
}
.catalogsearch-result-index .columns .column.main{
  padding: 20px 0px !important;
}
.catalogsearch-result-index .toolbar-products .sorter{
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.catalogsearch-result-index .page-main{
  margin: 0;
  max-width: 100%;
}
.breadcrumbs{
  background: #000;
  color: #fff;
  padding: 10px 22px !important;
  margin: 0;
}
.breadcrumbs .items{
  color: #fff !important;
  text-align: left;
}