/** Shopify CDN: Minification failed

Line 7:11 Expected identifier but found whitespace
Line 7:12 Unexpected "1s"

**/
transition: 1s;
@media (max-width: 767px) {
  .productView-stickyCart.style-1
    .sticky-right
    .sticky-actions.halo-show-button-atc
    form {
    display: block !important;
  }
  .productView-stickyCart.style-1
    .sticky-right
    .sticky-actions
    .empty-add-cart-button-wrapper.halo-hide-button-atc {
    display: none !important;
  }
}

.product-tab-block .list-product-tabs.list-tab__style_3 {
  gap: 36px;
  border-bottom: 1px solid #00000033;
}

.product-tab-block .list-product-tabs.list-tab__style_3 li a {
  margin-bottom: 10px;
}

.list-product-tabs.list-tab__style_3 li:before {
  right: -22px !important;
  font-size: 16px !important;
  top: 0px !important;
}

.product-tab-block .list-product-tabs.list-tab__style_3 {
  margin-bottom: 20px;
}

.product-tab-block .list-product-tabs.list-tab__style_3 li .tab-links {
  background: transparent;
  position: relative;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .custom-image-banner-block .content_absolute .content {
    text-align: center !important;
    height: 100%;
    display: flex !important;
    flex-direction: column;
  }
  .customImageBanner-inner .spotlight-button.custom-button-style {
    margin-bottom: 32px;
  }
}

/* Custom Mega Menu */

.megamenu_style_6 .button-custom {
  display: -webkit-box;
  min-width: 0;
  height: 40px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background-color: #a00119;

  border: none;
  padding: 0 8px;
}

@media (min-width: 1025px) {
  .megamenu_style_6 .menu-dropdown__column {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    justify-content: center;
    gap: 0.75rem;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 40px;
    grid-column: 1 / span 12;
  }

  .megamenu_style_6 .tab-left {
    grid-column: 1 / span 2;
    padding-left: 0;
  }

  .megamenu_style_6 .tab-left .menu-lv-2 {
    padding: 0 !important;
  }
  .megamenu_style_6 .tab-left .menu-lv-2 .mega-submenu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    width: 100%;
  }

  .megamenu_style_6 .tab-left .menu-lv-2.is-active .mega-submenu-link {
    background: #f5f5f7;
  }
  .megamenu_style_6
    .tab-left
    .menu-lv-2.is-active
    .mega-submenu-link
    .icon-dropdown {
    display: inline-flex;
    width: 15px;
    height: 15px;
    transform: rotate(0deg);
  }
  .megamenu_style_6 .tab-right .list-menu-lv-3 .icon-dropdown {
    display: inline-flex;
    width: 15px;
    height: 15px;
    transform: rotate(0deg);
  }
  .megamenu_style_6
    .tab-left
    .menu-lv-2.is-active
    .mega-submenu-link
    .icon-dropdown
    svg {
    width: 100%;
    height: 100%;
  }

  .megamenu_style_6 .tab-right {
    grid-column: 3 / span 12;
    overflow: hidden;
    display: none;
  }

  .megamenu_style_6 .tab-right.is-active {
    display: block;
  }

  .megamenu_style_6 .products-wrapper {
    position: relative;
    height: 240px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
  }

  .megamenu_style_6 .products-list {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .megamenu_style_6 .product-item {
    flex: none;
    width: 176px;
    min-height: 240px;
    text-align: center;
  }

  .megamenu_style_6 .product-name {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .megamenu_style_6 .product-img {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 15px;
  }
  .megamenu_style_6 .links-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
  }
  .megamenu_style_6 .list-menu-lv-3 {
    display: flex;
    flex: 0 1 auto;
  }
  .megamenu_style_6 .list-menu-lv-3 li {
    margin-right: 35px;
  }
  .megamenu_style_6 .list-menu-lv-3 li .site-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .megamenu_style_6 .list-menu-lv-3 li .text {
    display: block;
    width: max-content;
  }

  .megamenu_style_6 .button-custom a {
    font-weight: 700;
    color: #fff !important;
  }
  .megamenu_style_6 .menu-lv-2 .menu-lv3-mb {
    display: none;
  }
}

@media (max-width: 1439px) {
  .megamenu_style_6 .product-img {
    width: 120px;
    height: 120px;
  }
  .megamenu_style_6 .list-menu-lv-3 li {
    margin-right: 20px;
  }
}

