/** Shopify CDN: Minification failed

Line 358:0 Unexpected "}"

**/
a.headerMainLink {
    text-transform: uppercase;
    font-family: Sora-SemiBold !important;
    font-size: 15px !important;
    letter-spacing: 0;
    line-height: 1.2;
    padding-bottom: 2px;
    color: #372576;
}
.header__icon,
.header__icon--cart .icon {
  height: auto;
  width: auto;
}
.header__icon .svg-wrapper {
  width: auto;
  height: auto;
}
.header__icon--cart {
  margin-right: 0;
}
.header__icons {
  padding: 0;
  gap: 28px;
}
.header {
  border-radius: 13px;
  padding: 9px 19px !important;
  grid-template-columns: 1fr auto 1fr;
}
.header__menu-item span {
  text-transform: uppercase;
  font-family: Sora-SemiBold !important;
  font-size: 14px !important;
  letter-spacing: 0;
  line-height: 1.2;
  padding-bottom: 2px;
  /* color: #372576; */
}
.header__menu-item {
  padding-top: 0;
  padding-bottom: 0;
}
.list-menu--inline {
  gap: 68px;
}
summary.list-menu__item {
  padding: 0;
  gap: 10px;
}
.header__menu-item .icon-caret {
  position: unset;
}
.js details > .header__submenu {
  border: none;
  /* color: white; */
  border-radius: 13px;
  box-shadow: none;
}
.header__menu-item span:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background: #372576;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}


