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

Line 23:144 Expected identifier but found "*"
Line 31:293 Expected identifier but found "*"
Line 3108:19 Expected ":"
Line 3949:4 "jusify-self" is not a known CSS property
Line 12426:2 Expected identifier but found "*"

**/
/*
* Vantage Shopify Theme
* Copyright 2022, We are Underground
* https://www.weareunderground.com
* Gridlock - A CSS responsive grid system [12 column - Desktop standard]
* @author Ben Plum
* @version 0.2.0
*
* Copyright Â© 2013 Ben Plum &lt;mr@benplum.com&gt;
* Released under the MIT License &lt;http://www.opensource.org/licenses/mit-license.php&gt;
*/

/* !Reset Box-sizing */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); }

/* !Defaults */
.gridlock .row { margin-left: auto; margin-right: auto; width: 92%; /* Fallback */ }
.gridlock .row:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.gridlock .row .row { margin-left: -1%; margin-right: -1%; width: 102%; }
.gridlock .row [class*="desktop-"] { float: left; margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
.gridlock .row [class*="desktop-"].right { float: right; }
.gridlock .row [class*="desktop-"].padded { margin-left: 0; margin-right: 0; padding-left: 1.0416666666666667%; padding-right: 1.0416666666666667%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; *behavior: none; }

.grid-inline.row {
  font-size: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

/* !Rows, Widest to Thinest */

/* !Rows, Widest to Thinest */
@media screen and (min-width: 500px) {
  .gridlock .row { width: 96%; }
}
@media screen and (min-width: 740px) {
  .gridlock .row { width: 720px; }
}
@media screen and (min-width: 980px) {
  .gridlock .row { width: 92%; }
}

.gridlock-fluid .row {
  width: 98%;
}

/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
.gridlock .row .desktop-1  { width: 6.25%; }
.gridlock .row .desktop-2  { width: 14.5833333333333333%; }
.gridlock .row .desktop-3  { width: 22.9166666666666667%; }
.gridlock .row .desktop-4  { width: 31.25%; }
.gridlock .row .desktop-5  { width: 39.5833333333333333%; }
.gridlock .row .desktop-6  { width: 47.9166666666666667%; }
.gridlock .row .desktop-7  { width: 56.25%; }
.gridlock .row .desktop-8  { width: 64.5833333333333333%; }
.gridlock .row .desktop-9  { width: 72.9166666666666667%; }
.gridlock .row .desktop-10 { width: 81.25%; }
.gridlock .row .desktop-11 { width: 89.5833333333333333%; }
.gridlock .row .desktop-12 { width: 97.9166666666666667%; }

/* Push Cells */
.gridlock .row .desktop-push-1  { margin-left: 9.375%; }
.gridlock .row .desktop-push-2  { margin-left: 17.7083333333333333%; }
.gridlock .row .desktop-push-3  { margin-left: 26.0416666666666667%; }
.gridlock .row .desktop-push-4  { margin-left: 34.375%; }
.gridlock .row .desktop-push-5  { margin-left: 42.7083333333333334%; }
.gridlock .row .desktop-push-6  { margin-left: 51.0416666666666667%; }
.gridlock .row .desktop-push-7  { margin-left: 59.375%; }
.gridlock .row .desktop-push-8  { margin-left: 67.7083333333334%; }
.gridlock .row .desktop-push-9  { margin-left: 76.0416666666668%; }
.gridlock .row .desktop-push-10 { margin-left: 84.375%; }
.gridlock .row .desktop-push-11 { margin-left: 92.7083333333335%; }

/* Center Cells */
.gridlock .row [class*="desktop-"].center { margin-left: auto; margin-right: auto; }

/* !Generic, fractions */
.gridlock .row .desktop-third { width: 31.25%; }
.gridlock .row .desktop-half { width: 47.9166666666666667%; }
.gridlock .row .desktop-full { width: 97.9166666666666667%; }

.gridlock .row .desktop-push-third { margin-left: 34.375%; }
.gridlock .row .desktop-push-half { margin-left: 51.0416666666666667%; }

/* !Desktop - Max, 12 column, 1200 (min 1221) */
@media screen and (min-width: 1221px) {
  .gridlock .row .max-1  { width: 6.25%; }
  .gridlock .row .max-2  { width: 14.5833333333333333%; }
  .gridlock .row .max-3  { width: 22.9166666666666667%; }
  .gridlock .row .max-4  { width: 31.25%; }
  .gridlock .row .max-5  { width: 39.5833333333333333%; }
  .gridlock .row .max-6  { width: 47.9166666666666667%; }
  .gridlock .row .max-7  { width: 56.25%; }
  .gridlock .row .max-8  { width: 64.5833333333333333%; }
  .gridlock .row .max-9  { width: 72.9166666666666667%; }
  .gridlock .row .max-10 { width: 81.25%; }
  .gridlock .row .max-11 { width: 89.5833333333333333%; }
  .gridlock .row .max-12 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .max-push-1  { margin-left: 9.375%; }
  .gridlock .row .max-push-2  { margin-left: 17.7083333333333333%; }
  .gridlock .row .max-push-3  { margin-left: 26.0416666666666667%; }
  .gridlock .row .max-push-4  { margin-left: 34.375%; }
  .gridlock .row .max-push-5  { margin-left: 42.7083333333333334%; }
  .gridlock .row .max-push-6  { margin-left: 51.0416666666666667%; }
  .gridlock .row .max-push-7  { margin-left: 59.375%; }
  .gridlock .row .max-push-8  { margin-left: 67.7083333333334%; }
  .gridlock .row .max-push-9  { margin-left: 76.0416666666668%; }
  .gridlock .row .max-push-10 { margin-left: 84.375%; }
  .gridlock .row .max-push-11 { margin-left: 92.7083333333335%; }
}

@media screen and ( min-width: 980px ) {
  .gridlock .row .contained.desktop-1 {
    width: 8.33333333%;
  }
  .gridlock .row .contained.desktop-2 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.desktop-3 {
    width: 25%;
  }
  .gridlock .row .contained.desktop-4 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.desktop-5 {
    width: 41.66666667%;
  }
  .gridlock .row .contained.desktop-6 {
    width: 50%;
  }
  .gridlock .row .contained.desktop-7 {
    width: 58.33333333%;
  }
  .gridlock .row .contained.desktop-8 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.desktop-9 {
    width: 75%;
  }
  .gridlock .row .contained.desktop-10 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.desktop-11 {
    width: 91.66666667%;
  }
  .gridlock .row .contained.desktop-12 {
    width: 100%;
  }
}

/* !Tablet, 6 column, 720 (min 739) */
@media screen and (min-width: 739px) and (max-width: 980px) {
  .gridlock .row [class*="desktop-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .tablet-1 { width: 14.5833333333333333%; }
  .gridlock .row .tablet-2 { width: 31.25%; }
  .gridlock .row .tablet-3 { width: 47.9166666666666667%; }
  .gridlock .row .tablet-4 { width: 64.5833333333333333%; }
  .gridlock .row .tablet-5 { width: 81.25%; }
  .gridlock .row .tablet-6 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .tablet-push-1 { margin-left: 17.7083333333333333%; }
  .gridlock .row .tablet-push-2 { margin-left: 34.375%; }
  .gridlock .row .tablet-push-3 { margin-left: 51.0416666666666667%; }
  .gridlock .row .tablet-push-4 { margin-left: 67.7083333333334%; }
  .gridlock .row .tablet-push-5 { margin-left: 84.375%; }

  /* !Generic, fractions */
  .gridlock .row .tablet-third { width: 31.25%; }
  .gridlock .row .tablet-half { width: 47.9166666666666667%; }
  .gridlock .row .tablet-full { width: 97.9166666666666667%; }

  .gridlock .row .tablet-push-third { margin-left: 34.375%; }
  .gridlock .row .tablet-push-half { margin-left: 51.0416666666666667%; }

  .gridlock .row .contained.tablet-1 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.tablet-2 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.tablet-3 {
    width: 50%;
  }
  .gridlock .row .contained.tablet-4 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.tablet-5 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.tablet-6 {
    width: 100%;
  }

}

/* !Mobile, 3 column, 300 + 480 (max 740) */
@media screen and (max-width: 740px) {
  .gridlock .row [class*="desktop-push-"],
  .gridlock .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .mobile-1 { width: 31.25%; }
  .gridlock .row .mobile-2 { width: 64.5833333333333333%; }
  .gridlock .row .mobile-3 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .mobile-push-1 { margin-left: 34.375%; }
  .gridlock .row .mobile-push-2 { margin-left: 67.7083333333334%; }

  /* !Generic, fractions */
  .gridlock .row .mobile-third { width: 31.25%; }
  .gridlock .row .mobile-half { width: 47.9166666666666667%; }
  .gridlock .row .mobile-full { width: 97.9166666666666667%; }

  .gridlock .row .mobile-push-third { margin-left: 34.375%; }
  .gridlock .row .mobile-push-half { margin-left: 51.0416666666666667%; }

  .gridlock .row .contained.mobile-1 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.mobile-2 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.mobile-3 {
    width: 100%;
  }


}

/* !Mobile - Min, 300 (max 500) */
@media screen and (max-width: 500px) {
  .gridlock .row .min-full { width: 97.9166666666666667%; }
  .mobile-half{text-align: left;}
}

.gridlock .row [class*="all-"].contained,
.gridlock .row [class*="min-"].contained,
.gridlock .row [class*="mobile-"].contained,
.gridlock .row [class*="tablet-"].contained,
.gridlock .row [class*="desktop-"].contained,
.gridlock .row [class*="max-"].contained {
  margin-left: 0;
  margin-right: 0;
}

/* =============== */
/* = CSS Grid = */
/* =============== */
.grid__wrapper {
  margin: 0 auto;
  padding-left: 1.04166667%;
  padding-right: 1.04166667%;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}

.grid__wrapper-nest {
  display: grid !important;
}

.grid__wrapper.aflow {
  grid-auto-flow: dense;
}

.grid__wrapper.narrow {
  padding-left: 7%;
  padding-right: 7%;
}

.grid__wrapper.full {
  padding-left: 1.25%;
  padding-right: 1.25%;
  max-width: unset;
  width: 100%;
}

.grid__wrapper.no_padding {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.grid__wrapper.edge {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: unset;
}

.grid__wrapper &gt; .first {
  order: 1;
}

.grid__wrapper &gt; .last {
  order: 2;
}

/* Inline Grid Columns */
.grid__wrapper &gt; * {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}

.span-1 {
  width: 8.3333333%;
}
.span-2 {
  width: 16.666666%;
}
.span-3 {
  width: 25%;
}
.span-4 {
  width: 33.333333%;
}
.span-5 {
  width: 41.666666%;
}
.span-6 {
  width: 50%;
}
.span-7 {
  width: 58.333333%;
}
.span-8 {
  width: 66.666666%;
}
.span-9 {
  width: 75%;
}
.span-10 {
  width: 83.33333%;
}
.span-11 {
  width: 91.666667%;
}
.span-12 {
  width: 100%;
}

/* Grid Row Template */
.grid__wrapper.gtr1 {
  grid-template-rows: 1fr;
}
.grid__wrapper.gtr2 {
  grid-template-rows: 1fr 1fr;
}
.grid__wrapper.gtr3 {
  grid-template-rows: 1fr 1fr 1fr;
}
.grid__wrapper.gtr4 {
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
.gr1 { grid-row: span 1; }
.gr2 { grid-row: span 2; }
.gr3 { grid-row: span 3; }
.gr4 { grid-row: span 4; }

/* Grid Gap */
.cg0 { grid-column-gap: 0; }
.cg1 { grid-column-gap: 6px; }
.cg2 { grid-column-gap: 9px; }
.cg3 { grid-column-gap: 12px; }
.cg4 { grid-column-gap: 15px; }
.cg5 { grid-column-gap: 18px; }
.cg6 { grid-column-gap: 21px; }
.cg7 { grid-column-gap: 24px; }
.cg8 { grid-column-gap: 27px; }
.cg9 { grid-column-gap: 30px; }

.rg0 { grid-row-gap: 0; }
.rg1 { grid-row-gap: 6px; }
.rg2 { grid-row-gap: 9px; }
.rg3 { grid-row-gap: 12px; }
.rg4 { grid-row-gap: 15px; }
.rg5 { grid-row-gap: 18px; }
.rg6 { grid-row-gap: 21px; }
.rg7 { grid-row-gap: 24px; }
.rg8 { grid-row-gap: 27px; }
.rg9 { grid-row-gap: 30px; }

/* Align Text */
.a-left { text-align: left; }
.a-right { text-align: right; }
.a-center { text-align: center; }

/* Align Self */
.v-start { align-self: start; vertical-align: top; }
.v-center { align-self: center; vertical-align: middle; }
.v-end { align-self: end; vertical-align: bottom; }
.v-stretch { align-self: stretch; }
.vi-center { display: inline;  vertical-align: middle; }
.vib-center { display: inline-block;  vertical-align: middle; }

/* Justify Self */
.h-start { justify-self: start; }
.h-center { justify-self: center; }
.h-end { justify-self: end; }
.h-stretch { justify-self: stretch; }

/* Place Self */
.vh-start { place-self: start; }
.vv-center { place-self: center; }
.vh-end { place-self: end; }
.vh-stretch { place-self: stretch; }

.absolute-center {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@supports (display: grid) {
  /* Grid Columns */
  .span-1 { grid-column: 1; width: 100%; }
  .span-2 { grid-column: 1 / 3; width: 100%; }
  .span-3 { grid-column: 1 / 4; width: 100%; }
  .span-4, .span-third { grid-column: 1 / 5; width: 100%; }
  .span-5 { grid-column: 1 / 6; width: 100%; }
  .span-6 { grid-column: 1 / 7; width: 100%; }
  .span-7 { grid-column: 1 / 8; width: 100%; }
  .span-8 { grid-column: 1 / 9; width: 100%; }
  .span-9 { grid-column: 1 / 10; width: 100%; }
  .span-10 { grid-column: 1 / 11; width: 100%; }
  .span-11 { grid-column: 1 / 12; width: 100%; }
  .span-12 { grid-column: 1 / 13; width: 100%; }

  .span-fifth { grid-column: 1; width: 100%; }

  .span-6.first { grid-column: 1 / 7; width: 100%; }
  .span-6.last { grid-column: 7 / 13; width: 100%; }
  .span-8.first { grid-column: 1 / 9; width: 100%; }
  .span-4.last { grid-column: 9 / 13; width: 100%; }
  .span-4.first { grid-column: 1 / 5; width: 100%; }
  .span-8.last { grid-column: 5 / 13; width: 100%; }
  .span-9.first { grid-column: 1 / 10; width: 100%; }
  .span-3.last { grid-column: 10 / 13; width: 100%; }
  .span-3.first { grid-column: 1 / 4; width: 100%; }
  .span-9.last { grid-column: 4 / 13; width: 100%; }

  /* Grid Auto Columns */
  .span-1.auto { grid-column: auto / span 1; width: 100%; }
  .span-2.auto { grid-column: auto / span 2; width: 100%; }
  .span-3.auto { grid-column: auto / span 3; width: 100%; }
  .span-4.auto, .span-third.auto { grid-column: auto / span 4; width: 100%; }
  .span-5.auto { grid-column: auto / span 5; width: 100%; }
  .span-6.auto { grid-column: auto / span 6; width: 100%; }
  .span-7.auto { grid-column: auto / span 7; width: 100%; }
  .span-8.auto { grid-column: auto / span 8; width: 100%; }
  .span-9.auto { grid-column: auto / span 9; width: 100%; }
  .span-10.auto { grid-column: auto / span 10; width: 100%; }
  .span-11.auto { grid-column: auto / span 11; width: 100%; }
  .span-12.auto { grid-column: auto / span 12; width: 100%; }

  .span-fifth.auto { grid-column: auto / span 1; width: 100%; }

  /* Grid Push Columns */
  .span-1.push-1 { grid-column: 2 / 3; width: 100%; }
  .span-1.push-2 { grid-column: 3 / 4; width: 100%; }
  .span-1.push-3 { grid-column: 4 / 5; width: 100%; }
  .span-1.push-4 { grid-column: 5 / 6; width: 100%; }
  .span-1.push-5 { grid-column: 6 / 7; width: 100%; }
  .span-1.push-6 { grid-column: 7 / 8; width: 100%; }
  .span-1.push-7 { grid-column: 8 / 9; width: 100%; }
  .span-1.push-8 { grid-column: 9 / 10; width: 100%; }
  .span-1.push-9 { grid-column: 10 / 11; width: 100%; }
  .span-1.push-10 { grid-column: 11 / 12; width: 100%; }
  .span-1.push-11 { grid-column: 12 / 13; width: 100%; }

  .span-2.push-1 { grid-column: 2 / 4; width: 100%; }
  .span-2.push-2 { grid-column: 3 / 5; width: 100%; }
  .span-2.push-3 { grid-column: 4 / 6; width: 100%; }
  .span-2.push-4 { grid-column: 5 / 7; width: 100%; }
  .span-2.push-5 { grid-column: 6 / 8; width: 100%; }
  .span-2.push-6 { grid-column: 7 / 9; width: 100%; }
  .span-2.push-7 { grid-column: 8 / 10; width: 100%; }
  .span-2.push-8 { grid-column: 9 / 11; width: 100%; }
  .span-2.push-9 { grid-column: 10 / 12; width: 100%; }
  .span-2.push-10 { grid-column: 11 / 13; width: 100%; }

  .span-3.push-1 { grid-column: 2 / 5; width: 100%; }
  .span-3.push-2 { grid-column: 3 / 6; width: 100%; }
  .span-3.push-3 { grid-column: 4 / 7; width: 100%; }
  .span-3.push-4 { grid-column: 5 / 8; width: 100%; }
  .span-3.push-5 { grid-column: 6 / 9; width: 100%; }
  .span-3.push-6 { grid-column: 7 / 10; width: 100%; }
  .span-3.push-7 { grid-column: 8 / 11; width: 100%; }
  .span-3.push-8 { grid-column: 9 / 12; width: 100%; }
  .span-3.push-9 { grid-column: 10 / 13; width: 100%; }

  .span-4.push-1 { grid-column: 2 / 6; width: 100%; }
  .span-4.push-2 { grid-column: 3 / 7; width: 100%; }
  .span-4.push-3 { grid-column: 4 / 8; width: 100%; }
  .span-4.push-4 { grid-column: 5 / 9; width: 100%; }
  .span-4.push-5 { grid-column: 6 / 10; width: 100%; }
  .span-4.push-6 { grid-column: 7 / 11; width: 100%; }
  .span-4.push-7 { grid-column: 8 / 12; width: 100%; }
  .span-4.push-8 { grid-column: 9 / 13; width: 100%; }

  .span-5.push-1 { grid-column: 2 / 7; width: 100%; }
  .span-5.push-2 { grid-column: 3 / 8; width: 100%; }
  .span-5.push-3 { grid-column: 4 / 9; width: 100%; }
  .span-5.push-4 { grid-column: 5 / 10; width: 100%; }
  .span-5.push-5 { grid-column: 6 / 11; width: 100%; }
  .span-5.push-6 { grid-column: 7 / 12; width: 100%; }
  .span-5.push-7 { grid-column: 8 / 13; width: 100%; }

  .span-6.push-1 { grid-column: 2 / 8; width: 100%; }
  .span-6.push-2 { grid-column: 3 / 9; width: 100%; }
  .span-6.push-3 { grid-column: 4 / 10; width: 100%; }
  .span-6.push-4 { grid-column: 5 / 11; width: 100%; }
  .span-6.push-5 { grid-column: 6 / 12; width: 100%; }
  .span-6.push-6 { grid-column: 7 / 13; width: 100%; }

  .span-7.push-1 { grid-column: 2 / 9; width: 100%; }
  .span-7.push-2 { grid-column: 3 / 10; width: 100%; }
  .span-7.push-3 { grid-column: 4 / 11; width: 100%; }
  .span-7.push-4 { grid-column: 5 / 12; width: 100%; }
  .span-7.push-5 { grid-column: 6 / 13; width: 100%; }

  .span-8.push-1 { grid-column: 2 / 10; width: 100%; }
  .span-8.push-2 { grid-column: 3 / 11; width: 100%; }
  .span-8.push-3 { grid-column: 4 / 12; width: 100%; }
  .span-8.push-4 { grid-column: 5 / 13; width: 100%; }

  .span-9.push-1 { grid-column: 2 / 11; width: 100%; }
  .span-9.push-2 { grid-column: 3 / 12; width: 100%; }
  .span-9.push-3 { grid-column: 4 / 13; width: 100%; }

  .span-10.push-1 { grid-column: 2 / 12; width: 100%; }
  .span-10.push-2 { grid-column: 3 / 13; width: 100%; }

  .span-11.push-1 { grid-column: 2 / 13; width: 100%; }

  @media (min-width: 981px){
    .desktop-hide {
      display: none !important;
    }
  }

  /* Mobile Grid Columns */
  @media (max-width: 739px) {
    .sm-span-1.auto { grid-column: auto / span 1 !important; width: 100%; }
    .sm-span-2.auto { grid-column: auto / span 2 !important; width: 100%; }
    .sm-span-3.auto { grid-column: auto / span 3 !important; width: 100%; }
    .sm-span-4.auto, .sm-span-third.auto { grid-column: auto / span 4 !important; width: 100%; }
    .sm-span-5.auto { grid-column: auto / span 5 !important; width: 100%; }
    .sm-span-6.auto { grid-column: auto / span 6 !important; width: 100%; }
    .sm-span-7.auto { grid-column: auto / span 7 !important; width: 100%; }
    .sm-span-8.auto { grid-column: auto / span 8 !important; width: 100%; }
    .sm-span-9.auto { grid-column: auto / span 9 !important; width: 100%; }
    .sm-span-10.auto { grid-column: auto / span 10 !important; width: 100%; }
    .sm-span-11.auto { grid-column: auto / span 11 !important; width: 100%; }
    .sm-span-12.auto { grid-column: auto / span 12 !important; width: 100%; }

    .sm-cg0 { grid-column-gap: 0; }
    .sm-cg1 { grid-column-gap: 6px; }
    .sm-cg2 { grid-column-gap: 9px; }
    .sm-cg3 { grid-column-gap: 12px; }
    .sm-cg4 { grid-column-gap: 15px; }
    .sm-cg5 { grid-column-gap: 18px; }
    .sm-cg6 { grid-column-gap: 21px; }
    .sm-cg7 { grid-column-gap: 24px; }
    .sm-cg8 { grid-column-gap: 27px; }
    .sm-cg9 { grid-column-gap: 30px; }

    .sm-rg0 { grid-row-gap: 0; }
    .sm-rg1 { grid-row-gap: 6px; }
    .sm-rg2 { grid-row-gap: 9px; }
    .sm-rg3 { grid-row-gap: 12px; }
    .sm-rg4 { grid-row-gap: 15px; }
    .sm-rg5 { grid-row-gap: 18px; }
    .sm-rg6 { grid-row-gap: 21px; }
    .sm-rg7 { grid-row-gap: 24px; }
    .sm-rg8 { grid-row-gap: 27px; }
    .sm-rg9 { grid-row-gap: 30px; }

    .mobile-hide,
    .sm-hide {
      display: none !important;
    }
    /* Align Text */
    .sm-a-left { text-align: left; }
    .sm-a-right { text-align: right; }
    .sm-a-center { text-align: center; }

    /* Align Self */
    .sm-v-start { align-self: start; vertical-align: top; }
    .sm-v-center { align-self: center; vertical-align: middle; }
    .sm-v-end { align-self: end; vertical-align: bottom; }
    .sm-v-stretch { align-self: stretch; }

    /* Justify Self */
    .sm-h-start { justify-self: start; }
    .sm-h-center { justify-self: center; }
    .sm-h-end { justify-self: end; }
    .sm-h-stretch { justify-self: stretch; }

    /* Place Self */
    .sm-vh-start { place-self: start; }
    .sm-vv-center { place-self: center; }
    .sm-vh-end { place-self: end; }
    .sm-vh-stretch { place-self: stretch; }
  }

  /* Tablet Grid */
  @media (min-width: 740px) and (max-width: 980px) {
    .md-span-12.auto { grid-column: auto / span 12 !important; width: 100%; }
    .md-span-1.auto { grid-column: auto / span 1 !important; width: 100%; }
    .md-span-2.auto { grid-column: auto / span 2 !important; width: 100%; }
    .md-span-3.auto { grid-column: auto / span 3 !important; width: 100%; }
    .md-span-4.auto, .md-span-third.auto { grid-column: auto / span 4 !important; width: 100%; }
    .md-span-5.auto { grid-column: auto / span 5 !important; width: 100%; }
    .md-span-6.auto { grid-column: auto / span 6 !important; width: 100%; }
    .md-span-7.auto { grid-column: auto / span 7 !important; width: 100%; }
    .md-span-8.auto { grid-column: auto / span 8 !important; width: 100%; }
    .md-span-9.auto { grid-column: auto / span 9 !important; width: 100%; }
    .md-span-10.auto { grid-column: auto / span 10 !important; width: 100%; }
    .md-span-11.auto { grid-column: auto / span 11 !important; width: 100%; }
    .md-span-12.auto { grid-column: auto / span 12 !important; width: 100%; }
    .md-span-12.auto { grid-column: auto / span 12 !important; width: 100%; }

    .md-cg0 { grid-column-gap: 0; }
    .md-cg1 { grid-column-gap: 6px; }
    .md-cg2 { grid-column-gap: 9px; }
    .md-cg3 { grid-column-gap: 12px; }
    .md-cg4 { grid-column-gap: 15px; }
    .md-cg5 { grid-column-gap: 18px; }
    .md-cg6 { grid-column-gap: 21px; }
    .md-cg7 { grid-column-gap: 24px; }
    .md-cg8 { grid-column-gap: 27px; }
    .md-cg9 { grid-column-gap: 30px; }

    .md-rg0 { grid-row-gap: 0; }
    .md-rg1 { grid-row-gap: 6px; }
    .md-rg2 { grid-row-gap: 9px; }
    .md-rg3 { grid-row-gap: 12px; }
    .md-rg4 { grid-row-gap: 15px; }
    .md-rg5 { grid-row-gap: 18px; }
    .md-rg6 { grid-row-gap: 21px; }
    .md-rg7 { grid-row-gap: 24px; }
    .md-rg8 { grid-row-gap: 27px; }
    .md-rg9 { grid-row-gap: 30px; }

    .tablet-hide,
    .md-hide {
      display: none !important;
    }

    /* Align Text */
    .md-a-left { text-align: left; }
    .md-a-right { text-align: right; }
    .md-a-center { text-align: center; }

    /* Align Self */
    .md-v-start { align-self: start; vertical-align: top; }
    .md-v-center { align-self: center; vertical-align: middle; }
    .md-v-end { align-self: end; vertical-align: bottom; }
    .md-v-stretch { align-self: stretch; }

    /* Justify Self */
    .md-h-start { justify-self: start; }
    .md-h-center { justify-self: center; }
    .md-h-end { justify-self: end; }
    .md-h-stretch { justify-self: stretch; }

    /* Place Self */
    .md-vh-start { place-self: start; }
    .md-vv-center { place-self: center; }
    .md-vh-end { place-self: end; }
    .md-vh-stretch { place-self: stretch; }
  }

  /* Mobile &amp; Tablet Grid */
  @media (max-width: 980px) {
    .dv-span-12.auto { grid-column: auto / span 12 !important; width: 100%; }
    .dv-span-1.auto { grid-column: auto / span 1 !important; width: 100%; }
    .dv-span-2.auto { grid-column: auto / span 2 !important; width: 100%; }
    .dv-span-3.auto { grid-column: auto / span 3 !important; width: 100%; }
    .dv-span-4.auto, .md-span-third.auto { grid-column: auto / span 4 !important; width: 100%; }
    .dv-span-5.auto { grid-column: auto / span 5 !important; width: 100%; }
    .dv-span-6.auto { grid-column: auto / span 6 !important; width: 100%; }
    .dv-span-7.auto { grid-column: auto / span 7 !important; width: 100%; }
    .dv-span-8.auto { grid-column: auto / span 8 !important; width: 100%; }
    .dv-span-9.auto { grid-column: auto / span 9 !important; width: 100%; }
    .dv-span-10.auto { grid-column: auto / span 10 !important; width: 100%; }
    .dv-span-11.auto { grid-column: auto / span 11 !important; width: 100%; }
    .dv-span-12.auto { grid-column: auto / span 12 !important; width: 100%; }

    .dv-cg0 { grid-column-gap: 0; }
    .dv-cg1 { grid-column-gap: 6px; }
    .dv-cg2 { grid-column-gap: 9px; }
    .dv-cg3 { grid-column-gap: 12px; }
    .dv-cg4 { grid-column-gap: 15px; }
    .dv-cg5 { grid-column-gap: 18px; }
    .dv-cg6 { grid-column-gap: 21px; }
    .dv-cg7 { grid-column-gap: 24px; }
    .dv-cg8 { grid-column-gap: 27px; }
    .dv-cg9 { grid-column-gap: 30px; }

    .dv-rg0 { grid-row-gap: 0; }
    .dv-rg1 { grid-row-gap: 6px; }
    .dv-rg2 { grid-row-gap: 9px; }
    .dv-rg3 { grid-row-gap: 12px; }
    .dv-rg4 { grid-row-gap: 15px; }
    .dv-rg5 { grid-row-gap: 18px; }
    .dv-rg6 { grid-row-gap: 21px; }
    .dv-rg7 { grid-row-gap: 24px; }
    .dv-rg8 { grid-row-gap: 27px; }
    .dv-rg9 { grid-row-gap: 30px; }

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

    /* Align Text */
    .dv-a-left { text-align: left; }
    .dv-a-right { text-align: right; }
    .dv-a-center { text-align: center; }

    /* Align Self */
    .dv-v-start { align-self: start; vertical-align: top; }
    .dv-v-center { align-self: center; vertical-align: middle; }
    .dv-v-end { align-self: end; vertical-align: bottom; }
    .dv-v-stretch { align-self: stretch; }

    /* Justify Self */
    .dv-h-start { justify-self: start; }
    .dv-h-center { justify-self: center; }
    .dv-h-end { justify-self: end; }
    .dv-h-stretch { justify-self: stretch; }

    /* Place Self */
    .dv-vh-start { place-self: start; }
    .dv-vv-center { place-self: center; }
    .dv-vh-end { place-self: end; }
    .dv-vh-stretch { place-self: stretch; }
  }
}

/* --- Margin --- */
.m0  { margin:        0 !important; }
.mt0 { margin-top:    0 !important; }
.mr0 { margin-right:  0 !important; }
.mb0 { margin-bottom: 0 !important; }
.ml0 { margin-left:   0 !important; }
.mx0 { margin-left:   0 !important; margin-right:  0 !important; }
.my0 { margin-top:    0 !important; margin-bottom: 0 !important; }

.m-auto  { margin: auto !important; }
.mt-auto { margin-top: auto !important; }
.mr-auto { margin-right: auto !important; }
.mb-auto { margin-bottom: auto !important; }
.ml-auto { margin-left: auto !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.my-auto { margin-top: auto !important; margin-bottom: auto !important; }

/* --- Padding --- */
.p0  { padding: 0 !important; }
.pt0 { padding-top: 0 !important; }
.pr0 { padding-right: 0 !important; }
.pb0 { padding-bottom: 0 !important; }
.pl0 { padding-left: 0 !important; }
.px0 { padding-left: 0 !important; padding-right:  0 !important; }
.py0 { padding-top: 0 !important;  padding-bottom: 0 !important; }

@media (min-width: 741px ) and (max-width: 980px) {
  .md-m0  { margin:        0 !important; }
  .md-mt0 { margin-top:    0 !important; }
  .md-mr0 { margin-right:  0 !important; }
  .md-mb0 { margin-bottom: 0 !important; }
  .md-ml0 { margin-left:   0 !important; }
  .md-mx0 { margin-left:   0 !important; margin-right:  0 !important; }
  .md-my0 { margin-top:    0 !important; margin-bottom: 0 !important; }

  .md-m-auto  { margin: auto !important; }
  .md-mt-auto { margin-top: auto !important; }
  .md-mr-auto { margin-right: auto !important; }
  .md-mb-auto { margin-bottom: auto !important; }
  .md-ml-auto { margin-left: auto !important; }
  .md-mx-auto { margin-left: auto !important; margin-right: auto !important; }
  .md-my-auto { margin-top: auto !important; margin-bottom: auto !important; }

  /* --- Padding --- */
  .md-p0  { padding: 0 !important; }
  .md-pt0 { padding-top: 0 !important; }
  .md-pr0 { padding-right: 0 !important; }
  .md-pb0 { padding-bottom: 0 !important; }
  .md-pl0 { padding-left: 0 !important; }
  .md-px0 { padding-left: 0 !important; padding-right:  0 !important; }
  .md-py0 { padding-top: 0 !important;  padding-bottom: 0 !important; }
}

@media (max-width: 740px) {
  .sm-m0  { margin:        0 !important; }
  .sm-mt0 { margin-top:    0 !important; }
  .sm-mr0 { margin-right:  0 !important; }
  .sm-mb0 { margin-bottom: 0 !important; }
  .sm-ml0 { margin-left:   0 !important; }
  .sm-mx0 { margin-left:   0 !important; margin-right:  0 !important; }
  .sm-my0 { margin-top:    0 !important; margin-bottom: 0 !important; }

  .sm-m-auto  { margin: auto; }
  .sm-mt-auto { margin-top: auto; }
  .sm-mr-auto { margin-right: auto; }
  .sm-mb-auto { margin-bottom: auto; }
  .sm-ml-auto { margin-left: auto; }
  .sm-mx-auto { margin-left: auto; margin-right: auto; }
  .sm-my-auto { margin-top: auto; margin-bottom: auto; }

  /* --- Padding --- */
  .sm-p0  { padding: 0; }
  .sm-pt0 { padding-top: 0; }
  .sm-pr0 { padding-right: 0; }
  .sm-pb0 { padding-bottom: 0; }
  .sm-pl0 { padding-left: 0; }
  .sm-px0 { padding-left: 0; padding-right:  0; }
  .sm-py0 { padding-top: 0;  padding-bottom: 0; }
}

@media (max-width: 980px) {
  .dv-m0  { margin:        0; }
  .dv-mt0 { margin-top:    0; }
  .dv-mr0 { margin-right:  0; }
  .dv-mb0 { margin-bottom: 0; }
  .dv-ml0 { margin-left:   0; }
  .dv-mx0 { margin-left:   0; margin-right:  0; }
  .dv-my0 { margin-top:    0; margin-bottom: 0; }

  .dv-m-auto  { margin: auto; }
  .dv-mt-auto { margin-top: auto; }
  .dv-mr-auto { margin-right: auto; }
  .dv-mb-auto { margin-bottom: auto; }
  .dv-ml-auto { margin-left: auto; }
  .dv-mx-auto { margin-left: auto; margin-right: auto; }
  .dv-my-auto { margin-top: auto; margin-bottom: auto; }

  /* --- Padding --- */
  .dv-p0  { padding: 0; }
  .dv-pt0 { padding-top: 0; }
  .dv-pr0 { padding-right: 0; }
  .dv-pb0 { padding-bottom: 0; }
  .dv-pl0 { padding-left: 0; }
  .dv-px0 { padding-left: 0; padding-right:  0; }
  .dv-py0 { padding-top: 0;  padding-bottom: 0; }
}

/* Quick Inline Grid */
.inline__wrapper {
  list-style: none;
  width: 100%;
}
.inline__wrapper &gt; * {
  width: auto;
  margin: 0;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.display-none { display: none !important;}

.note {
  padding: 20px;
  border: 1px solid var(--dotted-color);
  margin-top: 20px;
}
.note .underline {
  text-decoration: underline;
}
.or-divider {
  position: relative;
  font-size: var(--font-size);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
}
.or-divider span:before {
  content: "";
  background: var(--dotted-color);
  height: 1px;
  width: 40%;
  position: absolute;
  left: 0;
  top: 50%;
}
.or-divider span:after {
  content: "";
  background: var(--dotted-color);
  height: 1px;
  width: 40%;
  position: absolute;
  right: 0;
  top: 50%;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

img { max-width: 100%; border: 0; height: auto; display: block; }

img[data-sizes="auto"] {
  display: block;
  width: 100%;
}

.box-ratio {
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
  background-color: var(--background);
}

.product .box-ratio {
  background-color: var(--background);
}

.box-ratio img {
  background-color: var(--background);
  width: 100%;
}

.first {
  clear: left;
}

.hide,
.visually-hidden {
  display: none !important;
}
.v-align-middle {
  vertical-align: middle;
}
.global__featured-product h1 {  display: none; }

/* NO JS Helpers
================================================== */
.no-js [data-aos^=fade][data-aos^=fade],
.no-js .lazyload-fade {
  opacity: 1 !important;
}

.no-js [data-aos^=fade][data-aos^=fade] {
  transform: unset;
}

.no-js [data-aos] {
  pointer-events: unset !important;
}

.no-js .product-main-image img.lazyload,
.no-js #slider .carousel-cell {
 opacity: 1 !important;
 visibility: visible;
}

.no-js #slider .carousel-cell img {
  margin-bottom: 20px;
}

.no-js .box-ratio,
.no-js .loading-wrapper,
.no-js .product-listing__quickview-trigger,
.no-js #full-width-filter,
.no-js .thumbnail-slider .lazyload,
.no-js .related-products img.lazyload,
.no-js .product-thumbnails .lazyload,
.no-js .zoom_btn,
.no-js .product-blocks__block .swatch,
.no-js #HeaderCountryForm,
.no-js #HeaderLanguageForm,
.no-js #FooterCountryForm,
.no-js #FooterLanguageForm,
.no-js .no-js-hidden {
  display: none !important;
}

.no-js .vantage-accordion .product-accordion-content,
.no-js .product-blocks__block .select,
.no-js .product-blocks__block .select select {
  display: block !important;
}

/* No Js Cart */
.cart-type--no_js_cart .ajax-cart__item-remove--no-js,
.no-js .ajax-cart__item-remove--no-js {
  display: block !important;
  position: absolute;
  top: 10px;
  right: 10px;
}

.cart-type--no_js_cart .or-divider,
.no-js .or-divider,
.cart-type--no_js_cart .ajax-cart__buttons-additional,
.no-js .ajax-cart__buttons-additional,
.cart-type--no_js_cart  .ajax-cart__item-remove--js,
.no-js .ajax-cart__item-remove--js,
.cart-type--no_js_cart  .ajax-cart__estimate-shipping--wrapper,
.no-js .ajax-cart__estimate-shipping--wrapper {
  display: none;
}
.cart-type--no_js_cart .ajax-cart__qty-control--down,
.cart-type--no_js_cart .ajax-cart__qty-control--up,
.no-js .ajax-cart__qty-control--down,
.no-js .ajax-cart__qty-control--up {
  display: none;
}
.cart-type--no_js_cart .ajax-cart__item-quantity,
.no-js .ajax-cart__item-quantity {
  text-align: center !important;
}
.cart-type--no_js_cart .ajax-cart__qty-input--no-js,
.no-js .ajax-cart__qty-input--no-js {
  max-width: 90px;
  margin: 0;
}
.cart-type--no_js_cart .ajax-cart__item-update--no-js,
.no-js .ajax-cart__item-update--no-js {
  display: block !important;
  margin-top: 8px !important;
  text-decoration: underline;
  font-size: 13px;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
.no-js .ajax-cart__accordion--shipping-calc {
  display: none;
}
.cart-type--no_js_cart .ajax-cart__form-wrapper--nojs,
.no-js .ajax-cart__accordion .accordion-content {
  display: block !important;
}
.no-js .loading-wrapper,
.cart-type--no_js_cart .loading-wrapper {
  display: none;
}


/* #Base Styles
================================================== */

body {
  background: var(--background);
  font-family:var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  font-size: var(--font-size);
  line-height: 1.5;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  letter-spacing: var(--main-spacing);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1.5s; /* don't forget to set a duration! */
}

p, .p {
  font-family:var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  font-size: var(--font-size);
  letter-spacing: var(--main-spacing);
}

/* #Typography
================================================== */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5 .h5 {
  font-family: var(--heading-family);
  font-weight: var(--heading-weight);
  font-style: var(--heading-style);
  letter-spacing: var(--heading-spacing);
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
}

h1 a, h2 a, h3 a, h4 a, h5 a { font-weight: inherit; }
h1, .h1 {
  font-size: var(--h1-size);
}
h2, .h2 {
  font-size: var(--h2-size);
}
h3, .h3 {
  font-size: var(--h3-size);
}
h4, .h4 {
  font-size: calc(var(--font-size) + 2px);
}

h5, .h5 {
  font-size: calc(var(--font-size) + 1px);
}

.theme-features__section-titles--top-and-bottom-full .section-title {
  border-top: var(--heading-border-weight) solid var(--dotted-color);
  border-bottom: var(--heading-border-weight) solid var(--dotted-color);
  padding-top: 10px;
}

.theme-features__section-titles--bottom-only-full .section-title {
  border-bottom: var(--heading-border-weight) solid var(--dotted-color);
}
.section-title {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}

.theme-features__section-titles--bottom-only-short .section-title:after {
  content: "";
  width: 100px;
  margin-left: -50px;
  left: 50%;
  bottom: 3px;
  position: absolute;
  border-bottom: var(--heading-border-weight) solid var(--dotted-color);
}

p {
  font-size: var(--font-size);
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

pre {
  font-family:var(--main-family);
  font-style: var(--main-style);
  font-size: 13px;
  font-weight: bold;
}

center {
  text-align: center;
}

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

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

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

a {
  text-decoration: none;
  color: var(--text-color);
  outline: 0;
  -webkit-transition:color .2s ease-in;
  -moz-transition:color .2s ease-in;
  -o-transition:color .2s ease-in;
  transition:color .2s ease-in;
}

a:visited {
  color:var(--text-color);
}

a:focus {
  outline: var(--keyboard-focus) var(--focus-border-style) var(--focus-border-weight) !important;
  outline-offset: calc(var(--focus-border-weight) * -1.2) !important;
}

:focus {
  outline: var(--keyboard-focus) var(--focus-border-style) var(--focus-border-weight) !important;
  outline-offset: calc(var(--focus-border-weight) * -1.2) !important;
}

.rte:not(.excerpt) a {
  text-decoration: underline !important;
}

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt {
  font-weight: bold;
}

ol {
  padding: 0;
  margin-left: 0;
  margin-bottom: 20px;
  text-indent: 0;
  list-style-position: inside;
}

ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style:disc inside;
}

blockquote {
  font-family: var(--main-family);
  font-weight: var(--main-weight);
  font-size:18px;
  line-height: 24px;
  font-style:italic;
  padding-left:35px;
  color: #999;
  margin: 20px 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  text-align: center;
}

.mb0 {
  margin-bottom: 0;
}

.js-modal-close,
.js-modal-close:hover,
.js-modal-open:hover,
.js-slideout-close,
.js-slideout-close:hover,
.js-slideout-open, .js-slideout-open:hover,
#header-wrapper #search-box button:hover,
button.dropdown-arrow:hover,
button.js-accordion-header {
  background-color: unset !important;
}

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

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.visually-hidden--static {
  position: static !important;
}

.hr-or {
  border: none;
  border-top: 1px solid var(--dotted-color);
  width: 14.375rem;
  margin: 1.5625rem auto;
  overflow: visible;
  margin: 16px 0;
  width: 100%;
}

.hr-or:after {
  content: attr(data-content);
  position: relative;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  font-weight: 500;
  background-color: var(--background);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .2px;
  text-align: center;
  display: inline-block;
}

/* #Tables
================================================= */
table {
  width: 100%;
  border-collapse: collapse;
}

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  background: var(--button-color);
  border: none;
  width: auto;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-family: var(--main-family)! important;
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  font-size: var(--font-size);
  letter-spacing: var(--button-spacing);
  font-stretch: normal;
  text-align: center;
  text-decoration: none;
  color: var(--button-text);
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  -webkit-appearance: none;
  cursor: pointer;
}

.theme-features__button-shape--rounded .button,
.theme-features__button-shape--rounded button,
.theme-features__button-shape--rounded input[type="submit"],
.theme-features__button-shape--rounded input[type="reset"],
.theme-features__button-shape--rounded input[type="button"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.theme-features__button-shape--squared .button,
.theme-features__button-shape--squared button,
.theme-features__button-shape--squared input[type="submit"],
.theme-features__button-shape--squared input[type="reset"],
.theme-features__button-shape--squared input[type="button"] {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.theme-features__button-shape--pill .button,
.theme-features__button-shape--pill button,
.theme-features__button-shape--pill input[type="submit"],
.theme-features__button-shape--pill input[type="reset"],
.theme-features__button-shape--pill input[type="button"] {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}


button.button-as-link,
a.button-as-link,
input.button-as-link {
  border: none;
  background: none;
  color: var(--text-color);
  text-decoration: underline;
  line-height: var(--font-size);
  font-size: var(--font-size);
  letter-spacing: var(--main-spacing);
  font-weight: normal;
  text-transform: none;
  height: auto;
  display: inline-block;
  width: auto;
  margin: 0 !important;
  padding: 0;
}
button.button-as-link:hover,
a.button-as-link:hover,
input.button-as-link:hover {
  background: none !important;
  color: var(--text-color);
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

/* Fix for odd Mozilla border &amp; padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: var(--button-hover);
}

a.button:visited {
  color: var(--button-text);
  background: var(--button-color);
}

.button.secondary-button,
button.secondary-button,
a.secondary-button,
input[type="submit"].secondary-button,
input[type="reset"].secondary-button,
input[type="button"].secondary-button {
  background: var(--secondary-button-color);
  color: var(--secondary-button-text);
}

.button.secondary-button:hover,
button.secondary-button:hover,
a.secondary-button:hover,
input[type="submit"].secondary-button:hover,
input[type="reset"].secondary-button:hover,
input[type="button"].secondary-button:hover {
  background: var(--secondary-button-hover);
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}

.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mt10 {
  margin-top: 10px;
}
.pt10 {
  padding-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.mt20 {
  margin-top: 20px;
}
.pt20 {
  padding-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.mt30 {
  margin-top: 30px;
}
.pt30 {
  padding-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt40 {
  padding-top: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.mt50 {
  margin-top: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt60 {
  margin-top: 60px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.block-100 {
  display: block !important;
  width: 100% !important;
}
/* Grid Images */
.collection-image .box-ratio,
.prod-image .reveal .box-ratio,
.product-index .ci  {
  position: relative;
}
.product-index .ci.onboard {
  padding-bottom: 0 !important;
}

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

fieldset {
  margin-bottom: 20px;
}

select {
  font-stretch: normal;
  font-style: normal;
  color: var(--text-color);
  letter-spacing: var(--main-spacing);
  background: var(--select-arrow-bg) right no-repeat;
  background-color: var(--background);
  display: inline-block;
  vertical-align: middle;
  border: 1px solid var(--dotted-color);
  float: left;
  height: 40px;
  list-style: 40px;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.theme-features__button-shape--squared select:not(.localization-selector),
.theme-features__button-shape--squared select:not(.localization-selector),
.theme-features__button-shape--squared select:not(.localization-selector),
.theme-features__button-shape--squared select:not(.localization-selector),
.theme-features__button-shape--squared select:not(.localization-selector),
.theme-features__button-shape--squared select:not(.localization-selector) {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.theme-features__button-shape--rounded select:not(.localization-selector),
.theme-features__button-shape--rounded select:not(.localization-selector),
.theme-features__button-shape--rounded select:not(.localization-selector),
.theme-features__button-shape--rounded select:not(.localization-selector),
.theme-features__button-shape--rounded select:not(.localization-selector),
.theme-features__button-shape--rounded select:not(.localization-selector) {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.theme-features__button-shape--pill select:not(.localization-selector),
.theme-features__button-shape--pill select:not(.localization-selector),
.theme-features__button-shape--pill select:not(.localization-selector),
.theme-features__button-shape--pill select:not(.localization-selector),
.theme-features__button-shape--pill select:not(.localization-selector),
.theme-features__button-shape--pill select:not(.localization-selector) {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

label,
legend {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

input[type="checkbox"] {
  display: inline;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #aaa;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #aaa;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
  width: 100%;
  background: transparent;
  border: 1px solid var(--dotted-color);
  padding: 0 16px;
  margin: 0 0 15px;
  height: 50px;
  max-width: 100%;
  outline: none;
  font-family:var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  color: var(--text-color);
  letter-spacing: var(--main-spacing);
}

.theme-features__button-shape--rounded input[type=text],
.theme-features__button-shape--rounded input[type=password],
.theme-features__button-shape--rounded input[type=email],
.theme-features__button-shape--rounded input[type=url],
.theme-features__button-shape--rounded input[type=number],
.theme-features__button-shape--rounded textarea {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.theme-features__button-shape--squared input[type=text],
.theme-features__button-shape--squared input[type=password],
.theme-features__button-shape--squared input[type=email],
.theme-features__button-shape--squared input[type=url],
.theme-features__button-shape--squared input[type=number],
.theme-features__button-shape--squared textarea {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.theme-features__button-shape--pill input[type=text],
.theme-features__button-shape--pill input[type=password],
.theme-features__button-shape--pill input[type=email],
.theme-features__button-shape--pill input[type=url],
.theme-features__button-shape--pill input[type=number],
.theme-features__button-shape--pill textarea {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: var(--text-color);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2);
}

textarea {
  min-height: 60px;
  min-width: 300px;
  max-width: 100%;
  width: 100%;
  background: transparent;
  border: 1px solid var(--dotted-color);
  height: 200px;
  margin: 0px;
  margin-bottom: 20px;
  padding: 16px;
  outline: none;
  font-family:var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  color: var(--text-color);
  letter-spacing: var(--main-spacing);
}

.shopify-challenge__container {
  margin-bottom: 60px;
}

/* #Content
================================================== */

.main__section {
  margin-top: 20px;
}

/* #Index.liquid
================================================== */
.global__section {
  margin-top: calc(var(--section-padding) / 2);
  padding-bottom: calc(var(--section-padding) / 2);
}

.global__section.padding-top {
  margin-top: 0;
  padding-top: calc(var(--section-padding) / 2);
}

.index_slider img {
  max-height: 1280px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  width: 100%;
}

/* ----- Image gallery section ---- */

@media screen and (min-width: 741px) {
  .gallery__container {
    margin: 0 auto;
    padding-left: 1.04166667%;
    padding-right: 1.04166667%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
  }
}

.gallery__container.edge {
  padding-left: 0;
  padding-right: 0;
}

.gallery-block .image__container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0;
}

.gallery-block .image__container .promo-inner {
  position: relative;
}

.gallery-block .image__container .promo-inner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content:"";
  background: rgba(var(--section-overlay-color),var(--section-overlay-opacity));
  pointer-events: none;
  z-index: 1;
}

.gallery-block .image__container img {
  position: relative;
  display: block;
  width: 100%;
  max-height: 1280px;
  transition: opacity .25s ease-in-out;
 -moz-transition: opacity .25s ease-in-out;
 -webkit-transition: opacity .25s ease-in-out;
}

.gallery-block .image__container .caption {
  padding: 20px;
  z-index: 2;
  width: fit-content;
  position: absolute;
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.gallery-block .image__container .caption.centered {
  text-align: center;
  max-width: 80%;
}

.gallery-block .image__container .caption::before,
.gallery-block .image__container .caption::after {
  pointer-events: none;
}

.gallery-block .image__container .caption h3,
.gallery-block .image__container .caption p,
.gallery-block .image__container .caption .rte a {
  color: var(--text-color);
  margin: 0;
}
.gallery-block .image__container .caption .gallery__btn-wrapper a {
  background: var(--button-color);
  color: var(--button-text);
  padding: 15px 20px;
  letter-spacing: var(--button-spacing);
  display: inline-block;
  -webkit-transition: background .3s ease,color .3s ease;
  -moz-transition: background .3s ease,color .3s ease;
  -o-transition: background .3s ease,color .3s ease;
  transition: background .3s ease,color .3s ease;
}

.gallery-block .image__container .caption img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.gallery-block .image__container .gallery__btn-wrapper {
  display: inline-block;
}

.theme-features__button-shape--rounded .gallery-block .image__container .gallery__btn-wrapper a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.theme-features__button-shape--squared .gallery-block .image__container .gallery__btn-wrapper a {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.theme-features__button-shape--pill .gallery-block .image__container .gallery__btn-wrapper a {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}


ul.article-loop {
    list-style: none;
    margin: 0;
    clear: left;
    display: block;
}

.rich__text-content {
    text-align: center;
    margin-top: 10px;
}

.text_section {
  padding: 0 40px;
}

.text-with-image {
  line-height: 0;
}

.text-with-image .rte {
  line-height: 1.6em;
}

.text-with-image h2 {
  text-align: left;
}

/* ---- Editorial section ---- */

.editorial__section-block .box-ratio,
.editorial__section-block img,
.editorial__section-block .onboard {
  margin-bottom: 15px;
}

.editorial--columns .editorial__block-image.is--fixed .box-ratio {
  padding-bottom: var(--desktop-section-height) !important;
}
.editorial--columns .editorial__block-image.is--fixed img {
  height: var(--desktop-section-height) !important;
  object-fit: cover;
}
.editorial--columns .editorial__block-image.is--fixed .placeholder-image {
  height: var(--desktop-section-height);
  display: flex;
  align-items: center;
  justify-content: center;
}
.editorial--columns .editorial__block-image.is--fixed .placeholder-image svg {
  height: 100%;
}
@media screen and (max-width: 740px) {
  .editorial--columns .editorial__block-image.is--fixed .box-ratio {
    padding-bottom: var(--mobile-section-height) !important;
  }
  .editorial--columns .editorial__block-image.is--fixed img {
    height: var(--mobile-section-height) !important;
    object-fit: cover;
  }
  .editorial--columns .editorial__block-image.is--fixed .placeholder-image {
    height: var(--mobile-section-height);
  }
}

/* ---- Collection page sidebar ---- */

@media screen and (max-width: 980px) {
  .collection__page-sidebar {
    display: none;
  }
  .collection__page-sidebar.open {
    display: block;
  }
  .collection__page-sidebar ul li {
    padding: 5px 0;
  }
}

.collection__sidebar-block {
    margin-bottom: 30px;
}

.collection__page-sidebar h4 {
  border-bottom: 1px solid var(--dotted-color);
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.collection__page-sidebar ul {
  list-style-type: none;
  margin-bottom: 20px;
}

.collection__page-sidebar .accordion-content,
.collection__page-sidebar .accordion-content2 {
  margin-bottom: 20px;
  padding-left: 5px;
}

.collection__page-sidebar .accordion-toggle,
.collection__page-sidebar .accordion-toggle2 {
  padding-right: 25px;
}

.collection__page-sidebar .image_container {
    margin-bottom: 15px;
}

.collection__page-sidebar .textnote_container {
    margin-bottom: 15px;
}

.collection__page-sidebar .image_container a:hover {
    border-bottom: 0;
}

#collection-sidebar .sidebar-filter label {
  padding: unset;
  font-weight: normal;
  display: inline-block;
}

.sidebar-filter.filter--regular ul {
  max-height: 200px;
  overflow: auto;
}

.sidebar-filter ul li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.sidebar-filter ul li.disabled &gt; a {
  pointer-events: none;
  text-decoration: none;
}

.sidebar-filter input[type="checkbox"] {
  display: none;
}

.sidebar-filter.filter--regular ul li,
.sidebar-filter.filter--color ul li,
.collection__page-sort ul li {
  display: inline-block;
  padding-top: 4px;
  margin-bottom: 4px;
  width: 100%;
}

ul.filter-list.collection__filters--filter-list.filter--regular li a:hover::before {
  border: 1px solid var(--text-color);
}

ul.filter-list.collection__filters--filter-list.filter--regular li.current a:before {
  color: var(--text-color);
}

@media screen and (min-width: 741px) {
  .sidebar-filter.filter--color {
      max-width: 245px;
  }
}

.sidebar-filter.filter--color ul {
  display: flex;
  flex-wrap: wrap;
}

.sidebar-filter.filter--color .color-filter {
  min-width: var(--color-filter-size, 34px) !important;
  width: var(--color-filter-size, 34px) !important;
  height: var(--color-filter-size, 34px) !important;
  line-height: calc(var(--color-filter-size, 34px) - 2px) !important;
  vertical-align: middle;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 1px var(--dotted-color, #d6d6d6);
  display: inline-block;
  margin: 0 10px 0 3px;
  line-height: initial;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.sidebar-filter.filter--color .color-filter.color-filter--rounded {
  border-radius: 50%;
}

.sidebar-filter.filter--color li a:hover .color-filter,
.sidebar-filter.filter--color .color-filter.current {
  box-shadow: 0px 0px 0px 1px var(--text-color, #000000);
}

.sidebar-filter.filter--color label {
    margin-bottom: 10px;
}

.sidebar-filter.filter--size ul li {
    display: inline-block;
    margin: 0 8px 8px 0;
}

.sidebar-filter.filter--size ul li a {
    padding: 6px 8px;
    min-width: 50px;
    border: 1px solid var(--dotted-color);
    display: block;
    text-align: center;
    text-transform: capitalize;
}

.sidebar-filter.filter--size ul li a:hover {
    border-color: var(--color);
}

.sidebar-filter.filter--size ul li.current a {
    border-color: var(--color);
}

.sidebar-filter.filter--size ul li.current a:before {
    content:"";
    display: none;
}

span.filter__count {
    font-size: 75%;
}

.filter--regular .checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}
.filter--regular .checkbox-wrapper input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filter--regular .checkbox-indicator {
  font-family: arial;
  position: absolute;
  top: 8px;
  left: 0;
  height: 15px;
  width: 15px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 0px;
}
.filter--regular .checkbox-wrapper:hover input ~ .checkbox-indicator,
.filter--regular .checkbox-wrapper input:focus ~ .checkbox-indicator {
  background: #ffffff;
}

.filter--regular .checkbox-wrapper input:checked ~ .checkbox-indicator {
  background: #ffffff;
}
.filter--regular .checkbox-wrapper:hover input:not([disabled]):checked ~ .checkbox-indicator,
.filter--regular .checkbox-wrapper input:checked:focus ~ .checkbox-indicator {
  background: #ffffff;
}
.filter--regular .checkbox-wrapper input:disabled ~ .js-hz-filter-label {
  opacity: 0.7;
  pointer-events: none;
}
.filter--regular .checkbox-indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.filter--regular .checkbox-wrapper input:checked ~ .checkbox-indicator:after {
  display: block;
}
.filter--regular .checkbox-wrapper .checkbox-indicator:after {
  left: 4px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: 1px;
}
.filter--regular .checkbox-wrapper input:disabled ~ .checkbox-indicator:after {
  border-color: #7b7b7b;
}

/* Filter by Price */
.filter--price-range {
  margin-bottom: 20px;
}

.filter--price-range .filter-range__field {
  display: inline-block;
  width: auto;
}

/* Price Range Slider  */
.filter-range__slider--input {
  position: absolute;
  left: 0;
  bottom: 0;
}
.filter-range__slider--wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px 0 20px 0;
}
.filter--price-range .filter-range__field__input {
  border: 1px solid var(--dotted-color);
  text-align: left;
  -moz-appearance: textfield;
  width: auto !important;
  min-width: 80px;
}
.filter-range__field__input::-webkit-outer-spin-button,
.filter-range__field__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.filter-range__field__input:invalid,
.filter-range__field__input:out-of-range {
  border: 2px solid var(--error-msg-dark);
}
.filter-range__slider--input {
  -webkit-appearance: none;
  width: 100%;
}
.filter-range__slider--input:focus {
  outline: none;
}
.filter-range__slider--input:focus::-webkit-slider-runnable-track {
  background: var(--text-color);
}
.filter-range__slider--input:focus::-ms-fill-lower {
  background: var(--text-color);
}
.filter-range__slider--input:focus::-ms-fill-upper {
  background: var(--text-color);
}

.filter-range__slider--input::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: var(--text-color);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.filter-range__slider--input::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid var(--text-color);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--background);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
.filter-range__slider--input::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: var(--text-color);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.filter-range__slider--input::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid var(--text-color);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--background);
  cursor: pointer;
}
.filter-range__slider--input::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.filter-range__slider--input::-ms-fill-lower,
.filter-range__slider--input::-ms-fill-upper {
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.filter-range__slider--input::-ms-fill-upper {
  background: var(--text-color);
}
.filter-range__slider--input::-ms-fill-lower {
  background: #eee;
}
.filter-range__slider--input::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid var(--text-color);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--background);
  cursor: pointer;
}

@-moz-document url-prefix() {
  .filter-range__slider--input {
    position: relative;
  }
  .filter-range__slider--input,
  .filter-range__field {
    display: inline-block;
    width: 47%;
  }
  .filter-range__field__input {
    width: 80% !important;
  }
  .filter-range__field__currency {
    display: inline-block;
    width: 10%;
  }
}

/* Current Filters Applied */
ul.current_tags {
  margin-bottom: 20px;
}

ul.current_tags li {
  margin: 0 5px 5px 0;
  display: inline-block;
}

ul.current_tags li.current_tag a {
    background: #f5f5f5;
    padding: 10px 25px 10px 8px;
    color: var(--text-color);
    display: block;
    position: relative;
}

ul.current_tags li.current_tag a:after {
    content: "x";
    position: absolute;
    right: 10px;
    font-size: 14px;
}

ul.current_tags li a.clear-tags {
    text-decoration: underline;
}

/* ---- Collection horizontal toolbar ---- */
form.collection__filtering {
  position: relative;
  width: 220px;
  display: inline-block;
  height: 44px;
}
@media screen and (max-width: 980px) {
  form.collection__filtering {
    width: 100%;
    display: block;
  }
}

.collection__page-sort {
  margin-bottom: 20px;
}
.collection__page-sort li {
  cursor: pointer;
}
/* Price Range */
.filter-price__trigger {
  text-transform: uppercase;
  font-weight: 600;
  height: 44px;
  font-size: var(--font-size);
  background-color: var(--background);
  color: var(--text-color);
  border: 1px solid var(--dotted-color);
  transition: .3s ease-in-out;
  text-align: left;
  margin-bottom: 0!important;
  position: relative;
  width: 220px;
  display: inline-block;
  line-height: 44px;
  padding-left: 16px;
  border-radius: unset !important;
}

@media screen and (max-width: 980px) {
  .filter-price__trigger {
    width: 100%;
    display: block;
  }
}


select.styled-select {
  display: inline-block;
  width: initial;
  min-width: 160px;
  vertical-align: middle;
  border: 1px solid var(--dotted-color);
  float: left;
  background: var(--select-arrow-bg) right no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#collection-loop {
  margin-top: 30px;
}

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

.collection-index.collection__style--overlay_button,
.collection-index.collection__style--overlay {
  display: grid;
}

.collection-banner img {
  width: 100%;
  max-height: 1080px;
}

.collection-image {
  position: relative;
}

.collection-image .box-ratio svg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.collection__style--below .collection-image {
  margin-bottom: 10px;
}

.collection__style--below .collection__title {
  margin-bottom: 20px;
}

.collection__style--overlay .collection-image,
.collection__style--overlay .collection__title,
.collection__style--overlay_button .collection-image,
.collection__style--overlay_button .collection__title {
  grid-area: 1/1;
}

.collection__style--overlay .collection__title,
.collection__style--overlay_button .collection__title {
  margin: 0;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.collection__style--overlay_button .collection__title {
  display: flex;
  align-self: center;
  justify-self: center;
}

.collection__style--overlay .collection__title:before {
  position: absolute;
  content: "";
  top: -50px;
  right: -100px;
  bottom: -50px;
  left: -100px;
  background: radial-gradient(rgb(0 0 0 / 15%), transparent 70%);
  z-index: -1;
}

.collection__style--overlay .collection__title a,
.collection__style--overlay_button .collection__title a {
  display: flex;
  align-self: center;
}

.collection__style--overlay .collection__title a {
  color: var(--banner-title);
  font-weight: bold;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#CollectionProductGrid h1 {
  text-align: center;
  font-size: var(--h2-size);
  margin-bottom: 40px;
}
#CollectionProductGrid .rte {
    margin-bottom: 40px;
}

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

.collection__list--description.grid__wrapper {
  margin-bottom: 40px;text-align: center;
}

.lower-collection-description {
    margin-top: 50px;
}

#collections h3 {
  border-bottom: 1px solid var(--dotted-color);
  padding-bottom: 5px;
}

ul#links {
  margin-bottom: 10px;
}

ul#links li {
  list-style-type: none;
  padding: 2px 0;
  display: block;
}

ul#links li a:hover{
  text-decoration: none;
}

ul#links li.active a {
  text-decoration: underline;
}

ul#links li a.current {
  text-decoration: underline;
}

#collection-sidebar {
  clear: left;
  position: relative;
  padding: 0 30px;
}

@media only screen and (max-width: 1023px) {
  .col-with-sidebar {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #dropdown {
    display: none;
  }
}

#dropdown {
  margin-bottom: 20px;
  float: left;
  margin-top: -10px;
  border: 1px solid var(--dotted-color);
  padding: 10px;
}

#collection-sidebar h4 {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#collection-sidebar .c-accordion__header h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}

#collection-sidebar h1 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--dotted-color);
  margin-bottom: 20px;
}

#collection-sidebar ul.sub {
  margin-left: 10px;
}

#collection-sidebar .accordion-content,
#collection-sidebar .accordion-content2 {
  margin-bottom: 20px;
  padding-left: 5px;
}
.collection-description {
  margin-bottom: 10px;
}

.subcollection__grid {
  margin-bottom: 50px;
}

@media screen and (min-width: 741px) {
  .subcollection__grid {
    display: flex;
    justify-content: space-between;
  }
  .subcollection__grid .collection-index {
      flex: 1;
      max-width: 25%;
  }
}



.sidebar-image {
    margin: 10px 0;
}

#collection-sidebar .accordion-toggle:after, #collection-sidebar .accordion-toggle2:after {
    position: absolute;
    right: 0;
    padding-right: 0;
    background: var(--background);
    width: 15px;
}

.show {
  display: none;
}

.slideout__trigger-collection-sidebar .icn-close:after,
.slideout__trigger-collection-sidebar .icn-close:before {
  border-color: var(--text-color) !important;
}

.collection__topbar-controls li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.collection__topbar-controls li button {
  padding: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dotted-color);
}
.collection__topbar-controls li button.slideout__trigger-collection-sidebar svg {
    margin-right: 5px;
}
@media (max-width: 739px) {
  .collection__topbar-controls {
    display: flex !important;
    flex-direction: row !important;
  }
}
.collection__topbar-controls li.active button,
.collection__topbar-controls li button:hover {
  background: var(--background);
}
[data-grid-type~="list"] .product-index,
[data-grid-type~="list"] .search-article,
[data-grid-type~="list"] .search-page {
  width: 100%;
  border-bottom: 1px solid var(--dotted-color);
  padding-bottom: 24px;
  grid-column: auto/span 6 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}
