/* Add custom CSS styles below */ 


/* ============================================
   TRIPS PIONEERS - CUSTOM HEADER v2
   ============================================ */

/* ── Hide original salla top-navbar completely ── */
.store-header .top-navbar {
  display: none !important;
}

/* ── Hide original nav icons (we replace them) ── */
#mainnav salla-user-menu,
#mainnav salla-cart-summary {
  visibility: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

/* ── Hide original hamburger ── */
#mainnav a.mburger {
  display: none !important;
}

/* ── Hide original menu from mainnav ── */
#mainnav custom-main-menu {
  display: none !important;
}

/* ============================================
   TOP BAR
   ============================================ */
#custom-top-bar {
  display: none !important;
  background: #1b2b3b;
  color: #ccd8e0;
  font-family: var(--font-main, 'DINNextLTArabic-Regular'), sans-serif;
  font-size: 13px;
  direction: rtl;
  width: 100%;
}

#custom-top-bar .tb-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tb-group {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.tb-group a,
.tb-group span {
  color: #ccd8e0;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  transition: color .2s;
}

.tb-group a:hover { color: #fff; }

.tb-group svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}

.tb-sep {
  color: #3d5566;
  font-size: 18px;
  line-height: 1;
  user-select: none;
}

.tb-highlight {
  color: #fff;
  font-weight: bold;
}

/* ============================================
   MAIN NAV
   ============================================ */
#mainnav {
  background: #fff !important;
  box-shadow: 0 1px 0 #e4eaef !important;
  height: auto !important;
  min-height: unset !important;
  padding: 0 !important;
}

#mainnav > .inner {
  padding: 0 !important;
}

#mainnav .container {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

/* ── Grid: [لوجو] | [أيقونات + بحث] ── */
#mainnav .flex.items-stretch.justify-between {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  column-gap: 24px !important;
  row-gap: 8px !important;
  padding: 12px 0 !important;
  min-height: 100px !important;
}

/* ── اللوجو — عمود يسار (1)، ممتد على الصفين ── */
.navbar-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
}

.navbar-brand img {
  height: 90px !important;
  width: auto !important;
  max-width: 230px !important;
  object-fit: contain !important;
}

.navbar-brand h1 { display: none !important; }

/* ── الأيقونات — صف 1، عمود 2 ── */
#custom-nav-icons {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 2px !important;
  flex-shrink: 0 !important;
}

/* ── البحث — صف 2، عمود 2 ── */
#custom-search-wrap {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  position: relative !important;
  direction: rtl !important;
}

#custom-search-input {
  width: 100%;
  height: 46px;
  background: #f3f6f9;
  border: 1.5px solid #dde4eb;
  border-radius: 8px;
  padding: 0 18px 0 56px;
  font-size: 14px;
  font-family: var(--font-main, 'DINNextLTArabic-Regular'), sans-serif;
  color: #2d3f4f;
  direction: rtl;
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

#custom-search-input:focus {
  border-color: #004d73;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0,77,115,.08);
}

#custom-search-input::placeholder { color: #9aabb8; }

#custom-search-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 46px;
  background: #004d73;
  border: none;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  flex-shrink: 0;
}

#custom-search-btn:hover { background: #003a58; }

#custom-search-btn svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.2;
}

/* ── أزرار الأيقونات ── */
.cni-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
  background: none;
  border: none;
  color: #2d3f4f;
  font-family: var(--font-main, 'DINNextLTArabic-Regular'), sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: background .15s, color .15s;
  position: relative;
  min-width: 58px;
  white-space: nowrap;
}

.cni-btn:hover {
  background: #f0f5f9;
  color: #004d73;
}

.cni-btn svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  flex-shrink: 0;
}

.cni-label {
  font-size: 12px;
  line-height: 1;
}

/* بادج السلة */
#cni-cart-badge {
  position: absolute;
  top: 3px;
  right: 8px;
  background: #004d73;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  pointer-events: none;
}

/* الهامبرجر — مخفي على الديسكتوب */
#custom-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  flex-shrink: 0;
  transition: background .15s;
}
#custom-hamburger:hover { background: #f0f5f9; }
#custom-hamburger svg {
  width: 24px;
  height: 24px;
  stroke: #004d73;
  fill: none;
  stroke-width: 2;
  display: block;
}

