﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: white;
    overflow-x: hidden;
    width: 100%;
}
.hawyu-navbar:hover {
    background: #eff3ff;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.item-count {
    background-color: red;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    color: white;
    font-size: 13px;
    display: flex;
    justify-content: center;
    place-items: center;
    position: absolute;
    top: -7px;
    right: -7px;
}

.hero {
    padding: 140px;
    background: url("/images/images2.png");
    background-size: cover; /* Ảnh phủ toàn bộ */
    background-repeat: no-repeat; /* Không lặp lại ảnh */
    background-position: center; /* Canh giữa ảnh */
    border-radius: 30px;
    margin-top: 30px;
    width: 100%;
    height: 60vh;
}

.hero-2 {
    position: absolute;
    bottom: -70px;
    width: 80%;
    text-align: center;
    padding: 30px;
    background: white;
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
}

.hawyu-4 {
    width: 600px;
    height: 800px;
    background: url("/images/images2.png");
    background-size: cover; /* Ảnh phủ toàn bộ */
    background-repeat: no-repeat; /* Không lặp lại ảnh */
    background-position: center; /* Canh giữa ảnh */
    margin-right: 200px;
}

.hawyu-images {
     
    background: url("/images/images4.png");
     
}
.click {
    background-color: white;
    border: none;
    padding: 10px 30px;
    border: none;
}

    .click:hover {
        background-color: black;
        color: white;
    }

.swiper {
    width: 400px;
    height: 500px;
}
#continue {
    text-decoration: none;
    color: black;
}

    #continue:hover {
        color: #eff3ff;
    }

.hawyu-contact-h1 {
    font-weight: 700;
    font-size: 55px;
    position: relative;
}
    .hawyu-contact-h1::before {
        content: "";
        position: absolute;
 
        width: 100px;
        height: 5px;
        bottom: -40px;
    }

.hawyu-input input {
    border: none;
    border-bottom: 1px solid black;
    margin-bottom: 30px;
    padding: 10px 0 10px 10px;
    outline: none;
}
.hawyu-blog-banner {
    background: url(/images/images2.png);
    width: 100%;
    height: 700px;
}


.hawyu-contact {
    width: 100%;
}
.hawyu-contact-td {
    margin: 150px 450px 0;
    gap: 50px;
}
.hawyu-mail-h1 {
    width: 600px;
}
.hawyu-input {
    width: 800px; 
    margin-bottom: 100px;
}
.hawyu-product-banner-1 {
    padding: 100px 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;  
}
.hawyu-product-banner-2 {
    width: 500px;
}
.hawyu-product-banner-img {
    width: 400px; 
    height: 500px;
}
.hawyu-product {
    margin: 50px 80px;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
.ProductShow {
    background: #eff3ff;
    padding: 20px; 
    border-radius: 15px; 
    position: relative;
}
.hawyu-about-banner {
    margin: 70px 100px;
    display: flex;
    gap: 50px;
}
.hawyu-about-hero {
    margin: 100px 100px;
    display: flex;
    justify-content: space-evenly;
}
.hawyu-about-image-2 {
    width: 800px; 
    height: 500px;
}
.hawyu-about-banner-1 {
    background: white;
    border-radius: 30px;
    width: 380px; 
    height: 550px;
}
.hawyu-about-section {
    background-color: #eff3ff;
    height: 820px;
}
.hawyu-about-img {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 60px 20px;
}
.hawyu-about-img-1 {
    width: 340px;
}
.button-click {
    margin: auto;
}
.hawyu-about-hero-1 {
    width: 40%;
}
.hawyu-about-type {
    display: flex;
    justify-content: space-between;
    margin: 100px 100px;
}
.hawyu-about-type-img {
    width: 500px; 
    height: 500px; 
    overflow: hidden; 
    border-radius: 50%;
}
.hawyu-blog-banner-1 {
    width: 500px; 
    position: absolute; 
    bottom: 50px; 
    right: 100px;
}
.hawyu-blog-hero-1 {
    height: auto;
    margin: 0 300px;
}
.hawyu-blog-hero-img-1 {
    width: 500px;
    height: 500px;
}
.hawyu-blog-hero-img {
    box-shadow: 0px 0px 20px black;
    margin-top: -50px; 
    margin-left: 50px; 
    height: 500px;
}
.hawyu-blog-hero {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}
.hawyu-blog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 500px;
    position: relative;
}
    .hawyu-blog::before {
        content: "";
        position: absolute;
        background: black;
        width: 200px;
        height: 3px;
        top: 50%;
        left: -45%;
    }
.hawyu-blog-hero-enti {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}
.hawyu-blog-hero-enti-img {
    box-shadow: 0px 0px 20px black; 
    margin-left: 50px; 
    height: 500px;
}
.hawyu-blog-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 500px;
}

    .hawyu-blog-1::before {
        content: "";
        position: absolute;
        background: black;
        width: 200px;
        height: 3px;
        top: 50%;
        right: -45%;
    }
.hawyu-home-banner-hero {
    margin: 0 100px;
}
.hawyu-home-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    width: 100%;
}
.hawyu-home-content-1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.hawyu-home-content-2 {
    width: 100%; 
    padding-left: 50px;
}
.hawyu-home-content-3 {
    width: 30%;
}
.hawyu-home-banner {
    background-color: #eff3ff;
    padding: 50px 0 150px;
}

