/** Shopify CDN: Minification failed

Line 6352:2 Unexpected ","

**/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(/cdn/shop/t/2/assets/Lato-Regular.woff2) format("woff2"), url(/cdn/shop/t/2/assets/Lato-Regular.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(/cdn/shop/t/2/assets/Lato-Bold.woff2) format("woff2"), url(/cdn/shop/t/2/assets/Lato-Bold.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap
}

@font-face {
  font-family: "BadaBoom BB";
  src: url(./badaboom-bb.regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Color custom properties */

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}

.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/* ::selection {
  background-color: var(--color-dark);
} */

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid var(--color-dark);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.4;
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: .16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem var(--color-dark);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 0.6em 0.4em;
  border: 0.1rem solid var(--color-dark);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: var(--color-dark);
  background-color: transparent;
  font-size: 1rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: var(--color-dark);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link:hover,
.customer a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: none;
  box-shadow: none;
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 0 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 0 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item  {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button,
.shopify-challenge__button,
.customer button,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  width: auto;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 11px 32px;
  outline: none;
  border: none;
  color: var(--color-white);
  font-family: 'BadaBoom BB';
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
  background: var(--color-dark);
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}

.button,
.shopify-challenge__button,
.customer button {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: 55px;
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity));
}

.button:hover,
.shopify-challenge__button:hover,
.customer button:hover {
  background: var(--color-yellow-100);
  color: var(--color-dark);
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  display: none;
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  display: none;
}


.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1rem;
  /* letter-spacing: 0.1rem; */
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.two-col-left, .two-col-right {
    display: flex;
    align-items: center;
}
.button--full-width {
  display: flex;
  width: 100%;
}

.c-btn.loading {
  color: transparent;
  position: relative;
  background-color: var(--color-dark);
}
.c-btn.loading:hover{
  color: transparent;
  position: relative;
  background-color: var(--color-dark);
}

@media screen and (forced-colors: active) {
  .c-btn.loading {
    color: rgb(var(--color-foreground));
  }
}

.c-btn.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.c-btn.loading > .loading-overlay__spinner .spinner {
  width: fit-content;
}

.c-btn.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  min-height: 2.4rem;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground),.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),0 0 0.5rem 0.4rem rgba(var(--color-foreground),.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #F5F5F5;
  color: var(--color-dark);
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: 0;
  height: 42px;
  min-height: 42px;
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
  outline: none;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: 0;
  box-shadow: none;
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #333333;
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: none;
  outline: 0;
  border-radius: 0;
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: none;
  outline: 0;
  border-radius: 0;
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: none;
  outline: 0;
  border-radius: 0;
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 7px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 16px;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: 1.3;
  padding: 12px 16px;
  margin: 0;
  min-height: 42px;
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1rem;
  left: 1em;
  top: 9px;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: 10px;
  left: 1em;
  letter-spacing: 0.04rem;
  opacity: 0;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 1em;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: var(--color-dark);
  position: relative;
  width: 148px;
  display: flex;
  border-radius: 0;
  min-height: 43px;
}

/* .quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
} */

.quantity__input {
  color: var(--color-dark);
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.02em;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border: 1px solid #959595;
  border-radius: 3px;
  padding: 0 0.5rem;
  width: 55px;
  height: 43px;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.quantity__input:focus{
  box-shadow: none;
}
.quantity__button {
  width: 38px;
  height: 43px;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: #F5F5F5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-dark);
  padding: 0;
}
.quantity__button:hover{
  background-color: #ececec;
}
.quantity__button:first-child {
  margin-right: 8px;
}

.quantity__button:last-child {
  margin-left: 8px;
}

.quantity__button svg {
  width: 11px;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: #ececec;
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: #ececec;
  z-index: 2;
}

/* .quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
} */

/* .quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
} */

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}

.announcement-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
}

/* section-header */
#shopify-section-header {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
  z-index: 1;
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (min-width: 990px) {
  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--top-center {
    grid-template-areas:
      'left-icon heading icons'
      'navigation navigation navigation';
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: center;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 47.8rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.header__submenu.list-menu {
  padding: 2.4rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

.gradient {
  background: var(--color-white);
  background-attachment: fixed;
  overflow-x: hidden;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}
.product-grid{
  margin-left: 0;
}
.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role="button"]:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role="button"]:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
 html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1{
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address, h1,  h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px;
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 24px;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address, h1,  h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px;
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 24px;
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1{
  font-family: 'BadaBoom BB';
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

h2 {
  font-family: 'BadaBoom BB';
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.08em;

}

h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}

h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}

h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}

h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.37;
}
@media (min-width: 992px){
  h1{
    font-size: 50px;
    line-height: 1.5;
    letter-spacing: normal;
  }
  
  h2 {
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: normal;
  }
  
  h3 {
    font-size: 28px;
    line-height: 1.5;
  }
  
  h4 {
    font-size: 28px;
    line-height: 1.5;
  }
  h5 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%;
  /* [1] */
}

:root {
  --color-dark: #333333;
  --color-dark-50: #545454;
  --color-cream: #FDF3CA;
  --color-yellow-100: #FCCC29;
  --color-yellow: #FFEF4E;
  --color-lightbrown: #6B3B00;
  --color-blue: #416AAD;
  --color-blue-100: #284985;
  --color-gray: #F9F9F9;
  --color-white: #ffffff;
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

/*
* IE
*/
body,
html {
  font-family: 'lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: var(--color-dark);
  background: var(--color-white);
}

html::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  transition: opacity 500ms cubic-bezier(0.77, 0.2, 0.05, 1) 200ms;
  background: #000;
}

html.is-fixed {
  height: 100%;
  overflow: hidden;
}
html.is-nav-open {
  height: 100%;
  overflow: hidden;
}
.c-overlay-notification{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
}
html.is-fixed .c-overlay-notification{
  opacity: 1;
  visibility: visible;
}

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1em;
  margin-left: -1em;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1em;
  padding-left: 1em;
}

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.o-section {
  padding: 3em 0;
}

@media (min-width: 62em) {
  .o-section {
    /* padding: 4em 0; */
  }
}
h2.heading-contents
.header-o-section__wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1em;
}

