﻿/**
 * Defines Tajawal-Bold font face.
 *
 * The Tajawal-Bold font is used as the primary font for headings.
 *
 * @type {Object}
 */
@font-face {
  font-family: "Tajawal-Bold";
  src: url(Tajawal.ttf);
  font-weight: 500;
}

:root {
  --primary-color: #5a2b88;
  --secondary-color: #3d3b3a;
  --safe-bottom: env(safe-area-inset-bottom);
  --safe-top: env(safe-area-inset-top);
  --safe-left: env(safe-area-inset-left);
  --safe-right: env(safe-area-inset-right);
  --Ios-safe-space: 0;
}

body,
html {
  /* overscroll-behavior: none; */
  min-height: 100%;
}

/* Ios Style only */
@supports (-webkit-touch-callout: none) {
  :root {
    --Ios-safe-space: var(--safe-bottom);
  }
}

.backbtn {
  display: none;
}


@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .homePgHdr {
    display: none;
  }
}

button,
.modalBtnConfirm,
.modalBtnCancel {
  cursor: pointer;
}

.menuFont {
  font-family: "Tajawal-Bold", sans-serif !important;
}

.btn {
  border-radius: 4px;
}

.btn-secondary {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}

.ec-slide-content .btn-secondary {
  background-color: #000;
}

.ec-header-search form.ec-search-group-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eeeeee;
  border-radius: 23px;
  overflow: hidden;
  background: #fff;
}

.ec-search-group-form-icon {
  width: 26px;
  height: 26px;
}

.search_submit_icon {
  /* width: 100%;
  height: 100%; */
  padding: 0;
}

.search_submit_icon i {
  color: #fff;
  font-size: 26px;
}

.ec-header-search {
  width: 30%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

body {
  margin: 0;
  font-family: "Tajawal-Bold", sans-serif !important;
  /* font-size: var(--bs-body-font-size); */
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  font-style: normal;
  line-height: 1.625;
  letter-spacing: 0.4px;
  visibility: visible;
}

/* #snackbar,
.snackbar {
  visibility: hidden;
  min-width: 100%;
  width: 100%;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border-radius: 2px;
  padding: 10px 15px;
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show,
.snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 6s;
  animation: fadein 0.5s, fadeout 0.5s 6s;
} */

.customModal {
  opacity: 1 !important;
  height: 100% !important;
  animation: modal-sticky-bottom-animation 0.4s ease;
  bottom: 0;
  margin-bottom: -9px;
  position: fixed;
  top: auto;
  box-shadow: 0 1px 2px #7d7e7e;
  padding: 0;
  padding-right: 0px !important;
  z-index: 10001;
  width: 100%;
  height: 100%;
}

.customModal.warningModal {
  --primary-color: #5a2b88;
}

.customModal.successModal {
  --primary-color: #28a745;
}

.customModal.errorModal {
  --primary-color: #dc3545;
}

.modalWrapper {
  margin: 0 0px;
  transform: none;
  transition: transform 0.3s ease-out;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
  display: flex;
  justify-content: center;
}

.modalContent {
  width: 80%;
  border-radius: 0px !important;
  border: none !important;
  background: transparent !important;
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--bs-modal-color);
  pointer-events: auto;
  outline: 0;
}

@media (min-width: 768px) {
  .modalContent {
    width: 300px;
  }

  .search_submit_icon {
    display: none !important;
  }

  #dr00 {
    scrollbar-width: thin !important;
    scroll-behavior: smooth !important;
  }

  #dr00::-webkit-scrollbar {
    display: unset !important;
  }
}

.modalHeader {
  background-color: var(--primary-color);
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border: 0 !important;
  height: auto;
  padding: 1rem 1rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.modalTitle {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 600;
}

.modalBody {
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 44px;
  margin-top: -2px !important;
  background-color: #fff;
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.modalBody h6 {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.modalBody span {
  color: #fff;
  box-shadow: none;
  font-size: 15px;
  width: 111.61px;
  height: 40.11px !important;
  border-radius: 20.06px !important;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalBtnCancel {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.modalBtnConfirm {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.modalFooter {
  display: flex;
  gap: 5px;
}

.modalBackdrop {
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  background-color: #000;
  transition: opacity 0.15s linear;
}

@keyframes modal-sticky-bottom-animation {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 0;
  }
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.seenTimes {
  display: none !important;
}

.seenTimes img {
  filter: grayscale(1);
  object-fit: contain;
  height: auto;
}

.order--2 {
  order: -2;
}

.order--1 {
  order: -1;
}

.kkmenoOK {
  background-color: var(--primary-color);
  display: none;
}

.notiWrapper {
  position: relative;
}

#badge {
  position: absolute;
  pointer-events: none;
  top: 0;
}

.badge-num {
  box-sizing: border-box;
  background: var(--primary-color);
  cursor: default;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  height: 1rem;
  letter-spacing: -0.1rem;
  line-height: 1.55;
  /* margin-top: -1rem; */
  margin-left: 0.1rem;
  border: 0.2rem solid #fff;
  text-align: center;
  display: inline-block;
  width: 1rem;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  animation: pulse 1.5s 1;
}

.badge-num:after {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  border: 2px solid rgb(247 147 24 / 50%);
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s 1;
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.4);
  }

  50% {
    transform: scale(0.9);
  }

  80% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@media only screen and (max-width: 991px) {
  .mt-mob {
    margin-top: 6px;
  }

  .ec-heading-res {
    text-align: left !important;
  }
  
  html[dir="ltr"] .ec-heading-res {
    text-align: right !important;
  }
}

.ec-btn-group-form {
  position: relative;
  right: 13px;
}

.dropdown-item {
  color: #fff !important;
}

.ec-breadcrumb-item+.ec-breadcrumb-item::before {
  padding-left: 0;
  padding-right: 7px;
  content: " » " !important;
}

#currency option {
  color: black !important;
}

#usr_com_list li a {
  color: black !important;
}

#usr_com_list {
  right: -140px !important;
  top: -7px !important;
}

/* html * {
  direction: rtl;
} */

/* .text-left {
  text-align: right !important;
} */

.ec-header-bottons .ec-header-btn.ec-header-wishlist {
  padding-left: 0;
  margin-right: 0;
  padding-right: 8px;
  margin-right: 28px;
}

.ec-pro-tab-nav .nav-item:last-child {
  margin-left: 0;
  margin-right: 52px;
}

#scrollUp {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  color: #ffffff;
  right: 15px;
  bottom: 70px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 15 !important;
  font-size: 18px;
  line-height: 40px;
  -webkit-box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.3);
  box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.3);
}

@media only screen and (max-width: 997px) {
  #scrollUp {
    bottom: 3.7em;
    right: 10px;
  }

  html[dir="ltr"] #scrollUp {
    right: unset;
    left: 10px;
  }
}

@media (min-width: 990px) {
  .ec-main-menu ul li {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px;
  }

  .ec-side-cart {
    width: 30% !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

.ec-nav-panel {
  direction: ltr;
}

@media (max-width: 767px) {
  .show_cart {
    opacity: 0 !important;
  }

  #usr_com_list {
    right: -140px !important;
    top: -7px !important;
  }

  #usr_com_list li {
    height: 30px !important;
    color: black !important;
  }

  #usr_com_list {
    margin-top: -5px !important;
  }

  #usr_com_list li a {
    font-size: 12.5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.arrow {
  position: absolute;
  right: 82px;
  color: white;
  pointer-events: none;
}

.desk-top {
  width: 225px;
  height: 46px;
}

a,
.ec-main-menu ul li .mega-menu {
  transition: all 0s ease-in-out;
}

select {
  border: none !important;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.percentage {
  width: 40px !important;
}

@media (min-width: 646px) and (max-width: 775px) {
  .header-search .form-control {
    padding-right: 10px !important;
    width: 350px !important;
    margin-left: -71px;
  }

  #usr_com_list {
    right: -140px !important;
    top: -7px !important;
  }

  .arrow {
    right: 58px !important;
    top: 15px;
  }

  .ec-header-btn {
    top: 0px !important;
  }
}

@media (max-width: 645px) {
  #usr_com_list {
    right: -140px !important;
    top: -7px !important;
  }

  .arrow {
    right: 58px !important;
    top: 15px;
  }

  .ec-header-btn {
    top: 0px !important;
  }
}

@media (max-width: 775px) {
  .submit {
    left: -70px !important;
  }

  .pd-mobile {
    padding-top: 10px;
    display: contents;
    width: 100%;
    align-items: center;
  }

  .mobile {
    display: block !important;
  }

  .arrow {
    top: 4px;
  }

  .desk-top {
    display: none;
  }

  .ssm {
    width: 200px !important;
    background: #fff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 12px !important;
  }

  .submit {
    top: 0px;
  }

  .arrow {
    right: 4px;
    top: 15px;
  }

  .ffm {
    flex-direction: column;
  }

  #currency {
    min-width: 84px !important;
    font-size: 11px;
    margin-right: 1px !important;
    padding-right: 0 !important;
  }

  .d-ssm-none {
    display: none !important;
  }
}

.mobile {
  display: none;
}

.account_login {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #777;
}

.account_login:hover {
  color: #dc3545;
}

