/* ══════════════════════════════════════════════════
   VÉLA — Header + Mobile menu + Product card
   ══════════════════════════════════════════════════ */
   @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');

   body {
     font-family: "Cormorant Garamond", serif !important;
     font-optical-sizing: auto;
   }image.png
:root {
  --vela-menu-width: 78%;
  --vela-menu-ink: #111111;
  --vela-menu-muted: #6b6b6b;
  --vela-menu-line: #eeeeee;
}

/* ── Header (desktop) ── */
.bg-header {
  background: #fff !important;
}

.bg-header > .container {
  max-width: 1280px !important;
}
@media (max-width: 768px) {
    .s-block {
        padding-top: 0px;
    }
}
.header-box.header-unified,
.header-box.header-unified.vela-header {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  padding: 14px 0 !important;
  min-height: 72px !important;
  width: 100% !important;
  position: relative !important;
}
section#c30356f4-b4c7-4124-bf5f-9dd303720895 {
    margin-top: 20px !important;
}
.vela-header .vela-menu,
.header-box.header-unified > .right-box {
  display: none !important;
  flex-shrink: 0 !important;
  order: 1 !important;
}
nav#sliding-menu .mm-listview > .mm-listitem:last-of-type {
    display: none !important;
}
.vela-header .vela-logo,
.header-box.header-unified > .middle-box {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  inset: auto !important;
  order: 2 !important;
  pointer-events: auto !important;
}

.vela-header .vela-logo .main-logo,
.header-box.header-unified .main-logo {
  width: auto !important;
  max-width: 140px !important;
  height: 42px !important;
  object-fit: contain !important;
}

.vela-header .vela-nav,
.header-box.header-unified > .header-inline-nav {
  display: block !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  order: 3 !important;
}

.vela-header .vela-nav .tp-menu-list,
.vela-header .vela-nav .container {
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
}

.vela-header .vela-nav .ul-list {
  display: flex !important;
  align-items: center !important;
  gap: 8px 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  flex-wrap: nowrap !important;
}

.vela-header .vela-nav .top-level-link a {
  display: inline-block !important;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  padding: 4px 0 !important;
}

.vela-header .vela-search {
  flex: 1 1 auto !important;
  min-width: 160px !important;
  max-width: 420px !important;
  margin: 0 8px !important;
  order: 4 !important;
}

.vela-header .vela-search-field {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: 44px !important;
  padding: 0 18px !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

.vela-header .vela-search-field:focus-within {
  border-color: #111 !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06) !important;
}

.vela-header .vela-search-field svg {
  flex-shrink: 0 !important;
  width: 18px !important;
  height: 18px !important;
  color: #888 !important;
  pointer-events: none !important;
}

.vela-header .vela-search-input {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  font-size: 14px !important;
  color: #111 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.vela-header .vela-search-input::placeholder {
  color: #9a9a9a !important;
}

.vela-header .vela-actions,
.header-box.header-unified > .left-box {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  margin-inline-start: auto !important;
  padding: 0 !important;
  order: 5 !important;
}

.vela-header .vela-actions .search-box:not(.vela-search-field) {
  display: none !important;
}

.vela-header .vela-actions .language-currency-btn,
.vela-header .vela-actions .wishlist-btn,
.vela-header .vela-actions .login-profile,
.vela-header .vela-actions .user-btn,
.vela-header .vela-actions .login-btn,
.vela-header .vela-actions .cart-btn,
.vela-header .vela-actions .cart-btn a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #111 !important;
  position: relative !important;
  text-decoration: none !important;
}

.vela-header .vela-actions svg {
  width: 22px !important;
  height: 22px !important;
}

.vela-header .vela-actions .cart-badge {
  position: absolute !important;
  top: 2px !important;
  inset-inline-start: 2px !important;
  min-width: 16px !important;
  height: 16px !important;
  padding: 0 4px !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 10px !important;
  line-height: 16px !important;
  text-align: center !important;
}

/* ── Header (mobile): logo + menu only · side by side ── */
@media (max-width: 991px) {
  html body .bg-header {
    overflow: hidden !important;
  }

  html body .bg-header > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  html body .bg-header .header-box.header-unified,
  html body .bg-header .header-box.header-unified.vela-header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 56px !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    position: relative !important;
  }

  /* Hide everything except logo + hamburger */
  html body .bg-header .header-box.header-unified > .header-inline-nav,
  html body .bg-header .header-box.header-unified > .vela-nav,
  html body .bg-header .header-box.header-unified > .vela-search,
  html body .bg-header .header-box.header-unified > .left-box,
  html body .bg-header .header-box.header-unified > .vela-actions {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    flex: 0 0 0 !important;
  }

  /* Logo — stay inside screen */
  html body .bg-header .header-box.header-unified > .middle-box,
  html body .bg-header .header-box.header-unified > .vela-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    max-width: calc(100% - 52px) !important;
    min-width: 0 !important;
    flex: 0 1 auto !important;
    order: 1 !important;
    overflow: hidden !important;
    pointer-events: auto !important;
  }

  html body .bg-header .header-box.header-unified .main-logo {
    display: block !important;
    width: auto !important;
    max-width: 120px !important;
    height: 36px !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  /* Hamburger — other side */
  html body .bg-header .header-box.header-unified > .right-box,
  html body .bg-header .header-box.header-unified > .vela-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    min-width: 40px !important;
    flex: 0 0 auto !important;
    order: 2 !important;
    z-index: 2 !important;
  }
}

