:root {
  --ink: #2d2433;
  --deep: #211551;
  --aubergine: #3a2b43;
  --gold: #FFC658;
  --cream: #f5f0ed;
  --sand: #e6d7cc;
  --muted: #b79f93;
  --shadow: 0 20px 40px rgba(25, 18, 34, 0.25);
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Jost", "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f7f3f0 0%, #f1e8e2 100%);
}

.btn {
  font-family: "Jost", "Segoe UI", sans-serif;
}

h1,
h2,
h3,
.brand-mark {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  letter-spacing: 0.02em;
}

.text-gold {
  color: var(--gold);
}

.btn-ghost {
  border: 1px solid rgba(202, 164, 110, 0.7);
  color: #ffffff;
  padding: 0.7rem 2.6rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  background: rgba(31, 24, 38, 0.35);
  transition: all 0.3s ease;
}

.btn-ghost:hover {
  background: var(--gold);
  color: var(--deep);
  box-shadow: 0 12px 28px rgba(202, 164, 110, 0.35);
  transform: translateY(-1px);
}

.navbar-misk {
  background: var(--ink);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(252, 210, 103, 0.18);
}

.navbar-misk .navbar-brand {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: var(--gold);
  text-transform: uppercase;
  padding: 0px !important;
}

.navbar-misk .navbar-brand .navbar-logo {
  max-height: 4rem;
  width: auto;
  display: block;
  transition: max-height 0.3s ease;
}

.navbar-misk.scrolled .navbar-brand .navbar-logo {
  max-height: 3rem;
}

.navbar-misk .nav-link {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  margin-right: 0.6rem;
  display: inline-flex;
  align-items: center;
}

.navbar-misk .nav-link:hover,
.navbar-misk .nav-link:focus {
  color: var(--gold);
}

.navbar-controls {
  gap: 0.6rem;
}

.cart-badge {
  background-color: var(--gold);
  color: var(--deep);
  font-size: 0.65rem;
  padding: 0.2em 0.5em;
}

.navbar-icons {
  gap: 0.9rem;
}

.navbar-icons .dropdown-toggle::after {
  display: none;
}

.navbar-misk .dropdown-menu {
  background: rgba(31, 24, 38, 0.95);
  border: 1px solid rgba(252, 210, 103, 0.18);
  border-radius: 0;
}

.navbar-misk .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
}

.navbar-misk .dropdown-item:hover,
.navbar-misk .dropdown-item:focus,
.navbar-misk .dropdown-item.active,
.navbar-misk .dropdown-item:active {
  background: rgba(252, 210, 103, 0.15);
  color: var(--gold);
}

.navbar-misk .dropdown-item-parent {
  font-size: 0.85rem;
  font-weight: 600;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.navbar-misk .dropdown-divider {
  border-color: rgba(252, 210, 103, 0.2);
  margin: 0.35rem 0;
}

.navbar-misk .dropdown-user-name {
  display: block;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gold) !important;
  cursor: default;
  pointer-events: none;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}

.navbar-misk .dropdown-toggle::after {
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
}

.navbar-misk .icon-link {
  color: var(--gold);
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.navbar-misk .nav-item.d-flex {
  gap: 0.9rem;
}

.navbar-misk .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(252,210,103,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-misk .navbar-toggler {
  border: none;
}

.navbar-misk .navbar-toggler:focus {
  box-shadow: none;
}

.category-header p {
  color: rgba(45, 36, 51, 0.65);
}

.sort-bar label {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--aubergine);
  font-weight: 500;
}

.sort-select,
#sortSelect {
  min-width: 12rem;
  padding: 0.6rem 2.25rem 0.6rem 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--aubergine);
  background-color: #f8f2ee;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%233a2b43' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  border: 1px solid rgba(45, 36, 51, 0.2);
  border-radius: 0.25rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.sort-select:hover,
#sortSelect:hover {
  border-color: rgba(252, 210, 103, 0.5);
}

.sort-select:focus,
#sortSelect:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.25rem rgba(255, 198, 88, 0.25);
  outline: 0;
}

.sort-bar select {
  border-radius: 0.25rem;
  border: 1px solid rgba(45, 36, 51, 0.2);
  padding: 0.65rem 1rem;
}

/* Override Bootstrap focus: use brand colors instead of blue */
.form-select:focus,
.form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.25rem rgba(255, 198, 88, 0.25);
}

