<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 1406:2 Expected identifier but found "*"
Line 2180:2 Expected identifier but found "*"
Line 13137:0 Unexpected "}"

**/
@charset "UTF-8";
/*============================================================================
  Palo Alto | Built with Skate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ VARIABLES ================*/
/* ============================================================================
  #Colors
  ---static vars have three dashes
  --dynamic vars have two dashes

  A static var is set in theme settings and doesn't change in any context
  A dynamic var is context dependent and can be overwritten by its wrapper

  This file is primarily concerned with setting the values of dynamic color
  variables depending on which container the text or background is inside.
============================================================================== */
:root {
  --bg: var(---color-bg);
  --bg-alpha-25: var(---color-bg-alpha-25);
  --bg-alpha-35: var(---color-bg-alpha-35);
  --bg-alpha-60: var(---color-bg-alpha-60);
  --bg-darken: var(---color-bg-darken);
  --bg-lighten-darken: var(---color-bg-lighten-darken);
  --bg-lighten-darken-contrast: var(---color-bg-lighten-darken-contrast);
  --bg-overlay: var(---color-bg-overlay);
  --text: var(---color-text);
  --text-darken: var(---color-text-darken);
  --text-lighten: var(---color-text-lighten);
  --text-alpha-5: var(---color-text-alpha-5);
  --text-alpha-8: var(---color-text-alpha-8);
  --text-alpha-10: var(---color-text-alpha-10);
  --text-alpha-15: var(---color-text-alpha-15);
  --text-alpha-25: var(---color-text-alpha-25);
  --text-alpha-55: var(---color-text-alpha-55);
  --text-alpha-60: var(---color-text-alpha-60);
  --text-alpha-85: var(---color-text-alpha-85);
  --heading: var(---color-heading);
  --accent: var(---color-accent);
  --accent-text: var(---color-accent-text);
  --border: var(---color-border);
  --border-alpha-15: var(---color-border-alpha-15);
  --border-alpha-30: var(---color-border-alpha-30);
  --border-alpha-50: var(---color-border-alpha-50);
  --border-alpha-65: var(---color-border-alpha-65);
  --border-lighten-darken: var(---color-border-lighten-darken);
  --button-primary-bg: var(---color-button-primary-bg);
  --button-primary-bg-alpha-50: var(---color-button-primary-bg-alpha-50);
  --button-primary-text: var(---color-button-primary-text);
  --button-primary-text-alpha-50: var(---color-button-primary-text-alpha-50);
  --button-secondary-bg: var(---color-button-secondary-bg);
  --button-secondary-text: var(---color-button-secondary-text);
  --button-secondary-text-alpha-50: var(---color-button-secondary-text-alpha-50);
  --error-red: var(---color-error-red);
  --error-red-bg: var(---color-error-red-bg);
  --success-green: var(---color-success-green);
  --success-green-bg: var(---color-success-green-bg);
  --disabled-grey: var(---color-disabled-grey);
  --disabled-grey-darken: var(---color-disabled-grey-darken);
}

/*============================================================================
	#Breakpoint and Grid Variables
==============================================================================*/
/*================ TOOLS ================*/
/*================ Media Query Mixin ================*/
/*================ Typography ================*/
/*============================================================================
	Prefixer mixin for generating vendor prefixes:
		- Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss
		- Usage:

			// Input:
			.element {
				@include prefixer(transform, scale(1), ms webkit spec);
			}

			// Output:
			.element {
				-ms-transform: scale(1);
				-webkit-transform: scale(1);
				transform: scale(1);
			}
==============================================================================*/
/*============================================================================
	Layer promotion mixin for creating smoother animations with higher FPS.
==============================================================================*/
/*============================================================================
	Text truncate
==============================================================================*/
/*================ Chevron ================*/
/*================ GLOBAL ================*/
/*================ Normalize ================*/
*, input, :before, :after {
  box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
}

input {
  background: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

details, header, main {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
  margin: 0;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[hidden],
template {
  display: none;
}

/*================ Blockquotes ================*/
blockquote {
  font-size: calc( 0.9375rem * var(---font-adjust-body));
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 var(--gutter);
  padding: calc(var(--gutter) / 2) var(--gutter);
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: calc(var(--gutter) / 2);
}
blockquote cite {
  display: block;
  font-size: calc( 0.6875rem * var(---font-adjust-body));
}
blockquote cite:before {
  content: "â€” ";
}

/*================ Code ================*/
code, pre {
  background-color: #FAF7F5;
  font-family: Consolas, monospace;
  font-size: calc( 0.875rem * var(---font-adjust-body));
  border: 0 none;
  padding: 0 2px;
  color: #51AB62;
}

pre {
  overflow: auto;
  padding: calc(var(--gutter) / 2);
  margin: 0 0 var(--gutter);
}

/*================ Horizontal Rules ================*/
hr {
  clear: both;
  border-top: solid var(--accent);
  border-width: 2px 0 0;
  margin: var(--gutter) 0;
  height: 0;
}
hr.hr--small {
  margin: calc(var(--gutter) / 2) 0;
}
hr.hr--clear {
  border-top-color: transparent;
}

/*================ Lists ================*/
ul, ol {
  margin: 0 0 calc(var(--gutter) / 2) 20px;
  padding: 0;
}

ol {
  list-style: decimal;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 20px;
}

li {
  margin-bottom: 0.25em;
}

ul.square {
  list-style: square outside;
}

ul.disc {
  list-style: disc outside;
}

ol.alpha {
  list-style: lower-alpha outside;
}

.no-bullets {
  list-style: none outside;
  margin-left: 0;
}

.inline-list {
  margin-left: 0;
}
.inline-list li {
  display: inline-block;
  margin-bottom: 0;
}

/*================ Tables ================*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border);
}

.table-wrap {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  .table-wrap {
    margin-bottom: 20px;
  }
}

th, td {
  text-align: left;
  padding: 20px;
  font-weight: inherit;
  border: 1px solid var(--border);
}
@media only screen and (max-width: 767px) {
  th, td {
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  th, td {
    padding: 10px;
  }
}

/*================ Images and iframes ================*/
img {
  border: 0 none;
}

svg:not(:root) {
  overflow: hidden;
}

img,
iframe {
  max-width: 100%;
}

/*================ Forms ================*/
form {
  margin-bottom: 0;
}

/*================ Prevent zoom on touch devices in active inputs ================*/
input,
textarea,
button,
select {
  color: var(--text);
  padding: 0;
  margin: 0;
  line-height: 26px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer;
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
}

input[type=image] {
  padding-left: 0;
  padding-right: 0;
}

fieldset {
  padding: calc(var(--gutter) / 2);
}

legend {
  border: 0;
  padding: 0;
}

button,
input[type=submit] {
  cursor: pointer;
}

input,
textarea,
select {
  font-size: var(---font-size-input);
  border: 1px solid var(--border);
  background: var(--input-bg);
  max-width: 100%;
  padding: 13px 20px;
}
input[disabled], input.disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
  cursor: default;
  background-color: var(--disabled-grey);
  border-color: var(--disabled-grey-darken);
}

/*================ Input element overrides ================*/
input[type=checkbox],
input[type=radio] {
  display: inline-block;
  padding: 0;
  width: auto;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}

input[type=image] {
  padding-left: 0;
  padding-right: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: var(--text);
}

::-moz-placeholder {
  color: var(--text);
}

:-ms-input-placeholder {
  color: var(--text);
}

:-moz-placeholder {
  color: var(--text);
}

optgroup {
  font-weight: var(---font-weight-body-bold);
}

option {
  color: #000;
  background-color: #FFF;
}

select::-ms-expand {
  display: none;
}

/*
* Responsive tables, defined with .table--responsive on table element.
* Only defined for IE9+
*/
@media only screen and (max-width: 767px) {
  .table--responsive h2, .table--responsive h3 {
    text-align: center;
  }
  .table--responsive thead {
    display: none;
  }
  .table--responsive tr {
    display: block;
    position: relative;
  }
  .table--responsive th {
    padding: 10px 10px 0px 10px;
  }
  .table--responsive tr,
.table--responsive td {
    float: left;
    clear: both;
    width: 100%;
  }
  .table--responsive th,
.table--responsive td {
    display: block;
    padding: 15px 15px 15px 0;
  }
}

@media only screen and (max-width: 479px) {
  .table--small-hide {
    display: none !important;
  }
}
body:not(.no-outline) .skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--text);
  background-color: var(--bg);
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none;
}
body:not(.no-outline) model-viewer:focus,
body:not(.no-outline) model-viewer.focus-visible,
body:not(.no-outline) .plyr.focus-visible,
body:not(.no-outline) .plyr:focus,
body:not(.no-outline) .product-single__media-slide:focus,
body:not(.no-outline) .product-single__media-slide.focus-visible,
body:not(.no-outline) .product__media:focus,
body:not(.no-outline) .product__media.focus-visible,
body:not(.no-outline) .btn--quick-view:focus,
body:not(.no-outline) .btn--quick-view.focus-visible,
body:not(.no-outline) .btn--quick-buy:focus,
body:not(.no-outline) .btn--quick-buy.focus-visible {
  outline: none;
}
body:not(.no-outline) model-viewer:focus::after,
body:not(.no-outline) model-viewer.focus-visible::after,
body:not(.no-outline) .plyr.focus-visible::after,
body:not(.no-outline) .plyr:focus::after,
body:not(.no-outline) .product-single__media-slide:focus::after,
body:not(.no-outline) .product-single__media-slide.focus-visible::after,
body:not(.no-outline) .product__media:focus::after,
body:not(.no-outline) .product__media.focus-visible::after,
body:not(.no-outline) .btn--quick-view:focus::after,
body:not(.no-outline) .btn--quick-view.focus-visible::after,
body:not(.no-outline) .btn--quick-buy:focus::after,
body:not(.no-outline) .btn--quick-buy.focus-visible::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
  opacity: var(--overlay-opacity);
  z-index: 100;
  border: 2px solid var(--border);
  box-sizing: border-box;
  pointer-events: none;
}
body:not(.no-outline) .swatch__input:focus + .swatch__label .swatch__color::after,
body:not(.no-outline) .swatch__input.focus-visible + .swatch__label .swatch__color::after {
  outline: -webkit-focus-ring-color auto 5px;
}
body:not(.no-outline) .product-tab__title:focus,
body:not(.no-outline) .product-tab__title.focus-visible {
  outline: -webkit-focus-ring-color auto 5px;
}
body:not(.no-outline) .featured-collection--slider .flickity-button:focus,
body:not(.no-outline) .featured-collection--slider .flickity-button.focus-visible,
body:not(.no-outline) .product-single__media-slider .flickity-button:focus,
body:not(.no-outline) .product-single__media-slider .flickity-button.focus-visible {
  opacity: 1;
}
body:not(.no-outline) .variant-input:focus + .variant__button-label {
  outline: -webkit-focus-ring-color auto 5px;
}
body:not(.no-outline) .flickity-button:focus {
  box-shadow: 0 0 0 5px #19F;
}
body:not(.no-outline) .product-grid-item .btn:focus, body:not(.no-outline) .product-grid-item .shopify-payment-button__button--unbranded:focus, body:not(.no-outline) .product-grid-item .btn.focus-visible, body:not(.no-outline) .product-grid-item .focus-visible.shopify-payment-button__button--unbranded {
  opacity: 1;
  transform: translateY(0);
  transition: none;
}
body:not(.no-outline) .btn:focus, body:not(.no-outline) .shopify-payment-button__button--unbranded:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

/*
* Links and Buttons
*/
a {
  color: var(--text);
  background: transparent;
}

button[disabled],
input[disabled] {
  cursor: default;
}

.btn, .shopify-payment-button__button--unbranded {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: var(--button-primary-text);
  background: var(--button-primary-bg);
  border: 1px solid var(--button-primary-bg);
  padding: 15px 22px;
  line-height: 22px;
  border-radius: var(---radius);
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  will-change: color, border;
  transition: color 0.3s ease, border 0.3s ease, background 0s linear 0s;
  z-index: 1;
  -webkit-tap-highlight-color: initial;
  /*================ Set primary button colors ================*/
}
.btn::before, .shopify-payment-button__button--unbranded::before {
  content: "";
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--button-primary-text);
  border-radius: var(---radius-inner);
  transform: scale(1, 0);
  transform-origin: top center;
  will-change: transform;
  z-index: -1;
  transition: transform 0.3s ease;
}
.show-buttons-animation .btn:hover, .show-buttons-animation .shopify-payment-button__button--unbranded:hover {
  color: var(--button-primary-bg);
  background-color: var(--button-primary-bg);
  border-color: var(--button-primary-bg);
  transition: color 0.3s ease, border 0.3s ease, background 0s linear 0.3s;
}
.show-buttons-animation .btn:hover::before, .show-buttons-animation .shopify-payment-button__button--unbranded:hover::before {
  transform-origin: bottom center;
  transform: none;
}
.btn[disabled], [disabled].shopify-payment-button__button--unbranded, .btn:disabled, .shopify-payment-button__button--unbranded:disabled, .btn.disabled, .disabled.shopify-payment-button__button--unbranded {
  cursor: default;
  background: var(--button-primary-bg);
  color: var(--button-primary-text-alpha-50) !important;
}
.show-buttons-animation .btn[disabled]::before, .show-buttons-animation [disabled].shopify-payment-button__button--unbranded::before, .show-buttons-animation .btn:disabled::before, .show-buttons-animation .shopify-payment-button__button--unbranded:disabled::before, .show-buttons-animation .btn.disabled::before, .show-buttons-animation .disabled.shopify-payment-button__button--unbranded::before {
  transform: scaleY(0);
}
@media only screen and (min-width: 480px) {
  .btn, .shopify-payment-button__button--unbranded {
    min-width: 120px;
  }
}
@media only screen and (min-width: 1320px) {
  .btn, .shopify-payment-button__button--unbranded {
    min-width: 180px;
  }
}
@media only screen and (max-width: 479px) {
  .btn, .shopify-payment-button__button--unbranded {
    width: 100%;
  }
}

.btn--secondary {
  color: var(--button-secondary-text);
  background: var(--button-secondary-bg);
  border-color: var(--button-secondary-bg);
}
.btn--secondary::before {
  background: var(--button-secondary-text);
}
.show-buttons-animation .btn--secondary:hover {
  color: var(--button-secondary-bg);
  border-color: var(--button-secondary-text);
  background-color: var(--button-secondary-text);
}
.btn--secondary[disabled], .btn--secondary:disabled, .btn--secondary.disabled {
  border: 1px solid var(--button-secondary-text-alpha-50);
  color: var(--button-secondary-text-alpha-50);
  background: var(--button-secondary-bg);
}
.show-buttons-animation .btn--secondary[disabled]::before, .show-buttons-animation .btn--secondary:disabled::before, .show-buttons-animation .btn--secondary.disabled::before {
  content: none;
}
.show-buttons-animation .btn--secondary[disabled]:hover, .show-buttons-animation .btn--secondary:disabled:hover, .show-buttons-animation .btn--secondary.disabled:hover {
  background: var(--button-secondary-bg);
}

.btn--ar::before {
  content: none;
}

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

.btn--small {
  font-size: calc( 0.75rem * var(---font-adjust-body));
  line-height: 1.4;
  padding: 9px 12px;
}

input.btn, input.shopify-payment-button__button--unbranded {
  background: var(--button-primary-bg);
}
.show-buttons-animation input.btn, .show-buttons-animation input.shopify-payment-button__button--unbranded {
  transition: background 0.3s ease, color 0.3s ease;
}
.show-buttons-animation input.btn:hover, .show-buttons-animation input.shopify-payment-button__button--unbranded:hover {
  color: var(--button-primary-bg);
  background: var(--button-primary-text);
  transition: background 0.3s ease, color 0.3s ease;
}
.show-buttons-animation input.btn::before, .show-buttons-animation input.shopify-payment-button__button--unbranded::before {
  content: none;
}

/*
 * Smart Button styles
 */
.additional-checkout-buttons {
  overflow: hidden;
}
.additional-checkout-buttons .dynamic-checkout__content .shopify-cleanslate &gt; div &gt; div {
  margin: 0 !important;
}
.additional-checkout-buttons .dynamic-checkout__content .shopify-cleanslate &gt; div &gt; div &gt; div {
  height: auto !important;
  min-width: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.additional-checkout-buttons .dynamic-checkout__content .shopify-cleanslate div[role=button],
.additional-checkout-buttons .dynamic-checkout__content .shopify-cleanslate iframe,
.additional-checkout-buttons .dynamic-checkout__content .shopify-cleanslate form {
  border-radius: var(---radius) !important;
  overflow: hidden !important;
}

.additional-checkout-button + .additional-checkout-button {
  margin-left: 0px;
}

.shopify-payment-button {
  position: relative;
  display: inline-block;
  padding-bottom: 0 !important;
  width: 300px;
  max-width: 100%;
  transition: color 0.2s ease, border 0.2s ease, background 0.2s ease, width 0.2s ease;
}

.shopify-payment-button__button--hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.drawer__button,
.cart__checkout {
  width: 300px;
  max-width: 100%;
}

.shopify-payment-button__button button[type=submit] {
  border-radius: var(---radius) !important;
  height: 54px !important;
}

.shopify-payment-button__button--branded {
  height: 54px;
  border-radius: var(---radius);
  overflow: hidden;
}

.shopify-payment-button__button--unbranded {
  transition: color 0.3s ease, border 0.3s ease, background 0s linear 0s !important;
  color: var(--button-primary-bg) !important;
  background: var(--button-primary-text) !important;
  border: 1px solid var(--button-primary-bg) !important;
  border-radius: var(---radius) !important;
  font-style: var(---font-style-body) !important;
  font-weight: var(---font-weight-body) !important;
  font-size: calc( 0.875rem * var(---font-adjust-body)) !important;
  padding: 15px 22px !important;
  line-height: 22px !important;
}
.show-buttons-animation .shopify-payment-button__button--unbranded::before {
  background: var(--button-primary-bg) !important;
}
.show-buttons-animation .shopify-payment-button__button--unbranded:hover {
  color: var(--button-primary-text) !important;
  background: var(--button-primary-bg) !important;
  border-color: var(--button-primary-bg) !important;
  transition: color 0.3s ease, border 0.3s ease, background 0s linear 0.3s !important;
}
.shopify-payment-button__button--unbranded.disabled, .shopify-payment-button__button--unbranded[disabled], .shopify-payment-button__button--unbranded:disabled {
  color: var(--button-primary-bg-alpha-50) !important;
  border-color: var(--button-primary-bg-alpha-50) !important;
}
.show-buttons-animation .shopify-payment-button__button--unbranded.disabled:hover, .show-buttons-animation .shopify-payment-button__button--unbranded[disabled]:hover, .show-buttons-animation .shopify-payment-button__button--unbranded:disabled:hover {
  background: var(--button-primary-text) !important;
}
.show-buttons-animation .shopify-payment-button__button--unbranded.disabled::before, .show-buttons-animation .shopify-payment-button__button--unbranded[disabled]::before, .show-buttons-animation .shopify-payment-button__button--unbranded:disabled::before {
  transform: scaleY(0);
}

.btn--quick-buy svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}
.btn--quick-buy span {
  transition: opacity 0.2s ease, visibility 0s linear 0s;
}
.btn--quick-buy.is-loading svg {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0s linear 0s;
}
.btn--quick-buy.is-loading span {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}
.btn--quick-buy.is-loading::before {
  transform: scaleX(0);
}

.btn--continue-shopping {
  width: 100%;
  margin-top: 8px;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.block-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: var(--bg);
  background-image: var(---loading-svg);
  background-size: 64px auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s, z-index 0s linear 0.3s;
}

