body {
    margin: 0;
    padding: 0;
}

/* Ш А П К А */

.main-header {
    height: 64px;
    width: 100vw;
    background: rgb(226 208 180 / 100%);
    padding: 0px 0px;
    position: fixed;
    z-index: 1;
}

nav {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
}

.logo {
    height: 80px;
    margin-top: -7px;
}

.navigation {
    height: 64px;
    display: flex;
    align-items: center;
}

.navigation-item {
    margin: 0px 30px;
}

/* Б А Н Н Е Р */

.banner {
    width: 100vw;
    height: 100%;
    margin-bottom: 4rem;
}

.banner-img {
    width: 100vw;
    height: 100%;
    margin-top: 64px;
}

.navigation-item:hover {
    text-decoration: underline;
    color: #71111c;
    text-decoration-color: black;
}

/* Б Л О К   С   А К Ц И О Н Н Ы М И   Т О В А Р А М И */

.social-icon {
    width: 30px;
    margin-right: 20px;
}

@media (max-width: 640px) {
    .product-grid {
        display:grid;
        grid-template-columns: 1fr 1fr !important;
    }
    .card {
        padding: 16px !important;
        height: 425px;
    }

    .product-name {
        font-size: 1rem !important;
        height: 4rem !important;
    }

    .btn-col {
        margin-top: 10px !important;
        display: flex !important;
        flex-wrap: wrap;
    }

    .icon-link {
        padding: 1em 0 !important;
        font-size: 9px !important;
    }

    .icon-link-cart {

        padding: 0 !important;

        font-size: 9px !important;

    }

    .promo-info header {
        font-size: 1.5rem !important;
    }

    nav {
        margin: 0 5px;
    }

    .logo {
        height: 65px;
        margin: 0;
    }

    .navigation {
        max-width: 300px;
    }

    .navigation-item {
        margin: 0 15px;
        font-size: 12px;
        text-align: center;
    }

    .pouch {
        margin-right: 10px;
        font-size: 0.9rem !important;
        width: 100%;
    }

    .pouch-item {
        max-width: 99px;
        justify-content: flex-end;
    }

    .promo-info preheader {
        font-size: 1.5rem !important;
    }

    .banner {
        margin-bottom: 2rem;
    }

    .product-section {
        padding: 2rem 0% !important;
    }

    .cards li {
        min-width: 280px !important;
    }
}