/** Shopify CDN: Minification failed

Line 45:0 Unexpected "{"
Line 45:1 Expected identifier but found "%"
Line 54:0 Unexpected "{"
Line 54:1 Expected identifier but found "%"

**/
/* global */
[title="Red"] {
  background: red !important;
}
[title="Ivory"] {
  background: #f5e7ca !important;
}
[title="Black"] {
  background: #000 !important;
}
[title="Yellow"] {
  background: #ffe500 !important;
}
[title="Alabaster Pink"] {
  background: #C49AA2 !important;
}
[title="Cocoa Brown and Natural"] {
  background: #714A3B !important;
}
[title="Ecru"] {
  background: #B3A38F !important;
}
.card__content span.swatch {
    width: 8px;
}
.price__sale .price-item.price-item--regular {
    color: #000;
    font-weight: 600;
}
.custom-banner .button:before,
.button:after {
  display: none;
}
.cart-item__media {

}
{% if template.name == 'index' %}
h1.header__heading {
  visibility: hidden;
  display: none;
}
.scrolled h1.header__heading {
  visibility: visible;
  display: block;
}
{% endif %}
.header__inline-menu li:last-child .list-menu__item {
  color: #1a7eb1;
}
.custom-banner .banner__box > * + .banner__buttons {
  margin-top: 0rem;
}
.cta-border-animate {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 3px;
  font-size: 13px;
  margin-top: 20px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}
.cta-border-animate::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: currentColor;
  transition: width 0.4s ease-out;
}
.cta-border-animate:hover {
  border-color: transparent;
}
.cta-border-animate:hover::after {
  width: 100%;
}
a.wishlist-btns img {
    width: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
/* Header */

.list-menu__item {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  color: #000;
}
.header__icons {
  gap: 22px;
}
.innovation-header__logo--wrapper img {
  padding: 1rem 1rem 0;
  width: auto;
  height: auto;
}

.innovation-header__logo--wrapper {
  display: block;
  height: 250px;
  overflow: hidden;
  transition: height 0.3s linear;
  will-change: height;
  -webkit-backface-visibility: hidden;
}
.scrolled .innovation-header__logo--wrapper {
  height: 0px;
}
.footer__content-top {
  display: block !important;
}
.footer-accordion {
  display: none;
}
.custom-collection .page-width {
    padding: 0px;
}
.custom-collection h3.card__heading {
    font-size: 2.7rem;
    color: #fff;
    font-weight: 600;
}
.custom-collection .card__content {
    opacity: 1;
    padding-left: 20px !important;
    width: 100%;
    height: 100%;
    position: absolute;
    text-transform: capitalize;
    max-width: 100%;
}
h1.cart__empty-text {
    font-size: 15px;
    margin-bottom: 14px;
}
.cart__warnings a {
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 20px;
}
h2.cart__login-title {
    font-size: 14px;
}
.cart__login-paragraph {
    margin-top: .8rem;
    font-size: 12px;
}
.borders-custom.isolate {
    border-top: .1rem solid rgba(var(--color-foreground), .08);
    border-bottom: .1rem solid rgba(var(--color-foreground), .08);
}
.drawer__inner-empty a.button {
    margin-bottom: 1rem;
    padding: 18px;
    border-radius: 10px !important;
    font-size: 14px;
    font-weight: 500;
}
.accordion-header {
    font-family: 'Work Sans';
}
.product__info-wrapper span.price-item.price-item--sale.price-item--last {
    font-size: 1.6rem;
}
@media screen and (max-width: 1370px) {
  .header__inline-menu {
    display: none !important;
  }
  .header__heading,
  .header__heading-link {
    flex: 1;
  }
  header-drawer {
    display: block !important;
  }
  .footer__content-top {
    display: none !important;
  }
  .footer-accordion {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .innovation-header__logo--wrapper {
    height: 75px;
  }
  .header {
    padding: 4px 1rem 2px 1rem !important;
  }
  .header__heading,
  .header__heading-link {
    text-align: left !important;
  }
  .custom-banner .banner__content {
    height: 554px;
    padding: 20px;
    align-items: flex-end;
  }
  .footer-columns {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 989px) {
    .header__heading, .header__heading-link {
        text-align: left !important;
    }
.product__info-wrapper span.price-item.price-item--sale.price-item--last {
    font-size: 1.3rem;
}
}