[data-grid-type~="list"] .product-index .product-index-inner,
[data-grid-type~="list"] .search-article .prod-image,
[data-grid-type~="list"] .search-page .prod-image {
  width: 35%;
}
[data-grid-type~="list"] .product-index .product-info,
[data-grid-type~="list"] .search-article .product-info,
[data-grid-type~="list"] .search-page .product-info {
  width: 65%;
}
[data-grid-type~="list"] .product-index .product-info .product-info-inner,
[data-grid-type~="list"] .search-article .product-info,
[data-grid-type~="list"] .search-page .product-info {
  padding-left: 40px;
}

@media screen and (max-width: 740px) {
  [data-grid-type~="list"] .product-index,
  [data-grid-type~="list"] .search-article,
  [data-grid-type~="list"] .search-page {
    grid-column: auto/span 12 !important;
  }
  [data-grid-type~="list"] .product-index .product-index-inner,
  [data-grid-type~="list"] .search-article .prod-image,
  [data-grid-type~="list"] .search-page .prod-image {
    width: 40%;
  }
  [data-grid-type~="list"] .product-index .product-info,
  [data-grid-type~="list"] .search-article .product-info,
  [data-grid-type~="list"] .search-page .product-info {
    width: 60%;
  }
}

.chosen-value::placeholder {
  color: var(--text-color) !important;
  opacity: 1 !important;
}

