/** Shopify CDN: Minification failed

Line 2483:31 Expected identifier but found bad string token
Line 2483:32 Unterminated string token

**/
.section-header-nav-multi-site {
  will-change: transform;
  top: 0px !important;
}

.section-header-nav-multi-site ~ .section-header-mobile .header-mobile__item--logo .logo-show {
  transition: 0.2s;
  opacity: 1;
}

.section-header-nav-multi-site ~ .section-header-mobile .cart-count-bubble .text {
  font-size: calc(var(--font-body-size) - 2px);
}

.section-header-nav-multi-site ~ .section-header-mobile .wishlist-count-bubble {
  font-size: calc(var(--font-body-size) - 2px);
  top: -8px;
}

.header-nav-multi-site .header__list li a {
  color: var(--color_text);
  background-color: var(--background_color_text);
  font-size: var(--tab_font_size);
  padding: var(--padding-vertical) var(--padding-horizontal);
  font-weight: var(--tab_font_weight);
}

.header-nav-multi-site .header__list li svg {
  color: var(--color_text);
  fill: var(--color_text);
}

.header-nav-multi-site .header__list li.is-active a {
  background-color: var(--background_color_text_active);
  color: var(--color_text_active);
}

.header-nav-multi-site .header__list li.is-active svg {
  color: var(--color_text_active);
  fill: var(--color_text_active);
}

.header-nav-multi-site .header__list .item--border:not(.is-active):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
}

.header-nav-multi-site .wrapper-header-bottom .header-bottom {
  align-items: center;
  gap: 10px !important;
}

.header-nav-multi-site .wrapper-header-bottom .header-bottom-center {
  flex: 1;
}

.header-nav-multi-site .search-modal__form {
  max-width: 270px;
  width: 270px;
  border: 0;
  position: relative;
  z-index: 104;
}

.header-nav-multi-site .search-modal__form .field__input {
  padding: 3px 3px 3px 30px;
  box-shadow: none;
  flex: 1;
}

.header-nav-multi-site .search-modal__form .field__button {
  height: 40px;
  width: 60px;
  box-shadow: 0px 3px 5px #0000001c;
}

.header-nav-multi-site .search-modal__form .field__button svg {
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
}

.header-nav-multi-site .header-top--right .header__location {
  margin-right: 4.5%;
  display: none !important;
}