html[dir="rtl"] .ec-breadcrumb-list {
  text-align: right !important;
}

html[dir="ltr"] .ec-breadcrumb-list {
  text-align: left !important;
}

.ec-product-content {
  padding: 2px;
  pointer-events: none;
}

.mt-mob .svg_img.pro_svg {
  height: 19px !important;
  margin-right: 2px;
}

.svg_img.pro_svg {
  height: 24px;
}

.svg_img.pro_svg {
  height: 20px;
  fill: #000;
  width: auto;
}

.svg_img.pro_svg:hover {
  fill: #0d4fcf;
}

a.compare .svg_img.pro_svg {
  height: 24px;
}

a.wishlist .svg_img.pro_svg {
  height: 19px;
}

.ec-menu-content>ul {
  width: 100% !important;
}

.ec-menu-content>ul>li .menu-toggle {
  position: absolute;
  z-index: 2;
  top: 0;
  /* right: 0; */
  left: 0 !important;
  right: auto !important;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}

html[dir="ltr"] .ec-menu-content>ul>li .menu-toggle {
  right: 0 !important;
  left: auto !important;
}

.ec-menu-content>ul>li .menu-toggle::before {
  width: 100%;
  content: "+";
  font-family: "EcIcons";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: var(--primary-color);
  font-size: 12px;
}

.ec-menu-content>ul>li.active>.menu-toggle::before {
  content: "";
}

.ec-menu-content>ul>li.active>ul>li.active>.menu-toggle::before {
  content: "";
}

.submit {
  right: auto !important;
  left: 0;
}

