:root {
  --ep-black: #0b0b0f;
  --ep-dark: #141417;
  --ep-gold: #f9b91b;
  --ep-gold-2: #e4ab24;
  --ep-blue: #516cf7;
  --ep-blue-2: #49d7ed;
  --ep-soft: #f6f7fb;
  --ep-text: #232323;
  --ep-muted: #6f7580;
  --ep-border: rgba(0, 0, 0, .08);
  --ep-shadow: 0 18px 55px rgba(0, 0, 0, .08);
  --ep-radius: 24px;
  
  --ep-gradient-dark-gold: #bf8832;
  --ep-gradient-light-gold: #e5bb49;

    --ep-gold-gradient: linear-gradient(
    180deg,
    var(--ep-gradient-light-gold) 0%,
    var(--ep-gradient-dark-gold) 100%
  );
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ep-text);
  background: #fff;
}

html,
body {
    max-width: 100%;
     /* overflow-x: hidden; */
}

.topbar {
  display: none !important;
}
.brandbar {
  background: linear-gradient(90deg, #050912, #08101d 35%, #0a1322 65%, #050912);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.brandbar-v2 {
  padding-top: 1rem !important;
  padding-bottom: 0.8rem !important;
}

.brandbar-v2-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  min-height: 100px;
}

.brandbar-side {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  min-height: 100px;
}

.brandbar-side-left {
  justify-content: flex-start;
}

.brandbar-side-right {
  justify-content: flex-end;
}

.company-logo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: .25s ease;
  flex: 0 0 auto;
}

.company-logo-chip:hover {
  transform: translateY(-2px);
}

.logo-standard {
  width: 210px;
  height: 100px;
  padding: .35rem;
}

.logo-standard img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .18));
}

.brandbar-center-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 100px;
  padding-top: 15px;
}

.brandbar-trust-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}

.group-logo-link,
.group-logo-link-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0;
}

.group-logo-link-v2 img {
  height: 100px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .22));
}


div#estoreMenu{
    z-index:1060;
}
.navbar {
  --bs-navbar-padding-y: .85rem;
  background: #fff;
  border-bottom: 1px solid var(--ep-border);
}
.estore-navbar {
  background: #fff;
  border-bottom: 1px solid var(--ep-border);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .04);
  padding:0;
}

.navbar.sticky-top {
  top: 0;
}

.estore-navbar-inner {
  display: grid;
  grid-template-columns: auto minmax(520px, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
}


.estore-navbar .container-fluid {

    padding-left:0;
    
}
.estore-nav-left,
.estore-nav-right {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.estore-nav-left {
  justify-content: flex-start;
}

.estore-nav-left {
    width: 330px;
    height: 64px;
    background-image: url('../images/es-shape.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    gap: 18px;
    padding-left: 22px;
    height:100px;
}

.estore-nav-right {
  justify-content: flex-end;
}

.estore-nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 0;
  margin-left:15px;
}

.estore-menu-btn {
  width: 50px;
  height: 50px;
  border: 1px solid var(--ep-border);
  border-radius: 50px;
  background: var(--ep-black);
  color: #1e3350;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .25s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .04);
}

.estore-menu-btn:hover{
    background: var(--ep-gold);
    color:#fff;
}
.estore-menu-btn i {
  font-size: 1.55rem;
  line-height: 1;
  background: var(--ep-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  transition: .25s ease;
}

.estore-menu-btn:hover i {
  background: none;
    transform: translateY(-1px);
  -webkit-text-fill-color: #fff;
  color: #fff !important;
}

.estore-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  min-height: 64px;
  width: 230px;
  padding: 0 1.7rem 0 1.15rem;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  z-index: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .10);
  transition: transform .25s ease, box-shadow .25s ease;
}

/* black base shape */
/*.estore-brand::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  width: calc(100% + 42px);*/
/*  background: var(--ep-black);*/
  /*clip-path: path("M 0 0 L 228 0 Q 248 0 262 16 Q 270 24 274 32 Q 270 40 262 48 Q 248 64 228 64 L 0 64 Z");*/
/*  clip-path: path("M 0 0 L 228 0 Q 248 0 262 16 Q 270 24 268 32 Q 270 40 262 48 Q 248 64 228 64 L 0 64 Z");*/
  
  
  /*clip-path: path("M 0 0 L 228 0 Q 252 0 262 16 Q 270 24 270 32 Q 271 40 262 48 Q 248 64 228 64 L 0 64 Z");*/
  
/*  z-index: -2;*/
/*}*/

/* gold hover fill shape */
/*.estore-brand::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  width: calc(100% + 42px);*/
/*  background: linear-gradient(135deg, var(--ep-gold), var(--ep-gold-2));*/
  /*clip-path: path("M 0 0 L 228 0 Q 248 0 262 16 Q 270 24 274 32 Q 270 40 262 48 Q 248 64 228 64 L 0 64 Z");*/
/*  clip-path: path("M 0 0 L 228 0 Q 248 0 262 16 Q 270 24 268 32 Q 270 40 262 48 Q 248 64 228 64 L 0 64 Z");*/
  
  /*clip-path: path("M 0 0 L 228 0 Q 252 0 262 16 Q 270 24 270 32 Q 271 40 262 48 Q 248 64 228 64 L 0 64 Z");*/
/*  transform: scaleX(0);*/
/*  transform-origin: left center;*/
/*  transition: transform .4s ease-in-out;*/
/*  z-index: -1;*/
/*}*/

.estore-brand:hover {
  transform: translateY(-2px);
  /*box-shadow: 0 12px 28px rgba(228, 171, 36, .24);*/
  /*background:var(--ep-gold);*/
}

.estore-brand:hover::after {
  transform: scaleX(1);
}

.estore-brand-icon,
.estore-brand-icon i,
.estore-brand-text {
  background: var(--ep-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  transition: .25s ease;
}

.estore-brand:hover .estore-brand-icon,
.estore-brand:hover .estore-brand-icon i,
.estore-brand:hover .estore-brand-text {
  color: #fff;
}



.estore-brand-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex: 0 0 auto;
}


.estore-brand-icon i {
  transition: .25s ease;
}

.estore-brand-text {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -.02em;
  white-space: nowrap;
  transition: .25s ease;
}

.estore-brand:hover .estore-brand-icon,
.estore-brand:hover .estore-brand-icon i,
.estore-brand:hover .estore-brand-text {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff !important;
}

.estore-location {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  min-width: 165px;
  flex: 0 0 auto;
  margin-left:15px;
}

.estore-location-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(64, 108, 156, .12);
  color: var(--ep-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.08rem;
}

.estore-location-text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.estore-location-text small {
  color: var(--ep-muted);
  font-size: .72rem;
}

.estore-location-text strong {
  color: #21324a;
  font-size: .96rem;
  font-weight: 700;
}

.estore-search {
  width: 100%;
  max-width: 860px;
  margin: 0;
}

.estore-search-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 58px;
  align-items: center;
  border: 2px solid rgba(64, 108, 156, .16);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .03);
}