.form-check-input:checked {
  background-color: var(--gold);
  border-color: var(--gold);
}

.form-check-input:focus {
  border-color: var(--gold);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 198, 88, 0.25);
}

.filter-card {
  background: #f8f2ee;
  padding: 0;
  box-shadow: 0 16px 34px rgba(35, 24, 43, 0.12);
  border: 1px solid rgba(45, 36, 51, 0.08);
  position: sticky;
  top: 6.5rem;
  border-radius: 1rem !important;
  overflow: hidden;
}

.filter-card > .d-flex.justify-content-between.align-items-center.mb-3 {
  padding: 1rem;
  background: #342e39;
  color: #fff;
}

.filter-card form {
  padding: 1rem;
}

.filter-card a {
  text-decoration: none;
}

.filter-title {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.85rem;
}

.filter-group + .filter-group {
  border-top: 1px solid rgba(45, 36, 51, 0.08);
  padding-top: 1rem;
  margin-top: 1rem;
}

.filter-label {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aubergine);
  margin-bottom: 0.6rem;
}

.color-swatch {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(45, 36, 51, 0.2);
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.form-check-label {
  display: inline-flex;
  align-items: center;
}

.breadcrumb {
  background: #f4ece7;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(45, 36, 51, 0.12);
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  color: var(--aubergine);
  text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
  color: var(--deep);
}

.brand-mark.text-gold {
  display: inline-block;
  padding: 0.2rem 0.7rem;
  background: rgba(31, 24, 38, 0.9);
  border: 1px solid rgba(252, 210, 103, 0.35);
  color: var(--gold);
}

.price-input {
  border-radius: 0;
  border: 1px solid rgba(45, 36, 51, 0.2);
}

.product-gallery {
  background: #f4ece7;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.product-main-image-wrap {
  position: relative;
  display: block;
  cursor: pointer;
}

.product-main-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
  background: #efe7e2;
  display: block;
}

.product-image-zoom-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 36, 51, 0.2);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.product-image-zoom-icon i {
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.product-main-image-wrap:hover .product-image-zoom-icon {
  opacity: 1;
}

.thumb-row {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
}

.thumb-button {
  width: 74px;
  height: 86px;
  border: 1px solid rgba(45, 36, 51, 0.2);
  background: #f8f2ee;
  padding: 0.25rem;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.thumb-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-button.active,
.thumb-button:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}

.product-info h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.product-info {
  background: #f4ece7;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  height: 100%;
}

.product-meta {
  color: rgba(45, 36, 51, 0.7);
}

.price-lg {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--aubergine);
}

.size-pill {
  border: 1px solid rgba(45, 36, 51, 0.2);
  padding: 0.45rem 0.9rem;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  background: #f8f2ee;
}

.size-pill.active {
  border-color: var(--gold);
  color: var(--deep);
  background: rgba(252, 210, 103, 0.2);
}

.color-chip {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(45, 36, 51, 0.2);
  display: inline-block;
  margin-right: 0.6rem;
}

button.color-chip {
  cursor: pointer;
  padding: 0;
}

.color-chip.active {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(252, 210, 103, 0.5);
}

.product-attr-color-btn.color-chip,
.product-attr-option-btn.color-chip {
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.product-attr-multi-btn.size-pill,
.product-attr-option-btn.size-pill {
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}

.product-attr-multi-btn.size-pill.active {
  border-color: var(--gold);
  color: var(--deep);
  background: rgba(252, 210, 103, 0.2);
}

.qty-input {
  width: 80px;
  border-radius: 0;
}

.details-card {
  background: #f8f2ee;
  padding: 1.5rem;
  box-shadow: 0 12px 28px rgba(34, 24, 45, 0.1);
  border: 1px solid rgba(45, 36, 51, 0.08);
}

/* Product details / panel style: same as filter-card (no card padding, header + body) */
.details-card--panel {
  padding: 0;
  border-radius: 1rem !important;
  overflow: hidden;
}

.details-card--panel .details-card__header {
  padding: 1rem 1.25rem;
  background: #342e39;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.details-card--panel .details-card__body {
  padding: 1rem 1.25rem;
}

.cart-item {
  background: #f8f2ee;
  padding: 1.2rem;
  box-shadow: 0 12px 24px rgba(34, 24, 45, 0.08);
  border: 1px solid rgba(45, 36, 51, 0.08);
}

.cart-thumb {
  width: 110px;
  height: 130px;
  object-fit: cover;
  background: #efe7e2;
}

.cart-title {
  font-weight: 600;
  letter-spacing: 0.04em;
}

.cart-meta {
  color: rgba(45, 36, 51, 0.65);
  font-size: 0.9rem;
}

.cart-attributes {
  color: rgba(45, 36, 51, 0.7);
  font-size: 0.875rem;
}

.cart-attribute-item + .cart-attribute-item {
  margin-top: 0.15rem;
}

.cart-qty {
  width: 90px;
  border-radius: 0;
}

.cart-summary {
  background: #f4ece7;
  padding: 1.6rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(45, 36, 51, 0.12);
  position: sticky;
  top: 6.5rem;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  color: rgba(45, 36, 51, 0.8);
}

.summary-total {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--aubergine);
}