/* ══════════════════════════════════════════════════
   Mobile sidebar (#sliding-menu)
   Close → large logo → search → user/heart/cart → links
   ══════════════════════════════════════════════════ */
a.mm-blocker.mm-slideout,
.mm-wrapper__blocker.mm-blocker {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.45) !important;
}

html body nav#sliding-menu.mm-menu,
html body nav#sliding-menu.mm-menu.mm-menu--offcanvas,
html body nav#sliding-menu.mm-menu--position-right-front,
html body nav#sliding-menu.mm-menu--position-left-front {
  top: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  right: 0 !important;
  width: var(--vela-menu-width) !important;
  max-width: 360px !important;
  height: 100% !important;
  background: #fff !important;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  transform: translate3d(105%, 0, 0) !important;
  transition:
    transform 0.36s cubic-bezier(0.32, 0.72, 0, 1),
    opacity 0.28s ease !important;
  z-index: 100000 !important;
}

html body nav#sliding-menu.mm-menu.mm-menu--opened {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.vela-menu-open {
  overflow: hidden !important;
}

nav#sliding-menu .mm-navbars--top {
  flex-shrink: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  border: none !important;
}

nav#sliding-menu .mm-navbars--top .mm-navbar {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 8px !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 16px 16px 8px !important;
  border: none !important;
}

nav#sliding-menu .mm-navbars--top .mm-navbar .mm-btn--close {
  order: -1 !important;
  align-self: flex-end !important;
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  color: var(--vela-menu-ink) !important;
  opacity: 1 !important;
}

nav#sliding-menu .logo-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  order: 0 !important;
  margin-bottom: 30px !important;
}

nav#sliding-menu .menu-logo {
  width: 168px !important;
  max-width: 78% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

/* Tools block: BETWEEN top navbar and menu links (not inside clipped navbar) */
html body nav#sliding-menu .vela-menu-tools {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  flex-shrink: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 16px 14px !important;
  box-sizing: border-box !important;
  background: #fff !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 5 !important;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
  border: none !important;
}

html body nav#sliding-menu .vela-menu-search {
  display: block !important;
  width: 100% !important;
  margin: 0 0 12px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body nav#sliding-menu .vela-menu-search-field {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: 44px !important;
  padding: 0 16px !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

html body nav#sliding-menu .vela-menu-search-field:focus-within {
  border-color: #111 !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06) !important;
}

html body nav#sliding-menu .vela-menu-search-field svg {
  width: 18px !important;
  height: 18px !important;
  color: #888 !important;
  flex-shrink: 0 !important;
}

html body nav#sliding-menu .vela-menu-search-input {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  font-size: 14px !important;
  color: #111 !important;
  padding: 0 !important;
  margin: 0 !important;
}

html body nav#sliding-menu .vela-menu-search-input::placeholder {
  color: #9a9a9a !important;
}

html body nav#sliding-menu .vela-menu-icons {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 28px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body nav#sliding-menu .vela-menu-icons .vela-menu-icon-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--vela-menu-ink) !important;
  position: relative !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

html body nav#sliding-menu .vela-menu-icons svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
  pointer-events: none !important;
}

html body nav#sliding-menu .vela-menu-icons .cart-badge {
  position: absolute !important;
  top: 4px !important;
  inset-inline-start: 4px !important;
  min-width: 16px !important;
  height: 16px !important;
  padding: 0 4px !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 10px !important;
  line-height: 16px !important;
  text-align: center !important;
}

nav#sliding-menu .mm-panels {
  flex: 1 1 auto !important;
  position: relative !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-top: 1px solid var(--vela-menu-line) !important;
  padding: 0 !important;
}

nav#sliding-menu .mm-panel {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow-y: auto !important;
  padding: 8px 8px 12px !important;
  box-sizing: border-box !important;
  background: #fff !important;
}

nav#sliding-menu .mm-panel#mm-1 > .mm-navbar {
  display: none !important;
}

nav#sliding-menu .menu-image {
  display: none !important;
}

nav#sliding-menu .mm-listview {
  padding: 4px 0 8px !important;
  margin: 0 !important;
}

nav#sliding-menu .mm-listview .mm-listitem {
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

nav#sliding-menu .mm-listview .mm-listitem::after {
  display: none !important;
}

nav#sliding-menu .mm-listview .mm-listitem__text,
nav#sliding-menu .mm-listview a.menu-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  padding: 13px 8px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--vela-menu-ink) !important;
  text-decoration: none !important;
  background: transparent !important;
}

nav#sliding-menu .mm-listview .mm-listitem:first-child .mm-listitem__text,
nav#sliding-menu .mm-listview .mm-listitem:first-child a.menu-link {
  font-size: 18px !important;
  font-weight: 700 !important;
}

nav#sliding-menu .mm-navbars--bottom .links-bottom:not(.menu-social-wrap) {
  display: none !important;
}

nav#sliding-menu .mm-navbars--bottom {
  flex-shrink: 0 !important;
  border-top: 1px solid var(--vela-menu-line) !important;
  padding: 10px 12px 16px !important;
}

nav#sliding-menu .mm-navbars--bottom .mm-navbar {
  display: block !important;
  height: auto !important;
  padding: 0 !important;
  border: none !important;
}

nav#sliding-menu .menu-social-wrap {
  text-align: center !important;
}

nav#sliding-menu .menu-social-title {
  margin: 0 0 10px !important;
  font-size: 13px !important;
  color: var(--vela-menu-muted) !important;
}

nav#sliding-menu .menu-social-links {
  display: flex !important;
  justify-content: center !important;
  gap: 14px !important;
}

