/* Imported from: ./components/CategoryListControls/styles.css */
/* ===== CategoryListControls ===== */

.cc_9u40o9df_product_list .kombos-category-list-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 3rem;
  padding: 0.5rem clamp(1rem, 2vw, 2rem);
  border-bottom: 1px solid #e8e8e8;
  background: #ffffff;
}

.kombos-category-list-controls__title,
.kombos-category-list-controls__count,
.kombos-category-list-controls__left,
.kombos-category-list-controls__sort-wrap,
.cc_9u40o9df_product_list .kombos-category-list-controls__mobile-controls {
  display: none;
}

/* ── Column toggle (Görünüm) ── */
.cc_9u40o9df_product_list .kombos-category-list-controls__right {
  display: flex;
  align-items: center;
}

.cc_9u40o9df_product_list .kombos-category-list-controls__col-btn {
  display: inline-flex;
  align-items: center;
  border: none;
  background: none;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1c1c1c;
  font-weight: 500;
  padding: 0.375rem 0.5rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
  font-family: inherit;
}

.cc_9u40o9df_product_list .kombos-category-list-controls__col-btn:hover {
  opacity: 0.6;
}

.cc_9u40o9df_product_list .kombos-category-list-controls__col-btn .kombos-icon {
  font-size: 1.125rem;
  margin-right: 0.25rem;
}

.cc_9u40o9df_product_list .kombos-category-list-controls__mobile-search {
  width: 100%;
  margin-top: 0.75rem;
}

@media (min-width: 1024px) {
.cc_9u40o9df_product_list .kombos-category-list-controls__mobile-search {
    display: none;
  }
}

/* End import: ./components/CategoryListControls/styles.css */
/* Imported from: ./components/FilterSidebar/styles.css */
/* ===== Filter Sidebar — Afnan-style ===== */
.cc_9u40o9df_product_list .kombos-filter-sidebar {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.25rem;
}

.cc_9u40o9df_product_list .kombos-filter-sidebar__search {
  padding-bottom: 0.25rem;
}

.cc_9u40o9df_product_list .kombos-filter-sidebar__clear {
  margin-top: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #999;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  transition: color 0.2s ease;
}

.cc_9u40o9df_product_list .kombos-filter-sidebar__clear:hover {
  color: #1c1c1c;
}

/* Accordion filter groups */
.cc_9u40o9df_product_list .kombos-filter-sidebar .kombos-collapsible-group {
  border-bottom: 1px solid #e8e8e8;
}

.cc_9u40o9df_product_list .kombos-filter-sidebar .kombos-collapsible-group__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.875rem 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1c1c1c;
  font-family: inherit;
}

.cc_9u40o9df_product_list .kombos-filter-sidebar .kombos-collapsible-group__content {
  padding: 0 0 0.75rem;
}

/* Checkbox-style filter values */
.cc_9u40o9df_product_list .kombos-filter-sidebar .kombos-filter-list-values__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0;
  cursor: pointer;
  font-size: 0.8125rem;
  color: #555;
  transition: color 0.2s ease;
}

.cc_9u40o9df_product_list .kombos-filter-sidebar .kombos-filter-list-values__item:hover {
  color: #1c1c1c;
}

.cc_9u40o9df_product_list .kombos-filter-sidebar .kombos-filter-list-values__item input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  accent-color: #1c1c1c;
  cursor: pointer;
}

