@charset "UTF-8";
article, aside, details, dl, dt, dd, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

*,
*::after,
*::before {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  position: relative;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:link {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover,
a:active {
  outline: 0;
}

a:focus {
  outline: thin dotted;
}

button {
  background: none;
  color: inherit;
  line-height: 1em;
  padding: 0.5em;
}

img {
  border: 0;
  border-style: none;
  display: block;
}

html {
  font-size: 1em;
  line-height: 1.5;
}
@media (max-width: 37.5em) {
  html {
    font-size: 4vw;
  }
}
@media (min-width: 37.5625em) {
  html {
    font-size: 1em;
  }
}
@media (min-width: 160em) {
  html {
    font-size: 0.8vw;
  }
}

@media (max-width: 37.5em) {
  *[desktop] {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 37.5625em) {
  *[mobile] {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 64em) {
  *[expanded] {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 64.0625em) {
  *[collapsed] {
    display: none !important;
    visibility: hidden;
  }
}

@keyframes slide-right-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-20vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-left-fade-in {
  0% {
    opacity: 0;
    transform: translateX(20vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    transform: translateY(20vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-20vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes anim__modal-lightbox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim__shelf-left {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes anim__shelf-right {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes anim__shelf-center {
  0% {
    transform: translateY(-100vh);
  }
  100% {
    transform: translateY(0);
  }
}
body {
  background-color: #ededed;
  background: linear-gradient(0deg, rgb(237, 237, 237) 0%, rgb(213, 227, 235) 100%);
  background-size: 100% 100%;
  background-attachment: fixed;
  overflow-x: hidden;
  overflow-y: visible;
}

#items {
  margin-bottom: 6.25rem;
}

.container {
  margin-inline: auto;
  padding: 0;
  width: 100%;
}

nav.container {
  margin-bottom: 0;
  position: fixed;
  position: sticky;
  top: 0;
}

.container__fixed,
.container__fluid {
  margin-inline: auto;
  width: 100%;
}

.container__fixed {
  width: min(100%, 88.75rem);
}

.col-promo,
.col-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 1.25rem;
  justify-content: stretch;
}

@supports not (display: grid) {
  .col-promo,
.col-grid {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: flex-start;
  }
  .col-grid-2 > *,
.col-grid-3 > *,
.col-grid-4 > *,
.col-grid-6 > * {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100%/3 - 1.25rem + 0.8333333333rem );
  }
}
@media (max-width: 37.5em) {
  .col-promo.mqs-list,
.col-grid.mqs-list {
    gap: 0;
    padding: 0;
  }
  .col-promo.mqs-grid,
.col-grid.mqs-grid {
    gap: 0.624rem;
  }
  .col-grid-2.mqs-list > *,
.col-grid-3.mqs-list > *,
.col-grid-4.mqs-list > *,
.col-grid-6.mqs-list > * {
    grid-column: span 12;
  }
  .col-grid-3.mqs-grid > *,
.col-grid-6.mqs-grid > * {
    grid-column: span 4;
  }
  .col-grid-2.mqs-grid > *,
.col-grid-4.mqs-grid > * {
    grid-column: span 6;
  }
}
@media (min-width: 37.5625em) {
  .col-grid-2 > *,
.col-grid-3 > *,
.col-grid-4 > *,
.col-grid-6 > * {
    grid-column: span 6;
  }
}
@media (min-width: 64.0625em) {
  .col-grid-3 > *,
.col-grid-4 > *,
.col-grid-6 > * {
    grid-column: span 4;
  }
}
@media (min-width: 85.375em) {
  .col-grid-4 > * {
    grid-column: span 3;
  }
  .col-grid-6 > * {
    grid-column: span 2;
  }
}
/*
@media (max-width: 90em) {
  .col-promo { padding: 0 5vmin; }
}
*/
.col-flex {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}

.col-flex-2 > *,
.col-flex-3 > *,
.col-flex-4 > *,
.col-flex-5 > *,
.col-flex-6 > * {
  flex-grow: 0;
  flex-shrink: 1;
}

@media (max-width: 37.5em) {
  .col-flex-2 > *,
  .col-flex-3 > *,
  .col-flex-4 > *,
  .col-flex-5 > *,
  .col-flex-6 > * {
    flex-basis: 100%;
  }
}
@media (min-width: 37.5625em) {
  .col-flex-2 > *,
  .col-flex-3 > *,
  .col-flex-4 > *,
  .col-flex-5 > *,
  .col-flex-6 > * {
    flex-basis: calc(50% - 1.25rem + 0.625rem );
  }
}
@media (min-width: 64.0625em) {
  .col-flex-3 > *,
  .col-flex-4 > *,
  .col-flex-5 > *,
  .col-flex-6 > * {
      flex-basis: calc(100%/3 - 1.25rem + 0.4166666667rem );
    }
}
@media (min-width: 85.375em) {
  .col-flex-4 > * {
    flex-basis: calc(25% - 1.25rem + 0.3125rem );
  }
  .col-flex-5 > * { 
    flex-basis: calc(20% - 1.25rem + 0.25rem); 
  }
  .col-flex-6 > * {
    flex-basis: calc(16.6666667% - 1.25rem + 0.2083333333rem );
  }
}
.col-promo-test {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 1px solid black;
  height: 150px;
}

@media (max-width: 37.5em) {
  .col-promo > * {
    grid-column: span 12 !important;
  }
}
.col-promo-1 > *:nth-child(1) {
  grid-column: span 12;
}

.col-promo-2 > *:nth-child(-n+2) {
  grid-column: span 6;
}

@media (max-width: 37.5em) {
  .col-promo-2 > *:nth-child(-n+2) {
    grid-column: span 12;
  }
}
.col-promo-3 > *:nth-child(-n+3) {
  grid-column: span 4;
}

@media (max-width: 64em) {
  .col-promo-3 > *:nth-child(1) {
    grid-column: span 12;
  }
  .col-promo-3 > *:nth-child(n+2) {
    grid-column: span 6;
  }
}
@media (max-width: 37.5em) {
  .col-promo-3 > *:nth-child(-n+2) {
    grid-column: span 12;
  }
}
button {
  cursor: pointer;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
button[bs-disabled] {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}

.btn-prime {
  background-color: #C0C0C0;
  border-radius: 3px;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 1em;
  transition: filter 150ms ease-in-out;
}
@media (min-width: 37.5625em) {
  .btn-prime {
    cursor: pointer;
  }
  .btn-prime:hover {
    filter: brightness(120%);
  }
}

.modal_checkout-ui button,
.modal_message-ui button {
  width: 100%;
  border-radius: 3px;
  border: 2px solid;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  border-color: black;
  color: black;
}
@media (min-width: 37.5625em) {
  .modal_checkout-ui button,
.modal_message-ui button {
    cursor: pointer;
  }
  .modal_checkout-ui button:hover,
.modal_message-ui button:hover {
    background-color: black;
    color: white;
  }
}

*[bs-disabled] {
  filter: saturate(0);
  pointer-events: none !important;
}

#sgw-top-navigation {
  background-color: black;
  height: 50px;
  transition: transform 250ms ease-in-out;
  z-index: 2;
  position: fixed;
  position: sticky;
  top: 0;
}
@media (max-width: 37.5em) {
  #sgw-top-navigation {
    height: 40px;
    position: fixed;
    position: sticky;
    top: 0;
  }
}

@media only screen and (max-width: 800px) {
  #sgw_gnb_div.lightboxmode {
    overflow: initial !important;
  }
}
#stickyHamburger {
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 250ms ease-in-out;
  z-index: 3;
}
#stickyHamburger div {
  font-size: 1.25rem;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
#stickyHamburger a > div {
  height: 40px;
  padding: 0 0.625rem;
}
#stickyHamburger img {
  width: 9.8125rem;
  height: auto;
}

.gnb-scrolls {
  /* fixes height 0 issue */
  height: 50px !important;
}
@media (max-width: 37.5em) {
  .gnb-scrolls {
    height: 40px !important;
  }
}

#stickybar,
#stickybottom,
#stickybottom_locked {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0823529412);
  transition: transform 250ms ease-in-out;
  z-index: 1;
}

#stickybar {
  position: fixed;
  position: sticky;
  top: 50px;
}
@media (max-width: 37.5em) {
  #stickybar {
    position: fixed;
    position: sticky;
    top: 40px;
  }
}