nav#sliding-menu .menu-social-links a {
  color: var(--vela-menu-ink) !important;
}

/* ══════════════════════════════════════════════════
   Product card — heart on photo · CTA always · no radius
   ══════════════════════════════════════════════════ */
.product-box,
.tp-product-container,
.box-img-product,
.box-img-product img,
.tp-image-product,
.product-card-add-to-cart,
.btn-product-card-select-variant,
.product-quick-view-btn,
.footer-btns {
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .product-box .tp-image-product img {
      aspect-ratio: 1 / 1.5;
  }
}
.product-box {
  background: #fff !important;
  overflow: visible !important;
}

.tp-product-container {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
}

.img-and-btns {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
}

.box-img-product img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.product-box .add-to-wishlist,
.product-box:hover .add-to-wishlist,
.img-and-btns .add-to-wishlist {
  position: absolute !important;
  top: auto !important;
  bottom: 12px !important;
  inset-inline-end: 12px !important;
  inset-inline-start: auto !important;
  right: 12px !important;
  left: auto !important;
  z-index: 6 !important;
  display: flex !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

.product-box .add-to-wishlist button,
.product-box .add-to-wishlist .wishlist-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #111 !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.add-to-wishlist .icon-heart-mask svg {
  width: 70% !important;
  height: 100%;
}
@media (max-width: 450px) {
  .product-box .tp-content-product h2, .product-box .tp-content-product .product-card-title {
      font-size: 14px;
      margin-bottom: 5px;
      text-align: center !important;
  }
}
.product-box .product-quick-view-btn,
.product-box .img-and-btns .footer-btns,
.product-box:hover .img-and-btns .footer-btns {
  display: none !important;
}

.tp-content-wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  padding: 12px 0 0 !important;
  text-align: right !important;
  direction: rtl !important;
}

.product-card-title {
  font-weight: 600 !important;
  margin: 0 0 4px !important;
  text-align: right !important;
}

.product-box .tp-content-wrapper .footer-btns,
.product-box:hover .tp-content-wrapper .footer-btns {
  display: flex !important;
  width: 100% !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  position: static !important;
  pointer-events: auto !important;
}

.product-box .tp-content-wrapper .product-card-add-to-cart,
.product-box .tp-content-wrapper .btn-product-card-select-variant {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background: #000 !important;
  color: #fff !important;
  padding: 12px 10px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.product-box .tp-content-wrapper .product-card-add-to-cart svg,
.product-box .tp-content-wrapper .btn-product-card-select-variant svg {
  width: 20px !important;
  height: 20px !important;
  color: #fff !important;
  stroke: #fff !important;
}
@media (max-width: 768px) {
  .product-box .tp-content-wrapper {
    height: auto;
    padding: 0 6px;
    padding-bottom: 8px;
    gap: 8px;
  }
}
/* ══════════════════════════════════════════════════
   Category style2 — always 3 images in one row
   ══════════════════════════════════════════════════ */
.tp-category-style2 {
  --vela-cat2-gap: clamp(8px, 1.5vw, 16px);
  --vela-cat2-pad-x: clamp(12px, 3vw, 24px);
  --vela-cat2-max: 1400px;

  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin-bottom: 30px !important;
  padding-right: var(--vela-cat2-pad-x) !important;
  padding-left: var(--vela-cat2-pad-x) !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

.tp-category-style2 .tp-slider-arrow,
.tp-category-style2 .swiper-scrollbar,
.tp-category-style2 .swiper-notification {
  display: none !important;
}

.tp-category-style2 .tp-category-style2-swiper {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  max-width: var(--vela-cat2-max) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
  background: transparent !important;
  direction: ltr !important;
}

.tp-category-style2 .tp-category-style2-swiper .swiper-wrapper {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: var(--vela-cat2-gap) !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  transition: none !important;
}

.tp-category-style2 .tp-category-style2-swiper .swiper-slide {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  flex-shrink: 0 !important;
}

.tp-category-style2 .tp-category-style2-swiper .swiper-slide a {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}

.tp-category-style2 .tp-category-style2-swiper .swiper-slide img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 767px) {
  .tp-category-style2 {
    --vela-cat2-gap: 6px;
    --vela-cat2-pad-x: 10px;
  }

  .tp-category-style2 .tp-category-style2-swiper .swiper-slide a {
    border-radius: 8px !important;
  }
}

/* ── Footer ── */
.footer,
.tp-footer-area {
  --footer-bg: #f6f6f6;
  --footer-line: #e0e0e0;
  --chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background: var(--footer-bg) !important;
  border: none !important;
  border-radius: 0 !important;
  color: #111 !important;
  direction: rtl;
  padding: 0 !important;
}

.footer a {
  color: inherit;
  text-decoration: none;
}

.footer .container {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
  padding-inline: 0 !important;
}

.tp-footer-top {
  padding: 48px 0 32px !important;
}

.tp-footer-top .row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 32px 40px !important;
  margin: 0 !important;
  direction: rtl !important;
}

.tp-footer-top .row > [class*="col"] {
  flex: 1 1 220px !important;
  max-width: 100% !important;
  width: auto !important;
  padding: 0 !important;
  float: none !important;
  text-align: right !important;
}

.tp-footer-widget {
  text-align: right !important;
}

.tp-footer-widget-title,
.footer-accordion-toggle {
  display: block !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: #111 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  cursor: default;
  text-align: inherit !important;
}

.footer-accordion-toggle::after {
  display: none;
}

.tp-footer-logo {
  display: block !important;
  margin-bottom: 14px !important;
}

