/* =========================
   SAF / RAED - FINAL CLEAN CSS
   White + #020037 luxury system
   ========================= */

:root {
  --lux-navy: #020037;
  --lux-navy-2: #0a1b74;
  --lux-bg: #f7f9fc;
  --lux-white: #ffffff;
  --lux-border: #e6eaf2;
  --lux-text: #11162b;
  --lux-muted: #66708a;
  --lux-shadow: 0 10px 30px rgba(2, 0, 55, 0.06);
  --lux-shadow-soft: 0 6px 18px rgba(2, 0, 55, 0.05);
}

/* Global canvas */
body,
#main-content,
main {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%) !important;
  color: var(--lux-text);
}

main > section {
  margin: 0 !important;
}

/* =========================
   HERO
   ========================= */

section.s-block.s-block--hero-slider {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  background: transparent !important;
}

section.s-block.s-block--hero-slider .swiper,
section.s-block.s-block--hero-slider .swiper-wrapper,
section.s-block.s-block--hero-slider .swiper-slide {
  border-radius: 0 !important;
  overflow: hidden !important;
}

section.s-block.s-block--hero-slider .swiper-slide {
  min-height: 360px !important;
  box-shadow: 0 18px 40px rgba(2, 0, 55, 0.12) !important;
}

section.s-block.s-block--hero-slider .swiper-slide > div.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
  filter: saturate(1.02) contrast(1.02);
}

section.s-block.s-block--hero-slider .home-slider__content {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

/* =========================
   BRANDS / LOGOS SECTION
   clean solid blue match
   ========================= */

section.s-block.s-block--logos-slider {
  position: relative !important;
  margin-top: 0 !important;
  padding-top: 18px !important;
  padding-bottom: 22px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #0e4a91 0%, #0a3f82 55%, #08356f 100%) !important;
}

section.s-block.s-block--logos-slider::before {
  display: none !important;
  content: none !important;
}

section.s-block.s-block--logos-slider > .container {
  position: relative !important;
  z-index: 1 !important;
  max-width: 1240px !important;
}

section.s-block.s-block--logos-slider .grid {
  gap: 14px !important;
  align-items: stretch !important;
}

section.s-block.s-block--logos-slider .grid > * {
  background: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 14px !important;
  min-height: 84px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

section.s-block.s-block--logos-slider .grid > *:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12) !important;
}

/* =========================
   FIXED BANNERS
   ========================= */

section.s-block.s-block--fixed-banner {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background: transparent !important;
}

section.s-block.s-block--fixed-banner .container {
  max-width: 1240px !important;
}

section.s-block.s-block--fixed-banner .container,
section.s-block.s-block--fixed-banner a,
section.s-block.s-block--fixed-banner picture,
section.s-block.s-block--fixed-banner img {
  border-radius: 14px !important;
}

section.s-block.s-block--fixed-banner img {
  display: block !important;
  width: 100% !important;
  box-shadow: var(--lux-shadow) !important;
}

section.s-block.s-block--fixed-banner + section.s-block.container {
  padding-top: 10px !important;
}

/* =========================
   PRODUCT SECTIONS
   ========================= */

section.s-block.container {
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 12px !important;
  padding-bottom: 24px !important;
  background: #ffffff !important;
}

section.s-block.container .s-block__title {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin-bottom: 12px !important;
  padding-inline: 0 !important;
}

section.s-block.container .s-block__title,
section.s-block.container .s-block__title * {
  color: var(--lux-text) !important;
}

/* Product grid */
section.s-block.container .s-products-list-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
}

/* Product cards */
section.s-block.container .s-products-list-wrapper > * {
  background: #ffffff !important;
  border: 1px solid var(--lux-border) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 20px rgba(2, 0, 55, 0.05) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  padding-bottom: 12px !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-width: 0 !important;
}

section.s-block.container .s-products-list-wrapper > *:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(2, 0, 55, 0.08) !important;
  border-color: rgba(2, 0, 55, 0.16) !important;
}

