﻿/* =============================================================================
   16. SHOP ARCHIVE REDESIGN
   ============================================================================= */

.woocommerce-shop .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main {
  padding-top: var(--site-main-offset) !important;
}

.woocommerce-shop .ast-woocommerce-container,
.post-type-archive-product .ast-woocommerce-container,
.tax-product_cat .ast-woocommerce-container,
.tax-product_tag .ast-woocommerce-container,
.woocommerce-shop .ast-container,
.post-type-archive-product .ast-container,
.tax-product_cat .ast-container,
.tax-product_tag .ast-container {
  background: transparent !important;
}

.dark-shop-page {
  background: radial-gradient(
      circle at 50% 8%,
      rgba(242, 202, 80, 0.08),
      transparent 24%
    ),
    radial-gradient(
      circle at 18% 74%,
      rgba(176, 140, 16, 0.08),
      transparent 22%
    ),
    linear-gradient(180deg, #070808 0%, #111 48%, #080808 100%);
}

.dark-shop-container {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: clamp(12px, 1.8vw, 24px) clamp(18px, 2.6vw, 38px);
}

.dark-shop-frame {
  border: 0;
  border-radius: 18px;
  background: #131313 !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(242, 202, 80, 0.08);
  padding: clamp(20px, 2.6vw, 38px) clamp(24px, 3.5vw, 52px) !important;
  overflow: hidden;
}

.dark-shop-frame .dark-breadcrumb {
  margin: 0 0 clamp(12px, 1.5vw, 22px);
}

.dark-shop-frame .breadcrumb-list {
  gap: 12px;
}

.dark-shop-frame .breadcrumb-item {
  color: rgba(242, 202, 80, 0.66);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.dark-shop-frame .breadcrumb-item::after {
  content: "/";
  color: rgba(242, 202, 80, 0.46);
  opacity: 1;
}

.shop-header-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  margin-bottom: clamp(26px, 3vw, 42px);
}

.shop-page-title {
  margin: 0 0 8px;
  color: #f7f6f2;
  font-family: var(--font-headline);
  font-size: clamp(3rem, 6vw, 5.15rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: none;
}

.shop-page-subtitle {
  margin: 0;
  color: #d5c5a9;
  font-family: var(--font-headline);
  font-size: clamp(0.95rem, 1.3vw, 1.25rem);
  font-style: italic;
  line-height: 1.5;
}

.shop-header-bar__right .woocommerce-ordering {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  position: relative;
}

.shop-header-bar__right .shop-filter-toggle {
  display: none;
}

.shop-header-bar__right .woocommerce-ordering::before {
  content: "Sort By";
  color: var(--c-gold);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  white-space: nowrap;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.shop-header-bar__right .woocommerce-ordering select,
.woocommerce .shop-header-bar__right form.woocommerce-ordering select {
  min-width: 252px;
  height: 46px;
  padding: 0 58px 0 18px !important;
  border: 1px solid rgba(242, 202, 80, 0.52) !important;
  border-radius: 0 !important;
  background-color: rgba(9, 10, 10, 0.82) !important;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--c-gold) 50%),
    linear-gradient(135deg, var(--c-gold) 50%, transparent 50%),
    linear-gradient(90deg, transparent, rgba(242, 202, 80, 0.1)),
    linear-gradient(180deg, rgba(242, 202, 80, 0.06), rgba(9, 10, 10, 0.08)) !important;
  background-position:
    calc(100% - 30px) calc(50% - 2px),
    calc(100% - 23px) calc(50% - 2px),
    100% 0,
    0 0 !important;
  background-size: 7px 7px, 7px 7px, 48px 100%, 100% 100% !important;
  background-repeat: no-repeat !important;
  color: #f2ca50 !important;
  font-family: var(--font-body) !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  transition:
    background-color var(--dur-fast) var(--ease),
    border-color var(--dur-fast) var(--ease),
    box-shadow var(--dur-fast) var(--ease),
    color var(--dur-fast) var(--ease);
}

.shop-header-bar__right .woocommerce-ordering select:hover,
.woocommerce .shop-header-bar__right form.woocommerce-ordering select:hover {
  border-color: var(--c-gold) !important;
  background-color: rgba(242, 202, 80, 0.1) !important;
  color: #fff7e6 !important;
  box-shadow: none;
}

.shop-header-bar__right .woocommerce-ordering select:focus,
.woocommerce .shop-header-bar__right form.woocommerce-ordering select:focus {
  border-color: rgba(242, 202, 80, 0.84) !important;
  box-shadow: 0 0 0 2px rgba(242, 202, 80, 0.12);
}

.shop-header-bar__right .woocommerce-ordering select option,
.woocommerce .shop-header-bar__right form.woocommerce-ordering select option {
  background: #151514;
  color: #d8cdb9;
}

.shop-header-bar__right .woocommerce-ordering select option:checked,
.woocommerce .shop-header-bar__right form.woocommerce-ordering select option:checked {
  background: #232018;
  color: #eadfc8;
}

.shop-header-bar__right .woocommerce-ordering.has-custom-sort select,
.woocommerce
  .shop-header-bar__right
  form.woocommerce-ordering.has-custom-sort
  select {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.shop-sort-custom {
  position: relative;
  z-index: 30;
  width: 100%;
  min-width: 252px;
}

.shop-sort-custom__button {
  width: 100%;
  height: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  padding: 0 14px 0 18px;
  border: 1px solid rgba(242, 202, 80, 0.52);
  border-radius: 0;
  background:
    linear-gradient(90deg, transparent, rgba(242, 202, 80, 0.08)),
    rgba(9, 10, 10, 0.82);
  color: #f2ca50;
  cursor: pointer;
  box-shadow: none;
  transition:
    background var(--dur-fast) var(--ease),
    border-color var(--dur-fast) var(--ease),
    box-shadow var(--dur-fast) var(--ease),
    color var(--dur-fast) var(--ease);
}

.shop-sort-custom__button:hover,
.shop-sort-custom.is-open .shop-sort-custom__button,
.shop-sort-custom__button:focus-visible {
  border-color: var(--c-gold);
  background: rgba(242, 202, 80, 0.1);
  color: #fff7e6;
  box-shadow: none;
}

.shop-sort-custom__button:focus-visible {
  outline: 0;
}

.shop-sort-custom__value {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: start;
  text-overflow: ellipsis;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
}

.shop-sort-custom__icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  color: var(--c-gold);
  font-size: 22px;
  line-height: 1;
  transition:
    background var(--dur-fast) var(--ease),
    transform var(--dur-fast) var(--ease);
}

.shop-sort-custom.is-open .shop-sort-custom__icon {
  transform: rotate(180deg);
}

.shop-sort-custom__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 80;
  width: max(100%, 270px);
  display: grid;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(242, 202, 80, 0.28);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(242, 202, 80, 0.04), transparent 36%),
    rgba(13, 14, 14, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 224, 0.08),
    0 24px 46px rgba(0, 0, 0, 0.42);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity var(--dur-fast) var(--ease),
    transform var(--dur-fast) var(--ease);
     width: 100% !important;
}