.header-nav-multi-site .header__location a {
  color: unset;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.header-nav-multi-site .header__location * {
  line-height: max(120%, var(--body-line-height));
  margin: 0;
  display: inline-block;
}

.header-nav-multi-site .header-top--wrapper .header__iconItem > a svg,
.header-nav-multi-site .header-top--wrapper .header__iconItem .live-wrapper-icon > svg,
.header-nav-multi-site .header-top--wrapper .header__iconItem .icon-languageCurrency svg {
  width: 20px;
  height: 20px;
  margin: 0;
}

.header-nav-multi-site .header__icon--cart svg {
  top: 0;
  width: 24px;
  height: 24px;
}

.header-nav-multi-site .header-top--right .cart-count-bubble,
.header-nav-multi-site .header-top--right .wishlist-count-bubble {
  margin: 0;
  position: absolute;
  top: -8px;
  left: 12px;
  line-height: 22px;
  width: 23px;
  height: 23px;
}

.header-nav-multi-site .header-top--right .wishlist-count-bubble {
  top: -10px;
}

.header-nav-multi-site .cart-count-bubble .text{
  color: #fff;
}
.header-nav-multi-site .wishlist-count-bubble .text {
  color: #000000;
}

.body-full-width .header-nav-multi-site .cart-count-bubble .text,
.body-full-width .header-nav-multi-site .wishlist-count-bubble .text {
  line-height: 25px;
}

.header-nav-multi-site .live_help .live-wrapper-icon {
  cursor: pointer;
}

.header-nav-multi-site .live_help_group {
  top: 35px;
  background-color: var(--color-background);
  color: var(--color-text);
  box-shadow: 0 5px 7px rgba(0, 0, 0, .15);
  width: 370px;
  webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.header-nav-multi-site .live_help--active .live_help_group {
  height: auto;
  overflow: visible;
  opacity: 1;
  webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.header-nav-multi-site .live_help_group .live_help_group_wrap {
  padding: 25px 30px 30px 30px;
}

.header-nav-multi-site .live_help_group h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: calc(var(--font-body-size) - 1px);
}

.header-nav-multi-site .live_help_group .live-chat-icon {
  stroke-width: 10px;
}

.header-nav-multi-site .live_help_group .btn svg {
  margin-bottom: -5px;
  margin-right: 10px;
}

.header-nav-multi-site .live_help_group .button {
  max-width: 190px;
  margin-left: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: calc(var(--btn-1-font-size) - 2px);
}

.header-nav-multi-site .live_help_group .desc,
.header-nav-multi-site .live-ask-an-expert .text {
  margin-bottom: 22px;
  font-size: var(--font-body-size);
  font-weight: var(--font-body-weight);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
  color: var(--color-text);
}

.header-nav-multi-site .live-ask-an-expert .text {
  display: block;
  margin-top: 15px;
}

.header-nav-multi-site .live_help_group .live-ask-an-expert + .live-contact-us {
  margin-top: 22px;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
}

.header-nav-multi-site .live_help_group .button svg {
  margin-right: 5px;
}

.header-nav-multi-site .top-language-currency {
  background-color: #fff;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
  width: 105px;
  top: calc(100%);
  transition: all .3s;
  visibility: hidden;
}

.header-nav-multi-site .top-language-currency--all {
  width: 210px;
}

.header-nav-multi-site .top-language-currency.show {
  display: block;
  top: calc(100%);
  opacity: 1;
  visibility: visible;
}

.header-nav-multi-site .top-language-currency .icon,
.header-nav-multi-site .top-language-currency svg {
  width: 16px;
  height: 16px;
}

.header-nav-multi-site .top-language-currency button {
  justify-content: center;
  width: 100%;
  border-right: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-nav-multi-site .top-language-currency button > svg {
  width: 8px;
  height: 8px;
}

.header-nav-multi-site .top-language-currency:not(.top-language-currency--all) .halo-top-language,
.header-nav-multi-site .top-language-currency:not(.top-language-currency--all) .halo-top-currency {
  width: 100%;
}

.header-nav-multi-site .halo-top-language,
.header-nav-multi-site .top-language-currency--all .halo-top-language {
  width: 50%;
}

.header-nav-multi-site .top-language-currency--all .halo-top-currency, 
.header-nav-multi-site .halo-top-currency {
  width: 50%;
  margin: 0;
}

.header-nav-multi-site .halo-top-currency .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-nav-multi-site .halo-top-currency .dropdown-toggle .text {
  margin-left: 5px;
}

.header-nav-multi-site .halo-top-currency .dropdown-toggle > svg {
  width: 8px;
  height: 8px;
  margin-top: 1px;
  margin-left: 2px;
}

.body-full-width .header-nav-multi-site .halo-top-language .text, .body-full-width .header-nav-multi-site .halo-top-currency .text {
  position: relative;
  top: 2px;
}

.header-nav-multi-site .megamenu_style_4 .site-nav-banner-item--right .menu-dropdown__block--title {
  margin-bottom: 5px;
}

.header-nav-multi-site .azbrandsTable {
  max-width: 340px;
}

.header-nav-multi-site .azbrandsTable li .link .text {
  text-decoration: none !important;
}

.header-nav-multi-site .nazbrandsLink {
  margin-top: 2px;
}

.header-nav-multi-site .product-item-custom .card-information {
  top: 4px;
}

.header-nav-multi-site .card-swatch .number-showmore {
  color: var(--color-text);
}

.header-nav-multi-site .card-action .selector-wrapper .form-label, .header-nav-multi-site .card-action .selector-wrapper .single-label {
  font-size: calc(var(--font-body-size) - 2px);
}

.header-nav-multi-site .header-top--wrapper .header__list a {
  padding: var(--padding-vertical) var(--padding-horizontal);
  white-space: nowrap;
  display: none !important;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
}

.header-nav-multi-site .menu-lv-1__action > .label {
  height: 17px;
}

.header-wrapper {
  display: initial !important;
  width: 100% !important;
  top: 0 !important;
}

.header-top--left {
  width: 202px !important;
  justify-content: left !important;
}

.header-top--left .flex-align-center {
  justify-content: right !important;
}

.header-top--right {
  right: 36px !important;
  position: relative !important;
  display: flex;
  justify-content: flex-end;
}

.scrolled-past-header .header-top--right {
  top: 3px;
}

.header-top--right .header__iconItem svg {
  width: 24px !important;
  height: 24px !important;
  margin: 0 auto !important;
}

.header-top--right .header__icon {
  stroke: black !important;
  font-weight: 600 !important;
}

.header-top--right .customer-service-text,
.header-top--right .customer-service-text a {
  margin-top: -20px;
}

.header-mobile--left {
  width: 100%;
}

.header-mobile--right {
  margin-left: 18px !important;
}

.header-mobile--icon {
  min-height: 30px !important;
}

.header-mobile--icon .header__heading-link {
  width: fit-content !important;
}

.header-mobile--icon .header__heading-link svg {
  max-width: 160px !important;
}

.header__logo .uppercase:hover {
  color: #d12140;
}

.header__logo .header__heading svg:hover,
.header-mobile--icon .header__heading-link svg:hover,
.header-nav-multi-site .header-top--left .header__list li svg:hover {
  opacity: 100%;
  color: #c93737 !important;
  fill: #c93737 !important;
}

.header__languageCurrency {
  visibility: hidden;
}

.header__list li:first-child a {
  padding-right: 0 !important;
}

.header__list .list-unstyled .disable-srollbar .d-flex .flex-align-center {
  height: 65px !important;
  max-height: 65px !important;
}

.header-nav-multi-site .header__heading .h2 {
  padding-top: 8px;
  z-index: 104 !important;
}

.header-nav-multi-site .cart-count-bubble .text {
  font-size: 16px !important;
  padding: 2px 10px !important;
}

.header-nav-multi-site .header-top--right .cart-count-bubble {
  position: absolute;
  left: 12px;
  top: 2px !important;
  line-height: 22px;
  width: 33px !important;
  height: 33px !important;
}

.header-bottom-right {
  z-index: 104;
  width: 140px;
}

.header-06 .live_help_group {
  width: 580px !important;
}

.header-06 .header-top--wrapper .header__list a {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
}

.is-sticky .header {
  box-shadow: 0 20px 20px #000 !important;
}

.header-nav-hamburger--style1 .header-item--side {
  background-color: white !important;
  border-radius: 8px !important;
  padding: 10px !important;
}

.main-menu--wrapper > .header__inline-menu > .list-menu {
  background-color: white !important;
  padding: 14px 6px 10px !important;
  border-radius: 8px;
  box-shadow: 0 5px 20px #0000003c !important;
}

.logo-show {

}

.menu-dropdown::backdrop {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  background: rgba(0, 0, 0, 1) !important;
}

.menu-dropdown .site-nav-list {
  opacity: 1 !important;
  width: 100%;
}

.menu-dropdown__wrapper {
  margin: 0 !important;
}

.menu-lv-item.has-megamenu:hover > .menu-dropdown .site-nav {
  opacity: 1;
  transition: 1s ease;
}

.menu-lv-item.has-megamenu:hover ~ .background-overlay,
.menu-lv-item.has-megamenu:hover .background-overlay {
  opacity: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 100;
}

.menu-lv-item.menu-lv-1.is-open .menu-lv-1__action {
  border-bottom: none;
  background-color: #fff !important;
  text-align: left !important;
  padding-left: 50px !important;
}

.menu-lv-item .text {
  letter-spacing: 1px;
  display: inline-table;
  transform: perspective(0px) scale(1) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 5px 14px;
}

.nav-menu-tab {
  background-color: #fff !important;
  z-index: 8 !important;
  width: 100% !important;
}


.site-nav-mobile .list-menu .menu-lv-item.is-open > .menu-dropdown {
  opacity: 0.1;
}

.site-nav-title {
  font-size: 16px !important;
}

.site-nav-title.menu_mobile_link_2,
.halo-sidebar-header .title {
  font-family: "Stpro-pb";
}

.site-nav-title .label,
.site-nav-link .label,
.menu-lv-2__action .label {
  margin-top: 4px;
}

[data-navigation-mobile] .is-open .menu-lv__dropdownmenu {
  position: relative;
  top: unset;
  right: unset;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: unset;
  padding-bottom: 0;
  height: 100% !important;
  max-height: 100% !important;
}

.menu-dropdown .site-nav-title:hover .text:after {
  content: url(https://);
  opacity: 1 !important;
  margin-left: 6px;
  transition: all 0.3s !important;
  color: #000 !important;
}

.site-nav-link:hover:before {
  right: 25px;
  position: absolute !important;
  font-weight: 400 !important;
  font-style: italic;
  text-align: right;
  color: #fff !important;
  display: block;
}

.megamenu_style_1 .container-full,
.megamenu_style_3 .container {
  padding-top: 30px !important;
}

.megamenu_style_1 .container-full {
  background-color: #fff;
}

.menu-dropdown__banner .site-nav-banner--item {
  border-radius: 8px !important;
  overflow: hidden !important;
}

.halo-sidebar_menu .nav-title-mobile {
  font-family: "Akone" !important;
}

.halo-ask-an-expert-banner {
  display: none !important;
}

.has-megamenu .container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 250px !important;
  padding-right: 250px !important;
}

.header-nav-multi-site .container-full .menu-dropdown__wrapper {
  justify-content: center !important;
  padding-bottom: 10px !important;
}

.search_details .search-modal__form .search__input {
  font-family: "Akone" !important;
  border-right: 0 !important;
}

.search_details .search-modal__form .search__input:hover {
  border-right: 0 !important;
  background-color: #ffff !important;
}

.header-nav-multi-site .search_details .search-modal__form .search__button {
  background: #fff !important;
  color: #000 !important;
  border: 0px solid #fff !important;
  border-radius:  8px;
  border-left: 0px !important;
  padding-right: 20px;
  padding-left: 20px;
}

.search_details .search-modal__form .search__button:hover {
  background: #f1f1f1;
  color: #000;
  border: 0 solid #f1f1f1;
}

.searchw .field__input {
  font-size: 18px !important;
  line-height: 1 !important;
}

.header-nav-multi-site .quickSearchResultsWrap {
  width: 100% !important;
  right: 0 !important;
  border-radius: 0 0 20px 20px;
  position: fixed;
  top: 50px !important;
  background-color: #ffffff !important;
  box-shadow: 0 8px 10px #0000001c !important;
}

.quickSearchResults .container {
  /*width: 100% !important;*/
  width: 50% !important;
  max-width: 100% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.quickSearchResultsBlock .products-grid {
  padding: 10px !important;
  margin: 0;
  background-color: #f1f1f1;
}

.quickSearchResultsBlock .search-block + .search-block {
  background-color: transparent !important;
  margin-top: 6px !important;
}

.quickSearchResultsBlock .search-block-title {
  background-color: transparent !important;
  text-align: center !important;
  margin: 0 0 10px;
  padding-bottom: 5px;
}

.quickSearchResultsBlock .search-block-title .text {
  background-color: transparent !important;
  font-family: "Stpro-pb";
  font-size: 20px;
  letter-spacing: 0 !important;
  color: #333 !important;
  width: 100% !important;
}

.quickSearchResultsBlock .list-item {
  text-align: center !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.quickSearchResultsBlock .list-item .item {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  margin: 0 0 10px;
  min-width: 150px;
  border-radius: 3px;
  width: 33% !important;
}

.quickSearchResultsBlock .list-item .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  text-transform: uppercase;
  background-color: #efefef;
  color: #000;
  text-decoration: unset;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #efefef;
  transition: all 0.72s ease;
}

.quickSearchResultsBlock .list-item .link:hover {
  background-color: #000 !important;
  border: 1px solid #000;
  transition: all 0.32s ease;
  color: #fff;
}

.quickSearchResultsBlock .list-item .link svg {
  margin-left: -10px !important;
  display: none !important;
}

.quickSearchResultsBlock .list-item .link .text {
  font-weight: 600 !important;
  margin: 0 !important;
}

.quickSearchResultsBlock .productViewAll .button {
  font-family: "oksui";
  letter-spacing: 3px;
  font-size: 16px;
  padding-bottom: 5px !important;
}

.search-block-content,
.search-block-content .card {
  border-radius: 8px !important;
}

.search-block-content {
  overflow: hidden !important;
}

.footer-block__newsletter {
  text-align: center !important;
}

.footer-block__newsletter .footer-block__heading {
  margin-bottom: 0 !important;
  letter-spacing: 3px !important;
}

.announcement-bar__message .message a {
  margin-left: 12px !important;
}

li.navPages-item.is-clicked {
   background-color: #f1f1f1;
}
.navPage-subMenu-item {
  border-radius: 8px;
}

.dropdown-category-list li.navPage-subMenu-item:hover {
 background-color: #d2d2d2 !important;
}
.navPage-subMenu-item a {
  padding: 10px 20px !important;
}
.dropdown-category-list li.navPage-subMenu-item.is-clicked a {
  color: #ffffff !important;
}

li.navPage-subMenu-item.rip-btn.current-cate.is-clicked a {
  color: #fff !important;
}
li.navPage-subMenu-item.rip-btn.current-cate.is-clicked:hover {
    background-color: #232323 !important;
}

.all-categories-list .navPages-item .is-clicked {
  background-color: #232323 !important;
  color: #fff !important;
  transition: 1s !important;
}

li.navPages-item.current-cate.is-clicked {
  /*background-color: #232323 !important;*/
    background-color: #f5f5f5 !important;
}
li.navPages-item.current-cate.is-clicked a {
 
}




li.navPages-item {
  margin-bottom: 5px;
  border-radius: 8px;
  font-weight: 800 !important;
  padding: 8px 10px 8px 20px;
  background-color: #f5f5f5;
}

li.navPages-item:hover {
  background-color: #e5e5e5;
}

.leftmega-viewall {
  font-size: 12px;
  font-family: "oksui";
  letter-spacing: 3px;
  color: #000 !important;
  text-align: right;
  margin-top: 5px;
  margin-right: 10px;
}

.leftmega-viewall:hover {
  font-weight: 600;
}

.header-nav-multi-site .header__icon .icon {
  fill: #000000;
}

.head-button {
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 15px;
  min-height: 36px;
}

.head-button:hover {
  background-color: #e7e7e7;
}

.head-button-perk {
  background-color: #fff;
  border-radius: 8px;
  padding: 5px 15px;
}

.head-button-perk:hover {
  background-color: #e7e7e7;
}

.header-top--right .header__iconItem .rightcart svg {
  width: 26px !important;
  height: 26px !important;
}

.padding50 {
  padding: 0 50px;
}

.pricenav {
  font-size: 22px;
  display: flex;
  line-height: 18px;
  margin-left: 15px;
  text-align: center;
  height: 56px;
  justify-content: center;
  flex-direction: column;
  background-color: #171717 !important;
  min-width: 100px;
  margin: 0px 0px 0px;
  padding: 0 20px 0 22px;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 15px 20px -5px #0000003c !important

}

.scrolled-past-header .pricenav {
  transition: 0.5s ease !important;
  box-shadow: 0 15px 20px -5px #0000003c !important
}
.pricenav:hover {
  background-color: #000 !important;
  color: #f1f1f1;
}

.customprintbtn {
  margin-left: 5px;
  display: flex;
  height: 40px;
  justify-content: center;
  flex-direction: column;
  padding: 5px 15px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  background-color: #232323;
  border: 1px solid #000;
}

.customprintbtn:hover {
  background-color: #13294b;
}

.scrolled-past-header .header-wrapper .cartextra .pricenav {
  font-size: 24px;
}

.header-nav-multi-site .search_details .search-modal__form .search__input {
  color: #000 !important;
  background-color: #f1f1f1 !important;
  border: 2px solid #f1f1f1 !important;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  text-align: center;
}

.pr-30 {
  padding-left: 30px !important;
}

.header__search-full .field {
    border: 4px solid #f1f1f1;
    background-color: #f1f1f1;
}
.header__search-full .field:hover {
  border: 4px solid #eee;
}

.menu_open .halo-sidebar.halo-sidebar_menu {
  opacity: 1;
  visibility: visible;
  transform: translateZ(0);
}

.auth-sidebar-show #halo-auth-sidebar .halo-sidebar-header {
  position: relative !important;
  width: 100% !important;
  min-width: 100% !important;
}

.header-nav-multi-site .header__inline-menu.is-active {
  display: flex !important;
  justify-content: center !important;
}

.menu-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.right-div {
  font-size: 14px;
  height: 56px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

.scrolled-past-header  .main-menu--wrapper .list-menu--inline {
  box-shadow: 0 15px 20px -10px #0000003c !important;
}

.top-cartcode {
  line-height: 0.8;
  letter-spacing: 2px;
  font-size: 7px;
  font-family: 'oksui' !important;
  font-weight: 400;
  color: tan !important;
  padding: 0 5px;
  text-align: right;
}

.top-cartcode svg {
  width: 14px !important;
  height: 14px !important;
  transform: rotate(-135deg) !important;
}

.pcount {
  display: none;
}

.site-nav-item:hover .pcount {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.site-nav-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    padding: 12px 12px 12px 30px !important;
    font-size: 14px;
}
.leftmega-text {
  font-family: 'Akone';
  font-size: 40px !important;
  line-height: 32px !important;
  letter-spacing: -1px !important;
  padding: 0px;
  color: #000 !important;
  display: flex;
  justify-content: end;
  text-align: right;
}

.leftmega-img {
  display: flex !important;
  justify-content: end !important;
  padding: 0px !important;
}

.col-left {
  display: none !important;
}

.leftmega-1, .leftmega-2, .leftmega-3, .leftmega-4, .leftmega-5, .leftmega-6, .leftmega-7, .leftmega-8 {
  display: none !important;
}

.menu-lv-item:nth-child(1) .col-left, .menu-lv-item:nth-child(2) .col-left, .menu-lv-item:nth-child(3) .col-left, .menu-lv-item:nth-child(4) .col-left, .menu-lv-item:nth-child(5) .col-left {
  display: block !important;
}

.menu-lv-item:nth-child(1) .col-left .leftmega-1, .menu-lv-item:nth-child(2) .col-left .leftmega-2, .menu-lv-item:nth-child(3) .col-left .leftmega-3, .menu-lv-item:nth-child(4) .col-left .leftmega-4, .menu-lv-item:nth-child(5) .col-left .leftmega-5 {
  display: flex !important;
}

.megamenu_style_5 .menu-dropdown__column .site-nav {
  margin-bottom: 0px !important;
}

.menu-dropdown__column .site-nav {
  padding: 0 4px !important;
}
/*
.addcartpop .checkmark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #69c69c !important;
  stroke-miterlimit: 10;
  box-shadow: inset 0 0 #69c69c;
  animation: fill .4s 
ease-in-out .4s forwards, scale .3s 
ease-in-out .9s both;
}*/

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 8;
  stroke-miterlimit: 10;
  stroke: #d9d8ce;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #000;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #d9d8ce;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.7s forwards;
}

@keyframes stroke{

  100% {
  stroke-dashoffset: 0;
  }
}

@keyframes scale{

  0%, 100% {
  transform: none;
  }
}



/* 1. Base styles - no animation yet */
.halo-add-to-cart-popup .checkmark,
.halo-add-to-cart-popup .checkmark__circle,
.halo-add-to-cart-popup .checkmark__check {
    animation: none !important;
}

/* 2. When popup is shown - prepare paused state */
body.add-to-cart-show .halo-add-to-cart-popup .checkmark,
body.add-to-cart-show .halo-add-to-cart-popup .checkmark__circle,
body.add-to-cart-show .halo-add-to-cart-popup .checkmark__check {
    animation-play-state: paused !important;
}

/* 3. Now trigger the actual animations */
body.add-to-cart-show .halo-add-to-cart-popup .checkmark {
    animation: fill .4s ease-in-out .4s forwards, 
               scale .3s ease-in-out .9s both !important;
    animation-play-state: running !important;
}

body.add-to-cart-show .halo-add-to-cart-popup .checkmark__circle {
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards !important;
    animation-play-state: running !important;
}

body.add-to-cart-show .halo-add-to-cart-popup .checkmark__check {
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.7s forwards !important;
    animation-play-state: running !important;
}


.addcartpop .halo-popup-close svg {
  color: #fff !important;
  fill: #fff !important;
}

.halo-add-to-cart-popup .added-image {
  position: relative;
  overflow: hidden;
}

.halo-add-to-cart-popup .added-image img {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 180px !important;
  height: auto !important;
  max-width: none !important;
  transform: translate(-50%, -50%) !important;
  object-fit: none !important;
  display: block !important;
}

.leftbottom-sub {
  font-size: 14px !important;
  letter-spacing: 5px;
  font-family: 'oksui' !important;
  line-height: 0.9 !important;
}

.leftbottom-head {
  line-height: 0.9 !important;
  z-index: 1;
  padding-bottom: 5px;
}

.mega-leftbottom {
  position: relative;
  width: 100%;
  max-height: 120px !important;
  height: 120px !important;
  background-color: #232323;
  font-size: 40px;
  font-family: 'Akone';
  text-align: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.leftmega-1, .leftmega-2 {
  display: flex !important;
  gap: 3px !important;
}

.menu-lv-item .wrapper-colunm-menu .col-left, 
.menu-lv-item .wrapper-colunm-menu .col-left {
  height: 100% !important;
  position: relative !important;
  overflow: hidden !important;
}

.menu-lv-item .wrapper-colunm-menu .col-left::before,
.menu-lv-item .wrapper-colunm-menu .col-left::after {
  content: '' !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: bottom center !important;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-in-out !important;
}

.menu-lv-item .wrapper-colunm-menu .col-left::before {
  opacity: 1 !important;
  z-index: 1 !important;
}

.menu-lv-item .wrapper-colunm-menu .col-left::after {
  opacity: 0 !important;
  z-index: 2 !important;
}

.menu-lv-item:nth-child(1) .wrapper-colunm-menu .col-left:hover::before,
.menu-lv-item:nth-child(2) .wrapper-colunm-menu .col-left:hover::before {
  opacity: 0 !important;
}

.menu-lv-item:nth-child(1) .wrapper-colunm-menu .col-left:hover::after,
.menu-lv-item:nth-child(2) .wrapper-colunm-menu .col-left:hover::after {
  opacity: 1 !important;
}

.menu-lv-item:nth-child(1) .wrapper-colunm-menu .col-left::before {
  background-image: url('https://yi-files.yellowimages.com/products/1552000/1552826/2496716-cover.jpg') !important;
}

.menu-lv-item:nth-child(1) .wrapper-colunm-menu .col-left::after {
  background-image: url('https://yi-files.yellowimages.com/products/1552000/1552826/2496717-cover.jpg') !important;
}

.menu-lv-item:nth-child(2) .wrapper-colunm-menu .col-left::before {
  background-image: url('https://yi-files.yellowimages.com/products/1552000/1552826/2496716-cover.jpg') !important;
}

.menu-lv-item:nth-child(2) .wrapper-colunm-menu .col-left::after {
  background-image: url('https://yi-files.yellowimages.com/products/1552000/1552826/2496717-cover.jpg') !important;
}

@media (max-width: 1024px) {
  .section-header-nav-multi-site .header-wrapper {
    height: auto !important;
  }
  
  .header-nav-multi-site .wrapper-header-bottom,
      .header-nav-multi-site .header-top--wrapper .header-top--right {
    display: none;
  }
  
  .header-nav-multi-site .header-top--wrapper {
    padding: 0;
  }
  
  .header-nav-multi-site .header-top--wrapper .header-top--left {
    width: 100%;
  }
  
  .header-nav-multi-site .header-top--left .header__list {
    overflow-x: scroll;
  }
  
  .header-nav-multi-site .wrapper-links .header__location {
    padding: 6px 20px;
    color: #232323 !important;
  }
  
  .header-nav-multi-site .header-top--center .header__location {
    display: none;
  }
  
  .header-nav-multi-site .search-modal__form {
    border-bottom: 0;
  }
  
  .header-nav-multi-site .header__icon--cart .cart-count-bubble {
    right: -11px;
    top: -10px;
    height: 23px;
  }
  
  .body-full-width .bottom-bar--list .cart-count-bubble .text {
    line-height: 15px;
    height: 12px;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .header-nav-multi-site .header-top--wrapper .header__list a {
    padding: var(--padding-vertical-mb) var(--padding-horizontal-mb);
  }
  
  .header-nav-multi-site--style_2 .header-top--wrapper {
    min-height: 36px;
    background: #000 !important;
  }
}

@media (max-width: 551px) {
  .header-nav-multi-site .header-top--left .header__list {
    margin-bottom: -1px;
    padding-bottom: 1px;
  }
  
  .policies-block .scroll-snap-mobile.not-distance .halo-item, .custom-service-block .scroll-snap-mobile.not-distance .halo-item {
    flex: 0 0 87% !important;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .header-nav-multi-site .header-bottom .search-modal__form {
    width: 230px;
  }
  
  .scrolled-past-header .header-nav-multi-site .header-bottom .search-modal__form {
    width: 185px;
  }
}

@media (min-width: 1366px) {
  .header-nav-multi-site--style_2 .header-bottom .search-modal__form {
    max-width: 225px;
    width: 225px;
  }
}

@media (min-width: 1025px) {
  .header-nav-multi-site .container-full {
    padding-left: 22px;
    /*padding-left: var(--spacing-l-r);*/
    padding-right: var(--spacing-l-r);
    overflow: initial;
  }
  
  .header-nav-multi-site .menu-dropdown__wrapper {
    padding-top: 0px;
    padding-bottom: 0;
  }
  
  .header-nav-multi-site .wrapper-colunm-menu {
    position: relative;
  }
  
  .header-nav-multi-site .wrapper-colunm-menu:before,
      .header-nav-multi-site .wrapper-colunm-menu:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 1000px;
    background-color: #e0e0e1;
    left: 100%;
    bottom: -1px;
  }
  
  .header-nav-multi-site .wrapper-colunm-menu:after {
    left: auto;
    right: 100%;
  }
  
  .header-nav-multi-site .megamenu_style_1 .menu-dropdown__banner, .header-nav-multi-site .megamenu_style_2 .menu-dropdown__banner {
    border-top: 0;
  }
  
  .header-nav-multi-site .menu-dropdown__banner {
    border-top: 1px solid #e0e0e1;
  }
  
  .scrolled-past-header .header-nav-multi-site .header-bottom {
    align-items: center;
  }
  
  .scrolled-past-header .header-nav-multi-site .header-top--wrapper {
    display: none;
  }
  
  .header-nav-multi-site .wrapper-header-bottom .header__search {
    position: relative;
  }
  
  .header-nav-multi-site .quickSearchResultsWrap {
    top: calc(100% + 12px);
    left: auto;
    right: 0;
    width: 620px;
    box-shadow: 0 1px 4px #00000026;
  }
  
  .header-nav-multi-site .wrapper-header-bottom .header__icon {
    margin-left: 20px;
    display: none;
  }
  
  .header-nav-multi-site .wrapper-header-bottom .cart-count-bubble {
    top: -8px;
    right: -10px;
    width: 23px;
    height: 23px;
  }
  
  .scrolled-past-header .header-nav-multi-site .wrapper-header-bottom .header__icon {
    display: inline-block;
  }
  
  .header-nav-multi-site--style_2 .wrapper-header-bottom>.container {
    position: static;
  }
  
  .header-nav-multi-site--style_2 .header-top--wrapper {
    padding-right: 0;
  }
  
  .header-nav-multi-site--style_2 .header-top--wrapper .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  
  .header-nav-multi-site--style_2 .header-top--wrapper .header-top--left,
      .header-nav-multi-site--style_2 .header-top--wrapper .header-top--center,
      .header-nav-multi-site--style_2 .header-top--wrapper .header-top--right {
    width: 33.333333%;
  }
  
  .header-nav-multi-site--style_2 .wrapper-header-bottom {
    box-shadow: none;
  }
  
  .header-nav-multi-site--style_2 .header-bottom--wrapper .list-menu {
    text-align: center !important;
  }
  
  .header-nav-multi-site--style_2 .wrapper-header-bottom .header-top--left {
    width: 300px;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
  }
  
  .header-nav-multi-site--style_2 .wrapper-header-bottom .header-top--right {
    width: 300px;
    display: flex;
    justify-content: flex-end;
  }
  
  .header-nav-multi-site--style_2 .header-bottom .search-modal__form {
    max-width: 190px;
    width: 190px;
  }
  
  .header-nav-multi-site--style_2 .search-modal__form .search__input {
    height: 40px;
    padding-left: 44px;
  }
  
  .header-nav-multi-site--style_2 .search-modal__form .search__button {
    position: absolute;
    left: 4px;
    top: 5px;
    height: 30px;
    width: 40px;
  }
  
  .header-nav-multi-site--style_2 .search-modal__form .search__button svg {
    top: -1px;
  }
  
  .header-nav-multi-site--style_2 .wrapper-header-bottom .header-bottom-center {
    padding-left: 55px;
  }
  
  .header-nav-multi-site--style_2 .header__icon--cart .cart-text,
      .header-nav-multi-site--style_2 .header__icon--wishlist .wishlist-text {
    margin-left: 6px;
    font-size: calc(var(--font-body-size) - 2px);
  }
  
  .header-nav-multi-site--style_2 .header-top--right .customer-links {
    font-size: calc(var(--font-body-size) - 2px);
    margin-left: 20px;
  }
  
  .header-nav-multi-site--style_2 .header-top--right .cart-count-bubble {
    position: initial;
    margin-left: 9px;
    line-height: 21px;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
  }
  
  .header-nav-multi-site--style_2 .header-top--right .header__icon--cart svg {
    width: 20px;
    height: 20px;
  }
  
  .header-nav-multi-site--style_2 .top-language-currency.show {
    top: calc(100% + 7px);
  }
  
  .header-nav-multi-site--style_2 .list-menu--disclosure {
    width: 21rem;
  }
  
  .header-nav-multi-site .wrapper-header-bottom .layout_search--style2 .quickSearchResultsBlock .search-block-title {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .header-06 .wrapper-colunm-menu:before,
      .header-06 .wrapper-colunm-menu:after {
    content: "";
    position: absolute;
    height: 0 !important;
    width: 1000px;
    background-color: #e0e0e1;
    left: 100%;
    bottom: -1px;
  }
  
  .header-06 .menu-dropdown__banner {
    border-top: 0 solid #e0e0e1 !important;
  }
  
  .header-06.style_2 .header__languageCurrency .top-language-currency.show {
    top: calc(100% + 7px);
    display: none;
  }
  
  .header-06.style_2 .menu-lv-1__action {
    padding: 15px 20px !important;
    margin-right: 0 !important;
  }
  
  .header__heading-link .focus-inset {
    width: 300px !important;
    display: inline-block;
  }
  
  .shopify-section-header-sticky .header-wrapper .header-bottom .menu-lv-1 .menu-dropdown .label {
    position: absolute;
    margin-top: 20px !important;
  }
  
  .header-nav-multi-site .wrapper-header-bottom .header-bottom-left svg {
    max-height: 65px !important;
    height: auto !important;
    width: 100% !important;
    max-width: 200px !important;
    position: relative;
    z-index: 9999;
  }
  
  .header-nav-multi-site .header-bottom .header__logo a {
    margin-top: -25px;
    width: 200px !important;
    justify-content: center !important;
  }
  
  .header-nav-multi-site .header__inline-menu.is-active {
    display: flex !important;
    justify-content: center !important;
    padding-left: 0px;
  }
  
  .header-nav-multi-site .wrapper-header-bottom .cart-count-bubble {
    top: -8px;
    right: -10px;
    min-width: 23px !important;
    min-height: 23px !important;
  }
  
  .scrolled-past-header .header__search {
    display: none !important;
  }
  
  .scrolled-past-header .header-nav-hamburger {
    box-shadow: 0 0 0 #00000024 !important;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .wrapper-header-bottom .header-bottom {
    display: flex;
    align-items: center;
    padding: 0 20px !important;
  }
  
  .header-nav-multi-site .container-full {
    padding-left: 10px !important;
    padding-right: 10px !important;
    overflow: initial;
  }
}

@media (min-width: 1482px) {
  .header-nav-multi-site .wrapper-header-bottom .header-bottom-left svg {
    max-height: 65px !important;
    height: auto !important;
    width: 100% !important;
    max-width: 200px !important;
    position: relative;
    z-index: 9999;
  }
  
  .header-nav-multi-site .header-bottom .header__logo a {
    width: 200px !important;
  }
}

@media (max-width: 1024px) {
  .header-06.style_2 .menu-lv-1__action {
    padding: 2px 15px !important;
  }
  
  .section-header-mobile {
    z-index: 101;
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
  }
  
  .shopify-section-header-sticky {
    top: 0;
  }
  
  .header-06 .header-top--wrapper .header__list a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: var(--padding-horizontal);
    padding-right: var(--padding-horizontal);
  }
  
  .header__languageCurrency,
      .header-bottom-right,
      .header-nav-multi-site .header-top--wrapper {
    display: none !important;
  }
  
  #shopify-section-sections--15954659147951__announcement-bar {
    padding-top: 50px;
  }
}

@media (max-width: 1440px) {
  .header-06.style_2 .header-bottom--wrapper .list-menu {
    text-align: left !important;
  }
  
  .header-06.style_2 .menu-lv-1__action {
    padding: 4px 20px !important;
  }
}

@media (max-width: 1050px) {
.header-nav-multi-site .header-top--left .header__list li svg {
    width: 120px;
    height: 35px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

@media (min-width: 1250px) {
  .logosvg, .header-nav-multi-site .header-top--left .header__list li svg {
    width: 260px;
    height: 65px;
    min-height: 65px;
  }
}

@media (max-width: 350px) {
  .header-mobile--icon .header__heading-link svg {
    max-width: 160px !important;
  }
}

@media (max-width: 1024px) {
  .header-mobile--icon .header__heading-link svg {
    height: 45px !important;
    max-width: 160px !important;
  }
}

@media (min-width: 1024px) {
  .menu-dropdown .rightmega {
    opacity: 0 !important;
  }
  
  .menu-dropdown .site-nav-title {
    opacity: 1 !important;
    width: 100%;
    display: block;
    border-bottom: 0 solid #c7c7c7;
    font-family: "Stpro-pb";
  }
  .menu-dropdown .site-nav-title .text {
    padding: 5px 5px !important;
  }
  
  .menu-lv-item.has-megamenu > .menu-dropdown {
    max-height: fit-content;
    margin-top: 15px;
    border-radius: 20px !important;
    opacity: 0;
    overflow: visible;
    z-index: 1 !important;
  }
  
  .menu-lv-item.has-megamenu:hover > .menu-dropdown {
    min-height: fit-content;
    margin-top: 15px;
    display: block !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: 0 20px 20px #0000003d;
    z-index: 1 !important;
    transition: 0s ease !important;
  }
  
  .menu-lv-item.has-megamenu:hover > .menu-dropdown .rightmega {
    transition: opacity 0.6s ease-in-out !important;
    opacity: 1 !important;
  }
  
  .menu-lv-item.has-megamenu:hover > .menu-dropdown .site-nav-title {
    transition: opacity 0.6s ease-in-out !important;
    opacity: 1 !important;
  }
  
  .menu-lv-item.has-megamenu > .menu-dropdown .site-nav {
    padding-top: 16px !important;
  }
  
  .menu-lv-item.has-megamenu > .menu-dropdown .site-nav:nth-child(2) {
    transition: 0s cubic-bezier(0.4, 0, 0.2, 1) !important;
    opacity: 0 !important;
  }
  
  .menu-lv-item.has-megamenu > .menu-dropdown .site-nav:nth-child(3),
      .menu-lv-item.has-megamenu > .menu-dropdown .site-nav:nth-child(4),
      .menu-lv-item.has-megamenu > .menu-dropdown .site-nav:nth-child(5),
      .menu-lv-item.has-megamenu > .menu-dropdown .site-nav:nth-child(6),
      .menu-lv-item.has-megamenu > .menu-dropdown .site-nav:nth-child(7),
      .menu-lv-item.has-megamenu > .menu-dropdown .site-nav:nth-child(8),
      .menu-lv-item.has-megamenu > .menu-dropdown .site-nav:nth-child(9),
      .menu-lv-item.has-megamenu > .menu-dropdown .site-nav:nth-child(10),
      .menu-lv-item.has-megamenu > .menu-dropdown .site-nav:nth-child(11),
      .menu-lv-item.has-megamenu > .menu-dropdown .site-nav:nth-child(12),
      .menu-lv-item.has-megamenu > .menu-dropdown .site-nav:nth-child(13) {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-delay: 0s !important;
    opacity: 0 !important;
  }
  
  .menu-lv-item.has-megamenu:hover > .menu-dropdown .site-nav:nth-child(2),
      .menu-lv-item.has-megamenu:hover > .menu-dropdown .site-nav:nth-child(3),
      .menu-lv-item.has-megamenu:hover > .menu-dropdown .site-nav:nth-child(4),
      .menu-lv-item.has-megamenu:hover > .menu-dropdown .site-nav:nth-child(5),
      .menu-lv-item.has-megamenu:hover > .menu-dropdown .site-nav:nth-child(6),
      .menu-lv-item.has-megamenu:hover > .menu-dropdown .site-nav:nth-child(7),
      .menu-lv-item.has-megamenu:hover > .menu-dropdown .site-nav:nth-child(8),
      .menu-lv-item.has-megamenu:hover > .menu-dropdown .site-nav:nth-child(9),
      .menu-lv-item.has-megamenu:hover > .menu-dropdown .site-nav:nth-child(10),
      .menu-lv-item.has-megamenu:hover > .menu-dropdown .site-nav:nth-child(11),
      .menu-lv-item.has-megamenu:hover > .menu-dropdown .site-nav:nth-child(12),
      .menu-lv-item.has-megamenu:hover > .menu-dropdown .site-nav:nth-child(13) {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    opacity: 1 !important;
    margin-top: 0 !important;
    transition-delay: 0.2s !important;
  }
  
  .site-nav-link {
    color: #000000 !important;
    padding: 4px 10px !important;
    font-weight: 600 !important;
    background-color: #ffffffff !important;
    margin-bottom: 2px;
    border-radius: 4px !important;
  }
  
  .site-nav-list:hover .site-nav-link {
    color: #000000 !important;
    transition: 1.68s ease !important;
  }
  
  .site-nav-list:hover .site-nav-link:hover {
    font-weight: 600 !important;
    background-color: #171717 !important;
    color: #fff !important;
    transition: 0.48s ease !important;
  }
}

@media (min-width: 500px) {
  .section-header-navigation .main-menu .menu-lv-1__action .list-menu:hover {
    color: #fff !important;
  }
  
  .list-menu:hover .menu-lv-1__action {
    color: #000 !important;
  }
  
  .list-menu:hover .background-overlay {
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  .menu-lv-item.menu-lv-1 {
    border-radius: 4px;
  }
  
  .menu-lv-item.menu-lv-1:hover {
    transition: all 0s ease !important;
    background-color: #000 !important;
    color: #fff !important;
  }
  
  .menu-lv-item.menu-lv-1:hover > a > .text {
    color: #fff !important;
  }
  
  .menu-lv-item.menu-lv-1:hover .menu-lv-1__action::before {
    content: "" !important;
    position: absolute !important;
    bottom: -5px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 20px solid transparent !important;
    border-right: 20px solid transparent !important;
    border-top: 5px solid #000 !important;
    z-index: 102 !important;
  }
  
  .section-header-navigation .main-menu .menu-lv-1__action {
    position: relative !important;
  }
}

  .section-header-navigation .main-menu .menu-lv-1__action,
      .section-header-navigation .header-logo .header__heading-logo,
      .section-header-navigation .header-icons .header__icon,
      .section-header-navigation .sticky_effect {
    padding: 0px !important;
    margin: 0px 0px 0px !important;
    border-radius: 4px !important;
    transition: 0.55s ease;
    font-family: "Stpro-pb" !important;
    color: #000;
    font-weight: 100;
      }
@media (min-width: 1024px) and (max-width: 1600px) {
  .section-header-navigation .main-menu .menu-lv-1__action,
      .section-header-navigation .header-logo .header__heading-logo,
      .section-header-navigation .header-icons .header__icon,
      .section-header-navigation .sticky_effect {
    font-size: 12px;
  }
}

@media (min-width: 1600px) {
  .section-header-navigation .main-menu .menu-lv-1__action,
      .section-header-navigation .header-logo .header__heading-logo,
      .section-header-navigation .header-icons .header__icon,
      .section-header-navigation .sticky_effect {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .menu-lv-item .text {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    font-family: "Stpro-pb";
  }
  
  .menu-lv-item:last-child .site-nav-list-dropdown a,
      .menu-lv-item:last-child a {
    border-bottom: none;
    flex: center !important;
    display: flex !important;
    justify-content: space-between !important;
  }
  
  .site-nav-list .text {
    padding-left: 15px !important;
  }
  
  .site-nav-list .text:before {
    display: none !important;
  }
  
  nav ul li .text {
    padding-left: 50px;
  }
  
  nav ul li:nth-child(-n + 9) .text:before {
    content: "";
    margin-left: -55px;
    height: 45px;
    width: 45px;
    border-radius: 180px;
    position: absolute;
    flex: center;
    display: flex;
    background-color: #c7c7c7;
  }
  
  nav ul li:first-child .text:before {
    margin-left: -5px;
  }
  
  [data-navigation-mobile] .site-nav-mobile .menu-lv-1__action .is-open {
    border-bottom: none;
    background-color: #e1e1e1 !important;
    justify-content: right !important;
    text-align: right !important;
    padding-left: 80px !important;
  }
  
  [data-navigation-mobile] .menu-lv-2__action span {
    margin-left: 10px;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1600px) {
  .wrapper-header-bottom .header-bottom {
    display: flex;
    align-items: center;
    padding: 0 3% 0 0%;
  }
}

@media (min-width: 1024px) and (max-width: 1600px) {
  .wrapper-header-bottom .header-bottom {
    padding: 0 0% 0 0%;
  }
}

@media (min-width: 1450px) {
  .search-modal__form {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (min-width: 1024px) {
  .quickSearchResults .products-grid.column-4 .product,
      .products-grid.column-5 .product {
    width: 20% !important;
  }
  
  .quickSearchResults .products-grid.column-3 .product,
      .products-grid.column-4 .product,
      .products-grid.column-5 .product {
    margin-top: 0 !important;
  }
}

@media (max-width: 1024px) {
  .quickSearchResultsBlock .list-item .item {
    width: 50% !important;
  }
}

@media (min-width: 1025px) {
  .main-menu--wrapper .list-menu--inline {
    padding-top: 0px;
  }
}

@media (min-width: 1025px) {
  .header-nav-multi-site .wrapper-header-bottom .cart-count-bubble {
    top: -8px;
    right: -10px;
    width: auto;
    min-width: 24px !important;
    height: 24px !important;
  }
  
  .header-nav-multi-site .wrapper-header-bottom {
    background: transparent;
    transition: 0.2s ease !important;
  }
  
  .header-nav-multi-site .header-top--wrapper {
    background: transparent;
    justify-content: space-between !important;
    display: flex !important;
    transition: 0.2s ease !important;
  }
  
  .scrolled-past-header .header-nav-multi-site .wrapper-header-bottom {
    background: transparent;
    transition: 0.2s ease !important;
  }
  
  .scrolled-past-header .header-nav-multi-site .header-top--wrapper {
    background: transparent;
    justify-content: space-between !important;
    display: flex !important;
    transition: 0.2s ease !important;
  }
  
  .scrolled-past-header .header-nav-multi-site:hover .header-top--wrapper, .scrolled-past-header .header-nav-multi-site:hover .wrapper-header-bottom {
    transition: 0.2s ease !important;
  }
}

@media (max-width: 500px) {
  .padding50 {
    padding: 0 15px;
  }
}

@media (min-width: 1690px) {
  .right555 {
    display: flex;
    width: fit-content;
    max-width: 690px;
  }
}

@media (max-width: 1091px) {
  .max1091 {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .scrolled-past-header .header-wrapper .catchthis {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .shopify-section-header-sticky:not(.sticky-search-menu-custom-open) {
    top: 0px !important;
  }
}

@media (max-width: 1670px) {
  .searchw {
    max-width: 29vw !important;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .searchw {
    max-width: 29vw !important;
  }
}

@media (min-width: 1670px) {
  .searchw {
    max-width: 700px !important;
  }
}

@media (max-width: 768px) {
  .halo-sidebar {
    z-index: 103 !important;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .header-nav-multi-site .header-bottom .header__logo a {
    margin-top: 0px !important;
  }
  
  .wrapper-header-bottom .header-bottom {
    gap: 10px;
  }
  
  .logosvg, .header-nav-multi-site .header-top--left .header__list li svg {
    margin-left: 0px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1680px) {
  .header-bottom-right {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .main-menu--wrapper .list-menu--inline {
    padding-top: 0px;
  }
}

@media (min-width: 1025px) {
  .header-nav-multi-site .wrapper-header-bottom .cart-count-bubble {
    top: -8px;
    right: -10px;
    width: auto;
    min-width: 24px !important;
    height: 24px !important;
  }
  
  .header-nav-multi-site .wrapper-header-bottom {
    background: transparent;
    transition: 0.2s ease !important;
  }
  
  .header-nav-multi-site .header-top--wrapper {
    background: transparent;
    justify-content: space-between !important;
    display: flex !important;
    transition: 0.2s ease !important;
  }
  
  .scrolled-past-header .header-nav-multi-site .wrapper-header-bottom {
    transition: 0.2s ease !important;
  }
  
  .scrolled-past-header .header-nav-multi-site .header-top--wrapper {
    justify-content: space-between !important;
    display: flex !important;
    transition: 0.2s ease !important;
  }
  
  .scrolled-past-header .header-nav-multi-site:hover .header-top--wrapper, .scrolled-past-header .header-nav-multi-site:hover .wrapper-header-bottom {
    background-color: transparent !important;
    transition: 0.2s ease !important;
  }
}

@media (max-width: 500px) {
  .padding50 {
    padding: 0 15px;
  }
}

@media (min-width: 1690px) {
  .right555 {
    display: flex;
    width: fit-content;
    max-width: 690px;
  }
}

@media (max-width: 1091px) {
  .max1091 {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .main-menu--wrapper .list-menu--inline {
    background-color: #fff !important;
    padding: 14px 6px 10px !important;
    border-radius: 8px;
  }
}

@media (max-width: 1024px) {
  .scrolled-past-header .header-wrapper .catchthis {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .shopify-section-header-sticky:not(.sticky-search-menu-custom-open) {
    top: 0px !important;
  }
}

@media (max-width: 1670px) {
  .searchw {
    max-width: 29vw !important;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .searchw {
    max-width: 29vw !important;
  }
}

@media (min-width: 1670px) {
  .searchw {
    max-width: 700px !important;
  }
}

@media (max-width: 1020px) {
  .leftmega-text {
    justify-content: start !important;
    margin-top: 5px !important;
    margin-left: 15px !important;
  }
}



.scrolled-past-header .header-nav-multi-site .header__inline-menu.is-active {
  opacity: 1 !important;
  transition: 0.9s ease !important;

}

.scrolled-past-header .header-wrapper:hover .header-nav-multi-site .header__inline-menu.is-active {
  opacity: 1 !important;
  transition: 0.5s ease !important;
}

.scrolled-past-header .header-nav-multi-site .right555 {
  opacity: 0 !important;
  transition: 0.9s ease !important;
}

.scrolled-past-header .header-nav-multi-site .right555:hover {
  opacity: 1 !important;
  transition: 0.5s ease !important;
}
/*
.scrolled-past-header .header-wrapper .header-nav-multi-site .header__inline-menu.is-active .menu-wrapper{
  margin-top: -20px;
  transition: 0.5s ease !important;
}*/

.scrolled-past-header .main-menu--wrapper .list-menu--inline {
    margin-top: 0px;  
      transition: 0.5s ease !important; 
}
.scrolled-past-header .menu-wrapper {
    margin-top: -20px;
    transition: 1s ease !important;
}
.scrolled-past-header .menu-wrapper .right-div {
    margin-top: 0px;  
      transition: 0.9s ease !important; 
}


.main-menu--wrapper .list-menu--inline {
      transition: 0.1s ease !important; 
}
.menu-wrapper .right-div {
      transition: 0.1s ease !important; 
}

.scrolled-past-header .header-nav-multi-site .header-bottom .header__logo a {

transition: 0.9s ease !important; 
}

.header-wrapper{
  transition: 0.1s ease !important;
}
/*
.scrolled-past-header .header-wrapper{
  backdrop-filter: blur(10px);
  background: rgba(255,255,255, 0.9);
  transition: 0.9s ease !important;
  border-radius: 0 0 20px 20px !important;
}*/

.main-menu--wrapper .list-menu--inline {
  transition: 0.5s ease !important;
}




.product-tooltip {
  position: absolute;
  bottom: 100%;           /* Places it above the item */
  right: 0%;
  /*transform: translateX(-50%);*/
  width: 90px;
  height: 90px;
  background: #fff;
  border: 0px solid #e5e5e5;
  border-radius: 8px;
  padding: 0px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 100;
  pointer-events: none;
  margin-bottom: 0px;     /* Small gap above the item */
}

.site-nav-item:hover .product-tooltip {
  opacity: 1;
  visibility: visible;
}

.tooltip-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

@media (min-width: 1024px){
#shopify-section-template--18721801371891__custom_liquid_yWBLg3 {
display: none !important;
}}


/*---------------------------INLINE STYLES---------------------------*/


/* Master Stylesheet - Inline to Class Conversion */

.fnt20k {
  font-size: 20px;
  color: #000;
  margin-top: -25px;
}

.pad4tb {
  padding-top: 4px;
  padding-bottom: 4px;
}

.srchbr {
  border-radius: 8px 8px 8px 8px !important;
  justify-content: space-between;
  display: flex;
}

.z8m4p {
  font-family: 'blackriver';
  text-transform: lowercase;
  font-size: 24px;
  color: #dfb286 !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 10px;
  white-space: nowrap;
}

.hbtn9q {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.v3k7x, .p9q2m {
  display: flex;
  margin-top: 0px;
}

.p9q2m {
  margin-left: 7px;
}

.flxcol {
  display: flex;
  flex-direction: column;
}

.prcnav {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}

.q9v4x {
  margin-top: -13px;
}

.popcnt {
  display: flex;
  gap: 12px;
  padding-bottom: 8px;
}

.qty30 {
  font-size: 30px;
  font-family: 'InterBo';
  line-height: 0.9;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.img36 {
  width: 36px !important;
  height: 36px !important;
  border-radius: 4px !important;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.prcbar {
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 15px;
  font-family: 'InterBo';
  gap: 15px;
}

/* Additional classes from full scan */
.leftdiv {
  cursor: pointer;
}

.rightdiv {
  cursor: pointer;
}

.mtm13 {
  margin-top: -13px;
}


.v3k7x, .p9q2m { display: flex; }
.p9q2m { margin-left: 7px; }
.w4k8v { display: flex; flex-direction: column; }
.x7p2k { display: flex; justify-content: center; flex-direction: row; gap: 10px; }
.q9v4x { margin-top: -13px; }
.popcnt { display: flex; gap: 12px; padding-bottom: 8px; }
.qty30 { font-size: 30px; font-family: 'InterBo'; line-height: 0.9; display: flex; justify-content: center; flex-direction: column; }
.img36 { width: 36px !important; height: 36px !important; border-radius: 4px !important; overflow: hidden; flex-shrink: 0; position: relative; }
.prcbar { display: flex; justify-content: center; background-color: #f5f5f5; padding: 15px; font-family: 'InterBo'; gap: 15px; }
.ldiv9q, .rdiv2m { cursor: pointer; }
.c9p4k { font-size: 10px; display: flex; flex-direction: column; justify-content: center; }
.d7v2x { background-color: #eee; padding: 10px; border-radius: 8px; }




/*------------------MEGA MENU STYLE --------------*/

.site-nav-banner--item { width: 50% !important; padding: 0; }
.menu-banner__top-inner { display: flex; width: 100%; gap: 4px; padding: 10px 0 0px; }
.mega-banner-image { border-radius: 20px; min-height: 600px; max-height: 600px !important; background-size: cover; background-position: center; }
.mega-video { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 20px; overflow: hidden !important; }
.mega-overlay { display: flex; gap: 15px; padding: 20px; width: 100%; position: absolute; bottom: 0; }
.mega-overlay-text { font-size: 30px; line-height: 1; color: #fff; font-variant: none; font-family: 'Stpro-pb'; text-align: left; }
.mega-arrow-btn { position: absolute; bottom: 20px; right: 20px; color: #fff; font-size: 18px; padding: 10px; z-index: 105; border-radius: 90px; width: 50px; height: 50px; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; }
.mega-arrow-btn:hover {border: 3px solid #fff;}

.bottom-mega {
display: flex; 
justify-content: space-between;"
}


/*----------MULTI-NAV-RIGHT DIV INLINE STYLES---------------*/
.refresh-cart-wrap { position: relative; height: 100%; display: block; text-align: right; }
.cart-total-price-style { display: flex; justify-content: center; flex-direction: column; font-family: 'InterBo'; }
.cart-total-price { display: flex; justify-content: center; flex-direction: column; font-family: 'InterBo';}
.cart-svg-style { enable-background:new 0 0 22.2 22.3; width: 15px !important; height: 15px !important; }
.saved-discount-wrap { margin-top: -13px; }
.cart-count-bubble-style { position: absolute; margin-left: 0px; }
.popup-close-btn { width: 30px; height: 30px; }
.halo-popup-content-style { display: flex; gap: 12px; padding-bottom: 8px; }
.added-text-style { font-family: 'Stpro-pb'; font-variant: none !important; font-size: 16px; text-align: left; letter-spacing: 2px; }
.added-title-style { font-size: 14px; font-weight: 600; padding-top: 5px; padding-bottom: 4px; border-bottom: 1px solid #eee; white-space: normal; }
.added-quantity-style { font-size: 30px; font-family: 'InterBo'; line-height: 0.9; display: flex; justify-content: center; flex-direction: column; }
.added-option-style { line-height: 1 !important; font-family: 'pbjost'; font-weight: 600; }