.tp-footer-logo a {
  display: inline-flex !important;
}

.tp-footer-logo img {
  display: block !important;
  width: clamp(140px, 16vw, 190px) !important;
  height: auto !important;
  max-height: 150px !important;
  object-fit: contain !important;
}

/* Vela: لا سجل تجاري */
.footer .certificates {
  display: none !important;
}

.tp-footer-widget-content ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.tp-footer-widget-content li + li {
  margin-top: 10px;
}

.tp-footer-widget-content li a {
  display: inline-block !important;
  color: #333 !important;
  font-size: 14px !important;
}

.tp-footer-widget-content li a::after {
  display: none !important;
}

.tp-footer-widget-content li a:hover {
  opacity: 0.65;
}

.tp-footer-talk {
  margin-bottom: 10px !important;
}

.tp-footer-talk > span {
  display: none !important;
}

.tp-footer-contact-item {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 10px !important;
}

.tp-footer-contact-icon {
  display: inline-flex !important;
  color: #111 !important;
}

.tp-footer-contact-icon svg,
.tp-footer-social svg {
  width: 16px !important;
  height: 16px !important;
}

.tp-footer-talk-value a,
.tp-footer-contact-content a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #333 !important;
  font-size: 14px !important;
  direction: ltr !important;
  unicode-bidi: plaintext;
}

.tp-footer-talk-value a::before {
  content: none !important;
}

.tp-footer-social-box,
.tp-footer-social {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px !important;
}

.tp-footer-social a {
  display: inline-flex !important;
  width: 34px !important;
  height: 34px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  color: #111 !important;
  background: #fff !important;
}

.tp-footer-bottom .container {
  border-top: 1px solid var(--footer-line) !important;
}

.tp-footer-bottom-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px 24px !important;
  min-height: 72px !important;
  padding: 16px 0 22px !important;
}

.tp-footer-locale {
  display: none !important;
}

.tp-footer-copyright {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  color: #333 !important;
  font-size: 13px !important;
}

.store-rights {
  margin: 0 !important;
  color: #222 !important;
  font-size: 13px !important;
}

.athar-credit {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: #555 !important;
  font-size: 13px !important;
  white-space: nowrap;
}

.athar-credit img {
  display: block !important;
  height: 18px !important;
  max-width: 72px !important;
  width: auto !important;
  object-fit: contain !important;
}

.tp-footer-payment {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  direction: ltr !important;
}

.tp-footer-payment a {
  display: inline-flex !important;
  min-width: 34px;
  height: 26px;
  align-items: center;
  justify-content: center;
}

.tp-footer-payment img {
  display: block;
  width: auto;
  max-width: 44px;
  height: 22px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .footer .container {
    width: min(100% - 32px, 560px);
  }

  .tp-footer-top {
    padding: 32px 0 24px !important;
  }

  .tp-footer-top .row > [class*="col"] {
    flex: 1 1 100% !important;
  }

  .tp-footer-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

/* موبايل ≤450: سنتر + أكورديون */
@media (max-width: 450px) {
  .tp-footer-top {
    padding: 28px 0 20px !important;
  }

  .tp-footer-top .row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
    text-align: center !important;
  }

  .tp-footer-top .row > [class*="col"],
  .tp-footer-widget,
  .tp-footer-widget-content {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .tp-footer-top .row > [class*="col"]:first-child {
    padding-bottom: 20px !important;
  }

  .tp-footer-logo,
  .tp-footer-logo a,
  .certificates,
  .maroof-icon,
  .text-certificate,
  .tp-footer-talk,
  .tp-footer-contact,
  .tp-footer-contact-item,
  .tp-footer-social-box,
  .tp-footer-social,
  .tp-footer-talk-value a,
  .tp-footer-contact-content a,
  .tp-footer-bottom-wrapper,
  .tp-footer-copyright,
  .tp-footer-payment {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .footer-accordion-item {
    width: 100% !important;
    border: none !important;
  }

  .footer-accordion-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 8px !important;
    cursor: pointer !important;
  }

  .tp-footer-area .footer-accordion-toggle::after,
  .footer-accordion-toggle::after {
    content: "" !important;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    margin-inline-start: 8px !important;
    border: none !important;
    flex-shrink: 0 !important;
    background: transparent var(--chev) center / 16px no-repeat !important;
    transform: none !important;
    transition: transform 0.28s ease !important;
  }

  .tp-footer-area .footer-accordion-toggle[aria-expanded="true"]::after,
  .footer-accordion-toggle[aria-expanded="true"]::after,
  .footer-accordion-toggle:not(.collapsed)::after {
    transform: rotate(180deg) !important;
  }

  .footer-accordion-item .tp-footer-widget-content {
    display: block !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    padding: 0 8px !important;
    margin: 0 !important;
    pointer-events: none !important;
    transition: max-height 0.35s ease, opacity 0.28s ease, padding 0.35s ease !important;
  }

  .footer-accordion-item .tp-footer-widget-content.show {
    max-height: 420px !important;
    opacity: 1 !important;
    padding: 0 8px 16px !important;
    pointer-events: auto !important;
  }

  .footer-accordion-item .tp-footer-widget-content li a {
    text-align: center !important;
  }
}

@media (min-width: 451px) {
  .footer-accordion-item .tp-footer-widget-content {
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    padding: 0 !important;
    pointer-events: auto !important;
  }

  .footer-accordion-toggle {
    pointer-events: none;
    cursor: default !important;
  }

  .footer-accordion-toggle::after {
    display: none !important;
  }
}

/* ── Category style3 · صورتين + جاب + كونتينر ── */
.tp-category-style3 .tp-slider-arrow,
.tp-category-style3 .swiper-scrollbar,
.tp-category-style3 .swiper-notification {
  display: none !important;
}

.tp-category-style3 .tp-category-style3-swiper .swiper-wrapper {
  gap: 16px;
}

.tp-category-style3 .tp-category-style3-swiper .swiper-slide {
  width: calc(50% - 8px) !important;
  flex-shrink: 0;
}

.tp-category-style3 .tp-category-style3-swiper img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.tp-category-style3 .tp-category-style3-swiper a {
  display: block;
  overflow: hidden;
}

@media (max-width: 767px) {
  .tp-category-style3 .tp-category-style3-swiper .swiper-wrapper {
    gap: 10px;
  }

  .tp-category-style3 .tp-category-style3-swiper .swiper-slide {
    width: calc(50% - 5px) !important;
  }
}

/* ── Banners · full-bleed، بدون كونتينر وبدون radius ── */
.tp-banners,
.tp-banners > div {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.tp-banners .container {
  width: 100% !important;
  max-width: none !important;
  padding-inline: 0 !important;
  margin-inline: 0 !important;
}

.tp-banners .tp-items,
.tp-banners .tp-items a,
.tp-banners picture,
.tp-banners img,
.tp-banners .lazy-img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  border-radius: 0 !important;
  overflow: hidden;
}

.tp-banners .tp-items a,
.tp-banners picture {
  overflow: hidden;
  border-radius: 0 !important;
}

/* ── Testimonials · نجوم → تعليق → اسم ── */
.tp-testimonial-area .tp-testimonial-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: 100% !important;
 
  padding: 24px !important;
  margin: 0 !important;
  background: #fff !important;
  border: 0.8px solid #e5e7eb !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  text-align: start !important;
  opacity: 1 !important;
}

