/** Shopify CDN: Minification failed

Line 228:19 Expected identifier but found whitespace
Line 229:6 Unexpected "{"
Line 230:6 Expected identifier but found "-"
Line 239:8 Expected identifier but found whitespace
Line 240:6 Unexpected "{"
Line 241:6 Expected identifier but found "-"
Line 253:8 Expected identifier but found whitespace
Line 254:6 Unexpected "{"
Line 255:6 Expected identifier but found "-"
Line 306:19 Expected identifier but found whitespace
... and 11 more hidden warnings

**/
@charset "UTF-8";
/* CSS Document */
.slate-theme {
  font-size: 16px
}
.slate-theme .page-container {
  overflow-x: hidden;
  background-color: #fff
}
.page-content.page-content--full {
  padding-top: var(--content-body-padding);
  max-width: 100vw
}
@media only screen and (min-width:1050px) {
  .page-content.page-content--full {
    padding-top: 99px
  }
}
.gutter {
  padding-left: 24px;
  padding-right: 24px
}
.gutter--narrow {
  padding-left: 12px;
  padding-right: 12px
}
@media only screen and (min-width:768px) {
  .gutter--narrow {
    padding-left: 24px;
    padding-right: 24px
  }
}
.content-wrapper {
  margin: auto;
  width: 100%;
  max-width: 1390px
}
.content-wrapper--small {
  margin: auto;
  width: 90%
}
.hidden {
  display: none
}
.page-content {
  padding-top: 83px
}
@media only screen and (min-width:768px) {
  .page-content {
    padding-top: 97px
  }
}
.mobile-reversed {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
@media only screen and (min-width:768px) {
  .mobile-reversed {
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.centered {
  -ms-flex-pack: center;
  justify-content: center
}
.align-vertical, .centered {
  display: -ms-flexbox;
  display: flex
}
.align-vertical {
  -ms-flex-align: center;
  align-items: center
}
.no-scroll {
  overflow: hidden
}
.index-sections .shopify-section {
  margin-top: 0
}
.windows-checkbox {
  position: relative;
  box-shadow: inset 1px 1px 0 0 #dadada, 1px 1px 0 0 #000;
  width: 16px;
  height: 16px
}
.windows-checkbox svg {
  width: 100%;
  height: 100%;
  display: none
}
input:checked + .windows-checkbox svg {
  display: block
}
.windows-checkbox-label {
  margin-left: 7.5px
}
.quickshop__oos-form #esc-out-of-stock-inputs .esc-email-input, .windows-form__input {
  font-size: .8rem;
  line-height: 1.19rem;
  border: 0;
  padding: 13px 19px;
  width: 400px;
  max-width: 100%;
  box-shadow: inset 1px 1px 0 0 #dadada, 1px 1.4px 0 0 #000;
  color: #212121;
  font-family: source-code-pro, monospace;
  position: relative;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.quickshop__oos-form #esc-out-of-stock-inputs .esc-email-input:-ms-input-placeholder, .windows-form__input:-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1
}
.quickshop__oos-form #esc-out-of-stock-inputs .esc-email-input::placeholder, .windows-form__input::placeholder {
  color: #6f6f6f;
  opacity: 1
}
.quickshop__oos-form #esc-out-of-stock-inputs .esc-email-input:active, .quickshop__oos-form #esc-out-of-stock-inputs .esc-email-input:focus, .windows-form__input:active, .windows-form__input:focus {
  position: relative;
  outline: none
}
.quickshop__oos-form #esc-out-of-stock-inputs .esc-email-input:active + .form-dash, .quickshop__oos-form #esc-out-of-stock-inputs .esc-email-input:focus + .form-dash, .windows-form__input:active + .form-dash, .windows-form__input:focus + .form-dash {
  display: block;
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 6px;
  right: 6px;
  border: 1px dashed #979797
}
.windows-form__submit {
  font-family: source-code-pro, monospace
}
.windows-form__input--large, .windows-form__input-wrapper--large {
  width: 100%
}
.windows-search-form .windows-form__input--large, .windows-search-form .windows-form__input-wrapper--large {
  max-width: 400px
}
@media only screen and (min-width:1050px) {
  .windows-search-form .windows-form__input--large, .windows-search-form .windows-form__input-wrapper--large {
    max-width: 140px
  }
}
.windows-form__input-wrapper {
  position: relative;
  margin-top: 17px
}
.form-dash {
  display: none;
  pointer-events: none
}
.BIS_trigger, .btn--windows, .quickshop__oos-form #esc-out-of-stock-inputs button.esc-btn {
  font-size: .8rem;
  line-height: 1.19rem;
  position: relative;
  display: inline-block;
  border: none;
  padding: 8px 20px;
  width: 255px;
  height: 45px;
  line-height: 27px;
  box-shadow: inset 1px 1px 0 0 #fff, 1px 1px 0 0 #000;
  background-color: #bdbdbd;
  font-family: source-code-pro, monospace;
  letter-spacing: .64px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #212121;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none
}
.BIS_trigger:hover, .btn--windows:hover, .quickshop__oos-form #esc-out-of-stock-inputs button.esc-btn:hover {
  cursor: pointer;
  color: #212121;
  box-shadow: inset 1px 1px 0 0 #fff, 3px 3px 0 0 #000, 1px 1px 0 0 #000
}
.BIS_trigger .animating, .BIS_trigger:active, .BIS_trigger:focus, .btn--windows .animating, .btn--windows:active, .btn--windows:focus, .quickshop__oos-form #esc-out-of-stock-inputs button.esc-btn .animating, .quickshop__oos-form #esc-out-of-stock-inputs button.esc-btn:active, .quickshop__oos-form #esc-out-of-stock-inputs button.esc-btn:focus {
  outline: none
}
.BIS_trigger .animating:before, .BIS_trigger:active:before, .BIS_trigger:focus:before, .btn--windows .animating:before, .btn--windows:active:before, .btn--windows:focus:before, .quickshop__oos-form #esc-out-of-stock-inputs button.esc-btn .animating:before, .quickshop__oos-form #esc-out-of-stock-inputs button.esc-btn:active:before, .quickshop__oos-form #esc-out-of-stock-inputs button.esc-btn:focus:before {
  position: absolute;
  content: "";
  top: 7px;
  bottom: 7px;
  left: 6px;
  right: 6px;
  border: 1px dashed #979797
}
.BIS_trigger:disabled, .btn--windows:disabled, .quickshop__oos-form #esc-out-of-stock-inputs button.esc-btn:disabled {
  opacity: .5;
  box-shadow: inset 1px 1px 0 0 #fff, 1px 1px 0 0 #000
}
#BIS_trigger, #BIS_trigger-v, button.BIS-btn {
  font-size: .8rem;
  line-height: 1.19rem;
  position: relative;
  display: inline-block;
  border: none;
  padding: 8px 20px;
  width: 100%;
  height: 45px;
  margin-top: 10px;
  line-height: 27px;
  background-color: {
      {
      - settings.slate_primary_button_background_color -
    }
  }
  ;
  font-family:source-code-pro, monospace;
  letter-spacing:.64px;
  font-weight:600;
  text-transform:uppercase;
  text-align:center;
  color: {
      {
      - settings.slate_primary_button_color -
    }
  }
  ;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-appearance:none
}
#BIS_trigger-v:hover, #BIS_trigger:hover, button.BIS-btn:hover {
  cursor: pointer;
  color: {
      {
      - settings.slate_primary_button_color -
    }
  }
  ;
  box-shadow:inset 1px 1px 0 0 #fff, 3px 3px 0 0 #000, 1px 1px 0 0 #000
}
#BISModal div#container p, .BIS_pdp-section > p {
  font-family: source-code-pro, monospace
}
.BIS_pdp-section > p {
  letter-spacing: 0;
  font-weight: 400;
  font-size: .8rem;
  line-height: 1.19rem;
  color: #212121;
  margin-top: 15px
}
.BIS_pdp-section > p span {
  font-weight: 700;
  color: #d62a2d;
  margin-right: 10px
}
.quickshop__atc.hidden {
  display: none
}
input#BIS-email-input {
  font-size: .8rem;
  line-height: 1.19rem;
  border: 0;
  padding: 13px 19px;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  box-shadow: inset 1px 1px 0 0 #dadada, 1px 1.4px 0 0 #000;
  color: #212121;
  font-family: source-code-pro, monospace;
  position: relative;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