.header .header__submenu .header__menu-item:after {
  /* content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background: #372576;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out; */
}
.header__submenu .header__menu-item:hover,
.header__menu-item:hover span{
      font-family: "Sora-Bold" !important;
}
/* a.headerMainLink:hover{
    font-family: "Sora-Bold" !important;

} */
.header__menu-item span,
.header .header__submenu .header__menu-item {
  position: relative;
  overflow: hidden;
}
.header .list-menu.list-menu--inline .list-menu__item span:first-child,
.header__submenu .header__menu-item {
  transition: all 0.3s ease-in-out;
}
.header .list-menu.list-menu--inline .list-menu__item span:hover,
.header .header__submenu .header__menu-item:hover {
  /* color: #e8c749; */
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.header__menu-item span:hover:after,
.header .header__submenu .header__menu-item:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
details[open] > .header__menu-item {
  text-decoration: none !important;
}
.header__menu-item svg{
      transition: all .5s ease-in-out;
}
details[open] > .header__menu-item svg{
      transform: rotate(180deg);
}
.header__submenu li {
  padding: 0.8rem 1.2rem;
}
.header__submenu .header__menu-item {
  padding: 0 !important;
  width: fit-content;
  text-transform: uppercase;
  /* font-family: Sora-SemiBold !important; */
  font-size: 15px !important;
  letter-spacing: 0;
  line-height: 1.2;
  padding-bottom: 1px !important;

  /* color: #372576; */
}
.header__inline-menu {
  margin-top: 3px;
}
a.header__icon--account {
  display: none !important;
}
.wishLishtBtn {
  cursor: pointer;
}
.localization-form__select span {
  font-family: Sora-SemiBold !important;
  font-size: 12px !important;
  letter-spacing: 0;
  line-height: 1.2;
}
.header-localization .disclosure .localization-form__select:hover {
  text-decoration: none;
}
.header-wrapper {
  background-color: transparent;
}
.utility-bar__grid {
  border-radius: 13px;
  margin: 6px 0;
  padding: 2.5px 19px;
}
.js
  .header-localization:not(.menu-drawer__localization)
  .localization-form__select {
  height: auto !important;
        gap: 10px;
}
.disclosure__item .disclosure__link span {
  font-size: 12px !important;
  color: white;
  line-height: 1.2;
  letter-spacing: 0;
}
.localization-form__currency {
  display: inline-block;
  opacity: 1 !important;
}
form#AnnouncementCountryForm {
  border-right: 1px solid white;
  padding-right: 12px;
  margin-right: 12px;
}
.header__icons .desktop-localization-wrapper {
  display: none;
}
.headeerMobileDrawer {
    display: none;
    align-items: center;
    gap: 10px;
}
.hamburger .line {
    width: 20px;
    height: 2px;
    background-color: #372576;
    display: block;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
 .menu-opening .line:nth-child(2) {
    opacity: 0;
}

  .menu-opening .line:nth-child(2) {
    opacity: 0;
}
 .menu-opening .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}
  .menu-opening .line:nth-child(1) {
    -webkit-transform: translateY(1px) rotate(45deg);
    -ms-transform: translateY(1px) rotate(45deg);
    -o-transform: translateY(1px) rotate(45deg);
    transform: translateY(1px) rotate(45deg);
}
.menu-opening .hamburger{
      margin-top: 10px;
}
.mobileLeftSearch {
    display: flex;
    align-items: center;
}
.menu-drawer .menu-drawer__menu-item {
    padding-right: 0;
    color: #ffc900;
    text-transform: uppercase;
    font-family: Sora-SemiBold !important;
    font-size: 14px !important;
    letter-spacing: 0;
    line-height: 1.2;
        padding: 20px;
    border-bottom: 1px solid #ffc900;
}
.menu-drawer__close-button{
    color: #ffc900 !important;
    text-transform: uppercase;
    font-family: Sora-SemiBold !important;
    font-size: 14px !important;
    letter-spacing: 0;
    line-height: 1.2;
      padding: 20px;
    border-bottom: 1px solid #ffc900;
}
.menu-drawer__close-button svg path{
  stroke: #ffc900;
} 
.menu-drawer .menu-drawer__menu-item svg path{
  stroke: #ffc900;
}
.js .menu-drawer__menu li {
    margin-bottom: .2rem;
}
.menu-drawer,
.js .menu-drawer__submenu{
      background: #372576 !important;
}
.header__icon--menu[aria-expanded=true]:before{
      background: #2c2c2ccc;
}
.menu-drawer__utility-links .list-social{
      gap: 20px;
    margin-left: 0;
  
    margin-top: 30px;
}
.menu-drawer__utility-links .list-social svg path,
.menu-drawer__utility-links .list-social svg ellipse{
  stroke: #ffc900;
}
.menu-drawer__utility-links .list-social svg{
      width: 30px;
    height: 30px;
    
}
.menu-drawer__utility-links .localization-form__select span{
      color: #ffc900;
      font-size: 16px !important;
}
.localization-form__select .icon-caret path{
      fill: #ffc900; 
}
.disclosure__item .disclosure__link span{
  
}
.header--has-social .menu-drawer__utility-links{
      border-top: 1px solid #ffc900;
  padding: 20px;
}
@media (max-width: 1440px) {
  .header__icons {
    gap: 20px;
  }
  .list-menu--inline {
    gap: 50px;
  }
}
@media (max-width: 1356px) {
    .header {
    grid-template-columns: 1fr auto auto;
  }
}
@media (max-width: 1280px) {
  .header__icons {
    gap: 16px;
  }
  .list-menu--inline {
    gap: 45px;
  }
}
@media (max-width: 1199px) {
  .header__icons {
    gap: 10px;
  }
  .list-menu--inline {
    gap: 30px;
  }

}
@media (max-width: 989px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }
  .header__icons .ownDesignbtn,
  .header__icons .header__search{
    display: none;
  }
  .headeerMobileDrawer {
        display: flex;
    }
    .header__icons .svg-wrapper svg,
  .header__search svg{
        width: 20px;
        height: 20px;
    }
  .announcement-bar-section {
    display: none;
  }
  
}
@media (max-width: 575px) {

  .header__icons .svg-wrapper svg{
        width: 20px;
    height: 20px;
  }
  }
}