
.hero-slider {
  padding: 0;
  position: relative;
  overflow: hidden;
  height:100%;
  width: 100%;
  border-radius: 5px;
  aspect-ratio: 16 / 9;
}

/* slider track */
.hero-slider .slides-container {
  display: flex;
  height: 100%;
  transition: transform .5s ease;
}

.hero-slider .slide1 {
  flex: 0 0 100%;
  height: 100%;
  display: block;
}

.hero-slider .slide2 {
  flex: 0 0 100%;
  height: 100%;
  display: block;
  
}

.hero-slider .slide3 {
  flex: 0 0 100%;
  height: 100%;
  display: block;
}

.hero-slider .slide1 img {
  object-fit: cover;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.hero-slider .slide2 img {
  object-fit: cover;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.hero-slider .slide3 img {
  object-fit: cover;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}


/* dots over image */
.hero-slider .slider-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.hero-slider .slider-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  opacity: .9;
}

.hero-slider .slider-dots span.active {
  background: #111;
}


.category {
 margin-top: 30px;
  text-align: center;
}

.category-grid {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.category-grid::-webkit-scrollbar {
  display: none;
}

.category-card {
  flex: 0 0 auto;
  margin-left: 5px;
}

.category-card img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #eee;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.category-name {
  font-size: 12px;
  font-weight: 500;
  color: #222;
  margin: 6px 0 0;
  text-align: center;
}


.products {
  margin-top: 20px;
  text-align: center;

}


.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  padding-bottom: 12px;
}

.section-header h2 {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.view-all-link {
  font-size: 12px;
  color: black;
 
  padding: 4px 10px;
  transition: .2s;
}


.product-grid {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;


}

.product-grid::-webkit-scrollbar {
  display: none;
}

.product-card {
  flex: 0 0 auto;
  width: 120px;
  padding: .5rem;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  

}

.image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f3f0ec;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px;
}

.product-name {
  font-size: 12px;
  text-align: left;
  color: #222;
  margin: 3px 0 4px;

}

.product-price {
  display: flex;
  gap: 4px;
  align-items: baseline;
  text-align: left;
  color: #222;
  font-weight: 600;
  font-size: 12px;
  margin: 0 0 10px;
}

.product-price .mrp {
  color: #777;
  text-decoration: line-through;
  font-size: 10px;
}

.product-price .off {
  color: #a14c29;
  font-size: 11px;
}

/* sold out */
.sold-out-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #f2f2f2;
  color: #000;
  font-size: .75rem;
  padding: 4px 8px;
  font-weight: 500;
  z-index: 2;
}

.price-filter-buttons {
  margin: 25px auto;
  
  text-align: left;
}

.button-group {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.button-group::-webkit-scrollbar {
  display: none;
}

.filter-btn {
  flex: 0 0 30%;
  min-height: 118px;
  min-width: 118px;
  background: #fff;
  color: #151515;
  padding: 18px 18px;
  border-radius: 14px;
  box-shadow: none;
  border: 1px solid #f1ebe7;
  display: flex;
  flex-direction: column;
  align-items: stretch; 
  justify-content: flex-start;
  text-align: center;
}


.filter-btn .text {
  line-height: 1.1;
  padding-bottom:8px ;
  padding-left: 3px;
   font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #151515;
}

.filter-btn .price {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #111010;
  line-height: 1.1;
  font-weight: 500;
 
}

.filter-btn .shop { 
  margin-top: auto;
  font-size: 12px;
  font-weight: 600;
  color: #151515;
}
.divider-star {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 14px;
}

.divider-star::before,
.divider-star::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eadfd8;
}

.divider-star span {
  flex: 0 0 auto;
  margin: 0 8px;
  font-size: 14px;

  color: #c28b6d;
  display: inline-block;
}

.gift-img {
  width: 90%;
  max-width: 1100px;
  height: 250px;
  object-fit: cover;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
}




.gift-group {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.gift-group::-webkit-scrollbar {
  display: none;
}

.gift-card {
  position: relative;
  flex: 0 0 30%;
  min-width: 118px;
  min-height: 120px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #f1ebe7;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.04);
}

/* 🎨 SOFT COLOR BLOBS (NO IMAGE) */

.gift-card > * {
  position: relative;
  z-index: 2;
}

/* wife - pink */
.gift-card.wife::after {
  background: #ffd6dc;
}

/* sister - purple */
.gift-card.sister::after {
  background: #e6dcff;
}

/* mother - beige */
.gift-card.mother::after {
  background: #f5e2cc;
}

/* ICON */
.gift-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;

  color: #000; /* BLACK icon */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-bottom: 12px;
}
/* Wife icon */
.gift-card.wife .gift-icon {
  background: #ffe5ea;
}

/* Sister icon */
.gift-card.sister .gift-icon {
  background: #eee6ff;
}

/* Mother icon */
.gift-card.mother .gift-icon {
  background: #f6e7d8;
}

/* TEXT */
.gift-small {
  font-size: 12px;
  color: #666;
}

.gift-title {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  margin-top: 2px;
  margin-bottom: 18px;
}

/* BUTTON */
.gift-shop {
  margin-top: auto;
  font-size: 10px;
  font-weight: 700;
  color: #111;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
}

/* Bottom right circle (already hai) */
/* Bottom right circle (SMALL) */
/* .gift-card::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 85px;   
  height: 85px;
  border-radius: 50%;
  opacity: 0.5;
  z-index: 0;
}


.gift-card::before {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 73px;   
  height: 73px;
  border-radius: 50%;
  opacity: 0.3;
  z-index: 0;
}


.gift-card.wife::after,
.gift-card.wife::before {
  background: #ffd6dc85;
}


.gift-card.sister::after,
.gift-card.sister::before {
  background: #e6dcff8f;
}


.gift-card.mother::after,
.gift-card.mother::before {
  background: #f5e2cca8;
} */

.gift-card {
  position: relative;
  overflow: hidden;

  /* 4 circles (left + right both) */
  background:
    radial-gradient(circle at right -20px bottom -20px, var(--circle-color) 40%, transparent 41%),
    radial-gradient(circle at right -30px top -30px, var(--circle-color) 35%, transparent 36%),
    radial-gradient(circle at left -20px bottom -20px, var(--circle-color) 40%, transparent 41%),
    radial-gradient(circle at left -30px top -30px, var(--circle-color) 35%, transparent 36%),
    #fff;
}
.gift-card.wife {
  --circle-color: #ffd6dc80;
}

.gift-card.sister {
  --circle-color: #e6dcff80;
}

.gift-card.mother {
  --circle-color: #f5e2cc80;
}

section {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

section::after {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 0;
  height: 1px;
  background: #eadfd8;
}