/** Shopify CDN: Minification failed

Line 12:16 Expected ")" to end URL token

**/
/* ======================================== */
/* =============== GENERAL ================ */
/* ======================================== */

@font-face {
    font-family: "Handlee";
    src: url({{ "Handlee-Regular.ttf" | asset_url }}) format("TrueType");
}

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

body {
    margin: 0px;

    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);

    font-size: var(--size-font-body);
    color: var(--color-text);

    background-color: var(--color-body-background);
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);

    color: var(--color-heading-text);
    font-size: var(--size-font-heading);

    margin-top: calc(var(--size-font-body) * 0.75);
    /* 12px looks great */
    margin-bottom: calc(var(--size-font-body) * 0.75);
    /* 12px looks great */
}

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

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

h4,
.h4 {
    font-size: calc(var(--size-font-heading) * 0.6);
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 {
    text-decoration: none;
}

a {
    color: var(--color-links);
}

a.no-link-style {
    color: var(--color-text);
    text-decoration: none;
}

p {
    margin-top: 0px;
    margin-bottom: calc(var(--size-font-body) * 0.75);
    /* 12px looks great */
}

.font-body {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
}

.font-heading {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
}

.font-button {
    font-family: var(--font-button-family);
    font-style: var(--font-button-style);
    font-weight: var(--font-button-weight);
}

/* ======================== CUSTOM ======================== */

.container,
.container-mobile-full,
.container-only-mobile,
.container-anti-container-only-mobile {
    padding-left: var(--mobile-horizontal-margin);
    padding-right: var(--mobile-horizontal-margin);
    max-width: var(--desktop-max-width);
    margin: 0px auto;
}

.container-vertical {
    padding-top: 20px;
    padding-bottom: 20px;
}

.container-custom {
  max-width: 1450px;
  width: 100%;
  padding-right: 76.8px;
  padding-left: 76.8px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
    .container-mobile-full {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container-only-mobile {
        padding-left: var(--mobile-horizontal-margin);
        padding-right: var(--mobile-horizontal-margin);
    }

    .container-anti-container-only-mobile {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: calc(var(--mobile-horizontal-margin) * -1);
        margin-right: calc(var(--mobile-horizontal-margin) * -1);
    }

    .container-desktop-vertical-margin {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .container-custom {
        padding-left: var(--mobile-horizontal-margin);
        padding-right: var(--mobile-horizontal-margin);
    }
}

@media (min-width: 768px) {
    .container-only-mobile {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container-anti-container-only-mobile {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container-horizontal-desktop {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.hide {
    display: none;
}

/* ======================== BOOTSTRAP ======================== */

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

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

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

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

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.d-none {
    display: none !important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.w-100 {
  width: 100% !important;
}

.mb-0, .my-0 {
    margin-bottom: 0!important;
}

.text-center {
    text-align: center!important;
}

@media (min-width: 768px){
  .row {
      margin-right: -15px;
      margin-left: -15px;
  }
  .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .col-md-5 {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 41.66666667%;
  }
  .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
  }
  .col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666666%;
      flex: 0 0 66.666666%;
      max-width: 66.666666%;  
  }
  .d-md-flex {
      display: -ms-flexbox!important;
      display: flex!important;
  }
  .d-md-none {
      display: none !important;
  }
  .d-md-block {
      display: block !important;
  }
  .text-md-left {
      text-align: left!important;
  }
  .text-md-right {
      text-align: right!important;
  }
}

@media(min-width: 992px) {
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media(min-width: 1200px) {
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* ======================== BOOTSTRAP END ======================== */

.hide {
    display: none !important;
}

.not-visible {
    visibility: hidden;
}

.btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    background-color: var(--color-primary);
    border: none;
    border-radius: var(--border-radius);
    padding: 12px 20px;
    color: var(--color-primary-text);
    text-transform: var(--button-text-uppercase);
    text-align: center;
    text-decoration: none;
    cursor: pointer;

    font-family: var(--font-button-family);
    font-style: var(--font-button-style);
    font-weight: var(--font-button-weight);
    font-size: var(--size-font-button);

    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn.btn-secondary {
    background-color: transparent;
    color: var(--color-text);
    border: 1px solid var(--color-border);
}

.btn:focus:not(.btn-disabled) {
    outline: none !important;
    filter: invert(0);
}

.btn:active:not(.btn-disabled) {
    outline: none !important;
    filter: invert(0.25);
}

.btn.btn-full-width {
    width: 100%;
}

.btn svg {
    --color-button-svg: var(--color-primary-text);

    width: calc(var(--size-font-button) * 1.2);
    height: calc(var(--size-font-button) * 1.2);
    fill: var(--color-button-svg);
    margin-right: 7px;
    margin-bottom: 1px;
}

.btn svg path {
    stroke: var(--color-button-svg) !important;
}

.btn:disabled,
.btn[disabled],
.btn-disabled {
    opacity: 0.5;
    filter: grayscale(100%);
    color: #ffffff;
}

.no-click-highlight {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-click-highlight:focus {
    outline: none !important;
}

.price {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.price s {
    color: var(--color-compare-price);
    font-size: 21px;
}

.cart-drawer-item-price .price s {
    font-size: 15px;
}

.card-product-price .price s {
    font-size: 15px;
}

.card-product-price .price span {
    color: #d6403d;
}

.price s:empty~span:before {
    content: "";
}

.price span:before {
    content: "\00a0 ";
}

.price-reverse {
    flex-direction: row-reverse;
}

.price-reverse span:before {
    content: "";
}

.price-reverse span:after {
    content: "\00a0 ";
}

.price-no-compare span:before {
    content: "";
}

#loading-indicator {
    position: fixed;
    z-index: 3000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffffdd;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#loading-indicator svg {
    height: 50px;
    margin-right: 24px;
}

#loading-indicator img {
    height: 90px;
    margin-top: -10px;
}

.payment-providers {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0px -3px 0px -3px;
}

.payment-providers svg {
    max-height: 24px;
    margin: 0px 3px;
}

.social-networks {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    --color-social-networks: var(--color-text);
}

.social-networks a {
    text-decoration: none;
    margin: 0px 7px;
    border: 2px solid var(--color-social-networks);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-networks.show-image a {
    padding: 3px;
}

.social-networks.without-border a {
    border: none;
}

.social-networks svg {
    width: 24px;
    height: 24px;
    fill: var(--color-social-networks);
    color: var(--color-social-networks);
}

.social-networks img {
    width: 34px;
    height: 34px;
}

.icon-placeholder {
    background-color: #eeeeee;
}

@media (min-width: 768px) {
    .template-product main {
        margin-top: 30px;
    }
}


/* ======================================== */
/* =============== HEADER ================= */
/* ======================================== */

#header {
    --header-position: absolute;

    position: var(--header-position);
    top: 0px;
    z-index: 901;
    width: 100%;
    background-color: #ffffff;
}

/* ======================== HEADER-ANNOUNCEMENT-BAR ======================== */

.header-announcement-bar {
    display: flex;
    flex-direction: row;
    padding: 10px 0px;
    background-color: var(--color-primary);
}

.header-announcement-bar-announcement {
    flex: 1;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary-text);
}

.header-announcement-bar-announcement-slideshow {
    flex: none;
}

.header-announcement-bar-announcement img {
    height: 16px;
    margin-right: 5px;
}

.header-announcement-bar-announcement p {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* ======================== HEADER-MENU ======================== */

.header-menu {
    padding-top: 15px;
    padding-bottom: 15px;

    --header-menu-icon-color: #000000;
}

.header-menu .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header-menu-mobile-menu {
    display: none;
    flex: 0 0 30%;
    max-width: 30%;
}

.header-menu-mobile-menu svg {
    padding-top: 3px;
    width: 20px;
    height: 20px;
    fill: var(--header-menu-icon-color);
}

.header-menu-mobile-menu svg path {
    stroke: var(--header-menu-icon-color) !important;
}

.header-menu-mobile-icon {
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    color: var(--header-menu-icon-color);
}

.header-menu-mobile-icon span {
    text-align: left;
    display: block;
    width: 23px;
    height: 2px;
    background: var(--header-menu-icon-color);
    margin-bottom: 6px;
}

.header-menu-mobile-icon span:nth-child(2) {
    width: 12px;
}

.header-menu-mobile-icon span:nth-child(3) {
    width: 17px;
    margin-bottom: 0;
}

.header-menu-logo img {
    display: block;
    height: 33px;
}

.header-menu-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.header-menu-links ul,
.header-menu-sub-links {
    list-style: none;
    padding: 0px;
    text-align: center;
}

.header-menu-sub-links {
    display: none;
    position: absolute;
    left: 50%;
    padding: 10px !important;
    border-radius: var(--border-radius);
    background-color: var(--color-body-background);
    box-shadow: 0 4px 8px #0007;
    transform: translate(-50%);
    margin-top: 13px;
}

.header-menu-links ul li,
.header-menu-sub-links li {
    position: relative;
    display: inline;
    padding: 15px 20px;
}

.header-menu-sub-links li {
    padding: 0px !important;
}

.header-menu-links ul li a,
.header-menu-sub-links li a {
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
}

.header-menu-sub-links li a {
    display: block;
    padding: 7px 12px;
    font-weight: 400;
}

.header-menu-cart-drawer {
    margin: 0px 30px 0px 10px;
    cursor: pointer;
    position: relative;

    --header-menu-cart-drawer-text-color: var(--color-body-background);
    --header-menu-cart-drawer-background-color: var(--color-primary);
}

.header-menu-cart-drawer svg {
    width: 28px;
    height: 28px;
    fill: var(--header-menu-icon-color);
}

.header-menu-cart-drawer svg path {
    stroke: var(--header-menu-icon-color);
}

.header-menu-cart-drawer span {
    width: 19px;
    height: 19px;
    line-height: 20px;
    margin-left: 2px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 15px;
    color: var(--header-menu-cart-drawer-text-color);
}

.header-menu-cart-drawer span::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    display: block;
    border-radius: 50%;
    background-color: var(--header-menu-cart-drawer-background-color);
    z-index: -1;
    transition: background-color .4s;
}

.header-menu-cart-drawer-animated span::before {
    animation: rubberbandAnimation 1.6s infinite ease-out;
}

.header-menu__box-shadow {
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
}

@keyframes rubberbandAnimation {
    0% {
        transform: scaleX(1);
    }

    20% {
        transform: scaleX(1.12) scaleY(0.75);
    }

    27% {
        transform: scaleX(0.85) scaleY(1);
    }

    32% {
        transform: scaleX(1.09) scaleY(0.85);
    }

    37% {
        transform: scaleX(0.9) scaleY(1);
    }

    45% {
        transform: scaleX(1.05) scaleY(0.95);
    }

    50% {
        transform: scaleX(1) scaleY(1);
    }

    100% {
        transform: scaleX(1) scaleY(1);
    }
}

@media (max-width: 767px) {
    .header-menu__border {
        border-bottom: 1px solid var(--color-border);
    }

    .header-menu__box-shadow {
        box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    }

    .header-menu-mobile-menu {
        display: block;
    }

    .header-menu-logo {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .header-menu-logo img {
        margin: 0px auto;
        width: 100%;
        object-fit: contain;
    }

    .header-menu-links {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .header-menu ul {
        display: none;
    }

    .header-menu-cart-drawer {
        margin: 0px;
    }
}

/* ========================================== */
/* =============== MOBILE-MENU ============== */
/* ========================================== */

#mobile-menu {
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

#mobile-menu-overlay {
    position: fixed;
    z-index: 1001;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    transition: opacity 0.2s;
}

#mobile-menu-content {
    position: fixed;
    z-index: 1001;
    top: 0px;
    left: 0px;
    width: 75%;
    height: 100%;
    background-color: var(--color-body-background);
    transition: transform 0.2s;
    padding-top: 25px;
    padding-bottom: 25px;
    transform: translateX(-100%);
}

.mobile-menu-header {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.mobile-menu-header img {
    margin: 0px auto;
    height: auto;
    max-height: 50px;
    width: 100%;
    object-fit: contain;
}

.mobile-menu-header-close-icon {
    position: absolute;
    top: -12px;
    right: -15px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 15px;

    --mobile-menu-header-close-icon-color: #000000;
}

.mobile-menu-header-close-icon svg {
    fill: var(--mobile-menu-header-close-icon-color);
}

.mobile-menu-header-close-icon svg path {
    stroke: var(--mobile-menu-header-close-icon-color) !important;
}

.mobile-menu-link-list,
.mobile-menu-sub-link-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mobile-menu-sub-link-list {
    display: none;
}

.mobile-menu-link-list li a,
.mobile-menu-sub-link-list li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
    text-align: center;
}

.mobile-menu-sub-link-list li a {
    font-weight: 400;
    padding: 5px 0px;
    opacity: 0.8;
}

.mobile-menu-link-list li a span,
.mobile-menu-sub-link-list li a span {
    flex: 1;
}

.mobile-menu-link-list li a svg {
    width: 20px;
    height: 20px;
    transition: transform 0.2s;
}

/*.mobile-menu-separator-line {
    border-bottom: 1px solid var(--color-border);
}*/

.mobile-menu-image-with-text img {
    width: 100%;
    display: flex;
    border-radius: var(--border-radius);
    margin-bottom: var(--size-font-body);
}

.mobile-menu-social-networks {
    margin-bottom: var(--mobile-horizontal-margin);
    margin-top: 30px;
}

.mobile-menu-social-networks .social-networks a {
    width: 30px;
    height: 30px;
}

.mobile-menu-social-networks .social-networks a svg {
    width: 18px;
    height: 18px;
}

/* ========================================== */
/* =============== CART-DRAWER ============== */
/* ========================================== */

#cart-drawer {
    visibility: hidden;
    position: fixed;
    z-index: 5000;
    width: 100%;
    height: 100%;
}

#cart-drawer-overlay {
    position: fixed;
    z-index: 5001;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    transition: opacity 0.2s;
}

.cart-drawer-content {
    position: fixed;
    z-index: 5001;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--color-body-background);
    transition: transform 0.2s;
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    max-width: 500px;
    box-sizing: border-box;
}

.template-cart main .cart-drawer-content {
    position: initial;
    width: auto;
    height: auto;
    background-color: transparent;
    transition: none;
    transform: none;
    display: flex;
    flex-direction: column;
    max-width: var(--desktop-max-width);
    box-sizing: initial;
}

.cart-drawer-contents {
    flex: 1;
    overflow-y: auto;
}

@media (min-width: 768px) {
    #cart-drawer .cart-drawer-content {
        padding-left: 25px;
        padding-right: 25px;
    }

    main .cart-drawer-contents {
        border-bottom: 2px solid var(--color-primary);
    }
}

/* ======================== HEADER ======================== */

.cart-drawer-header {
    position: relative;
    margin-top: var(--mobile-horizontal-margin);
    margin-bottom: var(--mobile-horizontal-margin);
}

.cart-drawer-header h2 {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.cart-drawer-header-close-icon {
    position: absolute;
    top: -8px;
    right: 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 15px;

    --cart-drawer-header-close-icon-color: var(--color-heading-text);
}

.cart-drawer-header-close-icon svg {
    fill: var(--cart-drawer-header-close-icon-color);
}

.cart-drawer-header-close-icon svg path {
    stroke: var(--cart-drawer-header-close-icon-color) !important;
}

.template-cart main .cart-drawer-header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.template-cart main .cart-drawer-header h2 {
    font-size: var(--size-font-heading);
}

.template-cart main .cart-drawer-header-close-icon {
    display: none;
}

@media (min-width: 768px) {
    .cart-drawer-header {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

/* ======================== SHIPPING HEADER ======================== */

.cart-drawer-shipping-header {
    padding: 10px;
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: row;
    align-items: center;

    --cart-drawer-shipping-header-checkmark-color: var(--color-text);
}

.cart-drawer-shipping-header svg {
    width: 26px;
    height: 26px;
    margin-right: 10px;

    fill: var(--cart-drawer-shipping-header-checkmark-color);
}

@media (min-width: 768px) {
    main .cart-drawer-shipping-header {
        display: inline-block;
        padding: 10px 20px;
    }
}

/* ======================== ITEMS ======================== */

.cart-drawer-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 35px;
}

.cart-drawer-item-image {
    width: 35%;
    margin-right: 20px;
    border-radius: var(--border-radius);
}

.cart-drawer-item-data {
    flex: 1;
}

.cart-drawer-item h3 {
    padding: 0px;
    margin: 4px 0px 8px 0px;
}

.cart-drawer-item-option {
    display: block;
}

.cart-drawer-item-option span {
    opacity: 0.45;
}

.cart-drawer-item-option-info {
    opacity: 0.45;
    margin-bottom: 4px;
}

.cart-drawer-item-price {
    display: flex;
    margin-top: 12px;
}

.cart-drawer-item-editing {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
}

.cart-drawer-item-quantity {
    border-radius: var(--border-radius);
    border: 1px solid var(--color-border);
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
}

.cart-drawer-item-quantity button {
    padding: 0px 8px;
    background-color: var(--color-body-background);
    color: var(--color-text);
    border: none;
}

.cart-drawer-item-quantity button svg {
    height: var(--size-font-button);
}

.cart-drawer-item-quantity button.disabled svg path {
    stroke: var(--color-border);
}

.cart-drawer-item-quantity input {
    width: 30px;
    padding: 10px;
    border: none;
    text-align: center;
    color: var(--color-text);
    background-color: var(--color-body-background);

    font-size: var(--size-font-button);
}

.cart-drawer-item-remove {
    text-align: center;
}

.cart-drawer-item-remove svg {
    width: 24px;
    height: 24px;
}

@media (min-width: 768px) {
    .cart-drawer-item-image {
        width: 190px;
    }
}

/* ======================== FOOTER ======================== */

.cart-drawer-footer {
    border-top: 2px solid var(--color-primary);
    border-radius: 1px;
    padding-top: 20px;
    margin-bottom: var(--mobile-horizontal-margin);
}

.cart-drawer-footer-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
}

.cart-drawer-footer-price:nth-child(1) {
    font-weight: 700;
}

.cart-drawer-footer-price:nth-child(1) h4 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.cart-drawer-footer-price:nth-child(4) {
    font-weight: 700;
    margin-bottom: 20px;
}

.cart-drawer-footer-free-shipping {
    font-weight: 700;
}

.cart-drawer-footer-tax {
    font-size: calc(var(--size-font-body) * 0.7);
}

.cart-drawer-footer .additional-checkout-buttons {
    margin-top: -5px;
    margin-bottom: 20px;
}

.cart-drawer-footer-payment-providers {
    margin-top: 20px;
}

.cart-drawer-footer-button-animated {
    animation: horizontalShakingAnimation 4s infinite ease-out;
}

@keyframes horizontalShakingAnimation {
    0% {
        transform: translateX(0)
    }

    2% {
        transform: translateX(5px)
    }

    4% {
        transform: translateX(-5px)
    }

    6% {
        transform: translateX(5px)
    }

    8% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

@media (min-width: 768px) {
    .cart-drawer-footer {
        margin-bottom: 25px;
    }

    main .cart-drawer-footer {
        width: 450px;
        align-self: end;
        border-top: none;
    }
}

/* ======================== EMPTY ======================== */

.cart-drawer-empty {
    flex: 1;
    margin-top: 100px;
    text-align: center;
}

main .cart-drawer-empty {
    margin-bottom: 100px;
}

.cart-drawer-empty h3 {
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.cart-drawer-empty .btn {
    display: inline;
}

/* ======================================== */
/* =============== FOOTER ================= */
/* ======================================== */

#footer {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.footer-content {
    padding-top: var(--mobile-horizontal-margin);
    /*padding-bottom: var(--mobile-horizontal-margin);*/
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.footer-columns {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.footer-columns h2 {
    margin: 0px 0px 20px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-columns h2 span:first-child {
    flex: 1;
}

.footer-columns h2 span:last-child {
    display: none;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.footer-column-spacer {
    /*margin-left: 7%;*/
}

/* ======================== NEWSLETTER ======================== */

.footer-column-newsletter {
    flex: 1;
    min-width: 31%;
    margin-bottom: 20px;

    --color-newsletter-text: var(--color-text);
    color: var(--color-newsletter-text);

    --color-newsletter-heading: var(--color-heading-text);
}

.footer-column-newsletter h2 {
    color: var(--color-newsletter-heading);
}

.footer-column-newsletter p {
    margin: 0px;
}

.footer-column-newsletter form {
    margin: 18px 0px 8px 0px;
}

.footer-column-newsletter-inputs {
    display: flex;
    flex-direction: row;
}

.footer-column-newsletter-inputs .newsletter-input {
    flex: 1;
    padding: 15px;
    outline: none;
    border-radius: var(--border-radius) 0px 0px var(--border-radius);
    border: 1px solid var(--color-primary);
    background-color: transparent;
}

.footer-column-newsletter-inputs .newsletter-input::placeholder {
    color: var(--color-newsletter-text);
    opacity: 0.5;
}

.footer-column-newsletter-inputs .newsletter-submit {
    border-radius: 0px var(--border-radius) var(--border-radius) 0px;
}

.footer-column-newsletter-privacy-policy {
    color: var(--color-newsletter-text);
    opacity: 0.6;
    font-size: calc(var(--size-font-body) * 0.87);
}

.footer-column-newsletter-privacy-policy a {
    color: var(--color-newsletter-text);
    text-decoration: none;
    font-style: italic;
}

.footer-column-newsletter-privacy-policy a:hover {
    text-decoration: underline;
}

/* ======================== MENU ======================== */

.footer-column-menu {
    flex: 1;
    min-width: 17%;
    margin-bottom: 20px;
}

.footer-column-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-column-menu ul li {
    margin-bottom: var(--size-font-body);
}

.footer-column-menu ul li a {
    text-decoration: none;
    color: var(--color-text);
}

.footer-column-menu ul li a:hover {
    text-decoration: underline;
}

/* ======================== BOTTOM MISC ======================== */

.copyright {
  border-top: 1px solid #eee;
  padding: 26px 0;
}

.footer-social-networks {
    margin-bottom: 25px;
}

.footer-copyright {
    text-align: center;
}

.footer-payment-providers .payment-providers {
    justify-content: center !important;
}

@media (max-width: 767px) {
    .footer-columns {
        flex-direction: column;
    }

    .footer-columns h2 {
        margin-bottom: 0px;
    }

    .footer-column-menu h2 {
        cursor: pointer;
    }

    .footer-columns h2 span:first-child {
        padding: 10px 0px;
    }

    .footer-columns h2 span:last-child {
        display: block;
    }

    .footer-column-spacer {
        display: none;
    }

    .footer-column-newsletter {
        width: 100%;
    }

    .footer-column-newsletter h2 {
        margin-bottom: 5px;
    }

    .footer-column-menu {
        width: 100%;
    }

    .footer-column-menu ul {
        display: none;
        margin-top: 10px;
    }

    .footer-copyright-middle {
        margin-top: 10px;
    }

    .footer-payment-providers .payment-providers {
        justify-content: space-between !important;
        margin-top: 25px;
    }
}

/* ============================================ */
/* =============== COLLECTION ================= */
/* ============================================ */

.collection-product-grid-heading {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.collection-product-grid-heading-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.collection-product-grid-heading-text-shadow h1,
.collection-product-grid-heading-text-shadow p {
    text-shadow: 0px 2px #000000aa;
}

.collection-product-grid-heading img {
    display: flex;
    width: 100%;
}

.collection-product-grid-filter-bar {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 7px;
}

/* ======================== CARDS ======================== */

.collection-product-grid-cards {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: var(--mobile-horizontal-margin);
    margin-right: var(--mobile-horizontal-margin);
    margin-top: 30px;
}

.collection-product-grid-loading {
    display: none;
    padding: 20px 0px;
    text-align: center;
}

.collection-product-grid-loading img {
    height: 90px;
}

@media (min-width: 768px) {
    .collection-product-grid-cards {
        grid-template-columns: 25% 25% 25% 25%;
        margin-right: calc(var(--mobile-horizontal-margin) * 3);
    }

    .collection-product-grid-heading {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin-bottom: 10px;
    }

    .collection-product-grid-heading img {
        width: 50%;
        margin-left: 50px;
    }

    .collection-product-grid-heading-content {
        flex: 1;
    }
}

/* ============================================== */
/* =============== CARD-PRODUCT ================= */
/* ============================================== */

.card-product {
    cursor: pointer;
    border-radius: var(--border-radius);
}

.card-product-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px 12px 9px 12px;
}

.card-product-content-left {
    align-items: flex-start;
    text-align: left;
    padding-left: 0px;
}

.card-product-border .card-product-content {
    padding-left: 12px;
}

.card-product-image {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.card-product-image.square {
    padding-bottom: 100%;
}

.card-product-image.portrait {
    padding-bottom: 125%;
}

.card-product-image img {
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.card-product-image.square img {
    position: absolute;
    height: 100%;
}

.card-product-image.portrait img {
    position: absolute;
    height: 125%;
}

.card-product img {
    display: flex;
    border-radius: var(--border-radius);
}

.card-product-border img {
    border-radius: var(--border-radius) var(--border-radius) 0px 0px;
}

.card-product-image-badge {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 900;

    padding: 5px 9px;
    margin: 9px;

    border-radius: 15px;
    background-color: var(--color-primary);
    color: var(--color-primary-text);

    font-size: 13px;
}

.card-product h2 {
    margin-top: 7px;
    margin-bottom: 0px;
}

.card-product p {
    margin-bottom: 0px;
}

.card-product-reviews {
    margin-top: 7px;
}

.card-product-price {
    margin-top: 2px;
}

/* ================================================== */
/* =============== LIST-COLLECTIONS ================= */
/* ================================================== */

.list-collections {
    margin-bottom: 30px;
}

.list-collections h1 {
    margin: 30px 0px;
    text-align: center;
}

.list-collections-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: var(--mobile-horizontal-margin);
    margin-right: var(--mobile-horizontal-margin);
}

.list-collections-grid-card {
    display: block;
    cursor: pointer;
}

.list-collections-grid-card h2 {
    text-align: center;
}

.list-collections-grid-card img {
    display: flex;
    width: 100%;
    border-radius: var(--border-radius);
}

@media (min-width: 768px) {
    .list-collections-grid {
        grid-template-columns: 25% 25% 25% 25%;
        margin-right: calc(var(--mobile-horizontal-margin) * 3);
    }
}

/* ====================================== */
/* =============== BLOG ================= */
/* ====================================== */

.blog h1 {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.blog-articles {
    display: block;
}

.blog-article {
    margin-bottom: 60px;
}

.blog-article img {
    display: flex;
    width: 100%;
    border-radius: var(--border-radius);
}

.blog-article span {
    display: block;
    margin-top: -8px;
    margin-bottom: 10px;
    color: var(--color-text);
}

@media (min-width: 768px) {
    .blog-articles {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 60px;
    }
}

/* ========================================= */
/* =============== ARTICLE ================= */
/* ========================================= */

.article h1 {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.article-image {
    display: flex;
    width: 100%;
    border-radius: var(--border-radius);
}

.article-minutes {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--color-text);
}

.article-content {
    margin-bottom: 30px;
}
/*revert back to 40px when creating blogposts*/

@media (min-width: 768px) {
    .article {
        max-width: 950px;
        padding: 0;
    }
}

/* ================================================ */
/* =============== PAGE + CONTACT ================= */
/* ================================================ */

.page h1 {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.page-content {
    margin-bottom: 40px;
}

.contact h1 {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.contact form {
    display: flex;
    flex-direction: column;
}

.contact label {
    margin-bottom: 5px;
}

.contact input,
.contact textarea {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
}

.contact .btn {
    margin-top: 20px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .contact {
        /*max-width: 900px;*/
        margin-top: 40px;
    }
}


/* ======================================== */
/* =============== SEARCH ================= */
/* ======================================== */

.search h1 {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.search form {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 40px;
}

.search form input {
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
    width: 200px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.search-results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--mobile-horizontal-margin);
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .search-results {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.btn-glow {
    border: none;
    outline: none;
    color: #2a220d;
    background: #f9ca4f;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.btn-glow:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: btn-glow-animation 20s linear infinite;
    opacity: 1;
    border-radius: 5px;
}

.btn-glow:active {
    color: #2a220d;
}

.btn-glow:active:after {
    background: transparent;
}

.btn-glow:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f9ca4f;
    left: 0;
    top: 0;
    border-radius: 5px;
}

@keyframes btn-glow-animation {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}