@media (max-width:1920px) {
    header {
        width: 100%;
    }

    main {
        width: 100%;
    }

    footer {
        width: 100%;
    }
}

@media (min-width:360px) and (max-width:768px) {

    /* ===== HEADER ====== */

    .top-wrapper {
        background-color: #0F8B8D;
        height: 104px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .logo   {
        width: 135px;
        height: 27px;
        margin-top: 20px;
        margin-left: 40px;
    }

    .top-wrapper li {
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
        text-align: center;
        color: #F9FBFE;
    }

    .heading {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin: 0 auto;
    }

    .top-wrapper ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 20px auto;
        padding: 0;
    }

    /* ===== MAIN ====== */

    .product-display img {
        width: 279px;
        height: 285px;
        margin: 0;
        object-fit: cover;
    }
    
    .display-text h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        color: #0F8B8D;
        margin:0 auto;
    }
    
    .display-text p {
        font-size: 12px;
        font-weight: 400;
        line-height: 14.4px;
        text-align: left;
        color: #143642;
        margin: 10px auto;
    }
    
    .display-text h3 {
        font-size: 30px;
        font-weight: 900;
        line-height: 36px;
        text-align: left;
        color: #0F8B8D;
        margin-top: 0;
    }

    .product-description h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
        color: #0F8B8D;
        border-bottom: 2px solid #EC9A29;
        width: 381px;
        padding-bottom: 10px;
        width: 280px;
        margin: 0;
    }

    .product-description p {
        font-size: 12px;
        font-weight: 400;
        line-height: 14.4px;
        text-align: left;
        color: #143642;
        margin-bottom: 30px;
    }
    
    .product-description a {
        font-size: 24px;
        font-weight: 400;
        line-height: 28.8px;
        text-align: center;
        color: #F9FBFE;
    }

    .product-detail {
        width: 279px;
        margin: 20px auto 0px auto;  
    }

    .display-text {
        width: 279px;
    }

    .product-display {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        gap: 0px;
    }

    .product-description {
        display: flex;
        flex-direction: column;
        margin: 0 auto 30px auto;
    }
    
    .btn {
        background-color: #A8201A;
        width: 135px;
        height: 28px;
        border-radius: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s ease;
    }
    
    span {
        width: 6px;
        height: 7.1px;
        transform: scaleX(-1);
        display: flex;
        align-items: center;
        margin-right: 7px;
    }
    
    .product-description a {
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
        text-align: center;
    }

    
    /* ===== FOOTER ====== */

    footer {
        width: 100%;
        height: 362px;
        background-color: #143642;
        border-radius: 30px;
    }

    .footer-logo {
        width: 145px;
        height: 29px;

    }

    .mail {
        width: 25px;
        height: 20px; 
        margin-right: 5px;
    }

    .phone {
        width: 20px;
        height: 20px;
        margin: 0;
    }

    .watermark {
        visibility: visible;
    }

    .footer-nav {
        font-size: 14px;
        font-weight: 700;
        line-height: 16.8px;
        text-align: left;
    }

    .footer-nav-list {
        font-family: Lato;
        font-size: 12px;
        font-weight: 400;
        line-height: 14.4px;
        margin-left: 30px;
    }

    .footer-container {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
    }

    .footer-icon {
        display: flex;
        flex-direction: row;
        column-gap: 73px;
        margin: auto;
        margin-bottom: 30px;
    }

    .footer-product {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        margin-left: 40px;
    }

    .footer-store, .footer-contact {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        margin-left: 40px;
        margin-top: 10px;
    }
}