html, body { font-family: 'Poppins', sans-serif; overflow-x: hidden; }

* { -webkit-backface-visibility: hidden; backface-visibility: hidden; }
html { scroll-behavior: auto; }

.carousel-wrapper { will-change: transform; transform: translateZ(0); }
.carousel-inner { will-change: scroll-position; }

header { top: 0 !important; }
.nav-secondary { top: 4rem !important; }
#category-nav { top: 7rem !important; }
#hero-spacer { height: 7rem !important; }
#hero-spacer.with-category-nav { height: 10.5rem !important; }

@media (max-width: 639px) {
  #hero-spacer { height: 7rem !important; }
  #hero-spacer.with-category-nav { height: 10.5rem !important; }
}

.event-card {
  transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease;
  position: relative;
}
.event-card:hover {
  box-shadow: 0 8px 20px rgba(218,111,13,.18), 0 2px 6px rgba(0,0,0,.08);
  border-color: #da6f0d !important;
  transform: translateY(-4px);
}

.featured-event-card {
  display: flex; flex-direction: column;
  width: 260px; min-width: 260px; height: auto;
  background-color: white; border: 2px solid #e5e7eb;
  border-radius: 1rem; box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  flex-shrink: 0; position: relative !important;
  overflow: hidden;
}
@media (min-width: 640px) {
  .featured-event-card { width: 300px; min-width: 300px; }
}
@media (min-width: 1024px) {
  .featured-event-card { width: 320px; min-width: 320px; }
}
.featured-event-card:hover {
  box-shadow: 0 12px 28px rgba(218,111,13,0.2), 0 4px 8px rgba(0,0,0,0.1);
  border-color: #da6f0d; transform: translateY(-6px);
}
.featured-event-card .card-image-wrapper {
  width: 100%; height: 160px; overflow: hidden; flex-shrink: 0;
  position: relative; background-color: #f3f4f6;
}
@media (min-width: 640px) {
  .featured-event-card .card-image-wrapper { height: 180px; }
}
.featured-event-card .card-image-wrapper img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center center; display: block;
  transition: transform 0.4s ease;
}
.featured-event-card:hover .card-image-wrapper img {
  transform: scale(1.08);
}
.featured-event-card .p-3 { padding: 1rem; }
@media (min-width: 640px) {
  .featured-event-card .p-3 { padding: 1.25rem; }
}

