.main #exclusive {
  padding-top: 50px;
  min-height: 100vh;
  background: url(../images/exclusive-bg.jpg) no-repeat #000;
  background-size: cover;
  position: relative;
  padding: 0 140px;
  margin-bottom: 50px;
}
.main #exclusive h3{
    font-weight: 300;
  }
h2.jp-only{
      font-size: 50px;
    margin: 0 0 18px 0px;
}
@media screen and (max-width: 575px) {
  .main #exclusive .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .main #exclusive .container {
    padding-left: 0;
    padding-right: 0;


  }
  .main #exclusive {
    padding: 30px 30px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 991px) {
  .main #exclusive {
    padding: 30px 30px;
  }

}
.main #exclusive .exclusive__container {
  width: 100%;
  position: relative;
  max-width: 100%;
    min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .main #exclusive .exclusive__container-bg {
    display: none;
  }
}
.main #exclusive .exclusive__container-bg img {
  width: 100%;
  opacity: 0;
   display: none;
}
.main #exclusive .exclusive__container-mid-bg {
  display: none;
}
@media screen and (max-width: 767px) {
  .main #exclusive .exclusive__container-mid-bg {
    display: block;
  }
  .main #exclusive .exclusive__container-mid-bg img {
    width: 100%;
  }
}
.main #exclusive .exclusive__container .exclusive-content {
  color: white;
  width: 90%;
  max-width: 570px;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
.main #exclusive .exclusive__container .exclusive-content {
      margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
}
.main #exclusive .exclusive__container .exclusive-content h3 {
  margin-bottom: 1rem;
  font-size: 36px;
}
.main #exclusive .exclusive__container .exclusive-content h6 {
  font-size: 14px;
  font-weight: 300;
}
.main #exclusive .exclusive__container .exclusive-content .exclusive-date__container {
  font-size: 14px;
}
.main #exclusive .exclusive__container .exclusive-content .exclusive-date__container .exclusive-date-border {
  border: 1px solid white;
  margin-left: 0;
}
.main #exclusive .exclusive__container .exclusive-content .exclusive-date__container .date-border-bottom {
 border-bottom: 1px solid white; 
}
.main #exclusive .exclusive__container .exclusive-content .exclusive-date__container .exclusive-date-border div {
  padding: 10px;
}
.main #exclusive .exclusive__container .exclusive-content .exclusive-date__container .exclusive-date-border .date-border {
  border-right: 1px solid white;
}
@media screen and (max-width: 767px) {
  .main #exclusive .exclusive__container .exclusive-content .exclusive-date__container .exclusive-date-border .date-border {
    border: none;
    border-bottom: 1px solid white;
  }
}
@media screen and (max-width: 991px) {
  .main #exclusive .exclusive__container .exclusive-content {
    left: 0;
    top: 0;
    position: relative;
    transform: unset;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main #exclusive .exclusive__container .exclusive-content {
    position: relative;
    left: 0;
    top: 0;
    padding: 0 10px;
    transform: none;
    max-width: 500px;
  }
  .main #exclusive .exclusive__container .exclusive-content h3 {
    font-size: 20px;
  }
  .main #exclusive .exclusive__container .exclusive-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .main #exclusive .exclusive__container .exclusive-content {
    width: 300px;
    padding: 0;
    margin: 10px auto 0;
  }
}
.main #exclusive .exclusive__container .exclusive-content .exclusive-button {
  margin-top: 20px;
  background: transparent;
  color: white;
  border: 1px solid white;
  width: 285px;
  letter-spacing: 1px;
  font-weight: 500;
}
.main #exclusive .exclusive__container .exclusive-content .exclusive-button:hover {
  background: white;
  color: black;
}


.jp .main #exclusive .exclusive__container .exclusive-content .exclusive-date__container {
    font-size: 11px;
}

.no-top-border{
  border-top: none !important;
}

@media screen and (min-width: 768px) and (max-height: 678px) {
  .main #exclusive, .main #exclusive .exclusive__container {
      min-height: 678px;
  }
}
@media screen and (min-width: 768px) {
  .main #exclusive .exclusive__container .col-md-3{
    max-width: 33% !important;
    flex: 0 0 29.5% !important;
  }
  .jp .main #exclusive .exclusive__container .exclusive-content .exclusive-date__container {
      width: 698px;
    }
}