.order-card {
  background: #f8f2ee;
  padding: 1.4rem;
  box-shadow: 0 12px 24px rgba(34, 24, 45, 0.08);
  border: 1px solid rgba(45, 36, 51, 0.08);
}

.order-header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.order-id {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: rgba(45, 36, 51, 0.6);
}

.order-status {
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: rgba(252, 210, 103, 0.2);
  color: var(--deep);
}

.order-status.shipped {
  background: rgba(58, 120, 96, 0.15);
  color: #2f5b4b;
}

.order-status.delivered {
  background: rgba(46, 90, 128, 0.15);
  color: #2b4d6b;
}

.order-items {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.order-item {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.order-thumb {
  width: 70px;
  height: 86px;
  object-fit: cover;
  background: #efe7e2;
  flex-shrink: 0;
}

.order-meta {
  color: rgba(45, 36, 51, 0.65);
  font-size: 0.9rem;
}

.order-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.order-summary {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  color: rgba(45, 36, 51, 0.78);
  font-size: 0.9rem;
  margin-top: 1rem;
  background: #f4ece7;
  border: 1px solid rgba(45, 36, 51, 0.08);
  padding: 0.8rem 1rem;
}

.pagination .page-link {
  color: var(--deep);
  background: #f4ece7;
  border: 1px solid rgba(45, 36, 51, 0.15);
  border-radius: 0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 0.55rem 1rem;
}

.pagination .page-link:hover {
  color: var(--deep);
  background: rgba(252, 210, 103, 0.2);
  border-color: rgba(252, 210, 103, 0.5);
}

.pagination .page-item.active .page-link {
  background: var(--deep);
  color: #ffffff;
  border-color: var(--deep);
}

.pagination .page-item.disabled .page-link {
  color: rgba(45, 36, 51, 0.4);
  background: #efe6df;
  border-color: rgba(45, 36, 51, 0.08);
}

.checkout-card {
  background: #f8f2ee;
  padding: 1.6rem;
  box-shadow: 0 12px 28px rgba(34, 24, 45, 0.1);
  border: 1px solid rgba(45, 36, 51, 0.08);
}

.checkout-title {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.9rem;
}

.checkout-input,
.checkout-select {
  border-radius: 0;
  border: 1px solid rgba(45, 36, 51, 0.2);
}

.checkout-section + .checkout-section {
  border-top: 1px solid rgba(45, 36, 51, 0.08);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.payment-pill {
  border: 1px solid rgba(45, 36, 51, 0.2);
  padding: 0.6rem 1rem;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  background: #f4ece7;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.payment-pill.active {
  border-color: var(--gold);
  background: rgba(252, 210, 103, 0.2);
  color: var(--deep);
}

.auth-shell {
  background: #f4ece7;
  box-shadow: var(--shadow);
}

.auth-side {
  background: linear-gradient(135deg, #2f2238 0%, #3a2b43 45%, #231b2b 100%);
  color: var(--cream);
  min-height: 100%;
}

.auth-side p {
  color: rgba(255, 255, 255, 0.7);
}

.auth-form {
  padding: 2.5rem;
}

.auth-form .btn-cart {
  width: 100%;
}

.auth-toggle .nav-link {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  color: rgba(45, 36, 51, 0.7);
}

.auth-toggle .nav-link.active {
  color: var(--deep);
  border-bottom: 2px solid var(--gold);
}

.contact-card {
  background: #f8f2ee;
  padding: 1.6rem;
  box-shadow: 0 12px 28px rgba(34, 24, 45, 0.1);
  border: 1px solid rgba(45, 36, 51, 0.08);
}

.contact-info {
  background: #f4ece7;
  padding: 1.6rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(45, 36, 51, 0.12);
}

.contact-info .icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(252, 210, 103, 0.2);
  color: var(--deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  font-size: 1.1rem;
}

.hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  text-align: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.16), transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1), transparent 40%),
    linear-gradient(120deg, #2f2238 0%, #3a2b43 45%, #231b2b 100%);
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: -20% 0;
  background:
    repeating-linear-gradient(
      -20deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.04) 18px,
      rgba(0, 0, 0, 0.03) 18px,
      rgba(0, 0, 0, 0.03) 36px
    );
  opacity: 0.35;
  z-index: 1;
  filter: blur(0.4px);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 5rem 1rem;
}