.tp-testimonial-area .tp-testimonial-rating {
  order: 1 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tp-testimonial-area .tp-testimonial-content {
  order: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: start !important;
}

.tp-testimonial-area .tp-testimonial-item__footer {
  order: 3 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

.tp-testimonial-area .tp-testimonial-user-title {
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-align: start !important;
}

.tp-testimonial-area .tp-testimonial-content p {
  margin: 0 !important;
  color: #6a7282 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  text-align: start !important;
}

.tp-testimonial-area .tp-testimonial-rating__star,
.tp-testimonial-area .tp-testimonial-rating svg {
  width: 16px !important;
  height: 16px !important;
  color: #f5a623 !important;
  fill: #f5a623 !important;
}

.tp-testimonial-area .tp-testimonial-user-verified,
.tp-testimonial-area .tp-testimonial-item__quote-end,
.tp-testimonial-area .tp-testimonial-item__quote-start,
.tp-testimonial-area .tp-testimonial-avatar,
.tp-testimonial-area .tp-testimonial-rating img,
.tp-testimonial-area .tp-testimonial-rating .icon,
.tp-testimonial-area .tp-testimonial-rating i,
.tp-testimonial-area .tp-testimonial-rating::before,
.tp-testimonial-area .tp-testimonial-rating::after {
  display: none !important;
  content: none !important;
}

/* ── Posters / مجتمعنا · IG overlay + mobile 2×3 grid (CSS only override) ── */
.tp-posters .tp-poster-items a {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
}

.tp-posters .tp-poster-items a img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  transition: transform 0.35s ease !important;
}

.tp-posters .tp-poster-items a .vela-ig-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.48);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.tp-posters .tp-poster-items a .vela-ig-layer svg {
  width: 34px;
  height: 34px;
  color: #fff;
  fill: none;
  stroke: currentColor;
}

.tp-posters .tp-poster-items a:hover .vela-ig-layer,
.tp-posters .tp-poster-items a:focus-visible .vela-ig-layer,
.tp-posters .tp-poster-items a:active .vela-ig-layer {
  opacity: 1;
}

.tp-posters .tp-poster-items a:hover img,
.tp-posters .tp-poster-items a:focus-visible img {
  transform: scale(1.04);
}

@media (max-width: 767px) {
  .tp-posters .tp-poster-items,
  .tp-posters .tp-poster-items.is-mobile-grid,
  .tp-posters .tp-poster-items.vela-posters-flat {
    opacity: 1 !important;
    overflow: visible !important;
  }

  .tp-posters .tp-poster-items .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    transition: none !important;
  }

  .tp-posters .tp-poster-items .swiper-slide,
  .tp-posters .tp-poster-items:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
  }

  .tp-posters .tp-poster-items .swiper-slide a {
    aspect-ratio: 5 / 7;
  }

  .tp-posters .tp-poster-items .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .tp-posters .tp-slider-arrow,
  .tp-posters .swiper-scrollbar,
  .tp-posters .swiper-notification {
    display: none !important;
  }
}




/* =========================================================================
   Offer modal popup — same structure as Ahmed · countdown under Shop Now
   ========================================================================= */
.popup-sec.offer-modal.is-open,
.offer-modal.popup-sec.is-open,
#offer-modal-1.popup-sec.is-open {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 48px 24px 24px !important;
  box-sizing: border-box !important;
}