@media (min-width: 62em) {
  .header-o-section__wrapper {
    max-width: calc(1271px - 2em);
  }
}

/* Header */
.c-section--header {
  padding: 11px 0;
  border-bottom: 1px solid transparent;
}

.c-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
}

.is-mobile-logo{
  display: block;
}
.is-desktop-logo{
  display: none;
}
@media (min-width: 992px){
  .is-mobile-logo{
    display: none;
  }
  .is-desktop-logo{
    display: block;
  }
}

.c-link--cart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--color-dark);
}
.c-link--cart svg{
  display: block;
}
.c-link--cart span:first-child{
  display: none;
}
.c-link--cart .cart-count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  color: var(--color-dark);
  border: 2px solid var(--color-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
  background: var(--color-white);
  margin-left: -10px;
}

.c-header__logo {
  order: -1;
  display: flex;
}
.c-header__logo img{
  height: auto;
  width: 83px;
  object-fit: contain;
}
.c-link--logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: flex-start;
}
@media (min-width: 62em) {
  .c-link--logo{
    justify-content: center;
  }
  .c-header__logo img{
    width: 106px;
  }
  .c-header__logo {
    order: initial;
    -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  }
}



.c-header__wrap {
  position: fixed;
  top: 106px;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 2em 1.25em 1.5em;
  overflow: auto;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  background: var(--color-white);
  z-index: 999;
}

.c-header__wrap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.c-header__nav, .c-header__logo, .c-header__cart{
  flex: 1;
}
.c-header__nav{
  order: 2;
  flex: 0;
  margin-left: 1em;
}
.c-header__cart{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu-item-account{
  margin-right: 3em;
  display: none;
}
.menu-item-account a{
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--color-dark);
}
.menu-item-account a:after{
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: 0.2s width cubic-bezier(0.3, 0.73, 0.3, 0.74);
}
.menu-item-account a:hover:after{
  width: 100%;
}
.menu-item-account.is-current a:after{
  width: 100%;
}

@media (min-width: 62em) {
  .c-header__nav{
    order: initial;
    flex: 1;
    margin-left: 0;
  }
  
  .c-header__cart .menu-item-account{
    display: flex;
  }
  .c-header__wrap {
    position: unset;
    top: auto;
    height: auto;
    width: 100%;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    overflow: visible;
    background: transparent;
  }
  .c-header__wrap.is-open {
    -webkit-transform: none;
            transform: none;
  }
}

.c-hamburger {
  width: 22px;
  display: block;
  position: relative;
  z-index: 9999;
}

@media (min-width: 62em) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger__checkbox {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 26px !important;
  height: 22px;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  margin-right: 0 !important;
}

.c-hamburger__icon {
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  background: var(--color-dark);
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 3px 2px;
          transform-origin: 3px 2px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.c-hamburger__icon:not(:last-child) {
  margin-bottom: 6px;
}

.c-hamburger__icon:first-child {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.c-hamburger__icon:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

.c-hamburger__checkbox:checked ~ .c-hamburger__icon {
  -webkit-transform: rotate(45deg) translate(0, 0);
          transform: rotate(45deg) translate(0, 0);
  background: var(--color-dark);
}

.c-hamburger__checkbox:checked ~ .c-hamburger__icon:nth-last-child(2) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

.c-hamburger__checkbox:checked ~ .c-hamburger__icon:nth-last-child(1) {
  -webkit-transform: rotate(-45deg) translate(3.5px, -2px);
          transform: rotate(-45deg) translate(3.5px, -2px);
}

.s-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* height: 100%; */
  margin: 0 0 1em;
}

@media (min-width: 62em) {
  .s-nav--secondary{
    display: none;
  }
  .s-nav {
    height: auto;
    justify-content: flex-start;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -1em;
  }
}

.s-nav li {
  margin: 0 0 1em;
  position: relative;
  display: flex;
  border-bottom: 2px solid var(--color-dark);
  padding: 0 0 1em;
}

.s-nav--secondary li:last-child{
  border-bottom: none;
  padding: 0;
}

.s-nav li:last-child {
  margin-bottom: 0;
}

.s-nav li a:after{
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #333;
  transition: 0.2s width cubic-bezier(0.3, 0.73, 0.3, 0.74);
}
.s-nav li a:hover:after{
  width: 100%;
}
.s-nav li.is-current a:after{
  width: 100%;
}
@media (min-width: 62em) {
  .s-nav li {
    margin: 0 1em;
    border-bottom: none;
    padding: 0;
  }
  .s-nav .menu-item-account{
    display: none;
  }
  .s-nav li a:after{
    background-color: #000;
  }
  .s-nav li a{
    white-space: nowrap;
  }
}

.s-nav li a {
  display: block;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-dark);
  text-decoration: none;
  transition: all 150ms ease-in-out;
}
.s-nav--secondary li a {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.62;
}
.s-nav li.has-children > a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 10px;
  border-top: 2px solid var(--color-dark);
  border-right: 2px solid var(--color-dark);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 150ms ease-in-out;
}

@media (min-width: 62em) {
  .s-nav li.has-children > a::after {
    border-color: var(--color-dark);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.s-nav li.is-active > a::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (max-width: 61.99em) {
  .s-nav li.is-active ul {
    max-height: 100vh;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.s-nav li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: translateY(0.3125em);
          transform: translateY(0.3125em);
  transition: all 300ms ease-in-out;
}

.s-nav li ul li {
  margin: 1em 0 0 1em;
}

.s-nav li ul li a {
  color: var(--color-dark);
}

@media (min-width: 62em) {
  .s-nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 12.25em;
    padding: 0.75em 1em;
    max-height: initial !important;
    overflow: initial;
    visibility: hidden;
    -webkit-transform: translateY(0.625em);
            transform: translateY(0.625em);
    background: var(--color-dark);
    transition: all 150ms ease-in-out;
  }
  .s-nav li ul li {
    margin: 0;
  }
  .s-nav li ul li:not(:last-child) {
    margin-bottom: 1em;
  }
  .s-nav li ul li a {
    padding: 0;
    background: transparent !important;
  }
}

@media (min-width: 62em) {
  .s-nav li.menu-item-home {
    display: none;
  }
}
.shopify-section-header-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--color-white);
  z-index: 2;
}
.shopify-section-header-sticky .c-section--header{
  border-color: var(--color-dark);
}
#main{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow-x: hidden;
}
#MainContent{
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
}
#MainContent.is-sticky{
  margin-top: 107px;
}