ul.theme-sort {
  display: inline-block;
  float: right;
}
.clearfix.filter {
  display: inline-block;
  border: 0;
}

select.styled-select {
  font-style: normal;
  line-height: 30px;
  color: var(--text-color);
  background: var(--select-arrow-bg) right no-repeat;
  background-color: var(--background);
  display: inline-block;
  width: 100%;
  min-width: 160px;
  vertical-align: middle;
  border: 1px solid var(--dotted-color);
  margin-bottom: 10px;
  height: 30px;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

.slideout__trigger-collection-sidebar.js-slideout-close {
  padding: 20px 30px !important;
}

#collection-sidebar ul.sortme {
  margin-bottom: 0;
}
#collection-sidebar ul.sortme li p {
    font-weight: bold;
}
#collection-sidebar .filter-wrapper {
  border-bottom: 1px solid var(--dotted-color);
}
#collection-sidebar label {
  padding: 15px 0;
  margin-bottom: 0;
  position: relative;
}

#collection-sidebar .main-label {
    cursor: pointer;
}

#collection-sidebar ul {
  list-style-type: none;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

#collection-sidebar ul li {
  position: relative;
}

#collection-sidebar label svg {
  transform: rotate(-90deg);
  position: absolute;
  right: 0px;
  top: 40%;
}

#collection-sidebar ul.current_tags li.current_tag a {
    background: #eee;
    padding: 10px 8px;
    color: var(--text-color);
}

#collection-sidebar ul.current_tags li.current_tag a:after {
    content: "x";
    position: absolute;
    right: 10px;
    font-size: 14px;
}

#collection-sidebar ul.styled-select.coll-filter li a {
    padding-left: 20px;
}

#collection-sidebar ul.styled-select.coll-filter li a:before {
    content: "";
    height: 11px;
    width: 11px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
}

#collection-sidebar ul li &gt; svg {
  top: 2px;
  left: 1px;
  position: absolute;
}

#collection-sidebar ul.styled-select {
  margin-top: 10px;
}

/* Sidebar filter by color */
#collection-sidebar ul.styled-select.filter--color {
  display: flex;
  flex-wrap: wrap;
}

#collection-sidebar ul.styled-select.filter--color .color-filter {
  min-width: var(--color-filter-size, 34px) !important;
  width: var(--color-filter-size, 34px) !important;
  height: var(--color-filter-size, 34px) !important;
  line-height: calc(var(--color-filter-size, 34px) - 2px) !important;
  vertical-align: middle;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 1px var(--dotted-color, #d6d6d6);
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: initial;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

ul.styled-select.coll-filter.filter--color li {
    margin: 0 5px 5px 0;
}

#collection-sidebar ul.styled-select.filter--color .color-filter:hover {
  box-shadow: 0px 0px 0px 1px var(--text-color, #000000);
}

#collection-sidebar ul.styled-select.filter--color .color-filter.color-filter--rounded {
  border-radius: 50%;
}

#collection-sidebar ul.styled-select.filter--color .color-filter.current {
  box-shadow: 0px 0px 0px 1px var(--text-color, #000000);
}

#collection-sidebar .c-accordion.c-accordion--mobile-nav li:not(.js-accordion-header) {
    border-color: var(--dotted-color) !important;
}

@media screen and (max-width: 740px) {
  div#c-accordion--collect {
    padding: 0 10px;
  }
}


/* Mobile Filters */
.mobile-filter-trigger {
  border: 1px solid #f1f1f1;
  background: white;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  position: relative;
  margin-bottom: 8px;
  height: 38px;
  line-height: 38px;
  padding: 0 6px;
}
.mobile-filter-trigger svg {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 40%;
}
.section-wrapper {
  padding-top: 10px;
  margin-bottom: 10px;
}
.shopify-section:last-child.section-wrapper,
.shopify-section:last-child .section-wrapper {
  margin-bottom: -20x;
}
.product-index {
  position: relative;
  margin-bottom: 40px;
  text-align: var(--grid-text-alignment);
}

.theme-features__grid-text-alignment--left .product-index .price {
  align-items: flex-start !important;
}

.product-index .product-title {
  clear: left;
  display: block;
  margin-bottom: 8px;
  font-size: var(--font-size);
  font-weight: var(--main-weight);
  font-family: var(--main-family);
  letter-spacing: var(--main-spacing);
}
.product-index p.product-vendor,
.product-index .price {
  margin: 0;
}
.img2 {
  display: none;
}
.onsale {
  display: inline-block;
  margin-right: 2px;
  color: var(--sale-color) !important;
}
.was {
  display: inline-block;
  margin-left: 2px;
  text-decoration: line-through;
}
.icn {
  position: absolute;
  top: 10px;
  left: 10px;
  letter-spacing: 1px;
  z-index: 2;
  padding: 3px 6px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  transition: opacity .7s ease;
  opacity: 1;
}
.product-index-inner:hover .icn {
    opacity: 0;
}
.icn.icn--stock-levels,
.sale-item.icn {
  background: var(--sale-color);
  color: #fff;
}
.so.icn {
  background: var(--text-color);
  color: var(--background);
}
.pre-order.icn {
  background: var(--text-color);
  color: var(--background);
}
.new.icn {
  background: var(--background);
  color: var(--text-color);
  border: 1px solid var(--dotted-color);
}
.icn {
  --height: 27px;
}
.icn ~ .icn {
  margin-top: calc(var(--height, 27px) + 10px);
}
.icn ~ .icn ~ .icn {
  margin-top: calc((var(--height, 27px) + 10px) * 2)
}


/* ===============================================
// Reveal module
// =============================================== */
.product-info {
  margin-top: 10px;
}

/* ===============================================
// Reveal module
// =============================================== */
.reveal .hidden {
  display: block !important;
  visibility: visible !important;
}

.product-image:hover .reveal img {
  opacity: 1;
}

.reveal {
  position: relative;
  overflow:hidden;
}

.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
 background:  var(--background);
}

.product-index-inner:hover .reveal .hidden {
  z-index: 1;
  opacity: 1;
}

.reveal .hidden img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .7s ease;
  transition: -webkit-transform .7s ease;
  transition: transform .7s ease;
  transition: transform .7s ease;
  -webkit-transform .7s ease;
}

.product-index-inner:hover .reveal .hidden img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*square*/
.theme-features__image-ratio--square .prod-image .reveal .box-ratio,
.theme-features__image-ratio--square .product-index .ci,
.collection-image.collection__image-ratio--square .box-ratio {
  padding-bottom: 100% !important;
}
.theme-features__image-ratio--square .product-index .ci {
  padding-bottom: 100% !important;
  overflow: hidden;
}
.reveal .box-ratio svg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.theme-features__image-ratio--square .prod-image .reveal .box-ratio img,
.theme-features__image-ratio--square .product-index .ci img.product__img,
.collection-image.collection__image-ratio--square .box-ratio img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.theme-features__image-ratio--square .product-index .ci img {
  width: 100%;
}

/*vertical*/
.theme-features__image-ratio--vertical .prod-image .reveal .box-ratio,
.collection-image.collection__image-ratio--vertical .box-ratio {
  padding-bottom: 140% !important;
}
.theme-features__image-ratio--vertical .product-index .ci {
  padding-bottom: 140% !important;
  overflow: hidden;
}
.theme-features__image-ratio--vertical .prod-image .reveal .box-ratio img,
.theme-features__image-ratio--vertical .product-index .ci img.product__img,
.collection-image.collection__image-ratio--vertical .box-ratio img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*horizontal*/
.theme-features__image-ratio--horizontal .prod-image .reveal .box-ratio,
.collection-image.collection__image-ratio--horizontal .box-ratio {
  padding-bottom: 71.4% !important;
}
.theme-features__image-ratio--horizontal .product-index .ci {
  padding-bottom: 71.4% !important;
  overflow: hidden;
}
.theme-features__image-ratio--horizontal .prod-image .reveal .box-ratio img,
.theme-features__image-ratio--horizontal .product-index .ci img.product__img,
.collection-image.collection__image-ratio--horizontal .box-ratio img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ================ */
/* = Product page = */
/* ================ */
#product-images {
  position: relative;
  padding: 20px;
  padding-top: 0;
}

.product .product-page {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

div#main-image-gallery {
  min-height: 400px;
}
.product__section-images {
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 3s; /* don't forget to set a duration! */
}

@media screen and ( max-width: 740px ) {
  #product-images { padding: 0! important; }
  .product .product-page {
    padding-top: 0;
  }
}

#product-description {
  position: relative;
  margin-top: 0px;
}

#split-description {
  margin-top: 10px;
  margin-bottom: 30px;
}

#split-description h4.header {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--dotted-color);
}

#product-description label {
  float: left;
  margin-right: 10px;
}

#product-price {
  font-size: var(--font-size-large);
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
}
input.AddtoCart,
.shopify-payment-button__button--unbranded {
  display: block !important;
  width: auto !important;
  padding: 0 40px !important;
  width: 310px !important;
}
.product .shopify-payment-button,
.product-quick-view .shopify-payment-button,
.global__featured-product .product-quick-view .shopify-payment-button {
  width: 310px !important;
  display: block !important;
}
.product-recommendations__wrapper .product-details {
  margin-top: 10px;
}
.product-recommendations__wrapper p.product__title,
.product-recommendations__wrapper p.product__price {
  margin: 0;
}
span.compare-price {
  text-decoration: line-through;
  margin-left: 10px;
}

.product-page .product-qty {
  border: none;
  width: 30px !important;
  color: var(--text-color);
  height: 40px;
  line-height: 40px;
}
.product-page .quantity-control-down,
.product-page .quantity-control-up {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 20px;
  color: var(--text-color);
  cursor: pointer;
  padding: unset;
  background: unset;
}
.product-page .quantity-control-down:hover,
.product-page .quantity-control-up:hover {
    background: unset !important;
}

.product-page .quantity-selector {
  width: 100px;
  height: 42px;
  border: 1px solid black;
  color: var(--text-color);
  text-align: center;
}

.theme-features__button-shape--rounded .product-page .quantity-selector {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.theme-features__button-shape--squared .product-page .quantity-selector {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.theme-features__button-shape--pill .product-page .quantity-selector {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.quantity {
  font-weight: bold;
  text-align: center;
  margin: 0 !important;
  width: 70px! important;
  display: inline-block! important;
  padding: 0! important;
  text-indent: 0! important;
}

.up {
  border: 1px solid #f0f0f0;
  padding: 0 8px;
  line-height: 38px;
  min-height: 38px;
  display: inline-block;
  color: var(--text-color);
}

.downer {
  border: 1px solid #f0f0f0;
  padding: 0 8px;
  line-height: 38px;
  min-height: 38px;
  display: inline-block;
  color: var(--text-color);
}

.up:hover,
.downer:hover {
  cursor: pointer;
}

.add {
  line-height: 48px !important;
  min-height: 48px;
  padding: 0 12px !important;
  display: block;
}

.product-add {
  line-height: 38px;
  min-height: 38px;
}
.index .product-add {
  padding: 0;
}
.shopify-payment-button {
  display: block;
}

.shopify-payment-button__button--unbranded {
  font-family: var(--main-family)!important;
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  font-size: var(--font-size);
}
.shopify-payment-button__button--branded, .shopify-payment-button__button--unbranded {
  line-height: 48px !important;
  min-height: 48px! important;
  padding: 0! important;
  margin-bottom: 15px! important;
}

.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded

.theme-features__button-shape--rounded .shopify-payment-button__button--branded,
.theme-features__button-shape--rounded .shopify-payment-button__button--unbranded {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.theme-features__button-shape--squared .shopify-payment-button__button--branded,
.theme-features__button-shape--squared .shopify-payment-button__button--unbranded {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.theme-features__button-shape--pill .shopify-payment-button__button--branded,
.theme-features__button-shape--pill .shopify-payment-button__button--unbranded {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}


.shopify-payment-button__button--hidden {
  display: none !important;
}

.shopify-payment-button__button--unbranded {
    background: var(--button-color)! important;
    color: var(--button-text)! important;
}

button.shopify-payment-button__more-options, button.shopify-payment-button__more-options:hover {
    background: transparent! important;
    color: #000! important;
    padding: 0! important;
}

.product-index-inner {
  position: relative;
}

.quick-shop .desc {
  padding-bottom: 20px;
}

#recent {
  border-top: 1px solid var(--dotted-color);
  padding-top: 10px;
}

.desc {
  clear: left;
  display: block;
  border-bottom: 1px solid var(--dotted-color);
  position: relative;
  border-top: 1px solid var(--dotted-color);
  margin: 10px 0;
  padding: 20px 0 0;
}

.what-is-it {
  margin-bottom: 10px;
}

ul.view-more {
  margin-top: 10px;
  list-style-type: none;
  text-align: left;
}

ul.view-more li.detail-item {
  border-top: none;
}

ul.view-more li.detail-item a {
  font-weight: normal;
  text-decoration: underline;
}

#productnav {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Sub Menu */
.sub-menu ul {
  border: 0;
}

.sub-menu li {
  border: 0;
}

.sub-menu em {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 14px;
  color: #a6a6a6;
  font: normal 10px/32px Arial, sans-serif;
}

/* New Product Quick View Image Gallery */
.product-main-image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.product-main-image img {
  margin: 0 auto;
}

.product-main-image.selected {
  visibility: visible;
}

.product-thumbnail {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  width: 20%;
  cursor: pointer;
}

.product-thumbnails {
  text-align: center;
  margin-top: 20px;
}

/* Product page accordion */
.vantage-accordion {
  list-style: none;
}

.vantage-accordion li &gt; .sub-menu {
  display: none;
}

.vantage-accordion li:target &gt; .sub-menu {
  display: block;
}

.product-details,
.vantage-accordion,
.vantage-accordion ul,
.vantage-accordion li,
.vantage-accordion a,
.vantage-accordion span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  margin-bottom: 0;
}

.product-details li {
  list-style: none;
}

.vantage-accordion &gt; li:last-child {
  border-bottom: 1px solid var(--dotted-color);
}

.vantage-accordion .product-accordion-toggle {
  display: block;
  padding-top: 10px;
  cursor: pointer;
  position: relative;
}

.product-accordion-toggle svg {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  height: 26px;
  line-height: 56px;
}
.product-accordion-toggle svg.closed {
  display: none;
}
.product-accordion-toggle svg.open {
  display: inline-block;
}
.product-accordion-toggle.inactive svg.closed {
  display: inline-block;
}
.product-accordion-toggle.inactive svg.open {
  display: none;
}
.product-details .product-accordion-toggle {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.vantage-accordion .product-accordion-content {
  display: none;
  padding-left: 8px;
  padding-bottom: 10px;
}
.vantage-accordion .product-accordion-content.first {
  display: block;
}
.product-details .product-accordion-content ul li {
  border-top: none;
}
.vantage-accordion .product-accordion-content.default {
  display: block;
}

/* Product Social Share Icons */
#soc {
  padding-top: 8px;
}

#soc span {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
}

#soc .pinterest a {
  display: block;
  margin: 0;
}

/* Product Related Products */
.related-products {
  margin-top: 40px;
}


/*swatches*/
.theme-features__product-variants--swatches .selector-wrapper {
  display: none;
}

.theme-features__product-variants--swatches .single-option-selector {
  opacity: 0;
  display: none;
}

/* drop downs */
.theme-features__product-variants--drop-downs .select {
  display: block !important;
}
.theme-features__product-variants--drop-downs .select label {
  font-weight: normal;
}
.theme-features__product-variants--drop-downs .select select {
  padding: 0;
  margin-bottom: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid black;
  line-height: 35px;
  height: 44px;
  font-size: 90%;
  font-weight: 400;
  padding: 0 10px;
  color: var(--text-color);
  outline: none;
}
.theme-features__product-variants--drop-downs .selector-wrapper .selector-wrapper {
  clear: left;
  margin-top: 10px;
  display: block;
}
.theme-features__product-variants--drop-downs .selector-wrapper .single-option-selector {
  margin-bottom: 10px;
  width: 200px;
}
.theme-features__product-variants--drop-downs .selector-wrapper label {
  margin: 5px 0;
  margin-top: 10px;
}
/* --- Product Ratings Block --- */
.product__section--rating-wrapper {
  padding: 10px 0;
}

.product__section-rating {
  display: inline-block;
  margin: 0;
}

.product__section-rating-star {
  --letter-spacing: 0.2;
  --font-size: 1;
}

.product__section-rating-star {
  --percent: calc(
    (
        var(--rating) / var(--rating-max) + var(--rating-decimal) *
          var(--font-size) /
          (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
      ) * 100%
  );
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0;
}

.product__section-rating-star::before {
  content: 'â˜…â˜…â˜…â˜…â˜…';
  background: linear-gradient(
    90deg,
    var(--star-active) var(--percent),
    var(--star-inactive) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product__section-rating-text {
  display: none;
}

.product__section-rating-count {
  display: inline-block;
  margin: 0;
  font-size: 11px;
  vertical-align: middle;
}

@media (forced-colors: active) {
  .product__section-rating {
    display: none;
  }

  .product__section-rating-text {
    display: block;
  }
}


@media screen and (max-width: 740px) {
  .product-blocks__block.product-blocks__block--title,
  .product__variants-swatches.mt4.mb6.no-js-hidden,
  .product-blocks__block.product-blocks__block--quantity,
  .store-availability-information .store-availability-information-container,
  .product__policies.rte,
  .share-icons {
    text-align: center;
  }
  .store-availability-information {
    justify-content: center;
  }
}

.share-icons a {
  color: var(--text-color);
  margin: 4px 0 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  display: inline-block;
  text-align: center;
}


/*---- Product size chart ---- */

.size-chart {
    position: absolute;
    right: 30px;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.size-chart button.button-as-link {
    padding: 0 !important;
    line-height: 0 !important;
    margin-left: 3px;
}

@media screen and (max-width: 740px) {
  .size-chart {
    position: relative;
    justify-content: center;
    margin: 10px auto 20px;
    right: unset;
  }
}

.vantage--icon-ruler {
    margin-right: 5px;
}


/* =============== */
/* = Map Section = */
/* =============== */

.map-section {
  --height:  400px;
  --red: #ff6d6d;
  --bg-red: rgba(119, 0, 0, 0.65);
  --grey: rgba(28,29,29,0.1);
  --error-color: var(--red);
  --error-background: var(--bg-red);
  --placeholder-background:  var(--grey);
}

.map-section .map-section-content-wrapper {
  background: var(--background);
}
.map-section h2,
.map-section .map-section-content-wrapper h3,
.map-section .map-section-content-wrapper p,
.map-section .map-section-content-wrapper .rte,
.map-section .map-section-content-wrapper .rte a {
  color: var(--text-color) !important;
 }
.map-section-container,
.map-section-image {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0
}
.map-section--display-map .map-section-container,
.map-section--display-bg-image .map-section-image {
  z-index: 4;
  position: relative;
}
.placeholder-background {
  display: none;
}
.map-section--onboarding .placeholder-background {
  display: block;
}
.map-section-image.show-image {
  z-index: 5;
  position: relative;
}
.map-section-wrapper {
  height: 400px;
  height:  var(--height, 400px);
}
.map-section-container {
  height: 400px;
  height:  var(--height, 400px);
  width: 100%;
}
.map-section--display-bg-image .map-section-image {
  height: var(--height, 400px);
  object-fit: cover;
  object-position: center center;
}
.map-section-content {
  padding: 30px;
}

.map-section--onboarding .map-section-error {
  display: none;
}

.map-section-error {
  font-style: italic;
  color: #ff6d6d;
  color: var(--error-color,#ff6d6d);
  border: 2px solid #ff6d6d;
  border: 2px solid var(--error-color,#ff6d6d);
  background-color: rgba(119, 0, 0, 0.65);
  background-color: var(--error-background, rgba(119, 0, 0, 0.65));
  padding: 30px;
  margin-top: -250px;
  width: 50%;
  margin-left: 25%;
  z-index: 6;
}

.map-section-image {
  height: 400px;
  height:  var(--height, 400px);
  background-size: cover;
  background-position: center;
}

.placeholder-background {
  height: 400px;
  height:  var(--height, 400px);
}

.map-section .placeholder-svg {
  height: 400px;
  height:  var(--height, 400px);
}

.map__content-container {
    display: grid;
}

@media screen and (min-width: 741px) {
  .map-section-content-wrapper,
  .map-section-background-wrapper {
    grid-area: 1/-1;
  }
  .map__content-container.caption_left .map-section-content-wrapper {
    justify-self: flex-start;
    transform: translateX(20px);
  }

  .map__content-container.caption_right .map-section-content-wrapper {
    justify-self: flex-end;
    transform: translateX(-20px);
  }
}

.map-section-content-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
  z-index: 5;
  background: var(--background);
  align-self: center;
  min-width: 250px;
  max-width: 300px;
  word-break: break-word;
}


@media screen and (min-width: 741px) and (max-width: 980px) {
  .map-section-content-wrapper {
    max-width: 250px;
    transform: translateX(0) !important;
  }
}

@media screen and ( max-width: 740px) {
  .map-section-background-wrapper {
    order: 0;
  }
  .map-section-content-wrapper {
    order: 1;
    max-width: 100%;
    min-width: 100%;
    jusify-self: center;
  }
}

.map-section-background-wrapper {
  min-height: 400px;
  height:  var(--height, 400px);
  overflow: hidden;
  width: 100%;
  position: relative;
}

.map-section-background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-position: center;
}

/* =============== */
/* = Newsletter  = */
/* =============== */


/*social icons*/
.newsletter .social-icons__wrapper {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.newsletter .social-icons__wrapper li {
  line-height: 13px;
}
.newsletter .social-icons__wrapper li a:hover {
  opacity: 0.8;
}

/*form*/
.newsletter .input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
}
.newsletter .password__input-group {
  max-width: 480px;
  margin: 0 auto;
}
.newsletter .newsletter__submit {
  width: 30%;
  float: left;
  padding: 0;
  height: 50px;
  transition: all .25s ease-in-out;
}
.newsletter .newsletter__input {
  width: 70%;
  float:left;
  border-radius: 0;
  border: 1px solid;
  background: transparent;
  margin-bottom: 0;
  height: 50px;
  line-height: 50px;
  border-color: var(--dotted-color);
}
.section-newsletter .errors ul {
  list-style: none;
  text-align: center;
  margin: 0;
  color: #ff6d6d;
}
.newsletter p.form--success {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
}

/* ===================== */
/* = Logo List Section = */
/* ===================== */
.logo-section {
  text-align: center;
}

.logo-list {
  margin-top: 10px;
  display: inline-block;
  float: none! important;
  margin-left: 0.7%! important;
  margin-right: 0.7%! important;
}

.logo-list img {
  max-height: 400px;
}

/* ---- Contact form ---- */

.contact__form--input select {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  text-indent: 10px;
}



/* =============== */
/* = Blogs &amp; Pages = */
/* =============== */

.main__page-section {
  margin-bottom: 50px;
}

#page {
  clear: left;
}

#contact-page.form-left {
  float: right;
}

#page h1 {
  text-align: center;
}

div#contactFormWrapper {
  margin-top: 30px;
}

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

.excerpt {
  margin-bottom: 10px;
}

.excerpt img {
  margin-bottom: 10px;
}

.excerpt a:hover {
  text-decoration: none;
}

.excerpt p {
  margin-bottom: 0;
}

#article-body {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0 10px 0 15px;
}

#comments {
  border-top: 2px solid var(--dotted-color);
  margin-top: 10px;
  padding-top: 20px;
}

#comment-pagination {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid var(--dotted-color);
  border-bottom: 1px solid var(--dotted-color);
}

#comments ul {
  margin-left: 0;
  list-style-type:none;
}

#comments ul li {
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--dotted-color);
  padding-bottom: 20px;
}

.notice {
  background: #fbfbfb;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid var(--dotted-color);
}

#comments dl {
  margin-top: 10px;
}

#comments dl dt {
  margin-top: 10px;
  margin-bottom: 3px;
}

.blog-template #blog-sidebar ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
}

.blog__post-loop {
  list-style-type: none;
}

.article-index.grid__wrapper {
    align-items: center;
}

.blog-template .blog__post-loop li.article-index {
  margin-bottom: 40px;
}

.blog__post-loop li.article-index .rte {
  margin-bottom: 40px;
}
.blog__post-loop li.article-index .rte.excerpt {
  padding-left: 80px;
}
.blog__post-loop li.article-index .rte .article-headline a {
  font-stretch: normal;
  letter-spacing: normal;
  color: var(--text-color);
  padding-bottom: 3.5px;
  border-bottom: 0.8px solid var(--text-color);
}
.blog__post-loop li.article-index h3.post-title a:hover {
  color: var(--text-color);
}
.blog__post-loop li.article-index .rte p.posted {
  color: var(--posted-color);
  font-size: 80%;
  font-style: italic;
  letter-spacing: normal;
  margin-bottom: 8px;
 }
.article p.posted {
 text-align: center;
}
.blog-template #recent-posts {
  margin-bottom: 80px;
}
.blog-template #recent-posts .recent-image {
  height: 600px;
  overflow: hidden;
  margin: 0 auto;
}
.blog-template #recent-posts .recent-image .box-ratio {
  padding-bottom: 600px !important;
}
.blog-template #recent-posts .recent-image img {
  object-fit: cover;
  object-position: center center;
  height: 600px;
}
.blog-template #recent-posts .recent-caption {
  background: var(--background, white);
  width: 400px;
  margin: 0 auto;
  margin-top: -60px;
  position: relative;
  z-index: 2;
  padding: 16px 24px;
}
.blog-template #recent-posts .recent-caption h4 {
  margin-bottom: 13px;
}
.blog-template #recent-posts .recent-caption a {
  color: var(--text-color);
  letter-spacing: normal;
  padding-bottom: 3.5px;
  border-bottom: 0.8px solid var(--text-color);
}
.article .article-title {
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 24px;
  color: var(--article-title-color);
}
.template-article .article .blog-title {
  text-align: center;
}
.article__figure {
  padding-bottom: 16px;
}
.article .rte img {
  margin: 48px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article .rte p {
  line-height: 1.8;
}
.article #article-pagination {
  padding-top: 126px;
  margin-bottom: 121px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.article .article-details {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.article-details p {
  align-self: center;
  margin-bottom: 0;
}
.article-details .share-icons {
  align-self: center;
  margin-left: auto;
}
.article  .comment-details {
  font-weight: bolder;
  margin-bottom: 24px;
}
.article .comment p {
  line-height: 1.7;
}
.article #article-pagination a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: normal;
  align-self: center;
}
.article #article-pagination .next-article {
  margin-left: auto;
}
.article #article-pagination .next-article svg {
  margin-left: 8px;
}
.article #article-pagination .prev-article svg {
  margin-right: 8px;
}
article .article__header,
article .article__figure,
article .article__content,
article .article__footer {
  padding-bottom: calc(var(--section-padding) / 2);
}
.article .article__figure figcaption {
  color: var(--article-caption-color);
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  padding-top: 16px;
}

article .article__header .posted {
  margin-bottom: 0;
}

/* Tablet blog */
@media screen and (min-width: 739px) and (max-width: 980px) {
  .blog__post-loop li.article-index .rte.excerpt {
    padding-left: 40px;
  }
  .blog-template #blog-sidebar ul {
    margin-bottom: 32px;
  }
  .blog-template #blog-sidebar ul li {
    margin-right: 24px;
    display: inline;
  }
  .blog-template #blog-sidebar ul li h4 {
    display: inline;
  }
  .blog-template #recent-posts .recent-caption {
    width: 260px;
  }
}
/* Mobile Blog */
@media screen and (max-width: 740px) {
  .blog-template #blog-sidebar ul {
    margin-bottom: 32px;
  }
  .blog-template #blog-sidebar ul li {
    margin-right: 24px;
    display: inline;
  }
  .blog-template #blog-sidebar ul li h4 {
    display: inline;
  }
  .blog__post-loop li.article-index .rte.excerpt {
    padding-left: 0;
  }
  .blog__post-loop li.article-index .article-image {
    margin-bottom: 24px;
  }
  .blog-template #recent-posts .recent-image .box-ratio {
    padding-bottom: 400px !important;
  }
  .blog-template #recent-posts .recent-image,
  .blog-template #recent-posts .recent-image .box-ratio img {
    height: 400px;
  }
  #recent-posts .recent-caption {
    width: 280px;
  }
  .blog-template #recent-posts {
    margin-bottom: 0;
  }
  .blog-template .recent-post {
    margin-bottom: 56px;
  }
}

.shopify-section.page-content .rte {
    margin-bottom: 40px;
    padding-top: 20px;
}

.rte ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}

.rte ul {
    margin-bottom: 15px;
}

/* ===================== */
/* =      Search       = */
/* ===================== */
.search-content {
  text-align: center;
  padding: 10px;
}
#search-products,
#search-articles,
#search-pages {
  margin-bottom: 64px;
}
div#search-bar input {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 1px solid var(--dotted-color);
}

#search-bar p {
  text-align: center;
  margin-top: 40px;
}
.search #wrapper {
  min-height: 400px;
}

#search-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =============== */
/* = Footer = */
/* =============== */

.footer-section {
  padding: 40px 0;
  background: var(--footer-background);
  color: var(--footer-text-color);
}

.footer-section p,
.footer-section h3,
.footer-section h4,
.footer-section a {
  color: var(--footer-text-color);
}

.footer-section a:visited {
  color: var(--footer-text-color);
}

.footer__content-list {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}

.footer-sect {
  max-width: 350px;
  word-break: break-word;
}

@media screen and (max-width: 740px) {
  .footer-block.footer__text,
  .footer-block.footer__image,
  .footer-block.footer__newsletter {
    grid-column: span 2;
  }
}

@media screen and (min-width: 981px) {
  .footer__content-list {
    grid-template-columns: none;
    grid-auto-flow: column;
  }
}

.footer-menu ul {
  list-style-type: none;
  list-style-position: outside;
}

#footer-signup form {
  width: 100%;
  position: relative;
}

#email-address::-webkit-input-placeholder { /* WebKit browsers */
  color: var(--footer-text-color);
}

#email-address:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: var(--footer-text-color);
}

#email-address::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: var(--footer-text-color);
}

#email-address:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: var(--footer-text-color);
}

#email-address  {
  color: var(--footer-text-color);
  margin-bottom: 0;
  width: 100%;
  text-indent: 5px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid rgba(var(--footer-border-color),.35);
}

.footer-section svg g {
  fill: var(--footer-text-color);
}

#footer-signup button {
  width: 50px;
  max-width: initial;
  background: transparent !important;
  color: var(--footer-text-color);
  margin: 0 0 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  line-height: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-signup button:hover {
  background: transparent !important;
}
#footer-signup .errors {
    position: absolute;
    padding-top: 10px;
    right: 0;
    top: 100%;
    font-weight: bold;
    color: red;
}

.footer--image__container .box-ratio,
.footer--image__container img {
    background: transparent;
}

/* ---- Sub footer ---- */

div.sub-footer {
  margin: 40px auto 0;
  align-items: flex-end;
  row-gap: 0;
}
div.sub-footer .footer-left {
  text-align: left;
}
div.sub-footer .footer-right {
  text-align: right;
}
div.sub-footer #copy p {
  text-align: left;
  margin: 0;
}
div.sub-footer #payment .payment-methods {
  margin-top: 10px;
}
div.sub-footer .selectors-form {
  justify-content: flex-end;
  margin: 0;
}
div.sub-footer #social-links {
  float: none;
  text-align: left;
}
.payment-methods svg {
  display: inline;
  width: 40px;
  height: 25.25px;
  text-align: center;
  margin: 3px 1px;
}
div#payment .selectors-form__select {
  position: relative;
}
div#payment .selectors-form__select svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}

.social-icons__wrapper {
  margin-top: 15px;
}
.social-icons__wrapper a {
  margin:  0 5px;
  width: auto;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
}
.social-icons__wrapper a:hover {
  opacity: 0.9;
}
.payment-methods{
  text-align: right;
}

div.sub-footer .footer-left p,
div.sub-footer .footer-left a {
  color: var(--footer-text-color);
}

@media (max-width: 740px) {
  div.sub-footer .footer-left {
    order: 1;
  }
  div.sub-footer .footer-right {
    order: 0;
  }
  div.sub-footer .selectors-form {
    justify-content: flex-start;
    margin: 0;
  }
  div.sub-footer #payment {
    text-align: left;
  }
  div.sub-footer .payment-methods {
    margin-top: 10px;
  }
  div.sub-footer  .footer-section .disclosure__toggle {
    height: 44px;
    width: 80px;
  }
  div.sub-footer #social-links {
    display: block;
    margin-bottom: 0;
  }
}

/* =============== */
/* = Global = */
/* =============== */
.readmore {
  font-style: italic;
}

.breadcrumbs {
  font-size: 12px;
  margin-top: 31px;
  margin-bottom: 24px;
  color: var(--text-color);
}

.breadcrumbs a,
.breadcrumbs span {
  padding: 0 5px 0 0;
  color: var(--text-color);
  text-transform: capitalize;
}
.breadcrumbs a:hover {
  color: var(--text-color-darken-30);
}
.breadcrumbs .page-title {
  text-transform: uppercase;
}
.separator {
  padding-right: 5px;
}

#pagination {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#pagination .pagination-wrapper .links {
  width: auto;
  display: inline-block;
  background: white;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
#pagination .links a,
#pagination .links span {
  color: var(--text-color);
  padding: 4px 6px;
}
#pagination span.current {
  font-weight: bolder;
  color: var(--text-color-darken-30);
}
#pagination .prev-page,
#pagination .next-page {
  display: inline-block;
  background: white;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
#pagination a:hover {
  background: var(--directional-hover-background);
}
#pagination span.count {
  display: block;
  margin-bottom: 20px;
}
.padded {
  margin-bottom: 15px;
}

/*
Swatches Styles
*/

