/* HELPERS */
.pps-u-hide-for-mobile {
  display: block;
}
.pps-u-hide-for-desktop {
  display: none;
}
.is-hidden {
  display: none;
}

@media only screen and (max-width: 737px) {
  .pps-u-hide-for-mobile {
    display: none;
  }
  .pps-u-hide-for-desktop {
    display: block;
  }
}
#pop-up-shop-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 10001;
}
#pop-up-shop {
  display: none;
  position: fixed;
  font-family: Avenir Next, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #6b6b6b;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  z-index: 10002;
}
.gradient-outline {
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  border-style: solid;
  border-width: 10px;
  border-image-source: linear-gradient(29deg, #d50f67 0%, #9f0f7b);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff),
    linear-gradient(29deg, #d50f67 0%, #9f0f7b);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
#pop-up-shop-success {
  position: fixed;
  font-family: Avenir Next, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #6b6b6b;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  z-index: 10002;
}
.pps-wrapper {
  box-sizing: border-box;
  background: white;
  border-radius: 8px;
  width: 326px;
  padding: 48px 24px;
}
.pps-wrapper-v2 {
  padding: 48px 24px 0;
}
.pps-close {
  position: absolute;
  left: calc(100% - 24px);
  top: 8px;
  color: transparent;
  width: 16px;
  height: 16px;
  border: none;
  background-color: white;
  background-image: url('./icons/exit.svg');
  background-repeat: no-repeat;
  background-size: auto;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
}
.pps-close:focus,
.pps-close:hover {
  background-color: white;
  color: transparent;
  outline: 5px auto -webkit-focus-ring-color;
}
.pps-close-v2 {
  left: 100%;
  top: -42px;
}
.pps-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pps-container-v2 {
  flex-direction: row;
}
.pps-wrapper.mod-success {
  padding: 32px 158px 198px;
}
@media only screen and (max-width: 737px) {
  .pps-wrapper.mod-success {
    padding: 32px 40px 152px;
  }
}
.pps-content-div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 278px;
}
.pps-content-div.mod-success {
  align-items: flex-start;
  flex-direction: row;
}
.pps-headline-wrapper {
  position: relative;
  padding-left: 54px;
}
@media only screen and (max-width: 737px) {
  .pps-headline-wrapper {
    padding-left: 72px;
    padding-top: 106px;
  }
}
.pps-headline-wrapper::before {
  content: '';
  background-image: url('./icons/check.svg');
  position: absolute;
  top: 0;
  left: -21px;
  height: 52px;
  width: 52px;
}
@media only screen and (max-width: 737px) {
  .pps-headline-wrapper::before {
    left: 0;
    top: 106px;
  }
  .pps-content-div.mod-success {
    display: block;
  }
}
.pps-content-div.mod-success > .pps-eyebrow {
  margin-right: 24px;
}
.pps-icon {
  margin-top: 40px;
}
.pps-logo {
  width: 86px;
  height: 56px;
  margin-bottom: 32px;
}
.pps-eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  white-space: nowrap;
  color: #6b6b6b;
  font-family: Avenir Next, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.pps-eyebrow.mod-eyebrow {
  margin-bottom: 24px;
}
.pps-headline {
  font-size: 32px;
  line-height: 1.28;
  text-align: center;
  font-weight: 500;
  margin: 0 0 12px;
  color: #6b6b6b;
  font-family: Avenir Next, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.pps-headline.mod-left {
  text-align: left;
}
.pps-paragraph {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #6b6b6b;
  font-family: Avenir Next, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.pps-paragraph.mod-left {
  text-align: left;
}
.pps-paragraph.mod-xpadding {
  margin-bottom: 104px;
}
@media only screen and (max-width: 737px) {
  .pps-paragraph.mod-left {
    margin-bottom: 86px;
  }
}
.pps-paragraph.mod-small-print {
  font-size: 14px;
}
.pps-paragraph-bold {
  font-weight: 600;
}
.pps-paragraph-v2 {
  text-align: left;
  font-size: 14px;
}
@media only screen and (max-width: 737px) {
  .pps-email-wrapper.pps-email-wrapper-v2.mod-success {
    padding-top: 155px;
  }
}
.pps-email-wrapper {
  width: 100%;
}
.pps-form {
  width: 100%;
}
.pps-email-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 24px 0 16px;
  width: 100%;
}

.pps-input {
  box-sizing: border-box;
  border-radius: 4px;
  padding: 11px 16px 9px;
  border: solid 1px transparent;
  background: #edeff0;
  font-size: 14px;
  height: 46px;
  outline: none;
  width: 100%;
}
.pps-legal {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 0;
  color: #6b6b6b;
}
.pps-image-footer {
  width: 171px;
  height: 129px;
  z-index: 10;
  margin: 0px auto 30px;
}

.pps-input-label {
  position: relative;
  left: calc(16px - 100%);
  width: 0;
  height: 0;
  top: 0;
  overflow: visible;
  margin-bottom: 14px;
  white-space: nowrap;
  transition: all 0.33s;
  font-size: 14px;
}
.pps-v2-align {
  text-align: left;
  align-items: flex-start;
}

.pps-button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding: 8px 12px;
  border-radius: 2.5em;
  cursor: pointer;
  background: transparent;
  transition-property: color, border-color;
  transition-duration: 0.333s;
  color: white;
  border: none;
  min-width: 148px;
  width: 100%;
  margin: 0 0 16px;
  height: 48px;
  font-weight: 500;
  text-decoration: none;
}

.pps-button:before,
.pps-button:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  transition: opacity 0.333s;
  border-radius: 2.5em;
}
.pps-button:before {
  background-image: linear-gradient(to right, #8c0e45, #a10e7d);
}
.pps-button:after {
  background-image: linear-gradient(to right, #d60e66, #a10e7d);
}
.pps-button:focus::after,
.pps-button:hover::after {
  opacity: 0;
}

.pps-button:hover,
.pps-button:focus {
  text-decoration: none;
  color: #ffffff;
}

.pps-button-v2 {
  width: 100%;
  margin: 0 0 16px;
  height: 48px;
}

.pps-bg-footer {
  position: relative;
  content: '';
  height: 98px;
  width: 326px;
  bottom: 98px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: linear-gradient(73deg, #d50f67, #9f0f7b 100%);
  margin-bottom: -98px;
}
.pps-counter-container {
  width: 198px;
  margin-top: 24px;
}
.pps-counter {
  width: 116px;
  height: 64px;
  border-radius: 8px;
  border: solid 2px #d50f67;
  margin: auto;
  margin-bottom: 24px;
}
.pps-counter.mod-feature {
  width: 100%;
}
.pps-counter-v2 {
  margin: 0 0 24px;
}
.pps-counter-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin: 4px 0 0;
  width: 100%;
}
.pps-counter-content-span {
  font-size: 24px;
  color: #d50f67;
  font-weight: 600;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pps-counter-content-colon {
  margin-bottom: 16px;
}
.pps-min {
  margin-left: 16px;
}
.pps-time-label {
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #6b6b6b;
}
.pps-sec {
  margin-right: 16px;
}
.pps-checkbox-container {
  margin: 0 3px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pps-hidden-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#pop-up-shop-email-input.is-invalid {
  border: solid 1px #d50f67;
}
#pop-up-shop-email-input.is-invalid + label {
  color: #d50f67;
}
#pop-up-shop-api-error {
  color: #d50f67;
}
.pps-styled-checkbox {
  display: inline-block;
  min-width: 14px;
  height: 14px;
  font-size: 14px;
  background: white;
  border-radius: 3px;
  transition: all 0.3s;
  border: solid 1px #6b6b6b;
  cursor: pointer;
}
.pps-styled-checkbox > svg {
  display: none;
}
.pps-hidden-checkbox:checked + .pps-styled-checkbox > svg {
  display: block;
}
.pps-hidden-checkbox:focus + .pps-styled-checkbox {
  outline: 5px auto -webkit-focus-ring-color;
}
.pps-link {
  color: #666666;
  text-decoration: underline;
}
.pps-link:hover,
.pps-link:focus {
  text-decoration: none;
  color: #666666;
}
.pps-label-is-focused {
  top: -36px;
  font-size: 12px;
}
.pps-input-is-focused {
  border: solid 1px #6b6b6b;
}
.pps-is-outlined {
  outline: 5px auto -webkit-focus-ring-color;
}
.pps-checkbox-legal {
  max-width: 249px;
  text-align: left;
  margin: 0;
  margin-left: 13px;
}
.pps-legal-v2 {
  margin-bottom: 24px;
}
.pps-u-visually-hidden {
  /* https://a11yproject.com/posts/how-to-hide-content/ */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
  margin: 0;
}
/* Tablet Down */
@media screen and (min-width: 737px) {
  .pps-wrapper {
    padding: 32px 64px;
    width: 600px;
  }
  .pps-wrapper-v2 {
    width: 768px;
    padding: 24px;
    height: auto;
  }
  .pps-close-v2 {
    top: -20px;
    left: 100%;
  }
  .pps-content-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 36px;
    width: 292px;
  }
  .pps-image-div {
    min-width: 360px;
    height: 458px;
    border-radius: 8px;
    background: url('./images/kit@2x.png'),
      linear-gradient(38deg, #d50f67, #9f0f7b 101%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px, auto;
  }
  .pps-email-wrapper {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: space-between;
    margin: 32px 0 24px;
  }
  .pps-email-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .pps-button {
    margin: 0 0 0 16px;
    width: 148px;
  }
  .pps-button-v2 {
    width: 100%;
    margin: 0 0 16px;
    height: 48px;
  }
  .pps-checkbox-legal {
    max-width: 100%;
    margin: 0;
    margin-left: 13px;
    text-align: left;
  }
  .pps-legal-v2 {
    margin-bottom: 0;
  }
  .pps-u-hide-for-tablet {
    display: none;
  }
}
/*  */