@media (min-width: 62em) {
  #MainContent.is-sticky{
    margin-top: 130px;
  }
  #MainContent.is-sticky{
    margin-top: 130px;
  }
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}
.hidden, .is-hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.c-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 32px;
}
.c-section.is-page{
  align-items: flex-start;
}
.c-section__title{
  text-align: center;
  color: var(--color-dark);
  margin: 0;
}
.c-section__title:after{
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background-color: #EB1C23;
  margin: 6px auto 0;
}
.c-section.is-page .c-section__title:after{
  margin: 6px 0 0;
}
.c-section__desc{
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: var(--color-dark);
  max-width: 553px;
  margin: 16px auto 0;
}
.c-section.is-white .c-section__title{
  color: var(--color-white) !important;
}
.c-section.is-white .c-section__desc{
  color: #F9F9F9;
}
.c-section.is-white .c-section__title:after{
  background-color: #FCCC29;
}
@media (min-width: 992px){
  .c-section{
    margin: 0 0 40px;
  }
}

.c-cta{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-btn, .shopify-challenge__button, .cart__checkout-button {
  width: auto;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 11px 32px;
  outline: none;
  border: none;
  color: var(--color-dark);
  font-family: 'BadaBoom BB';
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
  background: var(--color-yellow);
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  transition: background 0.25s ease-in-out;
}
.shopify-challenge__button, .c-btn--primary{
  background: var(--color-dark);
  border-color: var(--color-dark);
  color: var(--color-white);
}
.c-btn:hover{
  background: var(--color-yellow-100);
}
.c-btn--secondary{
  background: var(--color-white);
  color: var(--color-dark);
  border: 1px solid var(--color-dark);
  width: 100%;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}
.c-btn--secondary:hover{
  background: var(--color-dark);
  color: var(--color-white);
}
.shopify-challenge__button:hover, .c-btn--primary:hover{
  background: var(--color-dark-50);
}
.c-btn--secondary:disabled{
  opacity: 0.5;
  cursor: not-allowed;
}
.cart__checkout-button{
  background: var(--color-dark);
  color: var(--color-white);
  width: 100%;
  box-shadow: none;
  border: none;
  outline: none;
  min-height: 55px;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}
.cart__checkout-button::after, .cart__checkout-button::before{
  display: none;
}
.cart__checkout-button:hover{
  background: var(--color-yellow-100);
  color: var(--color-dark);
}
.c-link--default{
  font-family: 'Lato';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #333333;
  transition: color 0.25s ease-in-out;
}
.c-link--default:hover{
  color: var(--color-blue);
}
.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -2px 0 24px;
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  .list-payment {
    justify-content: flex-end;
    margin: -2px -2px 24px;
    padding-top: 0;
  }
}

.list-payment__item {
  align-items: center;
  display: flex;
  padding: 2px;
}

.c-section--footer{
  background-color: #F9F9F9;
  padding: 4em 0;
}
.c-footer__row{
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.c-footer__row:first-child {
  flex-direction: column;
}
.c-footer__row .c-footer__col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.c-footer__col:last-child {
  margin: 0 0 1em;
  flex-direction: column;
  display: flex;
  width: 100%;
  justify-content: center;
}
.c-footer__row .c-footer__col .c-footer__nav {
  flex-flow: row wrap;
  justify-content: center;
  flex-direction: row;
}
.c-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
.s-nav-footer{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -1em;
}
.s-nav-footer li{
  margin: 0 1em 0.5em;
}
.s-nav-footer li a{
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.s-nav-footer li a:after{
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #333;
  transition: 0.2s width cubic-bezier(0.3, 0.73, 0.3, 0.74);
}
.s-nav-footer li a:hover:after{
  width: 100%;
}
.s-nav-footer li.is-current a:after{
  width: 100%;
}
.c-footer__text{
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #545454;
  max-width: 530px;
  text-align: center;
}
.c-footer__text p {
  margin: 0 0 1px;
}
.c-footer__text p:last-child {
  margin: 0;
}
.c-footer__text a{
  color: #545454;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
.c-footer__text a:hover{
  color: var(--color-blue);
}
.c-social{
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 -0.5em 1.5em;
}
.c-social__link{
  display: flex;
  align-items: center;
  margin: 0 0.5em
}
.c-social__link svg path, .c-social__link svg circle{
  transition: fill 0.25s ease-in-out;
}
.c-social__link:hover svg path, .c-social__link:hover svg circle{
  fill: var(--color-blue);
}
.c-footer__copyright{
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #545454;
  margin: 0;
  text-align: center;
}
.c-footer__copyright p{
  margin: 0;
}
.c-footer__row:first-child .c-footer__col:last-child .c-footer__nav{
  margin-bottom: 0;
}
input#NewsletterForm--template--16898244935938__comic-book {
    padding: 28px 0px !important;
}

@media (min-width: 62em) {
  .s-nav-footer li a:after{
    background-color: #000;
  }
}


@media (min-width: 992px){
  .c-section--footer{
    padding: 6em 0;
  }
  .c-footer__copyright{
    text-align: right;
  }
  .c-footer__text{
    text-align: left;
  }
  .c-footer__row{
    flex-direction: row;
    justify-content: space-between;
  }
  .c-footer__row:first-child {
    flex-direction: row;
  }
  .c-footer__row .c-footer__col {
    justify-content: flex-start;
  }
  .c-footer__col {
    width: 50%;
  }
  .c-footer__col:last-child {
    margin: 0;
    align-items: flex-end;
    width: 50%;
  }
  .c-footer__nav {
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .c-footer__nav:first-child {
    margin-bottom: 20px;
  }
  .s-nav-footer li{
    margin: 0 1em;
  }
  .s-nav-footer{
    justify-content: flex-start;
  }
  
}


/* Content  */

.s-content {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  word-break: break-word;
  color: var(--color-dark);
}

.s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
}

@media (min-width: 62em) {
  .s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
    margin: 0 0 24px;
  }
  .s-content h1, .s-content h2{
    font-size: 28px;
  }
}


.s-content p {
  margin: 0;
}

.s-content p:not(:last-child) {
  margin-bottom: 8px;
}

.s-content u,
.s-content a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.s-content a{
  color: #416AAD;
}
.c-faqs__content.s-content a{
  color: #fccc29;
}

.s-content u::after,
.s-content a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #416AAD;
  transition: 0.2s height cubic-bezier(0.3, 0.73, 0.3, 0.74);
}
/* .s-content a:hover::after{
  height: 2px;
} */

