/** Shopify CDN: Minification failed

Line 1295:2 Expected identifier but found "*"
Line 3922:2 Expected identifier but found "*"
Line 4600:2 Expected identifier but found "*"
Line 4734:0 Unexpected "}"
Line 4777:0 Unexpected "}"
Line 15321:38 Unexpected bad string token
Line 15321:62 Unterminated string token
Line 15322:4 Expected "]" to go with "["
Line 15329:31 Unterminated string token
Line 15356:67 Expected "]" to go with "["

**/
@charset "UTF-8";
/*============================================================================
  Palo Alto | Built with Skate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ VARIABLES ================*/
/*============================================================================
	#Breakpoint and Grid Variables
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*============================================================================
	#General Variables
==============================================================================*/
/*================ TOOLS ================*/
/*============================================================================
	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.
==============================================================================*/
/*============================================================================
	Dependency-free breakpoint mixin
		- Based on http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
		- Usage docs: http://shopify.github.io/Timber/#sass-mixins
==============================================================================*/
/*================ GLOBAL ================*/
/*================ Normalize ================*/
*, input, :before, :after {
  box-sizing: border-box;
}

h1 {
    text-align:center;
}

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: 15px;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 50px;
  padding: 25px 50px;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 25px;
}
blockquote cite {
  display: block;
  font-size: 11px;
}
blockquote cite:before {
  content: "— ";
}

/*================ Code ================*/
code, pre {
  background-color: #faf7f5;
  font-family: Consolas, monospace;
  font-size: 14px;
  border: 0 none;
  padding: 0 2px;
  color: #51ab62;
}

pre {
  overflow: auto;
  padding: 25px;
  margin: 0 0 50px;
}

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

/*================ Lists ================*/
ul, ol {
  margin: 0 0 25px 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(--color-border);
}

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

th, td {
  text-align: left;
  padding: 20px;
  font-weight: inherit;
  border: 1px solid var(--color-border);
}
@media screen and (max-width: 767px) {
  th, td {
    padding: 15px;
  }
}
@media 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;
}

.form-vertical {
  margin-bottom: 25px;
}

/*================ Prevent zoom on touch devices in active inputs ================*/
input,
textarea,
button,
select {
  padding: 0;
  margin: 0;
  -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(--body-font-family);
  font-weight: var(--body-font-weight);
  font-style: var(--body-font-style);
}

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

fieldset {
  padding: 25px;
}

legend {
  border: 0;
  padding: 0;
}

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

input,
textarea,
select {
  border: 1px solid var(--color-border);
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 0px;
}
input[disabled], input.disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
  cursor: default;
  background-color: #f6f6f6;
  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;
  background-position: right center;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  background-size: 12px;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}

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

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

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

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

optgroup {
  font-weight: var(--body-font-weight-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 screen and (min-width: 0px) and (max-width: 767px) {
  .table--responsive h2, .table--responsive .h2, .table--responsive h3, .table--responsive .h3 {
    text-align: center;
  }
  .table--responsive .cart__row {
    padding-top: 0px;
  }
  .table--responsive .cart__row:first-child {
    border: none;
    margin-top: 0px;
  }
  .table--responsive .cart__row .js-qty, .table--responsive .cart__row .ajaxcart__qty {
    margin-left: -10px;
  }
  .table--responsive .cart__row .js-qty button, .table--responsive .cart__row .ajaxcart__qty button {
    width: 32px;
    height: 32px;
    padding: 0;
  }
  .table--responsive .cart__subtotal {
    margin-left: 0px !important;
  }
  .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;
  }
  .table--responsive td:first-child {
    padding: 0;
  }
  .table--responsive td::before {
    content: attr(data-label);
    float: left;
    text-align: left;
    width: 100px;
    font-size: 12px;
    line-height: 22px;
    position: absolute;
    left: 0;
  }
  .table--responsive td[data-label] {
    text-align: left !important;
    padding-left: 100px;
  }
  .table--responsive td .cart__row-discounts {
    text-align: left !important;
  }
  .table--responsive.cart-table img {
    margin: 0 auto;
  }
  .table--responsive .table__section + .table__section {
    position: relative;
    margin-top: 25px;
  }
  .table--responsive .table__section + .table__section:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
  }
}

@media 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(--color-text-body);
  background-color: var(--color-bg-body);
  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%;
  z-index: 100;
  border: 2px solid var(--color-border);
  box-sizing: border-box;
  pointer-events: none;
}
body:not(.no-outline) .swatch input:focus + label::after,
body:not(.no-outline) .swatch input.focus-visible + label::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;
}

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

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

.btn, .blog-tag a, .blog-tag span, .megamenu__image-button, .shopify-payment-button__button--unbranded, .btn--secondary,
.rte .btn--secondary,
.rte .btn {
  display: inline-block;
  position: relative;
  color: var(--color-button-primary-text);
  background: var(--color-button-primary-text);
  border: 2px solid var(--color-button-primary-bg);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  box-shadow: none;
  border-radius: var(--button-border-radius);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 24px;
  transform: perspective(1px) translateZ(0);
  transition: color 0.3s ease;
  /*================ Set primary button colors ================*/
}
.btn::before, .blog-tag a::before, .blog-tag span::before, .megamenu__image-button::before, .shopify-payment-button__button--unbranded::before, .btn--secondary::before,
.rte .btn--secondary::before,
.rte .btn::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--button-border-radius-inner);
  transform: scaleX(1);
  transition: transform 0.3s ease-out;
  transform-origin: 50%;
  background: var(--color-button-primary-bg);
}
.btn:hover, .blog-tag a:hover, .blog-tag span:hover, .megamenu__image-button:hover, .shopify-payment-button__button--unbranded:hover, .btn--secondary:hover, .btn:focus, .blog-tag a:focus, .blog-tag span:focus, .megamenu__image-button:focus, .shopify-payment-button__button--unbranded:focus, .btn--secondary:focus,
.rte .btn:hover,
.rte .btn:focus {
  color: var(--color-button-primary-bg);
  border-color: var(--color-button-primary-bg);
}
.btn:hover::before, .blog-tag a:hover::before, .blog-tag span:hover::before, .megamenu__image-button:hover::before, .shopify-payment-button__button--unbranded:hover::before, .btn--secondary:hover::before, .btn:focus::before, .blog-tag a:focus::before, .blog-tag span:focus::before, .megamenu__image-button:focus::before, .shopify-payment-button__button--unbranded:focus::before, .btn--secondary:focus::before,
.rte .btn:hover::before,
.rte .btn:focus::before {
  transform: scaleX(0);
}
.btn[disabled], .blog-tag a[disabled], .blog-tag span[disabled], [disabled].megamenu__image-button, [disabled].shopify-payment-button__button--unbranded, [disabled].btn--secondary, .btn:disabled, .blog-tag a:disabled, .blog-tag span:disabled, .megamenu__image-button:disabled, .shopify-payment-button__button--unbranded:disabled, .btn--secondary:disabled, .btn.disabled, .blog-tag a.disabled, .blog-tag span.disabled, .disabled.megamenu__image-button, .disabled.shopify-payment-button__button--unbranded, .disabled.btn--secondary,
.rte .btn[disabled],
.rte .btn:disabled,
.rte .btn.disabled {
  cursor: default;
  background: var(--color-button-primary-bg);
  color: var(--color-button-primary-text-alpha-50);
}
.no-button-animation .btn, .no-button-animation .blog-tag a, .blog-tag .no-button-animation a, .no-button-animation .blog-tag span, .blog-tag .no-button-animation span, .no-button-animation .megamenu__image-button, .no-button-animation .shopify-payment-button__button--unbranded, .no-button-animation .btn--secondary,
.no-button-animation .rte .btn {
  background: var(--color-button-primary-bg);
}
.no-button-animation .btn::before, .no-button-animation .blog-tag a::before, .blog-tag .no-button-animation a::before, .no-button-animation .blog-tag span::before, .blog-tag .no-button-animation span::before, .no-button-animation .megamenu__image-button::before, .no-button-animation .shopify-payment-button__button--unbranded::before, .no-button-animation .btn--secondary::before,
.no-button-animation .rte .btn::before {
  content: none;
}
.no-button-animation .btn:hover, .no-button-animation .blog-tag a:hover, .blog-tag .no-button-animation a:hover, .no-button-animation .blog-tag span:hover, .blog-tag .no-button-animation span:hover, .no-button-animation .megamenu__image-button:hover, .no-button-animation .shopify-payment-button__button--unbranded:hover, .no-button-animation .btn--secondary:hover, .no-button-animation .btn:focus, .no-button-animation .blog-tag a:focus, .blog-tag .no-button-animation a:focus, .no-button-animation .blog-tag span:focus, .blog-tag .no-button-animation span:focus, .no-button-animation .megamenu__image-button:focus, .no-button-animation .shopify-payment-button__button--unbranded:focus, .no-button-animation .btn--secondary:focus,
.no-button-animation .rte .btn:hover,
.no-button-animation .rte .btn:focus {
  color: var(--color-button-primary-text);
}
.no-button-animation .btn[disabled], .no-button-animation .blog-tag a[disabled], .blog-tag .no-button-animation a[disabled], .no-button-animation .blog-tag span[disabled], .blog-tag .no-button-animation span[disabled], .no-button-animation [disabled].megamenu__image-button, .no-button-animation [disabled].shopify-payment-button__button--unbranded, .no-button-animation [disabled].btn--secondary, .no-button-animation .btn:disabled, .no-button-animation .blog-tag a:disabled, .blog-tag .no-button-animation a:disabled, .no-button-animation .blog-tag span:disabled, .blog-tag .no-button-animation span:disabled, .no-button-animation .megamenu__image-button:disabled, .no-button-animation .shopify-payment-button__button--unbranded:disabled, .no-button-animation .btn--secondary:disabled, .no-button-animation .btn.disabled, .no-button-animation .blog-tag a.disabled, .blog-tag .no-button-animation a.disabled, .no-button-animation .blog-tag span.disabled, .blog-tag .no-button-animation span.disabled, .no-button-animation .disabled.megamenu__image-button, .no-button-animation .disabled.shopify-payment-button__button--unbranded, .no-button-animation .disabled.btn--secondary,
.no-button-animation .rte .btn[disabled],
.no-button-animation .rte .btn:disabled,
.no-button-animation .rte .btn.disabled {
  color: var(--color-button-primary-text-alpha-50);
}

input.btn, input.megamenu__image-button, input.shopify-payment-button__button--unbranded, input.btn--secondary,
.rte input.btn--secondary {
  background: var(--color-button-primary-bg);
}
input.btn:hover, input.megamenu__image-button:hover, input.shopify-payment-button__button--unbranded:hover, input.btn--secondary:hover, input.btn:focus, input.megamenu__image-button:focus, input.shopify-payment-button__button--unbranded:focus, input.btn--secondary:focus {
  color: var(--color-button-primary-bg);
  background: var(--color-button-primary-text);
}
input.btn::before, input.megamenu__image-button::before, input.shopify-payment-button__button--unbranded::before, input.btn--secondary::before,
.rte input.btn--secondary::before {
  content: none;
}

.no-buttons .btn, .no-buttons .blog-tag a, .blog-tag .no-buttons a, .no-buttons .blog-tag span, .blog-tag .no-buttons span, .no-buttons .megamenu__image-button, .no-buttons .shopify-payment-button__button--unbranded, .no-buttons .btn--secondary {
  display: none;
}

button.btn, button.megamenu__image-button, button.shopify-payment-button__button--unbranded, button.btn--secondary,
.rte button.btn--secondary {
  display: block;
  margin-right: auto;
}

.btn--secondary,
.btn--light,
.blog-tag a,
.blog-tag span {
  color: var(--color-button-secondary-text);
  background: var(--color-button-secondary-text);
  border-color: var(--color-button-secondary-text);
}
.btn--secondary::before,
.btn--light::before,
.blog-tag a::before,
.blog-tag span::before {
  background: var(--color-button-secondary-bg);
}
.btn--secondary:hover, .btn--secondary:focus,
.btn--light:hover,
.blog-tag a:hover,
.blog-tag span:hover,
.btn--light:focus,
.blog-tag a:focus,
.blog-tag span:focus {
  color: var(--color-button-secondary-bg);
  border-color: var(--color-button-secondary-text);
}
.btn--secondary[disabled], .btn--secondary:disabled, .btn--secondary.disabled,
.btn--light[disabled],
.blog-tag a[disabled],
.blog-tag span[disabled],
.btn--light:disabled,
.blog-tag a:disabled,
.blog-tag span:disabled,
.btn--light.disabled,
.blog-tag a.disabled,
.blog-tag span.disabled {
  border: 2px solid var(--color-button-secondary-text-alpha-50);
  color: var(--color-button-secondary-text-alpha-50);
  background: var(--color-button-secondary-bg);
}
.btn--secondary[disabled]::before, .btn--secondary:disabled::before, .btn--secondary.disabled::before,
.btn--light[disabled]::before,
.blog-tag a[disabled]::before,
.blog-tag span[disabled]::before,
.btn--light:disabled::before,
.blog-tag a:disabled::before,
.blog-tag span:disabled::before,
.btn--light.disabled::before,
.blog-tag a.disabled::before,
.blog-tag span.disabled::before {
  content: none;
}
.btn--secondary[disabled]:hover, .btn--secondary:disabled:hover, .btn--secondary.disabled:hover,
.btn--light[disabled]:hover,
.blog-tag a[disabled]:hover,
.blog-tag span[disabled]:hover,
.btn--light:disabled:hover,
.blog-tag a:disabled:hover,
.blog-tag span:disabled:hover,
.btn--light.disabled:hover,
.blog-tag a.disabled:hover,
.blog-tag span.disabled:hover {
  background: var(--color-button-secondary-bg);
}
.no-button-animation .btn--secondary,
.no-button-animation .btn--light,
.no-button-animation .blog-tag a,
.blog-tag .no-button-animation a,
.no-button-animation .blog-tag span,
.blog-tag .no-button-animation span {
  background: var(--color-button-secondary-bg);
}
.no-button-animation .btn--secondary:hover, .no-button-animation .btn--secondary:focus,
.no-button-animation .btn--light:hover,
.no-button-animation .blog-tag a:hover,
.blog-tag .no-button-animation a:hover,
.no-button-animation .blog-tag span:hover,
.blog-tag .no-button-animation span:hover,
.no-button-animation .btn--light:focus,
.no-button-animation .blog-tag a:focus,
.blog-tag .no-button-animation a:focus,
.no-button-animation .blog-tag span:focus,
.blog-tag .no-button-animation span:focus {
  color: var(--color-button-secondary-text);
}
.no-button-animation .btn--secondary[disabled], .no-button-animation .btn--secondary:disabled, .no-button-animation .btn--secondary.disabled,
.no-button-animation .btn--light[disabled],
.no-button-animation .blog-tag a[disabled],
.blog-tag .no-button-animation a[disabled],
.no-button-animation .blog-tag span[disabled],
.blog-tag .no-button-animation span[disabled],
.no-button-animation .btn--light:disabled,
.no-button-animation .blog-tag a:disabled,
.blog-tag .no-button-animation a:disabled,
.no-button-animation .blog-tag span:disabled,
.blog-tag .no-button-animation span:disabled,
.no-button-animation .btn--light.disabled,
.no-button-animation .blog-tag a.disabled,
.blog-tag .no-button-animation a.disabled,
.no-button-animation .blog-tag span.disabled,
.blog-tag .no-button-animation span.disabled {
  color: var(--color-button-secondary-text-alpha-50);
}

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

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

.btn--small {
  font-size: 12px;
  line-height: 1.4;
  padding: 9px 12px;
}

/*
 * Smart Button styles
 */
.additional-checkout-buttons {
  overflow: hidden;
  margin-top: 5px;
}
.additional-checkout-buttons .dynamic-checkout__content .shopify-cleanslate > div > div {
  margin: 0 !important;
}
.additional-checkout-buttons .dynamic-checkout__content .shopify-cleanslate > div > div > 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-button + .additional-checkout-button {
  margin-left: 0px;
}

.shopify-payment-button {
  position: relative;
  display: inline-block;
  margin-top: 15px !important;
  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;
}

.template-product #AddToCart,
.drawer__button,
.cart__checkout {
  width: 300px;
  max-width: 100%;
}

.shopify-payment-button__button--unbranded {
  color: var(--color-button-primary-text) !important;
  background: var(--color-button-primary-text) !important;
  border: 2px solid var(--color-button-primary-bg) !important;
  border-radius: var(--button-border-radius) !important;
  font-style: var(--body-font-style) !important;
  font-weight: var(--body-font-weight) !important;
  padding: 12px 24px !important;
  line-height: 1.5 !important;
}
.shopify-payment-button__button--unbranded::before {
  background: var(--color-button-primary-bg) !important;
}
.shopify-payment-button__button--unbranded:hover, .shopify-payment-button__button--unbranded:focus {
  color: var(--color-button-primary-bg) !important;
  border-color: var(--color-button-primary-bg) !important;
}
.shopify-payment-button__button--unbranded.disabled, .shopify-payment-button__button--unbranded[disabled], .shopify-payment-button__button--unbranded:disabled {
  color: var(--color-button-primary-text) !important;
}
.shopify-payment-button__button--unbranded.disabled::before, .shopify-payment-button__button--unbranded[disabled]::before, .shopify-payment-button__button--unbranded:disabled::before {
  transform: scaleX(1);
}
.no-button-animation .shopify-payment-button__button--unbranded {
  background-color: var(--color-button-primary-bg) !important;
}
.no-button-animation .shopify-payment-button__button--unbranded:hover, .no-button-animation .shopify-payment-button__button--unbranded:focus {
  color: var(--color-button-primary-text) !important;
}

.btn--submit-light {
  color: var(--color-button-primary-bg);
  background: var(--color-button-primary-bg);
  border: 2px solid var(--color-button-primary-bg);
}
.btn--submit-light::before {
  transform: scaleX(1);
  background: var(--color-button-primary-text);
}
.btn--submit-light:hover, .btn--submit-light:focus {
  color: var(--color-button-primary-text);
  border-color: var(--color-button-primary-bg);
}
.btn--submit-light:hover::before, .btn--submit-light:focus::before {
  transform: scaleX(0);
}
.btn--submit-light.disabled, .btn--submit-light[disabled], .btn--submit-light:disabled {
  color: var(--color-button-primary-bg-alpha-50);
  border-color: var(--color-button-primary-bg-alpha-50);
  background-color: transparent;
}
.btn--submit-light.disabled::before, .btn--submit-light[disabled]::before, .btn--submit-light:disabled::before {
  transform: scaleX(1);
}
.btn--submit-light.disabled:hover, .btn--submit-light.disabled:focus, .btn--submit-light[disabled]:hover, .btn--submit-light[disabled]:focus, .btn--submit-light:disabled:hover, .btn--submit-light:disabled:focus {
  color: var(--color-button-primary-bg-alpha-50);
}
.no-button-animation .btn--submit-light {
  background: var(--color-button-primary-text);
}
.no-button-animation .btn--submit-light::before {
  content: none;
}
.no-button-animation .btn--submit-light:hover, .no-button-animation .btn--submit-light:focus {
  color: var(--color-button-primary-bg);
}
.no-button-animation .btn--submit-light.disabled, .no-button-animation .btn--submit-light[disabled] {
  color: var(--color-button-primary-bg-alpha-50);
}

.btn--quick-buy svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  stroke: var(--color-button-primary-text);
  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,
.btn--quick-view {
  border-radius: 0;
}
.btn--quick-buy::before,
.btn--quick-view::before {
  border-radius: 0;
}

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

/*!
 * 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(--color-bg-body);
  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 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%);
  }
}
/*================ Typography ================*/
a {
  text-decoration: none;
}

body,
input,
textarea,
select {
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  font-style: var(--body-font-style);
  font-size: var(--base-text-size);
  line-height: 1.6;
  color: var(--color-text-body);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  border-radius: 0px;
}

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

h1, .form__heading, .h1 {
  font-size: var(--h1-text-size);
}

h2, .h2 {
  font-size: var(--h2-text-size);
}

h3, .h3 {
  font-size: var(--h3-text-size);
}

h4, .h4 {
  font-size: var(--h4-text-size);
}

h5, .h5 {
  font-size: var(--h5-text-size);
}

h6, .h6 {
  font-size: var(--h6-text-size);
}

@media screen and (max-width: 991px) {
  h1, .form__heading, .h1 {
    font-size: 28px;
  }

  h2, .h2 {
    font-size: 24px;
  }

  h3, .h3 {
    font-size: 22px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 16px;
  }

  h6, .h6 {
    font-size: 14px;
  }
}
p img {
  margin: 0;
}

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

em {
  font-style: italic;
}

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