.backdrop-dob {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

.hide {
  display: none !important;
}

.ratingg {
  position: fixed;
  margin-top: 250px;
  width: 300px;
  background: #e8e8e8;
  padding: 30px;
  top: 0;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  border: 1px solid #eed9c7 !important;
  border-radius: 20.16px !important;
}

.vh {
  z-index: 99999999;
  height: 0vh;
  position: sticky;
  top: 40%;
  right: 0;
  left: 0;
}

.lbl {
  margin: 15px 0 !important;
  text-align: center;
  font-size: 19px;

  color: #757474;
}

.sticky-header-next-sec {
  margin-top: 40px;
}

.btn-primary {
  color: #ffffff;
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.logo_none {
  display: none !important;
}

.arrow_none {
  display: block;
}

.bottomMenu_cart {
  position: fixed;
  bottom: 0;
  color: white;
  z-index: 1;
  transition: all 0.5s;
  left: 97.5% !important;
}

.hide_cart {
  opacity: 0;
}

.show_cart {
  opacity: 1;
}

.main-image {
  width: 100%;
}

.header-top {
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
}

.ec-header-bottom.homePgHdr,
.backbtn {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
  margin-bottom: 0px;
  left: 0;
  right: 0;
}

.backbtn {
  padding: 0;
}

.backbtn .col {
  padding-left: 15px;
  padding-right: 15px;
}

.ec-header-bottom>.row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ec-header-bkbtn {
  margin-top: 0px;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 42px;
  height: 42px;
  box-shadow: 0px 0px 7px -2px #000;
}

.backbtn svg:not(.search_submit_icon svg, .search_submit svg) {
  fill: #fff;
}

.homePgHdr svg:not(.search_submit_icon svg, .search_submit svg) {
  fill: var(--primary-color);
}

.homePgHdr svg,
.backbtn svg {
  width: 26px !important;
  height: 26px !important;
}

.backbtn svg:not(.search_submit_icon svg, .search_submit svg) path {
  fill: #fff !important;
}

.homePgHdr svg:not(.search_submit_icon svg, .search_submit svg) path,
a.toggle-cart path {
  fill: var(--primary-color) !important;
}

.header-logo {
  text-align: center;
}

.backBtnWrapper {
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 7px -2px #000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

.backBtnWrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}

.backBtnWrapper:active::after {
  opacity: 1;
  transform: scale(2);
  transition: 0s;
}

.bkM {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  background: var(--primary-color);
}

.bkM i {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

@keyframes ripple {
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

.header-logo img {
  width: 130px !important;
  height: 120px !important;
  padding: 10px 0px 10px 10px;
}

@media (max-width: 768px) {
  .header-logo img {
    width: 80px !important;
    height: 70px !important;
  }
}

.header_svg {
  width: 30px;
  fill: var(--primary-color);
  transition: none !important;
}

.submit .header_svg {
  width: 14px;
  height: 14px;
  fill: var(--primary-color);
  margin-bottom: 1px;
}

.openSearch path {
  stroke: var(--primary-color) !important;
}

a {
  color: var(--primary-color);
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.ec-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.header-search {
  position: relative;
}

.header-search .form-control {
  display: block;
  width: 100%;
  min-height: 42px;
  height: 42px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  border-radius: 0;
  background-color: transparent;
  border: none;
  letter-spacing: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button:not(:disabled) {
  cursor: pointer;
}

li {
  list-style: none;
}

ol {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

ol ol {
  margin-bottom: 0;
}

ol ul {
  margin-bottom: 0;
}

ul {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

ul ul {
  margin-bottom: 0;
}

ul ol {
  margin-bottom: 0;
}

.search_submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 57px;
  height: 100%;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  min-height: 42px;
  height: 42px;
  margin: 0 auto;
  padding: 0 10px 2px;
}

.search_submit i {
  font-weight: 700;
}

.search_submit:hover {
  background: var(--primary-color);
}

.ec-search-cat-title {
  height: 35px;
}

.search_submit {
  width: 45px;
}

.search_submit i {
  font-weight: 500;
}

.ec-header-bottons .ec-header-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: none;
  transition: none;
  padding: 0 10px;
}

.ec-header-bottons .ec-header-btn .ec-btn-title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ec-header-bottons .ec-header-btn .header-icon {
  position: relative;
}

.ec-header-bottons .ec-header-btn .header-icon .header_svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: #000;
  width: 36px;
  height: 36px;
}

.ec-header-bottons .ec-header-btn:hover {
  color: #0d4fcf;
}

.ec-header-bottons .ec-header-btn:hover .ec-btn-title {
  color: #0d4fcf;
}

.ec-header-bottons .ec-header-btn:hover .header_svg {
  fill: #0d4fcf;
}

.ec-header-bottons .ec-header-btn.dropdown-toggle::after {
  display: none;
}

.ec-header-bottons .ec-header-btn .ec-header-count {
  left: 0;
  right: 24px !important;
  top: 0 !important;
}

.ec-header-bottons .ec-header-btn .ec-header-count {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  height: 20px;
  width: 20px;
  min-width: 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-color: var(--primary-color);
  bottom: 0;
  padding: 0 4px;
}

/* .ec-header-bottons .ec-header-btn .ec-header-count {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  text-align: center;
  color: #ffffff;
  background-color: #3474d4;
  bottom: 0;
  padding: 0 2px;
  font-size: 10px;
  line-height: 18px;
  height: 16px;
  min-width: 16px;
  border-radius: 8px;
} */

.ec-header-bottons .ec-header-btn.ec-side-toggle.d-lg-none {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: auto;
  padding: 0;
  font-size: 24px;
}

/* Menu */

.ec-side-cart .ec-menu-title .menu_title {
  font-size: 16px;
}

.ec-side-cart .ec-menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 10px 0;
  border-bottom: 2px solid var(--primary-color);
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.ec-side-cart .ec-menu-title .menu_title {
  font-size: 20px;
  color: #0d4fcf;
  font-weight: 600;
}

.ec-side-cart .ec-menu-title .menu_title {
  font-size: 16px;
}

.ec-side-cart {
  font-size: 14px;
  font-weight: 600;
  position: fixed;
  z-index: 1000;
  left: auto;
  display: block;
  height: 100%;
  padding: 0px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  width: 290px;
  top: 0;
}

.ec-side-cart.ec-mobile-menu {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 9999;
  overflow-y: auto;
  transition: transform 0.4s ease;
  padding: 20px;
}

.ec-side-cart.ec-mobile-menu.ec-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

body.ec-open {
  overflow: hidden;
}

body.ec-open:before {
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.7;
  position: absolute;
  z-index: 998;
  content: "";
}

.ec-side-cart.ec-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.eccart-pro-items {
  padding: 0 20px 0 20px !important;
}

.ec-side-cart,
.eccart-pro-items li .ec-pro-content .remove {
  right: 0 !important;
  left: auto !important;
}

.ec-side-cart-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 17;
  display: none;
}

.ec-side-cart .ec-cart-inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ec-side-cart .ec-cart-inner .ec-cart-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--primary-color);
  width: 100%;
  padding: 10px 10px 10px 10px;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ec-side-cart .ec-cart-inner .ec-cart-title .cart_title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.ec-side-cart .ec-cart-inner .ec-cart-title .ec-close {
  position: relative;
  border: 0;
  font-size: 34px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}

.ec-cart-bottom {
  padding: 0 20px 0 20px;
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart_btn a {
  width: 49%;
  height: auto;
  display: block;
  text-transform: uppercase;
  border-radius: 30px;
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart-sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* padding-top: 15px; */
  padding-bottom: 15px;
  border-top: 1px solid #dddddd;
  margin: 0px 0 0 0px;
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart-sub-total .cart-table>tbody>tr>td {
  border: none;
  padding: 0;
  color: #000000;
  text-transform: capitalize;
  font-size: 14px;
  vertical-align: middle;
  line-height: 30px;
  font-weight: 600;
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart-sub-total .cart-table>tbody>tr>td.text-right {
  font-weight: 700;
  font-size: 15px;
}

.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart-sub-total .cart-table>tbody>tr>td.primary-color {
  color: var(--primary-color);
  font-weight: 700;
}

.ec-side-cart .ec-menu-title input {
  color: var(--primary-color) !important;
  background: transparent;
}

.ec-side-cart .ec-menu-title .menu_title {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 600;
}

.ec-side-cart .ec-menu-title .ec-close {
  position: relative;
  border: 0;
  font-size: 50px;
  line-height: 1;
  color: var(--primary-color);
  text-align: left;
  display: block;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 28px;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li img {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  vertical-align: middle;
  background: #ddd;
  border-radius: 50%;
  padding: 2px;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li a {
  display: block;
  text-transform: capitalize;
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
  font-weight: 600;
  padding: 7px 0px;
  font-size: 14px;
  width: fit-content;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu {
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  width: 100%;
  min-width: auto;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu li {
  line-height: inherit;
  position: relative;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu li a {
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 0px;
  display: block;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  color: #ff0000;
  font-size: 13px;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu li .sub-menu li a {
  font-weight: 500;
  padding-left: 30px;
  font-size: 12px;
  color: #000;
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li:hover>a {
  color: var(--primary-color);
}

.ec-side-cart .ec-menu-inner .ec-menu-content ul li:hover>span.menu-toggle:before {
  color: var(--primary-color);
}

.ec-side-cart .ec-menu-inner .ec-social li {
  display: inline-block;
  margin: 0 10px 0px 0;
  line-height: 40px;
  padding: 0;
}

.ec-side-cart .ec-menu-title .menu_title {
  font-size: 16px;
}

.ec-side-cart .ec-cart-inner .ec-cart-title {
  margin-bottom: 15px;
}

.header-top-lan-curr {
  margin: 0 0;
}

.header-top-lan-curr .dropdown .dropdown-toggle {
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
  font-size: 14px;
}

.header-top-lan-curr .dropdown .dropdown-toggle::after {
  display: none;
}

.header-top-lan-curr .dropdown .dropdown-toggle i {
  margin-left: 15px;
}

.header-top-lan-curr .dropdown .dropdown-menu {
  top: 0 !important;
  position: relative !important;
}

.header-top-lan a {
  color: var(--primary-color);
}

.header-top-lan-curr>* {
  width: 100%;
  margin-bottom: 10px;
}

.header-res-lan-curr {
  margin-top: 30px;
  margin-bottom: 20px;
}

.header-top-lan-curr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 24px;
}

.header-top-lan-curr .dropdown .dropdown-toggle {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #444444;
  border: none;
  font-weight: 500;
}

.header-top-lan-curr .dropdown .dropdown-toggle i {
  font-size: 24px;
  margin-left: 7px;
  color: #444444;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 2px;
}

.header-top-lan-curr .dropdown .dropdown-toggle::after {
  display: none;
}

.header-top-lan-curr .dropdown .dropdown-toggle:hover {
  color: #0d4fcf;
}

.header-top-lan-curr .dropdown .dropdown-toggle:hover i {
  color: #0d4fcf;
}

.header-top-lan-curr .dropdown .dropdown-menu {
  margin: 0;
  top: calc(100% + 6px) !important;
  left: 0 !important;
  right: auto !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.header-top-lan-curr .dropdown .dropdown-menu li {
  border-bottom: 1px solid #eeeeee;
}

.header-top-lan-curr .dropdown .dropdown-menu li:last-child {
  border: none;
}

.header-top-lan-curr .dropdown .dropdown-menu .dropdown-item {
  padding: 7px;
  color: #fff;
  font-size: 14px;
  background: transparent;
  text-transform: capitalize;
  font-weight: 500;
}

.header-top-lan-curr .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--primary-color) !important;
}

.header-top-lan-curr .dropdown .dropdown-menu li.active .dropdown-item {
  color: var(--primary-color);
}

.header-top-lan-curr.dropdown .dropdown-toggle {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #000;
  border: none;
  font-weight: 400;
}

.header-top-lan-curr.dropdown .dropdown-toggle i {
  font-size: 18px;
  margin-left: 7px;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-top-lan-curr.dropdown .dropdown-toggle::after {
  display: none;
}

.header-top-lan-curr.dropdown .dropdown-toggle:hover {
  color: #0d4fcf;
}

.header-top-lan-curr.dropdown .dropdown-toggle:hover i {
  color: #0d4fcf;
}

.header-top-lan-curr.dropdown .dropdown-menu {
  margin: 0;
  top: calc(100% + 6px) !important;
  left: 0 !important;
  right: auto !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.header-top-lan-curr.dropdown .dropdown-menu li {
  border-bottom: 1px solid #eeeeee;
}

.header-top-lan-curr.dropdown .dropdown-menu li:last-child {
  border: none;
}

.header-top-lan-curr.dropdown .dropdown-menu .dropdown-item {
  padding: 7px;
  color: #fff;
  font-size: 14px;
  background: transparent;
  text-transform: capitalize;
  font-weight: 500;
}

.header-top-lan-curr.dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--primary-color);
}

.header-top-lan-curr.dropdown .dropdown-menu li.active .dropdown-item {
  color: var(--primary-color);
}

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  appearance: button;
  -webkit-appearance: button;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

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

  100% {
    transform: translateX(100%);
  }
}

@media only screen and (max-width: 991px) {
  .header_svg {
    width: 25px;
    margin: 0 auto;
    height: 25px;
  }

  .header-top {
    padding: 10px 0;
  }

  .header-logo {
    text-align: right;
  }

  .header-search {
    max-width: 100%;
  }

  .header-search .form-control {
    min-height: 42px;
    height: 42px;
  }
}

#debugger_sec {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  font-size: 12px;
  color: #fff;
  padding: 50px 10px 10px 10px;
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  overflow: auto;
}

#open-debugger {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  z-index: 9999;
}

#close-debugger {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  padding: 5px 7px 0px 7px;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 5px;
}

#clear-cache {
  position: fixed;
  top: 20px;
  left: 20px;
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  z-index: 9999;
}

#close-debugger.active,
#open-debugger.active,
#clear-cache.active {
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-5px);
  }

  40% {
    transform: translateX(5px);
  }

  60% {
    transform: translateX(-5px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

.header-top-desktop {
  padding: 5px 0;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-top-right-inner a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000 !important;
  font-size: 14px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
}

.top_svg {
  width: 15px;
  height: 15px;
  fill: #000;
  margin-left: 8px;
  margin-bottom: 2px;
}

.col.header-top-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top-social ul li a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  color: #000;
}

.ec-header-bottons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ec-header-bottons .header_svg {
  position: unset !important;
}

.cart_update {
  display: flex;
}

.homePgHdr0>div {
  display: flex;
  align-items: center;
}

.ec-header-search .form-control {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.homePgHdr0 .header-icon {
  position: relative;
  width: 36px;
  height: 36px;
}

.homePgHdr0 .header-icon .header_svg {
  width: 36px;
  height: 36px;
}

.homePgHdr0 .header-icon .ec-cart-noti {
  padding-top: 0;
}

#dr00 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
  scroll-behavior: smooth;
  transition: transform 0.2s ease-out;
  padding-top: 10px;
}

#dr00::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome/Safari/Edge */
}

#dr00.dragging {
  scroll-behavior: auto;
  /* cursor: grabbing; */
  user-select: none;
}

#dr00.dragging a {
  pointer-events: none;
}

/* .d:active {
  cursor: grabbing;
} */

.d {
  flex: 0 0 auto;
  padding: 0 15px;
  padding: 8px 14px;
  font-size: 13px;
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 15px;
  color: #444;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
  margin-left: 10px;
}

.d a {
  color: #444;
}

.d.active00 {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.d.active00:hover {
  transform: translateY(-2px);
}

.d:not(.active00):hover {
  background: #fff3e4;
  border-color: var(--primary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
}

.d.active00 a {
  color: #fff !important;
}

.d:not(.active00):hover a {
  color: var(--primary-color);
}

@media (hover: none), (pointer: coarse) {
  #dr00 {
    transition: none !important;
  }

  .d:hover,
  .d.active00:hover,
  .d:not(.active00):hover {
    transform: none !important;
  }

  .homePgHdr .header-search .ec-search-group-form:focus-within,
  .mobile-search-overlay .ec-search-group-form:focus-within {
    transform: none !important;
    animation: none !important;
  }

  .mobile-search-overlay .ec-search-group-form:focus-within::after,
  .mobile-search-overlay .ec-search-group-form:focus-within .search_submit,
  .mobile-search-overlay .ec-search-group-form:focus-within .search_submit .svg_img {
    animation: none !important;
  }
}

.ec-main-menu ul li a {
  line-height: 1.625;
}

.ec-main-menu ul li:not(:first-child) {
  margin-left: 0;
}

.mobile-search-overlay {
  display: none;
}

@media (min-width: 577px) {
  .d-lg-none {
    display: none !important;
  }

  .header-search {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .d-mdd-none {
    display: none !important;
  }

  .ec-header-search,
  .header-search {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  html[dir="ltr"] .ec-header-search,
  html[dir="ltr"] .header-search {
    justify-content: flex-start;
  }

  .ec-search-group-form {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
  }

  .ec-search-group-form .form-control {
    height: 34px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1 !important;
  }

  .ec-search-group-form .search_submit {
    height: 34px !important;
    padding: 0 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Fullscreen search overlay */
  .mobile-search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    padding: 10px;
    height: 75px;
  }

  .mobile-search-overlay .ec-header-search {
    width: 85%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
  }

  .mobile-search-overlay .header-search,
  .mobile-search-overlay .ec-search-group-form {
    width: 100%;
  }

  /* Search bar header */
  .search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .search-header button {
    display: flex;
    align-items: center;
  }

  .search-btn-icon {
    background: transparent;
    border: none;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
  }

  .search-btn-icon i {
    font-size: 22px;
  }

  /* Back button */
  .back-btn {
    background: transparent;
    border: none;
    font-size: 24px;
    padding: 0;
  }

  .back-btn i {
    color: #fff;
  }

  /* Expanded search input */
  .search-input-expanded {
    flex: 1;
    height: 48px;
    font-size: 18px;
    padding-left: 12px;
  }

  /* Blur the body when overlay active */
  body.search-open {
    overflow: hidden;
    /* prevent scrolling behind overlay */
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* =========================================================
   MOBILE MENU — PREMIUM GLASS (FULL FIXED)
   - MENU ONLY (scoped to .ec-side-cart.ec-mobile-menu)
   - Slide open/close uses your existing .ec-open
   - X button LEFT, Logo/Title RIGHT
   - Smooth submenu expand
   ========================================================= */

/* Panel base */
.ec-side-cart.ec-mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  width: 100%;
  height: 100% !important;

  display: flex;
  flex-direction: column;

  padding: 18px !important;
  overflow-y: auto;

  background: rgb(254, 249, 255) !important;
  border: 1.5px solid rgba(90, 43, 136, 0.12);
  border-radius: 22px 22px 0 0;

  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22),
    0 18px 50px rgba(90, 43, 136, 0.10);

  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);

  /* slide behavior (closed) */
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;

  will-change: transform, opacity;
  transition:
    transform .34s cubic-bezier(.2, .9, .2, 1),
    opacity .2s ease,
    visibility 0s linear .2s;
}

/* Open state (plugin adds .ec-open) */
.ec-side-cart.ec-mobile-menu.ec-open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition:
    transform .34s cubic-bezier(.2, .9, .2, 1),
    opacity .2s ease,
    visibility 0s;
}

/* Soft glow */
.ec-side-cart.ec-mobile-menu::before {
  content: "";
  position: absolute;
  inset: -80px -60px auto -60px;
  height: 260px;
  background:
    radial-gradient(circle at 25% 35%, rgba(90,43,136,.18), transparent 55%),
    radial-gradient(circle at 80% 30%, rgba(90,43,136,.10), transparent 60%);
  pointer-events: none;
  filter: blur(2px);
  z-index: 0;
}

/* Scrollbar */
.ec-side-cart.ec-mobile-menu::-webkit-scrollbar { width: 8px; }
.ec-side-cart.ec-mobile-menu::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, rgba(90,43,136,.12), rgba(0,0,0,.10));
  border-radius: 10px;
}

/* =========================
   HEADER (X LEFT, LOGO RIGHT)
   ========================= */
.ec-side-cart.ec-mobile-menu .ec-menu-title {
  position: sticky;
  top: 0;
  z-index: 10;

  padding: 14px 14px 12px !important;
  margin: -18px -18px 14px !important;

  background: rgba(255,255,255,.78) !important;
  border-bottom: 1.5px solid rgba(90,43,136,.12) !important;

  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);

  box-shadow: 0 2px 12px rgba(90,43,136,.04);

  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.ec-side-cart.ec-mobile-menu .ec-menu-title::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(90,43,136,.35), transparent);
  opacity: .6;
}

