.single-product-name {
    font-size: 24px !important;
}


.product-gallery .gallery-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /* khoảng cách giữa ô */
}

.product-gallery .gallery-item {
    flex: 0 0 calc(20% - 12px);
    /* 5 ô 1 hàng */
}

.product-gallery .ratio {
    border-radius: 8px;
    overflow: hidden;
}

/* Ảnh */
.product-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}



/* Nút +Số lượng */
.product-gallery .btn-view-more {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s;
}

.product-gallery .btn-view-more:hover {
    background: rgba(0, 0, 0, 0.8);
}

.sku {
    color: #75421b;
}

#custom-add-to-cart {
    font-size: .97em !important;
    font-weight: 700;
    padding: 8px 20px;
    text-transform: uppercase;

}


.wish-single {
    background: #fff;
    border-radius: 50px;
    padding: 6px 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.wish-single a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

.wish-single a:hover {
    color: #e63946;
    /* đỏ khi hover */
}

.consult-box {
    background: #fff7e6;
    /* nền vàng nhạt */
    border: 1px solid #75421b;
    border-radius: 8px;
    gap: 15px;
}

.consult-text {
    font-size: 14px;
    color: #000;
    line-height: 1.4;
}

.btn-call-now {
    background: #75421b;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.3s;
}

.btn-call-now:hover {
    background: #e68900;
    text-decoration: none;
}

.description_single {
    font-size: 22px !important;
    display: flex;
    border-bottom: 1.5px solid #cdcdcd;
    padding-bottom: 3px;
}

/* archive  */
.archive_title {
    font-size: 30px;
}

.new_product_archive {
    display: flex;
    border-bottom: 1.5px solid #cdcdcd;
    padding-bottom: 3px;
}


.widget-categories ul {
    margin: 0;
    padding-left: 0;
}

.widget-categories ul ul {
    padding-left: 15px;
    border-left: 2px solid #eee;
    margin-left: 10px;
}

.widget-categories li a {
    text-decoration: none;
    transition: color 0.2s;
}

.widget-categories li a:hover {
    color: #75421b !important;
}

.widget-categories li a.text-primary:hover {
    color: #75421b;
    /* màu hover */
}

.toggle-cat {
    font-size: 14px;
    cursor: pointer;
    color: black;
}

.widget-categories ul,
.widget-categories li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}


.font-size-17px {
    font-size: 17px !important;
    color: black;
}

/* Pagination WooCommerce chỉ áp dụng trong .shop-container */
.shop-container nav.woocommerce-pagination {
    text-align: center !important;
}

.shop-container nav.woocommerce-pagination ul {
    display: inline-flex !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.shop-container nav.woocommerce-pagination ul li {
    margin: 0 !important;
    border: none !important;

}

/* Link & span */
.shop-container nav.woocommerce-pagination ul li a,
.shop-container nav.woocommerce-pagination ul li span {
    display: inline-block !important;
    background: #75421b !important;
    /* màu chính */
    color: #fff !important;
    font-weight: 600 !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
}

/* Trang hiện tại */
.shop-container nav.woocommerce-pagination ul li span.current {
    background: #a81d1d !important;
    /* đậm hơn */
}

/* Hover */
.shop-container nav.woocommerce-pagination ul li a:hover {
    background: #a81d1d !important;
    /* nền đậm hơn khi hover */
}

.shop-container nav.woocommerce-pagination ul li a,
.shop-container nav.woocommerce-pagination ul li span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    min-height: 40px !important;
    background: #75421b !important;
    /* màu chính */
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    margin: 0 3px !important;
    transition: all 0.3s ease !important;
}

.shop-container nav.woocommerce-pagination ul li span.current {
    background: #a81d1d !important;
    /* trang hiện tại */
}

.shop-container nav.woocommerce-pagination ul li a:hover {
    background: #a81d1d !important;
    /* hover */
}

.gallery-item .overlay-more {
    background-color: rgba(0, 0, 0, 0.3);
    /* mờ vừa phải */
    transition: background-color 0.3s;
}

.gallery-item:hover .overlay-more {
    background-color: rgba(0, 0, 0, 0.5);
    /* khi hover đậm hơn một chút */
}

.single-product .badge.bg-danger{
    border-radius: 0 !important;
}

.shop-container .row{
    --bs-gutter-x: .5rem !important;
    --bs-gutter-y: .5rem !important;
}

@media (min-width: 992px) {
    .woo-shop > .col-lg-3 {
        width: 22% !important;
    }
    .woo-shop > .col-lg-9 {
        width: 78% !important;
    }
}




/* .phone-shake i {

    color: white;
    display: inline-block;
    animation: phoneRing 1.2s ease-in-out infinite;
    transform-origin: 50% 10%;
}

@keyframes phoneRing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(-12deg);
    }

    20% {
        transform: rotate(12deg);
    }

    30% {
        transform: rotate(-10deg);
    }

    40% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(-6deg);
    }

    60% {
        transform: rotate(6deg);
    }

    70% {
        transform: rotate(-3deg);
    }

    80% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .phone-shake i {
        animation: none;
    }
} */