/* Product image */
section.s-block.container .s-products-list-wrapper > * img {
  width: 100% !important;
  display: block !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

/* Text area */
section.s-block.container .s-products-list-wrapper > * h3,
section.s-block.container .s-products-list-wrapper > * h4,
section.s-block.container .s-products-list-wrapper > * .name,
section.s-block.container .s-products-list-wrapper > * .title,
section.s-block.container .s-products-list-wrapper > * .product-title {
  color: var(--lux-text) !important;
  min-height: 38px !important;
  line-height: 1.5 !important;
  font-size: 13px !important;
  margin-bottom: 6px !important;
}

section.s-block.container .s-products-list-wrapper > * > div:not(:first-child),
section.s-block.container .s-products-list-wrapper > * .p-2,
section.s-block.container .s-products-list-wrapper > * .p-3,
section.s-block.container .s-products-list-wrapper > * .p-4,
section.s-block.container .s-products-list-wrapper > * .card-body,
section.s-block.container .s-products-list-wrapper > * .content {
  padding-inline: 12px !important;
}

section.s-block.container .s-products-list-wrapper > * a {
  color: var(--lux-text) !important;
}

/* Prices */
section.s-block.container .s-products-list-wrapper > * .text-red-500,
section.s-block.container .s-products-list-wrapper > * .sale-price,
section.s-block.container .s-products-list-wrapper > * .price,
section.s-block.container .s-products-list-wrapper > * [class*="price"] {
  color: var(--lux-navy) !important;
  font-weight: 700 !important;
}

section.s-block.container .s-products-list-wrapper > * .line-through,
section.s-block.container .s-products-list-wrapper > * .text-gray-400 {
  color: #8a93ab !important;
}

/* Buttons */
section.s-block.container .s-products-list-wrapper > * button,
section.s-block.container .s-products-list-wrapper > * .btn,
section.s-block.container .s-products-list-wrapper > * [role="button"],
section.s-block.container .s-products-list-wrapper > * form button {
  border-radius: 999px !important;
  border: 1px solid rgba(2, 0, 55, 0.16) !important;
  background: #ffffff !important;
  color: var(--lux-navy) !important;
  min-height: 38px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  transition: all 0.25s ease !important;
  margin-top: auto !important;
}

section.s-block.container .s-products-list-wrapper > * button:hover,
section.s-block.container .s-products-list-wrapper > * .btn:hover,
section.s-block.container .s-products-list-wrapper > * [role="button"]:hover,
section.s-block.container .s-products-list-wrapper > * form button:hover {
  background: var(--lux-navy) !important;
  color: #ffffff !important;
  border-color: var(--lux-navy) !important;
}

/* Wishlist */
section.s-block.container .s-products-list-wrapper > * [class*="wishlist"],
section.s-block.container .s-products-list-wrapper > * button[aria-label*="فضلة"],
section.s-block.container .s-products-list-wrapper > * button[aria-label*="favorite"] {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid var(--lux-border) !important;
  box-shadow: 0 4px 12px rgba(2, 0, 55, 0.06) !important;
}

/* =========================
   FULL BANNER
   ========================= */

section.s-block.s-block--full-banner {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background: #ffffff !important;
}

section.s-block.s-block--full-banner > .container {
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

section.s-block.s-block--full-banner img {
  display: block !important;
  width: 100% !important;
  border-radius: 0 !important;
}

/* =========================
   FOOTER
   ========================= */

.store-footer {
  background: linear-gradient(180deg, #f7f9fc 0%, #f3f5fa 100%) !important;
  border-top: 1px solid var(--lux-border) !important;
  margin-top: 34px !important;
}

.store-footer > .container {
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.store-footer .container {
  padding-top: 36px !important;
  padding-bottom: 18px !important;
}

.store-footer,
.store-footer a,
.store-footer p,
.store-footer li {
  color: var(--lux-muted) !important;
}

.store-footer h3,
.store-footer h4 {
  color: var(--lux-text) !important;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 991px) {
  section.s-block.s-block--logos-slider {
    padding-top: 14px !important;
    padding-bottom: 18px !important;
    background: linear-gradient(180deg, #0e4a91 0%, #0a3f82 55%, #08356f 100%) !important;
  }

  section.s-block.s-block--logos-slider .grid {
    gap: 14px !important;
  }

  section.s-block.s-block--logos-slider .grid > * {
    min-height: 86px !important;
    border-radius: 14px !important;
  }

  section.s-block.container {
    padding-top: 12px !important;
    padding-bottom: 22px !important;
  }

  section.s-block.container .s-block__title {
    margin-bottom: 10px !important;
  }

  section.s-block.container .s-products-list-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

@media (max-width: 767px) {
  section.s-block.s-block--hero-slider .swiper-slide {
    min-height: 300px !important;
  }

  section.s-block.s-block--hero-slider .home-slider__content {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  section.s-block.container .s-products-list-wrapper > * h3,
  section.s-block.container .s-products-list-wrapper > * h4,
  section.s-block.container .s-products-list-wrapper > * .name,
  section.s-block.container .s-products-list-wrapper > * .title,
  section.s-block.container .s-products-list-wrapper > * .product-title {
    font-size: 12px !important;
    min-height: 34px !important;
  }

  section.s-block.container .s-products-list-wrapper > * button,
  section.s-block.container .s-products-list-wrapper > * .btn,
  section.s-block.container .s-products-list-wrapper > * [role="button"],
  section.s-block.container .s-products-list-wrapper > * form button {
    min-height: 36px !important;
    font-size: 12px !important;
  }
}

/* Hide hero slider arrows + top nav wrapper */
#main-slider-0 .s-slider-block__title,
#main-slider-0 .title-nav,
#main-slider-0 .s-slider-prev,
#main-slider-0 .s-slider-next,
#main-slider-0 .s-slider-nav-arrow,
#main-slider-0 .swiper-button-prev,
#main-slider-0 .swiper-button-next {
  display: none !important;
}
/* =========================
   QUICK VIEW - CLEAN FINAL
   ========================= */

.s-product-card-image {
  position: relative !important;
  overflow: hidden !important;
}

.lux-qv-btn {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: rgba(2, 0, 55, 0.92);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  z-index: 20;
  box-shadow: 0 10px 24px rgba(2, 0, 55, 0.22);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.lux-qv-btn svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.lux-qv-btn span {
  display: inline;
}

.s-product-card-image:hover .lux-qv-btn,
.s-product-card-image:focus-within .lux-qv-btn {
  opacity: 1;
  visibility: visible;
}

.lux-qv-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.lux-qv-modal.is-open {
  display: block;
}

.lux-qv-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 24, 0.58);
  backdrop-filter: blur(4px);
}

.lux-qv-dialog {
  position: relative;
  width: min(1080px, calc(100vw - 32px));
  height: min(82vh, 760px);
  margin: 4vh auto 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.lux-qv-close {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #020037;
  font-size: 24px;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 8px 20px rgba(2, 0, 55, 0.12);
}

.lux-qv-frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.lux-qv-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #020037;
  font-size: 15px;
  font-weight: 700;
  z-index: 4;
}

.lux-qv-loading.is-hidden {
  display: none;
}

body.lux-qv-open {
  overflow: hidden !important;
}

/* =========================
   QUICK VIEW MOBILE
   ========================= */
@media (max-width: 991px) {
  .lux-qv-btn {
    position: absolute !important;
    top: 10px !important;
    left: 46px !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;

    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #2c265f !important;
    border: 1px solid rgba(44, 38, 95, 0.08) !important;
    box-shadow: 0 4px 10px rgba(2, 0, 55, 0.08) !important;

    opacity: 1 !important;
    visibility: visible !important;
    gap: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    z-index: 30 !important;
  }

  .lux-qv-btn span {
    display: none !important;
  }

  .lux-qv-btn svg {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    margin: 0 !important;
    display: block !important;
  }

  .lux-qv-dialog {
    width: calc(100vw - 12px);
    height: 92vh;
    margin-top: 2vh;
    border-radius: 16px;
  }

  .lux-qv-close {
    top: 10px;
    left: 10px;
    width: 38px;
    height: 38px;
  }
}
/* =========================
   MOBILE QUICK VIEW ONLY
   Hide heart, keep eye
   ========================= */
@media (max-width: 991px) {
  /* hide native wishlist heart on mobile */
  .s-product-card-wishlist-btn,
  salla-button.s-product-card-wishlist-btn {
    display: none !important;
  }

  /* image wrapper */
  .s-product-card-image {
    position: relative !important;
  }

  /* quick view eye button */
  .lux-qv-btn {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;

    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #2c265f !important;
    border: 1px solid rgba(44, 38, 95, 0.08) !important;
    box-shadow: 0 4px 10px rgba(2, 0, 55, 0.08) !important;

    opacity: 1 !important;
    visibility: visible !important;
    gap: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    z-index: 30 !important;
  }

  .lux-qv-btn span {
    display: none !important;
  }

  .lux-qv-btn svg {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    margin: 0 !important;
    display: block !important;
  }
}
/* ==================================================
   SAF HEADER — FINAL FIXED VERSION
   ================================================== */

header.store-header {
  --header-max: 1500px;
  --header-pad: 56px;
  --nav-bg: #020037;
  background: var(--nav-bg) !important;
  border-bottom: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 1000 !important;
}

/* ── TOP NAVBAR ── */
header.store-header .top-navbar {
  background: var(--nav-bg) !important;
  border-bottom: 1px solid rgba(255,255,255,.13) !important;
  min-height: 52px !important;
  padding: 0 !important;
}

header.store-header .top-navbar > .container {
  max-width: var(--header-max) !important;
  min-height: 52px !important;
  margin: 0 auto !important;
  padding: 0 var(--header-pad) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  direction: rtl !important;
}

header.store-header .top-navbar,
header.store-header .top-navbar * {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* ── HIDE SEARCH ── */
header.store-header form,
header.store-header input,
header.store-header [type="search"],
header.store-header salla-search,
header.store-header .search-input,
header.store-header .search-form,
header.store-header .header-search {
  display: none !important;
}

/* ── MAIN NAV WRAPPER ── */
header.store-header #mainnav.main-nav-container,
header.store-header #mainnav .inner.bg-inherit.w-full {
  background: var(--nav-bg) !important;
  height: 122px !important;
  min-height: 122px !important;
  overflow: visible !important;
  box-shadow: none !important;
}

header.store-header #mainnav .container {
  max-width: var(--header-max) !important;
  height: 100% !important;
  margin: 0 auto !important;
  padding: 0 var(--header-pad) !important;
  position: relative !important;
}

/* ── INNER ROW ── */
header.store-header #mainnav .flex.items-stretch.justify-between.relative {
  position: relative !important;
  display: block !important;
  height: 100% !important;
  overflow: visible !important;
}

header.store-header #mainnav .flex.items-stretch.justify-between.relative > .flex.items-center:not(.justify-end) {
  display: contents !important;
}

/* ── GLOBAL COLOURS ── */
header.store-header #mainnav,
header.store-header #mainnav a,
header.store-header #mainnav button,
header.store-header #mainnav span,
header.store-header #mainnav i,
header.store-header #mainnav svg {
  color: #fff !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

header.store-header #mainnav button,
header.store-header #mainnav .btn,
header.store-header #mainnav .bg-white,
header.store-header #mainnav .bg-inherit,
header.store-header #mainnav .shadow-default {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

header.store-header #mainnav [class*="badge"] {
  background: #e53935 !important;
  color: #fff !important;
  border: 2px solid #020037 !important;
}

/* ==================================================
   DESKTOP  ≥ 992px
   ================================================== */
@media (min-width: 992px) {

  /* hide mobile burger */
  header.store-header #mainnav .burger,
  header.store-header #mainnav .burger--collapse,
  header.store-header #mainnav [aria-label="Open-menu"],
  header.store-header #mainnav [aria-label="open-menu"],
  header.store-header #mainnav a[href="#mobile-menu"],
  header.store-header #mainnav custom-main-menu .btn--close,
  header.store-header #mainnav custom-main-menu .btn--close-sm,
  header.store-header #mainnav custom-main-menu .close-mobile-menu,
  header.store-header #mainnav custom-main-menu .sicon-cancel {
    display: none !important;
  }

  /* ── LOGO — dead-center ── */
  header.store-header #mainnav .navbar-brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 20 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  header.store-header #mainnav .navbar-brand img {
    height: 92px !important;
    max-height: 92px !important;
    max-width: 165px !important;
    width: auto !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
    display: block !important;
  }

  /* ── ICONS — pinned to left edge ── */
  header.store-header #mainnav .flex.items-center.justify-end.my-2\.5,
  header.store-header #mainnav .flex.items-center.justify-end[class*="my-2"] {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: auto !important;
    bottom: auto !important;
    display: flex !important;
    flex-direction: row !important;
    direction: ltr !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    width: auto !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 30 !important;
  }

  header.store-header #mainnav .flex.items-center.justify-end.my-2\.5 > *,
  header.store-header #mainnav .flex.items-center.justify-end[class*="my-2"] > * {
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
  }

  header.store-header #mainnav salla-localization-modal { order: 1 !important; min-width: 28px !important; }
  header.store-header #mainnav salla-cart-summary       { order: 2 !important; width: 42px !important; min-width: 42px !important; }
  header.store-header #mainnav salla-user-menu          { order: 3 !important; width: 36px !important; min-width: 36px !important; }

  /* ── NAV MENU — pinned to right edge ── */
  header.store-header #mainnav custom-main-menu {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: auto !important;
    max-width: 500px !important;
    display: block !important;
    overflow: visible !important;
    z-index: 40 !important;
    min-height: unset !important;
  }

  header.store-header #mainnav custom-main-menu nav#mobile-menu {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* ── MENU LIST ── */
  header.store-header #mainnav custom-main-menu nav#mobile-menu > ul.main-menu {
    display: flex !important;
    direction: rtl !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 28px !important;
    width: auto !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow: visible !important;
    background: transparent !important;
  }

  /* hide mobile-only li items */
  header.store-header #mainnav custom-main-menu nav#mobile-menu > ul.main-menu > li.lg\:hidden,
  header.store-header #mainnav custom-main-menu nav#mobile-menu > ul.main-menu > li.text-sm.font-bold:not(.root-level) {
    display: none !important;
  }

  /* ── TOP-LEVEL LI ── */
  header.store-header #mainnav custom-main-menu nav#mobile-menu > ul.main-menu > li.root-level {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  /* ── TOP-LEVEL LINK ── */
  header.store-header #mainnav custom-main-menu nav#mobile-menu > ul.main-menu > li.root-level > a {
    display: inline-flex !important;
    align-items: center !important;
    height: 44px !important;
    gap: 4px !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 44px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* ── DROPDOWN ARROW ICON — fix vertical drift ── */
  header.store-header #mainnav custom-main-menu nav#mobile-menu > ul.main-menu > li.root-level > a i,
  header.store-header #mainnav custom-main-menu nav#mobile-menu > ul.main-menu > li.root-level > a span[class*="sicon"],
  header.store-header #mainnav custom-main-menu nav#mobile-menu > ul.main-menu > li.root-level > a [class*="sicon"] {
    font-size: 13px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    width: 13px !important;
    height: 13px !important;
    flex-shrink: 0 !important;
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ── DROPDOWN PANEL ── */
  header.store-header #mainnav custom-main-menu nav#mobile-menu > ul.main-menu > li.root-level > .sub-menu {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    width: 240px !important;
    min-width: 240px !important;
    padding: 6px 0 !important;
    margin: 0 !important;
    background: #fff !important;
    border-radius: 6px !important;
    box-shadow: 0 16px 32px rgba(0,0,0,.22) !important;
    overflow: hidden !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .15s ease, visibility .15s ease !important;
    z-index: 999999 !important;
  }

  header.store-header #mainnav custom-main-menu nav#mobile-menu > ul.main-menu > li.root-level:hover > .sub-menu,
  header.store-header #mainnav custom-main-menu nav#mobile-menu > ul.main-menu > li.root-level:focus-within > .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  header.store-header #mainnav custom-main-menu nav#mobile-menu .sub-menu a,
  header.store-header #mainnav custom-main-menu nav#mobile-menu .sub-menu span {
    display: block !important;
    width: 100% !important;
    color: #11162b !important;
    background: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    padding: 11px 18px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    text-align: right !important;
  }

  header.store-header #mainnav custom-main-menu nav#mobile-menu .sub-menu a:hover {
    background: #f3f5fa !important;
    color: #020037 !important;
  }
}

