@media Screen and (min-width: 360px) and (max-width: 768px) {
    @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    :root {
        --gren-gray-scale-900: #002603;
        --gren-gray-scale-800: #173b1a;
        --gren-gray-scale-700: #2b572e;
        --gren-gray-scale-600: #406b42;
        --gren-gray-scale-500: #618062;
        --gren-gray-scale-400: #7a997c;
        --gren-gray-scale-300: #96b297;
        --gren-gray-scale-200: #b4ccb4;
        --gren-gray-scale-100: #dae5da;
        --gren-gray-scale-50: #edf2ee;
        --gray-scale-gray-–-900: #1a1a1a;
        --gray-scale-gray-–-800: #333;
        --gray-scale-gray-–-700: #4d4d4d;
        --gray-scale-gray-–-600: #666;
        --gray-scale-gray-–-500: #808080;
        --gray-scale-gray-–-400: #999;
        --gray-scale-gray-–-300: #b3b3b3;
        --gray-scale-gray-–-200: #ccc;
        --gray-scale-gray-–-100: #e5e5e5;
        --gray-scale-gray-–-50: #f2f2f2;
        --gray-scale-white: #fff;
        --branding-success-bright: #84d187;
        --branding-success: #00b207;
        --branding-success-dark: #2c742f;
        --branding-warning: #ff8a00;
        --branding-error: #ea4b48;
        --font-family: "Poppins", sans-serif;
        --second-family: "Segoe Script", sans-serif;
        --third-family: "Dancing Script", sans-serif;
    }
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        outline: 0;
    }
    ul,ol{
        list-style-type: none;
    }
    a{
        text-decoration: none;
    }
    .cotainer{
        width: 1170px;
        margin: auto;
    }
    .row{
        display: flex;
        flex-wrap: wrap;
    }
    iconify-icon {
        vertical-align: middle;
    }
    h1,h2,h3,h4,h5,h6,p,ol,ul,address, select{
        margin: 0;
        padding: 0;
    }
    body{
        font-family: var(--font-family);
    }  
    header .favoriteIcon li a {
        display: inline-block;
        padding: 0px 7px;
        border: none;
    }
    .mobileHeader .menu{
        border: none;
        background: transparent;
    }
    .cartCount{
        position: relative;
    }
    .cartIcon .cartCount .count {
        position: absolute; 
        font-size: 15px;
        background: var(--branding-success-dark);
        border: 1px solid var(--gray-scale-white);
        border-radius: 17px;
        width: 18px;
        height: 18px;
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        text-align: center;
        color: var(--gray-scale-white);
        right: -4px;
        top: 7px;
    }
    .mobileFooter{
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        z-index: 1000;
        width: 100%;
    }
    .footer {
        width: 100vh;
        height: 50px;
        background: white;
        border-radius: 5px;
        border: 2px solid var(--gray-scale-gray-–-400);
        box-shadow: 0px -1px 9px rgb(17, 16, 16);
        position: relative;
    }

    .footer ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 100%;
        position: relative;
    }

    .footer ul li {
        list-style: none;
        width: 73px;
        height: 75px;
        text-align: center;
        line-height: 75px;
        z-index: 1;
    }
    .footer ul li a {
        display: inline-block;
        color: rgb(17, 16, 16);
        font-size: 28px;
        z-index: 0;
    }
    .footer ul li a :hover{
        transform: translateY(-20px);
        transition: 0.3s;
        color: var(--gray-scale-white);
        border-radius: 50%;
        padding: 7px 7px;
        border: 2px solid rgb(247, 245, 245);
        background-color: #767677;
        z-index: 10;
    }
    .mobileHeader .offcanvas-body ul li {
        color: black;
        border-bottom: 1px solid black;
    }
    .mobileHeader .searchItems form input {
        padding: 10px 18px 12px 10px;
        width: 235px;
        height: 45px;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 17px;
        line-height: 140%;
        color: var(--gray-scale-gray-–-500);
        border: 1px solid var(--gray-scale-gray-–-300);
        border-radius: 4px 0 0 4px;
        gap: 10px;
    }
    .card{
        border: none;
        background: transparent;
    }
    .card .apple{
        border-radius: 6px;
        margin: 10px;
        box-shadow: 0 0 12px 0 rgba(91, 99, 91, 0.32);
        background: var(--gray-scale-white);
    }
    .card .orange{
        border-radius: 6px;
        margin: 10px;
        box-shadow: 0 0 12px 0 rgba(81, 90, 82, 0.32);
        background: var(--gray-scale-white);
    }
    .card a{
        color: var(--gray-scale-gray-–-700);
    }
    .card a h5 {
        font-size: 19px;
        color: var(--gray-scale-gray-–-800);
    }
    .card a p{
        font-size: 16px;
        color: var(--gray-scale-gray-–-500);
        padding: 15px;
        gap: 8px;
    }
    .card .apple a p span{
        margin-left: 12px;
    }
    .card a p span{
        font-weight: bold;
        color: black;
        margin-left: 16px;
    } 
    main #banner .Sign-in-box {
        margin-top: 56px;
        text-align: center;
        border: 1px solid var(--gray-scale-gray-–-50);
        border-radius: 8px;
        padding: 19px 67px 16px;
        width: 520px;
        height: 371px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        background: var(--gray-scale-white);
    }
    main #banner .Sign-in-box .login-button button {
        font-family: var(--font-family);
        font-weight: 589;
        font-size: 18px;
        line-height: 114%;
        color: var(--gray-scale-white);
        width: 318px;
        padding: 0px 0px;
        background: var(--branding-success);
        color: var(--gray-scale-white);
        border: none;
        border-radius: 43px;
        cursor: pointer;
        height: 45px;
    }
    main #banner .Sign-in-box {
        margin-top: 24px;
        text-align: center;
        border: 1px solid var(--gray-scale-gray-–-50);
        border-radius: 8px;
        padding: 6px 20px 16px;
        width: 404px;
        height: 371px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        background: var(--gray-scale-white);
    }
   #banner-1 {
        padding: 38px 10px;
        background: #f7f7f7;
        margin-top: 17px;
    }
    #banner-1 h2 {
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
        color: var(--gray-scale-gray-–-900);
    }
    #banner-1 p {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        color: var(--gray-scale-gray-–-400);
    }
    #banner-1 .Email input {
        border: 1px solid var(--gray-scale-gray-–-100);
        border-radius: 46PX 46px 46px 46px;
        padding: 14px 15px;
        height: 47px;
        background: var(--gray-scale-white);
        position: relative;
        margin: 10px 0px;
    }
    #banner-1 .Email button {
        border: none;
        border-radius: 43px 43px 43px 43px;
        padding: 13px 28px;
        height: 47px;
        background: var(--branding-success);
        color: var(--gray-scale-white);
        position: absolute;
        right: 9px;
        margin: 10px 0px;
    }
    #banner-1 .Email button {
        font-family: var(--font-family);
        font-size: 16px;
        line-height: 125%;
        color: var(--gray-scale-white);
    }
    .footer-1 {
        padding: 27px 22px 0px;
        background: var(--gray-scale-gray-–-900);
    }
    .footer-1 p {
        margin-top: 0px;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;
        color: var(--gray-scale-gray-–-500);
    }
    .footer-1 h4 {
        margin-top: 15px;
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 20px;
        line-height: 150%;
        color: var(--gray-scale-white);
    }
}