.popup-sec.offer-modal:not(.is-open) .popup-box,
.popup-sec.offer-modal:not(.is-open) .overlay-popup,
.popup-sec.offer-modal:not(.is-open) .offer-modal-backdrop,
.popup-sec.offer-modal:not(.is-open) .content-popup,
.popup-sec.offer-modal:not(.is-open) .offer-discount-countdown,
.offer-modal:not(.is-open) .popup-box,
.offer-modal:not(.is-open) .overlay-popup,
#offer-modal-1:not(.is-open) .popup-box,
#offer-modal-1:not(.is-open) .overlay-popup {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.popup-sec.offer-modal.is-open .overlay-popup,
.popup-sec.offer-modal.is-open .offer-modal-backdrop,
.offer-modal.is-open .overlay-popup,
#offer-modal-1.is-open .overlay-popup {
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.65) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.popup-sec.offer-modal.is-open .popup-box,
.offer-modal.is-open .popup-box,
#offer-modal-1.is-open .popup-box {
  position: relative !important;
  z-index: 2 !important;
  width: 80% !important;
  max-width: 1440px !important;
  height: fit-content !important;
  margin: auto !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 16px !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
  flex: none !important;
}

.popup-sec.offer-modal.is-open .popup-container,
.offer-modal.is-open .popup-container,
#offer-modal-1.is-open .popup-container {
  position: relative !important;
  width: 100% !important;
  height: fit-content !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
  border-radius: 16px !important;
}

.popup-sec.offer-modal.is-open .img-popup,
.offer-modal.is-open .img-popup,
#offer-modal-1.is-open .img-popup {
  display: block !important;
  width: 100% !important;
  line-height: 0 !important;
}

.popup-sec.offer-modal.is-open .img-popup img,
.offer-modal.is-open .img-popup img,
#offer-modal-1.is-open .img-popup img,
.popup-box .img-popup img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: top center !important;
  aspect-ratio: auto !important;
  border-radius: 16px !important;
}

.popup-sec.offer-modal.is-open .content-popup,
.offer-modal.is-open .content-popup,
#offer-modal-1.is-open .content-popup {
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  pointer-events: none !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* Desktop · under «تسوقي الآن» in the right cream panel */
.popup-sec.offer-modal.is-open .offer-discount-countdown,
.offer-modal.is-open .offer-discount-countdown,
#offer-modal-1.is-open .offer-discount-countdown {
  position: absolute !important;
  top: 54% !important;
  left: 78% !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 3 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  pointer-events: auto !important;
  transform: translateX(-50%) !important;
  width: max-content !important;
  max-width: 100% !important;
}

.popup-sec.offer-modal.is-open .offer-discount-countdown__label,
.offer-modal.is-open .offer-discount-countdown__label,
#offer-modal-1.is-open .offer-discount-countdown__label {
  display: none !important;
}

.popup-sec.offer-modal.is-open .offer-discount-countdown__grid,
.offer-modal.is-open .offer-discount-countdown__grid,
#offer-modal-1.is-open .offer-discount-countdown__grid {
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

.popup-sec.offer-modal.is-open .offer-discount-countdown__item,
.offer-modal.is-open .offer-discount-countdown__item,
#offer-modal-1.is-open .offer-discount-countdown__item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 52px !important;
  min-width: 52px !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 4px 6px !important;
  border: none !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #222 !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  box-sizing: border-box !important;
}

.popup-sec.offer-modal.is-open .offer-discount-countdown__num,
.offer-modal.is-open .offer-discount-countdown__num,
#offer-modal-1.is-open .offer-discount-countdown__num {
  color: #111 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  background: transparent !important;
}

.popup-sec.offer-modal.is-open .offer-discount-countdown__unit,
.offer-modal.is-open .offer-discount-countdown__unit,
#offer-modal-1.is-open .offer-discount-countdown__unit {
  color: #222 !important;
  font-size: 10px !important;
}

.popup-sec.offer-modal.is-open .close-modal-custom,
.popup-sec.offer-modal.is-open .offer-modal-close,
.offer-modal.is-open .close-modal-custom,
.offer-modal.is-open .offer-modal-close,
#offer-modal-1.is-open .offer-modal-close {
  position: absolute !important;
  top: 8px !important;
  inset-inline-end: 8px !important;
  right: 8px !important;
  z-index: 5 !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, 0.45) !important;
  cursor: pointer !important;
  line-height: 0 !important;
  pointer-events: auto !important;
}

.popup-sec.offer-modal.is-open .close-modal-custom svg,
.popup-sec.offer-modal.is-open .offer-modal-close svg,
.offer-modal.is-open .offer-modal-close svg,
#offer-modal-1.is-open .offer-modal-close svg {
  width: 12px !important;
  height: 12px !important;
  pointer-events: none !important;
}

.popup-sec.offer-modal.is-open .close-modal-custom svg path,
.popup-sec.offer-modal.is-open .offer-modal-close svg path,
.offer-modal.is-open .offer-modal-close svg path,
#offer-modal-1.is-open .offer-modal-close svg path {
  fill: #ffffff !important;
}

