/* Alize Jewellery — Category page */

body.alize-theme .alize-cat-hero {
  background:
    radial-gradient(circle at 85% 20%, rgba(198, 166, 100, 0.15), transparent 42%),
    linear-gradient(120deg, var(--navy-deep) 0%, var(--navy) 55%, var(--navy-soft) 100%);
  padding: 48px 0 42px;
  text-align: center;
}

body.alize-theme .alize-cat-hero .eyebrow {
  justify-content: center;
  color: var(--gold-light);
}

body.alize-theme .alize-cat-hero .eyebrow::before {
  background: var(--gold-light);
}

body.alize-theme .alize-cat-hero h1 {
  color: var(--cream);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  margin-bottom: 10px;
}

body.alize-theme .alize-cat-hero p {
  color: rgba(244, 239, 228, 0.7);
  font-size: 15px;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

body.alize-theme .eleganza-category-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Subcategory stories */
body.alize-theme .eleganza-category-stories {
  background: var(--white);
  border-bottom: 1px solid rgba(20, 33, 61, 0.08);
  padding: 22px 0 18px;
}

body.alize-theme .eleganza-category-stories-scroll {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  justify-content: center;
}

body.alize-theme .eleganza-category-story {
  color: var(--ink);
  text-decoration: none;
}

body.alize-theme .eleganza-category-story-image {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--cream);
  border: 2px solid rgba(20, 33, 61, 0.12);
}

body.alize-theme .eleganza-category-story.active .eleganza-category-story-image,
body.alize-theme .eleganza-category-story:hover .eleganza-category-story-image {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(198, 166, 100, 0.2);
}

body.alize-theme .eleganza-category-story-icon {
  stroke: var(--navy-soft);
}

body.alize-theme .eleganza-category-story-name {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: var(--ink);
  max-width: 88px;
}

body.alize-theme .eleganza-category-story.active .eleganza-category-story-name {
  color: var(--gold-dark);
  font-weight: 600;
}

/* Filter bar */
body.alize-theme .eleganza-category-filter-bar {
  background: var(--white);
  border-bottom: 1px solid rgba(20, 33, 61, 0.08);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 90;
}

body.alize-theme .eleganza-category-filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

body.alize-theme .eleganza-category-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.alize-theme .eleganza-category-filter-label {
  font-size: 13px;
  color: #6b6558;
}

body.alize-theme .eleganza-category-filter-label strong {
  color: var(--navy);
  font-weight: 600;
}

body.alize-theme .eleganza-category-sort-select {
  padding: 8px 36px 8px 14px;
  border: 1px solid rgba(20, 33, 61, 0.15);
  border-radius: 4px;
  background: var(--cream);
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: var(--ink);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23a5824a' stroke-width='1.6' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}

body.alize-theme .eleganza-category-sort-select:focus {
  outline: none;
  border-color: var(--gold-dark);
  box-shadow: 0 0 0 3px rgba(198, 166, 100, 0.15);
}

body.alize-theme .eleganza-category-sort-label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-weight: 600;
}

body.alize-theme .eleganza-category-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
}

body.alize-theme .eleganza-category-active-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: var(--navy);
  color: var(--gold-light);
  border-radius: 20px;
  font-size: 12px;
}

body.alize-theme .eleganza-category-filter-remove {
  cursor: pointer;
  opacity: 0.8;
}

body.alize-theme .eleganza-category-clear-filters {
  font-size: 12px;
  font-weight: 600;
  color: #b5533f;
  text-decoration: none;
}

/* Tag strip */
body.alize-theme .cat-tag-strip {
  background: var(--cream);
  border-bottom: 1px solid rgba(20, 33, 61, 0.08);
  padding: 12px 0;
}

body.alize-theme .cat-tag-pill {
  border-color: rgba(20, 33, 61, 0.15);
  background: var(--white);
  color: var(--ink);
  font-family: 'Jost', sans-serif;
  border-radius: 20px;
}