.hawyu-home-service {
    padding: 55px;
    margin-top: 50px;
    padding-top: 30px;
}

.hawyu-home-hero {
    background-color: #eff3ff;
    padding: 50px;
    margin-top: 50px;
}
.hawyu-home-img {
    width: 400px;
}
.hawyu-home-img-1 {
    position: absolute;
    color: black;
    background: white;
    padding: 0 40px;
    text-align: center;
    top: 20px;
    right: 20px;
}
.hawyu-home-product {
    width: 380px;
}
.hawyu-home-hero-cd {
    display: flex;
    justify-content: space-between;
    margin-left: 100px;
}
.hawyu-home-hero-cd-all {
    width: 600px;
}
.hawyu-home-4 {
    color: black;
    position: absolute;
    background: white;
    padding: 20px 40px;
    border-radius: 30px;
    display: flex;
    gap: 30px;
    align-items: center;
}
.hawyu-home-5 {
    display: flex;
    margin-top: 50px;
    width: 100%; 
    padding: 100px;
    padding-bottom: 0;
}
.hawyu-home-5-1 {
    width: 500px;
}
#hawy1 {
    top: 300px;
    right: -150px;
}
#hawy2 {
    top: 100px; 
    left: -150px;
}
#hawy3 {
    bottom: 100px;
    left: -150px;
}
.ProductShow-D {
    display: flex;
    padding: 100px;
}
.ProductShow-D-img {
    background-color: aliceblue;
    text-align: center;
    padding: 100px 0; 
    width: 50%;
}
.ProductShow-D-detail {
    border: 1px solid #6584e385; 
    padding: 100px;
    border-left: none; 
    width: 50%
}
.hawyu-detail {
    margin: 100px 200px;
}
.hawyu-detail-product {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    margin: 50px 80px;
}
.cart {
    margin: 100px 200px;
}
.cart-container {
    background: rgb(3 96 251 / 16%);
    max-width: 1380px;
    padding: 10px 60px 50px; 
    border-radius: 45px;
}
.cart1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 30px;
    border-bottom: 1px solid #ccc;
}
.cartSell {
    display: flex;
}
.cartSellItem {
    width: 60%;
}
.cart1-1 {
    margin-right: 50px;
}
.cartbtn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartprice {
    flex: 1; 
    text-align: right;
}
.carttotal {
    border-left: 1px solid black;
    width: 40%;
    padding: 20px;
}
.hawyu-5 {
    overflow-x: hidden;
}

/*Order Detail*/

.hawyu-all-order {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 50%;
    margin: auto;
    background-color: #eff3ff;
}

.hawyu-order-customer {
    width: 50%;
    padding: 20px;
    border-right: 1px solid #ccc;
}

.hawyu-order-product {
    width: 50%;
    padding: 20px;
}

.hawyu-order-fullname {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: black;
}

.haywu-order-input {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
    background: transparent;
    font-weight: 400;
}

.hawyu-product-detail {
    display: flex;
    margin-bottom: 30px;
}

.hawyu-product-detail-img {
    width: 100px;
    height: 100px;
}

.hawyu-product-detail-imgage {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.hawyu-product-total {
    padding: 20px;
    border-top: 1px solid #ccc;
}

.hawyu-product-total-1 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 600;
    color: black;
}

    .hawyu-product-total-1 span {
        font-size: 20px;
        font-weight: 400;
    }

.hawyu-all-text {
    text-align: center;
    margin: 50px 0;
}

.hawyu-status {
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    border-radius: 5px;
    background-color: green;
    margin-left: 30px;
}