.estore-search-category,
.estore-search-input {
  min-height: 52px;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.estore-search-category {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%236c7480' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.estore-search-category:hover,
.estore-search-category:focus {
  background-color: var(--ep-blue);
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border-radius:14px !important;
}

.estore-search-category {
  min-width: 70px;
  width: auto;
  max-width: none;
  background: #f4f7fb;
  color: #22324a;
  font-weight: 600;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}
.estore-search-category {
  min-height: 52px;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: #f4f7fb;
  color: #22324a;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%236c7480' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .85rem center;
  background-size: 14px;
  cursor:pointer;
}

.estore-search-wrap .form-select {
   padding: .375rem 0rem .375rem .75rem ; 
   
}

.estore-search-category::-ms-expand {
  display: none;
}

.estore-search-input {
  font-size: .96rem;
  color: #243041;
}


.estore-search-input::placeholder {
  color: #6c7480;
}

.estore-search-btn {
  min-height: 52px;
  border: 0;
  border-radius: 0;
  background: var(--ep-gold);
  color: #fff;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.estore-search-btn:hover {
  background: var(--ep-gold-2);
  color: #fff;
}

.estore-lang-btn {
  min-height: 48px;
  padding: .7rem .95rem;
  border-radius: 14px;
  border: 1px solid var(--ep-border);
  background: #fff;
  color: #20324e;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.estore-lang-btn:hover,
.estore-lang-btn:focus {
  background: #fff;
  color: var(--ep-blue);
  box-shadow: none;
}

.estore-lang-flag {
  width: 22px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 2px;
  flex: 0 0 auto;
}

.estore-lang-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.estore-lang-code {
  line-height: 1;
}

.estore-account {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #21324a;
  line-height: 1.1;
  min-width: 132px;
  padding: .45rem .55rem;
  border-radius: 10px;
  transition: .2s ease;
}

.estore-account:hover {
  color: #21324a;
}

.estore-account small {
  font-size: .72rem;
  color: var(--ep-muted);
}

.estore-account strong {
  font-size: .92rem;
  font-weight: 800;
  color: #21324a;
  display: inline-flex;
  align-items: center;
}

.estore-account-dropdown {
  position: relative;
}

.estore-account-trigger {
  position: relative;
  z-index: 10;
}

.estore-account-dropdown:hover .estore-account-trigger,
.estore-account-dropdown.is-open .estore-account-trigger {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(20, 51, 91, .18);
}

.estore-account-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: -30px;
  width: 500px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .22s ease;
  z-index: 1061;
}

.estore-account-dropdown:hover .estore-account-menu,
.estore-account-dropdown.is-open .estore-account-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.estore-account-menu-inner {
  background: #fff;
  border: 1px solid rgba(20, 51, 91, .10);
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, .14);
  overflow: hidden;
}

.estore-account-menu-top {
  padding: 1rem 1.25rem;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.estore-account-signin-btn {
  min-width: 240px;
  padding: .85rem 1.2rem;
  border-radius: 12px;
}

.estore-account-new {
  margin-top: .65rem;
  font-size: .88rem;
  color: #4b5563;
}

.estore-account-new a {
  color: #0d4ea6;
  text-decoration: none;
}

.estore-account-new a:hover {
  text-decoration: underline;
}

.estore-account-menu-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.estore-account-menu-col {
  padding: 1rem 1.25rem 1.15rem;
}

.estore-account-menu-col + .estore-account-menu-col {
  border-left: 1px solid rgba(0, 0, 0, .08);
}

.estore-account-menu-col h6 {
  margin: 0 0 .85rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1f2937;
}

.estore-account-menu-col a {
  display: block;
  color: #374151;
  text-decoration: none;
  font-size: .94rem;
  line-height: 1.45;
  margin-bottom: .55rem;
}

.estore-account-menu-col a:hover {
  color: #0d4ea6;
  text-decoration: underline;
}

.estore-cart-btn {
  width: 54px;
  height: 54px;
  margin-right:5px;
}

.estore-cart-btn i {
  font-size: 1.35rem;
}

.estore-cart-btn:hover{
    background: var(--ep-blue);
    color:#fff;
}
.estore-cart-btn:hover i {
  color: #fff;
}
.cart-btn {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid var(--ep-border);
  background: #fff;
  color: #243041;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: .25s ease;
}

.cart-btn:hover {
  color: #243041;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}


.estore-lang-btn,
.estore-account-trigger,
.estore-cart-btn {
  min-height: 54px;
  border: 1px solid rgba(20, 51, 91, .12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .04);
}

/* MARKET DROPDOWN */
.estore-market-dropdown {
  position: relative;
}

.estore-lang-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .8rem 1rem;
  color: #21324a;
  font-weight: 700;
}

.estore-lang-btn:hover,
.estore-lang-btn:focus,
.estore-market-dropdown.show .estore-lang-btn {
  background: #fff;
  color: #21324a;
  border-color: rgba(20, 51, 91, .18);
  box-shadow: 0 0 0 1px rgba(20, 51, 91, .18);
}
@media (max-width: 575.98px) {
  .estore-search-wrap {
    grid-template-columns: 90px minmax(0, 1fr) 52px;
  }

  .estore-search-category {
    min-width: 90px;
    width: 90px;
     max-width: none;
    font-size: .85rem;
  }

  .estore-search-btn {
    min-height: 50px;
  }
}
.estore-lang-btn::after {
  margin-left: .15rem;
}

.estore-lang-flag {
  width: 22px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
}

.estore-lang-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.estore-lang-code,
.estore-market-currency,
.estore-market-region {
  font-size: .96rem;
  font-weight: 800;
  color: #21324a;
  line-height: 1;
}

.estore-market-divider {
  color: #7b8492;
  font-weight: 700;
  line-height: 1;
}

/* make market dropdown look same as account dropdown */
.estore-market-menu {
  width: 360px;
  padding: 0;
  margin-top: 10px !important;
  border: 1px solid rgba(20, 51, 91, .10) !important;
  border-radius: 8px !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, .14) !important;
  overflow: hidden;
  background: #fff;
}

.estore-market-section {
  padding: 1rem 1.25rem;
}

.estore-market-title {
  margin: 0 0 .8rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: #1f2937;
}

.estore-market-menu .dropdown-divider {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, .08);
}

.estore-market-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .7rem .85rem;
  border-radius: 10px;
  color: #374151;
  font-size: .95rem;
  font-weight: 500;
  transition: .18s ease;
  white-space: normal;
}

.estore-market-menu .dropdown-item:hover,
.estore-market-menu .dropdown-item:focus {
  background: #f5f7fb;
  color: #0d4ea6;
}

.estore-market-menu .dropdown-item.active,
.estore-market-menu .dropdown-item:active {
  background: rgba(81, 108, 247, .10);
  color: #1d4ed8;
}

.estore-market-option.active,
.estore-currency-option.active,
.estore-region-option.active {
  background: rgba(81, 108, 247, .10);
  color: #1d4ed8;
  font-weight: 700;
}

/* ACCOUNT DROPDOWN */
.estore-account-dropdown {
  position: relative;
}

.estore-account {
  min-height: 54px;
  padding: .7rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: #21324a;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(20, 51, 91, .12);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .04);
}

.estore-account small {
  font-size: .74rem;
  line-height: 1.1;
  color: #6b7280;
}

.estore-account strong {
  font-size: .95rem;
  line-height: 1.15;
  font-weight: 800;
  color: #21324a;
}



.estore-account-dropdown:hover .estore-account-trigger,
.estore-account-dropdown.is-open .estore-account-trigger {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(20, 51, 91, .18);
  border-color: var(--ep-blue);
}

.estore-account-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 360px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .22s ease;
  z-index: 1061;
}

.estore-account-dropdown:hover .estore-account-menu,
.estore-account-dropdown.is-open .estore-account-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.estore-account-menu-inner {
  background: #fff;
  border: 1px solid rgba(20, 51, 91, .10);
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, .14);
  overflow: hidden;
}

.estore-account-menu-top {
  padding: 1rem 1.25rem;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.estore-account-signin-btn {
  min-width: 220px;
  padding: .85rem 1.2rem;
  border-radius: 12px;
}

.estore-account-new {
  margin-top: .65rem;
  font-size: .88rem;
  color: #4b5563;
}

.estore-account-new a {
  color: #0d4ea6;
  text-decoration: none;
}

.estore-account-new a:hover {
  text-decoration: underline;
}

.estore-account-menu-body {
  display: block;
}

.estore-account-menu-col {
  padding: 1rem 1.25rem 1.15rem;
}

.estore-account-menu-col h6 {
  margin: 0 0 .85rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1f2937;
}

.estore-account-menu-col a {
  display: block;
  color: #374151;
  text-decoration: none;
  font-size: .94rem;
  line-height: 1.45;
  margin-bottom: .55rem;
}

.estore-account-menu-col a:hover {
  color: #0d4ea6;
  text-decoration: underline;
}

/* CART */
.estore-cart-btn {
  width: 54px;
  height: 54px;
}

.estore-cart-btn i {
  font-size: 1.35rem;
}

/* responsive */
@media (max-width: 991.98px) {
  .estore-market-menu,
  .estore-account-menu {
    width: 320px;
  }
}

@media (max-width: 575.98px) {
  .estore-nav-right {
    gap: .65rem;
  }

  .estore-lang-btn {
    padding: .72rem .85rem;
  }

  .estore-market-divider,
  .estore-market-region {
    display: none;
  }

  .estore-market-menu,
  .estore-account-menu {
    width: min(320px, calc(100vw - 24px));
    right: 0;
  }

  .estore-account {
    padding: .65rem .85rem;
  }

  .estore-account strong {
    font-size: .9rem;
  }
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  padding: 0 .35rem;
  border-radius: 999px;
  background: var(--ep-gold);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}

@media (max-width: 1399.98px) {
  .estore-navbar-inner {
    grid-template-columns: auto minmax(340px, 1fr) auto;
  }

  .estore-search-wrap {
    grid-template-columns: 170px minmax(0, 1fr) 58px;
  }

  .estore-account-menu {
    right: 0;
  }
}

@media (max-width: 1199.98px) {
  .estore-navbar-inner {
    grid-template-columns: 1fr;
    gap: .95rem;
  }

  .estore-nav-center {
    flex-direction: column;
    align-items: stretch;
  }

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

  .estore-nav-right {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .estore-account-menu {
    width: 440px;
  }
}

@media (max-width: 767.98px) {
  .estore-search-wrap {
    grid-template-columns: 1fr;
  }

  .estore-search-category {
    border-bottom: 1px solid var(--ep-border) !important;
  }

  .estore-nav-right {
    justify-content: flex-start;
    gap: .7rem;
  }

  .estore-account {
    min-width: auto;
  }

  .estore-account-menu {
    position: static;
    width: 100%;
    margin-top: .65rem;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

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

  .estore-account-menu-body {
    grid-template-columns: 1fr;
  }

  .estore-account-menu-col + .estore-account-menu-col {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, .08);
  }

  .estore-account-signin-btn {
    min-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .estore-brand-text {
    font-size: 1.08rem;
  }

  .estore-location {
    width: 100%;
    min-width: 0;
  }

  .estore-account-menu {
    width: 100%;
  }
}

.estore-lang-btn {
  min-height: 48px;
  padding: .72rem .95rem;
  border-radius: 14px;
  border: 1px solid var(--ep-border);
  background: #fff;
  color: #20324e;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .03);
}

.estore-lang-flag {
  font-size: 1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.estore-account {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #21324a;
  line-height: 1.08;
  min-width: 128px;
}

.estore-account:hover {
  color: #21324a;
}

.estore-account small {
  font-size: .72rem;
  color: var(--ep-muted);
}

.estore-account strong {
  font-size: .96rem;
  font-weight: 800;
  color: #21324a;
}

.cart-btn {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid var(--ep-border);
  background: #fff;
  color: #243041;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: .25s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .03);
}

.cart-btn:hover {
  color: #243041;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
}

.cart-btn i {
  font-size: 1.2rem;
}

.estore-cart-btn {
  width: 52px;
  height: 52px;
}

.estore-cart-btn i {
  font-size: 1.35rem;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  padding: 0 .35rem;
  border-radius: 999px;
  background: var(--ep-gold);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}

.back-to-top-btn {
  position: fixed;
  right: 30px;
  bottom: 130px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 16px;
  background: var(--ep-blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease, box-shadow .25s ease;
  z-index: 1060;
}

.back-to-top-btn i {
  font-size: 1.2rem;
  line-height: 1;
  transition: transform .25s ease;
}

.back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top-btn.show:hover {
  color: #fff;
  transform: translateY(-8px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
}

.back-to-top-btn.show:hover i {
  transform: translateY(-1px);
}

@media (max-width: 575.98px) {
  .back-to-top-btn {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .back-to-top-btn i {
    font-size: 1.05rem;
  }
}

.btn-gold {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, var(--ep-gold), var(--ep-gold-2));
  border: 0;
  color: #fff;
  font-weight: 700;
  padding: .9rem 1.4rem;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(228,171,36,.24);
  transition: all .35s ease-in-out;
  z-index: 1;
}
.btn-gold::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0b0b0f;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .4s ease-in-out;
  z-index: -1;
}

.btn-gold:hover {
  color: #fff;
  border: 1px solid black;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0,0,0,.20);
}
.btn-gold:hover::before {
  transform: scaleX(1);
}

.btn-outline-darksoft {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(8px);
  padding: .9rem 1.4rem;
  border-radius: 14px;
  font-weight: 600;
  transition: all .35s ease-in-out;
  z-index: 1;
}

.btn-outline-darksoft::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--ep-gold), var(--ep-gold-2));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .4s ease-in-out;
  z-index: -1;
}

.btn-outline-darksoft:hover {
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(228,171,36,.24);
}

.btn-outline-darksoft:hover::before {
  transform: scaleX(1);
}

.promo-strip {
  position: relative;
  z-index: 1055;
 background: linear-gradient(135deg, var(--ep-blue) 0%, var(--ep-blue-2) 100%);

  border-bottom: 1px solid rgba(255, 255, 255, .10);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
  
  transition: transform .25s ease, box-shadow .25s ease;
}
.promo-strip.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1055;
}