/* ==================================================
   MOBILE  ≤ 991px
   ================================================== */
@media (max-width: 991px) {

  header.store-header .top-navbar {
    display: none !important;
  }

  header.store-header #mainnav.main-nav-container,
  header.store-header #mainnav .inner.bg-inherit.w-full {
    height: 74px !important;
    min-height: 74px !important;
  }

  header.store-header #mainnav .container {
    padding: 0 16px !important;
    position: relative !important;
  }

  /* ── LOGO centered ── */
  header.store-header #mainnav .navbar-brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  header.store-header #mainnav .navbar-brand img {
    height: 50px !important;
    max-width: 120px !important;
    width: auto !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
  }

  /* ── ICONS — vertically centered left ── */
  header.store-header #mainnav .flex.items-center.justify-end.my-2\.5,
  header.store-header #mainnav .flex.items-center.justify-end[class*="my-2"] {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: auto !important;
    display: flex !important;
    flex-direction: row !important;
    direction: ltr !important;
    align-items: center !important;
    gap: 14px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 30 !important;
  }

  header.store-header #mainnav .flex.items-center.justify-end.my-2\.5 > *,
  header.store-header #mainnav .flex.items-center.justify-end[class*="my-2"] > * {
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ── HAMBURGER — vertically centered right ── */
  header.store-header #mainnav .burger,
  header.store-header #mainnav .burger--collapse,
  header.store-header #mainnav [aria-label="Open-menu"],
  header.store-header #mainnav [aria-label="open-menu"],
  header.store-header #mainnav a[href="#mobile-menu"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: auto !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 50 !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
  }

  /* hide desktop menu on mobile */
  header.store-header #mainnav custom-main-menu nav#mobile-menu > ul.main-menu > li.root-level {
    display: none !important;
  }
}
/* ==================================================
   SAF LUXURY FOOTER
   Scoped only to footer.store-footer
   ================================================== */

