.woocommerce-breadcrumb,
.shop-page-title,
#shop-sidebar .is-divider,
.woocommerce-tabs li.reviews_tab {
    display: none !important;
}

.category-page-row {
    padding-top: 70px !important;
}

.category-page-row,
.product-main {
    background-color: #f4f4f4;
}



#shop-sidebar .widget-title {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    position: relative;
    font-size: 1.25rem !important;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

#shop-sidebar .widget-title:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #999;
    position: absolute;
    left: 0;
    bottom: 0;
}

.product-gallery>.row {
    flex-direction: row-reverse;
}

.product-info.summary.col-fit.col.entry-summary.product-summary .is-divider {
    max-width: 100%;
    height: 2px;
}

/* TABS */
.product-section-title-related,
.woocommerce-tabs .tabs li.active>a {
    border: none !important;
    font-size: 1.25rem !important;
    padding: 0;
    font-family: "Noto Sans", sans-serif;
    color: var(--fs-color-primary);
    font-weight: 600;

}



.nav-pagination>li>a,
.nav-pagination>li>span {
    border-radius: 4px !important;
}



/* ==========================================================================
   MIN-WIDTH (Mobile First - Ưu tiên từ thấp đến cao)
   ========================================================================== */

@media (min-width: 375px) {
    /* Mobile L */
}

@media (min-width: 430px) {
    /* Mobile XL */
}

@media (min-width: 768px) {
    /* Tablet */
}

@media (min-width: 820px) {
    /* Tablet L */
}

@media (min-width: 1024px) {
    /* Laptop / iPad Pro */
}

@media (min-width: 1280px) {
    /* Desktop */
}

@media (min-width: 1920px) {
    /* Large Desktop */
}

/* ==========================================================================
   MAX-WIDTH (Desktop First - Ưu tiên từ cao xuống thấp)
   ========================================================================== */

@media (max-width: 1920px) {
    /* Max Large Desktop */
}

@media (max-width: 1280px) {
    /* Max Desktop */
}

@media (max-width: 1024px) {
    /* Max Laptop / iPad Pro */
}

@media (max-width: 820px) {
    /* Max Tablet L */
}

@media (max-width: 768px) {
    /* Max Tablet */
}

@media (max-width: 430px) {
    /* Max Mobile XL */
}

@media (max-width: 375px) {
    /* Max Mobile L */
}