.s-content a:before{
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #416AAD;
  transition: 0.2s width cubic-bezier(0.3, 0.73, 0.3, 0.74);
}
.s-content a:hover:before{
  width: 100%;
}

.s-content b u::after,
.s-content b a::after,
.s-content strong u::after,
.s-content strong a::after {
  bottom: -4px;
  height: 2px;
}

.s-content ul,
.s-content ol {
  padding: 0;
  margin: 0 0 0 1.5em;
}

.s-content ul:not(:last-child),
.s-content ol:not(:last-child) {
  margin-bottom: 1.5em;
}
.s-content strong{
  font-weight: 600;
}

/* Sticky CTA */
.c-sticky{
  padding: 8px 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.c-sticky-cta{
  width: 100%;
}
.c-sticky__info{
  display: flex;
  align-items: center;
}
.c-sticky__image{
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
}
.c-sticky__image .media{
  width: 100%;
}
.c-sticky__title{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  margin-left: 16px;
}
.c-sticky__cta{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-sticky__price{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.75;
  color: #333333;
  margin-right: 14px;
}

 .banner-heading  {
    margin: 0px !important;  
   
}
.c-faqs__question.js-faq {
    cursor: pointer;
}
p.errmsg {
    margin-top: 2px !important;
}

.template-404.page-width.page-margin.center h1 {
    margin-bottom: 20px;
}

input#Search-In-Template {
    max-width: 500px;
    margin: 0 auto;
}

form.search.\34 04-search {max-width: 500px;margin: 0 auto;margin-bottom: 20px;display: block;}

form.search.\34 04-search .field__button {
    height: 40px;
}
video.video-js {
    width: 100%;
    max-width: calc(1271px - 2em);
    margin: 0 auto;
    display: block;
    padding: 0 1em !important;
}
.section-template--16761939460354__e96a0be4-dcd9-4d72-afa1-772d74b78abf-padding {
    background-color: #F9F9F9;
    padding: 6em 0 !important;
}





/* comic page */
.comic-content-wrapper {
    margin-left: auto!important;
    margin-right: auto!important;
    max-width: 1200px;
    padding-top: 30px;
}

img.ibiza-logo {
    margin-top: 55px !important;
    margin: 0 auto;
    display: block;
}

.comic-book-page-wrapper {
    background-size: cover !important;
    background-position: center center !important;
    padding-bottom: 103px!important;
}

h2.gf_gs-text-heading-2 {
    font-size: 64px!important;
    line-height: 1.2em!important;
    letter-spacing: 2px!important;
    color: #fff!important;
    text-transform: none!important;
}

.comic-book-page-wrapper {
    text-align: center;
}

h2.gf_gs-text-heading-2+p {
    font-size: 21px!important;
    line-height: 1.6em!important;
    letter-spacing: 0px!important;
    color: #fff!important;
    text-transform: none!important;
}

.elm.text-edit.gf-elm-center-xs p {
    font-size: 16px!important;
    line-height: 1.8em!important;
    letter-spacing: .96px!important;
    color: #fff!important;
    text-transform: none!important;
    font-weight: 400!important;
    margin: 0;
}

input#NewsletterForm--template--16761968853250__comic-book {
    font-size: 16px!important;
    color: #1b100e!important;
    width: 100%!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    height: 56px!important;
    line-height: 56px!important;
}

.comic-signup-form button#Subscribe {
    font-size: 36px!important;
    width: auto;
    padding-left: 10px!important;
    padding-right: 10px!important;
    background-color: #fff100!important;
    color: #000!important;
    font-family: badabb!important;
    font-weight: 100!important;
    top: 35px;
    height: 56px;
}
.comic-signup-form {
    max-width: 51%;
    margin: 0 auto;
    color: white;
}
.field.mail-wrap {
    padding: 34px;
}
p.last-p {
    padding-top: 30px;
} 

.head-wrap {
    padding: 0 15px;
}
p.newsl-text {
    font-size: 21px;
    font-family: 'lato';
    line-height: 34px;
}

.time-left {
    display: inline-block;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    padding: 20px;
    text-align: center;
    margin: 0 8px;
}
.time-left:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(12000% 100% at 50% 0%,rgba(255,220,103,0) 0%,#FFDC67 50.52%,rgba(255,220,103,0) 100%);
}
.time-left:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: radial-gradient(12000% 100% at 50% 0%,rgba(255,220,103,0) 0%,#FFDC67 50.52%,rgba(255,220,103,0) 100%);
}
span.count-label {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    color:#fff;
}
.time-left span {
    display: block;
    line-height: 1em;
    padding-bottom: 10px;
}
.num {
    color: #fff!important;
} 
p#comicCountdown .dateName {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    color: #fff;
}
section#shopify-section-template--16761968853250__comic-book {
    padding-top: 0;
}

a.newsletter-form__button.field__button.succuss_btn {
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 27px!important;
    text-transform: uppercase!important;
    font-weight: 400!important;
    background-color: #fff100!important;
    color: #000!important;
    min-width: calc(12rem + var(--buttons-border-width) * 2);
    width: auto;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 11px 32px;
    outline: none;
    border: none;
    color: var(--color-white);
    font-family: BadaBoom BB;
    letter-spacing: .08em;
    text-decoration: none;
    cursor: pointer;
    background: var(--color-dark);
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    transition: background .25s ease-in-out,color .25s ease-in-out;
    height: 56px;
}

h1.gf_gs-text-heading-new {
    font-size: 23px;
    line-height: 41px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 700;
}