.option-label,
ul.view-more li.detail-item,
#soc span,
.selector-wrapper label {
  line-height: 22px;
  color: var(--text-color);
  font-weight: var(--main-weight);
}

.swatches__form--label:focus-visible {
  transform: scale(1.08);
}

.swatch {
  margin:0.5em 0;
  position: relative;
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input {
  display:none;
}

.swatch label {
  color: var(--text-color);
  background-color: var(--background);
  border: 1px solid var(--text-color);
  zoom: 1;
  margin-right: 0 !important;
  margin-bottom: 0! important;
  cursor: pointer;
  position: relative;
  min-width: 40px;
  white-space: nowrap;
  text-align: center;
  font-weight: 400;
  height: 34px;
  line-height: 1;
  padding: 0 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swatch-element label {
  padding:0 10px;
}

.theme-features__color-swatch-style--circle .color.swatch-element label {
  border-radius: 50%! important;
}

.color.swatch-element label {
  padding:0;
  border: 1px solid var(--dotted-color);
  width: var(--swatch-height);
  min-width: var(--swatch-height);
  box-shadow: 0px 0px 1px 0px #aaa;
}

.swatch input:checked + label {
  border: 1px solid var(--text-color);
  background: var(--text-color);
  color: var(--background);
}

.swatch .color input:checked + label {
  border: 1px solid #d5d5d5;
  padding: 7px;
}

.swatch .swatch-element {
  display: inline-block;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}

.swatch-element .swatches__form--label {
  overflow: hidden;
}

.theme-features__button-shape--rounded .product-page .swatch-element .swatches__form--label {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.theme-features__button-shape--squared .product-page .swatch-element .swatches__form--label {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.theme-features__button-shape--pill .product-page .swatch-element .swatches__form--label {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}


.swatch-element.soldout .swatches__form--label:before {
  content: '';
  height: 4em;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2em 0 0;
  border-right: 1px solid;
  transform: rotate(55deg);
}

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}

.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}

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

.product-blocks__block {
  margin-bottom: 10px;
}

.product-blocks__block--accordion-item,
.product-blocks__block.product--full--accordion-item {
  margin-bottom: 0;
}
.product-blocks__block--accordion-item .c-accordion.c-accordion--default.c-accordion--vantage,
.product-blocks__block.product--full--accordion-item .c-accordion.c-accordion--default.c-accordion--vantage {
  border: none !important;
}

.product-blocks__block .select select {
  max-width: 250px;
  margin-bottom: 10px;
}

.product-blocks__block--additional_content a {
  text-decoration: underline;
}

.product-blocks__block--additional_content .product-blocks__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .product-blocks__block--additional_content .product-blocks__inner {
    justify-content: center;
  }
}

.product-blocks__block--additional_content .product-blocks__inner &gt; svg {
  margin-right: 5px;
  min-width: 30px;
}

.product__variants-single-option-label {
  font-weight: normal;
}

div.select {
  display: none;
}

.cta {
  margin-top: 20px;
}

.cta a {
  padding: 10px 20px;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
}

/* styling mega menu */
.collections-mega-menu{
  display: none;
  align-self: center;
  position: absolute;
  z-index: 2;
  height: auto;
  width: 100%;
  left: 0px;
}

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

/* ---- Animations ---- */

.animated[data-section-loaded],
.animate[data-section-loaded] {
  opacity: 0;
  visibility: hidden;
  transition: .55s ease-in-out;
  transition-delay: 0.15s;
}

section[data-section-loaded] .animate,
.animated[data-section-loaded] .animate,
.animate[data-section-loaded] .animate {
  opacity: 0;
  visibility: hidden;
  transition: .5s ease-in-out;
}

section[data-section-loaded] [class*="delay--"],
.animate[data-section-loaded] [class*="delay--"] {
    transition-delay: 0.95s;
}

section[data-section-loaded] .animate.delay--1,
.animate[data-section-loaded] .animate.delay--1 {
  transition-delay: 0.3s;
}

section[data-section-loaded] .animate.delay--2,
.animate[data-section-loaded] .animate.delay--2 {
    transition-delay: 0.35s;
}

section[data-section-loaded] .animate.delay--3,
.animate[data-section-loaded] .animate.delay--3 {
    transition-delay: 0.4s;
}

section[data-section-loaded] .animate.delay--4,
.animate[data-section-loaded] .animate.delay--4 {
    transition-delay: 0.45s;
}

section[data-section-loaded] .animate.delay--5,
.animate[data-section-loaded] .animate.delay--5 {
    transition-delay: 0.5s;
}

section[data-section-loaded] .animate.delay--6,
.animate[data-section-loaded] .animate.delay--6 {
    transition-delay: 0.55s;
}

section[data-section-loaded] .animate.delay--7,
.animate[data-section-loaded] .animate.delay--7 {
    transition-delay: 0.65s;
}

section[data-section-loaded] .animate.delay--8,
.animate[data-section-loaded] .animate.delay--8 {
    transition-delay: 0.7s;
}

section[data-section-loaded] .animate.delay--9,
.animate[data-section-loaded] .animate.delay--9 {
    transition-delay: 0.75s;
}

section[data-section-loaded] .animate.delay--10,
.animate[data-section-loaded] .animate.delay--10 {
    transition-delay: 0.8s;
}

section[data-section-loaded] .animate.delay--11,
.animate[data-section-loaded] .animate.delay--11 {
    transition-delay: 0.85s;
}

section[data-section-loaded] .animate.delay--12,
.animate[data-section-loaded] .animate.delay--12 {
    transition-delay: 0.9s;
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

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

section[data-section-loaded] .fadeInUp,
.animate.fadeInUp[data-section-loaded],
.animated.fadeInUp[data-section-loaded],
.animate.fadeInUp[data-section-loaded] .animate,
.animated.fadeInUp[data-section-loaded] .animated {
  transform: translateY(50px);
}


section[data-section-loaded="true"] .animate,
.no-js section[data-section-loaded],
.section--reloaded section[data-section-loaded] .animate,
.animate[data-section-loaded="true"],
.animate[data-section-loaded="true"] .animate,
.no-js .animate[data-section-loaded],
.section--reloaded .animate[data-section-loaded],
.section--reloaded .animate[data-section-loaded] .animate,
.animated[data-section-loaded="true"],
.animated[data-section-loaded="true"] .animate,
.no-js .animated[data-section-loaded],
.section--reloaded .animated[data-section-loaded],
.section--reloaded .animated[data-section-loaded] .animate {
  opacity: 1;
  visibility: visible;
  transform: translate(0) !important;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides &gt; li:first-child {
  display: block;
}

.product-top {
  position: relative;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.row.no-blocks .desktop-12 {
  text-align: center;
  padding: 20px 0;
  border: 1px dashed #eee;
  background: #f7f7f7;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: normal;
}

.slider-container {
  position: relative;
}

/* #RTE Formating
================================================== */
.rte h2 {
  margin-bottom: 30px;
}
/* RTE Button */
.rte-button {
  background: var(--button-color);
  border: none;
  -webkit-transition: background 0.3s ease,color 0.3s ease;
  -moz-transition: background 0.3s ease,color 0.3s ease;
  -o-transition: background 0.3s ease,color 0.3s ease;
  transition: background 0.3s ease,color 0.3s ease;
  -webkit-appearance: none;
  color: var(--button-text);
  display: inline-block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--font-size);
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 15px 5px;
  text-transform: uppercase;
}

/* RTE Accordion */
.rte-accordion .item {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: var(--text-color);
  overflow: hidden;
}
.rte-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.rte-accordion label {
  position: relative;
  display: block;
  background: var(--background);
  color: var(--text-color);
  line-height: 1;
  cursor: pointer;
}
.rte-accordion label span {
  color: var(--text-color);
}
.rte-accordion .item-heading {
  max-width: 90%;
  padding: 10px;
  display: block;
  font-family: var(--nav-family);
  font-weight: var(--nav-weight);
  font-style: var(--nav-style);
  font-size: var(--nav-size);
}
.rte-accordion .item-content {
  max-height: 0;
  overflow: hidden;
  background: white;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.rte-accordion .item-content p {
  font-family:var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  font-size: var(--font-size);
  padding: 8px;
}

.rte-accordion input:checked ~ .item-content {
  max-height: 100%;
}
.rte-accordion label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 10px;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  padding: 10px 15px;
}
.rte-accordion input[type=checkbox] + label::after {
  content: "+";
}
.rte-accordion input[type=radio] + label::after {
  content: "\25BC";
}
.rte-accordion input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.rte-accordion input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

/* RTE Tabbed Content */
.rte-tab &gt; input,
.rte-tab section &gt; div {
  display: none;
}

.rte-tab #tab1:checked ~ section .tab1,
.rte-tab #tab2:checked ~ section .tab2,
.rte-tab #tab3:checked ~ section .tab3 {
  display: block;
}

.rte-tab #tab1:checked ~ nav .tab1,
.rte-tab #tab2:checked ~ nav .tab2,
.rte-tab #tab3:checked ~ nav .tab3 {
  color: red;
}

.rte-tab {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.rte-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rte-tab ul li label {
  float: left;
  padding: 15px 25px;
  margin: 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: var(--background);
  color: var(--text-color);
}
@media screen and (max-width: 740px) {
  .rte-tab ul li label {
    padding: 5px 5px !important;
  }
}
.rte-tab ul li label:hover {
  background: #dddddd;
}
.rte-tab ul li label:active {
  background: #ffffff;
}

@media screen and (min-width: 740px) {
  .rte-tab ul li:not(:last-child) label {
    border-right-width: 0;
  }
}
.rte-tab section {
  clear: both;
}
.rte-tab section div {
  padding: 20px;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}
.rte-tab section div h2 {
  margin: 0;
  letter-spacing: 1px;
}

.rte-tab #tab1:checked ~ nav .tab1 label,
.rte-tab #tab2:checked ~ nav .tab2 label,
.rte-tab #tab3:checked ~ nav .tab3 label {
  background: white;
  color: #111;
  position: relative;
}
.rte-tab #tab1:checked ~ nav .tab1 label:after,
.rte-tab #tab2:checked ~ nav .tab2 label:after,
.rte-tab #tab3:checked ~ nav .tab3 label:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -1px;
}

/* RTE Image Slider */

.rte-image-slider-container {
  min-height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.rte-image-slider-container input {
  visibility: hidden;
}

.rte-image-slider-menu {
  position: absolute;
  left: 0;
  z-index: 900;
  width: 100%;
  bottom: 0;
}

.rte-image-slider-menu label {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: var(--directional-background);
  border-radius: 50px;
  margin: 0 .2em 1em;
}

.rte-image-slider-menu label:hover {
  background: var(--directional-hover-background);
}

.rte-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  padding: 8em 1em 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: left 0s .75s;

}

[id^="rte-slide"]:checked + .rte-slide {
  left: 0;
  z-index: 2;
  transition: left .65s ease-out;
}

/* RTE Map */
.rte-map {
  border: none;
  min-height: 500px;
}

/* RTE Divider */
.rte hr {
  margin: 60px 0
}

/* RTE Masonry Gallery */
.rte-masonry {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
}
.rte-masonry.gutter {
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}
.rte-masonry.no-gutter {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
  line-height: 0;
}
.rte-masonry .item img {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.rte-masonry .item {
  display: inline-block;
  background: #fff;
  width: 100%;
}
.rte-masonry .item:hover {
  opacity: 0.8;
  cursor: pointer;
}
.rte-masonry.no-gutter .item {
  padding: 0;
  margin: 0;
}
.rte-masonry.gutter .item {
  margin: 0 0 1.5em;
}

@media only screen and (min-width: 400px) {
  .rte-masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .rte-masonry.gutter {
    -moz-column-gap: .8em;
    -webkit-column-gap: .8em;
    column-gap: .8em;
  }
}

@media only screen and (min-width: 700px) {
  .rte-masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 900px) {
  .rte-masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media only screen and (min-width: 1100px) {
  .rte-masonry {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}

@media only screen and (min-width: 1280px) {
  .rte-masonry {
      width: 1260px;
  }
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #333;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: var(--dotted-color);
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: var(--dotted-color);
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/* Firefox Only */
@supports (-moz-appearance:none) {
  @media screen and (max-width: 980px) {
    .currency-picker {
      background-position-x: 35px;
    }
  }
  @media screen and (min-width: 981px) {
    .currency-picker {
      background-position-x: 42px;
    }
  }
  .mobile__header-cartlink span.cart-count {
    top: 1px;
  }
}
/* IE 11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE11+ specific styles go here */
   #shopping-cart #estimate-shipping select {
     padding: 0;
   }
   input[type="text"] {
    line-height: 36px\9; /*// CSS Hack only for IE.*/
   }
}

/* Custom Thumbnail Slider */
body .focus-visible,
.product-video .plyr:focus,
.plyr__video-wrapper.plyr__tab-focus:focus {
  outline: var(--keyboard-focus) var(--focus-border-style) var(--focus-border-weight) !important;
  outline-offset: calc(var(--focus-border-weight) * -1px) !important;
}

.thumb-slider {
  float: left;
}

.vertical-carousel .thumb-slider-wrapper {
  background-color: var(--background);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}


div#thumb-slider-wrapper::-webkit-scrollbar {
  display: none;
}

#thumb-slider-wrapper .product-single__thumbnails-item {
  display: block;
  width: 100%;
  background-color: var(--background);
  position: relative;
  outline-offset: -2px !important;
}

#thumb-slider-wrapper .placeholder-svg.js-thumb-item-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thumb-slider-slides {
  position: relative;
  top: 0;
  left: 0;
  list-style: none;
  background-color: var(--background);
}

.thumb-slider-slides li {
  margin-bottom: 5px;
}

/* vertical thumbnail slider */
.thumb-slider.thumbnail-slider.custom.vertical-carousel {
  margin: 0 auto;
  text-align: center;
  flex: 0 0 100px;
  position: relative;
}

/* horizontal thumbnail slider */
.thumb-slider.thumbnail-slider.custom.horizontal-carousel {
  margin: 0 auto;
  text-align: center;
  flex: 1 1 auto;
  max-width: 100%;
}

.horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item {
  float: left;
  width: 20%;
  padding: 0;
  margin-right: 10px;
}

.product-single__thumbnails-item:focus img {
  opacity: 1 !important;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0 !important;}.flickity-viewport{overflow:hidden;position:relative;height:100%;transition:height 0.2s;}.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:hsla(0,0%,100%,.75);border:none;color:#333; border-radius:50% !important;}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:var(--directional-color); width: 13px;min-width: 13px;}.flickity-prev-next-button{display: flex; align-items:center;justify-content:center;top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:25px}.flickity-prev-next-button.next{right:25px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.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:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider &gt; * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider &gt; .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/* Product media styles */
.product-thumbnail {
  position: relative;
  z-index: 1;
}
.carousel-main .flickity-enabled:focus{outline:0 !important;}
.thumbnail-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
  width: 25%;
  line-height: 0;
}

.thumbnail-icon svg, .product-main-image svg {
  height: 100%;
  width: 100%;
  background: var(--background) !important;
  color: var(--text-color) !important;
  border: 1px solid var(--dotted-color);
}

.thumbnail-icon svg {
  fill-opacity: 0.6;
}

.thumbnail-icon svg:hover {
  fill-opacity: 0.85;
}

.product-main-image svg {
  fill-opacity: 1;
}
.product-media-container {
  position: relative;
  overflow: hidden;
}
.product-video,
.product-media-container,
.plyr--video {
  outline: none;
}
.plyr video,
.plyr__video-wrapper,
.plyr__poster {
  background-color: var(--background);
}
.product-video &gt; video {
  width: 100%;
}

.product-model {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product-model model-viewer,
.product-model .shopify-model-viewer-ui,
.product-model .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.product-model model-viewer,
.product-model .shopify-model-viewer-ui,
.product-model .media-item
{
  height: 100%;
}

button.media-button.view-in-space {
  background: transparent;
  width: initial !important;
  text-align: center;
  width: 60px;
  max-width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0 auto;
  display: inherit;
  z-index: 2;
  position: relative;
  height: 54px;
  line-height: 54px;
}

button.media-button.view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
}

.product-video button {
  width: initial;
  width: 62px;
  height: 62px;
  padding: 0;
  margin-bottom: 0;
}

.plyr--video .plyr__control:not(.plyr__control--overlaid).plyr__tab-focus svg, .plyr--video .plyr__control:not(.plyr__control--overlaid):hover svg, .plyr--video .plyr__control:not(.plyr__control--overlaid)[aria-expanded=true] svg,
.plyr--audio .plyr__control.plyr__tab-focus svg,
.plyr--audio .plyr__control:hover svg,
.plyr--audio .plyr__control[aria-expanded=true] svg {
  stroke: none !important;
}

.product-video .plyr button svg {
    border: 0 !important;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button[hidden] {
  display: none;
}

.product-single__view-in-space {
  background-color: var(--dotted-color);
  border: none;
  width: 100%;
  min-height: unset;
  display: block;
  font-size: 14px;
  color: var(--text-color);
  z-index: 2;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}
.product-single__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
}
.product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
 stroke: none;
}
.product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
  fill: var(--text-color);
  opacity: 1;
}
.product-single__view-in-space-text {
  border-bottom: 1px solid transparent;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.product-single__view-in-space svg {
  margin-right: 2.43px;
  fill: transparent;
  display: inline-block;
  width: 24px !important;
  height: 24px !important;
  vertical-align: middle;
}
.product-single__view-in-space svg rect {
  fill: transparent !important;
}
.product-single__view-in-space:hover #three-d-icon path,
.product-single__view-in-space:focus #three-d-icon path {
  fill: var(--button-text);
}
.product-model model-viewer, .product-model .shopify-model-viewer-ui, .product-model .media-item {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  max-width: 100%;
}
@media (min-width: 741px) {
  .product-single__view-in-space[data-shopify-xr-hidden] {
    display: none !important;
  }
}
/* custom flickity styles */

.horizontal-carousel .carousel-nav .onboard {
    padding-bottom: 120px !important;
}
.product-photos .carousel-nav .onboard {
  padding-bottom: 100%;
}

.product-photos {
  visibility: hidden;
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 3s; /* don't forget to set a duration! */
  grid-gap: 10px;
  display: flex;
}

#slider {
  flex: 1 1 auto;
  position: relative;
}

#slider .carousel {
    flex-grow: 1;
}

.product-photos .carousel-cell {
  width: 100%;
}

.product-photos .vertical-carousel .carousel-nav {
  width: 100%;
}

.product-photos .carousel-nav .carousel-cell {
  margin: 0 0 5px 0;
  cursor: pointer;
}

.product-photos .carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.product-photos .carousel-nav .carousel-cell.is-nav-selected {
  background: #ED2;
}

.product-photos .flickity-prev-next-button {
  background-color: var(--directional-background);
}

.product-photos .flickity-prev-next-button:hover {
  background-color: var(--directional-hover-background);
  opacity: 1;
}

.product-photos .flickity-button:focus {
  outline: none;
}

.product-photos .flickity-prev-next-button .flickity-button-icon {
  fill: var(--directional-color);
}

.product-photos .image-slide.carousel-cell.is-selected {
  z-index: 1;
}

li.image-slide.carousel-cell.is-selected img {
  border: 1px solid var(--dotted-color);
}

.product-photos .plyr__control--overlaid svg {
  margin-left: 5px;
}

.product-photos .zoom_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: var(--directional-background);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom_btn svg.zoom_btn--icon {
  pointer-events: none;
}

.product-photos .zoom_btn:hover {
  background-color: var(--directional-hover-background);
  opacity: 1;
}
#slider .flickity-prev-next-button {
  top: 32px;
  left: 10px;
}
#slider .flickity-prev-next-button.next {
  left: 59px;
  right: unset;
}

@keyframes slidefadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes slidefadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

#slider .carousel-cell {
  opacity: 0 !important;
}
#slider .carousel-cell:not(.is-selected){
  animation: slidefadeOut ease 0.2s;
}
#slider .carousel-cell.is-selected {
  z-index: 99;
  opacity: 1 !important;
  animation: slidefadeIn ease 0.2s;
}
#slider .flickity-enabled:focus {
  outline: 0 !important;
}
#slider .flickity-slider {
  top: 0 !important;
  height: auto !important;
}
#slider .flickity-viewport {
  height: 100%;
}

button.flickity-button:disabled {
  display: none;
}
.flickity-button:focus {
  box-shadow: unset;
}
.thumbnail-slider  .product-single__thumbnails-item:hover,
.product-single__thumbnails-item.active-slide,
.product-single__thumbnails-item.is-nav-selected {
  outline: 1px solid var(--thumbnail-outline-color);
  outline-offset: -1px;
  cursor: pointer;
}
.product-single__thumbnails-item:focus,
.product-single__thumbnail--product-template:focus {
  outline: var(--keyboard-focus) var(--focus-border-style) var(--focus-border-weight) !important;
  outline-offset: calc(var(--focus-border-weight) * -1px) !important;
  overflow: hidden;
}
.product-single__thumbnails-item.active-slide img,
.product-single__thumbnails-item.is-nav-selected img,
.thumbnail-slider  .product-single__thumbnails-item:hover img,
.product-single__thumbnail--product-template:focus img {
  opacity: 1.0 !important;
}

@media screen and (min-width: 741px) {
  section.product-page.product-template .product-photos {
    position: sticky;
    top: 120px;
  }
}

/* Cross Border Styles */
.footer-section .disclosure {
	 position: relative;
}
.footer-section .disclosure__toggle {
	 white-space: nowrap;
   color: var(--footer-text-color);
   border: 1px solid var(--footer-text-color);
   background-color: var(--footer-background);
   margin: 0;
}

.footer-section .disclosure__toggle:hover {
  background-color: var(--footer-background) !important;
}

.footer-section .disclosure-list {
	 background-color: var(--footer-text-color);
	 border: 1px solid var(--footer-background);
	 bottom: 115%;
	 padding: 11px 0px;
	 position: absolute;
	 display: none;
	 min-height: 92px;
	 max-height: 300px;
	 overflow-y: auto;
	 border-radius: 2px;
   list-style: none;
}
.footer-section .disclosure-list--visible {
	 display: block;
}
.footer-section .disclosure-list__item {
	 border-bottom: 1px solid transparent;
	 white-space: nowrap;
	 padding: 5px 45px 4px 15px;
	 text-align: left;
}
.footer-section .disclosure-list__item:active {
	 background-color: rgba(128, 128, 128, 0.2);
}
.footer-section .disclosure-list__option {
	 color: var(--footer-background) !important;
   text-transform: capitalize;
}
.footer-section .disclosure-list__option:focus, .disclosure-list__option:hover {
	 color: var(--footer-text-color);
	 text-decoration: underline;
}
.footer-section .disclosure-list__item--current .disclosure-list__option {
   color: var(--footer-background);
	 text-decoration: underline;
   font-weight: 900;
}

#FooterLanguageFormNoScript .localization-selector.button,
#FooterCountryFormNoScript .localization-selector.button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 30px !important;
  max-width: 170px;
}
#FooterLanguageFormNoScript .localization-form__noscript-btn,
#FooterCountryFormNoScript .localization-form__noscript-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0px !important;
  color: var(--footer-text-color);
}
#FooterLanguageFormNoScript .localization-selector.button,
#FooterLanguageFormNoScript .localization-form__noscript-btn,
#FooterCountryFormNoScript .localization-selector.button,
#FooterCountryFormNoScript .localization-form__noscript-btn {
  background: var(--footer-background) !important;
  color: var(--footer-text-color);
  border: 1px solid var(--footer-text-color);
}




/* Header Disclosure Selectors */
.header-section .disclosure {
	 position: relative;
}
.header-section .disclosure__toggle {
	 white-space: nowrap;
   margin: 0;
   padding: 0;
   vertical-align: middle;
   display: inline-block;
   text-transform: uppercase;
   border-radius: unset !important;
   height: auto;
  line-height: unset;
}
.header-section form#localization_form {
   margin: 0;
}
.header-section .disclosure-list {
	 top: 115%;
	 padding: 11px 0px;
	 position: absolute;
	 display: none;
	 min-height: 92px;
	 max-height: 300px;
	 overflow-y: auto;
	 border-radius: 2px;
   z-index: 4;
   line-height: 20px;
   text-align: left;
   list-style: none;
}
.header-section .disclosure-list--visible {
	 display: block;
}
.header-section .disclosure-list__item {
	 border-bottom: 1px solid transparent;
	 white-space: nowrap;
	 padding: 5px 45px 4px 15px !important;
	 text-align: left;
}
.header-section .disclosure-list__item .disclosure-list__option {
  text-transform: capitalize;
}
.header-section .disclosure-list__item:active {
	 background-color: rgba(128, 128, 128, 0.2);
}

.no-js .selectors-form {
  margin-bottom: 0 !important;
}
[data-disclosure-form].selectors-form {
  margin-bottom: 0px;
}
.selectors-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*// necessary for ie10*/
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (min-width: 980px) {
  .selectors-form {
    flex-wrap: nowrap;
  }
}
.selectors-form__item {
  margin: 0 5px;
}
@media (min-width: 980px) {
  .selectors-form__item {
    padding-bottom: 0;
  }
  .selectors-form__item:first-of-type {
    margin-left: 0;
  }
}
.selector-wrapper {
  clear: left;
}

/* Unit Pricing Update */
.price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 740px) {
  .product-page .price {
    align-items: flex-start;
  }
}
.price dl {
  margin-top: 0;
}
.price dd {
  margin: 0 0.5em 0 0;
}

.price--unavailable {
  visibility: hidden;
}

.price--compare-price-hidden .price__compare {
  display: none;
}

.price__pricing-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
}

.price__regular {
  display: block;
}

.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none;
}

.price__availability {
  display: none;
  color: var(--text-color);
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.price--sold-out .price__availability {
  display: block;
}

.price__sale {
  display: none;
}

.price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.price__vendor {
  color: var(--text-color);
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}

.price__vendor--listing {
  margin: 0 0 4px;
}

.price__unit {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: none;
}
.price--unit-available .price__unit {
  display: block;
}

.price-item {
  color: var(--text-color);
}

.price-item--sale {
  color: var(--sale-color);
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
}

.price-unit-price {
  color: var(--text-color) !important;
  opacity: 0.7;
  font-size: 0.8em;
  font-style: italic;
}

.price-item__label {
  display: inline-block;
  white-space: nowrap;
}

.price__badges {
  display: none;
  margin-top: 0;
}

.price__badge {
  display: none;
  align-self: center;
  text-align: center;
  font-size: 0.5em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid var(--text-color);
  border-radius: 2px;
  padding: 0.2rem 0.5rem;
}

.price__badge--sale {
  color: var(--sale-color);
  border-color: var(--sale-color);
}
.price--on-sale .price__badge--sale {
  display: flex;
}
.price--sold-out .price__badge--sale {
  display: none;
}
.price--on-sale .price__badges,
.price--sold-out .price__badges {
  display: flex;
}
.price__badge--sold-out {
  color: var(--text-color);
  border-color: var(--text-color);
}
.price--sold-out .price__badge--sold-out {
  display: flex;
}

.price__badges--listing {
  margin-top: 0.5rem;
}

.price__badges--listing .price__badge {
  font-size: 0.6em;
  padding: 0.25rem 0.55rem;
}
.order-discount.order-discount--list {
  list-style: none;
}
/* ==============================  */
/* =   New Customer Accounts     = */
/* ============================== */
.customer-account {
  margin-top: 81px;
  padding-bottom: 144px;
  display: inline-block;
  width: 100%;
}
.customer-account h1 {
  padding-bottom: 104px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}
.customer-account .sidebar {
  border-right: solid 3px var(--dotted-color);
}
.customer-account .sidebar ul {
  list-style: none;
}
.customer-account .sidebar ul li {
  padding: 20px 0;
}
.customer-account .sidebar ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.customer-account .sidebar ul li a.selected,
.customer-account .sidebar ul li:hover a {
  border-bottom: 2px solid var(--text-color);
}
.customer-account .content {
  padding-left: 95px;
  padding-top: 20px;
}
.customer-account .content p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
}
.customer-account #account-details h5 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
}
.customer-account #order-history tbody tr {
  padding: 39px 6px;
  height: 100px;
  border-top: 1px solid var(--dotted-color);
}
.customer-account #order-history thead tr {
  text-align: left;
  padding: 10px 0;
  height: 38px;
}
.customer-account #order-history thead tr th {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width:740px) {
  .customer-account {
    margin-top: 41px;
    text-align: center;
  }
  .customer-account .sidebar ul li {
    border-bottom: solid 1px #bababa;
  }
  .customer-account h1 {
    font-size: 24px;
    padding-bottom: 32px;
  }
  .customer-account .content {
    margin-top: 80px;
    padding-left: 0;
  }
  .customer-account #order-history table .status {
    display: none;
  }
  .customer-account #order-history thead tr {
    text-align: center;
  }
  .customer-account .sidebar {
    border-right: none;
  }
}

/* Order Page */
section.customer-order {
  margin-top: 81px;
  padding-bottom: 144px;
  display: inline-block;
  width: 100%;
}
section.customer-order .return-account {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  margin-bottom: 40px;
  display: inline-block;
}
section.customer-order h1 {
  font-size: 40px;
  padding-bottom: 64px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}
section.customer-order .order-content {
  padding-right: 118px;
}
section.customer-order #order_details .labels {
  text-align: left;
  border-bottom: solid 1px #d5d5d5;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}
section.customer-order #order_details .items article {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}
section.customer-order #order_details .labels p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
}
section.customer-order #order_details .labels .product {
  grid-column: span 3;
}
section.customer-order #order_details .items .img {
  grid-column: span 1;
}
section.customer-order #order_details .items .info {
  grid-column: span 2;
}
section.customer-order #order_details .labels &gt; .money,
section.customer-order #order_details .labels &gt; .qty,
section.customer-order #order_details .labels &gt; .total,
section.customer-order #order_details .items article &gt; .money,
section.customer-order #order_details .items article &gt; .qty,
section.customer-order #order_details .items article &gt; .total {
  grid-column: span 1;
}
section.customer-order #order_details .items article {
  padding: 24px 0;
  border-bottom: solid 1px #d5d5d5;
}
section.customer-order #order_details .items article h4 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
}
section.customer-order #order_summary dl {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 0;
  padding: 17px 0;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
}
section.customer-order #order_summary dt {
  flex-basis: 60%;
  padding: 2px 4px;
  text-align: left;
  font-weight: normal;
}
section.customer-order #order_summary dd {
  flex-basis: 30%;
  flex-grow: 1;
  margin: 0;
  padding: 2px 4px;
  text-align: right;
}
section.customer-order #order_summary .order_total dd,
section.customer-order #order_summary .order_total dt {
  font-weight: bold;
  text-transform: uppercase;
}
section.customer-order #order_payment,
section.customer-order #order_shipping {
  margin-bottom: 40px;
}
section.customer-order h5.order_section_title {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-transform: uppercase;
  border-bottom: solid 1px #d5d5d5;
  padding-bottom: 4px;
  margin-bottom: 12px;
}
section.customer-order #other_details dl {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 0;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
}
section.customer-order #other_details dt {
  flex-basis: 30%;
  padding: 2px 4px;
  text-align: left;
  font-weight: normal;
}
section.customer-order #other_details dd {
  flex-basis: 60%;
  flex-grow: 1;
  margin: 0;
  padding: 2px 4px;
  text-align: left;
}
section.customer-order #order_details .shipping-info {
  margin-top: 16px;
}
@media (max-width:740px) {
  section.customer-order {
    margin-top: 48px;
    padding-bottom: 80px;
  }
  section.customer-order h1 {
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 40px;
  }
  section.customer-order .order-content {
    padding-right: 0;
  }
  section.customer-order .order-sidebar {
    margin-top: 48px;
  }
  section.customer-order #order_details tbody tr td.product &gt; div.img {
    width: 100%;
  }
  section.customer-order #order_details tbody tr td.product &gt; div.info {
    width: 100%;
  }
}

/* Addresses */
#account-addresses .customer_address {
  border: solid 1px #e8e8e8;
  padding: 45px;
  margin-bottom: 15px;
}
#account-addresses h4.address_title {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
}
#account-addresses button.new-address {
  width: auto;
  padding: 0 20px;
  margin-top: 24px;
}
#account-addresses a {
  text-decoration: underline;
}
.user-login h1 {
  margin-bottom: 40px;
}

/* Login */
section.user-login {
  margin-top: 81px;
  padding-bottom: 144px;
  display: inline-block;
  width: 100%;
}
section.user-login .secondary-button.create-customer {
  line-height: 50px;
  text-align: center;
}
.note-error {
  border: 1px solid red;
  padding: 10px;
  margin-bottom: 15px;
  color: red;
}
.shopify-challenge__container {
  margin-top: 81px !important;
}
.guest-user-login {
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
  border: 1px solid var(--dotted-color);
}
.set-default {
  margin-right: 10px;
}
.value.checkbox {
  line-height: 48px;
}
@media (min-width: 741px) {
  .login-info.alternate {
    padding-left: 100px;
  }
}
@media (max-width: 740px) {
  #edit-address,
  #add-address {
    width: 320px !important;
    padding: 40px !important;
  }
  #edit-address td.value,
  #edit-address td.label,
  #add-address td.value,
  #add-address td.label {
    display: block;
    width: 100%;
  }
  section.user-login {
    margin-top: 48px;
  }
}
.customer_address_table select {
  margin-bottom: 15px;
  min-width: 290px;
  padding-left: 16px;
}

/* ---- Flickity sections ---- */