/* ============================================
   MENU BAR (desktop)
   ============================================ */
#custom-menu-bar {
  background: #fff;
  border-top: 1px solid #edf1f5;
  border-bottom: 2px solid #e4eaef;
  direction: rtl;
  font-family: var(--font-main, 'DINNextLTArabic-Regular'), sans-serif;
  position: relative;
  z-index: 100;
}

.cmb-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: stretch;
  direction: rtl;
}

.cmb-item-wrap {
  position: relative;
}

.cmb-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 13px 16px;
  font-size: 14px;
  color: #2d3f4f;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color .2s, border-color .2s;
  cursor: pointer;
}

.cmb-item:hover,
.cmb-item-wrap:hover > .cmb-item {
  color: #004d73;
  border-bottom-color: #004d73;
}

.cmb-chevron {
  width: 11px;
  height: 11px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  transition: transform .2s;
  flex-shrink: 0;
}

.cmb-item-wrap:hover .cmb-chevron {
  transform: rotate(180deg);
}

/* Dropdown */
.cmb-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #e4eaef;
  border-top: 2px solid #004d73;
  border-radius: 0 0 8px 8px;
  min-width: 210px;
  box-shadow: 0 10px 28px rgba(0,0,0,.1);
  z-index: 200;
  padding: 6px 0;
  direction: rtl;
}

.cmb-item-wrap:hover .cmb-dropdown {
  display: block;
}

.cmb-dropdown a {
  display: block;
  padding: 9px 20px;
  font-size: 13.5px;
  color: #3a4f5f;
  text-decoration: none;
  transition: background .12s, color .12s, padding .12s;
}

.cmb-dropdown a:hover {
  background: #f0f6fa;
  color: #004d73;
  padding-right: 26px;
}

/* ============================================
   RESPONSIVE — TABLET 768-1024
   ============================================ */
@media (max-width: 1024px) {
  #custom-menu-bar { display: none; }

  #mainnav .flex.items-stretch.justify-between {
    grid-template-columns: auto 1fr auto auto !important;
    grid-template-rows: auto !important;
    row-gap: 0 !important;
    column-gap: 12px !important;
    align-items: center !important;
    min-height: 64px !important;
    padding: 8px 0 !important;
  }

  .navbar-brand {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  #custom-nav-icons {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  #custom-search-wrap {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  #custom-hamburger { display: flex; }

  .navbar-brand img {
    height: 48px !important;
  }

  #custom-search-input { height: 44px; font-size: 13.5px; }
  #custom-search-btn { height: 44px; width: 48px; }

  .cni-label { display: none; }
  .cni-btn { min-width: 44px; padding: 8px; gap: 0; }
  .cni-btn svg { width: 24px; height: 24px; }
  #cni-cart-badge { top: 2px; right: 4px; }
}

/* ============================================
   RESPONSIVE — MOBILE < 640
   ============================================ */
@media (max-width: 640px) {

  /* Top bar */
  #custom-top-bar .tb-inner {
    height: auto;
    flex-direction: column;
    padding: 8px 16px;
    gap: 6px;
    align-items: center;
    text-align: center;
  }

  .tb-group { justify-content: center; flex-wrap: wrap; gap: 8px; }
  .tb-sep { display: none; }

  /* Mainnav: صفين على الموبايل */
  #mainnav .container { padding: 0 14px !important; }

  #mainnav .flex.items-stretch.justify-between {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 0 !important;
    min-height: unset !important;
  }

  /* صف 1: هامبرجر + لوجو + أيقونات */
  #custom-hamburger { order: 1; }
  .navbar-brand { order: 2; flex: 1; justify-content: center; }
  #custom-nav-icons { order: 3; }

  /* صف 2: بحث كامل العرض */
  #custom-search-wrap {
    order: 4;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .navbar-brand img { height: 42px !important; }

  #custom-search-input { height: 42px; font-size: 13px; padding: 0 14px 0 48px; }
  #custom-search-btn { height: 42px; width: 46px; }
  #custom-search-btn svg { width: 18px; height: 18px; }

  .cni-btn { min-width: 40px; padding: 6px; }
  .cni-btn svg { width: 22px; height: 22px; }
  #cni-cart-badge { width: 16px; height: 16px; font-size: 9px; top: 2px; right: 2px; }
}































