:root {
  --yellow: #ffd91c;
  --yellow-dark: #d9b300;
  --red: #ec3e4d;
  --green: #29a567;
  --black: #050505;
  --header-black: #070707;
  --top-black: #1c1c1c;
  --page-bg: #ffffff;
  --card-bg: #ffffff;
  --surface: #f5f5f5;
  --surface-2: #eeeeee;
  --text: #333333;
  --muted: #777777;
  --line: #e1e1e1;
  --shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

body.dark-theme {
  --page-bg: #262626;
  --card-bg: #303030;
  --surface: #303030;
  --surface-2: #404040;
  --text: #e1e1e1;
  --muted: #a1a1a1;
  --line: #404040;
  --shadow: 0 2px 8px rgba(0, 0, 0, .22);
  background-color: #262626;
  color: #fff;
  color-scheme: dark;
}

@font-face {
  font-family: "Microless FA";
  src: url("../vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tajawal";
  src: url("../fonts/tajawal/tajawal-v9-latin_arabic-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YS Text Regular";
  src: url("../fonts/yst/ys-text-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  direction: ltr;
  scroll-behavior: smooth;
}

body {
  direction: ltr;
  margin: 0;
  overflow-x: hidden;
  background: var(--page-bg);
  color: var(--text);
  font-family: Tajawal, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
  transition: background-color .2s ease, color .2s ease;
}

body > * {
  direction: rtl;
}

body.drawer-open {
  overflow: hidden;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(255, 212, 0, .55);
  outline-offset: 2px;
}

.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1500px;
}

.skip-link {
  position: fixed;
  z-index: 5000;
  top: 8px;
  right: 8px;
  padding: 10px 16px;
  transform: translateY(-160%);
  background: var(--yellow);
  color: #111;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.plain-button,
.icon-button,
.account-link {
  border: 0;
  background: none;
  color: inherit;
}

.site-header {
  position: relative;
  z-index: 1000;
  line-height: 21px;
}

.service-bar {
  height: 34px;
  border-bottom: 0;
  background: #1e1e1e;
  color: #fff;
  font-size: 11px;
}

.service-bar__inner,
.service-bar__location,
.service-bar__settings {
  display: flex;
  align-items: center;
}

.service-bar__inner {
  height: 34px;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
}

.service-bar__inner::before,
.service-bar__inner::after,
.category-nav__inner::before,
.category-nav__inner::after {
  display: none;
}

.service-bar__location,
.service-bar__settings {
  height: auto;
}

.location-trigger,
.service-item,
.setting-button,
.theme-switch {
  display: inline-flex;
  height: 21px;
  align-items: center;
  gap: 4px;
  padding: 0 10px;
  border-left: 1px solid #3d3d3d;
  white-space: nowrap;
}

.location-trigger {
  width: 141px;
  height: 24px;
  margin-left: 15px;
  padding: 0;
  border-left: 0;
  gap: 8px;
}

.location-trigger > span:not(.saudi-flag) {
  display: block;
  line-height: normal;
}

.saudi-flag {
  display: block;
  width: 25px;
  height: 24px;
  flex: 0 0 25px;
  object-fit: contain;
  object-position: center;
  border-radius: 1px;
}

.service-bar__location .service-item:nth-child(2) { width: 110.25px; }
.service-bar__location .service-item:nth-child(3) { width: 111.35px; }
.service-bar__location .service-item:nth-child(4) { width: 93.62px; }

.service-item {
  color: #b7b7b7;
}

.service-item .fa {
  flex: 0 0 auto;
}

.service-bar__settings {
  color: #fff;
}

.service-bar__settings > * {
  margin-left: 16px;
  border-right: 1px solid #3d3d3d;
  border-left: 0;
}

.service-bar__settings > *:last-child {
  margin-left: 0;
}

.service-bar__settings .theme-switch {
  width: 50.94px;
  height: 14px;
  margin: 0 0 0 16px;
  padding: 0 10px;
}

.service-bar__settings .setting-button:nth-child(2) {
  display: inline-flex;
  width: 76.93px;
}

.service-bar__settings .setting-button:nth-child(3) {
  display: inline-flex;
  width: 84.99px;
}

.service-bar__settings .setting-button {
  position: relative;
  padding: 0;
}

.setting-select-box {
  position: absolute;
  top: -.3px;
  right: -1px;
  display: flex;
  width: 60px;
  height: 21px;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  border: 1px solid #303030;
  border-radius: 4px;
  background: #404040;
  color: #fff;
  font-size: 12px;
  line-height: 20.4px;
}

.setting-select-box--language {
  top: -1.1px;
  width: 85px;
}

.theme-switch {
  margin: 0;
  cursor: default;
  font-weight: 400;
}

.theme-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.theme-switch__track {
  position: relative;
  cursor: pointer;
  width: 30px;
  flex: 0 0 30px;
  height: 14px;
  border-radius: 50px;
  background: #fff;
  transition: .4s ease;
}

.theme-switch__track::before {
  position: absolute;
  bottom: 1px;
  left: 1px;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  content: "";
  transition: .4s;
}

.theme-switch__track .fa {
  position: absolute;
  top: 1px;
  right: 1px;
  color: #000;
  font-size: 12px;
  line-height: 12px;
}

.theme-switch__track .fa-sun-o {
  right: 3px;
}

.theme-switch__track .fa-moon-o {
  display: none;
}

.theme-switch input:checked + .theme-switch__track {
  background: #505157;
}

.theme-switch input:checked + .theme-switch__track::before {
  background: #fff;
  transform: translateX(17px);
}

.theme-switch input:checked + .theme-switch__track .fa-sun-o {
  display: none;
}

.theme-switch input:checked + .theme-switch__track .fa-moon-o {
  right: auto;
  left: 4px;
  display: block;
  color: #fff;
}

.main-header {
  height: 83px;
  background: #000;
  color: #fff;
}

.main-header__inner {
  display: flex;
  height: 83px;
  align-items: flex-start;
  gap: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand-logo {
  display: flex;
  width: 190px;
  flex: 0 0 190px;
  align-items: center;
}

.brand-logo img {
  display: block;
  width: 190px;
  height: auto;
  max-height: 46px;
}

.header-search {
  position: relative;
  display: flex;
  height: 42px;
  min-width: 0;
  flex: 1 1 auto;
  margin-right: 25px;
  margin-left: 25px;
}

.header-search input {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 5px 16px;
  border: 0;
  border-radius: 0 3px 3px 0;
  outline: 0;
  background: #fff;
  color: #555;
  box-shadow: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.33;
}

.header-search input::placeholder {
  color: #999;
}

body.dark-theme .header-search input {
  background: #303030;
  color: #fff;
}

.header-search button {
	position: relative;
	width: 66px;
	flex: 0 0 66px;
  height: 42px;
  margin-right: -1px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
	background: #f0c000;
	color: #000;
	font-size: 14px;
	line-height: 20px;
}

.search-suggestions {
  position: absolute;
  top: 44px;
  right: 0;
  left: 0;
  z-index: 1200;
  display: none;
  max-height: 360px;
  overflow-y: auto;
  border: 1px solid var(--line);
  background: var(--card-bg);
  color: var(--text);
  box-shadow: var(--shadow);
}

.search-suggestions.is-open {
  display: block;
}

.suggestion-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 10px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: right;
}

.suggestion-item:hover,
.suggestion-item:focus {
  background: var(--surface);
}

.suggestion-item img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  background: #fff;
}

.suggestion-item span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.account-nav {
  display: flex;
  width: 280px;
  height: 42.28px;
  flex: 0 0 280px;
  align-items: center;
  justify-content: space-between;
}

.account-link {
  position: relative;
  display: block;
  min-width: 0;
  height: 42.28px;
  padding: 0 11px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}

.account-dropdown-wrap {
  position: relative;
  display: block;
  height: 42.28px;
}

.account-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: auto;
  left: 50%;
  z-index: 1100;
  display: none;
  width: 150px;
  min-width: 150px;
  margin: 0;
  padding: 1px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  color: #000;
  text-align: right;
  transform: translateX(-50%);
  white-space: normal;
}

.account-dropdown.is-open {
  display: block;
}

.account-dropdown__arrow {
  position: absolute;
  top: -11px;
  right: auto;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -11px;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0, 0, 0, .2);
  border-left: 11px solid transparent;
}

.account-dropdown__arrow::after {
  position: absolute;
  top: 1px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  content: "";
}

.account-dropdown__content {
  padding: 9px 14px;
}

.account-dropdown-wrap.is-authenticated .account-dropdown {
  width: 238px;
  min-width: 238px;
}

.account-dropdown-wrap.is-authenticated .account-dropdown__content {
  padding: 10px;
}

.account-dropdown__user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
  padding: 4px 4px 11px;
  border-bottom: 1px solid #e8e8e8;
}

.account-dropdown__avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  object-fit: cover;
}

.account-dropdown__identity {
  min-width: 0;
  line-height: 1.35;
}

.account-dropdown__identity strong,
.account-dropdown__identity span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-dropdown__identity strong {
  color: #222;
  font-size: 13px;
  font-weight: 700;
}

