/* Critical header CSS — loaded synchronously to prevent CLS */
@media screen and (min-width: 991px) {
  .cs_site_header .cs_logi_topbar {
    border-bottom: 1px solid #ECECEC;
  }
  .cs_site_header .cs-topbar-container {
    margin-left: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cs_site_header .cs-topbar-container .cs-logi-topbar-right {
    display: flex;
    align-items: center;
  }
  .cs_site_header .cs-header-emai-phone {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 130px;
    border-left: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    background: #fff;
    z-index: 299;
    transition: opacity 0.5s, background-color 0.5s;
  }
  .cs_site_header .cs-header-emai-phone .cs-topbar-email {
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px solid #ECECEC;
    color: #0A0A0A;
  }
  .cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content {
    margin: 0px 25px;
    margin-top: 20px;
  }
  .cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-in {
            margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e60a54;
    border-radius: 100px;
    /* padding: 6px 14px; */
    padding: 10px 5px;
  }
  .cs-header-phone-in {
    width: 200px;
}
a.cs-header-phone {
    display: flex;
    justify-content: center;
    margin-top: -10px;
}
  .cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-icon {
    margin-top: 0;
  }
  .cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-icon i {
    color: #fff;
    font-size: 16px;
  }
  .cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-number {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    color: white;
  }
  i.ph.ph-shipping-container {
      margin-right: 10px;
  }
  .cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-number span {
    margin: 0px;
    line-height: 100%;
    font-size: 20px;
    padding: 0;
    font-family: "Syne";
  }
  .btn-icone {
      display: flex;
      align-items: center;
  }

  .cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-number h6 {
    color: white;
  }
  .cs_site_header .cs-header-emai-phone .cs-header-phone:hover .cs-header-phone-content {
    transition: opacity 0.5s ease, background-color 0.5s ease;
  }
  .cs_site_header.header-no-bg {
    background: transparent;
  }
  .cs_site_header.header-no-bg a,
  .cs_site_header.header-no-bg span,
  .cs_site_header.header-no-bg i,
  .cs_site_header.header-no-bg ul,
  .cs_site_header.header-no-bg li {
    color: #fff;
  }
  .cs_site_header.header-no-bg .cs_main_header .cs_main_header_in .cs-logi-header-logo .cs-logi-black-logo {
    display: none;
  }
  .cs_site_header.header-no-bg .cs-header-emai-phone .cs-topbar-email {
    border-bottom: none;
  }
  .cs_site_header.header-no-bg .cs_logi_topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .cs_site_header.header-no-bg .cs-header-emai-phone {
    background: transparent;
    border: 0px solid rgba(255, 255, 255, 0.3);
  }
  .cs_site_header.header-no-bg .cs_nav .cs_nav_list > li.menu-item-has-children > a::after {
    border: 0px solid #fff;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background: #fff;
    margin-top: 5px;
    transition: background-color 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
  }
  .cs_site_header.header-no-bg .cs_nav .cs_nav_list > li.menu-item-has-children:hover > a::after {
    background: #e60a54;
    transition: background-color 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
  }
  .cs_site_header.header-no-bg .menu-item-has-children a ::after {
    color: #fff !important;
  }
  .cs_site_header.header-no-bg .cs-header-additional-item a {
    color: #fff !important;
  }
  .cs_site_header.header-no-bg.cs_gescout_show {
    background: #300a6e99;
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
  }
  .cs_site_header.header-no-bg.cs_gescout_show .cs-header-emai-phone {
    /* background: #300a6e;
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px); */
    border: none;
  }
  .cs_site_header.header-no-right-area .cs_main_header_right {
    margin-right: 100px !important;
  }
}

.cs-topbar-container .cs-topbar-social {
  padding-right: 330px;
  border-right: 1px solid #ECECEC;
}
.cs-topbar-container .cs-topbar-social ul {
  display: flex;
  margin: 0px;
  padding: 10px 0px;
}
.cs-topbar-container .cs-topbar-social ul li {
  list-style: none;
  padding-right: 15px;
}
.cs-topbar-container .cs-topbar-social ul li:last-child {
  padding: 0px;
}


.cs_sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 99;
  background: #fff;
  /* Avoid transitioning layout-affecting properties (padding, width) — causes CLS */
  transition: background-color 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
}

/* Logo sizing — must be here (sync) to prevent stretched logo before style.css deferred loads */
.cs_site_branding img {
  max-height: 45px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 575px) {
  .cs_site_branding img {
    max-height: 32px;
    width: auto;
  }
}