#stickybottom,
#stickybottom_locked {
  position: sticky;
  bottom: 0;
}

#stickybottom {
  transform: translateY(3.75rem);
}

.sale_timer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 0.625rem;
  text-transform: uppercase;
}
.sale_timer div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 7ch;
}
.sale_timer div::after {
  margin-left: 2px;
}
.sale_timer div.days::after {
  content: "d";
}
.sale_timer div.hours::after {
  content: "h";
}
.sale_timer div.minutes::after {
  content: "m";
}
.sale_timer div.seconds::after {
  content: "s";
}
.sale_timer div > p {
  font-size: 2em;
}
@media (max-width: 37.5em) {
  .sale_timer span {
    display: none;
  }
}

.lightbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  padding: 5vw;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  backdrop-filter: blur(5px);
  display: none;
}
@media (max-width: 64em) {
  .lightbox {
    padding: 25px 5vw;
  }
}

.modalcore {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding: 0 9px;
  max-height: 86vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 0.625rem;
  max-width: 60ch;
  pointer-events: auto;
  z-index: 2;
}

.modal_close {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 5vw;
  height: 5vw;
  position: fixed;
  top: 0;
  right: 0;
  color: white;
}
@media (min-width: 37.5625em) {
  .modal_close {
    cursor: pointer;
  }
  .modal_close:hover {
    color: inherit;
  }
}
.modal_close::before {
  content: "+";
  display: block;
  transform: rotate(45deg);
  font-size: 4vw;
}
@media (max-width: 64em) {
  .modal_close {
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
  }
  .modal_close::before {
    font-size: 38px;
  }
}

