.input-group-append {
    margin-left: -12px !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #2a3448 !important; /* Optional: Change border color on focus */
}

.dropdown-menu {
    width: 100%;
}

.dropdown-item {
    padding: 10px 16px !important;
}

.fa-angle-right {
    color: #2a3448;
    margin-right: 8px;
}

.header-container {
    padding: 0 20px;
}

.header-intro-left {
    display: flex;
    gap: 24px;
}

.header-intro,
.filter-container {
    display: flex;
    justify-content: space-between;
}

.filter-left {
    display: flex;
    gap: 24px;
}

.filter-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-top {
    background-color: #2a3448;
    color: white;
    padding: 1.5rem 0;
}

.footer-top .feature {
    text-align: center;
}

.footer-top .feature i {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}

.footer-middle {
    padding: 2rem 0;
    background-color: #d9d9d9;
    color: #333;
}

.footer-middle h6 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2a3448;
}

.footer-middle ul {
    padding-left: 0;
    list-style: none;
}

.footer-middle ul li {
    margin-bottom: 0.5rem;
}

.footer-bottom {
    background-color: #333;
    color: white;
    padding: 1rem;
    text-align: center;
    position: relative;
}

.product-header {
    position: relative;
    background: url("https://theme.hstatic.net/200000521195/1000872898/14/bg_breadcrumb.jpg?v=236")
        center/cover no-repeat;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.product-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

.breadcrumb-custom {
    --bs-breadcrumb-divider: ">";
    background: transparent;
    justify-content: center;
}

.breadcrumb-item + .breadcrumb-item {
    color: #2a3448;
}

/* Detail section */
.detail-image {
    position: relative;
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    /* ẩn tràn hình */
}

.detail-image img {
    transition: transform 0.3s ease;
    width: 100%;
    display: block;
}

.detail-image:hover img {
    transform: scale(1.2);
}

.price-badge {
    display: inline-block;
    /* background: #2A3448; */
    /* color: #fff; */
    padding: 10px;
    font-weight: 600;
    margin-bottom: 20px;
}

.price-badge.price {
    font-size: 16px;
    color: #888;
    text-decoration: line-through;
    margin-top: 8px;
}

.price-badge.sale-price,
.price-badge.price-only {
    font-size: 18px;
    color: #2d3448;
    font-weight: bold;
    margin-top: 4px;
}

.option-button {
    margin-right: 8px;
}

.qty-control .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 1;
}

.thumbnail-list img {
    max-width: 80px;
    height: auto;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.thumbnail-list img.active {
    border-color: #2a3448;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white !important;
}

/* Section headers */
.section-header {
    display: inline-block;
    background-color: #2a3448;
    color: #fff;
    padding: 6px 40px;
    font-size: 1.25rem;
    font-weight: 600;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    margin-bottom: 0.5rem;
}

.section-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin-bottom: 1.5rem;
}

.product-card .price {
    font-size: 16px;
    color: #888;
    text-decoration: line-through;
    margin-top: 8px;
}

.product-card .sale-price {
    font-size: 18px;
    color: #2d3448;
    font-weight: bold;
    margin-top: 4px;
}
