.containershop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px;
}

.membershop {
    width: 300px;
	height: 500px;
	margin-top: 50px;
	padding: 20px;
	box-sizing: border-box;
	border: solid black 3px;
    border-radius: 5%;
    background: white;


}

.membershop img {
    width: 100%;
	height: 300px;
	object-fit: cover;
}

.shoptxt {
    text-align: center;
    position: relative;
    top:10px;
    left: 380px;
    cursor: default;
    color: #43998f;
    text-shadow: 4px 5px 6px rgba(0,0,0,0.6);
    font-size: 40px;
}

.cachorros {
    text-align: center;
    position: relative;
    top: 20px;
    cursor: default;
    font-weight: bold;

}

.descricao {
    font-size: 17px;
    font-family: sans-serif;

}

.preco {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;

}

.btnshop {
        position: relative;
        left: 50px;
        top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        cursor: pointer;
        width: 150px;
        height: 50px;
        background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
        border-radius: 30px;
        border: 1px solid #8F9092;
        transition: all 0.2s ease;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #606060;
        text-shadow: 0 1px #fff;
      }
      
      button:hover {
        box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;
      }
      
      button:active {
        box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
      }
      
      button:focus {
        box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
      }

      .precoespecial {
        font-size: 13px;
        color: red;
        margin-left: 5px;


      }

    .containershop2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px;
    }

    .gatos {
    text-align: center;
    position: relative;
    top: 20px;
    cursor: default;
    font-weight: bold;

    }

    .containershop3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px;
    }

    .acessorios {
    text-align: center;
    position: relative;
    top: 20px;
    cursor: default;
    font-weight: bold;
    }