main {
  padding-top: 50px;
}
.bg-limited {
  height: 100vh;
  background: rgb(248, 248, 247);
  background: radial-gradient(
    circle,
    rgba(248, 248, 247, 1) 0%,
    rgba(188, 178, 170, 1) 100%
  );
  font-family: "Montserrat", sans-serif;
  position: relative;
}

.header-limited-top {
  display: flex;
  justify-content: space-between;
}
.header-limited {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  flex-wrap: wrap;
}
.header-content-limited {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.subheader-content-limited {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
.subheader-content-img {
  padding-bottom: 40px;
  padding-top: 10px;
}
.header-limited-p {
  font-size: 14px;
  font-weight: 600;
  padding-right: 16px;
  text-align: center;
}
.subheader-limited-p {
  font-size: 14px;
  font-weight: 600;
  padding-right: 16px;
  text-align: center;
  padding-bottom: 10px;
}

.btn-limited {
  background-color: #3e2b2e;
  border-radius: 0px;
  text-transform: uppercase;
  color: #c4bcb7;
  letter-spacing: 1px;
  padding: 10px 12px;
}
.btn-limited:hover {
  background-color: #352729;
  border-radius: 0px;
  text-transform: uppercase;
  color: #c4bcb7;
}

/* MAIN CONTENT */
.limited-h1-span {
  font-family: "Playfair Display", sans-serif;
  color: #fff;
  font-size: 44px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: -2;
  display: none;
}
.limited-h1 {
  font-family: "Playfair Display", sans-serif;
  color: #fff;
  font-size: 41px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: -2;
}
.limited-h2 {
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}
.intro-text-limited {
  font-weight: 300;
}
.row-limited {
  display: flex;
  justify-content: end;
}

.limited-list {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  border-left: 2px solid #000;
  padding-left: 30px;
}

.limited-list-items {
  margin-bottom: 27px;
}
.category-limited {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 9px;
}
.note-limited {
  font-weight: 500;
  font-family: "Playfair Display", sans-serif;
  font-size: 17px;
}

.limited-bottle {
  display: flex;
  justify-content: center;
}
.limited-bottle img {
  height: 350px;
}

.limited-sm-img {
  width: auto;
  height: 450px;
}

.position-center {
  display: flex;
  justify-content: center;
}

/* RESPONSIVE */
@media (min-width: 576px) {
  .limited-h1 {
    font-size: 77px;
  }
  .limited-h1-span {
    font-size: 77px;
  }
}
@media (min-width: 768px) {
  .header-limited {
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
  }
  .header-content-limited {
    align-items: center;
    flex-direction: row;
  }
  .limited-h1 {
    display: none;
  }
  .limited-h1-span {
    display: block;
    font-size: 102px;
  }
  .limited-list {
    display: block;
    margin: 0;
  }
  .limited-content {
    display: flex;
    justify-content: space-between;
    position: relative;
    /* margin: 0 60px; */
  }
  .limited-content:before {
    content: "";
    position: absolute;
    background-image: url(/images/limited/limited-signature.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    bottom: -355px;
  }
  .lg-screen-none {
    display: none;
  }
  .header-content-limited {
    display: block;
  }
}

@media (min-width: 992px) {

  .limited-h1-span {
    font-size: 133px;
  }
  .limited-content:before {
    bottom: -190px;
  }

  .bg-limited:before {
    content: "";
    background-image: url(/images/limited/ombre-bg-v2.png);
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    /* top: -80px; */
    /* width: 550px; */
    width: 440px;
    height: 100%;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.2;
  }
}
@media (min-width: 1200px) {
  .bg-limited:before {
    opacity: 1;
    width: 300px;

  }
  .limited-content:before {
    bottom: -211px;
  }
  .limited-h1-span {
    font-size: 144px;
  }
  .limited-test {
    display: flex;
    justify-content: end;
  }
}

@media (min-width: 1400px) {
  
  .container {
    width: 1300px;
  }
  .limited-h1-span {
    font-size: 164px;
  }
}
@media (min-width: 1800px) {
  main {
    padding-top: 120px;
  }
  .container {
    width: 1700px;
  }
  .limited-h1-span {
    font-size: 224px;
    z-index: -2;
  }
}

/* EXTRA COL CLASS */
@media (min-width: 1400px) {
  .col-xl-3 {
    width: 33%;
  }
  .col-xxl-3 {
    width: 25%;
  }
}
