/** Shopify CDN: Minification failed

Line 30:0 Unexpected "}"

**/
:root {
  --atc-bg-color: #B93205 !important;
  --atc-border-color: #B93205 !important;
}

.productView-action .button,
.button.button--primary,
button[name="add"] {
  background: #B93205 !important;
  background-color: #B93205 !important;
  border-color: #B93205 !important;
  color: #ffffff !important;
}

.productView-action .button:hover,
.button.button--primary:hover,
button[name="add"]:hover {
  background: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}


}.ite-nav-banner-text {
  font-size: var(--font-mega-menu-lv3-size);
  text-align: left;
}
.site-nav-banner-text {
  font-size: var(--font-mega-menu-lv3-size);
  text-align: left;
  color: #000000;  }
.site-nav-button {
  display: inline-block;
  font-size: var(--font-mega-menu-lv3-size);
  font-weight: 400;
  padding: 4px 10px;
  transition: all 0.15s linear;
  text-transform: uppercase;
  outline: none;
  white-space: inherit;
  letter-spacing: 1px;
  border: 1px solid rgba(255, 255, 255, 0);
  max-width: max-content;
  color: #fff;
  background: #B93205;
}
.site-nav-title,
.menu-lv-3 .site-nav-link,
.megamenu_style_2 .site-nav-item .site-nav-link {
  padding: 10px;
}
.collection-info--relative .collection-title {
  font-size: var(--title-fs);
}
.collection-info--relative .collection-description {
  font-size: var(--desc-fs);
}
.article-body .article-content table td {
  display: table-cell;
}
.article-body .article-content table p {
  margin: 0;
}
.article-body .article-content table p + p {
  margin-top: 16px;
}
.productView-img-container .zoomImg {
  cursor: crosshair;
}
.h_buttons {
  justify-content: left;
}
/*login*/
.login-page {
  position: relative; /* 确保伪元素相对于容器定位 */
  display: flex; /* 保持原有的布局 */
}

.login-page::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #f9f9f9; /* 你想要的背景色 */
  z-index: -1; /* 确保背景色在内容后面 */
}
.benefits {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.benefits p {
  font-size: 14px;
}
.benefit {
  text-align: center;
}

.benefit svg {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.button.button--primary {
  background-color: #B93205;
  color: white;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}

@media (min-width: 1025px) {
  .product-details .productView-container,
  .product-details .breadcrumb-bg .container {
    max-width: 1500px;
  }
}
#tab-warranty-amp-return-mobile ul li:first-child {
  color: #B93205;
}
.card .card-information .card-price .price__saved {
  display: none;
}
.productView-title {
  font-size: 24px !important;
  line-height: 34px !important;
  font-weight: 700 !important;
}
.productView-customText {
  background: rgba(255, 99, 71, 0.2) !important;
  padding: 10px !important;
}
.halo-article-content .article-header .title {
  line-height: 1.05;
  margin-top: 2% !important;
  letter-spacing: normal;
}
.article-body .article-content {
  line-height: 1.8;
}
.halo-article-block {
  margin-top: 50px;
}
.halo-article-content .article-header::before {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  margin-bottom: 20px;
  transition: width 0.5s ease-out;
  margin: 0 0 20px;
  background: #000;
}
::marker .halo-article-content .article-body {
  letter-spacing: normal;
}

article .halo-article-content .article-body h2 {
  font-weight: 600;
  line-height: 1.25;
  font-size: 1.6em;
  letter-spacing: normal;
  margin-bottom: 1.8rem;
}

.halo-article-content .article-body h3 {
  font-weight: 600;
  line-height: 1.25em;
/*  font-size: 2.307692308em; */
  margin-bottom: 36px !important;
  letter-spacing: normal;
}

.halo-article-content .article-body h4 {
  line-height: 1.75;
  font-size: 1em;
  letter-spacing: normal;
}

h2 b,
h2 strong,
h3 b,
h3 strong{
  font-weight: inherit; /* 继承 h标签 的加粗，不再额外加粗 */
  color: inherit;       /* 避免颜色不同 */
}

/* .halo-article-content .article-body .article-content ol li{
    list-style: none;
    margin-bottom: 6px;
    line-height: 1.8;
} */
.halo-article-content .article-body .article-content ul li::marker {
  color: #f55a00;
}
/* .halo-article-content .article-body .article-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #f55a00;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: none;
    margin: 8.5px 11px 10px 0;
    float: left;
} */
/* .halo-article-content .article-body .article-content ol li{
    counter-increment: li;
}
.halo-article-content .article-body .article-content ol li:before {
    content: counter(li);
    min-width: 17px;
    float: left;
} */
@media (max-width: 551px) {
  .login-page::after {
    background: none;
  }
  .halo-article-content .article-body h3 {
    /*font-size: 32px !important;*/
  }
  .halo-article-content .article-body .article-content,
  .halo-article-content .article-body .article-content li {
    font-size: 14px !important;
  }

  .article-body .article-content table {
    overflow-x: scroll;
    display: block;
  }

  .article-body .article-content table td {
    padding-left: 0;
    min-width: 180px;
  }
  .article-body .article-content table td p {
    margin-bottom: 5px;
  }
}

.halo-article-content .halo-text-format h3 {
  margin-top: 25px;
}
.back-to-top-icon svg {
  width: 35px !important;
  height: 35px !important;
  fill: #000 !important;
  transform: rotate(-90deg);
}
.halo-recently-viewed-popup.is-show,
.recently-viewed-icon {
  background-color: transparent !important;
  box-shadow: none;
}
.collection-info--relative .collection-title {
  font-size: 24px;
}
.productView-tab .halo-text-format ul {
  padding: 0;
}
.productView-tab .halo-text-format ul li {
  letter-spacing: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}
.productView-tab .halo-text-format ul li + li {
  margin-top: 0;
}
.tabs-contents .toggleLink {
  font-size: 16px !important;
  padding-left: 5px !important;
}
.previewCartProduct .product-item-custom .card-action {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.previewCartProduct .product-item-custom .card-action .button {
  font-size: 12px;
  padding: 5px;
  width: max-content;
  margin: 0;
}
.previewCartProduct .product-item-custom .card:hover .card-action {
  transform: none;
}
.megamenu_style_1 .menu-dropdown__column .site-nav {
  padding: 0;
}
.account-page .h_buttons {
  justify-content: flex-start !important;
  margin-top: 10px !important;
}
.previewCartTotals.total {
  display: flex;
}

body .product-item-custom .card-information {
  top: -2px;
}

body .previewCartItem-qty .quantity {
  padding: 5px 14px 5px 20px;
}

body .previewCartItem-qty .btn-quantity {
  height: 34px;
}

body .previewCartItem-qty .btn-quantity:before,
body .previewCartItem-qty .btn-quantity.plus:after {
  top: 17px;
}

@media (max-width: 768px) {
  .template-product #shopify-section-halo-toolbar-mobile {
    display: none !important;
  }
  .productView-title {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .prorw_preview_badge_setup {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .productView-product .productView-moreItem:first-child {
    padding-bottom: 0 !important;
  }
}

#show-sticky-product {
  display: flex;
  padding: 0 !important;
  border-radius: 5px;
}
#show-sticky-product span {
  width: 100%;
  padding-top: 10px !important;
  padding-bottom: 11px !important;
}
#show-sticky-product .price-sticky {
  background: #ff4000;
}
.site-nav-title.menu_mobile_link_2 .text {
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .header-nav-compact .search-modal__form {
    height: unset !important;
    max-width: 200px !important;
  }
  .header-nav-compact .search-modal__form .search__input {
    font-size: var(--text_font_size) !important;
    color: var(--header_icons_color) !important;
  }
  .header-nav-compact .search-modal__form .search__button svg {
    width: 20px !important;
    height: 20px !important;
  }
  .header-nav-compact .quickSearchResultsWrap {
    width: 570px !important;
    left: auto;
    right: 0;
    box-shadow: 0 1px 4px #00000026;
  }
}

