body {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.header {
  font-family: "Libre Baskerville", serif;
  justify-content: space-between;
  display: flex;
  background-color: #ffd700;
  font-size: 1.5rem;
}

.header__rigth,
.header__left,
.icon-search {
  justify-content: space-between;
  display: flex;
  align-items: center;
  /* padding: 2rem; */
}
.header__rigth{
  margin-left:1.5rem;
}
.header__left img{
  width: 100px;
  margin-right:1.5rem;
} 

h2,
footer {
  font-family: "Libre Baskerville", serif;
  font-size: 35px;
}

h3,
h4 {
  font-family: "Libre Baskerville", serif;
}
p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

#search-input {
  width: 50%;
  border: solid 2px #333;
  border-radius: 30px;
  margin-left: 70px;
}

a {
  text-decoration: none;
  color: #222;
}

section {
  margin: 0 10rem;
  padding: 0 4rem;
}

.wrapper_nav {
  font-family: "Libre Baskerville", serif;
  justify-content: space-between;
  display: flex;
  padding-right: 25px;
  margin-right: 15px;
}

.nav li {
  justify-content: space-between;
  float: left;
}

.nav li a {
  display: block;
  text-align: center;
  padding: 14px 16px;
}

.wrapper-zapatos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#wr-item {
  padding: 15px;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: transform 0.2s ease-in-out;
  background-color: #ffb6c1;
}

#wr-item img {
  max-width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#wr-item_title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

#wr-item_price {
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
}

#p-tienda {
  margin: 2rem 0;
}

.wr-tienda {
  margin: 2rem 10rem;
}

#icon-search__label {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  margin-top: auto;
  font-size: 20px;
}

#footer-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 15px;
}

#footer-content a {
  color: #ffffff;
  margin: 15px;
}