body.alize-theme .cat-tag-pill:hover {
  border-color: var(--gold-dark);
  background: rgba(198, 166, 100, 0.1);
  color: var(--navy);
}

body.alize-theme .cat-tag-pill.active {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--gold-light);
}

/* Descriptions */
body.alize-theme .eleganza-category-short-desc {
  padding: 28px 0 8px;
  background: var(--cream);
}

body.alize-theme .eleganza-category-short-desc-text {
  text-align: center;
  color: #6b6558;
  font-size: 15px;
  line-height: 1.75;
  max-width: 720px;
  margin: 0 auto;
}

body.alize-theme .eleganza-category-products {
  background: var(--cream);
  padding: 36px 0 80px;
}

body.alize-theme .eleganza-category-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

body.alize-theme .eleganza-category-long-desc {
  background: var(--white);
  padding: 60px 0 80px;
  border-top: 1px solid rgba(20, 33, 61, 0.08);
}

body.alize-theme .eleganza-category-long-desc-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: var(--navy);
  margin-bottom: 16px;
}

body.alize-theme .eleganza-category-long-desc-content {
  color: #6b6558;
  line-height: 1.85;
  font-size: 15px;
}

/* Product cards on category grid */
body.alize-theme .eleganza-category-products-grid .pcard {
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(20, 33, 61, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

body.alize-theme .eleganza-category-products-grid .pcard:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(20, 33, 61, 0.14);
}

body.alize-theme .eleganza-category-products-grid .badge-new {
  background: var(--navy);
  color: var(--gold-light);
}

body.alize-theme .eleganza-category-products-grid .pcard-btn {
  background: var(--navy);
  color: var(--gold-light);
}

body.alize-theme .eleganza-category-products-grid .pcard-btn:hover {
  background: var(--gold);
  color: var(--navy-deep);
}

body.alize-theme .eleganza-category-products-grid .price-current {
  color: var(--navy);
  font-weight: 700;
}

body.alize-theme .alize-cat-empty {
  background: var(--white);
  border: 1px solid rgba(20, 33, 61, 0.1);
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  color: #6b6558;
}

/* Filter bar — responsive visibility (Bootstrap yedek) */
body.alize-theme .eleganza-category-filter-bar {
  display: none;
}

@media (min-width: 768px) {
  body.alize-theme .eleganza-category-filter-bar {
    display: block;
  }
}

body.alize-theme .mob-filter-bar {
  display: block;
}

@media (min-width: 768px) {
  body.alize-theme .mob-filter-bar {
    display: none !important;
  }
}

/* Tag strip inner */
body.alize-theme .cat-tag-strip-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

/* Mobile filter bar */
body.alize-theme .mob-filter-bar {
  background: var(--white);
  border-bottom: 1px solid rgba(20, 33, 61, 0.1);
  padding: 10px 16px;
  position: sticky;
  top: 0;
  z-index: 90;
}

body.alize-theme .mob-filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

body.alize-theme .mob-filter-count {
  font-size: 13px;
  color: #6b6558;
  flex-shrink: 0;
}

body.alize-theme .mob-filter-count strong {
  color: var(--navy);
}

body.alize-theme .mob-filter-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

body.alize-theme .mob-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1px solid rgba(20, 33, 61, 0.15);
  border-radius: 20px;
  background: var(--white);
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  position: relative;
}

body.alize-theme .mob-filter-btn:active {
  background: var(--cream);
}

body.alize-theme .mob-filter-btn--active {
  border-color: var(--gold-dark);
  background: rgba(198, 166, 100, 0.12);
  color: var(--navy);
}

body.alize-theme .mob-filter-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background: var(--gold);
  color: var(--navy-deep);
  font-size: 10px;
  font-weight: 800;
  border-radius: 50%;
  line-height: 1;
}

body.alize-theme .mob-filter-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(20, 33, 61, 0.08);
}

