/** Shopify CDN: Minification failed

Line 204:36 Unexpected "{"

**/
.announcement-bar__item-inner { font-size: 12px; }
.announcement-bar__item-inner p { font-weight: 300; }

.header { background-color: transparent; }
.header__links-list li.spacer {
  margin-bottom: 30px;
}

html:not(.no-js) .navigation__submenu:not(.active) { height: 0; }

[data-js-cart-count] {
  color: #fff !important;
  font-weight: 600 !important;
  min-width: 15px;
  height: 15px;
  font-size: 9px;
  line-height: 14px;
  left: unset;
  right: 1px;
  bottom: unset;
  top: 1px;
}
.header__icon-touch .icon svg { width: 24px;}

.footer__bottom { display: none; }

/* footer menu css code */
.footer__links a {
  font-size: 11px;
  font-weight: 500;
}
/* footer menu css code */

.footer__links a {
  text-transform: uppercase;
  color: #000;
}
.footer.section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer__group { padding-bottom: 0; }
.footer__links ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4rem;
}
.footer__links li+li { margin-top: 0; }

.collection__inner { padding-top: 3rem; }
body.template-collection .shopify-section.footer__parent,
body.template-product .shopify-section.footer__parent,
body.template-page .shopify-section.footer__parent,
body.template-customer .shopify-section.footer__parent,
body.template-customers-login .shopify-section.footer__parent,
body:not(.template-index) .shopify-section.footer__parent {
  border-top: 1px solid rgba(0,0,0,.25);
}

.product .product__breadcrumbs { margin-bottom: var(--spacing-3); }
.breadcrumbs__current,
.breadcrumbs__link {
  opacity: 1;
  font-size: 12px;
  text-transform: lowercase;
}

.product__meta .product__title,
.product__meta .product__price {
  font-weight: 700;
  font-size: 18px;  
}
.product-form__cart-submit {
  font-weight: 700;
  padding: 1px 20px !important;
  min-height: 40px;
  line-height: 40px !important;
}
.product__variants-wrapper { max-width: 60%; }
.select-wrapper select { font-size: 14px; }
.product__label {
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
}
.qty-atc {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}
.qty-atc form { width: 30%; }

body.template-page .page__header {
  display: none;
}
body.template-page .rte table td { 
  border: 0; 
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: baseline;
}
body.template-page .rte table td p {
  margin-bottom: 0;
  margin-top: 8px;
}
body.template-page .contact-form { padding-top: 0; }
body.template-page .contact-form form { padding-left: 10px; }

body.template--about .page__rte {
  font-size: 19px;
  padding-top: 2rem;
}
body.template--about .page__rte p {
  line-height: 1.2 !important;
  color: #000000 !important;
  font-weight: 400 !important;
  max-width: 600px;
}
body.template-page .rte table td p {
  line-height: 1.2 !important;
  margin-bottom: 15px;
  margin-top: 0;
}

.quick-product--right .product__variants-wrapper {
  max-width: 100%;
}
.quick-product--right .product__description div { margin: 10px 0; }

.quick-search { z-index: 9999 !important; }

.contact-form__inner { max-width: 600px; }

.product-item__image--two.image {
  transition: opacity 500ms var(--easing),transform 500ms var(--easing);
}

.template--shipping-returns .section .page__inner {
  max-width: 100%;
}

.product__chip { border: 0; }
.recommended-products__heading { font-size: 14px; }
.recommended-products .carousel__navigation-button .icon {
  width: 24px;
  height: 24px;
}
.recommended-products__slide .product-item { padding: 0 20px; }

.breadcrumbs {
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 10px;
}
.breadcrumbs__list+.navigation-buttons__list {
  margin-left: 0;
  padding-left: 0;
}
.navigation-buttons__item+.navigation-buttons__item {
  margin-left: 12px;
  padding-left: 12px;
}

.product__label span[data-selected-value-for-option],
.qty-atc .product__label-wrapper { display: none; }
.quantity-input__button .icon {
  width: 8px;
  height: 8px;
}
.quantity-input { border: 0; }
.quantity-input input { width: 55px; }
.product-form__controls-group--submit { margin-top: 0 !important; }

.quick-product .product__title,
.quick-product--header-block-wrap .product__price {
  font-weight: 700;
  font-size: 18px;
}
.quick-product--header-block-wrap .product__vendor_and_sku,
.quick-view-view-product-details-link {
  display: none;
}

.login__inner { padding-top: 4rem; }

body:not(.template-index, .template-collection, .template-product, .template-page) main { padding-top: 6rem; }


