/* =========================
   Product Page (Luxury)
   scoped by .product__grid
========================= */

.page{
  padding-top: 18px;
}

/* Layout */
.product__grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 26px;
  align-items: start;
}

/* Media card */
.product__media .ps{
  border-radius: 18px;
  border: 1px solid rgba(214,179,106,.20);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  box-shadow: 0 16px 55px rgba(0,0,0,.45);
  overflow: hidden;
}

/* Info card */
.product__info{
  border-radius: 18px;
  border: 1px solid rgba(214,179,106,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
  box-shadow: 0 14px 45px rgba(0,0,0,.35);
  padding: 18px 18px 16px;
}

.product__info h1{
  margin: 0 0 8px;
  font-size: 30px;
  letter-spacing: .2px;
}

.product__info p{
  margin: 0 0 14px;
  opacity: .9;
  line-height: 1.7;
}

/* Meta (size/price) */
.product__meta{
  display: grid;
  gap: 8px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px dashed rgba(214,179,106,.25);
  background: rgba(255,255,255,.03);
  margin: 10px 0 14px;
}

.product__meta b{
  color: var(--gold);
  font-weight: 700;
}

/* Notes list */
.product__info ul{
  margin: 0 0 16px;
  padding: 0 18px 0 0;
  display: grid;
  gap: 8px;
}

.product__info li{
  list-style: none;
  position: relative;
  padding-right: 18px;
  opacity: .92;
}

.product__info li::before{
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(214,179,106,.8);
  box-shadow: 0 0 0 3px rgba(214,179,106,.12);
}

/* CTA button spacing */
.product__info .btn{
  width: 100%;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 14px;
}

/* Responsive */
@media (max-width: 980px){
  .product__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .product__info h1{
    font-size: 26px;
  }
}
/* ===== Slider luxury polish ===== */
.ps__btn{
  border: 1px solid rgba(214,179,106,.22);
  background: rgba(0,0,0,.25);
  backdrop-filter: blur(6px);
}

.ps__label{
  font-weight: 700;
  letter-spacing: .2px;
}

.ps__dot{
  border: 1px solid rgba(214,179,106,.25);
  background: rgba(255,255,255,.06);
}

.ps__dot.is-active{
  background: rgba(214,179,106,.85);
}
/* =========================
   Header Typography (GLOBAL)
   Menu + WhatsApp + Mobile menu
========================= */

/* المنيو (ديسكتوب) */
header#top .menu a{
  font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial !important;
  font-size: 16.5px !important;
  font-weight: 600 !important;
  letter-spacing: .4px;
  line-height: 1 !important;
}

/* زر واتساب */
header#top #whatsappTop{
  font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  letter-spacing: .3px;
  line-height: 1 !important;
}

/* منيو الموبايل */
#mobileMenu a{
  font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: .35px;
  line-height: 1.2 !important;
}