.shop-sort-custom.is-open .shop-sort-custom__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.shop-sort-custom__option {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border: 1px solid rgba(242, 202, 80, 0.08);
  border-radius: 0;
  background: transparent;
  color: #d8cdb9;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: start;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  transition:
    background var(--dur-fast) var(--ease),
    border-color var(--dur-fast) var(--ease),
    color var(--dur-fast) var(--ease),
    transform var(--dur-fast) var(--ease);
}

.shop-sort-custom__option:hover,
.shop-sort-custom__option:focus-visible {
  border-color: rgba(242, 202, 80, 0.28);
  background: rgba(255, 248, 224, 0.06);
  color: #eadfc8;
  outline: 0;
  transform: translateX(2px);
}

.shop-sort-custom__option[aria-selected="true"] {
  border-color: rgba(242, 202, 80, 0.38);
  background: rgba(242, 202, 80, 0.1);
  color: #f1e7d2;
}

.shop-sort-custom__option[aria-selected="true"]::after {
  content: "done";
  color: var(--c-gold);
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.shop-content-grid {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: clamp(22px, 2vw, 28px);
  align-items: start;
  position: relative;
}

.shop-filter-toggle {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid rgba(242, 202, 80, 0.52);
  background: rgba(9, 10, 10, 0.82);
  color: #f2ca50;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.shop-filter-toggle .material-symbols-outlined {
  font-size: 20px;
}

.shop-filter-toggle[aria-expanded="true"] {
  border-color: var(--c-gold);
  background: rgba(242, 202, 80, 0.1);
}

.dark-shop-main {
  position: relative;
}

.dark-shop-main.is-loading {
  cursor: progress;
}

.dark-shop-main.is-loading ul.products,
.dark-shop-main.is-loading .dark-pagination {
  pointer-events: none;
}

.dark-shop-main.is-loading::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: 20;
  border: 1px solid rgba(242, 202, 80, 0.24);
  background: rgba(7, 8, 8, 0.66);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: inset 0 1px 0 rgba(242, 202, 80, 0.08);
}