@media (max-width: 1024px) {
  .megamenu_style_6 .tab-right {
    display: none;
  }
  .megamenu_style_6 .mega-submenu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
    width: 100%;
    max-width: 100%;
    color: #1d1d1f;
    padding: 11px 20px 12px;
  }

  .megamenu_style_6 .menu-lv3-mb .products-list {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .megamenu_style_6 .menu-lv3-mb .products-list .product-item {
    width: 50%;
  }
  .megamenu_style_6 .menu-lv3-mb .products-list .product-item .site-nav-link {
    text-align: center;
  }
  .megamenu_style_6 .product-img {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 15px;
  }
  .megamenu_style_6 .product-name {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .megamenu_style_6 .menu-lv3-mb .products-list .product-item .product-img {
    mix-blend-mode: multiply;
  }
  .megamenu_style_6 .menu-lv-2 .icon-dropdown {
    position: relative !important;
    transform: rotate(90deg) !important;
  }
  .megamenu_style_6 .menu-lv-2.is-active-mb .icon-dropdown {
    transform: rotate(270deg) !important;
  }
  .megamenu_style_6 .menu-lv-2 .menu-lv3-mb {
    max-height: 0px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
  }
  .megamenu_style_6 .menu-lv-2.is-active-mb .menu-lv3-mb {
    max-height: 9999px;
    background: #f5f5f7;
    transition: max-height 0.15s ease-out;
  }
  .megamenu_style_6 .menu-lv-2 .menu-lv3-mb .wrapper-list {
    padding: 11px 20px 12px;
  }
  .megamenu_style_6 .menu-lv3-mb .links-wrapper .list-menu-lv-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .megamenu_style_6 .menu-lv3-mb .links-wrapper .list-menu-lv-3 .menu-lv-3 {
    width: fit-content;
  }
  .megamenu_style_6 .menu-lv3-mb .links-wrapper {
    margin-top: 10px;
  }
  .megamenu_style_6
    .menu-lv3-mb
    .links-wrapper
    .list-menu-lv-3
    .menu-lv-3
    .site-nav-link {
    display: flex;
    align-items: center;
  }
  .megamenu_style_6
    .menu-lv3-mb
    .links-wrapper
    .list-menu-lv-3
    .menu-lv-3
    .icon-dropdown {
    transform: rotate(0deg) !important;
    width: 15px;
    height: 15px;
  }
  .megamenu_style_6
    .menu-lv3-mb
    .links-wrapper
    .list-menu-lv-3
    .menu-lv-3
    .icon-dropdown
    svg {
    width: 10px;
    height: 10px;
  }
  .megamenu_style_6 .button-custom {
    margin-top: 10px;
  }
  .megamenu_style_6 .button-custom a {
    font-weight: 700;
    color: #fff !important;
  }
}

.preview_img_1_mb,
.preview_img_2_mb {
  display: none !important;
}
.preview_img_1,
.preview_img_2 {
  display: block !important;
}

.product-block .content-wrapper {
  position: relative;
  margin-top: 60px;
}
.product-block .content-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 30px;
  z-index: 2;
}
.product-block .content-custom .title-custom {
  font-size: var(--title_custom_size);
  color: var(--title_custom_color);
  font-weight: var(--title_custom_font_weight);
  line-height: 1.2;
}
.product-block .content-custom .des-custom {
  font-size: var(--des_custom_size);
  color: var(--des_custom_color);
  font-weight: var(--des_custom_font_weight);
  margin-top: var(--des_custom_margin_top);
}
.product-block .image-custom {
  position: relative;
  left: 25%;
  height: 100%;
}
.product-block .button-custom {
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--color-button-style);
  background: var(--bg-color-button-style);
  border: 1px solid var(--border-color-button-style);
  text-transform: var(--text-transform-button-style);
  font-size: var(--font-size-button-style);
  min-width: var(--button-width-style);
  margin: 30px auto;
}
.product-block .button-custom:hover {
  color: var(--color-button-hover-style);
  background: var(--bg-color-button-hover-style);
  border: 1px solid var(--border-color-button-hover-style);
}
.product-block .banner-custom-wrapper {
  display: flex;
  gap: 20px;
  margin: 30px 0;
}

.product-block .banner-custom-1,
.product-block .banner-custom-2 {
  width: calc(50% - 10px);
  position: relative;
}
.product-block .banner-custom-mb {
  display: none;
}

.card-action-mb {
  display: none;
}
@media (max-width: 1024px) {
  .card-action-desktop {
    display: none;
  }
  .card-action-mb {
    display: block;
  }
}
@media (max-width: 767px) {
  .preview_img_1_mb,
  .preview_img_2_mb {
    display: block !important;
  }
  .preview_img_1,
  .preview_img_2 {
    display: none !important;
  }

  .product-block .content-custom {
    position: relative;
    text-align: center;
  }

  .product-block .content-custom .title-custom {
    font-size: var(--title_custom_size_mb);
  }
  .product-block .content-custom .des-custom {
    font-size: var(--des_custom_size_mb);
  }

  .product-block .image-custom {
    left: 0;
  }
  .product-block .button-custom {
    position: relative;
    width: fit-content;
  }

  .product-block .banner-custom-wrapper {
    flex-direction: column;
  }
  .product-block .banner-custom-1,
  .product-block .banner-custom-2 {
    width: 100%;
  }
  .product-block .banner-custom-wrapper img {
    height: 100%;
    width: 100%;
  }

  .product-block .banner-custom-desktop {
    display: none;
  }
  .product-block .banner-custom-mb {
    display: block;
  }
}

/* .header-navigation.header-nav-compact{
  background: url(/cdn/shop/files/BG_Header___Desktop.jpg?v=1731912913);
    background-repeat: repeat-x;
    background-position: center;
} */

.container:has(.content-wrapper) {
  max-width: 1170px;
}

.product__xr-button[data-shopify-xr-hidden] {
  display: none;
}