.promo-strip-placeholder {
  display: none;
}

.promo-strip-placeholder.active {
  display: block;
}

.navbar.sticky-top {
  top: 0;
  z-index: 1050;
}

.promo-strip-inner {
  min-height: 56px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: .75rem;
}

.promo-slider {
  position: relative;
  min-height: 56px;
  overflow: hidden;
}

.promo-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .35s ease;
  padding: .4rem 0;
  white-space: nowrap;
}

.promo-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.promo-slide p {
  margin: 0;
  color: #fff;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.4;
}

.promo-slide a {
  color: var(--ep-gold);
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
  flex: 0 0 auto;
}

.promo-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .34rem .7rem;
  border-radius: 999px;
  background: rgba(249, 185, 27, .14);
  border: 1px solid rgba(249, 185, 27, .28);
  color: var(--ep-gold);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .05em;
  white-space: nowrap;
  flex: 0 0 auto;
}

.promo-nav {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .25s ease;
}

.promo-nav:hover {
  background: rgba(249, 185, 27, .16);
  border-color: rgba(249, 185, 27, .30);
  color: var(--ep-gold);
}

@media (max-width: 767.98px) {
  .promo-strip.is-fixed + .navbar.sticky-top,
  .promo-strip.is-fixed ~ .navbar.sticky-top {
    top: 92px;
  }

  .promo-strip-inner {
    min-height: 92px;
    grid-template-columns: 34px 1fr 34px;
    gap: .35rem;
  }

  .promo-slider {
    min-height: 92px;
  }

  .promo-slide {
    min-height: 92px;
    flex-direction: column;
    gap: .18rem;
    padding: .45rem 0;
    white-space: normal;
  }

  .promo-tag {
    font-size: .6rem;
    padding: .22rem .5rem;
    max-width: 100%;
  }

  .promo-slide p {
    font-size: .82rem;
    line-height: 1.22;
    white-space: normal;
    max-width: 100%;
    margin: 0;
    padding: 0 .15rem;
  }

  .promo-slide a {
    display: inline-block;
    font-size: .74rem;
    line-height: 1;
  }

  .promo-nav {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  .navbar.sticky-top {
    top: 92px;
  }
}

@media (max-width: 575.98px) {
  .promo-strip.is-fixed + .navbar.sticky-top,
  .promo-strip.is-fixed ~ .navbar.sticky-top {
    top: 104px;
  }

  .promo-strip-inner {
    min-height: 104px;
  }

  .promo-slider,
  .promo-slide {
    min-height: 104px;
  }

  .promo-slide p {
    font-size: .78rem;
  }

  .promo-slide a {
    font-size: .7rem;
  }

  .promo-tag {
    font-size: .56rem;
    padding: .2rem .45rem;
  }

  .navbar.sticky-top {
    top: 104px;
  }
}

.hero-slider-section{
    height:600px;
}
.counter-div{
          background: linear-gradient(
              90deg,
              var(--ep-blue) 0%,
              var(--ep-blue) 25%,
              var(--ep-blue-2) 60%
            );



        border-radius: 24px;
    /*background: var(--ep-blue);*/
    width: 98.7%;
}
/*------- */
.estore-offcanvas {
  background: #fff;
  color: var(--ep-blue);
  border-right: 1px solid rgba(0, 0, 0, .08);
}

.estore-offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  padding: 0.6rem 1rem 0.7rem;
  background:  var(--ep-blue);
}

.estore-offcanvas .offcanvas-title {
  font-weight: 800;
  color: #fff;
}

.offcanvas.offcanvas-start{
    width: 280px !important;
}

.estore-offcanvas .btn-close {
  box-shadow: none !important;
}

.estore-offcanvas .offcanvas-body {
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.estore-drawer-panels {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  background: #fff;
}

.estore-drawer-panel {
  position: absolute;
  inset: 0;
  padding: 1rem;
  overflow-y: auto;
  background: #fff;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform .28s ease, opacity .28s ease, visibility .28s ease;
  scrollbar-width: thin;
  scrollbar-color: rgba(81, 108, 247, .32) rgba(81, 108, 247, .08);
}

.estore-drawer-panel::-webkit-scrollbar {
  width: 8px;
}

.estore-drawer-panel::-webkit-scrollbar-track {
  background: rgba(81, 108, 247, .08);
}

.estore-drawer-panel::-webkit-scrollbar-thumb {
  background: rgba(81, 108, 247, .34);
  border-radius: 999px;
}

.estore-drawer-panel.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.estore-drawer-panel.is-left {
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.estore-drawer-panel-head {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 0 0 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  font-weight: 800;
  color: var(--ep-blue);
  text-transform: uppercase;
}

.estore-drawer-back {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 10px;
  background: #f4f7fb;
  color: var(--ep-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease;
}

.estore-drawer-back:hover {
  background: var(--ep-blue);
  color: #fff;
}

.estore-drawer-group + .estore-drawer-group {
  margin-top: 1.25rem;
}

.estore-drawer-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--ep-black);
  margin-bottom: .7rem;
}

.estore-drawer-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  text-decoration: none;
  text-align: left;
  color: black;
  padding: .5rem 1rem;
  border-radius: 14px;
  /*background: var(--ep-blue);*/
  border: none;
  transition: .2s ease;
  font-weight: 600;
}

button.estore-drawer-link {
  appearance: none;
  cursor: pointer;
}

.estore-drawer-link + .estore-drawer-link {
  margin-top: .55rem;
}

.estore-drawer-link:hover {
  color: #fff;
  background: var(--ep-blue);
  border-color: var(--ep-blue);
}

.estore-drawer-link i {
  flex: 0 0 auto;
  font-size: .95rem;
}

@media (max-width: 575.98px) {
  .estore-drawer-panel {
    padding: .9rem;
  }

  .estore-drawer-link {
    padding: .85rem .9rem;
    font-size: .96rem;
  }
}

.estore-drawer-accordion-item + .estore-drawer-accordion-item {
  margin-top: .7rem;
}

.estore-drawer-accordion-toggle {
  position: relative;
}

.estore-drawer-accordion-toggle i {
  transition: transform .25s ease;
}

.estore-drawer-accordion-toggle.active i {
  transform: rotate(180deg);
}

.estore-drawer-submenu {
  display: none;
  padding: .55rem 0 0;
}

.estore-drawer-submenu.is-open {
  display: block;
}

.estore-drawer-sublink {
  display: block;
  text-decoration: none;
  /*background: var(--ep-blue);*/
  color: black;
  
  border: 1px solid rgba(81, 108, 247, .10);
  border-radius: 12px;
  padding: .5rem .95rem;
  margin-top: .5rem;
  font-weight: 600;
  transition: .2s ease;
}

.estore-drawer-sublink:hover {
  background: var(--ep-blue);
  color: #fff;
  border-color: var(--ep-blue);
}

.brand-chip,
.brand-icon,
.brandbar-grid,
.brandbar-logos,
.brandbar-center-logo,
.group-logo-link,
.navbar-actions,
.navbar-brand,
.btn-sm-header {
  all: unset;
}

@media (max-width: 1399.98px) {
  .estore-navbar-inner {
    grid-template-columns: auto minmax(380px, 1fr) auto;
  }

  .logo-standard {
    width: 170px;
    height: 100px;
  }
}

