.section-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-404 h1 {
    font-size: 66px;
    font-weight: bold;
}

.section-404 a {
    text-decoration: none;
    font-size: 18px;
    color: rgba(25, 106, 180, 1);
}


@media only screen and (max-width: 991px) {
    .section-404 h1 {
        font-size: 36px;
    }

    .section-404 a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .section-404 h1 {
        font-size: 24px;
    }

    .section-404 a {
        font-size: 12px;
    }
}

.pagination .page-link {
    color: #374957 !important;
    background-color: #fff !important;
    width: 33px !important;
    border-color: #374957 !important;
}

.pagination .active span {
    background-color: #374957 !important;
    border-color: #374957 !important;
    color: #fff !important;
}


.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8f8f8;
    padding: 50px 20px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    text-align: center;
}

.cookie-p {
    margin: 0;
    font-size: 16px;
}

.cookie-more-btn {
    font-style: italic;
    font-weight: 500;
}

.cookie-btn1 {
    margin-left: 5px;
}

.cookie-btn2 {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
}


.thank-you .box {
    margin: 50px auto 50px auto;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.thank-you .check {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #16a34a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.thank-you .check:after {
    content: "";
    width: 28px;
    height: 14px;
    border: 4px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    display: block;
}

.thank-you h1 {
    margin: 10px 0;
    font-size: 24px;
    color: #111
}

.thank-you p {
    margin: 6px 0;
    color: #555
}

.thank-you .order-info {
    background: #f1f5f9;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    text-align: left;
}

.thank-you .order-info div {
    margin: 4px 0;
}

.thank-you .btns {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.thank-you .btn {
    padding: 12px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

.thank-you .btn.primary {
    background: #16a34a;
    color: #fff
}

.thank-you .btn.secondary {
    background: #e5e7eb;
    color: #111
}

.cursor-pointer {
    cursor: pointer;
}

.page-h1 {
    font-size: 18px;
}

.product-content-body .favorite-icon {
    color: lightgray;
}

.favorite-icon {
    color: lightgray;
}

.favorite-icon.active {
    color: #c03034;
}

.product-content-body .favorite-icon.active {
    color: #c03034;
}

@media only screen and (max-width: 1200px) {
    .page-h1 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 0;
        margin-top: 10px;
    }
}

.card-item {
    position: relative;
}

.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.favorite-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    cursor: pointer;
}

.slide-link {
    display: block;
    cursor: pointer;
}

.product-content-header-items {
    justify-content: center;
}

@media only screen and (max-width: 492px) {
    .product-content-body .card-item {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    #month-sale img {
        max-height: none !important;
        height: auto !important;
    }
}

.brand-logo {
    max-height: 10px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: auto;
}

.product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    width: 100%;
}

.old-price-all {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

.sale-price {
    color: #d10000;
    font-weight: bold;
    font-size: 16px;
}

.discount {
    background: #d10000;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
}

.top-discount-banner {
    width: 100%;
    background-color: #131313;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}

.top-discount-banner p, .top-discount-banner a {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #f2f2f2;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .top-discount-banner p {
        font-size: 14px;
    }
}