.flickity__section .flickity-button {
  color: var(--directional-color);
  background-color: var(--directional-background);
  width: 45px;
  height: 45px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flickity-button:hover {
  background-color: var(--directional-hover-background) !important;
}

.flickity__section .flickity-page-dots .dot {
  border: 1px solid #fff;
  margin: 0 5px;
}


/* ---- Image carousel with text ----*/
.imageCarousel__withText--wrapper {
  align-items: center;
  gap: 0;
}

.imageCarousel__withText--wrapper.fixed--height .imageCarousel__withText--image,
.imageCarousel__withText--wrapper.fixed--height .imageCarousel__withText--image .onboard {
  height: var(--desktop-section-height);
}

.imageCarousel__withText--wrapper.fixed--height .box-ratio {
  padding-bottom: var(--desktop-section-height) !important;
  position: relative;
}

.imageCarousel__withText--wrapper.fixed--height .box-ratio img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  transition: transform 2s cubic-bezier(0.41, 0.85, 0.6, 0.97);
}
.imageCarousel__withText--wrapper.fixed--height .is-selected .box-ratio img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.imageCarousel__withText--wrapper:not(.fixed--height) .box-ratio img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 2s cubic-bezier(0.41, 0.85, 0.6, 0.97);
}
.imageCarousel__withText--wrapper:not(.fixed--height) .is-selected .box-ratio img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 740px) {
  .imageCarousel__withText--wrapper {
    align-items: center;
  }
  .imageCarousel__withText--carousel {
      order: 0;
  }
  .imageCarousel__withText--caption {
    order: 1;
  }
  .imageCarousel__withText--wrapper.fixed--height .imageCarousel__withText--image,
  .imageCarousel__withText--wrapper.fixed--height .imageCarousel__withText--image .onboard {
    height: var(--mobile-section-height);
  }
  .imageCarousel__withText--wrapper.fixed--height .box-ratio {
    padding-bottom: var(--mobile-section-height) !important;
  }
}

.imageCarousel__withText--caption-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.imageCarousel__withText--caption.center .imageCarousel__withText--caption-content {
  align-items: center;
}


.imageCarousel__withText--caption.a-right .imageCarousel__withText--caption-content {
  align-items: flex-end;
}


@media screen and (max-width: 740px) {
  .imageCarousel__withText--caption.m-center .imageCarousel__withText--caption-content {
    text-align: center;
    align-items: center !important;
  }
}

.imageCarousel__withText--caption-content h2,
.imageCarousel__withText--caption-content .rte p {
    margin-bottom: 0;
}

.imageCarousel__withText--caption-content a.button {
  width: max-content;
  white-space: nowrap;
}

.imageCarousel__withText--image,
.imageCarousel__withText--onboard {
    width: 100%;
}

.carousel__image,
.carousel__image--caption {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    position: relative;
  }

.imageCarousel__withText--image,
.imageCarousel__withText--onboard {
    display: grid;
}

.carousel__image--caption {
  z-index: 2;
  padding: 20px;
  row-gap: 15px;
  display: grid;
  background: var(--section-background);
}

.carousel__image:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content:"";
  background: rgba(var(--section-overlay-color),var(--section-overlay-opacity));
  pointer-events: none;
  z-index: 1;
}

.carousel__image--caption h3,
.carousel__image--caption .rte p,
.carousel__image--caption .rte a {
  color: var(--text-color) !important;
  margin-bottom: 0;
}

.carousel__image--caption a.button {
  color: var(--button-text);
  background: var(--button-color);
  width: fit-content;
}

.imageCarousel__withText--wrapper .flickity-page-dots {
  display: none;
}

@media screen and (max-width: 740px) {
  .imageCarousel__withText--wrapper .flickity-page-dots {
    display: block;
    margin-bottom: 35px;
  }
  .imageCarousel__withText--wrapper .flickity-button {
    display: none;
  }
}

/* ---- Caption animations ---- */
@media screen and (prefers-reduced-motion: no-preference) {

  .imageCarousel__withText--image.is-selected h3,
  .imageCarousel__withText--image.is-selected .rte {
      animation: fadeInUp 0.7s ease-in-out 0.8s forwards;
  }
  .imageCarousel__withText--image.is-selected .carousel__image--caption,
  .imageCarousel__withText--image.is-selected .carousel__image--caption a.button {
    animation: fadeIn 1s ease-in-out 1s forwards;
  }
  .carousel__image--caption,
  .carousel__image--caption h3,
  .carousel__image--caption .rte,
  .carousel__image--caption a.button {
      opacity: 0;
  }
}


/* ---- Slideshow ---- */
.slideshow {
  border: 0 !important;
  width: 100%;
}

.slideshow-section .slideshow__slide-onboard,
.slideshow-section .onboard {
  min-height: 400px;
  height: 400px;
}

.slideshow__slide,
.slideshow__slide-LargeImage,
.slideshow__slide-SmallImage {
  width: 100%;
}

.slideshow__slide-LargeImage:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content:"";
    background: rgba(var(--section-overlay-color),var(--section-overlay-opacity));
    pointer-events: none;
    z-index: 1;
}

.slideshow__slide {
  opacity: 0 !important;
  transition: opacity 1s ease !important;
}

.slideshow__slide.is-selected {
  opacity: 1 !important;
}

@media screen and (min-width: 741px) {
  .slideshow-section button.flickity-button.flickity-prev-next-button.previous {
      left: 15px;
  }
  .slideshow-section button.flickity-button.flickity-prev-next-button.next {
      right: 15px;
  }
  .slideshow-section .flickity-prev-next-button {
      width: 50px;
      height: 50px;
      padding: 0;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      justify-content: center;
  }
}

.slideshow.flickity__section .flickity-page-dots {
    bottom: 25px;
}

.slideshow__caption {
  background: var(--section-background);
  z-index: 2;
}
.slideshow__caption .slideshow__caption-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: center;
  padding: 20px;
}
.slideshow__caption h2.slideshow__title {
  line-height: 1.2;
}
.slideshow__caption h2.slideshow__title,
.slideshow__caption .rte p {
  margin-bottom: 0;
  color: var(--text-color);
}
.slideshow__btn-wrapper {
  display: inline-block;
}
.slideshow__btn-wrapper a {
  color: var(--button-text);
  background: var(--button-color);
  padding: 15px 20px;
  letter-spacing: var(--button-spacing);
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: background .3s ease,color .3s ease;
  -moz-transition: background .3s ease,color .3s ease;
  -o-transition: background .3s ease,color .3s ease;
  transition: background .3s ease,color .3s ease;
}
.theme-features__button-shape--rounded .slideshow__btn-wrapper a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.theme-features__button-shape--squared .slideshow__btn-wrapper a {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.theme-features__button-shape--pill .slideshow__btn-wrapper a {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.slideshow__slide.small_image {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
  position: relative;
}
.slideshow__slide-SmallImage {
  padding: 5% 0 5% 5%;
  margin: 5% 0 5% 5%;
}
@media screen and (max-width: 740px) {
  .slideshow__slide.small_image {
    grid-template-columns: 1fr;
  }
  .slideshow__slide-SmallImage {
    padding: 0;
    margin: 0;
  }
}

.slideshow__slide-SmallImage h2.overlay-title {
  z-index: 2;
}
.slideshow__slide.small_image .slideshow__caption {
  align-self: center;
  position: relative;
}
.slideshow__slide.image .slideshow__caption {
  position: absolute;
  width: max-content;
  min-width: 300px;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 740px) {
  .slideshow__slide.image .slideshow__caption {
    max-width: 100%;
  }
  .slideshow__slide.small_image {
    flex-wrap: wrap;
    height: auto;
  }
  .slideshow__slide-SmallImage {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .slideshow__caption.caption--below__image h2.slideshow__title,
  .slideshow__caption.caption--below__image p,
  .slideshow__caption.caption--below__image .rte a {
    color: var(--color-body-text);
  }
  .slideshow__caption.caption--below__image {
    background: var(--background);
  }
  .slideshow__slide.small_image .slideshow__caption {
    width: 100%;
  }
  .slideshow__slide.small_image .slideshow__caption:not(.caption--below__image) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .slideshow__slide-SmallImage h2.overlay-title {
    display: none;
  }
  .slideshow__btn-wrapper {
      margin-right: 0;
  }
}

/* ---- Slideshow section heights ---- */
.slideshow-section .slideshow.is-fixed_height .slideshow__slide .box-ratio img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  transition: transform 2s cubic-bezier(0.41, 0.85, 0.6, 0.97);
  height: 100%;
}
.slideshow:not(.offset_slide).is-fixed_height .slideshow__slide.is-selected .box-ratio img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.slideshow-section .slideshow:not(.is-fixed_height) .slideshow__slide .box-ratio img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 2s cubic-bezier(0.41, 0.85, 0.6, 0.97);
}
.slideshow:not(.offset_slide):not(.is-fixed_height) .slideshow__slide.is-selected .box-ratio img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* fixed height */
.slideshow-section .slideshow.is-fixed_height .slideshow__slide-LargeImage,
.slideshow-section .slideshow.is-fixed_height .slideshow__slide-LargeImage .box-ratio img {
  height: var(--desktop-section-height);
}
.slideshow-section .slideshow.is-fixed_height .slideshow__slide-image .box-ratio {
  padding-bottom:var(--desktop-section-height) !important;
  position: relative;
}

.slideshow-section .slideshow.is-fixed_height .slideshow__slide-onboard,
.slideshow-section .slideshow.is-fixed_height .onboard {
  min-height: var(--desktop-section-height);
}

@media screen and (max-width: 740px) {
  .slideshow-section .slideshow.is-fixed_height .slideshow__slide-image,
  .slideshow-section .slideshow.is-fixed_height .slideshow__slide-image.box-ratio img,
  .slideshow-section .slideshow.is-fixed_height .slideshow__slide-LargeImage .box-ratio img {
    height: var(--mobile-section-height) !important;
  }
  .slideshow-section .slideshow.is-fixed_height .slideshow__slide-image .box-ratio {
    padding-bottom:var(--mobile-section-height) !important;
  }
  .slideshow-section .slideshow.is-fixed_height .slideshow__slide-onboard,
  .slideshow-section .slideshow.is-fixed_height .onboard {
    min-height: var(--mobile-section-height);
  }
}

@media screen and (min-width: 741px) {
  .slideshow.offset_slide .slideshow__slide {
    width: calc(100% - 80px) !important;
    opacity: 1 !important;
  }
}

/* ---- Slideshow caption animations ---- */
@media screen and (prefers-reduced-motion: no-preference) {

  .slideshow__slide.is-selected .slideshow__caption h2,
  .slideshow__slide.is-selected .slideshow__caption .rte {
      animation: fadeInUp .7s ease-in-out 0.8s forwards;
  }
  .slideshow__slide.is-selected .slideshow__caption,
  .slideshow__slide.is-selected .slideshow__caption .slideshow__btn-wrapper {
    animation: fadeIn 1s ease-in-out 1s forwards;
  }
  .slideshow__slide.is-selected .slideshow__caption,
  .slideshow__slide .slideshow__caption h2,
  .slideshow__slide .slideshow__caption .rte,
  .slideshow__slide .slideshow__caption .slideshow__btn-wrapper {
      opacity: 0;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/* Custom Icons */
.icn-close {
  width: 20px;
  height: 20px;
  position: relative;
}
.icn-close:after {
  content: '';
  height: 20px;
  border-left: 1px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 8px;
}
.icn-close:before {
  content: '';
  height: 20px;
  border-left: 1px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 8px;
}
/* CSS Slideouts */
.slideout {
  list-style: none;
  background: var(--background);
  width: 440px;
  height: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: unset;
  right: unset;
  z-index: 13;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

@media (max-width: 740px) {
  .slideout__drawer-left {
    width: 300px;
  }
  .slideout__drawer-right {
    width: 350px;
  }
}

.site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 12;
  visibility: hidden;
  opacity: 0;
  background: rgb(30, 30, 30);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.slideout__drawer-right {
  transform: translateX(450px);
  right: 0;
}
.slideout__drawer-left {
  transform: translateX(-450px);
  left: 0;
}
.slideout-left--open .slideout--active.slideout__drawer-left {
  transform: translateX(0);
}
.slideout-right--open .slideout--active.slideout__drawer-right {
  transform: translateX(0);
}
.slideout-left--open,
.slideout-right--open {
  overflow: hidden;
}

.slideout-left--open .js-slideout-overlay,
.slideout-right--open .js-slideout-overlay,
.modal--open .js-modal-overlay {
  opacity: 0.5 !important;
  visibility: visible;
  background: rgba(0,0,0,0.5);
}
.modal-mini-ajax-cart--open .js-modal-overlay {
  opacity: 0;
}
.slideout__trigger--open {
  z-index: 2;
  margin-bottom: 0;
  cursor: pointer;
}
.slideout__trigger-password {
  text-decoration: none !important;
}
.slideout__trigger-password:hover {
  background-color: unset !important;
}
.slideout__trigger-password svg {
  margin-right: 5px;
}
.slideout__trigger--close .slideout__trigger-mobile-menu,
.slideout__trigger--close .slideout__trigger-store-availability,
.slideout__trigger--close .slideout__trigger-password,
.slideout__trigger--close .slideout__trigger-ajax-cart,
.slideout__trigger--close .slideout__trigger-quickview,
.slideout__trigger--close .slideout__trigger-general-modal {
  padding: 15px 10px 15px 10px;
  margin-bottom: 0;
  color: black;
  background: unset;
  line-height: 50px;
  height: 50px;
}
.slideout__trigger--open .slideout__trigger-mobile-menu,
.slideout__trigger--open .slideout__trigger-store-availability,
.slideout__trigger--open .slideout__trigger-password {
  background: unset;
  margin-bottom: 0;
}
.slideout__trigger-mobile-menu:hover,
.slideout__trigger-store-availability:hover,
.slideout__trigger-password:hover,
.slideout__trigger-ajax-cart:hover,
.slideout__trigger-quickview:hover,
.slideout__trigger-general-modal:hover {
  background: unset;
}
.slideout__trigger--open .slideout__trigger-store-availability,
.slideout__trigger--open .slideout__trigger-password {
  color: var(--text-color);
  height: auto;
  text-align: left;
  text-decoration: underline;
  letter-spacing: unset;
  margin: 0;
  padding: 0;
}
.slideout__trigger-password,
.slideout__trigger-ajax-cart,
.slideout__trigger-quickview,
.slideout__trigger-general-modal {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
}
.slideout__trigger--open .slideout__trigger-store-availability:hover,
.slideout__trigger--open .slideout__trigger-password:hover {
  opacity: 0.8;
}
.slideout__trigger-store-availability .icn-close:before,
.slideout__trigger-store-availability .icn-close:after,
.slideout__trigger-password .icn-close:before,
.slideout__trigger-password .icn-close:after,
.slideout__trigger-ajax-cart .icn-close:before,
.slideout__trigger-quickview .icn-close:before,
.slideout__trigger-ajax-cart .icn-close:after,
.slideout__trigger-quickview .icn-close:after,
.slideout__trigger-general-modal .icn-close:before,
.slideout__trigger-general-modal .icn-close:after {
  border-color: var(--text-color);
}
.modal__general-modal__wrapper {
  padding: 60px !important;
}
.modal__general-modal__wrapper .slideout__trigger--close {
  position: absolute;
  right: 0;
  top: 0;
}
.slideout__trigger-general-modal {
  height: 40px !important;
  line-height: 40px !important;
  padding: 10px 10px !important;
}
.slideout-left--closed .slideout__drawer-left,
.slideout-right--closed .slideout__drawer-right {
  visibility: hidden;
  opacity: 0;
  -webkit-animation:slideoutFadeout 0.4s linear;
  animation:slideoutFadeout 0.4s linear;
}
.slideout-left--open .slideout__drawer-left,
.slideout-right--open .slideout__drawer-right {
  visibility: visible;
  opacity: 1;
  -webkit-animation:slideoutFadein 0.4s linear;
  animation:slideoutFadein 0.4s linear;
}
@keyframes slideoutFadeout {
  0%{opacity:1;visibility:visible;}
  99%{opacity:0;}
  100%{opacity:0;visibility: hidden;}
}
@keyframes slideoutFadein {
  0%{opacity:0;visibility:visible;}
  100%{opacity:1;}
}

/* Mobile Menu */
.mobile-menu__block {
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.mobile-menu__featured-image--full-width {
  margin: 0 0 0 -12px !important;
  padding: 0;
  width: 110%;
}
.mobile-menu__search form input {
  border: none;
  border-bottom: 1px solid;
  height: 41px;
  padding: 0 10px;
  font-size: var(--font-size);
}
.mobile-menu__accordion &gt; .mobile-menu__item:first-child {
  border-top: 1px solid;
}
.mobile-menu__item a {
  display: inline-block;
}
.mobile-menu__cart-icon {
  font-family:var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  font-size: var(--font-size);
  position: relative;
  display: block;
  border: 1px solid;
  padding: 10px;
  text-transform: uppercase;
}
.mobile-menu__cart-icon svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-55%);
}
.slideout__trigger-mobile-menu.js-slideout-open.text-left {
  padding: 0 3px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  line-height: 1;
}
.mobile-menu__social ul {
  list-style: none;
  padding-bottom: 0 !important;
}
.mobile-menu__social li {
  display: inline-block;
  margin: 3px 5px;
}
.mobile-menu__featured-text p,
.mobile-menu__search input {
  margin-bottom: 0;
}

/* Password Page */
.password .slideout__trigger-password {
  opacity: 0.8;
}

.password .slideout__trigger-password:hover {
  opacity: 1.0;
}

.password-page__wrapper {
  min-height: 100vh;
  padding: 15px;
}

.password-page__logo {
  padding-top: 100px;
  text-align: center;
}

.password-page__newsletter {
  width: 100%;
  margin-top: 100px;
}

.password-page__newsletter-wrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.password-page__newsletter-details {
  margin-bottom: 30px;
  text-align: center;
}

.password-page__newsletter-signup--email {
  float: left !important;
  text-indent: 10px;
  width: 66% !important;
  text-transform: uppercase;
  color: #000;
  height: 48px !important;
}

.password-page__newsletter-signup--submit {
  width: 28% !important;
  margin-left: 0;
  margin-top: 0;
  text-transform: uppercase;
  height: 48px !important;
}

.password-page__icons {
  margin-bottom: 20px;
}

.password-page__icons li {
  display: inline-block;
  margin: 0 5px;
}

.password-page__icons a:hover {
  opacity: 0.5;
}

.password-page__icons i {
  line-height: 30px;
}

.password-page__footer {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin-top: 220px;
}

.password-page__footer a {
  font-family:var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  font-size: 16px;
}

.password-page__login {
  padding: 10px 15px;
}
.password-page__login label {
  display: block;
  margin-bottom: 10px;
}
@media screen and ( max-width: 740px ) {
  .password-page__newsletter {
    margin-top: 50px;
  }
}

/* Error and Success Alerts */
.errors ul {
  list-style: none;
  font-style: italic;
  font-size: 14px;
  display: block;
}
.note-success {
  border: 1px solid;
  border-color: var(--success-msg-dark);
  background-color: var(--success-msg-light);
  color: var(--success-msg-dark);
  padding: 10px;
  margin-bottom: 15px;
}
.note-error {
  border: 1px solid;
  border-color: var(--error-msg-dark);
  background-color: var(--error-msg-light);
  color: var(--error-msg-dark);
  padding: 10px;
  margin-bottom: 15px;
}
.note-error ul,
.note-success ul {
  list-style: none;
  margin: 0;
}

/* Navigation */
.header__main-nav {
  list-style: none;
  margin-bottom: 0;
  background: var(--navigation);
  margin-top: -1px;
  margin-bottom: -1px;
}

.header__wrapper.inline-layout-true .header__main-nav,
.mobile-menu__trigger.header__main-nav {
  background: var(--header-background);
}

.theme-features__upcase-nav--true .header__main-nav li a.dlink,
.theme-features__upcase-nav--true .header__shopping-cart-links-container li a,
.theme-features__upcase-nav--true .header__shopping-cart-links .disclosure__toggle,
.theme-features__upcase-nav--true button.slideout__trigger-mobile-menu.cart-icon {
  text-transform: uppercase;
}

.header__shopping-cart-links-container li a,
.header__shopping-cart-links .disclosure__toggle,
button.slideout__trigger-mobile-menu.cart-icon {
  font-family: var(--nav-family) !important;
  font-weight: var(--nav-weight) !important;
  font-style: var(--nav-style);
  font-size: var(--nav-size);
  display: flex;
  padding: 0 10px;
  align-items: center;
}

.header__shopping-cart-links-container li a i {
  font-size: var(--nav-size);
}

.header__shopping-cart-links-container li a,
.header__shopping-cart-links-container li button {
  padding: 0 5px !important;
  color: var(--header-text-color);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 50px;
  height: 50px;
}
.header__shopping-cart-links-container li svg {
  margin: 0 5px;
}
.header__shopping-cart-links .disclosure__toggle,
.header__wrapper.cart-top-bar-true .disclosure__toggle {
  padding: 0 8px !important;
}

.header__shopping-cart-links-container li span.js-cart-count {
    background: var(--header-text-color);
    color: var(--header-wrapper-background);
    line-height: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: initial;
}

.header__main-nav li a {
  font-size: var(--font-size);
  color: var(--nav-color);
}

.header__main-nav li:hover &gt; a.first-level {
  text-decoration: none;
}

.rightarrow {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
}

.linklist-columns h5 a {
  font-family:var(--heading-family) !important;
  font-weight: var(--heading-weight) !important;
  font-style: var(--heading-style);
}
.linklist-columns li {
  display: block !important;
}
.linklist-columns li a {
  font-family:var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
}
h5.header__linklist-header {
  margin-bottom: 5px;
}


/* Header */
#wrapper.site-wrap__container {
  margin-top: 0;
}
.template-404 #wrapper.site-wrap__container, .template-search #wrapper.site-wrap__container {
  padding-bottom: 50px;
}
.header__wrapper,
.header__main-wrapper {
  background: var(--header-wrapper-background);
  position: relative;
}
.header__nav__list-item {
  display: inline-block;
  padding: 0;
}
.header__nav__link.dlink {
  font-family: var(--nav-family);
  font-weight: var(--nav-weight);
  font-style: var(--nav-style);
  font-size: var(--nav-size);
  height: auto;
  display: block;
  letter-spacing: var(--nav-spacing);
}
.header__nav__link:hover {
  text-decoration: underline;
}
.header__nav__link.dlink {
  position: relative;
  color: var(--nav-color);
  padding-left: 15px;
  padding-right: 15px;
}

.header__nav__list-item.first-level:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--nav-color);
    transition: width .3s;
    transform: translateY(-2px);
}
.header__nav__list-item.first-level:hover::after {
    width: 100%;
}

.header__wrapper.mobile-style-true .header__main-nav {
  justify-content: left !important;
}
.search-form {
  border: var(--heading-border-weight)px solid var(--dotted-color);
  position: relative;
}

.search-form input[type="text"] {
  margin-bottom: 0;
}

.search-form button[type="submit"] {
  width: 50px;
  max-width: initial;
  height: 50px;
  line-height: initial;
  padding: 0 12px;
  position: absolute;
  right: 1px;
  top: 0;
  font-size: 15px;
  line-height: 1;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-section.header__wrapper.block-layout-true .header__search-box-inline input.search__input {
  color: var(--header-text-color);
}

.header-section.header__wrapper.block-layout-true .header__search-box-inline input.search__input::-webkit-input-placeholder { /* WebKit browsers */
  color: var(--header-text-color);
}
.header-section.header__wrapper.block-layout-true .header__search-box-inline input.search__input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: var(--header-text-color);
}
.header-section.header__wrapper.block-layout-true .header__search-box-inline input.search__input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: var(--header-text-color);
}
.header-section.header__wrapper.block-layout-true .header__search-box-inline input.search__input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: var(--header-text-color);
}

.header__shopping-cart-links-container {
  text-align: right;
  margin-bottom: 0;
  position:relative;
}

.header__shopping-cart-links-container &gt; li.header__shopping-cart-link {
  display: inline-block;
  margin-left: 0px;
  vertical-align: middle;
}
@media only screen and (max-width: 1047px) {
  .header__shopping-cart-links-container &gt; li.header__shopping-cart-link {
    padding: 0 2px;
  }
}
.header__search-box-slidedown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  padding: 30px 50px;
  z-index: 99;
  background: #fff;
  top: 100%;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.header__search-box-slidedown-input {
  margin-bottom: 0;
  border: 1px solid var(--dotted-color);
  text-transform: capitalize;
  font-size: 16px;
  background: #f9f9f9;
}

.header__search-box-slidedown-input:focus {
  outline: none;
  box-shadow: none! important;
}
.header__topbar-container {
  align-items: center;
  position: relative;
  font-family:var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  background: var(--announcement-bar-background);
  color: var(--announcement-bar-text-color);
  text-align: center;
  margin-top: 0;
  line-height: 38px;
  grid-row-gap: 0;
}

.header__topbar-container p {
  margin-bottom: 0;
  line-height: initial;
  display: inline-block;
}

.header__topbar-container a {
  color: var(--announcement-bar-text-color);
  font-size: 12px;
  text-align: center;
}

.header__topbar-container #cart li button,
.header__topbar-container #cart li a {
  color: var(--announcement-bar-text-color);
  padding: 0;
  font-size: 12px;
  text-align: center;
  text-transform: capitalize;
}
.header__topbar-container #cart li button:hover,
.header__topbar-container #cart li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 740px) {
  .header__topbar-container,
  .header__topbar-announcement-text {
    margin-bottom: 0;
    text-align: center! important;
    line-height: inherit;
    min-height: 20px;
    padding: 3px 0;
  }
}

/* Top Bar Links */
.header__topbar-container ul.top-bar-links {
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
.header__topbar-container ul.top-bar-links li {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
  min-width: 100px;
}
.header__topbar-container ul.top-bar-links li a,
.header__topbar-container ul.top-bar-links li a:visited  {
  display: inline-block;
  width: 100%;
  color: var(--announcement-bar-text-color);
  padding: 0 10px;
  line-height: 39px;
}
.header__topbar-container ul.top-bar-links li a.active {
  color: var(--top-bar-links-active);
  background-color: var(--top-bar-links-bg-active);
}
.header__topbar-container ul.top-bar-links li a:hover {
  text-decoration: underline;
}

.header__mobile-logo a,
.header__desktop-logo a {
  font-family: var(--heading-family);
  font-weight: var(--heading-weight);
  font-style: var(--heading-style);
  text-decoration: none;
  color: var(--header-text-color);
}
@media only screen and ( max-width: 980px ) {
  .header__topbar-links,
  .header__topbar__shopping-cart-links {
    display: none !important;
  }
  .header__topbar-announcement-text {
    width: 100% !important;
    position: relative !important;
  }
}
.header__topbar-announcement-text .rte a:hover {
  text-decoration: underline;
}

/* Not Full Width */
.header__wrapper.full-width-false .header__topbar-container {
  padding: 0 4% !important;
}

/* Block Layout */
.header__wrapper.block-layout-true .header__block-top-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__wrapper.block-layout-true .header__block-top-wrapper,
.header__wrapper.block-layout-true .header__main-nav {
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--header-wrapper-background);
}
.header__wrapper.block-layout-true .header__main-nav {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  background-color: var(--navigation);
}

.header__wrapper.block-layout-true.full-width-true .header__block-top-wrapper {
  padding-left: 1%;
  padding-right: 1%;
}

.header__wrapper.block-layout-true.full-width-true .header__main-nav  {
  padding-left: calc(1% - 15px);
  padding-right: calc(1% - 15px);
}

.header__wrapper.block-layout-true.full-width-false .header__block-top-wrapper {
  padding-left: 5.04166667%;
  padding-right: 5.04166667%;
}

.header__wrapper.block-layout-true.full-width-false .header__main-nav {
  padding-left: calc(5.04166667% - 15px);
  padding-right: calc(5.04166667% - 15px);
}


/* Block Sticky */
.header__main-nav.header__nav__list.stickynav.sticky--active {
  z-index: 11 !important;
}
.header__wrapper.block-layout-true .header__main-nav.stickynav.sticky--active  {
	position: fixed !important;
	top: 0px !important;
  width: 100% !important;
  z-index: 11;
}


/* Inline Layout */
.header__wrapper.inline-layout-true .header__main-wrapper {
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--header-wrapper-background);
}
.header__wrapper.inline-layout-true.full-width-true .header__main-wrapper  {
  padding-left: 1%;
  padding-right: 1%;
}
.header__wrapper.inline-layout-true.full-width-false .header__main-wrapper {
  width: 92%;
}
.header__wrapper.inline-layout-true .header__main-wrapper {
  position: relative;
}
/* Inline Sticky */
.header__wrapper.inline-layout-true .header__main-wrapper.stickynav.sticky--active {
  z-index: 11 !important;
}
.header__wrapper.inline-layout-true .header__main-wrapper.stickynav.sticky--active  {
	position: fixed !important;
	top: 0px !important;
  width: 100% !important;
}

.header__wrapper.inline-layout-true.full-width-false .header__main-wrapper.stickynav.sticky--active{
  padding: 0 5%;
}

@media (min-width: 981px) and (max-width: 1200px) {
  /* Hide account link when site narrow */
  .header__wrapper.inline-layout-true .cart__link-login,
  .header__wrapper.block-layout-true .cart__link-login {
    display: none;
  }
}


/* Mobile Style */
.header__mobile-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--header-wrapper-background);
}
.header__wrapper.mobile-style-true.full-width-true .header__mobile-container  {
  padding-left: 1%;
  padding-right: 1%;
}
.header__wrapper.mobile-style-true.full-width-false .header__mobile-container {
  padding-left: 4%;
  padding-right: 4%;
}

.header__desktop-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Mobile Style Sticky */
.header__wrapper.mobile-style-true .header__mobile-container.stickynav.sticky--active {
  z-index: 11 !important;
}
.header__wrapper.mobile-style-true .header__mobile-container.stickynav.sticky--active  {
	position: fixed !important;
	top: 0px !important;
  width: 100% !important;
}

/* Mobile Header */
@media (max-width: 980px) {
  #mobile-header.header__mobile-container .mobile-menu__trigger {
    width: 20% !important;
    background: transparent;
  }
  #mobile-header.header__mobile-container .header__desktop-logo {
    width: 60% !important;
    text-align: center !important;
    left: unset !important;
    transform: unset !important;
  }
  #mobile-header.header__mobile-container .header__shopping-cart-links {
    width: 20% !important;
  }
  #mobile-header.header__mobile-container  {
    padding: 10px 4% !important;
  }
  #mobile-header.header__mobile-container li.header__shopping-cart-link {
    vertical-align: unset !important
  }
  #mobile-header.header__mobile-container li.header__shopping-cart-link svg {
    vertical-align: middle;
  }
}

/* Mobile Header Sticky */
.header__mobile-container.stickynav.sticky--active {
  z-index: 11 !important;
}
.header__mobile-container.stickynav.sticky--active  {
	position: fixed !important;
	top: 0px !important;
  width: 100% !important;
}

/*
 * Grid
 */


 #top-bar.header__topbar-container,
 #top-bar.header__topbar-container p,
 #top-bar.header__topbar-container a,
 #top-bar.header__topbar-container #cart li button,
 #top-bar.header__topbar-container #cart li a,
 #top-bar.header__topbar-container .disclosure__toggle  {
   font-size: calc(var(--nav-size) - 2px);
 }

#top-bar.full-width-false.header__topbar-container {
  padding: 0 4% !important;
}

#top-bar .disclosure {
   position: relative;
}
#top-bar .disclosure__toggle {
   white-space: nowrap;
   font-size: 13px;
   margin: 0;
   padding: 0;
   vertical-align: middle;
   display: inline-block;
   text-transform: uppercase;
   border-radius: unset !important;
   height: auto;
   line-height: unset;
}
#top-bar .disclosure__toggle:hover {
  background: var(--announcement-bar-background) !important;
}
#top-bar form#localization_form {
   margin: 0;
}
#top-bar .disclosure-list {
   top: 115%;
   padding: 11px 0px;
   position: absolute;
   display: none;
   min-height: 92px;
   max-height: 300px;
   overflow-y: auto;
   border-radius: 2px;
   z-index: 4;
   line-height: 20px;
   text-align: left;
   list-style: none;
}
#top-bar .disclosure-list--visible {
   display: block;
}
#top-bar .disclosure-list__item {
   border-bottom: 1px solid transparent;
   white-space: nowrap;
   padding: 5px 15px 4px 15px !important;
   text-align: left;
}
#top-bar .disclosure-list__item .disclosure-list__option {
  text-transform: capitalize;
  line-height: unset !important;
  height: unset !important;
}
#top-bar .disclosure-list__item:active {
   background-color: rgba(128, 128, 128, 0.2);
}

#top-bar.cart-top-bar-true .disclosure__toggle {
   color: var(--announcement-bar-text-color);
   background-color: transparent;
}
#top-bar.cart-top-bar-true .disclosure__toggle:hover {
  text-decoration: underline;
}
#top-bar .disclosure-list {
  background-color: var(--announcement-bar-background);
  border: 1px solid var(--announcement-bar-text-color);
}
#top-bar .disclosure-list__option:focus, .disclosure-list__option:hover {
 color: var(--announcement-bar-text-color);
 text-decoration: underline;
}
#top-bar .disclosure-list__item--current .disclosure-list__option {
 color: var(--announcement-bar-text-color);
 text-decoration: underline;
 font-weight: bold;
}

#top-bar .disclosure__toggle {
   color: var(--announcement-bar-text-color);
   background-color: transparent;
}
#top-bar .disclosure__toggle:hover {
  text-decoration: underline;
}
#top-bar .disclosure-list {
  background-color: var(--announcement-bar-background);
  border: 1px solid var(--announcement-bar-text-color);
}
#top-bar .disclosure-list__option {
  color: var(--announcement-bar-text-color);
  border-bottom: 1px solid transparent;
}
#top-bar .disclosure-list__option:focus, .disclosure-list__option:hover {
 text-decoration: underline;
}
#top-bar .disclosure-list__item--current .disclosure-list__option {
 color: var(--announcement-bar-text-color);
 text-decoration: underline;
 font-weight: bold;
}