.dark-shop-main.is-loading::after {
  content: none;
}

.shop-loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 21;
  min-height: 46px;
  display: grid;
  grid-template-columns: 24px max-content;
  align-items: center;
  gap: 11px;
  padding: 9px 18px 9px 12px;
  border: 1px solid rgba(242, 202, 80, 0.32);
  background:
    linear-gradient(110deg, transparent 0 30%, rgba(242, 202, 80, 0.07) 42%, transparent 54%)
      0 0 / 240% 100%,
    linear-gradient(135deg, rgba(12, 13, 13, 0.94), rgba(22, 21, 17, 0.94));
  color: var(--c-gold);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  animation:
    scentraShopLoadingPulse 1.15s ease-in-out infinite alternate,
    scentraShopLoadingShine 1.8s linear infinite;
}

.shop-loading-indicator__mark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(242, 202, 80, 0.2) 0 3px, transparent 4px),
    conic-gradient(from 0deg, rgba(242, 202, 80, 0), rgba(242, 202, 80, 0.92), rgba(242, 202, 80, 0));
  box-shadow: 0 0 12px rgba(242, 202, 80, 0.12);
  animation: scentraShopLoadingSpin 980ms linear infinite;
}

.shop-loading-indicator__mark::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 4px;
  border-radius: 50%;
  background: rgba(12, 13, 13, 0.96);
  box-shadow: inset 0 0 0 1px rgba(242, 202, 80, 0.08);
}

.shop-loading-indicator__text {
  display: block;
}

@keyframes scentraShopLoadingPulse {
  from {
    border-color: rgba(242, 202, 80, 0.24);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28), 0 0 0 rgba(242, 202, 80, 0);
  }

  to {
    border-color: rgba(242, 202, 80, 0.46);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.34),
      0 0 14px rgba(242, 202, 80, 0.08);
  }
}

@keyframes scentraShopLoadingSpin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes scentraShopLoadingShine {
  to {
    background-position: 240% 0, 0 0;
  }
}

.dark-shop-sidebar {
  width: auto;
  min-width: 0;
}

.sidebar-panel {
  margin: 0;
  padding: 28px 20px;
  border: 1px solid rgba(242, 202, 80, 0.38);
  background: linear-gradient(
    180deg,
    rgba(12, 13, 13, 0.92),
    rgba(10, 10, 10, 0.82)
  );
  backdrop-filter: none;
  box-shadow: inset 0 1px 0 rgba(242, 202, 80, 0.04);
}

.sidebar-title,
.widget-filter-label,
.shop-apply-filters,
.shop-clear-filters {
  color: #e6d4ad;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.28em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sidebar-title {
  padding: 0 0 22px;
  margin: 0 0 24px;
  border-bottom: 1px solid rgba(242, 202, 80, 0.25);
}

.filter-group {
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid rgba(242, 202, 80, 0.24);
}

.filter-group:first-of-type {
  padding-top: 0;
}

.filter-group--sale {
  margin-bottom: 24px;
}

.widget-filter-label {
  margin: 0 0 20px;
}

.dark-filter-cats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 7px 6px;
  padding: 0 !important;
  margin: 0 !important;
}

.filter-cat-link {
  width: auto;
  max-width: 100%;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 9px;
  border: 1px solid rgba(242, 202, 80, 0.28);
  background: rgba(255, 255, 255, 0.03);
  color: #e6e1d8;
  font-size: 0.76rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  transition: border-color var(--dur-fast) var(--ease),
    background var(--dur-fast) var(--ease),
    color var(--dur-fast) var(--ease),
    transform var(--dur-fast) var(--ease);
}

