
.prdutob{
  position: relative;
  border: 5px solid #ccc;
  border-radius: 20px;
  padding: 20px;
  margin: 20px auto;
  background-color: #fff;
  max-width: 900px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin: 40px auto;
}


.nomepb{
 font-size: 1.6em;
  font-weight: bold;
  color: #2c2c2c;
  text-align: center;
  margin-bottom: 15px;
}

.categoriab{
  position: absolute;
  top: -13px;
  right: 1px;
  background-color: #ccc;
  color: white;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 13px;
  font-size: 1em;
  z-index: 1;
}


.conteinerprod{
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap; 
}

.pbimg{
  width: 500px;
  height:500px;
  border-radius: 8px;
  flex-shrink: 0;
}

.descelink{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}

.descpb{

 font-size: 1em;
  color: #444;
  line-height: 1.6;
  text-align: justify;
}

.saibamais{
  display: inline-block;
  margin-top: 15px;
  padding: 10px 18px;
  background-color: #ccc;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  align-self: flex-start;
  transition: background-color 0.3s ease;
  margin: 0 auto;
}

.saibamais:hover {
  background-color: #8f8f8f;
}

.compre{
  display: inline-block;
  padding: 10px 18px;
  background-color: #ccc;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  align-self: flex-start;
  transition: background-color 0.3s ease;
  margin: 0 auto;
}

.compre:hover {
  background-color: #8f8f8f;
}

.fotoecomprar{
 flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 100%;
} 

.rolarimg{
 
  position: sticky;
  top: 100px;                  
  align-self: flex-start;
  margin-bottom: 50px;     
                 
  
}