.supports-js img.lazyload,
.supports-js img.lazyloading {
  background-image: var(---loading-svg);
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.supports-js .lazyload::before,
.supports-js .lazyloading::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: var(---loading-svg);
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.supports-js .product__form--is-loading {
  visibility: hidden;
}
.supports-js .block-body {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  will-change: opacity;
}
.supports-js .is-page-loading .block-body {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0s linear 0s, z-index 0s linear 0s;
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes menuFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.975);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes menuFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.975);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes move {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes move {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes showCompactHeader {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes showCompactHeader {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes hideCompactHeader {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes hideCompactHeader {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes pulse {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
/*================ Typography ================*/
a {
  text-decoration: none;
}

html,
body {
  font-size: 1rem;
}

body {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  line-height: 1.5625;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

input,
textarea,
select,
button {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-size: calc(1rem * var(---font-adjust-body));
  line-height: 26px;
  border-radius: var(---radius);
}

h1, .form__heading, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  color: var(--heading);
  font-family: var(---font-stack-heading);
  font-weight: var(---font-weight-heading);
  font-style: var(---font-style-heading);
  margin: 0 0 0.5em;
  line-height: 1.25;
}
h1 a, .form__heading a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
h1 .strong, .form__heading .strong, h1.strong, .strong.form__heading,
h1 strong,
.form__heading strong, h2 .strong, h2.strong,
h2 strong, h3 .strong, h3.strong,
h3 strong, h4 .strong, h4.strong,
h4 strong, h5 .strong, h5.strong,
h5 strong, h6 .strong, h6.strong,
h6 strong,
.h1 .strong,
.h1.strong,
.h1 strong, .h2 .strong, .h2.strong,
.h2 strong, .h3 .strong, .h3.strong,
.h3 strong, .h4 .strong, .h4.strong,
.h4 strong, .h5 .strong, .h5.strong,
.h5 strong, .h6 .strong, .h6.strong,
.h6 strong {
  font-weight: var(---font-weight-heading-bold);
}

h1, .form__heading, .h1 {
  font-size: calc( 3rem * var(---font-adjust-heading));
}
@media only screen and (max-width: 1319px) {
  h1, .form__heading, .h1 {
    font-size: calc( 2.5rem * var(---font-adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  h1, .form__heading, .h1 {
    font-size: calc( 2rem * var(---font-adjust-heading));
  }
}

h2, .h2 {
  font-size: calc( 2.25rem * var(---font-adjust-heading));
}
@media only screen and (max-width: 1319px) {
  h2, .h2 {
    font-size: calc( 2rem * var(---font-adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: calc( 1.5rem * var(---font-adjust-heading));
  }
}

h3, .h3 {
  font-size: calc( 1.75rem * var(---font-adjust-heading));
}
@media only screen and (max-width: 1319px) {
  h3, .h3 {
    font-size: calc( 1.5rem * var(---font-adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: calc( 1.25rem * var(---font-adjust-heading));
  }
}

h4, .h4 {
  font-size: calc( 1.3125rem * var(---font-adjust-heading));
}
@media only screen and (max-width: 1319px) {
  h4, .h4 {
    font-size: calc( 1.28rem * var(---font-adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  h4, .h4 {
    font-size: calc( 1.25rem * var(---font-adjust-heading));
  }
}

h5, .h5 {
  font-size: calc( 1.1rem * var(---font-adjust-heading));
}
@media only screen and (max-width: 1319px) {
  h5, .h5 {
    font-size: calc( 1.05rem * var(---font-adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  h5, .h5 {
    font-size: calc( 1rem * var(---font-adjust-heading));
  }
}

h6, .h6 {
  font-size: calc( 1rem * var(---font-adjust-heading));
}
@media only screen and (max-width: 1319px) {
  h6, .h6 {
    font-size: calc( 0.9375rem * var(---font-adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  h6, .h6 {
    font-size: calc( 0.875rem * var(---font-adjust-heading));
  }
}

p img {
  margin: 0;
}

p a {
  color: inherit;
  text-decoration: underline;
}

em {
  font-style: italic;
}

b, strong {
  font-weight: var(---font-weight-body-bold);
}

small {
  font-size: calc( 0.75rem * var(---font-adjust-body));
}

sup, sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

.main-heading {
  font-size: calc( 3rem * var(---font-adjust-heading));
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--heading);
}
@media only screen and (max-width: 1319px) {
  .main-heading {
    font-size: calc( 2.5rem * var(---font-adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .main-heading {
    font-size: calc( 2rem * var(---font-adjust-heading));
  }
}

.main-subheading {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: calc( 1.3125rem * var(---font-adjust-body));
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
}
@media only screen and (max-width: 767px) {
  .main-subheading {
    font-size: calc( 1.25rem * var(---font-adjust-body));
  }
}

.section-header__subheading,
.subheading-text {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-size: calc( 0.875rem * var(---font-adjust-body));
  font-weight: var(---font-weight-body-medium);
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin: 15px 0 0;
  color: inherit;
}

.text-discounts {
  opacity: 0.7;
  font-size: calc( 0.875rem * var(---font-adjust-body));
}
.text-discounts .price {
  color: inherit;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

/*============================================================================
	#Helper Classes
==============================================================================*/
.text-light {
  color: #FFF;
}

.text-dark {
  color: #000;
}

.caps, .popout-list__option {
  text-transform: uppercase;
}

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media only screen and (min-width: 768px) {
  .large--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .large--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
.placeholder-svg, .placeholder-svg-filled {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  fill: var(--bg-lighten-darken-contrast);
}

.placeholder-svg-filled {
  background-color: var(--bg-lighten-darken);
}

.placeholder-svg--overlayed {
  position: relative;
}
.placeholder-svg--overlayed::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

.placeholder-bg {
  background-size: contain !important;
  background-position: center center !important;
}

.hide {
  display: none;
}

.visually-hidden, .fallback-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.is-transitioning {
  display: block !important;
  visibility: visible !important;
}

.one-hundred-height-hero {
  height: 100vh;
}

.seven-fifty-height-hero {
  height: 750px;
}

.sixty-fifty-height-hero {
  height: 650px;
}

.five-fifty-height-hero {
  height: 550px;
}

.four-fifty-height-hero {
  height: 450px;
}

.bg-pos-center-top {
  background-position: center top !important;
}

.bg-pos-center-center {
  background-position: center center !important;
}

.bg-pos-center-bottom {
  background-position: center bottom !important;
}

.bg-pos-left-center {
  background-position: left center !important;
}

.bg-pos-right-center {
  background-position: right center !important;
}

/**
 * Grid items
 * These will be used on Featured Collection, List collections, Related products
 */
.grid {
  display: grid;
  gap: var(--grid-gutter);
}
@media only screen and (min-width: 1024px) {
  .grid {
    grid-template-columns: var(--grid);
  }
}
@media only screen and (max-width: 1023px) {
  .grid {
    grid-template-columns: var(--grid-tablet);
  }
}
@media only screen and (max-width: 479px) {
  .grid {
    grid-template-columns: var(--grid-mobile);
  }
}
@media only screen and (min-width: 768px) {
  .grid .product-grid-item,
.grid .list-collections__item {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .grid--mobile-carousel {
    display: block;
    margin: 0 0 -30px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 calc(var(--gutter) - var(--grid-gutter)) calc(30px - var(--scrollbar-width)) var(--gutter);
    font-size: 0;
  }
  .grid--mobile-carousel .product-grid-item,
.grid--mobile-carousel .list-collections__item {
    display: inline-block;
    vertical-align: top;
    float: none;
    white-space: normal;
    margin-right: var(--grid-gutter);
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .grid--mobile-carousel {
    padding-left: var(--gutter-mobile);
    padding-right: calc(var(--gutter-mobile) - var(--grid-gutter));
  }
}

@media only screen and (max-width: 767px) {
  .grid__container {
    margin: 0;
    overflow: hidden;
  }
}

/**
 * Carousel items
 * These will be used on Featured Collection, List collections, Related products
 */
.carousel__container {
  margin: 0 calc(var(--gutter) * -1);
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .carousel__container {
    margin-left: calc(-1 * var(--gutter-mobile));
    margin-right: calc(-1 * var(--gutter-mobile));
  }
}

.carousel {
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .carousel {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
.carousel &gt; .flickity-viewport {
  overflow: initial;
}
.carousel .flickity-prev-next-button.next {
  right: calc(var(--gutter) / 2);
}
.carousel .flickity-prev-next-button.previous {
  left: calc(var(--gutter) / 2);
}

@media only screen and (max-width: 767px) {
  .carousel--inactive {
    display: block;
    margin: 0 0 -30px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 calc(var(--gutter) - var(--grid-gutter)) calc(30px - var(--scrollbar-width)) var(--gutter);
    font-size: 0;
  }
}
@media only screen and (max-width: 479px) {
  .carousel--inactive {
    padding-left: var(--gutter-mobile);
    padding-right: calc(var(--gutter-mobile) - var(--grid-gutter));
  }
}
@media only screen and (min-width: 768px) {
  .carousel--inactive .carousel__item {
    margin-left: calc(var(--grid-gutter) / 2);
    margin-right: calc(var(--grid-gutter) / 2);
  }
}

.carousel__item {
  width: calc(100% - var(--grid-gutter));
  display: inline-block;
  vertical-align: top;
  float: none;
  white-space: normal;
  margin-right: var(--grid-gutter);
}

@media only screen and (min-width: 1320px) {
  .one-whole {
    width: calc(var(--site-width) - var(--gutter)*2);
  }

  .one-half {
    width: calc((var(--site-width) - var(--gutter)*2)/2 - (var(--grid-gutter) / 2));
  }

  .one-third {
    width: calc((var(--site-width) - var(--gutter)*2)/3 - ((var(--grid-gutter) * 2) / 3));
  }

  .one-quarter {
    width: calc((var(--site-width) - var(--gutter)*2)/4 - ((var(--grid-gutter) * 3) / 4));
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1319px) {
  .one-whole {
    width: calc(100vw - var(--scrollbar-width) - var(--gutter) * 2 - var(--grid-gutter));
  }

  .one-half {
    width: calc((100vw - var(--scrollbar-width) - var(--gutter) * 2) * 0.5 - (var(--grid-gutter) / 2));
  }

  .one-third {
    width: calc((100vw - var(--scrollbar-width) - var(--gutter) * 2) * 0.3333 - ((var(--grid-gutter) * 2) / 3));
  }

  .one-quarter {
    width: calc((100vw - var(--scrollbar-width) - var(--gutter) * 2) * 0.25 - ((var(--grid-gutter) * 3) / 4));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .one-whole {
    width: calc((100vw - var(--gutter) * 2) - var(--grid-gutter));
  }

  .one-half,
.one-third,
.one-quarter {
    width: calc((100vw - var(--scrollbar-width) - var(--gutter) * 2) * 0.5 - (var(--grid-gutter) / 2));
  }
}
@media only screen and (max-width: 767px) {
  .carousel__item {
    min-width: 115px;
    margin-bottom: 0;
    padding: 0;
  }

  .one-whole {
    width: calc((100vw - var(--gutter) * 2) - var(--grid-gutter));
  }

  .one-half,
.one-third,
.one-quarter {
    width: calc((100vw - var(--scrollbar-width) - var(--gutter) * 2) * 0.5 - (var(--grid-gutter) / 2));
  }
}
@media only screen and (max-width: 479px) {
  .carousel__item {
    margin-left: 0;
    margin-right: var(--grid-gutter);
  }

  .mobile--one-whole {
    width: calc((100vw - var(--gutter) * 2) - var(--grid-gutter));
  }

  .mobile--one-half {
    width: calc((100vw - var(--scrollbar-width) - var(--gutter-mobile) * 2) * 0.45 - (var(--grid-gutter) / 2));
  }
}
/**
 * No JS
 */
.no-js .block-body,
.no-js .popup,
.no-js .lazyload,
.no-js .will-lazyload,
.no-js .slider__arrow,
.no-js .featured-image-section.lazyload,
.no-js .article-preview-image.lazyload,
.no-js .variant-wrapper {
  display: none !important;
}
.no-js .slider--zoom-out .item {
  opacity: 1;
}
.no-js .slide-background {
  height: 100%;
}
.no-js .site-header {
  color: var(--text) !important;
  background: var(--bg);
}
.no-js .site-header--loading {
  opacity: 1;
  overflow: visible;
}
.no-js .main-content {
  padding-top: 0;
}
.no-js .product-single__variants {
  display: inline-block;
}
.no-js .cart__update {
  display: block;
}
.no-js .site-header--transparent:not(.is-megamenu-open) .logo__image-link--other {
  display: block;
}
.no-js .site-header--transparent:not(.is-megamenu-open) .logo__image-link--home {
  display: none;
}
.no-js .cart__checkout {
  display: none;
}
.no-js .cart__checkout--no-js {
  display: block;
}
.no-js .acceptance__input:checked ~ .cart__buttons .cart__checkout {
  display: block;
}
.no-js .acceptance__input:checked ~ .cart__buttons .cart__checkout--no-js {
  display: none;
}
.no-js select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.no-js .product-single__variants {
  display: block;
  margin-bottom: 10px;
}
.no-js.ie11 .lazyload, .no-js.ie11 .article-preview-image.lazyload, .no-js.ie11 .variant-wrapper, .no-js.ie11 .cart__checkout, .no-js.ie11 .site-header--transparent:not(.is-megamenu-open) .logo__image-link--home, .no-js.ie11 .acceptance__input:checked ~ .cart__buttons .cart__checkout--no-js {
  display: block !important;
}
.no-js.ie11 .variant-wrapper, .no-js.ie11 .logo .logo__image-link.logo__image-link--home {
  display: none !important;
}
.no-js.ie11 .selector-wrapper, .no-js.ie11 .quantity__btn {
  display: none;
}
.no-js.ie11 .nav__item--has-megamenu {
  position: relative;
}
.no-js.ie11 ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.icon {
  fill: currentColor;
  display: inline-block;
}

.icon-arrow,
.icon-plus,
.icon-minus {
  width: 12px;
  height: 12px;
}

.icon-close {
  width: 40px;
  height: 40px;
}

.icon-shopping-bag {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  pointer-events: none;
}

.icon-filter {
  width: 20px;
  height: 13px;
}

.icon-hamburger {
  float: right;
  width: 18px;
}

.icon-play {
  width: 30px;
  height: 30px;
}

/*================ Forms ================*/
.hidden-label {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.form-vertical-wrapper {
  max-width: 480px;
  margin: 0 auto;
}

.form-vertical {
  margin-bottom: calc(var(--gutter) / 2);
}
.form-vertical input,
.form-vertical select,
.form-vertical button,
.form-vertical textarea {
  display: block;
  margin-bottom: 10px;
}
.form-vertical input[type=radio],
.form-vertical input[type=checkbox] {
  display: inline-block;
}

.form__heading {
  text-align: center;
  margin-bottom: 20px;
}

.form__item {
  padding: 0;
  border: 0;
  margin: 0 0 20px;
}
.form__item .selector-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.form__item .selector-wrapper .icon-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  padding: 0 20px;
  height: 100%;
  pointer-events: none;
}
.form__item select {
  margin: 0;
  width: 100%;
}

.form__item--radio,
.form__item--checkbox {
  margin: 20px 0;
}
.form__item--radio label,
.form__item--checkbox label {
  clear: both;
  display: block;
}
.form__item--radio span,
.form__item--checkbox span {
  display: block;
}

.form__item--checkbox + .form__item--checkbox {
  margin-top: -20px;
}

.form__item--submit {
  margin: 30px 0 0;
}

.form__label {
  display: block;
  margin: 0 0 10px;
}

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

.input--checkbox,
.input--radio {
  margin: 5px 8px 10px 0;
  float: left;
}

/*================ Error styles ================*/
input.error,
select.error,
textarea.error {
  border-color: var(--error-red);
  background-color: var(--input-bg);
  color: var(--error-red);
}

label.error {
  color: var(--error-red);
}

/*================ Input group ================*/
.input-group {
  position: relative;
  display: flex;
  border-collapse: separate;
}
.input-group .input-group__field:first-child,
.input-group .input-group__btn-wrapper:first-child,
.input-group .input-group__btn-wrapper:first-child &gt; .btn,
.input-group .input-group__btn-wrapper:first-child &gt; .shopify-payment-button__button--unbranded,
.input-group input[type=hidden]:first-child + .input-group__field,
.input-group input[type=hidden]:first-child + .input-group__btn-wrapper &gt; .btn,
.input-group input[type=hidden]:first-child + .input-group__btn-wrapper &gt; .shopify-payment-button__button--unbranded {
  border-radius: var(---radius) 0 0 var(---radius);
}
.input-group .input-group__field:last-child,
.input-group .input-group__btn-wrapper:last-child &gt; .btn,
.input-group .input-group__btn-wrapper:last-child &gt; .shopify-payment-button__button--unbranded {
  border-radius: 0 var(---radius) var(---radius) 0;
}
.input-group input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}

.input-group__field,
.input-group__btn-wrapper {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.input-group__field {
  width: 100%;
}

.input-group__btn-wrapper {
  position: relative;
  white-space: nowrap;
  padding: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

input {
  -webkit-appearance: none;
}

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
}

.product__form input,
.product__form textarea,
.product__form select,
#collection-sorting input,
#collection-sorting textarea,
#collection-sorting select {
  border: 1px solid var(--border);
}
.product__form input.spr-form-input-error, .product__form input.field-error,
.product__form textarea.spr-form-input-error,
.product__form textarea.field-error,
.product__form select.spr-form-input-error,
.product__form select.field-error,
#collection-sorting input.spr-form-input-error,
#collection-sorting input.field-error,
#collection-sorting textarea.spr-form-input-error,
#collection-sorting textarea.field-error,
#collection-sorting select.spr-form-input-error,
#collection-sorting select.field-error {
  border-color: var(--error-red);
}

/*============================================================================
	#Notes and Form Feedback
==============================================================================*/
.note,
.errors {
  border-radius: var(---radius);
  padding: 8px 12px;
  margin-bottom: calc(var(--gutter) / 2);
  border: 1px solid transparent;
  font-size: calc( 0.75rem * var(---font-adjust-body));
  text-align: center;
}
.note ul,
.note ol,
.errors ul,
.errors ol {
  margin: 0;
  list-style: none outside;
}
.note li:last-child,
.errors li:last-child {
  margin-bottom: 0;
}
.note p,
.errors p {
  margin-bottom: 0;
}

.errors {
  background-color: var(--error-red-bg);
}
.errors .input-group__field--email {
  color: var(--error-red);
  border-color: var(--error-red);
}

.form-success {
  color: var(--success-green);
  border-color: var(--success-green);
  font-size: 20px;
  padding: 20px;
}
.form-success a {
  color: inherit;
  text-decoration: underline;
}
.form-success a:hover {
  text-decoration: none;
}

.form-error,
.errors {
  color: var(--error-red);
  border-color: var(--error-red);
  clear: both;
}
.form-error a,
.errors a {
  color: var(--error-red);
  text-decoration: underline;
}
.form-error a:hover,
.errors a:hover {
  text-decoration: none;
}

/*
* Pagination
*/
.pagination {
  margin: var(--gutter) 0;
  text-align: center;
}
.pagination .prev,
.pagination .page,
.pagination .next {
  display: inline-block;
  line-height: 1.2;
}
.pagination a:not(.btn):not(.shopify-payment-button__button--unbranded) {
  display: block;
}
.pagination a:not(.btn):not(.shopify-payment-button__button--unbranded),
.pagination .page.current {
  padding: 8px;
}
.pagination .page.current {
  border-bottom: 1px solid var(--border);
}

.pagination__loading {
  padding-top: 40px;
  display: inline-block;
  background-image: var(---loading-svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
}

.dots--animated span {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.dots--animated span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.dots--animated span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/*================ Responsive Image ================*/
.responsive-image {
  position: relative;
  height: 0;
  min-height: 1px;
}
.responsive-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* Rich Text Editor
*/
.rte {
  margin-bottom: calc(var(--gutter) / 2);
  font-size: calc(1rem * var(---font-adjust-body));
}
.rte a:not(.btn):not(.shopify-payment-button__button--unbranded) {
  text-decoration: underline;
}
.rte h1, .rte .form__heading, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  margin-top: 2em;
}
.rte h1:first-child, .rte .form__heading:first-child, .rte h2:first-child, .rte h3:first-child, .rte h4:first-child, .rte h5:first-child, .rte h6:first-child {
  margin-top: 0;
}
.rte li {
  margin-bottom: 0.4em;
}
.text-center .rte ul,
.text-center .rte ol {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rte--header {
  margin-bottom: 0;
}

/*================ Basic Styles ================*/
html {
  scroll-behavior: smooth;
  --scroll-behavior: smooth;
}
html body {
  color: var(--text);
  background-color: var(--bg);
}
html body * {
  -webkit-font-smoothing: antialiased;
}

html,
body {
  background-color: var(--bg);
  min-height: 100%;
  min-width: 320px;
}

[tabindex="-1"]:focus {
  outline: none;
}

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

.wrapper {
  *zoom: 1;
  width: var(--site-width);
  margin: 0 auto;
  padding: 0 var(--gutter-mobile);
  max-width: 100%;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 480px) {
  .wrapper {
    padding: 0 var(--gutter);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    
  }
}
.wrapper--small {
  max-width: 840px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrapper--small {
    max-width: 100%;
  }
}

.main-content {
  display: block;
  overflow: initial;
  min-height: var(--content-min);
}
.has-transparent-header .main-content {
  padding-top: 0;
}
.main-content &gt; .shopify-section:not(.shopify-section--product):first-child:not(.transparent-header) {
  padding-top: var(--gutter);
}
.template-index .main-content &gt; .shopify-section:not(.shopify-section--product):first-child:not(.transparent-header) {
  padding-top: 0;
}

.page-block-sections {
  position: relative;
  top: calc(var(--gutter) * -1);
}

.template-collection .main-content,
.template-list-collections .main-content {
  padding-top: 0;
  padding-bottom: var(--gutter);
}

.section {
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
}

.section__heading {
  margin-bottom: var(--gutter);
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  padding: 10px var(--gutter);
  display: inline-block;
}
.section__heading + hr {
  width: 75px;
  margin: calc((var(--gutter) / -2) - 7px) auto calc(var(--gutter) / 2 + 5px);
}

.body--hide-spacer-lines hr {
  opacity: 0;
}

body.no-outline *:focus {
  outline: 0;
}

/*================ Section Headers ================*/
.section-header {
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-header {
    padding-top: calc(var(--gutter) / 2);
    padding-bottom: calc(var(--gutter) / 2);
  }
}

#PageContainer {
  background: inherit;
  will-change: initial;
}
.template-page #PageContainer {
  overflow: hidden;
}

.table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.table &gt; .product-grid-item__image {
  display: none;
}

.cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.cell img {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: var(--overlay);
  opacity: var(--overlay-opacity);
}

[data-collapsible-container] {
  position: relative;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  will-change: height;
  transition: opacity 0.3s ease, height 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
[data-collapsible-container].is-expanded {
  opacity: 1;
  overflow: unset;
  visibility: visible;
  transition: opacity 1s ease, height 0.5s ease;
}

[data-collapsible-content] {
  overflow: hidden;
  will-change: transform;
  transform: translateY(25px);
  transition: transform 0.5s ease;
}

.is-expanded &gt; [data-collapsible-content] {
  transform: translateY(0);
}

[data-collapsible-trigger],
[data-collapsible-trigger-mobile] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  cursor: pointer;
  min-width: 22px;
}
[data-collapsible-trigger] .icon,
[data-collapsible-trigger-mobile] .icon {
  position: absolute;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-collapsible-trigger] .icon-plus,
[data-collapsible-trigger-mobile] .icon-plus {
  transition: transform 0.3s ease;
}
[data-collapsible-trigger] .icon-minus,
[data-collapsible-trigger-mobile] .icon-minus {
  opacity: 0;
  transition: opacity 0.3s ease;
}
[data-collapsible-trigger].is-expanded &gt; .icon-plus,
[data-collapsible-trigger-mobile].is-expanded &gt; .icon-plus {
  transform: rotateX(90deg);
}
[data-collapsible-trigger].is-expanded &gt; .icon-minus,
[data-collapsible-trigger-mobile].is-expanded &gt; .icon-minus {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  [data-collapsible-container-mobile] {
    position: relative;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    will-change: height;
    transition: opacity 0.3s ease, height 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  [data-collapsible-container-mobile].is-expanded {
    opacity: 1;
    overflow: unset;
    visibility: visible;
    transition: opacity 1s ease, height 0.5s ease;
  }

  [data-collapsible-content-mobile] {
    transform: translateY(25px);
    transition: transform 0.5s ease;
  }

  .is-expanded &gt; [data-collapsible-content-mobile] {
    transform: translateY(0);
  }
}
/*
* Social sharing
*/
.product__social-sharing {
  margin-top: 40px;
  display: flex;
  line-height: 0;
}

.social-circle {
  display: inline-block;
  text-align: left;
  font-size: calc( 1.5rem * var(---font-adjust-body));
  margin-right: 15px;
  margin-left: 15px;
}
.social-circle .icon {
  width: 30px;
  height: 30px;
}
.social-circle:first-child {
  margin-left: 0;
}
.social-circle:last-child {
  margin-right: 0;
}

/*================ VENDOR ================*/
/**
* Swatches Styles
*/
.swatch {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -5px;
}
@media only screen and (min-width: 1024px) {
  .text-center .swatch {
    justify-content: center;
  }
}

.swatch__element {
  position: relative;
  display: block;
  z-index: auto;
  margin: 5px;
  width: var(--swatch-size);
  height: var(--swatch-size);
}
.swatch__element::after {
  content: attr(data-value);
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
  background: var(--bg);
  color: var(--text);
  padding: 2px 5px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--border);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.15s ease, opacity 0.15s ease, visibility 0s linear 0.15s;
  font-size: calc( 0.6875rem * var(---font-adjust-body));
  transform: translateY(50%);
}
.collection__filter-tag--swatch .swatch__element::after {
  content: none;
}
.swatch__element:hover {
  z-index: 5;
}
.swatch__element:hover::after {
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear 0s;
  transform: translateY(0);
}

.swatch__input {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
.swatch__input:checked + .swatch__label .swatch__color {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: 3px;
}
.swatch__input:checked + .swatch__label .swatch__color::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0s linear 0s;
}

.swatch__label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.soldout .swatch__label {
  opacity: 0.6;
}

.swatch__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #DDD;
  background-color: #DDD;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: width 0.2s ease, height 0.2s ease, margin 0.2s ease;
}
.swatch__color::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}
.swatch__color[class*=white] {
  box-shadow: inset 0 0 0 1px var(--border);
}
.swatch__color[class*=white]::after {
  border-color: var(--border);
}

.swatch__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  font-style: normal;
  line-height: 0;
  text-indent: -100%;
  overflow: hidden;
}

.product-grid-item__swatch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.product-grid-item__swatch .swatch__element {
  width: 12px;
  height: 12px;
  margin: 0 3px 6px;
}

.popout {
  position: relative;
}

.popout__toggle {
  position: relative;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  padding: 10px 60px 10px 20px;
  white-space: nowrap;
  border: 1px solid var(--border);
  border-radius: var(---radius);
  background: var(--input-bg);
  font-size: calc( 0.75rem * var(---font-adjust-body));
}
.popout__toggle .icon-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  padding: 0 20px;
  height: 100%;
}

.popout-list {
  background-color: var(--input-bg);
  border: 1px solid var(--border);
  border-radius: var(---radius) var(---radius);
  bottom: 100%;
  min-width: 100%;
  position: absolute;
  margin: 0 0 5px;
  padding: 5px 0;
  min-height: 30px;
  max-height: 300px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.15s ease, z-index 0.15s, visibility 0s linear 0.15s;
}

.popout-list--visible {
  opacity: 1;
  visibility: visible;
  z-index: 5;
  transition: opacity 0.3s ease, z-index 0s, visibility 0s linear 0s;
}

.popout-list__item {
  white-space: nowrap;
  padding: 0;
  margin: 0;
  text-align: left;
}

.popout-list__option {
  padding: 8px 15px 8px 15px;
  width: 100%;
  display: block;
  opacity: 0.7;
  font-size: calc( 0.75rem * var(---font-adjust-body));
}
.popout-list__option:hover {
  opacity: 1;
}

.popout-list__item--current .popout-list__option {
  opacity: 1;
}

.popout--footer {
  display: flex;
  justify-content: center;
  margin-bottom: -5px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .popout--footer {
    justify-content: flex-start;
  }
}
.popout--footer .popout {
  margin-right: 5px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .popout--footer .popout {
    margin-left: 0;
    margin-right: 10px;
  }
}
.popout--footer .popout__toggle {
  color: var(--text);
  background-color: var(--bg);
  border-radius: var(---radius-small);
  padding: 8px 52px 8px 15px;
}
.popout--footer .popout__toggle .icon-arrow {
  width: 42px;
  padding: 0 15px;
}
.popout--footer .popout-list {
  background-color: var(--bg);
  border-radius: var(---radius-small);
}
.popout--footer .popout-list__option,
.popout--footer .popout--footer .popout__toggle::after {
  color: var(--text);
}
.popout--footer .popout-list__item--current .popout-list__option span {
  border-bottom: 1px solid var(--border);
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-viewport {
  transition: height 0.2s ease;
}

.flickity-button {
  background-color: transparent;
}

.flickity-button:disabled {
  opacity: 0;
}

.flickity-page-dots .dot {
  border: 2px solid var(--text);
  background-color: transparent;
}

.flickity-button-icon {
  display: none;
}

.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  color: var(--text);
  background: var(--bg);
  box-shadow: inset 0 0 0 1px var(--text);
  opacity: 1;
  transition: opacity 0.2s ease;
  overflow: hidden;
  border-radius: 50%;
}
.flickity-prev-next-button:hover {
  background: var(--bg);
}
.flickity-prev-next-button.previous {
  left: -30px;
}
.flickity-prev-next-button.next {
  right: -30px;
}
.flickity-prev-next-button.previous::before, .flickity-prev-next-button.previous::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: currentColor;
  transition: all 1s;
  left: calc(50% - 30px);
}
.flickity-prev-next-button.previous::before {
  top: calc(50% - 2px/2);
  transform: rotate(45deg) translate(50%, -50%);
}
.flickity-prev-next-button.previous::after {
  bottom: calc(50% - 2px/2);
  transform: rotate(-45deg) translate(50%, 50%);
}
.flickity-prev-next-button.next::before, .flickity-prev-next-button.next::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: currentColor;
  transition: all 1s;
  right: calc(50% - 30px);
}
.flickity-prev-next-button.next::before {
  top: calc(50% - 2px/2);
  transform: rotate(calc(180deg - 45deg)) translate(50%, 50%);
}
.flickity-prev-next-button.next::after {
  bottom: calc(50% - 2px/2);
  transform: rotate(calc(180deg + 45deg)) translate(50%, -50%);
}

@media only screen and (max-width: 479px) {
  .flickity-prev-next-button {
    width: 40px;
    height: 40px;
  }
  .flickity-prev-next-button.previous {
    left: -20px;
  }
  .flickity-prev-next-button.next {
    right: -20px;
  }
  .flickity-prev-next-button.previous::before, .flickity-prev-next-button.previous::after {
    width: 20px;
    left: calc(50% - 20px);
  }
  .flickity-prev-next-button.next::before, .flickity-prev-next-button.next::after { 
    width: 20px;
    right: calc(50% - 20px);
  }
}

.touch .flickity-prev-next-button:not(:disabled),
.flickity-enabled:hover .flickity-prev-next-button:not(:disabled) {
  opacity: 1;
}

/*================ Magnific Popup ================*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: var(--bg);
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  overflow: auto;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close .icon-close {
  pointer-events: none;
  transition: transform 0.25s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  background-image: none;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 68px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow * {
  pointer-events: none;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -50px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}

.mfp-black {
  background: black;
  opacity: 1;
}

.mfp-close.mfp-white {
  opacity: 1 !important;
}
.mfp-close.mfp-white .mfp-icon-x {
  color: white !important;
  opacity: 1;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 60px 0;
  margin: 0 auto;
  cursor: default;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  border-right: none !important;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: none !important;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: none !important;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: none !important;
}

.mfp-chevron.mfp-chevron-left:before {
  transform: rotate(-135deg);
}

.mfp-chevron.mfp-chevron-right:before {
  transform: rotate(45deg);
}

.mfp-chevron:before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 25px;
  width: 25px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
  color: var(--text);
}

.mfp-icon-x {
  font-size: 30px;
  color: var(--text) !important;
  position: relative;
  z-index: -1;
  pointer-events: none;
  display: block;
}

button.mfp-close {
  font-size: 0;
  line-height: 0;
  font-style: normal;
  text-indent: -100%;
  overflow: hidden;
  background-image: var(---icon-close);
  background-position: center center;
}

.mfp-preloader {
  font-size: 0;
  line-height: 0;
  text-indent: -100%;
  overflow: hidden;
  background: var(---loading-svg) no-repeat center center;
  background-size: 64px auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.mfp-close:active {
  top: 0;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: inherit;
  right: -10px;
  padding-right: 0;
  opacity: 1;
}

.mfp-gallery .mfp-container {
  padding: 0;
  background: #FFF;
}
.mfp-gallery .mfp-container::before {
  content: none;
}
.mfp-gallery .mfp-content,
.mfp-gallery .mfp-figure {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.mfp-gallery img.mfp-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mfp-gallery .mfp-close {
  margin: 10px;
  padding: 4px;
  color: inherit;
  background: none;
  text-indent: 0;
  opacity: 1;
}
.mfp-gallery .mfp-close .icon-close {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .mfp-gallery .mfp-zoom-in-cur {
    cursor: zoom-in;
  }
}

.mfp-arrow--left {
  left: 0;
}

.mfp-arrow--right {
  right: 0;
}

.mfp-arrow--left .icon-css-arrow::before, .mfp-arrow--left .icon-css-arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--text);
  transition: all 1s;
  left: calc(50% - 10px);
}
.mfp-arrow--left .icon-css-arrow::before {
  top: calc(50% - 2px/2);
  transform: rotate(45deg) translate(50%, -50%);
}
.mfp-arrow--left .icon-css-arrow::after {
  bottom: calc(50% - 2px/2);
  transform: rotate(-45deg) translate(50%, 50%);
}

.mfp-arrow--right .icon-css-arrow::before, .mfp-arrow--right .icon-css-arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--text);
  transition: all 1s;
  right: calc(50% - 10px);
}
.mfp-arrow--right .icon-css-arrow::before {
  top: calc(50% - 2px/2);
  transform: rotate(calc(180deg - 45deg)) translate(50%, 50%);
}
.mfp-arrow--right .icon-css-arrow::after {
  bottom: calc(50% - 2px/2);
  transform: rotate(calc(180deg + 45deg)) translate(50%, -50%);
}

/* Shopify Model Viewer UI */
.shopify-model-viewer-ui {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.shopify-model-viewer-ui model-viewer {
  transform: translateZ(0);
  z-index: 1;
}

.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
  pointer-events: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: block;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover .shopify-model-viewer-ui__controls-area,
.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused .shopify-model-viewer-ui__controls-area {
  opacity: 1;
}

.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop) .shopify-model-viewer-ui__controls-area {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  display: flex;
  flex-direction: column;
  background: var(--bg);
  opacity: 0;
  border: 1px solid var(--text-alpha-5);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: opacity 0.1s linear;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--text);
  border-radius: 0;
  border: none;
  margin: 0px;
  cursor: pointer;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
  outline: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
  padding: 0px;
  height: 44px;
  width: 44px;
  background: transparent;
  position: relative;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: var(--text-alpha-55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: var(--text-alpha-55);
  background: var(--text-alpha-5);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  position: absolute;
  content: "";
  border-bottom: 1px solid var(--text-alpha-5);
  width: 28px;
  bottom: 0px;
  right: 8px;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
  width: 44px;
  height: 44px;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: var(--bg);
  position: absolute;
  border: 1px solid var(--text-alpha-5);
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate3d(-50%, -50%, 0);
  height: 62px;
  width: 62px;
  z-index: 1;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: var(--text-alpha-55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
  width: 60px;
  height: 60px;
  z-index: 1;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: block;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* Plyr video UI */
.plyr.plyr--full-ui.plyr--video {
  color: var(--text);
  background-color: transparent;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video .plyr__poster {
  background-color: var(--bg);
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: var(--bg);
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: var(--bg);
}
.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: var(--bg);
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: var(--bg);
}
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: var(--bg);
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: var(--bg);
}
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: var(--bg);
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: var(--bg);
  border-color: var(--text-alpha-5);
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: var(--text-alpha-55);
}
.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: var(--bg);
  border-color: var(--text-alpha-5);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--bg);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--bg);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--bg);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), var(--text-alpha-60) var(--value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
  background-color: var(--text-alpha-60);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
  background-color: var(--text-alpha-60);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px var(--text-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px var(--text-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px var(--text-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px var(--text-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px var(--text-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px var(--text-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(--text);
  color: var(--bg);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: var(--text);
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, var(--text-alpha-60) 25%, transparent 25%, transparent 50%, var(--text-alpha-60) 50%, var(--text-alpha-60) 75%, transparent 75%, transparent);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
  color: var(--bg);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--text);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--text);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--text);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), var(--bg-alpha-60) var(--value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track, .plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: var(--bg-alpha-60);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px var(--bg-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px var(--bg-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px var(--bg-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px var(--bg-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px var(--bg-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px var(--bg-alpha-25);
}

video::-webkit-media-controls-panel {
  display: flex !important;
  opacity: 1 !important;
}

/**
* Product Reviews
*/
.product__badge {
  font-size: calc( 0.9rem * var(---font-adjust-body));
}
.product__badge .yotpo .text-m {
  margin-left: 10px;
  font-size: inherit;
  line-height: calc(1.3125rem * var(---font-adjust-body)*26px);
  display: inline-block;
}
.mfp-content .product__badge .yotpo .text-m {
  display: none;
}
.product__badge .yotpo-stars {
  margin-top: 5px;
}

.product__price-and-badge .yotpo .yotpo-icon,
.product__price-and-badge .spr-icon {
  line-height: calc(1.3125rem * var(---font-adjust-body)*26px);
}

.product__badge--grid {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}
.product__badge--grid .shopify-product-reviews-badge,
.product__badge--grid .yotpo.bottomLine:not([data-yotpo-element-id]) {
  height: 26px;
}
.product__badge--grid .spr-badge {
  margin: 4px 0 0;
}
.product__badge--grid .spr-badge-caption {
  display: none;
}
.product__badge--grid .spr-badge-starrating {
  font-size: calc( 0.72rem * var(---font-adjust-body));
}
.product__badge--grid .standalone-bottomline {
  margin-top: 5px;
  margin-bottom: 4px;
}
.product__badge--grid .yotpo form,
.product__badge--grid .yotpo a,
.product__badge--grid .yotpo .yotpo-label,
.product__badge--grid .yotpo .yotpo-messages,
.product__badge--grid .yotpo .yotpo-small-box,
.product__badge--grid .yotpo .yotpo-nav-content,
.product__badge--grid .yotpo .yotpo-default-button {
  display: none !important;
}
.product__badge--grid .yotpo .standalone-bottomline .star-clickable {
  cursor: default;
}

.product__badge--yotpo .yotpo-stars {
  margin-top: 0;
}

.product__reviews .yotpo .yotpo-icon {
  font-size: calc(1rem * var(---font-adjust-body));
}
.product__reviews .yotpo .yotpo-icon.yotpo-icon-thumbs-up,
.product__reviews .yotpo .yotpo-icon.yotpo-icon-thumbs-down,
.product__reviews .yotpo .yotpo-icon.yotpo-icon-share,
.product__reviews .yotpo .yotpo-icon.yotpo-icon-three-lines {
  color: var(--text);
}
.product__reviews .yotpo .yotpo-icon-star,
.product__reviews .yotpo .yotpo-icon-empty-star,
.product__reviews .yotpo .yotpo-sum-reviews {
  line-height: 26px;
}
.product__reviews .yotpo .yotpo-logo-link-new {
  display: flex;
  align-items: center;
}
.product__reviews .yotpo .yotpo-mandatory-mark {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  line-height: 26px;
}
.product__reviews .yotpo .yotpo-default-button.yotpo-submit {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-size: calc(1rem * var(---font-adjust-body));
  border-radius: var(---radius);
}
.product__reviews .yotpo .yotpo-text-box {
  margin: 0;
}
.product__reviews .yotpo .yotpo-first-review {
  margin: 0;
}
.product__reviews .yotpo .yotpo-default-button {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-size: calc(1rem * var(---font-adjust-body));
  background-color: #2F84ED;
  line-height: 26px;
}
.product__reviews .yotpo .main-widget,
.product__reviews .yotpo .font-color-gray {
  color: var(--text);
  font-size: calc(1rem * var(---font-adjust-body));
  line-height: 26px;
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
}
.product__reviews .yotpo .form-group .form-element {
  margin-top: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product__reviews .yotpo .form-group .form-element .y-input {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-size: calc(1rem * var(---font-adjust-body));
  line-height: 26px;
  border-radius: var(---radius);
  background: var(--input-bg);
  color: var(--text);
  padding: 13px 20px;
  height: auto;
  max-height: 54px;
  margin: 0;
  overflow: hidden;
}
.product__reviews .yotpo .form-group .form-element .y-label {
  padding: 0 7px 5px 0;
  line-height: 26px;
}
.product__reviews .yotpo .write-review .yotpo-header {
  margin-bottom: 0;
}
.product__reviews .yotpo .write-review .yotpo-header .yotpo-header-title {
  font-size: calc(1rem * var(---font-adjust-body));
}
.product__reviews .yotpo .write-review .yotpo-submit {
  margin-top: 25px !important;
}
.product__reviews .yotpo .write-review .connect-wrapper .form-element .y-input {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-size: calc(1rem * var(---font-adjust-body));
  line-height: 26px;
  color: var(--text);
  padding: 13px 20px;
  height: auto;
  max-height: 54px;
  overflow: hidden;
  background: var(--input-bg);
  border-radius: var(---radius);
}
.product__reviews .yotpo .write-review-content .yotpo-mandatory-mark,
.product__reviews .yotpo .yotpo-review-wrapper {
  line-height: 26px;
}
.product__reviews .yotpo .footer-actions {
  line-height: inherit;
}
.product__reviews .yotpo .yotpo-small-box {
  padding: 0;
  border-bottom-color: var(--border);
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .write-review .socialize-wrapper .yotpo-or {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-size: calc(1rem * var(---font-adjust-body));
  color: var(--text);
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-main, .product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-footer {
  line-height: 26px;
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-footer .footer-actions {
  margin-bottom: 0;
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse {
  border: none;
  background: none;
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category:hover {
  background: var(--text-alpha-8);
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-icon.yotpo-icon-write {
  color: var(--text);
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-bottomline .yotpo-stars {
  vertical-align: middle;
  line-height: 26px;
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-bottomline.yotpo-bottomline-2-boxes {
  height: auto;
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 {
  font-size: calc(1rem * var(---font-adjust-body));
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-bottomline span.yotpo-stars {
  font-size: calc(1rem * var(---font-adjust-body));
  padding-bottom: 0;
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-label .yotpo-logo-title {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-size: calc(1rem * var(---font-adjust-body));
  color: var(--text);
  line-height: 26px;
  margin-top: 0;
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-label .yotpo-icon-btn-big {
  padding: 5px;
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-icon-btn {
  background-color: var(--bg);
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-icon-btn .yotpo-icon {
  color: var(--text);
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline .yotpo-sum-reviews {
  vertical-align: middle;
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline .yotpo-icon-star, .product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline .yotpo-icon-half-star, .product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: calc(1rem * var(---font-adjust-body));
}
.product__reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline .based-on {
  padding-top: 0;
}
.product__reviews .yotpo .yotpo-nav-wrapper span {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
}
.product__reviews .yotpo .yotpo-nav .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-size: calc(1rem * var(---font-adjust-body));
  border-bottom: none;
}
.product__reviews .yotpo .yotpo-nav .yotpo-nav-tab.yotpo-active span {
  color: var(--text);
  font-size: calc(1rem * var(---font-adjust-body));
  line-height: 26px;
}
.product__reviews .yotpo .yotpo-regular-box {
  margin: 0;
  padding: 25px 0 8px;
  border-top: 0;
}
.product__reviews .yotpo .yotpo-regular-box:last-child {
  padding-bottom: 14px;
  line-height: 26px;
}
.product__reviews .yotpo .yotpo-regular-box .yotpo-header .yotpo-mandatory-explain {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-size: calc(1rem * var(---font-adjust-body));
  line-height: 26px;
  color: var(--text);
  margin-bottom: 0;
}
.product__reviews .yotpo .y-label,
.product__reviews .yotpo span.y-label {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-size: calc(1rem * var(---font-adjust-body));
  line-height: 26px;
  padding: 25px 7px 5px 0;
  color: var(--text);
}
.product__reviews .yotpo .yotpo-review .yotpo-header .yotpo-review-stars {
  margin-top: 0;
}
.product__reviews .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
  top: 7px;
  left: 0;
  line-height: 26px;
}
.product__reviews .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label {
  font-size: inherit;
}
.product__reviews .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: var(--text);
  font-size: calc(1rem * var(---font-adjust-body));
}
.product__reviews .yotpo .yotpo-review .yotpo-main .content-title,
.product__reviews .yotpo .yotpo-review .yotpo-main .content-review {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  color: var(--text);
  font-size: calc(1rem * var(---font-adjust-body));
  line-height: inherit;
}
.product__reviews .yotpo .yotpo-review .yotpo-footer,
.product__reviews .yotpo .yotpo-review .yotpo-footer .y-label {
  color: var(--text);
}
.product__reviews .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars {
  vertical-align: middle;
}
.product__reviews .yotpo .write-review .connect-wrapper .form-element .form-input-error,
.product__reviews .yotpo .write-review .yotpo-header .y-label .form-input-error,
.product__reviews .yotpo .write-review .submit-button .form-input-error,
.product__reviews .yotpo .form-group .form-element .form-input-error {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-size: calc(1rem * var(---font-adjust-body));
  color: var(--error-red);
  line-height: inherit;
}
.product__reviews .yotpo #write-review-tabpanel-main-widget {
  padding-top: 0;
}
.product__reviews .write-review-button {
  margin-bottom: 15px;
  border-radius: var(---radius-small);
  border: solid 1px var(--border);
}
.product__reviews .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars,
.product__reviews .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars {
  vertical-align: middle;
  padding-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .product__reviews .spr-button,
.product__reviews .spr-button-primary {
    width: 100%;
  }
  .product__reviews .spr-summary-actions {
    display: block;
    margin-top: 15px;
  }
}

.shopify-product-reviews-badge,
.yotpo.bottomLine:not([data-yotpo-element-id]) {
  display: block;
  min-width: 22px;
  height: 28px;
  background-image: var(---loading-svg);
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.reviews-fake {
  display: none !important;
}

.spr-header-title,
.spr-review-header-title,
.spr-review-header-byline,
.spr-review-header-byline strong {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
}

.spr-review-header-byline {
  font-style: normal !important;
}

.spr-button-primary {
  outline: 0;
}
.product__form .spr-button-primary {
  border: 0;
}

.spr-badge[data-rating="0.0"] {
  display: none;
}

#shopify-product-reviews {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 1em 0;
  text-align: left;
}
#shopify-product-reviews .spr-container {
  border: none;
  padding: 0;
}
#shopify-product-reviews .spr-header-title,
#shopify-product-reviews .spr-summary {
  text-align: left;
}

/*================ MODULES ================*/
/*================ Announcement Bar ================*/
.top-bar {
  position: relative;
  z-index: 100;
  width: 100%;
  min-width: 32px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
}
.top-bar a {
  color: inherit;
  text-decoration: underline;
}

.top-bar__slide {
  width: 100%;
  line-height: 1;
  padding: 5px 0;
  /*
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;*/
}

.ie11-error-message {
  font-weight: var(---font-weight-body-bold);
  font-size: calc( 1.25rem * var(---font-adjust-body));
  text-align: center;
  display: none;
}
.ie11 .ie11-error-message {
  display: block;
}

/*================ Site Header ================*/
#shopify-section-header {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
}
.has-scrolled #shopify-section-header.header--sticky {
  position: fixed;
  top: 0;
  height: 60px !important;
}
#shopify-section-header.header--relative {
  position: relative;
}

.site-header {
  width: 100%;
  background-color: var(--bg);
  color: #fff;/*var(--text);*/
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
  transition: color 0.2s ease, background 0.2s ease;
}
.site-header &gt; .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: inherit;
}
.site-header a {
  text-decoration: none;
}

.site-header--transparent:not(.is-megamenu-open) {
  background: transparent;
}
.site-header--transparent:not(.is-megamenu-open) .logo__image-link--other {
  display: none;
}
.site-header--transparent:not(.is-megamenu-open) .logo__image-link--home,
.site-header--transparent:not(.is-megamenu-open) .logo__image-link--single {
  display: block;
}
.site-header--transparent:not(.is-megamenu-open)[data-text-color=black] {
  color: #000;
}
.site-header--transparent:not(.is-megamenu-open)[data-text-color=white] {
  color: #FFF;
}

.site-header--loading {
  overflow: hidden;
  opacity: 0;
}

.has-scrolled .site-header--fixed {
  height: 60px !important;
  -webkit-animation: showCompactHeader 0.3s ease;
          animation: showCompactHeader 0.3s ease;
}
.has-scrolled.hide-header .site-header--fixed {
  -webkit-animation: hideCompactHeader 0.3s;
          animation: hideCompactHeader 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.logo {
  position: relative;
  z-index: 1;
  text-align: left;
  margin: 0;
  max-width: calc(100% - 120px);
  display: flex;
  align-items: center;
  font-size: calc( 1.125rem * var(---font-adjust-heading));
  line-height: 1.3;
  color: inherit;
}
.has-scrolled .logo {
  margin-top: 0;
  margin-bottom: 0;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .logo {
    position: relative;
  }
}
@media only screen and (max-width: 479px) {
  .logo {
    max-width: calc(100% - 124px);
  }
}

.logo__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.logo__image-link {
  position: relative;
  color: inherit;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.logo__image-link svg {
  width: 100%;
  max-width: 300px;
}
.logo__image-link--home {
  display: none;
}

.logo__image-link--other,
.logo__image-link--single {
  display: block;
}

.logo__text-link {
  color: inherit;
}

.logo__image-push {
  display: block;
  height: 0;
}

@media only screen and (max-width: 479px) {
  .logo__text-link--has-image {
    display: none;
  }
}

.cart__toggle {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
  font-size: calc( 0.875rem * var(---font-adjust-body));
}
@media only screen and (max-width: 1023px) {
  .cart__toggle {
    margin-right: -10px;
  }
}

.inline-parenthesis {
  display: inline-block;
}

/*================ Site nav and Dropdowns ================*/
@media only screen and (max-width: 1023px) {
  #header-navigation-section,
  #NavStandard {
    display: none !important;
  }
}

.nav {
  font-size: calc(1rem * var(---font-adjust-body));
  cursor: default;
  margin: 0 0 0 calc(var(--gutter) / -2);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: var(---font-weight-body-medium);
}
@media only screen and (min-width: 768px) {
  .nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding-right: var(--gutter);
  }
  .fixed [data-scroll-lock-filled-gap=true] .nav {
    margin-right: var(--scrollbar-width);
  }
}

@media only screen and (min-width: 768px) {
  .site-header--nav-center .nav--default {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding-left: calc(var(--gutter) - 10px);
    padding-right: calc(var(--gutter) - 10px);
  }
}

.nav__item {
  display: flex;
  align-items: center;
  margin: 0;
  z-index: 1;
}

.nav__item--default {
  margin: 0 10px;
}
.nav--compress .nav__item--default {
  display: none;
}

.nav__item--has-items {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
.nav__item--has-items:hover {
  z-index: 3;
}

.nav__item--has-megamenu {
  position: static;
}
.nav__item--has-megamenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.nav__item--has-megamenu:hover {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 0;
}
.nav__item--has-megamenu:hover::before {
  pointer-events: all;
  visibility: visible;
}


.nav__item--icon .icon {
  width: 24px;
  height: 24px;
  fill: #000;
}

.nav__link {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0;
  white-space: nowrap;
  color: inherit;
  font-family: var(---font-stack-heading);
  font-size: 24px;
}
@media only screen and (max-width: 1023px) {
  .nav__link {
    padding: 15px 20px;
  }
}

/*================ Dropdowns ================*/
.dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 180px;
  max-width: 320px;
  background: var(--bg);
  color: var(--text);
  line-height: 22px;
  margin: 0;
  border-radius: var(---radius-dropdown);
  border: 1px solid var(--border);
  text-align: left;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease, visibility 0s linear 0.1s;
}
.dropdown::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
}
.dropdown:hover {
  pointer-events: all;
}

.dropdown--open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.15s ease, visibility 0s linear 0s;
}

.dropdown--level-2--right {
  left: auto;
  right: 6px;
}

.dropdown--level-3 {
  position: absolute;
  top: -11px;
  left: 100%;
  border-radius: var(---radius-dropdown);
  border: 1px solid var(--border);
  padding: 10px 0;
}

.dropdown--level-3--left {
  left: auto;
  right: 100%;
}

.dropdown--has-image {
  display: flex;
  padding: 20px 0;
  max-width: 540px;
}
.dropdown--has-image .dropdown__item--level-3 {
  width: auto;
}

.dropdown--has-image--reversed {
  flex-direction: row-reverse;
}

.dropdown__image {
  width: 240px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.dropdown__image--left {
  border-right: 1px solid var(--border);
}

.dropdown__image--right {
  border-left: 1px solid var(--border);
}

.dropdown__image--no-links {
  border-left: 0;
  border-right: 0;
}

.dropdown__image-container {
  position: relative;
  min-height: 1px;
  height: 0;
  padding-top: 100%;
}

.dropdown__image-container--placeholder {
  position: relative;
  overflow: hidden;
}
.dropdown__image-container--placeholder .placeholder-svg, .dropdown__image-container--placeholder .placeholder-svg-filled {
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown__image-container--placeholder .placeholder-svg-filled {
  display: block;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  max-width: 200%;
  max-height: 200%;
  transform: translate(-50%, -50%);
}

.dropdown__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.dropdown__links {
  margin: 0;
  padding: 10px 0;
  font-size: calc( 0.8rem * var(---font-adjust-body));
  display: flex;
  flex-wrap: wrap;
}
.dropdown__links .icon-arrow {
  transform: rotate(-90deg);
}

.dropdown__links--has-image {
  margin-top: -14px;
  overflow: hidden;
}

.dropdown__item {
  display: block;
  width: 220px;
  margin: 0;
}

.dropdown__item--has-items {
  position: relative;
  padding-right: 38px;
}

.dropdown__item--collapsible {
  background: var(--bg);
  padding-right: 50px;
  margin: 2px 0;
}

.dropdown__trigger {
  position: relative;
  cursor: pointer;
  color: inherit;
  padding: 0 8px;
  margin: 0 0 0 auto;
}
.dropdown__trigger .icon-arrow {
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
  fill: var(--accent);
}

.dropdown__trigger--level-1 {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 22px;
  margin-right: -4px;
}

.dropdown__trigger--level-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease;
}
.dropdown__item--level-2:hover .dropdown__trigger--level-2 {
  transform: translateX(4px);
}

.dropdown__trigger--collapsible {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 38px;
}
.dropdown__trigger--collapsible .icon {
  font-size: calc( 1.125rem * var(---font-adjust-body));
}

.dropdown__link {
  display: block;
  padding: 2px 10px;
  font-family: var(---font-stack-heading);
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  transition: all .3s ease;
}
.dropdown__link:hover {
  color: var(--accent);
}
.dropdown__link--image {
  padding: 0;
}

.dropdown__links-container {
  width: 100%;
}
.dropdown__links-container .dropdown__link--level-3 {
  padding: 6px 20px 6px 30px;
}

/* Mega menu */
.megamenu {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 100%;
  z-index: -1;
  text-align: left;
  color: inherit;
  background: var(--bg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s ease, visibility 0s linear 0.15s;
  max-height: calc(85vh - 60px);
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
}

.megamenu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.15s ease, visibility 0s linear 0s;
}
.megamenu--open .megamenu__links--level-2 {
  -webkit-animation-name: menuFadeIn;
          animation-name: menuFadeIn;
}

.megamenu-inner {
  display: grid;
  grid-template-columns: var(--megamenu-grid);
  padding: 30px 0;
  gap: var(--grid-gutter);
}

.megamenu__links {
  list-style: none;
  margin: 0;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.megamenu__links--level-2 {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.megamenu__links--level-2:nth-child(4n+1) {
  -webkit-animation-delay: calc(1s * 0.08);
          animation-delay: calc(1s * 0.08);
}
.megamenu__links--level-2:nth-child(4n+2) {
  -webkit-animation-delay: calc(2s * 0.08);
          animation-delay: calc(2s * 0.08);
}
.megamenu__links--level-2:nth-child(4n+3) {
  -webkit-animation-delay: calc(3s * 0.08);
          animation-delay: calc(3s * 0.08);
}
.megamenu__links--level-2:nth-child(4n+4) {
  -webkit-animation-delay: calc(4s * 0.08);
          animation-delay: calc(4s * 0.08);
}

.megamenu__link--heading {
  color: inherit;
  font-size: calc( 0.875em * var(---font-adjust-body));
  margin-bottom: 20px;
  line-height: 22px;
  display: inline-flex;
}

.megamenu__links--level-3 {
  text-transform: none;
  letter-spacing: 0;
  font-weight: var(---font-weight-body);
}

.megamenu__item--level-3 {
  margin-bottom: 0;
}

.megamenu__links--large {
  font-size: calc( 2.25rem * var(---font-adjust-body));
  font-weight: var(---font-weight-body-medium);
  line-height: 1.2;
}
.megamenu__links--large .megamenu__item--level-3 {
  margin-bottom: 14px;
}

.megamenu__image {
  display: block;
}

.megamenu__image-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Nav icons */
.nav__icons {
  display: flex;
  align-items: center;
  margin: 0 -4px 0 0;
}
@media only screen and (min-width: 768px) {
  .site-header--nav-center .nav__icons {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: var(--gutter);
  }
}

.nav__item--icons {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
  padding: 0;
}

.nav__link--icon {
  height: 24px;
  display: flex;
  align-items: center;
}
.nav__link--icon svg {
  fill: #000;
  width: 25px;
}
.cart__toggle  svg {
  width: 30px;
}
.nav--compress .nav__link--icon {
  padding: 6px 10px;
  vertical-align: middle;
  height: auto;
}

/* Compressed nav */
.nav__item--compress {
  display: none;
  align-items: center;
  justify-content: flex-end;
}
.nav--compress .nav__item--compress {
  display: flex;
}

.mobile-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  padding-left: 10px;
}
@media only screen and (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu__toggle,
.cart__toggle {
  color: inherit;
}
@media only screen and (min-width: 1024px) {
  .nav--compress .mobile-menu__toggle,
.nav--compress .cart__toggle {
    padding: 6px 10px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 1023px) {
  .mobile-menu__toggle,
.cart__toggle {
    padding: 6px 10px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu__toggle,
.cart__toggle {
    padding: 10px;
  }
}

.cart__toggle {
  white-space: nowrap;
}
.nav--compress .cart__toggle {
  margin-right: -10px;
}
@media only screen and (max-width: 1023px) {
  .cart__toggle {
    margin-right: -10px;
  }
}

/*
* Mobile Nav
* List of items inside the mobile drawer
*/
.mobile-nav {
  margin: 0 -25px;
  line-height: 1.4;
}

.mobile-nav--bottom {
  margin-top: 20px;
}

.mobile-nav__sublist {
  margin: 0;
  padding: 5px 0 25px;
}

.mobile-nav__sub-sublist {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.mobile-nav__sub-sublist::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  width: 1px;
  background: var(--border-alpha-50);
}

.mobile-nav__item {
  position: relative;
  overflow: hidden;
  margin: 0;
  list-style: none;
}

.mobile-nav__item--level-1,
.mobile-nav__item--level-2 {
  background: var(--bg);
}

.mobile-nav__item--level-1 &gt; .mobile-dropdown {
  margin-top: -15px;
}

.mobile-nav__item--has-items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mobile-nav__item--has-items &gt; .mobile-nav__link {
  width: calc(100% - 68px);
}

.mobile-nav__link {
  display: block;
  width: 100%;
}

.mobile-nav__link--level-1 {
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 10px 5px 10px 25px;
  height: 60px;
}

.mobile-nav__link--level-2 {
  font-size: 16px;
  padding: 10px 5px 10px 25px;
}

.mobile-nav__link--level-3 {
  font-size: 16px;
  padding: 10px 5px 10px 65px;
}

.mobile-nav__link--small {
  font-size: calc( 1.0rem * var(---font-adjust-body));
  padding: 5px 5px 5px 25px;
}

.mobile-nav__trigger {
  width: 68px;
  margin: 0 0 0 auto;
}

.mobile-nav__trigger--level-1 {
  height: 60px;
}

.mobile-nav__trigger--level-2 {
  height: 46px;
}

.mobile-dropdown {
  margin-top: -5px;
}

.nav [data-collapsible-content],
.mobile-nav [data-collapsible-content] {
  transform: translateX(-25px);
}
.nav .is-expanded &gt; [data-collapsible-content],
.mobile-nav .is-expanded &gt; [data-collapsible-content] {
  transform: translateX(0);
}

.cart-indicator {
  fill: var(--accent);
  visibility: hidden;
}
.cart__count--has-items .cart-indicator {
  visibility: visible;
}
.cart__count--animation .cart-indicator {
  -webkit-animation: pulse 1.7s infinite;
          animation: pulse 1.7s infinite;
}

/*================ Nav search ================*/
.nav-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  padding-top: 60px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  will-change: initial;
  color: var(--text);
  background: var(--bg);
}
.nav-search .search-form {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  padding-bottom: 30px;
  margin: calc(50vh - 85px) auto 50px;
  transition: margin-top 0.25s ease-in;
  background: var(--bg);
}
@media only screen and (max-width: 1023px) {
  .nav-search {
    display: none !important;
    visibility: hidden;
  }
}
.nav-search .pagination__loading {
  margin: 20px 0;
  display: block;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.nav-search .is-searching .pagination__loading {
  opacity: 1;
  visibility: visible;
}

.nav-search--is-visible {
  opacity: 1;
  visibility: visible;
  width: 100vw;
  display: block !important;
  transition: var(--drawer-transition), opacity 0.2s ease-out, visibility 0s linear 0s;
}

.nav-search__container {
  width: calc(100vw - var(--scrollbar-width));
}
.nav-search__container.push-up .search-form {
  margin-top: 0;
}

.nav-search__scroller {
  max-height: calc(100vh - 60px);
  overflow-x: hidden;
  overflow-y: auto;
}

.nav-search__input-group {
  position: relative;
  height: 40px;
  margin: 0 auto 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.nav__icons .nav-search__input {
  position: absolute;
  left: 0;
  top: 0;
}
.nav__icons .nav-search__input-group svg {
  width: 28px;
  height: 28px;
} 
@media only screen and (min-width: 768px) {
  .nav-search__input-group {
    margin: 0 auto;
    width: 100%;
    height: 50px;
  }
}

.nav-search__input {
  height: 100%;
  line-height: normal;
  padding: 0 30px 0 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: inherit;
  background: none;
}
@media only screen and (min-width: 1024px) {
  .nav-search__input {
    padding-right: 40px;
    height: 100%;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    font-size: calc( 1.5rem * var(---font-adjust-body));
  }
}

.nav-search__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  margin: 10px;
  padding: 4px;
  display: flex;
  align-items: center;
  color: inherit;
  cursor: pointer;
}

.nav-search__submit {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  color: inherit;
}
.nav-search__submit .icon-search {
  width: 20px;
  height: 20px;
  fill: #888888;
}

/*============================================================================
	#Nav search results
==============================================================================*/
.results {
  margin-top: 44px;
  color: var(--text);
}
.results .no-results {
  margin: 44px 0;
  text-align: center;
}
.results h3 {
  color: inherit;
}

.results-popular__title {
  font-size: calc( 0.875rem * var(---font-adjust-body));
  text-align: left;
  margin: 0 0 13px;
}

.results-popular__links {
  font-size: calc( 1.125rem * var(---font-adjust-body));
  text-align: left;
  margin: 0 0 40px;
}
.results-popular__links li {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.results-popular__links + .results .results__count,
.results-popular__links + .results .no-results {
  margin-top: -30px;
}

.results-popular__link {
  text-decoration: none;
}

.results__count {
  text-align: center;
  margin: 0 0 30px;
}

.results__list {
  list-style: none;
  margin: 0;
}

.result {
  text-align: center;
  margin-bottom: 20px;
}

.result__image {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.result__image .product-status-flag {
  display: flex;
  align-items: center;
  justify-content: center;
}

.result__image-link {
  display: block;
  position: relative;
}

.result__image-img {
  display: block;
  width: 100%;
  height: 0;
  padding-top: var(---product-media-padding-top);
  background-size: var(---product-media-background-size);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: inherit;
}

.result__title {
  margin: 0;
  font-size: calc( 1rem * var(---font-adjust-heading));
}

.pagination--loadmore {
  display: none;
}

/*================ Drawers ================*/
.drawer {
  /*   -webkit-transform: translateZ(0); // translateZ hack */
  will-change: transform;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  padding: 0 calc(var(--gutter) / 2) calc(var(--gutter) / 2);
  max-width: 95%;
  z-index: 10;
  color: var(--text);
  background-color: #ffffff;
  transition: var(--drawer-transition);
  border-left: 2px solid var(--accent);
}
#NavDrawer.drawer {
  background-color: #efefef;
}
[data-nav-handle="contact"],
[data-nav-handle="returns"],
[data-nav-handle="faq"] {
  background-color: #efefef;
}
.drawer input {
  border: none;
}
.drawer textarea {
  border-color: var(--border);
}
.drawer .btn, .drawer .shopify-payment-button__button--unbranded {
  min-width: 0;
}

.drawer--left {
  width: var(--drawer-width);
  left: 100vw;/*
  border-left: 2px solid var(--accent);*/
}
.js-drawer-open-left .drawer--left {
  display: block;
  transform: translateX(calc(-1 * var(--drawer-width)));
}

.drawer--right {
  width: var(--drawer-width);
  left: 100vw;
  border-left: 2px solid var(--accent);
}
.js-drawer-open-right .drawer--right {
  display: block;
  transform: translateX(calc(-1 * var(--drawer-width)));
}

.is-moved-by-drawer {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: var(--drawer-transition);
}
.js-drawer-open-left .is-moved-by-drawer {
  transform: translateX(calc(-1 * var(--drawer-width) + var(--scrollbar-width)));
}
.js-drawer-open-right .is-moved-by-drawer {
  transform: translateX(calc(-1 * var(--drawer-width) + var(--scrollbar-width)));
}
.modal--is-visible .is-moved-by-drawer {
  transform: translateX(calc(-1 * var(--drawer-width) + var(--scrollbar-width)));
}

.drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -25px;
  padding: 0 25px;
  background: #efefef;
}

.drawer__close-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: 50px;
  height: 45px;
  padding: 0 10px;
  margin: 0 -15px 0 auto;
  text-align: center;
  color: inherit;
}

.drawer__title {
  margin: 20px 0;
  max-width: calc(100% - 70px);
  font-weight: var(---font-weight-heading-bold);
}

.drawer__logo {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
}

.drawer__logo-image {
  display: block;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.cart-drawer__spacer-line {
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: calc(var(--gutter) / 2);
  border-bottom: 2px solid var(--accent);
}

/*================ Footer ================*/
.site-footer {
  background: var(--bg);
  color: var(--text);
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
}
.site-footer h5 p,
.site-footer .h5 p {
  margin: inherit;
}
.site-footer .input-group {
  flex-wrap: wrap;
}
.site-footer .input-group__btn-wrapper {
  width: 100%;
  height: 45px;
  margin-top: 10px;
}
.site-footer .input-group__btn {
  background: var(--accent);
  color: #fff;
  border: 1px solid var(--accent);
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
.site-footer .input-group__field--email {
  background-color: #fff;
  color: #373535;
  font-size: 18px;
  height: 45px;
}
.site-footer .input-group__field--email::-webkit-input-placeholder {
  color: #373535;
}
.site-footer .input-group__field--email::-moz-placeholder {
  color: #373535;
}
.site-footer .input-group__field--email:-ms-input-placeholder {
  color: #373535;
}
.site-footer .input-group__field--email:-moz-placeholder {
  color: #373535;
}
.show-buttons-animation .site-footer .input-group__btn:hover {
  color: var(--bg);
  opacity: .8;
}

.footer-content__logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: calc(var(--gutter) / 2);
}
@media only screen and (min-width: 768px) {
  .footer-content__logo {
    margin-bottom: var(--gutter);
  }
}

.footer-content__logo__image {
  display: block;
  margin-right: 10px;
}

.footer-content__logo__image + .footer-content__logo__shop-name {
  margin: 15px 0;
}

.footer-content__logo__shop-name {
  color: var(--text);
  font-size: calc( 1.125rem * var(---font-adjust-heading));
}

.footer-title {
  font-family: var(---font-stack-body);
  font-weight: bold;
  font-size: 18px;
  color: var(--accent);
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .footer-title--links {
    margin-bottom: 0;
  }
}

.footer-title__button {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: left;
  -webkit-appearance: none;
}
@media only screen and (min-width: 768px) {
  .footer-title__button {
    display: block;
  }
  .footer-title__button .icon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-title__button {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 32px 5px 0;
  }
  .footer-title__button .icon {
    top: 0;
    right: 0;
    width: 14px;
    height: 100%;
  }
}

.footer-text,
.footer-link,
.footer-copyright {
  color: var(--text);
}

.footer-link:hover,
.footer-copyright a:hover {
  color: var(--text-alpha-85);
}

.footer-text p:first-child {
  margin-top: 0;
}

.footer-text p:last-child {
  margin-bottom: 0;
}

.footer-link {
  transition: color 0.25s;
}

.footer-links {
  list-style: none;
  margin: 16px 0 0;
  padding-bottom: 5px;
  font-size: 18px;
}
.footer-links li {
  margin-bottom: 9px;
}
@media only screen and (min-width: 768px) {
  .footer-links {
    transform: none;
  }
}

@media only screen and (min-width: 768px) {
  .footer-links__wrapper {
    height: auto;
    opacity: 1;
    visibility: initial;
  }
}

.footer-blocks {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  .footer-blocks {
    margin: 0;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .footer-blocks--2 {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  .footer-blocks--4 .footer-block {
    max-width: 25%;
  }
}

.footer-block {
  width: 100%;
  margin-bottom: calc(var(--gutter) / 2);
}
@media only screen and (min-width: 768px) {
  .footer-block {
    max-width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 0;
  }
}
.footer-block .rte {
  margin-bottom: 0;
}

.footer-articles-list {
  margin: 0;
  list-style: none;
  font-size: calc( 1rem * var(---font-adjust-body));
  line-height: 1.29;
}
.footer-articles-list li {
  margin: 0 0 10px;
}

.footer-tags-list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-tags-list li {
  margin: 0 8px 8px 0;
}
.footer-tags-list a {
  color: var(--text);
  border: 1px solid var(--border);
  background: var(--input-bg);
  border-radius: var(---radius-small);
  font-size: calc(0.75rem*var(---font-adjust-body));
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 5px 10px;
  transition: color 0.2s ease, border 0.2s ease;
}
.footer-tags-list a:hover {
  border-color: var(--border-alpha-60);
  color: var(--text-alpha-60);
}

.footer-bottom {
  color: inherit;
  margin-top: calc(var(--gutter)/2);
}
@media only screen and (min-width: 768px) {
  .footer-bottom {
    margin-top: var(--gutter);
    text-align: center;
  }
}

.social-sharing-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .social-sharing-wrapper {
    justify-content: flex-start;
    margin-bottom: -10px;
  }
}
.social-sharing-wrapper a {
  color: inherit;
  margin: 0 8px;
  opacity: 1;
  transition: opacity 0.25s;
}
.social-sharing-wrapper a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .social-sharing-wrapper a {
    margin-left: 0;
    margin: 0 16px 10px 0;
  }
}
.social-sharing-wrapper .icon {
  width: 40px;
  height: 40px;
}

.footer-copyright {
  font-size: 14px;
}
.footer-copyright a {
  color: inherit;
}

.payment-icon-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: calc(var(--gutter) / 2) -5px -10px;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .payment-icon-list {
    justify-content: center;
  }
}
.payment-icon-list &gt; li {
  font-size: calc( 1.375rem * var(---font-adjust-body));
  display: inline-block;
  list-style: outside none none;
  margin: 0 5px 10px;
}

/*================ Account ================*/
#customer_login &gt; p {
  float: left;
}

.return a {
  color: var(--text-lighten);
}

.no-padding {
  padding: 0px;
}

.section-header--address {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-header--address {
    display: flex;
    justify-content: space-between;
  }
}

.address-return {
  display: block;
}

.address-title {
  display: block;
}

.template-customers-account table, .template-customers-account th, .template-customers-account td {
  border-width: 1px;
  padding: 20px 15px 20px 15px;
  color: var(--text);
}
.template-customers-account .table-wrap {
  margin-top: 10px;
}

.address {
  padding-bottom: 25px;
  position: relative;
}

.addresses-wrapper {
  display: flex;
  flex-direction: column;
}

.address__edit {
  padding-top: 25px;
}

.address__form__name,
.address__form__bottom,
.address__edit__name,
.address__edit__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
@media only screen and (min-width: 480px) {
  .address__form__name,
.address__form__bottom,
.address__edit__name,
.address__edit__bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: var(--grid-gutter);
         column-gap: var(--grid-gutter);
  }
}

.order__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
@media only screen and (min-width: 768px) {
  .order__item {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    -moz-column-gap: calc(var(--gutter) / 2);
         column-gap: calc(var(--gutter) / 2);
  }
}
@media only screen and (min-width: 1024px) {
  .order__item {
    -moz-column-gap: var(--gutter);
         column-gap: var(--gutter);
  }
}

.template-customers-order th,
.template-customers-order td {
  border: 1px solid var(--border);
  padding: 20px 15px 20px 15px;
}
.template-customers-order .note {
  padding: 0px;
  color: var(--text-lighten);
  text-align: inherit;
  opacity: 0.7;
}
.template-customers-order table {
  overflow: scroll;
}

.responsive-order th {
  display: none;
}

.account__heading {
  display: inline-block;
  margin-right: 20px;
}

.account__heading--small {
  font-size: calc( 2.5rem * var(---font-adjust-heading));
}

.template-customers-order ::-webkit-scrollbar,
.template-customers-account ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 2px;
}
.template-customers-order ::-webkit-scrollbar-thumb,
.template-customers-account ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.address-selector-wrapper {
  position: relative;
  display: block;
  padding-right: 0;
  z-index: 99;
}
.address-selector-wrapper .icon-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 52px;
  padding: 0 20px;
  pointer-events: none;
}

.shopify-challenge__container {
  padding: var(--gutter) 0;
}

.template-customers-addresses label {
  display: block;
  margin-bottom: 5px;
}
.template-customers-addresses label.inline {
  display: inline-block;
  margin: 0 0 0 4px;
}

@media only screen and (max-width: 1023px) {
  .responsive-order {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .responsive-order th, .responsive-order td {
    width: 100%;
    display: block;
  }

  .template-customers-account table, .template-customers-account tbody {
    border: none;
  }
  .template-customers-account table, .template-customers-account th, .template-customers-account td {
    border-width: 1px;
  }
  .template-customers-account th, .template-customers-account td {
    background: none;
    padding: 10px;
    vertical-align: top;
  }
  .template-customers-account .table-wrap {
    margin-left: 0px;
    margin-top: 0px;
  }
  .template-customers-account .responsive-order th {
    border-left: 1px solid var(--border);
    border-top: none;
    border-right: none;
  }
  .template-customers-account .responsive-order td {
    border-right: 1px solid var(--border);
    border-top: none;
  }
  .template-customers-account .responsive-order th:first-of-type, .template-customers-account td:first-of-type {
    border-width: 0px 0px 1px 0px;
    padding: 20px 15px 10px 0px;
  }
  .template-customers-account .responsive-order td:last-of-type {
    border-width: 1px;
  }
  .template-customers-account .responsive-order th:last-of-type {
    border-width: 1px;
  }

  .address-return {
    display: block;
    margin-bottom: 10px;
  }

  .template-customers-order .order-title {
    font-size: calc( 1.125rem * var(---font-adjust-body));
  }
  .template-customers-order table {
    border-collapse: separate;
  }
  .template-customers-order th,
.template-customers-order td {
    display: block;
    width: 100%;
    background: none;
    border-top: 0;
    border-bottom: 1px solid var(--border);
    border-left: 0;
  }
  .template-customers-order td:not(:first-child) {
    border-right: 0;
  }
  .template-customers-order th:first-of-type,
.template-customers-order td:first-of-type {
    border-top-width: 2px;
  }
  .template-customers-order tfoot tr:last-of-type td, .template-customers-order tfoot tr:last-of-type th {
    border-bottom: 0;
  }

  .desktop-order {
    display: none !important;
  }

  .toggle-wrapper {
    position: relative;
    text-align: center;
    right: 0px;
    margin-bottom: 25px;
  }

  .btn--checkout {
    margin-bottom: 10px;
  }

  .account__heading {
    padding-left: 0px;
  }

  .password-input,
.signup-input {
    margin-bottom: 10px;
  }
}
.order__item__subscription {
  font-size: calc(0.75rem * var(---font-adjust-body));
  margin-top: 10px;
  margin-bottom: 0;
}

.order__discounts p {
  margin: 0;
}

.account___table {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: var(--gutter);
}
@media only screen and (min-width: 768px) {
  .account___table {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  }
}

.reset-password {
  display: flex;
  justify-content: center;
}

.reset-password__form {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .reset-password__form {
    width: 33%;
  }
}

/*================ Article ================*/
.section-header--article {
  padding-top: 0px;
}

.article__image__wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.blog-comments-link {
  margin-right: 10px;
}
.blog-comments-link .icon-comment {
  vertical-align: middle;
  margin-right: 4px;
  width: 13px;
  height: 12px;
}

.article__nav-arrows {
  display: flex;
  justify-content: space-between;
}
.article__nav-arrows a {
  text-decoration: none;
}

#comment_form {
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-comment {
  margin-top: 10px;
}

.comment .rte {
  margin-top: -10px;
}

.comment__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  -moz-column-gap: var(--grid-gutter);
       column-gap: var(--grid-gutter);
}
@media only screen and (min-width: 768px) {
  .comment__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/*================ Banner ================*/
.banner {
  position: relative;
  overflow: hidden;
}
[data-scroll-lock-locked] .banner {
  width: 100vw;
}
.banner .collection__header {
  position: relative;
  background-color: transparent;
  z-index: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .banner .collection__header hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.banner .collection__description {
  width: auto;
  margin: 20px 0;
}
.banner .collection__title,
.banner .collection__description {
  color: inherit;
}

.banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100vw;
  padding-right: var(--scrollbar-width);
}
.banner-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
  opacity: var(--overlay-opacity);
}

.banner--text-center {
  text-align: center;
}

.banner--text-left {
  justify-content: flex-start;
  text-align: left;
}
.banner--text-left .wrapper {
  margin-left: 0;
}

.banner--text-right {
  justify-content: flex-end;
  text-align: right;
}
.banner--text-right .wrapper {
  margin-right: 0;
}

.banner--text-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}
.banner--text-bottom-left .wrapper {
  margin-left: 0;
}

.banner--text-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.banner--text-bottom-right .wrapper {
  margin-right: 0;
}

.banner-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-img--original {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  min-height: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-content {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner--one-hundred {
  height: 100vh;
}

.banner--big {
  height: 750px;
}

.banner--normal {
  height: 650px;
}

.banner--small {
  height: 550px;
}

.banner--300 {
  height: 300px;
}

.banner--original-height {
  height: auto;
}
.banner--original-height .banner-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: inherit;
  align-items: inherit;
}
.banner--original-height .banner-img--placeholder {
  height: 100vh;
}

/*================ Blog ================*/
.template-blog h2 {
  line-height: 1.2;
  margin-bottom: 5px;
}
.template-blog .rte {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .template-blog hr {
    display: none;
  }
}

.icon-rss {
  font-size: calc( 1.375rem * var(---font-adjust-heading));
  margin-left: 9px;
  width: 21px;
  height: 21px;
}

.blog-tag-wrapper {
  margin-bottom: 30px;
}

.blog-post__item__image-link {
  position: relative;
  display: block;
}

.blog-tags-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.blog-tag {
  margin: 0 4px 8px;
  padding: 0;
}

.blog-tag &gt; a,
.blog-tag__current {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: var(--button-primary-text);
  background: var(--button-primary-bg);
  border: 1px solid var(--button-primary-bg);
  padding: 15px 22px;
  line-height: 22px;
  border-radius: var(---radius);
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  font-size: calc( 0.875rem * var(---font-adjust-body));
  text-align: center;
  letter-spacing: 0.05em;
  will-change: color, border;
  transition: color 0.3s ease, border 0.3s ease, background 0s linear 0s;
  z-index: 1;
  -webkit-tap-highlight-color: initial;
  /*================ Set primary button colors ================*/
  color: var(--button-secondary-text);
  background: var(--button-secondary-bg);
  border-color: var(--button-secondary-text);
  font-size: calc( 0.75rem * var(---font-adjust-body));
  border-radius: var(---radius-small);
  padding: 2px 5px;
}
.blog-tag &gt; a::before,
.blog-tag__current::before {
  content: "";
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--button-primary-text);
  border-radius: var(---radius-inner);
  transform: scale(1, 0);
  transform-origin: top center;
  will-change: transform;
  z-index: -1;
  transition: transform 0.3s ease;
}
.show-buttons-animation .blog-tag &gt; a:hover,
.show-buttons-animation .blog-tag__current:hover {
  color: var(--button-primary-bg);
  background-color: var(--button-primary-bg);
  border-color: var(--button-primary-bg);
  transition: color 0.3s ease, border 0.3s ease, background 0s linear 0.3s;
}
.show-buttons-animation .blog-tag &gt; a:hover::before,
.show-buttons-animation .blog-tag__current:hover::before {
  transform-origin: bottom center;
  transform: none;
}
.blog-tag &gt; a[disabled], .blog-tag &gt; a:disabled, .blog-tag &gt; a.disabled,
.blog-tag__current[disabled],
.blog-tag__current:disabled,
.blog-tag__current.disabled {
  cursor: default;
  background: var(--button-primary-bg);
  color: var(--button-primary-text-alpha-50);
}
.show-buttons-animation .blog-tag &gt; a[disabled]::before, .show-buttons-animation .blog-tag &gt; a:disabled::before, .show-buttons-animation .blog-tag &gt; a.disabled::before,
.show-buttons-animation .blog-tag__current[disabled]::before,
.show-buttons-animation .blog-tag__current:disabled::before,
.show-buttons-animation .blog-tag__current.disabled::before {
  transform: scaleY(0);
}
.blog-tag &gt; a::before,
.blog-tag__current::before {
  background: var(--button-secondary-text);
}
.show-buttons-animation .blog-tag &gt; a:hover,
.show-buttons-animation .blog-tag__current:hover {
  color: var(--button-secondary-bg);
  border-color: var(--button-secondary-text);
  background-color: var(--button-secondary-text);
}
.blog-tag &gt; a[disabled], .blog-tag &gt; a:disabled, .blog-tag &gt; a.disabled,
.blog-tag__current[disabled],
.blog-tag__current:disabled,
.blog-tag__current.disabled {
  border: 1px solid var(--button-secondary-text-alpha-50);
  color: var(--button-secondary-text-alpha-50);
  background: var(--button-secondary-bg);
}
.show-buttons-animation .blog-tag &gt; a[disabled]::before, .show-buttons-animation .blog-tag &gt; a:disabled::before, .show-buttons-animation .blog-tag &gt; a.disabled::before,
.show-buttons-animation .blog-tag__current[disabled]::before,
.show-buttons-animation .blog-tag__current:disabled::before,
.show-buttons-animation .blog-tag__current.disabled::before {
  content: none;
}
.show-buttons-animation .blog-tag &gt; a[disabled]:hover, .show-buttons-animation .blog-tag &gt; a:disabled:hover, .show-buttons-animation .blog-tag &gt; a.disabled:hover,
.show-buttons-animation .blog-tag__current[disabled]:hover,
.show-buttons-animation .blog-tag__current:disabled:hover,
.show-buttons-animation .blog-tag__current.disabled:hover {
  background: var(--button-secondary-bg);
}

.blog-tag__current {
  color: var(--text);
  background: none;
  border-color: transparent;
}
.blog-tag__current::before {
  content: none;
}
.blog-tag__current:hover, .blog-tag__current:focus {
  color: var(--text);
  background: none;
  border-color: transparent;
}

.article-tags a::after {
  content: ",";
}
.article-tags a:last-child::after {
  content: none;
}

.article__image {
  width: 100%;
}

.article-preview-image {
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px;
}

.blog-post {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--grid-gutter);
}

@media only screen and (min-width: 768px) {
  .blog-post--two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 768px) {
  .blog-post--three-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 768px) {
  .blog-post--four-col {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/*================ Breadcrumbs ================*/
.breadcrumbs {
  margin: 0 0 44px 0;
  font-size: calc( 0.875rem * var(---font-adjust-body));
}
.breadcrumbs a,
.breadcrumbs span {
  padding: 0 7px 0 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs a:not(.breadcrumbs__current),
.breadcrumbs span:not(.breadcrumbs__current) {
    display: none;
  }
}

/*================ Cart Template ================*/
.template-cart h3 {
  margin-bottom: 0px;
}
.template-cart .qty__input {
  border: none !important;
  text-align: center;
  padding: 0 25px;
}
.template-cart .additional-checkout-buttons {
  width: 300px;
  max-width: 100%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .template-cart .additional-checkout-buttons {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
    max-width: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .template-cart .additional-checkout-buttons {
    max-width: 100%;
  }
}

.cart-section {
  padding: var(--gutter) 0;
}

.cart-section--empty {
  min-height: inherit;
  display: flex;
  align-items: center;
}

.cart {
  position: relative;
}
.cart::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(---cart-loading-overlay);
  background-size: 32px 32px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.is-loading .cart::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.cart__row {
  position: relative;
  padding-top: var(--gutter);
}
.cart__row:first-child {
  margin-top: 50px;
  padding-top: 0;
}
.cart__row .qty {
  margin: -6px auto;
}
@media only screen and (max-width: 479px) {
  .cart__row .price {
    margin-top: 0;
  }
}
.cart__row textarea {
  border: 2px solid var(--border);
}
@media only screen and (max-width: 767px) {
  .cart__row {
    padding-top: calc(var(--gutter) / 2);
  }
  .cart__row:first-child {
    border: none;
    margin-top: 0px;
  }
  .cart__row .qty {
    float: left;
    margin: 0 0 0 -10px;
  }
}

.cart__discounts {
  margin-bottom: 5px;
  font-size: calc( 0.875rem * var(---font-adjust-body));
}

.cart__discounts__amount {
  justify-self: end;
  text-align: right;
}

.cart__row--bottom {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .cart__row--bottom {
    margin: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .cart__row--bottom {
    width: 100%;
  }
}

.cart__row-discounts p {
  margin: 0;
}

.cart-table {
  border: 0;
}
.cart-table th {
  font-weight: var(---font-weight-body);
}
.cart-table td,
.cart-table th {
  font-size: calc(1rem * var(---font-adjust-body));
  border: none;
}
.cart-table td:first-child,
.cart-table th:first-child {
  padding-left: 0;
}
.cart-table td:last-child,
.cart-table th:last-child {
  padding-right: 0;
}
@media only screen and (min-width: 1320px) {
  .cart-table td:nth-child(1),
.cart-table th:nth-child(1) {
    width: 52px;
  }
  .cart-table td:nth-child(2),
.cart-table th:nth-child(2) {
    width: 200px;
  }
  .cart-table td:nth-child(3),
.cart-table th:nth-child(3) {
    width: auto;
  }
  .cart-table td:nth-child(4),
.cart-table th:nth-child(4) {
    width: 230px;
  }
  .cart-table td:nth-child(5),
.cart-table th:nth-child(5) {
    width: 130px;
  }
  .cart-table td:nth-child(6),
.cart-table th:nth-child(6) {
    width: 230px;
  }
}
@media only screen and (min-width: 768px) {
  .cart-table td,
.cart-table th {
    padding: 40px 20px 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cart-table td,
.cart-table th {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td,
.cart-table th {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cart-table .cart__cell--remove {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .cart__cell--remove {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td:first-child {
    padding: 0;
  }
  .cart-table td::before {
    content: attr(data-label);
    float: left;
    text-align: left;
    width: 100px;
    font-size: calc( 0.75rem * var(---font-adjust-body));
    line-height: 26px;
    position: absolute;
    left: 0;
  }
  .cart-table td[data-label] {
    text-align: left;
    padding-left: 100px;
  }
  .cart-table td .cart__row-discounts {
    text-align: left;
  }
}

.cart__cell--image {
  width: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cart__cell--image {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .cart__cell--image {
    width: auto;
    padding: 0;
  }
}

.cart__cell--title {
  font-size: calc( 1rem * var(---font-adjust-heading));
  color: var(--heading);
}
@media only screen and (max-width: 767px) {
  .cart__cell--title {
    text-align: left;
    padding: 10px 0;
  }
}
.cart__cell--title a {
  color: inherit;
}

.cart__cell--total {
  text-align: right;
}

.cart__image {
  display: block;
  position: relative;
  width: 100%;
  max-width: 160px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .cart__image {
    margin: 0;
  }
}
.cart__image .product-image {
  display: block;
  height: 0;
  padding-top: 100%;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .cart__image .product-image {
    background-position: left center;
  }
}

.cart__subtotal__price {
  justify-self: end;
  text-align: right;
}

.cart__subtotal__title,
.cart__subtotal__price {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  color: var(--heading);
  font-size: calc( 1.5rem * var(---font-adjust-heading));
  padding-top: 5px;
  padding-bottom: 5px;
}

.cart__remove--icon {
  display: none;
}
@media only screen and (min-width: 768px) {
  .cart__remove--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
  }
}

.cart__remove--text {
  width: 80px;
  float: left;
  text-align: right;
  font-size: calc(0.75rem*var(---font-adjust-body));
  text-decoration: underline;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .cart__remove--text {
    display: none;
  }
}

.cart__errors {
  display: none;
  position: relative;
  padding: 10px 30px 10px 15px;
  text-align: left;
}
.cart__errors p {
  margin: 0;
}

.cart__errors__product {
  display: block;
  padding-top: 5px;
}

.cart__errors__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  line-height: 0;
  color: inherit;
}
.cart__errors__close .icon-close {
  width: 28px;
  height: 28px;
}

.cart__title {
  font-size: calc( 3rem * var(---font-adjust-heading));
}
@media only screen and (max-width: 767px) {
  .cart__title {
    font-size: calc( 1.75rem * var(---font-adjust-body));
    padding-bottom: 25px;
  }
}

.cart-item__variant {
  display: block;
  opacity: 0.7;
  font-size: calc( 0.875rem * var(---font-adjust-body));
}

.shipping-note {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.cart__header-labels {
  border-bottom: 2px solid var(--border);
}

.cart__row--buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  max-width: 100%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .cart__row--buttons {
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 479px) {
  .cart__row--buttons {
    width: 100%;
  }
}
.cart__row--buttons .errors {
  width: 300px;
  max-width: 100%;
  margin: 0 0 20px auto;
  display: none;
}
@media only screen and (max-width: 767px) {
  .cart__row--buttons .errors {
    margin-right: auto;
    margin-left: 0;
  }
}

.cart__buttons {
  position: relative;
  width: 100%;
}

.cart__buttons--disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  cursor: default;
}

.cart__buttons__fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.cart__checkout {
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0;
  max-width: 100%;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .cart__checkout {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
}
@media only screen and (max-width: 479px) {
  .cart__checkout {
    width: 100%;
  }
}

.cart__update {
  display: none;
  margin: 0 0 8px auto;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cart__update {
    margin-left: 0;
    margin-right: auto;
  }
}
@media only screen and (max-width: 479px) {
  .cart__update {
    width: 100%;
  }
}

.cart__update--show {
  display: block;
}

.acceptance__input {
  display: block;
  width: 13px;
  max-width: 13px;
  height: 13px;
  margin: 5px 7px 4px 0;
  float: none;
}
.acceptance__input ~ .cart__buttons::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg-alpha-35);
  z-index: 1;
  cursor: default;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}
.acceptance__input:checked ~ .cart__buttons::after {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.acceptance__label {
  display: block;
  margin: 0 0 20px;
  text-align: left;
  max-width: calc(100% - 20px);
}
.acceptance__label p {
  margin: 0;
}

.cart__bottom {
  margin-top: var(--gutter);
}
@media only screen and (min-width: 768px) {
  .cart__bottom {
    display: flex;
    justify-content: space-between;
  }
}

.cart__bottom__notes {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .cart__bottom__notes {
    flex-basis: 600px;
    margin-top: 12px;
    margin-right: var(--gutter);
  }
}

@media only screen and (min-width: 768px) {
  .cart__bottom__payment {
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 480px) {
  .cart__bottom__payment {
    width: 300px;
  }
}

/*
* Cart drawer
*/
#CartContainer {
  color: var(--text);
}
#CartContainer .drawer__button {
  width: 100%;
  margin-left: 0;
}
#CartContainer .cart__row--buttons {
  margin-top: 19px;
}
#CartContainer .errors {
  text-align: left;
}

#CartDrawer {
  z-index: 900;
}

/*
* Ajax Cart Styles (conditionally loaded)
*/
.ajaxcart__inner {
  margin-bottom: calc(var(--gutter)/2);
}

.ajaxcart__row {
  display: grid;
  grid-template-columns: 56px auto;
  gap: 20px;
}

.ajaxcart__product__remove {
  font-size: calc(0.75rem*var(---font-adjust-body));
  text-decoration: underline;
  text-align: left;
  display: block;
  word-break: break-word;
  line-height: normal;
}

.ajaxcart__product {
  position: relative;
  margin-bottom: var(--grid-gutter);
  max-height: 500px;
}
.ajaxcart__product.is-removed {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95), margin 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ajaxcart__product:last-child {
  margin-bottom: 0;
}

.ajaxcart__product__image {
  margin-top: 6px;
}

.ajaxcart__product__image-bg {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ajaxcart__product__image-bg.lazyload, .ajaxcart__product__image-bg.lazyloading {
  background-size: 32px auto;
}

.ajaxcart__product__title {
  display: block;
  color: var(--heading);
  text-decoration: none;
  font-size: calc(1rem * var(---font-adjust-body));
}
.ajaxcart__product__title:hover, .ajaxcart__product__title:focus, .ajaxcart__product__title:active {
  color: var(--text-darken);
}

.ajaxcart__product__info {
  font-size: calc(0.875rem * var(---font-adjust-body));
}
.ajaxcart__product__info p {
  margin: 0;
}

.ajaxcart__product__meta {
  color: var(--text-lighten);
}

.ajaxcart__product__price {
  display: block;
  margin-top: 5px;
}

.ajaxcart__product__selling-plan,
.cart-item__selling-plan {
  font-size: calc(0.75rem * var(---font-adjust-body));
}
.ajaxcart__product__selling-plan span,
.cart-item__selling-plan span {
  padding-top: 5px;
  display: block;
  margin-bottom: 10px;
}

.ajaxcart__product__discounts {
  font-size: calc( 0.8rem * var(---font-adjust-body));
  margin-top: 8px;
}
#CartContainer {
  height: calc(100% - 75px - var(--gutter));
}
#CartContainer &gt; form {
  height: 100%;
}
.ajaxcart__inner {
  height: calc(100% - 230px - (var(--gutter) / 2));
  overflow: auto;
}
.ajaxcart__footer {
  height: 230px;
}
.ajaxcart__footer-row {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}
.ajaxcart__footer-row .price {
  font-size: calc( 1.1rem * var(---font-adjust-body));
}
.ajaxcart__footer-row .price--amount {
  text-align: right;
}

/*
* Quantity Selectors
*/
.qty {
  position: relative;
  max-width: 100px;
  min-width: 90px;
  overflow: visible;
}
.qty input {
  display: block;
  background: none;
  text-align: center;
  width: 100%;
  padding: 5px 25px;
  margin: 0;
  color: var(--text);
}
.ajaxcart .qty {
  margin-left: -8px;
}

.qty__adjust {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border: 0 none;
  width: 32px;
  padding: 0 8px;
  background: none;
  text-align: center;
  overflow: hidden;
  color: var(--text);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qty__adjust--plus {
  right: 0;
}

.qty__adjust--minus {
  left: 0;
}

/*================ Collection ================*/
.collection-section {
  position: relative;
}
.collection-section .wrapper {
  width: 100%;
}

.collection__wrapper {
  position: relative;
  transition: height 0.3s ease;
  min-height: var(--full-height);
}

.collection__header {
  position: relative;
  z-index: 10;
}
[data-scroll-lock-locked] .collection__header {
  width: 100vw;
  padding-right: var(--scrollbar-width);
}

.collection__header--has-image &gt; .wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.collection__header--no-image {
  padding: var(--gutter) 0px;
  text-align: center;
  background-color: var(--bg);
}

.collection__title {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1319px) {
  .collection__title {
    font-size: calc( 2.5rem * var(---font-adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .collection__title {
    font-size: calc( 2rem * var(---font-adjust-heading));
  }
}

.collection__description {
  margin: 20px auto;
  display: block;
  color: inherit;
  font-size: calc( 1.1rem * var(---font-adjust-body));
}
@media only screen and (max-width: 767px) {
  .collection__description {
    font-size: calc( 1rem * var(---font-adjust-body));
  }
}

.collection__inner {
  margin: 30px 0;
  width: calc(100vw - var(--gutter)* 2 - var(--scrollbar-width));
}
@media only screen and (max-width: 479px) {
  .collection__inner {
    width: calc(100vw - var(--gutter-mobile)* 2 - var(--scrollbar-width));
  }
}
.collection__inner .breadcrumbs {
  float: left;
  margin: 20px 0;
  width: 100%;
  font-weight: var(---font-weight-body-medium);
  font-size: calc(1rem * var(---font-adjust-body));
}
.collection__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  background: var(--bg-alpha-60) var(---loading-svg) no-repeat center center;
  background-size: 64px auto;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.is-loading .collection__inner::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.collection__products {
  overflow: hidden;
}
.collection__products .no-matches {
  font-size: calc( 1rem * var(---font-adjust-body));
}
.collection__products .product-grid-item {
  width: 100%;
}

.collection--no-results {
  width: 100%;
  text-align: center;
  padding: var(--gutter) 0;
}

.product-grid-item {
  position: relative;
  text-align: center;
  white-space: normal;
}
.product-grid-item:hover .product-grid-item__swatch--hover .swatch__element {
  opacity: 1;
  transform: translateY(0);
}
.product-grid-item .btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  top: 0;
  height: 54px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 479px) {
  .product-grid-item .btn-wrapper {
    display: none;
  }
}
.product-grid-item .btn, .product-grid-item .shopify-payment-button__button--unbranded {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  min-width: initial;
  text-align: center;
  position: relative;
}
.product-grid-item .product__unit-price {
  margin-top: 5px;
}
.product-grid-item .error {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  border: 2px solid transparent;
  text-align: center;
  color: var(--error-red);
  background: var(--bg);
  cursor: default;
  transition: opacity 0.3s ease;
  -webkit-animation: fadeInOut 3s both;
          animation: fadeInOut 3s both;
}
.product-grid-item .placeholder-svg,
.product-grid-item .placeholder-svg-filled {
  position: absolute;
  top: 0;
  left: 0;
}
.product-grid-item h3,
.product-grid-item .h3 {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
}

.product-grid-item__title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
}
.product-grid-item__more_colors {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: var(--accent);
  text-decoration: underline;
}
.product-grid-item__price {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #999999;
  margin: 5px 0 0;
}

.product__media {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: var(---product-media-padding-top);
  background-size: var(---product-media-background-size);
  background-repeat: no-repeat;
  background-position: center center;
}

.product__media-slider,
.product__media-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  background-color: var(--bg);
}
.boost-pfs-filter-product-item .boost-pfs-filter-product-item-inner {
  border: 1px solid transparent !important;
  padding: 10px !important;
}
.boost-pfs-filter-product-item:hover .boost-pfs-filter-product-item-inner {
  border: 1px solid #efefef !important;
}
.product__media-slider {
  --text: var(---color-product-grid-arrows);
}
.product__media-slider .flickity-viewport {
  width: 100%;
  height: 100% !important;
}
.product__media-slider .product__media-slide {
  width: 100%;
  height: 100%;
}
.product__media-slider .flickity-prev-next-button {
  box-shadow: none;
  background: none;
  width: 40px;
  height: 40px;
}
.product__media-slider .flickity-prev-next-button.previous {
  left: 0;
}
.product__media-slider .flickity-prev-next-button.next {
  right: 0;
}

.product__media-hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: var(---product-media-background-size);
}

.product-grid-item__image {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .touch .product__media-slider--mobile {
    opacity: 1;
    visibility: initial;
  }
}
.touch .product__media-slider--desktop {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.no-touch .product__media-slider--mobile {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.no-touch .product-grid-item__image:hover .product__media-slider--desktop,
.no-touch .product-grid-item__image:hover .product__media-hover {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}
.no-touch .product-grid-item__image:hover .btn-wrapper {
  opacity: 1;
}
.no-touch .product-grid-item__swatch--hover .swatch__element {
  opacity: 0;
  transform: translateY(15px);
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(1) {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(2) {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(3) {
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(4) {
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(5) {
  transition: opacity 1s ease, transform 1s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(6) {
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(7) {
  transition: opacity 1.4s ease, transform 1.4s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(8) {
  transition: opacity 1.6s ease, transform 1.6s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(9) {
  transition: opacity 1.8s ease, transform 1.8s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(10) {
  transition: opacity 2s ease, transform 2s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(11) {
  transition: opacity 2.2s ease, transform 2.2s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(12) {
  transition: opacity 2.4s ease, transform 2.4s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(13) {
  transition: opacity 2.6s ease, transform 2.6s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(14) {
  transition: opacity 2.8s ease, transform 2.8s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(15) {
  transition: opacity 3s ease, transform 3s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(16) {
  transition: opacity 3.2s ease, transform 3.2s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(17) {
  transition: opacity 3.4s ease, transform 3.4s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(18) {
  transition: opacity 3.6s ease, transform 3.6s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(19) {
  transition: opacity 3.8s ease, transform 3.8s ease;
}
.no-touch .product-grid-item__swatch--hover .swatch__element:nth-child(20) {
  transition: opacity 4s ease, transform 4s ease;
}

.btn--quick-buy .product__form *:not(.btn):not(.shopify-payment-button__button--unbranded) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.btn--quick-buy .product__form .btn, .btn--quick-buy .product__form .shopify-payment-button__button--unbranded {
  display: block;
  width: 100%;
}

.tag, .tag-fp {
  background-color: var(--accent);
  color: var(--accent-text);
  text-align: center;
  text-transform: uppercase;
  font-size: calc( 0.6875rem * var(---font-adjust-body));
  position: absolute;
  top: 0;
  left: 0;
  margin: 5px;
  letter-spacing: 1px;
  line-height: 1.2;
  transition: opacity 0.15s ease;
  transition: left 0.2s ease;
  z-index: 1;
}

.tag--rectangle {
  padding: 8px;
  height: auto;
}
.tag--rectangle span {
  display: inline-block;
  white-space: nowrap;
}

.tag--circle {
  min-width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  padding: 0 4px;
}
.tag--circle span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tag-fp {
  z-index: 100;
}

/*================ Collection Filters ================*/
.collection__sticky-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  flex-direction: row-reverse;
  background: var(--bg);
}
@media only screen and (min-width: 1320px) {
  .collection__sticky-bar {
    z-index: 3;
  }
}

.collection__filters {
  position: fixed;
  top: var(--collection-sticky-bar-height);
  left: 0;
  right: 0;
  z-index: 2;
  background: var(--bg);
  max-height: calc(100vh - var(--collection-sticky-bar-height) );
  overflow: hidden;
}
@media only screen and (min-width: 1320px) {
  .collection__filters {
    position: sticky;
    position: -webkit-sticky;
    width: 300px;
    float: left;
    margin-right: calc(var(--gutter) / 2);
  }
}
@media only screen and (max-width: 1319px) {
  .collection__filters {
    height: calc(100vh - var(--collection-sticky-bar-height) );
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s, z-index 0s linear 0.3s;
  }
}

@media only screen and (max-width: 1319px) {
  .collection__filters--visible {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s linear 0s, z-index 0s linear 0s;
  }
}

.collection__filters-wrapper {
  position: relative;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  max-height: calc(var(--full-height) - var(--collection-sticky-bar-height) );
}

.collection__filter {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.collection__filter .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 100%;
}

.collection__filter__title,
.collection__sort__label {
  position: relative;
  display: block;
  /*
  border-top: 1px solid var(--border);*/
  border-radius: 0;
  padding: 10px 40px 10px 0px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .collection__filter__title,
  .collection__sort__label {
    font-size: 18px;
  }
}

.collection__filter__count:after {
  content: attr(data-count);
  background: var(--text);
  height: 24px;
  width: 24px;
  position: absolute;
  top: 26px;
  right: 0;
  border-radius: 50%;
  color: var(--bg);
  text-align: center;
  font-size: calc( 0.9375rem * var(---font-adjust-body) );
  font-weight: var(---font-weight-body-medium);
  line-height: 25px;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.is-expanded .collection__filter__count:after {
  opacity: 0;
}
.collection__filter__count .icon-minus {
  opacity: 1;
}
.collection__filter__count .icon-plus {
  transform: rotateX(90deg);
}
.is-expanded .collection__filter__count[data-count="0"] .icon-plus {
  transform: rotateX(90deg);
}
.collection__filter__count[data-count="0"]::after {
  opacity: 0;
}
.collection__filter__count[data-count="0"] .icon-plus {
  transform: rotateX(0deg);
}

.collection__filters-list {
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 1319px) {
  .collection__filters-list {
    width: 100vw;
    padding: 0 var(--gutter);
  }
}
@media only screen and (max-width: 479px) {
  .collection__filters-list {
    padding: 0 var(--gutter-mobile);
  }
}

@media only screen and (min-width: 480px) {
  .collection__filters-list__inner {
    width: 270px;
  }
}
@media only screen and (max-width: 1319px) {
  .collection__filters-list__inner {
    width: calc(100vw - var(--gutter) * 2 - var(--scrollbar-width));
  }
}
@media only screen and (max-width: 479px) {
  .collection__filters-list__inner {
    width: calc(100vw - var(--gutter-mobile) * 2 - var(--scrollbar-width));
  }
}
.collection__filter-vendors,
.collection__filter-tags {
  list-style: none;
  background: var(--bg);
  display: block;
  padding: 0px;
  margin: 0;
}
.is-expanded .collection__filter-vendors,
.is-expanded .collection__filter-tags {
  visibility: visible;
  pointer-events: auto;
}

.collection__filter-tags--swatches {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0px 15px 0px;
}
.collection__filter-vendor,
.collection__filter-tag {
  margin-bottom: 10px;
  font-size: 18px;
  color: #1b182f;
}
.collection__filter-vendor--default .vendor-button,
.collection__filter-tag--default .tag-button {
  display: block;
  padding-left: 30px;
  position: relative;
  text-align: left;
}
.collection__filter-vendor--default .vendor-button::before,
.collection__filter-tag--default .tag-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #bbbbbb;
  background: transparent;
}
.collection__filter-vendor--default.is-active .vendor-button::before,
.collection__filter-tag--default.is-active .tag-button::before {
  background: var(--text) var(---icon-check) no-repeat center center;
  background-size: 14px auto;
  border: 1px solid #000000;
}
@media only screen and (max-width: 479px) {
  .collection__filter-vendor--default,
  .collection__filter-tag--default {
    padding-right: 0;
  }
}

.collection__filter-tag--swatch {
  margin: 0;
  display: block;
}
.collection__filter-tag--swatch .swatch__element {
  margin: 0 10px 10px 0;
}
.collection__filter-tag--swatch.is-active .swatch__color {
  width: 26px;
  height: 26px;
  margin: 3px;
}
.collection__filter-tag--swatch.is-active .swatch__color::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0s linear 0s;
}

.collection__filters__reset {
  display: none;
  width: 100%;
}
.collection__filters__reset.is-visible {
  display: block;
}
.collection--no-results .collection__filters__reset {
  display: inline-block;
  width: auto;
}
.vendor-button,
.tag-button {
  font-size: 18px;
  line-height: 18px;
  color: inherit;
}

.collection__sort {
  overflow: hidden;
}
.collection__sort .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 100%;
}

.collection__sort__option {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}

.collection__sort__button {
  font-size: 18px;
  line-height: 18px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.collection__sort__button:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;/*
  background: var(--text-alpha-25);
  box-shadow: 0 0 0 8px var(--text-alpha-25);*/
  border: 1px solid #bbbbbb;
  background: transparent;
  top: 0;
}

.collection__filters__empty {
  margin: 0;
  padding: 10px 0;
}

.collection__sort__button--active:before {
  background: var(--text) var(---icon-check) no-repeat center center;
  background-size: 14px auto;
  border: 1px solid #000000;
}

.collection__filters__buttons {
  padding-bottom: 15px;
}
@media only screen and (min-width: 1320px) {
  .collection__filters__buttons {
    width: 270px;
  }
}
@media only screen and (max-width: 1319px) {
  .collection__filters__buttons {
    padding: 15px var(--gutter);
    max-width: calc(100vw - var(--scrollbar-width));
  }
}
@media only screen and (max-width: 479px) {
  .collection__filters__buttons {
    padding: 15px var(--gutter-mobile);
  }
}
.collection__filters__buttons .btn, .collection__filters__buttons .shopify-payment-button__button--unbranded {
  margin-top: 15px;
  width: 100%;
}
@media only screen and (min-width: 1320px) {
  .collection__filters__buttons .collection__filters__reset.btn--secondary {
    display: none;
  }
}
@media only screen and (max-width: 1319px) {
  .collection__filters__buttons .collection__filters__reset.btn--primary {
    display: none;
  }
}

@media only screen and (min-width: 1320px) {
  button.collection__filters__close {
    display: none;
  }
}

button.collection__filters__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: -20px;
}
@media only screen and (min-width: 1320px) {
  button.collection__filters__toggle {
    display: none;
  }
}

/*================ Custom HTML Section ================*/
.custom-html-section {
  padding: var(--gutter) 0;
  text-align: center;
}
.custom-html-section .page-title {
  padding-bottom: 0;
}

/*================ FAQ ================*/
.faq-section {
  padding: var(--gutter) 0;
}
#shopify-section-faq-page .faq-section {
  padding-top: 0;
}

.faq__header {
  text-align: center;
  margin-bottom: var(--gutter);
}
@media only screen and (max-width: 479px) {
  .faq__header {
    margin-bottom: calc(var(--gutter) / 2);
  }
}
.faq__header .wrapper::after {
  content: none;
}

.faq__subheading {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  margin-bottom: 24px;
}
@media only screen and (max-width: 1023px) {
  .faq__subheading {
    margin-bottom: 14px;
  }
}

.faq__list {
  list-style: none;
  margin: 0 auto;
}

.faq__item {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.faq__item--first {
  border-top: 1px solid var(--border);
}

.faq__item-question {
  display: block;
  position: relative;
  width: 100%;
  padding: 40px 84px 40px 30px;
  margin: 0;
  border: 0;
  background: none;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .faq__item-question {
    padding: 20px 44px 20px 15px;
  }
}
.faq__item-question .icon {
  top: 0;
  right: 0;
  width: 84px;
  height: 100%;
  padding: 0 35px;
}
@media only screen and (max-width: 767px) {
  .faq__item-question .icon {
    width: 44px;
    padding: 0px 15px;
  }
}

.faq__item-answer {
  margin: 0;
  padding: 0 30px 25px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .faq__item-answer {
    padding: 0 15px 5px;
  }
}
.faq__item-answer p {
  margin: 0 0 15px;
}

/*================ Featured Blog ================*/
.featured-blog {
  overflow: hidden;
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
}
.featured-blog a {
  color: inherit;
}

.featured-blog__heading {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .featured-blog__slider__container {
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .featured-blog__slider {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
  .featured-blog__slider:not(.flickity-enabled) {
    text-align: center;
    margin-right: calc(var(--grid-gutter) * -1);
    white-space: nowrap;
    line-height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .featured-blog__slider {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: var(--gutter);
    padding-right: calc(var(--gutter) - var(--grid-gutter));
    padding-bottom: calc(30px - var(--scrollbar-width));
    margin-bottom: -30px;
  }
}
@media only screen and (max-width: 479px) {
  .featured-blog__slider {
    padding-left: var(--gutter-mobile);
    padding-right: calc(var(--gutter-mobile) - var(--grid-gutter));
  }
}
.featured-blog__slider &gt; .flickity-viewport {
  overflow: initial;
}
.featured-blog__slider &gt; .flickity-prev-next-button.previous {
  left: calc(var(--gutter)/2);
}
.featured-blog__slider &gt; .flickity-prev-next-button.next {
  right: calc(var(--gutter)/2);
}

.blog-item {
  position: relative;
  display: inline-block;
  min-width: 240px;
  width: calc(30vw - var(--scrollbar-width) - var(--grid-gutter));
  margin-right: var(--grid-gutter);
  color: #FFF;
  text-align: left;
  line-height: 1.5625;
  white-space: normal;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }
}
.blog-item .overlay {
  z-index: auto;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.blog-item--active .overlay {
  opacity: 0.5;
}

.blog-item--no-image {
  color: var(--text);
}
.blog-item--no-image .overlay {
  opacity: 0.03;
}
.blog-item--no-image .blog-item__article__time {
  color: var(--bg);
  background: var(--text);
}

@media only screen and (min-width: 1320px) {
  .blog-item--vertical {
    width: 360px;
  }
}

@media only screen and (min-width: 1024px) {
  .blog-item--horizontal {
    width: calc(70% - var(--grid-gutter));
  }
  .blog-item--horizontal .blog-item__article__content {
    right: 50%;
  }
}
@media only screen and (min-width: 1320px) {
  .blog-item--horizontal {
    width: 780px;
  }
}
.blog-item--horizontal .blog-item__products {
  left: auto;
  width: calc(30vw - var(--grid-gutter) - 80px);
}
@media only screen and (min-width: 1320px) {
  .blog-item--horizontal .blog-item__products {
    width: 280px;
  }
}

.blog-item__article {
  position: relative;
  height: 540px;
  min-height: 320px;
}
@media only screen and (max-width: 1319px) {
  .blog-item__article {
    /* 
      Width of the items is equal to (Window width - scrollbar width - wrapper left/right paddings) * 30%
      30% width based on the page wrapper
      1.5 is the aspect ratio of the item
    */
    height: calc( (100vw - var(--scrollbar-width) - var(--gutter) * 2) * 0.3 * 1.5 );
  }
}
.blog-item__article:hover .blog-item__article__tag,
.blog-item__article:hover .blog-item__article__tag::after {
  opacity: 1;
}
.blog-item__article:hover .blog-item__article__title {
  text-decoration: underline;
}

.blog-item__article__link {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.blog-item__article__image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-item__article__image .svg-placeholder {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

.blog-item__article__content {
  padding: 55px 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .blog-item__article__content {
    padding: 25px;
  }
}

.blog-item__article__title {
  color: inherit;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-item__article__tags {
  margin: 0;
  list-style: none;
  color: inherit;
  text-transform: uppercase;
  font-size: calc( 0.875rem * var(---font-adjust-body));
}
.blog-item__article__tags a {
  pointer-events: auto;
}

.blog-item__article__tag {
  opacity: 0;
  display: inline-block;
  padding-right: 5px;
  transition: opacity, 0.3s;
  white-space: nowrap;
}
.blog-item__article__tag::after {
  content: "|";
  padding: 0 5px;
  transition: opacity 0.3s ease;
}
.blog-item__article__tag:first-child {
  opacity: 1;
}
.blog-item__article__tag:first-child::after {
  opacity: 0;
}
.blog-item__article__tag:last-child::after {
  content: none;
}

.blog-item__article__time {
  font-size: calc( 0.875rem * var(---font-adjust-body));
  font-weight: var(---font-weight-body-bold);
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: var(--bg);
  background: var(--text);
  border: none;
  padding: 3px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: var(---radius-tiny);
}
@media only screen and (max-width: 1023px) {
  .blog-item__article__time {
    left: 25px;
    bottom: 25px;
  }
}

.blog-item__products {
  position: absolute;
  right: 40px;
  left: 40px;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear 0.3s;
  text-align: center;
  color: var(--text);
  background: var(--bg);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(calc(100% + 40px), 0, 0);
  pointer-events: auto;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .blog-item__products {
    display: block;
  }
}
.blog-item__products .flickity-prev-next-button {
  top: calc((30vw - var(--grid-gutter) - var(--scrollbar-width) - 80px)/2);
  opacity: 1;
  background: transparent;
  box-shadow: none;
  --text: var(---color-product-grid-arrows);
}
@media only screen and (min-width: 1320px) {
  .blog-item__products .flickity-prev-next-button {
    top: 140px;
  }
}
.blog-item__products .flickity-prev-next-button.previous {
  left: 0;
}
.blog-item__products .flickity-prev-next-button.next {
  right: 0;
}

.blog-item__products--visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear 0s;
}

.blog-item__products__slider {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.blog-item__product {
  display: block;
  width: 100%;
  text-decoration: none;
}

.blog-item__product__image {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 100%;
  background-size: var(---product-media-background-size);
  background-repeat: no-repeat;
  background-position: center;
}
.blog-item__product__image .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.blog-item__product__details {
  padding: 0 40px 20px;
}

.blog-item__product__title {
  color: inherit;
  font-weight: var(---font-weight-body-medium);
  font-size: calc(1rem * var(---font-adjust-body));
  margin-bottom: 3px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-item__product__price {
  margin: 0;
}

.blog-item__button__show {
  display: none;
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  background: var(--bg);
  color: var(--text);
}
@media only screen and (min-width: 1024px) {
  .blog-item__button__show {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-item__button__show {
    right: 25px;
    bottom: 25px;
  }
}

.blog-item__button__hide {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  cursor: pointer;
  z-index: 1;
  width: 60px;
  height: 60px;
  color: var(--text);
  --text: var(---color-product-grid-arrows);
}
.blog-item__button__hide .icon-close {
  width: 100%;
  height: 100%;
}

/*================ Featured Collection ================*/
.featured-collection {
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
  position: relative;
  text-align: center;
  overflow: hidden;
}
.featured-collection .btn--view-all {
  margin-top: var(--gutter);
}

.featured-collection--carousel .wrapper {
  width: 100%;
}

/*================ Featured Image ================*/
.featured-image-section {
  position: relative;
  overflow: hidden;
}
.featured-image-section .slide__heading,
.featured-image-section .slide__caption {
  color: inherit;
}

.featured-image__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.featured-image__bg .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 200%;
  max-height: 200%;
  transform: translateY(-50%);
}

.featured-image__pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-image__scale {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

[data-parallax-wrapper] .featured-image__pane {
  display: flex;
  align-items: center;
}
[data-parallax-wrapper] .featured-image__scale {
  min-height: 150%;
}

.featured-image__content {
  padding: var(--gutter) 0;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  text-align: center;
}

.featured-image__content--top-left {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.featured-image__content--top-center {
  align-items: flex-start;
  justify-content: center;
}

.featured-image__content--top-right {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}

.featured-image__content--bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}

.featured-image__content--bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.featured-image__content--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

.featured-image__content--center-center {
  align-items: center;
  justify-content: center;
}

.featured-image__content-inner {
  max-width: 740px;
  margin: 0;
}

/*================ Featured Product ================*/
.featured-product {
  padding: var(--gutter) 0;
}
.featured-product .text-m {
  display: none;
}
.featured-product .spr-badge-caption {
  display: none;
}
.featured-product .product__social-sharing {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .featured-product .featured-product__inner {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}

.featured-product__gallery {
  position: relative;
}

/*================ Featured Video ================*/
.featured-video-section {
  position: relative;
}

.video-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0px);
}

.video__container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.video__background .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.video__iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 200%;
  max-width: none;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
.loaded .video__iframe {
  opacity: 1;
}

.video__overlay {
  z-index: auto;
}

.text-inside {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}
.text-inside.top-left {
  top: 0;
  transform: none;
  text-align: left;
}
.text-inside.top-center {
  top: 0;
  transform: none;
  text-align: center;
}
.text-inside.top-right {
  top: 0;
  text-align: right;
}
.text-inside.center-center {
  top: 50%;
  transform: translateY(-50%);
}
.text-inside.bottom-left {
  bottom: 0;
  text-align: left;
}
.text-inside.bottom-left .wrapper {
  margin-left: 0;
}
.text-inside.bottom-center {
  bottom: 0;
  text-align: center;
}
.text-inside.bottom-right {
  bottom: 0;
  text-align: right;
}

.top-left .wrapper,
.bottom-left .wrapper {
  margin-left: 0;
}

.top-right .wrapper,
.bottom-right .wrapper {
  margin-right: 0;
}

.video-text-wrapper {
  position: relative;
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
}
.video-text-wrapper .btn, .video-text-wrapper .shopify-payment-button__button--unbranded {
  margin-right: 0px;
}

.buttons-wrapper {
  padding-top: 10px;
}

/*================ Icons row ================*/
.icons-row {
  overflow: hidden;
  padding: var(--gutter) 0;
  color: var(--text);
  background-color: var(--bg);
}

.icons-row__wrapper {
  margin: 0 -20px -40px;
}
@media only screen and (max-width: 1023px) {
  .icons-row__wrapper {
    margin: 0 -10px -40px;
  }
}
@media only screen and (max-width: 767px) {
  .icons-row__wrapper {
    margin: 0 calc(-1 * var(--gutter));
    overflow: hidden;
  }
}
@media only screen and (max-width: 479px) {
  .icons-row__wrapper {
    margin: 0 calc(-1 * var(--gutter-mobile));
  }
}

@media only screen and (min-width: 768px) {
  .icons-row__slider {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .icons-row__slider.items--1, .icons-row__slider.items--2, .icons-row__slider.items--3 {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .icons-row__slider {
    white-space: nowrap;
    font-size: 0;
    margin-bottom: -30px;
    padding: 0 var(--gutter) calc(30px - var(--scrollbar-width));
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 479px) {
  .icons-row__slider {
    padding-left: var(--gutter-mobile);
    padding-right: var(--gutter-mobile);
  }
}

.icons-row__item {
  width: 33.33333333%;
  padding: 0 calc(var(--gutter) / 2);
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .icons-row__item {
    display: inline-block;
    white-space: normal;
    width: calc(85% - var(--gutter));
    padding: 0;
    margin: 0 var(--gutter) 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .icons-row__item {
    width: calc(85% - calc(var(--gutter) / 2));
    margin-right: calc(var(--gutter) / 2);
  }
}
.icons-row__item:last-child {
  margin-right: 0;
}

.icons-row__icon {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
}
.icons-row__icon .icon {
  display: block;
  width: 100%;
}

.icons-row__image {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.icons-row__title {
  margin-bottom: 18px;
  color: var(--text);
  font-size: calc(1.333rem * var(---font-adjust-body));
}

.icons-row__content {
  margin-bottom: 0;
  color: var(--text-lighten);
  font-size: calc(1rem * var(---font-adjust-body));
}

/*================ Image columns ================*/
.image-columns {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .image-columns {
    min-height: 0;
    height: auto !important;
    flex-wrap: wrap;
  }
}

.image-column--image {
  position: relative;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .image-column--image {
    width: 50%;
  }
  .image-columns--2 .image-column--image {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .image-columns--3 .image-column--image {
    width: 35%;
  }
}

.image-column--text {
  width: 30%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-columns--1 .image-column--text {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .image-column--text {
    width: 100%;
    min-height: 0;
    border: none;
  }
}

.image-column__text {
  width: 100%;
  padding: var(--gutter);
}
.image-column__text p {
  margin-top: 0;
}
@media only screen and (max-width: 479px) {
  .image-column__text {
    padding: var(--gutter-mobile);
  }
}

.image-column__image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  align-self: flex-start;
}
.image-column__image .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .image-column__image {
    height: 0;
    padding-bottom: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .image-column__image--desktop {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .image-column__image--mobile {
    display: none;
  }
}

.image-column__dot {
  position: absolute;
  width: 13px;
  height: 13px;
  background: var(--bg);
  color: var(--text);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.image-column__dot::before, .image-column__dot::after {
  content: "";
  position: absolute;
  border: 1px solid var(--bg);
  border-radius: 50%;
}
.image-column__dot::before {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
.image-column__dot::after {
  top: -21px;
  right: -21px;
  bottom: -21px;
  left: -21px;
}
@media only screen and (max-width: 1023px) {
  .image-column__dot::before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }
  .image-column__dot::after {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }
}
@media only screen and (max-width: 767px) {
  .image-column__dot {
    display: none;
  }
}

.dot__line {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 61px;
  height: 1px;
  background: inherit;
}
@media screen and (min-width: 1320px) and (max-width: 1599px) {
  .dot__line {
    width: 31px;
  }
}
@media only screen and (min-width: 1320px) {
  .image-column__dot--reverse .dot__line {
    right: auto;
    left: 100%;
  }
}
@media only screen and (max-width: 1319px) {
  .dot__line {
    width: 1px;
    height: 43px;
    top: 100%;
    right: 50%;
  }
  .image-column__dot--end .dot__line {
    left: 20px;
    right: auto;
  }
  .image-column__dot--reverse-end .dot__line {
    right: 20px;
  }
  .image-column__dot--bottom .dot__line {
    top: auto;
    bottom: 100%;
  }
}

.dot__product {
  position: absolute;
  top: 50%;
  left: 0;
  width: 144px;
  margin: 0 0 0 65px;
  padding: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1320px) {
  .image-column__dot--reverse .dot__product {
    left: auto;
    right: 0;
    margin: 0 65px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .image-column__dot--reverse .dot__product {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1319px) {
  .dot__product {
    margin: 0 0 65px;
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .image-column__dot--end .dot__product {
    margin-left: -20px;
    transform: translate(0);
  }
  .image-column__dot--reverse-end .dot__product {
    left: auto;
    right: 50%;
    margin-right: -20px;
    transform: translate(0);
  }
  .image-column__dot--bottom .dot__product {
    top: 100%;
    bottom: auto;
    margin-top: 65px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .dot__product {
    margin-bottom: 60px;
  }
  .image-column__dot--bottom .dot__product {
    margin-top: 60px;
  }
}

.dot__product__title {
  padding: 0 10px 0 4px;
  font-size: calc( 0.75rem * var(---font-adjust-body));
}
.dot__product__title h6,
.dot__product__title p {
  font-size: inherit;
  margin: 0 0 4px;
  color: inherit;
  word-break: break-word;
}
.dot__product__title p {
  opacity: 0.7;
  margin: 0;
}

.dot__product-image-bg {
  position: relative;
  width: 45px;
  height: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*================ Image with text ================*/
.featured-content-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: var(--gutter) 0;
}
@media only screen and (max-width: 767px) {
  .featured-content-section {
    display: block;
    height: auto;
    padding: 0;
  }
}
.featured-content-section .video-wrapper {
  padding: var(--gutter);
  text-align: center;
  background-color: var(--bg);
}
@media only screen and (max-width: 767px) {
  .featured-content-section .video-wrapper {
    padding: var(--gutter-mobile);
  }
}

.featured-content-section__wrapper {
  width: 100%;
  height: 100%;
}
.featured-content-section__wrapper .wrapper {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .featured-content-section__wrapper .wrapper {
    height: 100%;
  }
}

/*================ Collection list ================*/
.list-collections-section {
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
  overflow: hidden;
}

.list-collections-section--carousel .wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .list-collections-section--carousel .carousel__container {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .list-collections-section--carousel .list-collections__item {
    padding: 10px 0;
  }
}

.list-collections__item__image {
  display: block;
  position: relative;
  height: 0;
  padding-top: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.text-light .list-collections__item__image {
  background-color: #000;
}
.text-dark .list-collections__item__image {
  background-color: #FFF;
}

.list-collections__item__image-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: var(--bg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .no-touch .list-collections__item__image-bg {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    /*
    -webkit-clip-path: inset(10px 10px 10px 10px);
            clip-path: inset(10px 10px 10px 10px);
    transition: -webkit-clip-path 0.3s ease;
    transition: clip-path 0.3s ease;
    transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;*/
  }
}
.list-collections__item__image-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
  opacity: var(--overlay-opacity);
  z-index: 1;
}

.list-collections__item__content {
  /*
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  position: relative;
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 80px;
  padding: 15px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.list-collections__item__title {
  margin: 0;
  color: inherit;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: var(---font-stack-body);
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .list-collections__item__title {
    font-size: 16px;
  }
  .list-collections__item__content {
    padding: 15px 5px;
  
  }
}
@media only screen and (min-width: 768px) {
  .list-collections__item__image:hover .list-collections__item__btn-wrapper {
    
  }
  .list-collections__item__image:hover .list-collections__item__image-bg {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .list-collections__item:hover .list-collections__item__title {
    color: var(--accent);
  }
  .list-collections__item:hover .list-collections__item__content {
    height: 100px;
    margin-top: -20px;
  }
}

.list-collections__item__btn-wrapper {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
}
.list-collections__item__btn-wrapper .btn, .list-collections__item__btn-wrapper .shopify-payment-button__button--unbranded {
  min-width: 0;
  width: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .no-touch .list-collections__item__btn-wrapper {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}

/*================ Logo list ================*/
.logo-list {
  padding: var(--gutter) 0;
}

.logo-list__container {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.logo-list__slider {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .logo-list__slider:not(.flickity-enabled) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .logo-list__slider {
    overflow-y: hidden;
    overflow-x: scroll;
    margin-bottom: -30px;
    white-space: nowrap;
    line-height: 0;
    padding: 0 var(--gutter) calc(30px - var(--scrollbar-width));
  }
}
@media only screen and (max-width: 479px) {
  .logo-list__slider {
    padding-left: var(--gutter-mobile);
    padding-right: var(--gutter-mobile);
  }
}
.logo-list__slider .flickity-prev-next-button.previous {
  left: calc(var(--gutter)/2);
}
.logo-list__slider .flickity-prev-next-button.next {
  right: calc(var(--gutter)/2);
}

.logo-list__slide {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .logo-list__slide {
    padding: 0;
    margin: 0 var(--gutter) 0 0;
  }
}
.logo-list__slide:last-child {
  margin-right: 0;
}
.flickity-enabled .logo-list__slide {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .logo-list__slide:first-child {
    padding-left: 0;
  }
  .logo-list__slide:last-child {
    padding-right: 0;
  }
}

.logo-list__slide-image {
  display: block;
  width: 120px;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.logo-list__slide-image.svg-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.logo-list__slide-image.svg-placeholder svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  max-width: none;
  max-height: none;
  background: none;
  transform: translate(-50%, -50%);
}

.locations {
  padding: var(--gutter) 0;
}
.locations .flickity-button {
  position: relative;
  margin-bottom: calc(var(--gutter) / 2);
}
@media only screen and (min-width: 768px) {
  .locations .flickity-button {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.locations .flickity-prev-next-button {
  background: var(--text);
  color: var(--bg);
  box-shadow: inset 0 0 0 1px var(--text);
  transform: none;
  opacity: 1;
}
.locations .flickity-prev-next-button.previous {
  left: auto;
  margin-right: var(--grid-gutter);
}
.locations .flickity-prev-next-button.next {
  right: auto;
}

@media only screen and (min-width: 768px) {
  .locations__wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.locations__info {
  padding-right: 60px;
}

.locations__info-heading {
  margin: 0 0 40px;
}

.locations__info-subheading {
  margin: 0 0 16px;
}

.location__store {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .location__store {
    padding-bottom: calc(var(--gutter) / 2);
  }
}
.location__store p {
  margin: 0;
}

.locations__gallery .svg-placeholder {
  position: absolute;
  top: 0;
  width: 100%;
}

.location__image {
  width: 100%;
}

.location__image-bg {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal {
  transform: translateY(-20px);
  background-color: var(--bg);
  bottom: 0;
  color: var(--text);
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.modal--is-active {
  transform: translateY(0);
  display: block;
  opacity: 1;
  overflow: hidden;
}

.modal__inner {
  transform-style: preserve-3d;
  height: 100%;
}

.modal__centered {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

.modal__close {
  border: 0;
  padding: 55px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}
.modal__close .icon {
  font-size: calc((20) / (calc(1rem * var(---font-adjust-body))) * 1em);
}

/*================ Newsletter section ================*/
.newsletter-section {
  background-color: var(--bg);
  text-align: center;
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
}
.newsletter-section p {
  margin-top: -10px;
}

.newsletter {
  text-align: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .newsletter {
    width: 75%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter {
    width: 100%;
  }
}

.input-group__btn {
  height: 100%;
  width: 52px;
  color: var(--text);
  background: #FFF;
  background-size: 28px;
  border: 1px solid var(--border);
  border-left: 0;
  border-radius: 0 var(---radius) var(---radius) 0;
  transition: color 0.3s ease, background 0.3s ease;
}
.show-buttons-animation .input-group__btn:hover {
  color: var(--bg);
  background: var(--text);
}
.input-group__btn .icon-arrow {
  transform: rotate(270deg);
}

.input-group__field--email {
  border: 1px solid var(--border);
  border-radius: var(---radius) 0 0 var(---radius);
  padding: 12px 20px;
}
.input-group__field--email::-webkit-input-placeholder {
  color: var(--text);
}
.input-group__field--email::-moz-placeholder {
  color: var(--text);
}
.input-group__field--email:-ms-input-placeholder {
  color: var(--text);
}
.input-group__field--email:-moz-placeholder {
  color: var(--text);
}

.mailer-response {
  display: none;
}

#mc-embedded-subscribe-form input:focus, #mc-embedded-subscribe-form input:hover {
  background-color: none;
}

#CommentBody {
  height: 130px;
}

/*================ Page template ================*/
.page-title {
  padding-bottom: 25px;
}

.page-template {
  padding: 0 0 var(--gutter);
}

.page-customer,
.shopify-section--contact-form {
  padding-bottom: 40px;
}

.shopify-challenge__container {
  padding: var(--gutter) var(--gutter-mobile);
}
@media only screen and (min-width: 480px) {
  .shopify-challenge__container {
    padding: var(--gutter) 0;
  }
}

/*================ 404 ================*/
#four-oh-four {
  padding: 50px 0;
}
#four-oh-four h1, #four-oh-four .form__heading {
  font-size: calc( 4.5rem * var(---font-adjust-heading));
  text-align: center;
}
#four-oh-four p {
  font-size: calc( 1.5rem * var(---font-adjust-body));
}

/*================ Password ================*/
.password-page__container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: table;
  height: 100%;
  width: 100%;
  position: absolute;
}

.password-page__wrapper {
  width: 50%;
  margin: 0 auto;
  padding-top: var(--gutter);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.password-page__wrapper h1, .password-page__wrapper .form__heading, .password-page__wrapper h3, .password-page__wrapper p, .password-page__wrapper small, .password-page__wrapper i, .password-page__wrapper a {
  color: #FFF;
}
.password-page__wrapper h1, .password-page__wrapper .form__heading {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .password-page__signup-form__item {
    width: 50%;
  }
}

.toggle-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  padding-bottom: 50px;
}

#CustomerSignup,
#AdminLogin {
  padding-bottom: 20px;
}

.customer-signup-button,
.password-login-button {
  vertical-align: top;
  line-height: 26px;
  padding: 13px 20px;
}

.signup-input,
.password-input {
  background-color: var(--input-bg);
  border: none;
  padding: 14px 20px;
  margin: 0 2px;
}
.signup-input:hover,
.password-input:hover {
  border: none;
}
@media only screen and (max-width: 479px) {
  .signup-input,
.password-input {
    margin: 10px auto;
    width: 100%;
  }
}

.template-password .btn, .template-password .shopify-payment-button__button--unbranded {
  display: inline-block;
}

.password-page__socials .social-sharing-wrapper {
  margin: calc(var(--gutter) / 2) -8px;
  justify-content: center;
}
.password-page__socials .social-sharing-wrapper a {
  margin-left: 8px;
  margin-right: 8px;
}

.password-page__powered-by-text {
  margin: calc(var(--gutter) / 2) 0 0;
}

/*================ Popup ================*/
.popup {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  transform: none;
}
.popup .newsletter {
  width: auto;
  margin-top: 25px;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .popup .newsletter {
    max-width: 100%;
  }
}
.popup #mc-embedded-subscribe-form {
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 25px;
}
.popup .input-group__btn,
.popup .input-group__field--email {
  color: var(--text);
  border-color: var(--border);
  background: transparent;
}
.popup .input-group__field--email::-webkit-input-placeholder {
  color: var(--text);
}
.popup .input-group__field--email::-moz-placeholder {
  color: var(--text);
}
.popup .input-group__field--email:-ms-input-placeholder {
  color: var(--text);
}
.popup .input-group__field--email:-moz-placeholder {
  color: var(--text);
}
.show-buttons-animation .popup .input-group__btn:hover {
  background: var(--text);
  color: var(--text-opposite);
}

.popup--visible {
  display: block;
}

.popup--text-dark {
  --text: #000;
  --text-opposite: #FFF;
  --border: var(--text);
}

.popup--text-light {
  --text: #FFF;
  --text-opposite: #000;
  --border: var(--text);
}

.popup--medium {
  width: 500px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .popup--medium {
    min-width: 500px;
    width: 33.33%;
  }
}
@media only screen and (max-width: 479px) {
  .popup--medium {
    min-width: 100%;
  }
}

.popup--align-left {
  margin: 0 auto 0 0;
}

.popup--align-right {
  margin: 0 0 0 auto;
}

.popup__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.popup__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
  opacity: var(--overlay-opacity);
  background: var(--overlay);
}

.popup__container {
  position: relative;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: calc(var(--gutter)/2) 0;
}
@media only screen and (max-width: 479px) {
  .popup__container .newsletter {
    max-width: 100%;
  }
}

.popup__container__inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
}
@media only screen and (max-width: 479px) {
  .popup__container__inner {
    padding: 0 var(--gutter-mobile);
  }
}

@media only screen and (max-width: 479px) {
  .popup__content {
    padding: 0 10px;
  }
}

.popup__title {
  color: var(--text);
  font-size: calc(1.5rem * var(---font-adjust-body));
}

.popup__text {
  color: var(--text);
  margin: 0;
}
.popup__text p {
  margin: 0;
}
.popup__text a {
  text-decoration: underline;
}

.blocker {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  z-index: 9999;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.close-modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  margin: 10px;
  padding: 4px;
  color: var(--text);
}
.close-modal .icon-close {
  width: 100%;
  height: 100%;
}

/*================ Press section ================*/
.press {
  text-align: center;
  padding: var(--gutter) 0;
}

.press__heading {
  margin-bottom: 23px;
}

.press__item {
  margin-bottom: 20px;
  width: 100%;
  font-size: calc( 2rem * var(---font-adjust-body));
  line-height: 1.2;
}
.press__item p {
  margin: 0;
}
.press__item a {
  color: inherit;
}

.press__logos {
  margin: 34px auto 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .press__logos {
    max-width: 100%;
  }
}

.press__logos-slider {
  max-width: 600px;
  margin: 0 auto;
}
.press__logos-slider:not(.flickity-enabled) {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.press__logos--1 .press__logos-slider.flickity-enabled {
  max-width: 200px;
}
.press__logos--2 .press__logos-slider.flickity-enabled {
  max-width: 400px;
}
.press__logos--3 .press__logos-slider.flickity-enabled {
  max-width: 580px;
}

.press__logos-slide {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.25s ease;
}
.supports-no-touch .press__logos-slide:hover {
  opacity: 1;
}
.press__logos-slide.is-selected {
  opacity: 1;
}

.press__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 200px;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}
.press__logos--2 .press__logo {
  max-width: 100%;
}

.press__logo-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.press__logo-image--placeholder {
  position: relative;
  height: 100%;
}

/*================ Product ================*/
@media only screen and (min-width: 1024px) {
  .product-single__wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}

.product-single__details {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .product-single__details {
    margin: 0 auto 0 var(--gutter);
  }
}
@media only screen and (max-width: 1023px) {
  .product-single__details .breadcrumbs {
    display: none;
  }
}
.product-single__details .spr-badge {
  text-align: right;
}
.product-single__details .spr-badge-starrating {
  cursor: pointer;
  margin-right: 0;
}
.mfp-wrap .product-single__details .spr-badge-starrating {
  cursor: default;
}
.featured-product .product-single__details .spr-badge-starrating {
  cursor: default;
}
.product-single__details .product__form--onboarding .spr-badge-starrating {
  margin-right: 0;
}
.product-single__details .spr-badge-caption {
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
}
.mfp-wrap .product-single__details .spr-badge-caption {
  cursor: default;
}
.featured-product .product-single__details .spr-badge-caption {
  cursor: default;
}

.product__title {
  font-size: calc( 2.0rem * var(---font-adjust-heading));
  margin-bottom: 0;
}

.product__price-and-badge {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 13px 0 10px;
}
.product__price-and-badge .product__price {
  padding-right: 10px;
  margin: 0 auto 0 0;
}
.product__price-and-badge .yotpo .standalone-bottomline {
  margin-top: 6px;
}
.product__price-and-badge .yotpo .standalone-bottomline.star-clickable,
.product__price-and-badge .yotpo .standalone-bottomline .star-clickable {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.product__price-and-badge .yotpo.bottomLine .yotpo-bottomline .yotpo-stars {
  display: inline-block;
}
.product__price-and-badge .spr-badge {
  margin-top: 5px;
}

.product__price {
  margin: 0;
  font-size: calc( 1.3125rem * var(---font-adjust-body));
}
@media only screen and (max-width: 767px) {
  .product__price {
    font-size: calc( 1.25rem * var(---font-adjust-body));
  }
}

.product__price--with-sale {
  margin-right: 5px;
}

.product__price__sale {
  text-decoration: line-through;
}

.product__unit-price {
  display: block;
  font-size: 0.9em;
  opacity: 0.7;
}

.product__description.rte {
  color: var(--text);
  margin: 25px auto 0;
  display: block;
  text-align: initial;
}
.product__description.rte p {
  line-height: inherit;
}
@media only screen and (max-width: 1023px) {
  .product__description.rte {
    width: 100%;
  }
}

.zoomImg {
  cursor: -webkit-zoom-in;
  cursor: url("./magnify.cur"), move;
  background-color: var(--bg);
}
@media only screen and (max-width: 767px) {
  .zoomImg {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .product-single {
    padding: var(--gutter) 0;
  }
}
.product-single__variants {
  display: none;
}

.product-page-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.thumbnail-wrapper {
  position: relative;
}
.thumbnail-wrapper.one-half:nth-child(2n+1), .thumbnail-wrapper.one-third:nth-child(3n+1), .thumbnail-wrapper.one-quarter:nth-child(4n+1), .thumbnail-wrapper.one-fifth:nth-child(5n+1), .thumbnail-wrapper.one-sixth:nth-child(6n+1), .thumbnail-wrapper.two-sixths:nth-child(3n+1), .thumbnail-wrapper.three-sixths:nth-child(2n+1), .thumbnail-wrapper.one-eighth:nth-child(8n+1), .thumbnail-wrapper.two-eighths:nth-child(4n+1), .thumbnail-wrapper.four-eighths:nth-child(2n+1), .thumbnail-wrapper.five-tenths:nth-child(2n+1), .thumbnail-wrapper.one-twelfth:nth-child(12n+1), .thumbnail-wrapper.two-twelfths:nth-child(6n+1), .thumbnail-wrapper.three-twelfths:nth-child(4n+1), .thumbnail-wrapper.four-twelfths:nth-child(3n+1), .thumbnail-wrapper.six-twelfths:nth-child(2n+1) {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .product-single__media--slideshow,
.product-single__thumbnails--slideshow {
    margin: 0 calc(-1 * var(--gutter));
    overflow: hidden;
  }
}
@media only screen and (max-width: 479px) {
  .product-single__media--slideshow,
.product-single__thumbnails--slideshow {
    margin: 0 -15px;
  }
}

.product-single__media-slider {
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .product-single__media-slider {
    max-width: 100%;
  }
}
.product-single__media-slider .flickity-button {
  z-index: 1;
}
.product-single__media-slider.has-media-active .flickity-prev-next-button {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.product-single__media-slider.has-media-active .flickity-prev-next-button::before, .product-single__media-slider.has-media-active .flickity-prev-next-button::after {
  transition: none;
}

.product-single__media-slider--single {
  margin: 0;
}
.product-single__media-container {
  position: sticky;
  top: calc(120px + var(--gutter));
}
@media only screen and (max-width: 1023px) {
  .product-single__media-slider--single .product-single__media img {
    -o-object-position: left;
       object-position: left;
  }
  .product-single__media-slider--single .tag-fp {
    left: 0 !important;
  }
}

.product-single__media-slide--placeholder {
  display: block;
  width: 100%;
  height: 0;
}

.product-single__media-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product-single__media-slide .product-single__media-slide-placeholder {
  display: block;
  width: 100%;
  height: 0;
}
@media only screen and (min-width: 768px) {
  .product-single__media-slide .mfp-zoom-in-cur {
    cursor: zoom-in;
  }
}
.product-single__media-slide.media--hidden:not(.is-selected) button,
.product-single__media-slide.media--hidden:not(.is-selected) input,
.product-single__media-slide.media--hidden:not(.is-selected) iframe,
.product-single__media-slide.media--hidden:not(.is-selected) .plyr,
.product-single__media-slide.media--hidden:not(.is-selected) .plyr__progress__buffer,
.product-single__media-slide.media--hidden:not(.is-selected) .shopify-model-viewer-ui__button,
.product-single__media-slide.media--hidden:not(.is-selected) .shopify-model-viewer-ui__controls-area {
  visibility: hidden;
  transition: visibility 0s linear 0.75s;
}
.product-single__media-slider--single .product-single__media-slide.media--hidden:not(.is-selected) button,
.product-single__media-slider--single .product-single__media-slide.media--hidden:not(.is-selected) input,
.product-single__media-slider--single .product-single__media-slide.media--hidden:not(.is-selected) iframe,
.product-single__media-slider--single .product-single__media-slide.media--hidden:not(.is-selected) .plyr,
.product-single__media-slider--single .product-single__media-slide.media--hidden:not(.is-selected) .plyr__progress__buffer,
.product-single__media-slider--single .product-single__media-slide.media--hidden:not(.is-selected) .shopify-model-viewer-ui__button,
.product-single__media-slider--single .product-single__media-slide.media--hidden:not(.is-selected) .shopify-model-viewer-ui__controls-area {
  visibility: visible;
}

.product-single__media {
  position: relative;
  width: 100%;
  height: 0;
  min-height: 1px;
}
.product-single__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product-single__media iframe,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media img,
.product-single__media &gt; video,
.product-single__media .plyr,
.product-single__media .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.product-single__media iframe,
.product-single__media .media-video,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media .media-item,
.product-single__media .plyr,
.product-single__media .plyr__video-wrapper {
  height: 100%;
}

.product-single__media--image {
  height: auto;
}

.product-single__media--onboarding {
  padding-top: 50%;
}
.product-single__media--onboarding.featured-product--two-columns {
  padding-top: 66%;
}
.product-single__media--onboarding .placeholder-svg, .product-single__media--onboarding .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  max-width: 150%;
  max-height: 150%;
  transform: translate(-50%, -50%);
}

.product-single__view-in-space {
  width: 100%;
  position: relative;
  border-color: transparent;
  color: var(--text);
  background: var(--text-alpha-8);
  margin-top: 10px;
}
.product-single__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-single__view-in-space[data-shopify-xr-hidden] {
    display: none;
  }
}
.product-single__view-in-space:hover {
  color: var(--text);
  background: var(--text-alpha-15);
}
.product-single__view-in-space:active, .product-single__view-in-space:focus {
  color: var(--text);
  background: var(--text-alpha-8);
}
.product-single__view-in-space:hover .product-single__view-in-space-text, .product-single__view-in-space:focus .product-single__view-in-space-text {
  border-bottom-color: var(--text);
}
.product-single__view-in-space .icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-right: 4px;
  fill: transparent;
}
.product-single__view-in-space .icon .icon-media-model-outline {
  stroke: none;
}
.product-single__view-in-space .icon .icon-media-model-element {
  fill: var(--text);
  opacity: 1;
}

.product-single__view-in-space-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}

.product-single__thumbnails {
  margin: 5px 0;
}
@media only screen and (max-width: 767px) {
  .product-single__thumbnails {
    margin: 5px -50px;
  }
}
@media only screen and (max-width: 479px) {
  .product-single__thumbnails {
    margin: 5px -15px;
  }
}
.product-single__thumbnails:not(.flickity-enabled) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-single__thumbnails.flickity-enabled.is-draggable .flickity-viewport {
  cursor: default;
}

[data-payment-button=false] {
  display: none;
}

.popup-quick-view [data-quickview-payment-button=true] {
  display: block;
}

.popout__toggle-value {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  padding-left: 4px;
}

.popout-list__option--product {
  padding: 5px 20px 5px 20px;
  font-size: calc( 0.875rem * var(---font-adjust-body));
  text-transform: uppercase;
  opacity: 1;
}
.popout-list__option--product:hover {
  background: var(--text-alpha-5);
}

.popout__toggle--product {
  margin: 0;
}

.popout-list--product {
  bottom: initial;
  top: 100%;
  position: absolute;
  width: 100%;
  max-height: 330px;
  margin: 5px 0 0 0;
  font-weight: var(---font-weight-body-medium);
}

.popout-list__item--current {
  background: var(--text-alpha-5);
}

.product-single__thumbnail {
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  padding: 5px;
  cursor: pointer;
}
.product-single__thumbnail .icon {
  position: absolute;
  top: 2px;
  right: 2px;
  margin: 5px;
  height: 22px;
  width: 22px;
  fill: var(--bg);
  vertical-align: baseline;
}
.product-single__thumbnail .icon-media-model-outline,
.product-single__thumbnail .icon-media-video-outline {
  stroke: var(--text-alpha-5);
}
.product-single__thumbnail .icon-media-model-element,
.product-single__thumbnail .icon-media-video-element {
  fill: var(--text);
}

.product-single__thumbnail-link {
  cursor: pointer;
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-alpha-30);
}
.is-nav-selected .product-single__thumbnail-link {
  border-color: var(--border);
}

.product-single__thumbnail-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__vendor {
  margin: 0;
}

.product__form__wrapper {
  max-width: 100%;
  margin-top: calc(var(--gutter) / 2);
}

#AddToCart {
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product__notification {
  margin: var(--grid-gutter) 0 0;
  width: 480px;
  max-width: 100%;
}

.product__notification--hidden {
  display: none;
}

/*
* Tabs
*/
.product-tabs {
  margin-top: 40px;
}

.product-tab {
  text-align: left;
  overflow: hidden;
}
.product-tab:not(:last-child) {
  border-bottom: 1px solid;
}
.product-tab__inner {
  margin-bottom: 0;
  padding-bottom: 4px;
  top: -10px;
  position: relative;
}

.product-tab__content {
  padding: 0;
}
.product-tab__content .rte {
  padding-bottom: 13px;
  margin: 0;
  overflow: hidden;
}
.product-tab__content .rte p {
  line-height: 30px;
  margin: 0 0 20px 0;
}
.product-tab__content .rte p:last-child {
  margin-bottom: 0;
}
.product-tab__title {
  font-family: var(---font-stack-body);
  font-weight: 600;
  font-style: var(---font-style-body);
  font-size: calc( 1.3125rem * var(---font-adjust-heading));
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 53px 25px 0px;
  text-align: left;
  color: var(--text);
  background: transparent;
  border: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 1319px) {
  .product-tab__title {
    font-size: calc( 1.28rem * var(---font-adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .product-tab__title {
    font-size: calc( 1.25rem * var(---font-adjust-heading));
  }
}
.product-tab__title .icon {
  top: 0;
  right: 0;
  width: 14px;
  height: 100%;
}

.variant-label__value {
  font-size: calc( 0.75rem * var(---font-adjust-body));
  display: block;
  padding: 10px 0;
}
.variants-wrapper--grid .variant-label__value {
  padding-bottom: 0;
}

/*================ Product Features ================*/
.product-feature {
  padding: var(--gutter) 0;
  overflow: hidden;
}

.product-feature__block {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .product-feature__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .product-feature__block--reverse {
    flex-direction: row-reverse;
  }
  .product-feature__block--reverse .product-feature__text {
    padding-right: var(--gutter);
    padding-left: 0px;
  }
}

.product-feature__images {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .product-feature__images {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .product-feature__images {
    margin: 0 calc(-1 * var(--gutter-mobile));
  }
}

@media only screen and (max-width: 479px) {
  .product-feature__images--single {
    margin: 0;
  }
}

.product-feature__images--overlapping {
  justify-content: center;
}
@media only screen and (max-width: 479px) {
  .product-feature__images--overlapping {
    margin: 0 -15px;
  }
  .product-feature__images--overlapping.product-feature__images--single-mobile {
    margin: 0;
  }
}

.product-feature__image {
  position: relative;
  width: calc(50% - var(--gutter)/4);
  max-width: 100%;
  overflow: hidden;
  z-index: 1;
}
.product-feature__images--overlapping .product-feature__image {
  margin-left: calc(var(--gutter) / 2);
}
@media only screen and (max-width: 479px) {
  .product-feature__images--overlapping .product-feature__image {
    width: calc(50% + var(--gutter) / 4);
    margin-left: 0;
  }
}
.product-feature__images--single .product-feature__image {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product-feature__images--single-mobile .product-feature__image {
    width: 100%;
  }
}

.product-feature__image--secondary {
  z-index: 0;
  margin-top: 15%;
}
.product-feature__images--overlapping .product-feature__image--secondary {
  margin-right: calc(var(--gutter) / 2);
  margin-left: calc(-1 * var(--gutter));
}
@media only screen and (max-width: 479px) {
  .product-feature__images--overlapping .product-feature__image--secondary {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-feature__images--inline .product-feature__image--secondary {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-feature__images--single-mobile .product-feature__image--secondary {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-feature__images--single-mobile .product-feature__image--secondary {
    margin-top: 0;
  }
}

.product-feature__image-bg {
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-feature__image-bg .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-feature__image-bg--portrait {
  padding-top: 150%;
}

.product-feature__text {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .product-feature__text {
    width: 50%;
    padding-left: var(--gutter);
  }
}
@media only screen and (min-width: 1024px) {
  .product-feature__text {
    max-width: calc(50% - var(--gutter)*2);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .product-feature__text {
    padding-top: 40px;
    margin-bottom: -15px;
  }
}
.product-feature__text hr {
  margin: 15px auto;
  width: 66px;
}
.product-feature__text h2 {
  margin: 0 0 15px;
}
.product-feature__text p {
  margin: 15px 0;
}
.product-feature__text .btn, .product-feature__text .shopify-payment-button__button--unbranded {
  margin-bottom: 15px;
}

.product-feature__text--left {
  text-align: left;
}
.product-feature__text--left hr {
  margin-left: 0;
}

.product-feature__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
}
.product-feature__video-link .icon-play {
  display: block;
  height: 100%;
  width: 100%;
  margin-right: 0px;
}

/*
* Product form
*/
.option__select {
  display: flex;
  width: 100%;
  padding: 13px 35px 13px 20px;
  text-transform: uppercase;
  text-align: left;
  font-size: calc( 0.875rem * var(---font-adjust-body));
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body-medium);
  white-space: nowrap;
  border: 1px solid var(--border);
  background: var(--input-bg);
}

.quantity__selector {
  display: block;
  width: 100%;
  padding: 13px 54px;
  text-align: center;
}

.quantity__text {
  display: inline-block;
  float: left;
  line-height: 26px;
  font-size: calc( 0.875rem * var(---font-adjust-body));
  text-transform: uppercase;
}

.quantity__btn {
  height: 50%;
  width: 62px;
  color: inherit;
}

.quantity__btn--decrease,
.quantity__btn--increase {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity__btn--decrease {
  left: 0;
}

.quantity__btn--increase {
  right: 0;
}

.quantity-wrapper {
  font-weight: var(---font-weight-body-medium);
}

.quantity-wrapper--half {
  width: calc(50% - 10px);
  margin-bottom: var(--grid-gutter);
}

.variants-wrapper--grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--grid-gutter) 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 480px) {
  .variants-wrapper--grid {/*
    grid-template-columns: repeat(2, minmax(0, 1fr));*/
    gap: var(--grid-gutter);
  }
}

.variant-wrapper--color {
  width: 100%;
  margin-bottom: 5px;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media only screen and (min-width: 480px) {
  .variant-wrapper--color {
    grid-column-end: 3;
  }
}
.variants-wrapper--grid .variant-wrapper--color {
  margin-bottom: 0;
}

.variant-input-wrap {
  margin: 0;
  padding: 0;
  border: 0;
}

.variant-input-wrap--boxes {
  margin: 0 -4px 12px;
}

.variant-label {
  display: block;
  margin-bottom: 5px;
}

.variant-label--color {
  margin-bottom: 0;
}

.variant-field {
  position: relative;
  display: inline-block;
}

input[type=radio].variant-input {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 32px;
  margin: 0;
  clip: unset;
  cursor: pointer;
}

.variant-input:checked + .variant__button-label {
  box-shadow: inset 0 0 0 1px var(--border-lighten-darken);
}

.variant__button-label {
  letter-spacing: 0.025em;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  font-weight: normal;
  padding: 7px 15px;
  background-color: #FFF;
  box-shadow: inset 0 0 0 1px var(--border);
  border-radius: var(---radius);
  margin: 0 4px 8px;
  cursor: pointer;
  transition: box-shadow 0.25s ease;
}
.variant__button-label.disabled {
  color: var(--text);
}
.variant__button-label.disabled:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px solid;
  border-color: var(--text);
  transform: rotate(45deg);
}

.variant__button-label--color {
  margin: 0;
}

.product__form {
  position: relative;
}
.product__form .btn--submit {
  position: relative;
}
.product__form .btn--submit .icon-loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  color: var(--button-primary-bg);
}
.product__form .btn--submit.is-adding {
  opacity: 0.6;
  cursor: default;
  background: transparent;
  transition: none;
}
.product__form .btn--submit.is-adding span {
  opacity: 0;
}
.product__form .btn--submit.is-adding .icon-loading {
  display: block;
}
.product__form .btn--submit.is-adding::before {
  content: none;
}
.product__form .btn--submit.btn--secondary .icon-loading {
  stroke: var(--button-secondary-bg) !important;
}
.product__form .btn, .product__form .shopify-payment-button__button--unbranded,
.product__form .shopify-payment-button {
  width: 100%;
}

.buttons-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--grid-gutter);
}

@media only screen and (min-width: 1320px) {
  .buttons-grid--half {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}

.visually-hidden--variant-options {
  display: block;
}

.shop-pay-terms {
  margin-top: -20px;
  margin-bottom: calc(var(--gutter) / 2);
  font-size: calc(0.875rem * var(---font-adjust-body));
}

.shop-pay-terms:empty {
  margin: 0;
}

/*
* Quick view
*/
.popup-quick-view .mfp-container {
  background: rgba(0, 0, 0, 0.3);
}
.popup-quick-view .mfp-content {
  max-width: calc(100% - var(--gutter) * 2);
  width: 1080px;
  padding: 25px;
  background: var(--bg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .popup-quick-view .mfp-content {
    max-width: calc(100% - var(--gutter-mobile));
  }
}
.popup-quick-view .product-single {
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  padding: 0;
}
.popup-quick-view .product-single.is-loading {
  opacity: 0;
  visibility: hidden;
}
.popup-quick-view .product-single__wrapper,
.popup-quick-view .product-single__gallery,
.popup-quick-view .product-single__details {
  height: inherit;
}
.popup-quick-view .product-single__details {
  position: relative;
  padding: 0 0 80px var(--gutter);
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .popup-quick-view .product-single__details {
    padding: var(--gutter) 0;
    margin: 0 auto;
    max-width: 420px;
  }
}
.popup-quick-view .product__title {
  padding-right: 20px;
}
.popup-quick-view .product__form {
  width: 420px;
  max-width: 100%;
}
.popup-quick-view .product__notification {
  width: 100%;
}
.popup-quick-view .product__description.rte {
  width: 100% !important;
}
.popup-quick-view .mfp-zoom-in-cur:hover {
  cursor: default;
}
.popup-quick-view button.mfp-close {
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  padding: 4px;
  opacity: 1;
  text-indent: 0;
  color: inherit;
  background: none;
}
.popup-quick-view button.mfp-close .icon-close {
  width: 100%;
  height: 100%;
}
.popup-quick-view .flickity-prev-next-button.previous {
  left: 10px;
}
.popup-quick-view .flickity-prev-next-button.next {
  right: 10px;
}
.popup-quick-view .product-single__media--image-height {
  padding-top: 100% !important;
}
.popup-quick-view .spr-badge-caption {
  display: none;
}

.product__view-button {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 80px;
  padding: 30px 0;
  text-align: center;
  text-decoration: underline;
  background-color: var(--bg);
}
.product__view-button:hover {
  text-decoration: none;
}

/*================ Related products ================*/
.related-products {
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
  text-align: center;
}
.related-products .wrapper {
  width: 100%;
}

/*================ Rich text ================*/
.rich-text {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .rich-text--no-image {
    padding: var(--gutter) 0;
  }
}

.rich-text__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .rich-text__wrapper {
    margin: 0 calc(var(--gutter) * -1);
    min-height: 0;
    flex-direction: column-reverse;
    padding: 0 0 var(--gutter);
  }
}
@media only screen and (max-width: 479px) {
  .rich-text__wrapper {
    margin: 0 calc(-1 * var(--gutter-mobile));
  }
}

@media only screen and (min-width: 768px) {
  .rich-text__wrapper--reversed {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .rich-text__wrapper--reversed .rich-text__content {
    margin: 0 auto;
  }
}
.rich-text__wrapper--reversed .rich-text__video-link {
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .rich-text__wrapper--reversed .rich-text__video-link {
    width: calc(40% + 20px);
  }
}
@media only screen and (max-width: 767px) {
  .rich-text__wrapper--reversed .rich-text__video-link {
    width: 100%;
    margin: var(--gutter) 0;
  }
}

.rich-text__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

.rich-text__background-image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rich-text__image {
  position: absolute;
  top: 0;
  right: var(--gutter);
  bottom: 0;
  height: 100%;
  width: 75%;
  overflow: hidden;
}
.rich-text__wrapper--reversed .rich-text__image {
  right: auto;
  left: var(--gutter);
}
@media only screen and (max-width: 767px) {
  .rich-text__wrapper--reversed .rich-text__image {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rich-text__image {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    right: 0;
    left: 0;
  }
}

.rich-text__image-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .rich-text__image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.rich-text__image-bg .placeholder-svg, .rich-text__image-bg .placeholder-svg-filled {
  max-width: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .rich-text__image-bg .placeholder-svg, .rich-text__image-bg .placeholder-svg-filled {
    left: 0;
  }
}
.rich-text__wrapper--reversed .rich-text__image-bg .placeholder-svg, .rich-text__wrapper--reversed .rich-text__image-bg .placeholder-svg-filled {
  margin-left: 0;
  margin-right: -50%;
}
@media only screen and (max-width: 767px) {
  .rich-text__wrapper--reversed .rich-text__image-bg .placeholder-svg, .rich-text__wrapper--reversed .rich-text__image-bg .placeholder-svg-filled {
    margin-right: 0;
  }
}

.rich-text__content {
  position: relative;
  width: 50%;
  padding: var(--gutter);
  background: var(--bg);
  color: var(--text);
  border: 1px solid var(--border);
}
@media only screen and (max-width: 1023px) {
  .rich-text__content {
    width: calc(60% - 20px);
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rich-text__content {
    width: calc(100% - var(--gutter) * 2);
    margin: 0 auto;
  }
  .rich-text__wrapper--no-video .rich-text__content {
    margin-top: var(--gutter);
  }
}
@media only screen and (max-width: 479px) {
  .rich-text__content {
    width: calc(100% - var(--gutter-mobile) * 2);
    padding: var(--gutter-mobile);
  }
}

.rich-text__top-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 10px;
}

.rich-text__top-image-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.rich-text__subheading {
  font-size: calc( 0.875rem * var(---font-adjust-body));
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding-bottom: 10px;
}

.rich-text__heading {
  margin-bottom: 12px;
}

.rich-text__text {
  margin-bottom: 14px;
}
.rich-text__text p {
  font-size: inherit;
  line-height: 1.5;
}

.rich-text__buttons {
  padding-top: 12px;
  margin: 0 -8px -15px;
}
.rich-text__buttons .btn, .rich-text__buttons .shopify-payment-button__button--unbranded {
  margin: 0 8px 15px;
}
@media only screen and (max-width: 479px) {
  .rich-text__buttons .btn, .rich-text__buttons .shopify-payment-button__button--unbranded {
    margin: 0 0 15px;
  }
}

.rich-text__video-link {
  width: 50%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* IE11 fix */
}
@media only screen and (max-width: 1023px) {
  .rich-text__video-link {
    width: calc(40% + 20px);
  }
}
@media only screen and (max-width: 767px) {
  .rich-text__video-link {
    width: 100%;
    margin: var(--gutter) 0;
  }
}
.rich-text__wrapper--no-content .rich-text__video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.rich-text__video-link .play-button {
  width: 60px;
  height: 60px;
}

.play-button {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  margin: auto;
  line-height: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .play-button {
    position: relative;
  }
}
@media only screen and (max-width: 479px) {
  .play-button {
    width: 125px;
    height: 125px;
  }
}
.play-button .icon-play {
  height: 60px;
  width: 60px;
}

/*================ Search page ================*/
.search-page {
  padding-top: 100px;
}

.search-bar {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .search-bar {
    margin-left: auto;
    margin-right: auto;
  }
}

.search-page__results {
  display: flex;
  flex-direction: column;
}

.results__item__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  grid-template-areas: "image info";
  gap: var(--grid-gutter);
}

.results__item__image {
  grid-area: image;
  display: flex;
  justify-content: center;
}

.results__item__info {
  grid-area: info;
}

.search-input {
  background: none;
  border: 0;
  border-bottom: 2px solid var(--border);
  width: 100%;
  height: 50px;
  padding: 0 40px 0 0;
  font-size: calc( 1.5rem * var(---font-adjust-body));
}

.search-input:focus {
  border: 0;
  border-bottom: 2px solid var(--text);
}

.search-input::-webkit-input-placeholder {
  font-size: calc( 1.5rem * var(---font-adjust-body));
}

.search-input:-ms-input-placeholder {
  font-size: calc( 1.5rem * var(---font-adjust-body));
}

.search-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  width: 25px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0;
  color: inherit;
}
.search-submit .icon-search {
  width: 25px;
  height: 25px;
}

/*================ Slideshow ================*/
.slider {
  position: relative;
  overflow: hidden;
}
.slider[data-current-style=text-dark] .slider__scroll-down {
  color: black;
}
.slider[data-current-style=text-dark] .flickity-page-dots .dot {
  border-color: black;
}
.slider[data-current-style=text-dark] .flickity-prev-next-button .arrow {
  fill: black;
}
.slider[data-current-style=text-dark] .slider__arrow {
  --text: black;
}
.slider[data-current-style=text-light] .slider__scroll-down {
  color: white;
}
.slider[data-current-style=text-light] .flickity-page-dots .dot {
  border-color: white;
}
.slider[data-current-style=text-light] .flickity-prev-next-button .arrow {
  fill: white;
}
.slider[data-current-style=text-light] .slider__arrow {
  --text: white;
}

.slider--zoom-out .slide__image {
  transform: scale(1.15);
  transition: transform 0s ease-out 0.5s !important;
}
.slider--zoom-out .is-selected .slide__image.lazyloaded,
.slider--zoom-out .is-selected .slide__image--placeholder {
  transform: scale(1);
  transition: transform 3s ease-out, opacity 0.3s ease-in !important;
}
.slider--zoom-out.no-transition .slide__image {
  transition: none;
}
.slider--zoom-out .flickity-slider {
  transform: none !important;
}
.slider--zoom-out .item {
  left: 0 !important;
  opacity: 0;
  z-index: -1;
  transition: opacity 0s linear 0.5s;
}
.slider--zoom-out .item.is-selected {
  opacity: 1;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.slider--fade .flickity-slider {
  transform: none !important;
}
.slider--fade .item {
  left: 0 !important;
  opacity: 0;
  z-index: -1;
  transition: opacity 0s linear 0.5s;
}
.slider--fade .item.is-selected {
  opacity: 1;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.slider .flickity-page-dots {
  bottom: 10px;
  padding: 0 var(--gutter);
  margin-bottom: 15px;
}
@media only screen and (max-width: 479px) {
  .slider .flickity-page-dots {
    padding: 0 var(--gutter-mobile);
  }
}
.flickity-page-dots .dot:first-child {
  margin-left: 0;
}
.flickity-page-dots .dot:last-child {
  margin-right: 0;
}
.slider--left .flickity-page-dots {
  text-align: left;
}
.slider--right .flickity-page-dots {
  text-align: right;
}
.slider--bottom-left .flickity-page-dots {
  text-align: left;
}
.slider--bottom-right .flickity-page-dots {
  text-align: right;
}
.slider--center .flickity-page-dots {
  text-align: center;
}
.slider--center.slider--has-arrow .flickity-page-dots {
  bottom: 30px;
}
.text-left .flickity-page-dots {
  text-align: left;
}
.text-center .flickity-page-dots {
  text-align: center;
}
.text-right .flickity-page-dots {
  text-align: right;
}

.slider--center {
  text-align: center;
}

.slider--left,
.slider--bottom-left {
  text-align: left;
}
.slider--left .wrapper,
.slider--left .button,
.slider--bottom-left .wrapper,
.slider--bottom-left .button {
  margin-left: 0;
}

.slider--right,
.slider--bottom-right {
  text-align: right;
}
.slider--right .wrapper,
.slider--right .button,
.slider--bottom-right .wrapper,
.slider--bottom-right .button {
  margin-right: 0;
}

.slider--bottom-left .slide__text-block,
.slider--bottom-right .slide__text-block {
  top: auto;
  bottom: 0;
}

.item--text-light {
  --bg: #000;
  --text: #FFF;
  --heading: #FFF;
}

.item--text-dark {
  --bg: #FFF;
  --text: #000;
  --heading: #000;
}

.slider__scroll-down {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 0;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  z-index: 10;
}
.slider__scroll-down .icon-arrow-down {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}

.original-height .slide__image__container {
  position: relative;
}
.original-height .slide__image__container--placeholder {
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  min-height: inherit;
}

.slide__image__container {
  min-height: 100%;
}

.slide__image__container--placeholder {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .slide__image__container--placeholder {
    width: 200%;
  }
}

.slide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide__image__svg {
  position: relative;
  left: 50%;
  width: 0;
  min-height: 100%;
  padding-right: 264%;
  transform: translateX(-50%);
}
.slide__image__svg .placeholder-svg-filled {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .slide__image__container--mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .slide__image__container--mobile ~ .slide__image__container--desktop {
    display: none;
  }
}

.slider__arrow {
  position: absolute;
  z-index: 1;
  border: none;
  background: transparent;
  box-shadow: none;
  --bg: transparent;
  --text: #FFF;
}
@media only screen and (max-width: 479px) {
  .slider__arrow {
    display: none;
  }
}
.slider__arrow.previous {
  left: 0;
}
.slider__arrow.next {
  right: 0;
}
.slider--disabled .slider__arrow {
  display: none;
}

.slide__text-block {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide__text-block .wrapper {
  width: 100%;
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
}

.slider--has-arrow .wrapper,
[data-page-dots=true] .wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 479px) {
  [data-page-dots=true] .slider--has-arrow.slider--center .slide__text-block .wrapper {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .slide__buttons {
    margin-top: 20px;
  }
}

.slide__btn {
  margin: 10px 8px 0;
  vertical-align: middle;
}
.slide__btn:first-child {
  margin-left: 0;
}
.slide__btn:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 480px) {
  .slider--left .slide__btn, .slider--bottom-left .slide__btn {
    margin-left: 0;
    margin-right: 16px;
  }
  .slider--right .slide__btn, .slider--bottom-right .slide__btn {
    margin-left: 16px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .slide__btn {
    margin: 10px 0 0;
    display: block;
  }
}

.video-text-link {
  font-size: calc( 0.875rem * var(---font-adjust-body));
  display: inline-flex;
  align-items: center;
  line-height: 30px;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  color: var(--text);
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  transition: opacity 0.2s ease;
}
.video-text-link:hover, .video-text-link:focus, .video-text-link:active {
  opacity: 0.7;
}
.video-text-link span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.video-text-link .icon-play {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.item {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 240px;
}

/*================ Sub-collections ================*/
.subcollections {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .subcollections {
    overflow: hidden;
  }
}

.pagination + .subcollections {
  margin-top: 30px;
}

.subcollections__list {
  display: flex;
  margin: 20px -20px 0 0;
}
@media only screen and (max-width: 767px) {
  .subcollections__list {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 0;
    padding-bottom: calc(30px - var(--scrollbar-width));
    margin-right: 0;
    margin-bottom: -30px;
  }
}

.subcollection__item {
  display: inline-block;
  width: 220px;
  padding-right: 20px;
  position: relative;
  white-space: normal;
}
@media only screen and (min-width: 768px) {
  .subcollection__item {
    padding: 0;
    margin-right: 20px;
    display: block;
  }
  .subcollections__list--3 .subcollection__item {
    width: calc(33.33% - 20px);
  }
  .subcollections__list--4 .subcollection__item {
    width: calc(25% - 20px);
  }
  .subcollections__list--5 .subcollection__item {
    width: calc(20% - 20px);
  }
}

.subcollection__item-image {
  display: block;
  position: relative;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .subcollection__item-image {
    height: 0;
    padding-top: 100%;
  }
}
.subcollection__item-image:hover .subcollection__item-title span::after {
  width: 100%;
  transition: width 0.5s ease-out;
}

.subcollection__item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  max-width: 100%;
  padding: 20px;
  margin: 0;
  color: #FFF;
  word-break: break-word;
}
.subcollection__item-title span {
  display: block;
  position: relative;
}
.subcollection__item-title span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  background: #FFF;
  transition: width 0.25s ease-in;
}
.touch .subcollection__item-title span::after {
  content: none;
}

/*================ Testimonials ================*/
.testimonials-section {
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
}

.testimonials__header {
  text-align: center;
  word-break: break-word;
  margin-bottom: var(--gutter);
}

@media only screen and (min-width: 768px) {
  .testimonials__wrapper.testimonials--single {
    min-height: 0;
    margin-top: -25px;
  }
}
@media only screen and (max-width: 1023px) {
  .testimonials__wrapper {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials__wrapper {
    overflow-y: hidden;
    margin-left: calc(-1 * var(--gutter));
    margin-right: calc(-1 * var(--gutter));
  }
}
@media only screen and (max-width: 479px) {
  .testimonials__wrapper {
    margin-left: calc(-1 * var(--gutter-mobile));
    margin-right: calc(-1 * var(--gutter-mobile));
  }
}

.testimonials__slider {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .testimonials__slider:not(.flickity-enabled) {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .testimonials__slider.flickity-enabled {
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials__slider {
    overflow-y: hidden;
    overflow-x: scroll;
    margin-bottom: -30px;
    white-space: nowrap;
    line-height: 0;
    padding: 0 calc(var(--gutter) - var(--grid-gutter)) calc(30px - var(--scrollbar-width)) var(--gutter);
  }
}
@media only screen and (max-width: 479px) {
  .testimonials__slider {
    padding-left: var(--gutter-mobile);
    padding-right: calc(var(--gutter-mobile) - var(--grid-gutter));
  }
}
.testimonials__slider .flickity-page-dots {
  position: absolute;
  top: 100%;
  bottom: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .testimonials__slider .flickity-page-dots {
    margin-top: 0;
  }
}

.testimonial__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 100%;
  width: calc(80% - var(--grid-gutter));
  margin-right: var(--grid-gutter);
  white-space: normal;
}
@media only screen and (min-width: 768px) {
  .testimonial__item {
    width: 50%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonial__item {
    width: 33.33%;
  }
}

@media only screen and (min-width: 768px) {
  .testimonial__item--half {
    width: 50%;
  }
}

.testimonial__inner {
  width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .testimonial__inner {
    padding: 0 calc(var(--gutter) / 2);
  }
}

.testimonial__user {
  width: 100%;
  margin: 15px auto 0;
  line-height: 1.5625;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
}

.testimonial__user__image {
  top: 0;
  position: relative;
  vertical-align: middle;
  display: block;
  min-height: 32px;
}
.testimonial__user__image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial__user__image + .testimonial__user__name {
  margin-top: 8px;
}

.testimonial__user__name {
  display: inline-block;
}

.testimonial__text {
  margin: 0 auto;
  position: relative;
  font-size: calc( 1.25rem * var(---font-adjust-body));
  line-height: 1.5625;
}
.testimonial__text p {
  margin: 0 0 1em;
}
@media only screen and (max-width: 1023px) {
  .testimonial__text {
    width: auto;
  }
}

.has-quotes .testimonial__text p:first-child::before {
  content: open-quote;
}
.has-quotes .testimonial__text p:last-child::after {
  content: close-quote;
}

.tabbed-collections-section {
  padding: var(--gutter) 0;
  overflow: hidden;
}

.tabbed-collections__heading {
  font-size: calc( 0.875rem * var(---font-adjust-heading));
  margin-bottom: 15px;
  text-align: left;
  text-transform: uppercase;
}

.tabbed-collections__tabs {
  padding: 0 50px 0 0;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .tabbed-collections__tabs {
    width: 100%;
    padding: 0;
  }
}

.tabbed-collections__nav {
  margin-left: 0;
  margin-bottom: 30px;
}

.tabbed-collections__nav__button {
  margin-bottom: 9px;
  opacity: 0.35;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: opacity 0.3s ease;
}
.tabbed-collections__nav__button:hover {
  opacity: 0.5;
}

.tabbed-collections__nav__button--active {
  opacity: 1;
  text-decoration: underline;
}
.tabbed-collections__nav__button--active:hover {
  opacity: 1;
}

.tabbed-collections__container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tabbed-collections__container {
    padding-right: calc(50% + var(--gutter));
    min-height: calc( (100vw - var(--gutter)*2) / 2);
  }
}
@media only screen and (min-width: 1320px) {
  .tabbed-collections__container {
    min-height: calc( (var(--site-width) - var(--gutter)*2) / 2);
  }
}

.tabbed-collections__item {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  will-change: opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.tabbed-collections__item--active {
  height: auto;
  overflow: initial;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.tabbed-collections__item__content .product__badge {
  display: flex;
  justify-content: flex-start;
}
.tabbed-collections__item__content .btn, .tabbed-collections__item__content .shopify-payment-button__button--unbranded {
  margin-top: 50px;
}

.tabbed-collections__product__title {
  margin: 18px 0 0;
}

.tabbed-collections__product__title_text {
  margin-right: 14px;
}

.tabbed-collections__product__description {
  margin-bottom: 0;
}

.tabbed-collections__product__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .tabbed-collections__product__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}
.tabbed-collections__product__image .placeholder-svg, .tabbed-collections__product__image .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 200%;
  max-height: 200%;
  transform: translate(-50%, -50%);
}

.tabbed-collections__product__image-bg {
  display: block;
  width: 100%;
  height: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .tabbed-collections__product__image-bg {
    background-position: center center;
  }
}

.tabbed-collections__product__image-bg--placeholder {
  padding-top: 100%;
}

.store-availability-container .icon {
  width: 12px;
  height: 12px;
  margin: 4px 4px 0 0;
}
.store-availability-container .icon-in-stock {
  fill: var(--success-green);
}
.store-availability-container .icon-out-of-stock {
  fill: var(--error-red);
}
.store-availability-container .store-availability-list__stock .icon {
  margin: 0 2px 3px 0;
}
.store-availability-container .icon-close {
  width: 18px;
  height: 18px;
  margin: 0;
}
.store-availability-container .store-availabilities-modal {
  display: none;
}

.store-availability-container--center {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .store-availability-container--center {
    justify-content: center;
  }
}

.store-availability-small-text {
  margin: 0;
  font-size: 90%;
}

.store-availability-information {
  display: flex;
  margin-left: 0;
  margin-top: 30px;
}

.store-availability-information-container {
  line-height: 1.5;
  margin-left: 5px;
}

.store-availability-information__title {
  margin: 0;
}

.store-availability-information__stock {
  margin: 0;
}

.store-availability-information__stores {
  margin-top: 8px;
}

.store-availability-information__link {
  text-decoration: underline;
  cursor: pointer;
}
.store-availability-information__link:hover, .store-availability-information__link:focus {
  opacity: 0.6;
}

.store-availabilities-modal {
  /*   -webkit-transform: translateZ(0); // translateZ hack */
  will-change: transform;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100vw;
  right: auto;
  z-index: 1000;
  width: 300px;
  max-height: 100vh;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--text);
  background-color: var(--bg);
  transition: var(--drawer-transition);
  border-left: 2px solid var(--accent);
  opacity: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateY(0);
}
.store-availabilities-modal .icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.store-availabilities-modal .icon-in-stock {
  fill: var(--success-green);
  margin: 5px 0 0 0;
}
.store-availabilities-modal .icon-out-of-stock {
  fill: var(--error-red);
  margin: 5px 0 0 0;
}
.store-availabilities-modal .store-availability-list__stock .icon-in-stock {
  margin: 0 0 2px 0;
}
.store-availabilities-modal .store-availability-list__stock .icon-out-of-stock {
  margin: 0 0 2px 0;
}
.store-availabilities-modal .icon-close {
  width: 40px;
  height: 40px;
}

.store-availabilities-modal--active {
  transform: translateX(calc(-1 * var(--drawer-width)));
}

.store-availabilities-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.store-availabilities-modal__product-information {
  position: relative;
  width: calc(100% - 70px);
}

.store-availabilities-modal__product__title {
  text-transform: none;
  margin: 20px 0;
  color: var(--text);
  font-weight: var(---font-weight-heading-bold);
}

.store-availabilities-list {
  overflow: auto;
  margin: 0;
}

.store-availability-list__item {
  padding: 0;
  margin: 0;
}
.store-availability-list__item::before {
  content: "";
  display: block;
  border-bottom: 2px solid var(--accent);
  clear: both;
  width: 100%;
  height: 0;
  margin: 16px 0;
}
.store-availability-list__item p {
  font-size: calc( 0.8125rem * var(---font-adjust-body));
  margin-bottom: 0;
}

.store-availability-list__phone a {
  text-decoration: none;
}

.store-availability-list__location {
  display: flex;
  justify-content: space-between;
}

.store-availability-list__stock {
  margin-top: 8px;
  margin-bottom: 16px;
}

.store-availability-list__address {
  font-size: 90%;
  font-style: var(---font-style-body);
}
.store-availability-list__address p {
  margin: 0;
  font-size: inherit;
}

.store-availability-list-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}

.store-availability-list-header__location {
  font-weight: var(---font-weight-body-bold);
  padding-right: 5px;
}

.store-availability-list-header__location,
.store-availability-list-header__distance {
  margin-bottom: 0;
  font-size: calc(1rem * var(---font-adjust-body));
  color: var(--text);
}
/* Customize */
#header-top-section {
  background: #fff;
  justify-content: space-between;
  padding: 25px var(--gutter);
}
#header-top-section .logo {
  width: 50%;
  justify-content: flex-start;
}
.header-column-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}
.header-search-form {
  width: 30px;
}
.header-search-form svg {
  color: #000;
  font-size: 24px;
}
.header-search-form .nav-search__input-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search-form .nav-search__input {
  padding: 10px;
  font-size: 16px;
  color: #888888;
  border: 1px solid #888888;
  border: 0;
  font-size: 0;
  padding: 0;
  position: absolute;
  left: 0;
  cursor: pointer;
  top: 0;
}
#header-top-section .nav__icons {
  position: initial;
  margin: 0 0 0 20px;
  justify-content: flex-end;
}
#header-top-section .nav__icons .nav__link {
  color: #000;
}
.nav__icons li {
  margin: 0 !important;
}
#AccessibleNav {
  background: #000;
}
@media screen and (min-width: 768px) {
  #ListCollections--collection-list {
    padding-top: 0;
    margin-top: calc(-1 * var(--gutter));
  }
}
.slide__heading {
  font-size: 60px;
  line-height: 1;
  max-width: 600px;
  margin: 0 auto 30px;
}
.featured-image-columns-container {
  padding: var(--gutter) 0;
}
.product-grid-item {
  border: 1px solid transparent;
  padding: 10px;
}
.product-grid-item:hover {
  border: 1px solid #efefef;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter);
}
.grid .one-whole {
  width: 100%;
}
.grid .one-half {
  width: calc(50% - var(--gutter)/2);
}
.grid .one-third {
  width: calc(33.33% - var(--gutter)*2/3);
}
.grid .one-quarter {
  width: calc(25% - var(--gutter)*3/4);
}
@media only screen and (max-width: 1023px) {
  .grid {
    gap: var(--grid-gutter);
  }
  .grid .one-whole {
    width: 100%;
  }
  .grid .one-half {
    width: calc(50% - var(--grid-gutter)/2);
  }
  .grid .one-third {
    width: calc(33.33% - var(--grid-gutter)*2/3);
  }
  .grid .one-quarter {
    width: calc(25% - var(--grid-gutter)*3/4);
  }
  .featured-image-columns-container {
    padding-top: var(--grid-gutter);
  }
}
@media only screen and (max-width: 767px) {
  .grid {
    gap: var(--grid-gutter);
  }
  .grid .mobile--one-whole {
    width: 100%;
  }
  .grid .mobile--one-half {
    width: calc(50% - var(--grid-gutter)/2);
  }
  .product-grid-item {
    padding: 0;
  }
  #header-top-section {
    padding: 10px;
  }
  #header-navigation-section,
  .header-search-form {
    display: none;
  }
}
/*
#shopify-section-instafeed {
  background: #f6f6f6;
  text-align: center;
}
#shopify-section-instafeed h2 {
  font-size: 48px;
  font-family: var(---font-stack-body);
  font-weight: bold;
  color: var(--accent);
  padding: 0 0 var(--gutter);
  margin-bottom: 0;
  text-transform: uppercase;
}
#shopify-section-instafeed h3 {
  font-size: 36px;
  font-weight: bold;
  padding: var(--gutter) 0 0;
  margin-bottom: 0;
  text-transform: uppercase;
}*/
/*
#insta-feed {
  margin-top: 0 !important;
  display: grid !important;
  grid-template-areas: "one two five five six seven"
                       "three four five five eight nine";
}
#insta-feed a:nth-child(1) {
  grid-area: one;
}
#insta-feed a:nth-child(2) {
  grid-area: two;
}
#insta-feed a:nth-child(3) {
  grid-area: three;
}
#insta-feed a:nth-child(4) {
  grid-area: four;
}
#insta-feed a:nth-child(5) {
  grid-area: five;
}
#insta-feed a:nth-child(6) {
  grid-area: six;
}
#insta-feed a:nth-child(7) {
  grid-area: seven;
}
#insta-feed a:nth-child(8) {
  grid-area: eight;
}
#insta-feed a:nth-child(9) {
  grid-area: nine;
}*//*
#insta-feed a, .instafeed-shopify a {
  display: block !important;
  z-index: 1!important;
}
#insta-feed .instafeed-container, .instafeed-shopify .instafeed-container {
  width: 100% !important;
  padding-top: 100% !important;
}*/
.footer-block-text {
  font-size: 18px;
  color: var(--text);
}
.footer-block-text p {
  margin-top: 0;
}
.footer-block-text strong {
  font-size: 18px;
  color: var(--accent);
}
.footer-block a {
  text-decoration: none !important;
}
.footer-blok-newsletter .footer-title {
  font-size: 18px;
  color: var(--text);
  margin-bottom: 16px;
}
.footer-blok-newsletter .footer-title strong {
  color: var(--accent);
}
.footer-copyright-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-copyright-menu-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}
.footer-copyright-menu-link {
  list-style: none;
  font-size: 14px;
  margin: 0;
}
.cart_item_count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: var(---color-accent);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-family: var(---font-stack-body);
  font-size: 10px;
  font-weight: bold;
  line-height: 11px;
  color: #fff;
  right: -10px;
  top: -10px;
}
.nav__item-components .dropdown {
  max-width: 640px;
  width: 640px;
}
.nav__item-components .dropdown__item-wrap:before {
  display: none;
}
.nav__item-components .dropdown__item-wrap {
  width: 50%;
  list-style: none;
}
.nav__item-components .dropdown__item-wrap ul {
  margin: 0;
}
.nav__item-components .dropdown__item-wrap ul &gt; li {
  list-style: none;
}
.footer-blocks {
  flex-wrap: wrap;
}
.footer-blok-newsletter {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .footer-block {
    width: 25%;
  }
  .footer-blok-newsletter {
    width: 100%;
    max-width: 100%;
  }
  .footer-blok-newsletter .contact-form {
    max-width: 480px;
    margin: auto;
    text-align: center;
  }
  .footer-blok-newsletter .footer-title {
    text-align: center;
    justify-content: center;
  }
  .site-footer .input-group {
    flex-wrap: nowrap;
  }
  .site-footer .input-group__btn-wrapper {
    margin: 0;
    width: 30%;
  }
  .site-footer .input-group__btn {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .footer-blocks--4 .footer-block-text {
    width: calc(4/12*100%);
    max-width: calc(4/12*100%);
  }
  .footer-blocks--4 .footer-blok-newsletter {
    width: 100%;
    max-width: 100%;
  }
}
#header-top-section .nav__icons .nav__link {
  padding: 0;
}
#header-navigation-section {
  border-bottom: 3px solid var(--accent);
}
.mobile-menu__toggle-column {
  display: none;
}
.mobile-menu__toggle svg {
  fill: #000;
}
#collection__sort_by {
  padding: 10px;
  width: 100%;
  font-size: 18px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.template-product #MainContent .wrapper {
  max-width: 1320px;
}
.product-single__media-slider .flickity-button {
  width: 40px;
  height: 40px;
}
.product-single__media-slider .flickity-prev-next-button.previous {
  left: 0;
}
.product-single__media-slider .flickity-prev-next-button.next {
  right: 0;
}
.product-single__media-slider .flickity-prev-next-button.next:before, 
.product-single__media-slider .flickity-prev-next-button.next:after {
  width: 20px;
  right: calc(50% - 20px);
}
.product-single__media-slider .flickity-prev-next-button.previous:before, 
.product-single__media-slider .flickity-prev-next-button.previous:after {
  width: 20px;
  left: calc(50% - 20px);
}
@media screen and (max-width: 1200px) {
  .nav__item--default {
    margin: 0 10px;
  }
  .nav__link {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .mobile-menu__toggle-column {
    display: block;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site-footer .input-group__btn {
    width: auto;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-bar__slide {
    font-size: 12px;
  }
  .mobile-menu__toggle-column {
    width: auto;
  }
  #header-top-section .nav__icons .nav__link {
    padding: 0;
  }
  #header-top-section .nav__icons {
    width: 25%;
  }
  #header-top-section .logo {
    width: 50%;
  }
  #shopify-section-instafeed h2 {
    font-size: 32px;
  }
  #shopify-section-instafeed h3 {
    font-size: 28px;
  }
  .site-footer .input-group__btn {
    width: 100%;
  }
  .footer-copyright-wrapper {
    justify-content: center;
  }
  .slide__heading {
    font-size: 30px;
  }
  .footer-content__logo {
    justify-content: center;
  }
  .footer-title__button {
    padding: 0 !important;
  }
  .footer-block-text {
    text-align: center;
  }

  [data-collapsible-trigger-mobile] .icon-minus {
    margin-left: -14px;
  }
}
#shopify-section-collection-template-boost-pfs-filter {
  padding-top: 0;
}
.boost-pfs-filter-collection-header-wrapper h1.boost-pfs-filter-collection-header {
  font-size: 60px;
  font-weight: 300;
}
.boost-pfs-filter-custom-sorting button {
  width: 100%;
  text-align: left;
}
.boost-pfs-filter-custom-sorting {
  border: 1px solid var(--border);
  padding: 10px;
}
.boost-pfs-action-list-wrapper {
  display: none !important;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading {
  font-size: 18px !important;
  font-weight: bold !important;
}
[data-option-name="size"] {
  order: -1;
}
.product-stock-text {
  text-align: center;
}
.ajaxcart__footer-row {
  
}
.boost-pfs-filter-collection-header-wrapper h1 {
  line-height: 1 !important;
}
.boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown {
  width: 100% !important;
}
.start-your-return {
  font-size: 15px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-read-confirm {
  font-size: 15px;
  
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.start-your-return input {
  margin-right: 10px;
}
.cart-read-confirm input {
  margin-top: 6px;
  margin-right: 10px;
}
.cart__buttons__fieldset {
  position: relative;
}
/*
.cart__buttons__fieldset:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: rgba(255,255,255,.8);
}
body.ok-checkout .cart__buttons__fieldset:before {
  display: none;
}*/
  .boost-pfs-filter-collection-header-wrapper {
    padding: 20px 0 !important;
  }
  .boost-pfs-filter-collection-header-wrapper h1.boost-pfs-filter-collection-header {
    font-size: 40px;
  }
  .footer-title__button, .footer-block {
    padding: 5px;
    margin-bottom: 15px !important;
  }
}
.boost-pfs-filter-collection-header-wrapper {
  
}
.collection__header {
  background: #efefef;
  padding: 20px 0;
}

.cart-read-confirm {
  display: block;
  margin-bottom: 15px;
}

.cart-read-confirm input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cart-read-confirm label {
  position: relative;
  cursor: pointer;
}

.cart-read-confirm label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--button-primary-bg);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.cart-read-confirm input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--button-primary-bg);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.boost-pfs-filter-collection-header-wrapper {
  display: none;
}
.discount_code_field {
  margin: 20px 0;
  display: none;
}
.discount_code_field [type="text"] {
  border: 1px solid var(--border);
  width: calc(100% - 100px);
}
.discount_code_field .btn {
  width: 100px;
}
.tag, .tag-fp {
  background-color: #a0a0a0;
}
.boost-pfs-filter-product-item-label {
  
}
.boost-pfs-filter-product-item-inner .tag {
  display: none !important;
}
.boost-pfs-filter-product-item-label .soldout {
  background-color: #a0a0a0 !important;
}
#shopify-section-search-template-boost-pfs-filter {
  padding-top: 0 !important;
}
.boost-pfs-filter-collection-header-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav__item--icon-search {
    
  }
}
@media screen and (max-width: 767px) {
  .header-column-right .nav__item--icon-account {
    display: none;
  }
}
.nav__item--icon-divider {
  color: var(---color-accent);
  padding-bottom: 5px;
}
.drawer .nav__icons {
  margin-top: 5px;
}
.drawer .nav__item--icon {
  margin-left: 0;
}
.drawer .nav__item--icon .nav__link {
  padding: 15px 0;
}
.tag.tag-sale {
  background: var(--accent);
  color: #ffffff;
}
body.template-search,
body.boost-pfs-search-suggestion-mobile-open {
  overflow: auto !important;
  position: initial !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input,
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-btn {
  border-radius: 0 !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-btn {
  min-width: 40px !important;
}
.boost-pfs-search-form {
  margin: 0 !important;
}
.boost-pfs-minicart-wrapper {
  display: none !important;
}
.footer-title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.footer-title .icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-block-link .footer-links__wrapper {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .footer-block {
    margin-bottom: 0;
  }
  .footer-block-link .footer-links__wrapper {
    display: none;
  }
  .footer-title:not(.active) .icon-plus {
    display: block;
  }
  .footer-title.active .icon-minus {
    display: block;
  }
}
.returnprime .customer .btn.btn-primary {
  font-weight: bold;
}
.returnprime .customer .orderlist__btns {
  padding-top: 15px !important;
}
.returnprime .customer .btn.btn-primary:hover {
  color: #0099dd!important;
}
.returnprime .customer .action__btns .next__btn {
  max-width: 100%;
  border: 2px solid #0099dd!important;
  font-size: 18px !important;
  font-weight: 700 !important;
  border-radius: 0px !important;
}

.returnprime .customer .action__btns .back__btn {
  font-size: 18px !important;
  font-weight: 700 !important;
  border-radius: 0px !important;
}

.returnprime .customer .action__btns .next__btn:hover {
  border: 2px solid #0099dd!important;
}
.returnprime .customer .action__btns {
  gap: 20px
}
.returnprime .customer .action__btns .btn {
  width: calc(50% - 10px);
  margin: 0 !important;
  font-size: 16px;
  border-radius: 0;
  font-weight: 600;
}
.returnprime .refund__wrapper .refund__list {
  max-width: 50% !important;
}
.returnprime .refund__wrapper .refund__radio-card .refund__card .refund__card-content h5 {
  font-family: var(---font-stack-body) !important;
  font-size: 16px !important;
}
.cart__item__property {
  font-size: 12px;
  margin-top: 0;
}
shopify-payment-terms,
[shopify-payment-terms],
.shopify-installments {
  display: block;
  padding: 13px;
  background: #f2f2f2;
  border-radius: 10px;
  font-size: 14px;
  margin: 10px 0 0;
}
.product-single__details shopify-payment-terms,
.product-single__details [shopify-payment-terms],
.product-single__details .shopify-installments {
  margin-top: 35px;
}
.boost-pfs-filter-product-item-regular-price span {
  padding: 0 3px;
}
.nav__icons {
  list-style: none !important;
  gap: 20px;
}
@media screen and (max-width: 420px) {
  .nav__icons {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .nav__item-faq,
  .nav__item-returns,
  .nav__item-contact {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .template-search .boost-pfs-filter-collection-header-wrapper {
    display: none;
    background: transparent;
  }
  .template-search .boost-pfs-filter-toolbar-top-mobile {
    border: 0;
  }
  .drawer__header .menu__item--icon {
    list-style: none;
  }
}
@media screen and (max-width: 1024px) {
  .menu__item.menu__item--icon {
    display: none !important
  }
}
wishlist-link .wk-button {
  padding: 0 !important;
  margin: 0 !important;
  top: 0 !important;
}
wishlist-link .wk-bubble {
  top: -10px !important;
}/*
.drawer__header wishlist-link .wk-bubble {
  top: -15px !important;
}*/
.boost-pfs-filter-product-item-price {
  white-space: nowrap;
  text-align: center;
  font-size: 15px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  letter-spacing: -1px;
}
form-embed {
  display: block;
  padding-bottom: 30px;
}
form-embed h2 {
  display: none;
}
/* Recipient form */
.recipient-form {
  /* (2.88[line-height] - 1.6rem) / 2 */
  --recipient-checkbox-margin-top: 0.64rem;

  display: block;
  position: relative;
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.recipient-form-field-label {
  margin: 0.6rem 0;
}

.recipient-form-field-label--space-between {
  display: flex;
  justify-content: space-between;
}

.recipient-checkbox {
  flex-grow: 1;
  font-size: 16px;
  display: flex;
  word-break: break-word;
  align-items: flex-start;
  max-width: inherit;
  position: relative;
  cursor: pointer;
  
}
.recipient-checkbox span {
  padding-left: 40px;
}
.recipient-form &gt; input[type='checkbox'] {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  top: 0;
  left: 0;
}

.recipient-fields__field {
  margin: 0 0 2rem 0;
}

.recipient-fields .field__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3.5rem);
  overflow: hidden;
}

.recipient-checkbox &gt; svg {
  margin-top: 10px;
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.recipient-form .icon-checkmark {
  visibility: hidden;
  position: absolute;
  left: 0.28rem;
  z-index: 5;
  top: 0.4rem;
  width: 10px;
  height: 9px;
}

.recipient-form &gt; input[type='checkbox']:checked + label .icon-checkmark {
  visibility: visible;
}

.js .recipient-fields {
  display: none;
}

.recipient-fields hr {
  margin: 1.6rem auto;
}

.recipient-form &gt; input[type='checkbox']:checked ~ .recipient-fields {
  display: block;
}
.recipient-form &gt; input[type='checkbox']:not(:checked, :disabled) ~ .recipient-fields,
.recipient-email-label {
  display: none;
}

.js .recipient-email-label.required {
  display: inline;
}

.recipient-form ul {
  padding-left: 4.4rem;
  text-align: left;
}

.recipient-form ul a {
  display: inline;
}

.recipient-form .error-message::first-letter {
  text-transform: capitalize;
}

.recipient-form input,
.recipient-form textarea, 
.recipient-form select {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (forced-colors: active) {
  .recipient-fields &gt; hr {
    border-top: 0.1rem solid #efefef;
  }

  .recipient-checkbox &gt; svg {
    background-color: inherit;
    border: 0.1rem solid #efefef;
  }

  .recipient-form &gt; input[type='checkbox']:checked + label .icon-checkmark {
    border: none;
  }
}

/**Back in stock app css**/

.iStock-wrapper .iStock-notify-btn{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.iStock-wrapper .iStock-title {
    font-family: 'BebasNeue-Regular';
}</pre></body></html>