small {
  font-size: 12px;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

/*============================================================================
	#Grid Setup
		- Based on csswizardry grid, but with floated columns, a fixed gutter size, and BEM classes
		- Breakpoints defined above, under #Breakpoint and Grid Variables
		- Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid items
==============================================================================*/
/* Force clearfix on grids */
.grid, .grid--full, .grid--rev,
.grid-uniform {
  *zoom: 1;
}
.grid:after, .grid--full:after, .grid--rev:after,
.grid-uniform:after {
  content: "";
  display: table;
  clear: both;
}

/* Manual grid__item clearfix */
.grid__item.clear {
  clear: both;
}

/*============================================================================
	Drop relative positioning into silent classes which can't take advantage of
	the `[class*="push--"]` and `[class*="pull--"]` selectors.
==============================================================================*/
/*============================================================================
	Grid Setup
		1. Allow the grid system to be used on lists.
		2. Remove any margins and paddings that might affect the grid system.
		3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid, .grid--full, .grid--rev,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px;
}

.grid__item {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 30px;
  vertical-align: top;
  width: 100%;
}

/*============================================================================
	Reversed grids allow you to structure your source in the opposite
	order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

/*============================================================================
	WIDTHS
		- Create width classes, prefixed by the specified namespace.
==============================================================================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Helper show/hide classes around our breakpoints ================*/
/*================ Our regular, non-responsive width and helper classes ================*/
/** Whole */
.one-whole {
  width: 100%;
}

/* Halves */
.one-half {
  width: 50%;
}

/* Thirds */
.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

/* Quarters */
.one-quarter {
  width: 25%;
}

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

/* Fifths */
.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

/* Sixths */
.one-sixth {
  width: 16.666%;
}

.two-sixths {
  width: 33.333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.666%;
}

.five-sixths {
  width: 83.333%;
}

/* Eighths */
.one-eighth {
  width: 12.5%;
}

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

/* Tenths */
.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

/* Twelfths */
.one-twelfth {
  width: 8.333%;
}

.two-twelfths {
  width: 16.666%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.333%;
}

.five-twelfths {
  width: 41.666%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.333%;
}

.eight-twelfths {
  width: 66.666%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

/*================ Our responsive classes, if we have enabled them ================*/
@media only screen and (max-width: 479px) {
  /** Whole */
  .small--one-whole {
    width: 100%;
  }

  /* Halves */
  .small--one-half {
    width: 50%;
  }

  /* Thirds */
  .small--one-third {
    width: 33.333%;
  }

  .small--two-thirds {
    width: 66.666%;
  }

  /* Quarters */
  .small--one-quarter {
    width: 25%;
  }

  .small--two-quarters {
    width: 50%;
  }

  .small--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .small--one-fifth {
    width: 20%;
  }

  .small--two-fifths {
    width: 40%;
  }

  .small--three-fifths {
    width: 60%;
  }

  .small--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .small--one-sixth {
    width: 16.666%;
  }

  .small--two-sixths {
    width: 33.333%;
  }

  .small--three-sixths {
    width: 50%;
  }

  .small--four-sixths {
    width: 66.666%;
  }

  .small--five-sixths {
    width: 83.333%;
  }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%;
  }

  .small--two-eighths {
    width: 25%;
  }

  .small--three-eighths {
    width: 37.5%;
  }

  .small--four-eighths {
    width: 50%;
  }

  .small--five-eighths {
    width: 62.5%;
  }

  .small--six-eighths {
    width: 75%;
  }

  .small--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .small--one-tenth {
    width: 10%;
  }

  .small--two-tenths {
    width: 20%;
  }

  .small--three-tenths {
    width: 30%;
  }

  .small--four-tenths {
    width: 40%;
  }

  .small--five-tenths {
    width: 50%;
  }

  .small--six-tenths {
    width: 60%;
  }

  .small--seven-tenths {
    width: 70%;
  }

  .small--eight-tenths {
    width: 80%;
  }

  .small--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.333%;
  }

  .small--two-twelfths {
    width: 16.666%;
  }

  .small--three-twelfths {
    width: 25%;
  }

  .small--four-twelfths {
    width: 33.333%;
  }

  .small--five-twelfths {
    width: 41.666%;
  }

  .small--six-twelfths {
    width: 50%;
  }

  .small--seven-twelfths {
    width: 58.333%;
  }

  .small--eight-twelfths {
    width: 66.666%;
  }

  .small--nine-twelfths {
    width: 75%;
  }

  .small--ten-twelfths {
    width: 83.333%;
  }

  .small--eleven-twelfths {
    width: 91.666%;
  }

  .small--show {
    display: block !important;
  }

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

  .small--text-left {
    text-align: left !important;
  }

  .small--text-right {
    text-align: right !important;
  }

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

  .small--left {
    float: left !important;
  }

  .small--right {
    float: right !important;
  }

  .grid-uniform .small--one-half:nth-child(2n+1),
.grid-uniform .small--one-third:nth-child(3n+1),
.grid-uniform .small--one-quarter:nth-child(4n+1),
.grid-uniform .small--one-fifth:nth-child(5n+1),
.grid-uniform .small--one-sixth:nth-child(6n+1),
.grid-uniform .small--two-sixths:nth-child(3n+1),
.grid-uniform .small--three-sixths:nth-child(2n+1),
.grid-uniform .small--two-eighths:nth-child(4n+1),
.grid-uniform .small--four-eighths:nth-child(2n+1),
.grid-uniform .small--five-tenths:nth-child(2n+1),
.grid-uniform .small--one-twelfth:nth-child(12n+1),
.grid-uniform .small--two-twelfths:nth-child(6n+1),
.grid-uniform .small--three-twelfths:nth-child(4n+1),
.grid-uniform .small--four-twelfths:nth-child(3n+1),
.grid-uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /** Whole */
  .medium--one-whole {
    width: 100%;
  }

  /* Halves */
  .medium--one-half {
    width: 50%;
  }

  /* Thirds */
  .medium--one-third {
    width: 33.333%;
  }

  .medium--two-thirds {
    width: 66.666%;
  }

  /* Quarters */
  .medium--one-quarter {
    width: 25%;
  }

  .medium--two-quarters {
    width: 50%;
  }

  .medium--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .medium--one-fifth {
    width: 20%;
  }

  .medium--two-fifths {
    width: 40%;
  }

  .medium--three-fifths {
    width: 60%;
  }

  .medium--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .medium--one-sixth {
    width: 16.666%;
  }

  .medium--two-sixths {
    width: 33.333%;
  }

  .medium--three-sixths {
    width: 50%;
  }

  .medium--four-sixths {
    width: 66.666%;
  }

  .medium--five-sixths {
    width: 83.333%;
  }

  /* Eighths */
  .medium--one-eighth {
    width: 12.5%;
  }

  .medium--two-eighths {
    width: 25%;
  }

  .medium--three-eighths {
    width: 37.5%;
  }

  .medium--four-eighths {
    width: 50%;
  }

  .medium--five-eighths {
    width: 62.5%;
  }

  .medium--six-eighths {
    width: 75%;
  }

  .medium--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .medium--one-tenth {
    width: 10%;
  }

  .medium--two-tenths {
    width: 20%;
  }

  .medium--three-tenths {
    width: 30%;
  }

  .medium--four-tenths {
    width: 40%;
  }

  .medium--five-tenths {
    width: 50%;
  }

  .medium--six-tenths {
    width: 60%;
  }

  .medium--seven-tenths {
    width: 70%;
  }

  .medium--eight-tenths {
    width: 80%;
  }

  .medium--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .medium--one-twelfth {
    width: 8.333%;
  }

  .medium--two-twelfths {
    width: 16.666%;
  }

  .medium--three-twelfths {
    width: 25%;
  }

  .medium--four-twelfths {
    width: 33.333%;
  }

  .medium--five-twelfths {
    width: 41.666%;
  }

  .medium--six-twelfths {
    width: 50%;
  }

  .medium--seven-twelfths {
    width: 58.333%;
  }

  .medium--eight-twelfths {
    width: 66.666%;
  }

  .medium--nine-twelfths {
    width: 75%;
  }

  .medium--ten-twelfths {
    width: 83.333%;
  }

  .medium--eleven-twelfths {
    width: 91.666%;
  }

  .medium--show {
    display: block !important;
  }

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

  .medium--text-left {
    text-align: left !important;
  }

  .medium--text-right {
    text-align: right !important;
  }

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

  .medium--left {
    float: left !important;
  }

  .medium--right {
    float: right !important;
  }

  .grid-uniform .medium--one-half:nth-child(2n+1),
.grid-uniform .medium--one-third:nth-child(3n+1),
.grid-uniform .medium--one-quarter:nth-child(4n+1),
.grid-uniform .medium--one-fifth:nth-child(5n+1),
.grid-uniform .medium--one-sixth:nth-child(6n+1),
.grid-uniform .medium--two-sixths:nth-child(3n+1),
.grid-uniform .medium--three-sixths:nth-child(2n+1),
.grid-uniform .medium--two-eighths:nth-child(4n+1),
.grid-uniform .medium--four-eighths:nth-child(2n+1),
.grid-uniform .medium--five-tenths:nth-child(2n+1),
.grid-uniform .medium--one-twelfth:nth-child(12n+1),
.grid-uniform .medium--two-twelfths:nth-child(6n+1),
.grid-uniform .medium--three-twelfths:nth-child(4n+1),
.grid-uniform .medium--four-twelfths:nth-child(3n+1),
.grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%;
  }

  /* Halves */
  .medium-down--one-half {
    width: 50%;
  }

  /* Thirds */
  .medium-down--one-third {
    width: 33.333%;
  }

  .medium-down--two-thirds {
    width: 66.666%;
  }

  /* Quarters */
  .medium-down--one-quarter {
    width: 25%;
  }

  .medium-down--two-quarters {
    width: 50%;
  }

  .medium-down--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .medium-down--one-fifth {
    width: 20%;
  }

  .medium-down--two-fifths {
    width: 40%;
  }

  .medium-down--three-fifths {
    width: 60%;
  }

  .medium-down--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.666%;
  }

  .medium-down--two-sixths {
    width: 33.333%;
  }

  .medium-down--three-sixths {
    width: 50%;
  }

  .medium-down--four-sixths {
    width: 66.666%;
  }

  .medium-down--five-sixths {
    width: 83.333%;
  }

  /* Eighths */
  .medium-down--one-eighth {
    width: 12.5%;
  }

  .medium-down--two-eighths {
    width: 25%;
  }

  .medium-down--three-eighths {
    width: 37.5%;
  }

  .medium-down--four-eighths {
    width: 50%;
  }

  .medium-down--five-eighths {
    width: 62.5%;
  }

  .medium-down--six-eighths {
    width: 75%;
  }

  .medium-down--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .medium-down--one-tenth {
    width: 10%;
  }

  .medium-down--two-tenths {
    width: 20%;
  }

  .medium-down--three-tenths {
    width: 30%;
  }

  .medium-down--four-tenths {
    width: 40%;
  }

  .medium-down--five-tenths {
    width: 50%;
  }

  .medium-down--six-tenths {
    width: 60%;
  }

  .medium-down--seven-tenths {
    width: 70%;
  }

  .medium-down--eight-tenths {
    width: 80%;
  }

  .medium-down--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.333%;
  }

  .medium-down--two-twelfths {
    width: 16.666%;
  }

  .medium-down--three-twelfths {
    width: 25%;
  }

  .medium-down--four-twelfths {
    width: 33.333%;
  }

  .medium-down--five-twelfths {
    width: 41.666%;
  }

  .medium-down--six-twelfths {
    width: 50%;
  }

  .medium-down--seven-twelfths {
    width: 58.333%;
  }

  .medium-down--eight-twelfths {
    width: 66.666%;
  }

  .medium-down--nine-twelfths {
    width: 75%;
  }

  .medium-down--ten-twelfths {
    width: 83.333%;
  }

  .medium-down--eleven-twelfths {
    width: 91.666%;
  }

  .medium-down--show {
    display: block !important;
  }

  .medium-down--hide {
    display: none !important;
  }

  .medium-down--text-left {
    text-align: left !important;
  }

  .medium-down--text-right {
    text-align: right !important;
  }

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

  .medium-down--left {
    float: left !important;
  }

  .medium-down--right {
    float: right !important;
  }

  .grid-uniform .medium-down--one-half:nth-child(2n+1),
.grid-uniform .medium-down--one-third:nth-child(3n+1),
.grid-uniform .medium-down--one-quarter:nth-child(4n+1),
.grid-uniform .medium-down--one-fifth:nth-child(5n+1),
.grid-uniform .medium-down--one-sixth:nth-child(6n+1),
.grid-uniform .medium-down--two-sixths:nth-child(3n+1),
.grid-uniform .medium-down--three-sixths:nth-child(2n+1),
.grid-uniform .medium-down--two-eighths:nth-child(4n+1),
.grid-uniform .medium-down--four-eighths:nth-child(2n+1),
.grid-uniform .medium-down--five-tenths:nth-child(2n+1),
.grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
.grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
.grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
.grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
.grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  /** Whole */
  .large--one-whole {
    width: 100%;
  }

  /* Halves */
  .large--one-half {
    width: 50%;
  }

  /* Thirds */
  .large--one-third {
    width: 33.333%;
  }

  .large--two-thirds {
    width: 66.666%;
  }

  /* Quarters */
  .large--one-quarter {
    width: 25%;
  }

  .large--two-quarters {
    width: 50%;
  }

  .large--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .large--one-fifth {
    width: 20%;
  }

  .large--two-fifths {
    width: 40%;
  }

  .large--three-fifths {
    width: 60%;
  }

  .large--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .large--one-sixth {
    width: 16.666%;
  }

  .large--two-sixths {
    width: 33.333%;
  }

  .large--three-sixths {
    width: 50%;
  }

  .large--four-sixths {
    width: 66.666%;
  }

  .large--five-sixths {
    width: 83.333%;
  }

  /* Eighths */
  .large--one-eighth {
    width: 12.5%;
  }

  .large--two-eighths {
    width: 25%;
  }

  .large--three-eighths {
    width: 37.5%;
  }

  .large--four-eighths {
    width: 50%;
  }

  .large--five-eighths {
    width: 62.5%;
  }

  .large--six-eighths {
    width: 75%;
  }

  .large--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .large--one-tenth {
    width: 10%;
  }

  .large--two-tenths {
    width: 20%;
  }

  .large--three-tenths {
    width: 30%;
  }

  .large--four-tenths {
    width: 40%;
  }

  .large--five-tenths {
    width: 50%;
  }

  .large--six-tenths {
    width: 60%;
  }

  .large--seven-tenths {
    width: 70%;
  }

  .large--eight-tenths {
    width: 80%;
  }

  .large--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .large--one-twelfth {
    width: 8.333%;
  }

  .large--two-twelfths {
    width: 16.666%;
  }

  .large--three-twelfths {
    width: 25%;
  }

  .large--four-twelfths {
    width: 33.333%;
  }

  .large--five-twelfths {
    width: 41.666%;
  }

  .large--six-twelfths {
    width: 50%;
  }

  .large--seven-twelfths {
    width: 58.333%;
  }

  .large--eight-twelfths {
    width: 66.666%;
  }

  .large--nine-twelfths {
    width: 75%;
  }

  .large--ten-twelfths {
    width: 83.333%;
  }

  .large--eleven-twelfths {
    width: 91.666%;
  }

  .large--show {
    display: block !important;
  }

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

  .large--text-left {
    text-align: left !important;
  }

  .large--text-right {
    text-align: right !important;
  }

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

  .large--left {
    float: left !important;
  }

  .large--right {
    float: right !important;
  }

  .grid-uniform .large--one-half:nth-child(2n+1),
.grid-uniform .large--one-third:nth-child(3n+1),
.grid-uniform .large--one-quarter:nth-child(4n+1),
.grid-uniform .large--one-fifth:nth-child(5n+1),
.grid-uniform .large--one-sixth:nth-child(6n+1),
.grid-uniform .large--two-sixths:nth-child(3n+1),
.grid-uniform .large--three-sixths:nth-child(2n+1),
.grid-uniform .large--two-eighths:nth-child(4n+1),
.grid-uniform .large--four-eighths:nth-child(2n+1),
.grid-uniform .large--five-tenths:nth-child(2n+1),
.grid-uniform .large--one-twelfth:nth-child(12n+1),
.grid-uniform .large--two-twelfths:nth-child(6n+1),
.grid-uniform .large--three-twelfths:nth-child(4n+1),
.grid-uniform .large--four-twelfths:nth-child(3n+1),
.grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  /** Whole */
  .largest--one-whole {
    width: 100%;
  }

  /* Halves */
  .largest--one-half {
    width: 50%;
  }

  /* Thirds */
  .largest--one-third {
    width: 33.333%;
  }

  .largest--two-thirds {
    width: 66.666%;
  }

  /* Quarters */
  .largest--one-quarter {
    width: 25%;
  }

  .largest--two-quarters {
    width: 50%;
  }

  .largest--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .largest--one-fifth {
    width: 20%;
  }

  .largest--two-fifths {
    width: 40%;
  }

  .largest--three-fifths {
    width: 60%;
  }

  .largest--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .largest--one-sixth {
    width: 16.666%;
  }

  .largest--two-sixths {
    width: 33.333%;
  }

  .largest--three-sixths {
    width: 50%;
  }

  .largest--four-sixths {
    width: 66.666%;
  }

  .largest--five-sixths {
    width: 83.333%;
  }

  /* Eighths */
  .largest--one-eighth {
    width: 12.5%;
  }

  .largest--two-eighths {
    width: 25%;
  }

  .largest--three-eighths {
    width: 37.5%;
  }

  .largest--four-eighths {
    width: 50%;
  }

  .largest--five-eighths {
    width: 62.5%;
  }

  .largest--six-eighths {
    width: 75%;
  }

  .largest--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .largest--one-tenth {
    width: 10%;
  }

  .largest--two-tenths {
    width: 20%;
  }

  .largest--three-tenths {
    width: 30%;
  }

  .largest--four-tenths {
    width: 40%;
  }

  .largest--five-tenths {
    width: 50%;
  }

  .largest--six-tenths {
    width: 60%;
  }

  .largest--seven-tenths {
    width: 70%;
  }

  .largest--eight-tenths {
    width: 80%;
  }

  .largest--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .largest--one-twelfth {
    width: 8.333%;
  }

  .largest--two-twelfths {
    width: 16.666%;
  }

  .largest--three-twelfths {
    width: 25%;
  }

  .largest--four-twelfths {
    width: 33.333%;
  }

  .largest--five-twelfths {
    width: 41.666%;
  }

  .largest--six-twelfths {
    width: 50%;
  }

  .largest--seven-twelfths {
    width: 58.333%;
  }

  .largest--eight-twelfths {
    width: 66.666%;
  }

  .largest--nine-twelfths {
    width: 75%;
  }

  .largest--ten-twelfths {
    width: 83.333%;
  }

  .largest--eleven-twelfths {
    width: 91.666%;
  }

  .largest--show {
    display: block !important;
  }

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

  .largest--text-left {
    text-align: left !important;
  }

  .largest--text-right {
    text-align: right !important;
  }

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

  .largest--left {
    float: left !important;
  }

  .largest--right {
    float: right !important;
  }

  .grid-uniform .largest--one-half:nth-child(2n+1),
