/** Shopify CDN: Minification failed

Line 11:0 All "@import" rules must come first
Line 12:0 All "@import" rules must come first

**/
html {
  opacity: 1 !important;
}

@import url('./bss-lock-settings.css');
@import url('./bss-custom.css');

.hover-image-scale {
  overflow: hidden;
}

.hover-image-scale:hover .product--image {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.template-product .product-single__meta form .product-price-wrapper .active[bss-b2b-product-price] {
  color: #1f2021;
  font-size: 1.125em;
  font-weight: 700;
  margin-right: 30px
}

/* new 240613
    new page-dev 240716
*/
@media (max-width: 768px) {
  .product-mb-title-new+div {
    /* display: none; */
    border-bottom: 1px solid rgba(0, 0, 0, .15);
  }
}

.section-product-guides {
  padding-block: 30px;
}

.section-specification td,
.section-specification th {
  border: 2px solid #efefef;
  font-family: manrope-regular, Avenir Next, sans-serif;
  font-size: 16px;
  padding: 12px 15px 12px 20px;
  letter-spacing: 0;
}

.section-specification th {
  color: #1f2021;
  font-weight: 700;
}

.section-specification td {
  color: #6d6d6d;
  font-weight: 400;
}

.section-specification .table-wrapper table {
  width: 100%;
}

.section-specification .table-wrapper {
  overflow: auto;
}

@media (max-width: 768px) {

  .section-specification td,
  .section-specification th {
    font-size: 14px;
  }

  .section-specification .table-wrapper table {
    width: 100%;
  }
}

.new-product-featured-info-container {
  justify-content: center;
  --column-gap: 30px;
  --row-gap: 10px;
  gap: var(--row-gap) var(--column-gap);
  font-family: manrope-regular, Avenir Next, sans-serif;
}

.section-new-featured-info-slide .product-featured-info-item {
  width: 100%;
  font-family: manrope-regular, Avenir Next, sans-serif;
  flex-direction: column;
}

.section-new-featured-info-slide custom-swiper {
  position: relative;
}

.section-new-featured-info-slide .swiper-navigation-button {
  display: flex;
  position: absolute;
  top: 48%;
  z-index: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.section-new-featured-info-slide .swiper-prev-button>svg {
  transform: rotate(180deg);
}

.section-new-featured-info-slide .swiper-wrapper {
  /* padding-block:30px; */
}

.section-new-featured-info-slide .swiper-wrapper .swiper-slide {
  transition: ease .3s;
}

.section-new-featured-info-slide .swiper-prev-button {
  left: 8%;
}

.section-new-featured-info-slide .swiper-next-button {
  right: 8%;
}

.section-new-featured-info-slide .swiper-scrollbar {
  height: 4px;
  width: calc(100% - 45px);
  margin: 0 auto;
}

.section-new-featured-info-slide .swiper-scrollbar-drag {
  background: #eb3300;
}

.section-new-featured-info-slide .swiper-navigation-button.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
}

.section-new-featured-info-slide .swiper-slide {
  width: calc(33.3% - 30px * 2 / 3);
}

@media (min-width:590px) {

  .section-new-featured-info-slide .swiper-slide:not(.swiper-slide-active)[data-swiper-slide-index] {
    transform: scale(0.88);
  }
}

@media (max-width: 589px) {
  .section-new-featured-info-slide .swiper-next-button {
    right: 0;
  }

  .section-new-featured-info-slide .swiper-prev-button {
    left: 0;
  }

  .section-new-featured-info-slide .product-featured-info-item {
    padding-inline: 29px;
    align-items: center;
  }

  .section-new-featured-info-slide .product-featured-info-item .text-wrapper {
    padding-block: 5px;
  }

}

@media (min-width: 769px) {
  .section-new-featured-info-slide custom-swiper {
    padding-top: 40px;
  }

  .new-product-featured-info-container .product-featured-info-item {
    width: calc(25% - var(--column-gap) * 3 / 4);
  }
}

@media (max-width: 768px) {
  .grid-product__wrapper .grid-product__meta .btn {
    font-size: 14px;
  }

  .new-product-featured-info-container .product-featured-info-item {
    flex-direction: column;
    max-width: 500px;
  }
}

@media (min-width: 769px) {
  .lg\:hidden {
    display: none !important;
  }

  .lg\:.border-0 {
    border: none !important;
  }
}

@media (min-width: 590px) and (max-width: 768px) {
  .md\:hidden {
    display: none !important;
  }

  .md\:border-0 {
    border: none !important;
  }
}

@media (max-width: 589px) {
  .sm\:hidden {
    display: none !important;
  }

  .sm\:border-0 {
    border: none !important;
  }
}


.hover-image-scale {
  overflow: hidden;
}

.hover-image-scale:hover .product--image {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@media (max-width: 770px) {
  .help-info-item-wrapper {
    width: 80%;
    margin-top: 40px;
    grid-template-columns: 1.3fr 1fr;
  }

  .template-page .main-content .shopify-section {
    margin-bottom: 0;
  }
}

/* bc-livechat App */
#bc-frame-container {
  z-index: 999 !important;
}