.account-dropdown__identity span {
  margin-top: 2px;
  color: #777;
  font-size: 11px;
}

.account-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account-dropdown li {
  margin: 0;
  padding: 0;
}

.account-dropdown li a {
  display: block;
  padding: 7px 4px;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.account-dropdown li a:hover,
.account-dropdown li a:focus {
  background: #f5f5f5;
  color: #222;
  text-decoration: none;
}

.account-dropdown__menu li a {
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 3px;
}

.account-dropdown__menu li a > .fa {
  width: 17px;
  flex: 0 0 17px;
  color: #666;
  font-size: 14px;
  text-align: center;
}

.account-dropdown__item--customer-logout {
  margin-top: 5px !important;
  padding-top: 5px !important;
  border-top: 1px solid #e8e8e8;
}

.account-dropdown__item--customer-logout a,
.account-dropdown__item--customer-logout a > .fa {
  color: #c62828 !important;
}

.account-dropdown-wrap.is-open .account-trigger > .fa-angle-down {
  transform: rotate(180deg);
}

.cart-trigger {
	padding-right: 0;
	padding-left: 11px;
	border: 0;
	background: transparent;
	font-family: inherit;
	cursor: pointer;
}

.theme-label {
  display: none;
}

.account-link:hover,
.account-link:focus {
  color: #fff;
}

.account-link > .fa:first-child {
  display: flex;
  width: 100%;
  height: 28px;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 20px;
}

.account-trigger > .fa-angle-down {
  display: inline-block;
  width: 13px;
  font-size: 10px;
  line-height: 10px;
}

.cart-icon-wrap {
  position: relative;
  display: flex;
  width: 100%;
  height: 28px;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 8px;
}

.cart-icon-wrap img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.counter {
  position: absolute;
  top: 0;
  left: 5px;
  display: flex;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border-radius: 12px;
  background: var(--yellow);
  color: #111;
  font-size: 9px;
  line-height: 16px;
}

.wishlist-trigger .counter {
  top: 2px;
  left: 9px;
}

.mobile-menu-trigger {
  display: none;
  color: #fff;
  font-size: 25px;
}

.category-nav {
  height: 37px;
  background: var(--yellow);
  color: #151515;
  box-shadow: none;
}

.category-nav__inner {
  position: relative;
  display: flex;
  height: 37px;
  align-items: stretch;
}

.category-nav__inner > a,
.header-category-item > a,
.all-categories-trigger {
  display: flex;
  height: 37px;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 0;
  background: transparent;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
  white-space: nowrap;
}

.category-nav__inner > a:hover,
.category-nav__inner > a:focus,
.header-category-item:hover > a,
.header-category-item:focus-within > a {
  background: #f4f7ff;
  color: #000;
}

.header-category-item {
  position: static;
  height: 37px;
  flex: 0 0 auto;
}

.header-category-item > a {
  color: #151515;
  text-decoration: none;
}

.header-category-mega {
  position: absolute;
  top: 37px;
  right: 15px;
  left: 15px;
  z-index: 1049;
  display: none;
  min-height: 330px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 25px;
  background: #f4f7ff;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .18);
}

.header-category-item:hover .header-category-mega,
.header-category-item:focus-within .header-category-mega {
  display: grid;
}

.header-category-column {
  min-width: 0;
  padding: 0 22px;
  border-left: 1px solid rgba(0, 0, 0, .06);
}

.header-category-column:last-child {
  border-left: 0;
}

.header-category-column section {
  margin: 0 0 18px;
}

.header-category-column section:last-child {
  margin-bottom: 0;
}

.header-category-column h3 {
  margin: 0 0 8px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.header-category-column a {
  display: block;
  overflow: hidden;
  color: #222;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
}

.header-category-column a:hover,
.header-category-column a:focus {
  color: #359fd9;
}

.header-category-column a.view-all {
  color: #adadad;
}

body.dark-theme .header-category-mega {
  background: var(--card-bg);
}

body.dark-theme .header-category-column h3,
body.dark-theme .header-category-column a {
  color: var(--text);
}

body.dark-theme .header-category-column a:hover,
body.dark-theme .header-category-column a:focus {
  color: var(--yellow);
}

.all-categories-trigger:hover,
.all-categories-trigger:focus,
.all-categories-trigger[aria-expanded="true"] {
  background: var(--yellow);
}

.all-categories-trigger {
	display: block;
	width: 200px;
	min-width: 200px;
	padding: 8px 20px;
	background: #f0c000;
	color: #000;
	font-size: 14px;
	text-align: start;
}

.category-nav__inner .new-releases-link {
  margin-right: 0;
  background: #e63737;
  color: #fff;
}

.category-nav__inner .clearance-link {
  background: #e63737;
  color: #fff;
}

.all-categories-menu {
  position: relative;
  width: 200px;
  min-width: 200px;
  height: 37px;
}

.mega-menu {
  position: absolute;
  top: 37px;
  right: 0;
  z-index: 1050;
  display: none;
  width: 200px;
  padding: 10px 0;
  border-right: 3px solid var(--yellow);
  border-radius: 0 0 0 3px;
  background: #fff;
  box-shadow: 0 5px 6px -2px rgba(0, 0, 0, .18);
}

.all-categories-menu:hover .mega-menu,
.mega-menu.is-open {
  display: block;
}

.all-categories-menu:hover .all-categories-trigger,
.all-categories-trigger[aria-expanded="true"] {
  background: #f0c000;
}

.mega-menu__categories,
.mega-menu__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu__categories {
  display: block;
  width: 100%;
}

.mega-menu__categories > li {
  position: static;
  display: block;
  min-height: 31px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 21px;
  list-style: none;
}

.mega-menu__categories > li > a {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 31px;
  padding: 5px 10px;
  color: #222;
  text-decoration: none;
  transition: color .15s ease, background-color .15s ease;
}

.mega-menu__categories > li.has-panel > a {
  padding-left: 28px;
}

.mega-menu__categories > li.has-panel > a::after {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #ccc;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 17px;
  font-weight: 400;
}

.mega-menu__categories > li:hover,
.mega-menu__categories > li:focus-within {
  background: #fff9dd;
}

.mega-menu__categories > li:hover > a,
.mega-menu__categories > li:focus-within > a,
.mega-menu__categories > li:hover > a::after,
.mega-menu__categories > li:focus-within > a::after {
  color: #359fd9;
}

.mega-menu__panel {
  position: absolute;
  top: 0;
  right: 197px;
  bottom: 0;
  z-index: 1;
  display: none;
  width: 650px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 0 0 3px 0;
  background: #fff;
  box-shadow: 0 5px 6px -2px rgba(0, 0, 0, .18);
}

.mega-menu__categories > li:hover > .mega-menu__panel,
.mega-menu__categories > li:focus-within > .mega-menu__panel {
  display: grid;
}

.mega-menu__column {
  min-width: 0;
  padding: 16px;
}

.mega-menu__column--no-title {
  padding-top: 47px;
}

.mega-menu__column h3 {
  min-height: 18px;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  color: #372f2b;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.mega-menu__column a {
  display: block;
  overflow: hidden;
  padding: 0;
  color: #222;
  font-size: 13px;
  line-height: 26px;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
}

.mega-menu__column a:hover,
.mega-menu__column a:focus {
  color: #359fd9;
}

.mega-menu__deals > a {
  color: #e63737 !important;
  font-weight: 700;
}

body.dark-theme .mega-menu {
  border-right-color: #fecb00;
  background: #404040;
  color: #fff;
}

body.dark-theme .mega-menu__panel {
  background: #303030;
}

body.dark-theme .mega-menu__categories > li > a,
body.dark-theme .mega-menu__column a,
body.dark-theme .mega-menu__column h3 {
  color: var(--text);
}

body.dark-theme .mega-menu__categories > li:hover,
body.dark-theme .mega-menu__categories > li:focus-within {
  background: #303030;
}

@media (max-width: 1325px) and (min-width: 768px) {
  .mega-menu__panel {
    width: 525px;
  }
}

#main-content {
  min-height: 800px;
  background: var(--page-bg);
}

.site-header {
  margin-bottom: 30px;
}

.hero-section {
  padding-top: 0;
}

.hero-carousel {
  direction: ltr;
}

.hero-carousel:not(.owl-loaded) {
  display: block;
  overflow: hidden;
}

.hero-carousel:not(.owl-loaded) .hero-slide:not(:first-child) {
  display: none;
}

.hero-slide {
  position: relative;
  display: block;
  aspect-ratio: 4.566 / 1;
  overflow: hidden;
  background: #eee;
}

.hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 0;
  margin: 0;
  transform: translateY(-50%);
}

.hero-carousel .owl-nav button.owl-prev,
.hero-carousel .owl-nav button.owl-next {
  position: absolute;
  top: -23px;
  width: 46px;
  height: 46px;
  margin: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  font-size: 30px;
  line-height: 42px;
}

.hero-carousel .owl-nav button.owl-prev:hover,
.hero-carousel .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, .65);
}

.hero-carousel .owl-nav button.owl-prev {
  left: 17px;
}

.hero-carousel .owl-nav button.owl-next {
  right: 17px;
}

.hero-carousel .owl-dots {
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	line-height: 21px;
}

