#page-limited-edition {
  margin: 0 auto;
  padding-bottom: 50px;
  padding: 0 30px 50px;
  width: 100%;
  max-width: 1380px;
}

@media screen and (max-width: 768px) {
  #page-limited-edition {
    min-width: unset;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  #page-limited-edition {
    padding: 0 15px 20px;
  }
}

#page-limited-edition #title-box {
  max-width: 1146px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  #page-limited-edition #title-box {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  #page-limited-edition #title-box h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 120%;
    font-size: 1.75rem;
  }
}

#page-limited-edition > h3 {
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
  color: #393939;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #page-limited-edition > h3 {
    width: 100%;
  }
}

#page-limited-edition .gift-container {
  margin: 30px auto 0;
  padding-top: 43px;
  border-top: 1px solid #b0b0b0;
  max-width: 1146px;
}

@media screen and (max-width: 768px) {
  #page-limited-edition .gift-container {
    padding-top: 30px;
    width: 100%;
  }
}

#page-limited-edition .gift-container > div {
  margin-bottom: 30px;
}




.gift-wrapper .gift-inner.sold-out{
    background: #dddddd;
}

.gift-wrapper .gift-inner .product-wrapper .product-image{
	position:relative;
	width: 33%;
}

@media screen and (max-width: 768px) {
	.gift-wrapper .gift-inner .product-wrapper .product-image{
		width: auto;
	}
}

.gift-wrapper .gift-inner .product-wrapper .product-image .sold-out {
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	top: 0;
 	left: 0;
 	background-color: rgba(221, 221, 221, 0.5);
 	opacity: 1;
}

.gift-wrapper .gift-inner .product-selection .function-wrapper .sold-out,
.gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper .function-wrapper .sold-out{
	line-height: 120%;
    font-weight: 400;
    font-size: 0.75rem;
    letter-spacing: 0.25px;
    background: #ffffff;
    border: 1px solid #1e1e1e;
    color: #1e1e1e;
    text-align: center;
    padding: 4px 12px;
    border-radius: 40px;
    margin-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    
}

/*# sourceMappingURL=limited.css.map */