.brand-mark {
  font-size: 0.95rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.brand-name {
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  font-weight: 600;
  letter-spacing: 0.14em;
}

.hero h2 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 500;
  margin-top: 1.4rem;
  margin-bottom: 0.8rem;
}

.hero p {
  max-width: 560px;
  margin: 0 auto 2.2rem;
  color: rgba(255, 255, 255, 0.75);
}

.hero-slider {
  position: relative;
  overflow: hidden;
  background: #23182d;
}

.hero-slider .carousel-inner,
.hero-slider .carousel-item {
  height: min(760px, calc(100svh - 88px));
  min-height: 520px;
}

.hero-slide {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
  padding: 4.5rem 8rem;
  background:
    radial-gradient(circle at 82% 20%, rgba(201, 165, 101, 0.14), transparent 34%),
    linear-gradient(110deg, #2a1d33 0%, #3b2746 50%, #1d1526 100%);
  background-position: center;
  background-size: cover;
  color: #fff8ef;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(24, 16, 30, 0.12), rgba(24, 16, 30, 0.35)),
    radial-gradient(circle at 50% 100%, rgba(196, 150, 92, 0.16), transparent 42%);
  pointer-events: none;
}

.hero-slide__content {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
}

.hero-slide--right {
  text-align: center;
}

.hero-slide--right .hero-slide__content {
  margin-right: 0;
  margin-left: auto;
}

.hero-slide--left {
  text-align: center;
}

.hero-slide--left .hero-slide__content {
  margin-right: auto;
  margin-left: 0;
}

.hero-slide--center {
  text-align: center;
}

.hero-slide--center .hero-slide__content {
  margin-right: auto;
  margin-left: auto;
}

.hero-slide--center .hero-slide__body {
  margin-right: auto;
  margin-left: auto;
}

.hero-slide__eyebrow {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
}

.hero-slide__title {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
  color: #fff8ef;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-slide__title span:nth-child(2) {
  color: #d6b574;
  font-size: 3.75rem;
}

.hero-slide__body {
  max-width: 620px;
  margin: 1.8rem auto 0;
  color: rgba(255, 248, 239, 0.88);
  font-size: 1.15rem;
  line-height: 1.9;
}

.hero-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-slide__actions .btn {
  width: var(--hero-action-button-width, auto);
  min-width: 150px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
}

.hero-slide--right .hero-slide__actions {
  justify-content: center;
  direction: ltr;
}

.hero-slide--left .hero-slide__actions {
  justify-content: center;
  direction: ltr;
}

.hero-slide--center .hero-slide__actions {
  justify-content: center;
  direction: ltr;
}

.hero-slider__control {
  top: 50%;
  width: 58px;
  height: 58px;
  margin: 0 2.4rem;
  border: 1px solid rgba(214, 181, 116, 0.8);
  border-radius: 50%;
  background: rgba(35, 24, 45, 0.24);
  opacity: 1;
  transform: translateY(-50%);
}

.hero-slider__control:hover {
  background: rgba(214, 181, 116, 0.16);
}

.hero-slider__indicators {
  bottom: 2.4rem;
  gap: 0.45rem;
  margin-bottom: 0;
}

.hero-slider__indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.42);
  opacity: 1;
}

.hero-slider__indicators .active {
  background-color: #d6b574;
}

.section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink);
}

.section-title.text-gold {
  color: var(--gold);
}