.hero-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0 5px;
	border: 0;
	border-radius: 50px;
	background: rgba(127, 127, 127, .5);
	vertical-align: middle;
}

.hero-carousel .owl-dots .owl-dot span {
	display: none;
}

.hero-carousel .owl-dots .owl-dot.active {
	border: 2px solid #fecb00;
	background: rgba(127, 127, 127, .5);
}

.page-section {
  padding-top: 20px;
}

.brands-section {
  margin-bottom: 42.1px;
  padding-top: 0;
  padding-bottom: 0;
}

.product-section {
  padding-bottom: .72px;
}

#health {
  padding-bottom: 37px;
}

#new-releases {
  padding-bottom: .5px;
}

.banner-section,
.category-explorer {
  padding-bottom: 1px;
}

.section-heading {
  display: flex;
  height: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 5px 0;
}

.section-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.section-heading a {
  color: #000 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.section-heading a:hover {
  color: var(--yellow-dark);
}

body.dark-theme .section-heading,
body.dark-theme .section-heading h2 {
  color: #fff;
}

body.dark-theme .section-heading a {
  color: #e1e1e1 !important;
}

.product-carousel {
  direction: ltr;
}

.product-carousel.owl-loaded {
  display: flex;
  overflow: hidden;
}

.product-carousel:not(.owl-loaded) {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.product-carousel:not(.owl-loaded) > .product-card:nth-child(n+7) {
  display: none;
}

.product-carousel .owl-stage {
  display: flex;
  flex: 1 0 auto;
}

.product-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
  direction: rtl;
}

.product-card {
  position: relative;
  display: flex;
  width: 100%;
  height: 458px;
  min-height: 458px;
  overflow: visible;
  flex-direction: column;
  margin: .25% 0 .25% .25%;
  padding: 15px;
  border: 1px solid #eee;
  background: transparent;
  color: var(--text);
  line-height: 21px;
  text-align: right;
  transition: all;
}

.product-card:hover {
  border-color: #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  transform: none;
}

.product-card__image {
  position: relative;
  display: block;
  width: 100%;
  height: 260px;
  min-height: 260px;
  max-width: 220px;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
  line-height: 250px;
  text-align: center;
}

.product-carousel .product-card .product-card__image img {
  position: relative;
  top: -1px;
  display: inline;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 187px;
  padding: 0;
  object-fit: fill;
  transition: all;
  vertical-align: middle;
}

.product-card:hover .product-card__image img {
  transform: none;
}

.product-card__badges {
  position: absolute;
  z-index: 4;
  top: 8px;
  right: 8px;
}

.product-card__badge {
  display: block;
  max-width: 125px;
  overflow: hidden;
  padding: 5px 10px;
  border: 0;
  border-radius: 3px;
  background: #102030;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  white-space: nowrap;
}

.product-card__new-ribbon {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 5;
  height: 26px;
  padding: 0 11px 0 7px;
  background: #7cb30d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
}

.product-card__new-ribbon::after {
  position: absolute;
  top: 0;
  right: auto;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 13px solid #7cb30d;
  border-right: 9px solid transparent;
  border-bottom: 13px solid #7cb30d;
  content: "";
}

.product-card__discount-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
	display: flex;
	min-height: 8px;
	align-items: center;
	gap: 6px;
	justify-content: flex-start;
	padding-bottom: 8px;
}

.product-card__discount {
  display: block;
  padding: 5px 8px;
  border-radius: 3px;
  background: #cef5bd;
  color: #009006;
  font-size: 12px;
  font-weight: 600;
	line-height: 12px;
}

.product-card__bestseller {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 9px;
	border-radius: 2px;
	background: #4b8df8;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	white-space: nowrap;
}

.product-card__quick-actions {
  display: none;
}

.product-card:hover .product-card__quick-actions,
.product-card:focus-within .product-card__quick-actions {
  opacity: 1;
  transform: translateX(0);
}

.product-card__quick-actions button {
  display: flex;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: #444;
}

.product-card__quick-actions button.is-active,
.product-card__quick-actions button:hover {
  border-color: var(--yellow);
  background: var(--yellow);
  color: #111;
}

.product-card__body {
  display: flex;
  min-height: 166px;
  flex: 1;
  flex-direction: column;
  padding: 0;
}

.product-card__title {
  display: block;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  flex: 0 0 50px;
  margin: 0;
  overflow: hidden;
	color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
}

.product-card__fulfillment {
  display: block;
  height: 45px;
  min-height: 45px;
  margin: 0;
  padding: 10px 0;
	color: #333;
	font-size: 13px;
}

.product-card__fulfillment > span {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 15px;
	background: #fecb00;
  color: #424242;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.product-card__rating {
  display: none;
  height: 0;
  margin: 0;
  color: var(--yellow-dark);
  font-size: 10px;
}

.product-card__rating span {
  margin-right: 4px;
  color: var(--muted);
}