.s-block--fixed-banner .container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.s-block--fixed-banner .banner--fixed img {
    width: 100% !important;
    object-fit: cover !important;
}



.s-block--fixed-banner .banner--fixed img {
    content: url('https://res.cloudinary.com/dpjj1fncu/image/upload/q_100/Untitled_design_-_2026-06-10T020603.873_fnrbzl.png') !important;
}














































/* ============================================================
   TRIPS PIONEERS — Brands Section
   Platform: Salla | CSS + JS only
   ============================================================ */

.s-block--logos-slider {
  background: transparent !important;
  position: relative;
  overflow: hidden;
  padding: 48px 0 !important;
}

/* Orange accent line at top of section */
.s-block--logos-slider::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80px; height: 3px;
  background: linear-gradient(90deg, #E8593C, #0B1F4A);
  border-radius: 2px;
  pointer-events: none;
}

.s-block--logos-slider .container {
  position: relative;
  z-index: 1;
}

/* --- Title --- */
.s-block--logos-slider .s-block__title {
  margin-bottom: 28px !important;
  align-items: center !important;
}

.s-block--logos-slider .s-block__title h2 {
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  position: relative;
  padding-bottom: 8px;
}

.s-block--logos-slider .s-block__title h2::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 0; height: 2px;
  background: #E8593C;
  border-radius: 2px;
  transition: width 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.s-block--logos-slider.tp-in .s-block__title h2::after {
  width: 48px;
}

/* View all link */
.s-block--logos-slider .s-block__display-all {
  color: #E8593C !important;
  border: 1.5px solid rgba(232,89,60,0.35) !important;
  padding: 6px 16px !important;
  border-radius: 30px !important;
  font-size: 0.82rem !important;
  transition: all 0.25s ease !important;
  white-space: nowrap;
}

.s-block--logos-slider .s-block__display-all:hover {
  background: #E8593C !important;
  color: #fff !important;
  border-color: #E8593C !important;
  box-shadow: 0 4px 16px rgba(232,89,60,0.28) !important;
}

/* --- SINGLE ROW SCROLL (mobile + desktop) --- */
.s-block--logos-slider .grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  gap: 14px !important;
  padding-bottom: 8px !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.s-block--logos-slider .grid::-webkit-scrollbar {
  display: none;
}

/* --- Brand Item Card --- */
.s-block--logos-slider .brand-item {
  flex: 0 0 160px !important;
  width: 160px !important;
  min-width: 160px !important;
  height: 90px !important;
  background: #fff !important;
  border: 1.5px solid rgba(11,31,74,0.10) !important;
  border-radius: 12px !important;
  padding: 14px 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
  transition:
    transform 0.3s cubic-bezier(0.34,1.56,0.64,1),
    box-shadow 0.3s ease,
    border-color 0.3s ease !important;
  cursor: pointer;
  opacity: 0;
  transform: translateY(16px);
}

/* Bottom orange line reveal on hover */
.s-block--logos-slider .brand-item::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2.5px;
  background: #E8593C;
  border-radius: 0 0 0 12px;
  transition: width 0.35s ease;
}

.s-block--logos-slider .brand-item:hover {
  transform: translateY(-4px) scale(1.03) !important;
  border-color: rgba(232,89,60,0.45) !important;
  box-shadow:
    0 8px 28px rgba(11,31,74,0.12),
    0 0 0 1px rgba(232,89,60,0.18) !important;
}

.s-block--logos-slider .brand-item:hover::after {
  width: 100%;
}

/* Brand image — natural colors, clear */
.s-block--logos-slider .brand-item img {
  max-height: 52px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  filter: none !important;
  opacity: 1 !important;
  transition: transform 0.3s ease !important;
}

.s-block--logos-slider .brand-item:hover img {
  transform: scale(1.07) !important;
}

/* Entrance reveal */
.s-block--logos-slider .brand-item.tp-show {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition:
    opacity 0.4s ease,
    transform 0.4s cubic-bezier(0.34,1.56,0.64,1),
    box-shadow 0.3s ease,
    border-color 0.3s ease !important;
}