.previewCartGroup .button-view-cart {
  display: none !important;
}

/* Tooltip */
.tooltip {
  color: var(--color-white) !important;
  background: var(--color-global) !important;
}

.product-form__label .tooltip:hover {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sidebarBlock-contentWrapper {
  padding: 18px !important;
  background-color: #efefef !important;
}
.sidebarBlock-contentWrapper .facets__list {
  margin: 0 -5px 12px !important;
}
.sidebarBlock
  .sidebarBlock-content
  input[type="checkbox"]
  + .form-label--checkbox:before {
  right: 0 !important;
  left: auto !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #1e2116 !important;
  border-radius: 2px !important;
}
.sidebarBlock .sidebarBlock-content .facet-checkbox {
  padding-left: 0 !important;
  max-width: 248px;
}
@media (min-width: 400px) and (max-width: 1024px) {
  .sidebarBlock .sidebarBlock-content .facet-checkbox {
    max-width: 191px;
  }
}

li.list-menu__item.facets__item {
  margin-bottom: 12px !important;
}
.product-form__label .text {
  text-transform: uppercase !important;
}

.sticky-product-mobile-content .productView-thumbnail-wrapper,
.sticky-product-mobile-content .sticky-info {
  display: none !important;
}
.productView-stickyCart .product-form__submit.desktop {
  display: block;
}
.productView-stickyCart .product-form__submit.mobile {
  display: none;
}
@media (max-width: 767px) {
  .productView-stickyCart .product-form__submit.desktop {
    display: none;
  }
  .productView-stickyCart .product-form__submit.mobile {
    display: block;
  }
  #product-sticky-add-to-cart.mobile {
    display: flex;
    padding: 0 !important;
    border-radius: 5px;
  }
  #product-sticky-add-to-cart.mobile span {
    width: 100%;
    padding-top: 10px !important;
    padding-bottom: 11px !important;
  }
  #product-sticky-add-to-cart.mobile .price-sticky {
    background: #ff4000;
  }
  .is-loading.button.mobile:before {
    top: 30%;
  }
}