@media (max-width: 1199.98px) {
  .brandbar-v2-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    min-height: auto;
  }

  .brandbar-side {
    justify-content: center !important;
    flex-wrap: wrap;
    min-height: auto;
  }

  .brandbar-center-wrap {
    min-height: 130px;
    padding-top: 20px;
  }

  .logo-standard {
    width: 180px;
    height: 120px;
  }

  .group-logo-link-v2 img {
    height: 120px;
    max-width: 210px;
  }
}

@media (max-width: 991.98px) {
  .logo-standard {
    width: 155px;
    height: 100px;
  }

  .group-logo-link-v2 img {
    height: 104px;
    max-width: 190px;
  }

  .brandbar-center-wrap {
    min-height: 112px;
    padding-top: 18px;
  }

  .brandbar-trust-text {
    font-size: .88rem;
    letter-spacing: .14em;
    white-space: normal;
  }

  .estore-nav-left,
  .estore-nav-right {
    flex-wrap: wrap;
  }

  .estore-account {
    min-width: auto;
  }

  .estore-location {
    min-width: 0;
    width: 100%;
  }

  .estore-nav-right {
    gap: .7rem;
  }
}


@media (max-width: 575.98px) {
  .brandbar-v2 {
    padding-top: .9rem !important;
    padding-bottom: .9rem !important;
  }

  .logo-standard {
    width: 128px;
    height: 82px;
  }

  .group-logo-link-v2 img {
    height: 88px;
    max-width: 170px;
  }

  .brandbar-center-wrap {
    min-height: 96px;
    padding-top: 16px;
  }

  .brandbar-trust-text {
    font-size: .74rem;
    letter-spacing: .10em;
  }

  .estore-brand-text {
    font-size: 1.08rem;
  }

  .estore-location {
    width: 100%;
  }
}

span.estore-lang-flag img{
    width:30px;
}


#heroProductSelect {
  max-height: 52px;
}

/*hero banner index */
.hero.hero-slider-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  height: 600px;
  padding: 0;
  background: none !important;
  height: calc(90vh - 250px);
    /*min-height: 520px;*/

}

.hero.hero-slider-section::before,
.hero.hero-slider-section::after {
  display: none !important;
  content: none !important;
}

.hero.hero-slider-section .container-fluid,
.hero-slider,
.hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slides {
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .55s ease;
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.hero-slide-image {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  /*object-position: center center;*/
  display: block;
  user-select: none;
  pointer-events: none;
}

/* arrows */
.hero-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: .25s ease;
  backdrop-filter: blur(8px);
}

.hero-slider-nav:hover {
  background: rgba(249,185,27,.16);
  border-color: rgba(249,185,27,.28);
  color: var(--ep-gold);
}

.hero-slider-prev {
  left: 24px;
}

.hero-slider-next {
  right: 24px;
}

.hero-slider-nav i {
  font-size: 1.2rem;
  line-height: 1;
}

/* dots */
.hero-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  z-index: 10;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.40);
  transition: .2s ease;
}

.hero-dot.active {
  background: var(--ep-gold);
  transform: scale(1.15);
}

/* old hero content safety */
.hero-centered,
.hero-badge,
.hero-title,
.hero-search,
.hero-caret {
  position: relative;
  z-index: 3;
}

/* responsive */
@media (max-width: 1199.98px) {
  .hero.hero-slider-section {
    height: 360px;
  }

  .hero-slider-prev {
    left: 18px;
  }

  .hero-slider-next {
    right: 18px;
  }
}

@media (max-width: 991.98px) {
  .hero.hero-slider-section {
    height: 320px;
  }

  .hero-slider-nav {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .hero-slider-prev {
    left: 14px;
  }

  .hero-slider-next {
    right: 14px;
  }
}

@media (max-width: 575.98px) {
  .hero.hero-slider-section {
    height: 240px;
  }

  .hero-slider-nav {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .hero-slider-prev {
    left: 10px;
  }

  .hero-slider-next {
    right: 10px;
  }

  .hero-slider-dots {
    bottom: 10px;
    gap: .45rem;
  }

  .hero-dot {
    width: 8px;
    height: 8px;
  }
}

/*banner hero end */
.stats-row {
  /*max-width: 980px;*/
  margin-left: auto;
  margin-right: auto;
}

.stats-row .stat {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  /*border-top: 1px solid rgba(255,255,255,.15);*/
}

.stats-row .stat h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: .35rem;
  color: #fff;
}

@media (max-width: 991.98px) {

  .hero-search-centered,
  .stats-row {
    max-width: 100%;
  }
}




.category-chip {
    background: #fff;
    border: 1px solid var(--ep-border);
    border-radius: 18px;
    padding: 1rem 1.1rem;
    display: flex;
    align-items: center;
    gap: .85rem;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
    transition: .3s ease;
}

.category-chip:hover,
.product-card:hover,
.type-card:hover,
.trust-card:hover,
.category-panel:hover {
    transform: translateY(-6px);
    box-shadow: var(--ep-shadow);
}

.category-chip-icon,
.type-icon,
.trust-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ep-blue);
    background: linear-gradient(135deg, rgba(64, 108, 156, .14), rgba(228, 171, 36, .12));
    flex: 0 0 auto;
    font-size: 1.45rem;
}

.category-chip h6,
.type-card h6,
.product-card h6,
.category-panel h5,
.trust-card h6 {
    margin: 0;
    font-weight: 700;
}

.type-card,
.product-card,
.trust-card,
.category-panel {
    background: #fff;
    border: 1px solid var(--ep-border);
    border-radius: 24px;
    padding: 1.4rem;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
    transition: .3s ease;
    height: 100%;
}




.meta {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-bottom: .85rem;
}

.badge-soft {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .38rem .7rem;
    border-radius: 999px;
    background: #f7f8fb;
    border: 1px solid var(--ep-border);
    font-size: .82rem;
    color: #46505f;
    font-weight: 600;
}

.price {
    font-size: 1.32rem;
    font-weight: 800;
    color: var(--ep-blue);
}

.price small {
    color: var(--ep-muted);
    font-size: .88rem;
    font-weight: 600;
}

/*category section in index*/
.section {
  padding: 88px 0;
}

.section-soft {
  background: var(--ep-soft);
}

.section-title-sm {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .94rem;
  padding: .5rem .85rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ep-border);
  color: #1f2937;
  margin-bottom: 1rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .04);
}

.section-title-sm .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ep-gold);
}

.section h2 {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.03em;
  margin-bottom: 1rem;
}

.muted-text {
  color: var(--ep-muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.category-panel {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--ep-border);
  border-radius: 24px;
  padding: 1.4rem;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
  transition: .3s ease;
  height: 100%;
  /*background:var(--ep-blue);*/
 background: linear-gradient(
              90deg,
              var(--ep-blue) 0%,
              var(--ep-blue) 25%,
              var(--ep-blue-2) 60%
            );


  
}
.category-panel p,
.category-panel h5
{
    color:#fff !important;
}

.category-panel::before {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(81, 108, 247, .10), transparent 65%);
  border-radius: 50%;
}

.category-panel:hover,
.type-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ep-shadow);
}

.category-panel h5,
.type-card h6 {
  margin: 0;
  font-weight: 700;
}

.type-card {
  background: #fff;
  border: 1px solid var(--ep-border);
  border-radius: 24px;
  padding: 1.4rem;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .04);
  transition: .3s ease;
  height: 100%;
}

.type-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.type-card-link:hover {
  text-decoration: none;
  color: inherit;
}

.type-card-link h6 {
  color: #243041;
}

.type-card-link p {
  color: var(--ep-muted) !important;
}

.type-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ep-blue);
  background: linear-gradient(135deg, rgba(81, 108, 247, .12), rgba(73, 215, 237, .12));

  flex: 0 0 auto;
  font-size: 1.45rem;
}

.type-card-link:hover .type-icon {
  color: #fff;
  /*background: linear-gradient(135deg, var(--ep-blue), var(--ep-blue-2));*/
  /*background:var(--ep-blue) ;*/
  border:1px solid var(--ep-blue);
}

@media (max-width: 991.98px) {
  .section {
    padding: 72px 0;
  }
}

@media (max-width: 575.98px) {
  .category-panel,
  .type-card {
    padding: 1.1rem;
    border-radius: 20px;
  }

  .muted-text {
    font-size: .98rem;
    line-height: 1.7;
  }
}

/*end section cateogry index */

.list-check {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-check li {
    display: flex;
    gap: .85rem;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-weight: 600;
}

.list-check i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(228, 171, 36, .16);
    color: var(--ep-gold);
    flex: 0 0 auto;
    margin-top: 2px;
}

.feature-box {
    background: #0d0e12;
    color: #fff;
    border-radius: 28px;
    padding: 2rem;
    min-height: 100%;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .16);
}

.feature-mini {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--ep-gold), var(--ep-gold-2));
    color: #fff;
    font-size: 1.55rem;
    margin-bottom: 1rem;
}

.trust-card {
    text-align: left;
}

.cta-band {
    background: linear-gradient(135deg, #20446b, #365f8d 55%, #182839 100%);
    color: #fff;
    border-radius: 34px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}



.footer {
  background: #090a0d;
  color: rgba(255, 255, 255, .85);
  border-radius: 34px 34px 0 0;
  width: 98.8%;
  max-width: 1920px;
  margin: 90px auto 0;
}

.footer a {
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
  transition: color .2s ease;
}

.footer a:hover {
  color: #fff;
}

.footer-links-row {
  align-items: flex-start;
  justify-content: space-between;
}

.footer-col {
  height: 100%;
}

.footer-company-col {
  max-width: 300px;
}

.footer-heading {
  color: #fff;
  font-size: .98rem;
  font-weight: 800;
  line-height: 1.35;
    margin-right: 20px;
}

.footer-heading-brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
}

