.lux-row-title-fixed {
  position: relative;
  left: 0;
  z-index: 10;
  color: #D4AF37;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  margin: 2rem 0 1rem;
  padding-left: 10px;
  background: #0b0f12;
}

/* 🌟 Titlul principal */
.lux-grid-title {
  text-align: center;
  color: #D4AF37;
  font-size: 24px;
  margin: 2rem 0 3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

/* Titluri statice */
.lux-static-titles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-left: 10px;
}

.lux-row-title {
  color: #D4AF37;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  margin: 2rem 0 1rem;
  padding-left: 10px;
  /* fixez pe loc vizual */
  position: relative;
  z-index: 1;
}

/* 🌟 Subcategorii */
.lux-subcategories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.5rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .lux-subcategories {
    gap: 2.25rem;
  }

  /*
  .lux-subcat-circle {
    width: 70px;
    height: 70px;
  }*/

  .lux-subcat-circle img {
    width: 100%;
    height: 100%;
  }

  /*
  .lux-subcat-circle-span {
    width: 87px !important;
    height: 25px !important;
    margin-top: 35px !important;
  }

  .lux-subcat-card span {
    font-size: 11px !important;
  }*/
}

.lux-subcat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.lux-subcat-circle {
  position: relative;
  border-radius: 50%;
  background: linear-gradient(145deg, #D4AF37, #c59c29);
  box-shadow: 0 0 0px rgba(212, 175, 55, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D4AF37;
}

.lux-subcat-circle::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #0c0c0c;
  z-index: 1;
}

.lux-subcat-circle img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.4s ease 0.15s, box-shadow 0.4s ease 0.15s;
}

.lux-subcat-circle-span {
  width: 121px;
  height: 30px;
  background-color: hsla(192, 95%, 8%, 1);
  position: absolute;
  z-index: 999;
  margin-top: 58px;
  border-radius: 8px;
  border: 1px solid #D4AF37;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lux-subcat-card span {
  font-size: 12px;
  color: #D4AF37;
  text-align: center;
  font-family: 'Playfair Display';
}

.lux-subcat-card:hover .lux-subcat-circle img {
  box-shadow: 0 0 10px 2px rgba(212, 175, 55, 0.6);
  transform: scale(1.05);
}

.lux-scroll-outer {
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.lux-scroll-outer::-webkit-scrollbar {
  height: 10px;
}

.lux-scroll-outer::-webkit-scrollbar-thumb {
  background: #D4AF37;
  border-radius: 5px;
}

.lux-scroll-outer::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.lux-scroll-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: max-content;
}

.lux-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 28px;
}

.lux-product-image,
.lux-sample-image {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.lux-product-name,
.lux-sample-name {
  position: relative;
  font-size: 14px;
  margin: 10px 0;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  max-width: 100%;
  display: block;
  min-height: 2.6em;
  font-weight: 400;
  line-height: inherit;
}

.lux-product-price,
.lux-sample-price {
  margin: 8px 0;
}

.old-price {
  color: #999;
  text-decoration: line-through;
  margin-right: 5px;
  font-size: 0.9rem;
}

.new-price {
  color: #EDB86E;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
}

.lux-add-to-cart {
  margin-top: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.lux-card.coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D4AF37;
  border: 1px dashed #D4AF37;
  height: 220px;
}

.lux-scroll-outer {
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  /* pentru iOS */
}

.lux-row {
  display: flex;
  gap: 20px;
  min-height: 320px;
}

.lux-card {
  position: relative;
  flex: 0 0 200px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  text-align: center;
  padding: 5px 15px 5px 15px;
  box-shadow: 0 5px 20px rgba(212, 175, 55, 0.1);
  scroll-snap-align: start;
  overflow: hidden;
}

.lux-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding: 1px;
  background: linear-gradient(311deg, #2E2C21 15%, #BA9056 53%, #2E2C21 80%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  pointer-events: none;

}


.lux-card-bam {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.lux-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);
}


/* --------- Extra Syle Cosmin ------------------ */

/*==============================================================
  GOLD SCROLLBAR  –  applies only to the .lux-scroll-wrap strip
  ==============================================================*/

/* Chrome, Edge, Safari (WebKit/Blink) */
.lux-scroll-wrap::-webkit-scrollbar{
    height: 10px;                 /* bar thickness  */
}
.lux-scroll-wrap::-webkit-scrollbar-track{
    background: transparent;     /* track stays invisible             */
}
.lux-scroll-wrap::-webkit-scrollbar-thumb{
    background: #D4AF37;         /* gold thumb                        */
    border-radius: 3px;
}

/* Firefox */
.lux-scroll-wrap{
    scrollbar-width: auto;                       /* thin / auto / none   */
    scrollbar-color: #D4AF37 transparent;        
}

.lux-row-title-fixed{
    position: sticky;   
    left: 0;            
    z-index: 2;         
    background: inherit;
    width: max-content; 
    padding: 0.2rem 1rem;
}


/* the new parent does ALL the scrolling */
.lux-scroll-wrap{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;                    
    display: block;   
    margin-bottom: 2rem;                 
}

/* children no longer need their own scrollbars */
.lux-scroll-outer{
    overflow: visible;  
}

/* -------------- final mobile clean-up -------------- */
@media (max-width: 767px){
  #lux-scroll-group {                   
      display: flex;    
      gap: 15px;  
      justify-content: center;              
  }

  .lux-add-to-cart {
  margin-top: 1px;
}

.lux-product-image, .lux-sample-image {
    width: 50px;
}

.lux-card {
    max-width: 150px;
    flex: 0 0 325px;
    padding: 0;
} 

.lux-row {
    gap: 15px;
    flex-direction: column;
}


.lux-product-name, .lux-sample-name {
    font-size: 13px;
    padding: 5px;
    margin: 5px 0;
}

.new-price {
    font-size: 18px;
}

.lux-card-bam {
    flex-direction: column-reverse;
}

/* 1 ▸ make the wrapper a 4-column grid */
    .lux-subcategories{
        display: grid;                       
        grid-template-columns: repeat(2, 1fr); 
        gap: 1.75rem;                      
        justify-items: center;              
    }

    /* 2 ▸ be sure every card can shrink to its grid cell */
    .lux-subcat-card{
        width: 100%;        /* let the grid decide the actual pixel width */
        max-width: 100%;    /* prevents overflow on very narrow phones    */
        text-align: center; /* keeps label under the icon                 */
    }
}

/* ✅ Fix for small resolution displays (≤ 375px) */
@media (max-width: 375px) {
  #luxury-category.container {
    padding-right: 7px;
    padding-left: 7px;
  }
}