.grid-uniform .largest--one-third:nth-child(3n+1),
.grid-uniform .largest--one-quarter:nth-child(4n+1),
.grid-uniform .largest--one-fifth:nth-child(5n+1),
.grid-uniform .largest--one-sixth:nth-child(6n+1),
.grid-uniform .largest--two-sixths:nth-child(3n+1),
.grid-uniform .largest--three-sixths:nth-child(2n+1),
.grid-uniform .largest--two-eighths:nth-child(4n+1),
.grid-uniform .largest--four-eighths:nth-child(2n+1),
.grid-uniform .largest--five-tenths:nth-child(2n+1),
.grid-uniform .largest--one-twelfth:nth-child(12n+1),
.grid-uniform .largest--two-twelfths:nth-child(6n+1),
.grid-uniform .largest--three-twelfths:nth-child(4n+1),
.grid-uniform .largest--four-twelfths:nth-child(3n+1),
.grid-uniform .largest--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1400px) {
  /** Whole */
  .widescreen--one-whole {
    width: 100%;
  }

  /* Halves */
  .widescreen--one-half {
    width: 50%;
  }

  /* Thirds */
  .widescreen--one-third {
    width: 33.333%;
  }

  .widescreen--two-thirds {
    width: 66.666%;
  }

  /* Quarters */
  .widescreen--one-quarter {
    width: 25%;
  }

  .widescreen--two-quarters {
    width: 50%;
  }

  .widescreen--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .widescreen--one-fifth {
    width: 20%;
  }

  .widescreen--two-fifths {
    width: 40%;
  }

  .widescreen--three-fifths {
    width: 60%;
  }

  .widescreen--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .widescreen--one-sixth {
    width: 16.666%;
  }

  .widescreen--two-sixths {
    width: 33.333%;
  }

  .widescreen--three-sixths {
    width: 50%;
  }

  .widescreen--four-sixths {
    width: 66.666%;
  }

  .widescreen--five-sixths {
    width: 83.333%;
  }

  /* Eighths */
  .widescreen--one-eighth {
    width: 12.5%;
  }

  .widescreen--two-eighths {
    width: 25%;
  }

  .widescreen--three-eighths {
    width: 37.5%;
  }

  .widescreen--four-eighths {
    width: 50%;
  }

  .widescreen--five-eighths {
    width: 62.5%;
  }

  .widescreen--six-eighths {
    width: 75%;
  }

  .widescreen--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .widescreen--one-tenth {
    width: 10%;
  }

  .widescreen--two-tenths {
    width: 20%;
  }

  .widescreen--three-tenths {
    width: 30%;
  }

  .widescreen--four-tenths {
    width: 40%;
  }

  .widescreen--five-tenths {
    width: 50%;
  }

  .widescreen--six-tenths {
    width: 60%;
  }

  .widescreen--seven-tenths {
    width: 70%;
  }

  .widescreen--eight-tenths {
    width: 80%;
  }

  .widescreen--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .widescreen--one-twelfth {
    width: 8.333%;
  }

  .widescreen--two-twelfths {
    width: 16.666%;
  }

  .widescreen--three-twelfths {
    width: 25%;
  }

  .widescreen--four-twelfths {
    width: 33.333%;
  }

  .widescreen--five-twelfths {
    width: 41.666%;
  }

  .widescreen--six-twelfths {
    width: 50%;
  }

  .widescreen--seven-twelfths {
    width: 58.333%;
  }

  .widescreen--eight-twelfths {
    width: 66.666%;
  }

  .widescreen--nine-twelfths {
    width: 75%;
  }

  .widescreen--ten-twelfths {
    width: 83.333%;
  }

  .widescreen--eleven-twelfths {
    width: 91.666%;
  }

  .widescreen--show {
    display: block !important;
  }

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

  .widescreen--text-left {
    text-align: left !important;
  }

  .widescreen--text-right {
    text-align: right !important;
  }

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

  .widescreen--left {
    float: left !important;
  }

  .widescreen--right {
    float: right !important;
  }

  .grid-uniform .widescreen--one-half:nth-child(2n+1),
.grid-uniform .widescreen--one-third:nth-child(3n+1),
.grid-uniform .widescreen--one-quarter:nth-child(4n+1),
.grid-uniform .widescreen--one-fifth:nth-child(5n+1),
.grid-uniform .widescreen--one-sixth:nth-child(6n+1),
.grid-uniform .widescreen--two-sixths:nth-child(3n+1),
.grid-uniform .widescreen--three-sixths:nth-child(2n+1),
.grid-uniform .widescreen--two-eighths:nth-child(4n+1),
.grid-uniform .widescreen--four-eighths:nth-child(2n+1),
.grid-uniform .widescreen--five-tenths:nth-child(2n+1),
.grid-uniform .widescreen--one-twelfth:nth-child(12n+1),
.grid-uniform .widescreen--two-twelfths:nth-child(6n+1),
.grid-uniform .widescreen--three-twelfths:nth-child(4n+1),
.grid-uniform .widescreen--four-twelfths:nth-child(3n+1),
.grid-uniform .widescreen--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
/*============================================================================
	PUSH
		- Push classes, to move grid items over to the right by certain amounts
==============================================================================*/
[class*=push--] {
  position: relative;
}

/* Whole */
.push--one-whole {
  left: 100%;
}

/* Halves */
.push--one-half {
  left: 50%;
}

/* Thirds */
.push--one-third {
  left: 33.333%;
}

.push--two-thirds {
  left: 66.666%;
}

/* Quarters */
.push--one-quarter {
  left: 25%;
}

.push--two-quarters {
  left: 50%;
}

.push--three-quarters {
  left: 75%;
}

/* Fifths */
.push--one-fifth {
  left: 20%;
}

.push--two-fifths {
  left: 40%;
}

.push--three-fifths {
  left: 60%;
}

.push--four-fifths {
  left: 80%;
}

/* Sixths */
.push--one-sixth {
  left: 16.666%;
}

.push--two-sixths {
  left: 33.333%;
}

.push--three-sixths {
  left: 50%;
}

.push--four-sixths {
  left: 66.666%;
}

.push--five-sixths {
  left: 83.333%;
}

/* Eighths */
.push--one-eighth {
  left: 12.5%;
}

.push--two-eighths {
  left: 25%;
}

.push--three-eighths {
  left: 37.5%;
}

.push--four-eighths {
  left: 50%;
}

.push--five-eighths {
  left: 62.5%;
}

.push--six-eighths {
  left: 75%;
}

.push--seven-eighths {
  left: 87.5%;
}

/* Tenths */
.push--one-tenth {
  left: 10%;
}

.push--two-tenths {
  left: 20%;
}

.push--three-tenths {
  left: 30%;
}

.push--four-tenths {
  left: 40%;
}

.push--five-tenths {
  left: 50%;
}

.push--six-tenths {
  left: 60%;
}

.push--seven-tenths {
  left: 70%;
}

.push--eight-tenths {
  left: 80%;
}

.push--nine-tenths {
  left: 90%;
}

/* Twelfths */
.push--one-twelfth {
  left: 8.333%;
}

.push--two-twelfths {
  left: 16.666%;
}

.push--three-twelfths {
  left: 25%;
}

.push--four-twelfths {
  left: 33.333%;
}

.push--five-twelfths {
  left: 41.666%;
}

.push--six-twelfths {
  left: 50%;
}

.push--seven-twelfths {
  left: 58.333%;
}

.push--eight-twelfths {
  left: 66.666%;
}

.push--nine-twelfths {
  left: 75%;
}

.push--ten-twelfths {
  left: 83.333%;
}

.push--eleven-twelfths {
  left: 91.666%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Whole */
  .push--medium--one-whole {
    left: 100%;
  }

  /* Halves */
  .push--medium--one-half {
    left: 50%;
  }

  /* Thirds */
  .push--medium--one-third {
    left: 33.333%;
  }

  .push--medium--two-thirds {
    left: 66.666%;
  }

  /* Quarters */
  .push--medium--one-quarter {
    left: 25%;
  }

  .push--medium--two-quarters {
    left: 50%;
  }

  .push--medium--three-quarters {
    left: 75%;
  }

  /* Fifths */
  .push--medium--one-fifth {
    left: 20%;
  }

  .push--medium--two-fifths {
    left: 40%;
  }

  .push--medium--three-fifths {
    left: 60%;
  }

  .push--medium--four-fifths {
    left: 80%;
  }

  /* Sixths */
  .push--medium--one-sixth {
    left: 16.666%;
  }

  .push--medium--two-sixths {
    left: 33.333%;
  }

  .push--medium--three-sixths {
    left: 50%;
  }

  .push--medium--four-sixths {
    left: 66.666%;
  }

  .push--medium--five-sixths {
    left: 83.333%;
  }

  /* Eighths */
  .push--medium--one-eighth {
    left: 12.5%;
  }

  .push--medium--two-eighths {
    left: 25%;
  }

  .push--medium--three-eighths {
    left: 37.5%;
  }

  .push--medium--four-eighths {
    left: 50%;
  }

  .push--medium--five-eighths {
    left: 62.5%;
  }

  .push--medium--six-eighths {
    left: 75%;
  }

  .push--medium--seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .push--medium--one-tenth {
    left: 10%;
  }

  .push--medium--two-tenths {
    left: 20%;
  }

  .push--medium--three-tenths {
    left: 30%;
  }

  .push--medium--four-tenths {
    left: 40%;
  }

  .push--medium--five-tenths {
    left: 50%;
  }

  .push--medium--six-tenths {
    left: 60%;
  }

  .push--medium--seven-tenths {
    left: 70%;
  }

  .push--medium--eight-tenths {
    left: 80%;
  }

  .push--medium--nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .push--medium--one-twelfth {
    left: 8.333%;
  }

  .push--medium--two-twelfths {
    left: 16.666%;
  }

  .push--medium--three-twelfths {
    left: 25%;
  }

  .push--medium--four-twelfths {
    left: 33.333%;
  }

  .push--medium--five-twelfths {
    left: 41.666%;
  }

  .push--medium--six-twelfths {
    left: 50%;
  }

  .push--medium--seven-twelfths {
    left: 58.333%;
  }

  .push--medium--eight-twelfths {
    left: 66.666%;
  }

  .push--medium--nine-twelfths {
    left: 75%;
  }

  .push--medium--ten-twelfths {
    left: 83.333%;
  }

  .push--medium--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (max-width: 767px) {
  /* Whole */
  .push--medium-down--one-whole {
    left: 100%;
  }

  /* Halves */
  .push--medium-down--one-half {
    left: 50%;
  }

  /* Thirds */
  .push--medium-down--one-third {
    left: 33.333%;
  }

  .push--medium-down--two-thirds {
    left: 66.666%;
  }

  /* Quarters */
  .push--medium-down--one-quarter {
    left: 25%;
  }

  .push--medium-down--two-quarters {
    left: 50%;
  }

  .push--medium-down--three-quarters {
    left: 75%;
  }

  /* Fifths */
  .push--medium-down--one-fifth {
    left: 20%;
  }

  .push--medium-down--two-fifths {
    left: 40%;
  }

  .push--medium-down--three-fifths {
    left: 60%;
  }

  .push--medium-down--four-fifths {
    left: 80%;
  }

  /* Sixths */
  .push--medium-down--one-sixth {
    left: 16.666%;
  }

  .push--medium-down--two-sixths {
    left: 33.333%;
  }

  .push--medium-down--three-sixths {
    left: 50%;
  }

  .push--medium-down--four-sixths {
    left: 66.666%;
  }

  .push--medium-down--five-sixths {
    left: 83.333%;
  }

  /* Eighths */
  .push--medium-down--one-eighth {
    left: 12.5%;
  }

  .push--medium-down--two-eighths {
    left: 25%;
  }

  .push--medium-down--three-eighths {
    left: 37.5%;
  }

  .push--medium-down--four-eighths {
    left: 50%;
  }

  .push--medium-down--five-eighths {
    left: 62.5%;
  }

  .push--medium-down--six-eighths {
    left: 75%;
  }

  .push--medium-down--seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .push--medium-down--one-tenth {
    left: 10%;
  }

  .push--medium-down--two-tenths {
    left: 20%;
  }

  .push--medium-down--three-tenths {
    left: 30%;
  }

  .push--medium-down--four-tenths {
    left: 40%;
  }

  .push--medium-down--five-tenths {
    left: 50%;
  }

  .push--medium-down--six-tenths {
    left: 60%;
  }

  .push--medium-down--seven-tenths {
    left: 70%;
  }

  .push--medium-down--eight-tenths {
    left: 80%;
  }

  .push--medium-down--nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .push--medium-down--one-twelfth {
    left: 8.333%;
  }

  .push--medium-down--two-twelfths {
    left: 16.666%;
  }

  .push--medium-down--three-twelfths {
    left: 25%;
  }

  .push--medium-down--four-twelfths {
    left: 33.333%;
  }

  .push--medium-down--five-twelfths {
    left: 41.666%;
  }

  .push--medium-down--six-twelfths {
    left: 50%;
  }

  .push--medium-down--seven-twelfths {
    left: 58.333%;
  }

  .push--medium-down--eight-twelfths {
    left: 66.666%;
  }

  .push--medium-down--nine-twelfths {
    left: 75%;
  }

  .push--medium-down--ten-twelfths {
    left: 83.333%;
  }

  .push--medium-down--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 768px) {
  /* Whole */
  .push--large--one-whole {
    left: 100%;
  }

  /* Halves */
  .push--large--one-half {
    left: 50%;
  }

  /* Thirds */
  .push--large--one-third {
    left: 33.333%;
  }

  .push--large--two-thirds {
    left: 66.666%;
  }

  /* Quarters */
  .push--large--one-quarter {
    left: 25%;
  }

  .push--large--two-quarters {
    left: 50%;
  }

  .push--large--three-quarters {
    left: 75%;
  }

  /* Fifths */
  .push--large--one-fifth {
    left: 20%;
  }

  .push--large--two-fifths {
    left: 40%;
  }

  .push--large--three-fifths {
    left: 60%;
  }

  .push--large--four-fifths {
    left: 80%;
  }

  /* Sixths */
  .push--large--one-sixth {
    left: 16.666%;
  }

  .push--large--two-sixths {
    left: 33.333%;
  }

  .push--large--three-sixths {
    left: 50%;
  }

  .push--large--four-sixths {
    left: 66.666%;
  }

  .push--large--five-sixths {
    left: 83.333%;
  }

  /* Eighths */
  .push--large--one-eighth {
    left: 12.5%;
  }

  .push--large--two-eighths {
    left: 25%;
  }

  .push--large--three-eighths {
    left: 37.5%;
  }

  .push--large--four-eighths {
    left: 50%;
  }

  .push--large--five-eighths {
    left: 62.5%;
  }

  .push--large--six-eighths {
    left: 75%;
  }

  .push--large--seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .push--large--one-tenth {
    left: 10%;
  }

  .push--large--two-tenths {
    left: 20%;
  }

  .push--large--three-tenths {
    left: 30%;
  }

  .push--large--four-tenths {
    left: 40%;
  }

  .push--large--five-tenths {
    left: 50%;
  }

  .push--large--six-tenths {
    left: 60%;
  }

  .push--large--seven-tenths {
    left: 70%;
  }

  .push--large--eight-tenths {
    left: 80%;
  }

  .push--large--nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .push--large--one-twelfth {
    left: 8.333%;
  }

  .push--large--two-twelfths {
    left: 16.666%;
  }

  .push--large--three-twelfths {
    left: 25%;
  }

  .push--large--four-twelfths {
    left: 33.333%;
  }

  .push--large--five-twelfths {
    left: 41.666%;
  }

  .push--large--six-twelfths {
    left: 50%;
  }

  .push--large--seven-twelfths {
    left: 58.333%;
  }

  .push--large--eight-twelfths {
    left: 66.666%;
  }

  .push--large--nine-twelfths {
    left: 75%;
  }

  .push--large--ten-twelfths {
    left: 83.333%;
  }

  .push--large--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 1400px) {
  /* Whole */
  .push--widescreen--one-whole {
    left: 100%;
  }

  /* Halves */
  .push--widescreen--one-half {
    left: 50%;
  }

  /* Thirds */
  .push--widescreen--one-third {
    left: 33.333%;
  }

  .push--widescreen--two-thirds {
    left: 66.666%;
  }

  /* Quarters */
  .push--widescreen--one-quarter {
    left: 25%;
  }

  .push--widescreen--two-quarters {
    left: 50%;
  }

  .push--widescreen--three-quarters {
    left: 75%;
  }

  /* Fifths */
  .push--widescreen--one-fifth {
    left: 20%;
  }

  .push--widescreen--two-fifths {
    left: 40%;
  }

  .push--widescreen--three-fifths {
    left: 60%;
  }

  .push--widescreen--four-fifths {
    left: 80%;
  }

  /* Sixths */
  .push--widescreen--one-sixth {
    left: 16.666%;
  }

  .push--widescreen--two-sixths {
    left: 33.333%;
  }

  .push--widescreen--three-sixths {
    left: 50%;
  }

  .push--widescreen--four-sixths {
    left: 66.666%;
  }

  .push--widescreen--five-sixths {
    left: 83.333%;
  }

  /* Eighths */
  .push--widescreen--one-eighth {
    left: 12.5%;
  }

  .push--widescreen--two-eighths {
    left: 25%;
  }

  .push--widescreen--three-eighths {
    left: 37.5%;
  }

  .push--widescreen--four-eighths {
    left: 50%;
  }

  .push--widescreen--five-eighths {
    left: 62.5%;
  }

  .push--widescreen--six-eighths {
    left: 75%;
  }

  .push--widescreen--seven-eighths {
    left: 87.5%;
  }

  /* Tenths */
  .push--widescreen--one-tenth {
    left: 10%;
  }

  .push--widescreen--two-tenths {
    left: 20%;
  }

  .push--widescreen--three-tenths {
    left: 30%;
  }

  .push--widescreen--four-tenths {
    left: 40%;
  }

  .push--widescreen--five-tenths {
    left: 50%;
  }

  .push--widescreen--six-tenths {
    left: 60%;
  }

  .push--widescreen--seven-tenths {
    left: 70%;
  }

  .push--widescreen--eight-tenths {
    left: 80%;
  }

  .push--widescreen--nine-tenths {
    left: 90%;
  }

  /* Twelfths */
  .push--widescreen--one-twelfth {
    left: 8.333%;
  }

  .push--widescreen--two-twelfths {
    left: 16.666%;
  }

  .push--widescreen--three-twelfths {
    left: 25%;
  }

  .push--widescreen--four-twelfths {
    left: 33.333%;
  }

  .push--widescreen--five-twelfths {
    left: 41.666%;
  }

  .push--widescreen--six-twelfths {
    left: 50%;
  }

  .push--widescreen--seven-twelfths {
    left: 58.333%;
  }

  .push--widescreen--eight-twelfths {
    left: 66.666%;
  }

  .push--widescreen--nine-twelfths {
    left: 75%;
  }

  .push--widescreen--ten-twelfths {
    left: 83.333%;
  }

  .push--widescreen--eleven-twelfths {
    left: 91.666%;
  }
}
/*============================================================================
	PULL
		- Pull classes, to move grid items back to the left by certain amounts
==============================================================================*/
/*============================================================================
	#Helper Classes
==============================================================================*/
.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

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

@media 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: #b4b6b9;
}

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

.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 !important;
}

.seventy-five-height-hero {
  height: 75vh !important;
}

.sixty-six-height-hero {
  height: 66vh !important;
}

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

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

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

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

.three-fifty-height-hero {
  height: 350px !important;
}

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

/**
 * 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 .list-collections__slider {
  display: flex;
  flex-wrap: wrap;
}
.no-js .site-header {
  color: var(--color-text-body) !important;
  background: var(--color-bg-body);
}
.no-js .site-header--loading {
  opacity: 1;
  overflow: visible;
}
.no-js .list-collections__slide {
  margin-bottom: 40px;
}
.no-js .site-header,
.no-js #shopify-section-header {
  position: relative !important;
}
.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;
}

/*================ Icons ================*/
[class^=custom-icon-]:before,
[class*=" custom-icon-"]:before {
  font-family: "custom-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.custom-icon-cart:before {
  content: "b";
}

.custom-icon-arrow-right:before {
  content: "";
  font-weight: bolder !important;
}

.custom-icon-arrow-down:before {
  content: "";
  font-weight: bolder !important;
}

.custom-icon-filled-circle:before {
  content: "h";
}

.custom-icon-x:before {
  content: "i";
}

.custom-icon-stroke-circle:before {
  content: "j";
}

.custom-icon-hamburger:before {
  content: "k";
}

.custom-icon-play-button:before {
  content: "l";
}

.custom-icon-long-arrow:before {
  content: "m";
}

.custom-icon-triangle:before {
  content: "p";
}

.custom-icon-comment:before {
  content: "v";
}

.custom-icon-tag:before {
  content: "y";
}

.custom-icon-facebook:before {
  content: "";
}

.custom-icon-instagram:before {
  content: "";
}

.custom-icon-pinterest:before {
  content: "";
}

.custom-icon-snapchat:before {
  content: "";
}

.custom-icon-twitter:before {
  content: "";
}

.custom-icon-minus:before {
  content: "";
}

.custom-icon-plus:before {
  content: "";
}

.custom-icon-plus:before {
  content: "";
}

.custom-icon-rss:before {
  content: "r";
}

.custom-icon-hamburger {
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  float: right;
}

.icon-dropdown-arrow {
  display: block;
  width: 14px;
  height: 100%;
  fill: white;
}

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

.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;
  padding-bottom: 25px;
}

.form__item {
  padding: 0;
  border: 0;
  margin: 0 0 10px;
}
.form__item .selector-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
.form__item .selector-wrapper::after {
  font-family: "custom-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: -1;
  font-size: 12px;
  line-height: 20px;
  display: block;
  color: var(--color-text-body);
}
.form__item select {
  margin: 0;
  width: 100%;
}

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

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

.form__label {
  margin-bottom: 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: #d02e2e;
  background-color: #fff6f6;
  color: #d02e2e;
}

label.error {
  color: #d02e2e;
}

/*================ Input group ================*/
.input-group {
  position: relative;
  display: table;
  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 > .btn,
.input-group .blog-tag .input-group__btn-wrapper:first-child > a,
.blog-tag .input-group .input-group__btn-wrapper:first-child > a,
.input-group .blog-tag .input-group__btn-wrapper:first-child > span,
.blog-tag .input-group .input-group__btn-wrapper:first-child > span,
.input-group .input-group__btn-wrapper:first-child > .megamenu__image-button,
.input-group .input-group__btn-wrapper:first-child > .btn--secondary,
.input-group .rte .input-group__btn-wrapper:first-child > .btn--secondary,
.input-group .input-group__btn-wrapper:first-child > .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 > .btn,
.input-group .blog-tag input[type=hidden]:first-child + .input-group__btn-wrapper > a,
.blog-tag .input-group input[type=hidden]:first-child + .input-group__btn-wrapper > a,
.input-group .blog-tag input[type=hidden]:first-child + .input-group__btn-wrapper > span,
.blog-tag .input-group input[type=hidden]:first-child + .input-group__btn-wrapper > span,
.input-group input[type=hidden]:first-child + .input-group__btn-wrapper > .megamenu__image-button,
.input-group input[type=hidden]:first-child + .input-group__btn-wrapper > .btn--secondary,
.input-group input[type=hidden]:first-child + .input-group__btn-wrapper > .shopify-payment-button__button--unbranded {
  border-radius: 0px 0 0 0px;
}
.input-group .input-group__field:last-child,
.input-group .input-group__btn-wrapper:last-child > .btn,
.input-group .blog-tag .input-group__btn-wrapper:last-child > a,
.blog-tag .input-group .input-group__btn-wrapper:last-child > a,
.input-group .blog-tag .input-group__btn-wrapper:last-child > span,
.blog-tag .input-group .input-group__btn-wrapper:last-child > span,
.input-group .input-group__btn-wrapper:last-child > .megamenu__image-button,
.input-group .input-group__btn-wrapper:last-child > .btn--secondary,
.input-group .rte .input-group__btn-wrapper:last-child > .btn--secondary,
.input-group .input-group__btn-wrapper:last-child > .shopify-payment-button__button--unbranded {
  border-radius: 0 0px 0px 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__btn,
.input-group__field {
  height: 37px;
}

.input-group__field {
  width: 100%;
}

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

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}

/*================ 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(--color-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: #d02e2e;
}

textarea {
  background: none;
}

.qty-error-message {
  padding: 10px;
  display: block;
  width: 100%;
  color: #d02e2e;
  border: 1px solid #d02e2e;
  text-align: center;
  margin-top: 10px;
}

/*============================================================================
	#Notes and Form Feedback
==============================================================================*/
.note,
.errors {
  border-radius: 0px;
  padding: 6px 12px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  font-size: 12px;
  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: white;
}
.errors .input-group__field--email {
  color: #d02e2e;
  border-color: #d02e2e;
}

.form-success {
  color: #56ad6a;
  border-color: #56ad6a;
}
.form-success a {
  color: #56ad6a;
  text-decoration: underline;
}
.form-success a:hover {
  text-decoration: none;
}

.form-error,
.errors {
  color: #d02e2e;
  border-color: #d02e2e;
}
.form-error a,
.errors a {
  color: #d02e2e;
  text-decoration: underline;
}
.form-error a:hover,
.errors a:hover {
  text-decoration: none;
}

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

.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: 25px;
  font-size: 14px;
}
.rte h1, .rte .h1, .rte .form__heading, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
  margin-top: 2em;
}
.rte h1:first-child, .rte .h1:first-child, .rte .form__heading:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child {
  margin-top: 0;
}
.rte p {
  line-height: 2;
}
.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 {
  touch-action: manipulation;
}

html,
body {
  background-color: var(--color-bg-body);
}

[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;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 480px) {
  .wrapper {
    padding: 0 50px;
  }
}

.wrapper--medium {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .wrapper--medium {
    max-width: 100%;
  }
}

.wrapper--small {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .wrapper--small {
    max-width: 100%;
  }
}

.main-content {
  display: block;
  overflow: initial;
}
.has-transparent-header .main-content {
  padding-top: 0;
}
.main-content > .shopify-section:first-child:not(.transparent-header) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .main-content > .shopify-section:first-child:not(.transparent-header) {
    margin-top: 25px;
  }
}
.template-index .main-content > .shopify-section:first-child:not(.transparent-header) {
  margin-top: 0;
}

.page-block-sections {
  position: relative;
  top: -50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-block-sections {
    top: -25px;
    margin-bottom: 25px;
  }
}

.template-collection .main-content,
.template-list-collections .main-content {
  padding-top: 0px;
  padding-bottom: 50px;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.body--hide-spacer-lines hr {
  opacity: 0;
}
.body--hide-spacer-lines .product-feature__text hr {
  display: none;
}

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

/*================ Section Headers ================*/
.main-heading {
  font-size: var(--main-heading-size);
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--color-text-heading);
      line-height: 1.08;
  font-family: var(--body-font-family);
    font-size: 40pt;
}
@media screen and (max-width: 479px) {
  .main-heading {
    font-size: var(--main-heading-size-mobile);
  }
}

.main-subheading {
  display: block;
  margin-bottom: 10px;
  font-size: var(--main-subheading-size);
  color: var(--color-text-body);
  font-family: var(--body-font-family);
  font-weight: 500;
  font-style: var(--body-font-style);
}
@media screen and (max-width: 479px) {
  .main-subheading {
    font-size: var(--main-subheading-size-mobile);
  }
}

.text-light {
  color: #fff;
}

.text-dark {
  color: #000;
}

.section-header {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.section-header div {
  padding: 0 6px;
}
}

.section-header__subheading {
  font-size: 18pt !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 15px 0 0;
  color: inherit;
}

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

@media screen and (min-width: 768px) {
  .section-header {
    display: table;
    width: 100%;
  }

  .section-header__title {
    margin-bottom: 20px;
    font-size: 40pt !important}
  }

  .section-header__left {
    display: table-cell;
    margin-bottom: 0;
  }
  .section-header__left h1, .section-header__left .form__heading, .section-header__left h2, .section-header__left h3, .section-header__left h4,
.section-header__left .h1, .section-header__left .h2, .section-header__left .h3, .section-header__left .h4 {
    margin-bottom: 0;
  }

  .section-header__right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 335px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .section-header__right {
    margin-bottom: 50px;
  }
}
.section-header__right .form-horizontal,
.section-header__right .collection-view {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 480px) {
  .section-header__right label + select,
.section-header__right .collection-view {
    margin-left: 25px;
  }
}

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

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

@media screen and (max-width: 991px) {
  .spacer-line {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .grid--full.grid__item {
    display: block !important;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #000;
}

[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] {
  will-change: transform;
  transform: translateY(25px);
  transition: transform 0.5s ease;
}

.is-expanded > [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;
  font-size: 22px;
  line-height: 1;
  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 > .icon-plus,
[data-collapsible-trigger-mobile].is-expanded > .icon-plus {
  transform: rotateX(90deg);
}
[data-collapsible-trigger].is-expanded > .icon-minus,
[data-collapsible-trigger-mobile].is-expanded > .icon-minus {
  opacity: 1;
}

@media 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 > [data-collapsible-content-mobile] {
    transform: translateY(0);
  }
}
/*
* Social sharing
*/
.featured-product-social-wrapper {
  margin: 20px 0;
}

.social-circle {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  margin-right: 5px;
  margin-left: 5px;
}
.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 0;
}
@media screen and (min-width: 1024px) {
  .text-center .swatch {
    justify-content: center;
  }
}
.swatch.error {
  background-color: #E8D2D2 !important;
  color: #333 !important;
  padding: 1em;
}
.swatch.error p {
  margin: 0.7em 0;
}
.swatch.error p:first-child {
  margin-top: 0;
}
.swatch.error p:last-child {
  margin-bottom: 0;
}
.swatch.error code {
  font-family: monospace;
}

.swatch__element {
  position: relative;
  z-index: auto;
  margin: 0px 10px 10px 0;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
}
@media screen and (max-width: 767px) {
  .swatch__element {
    float: none;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .text-center .swatch__element {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.swatch__element::after {
  content: attr(data-value);
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
  background: var(--color-bg-body);
  color: var(--color-text-body);
  padding: 2px 5px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--color-border);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.15s ease, opacity 0.15s ease, visibility 0s linear 0.15s;
  font-size: 11px;
  transform: translateY(50%);
}
.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: 10%;
  z-index: 2;
  cursor: pointer;
}
.swatch__input:checked + .swatch__label .swatch__color::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0s linear 0s;
}

.swatch__label {
  position: relative;
  float: left;
  height: 25px;
  min-width: 25px;
  margin: 0;
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  white-space: nowrap;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.soldout .swatch__label {
  opacity: 0.6;
}

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

.swatch__color-name {
  text-transform: none;
  padding: 3px 0 3px 33px;
  width: 100%;
  display: block;
  white-space: normal;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}

.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 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -10px 0 10px;
}
.product-grid-item__swatch .swatch {
  margin-top: 10px;
  margin-bottom: -8px;
  justify-content: center;
}
.product-grid-item__swatch .swatch__element {
  margin: 0 4px 8px;
}
.product-grid-item__swatch .swatch__element::after {
  content: none;
}
.product-grid-item__swatch .swatch__label {
  min-width: 12px;
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 0;
  cursor: default;
}

.disclosure {
  position: relative;
}

.disclosure__toggle {
  position: relative;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.02em;
  font-size: var(--disclosure-text-size);
  line-height: normal;
  margin: 0 0 10px;
  padding: 10px 44px 10px 14px;
  white-space: nowrap;
  border: 1px solid var(--color-border);
  background: var(--color-bg-body);
}
.disclosure__toggle::after {
  font-family: "custom-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: inherit;
  line-height: 20px;
  display: block;
  color: var(--color-text-body);
  pointer-events: none;
}

.disclosure-list {
  background-color: var(--color-bg-body);
  border: 1px solid var(--color-border);
  bottom: 100%;
  position: absolute;
  display: none;
  margin: 0 0 5px;
  padding: 0;
  min-height: 30px;
  max-height: 300px;
  overflow-y: auto;
}

.disclosure-list--visible {
  display: block;
}

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

.disclosure-list__option {
  padding: 8px 15px 8px 15px;
  width: 100%;
  display: block;
  opacity: 0.7;
  font-size: var(--disclosure-text-size);
}
.disclosure-list__option:hover {
  opacity: 1;
}

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

.disclosure-list__item--current .disclosure-list__option span {
  border-bottom: 1px solid var(--color-text-body);
}

.disclosure--footer {
  display: flex;
  justify-content: center;
  margin-bottom: -5px;
}
.disclosure--footer .disclosure {
  padding-right: 10px;
}
.disclosure--footer .disclosure__toggle {
  color: var(--color-text-body);
  border-color: var(--color-bg-body-lighten-darken);
}
.disclosure--footer .disclosure-list {
  background-color: var(--color-bg-body);
  border: 1px solid var(--color-bg-body-lighten-darken);
}
@media screen and (max-width: 767px) {
  .disclosure--footer {
    justify-content: flex-start;
  }
}

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

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

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

.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:hover {
  background-color: transparent;
}

.flickity-button:focus {
  box-shadow: none;
}

.flickity-prev-next-button {
  width: 32px;
  height: 32px;
}

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

.flickity-page-dots .dot {
  border: 2px solid #000;
  background-color: transparent;
}

/*================ Magnific Popup ================*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: var(--color-bg-body);
  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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

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

.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:hover, .mfp-close:focus {
  opacity: 1;
}

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

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

.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: #cccccc;
  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 {
    transform: scale(0.75);
  }

  .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(--color-text-body);
}

.mfp-icon-x {
  font-size: 30px;
  color: var(--color-text-body) !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-container {
  background: var(--color-bg-body-alpha-65);
}

.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-gallery .mfp-container {
  background: white;
}
.mfp-gallery .mfp-bg {
  background-color: var(--color-bg-body) !important;
  opacity: 1 !important;
}
.mfp-gallery .mfp-close {
  margin: 30px 42px;
  background-image: none;
  text-indent: 0;
}
@media screen and (min-width: 768px) {
  .mfp-gallery .mfp-zoom-in-cur {
    cursor: zoom-in;
  }
}

/* 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(--color-bg-body);
  opacity: 0;
  border: 1px solid var(--color-text-body-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(--color-text-body);
  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(--color-text-body-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(--color-text-body-alpha-55);
  background: var(--color-text-body-alpha-5);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  position: absolute;
  content: "";
  border-bottom: 1px solid var(--color-text-body-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(--color-bg-body);
  position: absolute;
  border: 1px solid var(--color-text-body-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(--color-text-body-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(--color-text-body);
  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(--color-bg-body);
}
.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(--color-bg-body);
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: var(--color-bg-body);
}
.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: var(--color-bg-body);
}
.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(--color-bg-body);
}
.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(--color-bg-body);
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: var(--color-bg-body);
}
.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(--color-bg-body);
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: var(--color-bg-body);
  border-color: var(--color-text-body-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(--color-text-body-alpha-55);
}
.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: var(--color-bg-body);
  border-color: var(--color-text-body-alpha-5);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--color-bg-body);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--color-bg-body);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--color-bg-body);
}
.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(--color-text-body-alpha-60) var(--value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
  background-color: var(--color-text-body-alpha-60);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
  background-color: var(--color-text-body-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(--color-text-body-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(--color-text-body-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(--color-text-body-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px var(--color-text-body-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px var(--color-text-body-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px var(--color-text-body-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(--color-text-body);
  color: var(--color-bg-body);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: var(--color-text-body);
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, var(--color-text-body-alpha-60) 25%, transparent 25%, transparent 50%, var(--color-text-body-alpha-60) 50%, var(--color-text-body-alpha-60) 75%, transparent 75%, transparent);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
  color: var(--color-bg-body);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--color-text-body);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--color-text-body);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--color-text-body);
}
.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(--color-bg-body-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(--color-bg-body-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(--color-bg-body-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(--color-bg-body-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(--color-bg-body-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px var(--color-bg-body-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px var(--color-bg-body-alpha-25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px var(--color-bg-body-alpha-25);
}

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

/**
* Product Reviews
*/
[data-app-reviews=not-installed] .product__badge,
[data-app-reviews=not-installed] .spr-badge {
  display: none !important;
}

.product__badge {
  display: flex;
  justify-content: flex-start;
  margin: 5px 0 5px;
}
.product__badge .yotpo .yotpo-bottomline .yotpo-stars {
  margin-top: 5px;
}
.product-grid-item .product__badge {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .featured-product--one-column .product__badge {
    justify-content: center;
  }
}

.product__badge--yotpo {
  margin: 0;
}
.product__badge--yotpo .yotpo .yotpo-bottomline {
  display: inline-block;
  text-align: center;
}
.product__badge--yotpo .yotpo .yotpo-bottomline .yotpo-stars,
.product__badge--yotpo .yotpo .yotpo-bottomline a {
  margin: 10px 0 5px;
  overflow: hidden;
  display: block;
}
.product__badge--yotpo .yotpo .yotpo-bottomline .yotpo-stars.text-m,
.product__badge--yotpo .yotpo .yotpo-bottomline a.text-m {
  display: none;
}
.product__badge--yotpo .yotpo form,
.product__badge--yotpo .yotpo .yotpo-label,
.product__badge--yotpo .yotpo .yotpo-messages,
.product__badge--yotpo .yotpo .yotpo-small-box,
.product__badge--yotpo .yotpo .yotpo-nav-content,
.product__badge--yotpo .yotpo .yotpo-default-button {
  display: none !important;
}
.product__badge--yotpo .yotpo .yotpo-regular-box {
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
}

.product__reviews .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars,
.product__reviews .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars {
  vertical-align: middle;
}
.product__reviews .yotpo .yotpo-regular-box {
  border-top: 0;
}

.shopify-product-reviews-badge {
  display: block;
  margin: 10px 0;
  height: 22px;
}

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

.spr-badge {
  margin: 10px 0;
}

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

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

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

.yotpo .write-review-btn-hidden {
  display: none;
}

.yotpo--hidden {
  display: none;
}

.no-reviews-app-installed .product__badge,
.no-reviews-app-installed #product-tab--reviews {
  display: none !important;
}