.category-card {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  min-height: 320px;
  box-shadow: var(--shadow);
  background: #e7d9d1;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(35, 27, 43, 0) 40%, rgb(35 27 43) 100%);
  z-index: 1;
}

/* Light sweep on hover: left → right in LTR */
.category-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  z-index: 1.5;
  pointer-events: none;
  transform: translateX(-100%);
  transition: transform 0.55s ease;
}

.category-card:hover::after {
  transform: translateX(280%);
}

.category-card .card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.category-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
  transition: transform 0.6s ease;
}

.category-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  color: var(--cream);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.category-card:hover .category-image {
  transform: scale(1.08) translateY(-2%);
}

.discover {
  background: linear-gradient(120deg, #2f243a 0%, #241a2f 100%);
  color: var(--cream);
  padding: 3rem;
  box-shadow: var(--shadow);
}

.discover p {
  color: rgba(255, 255, 255, 0.7);
}

.discover .btn-ghost {
  color: #ffffff;
}

.discover .btn-ghost:hover {
  color: var(--deep);
}

.discover-image {
  min-height: 320px;
  border-radius: 0;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.style-look {
  --style-look-bg: #f1e4dc;
  background: var(--style-look-bg);
  border-radius: 1.25rem;
  padding: clamp(1.5rem, 3vw, 2.6rem);
  box-shadow: 0 18px 46px rgba(34, 24, 45, 0.14);
  border: 1px solid rgba(45, 36, 51, 0.08);
  overflow: hidden;
}

.style-look__row {
  position: relative;
}

@media (min-width: 992px) {
  /* Deterministic physical positioning (left/right) */
  .style-look__row--image-left {
    flex-direction: row;
  }
  .style-look__row--image-right {
    flex-direction: row-reverse;
  }

  /* In RTL, reverse the meaning so "right" stays physical right */
  [dir="rtl"] .style-look__row--image-left {
    flex-direction: row-reverse;
  }
  [dir="rtl"] .style-look__row--image-right {
    flex-direction: row;
  }
}

.style-look__image-wrap {
  position: relative;
  border-radius: 1.1rem;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(35, 24, 43, 0.14);
  background: rgba(255, 255, 255, 0.35);
}

.style-look__image,
.style-look__image-placeholder {
  width: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  border-radius: 1.1rem;
}

.style-look__image-placeholder {
  background-size: cover;
  background-position: center;
}

.style-look__content {
  padding: 0.25rem 0.25rem;
}

.style-look__title {
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  letter-spacing: 0.04em;
  margin: 0;
}

.style-look__description {
  margin-top: 1rem;
  color: rgba(45, 36, 51, 0.72);
  font-size: 1rem;
  line-height: 1.85;
}

.style-look__cta {
  margin-top: 1.25rem;
}

.style-look-card {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(45, 36, 51, 0.08);
  border-radius: 1rem;
  padding: 1.1rem 1.1rem;
  box-shadow: 0 10px 24px rgba(35, 24, 43, 0.08);
}

.style-look-card__title {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--aubergine);
  font-size: 0.85rem;
}

.style-look-card__desc {
  margin-top: 0.45rem;
  color: rgba(45, 36, 51, 0.7);
  line-height: 1.7;
  font-size: 0.95rem;
}

@media (max-width: 991.98px) {
  .style-look__image,
  .style-look__image-placeholder {
    min-height: 260px;
  }
}

.product-card {
  background: #f7f2ef;
  border: 0;
  box-shadow: 0 12px 28px rgba(34, 24, 45, 0.1);
  position: relative;
}

.product-tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
  padding: 0.25rem 0.6rem;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #342e39;
  color: #fff;
  border-radius: 0.25rem;
  text-decoration: none;
}

.product-tag:hover {
  background: var(--gold);
  color: var(--deep);
}

.product-share {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
}

.product-share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #342e39;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.product-share-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1rem;
}

.product-share-btn:hover {
  background: var(--gold);
  color: var(--deep);
}

.product-wishlist {
  position: absolute;
  top: 0.75rem;
  right: 3rem;
  left: auto;
  z-index: 2;
}

.product-wishlist-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #342e39;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  padding: 0;
  line-height: 1;
}

.product-wishlist-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.product-wishlist-btn:hover {
  background: var(--gold);
  color: var(--deep);
}

.product-wishlist-btn.in-wishlist {
  color: #c41e3a;
}