.footer-heading-brand .brand-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(249, 185, 27, .10);
  border: 1px solid rgba(249, 185, 27, .18);
  color: var(--ep-gold);
  flex: 0 0 auto;
  font-size: 1rem;
}

.footer-company-text {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: .87rem;
  line-height: 1.85;
  max-width: 260px;
}

.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-list li {
  margin-bottom: .45rem;
}

.footer-link-list li:last-child {
  margin-bottom: 0;
}

.footer-link-list a {
  font-size: .86rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, .78);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .7);
  font-size: .82rem;
    background: linear-gradient(
              90deg,
              var(--ep-blue) 0%,
              var(--ep-blue) 25%,
              var(--ep-blue-2) 60%
            );

}


@media (max-width: 1399.98px) {
  .footer {
    width: 90%;
  }

  .footer-company-text {
    max-width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .footer {
    width: 92%;
  }

  .footer-company-col {
    max-width: none;
  }
}

@media (max-width: 991.98px) {
  .footer {
    width: 95%;
  }

  .footer-heading {
    font-size: .94rem;
  }

  .footer-link-list a,
  .footer-company-text {
    font-size: .84rem;
  }
}

@media (max-width: 575.98px) {
  .footer {
    width: 100%;
    border-radius: 24px 24px 0 0;
  }

  .footer-heading {
    font-size: .9rem;
  }

  .footer-link-list a,
  .footer-company-text,
  .footer-bottom {
    font-size: .8rem;
  }

  .footer-heading-brand .brand-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }
}

/* footer hover gold */
.footer a,
.footer .footer-company-text,
.footer .footer-heading-brand,
.footer .footer-heading-brand span,
.footer .footer-heading-brand .brand-icon {
  transition: color .25s ease, border-color .25s ease, background-color .25s ease;
  
}

.footer a:hover,
.footer .footer-link-list a:hover,
.footer .footer-bottom a:hover,

.footer .footer-company-text:hover,
.footer .footer-heading-brand:hover,
.footer .footer-heading-brand:hover span {
  color: var(--ep-gold) !important;
}

.footer .footer-heading-brand:hover .brand-icon {
  color: var(--ep-gold);
  border-color: rgba(249, 185, 27, .45);
  background: rgba(249, 185, 27, .14);
}

@media (max-width: 991.98px) {
    .hero-visual {
        min-height: 400px;
        margin-top: 2rem;
    }

    .showcase {
        width: min(360px, 88%);
    }

    .section {
        padding: 72px 0;
    }

    .cta-band {
        padding: 2rem;
    }
}

@media (max-width: 575.98px) {
    .stats-row .stat h3 {
        font-size: 2rem;
    }
}

.category-chip {
    background: #fff;
    border: 1px solid var(--ep-border);
    border-radius: 18px;
    padding: 1rem 1.1rem;
    display: flex;
    align-items: center;
    gap: .85rem;
    min-width: 280px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
    transition: .3s ease;
}

.ticker-wrap {
    overflow: hidden;
    position: relative;
}

.ticker-track {
    display: flex;
    width: max-content;
    gap: 1rem;
    animation: ticker-scroll 28s linear infinite;
    will-change: transform;
    padding: .35rem 0;
}

.ticker-wrap:hover .ticker-track {
    animation-play-state: paused;
}

.ticker-item {
    flex: 0 0 auto;
}

@keyframes ticker-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.rfq-section {
    background: linear-gradient(135deg, #16314e 0%, #254d78 55%, #101922 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.rfq-section::before {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(228, 171, 36, 0.14);
}

.rfq-section::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -120px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.rfq-panel,
.rfq-form-card {
    position: relative;
    z-index: 2;
    border-radius: 28px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
}

.rfq-feature-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
}

.rfq-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, .86);
    font-weight: 500;
}

.rfq-feature-list i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(228, 171, 36, .18);
    color: var(--ep-gold);
    flex: 0 0 auto;
    margin-top: 2px;
}

.rfq-form-card .form-control,
.rfq-form-card .form-select {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .96);
    box-shadow: none;
}

.rfq-form-card textarea.form-control {
    min-height: 120px;
    resize: none;
}

.rfq-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.rfq-product-item {
    position: relative;
}

.rfq-product-item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.rfq-product-label {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: .95rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    cursor: pointer;
    transition: .25s ease;
    min-height: 100%;
}

.rfq-product-label:hover {
    transform: translateY(-2px);
    border-color: rgba(228, 171, 36, .45);
}

.rfq-product-label i {
    color: var(--ep-gold);
    font-size: 1.15rem;
    margin-top: 2px;
}

.rfq-product-item input:checked+.rfq-product-label {
    background: rgba(228, 171, 36, .16);
    border-color: rgba(228, 171, 36, .55);
    box-shadow: 0 10px 24px rgba(228, 171, 36, .14);
}

.rfq-product-name {
    font-weight: 700;
    line-height: 1.35;
    display: block;
}

.rfq-product-meta {
    display: block;
    font-size: .82rem;
    color: rgba(255, 255, 255, .72);
    margin-top: .2rem;
}

.rfq-selected-box {
    border-radius: 16px;
    background: rgba(0, 0, 0, .16);
    border: 1px dashed rgba(255, 255, 255, .18);
    padding: 1rem;
}

.rfq-selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .75rem;
}

.rfq-tag {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .45rem .75rem;
    border-radius: 999px;
    background: rgba(228, 171, 36, .16);
    border: 1px solid rgba(228, 171, 36, .35);
    color: #fff;
    font-size: .84rem;
    font-weight: 600;
}

.rfq-tag button {
    background: transparent;
    border: 0;
    color: #fff;
    line-height: 1;
    padding: 0;
    font-size: .9rem;
}

@media (max-width: 991.98px) {
    .rfq-products-grid {
        grid-template-columns: 1fr;
    }
}

a.btn.btn-light.border.flex-fill,
a.btn.btn-soft.flex-fill {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  font-weight: 600;
  transition: all .35s ease-in-out;
  z-index: 1;
}

a.btn.btn-light.border.flex-fill {

  color: #2d3440;
  border: 1px solid var(--ep-border);
}

a.btn.btn-soft.flex-fill {
  background: #f6f7fb;
  color: #2d3440;
  border: 1px solid var(--ep-border);
}

a.btn.btn-light.border.flex-fill::before,
a.btn.btn-soft.flex-fill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--ep-gold), var(--ep-gold-2));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .4s ease-in-out;
  z-index: -1;
}

a.btn.btn-light.border.flex-fill:hover,
a.btn.btn-soft.flex-fill:hover {
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(228, 171, 36, .24);
}

a.btn.btn-light.border.flex-fill:hover::before,
a.btn.btn-soft.flex-fill:hover::before {
  transform: scaleX(1);
}

