.attribute-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: #F9F6F3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 500010;
}
@media screen and (min-width: 1200px) {
  .attribute-overlay {
    width: 80%;
    height: 90%;
    top: 5%;
    left: 10%;
  }
}
.attribute-overlay.open {
  display: block;
}
.attribute-overlay .head {
  background: #F9F6F3;
  padding: 20px 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 640px) {
  .attribute-overlay .head {
    padding: 50px 70px;
  }
}
.attribute-overlay h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .attribute-overlay h4 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .attribute-overlay h4 {
    font-size: 2.2rem;
  }
}
.attribute-overlay .close {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('images/icon-cross.svg');
  background-size: 60% 60%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
  z-index: 300;
}
@media screen and (min-width: 640px) {
  .attribute-overlay .close {
    width: 50px;
    height: 50px;
    top: 45px;
    right: 70px;
  }
}
.variation-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  height: calc(100svh - 20px);
  overflow: auto;
  padding: 70px 30px 10px 30px;
  margin-bottom: -20px;
}
@media screen and (min-width: 640px) {
  .variation-items {
    align-items: normal;
    padding: 140px 55px 15px 55px;
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .variation-items {
    height: calc(90vh - 20px);
  }
}
.variation-items .item {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  background: #FFFFFF;
  margin: 0 0 20px 0;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .variation-items .item {
    width: calc(50% - 30px);
    margin: 0 15px 30px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .variation-items .item {
    width: calc(33.33% - 30px);
  }
}
.variation-items .item figure {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .variation-items .item figure {
    padding: 0 30px;
  }
}
.variation-items .item img {
  width: 100%;
  height: auto;
  max-height: 150px;
  padding: 0;
  object-fit: contain;
}
@media screen and (min-width: 640px) {
  .variation-items .item img {
    max-height: 280px;
  }
}
.variation-items .item h5 {
  width: 100%;
  color: #000000;
  text-align: center;
  padding: 0 30px;
  margin: 15px 0 10px 0;
}
@media screen and (min-width: 1200px) {
  .variation-items .item h5 {
    margin: 25px 0 15px 0;
  }
}
.variation-items .item .tooltip {
  width: 100%;
  min-height: 25px;
  text-align: center;
  font-size: 1em;
  line-height: 140%;
  padding: 0 30px;
  margin: 5px 0;
}
.variation-items .item .tooltip:empty {
  display: none;
}
.variation-items .item .tooltip font,
.variation-items .item .tooltip a,
.variation-items .item .tooltip b,
.variation-items .item .tooltip strong {
  color: #000000;
  font-weight: 400;
  font-size: 1em;
  line-height: 140%;
}
.variation-items .item .tooltip a {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
.variation-items .item .tooltip b {
  font-size: 1em;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 0;
}
.variation-items .item .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .variation-items .item .buttons {
    padding: 15px 30px 30px 30px;
  }
}
.variation-items .item .button {
  width: 100%;
  font-size: 0.8em;
  line-height: 100%;
  padding: 10px 15px;
  border: 1px solid #000000;
}
@media screen and (min-width: 1200px) {
  .variation-items .item .button {
    font-size: 0.9em;
    padding: 10px 25px;
  }
}
.variation-items .item .choose {
  display: block;
}
html.overlay-open {
  position: relative;
}
html.overlay-open body {
  overflow: hidden;
}