.filter-cat-link:hover,
.filter-cat-item.is-active .filter-cat-link {
  border-color: rgba(242, 202, 80, 0.82);
  background: rgba(242, 202, 80, 0.1);
  color: var(--c-gold);
  transform: translateY(-1px);
}

.filter-cat-link:focus,
.filter-cat-link:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: rgba(242, 202, 80, 0.28);
  background: rgba(255, 255, 255, 0.03);
  color: #e6e1d8;
  text-decoration: none;
  transform: none;
}

.filter-cat-item.is-pending .filter-cat-link {
  border-color: rgba(242, 202, 80, 0.42);
  text-shadow: 0 0 18px rgba(242, 202, 80, 0.24);
}

.filter-cat-item.is-active .filter-cat-link {
  border-color: rgba(242, 202, 80, 0.82);
  background: rgba(242, 202, 80, 0.1);
  color: var(--c-gold);
  box-shadow: inset 0 0 0 1px rgba(242, 202, 80, 0.24);
  transform: translateY(-1px);
}

.shop-price-filter__sliders {
  height: 24px;
  margin: 8px 0 16px;
  cursor: pointer;
  touch-action: none;
}

.shop-price-filter__track,
.shop-price-filter__fill {
  top: 10px;
  height: 3px;
}

.shop-price-filter__track {
  background: rgba(242, 202, 80, 0.22);
}

.shop-price-filter__fill,
.shop-price-filter__handle {
  background: var(--c-gold);
}

.shop-price-filter__handle {
  top: 3px;
  width: 17px;
  height: 17px;
  box-shadow: 0 0 0 3px rgba(242, 202, 80, 0.12);
  cursor: grab;
  touch-action: none;
}

.shop-price-filter__handle:active {
  cursor: grabbing;
}

.shop-price-filter__handle:focus-visible {
  outline: 2px solid var(--c-gold);
  outline-offset: 4px;
}

.shop-price-filter__values {
  color: #e8ded0;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.shop-sale-filter__label {
  display: inline-grid;
  grid-template-columns: 22px auto;
  align-items: center;
  justify-items: start;
  gap: 12px;
  color: #e8ded0;
  font-size: 0.96rem;
  line-height: 22px;
  cursor: pointer;
}

.shop-sale-filter__label > span:last-child {
  display: block;
  min-height: 22px;
  line-height: 22px;
}

.shop-sale-filter input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.shop-sale-filter__box {
  position: relative;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: 1px solid rgba(242, 202, 80, 0.4);
  background: rgba(11, 11, 11, 0.72);
  display: block;
  flex: 0 0 auto;
}

.shop-sale-filter__box::after {
  content: "";
  width: 7px;
  height: 12px;
  border: solid var(--c-gold);
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform var(--dur-fast) var(--ease);
}

.shop-sale-filter input:checked + .shop-sale-filter__box::after {
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
}

.shop-filter-actions {
  display: grid;
  gap: 14px;
  margin-top: 4px;
}

.shop-apply-filters {
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  justify-content: center;
  border: 1px solid rgba(242, 202, 80, 0.72);
  background: linear-gradient(180deg, #f5cd52, #d9a72d);
  color: #090909;
  cursor: pointer;
  transition: transform var(--dur-fast) var(--ease),
    box-shadow var(--dur-fast) var(--ease),
    border-color var(--dur-fast) var(--ease);
}

.shop-apply-filters:hover,
.shop-apply-filters:focus-visible,
.dark-shop-sidebar.has-pending-filters .shop-apply-filters {
  border-color: var(--c-gold);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.24), 0 0 24px rgba(242, 202, 80, 0.18);
  transform: translateY(-1px);
}

.shop-apply-filters:focus-visible {
  outline: 2px solid rgba(242, 202, 80, 0.9);
  outline-offset: 3px;
}

.shop-clear-filters {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  color: #e6d4ad;
}

.shop-clear-filters:hover {
  color: var(--c-gold);
}

.dark-shop-main ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.45vw, 20px) !important;
  align-items: stretch !important;
}

.dark-shop-main ul.products::before,
.dark-shop-main ul.products::after {
  display: none !important;
}

.dark-shop-main ul.products li.product,
.dark-shop-main ul.products > .product {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  display: flex !important;
  height: 100% !important;
  float: none !important;
}