body.alize-theme .mob-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: var(--navy);
  color: var(--cream);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
}

body.alize-theme .mob-filter-pill-remove {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

body.alize-theme .mob-filter-clear {
  font-size: 11px;
  font-weight: 600;
  color: #b5533f;
  text-decoration: none;
  padding: 4px 6px;
}

/* Bottom sheet (offcanvas) */
body.alize-theme .mob-sheet {
  height: auto !important;
  max-height: 80vh !important;
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden;
}

body.alize-theme .mob-sheet-handle-wrap {
  display: flex;
  justify-content: center;
  padding: 10px 0 0;
  background: linear-gradient(120deg, var(--navy-deep), var(--navy)) !important;
}

body.alize-theme .mob-sheet-handle {
  width: 36px;
  height: 4px;
  background: rgba(198, 166, 100, 0.45);
  border-radius: 2px;
}

body.alize-theme .mob-sheet-header {
  background: linear-gradient(120deg, var(--navy-deep), var(--navy)) !important;
  border-bottom: 1px solid rgba(198, 166, 100, 0.2) !important;
  padding: 12px 20px 16px !important;
}

body.alize-theme .mob-sheet-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--cream) !important;
}

body.alize-theme .mob-sheet-body {
  padding: 20px !important;
  overflow-y: auto;
  background: var(--white);
}

body.alize-theme .mob-sheet-group {
  margin-bottom: 24px;
}

body.alize-theme .mob-sheet-group-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9a9488;
  margin-bottom: 12px;
}

body.alize-theme .mob-sheet-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.alize-theme .mob-sheet-opt {
  cursor: pointer;
}

body.alize-theme .mob-sheet-opt input[type="radio"] {
  display: none;
}

body.alize-theme .mob-sheet-opt span {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid rgba(20, 33, 61, 0.15);
  border-radius: 20px;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  transition: all 0.15s;
  white-space: nowrap;
}

body.alize-theme .mob-sheet-opt:hover span,
body.alize-theme .mob-sheet-opt.active span {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--gold-light);
}

body.alize-theme .mob-sort-options {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body.alize-theme .mob-sort-opt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.15s;
}

body.alize-theme .mob-sort-opt input[type="radio"] {
  display: none;
}

body.alize-theme .mob-sort-opt i:first-of-type {
  font-size: 16px;
  color: #9a9488;
  width: 20px;
  flex-shrink: 0;
  transition: color 0.15s;
}

body.alize-theme .mob-sort-opt span {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}

body.alize-theme .mob-sort-opt:hover {
  background: rgba(198, 166, 100, 0.08);
  border-color: rgba(198, 166, 100, 0.2);
}

body.alize-theme .mob-sort-opt.active {
  border-color: var(--gold-dark);
  background: rgba(198, 166, 100, 0.08);
}

body.alize-theme .mob-sort-opt.active i:first-of-type,
body.alize-theme .mob-sort-check {
  color: var(--gold-dark);
}

body.alize-theme .mob-sort-opt.active span {
  color: var(--navy);
  font-weight: 700;
}

body.alize-theme .mob-sort-check {
  font-size: 15px;
  flex-shrink: 0;
}

body.alize-theme .mob-sheet-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(20, 33, 61, 0.08);
}

body.alize-theme .mob-sheet-reset-btn {
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid rgba(181, 83, 63, 0.25);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #b5533f;
  text-decoration: none;
  transition: background 0.15s;
}

body.alize-theme .mob-sheet-reset-btn:hover {
  background: #fef2f2;
  color: #b5533f;
}

body.alize-theme .eleganza-category-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

@media (max-width: 1080px) {
  body.alize-theme .eleganza-category-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  body.alize-theme .eleganza-category-container {
    padding: 0 22px;
  }

  body.alize-theme .eleganza-category-stories-scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  body.alize-theme .eleganza-category-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  body.alize-theme .eleganza-category-products {
    padding-bottom: 50px;
  }
}