.product-card__price {
  margin: 0 0 10px;
  color: #222;
  font-family: "YS Text Regular", Arial, sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.product-card__new-price {
  display: block;
  height: 25px;
  overflow: hidden;
  direction: ltr;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  text-align: right;
}

html[dir="ltr"] .product-card__new-price {
  text-align: left;
}

.product-card__price-symbol {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.product-card__price-amount {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}

.product-card__old-price {
	display: block;
	height: 14px;
	direction: rtl;
	margin: 2px 0 5px;
	color: #a09e9e;
	font-family: "YS Text Regular", Arial, sans-serif;
	font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
}

html[dir="ltr"] .product-card__old-price {
	direction: ltr;
	text-align: left;
}

.product-card__delivery {
	display: flex;
	height: auto;
	min-height: 15px;
	flex-wrap: wrap;
	column-gap: 3px;
	margin-top: auto;
	color: #000;
	font-size: 12px;
	line-height: 15px;
}

.product-card__delivery span {
  display: block;
  flex: 0 0 auto;
  white-space: nowrap;
}

.product-card__delivery strong {
	color: #4caf50;
	display: block;
	flex: 0 0 auto;
	font-size: 12px;
	line-height: 15px;
  font-weight: 700;
	white-space: nowrap;
}

body.dark-theme .product-card {
  border-color: #303030;
  background-color: #303030;
  color: #fff;
}

body.dark-theme .product-card:hover {
  border-color: #404040;
  box-shadow: 0 0 5px rgba(255, 255, 255, .1) inset;
}

body.dark-theme .product-carousel .product-card .product-card__image img {
  padding: 8px;
  border-radius: 5px;
  background: #fff;
}

body.dark-theme .product-card__title,
body.dark-theme .product-card__price,
body.dark-theme .product-card__new-price,
body.dark-theme .product-card__delivery {
  color: #e1e1e1;
}

body.dark-theme .product-card__old-price {
  color: #a1a1a1;
}

body.dark-theme .product-carousel .owl-nav button.owl-prev,
body.dark-theme .product-carousel .owl-nav button.owl-next {
  color: #fff;
}

body.dark-theme .top-category-card {
  border-color: #303030;
  background: #3d3d3d;
  color: #fff;
}

body.dark-theme .top-category-card:hover {
  border-color: #404040;
  box-shadow: 0 0 5px rgba(255, 255, 255, .1) inset;
}

.product-card__add {
  display: none;
}

.product-card:hover .product-card__add,
.product-card:focus-within .product-card__add {
  opacity: 1;
  transform: translateY(0);
}

.product-carousel .owl-nav {
  position: static;
  height: 0;
  margin: 0;
}

.product-carousel .owl-nav button.owl-prev,
.product-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  width: 55px;
  height: 55px;
  margin: 5px;
  padding: 0;
  border: 0 solid #dadada;
  border-radius: 50%;
  background: transparent;
  color: #222;
  box-shadow: 0 0 10px rgba(0, 0, 0, .02);
  font-size: 12px;
  line-height: 21px;
  opacity: .5;
  transform: scale(-1, 1);
  transition: opacity .3s ease-in-out;
}

.product-carousel .owl-nav button.owl-prev { right: 0; left: auto; }
.product-carousel .owl-nav button.owl-next { right: auto; left: 0; }

.product-carousel .owl-nav button.owl-prev:hover,
.product-carousel .owl-nav button.owl-next:hover {
  background: transparent;
  color: #222;
  opacity: 1;
}

.product-carousel .owl-nav button:focus {
  outline: 0;
}

.product-carousel .owl-nav button > .fa {
  display: none;
}

.product-carousel .owl-nav button::before,
.product-carousel .owl-nav button::after {
  position: absolute;
  width: 15px;
  height: 2px;
  background: currentColor;
  content: "";
}

.product-carousel .owl-nav button.owl-prev::before {
  top: 22px;
  left: 18px;
  transform: rotate(-45deg);
}

.product-carousel .owl-nav button.owl-prev::after {
  top: 32px;
  left: 18px;
  transform: rotate(45deg);
}

.product-carousel .owl-nav button.owl-next::before {
  top: 21px;
  left: 22px;
  transform: rotate(45deg);
}

.product-carousel .owl-nav button.owl-next::after {
  top: 31px;
  left: 22px;
  transform: rotate(-45deg);
}
.product-carousel .owl-dots { display: none; }

.home-page-banners,
.category-banner-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.category-banner {
  position: relative;
  display: block;
  width: 24.6%;
  height: auto;
  min-height: 0;
  aspect-ratio: 410 / 381;
  margin: .25%;
  overflow: hidden;
  background: #eee;
}

.category-banner:nth-child(4n+1) {
  margin-right: 0;
  margin-left: .25%;
}

.category-banner:nth-child(4n) {
  margin-right: .25%;
  margin-left: 0;
}

.category-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.category-banner:hover img {
  transform: scale(1.025);
}

.top-category-list {
  display: grid;
  height: 276.2px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 276.2px;
  gap: 10px;
  overflow: hidden;
}

.top-categories {
  padding-top: 0;
}

.top-category-card {
  display: flex;
  width: 100%;
  height: 276.2px;
  min-height: 276.2px;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 8px;
  background: #f5f5f5;
  color: var(--text);
  line-height: 21px;
}

.top-category-card__image {
  display: block;
  width: 100%;
  padding: 30px 40px 10px;
}

.top-category-card__image img {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  align-items: center;
  border-radius: 3px;
  object-fit: contain;
}

.top-category-card__title {
  display: flex;
  width: 100%;
  height: 52px;
  flex: 0 0 52px;
  align-items: flex-end;
  justify-content: center;
  padding: 7px 12px 15px;
  text-align: center;
}

.top-category-card__title > span {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.top-category-card:hover {
  border-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
}

.brand-grid {
  display: grid;
  height: 111.89px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-auto-rows: 111.89px;
  gap: 22px;
  overflow: hidden;
}

.brand-card {
  display: flex;
  width: 100%;
  height: 111.89px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #f5f2f2;
  background: #fff;
}

.brand-card:hover {
  border-color: #f5f2f2;
  box-shadow: none;
}

.brand-card img {
  width: 90px;
  height: 90px;
  max-width: 90px;
  max-height: 90px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.brand-card:hover img {
  filter: none;
  opacity: 1;
}

body.dark-theme .brand-card {
  border-color: #303030;
  background: #fff;
  color: #fff;
}

body.dark-theme .brand-card:hover {
  border-color: #404040;
  box-shadow: 0 0 5px rgba(255, 255, 255, .1) inset;
}

.top-category-list.owl-loaded,
.brand-grid.owl-loaded {
  display: block;
}

.top-category-list .owl-stage,
.top-category-list .owl-item {
  height: 276.2px;
}

.brand-grid .owl-stage,
.brand-grid .owl-item {
  height: 111.89px;
}

.top-category-list .owl-nav,
.brand-grid .owl-nav {
  position: absolute;
  top: 0;
  right: -15px;
  left: -15px;
  height: 0;
  margin: 0;
}

.top-category-list .owl-nav {
  right: 0;
  left: 0;
}

.brand-grid .owl-nav {
  right: 0;
  left: 0;
}

.top-category-list .owl-nav button.owl-prev,
.top-category-list .owl-nav button.owl-next,
.brand-grid .owl-nav button.owl-prev,
.brand-grid .owl-nav button.owl-next {
  position: absolute;
  width: 31px;
  height: 49px;
  margin: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  font-size: 23px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .02);
  transition: opacity .3s ease-in-out;
}

.top-category-list .owl-nav button i,
.brand-grid .owl-nav button i {
  display: none;
}

.top-category-list .owl-nav button::before,
.top-category-list .owl-nav button::after,
.brand-grid .owl-nav button::before,
.brand-grid .owl-nav button::after {
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background: #000;
  content: "";
}

.top-category-list .owl-nav button.owl-next::before,
.brand-grid .owl-nav button.owl-next::before {
  top: 21px;
  left: 22px;
  transform: rotate(45deg);
}

.top-category-list .owl-nav button.owl-next::after,
.brand-grid .owl-nav button.owl-next::after {
  top: 31px;
  left: 22px;
  transform: rotate(-45deg);
}

.top-category-list .owl-nav button.owl-prev::before,
.brand-grid .owl-nav button.owl-prev::before {
  top: 22px;
  left: 18px;
  transform: rotate(-45deg);
}

.top-category-list .owl-nav button.owl-prev::after,
.brand-grid .owl-nav button.owl-prev::after {
  top: 32px;
  left: 18px;
  transform: rotate(45deg);
}

.top-category-list .owl-nav button.owl-prev,
.top-category-list .owl-nav button.owl-next {
  top: 82.3px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: transparent;
  color: #222;
  font-size: 12px;
  opacity: .5;
}

.top-category-list .owl-nav button.owl-prev { right: 5px; left: auto; }
.top-category-list .owl-nav button.owl-next { right: auto; left: 5px; }
.brand-grid .owl-nav button.owl-prev,
.brand-grid .owl-nav button.owl-next {
  top: 29.6px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(129, 128, 128, .49);
  color: #222;
  font-size: 12px;
  opacity: .5;
}

.brand-grid .owl-nav button.owl-prev { right: 5px; left: auto; }
.brand-grid .owl-nav button.owl-next { right: auto; left: 5px; }

.top-category-list .owl-nav button.owl-prev,
.brand-grid .owl-nav button.owl-prev {
  transform: rotate(180deg);
}

.top-category-list .owl-nav button.owl-next,
.brand-grid .owl-nav button.owl-next {
  transform: rotate(-180deg);
}

.top-category-list .owl-nav button:hover,
.brand-grid .owl-nav button:hover {
  background: rgba(231, 231, 231, .65);
  opacity: 1;
}

body.dark-theme .top-category-list .owl-nav button::before,
body.dark-theme .top-category-list .owl-nav button::after,
body.dark-theme .brand-grid .owl-nav button::before,
body.dark-theme .brand-grid .owl-nav button::after {
  background: #fff;
}

.newsletter {
  border-top: 1px solid #3a3a3a;
  background: #252525;
  color: #fff;
}

.newsletter__inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.newsletter__inner > div {
  display: grid;
  grid-template-columns: 48px auto;
  grid-template-rows: auto auto;
  align-items: center;
}

.newsletter__inner > div > .fa {
  grid-row: 1 / 3;
  color: var(--yellow);
  font-size: 34px;
}

.newsletter__inner strong {
  font-size: 16px;
}

.newsletter__inner span {
  color: #aaa;
  font-size: 11px;
}

.newsletter form {
  display: flex;
  width: 430px;
  height: 40px;
}

.newsletter input {
  min-width: 0;
  flex: 1;
  padding: 0 14px;
  border: 0;
  background: #fff;
  color: #333;
}

.newsletter button {
  width: 100px;
  border: 0;
  background: var(--yellow);
  color: #111;
  font-weight: 700;
}

.footer-main {
  min-height: 388px;
  padding: 38px 0;
  background: #151515;
  color: #aaa;
}

.footer-grid {
  display: flex;
  gap: 45px;
}

.footer-grid > section {
  min-width: 0;
  flex: 1 1 0;
}

.footer-grid > .footer-about {
  flex-grow: 2;
}

.footer-grid h3 {
  margin: 0 0 17px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.footer-grid section > a {
  display: block;
  margin-bottom: 8px;
  color: #aaa;
  font-size: 11px;
}

.footer-grid section > a:hover {
  color: var(--yellow);
}

.footer-about > img {
  width: 175px;
  margin-bottom: 14px;
}

.footer-about p {
  max-width: 410px;
  font-size: 11px;
  line-height: 1.9;
}

.contact-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 7px;
}

.contact-list .fa {
  width: 16px;
  color: var(--yellow);
  text-align: center;
}

.footer-bottom {
  min-height: 65.8px;
  border-top: 1px solid #292929;
  background: #101010;
  color: #777;
  font-size: 10px;
}

.footer-bottom .container-fluid {
  display: flex;
  min-height: 64.8px;
  align-items: center;
  justify-content: space-between;
}

.social-links {
  display: flex;
  gap: 8px;
}

.social-links a {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  border-radius: 50%;
  color: #aaa;
}

.social-links a:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.site-footer {
  display: flex;
  flex-direction: column;
}

.footer-contacts-strip {
  min-height: 92px;
  margin-bottom: 30px;
  padding: 16px 0;
  background: #f7f7f7;
}

.footer-contacts-grid {
  display: grid;
  min-height: 60px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

.footer-contacts-grid::before,
.footer-contacts-grid::after {
  display: none;
}

.footer-contacts-grid a {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-left: 1px solid #ddd;
  color: #555;
  font-size: 13px;
}

.footer-contacts-grid a:last-child {
  border-left: 0;
}

.footer-contacts-grid .fa {
  color: #777;
  font-size: 22px;
}

.footer-main {
  height: 220px;
  min-height: 220px;
  padding: 25px 0;
}

.footer-grid {
  display: grid;
  height: 170px;
  grid-template-columns: 2fr 1.2fr 1.6fr 1.1fr;
  gap: 28px;
}

.footer-about p {
  margin: 0;
  color: #aaa;
  font-size: 11px;
  line-height: 1.9;
}

.footer-popular-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.footer-popular-tags a {
  padding: 3px 7px;
  border-radius: 2px;
  background: #303030;
  color: #bbb;
  font-size: 10px;
}

.footer-quick-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.footer-quick-columns a {
  display: block;
  margin-bottom: 6px;
  color: #aaa;
  font-size: 10px;
}

.footer-app-buttons {
  display: grid;
  gap: 6px;
}

.footer-app-buttons a {
  display: flex;
  height: 38px;
  align-items: center;
  gap: 9px;
  padding: 4px 10px;
  border: 1px solid #555;
  border-radius: 4px;
  background: #050505;
  color: #fff;
}

.footer-app-buttons .fa {
  width: 22px;
  font-size: 22px;
  text-align: center;
}

.footer-app-buttons span {
  font-size: 11px;
  line-height: 1.05;
}

.footer-app-buttons small {
  display: block;
  font-size: 8px;
}

.newsletter {
  height: 70px;
  min-height: 70px;
}

.newsletter__inner {
  min-height: 70px;
}

.footer-extras {
  min-height: 61px;
  background: #151515;
  color: #aaa;
}

.footer-extras > .container-fluid {
  display: flex;
  min-height: 61px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.payment-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.payment-options span {
  display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  color: #333;
  font-size: 9px;
  font-weight: 700;
}

.footer-social-row {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.footer-social-row .social-links {
  display: flex;
  gap: 7px;
}

.footer-bottom {
  min-height: 66px;
}

.footer-bottom .container-fluid {
  min-height: 65px;
}

.page-overlay {
  position: fixed;
  inset: 0;
  z-index: 1990;
  display: none;
  background: rgba(0, 0, 0, .55);
}

.page-overlay.is-visible {
  display: block;
}

.drawer {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  width: 365px;
  max-width: calc(100vw - 32px);
  overflow-y: auto;
  background: var(--card-bg);
  color: var(--text);
  box-shadow: -4px 0 18px rgba(0, 0, 0, .25);
  transform: translateX(105%);
  transition: transform .25s ease;
}

.drawer.is-open {
  transform: translateX(0);
}

.drawer__header {
  display: flex;
  height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
}

.drawer-close {
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 50%;
  background: var(--surface);
  color: var(--text);
  font-size: 17px;
}

.mobile-menu nav a {
  display: block;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.cart-items {
  padding: 8px 18px;
}

.empty-cart {
  padding: 70px 20px;
  color: var(--muted);
  text-align: center;
}

.empty-cart .fa {
  display: block;
  margin-bottom: 15px;
  color: #bbb;
  font-size: 55px;
}

.cart-item {
  display: grid;
  grid-template-columns: 70px 1fr 26px;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.cart-item img {
  width: 70px;
  height: 70px;
  padding: 5px;
  object-fit: contain;
  background: #fff;
}

.cart-item__name {
  display: -webkit-box;
  margin-bottom: 6px;
  overflow: hidden;
  font-size: 11px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cart-item__price {
  font-size: 12px;
  font-weight: 700;
}

.cart-item__remove {
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  color: #999;
}

.cart-summary {
  position: sticky;
  bottom: 0;
  padding: 17px 18px;
  border-top: 1px solid var(--line);
  background: var(--card-bg);
}

.cart-summary__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 700;
}

.checkout-button,
.microless-btn {
  border-color: var(--yellow-dark);
  background: var(--yellow);
  color: #111;
  font-weight: 700;
}

.checkout-button {
  width: 100%;
  height: 42px;
  border: 0;
}

.modal-content {
  border: 0;
  border-radius: 0;
  background: var(--card-bg);
  color: var(--text);
}

.modal-header,
.modal-footer {
  border-color: var(--line);
}

.modal-header .close {
  float: left;
  color: var(--text);
  opacity: .7;
}

.modal-title {
  font-size: 16px;
  font-weight: 700;
}

.help-button {
  position: fixed;
  z-index: 1100;
  right: auto;
  bottom: 24px;
  left: 34px;
  display: flex;
  width: 107px;
  height: 47px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 26px;
  background: var(--yellow);
  color: #111;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
  font-size: 14px;
}

.help-button .fa {
  font-size: 19px;
}

.back-to-top {
  position: fixed;
  z-index: 1090;
  right: 18px;
  bottom: 20px;
  display: none;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 2px;
  background: #333;
  color: #fff;
  font-size: 21px;
}

.back-to-top.is-visible {
  display: block;
}

.toast-message {
  position: fixed;
  z-index: 3000;
  right: 50%;
  bottom: 25px;
  min-width: 250px;
  padding: 12px 18px;
  border-right: 4px solid var(--yellow);
  background: #191919;
  color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 20px);
  transition: .25s ease;
}

.toast-message.is-visible {
  opacity: 1;
  transform: translate(50%, 0);
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .container,
  .container-fluid {
    width: calc(100% - 44px) !important;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1570px) {
  .container,
  .container-fluid {
    width: calc(100% - 88px) !important;
  }
}

@media (max-width: 1279px) {
  .product-carousel:not(.owl-loaded) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product-carousel:not(.owl-loaded) > .product-card:nth-child(n+5) { display: none; }
}

@media (max-width: 1199px) {
  .main-header__inner { gap: 0; }
  .brand-logo,
  .brand-logo img { width: 165px; }
  .brand-logo { flex-basis: 165px; }
  .category-nav__inner > a,
  .header-category-item > a,
  .all-categories-trigger { padding-right: 10px; padding-left: 10px; font-size: 11px; }
  .header-category-item--home { display: none; }
  .product-carousel:not(.owl-loaded) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product-carousel:not(.owl-loaded) > .product-card:nth-child(n+5) { display: none; }
  .top-category-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .brand-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}

@media (max-width: 1366px) and (min-width: 992px) {
  .category-nav__inner .clearance-link {
    display: none;
  }
}

@media (max-width: 1023px) {
  .product-carousel:not(.owl-loaded) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-carousel:not(.owl-loaded) > .product-card:nth-child(n+4) { display: none; }
}

@media (max-width: 991px) {
  .service-location,
  .theme-label,
  .account-link > span:last-child { display: none; }
  .main-header { height: auto; min-height: 72px; }
  .main-header__inner { height: auto; min-height: 72px; flex-wrap: wrap; padding-top: 10px; padding-bottom: 10px; }
  .mobile-menu-trigger { display: block; order: 3; }
  .brand-logo { order: 2; margin-left: auto; }
  .account-nav { order: 1; height: 45px; }
  .account-link { min-width: 44px; height: 45px; padding: 0 6px; }
  .account-link > .fa { font-size: 21px; }
  .header-search { order: 4; width: 100%; flex-basis: 100%; margin-right: 0; margin-left: 0; }
  .category-nav { display: none; }
  .mega-menu { display: none !important; }
  .site-header { margin-bottom: 18px; }
  .hero-section { padding-top: 0; }
  .product-carousel:not(.owl-loaded) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-carousel:not(.owl-loaded) > .product-card:nth-child(n+4) { display: none; }
  .category-banner-grid { height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; overflow: visible; }
  .category-banner { width: 49.2%; height: auto; margin: .76%; }
  .category-banner:nth-child(2n+1) { margin-right: 0; margin-left: .76%; }
  .category-banner:nth-child(2n) { margin-right: .76%; margin-left: 0; }
  .top-category-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .brand-grid { height: auto; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-rows: auto; overflow: visible; }
  .newsletter__inner { padding-top: 18px; padding-bottom: 18px; }
  .newsletter form { width: 370px; }
  .footer-main { min-height: 0; }
  .footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 22px; }
}

@media (max-width: 767px) {
  body { font-size: 12px; }
  .container,
  .container-fluid { width: 100%; padding-right: 12px; padding-left: 12px; }
  .service-bar,
  .service-bar__inner { height: 29px; }
  .service-item { display: none; }
  .location-trigger { border-left: 0; }
  .setting-button { padding: 0 8px; }
  .theme-switch { padding: 0 8px; }
  .main-header__inner { gap: 10px; }
  .brand-logo,
  .brand-logo img { width: 142px; }
  .brand-logo { flex-basis: 142px; }
  .account-link.account-trigger,
  .wishlist-trigger { display: none; }
  .header-search { height: 40px; }
  .header-search button { width: 52px; flex-basis: 52px; }
  .site-header { margin-bottom: 12px; }
  .hero-section { padding-top: 0; }
  .hero-slide { aspect-ratio: 2.05 / 1; }
  .hero-slide img { object-position: center; }
  .hero-carousel .owl-nav button.owl-prev,
  .hero-carousel .owl-nav button.owl-next { width: 36px; height: 36px; top: -18px; line-height: 32px; font-size: 24px; }
  .page-section { padding-top: 23px; }
  .section-heading { margin-bottom: 11px; }
  .section-heading h2 { font-size: 17px; }
  .product-carousel:not(.owl-loaded) { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .product-carousel:not(.owl-loaded) > .product-card:nth-child(n+3) { display: none; }
  .product-card { min-height: 345px; }
  .product-card__image { height: 170px; }
  .product-card__body { min-height: 173px; padding: 9px; }
  .product-card__quick-actions { opacity: 1; transform: none; }
  .product-card__add { position: static; height: 34px; margin: 7px 8px 8px; opacity: 1; transform: none; }
  #electronics .product-card { height: auto; min-height: 345px; }
  #electronics .product-card__image { height: 170px; min-height: 170px; }
  #electronics .product-card__body { min-height: 173px; padding: 9px; }
  #electronics .product-card__fulfillment,
  #electronics .product-card__old-price,
  #electronics .product-card__delivery { display: flex; }
  #electronics .product-card__old-price { display: block; }
  .category-banner-grid { gap: 8px; }
  .category-banner { height: auto; min-height: 96px; }
  .top-category-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .top-category-card { height: auto; min-height: 64px; flex-direction: row; justify-content: flex-start; }
  .brand-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .brand-card { height: 68px; }
  .newsletter__inner { flex-direction: column; align-items: stretch; gap: 14px; }
  .newsletter form { width: 100%; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-bottom .container-fluid { flex-direction: column; justify-content: center; gap: 8px; padding-top: 10px; padding-bottom: 10px; text-align: center; }
  .help-button { bottom: 15px; left: 14px; width: 47px; }
  .help-button span { display: none; }
  .back-to-top { right: 12px; bottom: 14px; }
}

@media (max-width: 420px) {
  .brand-logo,
  .brand-logo img { width: 126px; }
  .brand-logo { flex-basis: 126px; }
  .mobile-menu-trigger { padding: 4px; }
  .cart-icon-wrap img { width: 25px; }
  .hero-slide { aspect-ratio: 1.85 / 1; }
  .product-card { min-height: 330px; }
  .product-card__image { height: 150px; }
  .product-card__title { font-size: 10px; line-height: 16px; }
  .category-banner-grid { grid-template-columns: 1fr; }
  .category-banner { height: auto; min-height: 118px; }
  .top-category-card { height: auto; min-height: 58px; padding: 8px; font-size: 10px; }
  .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newsletter__inner > div { grid-template-columns: 42px auto; }
  .newsletter__inner strong { font-size: 14px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Mobile layout mirrors the reference storefront instead of shrinking desktop. */
@media (max-width: 767px) {
  body { font-size: 13px; }

  .container,
  .container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; }

  .service-bar,
  .service-bar__inner { height: 34px; }

  .deliver-to-label,
  .service-item,
  .mobile-menu-trigger,
  .wishlist-trigger { display: none; }

  .service-bar__inner { align-items: center; }
  .location-trigger { width: 70px; min-width: 70px; height: 24px; margin-left: 0; padding: 0; border: 0; gap: 8px; }
  .location-trigger .deliver-to-label { display: none !important; }
  .location-trigger { justify-content: space-between; gap: 0; }
  .location-trigger .deliver-to-city-label { width: 37.3px; }
  .service-bar__settings { height: 21px; }
  .service-bar__settings .theme-switch { display: none; }
  .service-bar__settings .setting-button:nth-child(2) { width: 68.93px; }
  .service-bar__settings .setting-button:nth-child(2) .setting-select-box { width: 69px; }

  .main-header,
  .main-header__inner { height: 116px; min-height: 116px; }

  .main-header__inner { position: relative; display: block; padding-top: 15px; padding-bottom: 15px; }

  .brand-logo,
  .brand-logo img { width: 160px; }

  .brand-logo { position: absolute; top: 15px; right: 15px; height: 36px; margin: 0; }
  .brand-logo img { max-height: 36px; }

  .account-nav { position: absolute; top: 15px; left: 15px; display: flex; width: 70px; height: 36px; align-items: center; }

  .account-link.account-trigger,
  .cart-trigger { display: flex; width: 35px; min-width: 35px; height: 36px; align-items: center; justify-content: center; padding: 0; }

  .account-dropdown-wrap { height: 36px; }

  .account-trigger > span,
  .account-trigger > .fa-angle-down { display: none !important; }

  .account-trigger > .fa-user-o {
    display: flex;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .account-dropdown-wrap.is-authenticated .account-dropdown {
    right: auto;
    left: 0;
    transform: none;
  }

  .account-dropdown-wrap.is-authenticated .account-dropdown__arrow {
    right: auto;
    left: 17px;
  }

  .account-link > .fa { height: 24px; font-size: 20px; line-height: 24px; }

  .cart-icon-wrap { width: 27px; height: 27px; }
  .cart-icon-wrap img { width: 20px; height: 20px; }

  .header-search { position: absolute; top: 59px; right: 15px; left: 15px; width: auto; height: 42px; margin: 0; }
  .header-search input { height: 42px; font-size: 14px; }
  .header-search button { width: 65px; height: 42px; flex-basis: 65px; font-size: 20px; }

  .category-nav { display: block; height: 37px; background: var(--yellow); }
  .category-nav__inner { height: 37px; }
  .category-nav__inner > a { display: none; }
  .header-category-item,
  .header-category-mega { display: none !important; }
  .all-categories-menu { width: 100%; min-width: 0; flex-basis: 100%; }

  .all-categories-trigger { display: block; width: 100%; min-width: 0; height: 37px; padding: 8px 20px; background: var(--yellow); font-size: 14px; font-weight: 700; text-align: start; }

  .all-categories-trigger:hover,
  .all-categories-trigger:focus,
  .all-categories-trigger[aria-expanded="true"] { background: var(--yellow); }

  .site-header { margin-bottom: 30px; }
  .mega-menu { display: none !important; }

  /* Microless mobile catalogue menu: a compact dark panel over the page. */
  .mega-menu.is-open {
    display: block !important;
    width: 200px;
    max-width: calc(100vw - 30px);
    padding: 10px 0;
    border-radius: 0;
    background: #404040;
    box-shadow: 0 5px 6px -2px rgba(0, 0, 0, .28);
  }

  html[dir="ltr"] .mega-menu.is-open {
    right: auto;
    left: 0;
    border-right: 0;
    border-left: 3px solid var(--yellow);
  }

  html[dir="rtl"] .mega-menu.is-open {
    right: 0;
    left: auto;
    border-right: 3px solid var(--yellow);
    border-left: 0;
  }

  .mega-menu.is-open .mega-menu__categories > li {
    min-height: 31px;
  }

  .mega-menu.is-open .mega-menu__categories > li > a {
    min-height: 31px;
    padding: 5px 28px 5px 10px;
    color: #f1f1f1;
    font-size: 13px;
    line-height: 21px;
  }

  html[dir="ltr"] .mega-menu.is-open .mega-menu__categories > li > a {
    padding-right: 28px;
    padding-left: 10px;
  }

  .mega-menu.is-open .mega-menu__categories > li > a::after {
    position: absolute;
    top: 5px;
    right: 10px;
    left: auto;
    color: #bdbdbd;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: 400;
  }

  html[dir="ltr"] .mega-menu.is-open .mega-menu__categories > li > a::after {
    right: 10px;
    left: auto;
    content: "\f105";
  }

  html[dir="rtl"] .mega-menu.is-open .mega-menu__categories > li > a::after {
    right: auto;
    left: 10px;
    content: "\f104";
  }

  .mega-menu.is-open .mega-menu__categories > li:hover,
  .mega-menu.is-open .mega-menu__categories > li:focus-within {
    background: #333;
  }

  .mega-menu.is-open .mega-menu__categories > li:hover > a,
  .mega-menu.is-open .mega-menu__categories > li:focus-within > a,
  .mega-menu.is-open .mega-menu__categories > li:hover > a::after,
  .mega-menu.is-open .mega-menu__categories > li:focus-within > a::after {
    color: #fff;
  }

  .mega-menu.is-open .mega-menu__panel {
    display: none !important;
  }

  .hero-section,
  .hero-carousel,
  .hero-carousel .owl-stage-outer,
  .hero-slide { height: 78px; }

  .hero-section,
  .product-carousel { width: calc(100% + 30px); margin-right: -15px; margin-left: -15px; }

  .hero-slide { aspect-ratio: auto; }
  .hero-slide img { width: 100%; height: 78px; object-fit: cover; object-position: center; }

  .hero-carousel .owl-nav,
  .hero-carousel .owl-dots { display: none; }

  .page-section { padding-top: 20px; }
  .product-section,
  #new-releases { padding-bottom: 1px; }
  .section-heading { height: 40px; min-height: 40px; margin-bottom: 15px; }
  .section-heading h2 { font-size: 18px; line-height: 30px; }
  .section-heading a { font-size: 14px; }

  .product-carousel { min-height: 419px; }
  .product-carousel .owl-stage { right: -5px; left: 5px; min-height: 0; padding-left: 0 !important; }
  .product-carousel .owl-item { min-height: 1px; }

  #computers .section-heading { height: 61px; min-height: 61px; align-items: flex-start; padding-top: 5px; }
  #computers .section-heading h2 { flex-shrink: 0; white-space: nowrap; }
  #computers .section-heading a { margin-top: 2px; }
  #health { padding-bottom: 1px; }

  .product-card {
    height: 458px;
    min-height: 458px;
    margin: .3% 0 1.4% .75%;
    padding: 15px;
    font-size: 13px;
  }

  .product-card__image,
  #electronics .product-card__image { height: 260px; min-height: 260px; }

  .product-card__body,
  #electronics .product-card__body { min-height: 166px; padding: 0; }

  .product-card__quick-actions,
  .product-card__add { display: none; }

  .home-page-banners,
  .category-banner-grid { gap: 0; }

  .category-banner,
  .category-banner:nth-child(2n+1),
  .category-banner:nth-child(2n) { width: 49.2%; height: 151.95px; min-height: 151.95px; margin: .4%; }

  .category-banner img { width: 100%; height: 151.95px; object-fit: cover; }

  .category-banner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  #top-category-list .top-category-card {
    height: 194px;
    min-height: 194px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }
  #top-category-list .top-category-card__image { padding: 20px 20px 5px; }
  #top-category-list .top-category-card__title { height: 52px; flex-basis: 52px; padding: 7px 12px 15px; }
  #top-category-list .top-category-card__title > span { font-size: 14px; line-height: 17px; }
  #top-categories .top-categories-carousel,
  #top-categories .owl-stage-outer,
  #top-categories .owl-stage,
  #top-categories .owl-item { height: 194px !important; min-height: 194px !important; }
  .brand-card { height: 112px; }

  .site-footer { display: flex; flex-direction: column; }

  .footer-contacts-strip {
    order: 1;
    height: 248.8px;
    min-height: 248.8px;
    margin-bottom: 30px;
    padding: 16px 0;
  }

  .footer-contacts-grid {
    height: 216.8px;
    min-height: 216.8px;
    grid-template-columns: 1fr;
  }

  .footer-contacts-grid a {
    min-height: 72.26px;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    font-size: 13px;
  }

  .footer-contacts-grid a:last-child { border-bottom: 0; }

  .footer-main {
    order: 2;
    height: 828.8px;
    min-height: 828.8px;
    padding: 10px 0 15px;
    background: #fff;
    color: #777;
  }

  .newsletter {
    order: 3;
    height: 61.9px;
    min-height: 61.9px;
    border: 0;
    background: #fff;
    color: #333;
  }

  .footer-extras {
    order: 4;
    height: 233.1px;
    min-height: 233.1px;
    background: #fff;
    color: #555;
  }

  .footer-bottom {
    order: 5;
    height: 104.9px;
    min-height: 104.9px;
  }

  .footer-grid {
    display: grid;
    height: 803.8px;
    grid-template-columns: 1fr;
    grid-template-rows: 225px 150px 250px 118.8px;
    gap: 20px;
  }
  .footer-grid h3 { color: #333; }

  .footer-grid section > a,
  .footer-about p { color: #777; }

  .footer-about { height: 225px; overflow: hidden; }
  .footer-about p { font-size: 12px; line-height: 2; }

  .footer-popular { height: 150px; }
  .footer-popular-tags { height: 100px; overflow: hidden; gap: 5px; }
  .footer-popular-tags a { background: #eee; color: #666; }

  .footer-quick { height: 250px; }
  .footer-quick-columns { height: 210px; gap: 20px; }
  .footer-quick-columns a { margin-bottom: 8px; color: #777; font-size: 11px; }

  .footer-apps { height: 118.8px; }
  .footer-app-buttons { display: flex; gap: 6px; }
  .footer-app-buttons a { width: calc((100% - 12px) / 3); height: 72px; flex-direction: column; justify-content: center; gap: 3px; padding: 5px; text-align: center; }
  .footer-app-buttons .fa { font-size: 21px; }

  .newsletter__inner {
    display: grid;
    height: 61.9px;
    min-height: 61.9px;
    grid-template-columns: 120px 1fr;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
  }

  .newsletter__inner > div { display: block; }

  .newsletter__inner > div > .fa,
  .newsletter__inner span { display: none; }

  .newsletter__inner strong { font-size: 12px; }
  .newsletter form { width: 100%; height: 31px; border: 1px solid #999; }
  .newsletter input { height: 29px; padding: 0 7px; font-size: 10px; }
  .newsletter button { width: 64px; height: 29px; background: #252525; color: #fff; font-size: 10px; }

  .footer-extras > .container-fluid {
    display: block;
    height: 233.1px;
    min-height: 233.1px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .payment-options {
    height: 74.3px;
    align-content: center;
    justify-content: center;
    gap: 7px 5px;
  }

  .payment-options span { min-width: 48px; height: 25px; }

  .footer-social-row {
    height: 63.9px;
    margin-top: 30px;
    justify-content: center;
  }

  .social-links a { width: 38px; height: 38px; border: 0; background: var(--yellow); color: #222; }

  .footer-bottom .container-fluid {
    min-height: 104.9px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .product-card {
    height: auto;
    min-height: 419px;
    padding: 8px;
  }

  .product-card__image,
  #electronics .product-card__image {
    height: 260px;
    min-height: 260px;
  }

  .product-card__body,
  #electronics .product-card__body {
    min-height: 0;
    padding: 0;
  }

  .product-card__title {
    height: 47px;
    min-height: 47px;
    max-height: 47px;
    flex-basis: 47px;
    font-size: 12px;
    line-height: 17px;
  }

  .product-card__fulfillment {
    height: 45px;
    min-height: 45px;
    padding: 10px 0;
  }

  .product-card__fulfillment > span {
    padding: 4px 6px;
    font-size: 9px;
  }

}

@media (max-width: 472px) {
  .product-card__price-amount { font-size: 18px; }
}

@media (max-width: 479px) {
  .product-carousel .owl-stage { padding-left: 10px !important; }
}

@media (max-width: 375px) {
  .product-card__image,
  #electronics .product-card__image {
    height: 220px;
    min-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Footer matched to the reference storefront. */
.site-footer {
  display: block;
  background: #fff;
  color: #333;
  font-size: 12px;
  line-height: 25px;
}

.site-footer a {
  color: #666;
}

/* Microless footer history: image-only, newest-first product carousel. */
.footer-recently-viewed-products {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px 40px;
  background: #f7f7fa;
  color: #333;
}

.footer-recently-viewed-products .recently-viewed-header {
  display: flex;
  height: 25px;
  align-items: baseline;
  justify-content: space-between;
  margin: 0 0 15px;
  padding: 0;
}

.footer-recently-viewed-products .recently-viewed-header h2 {
  margin: 0;
  color: #333;
  font-family: Tajawal, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
}

html[dir="ltr"] .footer-recently-viewed-products .recently-viewed-header h2 {
  font-family: Arial, Helvetica, sans-serif;
}

.footer-recently-viewed-products .view-all-link {
  color: #444;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.footer-recently-viewed-products .view-all-link:hover {
  color: #000;
}

.footer-recently-viewed-products .po_back_arrow {
  width: 17px;
  height: auto;
  padding: 0 0 3px;
}

html[dir="rtl"] .footer-recently-viewed-products .po_back_arrow {
  transform: scaleX(-1);
}

.footer-recently-viewed-products .owl-stage {
  display: flex;
}

.footer-recently-viewed-products .owl-item {
  display: flex;
  min-height: 110px;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.footer-recently-viewed-products .history-product-wrapp,
.footer-recently-viewed-products .recently-viewed-product {
  display: flex;
  width: 100%;
  height: 110px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.footer-recently-viewed-products .product-image {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.footer-recently-viewed-products .product-image img {
  display: block;
  width: auto;
  max-width: 70px;
  height: auto;
  max-height: 70px;
  object-fit: contain;
}

.footer-recently-viewed-products .owl-nav {
  height: 0;
  margin: 0;
}

.footer-recently-viewed-products .owl-nav button.owl-prev,
.footer-recently-viewed-products .owl-nav button.owl-next {
  position: absolute;
  top: 30%;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  padding: 4px 14px;
  border: 0;
  border-radius: 50%;
  background: #cfcfcf;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  opacity: 1;
}

.footer-recently-viewed-products .owl-nav button.owl-next {
  padding-right: 17px;
}

html[dir="rtl"] .footer-recently-viewed-products .owl-nav button.owl-next {
  right: auto;
  left: 0;
  padding-right: 15px;
  padding-left: 14px;
}

html[dir="rtl"] .footer-recently-viewed-products .owl-nav button.owl-prev {
  right: 0;
  left: auto;
  padding-right: 18px;
  padding-left: 14px;
}

html[dir="ltr"] .footer-recently-viewed-products .owl-nav button.owl-prev {
  right: auto;
  left: 0;
}

html[dir="ltr"] .footer-recently-viewed-products .owl-nav button.owl-next {
  right: 0;
  left: auto;
}

.footer-recently-viewed-products .owl-nav button.owl-prev:hover,
.footer-recently-viewed-products .owl-nav button.owl-next:hover {
  background: #000;
}

.footer-recently-viewed-products .owl-nav button:focus-visible {
  outline: 2px solid #333;
  outline-offset: 2px;
}

@media (min-width: 972px) {
  .footer-recently-viewed-products .recently-viewed-products-carousel {
    box-sizing: border-box;
    padding: 0 70px;
  }

  .footer-recently-viewed-products .owl-nav.disabled {
    display: block;
    cursor: default;
    opacity: .3;
  }
}

@media (max-width: 991px) {
  .footer-recently-viewed-products .owl-item {
    min-height: 90px;
  }

  .footer-recently-viewed-products .history-product-wrapp,
  .footer-recently-viewed-products .recently-viewed-product {
    height: 90px;
  }

  .footer-recently-viewed-products .product-image {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .footer-recently-viewed-products {
    padding-right: 15px;
    padding-left: 15px;
  }
}

body.dark-theme .footer-recently-viewed-products {
  background: #17191d;
  color: #f4f4f4;
}

body.dark-theme .footer-recently-viewed-products .recently-viewed-header h2,
body.dark-theme .footer-recently-viewed-products .view-all-link {
  color: #f4f4f4;
}

body.dark-theme .footer-recently-viewed-products .owl-item {
  background: #22252b;
}

.footer-contacts-strip {
  height: 91.9px;
  min-height: 91.9px;
  margin-bottom: 30px;
  padding: 15px 0;
  background: #f7f7f7;
}

.footer-contacts-grid {
  display: grid;
  height: 60px;
  min-height: 60px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

.footer-contacts-grid::before,
.footer-contacts-grid::after {
  display: none;
}

.footer-contacts-grid a {
  display: flex;
  height: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  color: #000;
  font-size: 14px;
  line-height: 25px;
}

.footer-contacts-grid a:last-child {
  border: 0;
}

.footer-contacts-grid .fa {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background: #fff;
  color: #666;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

.footer-main {
  height: 257.2px;
  min-height: 257.2px;
  margin-bottom: 15px;
  padding: 0;
  background: #fff;
  color: #333;
}

.footer-grid {
  display: grid;
  width: 100%;
  height: 257.2px;
  grid-template-columns: 33.333333% 16.666667% 25% 5% 20%;
  gap: 0;
  padding: 0;
}

.footer-grid::before,
.footer-grid::after,
.payment-social::before,
.payment-social::after {
  display: none;
}

.footer-grid > section,
.footer-side {
  min-width: 0;
}

.footer-about,
.footer-popular,
.footer-quick,
.footer-side {
  padding: 0 15px;
}

.footer-about {
  height: 225px;
}

.footer-grid h3,
.newsletter h3 {
  height: 25px;
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.footer-about p {
  margin: 0;
  color: #555;
  font-size: 12px;
  line-height: 25px;
}

.footer-popular {
  height: 225px;
}

.footer-popular-tags {
  display: block;
  height: 225px;
  margin-top: 5px;
  overflow: hidden;
  line-height: 25px;
}

.footer-popular-tags a {
  display: inline-block;
  margin: 0 1px;
  padding: 4px 6px;
  border: 1px solid #666;
  border-radius: 5px;
  background: #fff;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.footer-quick {
  height: 250px;
}

.footer-quick-columns {
  display: grid;
  height: 225px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.footer-quick-columns a {
  display: block;
  min-height: 25px;
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 25px;
}

.footer-grid-spacer {
  display: block;
}

.footer-side {
  height: 257.2px;
}

.footer-apps {
  height: 195.3px;
}

.footer-app-buttons {
  display: block;
  height: 140.4px;
}

.footer-app-buttons a {
  display: block;
  width: 130px;
  height: auto;
  margin: 0 0 8px auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.footer-app-buttons img {
  display: block;
  width: 130px;
  height: auto;
}

.newsletter {
  height: 61.9px;
  min-height: 61.9px;
  border: 0;
  background: #fff;
  color: #333;
}

.newsletter form {
  display: flex;
  width: 100%;
  height: 36.9px;
  border: 0;
}

.newsletter input {
  min-width: 0;
  height: 36.9px;
  flex: 1;
  padding: 5px;
  border: 1px solid #949494;
  color: #333;
  font-size: 12px;
}

.newsletter button {
  width: 65.3px;
  height: 36.9px;
  padding: 5px;
  border: 0;
  background: #222;
  color: #fff;
  font-size: 12px;
}

.footer-extras {
  height: 78.8px;
  min-height: 78.8px;
  border: 0;
  background: #fff;
}

.footer-extras .payment-social {
  display: flex;
  height: 78.8px;
  min-height: 78.8px;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.payment-options {
  display: flex;
  width: 540.8px;
  height: 33.2px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0;
  margin: 15px 0;
}

.payment-options img {
  display: block;
  width: 53px;
  height: 33.1px;
  object-fit: contain;
}

.footer-social-row {
  display: flex;
  width: 176px;
  height: 63.9px;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 0 15px;
  color: #333;
}

.footer-social-row > strong {
  height: 25px;
  font-weight: 400;
  line-height: 25px;
}

.social-links {
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: space-between;
}

.social-links a {
  display: flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #fecb00;
  color: #3b5997;
  font-size: 18px;
}

.social-links a:hover {
  border: 0;
  color: #3b5997;
}

.social-links a:first-child,
.social-links a:last-child {
  color: #987e63;
}

.footer-bottom {
  height: 65.8px;
  min-height: 65.8px;
  border-top: 3px solid #fecb00;
  background: #222;
  color: #e7e7e7;
  font-size: 12px;
}

.footer-bottom .container-fluid {
  display: flex;
  height: 62.8px;
  min-height: 62.8px;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

body.dark-theme .footer-main,
body.dark-theme .footer-grid,
body.dark-theme .newsletter,
body.dark-theme .footer-extras,
body.dark-theme .site-footer {
  background: #262626;
  color: #fff;
}

body.dark-theme .footer-grid h3,
body.dark-theme .newsletter h3,
body.dark-theme .footer-social-row,
body.dark-theme .footer-about p {
  color: #fff;
}

body.dark-theme .newsletter input {
  border-color: #404040;
  background: #404040;
  color: #fff;
}

body.dark-theme .newsletter button {
  border: 1px solid #303030;
  border-left: 0;
  background: #000;
  color: #fff;
}

body.dark-theme .footer-popular-tags a {
  border-color: #404040;
  background: #303030;
  color: #a1a1a1;
}

body.dark-theme .footer-contacts-strip {
  background: #000;
  color: #fff;
}

body.dark-theme .footer-contacts-grid a,
body.dark-theme .footer-quick a {
  color: #e1e1e1;
}

body.dark-theme .footer-contacts-grid .fa {
  border-color: #282828;
  background: #282828;
  color: #e1e1e1;
}

body.dark-theme .footer-bottom {
  background: #000;
}

@media (max-width: 767px) {
  .footer-contacts-strip {
    height: 248.8px;
    min-height: 248.8px;
    margin-bottom: 30px;
    padding: 16px 0;
  }

  .footer-contacts-grid {
    display: grid;
    height: 216.8px;
    min-height: 216.8px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }

  .footer-contacts-grid a {
    height: 72.27px;
    min-height: 72.27px;
    justify-content: center;
    border-bottom: 1px solid #ddd;
  }

  .footer-contacts-grid a:last-child {
    border-bottom: 0;
  }

  .footer-main {
    height: 890.7px;
    min-height: 890.7px;
    margin-bottom: 0;
  }

  .footer-grid {
    display: grid;
    width: 100%;
    height: 890.7px;
    grid-template-columns: 1fr;
    grid-template-rows: 225px 150px 250px 200.7px;
    gap: 21.6667px;
    padding: 0 15px;
  }

  .footer-about,
  .footer-popular,
  .footer-quick,
  .footer-side {
    padding: 0;
  }

  .footer-about {
    height: 225px;
  }

  .footer-about p {
    height: 200px;
    overflow: hidden;
  }

  .footer-popular {
    height: 150px;
  }

  .footer-popular-tags {
    height: 100px;
    overflow: hidden;
  }

  .footer-quick {
    height: 250px;
  }

  .footer-quick-columns {
    height: 225px;
    gap: 20px;
  }

  .footer-grid-spacer {
    display: none;
  }

  .footer-side {
    display: grid;
    height: 200.7px;
    grid-template-rows: 118.8px 61.9px;
    gap: 20px;
  }

  .footer-apps {
    height: 118.8px;
  }

  .footer-app-buttons {
    display: flex;
    height: 72px;
    align-items: flex-start;
    gap: 6px;
    padding-top: 8px;
  }

  .footer-app-buttons a {
    width: calc((100% - 12px) / 3);
    height: auto;
    margin: 0;
  }

  .footer-app-buttons img {
    width: 100%;
    height: auto;
  }

  .newsletter {
    height: 61.9px;
    min-height: 61.9px;
  }

  .newsletter form {
    height: 36.9px;
  }

  .newsletter input,
  .newsletter button {
    height: 36.9px;
  }

  .footer-extras {
    height: 233.1px;
    min-height: 233.1px;
  }

  .footer-extras .payment-social {
    display: block;
    height: 233.1px;
    min-height: 233.1px;
    padding: 15px;
  }

  .payment-options {
    width: 100%;
    height: 74.3px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 8px 5px;
    margin: 0;
  }

  .payment-options img {
    width: 53px;
    height: 33.1px;
  }

  .footer-social-row {
    width: 176px;
    height: 63.9px;
    margin: 30px auto 0;
    text-align: right;
  }

  .footer-bottom {
    height: 104.9px;
    min-height: 104.9px;
  }

  .footer-bottom .container-fluid {
    height: 101.9px;
    min-height: 101.9px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
  }
}
