/** Shopify CDN: Minification failed

Line 112:7 Unexpected "/"

**/
.mp2-link {
    font-weight: 600;
    padding-top: 15px;
}

.mobile_menu-mega-product-level3-container .product-item__name {
    font-weight: 500;
}

.menu_product_2 {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /* visibility: visible !important;
    opacity: 1 !important;
    z-index: 100 !important; */
}

.mobile_menu-mega-product-level3-container .product-item__name,
.menu_product_2 .product-item__name,
.products-grid__items .product-item .product-item__name,
.product-item.grid-custom-item .product-item__name,
.product-item__information .product-item__name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
           line-clamp: 2;
    -webkit-box-orient: vertical;
}

.menu_product_2 .product-item{
    background-color: #f8f9fd;
    border-radius: 15px;
}

.products-grid__items .product-item,
.grid__item ,
.grid-custom-item,
.collection-tab__tab-content .product-item,
.sec__products-deal .product-item  {
    background-color: #ffffff;
    border-radius: 15px;
}

.menu_product_2 .product-item__information,
.grid__item .product-item__information,
.sec__products-deal .product-item__information,
.sec__products-grid .product-item__information,
.collection-tab__tab-content .product-item .product-item__information {
    padding: 20px;
    padding-top: 0;
}
.sec__products-grid .product-grid {
    background-color: #fff;
    border-radius: 15px;
}

.menu_product_2 variant-radios {
    display: none;
}

.js-media-filter.is-active {
    background-color: #111;
    color: #fff;
}

.js-media-filter.is-active svg,
.js-media-filter:hover svg {
    fill: #fff;
}

.product-bought-image-item.main-product {
    display: none;
}

/* .sec__collection-tab .collection-tab__tab-item {
    background-color: transparent;
} */
/* Chỉ dùng !important khi thực sự cần thiết và phải phân chia Mobile/Desktop */
.fs-custom {
    font-size: var(--font-size); /* Ưu tiên lấy từ style inline của Liquid */
}
.fs-custom {
    font-size: calc(var(--font-size) * 1px);
}
/* Desktop: Ưu tiên --font-size, nếu trống thì dùng 16px làm mặc định */
.fs-custom {
    font-size: calc(var(--font-size, 16) * 1px);
    line-height: 1.4; /* Thêm line-height để văn bản dễ đọc hơn khi font to */
}

/* Mobile: Ghi đè bằng biến mobile */
@media (max-width: 768px) {
    .fs-custom {
        font-size: calc(var(--mb-font-size, var(--font-size, 16)) * 1px) !important;
    }
}
@media (max-width: 768px) {
    .sec__content-subheading.fs-custom,
    .sec__content-heading.fs-custom,
    .sec__content-des.fs-custom {
        font-size: calc(var(--mb-font-size) * 1px);
    }
    .sec__content-subheading.mb-custom,
    .sec__content-heading.mb-custom,
    .sec__content-des.mb-custom {
        margin-bottom: calc(var(--mb-space-bottom) * 1px);
    } */
    .mb-custom {
        margin-bottom: calc(var(--mb-space-bottom) * 1px)!important;
    }
    .mb-body_weight {
        font-weight: var(--body-weight);
    }
    .mb-subheading_weight {
        font-weight: var(--subheading-weight, 600);
    }
    .mb-heading_weight {
        font-weight: var(--heading-weight, 600);
    }
    .py-custom {
        padding-top: calc(var(--mb-padding-block) * 1px);
        padding-bottom: calc(var(--mb-padding-block) * 1px);
    }
    .px-custom {
        padding-left: calc(var(--mb-padding-inline) * 1px);
        padding-right: calc(var(--mb-padding-inline) * 1px);
    }
    .pb-custom {
        padding-bottom: calc(var(--mb-space-bottom) * 1px);
    }
    .mt-custom {
        margin-top: var(--mb-space-top);
    }
}

@media (min-width: 768px) {
    .md-top-left {
      align-self: baseline;
      justify-content: unset;
    }
    .md-top-center {
        justify-content: center;
        align-self: baseline;
    }
    .md-top-right {
        justify-content: flex-end;
        align-self: baseline;
    }
    .md-middle-left {
       align-items: center;
      justify-content: unset;
    }
    .md-middle-center {
        align-items: center;
        justify-content: center;
    }
    .md-middle-right {
        align-items: center;
        justify-content: flex-end;
    }
    .md-bottom-left {
        align-items: flex-end;
        justify-content: unset;
    }
    .md-bottom-center {
        align-items: flex-end;
        justify-content: center;
    }
    .md-bottom-right {
        align-items: flex-end;
        justify-content: flex-end;
    }
}
.slide-section .swiper {
    --col-gap: 10px
}
.product-item__name {
    --mb-font-size: 15;
}

.collection-tab__ta::-webkit-scrollbar {
    display: none;
}

p, ul {
    margin-block: 0;
}

sticky-add-cart .product-item__information {
    display: none;
}
.sec__featured-product collapsible-block {
    background-color: #f6f8f9;
    /* padding-inline: 10px; */
} 
.product-detail__information collapsible-block .collapsible-heading{
    letter-spacing: 0.04rem;
}

multi-content .sec__content-des {
    line-height: 1.5;
}

button-wishlist, .product-item__button-compare {
color: #111;
}
button-wishlist:hover {
color: var(--color-link-hover);
}
.product-item__button-compare:hover {
    color: #fff
    background: linear-gradient(310deg, rgba(0, 58, 128, 1), rgba(0, 117, 255, 1) 50%, rgba(51, 164, 255, 1) 100%)
}
.swiper-pagination {
color: #111;
}
sticky-add-cart {
  transform: translateY(0)!important;
  opacity: 1 !important;
  visibility: visible !important;
}
.sec__collection-tab .swiper-actions {
    margin: 0;
}
@media (max-width: 767.9px) {
    .mb-top-left {
    align-self: baseline;
    }
    .mb-top-center {
    justify-content: center;
    align-self: baseline;
    }
    .mb-top-right {
    justify-content: flex-end;
    align-self: baseline;
    }
    .mb-middle-left {
    align-items: center;
    }
    .mb-middle-center {
    align-items: center;
    justify-content: center;
    }
    .mb-middle-right {
    align-items: center;
    justify-content: flex-end;
    }
    .mb-bottom-left {
    align-items: flex-end;
    }
    .mb-bottom-center {
    align-items: flex-end;
    justify-content: center;
    }
    .mb-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
    }
    .mb-text-left {
    text-align: start;
    }
    .mb-text-center {
    text-align: center;
    }
    .mb-text-right {
    text-align: end;
    }
    .mb-justify-content-left {
    justify-content: flex-start;
    }
    .mb-justify-content-right {
    justify-content: flex-end;
    }
    .mb-justify-content-center {
    justify-content: center;
    }
}

product-recommendations motion-element.product-item__wrapper {
    background-color: #f6f8f9;
    padding: 0.5rem;
    border-radius: 1rem;
}