footer.store-footer {
  position: relative !important;
  margin-top: 70px !important;
  padding-top: 95px !important;
  background: #020037 !important;
  color: #ffffff !important;
  overflow: hidden !important;
  border-top: 0 !important;
}

/* smooth white wave */
footer.store-footer::before {
  content: "" !important;
  position: absolute !important;
  top: -1px !important;
  left: 0 !important;
  width: 100% !important;
  height: 86px !important;
  background: #ffffff !important;
  clip-path: ellipse(72% 54% at 50% 0%) !important;
  z-index: 1 !important;
}

footer.store-footer * {
  box-sizing: border-box !important;
}

footer.store-footer .store-footer__inner {
  position: relative !important;
  z-index: 2 !important;
  background: #020037 !important;
  padding: 30px 0 44px !important;
}

footer.store-footer .store-footer__inner > .container.grid {
  max-width: 1240px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) minmax(380px, 1.35fr) minmax(220px, 1fr) !important;
  grid-template-areas: "empty brand links" !important;
  align-items: start !important;
  gap: 48px !important;
}

/* columns prepared by JS */
footer.store-footer .saf-footer-empty {
  grid-area: empty !important;
  min-height: 1px !important;
}

footer.store-footer .saf-footer-brand {
  grid-area: brand !important;
  text-align: center !important;
  justify-self: center !important;
  max-width: 560px !important;
}

footer.store-footer .saf-footer-links {
  grid-area: links !important;
  text-align: right !important;
  justify-self: end !important;
}

/* brand */
footer.store-footer .saf-footer-brand > a,
footer.store-footer .saf-footer-brand a.flex {
  justify-content: center !important;
  display: flex !important;
  margin-bottom: 16px !important;
}

footer.store-footer .saf-footer-brand h3 {
  color: #ffffff !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 0 0 14px !important;
  letter-spacing: 0 !important;
}

footer.store-footer .saf-footer-brand .max-w-sm {
  max-width: 540px !important;
  margin: 0 auto 24px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  line-height: 1.9 !important;
  font-size: 15px !important;
}

footer.store-footer .saf-footer-brand .max-w-sm p {
  color: rgba(255, 255, 255, 0.82) !important;
  margin: 0 !important;
}

footer.store-footer .saf-footer-brand .max-w-sm p:first-child {
  display: none !important;
}

/* headings */
footer.store-footer h3,
footer.store-footer .s-contacts-title {
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  margin: 0 0 22px !important;
  line-height: 1.3 !important;
}

/* important links */
footer.store-footer .s-menu-footer-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

footer.store-footer .s-menu-footer-item {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 15px !important;
  text-decoration: none !important;
  transition: color 0.2s ease, transform 0.2s ease !important;
}

footer.store-footer .s-menu-footer-item:hover {
  color: #ffffff !important;
  transform: translateX(-4px) !important;
}

/* contact centered */
footer.store-footer .saf-footer-contact {
  margin-top: 18px !important;
  text-align: center !important;
}

footer.store-footer .saf-footer-contact .s-contacts-title {
  text-align: center !important;
  margin-bottom: 16px !important;
}

footer.store-footer .s-contacts-list,
footer.store-footer .s-contacts-list-vertical {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}

footer.store-footer .s-contacts-item {
  min-height: 42px !important;
  padding: 9px 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
}

footer.store-footer .s-contacts-item:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  transform: translateY(-2px) !important;
}

footer.store-footer .s-contacts-icon,
footer.store-footer .unicode {
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
}