.tolstoy-carousel .tolstoy-carousel-container {
  margin-left: 0 !important;
}
.tolstoy-carousel .tolstoy-carousel-title {
  display: none !important;
}
.tolstoy-video-carousel-container {
  justify-content: start !important;
  gap: 0 !important;
}

.card-swatch .item {
  margin: 0 5px 5px 0 !important;
}

/* Homepage: show "new" text on the color swatch blocks inside product cards */
.template-index .card-swatch .swatch-label .pattern .swatch-new{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:9px;
  line-height:1;
  font-weight:700;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:#fff;
  background:rgba(0,0,0,.35);
  pointer-events:none;
}

/* Homepage: always-visible swatch description text (uses variant metafield: color_is_detail) */
.template-index .card-swatch{
  flex-wrap:wrap;
}
.template-index .card-swatch .swatch-detail-text{
  flex:0 0 100%;
  margin-top:3px;
  font-size:12px;
  line-height:1.2;
  color:var(--color-text, #232323);
  text-transform:none;
}
.template-index .card-swatch.text-center .swatch-detail-text{ text-align:center; }
.template-index .card-swatch.text-right .swatch-detail-text{ text-align:right; }
/* Homepage: ensure group-swatch-item displays inline like regular items */
.template-index .card-swatch .swatch .group-swatch-item {
  display: inline-block !important;
  vertical-align: top;
  margin: 0 5px 5px 0 !important;
}

/* Collection page: color_is_detail labels above each swatch */
.card-swatch {
  position: relative;
}
.card-swatch .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
.card-swatch .item .swatch-detail-text {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  line-height: 0.8;
  font-weight: 700;
  color: #ff0000 !important;
  white-space: nowrap;
  display: block;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}
.card-swatch.text-left .item .swatch-detail-text {
  left: 0;
  transform: none;
  text-align: left;
}
.card-swatch.text-center .item .swatch-detail-text {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.card-swatch.text-right .item .swatch-detail-text {
  left: auto;
  right: 0;
  transform: none;
  text-align: right;
}
.card-swatch .item .item-wrapper,
.card-swatch .group-swatch-item .item-wrapper {
  width: 100%;
}
/* For group-swatch items (hidden items) */
.card-swatch .group-swatch {
  display: contents;
}
.card-swatch .group-swatch-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  flex-shrink: 0;
  margin: 0 5px 5px 0 !important;
}
/* Homepage: prevent group-swatch-item from wrapping */
.template-index .card-swatch .group-swatch-item {
  display: inline-block !important;
  flex-shrink: 0;
  vertical-align: top;
}
.card-swatch .group-swatch-item .swatch-detail-text {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  line-height: 0.8;
  font-weight: 700;
  color: #ff0000 !important;
  white-space: nowrap;
  display: block;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}
.card-swatch.text-left .group-swatch-item .swatch-detail-text {
  left: 0;
  transform: none;
  text-align: left;
}
.card-swatch.text-center .group-swatch-item .swatch-detail-text {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.card-swatch.text-right .group-swatch-item .swatch-detail-text {
  left: auto;
  right: 0;
  transform: none;
  text-align: right;
}

/* Force color labels to be centered above each swatch on all templates */
.card-swatch .item .swatch-detail-text,
.card-swatch .group-swatch-item .swatch-detail-text {
  left: 50% !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
}

.productView-moreItem .image_custom_1 {
  margin-bottom: var(--margin-bottom-image);
}

.wrapper-image-below {
  display: flex;
  align-items: center;
  gap: var(--gap-img);
}
.wrapper-image-below a {
  max-width: calc(100% / 12 * 6);
  flex-basis: calc(100% / 12 * 6);
}

@media (max-width: 768px) {
  .wrapper-image-below {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: var(--gap-img);
  }
  .wrapper-image-below a {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.facets__item--swatch .facet-checkbox .pattern {
  background-size: contain !important;
}

@media (min-width: 1025px) {
  .menu-dropdown__column {
    display: flex !important;
  }
}

.halo-sidebar_menu .site-nav-list .site-nav-sub{
  position: unset!important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0)!important;
  height: 0 !important;
  padding-bottom: 0 !important;
}
.halo-sidebar_menu .site-nav-sub .nav-title-mobile{
  display: none !important;
}
.site-nav-mobile .menu-dropdown__wrapper .site-nav.is-open .site-nav-sub{
  height: auto !important;
}

.site-nav-mobile .menu-dropdown__wrapper .site-nav.is-open .site-nav-title .icon-dropdown svg{
  transform: rotate(90deg) translate3d(-3px, 8px, 0px);
}
@media((max-width: 1024px)){
  .halo-sidebar_search .quickSearchResultsBlock .search-block-content .products-grid .product{
    width: calc(100% / 2) !important;
  }
  .halo-sidebar.halo-sidebar-right .halo-sidebar-close,
  body.menu_open #navigation-mobile .halo-sidebar-close,
  .halo-sidebar.halo-sidebar-left.halo-sidebar_search .halo-sidebar-close{
      background-color: #B93205 !important;
  }
}
@media (max-width: 1024px) {
  body .halo-sidebar_menu .megamenu_style_1 .menu-dropdown__banner .site-nav-banner .site-nav-banner--item {
        width: 100% !important;
    }
}
@media screen and (min-width: 1025px) {
    .header-nav-compact .quickSearchResultsBlock .list-item .item {
      margin: 3px 0 !important;
    }
}
@media screen and (min-width: 1025px) {
    .header-nav-compact .quickSearchResultsBlock .search-block+.search-block {
        margin-top: 0 !important;
    }
}
@media screen and (min-width: 1025px) {
    .header-nav-compact .quickSearchResultsBlock .list-item .link {
        padding: 2px 12px 2px !important;
    }
}
@media screen and (min-width: 1025px) {
    .header-nav-compact .header__search .quickSearchResultsWrap {
        padding: 5px 0 20px !important;
    }
}
.quickSearchResultsBlock .search-block-title{
  margin: 5px 0 !important;
}
.footer-block__list-payment {
  display: none !important;
}.menu-lv-1:last-child .menu-lv-1__action {
  color: #B93205 !important;
}
  