/* Price range inputs */
.cc_9u40o9df_product_list .kombos-filter-sidebar .kombos-filter-range-values {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cc_9u40o9df_product_list .kombos-filter-sidebar .kombos-filter-range-values__inputs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cc_9u40o9df_product_list .kombos-filter-sidebar .kombos-filter-range-values__inputs input {
  width: 100%;
  padding: 0.5rem 0.625rem;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 0.8125rem;
  color: #1c1c1c;
  background: #fff;
}

.cc_9u40o9df_product_list .kombos-filter-sidebar .kombos-filter-range-values__inputs span {
  color: #999;
  font-size: 0.75rem;
}

/* End import: ./components/FilterSidebar/styles.css */
/* Imported from: ./components/FilterCategoryList/styles.css */
/* ===== Filter Category List ===== */
.cc_9u40o9df_product_list .kombos-filter-category-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cc_9u40o9df_product_list .kombos-filter-category-list__link {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
  color: var(--kombos-gray-700);
  width: fit-content;
}

.cc_9u40o9df_product_list .kombos-filter-category-list__link:hover {
  text-decoration: underline;
}

/* End import: ./components/FilterCategoryList/styles.css */
/* Imported from: ./components/FilterBoxValues/styles.css */
/* ===== Filter Box Values ===== */

.cc_9u40o9df_product_list .kombos-filter-box-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cc_9u40o9df_product_list .kombos-filter-box-values__item {
  padding: 0.3125rem 0.6875rem;
  border-radius: 6px;
  border: 1px solid var(--kombos-gray-200);
  background: var(--kombos-white);
  color: var(--kombos-gray-700);
  cursor: pointer;
  transition: all 0.15s ease;
}

.cc_9u40o9df_product_list .kombos-filter-box-values__item:hover:not(.kombos-filter-box-values__item--active) {
  border-color: var(--kombos-gray-300);
}

.cc_9u40o9df_product_list .kombos-filter-box-values__item--active {
  background: var(--kombos-gray-900);
  color: var(--kombos-white);
  border-color: var(--kombos-gray-900);
}

/* End import: ./components/FilterBoxValues/styles.css */
/* Imported from: ./components/FilterListValues/styles.css */
/* ===== Filter List Values ===== */

.cc_9u40o9df_product_list .kombos-filter-list-values {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.cc_9u40o9df_product_list .kombos-filter-list-values__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.cc_9u40o9df_product_list .kombos-filter-list-values__label {
  color: var(--kombos-gray-700);
}

.cc_9u40o9df_product_list .kombos-filter-list-values__count {
  color: var(--kombos-gray-400);
}

/* End import: ./components/FilterListValues/styles.css */
/* Imported from: ./components/FilterRangeListValues/styles.css */
/* ===== Filter Range List Values ===== */

.cc_9u40o9df_product_list .kombos-filter-range-list-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cc_9u40o9df_product_list .kombos-filter-range-list-values__item {
  padding: 0.375rem 0.75rem;
  border: 1px solid var(--kombos-gray-200);
  border-radius: 6px;
  background: var(--kombos-white);
  cursor: pointer;
  color: var(--kombos-gray-700);
}

.cc_9u40o9df_product_list .kombos-filter-range-list-values__item:hover {
  border-color: var(--kombos-gray-300);
}

.cc_9u40o9df_product_list .kombos-filter-range-list-values__item--active {
  border-color: var(--kombos-gray-900);
  color: var(--kombos-gray-900);
}

/* End import: ./components/FilterRangeListValues/styles.css */
/* Imported from: ./components/FilterRangeValues/styles.css */
/* ===== Range Slider ===== */

.cc_9u40o9df_product_list .kombos-range-slider {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.25rem 0.625rem;
}

/* Value labels row */
.cc_9u40o9df_product_list .kombos-range-slider__values {
  position: relative;
  height: 1rem;
}

.cc_9u40o9df_product_list .kombos-range-slider__value-label {
  position: absolute;
  transform: translateX(-50%);
  color: var(--kombos-gray-900);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

/* Track */
.cc_9u40o9df_product_list .kombos-range-slider__track {
  position: relative;
  height: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.cc_9u40o9df_product_list .kombos-range-slider__track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.25rem;
  border-radius: 2px;
  background: var(--kombos-gray-200);
}

/* Filled area between handles */
.cc_9u40o9df_product_list .kombos-range-slider__fill {
  position: absolute;
  height: 0.25rem;
  border-radius: 2px;
  background: var(--kombos-gray-900);
  pointer-events: none;
}

/* Drag handles */
.cc_9u40o9df_product_list .kombos-range-slider__handle {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--kombos-gray-900);
  border: 2px solid var(--kombos-white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
  cursor: grab;
  touch-action: none;
  z-index: 1;
  outline: none;
}

.cc_9u40o9df_product_list .kombos-range-slider__handle:active {
  cursor: grabbing;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.cc_9u40o9df_product_list .kombos-range-slider__handle:focus-visible {
  box-shadow: 0 0 0 3px rgba(20, 20, 26, 0.15);
}

/* Min/Max bound labels */
.cc_9u40o9df_product_list .kombos-range-slider__bounds {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}

.cc_9u40o9df_product_list .kombos-range-slider__bound {
  color: var(--kombos-gray-500);
  user-select: none;
}

/* End import: ./components/FilterRangeValues/styles.css */
/* Imported from: ./components/FilterSwatchValues/styles.css */
/* ===== Filter Swatch Values ===== */

.cc_9u40o9df_product_list .kombos-filter-swatch-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cc_9u40o9df_product_list .kombos-filter-swatch-values__item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.3125rem 0.6875rem;
  border-radius: 6px;
  border: 1px solid var(--kombos-gray-200);
  background: var(--kombos-white);
  cursor: pointer;
  color: var(--kombos-gray-700);
  transition: all 0.15s ease;
}

.cc_9u40o9df_product_list .kombos-filter-swatch-values__item:hover:not(.kombos-filter-swatch-values__item--active) {
  border-color: var(--kombos-gray-300);
}

.cc_9u40o9df_product_list .kombos-filter-swatch-values__item--active {
  background: var(--kombos-gray-900);
  color: var(--kombos-white);
  border-color: var(--kombos-gray-900);
}

.cc_9u40o9df_product_list .kombos-filter-swatch-values__img {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  object-fit: cover;
}

.cc_9u40o9df_product_list .kombos-filter-swatch-values__color {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid var(--kombos-gray-200);
}

.cc_9u40o9df_product_list .kombos-filter-swatch-values__item--active .kombos-filter-swatch-values__color {
  border-color: var(--kombos-white);
}

/* End import: ./components/FilterSwatchValues/styles.css */
/* Imported from: ./components/MobileFilterModal/styles.css */
/* ===== Mobile Filter Modal ===== */
.cc_9u40o9df_product_list .kombos-mobile-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--kombos-z-overlay);
  display: flex;
  justify-content: flex-end;
}

.cc_9u40o9df_product_list .kombos-mobile-filter__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cc_9u40o9df_product_list .kombos-mobile-filter--open .kombos-mobile-filter__backdrop {
  opacity: 1;
}

.cc_9u40o9df_product_list .kombos-mobile-filter__panel {
  position: relative;
  width: 100%;
  max-width: 25rem;
  height: 100%;
  background: var(--kombos-white);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.cc_9u40o9df_product_list .kombos-mobile-filter--open .kombos-mobile-filter__panel {
  transform: translateX(0);
}

/* Header */
.cc_9u40o9df_product_list .kombos-mobile-filter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--kombos-gray-200);
}