.featured-event-card .event-meta {
  display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 0.75rem;
}
.featured-event-card .event-meta-item {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.8rem; color: #6b7280;
}
.featured-event-card .event-meta-item i { color: #da6f0d; font-size: 0.9rem; }

.featured-event-card .badge {
  position: absolute; top: 0.75rem; right: 0.75rem;
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.3rem 0.6rem; background-color: #da6f0d; color: white;
  border-radius: 9999px; font-size: 0.7rem; font-weight: 700;
  box-shadow: 0 2px 8px rgba(218,111,13,0.4);
}
.featured-event-card .badge i { font-size: 0.75rem; }

.featured-event-card .event-category {
  display: inline-block; padding: 0.25rem 0.6rem;
  background-color: #da6f0d; color: white;
  border-radius: 9999px; font-size: 0.7rem; font-weight: 600;
  margin-bottom: 0.5rem;
}

.text-base { font-size: 1rem; }
@media (min-width: 640px) { .text-base { font-size: 1.05rem; } }
.font-semibold { font-weight: 600; }
.mb-2 { margin-bottom: 0.5rem; }
.line-clamp-2 {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; line-height: 1.3;
}
.line-clamp-1 {
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-primary { color: #da6f0d; }
.font-bold { font-weight: 700; }
.text-xs { font-size: 0.75rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.hover\:opacity-90:hover { opacity: 0.9; }
.transition { transition: opacity 0.2s ease; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-gray-100 { border-color: #f3f4f6; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.pt-2 { padding-top: 0.5rem; }
.bg-primary { background-color: #da6f0d; }
.text-white { color: white; }
.p-3 { padding: 1rem; }

.events-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .events-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .events-grid { grid-template-columns: repeat(3, 1fr); }
}

.event-card-grid {
  background-color: white; border: 2px solid #e5e7eb;
  border-radius: 0.75rem; overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  cursor: pointer;
}
.event-card-grid:hover {
  box-shadow: 0 8px 20px rgba(218,111,13,.18), 0 2px 6px rgba(0,0,0,.08);
  border-color: #da6f0d; transform: translateY(-4px);
}
.event-card-grid .card-image {
  width: 100%; height: 180px; object-fit: cover;
  display: block;
}
.event-card-grid .card-body { padding: 1rem; }
.event-card-grid .event-category {
  display: inline-block; padding: 0.25rem 0.6rem;
  background-color: #da6f0d; color: white;
  border-radius: 9999px; font-size: 0.7rem; font-weight: 600;
  margin-bottom: 0.5rem;
}
.event-card-grid .event-title {
  font-size: 1rem; font-weight: 600; color: #1f2937;
  margin-bottom: 0.5rem; line-height: 1.3;
}
.event-card-grid .event-meta {
  display: flex; flex-direction: column; gap: 0.35rem;
  margin-bottom: 0.75rem;
}
.event-card-grid .event-meta-item {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.8rem; color: #6b7280;
}
.event-card-grid .event-meta-item i { color: #da6f0d; font-size: 0.85rem; }
.event-card-grid .event-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 0.75rem; border-top: 1px solid #f3f4f6;
}
.event-card-grid .event-price {
  font-size: 1.1rem; font-weight: 700; color: #da6f0d;
}
.event-card-grid .event-price span { font-size: 0.75rem; font-weight: 400; color: #9ca3af; }

.btn { display:inline-flex; align-items:center; justify-content:center; gap:.5rem; padding:.7rem 1rem; border-radius:.75rem; font-weight:600; }
.btn-primary { background:#da6f0d; color:#fff; }
.btn-primary:hover { filter:brightness(.93); }
.btn-dark { background:#001830; color:#fff; }
.btn-dark:hover { filter:brightness(1.15); }

#loading-screen {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background-color: #efece2; display: flex; flex-direction: column;
  align-items: center; justify-content: center; z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#loading-screen.hidden { opacity: 0; visibility: hidden; }
.loading-logo {
  width: 120px; height: 120px;
  background-image: url('https://i.postimg.cc/vBjDkrGd/logo-wafricastore.png');
  background-size: contain; background-repeat: no-repeat; background-position: center;
  animation: logoPulse 1.5s ease-in-out infinite;
}
@keyframes logoPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

#lp-toast {
  position: fixed; bottom: 5rem; left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #1f2937; color: white; padding: 0.65rem 1.25rem; border-radius: 2rem;
  font-size: 0.875rem; font-weight: 500; font-family: 'Poppins', sans-serif;
  white-space: nowrap; z-index: 9000; opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  box-shadow: 0 4px 18px rgba(0,0,0,0.25); display: flex; align-items: center; gap: 0.5rem;
}
#lp-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
#lp-toast i { font-size: 1rem; }

.mobile-menu {
  position: fixed; top: 0; left: 0; width: 300px; height: 100%;
  background-color: rgba(0,0,0,0.9);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  z-index: 49; display: flex; flex-direction: column;
  justify-content: space-between; align-items: center;
  padding-top: 4rem;
  opacity: 0; visibility: hidden; transform: translateX(-100%);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  overflow-y: auto;
}
.mobile-menu.active { opacity: 1; visibility: visible; transform: translateX(0); }
.mobile-menu ul { list-style-type: none; padding: 0; width: 100%; }
.mobile-menu li { border-bottom: 1px solid rgba(255,255,255,0.1); }
.mobile-menu a {
  display: flex; align-items: center; gap: 0.75rem;
  color: white; text-decoration: none;
  font-size: 1.1rem; font-weight: 500;
  padding: 1rem 1.5rem; text-align: left;
  transition: background-color 0.2s ease;
  width: 100%; box-sizing: border-box;
}
.mobile-menu a:hover { background-color: rgba(255,255,255,0.1); }
.mobile-menu a.menu-active { color: #da6f0d !important; }
.mobile-menu a.menu-active i { color: #da6f0d !important; }
.mobile-menu .has-dropdown { position: relative; }
.mobile-menu .has-dropdown > a { justify-content: flex-start; cursor: pointer; }
.mobile-menu .mobile-dropdown-arrow { font-size: 0.5rem; margin-left: auto; transition: transform 0.3s ease; display: inline-block; vertical-align: middle; }
.mobile-menu .has-dropdown.open .mobile-dropdown-arrow { transform: rotate(180deg); }
.mobile-menu .dropdown-menu { display: none; background: rgba(255,255,255,0.05); }
.mobile-menu .has-dropdown.open .dropdown-menu { display: block; }
.mobile-menu .dropdown-menu li { border-bottom: 1px solid rgba(255,255,255,0.05); }
.mobile-menu .dropdown-menu a { padding-left: 2.5rem; font-size: 1rem; }
.mobile-currency-selector {
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}
.mobile-currency-selector label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #e5e7eb;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mobile-currency-selector label i { font-size: 0.9rem; }
.mobile-currency-select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.1);
  color: white;
  font-size: 0.95rem;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
}
.mobile-currency-select:hover,
.mobile-currency-select:focus {
  border-color: #da6f0d;
  background-color: rgba(255,255,255,0.15);
  outline: none;
}
.mobile-currency-select option {
  background: #1f2937;
  color: white;
  padding: 0.5rem;
}
.mobile-menu-version { color: #9ca3af; font-size: 0.8rem; text-align: center; width: 100%; padding: 1rem; box-sizing: border-box; }

.header-cart-icon {
  background: none; border: none; padding: 0.5rem; margin: 0; cursor: pointer; color: #001830;
  display: flex; align-items: center; justify-content: center;
  transition: color 0.2s ease; position: relative; text-decoration: none;
}
.header-cart-icon:hover { color: #da6f0d; }
.header-cart-icon i { font-size: 1.5rem; }

.desktop-search-wrap {
  display: none;
  flex: 1;
  max-width: 400px;
  padding: 0 1rem;
}

.desktop-search-box {
  display: flex;
  align-items: center;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.desktop-search-box:focus-within {
  border-color: #da6f0d;
  box-shadow: 0 0 0 3px rgba(218,111,13,0.15);
}

.desktop-search-icon {
  color: #9ca3af;
  font-size: 0.9rem;
  margin-right: 0.5rem;
}

.desktop-search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
  color: #1f2937;
  outline: none;
}

.desktop-search-input::placeholder {
  color: #9ca3af;
}

.desktop-img-search-btn, .desktop-filter-btn {
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  padding: 0.35rem;
  border-radius: 0.25rem;
  transition: color 0.2s ease, background 0.2s ease;
}

.desktop-img-search-btn:hover, .desktop-filter-btn:hover {
  color: #da6f0d;
  background: rgba(218,111,13,0.1);
}

.currency-btn-wrapper {
  position: relative;
}

.currency-btn-wrapper .desktop-img-search-btn {
  position: relative;
}

.currency-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 0.55rem;
  background: #da6f0d;
  color: white;
  padding: 1px 4px;
  border-radius: 4px;
  font-weight: 600;
}

.currency-converter-popup {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  width: 280px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  z-index: 1000;
  padding: 1rem;
}

.currency-converter-popup.hidden {
  display: none;
}

.currency-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.currency-popup-title {
  font-weight: 600;
  color: #1f2937;
  font-size: 0.95rem;
}

.currency-popup-desc {
  font-size: 0.8rem;
  color: #6b7280;
  margin: 0 0 0.25rem;
}

.currency-popup-close {
  background: none;
  border: none;
  font-size: 1.25rem;
  color: #9ca3af;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.currency-popup-close:hover {
  color: #1f2937;
}

.currency-popup-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.currency-input-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.currency-input-group label {
  font-size: 0.8rem;
  color: #6b7280;
  font-weight: 500;
}

.currency-input {
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.currency-input:focus {
  border-color: #da6f0d;
  box-shadow: 0 0 0 3px rgba(218,111,13,0.15);
}

.currency-select {
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.9rem;
  outline: none;
  background: white;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.currency-select:focus {
  border-color: #da6f0d;
  box-shadow: 0 0 0 3px rgba(218,111,13,0.15);
}

.currency-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  background: #f9fafb;
  border-radius: 0.375rem;
  margin-top: 0.25rem;
}

.currency-result-label {
  font-size: 0.85rem;
  color: #6b7280;
}

.currency-result-value {
  font-weight: 700;
  color: #da6f0d;
  font-size: 1rem;
}

.currency-convert-btn {
  padding: 0.6rem 1rem;
  background: #da6f0d;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.currency-convert-btn:hover {
  background: #b85d0a;
}

.currency-convert-btn:active {
  transform: scale(0.98);
}

.mobile-currency-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #da6f0d;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(218,111,13,0.4);
  transition: background-color 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 0.5rem;
}

.mobile-currency-btn:hover {
  background: #b85d0a;
  transform: scale(1.05);
}

.mobile-currency-btn:active {
  transform: scale(0.95);
}

#mobileCurrencyPopup {
  position: fixed;
  top: auto;
  bottom: 1rem;
  right: 1rem;
  left: 1rem;
  width: auto;
  margin: 0;
  z-index: 1001;
}

@media (min-width: 1024px) {
  .desktop-nav, .desktop-search-wrap { display: block; }
}

.header-icon-text {
  display: none; font-family: 'Poppins', sans-serif; font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.5px; margin-left: 6px; color: #001830;
}
@media (min-width: 640px) { .header-icon-text { display: inline; } }

.header-profile-btn {
  background: none; border: none; padding: 0.5rem; margin: 0; cursor: pointer; color: #001830;
  display: flex; align-items: center; justify-content: center;
  transition: color 0.2s ease; font-family: 'Poppins', sans-serif; text-decoration: none;
}
.header-profile-btn:hover { color: #da6f0d; }
.header-profile-btn i { font-size: 1.5rem; }

#cart-count-badge {
  position: absolute; top: -4px; right: -6px; min-width: 18px; height: 18px;
  background-color: #da6f0d; border-radius: 9999px; border: 2px solid white;
  display: none; align-items: center; justify-content: center; color: white;
  font-size: 10px; font-weight: 700; font-family: 'Poppins', sans-serif;
  line-height: 1; padding: 0 3px; transform: translate(10%, -10%);
}
#cart-count-badge.show { display: flex; }
.hamburger-btn {
  background: none; border: none; font-size: 1.5rem; cursor: pointer;
  color: #001830; padding: 0.5rem; display: flex; align-items: center; justify-content: center; position: relative;
}
.hamburger-btn:hover { color: #da6f0d; }
.hamburger-btn .header-icon-text {
  display: none; font-family: 'Poppins', sans-serif; font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.5px; margin-left: 6px; color: #001830;
}
@media (min-width: 640px) { .hamburger-btn .header-icon-text { display: inline; } }
@media (min-width: 1024px) { .hamburger-btn { display: none; } }

.desktop-nav {
  display: none; flex: 1; justify-content: center;
}
.desktop-nav-list {
  display: flex; list-style: none; margin: 0; padding: 0;
  align-items: center; gap: 0.25rem;
}
.desktop-nav-link {
  display: flex; align-items: center; gap: 0.4rem; padding: 0.5rem 0.75rem;
  text-decoration: none; color: #001830; font-weight: 500; font-size: 0.9rem;
  font-family: 'Poppins', sans-serif; border-radius: 0.5rem;
  transition: all 0.2s ease;
}
.desktop-nav-link:hover { background-color: #fff5ee; color: #da6f0d; }
.desktop-nav-link.active { color: #da6f0d; }
.desktop-nav-link i { font-size: 0.95rem; }
.desktop-nav-link .fa-chevron-down { font-size: 0.65rem; margin-left: 0.2rem; transition: transform 0.2s ease; }
.desktop-nav-list .has-dropdown { position: relative; }
.desktop-nav-list .has-dropdown > .dropdown-menu {
  display: none; position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%); background-color: white; list-style: none;
  margin: 0; padding: 0.5rem 0; box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  border-radius: 0.5rem; min-width: 180px; z-index: 100;
}
.desktop-nav-list .has-dropdown:hover > .dropdown-menu { display: block; }
.desktop-nav-list .has-dropdown:hover > .desktop-nav-link .fa-chevron-down { transform: rotate(180deg); }
.desktop-nav-list .dropdown-item {
  display: flex; align-items: center; gap: 0.6rem; padding: 0.6rem 1rem;
  text-decoration: none; color: #001830; font-size: 0.88rem; font-weight: 500;
  font-family: 'Poppins', sans-serif; transition: background-color 0.2s ease, color 0.2s ease;
}
.desktop-nav-list .dropdown-item:hover { background-color: #fff5ee; color: #da6f0d; }
.desktop-nav-list .dropdown-item i { font-size: 0.9rem; width: 18px; text-align: center; }
@media (min-width: 1024px) { .desktop-nav { display: flex; } }

#backToTop {
  position: fixed; bottom: 2rem; right: 2rem;
  background-color: #da6f0d; color: white; border: none; border-radius: 50%;
  width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center;
  cursor: pointer; box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.2s ease; z-index: 1000;
}
#backToTop:hover { background-color: #b85d0a; transform: translateY(-2px); }
#backToTop.show { opacity: 1; visibility: visible; transform: translateY(0); }

#hero { position: relative; overflow: hidden; width: 100%; height: 250px; background: linear-gradient(135deg, #da6f0d 0%, #ff8c42 100%); }
@media (max-width: 639px) { #hero { height: 200px; } }
#hero .hero-content {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  display: flex; flex-direction: column; justify-content: center;
  padding: 1rem; z-index: 10;
}
#hero .hero-text {
  position: absolute; bottom: 0; left: 0; width: 100%; padding: 1.5rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.5)); color: white; z-index: 20;
}
#hero .hero-carousel-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
#hero .hero-carousel { width: 100%; height: 100%; position: relative; }
.carousel-slide {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.5s ease-in-out;
}
.carousel-slide.active { opacity: 1; }
.carousel-slide .slide-content { text-align: center; color: white; padding: 2rem; }
.carousel-slide .slide-badge {
  display: inline-block; background: rgba(255,255,255,0.2);
  padding: 0.35rem 0.75rem; border-radius: 9999px;
  font-size: 0.8rem; font-weight: 600; margin-bottom: 0.75rem;
}
.carousel-slide .slide-content h2 { font-size: 1.75rem; font-weight: 700; margin-bottom: 0.5rem; }
.carousel-slide .slide-content p { font-size: 1rem; opacity: 0.9; }

.hero-nav-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 30;
  background: rgba(255,255,255,0.25); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  border: 2px solid rgba(255,255,255,0.5); color: white; border-radius: 50%;
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 1.1rem; opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease, background 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}
.hero-nav-btn.left  { left:  1rem; }
.hero-nav-btn.right { right: 1rem; }
.hero-nav-btn.show { opacity: 1; visibility: visible; pointer-events: auto; }
.hero-nav-btn:hover {
  background: rgba(218,111,13,0.75); border-color: rgba(218,111,13,0.9);
  transform: translateY(-50%) scale(1.08);
}
@media (max-width: 639px) { .hero-nav-btn { display: none !important; } }

.search-section-wrapper { position: relative; z-index: 45; }
#search-placeholder { display: none; height: 0; }
#search-placeholder.active { display: block; }
.search-section {
  padding: 1rem 0; background-color: #f9fafb;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
  position: relative; transition: box-shadow 0.3s ease; z-index: 45;
  display: none;
}
@media (max-width: 639px) {
  .search-section { display: block; }
}
.search-section.is-sticky {
  position: fixed; left: 0; right: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15); animation: slideDownSearch 0.2s ease;
}
@keyframes slideDownSearch {
  from { transform: translateY(-10px); opacity: 0.7; }
  to   { transform: translateY(0);     opacity: 1; }
}
.search-container {
  max-width: 72rem; margin: 0 auto; padding: 0 1rem;
  display: flex; align-items: center; gap: 0.5rem;
}
.search-input-wrap {
  flex: 1; display: flex; align-items: center;
  position: relative; min-width: 0;
}
.search-input {
  flex: 1; padding: 0.75rem 3.2rem 0.75rem 2.5rem;
  border: 1px solid #d1d5db; border-radius: 0.5rem;
  font-size: 1rem; font-family: 'Poppins', sans-serif;
  transition: border-color 0.2s ease; width: 100%; min-width: 0;
  box-sizing: border-box;
}
.search-icon-left {
  position: absolute; left: 0.75rem; top: 50%; transform: translateY(-50%);
  color: #9ca3af; font-size: 1rem; pointer-events: none; z-index: 5;
}
.search-input:focus {
  outline: none; border-color: #da6f0d; box-shadow: 0 0 0 3px rgba(218,111,13,0.2);
}
#noResultsMessage { display: none !important; }

#catalogue {
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
}

.nav-secondary {
  background-color: white; box-shadow: 0 1px 3px rgba(0,0,0,0.1); z-index: 48;
  position: fixed; top: 4rem; left: 0; right: 0;
  height: 3rem; white-space: nowrap; overflow-x: auto; overflow-y: hidden; -ms-overflow-style: none;
}
.nav-secondary::-webkit-scrollbar { display: none; }
.nav-secondary ul {
  display: flex; list-style: none; margin: 0; padding: 0.25rem 0;
  justify-content: center; min-width: max-content; align-items: center; height: 100%;
}
.nav-secondary li { margin: 0 0.5rem; }
.nav-secondary a {
  text-decoration: none; font-weight: 500; font-size: 0.9rem; padding: 0.5rem 0.75rem;
  border-radius: 0.375rem; transition: color 0.2s ease;
  display: inline-flex; align-items: center; gap: 0.4rem; line-height: 1;
}
.nav-secondary a:not([href="index.html"]) { color: #001830 !important; }
.nav-secondary a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.nav-secondary a.active { color: #da6f0d !important; }
.nav-secondary .hamburger-menu-btn {
  margin-right: 0.25rem; color: #001830; background: none; border: none;
  font-size: 1.2rem; cursor: pointer; padding: 0.25rem 0.5rem; border-radius: 0.375rem;
  transition: color 0.2s ease; display: inline-flex; align-items: center;
}
.nav-secondary .hamburger-menu-btn:hover { color: #da6f0d; }

#category-nav {
  display: none; background-color: white; box-shadow: 0 1px 3px rgba(0,0,0,0.1); z-index: 47;
  position: fixed; top: 7rem; left: 0; right: 0;
  height: 3.5rem; white-space: nowrap; overflow-x: auto; overflow-y: hidden; -ms-overflow-style: none;
}
#category-nav::-webkit-scrollbar { display: none; }
#category-nav.show { display: block; }
#category-links {
  display: flex; list-style: none; margin: 0; padding: 0.25rem 0;
  justify-content: flex-start; min-width: max-content; align-items: center; height: 100%;
  gap: 0.5rem;
}
.category-filter-btn {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.4rem 0.75rem; background: #f3f4f6; border: 1px solid #e5e7eb;
  border-radius: 0.5rem; font-size: 0.85rem; font-weight: 500;
  font-family: 'Poppins', sans-serif; color: #001830; cursor: pointer;
  transition: all 0.2s ease; white-space: nowrap;
}
.category-filter-btn:hover { background: #fff5ee; border-color: #da6f0d; color: #da6f0d; }
.category-filter-btn.active { background: #da6f0d; border-color: #da6f0d; color: white; }
.category-filter-btn i { font-size: 0.9rem; }

.title-with-button { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.title-with-button h2 { margin: 0; flex-grow: 1; }
.sort-select {
  padding: 0.4rem 0.75rem; border: 1px solid #d1d5db; border-radius: 0.5rem;
  font-size: 0.85rem; font-family: 'Poppins', sans-serif;
  color: #001830; background: white; cursor: pointer;
}
.sort-select:focus { outline: none; border-color: #da6f0d; }

.section-separator {
  width: 100%; height: 2px;
  background: linear-gradient(90deg, #da6f0d 0%, #e5e7eb 50%, #da6f0d 100%);
  margin: 0.75rem 0 1.25rem 0; border-radius: 1px;
}
.section-icon { color: #da6f0d; margin-right: 0.4rem; }

.carousel-container { 
  position: relative; padding: 0.5rem 0; overflow: hidden;
  touch-action: manipulation;
}
.carousel-inner { 
  display: flex; overflow-x: auto; scroll-behavior: smooth; 
  -ms-overflow-style: none; scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-left: 0.5rem; padding-right: 0.5rem; gap: 0.75rem;
  overscroll-behavior: contain; scroll-snap-type: x mandatory;
}
.featured-event-card { scroll-snap-align: start; flex-shrink: 0; }
.carousel-inner::-webkit-scrollbar { display: none; }
.carousel-wrapper { position: relative; width: 100%; }

@media (max-width: 767px) {
  .carousel-container::before, .carousel-container::after {
    content: ''; position: absolute; top: 0; bottom: 0;
    width: 30px; z-index: 5; pointer-events: none;
  }
  .carousel-container::before { left: 0; background: linear-gradient(to right, rgba(241,236,230,0.8), transparent); }
  .carousel-container::after { right: 0; background: linear-gradient(to left, rgba(241,236,230,0.8), transparent); }
}
.carousel-nav-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  background-color: rgba(255,255,255,0.9); color: #1f2937; border-radius: 9999px;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
  padding: 0.5rem; cursor: pointer; align-items: center; justify-content: center;
  font-size: 1.25rem; border: 1px solid #e5e7eb; width: 40px; height: 40px;
  opacity: 0; visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, background-color 0.2s ease, transform 0.15s ease; display: none;
}
.carousel-nav-btn:hover {
  background-color: #da6f0d; color: white; border-color: #da6f0d;
  transform: translateY(-50%) scale(1.1);
}
@media (min-width: 768px) { .carousel-nav-btn { display: flex; } }
.carousel-nav-btn.left { left: 4px; }
.carousel-nav-btn.right { right: 4px; }
@media (min-width: 768px) {
  .carousel-nav-btn.left { left: 10px; }
  .carousel-nav-btn.right { right: 10px; }
}

.global-container { display: flex; width: 100%; min-height: calc(100vh - 4rem); align-items: stretch; }
.sidebar { width: 160px; min-height: 100%; display: none; background-color: #da6f0d; position: sticky; top: 0; overflow: hidden; z-index: 1; }
.sidebar-image { width: 100%; height: auto; max-height: 600px; object-fit: contain; }
.main-content { width: 100%; max-width: 1440px; margin: 0 auto; position: relative; z-index: 2; }
@media (min-width: 1024px) {
  .sidebar { display: block; }
  .main-content { max-width: calc(100% - 320px); }
}
.sidebar.color-5 { background-color: #da6f0d; }
.hidden { display: none !important; }

.empty-section-msg {
  display: none; flex-direction: column; align-items: center;
  justify-content: center; padding: 2rem 1rem; text-align: center;
}
.empty-section-msg.show { display: flex; }
.empty-section-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 70px; height: 70px; border-radius: 50%;
  background: linear-gradient(135deg, #fef3e2 0%, #fdd9b0 100%);
  box-shadow: 0 0 0 0 rgba(218,111,13,0.25);
  animation: pulseRing 2s ease-in-out infinite; margin-bottom: 0.75rem;
}
.empty-section-icon i { font-size: 1.8rem; color: #da6f0d; }
.empty-section-msg p { font-size: 0.9rem; color: #6b7280; margin: 0; }

#no-events-zone {
  display: none; padding: 3rem 1rem 2rem; text-align: center;
  background-color: #fff8f3; border-top: 1px solid #fde8d0; border-bottom: 1px solid #fde8d0;
  border-radius: 1rem; margin-top: 1rem;
}
#no-events-zone.show { display: block; animation: fadeInUp 0.4s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.no-events-icon-wrap {
  display: inline-flex; align-items: center; justify-content: center;
  width: 80px; height: 80px; border-radius: 50%;
  background: linear-gradient(135deg, #fff3e8 0%, #ffe5c8 100%);
  box-shadow: 0 0 0 0 rgba(218,111,13,0.4); margin-bottom: 1.25rem;
}
.no-events-icon-wrap i { font-size: 2.2rem; color: #da6f0d; }
.no-events-title { font-size: 1.2rem; font-weight: 700; color: #1f2937; margin-bottom: 0.5rem; }
.no-events-subtitle { font-size: 0.9rem; color: #6b7280; max-width: 380px; margin: 0 auto; line-height: 1.6; }

.avantages-section {
  background-color: #f3f4f6; padding: 2.5rem 1rem;
  border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb;
}
.avantages-container { max-width: 72rem; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 640px) { .avantages-container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .avantages-container { padding: 0 2rem; } }
.avantages-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem;
}
@media (min-width: 768px) {
  .avantages-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
}
@media (max-width: 479px) { .avantages-grid { grid-template-columns: 1fr; gap: 1rem; } }
.avantage-bloc {
  background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 1rem;
  padding: 1.75rem 1rem; text-align: center; display: flex;
  flex-direction: column; align-items: center; gap: 0.75rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.avantage-bloc:hover {
  box-shadow: 0 8px 24px rgba(218,111,13,0.14), 0 2px 6px rgba(0,0,0,0.07);
  border-color: #da6f0d; transform: translateY(-3px);
}
.avantage-icon-wrap {
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, #fff5ee 0%, #fde8cc 100%);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: background 0.25s ease, transform 0.25s ease;
  box-shadow: 0 2px 10px rgba(218,111,13,0.15);
}
.avantage-bloc:hover .avantage-icon-wrap {
  background: linear-gradient(135deg, #da6f0d 0%, #e8850a 100%);
  transform: scale(1.08);
}
.avantage-icon-wrap i {
  font-size: 1.6rem; color: #da6f0d; transition: color 0.25s ease;
}
.avantage-bloc:hover .avantage-icon-wrap i { color: #ffffff; }
.avantage-titre { font-size: 0.95rem; font-weight: 700; color: #1f2937; margin: 0; line-height: 1.3; }
.avantage-desc { font-size: 0.8rem; color: #6b7280; margin: 0; line-height: 1.5; }

footer { background-color: #001830; color: #9ca3af; padding-top: 1rem; padding-bottom: 3rem; z-index: 1; }
footer p { font-size: 0.875rem; margin: 0; }
footer .footer-content { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }

.ticket-modal {
  display: none; position: fixed; inset: 0;
  background: rgba(0, 0, 0, 0.65); z-index: 9800;
  align-items: center; justify-content: center; padding: 1rem;
}
.ticket-modal.show { display: flex; animation: ispFadeIn 0.25s ease both; }
@keyframes ispFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ticket-modal-content {
  background: white; border-radius: 1.25rem; width: 100%; max-width: 500px;
  max-height: 90vh; overflow-y: auto;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  animation: ispSlideUp 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  position: relative;
}
@keyframes ispSlideUp {
  from { opacity: 0; transform: translateY(30px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.ticket-modal-close {
  position: absolute; top: 0.75rem; right: 0.75rem;
  font-size: 1.5rem; cursor: pointer; color: #9ca3af;
  background: none; border: none; width: 2rem; height: 2rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; transition: background-color 0.2s ease;
  z-index: 10;
}
.ticket-modal-close:hover { background-color: #f3f4f6; color: #ef4444; }

.ticket-modal-body { padding: 0; }
.ticket-modal-image { width: 100%; height: 200px; object-fit: cover; }
.ticket-modal-info { padding: 1.5rem; }
.ticket-modal-category {
  display: inline-block; padding: 0.25rem 0.6rem;
  background-color: #da6f0d; color: white;
  border-radius: 9999px; font-size: 0.75rem; font-weight: 600;
  margin-bottom: 0.75rem;
}
.ticket-modal-title { font-size: 1.25rem; font-weight: 700; color: #1f2937; margin-bottom: 1rem; }
.ticket-modal-meta { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.5rem; }
.ticket-modal-meta-item {
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 0.9rem; color: #6b7280;
}
.ticket-modal-meta-item i { color: #da6f0d; width: 20px; text-align: center; }
.ticket-modal-ticket-types { margin-bottom: 1.5rem; }
.ticket-modal-ticket-types h4 { font-size: 1rem; font-weight: 600; margin-bottom: 0.75rem; }
.ticket-type-option {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.75rem 1rem; border: 2px solid #e5e7eb;
  border-radius: 0.5rem; margin-bottom: 0.5rem; cursor: pointer;
  transition: all 0.2s ease;
}
.ticket-type-option:hover { border-color: #da6f0d; background: #fff8f5; }
.ticket-type-option.selected { border-color: #da6f0d; background: #fff5ee; }
.ticket-type-option input { display: none; }
.ticket-type-name { font-weight: 600; color: #1f2937; }
.ticket-type-desc { font-size: 0.8rem; color: #6b7280; }
.ticket-type-price { font-weight: 700; color: #da6f0d; font-size: 1.1rem; }
.quantity-selector {
  display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;
}
.quantity-selector label { font-weight: 600; }
.quantity-controls {
  display: flex; align-items: center; gap: 0.5rem;
}
.quantity-btn {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid #d1d5db; background: white;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.2s ease;
}
.quantity-btn:hover { background: #fff5ee; border-color: #da6f0d; color: #da6f0d; }
.quantity-value { font-weight: 600; font-size: 1.1rem; min-width: 30px; text-align: center; }
.ticket-modal-total {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 0; border-top: 2px solid #f3f4f6; margin-bottom: 1rem;
}
.ticket-modal-total span:first-child { font-weight: 600; color: #1f2937; }
.ticket-modal-total span:last-child { font-size: 1.5rem; font-weight: 700; color: #da6f0d; }

.ticket-buy-now-btn {
  width: calc(100% - 3rem);
  margin: 0 1.5rem 0.75rem;
  padding: 1rem;
  background: #da6f0d;
  color: white;
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background 0.2s ease;
}
.ticket-buy-now-btn:hover { background: #b85d0a; }
.ticket-buy-now-btn.hidden { display: none; }

.ticket-modal-btn {
  width: calc(100% - 3rem);
  margin: 0 1.5rem 1.5rem;
  padding: 1rem;
  background: #001830;
  color: white;
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background 0.2s ease;
}
.ticket-modal-btn:hover { background: #002a4a; }

/* ── Order Channel Modal (identique à details_produit) ── */
#order-channel-modal {
  position: fixed; inset: 0; z-index: 10500;
  display: flex; align-items: flex-start; justify-content: center;
  padding: 1rem;
  padding-top: 5vh;
  background: rgba(0, 24, 48, 0.65);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
}
#order-channel-modal.open { opacity: 1; visibility: visible; }
.ocm-card {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  width: 100%;
  max-width: 520px;
  overflow-y: auto;
  max-height: 90vh;
  transform: translateY(24px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#order-channel-modal.open .ocm-card { transform: translateY(0) scale(1); }

.ocm-header {
  background: linear-gradient(135deg, #001830 0%, #003060 100%);
  padding: 1.4rem 1.5rem 1.1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.ocm-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.2rem;
  line-height: 1.3;
}
.ocm-subtitle {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  line-height: 1.4;
}
.ocm-close {
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 32px; height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 0.9rem;
  transition: background 0.2s, color 0.2s;
  margin-top: -2px;
}
.ocm-close:hover { background: rgba(255, 255, 255, 0.22); color: #fff; }

.ocm-product-preview {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1.5rem;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}
.ocm-product-img {
  width: 52px; height: 52px;
  border-radius: 0.6rem;
  object-fit: cover;
  border: 1px solid #e5e7eb;
  flex-shrink: 0;
}
.ocm-product-info { min-width: 0; flex: 1; }
.ocm-product-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: #1f2937;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ocm-product-price {
  font-size: 0.88rem;
  font-weight: 700;
  color: #da6f0d;
  margin-top: 2px;
}
.ocm-product-price.promo { color: #e53e3e; }
.ocm-product-qty { font-size: 0.75rem; color: #6b7280; margin-top: 2px; }

.ocm-body { padding: 1.25rem 1.5rem 1rem; }

.ocm-promo-section {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}
.ocm-promo-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.6rem;
}
.ocm-promo-label i { color: #da6f0d; }
.ocm-promo-input-wrap {
  display: flex;
  gap: 0.5rem;
}
.ocm-promo-input {
  flex: 1;
  padding: 0.65rem 0.85rem;
  border: 1px solid #d1d5db;
  border-radius: 0.6rem;
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ocm-promo-input:focus {
  border-color: #da6f0d;
  box-shadow: 0 0 0 3px rgba(218, 111, 13, 0.15);
}
.ocm-promo-input::placeholder { color: #9ca3af; }
.ocm-apply-promo-btn {
  padding: 0.65rem 1rem;
  background: #001830;
  color: #fff;
  border: none;
  border-radius: 0.6rem;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}
.ocm-apply-promo-btn:hover { background: #0f2a4a; }
.ocm-apply-promo-btn:active { transform: scale(0.97); }
.ocm-promo-message {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  min-height: 1rem;
}
.ocm-promo-message.error { color: #dc2626; }
.ocm-promo-message.success { color: #16a34a; }
.ocm-promo-reduction {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.6rem;
  padding: 0.6rem 0.75rem;
  background: #f0fdf4;
  border-radius: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #16a34a;
}
.ocm-promo-reduction.hidden { display: none; }
.ocm-promo-reduction i { font-size: 0.9rem; }

.ocm-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ocm-channels { display: flex; flex-direction: column; gap: 0.65rem; }

.ocm-channel-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 0.85rem;
  border: 2px solid transparent;
  background: #f8fafc;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.12s, box-shadow 0.2s;
  text-align: left;
  font-family: 'Poppins', sans-serif;
}
.ocm-channel-btn:hover {
  border-color: currentColor;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
}
.ocm-channel-btn:active { transform: translateY(0); }
.ocm-channel-btn.whatsapp { color: #25d366; }
.ocm-channel-btn.whatsapp:hover { background: #f0fdf4; }
.ocm-channel-icon {
  width: 44px; height: 44px;
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.ocm-channel-btn.whatsapp .ocm-channel-icon { background: #dcfce7; color: #16a34a; }
.ocm-channel-btn.sms { color: #2563eb; }
.ocm-channel-btn.sms:hover { background: #eff6ff; }
.ocm-channel-btn.sms .ocm-channel-icon { background: #dbeafe; color: #2563eb; }
.ocm-channel-btn.email { color: #dc2626; }
.ocm-channel-btn.email:hover { background: #fef2f2; }
.ocm-channel-btn.email .ocm-channel-icon { background: #fee2e2; color: #dc2626; }
.ocm-channel-btn.wafricastore { color: #da6f0d; }
.ocm-channel-btn.wafricastore:hover { background: #fff5ee; }
.ocm-channel-btn.wafricastore .ocm-channel-icon { background: #ffe8d6; color: #da6f0d; }

.ocm-channel-text { min-width: 0; flex: 1; }
.ocm-channel-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111827;
  display: block;
  line-height: 1.2;
}
.ocm-channel-detail {
  font-size: 0.75rem;
  color: #6b7280;
  display: block;
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ocm-channel-arrow {
  color: #d1d5db;
  font-size: 0.8rem;
  flex-shrink: 0;
  transition: color 0.2s;
}
.ocm-channel-btn:hover .ocm-channel-arrow { color: #9ca3af; }

.ocm-footer { padding: 0.75rem 1.5rem 1.25rem; text-align: center; }
.ocm-footer p { font-size: 0.72rem; color: #9ca3af; margin: 0; line-height: 1.5; }
.ocm-footer-icon { color: #da6f0d; margin-right: 3px; }

.ocm-cart-icon { color: #da6f0d; margin-right: 6px; }

#search-section-wrapper { position: relative; background: white; z-index: 40; }

#advancedFiltersContainer {
  position: relative;
  z-index: 45;
}
@media (min-width: 1024px) {
  #advancedFiltersContainer.show {
    position: fixed;
    top: 11rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 800px;
    max-height: 60vh;
    overflow-y: auto;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
    border-radius: 0.75rem;
    z-index: 50;
  }
  #advancedFiltersContainer.show::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: -1;
  }
}
#search-section-wrapper #search-placeholder { height: 0; }
#search-section-wrapper.is-sticky { position: sticky; top: 0; }
#search-section-wrapper.is-sticky #search-placeholder { height: 70px; }
#search-section { padding: 1rem 0; display: none; }
@media (max-width: 639px) { #search-section { display: block; } }
.search-filter-row { display: flex; align-items: flex-end; gap: 0.75rem; width: 100%; max-width: 520px; margin: 0 auto; box-sizing: border-box; min-width: 0; }
@media (min-width: 768px) {
  .search-filter-row { max-width: 600px; }
}
@media (min-width: 1024px) {
  .search-filter-row { max-width: 680px; }
}
@media (max-width: 639px) {
  .search-filter-row { padding: 0 0.5rem; }
}
.search-filter-row .search-wrapper { flex: 1; min-width: 0; }
.search-filter-row .filter-wrapper { flex-shrink: 0; }
.search-wrapper input { padding-left: 2.5rem !important; }
.search-wrapper .relative .fa-magnifying-glass { left: 0.75rem; top: 50%; transform: translateY(-50%); }
.img-search-trigger-btn {
  position: absolute; right: 0.75rem; top: 50%; transform: translateY(-50%);
  background: none; border: none; cursor: pointer;
  color: #9ca3af; font-size: 1.1rem; padding: 0.25rem; border-radius: 0.375rem;
  transition: color 0.2s ease, background-color 0.2s ease;
  display: flex; align-items: center; justify-content: center; line-height: 1;
}
.img-search-trigger-btn:hover { color: #da6f0d; background-color: #fff5ee; }

.advanced-filters-container {
  display: none;
  width: 100%; margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #e5e7eb; border-radius: 0.5rem;
  background-color: #f9fafb;
  box-sizing: border-box;
}
.advanced-filters-container.show {
  display: flex; flex-wrap: wrap; gap: 1rem;
}
#search-section-wrapper.is-sticky .advanced-filters-container.show {
  max-height: 55vh; overflow-y: auto;
}

.filter-group          { flex: 1 1 150px; }
.filter-group.wide     { flex: 1 1 100%; }
.filter-group.half     { flex: 1 1 calc(50% - 0.5rem); }
.filter-group.quarter-lg { flex: 1 1 calc(25% - 0.5rem); }
@media (min-width: 768px) {
  .filter-group.half       { flex: 1 1 calc(50% - 0.5rem); }
  .filter-group.quarter-lg { flex: 1 1 calc(25% - 0.5rem); }
}

.btn { padding: 0.75rem 1.25rem; border-radius: 0.5rem; font-weight: 500; cursor: pointer; transition: all 0.2s ease; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-ghost { background: transparent; border: 1px solid #d1d5db; color: #374151; }
.btn-ghost:hover { border-color: #da6f0d; color: #da6f0d; background: #fff5ee; }
.btn-ghost.active { border-color: #da6f0d; color: #fff; background: #da6f0d; }

#countryPopup {
  display: none; position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 70; justify-content: center; align-items: center;
}
#countryPopup.show { display: flex; }

#countryPopup .popup-container {
  background-color: white; border-radius: 0.5rem;
  width: 90%; max-width: 400px; max-height: 90vh;
  overflow-y: auto; position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2); padding: 2rem;
}
#countryPopup .close-btn {
  position: absolute; top: 0.5rem; right: 0.5rem;
  font-size: 1.5rem; cursor: pointer; color: #9ca3af;
  background: none; border: none;
  width: 2rem; height: 2rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; transition: background-color 0.2s ease;
}
#countryPopup .close-btn:hover { background-color: #f3f4f6; color: #ef4444; }
#countryPopup .popup-header    { text-align: center; margin-bottom: 1rem; }
#countryPopup .popup-header h2 { font-size: 1.5rem; font-weight: 600; color: #1f2937; margin: 0 0 0.75rem 0; }

#countryPopup .popup-search-wrap { position: relative; margin-bottom: 1.25rem; }
#countryPopup .popup-search-wrap i {
  position: absolute; left: 0.75rem; top: 50%; transform: translateY(-50%);
  color: #9ca3af; font-size: 0.85rem; pointer-events: none; line-height: 1;
}
#countryPopup .popup-search {
  width: 100%; padding: 0.6rem 0.75rem 0.6rem 2.25rem;
  border: 1px solid #d1d5db; border-radius: 0.5rem;
  font-size: 0.9rem; font-family: 'Poppins', sans-serif;
  box-sizing: border-box; line-height: 1.4; transition: border-color 0.2s ease;
}
#countryPopup .popup-search:focus {
  outline: none; border-color: #da6f0d;
  box-shadow: 0 0 0 3px rgba(218,111,13,0.2);
}
#countryPopup .popup-options { display: flex; flex-direction: column; gap: 0.75rem; }

.country-option {
  display: block; padding: 0.75rem 1rem;
  background-color: #f9fafb; border: 1px solid #e5e7eb;
  border-radius: 0.375rem; text-decoration: none; color: #1f2937;
  font-weight: 500; text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease; cursor: pointer;
}
.country-option:hover         { background-color: #e5e7eb; border-color: #d1d5db; }
.country-option.active        { background-color: #da6f0d; color: white; border-color: #da6f0d; }
.country-option.hidden-option { display: none; }

#countryNoResults {
  display: none; text-align: center; padding: 2rem 1rem; color: #9ca3af;
}
