@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  font-family: "Montserrat", sans-serif;

}




/*Seperate rules for arabic words that shows like they are cutted (Sales)
/* Fix for Arabic text spacing issues in navbar */
.menu-item>a[href*="sale"] {
  letter-spacing: normal !important;
  text-shadow: none !important;
  font-weight: 600 !important;
}

/* Special fix for Arabic SALE link - prevent text clipping */
.site-header__menu .menu-item>a[href*="sale"],
.site-header__nav-inline .menu-item>a[href*="sale"],
.menu-item>a[href*="sale=1"] {
  padding: 0.5rem 10px !important;
  margin: 0 4px !important;
  letter-spacing: normal !important;
}

/* Ensure Arabic text has proper rendering */
[dir="rtl"] .menu-item>a[href*="sale"],
html[dir="rtl"] .menu-item>a[href*="sale"] {
  padding: 0.5rem 12px !important;
  letter-spacing: 0.15em !important;
}

/* Fix for mobile Arabic sale text */
@media (max-width: 991.98px) {

  [dir="rtl"] .site-header__menu .menu-item>a[href*="sale"],
  html[dir="rtl"] .site-header__menu .menu-item>a[href*="sale"] {
    padding: 0.45rem 8px !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.1em !important;
  }
}






/* Global rule: All buttons have no border-radius */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn,
.button,
a.btn,
a.button {
  border-radius: 0 !important;
}