.dark-product-card,
.woocommerce ul.products li.product .dark-product-card {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 1px solid rgba(242, 202, 80, 0.52) !important;
  border-radius: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 13, 13, 0.92),
    rgba(9, 10, 10, 0.88)
  );
  overflow: hidden;
  box-sizing: border-box;
  outline: 1px solid rgba(242, 202, 80, 0.2);
  outline-offset: -2px;
  box-shadow: inset 0 0 0 1px rgba(242, 202, 80, 0.08);
}

.dark-product-card:hover {
  background: linear-gradient(
    180deg,
    rgba(18, 19, 19, 0.96),
    rgba(10, 10, 10, 0.92)
  );
  border-color: rgba(242, 202, 80, 0.68) !important;
  transform: none;
}

.dark-product-card__image-wrap {
  margin: 8px 8px 0;
  aspect-ratio: 1 / 1.12;
  background: #070707;
  overflow: hidden;
  position: relative;
}

.dark-product-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.dark-product-card__image,
.dark-product-card__hover-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.14);
  transition:
    opacity 0.46s ease,
    transform 0.75s ease,
    filter 0.46s ease;
}

.dark-product-card__hover-image {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transform: scale(1.05);
  filter: saturate(0.9) contrast(0.96);
  pointer-events: none;
}

.dark-product-card__image {
  position: relative;
  z-index: 1;
}

.dark-product-card:hover .dark-product-card__image {
  transform: scale(1.19);
}

.dark-product-card.has-category-hover-image:hover .dark-product-card__image {
  opacity: 0;
  transform: scale(1.05);
}

.dark-product-card.has-category-hover-image:hover .dark-product-card__hover-image {
  opacity: 1;
  transform: scale(1.14);
  filter: saturate(1.04) contrast(1.04);
}

.dark-product-card__badge {
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  color: #111 !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  border-radius: 2px;
}

.dark-product-card__actions {
  top: 12px;
  right: 12px;
  height: 28px;
  display: flex;
  align-items: center;
}

.card-action-btn,
.dark-product-card__actions .yith-wcwl-add-to-wishlist a,
.dark-product-card__actions .yith-wcwl-wishlistaddedbrowse a,
.dark-product-card__actions .yith-wcwl-wishlistexistsbrowse a {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #f4f1e8;
  font-size: 0;
}

.card-action-btn--wishlist,
.dark-product-card__actions .yith-add-to-wishlist-button-block,
.dark-product-card__actions .yith-add-to-wishlist-button-block a,
.dark-product-card__actions .yith-add-to-wishlist-button-block button,
.dark-product-card__actions .yith-wcwl-add-to-wishlist a {
  color: #ffe8a8 !important;
}

