/* ═══════════════════════════════════════
   COLLECTION PAGE STYLES – Alangkrut
═══════════════════════════════════════ */

/* ─── Page Banner ─── */
.coll-banner {
  background: linear-gradient(135deg,#fdf0d5 0%,#e8c87a 50%,#c9a84c 100%);
  padding: 44px 40px;
  text-align: center;
}
.coll-banner.diamond-bg { background: linear-gradient(135deg,#e8f4fc 0%,#9fd0e8 50%,#4a90c0 100%); }
.coll-banner.polki-bg   { background: linear-gradient(135deg,#f0e8fc 0%,#c0a0e8 50%,#7848c0 100%); }
.coll-banner.kundan-bg  { background: linear-gradient(135deg,#fce8e8 0%,#e09090 50%,#a83040 100%); }
.coll-banner.silver-bg  { background: linear-gradient(135deg,#e8e8e8 0%,#b0b0b0 50%,#707070 100%); }
.coll-banner.pearl-bg   { background: linear-gradient(135deg,#fdf8f4 0%,#f0d8c8 50%,#c0886a 100%); }
.coll-banner.millennial-bg { background: linear-gradient(135deg,#f0f8f0 0%,#a0d0a0 50%,#406840 100%); }

.coll-banner h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 6px;
}
.coll-banner p {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: #555;
  letter-spacing: 1.5px;
}

/* ─── Breadcrumb ─── */
.coll-breadcrumb {
  padding: 12px 40px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  color: #888;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}
.coll-breadcrumb a { color: #888; text-decoration: none; }
.coll-breadcrumb a:hover { color: #c9a84c; }
.coll-breadcrumb span { margin: 0 8px; }

/* ─── Category Tabs ─── */
.cat-tabs-bar {
  padding: 20px 40px 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.cat-tabs-row {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.cat-tabs-row::-webkit-scrollbar { display: none; }
.cat-tab-btn {
  padding: 10px 20px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #666;
  cursor: pointer;
  border: none;
  background: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: all 0.25s;
}
.cat-tab-btn:hover { color: #1a1a1a; }
.cat-tab-btn.active { color: #1a1a1a; border-bottom-color: #c9a84c; font-weight: 600; }

/* ─── Top Filter Bar ─── */
.filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1536px;
  margin: 0 auto;
  padding: 24px 32px;
  border-bottom: 1px solid #f2f2f2;
}
.fb-left, .fb-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.fb-filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  color: #3b2b20;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
.fb-grid-opts {
  display: flex;
  align-items: center;
  gap: 6px;
}
.grid-opt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: 1px solid transparent;
  color: #ccc;
  cursor: pointer;
  font-size: 13px;
  border-radius: 2px;
  transition: all 0.2s;
}
.grid-opt:hover, .grid-opt.active {
  color: #4b3c31;
  background: #f7f5f2;
  border: 1px solid #e8e3df;
}
.fb-sort label {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #4b3c31;
  margin-right: 8px;
  font-weight: 500;
}
.fb-sort select {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #5c4f45;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
}
.fb-count {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #5c4f45;
}

/* ─── Layout ─── */
.coll-layout {
  display: block;
  max-width: 1536px;
  margin: 0 auto;
  padding: 32px 32px;
}
.coll-main {
  width: 100%;
}

/* ─── Product Grid ─── */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1100px) { .prod-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 780px)  { .prod-grid { grid-template-columns: repeat(2, 1fr); } .coll-sidebar { display: none; } .coll-main { padding-left: 0; } }

.prod-card-coll {
  position: relative;
  border: 1px solid #f0f0f0;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.prod-card-coll > a {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  color: inherit;
}
.prod-card-coll:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}
.prod-card-coll .prod-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: #f8f6f2;
  flex-shrink: 0;
}
.prod-card-coll .prod-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s;
}
.prod-card-coll:hover .prod-img-wrap img { transform: scale(1.06); }

.prod-badge-coll {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c9a84c;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  padding: 3px 8px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
  z-index: 2;
}
.prod-badge-coll.sale { background: #c0392b; }
.prod-badge-coll.new  { background: #2c7a40; }

.wl-btn-coll {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: none;
  font-size: 15px;
  color: #aaa;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transition: all 0.2s;
  z-index: 2;
}
.wl-btn-coll:hover, .wl-btn-coll.wishlisted { color: #c0392b; }

.prod-info-coll {
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.prod-name-coll {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prod-price-coll {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  gap: 8px;
  align-items: center;
}
.prod-price-coll .orig {
  font-size: 11px;
  color: #aaa;
  text-decoration: line-through;
  font-weight: 400;
}
.btn-cart-coll {
  width: 100%;
  padding: 9px;
  background: #1a1a1a;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  margin-top: auto;
  transition: background 0.2s;
}
.btn-cart-coll:hover { background: #c9a84c; }


/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
  margin-bottom: 24px;
}
.page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #5c4f45;
  background: none;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.page-btn:hover { background: #f7f5f2; border: 1px solid #e8e3df; }
.page-btn.active { background: #463628; color: #fff; }
.page-dots { color: #8c8077; font-family: 'Jost', sans-serif; letter-spacing: 2px; }
/* ─── Mega Dropdown Update ─── */
.mega-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  min-width: 440px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.14);
  padding: 28px 32px;
  z-index: 1000;
  border-top: 2px solid #c9a84c;
}
.has-drop:hover .mega-drop { display: flex; gap: 32px; }
.mega-col h5 {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 14px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0e8d0;
}
.mega-col ul { list-style: none; }
.mega-col ul li { margin-bottom: 8px; }
.mega-col ul li a {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  color: #444;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
}
.mega-col ul li a:hover { color: #c9a84c; }

/* ─── Responsive ─── */
@media (max-width: 900px) {
  .coll-layout { flex-direction: column; padding: 20px 16px; }
  .coll-banner { padding: 30px 16px; }
  .coll-banner h1 { font-size: 26px; }
  .cat-tabs-bar { padding: 16px 16px 0; }
}

/* ─── SEO Content Section ─── */
.seo-content-section {
  max-width: 1536px;
  margin: 40px auto;
  padding: 0 32px;
}
.seo-inner {
  background: #fdfaf6;
  border: 1px solid #e8e3df;
  padding: 40px;
  border-radius: 4px;
}
.seo-inner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: #c9a84c;
  margin-bottom: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.seo-inner p {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #5c4f45;
  line-height: 1.8;
  margin-bottom: 16px;
}
.seo-inner p strong {
  color: #1a1a1a;
  font-weight: 600;
}
.faq-title {
  margin-top: 48px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  border: 1px solid #e8e3df;
  background: #fff;
  border-radius: 4px;
}
.faq-item summary {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 16px 20px;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 20px;
  color: #c9a84c;
}
.faq-item[open] summary::after {
  content: '-';
}
.faq-ans {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #5c4f45;
  padding: 0 20px 16px;
  line-height: 1.6;
}