section#shopify-section-template--16762741588226__dc015b96-ecaa-4697-9fae-cbe48794d16f {
    padding-top: 0;
}
p#comicCountdown {
    min-height: 116px !important;
}
a.newsletter-form__button.field__button.succuss_btn:hover {
    color: #000!important;
    background-color: #e905b0!important;
}
.head-wrap h2.gf_gs-text-heading-2 {
    margin-top: 0;
}



.blog-articles {
    grid-template-columns: 1fr 1fr 1fr!important;
    column-gap: 25px!important;
    row-gap: 30px!important;
}

.card--standard>.card__content {
    background: #f5f3f3!important;
    padding: 0 30px!important;
}

.text-content-st{
  padding:50px 0px !important;
   margin:0 auto;
    max-width:1200px;
}


.text-content-st > h2 {
color: white !important;
font-size: 48px;
font-weight: 500;
line-height: 52px;
  margin: 0px !important;
}
.text-content-st > p {
  width:100%;
}
.c-footer__text p {
    color: #333333!important;
}

.c-footer__copyright p {
    color: #333333 !important;
}

.c-faqs__content.s-content p {
    color: white !important;
}
.c-instruction__text p {
    color: white !important;
}
.row.ccc-twocol__row.is-reverse{
  max-width:1200px;
  margin: 0 auto;
}
div#shopify-section-template--16992789037314__8f5c77a3-3e8a-4ad7-93c3-9e001a1d14d7 {
    max-width: 1200px;
    margin: 0 auto;
} 


.img-popup {
    
 cursor: pointer !important;
}

.banner-content {
    z-index: 9;
}
.left > img {
    display: none  !important;
}

.left {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

section.ooooo-section__wrapper {
    padding-top: 0 !important;
}

.c-instruction  {
    padding: 0px 50px !important;
}
h2.heading-contents {
    margin-bottom: 0px !important;
  /*changed  */
    margin-top: 0px !important;
  color:#333 !important;
}

   .text-content-st {
    margin-bottom: 0px !important;
}



.art-h-2 h1 {
    margin: 0;
    margin-top: 40px;
}


.last {
    color: #fff!important;
    margin-bottom: 10px!important;
    padding: 0!important;
    font-size: 20px;
    text-align: left!important;
    font-family:BADABOOM BB;
    font-weight: 100;
      width: 100%;
 }

section#shopify-section-template--17160511947010__89df9cfb-b10f-48ea-81de-34971e25faac .row.c-insructions {
    justify-content: center;
}

 

.temp-ibiza-comic-book  div#shopify-section-footer {
    display: none;
}
.temp-ibiza-comic-book #chatra.chatra--pos-center {
    display: none !important;
}

.temp-ibiza-comic-book .o-section.c-section--twocol {
    padding: 0;
}



@media all and (min-width:768px){
  .gf_gs-text-heading-2.head2 {
    font-size: 50px !important;
    line-height: 75px !important;
    margin-top: -30px !important;
}
}
@media all and (max-width:767px){
  p#comicCountdown .num {
    font-size: 30px;
}

p#comicCountdown {
    display: flex;
    justify-content: center;
}

p#comicCountdown .time-left {
    padding: 15px !important;
}

.comic-signup-form {
    max-width: 90%;
}

.comic-signup-form button#Subscribe {
    font-size: 22px !important;
}
 

h1.gf_gs-text-heading-2 {
    padding: 0 20px;
    margin: 0;
}

.head-wrap {
    margin-bottom: 30px;
} 
h2.gf_gs-text-heading-2 {
    font-size: 36px!important;
    line-height: 1.2em!important;
    letter-spacing: 2px!important;
    color: #fff!important;
    text-transform: none!important;
    margin-top: 20px;
}
  .gf_gs-text-heading-2, h2.gf_gs-text-heading-2.head2 {
    font-size: 36px !important; 
}

  .card--standard>.card__content {
    padding: 0 10px !important;
}

.blog-articles {
    grid-template-columns: 1fr !important;
}
 
.main-blog.page-width.section-template--16761938968834__main-padding h1.title--primary {
    margin-top: 0;
    margin-bottom: 20px;
}
}
 @media only screen and (max-width: 767px) {
section#shopify-section-template--16992789037314__f118c168-dabf-468f-90a2-ce8ac4235c80 {
    padding: 50px 20px;
}
 }
 @media only screen and (max-width: 767px) {
   .text-content-st h2 {
    font-size: 25px !important;
         line-height: 32px !important;
}
.heading-contents {
    font-size: 25px !important;
}
.text-content-st > .second-heading{
    font-size: 16px !important;
}
      }
@media (min-width: 992px){
.cc-instructions__col {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 20%;
    max-width: 25% !important;
}}
 
 .temp-ibiza-comic-book-success .header-wrapper , .temp-ibiza-comic-book-success div#shopify-section-footer,
  , .temp-ibiza-comic-book  div#shopify-section-footer ,
  .temp-ibiza-thank-you .header-wrapper  ,  .temp-ibiza-thank-you  div#shopify-section-footer {
    display: none !important;
}
 

.temp-ibiza-comic-book-success  #MainContent.is-sticky , .temp-ibiza-comic-book #MainContent.is-sticky,  .temp-ibiza-thank-you #MainContent.is-sticky{
    margin: 0;
} 
 

section#shopify-section-template--17160511947010__a51ee3f5-ae9c-4e8c-8120-2deb0166fe3f {
    margin: 0 auto;
}
section#shopify-section-template--16992789037314__86ff8a83-6286-4e48-9faa-06bc0f232cfc * {
    color: #333 !important;
} section#shopify-section-template--16992789037314__b415ec77-80ff-4fd8-939a-f202bcf5a9f5{
  background-color:#416AAD;
}
section#shopify-section-template--16992789037314__f118c168-dabf-468f-90a2-ce8ac4235c80 * {
    background-color: white;
    color: #333 !important;
}
section#shopify-section-template--16992789037314__c5573980-0afa-4c8c-926a-93528c04e8e1 {
    background-color: #416AAD;
}
section#shopify-section-template--16992789037314__f118c168-dabf-468f-90a2-ce8ac4235c80 path {
    fill: black !important;
}
div#shopify-section-template--17174609002754__79f6ddcd-0600-4434-90bd-f4a8ffbc0156 p {
    max-width: 72%;
}
section#shopify-section-template--16992789037314__f118c168-dabf-468f-90a2-ce8ac4235c80 {
    background: white;
}
body.gradient.temp-business-page .c-cta {
  display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }
.header-o-section__wrapper {
    margin: 0 auto;
}
/* .temp-business-page #MainContent .shopify-section {
    padding: 50px  0 !important;
} */
div#shopify-section-template--16992789037314__7a16e3bf-6d3e-4daa-a7fa-a81e81e66d42 {
    padding-top: 50px !important;
}

section#shopify-section-template--16992789037314__a51ee3f5-ae9c-4e8c-8120-2deb0166fe3f {
    padding-bottom: 50px !important;
}

section#shopify-section-template--16992789037314__89df9cfb-b10f-48ea-81de-34971e25faac {
    padding: 50px 0px !important;
}

section#shopify-section-template--16992789037314__86ff8a83-6286-4e48-9faa-06bc0f232cfc {
    padding: 50px 0px !important;
}

section#shopify-section-template--16992789037314__b415ec77-80ff-4fd8-939a-f202bcf5a9f5 {
    padding: 50px 0px !important;
}
section#shopify-section-template--16992789037314__d08c5905-797d-40ee-9460-cd55637df257 {
   background-color: #416AAD;
    padding: 50px 0px !important;
}

div#shopify-section-template--16992789037314__c66ade24-2865-47d7-9b77-d844877236ef {
    padding-top: 50px !important;
}

.swiper-container-pointer-events {
    padding-bottom: 30px !important;
}

section#shopify-section-template--16992789037314__c5573980-0afa-4c8c-926a-93528c04e8e1 {
    padding: 30px 0px !important;
} 
.section-template--17160511947010__custom_liquid_CqiL3a-padding {
    padding: 20px 0!important;
}
  h2.cc-section__title   {
    display: none;
}


img.cutom-logo {
    margin: 0 auto;
    display: block;
    max-width: 190px;
}

.section-template--17160511947010__custom_liquid_CqiL3a-padding {
    padding: 20px 0;
}
.news-banner-content h1 {
    font-size: 48px !important;
}

.news-banner-content p {
    font-size: 16px;
    line-height: 24px;
}


#shopify-section-template--17160511947010__55f0e636-1059-4664-88aa-fb9557cc6aa3.c-section--newsletter,
#shopify-section-template--17160511947010__44e07405-8c50-4bf1-aa16-011223a6023a.c-section--newsletter {
  display: block !important;
}

#shopify-section-template--17160511947010__55f0e636-1059-4664-88aa-fb9557cc6aa3.c-section--newsletter .c-newsletter__field,
#shopify-section-template--17160511947010__44e07405-8c50-4bf1-aa16-011223a6023a.c-section--newsletter .c-newsletter__field{
    display: block !important;
 
} 
#shopify-section-template--17160511947010__55f0e636-1059-4664-88aa-fb9557cc6aa3.c-section--newsletter .c-newsletter__field input,
#shopify-section-template--17160511947010__44e07405-8c50-4bf1-aa16-011223a6023a.c-section--newsletter .c-newsletter__field input{
    display: block !important;
    min-width: auto;
    width: 100%;
    margin-bottom: 6px;
} 

section#shopify-section-template--17160511947010__44e07405-8c50-4bf1-aa16-011223a6023a, 
#shopify-section-template--17160511947010__55f0e636-1059-4664-88aa-fb9557cc6aa3{
    padding: 40px 0;
    padding-top: 24px;
    background: #E5207E !important;
}

#shopify-section-template--17160511947010__55f0e636-1059-4664-88aa-fb9557cc6aa3 input#mc-embedded-subscribe,
#shopify-section-template--17160511947010__44e07405-8c50-4bf1-aa16-011223a6023a input#mc-embedded-subscribe {
    background: #160941;
    color: #fff !important;
}

img.news_img.banner_logo {
    margin-top: 30px; 
    margin-left: 0;
    max-width: 225px;
}
img.news_img {
}

img.news_img { 
    margin: 0 auto;
    display: block;
    max-width: 225px;
    margin-top: 25px;
}
.temp-ibiza-comic-book .c-section__desc {
    margin-top: 0;
}


.logo-image-wrapper {
    width: 14%;
    box-shadow: 0px 0px 10px 3px #d1d1d1;
    display: flex;
    align-items: center; 
}

.partner-logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    column-gap: 30px;
    row-gap: 30px; 
    margin: 0 auto;
}

.logo-image-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; 
}
.partner-details p {
    color: black !important;
}

.partners-section {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}
h2.partner-title {
    margin-top: 0;
}
h2.partner-title {
    margin-top: 0;
    margin-bottom: 10px;
}
 

.partner-details {
    margin-bottom: 30px;
    display: block;
}
 
 .temp-ibiza-thank-you .loox-float-toggler-container-right,  .temp-ibiza-thank-you .loox-float-toggler-container-left,  .temp-ibiza-thank-you #chatra.chatra--pos-center,  .temp-ibiza-thank-you a.pick_currency.mldesk,
.temp-ibiza-comic-book .loox-float-toggler-container-right, .temp-ibiza-comic-book .loox-float-toggler-container-left, .temp-ibiza-comic-book #chatra.chatra--pos-center, .temp-ibiza-comic-book a.pick_currency.mldesk,
 .temp-ibiza-comic-book-success .loox-float-toggler-container-right,  .temp-ibiza-comic-book-success  .loox-float-toggler-container-left,  .temp-ibiza-comic-book-success #chatra.chatra--pos-center,  .temp-ibiza-comic-book-success a.pick_currency.mldesk
{
    display: none !important;
} 

 
  
.temp-ibiza-comic-book a.pick_currency.mldesk,
.temp-ibiza-comic-book-success a.pick_currency.mldesk,
 .temp-ibiza-thank-you a.pick_currency.mldesk {
    display: none;
}
.text-content-st h2 {
    color: #000000 !important;
}


a.custom-button.c-btn {
    background: #e5207f;
    color: white;
}
p.sub-para {
    font-size: 16px;
}

.para-bottom strong {
    color: #e51e7f;
}