#shopify-product-reviews {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 1em 0;
  text-align: left;
}

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

.top-bar__slide {
  width: 100%;
}

/*================ 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: 50px !important;
}
#shopify-section-header.header--relative {
  position: relative;
}

.site-header {
  width: 100%;
  background-color: black;
  color: var(--color-text-body);
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
  transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}
.site-header > .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: 18px;
  line-height: 1.3;
  color: inherit;
}
.has-scrolled .logo {
  margin-top: 0;
  margin-bottom: 0;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .logo {
    position: relative;
  }
}
@media 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 {
  margin-right: 10px;
  position: relative;
  color: inherit;
  max-width: 100%;
}

.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 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: 14px;
}
@media screen and (max-width: 1023px) {
  .cart__toggle {
    margin-right: -10px;
  }
}

#CartCount {
  position: absolute;
  bottom: -8px;
  left: 10px;
  max-width: 55px;
  min-width: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  text-transform: none;
  line-height: 18px;
  font-size: 11px;
  font-style: normal;
  font-weight: var(--body-font-weight-bold);
  white-space: nowrap;
  color: var(--color-accent-opposite);
  background: var(--color-accent);
  border-radius: 50%;
  height: 18px;
  padding: 0 3px;
}
@media screen and (max-width: 991px) {
  #CartCount {
    display: none;
  }
}

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

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

.nav {
  font-size: 16px;
  cursor: default;
  margin: 0 0 0 -25px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: black;
}
@media screen and (min-width: 768px) {
  .nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding-right: 50px;
  }
  .fixed [data-scroll-lock-filled-gap=true] .nav {
    margin-right: var(--scrollbar-width);
  }
}

@media 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: center;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

.nav__item--has-items {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: -15px;
}
.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 {
  margin-right: 20px;
}
.nav__item--icon .icon {
  width: 22px;
  height: 22px;
  fill: white;
}
.nav__item--icon .icon--cart {
  height: 27px;
  margin-bottom: 2px;
}

.nav__link {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0;
  white-space: nowrap;
  color: white;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .nav__link {
    padding: 15px 20px;
  }
}

/*================ Dropdowns ================*/
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--color-bg-body);
  color: var(--color-text-body);
  margin: 0;
  border-radius: 3px;
  border: 1px solid var(--color-text-light);
  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.2s ease, visibility 0s linear 0s;
}

.dropdown--level-2--right {
  left: auto;
  right: 4px;
}
.nav__item--has-dropdown--image .dropdown--level-2--right {
  right: -15px;
}

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

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

.dropdown--has-image {
  display: flex;
  padding: 20px 0;
}

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

.dropdown__image {
  width: 220px;
  position: relative;
}

.dropdown__image--left {
  margin-left: 20px;
  margin-right: 5px;
  padding-right: 20px;
  border-right: 1px solid var(--color-border);
}
.dropdown__image--left.dropdown__image--no-links {
  border-right: 0;
  margin-right: 0;
}

.dropdown__image--right {
  margin-right: 20px;
  padding-left: 20px;
  border-left: 1px solid var(--color-border);
}
.dropdown__image--right.dropdown__image--no-links {
  border-left: 0;
  margin-left: 0;
}

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

.dropdown__image-container--placeholder {
  position: relative;
}
.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;
  width: 100%;
  height: 200px;
}

.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 {
  max-width: 320px;
  margin: 0;
  font-size: 14px;
}

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

.dropdown__item {
  display: block;
  margin: 0;
}

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

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

.dropdown__trigger {
  position: relative;
  cursor: pointer;
  color: inherit;
  padding: 0 8px;
  margin: 0 0 0 auto;
}

.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.2s ease;
}
.dropdown__item--level-2:hover .dropdown__trigger--level-2 {
  transform: translateX(4px);
}
.dropdown__trigger--level-2 .icon-dropdown-arrow {
  transform: rotate(-90deg);
}

.dropdown__trigger--collapsible {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 38px;
}
.dropdown__trigger--collapsible .icon {
  font-size: 18px;
}

.dropdown__link {
  display: block;
  width: 100%;
  padding: 8px 20px 8px 15px;
  white-space: nowrap;
}

.dropdown__link--image {
  padding: 0;
}

/* Additional styles to make the 3rd level dropdown top border line look like a one whole */
.dropdown__item--level-3--first {
  margin-left: -3px;
  position: relative;
}
.dropdown__item--level-3--first > .dropdown__link {
  border-left: 3px solid var(--color-bg-body);
}

.dropdown__item--level-2--first .dropdown__item--level-3--first {
  margin-top: -1px;
  border-top: 1px solid var(--color-text-light);
}

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

.dropdown--level-3--left {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}
.dropdown--level-3--left .dropdown__item--level-3--first {
  margin-left: 0;
  margin-right: -3px;
}
.dropdown--level-3--left .dropdown__item--level-3--first > .dropdown__link {
  border-left: 0;
  border-right: 3px solid var(--color-bg-body);
}

/* Mega menu */
.megamenu {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 100%;
  z-index: -1;
  text-align: left;
  color: inherit;
  background: var(--color-bg-body);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.1s ease, visibility 0s linear 0.1s;
  max-height: calc(85vh - 98px);
  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.2s ease, visibility 0s linear 0s;
}

.megamenu__push + .megamenu__links::before,
.megamenu__images + .megamenu__links::before {
  content: none;
}

.megamenu-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  margin: 0 -15px;
}
.megamenu-inner::after {
  content: "";
  display: table;
  clear: both;
  line-height: 0;
}

.megamenu--no-images.megamenu--links-1 .megamenu-inner, .megamenu--no-images.megamenu--links-2 .megamenu-inner, .megamenu--no-images.megamenu--links-3 .megamenu-inner {
  display: flex;
  justify-content: center;
}

.megamenu__images {
  display: flex;
  width: 25%;
}
.megamenu--left .megamenu__images {
  float: left;
}
.megamenu--right .megamenu__images {
  float: right;
}
.megamenu--stacked .megamenu__images {
  float: left;
  flex-direction: column;
  width: 25%;
}

.megamenu__images--images-only {
  margin: 0 auto;
  float: none;
}

.megamenu__images--2 {
  width: 50%;
}
.megamenu__images--2 .megamenu__image {
  width: calc(50% - 30px);
}

.megamenu__images--3 {
  width: 75%;
}
.megamenu__images--3 .megamenu__image {
  width: calc(33.33% - 30px);
}

.megamenu__images--4 {
  width: 100%;
}
.megamenu__images--4 .megamenu__image {
  width: calc(25% - 30px);
}

.megamenu__image {
  width: calc(100% - 30px);
  margin: 0 15px 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.megamenu--stacked .megamenu__image {
  width: calc(100% - 30px);
}

.megamenu__image-bg {
  position: relative;
  min-height: 1px;
  padding-top: 100%;
  line-height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.megamenu__image-bg.lazyload {
  display: none;
}
.megamenu--open .megamenu__image-bg.lazyload {
  display: block;
}

.megamenu__image-button {
  border-radius: 0;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 5px 0;
}
.megamenu__image-button::before {
  border-radius: 0;
}
.megamenu__image--no-image .megamenu__image-button {
  position: relative;
}

.megamenu__links {
  margin: 0;
}

.megamenu__links--level-2 {
  position: relative;
  width: calc(25% - 50px);
  margin: 0 25px;
  padding: 0;
}
.megamenu__links--level-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -26px;
  width: 2px;
  height: 100%;
  background: var(--color-border);
  opacity: 0.25;
}

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

.megamenu__link:not(.megamenu__image-button) {
  color: inherit;
}

.megamenu__link--heading {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-border);
  font-size: 18px;
}

.megamenu__link--level-3 {
  display: inline-block;
  padding: 5px 0;
  font-size: 14px;
  transition: opacity, 0.3s, ease;
}
.megamenu__link--level-3:hover {
  opacity: 0.65;
}

/* Nav icons */
.nav__icons {
  display: flex;
  align-items: center;
  margin: -2px -20px 0 0;
}
@media 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: 50px;
  }
}

.nav__item--icons {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .nav__item--icons {
    display: none;
  }
}

.nav__link--icon {
  height: 24px;
  display: flex;
  align-items: center;
}
.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;
}

.mobile-menu__toggle,
.cart__toggle {
  color: #ffffff !important;
}
@media screen and (min-width: 1024px) {
  .nav--compress .mobile-menu__toggle,
.nav--compress .cart__toggle {
    padding: 6px 10px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1023px) {
  .mobile-menu__toggle,
.cart__toggle {
    padding: 6px 10px;
    vertical-align: middle;
  }
}
@media 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 screen and (max-width: 1023px) {
  .cart__toggle {
    margin-right: -10px;
  }
}

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

.mobile-nav--bottom {
  text-transform: capitalize !important;
}

.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(--color-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(--color-bg-body);
}

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

.mobile-nav__item--level-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 25px;
  height: 1px;
  background: var(--color-text-body-alpha-10);
}

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

.mobile-nav__link--level-1 {
  font-size: 18px;
  padding: 15px 5px 15px 25px;
}

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

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

.mobile-nav__link--small {
  font-size: 18px;
  padding: 15px 5px 15px 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;
}

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

/*================ Nav search ================*/
.nav-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 2;
  padding-top: 60px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  will-change: initial;
  color: var(--color-text-body);
  background-color: #fff;
  /* Fallback background color in case header background is set to transparent */
}
.nav-search .search-form {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: calc(50vh - 85px) auto 50px;
  transition: margin-top 0.25s ease-in;
}
@media screen and (max-width: 1023px) {
  .nav-search {
    display: none !important;
    visibility: hidden;
  }
}
.nav-search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--color-bg-body);
  z-index: -1;
}
.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;
  transition: transform 0.4s cubic-bezier(0.46, 0.01, 0.32, 1), opacity 0.2s ease-out, visibility 0s linear 0s;
}

.nav-search__container.push-up .search-form {
  margin-top: 20px;
}

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

.nav-search__input-group {
  position: relative;
  height: 40px;
  margin: 120px auto 0;
  width: 90%;
}
@media 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;
}
@media screen and (min-width: 1024px) {
  .nav-search__input {
    padding-right: 40px;
    height: 100%;
    box-sizing: border-box;
    box-shadow: none;
    border-bottom: 2px solid var(--color-text-body);
    outline: none;
    font-size: 24px;
  }
}

.nav-search__close-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding-top: 16px;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: scroll;
}

.nav-search__close {
  position: relative;
  float: right;
  margin-right: 40px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  color: inherit;
  background: var(--color-bg-body);
  cursor: pointer;
}

.nav-search__submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: inherit;
}
.nav-search__submit svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

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

.results-popular__title {
  font-size: 14px;
  text-align: left;
  margin: 0 0 13px;
}

.results-popular__links {
  font-size: 18px;
  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: 20px -20px 0;
  display: flex;
  flex-wrap: wrap;
}

.result {
  width: var(--nav-search-result-width);
  padding: 0 20px 40px;
  margin-bottom: 0;
  text-align: center;
}
.product-grid--fullwidth .result {
  padding: 0;
}

.result__image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.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 0 15px;
  font-size: var(--product-grid-item-title-size);
}

.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 25px 25px;
  max-width: 95%;
  z-index: 10;
  color: var(--color-text-body);
  background-color: var(--color-bg-body);
  transition: transform 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}
.drawer input {
  border: none;
}
.drawer textarea {
  border-color: var(--color-border);
  background-color: var(--color-bg-body);
}

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

.drawer--right {
  width: 300px;
  right: -300px;
  border-left: 2px solid var(--color-accent);
}
.js-drawer-open-right .drawer--right {
  display: block;
  transform: translateX(-300px);
}

.is-moved-by-drawer {
  will-change: initial;
  transition: transform 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}
.js-drawer-open-left .is-moved-by-drawer {
  transform: translateX(-300px);
}
.js-drawer-open-right .is-moved-by-drawer {
  transform: translateX(-300px);
}
.modal--is-visible .is-moved-by-drawer {
  transform: translateX(-300px);
}

.drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.drawer__close {
  margin: 0 -20px 0 auto;
  text-align: center;
  height: 70px;
  align-self: flex-start;
}

.drawer__close-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  padding: 0 20px;
  color: inherit;
  font-size: 20px;
}

.drawer__title {
  margin: 20px 0;
  max-width: calc(100% - 60px);
}

.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 {
  border-bottom: 2px solid var(--color-accent);
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

/*================ Footer ================*/
.site-footer {
  color: var(--color-text-body);
  padding-top: 100px;
  padding-bottom: 100px;
  clear: both;
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .site-footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.site-footer h5,
.site-footer .h5 {
  color: inherit;
}
.site-footer h5 p,
.site-footer .h5 p {
  margin: inherit;
}

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

.footer-title__button {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  text-align: left;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  .footer-title__button {
    display: block;
  }
  .footer-title__button .icon {
    display: none;
  }
}
@media 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: 32px;
    height: 32px;
  }
}

.footer-logo {
  position: relative;
  display: inline-block;
  color: var(--color-text-heading);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  margin-bottom: 25px;
  max-width: 100%;
}
.footer-logo img {
  display: block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.footer-logo .placeholder-svg, .footer-logo .placeholder-svg-filled {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.footer-logo p {
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-text p {
  line-height: 1.29;
}

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

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

@media 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 screen and (max-width: 767px) {
  .footer-blocks {
    margin: 0;
    flex-direction: column;
  }
}

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

.footer-block {
  max-width: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .footer-block {
    max-width: none;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    overflow: hidden;
  }
}
.footer-block .newsletter--form {
  margin-top: 0;
}
.footer-block .input-group__field--email,
.footer-block .input-group__btn {
  height: 46px;
}

.footer-articles-list {
  margin: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.29;
}
.footer-articles-list li {
  margin: 0 0 10px;
}

.footer-article-title {
  font-size: 14px;
}

.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 {
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  padding: 4px 7px;
  border: 1px solid var(--color-text-body);
  transition: color 0.2s ease, border 0.2s ease;
}

.footer-bottom {
  margin-top: 60px;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    margin-top: 10px;
  }
}

.social-sharing-wrapper {
  font-size: 24px;
  margin-top: 20px;
}
.social-sharing-wrapper a {
  display: inline-block;
  color: inherit;
  margin: 0 8px;
}
.social-sharing-wrapper a:first-child {
  margin-left: 0;
}
.social-sharing-wrapper a:last-child {
  margin-right: 0;
}

.footer-copyright {
  margin-top: 20px;
  font-size: 12px;
}
.footer-copyright a {
  color: inherit;
}

.payment-icon-list {
  margin: 20px 0 0;
}
.payment-icon-list > li {
  font-size: 22px;
  display: inline-block;
  list-style: outside none none;
  margin: 5px 10px 0 0;
}
.payment-icon-list > li:last-child {
  margin-right: 0;
}

.payment-icon {
  display: block;
  width: 32px;
}

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

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

.no-padding {
  padding: 0px;
}

.accounts-header {
  margin-bottom: -10px;
}

.address-return {
  display: block;
}

.address-title {
  display: block;
}

.order-wrapper {
  padding-left: 30px;
}
.order-wrapper .product-unit-price {
  font-size: inherit;
}

#account table, #account th, #account td {
  border-width: 1px;
  padding: 20px 15px 20px 15px;
  color: var(--color-text-body);
}

.template-customers-account .table-wrap {
  margin-top: 10px;
}

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

.edit-address {
  padding-top: 25px;
}

.account-details {
  padding-left: 50px;
}
@media screen and (max-width: 991px) {
  .account-details {
    padding-left: 30px;
  }
}

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

.responsive-order th {
  display: none;
}

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

.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: 0px;
  z-index: 99;
}
.address-selector-wrapper::after {
  font-family: "custom-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: -1;
  font-size: 12px;
  line-height: 20px;
  display: block;
  color: var(--color-text-body);
}

.template-customers-addresses label {
  color: var(--color-text-heading);
}

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

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

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

  .template-customers-account .table-wrap {
    margin-left: 0px;
    margin-top: 0px;
  }

  .template-customers-order .order-title {
    font-size: 18px;
  }
  .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(--color-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;
  }

  .password-page__signup-form {
    padding-bottom: 25px;
  }

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

  .template-customers-account th, .template-customers-account td {
    padding: 5px 5px 5px 0px;
    vertical-align: top;
  }

  .account-header {
    padding-left: 0px;
  }

  .new-address {
    float: left;
    margin-left: -5px;
    margin-bottom: 50px;
    margin-top: 0px;
  }

  .password-input, .signup-input {
    margin-bottom: 10px;
  }

  .filter {
    display: block;
  }

  .spacer-line {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/*================ Article ================*/
.template-article .section-header {
  padding-top: 0px;
}

.article-image-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.blog-comments-link {
  margin-right: 10px;
}
.blog-comments-link .custom-icon-comment {
  vertical-align: middle;
}

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

/*================ Banner ================*/
.banner {
  position: relative;
  overflow: hidden;
}
.banner .collection-header {
  position: relative;
  background-color: transparent;
  z-index: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .banner .collection-header hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.banner .collection-header .grid__item {
  position: relative;
}
.banner .collection-description {
  width: auto;
  margin: 0;
}
.banner .collection-title,
.banner .collection-description {
  color: inherit;
}

.banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
}

.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--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, .template-blog .h2 {
  line-height: 1.2;
  margin-bottom: 5px;
}
.template-blog .rte {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .template-blog hr {
    display: none;
  }
}

.icon-rss {
  font-size: 22px;
}

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

.blog-child {
  margin-bottom: 30px;
}

.blog-child__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 a, .blog-tag span {
  display: inline-block;
  font-size: 12px;
  padding: 2px 5px;
}

.article-image {
  width: 100%;
}

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

@media only screen and (min-width: 768px) {
  .blog-child.large--one-half:nth-child(2n+1),
.blog-child.large--one-third:nth-child(3n+1),
.blog-child.large--one-quarter:nth-child(4n+1),
.blog-child.large--one-fifth:nth-child(5n+1),
.blog-child.large--one-sixth:nth-child(6n+1),
.blog-child.large--two-sixths:nth-child(3n+1),
.blog-child.large--three-sixths:nth-child(2n+1),
.blog-child.large--one-eighth:nth-child(8n+1),
.blog-child.large--two-eighths:nth-child(4n+1),
.blog-child.large--four-eighths:nth-child(2n+1),
.blog-child.large--five-tenths:nth-child(2n+1),
.blog-child.large--one-twelfth:nth-child(12n+1),
.blog-child.large--two-twelfths:nth-child(6n+1),
.blog-child.large--three-twelfths:nth-child(4n+1),
.blog-child.large--four-twelfths:nth-child(3n+1),
.blog-child.large--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 767px) and (min-width: 481px) {
  .blog-child.medium--one-half:nth-child(2n+1),
.blog-child.medium--one-third:nth-child(3n+1),
.blog-child.medium--one-quarter:nth-child(4n+1),
.blog-child.medium--one-fifth:nth-child(5n+1),
.blog-child.medium--one-sixth:nth-child(6n+1),
.blog-child.medium--two-sixths:nth-child(3n+1),
.blog-child.medium--three-sixths:nth-child(2n+1),
.blog-child.medium--one-eighth:nth-child(8n+1),
.blog-child.medium--two-eighths:nth-child(4n+1),
.blog-child.medium--four-eighths:nth-child(2n+1),
.blog-child.medium--five-tenths:nth-child(2n+1),
.blog-child.medium--one-twelfth:nth-child(12n+1),
.blog-child.medium--two-twelfths:nth-child(6n+1),
.blog-child.medium--three-twelfths:nth-child(4n+1),
.blog-child.medium--four-twelfths:nth-child(3n+1),
.blog-child.medium--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
/*================ Breadcrumbs ================*/
.breadcrumbs {
  margin: 25px 0;
}
.breadcrumbs a,
.breadcrumbs span {
  padding: 0 7px 0 0;
  display: inline-block;
}

/*================ Cart Template ================*/
.template-cart h3, .template-cart .h3 {
  margin-bottom: 0px;
}
.template-cart .additional-checkout-buttons {
  width: 300px;
  max-width: 100%;
  margin: 5px 0 0 auto;
}
@media 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 screen and (max-width: 479px) {
  .template-cart .additional-checkout-buttons {
    max-width: 100%;
  }
}

.cart-section {
  padding: 50px 0;
}

.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;
}
.cart.is-loading::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.cart__row {
  position: relative;
  padding-top: 50px;
}
.cart__row:first-child {
  margin-top: 50px;
  padding-top: 0;
}
.cart__row .js-qty, .cart__row .ajaxcart__qty {
  margin: -6px auto;
}
@media screen and (max-width: 479px) {
  .cart__row .price {
    margin-top: 0;
  }
}
.cart__row textarea {
  border: 2px solid var(--color-border);
}

.order__discounts,
.cart__row-discounts,
.cart__discounts,
.ajaxcart_product-discounts {
  opacity: 0.7;
}
.order__discounts .price,
.cart__row-discounts .price,
.cart__discounts .price,
.ajaxcart_product-discounts .price {
  color: inherit;
}

.cart__discounts {
  margin-bottom: 5px;
}

.order__discounts p {
  margin: 0;
}

.ajaxcart_product-discounts {
  font-size: 0.8rem;
  margin-top: 8px;
}

.cart__row--bottom {
  display: table;
  margin: 0 0 0 auto;
  text-align: right;
}
.cart__row--bottom > div {
  display: table-row;
}
.cart__row--bottom > div > span {
  display: table-cell;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart__row--bottom > div > span:last-child {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .cart__row--bottom > div > span:first-child {
    text-align: left;
  }
  .cart__row--bottom > div > span:last-child {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .cart__row--bottom {
    margin: 0;
    text-align: left;
  }
}
@media screen and (max-width: 479px) {
  .cart__row--bottom {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cart__row-discounts {
    text-align: left !important;
  }
}

.ajaxcart__footer-row {
  overflow: hidden;
}
.ajaxcart__footer-row .price--label {
  float: left;
}
.ajaxcart__footer-row .price--amount {
  float: right;
  padding-left: 10px;
}

.cart-table {
  border: 0;
}
.cart-table th {
  font-weight: var(--body-font-weight);
}
.cart-table td,
.cart-table th {
  font-size: 14px;
  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 screen and (min-width: 1400px) {
  .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: 190px;
  }
  .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 screen and (min-width: 768px) {
  .cart-table td,
.cart-table th {
    padding: 40px 20px 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .cart-table td,
.cart-table th {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .cart-table .product-remove-cell {
    display: none;
  }
}
.cart-table .product-name-label {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .cart-table .product-name-label {
    width: auto;
    padding: 0;
  }
}
.cart-table .product-title-cell {
  font-size: var(--product-grid-item-title-size);
  color: var(--color-text-heading);
}
@media screen and (max-width: 767px) {
  .cart-table .product-title-cell {
    text-align: left;
    padding: 10px 0;
  }
}
.cart-table .product-title-cell a {
  color: inherit;
}
.cart-table .product-price-cell {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed !important;
    width: 100%;
  }
  .cart__row--table-large .grid__item {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

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

@media screen and (max-width: 767px) {
  .cart__subtotal {
    margin-top: 10px;
  }
}

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

.cart__subtotal-title,
.cart__subtotal-price {
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  font-style: var(--body-font-style);
  color: var(--color-text-heading);
  font-size: 24px;
}

.cart__discount-price,
.cart__discount-title {
  font-size: 14px;
}

.cart__mini-labels {
  display: block;
  margin: 16.6666666667px 0;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .cart__mini-labels {
    display: none;
  }
}

.cart__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .cart__remove {
    position: absolute;
    top: 75px;
    left: 0;
    margin-top: -16px;
  }
}

.cart__update {
  display: none;
}

.cart__title {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .cart__title {
    font-size: 28px;
    padding-bottom: 25px;
  }
}

.template-cart .js-qty__num {
  border: none !important;
  text-align: center;
}

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

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

.cart__row--buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  max-width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .cart__row--buttons {
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media 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 screen and (max-width: 767px) {
  .cart__row--buttons .errors {
    margin-right: auto;
    margin-left: 0;
  }
}

.cart__buttons {
  position: relative;
  width: 100%;
}
.cart__buttons .cart__update,
.cart__buttons .cart__checkout {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .cart__buttons .cart__update,
.cart__buttons .cart__checkout {
    margin-right: auto;
  }
}

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

.cart__button-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 screen and (max-width: 767px) {
  .cart__checkout {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 479px) {
  .cart__checkout {
    width: 100%;
  }
}

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

.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(--color-bg-body-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;
  max-width: calc(100% - 20px);
}
.acceptance__label p {
  margin: 0;
}

/*
* Cart drawer
*/
#CartContainer {
  color: var(--color-text-body);
}
#CartContainer .drawer__button {
  width: 100%;
  margin-left: 0px !important;
}
#CartContainer .ajaxcart__inner {
  position: relative;
}
#CartContainer .ajaxcart__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background: var(--color-bg-body-overlay) var(--loading-svg) no-repeat center center;
  background-size: 32px 32px;
  transition: opacity 0.15s ease, visibility 0s linear 0.15s;
}
#CartContainer .price {
  margin-top: auto;
}
#CartContainer.is-updating .ajaxcart__inner::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease, visibility 0s linear 0s;
}
#CartContainer .cart__row--buttons {
  text-align: left;
  justify-content: flex-start;
  margin-top: 20px;
}
#CartContainer .errors {
  text-align: left;
}

#CartDrawer {
  z-index: 900;
}