/* socials */
footer.store-footer salla-social {
  display: block !important;
  margin: 18px 0 0 !important;
}

footer.store-footer .s-social-list {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
}

footer.store-footer .s-social-link a {
  width: 38px !important;
  height: 38px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

footer.store-footer .s-social-link a:hover {
  background: #ffffff !important;
  color: #020037 !important;
}

/* hide trust badges for now unless Salla renders them elsewhere */
footer.store-footer salla-trust-badges {
  display: none !important;
}

/* bottom row */
footer.store-footer > .container,
footer.store-footer .md\:flex.items-center.justify-between {
  position: relative !important;
  z-index: 2 !important;
  max-width: 1240px !important;
  background: #020037 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

footer.store-footer .copyright-text p,
footer.store-footer .copyright-text,
footer.store-footer .copyright-text a {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 14px !important;
}

footer.store-footer .copyright-text a:hover {
  color: #ffffff !important;
}

footer.store-footer .s-payments-list {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

footer.store-footer .s-payments-list-item {
  background: #ffffff !important;
  border-radius: 8px !important;
  padding: 5px 8px !important;
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

footer.store-footer .s-payments-list-item img {
  max-height: 22px !important;
  width: auto !important;
  display: block !important;
}

/* mobile */
@media (max-width: 991px) {
  footer.store-footer {
    margin-top: 46px !important;
    padding-top: 72px !important;
  }

  footer.store-footer::before {
    height: 62px !important;
    clip-path: ellipse(90% 56% at 50% 0%) !important;
  }

  footer.store-footer .store-footer__inner > .container.grid {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "brand"
      "links"
      "empty" !important;
    gap: 34px !important;
    text-align: center !important;
  }

  footer.store-footer .saf-footer-empty {
    display: none !important;
  }

  footer.store-footer .saf-footer-links {
    justify-self: center !important;
    text-align: center !important;
  }

  footer.store-footer .s-menu-footer-list {
    align-items: center !important;
  }

  footer.store-footer .saf-footer-brand h3 {
    font-size: 26px !important;
  }

  footer.store-footer .s-contacts-list,
  footer.store-footer .s-contacts-list-vertical {
    flex-direction: column !important;
  }

  footer.store-footer .s-contacts-item {
    width: min(100%, 280px) !important;
  }

  footer.store-footer .md\:flex.items-center.justify-between {
    flex-direction: column !important;
    gap: 16px !important;
  }
}
/* ==================================================
   SAF FOOTER PATCH
   Fix columns, logo, contact compact layout, social order
   ================================================== */

/* force desktop columns physically:
   left empty / center brand / right links */
@media (min-width: 992px) {
  footer.store-footer .store-footer__inner > .container.grid {
    direction: ltr !important;
    grid-template-areas: "empty brand links" !important;
    grid-template-columns: minmax(180px, 1fr) minmax(440px, 1.35fr) minmax(220px, 1fr) !important;
    align-items: start !important;
  }

  footer.store-footer .saf-footer-empty,
  footer.store-footer .saf-footer-brand,
  footer.store-footer .saf-footer-links {
    direction: rtl !important;
  }

  footer.store-footer .saf-footer-links {
    grid-area: links !important;
    justify-self: end !important;
    text-align: right !important;
  }

  footer.store-footer .saf-footer-brand {
    grid-area: brand !important;
    justify-self: center !important;
    text-align: center !important;
  }

  footer.store-footer .saf-footer-empty {
    grid-area: empty !important;
  }
}

/* actual footer logo */
footer.store-footer .saf-footer-logo {
  width: auto !important;
  height: 92px !important;
  max-width: 160px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto 12px !important;
  filter: brightness(0) invert(1) !important;
}

/* keep text title as fallback, smaller when logo is present */
footer.store-footer .saf-footer-brand.saf-has-logo h3 {
  font-size: 18px !important;
  margin-bottom: 12px !important;
  opacity: 0.78 !important;
}

/* reduce vertical spacing */
footer.store-footer .saf-footer-brand .max-w-sm {
  margin-bottom: 16px !important;
}

footer.store-footer .saf-footer-contact {
  margin-top: 12px !important;
}

footer.store-footer .saf-footer-contact .s-contacts-title {
  font-size: 24px !important;
  margin-bottom: 14px !important;
}

/* contact buttons horizontal and compact */
footer.store-footer .saf-footer-contact .s-contacts-list,
footer.store-footer .saf-footer-contact .s-contacts-list-vertical {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  max-width: 620px !important;
  margin: 0 auto !important;
}

footer.store-footer .saf-footer-contact .s-contacts-item {
  width: auto !important;
  min-width: 0 !important;
  min-height: 38px !important;
  padding: 7px 12px !important;
  font-size: 13px !important;
  gap: 7px !important;
}

footer.store-footer .saf-footer-contact .s-contacts-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
}

/* social icons must sit below contact */
footer.store-footer .saf-footer-brand salla-social {
  margin-top: 16px !important;
}

footer.store-footer .saf-footer-brand .s-social-list {
  justify-content: center !important;
}

/* mobile order stays clean */
@media (max-width: 991px) {
  footer.store-footer .saf-footer-logo {
    height: 78px !important;
    max-width: 140px !important;
  }

  footer.store-footer .saf-footer-contact .s-contacts-list,
  footer.store-footer .saf-footer-contact .s-contacts-list-vertical {
    flex-direction: row !important;
    gap: 9px !important;
  }

  footer.store-footer .saf-footer-contact .s-contacts-item {
    width: auto !important;
    max-width: 100% !important;
  }
}
/* ==================================================
   SAF FOOTER FINAL TARGETED FIX PATCH
   Center alignment / grid balance / contact pills / social order
   Paste this at the END of current footer CSS
   ================================================== */

/* Desktop: mathematically balanced layout
   Left empty / Center brand / Right links */
@media (min-width: 992px) {
  footer.store-footer .store-footer__inner > .container.grid {
    direction: ltr !important;
    grid-template-columns: 1fr minmax(520px, 620px) 1fr !important;
    grid-template-areas: "empty brand links" !important;
    align-items: start !important;
    gap: 48px !important;
  }

  /* Remove Salla utility padding that was pushing center block off */
  footer.store-footer .saf-footer-brand,
  footer.store-footer .lg\:col-span-2.saf-footer-brand,
  footer.store-footer .rtl\:lg\:pl-20.saf-footer-brand,
  footer.store-footer .ltr\:lg\:pr-20.saf-footer-brand {
    grid-area: brand !important;
    direction: rtl !important;
    justify-self: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 620px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  footer.store-footer .saf-footer-links {
    grid-area: links !important;
    direction: rtl !important;
    justify-self: end !important;
    text-align: right !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  footer.store-footer .saf-footer-empty {
    grid-area: empty !important;
    direction: rtl !important;
  }
}

/* Keep all center content truly centered */
footer.store-footer .saf-footer-brand > *,
footer.store-footer .saf-footer-brand .max-w-sm,
footer.store-footer .saf-footer-contact,
footer.store-footer .saf-footer-brand salla-social {
  margin-left: auto !important;
  margin-right: auto !important;
}

footer.store-footer .saf-footer-logo {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Logo/title stability */
footer.store-footer .saf-footer-brand.saf-has-logo h3 {
  text-align: center !important;
}

/* Compact horizontal contact buttons */
footer.store-footer .saf-footer-contact .s-contacts-list,
footer.store-footer .saf-footer-contact .s-contacts-list-vertical {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px 12px !important;
  max-width: 620px !important;
  margin: 0 auto !important;
}

/* Contact pill button */
footer.store-footer .saf-footer-contact .s-contacts-item {
  height: 40px !important;
  min-height: 40px !important;
  min-width: 190px !important;
  width: auto !important;
  padding: 5px 8px 5px 14px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  flex-direction: row !important; /* icon stays naturally on the right in RTL */
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  line-height: 1 !important;
}

/* Email can be a bit wider */
footer.store-footer .saf-footer-contact .s-contacts-item[href^="mailto"] {
  min-width: 240px !important;
  max-width: 290px !important;
}

/* Circular icon inside contact pill */
footer.store-footer .saf-footer-contact .s-contacts-icon {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
}

/* Smaller icon SVG */
footer.store-footer .saf-footer-contact .s-contacts-icon svg,
footer.store-footer .saf-footer-contact .s-contacts-icon i {
  width: 15px !important;
  height: 15px !important;
  display: block !important;
}

/* Contact text alignment */
footer.store-footer .saf-footer-contact .unicode {
  line-height: 1.2 !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  margin: 0 !important;
  text-align: center !important;
}

/* Social icons: only final main social row below contact */
footer.store-footer .saf-footer-brand salla-social.saf-footer-social-main {
  display: block !important;
  margin: 16px auto 0 !important;
  text-align: center !important;
}

footer.store-footer .saf-footer-brand salla-social.saf-footer-social-main .s-social-list {
  justify-content: center !important;
}

footer.store-footer .saf-footer-brand salla-social.saf-footer-social-main .s-social-link a {
  width: 36px !important;
  height: 36px !important;
}

/* Hide duplicate socials safely */
footer.store-footer salla-social.saf-footer-social-duplicate {
  display: none !important;
}

/* Mobile: keep compact wrapping */
@media (max-width: 991px) {
  footer.store-footer .saf-footer-brand,
  footer.store-footer .lg\:col-span-2.saf-footer-brand,
  footer.store-footer .rtl\:lg\:pl-20.saf-footer-brand,
  footer.store-footer .ltr\:lg\:pr-20.saf-footer-brand {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  footer.store-footer .saf-footer-contact .s-contacts-list,
  footer.store-footer .saf-footer-contact .s-contacts-list-vertical {
    flex-direction: row !important;
    justify-content: center !important;
    gap: 9px !important;
  }

  footer.store-footer .saf-footer-contact .s-contacts-item {
    min-width: min(100%, 210px) !important;
    height: 40px !important;
  }

  footer.store-footer .saf-footer-contact .s-contacts-item[href^="mailto"] {
    min-width: min(100%, 260px) !important;
  }
}
/* ==================================================
   SAF FOOTER COMPACT FINAL POLISH
   Reduce height / tighter links / email in same row
   ================================================== */

/* Overall footer height reduce */
footer.store-footer {
  margin-top: 35px !important;
  padding-top: 58px !important;
}

footer.store-footer .store-footer__inner {
  padding-top: 6px !important;
  padding-bottom: 22px !important;
}

/* Top wave slightly smaller */
footer.store-footer::before {
  height: 58px !important;
}

/* Desktop balance */
@media (min-width: 992px) {
  footer.store-footer .store-footer__inner > .container.grid {
    align-items: center !important;
    gap: 30px !important;
    grid-template-columns: 0.85fr minmax(680px, 760px) 0.85fr !important;
  }

  /* Bring links slightly down so they align visually with center content */
  footer.store-footer .saf-footer-links {
    align-self: center !important;
    padding-top: 0 !important;
    transform: translateY(-8px) !important;
  }
}

/* Logo + brand spacing tighter */
footer.store-footer .saf-footer-logo {
  height: 70px !important;
  max-width: 125px !important;
  margin-bottom: 5px !important;
}

footer.store-footer .saf-footer-brand.saf-has-logo h3 {
  font-size: 16px !important;
  margin-bottom: 7px !important;
}

/* Description tighter */
footer.store-footer .saf-footer-brand .max-w-sm {
  max-width: 760px !important;
  margin-bottom: 8px !important;
  line-height: 1.55 !important;
  font-size: 14px !important;
}

/* Contact section tighter */
footer.store-footer .saf-footer-contact {
  margin-top: 5px !important;
}

footer.store-footer .saf-footer-contact .s-contacts-title {
  font-size: 21px !important;
  margin-bottom: 8px !important;
}

/* Contact buttons: keep all in one desktop row */
footer.store-footer .saf-footer-contact .s-contacts-list,
footer.store-footer .saf-footer-contact .s-contacts-list-vertical {
  max-width: 760px !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
}

/* Make pills compact enough to fit email in same row */
footer.store-footer .saf-footer-contact .s-contacts-item {
  height: 36px !important;
  min-height: 36px !important;
  min-width: 155px !important;
  max-width: none !important;
  padding: 4px 7px 4px 11px !important;
  font-size: 12.5px !important;
  gap: 8px !important;
}

/* Email button also stays in the same row */
footer.store-footer .saf-footer-contact .s-contacts-item[href^="mailto"] {
  min-width: 220px !important;
  max-width: 240px !important;
}

/* Contact icon smaller */
footer.store-footer .saf-footer-contact .s-contacts-icon {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
}

footer.store-footer .saf-footer-contact .s-contacts-icon svg,
footer.store-footer .saf-footer-contact .s-contacts-icon i {
  width: 14px !important;
  height: 14px !important;
}

/* Social icons below contact only, tighter */
footer.store-footer .saf-footer-brand salla-social.saf-footer-social-main {
  margin-top: 10px !important;
}

footer.store-footer .saf-footer-brand salla-social.saf-footer-social-main .s-social-link a {
  width: 32px !important;
  height: 32px !important;
}

/* Important links spacing tighter */
footer.store-footer .saf-footer-links h3 {
  margin-bottom: 10px !important;
}

footer.store-footer .s-menu-footer-list {
  gap: 7px !important;
}

footer.store-footer .s-menu-footer-item {
  line-height: 1.45 !important;
  font-size: 14px !important;
}

/* Mobile/tablet: allow wrap so it doesn't overflow */
@media (max-width: 991px) {
  footer.store-footer {
    margin-top: 30px !important;
    padding-top: 54px !important;
  }

  footer.store-footer .store-footer__inner {
    padding-top: 6px !important;
    padding-bottom: 20px !important;
  }

  footer.store-footer .saf-footer-contact .s-contacts-list,
  footer.store-footer .saf-footer-contact .s-contacts-list-vertical {
    flex-wrap: wrap !important;
    max-width: 100% !important;
  }

  footer.store-footer .saf-footer-contact .s-contacts-item {
    min-width: 165px !important;
  }

  footer.store-footer .saf-footer-contact .s-contacts-item[href^="mailto"] {
    min-width: min(100%, 235px) !important;
  }
}
/* ==================================================
   SAF PRODUCT CARDS - FINAL CLEAN VERSION
   Premium compact cards + free shipping + fixed quick view
   Paste after removing old product-card patches
   ================================================== */

/* Product grid */
section.s-block.container .s-products-list-wrapper,
section.s-block.container .s-products-list-vertical-cards {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: start !important;
}

/* Main card */
section.s-block.container custom-salla-product-card.s-product-card-entry {
  position: relative !important;
  display: block !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  background: #ffffff !important;
  border: 1px solid rgba(2, 0, 55, 0.10) !important;
  border-radius: 18px !important;
  overflow: hidden !important;

  box-shadow: 0 10px 24px rgba(2, 0, 55, 0.055) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

section.s-block.container custom-salla-product-card.s-product-card-entry:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(216, 177, 90, 0.45) !important;
  box-shadow: 0 18px 36px rgba(2, 0, 55, 0.10) !important;
}

/* Image area */
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-image {
  position: relative !important;
  width: 100% !important;
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;

  aspect-ratio: auto !important;
  overflow: hidden !important;
  background: #f7f9fc !important;
  border-radius: 18px 18px 0 0 !important;
}

/* Image link */
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-image a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

/* Product image */
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-image img,
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-image-cover {
  width: 100% !important;
  height: 100% !important;

  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center center !important;

  display: block !important;
  transition: transform 0.3s ease, filter 0.3s ease !important;
}

section.s-block.container custom-salla-product-card.s-product-card-entry:hover .s-product-card-image img {
  transform: scale(1.03) !important;
  filter: contrast(1.03) saturate(1.03) !important;
}

/* Free shipping badge */
section.s-block.container custom-salla-product-card.s-product-card-entry::before {
  content: "شحن مجاني" !important;
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  z-index: 42 !important;

  background: #e53935 !important;
  color: #ffffff !important;
  border-radius: 999px !important;

  padding: 5px 10px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;

  box-shadow: 0 8px 18px rgba(229, 57, 53, 0.24) !important;
  pointer-events: none !important;
}

/* Wishlist wrapper: remove double circle issue */
section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image > salla-button.s-product-card-wishlist-btn {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  z-index: 43 !important;

  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;

  padding: 0 !important;
  margin: 0 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Wishlist actual button only */
section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image > salla-button.s-product-card-wishlist-btn > button,
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-wishlist-btn .s-button-element {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;

  padding: 0 !important;
  margin: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(2, 0, 55, 0.08) !important;
  color: #020037 !important;
  box-shadow: 0 6px 14px rgba(2, 0, 55, 0.08) !important;
  backdrop-filter: blur(6px) !important;
}

section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-wishlist-btn i,
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-wishlist-btn svg {
  font-size: 15px !important;
  width: 15px !important;
  height: 15px !important;
}

/* Quick view button - desktop hover pill */
@media (min-width: 992px) {
  section.s-block.container custom-salla-product-card.s-product-card-entry .lux-qv-btn {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: 14px !important;
    top: auto !important;

    transform: translateX(-50%) translateY(8px) !important;

    width: auto !important;
    min-width: 124px !important;
    max-width: calc(100% - 28px) !important;
    height: 38px !important;
    min-height: 38px !important;

    padding: 0 16px !important;
    margin: 0 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;

    border-radius: 999px !important;
    background: rgba(2, 0, 55, 0.94) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 10px 24px rgba(2, 0, 55, 0.22) !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    z-index: 41 !important;
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry:hover .lux-qv-btn {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry .lux-qv-btn svg {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;
    margin: 0 !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry .lux-qv-btn span {
    display: inline-block !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}

/* Card content */
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content {
  display: block !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  flex: none !important;

  padding: 13px 14px 14px !important;
}

/* Title wrapper */
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-main {
  height: auto !important;
  min-height: 42px !important;

  margin: 0 0 8px !important;
  padding: 0 !important;
}

/* Title */
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-title,
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-title a {
  margin: 0 !important;
  padding: 0 !important;

  min-height: 42px !important;
  max-height: 42px !important;

  color: #11162b !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  text-align: right !important;
  text-decoration: none !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Price block */
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-sub {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  margin: 0 0 10px !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 2px !important;
}

/* Current price */
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-price {
  margin: 0 !important;
  padding: 0 !important;

  color: #020037 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

/* Old price / discount */
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-regular-price,
section.s-block.container custom-salla-product-card.s-product-card-entry del,
section.s-block.container custom-salla-product-card.s-product-card-entry .line-through {
  margin: 0 !important;
  padding: 0 !important;

  color: #8d96aa !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}

/* Button footer */
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-footer {
  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* Add product wrappers */
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-footer salla-add-product-button,
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-footer salla-button,
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-footer .w-full {
  width: 100% !important;
  display: block !important;
}

/* Add to cart button */
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-footer button,
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-footer .s-button-element {
  width: 100% !important;
  height: 38px !important;
  min-height: 38px !important;

  border-radius: 999px !important;
  border: 1px solid rgba(2, 0, 55, 0.18) !important;
  background: #ffffff !important;
  color: #020037 !important;

  font-size: 13px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease !important;
}

section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-footer button:hover,
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-footer .s-button-element:hover {
  background: #020037 !important;
  color: #ffffff !important;
  border-color: #020037 !important;
}

/* Hover gold accent */
section.s-block.container custom-salla-product-card.s-product-card-entry::after {
  content: "" !important;
  position: absolute !important;
  inset-inline: 18px !important;
  bottom: 0 !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, transparent, rgba(216, 177, 90, 0.9), transparent) !important;
  opacity: 0 !important;
  transition: opacity 0.25s ease !important;
}

section.s-block.container custom-salla-product-card.s-product-card-entry:hover::after {
  opacity: 1 !important;
}

/* Tablet */
@media (max-width: 991px) {
  section.s-block.container .s-products-list-wrapper,
  section.s-block.container .s-products-list-vertical-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry {
    border-radius: 15px !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-image {
    height: 165px !important;
    min-height: 165px !important;
    max-height: 165px !important;
    border-radius: 15px 15px 0 0 !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content {
    padding: 10px 10px 12px !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-main {
    min-height: 36px !important;
    margin-bottom: 7px !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-title,
  section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-title a {
    font-size: 12px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    line-height: 1.5 !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-price {
    font-size: 12.5px !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-footer button,
  section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-content-footer .s-button-element {
    height: 34px !important;
    min-height: 34px !important;
    font-size: 11.5px !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry::before {
    top: 8px !important;
    left: 8px !important;
    padding: 4px 8px !important;
    font-size: 10px !important;
  }

  /* Mobile quick view: small eye icon only */
  section.s-block.container custom-salla-product-card.s-product-card-entry .lux-qv-btn {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;

    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;

    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #020037 !important;
    border: 1px solid rgba(2, 0, 55, 0.08) !important;
    box-shadow: 0 6px 14px rgba(2, 0, 55, 0.08) !important;

    z-index: 41 !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry .lux-qv-btn span {
    display: none !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry .lux-qv-btn svg {
    width: 14px !important;
    height: 14px !important;
  }
}
/* ==================================================
   SAF PRODUCT CARD ICONS FINAL FIX
   Desktop: heart top-right + quick view hover bottom
   Mobile: free badge top-left + eye top-right + heart hidden
   ================================================== */

/* Image area should be positioning parent */
section.s-block.container custom-salla-product-card.s-product-card-entry .s-product-card-image {
  position: relative !important;
  overflow: hidden !important;
}

/* Free shipping badge position */
section.s-block.container custom-salla-product-card.s-product-card-entry::before {
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  z-index: 55 !important;
}

/* Desktop wishlist wrapper */
section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image > salla-button.s-product-card-wishlist-btn {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 54 !important;

  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;

  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: block !important;
}

/* Desktop actual heart circle */
section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image > salla-button.s-product-card-wishlist-btn > button,
section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image .s-product-card-wishlist-btn .s-button-element {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(2, 0, 55, 0.08) !important;
  color: #020037 !important;
  box-shadow: 0 6px 14px rgba(2, 0, 55, 0.08) !important;
  backdrop-filter: blur(6px) !important;
}

/* Heart icon center */
section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image .s-product-card-wishlist-btn .s-button-text,
section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image .s-product-card-wishlist-btn i,
section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image .s-product-card-wishlist-btn svg {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important;
  line-height: 1 !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* Desktop quick view = bottom center hover pill */
@media (min-width: 992px) {
  section.s-block.container custom-salla-product-card.s-product-card-entry .lux-qv-btn {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 14px !important;
    transform: translateX(-50%) translateY(8px) !important;

    width: auto !important;
    min-width: 124px !important;
    max-width: calc(100% - 28px) !important;
    height: 38px !important;
    min-height: 38px !important;

    padding: 0 16px !important;
    margin: 0 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;

    border-radius: 999px !important;
    background: rgba(2, 0, 55, 0.94) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 10px 24px rgba(2, 0, 55, 0.22) !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    z-index: 53 !important;
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry:hover .lux-qv-btn {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry .lux-qv-btn svg {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry .lux-qv-btn span {
    display: inline-block !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}

/* Mobile: free badge left, eye right, heart hidden */
@media (max-width: 991px) {
  section.s-block.container custom-salla-product-card.s-product-card-entry::before {
    top: 8px !important;
    left: 8px !important;
    right: auto !important;
    z-index: 55 !important;
  }

  /* Eye icon top-right */
  section.s-block.container custom-salla-product-card.s-product-card-entry .lux-qv-btn {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;

    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;

    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #020037 !important;
    border: 1px solid rgba(2, 0, 55, 0.08) !important;
    box-shadow: 0 6px 14px rgba(2, 0, 55, 0.08) !important;

    z-index: 54 !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry .lux-qv-btn span {
    display: none !important;
  }

  section.s-block.container custom-salla-product-card.s-product-card-entry .lux-qv-btn svg {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
  }

  /* Keep wishlist hidden on mobile */
  section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image > salla-button.s-product-card-wishlist-btn,
  section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image .s-product-card-wishlist-btn,
  section.s-block.container .s-product-card-wishlist-btn,
  section.s-block.container salla-button.s-product-card-wishlist-btn {
    display: none !important;
  }
}
/* ==================================================
   SAF DESKTOP HEART ICON FINAL MICRO FIX
   Paste at the VERY END of current CSS
   ================================================== */

@media (min-width: 992px) {
  /* Heart wrapper exact top-right */
  section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image > salla-button.s-product-card-wishlist-btn {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    left: auto !important;
    bottom: auto !important;

    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;

    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 999px !important;

    overflow: visible !important;
    z-index: 80 !important;
  }

  /* Actual visible heart circle */
  section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image > salla-button.s-product-card-wishlist-btn > button,
  section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image > salla-button.s-product-card-wishlist-btn .s-button-element {
    position: static !important;

    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;

    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(2, 0, 55, 0.08) !important;
    color: #020037 !important;
    box-shadow: 0 6px 14px rgba(2, 0, 55, 0.08) !important;
    backdrop-filter: blur(6px) !important;
  }

  /* Remove internal Salla spacing */
  section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image > salla-button.s-product-card-wishlist-btn .s-button-text {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    line-height: 1 !important;
  }

  /* Heart icon perfectly centered */
  section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image > salla-button.s-product-card-wishlist-btn i,
  section.s-block.container custom-salla-product-card.s-product-card-entry > .s-product-card-image > salla-button.s-product-card-wishlist-btn svg {
    position: static !important;

    width: 15px !important;
    height: 15px !important;
    font-size: 15px !important;
    line-height: 1 !important;

    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;

    display: block !important;
  }
}