/* Trang chủ custom: chỉ xử lý selector hệ thống và trạng thái mà utility không phù hợp. */
.home #footer {
    display: none;
}

.home #main,
.home #wrapper {
    background: #fff;
}

.home #main {
    padding: 0;
}

.custom-home-header__active::after {
    position: absolute;
    right: 0;
    bottom: 14px;
    left: 0;
    height: 2px;
    border-radius: 9999px;
    background: var(--primary);
    content: "";
}

/* Flatsome để flex item dạng block chiếm toàn hàng; cố định vùng action theo từng breakpoint. */
.custom-home-header__actions {
    flex: 0 0 88px;
    width: 88px;
    max-width: 88px;
}

@media (min-width: 640px) {
    .custom-home-header__actions {
        flex-basis: 184px;
        width: 184px;
        max-width: 184px;
    }
}

@media (min-width: 850px) {
    .custom-home-header__actions {
        flex-basis: 249px;
        width: 249px;
        max-width: 249px;
    }
}

.custom-home-mobile-nav > summary::-webkit-details-marker {
    display: none;
}

.custom-home-product-price del {
    margin-left: 4px;
    color: var(--price-old-color);
    font-size: 0.85em;
    font-weight: 400;
}

.custom-home-product-price ins {
    color: var(--price-color);
    text-decoration: none;
}

.custom-home-testimonials {
    scrollbar-color: var(--accent-200) transparent;
    scrollbar-width: thin;
}

.custom-home-testimonials::-webkit-scrollbar {
    height: 5px;
}

.custom-home-testimonials::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: var(--accent-200);
}