/* title */
.ec-side-cart.ec-mobile-menu .ec-menu-title .menu_title {
  color: var(--primary-color) !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  letter-spacing: .3px;
  text-shadow: 0 2px 8px rgba(90,43,136,.08);
}

/* close */
.ec-side-cart.ec-mobile-menu .ec-menu-title .ec-close {
  width: 44px;
  height: 44px;
  border-radius: 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: var(--primary-color) !important;
  font-size: 34px !important;
  line-height: 1 !important;

  background: linear-gradient(135deg, rgba(90,43,136,.10), rgba(255,255,255,.18));
  border: 1.5px solid rgba(90,43,136,.18);
  box-shadow: 0 2px 10px rgba(90,43,136,.08);

  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.ec-side-cart.ec-mobile-menu .ec-menu-title .ec-close:active {
  transform: scale(.95) rotate(-8deg);
  box-shadow: 0 4px 16px rgba(90,43,136,.10);
  background: rgba(90,43,136,.16);
}

/* Make sure header content sits above glow */
.ec-side-cart.ec-mobile-menu .ec-menu-title,
.ec-side-cart.ec-mobile-menu .ec-menu-inner {
  position: relative;
  z-index: 2;
}

/* =========================
   CONTENT
   ========================= */
.ec-side-cart.ec-mobile-menu .ec-menu-inner {
  padding: 8px 2px 20px;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content > ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* main row */
.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff 82%, rgba(90,43,136,.04));
  border: 1.5px solid rgba(90,43,136,.10);
  box-shadow: 0 10px 26px rgba(90,43,136,.07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

/* Row for main link and toggle */
.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > .menu-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
}


.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 16px 38px rgba(90,43,136,.13);
  border-color: rgba(90,43,136,.28);
}

/* icon */
.ec-side-cart.ec-mobile-menu .ec-menu-content ul li img {
  width: 42px !important;
  height: 42px !important;
  border-radius: 15px !important;
  padding: 7px !important;

  background: linear-gradient(135deg, rgba(90,43,136,.10), rgba(255,255,255,.18)) !important;
  border: 1.5px solid rgba(90,43,136,.13);
  box-shadow: 0 2px 10px rgba(90,43,136,.06);

  object-fit: contain;
}

/* link */
.ec-side-cart.ec-mobile-menu .ec-menu-content ul li > a {
  flex: 1;
  padding: 0 !important;
  border: none !important;

  color: #111827 !important;
  font-weight: 900 !important;
  font-size: 15px !important;

  display: flex;
  align-items: center;
  gap: 10px;

  text-transform: none !important;
  position: relative;
}

/* remove underline under mobile menu labels */
.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > a,
.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > .menu-row > a {
  border-bottom: none !important;
  text-decoration: none !important;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li > a::after,
.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > .menu-row > a::after {
  content: none;
  display: none;
}

/* =========================
   TOGGLE BUTTON (keeps your logic)
   ========================= */
.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > .menu-toggle {
  width: 44px !important;
  height: 44px !important;
  border-radius: 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, rgba(90,43,136,.10), rgba(255,255,255,.18));
  border: 1.5px solid rgba(90,43,136,.18);
  box-shadow: 0 2px 10px rgba(90,43,136,.08);
}
.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > .menu-toggle::before {
  font-size: 14px !important;
  color: var(--primary-color) !important;
}

/* =========================
   SUBMENU (smooth expand)
   ========================= */