/*
* Ajax Cart Styles (conditionally loaded)
*/
.ajaxcart__inner {
  margin-bottom: 50px;
}

.ajaxcart__row {
  padding-bottom: 25px;
}
.ajaxcart__row p {
  margin-bottom: 0px;
}
.ajaxcart__row > .grid, .ajaxcart__row > .grid--rev, .ajaxcart__row > .grid--full {
  margin-left: -25px;
}
.ajaxcart__row > .grid > .grid__item, .ajaxcart__row > .grid--rev > .grid__item, .ajaxcart__row > .grid--full > .grid__item {
  padding-left: 25px;
}
.ajaxcart__row > .grid > .grid__item .product-image, .ajaxcart__row > .grid--rev > .grid__item .product-image, .ajaxcart__row > .grid--full > .grid__item .product-image {
  margin-top: 20px;
  padding-top: 100%;
  height: 0;
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ajaxcart__row > .grid > .grid__item .product-image.lazyload, .ajaxcart__row > .grid--rev > .grid__item .product-image.lazyload, .ajaxcart__row > .grid--full > .grid__item .product-image.lazyload, .ajaxcart__row > .grid > .grid__item .product-image.lazyloading, .ajaxcart__row > .grid--rev > .grid__item .product-image.lazyloading, .ajaxcart__row > .grid--full > .grid__item .product-image.lazyloading {
  background-size: 32px 32px;
}
.ajaxcart__row textarea {
  min-height: 90px;
  background-color: var(--color-bg-body);
}

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

.ajaxcart__product-image {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 20px;
}

.ajaxcart__product-name {
  display: block;
  color: var(--color-text-heading);
  text-decoration: none;
  font-size: 16px;
}
.ajaxcart__product-name:hover, .ajaxcart__product-name:focus, .ajaxcart__product-name:active {
  color: var(--color-primary-darken);
}

.ajaxcart__product-meta {
  color: var(--color-text-light);
}

.ajaxcart__product-price {
  display: block;
}

/*
* Quantity Selectors
*/
.js-qty, .ajaxcart__qty {
  position: relative;
  margin-bottom: 1em;
  max-width: 100px;
  min-width: 75px;
  overflow: visible;
}
.js-qty input, .ajaxcart__qty input {
  display: block;
  background: none;
  text-align: center;
  width: 100%;
  padding: 5px 25px;
  margin: 0;
  color: var(--color-text-body);
}

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

.js-qty__adjust--plus, .ajaxcart__qty--plus {
  right: 0;
}

.js-qty__adjust--minus, .ajaxcart__qty--minus {
  left: 0;
}

/*
* Quantity Selectors in Ajax Cart
*/
.ajaxcart__qty {
  margin: 0;
}
.is-loading .ajaxcart__qty {
  opacity: 0.5;
  transition: none;
}

.ajaxcart__qty-num {
  color: var(--color-text-body) !important;
}

.ajaxcart__qty-adjust {
  font-size: 12px;
}

/*================ Collection ================*/
.collection-section {
  position: relative;
}

.collection__wrapper {
  transition: height 1s ease-out;
}
.collection__wrapper::after {
  content: "";
  display: table;
  clear: both;
  line-height: 0;
  height: 0;
}

.collection-header {
  z-index: 500;
  width: 100%;
}
.collection-header hr {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}

.collection-header--has-image > .wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.collection-header--no-image {
  padding: 50px 0px;
  text-align: center;
}

.collection-title {
  font-size: var(--main-subheading-size);
    line-height: 1.2;
  margin-bottom: 10px;
  z-index: 500;
    text-decoration: none;
    font-weight: 600;

}
@media screen and (max-width: 479px) {
  .collection-title {
    font-size: var(--main-heading-size-mobile);
  }
}

    
.collection-title a:hover {
  color: #666666;
}

.collection-description {
  z-index: 500;
  margin-right: auto;
  margin-left: auto;
  display: block;
  font-size: var(--main-subheading-size);
  color: inherit;
}
@media screen and (max-width: 479px) {
  .collection-description {
    font-size: var(--main-subheading-size-mobile);
  }
}

.collection__items {
  display: flex;
  flex-wrap: wrap;
}

.collection--no-results {
  width: 100%;
}
.collection--no-results .collection__filters-reset .reset-filters {
  margin: 0 auto 10px;
}

.product-grid--padded {
  margin: -25px -25px 0;
  width: calc(100% + 50px);
}
@media screen and (max-width: 1023px) {
  .product-grid--padded {
    margin-left: 0;
    width: calc(100% + 25px);
  }
}

.product-grid--fullwidth {
  margin-left: -50px;
  margin-right: -50px;
  width: calc(100% + 100px);
}
@media screen and (max-width: 479px) {
  .product-grid--fullwidth {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
  }
}
.product-grid--fullwidth .product-grid-item,
.product-grid--fullwidth .result {
  margin: 0 0 25px;
}
.product-grid--fullwidth .product-grid-item__info {
  padding: 0 20px 10px;
}
.product-grid--fullwidth .product-grid-item__swatch {
  margin-bottom: 0;
}

.collection__products {
  position: relative;
}
.collection__products .breadcrumbs {
  float: left;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .collection__products .breadcrumbs {
    float: none;
    text-align: center;
  }
}
.collection__products .selector-wrapper {
  padding-right: 0;
}
.collection__products .selector-wrapper > label::after {
  right: 10px;
}
.collection__products .sort-me {
  z-index: 2;
}
.collection__products::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65) var(--loading-svg) no-repeat center center;
  background-size: 64px auto;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.is-loading .collection__products::before {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}
.collection__products .no-matches {
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  [data-filters-position=left] .collection__filters--left + .collection__products {
    float: right;
    width: calc(100% - 300px);
    min-height: 100vh;
  }
  .is-loading [data-filters-position=left] .collection__filters--left + .collection__products {
    height: auto;
  }
}