p#BIS_error_msg {
  color: #c00;
  text-transform: capitalize;
  margin-top: 0
}
p#BIS_success_msg {
  color: #2ebaa3
}
.btn--windows-primary, .btn--windows-primary:hover {
  background-color: {
      {
      - settings.slate_primary_button_background_color -
    }
  }
  ;
  color: {
      {
      - settings.slate_primary_button_color -
    }
  }
}
.btn--windows-secondary, .btn--windows-secondary:hover {
  background-color: {
      {
      - settings.slate_secondary_button_background_color -
    }
  }
  ;
  color: {
      {
      - settings.slate_secondary_button_color -
    }
  }
}
.btn--windows-small {
  width: auto
}
.BIS_trigger, .btn--full, .quickshop__oos-form #esc-out-of-stock-inputs button.esc-btn {
  width: 100%
}
.animation-wrapper {
  position: relative
}
.animation-wrapper .particle {
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  transform: translate(-50%, -50%);
  background: #04008a
}
.animation-wrapper .particle:first-child {
  transform: translate(50%, -32%)
}
.animation-wrapper .particle:nth-child(2) {
  transform: translate(-13%, 50%)
}
.animation-wrapper .particle:nth-child(3) {
  transform: translate(38%, -36%)
}
.animation-wrapper .particle:nth-child(4) {
  transform: translate(25%, -36%)
}
.animation-wrapper .particle:nth-child(5) {
  transform: translate(11%, 18%)
}
.animation-wrapper .particle:nth-child(6) {
  transform: translate(17%, 49%)
}
.animation-wrapper .particle:nth-child(7) {
  transform: translate(-30%, 13%)
}
.animation-wrapper .particle:nth-child(8) {
  transform: translate(10%, 18%)
}
.animation-wrapper .particle:nth-child(9) {
  transform: translate(20%, -21%)
}
.animation-wrapper .particle:nth-child(10) {
  transform: translate(28%, -11%)
}
.animation-wrapper .particle:nth-child(11) {
  transform: translate(13%, 14%)
}
.animation-wrapper .particle:nth-child(12) {
  transform: translate(-3%, 29%)
}
.animation-wrapper .particle:nth-child(13) {
  transform: translate(-30%, -8%)
}
.animation-wrapper .particle:nth-child(14) {
  transform: translate(-25%, 33%)
}
.animation-wrapper .particle:nth-child(15) {
  transform: translate(6%, -4%)
}
.animation-wrapper .particle:nth-child(16) {
  transform: translate(21%, -12%)
}
.animation-wrapper .particle:nth-child(17) {
  transform: translate(13%, 19%)
}
.animation-wrapper .particle:nth-child(18) {
  transform: translate(8%, 4%)
}
.animation-wrapper .particle:nth-child(19) {
  transform: translate(-3%, 45%)
}
.animation-wrapper .particle:nth-child(20) {
  transform: translate(-29%, -14%)
}
.animation-wrapper .particle:nth-child(21) {
  transform: translate(41%, 11%)
}
.animation-wrapper .particle:nth-child(22) {
  transform: translate(-42%, 18%)
}
.animation-wrapper .particle:nth-child(23) {
  transform: translate(-11%, 42%)
}
.animation-wrapper .particle:nth-child(24) {
  transform: translate(-15%, 32%)
}
.animation-wrapper .particle:nth-child(25) {
  transform: translate(8%, 26%)
}
.animation-wrapper .particle:nth-child(26) {
  transform: translate(-21%, 19%)
}
.animation-wrapper .particle:nth-child(27) {
  transform: translate(12%, 46%)
}
.animation-wrapper .particle:nth-child(28) {
  transform: translate(-35%, 23%)
}
.animation-wrapper .particle:nth-child(29) {
  transform: translate(25%, -31%)
}
.animation-wrapper .particle:nth-child(30) {
  transform: translate(40%, 50%)
}
.animation-wrapper .particle:nth-child(31) {
  transform: translate(41%, 4%)
}
.animation-wrapper .particle:nth-child(32) {
  transform: translate(33%, -29%)
}
.animation-wrapper .particle:nth-child(33) {
  transform: translate(10%, -18%)
}
.animation-wrapper .particle:nth-child(34) {
  transform: translate(-21%, -46%)
}
.animation-wrapper .particle:nth-child(35) {
  transform: translate(32%, 31%)
}
.animation-wrapper .particle:nth-child(36) {
  transform: translate(-5%, -46%)
}
.animation-wrapper .particle:nth-child(37) {
  transform: translate(-22%, -11%)
}
.animation-wrapper .particle:nth-child(38) {
  transform: translate(-47%, 39%)
}
.animation-wrapper .particle:nth-child(39) {
  transform: translate(12%, -36%)
}
.animation-wrapper .particle:nth-child(40) {
  transform: translate(-29%, -32%)
}
.animation-wrapper .particle:nth-child(41) {
  transform: translate(22%, 17%)
}
.animation-wrapper .particle:nth-child(42) {
  transform: translate(49%, 32%)
}
.animation-wrapper .particle:nth-child(43) {
  transform: translate(1%, -41%)
}
.animation-wrapper .particle:nth-child(44) {
  transform: translate(-10%, 21%)
}
.animation-wrapper .particle:nth-child(45) {
  transform: translate(9%, -48%)
}
.animation-wrapper .particle:nth-child(46) {
  transform: translate(-21%, -5%)
}
.animation-wrapper .particle:nth-child(47) {
  transform: translate(31%, -26%)
}
.animation-wrapper .particle:nth-child(48) {
  transform: translate(13%, -46%)
}
.animation-wrapper .particle:nth-child(49) {
  transform: translate(27%, 17%)
}
.animation-wrapper .particle:nth-child(50) {
  transform: translate(38%, 33%)
}
.animation-wrapper.boom .particle {
  opacity: 1;
  animation: shoot .5s ease-out;
  animation-name: shoot
}
.animation-wrapper.boom .particle:first-child {
  transform: translate(110px, -147px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(2) {
  transform: translate(155px, -33px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(3) {
  transform: translate(124px, 112px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(4) {
  transform: translate(89px, -143px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(5) {
  transform: translate(180px, -112px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(6) {
  transform: translate(6px, 110px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(7) {
  transform: translate(108px, -102px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(8) {
  transform: translate(187px, 117px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(9) {
  transform: translate(-112px, 36px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(10) {
  transform: translate(-161px, -95px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(11) {
  transform: translate(-181px, 62px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(12) {
  transform: translate(65px, -59px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(13) {
  transform: translate(8px, 139px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(14) {
  transform: translate(-29px, 125px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(15) {
  transform: translate(142px, 69px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(16) {
  transform: translate(66px, -11px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(17) {
  transform: translate(78px, -79px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(18) {
  transform: translate(124px, 57px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(19) {
  transform: translate(186px, 123px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(20) {
  transform: translate(-194px, -101px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(21) {
  transform: translate(-175px, 16px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(22) {
  transform: translate(111px, 18px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(23) {
  transform: translate(-57px, 87px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(24) {
  transform: translate(-188px, 103px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(25) {
  transform: translate(-90px, -55px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(26) {
  transform: translate(-108px, -8px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(27) {
  transform: translate(-199px, -106px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(28) {
  transform: translate(23px, 11px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(29) {
  transform: translate(147px, 7px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(30) {
  transform: translate(82px, 82px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(31) {
  transform: translate(-122px, -9px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(32) {
  transform: translate(-153px, 16px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(33) {
  transform: translate(71px, -39px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(34) {
  transform: translate(-122px, -1px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(35) {
  transform: translate(168px, 72px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(36) {
  transform: translate(-179px, 81px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(37) {
  transform: translate(-85px, 60px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(38) {
  transform: translate(92px, 78px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(39) {
  transform: translate(-69px, 78px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(40) {
  transform: translate(175px, -60px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(41) {
  transform: translate(20px, -45px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(42) {
  transform: translate(-87px, -80px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(43) {
  transform: translate(141px, 49px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(44) {
  transform: translate(-21px, -115px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(45) {
  transform: translate(151px, -77px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(46) {
  transform: translate(72px, 61px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(47) {
  transform: translate(40px, 98px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(48) {
  transform: translate(120px, 32px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(49) {
  transform: translate(3px, 74px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
.animation-wrapper.boom .particle:nth-child(50) {
  transform: translate(54px, -136px);
  animation-duration: .5s;
  animation-fill-mode: forwards
}
[data-boom] {
  z-index: 2
}
@keyframes shoot {
  0% {
    transform: translate(-50%, -50%)
  }
  60% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.btn--windows {
  cursor: pointer
}
.blackest-main-content {
  background-color: var(--page-bg);
  background-repeat: repeat;
	background-size:cover;
}
.black-friday-wrapper {
  position: relative;
  z-index: 1
}
.section-title__wrapper {
  padding: 0 12px;
  text-align: center
}
.page-content {
  margin: 32px auto 35px;
  padding: 0 24px;
  max-width: 922px;
  text-align: center
}
@media only screen and (min-width:992px) {
  .page-content {
    margin: 60px auto
  }
}
.active-giveaway__container {
  margin-bottom: 35px;
  text-align: center;
  text-transform: uppercase
}
@media only screen and (min-width:992px) {
  .active-giveaway__container {
    margin-bottom: 85px
  }
}
.active-giveaway__container .accent {
  color: #fe0000
}
.active-giveaway__container .title {
  cursor: pointer
}
.active-giveaway__container .title:hover {
  text-decoration: underline
}
.section-title {
  padding: 20px 30px;
  min-height: 75px;
  max-width: 100%
}
@media only screen and (min-width:768px) {
  .section-title {
    padding: 32px 50px;
    max-width: 490px
  }
}
@media only screen and (min-width:992px) {
  .section-title {
    min-height: 130px;
    min-width: 415px;
    max-width: 690px
  }
}
.text-gradient {
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.blackest-modal, .blackest-navigation__list, .section-title {
  z-index: 5;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.blackest-modal:after, .blackest-modal:before, .blackest-navigation__list:after, .blackest-navigation__list:before, .section-title:after, .section-title:before {
  -webkit-clip-path: polygon(0 0, 15px 100%, calc(100% - 15px) calc(100% - 15px), 100% 15px);
  clip-path: polygon(0 0, 15px 100%, calc(100% - 15px) calc(100% - 15px), 100% 15px);
  content: "";
  position: absolute;
  z-index: -1
}
.blackest-modal:after, .blackest-navigation__list:after, .section-title:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .35)), var(--title-bg)
}
.blackest-modal:before, .blackest-navigation__list:before, .section-title:before {
  top: 10px;
  right: -10px;
  bottom: -10px;
  left: 10px;
  background-color: var(--title-accent)
}
.blackest-footer {
  overflow-x: hidden;
  margin-top: -50px
}
.blackest-footer:before {
  content: "";
  display: block;
  height: 50px
}
.blackest-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 240px;
  background-size: cover
}
.blackest-navigation__list {
  position: relative;
  top: -50px;
  display: block;
  padding-top: 15px;
  min-width: 620px;
  height: 325px;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  list-style-type: none
}
.blackest-navigation__list:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 60% 100%, 40% 100%);
  clip-path: polygon(0 0, 100% 0, 60% 100%, 40% 100%);
  background: var(--title-bg)
}
.blackest-navigation__list:before {
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(60% + 8px) 100%, 40% 100%);
  clip-path: polygon(0 0, 100% 0, calc(60% + 8px) 100%, 40% 100%)
}
.blackest-navigation__link {
  color: #212121;
  cursor: pointer
}
.blackest-navigation__link a {
  color: inherit;
  text-decoration: none
}
.blackest-navigation__link a:hover {
  text-decoration: underline
}
.blackest-navigation__link + .blackest-navigation__link {
  margin-top: 15px
}
.pet-image {
  position: fixed;
  z-index: 20;
  transform: translate(-50%, -50%);
  max-width: 300px
}
@media only screen and (min-width:992px) {
  .pet-image {
    max-width: unset
  }
}
.blackest-lights {
  padding: 0 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  background-color: #e6ecf2
}
.blackest-light {
  position: relative;
  border-radius: 100%;
  width: 18px;
  height: 18px
}
.flashing .blackest-light {
  background-color: #fff;
  animation: flashLights .5s linear infinite
}
@keyframes flashLights {
  0% {
    background-color: #fff
  }
  15% {
    background-color: #fff
  }
  50% {
    background-color: var(--footer-lights-color)
  }
  85% {
    background-color: #fff
  }
  to {
    background-color: #fff
  }
}
.giveaway-item {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch
}
@media only screen and (min-width:992px) {
  .giveaway-item {
    -ms-flex-direction: row;
    flex-direction: row
  }
  .giveaway-item:nth-child(odd) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}
.giveaway-item--active {
  color: #000
}
.giveaway-item--active .giveaway-item__content:before, .giveaway-item__countdown--till-open:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200%;
  background: var(--linear-gradient-double);
  z-index: -1;
  animation: move-gradient 8s linear infinite
}
.giveaway-item__content, .giveaway-item__media {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.giveaway-item__media {
  position: relative
}
@media only screen and (min-width:992px) {
  .giveaway-item__media {
    max-height: 575px
  }
}
.giveaway-item__image, .giveaway-item__video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.giveaway-item__nametag {
  position: absolute;
  top: calc(100% - 70px);
  right: 15px;
  width: 135px;
  height: 107px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  z-index: 10
}
@media only screen and (min-width:768px) {
  .giveaway-item__nametag {
    width: 200px
  }
}
@media only screen and (min-width:992px) {
  .giveaway-item__nametag {
    top: 40px;
    right: -35px
  }
}
.giveaway-item__nametag--tall {
  height: 135px
}
@media only screen and (min-width:768px) {
  .giveaway-item__nametag--tall {
    height: 200px
  }
}
@media only screen and (min-width:992px) {
  .giveaway-item__nametag--tall {
    top: -75px
  }
}
.giveaway-item__name {
  transform: rotate(10deg);
  padding-left: 10px;
  text-align: center
}
.giveaway-item__content {
  position: relative;
  padding: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden
}
@media only screen and (min-width:992px) {
  .giveaway-item__content {
    padding: 0 40px
  }
}
.btn--giveaway-item {
  width: 100%;
  text-decoration: none
}
@media only screen and (min-width:992px) {
  .btn--giveaway-item {
    width: 255px
  }
}
.giveaway-item__tags {
  margin-bottom: 8px
}
@media only screen and (min-width:992px) {
  .giveaway-item__tags {
    margin-bottom: 16px
  }
}
.giveaway-item__tag {
  position: relative;
  padding: 8px 0;
  color: var(--tag-text)
}
.giveaway-item__tag:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .1
}
@media only screen and (min-width:992px) {
  .giveaway-item__tag {
    padding: 8px 10px
  }
  .giveaway-item__tag:before {
    background-color: var(--tag-bg)
  }
}
.giveaway-item__tag + .giveaway-item__tag {
  margin-left: 10px
}
.giveaway-item__title {
  margin-top: 8px
}
.giveaway-item__description {
  margin: 18px 0
}
@media only screen and (min-width:992px) {
  .giveaway-item__description {
    margin: 25px 0
  }
}
@keyframes move-gradient {
  0% {
    left: 0
  }
  to {
    left: -100%
  }
}
.giveaway-item__countdown {
  position: relative
}
.giveaway-item__countdown--till-open {
  margin-top: 8px;
  border: 2px solid #000;
  border-width: 2px 1px;
  display: -ms-flexbox;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  overflow-x: hidden
}
.giveaway-item__countdown--till-open div {
  border: 1px solid #000;
  border-width: 0 1px;
  width: 76px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.giveaway-item__lights {
  position: absolute;
  background-color: #fff
}
.giveaway-item__lights--left {
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  transform: rotate(90deg)
}
.now-open {
  color: var(--color-now-open);
  text-transform: uppercase
}
.giveaway-item__image-overlay {
  display: block;
  position: absolute;
  z-index: 5;
  width: 125px
}
@media only screen and (min-width:992px) {
  .giveaway-item__image-overlay {
    display: block;
    width: 200px
  }
}
.item-lights {
  display: none;
  position: absolute;
  z-index: 1
}
@media only screen and (min-width:992px) {
  .item-lights {
    display: -ms-flexbox;
    display: flex
  }
}
.item-lights--top {
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%)
}
.item-lights--bottom {
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(180deg) translateY(-100%)
}
.item-lights--left, .item-lights--right {
  width: calc(50% + 70px)
}
.item-lights--left.flashing {
  left: 0;
  top: -35px;
  transform: rotate(90deg);
  transform-origin: left top
}
.item-lights--right.flashing {
  right: 0;
  transform-origin: right top;
  transform: rotate(-90deg) translate(35px)
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  background-color: var(--marquee-bg);
  color: var(--marquee-text)
}
.video-stream {
  -webkit-appearance: none
}
.promo-video, .video-stream {
  width: 100%;
  max-height: 56vw;
  background-position: 50%;
  background-size: cover
}
.promo-video--top-spaced {
  margin-top: 35px
}
@media only screen and (min-width:992px) {
  .promo-video--top-spaced {
    margin-top: 60px
  }
}
.page-title__wrapper {
  position: relative;
  padding: 0 12px;
  z-index: 10
}
.page-title-image {
  position: relative;
  display: block;
  margin: 18px auto 0;
  max-width: 100%;
  text-align: center
}
@media only screen and (min-width:768px) {
  .page-title-image {
    margin-top: -60px
  }
}
@media only screen and (min-width:992px) {
  .page-title-image {
    margin-top: -150px
  }
}
.page-title {
  position: relative;
  margin: 18px auto 0;
  max-width: 769px;
  text-align: center
}
.page-title:after {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(2px, 3px);
  margin: 0 auto;
  z-index: -1;
  color: #000;
  -webkit-text-fill-color: #000
}
@media only screen and (min-width:992px) {
  .page-title {
    margin-top: -180px
  }
  .page-title:after {
    transform: translate(4px, 5px)
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
body {
  width: 100vw;
  overflow-x: hidden
}
.shopify-section {
  position: relative;
  z-index: 1
}
.giveaway-item {
  margin-top: 35px
}
@media only screen and (min-width:992px) {
  .giveaway-item {
    margin-top: 95px
  }
}
.blackest-faqs {
  margin-top: 24px;
  padding: 0 12px
}
@media only screen and (min-width:992px) {
  .blackest-faqs {
    margin-top: 100px;
    padding: 0 24px
  }
}
.faqs__list {
  margin: 36px auto 0;
  padding: 0 0 90px;
  max-width: 925px
}
@media only screen and (min-width:992px) {
  .faqs__list {
    margin: 100px auto 0;
    padding-bottom: 140px
  }
}
.giveaway-items {
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
  max-width: 1150px
}
@media only screen and (min-width:992px) {
  .giveaway-items {
    padding: 0 24px
  }
}
.blackest-modal-section {
  z-index: 15
}
.blackest-modal-wrapper {
  display: none;
  position: fixed
}
.blackest-modal-wrapper.active {
  display: block
}
.blackest-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, -50%);
  padding: 65px 50px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start
}
.blackest-modal:after, .blackest-modal:before {
  -webkit-clip-path: polygon(5px 0, 20px 100%, calc(100% - 20px) calc(100% - 15px), calc(100% - 5px) 25px);
  clip-path: polygon(5px 0, 20px 100%, calc(100% - 20px) calc(100% - 15px), calc(100% - 5px) 25px)
}
@media only screen and (min-width:768px) {
  .blackest-modal {
    padding: 65px 150px;
    width: auto
  }
  .blackest-modal:after, .blackest-modal:before {
    -webkit-clip-path: polygon(0 0, 10% 100%, 90% calc(100% - 15px), 100% 25px);
    clip-path: polygon(0 0, 10% 100%, 90% calc(100% - 15px), 100% 25px)
  }
}
.blackest-modal .blackest-modal__prize-image {
  display: block;
  position: absolute;
  top: 25px;
  right: 30px;
  transform: translate(25%, -25%);
  opacity: 0;
  transition: opacity .2s
}
.blackest-modal .blackest-modal__prize-image.displayed {
  opacity: 1
}
.blackest-backdrop {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background-color: #000;
  opacity: .5;
  z-index: -5
}
.blackest-signup-form {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}
.blackest-signup-form.hidden {
  display: none
}
.black-input {
  margin-bottom: 8px;
  width: auto
}
@media only screen and (min-width:768px) {
  .black-input {
    width: 465px
  }
}
.blackest-modal__content, .blackest-modal__title {
  max-width: 465px;
  margin-bottom: 18px;
  color: var(--title-color)
}
.blackest-modal__image {
  display: block;
  margin-bottom: 18px;
  width: 100%
}
.blackest-checkbox {
  margin-bottom: 18px;
  color: var(--title-color)
}
.blackest-checkbox * {
  cursor: pointer
}
.blackest-checkbox ::-moz-selection {
  background-color: transparent
}
.blackest-checkbox ::selection {
  background-color: transparent
}
.blackest-checkbox.hidden {
  display: none
}
.marquee {
  font-family: Lato, sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: .5px
}
.blackest-main-content, .giveaway-item--active, .page-content {
  font-family: Work Sans, sans-serif
}
.page-title {
  font-family: Anton, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 54px
}
@media only screen and (min-width:768px) {
  .page-title {
    font-size: 70px;
    line-height: 84px
  }
}
@media only screen and (min-width:992px) {
  .page-title {
    font-size: 96px;
    line-height: 114px
  }
}
.section-title {
  font-family: Lato, sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 2.12rem;
  text-transform: uppercase;
  font-style: italic;
  color: #fff
}
@media only screen and (min-width:768px) {
  .section-title {
    font-size: 2.9rem;
    line-height: 3.11rem
  }
}
@media only screen and (min-width:992px) {
  .section-title {
    font-size: 3.8rem;
    line-height: 4.1rem
  }
}
.active-giveaway__container, .faqs__list, .page-content {
  letter-spacing: 0;
  font-weight: 400;
  font-size: .87rem;
  line-height: 1.4rem
}
@media only screen and (min-width:992px) {
  .active-giveaway__container, .faqs__list, .page-content {
    font-size: 1.25rem;
    line-height: 30px
  }
}
@media only screen and (min-width:992px) {
  .faqs__list {
    font-size: 1rem;
    line-height: 1.5rem
  }
}
.faqs__question {
  font-weight: 700
}
.faqs__question:not(:first-child) {
  margin-top: 30px
}
.giveaway-item__name {
  font-size: 18px;
  line-height: 107px;
  font-family: SuperMarketTall
}
@media only screen and (min-width:768px) {
  .giveaway-item__name {
    font-size: 27px
  }
}
.giveaway-item__tag {
  font-family: source-code-pro, monospace;
  letter-spacing: 0;
  font-weight: 400;
  font-size: .5rem;
  line-height: .93rem
}
@media only screen and (min-width:992px) {
  .giveaway-item__tag {
    font-size: .64rem;
    line-height: 15px
  }
}
.giveaway-item__title {
  font-family: Lato, sans-serif;
  letter-spacing: 0;
  font-size: 1.5625rem;
  line-height: 40px;
  line-height: 1.62rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase
}
@media only screen and (min-width:992px) {
  .giveaway-item__title {
    font-size: 3rem;
    line-height: 3.13rem
  }
}
.giveaway-item__description {
  font-family: source-code-pro, monospace;
  letter-spacing: 0;
  font-size: .8rem;
  line-height: 1.19rem;
  font-size: .875rem
}
@media only screen and (min-width:992px) {
  .giveaway-item__description {
    font-size: 1rem;
    line-height: 1.5rem
  }
}
.blackest-navigation__link {
  font-weight: 400;
  font-size: .8rem;
  line-height: 1.19rem;
  font-weight: 600
}
.blackest-navigation__link, .blackest-signup-form {
  font-family: source-code-pro, monospace;
  letter-spacing: 0
}
.blackest-signup-form {
  font-weight: 400
}
.blackest-modal__title {
  font-family: Lato, sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.93rem;
  line-height: 2.12rem;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-style: italic
}
.blackest-modal__content {
  font-family: source-code-pro, monospace;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem
}
.giveaway-item__closes-in, .giveaway-item__missed-chance, .giveaway-item__opens-in {
  font-family: Lato, sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase
}
@media only screen and (min-width:992px) {
  .giveaway-item__closes-in, .giveaway-item__missed-chance, .giveaway-item__opens-in {
    font-size: 1.25rem;
    line-height: 30px
  }
}
.giveaway-item__countdown--till-open {
  font-size: 2.4rem;
  line-height: 2.7rem;
  letter-spacing: 0;
  font-weight: 600
}
.giveaway-item__countdown--till-open span {
  font-size: .8rem;
  line-height: 1.19rem;
  text-transform: uppercase
}
.blackest-navigation__link--easter-egg:hover {
  text-decoration: underline
}
.blackest-main-content, .blackest-main-content .page-content {
  color: #fff
}
.blackest-main-content a {
  color: #ffb000
}
.blackest-main-content .btn, .blackest-main-content .btn--giveaway-item, .blackest-main-content .btn--windows {
  background: #3853f6;
  color: #fff
}
.giveaway-item__countdown {
  color: #000
}
.giveaway-item__closes-in, .giveaway-item__opens-in {
  font-family: Anton, sans-serif
}
.giveaway-item__closes-in {
  letter-spacing: .3pt;
  font-size: 1.2rem
}
.giveaway-item__title {
  font-family: Anton, sans-serif;
  font-style: normal;
  letter-spacing: .5pt;
  font-size: 2rem;
  line-height: 2.2rem
}
.giveaway-item__description {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: Work Sans, sans-serif;
  line-height: 1.6rem
}
.section-title {
  font-family: Anton, sans-serif;
  font-style: normal;
  letter-spacing: .5pt;
  text-shadow: 1px 2px #000
}
.blackest-faqs {
  color: #fff;
  font-family: Work Sans, sans-serif
}
.faqs__question {
  font-size: 1.1em
}
.u-text-center {
  text-align: center !important
}
.u-text-bold {
  font-weight: 700 !important
}
.u-text-nowrap {
  white-space: nowrap
}
.u-text--small {
  font-size: .7em
}
.u-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0)
}
.u-visually-shown {
  position: inherit !important;
  overflow: auto;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto
}
.u-label-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0)
}
.u-no-placeholder .u-label-hidden {
  position: inherit !important;
  overflow: auto;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto
}
.max-width-container {
  max-width: var(--size-main-container);
  margin: 0 auto
}
    
    
/* CUSTOM SHIT */
    
.giveaway-item__title { 
  font-family:"Rama-Gothic-M";
  color:#e6c95b;
  text-shadow:4px 4px #000;
  font-size:4rem;
  line-height:3rem;
  
}
    
    
/* LANDING PAGE STUFF */
    
.giveaway-item__day { 
  font-family:"Sarina";
  text-shadow:3px 3px #000;
  font-size:2rem;
  
}
section.giveaway-items { 
  display:none;
}
.promo-video, .video-stream {
  display:none; 
}
img.page-title-image {
  margin-top:30px !important;
  max-width:500px;
  width:100%;
}
.page-content {
  text-transform:uppercase;
  letter-spacing: 1px;
}
.page-content h1 {
    font-family:"Rama-Gothic-M";
  font-size:3rem;
    text-shadow:3px 3px #000;
  /* text-decoration:underline; */
  margin-bottom:0px;
  line-height:3rem;
  letter-spacing:2px;
 /* color:#f2be1c; */
  

}
.page-content h2 {
  max-width:100%;
  font-family:"Rhodium Libre";
  display:block;
  margin:0px auto;
  font-size:1.3rem;
  line-height:1.8rem;
    text-shadow:0px 0px #000;
  text-transform:initial;
      font-weight: 400 !important;

}
    section#shopify-section-blackest-faq-9 {
    display: none;
}
div#shopify-section-blackest-friday-9 {
    padding: 0 0 100px 0;
}
    
    .blackest-footer {
    overflow-x: hidden;
    margin-top: -75px;
    overflow: hidden;
    height: 100%;
}
    .blackest-navigation {
    background: #2e7a71 !important;
}
    


   #countdown { 
     margin:50px auto 10px;
         font-family:"Rama-Gothic-M";
     font-weight:800;
  font-size:3.8rem;
     color:#fff;
    text-shadow:3px 3px #000;
     letter-spacing:4px;
     line-height:4rem;
   }
    
    strong.ql-font-poppins {
    color: #fff !important;
    text-shadow: 2px 2px #000;
    line-height: 2rem;
     font-size:2.3rem !important;
          text-transform: uppercase !important;
        font-family:"Rama-Gothic-M" !important;


}
    span.ql-font-poppins {
    color: #fff !important;
    text-shadow: 1px 1px #000 !important;
        font-family:"Rhodium Libre" !important;

}
    .ql-editor p span {
    color: #fff !important;
        font-family:"Rhodium Libre" !important;

}
   .hqGwBL.hqGwBL.hqGwBL.hqGwBL.hqGwBL.hqGwBL {
     border-color: #fff !important; 
     color:#fff !important; 
        font-family:"Rhodium Libre" !important;

   }
    
    .bgUevX.bgUevX { 
      margin-top:20px !important;
        font-family:"Rhodium Libre" !important;
          font-weight: 400 !important;

    }
    
    .fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit .ql-editor {
    align-self: flex-start;
    padding: 0px;
    overflow: hidden;
        font-family:"Rama-Gothic-M" !important;

}
    
/*   .page-content {
    background-image: url(//cdn.shopify.com/s/files/1/0185/7770/t/117/assets/yellow-squiggle.png?v=1336488006034355995);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
  
  
     .bfgreenbg { 
      background-color:rgba(46, 122, 113, .75);
        border-radius: 15px;
      	filter: blur(10px);
    }
      */
    
.giveaway-item__title { 
  font-family:"Rama-Gothic-M";
  color:#e6c95b;
  text-shadow:4px 4px #000;
  font-size:4rem;
  line-height:3rem;
  
}
    
    
/* LANDING PAGE STUFF */
    
.giveaway-item__day { 
  font-family:"Sarina";
  text-shadow:3px 3px #000;
  font-size:2rem;
  
}
section.giveaway-items { 
  display:none;
}
.promo-video, .video-stream {
  display:none; 
}
img.page-title-image {
  margin-top:30px !important;
  max-width:500px;
  width:100%;
}
.page-content {
  text-transform:uppercase;
  letter-spacing: 1px;
}
.page-content h1 {
    font-family:"Rama-Gothic-M";
  font-size:3rem;
    text-shadow:2px 2px #000;
  /* text-decoration:underline; */
  margin-bottom:0px;
  line-height:3rem;
  letter-spacing:2px;
 /* color:#f2be1c; */
  

}
.page-content h2 {
  max-width:100%;
  font-family:"Rhodium Libre";
  display:block;
  margin:0px auto;
  font-size:1.1rem;
  line-height:1.8rem;
    text-shadow:0px 0px #000;
  text-transform:initial;
      font-weight: 400 !important;
  text-align:left;

}
    section#shopify-section-blackest-faq-9 {
    display: none;
}
div#shopify-section-blackest-friday-9 {
    padding: 0 0 100px 0;
}
    
    .blackest-footer {
    overflow-x: hidden;
    margin-top: -75px;
    overflow: hidden;
    height: 100%;
}
li.blackest-navigation__link {
    font-family: 'Rhodium Libre';
}
   .blackest-navigation__logo { 
     margin-bottom:20px;
   }
    .blackest-navigation {
    background: #2e7a71 !important;
}
    


   #countdown { 
     margin:50px auto 10px;
         font-family:"Rama-Gothic-M";
     font-weight:800;
  font-size:4rem;
     color:#fff;
    text-shadow: 2px 2px #000 !important;
     letter-spacing:4px;
     line-height:4rem;
   }
    
.bfcontent { 
  display:flex;
  position:relative;
  width:auto;
}
.bfgreenbg {
    overflow: hidden;
  padding:50px;
  z-index:1;
}
.bfblur {
    position: absolute;
    background-color: rgba(46,122,113,.8);
    filter: blur(10px);
    display: flex;
    min-height: 100px;
    width: 100%;
    height: 100%;
    padding: 40px;
    flex-direction: column;
    z-index: 0;
}
  
/* .bfgreenbg:before {
    content: "";
    position: absolute;
    width : 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
    
    filter        : blur(10px) !important;
    -moz-filter   : blur(10px);
    -webkit-filter: blur(10px);
    -o-filter     : blur(10px);
    
    transition        : all 2s linear;
    -moz-transition   : all 2s linear;
    -webkit-transition: all 2s linear;
    -o-transition     : all 2s linear;
}
  */
      
 .bfyellow {
   color:#f2be1c;
 }
    
 .bfpink { 
   color:#d33cb7;
 }
 .bfgreen { 
   color:#cde8d3;
 }
    