:root {
  /* Zara Design System Colors */
  --zara-black: #000000;
  --zara-white: #ffffff;
  --zara-gray: #f5f5f5;
  --zara-border: #e5e5e5;
  --zara-text: #1a1a1a;
  --zara-text-light: #666666;
  --zara-hover: #fafafa;

  /* Legacy colors (kept for compatibility) */
  --linear-grad: linear-gradient(to right, #fc4604, #141E30);
  --grad-clr1: #141E30;
  --grad-clr2: #243B55;
  --orange: rgb(249, 145, 83);
  --pink: rgb(227, 66, 59);
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

/*------------------------------ Top navigation bar --------------------------- */

/* Override Bootstrap carousel z-index to prevent interference */
.carousel,
.carousel-inner {
  z-index: 1 !important;
  position: relative;
}

/* Carousel controls - properly positioned */
.carousel-control {
  z-index: 10 !important;
  position: absolute !important;
  width: 40px;
  height: 40px;
  background: transparent !important;
  border-radius: 0 !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  box-shadow: none !important;
  border: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  opacity: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 0 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.carousel-control:hover {
  background: transparent !important;
  box-shadow: none !important;
  transform: translateY(-50%) !important;
}

.carousel-control:active {
  transform: translateY(-50%) !important;
}

.carousel-control.left {
  left: 0 !important;
  right: auto !important;
}

.carousel-control.right {
  right: 0 !important;
  left: auto !important;
}

.carousel-control .glyphicon {
  display: none !important;
}


a.carousel-control.left .glyphicon,
a.carousel-control.right .glyphicon {
  display: none !important;
}

a.carousel-control.left,
a.carousel-control.right {
  background: transparent !important;
  border: none !important;
}

a.carousel-control.left:hover,
a.carousel-control.right:hover {
  background: transparent !important;
}


a.carousel-control.left::before,
a.carousel-control.right::before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  font-size: 14px;
  z-index: 11;
  opacity: 0.8;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  cursor: pointer;
}

a.carousel-control.left::before {
  content: "\e079";
  /* glyphicon-chevron-left */
  margin-left: -2px;
}

a.carousel-control.right::before {
  content: "\e080";
  /* glyphicon-chevron-right */
  margin-left: 2px;
}

a.carousel-control.left:hover::before,
a.carousel-control.right:hover::before {
  color: #000000;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

a.carousel-control.left:active::before,
a.carousel-control.right:active::before {
  transform: translate(-50%, -50%) scale(0.95);
}

/* Ensure body content starts below header */
body {
  padding-top: 0;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

body>*:not(header) {
  position: relative;
  z-index: 1;
}

ul {
  margin-bottom: 0;
}


/* for cart icon*/
.cart {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  height: auto;
  overflow: visible;
}

.material-icons {
  position: relative;
  top: 4px;
  z-index: 1;
  font-size: 24px;
  color: #000000;
}

.material-icons:hover {
  color: #666666;
}

.count {
  position: absolute;
  top: -5px;
  right: -8px;
  z-index: 10;
  font-size: 10px;
  border-radius: 0;
  background: #000000;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  box-shadow: none;
  min-width: 18px;
}

/* Ensure cart menu item has proper positioning for count badge */
.menu-item>a[href*="cart"] {
  position: relative;
  overflow: visible;
}

.menu-item>a[href*="cart"] .count {
  position: absolute;
  top: -5px;
  right: -8px;
  z-index: 10;
}





section {
  padding: 20px 100px;
}


.section-home {
  position: relative;
  min-height: 100vh;
  background: url(bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-home:before {
  content: '';
  position: absolute;
  background: linear-gradient(to top, rgb(249, 145, 83), transparent);
  width: 100%;
  height: 80px;
  bottom: 0;
}

.section-home h1 {
  color: #000000;
  font-size: 10vw;
  font-weight: 800;
  text-shadow: 0 5px 25px rgb(0 0 0 / 20%);
  opacity: 0.3;
}

.section-two {
  min-height: 100vh;
  background: rgb(242, 245, 252);
}

.section-two h2 {
  color: #000000;
  font-size: 3em;
  font-weight: 700;
  margin: 30px 0;
}

.section-two p {
  color: #000000;
  font-size: 1em;
  margin: 30px 0;
}

/* Old header styles - only apply if NOT using site-header class to avoid conflicts */
header:not(.site-header) {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(255, 255, 255);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 0 100px;
  transition: 0.6s;
  isolation: isolate;
  transform: translateZ(0);
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}

header .logo {
  color: #000000;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0px;
  padding-left: 21px;
  padding-top: 3px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.logo img {
  width: 80px;
  height: auto;
  display: block;
}


header .navigation {
  position: relative;
  line-height: 25px;
  transition: 0.6s;
  transition-property: line-height;
  z-index: 10001;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: visible;
}

/* header .navigation a{
  margin:0 1rem;

} */

header.sticky .navigation {
  line-height: 25px;
}

header .navigation .menu {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  user-select: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 0;
  overflow: visible;
}

#carticon {
  color: #000000;
  transition: 0.2s;
}

#carticon:hover {
  color: #666666;
}

.menu-item {
  position: relative;
  z-index: 10002;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}

.menu-item>a {
  color: #000000;
  font-size: 1.4rem;
  /* Increased from 1.15em */
  text-decoration: none;
  margin: 10px;
  padding: 10px 15px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

.menu-item>a:hover {
  color: #666666;
}

.menu-item .sub-menu {
  position: absolute;
  background: rgb(255, 255, 255);
  top: 100%;
  left: 0;
  transform: translateX(-50%) translateY(10px);
  line-height: 1.5;
  list-style: none;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 99999 !important;
  min-width: 180px;
  white-space: nowrap;
  margin-top: 0;
  padding: 5px 0;
  overflow: visible;
  will-change: transform, opacity;
  max-width: 300px;
  display: block;
  visibility: hidden;
}

header.sticky .menu-item .sub-menu {
  top: 100%;
}

/* Hover works on desktop/laptop view */
.menu-item:hover .sub-menu {
  pointer-events: all;
  opacity: 1;
}

/* When dropdown is clicked open, hover should keep it visible */
.menu-item.dropdown-active:hover .sub-menu {
  pointer-events: all !important;
  opacity: 1 !important;
}

/* On desktop, ensure hover works properly */
@media (min-width: 789px) {
  .menu-item:hover .sub-menu {
    pointer-events: all !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
}

/* Active state for clicked dropdown - takes precedence over hover */
.menu-item.dropdown-active .sub-menu {
  pointer-events: all !important;
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}

/* RTL support for active dropdown */
[dir="rtl"] .menu-item.dropdown-active .sub-menu,
html[dir="rtl"] .menu-item.dropdown-active .sub-menu {
  transform: translateX(50%) translateY(0) !important;
}

/* When dropdown is active, prevent hover from interfering */
.menu-item.dropdown-active:hover .sub-menu {
  pointer-events: all !important;
  opacity: 1 !important;
}

@media (max-width: 1080px) {
  header {
    padding: 0 12px;
  }

  header .navigation {
    flex: 1;
    justify-content: flex-end;
  }

  header .navigation .menu {
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 4px;
    justify-content: flex-end;
  }

  .menu-item {
    margin: 0;
  }

  .menu-item>a {
    margin: 4px 4px;
    padding: 8px 10px;
    font-size: 1.2rem;
    /* Increased from 0.85em */
    letter-spacing: 0.8px;
  }

  .user-menu-item {
    order: 20;
    flex: 1 1 100%;
    display: flex;
    justify-content: flex-end;
  }

  .user-menu-item>a {
    width: 100%;
    justify-content: flex-end;
    padding-right: 0;
    gap: 6px;
  }

  .user-menu-item .fa-user {
    font-size: 1em;
  }

  .user-menu-item .points-badge {
    margin-left: 4px;
    padding: 3px 8px;
    font-size: 0.75em;
  }

  .user-menu-item .points-badge .points-value {
    letter-spacing: 0.2px;
  }
}

/* Disable hover on mobile - only use click */
@media (max-width: 788px) {
  .menu-item:hover .sub-menu {
    pointer-events: none !important;
    opacity: 0 !important;
    transform: translateX(0) translateY(10px) !important;
    visibility: hidden !important;
  }

  /* Only show dropdown when active class is present on mobile */
  .menu-item.dropdown-active .sub-menu {
    pointer-events: all !important;
    opacity: 1 !important;
    transform: translateX(0) translateY(0) !important;
    left: auto !important;
    right: 0 !important;
    z-index: 10004 !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
  }

  /* Ensure menu item can contain the dropdown */
  .menu-item {
    position: relative !important;
    overflow: visible !important;
  }

  /* Ensure navigation container allows overflow */
  header .navigation {
    overflow: visible !important;
  }

  header .navigation .menu {
    overflow: visible !important;
  }
}

.menu-item .sub-btn {
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}

/* Ensure sub-btn is clickable on mobile */
@media (max-width: 788px) {
  .menu-item .sub-btn {
    pointer-events: all !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
  }
}

.menu-item .sub-btn i {
  margin-left: 5px;
  font-size: 0.85em;
  transition: transform 0.3s ease;
}

.menu-item:hover .sub-btn i {
  transform: rotate(180deg);
}

.menu-item .sub-menu .sub-item {
  position: relative;
  padding: 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 0.2s ease;
}

.menu-item .sub-menu .sub-item:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

.menu-item .sub-menu .sub-item:first-child {
  border-radius: 8px 8px 0 0;
}

.menu-item .sub-menu .sub-item a {
  color: #000000;
  font-size: 0.9em;
  text-decoration: none;
  padding: 12px 25px;
  display: block;
  width: 100%;
  transition: color 0.2s ease, background 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.menu-item .sub-menu .sub-item:hover {
  background: #f5f5f5;
}

.menu-item .sub-menu .sub-item a:hover {
  color: #000000;
  padding-left: 30px;
}

.more .more-menu {
  position: absolute;
  background: rgb(242, 245, 252);
  list-style: none;
  top: 0;
  left: 100%;
  white-space: nowrap;
  border-radius: 0 8px 8px 8px;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
  transition-property: transform, opacity;
}

.more:hover .more-menu {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
}

.more .more-menu .more-item {
  padding: 7px 0;
  box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}

.more .more-menu .more-item:hover {
  background: rgb(249, 145, 83);
}

.menu-btn {
  display: none;

}





@media (max-width: 1232px) {

  html {
    font-size: 62.5%;
    /* 1rem = 10px instead of 8px */
  }

  header {
    padding: 0 20px;
  }

  header .logo img {
    display: none;
  }

  header .navigation {
    flex: 1;
    justify-content: flex-end;
  }

  header .navigation .menu {
    flex-wrap: nowrap;
  }

}






@media (max-width: 1032px) {

  html {
    font-size: 62.5%;
  }

  header {
    padding: 0 1rem;
  }

  header .navigation {
    flex: 1;
    justify-content: flex-end;
  }

  header .navigation .menu {
    flex-wrap: nowrap;
  }

}


@media (max-width: 991px) {

  html {
    font-size: 62.5%;
  }

  header {
    padding: 0 0.5rem;
    font-size: 100%;
  }

  header .logo {
    flex: 0 0 auto;
    min-width: 0;
  }

  header .navigation {
    flex: 1;
    justify-content: flex-end;
  }

  header .navigation .menu {
    flex-wrap: nowrap;
  }

  header #us {
    display: none;
  }

}


@media (max-width: 788px) {

  /* html{
    font-size:8px ;
  } */
  header {
    padding: 0 5px;
    font-size: 80%;

  }

  header .logo {
    flex: 0 0 auto;
    min-width: 0;
    padding-left: 5px;
  }

  header .navigation {
    flex: 1;
    justify-content: flex-end;
    overflow: visible;
  }

  header .navigation .menu {
    flex-wrap: nowrap;
    overflow: visible;
  }

  header a {
    padding: 0;
  }

  header #us {
    display: none;
  }

  header #user-name {
    display: none;
  }

  header li .menu-item {
    padding: 0px;
    margin: 0;
  }

  header .navbar {
    position: absolute;
    top: 110%;
    right: -110%;
    width: 30rem;
    box-shadow: var(--box-shadow);
    border-radius: .5rem;
    background: #fff;
  }

  header .navbar a {
    font-size: 2rem;
    margin: 2rem 2.5rem;
    display: block;

  }

  /* menu-btn1 removed */

  /* Enhanced navbar menu items for mobile */
  .menu-item>a {
    font-size: 16px !important;
    padding: 8px 10px !important;
  }

  .menu-item .fa-user {
    font-size: 16px !important;
  }

  .menu-item .fa-shopping-cart {
    font-size: 16px !important;
  }

  /* Mobile dropdown adjustments */
  .menu-item .sub-menu {
    left: auto !important;
    right: 0 !important;
    top: calc(100% + 5px) !important;
    transform: translateX(0) translateY(10px) !important;
    min-width: 160px;
    z-index: 10004 !important;
    position: absolute !important;
    display: block !important;
  }

  .menu-item:hover .sub-menu {
    transform: translateX(0) translateY(10px) !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* Mobile active state - override everything */
  .menu-item.dropdown-active .sub-menu {
    transform: translateX(0) translateY(0) !important;
    opacity: 1 !important;
    pointer-events: all !important;
    left: auto !important;
    right: 0 !important;
    z-index: 10004 !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
  }

  .menu-item .sub-menu .sub-item a {
    padding: 10px 20px;
    font-size: 15px !important;
  }
}

@media (max-width: 609px) {
  header {
    padding: 0 5px;
    font-size: 80%;

  }

  header .logo {
    flex: 0 0 auto;
    min-width: 0;
  }

  header .navigation {
    flex: 1;
    justify-content: flex-end;
    overflow: visible;
  }

  header .navigation .menu {
    flex-wrap: nowrap;
    overflow: visible;
  }

  .menu-item>a {
    padding: 6px 8px !important;
    font-size: 15px !important;
  }

  /* Ensure cart link is positioned relative for count badge */
  header .navigation .menu .menu-item>a[href*="cart"] {
    position: relative !important;
  }

  .menu-item .fa-user {
    font-size: 15px !important;
  }

  .menu-item .fa-shopping-cart {
    font-size: 15px !important;
  }

  .menu-item .sub-menu .sub-item a {
    font-size: 14px !important;
    padding: 9px 18px;
  }

  /* menu-btn1 removed */

  .profilecontainer {
    width: 89%;
  }
}

@media (max-width: 450px) {

  html {
    font-size: 55%;
  }

  header {
    padding: 0 5px;
    margin: 0;
  }

  header .logo {
    flex: 0 0 auto;
    min-width: 0;
    padding-left: 5px;
  }

  header .navigation {
    flex: 1;
    justify-content: flex-end;
    overflow: visible;
  }

  header .navigation .menu {
    flex-wrap: nowrap;
    overflow: visible;
  }

  /* Enhanced navbar menu items for small mobile */
  .menu-item>a {
    font-size: 14px !important;
    padding: 5px 6px !important;
  }

  .menu-item .fa-user {
    font-size: 14px !important;
  }

  .menu-item .fa-shopping-cart {
    font-size: 14px !important;
  }

  .menu-item .sub-menu .sub-item a {
    font-size: 13px !important;
    padding: 8px 16px;
  }

  /* Mobile Points Badge - Smaller screens */
  .mobile-points-badge {
    font-size: 0.85rem;
    gap: 0.35rem;
  }

  .mobile-points-badge i {
    font-size: 0.9rem;
  }

  /* menu-btn1 removed */

}

@media (max-width: 360px) {
  header {
    font-size: 90%;
    padding: 0 5px;
  }

  header .logo {
    flex: 0 0 auto;
    min-width: 0;
    padding-left: 5px;
  }

  header .navigation {
    flex: 1;
    justify-content: flex-end;
    overflow: visible;
  }

  header .navigation .menu {
    flex-wrap: nowrap;
    overflow: visible;
  }

  /* Enhanced navbar menu items for very small mobile */
  .menu-item>a {
    font-size: 13px !important;
    padding: 4px 5px !important;
  }

  .menu-item .fa-user {
    font-size: 13px !important;
  }

  .menu-item .fa-shopping-cart {
    font-size: 13px !important;
  }

  .menu-item .sub-menu .sub-item a {
    font-size: 12px !important;
    padding: 7px 14px;
  }

  /* Mobile Points Badge - Very small screens */
  .mobile-points-badge {
    font-size: 0.75rem;
    gap: 0.3rem;
    letter-spacing: 0.15em;
  }

  .mobile-points-badge i {
    font-size: 0.85rem;
  }

  /* menu-btn1 removed */
}

/* Back Button - Consistent style across all pages (matching address.php) */
.backbutton {
  background-color: transparent;
  color: var(--zara-text, #1a1a1a);
  border: 1px solid var(--zara-border, #e5e5e5);
  padding: 8px 15px;
  border-radius: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.backbutton:hover {
  background-color: var(--zara-gray, #f5f5f5);
  border-color: var(--zara-text, #1a1a1a);
}

/* RTL (Arabic) support for back button */
/* RTL styles are handled by language-specific CSS files */

/* Back button icon - flip for RTL */
[dir="rtl"] .backbutton i,
html[dir="rtl"] .backbutton i,
body[dir="rtl"] .backbutton i {
  transform: scaleX(-1);
  /* Flip icon horizontally for RTL */
}

@media (max-width: 300px) {
  header {
    font-size: 85%;
    padding: 0 5px;
  }

  header .logo {
    flex: 0 0 auto;
    min-width: 0;
    padding-left: 5px;
  }

  header .navigation {
    flex: 1;
    justify-content: flex-end;
    overflow: visible;
  }

  header .navigation .menu {
    flex-wrap: nowrap;
    overflow: visible;
  }

  /* Enhanced navbar menu items for ultra small mobile */
  .menu-item>a {
    font-size: 12px !important;
    padding: 3px 4px !important;
  }

  .menu-item .fa-user {
    font-size: 12px !important;
  }

  .menu-item .fa-shopping-cart {
    font-size: 12px !important;
  }

  .menu-item .sub-menu .sub-item a {
    font-size: 11px !important;
    padding: 6px 12px;
  }

  /* menu-btn1 removed */
}

/* ============================================
   RESPONSIVE DESIGN - MOBILE EXTRA SMALL (< 320px)
   ============================================ */
@media (max-width: 319px) {
  html {
    font-size: 50%;
  }

  header {
    font-size: 75%;
    padding: 0 3px;
  }

  header .logo {
    flex: 0 0 auto;
    min-width: 0;
    padding-left: 3px;
  }

  header .logo img {
    width: 60px;
  }

  header .navigation {
    flex: 1;
    justify-content: flex-end;
    overflow: visible;
  }

  header .navigation .menu {
    flex-wrap: nowrap;
    overflow: visible;
    gap: 0;
  }

  /* Ultra compact navbar menu items */
  .menu-item>a {
    font-size: 11px !important;
    padding: 3px 3px !important;
    margin: 5px 2px;
  }

  .menu-item .fa-user {
    font-size: 11px !important;
  }

  .menu-item .fa-shopping-cart {
    font-size: 11px !important;
  }

  .menu-item .sub-menu .sub-item a {
    font-size: 10px !important;
    padding: 5px 10px;
  }

  /* menu-btn1 removed */

  .count {
    font-size: 8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: -3px;
    right: -6px;
  }

  /* Carousel controls */
  .carousel-control {
    width: 30px;
    height: 30px;
  }

  .carousel-control.left {
    left: 8px;
  }

  .carousel-control.right {
    right: 8px;
  }

  .carousel-control .glyphicon {
    font-size: 12px;
  }

  /* Footer adjustments */
  .footer-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-col h4 {
    font-size: 14px;
  }

  .footer-col ul li a {
    font-size: 12px;
  }

  .footer-col .social-links a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 0 8px 8px 0;
  }

  section {
    padding: 15px 10px;
  }

  .backbutton {
    font-size: 10px;
    padding: 8px 12px;
    margin: 80px 0 15px 4vw;
    /* Top margin to clear navbar */
  }

  [dir="rtl"] .backbutton,
  html[dir="rtl"] .backbutton {
    margin-left: 0;
    margin-right: 4vw;
  }
}

/*-------------------------------------------------------------------------------------- */

/* -------------------------------------------Footer-------------------------------------*/
/* Note: @import moved to top of file - duplicate removed to fix CSS warning */

.container {
  max-width: 1170px;
  margin: auto;
}

/* .row{
	display: flex;
	flex-wrap: wrap;
} */
ul {
  list-style: none;
}

.footer {
  background-color: var(--grad-clr1);
  padding: 40px 0;
  font-family: "Montserrat", sans-serif;
}

.footer-col {
  width: 25%;
  padding: 0 15px;
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: var(--orange);
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
  color: #24262b;
  background-color: var(--orange);
}

/* Footer Bootstrap Styles - Ensure Montserrat font */
footer,
footer.bg-white,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p,
footer a,
footer .text-white,
footer .text-black,
footer .text-dark,
footer .list-unstyled,
footer .list-unstyled li,
footer .list-unstyled a,
footer .btn,
footer .btn-link,
footer .container,
footer .row,
footer .col-lg-6,
footer .col-lg-3,
footer .col-md-6,
footer .col-md-12,
footer section,
footer .mb-4,
footer .p-3,
footer .p-4,
footer .pt-4,
footer .text-center,
footer .text-uppercase,
footer #us,
footer #us a {
  font-family: "Montserrat", sans-serif !important;
}

/* Footer wrapper div and all footer content */
div[style*="background-color: #d6d6d6"] footer,
div[style*="background-color: #d6d6d6"] footer *,
footer *,
footer.bg-white *,
footer .container *,
footer .row *,
footer .col-lg-6 *,
footer .col-lg-3 *,
footer .col-md-6 *,
footer .col-md-12 *,
footer section *,
footer li *,
footer div * {
  font-family: "Montserrat", sans-serif !important;
}

/* Ensure all text elements in footer use Montserrat */
footer span,
footer b,
footer strong,
footer i,
footer em {
  font-family: "Montserrat", sans-serif !important;
}

/*-------------------------------------------------------------------------------------- */


/*------------------------------- responsive Footer -------------------------------------*/
@media(max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }

  .footer-col h4 {
    font-size: 16px;
  }

  .footer-col ul li a {
    font-size: 14px;
  }
}

@media(max-width: 574px) {
  .footer-col {
    width: 100%;
  }

  .footer-col h4 {
    font-size: 15px;
  }

  .footer-col ul li a {
    font-size: 13px;
  }
}

/* -------------------------------------------------------------------------------------- */

/* ------------------------------- Site header redesign --------------------------------- */
:root {
  --site-header-height-desktop: 168px;
  --site-header-height-tablet: 132px;
  --site-header-height-mobile: 96px;
}

body {
  padding-top: 0;
  /* Removed padding to eliminate black space at top */
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10020;
  /* High z-index to stay above all content */
  background-color: rgba(255, 255, 255, 0.98);
  /* Default: white background for all pages */
  color: #000000;
  /* Changed to black */
  border-bottom: 1px solid rgba(229, 229, 229, 0.8);
  display: flex;
  flex-direction: column;
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    border-bottom-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

/* Transparent navbar ONLY on homepage */
body.homepage header.site-header {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

/* RTL (Arabic) support for navbar */
[dir="rtl"] header.site-header,
html[dir="rtl"] header.site-header {
  left: auto;
  right: 0;
}

/* RTL support for grid layout - logo stays centered */
[dir="rtl"] .site-header__left,
html[dir="rtl"] .site-header__left {
  grid-column: 3;
  justify-self: end;
}

[dir="rtl"] .site-header__logo,
html[dir="rtl"] .site-header__logo {
  grid-column: 2;
  /* Logo stays in center */
}

[dir="rtl"] .site-header__actions,
html[dir="rtl"] .site-header__actions {
  grid-column: 1;
  justify-self: start;
  margin-left: 0;
  margin-right: auto;
}

[dir="rtl"] .site-header__menu,
html[dir="rtl"] .site-header__menu {
  flex-direction: row-reverse;
}

/* Scrolled state - applies to all pages */
header.site-header.scrolled {
  background-color: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(229, 229, 229, 0.8);
  color: #111111;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* On homepage, when scrolled, show background (same as other pages) */
body.homepage header.site-header.scrolled {
  background-color: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(229, 229, 229, 0.8);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Transparent dropdown menu ONLY on homepage when navbar is transparent (not scrolled) */
body.homepage header.site-header:not(.scrolled) .menu-item .sub-menu,
body.homepage header.site-header:not(.scrolled) .site-header__menu .menu-item--has-dropdown .sub-menu,
body.homepage header.site-header:not(.scrolled) .site-header__nav-inline .menu-item--has-dropdown .sub-menu {
  background: transparent;
  border: none;
}

.site-header__utility {
  display: none !important;
  /* Hide utility bar on all screen sizes */
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

header.site-header.scrolled .site-header__utility {
  background-color: #f5f5f5;
  color: #4a4a4a;
}

.site-header__utility-left,
.site-header__utility-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.site-header__utility-right a {
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.15rem;
}

/* Transparent navbar utility links */
header.site-header:not(.scrolled) .site-header__utility-right a::after {
  background-color: rgba(0, 0, 0, 0.8);
}

.site-header__utility-right a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease;
}

.site-header__utility-right a:hover::after,
.site-header__utility-right a:focus::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-header__utility-divider {
  opacity: 0.4;
}

.site-header__core {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1.2rem 4vw;
  transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 70px;
  position: relative;
  width: 100%;
}

header.site-header.scrolled .site-header__core {
  padding: 1rem 4vw;
  min-height: 65px;
}

/* Hide nav toggle on desktop/laptop (992px and above) - COMPREHENSIVE */
@media (min-width: 992px) {

  .site-header__nav-toggle,
  button.site-header__nav-toggle,
  .site-header__core .site-header__nav-toggle,
  header .site-header__nav-toggle,
  .site-header .site-header__nav-toggle,
  header.site-header .site-header__nav-toggle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
}

/* Text colors for navbar - always black */
header.site-header:not(.scrolled) .site-header__action,
header.site-header:not(.scrolled) .site-header__action-title,
header.site-header:not(.scrolled) .site-header__action-subtitle,
header.site-header:not(.scrolled) .site-header__points {
  color: #000000;
}

header.site-header:not(.scrolled) .site-header__menu .menu-item>a {
  color: #000000;
}

header.site-header:not(.scrolled) .site-header__nav-toggle {
  border-color: #000000;
}

header.site-header:not(.scrolled) .site-header__nav-toggle-bar {
  background-color: #000000;
}

header.site-header:not(.scrolled) .site-header__nav-toggle-label {
  color: #000000;
}

.site-header__nav-toggle {
  display: none;
  /* Hidden by default */
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #222222;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.35rem;
  transition: background 0.2s ease, color 0.2s ease;
  z-index: 10021;
  /* Ensure it's above other elements */
}


/* Nav toggle hover - only on mobile */
@media (max-width: 991.98px) {
  .site-header__nav-toggle:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transform: scale(1.05);
  }

  header.site-header:not(.scrolled) .site-header__nav-toggle:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.site-header__nav-toggle-bar {
  width: 1.95rem;
  height: 1px;
  background-color: #111111;
  transition: transform 0.2s ease;
}

.site-header__nav-toggle-label {
  position: absolute;
  bottom: -1.2rem;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-header__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  grid-column: 2;
  justify-self: center;
}

.site-header__logo:hover {
  transform: scale(1.05);
}

.site-header__logo img {
  max-width: 80px;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
  filter: brightness(1);
}

header.site-header:not(.scrolled) .site-header__logo img {
  filter: brightness(1.1);
}

/* Left section - for menu toggle and menu items */
.site-header__left {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-self: start;
  grid-column: 1;
}

/* Inline navigation menu for desktop - shown in core section */
.site-header__nav-inline {
  display: none;
  /* Hidden by default, shown on desktop */
}

@media (min-width: 992px) {
  .site-header__nav-inline {
    display: block;
  }

  .site-header__nav-inline .navigation {
    display: flex;
    align-items: center;
    padding: 0;
  }

  .site-header__nav-inline .site-header__menu {
    display: flex;
    align-items: center;
    gap: 2.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
  }

  .site-header__nav-inline .menu-item {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
  }

  .site-header__nav-inline .menu-item>a {
    color: #000000;
    text-decoration: none;
    padding: 0.5rem 8px;
    position: relative;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .site-header__nav-inline .menu-item>a:hover {
    color: #000000;
  }

  /* Dropdown menus for inline nav */
  .site-header__nav-inline .menu-item--has-dropdown {
    position: relative;
    overflow: visible;
  }

  .site-header__nav-inline .menu-item--has-dropdown .sub-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    background: #ffffff;
    min-width: 220px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(10px);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 99999;
    padding: 8px 0;
    list-style: none;
    margin: 0;
  }

  .site-header__nav-inline .menu-item--has-dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
  }

  .site-header__nav-inline .sub-item a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 22px;
    color: #111111;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .site-header__nav-inline .sub-item a:hover {
    background-color: #fafafa;
    color: #000000;
  }

  /* Hide the separate nav section on desktop */
  .site-header__nav {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .site-header__nav-inline {
    display: none;
    /* Hide inline menu on mobile */
  }

  .site-header__nav {
    display: block;
    /* Show separate nav section on mobile */
  }
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
  grid-column: 3;
  justify-self: end;
}

.site-header__action {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: #111111;
  text-decoration: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 400;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0.5rem 0;
  position: relative;
}

.site-header__action::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header__action:hover,
.site-header__action:focus {
  color: #000000;
  transform: translateY(-1px);
}

.site-header__action:hover::before,
.site-header__action:focus::before {
  width: 100%;
}

.site-header__action-icon {
  font-size: 1.95rem;
  /* Optimal size for laptop and desktop */
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
}

.site-header__cart-svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.2;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header__action--cart:hover .site-header__cart-svg {
  transform: translateY(-2px) scale(1.02);
}

.site-header__action:hover .site-header__action-icon {
  transform: scale(1.1);
}

.site-header__action-copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  line-height: 1.1;
}

.site-header__action-title {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.2;
}

.site-header__action-subtitle {
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  opacity: 0.95;
  font-weight: 300;
  line-height: 1.2;
}

.site-header__points {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  letter-spacing: 0.2em;
  font-size: 0.98rem;
  text-transform: uppercase;
  color: #6d6d6d;
}

.site-header__points i {
  color: #c3b78f;
}

.site-header__action--cart {
  position: relative;
}

.site-header__action--cart .count {
  position: absolute;
  top: -2px;
  right: -10px;
  background-color: #111111 !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 600;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0px solid #ffffff;
  /* Premium cutout effect */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  line-height: 1;
  z-index: 10;
  margin: 0 !important;
}

.site-header__action--cart:hover .count {
  transform: scale(1.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.site-header__nav {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  overflow: visible;
  position: relative;
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    border-top-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    border-bottom-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

header.site-header.scrolled .site-header__nav {
  border-top: 1px solid rgba(229, 229, 229, 0.6);
  border-bottom: 1px solid rgba(229, 229, 229, 0.8);
  background-color: rgba(255, 255, 255, 0.98);
}

/* Override old navigation styles for new header */
.site-header .navigation {
  position: static !important;
  line-height: normal !important;
  z-index: auto !important;
  flex: none !important;
  overflow: visible !important;
}

.site-header .navigation .menu {
  position: static !important;
  justify-content: flex-start !important;
  user-select: auto !important;
  gap: 0 !important;
  border-bottom: 0px solid #555555;
}

.site-header__nav .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.5rem;
  padding: 1.25rem 4vw;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 52px;
  overflow: visible;
  position: relative;
  transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

header.site-header.scrolled .site-header__nav .navigation {
  padding: 1rem 4vw;
  min-height: 48px;
}

.site-header__menu {
  display: flex;
  align-items: center;
  gap: 2.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.3;
  overflow: visible;
  position: relative;
}

.site-header__menu .menu-item {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.site-header__menu .menu-item>a {
  color: #111111;
  text-decoration: none;
  padding: 0.5rem 8px;
  position: relative;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 400;
}

/* Transparent navbar text colors */
header.site-header:not(.scrolled) .site-header__menu .menu-item>a {
  color: #000000;
}

header.site-header:not(.scrolled) .site-header__menu .menu-item>a::after {
  background-color: rgba(0, 0, 0, 0.9);
}

.site-header__menu .menu-item>a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  width: 0;
  height: 1.5px;
  background-color: #111111;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header__menu .menu-item>a:hover,
.site-header__menu .menu-item>a:focus {
  color: #000000;
  transform: translateY(-1px);
}

header.site-header:not(.scrolled) .site-header__menu .menu-item>a:hover,
header.site-header:not(.scrolled) .site-header__menu .menu-item>a:focus {
  color: #000000;
}

.site-header__menu .menu-item>a:hover::after,
.site-header__menu .menu-item>a:focus::after {
  width: 80%;
  transform: translateX(-50%) scaleX(1);
}

/* Active state for current page */
.site-header__menu .menu-item>a[aria-current="page"],
.site-header__menu .menu-item>a.active {
  color: #000000;
  font-weight: 500;
}

.site-header__menu .menu-item>a[aria-current="page"]::after,
.site-header__menu .menu-item>a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Dropdown menu styles for site-header */
.site-header__menu .menu-item--has-dropdown {
  position: relative;
  overflow: visible;
}

.site-header__menu .menu-item--has-dropdown>a {
  position: relative;
}

.site-header__menu .menu-item--has-dropdown .sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  background: #ffffff;
  min-width: 220px;
  max-width: 300px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(229, 229, 229, 0.8);
  list-style: none;
  margin: 0;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 99999;
  transform: translateX(-50%) translateY(-8px);
  border-radius: 2px;
  white-space: nowrap;
}

/* Bridge area to connect menu item and dropdown */
.site-header__menu .menu-item--has-dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 8px;
  background: transparent;
  z-index: 99998;
  pointer-events: auto;
}

.site-header__menu .menu-item--has-dropdown .sub-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__menu .menu-item--has-dropdown .sub-item a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 22px;
  color: #111111;
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  font-weight: 400;
  position: relative;
}

.site-header__menu .menu-item--has-dropdown .sub-item a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #f5f5f5;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.site-header__menu .menu-item--has-dropdown .sub-item a:hover,
.site-header__menu .menu-item--has-dropdown .sub-item a:focus {
  background-color: #fafafa;
  color: #000000;
  padding-left: 26px;
}

.site-header__menu .menu-item--has-dropdown .sub-item a:hover::before,
.site-header__menu .menu-item--has-dropdown .sub-item a:focus::before {
  width: 3px;
}

/* Category images in navbar dropdown */
.site-header__menu .menu-item--has-dropdown .sub-item-image {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
  border: 1px solid #e5e5e5;
}

.site-header__menu .menu-item--has-dropdown .sub-item--with-image {
  padding: 8px 20px;
}

.site-header__menu .menu-item--has-dropdown .sub-item-label {
  flex: 1;
}

/* Show dropdown on hover - desktop only */
@media (min-width: 992px) {

  .site-header__menu .menu-item--has-dropdown:hover .sub-menu,
  .site-header__menu .menu-item--has-dropdown:hover::after+.sub-menu,
  .site-header__menu .menu-item--has-dropdown .sub-menu:hover,
  .site-header__menu .menu-item--has-dropdown.dropdown-active .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    transform: translateX(-50%) translateY(0) !important;
  }

  /* Keep dropdown visible when hovering over bridge area */
  .site-header__menu .menu-item--has-dropdown:hover::after {
    pointer-events: auto;
  }
}

/* RTL support for dropdown */
[dir="rtl"] .site-header__menu .menu-item--has-dropdown .sub-menu,
html[dir="rtl"] .site-header__menu .menu-item--has-dropdown .sub-menu {
  left: auto;
  right: 50%;
  transform: translateX(50%) translateY(10px);
}

[dir="rtl"] .site-header__menu .menu-item--has-dropdown:hover .sub-menu,
html[dir="rtl"] .site-header__menu .menu-item--has-dropdown:hover .sub-menu,
[dir="rtl"] .site-header__menu .menu-item--has-dropdown .sub-menu:hover,
html[dir="rtl"] .site-header__menu .menu-item--has-dropdown .sub-menu:hover {
  transform: translateX(50%) translateY(0);
}

.site-header__menu--primary {
  flex: 0 1 auto;
  min-width: 0;
  order: 1;
}

.site-header__menu--secondary {
  margin-left: auto;
  gap: 1.75rem;
  font-size: 0.75rem;
  flex-shrink: 0;
  order: 2;
  letter-spacing: 0.18em;
}

body.site-header-nav-open {
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  body {
    padding-top: 0;
    /* Removed padding to eliminate black space at top */
  }

  .site-header__utility {
    font-size: 0.64rem;
    padding: 0.45rem 3vw;
  }

  .site-header__core {
    padding: 1rem 3vw;
  }

  .site-header__nav .navigation {
    padding: 0.9rem 3vw;
    gap: 2.5rem;
    min-height: 44px;
  }

  .site-header__menu {
    gap: 2rem;
  }

  .site-header__menu--secondary {
    gap: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 0;
    /* Removed padding to eliminate black space at top */
  }

  .site-header__utility {
    display: none;
    /* Keep hidden on mobile too */
  }

  .site-header__nav-toggle,
  button.site-header__nav-toggle,
  .site-header__core .site-header__nav-toggle {
    display: inline-flex !important;
    /* Show on mobile */
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
    left: auto !important;
    width: 3.75rem !important;
    height: 3.75rem !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0px solid #222222 !important;
    cursor: pointer !important;
    z-index: 10021 !important;
  }

  /* Transparent navbar - white toggle button on mobile */
  header.site-header:not(.scrolled) .site-header__nav-toggle {
    border-color: #000000 !important;
  }

  header.site-header:not(.scrolled) .site-header__nav-toggle-bar {
    background-color: #000000 !important;
  }

  header.site-header:not(.scrolled) .site-header__nav-toggle-label {
    color: #000000 !important;
  }

  .site-header__core {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }

  .site-header__actions {
    gap: 0.9rem;
  }

  .site-header__action-title,
  .site-header__action-subtitle {
    letter-spacing: 0.18em;
  }

  .site-header__points,
  .site-header__action--account {
    display: none !important;
  }

  .site-header__nav {
    display: none;
  }

  .site-header__nav.is-open {
    display: block;
  }

  .site-header__nav .navigation {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 1.25rem 3vw;
    min-height: auto;
  }

  /* Mobile Account Section Styling */
  .site-header__nav-mobile-account {
    width: 75%;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #555555;
  }

  .mobile-account-link {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    text-decoration: none;
    color: #111111;
    transition: background 0.2s ease;
  }

  .mobile-account-link .fas {
    font-size: 1.6rem;
    color: #000000;
  }

  .mobile-account-link .account-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .mobile-account-link .account-name {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    line-height: 1.2;
  }

  .mobile-account-link .account-subtitle {
    font-size: 0.7rem;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 400;
  }

  /* Mobile Points Display - Match Desktop Navbar Style */
  .mobile-account-points {
    margin-top: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .mobile-points-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    letter-spacing: 0.2em;
    font-size: 0.98rem;
    text-transform: uppercase;
    color: #6d6d6d;
  }

  .mobile-points-badge i {
    color: #c3b78f;
  }

  /* Mobile dropdown styles */
  .site-header__menu .menu-item--has-dropdown {
    width: 100%;
  }

  .site-header__menu .menu-item--has-dropdown>a {
    width: 100%;
    padding: 0.75rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .site-header__menu .menu-item--has-dropdown>a::after {
    display: none;
  }

  /* Add dropdown indicator arrow for mobile */
  .site-header__menu .menu-item--has-dropdown>a::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0.7rem;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }

  .site-header__menu .menu-item--has-dropdown.dropdown-active>a::before {
    transform: rotate(180deg);
  }

  .site-header__menu .menu-item--has-dropdown .sub-menu {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    left: auto !important;
    transform: none !important;
    margin-top: 0 !important;
    margin-left: 1rem !important;
    box-shadow: none !important;
    border: none !important;
    border-left: 1px solid #555555 !important;
    padding-left: 1rem !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    opacity: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    transition: opacity 0.3s ease, max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease !important;
    pointer-events: none !important;
  }

  .site-header__menu .menu-item--has-dropdown.dropdown-active .sub-menu {
    opacity: 1 !important;
    max-height: 1000px !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1rem !important;
    padding-right: 0 !important;
    visibility: visible !important;
    pointer-events: all !important;
    display: block !important;
  }

  .site-header__menu .menu-item--has-dropdown .sub-item a {
    padding: 0.6rem 0;
    font-size: 0.85rem;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .site-header__menu .menu-item--has-dropdown .sub-item-image {
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0 !important;
  }

  .site-header__menu .menu-item--has-dropdown .sub-item-label {
    flex: 1 !important;
  }

  .site-header__menu .menu-item--has-dropdown::after {
    display: none;
  }

  .site-header__menu {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .site-header__menu--primary {
    flex: none;
    order: 1;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
  }

  .site-header__menu--secondary {
    margin-left: 0;
    padding-top: 1rem;
    border-top: none;
    width: 100%;
    flex: none;
    order: 2;
    gap: 1.5rem;
  }

  .site-header__menu .menu-item {
    width: 100%;
    padding: 0.5rem 0;
  }

  .site-header__menu .menu-item>a {
    font-size: 0.82rem;
    padding: 0.5rem 0;
    width: 100%;
    display: block;
  }

  .site-header__menu .menu-item>a::after {
    bottom: 0.5rem;
  }
}

@media (max-width: 575.98px) {
  .site-header__core {
    padding: 0.85rem 1.5rem;
  }

  .site-header__nav-toggle {
    width: 2.4rem;
    height: 2.4rem;
  }

  .site-header__action {
    gap: 0.6rem;
  }

  .site-header__action-copy {
    display: none;
  }

  .site-header__action--cart {
    padding-right: 8px;
  }

  .site-header__action--cart .site-header__cart-svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.4;
  }

  .site-header__action--cart .count {
    top: -2px;
    right: 0px;
    width: 17px !important;
    height: 17px !important;
    font-size: 9px !important;
    background-color: #111111 !important;
    color: #ffffff !important;
    border: 0px solid #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1;
    border-radius: 50% !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
    pointer-events: none;
  }

  .site-header__nav .navigation {
    padding: 1rem 1.5rem 1.25rem;
    gap: 0;
  }

  .site-header__menu--primary {
    padding-bottom: 0.875rem;
  }

  .site-header__menu--secondary {
    padding-top: 0.875rem;
    gap: 1.25rem;
  }

  .site-header__menu .menu-item {
    padding: 0.45rem 0;
  }

  .site-header__menu .menu-item>a {
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    padding: 0.45rem 0;
  }

  .site-header__menu .menu-item>a::after {
    bottom: 0.45rem;
  }
}

/* ------------------------------- Site footer redesign --------------------------------- */
.site-footer {
  margin-top: 60px;
  background-color: #f5f5f5;
  color: #111111;
  padding: 3.5rem 0 2.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.02em;
  border-top: 1px solid #e5e5e5;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 1.3rem;
  /* Target ~13px */
  display: inline-block;
  position: relative;
  padding-bottom: 0.35rem;
}

.site-footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #111111;
  transform: scaleX(0);
  transition: transform 0.2s ease;
  transform-origin: right;
}

.site-footer a:hover::after,
.site-footer a:focus::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-footer__top {
  margin-bottom: 3rem;
}

.site-footer__brand {
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.site-footer__logo img {
  max-width: 140px;
  height: auto;
  filter: grayscale(100%);
}

.site-footer__description {
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  color: #202020;
  margin-bottom: 1.75rem;
  text-transform: uppercase;
}

.site-footer__contact li {
  margin-bottom: 1.1rem;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: grid;
  gap: 0.35rem;
}

.site-footer__contact span {
  opacity: 0.6;
}

.site-footer__contact p {
  margin: 0;
}

.site-footer__contact a[dir="ltr"] {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline;
}

/* Right align phone number in Arabic (RTL) version */
body[dir="rtl"] .site-footer__contact li,
[dir="rtl"] .site-footer__contact li,
html[dir="rtl"] .site-footer__contact li {
  text-align: right;
}

body[dir="rtl"] .site-footer__contact a[dir="ltr"],
[dir="rtl"] .site-footer__contact a[dir="ltr"],
html[dir="rtl"] .site-footer__contact a[dir="ltr"] {
  text-align: right;
  display: inline-block;
}

.site-footer__heading {
  margin-bottom: 1.75rem;
  font-size: 1.4rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.site-footer__links li {
  margin-bottom: 1rem;
}

.site-footer__links-grid {
  border-left: 1px solid #e5e5e5;
  padding-left: 2.5rem;
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0;
}

.site-footer__social li {
  margin-bottom: 0;
}

.site-footer__social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e5e5e5;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px;
  box-sizing: border-box;
}

.site-footer__social-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%);
  transition: all 0.3s ease;
  display: block;
}

.site-footer__social li a:hover,
.site-footer__social li a:focus {
  background-color: #111111;
  transform: translateY(-2px);
}

.site-footer__social li a:hover .site-footer__social-icon,
.site-footer__social li a:focus .site-footer__social-icon {
  filter: brightness(0) saturate(100%) invert(1);
}

.site-footer__social li a::after {
  display: none;
}

.site-footer__language {
  margin-top: 2.25rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer__language span:first-child {
  opacity: 0.6;
}

.site-footer__bottom {
  border-top: 1px solid #e5e5e5;
  padding-top: 1.75rem;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a5a5a;
}

.site-footer__service-notes {
  display: inline-flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-footer__divider {
  opacity: 0.5;
}

@media (max-width: 991.98px) {
  .site-footer__links-grid {
    border-left: none;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .site-footer {
    padding: 2rem 1rem 1.5rem;
    background-color: #f5f5f5;
    color: #111111;
    border-top: 1px solid #e5e5e5;
  }

  .site-footer .container {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 100%;
  }

  .site-footer__top {
    margin-bottom: 2rem;
  }

  /* Override men.css conflicting styles for mobile */
  .site-footer__top .row,
  .site-footer .row {
    display: flex !important;
    flex-direction: column !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 0 !important;
  }

  .site-footer__top .row>div {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Force columns to stack on mobile */
  .site-footer .col-lg-4,
  .site-footer .col-lg-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Brand section */
  .site-footer__brand {
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 0px solid #e5e5e5;
  }

  .site-footer__logo {
    margin-bottom: 1rem;
  }

  .site-footer__logo img {
    max-width: 120px;
    height: auto;
    filter: grayscale(100%);
  }

  /* Show description on mobile with smaller font */
  .site-footer__description {
    font-size: 1.3rem;
    /* Target ~13px */
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #666;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
  }

  /* Contact info - organized layout */
  .site-footer__contact {
    margin-top: 1.25rem;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
    align-items: flex-start;
  }

  body[dir="rtl"] .site-footer__contact,
  [dir="rtl"] .site-footer__contact,
  html[dir="rtl"] .site-footer__contact {
    flex-direction: row;
  }

  .site-footer__contact li {
    margin-bottom: 0;
    font-size: 1.35rem;
    /* Target ~13.5px */
    letter-spacing: 0em;
    text-transform: uppercase;
    display: contents;
    flex-direction: column;
    gap: 0.35rem;
    min-width: calc(50% - 1rem);
    flex: 1 1 auto;
  }

  body[dir="rtl"] .site-footer__contact li,
  [dir="rtl"] .site-footer__contact li,
  html[dir="rtl"] .site-footer__contact li {
    text-align: right;
  }

  .site-footer__contact li span {
    opacity: 0.6;
    font-size: 1.1rem;
    /* Target ~11px for labels */
    font-weight: 500;
  }

  .site-footer__contact li a,
  .site-footer__contact li p {
    margin: 0;
    color: #111111;
    font-size: 1.35rem;
    line-height: 1.4;
    word-break: break-word;
  }

  .site-footer__contact li a[dir="ltr"] {
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
  }

  /* Links grid - 2 columns for Customer Service & Company, full width for Stay Connected */
  .site-footer__links-grid {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid #e5e5e5;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }

  .site-footer__links-grid .row {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* First two columns (Customer Service & Company) - side by side */
  .site-footer__links-grid .col-sm-4:nth-child(1),
  .site-footer__links-grid .col-sm-4:nth-child(2) {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: none !important;
    text-align: center;
  }

  /* Make "Stay Connected" section span full width below */
  .site-footer__links-grid .col-sm-4:nth-child(3) {
    grid-column: 1 / -1;
    margin-top: 0;
    padding-top: 1.75rem;
    border-top: 1px solid #e5e5e5;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex: none !important;
  }

  /* Section headings */
  .site-footer__heading {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    /* Target ~14px */
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    text-align: center;
  }

  /* Links */
  .site-footer__links {
    display: ruby;
    flex-direction: column;
    gap: 0.65rem;
  }

  .site-footer__links li {
    margin-bottom: 0;
  }

  .site-footer__links li a {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.4rem 7px;
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #111111;
    line-height: 1.4;
    min-height: 36px;
  }

  .site-footer__links li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.4rem;
    width: 100%;
    height: 1px;
    background-color: #111111;
    transform: scaleX(0);
    transition: transform 0.2s ease;
    transform-origin: right;
  }

  body[dir="rtl"] .site-footer__links li a::after,
  [dir="rtl"] .site-footer__links li a::after,
  html[dir="rtl"] .site-footer__links li a::after {
    left: auto;
    right: 0;
    transform-origin: left;
  }

  .site-footer__links li a:hover::after,
  .site-footer__links li a:focus::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  body[dir="rtl"] .site-footer__links li a:hover::after,
  [dir="rtl"] .site-footer__links li a:hover::after,
  body[dir="rtl"] .site-footer__links li a:focus::after,
  [dir="rtl"] .site-footer__links li a:focus::after,
  html[dir="rtl"] .site-footer__links li a:hover::after,
  html[dir="rtl"] .site-footer__links li a:focus::after {
    transform-origin: right;
  }

  /* Social media */
  .site-footer__social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
  }

  .site-footer__social li {
    margin-bottom: 0;
    width: auto;
  }

  .site-footer__social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #e5e5e5;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 9px;
    box-sizing: border-box;
    position: relative;
  }

  .site-footer__social-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%);
    transition: all 0.3s ease;
    display: block;
  }

  .site-footer__social li a::after {
    display: none;
  }

  .site-footer__social li a:hover,
  .site-footer__social li a:focus {
    background-color: #111111;
    transform: translateY(-2px);
  }

  .site-footer__social li a:hover .site-footer__social-icon,
  .site-footer__social li a:focus .site-footer__social-icon {
    filter: brightness(0) saturate(100%) invert(1);
  }

  /* Language selector */
  .site-footer__language {
    justify-content: center;
    margin-top: 1.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    flex-wrap: wrap;
    gap: 0.875rem;
    align-items: center;
  }

  .site-footer__language span:first-child {
    opacity: 0.6;
  }

  .site-footer__language a {
    color: #111111;
    padding: 0.35rem 0;
    display: inline-block;
    position: relative;
  }

  .site-footer__language a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #111111;
    transform: scaleX(0);
    transition: transform 0.2s ease;
    transform-origin: right;
  }

  body[dir="rtl"] .site-footer__language a::after,
  [dir="rtl"] .site-footer__language a::after,
  html[dir="rtl"] .site-footer__language a::after {
    left: auto;
    right: 0;
    transform-origin: left;
  }

  .site-footer__language a:hover::after,
  .site-footer__language a:focus::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  body[dir="rtl"] .site-footer__language a:hover::after,
  [dir="rtl"] .site-footer__language a:hover::after,
  body[dir="rtl"] .site-footer__language a:focus::after,
  [dir="rtl"] .site-footer__language a:focus::after,
  html[dir="rtl"] .site-footer__language a:hover::after,
  html[dir="rtl"] .site-footer__language a:focus::after {
    transform-origin: right;
  }

  /* Bottom section */
  .site-footer__bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    font-size: 1.2rem;
    /* Target ~12px */
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5a5a5a;
  }

  .site-footer__bottom .row {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.625rem !important;
  }

  .site-footer__bottom .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center !important;
  }

  .site-footer__service-notes {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
  }

  .site-footer__divider {
    opacity: 0.5;
  }
}

@media (max-width: 575.98px) {
  .site-footer {
    padding: 1.75rem 0.875rem 1.25rem;
  }

  .site-footer .container {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  /* Ensure columns stack on small mobile */
  .site-footer .col-lg-4,
  .site-footer .col-lg-8,
  .site-footer .col-sm-4,
  .site-footer .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .site-footer__top {
    margin-bottom: 1.75rem;
  }

  .site-footer__brand {
    margin-bottom: -1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }

  .site-footer__logo img {
    max-width: 100px;
  }

  .site-footer__description {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .site-footer__contact {
    gap: 1.25rem 1.5rem;
    margin-top: 1rem;
  }

  .site-footer__contact li {
    font-size: 1.3rem;
    /* Target ~13px */
    min-width: calc(50% - 0.75rem);
  }

  .site-footer__contact li span {
    font-size: 1.1rem;
  }

  .site-footer__contact li a,
  .site-footer__contact li p {
    font-size: 1.3rem;
  }

  .site-footer__links-grid {
    gap: 1.5rem 1.25rem !important;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }

  .site-footer__links-grid .col-sm-4:nth-child(3) {
    padding-top: 1.5rem;
  }

  .site-footer__heading {
    font-size: 1.3rem;
    /* Target ~13px */
    margin-bottom: 0.875rem;
  }

  .site-footer__links {
    gap: 0.6rem;
  }

  .site-footer__links li a {
    font-size: 1.25rem;
    /* Target ~12.5px */
    min-height: 32px;
    padding: 0.35rem 5px;
  }

  .site-footer__links li a::after {
    bottom: 0.35rem;
  }

  .site-footer__social {
    gap: 0.65rem;
    margin-bottom: 1rem;
  }

  .site-footer__social li a {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .site-footer__language {
    font-size: 1.2rem;
    /* Target ~12px */
    margin-top: 1rem;
    gap: 0.75rem;
  }

  .site-footer__bottom {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    font-size: 1.2rem;
    /* Target ~12px */
  }

  .site-footer__bottom .row {
    gap: 0.5rem !important;
  }

  .site-footer__service-notes {
    gap: 0.65rem;
  }
}



/* --------------------------------  Pagination ----------------------------------------- */
.pagination {
  padding-bottom: 90px;
  padding-top: 30px;

}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;

}

.pagination a {
  display: inline-block;
  padding: 10px 18px;
  color: #222;
  text-decoration: none
}

.p12 a:first-of-type,
.p12 a:last-of-type,
.p12 .is-active {
  background-color: var(--orange);
  color: #fff;
}

/* -------------------------------------------------------------------------------------- */