/* Extra small (xs): <576px */
@media (max-width: 575.98px) {
    /* General */
    body {
        font-size: 14px;
    }

    /* Home Page */
    .hawyu-home-banner-hero {
        margin: 0 10px;
    }

    .hero {
        padding: 20px;
        margin-top: 0;
        height: 30vh;
        border-radius: 15px;
    }

    .hero-2 {
        width: 90%;
        margin-left: 5%;
        padding: 15px;
        bottom: -50px;
        border-radius: 15px;
    }

    .hero-2-h1 {
        font-size: 14px;
    }

    .hawyu-home-content {
        margin-left: 0;
        flex-direction: column;
        align-items: center;
    }

    .hawyu-home-content-1 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .hawyu-home-content-2 {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .hawyu-home-img {
        width: 100%;
        max-width: 400px;
        height: 300px;
        object-fit: cover;
    }

    .hawyu-home-img-1 {
        right: 15px;
        padding: 0 20px;
    }

    .hawyu-home-product {
        width: 100%;
        font-size: 16px;
    }

    .hawyu-home-service {
        padding: 20px;
    }

    .hawyu-home-hero {
        padding: 20px;
    }

    .hawyu-home-hero-cd {
        margin-left: 0;
        flex-direction: column;
        align-items: center;
    }

    .hawyu-home-hero-cd-all {
        width: 100%;
        max-width: 350px;
        margin-bottom: 20px;
    }

    .hawyu-4 {
        width: 100%;
        max-width: 300px;
        height: 300px;
        margin: 0 auto;
    }

    .hawyu-home-4 {
        padding: 10px;
        gap: 10px;
    }

    #hawy1, #hawy2, #hawy3 {
        right: auto;
        left: -20px;
        top: auto;
        bottom: auto;
    }

    #hawy1 {
        top: 80px;
    }

    #hawy2 {
        top: 30px;
    }

    #hawy3 {
        bottom: 60px;
    }

    .hawyu-none {
        display: none;
    }

    .hawyu-home-5 {
        flex-direction: column;
        padding: 10px;
    }

    .hawyu-home-5-1 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .swiper {
        width: 100%;
        height: 300px;
    }

    /* About Page */
    .hawyu-about-section {
        padding-bottom: 20px;
        height: auto;
    }

    .hawyu-about-banner {
        margin: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hawyu-about-banner-1 {
        width: 100%;
        max-width: 350px;
        height: auto;
        margin-bottom: 20px;
    }

    .hawyu-about-img {
        padding: 20px;
    }

    .hawyu-about-img-1 {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    .button-click {
        margin: 15px auto;
    }

    .hawyu-about-hero {
        margin: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hawyu-about-hero-1 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .hawyu-about-image-2 {
        width: 100%;
        max-width: 350px;
        height: auto;
    }

    .hawyu-about-type {
        margin: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hawyu-about-type-img {
        width: 100%;
        max-width: 280px;
        height: 280px;
        margin-bottom: 20px;
    }

    /* Cart Page */
    .cart {
        margin: 20px 10px;
    }

    .cart-container {
        padding: 10px;
        border-radius: 20px;
    }

    .cartSell {
        flex-direction: column;
    }

    .cartSellItem {
        width: 100%;
    }

    .cart1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cart1-1 {
        margin: 0;
        margin-bottom: 10px;
    }

    .cartbtn {
        margin: 10px 0;
    }

    .cartprice {
        text-align: center;
        margin-top: 10px;
    }

    .carttotal {
        width: 100%;
        padding: 10px;
        border-left: none;
        border-top: 1px solid black;
        margin-top: 20px;
    }

    /* CheckOut Page */
    .checkout {
        margin: 20px 10px;
    }

    .container {
        padding: 0 10px;
    }

    .col-md-7, .col-md-5 {
        width: 100%;
        margin-bottom: 20px;
    }

    .list-group-item {
        font-size: 14px;
    }

    .g-recaptcha {
        transform: scale(0.8);
        transform-origin: center;
    }

    /* Contact Page */
    .hawyu-contact-td {
        margin: 50px 10px;
        gap: 20px;
    }

    .hawyu-mail-h1 {
        width: 100%;
        max-width: 300px;
    }

    .hawyu-input {
        width: 100%;
        max-width: 300px;
        margin-bottom: 50px;
    }

        .hawyu-input input, .hawyu-input textarea {
            width: 100%;
        }

    /* Order Details Page */
    .hawyu-all-order {
        flex-direction: column;
        width: 100%;
        margin: 20px 10px;
        padding: 10px;
    }

    .hawyu-order-customer, .hawyu-order-product {
        width: 100%;
        padding: 10px;
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .hawyu-product-detail-img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .hawyu-product-detail-imgage {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    /* Product Page */
    .hawyu-product-banner-1 {
        flex-direction: column;
        padding: 20px;
    }

    .hawyu-product-banner-2 {
        width: 100%;
        text-align: center;
    }

    .hawyu-product-banner-img {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin-top: 20px;
    }

    .hawyu-product {
        margin: 20px 10px;
        flex-direction: column;
        align-items: center;
    }

    .ProductShow {
        margin: 10px 0;
        width: 100%;
        max-width: 350px;
    }

    /* Product Details Page */
    .ProductShow-D {
        flex-direction: column;
        padding: 20px;
    }

    .ProductShow-img {
        width: 100%;
        max-width: 260px;
    
        object-fit: cover;
    }

    .ProductShow-D-img img {
        width: 100%;
        max-width: 500px;
        height: auto;
        object-fit: contain;
    }

    .ProductShow-D-img {
        width: 100%;
        padding: 20px;
    }

    .ProductShow-D-detail {
        width: 100%;
        padding: 20px;
        border: none;
    }

    .hawyu-detail {
        margin: 20px 10px;
        text-align: center;
    }

    .hawyu-detail-product {
        flex-direction: column;
        align-items: center;
        margin: 20px 0;
    }

    /* Service Page */
    .hawyu-service-section {
        padding-bottom: 20px;
    }

    .hawyu-service-banner {
        margin: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hawyu-service-banner-item {
        width: 100%;
        max-width: 350px;
        margin-bottom: 20px;
    }

    .hawyu-service-img {
        width: 100%;
        height: 350px;
        background-size: cover;
        background-position: center;
    }

    /* Service Details Page */
    .service-detail-section .container {
        padding: 20px 10px;
    }

    .service-detail-section img {
        width: 100%;
        max-width: 400px;
        height: auto;
        object-fit: contain;
    }

    .btn-contact {
        padding: 8px 20px;
        font-size: 14px;
    }
}

/* Extra small (xs): <576px */
@media (max-width: 575.98px) {
    /* General */
    body {
        font-size: 14px;
    }

    /* Home Page */
    .hawyu-home-banner-hero {
        margin: 0 10px;
    }

    .hero {
        padding: 20px;
        margin-top: 0;
        height: 30vh;
        border-radius: 15px;
    }

    .hero-2 {
        width: 90%;
        margin-left: 5%;
        padding: 15px;
        bottom: -50px;
        border-radius: 15px;
    }

    .hero-2-h1 {
        font-size: 14px;
    }

    .hawyu-home-content {
        margin-left: 0;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .hawyu-home-content-1 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .hawyu-home-content-2 {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .hawyu-home-img {
        width: 100%;
        max-width: 250px;
        height: 200px;
        object-fit: cover;
    }

    .hawyu-home-img-1 {
        right: 15px;
        padding: 0 20px;
    }

    .hawyu-home-product {
        width: 100%;
        font-size: 16px;
        text-align: center;
    }

    .hawyu-home-service {
        padding: 20px;
    }

    .hawyu-home-hero {
        padding: 20px;
    }

    .hawyu-home-hero-cd {
        margin-left: 0;
        flex-direction: column;
        align-items: center;
    }

    .hawyu-home-hero-cd-all {
        width: 100%;
        max-width: 350px;
        margin-bottom: 20px;
    }

    .hawyu-4 {
        width: 100%;
        max-width: 300px;
        height: 300px;
        margin: 0 auto;
    }

    .hawyu-home-4 {
        padding: 10px;
        gap: 10px;
    }

    #hawy1, #hawy2, #hawy3 {
        right: auto;
        left: -20px;
        top: auto;
        bottom: auto;
    }

    #hawy1 {
        top: 80px;
    }

    #hawy2 {
        top: 30px;
    }

    #hawy3 {
        bottom: 60px;
    }

    .hawyu-none {
        display: none;
    }

    .hawyu-home-5 {
        flex-direction: column;
        padding: 10px;
    }

    .hawyu-home-5-1 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .swiper {
        width: 100%;
        height: 300px;
    }

    /* About Page */
    .hawyu-about-section {
        padding-bottom: 20px;
        height: auto;
    }

    .hawyu-about-banner {
        margin: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .hawyu-about-banner-1 {
        width: 100%;
        max-width: 350px;
        height: auto;
        margin-bottom: 20px;
    }

    .hawyu-about-img {
        padding: 20px;
    }

    .hawyu-about-img-1 {
        width: 100%;
        max-width: 250px;
        height: 200px;
        object-fit: cover;
        margin: 0 auto;
    }

    .button-click {
        margin: 15px auto;
    }

    .hawyu-about-hero {
        margin: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hawyu-about-hero-1 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .hawyu-about-image-2 {
        width: 100%;
        max-width: 350px;
        height: auto;
        object-fit: contain;
    }

    .hawyu-about-type {
        margin: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hawyu-about-type-img {
        width: 100%;
        max-width: 280px;
        height: 280px;
        margin-bottom: 20px;
    }

    /* Cart Page */
    .cart {
        margin: 20px 10px;
    }

    .cart-container {
        padding: 10px;
        border-radius: 20px;
    }

    .cartSell {
        flex-direction: column;
    }

    .cartSellItem {
        width: 100%;
    }

    .cart1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cart1-1 {
        margin: 0;
        margin-bottom: 10px;
    }

    .cartbtn {
        margin: 10px 0;
    }

    .cartprice {
        text-align: center;
        margin-top: 10px;
    }

    .carttotal {
        width: 100%;
        padding: 10px;
        border-left: none;
        border-top: 1px solid black;
        margin-top: 20px;
    }

    .cart1 img {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

    /* CheckOut Page */
    .checkout {
        margin: 20px 10px;
    }

    .container {
        padding: 0 10px;
    }

    .col-md-7, .col-md-5 {
        width: 100%;
        margin-bottom: 20px;
    }

    .list-group-item {
        font-size: 14px;
    }

    .g-recaptcha {
        transform: scale(0.8);
        transform-origin: center;
    }

    /* Contact Page */
    .hawyu-contact-td {
        margin: 50px 10px;
        gap: 20px;
    }

    .hawyu-mail-h1 {
        width: 100%;
        max-width: 300px;
    }

    .hawyu-input {
        width: 100%;
        max-width: 300px;
        margin-bottom: 50px;
    }

        .hawyu-input input, .hawyu-input textarea {
            width: 100%;
        }

    /* Order Details Page */
    .hawyu-all-order {
        flex-direction: column;
        width: 100%;
        margin: 20px 10px;
        padding: 10px;
    }

    .hawyu-order-customer, .hawyu-order-product {
        width: 100%;
        padding: 10px;
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .hawyu-product-detail-img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    .hawyu-product-detail-imgage {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    /* Product Page */
    .hawyu-product-banner-1 {
        flex-direction: column;
        padding: 20px;
    }

    .hawyu-product-banner-2 {
        width: 100%;
        text-align: center;
    }

    .hawyu-product-banner-img {
        width: 100%;
        max-width: 200px;
        height: auto;
        margin-top: 20px;
        object-fit: contain;
    }

    .hawyu-product {
        margin: 20px 10px;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .ProductShow {
        margin: 10px 0;
        width: 100%;
        max-width: 300px;
    }

    .ProductShow-img {
        width: 100%;
        max-width: 260px;
         
        object-fit: cover;
    }

    /* Product Details Page */
    .ProductShow-D {
        flex-direction: column;
        padding: 20px;
    }

    .ProductShow-D-img {
        width: 80%;
 
    }

        .ProductShow-D-img img {
            width: 100%;
            max-width: 350px;
            height: auto;
            object-fit: contain;
        }

    .ProductShow-D-detail {
        width: 80%;
        padding: 20px;
        border: none;
    }

    .hawyu-detail {
        margin: 20px 10px;
        text-align: center;
    }

    .hawyu-detail-product {
        flex-direction: column;
        align-items: center;
        margin: 20px 0;
        gap: 15px;
    }

        .hawyu-detail-product .ProductShow {
            width: 100%;
 
        }

        .hawyu-detail-product .ProductShow-img {
            width: 100%;
 
            height: 250px;
        }

    /* Service Page */
    .hawyu-service-section {
        padding-bottom: 20px;
    }

    .hawyu-service-banner {
        margin: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .hawyu-service-banner-item {
        width: 100%;
        max-width: 350px;
        margin-bottom: 20px;
    }

    .hawyu-service-img {
        height: 200px;
        background-size: cover;
        background-position: center;
    }

    /* Service Details Page */
    .service-detail-section .container {
        padding: 20px 10px;
    }

    .service-detail-section img {
        width: 100%;
        max-width: 300px;
        height: auto;
        object-fit: contain;
    }

    .btn-contact {
        padding: 8px 20px;
        font-size: 14px;
    }
}

/* Small (sm): ≥576px */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* General */
    body {
        font-size: 15px;
    }

    /* Home Page */
    .hawyu-home-banner-hero {
        margin: 0 20px;
    }

    .hero {
        padding: 30px;
        height: 35vh;
        border-radius: 20px;
    }

    .hero-2 {
        width: 85%;
        margin-left: 7.5%;
        padding: 20px;
        bottom: -60px;
    }

    .hero-2-h1 {
        font-size: 16px;
    }

    .hawyu-home-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .hawyu-home-content-1 {
        flex-direction: column;
        align-items: center;
    }

    .hawyu-home-content-2 {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .hawyu-home-img {
        width: 100%;
        max-width: 300px;
        height: 220px;
        object-fit: cover;
    }

    .hawyu-home-img-1 {
        right: 20px;
    }

    .hawyu-home-product {
        width: 100%;
        text-align: center;
    }

    .hawyu-home-service {
        padding: 30px;
    }

    .hawyu-home-hero {
        padding: 30px;
    }

    .hawyu-home-hero-cd {
        flex-direction: column;
        align-items: center;
    }

    .hawyu-home-hero-cd-all {
        width: 100%;
        max-width: 450px;
    }

    .hawyu-4 {
        width: 100%;
        max-width: 400px;
         
    }

    .hawyu-home-5 {
        flex-direction: column;
        padding: 20px;
    }

    .hawyu-home-5-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .swiper {
        width: 100%;
        height: 350px;
    }

    /* About Page */
    .hawyu-about-section {
        height: auto;
    }

    .hawyu-about-banner {
        margin: 30px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .hawyu-about-banner-1 {
        width: 100%;
        max-width: 450px;
        height: auto;
        margin-bottom: 25px;
    }

    .hawyu-about-img-1 {
        width: 100%;
        max-width: 300px;
        height: 220px;
        object-fit: cover;
    }

    .hawyu-about-hero {
        margin: 30px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hawyu-about-hero-1 {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .hawyu-about-image-2 {
        width: 100%;
        max-width: 450px;
        height: auto;
        object-fit: contain;
    }

    .hawyu-about-type {
        margin: 30px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hawyu-about-type-img {
        width: 100%;
        max-width: 350px;
        height: 350px;
        margin-bottom: 25px;
    }

    .hawyu-home-4{
        display: none;
    }

    /* Cart Page */
    .cart {
        margin: 30px 15px;
    }

    .cart-container {
        padding: 15px;
    }

    .cartSell {
        flex-direction: column;
    }

    .cartSellItem {
        width: 100%;
    }

    .cart1 {
        flex-direction: column;
        align-items: center;
    }

    .cart1-1 {
        margin-bottom: 15px;
    }

    .carttotal {
        width: 100%;
        padding: 15px;
        border-left: none;
        border-top: 1px solid black;
    }

    .cart1 img {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }

    /* CheckOut Page */
    .checkout {
        margin: 30px 15px;
    }

    .col-md-7, .col-md-5 {
        width: 100%;
        margin-bottom: 25px;
    }

    /* Contact Page */
    .hawyu-contact-td {
        margin: 60px 15px;
        gap: 25px;
    }

    .hawyu-mail-h1 {
        width: 100%;
        max-width: 400px;
    }

    .hawyu-input {
        width: 100%;
        max-width: 400px;
    }

    /* Order Details Page */
    .hawyu-all-order {
        flex-direction: column;
        width: 100%;
        margin: 30px 15px;
    }

    .hawyu-order-customer, .hawyu-order-product {
        width: 100%;
        padding: 15px;
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .hawyu-product-detail-img {
        width: 90px;
        height: 90px;
        object-fit: cover;
    }

    .hawyu-product-detail-imgage {
        width: 90px;
        height: 90px;
        object-fit: cover;
    }

    /* Product Page */
    .hawyu-product-banner-1 {
        flex-direction: column;
        padding: 30px;
    }

    .hawyu-product-banner-2 {
        width: 100%;
    }

    .hawyu-product-banner-img {
        width: 100%;
        max-height: 400px;
        height: auto;
        object-fit: contain;
        margin-top: 20px;
    }

    .hawyu-product {
        margin: 30px 15px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .ProductShow {
        margin: 15px;
        width: 100%;
        max-width: 350px;
    }

    .ProductShow-img {
        width: 100%;
        max-width: 350px;
        height: 280px;
        object-fit: cover;
    }

    /* Product Details Page */
    .ProductShow-D {
        flex-direction: column;
        padding: 30px;
    }

    .ProductShow-D-img {
        width: 100%;
        padding: 30px;
    }

        .ProductShow-D-img img {
            width: 100%;
            max-width: 400px;
            height: auto;
            object-fit: contain;
        }

    .ProductShow-D-detail {
        width: 100%;
        padding: 30px;
    }

    .hawyu-detail {
        margin: 30px 15px;
    }

    .hawyu-detail-product {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

        .hawyu-detail-product .ProductShow {
            width: 100%;
            max-width: 350px;
        }

        .hawyu-detail-product .ProductShow-img {
            width: 100%;
            max-width: 350px;
            height: 280px;
        }

    /* Service Page */
    .hawyu-service-banner {
        margin: 30px 15px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .hawyu-service-banner-item {
        width: 100%;
        max-width: 450px;
        margin-bottom: 25px;
    }

    .hawyu-service-img {
        height: 250px;
        background-size: cover;
        background-position: center;
    }

    /* Service Details Page */
    .service-detail-section .container {
        padding: 30px 15px;
    }

    .service-detail-section img {
        width: 100%;
        max-width: 400px;
        height: auto;
        object-fit: contain;
    }
}

/* Medium (md): ≥768px */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Home Page */
    .hawyu-home-banner-hero {
        margin: 0 30px;
    }

    .hero {
        padding: 50px;
        height: 40vh;
    }

    .hero-2 {
        width: 80%;
        margin-left: 10%;
        padding: 25px;
    }

    .hero-2-h1 {
        font-size: 18px;
    }

    .hawyu-home-content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }

    .hawyu-home-img {
        width: 100%;
        max-width: 350px;
        height: 250px;
        object-fit: cover;
    }

    .hawyu-home-service {
        padding: 40px;
    }

    .hawyu-home-hero-cd {
        flex-direction: column;
        align-items: center;
    }

    .hawyu-home-hero-cd-all {
        width: 100%;
        max-width: 600px;
    }

    .hawyu-4 {
        width: 100%;
        max-width: 500px;
         
    }

    .hawyu-home-5 {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 30px;
    }

    .hawyu-home-5-1 {
        width: 100%;
        max-width: 450px;
    }

    .swiper {
        width: 100%;
        max-width: 400px;
        height: 400px;
    }

    /* About Page */
    .hawyu-about-section {
        height: auto;
    }

    .hawyu-about-banner {
        margin: 40px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .hawyu-about-banner-1 {
        width: 45%;
        max-width: 400px;
        height: auto;
    }

    .hawyu-about-img-1 {
        width: 100%;
        max-width: 350px;
        height: 250px;
        object-fit: cover;
    }

    .hawyu-about-hero {
        margin: 40px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .hawyu-about-hero-1 {
        width: 100%;
        max-width: 500px;
    }

    .hawyu-about-image-2 {
        width: 100%;
        max-width: 500px;
        height: auto;
        object-fit: contain;
    }

    .hawyu-about-type {
        margin: 40px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .hawyu-about-type-img {
        width: 100%;
        max-width: 400px;
        height: 400px;
    }

    /* Cart Page */
    .cart {
        margin: 40px 20px;
    }

    .cart-container {
        padding: 20px;
    }

    .cartSell {
        flex-direction: row;
    }

    .cartSellItem {
        width: 65%;
    }

    .carttotal {
        width: 35%;
        padding: 20px;
    }

    .cart1 img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    /* CheckOut Page */
    .checkout {
        margin: 40px 20px;
    }

    .col-md-7 {
        width: 60%;
        padding-right: 10px;
    }

    .col-md-5 {
        width: 40%;
        padding-left: 10px;
    }

    /* Contact Page */
    .hawyu-contact-td {
        margin: 70px 20px;
        gap: 30px;
    }

    .hawyu-mail-h1 {
        width: 100%;
        max-width: 450px;
    }

    .hawyu-input {
        width: 100%;
        max-width: 450px;
    }

    /* Order Details Page */
    .hawyu-all-order {
        flex-direction: row;
        width: 100%;
        margin: 40px 20px;
    }

    .hawyu-order-customer {
        width: 50%;
        padding: 20px;
        border-right: 1px solid #ccc;
    }

    .hawyu-order-product {
        width: 50%;
        padding: 20px;
    }

    .hawyu-product-detail-img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .hawyu-product-detail-imgage {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    /* Product Page */
    .hawyu-product-banner-1 {
        flex-direction: row;
        padding: 40px;
    }

    .hawyu-product-banner-2 {
        width: 50%;
    }

    .hawyu-product-banner-img {
        width: 10%;
        max-width: 400px;
        height: auto;
        object-fit: contain;
    }

    .hawyu-product {
        margin: 40px 20px;
        flex-wrap: wrap;
        gap: 25px;
    }

    .ProductShow {
        width: 45%;
        max-width: 400px;
    }

    .ProductShow-img {
        width: 100%;
        max-width: 400px;
        height: 300px;
        object-fit: cover;
    }

    /* Product Details Page */
    .ProductShow-D {
        flex-direction: row;
        padding: 40px;
    }

    .ProductShow-D-img {
        width: 50%;
        padding: 40px;
    }

        .ProductShow-D-img img {
            width: 100%;
            max-width: 450px;
            height: auto;
            object-fit: contain;
        }

    .ProductShow-D-detail {
        width: 50%;
        padding: 40px;
    }

    .hawyu-detail {
        margin: 40px 20px;
    }

    .hawyu-detail-product {
        flex-wrap: wrap;
        gap: 25px;
    }

        .hawyu-detail-product .ProductShow {
            width: 45%;
            max-width: 400px;
        }

        .hawyu-detail-product .ProductShow-img {
            width: 100%;
            max-width: 400px;
            height: 300px;
        }

    /* Service Page */
    .hawyu-service-banner {
        margin: 40px 20px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .hawyu-service-banner-item {
        width: 45%;
        max-width: 400px;
    }

    .hawyu-service-img {
        height: 300px;
        background-size: cover;
        background-position: center;
    }

    /* Service Details Page */
    .service-detail-section .container {
        padding: 40px 20px;
    }

    .service-detail-section img {
        width: 100%;
        max-width: 500px;
        height: auto;
        object-fit: contain;
    }
}

/* Large (lg): ≥992px */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Home Page */
    .hawyu-home-banner-hero {
        margin: 0 50px;
    }

    .hero {
        padding: 80px;
        height: 50vh;
    }

    .hero-2 {
        width: 80%;
        padding: 30px;
    }

    .hawyu-home-content {
        justify-content: space-between;
        gap: 30px;
    }

    .hawyu-home-img {
        width: 100%;
        max-width: 350px;
        height: 280px;
        object-fit: cover;
    }

    .hawyu-home-hero-cd {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .hawyu-home-hero-cd-all {
        width: 45%;
    }

    .hawyu-4 {
        width: 500px;
        height: 600px;
    }

    .hawyu-home-5 {
        padding: 50px;
    }

    .hawyu-home-5-1 {
        width: 40%;
    }

    .swiper {
        width: 350px;
        height: 450px;
    }

    /* About Page */
    .hawyu-about-banner {
        margin: 50px 30px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .hawyu-about-banner-1 {
        width: 45%;
        max-width: 450px;
    }

    .hawyu-about-img-1 {
        width: 100%;
        max-width: 400px;
        height: 300px;
        object-fit: cover;
    }

    .hawyu-about-hero {
        margin: 50px 30px;
        display: flex;
        gap: 30px;
    }

    .hawyu-about-hero-1 {
        width: 50%;
    }

    .hawyu-about-image-2 {
        width: 50%;
        max-width: 600px;
        height: auto;
        object-fit: contain;
    }

    .hawyu-about-type {
        margin: 50px 30px;
        display: flex;
        gap: 30px;
    }

    .hawyu-about-type-img {
        width: 50%;
        max-width: 450px;
        height: 450px;
    }

    /* Cart Page */
    .cart {
        margin: 50px 30px;
    }

    .cart-container {
        padding: 30px;
    }

    .cartSellItem {
        width: 60%;
    }

    .carttotal {
        width: 40%;
    }

    .cart1 img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    /* CheckOut Page */
    .checkout {
        margin: 50px 30px;
    }

    .col-md-7 {
        width: 65%;
    }

    .col-md-5 {
        width: 35%;
    }

    /* Contact Page */
    .hawyu-contact-td {
        margin: 80px 30px;
        gap: 40px;
    }

    .hawyu-mail-h1 {
        width: 100%;
        max-width: 500px;
    }

    .hawyu-input {
        width: 100%;
        max-width: 500px;
    }

    /* Order Details Page */
    .hawyu-all-order {
        margin: 50px 30px;
    }

    .hawyu-product-detail-img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .hawyu-product-detail-imgage {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    /* Product Page */
    .hawyu-product-banner-1 {
        padding: 50px;
    }

    .hawyu-product {
        margin: 50px 30px;
        gap: 30px;
    }

    .ProductShow {
        width: 30%;
        max-width: 350px;
    }

    .ProductShow-img {
        width: 100%;
        max-width: 350px;
        height: 280px;
        object-fit: cover;
    }

    /* Product Details Page */
    .ProductShow-D {
        padding: 50px;
    }

    .ProductShow-D-img img {
        width: 100%;
        max-width: 450px;
        height: auto;
        object-fit: contain;
    }

    .hawyu-detail-product {
        gap: 30px;
    }

        .hawyu-detail-product .ProductShow {
            width: 30%;
            max-width: 350px;
        }

        .hawyu-detail-product .ProductShow-img {
            width: 100%;
            max-width: 350px;
            height: 280px;
        }

    /* Service Page */
    .hawyu-service-banner {
        margin: 50px 30px;
        gap: 30px;
    }

    .hawyu-service-banner-item {
        width: 30%;
        max-width: 450px;
    }

    .hawyu-service-img {
        height: 320px;
    }

    /* Service Details Page */
    .service-detail-section .container {
        padding: 50px 30px;
    }
}

/* Extra large (xl): ≥1200px */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* Home Page */
    .hawyu-home-banner-hero {
        margin: 0 80px;
    }

    .hero {
        padding: 100px;
        height: 55vh;
    }

    .hawyu-home-img {
        width: 100%;
        max-width: 380px;
        height: 290px;
        object-fit: cover;
    }

    .hawyu-home-hero-cd-all {
        width: 50%;
    }

    .hawyu-4 {
        width: 550px;
        height: 700px;
    }

    .hawyu-home-5 {
        padding: 80px;
    }

    /* About Page */
    .hawyu-about-banner {
        margin: 60px 50px;
        gap: 40px;
    }

    .hawyu-about-banner-1 {
        width: 23%;
        max-width: 380px;
    }

    .hawyu-about-img-1 {
        width: 100%;
        max-width: 340px;
        height: 280px;
        object-fit: cover;
    }

    .hawyu-about-hero {
        margin: 60px 50px;
    }

    .hawyu-about-hero-1 {
        width: 45%;
    }

    .hawyu-about-image-2 {
        width: 55%;
        max-width: 700px;
        height: auto;
        object-fit: contain;
    }

    .hawyu-about-type {
        margin: 60px 50px;
    }

    .hawyu-about-type-img {
        width: 45%;
        max-width: 500px;
    }

    /* Cart Page */
    .cart {
        margin: 60px 50px;
    }

    .cart1 img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    /* CheckOut Page */
    .checkout {
        margin: 60px 50px;
    }

    /* Contact Page */
    .hawyu-contact-td {
        margin: 90px 50px;
    }

    .hawyu-mail-h1 {
        width: 100%;
        max-width: 600px;
    }

    .hawyu-input {
        width: 100%;
        max-width: 600px;
    }

    /* Order Details Page */
    .hawyu-all-order {
        margin: 60px 50px;
    }

    /* Product Page */
    .hawyu-product-banner-1 {
        padding: 60px;
    }

    .hawyu-product {
        margin: 60px 50px;
        gap: 40px;
    }

    .ProductShow {
        width: 23%;
        max-width: 350px;
    }

    /* Product Details Page */
    .ProductShow-D {
        padding: 60px;
    }

    .ProductShow-D-img img {
        width: 100%;
        max-width: 500px;
        height: auto;
        object-fit: contain;
    }

    .hawyu-detail-product {
        gap: 40px;
    }

        .hawyu-detail-product .ProductShow {
            width: 23%;
            max-width: 350px;
        }

    /* Service Page */
    .hawyu-service-banner {
        margin: 60px 50px;
    }

    .hawyu-service-img {
        height: 340px;
    }

    /* Service Details Page */
    .service-detail-section .container {
        padding: 60px 50px;
    }
}

/* XXL: ≥1400px */
@media (min-width: 1400px) {
    /* Home Page */
    .hawyu-home-banner-hero {
        margin: 0 100px;
    }

    .hero {
        padding: 140px;
        height: 60vh;
    }

    .hawyu-home-img {
        width: 100%;
        max-width: 400px;
        height: 300px;
        object-fit: cover;
    }

    .hawyu-home-hero-cd-all {
        width: 600px;
    }

    .hawyu-4 {
        width: 600px;
        height: 800px;
    }

    .hawyu-home-5 {
        padding: 100px;
    }

    .service-home{
        position: relative;
        width: 400px;
        text-align: center;
    }
    .service-home-h3 {
        margin: 30px 20px;
        width: 243px;
    }
    /* About Page */
    .hawyu-about-banner {
        margin: 70px 100px;
        gap: 50px;
    }

    .hawyu-about-banner-1 {
        width: 23%;
        max-width: 380px;
        height: 550px;
    }

    .hawyu-about-img-1 {
        width: 100%;
        max-width: 340px;
        height: 300px;
        object-fit: cover;
    }

    .hawyu-about-hero {
        margin: 100px 100px;
    }

    .hawyu-about-hero-1 {
        width: 40%;
    }

    .hawyu-about-image-2 {
        width: 100%;
        max-width: 800px;
        height: 500px;
        object-fit: contain;
    }

    .hawyu-about-type {
        margin: 100px 100px;
    }

    .hawyu-about-type-img {
        width: 50%;
        max-width: 500px;
        height: 500px;
    }

    /* Cart Page */
    .cart {
        margin: 100px 200px;
    }

    .cart-container {
        padding: 10px 60px 50px;
    }

    .cart1 img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    /* CheckOut Page */
    .checkout {
        margin: 100px 200px;
    }

    /* Contact Page */
    .hawyu-contact-td {
        margin: 150px 450px 0;
    }

    .hawyu-mail-h1 {
        width: 600px;
    }

    .hawyu-input {
        width: 800px;
        margin-bottom: 100px;
    }

    /* Order Details Page */
    .hawyu-all-order {
        margin: 100px auto;
        width: 50%;
    }

    /* Product Page */
    .hawyu-product-banner-1 {
        padding: 100px 300px;
    }

    .hawyu-product {
        margin: 50px 80px;
        gap: 50px;
    }

    .ProductShow {
        width: 100%;
        max-width: 300px;
    }

    /* Product Details Page */
    .ProductShow-D {
        padding: 100px;
    }

    .hawyu-detail {
        margin: 100px 200px;
    }

    .hawyu-detail-product {
        gap: 50px;
    }

        .hawyu-detail-product .ProductShow {
            width: 23%;
            max-width: 350px;
        }

    /* Service Page */
    .hawyu-service-banner {
        margin: 70px 100px;
        gap: 50px;
    }

    .hawyu-service-banner-item {
        width: 23%;
        max-width: 380px;
    }

    .hawyu-service-img {
        height: 350px;
        background-size: cover;
    }

    /* Service Details Page */
    .service-detail-section .container {
        padding: 100px 200px;
    }

    .service-detail-section img {
        width: 100%;
        max-width: 400px;
        height: auto;
        object-fit: contain;
    }
}