.cart-side-wrap{
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    gap: 15px;
}
@media (max-width: 991.98px) {
    .cart-side-wrap{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .cart-side-wrap .qty-box{
        min-width: 100px;
    }
    .cart-side-wrap .price,
    .cart-side-wrap .line-total{
        font-size:1rem;
    }
}


.product-offer-badge {
    position: absolute;
    width: 100px;
    height: 40px;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .45rem .8rem;
    border-radius: 999px;
    color: #fff;
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
  }

.product-offer-badge.sale {
background: linear-gradient(135deg, var(--ep-gold), var(--ep-gold-2));
}

.product-offer-badge.hot {
    /*background: linear-gradient(135deg, #d94b4b, #f07a2f);*/
    background: #d94b4b;
}

.product-offer-badge.limited {
    background: linear-gradient(135deg, #f0b61b, #d79b0d);
}
@media (max-width: 575.98px) {
    .product-offer-badge {
      top: .85rem;
      left: .85rem;
      font-size: .68rem;
      padding: .4rem .7rem;
    }

}


  .estore-chat-widget {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1095;
  }

  .estore-chat-toggle {
    width: 64px;
    height: 64px;
    border: 0;
    border-radius: 50%;
    background: var(--ep-blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    box-shadow: 0 16px 34px rgba(81, 108, 247, .30);
    transition: .25s ease;
  }

  .estore-chat-toggle:hover {
    background: var(--ep-gold);
    color: #fff;
    transform: translateY(-3px);
  }

  .estore-chat-panel {
    position: absolute;
    right: 0;
    bottom: 82px;
    width: 380px;
    max-width: calc(100vw - 24px);
    background: #fff;
    border: 1px solid var(--ep-border);
    border-radius: 24px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: .25s ease;
  }

  .estore-chat-widget.is-open .estore-chat-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .estore-chat-header {
    background: var(--ep-blue);
    color: #fff;
    padding: 1rem 1.1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }

  .estore-chat-header small {
    display: block;
    font-size: .76rem;
    letter-spacing: .04em;
    opacity: .88;
    margin-bottom: .25rem;
  }

  .estore-chat-header h5 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
  }

  .estore-chat-close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    transition: .2s ease;
  }

  .estore-chat-close:hover {
    background: rgba(255, 255, 255, .22);
  }

  .estore-chat-body {
    padding: 1rem;
    background: #fff;
  }

  .estore-chat-messages {
    height: 320px;
    overflow-y: auto;
    padding-right: .3rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
  }

  .estore-chat-messages::-webkit-scrollbar {
    width: 6px;
  }

  .estore-chat-messages::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .14);
    border-radius: 999px;
  }

  .estore-chat-bubble {
    max-width: 85%;
    padding: .8rem .95rem;
    border-radius: 18px;
    line-height: 1.65;
    font-size: .93rem;
    word-wrap: break-word;
  }

  .estore-chat-bubble.bot {
    background: #f7f9fc;
    color: #243041;
    border: 1px solid var(--ep-border);
    border-top-left-radius: 8px;
    align-self: flex-start;
  }

  .estore-chat-bubble.user {
    background: var(--ep-blue);
    color: #fff;
    border-top-right-radius: 8px;
    align-self: flex-end;
  }

  .estore-chat-quick-replies {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-bottom: 1rem;
  }

  .estore-quick-reply {
    border: 1px solid var(--ep-border);
    background: #fff;
    color: #243041;
    border-radius: 999px;
    padding: .5rem .8rem;
    font-size: .84rem;
    font-weight: 600;
    transition: .2s ease;
  }

  .estore-quick-reply:hover {
    background: var(--ep-blue);
    border-color: var(--ep-blue);
    color: #fff;
  }

  .estore-chat-form {
    display: grid;
    grid-template-columns: 1fr 54px;
    gap: .65rem;
  }

  .estore-chat-form .form-control {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid var(--ep-border);
    box-shadow: none !important;
  }

  .estore-chat-send {
    min-height: 52px;
    border-radius: 14px;
    background: var(--ep-gold);
    color: #fff;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .estore-chat-send:hover {
    background: var(--ep-blue);
    color: #fff;
  }

  @media (max-width: 575.98px) {
    .estore-chat-widget {
      right: 14px;
      bottom: 14px;
    }

    .estore-chat-toggle {
      width: 58px;
      height: 58px;
      font-size: 1.35rem;
    }

      .estore-chat-panel {
      width: min(380px, calc(100vw - 24px));
      max-height: calc(100vh - 110px);
    }
    
    .estore-chat-body {
      max-height: calc(100vh - 190px);
    }

    .estore-chat-messages {
      height: 280px;
    }
  }
  
  @media (max-width: 575.98px) {
  .estore-chat-panel {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 95px);
    bottom: 74px;
  }

  .estore-chat-body {
    max-height: calc(100vh - 175px);
  }

  .estore-chat-messages {
    height: auto;
    max-height: calc(100vh - 290px);
  }

  .estore-chat-quick-replies {
    gap: .45rem;
  }

  .estore-quick-reply {
    font-size: .78rem;
    padding: .45rem .7rem;
  }
}

.tawk-min-chat-icon{
    fill:#fff;
}

/*-- nav */
/*nav responsive issues solved */
/* =========================
   NAVBAR RESPONSIVE FIXES
   paste AFTER existing navbar css
   ========================= */

.estore-navbar,
.estore-navbar .container-fluid,
.estore-navbar-inner,
.estore-nav-left,
.estore-nav-center,
.estore-nav-right,
.estore-search,
.estore-search-wrap,
.estore-market-dropdown,
.estore-account-dropdown {
  min-width: 0;
}

.estore-navbar {
  width: 100%;
  overflow: visible;
}

.estore-navbar .container-fluid {
  width: 100%;
  max-width: 100%;
  overflow: visible;
  margin-bottom:-2px;
}

.estore-navbar-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas: "left center right";
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-width: 0;
}

.estore-nav-left {
  grid-area: left;
  display: flex;
  align-items: center;
  gap: .8rem;
  min-width: 0;
}

.estore-nav-center {
  grid-area: center;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  width: 100%;
}

.estore-nav-right {
  grid-area: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .8rem;
  min-width: 0;
  flex-wrap: nowrap;
}

.estore-brand {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
}

.estore-brand-text {
  white-space: nowrap;
}

.estore-location {
  flex: 0 0 auto;
  min-width: 150px;
  max-width: 190px;
}

.estore-search {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex: 1 1 auto;
}

.estore-search-wrap {
  --category-width: 74px;
  --search-btn-width: 58px;

  display: grid;
  grid-template-columns: var(--category-width) minmax(0, 1fr) var(--search-btn-width);
  align-items: center;
  width: 100%;
  min-width: 0;
  border: 2px solid rgba(64, 108, 156, .16);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .03);
}
.estore-search-category {
  width: 100%;
  min-width: 0;
  max-width: none;
  background: #f4f7fb;
  color: #22324a;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: .375rem 2.2rem .375rem .75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%236c7480' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .85rem center;
  background-size: 14px;
  cursor: pointer;
}
.estore-search-category::-ms-expand {
  display: none;
}
.estore-search-input {
  min-width: 0;
  width: 100%;
  font-size: .96rem;
  color: #243041;
}

.estore-search-input::placeholder {
  color: #6c7480;
}

.estore-search-btn {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  border: 0;
  border-radius: 0;
  background: var(--ep-gold);
  color: #fff;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  border-radius:14px;
}

.estore-search-btn:hover {
  background: var(--ep-gold-2);
  color: #fff;
  border-radius:14px;
}



.estore-search-category,
.estore-search-input {
  /*min-height: 52px;*/
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}



.estore-search-input {
  min-width: 0;
  width: 100%;
}

.estore-search-btn {
  width: 58px;
  min-width: 58px;
  padding-left: 0;
  padding-right: 0;
}

.estore-market-dropdown,
.estore-account-dropdown {
  flex: 0 0 auto;
}

.estore-lang-btn,
.estore-account,
.estore-cart-btn,
.estore-menu-btn {
  flex-shrink: 0;
}

.estore-lang-btn {
  white-space: nowrap;
}

.estore-account {
  min-width: 150px;
}

.estore-account strong,
.estore-account small {
  white-space: nowrap;
}

.estore-market-menu {
  right: 0;
  left: auto;
  max-width: min(360px, calc(100vw - 24px));
}

.estore-account-menu {
  right: 0;
  left: auto;
  width: 360px;
  max-width: min(360px, calc(100vw - 24px));
}

.cart-btn,
.estore-cart-btn {
  flex: 0 0 auto;
}

.estore-cart-btn i,
.cart-btn i {
  color: inherit;
}

/* ========= LARGE / LAPTOP ========= */
@media (max-width: 1399.98px) {
  .estore-navbar-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .85rem;
  }

  .estore-brand-text {
    font-size: 1.15rem;
  }

  .estore-location {
    min-width: 135px;
    max-width: 165px;
  }

  .estore-location-text strong {
    font-size: .9rem;
  }

  .estore-search-wrap {
    grid-template-columns: 72px minmax(0, 1fr) 56px;
  }

  .estore-search-category {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
  }

  .estore-lang-btn {
    padding: .75rem .85rem;
    gap: .4rem;
  }

  .estore-account {
    min-width: 138px;
    padding: .65rem .8rem;
  }

  .estore-account strong {
    font-size: .88rem;
  }
}

/* ========= TABLET ========= */
@media (max-width: 1199.98px) {
  .estore-navbar-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "left right"
      "center center";
    align-items: center;
    gap: .85rem;
  }

  .estore-nav-left,
  .estore-nav-right {
    min-width: 0;
  }

  .estore-nav-right {
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: .65rem;
  }

  .estore-nav-center {
    width: 100%;
    min-width: 0;
    gap: .8rem;
    align-items: self-start;
  }

  .estore-location {
    min-width: 140px;
    max-width: 170px;
  }

  .estore-search {
    flex: 1 1 auto;
  }

  .estore-search-wrap {
    grid-template-columns: 72px minmax(0, 1fr) 56px;
  }

  .estore-search-category {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
  }

  .estore-lang-btn {
    padding: .72rem .8rem;
  }

  .estore-lang-code,
  .estore-market-currency,
  .estore-market-region {
    font-size: .9rem;
  }

  .estore-account {
    min-width: 132px;
    padding: .62rem .78rem;
  }

  .estore-account strong {
    font-size: .86rem;
  }

  .estore-account small {
    font-size: .68rem;
  }

  .estore-account-menu,
  .estore-market-menu {
    max-width: min(320px, calc(100vw - 24px));
  }
}

/* ========= SMALL TABLET ========= */
@media (max-width: 991.98px) {
  .estore-brand {
    padding: 0 .8rem;
  }

  .estore-brand-icon {
    width: 42px;
    height: 42px;
    font-size: 1.15rem;
  }

  .estore-brand-text {
    font-size: 1rem;
  }

  .estore-location {
    min-width: 126px;
    max-width: 150px;
    gap: .5rem;
  }

  .estore-location-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .estore-location-text small {
    font-size: .66rem;
  }

  .estore-location-text strong {
    font-size: .84rem;
  }

  .estore-lang-btn {
    padding: .72rem .72rem;
  }

  .estore-market-region {
    display: none;
  }

  .estore-account {
    min-width: 124px;
  }

  .estore-account strong {
    font-size: .84rem;
  }

  .estore-cart-btn,
  .estore-menu-btn {
    width: 50px;
    height: 50px;
  }
}

