/* ===========================
   HOME ONLY — ORNAZA
   =========================== */

/* sections (hero ke alawa) center + padding */
section:not(.hero-slider){
  max-width:1100px;
  margin:18px auto;
  padding:0 14px;
}

/* ===========================
   HERO SLIDER (FULL SCREEN LOOK)
   - no left/right gap on mobile
   - professional height on all screens
   =========================== */

.hero-slider{
 padding:0;
 position:relative;
 overflow:hidden;
 height: 520px;


}

@media (min-width:768px){
  .hero-slider{ height:820px;}
}

/* slider track */
.hero-slider .slides-container{
  display:flex;
  width:300%;
  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: 35%;
    height: 520px;
}
.hero-slider .slide2 img{
  object-fit:cover;
  display:flex;
       width: 35%;
    height: 520px;
}
.hero-slider .slide3 img{
  object-fit:cover;
  display:flex;
       width: 35%;
    height: 520px;
}
@media (min-width:768px){
 .hero-slider .slide1 img{ height:820px;}
 .hero-slider .slide2 img{ height:820px;}
 .hero-slider .slide3 img{ height:820px;}
}
/* 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 (MOBILE = HORIZONTAL SCROLL)
   =========================== */
.category{ padding:2rem; 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;
  width:110px;
}
.category-card img{
  width:100px;
  height:100px;
  border-radius:8px;
  object-fit:cover;
  display:block;
  margin:0 auto;
}
.category-name{
  font-size:.95rem;
  font-weight:500;
  color:#222;
  margin:6px 0 0;
  text-align:center;
}

/* ===========================
   PRODUCTS (MOBILE = HORIZONTAL SCROLL)
   =========================== */
.products{ 
    padding:2rem; 
    text-align:center; 
    
}


.section-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 10px;
  margin-bottom:10px;
}
.section-header h2{
  font-size:1.5rem;
  font-weight:700;
  color:#333;
}
.view-all-link{
  font-size:.9rem;
  color:#d48806;
  border:1px solid #d48806;
  padding:4px 10px;
  transition:.2s;
}
.view-all-link:hover{
  background:#d48806;
  color:#fff;
}

.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:170px;
  padding: .5rem;
  border:1px solid #eee;
  border-radius:8px;
  overflow:hidden;
  background-color: #fdf7f1;
 
}

.image-wrapper{
  position:relative;
  width:100%;
  aspect-ratio:1/1;     /* square like your earlier look */
  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:14.5px;
  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: 13px;
  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;
}

/* ===========================
   DAZZLE + GIFT
   =========================== */
.price-filter-buttons{
  margin:40px 0;
  padding:0 15px;
  text-align:center;
}
.button-group{
  display:flex;
  gap:20px;
  justify-content:center;
  flex-wrap:wrap;
}
.filter-btn{
  flex:1 1 30%;
  min-width:150px;
  background:#fff;
  color:#000;
  padding:14px 0;
  font-weight:600;
  font-size:1.1rem;
  border-radius:8px;
  box-shadow:0 6px 15px #dfd1c8;
}

.gift-img{
  width:90%;
  max-width:1100px;
  height:250px;
  object-fit:cover;
  display:block;
  margin:20px auto;
  border-radius:8px;
}
@media (min-width:768px){
  .gift-img{ height:350px; }
}

/* ===========================
   DESKTOP: category & products grid
   =========================== */
@media (min-width:768px){
  .category-grid{
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    overflow:visible;
  }
  .category-card{ width:auto; }

  /*.product-grid{*/
  /*  display:grid;*/
  /*  grid-template-columns:repeat(4, 1fr);*/
  /*  overflow:visible;*/
  /*}*/
/*  .product-card{ width:auto; }*/
/*}*/