/* Burst particle */
.tp-burst-p {
  position: fixed;
  width: 6px; height: 6px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  animation: tp-burst 0.5s ease-out forwards;
}
@keyframes tp-burst {
  0%   { transform: translate(0,0) scale(1); opacity: 1; }
  100% { transform: translate(var(--tx),var(--ty)) scale(0); opacity: 0; }
}

/* Scroll hint fade edges on mobile */
@media (max-width: 768px) {
  .s-block--logos-slider .container {
    position: relative;
  }
  .s-block--logos-slider .brand-item {
    flex: 0 0 130px !important;
    width: 130px !important;
    min-width: 130px !important;
    height: 78px !important;
  }
  .s-block--logos-slider .brand-item img {
    max-height: 42px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .s-block--logos-slider .brand-item,
  .s-block--logos-slider .brand-item img {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
































/* ============================================================
   TRIPS PIONEERS — Fixed Banner Overlay
   Platform: Salla | CSS + JS only
   ============================================================ */

.s-block--fixed-banner .container {
  position: relative !important;
}

.s-block--fixed-banner .banner {
  position: relative !important;
  display: block !important;
}

/* Overlay — right side, natural position */
.tp-banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 4% 0 3%;
  pointer-events: none;
  z-index: 2;
  direction: rtl;
}

/* Small store label */
.tp-banner-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  opacity: 0;
  animation: tp-fade-up 0.5s ease 0.2s forwards;
}

/* Main headline */
.tp-banner-headline {
  font-size: clamp(1.1rem, 2.8vw, 1.85rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.35;
  text-align: right;
  margin: 0 0 8px;
  opacity: 0;
  animation: tp-fade-up 0.5s ease 0.35s forwards;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}

/* Typewriter sub line */
.tp-banner-sub {
  font-size: clamp(0.7rem, 1.4vw, 0.85rem);
  font-weight: 500;
  color: rgba(255,255,255,0.82);
  text-align: right;
  margin: 0 0 18px;
  min-height: 1.4em;
  opacity: 0;
  animation: tp-fade-up 0.5s ease 0.5s forwards;
  direction: rtl;
}

/* Typewriter cursor */
.tp-cursor {
  display: inline-block;
  width: 2px;
  height: 0.9em;
  background: #E8593C;
  margin-right: 1px;
  vertical-align: middle;
  animation: tp-blink 0.75s step-end infinite;
}

@keyframes tp-blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

/* CTA Button */
.tp-banner-btn {
  pointer-events: all;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #E8593C;
  color: #fff !important;
  font-family: inherit;
  font-size: clamp(0.78rem, 1.5vw, 0.92rem);
  font-weight: 700;
  padding: 9px 20px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: tp-fade-up 0.5s ease 0.65s forwards, tp-pulse 2.2s ease-in-out 1.3s infinite;
  align-self: flex-start;
}

/* Shimmer */
.tp-banner-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,0.28) 50%, transparent 65%);
  transform: translateX(-100%);
  animation: tp-shimmer 2.4s ease-in-out 1.2s infinite;
}

/* Arrow circle */
.tp-banner-btn .tp-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  font-style: normal;
  font-size: 0.9rem;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.tp-banner-btn:hover .tp-arrow {
  transform: translateX(-3px);
}

.tp-banner-btn:hover {
  background: #d44a2e !important;
  box-shadow: 0 5px 20px rgba(232,89,60,0.45);
}

