.lux-card-visual {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  position: relative !important;
  background: #f8fafc !important;
  flex-shrink: 0 !important;
}

.lux-card-body {
  padding-top: 0.6rem !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.lux-brand-price-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  gap: 8px !important;
}

.lux-product-brand {
  font-size: 0.65rem !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #94a3b8 !important;
  font-weight: 700 !important;
}

.lux-title-promo-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  gap: 8px !important;
  margin-top: 4px !important;
}

.lux-product-title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.82rem !important;
  margin: 0 !important;
  color: var(--lux-text) !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  flex: 1 !important;
}

.lux-price-discount-wrapper {
  text-align: right !important;
  flex-shrink: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
}

.lux-price-promo-discount {
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  color: #dc2626 !important;
}

.lux-price-original {
  font-size: 0.7rem !important;
  text-decoration: line-through !important;
  color: #94a3b8 !important;
  font-weight: 500 !important;
}

.lux-price-promo-regular {
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  color: var(--lux-text) !important;
}

.lux-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.8s ease !important;
}

.lux-img-fallback {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f8fafc !important;
  color: #cbd5e1 !important;
}

.lux-discount-badge {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  background: #dc2626 !important;
  color: white !important;
  font-weight: 800 !important;
  font-size: 0.7rem !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  z-index: 5 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 4px 8px rgba(220, 38, 38, 0.2) !important;
}

.lux-card-link {
  text-decoration: none !important;
  color: inherit !important;
  display: block !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}


.catalog-main {
    background: #fdfbf7;
}
.catalog-section {
    padding-top: 2rem;
    padding-bottom: 120px;
}
.sidebar-header {
    margin-bottom: 0.5rem;
}
.sidebar-header h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem !important;
    font-weight: 700;
    color: var(--royal-dark);
    margin: 0;
}
.sidebar-header p {
    font-size: 0.72rem;
    color: #94a3b8;
    margin: 2px 0 0;
    font-weight: 500;
}
.summary-chevron {
    width: 14px;
    height: 14px;
}
.search-compact-box {
    position: relative;
    width: 100%;
}
.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
}
#catSearch {
    width: 100%;
    padding: 8px 10px 8px 32px !important;
    border: 1.5px solid #E3DEC3 !important;
    border-radius: 8px !important;
    font-family: var(--font-sans);
    font-size: 0.8rem;
    background: #FAF9F6 !important;
    color: var(--lux-text);
    outline: none;
    transition: all 0.3s ease;
}
.select-compact-wrapper {
    position: relative;
    width: 100%;
}
.price-range-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.price-field {
    display: flex;
    align-items: center;
    border: 1.5px solid #E3DEC3;
    border-radius: 8px;
    padding: 8px 10px;
    background: #FAF9F6;
    transition: border-color 0.3s ease;
}
.price-field span {
    font-size: 0.75rem;
    color: #94a3b8;
    font-weight: 700;
    margin-right: 4px;
}
.price-field input {
    border: none;
    width: 100%;
    outline: none;
    font-size: 0.8rem;
    font-family: var(--font-sans);
    color: var(--lux-text);
    background: transparent;
}
.btn-reset-filters-action {
    padding: 10px 14px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1.2px;
    width: 100%;
    background: transparent;
    border: 1px solid var(--lux-accent);
    color: var(--lux-accent);
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 8px;
}
.btn-reset-filters-action i {
    width: 12px;
    height: 12px;
}
.brand-row-wrapper {
    margin-bottom: 3.5rem;
}
.brand-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}
.brand-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--royal-dark);
    margin: 0;
}
.brand-section-header span {
    font-size: 0.8rem;
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.brand-slider-row {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}
.brand-slider-row .slider-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #EAE5D9;
    background: white;
    color: var(--royal-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
    flex-shrink: 0;
}
.brand-slider-row .slider-btn i {
    width: 16px;
    height: 16px;
}
.brand-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    flex: 1;
    padding: 10px 5px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.brand-slider::-webkit-scrollbar {
    display: none;
}
.lux-img-fallback i {
    width: 32px;
    height: 32px;
}

