@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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&family=Syne:wght@400..800&display=swap');
html {
  scroll-behavior: smooth;
}

body {
    font-family:'poppins';
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 15px;
    color: #C9A980;
    width: 75%;
}


.menu-icon {
    font-size: 24px;
    cursor: pointer;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

.logo img{
    width: 150px;
}
.search-bar {
    display: flex;
}

.search-bar input {
    padding: 5px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border: none;
    background-color: #C9A980;
}

.search-bar button {
    background-color: #C9A980;
    border: none;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.search-bar button img{
    color: #ffffff;
}

.side-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background-color: #33472A;
    padding-top: 20px;
    transition: 0.3s;
}

.side-menu ul {
    list-style: none;
    padding: 0;
}

.side-menu ul li {
    padding: 10px;
}

.side-menu ul li a {
    color: white;
    text-decoration: none;
    text-align: center;
    display: flex;
    gap: 8px;
    justify-content: start;
    margin-left: 16px;
    align-items: center;
}


.side-menu.active {
    left: 0;
}
.side-menu.inactive {
    left: -300px;
}

.inicio{
    width: 75vmax;
    height: 20vmax;
    background-image: url('assets/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80%;
    border-radius: 40px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.inicio a{
    padding: 4px 80px;
    background-color: #33472A;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    margin-bottom: 16px;
}
.promo{
    margin-top: 16px;
}
.promo a{
    color: #33472A;
    text-decoration: none;
}
.lanctit{
    font-size: 100px;
    font-family: 'syne';
    color: #33472A;
}
.Lançamentos{
    margin-top: 4rem;
    margin-bottom: 8rem;
    width: 400px;
    display: flex;
    gap: 4rem;
    justify-content: center;
}
.Lançamentos .product h1{
    color: #C9A980;
    font-size: 24px;
    font-family: 'inter';
    font-weight: 500;
}
.Lançamentos .product img{
    width: 400px;
}
.Lançamentos .product .info{
    display: flex;
    gap: 4px;
    height: 30px;
    margin:4px 0;
}

.Lançamentos .product .info .ver{
    background-color: #33472A;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 250px;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 8px;
}
.Lançamentos .product .info .addcart{
    background-color: #33472A;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    img{
        width: 20px;
    }
}
.Lançamentos .product .info h2{
    text-align: center;
    margin: 0;
    padding: 0;
    color: #33472A;
}
footer{
    width: 100%;
    background: #33472A;
}
footer h1{
    margin:0 0 0 45px;
    font-size: 100px;
    font-family: 'syne';
    color: #ffffff;
}
main{
    display: flex;
    gap: 120px;
}
footer main .midia ul li H1{
    color: #ffffff;
    font-size: 60px;
    font-family: 'syne';

}
footer main .midia img{
    width: 32px;
}
footer main .midia ul li{
    list-style: none;
}
footer main .midia ul li a{
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0.5rem;
}


footer main .contact ul li H1{
    color: #ffffff;
    font-size: 60px;
    font-family: 'syne';

}
footer main .contact img{
    width: 32px;
}
footer main .contact ul li{
    list-style: none;
}
footer main .contact ul li a{
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0.5rem;
}




 @media (max-width: 749px) {
    body {
    font-family:'poppins';
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 15px;
    color: #C9A980;
    width: 75%;
}


.menu-icon {
    font-size: 12px;
    cursor: pointer;
}

.logo {
    font-size: 12px;
    font-weight: bold;
}

.logo img{
    width: 50px;
}
.search-bar {
    display: flex;
}

.search-bar input {
    padding: 5px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border: none;
    background-color: #C9A980;
}

.search-bar button {
    background-color: #C9A980;
    border: none;
    color: white;
    padding: 3px 5px;
    cursor: pointer;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.search-bar button img{
    color: #ffffff;
}

.side-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background-color: #33472A;
    padding-top: 20px;
    transition: 0.3s;
}

.side-menu ul {
    list-style: none;
    padding: 0;
}

.side-menu ul li {
    padding: 10px;
}

.side-menu ul li a {
    color: white;
    text-decoration: none;
    text-align: center;
    display: flex;
    gap: 8px;
    justify-content: start;
    margin-left: 16px;
    align-items: center;
}


.side-menu.active {
    left: 0;
}
.side-menu.inactive {
    left: -300px;
}

.inicio{
    width: 75vmax;
    height: 20vmax;
    background-image: url('assets/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80%;
    border-radius: 40px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.inicio a{
    padding: 4px 80px;
    background-color: #33472A;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.promo{
    margin-top: 16px;
}
.promo a{
    color: #33472A;
    text-decoration: none;
    font-size: 8px;
}
.lanctit{
    font-size: 40px;
    font-family: 'syne';
    color: #33472A;
}
.Lançamentos{
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}
.Lançamentos .product h1{
    color: #C9A980;
    font-size: 12px;
    font-family: 'inter';
    font-weight: 500;
}
.Lançamentos .product img{
    width: 200px;
}
.Lançamentos .product .info{
    display: flex;
    gap: 4px;
    height: 30px;
    margin:4px 0;
}

.Lançamentos .product .info .ver{
    background-color: #33472A;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 125px;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 8px;
}
.Lançamentos .product .info .addcart{
    background-color: #33472A;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    img{
        width: 20px;
    }
}
.Lançamentos .product .info h2{
    text-align: center;
    margin: 0;
    padding: 0;
    color: #33472A;
}
footer{
    width: 100vw;
    background: #33472A;
}
footer h1{
    margin:0 0 0 4px;
    padding: 4px;
    font-family: 'syne';
    color: #ffffff;
}
main{
    display: flex;
    gap: 1px;

}
footer main .midia ul li H1{
    color: #ffffff;
    font-size: 20px;
    font-family: 'syne';

}
footer main .midia img{
    width: 24px;
    height: 24px;
}
footer main .midia ul li{
    list-style: none;
}
footer main .midia ul li a{
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0.1rem;
}
footer h1{
    font-size: 20px;
}

footer main .contact ul li H1{
    color: #ffffff;
    font-size: 20px;
    font-family: 'syne';

}
footer main .contact img{
    width: 24px;
}
footer main .contact ul li{
    list-style: none;
}
footer main .contact ul li a{
    text-decoration: none;
    color: #ffffff;
    display: flex;
    font-size: 12px;
    align-items: center;
    padding: 0.1rem;
    margin: 0;
}
 }