/** Shopify CDN: Minification failed

Line 320:74 Unexpected "{"

**/
.main-collection-banner__content h1{
      color: #138a73;
      font-size: clamp(24px, 3vw, 36px);
}

.top-spacing-normal[data-section-name="main-collection-banner"] {
    background: #309f8a40;
    border-left: 5px solid #309f8a;
    padding: 20px 0px;
    max-width: 1400px;
    margin: auto;
    text-align: left;
    color: #fff;
    width: calc(100% - 30px);
}
.top-spacing-normal[data-section-name="main-collection-product-grid"]{
  margin-top: 40px;
}
.product-card__image__container {
    overflow: hidden !important;
}

@media (max-width: 576px) {
    .facets-toolbar {
        display: flex;
        row-gap: 30px;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}
#PopupModal-quickview .product__title{
font-size: clamp(24px, 3vw, 36px);
}

@media (min-width: 580px) and (max-width: 1470px){
  .top-spacing-normal[data-section-name="main-collection-banner"] {
      width: calc(100% - 32px) !important;
  }
}

.product-card .product-card-small__heading>* {
    text-transform: unset;
    line-height: 1.4em;
}
.product-card .price__container .price{
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.product-card .price__container .price__regular{
  font-size: 14px;
}
.card-price-custom {
    font-size: 14px !important;
    color: #df6c31 !important;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    .product-card .price__container .price__regular,
    .product-card .price__container .card-price-custom{
        font-size: 14px !important;
    }
    /* .product-card {
        box-shadow: 0px 0px 8px 1px #0000004a;
        padding: 5%;
    } */
    [class*="page-grid-"].page-vertical-gap-40 {
        row-gap: 20px !important;
    }
    .page-width .facets-toolbar.toolbar__design_1{
        display: flex;
        row-gap: 20px;
        flex-wrap: nowrap !important;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .page-width .facets-toolbar .products_count {
        text-align: right !important;
    }
    .product-grid__container .collection .product-card{
        box-shadow: 0px 0px 8px 1px #0000004a;
        padding: 5% !important;
    }
}

@media (min-width: 1025px) {
    .hover-area:hover .animation-underline:not(.native-hover):before, .animation-underline:hover:before {
        width: 0% !important;
    }
}

.top-spacing-medium[data-section-name="wokiee-review"]{
    padding-bottom: var(--sections-top-spacing-mobile);
}
.list-menu--classic .list-menu--inline {
    --column-gap: 40px;
}
.wokiee-review__item{
    background: #f5f8fc !important;
}
[class*=wokiee-review__item__review__]{
    background: transparent !important;
}

@media (max-width: 1024px) {
    .swiper-pagination-horizontal.swiper-pagination-bullets {
        margin: 0px auto !important;
        margin-top: 20px !important;
    }
}


/* ===== 产品区块通用样式 ===== */
.product-block {
  margin-bottom: 16px;
}

.product-block:last-child {
  margin-bottom: 0;
}

/* ===== SKU / Vendor / Type / Barcode 样式 ===== */
.product__information-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
}

.product__information-label {
  color: #6c757d;
  font-weight: 500;
  min-width: 60px;
}

.product__information-value {
  color: #2c3e50;
  font-weight: 400;
}

.product__information-value a {
  color: #007bff;
  text-decoration: none;
}

.product__information-value a:hover {
  text-decoration: underline;
}

/* ===== 简短描述样式 ===== */
.product-short-description {
  padding: 14px 18px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #dc3545;
}

.product-short-description p {
  margin-bottom: 0;
}

.product-short-description ul,
.product-short-description ol {
  padding-left: 20px;
  margin: 8px 0;
}

.product-short-description strong {
  color: #dc3545;
}

/* ===== 产品描述样式 ===== */
.product__description {
  font-size: 15px;
  line-height: 1.8;
  color: #2c3e50;
}

.product__description p {
  margin-bottom: 12px;
}

.product__description ul,
.product__description ol {
  padding-left: 24px;
  margin: 8px 0 12px 0;
}

.product__description li {
  margin-bottom: 4px;
}

/* ===== 响应式 ===== */
@media (max-width: 576px) {
  .product__information-item {
    font-size: 13px;
    flex-wrap: wrap;
  }
  
  .product__information-label {
    min-width: 50px;
  }
  
  .product-short-description {
    padding: 10px 14px;
    font-size: 14px;
  }
  
  .product__description {
    font-size: 14px;
  }
}
.mg-product-description-section{
    max-width: 1400px;
    width: 100%;
}
.breadcrumb__container {
    background: #f8f8f8;
    padding: 1.5% 2%;
    margin-top: 15px;
    margin-bottom:10px;
}
.main-product__container .product__title h1.h1{
    font-size: clamp(30px, 2vw, 42px);
    line-height: 1.4em;
}
.btn--variant{
  border: 1px solid #ddd;
}
#MainContent{
  margin-bottom:60px;
}
.product-media__item .product__media.border__radius>img{
    border: 1px solid #eee;
    border-radius: 18px;
}
/* 隐藏滚动条 */
.swiper-thumb__container::-webkit-scrollbar,
.custom__scrollbar::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}
.swiper-thumb__container, .custom__scrollbar {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}
.mg-product-description-section table th,
.mg-product-description-section table td,
.mg-product-description-section table{
  border-color:#ddd !important;
}
.mg-product-description-section h1 {
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 700;
}

.mg-product-description-section h2 {
  font-size: clamp(22px, 2.6vw, 26px);
  font-weight: 700;
}

.mg-product-description-section h3 {
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 700;
}

.mg-product-description-section h4 {
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 600;
}

.mg-product-description-section h5 {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 600;
}

.mg-product-description-section h6 {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 400;
}

/*产品详情页视频板块响应式*/
.video-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.video-container iframe {
  width: 100%;
  height: auto;  
  aspect-ratio: 16 / 9;
  display: block;
}


.search .field.search__field__input .field__input,
.comment-form .field-with-icon .field__input,
.comment-form .field__input.text-area{
  background: #2f9f884d !important;
  color:#000 !important !important;
}
.search .field.search__field__input .field__input:active, 
.search .field.search__field__input .field__input:focus, 
.search .field.search__field__input .field:hover .field__input, 
.search .field.search__field__input .field__input:not(:focus):hover,
.comment-form .field.search__field__input .field__input:active, 
.comment-form .field.search__field__input .field__input:focus, 
.comment-form .field.search__field__input .field:hover .field__input, 
.comment-form .field.search__field__input .field__input:not(:focus):hover,{
  outline: 1px solid var(--color-input-outline-active) !important;
}
.quantity .field__input {
    background: #f2f2f2;
}
.checkbox-input__front {
    background: #f2f2f2;
}
.mg-product-description-content img{
  width:100% !important;
}
.mg-product-description-rte p {
    margin-bottom: 0;
    line-height: 1.8em !important;
    margin-top: 12px;
}
.main-product__container .product__title h1.h1 {
    text-transform: initial;
}