@keyframes tp-fade-up {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes tp-pulse {
  0%   { box-shadow: 0 0 0 0    rgba(232,89,60,0.55); }
  50%  { box-shadow: 0 0 0 10px rgba(232,89,60,0); }
  100% { box-shadow: 0 0 0 0    rgba(232,89,60,0); }
}

@keyframes tp-shimmer {
  0%   { transform: translateX(-100%); }
  50%  { transform: translateX(120%); }
  100% { transform: translateX(120%); }
}

/* ---- Mobile ---- */
@media (max-width: 767px) {
  .tp-banner-overlay {
    width: 55%;
    padding: 0 3% 0 2%;
  }

  .tp-banner-headline {
    font-size: clamp(0.9rem, 4vw, 1.15rem);
  }

  .tp-banner-sub {
    font-size: 0.68rem;
    margin-bottom: 12px;
  }

  .tp-banner-btn {
    padding: 7px 14px;
    font-size: 0.75rem;
  }

  .tp-banner-btn .tp-arrow {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 480px) {
  .tp-banner-overlay {
    width: 60%;
  }
  .tp-banner-label {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tp-banner-btn,
  .tp-banner-btn::before,
  .tp-cursor {
    animation: none !important;
  }
  .tp-banner-btn,
  .tp-banner-label,
  .tp-banner-headline,
  .tp-banner-sub { opacity: 1 !important; animation: none !important; }
}












/* ============================================================
   TRIPS PIONEERS — Categories Hover Orange Accent
   Platform: Salla | Targets: #tp-unified-grid .banner-entry
   Does NOT touch layout, sizing, or any other section
   ============================================================ */

/* Overlay glow on hover */
#tp-unified-grid .banner-entry.has-overlay::after {
  transition: background 0.35s ease, opacity 0.35s ease !important;
}

#tp-unified-grid .banner-entry.has-overlay:hover::after {
  background: rgba(232, 89, 60, 0.45) !important;
}

/* Card scale + orange border glow */
#tp-unified-grid .banner-entry {
  transition:
    transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.32s ease !important;
  will-change: transform;
}

#tp-unified-grid .banner-entry:hover {
  transform: translateY(-4px) scale(1.03) !important;
  box-shadow:
    0 0 0 2.5px #E8593C,
    0 10px 32px rgba(232, 89, 60, 0.30) !important;
}

/* Title stays white and sharp on hover */
#tp-unified-grid .banner-entry:hover .banner__title {
  color: #ffffff !important;
  text-shadow: 0 0 12px rgba(232, 89, 60, 0.7) !important;
}

/* Arrow icon — orange on hover */
#tp-unified-grid .banner-entry:hover .tp-card-arrow svg {
  stroke: #E8593C !important;
  filter: drop-shadow(0 0 4px rgba(232, 89, 60, 0.6));
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  #tp-unified-grid .banner-entry {
    transition: box-shadow 0.2s ease !important;
  }
  #tp-unified-grid .banner-entry:hover {
    transform: none !important;
  }
}

/* ============================================================
   Override blue outline/border from original theme
   ============================================================ */

#tp-unified-grid .banner-entry:hover,
#tp-unified-grid .banner-entry:focus,
#tp-unified-grid .banner-entry:focus-visible,
#tp-unified-grid .banner-entry.h-banner:hover,
#tp-unified-grid .banner-entry.h-banner:focus {
  outline: none !important;
  border-color: #E8593C !important;
  box-shadow:
    0 0 0 2.5px #E8593C,
    0 10px 32px rgba(232, 89, 60, 0.30) !important;
}

/* Kill any blue ring the theme injects */
#tp-unified-grid .banner-entry *:focus,
#tp-unified-grid .banner-entry *:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}































/* ============================================================
   TRIPS PIONEERS — Products Slider (وصل حديثاً)
   Palette: Orange #E8593C | Dark Orange #0B1F4A bg | White text
   Target: #best-offers-4-slider only
   ============================================================ */

/* --- Section background --- */
#best-offers-4-slider {
  background: linear-gradient(135deg, #1a0a04 0%, #2d1208 50%, #1a0a04 100%) !important;
  border-radius: 16px !important;
  padding: 32px 24px !important;
}

/* --- Title area --- */
#best-offers-4-slider .s-slider-block__title-right::before {
  content: 'NEW ARRIVALS';
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(232, 89, 60, 0.8) !important;
  margin-bottom: 4px;
}

#best-offers-4-slider .s-slider-block__title h2 {
  color: #ffffff !important;
  font-weight: 900 !important;
}

/* --- Nav arrows --- */
#best-offers-4-slider .s-slider-nav-arrow {
  background: rgba(232, 89, 60, 0.12) !important;
  border-color: rgba(232, 89, 60, 0.4) !important;
  color: #E8593C !important;
  transition: all 0.25s ease !important;
}

#best-offers-4-slider .s-slider-nav-arrow:hover:not(:disabled) {
  background: #E8593C !important;
  border-color: #E8593C !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(232, 89, 60, 0.4) !important;
}

#best-offers-4-slider .s-slider-nav-arrow svg path {
  fill: currentColor !important;
}

/* --- Product card --- */
#best-offers-4-slider .s-product-card-entry {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1.5px solid rgba(232, 89, 60, 0.18) !important;
  border-radius: 14px !important;
  transition:
    transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.32s ease,
    border-color 0.32s ease,
    background 0.32s ease !important;
  overflow: hidden;
}