.cc_9u40o9df_product_list .kombos-mobile-filter__title {
  color: var(--kombos-gray-900);
}

.cc_9u40o9df_product_list .kombos-mobile-filter__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 1.5rem;
  color: var(--kombos-gray-700);
  display: flex;
  align-items: center;
}

/* Content */
.cc_9u40o9df_product_list .kombos-mobile-filter__content {
  flex: 1;
  overflow-y: auto;
  padding: 0 1.25rem;
}

/* Footer */
.cc_9u40o9df_product_list .kombos-mobile-filter__footer {
  display: flex;
  flex-direction: column;
}

.cc_9u40o9df_product_list .kombos-mobile-filter__clear-row {
  display: flex;
  align-items: center;
  padding: 1rem 0.625rem;
  background: var(--kombos-white);
  border-top: 1px solid var(--kombos-gray-200);
}

.cc_9u40o9df_product_list .kombos-mobile-filter__clear-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: var(--kombos-gray-400);
  text-decoration: underline;
  white-space: nowrap;
}

.cc_9u40o9df_product_list .kombos-mobile-filter__show-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.125rem;
  padding: 0.625rem 1.25rem;
  background: var(--kombos-gray-900);
  color: var(--kombos-white);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.cc_9u40o9df_product_list .kombos-mobile-filter__show-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Spinner */