#top-bar #HeaderCountryFormNoScript .localization-selector.button,
#top-bar #HeaderLanguageFormNoScript .localization-selector.button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: transparent;
  color: var(--announcement-bar-text-color);
  border: 1px solid var(--announcement-bar-text-color);
  height: 38px !important;
  line-height: 38px !important;
  padding-right: 30px;
  max-width: 170px;
}
#top-bar .selectors-form__select {
  position: relative;
}
#top-bar .selectors-form__select svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
#top-bar #HeaderLanguageFormNoScript .localization-selector.button:hover,
#top-bar #HeaderLanguageFormNoScript .localization-form__noscript-btn.button:hover {
  background: transparent !important;
}
#top-bar #HeaderCountryFormNoScript .localization-selector.button:hover,
#top-bar #HeaderCountryFormNoScript .localization-form__noscript-btn.button:hover {
  background: transparent !important;
}
#top-bar #HeaderCountryFormNoScript .localization-form__noscript-btn.button,
#top-bar #HeaderLanguageFormNoScript .localization-form__noscript-btn.button {
  border-left: 0 !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid var(--announcement-bar-text-color);
  padding-right: 20px !important;
  padding-left: 20px !important;
  background: transparent;
  height: 38px !important;
  line-height: 38px !important;
}


@media (min-width: 980px) {
  .header__wrapper g.header__icon--bag,
  .header__wrapper g.header__icon--cart polyline#Path-3,
  .header__wrapper g.header__icon--cart polyline#Path-7 {
    stroke: var(--header-text-color);
  }
  .header__wrapper g.header__icon--cart circle#Oval-Copy-2,
  .header__wrapper g.header__icon--cart circle#Oval-Copy-3 {
    fill: var(--header-text-color);
  }
}
.header__wrapper span.cart-count {
  color: var(--header-text-color);
}
@media (max-width: 980px) {
  .header__wrapper g.header__icon--bag,
  .header__wrapper g.header__icon--cart polyline {
    stroke: var(--header-text-color) !important;
  }
  .header__wrapper g.header__icon--cart circle {
    fill: var(--header-text-color) !important;
  }
}

/* Regular Submenu */
ul.header__nav__submenu,
ul.header__nav__sub-sub-menu {
  visibility: hidden;
  opacity: 0;
}
ul.header__nav__submenu a.header__nav__link,
ul.header__nav__sub-sub-menu a.header__nav__link {
  font-size: var(--font-size);
  color: var(--text-color);
  letter-spacing: var(--nav-spacing);
  display: inline-block;
  width: 90%;
}
ul.header__nav__submenu {
  position: absolute;
  padding: 10px 20px;
  margin: 0;
  min-width: 200px;
  max-width: 270px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
  background: var(--background);
  border-top: none;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
ul.header__nav__submenu  .header__nav__list-item {
  position: relative;
  display: block;
  margin: 6px 0;
  width: 100%;
  line-height: 1.5;
  text-align: left;
  transition: all 0.2s ease-in-out;
}
ul.header__nav__sub-sub-menu  {
  position: absolute;
  left: calc(100% + 20px);
  top: -16px;
  padding: 10px 20px;
  margin: 0;
  min-width: 200px;
  max-width: 270px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
  background: var(--background);
  border-top: none;
  transition: all 0.3s ease-in-out;
}
ul.header__nav__list li.header__nav__list-item:hover &gt; ul.header__nav__submenu,
ul.header__nav__list li.header__nav__list-item.navigation__menuitem--active &gt; ul.header__nav__submenu,
ul.header__nav__submenu .header__nav__list-item:hover &gt; ul.header__nav__sub-sub-menu,
ul.header__nav__submenu .header__nav__list-item.dropdown__menuitem--active &gt; ul.header__nav__sub-sub-menu {
  visibility: visible;
  opacity: 1;
}

/* Collections Megamenu */
.header__megamenu-wrapper {
  display: none;
  justify-content: center;
  background: var(--background) !important;
  padding: 40px 108px;
  z-index: 3;
  left: 0px;
  position: absolute;
}
.header__wrapper.full-width-true .header__megamenu-wrapper  {
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
}
.header__wrapper.full-width-false .header__megamenu-wrapper  {
  margin-left: 4%;
  margin-right: 4%;
  width: 92%;
}
ul.header__nav__list li.header__nav__list-item:hover &gt; .header__megamenu-wrapper,
ul.header__nav__list li.header__nav__list-item.navigation__menuitem--active &gt; .header__megamenu-wrapper {
  display: flex;
}
@media screen and (max-width: 1340px) {
  ul.header__nav__list li.header__nav__list-item:hover &gt; .header__megamenu-wrapper {
    padding-right: 30px;
    padding-left: 30px;
    flex-wrap: wrap;
  }
}
.header__megamenu-item {
  display: inline-block;
  padding: 0 5px;
}
.header__megamenu-title {
  font-size: var(--font-size) !important;
  color: var(--text-color) !important;
  padding-top: 8px;
  text-align: center;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  font-stretch: normal;
  margin: 0;
}
.header__megamenu-image img {
  object-fit: cover;
}
.header__megamenu-wrapper.image-ratio-vertical {
  height: auto;
}
.header__megamenu-wrapper.image-ratio-vertical .header__megamenu-image img {
  height: 250px;
  width: 200px;
  vertical-align: middle;
}
.header__megamenu-wrapper.image-ratio-horizontal .header__megamenu-image img {
  height: 150px;
  width: 200px;
  vertical-align: middle;
}
.header__megamenu-wrapper.image-ratio-square .header__megamenu-image img {
  object-position: center center;
  height: 184px;
  width: 184px;
  vertical-align: middle;
}
/* Linklist Columns */
.header__linklist-columns-wrapper {
   display: none;
   flex: 1 0 auto;
   background: var(--background) !important;
   align-self: center;
   position: absolute;
   z-index: 2;
   left: 0px;
   box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
 }
 .header__wrapper.full-width-true .header__linklist-columns-wrapper {
   margin-left: 1%;
   margin-right: 1%;
   width: 98%;
 }
 .header__wrapper.full-width-false .header__linklist-columns-wrapper {
   margin-left: 1%;
   margin-right: 1%;
   width: 98%;
   z-index: 5;
 }
 ul.header__nav__list li.header__nav__list-item:hover &gt; .header__linklist-columns-wrapper,
  ul.header__nav__list li.header__nav__list-item.navigation__menuitem--active &gt; .header__linklist-columns-wrapper {
   display: flex;
   justify-content: center;
   padding-right: 108px;
   padding-left: 108px;
 }
 .header__linklist-columns-container {
    flex-flow: column wrap;
    flex: 1 1 100%;
    columns: 4;
    padding-top: 20px;
    padding-bottom: 20px;
 }
 .header__linklist-columns-list {
   padding-right: 20px;
   padding-left: 20px;
   min-width: 25%;
   list-style: none;
   text-align: left;
   break-inside: avoid;
  page-break-inside: avoid;
 }
 .header__linklist-link {
   font-size: var(--font-size) !important;
   color: var(--text-color) !important;
   line-height: 1.75;
   margin-bottom: 0px !important;
 }
 .header__linklist-link:hover {
   text-decoration: underline;
 }
 .header__linklist-header a {
   font-weight: 600 !important;
   font-size: var(--font-size) !important;
   color: var(--text-color) !important;
   margin-top: 0 !important;
   margin-bottom: 10px !important;
   line-height: normal !important;
   line-height: inherit !important;
 }
/* Linklist Columns Images */
.header__linklist-images-wrapper {
  display: none;
  flex: 1 0 auto;
  background: var(--background) !important;
  align-self: center;
  position: absolute;
  z-index: 2;
  height: auto;
  left: 0px;
}
.header__wrapper.full-width-true .header__linklist-images-wrapper {
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
}
.header__wrapper.full-width-false .header__linklist-images-wrapper {
  margin-left: 4%;
  margin-right: 4%;
  width: 92%;
}
ul.header__nav__list li.header__nav__list-item:hover &gt; .header__linklist-images-wrapper,
ul.header__nav__list li.header__nav__list-item.navigation__menuitem--active &gt; .header__linklist-images-wrapper{
  display: flex;
  justify-content: center;
  box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
  padding: 40px 60px;
}

.header__linklist-images-container {
  flex-flow: column wrap;
  flex: 1 1 100%;
  columns: 3;
}
h5.header__linklist-images-header {
  margin-bottom: 5px;
}
.header__linklist-images-list {
  padding: 0;
  min-width: 33.33%;
  list-style: none;
  text-align: left;
  break-inside: avoid;
  page-break-inside: avoid;
}
.header__linklist-images-header a {
  font-size: var(--font-size) !important;
  font-weight: 600 !important;
  color: var(--text-color) !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  line-height: inherit !important;
}
.header__linklist-images__title {
  text-align: center !important;
  margin-top: 8px !important;
  font-size: var(--font-size) !important;
  color: var(--text-color) !important;
}
.header__linklist-images-link {
  font-size: var(--font-size) !important;
  color: var(--text-color) !important;
  line-height: 24px !important;
}
.header__linklist-images-link:hover {
  text-decoration: underline;
}
.header__linklist-images__image-wrapper {
  padding: 0 10px;
}
.header__linklist-images-wrapper.image-ratio-vertical {
  height: auto;
}
.header__linklist-images-wrapper.image-ratio-vertical .header__linklist-images__image {
  height: 234px;
  width: 184px;
  overflow: hidden;
}
.header__linklist-images-wrapper.image-ratio-vertical .header__linklist-images__image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.header__linklist-images-wrapper.image-ratio-vertical .header__linklist-images__title {
  margin-bottom: 25px;
}
.header__linklist-images-wrapper.image-ratio-horizontal .header__linklist-images__image {
  height: 134px;
  width: 184px;
  overflow: hidden;
}
.header__linklist-images-wrapper.image-ratio-horizontal .header__linklist-images__image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.header__linklist-images-wrapper.image-ratio-square .header__linklist-images__image {
  width: 184px;
  height: 184px;
  overflow: hidden;
}
.header__linklist-images-wrapper.image-ratio-square .header__linklist-images__image img {
  object-position: center center;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1240px) {
  .header__linklist-images-wrapper.image-ratio-square .header__linklist-images__image {
    height: 150px;
    width: 150px;
  }
}
@media screen and (max-width: 1040px) {
  .header__linklist-images-wrapper.image-ratio-square .header__linklist-images__image {
    height: 120px;
    width: 120px;
  }
}
@media screen and ( min-width: 1075px ) {
  ul.header__nav__list li.header__nav__list-item:hover &gt; .header__linklist-images-wrapper.image-ratio-square {
    padding: 40px 60px;
  }

}
@media screen and ( max-width: 1074px ) {
  ul.header__nav__list li.header__nav__list-item:hover &gt; .header__linklist-images-wrapper.image-ratio-square {
      padding: 40px 30px;
  }
}
/* Dropdowns on Edge */
ul.header__nav__sub-sub-menu.js-dropdown-nested.dropdown--edge {
  left: unset;
  right: calc(100% + 20px);
}
/* Arrows for Dropdowns */
.header__nav__list-item.has_sub_menu a.header__nav__link.first-level,
.header__nav__submenu .header__nav__list-item.has_sub_menu a.header__nav__link.second-level {
  position: relative;
}
.header__nav__list-item.has_sub_menu a.header__nav__link.first-level:after,
.header__nav__submenu .header__nav__list-item.has_sub_menu a.header__nav__link.second-level:before {
  content: ''
  margin-left: 10px;
}
.header__nav__list-item.has_sub_menu a.header__nav__link.first-level svg,
.header__nav__submenu .header__nav__list-item.has_sub_menu a.header__nav__link.second-level svg {
  position: absolute;
  right: 2px;
  top: 52%;
  transform: translateY(-50%);
}
/* Store Availability */
.store-availability-small-text {
  font-size: 13px;
}

.store-availability-information {
  display: flex;
  margin-left: 5px;
}

.store-availability-information-container {
  margin-left: 5px;
  text-align: left;
}

.store-availability-information__title,
.store-availability-information__stock {
  margin-bottom: 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 {
  left: unset;
  background-color: var(--background);
}

@media only screen and (max-width: 740px) {
  .store-availabilities-modal {
    width: 100%;
    z-index: 9999;
  }
}

.store-availabilities-modal__header {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 16px 0;
  padding-left: 20px;
  padding-right: 20px;
}

.store-availabilities-modal__product-title {
  font-size: 17px;
  text-transform: none;
  margin-bottom: 0;
}

.store-availabilities-list {
  overflow: auto;
  padding: 0 10px;
}

.store-availabilities-modal__close {
  margin-bottom: 13px;
  cursor: pointer;
}

.store-availability-list__item {
  padding: 0 10px 16px 10px;
}

.store-availability-list__item::before {
  content: "";
  display: block;
  margin: 0 0 16px 0;
  border-bottom: 1px solid var(--dotted-color);
}

.store-availability-list__item &gt; p {
  font-size: 13px;
  margin-bottom: 0;
}

.store-availability-list__location {
  display: flex;
  justify-content: space-between;
}

.store-availability-list__stock {
  margin-top: 8px;
  margin-bottom: 16px;
}

.store-availability-container {
  padding-bottom: 20px;
  padding-top: 10px;
}

/* ---- Recently Viewed Products ----- */

.recently-viewed-products.recently-viewed-products--visible {
  display: block;
}
.recently-viewed-products.recently-viewed-products--hidden {
  display: none;
}

.recently-viewed-products--carousel {
  width: 100%;
}

.recently-viewed-products__product {
  padding: 0 15px 0;
}


@media screen and (min-width: 741px) and (max-width: 980px ) {
  .recently-viewed-products--carousel .recently-viewed-products__product {
    width: 33.333% !important;
  }
  .recently-viewed-products {
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-column-gap: 20px;
  }
}

@media screen and (min-width: 741px) {
  .recently-viewed-products--carousel.flickity__section .flickity-page-dots {
      display: none;
  }
}

@media screen and (max-width: 740px) {
  .recently-viewed-products {
    grid-template-columns: 1fr 1fr !important;
    grid-column-gap: 10px;
  }
  .recently-viewed-products--carousel .recently-viewed-products__product {
    width: 50% !important;
  }
  .recently-viewed-products--carousel .flickity-prev-next-button.previous {
    left: 0;
  }
  .recently-viewed-products--carousel .flickity-prev-next-button.next {
    right: 0;
  }
  .recently-viewed-products--carousel.flickity__section .flickity-page-dots {
      display: none;
  }
}

.recently-viewed-products__product .icn {
  top: unset;
  left: unset;
}

/* Featured Collections Slider */
.featured-collections-slider .arrow-container button {
  padding: 0;
  margin-right: 20px;
}
.featured-collections-slider .arrow-container button:hover {
  background: transparent! important;
}
.featured-collections-slider .arrow-container svg.left-arrow {
  transform: rotate(180deg);
}
.featured-collections-slider .arrow-container svg.right-arrow {
  transform: rotate(0);
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
   }
    33% {
        opacity: 0;
   }
    66% {
        opacity: 0;
        visibility: visible;
   }
    100% {
        opacity: 1;
        visibility: visible;
   }
}
@keyframes fade-in {
    0% {
        opacity: 0;
   }
    33% {
        opacity: 0;
   }
    66% {
        opacity: 0;
        visibility: visible;
   }
    100% {
        opacity: 1;
        visibility: visible;
   }
}
.featured-collections-slider .collection-slide-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  position: relative;
  height: 704px;
}
.featured-collections-slider  .collection-description,
.featured-collections-slider .collection-image, .product-wrapper {
  width: 33.33333%;
}
.featured-collections-slider .collection-image .box-ratio {
  visibility: hidden;
  margin-bottom: 0px;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) forwards;
  animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) forwards;
}
.featured-collections-slider .collection-description {
  display: flex;
  text-align: left;
  justify-content: center;
  flex-direction: column;
  padding-right: 5%;
  padding-left: 5%;
  margin-bottom: 0;
}
.featured-collections-slider .collection-text {
  visibility: hidden;
  -webkit-animation: fade-in 0.9s cubic-bezier(0.390, 0.575, 0.565, 1.000) 700ms forwards;
  animation: fade-in 0.9s cubic-bezier(0.390, 0.575, 0.565, 1.000) 700ms forwards;
}
.featured-collections-slider .arrow-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.featured-collections-slider .arrow-container &gt; a {
  padding-right: 5%;
}
.featured-collections-slider .box-ratio {
  height: 100%;
  padding-bottom: 0px !important;
}
.featured-collections-slider  .box-ratio &gt; .center-img {
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  transform: scale(1.25);
}
.featured-collections-slider .box-ratio img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.featured-collections-slider .collection-link {
  height: 200px;
}
.featured-collections-slider .collection-link-text {
  visibility: hidden;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1500ms forwards;
  animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1500ms forwards;
  padding: 30px;
}
.featured-collections-slider .collection-link a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.featured-collections-slider .featured-product h3 {
  top: 62px;
}
.featured-collections-slider .featured-product {
  height: 504px;
  position: relative;
  visibility: hidden;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1000ms forwards;
  animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1000ms forwards;
}
.featured-collections-slider .featured-product_details {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: transparent;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
}
.featured-collections-slider .featured-product:hover .featured-product_details {
  visibility: visible;
  opacity: 1;
}
.featured-collections-slider .featured-product h3,
.featured-collections-slider .shop-product {
  margin: 0;
}
.featured-collections-slider #next, #previous {
  cursor: pointer;
}

/* ---- Merge queries css to main ---- */

/* #Media Queries
================================================== */
@media only screen and ( min-width: 981px ) {
  .desktop-hide {
    display: none !important;
  }
  #full-width-filter .sidebar-filters {
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}


.cart div#sticky-cart .sticky-cart__form {
  display: flex;
  justify-content: space-between;
  width:  100%;
}

@media only screen and ( max-width: 980px ) {
  .device-hide {
    display: none !important;
  }
  #logo img {
    max-width: 120px;
    margin: 0 auto;
  }
  .product .shopify-payment-button,
  .shopify-payment-button__button--branded {
    width: 100% !important;
  }
  input.AddtoCart,
  .shopify-payment-button__button--unbranded {
    width: 100% !important;
  }
  #shopify-section-product-recommendations {
    padding-top: 40px;
    margin-bottom: 60px;
  }
  #product-images {
    margin-bottom: 40px;
  }
  .tablet-hide {
    display: none! important;
  }
  .image__container .caption {
    width: 70%;
  }
  .vantage-accordion .product-accordion-content.default {
    padding: 10px;
  }
  .additional-checkout-buttons { margin-top: -8px; }
  /* sticky checkout */
  .cart div#sticky-cart {
    flex-wrap: wrap;
    height: auto;
    padding: 0 24px;
  }
  .cart div#sticky-cart .sticky-cart__form {
    flex-wrap:  wrap;
    align-items:center;
  }
  .cart div#sticky-cart .cart-total {
    width: 70%;
    text-align: left;
  }
  .cart div#sticky-cart .cart-total h3 {
    margin-bottom: 0;
  }
  .cart div#sticky-cart .cart-details {
    display: none;
  }
  .cart div#sticky-cart .cart-details p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .cart div#sticky-cart .cart-checkout {
    width: 30%;
  }
  .cart div#sticky-cart .cart-checkout input#checkout {
    width: 100%;
  }

  /* Featured Collections Slider Section - Media Query */
  .featured-collections-slider .collection-slide-wrapper {
    flex-wrap: wrap !important;
    height: auto !important;
  }
  .featured-collections-slider .collection-description,
  .featured-collections-slider .collection-image  {
    width: 50% !important;
    height: 400px !important;
  }
  .featured-collections-slider .product-wrapper {
    flex-wrap: wrap !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    width: 100% !important;
    height: auto !important;
  }
 .featured-collections-slider .collection-text p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .featured-collections-slider .product-wrapper .collection-link {
    width: 100% !important;
    order: 2;
    height: auto !important;
  }
  .featured-collections-slider .collection-link a {
    margin-top: 0 !important;
  }
  .featured-collections-slider .product-wrapper .featured-product {
    width: 100% !important;
    order: 1;
  }
}

@media only screen and (min-width: 740px) {
  #dropdown {
    display: none;
  }
  /* sticky checkout */
  .cart #sticky-cart .cart-total {
    align-self: center;
    padding-left: 24px;
  }
  .cart #sticky-cart .cart-total h3.title {
    margin-bottom: 0;
  }
  .cart #sticky-cart .cart-details {
    align-self: center;
  }
  .cart #sticky-cart .cart-details p {
    margin-bottom: 0;
  }
  .cart #sticky-cart .cart-checkout {
    width: 170px;
    align-self: center;
    padding-right: 24px;
  }
  .cart #sticky-cart .cart-checkout input#checkout {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    border-radius: 0;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .first {
    clear: none;
  }

  .tablet-first {
    clear: left;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 740px) {

  .navigation {
    display: none;
  }
  #product-photos div#main-image-gallery .carousel-cell {
    width: 100% !important;
  }
  .text_section {
    margin-top: 30px! important;
    padding: 0 40px 20px;
    text-align: left !important;
  }
  section.shopify-section.page-content {
    padding: 20px 40px;
  }
  .mobile-hide {
    display: none;
  }

  .first {
    clear: none;
  }

  .tablet-first {
    clear: none;
  }

  .mobile-first {
    clear: left;
  }

  .image__container {
    margin-bottom: 20px;
  }
  #search input.search__input {
    text-align: center;
    border: 1px solid var(--dotted-color)! important;
    line-height: 24px;
    width: 100%;
  }
  #subscribe_popup { width: 300px; }
  #search i.fa.fa-search {
    display: none;
  }
  div#product-description {
    text-align: center;
    margin-top: 30px;
  }
  .swatch-element {
    float: none! important;
    display: inline-block;
    margin: 0 5px;
  }

  .product-add.clearfix {
    text-align: center;
  }

  a.downer {
    float: none;
    display: inline-block;
  }

  a.up {
    float: none;
    display: inline-block;
  }

  input.quantity {
    float: none;
    display: inline-block! important;
  }

  input.add.clearfix {
    float: none;
    display: block;
    margin: 10px auto;
    width: 100%! important;
  }

  .desc {
    text-align: center;
  }

  span.twitter, span.facebook, span.pinterest {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  ul.view-more {
    text-align: center;
  }

  ul#sortme li {
    width: 100%;
    margin: 0! important;
    display: block;
  }

  select.styled-select {
    display: inline;
    width: 100px;
    min-width: 100px;
    clear: left;
    margin: 0;
  }

  .map-section-content {
    text-align: center;
  }

  .map-section-wrapper {
    height: auto;
  }

  .payment-methods {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
  }

  .global__featured-product .product-right {
    text-align: center;
  }
  .search #page,
  #shopping-cart {
    text-align: center;
    min-height: 200px;
  }
  #shopping-cart table p {
    font-size: 12px;
    line-height: 14px;
  }
  #shopping-cart .remove-product {
    right: -7px;
  }
  .cart-title h4 {
    font-size: 14px;
    letter-spacing: var(--main-spacing);
  }
  #basket-right {
    margin-bottom: 20px;
  }
  #sticky-cart {
    width: 100%;
    bottom: 0;
  }
  .article #article-pagination {
    flex-wrap: wrap;
  }
  .article #article-pagination a {
    margin-bottom: 10px;
  }
  .article #article-pagination {
    padding-top: 56px;
    margin-bottom: 61px;
  }
  .article .rte p {
    padding: 0;
  }
  #shopping-cart #cart-summary {
    text-align: center !important;
  }
  .product-page .quantity-selector {
    margin-left: auto;
    margin-right: auto;
  }
  .global__featured-product .quantity-selector {
    margin: 0 auto;
  }
  .mobile-reverse {
     display: flex;
     flex-direction: column-reverse;
  }
  #shipping-calculator .form.wrapper {
    grid-column-gap: 0;
  }
}

/* ---- Newsletter ---- */
.newsletter__popup-overlay {
  display: none;
}
.newsletter__popup-overlay.is-visible {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: rgba(0,0,0,0.25);
}
.newsletter__popup-container-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  text-align: center;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.newsletter__popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  right: 20px;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#newsletter__popup-content {
  display: flex;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  align-items: center;
}
.newsletter__popup-container .flex_column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

/* -- Image above -- */
.newsletter__popup-container.image_above {
  width: 600px;
}
.newsletter__popup-container.image_above #newsletter__popup-content {
  flex-direction: column;
}
.newsletter__popup-container.image_above .flex_column {
  text-align: center;
}

/* -- Image left -- */
.newsletter__popup-container.image_left {
  width: 800px;
}
.newsletter__popup-container.image_left #newsletter__popup-content {
  flex-direction: row;
}
.newsletter__popup-container.image_left .flex_column {
  flex: 1 400px;
}
.newsletter__popup-container.image_left .newsletter__popup-contentWrapper {
    padding: 30px;
}

/* -- Simple + no image -- */
.newsletter__popup-container.simple {
  width: 400px;
  top: unset;
  bottom: 25px;
  left: unset;
  right: 25px;
  -webkit-transform: translate(-25px, -25px);
  -ms-transform: translate(-25px, -25px);
  -moz-transform: translate(-25px, -25px);
  -o-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
}
.newsletter__popup-container.simple #newsletter__popup-content {
  flex-direction: row;
}
.newsletter__popup-container.image_above .newsletter__popup-contentWrapper,
.newsletter__popup-container.simple .newsletter__popup-contentWrapper {
    padding: 30px;
}
.newsletter__popup-text,
.newsletter__popup-form,
.newsletter__popup-form {
    width: 100%;
}
.newsletter__popup-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
.newsletter__popup-container.image_above .newsletter__popup-image {
  min-height: 300px;
  height: 300px;
}
.newsletter__popup-container.image_left .newsletter__popup-image {
  min-height: 400px;
  height: 400px;
}
.newsletter__popup-container.simple .newsletter__popup-image {
  display: none;
}
.newsletter__popup-text .gdpr-text {
  font-size: 13px;
  font-weight: 400;
}
.newsletter__popup-form input[type="email"] {
  border: 1px solid var(--dotted-color);
}
.newsletter__popup-form input[type="submit"],
.newsletter_popup--gdpr p {
  margin-top: 0;
}

.newsletter__popup-text h3,
.newsletter__popup-text p,
.newsletter_popup--gdpr p {
  color: var(--text-color);
}
.newsletter__popup-form input[type="email"] {
  color: var(--text-color);
}
.newsletter__popup-form input[type="email"]::-webkit-input-placeholder { /* WebKit browsers */
  color: var(--text-color);
}
.newsletter__popup-form input[type="email"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: var(--text-color);
}
.newsletter__popup-form input[type="email"]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: var(--text-color);
}
.newsletter__popup-form input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: var(--text-color);
}
.newsletter__popup-text h3 {
  font-size: var(--h3-size);
}
.newsletter__popup-text p {
  font-size: var(--text-size);
}

.newsletter__popup-text h3,
.newsletter__popup-text p,
.newsletter__popup-form input[type="email"],
.newsletter__popup-form input[type="submit"],
.newsletter_popup--gdpr p {
    margin-bottom: 15px;
}

/*
 * New Accordion Styles
 */

/*theming*/
.c-accordion.c-accordion--vantage {
  font-family:var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  color: var(--text-color);
  border-color: var(--dotted-color);
}

/*base*/
.c-accordion .dropdown-arrow {
  cursor: pointer;
}

.c-accordion .c-accordion__panel {
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
}

.accordion-expanded + .c-accordion__panel,
.c-accordion__header[aria-expanded="true"] + .c-accordion__panel {
  max-height: 999em;
  transition: max-height 0.35s ease-in-out;
  display: block;
}

.accordion-expanded .c-accordion__inner {
  animation: fadeIn .75s ease-in-out forwards;
}

.c-accordion .dropdown-arrow[aria-expanded="true"] &gt; svg {
  transform: rotate(180deg);
  transition: transform 0.35s ease;
}


/*
 * DEFAULT ACCORDION (NON-NESTED)
 */
.c-accordion.c-accordion--default {
  color: var(--text-color);
}
.c-accordion__header {
  border-radius: unset !important;
}
.c-accordion.c-accordion--default .c-accordion__header {
  /*box model*/
  display: flex;
  width: 100%;
  height: unset !important;
  padding: 15px 0 15px 10px;
  /*type*/
  font-family:var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  font-size: 16px;
  line-height: 25.4px;
  text-align: left;
  /*visual*/
  border-bottom: none;
  background: var(--background);
  border-top: 1px solid var(--dotted-color);
  border-radius: 0;
  color: var(--text-color);
  /*misc*/
  overflow: hidden;
  cursor: pointer;
}
.c-accordion.c-accordion--default .c-accordion__header {
  background-color: unset !important;
}
.c-accordion.c-accordion--default .c-accordion__header .dropdown-arrow {
  margin-left: auto;
  transform: rotate(0deg);
  transition: transform 0.35s ease;
}

.c-accordion.c-accordion--default .c-accordion__header[aria-expanded="true"] .dropdown-arrow {
  transform: rotate(180deg);
  transition: transform 0.35s ease;
}

.c-accordion.c-accordion--default .c-accordion__header-icons {
  margin-left: auto;
}

/* center aligning svg icons (both open and closed) */
.c-accordion.c-accordion--default.c-accordion--vantage .c-accordion__header svg {
  margin-right: 10px;
  vertical-align: middle;
}

/* logic for open and closed icons */
.c-accordion.c-accordion--default.c-accordion--vantage .c-accordion__header[aria-expanded="true"] svg.closed {
  display: none;
}
.c-accordion.c-accordion--default.c-accordion--vantage .c-accordion__header[aria-expanded="true"] svg.open {
  display: inline-block;
}
.c-accordion.c-accordion--default.c-accordion--vantage .c-accordion__header[aria-expanded="false"] svg.closed {
  display: inline-block;
}
.c-accordion.c-accordion--default.c-accordion--vantage .c-accordion__header[aria-expanded="false"] svg.open {
  display: none;
}

.c-accordion.c-accordion--default .c-accordion__inner {
  padding: 8px 0 10px 8px;
}

/*
 * theming
 */

/* add max width on custom product pages and custom pages */
body[class*="product-custom-"] .c-accordion.c-accordion--default.c-accordion--vantage ,
body[class*="page-custom-"] .c-accordion.c-accordion--default.c-accordion--vantage  {
  max-width: 900px;
}

/*
 * NESTED ACCORDION (MOBILE NAV)
 */

.c-accordion.c-accordion--mobile-nav {
  list-style: none;
  margin: 0;
}

.c-accordion.c-accordion--mobile-nav:not(.c-accordion--mobile-nav__inner) {
  padding: 10px;
}

.c-accordion.c-accordion--mobile-nav li:not(.c-accordion__panel) {
  padding: 15px 0 15px 10px;
  border-bottom: 1px solid;
}

.c-accordion.c-accordion--mobile-nav .c-accordion__panel {
  padding: 0 0 0 10px;
}

/* add more bottom padding on active panel */
.c-accordion.c-accordion--mobile-nav .c-accordion__panel.is-active {
  padding: 0 0 20px 10px;
}

.c-accordion.c-accordion--mobile-nav .c-accordion__header {
  display: flex;
}

/*
 * 2. override button styles
 * 3. add from existing styles
 */
.c-accordion.c-accordion--mobile-nav .dropdown-arrow {
  /* 2. */
  border: none;
  background: transparent;
  display: unset !important;
  margin-bottom: unset;
  line-height: unset;
  height: unset;
  width: unset;
  max-width: unset;
  transition: unset;
  /* 3. */
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
}

.c-accordion.c-accordion--mobile-nav .dropdown-arrow &gt; svg {
  transform: rotate(0);
  transition: transform 0.35s ease;
}

.c-accordion.c-accordion--mobile-nav .dropdown-arrow[aria-expanded="true"] &gt; svg {
  transform: rotate(180deg);
  transition: transform 0.35s ease;
}

.c-accordion.c-accordion--mobile-nav .c-accordion__header .dropdown-arrow {
  margin-left: auto;
}

.c-accordion.c-accordion--mobile-nav ul {
  margin: 0;
  list-style: none;
}

/* collection page sidebar accordion  */

.c-accordion.c-accordion--collection-page-sidebar.c-accordion--vantage {
  border-bottom: 1px solid var(--dotted-color);
}

.c-accordion.c-accordion--collection-page-sidebar.c-accordion--vantage ul li a {
  font-weight: unset !important;
  display: inline-block;
  color: var(--text-color);
}

.c-accordion.c-accordion--collection-page-sidebar.c-accordion--vantage .c-accordion__header  {
  display: flex;
  align-items: center;
  background: unset;
  border: none;
  width: auto;
  min-height: 50px;
  line-height: 50px;
  font-family: unset;
  font-size: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-align: left;
  text-decoration: none;
  color: unset;
  border-color: var(--dotted-color) !important;
}
.c-accordion.c-accordion--collection-page-sidebar.c-accordion--vantage &gt; .c-accordion__header {
  padding: unset;
}
.c-accordion.c-accordion--collection-page-sidebar.c-accordion--vantage button.c-accordion__header {
  width: 100%;
}

.c-accordion.c-accordion--collection-page-sidebar.c-accordion--vantage .c-accordion__header {
  line-height: 1.14;
}

.c-accordion.c-accordion--collection-page-sidebar.c-accordion--vantage a {
  font-weight: unset;
}

.c-accordion.c-accordion--collection-page-sidebar.c-accordion--vantage &gt; .c-accordion__header {
  border-top: 1px solid var(--dotted-color);
}

.c-accordion.c-accordion--collection-page-sidebar.c-accordion--vantage &gt; .c-accordion__header:first-child {
  border-top: none;
}

.c-accordion.c-accordion--collection-page-sidebar.c-accordion--vantage &gt; .c-accordion__header .dropdown-arrow {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  border-left: 1px solid;
  border-color: var(--dotted-color);
}

.c-accordion.c-accordion--collection-page-sidebar.c-accordion--vantage &gt; .c-accordion__header button.dropdown-arrow {
  background: none;
  height: initial;
  line-height: initial;
  border-radius: unset;
}

.c-accordion.c-accordion--collection-page-sidebar.c-accordion--vantage .c-accordion__header[aria-expanded="true"] .dropdown-arrow svg {
  transform: rotate(180deg);
  transition: transform 0.35s ease;
}


.c-accordion.c-accordion--mobile-nav.c-accordrion--collection-sidebar-menu {
  margin-bottom: 0 !important;
  padding: 0;
}