.main #intro {
  display: block;
  color: #fff;
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  background: url(../images/ghost-web-header-desktop.jpg) 50% 80% / cover no-repeat;
  min-height: 750px;
  /*background-attachment: fixed;*/
}
@media only screen and (device-width: 1024px) and (orientation: portrait) {
  .main #intro {
    background-position: center right;
    min-height: unset;
    color: #fff;
  }
}
@media only screen and (device-width: 768px) {
  .main #intro {
    background: url(../images/ghost-web-header-mobile.jpg) center / cover no-repeat;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .main #intro {
    background: url(../images/ghost-web-header-mobile.jpg) center / cover no-repeat;
    color: #fff;
  }
}
@media screen and (max-width: 575px) {
  .main #intro {
    min-height: 700px;
  }
}
.main #intro .intro__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.main #intro .intro__inner--headline {
  position: absolute;
  bottom: 7%;
  transform: translateX(-50%);
  left: 50%;
  padding: 0 25px;
  max-width: 700px;
  text-align: center;
  width: 100%;
  top:  unset;
  color:  #fff !important;
}
@media only screen and (device-width: 768px) {
  .main #intro .intro__inner--headline {
    position: relative;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
    top: calc(75vw + 73px);
  }
}
@media screen and (max-width: 767px) {
  .main #intro .intro__inner--headline {
    position: relative;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: calc(65vw + 73px);
    max-width: 500px;
  }
}
@media screen and (max-width: 575px) {
  .main #intro .intro__inner--headline {
    top: 55%;
    width: auto;
  }
}
.main #intro .intro__inner--headline h2 {
  margin-bottom: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .main #intro .intro__inner--headline h2 {
    font-size: 24px;
  }
}
.main #intro .intro__inner--headline p {
  margin: 1.5em auto;
  font-size: 14px;
}
.main #intro .intro__inner--headline .rr-custom {
  letter-spacing: 1px;
  width: 280px;
  opacity: 1;
  border: 1px solid white;
}
.main #intro .intro__inner--headline .rr-custom:hover {
  background: transparent;
}
.main #intro .jp {
  max-width: 420px;
}
@media screen and (max-width: 575px) {
  .main #intro .jp {
    max-width: 315px;
    padding: 0;
  }
}

.floating-button{
  position: fixed;
  bottom:  50px;
  opacity: 0;
  z-index: 999;
  transition: all 0.5s ease;
  left: calc(50% - 125px);
  display: none;
}
.floating-button.add-to-cart-fixed{
  opacity: 1;
  display: block;
}
button:focus { outline: none; }

.design_container{
      padding-top: 50px;
}

.video-overlay{
    width: 100%;
    /*background: #ff0000a6;*/
    position: relative;
    padding-bottom: 56.25%;
}
.videoWrapper iframe, .videoWrapper video{
  overflow: hidden;
  top: 60px;
}

.videoWrapper{
      margin-top: -160px;
      background: #000;
      overflow: hidden;
      padding-bottom: 56.25%;
}
.rule-breaker {
    color: #fff;
    padding: 4em 0;
}
.rule-breaker-inside {
    max-width: 790px;
    }
.d-break{
  display: inline-block !important;
}
.mb-break{
  display: none;
}

.rr-button:hover {
    background: #000;
}
@media screen and (max-width: 575px) {
  .mb-break{
    display: inline-block !important;
  }
  .video-overlay{
      height: 52vh;
    }
  .main .long-background {
      width: 100%;
      height: 100%;
      background: #000;
      background-size: cover;
      padding: 30px 0;
  }
  .videoWrapper iframe, .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 52vh;
    left: -25.0%;
  }
  .videoWrapper {
      margin-top: -60px;
    height: 45vh;
}
  .cullinan__container{
    margin: 0 auto 20px auto !important ;
 }
 .whispers-container {
    padding: 3em 0;
  }
}