.cc_9u40o9df_product_list .kombos-mobile-filter__spinner {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: var(--kombos-white);
  border-radius: 50%;
  animation: kombos-mobile-filter-spin 0.6s linear infinite;
}

@keyframes kombos-mobile-filter-spin {
  to {
    transform: rotate(360deg);
  }
}

/* End import: ./components/MobileFilterModal/styles.css */
/* Imported from: ../../sub-components/ProductCard/styles.css */
/* ===== Product Card ===== */
.cc_9u40o9df_product_list .kombos-product-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

/* Image wrapper */
.cc_9u40o9df_product_list .kombos-product-card__image-wrapper {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.cc_9u40o9df_product_list .kombos-product-card__media-link {
  display: block;
}

.cc_9u40o9df_product_list .kombos-product-card__media {
  width: 100%;
  height: auto;
  display: block;
  background: var(--kombos-gray-100);
}

/* Primary image — high-fidelity fade with scale */
.cc_9u40o9df_product_list .kombos-product-card__media--primary {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition:
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Secondary hover image — positioned behind, fades in */
.cc_9u40o9df_product_list .kombos-product-card__media--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition:
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Hover state — primary fades out, secondary fades in */
.cc_9u40o9df_product_list .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary {
  opacity: 0;
}

.cc_9u40o9df_product_list .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover {
  opacity: 1;
}

/* Placeholder */
.cc_9u40o9df_product_list .kombos-product-card__media--placeholder {
  border: 1px solid var(--kombos-gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--kombos-gray-300);
  font-size: 4rem;
}

/* Badges */
.cc_9u40o9df_product_list .kombos-product-card__badges {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Favorite */
.cc_9u40o9df_product_list .kombos-product-card__favorite {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 1.5rem;
  color: var(--kombos-gray-900);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.cc_9u40o9df_product_list .kombos-product-card__favorite:hover {
  transform: scale(1.12);
}

/* Out of stock overlay */
.cc_9u40o9df_product_list .kombos-product-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

/* Add to Cart Button */
.cc_9u40o9df_product_list .kombos-product-card__add-btn {
  width: 100%;
}

/* End import: ../../sub-components/ProductCard/styles.css */

/* ===== ALVYN Category List — Afnan Prestige Inspired ===== */
.cc_9u40o9df_product_list .kombos-category-list {
  --alvyn-separator: #e0e0e0;
  --alvyn-gold: #c9a24a;
  --alvyn-ink: #1c1c1c;
  width: 100%;
  background: #ffffff;
  color: #1c1c1c;
  font-family: inherit;
}

/* ───────────────────────────────────────────────
   HERO BANNER — Minimal centered, Afnan-inspired
   Banner image is a subtle backdrop, text is centered.
   ─────────────────────────────────────────────── */
.cc_9u40o9df_product_list .kombos-category-list__hero {
  position: relative;
  width: 100%;
  height: clamp(200px, 28vw, 340px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #1c1c1c;
}

.cc_9u40o9df_product_list .kombos-category-list__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.6;
  filter: none;
}

/* Desktop image hidden on mobile when mobile variant exists */
.cc_9u40o9df_product_list .kombos-category-list__hero-img--desktop.kombos-category-list__hero-img--has-mobile {
  display: block;
}

.cc_9u40o9df_product_list .kombos-category-list__hero-img--mobile {
  display: none;
}

/* Subtle gradient overlay */
.cc_9u40o9df_product_list .kombos-category-list__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.15) 50%,
    rgba(0, 0, 0, 0.3) 100%
  );
  pointer-events: none;
}

.cc_9u40o9df_product_list .kombos-category-list__hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 48rem;
  padding: 178px 1.5rem 0;
}

.cc_9u40o9df_product_list .kombos-category-list__breadcrumb {
  display: none;
}

.cc_9u40o9df_product_list .kombos-category-list__eyebrow {
  display: none;
}

.cc_9u40o9df_product_list .kombos-category-list__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.5rem, 3.2vw, 2.25rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cc_9u40o9df_product_list .kombos-category-list__description {
  display: none;
}

