/** Shopify CDN: Minification failed

Line 14:35 Expected identifier but found whitespace
Line 14:37 Unexpected "{"
Line 14:47 Expected ":"
Line 14:74 Expected ":"
Line 15:37 Expected identifier but found whitespace
Line 15:39 Unexpected "{"
Line 15:49 Expected ":"
Line 15:78 Expected ":"

**/
:root {
    --grid-mobile-vertical-spacing: {{ settings.spacing_grid_vertical }}px;
    --grid-mobile-horizontal-spacing: {{ settings.spacing_grid_horizontal }}px;
}


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;
}

.hxxl {
    /* Mobile Heading/M Heading XXL */
    font-family: "Bebas Neue";
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 68px; /* 89.474% */
    line-height: 1.1;
}

@media only screen and (min-width: 750px) {
  .hxxl {
      /* Desktop Heading/D Heading XXL */
      font-family: "Bebas Neue";
      font-size: 80px;
      font-style: normal;
      font-weight: 400;
      line-height: 72px; /* 90% */
  }
}


.hxl {
    /* Mobile Heading/M Heading XL */
    font-family: "Bebas Neue";
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px; /* 88.462% */
}

@media only screen and (min-width: 750px) {
    .hxl {
        /* Desktop Heading/D Heading XL */
        font-family: "Bebas Neue";
        font-size: 56px;
        font-style: normal;
        font-weight: 400;
        line-height: 52px; /* 92.857% */
    }
}

.h0 {
    /* Mobile Heading/M Heading L (H0) */
    font-family: "Bebas Neue";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 88.889% */
}

@media only screen and (min-width: 750px) {
  .h0 {
    /* Desktop Heading/D Heading L (H0) */
    font-family: "Bebas Neue";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 90% */
  }
}

h1,
.h1 {
    /* Mobile Heading/M Heading M (H1) */
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.56px;
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {


    /* Desktop Heading/D Heading M (H1) */
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.64px;
  }
}

h2,
.h2 {
    
    /* Mobile Heading/M Heading S (H2) */
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
      
      /* Desktop Heading/D Heading S (H2) */
      font-family: Roboto;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 32px; /* 133.333% */
      letter-spacing: 0.48px;
  }
}

h3,
.h3 {
    
    /* Mobile Heading/M Heading H3 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
}

@media only screen and (min-width: 750px) {
    h3,
    .h3 {
        
        /* Desktop Heading/D Heading H3 */
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.36px;
    }
}

h4,
.h4 {


    /* Mobile Heading/M Heading H4 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.14px;
}

@media only screen and (min-width: 750px) {
    h4,
    .h4 {


        /* Desktop Heading/D Heading H4 */
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.18px;
    }
}

h5,
.h5 {
    
    /* Mobile Heading/M Heading H5 */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.12px;  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
    h5,
    .h5 {
        
        /* Desktop Heading/D Heading H5 */
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 116%; /* 16.24px */
        letter-spacing: 0.14px;
    }
}

h6,
.h6 {

    /* Mobile Heading/M Heading H6 */
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.1px;
}

@media only screen and (min-width: 750px) {
    h6,
    .h6 {

        /* Desktop Heading/D Heading H6 */
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.12px;
    }
}

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

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

.caption {
    
    /* caption 1 */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
}

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

.price__container, span.price.price--end {
    color: rgba(var(--color-foreground), 0.5);
}

.card__content .card-information .price {
    margin-top: 0 !important;
}


.button,
.shopify-challenge__button,
.customer button {
    /* Button */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px; /* 107.143% */
    letter-spacing: 0.56px;
    padding: 1.2rem 4rem;
}


.caption-with-letter-spacing {
    /* Caption S */
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3px;
    color: rgba(var(--color-foreground), 0.50);
}

.caption-with-letter-spacing--medium {
    /* Caption M */
    font-family: Roboto;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
}

.caption-with-letter-spacing--large {
    font-family: Roboto;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
}

.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: .9rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  font-weight: 400;
  line-height: normal;
}

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

@media screen and (min-width: 750px) {
    .title-wrapper {
        margin-bottom: 2.4rem;
    }
}

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

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


/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px; /* 107.143% */
    letter-spacing: 0.56px;
}

.search-modal__content {
    padding: 0 5rem 0 1.6rem;
}

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

@media screen and (min-width: 750px) {
  .collection .grid.product-grid {
    row-gap: 4.5rem;
  }
}

.cart-count-bubble {
    text-align: center;
    /* micro */
    font-family: Roboto;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 1.5px
              rgba(var(--color-button-text), var(--border-opacity)),
              0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 2px
              rgba(var(--color-button-text), var(--border-opacity)),
              0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}