.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu {
  display: block;
  max-height: 0;
  overflow: hidden;

  margin-top: 12px;
  width: 100% !important;
  padding: 0 12px;

  border-radius: 18px;
  background: rgba(90,43,136,.08);
  border: 1.5px solid rgba(90,43,136,.13);

  opacity: 0;
  transform: translateY(8px);

  transition: max-height .28s ease, opacity .22s ease, transform .22s ease, padding .22s ease;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li.active > .sub-menu {
  max-height: 520px;
  opacity: 1;
  transform: translateY(0);
  padding: 12px 12px 8px;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li {
  padding: 9px 12px;
  border-radius: 15px;
  transition: background .18s ease, transform .18s ease;
}
.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li:hover {
  background: rgba(255,255,255,.82);
  transform: translateY(-1px);
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li a {
  border: none !important;
  padding: 0 !important;
  font-weight: 800 !important;
  font-size: 13.5px !important;
  color: #1f2937 !important;
  text-transform: none !important;
}

/* =========================
   MOBILE tweaks
   ========================= */
@media (max-width: 576px) {
  .ec-side-cart.ec-mobile-menu {
    padding: 12px !important;
    border-radius: 16px 16px 0 0;
  }

  .ec-side-cart.ec-mobile-menu .ec-menu-title {
    margin: -12px -12px 10px !important;
    border-radius: 14px 14px 0 0;
  }

  .ec-side-cart.ec-mobile-menu .ec-menu-content ul li img {
    width: 36px !important;
    height: 36px !important;
    border-radius: 12px !important;
  }
}

/* =========================================================
   MOBILE MENU PERFORMANCE TUNING
   - removes costly blur/glow while opening
   - keeps animation on transform/opacity for smoother FPS
   ========================================================= */
.ec-side-cart.ec-mobile-menu {
  transform: translate3d(-100%, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  contain: layout paint;
  will-change: transform, opacity;
  transition:
    transform .28s cubic-bezier(.2, .8, .2, 1),
    opacity .18s ease,
    visibility 0s linear .18s;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

.ec-side-cart.ec-mobile-menu.ec-open {
  transform: translate3d(0, 0, 0);
}

.ec-side-cart.ec-mobile-menu::before {
  content: none;
  display: none;
}

.ec-side-cart.ec-mobile-menu .ec-menu-title {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li {
  box-shadow: 0 4px 14px rgba(90, 43, 136, 0.08);
}

.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li:hover {
  transform: none;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu {
  transition: opacity .18s ease, transform .18s ease, padding .18s ease;
}

/* =========================================================
   POLISH OVERRIDES
   - mobile menu: remove left gap + smoother motion
   - desktop header: cleaner modern layout
   ========================================================= */

/* Mobile menu spacing and motion */
.ec-side-cart.ec-mobile-menu {
  padding: 12px 10px 16px 6px !important;
  transition:
    transform .36s cubic-bezier(.22, 1, .36, 1),
    opacity .24s ease,
    visibility 0s linear .24s !important;
}

html[dir="rtl"] .ec-side-cart.ec-mobile-menu {
  padding: 12px 10px 16px 4px !important;
}

.ec-side-cart.ec-mobile-menu.ec-open {
  transition:
    transform .36s cubic-bezier(.22, 1, .36, 1),
    opacity .24s ease,
    visibility 0s !important;
}

.ec-side-cart.ec-mobile-menu .ec-menu-title {
  margin: -12px -10px 12px -6px !important;
  padding: 12px 10px 10px !important;
}

html[dir="rtl"] .ec-side-cart.ec-mobile-menu .ec-menu-title {
  margin: -12px -10px 12px -4px !important;
}

.ec-side-cart.ec-mobile-menu .ec-menu-inner {
  padding: 6px 0 14px;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content > ul {
  gap: 10px;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li {
  padding: 11px 12px 11px 10px;
  border-radius: 16px;
  opacity: 0;
  transform: translateY(10px);
}

.ec-side-cart.ec-mobile-menu.ec-open .ec-menu-content > ul > li {
  animation: mmenu-item-in .34s cubic-bezier(.22, .61, .36, 1) forwards;
}

.ec-side-cart.ec-mobile-menu.ec-open .ec-menu-content > ul > li:nth-child(1) { animation-delay: .02s; }
.ec-side-cart.ec-mobile-menu.ec-open .ec-menu-content > ul > li:nth-child(2) { animation-delay: .04s; }
.ec-side-cart.ec-mobile-menu.ec-open .ec-menu-content > ul > li:nth-child(3) { animation-delay: .06s; }
.ec-side-cart.ec-mobile-menu.ec-open .ec-menu-content > ul > li:nth-child(4) { animation-delay: .08s; }
.ec-side-cart.ec-mobile-menu.ec-open .ec-menu-content > ul > li:nth-child(5) { animation-delay: .10s; }
.ec-side-cart.ec-mobile-menu.ec-open .ec-menu-content > ul > li:nth-child(6) { animation-delay: .12s; }
.ec-side-cart.ec-mobile-menu.ec-open .ec-menu-content > ul > li:nth-child(7) { animation-delay: .14s; }
.ec-side-cart.ec-mobile-menu.ec-open .ec-menu-content > ul > li:nth-child(8) { animation-delay: .16s; }
.ec-side-cart.ec-mobile-menu.ec-open .ec-menu-content > ul > li:nth-child(9) { animation-delay: .18s; }
.ec-side-cart.ec-mobile-menu.ec-open .ec-menu-content > ul > li:nth-child(10) { animation-delay: .20s; }

@keyframes mmenu-item-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > .menu-row {
  width: 100%;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > .menu-row > a {
  flex: 1;
  min-width: 0;
  display: block;
  text-align: right;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > a {
  width: 100%;
  text-align: right;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu {
  transition:
    max-height .32s cubic-bezier(.22, .61, .36, 1),
    opacity .22s ease,
    transform .22s ease,
    padding .22s ease !important;
}

@media (max-width: 576px) {
  .ec-side-cart.ec-mobile-menu {
    padding: 10px 8px 14px 4px !important;
  }

  html[dir="rtl"] .ec-side-cart.ec-mobile-menu {
    padding: 10px 8px 14px 2px !important;
  }

  .ec-side-cart.ec-mobile-menu .ec-menu-title {
    margin: -10px -8px 10px -4px !important;
    padding: 10px 8px 9px !important;
  }

  html[dir="rtl"] .ec-side-cart.ec-mobile-menu .ec-menu-title {
    margin: -10px -8px 10px -2px !important;
  }

  .ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li {
    padding: 10px 10px 10px 8px;
  }
}

/* Desktop header redesign */
@media (min-width: 992px) {
  .header-top-desktop {
    padding: 10px 0;
    background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%);
    border-bottom: 1px solid rgba(90, 43, 136, 0.14);
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
  }

  .header-top-desktop .container,
  .ec-header-bottom.homePgHdr .container,
  .ec-header-bottom.kkmenoOK .container {
    max-width: 1320px;
  }

  .header-top-desktop .row {
    min-height: 44px;
  }

  .header-top-social ul {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .header-top-social ul li.list-inline-item {
    margin: 0 !important;
  }

  .header-top-social ul li a {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(90, 43, 136, 0.16);
    background: linear-gradient(145deg, #ffffff, #f2edfb);
    color: var(--primary-color);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  .header-top-social ul li a:hover {
    transform: translateY(-2px);
    border-color: rgba(90, 43, 136, 0.30);
    box-shadow: 0 8px 16px rgba(90, 43, 136, 0.18);
  }

  .col.header-top-center {
    gap: 12px;
  }

  .header-top-lan-curr button,
  .header-top-lan-curr select {
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(90, 43, 136, 0.16);
    background: #ffffff;
    color: #3f3352;
    font-weight: 700;
    padding: 0 12px;
  }

  .header-top-right-inner {
    gap: 16px;
  }

  .header-top-right-inner a {
    color: #352548 !important;
    font-size: 13px;
    font-weight: 700;
  }

  .top_svg {
    width: 16px;
    height: 16px;
    fill: var(--primary-color);
  }

  .ec-header-bottom.homePgHdr {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(90, 43, 136, 0.12);
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .ec-header-bottom.homePgHdr .container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .homePgHdr0 {
    gap: 18px;
  }

  .homePgHdr0 > .ec-header-search {
    flex: 1 1 auto;
    max-width: 680px;
    margin-inline: auto !important;
  }

  .homePgHdr .header-search .ec-search-group-form {
    border-radius: 14px;
    border: 1px solid rgba(90, 43, 136, 0.20);
    box-shadow: 0 6px 16px rgba(90, 43, 136, 0.10);
    overflow: hidden;
  }

  .homePgHdr .header-search .form-control {
    min-height: 44px;
    height: 44px;
    padding-inline: 14px;
    font-size: 14px;
  }

  .homePgHdr .header-search .search_submit {
    min-width: 48px;
    background: linear-gradient(180deg, #ffffff, #f5f0fc);
    border-left: 1px solid rgba(90, 43, 136, 0.12);
  }

  html[dir="rtl"] .homePgHdr .header-search .search_submit {
    border-left: 0;
    border-right: 1px solid rgba(90, 43, 136, 0.12);
  }

  .homePgHdr0 > div[style] {
    display: flex;
    align-items: center;
    gap: 14px !important;
  }

  .homePgHdr0 .header-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(145deg, #ffffff, #f2edfb);
    border: 1px solid rgba(90, 43, 136, 0.16);
    box-shadow: 0 6px 14px rgba(90, 43, 136, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .homePgHdr0 .header-icon .header_svg {
    width: 24px;
    height: 24px;
  }

  .ec-header-bottom.kkmenoOK {
    background: #ffffff;
    border-top: 1px solid rgba(90, 43, 136, 0.08);
    border-bottom: 1px solid rgba(90, 43, 136, 0.10);
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.05);
  }

  #dr00 {
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 8px;
  }

  .d {
    margin-left: 0;
    padding: 8px 16px;
    border-radius: 999px;
    background: #f8f6fc;
    border-color: rgba(90, 43, 136, 0.14);
  }
}

/* =========================================================
   MENU + SEARCH FINAL FIXES
   ========================================================= */

/* Search icon color visibility (desktop + mobile) */
.search_submit .svg_img,
.search_submit_icon .svg_img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(43%) saturate(1298%)
    hue-rotate(236deg) brightness(89%) contrast(92%);
}

.homePgHdr .header-search .search_submit:hover .svg_img,
.mobile-search-overlay .search_submit:hover .svg_img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(58%) saturate(1458%)
    hue-rotate(241deg) brightness(88%) contrast(95%);
}

/* Search bar focus animation */
.homePgHdr .header-search .ec-search-group-form,
.mobile-search-overlay .ec-search-group-form {
  position: relative;
  isolation: isolate;
  transition:
    transform .28s cubic-bezier(.22, .61, .36, 1),
    border-color .28s ease,
    box-shadow .28s ease,
    background-color .28s ease;
}

.homePgHdr .header-search .ec-search-group-form::before,
.mobile-search-overlay .ec-search-group-form::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(90, 43, 136, 0.06), rgba(90, 43, 136, 0));
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: opacity .28s ease;
}

.homePgHdr .header-search .ec-search-group-form > *,
.mobile-search-overlay .ec-search-group-form > * {
  position: relative;
  z-index: 1;
}

.homePgHdr .header-search .form-control,
.mobile-search-overlay .ec-search-group-form .form-control {
  transition: color .24s ease, background-color .24s ease, box-shadow .24s ease;
}

.homePgHdr .header-search .form-control::placeholder,
.mobile-search-overlay .ec-search-group-form .form-control::placeholder {
  transition: color .24s ease, opacity .24s ease;
}

.homePgHdr .header-search .search_submit,
.mobile-search-overlay .ec-search-group-form .search_submit {
  transition:
    background-color .24s ease,
    border-color .24s ease,
    box-shadow .24s ease,
    transform .24s ease;
}

.homePgHdr .header-search .search_submit .svg_img,
.mobile-search-overlay .ec-search-group-form .search_submit .svg_img {
  transition: transform .26s ease, filter .26s ease;
}

.homePgHdr .header-search .ec-search-group-form:focus-within,
.mobile-search-overlay .ec-search-group-form:focus-within {
  transform: translateY(-2px);
  border-color: rgba(90, 43, 136, 0.46);
  box-shadow:
    0 14px 30px rgba(90, 43, 136, 0.18),
    0 0 0 3px rgba(90, 43, 136, 0.12);
}

.homePgHdr .header-search .ec-search-group-form:focus-within::before,
.mobile-search-overlay .ec-search-group-form:focus-within::before {
  opacity: 1;
}

.homePgHdr .header-search .ec-search-group-form:focus-within .form-control,
.mobile-search-overlay .ec-search-group-form:focus-within .form-control {
  color: #2d1f40;
  background-color: #fff;
}

.homePgHdr .header-search .ec-search-group-form:focus-within .form-control::placeholder,
.mobile-search-overlay .ec-search-group-form:focus-within .form-control::placeholder {
  color: #7f68a0;
  opacity: .9;
}

.homePgHdr .header-search .ec-search-group-form:focus-within .search_submit,
.mobile-search-overlay .ec-search-group-form:focus-within .search_submit {
  background: linear-gradient(180deg, #ffffff, #ece2fa);
}

.homePgHdr .header-search .ec-search-group-form:focus-within .search_submit .svg_img,
.mobile-search-overlay .ec-search-group-form:focus-within .search_submit .svg_img {
  transform: scale(1.1) rotate(-8deg);
  filter: brightness(0) saturate(100%) invert(20%) sepia(55%) saturate(1642%)
    hue-rotate(246deg) brightness(88%) contrast(95%);
}

.homePgHdr .header-search .form-control:focus,
.mobile-search-overlay .ec-search-group-form .form-control:focus {
  outline: none;
  box-shadow: none;
}

/* Extra mobile-only search focus animation */
@media (max-width: 768px) {
  .mobile-search-overlay .ec-search-group-form {
    overflow: visible;
  }

  .mobile-search-overlay .ec-search-group-form::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    border: 2px solid rgba(90, 43, 136, 0.34);
    opacity: 0;
    transform: scale(0.97);
    pointer-events: none;
  }

  .mobile-search-overlay .ec-search-group-form:focus-within {
    animation: mobile-search-focus-pulse .55s cubic-bezier(.22, .61, .36, 1);
  }

  .mobile-search-overlay .ec-search-group-form:focus-within::after {
    animation: mobile-search-ring .62s cubic-bezier(.22, .61, .36, 1);
  }

  .mobile-search-overlay .ec-search-group-form:focus-within .search_submit {
    animation: mobile-search-btn-pop .42s cubic-bezier(.22, .61, .36, 1);
  }

  .mobile-search-overlay .ec-search-group-form:focus-within .search_submit .svg_img {
    animation: mobile-search-icon-jump .42s cubic-bezier(.22, .61, .36, 1);
  }
}

@keyframes mobile-search-focus-pulse {
  0% {
    transform: translateY(-2px) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.012);
  }
  100% {
    transform: translateY(-2px) scale(1);
  }
}

@keyframes mobile-search-ring {
  0% {
    opacity: .75;
    transform: scale(0.97);
  }
  100% {
    opacity: 0;
    transform: scale(1.05);
  }
}

@keyframes mobile-search-btn-pop {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes mobile-search-icon-jump {
  0% {
    transform: scale(1) translateY(0);
  }
  45% {
    transform: scale(1.15) translateY(-1px) rotate(-7deg);
  }
  100% {
    transform: scale(1.1) translateY(0) rotate(-8deg);
  }
}

/* Mobile search overlay open/close animation (triggered by icon tap) */
@media (max-width: 768px) {
  .mobile-search-overlay {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    clip-path: circle(0px at var(--search-origin-x, calc(100% - 28px)) var(--search-origin-y, 28px));
    -webkit-clip-path: circle(0px at var(--search-origin-x, calc(100% - 28px)) var(--search-origin-y, 28px));
    background:
      radial-gradient(120px 120px at var(--search-origin-x, calc(100% - 28px)) var(--search-origin-y, 28px),
        rgba(129, 88, 189, 0.28), transparent 70%),
      rgba(10, 8, 16, 0.88);
    transition:
      opacity .24s ease,
      clip-path .62s cubic-bezier(.22, .61, .36, 1),
      -webkit-clip-path .62s cubic-bezier(.22, .61, .36, 1),
      visibility 0s linear .62s;
  }

  .mobile-search-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    clip-path: circle(170vmax at var(--search-origin-x, calc(100% - 28px)) var(--search-origin-y, 28px));
    -webkit-clip-path: circle(170vmax at var(--search-origin-x, calc(100% - 28px)) var(--search-origin-y, 28px));
    transition:
      opacity .24s ease,
      clip-path .62s cubic-bezier(.22, .61, .36, 1),
      -webkit-clip-path .62s cubic-bezier(.22, .61, .36, 1),
      visibility 0s;
  }

  .mobile-search-overlay.closing {
    opacity: 0;
    clip-path: circle(0px at var(--search-origin-x, calc(100% - 28px)) var(--search-origin-y, 28px));
    -webkit-clip-path: circle(0px at var(--search-origin-x, calc(100% - 28px)) var(--search-origin-y, 28px));
    pointer-events: none;
  }

  .mobile-search-overlay .search-header {
    width: 100%;
    opacity: 0;
    transform: translateY(14px) scale(.95);
    filter: blur(8px);
    transition:
      opacity .32s ease,
      transform .48s cubic-bezier(.22, .61, .36, 1),
      filter .42s ease;
  }

  .mobile-search-overlay.active .search-header {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    transition-delay: .10s;
  }

  .mobile-search-overlay.active .ec-search-group-form {
    animation: mobile-overlay-searchbar-in .62s cubic-bezier(.22, .61, .36, 1);
  }

  .mobile-search-overlay.active .search_submit .svg_img {
    animation: mobile-overlay-searchicon-in .62s cubic-bezier(.22, .61, .36, 1);
  }

  .mobile-search-overlay.active .ec-search-group-form .form-control::placeholder {
    animation: mobile-overlay-placeholder-glow .62s cubic-bezier(.22, .61, .36, 1);
  }
}

@keyframes mobile-overlay-searchbar-in {
  0% {
    transform: translateY(16px) scale(.94);
    opacity: .45;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  55% {
    transform: translateY(-3px) scale(1.01);
    opacity: 1;
    box-shadow: 0 16px 34px rgba(90, 43, 136, 0.24);
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
    box-shadow: 0 10px 24px rgba(90, 43, 136, 0.14);
  }
}

@keyframes mobile-overlay-searchicon-in {
  0% {
    transform: scale(.76) rotate(-22deg);
    opacity: .4;
  }
  52% {
    transform: scale(1.18) rotate(8deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}

@keyframes mobile-overlay-placeholder-glow {
  0% {
    opacity: .45;
    letter-spacing: 0;
  }
  60% {
    opacity: 1;
    letter-spacing: .35px;
  }
  100% {
    opacity: .92;
    letter-spacing: .15px;
  }
}

/* Keep menu row motion smooth and consistent */
.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li {
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    opacity .24s ease !important;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li:hover {
  transform: translateY(-2px) !important;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu {
  max-height: 0;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition:
    max-height .34s cubic-bezier(.22, .61, .36, 1),
    opacity .24s ease,
    transform .24s ease,
    padding .24s ease !important;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li.active > .sub-menu {
  max-height: 560px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Put + button fully inside the menu card */
.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li {
  position: relative;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > .menu-toggle {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  transform: none !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 14px;
  z-index: 4;
  transition: background-color .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > .menu-toggle::before {
  font-size: 13px !important;
  line-height: 1 !important;
}

/* keep label clear from + button for items with direct anchor */
.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > a {
  padding-left: 48px !important;
}

html[dir="ltr"] .ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > .menu-toggle {
  right: 10px !important;
  left: auto !important;
}

html[dir="ltr"] .ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > a {
  padding-right: 48px !important;
  padding-left: 0 !important;
}

/* Keep +/- perfectly centered without jumping on toggle */
.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > .menu-toggle {
  padding: 0 !important;
  overflow: hidden;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li > .menu-toggle::before {
  content: "+" !important;
  font-family: "Tajawal-Bold", sans-serif !important;
  font-weight: 700;
  font-size: 22px !important;
  width: 16px;
  height: 16px;
  line-height: 16px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .18s ease, opacity .18s ease;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li.active > .menu-toggle::before,
.ec-side-cart.ec-mobile-menu .ec-menu-content > ul > li.active > ul > li.active > .menu-toggle::before {
  content: "-" !important;
  transform: translate(-50%, -50%) !important;
}

/* Unified sticky header (desktop + mobile) */
@media (min-width: 992px) {
  .desktop-header-merged {
    position: sticky;
    top: 0;
    z-index: 60;
    padding: clamp(0.08rem, 0.22vw, 0.18rem) 0 clamp(0.12rem, 0.32vw, 0.24rem);
    background:
      radial-gradient(1300px 260px at 100% -90%, rgba(90, 43, 136, 0.09), transparent 62%),
      linear-gradient(180deg, #fcfbff 0%, #f7f3fd 100%);
    border-bottom: 1px solid rgba(90, 43, 136, 0.08);
  }

  .desktop-header-merged .desktop-header-shell {
    max-width: 1320px;
    margin: 0 auto;
    border: 1px solid rgba(90, 43, 136, 0.15);
    border-radius: 20px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.97), rgba(245, 239, 253, 0.92));
    box-shadow:
      0 12px 24px rgba(17, 24, 39, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.94);
    overflow: visible;
  }

  .desktop-header-merged .header-top-desktop,
  .desktop-header-merged .ec-header-bottom.homePgHdr {
    padding: 0;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
  }

  .desktop-header-merged .header-top-desktop .container,
  .desktop-header-merged .ec-header-bottom.homePgHdr .container {
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .desktop-header-merged .header-top-desktop .container > .row {
    margin: 0;
    min-height: clamp(2.45rem, 3.5vw, 2.9rem);
    padding: clamp(0.18rem, 0.4vw, 0.3rem) 0 clamp(0.14rem, 0.32vw, 0.22rem);
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: center;
    align-items: center;
    column-gap: clamp(0.35rem, 0.8vw, 0.58rem);
    border-bottom: 1px solid rgba(90, 43, 136, 0.12);
    position: relative;
    z-index: 65;
    overflow: visible;
  }

  .desktop-header-merged .header-top-desktop .header-top-left {
    display: none !important;
  }

  .desktop-header-merged .header-top-desktop .header-top-center,
  .desktop-header-merged .header-top-desktop .header-top-right {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    padding-inline: 0;
    margin: 0;
  }

  .desktop-header-merged .header-top-desktop .header-top-center {
    display: flex;
    align-items: center;
    gap: clamp(0.3rem, 0.65vw, 0.5rem);
  }

  .desktop-header-merged .header-top-desktop .header-top-lan-curr {
    margin: 0;
    display: block;
  }

  .desktop-header-merged .header-top-desktop .header-top-lan-curr > * {
    margin: 0;
    width: auto;
  }

  .desktop-header-merged .header-top-desktop .header-top-lan-curr button,
  .desktop-header-merged .header-top-desktop .header-top-lan-curr select {
    height: clamp(2.05rem, 2.75vw, 2.3rem);
    padding: 0 clamp(0.6rem, 1.05vw, 0.82rem);
    border-radius: 999px;
    border: 1px solid rgba(90, 43, 136, 0.2);
    background: linear-gradient(180deg, #ffffff 0%, #f5effd 100%);
    color: #3f3352;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }

  .desktop-header-merged .header-top-desktop .header-top-curr select {
    min-width: clamp(4.9rem, 6.5vw, 5.5rem);
    text-align: center;
  }

  .desktop-header-merged .header-top-desktop .header-top-lan button {
    min-width: clamp(5.8rem, 8vw, 7rem);
  }

  .desktop-header-merged .header-top-desktop .header-top-right,
  .desktop-header-merged .header-top-desktop .header-top-right-inner {
    position: relative;
    z-index: 90;
  }

  .desktop-header-merged .header-top-desktop .header-top-right-inner {
    gap: 0;
    justify-content: flex-end !important;
  }

  .desktop-header-merged .header-top-desktop .ec-header-user .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: clamp(0.4rem, 0.8vw, 0.65rem);
    min-height: clamp(2.05rem, 2.8vw, 2.3rem);
    padding: clamp(0.22rem, 0.45vw, 0.32rem) clamp(0.6rem, 1vw, 0.82rem);
    border-radius: 999px;
    border: 0.0625rem solid rgba(90, 43, 136, 0.18);
    background: linear-gradient(150deg, #ffffff 0%, #efe8fa 100%);
    box-shadow: 0 0.5rem 1.125rem rgba(90, 43, 136, 0.14);
    position: relative;
    z-index: 1300;
  }

  .desktop-header-merged .header-top-desktop .ec-header-user .dropdown-toggle::after {
    display: none;
  }

  .desktop-header-merged .header-top-desktop .ec-header-user .dropdown-toggle .ec-btn-title {
    color: #352548;
    font-size: clamp(0.72rem, 0.9vw, 0.82rem);
    font-weight: 700;
    line-height: 1.2;
    max-width: clamp(10rem, 22vw, 16.25rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop-header-merged .header-top-desktop .ec-header-user .dropdown-toggle .top_svg {
    width: clamp(0.85rem, 1.2vw, 1rem);
    height: clamp(0.85rem, 1.2vw, 1rem);
    margin: 0;
  }

  .desktop-header-merged .header-top-desktop .ec-header-user .dropdown-toggle .submenu-hint-arrow {
    width: clamp(1rem, 1.7vw, 1.38rem);
    height: clamp(1rem, 1.7vw, 1.38rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-inline-start: clamp(0.08rem, 0.2vw, 0.14rem);
    border-radius: 999px;
    border: 0.0625rem solid rgba(90, 43, 136, 0.24);
    background: linear-gradient(145deg, #f8f2ff 0%, #e8dcfb 100%);
    box-shadow:
      0 0.38rem 0.75rem rgba(90, 43, 136, 0.16),
      inset 0 0.0625rem 0 rgba(255, 255, 255, 0.92);
    transition:
      transform 0.26s cubic-bezier(0.22, 0.61, 0.36, 1),
      background-color 0.22s ease,
      border-color 0.22s ease,
      box-shadow 0.22s ease;
  }

  .desktop-header-merged .header-top-desktop .ec-header-user .dropdown-toggle .submenu-hint-arrow::before {
    content: "";
    width: clamp(0.33rem, 0.54vw, 0.44rem);
    height: clamp(0.33rem, 0.54vw, 0.44rem);
    border-right: 0.12rem solid #5a2b88;
    border-bottom: 0.12rem solid #5a2b88;
    transform: translateY(-0.06rem) rotate(45deg);
  }

  .desktop-header-merged .header-top-desktop .ec-header-user .dropdown-toggle:hover .submenu-hint-arrow {
    border-color: rgba(90, 43, 136, 0.34);
    box-shadow:
      0 0.5rem 0.9rem rgba(90, 43, 136, 0.2),
      inset 0 0.0625rem 0 rgba(255, 255, 255, 0.95);
  }

  .desktop-header-merged .header-top-desktop .ec-header-user .dropdown.show .dropdown-toggle .submenu-hint-arrow,
  .desktop-header-merged .header-top-desktop .ec-header-user .dropdown-toggle.show .submenu-hint-arrow {
    transform: rotate(180deg);
    border-color: rgba(90, 43, 136, 0.42);
    background: linear-gradient(145deg, #f0e3ff 0%, #dbc5ff 100%);
  }

  .desktop-header-merged .header-top-desktop .ec-header-user .dropdown-menu {
    position: absolute;
    margin-top: clamp(0.45rem, 1vw, 0.75rem);
    border-radius: clamp(0.55rem, 1vw, 0.75rem);
    border: 0.0625rem solid rgba(90, 43, 136, 0.16);
    box-shadow: 0 0.9rem 1.8rem rgba(17, 24, 39, 0.12);
    z-index: 1500 !important;
  }

  /* .desktop-header-merged .ec-header-bottom.homePgHdr {
    position: static;
    top: auto;
    z-index: auto;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  } */

  .desktop-header-merged .ec-header-bottom.homePgHdr .container {
    position: relative;
    z-index: 20;
    overflow: visible;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    margin-top: 0;
    padding-top: clamp(0.06rem, 0.2vw, 0.14rem);
    padding-bottom: clamp(0.1rem, 0.3vw, 0.2rem);
  }

  .desktop-header-merged .homePgHdr0 {
    min-height: clamp(3.05rem, 4.55vw, 3.55rem);
    gap: clamp(0.3rem, 0.65vw, 0.48rem);
    padding: clamp(0.08rem, 0.24vw, 0.14rem) 0.2% clamp(0.04rem, 0.16vw, 0.1rem) !important;
  }

  .desktop-header-merged .homePgHdr0 > .ec-header-search {
    flex: 1 1 auto;
    max-width: 720px;
    margin-inline: auto !important;
  }

  .desktop-header-merged .homePgHdr0 > div[style] {
    display: flex;
    align-items: center;
    gap: clamp(0.34rem, 0.75vw, 0.56rem) !important;
  }

  .desktop-header-merged .header-logo img {
    width: clamp(4.7rem, 5.8vw, 5.5rem) !important;
    height: auto !important;
    max-height: clamp(3.8rem, 4.6vw, 4.4rem);
    padding: clamp(0.1rem, 0.28vw, 0.2rem) 0 clamp(0.1rem, 0.28vw, 0.2rem) clamp(0.22rem, 0.5vw, 0.36rem);
  }

  .desktop-header-merged .homePgHdr .header-search .form-control {
    min-height: clamp(2.05rem, 2.75vw, 2.3rem);
    height: clamp(2.05rem, 2.75vw, 2.3rem);
  }

  .desktop-header-merged .homePgHdr .header-search .search_submit {
    min-height: clamp(2.05rem, 2.75vw, 2.3rem);
    height: clamp(2.05rem, 2.75vw, 2.3rem);
  }

  .desktop-header-merged .header-top-desktop .ec-header-user .dropdown-toggle:focus,
  .desktop-header-merged .header-top-desktop .header-top-lan-curr button:focus,
  .desktop-header-merged .header-top-desktop .header-top-lan-curr select:focus {
    outline: none;
    border-color: rgba(90, 43, 136, 0.36);
    box-shadow:
      0 0 0 3px rgba(90, 43, 136, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .desktop-header-merged .header-top-desktop .ec-header-user .dropdown-toggle .ec-btn-title {
    max-width: 170px;
  }

  .desktop-header-merged .header-top-desktop .header-top-lan button {
    min-width: 98px;
  }

  .desktop-header-merged .header-top-desktop .header-top-curr select {
    min-width: 78px;
  }
}

@media (max-width: 991px) {
  .desktop-header-merged {
    position: sticky;
    top: 0;
    z-index: 44;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid rgba(90, 43, 136, 0.08);
  }

  .desktop-header-merged .desktop-header-shell {
    max-width: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .desktop-header-merged .header-top-desktop {
    display: none !important;
  }

  .desktop-header-merged .ec-header-bottom.homePgHdr {
    display: block !important;
    position: static !important;
    /* top: auto !important;
    z-index: auto !important; */
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    overflow: visible;
  }

  .desktop-header-merged .ec-header-bottom.homePgHdr .container {
    max-width: 100%;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    margin-top: 0 !important;
    padding-top: clamp(0.2rem, 0.9vw, 0.32rem) !important;
    padding-bottom: clamp(0.2rem, 0.9vw, 0.32rem) !important;
    padding-left: clamp(0.45rem, 2.2vw, 0.68rem) !important;
    padding-right: clamp(0.45rem, 2.2vw, 0.68rem) !important;
  }

  .desktop-header-merged .homePgHdr0 {
    min-height: clamp(3.35rem, 11vw, 3.75rem);
    gap: clamp(0.25rem, 1.2vw, 0.45rem);
    padding: clamp(0.08rem, 0.45vw, 0.14rem) 0 !important;
  }

  .desktop-header-merged .homePgHdr0 > div[style] {
    gap: clamp(0.45rem, 2vw, 0.7rem) !important;
  }

  .desktop-header-merged .header-logo img {
    width: clamp(4.15rem, 20vw, 4.75rem) !important;
    height: auto !important;
    max-height: clamp(3.35rem, 16vw, 3.95rem);
    padding: clamp(0.08rem, 0.4vw, 0.16rem) 0;
  }

  .desktop-header-merged .homePgHdr .header-search .form-control {
    min-height: clamp(2rem, 8.3vw, 2.3rem);
    height: clamp(2rem, 8.3vw, 2.3rem);
    font-size: clamp(0.74rem, 3.1vw, 0.88rem);
    padding-inline: clamp(0.42rem, 2vw, 0.62rem);
  }

  .desktop-header-merged .homePgHdr .header-search .search_submit {
    min-height: clamp(2rem, 8.3vw, 2.3rem);
    height: clamp(2rem, 8.3vw, 2.3rem);
    min-width: clamp(2.2rem, 9vw, 2.65rem);
  }

  .desktop-header-merged .homePgHdr0 .header-icon {
    width: clamp(2rem, 8.1vw, 2.28rem);
    height: clamp(2rem, 8.1vw, 2.28rem);
    border-radius: clamp(0.52rem, 2.5vw, 0.76rem);
  }

  .desktop-header-merged .homePgHdr0 .header-icon .header_svg {
    width: clamp(1.12rem, 4.7vw, 1.38rem);
    height: clamp(1.12rem, 4.7vw, 1.38rem);
  }

  .desktop-header-merged .search_submit_icon {
    width: clamp(2rem, 8.1vw, 2.28rem);
    height: clamp(2rem, 8.1vw, 2.28rem);
    border-radius: clamp(0.52rem, 2.5vw, 0.76rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .desktop-header-merged .search_submit_icon .svg_img {
    width: clamp(1.12rem, 4.7vw, 1.38rem) !important;
    height: clamp(1.12rem, 4.7vw, 1.38rem) !important;
  }

  .backbtn {
    position: sticky;
    top: 0;
    z-index: 44;
  }
}

/* =========================================================
   SETTINGS LANGUAGE ACTION (mobile side menu)
   ========================================================= */
.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li.settings-lang-item {
  padding: 0;
  margin-top: 10px;
  border-radius: 16px;
  background: transparent;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li.settings-lang-item:hover {
  background: transparent;
  transform: none;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li .settings-lang-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px !important;
  border: 1px solid rgba(90, 43, 136, 0.22) !important;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff 0%, #f2eafe 100%);
  box-shadow:
    0 10px 20px rgba(90, 43, 136, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  color: #2b1d3d !important;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li .settings-lang-btn::after {
  content: none !important;
  display: none !important;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li .settings-lang-btn:active {
  transform: scale(0.98);
}

@media (hover: hover) and (pointer: fine) {
  .ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li .settings-lang-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(90, 43, 136, 0.36) !important;
    box-shadow:
      0 13px 24px rgba(90, 43, 136, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li .settings-lang-flag {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, var(--primary-color), #7d54b6);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
  box-shadow: 0 8px 16px rgba(90, 43, 136, 0.25);
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li .settings-lang-copy {
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  gap: 1px;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li .settings-lang-title {
  font-size: 12px;
  font-weight: 800;
  color: #2b1d3d;
  line-height: 1.2;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li .settings-lang-subtitle {
  font-size: 11px;
  font-weight: 600;
  color: #80679e;
  line-height: 1.2;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li .settings-lang-toggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(90, 43, 136, 0.2);
  background: rgba(255, 255, 255, 0.92);
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li .settings-lang-pill {
  min-width: 30px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.35px;
  color: #8766ad;
}

.ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li .settings-lang-pill.active {
  background: linear-gradient(145deg, var(--primary-color), #7d54b6);
  color: #fff;
  box-shadow: 0 5px 10px rgba(90, 43, 136, 0.3);
}

@media (max-width: 390px) {
  .ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li .settings-lang-btn {
    gap: 8px;
    padding: 10px !important;
  }

  .ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li .settings-lang-flag {
    width: 31px;
    height: 31px;
    border-radius: 10px;
    font-size: 10px;
  }

  .ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li .settings-lang-title {
    font-size: 11.5px;
  }

  .ec-side-cart.ec-mobile-menu .ec-menu-content ul li .sub-menu li .settings-lang-subtitle {
    font-size: 10.5px;
  }
}

/* Auto-resolve merged header duplication on mobile pages that use backbtn header */
@media (max-width: 61.9375em) {
  /* body.has-backbtn-header .desktop-header-merged {
    position: static !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  } */

  body.has-backbtn-header .desktop-header-merged .desktop-header-shell {
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.has-backbtn-header .desktop-header-merged .header-top-desktop,
  body.has-backbtn-header .desktop-header-merged .ec-header-bottom.homePgHdr {
    display: none !important;
  }
}
/* =========================================
   MOBILE SEARCH BAR — SLIGHTLY SMALLER
   ========================================= */

@media (max-width: 991px) {

  /* Make search container narrower */
  .backbtn .ec-header-search,
  .backbtn .header-search {
    width: clamp(13.5rem, 68vw, 19rem) !important;
    max-width: calc(100vw - 5.2rem) !important;
  }

  /* Reduce height a little */
  .backbtn .header-search .ec-search-group-form {
    min-height: 1.75rem !important;
  }

  .backbtn .header-search .form-control {
    height: 1.75rem !important;
    min-height: 1.75rem !important;
    font-size: 0.75rem !important;
  }

  .backbtn .header-search .search_submit {
    width: 1.8rem !important;
    min-width: 1.8rem !important;
    height: 1.75rem !important;
  }

  .backbtn .header-search .search_submit svg,
  .backbtn .header-search .search_submit .svg_img {
    width: 0.9rem !important;
    height: 0.9rem !important;
  }

}