.lightbox_close {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  pointer-events: auto;
}

#collective-event {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#collective-event sup {
  font-size: 0.6em;
  text-transform: none;
}

#collective-event .event-section {
  width: min(96%, 88.75rem);
  margin-inline: auto;
}
#collective-event .event-section > * {
  margin: 1.25rem 0;
}
#collective-event .event-section > *:first-child {
  margin-top: 0;
}
#collective-event .event-section > *:last-child {
  margin-bottom: 0;
}
#collective-event .event-section:first-of-type {
  margin-top: 0;
}
#collective-event .event-section:last-child {
  margin-bottom: 0;
}
#collective-event .event-section .col-group {
  padding: 0;
}
#collective-event .event-section .tracker {
  row-gap: 1.875rem;
}
#collective-event .event-section img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
#collective-event .event-section a button {
  background: none;
  transition: color 100ms, border-color 100ms, background-color 100ms;
}
#collective-event .event-section a button[bs-disabled] {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}

.tracker-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.tracker-bool {
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}

.tracker-bar-track,
.tracker-bar-progress {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
}

.tracker-bar-progress {
  width: attr(data-percent);
}

.tracker-split {
  flex-wrap: no-wrap;
  flex: 1 1 auto;
  gap: 4px;
}
.tracker-split > * {
  flex: 1 1 100%;
}

.tracker-puzzle-wrapper {
  width: 100%;
  max-width: 700px;
  margin-inline: auto !important;
}

.tracker-puzzle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "puzzle-piece-1 puzzle-piece-2" "puzzle-piece-3 pizzle-piece-4";
}

.puzzle-piece-1 {
  grid-area: "puzzle-piece-1";
}

.puzzle-piece-2 {
  grid-area: "puzzle-piece-2";
}

.puzzle-piece-3 {
  grid-area: "puzzle-piece-3";
}

.puzzle-piece-4 {
  grid-area: "puzzle-piece-4";
}

/* OVERRIDE */
@media (max-width: 37.5em) {
  .col-grid-3.mqs-grid > *,
  .col-grid-6.mqs-grid > * {
      grid-column: span 6;
    }
  }
@media (min-width: 37.5625em) {
  .col-grid-3 > *,
  .col-grid-6 > * {
      grid-column: span 4;
    }
  }
@media (min-width: 64.0625em) {
  .col-grid-6 > * {
    grid-column: span 3;
  }
}
@media (min-width: 85.375em) {
  .col-grid-6 > * {
    grid-column: span 2;
  }
}
#event-1 .tracker > *,
#event-4 .tracker > * {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

#event-2-rewards {
  padding-block-start: 2.5rem;
}
#event-2 figure {
  display: flex;
  justify-content: center;
}
#event-2 figure div {
  width: fit-content;
}

#event-4 img {
  border: 2px solid;
}

/* 2nd tracker on Event 4 */
/* Main tracker group on Event 5 */
#event-4b,
#event-5b {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 64em) {
  #event-4b,
  #event-5b {
      flex-direction: column;
      align-items: stretch;
    }
  }

#event-4b > .tracker,
#event-5b > .tracker {
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 100%;
}

#event-4b > .tracker {
  row-gap: 6px !important;
}

#event-4b .tracker > .tracker-split,
#event-4b .tracker > .tracker-counter {
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}

@media (max-width: 64em) {
  #event-4b .tracker > .tracker-counter {
    align-self: center;
  }
}

#event-4b figure,
#event-5b figure {
  flex: 1 1 25%;
}

#event-4b img,
#event-5b img {
  border: 2px solid;
}

@media (min-width: 37.5625em) {
  #event-5b .tracker {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

#event-hero picture,
#event-hero img,
#event-banners picture,
#event-banners img {
  width: 100%;
  height: auto;
}

#event-banners {
  width: min(96%, 88.75rem);
  margin: 0 auto 5rem;
  padding: 0;
  background-color: transparent;
  display: flex;
  gap: 2.5rem;
}
#event-banners > * {
  flex: 1 1 auto;
  border: 1px solid;
}
@media (max-width: 37.5em) {
  #event-banners {
    flex-direction: column;
    gap: 2vw;
  }
}
@media (max-width: 64em) {
  #event-banners {
    gap: 1.25rem;
  }
}

.sale_timer div {
  width: 9ch;
}
.sale_timer h5 {
  padding: 0 0.625rem;
}
@media (max-width: 64em) {
  .sale_timer {
    flex-wrap: wrap;
  }
  .sale_timer h5 {
    flex: 1 0 100%;
  }
}

/* Based on Checkout Rev. 8 */

/*# sourceMappingURL=core.css.map */