@media (max-width: 767px) {
  .popup-sec.offer-modal.is-open,
  .offer-modal.popup-sec.is-open,
  #offer-modal-1.popup-sec.is-open {
    padding: 40px 10px 20px !important;
  }

  .popup-sec.offer-modal.is-open .popup-box,
  .offer-modal.is-open .popup-box,
  #offer-modal-1.is-open .popup-box {
    width: 94% !important;
    max-width: 420px !important;
  }

  .popup-sec.offer-modal.is-open .popup-container,
  .offer-modal.is-open .popup-container,
  #offer-modal-1.is-open .popup-container {
    border-radius: 12px !important;
  }

  .popup-sec.offer-modal.is-open .img-popup img,
  .offer-modal.is-open .img-popup img,
  #offer-modal-1.is-open .img-popup img {
    content: url("https://media.zid.store/c448ccb1-f71d-4c2f-bd0f-6b088294a1ac/c28d6446-b8d6-4854-9d20-21506f0707fe.png") !important;
    max-height: min(78vh, 640px) !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: top center !important;
    border-radius: 12px !important;
  }

  .popup-sec.offer-modal.is-open .close-modal-custom,
  .popup-sec.offer-modal.is-open .offer-modal-close,
  .offer-modal.is-open .offer-modal-close,
  #offer-modal-1.is-open .offer-modal-close {
    top: -34px !important;
    right: 4px !important;
    inset-inline-end: 4px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    background: rgba(0, 0, 0, 0.55) !important;
  }

  .popup-sec.offer-modal.is-open .close-modal-custom svg,
  .popup-sec.offer-modal.is-open .offer-modal-close svg,
  #offer-modal-1.is-open .offer-modal-close svg {
    width: 10px !important;
    height: 10px !important;
  }

  /* Mobile · centered under «تسوقي الآن» in the cream gap above the closet */
  .popup-sec.offer-modal.is-open .offer-discount-countdown,
  .offer-modal.is-open .offer-discount-countdown,
  #offer-modal-1.is-open .offer-discount-countdown,
  html[dir="rtl"] .popup-sec.offer-modal.is-open .offer-discount-countdown,
  html[dir="rtl"] .offer-modal.is-open .offer-discount-countdown,
  html[dir="rtl"] #offer-modal-1.is-open .offer-discount-countdown,
  html[dir="ltr"] .popup-sec.offer-modal.is-open .offer-discount-countdown,
  html[dir="ltr"] .offer-modal.is-open .offer-discount-countdown,
  html[dir="ltr"] #offer-modal-1.is-open .offer-discount-countdown {
    position: absolute !important;
    top: 40% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    max-width: none !important;
    width: max-content !important;
    transform: translateX(-50%) !important;
    direction: ltr !important;
  }

  .popup-sec.offer-modal.is-open .offer-discount-countdown__grid,
  .offer-modal.is-open .offer-discount-countdown__grid,
  #offer-modal-1.is-open .offer-discount-countdown__grid {
    gap: 8px !important;
    justify-content: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }

  .popup-sec.offer-modal.is-open .offer-discount-countdown__item,
  .offer-modal.is-open .offer-discount-countdown__item,
  #offer-modal-1.is-open .offer-discount-countdown__item {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    flex: 0 0 52px !important;
    padding: 4px 2px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
  }

  .popup-sec.offer-modal.is-open .offer-discount-countdown__num,
  .offer-modal.is-open .offer-discount-countdown__num,
  #offer-modal-1.is-open .offer-discount-countdown__num {
    font-size: 20px !important;
    line-height: 1.1 !important;
  }

  .popup-sec.offer-modal.is-open .offer-discount-countdown__unit,
  .offer-modal.is-open .offer-discount-countdown__unit,
  #offer-modal-1.is-open .offer-discount-countdown__unit {
    font-size: 14px !important;
    line-height: 1.1 !important;
  }
} footer::after {
   
    width: 0 !important;}

/* ══════════════════════════════════════════════════
   VÉLA — Product details page
   ══════════════════════════════════════════════════ */

/* Square quantity + CTAs */
.products-details-page .btn-add-to-cart,
.products-details-page .btn-buy-now,
.products-details-page .checkout-btn,
.products-details-page .quantity-input,
.products-details-page .quantity-input input,
.products-details-page .product-quantity-input,
.products-details-page .btn-quantity,
.products-details-page .select-quantity,
.products-details-page .form-select {
  border-radius: 0 !important;
}

.products-details-page .quantity-input {
  overflow: hidden !important;
}

/* Hide empty short description + duplicate quantity select */
.products-details-page .col-product-info .product-description,
.products-details-page #product-form > .select-quantity-div {
  display: none !important;
}

/* CTAs side by side */
.products-details-page .product-buttons-flex.add-cart-page {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 10px !important;
  width: 100% !important;
}

.products-details-page .product-buttons-flex.add-cart-page > .btn-add-to-cart,
.products-details-page .product-buttons-flex.add-cart-page > .checkout-btns {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.products-details-page .product-buttons-flex.add-cart-page .checkout-btns {
  display: flex !important;
  flex-direction: row !important;
}

.products-details-page .product-buttons-flex.add-cart-page .btn-buy-now,
.products-details-page .product-buttons-flex.add-cart-page .checkout-btn {
  width: 100% !important;
  margin: 0 !important;
}

/* ── Product description tabs · hide nav, keep وصف المنتج only ── */
#product-details-tabs.tp-product-details-tab-nav,
.products-details-page #product-details-tabs {
  text-align: center !important;
}

#product-details-tabs .tp-product-tabs-nav-wrap,
#product-details-tabs .nav.nav-tabs.tp-product-tab.tp-product-tabs-nav,
#product-details-tabs #navPresentationTab,
#product-details-tabs .product-tab-accordion-toggle {
  display: none !important;
}

/* Hide خيارات المنتج tab + panel */
#product-details-tabs #nav-variants-tab,
#product-details-tabs #nav-variants,
#product-details-tabs #acc-nav-variants,
#product-details-tabs .product-details-tab-item:has(#nav-variants),
#product-details-tabs .product-details-tab-item:has([aria-controls="acc-nav-variants"]) {
  display: none !important;
}

#product-details-tabs #acc-nav-description.product-tab-accordion-panel,
#product-details-tabs #acc-nav-description.collapse,
#product-details-tabs #acc-nav-description.collapse:not(.show) {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  visibility: visible !important;
  overflow: visible !important;
  opacity: 1 !important;
}