/* ========= MOBILE / BELOW 768 ========= */
@media (max-width: 767.98px) {
  .estore-navbar .container-fluid {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .estore-navbar-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "left right"
      "center center";
      
    grid-template-columns: 1fr;
    grid-template-areas:         "left"        "center"        "right";
    gap: .75rem;
  }

  .estore-nav-left {
    gap: .55rem;
    margin-left:-12px;
  }

  .estore-nav-right {
    gap: .5rem;
    justify-content: flex-start;
    align-items: stretch;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 52px;
  }

  .estore-nav-center {
    flex-direction: column;
    align-items: stretch;
    gap: .7rem;
    width: 100%;
    margin:auto;
  }

  .estore-location {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

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

  .estore-search-wrap {
    grid-template-columns: 74px minmax(0, 1fr) 56px;
  }

  .estore-search-category {
    width: 74px;
    min-width: 74px;
    max-width: 74px;
    border-bottom: 0 !important;
  }

  .estore-search-btn {
    width: 56px;
    min-width: 56px;
    min-height: 52px;
    border-radius: 0;
  }

  .estore-brand {
    padding: 0 .75rem;
  }

  .estore-brand-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .estore-brand-text {
    font-size: .96rem;
  }

  .estore-lang-btn {
    min-height: 50px;
    padding: .65rem .72rem;
    gap: .35rem;
  }

  .estore-market-divider,
  .estore-market-region {
    display: none;
  }

  .estore-account {
    min-height: 50px;
    min-width: 118px;
    padding: .58rem .72rem;
  }

  .estore-account small {
    font-size: .64rem;
  }

  .estore-account strong {
    font-size: .82rem;
  }

  .estore-menu-btn,
  .estore-cart-btn {
    width: 48px;
    height: 48px;
  }

  .estore-account-menu,
  .estore-market-menu {
    width: min(320px, calc(100vw - 24px));
    max-width: min(320px, calc(100vw - 24px));
  }
}

/* ========= MOBILE / BELOW 576 ========= */
@media (max-width: 575.98px) {
  .estore-navbar .container-fluid {
    padding: .65rem;
    padding-top:0;
  }

  .estore-navbar-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "center"
      "right";
    gap: .7rem;
  }

  
  .estore-nav-center,
  .estore-nav-right {
    width: 100%;
    min-width: 0;
  }

  .estore-nav-left {
    justify-content: flex-start;
    margin-left:-10px;
    width:270px;
  }

  .estore-nav-center {
    flex-direction: column;
    align-items: stretch;
    margin:auto;
  }

  .estore-nav-right {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 52px;
    align-items: stretch;
    gap: .55rem;
  }

  .estore-market-dropdown,
  .estore-account-dropdown {
    min-width: 0;
    width: 100%;
  }

  .estore-lang-btn,
  .estore-account {
    width: 100%;
    justify-content: center;
  }

  .estore-account {
    min-width: 0;
  }

  .estore-account strong,
  .estore-account small {
    white-space: normal;
  }

  .estore-cart-btn {
    width: 52px;
    height: 52px;
    justify-self: end;
  }

  .estore-search-wrap {
    grid-template-columns: 74px minmax(0, 1fr) 52px;
  }

  .estore-search-category {
    width: 74px;
    min-width: 74px;
    max-width: 74px;
    font-size: .84rem;
  }

  .estore-search-input {
    font-size: .9rem;
  }

  .estore-search-btn {
    width: 52px;
    min-width: 52px;
  }

  .estore-brand {
    width: auto;
    max-width: 100%;
  }

  .estore-brand-text {
    font-size: .95rem;
  }

  .estore-market-menu,
  .estore-account-menu {
    width: min(92vw, 320px);
    max-width: min(92vw, 320px);
    right: 0;
    left: auto;
  }
}

/* ========= VERY SMALL MOBILE ========= */
@media (max-width: 420px) {
  .estore-nav-right {
    grid-template-columns: 1fr 1fr 48px;
  }

  .estore-menu-btn,
  .estore-cart-btn {
    width: 46px;
    height: 46px;
  }

  .estore-brand {
    padding: 0 .6rem;
  }

  .estore-brand-icon {
    width: 36px;
    height: 36px;
    font-size: .95rem;
  }

  .estore-brand-text {
    font-size: .88rem;
  }

  .estore-lang-btn,
  .estore-account {
    min-height: 46px;
    border-radius: 14px;
  }

  .estore-lang-code,
  .estore-market-currency {
    font-size: .84rem;
  }

  .estore-account small {
    font-size: .6rem;
  }

  .estore-account strong {
    font-size: .76rem;
  }

  .estore-location-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .estore-location-text small {
    font-size: .6rem;
  }

  .estore-location-text strong {
    font-size: .8rem;
  }

  .estore-search-wrap {
    grid-template-columns: 68px minmax(0, 1fr) 48px;
    border-radius: 14px;
  }

  .estore-search-category {
    width: 68px;
    min-width: 68px;
    max-width: 68px;
    font-size: .8rem;
    background-position: right .6rem center;
  }

  .estore-search-category,
  .estore-search-input,
  .estore-search-btn {
    min-height: 46px;
  }

  .cart-count {
    min-width: 20px;
    height: 20px;
    font-size: .66rem;
  }
}

/* ========= DROPDOWN SAFETY FOR TOUCH ========= */
@media (hover: none) and (pointer: coarse) {
  .estore-account-menu {
    top: calc(100% + 8px);
  }

  .estore-market-menu {
    margin-top: 8px !important;
  }
}


.estore-location-dropdown {
  position: relative;
  flex: 0 0 auto;
}

.estore-location {
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.estore-location-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 320px;
  background: #fff;
  border: 1px solid #e3e8f0;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .14);
  padding: 14px;
  z-index: 1055;
  display: none;
}

.estore-location-dropdown.is-open .estore-location-menu {
  display: block;
}

.estore-location-menu-title {
  font-weight: 800;
  color: #243041;
  margin-bottom: 10px;
}

.estore-location-search {
  min-height: 44px;
  border-radius: 12px;
  margin-bottom: 10px;
}

.estore-location-list {
  max-height: 230px;
  overflow-y: auto;
}

.estore-location-option {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 10px 12px;
  border-radius: 12px;
  text-align: left;
  font-weight: 600;
  color: #243041;
}

.estore-location-option:hover,
.estore-location-option.active {
  background: #f4f7fb;
  color: #d59a00;
}

@media (max-width: 991.98px) {
  .estore-location-menu {
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    width: min(92vw, 340px);
  }
}

@media (max-width: 575.98px) {
  .estore-location-dropdown {
    width: 100%;
  }

  .estore-location {
    width: 90%;
  }

  .estore-location-menu {
    transform: none;
    width: 100%;
  }
}


/* ========= TOP LOGOS SMALLER ON RESPONSIVE ========= */
@media (max-width: 1199.98px) {
  .logo-standard {
    width: 150px;
    height: 88px;
  }

  .logo-standard img {
    height: 88px;
  }

  .group-logo-link-v2 img {
    height: 88px;
    max-width: 170px;
  }
}

@media (max-width: 767.98px) {
  .logo-standard {
    width: 110px;
    height: 70px;
  }

  .logo-standard img {
    height: 70px;
  }

  .group-logo-link-v2 img {
    height: 70px;
    max-width: 130px;
  }

  .brandbar-center-wrap {
    min-height: 82px;
    padding-top: 14px;
  }

  .brandbar-trust-text {
    font-size: .68rem;
    letter-spacing: .08em;
  }
  .dropdown-menu-end{
      left:0 !important;
  }
}

.estore-account-trigger {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(20, 51, 91, .12);
  background: #fff;
  cursor: pointer;
}

.estore-account-trigger:hover,
.estore-account-trigger:focus {
  color: #21324a;
}

.estore-account-dropdown:hover .estore-account-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
}

.estore-account-dropdown:hover .estore-account-trigger {
  box-shadow: none;
  border-color: rgba(20, 51, 91, .12);
}

.estore-account-dropdown.is-open .estore-account-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.estore-account-dropdown.is-open .estore-account-trigger {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(20, 51, 91, .18);
  border-color: var(--ep-blue);
}


/* mobile/tablet click dropdown */
@media (max-width: 767.98px) {
  .estore-account-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(320px, calc(100vw - 24px));
    max-width: min(320px, calc(100vw - 24px));
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    display: block;
    z-index: 1061;
  }

  .estore-account-dropdown.is-open .estore-account-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 575.98px) {
      .estore-account-menu {
        width: min(92vw, 320px);
        max-width: min(92vw, 320px);
        right: 0;
        left: auto;
      }
    .estore-search-wrap {
         grid-template-columns: auto minmax(0, 1fr) 52px;
    }
   .estore-search-category {
        min-width: 70px;
        width: auto;
        max-width: none;
        font-size: .85rem;
        padding-right: 2rem;
      }
    }
@media (max-width: 767.98px) {
  .estore-search-wrap {
    --search-btn-width: 56px;
  }

  .estore-search-btn {
    min-height: 52px;
  }
}

@media (max-width: 575.98px) {
  .estore-search-wrap {
    --search-btn-width: 52px;
  }

  .estore-search-category {
    font-size: .85rem;
    padding-right: 2rem;
  }

  .estore-search-btn {
    min-height: 50px;
  }
}

@media (max-width: 420px) {
  .estore-search-wrap {
    --search-btn-width: 48px;
    border-radius: 14px;
  }

  .estore-search-category,
  .estore-search-input,
  .estore-search-btn {
    min-height: 46px;
  }

  .estore-search-category {
    font-size: .8rem;
    background-position: right .6rem center;
  }
}

/*end responsive */

@media(max-width:786px){
    .section-gap{
        padding: 42px 0 !important;
    }
}

.estore-location-dropdown {
  position: relative;
  flex: 0 0 auto;
  z-index: 50;
}