.c-accordion.c-accordion--mobile-nav.c-accordrion--collection-sidebar-menu .c-accordion__panel.is-active {
  padding-bottom: 10px;
}
.c-accordion.c-accordion--mobile-nav.c-accordrion--collection-sidebar-menu ul {
  margin-bottom: 0 !important;
}
.c-accordion.c-accordion--mobile-nav:not(.c-accordion--mobile-nav__inner) &gt; li:first-child,
.c-accordion.c-accordion--mobile-nav:not(.c-accordion--collection-sidebar-menu) li:not(.c-accordion__panel) {
  border-color: var(--dotted-color);
}

.c-accordion.c-accordion--mobile-nav.c-accordrion--collection-sidebar-menu .c-accordion__header {
  border-top: none;
  border-bottom: 1px solid var(--dotted-color);
}
.c-accordion.c-accordion--mobile-nav.c-accordrion--collection-sidebar-menu a {
  margin-bottom: unset !important;
}

.c-accordion.c-accordion--mobile-nav.c-accordrion--collection-sidebar-menu .c-accordion__header .dropdown-arrow {
  color: var(--text-color) !important;
  border-color: var(--dotted-color) !important;
}

.c-accordion.c-accordion--mobile-nav.c-accordrion--collection-sidebar-menu li:last-of-type {
  border-bottom: unset !important;
}

/* ---- SPI banner ---- */

.spi-banner {
  margin-top: 8px;
  margin-bottom: 12px;
}

/* ---- PhotoSwipe ---- */