section#shopify-section-template--17160511947010__b282f00b-cea6-4505-9ed2-bcd61d7478f2 {
    margin-top: 30px;
}
div#shopify-section-template--17174609002754__79f6ddcd-0600-4434-90bd-f4a8ffbc0156 p {
    color: #000 !important;
}
section#shopify-section-template--17160511947010__f118c168-dabf-468f-90a2-ce8ac4235c80 .c-section.is-white {
    margin-bottom: 0px;
}

.temp-ibiza-thank-you h2,.temp-ibiza-thank-you h1, .temp-ibiza-thank-you a.custom-button.c-btn, .temp-ibiza-thank-you   h3, .temp-ibiza-thank-you  button#Subscribe, .temp-ibiza-thank-you   input#mc-embedded-subscribe ,
.temp-ibiza-comic-book h2, .temp-ibiza-comic-book  h3, .temp-ibiza-comic-book button#Subscribe, .temp-ibiza-comic-book  input#mc-embedded-subscribe ,
 .temp-ibiza-comic-book-success h1, .temp-ibiza-comic-book-success h2, .temp-ibiza-comic-book-success h3,.temp-ibiza-comic-book-success  a.custom-button.c-btn , .temp-ibiza-comic-book-success  .para-bottom strong {
      font-family: 'PhosphateS' !important;
}
h1.main-heading {
    margin: 0;
}
input#NewsletterForm--template--17160511947010__two_col_with_vedio_qYtwfy {
    background: white;
    border: 1px solid #e51e7f;
}
 .temp-ibiza-comic-book button#Subscribe{
   font-size:20px !important;
 }
h1.dnone {
    display: none;
}
h1.page-title {
    text-align: center;
}

img.featured-img-article {
    width: auto;
    margin: 0 auto;
    display: block;
}

.section-template--17174609002754__custom_liquid_gcwb4N-padding {
    padding: 20px 0 !important;
}
 h1.main-heading {
    font-size: 40px;
}

div#shopify-section-template--17174609002754__79f6ddcd-0600-4434-90bd-f4a8ffbc0156 .text-content-st {
    padding-top: 20px !important;
}

body.gradient.temp-ibiza-comic-book-success .loox-float-toggler-container-right ,.temp-ibiza-thank-you  .loox-float-toggler-container-right{
    display: none;
}

  



#shopify-section-template--17160511947010__f118c168-dabf-468f-90a2-ce8ac4235c80.c-section--faqs h2.c-section__title:after {
    display: none;
}

@media all and (min-width:768px){
  .temp-ibiza-comic-book h2 {
    font-size: 40px;
}
}


 

.temp-ibiza-comic-book .field.mail-wrap {
    margin: 0 auto;
}

.temp-ibiza-comic-book form input{
    border: 1px solid #160941;
    height: 50px;
    margin: 0;
}
 

#shopify-section-template--17160511947010__44e07405-8c50-4bf1-aa16-011223a6023a.c-section--newsletter .c-section {margin-bottom: 10px;}


section#shopify-section-template--17160511947010__two_col_with_vedio_qYtwfy .field.mail-wrap {
    margin: 0;
} 

body.gradient.temp-ibiza-comic-book-success .partner-details p {
    font-size: 16px;
}

body.gradient.temp-ibiza-comic-book-success  .c-section__desc {
    max-width: 720px !important;
}
.temp-ibiza-comic-book  .field.mail-wrap input[type="email"] {
    color: black !important;
}


 
.temp-ibiza-comic-book button#Subscribe {
    background: #803281!important;
}

#shopify-section-template--17160511947010__44e07405-8c50-4bf1-aa16-011223a6023a.c-section--newsletter .c-section__desc {
    max-width: 720px;
}
section#shopify-section-template--17160511947010__55f0e636-1059-4664-88aa-fb9557cc6aa3 .c-section {
    margin-bottom: 10px;
}
.temp-ibiza-comic-book  .partner-details p {
    font-size: 16px;
}
section#shopify-section-template--17160511947010__two_col_with_vedio_qYtwfy button#Subscribe {
    background: #e51e7f !important;
}
.temp-ibiza-comic-book-success  h1.main-heading ,
 .temp-ibiza-thank-you h1.main-heading{
    color: #e51e7f;
} 
.temp-ibiza-comic-book-success .para-bottom strong ,
 .temp-ibiza-thank-you .para-bottom strong{
    font-size: 24px;
    font-weight: 400 !important;
}
section#shopify-section-template--17160511947010__two_col_with_vedio_qYtwfy .o-section__wrapperrrr.vid-section {
    background-size: cover !important;
}


 .temp-ibiza-thank-you .text-content-st {
    padding: 0 !important;
}

.section-template--17527162962178__custom_liquid_gcwb4N-padding {
    padding: 20px 0!important;
}

div#shopify-section-template--17527162962178__79f6ddcd-0600-4434-90bd-f4a8ffbc0156 {
    padding-top: 20px!important;
} 

div#shopify-section-template--17527162962178__79f6ddcd-0600-4434-90bd-f4a8ffbc0156 p {
    color: black !important;
    max-width: 72%;
}



.social-icons {
    display: flex;
    column-gap: 15px;
    align-items: center;
    justify-content: center;
}

.social-icons img {
    max-width: 50px;
}

 h3.socHead {
    text-align: center;
    font-size: 20px; 
  }



.page-feature-in-the-we-love-ibiza-comic-part-1 li.c-product-nav__items[data-tab="faq"],
.page-we-love-ibiza-a-comic-book-trilogy-part-1-pre-order-50-off li.c-product-nav__items[data-tab="faq"],
.page-we-love-ibiza-a-comic-book-trilogy-part-1-pre-order-50-off .c-custom-text{
    display: none;
}

a.newsletter-form__button.field__button {
    position: relative;
    background: #803281 !important;
    font-family: PhosphateS !important;
    font-size: 20px !important;
    position: relative !important;
    left: 1px !important;
    top: 6px !important;
    display: block;
    width: fit-content;
    height: auto;
    text-decoration: none;
        padding: 0 30px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
}
 