@media screen and (min-width: 960px) {
  .header {
    padding-top: 5px;
  }
  
  html.sticky-header-enabled .shopify-section.header__outer-wrapper {
    top: 0 !important;
  }
  .announcement-bar__outer-wrapper, {
    position: relative;
    z-index: 1000;
  }

  body.template-collection main,
  body.template-product main,
  body.template-page main,
  body.template-customers-login main,
  body:not(.template-index) main {
    margin-left: 160px;
    margin-right: 145px;
    position: relative;
    z-index: 999;
  }

  body.template-page .section .page__inner,
  body.template-page .contact-form__inner { 
    margin-left: 0; 
    padding: 0 var(--space-outer) 0;
  }

  body.template-collection .collection__container,
  body.template-product .main-product-section,
  body.template-page .section .page__inner,
  body.template-page .contact-form__inner,
  .recommended-products,
  body.template-customers-login .customer { padding-left: 8vw; }


  .product[data-gallery-size=small] .product__primary {
    grid-template-columns: 52fr 48fr;
    grid-gap: 4vw;
  }
  
  .locale-selectors__container {
    position: absolute;
    top: 15px;
    right: 30px;
    background: transparent !important;
    z-index: 999;
  }
  .locale-selectors__container .locale-selectors__selector { font-size: 12px !important; }
  body.template-index .locale-selectors__container { top: 45px; }
  .locale-selectors__content {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  
  .header__inner {
    max-width: 100%;
    padding: 40px 40px 0;
  }
  .header__links-list {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4rem;
  }

  /* header menu css code */
  .header__links-list>li>a,
  .navigation__submenu-item a {
    font-size: 11px;
    font-weight: 700;
  }
  /* header menu css code */
  
  .header__links-list>li>a,
  .navigation__submenu-item a {
    text-transform: uppercase;
    line-height: 13px !important;
    min-height: auto;
    margin-bottom: 14px;
  }
  /* .header__links-list>li>a[aria-current="page"],
  .navigation__submenu-item a[aria-current="page"] { color: #3084d8 !important; } */
  .header__links-list>li>a[aria-current="page"] .link-hover:before {
    transform-origin: 0% 50% !important;
    transform: scaleZ(1) !important;
  }
  .navigation__submenu-item a { font-weight: 500; }
  html:not(.no-js) .navigation__submenu-list {
    border: 0;
    background-color: transparent;
  }
  html:not(.no-js) .navigation__submenu {
    position: initial;
    margin-left: 0px !important;
  }
  .header-overlay__inner.is-visible {
    opacity: 0;
  }
  .header__row-desktop.upper {
    justify-content: space-between;
    align-items: center;
  }

  .filter-bar__sort-group { margin-left: 4rem; }
  .filter-bar__filters { margin: 0; }
  .filter-bar__filters-inner { padding: 0; }
  .filter-group {
    margin: 0;
    border: 0;
  }
  .filter-group__label[aria-expanded=true] {
    background-color: transparent;
  }
  .filter-bar__sort-group .filter-group__values,
  .filter-group__values.filter-group__values--right {
    left: unset;
    right: auto;
  }
  .filter-group__label,
  .filter-bar__button {
    font-size: 12px;
    font-weight: 300;
  }
  .filter-item__label { font-size: 12px; }
  .filter-item+.filter-item:not(.filter-item--chip) { margin-top: 5px; }
  .filter-group__list--sort .filter-item+.filter-item:not(.filter-item--chip) { margin-top: 2px; }

  .product.product--has-sticky-scroll[data-enable-sticky-product-details=true] .product__primary-right .product__meta,
  .product[data-enable-sticky-product-details=true] .product__primary-right .product__meta {
    top: 175px;
  }
  .product__primary-left .product__media-item img { 
    object-fit: contain; 
     margin-top: -20px !important;
    margin-left: auto;
    max-width: 85%;
  }
  .main-product-section .product { padding-right: 0; }

  .product__variants-wrapper,
  .qty-atc {
    width: 70%;
    max-width: 70%;
  }
  .qty-atc { justify-content: space-between; }
  .product__controls-group-quantity { width: 30%; }
  .qty-atc form { width: 65%; }

  .footer__groups { align-items: center; }
  .footer__newsletter .input[type=email] {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
  }
}

@media screen and (min-width: 1650px) {
  .product[data-gallery-size=small] .product__primary {
    grid-template-columns: 60fr 40fr;
    grid-gap: 8vw;
  }
  .product__primary-left .product__media-item img {
    margin-top: -40px !important;
  }
}

@media screen and (max-width: 959px) {

  body.header-transparent #main>.shopify-section:first-child .image-hero {
    padding-top: var(--height-header);
  }
  
  html.sticky-header-enabled .shopify-section.header__outer-wrapper {
    z-index: 9999;
    background: #fff;
  }
  .header { padding: 3px 0; }
  .drawer-menu__link {
    font-size: 12px;
    height: 40px;
  }

  .locale-selectors__content {
    justify-content: flex-end !important;
  }
  .footer__links ul {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 12px;
    padding-left: 15px;
  }
  .footer.section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .shopify-section.footer__parent {
    margin-top: 10px;
  }

  .collection__inner {
    padding-top: 5rem;
  }
  .filter-drawer { z-index: 10000; }

  .product .product__breadcrumbs { display: none; }
  .product-form__cart-submit { max-width: 100%; }
  .qty-atc form { width: 100%; }

  .product__primary-left .product__media-item img {
    object-fit: contain;
  }

  body.template-page .page__inner { padding: 0; }
  body.template--about .page__rte {
    padding-top: 4rem;
  }

  .product__primary-left { padding: 0 5px; }

  .mobile-filters__button {
    border: 0;
    font-size: 12px;
  }
  .product-item__hoverless-quick-view-button.btn {
    display: none;
  }

  .breadcrumbs { flex-direction: column; }
  .product__variants-wrapper {
    max-width: 100%;
  }
  li.mobile-only { display: inline-block !important; }
}