.estore-location {
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.estore-location-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 12px;
  width: 260px;
  background: #fff;
  border: 1px solid rgba(81, 108, 247, .14);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .14);
  padding: 1rem;
  display: none;
  z-index: 9999;
}

.estore-location-dropdown.is-open .estore-location-menu {
  display: block;
}

.estore-location-menu-title {
  font-weight: 800;
  color: #243041;
  margin-bottom: .75rem;
}

.estore-location-search {
  margin-bottom: .75rem;
}

.estore-location-list {
  max-height: 260px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: .45rem;
}

.estore-location-option {
  width: 100%;
  border: 1px solid rgba(81, 108, 247, .12);
  background: #fff;
  color: #243041;
  border-radius: 12px;
  padding: .7rem .85rem;
  text-align: left;
  transition: .2s ease;
}

.estore-location-option:hover,
.estore-location-option.active {
  background: rgba(81, 108, 247, .08);
  border-color: rgba(81, 108, 247, .22);
}

.estore-nav-center,
.estore-search,
.estore-search-wrap {
  /*overflow: visible !important;*/
}

/*nav sticky */
.estore-navbar {
  background: #fff;
  border-bottom: 1px solid var(--ep-border);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .04);
  padding: 0;
  position: relative;
  z-index: 1050;
  transition: transform .28s ease, box-shadow .25s ease;
}

.estore-navbar.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1054;
}

.estore-navbar.is-hidden {
  transform: translateY(-100%);
}

.estore-navbar-placeholder {
  display: none;
}

.estore-navbar-placeholder.active {
  display: block;
}


/* --------------------flesh section css*/


  .flash-sale-section {
  background: var(--ep-soft);
}

.flash-sale-wrap {
  /*background: linear-gradient(135deg, var(--ep-blue) 0%, var(--ep-blue-2) 100%);*/
    background: linear-gradient(
      90deg,
      var(--ep-blue) 0%,
      var(--ep-blue) 25%,
      var(--ep-blue-2) 60%
    );
    
    
  /*background: var(--ep-blue) ;*/
  border-radius: 32px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(0,0,0,.10);
}

.flash-sale-wrap::before {
  display: none;
}

.flash-sale-badge {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
}

.flash-sale-copy {
  display: none;
}

.flash-timer-box {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  padding: 1rem 1.1rem;
  max-width: 420px;
  backdrop-filter: blur(10px);
}

.flash-timer-box small {
  display: block;
  color: rgba(255,255,255,.78);
  margin-bottom: .65rem;
  font-weight: 600;
}

.flash-timer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
}

.flash-time-unit {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  text-align: center;
  padding: .8rem .5rem;
}

.flash-time-unit strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1;
  color: #fff;
  font-weight: 800;
  margin-bottom: .25rem;
}

.flash-time-unit span {
  font-size: .78rem;
  color: rgba(255,255,255,.76);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
}

.flash-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 24px;
  padding: 1.25rem;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
  position: relative;
  transition: .3s ease;
}

.flash-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.flash-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: var(--ep-gold);
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 1rem;
}

.flash-tag.hot {
  background: #ef6a3a;
}

.flash-thumb {
  height: 200px;
  border-radius: 20px;
  background: #e9edf3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ep-blue);
  font-size: 2.8rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.05);
}

.flash-thumb::after {
  display: none;
}

.flash-thumb img{
    width:100%;
}
.flash-card h6 {
  font-size: 1.08rem;
  font-weight: 800;
  margin-bottom: .45rem;
  color: #243041;
}

.flash-card p {
  color: var(--ep-muted);
  font-size: .92rem;
  line-height: 1.75;
  margin-bottom: .9rem;
}

.flash-price-row {
  display: flex;
  align-items: end;
  gap: .75rem;
  flex-wrap: wrap;
}

.flash-price {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--ep-blue);
  line-height: 1;
}

.flash-price small {
  color: var(--ep-muted);
  font-size: .82rem;
  font-weight: 600;
}

.flash-old-price {
  color: #9aa3af;
  font-size: .92rem;
  text-decoration: line-through;
  font-weight: 600;
}

.flash-discount {
  display: inline-block;
  margin-top: .65rem;
  color: #1f7a45;
  background: rgba(25,135,84,.12);
  border: 1px solid rgba(25,135,84,.16);
  padding: .42rem .7rem;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .flash-sale-wrap {
    padding: 1.5rem;
  }

  .flash-timer-box {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .flash-sale-wrap {
    padding: 1.1rem;
    border-radius: 24px;
  }

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

  .flash-thumb {
    height: 140px;
  }
}



/*---------------- popup when load ----------- */

body.offer-popup-open {
  overflow: hidden;
  overflow-x: hidden;
}

.brandbar,
.hero,
.rfq-section,
.flash-sale-section,
footer {
  overflow: hidden;
}

.offer-popup-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(11, 20, 35, .58);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  z-index: 1080;
}


.offer-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(520px, calc(100% - 24px));
  max-height: calc(100vh - 24px);
  transform: translate(-50%, -50%) scale(.94);
  opacity: 0;
  visibility: hidden;
  z-index: 1090;
  transition: .35s ease;
  box-sizing: border-box;
}

.offer-popup.active,
.offer-popup-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.offer-popup.active {
  transform: translate(-50%, -50%) scale(1);
}

.offer-popup-inner {
  position: relative;
  padding: 2rem;
  border-radius: 28px;
   background: linear-gradient(
      90deg,
      var(--ep-blue) 0%,
      var(--ep-blue) 25%,
      var(--ep-blue-2) 60%
    );



  /*background: var(--ep-blue) ;*/
  /*box-shadow: 0 24px 60px rgba(0, 0, 0, .28);*/
  color: #fff;
  max-height: calc(100vh - 24px);
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.offer-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.offer-popup-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .55rem .95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .12);
  font-weight: 600;
  margin-bottom: 1rem;
  max-width: 100%;
}

.offer-popup-badge .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ep-gold);
}

.offer-popup h3 {
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.03em;
  margin-bottom: .8rem;
  max-width: 420px;
  padding-right: 2.5rem;
  word-break: break-word;
}

.offer-popup p {
  color: rgba(255, 255, 255, .84);
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.offer-popup .form-control {
  min-height: 54px;
  border-radius: 16px;
  border: 0;
  box-shadow: none !important;
  width: 100%;
}

.offer-code-box {
  padding: .95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, .10);
  border: 1px dashed rgba(255, 255, 255, .18);
}

.offer-code-box small {
  color: rgba(255, 255, 255, .72);
}

.offer-code-box strong {
  font-size: 1.25rem;
  color: var(--ep-gold);
  letter-spacing: .04em;
}

.offer-popup-later {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
}

@media (max-width: 575.98px) {
  .offer-popup {
    left: 10px;
    right: 10px;
    top: 50%;
    width: auto;
    max-width: none;
    max-height: calc(100vh - 20px);
    transform: translateY(-50%) scale(.94);
  }

  .offer-popup.active {
    transform: translateY(-50%) scale(1);
  }

  .offer-popup-inner {
    padding: 1rem;
    border-radius: 20px;
    max-height: calc(100vh - 20px);
  }

  .offer-popup-close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .offer-popup-badge {
    padding: .42rem .72rem;
    font-size: .76rem;
    margin-bottom: .7rem;
  }

  .offer-popup h3 {
    font-size: 1.5rem;
    line-height: 1.12;
    max-width: 100%;
    padding-right: 2rem;
    margin-bottom: .55rem;
  }

  .offer-popup p {
    font-size: .9rem;
    line-height: 1.55;
    margin-bottom: .85rem;
  }

  .offer-popup .form-control {
    min-height: 46px;
    border-radius: 12px;
    font-size: .92rem;
  }

  #offerPopupForm .btn,
  #offerPopupSuccess .btn,
  .offer-popup-later {
    min-height: 44px;
    padding: .78rem .9rem;
    font-size: .92rem;
    width: 100%;
  }

  .offer-code-box {
    padding: .75rem .85rem;
    border-radius: 14px;
  }

  .offer-code-box strong {
    font-size: 1rem;
  }
}

@media (max-width: 399.98px) {
  .offer-popup {
    left: 8px;
    right: 8px;
  }

  .offer-popup-inner {
    padding: .9rem;
  }

  .offer-popup h3 {
    font-size: 1.34rem;
  }

  .offer-popup p {
    font-size: .86rem;
  }
}

.footer .footer-gold a {
  color: var(--ep-gold) !important;
  text-decoration: none;
  transition: color .2s ease;
}

.footer .footer-gold a:hover,
.footer .footer-gold a:focus {
  color: #fff !important;
}


.skiptranslate{
    display:none !important;
}


/*Addisional CSS*/
section .container{
    max-width: 1920px !important;
}
section .shop_container{
    max-width: 1400px !important;
}
.main_eStore_logo {
    max-width: 180px;
    width: 100%;
    display: inline-block;
}

.main_eStore_logo img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    max-width: 100px;
    margin-left: 40px;
}

@media screen and (max-width: 580px){
    .main_eStore_logo {
    max-width: 120px;
}
.main_eStore_logo img {
    margin-left: 20px;
}
.estore-nav-left{
    height: auto;
    padding: 10px 0;
}
}

@media screen and (max-width: 480px){
    .estore-nav-left{
        background:black !important;
        width:106%;
    }
    .main_eStore_logo{
        margin:auto;
    }
    .main_eStore_logo img {
        margin-left: -20px;
    }
}