.c-hero__items.is-last:first-child {
    margin-bottom: 8px;
}
  .c-hero__wrap.remove-overlay {
    background: no-repeat;
}
@media all and (max-width:767px){  
  .row.c-hero {flex-direction: column;}

.c-hero__items.is-last:first-child {
    margin-top: 8px;
}

section#shopify-section-template--17160511947010__two_col_with_vedio_qYtwfy .ce-twocol__row {flex-direction: column !important;}
 

section#shopify-section-template--17160511947010__two_col_with_vedio_qYtwfy .col-lg-6.ce-twocol__col:first-child {
    margin-bottom: 40px;
}

section#shopify-section-template--17160511947010__two_col_with_vedio_qYtwfy h2.cc-section__title {
    margin: 0;
}

  
  .logo-image-wrapper {
    width: 30%;
    min-height: 90px;
}

.logo-image-wrapper img {width: 100%;}

.partners-section {
    padding: 0 20px;
}

.partner-logos-wrapper {
    column-gap: 10px;
    justify-content: center;
    row-gap: 10px;
}
  h2.cc-section__title {
    padding: 0 1rem;
    display: block;
}
  
.vid-section h2.ce-twocol__title.custom {
    display: none;
}



  .ccc-twocol-about__info {
    padding: 0 20px;
}

.temp-ibiza-comic-book .o-section.c-section--twocol {
    padding: 40px 0;
}

section#shopify-section-template--17160511947010__44e07405-8c50-4bf1-aa16-011223a6023a {
    padding: 30px 20px;
}

.partners-section {
    padding: 30px 20px;
}

section#shopify-section-template--17160511947010__55f0e636-1059-4664-88aa-fb9557cc6aa3 {
    padding: 30px 20px;
}

section#shopify-section-template--17160511947010__f118c168-dabf-468f-90a2-ce8ac4235c80 {
    padding: 30px 20px;
}


.temp-ibiza-comic-book  h2.ccc-twocol-about__title {
    font-size: 22px !important;
} 

  #shopify-section-template--17160511947010__d962abe3-eeba-4f47-8ab9-d68f87af2268 h2 {
    padding-bottom: 40px;
    font-size: 28px !important;
}
 
div#shopify-section-template--17174609002754__79f6ddcd-0600-4434-90bd-f4a8ffbc0156 p {
    max-width: 98%;
}





}








 
section.products-we-love-ibiza-part-1 form#product-form-template--16898245296386__main {
    display: none;
}

section.products-we-love-ibiza-part-1 .c-custom-text {
    display: none;
}

button#Subscribe {
    display: block;
    width: 100%;
    position: relative;
    background: #e51e7f !important;
    font-size: 20px !important;
    padding: 0 !important;
    height: 48px;
    margin-top: 10px;
    color: white;
    text-transform: uppercase;
    font-family: PhosphateS!important;
} 




section.products-we-love-ibiza-part-1 .field.mail-wrap {
    display: block;
  padding:0;
}

input#NewsletterForm--template--16898245296386__main {
    line-height: 42px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #e51e7f;
    box-shadow: none !important;
    outline: 0 !important;
}






section#shopify-section-template--17160511947010__two_col_with_vedio_KBmRLH h3,
section#shopify-section-template--17160511947010__two_col_with_vedio_f8egyc h3{
    margin-bottom: 0;
  color: white !important;
}


section#shopify-section-template--17160511947010__two_col_with_vedio_KBmRLH p,
section#shopify-section-template--17160511947010__two_col_with_vedio_f8egyc p{
    color: white !important;
  padding-top:0;
}
 
section#shopify-section-template--17160511947010__two_col_with_vedio_KBmRLH .o-section__wrapperrrr.vid-section,
section#shopify-section-template--17160511947010__two_col_with_vedio_f8egyc .o-section__wrapperrrr.vid-section{
    background-size: cover !important;
}

#shopify-section-template--17160511947010__two_col_with_vedio_KBmRLH  .field.mail-wrap,
#shopify-section-template--17160511947010__two_col_with_vedio_f8egyc .field.mail-wrap{
    margin: 0;
}

#shopify-section-template--17160511947010__two_col_with_vedio_KBmRLH .row.ce-twocol__row,
#shopify-section-template--17160511947010__two_col_with_vedio_f8egyc .row.ce-twocol__row{
    padding-bottom: 40px;
}
 

section#shopify-section-template--17160511947010__two_col_with_vedio_KBmRLH,
section#shopify-section-template--17160511947010__two_col_with_vedio_f8egyc{
    padding: 0;
}



section#shopify-section-template--17160511947010__two_col_with_vedio_KBmRLH .vid-section, section#shopify-section-template--17160511947010__two_col_with_vedio_f8egyc .vid-section {
    background: #e51e7f !important;
}
 



.we-love-ibiza-part-1-form {padding-right: 30px;}

.we-love-ibiza-part-1-form h3 {
    font-family: PhosphateS!important;
}
 
.page-we-love-ibiza-a-comic-book-trilogy-part-1-pre-orders-paused .c-sticky.is-show {
    display: none;
}




.col-lg-6.ce-twocol__col.video {}
section#shopify-section-template--17160511947010__two_col_with_vedio_KBmRLH .col-lg-6, section#shopify-section-template--17160511947010__two_col_with_vedio_f8egyc .col-lg-6{
        text-align:center;
        justify-content:center !important;
        max-width: 100% !important;
        flex: 100%;
        text-align: center !important;
}

section#shopify-section-template--17160511947010__two_col_with_vedio_KBmRLH .col-lg-6.ce-twocol__col.video {
    display: none;
}
 

section#shopify-section-template--17160511947010__two_col_with_vedio_f8egyc .col-lg-6.ce-twocol__col.video {
    display: none;
}

section#shopify-section-template--17160511947010__two_col_with_vedio_KBmRLH .col-lg-6 *, section#shopify-section-template--17160511947010__two_col_with_vedio_f8egyc .col-lg-6 * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.newsletter-form__field-wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}




 
.social-icon-cta img {
    max-width: 40px !important;
    background: white;
}

.social-icon-cta a {
    justify-content: center !important;
    max-width: 50px !important;
    display: inline-block !important;
    margin-right: 10px !important;
}

.social-icon-cta .insta img {
    border-radius: 10px;
}


body.gradient.temp-ibiza-comic-book #shopify-section-header {
    display: block !important;
}