* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

::-webkit-scrollbar {
    width: 0;
}



body {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #FFFF;
    height: 4.688rem;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.75rem;
    font-size: 1em;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #272727;
}

nav ul li {
    cursor: pointer;
}

.nav-topico:hover {
    color: #56B280;
    transition: .2s;
}

#nav-social {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

main {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding: 1em;
    height: 90vh;
}

#left-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#left-side img {
    margin-bottom: 10px;
}

#left-side h2 {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.9999999165534973px;
    text-align: center;
    color: #1D252C;
}

#shipping-txt p{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#shipping-txt img {
    display: flex;
    align-items: center;
    width: 30px;
}

#left-side p {
    margin-top: 20px;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.8999999165534973px;
    text-align: center;
    color: #56B280;
}

section#right-side {
    width: 540px;
}

section#right-side h1 {
    font-family: 'Poppins';
    font-size: 26px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: -0.8999999165534973px;
    text-align: left;
}

div#line-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 340px;
}

div#line-1 p {
    font-family: 'Poppins';
    font-size: 26px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: -0.8999999165534973px;
    text-align: left;
    color: #56B280;
}

div#line-1 div label {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.8999999165534973px;
    text-align: left;
}

div#line-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#select-qnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

#select-qnt input {
    width: 58px;
    height: 25px;
    border: 1px solid #56B280;
    padding: 1em;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.8999999165534973px;
    text-align: center;
}

#input-number::-webkit-outer-spin-button, #input-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

div#subscribe {
    width: 350px;
    height: 117px;
    border: 1px solid #E6E6E6;
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 7px;
}

#subscribe-forms {
    display: flex;
    justify-content: space-between;
}

#option-weeks {
    border: #E7E7E7;
}

div#subscribe-txt p {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    color: #818181;
}

div#subscribe-txt span {
    color: #56B280;
}

#botao-container {
    display: flex;
    justify-content: right;
}

button#add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 350px;
    height: 42px;
    background-color: #56B280;
    border: none;
    border-radius: 4px;
    padding: 8px, 44px, 8px, 44px;
    margin-top: 4em;
    cursor: pointer;
}

button#add-to-cart a {
    text-decoration: none;
    color: #fff;font-family: 'Roboto';
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
}

button#add-to-cart:hover {
    box-shadow: 1px 1px 15px #56B280;
    transition: .3s;
}

#product-description {
    margin-top: 50px;
    border-radius: 7px;
    border: 1px solid #E6E6E6;
    padding: 1em;
}

#product-description ul li {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: #849A8E;
}

#product-description ul li span {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
    color: #1D252C;

}

footer {
    width: 100%;
    background-color: #272727;
    padding: 2em;
}

#footer-container {
    border-top: 1px solid #fff;
    background-color: #272727;
    display: flex;
    justify-content: space-around;
    padding: 3rem 3.5rem;
}

.footer-list h3 {
    font-family: 'Poppins';
    font-size: 1em;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: left;
    color: #56B280;
}

#footer-logo p {
    font-family: 'Poppins';
    font-size: 1em;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #FFFFFF;
}

.footer-list a {
    font-family: 'Poppins';
    font-size: 1em;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
    color: #E1E1E1;
}