.elementor-kit-12{--e-global-color-primary:#F5F5F8;--e-global-color-secondary:#F5F5F8;--e-global-color-text:#98A2B3;--e-global-color-accent:#4300EE;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-color-80d7807:#FFFFFF;--e-global-color-1148f9a:#ADABBD;--e-global-color-23a7d1a:#ABABAB;--e-global-color-0a284b7:#F9FAFB;--e-global-color-9d42dda:#030116;--e-global-color-b646488:#00349C;--e-global-color-fa53ec9:#FFAA02;--e-global-color-5d9245e:#0051C2;--e-global-color-159b999:#D4D4D4;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:46px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:56px;--e-global-typography-primary-letter-spacing:-0.02em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:25px;--e-global-typography-text-letter-spacing:-0.02px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:24px;--e-global-typography-accent-letter-spacing:-0.32px;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Blue:#082060; --yellow:#ffb300; }
/* Start custom CSS *//* HEADER BASE */
.custom-header {
  background: #000;
  width: 100%;
  position: relative;
  z-index: 999;
}

.custom-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.logo {
 display: flex;
 align-items: center;
}
.logo img{
    height: 45px;
    width: auto;
    object-fit: contain;
    display: block;
}


/* DESKTOP MENU */
.nav-menu ul {
  display: flex;
  gap: 40px;
  list-style: none;
}

.nav-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.account-btn {
  border: 1px solid #555;
  height: 45px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.shop-btn {
  background: #FFC107;
  height: 45px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

/* HAMBURGER */
.hamburger {
  display: none;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}

/* MOBILE MENU */
.mobile-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  background: #000;
  padding: 40px 0;
}

.mobile-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  margin: 15px 0;
}

.mobile-menu .shop-btn {
  margin-top: 20px;
}

.mobile-menu.active {
  display: flex;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .nav-menu {
    display: none;
  }

  .desktop-shop {
    display: none;
  }

  .hamburger {
    display: block;
  }

}

/* Force header full width */
.custom-header {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

/* Retire padding Elementor mete */
.elementor-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.elementor-container {
  max-width: 100% !important;
  width: 100% !important;
}
@media (max-width: 768px) {
.logo img {
    height: 32px;
}    
.account-btn,
.shop-btn {
    height: 38px; }
}

/* ===== FINAL HEADER FIX ===== */

.custom-header {
  width: 100vw !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  position: relative;
}

.custom-header .container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 40px;
}

.nav-menu ul {
  align-items: center !important;
}

.header-right {
  display: flex !important;
  align-items: center !important;
}

.logo img {
  height: 45px !important;
  width: auto;
}/* End custom CSS */