.cc_9u40o9df_product_list .kombos-category-list__hero-count {
  display: none;
}

/* ───────────────────────────────────────────────
   BODY & CONTROLS
   ─────────────────────────────────────────────── */
.cc_9u40o9df_product_list .kombos-category-list__body {
  max-width: none;
  padding: 0;
}

.cc_9u40o9df_product_list .kombos-category-list__prev-wrap {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}

.cc_9u40o9df_product_list .kombos-category-list__main {
  display: flex;
  gap: 0;
  padding: 0;
}

.cc_9u40o9df_product_list .kombos-category-list__sidebar {
  display: none;
}

.cc_9u40o9df_product_list .kombos-category-list__grid-area {
  flex: 1;
  min-width: 0;
}

/* ───────────────────────────────────────────────
   PRODUCT GRID — Tight Afnan-style
   No outer border. Items separated by 1px lines.
   Tight cell padding. Product image fills most of card.
   ─────────────────────────────────────────────── */
.cc_9u40o9df_product_list .kombos-category-list__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  background: transparent;
  border-top: 1px solid var(--alvyn-separator);
}

.cc_9u40o9df_product_list .kombos-category-list__empty {
  min-height: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1c1c;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.cc_9u40o9df_product_list .kombos-category-list__pagination {
  padding: 2rem 0 3rem;
}

/* ───────────────────────────────────────────────
   PRODUCT CARD CELL — Afnan Prestige Inspired
   ─────────────────────────────────────────────── */
.cc_9u40o9df_product_list .kombos-category-list__card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 1.125rem 0.625rem 1.3rem;
  background: #ffffff;
  text-align: center;
  border-bottom: 1px solid var(--alvyn-separator);
  border-right: 1px solid var(--alvyn-separator);
}

/* Remove right border on last column (2-col) */
.cc_9u40o9df_product_list .kombos-category-list__card:nth-child(2n) {
  border-right-color: transparent;
}

.cc_9u40o9df_product_list .kombos-category-list__card .kombos-product-card {
  display: contents;
}

