*{
    margin: 0;
    box-sizing: border-box;
    font-family:Arial, Helvetica, sans-serif;
}

header{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    gap: 2vw;
    max-width: 100%;
}

img{
    max-width: 100%;
    height: auto;
}

section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.logo {
    width: 80px;
    border-radius: 15px;
    max-width: 80px;
}

#Searchbar {
    width: 70vw;
    max-width: 1000px;
    min-width: 250px;
    height: 40px;
    border-radius: 10px;
    padding-left: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
}

#Searchbar:focus {
    outline: none;
}

#ops{
    display: flex;
    font-size: 25px;
    gap: 5vh;
    overflow-x: auto;
}

#ops a {
    text-decoration: none;
    color: white;
    font-family: 'Arial', sans-serif;
    background-color: coral;
    width: 250px;
    text-align: center;
    border-radius: 5px;
}

.menu{
    position: absolute;
    right: 40px;
    top: 100px;
    background-color: gray;
    height: 20vh;
    width: 28vh;
    opacity: 0;
    z-index: -200;
}

#check:checked~.menu{
    opacity: 10 !important;
    z-index: 100;
    transition: 1s;
}

#check{
    height: 5vh;
    width:70px;
    position: absolute;
    right: 6px;
    opacity: 0;
}
    

@media (max-width: 1000px) {
    #ops {
        display: none;
    }
    .svgs{
        display: none;
    }
}
@media (min-width: 1000px) {
    #mnu {
        display: none;
    }   
}
@media (max-width: 1000px) {
    .adimg3 {
        display: none;
    }
    #blockad2 {
        display: none;
    }
    .account {
        display: none;
    }
    #check{
        right: 40px;
    }
}

.princad img{
    width: 140vh;
    height: 50vh;
    text-align: center;
    padding-top: 15px;
}   

#blockad{
    width: 500px;
    height: 150px;
    border: 1px solid gray;
    display: flex;
    padding: 20px;
    border-radius: 13px;
}

.adimg{
    width: 12vh;
    height: 12vh;
}

#blockad2{
    width: 20vh;
    height: 24vh;
    border: 4px solid gray;
    padding: 20px;
    border-radius: 13px;
}

.adimg3{
    width: 40vh;
    border-radius: 13px;
}

#container{
    display: flex;
    justify-content:space-around;
}

#ads img{
    width:46vh;
    height: 10vh;
    border: 3px solid rgb(255, 255, 255);
}

#ads {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#title{
    padding-left: 100px;
    padding-top: 20px;
    font-size: 43px;
}

.flex-product{
    display: flex;
    flex-wrap: wrap;
    padding-left: 50vh;
    padding-right: 50vh;
    align-content: center;
    justify-content: space-around;
}

.card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin: 16px;
}

.card-img-top {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #868e96;
}

.card-body {
  padding: 16px;
}

.card-title {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.card-text {
  font-size: 1rem;
  margin-bottom: 12px;
}

.btn.btn-primary {
  display: inline-block;
  padding: 8px 16px;
  background: #924B1F;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s;
}

.btn.btn-primary:hover {
  background: #703917;
}

@media (max-width: 1409px) {
    .flex-product{
        padding-left: 10vh;
        padding-right: 10vh;
    }
}
@media (max-width: 659px) {
    .flex-product{
        padding-left: 5vh;
        padding-right: 5vh;
    }
}
.colunas {
    display: flex;
    gap: 30px;
    justify-content: center;
    width: 100%;
    margin: 40px auto;
}

.coluna {
    min-width: 350px;
    max-width: 430px;
}

.coluna p {
    margin-bottom: 20px;
    text-align: justify;
}

.txt-title{
    margin-left: 20vh;
    margin-top: 13px;
    font-size: 43px;
    display: flex;
}

.colunas.prg2 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.colunas.prg2 p {
    min-width: 220px;
    max-width: 350px;
    margin: 0;
    padding: 0 10px;
    text-align: justify;
}

@media (max-width: 1000px) {
    .colunas {
        flex-direction: column;
        align-items: center;
    }
    .coluna {
        max-width: 90vw;
    }
    .colunas.prg2{
        flex-direction: column;
        align-items: center;
    }
    #product-container {
        flex-direction: column;

    }
    .colunas.prg2 p {
        max-width: 90vw;

    }
    .txt-title {
        margin-left: 0;
    }
    #container-max {
        flex-direction: column;
    }
}


form{
    display: flex;
    flex-direction: column;
    width: 60vh;
    gap: 12px;
    margin: 0 auto;
    padding-top: 30px;
}

#form {
    width: 70vh;
    max-width: 600px;
    margin: 0 auto;
    border: 4px solid coral;
    height: 40vh;
    border-radius: 10px;
    padding-top: 14px;
}

.form-logo {
    display: block;
    margin: 0 auto;
}

#product-container {
    display: flex;
    justify-content: space-around;
    padding: 40px;
}

.product-image {
    max-width: 100%;
    width: 700px;
    height: auto;
}

.product-info {
    margin-right: 70px;
}

.product-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.product-description {
    font-size: 16px;
    margin-bottom: 10px;
}

.product-price {
    font-size: 20px;
    font-weight: bold;
}

.cep-input {
    margin-top: 15px;
    height: 30px;
}

.add-to-cart {
    background-color: #924B1F;
    color: white;
    padding: 10px 15px;
    margin-top: 15px;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.5s;
}

.add-to-cart:hover {
    background-color: #703917;
}

.product-price-container {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.frete-calculo{
    margin-top: 30px;
    border: 1px solid black;
    width: 700px;
    height: 100px;
}

.frete-calculo input{
    margin-left: 30px;
    width: 300px;
    height: 50px;
    font-size: 20px;
}

.frete-calculo h1{
    margin-left: 30px;
}

.product-cart-container{
    margin-top: 30px;
    border: 1px solid black;
    width: 800px;
    height: 120px;
    display: flex;
}

.product-cart-container img {
    width: 20%;
  height: 90%;
  object-fit: contain; 
  display: block;
}

.product-details {
    display: flex;
    flex-direction: row;
    justify-content: end;
    justify-content: space-between;
    padding: 10px;
}

.cart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.cart-summary {
    border: 1px solid #000;
    padding: 20px;
    width: 320px;
    margin: 30px auto 0 auto;
    font-size: 25px;
}
.cart-summary div {
    margin-bottom: 12px;
}

#container-max{
    display: flex;
    flex-direction: row;
}
