.shop {
  color: #000;
}

iframe {
  border: 0px;
}

.shop .div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop .pigeon {
  background-color: #F8F8F8;
  padding: 0 1.5rem;
}

.shop .pigeon a {
  display: block;
}

.shop .pigeon .pg-image {
  margin-top: 5vh;
  position: relative;
  aspect-ratio: 12/10;
  border-radius: 20px;
  overflow: hidden;

}

/* .shop .pigeon .pg-image:not(.swiper) {
  padding-bottom: 48%;
} */

.shop .pigeon .pg-image:not(.swiper) img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.shop .pigeon .pg-image:not(.swiper):hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.shop .pigeon .pg-name, .shop .pigeon .pg-info, .shop .pigeon .pg-price {
  margin-top: 2.5vh;
}

.shop .pigeon .pg-info {
  border: none;
  text-align: center;
  padding: 0 10%;
  /* height: 4.5rem; */
}

.shop .pigeon .pg-price {
  font-family: "Sf-Compact-Display-Bold";
  font-size: 1.5rem;
}

.reserved-by {
  margin: 2.5vh 0;
}

.shop .pigeon .more {
  display: inline-flex;
  font-family: "Sf-Compact-Display-Regular";
  margin-bottom: 2.5vh;
  margin-left: auto;
}

.pigeon {
  position: relative;
  border-radius: 40px;
}

.pigeon span {
  position: absolute;
  z-index: 9;
  text-transform: uppercase;
  line-height: 35px;
  text-align: center;
  border-radius: 9px;
  width: auto;
  padding: 0 20px;
  top: 0;
  color: #FFF;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Sf-Compact-Display-Bold";
}

.pg-name {
  font-size: 1.5rem;
  font-family: "Sf-Compact-Display-Bold";
  margin-top: 5vh;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.pg-name a{
  color: #000;
}

.pg-name a:hover{
  color: #637D96;
}

body.page-secondary .all-pigeons .pigeon:nth-child(n+4) {
  margin-top: 7.5vh;
}

@media only screen and (max-width: 1023px) {
  .shop .title {
    padding-bottom: 0;
  }
  .shop .pigeon:not(:first-of-type) {
    margin-top: 7.5vh;
  }
  .shop .pg-info {
    padding: 0 20%;
  }
  .shop .pigeon .pg-info{
    height: auto;
  }
}

@media only screen and (max-width: 320px) {
  .shop .pg-info {
    padding: 0 !important;
  }
}
/*# sourceMappingURL=shop.css.map */