.pswp__link { display: block; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
        }
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

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

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #fff;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: var(--directional-background);
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 50% !important;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
  background-color: var(--directional-hover-background) !important;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__button svg {
  pointer-events: none;
  width: 13px;
  min-width: 13px;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__element--disabled {
  display: none;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  width: 44px;
  height: 44px;
}

.pswp--zoom-allowed .pswp__button--zoom,
.pswp__button.pswp__button--zoom {
  display: none;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__ui {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px;
  width: 100%;
  text-align: right;
  background: transparent;
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.pswp__ui.pswp__ui--hidden {
  opacity: 0;
    transition: opacity .0s ease-in-out;
}

/* 2. Loading indicator (preloader) */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: #fff;
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
pswp__ui--hidden class is added when controls are hidden
e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint &amp; create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* ---- Loading animations ---- */

.loading-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  background: var(--background);
  z-index: 200;
  margin: 0 auto;
  text-align: center;
  opacity: 0.9;
  left: 0;
  top: 0;
}

.template-cart .loading-wrapper {
  left:  0;
}

.cart-loaded .loading-wrapper {
  display: none;
  opacity: 0;
}

.loading-ripple {
  display: inline-block;
  width: 80px;
  height: 80px;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
}
.loading-ripple div {
  position: absolute;
  border: 4px solid var(--dotted-color);
  opacity: 1;
  border-radius: 50%;
  animation: loadingRipple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes loadingRipple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* ---- Scrollbar Styles ---- */
.modal__container ::-webkit-scrollbar ,
.slideout ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.modal__container ::-webkit-scrollbar-button,
.slideout ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.modal__container ::-webkit-scrollbar-thumb ,
.slideout ::-webkit-scrollbar-thumb {
  background: var(--text-color);
  border: 0px none #ffffff;
  border-radius: 50px;
}
.modal__container ::-webkit-scrollbar-thumb:hover,
.slideout ::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.modal__container ::-webkit-scrollbar-thumb:active,
.slideout ::-webkit-scrollbar-thumb:active {
  background: #000000;
}
.modal__container ::-webkit-scrollbar-track,
.slideout ::-webkit-scrollbar-track {
  background: var(--dotted-color);
  border: 0px none #ffffff;
  border-radius: 50px;
}
.modal__container ::-webkit-scrollbar-track:hover,
.slideout ::-webkit-scrollbar-track:hover {
  background: var(--dotted-color);
}
.modal__container ::-webkit-scrollbar-track:active,
.slideout ::-webkit-scrollbar-track:active {
  background: #333333;
}
.modal__container ::-webkit-scrollbar-corner,
.slideout ::-webkit-scrollbar-corner {
  background: transparent;
}

/* ---- Modal Full Width --- */
.modal__container[data-wau-modal-full] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: unset;
  overflow: hidden;
  min-height: 100%;
}
.modal__container[data-wau-modal-full] .modal__inner-wrapper {
  border: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.modal__container[data-wau-modal-full] .modal__inner-content-container {
  max-height: unset;
  padding: 0;
  margin: 0;
  overflow: unset;
}

/* ---- Modal Styles ---- */
.modal__container {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 500;
  left: 50%;
  top: 10vh;
  transform: translateX(-50%);
  webkit-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
}

.modal__inner-content-container {
  max-height: 560px;
  overflow-y: auto;
  padding-right: 5px;
  margin: 10px;
}
/* Modal Content/Box */
.modal__inner-wrapper {
  background-color: var(--background);
  padding: 20px;
  border: 1px solid #888;
  max-height: 800px;
  overflow-y: hidden;
  position: relative;
}
.modal__inner-wrapper .loading-wrapper {
  height: 100%;
}
@media (min-width: 980px) {
  .modal__inner-wrapper,
  .modal__container {
    width: 880px;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .modal__inner-wrapper,
  .modal__container {
    width: 90%;
  }
}
@media (max-width: 739px) {
  .modal__inner-wrapper,
  .modal__container {
    width: 100%;
  }
  .modal__inner-wrapper {
    max-height: unset;
    padding: 50px 10px 20px 10px !important;
  }
}
.modal__container.modal--active {
  display: block;
  opacity: 1;
}
.modal__container button.slideout__trigger-ajax-cart.js-modal-close {
    padding: 0 5px;
}

/* ---- Cart Styles: Drawer, Modal, and Page ---- */
.mini-cart__container {
  position: relative;
}
.ajax-cart__cart-item {
  position: relative;
  border-top: 1px solid var(--dotted-color);
}
.ajax-cart__cart-item:last-child {
  border-bottom: 1px solid var(--dotted-color);
}
.ajax-cart__item-remove--js {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.ajax-cart__item-image img {
  vertical-align: middle;
  width: 100%;
}
.ajax-cart__header__continue-link {
  font-size: var(--font-size);
}
.ajax-cart__header__continue-link-text {
  margin-left: 5px;
}
.ajax-cart__item-quantity {
  width: 100px;
  height: 42px;
  border: 1px solid var(--dotted-color);
  font-size: 14px;
  color: black;
  text-align: center;
  margin: 0 auto;
}

.theme-features__button-shape--rounded .ajax-cart__item-quantity,
.theme-features__button-shape--rounded .ajax-cart__item-quantity,
.theme-features__button-shape--rounded .ajax-cart__item-quantity,
.theme-features__button-shape--rounded .ajax-cart__item-quantity,
.theme-features__button-shape--rounded .ajax-cart__item-quantity {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.theme-features__button-shape--squared .ajax-cart__item-quantity,
.theme-features__button-shape--squared .ajax-cart__item-quantity,
.theme-features__button-shape--squared .ajax-cart__item-quantity,
.theme-features__button-shape--squared .ajax-cart__item-quantity,
.theme-features__button-shape--squared .ajax-cart__item-quantity {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.theme-features__button-shape--pill .ajax-cart__item-quantity,
.theme-features__button-shape--pill .ajax-cart__item-quantity,
.theme-features__button-shape--pill .ajax-cart__item-quantity,
.theme-features__button-shape--pill .ajax-cart__item-quantity,
.theme-features__button-shape--pill .ajax-cart__item-quantity {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.ajax-cart__qty-control--down,
.ajax-cart__qty-control--up {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 20px;
  color: var(--text-color);
  cursor: pointer;
  padding: unset;
  background: unset;
}
.ajax-cart__qty-control--down:hover,
.ajax-cart__qty-control--up:hover {
  background: unset !important;
}
.ajax-cart__qty-input {
  border: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
  width: 30px !important;
  color: var(--text-color) !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ajax-cart__cart-variants {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: normal;
}
input.ajax-cart__qty-input::-webkit-outer-spin-button,
input.ajax-cart__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number].ajax-cart__qty-input {
  -moz-appearance: textfield;
}
.ajax-cart__buttons {
    text-align: right;
}
h4.ajax-cart__title {
  font-family: var(--main-family);
  font-weight: var(--main-weight);
  font-size: var(--font-size);
  letter-spacing: var(--main-spacing);
  margin-bottom: 5px;
}
.ajax-cart__title a {
  display: block;
  max-width: 225px;
}
.ajax-cart__accordion .accordion-content {
  list-style: none;
  padding-left: 0;
}
.ajax-cart__accordion .accordion-content.closed,
.ajax-cart__accordion .accordion-content2.closed {
  display: none;
}
.ajax-cart__accordion .accordion-content.default,
.ajax-cart__accordion .accordion-content,
.ajax-cart__accordion .accordion-content2.default,
.ajax-cart__accordion .accordion-content2 {
  display: block;
}
.ajax-cart__accordion .tlink.has_sub_menu,
.ajax-cart__accordion .tlink2.has_sub_menu {
  cursor: pointer;
  list-style: none;
  position: relative;
}
.ajax-cart__accordion .tlink.has_sub_menu span.icon,
.ajax-cart__accordion .tlink2.has_sub_menu span.icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.ajax-cart__accordion .tlink.has_sub_menu span.icon.active-arrow,
.ajax-cart__accordion .tlink.has_sub_menu.closed span.icon.inactive-arrow,
.ajax-cart__accordion .tlink2.has_sub_menu span.icon.active-arrow,
.ajax-cart__accordion .tlink2.has_sub_menu.closed span.icon.inactive-arrow {
  display: block;
}
.ajax-cart__accordion .tlink.has_sub_menu.closed span.icon.active-arrow,
.ajax-cart__accordion .tlink.has_sub_menu span.icon.inactive-arrow,
.ajax-cart__accordion .tlink2.has_sub_menu.closed span.icon.active-arrow,
.ajax-cart__accordion .tlink2.has_sub_menu span.icon.inactive-arrow {
  display: none;
}
.ajax-cart__accordion span.icon.inactive-arrow,
.ajax-cart__accordion span.icon.active-arrow {
  pointer-events: none;
}
.ajax-cart__accordion .tlink.has_sub_menu:after,
.ajax-cart__accordion .accordion-toggle2:after {
  padding-right: 0;
}
.ajax-cart__free-shipping {
  padding: 20px;
  margin-bottom: 15px;
  background-color: var(--free-shipping-bg);
  color: var(--free-shipping-text);
}
.ajax-cart__final-details div {
  font-size: 0;
  margin-bottom: 5px;
}
.ajax-cart__final-details div.total {
  font-weight: 600;
}
.ajax-cart__final-details div &gt; p {
  display: inline-block;
  font-size: var(--font-size);
  width: 50%;
  vertical-align: middle;
}
.ajax-cart__item-price dl,
.ajax-cart__item-line-price dl {
  margin-bottom: 0;
}
.ajax-cart__item-price dd,
.ajax-cart__item-line-price span {
  font-size: var(--font-size);
}
.ajax-cart__order-discount {
  list-style: none;
}
.ajax-cart__order-discount .order-discount__item .onsale {
  font-size: 11px;
}
.ajax-cart__button-view_cart {
  text-align: center;
  line-height: 50px;
}
.ajax-cart__cart-form {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.mini-cart__cart-note {
  grid-column: auto / span 12;
  width: 95%;
  text-align: left;
  display: block;
  border: 1px solid var(--error-color);
  padding: 5px;
  color: var(--error-color);
  background-color: var(--error-color-light);
  margin-top: 10px;
}
.mini-cart__cart-note p {
  margin-bottom: 0;
}
.ajax-cart__accordion .tlink.has_sub_menu a,
.ajax-cart__accordion .tlink2.has_sub_menu a {
  display: inline-block;
  width: 100%;
  font-family:var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  font-size: 16px;
  line-height: 25.4px;
  padding: 15px 0 ;
  border-top: 1px solid var(--dotted-color);
}

.ajax-cart__estimate-shipping--wrapper {
  padding: 84px 104px;
  border: 1px solid var(--dotted-color);
  background: white;
  text-align: center;
  margin: 57px 0 120px 0;
}

.ajax-cart__estimate-shipping--wrapper select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color:var(--background);
  font-family:var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  color: var(--text-color);
  border: 1px solid var(--dotted-color);
  border-radius: 0px;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 0 16px;
  margin-bottom: 0;
}

.ajax-cart__estimate-shipping--wrapper select:focus {
  color: var(--text-color);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2);
  outline: none;
}

.ajax-cart__form-wrapper.cart-wrapper:focus {
  outline: none !important;
}

/* Cart Styles: Page Only */
.ajax-cart__page-wrapper .ajax-cart__form-wrapper {
  margin-bottom: 20px;
}
.ajax-cart__page-wrapper .ajax-cart__header-wrapper {
  padding: 20px 0;
}
.ajax-cart__page-wrapper .ajax-cart__button-view_cart {
  display: none;
}
.ajax-cart__page-wrapper .ajax-cart__cart-item {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
  position: relative;
  margin-bottom: 32px;
  padding: 40px;
}
@media (min-width: 740px ) {
  .ajax-cart__page-wrapper .ajax-cart__item-image {
    grid-column: auto / span 2;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-qty {
    grid-column: auto / span 3;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-price,
  .ajax-cart__page-wrapper .ajax-cart__item-line-price {
    grid-column: auto / span 1;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-details {
    grid-column: auto / span 5;
    width: 100%;
    text-align: left;
  }
  .ajax-cart__page-wrapper .ajax-cart__info-wrapper {
    grid-column: auto / span 6;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__summary-wrapper {
    grid-column: auto / span 6;
    width: 100%;
  }
}
@media (min-width: 1250px) {
  .ajax-cart__page-wrapper .ajax-cart__item-image img {
    max-width: 200px;
  }
}
@media (min-width: 980px) and (max-width: 1249px) {
  .ajax-cart__page-wrapper .ajax-cart__item-image img {
    max-width: 190px;
  }
  .ajax-cart__page-wrapper .ajax-cart__qty-input {
    width: 40px !important;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .ajax-cart__page-wrapper .ajax-cart__cart-item {
    padding: 20px 40px 20px 20px !important;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-image {
    grid-column: auto / span 3;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-qty {
    grid-column: auto / span 3;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-price,
  .ajax-cart__page-wrapper .ajax-cart__item-line-price {
    grid-column: auto / span 1;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-details {
    grid-column: auto / span 4;
    width: 100%;
    text-align: left;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-image img {
    max-width: 120px;
  }
  .ajax-cart__page-wrapper .ajax-cart__qty-input {
    width: 40px !important;
  }
}
@media (max-width: 739px) {
  .ajax-cart__estimate-shipping--wrapper {
    padding: 40px 38px !important;
    margin-bottom: 20px !important;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-image img {
    max-width: 90px;
  }
  .ajax-cart__page-wrapper .ajax-cart__cart-item {
    padding: 15px !important;
    grid-row-gap: 0;
    grid-column-gap: 1rem;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-image {
    grid-column: auto / span 4;
    width: 100%;
  }
  .ajax-cart__page-wrapper ul.ajax-cart__cart-item .ajax-cart__item-details.v-center {
    text-align: left;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-price,
  .ajax-cart__page-wrapper .ajax-cart__item-line-price {
    grid-column: auto / span 3;
    width: 100%;
    text-align: center;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-qty {
    grid-column: auto / span 6;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-details {
    grid-column: auto / span 8;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__info-wrapper {
    grid-column: auto / span 12;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__summary-wrapper {
    grid-column: auto / span 12;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-quantity {
    margin: 0 auto;
  }
  .ajax-cart__title a {
    max-width: 190px;
  }
}
.ajax-cart__page-wrapper .ajax-cart__empty-cart {
  margin-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1024px) {

  .ajax-cart__page-wrapper .ajax-cart__cart-items {
      grid-column: auto / span 8;
  }
  .ajax-cart__page-wrapper .ajax-cart__summary-container {
      grid-column: auto / span 4;
      display: flex;
      flex-direction: column;
      row-gap: 20px;
  }
  .ajax-cart__page-wrapper .ajax-cart__estimate-shipping--wrapper {
      order: 0;
      padding: 15px;
      display: flex;
      flex-direction: column;
      margin: 0;
  }
  .ajax-cart__page-wrapper div#shipping-calculator .form {
    column-gap: 0;
  }
  .ajax-cart__page-wrapper .ajax-cart__summary-wrapper {
      order: 2;
      position: sticky;
      top: 150px;
  }
  .ajax-cart__page-wrapper .ajax-cart__info-wrapper {
      order: 1;
  }
  .ajax-cart__page-wrapper div#shipping-calculator {
      padding: 0;
  }
  .ajax-cart__page-wrapper div#shipping-calculator .span-3 {
      grid-column: auto / span 12;
  }
}


/* Cart Styles: Drawer Only */
.ajax-cart__drawer-wrapper .ajax-cart__header-wrapper {
  padding: 0;
}
.ajax-cart__drawer-wrapper .ajax-cart__form-wrapper .ajax-cart__header-wrapper {
  padding: 20px 15px;
}
.ajax-cart__drawer-wrapper .ajax-cart__info-wrapper,
.ajax-cart__drawer-wrapper .ajax-cart__summary-wrapper {
  padding: 0 15px;
}
.ajax-cart__drawer-wrapper .ajax-cart__cart-item {
  padding: 15px !important;
  grid-row-gap: 0;
  grid-column-gap: 1rem;
}
.ajax-cart__drawer-wrapper .modal-cart-title {
  display: none;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-remove--js {
  top: unset;
  bottom: 10px;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-image img {
  max-width: 70px;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-image {
  grid-column: auto / span 3;
  width: 100%;
  grid-row-start: 1;
  grid-row-end: 3;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-price,
.ajax-cart__drawer-wrapper .ajax-cart__item-line-price {
  grid-column: auto / span 3;
  width: 100%;
  text-align: center;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-price {
  order: 4;
  align-self: start;
  text-align: right;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-line-price {
  display: none;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-qty {
  grid-column: auto / span 6;
  width: 100%;
  order: 4;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-quantity {
    margin-left: 0;
    margin-right: auto;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-details {
  grid-column: auto / span 6;
  width: 100%;
  align-self: start;
}
.ajax-cart__drawer-wrapper .ajax-cart__info-wrapper {
  grid-column: auto / span 12;
  width: 100%;
}
.ajax-cart__drawer-wrapper .ajax-cart__summary-wrapper {
  grid-column: auto / span 12;
  width: 100%;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-quantity {
  text-align: center;
}
.ajax-cart__drawer-wrapper .ajax-cart__empty-cart {
  margin-top: 100px;
}
.ajax-cart__drawer-wrapper .ajax-cart__accordion a {
  border-top: none !important;
}
.ajax-cart__drawer-wrapper .modal-cart-count,
.ajax-cart__drawer-wrapper .cart-title,
.ajax-cart__drawer-wrapper .ajax-cart__title a {
  font-size: var(--font-size) !important;
  margin-bottom: 0;
}

.ajax-cart__drawer-wrapper .ajax-cart__summary-container {
  position: sticky;
  bottom: -10px;
  background: var(--background);
  padding: 20px 0;
}

.ajax-cart__drawer-wrapper .ajax-cart__summary-wrapper .ajax-cart__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.ajax-cart__drawer-wrapper .ajax-cart__summary-wrapper .ajax-cart__buttons .ajax-cart__button-view_cart,
.ajax-cart__drawer-wrapper .ajax-cart__summary-wrapper .ajax-cart__buttons .ajax-cart__button-submit {
  flex: 1;
  margin-bottom: 0;
}

@media (max-width: 739px) {
  .ajax-cart__drawer-wrapper #cart-title {
    display: none;
  }
  .ajax-cart__drawer-wrapper #cart-count {
    grid-column: auto / span 12 !important;
  }
  .ajax-cart__drawer-wrapper h4 {
    text-align: left;
  }
}
/* Cart Styles: Modal Only */
.ajax-cart__modal-wrapper .ajax-cart__form-wrapper {
  padding: 20px 20px;
}
.ajax-cart__modal-wrapper .ajax-cart__header-wrapper {
  padding: 0;
}
.ajax-cart__modal-wrapper .slideout__trigger--close {
  position: absolute;
  top: 8px;
  right: 10px;
}
.ajax-cart__modal-wrapper .ajax-cart__form-wrapper .ajax-cart__header-wrapper {
  max-width: 95%;
}
.ajax-cart__modal-wrapper .ajax-cart__cart-items {
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ajax-cart__modal-wrapper .ajax-cart__cart-item {
  padding: 10px 0 !important;
}
.ajax-cart__modal-wrapper .ajax-cart__item-image img {
  max-width: 70px;
}
.ajax-cart__modal-wrapper .ajax-cart__item-image__wrapper {
  margin: 0 auto;
  text-align: center;
}
.ajax-cart__modal-wrapper .ajax-cart__accordion .tlink.has_sub_menu a {
  border-top: transparent !important;
}
.ajax-cart__modal-wrapper .ajax-cart__qty-input {
  width: 40px !important;
}
.ajax-cart__modal-wrapper .ajax-cart__empty-cart {
  margin-top: 100px;
  padding-bottom: 100px;
}
.ajax-cart__modal-wrapper .slideout__trigger-ajax-cart {
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.ajax-cart__modal-wrapper .ajax-cart__final-details {
  margin-top: 10px;
}
.ajax-cart__modal-wrapper .ajax-cart__title a {
  font-size: calc(var(--font-size) + 2px);
}
.ajax-cart__modal-wrapper .ajax-cart__button-submit {
  margin-bottom: 0;
}
.ajax-cart__modal-wrapper .ajax-cart__button-view_cart {
  margin-bottom: 5px;
}
@media (min-width: 740px ) {
  .ajax-cart__modal-wrapper .ajax-cart__item-image,
  .ajax-cart__modal-wrapper .ajax-cart__item-price,
  .ajax-cart__modal-wrapper .ajax-cart__item-qty,
  .ajax-cart__modal-wrapper .ajax-cart__item-line-price {
    grid-column: auto / span 2;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__item-details {
    grid-column: auto / span 4;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__info-wrapper {
    grid-column: auto / span 6;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__summary-wrapper {
    grid-column: auto / span 6;
    width: 100%;
  }
}
@media (max-width: 739px) {
  .ajax-cart__modal-wrapper .ajax-cart__item-image {
    grid-column: auto / span 4;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__item-price,
  .ajax-cart__modal-wrapper .ajax-cart__item-line-price {
    grid-column: auto / span 3;
    width: 100%;
    text-align: center;
  }
  .ajax-cart__modal-wrapper .ajax-cart__item-qty {
    grid-column: auto / span 6;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__item-details {
    grid-column: auto / span 8;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__info-wrapper {
    grid-column: auto / span 12;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__summary-wrapper {
    grid-column: auto / span 12;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__item-quantity {
    text-align: center;
  }
  .ajax-cart__modal-wrapper #cart-title {
    display: none;
  }
  .ajax-cart__modal-wrapper #cart-count {
    grid-column: auto / span 12 !important;
  }
  .ajax-cart__modal-wrapper h4 {
    text-align: center;
  }
  #modal-ajax-cart .modal__inner-wrapper {
    padding: 5px 10px 20px 10px !important;
    overflow: auto;
  }
}
/* Cart Styles: Mini Modal Only */
.modal__container--mini_modal,
.modal__container--mini_modal .modal__inner-wrapper {
  width: 420px;
}
.modal__container--mini_modal {
  position: fixed;
  top: 10px;
  right: 10px;
  transform: unset;
  left: unset;
}
.modal__container--mini_modal .modal__inner-wrapper {
  margin: inherit !important;
  transform: unset !important;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__buttons {
  margin-top: 10px;
}
.ajax-cart__mini-modal-wrapper .or-divider,
.ajax-cart__mini-modal-wrapper .ajax-cart__buttons-additional {
  display: none;
}
.ajax-cart__mini-modal-wrapper,
.ajax-cart__mini-modal-wrapper h4 a {
  color: var(--text-color) !important;
  padding: 0 !important;
  font-size: initial !important;
}
.ajax-cart__mini-modal-wrapper h4 {
  margin-bottom: 5px;
}
.ajax-cart__mini-modal-wrapper .slideout__trigger--close,
.ajax-cart__mini-modal-wrapper .ajax-cart__estimate-shipping--wrapper,
.ajax-cart__mini-modal-wrapper .ajax-cart__info-wrapper,
.ajax-cart__mini-modal-wrapper .ajax-cart__qty-control--down,
.ajax-cart__mini-modal-wrapper .ajax-cart__qty-control--up,
.ajax-cart__mini-modal-wrapper .ajax-cart__item-line-price {
  display: none !important;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__item-quantity {
  width: auto;
  border: none !important;
  height: auto !important;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__summary-wrapper {
  grid-column: auto / span 12 !important;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__header-wrapper {
  padding-bottom: 5px;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__cart-items {
  max-height: 220px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__item-remove--js {
  top: 5px;
}
.ajax-cart__mini-modal-wrapper #cart-title {
  display: none;
}
.ajax-cart__mini-modal-wrapper #cart-count {
  grid-column: auto / span 12;
}
.ajax-cart__mini-modal-wrapper #cart-count h4 {
  text-align: center;
  font-size: var(--font-size);
}
.ajax-cart__mini-modal-wrapper .ajax-cart__title a,
.ajax-cart__mini-modal-wrapper .ajax-cart__cart-variants {
  text-align: left !important;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__cart-item {
  padding: 10px 0 !important;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__item-image img {
  max-width: 70px;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__item-image__wrapper {
  margin: 0 auto;
  text-align: center;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__accordion .tlink.has_sub_menu a {
  border-top: transparent !important;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__qty-input {
  width: 40px !important;
  height: auto !important;
  line-height: normal !important;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__empty-cart {
  margin-top: 100px;
  padding-bottom: 100px;
  font-size: var(--font-size);
}
.ajax-cart__mini-modal-wrapper .slideout__trigger-ajax-cart {
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.ajax-cart__mini-modal-wrapper hr {
  margin: 0 !important;
  display: none !important;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__final-details {
  margin-top: 10px;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__final-details {
  margin: 0 !important;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__title a {
  font-size: calc(var(--font-size) + 2px);
}
.ajax-cart__mini-modal-wrapper .ajax-cart__button-submit {
  margin-bottom: 0;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__button-view_cart {
  margin-bottom: 5px;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__item-image {
  grid-column: auto / span 3;
  width: 100%;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__item-price dd:after {
  content: 'x';
  display: inline;
  padding-left: 5px;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__item-price {
  grid-column: auto / span 3;
  width: 100%;
  align-self: end !important;
  vertical-align: bottom !important;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__item-qty {
  grid-column: auto / span 1;
  width: 100%;
  align-self: end !important;
  vertical-align: bottom !important;
  height: auto !important;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__item-line-price {
  grid-column: auto / span 2;
  width: 100%;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__item-details {
  grid-column: auto / span 5;
  width: 100%;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__info-wrapper {
  grid-column: auto / span 12;
  width: 100%;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__summary-wrapper {
  grid-column: auto / span 12;
  width: 100%;
}
.ajax-cart__mini-modal-wrapper .ajax-cart__final-details div &gt; p {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .ajax-cart__modal-wrapper .ajax-cart__form-wrapper {
    padding: 0 !important;
  }
  .modal__container--mini_modal {
    width: 97vw !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal__container--mini_modal .modal__inner-wrapper {
    width: auto !important;
  }
  .ajax-cart__mini-modal-wrapper #cart-count {
    grid-column: auto / span 12 !important;
  }
}

.ajax-cart__mini-modal-wrapper .ajax-cart__summary-wrapper .ajax-cart__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.ajax-cart__mini-modal-wrapper .ajax-cart__summary-wrapper .ajax-cart__buttons .ajax-cart__button-view_cart,
.ajax-cart__mini-modal-wrapper .ajax-cart__summary-wrapper .ajax-cart__buttons .ajax-cart__button-submit {
  flex: 1;
  margin-bottom: 0;
}

/* Vantage Only Cart Styles */
.theme-features__ajax-cart-method--mini_cart.modal-mini-cart--open .js-modal-overlay {
  opacity: 0;
}
#shopify-section-cart-template {
  margin-top: 70px;
}
#customer-service {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 480px;
  overflow: hidden;
  margin-top: 30px !important;
  margin-bottom: 80px !important;
}
#customer-service .item {
  width: 50%;
  align-self: center;
}
#customer-service .item.image img {
  object-fit: cover;
  height: 480px;
  width: 100%;
}
#customer-service .item.info {
  text-align: center;
  padding: 80px 104px 64px 104px;
}
#customer-service .item.info .button {
  margin-top: 24px;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding-top: 0;
}
#customer-service .item.info .info-columns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 71px;
}
#customer-service .item.info .info-column {
  width: 80px;
  margin-right: 24px;
}
#customer-service .item.info .info-column p {
  display: inline-block;
  font-size: 12px;
  line-height: 1.33;
  width: 70px;
}
#customer-service .item.info .rte p {
  font-size: 14px;
}
#customer-service .item.info .rte a {
  text-decoration: underline;
  font-size: 14px;
}
#customer-service .item.info .info-column svg,
#customer-service .item.info .info-column img {
  display: block;
  margin: 0 auto 16px auto;
  font-size: 24px;
}
#customer-service .item.info .info-column img {
  margin-left: auto;
  margin-right: auto;
}
.template-cart #customer-service {
  width: 100% !important;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #shopify-section-cart-template {
    margin-top: 50px;
  }
  #customer-service .item.info {
    width: 60% !important;
  }
  #customer-service .item.image {
    width: 40% !important;
  }
}
@media screen and (max-width: 740px) {
  #shopify-section-cart-template {
    margin-top: 40px;
  }
  #customer-service {
    flex-wrap: wrap;
    height: auto;
  }
  #customer-service .item.image,
  #customer-service .item.info {
    width: 100% !important;
  }
  #customer-service .item.info {
    padding: 40px 24px 40px 24px;
  }
  #customer-service .item.info .info-column:last-child {
    margin-right: 0;
  }
  #customer-service .item.info .info-column {
    margin-right: 0;
    margin-left: 0;
    margin-top: 10px;
    width: 110px;
  }
  #customer-service .item.info .info-columns {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #customer-service .item.info .info-columns {
    margin-top: 46px;
  }
  #shopping-cart #estimate-shipping div#wrapper-response {
    margin-top: 14px;
    font-size: 14px;
  }
  #shopping-cart #estimate-shipping div#wrapper-response p {
    font-size: 14px;
  }
  #shopping-cart textarea#note {
    width: auto;
  }
  #shopping-cart #estimate-shipping h3,
  #customer-service .item.info h3 {
    font-size: 24px;
    line-height: 28.8px;
  }
}

/* Shipping Calculator */
.ajax-cart__modal-wrapper .ajax-cart__estimate-shipping--wrapper,
.ajax-cart__drawer-wrapper .ajax-cart__estimate-shipping--wrapper {
  display: none;
}
.shipping-calc__response--wrapper {
  margin-top: 30px;
  font-size: var(--font-size);
}
.shipping-calc__rate {
  font-size: var(--font-size);
}
#shipping-calculator {
  padding: 40px 0;
}

/* ---- Product Quickview ---- */

.product__grid--buttons {
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
  flex-direction: column;
  gap:5px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transform: translateY(50px);
  transition: transform .25s ease;
}
.product__grid--buttons button {
  background: var(--directional-background);
  color: var(--directional-color);
  width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  line-height: 43px !important;
  padding: 0;
  margin-bottom: 0;
  border-radius: 50% !important;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  -webkit-appearance: none;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__grid--buttons button svg {
  pointer-events: none;
}
.product__grid--buttons button:hover {
  background: var(--directional-hover-background) !important;
}
.product__grid--buttons button:visited {
  background: var(--directional-background);
  color: var(--directional-color);
}
.product-index:hover .product__grid--buttons {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.product__grid--buttons form {
  z-index: 1;
}

.slideout__trigger-quickview__wrapper {
  position: fixed;
  right: 2px;
  z-index: 1;
  background: var(--background);
}
.product-quickview__wrapper .product__variants-select {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.product__section-container {
  grid-gap: 30px;
}

.product-quickview__form-wrapper .flickity-button {
  z-index: 100;
}

.product-quickview__form-wrapper {
  min-height: 580px;
}

.product__quickview-wrapper section.product__section-container.row {
  width: 830px;
}

#modal-quickview-cart .product__section-content {
  padding: 0;
}

#modal-quickview-cart #thumbnails {
  display: none !important;
}

#modal-quickview-cart .product-photos .carousel {
  margin-bottom: 0;
}

#modal-quickview-cart .product-page {
  padding-top: 0;
  row-gap: 0;
}

@media (min-width: 740px ) {
  .slideout__trigger-quickview__wrapper {
    top: 2px;
  }
  #modal-quickview-cart .product-quickview__container {
    overflow-y: auto;
    max-height: 800px;
    margin: 12px;
  }
  #modal-quickview-cart .modal__inner-wrapper {
    padding: 10px !important;
  }
}
#modal-quickview-cart .product__section-images {
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 3s; /* don't forget to set a duration! */
}
#modal-quickview-cart .product__section-content {
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}
@media (max-width: 739px ) {
  .slideout__trigger-quickview__wrapper {
    top: 20px;
  }
  #modal-quickview-cart .product-quickview__container {
    overflow-y: auto;
    max-height: 560px;
    margin: 10px;
    padding-right: 10px;
  }
  .product-index:hover .product__grid--buttons {
    display: none;
  }
}
.product-quickview__wrapper h3 {
  max-width: 380px;
}
/* ---- Hide Quick view trigger for specific sections ---- */

#shopify-section-product-recommendations .product-index:hover .product-listing__quickview-trigger {
  display: none !important;
}

/* fix cart discounts */
.discounts {
  display: flex;
}
.discounts &gt; * {
  width: 100%;
}
.discounts .a-right {
  font-size: var(--font-size);
  list-style: none;
}


/* ---- Image with text overlay section ---- */

.collection-section section.image__text-overlay {
  margin-bottom: 30px;
}

.image__text-overlay .grid__wrapper {
  row-gap: 0;
}

.image__text-overlay .onboard .placeholder-svg {
  height: 400px;
}
.image__text-overlay .background-image {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.image__text-overlay .image__container {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.image__text-overlay .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.first__block {
  margin-top: 0;
  padding-top: 0;
}

.template-cart .ajax-cart__drawer-wrapper .or-divider,
.template-cart .ajax-cart__drawer-wrapper .ajax-cart__buttons-additional,
.template-cart .ajax-cart__modal-wrapper .or-divider,
.template-cart .ajax-cart__modal-wrapper .ajax-cart__buttons-additional {
   display: none !important;
}
#dynamic-checkout-cart .shopify-cleanslate ul {
    justify-content: center !important;
}
body.template-cart  #sticky-cart {
  position: fixed;
  bottom: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: var(--background);
  z-index: 11;
  justify-content: space-between;
  height: 80px;
  left: 50%;
  transform: translate(-50%,0%);
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}
body.template-cart #sticky-cart.show {
  opacity: 1;
}

/* ---- Collection page banner ---- */

.collection__section--banner {
  padding-bottom: calc(var(--section-margins) / 2);
  display: grid;
  text-align: center;
  overflow: hidden;
}

.collection__banner-image {
  grid-area: 1 / -1;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.collection__banner-image {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.collection__banner-image img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

.main--collection__title {
  grid-area: 1 / -1;
  display: flex;
  flex-direction: column;
  margin: auto;
  text-align: center;
  z-index: 1;
  padding: 50px;
}

.main--collection__title h1 {
  margin-bottom: 0;
  position: relative;
}

section.collection__section--banner.has--banner__image .main--collection__title h1 {
  color: var(--banner-title);
}

section.collection__section--banner.has--banner__image .main--collection__title h1:before {
  position: absolute;
  content: "";
  top: -100px;
  right: -200px;
  bottom: -100px;
  left: -200px;
  background: radial-gradient(rgb(0 0 0 / 15%), transparent 70%);
  z-index: -1;
}

@media screen and (min-width: 741px) {
  .collection__banner-image .box-ratio {
    padding-bottom: 400px !important;
  }
}

@media screen and (max-width: 740px) {
  .collection__banner-image {
    height: 300px;
  }
  .collection__banner-image img {
    height: 300px;
  }
  .collection__banner-image .box-ratio {
    padding-bottom: 300px !important;
  }
}

/* ---- Onboard placeholder image styles ---- */

.onboard {
  line-height: 0;
}

.onboard svg:not(.zoom_btn--icon) {
  background: #454545;
  fill: #777777;
  width: 100%;
  height: 100%;
}


/* ---- Collection carousel section ---- */

.collection__carousel-section {
  align-items: center;
  grid-row-gap: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.collection__carousel-section .product-index {
  margin-bottom: 0;
}

.collection__carousel-content {
  display: grid;
  position: relative;
  height: 100%;
}

.collection__carousel--image,
.collection__carousel--details {
  grid-area: 1 / -1;
}

.collection__carousel--image .box-ratio {
  padding-bottom: 100% !important;
}

.collection__carousel--details {
  z-index: 1;
  display: flex;
  padding: 20px;
}

.carousel__details-inner {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 15px;
  width: 100%;
}

.collection__carousel--details {
  align-items: center;
}

.collection__carousel-content.has_image .collection__carousel--details {
  align-items: flex-end;
}

.collection__carousel--details a.button {
    margin-right: auto;
}

.collection__carousel--details h3,
.collection__carousel--details p,
.collection__carousel--details a.button {
    margin-bottom: 0;
}

.collection__carousel--image img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 741px) {
  .collection__carousel-section .flickity-button {
    display: flex;
  }
  .collection__carousel-section .flickity-page-dots {
    display: none;
  }
}

@media screen and (max-width: 740px) {
  .collection__carousel-section {
    grid-row-gap: 30px;
  }
  .collection__carousel-section .featured__collection-carousel .featured__collection-product {
    width: 50% !important;
    padding: 0 10px;
  }
  .collection__carousel-section .flickity-button {
    display: none;
  }
  .collection__carousel-section .flickity-page-dots {
    display: block;
  }
  .collection__carousel--details a.button {
    margin: 0 auto;
  }
}

/* ---- Promotions: global ---- */

.promotional__block-content {
  height: 100%;
}

.promotional__block-content .onboard {
    line-height: 0;
    height: 100%;
}

/* ---- promotions: banner text ---- */

.promotion__section-banner .promotional__block-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 740px) {
  .promotion__section-banner .promotional__block-content {
    flex-direction: column;
  }
}
.promotion__section-banner h3,
.promotion__section-banner p {
  margin: 0;
}
.promotion__section-banner h3.supersize {
  font-size: var(--supersize-h3);
}
.promotion__section-banner {
  padding: 20px;
}
.promotion__section-banner a.button {
  margin: 0;
}

/* ---- promotions: collection ---- */

.promotional__collection-images {
  grid-gap: 0;
  padding-right: 30px !important;
  height: 100%;
  align-items: center;
}
.promotional__collection-images .pci__first {
  padding-top: 60px;
  transform: translateX(20%);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 740px) {
  .promotional__collection-content,
  .promotional__product-content {
    text-align: center;
  }
}
@media screen and (min-width: 741px) {
  .promotional__collection-content {
    padding-top: 30px;
  }
}
.promotional__collection-content {
  transform: translateX(30px);
}
.promotional__collection-content.span-12 {
  padding-left: 30px;
}
.promotional__collection-images .box-ratio {
  padding-bottom: 140% !important;
  position: relative;
}
.promotional__collection-images .box-ratio img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 740px) {
  .promotional__collection-content {
    padding: 0 30px;
  }
  .promotional__collection-images .pci__first {
    transform: translateX(10%);
  }
}
@media screen and (max-width: 740px) {
  .promotional__collection-images {
    order: 0;
  }
  .promotional__collection-content {
    order: 1;
    transform: translateX(0)
  }
}

/* ---- promotions: product---- */

.promotional__product-images {
  grid-gap: 0;
  padding-left: 30px !important;
  height: 100%;
  align-items: center;
}
.promotional__product-images .pci__last {
  transform: translateX(-20%);
  position: relative;
  z-index: 3;
}
.promotional__product-images .pci__first {
  padding-top: 60px;
}
.promotional__product-content.span-12 {
  padding-left: 30px;
}
.promotional__product-images .box-ratio {
  padding-bottom: 140% !important;
  position: relative;
}
.promotional__product-images .box-ratio img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 741px) {
  .promotional__product-content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 740px) {
  .promotional__product-content {
    padding: 0 30px;
  }
  .promotional__product-images .pci__last {
    transform: translateX(-10%);
  }
}
@media screen and (min-width: 981px) {
  .promotional__product-content {
    transform: translateX(-20%);
  }
  .promotional__product-content.single__image-promotion {
    transform: translateX(0);
  }
}

/* ---- Promotions: rich text ---- */

.promotion__section-text .promotional__block-content {
  padding: 30px;
  display: grid;
  align-self: center;
  align-content: center;
}

.promotion__section-text .promotional__block-content a.button {
  justify-self: center;
}

.promotion__section-text .promotional__block-content h3.supersize {
    font-size: var(--supersize-h3);
    line-height: 1em;
}

/* ---- Promotions: hero ---- */

.promotional__hero-container {
    position: relative;
}

.promotional__hero-container .hero__caption {
    position: absolute;
    padding: 30px;
    min-width: 320px;
}

@media screen and (min-width: 741px) {
  .promotional__hero-container .hero__caption.pos-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .promotional__hero-container .hero__caption.pos-top_left {
    top: 10px;
    left: 10px;
    transform: translate(10px, 10px);
  }
  .promotional__hero-container .hero__caption.pos-bottom_left {
    bottom: 10px;
    left: 10px;
    transform: translate(10px, -10px);
  }
  .promotional__hero-container .hero__caption.pos-top_right {
    top: 10px;
    right: 10px;
    transform: translate(-10px, 10px);
  }
  .promotional__hero-container .hero__caption.pos-bottom_right {
    bottom: 10px;
    right: 10px;
    transform: translate(-10px, -10px);
  }
}
@media screen and (max-width: 740px) {
  .promotional__hero-container .hero__caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* ---- Testimonials ---- */

.testimonial__section-container {
  row-gap: 0;
}
.testimonial__content.center {
    padding-top: 30px;
    padding-bottom: 30px;
}
.testimonial__block-content {
    position: relative;
}

/* ---- Predictive search ---- */

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

#predictive-search {
  line-height: initial;
  --ps-background-color: var(--background);
  --ps-border-color: var(--dotted-color);
  --ps-color: var(--text-color);
  --ps-transition: background-color 100ms ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 120;
  width: 100%;
  pointer-events: none;
}
#predictive-search ul {
  margin-bottom: 0;
}
#predictive-search-results {
  max-height: 60vh;
  overflow-y: auto;
  background: var(--ps-background-color);
  border: 1px solid var(--ps-border-color);
  color: var(--ps-color);
  pointer-events: all;
}
.predictive-search__heading {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--ps-border-color);
  color: var(--ps-color);
}
.predictive-search__heading#predictive-search-products {
  margin-bottom: 1rem;
}
.predictive-search__item-content .price.price--listing .price-item {
  color: var(--ps-color);
}
.predictive-search__list-item,
.predictive-search__results-list &gt; li {
  list-style-type: none;
}
.predictive-search__item.button-as-link {
  color: var(--ps-color);
}
.predictive-search__item-content .price.price--listing {
  align-items: flex-start;
}
.predictive-search__image {
  margin-right: 1rem;
  width: initial;
}
/*center vertically*/
.predictive-search__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.predictive-search__item {
  display: flex;
  width: 100%;
  padding: 1rem;
  text-align: left;
  background-color: transparent;
  transition: var(--ps-transition);
  font-weight: initial;
  text-transform: initial;
  height: initial;
  line-height: initial;
  color: var(--ps-color);
}
.predictive-search__list-item--search .predictive-search__item {
  position: static;
  width: 100%;
  margin: 0;
  padding: 1rem;
  text-decoration: none;
}
.predictive-search-form {
  position: relative;
}
/*hover effects*/
.predictive-search__list-item--search .predictive-search__item:hover,
.predictive-search__list-item--search .predictive-search__item:focus,
#predictive-search .predictive-search__item:hover,
#predictive-search .predictive-search__item:focus {
  background-color: var(--ps-background-color);
}
.predictive-search__item:hover .predictive-search__item-heading {
  text-decoration: underline;
}
/*increase font weight*/
.predictive-search__item-heading {
  font-weight: 700;
}
/*add border*/
.predictive-search__list-item--search {
  border-top: 1px solid var(--ps-border-color);
}
.search__product-loop.grid__wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mobile-menu predictive-search .product-index.span-2.md-span-4.sm-span-6.auto {
  grid-column: auto / span 6 !important;
  width: 100%;
  margin-bottom: 1rem;
}

.mobile-menu predictive-search .grid__wrapper {
  grid-column-gap: 1rem;
  grid-row-gap:  1rem;
}

.mobile-menu #predictive-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 120;
  width: 100%;
}

.mobile-menu #predictive-search {
  position: relative;
}
predictive-search .product-index {
  margin-bottom: 30px;
}
predictive-search .product-index .product-listing__quickview-trigger,
predictive-search .product-index:hover .product-listing__quickview-trigger {
  display: none;
}

[data-wau-modal-full] #predictive-search-results {
  max-height: unset;
  overflow-y: unset;
  border: unset;
}
.mobile-menu #predictive-search-results-list,
[data-wau-modal-full] #predictive-search-results-list {
  box-shadow: unset;
}

/* ---- variant stock levels ---- */

.variant-stock-levels__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.variant-stock-levels__svg {
  margin-right: 5px;
  min-width: 30px;
}
.variant-stock-levels {
  margin-bottom: 15px;
}

.pulse__icon {
  border-radius: 50%;
  margin: 0 12px 0 8px;
  height: 15px;
  width: 15px;
  background: var(--pulse-color, rgba(255, 177, 66, 1));
  box-shadow: 0 0 0 0 var(--pulse-color, rgba(255, 177, 66, 1));
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}

@media screen and (max-width: 740px) {
  .variant-stock-levels__inner,
  .product-blocks__inner {
      justify-content: center;
  }
  .product-blocks__block .spr-starrating.spr-summary-starrating {
    justify-content: center !important;
  }
}


.product-index .size-swatch ul {
  margin-bottom: 0;
}

.product-index .size-swatch ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  background: transparent;
}

.product-index .size-swatch ul li a {
  font-size: 12px;
  color: var(--listing-size-color);
}

.product-index:hover &gt; .product-index-inner .size-swatch {
  display: block;
}

.size-swatch ul,
.col-swatch ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.col-swatch li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0;
  margin: 0px 2px;
}

.col-swatch li span {
  display:block;
}

.col-swatch li.color {
  width: 20px;
  height: 20px;
  margin:0;
  border-radius: 20px;
  border: 1px solid #eee;
  overflow: hidden;
}

.col-swatch li.color span {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.col-swatch li.color img.variant-image {
  transform: scale(3);
}

.col-swatch .options li {
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}


/* ---- Global image overlay caption positions ---- */

.image__caption.top_left {
    align-self: start;
    justify-self: start;
    text-align: left;
    justify-content: start;
    justify-items: start;
}

.image__caption.top_center {
    align-self: start;
    justify-self: center;
    text-align: center;
    justify-content: center;
    justify-items: center;
}

.image__caption.top_right {
    align-self: start;
    justify-self: flex-end;
    text-align:right;
    justify-content: flex-end;
    justify-items: end;
}

.image__caption.middle_left {
    align-self: center;
    justify-self: start;
    text-align: left;
    justify-content: start;
    justify-items: start;
}

.image__caption.middle_center {
    align-self: center;
    justify-self: center;
    text-align: center;
    justify-content: center;
    justify-items: center;
}

.image__caption.middle_right {
    align-self: center;
    justify-self: flex-end;
    text-align:right;
    justify-content: flex-end;
    justify-items: end;
}

.image__caption.bottom_left {
    align-self: end;
    justify-self: start;
    text-align: left;
    justify-content: start;
    justify-items: start;
}

.image__caption.bottom_center {
    align-self: end;
    justify-self: center;
    text-align: center;
    justify-content: center;
    justify-items: center;
}

.image__caption.bottom_right {
    align-self: end;
    justify-self: flex-end;
    text-align:right;
    justify-content: flex-end;
    justify-items: end;
}

/* ---- Linklist section ---- */

.linklist__section .grid__wrapper {
  row-gap: 0;
}

.linklist__content {
    padding: 10px 0;
}

ul.linklist__section--menu {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  margin: 0;
  flex-wrap: wrap;
  row-gap: 15px;
}

ul.linklist__section--menu li {
  margin: 0 10px;
  white-space: nowrap;
}

ul.linklist__section--menu li a {
  text-decoration: none;
  position: relative;
}

ul.linklist__section--menu li a:hover::after {
    width: 100%;
}

ul.linklist__section--menu li a:after {
    background: var(--text-color);
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: width .3s;
    transform: translateY(2px);
}

@media screen and (max-width: 740px) {
  .linklist__content {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .linklist__content::-webkit-scrollbar {
    display: none;
  }
  ul.linklist__section--menu {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}

/*---- Product full section ---- */
.product-full__content .product-blocks {
    grid-row-gap: 0;
}

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

.product--full--divider {
    height: 1px;
    width: 100%;
    margin-bottom: 20px;
    background: var(--dotted-color);
}

.product-blocks__block.product--full--related_products {
    padding-top: 20px;
    grid-row-gap: 0;
}

.product-blocks__block.product--full--related_products h4 {
  text-align: center;
}

/* ---- Text with icons section ---- */

section.text--with__icons {
    padding: 30px 0;
}

.icon__block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media screen and (max-width: 980px) {
  .icon__block {
    margin: 20px 0;
  }
}

.icon__block .rte p {
    margin-bottom: 0;
}

.icon__image-wrapper .box-ratio {
    padding-bottom: 30px !important;
    position: relative;
    background: transparent;
}

.icon__image-wrapper .box-ratio img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: unset;
    margin: 0 auto;
    height: 30px;
}

@media screen and (max-width: 740px) {
  section.text--with__icons .icon__block:last-child:not(.even) {
    grid-column: auto / span 12 !important;
  }
}

/* ---- Image with text section ---- */
.iwt__content--wrapper {
  align-items: center;
  gap: 0;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
  padding-left: 0;
  padding-right: 0;
}

.iwt__caption {
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.iwt__caption h2,
.iwt__caption p
.iwt__caption a.button {
    margin-bottom: 0;
}

.iwt__caption a.button {
    width: max-content;
    white-space: nowrap;
}

.iwt__caption.center {
    align-items: center;
}

.iwt__caption.a-right {
  align-items: flex-end;
}

.iwt__image .box-ratio {
  background: transparent;
}

.iwt__image.fixed--height {
  height: var(--desktop-section-height);
}

.iwt__image.fixed--height img {
  object-fit: cover;
  height: var(--desktop-section-height);
}

.iwt__image.fixed--height .box-ratio {
  padding-bottom: var(--desktop-section-height) !important;
}

.iwt__image.fixed--height .onboard  {
  height: var(--desktop-section-height);
  display: flex;
  align-items: center;
  justify-content: center;
}

.iwt__image.fixed--height.is--fixed .placeholder-image svg {
  height: 100%;
}

@media screen and (max-width: 740px) {
  .iwt__image.fixed--height {
    height: var(--mobile-section-height);
  }
  .iwt__image.fixed--height img {
    object-fit: cover;
    height: var(--mobile-section-height);
  }
  .iwt__image.fixed--height .box-ratio {
    padding-bottom: var(--mobile-section-height) !important;
  }
  .iwt__image.fixed--height .onboard {
    height: var(--mobile-section-height);
  }
  .iwt__caption {
    order: 1;
  }
  .iwt__caption.m-center {
    text-align: center;
    align-items: center !important;
  }
}

/* ---- Section rounding ---- */

.theme-features__rounding--true .onboard svg,
.theme-features__rounding--true svg.placeholder-svg,
.theme-features__rounding--true .box-ratio,
.theme-features__rounding--true .reveal .hidden,
.theme-features__rounding--true .product-media-container,
.theme-features__rounding--true .image-thumbnail,
.theme-features__rounding--true .recent-caption,
.theme-features__rounding--true .recent-image img,
.theme-features__rounding--true .rte img,
.theme-features__rounding--true .videoWrapper,
.theme-features__rounding--true .iwt__content--wrapper,
.theme-features__rounding--true .image__text-overlay .image__container,
.theme-features__rounding--true .background-video-section .caption,
.theme-features__rounding--true .map-section-content-wrapper,
.theme-features__rounding--true .ajax-cart__page-wrapper .ajax-cart__cart-item,
.theme-features__rounding--true .ajax-cart__page-wrapper .ajax-cart__estimate-shipping--wrapper,
.theme-features__rounding--true .customer-service .item.image img,
.theme-features__rounding--true .ajax-cart__item-image__wrapper img,
.theme-features__rounding--true .promotional__section-block,
.theme-features__rounding--true .gallery--card_content,
.theme-features__rounding--true .card-gallery img,
.theme-features__rounding--true .carousel__image:before,
.theme-features__rounding--true .slideshow__slide-LargeImage:before,
.theme-features__rounding--true gallery-block .image__container .promo-inner:before,
.theme-features__rounding--true .collection__carousel-content,
.theme-features__rounding--true .carousel__details-inner,
.theme-features__rounding--true .shop__theLook-section .product-hotspot,
.theme-features__rounding--true .shop__thelook-content img,
.theme-features__rounding--true .header__megamenu-image,
.theme-features__rounding--true .collection--loop_ad {
    border-radius: var(--section-rounding);
    overflow: hidden;
}

/* Content not rounded */
.theme-features__rounding--true .section--full-width .onboard svg,
.theme-features__rounding--true .section--full-width .box-ratio,
.theme-features__rounding--true .section--full-width svg.placeholder-svg,
.theme-features__rounding--true .section--full-width.image__text-overlay .image__container,
.theme-features__rounding--true .collection__banner-image .box-ratio,
.theme-features__rounding--true .collection__banner-image img,
.theme-features__rounding--true .section--full-width .videoWrapper {
  border-radius: 0 !important;
}

/* ---- Complementary products ---- */

.complementary__products .complementary__grid--loop {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.complementary__products .product__complementary-item {
  flex: 1 1 calc(50% - 10px);
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--dotted-color);
  gap: 15px;
}

@media screen and (max-width: 1280px) {
  .complementary__products .complementary__grid--loop {
    flex-direction: column;
  }

  .complementary__products .product__complementary-item {
    flex: 1 1 100%;
  }
}

.complementary__products .product__complementary-item .prod-image {
  flex: 0 0 120px;
  margin: 0;
}

@media screen and (max-width: 740px) {
  .complementary__products .product__complementary-item {
    width: 100%;
  }
  .complementary__products .product__complementary-item .prod-image {
    flex: 0 0 100px;
    margin: 0;
  }
}

.complementary__products .product__complementary-item .product-info {
  display: flex;
  flex-direction: column;
  flex: 3;
  gap: 15px;
  text-align: left;
  padding: 0;
  align-items: flex-start;
}

.product__complementary-item .product-info .product-info-inner {
   width: 100%;
}
.product__complementary-item .price {
  align-items: start;
}
.product__complementary-item .product-info form {
    margin-top: 0;
}
.product__complementary-item input.button-as-link,
.product__complementary-item button.button-as-link {
  margin-bottom: 0 !important;
  padding: 0 !important;
  text-align: left;
  width: auto !important;
  line-height: unset !important;
  height: unset !important;
  min-height: unset;
}
.product__complementary-item button.button-as-link:hover {
  background: transparent !important;
}
@media screen and (max-width: 740px) {
  .product__complementary-item button.button-as-link.js-quickview-trigger {
    display: none;
  }
}
.product__complementary-item .note-error {
    border: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-top: -15px;
    background: var(--background);
}

/* ---- Background video section ---- */
.background--video__section .item {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
   height: 0;
  overflow: hidden;
  max-width: 100vw;
}
.background--video__section {
  position: relative;
}
.background--video__section .item iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.background--video__section video{
  width: 100%;
}
.background--video__section .caption {
  background: var(--section-background);
  padding: 20px;
  position: absolute;
  max-width: 90%;
  width: max-content;
}
.background--video__section .caption .caption-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.background--video__section .caption.a-center .caption-inner {
  justify-content: center;
  text-align: center;
}
.background--video__section .caption.a-center .caption-inner .video--button_wrapper {
  margin: 0 auto;
}
.background--video__section .caption.a-left .caption-inner {
  justify-content: flex-start;
  text-align: left;
}
.background--video__section .caption.a-left .caption-inner .video--button_wrapper {
  margin: 0 auto 0 0;
}
.background--video__section .caption.a-right .caption-inner {
  justify-content: flex-end;
  text-align: right;
}
.background--video__section .caption.a-right .caption-inner .video--button_wrapper {
  margin: 0 0 0 auto;
}
.background--video__section .caption h2,
.background--video__section .caption p {
  color: var(--text-color);
}
.background--video__section .caption .video--button_wrapper,
.background--video__section .caption .video--button_wrapper:hover {
  background: var(--button-color);
}
.background--video__section .caption .video--button_wrapper a.button {
  color: var(--button-text);
  text-decoration: none;
}
.background--video__section .caption h2,
.background--video__section .caption p {
  margin: 0;
}

/* ---- Gallery cards section ---- */

.gallery--card_content {
  display: grid;
  height: var(--desktop-section-height);
  overflow: hidden;
  border: 1px solid var(--dotted-color);
}

@media screen and (max-width: 740px) {
  .gallery--block_container.grid__wrapper {
    display: flex !important;
    width: 100%;
    margin-bottom: 10px;
  }
  .gallery--block_container.grid__wrapper .flickity-viewport {
    width: 100%;
  }
  .gallery--card_content {
    grid-column: unset !important;
    width: 100%;
    height: var(--mobile-section-height);
  }
}

.gallery--card_caption {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
}

.gallery--card_caption.align-left {
  text-align: left;
  justify-content: center;
  align-items: start;
}

.gallery--card_caption.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.gallery--card_caption.align-right {
  text-align: right;
  justify-content: center;
  align-items: end;
}

@media screen and (max-width: 740px) {
  .gallery--card_caption.align-left,
  .gallery--card_caption.align-center,
  .gallery--card_caption.align-right {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

.gallery--card_caption h3,
.gallery--card_caption p,
.gallery--card_caption .button {
  margin-top: 0;
  margin-bottom: 0;
}

.gallery--card_image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery--card_image a {
  width: 100%;
  height: 100%;
}

.gallery--card_image img {
  object-fit: cover;
  object-position: center center;
}

.gallery--card_image .onboard {
  height: 100%;
  width: 100%;
}

/*---- Grid appearance ---- */

.gallery--card_content.layout--image_left,
.gallery--card_content.layout--image_right {
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 740px) {
  .gallery--card_content.layout--image_left,
  .gallery--card_content.layout--image_right {
    grid-template-columns: 1fr;
  }
}

.gallery--card_content.layout--image_above,
.gallery--card_content.layout--image_float {
    grid-template-columns: 1fr;
    flex: 0 0 100%;
}

/* ---- image above ---- */
.gallery--card_content.layout--image_above .gallery--card_image {
    grid-row: 1 / 1;
    height: calc(var(--desktop-section-height) / 2);
}
.gallery--card_content.layout--image_above .gallery--card_image img {
    height: calc(var(--desktop-section-height) / 2);
}
.gallery--card_content.layout--image_above .gallery--card_image .box-ratio {
    padding-bottom: calc(var(--desktop-section-height) / 2) !important;
}
.gallery--card_content.layout--image_above .gallery--card_caption {
    grid-row: 2 / 2;
    height: calc(var(--desktop-section-height) / 2);
}

/* ---- image left ---- */
.gallery--card_content.layout--image_left .gallery--card_image {
    grid-column: 1 / 2;
    grid-row: 1 / 1;
    height: var(--desktop-section-height);
}

.gallery--card_content.layout--image_left .gallery--card_caption {
    grid-column: 2 / 2;
    grid-row: 1 / 1;
    height: var(--desktop-section-height);
}

/* ---- image right ---- */
.gallery--card_content.layout--image_right .gallery--card_image {
    grid-column: 2 / 2;
    grid-row: 1 / 1;
    height: var(--desktop-section-height);
}

.gallery--card_content.layout--image_right .gallery--card_caption {
    grid-column: 1 / 2;
    grid-row: 1 / 1;
    height: var(--desktop-section-height);
}

/* ---- image float ---- */
.gallery--card_content.layout--image_float .gallery--card_image {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    height: var(--desktop-section-height);
}

.gallery--card_content.layout--image_float .gallery--card_caption {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    height: var(--desktop-section-height);
    background: transparent !important;
}

/* ---- Handle image sizes for full height on desktop ---- */
.gallery--card_content:not(.layout--image_above) .gallery--card_image img {
    height: var(--desktop-section-height);
}
.gallery--card_content:not(.layout--image_above) .gallery--card_image .box-ratio {
    padding-bottom: var(--desktop-section-height) !important;
}

/* ---- Float respects full mobile height ---- */

@media screen and (max-width: 740px) {
  .gallery--card_content.layout--image_float .gallery--card_image img,
  .gallery--card_content.layout--image_float .gallery--card_image,
  .gallery--card_content.layout--image_float .gallery--card_caption {
      height: var(--mobile-section-height);
  }
  .gallery--card_content.layout--image_float .gallery--card_image .box-ratio {
      padding-bottom: var(--mobile-section-height) !important;
  }
}

/* ---- set image left and image right to top &amp; bottom on mobile ---- */
@media screen and (max-width: 740px) {
  .gallery--card_content:not(.layout--image_float) .gallery--card_image {
      height: calc(var(--mobile-section-height) / 2);
  }
  .gallery--card_content:not(.layout--image_float) .gallery--card_image img {
      height: calc(var(--mobile-section-height) / 2);
  }
  .gallery--card_content:not(.layout--image_float) .gallery--card_image .box-ratio {
      padding-bottom: calc(var(--mobile-section-height) / 2) !important;
  }
  .gallery--card_content:not(.layout--image_float) .gallery--card_caption {
      height: calc(var(--mobile-section-height) / 2);
  }
  .gallery--card_content:not(.layout--image_float) .gallery--card_image,
  .gallery--card_content:not(.layout--image_float) .gallery--card_image {
    grid-row: 1 / 1;
    grid-column: 1;
  }
  .gallery--card_content:not(.layout--image_float) .gallery--card_caption,
  .gallery--card_content:not(.layout--image_float) .gallery--card_caption {
    grid-row: 2 / 2;
    grid-column: 1;
  }
}

/* ---- Shop the look ---- */

.shop__theLook-section .shop__theLook-container {
  grid-row-gap: 0;
}
.shop__theLook-section .image__container {
  line-height: 0;
}
.shop__theLook-section .image__container img {
  width: 100%;
}
.shop__theLook-container .shop__thelook-content,
.shop__theLook-section .product-container {
  position: relative;
}

.shop__theLook-section .product-hotspot {
  grid-template-columns: 2fr 6fr;
  grid-column-gap: 10px;
  align-items: center;
  position: absolute;
  width: max-content;
  max-width: 400px;
  top: 13px;
  left: 13px;
  display: none;
  z-index: 2;
  padding: 15px;
}

.shop__theLook-section .hotspot {
  position: absolute;
  cursor: pointer;
}

.shop__theLook-section .hotspot:hover {
    z-index: 2 !important;
}

.shop__theLook-section .hotspot:after {
  content: "";
  width: 25px;
  height: 25px;
  border: 3px solid white;
  border-radius: 50%;
  opacity: 0.6;
  display: block;
  pointer-events: all;
}

.shop__theLook-section .hotspot__prod-image {
  line-height: 0;
  min-width: 60px;
  height: 80px;
  width: 80px;
}

.shop__theLook-section .hotspot__prod-image.image_square img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.shop__theLook-section .hotspot__product-details {
  line-height: 1.6em;
}

.shop__theLook-section .hotspot__product-details a:hover {
  text-decoration: underline;
}

.shop__theLook-section .hotspot__product-price .was {
  color: var(--text-color);
}

@media screen and (max-width: 740px) {
  .shop__theLook-section .product-hotspot {
    max-width: 130px;
    width: 130px;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    padding: 10px;
    text-align: center;
    left: -52px;
  }
  .shop__theLook-section .hotspot__prod-image {
    width: auto;
    height: 100px;
  }
}

/*---- Before and after image section ---- */
.before--after {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.after-image {
  display: block;
}

.before-image {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}

.before--after_slider {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 5;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background: var(--background);
  /* Stop vertical scrolling on touch */
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

button.before--after_button {
  transform: translateX(-50%);
  background: var(--background);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

button.before--after_button svg.before--after_button-icon {
  transform: rotate(90deg);
}

.before--after img {
  width: 100%;
  max-width: unset;
  display: block;
  object-fit: cover;
  object-position: center;
}

.before-image .box-ratio {
  overflow: visible;
}

.before--after.fixed-height .box-ratio {
  padding-bottom: 0 !important;
}

.before--after.fixed-height img,
.before--after.fixed-height .after-image,
.before--after.fixed-height .onboard {
  height: 100%;
}

@media screen and (min-width: 801px) {
  .before--after.fixed-height,
  .before--after.fixed-height .box-ratio {
    height: var(--desktop-section-height);
  }
}

@media screen and (max-width: 800px) {
  .before--after.fixed-height,
  .before--after.fixed-height .box-ratio {
    height: var(--mobile-section-height);
  }
}

.before--after_caption {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  position: absolute;
  white-space: nowrap;
  padding: 10px;
}

.before--after_caption.caption-top {
  top: 10px;
}
.before--after_caption.caption-middle {
  bottom: 50%;
  transform: translateY(50%)
}
.before--after_caption.caption-bottom {
  bottom: 10px;
}
.before-image .before--after_caption {
  left: 10px;
  text-align: left;
}
.after-image .before--after_caption {
  right: 10px;
  text-align: right;
}

.before--after_caption h3,
.before--after_caption p {
  margin-bottom: 0;
  color: var(--text-color);
}

.before-after__btn-wrapper {
  display: inline-block;
  margin-top: 5px;
}

.before-after__btn-wrapper a {
  color: var(--button-text);
  background: var(--button-color);
  padding: 15px 20px;
  letter-spacing: var(--button-spacing);
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: background .3s ease,color .3s ease;
  -moz-transition: background .3s ease,color .3s ease;
  -o-transition: background .3s ease,color .3s ease;
  transition: background .3s ease,color .3s ease;
}

/* ---- Collection loop featured image ---- */

.collection--loop_ad {
  display: grid;
}

.collection--loop_ad-content {
  z-index: 1;
  grid-area: 1/-1;
  display: flex;
  flex-direction: column;
  margin: auto;
  text-align: center;
  row-gap: 5px;
  height: 90%;
  width: 90%;
}

.collection--loop_ad-content.jc-start {
  justify-content: start;
}

.collection--loop_ad-content.jc-center {
  justify-content: center;
}

.collection--loop_ad-content.jc-end {
  justify-content: end;
}

.collection--loop_ad-content .h3,
.collection--loop_ad-content p {
  margin: 0 auto;
}

.collection--loop_ad-content .button {
  margin: 10px auto 0;
}

.collection--loop_ad-image {
  grid-area: 1/-1;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.collection--loop_ad-image img {
  height: 100%;
  object-fit: cover;
  object-position: inherit;
}

.collection--loop_ad:after {
  content: "";
  background-color: #000;
  opacity: 0.1;
  grid-area: 1/-1;
}



  @media only screen and (max-width: 900px){
    .header__shopping-cart-links-container {
  display: flex;
    }
.header__shopping-cart-links-container &gt; li.header__shopping-cart-link {
  padding: 0px !important;
  margin-right: -13px;
}

  }


div#search-bar input {
font-size: 20px;
}

.cf-custom-menu-button {
  border: 1px solid rgba(255, 255, 255, .35);
  padding: 8px 8px !important;
  height: auto !important;
}
.white_bd {
  border: 1px solid #fff;
}</pre></body></html>