/* Card hover */
#best-offers-4-slider .s-product-card-entry:hover {
  transform: translateY(-5px) scale(1.02) !important;
  background: rgba(232, 89, 60, 0.08) !important;
  border-color: #E8593C !important;
  box-shadow:
    0 0 0 1px rgba(232, 89, 60, 0.3),
    0 14px 40px rgba(232, 89, 60, 0.20),
    0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

/* Image zoom */
#best-offers-4-slider .s-product-card-image-cover {
  transition: transform 0.4s ease !important;
}
#best-offers-4-slider .s-product-card-entry:hover .s-product-card-image-cover {
  transform: scale(1.06) !important;
}

/* Shimmer on image hover */
#best-offers-4-slider .s-product-card-image {
  position: relative;
  overflow: hidden;
}
#best-offers-4-slider .s-product-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(232,89,60,0.13) 50%, transparent 65%);
  transform: translateX(-100%);
  pointer-events: none;
}
#best-offers-4-slider .s-product-card-entry:hover .s-product-card-image::after {
  animation: tp-shim 0.6s ease forwards;
}
@keyframes tp-shim {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(150%); }
}

/* --- Text colors on dark bg --- */
#best-offers-4-slider .s-product-card-content-title a {
  color: #f0f0f0 !important;
  transition: color 0.2s ease !important;
}
#best-offers-4-slider .s-product-card-entry:hover .s-product-card-content-title a {
  color: #E8593C !important;
}

#best-offers-4-slider .s-product-card-price {
  color: #ffffff !important;
  font-weight: 800 !important;
}

/* SAR icon */
#best-offers-4-slider .s-product-card-price .sicon-sar {
  color: rgba(232, 89, 60, 0.85) !important;
}

/* --- Add to cart button --- */
#best-offers-4-slider .s-button-primary-outline {
  background: transparent !important;
  border-color: #E8593C !important;
  color: #E8593C !important;
  transition: all 0.25s ease !important;
  position: relative;
  overflow: hidden;
}

/* Subtle shimmer loop on button */
#best-offers-4-slider .s-button-primary-outline::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,0.18) 50%, transparent 65%);
  transform: translateX(-100%);
  animation: tp-btn-shim 3s ease-in-out infinite;
  pointer-events: none;
}
@keyframes tp-btn-shim {
  0%   { transform: translateX(-100%); }
  45%  { transform: translateX(160%); }
  100% { transform: translateX(160%); }
}

#best-offers-4-slider .s-button-primary-outline:hover {
  background: #E8593C !important;
  border-color: #E8593C !important;
  color: #ffffff !important;
  box-shadow: 0 4px 18px rgba(232, 89, 60, 0.40) !important;
}

/* Notify button */
#best-offers-4-slider .s-button-primary {
  background: linear-gradient(135deg, #E8593C, #c94422) !important;
  border-color: #E8593C !important;
  color: #fff !important;
  transition: all 0.25s ease !important;
}
#best-offers-4-slider .s-button-primary:hover {
  background: linear-gradient(135deg, #d44a2e, #b33a1e) !important;
  box-shadow: 0 4px 18px rgba(232, 89, 60, 0.40) !important;
}

/* Wishlist btn */
#best-offers-4-slider .s-product-card-wishlist-btn {
  background: rgba(0,0,0,0.3) !important;
  border-color: rgba(232, 89, 60, 0.3) !important;
  color: rgba(255,255,255,0.7) !important;
  transition: all 0.2s ease !important;
}
#best-offers-4-slider .s-product-card-wishlist-btn:hover {
  background: rgba(232, 89, 60, 0.2) !important;
  border-color: #E8593C !important;
  color: #E8593C !important;
}

/* Out-of-stock subtle dim */
#best-offers-4-slider .s-product-card-out-of-stock {
  opacity: 0.78;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  #best-offers-4-slider .s-product-card-entry,
  #best-offers-4-slider .s-product-card-image-cover,
  #best-offers-4-slider .s-button-primary-outline::before {
    transition: none !important;
    animation: none !important;
  }
  #best-offers-4-slider .s-product-card-entry:hover {
    transform: none !important;
  }
}