.cc_9u40o9df_product_list .kombos-category-list__card .kombos-product-card__image-wrapper {
  order: 1;
  position: relative;
  width: 100%;
  max-width: 310px;
  margin: 0.45rem auto 0.95rem;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.cc_9u40o9df_product_list .kombos-category-list__card .kombos-product-card__media {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center 58%;
  background: #f5f5f5;
}

.cc_9u40o9df_product_list .kombos-category-list__card .kombos-product-card__favorite {
  display: none;
}

/* Badges — top-left, Afnan-style */
.cc_9u40o9df_product_list .kombos-category-list__card .kombos-product-card__badges {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cc_9u40o9df_product_list .kombos-category-list__card .kombos-product-card__badges .kombos-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: #1c1c1c;
  border-radius: 0;
  border: none;
  line-height: 1;
}

.cc_9u40o9df_product_list .kombos-category-list__card .kombos-product-card__badges .kombos-tag--new {
  background: #ffffff;
  color: #1c1c1c;
  border: 1px solid #d0d0d0;
}

/* Hover swap: secondary image fades in over primary */
.cc_9u40o9df_product_list .kombos-category-list__card .kombos-product-card__image-wrapper .kombos-product-card__media--primary {
  position: relative;
  z-index: 1;
  transition: opacity 0.4s ease;
}

.cc_9u40o9df_product_list .kombos-category-list__card .kombos-product-card__image-wrapper .kombos-product-card__media--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.cc_9u40o9df_product_list .kombos-category-list__card .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary {
  opacity: 0;
}

.cc_9u40o9df_product_list .kombos-category-list__card .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover {
  opacity: 1;
}

/* Add to Cart — homepage gradient style */
.cc_9u40o9df_product_list .kombos-category-list__card .kombos-product-card__add-btn {
  order: 3;
  width: min(13rem, calc(100% - 2rem));
  min-height: 2.5rem;
  margin-top: 0.8125rem;
  border-radius: 0;
  border: 1px solid rgba(196, 160, 76, 0.76);
  color: #ffffff;
  background: linear-gradient(135deg, #071e4e 0%, #0a3f2b 100%);
  letter-spacing: 0.021875rem;
  text-transform: uppercase;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.cc_9u40o9df_product_list .kombos-category-list__card .kombos-product-card__add-btn:hover:not(:disabled) {
  color: #071e4e;
  background: #ffffff;
  border-color: #071e4e;
}

/* ───────────────────────────────────────────────
   PRODUCT DETAILS (Name, Tags, Price) — Afnan-style
   ─────────────────────────────────────────────── */
.cc_9u40o9df_product_list .kombos-category-list__product-details {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.32rem;
  width: 100%;
}

.cc_9u40o9df_product_list .kombos-category-list__product-name {
  color: #111827;
  font-size: clamp(0.98rem, 1.05vw, 1.18rem);
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  line-height: 1.18;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.cc_9u40o9df_product_list .kombos-category-list__product-name:hover {
  color: #666666;
}

/* Hide product type (Extrait de Parfum) — Afnan doesn't show it */
.cc_9u40o9df_product_list .kombos-category-list__product-type {
  display: none;
}

/* Scent Tags — Roja London, 2x2 grid */
.cc_9u40o9df_product_list .kombos-category-list__traits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 6px;
  margin: 5px 0 6px;
  padding: 0;
  width: min(100%, 13.25rem);
}

.cc_9u40o9df_product_list .kombos-category-list__traits span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  color: #151515;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  border: 1px solid rgba(17, 24, 39, 0.045);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.04);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cc_9u40o9df_product_list .kombos-category-list__traits span.is-primary {
  color: #fff;
  background: linear-gradient(135deg, #d4aa43 0%, #b88a28 100%);
  border-color: rgba(255, 230, 160, 0.24);
  box-shadow: 0 4px 12px rgba(184, 138, 40, 0.16);
}

.cc_9u40o9df_product_list .kombos-category-list__traits-label {
  margin: 1px 0 0;
  font-size: 0.55rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8b8b8b;
  font-weight: 700;
}

.cc_9u40o9df_product_list .kombos-category-list__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.375rem;
  margin: 2px 0 0;
  color: #888;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
}

.cc_9u40o9df_product_list .kombos-category-list__price del {
  color: #ccc;
  font-size: 0.6875rem;
}

.cc_9u40o9df_product_list .kombos-category-list__card-content {
  order: 4;
  width: 100%;
}

.cc_9u40o9df_product_list .kombos-category-list__sentinel {
  height: 1px;
}

/* ───────────────────────────────────────────────
   FILTER SIDEBAR — Afnan-style
   ─────────────────────────────────────────────── */
.cc_9u40o9df_product_list .kombos-category-list .kombos-filter-sidebar {
  border: none;
  border-right: 1px solid #e8e8e8;
  border-radius: 0;
  background: #ffffff;
  padding: 1.5rem 1.25rem;
}

.cc_9u40o9df_product_list .kombos-category-list .kombos-filter-sidebar__clear {
  color: #999;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 1.25rem;
}

.cc_9u40o9df_product_list .kombos-category-list .kombos-filter-category-list__link {
  color: #555;
  font-size: 0.8125rem;
  letter-spacing: 0;
  text-decoration: none;
  padding: 0.375rem 0;
  display: block;
  transition: color 0.2s ease;
}

.cc_9u40o9df_product_list .kombos-category-list .kombos-filter-category-list__link:hover {
  color: #1c1c1c;
}

/* ───────────────────────────────────────────────
   RESPONSIVE BREAKPOINTS
   ─────────────────────────────────────────────── */

/* Mobile ≤ 699px */
@media (max-width: 699px) {
.cc_9u40o9df_product_list .kombos-category-list__hero {
    height: clamp(180px, 40vw, 240px);
  }

.cc_9u40o9df_product_list .kombos-category-list__hero-img {
    bottom: -1px;
  }

.cc_9u40o9df_product_list .kombos-category-list__hero-img--desktop.kombos-category-list__hero-img--has-mobile {
    display: none;
  }

.cc_9u40o9df_product_list .kombos-category-list__hero-img--mobile {
    display: block;
  }

.cc_9u40o9df_product_list .kombos-category-list__hero-inner {
    padding: 84px 1rem 0;
  }

.cc_9u40o9df_product_list .kombos-category-list__title {
    font-size: clamp(1.125rem, 4.5vw, 1.5rem);
    letter-spacing: 0.14em;
  }

.cc_9u40o9df_product_list .kombos-category-list__description {
    font-size: 0.75rem;
    margin-top: 0.375rem;
  }

.cc_9u40o9df_product_list .kombos-category-list__hero-count {
    font-size: 0.625rem;
    margin-top: 0.375rem;
  }

.cc_9u40o9df_product_list .kombos-category-list__card {
    padding: 0.8rem 0.4rem 1rem;
  }

.cc_9u40o9df_product_list .kombos-category-list__card .kombos-product-card__image-wrapper {
    max-width: 220px;
    margin-top: 0.5rem;
    margin-bottom: 0.82rem;
  }

.cc_9u40o9df_product_list .kombos-category-list__product-name {
    font-size: clamp(0.88rem, 3.9vw, 1.02rem);
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

.cc_9u40o9df_product_list .kombos-category-list__traits-label {
    font-size: 0.48rem;
    letter-spacing: 0.14em;
  }

.cc_9u40o9df_product_list .kombos-category-list__traits {
    max-width: 9.8rem;
    gap: 0.3rem;
  }

.cc_9u40o9df_product_list .kombos-category-list__traits span {
    font-size: 0.48rem;
    height: 1.32rem;
    padding: 0 0.32rem;
  }

.cc_9u40o9df_product_list .kombos-category-list__price {
    font-size: 0.6875rem;
  }


}

/* Tablet 700px–999px */
@media (min-width: 700px) {
.cc_9u40o9df_product_list .kombos-category-list__hero {
    height: clamp(240px, 26vw, 320px);
  }

.cc_9u40o9df_product_list .kombos-category-list__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /* Fix right border for 3-col */
.cc_9u40o9df_product_list .kombos-category-list__card:nth-child(2n) {
    border-right-color: var(--alvyn-separator);
  }
.cc_9u40o9df_product_list .kombos-category-list__card:nth-child(3n) {
    border-right-color: transparent;
  }
}

/* Desktop 1000px+ */
@media (min-width: 1000px) {
.cc_9u40o9df_product_list .kombos-category-list__hero {
    height: clamp(280px, 26vw, 380px);
  }

.cc_9u40o9df_product_list .kombos-category-list__hero-inner {
    padding: 178px 2rem 0;
  }

.cc_9u40o9df_product_list .kombos-category-list__sidebar {
    width: 14.5rem;
    display: block;
    position: sticky;
    top: 8.5rem;
    max-height: calc(100vh - 10rem);
    overflow-y: auto;
    padding-top: 1rem;
  }

.cc_9u40o9df_product_list .kombos-category-list__grid--cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

.cc_9u40o9df_product_list .kombos-category-list__grid--cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  /* Fix borders for 4-col */
.cc_9u40o9df_product_list .kombos-category-list__grid--cols-4 .kombos-category-list__card:nth-child(3n) {
    border-right-color: var(--alvyn-separator);
  }
.cc_9u40o9df_product_list .kombos-category-list__grid--cols-4 .kombos-category-list__card:nth-child(4n) {
    border-right-color: transparent;
  }
}

/* Large desktop 1400px+ */
@media (min-width: 1400px) {
.cc_9u40o9df_product_list .kombos-category-list__hero {
    height: 380px;
  }

.cc_9u40o9df_product_list .kombos-category-list__hero-inner {
    padding: 178px 2rem 0;
  }

.cc_9u40o9df_product_list .kombos-category-list__card {
    padding: 1.25rem 0.75rem 1.5rem;
  }

.cc_9u40o9df_product_list .kombos-category-list__card .kombos-product-card__image-wrapper {
    max-width: 300px;
  }
}

/* ===== Filter Group Values ===== */