#product-details-tabs .tab-content.tp-product-tabs-panels {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 24px !important;
  text-align: center !important;
}

#product-details-tabs .product-details-tab-item:has(#nav-description),
#product-details-tabs #nav-description.tab-pane {
  display: block !important;
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  text-align: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#product-details-tabs #nav-description.tab-pane:not(.active):not(.show) {
  display: block !important;
}

#product-details-tabs .tp-title-section,
#product-details-tabs .description-box,
#product-details-tabs .description-box p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ── Related products · keep قد يعجبك أيضاً only, centered ── */
#product-related-recent-section .nav.nav-tabs.tp-product-tab,
#product-related-recent-tablist {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: none !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  gap: 0 !important;
  text-align: center !important;
}

#product-related-recent-section #tab-recent-trigger,
#product-related-recent-section #tab-pane-recent-products {
  display: none !important;
}

#product-related-recent-section #tab-related-trigger {
  display: inline-block !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  pointer-events: none !important;
  cursor: default !important;
  color: inherit !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-align: center !important;
  opacity: 1 !important;
}

#product-related-recent-section #tab-related-trigger.active,
#product-related-recent-section #tab-related-trigger:hover,
#product-related-recent-section #tab-related-trigger:focus {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
}

#product-related-recent-section .tab-content,
#product-related-recent-section #tab-pane-related-products {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#product-related-recent-section #tab-pane-related-products.tab-pane:not(.active):not(.show) {
  display: block !important;
}

/* ≤450px · center col-product-info (qty, buttons, everything) */
@media (max-width: 450px) {
  .products-details-page .col-product-info,
  .products-details-page .col-product-info > section,
  .products-details-page .product-info-header,
  .products-details-page .title-product,
  .products-details-page .price-product,
  .products-details-page .price-tawfer,
  .products-details-page .product-formatted-price,
  .products-details-page .product-stock-status,
  .products-details-page .product-extra-info-rotator,
  .products-details-page .product-extra-info-item,
  .products-details-page .show-now-section,
  .products-details-page .quantity-add-cart,
  .products-details-page .quantity-add-cart .select-quantity-div,
  .products-details-page .quantity-input-div,
  .products-details-page .size-box,
  .products-details-page .product-variants-options,
  .products-details-page .product-card-opt-row,
  .products-details-page .product-buttons,
  .products-details-page .product-buttons-flex,
  .products-details-page .add-cart-page,
  .products-details-page .sku-weight {
    text-align: center !important;
  }

  .products-details-page .col-product-info,
  .products-details-page .col-product-info > section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .products-details-page .product-info-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 8px !important;
  }

  .products-details-page .title-product {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .products-details-page .price-product {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 6px !important;
  }

  .products-details-page .product-extra-info-rotator,
  .products-details-page .product-extra-info-item,
  .products-details-page .show-now-section {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .products-details-page .size-box,
  .products-details-page .product-variants-options,
  .products-details-page .product-card-opt-row > div,
  .products-details-page .loyalty-points,
  .products-details-page .loyalty-points-products-section,
  .products-details-page .product-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .products-details-page .product-buttons-flex.add-cart-page {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 8px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .products-details-page .product-buttons-flex.add-cart-page > .btn-add-to-cart,
  .products-details-page .product-buttons-flex.add-cart-page > .checkout-btns {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .products-details-page .product-buttons-flex.add-cart-page .checkout-btns {
    display: flex !important;
    flex-direction: row !important;
    width: auto !important;
  }

  .products-details-page .product-card-opt-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .products-details-page .loyalty-points-products-section .loyalty-points-rewards {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .products-details-page .quantity-add-cart,
  .products-details-page .column--quantity,
  .products-details-page .quantity-add-cart .select-quantity-div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .products-details-page #product-form > .select-quantity-div {
    display: none !important;
  }

  .products-details-page .quantity-input {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .products-details-page .product-buttons-flex.add-cart-page .btn-add-to-cart,
  .products-details-page .product-buttons-flex.add-cart-page .btn-buy-now,
  .products-details-page .product-buttons-flex.add-cart-page .checkout-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  .products-details-page .sku-weight,
  .products-details-page .div-product-sku {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
  }
}
.tp-title-section span {
   margin-top: 20px;
    font-size: 2rem !important;
    margin-bottom: 25px;
  
}

    .tp-title-section {
        margin-bottom: 16px;
        margin-top: 26px;
    }


  [section-id="f2759756-9ecf-4877-8446-61ab821c611e"] .tp-title-section {
    margin-top: 49px;
    margin-bottom: 43px;
  }


/* ========== Side cart above floating widgets (WhatsApp / Loyalty) ========== */

#side-cart.block-side-cart,
.offcanvas.block-side-cart {
  z-index: 100050 !important;
}

body:has(#side-cart.show) .offcanvas-backdrop,
body:has(.block-side-cart.show) .offcanvas-backdrop {
  z-index: 100040 !important;
}

/* Floating widgets sit on body with their own stacking context;
   hide them while the cart (or any offcanvas) is open so they can't cover it. */
body:has(#side-cart.show) .whatsapp-icon,
body:has(#side-cart.show) .loyalty_button_footer,
body:has(.block-side-cart.show) .whatsapp-icon,
body:has(.block-side-cart.show) .loyalty_button_footer,
body:has(.offcanvas.show) .whatsapp-icon,
body:has(.offcanvas.show) .loyalty_button_footer {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 0 !important;
}