/** 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;
}
/* custom */

.warranty{
  margin: 20px 0;
}
.warranty-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.warranty-header .warranty-title {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.warranty-header .warranty-windows {
  font-size: 12px;
  text-decoration: underline;
  color: #0500ff;
  cursor: pointer;
}
.warranty-product {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
  font-size: 12px;
}
@media (min-width: 800px) {
  .warranty-product {
    width: 100%;
  }
}
.warranty-product .warranty-product-option {
  border: 1px solid #000;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.warranty-product .warranty-product-option.active {
  background-color: #000;
  color: #fff;
}
.warranty-product .warranty-product-option.active .warranty-variant-price {
  font-size: 14px;
  font-weight: 600;
}
.warranty-product .ribbon {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
}
.warranty-product .ribbon-top-right {
  top: -7px;
  right: -7px;
}
.warranty-product .ribbon-top-right span {
  left: -28px;
  top: 13px;
  transform: rotate(45deg);
}
.warranty-product .ribbon span {
  position: absolute;
  display: block;
  width: 114px;
  padding: 5px 0;
  box-shadow: 0 5px 10px #0000001a;
  color: #fff;
  font: 700 6px/1 Lato, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  background-color: #000;
}
.warranty-pop-ups-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #0000004d;
  z-index: 20;
  opacity: 0;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  pointer-events: none;
}
.warranty-pop-ups-box {
  padding: 20px 16px 30px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: right 0.3s linear;
  -o-transition: right 0.3s linear;
  -moz-transition: right 0.3s linear;
  -webkit-transition: right 0.3s linear;
  border-radius: 5px;
}
.warranty-pop-ups-x {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-bottom: 15px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s;
}
.warranty-pop-ups-x:hover {
  background-color: #000;
  color: #fff;
  transform: rotate(180deg);
}
.warranty-pop-ups-content {
  margin-top: 20px;
}
.warranty-content-left {
  display: grid;
  gap: 10px;
}
.warranty-content-left p {
  display: flex;
  gap: 4px;
}
.warranty-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: #822f2f;
}
.warranty-pop-ups-x:hover svg.warranty-icon:not(.icon--full-color) path {
  fill: #fff;
  stroke: inherit;
}
@media screen and (max-width: 767px) {
  .warranty-product-item {
    width: 44%;
    margin-top: 10px;
  }
  .warranty-pop-ups-box {
    width: 90%;
  }
}
/* product card 06  */
.product-card-layout-06 .product-item.disable_product_card_border .card-information{
  background-color:  #fff !important;
  padding: 10px !important;
}
@media (min-width: 1025px) {
  .product-card-layout-06 .product-item{
    transition: 0.4s;
  }
.product-card-layout-06 .product-item:hover{
  transform: translateY(-10px);
  }
  .product-card-layout-06 .product-item .card-action{
    transform: translateY(100%) !important;
  }
  .product-card-layout-06 .product-item:hover .card-action{
    transform: translateY(45%) !important;
  }
  .product-card-layout-06 .product-item .card-action{
    top: 95% !important;
  }
  .product-card-layout-06 .product-item:after {
    pointer-events: auto;
      content: "";
      position: absolute;
      top: -2rem;
      left: -2rem;
      right: -2rem;
      bottom: -2rem;
      border-radius: 1.2rem;
      background: #FFFFFF;
      z-index: -1;
      opacity: 0;
      visibility: hidden;
      transition: opacity .5s ease, visibility .5s ease, box-shadow .5s ease, top .5s ease, height .5s ease;
    }
    .product-card-layout-06 .product-item:hover:after {
        top: -1.5rem;
        opacity: 1;
        visibility: visible;
        height: calc(100% + 9rem);
        box-shadow: 0 7px 25px 3px rgb(0, 0, 0, 0.25);
    }
  .productGrid.column-2 .product:nth-child(-n+2),
  .productGrid.column-2 .product, .productGrid.column-3 .product, .productGrid.column-4 .product, .productGrid.column-5 .product {
      margin-top: var(--space-between-horiz-desk)  !important;
    }
}
.product-card-layout-06 .product-item:hover{
  z-index: 10 !important;
}
@media (max-width: 767px) {
  .productGrid .product:nth-child(-n+2), .productGrid.column-2 .product:nth-child(-n+2){
    margin-top: var(--space-between-horiz-mb) !important;
  }
  .product-card-layout-06 .product-item .card-action{
    padding: 0 10px 10px 10px !important;
    background-color: #ffffff !important;
  }
}
.recentlyViewed-row.products-flex, 
.halo-block-content.is-scroll,
.slick-slider .slick-list{
   overflow-x: clip !important;
    overflow-y: visible !important;
 }

.price--on-sale .price__sale{
  flex-direction: row-reverse !important;
}
.price .price__last:last-of-type{
  margin-right: 10px !important;
}
.product-card-layout-06 .product-item.disable_product_card_border .card-information__wrapper{
  margin-bottom: 0 !important;
}
.slick-track{
  padding-bottom: 80px !important;
}