.product-wishlist-btn-inline {
  position: static;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0.55rem 1.4rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Inline wishlist button: same style as Add Wishlist / Remove (btn-ghost) */
.product-wishlist-btn-inline.btn-ghost {
  border: 1px solid rgba(202, 164, 110, 0.7);
  background: rgba(31, 24, 38, 0.35);
  color: #ffffff;
  text-decoration: none;
}

.product-wishlist-btn-inline.btn-ghost:hover {
  background: var(--gold);
  color: var(--deep);
  box-shadow: 0 12px 28px rgba(202, 164, 110, 0.35);
  transform: translateY(-1px);
}

.product-wishlist-btn-inline.btn-ghost.in-wishlist {
  color: #f8b4c4;
}

.product-wishlist-btn-inline.btn-ghost.in-wishlist:hover {
  color: var(--deep);
}

/* Portfolio */
.portfolio-profile {
  background: linear-gradient(160deg, #f8f2ee 0%, #efe3db 100%);
}

.portfolio-avatar {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px solid rgba(252, 210, 103, 0.5);
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0) 34%),
    linear-gradient(145deg, #3b2c44 0%, #251b30 100%);
  box-shadow: 0 10px 20px rgba(34, 24, 45, 0.2);
}

.portfolio-member {
  border: 1px solid rgba(252, 210, 103, 0.45);
  background: rgba(252, 210, 103, 0.16);
  color: var(--deep);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.65rem;
  padding: 0.25rem 0.7rem;
}

.portfolio-stat-list {
  border-top: 1px solid rgba(45, 36, 51, 0.1);
  padding-top: 1rem;
}

.portfolio-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.portfolio-stat-row + .portfolio-stat-row {
  margin-top: 0.65rem;
}

/* Portfolio KPI card: same pattern as filter-card (no card padding, header + body) */
.portfolio-kpi {
  display: flex;
  flex-direction: column;
  background: #f8f2ee;
  border: 1px solid rgba(45, 36, 51, 0.08);
  box-shadow: 0 10px 20px rgba(34, 24, 45, 0.08);
  padding: 0;
  min-height: 0;
  border-radius: 1rem !important;
  overflow: hidden;
}

.portfolio-kpi__header {
  padding: 1rem 1.25rem;
  background: #342e39;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.portfolio-kpi__body {
  padding: 1rem 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
}

.portfolio-kpi__value {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: var(--deep);
  margin: 0.25rem 0;
  flex-shrink: 0;
}

.portfolio-kpi__meta {
  font-size: 0.8rem;
  color: var(--aubergine);
  opacity: 0.85;
  line-height: 1.4;
  margin-top: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Legacy class for any other use */
.portfolio-kpi-value {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--deep);
}

.portfolio-shortcuts a {
  text-decoration: none;
  color: var(--deep);
  background: #f4ece7;
  border: 1px solid rgba(45, 36, 51, 0.1);
  padding: 0.7rem 0.9rem;
  display: block;
  transition: background 0.2s ease, transform 0.2s ease;
}

.portfolio-shortcuts a:hover {
  background: rgba(252, 210, 103, 0.18);
  transform: translateX(2px);
}

.portfolio-shortcuts.d-grid {
  display: grid;
  gap: 0.5rem;
}

.portfolio-activity li + li {
  margin-top: 1rem;
}

.contact-card {
  background: #f8f2ee;
  padding: 1.5rem;
  box-shadow: 0 12px 28px rgba(34, 24, 45, 0.1);
  border: 1px solid rgba(45, 36, 51, 0.08);
}

/* Portfolio panel style: same as filter-card (no card padding, header + body) */
.contact-card--panel {
  padding: 0;
  border-radius: 1rem !important;
  overflow: hidden;
}

.contact-card--panel .contact-card__header {
  padding: 1rem 1.25rem;
  background: #342e39;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact-card--panel .contact-card__body {
  padding: 1rem 1.25rem;
}

.product-share-inline {
  position: static;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-share-inline .filter-label {
  margin-bottom: 0;
}

.product-share-icons {
  align-items: center;
}

.product-share-inline .product-share-icons {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.product-card .card-img-top {
  height: 220px;
  object-fit: cover;
}

.price {
  font-weight: 600;
  color: var(--aubergine);
}

.price-compare {
  text-decoration: line-through;
  color: var(--muted);
  font-weight: 500;
  font-size: 0.9em;
  margin-right: 0.5rem;
}

.price-current {
  color: var(--aubergine);
}

.fade-section {
  opacity: 0;
  transform: translateY(18px);
  transition: all 0.7s ease;
}

.fade-section.in-view {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  padding: 2.5rem 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer {
  background: linear-gradient(140deg, #1f1826 0%, #2c2236 100%);
  color: rgba(255, 255, 255, 0.7);
  padding: 3.5rem 0 2rem;
  margin-top: 4rem;
}

.site-footer .brand-mark.text-gold {
  background: transparent;
  border: none;
  padding: 0;
}

.footer-text {
  color: rgba(255, 255, 255, 0.65);
  max-width: 360px;
}

.footer-title {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-social {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(252, 210, 103, 0.35);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  text-decoration: none;
}

.footer-social:hover {
  background: rgba(252, 210, 103, 0.2);
  color: var(--gold);
}

.footer-social i {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1rem;
}

.footer-divider {
  border-color: rgba(252, 210, 103, 0.15);
  margin: 2rem 0 1rem;
}

.footer-bottom {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: var(--gold);
}

.category-card .btn-ghost {
  padding: 0.5rem 1.8rem;
  font-size: 0.7rem;
  align-self: flex-start;
}

.btn-cart {
  background: var(--deep);
  color: var(--cream);
  border: 1px solid var(--deep);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  padding: 0.55rem 1.4rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.btn-cart::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  z-index: -1;
}

.btn-cart:hover {
  color: var(--deep);
  border-color: var(--gold);
}

.btn-cart:hover::before {
  transform: translateX(0);
}

.btn-wishlist {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  padding: 0.55rem 1.4rem;
}

/* View product button: show right arrow in LTR, left arrow in RTL (see rtl.css) */
.view-product-arrow {
  display: inline-block;
}
.view-product-arrow .view-product-arrow-l {
  display: none;
}

.btn-wishlist.in-wishlist {
  color: #ffffff;
}

.btn-wishlist.in-wishlist:hover {
  color: var(--deep);
}

@media (max-width: 991px) {
  .hero-slider .carousel-inner,
  .hero-slider .carousel-item {
    height: 72svh;
    min-height: 520px;
  }

  .hero-slide {
    padding: 4rem 1.25rem 7rem;
  }

  .hero-slide,
  .hero-slide--left,
  .hero-slide--right,
  .hero-slide--center {
    justify-content: center;
    text-align: center;
  }

  .hero-slide__body {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-slide__actions,
  .hero-slide--left .hero-slide__actions,
  .hero-slide--right .hero-slide__actions {
    justify-content: center;
  }

  .hero-slide__title {
    font-size: 2.2rem;
  }

  .hero-slide__title span:nth-child(2) {
    font-size: 2.55rem;
  }

  .hero-slider__control {
    width: 46px;
    height: 46px;
    margin: 0 0.85rem;
    top: auto;
    bottom: 1.15rem;
    transform: none;
  }

  .hero-slide__actions .btn {
    width: var(--hero-action-button-width, auto);
    min-width: 0;
    max-width: calc(100vw - 2.5rem);
  }

  .btn-ghost {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    padding: 0.55rem 1.4rem;
  }

  .navbar-misk .navbar-nav {
    align-items: center;
    text-align: center;
  }

  .navbar-misk .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-misk .navbar-nav .nav-link {
    justify-content: center;
    margin-right: 0;
  }

  .navbar-misk .nav-item.d-flex {
    justify-content: center;
    width: 100%;
  }

  .navbar-misk .dropdown-menu {
    text-align: center;
  }

  .filter-card {
    position: static;
  }

  .category-card {
    min-height: 260px;
  }

  .discover {
    padding: 2rem;
  }

  .product-main-image {
    height: 360px;
  }

  .cart-summary {
    position: static;
  }

  .checkout-card {
    padding: 1.3rem;
  }

  .auth-form {
    padding: 2rem;
  }
}

@media (max-width: 575px) {
  .hero-slider .carousel-inner,
  .hero-slider .carousel-item {
    height: 68svh;
    min-height: 500px;
  }

  .hero-slide__title {
    font-size: 1.85rem;
  }

  .hero-slide__title span:nth-child(2) {
    font-size: 2.15rem;
  }

  .hero-slide__body {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-slide__actions .btn {
    width: var(--hero-action-button-width, auto);
  }
}