.card-action-btn--wishlist .material-symbols-outlined,
.dark-product-card__actions .yith-add-to-wishlist-button-block i,
.dark-product-card__actions .yith-add-to-wishlist-button-block svg,
.dark-product-card__actions .yith-add-to-wishlist-button-block path,
.dark-product-card__actions .yith-wcwl-add-to-wishlist a i,
.dark-product-card__actions .yith-wcwl-add-to-wishlist a svg {
  color: inherit !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

.dark-product-card__actions .yith-add-to-wishlist-button-block button:not(.yith-wcwl-add-to-wishlist-button--added):not(.added):not(.exists) svg,
.dark-product-card__actions .yith-add-to-wishlist-button-block a:not(.yith-wcwl-add-to-wishlist-button--added):not(.added):not(.exists) svg,
.dark-product-card__actions .yith-add-to-wishlist-button-block button:not(.yith-wcwl-add-to-wishlist-button--added):not(.added):not(.exists) path,
.dark-product-card__actions .yith-add-to-wishlist-button-block a:not(.yith-wcwl-add-to-wishlist-button--added):not(.added):not(.exists) path {
  fill: transparent !important;
  stroke: currentColor !important;
  stroke-width: 2px;
}

.card-action-btn:hover,
.dark-product-card__actions .yith-add-to-wishlist-button-block a:hover,
.dark-product-card__actions .yith-add-to-wishlist-button-block button:hover,
.dark-product-card__actions .yith-wcwl-add-to-wishlist a:hover,
.dark-product-card__actions .yith-wcwl-wishlistaddedbrowse a:hover,
.dark-product-card__actions .yith-wcwl-wishlistexistsbrowse a:hover {
  background: transparent;
  color: #f6cf63 !important;
}

.dark-product-card__actions .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button--added,
.dark-product-card__actions .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button--added svg,
.dark-product-card__actions .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button--added path,
.dark-product-card__actions .yith-add-to-wishlist-button-block .added,
.dark-product-card__actions .yith-add-to-wishlist-button-block .added svg,
.dark-product-card__actions .yith-add-to-wishlist-button-block .added path,
.dark-product-card__actions .yith-add-to-wishlist-button-block .exists,
.dark-product-card__actions .yith-add-to-wishlist-button-block .exists svg,
.dark-product-card__actions .yith-add-to-wishlist-button-block .exists path,
.dark-product-card__actions .yith-wcwl-wishlistaddedbrowse a,
.dark-product-card__actions .yith-wcwl-wishlistexistsbrowse a {
  color: #f2ca50 !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

.dark-product-card__actions .material-symbols-outlined,
.dark-product-card__actions i {
  font-size: 26px;
}

.dark-product-card__actions .yith-wcwl-add-to-wishlist a::before,
.dark-product-card__actions .yith-wcwl-wishlistaddedbrowse a::before,
.dark-product-card__actions .yith-wcwl-wishlistexistsbrowse a::before {
  font-size: 26px;
}

.dark-product-card__actions a {
  max-width: 36px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0 !important;
  text-indent: -999px;
}

.dark-product-card__actions .yith-add-to-wishlist-button-block button,
.dark-product-card__actions .yith-add-to-wishlist-button-block a {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

.yith-wcwl-feedback-messages-container,
.yith-wcwl-add-to-wishlist__feedback,
.dark-product-card__actions .yith-wcwl-add-to-wishlist__feedback {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.dark-product-card__actions a i,
.dark-product-card__actions a::before,
.dark-product-card__actions a .material-symbols-outlined {
  text-indent: 0;
  font-size: 26px !important;
}

.dark-product-card__body {
  padding: 14px 12px 12px;
  flex: 1 1 auto;
  min-height: 0;
}

.dark-product-card__cat,
.dark-product-card__cat a {
  color: var(--c-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.dark-product-card__title {
  margin-bottom: 5px;
  color: #f6f3ed;
  font-size: clamp(1.04rem, 1.42vw, 1.3rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
}

.dark-product-card__notes {
  color: #d1c1a8;
  font-family: var(--font-headline);
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.34;
  min-height: unset;
    margin: 0px 0px 10px 0px;
}

.dark-product-card__footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.dark-product-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  color: var(--c-gold);
  font-size: clamp(0.9rem, 1.08vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.dark-product-card__price .amount {
  color: var(--c-gold);
}

.dark-product-card__price ins {
  order: 2;
  display: inline-flex;
  text-decoration: none;
}

.dark-product-card__price del {
  order: 1;
  display: inline-flex;
  margin: 0;
  color: rgba(186, 170, 138, 0.62);
  opacity: 1;
  font-size: 0.76em;
  font-weight: 500;
  line-height: 1;
  text-decoration-color: rgba(242, 202, 80, 0.74);
  text-decoration-thickness: 1px;
}

.dark-product-card__price del .amount {
  color: inherit;
}

.dark-product-card__price > .amount {
  order: 2;
}

.dark-add-to-cart-btn {
  width: 100%;
  height: 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  padding: 0;
  border: 1px solid rgba(242, 202, 80, 0.55);
  background: transparent;
  color: #f8f2de;
  box-shadow: none;
}

.dark-add-to-cart-btn:hover {
  border-color: var(--c-gold);
  background: rgba(242, 202, 80, 0.08);
  box-shadow: none;
  transform: none;
}

.dark-add-to-cart-btn__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: inherit;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.dark-add-to-cart-btn .material-symbols-outlined {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f2ca50 0%, #d4af37 100%);
  color: #15120a;
  font-size: 21px;
}

.dark-pagination {
  margin-top: 46px;
  display: flex;
  justify-content: center;
}

.dark-pagination .woocommerce-pagination {
  width: auto;
}

.dark-pagination .woocommerce-pagination ul.page-numbers,
.dark-pagination ul.page-numbers {
  width: auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(242, 202, 80, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(242, 202, 80, 0.08), transparent 42%),
    rgba(9, 10, 10, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 224, 0.08),
    0 18px 36px rgba(0, 0, 0, 0.26);
  list-style: none;
}

.dark-pagination .page-numbers li {
  display: block;
  margin: 0;
  border: 0 !important;
  overflow: visible;
}

.dark-pagination .page-numbers a,
.dark-pagination .page-numbers span {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(242, 202, 80, 0.24);
  border-radius: 6px;
  background: rgba(28, 27, 27, 0.62);
  color: #d8c184;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 248, 224, 0.04);
  transition:
    background var(--dur-fast) var(--ease),
    border-color var(--dur-fast) var(--ease),
    box-shadow var(--dur-fast) var(--ease),
    color var(--dur-fast) var(--ease),
    transform var(--dur-fast) var(--ease);
}

.dark-pagination .page-numbers .current {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
  border-color: rgba(242, 202, 80, 0.95);
  background:
    linear-gradient(180deg, rgba(255, 248, 224, 0.42), transparent 46%),
    linear-gradient(135deg, var(--c-gold) 0%, var(--c-gold-dim) 100%);
  color: #15120a;
  box-shadow:
    0 10px 20px rgba(242, 202, 80, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.dark-pagination .page-numbers a:hover {
  border-color: rgba(242, 202, 80, 0.72);
  background: rgba(242, 202, 80, 0.1);
  color: var(--c-gold);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 224, 0.08),
    0 8px 18px rgba(0, 0, 0, 0.2);
}

.dark-pagination .page-numbers .dots {
  min-width: 22px;
  padding-inline: 0;
  border-color: transparent;
  background: transparent;
  color: rgba(242, 202, 80, 0.54);
  box-shadow: none;
}

.dark-pagination .page-numbers .next,
.dark-pagination .page-numbers .prev {
  min-width: 46px;
  color: var(--c-gold);
  font-size: 1rem;
}

.shop-featured-row {
  margin-top: clamp(28px, 3vw, 44px);
}

.shop-featured-row .sidebar-featured-card {
  display: grid;
  grid-template-columns: minmax(280px, 44%) minmax(0, 1fr);
  min-height: clamp(340px, 36vw, 500px);
  height: auto;
  border: 1px solid rgba(242, 202, 80, 0.38);
  background: #090a0a;
  overflow: hidden;
}

.shop-featured-row .sidebar-featured-card__bg {
  position: relative;
  inset: auto;
  min-height: 100%;
  background-size: cover;
  background-position: center;
}

.shop-featured-row .sidebar-featured-card__overlay {
  grid-column: 2;
  /* background: radial-gradient(
      circle at 15% 50%,
      rgba(242, 202, 80, 0.06),
      transparent 34%
    ), */
    linear-gradient(90deg, rgba(9, 10, 10, 0.88), rgba(9, 10, 10, 0.98));
}

.shop-featured-row .sidebar-featured-card__link,
.shop-featured-row .sidebar-featured-card__content {
  position: relative;
  inset: auto;
}

.shop-featured-row .sidebar-featured-card__link {
  grid-column: 2;
  display: grid;
}

.shop-featured-row .sidebar-featured-card__content {
  align-self: center;
  max-width: 520px;
  padding: clamp(36px, 5vw, 72px);
}

.shop-featured-row .sidebar-featured-card__label {
  margin: 0 0 24px;
  color: var(--c-gold);
  font-family: var(--font-body);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.shop-featured-row .sidebar-featured-card__title {
  margin: 0 0 22px;
  color: #f8f5ef;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
}

.shop-featured-row .sidebar-featured-card__title::after {
  content: "A statement of depth and refinement.";
  display: block;
  max-width: 18ch;
  margin-top: 24px;
  color: #d7c8ad;
  font-family: var(--font-headline);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.shop-featured-row .sidebar-featured-card__content::after {
  content: "Discover More  \2192";
  display: inline-flex;
  margin-top: 30px;
  color: var(--c-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sidebar-featured-card__text {
  margin: 0 0 30px;
  color: #d7c8ad;
  font-family: var(--font-headline);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.sidebar-featured-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--c-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sidebar-featured-card__cta .material-symbols-outlined {
  font-size: 30px;
}
