/* ===============================
   PERFUMMIX LUXURY BLACK & GOLD
================================ */

:root {
  --font-main: 'DINNextLTArabic-Regular';

  --color-primary: #000000;
  --color-primary-dark: #111111;
  --color-primary-light: #ffffff;
  --color-primary-reverse: #d6b46a;

  --luxury-black: #000000;
  --luxury-dark: #141414;
  --luxury-gold: #d6b46a;
  --luxury-gold-soft: #b4906e;
  --luxury-red: #9f0000;
  --luxury-gray: #d6d6d6;
}

/* Base Font */
body {
  font-size: 14px;
  color: var(--luxury-black);
}

/* Header */
.main-nav-container .inner {
  background-color: var(--luxury-black) !important;
  border-color: var(--luxury-gold-soft) !important;
}

/* Footer */
.store-footer,
.store-footer__top,
.footer-is-light .store-footer,
.footer-is-light .store-footer__top {
  background-color: var(--luxury-black) !important;
  color: var(--luxury-gray) !important;
}

/* Category Links */
.header-categories a {
  color: var(--luxury-gold) !important;
  font-size: 0.85rem;
  font-weight: 600;
}

.header-categories a:hover {
  color: #ffffff !important;
}

/* Product Title */
.s-product-card-horizontal .s-product-card-content-title a,
.s-product-card-vertical .s-product-card-content-title a {
  font-size: 0.75rem;
  line-height: 1.4rem;
  font-weight: 700;
  background: linear-gradient(45deg, #000000, #3a2b12, #b4906e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Product Subtitle */
.s-product-card-content-subtitle {
  background-color: #f7f7f7 !important;
  color: rgb(95, 0, 0) !important;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.4rem;
  text-align: center;
}

/* Promotion Badge */
.s-product-card-promotion-title {
  position: absolute;
  top: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.6rem;
  min-height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  color: #4b4b4b !important;
  background-color: rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: blur(4px);
  border-radius: 0 6px !important;
  z-index: 3;
}

/* Price */
.s-product-card-sale-price h4 {
  font-size: 0.95rem;
  line-height: 1.1rem;
  font-weight: 700;
  color: var(--luxury-red) !important;
}

.s-product-card-sale-price span {
  font-size: 0.75rem;
  color: #999999 !important;
  text-decoration-line: line-through;
}

/* Search Price */
.s-search-product-price {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--luxury-red) !important;
}

/* Buttons */
.s-button-primary {
  background-color: var(--luxury-black) !important;
  color: var(--luxury-gold) !important;
  border-color: var(--luxury-gold-soft) !important;
}

.s-button-primary:hover,
.s-button-primary:focus,
.s-button-primary:focus-visible {
  background-color: var(--luxury-gold-soft) !important;
  color: #000000 !important;
  border-color: var(--luxury-gold) !important;
}

.s-button-primary:active {
  background-color: #8c6b3f !important;
  color: #000000 !important;
}

/* Tabs */
.product-tabs .tabs a.is-active {
  background-color: var(--luxury-black) !important;
  color: var(--luxury-gold) !important;
}

/* Brand / Category Items */
.slide--cat-entry,
.slide--cat-entry span {
  color: var(--luxury-gold-soft) !important;
  font-size: 0.75rem;
}

.brand-item {
  color: var(--luxury-gold) !important;
}

/* Icons */
.s-search-icon svg {
  fill: var(--luxury-gold) !important;
}

/* Helper Colors */
.text-red-400 {
  color: var(--luxury-red) !important;
}

.text-gray-400 {
  color: var(--luxury-gold-soft) !important;
}
  .fixed-products .s-products-list-wrapper {
    gap: 1rem;
  }

  .lg\:gap-8 {
    gap: 0.5rem;
  }

  .lg\:p-8 {
    padding: 1rem;
  }

  .lg\:pb-10 {
    padding-bottom: 0.25rem;
  }
.triangle-overlay,
.triangle-overlay::after {
    display: none !important;
    content: none !important;
}
.s-product-card-entry {
    overflow: hidden;
    border-width: 0.5px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}
button, input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    background-color: #927f5c14;
    background-image: none;
}
@media (min-width: 1024px) {
    .s-block
Specificity: (0,1,0)
 {
        margin-top: 1rem !important;
    }
}

@media (min-width: 640px) {
  .s-product-card-horizontal .s-product-card-content-footer,
  .s-product-card-vertical .s-product-card-content-footer {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}

.s-product-card-horizontal .s-product-card-content-footer,
.s-product-card-vertical .s-product-card-content-footer {
  min-height: 40px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2px;
  padding-bottom: 0;
}
.s-button-outline {
    border-width: 0px;
}

-------------
@media (min-width: 640px) {
    .s-add-product-button-main {
        width: 100%;
        -moz-column-gap: 0.625rem;
        column-gap: 3.625rem !important;
    }
}
.product-fixed-bar salla-add-product-button button {
    height: 2.5rem;
    width: 8rem;
}
--------------
.promotion-badge.has-discount {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 24);
    --tw-text-opacity: 1;
    color: rgb(214 180 106);
}