:root {
  --color-pink: #ed1a58;
}

/* COUNTDOWN */
.drop-countdown__wrapper {
  position: relative;
  padding-top: 33px;
  padding-bottom: 36px;

  background-color: #212322;

  color: #fff;
}

.drop-countdown__wrapper::after {
  content: "Fresh Drop";
  width: 100%;

  position: absolute;
  top: 50%;
  left: 50%;

  opacity: 0.05;

  font-size: 100px;
  font-weight: bold;
  letter-spacing: 0.62em;
  text-transform: uppercase;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .drop-countdown__wrapper::after {
    font-size: 42px;
  }
}

.drop-countdown__wrapper h1,
.drop-countdown__wrapper h2,
.drop-countdown__wrapper h3,
.drop-countdown__wrapper h4,
.drop-countdown__wrapper h5,
.drop-countdown__wrapper h6,
.drop-countdown__wrapper p,
.drop-countdown__wrapper a,
.drop-countdown__wrapper span {
  color: #fff;
}

.drop-countdown__container {
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .drop-countdown__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.drop-countdown__heading {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-countdown__heading-text {
  font-size: 32px;
  margin-right: 66px;
}

@media (max-width: 768px) {
  .drop-countdown__heading-text {
    margin-right: 0;
    margin-bottom: 1em;
    text-align: center;
  }
}

.drop-countdown__heading .button {
  margin-bottom: 0 !important;
}

.drop-countdown__countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-countdown__countdown-heading {
  margin-bottom: 8px;

  font-size: 16px;
  font-weight: bold;
}

.drop-countdown__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.timer__unit {
  width: 100px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .timer__unit {
    width: 75px;
  }
}

.timer__unit > p {
  margin-bottom: 0;

  font-size: 32px;
  font-weight: bold;
  color: var(--color-pink);
  text-align: center;
}

.timer__unit > span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-align: center;
}

/* SIGNUP */
.drop-signup__wrapper {
  padding-top: 190px;
  padding-bottom: 250px;

  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background-color: #212322;
  background-size: cover;
  background-repeat: no-repeat;

  text-align: center;
}

@media (max-width: 768px) {
  .drop-signup__wrapper {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.drop-signup__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background-color: rgba(0, 0, 0, 0.4);

  z-index: 0;
}

.drop-signup__container {
  z-index: 1;
}

.drop-signup__heading {
  margin-bottom: 20px;

  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.drop-signup__subheading {
  margin-bottom: 26px;
  color: #fff;
}

.klaviyo-form h1,
.klaviyo-form h2,
.klaviyo-form h3,
.klaviyo-form h4,
.klaviyo-form h5,
.klaviyo-form h6,
.klaviyo-form p,
.klaviyo-form a,
.klaviyo-form strong,
.klaviyo-form span,
.klaviyo-form div,
.klaviyo-form input,
.klaviyo-form button {
  font-family: "Futura" !important;
  color: #fff !important;
}

.klaviyo-form form {
  padding: 0;
}

.klaviyo-form button,
.klaviyo-form input {
  border-radius: 2px !important;
  letter-spacing: 0.5px !important;
}

.klaviyo-form button {
  text-transform: uppercase !important;
}

/* COLLECTION HEADER */
.archive-toggle {
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.archive-toggle__label {
  margin-right: 10px;
  font-size: 13px;
  letter-spacing: -0.14px;
  font-weight: bold;
  color: #848c88;
}

.switch {
  position: relative;
  display: inline-block !important;
  width: 60px;
  height: 34px;
  margin: auto;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .toggle__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.switch .toggle__slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #000;
  border: 2px solid var(--color-pink);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .toggle__slider {
  background-color: var(--color-pink);
}

input:focus + .toggle__slider {
  -webkit-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}

input:checked + .toggle__slider:before {
  border-width: 0;
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.toggle__slider.round {
  border-radius: 34px;
}

.toggle__slider.round:before {
  border-radius: 50%;
}

/* COLLECTION GRID */
.product-item-drop__action {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background-color: rgba(33, 35, 34, 0.9);

  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.product-loop-item:hover .product-item-drop__action {
  opacity: 1;
}

.product-item-drop__action > a {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.product-item-drop__action p:nth-child(1) {
  margin-bottom: 5px;

  font-size: 22px;
  font-weight: bold;
}

.product-item-drop__action p:nth-child(2) {
  margin-bottom: 14px;

  color: #fff;
  font-size: 16px;
}

.product-item-drop__action > .button {
  padding: 14px 24px;

  font-size: 13px;
}

/* PRODUCT PAGE */
.ribbon--countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ribbon--countdown__container {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.ribbon--countdown > span:first-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ribbon--countdown > div:last-child {
  padding: 8px 12px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;

  background-color: #000 !important;
}
 