.product-grid-item {
  position: relative;
      margin-bottom: 40px;

}
@media screen and (max-width: 1023px) {
  .product-grid-item {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .product-grid-item {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
.product-grid-item.is-hidden {
  display: none;
}
.product-grid-item .btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 479px) {
  .product-grid-item .btn-wrapper {
    display: none;
  }
}
.product-grid-item .btn-wrapper .btn, .product-grid-item .btn-wrapper .btn--secondary, .product-grid-item .btn-wrapper .shopify-payment-button__button--unbranded, .product-grid-item .btn-wrapper .megamenu__image-button, .product-grid-item .btn-wrapper .blog-tag a, .blog-tag .product-grid-item .btn-wrapper a, .product-grid-item .btn-wrapper .blog-tag span, .blog-tag .product-grid-item .btn-wrapper span {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
body:not(.no-outline) .product-grid-item .btn-wrapper .btn:focus, body:not(.no-outline) .product-grid-item .btn-wrapper .btn--secondary:focus, body:not(.no-outline) .product-grid-item .btn-wrapper .shopify-payment-button__button--unbranded:focus, body:not(.no-outline) .product-grid-item .btn-wrapper .megamenu__image-button:focus, body:not(.no-outline) .product-grid-item .btn-wrapper .blog-tag a:focus, .blog-tag body:not(.no-outline) .product-grid-item .btn-wrapper a:focus, body:not(.no-outline) .product-grid-item .btn-wrapper .blog-tag span:focus, .blog-tag body:not(.no-outline) .product-grid-item .btn-wrapper span:focus, body:not(.no-outline) .product-grid-item .btn-wrapper .btn.focus-visible, body:not(.no-outline) .product-grid-item .btn-wrapper .focus-visible.btn--secondary, body:not(.no-outline) .product-grid-item .btn-wrapper .focus-visible.shopify-payment-button__button--unbranded, body:not(.no-outline) .product-grid-item .btn-wrapper .focus-visible.megamenu__image-button, body:not(.no-outline) .product-grid-item .btn-wrapper .blog-tag a.focus-visible, .blog-tag body:not(.no-outline) .product-grid-item .btn-wrapper a.focus-visible, body:not(.no-outline) .product-grid-item .btn-wrapper .blog-tag span.focus-visible, .blog-tag body:not(.no-outline) .product-grid-item .btn-wrapper span.focus-visible {
  opacity: 1;
  transform: translateY(0);
  transition: none;
}
.product-grid-item .error {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  border: 2px solid transparent;
  text-align: center;
  color: #d02e2e;
  background: var(--color-bg-body);
  cursor: default;
  transition: opacity 0.3s ease;
  -webkit-animation: fadeInOut 3s both;
          animation: fadeInOut 3s both;
}
.product-grid-item .flickity-prev-next-button:disabled {
  opacity: 0.25;
}
.product-grid-item .flickity-prev-next-button.previous {
  left: 0;
}
.product-grid-item .flickity-prev-next-button.next {
  right: 0;
}
.product-grid-item .flickity-prev-next-button .arrow {
  fill: var(--color-text-body);
}
@media screen and (min-width: 768px) {
  .product-grid-item .product-grid-item__image:hover .product__media-slider,
.product-grid-item .product-grid-item__image:hover .product__media-hover {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
  }
}
.product-grid-item__image:hover
{   opacity: .5 !important;}
.product-grid-item .placeholder-svg,
.product-grid-item .placeholder-svg-filled {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .product-grid-item .product-grid-item__swatch--hover .swatch__element {
    opacity: 0;
    transform: translateY(15px);
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(1) {
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(2) {
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(3) {
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(4) {
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(5) {
    transition: opacity 1s ease, transform 1s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(6) {
    transition: opacity 1.2s ease, transform 1.2s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(7) {
    transition: opacity 1.4s ease, transform 1.4s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(8) {
    transition: opacity 1.6s ease, transform 1.6s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(9) {
    transition: opacity 1.8s ease, transform 1.8s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(10) {
    transition: opacity 2s ease, transform 2s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(11) {
    transition: opacity 2.2s ease, transform 2.2s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(12) {
    transition: opacity 2.4s ease, transform 2.4s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(13) {
    transition: opacity 2.6s ease, transform 2.6s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(14) {
    transition: opacity 2.8s ease, transform 2.8s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(15) {
    transition: opacity 3s ease, transform 3s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(16) {
    transition: opacity 3.2s ease, transform 3.2s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(17) {
    transition: opacity 3.4s ease, transform 3.4s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(18) {
    transition: opacity 3.6s ease, transform 3.6s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(19) {
    transition: opacity 3.8s ease, transform 3.8s ease;
  }
  .product-grid-item .product-grid-item__swatch--hover .swatch__element:nth-child(20) {
    transition: opacity 4s ease, transform 4s ease;
  }
  .product-grid-item:hover .product-grid-item__swatch--hover .swatch__element {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-grid-item h3,
.product-grid-item .h3 {
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  font-style: var(--body-font-style);
}
.product-grid-item .spr-badge {
  margin: 0;
}
.product-grid-item .spr-badge-starrating {
  margin-right: 0;
}
.product-grid-item .spr-badge-caption {
  display: none;
}
.product-grid-item:hover .product__media-hover,
.product-grid-item:hover .product__media-slider {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}
.product-grid-item:hover .btn-wrapper .btn, .product-grid-item:hover .btn-wrapper .btn--secondary, .product-grid-item:hover .btn-wrapper .shopify-payment-button__button--unbranded, .product-grid-item:hover .btn-wrapper .megamenu__image-button, .product-grid-item:hover .btn-wrapper .blog-tag a, .blog-tag .product-grid-item:hover .btn-wrapper a, .product-grid-item:hover .btn-wrapper .blog-tag span, .blog-tag .product-grid-item:hover .btn-wrapper span {
  transform: translateY(0);
  opacity: 1;
}
.product-grid-item .btn--quick-buy .product-form * {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.product-grid-item .btn--quick-buy .product-form .btn, .product-grid-item .btn--quick-buy .product-form .btn--secondary, .product-grid-item .btn--quick-buy .product-form .shopify-payment-button__button--unbranded, .product-grid-item .btn--quick-buy .product-form .megamenu__image-button, .product-grid-item .btn--quick-buy .product-form .blog-tag a, .blog-tag .product-grid-item .btn--quick-buy .product-form a, .product-grid-item .btn--quick-buy .product-form .blog-tag span, .blog-tag .product-grid-item .btn--quick-buy .product-form span {
  opacity: 1;
  visibility: visible;
  position: relative;
  display: block;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .product-grid-item__info .product-grid--fullwidth {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.product-grid-item__title {
  display: block;
  font-size: var(--product-grid-item-title-size);
  margin-bottom: 5px;
  text-decoration: none;
}

.product-grid-item__price {
  display: block;
  margin: 0 0 10px;
  text-decoration: none;
}

.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;
  background-color: var(--color-bg-body);
}

.product__media-slider,
.product__media-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  background-color: #fff;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.product__media-slider::before,
.product__media-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-bg-body);
}

.product__media-slider .flickity-viewport {
  width: 100%;
  height: 100% !important;
}
.product__media-slider .product__media-slide {
  width: 100%;
  height: 100%;
}
.touch .product__media-slider {
  opacity: 1;
  visibility: visible;
}

.product__media-slider--no-hover {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}
.product__media-slider--no-hover .flickity-prev-next-button {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product__media-slider--no-hover:hover .flickity-prev-next-button {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .product__media-slider--mobile {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .product__media-slider--desktop {
    display: none !important;
  }
}

.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__media-slider--arrows-white .flickity-prev-next-button .arrow {
  fill: #fff;
}

.tag, .tag-fp {
  background-color: var(--color-accent);
  color: var(--color-accent-opposite);
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  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;
}

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

.btn + .product-grid-item__swatch, .btn--secondary + .product-grid-item__swatch,
.rte .btn--secondary + .product-grid-item__swatch, .shopify-payment-button__button--unbranded + .product-grid-item__swatch, .megamenu__image-button + .product-grid-item__swatch, .blog-tag a + .product-grid-item__swatch, .blog-tag span + .product-grid-item__swatch {
  margin-top: 0;
}

/*
* Collection sorting
*/
#collection-sorting .form-horizontal {
  float: right;
  padding: 20px 0;
}
#collection-sorting label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-size: 10px;
}
#collection-sorting::after {
  content: "";
  display: table;
  clear: both;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #collection-sorting {
    text-align: center;
  }
  #collection-sorting .form-horizontal {
    float: none;
    display: inline-block;
  }
}
#collection-sorting .selector-wrapper::after {
  font-family: "custom-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: -1;
  font-size: 12px;
  line-height: 20px;
  display: block;
  color: var(--color-text-body);
}

.product-grid-item__image {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto 25px;
}
.product-grid-item__image img {
  display: block;
  margin: 0 auto;
}
.product-grid-item__image:hover {
  cursor: pointer;
}
.product-grid-item__image .lazyload {
  display: none;
}

.supports-js .product-grid-item__image .lazyload {
  display: block;
}

/*================ Collection Filters ================*/
.collection__filters {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 200;
}
.collection__filters .wrapper {
  overflow: hidden;
  max-height: 42px;
  transition: max-height 0.3s ease;
}

.collection__filters--has-tags-selected .wrapper {
  max-height: 72px;
}

.collection__filters-wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  background: var(--color-bg-body);
  z-index: 100;
  border-bottom: 1px solid var(--color-border);
}

.collection__filter {
  position: static;
  margin: 0 25px;
  transition: opacity 0.3s ease;
  display: inline-block;
  white-space: normal;
}
.collection__filter .tag-button {
  font-size: 14px;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .collection__filter {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.has-tags-expanded .collection__filter:not(.is-expanded) {
  opacity: 0.5;
}

/* Collection filters top & mobile layout */
.collection__filter-title {
  padding-right: 25px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.collection__filter-title::before {
  content: "";
  font-weight: bolder !important;
  font-family: "custom-icons";
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(90deg);
  font-size: 80%;
  line-height: 1;
  margin: 3px 5px 5px 15px;
  transition: opacity 0.3s ease;
}
.is-expanded .collection__filter-title::before {
  transform: rotate(270deg);
}

.collection__filters-list {
  display: block;
  padding: 10px 0 30px;
  text-align: center;
  overflow: auto;
  margin-bottom: -20px;
}
@media screen and (min-width: 768px) {
  .collection__filters-list {
    text-align: center;
  }
}
@media screen and (min-width: 480px) {
  .collection__filters-list {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media screen and (max-width: 1023px) {
  .collection__filters-list {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 479px) {
  .collection__filters-list {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.collection__filter-tags {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 11px 0 0;
  width: 100%;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, margin 0.15s ease, visibility 0s linear 0.15s;
  background: var(--color-bg-body);
  padding: 10px 50px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (max-width: 767px) {
  .collection__filter-tags {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 15px 50px 10px;
    text-align: left;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 42px);
  }
  .collection__filters--has-tags-selected .collection__filter-tags {
    max-height: calc(100vh - 72px);
  }
}
@media screen and (max-width: 479px) {
  .collection__filter-tags {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 25px;
    padding-right: 25px;
  }
}
.is-expanded .collection__filter-tags {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  margin-top: 1px;
  transition: opacity 0.3s ease, margin 0.3s ease, visibility 0s linear 0s;
}

.collection__filter-tag {
  margin-bottom: 10px;
}
.is-expanded .collection__filter-tag {
  -webkit-animation: 0.3s ease-in-out both fadeIn;
          animation: 0.3s ease-in-out both fadeIn;
}
.is-expanded .collection__filter-tag:nth-child(1) {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}
.is-expanded .collection__filter-tag:nth-child(2) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
.is-expanded .collection__filter-tag:nth-child(3) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.is-expanded .collection__filter-tag:nth-child(4) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.is-expanded .collection__filter-tag:nth-child(5) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.is-expanded .collection__filter-tag:nth-child(6) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.is-expanded .collection__filter-tag:nth-child(7) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.is-expanded .collection__filter-tag:nth-child(8) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.is-expanded .collection__filter-tag:nth-child(9) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.is-expanded .collection__filter-tag:nth-child(10) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.is-expanded .collection__filter-tag:nth-child(11) {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}
.is-expanded .collection__filter-tag:nth-child(12) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.is-expanded .collection__filter-tag:nth-child(13) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.is-expanded .collection__filter-tag:nth-child(14) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.is-expanded .collection__filter-tag:nth-child(15) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.is-expanded .collection__filter-tag:nth-child(16) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.is-expanded .collection__filter-tag:nth-child(17) {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
.is-expanded .collection__filter-tag:nth-child(18) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.is-expanded .collection__filter-tag:nth-child(19) {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}
.is-expanded .collection__filter-tag:nth-child(20) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.is-expanded .collection__filter-tag:nth-child(21) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.is-expanded .collection__filter-tag:nth-child(22) {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}
.is-expanded .collection__filter-tag:nth-child(23) {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}
.is-expanded .collection__filter-tag:nth-child(24) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.is-expanded .collection__filter-tag:nth-child(25) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.is-expanded .collection__filter-tag:nth-child(26) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.is-expanded .collection__filter-tag:nth-child(27) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
.is-expanded .collection__filter-tag:nth-child(28) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.is-expanded .collection__filter-tag:nth-child(29) {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
.is-expanded .collection__filter-tag:nth-child(30) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.is-expanded .collection__filter-tag:nth-child(31) {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}
.is-expanded .collection__filter-tag:nth-child(32) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.is-expanded .collection__filter-tag:nth-child(33) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
.is-expanded .collection__filter-tag:nth-child(34) {
  -webkit-animation-delay: 0.68s;
          animation-delay: 0.68s;
}
.is-expanded .collection__filter-tag:nth-child(35) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.is-expanded .collection__filter-tag:nth-child(36) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.is-expanded .collection__filter-tag:nth-child(37) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}
.is-expanded .collection__filter-tag:nth-child(38) {
  -webkit-animation-delay: 0.76s;
          animation-delay: 0.76s;
}
.is-expanded .collection__filter-tag:nth-child(39) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
.is-expanded .collection__filter-tag:nth-child(40) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.is-expanded .collection__filter-tag:nth-child(41) {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}
.is-expanded .collection__filter-tag:nth-child(42) {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
.is-expanded .collection__filter-tag:nth-child(43) {
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}
.is-expanded .collection__filter-tag:nth-child(44) {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.is-expanded .collection__filter-tag:nth-child(45) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.is-expanded .collection__filter-tag:nth-child(46) {
  -webkit-animation-delay: 0.92s;
          animation-delay: 0.92s;
}
.is-expanded .collection__filter-tag:nth-child(47) {
  -webkit-animation-delay: 0.94s;
          animation-delay: 0.94s;
}
.is-expanded .collection__filter-tag:nth-child(48) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.is-expanded .collection__filter-tag:nth-child(49) {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}
.is-expanded .collection__filter-tag:nth-child(50) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.is-expanded .collection__filter-tag:nth-child(51) {
  -webkit-animation-delay: 1.02s;
          animation-delay: 1.02s;
}
.is-expanded .collection__filter-tag:nth-child(52) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}
.is-expanded .collection__filter-tag:nth-child(53) {
  -webkit-animation-delay: 1.06s;
          animation-delay: 1.06s;
}
.is-expanded .collection__filter-tag:nth-child(54) {
  -webkit-animation-delay: 1.08s;
          animation-delay: 1.08s;
}
.is-expanded .collection__filter-tag:nth-child(55) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.is-expanded .collection__filter-tag:nth-child(56) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}
.is-expanded .collection__filter-tag:nth-child(57) {
  -webkit-animation-delay: 1.14s;
          animation-delay: 1.14s;
}
.is-expanded .collection__filter-tag:nth-child(58) {
  -webkit-animation-delay: 1.16s;
          animation-delay: 1.16s;
}
.is-expanded .collection__filter-tag:nth-child(59) {
  -webkit-animation-delay: 1.18s;
          animation-delay: 1.18s;
}
.is-expanded .collection__filter-tag:nth-child(60) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.is-expanded .collection__filter-tag:nth-child(61) {
  -webkit-animation-delay: 1.22s;
          animation-delay: 1.22s;
}
.is-expanded .collection__filter-tag:nth-child(62) {
  -webkit-animation-delay: 1.24s;
          animation-delay: 1.24s;
}
.is-expanded .collection__filter-tag:nth-child(63) {
  -webkit-animation-delay: 1.26s;
          animation-delay: 1.26s;
}
.is-expanded .collection__filter-tag:nth-child(64) {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}
.is-expanded .collection__filter-tag:nth-child(65) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.is-expanded .collection__filter-tag:nth-child(66) {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
}
.is-expanded .collection__filter-tag:nth-child(67) {
  -webkit-animation-delay: 1.34s;
          animation-delay: 1.34s;
}
.is-expanded .collection__filter-tag:nth-child(68) {
  -webkit-animation-delay: 1.36s;
          animation-delay: 1.36s;
}
.is-expanded .collection__filter-tag:nth-child(69) {
  -webkit-animation-delay: 1.38s;
          animation-delay: 1.38s;
}
.is-expanded .collection__filter-tag:nth-child(70) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.is-expanded .collection__filter-tag:nth-child(71) {
  -webkit-animation-delay: 1.42s;
          animation-delay: 1.42s;
}
.is-expanded .collection__filter-tag:nth-child(72) {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
.is-expanded .collection__filter-tag:nth-child(73) {
  -webkit-animation-delay: 1.46s;
          animation-delay: 1.46s;
}
.is-expanded .collection__filter-tag:nth-child(74) {
  -webkit-animation-delay: 1.48s;
          animation-delay: 1.48s;
}
.is-expanded .collection__filter-tag:nth-child(75) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.is-expanded .collection__filter-tag:nth-child(76) {
  -webkit-animation-delay: 1.52s;
          animation-delay: 1.52s;
}
.is-expanded .collection__filter-tag:nth-child(77) {
  -webkit-animation-delay: 1.54s;
          animation-delay: 1.54s;
}
.is-expanded .collection__filter-tag:nth-child(78) {
  -webkit-animation-delay: 1.56s;
          animation-delay: 1.56s;
}
.is-expanded .collection__filter-tag:nth-child(79) {
  -webkit-animation-delay: 1.58s;
          animation-delay: 1.58s;
}
.is-expanded .collection__filter-tag:nth-child(80) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.is-expanded .collection__filter-tag:nth-child(81) {
  -webkit-animation-delay: 1.62s;
          animation-delay: 1.62s;
}
.is-expanded .collection__filter-tag:nth-child(82) {
  -webkit-animation-delay: 1.64s;
          animation-delay: 1.64s;
}
.is-expanded .collection__filter-tag:nth-child(83) {
  -webkit-animation-delay: 1.66s;
          animation-delay: 1.66s;
}
.is-expanded .collection__filter-tag:nth-child(84) {
  -webkit-animation-delay: 1.68s;
          animation-delay: 1.68s;
}
.is-expanded .collection__filter-tag:nth-child(85) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.is-expanded .collection__filter-tag:nth-child(86) {
  -webkit-animation-delay: 1.72s;
          animation-delay: 1.72s;
}
.is-expanded .collection__filter-tag:nth-child(87) {
  -webkit-animation-delay: 1.74s;
          animation-delay: 1.74s;
}
.is-expanded .collection__filter-tag:nth-child(88) {
  -webkit-animation-delay: 1.76s;
          animation-delay: 1.76s;
}
.is-expanded .collection__filter-tag:nth-child(89) {
  -webkit-animation-delay: 1.78s;
          animation-delay: 1.78s;
}
.is-expanded .collection__filter-tag:nth-child(90) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.is-expanded .collection__filter-tag:nth-child(91) {
  -webkit-animation-delay: 1.82s;
          animation-delay: 1.82s;
}
.is-expanded .collection__filter-tag:nth-child(92) {
  -webkit-animation-delay: 1.84s;
          animation-delay: 1.84s;
}
.is-expanded .collection__filter-tag:nth-child(93) {
  -webkit-animation-delay: 1.86s;
          animation-delay: 1.86s;
}
.is-expanded .collection__filter-tag:nth-child(94) {
  -webkit-animation-delay: 1.88s;
          animation-delay: 1.88s;
}
.is-expanded .collection__filter-tag:nth-child(95) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.is-expanded .collection__filter-tag:nth-child(96) {
  -webkit-animation-delay: 1.92s;
          animation-delay: 1.92s;
}
.is-expanded .collection__filter-tag:nth-child(97) {
  -webkit-animation-delay: 1.94s;
          animation-delay: 1.94s;
}
.is-expanded .collection__filter-tag:nth-child(98) {
  -webkit-animation-delay: 1.96s;
          animation-delay: 1.96s;
}
.is-expanded .collection__filter-tag:nth-child(99) {
  -webkit-animation-delay: 1.98s;
          animation-delay: 1.98s;
}
.is-expanded .collection__filter-tag:nth-child(100) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (min-width: 768px) {
  .collection__filter-tag {
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media screen and (max-width: 767px) {
  .collection__filter-tag {
    margin-top: 6px;
    margin-bottom: 12px;
  }
}

.collection__filter-tag--default {
  padding-right: 15px;
}
.collection__filter-tag--default .tag-button {
  display: block;
  padding-left: 25px;
  position: relative;
  text-align: left;
}
.collection__filter-tag--default .tag-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-border);
  background: #fff;
}
.collection__filter-tag--default.is-active .tag-button::before {
  content: "";
  color: #fff;
  border-color: #333;
  background: #333 var(--icon-check) no-repeat center center;
  background-size: 10px auto;
}
@media screen and (max-width: 479px) {
  .collection__filter-tag--default {
    padding-right: 0;
  }
}

.collection__filter-tag--swatch.is-active .swatch__color::after {
  opacity: 1;
  visibility: visible;
}
.collection__filter-tag--swatch .swatch__element {
  margin: 0;
}
.collection__filter-tag--swatch .swatch__element::after {
  content: none;
}
.collection__filter-tag--swatch .swatch__label {
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .collection__filter-tag--swatch .swatch__label {
    width: 70px;
    flex-direction: column;
  }
  .collection__filter-tag--swatch .swatch__color {
    position: relative;
    margin: 0 auto 8px;
  }
  .collection__filter-tag--swatch .swatch__color-name {
    text-align: center;
    padding: 0;
  }
}

.collection__filter-tag--number {
  display: inline-block;
  padding: 0;
  margin: 0 6px 10px 0;
}
.collection__filter-tag--number .tag-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  height: 31px;
  min-width: 31px;
  border-radius: 16px;
  line-height: 17px;
  border: 1px solid var(--color-border);
  margin: 0;
}
.collection__filter-tag--number.is-active .tag-button {
  color: var(--color-button-primary-text);
  border-color: var(--color-button-primary-bg);
  background: var(--color-button-primary-bg);
}
@media screen and (min-width: 768px) {
  .collection__filter-tag--number + .collection__filter-tag--default {
    margin-left: 20px;
  }
  .collection__filter-tag--number ~ .collection__filter-tag--default {
    margin-top: 5px;
  }
}
@media screen and (max-width: 479px) {
  .collection__filter-tag--number {
    margin: 0 3px 10px;
  }
}

.collection__filters-reset {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .collection__filters-reset {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    text-align: center;
  }
}
.collection--no-results .collection__filters-reset {
  position: static;
}

.collection__filters-reset--fullwidth {
  position: sticky;
  position: -webkit-sticky;
  display: block;
  width: 100%;
  text-align: center;
}

.reset-filters {
  display: block;
  position: relative;
  margin: 0 50px;
  padding: 0 0 0 21px;
  color: inherit;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  max-height: 0;
  transition: max-height 0.3s ease, margin 0.3s ease;
  overflow: hidden;
  white-space: normal;
}
.reset-filters.is-visible {
  max-height: 40px;
  margin-bottom: 10px;
}
.collection__filters-reset--fullwidth .reset-filters {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .reset-filters {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.reset-filters .products-found {
  display: inline;
}
.reset-filters .icon {
  position: absolute;
  top: -3px;
  left: -7px;
  width: 26px;
  height: 26px;
  transition: transform 0.3s ease;
}
.reset-filters:hover .icon {
  transform: rotate(90deg);
}

.collection__filters--top .collection__filters-list {
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .collection__filters--top .collection__filter {
    margin: 0 25px;
    display: inline-block;
  }
  .collection__filters--top .collection__filter-tag--swatch .swatch__label {
    width: 70px;
    flex-direction: column;
  }
  .collection__filters--top .collection__filter-tag--swatch .swatch__color {
    position: relative;
    margin: 0 auto 8px;
  }
  .collection__filters--top .collection__filter-tag--swatch .swatch__color-name {
    text-align: center;
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .collection__filters--left {
    float: left;
    width: 300px;
    height: auto;
  }
  .collection__filters--left .wrapper {
    max-height: none;
    overflow: initial;
  }
  .collection__filters--left .collection__filters-list {
    margin-left: 0;
    margin-right: 0;
    overflow: initial;
    text-align: left;
  }
  .collection__filters--left .collection__filters-reset {
    display: block;
    position: static;
  }
  .collection__filters--left .collection__filters-wrapper {
    border: 0;
    background-color: transparent;
    padding-top: 10px;
    left: 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .collection__filters--left.has-tags-expanded .collection__filter:not(.is-expanded) {
    opacity: 1;
  }
  .collection__filters--left .collection__filters-list {
    padding: 10px 0;
    justify-content: flex-start;
    flex-direction: column;
    width: 200px;
  }
  .collection__filters--left .collection__filters-list .reset-filters {
    margin: 0 0 15px;
  }
  .collection__filters--left .collection__filter {
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }
  .collection__filters--left .collection__filter:last-child {
    margin-bottom: 0;
  }
  .collection__filters--left .collection__filter-title {
    display: block;
    border-bottom: 1px solid var(--color-border);
    padding: 0 0 5px;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
    cursor: default;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
  }
  .collection__filters--left .collection__filter-title::before, .collection__filters--left .collection__filter-title::after {
    content: none;
  }
  .collection__filters--left .collection__filter-tags {
    list-style: none;
    margin: 0;
    padding: 0;
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background-color: transparent;
    display: block;
    border-bottom: 0;
  }
  .collection__filters--left .collection__filter-tags::before {
    content: none;
  }
  .collection__filters--left .collection__filter-tags {
    justify-content: flex-start;
  }
  .collection__filters--left .collection__filter-tag {
    transition: none;
    opacity: 1;
    margin: 0 0 10px;
  }
  .collection__filters--left .collection__filter-tag--swatch {
    margin: 0 0 9px;
    display: block;
  }
  .collection__filters--left .collection__filter-tag--swatch .swatch__element {
    margin: 0;
    display: block;
    width: auto;
  }
  .collection__filters--left .collection__filter-tag--swatch .swatch__element::after {
    content: none;
  }
  .collection__filters--left .collection__filter-tag--number + .collection__filter-tag--default {
    margin-left: 0;
    margin-top: 5px;
  }
}

/*================ Custom HTML Section ================*/
.custom-html-section {
  margin: 50px 0;
  text-align: center;
}
.custom-html-section .page-title {
  padding-bottom: 0;
}

/*================ FAQ ================*/
.faq-section,
.faq__content {
  margin: 50px 0;
}

.faq__header {
  text-align: center;
}

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

.faq__list {
  list-style: none;
  max-width: 1000px;
  margin: 0 auto;
}

.faq__item {
  display: block;
  margin: 0 0 1px;
  box-shadow: 0 1px var(--color-border);
}

.faq__item-question {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 48px 20px 0;
  margin: 0;
  border: 0;
  background: none;
  text-align: left;
}
.faq__item-question .icon {
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
}

.faq__item-answer {
  margin: 0;
  padding: 5px 0 25px;
  overflow: hidden;
}

/*================ Featured Blog ================*/
.featured-blog {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.featured-blog h2, .featured-blog .h2 {
  margin-bottom: 50px;
}
.featured-blog h4, .featured-blog .h4 {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .featured-blog .flickity-prev-next-button {
    display: none;
  }
}
.featured-blog .flickity-prev-next-button.previous {
  left: -20px;
}
@media screen and (min-width: 480px) {
  .featured-blog .flickity-prev-next-button.previous {
    left: -35px;
  }
}
.featured-blog .flickity-prev-next-button.next {
  right: -20px;
}
@media screen and (min-width: 480px) {
  .featured-blog .flickity-prev-next-button.next {
    right: -35px;
  }
}
.featured-blog .flickity-prev-next-button .arrow {
  fill: #333;
}

@media screen and (max-width: 767px) {
  .featured-blog__slider-mobile {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 30px;
    margin-bottom: -30px;
  }
}

@media screen and (min-width: 1024px) {
  .featured-blog__posts {
    margin: 0 -50px 0 0;
  }
  .featured-blog__posts::after {
    content: "";
    display: table;
    clear: both;
    line-height: 0;
  }
}
@media screen and (max-width: 1023px) {
  .featured-blog__posts {
    margin-right: -25px;
  }
}
@media screen and (max-width: 767px) {
  .featured-blog__posts {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 479px) {
  .featured-blog__posts {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .featured-blog__slider-container {
    margin: 0 -50px;
    overflow: hidden;
  }
}
@media screen and (max-width: 479px) {
  .featured-blog__slider-container {
    margin: 0 -25px;
  }
}

.featured-blog__post {
  padding: 0 50px 0 0;
}
@media screen and (min-width: 768px) {
  .featured-blog__post {
    float: left;
  }
}
@media screen and (max-width: 1023px) {
  .featured-blog__post {
    padding-right: 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .featured-blog__post {
    width: calc(50vw * 0.8);
    margin-bottom: 10px;
    white-space: normal;
  }
}
@media screen and (max-width: 479px) {
  .featured-blog__post {
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .featured-blog__slider-mobile .featured-blog__post {
    margin-bottom: 0;
  }
  .featured-blog__slider-mobile .featured-blog__post .featured-blog__content {
    padding-bottom: 0;
  }
}

.featured-blog__article-image {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.featured-blog__article-image .svg-placeholder {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

.featured-blog__article-image-img {
  display: block;
  width: 100%;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.featured-blog__content {
  padding: 0 0 15px;
  background-size: cover;
}
.featured-blog__content .featured-blog__date {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  opacity: 0.7;
}

.onboarding-blog-content {
  height: auto;
}

/*================ Featured Collection ================*/
.featured-collection-section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.featured-collection-section hr {
  width: 75px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.featured-collection__heading {
  padding: 0 25px;
}

.featured-collection__container {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .featured-collection__container--fullwidth {
    overflow: hidden;
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media screen and (max-width: 479px) {
  .featured-collection__container--fullwidth {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.featured-collection__container--padded {
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  .featured-collection__container--padded {
    overflow: hidden;
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 479px) {
  .featured-collection__container--padded {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.featured-collection {
  text-align: center;
  margin-bottom: 25px;
}
.featured-collection .flickity-page-dots {
  left: 0;
}
.featured-collection .product-single__media-slider > .flickity-prev-next-button.previous {
  left: 0px;
}
.featured-collection .product-single__media-slider > .flickity-prev-next-button.next {
  right: 0px;
}
.featured-collection .product-single__media-slider > .flickity-prev-next-button .arrow {
  fill: var(--color-text-body);
}
.featured-collection .onboarding-collection .flickity-prev-next-button.previous {
  left: -25px;
}
@media screen and (min-width: 480px) {
  .featured-collection .onboarding-collection .flickity-prev-next-button.previous {
    left: -45px;
  }
}
.featured-collection .onboarding-collection .flickity-prev-next-button.next {
  right: -25px;
}
@media screen and (min-width: 480px) {
  .featured-collection .onboarding-collection .flickity-prev-next-button.next {
    right: -45px;
  }
}

.featured-collection--grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .featured-collection__container--padded .featured-collection--grid {
    width: calc(100% + 25px);
    margin-left: 0;
    margin-right: -25px;
  }
}
@media screen and (max-width: 1023px) {
  .featured-collection__container--fullwidth .featured-collection--grid {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.featured-collection--slider {
  margin-top: 25px;
  transition: opacity 0.5s ease;
  overflow: hidden;
}
.featured-collection--slider .flickity-viewport {
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  .featured-collection--slider .flickity-button.previous {
    left: -10px;
  }
  .featured-collection--slider .flickity-button.next {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .featured-collection--slider {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 55px;
    margin: 0 -50px -30px;
  }
  .featured-collection--slider.product-grid--fullwidth {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 479px) {
  .featured-collection--slider {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.featured-collection__container--padded .featured-collection--slider {
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 25px;
  padding-right: 25px;
  width: calc(100% + 100px);
}
@media screen and (max-width: 1023px) {
  .featured-collection__container--padded .featured-collection--slider {
    padding-left: 50px;
  }
}
@media screen and (max-width: 479px) {
  .featured-collection__container--padded .featured-collection--slider {
    padding-left: 25px;
    padding-right: 0;
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
  }
}
.featured-collection__container--fullwidth .featured-collection--slider {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .featured-collection__container--fullwidth .featured-collection--slider {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .featured-collection__container--fullwidth .featured-collection--slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .featured-collection__container--fullwidth .featured-collection--slider .flickity-button.previous {
    left: 30px;
  }
  .featured-collection__container--fullwidth .featured-collection--slider .flickity-button.next {
    right: 30px;
  }
}
.featured-collection--slider.is-loading {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .featured-collection--slider.slider--disabled {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.featured-collection--slider .featured-collection__item {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .featured-collection--slider .featured-collection__item {
    width: calc(50vw * 0.8);
  }
}
@media screen and (max-width: 479px) {
  .featured-collection--slider .featured-collection__item.small--one-whole {
    width: 80vw;
  }
  .featured-collection--slider .featured-collection__item.small--one-half {
    width: 42.5vw;
  }
}
.featured-collection--slider .product-grid-item {
  margin-top: 0;
}
@media screen and (max-width: 479px) {
  .featured-collection--slider .product-grid-item__title {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.featured-collection--slider .flickity-button,
.product-single__media-slider .flickity-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  opacity: 0;
  border-radius: 50%;
  background: var(--color-bg-body);
  border: 1px solid var(--color-text-body-alpha-5);
  transition: opacity 0.2s ease, visibility 0.2s linear 0s;
}
.supports-touchevents .featured-collection--slider .flickity-button,
.supports-touchevents .product-single__media-slider .flickity-button {
  opacity: 1;
}
.no-touch .featured-collection--slider .flickity-button:hover,
.no-touch .product-single__media-slider .flickity-button:hover {
  color: var(--color-text-body-alpha-55);
}
.featured-collection--slider .flickity-button.previous,
.product-single__media-slider .flickity-button.previous {
  left: 30px;
}
.featured-collection--slider .flickity-button.next,
.product-single__media-slider .flickity-button.next {
  right: 30px;
}
.featured-collection--slider .flickity-button:disabled,
.product-single__media-slider .flickity-button:disabled {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s linear 0.2s;
}
.featured-collection--slider .flickity-button svg,
.product-single__media-slider .flickity-button svg {
  left: 18%;
  top: 18%;
  width: 64%;
  height: 64%;
  fill: currentColor;
}
.featured-collection--slider:hover .flickity-button,
.product-single__media-slider:hover .flickity-button {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .featured-collection__item {
    float: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }
}

.collection__tabs {
  margin-top: 50px;
  position: relative;
}

.collection__tabs-nav {
  margin: 0 0 25px;
  list-style: none;
  text-align: center;
  overflow: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.collection__tabs-nav li {
  margin: 0 15px 15px;
  display: inline-block;
}
.collection__tabs-nav li.is-active button {
  opacity: 1;
}
.collection__tabs-nav button {
  display: block;
  cursor: pointer;
  opacity: 0.5;
  padding: 0 10px 5px;
  white-space: nowrap;
  border-bottom: 1px solid var(--color-border);
  font-size: 16px;
}
@media screen and (max-width: 479px) {
  .collection__tabs-nav button {
    font-size: 14px;
  }
}
.collection__tabs-nav button:hover {
  opacity: 0.65;
}

.collection__tab {
  transition: opacity 0.5s ease;
}
.collection__tab:not(.is-active) {
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: none;
}

/*================ Featured Image ================*/
.featured-image-section {
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
  text-align: center;
  display: flex;
  position: relative;
}
.featured-image-section.top-left {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.featured-image-section.top-center {
  align-items: flex-start;
  justify-content: center;
}
.featured-image-section.top-right {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}
.featured-image-section.bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}
.featured-image-section.bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.featured-image-section.bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.featured-image-section.center-center {
  align-items: center;
  justify-content: center;
}
.featured-image-section.original-height.featured-image-section--placeholder {
  height: 450px;
}
.featured-image-section.text-light {
  background: #000;
}
.featured-image-section.text-dark {
  background: #fff;
}
.featured-image-section .slide__heading,
.featured-image-section .slide__caption {
  color: inherit;
}

.featured-image__container {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.featured-image__parallax {
  width: 100%;
  height: 100%;
}

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

.featured-image-section-inner {
  padding: 50px 0;
  display: table-cell;
  vertical-align: middle;
  z-index: 10;
  position: relative;
  width: 100%;
}
.original-height .featured-image-section-inner {
  position: absolute;
}

.parallax-window {
  width: 100%;
  min-height: 400px;
  background: transparent;
}

.parallax-mirror {
  will-change: transform;
}
.parallax-mirror img {
  left: 0;
  right: 0;
}

.parallax-slider {
  background-color: var(--color-bg-body-darken);
}

/*================ Featured Product ================*/
.featured-product {
  padding: 50px 0;
}

/*================ 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;
}

.text-outside {
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .text-outside {
    padding-bottom: 25px;
  }
}

.video-text-wrapper {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.video-text-wrapper .btn, .video-text-wrapper .btn--secondary, .video-text-wrapper .shopify-payment-button__button--unbranded, .video-text-wrapper .megamenu__image-button, .video-text-wrapper .blog-tag a, .blog-tag .video-text-wrapper a, .video-text-wrapper .blog-tag span, .blog-tag .video-text-wrapper span {
  margin-right: 0px;
}

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

/*================ Icons row ================*/
.icons-row {
  overflow: hidden;
}

.icons-row--background {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .icons-row--background {
    padding: 30px 0;
  }
}

.icons-row__wrapper {
  margin: 0 -20px -40px;
}
@media screen and (max-width: 1023px) {
  .icons-row__wrapper {
    margin: 0 -10px -40px;
  }
}
@media screen and (max-width: 767px) {
  .icons-row__wrapper {
    margin: 0 -50px;
  }
}
@media screen and (max-width: 479px) {
  .icons-row__wrapper {
    margin: 0 -25px;
  }
}

@media 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;
  }
}
.icons-row__slider .flickity-prev-next-button.previous {
  left: -25px;
}
.icons-row__slider .flickity-prev-next-button.next {
  right: -25px;
}
.icons-row__slider .flickity-prev-next-button .arrow {
  fill: var(--color-text-body);
}
@media screen and (max-width: 767px) {
  .icons-row__slider .flickity-prev-next-button.previous {
    left: 10px;
  }
  .icons-row__slider .flickity-prev-next-button.next {
    right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .icons-row__slider .flickity-prev-next-button {
    display: none;
  }
}
.icons-row__slider .flickity-page-dots {
  position: relative;
  margin: 0 0 15px;
  padding: 0 50px;
  bottom: auto;
  display: none;
}
@media screen and (max-width: 479px) {
  .icons-row__slider .flickity-page-dots {
    padding: 0 25px;
    display: block;
  }
}

.icons-row__item {
  width: 33.33333333%;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .icons-row__item {
    width: 100%;
    padding: 10px 50px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .icons-row__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.icons-row__item .icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  font-size: 2.5em;
  margin-bottom: 10px;
}
.icons-row__item .icon path {
  fill: var(--color-text-body);
}

.icons-row__image {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-bottom: 14px;
}
.icons-row__image img {
  display: block;
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.icons-row__image .icon-svg-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  display: block;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.icons-row__image .icon-svg-placeholder svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  margin: -80px 0 0 -80px;
}

.icons-row__title {
  margin-bottom: 18px;
  color: inherit !important;
}

.icons-row__content {
  margin-bottom: 0;
  opacity: 0.75;
}

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

.image-column--image {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .image-column--image {
    width: 50%;
  }
  .image-columns--2 .image-column--image {
    width: 100%;
  }
}
@media 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 screen and (max-width: 767px) {
  .image-column--text {
    width: 100%;
    min-height: 0;
    border: none;
  }
}

.image-column__text {
  width: 100%;
  padding: 50px;
}
@media screen and (max-width: 479px) {
  .image-column__text {
    padding: 25px;
  }
}

.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 screen and (max-width: 767px) {
  .image-column__image {
    height: 0;
    padding-bottom: 100%;
  }
}

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

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

.image-column__dot {
  position: absolute;
  width: 13px;
  height: 13px;
  background: var(--color-bg-body);
  color: var(--color-text-body);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.image-column__dot::before, .image-column__dot::after {
  content: "";
  position: absolute;
  border: 1px solid var(--color-bg-body);
  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 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 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: 1400px) and (max-width: 1599px) {
  .dot__line {
    width: 31px;
  }
}
@media screen and (min-width: 1400px) {
  .image-column__dot--reverse .dot__line {
    right: auto;
    left: 100%;
  }
}
@media screen and (max-width: 1399px) {
  .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 95px;
  padding: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  background: var(--color-bg-body);
  transform: translateY(-50%);
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .dot__product {
    margin-left: 65px;
  }
}
@media screen and (min-width: 1400px) {
  .image-column__dot--reverse .dot__product {
    left: auto;
    right: 0;
    margin: 0 95px 0 0;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .image-column__dot--reverse .dot__product {
    margin-right: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .image-column__dot--reverse .dot__product {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1399px) {
  .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 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: 12px;
}
.dot__product-title h6, .dot__product-title .h6,
.dot__product-title p {
  font-size: inherit;
  margin: 0 0 4px;
  color: inherit;
}
.dot__product-title p {
  opacity: 0.7;
  margin: 0;
}

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

/*================ Image with text ================*/
.featured-content-padding {
  display: none;
  width: 33%;
  height: 100%;
  left: 0px;
  background-color: var(--color-bg-body);
  z-index: 100;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .featured-content-padding {
    display: none;
  }
}

.featured-content-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .featured-content-section {
    display: block;
    height: auto !important;
  }
}
.featured-content-section .video-wrapper {
  padding: 50px;
  text-align: center;
  background-color: var(--color-bg-body);
}
@media screen and (max-width: 767px) {
  .featured-content-section .video-wrapper {
    padding: 25px;
  }
}

.featured-content-section__wrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .featured-content-section__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*================ Collection list ================*/
#ListCollections .spacer-line {
  margin-left: auto;
  margin-right: auto;
}


.collection-list__items {
  margin-top: 50px;
}

.collection-grid--slider {
  overflow: hidden;
  margin: 0 -50px;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .collection-grid--slider {
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 479px) {
  .collection-grid--slider {
    margin: 0 -25px;
  }
}

.collection-grid-item__image {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.collection-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

.collection-grid-item__title {
  margin-top: 15px;
  margin-bottom: 20px;
}

.list-collectons-title {
  margin-bottom: 50px;
}

.list-collections__slider {
  margin-right: -50px;
}
@media screen and (max-width: 767px) {
  .list-collections__slider {
    display: block;
    margin: 0 0 -30px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 25px 30px 50px;
  }
}
@media screen and (max-width: 479px) {
  .list-collections__slider {
    padding-left: 25px;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .list-collections__slider .flickity-viewport {
    overflow: visible;
  }
  .list-collections__slider .flickity-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #000;
    transition: opacity 0.2s ease, visibility 0.2s linear 0s;
  }
  .list-collections__slider .flickity-button.previous {
    left: -20px;
  }
  .list-collections__slider .flickity-button.next {
    right: -20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .list-collections__slider .flickity-button.next {
    margin-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .list-collections__slider .flickity-button:disabled {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s linear 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .list-collections__slider .flickity-button .arrow {
    fill: #000;
  }
}
@media screen and (min-width: 768px) {
  .list-collections__slider .flickity-button svg {
    left: 18%;
    top: 18%;
    width: 64%;
    height: 64%;
  }
}
.list-collections__slider.text-dark h3 span::after,
.list-collections__slider.text-dark .h3 span::after {
  background-color: #000;
}

.list-collections__slide {
  padding-right: 50px;
}
@media screen and (min-width: 1024px) {
  [data-columns="1"] .list-collections__slide {
    width: calc( (100vw - 100px) * 0.9 );
  }
  [data-columns="2"] .list-collections__slide {
    width: calc( (100vw - 100px) * 0.45 );
  }
  [data-columns="3"] .list-collections__slide {
    width: calc( (100vw - 100px) * 0.3 );
  }
  [data-columns="4"] .list-collections__slide {
    width: calc( (100vw - 100px) * 0.23 );
  }
}
@media screen and (max-width: 1023px) {
  .list-collections__slide {
    padding-right: 25px;
    width: calc( 50vw * 0.8 );
  }
  [data-columns="1"] .list-collections__slide {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .collection-grid--slider .list-collections__slide {
    display: inline-block;
    float: none;
    white-space: normal;
  }
}
@media screen and (max-width: 479px) {
  .list-collections__slide {
    width: 80vw;
  }
}

.list-collections__slider--center {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .list-collections__slider--center {
    margin: 0 -50px 0 0;
    max-width: calc(100% + 50px);
  }
  .list-collections__slider--center[data-columns="1"] > div {
    width: 100%;
  }
  .list-collections__slider--center[data-columns="2"] > div {
    width: 50%;
  }
  .list-collections__slider--center[data-columns="3"] > div {
    width: 33.3333%;
  }
  .list-collections__slider--center[data-columns="4"] > div {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .list-collections__slider--center {
    display: block;
  }
}

.list-collections__grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
@media screen and (min-width: 768px) {
  .list-collections__grid {
    margin: 0 -10px -20px;
  }
  .list-collections__grid[data-columns="1"] .list-collections__slide {
    width: calc(50% - 20px);
  }
  .list-collections__grid[data-columns="2"] .list-collections__slide {
    width: calc(50% - 20px);
  }
  .list-collections__grid[data-columns="3"] .list-collections__slide {
    width: calc(50% - 20px);
  }
  .list-collections__grid[data-columns="4"] .list-collections__slide {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .list-collections__grid {
    margin: 0 -20px -40px;
  }
  .list-collections__grid[data-columns="1"] .list-collections__slide {
    width: calc(100% - 40px);
  }
  .list-collections__grid[data-columns="2"] .list-collections__slide {
    width: calc(50% - 40px);
  }
  .list-collections__grid[data-columns="3"] .list-collections__slide {
    width: calc(33.3333% - 40px);
  }
  .list-collections__grid[data-columns="4"] .list-collections__slide {
    width: calc(25% - 40px);
  }
}
.list-collections__grid .list-collections__slide {
  padding: 0;
  margin: 0 20px 40px;
}
@media screen and (max-width: 1023px) {
  .list-collections__grid .list-collections__slide {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .list-collections__grid .list-collections__slide {
    width: 100%;
    margin: 0 0 20px;
  }
}

.list-collections__slide-image {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 100%;
}
.list-collections__slide-image:hover::before {
  background: rgba(0, 0, 0, 0.15);
}
.list-collections__slide-image:hover::after {
  -webkit-animation: move 1s ease;
          animation: move 1s ease;
}
.list-collections__slide-image:hover h3 span::after, .list-collections__slide-image:hover .h3 span::after {
  width: 100%;
  transition: width 0.5s ease-out;
}
.text-light .list-collections__slide-image {
  background-color: #000;
}
.text-dark .list-collections__slide-image {
  background-color: #fff;
}

.list-collections__slide-image-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-bg-body);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: none;
}

.list-collections__slide-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
}

.list-collections__slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px;
  margin: 0;
}
.list-collections__slide-title span {
  display: inline-block;
  position: relative;
}
.list-collections__slide-title span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  transition: width 0.25s ease-in;
}
[data-text-position=center] .list-collections__slide-title {
  bottom: 50%;
  text-align: center;
  transform: translateY(50%);
}
[data-color-style=dark] .list-collections__slide-title {
  color: #000;
}
[data-color-style=dark] .list-collections__slide-title span::after {
  background-color: #000;
}
[data-color-style=light] .list-collections__slide-title {
  color: #fff;
}
[data-color-style=light] .list-collections__slide-title span::after {
  background-color: #fff;
}

.helper-product {
  text-align: center;
  margin-bottom: 50px;
}

.template-collection .selector-wrapper > label::after,
.template-list-collections .selector-wrapper > label::after {
  right: 25px;
}

.onboarding-collection .placeholder-svg, .onboarding-collection .placeholder-svg-filled {
  height: 200px;
  margin-bottom: -50px;
}
@media screen and (max-width: 767px) {
  .onboarding-collection .placeholder-svg, .onboarding-collection .placeholder-svg-filled {
    margin-top: -50px;
  }
}

/*================ Logo list ================*/
.logo-list__container {
  position: relative;
  text-align: center;
  padding: 15px 0;
  margin: 0 -50px;
}
@media screen and (max-width: 479px) {
  .logo-list__container {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.logo-list__container .flickity-prev-next-button.previous {
  left: 10px;
}
.logo-list__container .flickity-prev-next-button.next {
  right: 10px;
}
@media screen and (max-width: 479px) {
  .logo-list__container .flickity-prev-next-button {
    display: none;
  }
}
.logo-list__container .flickity-prev-next-button path {
  fill: var(--color-text-body);
}

.logo-list__slider {
  margin: auto;
}
.logo-list__slider:not(.flickity-enabled) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.logo-list__slide {
  position: relative;
}
.flickity-enabled .logo-list__slide {
  top: 50%;
  transform: translateY(-50%);
}

.logo-list__slide-image {
  display: block;
  width: 120px;
  height: 0;
  margin: 0 40px;
  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%);
}
@media screen and (max-width: 1023px) {
  .logo-list__slide-image {
    margin: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .logo-list__slide-image {
    margin: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .logo-list__slide-image {
    margin: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .logo-list__slide-image {
    margin: 0 15px;
  }
}
@media screen and (max-width: 375px) {
  .logo-list__slide-image {
    margin: 0 10px;
  }
}

/*================ Map ================*/
.map-section {
  position: relative;
}

.map {
  position: relative;
  width: 100%;
  height: 100%;
}

.map__background {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.map__background .map {
  position: absolute;
  top: 0;
  left: 0;
}

.map__background-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.map__background-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.original-height .map__background-image--onboarding {
  height: 60vh;
}

.map__info {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .map__info {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
    padding: 50px;
  }
}
@media screen and (max-width: 479px) {
  .map__info {
    padding: 25px;
  }
}
.map__info p:first-child {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .map__info p:first-child {
    margin-top: 5px;
  }
}

.modal {
  transform: translateY(-20px);
  background-color: var(--color-bg-body);
  bottom: 0;
  color: var(--color-text-body);
  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) / (var(--base-text-size))) * 1em);
}

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

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

.input-group__btn {
  height: 50px;
  width: 44px;
  color: var(--color-bg-body);
  background: var(--color-text-body);
  background-size: 28px;
  border: 2px solid var(--color-text-body);
  border-left: 0;
  border-radius: 0px !important;
  transition: color 0.3s ease, background 0.3s ease;
}
.input-group__btn:hover {
  color: var(--color-text-body);
  background: var(--color-bg-body);
}

.custom-icon-long-arrow {
  font-size: 24px;
  line-height: 0;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-group__field--email {
  border: 2px solid var(--color-text-body);
  border-radius: 0px !important;
  height: 50px;
}

.mailer-response {
  display: none;
}

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

.newsletter--form .input-group__btn-wrapper {
  border-radius: 0px !important;
}

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

.page-template {
  padding: 0 0 50px;
}

.page-customer,
.shopify-section--contact-form,
.shopify-challenge__container {
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .page-customer,
.shopify-section--contact-form,
.shopify-challenge__container {
    padding: 50px 0;
  }
}

/*================ 404 ================*/
#four-oh-four {
  padding: 50px 0;
}
#four-oh-four h1, #four-oh-four .h1, #four-oh-four .form__heading {
  font-size: 72px;
  text-align: center;
}
#four-oh-four p {
  font-size: 24px;
}

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

.password-page__signup-form {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.password-page__signup-form h1, .password-page__signup-form .h1, .password-page__signup-form .form__heading, .password-page__signup-form h3, .password-page__signup-form .h3, .password-page__signup-form p, .password-page__signup-form small, .password-page__signup-form i, .password-page__signup-form a {
  color: white !important;
}
.password-page__signup-form h1, .password-page__signup-form .h1, .password-page__signup-form .form__heading {
  margin-bottom: 0px;
}

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

.signup-input, .password-input {
  background-color: white;
  border: none;
}
.signup-input:hover, .password-input:hover {
  border: none;
}

.template-password .btn, .template-password .btn--secondary, .template-password .shopify-payment-button__button--unbranded, .template-password .megamenu__image-button, .template-password .blog-tag a, .blog-tag .template-password a, .template-password .blog-tag span, .blog-tag .template-password span {
  display: inline-block;
}

/*================ Popup ================*/
.popup {
  display: none;
  position: relative;
  width: 100%;
  padding: 25px;
  margin: auto;
}
.popup h2, .popup .h2 {
  font-size: 24px;
  color: inherit;
}
.popup .newsletter {
  margin-top: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .popup .newsletter {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.popup #mc-embedded-subscribe-form {
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 25px;
}
.popup h2, .popup .h2,
.popup .input-group__field--email,
.popup .input-group__btn,
.popup .custom-icon-long-arrow,
.popup p,
.popup a,
.popup a::before,
.popup input {
  color: inherit;
}
.popup .input-group__field--email {
  background: transparent;
}

.popup--visible {
  display: block;
}

.popup--medium {
  width: 33.33%;
  min-width: 500px;
}

.popup--align-left {
  float: left;
}

.popup--align-right {
  float: right;
}

.popup__text {
  margin: 0 0 15px;
}
.popup__text p {
  margin: 0;
}
.popup__text a {
  text-decoration: underline;
}

.popup--text-dark {
  color: #000;
}
.popup--text-dark .input-group__field--email {
  border-color: #000;
}
.popup--text-dark .input-group__field--email::-webkit-input-placeholder {
  color: #000;
}
.popup--text-dark .input-group__field--email::-moz-placeholder {
  color: #000;
}
.popup--text-dark .input-group__field--email:-ms-input-placeholder {
  color: #000;
}
.popup--text-dark .input-group__field--email:-moz-placeholder {
  color: #000;
}
.popup--text-dark .input-group__btn {
  border-color: #000;
  background: #000;
}
.popup--text-dark .input-group__btn:hover {
  background: transparent;
  color: #000;
}

.popup--text-light {
  color: #fff;
}
.popup--text-light .input-group__field--email {
  border-color: #fff;
}
.popup--text-light .input-group__field--email::-webkit-input-placeholder {
  color: #fff;
}
.popup--text-light .input-group__field--email::-moz-placeholder {
  color: #fff;
}
.popup--text-light .input-group__field--email:-ms-input-placeholder {
  color: #fff;
}
.popup--text-light .input-group__field--email:-moz-placeholder {
  color: #fff;
}
.popup--text-light .input-group__btn {
  border-color: #fff;
  background: transparent;
}
.popup--text-light .input-group__btn:hover {
  background: #fff;
  color: #000;
}

.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;
  right: 0;
  bottom: 0;
  left: 0;
}

.popup__container {
  max-width: 500px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup__container {
    width: 100%;
    padding: 50px 25px;
  }
  .popup__container .newsletter {
    max-width: 75%;
  }
}

.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);
}
@media screen and (max-width: 767px) {
  .blocker {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .blocker {
    padding: 50px 10px;
  }
  .blocker .newsletter {
    max-width: auto;
  }
}

.close-modal {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 25px;
}
.close-modal::before {
  font-family: "custom-icons";
  content: "i";
  text-decoration: none;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-size: 20px;
  color: var(--color-text-heading);
}

/*================ Press section ================*/
.press-section {
  padding: 50px 0;
  text-align: center;
  overflow: hidden;
}
.press-section .flickity-prev-next-button .arrow {
  fill: var(--color-text-body);
}

.press__heading {
  margin-bottom: 30px;
}

.press__item {
  margin-bottom: 20px;
  width: 100%;
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .press__item {
    font-size: 24px;
  }
}
.press__item p {
  margin: 0;
}
.press__item a {
  color: inherit;
}

.press__logos {
  margin: 20px auto 0;
  position: relative;
}
@media 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--3 .press__logos-slider.flickity-enabled {
  max-width: 560px;
}
.press__logos--2 .press__logos-slider.flickity-enabled {
  max-width: 160px;
}

.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__logos--2 .press__logos-slide {
  max-width: 50%;
}

.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 ================*/
.product-title {
  font-size: 36px;
  margin-bottom: 0;
}

.product-price {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
}

.product-price__sale {
  text-decoration: line-through;
  margin-left: 5px;
}

.product-unit-price {
  display: block;
  font-size: 0.9em;
  opacity: 0.7;
}
.product-grid-item .product-unit-price {
  margin-top: 5px;
}

.product-description.rte {
  color: var(--color-text-body);
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-align: initial;
}
@media screen and (min-width: 1024px) {
  .featured-product--one-column .product-description.rte {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .product-description.rte {
    width: 100%;
  }
}

.zoomImg {
  cursor: -webkit-zoom-in;
  cursor: url("./magnify.cur"), move;
  background-color: var(--color-bg-body);
}
@media screen and (max-width: 767px) {
  .zoomImg {
    display: none !important;
  }
}

.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 screen and (min-width: 1024px) {
  .product-single__media-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .product-single__media-wrapper {
    width: 100%;
    max-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .product-single__media--slideshow,
.product-single__thumbnails--slideshow {
    margin: 0 -50px;
    overflow: hidden;
  }
}
@media screen and (max-width: 479px) {
  .product-single__media--slideshow,
.product-single__thumbnails--slideshow {
    margin: 0 -25px;
  }
}

.product-single__media-slider {
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  .product-single__media-slider {
    max-width: 100%;
  }
}
.product-single__media-slider .product-grid-item__image {
  margin: 0;
}
.product-single__media-slider .flickity-prev-next-button {
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}
.touch .product-single__media-slider .flickity-prev-next-button {
  opacity: 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--single {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .featured-product--one-column .product-single__media-slider--single {
    margin: 0 auto;
  }
}
@media 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 screen and (min-width: 768px) {
  .product-single__media-slide .mfp-zoom-in-cur {
    cursor: zoom-in;
  }
}
.product-single__media-slide:not(.is-selected) button,
.product-single__media-slide:not(.is-selected) input,
.product-single__media-slide:not(.is-selected) iframe,
.product-single__media-slide:not(.is-selected) .plyr,
.product-single__media-slide:not(.is-selected) .plyr__progress__buffer,
.product-single__media-slide:not(.is-selected) .shopify-model-viewer-ui__button,
.product-single__media-slide:not(.is-selected) .shopify-model-viewer-ui__controls-area {
  visibility: hidden;
}
.product-single__media-slider--single .product-single__media-slide:not(.is-selected) button,
.product-single__media-slider--single .product-single__media-slide:not(.is-selected) input,
.product-single__media-slider--single .product-single__media-slide:not(.is-selected) iframe,
.product-single__media-slider--single .product-single__media-slide:not(.is-selected) .plyr,
.product-single__media-slider--single .product-single__media-slide:not(.is-selected) .plyr__progress__buffer,
.product-single__media-slider--single .product-single__media-slide:not(.is-selected) .shopify-model-viewer-ui__button,
.product-single__media-slider--single .product-single__media-slide: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 > 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(--color-text-body);
  background: var(--color-text-body-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 screen and (min-width: 768px) {
  .product-single__view-in-space[data-shopify-xr-hidden] {
    display: none;
  }
}
.product-single__view-in-space:hover {
  color: var(--color-text-body);
  background: var(--color-text-body-alpha-16);
}
.product-single__view-in-space:active, .product-single__view-in-space:focus {
  color: var(--color-text-body);
  background: var(--color-text-body-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(--color-text-body);
}
.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(--color-text-body);
  opacity: 1;
}

.product-single__view-in-space-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}

.product-single__thumbnails {
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  .product-single__thumbnails {
    margin: 5px -50px;
  }
}
@media screen and (max-width: 479px) {
  .product-single__thumbnails {
    margin: 5px -25px;
  }
}
.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;
}
@media screen and (min-width: 1024px) {
  .featured-product--one-column .product-single__thumbnails {
    flex-direction: column;
    margin: 0 -5px;
  }
}

[data-payment-button=false] {
  display: none;
}

.popup-quick-buy [data-quickview-payment-button=true] {
  display: block;
}

.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(--color-bg-body);
  vertical-align: baseline;
}
.product-single__thumbnail .icon-media-model-outline,
.product-single__thumbnail .icon-media-video-outline {
  stroke: var(--color-text-body-alpha-5);
}
.product-single__thumbnail .icon-media-model-element,
.product-single__thumbnail .icon-media-video-element {
  fill: var(--color-text-body);
}
@media screen and (min-width: 1024px) {
  .featured-product--one-column .product-single__thumbnail {
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 0 0 20px;
  }
}

.product-single__thumbnail-link {
  cursor: pointer;
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.is-nav-selected .product-single__thumbnail-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  box-sizing: border-box;
  border: 2px solid var(--color-border);
}

.product-single__thumbnail-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-vendor {
  margin: 0;
  opacity: 0.7;
}

.product-description-wrapper {
  max-width: 600px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .product-description-wrapper {
    width: 100%;
    left: auto;
    margin-top: 30px;
    text-align: left !important;
  }
  .product-description-wrapper ul,
.product-description-wrapper ol {
    align-items: flex-start !important;
  }
  .product-description-wrapper .btn, .product-description-wrapper .btn--secondary, .product-description-wrapper .shopify-payment-button__button--unbranded, .product-description-wrapper .megamenu__image-button, .product-description-wrapper .blog-tag a, .blog-tag .product-description-wrapper a, .product-description-wrapper .blog-tag span, .blog-tag .product-description-wrapper span {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .featured-product--one-column .product-description-wrapper {
    text-align: center;
    margin: 30px auto 0;
  }
  .featured-product--one-column .product-description-wrapper .btn, .featured-product--one-column .product-description-wrapper .btn--secondary, .featured-product--one-column .product-description-wrapper .shopify-payment-button__button--unbranded, .featured-product--one-column .product-description-wrapper .megamenu__image-button, .featured-product--one-column .product-description-wrapper .blog-tag a, .blog-tag .featured-product--one-column .product-description-wrapper a, .featured-product--one-column .product-description-wrapper .blog-tag span, .blog-tag .featured-product--one-column .product-description-wrapper span {
    margin-left: auto;
  }
}
.product-description-wrapper .spr-badge-starrating {
  cursor: pointer;
  margin-right: 15px;
}
.mfp-wrap .product-description-wrapper .spr-badge-starrating {
  cursor: default;
}
.featured-product .product-description-wrapper .spr-badge-starrating {
  cursor: default;
}
.product-description-wrapper .product-form--onboarding .spr-badge-starrating {
  margin-right: 0;
}
.product-description-wrapper .spr-badge-caption {
  cursor: pointer;
}
.mfp-wrap .product-description-wrapper .spr-badge-caption {
  cursor: default;
}
.featured-product .product-description-wrapper .spr-badge-caption {
  cursor: default;
}

.product-form__wrapper {
  max-width: 600px;
}

#AddToCart {
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product__notification {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 300px;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .featured-product--one-column .product__notification {
    margin-left: auto;
    margin-right: auto;
  }
}

/*
* Tabs
*/
.product-tabs {
  margin: 20px 0;
}

.product-tab {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  text-align: left;
  overflow: hidden;
  margin-top: -1px;
}
.product-tab:first-child {
  margin-top: 0;
}

.product-tab__title {
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  font-style: var(--body-font-style);
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 44px 15px 0;
  font-size: var(--base-text-size);
  line-height: 1.3;
  text-align: left;
  color: var(--color-text-body);
  background: transparent;
  border: 0;
}
.product-tab__title .icon {
  top: 0;
  right: 0;
  width: 44px;
  height: 48px;
}

.product-tab__inner {
  margin: 0;
  padding: 10px 0;
}

/*================ Product Features ================*/
.product-feature-section {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.product-feature {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .product-feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .product-feature--reverse {
    flex-direction: row-reverse;
  }
  .product-feature--reverse .product-feature__text-wrapper {
    margin-left: auto;
  }
}

.product-feature__images {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 75%px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .product-feature__images {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .product-feature__images {
    max-width: 500px;
  }
}
@media screen and (max-width: 479px) {
  .product-feature__images {
    margin: 0 -25px;
  }
}

@media screen and (max-width: 479px) {
  .product-feature__images--single {
    margin: 0;
  }
}

.product-feature__images--single-mobile .product-feature__image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-feature__images--single-mobile .product-feature__image--secondary {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .product-feature__images--single-mobile {
    margin: 0;
  }
}

.product-feature__image {
  position: relative;
  width: 75%;
  max-width: 100%;
  overflow: hidden;
  z-index: 2;
}
.product-feature__images--single .product-feature__image {
  width: 75%;
}

.product-feature__image--secondary {
  z-index: 1;
  margin-left: 30px;
}
.product-feature__images--overlapping.product-feature__images--square .product-feature__image--secondary {
  margin-left: -92px;
}
.product-feature__images--overlapping.product-feature__images--portrait .product-feature__image--secondary {
  margin-left: -54px;
}
.product-feature__images--square .product-feature__image--secondary .product-feature__image-bg {
  margin-top: 50%;
}
.product-feature__images--portrait .product-feature__image--secondary .product-feature__image-bg {
  margin-top: 36%;
}
@media screen and (max-width: 767px) {
  .product-feature__image--secondary {
    margin-left: 15px;
  }
  .product-feature__images--inline.product-feature__images--square .product-feature__image--secondary .product-feature__image-bg {
    margin-top: 0;
  }
  .product-feature__images--inline.product-feature__images--portrait .product-feature__image--secondary .product-feature__image-bg {
    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%;
  width: 500px;
  height: 500px;
  max-width: 500px;
  max-height: 500px;
  transform: translate(-50%, -50%);
}

.product-feature__images--portrait .product-feature__image-bg {
  padding-top: 150%;
}
.product-feature__images--portrait .product-feature__image {
  width: 272px;
}
.product-feature__images--portrait.product-feature__images--single .product-feature__image, .product-feature__images--portrait.product-feature__images--single-mobile .product-feature__image {
  width: 333px;
}

.product-feature__text-wrapper {
  width: 550px;
  max-width: 100%;
  padding: 40px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .product-feature__text-wrapper {
    margin: 0 auto;
    padding: 25px 25px 0;
  }
}
@media screen and (max-width: 479px) {
  .product-feature__text-wrapper {
    padding: 40px 0 0;
  }
}

.product-feature__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-feature__text {
    width: 50%;
  }
}
.product-feature__text hr {
  display: block;
  margin: 15px auto;
  border: 0;
  width: 66px;
  height: 2px;
  background: var(--color-accent);
}
.product-feature__text h2, .product-feature__text .h2 {
  margin: 0 0 15px;
}
.product-feature__text p {
  line-height: 2;
  margin: 15px 0;
  font-size: 15pt !important
}

.product-feature__text--left {
  text-align: left;
}
.product-feature__text--left hr {
  margin-left: 0;
}

/*
* Product form
*/
.quantity-input {
  display: inline-block !important;
  text-align: center;
  width: 40px;
  padding-left: 3px;
  padding-right: 3px;
}

.qtydiv {
  display: inline-block;
  margin-bottom: 15px;
}
.qtydiv label {
  margin-right: 10px;
}

.selector-wrapper {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 15px;
  z-index: 1;
}
.selector-wrapper > label {
  position: static;
  margin-right: 10px;
}
.selector-wrapper > label::after {
  font-family: "custom-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
  position: absolute;
  right: 25px;
  top: 50%;
  z-index: -1;
  font-size: 12px;
  line-height: 20px;
  display: block;
  color: var(--color-text-body);
}

.variants-wrapper {
  margin-bottom: 5px;
}

.variant-wrapper--color {
  width: 100%;
  margin-bottom: 5px;
}

.variant-input-wrap {
  margin: 0;
  padding: 0;
  border: 0;
}

.variant-input-wrap--boxes {
  margin: 0 -4px;
}

.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 2px var(--color-text-body);
}

.variant__button-label {
  letter-spacing: 0.025em;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  font-weight: normal;
  padding: 7px 15px 7px;
  background-color: var(--color-bg-body);
  box-shadow: inset 0 0 0 1px var(--color-text-body-alpha-16);
  margin: 0 4px 12px;
  cursor: pointer;
  transition: box-shadow 0.25s ease;
}
.variant__button-label.disabled {
  color: var(--color-text-body);
}
.variant__button-label.disabled:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px solid;
  border-color: var(--color-text-body);
  transform: rotate(45deg);
}

.variant__button-label--color {
  margin: 0;
}

.product-form {
  position: relative;
}
.product-form [type=submit] {
  position: relative;
}
.product-form [type=submit] .icon-loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  stroke: var(--color-button-primary-bg) !important;
}
.product-form [type=submit].is-adding {
  opacity: 0.6;
  cursor: default;
  background: transparent;
}
.product-form [type=submit].is-adding span {
  opacity: 0;
}
.product-form [type=submit].is-adding .icon-loading {
  display: block;
}
.product-form [type=submit].is-adding::before {
  content: none;
}
.product-form [type=submit].btn--secondary .icon-loading {
  stroke: var(--color-button-secondary-bg) !important;
}
.product-form .btn, .product-form .btn--secondary, .product-form .shopify-payment-button__button--unbranded, .product-form .megamenu__image-button, .product-form .blog-tag a, .blog-tag .product-form a, .product-form .blog-tag span, .blog-tag .product-form span,
.product-form .shopify-payment-button {
  width: 300px;
  max-width: 100%;
}
@media screen and (min-width: 1023px) {
  .text-center .product-form .btn, .text-center .product-form .btn--secondary, .text-center .product-form .shopify-payment-button__button--unbranded, .text-center .product-form .megamenu__image-button, .text-center .product-form .blog-tag a, .blog-tag .text-center .product-form a, .text-center .product-form .blog-tag span, .blog-tag .text-center .product-form span,
.text-center .product-form .shopify-payment-button {
    margin: auto;
  }
}
@media screen and (max-width: 479px) {
  .product-form .btn, .product-form .btn--secondary, .product-form .shopify-payment-button__button--unbranded, .product-form .megamenu__image-button, .product-form .blog-tag a, .blog-tag .product-form a, .product-form .blog-tag span, .blog-tag .product-form span,
.product-form .shopify-payment-button {
    width: 100%;
  }
}

/*
* Quick Buy
*/
@media screen and (max-width: 767px) {
  .popup-quick-buy {
    display: none !important;
  }
}
.popup-quick-buy .product-tabs {
  display: none;
}
.popup-quick-buy.mfp-bg {
  opacity: 0 !important;
}
.popup-quick-buy .mfp-zoom-in-cur:hover {
  cursor: default;
}
.popup-quick-buy .wrapper {
  padding: 0;
}
.popup-quick-buy .mfp-content {
  max-width: 1000px;
  margin: 50px 0;
  padding: 30px;
  background: var(--color-bg-body);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1023px) {
  .popup-quick-buy .mfp-content {
    margin: 0;
  }
}
.popup-quick-buy .mfp-content .product-single {
  background: var(--color-bg-body);
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}
.popup-quick-buy .mfp-content .product-single.is-loading {
  opacity: 0;
  visibility: hidden;
}
.popup-quick-buy .mfp-content .grid-uniform {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.popup-quick-buy .mfp-content .grid-uniform .grid__item {
  float: none;
  width: 20%;
  flex: 0 0 20%;
  padding: 0 5px !important;
}
.popup-quick-buy .mfp-content .grid-uniform .grid__item img {
  width: 100%;
  height: auto;
}
.popup-quick-buy .mfp-content .product-description.rte {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .popup-quick-buy .selector-wrapper + .selector-wrapper {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .popup-quick-buy .text-center .swatch {
    justify-content: flex-start;
  }
  .popup-quick-buy .text-center .swatch .header,
.popup-quick-buy .text-center .product-description.rte, .popup-quick-buy .text-center.product-description-wrapper {
    text-align: left !important;
  }
  .popup-quick-buy .text-center .btn, .popup-quick-buy .text-center .btn--secondary, .popup-quick-buy .text-center .shopify-payment-button__button--unbranded, .popup-quick-buy .text-center .megamenu__image-button, .popup-quick-buy .text-center .blog-tag a, .blog-tag .popup-quick-buy .text-center a, .popup-quick-buy .text-center .blog-tag span, .blog-tag .popup-quick-buy .text-center span {
    margin-left: 0px;
  }
  .popup-quick-buy .text-center .swatch .swatch__element {
    margin-left: 0;
    margin-right: 10px;
  }
  .popup-quick-buy .text-center .rte ol,
.popup-quick-buy .text-center .rte ul {
    align-items: flex-start;
  }
}

/*================ Related products ================*/
.related-products {
  padding-top: 50px;
}
.related-products .featured-collection__heading {
  padding-bottom: 20px;
}
.related-products .featured-collection {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*================ Rich text ================*/
.rich-text {
  position: relative;
}

.rich-text--no-image {
  padding-top: 50px;
  padding-bottom: 50px;
}

.rich-text__wrapper {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .rich-text__wrapper {
    margin: 0 -50px;
    padding: 0 0 50px;
    min-height: 0;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 479px) {
  .rich-text__wrapper {
    margin: 0 -25px;
  }
}

@media screen and (min-width: 768px) {
  .rich-text__wrapper--reversed {
    flex-direction: row-reverse;
  }
}

.rich-text__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.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: 0;
  bottom: 0;
  height: 100%;
  width: 75%;
  overflow: hidden;
  padding: 50px;
}
.rich-text__wrapper--reversed .rich-text__image {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .rich-text__image {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 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 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 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 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: 30%;
  margin: 50px 0;
  padding: 50px;
  background: var(--color-bg-body);
  color: var(--color-text-body);
  border: 1px solid var(--color-border);
}
@media screen and (max-width: 991px) {
  .rich-text__content {
    width: calc(60% - 20px);
    padding: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .rich-text__content {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .rich-text__wrapper--no-video .rich-text__content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .rich-text__content {
    width: calc(100% - 50px);
    padding: 35px 25px 25px;
  }
}

.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: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}

.rich-text__heading {
  margin-bottom: 18px;
    font-size: 22pt !important;
  

}

.rich-text__text {
  margin-bottom: 14px;
}
.rich-text__text p {
  font-size: 15pt;
  line-height: 1.5;
}

.rich-text__buttons {
  padding-top: 12px;
  margin: 0 -8px -15px;
}
.rich-text__buttons .btn, .rich-text__buttons .btn--secondary, .rich-text__buttons .shopify-payment-button__button--unbranded, .rich-text__buttons .megamenu__image-button, .rich-text__buttons .blog-tag a, .blog-tag .rich-text__buttons a, .rich-text__buttons .blog-tag span, .blog-tag .rich-text__buttons span {
  margin: 0 8px 15px;
  min-width: 155px;
}

.rich-text__video-link {
  width: 57.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* IE11 fix */
}
@media screen and (max-width: 991px) {
  .rich-text__video-link {
    width: calc(40% + 20px);
  }
}
@media screen and (max-width: 767px) {
  .rich-text__video-link {
    width: 100%;
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .rich-text__video-link {
    margin: 25px 0;
  }
}
.rich-text__wrapper--no-content .rich-text__video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.play-button {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  margin: auto;
  line-height: 0;
  z-index: 10;
}
.play-button:hover .stroke-circle {
  -webkit-animation: pulse 2s linear infinite;
          animation: pulse 2s linear infinite;
}
@media screen and (max-width: 767px) {
  .play-button {
    position: relative;
  }
}
@media screen and (max-width: 479px) {
  .play-button {
    width: 125px;
    height: 125px;
  }
}

.filled-circle {
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  bottom: 12px;
  right: 12px;
  background: var(--color-bg-body);
  border-radius: 50%;
}

.stroke-circle {
  border: 1px solid var(--color-bg-body);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}

.triangle {
  color: var(--color-text-body);
  font-size: 48px;
  display: block;
  width: 36px;
  height: 48px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*================ Search page ================*/
.search-page {
  padding-top: 100px;
}

.search-bar {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .search-bar {
    margin-left: auto;
    margin-right: auto;
  }
}

.search-input {
  border: 0;
  border-bottom: 2px solid var(--color-text-body);
  width: 100%;
  height: 50px;
  padding: 0 40px 0 0;
  font-size: 24px;
}

.search-input:focus {
  border: 0;
  border-bottom: 2px solid var(--color-text-body);
}

.search-input::-webkit-input-placeholder {
  font-size: 24px;
}

.search-input:-moz-placeholder {
  font-size: 24px;
  /* older Firefox*/
}

.search-input::-moz-placeholder {
  font-size: 24px;
  /* Firefox 19+ */
}

.search-input:-ms-input-placeholder {
  font-size: 24px;
}

.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 path {
  fill: 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 {
  color: black;
}
.slider[data-current-style=text-light] .slider__scroll-down path {
  fill: 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 {
  color: white;
}

.slider--zoom-out img,
.slider--zoom-out .slide-background,
.slider--zoom-out .slide-image__container {
  transform: scale(1.15);
  transition: transform 0s ease-out 0.5s !important;
}
.slider--zoom-out .is-selected img.lazyloaded,
.slider--zoom-out .is-selected .slide-background.lazyloaded,
.slider--zoom-out .is-selected .slide-background.placeholder-bg,
.slider--zoom-out .is-selected .slide-image__container {
  transform: scale(1);
  transition: transform 3s ease-out, opacity 0.3s ease-in !important;
}
.slider--zoom-out.no-transition .slide-background, .slider--zoom-out.no-transition .slide-image__container, .slider--zoom-out.no-transition img {
  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 50px;
  margin-bottom: 15px;
}
@media screen and (max-width: 479px) {
  .slider .flickity-page-dots {
    padding: 0 25px;
  }
}
.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: 2%;
}

.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 .slider-text-block,
.slider--bottom-right .slider-text-block {
  top: auto;
  bottom: 0;
}

.item--text-light {
  background: #000;
}
.item--text-light .main-heading,
.item--text-light .main-subheading,
.item--text-light .secondary-call-to-action {
  color: white;
}

.item--text-dark {
  background: #fff;
}
.item--text-dark .main-heading,
.item--text-dark .main-subheading,
.item--text-dark .secondary-call-to-action {
  color: black;
}

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

.slide-image__container {
  position: relative;
  height: 0;
  width: 100%;
  min-height: inherit;
  padding-top: 66%;
}
.slide-image__container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-image__container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .slide-image__container--mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .slide-image__container--mobile ~ .slide-image__container--desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .image-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .image-mobile ~ .image-desktop {
    display: none;
  }
}

.slide__heading .main-heading {
  line-height: 1.08;
font-family: "Century Gothic" !important; 
    font-size: 60pt;
}

.slider__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
}
.slider__arrow svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 479px) {
  .slider__arrow {
    display: none;
  }
}
.slider--disabled .slider__arrow {
  display: none;
}

.slider__arrow--previous {
  left: 0px;
}
.slider__arrow--previous .custom-icon-arrow-right,
.slider__arrow--previous .icon-arrow-right {
  transform: rotate(180deg);
}

.slider__arrow--next {
  right: 0px;
}

.slider-text-block {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-text-block > div {
  width: 100%;
}
.slider-text-block .wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slider--has-arrow .wrapper,
[data-page-dots=true] .wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 479px) {
  [data-page-dots=true] .slider--has-arrow.slider--center .slider-text-block .wrapper {
    margin-bottom: 50px;
  }
}

.slide__buttons a {
  margin: 10px 8px 0;
}
.slide__buttons a:first-child {
  margin-left: 0;
}
.slide__buttons a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 479px) {
  .slide__buttons a {
    margin: 10px 0 0;
    display: block;
  }
}
@media screen and (min-width: 480px) {
  .slider--left .slide__buttons a, .slider--bottom-left .slide__buttons a {
    margin-left: 0;
    margin-right: 16px;
  }
  .slider--right .slide__buttons a, .slider--bottom-right .slide__buttons a {
    margin-left: 16px;
    margin-right: 0;
  }
}

.slide-background {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-background.placeholder-bg {
  opacity: 0.3;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

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

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

.slider .custom-icon-arrow-right:before {
  font-size: 26px;
}

.item {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 240px;
}

.secondary-call-to-action {
  font-size: 14px;
  display: inline-block;
  line-height: 30px;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  color: var(--color-text-heading);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  font-style: var(--body-font-style);
  transition: opacity 0.2s ease;
}
.secondary-call-to-action:hover, .secondary-call-to-action:focus, .secondary-call-to-action:active {
  opacity: 0.7;
}
.secondary-call-to-action span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .secondary-call-to-action {
    display: inline-block;
    margin-top: 25px;
  }
}

.call-to-action-circle {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  height: 30px;
  width: 32px;
  text-align: center;
  vertical-align: middle;
}

.call-to-action-triangle {
  font-size: 14px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 15px;
  margin-top: -11px;
  margin-left: -12px;
}

/*================ Sub-collections ================*/
.subcollections {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .subcollections {
    margin-left: -50px;
    margin-right: -50px;
    overflow: hidden;
  }
}
@media screen and (max-width: 479px) {
  .subcollections {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.subcollections--fullwidth {
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 479px) {
  .subcollections--fullwidth {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.pagination + .subcollections {
  margin-top: 30px;
}

.subcollections__list {
  display: flex;
  margin: 20px -20px 0 0;
}
@media screen and (max-width: 767px) {
  .subcollections__list {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 20px;
    padding-bottom: 30px;
    margin-right: 0;
    margin-bottom: -30px;
  }
}

.subcollection__item {
  display: inline-block;
  width: 220px;
  padding-right: 20px;
  position: relative;
  white-space: normal;
}
@media 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 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 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.testimonials-section .flickity-page-dots {
  position: static;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .testimonials-section .flickity-page-dots {
    margin-top: 0;
  }
}

.testimonials__header {
  text-align: center;
  word-break: break-word;
}

.testimonials__wrapper {
  display: flex;
  align-items: stretch;
}
.testimonials__wrapper.flickity-enabled {
  display: block;
}
@media screen and (min-width: 768px) {
  .testimonials__wrapper {
    min-height: 240px;
  }
  .testimonials__wrapper.testimonials--single {
    min-height: 0;
    margin-top: -25px;
  }
}
@media screen and (max-width: 991px) {
  .testimonials__wrapper {
    display: block;
  }
}

.testimonial__item {
  position: relative;
  padding-left: 0;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .testimonial__item {
    min-height: 0;
  }
}
.has-lines .testimonial__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid var(--color-border);
}
@media screen and (max-width: 767px) {
  .has-lines .testimonial__item::before {
    content: none;
  }
}
.has-lines .testimonial__item:first-child::before {
  content: none;
}

.user-profile {
  display: table;
  width: 100%;
  margin: 15px auto 0;
}

@media screen and (max-width: 479px) {
  .testimonials__slider .flickity-prev-next-button {
    display: none;
  }
}
.testimonials__slider .flickity-prev-next-button .arrow {
  fill: var(--color-text-body);
}

.testimonials__table {
  width: 100%;
  padding: 50px;
}
@media screen and (max-width: 991px) {
  .testimonials__table {
    padding: 35px 50px;
  }
}
@media screen and (max-width: 479px) {
  .testimonials__table {
    padding: 25px;
  }
}

.testimonial__cell {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
}

.user-image {
  top: 0;
  position: relative;
  vertical-align: middle;
  display: block;
  min-height: 32px;
}
.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;
}
.user-image + .user-name {
  margin-top: 8px;
}

.user-name {
  display: inline-block;
}

.testimonial__text {
  margin: 0 auto;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
}
.testimonial__text p {
  margin: 0 0 1em;
}
@media screen and (max-width: 991px) {
  .testimonial__text {
    width: auto;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__text {
    font-size: 20px;
  }
}

.has-quotes .testimonial__text p:first-child::before {
  content: open-quote;
}
.has-quotes .testimonial__text p:last-child::after {
  content: close-quote;
}

.store-availability-container--center {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1023px) {
  .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: 0px;
  bottom: 0;
  width: 300px;
  color: var(--color-text-body);
  background-color: var(--color-bg-body);
  transition: transform 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  border-left: 2px solid var(--color-accent);
  z-index: 1000;
  max-height: 100vh;
  left: 100vw;
  right: auto;
  opacity: 1;
  display: block;
  box-sizing: border-box;
}
.store-availabilities-modal .icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.store-availabilities-modal .icon-in-stock {
  fill: #56ad6a;
  margin: 5px 0 0 0;
}
.store-availabilities-modal .icon-out-of-stock {
  fill: #d02e2e;
  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: 18px;
  height: 18px;
}

.store-availability-container .icon {
  width: 12px;
  height: 12px;
  margin: 4px 4px 0 0;
}
.store-availability-container .icon-in-stock {
  fill: #56ad6a;
}
.store-availability-container .icon-out-of-stock {
  fill: #d02e2e;
}
.store-availability-container .store-availability-list__stock .icon {
  margin: 0 2px 3px 0;
}
.store-availability-container .icon-close {
  width: 18px;
  height: 18px;
  margin: 0;
}

.modal {
  transform: translateY(0px);
}

.store-availabilities-modal--active {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateX(-300px);
  opacity: 1;
}

.store-availabilities-modal__header {
  display: block;
  justify-content: space-between;
  margin: 16px 25px;
  padding-right: 30px;
  position: relative;
}

.store-availabilities-modal__product-title {
  text-transform: none;
  margin: 0;
  font-weight: var(--body-font-weight-bold);
  font-size: var(--h4-text-size);
  color: var(--color-text-body);
}

.store-availabilities-list {
  overflow: auto;
  margin: 0;
}

.store-availabilities-modal__close {
  position: absolute;
  right: 0;
  top: 5px;
  color: var(--color-text-body);
  font-size: 20px;
}

.store-availability-list__item {
  padding: 0 25px 15px 25px;
  margin: 0;
}
.store-availability-list__item::before {
  content: "";
  display: block;
  border-bottom: 2px solid var(--color-accent);
  clear: both;
  width: 100%;
  height: 0;
  margin-bottom: 16px;
}
.store-availability-list__item p {
  font-size: 13px;
  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(--body-font-style);
}
.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(--body-font-weight-bold);
  padding-right: 5px;
}

.store-availability-list-header__location,
.store-availability-list-header__distance {
  margin-bottom: 0;
  font-size: var(--base-text-size);
  color: var(--color-text-body);
}

@font-face {
  font-family: "Amithen";
  src: url("amithen-webfont.woff2") format("woff2"),
       url("amithen-webfont.woff") format("woff");
} 
.nav__item--default:nth-child(7) a {
    color: #ff0000 !important;
   font-weight: 700 !important;
}
/* change a sale collection link to red */
li.site-nav__item:nth-child(6) a[href="/collections/s-a-l-e] {
    color: red !important;
 font-weight: 700 !important;
}

.site-nav > li:nth-child(2) a{color:red;}

.nav__item .nav__item--level-1 .nav__item--default
a[href="/collections/s-a-l-e] {
    color: red !important;
}

.text-collections {
  font-weight: var(--body-font-weight-bold) !important;
    font-size: var(--h4-text-size) !important;}
#gifts-and-accessories .collection-grid {  margin-left: 10% !important;}


@media only screen and (max-width: 600px) {
  .grid__item .grid__item:nth-child(odd) {
      padding-left: 9px !important;
   }
}
/* .collection-grid {
	display: flex !important;
    flex-wrap: wrap !important;
}*/

section-header__title h1 h2 {
    margin-bottom: 20px;
   font-size: 40px !important}

.slide__caption .main-subheading {
min-width: 100% !important;}

#fsb_container {height: 0px !important; color: #000000 !important;}