/** Shopify CDN: Minification failed

Line 19082:21 Expected identifier but found "`"
Line 26041:2 Unexpected "/"

**/
@charset "UTF-8";
/*================ Colors ================*/
:root {
  --bg: var(--COLOR-BG);
  --bg-alpha-25: var(--COLOR-BG-ALPHA-25);
  --bg-alpha-35: var(--COLOR-BG-ALPHA-35);
  --bg-alpha-60: var(--COLOR-BG-ALPHA-60);
  --bg-darken: var(--COLOR-BG-DARKEN);
  --bg-lighten-darken: var(--COLOR-BG-LIGHTEN-DARKEN);
  --bg-lighten-darken-shimmer-bg: var(--COLOR-BG-LIGHTEN-DARKEN-SHIMMER-BG);
  --bg-lighten-darken-shimmer-effect: var(--COLOR-BG-LIGHTEN-DARKEN-SHIMMER-EFFECT);
  --bg-lighten-darken-shimmer-enhancement: var(--COLOR-BG-LIGHTEN-DARKEN-SHIMMER-ENHANCEMENT);
  --bg-lighten-darken-foreground: var(--COLOR-BG-LIGHTEN-DARKEN-FOREGROUND);
  --bg-lighten-darken-highlight: var(--COLOR-BG-LIGHTEN-DARKEN-HIGHLIGHT);
  --bg-lighten-darken-search-loader: var(--COLOR-BG-LIGHTEN-DARKEN-SEARCH-LOADER);
  --bg-lighten-darken-search-loader-line: var(--COLOR-BG-LIGHTEN-DARKEN-SEARCH-LOADER-LINE);
  --bg-lighten-darken-contrast: var(--COLOR-BG-LIGHTEN-DARKEN-CONTRAST);
  --bg-overlay: var(--COLOR-BG-OVERLAY);
  --text: var(--COLOR-TEXT);
  --text-darken: var(--COLOR-TEXT-DARKEN);
  --text-lighten: var(--COLOR-TEXT-LIGHTEN);
  --text-alpha-5: var(--COLOR-TEXT-ALPHA-5);
  --text-alpha-8: var(--COLOR-TEXT-ALPHA-8);
  --text-alpha-10: var(--COLOR-TEXT-ALPHA-10);
  --text-alpha-15: var(--COLOR-TEXT-ALPHA-15);
  --text-alpha-25: var(--COLOR-TEXT-ALPHA-25);
  --text-alpha-50: var(--COLOR-TEXT-ALPHA-50);
  --text-alpha-60: var(--COLOR-TEXT-ALPHA-60);
  --text-alpha-85: var(--COLOR-TEXT-ALPHA-85);
  --heading: var(--COLOR-HEADING);
  --accent: var(--COLOR-ACCENT);
  --accent-text: var(--COLOR-ACCENT-TEXT);
  --sale-bg: var(--COLOR-SALE-BG);
  --sale-text: var(--COLOR-SALE-TEXT);
  --custom-bg: var(--COLOR-CUSTOM-BG);
  --custom-text: var(--COLOR-CUSTOM-TEXT);
  --sold-bg: var(--COLOR-SOLD-BG);
  --sold-text: var(--COLOR-SOLD-TEXT);
  --saving-bg: var(--COLOR-SAVING-BG);
  --saving-text: var(--COLOR-SAVING-TEXT);
  --input-bg: var(--COLOR-INPUT-BG);
  --border: var(--COLOR-BORDER);
  --border-alpha-15: var(--COLOR-BORDER-ALPHA-15);
  --border-alpha-30: var(--COLOR-BORDER-ALPHA-30);
  --border-alpha-50: var(--COLOR-BORDER-ALPHA-50);
  --border-alpha-65: var(--COLOR-BORDER-ALPHA-65);
  --border-lighten-darken: var(--COLOR-BORDER-LIGHTEN-DARKEN);
  --hairline: var(--COLOR-BORDER-HAIRLINE);
  --error: var(--COLOR-ERROR);
  --error-bg: var(--COLOR-ERROR-BG);
  --success: var(--COLOR-SUCCESS);
  --success-bg: var(--COLOR-SUCCESS-BG);
  --disabled-grey: var(--COLOR-DISABLED-GREY);
  --disabled-grey-darken: var(--COLOR-DISABLED-GREY-DARKEN);
  --white: var(--COLOR-WHITE);
  --white-darken: var(--COLOR-WHITE-DARKEN);
  --white-alpha-10: var(--COLOR-WHITE-ALPHA-10);
  --white-alpha-20: var(--COLOR-WHITE-ALPHA-20);
  --white-alpha-25: var(--COLOR-WHITE-ALPHA-25);
  --white-alpha-50: var(--COLOR-WHITE-ALPHA-50);
  --white-alpha-60: var(--COLOR-WHITE-ALPHA-60);
  --black: var(--COLOR-BLACK);
  --black-lighten: var(--COLOR-BLACK-LIGHTEN);
  --black-alpha-05: var(--COLOR-BLACK-ALPHA-05);
  --black-alpha-10: var(--COLOR-BLACK-ALPHA-10);
  --black-alpha-20: var(--COLOR-BLACK-ALPHA-20);
  --black-alpha-25: var(--COLOR-BLACK-ALPHA-25);
  --black-alpha-50: var(--COLOR-BLACK-ALPHA-50);
  --black-alpha-60: var(--COLOR-BLACK-ALPHA-60);
  --upsells-bg: var(--COLOR-UPSELLS-BG);
  --upsells-text: var(--COLOR-UPSELLS-TEXT);
  --upsells-text-lighten: var(--COLOR-UPSELLS-TEXT-LIGHTEN);
  --upsells-disabled-grey-darken: var(--COLOR-UPSELLS-DISABLED-GREY-DARKEN);
}

/*================ Typography ================*/
:root {
  --adjust-body: var(--FONT-ADJUST-BODY);
  --adjust-heading: var(--FONT-ADJUST-HEADING);
  --adjust-button: var(--FONT-ADJUST-MEDIUM-BUTTON);
  --adjust-small-button: var(--FONT-ADJUST-SMALL-BUTTON);
  --adjust-medium-button: var(--FONT-ADJUST-MEDIUM-BUTTON);
  --adjust-large-button: var(--FONT-ADJUST-LARGE-BUTTON);
  --adjust-nav: var(--FONT-ADJUST-NAV);
  --adjust-nav-top-level: var(--FONT-ADJUST-NAV-TOP-LEVEL);
  --adjust-accent: var(--FONT-ADJUST-SUBHEADING);
  --adjust-label: var(--FONT-ADJUST-LABEL);
  --adjust-product-grid: var(--FONT-ADJUST-PRODUCT-GRID);
  --adjust-product-grid-heading: var(--FONT-ADJUST-PRODUCT-GRID-HEADING);
  --adjust-badges: calc(var(--FONT-ADJUST-BADGES) * var(--FONT-ADJUST-SUBHEADING));
}

a {
  text-decoration: none;
}

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  text-transform: var(--HEADING-TEXT-CAPS);
  letter-spacing: var(--LETTER-SPACING-HEADING);
  display: block;
  color: var(--heading);
  margin: 0 0 0.5em;
  font-size: var(--heading-size, 3rem);
  line-height: 1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
h1 .strong, h1.strong,
h1 strong, h2 .strong, h2.strong,
h2 strong, h3 .strong, h3.strong,
h3 strong, h4 .strong, h4.strong,
h4 strong, h5 .strong, h5.strong,
h5 strong, h6 .strong, h6.strong,
h6 strong,
.h1 .strong,
.h1.strong,
.h1 strong, .h2 .strong, .h2.strong,
.h2 strong, .h3 .strong, .h3.strong,
.h3 strong, .h4 .strong, .h4.strong,
.h4 strong, .h5 .strong, .h5.strong,
.h5 strong, .h6 .strong, .h6.strong,
.h6 strong {
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
}

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

h2, .h2 {
  --heading-size: calc(2.5rem * var(--adjust-heading));
  font-size: var(--heading-size);
}
@media only screen and (max-width: 1439px) {
  h2, .h2 {
    --heading-size: calc(2.1rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    --heading-size: calc(1.75rem * var(--adjust-heading));
  }
}

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

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

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

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

.h1-body {
  --text-size: calc(3rem * var(--adjust-body));
  font-size: var(--text-size);
}
@media only screen and (max-width: 767px) {
  .h1-body {
    --text-size: calc(2rem * var(--adjust-body));
  }
}

.h2-body {
  --text-size: calc(3rem * var(--adjust-body));
  font-size: var(--text-size);
}
@media only screen and (max-width: 767px) {
  .h2-body {
    --text-size: calc(2rem * var(--adjust-body));
  }
}

.h3-body {
  --text-size: calc(2rem * var(--adjust-body));
  font-size: var(--text-size);
}
@media only screen and (max-width: 767px) {
  .h3-body {
    --text-size: calc(1.5rem * var(--adjust-body));
  }
}

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

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

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

.h1-body,
.h2-body,
.h3-body,
.h4-body,
.h5-body,
.h6-body {
  font-size: var(--text-size, 1rem);
}

p,
.p {
  font-size: calc(1rem * var(--adjust-body));
}
.h1 p, .h2 p, .h3 p, .h4 p, .h5 p, .h6 p,
.h1 .p,
.h2 .p,
.h3 .p,
.h4 .p,
.h5 .p,
.h6 .p {
  font-size: inherit;
}

p img {
  margin: 0;
}

p a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: var(--BORDER-WIDTH);
}

em {
  font-style: var(--FONT-STYLE-BODY-ITALIC);
}

b, strong {
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

.font-heading {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  text-transform: var(--HEADING-TEXT-CAPS);
  letter-spacing: var(--LETTER-SPACING-HEADING);
}

.font-body {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
}

.main-heading {
  --heading-size: calc(3rem * var(--adjust-heading));
  font-size: var(--heading-size);
  text-transform: var(--HEADING-TEXT-CAPS);
  line-height: 1.2;
}
@media only screen and (max-width: 1439px) {
  .main-heading {
    --heading-size: calc(2.5rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .main-heading {
    --heading-size: calc(2.25rem * var(--adjust-heading));
  }
}

.main-text {
  text-transform: none;
  --text-size: calc(1.3125rem * var(--adjust-body));
  font-size: var(--text-size);
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
}
@media only screen and (max-width: 767px) {
  .main-text {
    --text-size: calc(1.25rem * var(--adjust-body));
  }
}

.section-header__subheading,
.subheading-text {
  font-family: var(--FONT-STACK-SUBHEADING);
  font-weight: var(--FONT-WEIGHT-SUBHEADING);
  font-size: calc(0.875rem * var(--FONT-ADJUST-SUBHEADING));
  text-transform: var(--SUBHEADING-TEXT-CAPS);
  letter-spacing: var(--LETTER-SPACING-SUBHEADING);
  color: inherit;
}

.button-typography {
  font-family: var(--FONT-STACK-BUTTON);
  font-weight: var(--FONT-WEIGHT-BUTTON);
  font-style: var(--FONT-STYLE-BUTTON);
  text-transform: var(--BUTTON-TEXT-CAPS);
  letter-spacing: var(--LETTER-SPACING-BUTTON);
}

.label-typography {
  font-family: var(--FONT-STACK-LABEL);
  font-weight: var(--FONT-WEIGHT-LABEL);
  font-style: var(--FONT-STYLE-LABEL);
  font-size: calc(1.2rem * var(--adjust-label));
  text-transform: var(--LABEL-TEXT-CAPS);
  letter-spacing: var(--LETTER-SPACING-LABEL);
}

.price--bold,
.product__price--bold {
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

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

/*================ Normalize ================*/
*, input, :before, :after {
  box-sizing: border-box;
}

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

input {
  background: none;
}

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

details, header, main {
  overflow: hidden;
}

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

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

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

[hidden],
template {
  display: none;
}

blockquote {
  --text-size: calc(0.9375rem * var(--adjust-body));
  font-size: var(--text-size);
  line-height: 1.45;
  font-style: var(--FONT-STYLE-BODY-ITALIC);
  margin: 0 0 var(--gutter);
  padding: calc(var(--gutter) / 2) var(--gutter);
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: calc(var(--gutter) / 2);
}
blockquote cite {
  display: block;
  font-size: calc(0.6875rem * var(--adjust-body));
}
blockquote cite:before {
  content: "— ";
}

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

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

hr {
  clear: both;
  border-top: solid var(--accent);
  border-width: var(--BORDER-WIDTH) 0 0;
  margin: var(--gutter) 0;
  height: 0;
}

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

ol {
  list-style: decimal;
}

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

li {
  margin-bottom: 0.25em;
}

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

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

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

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

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: var(--BORDER-WIDTH) solid var(--border);
}

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

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

img {
  border: 0 none;
}

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

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

form {
  margin-bottom: 0;
}

input,
textarea,
button,
select {
  color: var(--text);
  padding: 0;
  margin: 0;
  line-height: 26px;
  -webkit-user-select: text;
  user-select: text;
}

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

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

button {
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer;
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
}

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

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

legend {
  border: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

optgroup {
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

option {
  color: var(--black);
  background-color: var(--white);
}

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

@media only screen and (max-width: 767px) {
  .table--responsive h2, .table--responsive h3 {
    text-align: center;
  }
  .table--responsive thead {
    display: none;
  }
  .table--responsive tr {
    display: block;
    position: relative;
  }
  .table--responsive th {
    padding: 10px 10px 0 10px;
  }
  .table--responsive tr,
  .table--responsive td {
    float: left;
    clear: both;
    width: 100%;
  }
  .table--responsive th,
  .table--responsive td {
    display: block;
    padding: 15px 15px 15px 0;
  }
}

@media only screen and (max-width: 479px) {
  .table--small-hide {
    display: none !important;
  }
}
.no-js select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

/*================ Heights ================*/
:root {
  --full-height: 100vh;
  --three-quarters: 75vh;
  --two-thirds: 66vh;
  --one-half: 50vh;
  --one-third: 33vh;
  --one-fifth: 20vh;
  --announcement-height: 0px;
  --content-full: calc(100vh - var(--header-height, 0px) - var(--announcement-height, 0px));
}

.original-height {
  --min-h: 240px;
}

.full-height {
  --min-h: var(--full-height);
}

.three-quarters-height {
  --min-h: var(--three-quarters);
}

.two-thirds-height {
  --min-h: var(--two-thirds);
}

.one-half-height {
  --min-h: var(--one-half);
}

.one-third-height {
  --min-h: var(--one-third);
}

.one-fifth-height {
  --min-h: var(--one-fifth);
}

.seven-fifty-height {
  --min-h: 750px;
}

.six-fifty-height {
  --min-h: 650px;
}

.five-fifty-height {
  --min-h: 550px;
}

.four-fifty-height {
  --min-h: 450px;
}

.three-fifty-height {
  --min-h: 350px;
}

.three-hundred-height {
  --min-h: 300px;
}

.two-fifty-height {
  --min-h: 250px;
}

.two-hundred-height {
  --min-h: 200px;
}

.one-fifty-height {
  --min-h: 150px;
}

.one-hundred-height {
  --min-h: 100px;
}

.original-height,
.full-height,
.three-quarters-height,
.two-thirds-height,
.one-half-height,
.one-third-height,
.one-fifth-height,
.seven-fifty-height,
.six-fifty-height,
.five-fifty-height,
.four-fifty-height,
.three-fifty-height,
.three-hundred-height,
.two-fifty-height,
.two-hundred-height,
.one-fifty-height,
.one-hundred-height {
  min-height: var(--min-h);
}

@media only screen and (max-width: 767px) {
  .original-height-mobile {
    --min-h: auto;
  }
  .full-height-mobile {
    --min-h: var(--full-height);
  }
  .three-quarters-height-mobile {
    --min-h: var(--three-quarters);
  }
  .two-thirds-height-mobile {
    --min-h: var(--two-thirds);
  }
  .one-half-height-mobile {
    --min-h: var(--one-half);
  }
  .one-third-height-mobile {
    --min-h: var(--one-third);
  }
  .one-fifth-height-mobile {
    --min-h: var(--one-fifth);
  }
  .seven-fifty-height-mobile {
    --min-h: 750px;
  }
  .six-fifty-height-mobile {
    --min-h: 650px;
  }
  .five-fifty-height-mobile {
    --min-h: 550px;
  }
  .four-fifty-height-mobile {
    --min-h: 450px;
  }
  .three-fifty-height-mobile {
    --min-h: 350px;
  }
  .two-fifty-height-mobile {
    --min-h: 250px;
  }
  .one-fifty-height-mobile {
    --min-h: 150px;
  }
  .original-height-mobile,
  .full-height-mobile,
  .three-quarters-height-mobile,
  .two-thirds-height-mobile,
  .one-half-height-mobile,
  .one-third-height-mobile,
  .one-fifth-height-mobile,
  .seven-fifty-height-mobile,
  .six-fifty-height-mobile,
  .five-fifty-height-mobile,
  .four-fifty-height-mobile,
  .three-fifty-height-mobile,
  .two-fifty-height-mobile,
  .one-fifty-height-mobile {
    min-height: var(--min-h);
  }
}
/*================ Links and Buttons ================*/
:root {
  --button-line-height: 1.53;
}

a {
  color: var(--text);
  background: transparent;
}

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

.btn, .shopify-payment-button__button--unbranded {
  font-family:var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BUTTON);
  font-style: var(--FONT-STYLE-BUTTON);
  text-transform: var(--BUTTON-TEXT-CAPS);
  letter-spacing: var(--LETTER-SPACING-BUTTON);
  --top-bottom-padding: 15px;
  --left-right-padding: 22px;
  --btn-inner-top-bottom: calc(var(--top-bottom-padding) * var(--adjust-button));
  --btn-inner-left-right: calc(var(--left-right-padding) * var(--adjust-button));
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: var(--btn-inner-top-bottom) var(--btn-inner-left-right);
  line-height: var(--button-line-height);
  border-radius: var(--RADIUS);
  border: var(--BORDER-WIDTH) solid var(--btn-border);
  background: var(--btn-bg);
  color: var(--btn-text);
  text-decoration: none;
  box-shadow: none;
  font-size: calc(1rem * var(--adjust-button));
  text-align: center;
  will-change: color, border, background;
  transition: color 0.3s ease, border 0.3s ease, background 0s linear 0s;
  z-index: 1;
  -webkit-tap-highlight-color: initial;
}
.btn::after, .shopify-payment-button__button--unbranded::after, .btn::before, .shopify-payment-button__button--unbranded::before {
  content: "";
  position: absolute;
  display: flex;
  left: calc(var(--BORDER-WIDTH) * -1);
  top: calc(var(--BORDER-WIDTH) * -1);
  right: calc(var(--BORDER-WIDTH) * -1);
  bottom: calc(var(--BORDER-WIDTH) * -1);
  will-change: transform;
  z-index: -1;
  opacity: 0.3;
  transition: transform 0.3s ease;
  background: var(--btn-bg-hover);
}
.btn::before, .shopify-payment-button__button--unbranded::before {
  transform: scale(1, 0);
}
.btn::after, .shopify-payment-button__button--unbranded::after {
  transform: scale(0, 1);
}
.btn[disabled], [disabled].shopify-payment-button__button--unbranded, .btn:disabled, .shopify-payment-button__button--unbranded:disabled, .btn.disabled, .disabled.shopify-payment-button__button--unbranded {
  cursor: default;
  opacity: 0.65;
}
.btn[disabled]::before, [disabled].shopify-payment-button__button--unbranded::before, .btn[disabled]::after, [disabled].shopify-payment-button__button--unbranded::after, .btn:disabled::before, .shopify-payment-button__button--unbranded:disabled::before, .btn:disabled::after, .shopify-payment-button__button--unbranded:disabled::after, .btn.disabled::before, .disabled.shopify-payment-button__button--unbranded::before, .btn.disabled::after, .disabled.shopify-payment-button__button--unbranded::after {
  content: none;
  transform: scale(0);
}
.btn:hover, .shopify-payment-button__button--unbranded:hover {
  transition: color 0.3s ease, border 0.3s ease, background 0s linear 0.3s;
}
@media only screen and (min-width: 480px) {
  .btn, .shopify-payment-button__button--unbranded {
    min-width: 120px;
  }
}
@media only screen and (min-width: 1440px) {
  .btn, .shopify-payment-button__button--unbranded {
    min-width: 180px;
  }
}
@media only screen and (max-width: 479px) {
  .btn, .shopify-payment-button__button--unbranded {
    width: 100%;
  }
}

span.btn, span.shopify-payment-button__button--unbranded {
  cursor: default;
}

.btn--top::before {
  transform-origin: top center;
}

.btn--bottom::before {
  transform-origin: bottom center;
}

.btn--top:hover::before,
.btn--bottom:hover::before {
  transform: none;
}

.btn--left::after {
  transform-origin: center left;
}

.btn--right::after {
  transform-origin: center right;
}

.btn--left:hover::after,
.btn--right:hover::after {
  transform: none;
}

.btn, .shopify-payment-button__button--unbranded {
  --btn-border: var(--text);
  --btn-bg: var(--text);
  --btn-text: var(--bg);
  --btn-bg-hover: var(--bg-lighten-darken);
}

.collection__filters-more.btn span, .collection__filters-more.shopify-payment-button__button--unbranded span,
.cookies__buttons .btn,
.cookies__buttons .shopify-payment-button__button--unbranded,
.cookies__close,
.product-upsell__btn {
  font-size: calc(0.85rem * var(--adjust-button));
}

/*=== Buttons - Advanced ===*/
.btn--advanced {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn--advanced.btn--small {
  --adjust-button: var(--adjust-small-button);
}
.btn--advanced.btn--large {
  --adjust-button: var(--adjust-large-button);
}

.btn--advanced-width-height {
  --button-width: var(--MEDIUM-BUTTON-WIDTH);
  --button-height: var(--MEDIUM-BUTTON-HEIGHT);
  --btn-min-max-width: calc(100vw - 2 * var(--gutter));
  --btn-width-limit: var(--button-width), var(--btn-min-max-width);
  height: auto;
  min-height: var(--button-height);
  width: auto;
  min-width: var(--stacked-button, min(var(--btn-width-limit)));
  max-width: max(var(--btn-width-limit), 100%);
  align-content: center;
}
@media only screen and (max-width: 767px) {
  .btn--advanced-width-height {
    --btn-min-max-width: calc(100vw - 2 * var(--gutter-mobile));
  }
}
@media only screen and (min-width: 480px) {
  .overlapping-images__buttons .btn--advanced-width-height {
    min-width: min(var(--btn-width-limit), 100%);
  }
}
@media only screen and (max-width: 767px) {
  .brick__block:not(:only-child) .brick__block__inner .btn--advanced-width-height {
    --btn-min-max-width: calc(100vw - (2 * var(--inner) + 2 * var(--gutter-mobile)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .brick__block:not(:only-child) .brick__block__inner .btn--advanced-width-height {
    --btn-min-max-width: calc(50vw - (2 * var(--inner) + var(--gutter-mobile)));
  }
}
@media only screen and (min-width: 768px) {
  .brick__block:not(:only-child) .brick__block__inner .btn--advanced-width-height {
    --btn-min-max-width: calc(50vw - 2 * var(--gutter));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .brick__blocks__flex--gap .brick__block:not(:only-child) .brick__block__inner .btn--advanced-width-height {
    --btn-min-max-width: calc(50vw - (2 * var(--inner) + var(--gutter-mobile) + (var(--gutter-mobile) / 2)));
  }
}
.btn--advanced-width-height.btn--small {
  --button-width: var(--SMALL-BUTTON-WIDTH);
  --button-height: var(--SMALL-BUTTON-HEIGHT);
}
.btn--advanced-width-height.btn--large {
  --button-width: var(--LARGE-BUTTON-WIDTH);
  --button-height: var(--LARGE-BUTTON-HEIGHT);
}
.btn--advanced-width-height.btn--advanced-adaptive-width {
  min-width: min(var(--btn-width-limit), 100%);
}

/*=== Button Primary ===*/
.btn--primary, .btn--primary .shopify-payment-button__button--unbranded, input.btn .shopify-payment-button__button--unbranded, input.shopify-payment-button__button--unbranded .shopify-payment-button__button--unbranded, input.btn, input.shopify-payment-button__button--unbranded {
  --btn-border: var(--PRIMARY-BUTTONS-COLOR-BORDER);
  --btn-bg: var(--PRIMARY-BUTTONS-COLOR-BG);
  --btn-text: var(--PRIMARY-BUTTONS-COLOR-TEXT);
  --btn-text-alpha-10: var(--PRIMARY-BUTTONS-COLOR-TEXT-ALPHA-10);
  --btn-bg-hover: var(--PRIMARY-BUTTONS-COLOR-HOVER);
}

.btn--primary-outline, .btn--primary.btn--outline .shopify-payment-button__button--unbranded, input.btn--outline.btn .shopify-payment-button__button--unbranded, input.btn--outline.shopify-payment-button__button--unbranded .shopify-payment-button__button--unbranded, .btn--outline input.shopify-payment-button__button--unbranded .shopify-payment-button__button--unbranded,
.btn--primary.btn--outline,
.btn--outline .btn--primary.shopify-payment-button__button--unbranded,
.btn--primary .btn--outline.shopify-payment-button__button--unbranded,
.btn--primary .btn--outline .shopify-payment-button__button--unbranded,
.btn--outline .btn--primary .shopify-payment-button__button--unbranded,
input.btn .btn--outline.shopify-payment-button__button--unbranded,
input.btn .btn--outline .shopify-payment-button__button--unbranded,
.btn--outline input.btn .shopify-payment-button__button--unbranded,
input.shopify-payment-button__button--unbranded .btn--outline.shopify-payment-button__button--unbranded,
input.shopify-payment-button__button--unbranded .btn--outline .shopify-payment-button__button--unbranded,
input.btn--outline.btn,
input.btn--outline.shopify-payment-button__button--unbranded,
.btn--outline input.shopify-payment-button__button--unbranded {
  --btn-border: var(--OUTLINE-BUTTONS-PRIMARY-BORDER);
  --btn-bg: var(--OUTLINE-BUTTONS-PRIMARY-BG);
  --btn-text: var(--OUTLINE-BUTTONS-PRIMARY-TEXT);
  --btn-text-alpha-10: var(--OUTLINE-BUTTONS-PRIMARY-TEXT-ALPHA-10);
  --btn-bg-hover: var(--OUTLINE-BUTTONS-PRIMARY-BG-HOVER);
}

.btn--primary-solid-border, .btn--primary.btn--solid-border .shopify-payment-button__button--unbranded, input.btn--solid-border.btn .shopify-payment-button__button--unbranded, input.btn--solid-border.shopify-payment-button__button--unbranded .shopify-payment-button__button--unbranded, .btn--solid-border input.shopify-payment-button__button--unbranded .shopify-payment-button__button--unbranded,
.btn--primary.btn--solid-border,
.btn--solid-border .btn--primary.shopify-payment-button__button--unbranded,
.btn--primary .btn--solid-border.shopify-payment-button__button--unbranded,
.btn--primary .btn--solid-border .shopify-payment-button__button--unbranded,
.btn--solid-border .btn--primary .shopify-payment-button__button--unbranded,
input.btn .btn--solid-border.shopify-payment-button__button--unbranded,
input.btn .btn--solid-border .shopify-payment-button__button--unbranded,
.btn--solid-border input.btn .shopify-payment-button__button--unbranded,
input.shopify-payment-button__button--unbranded .btn--solid-border.shopify-payment-button__button--unbranded,
input.shopify-payment-button__button--unbranded .btn--solid-border .shopify-payment-button__button--unbranded,
input.btn--solid-border.btn,
input.btn--solid-border.shopify-payment-button__button--unbranded,
.btn--solid-border input.shopify-payment-button__button--unbranded {
  --btn-border: var(--OUTLINE-SOLID-BUTTONS-PRIMARY-BORDER);
  --btn-bg: var(--OUTLINE-SOLID-BUTTONS-PRIMARY-BG);
  --btn-text: var(--OUTLINE-SOLID-BUTTONS-PRIMARY-TEXT);
  --btn-text-alpha-10: var(--OUTLINE-SOLID-BUTTONS-PRIMARY-TEXT-ALPHA-10);
  --btn-bg-hover: var(--OUTLINE-SOLID-BUTTONS-PRIMARY-BG-HOVER);
}

.btn--primary.btn--soft, .btn--primary .btn--soft.shopify-payment-button__button--unbranded, input.btn .btn--soft.shopify-payment-button__button--unbranded, input.shopify-payment-button__button--unbranded .btn--soft.shopify-payment-button__button--unbranded, input.btn--soft.btn, input.btn--soft.shopify-payment-button__button--unbranded {
  --btn-bg: var(--PRIMARY-BUTTONS-COLOR-ALPHA-05);
  --btn-text: var(--PRIMARY-BUTTONS-COLOR-BG);
  --btn-bg-hover: var(--PRIMARY-BUTTONS-COLOR-ALPHA-10);
}

.btn--primary.btn--text, .btn--primary .btn--text.shopify-payment-button__button--unbranded, input.btn .btn--text.shopify-payment-button__button--unbranded, input.shopify-payment-button__button--unbranded .btn--text.shopify-payment-button__button--unbranded, input.btn--text.btn, input.btn--text.shopify-payment-button__button--unbranded {
  --btn-text: var(--PRIMARY-BUTTONS-COLOR-BG);
}

.btn--secondary, .btn--secondary .shopify-payment-button__button--unbranded {
  --btn-border: var(--SECONDARY-BUTTONS-COLOR-BORDER);
  --btn-bg: var(--SECONDARY-BUTTONS-COLOR-BG);
  --btn-text: var(--SECONDARY-BUTTONS-COLOR-TEXT);
  --btn-text-alpha-10: var(--SECONDARY-BUTTONS-COLOR-TEXT-ALPHA-10);
  --btn-bg-hover: var(--COLOR-SECONDARY-OPPOSITE-ALPHA-20);
}

.btn--secondary-outline, .btn--secondary.btn--outline .shopify-payment-button__button--unbranded,
.btn--secondary.btn--outline,
.btn--outline .btn--secondary.shopify-payment-button__button--unbranded,
.btn--secondary .btn--outline.shopify-payment-button__button--unbranded,
.btn--secondary .btn--outline .shopify-payment-button__button--unbranded,
.btn--outline .btn--secondary .shopify-payment-button__button--unbranded {
  --btn-border: var(--OUTLINE-BUTTONS-SECONDARY-BORDER);
  --btn-bg: var(--OUTLINE-BUTTONS-SECONDARY-BG);
  --btn-text: var(--OUTLINE-BUTTONS-SECONDARY-TEXT);
  --btn-text-alpha-10: var(--OUTLINE-BUTTONS-SECONDARY-TEXT-ALPHA-10);
  --btn-bg-hover: var(--OUTLINE-BUTTONS-SECONDARY-BG-HOVER);
}

.btn--secondary-solid-border, .btn--secondary.btn--solid-border .shopify-payment-button__button--unbranded,
.btn--secondary.btn--solid-border,
.btn--solid-border .btn--secondary.shopify-payment-button__button--unbranded,
.btn--secondary .btn--solid-border.shopify-payment-button__button--unbranded,
.btn--secondary .btn--solid-border .shopify-payment-button__button--unbranded,
.btn--solid-border .btn--secondary .shopify-payment-button__button--unbranded {
  --btn-border: var(--OUTLINE-SOLID-BUTTONS-SECONDARY-BORDER);
  --btn-bg: var(--OUTLINE-SOLID-BUTTONS-SECONDARY-BG);
  --btn-text: var(--OUTLINE-SOLID-BUTTONS-SECONDARY-TEXT);
  --btn-text-alpha-10: var(--OUTLINE-SOLID-BUTTONS-SECONDARY-TEXT-ALPHA-10);
  --btn-bg-hover: var(--OUTLINE-SOLID-BUTTONS-SECONDARY-BG-HOVER);
}

.btn--secondary.btn--soft, .btn--secondary .btn--soft.shopify-payment-button__button--unbranded {
  --btn-bg: var(--SECONDARY-BUTTONS-COLOR-ALPHA-05);
  --btn-text: var(--SECONDARY-BUTTONS-COLOR-BG);
  --btn-bg-hover: var(--SECONDARY-BUTTONS-COLOR-ALPHA-10);
}

.btn--secondary.btn--text, .btn--secondary .btn--text.shopify-payment-button__button--unbranded {
  --btn-text: var(--SECONDARY-BUTTONS-COLOR-BG);
}

.btn--white, .btn--white .shopify-payment-button__button--unbranded {
  --btn-border: var(--white);
  --btn-bg: var(--white);
  --btn-text: var(--black);
  --btn-text-alpha-10: var(--black-alpha-10);
  --btn-bg-hover: var(--black-alpha-25);
}

.btn--white-outline, .btn--white.btn--outline .shopify-payment-button__button--unbranded,
.btn--white.btn--outline,
.btn--outline .btn--white.shopify-payment-button__button--unbranded,
.btn--white .btn--outline.shopify-payment-button__button--unbranded,
.btn--white .btn--outline .shopify-payment-button__button--unbranded,
.btn--outline .btn--white .shopify-payment-button__button--unbranded {
  --btn-border: var(--OUTLINE-BUTTONS-WHITE-BORDER);
  --btn-bg: var(--OUTLINE-BUTTONS-WHITE-BG);
  --btn-text: var(--OUTLINE-BUTTONS-WHITE-TEXT);
  --btn-text-alpha-10: var(--OUTLINE-BUTTONS-WHITE-TEXT-ALPHA-10);
}

.btn--white-solid-border, .btn--white.btn--solid-border .shopify-payment-button__button--unbranded,
.btn--white.btn--solid-border,
.btn--solid-border .btn--white.shopify-payment-button__button--unbranded,
.btn--white .btn--solid-border.shopify-payment-button__button--unbranded,
.btn--white .btn--solid-border .shopify-payment-button__button--unbranded,
.btn--solid-border .btn--white .shopify-payment-button__button--unbranded {
  --btn-border: var(--OUTLINE-SOLID-BUTTONS-WHITE-BORDER);
  --btn-bg: var(--OUTLINE-SOLID-BUTTONS-WHITE-BG);
  --btn-text: var(--OUTLINE-SOLID-BUTTONS-WHITE-TEXT);
  --btn-text-alpha-10: var(--OUTLINE-SOLID-BUTTONS-WHITE-TEXT-ALPHA-10);
}

.btn--white.btn--soft, .btn--white .btn--soft.shopify-payment-button__button--unbranded {
  --btn-bg: var(--white-alpha-10);
  --btn-text: var(--white);
  --btn-bg-hover: var(--white-alpha-20);
}

.btn--white.btn--text, .btn--white .btn--text.shopify-payment-button__button--unbranded {
  --btn-text: var(--white);
}

.btn--black, .btn--black .shopify-payment-button__button--unbranded {
  --btn-border: var(--black);
  --btn-bg: var(--black);
  --btn-text: var(--white);
  --btn-text-alpha-10: var(--white-alpha-10);
  --btn-bg-hover: var(--white-alpha-50);
}

.btn--black-outline, .btn--black.btn--outline .shopify-payment-button__button--unbranded,
.btn--black.btn--outline,
.btn--outline .btn--black.shopify-payment-button__button--unbranded,
.btn--black .btn--outline.shopify-payment-button__button--unbranded,
.btn--black .btn--outline .shopify-payment-button__button--unbranded,
.btn--outline .btn--black .shopify-payment-button__button--unbranded {
  --btn-border: var(--OUTLINE-BUTTONS-BLACK-BORDER);
  --btn-bg: var(--OUTLINE-BUTTONS-BLACK-BG);
  --btn-text: var(--OUTLINE-BUTTONS-BLACK-TEXT);
  --btn-text-alpha-10: var(--OUTLINE-BUTTONS-BLACK-TEXT-ALPHA-10);
}

.btn--black-solid-border, .btn--black.btn--solid-border .shopify-payment-button__button--unbranded,
.btn--black.btn--solid-border,
.btn--solid-border .btn--black.shopify-payment-button__button--unbranded,
.btn--black .btn--solid-border.shopify-payment-button__button--unbranded,
.btn--black .btn--solid-border .shopify-payment-button__button--unbranded,
.btn--solid-border .btn--black .shopify-payment-button__button--unbranded {
  --btn-border: var(--OUTLINE-SOLID-BUTTONS-BLACK-BORDER);
  --btn-bg: var(--OUTLINE-SOLID-BUTTONS-BLACK-BG);
  --btn-text: var(--OUTLINE-SOLID-BUTTONS-BLACK-TEXT);
  --btn-text-alpha-10: var(--OUTLINE-SOLID-BUTTONS-BLACK-TEXT-ALPHA-10);
}

.btn--black.btn--soft, .btn--black .btn--soft.shopify-payment-button__button--unbranded {
  --btn-bg: var(--black-alpha-05);
  --btn-text: var(--black);
  --btn-bg-hover: var(--black-alpha-10);
}

.btn--black.btn--text, .btn--black .btn--text.shopify-payment-button__button--unbranded {
  --btn-text: var(--black);
}

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

.btn--small {
  --top-bottom-padding: 10px;
  --left-right-padding: 18px;
}

.btn--medium {
  --top-bottom-padding: 12px;
  --left-right-padding: 20px;
}

.btn--solid {
  border-width: 0;
}

.btn--solid.btn--large,
.btn--solid.btn--medium,
.btn--solid.btn--small,
.product__submit__item:has(.btn--solid) ~ .product__submit__item .shopify-payment-button__button--unbranded {
  --btn-inner-top-bottom: calc(var(--top-bottom-padding) * var(--adjust-button) + var(--BORDER-WIDTH));
  --btn-inner-left-right: calc(var(--left-right-padding) * var(--adjust-button) + var(--BORDER-WIDTH));
}

.btn--soft {
  border: none;
  padding: calc(var(--btn-inner-top-bottom) + var(--BORDER-WIDTH)) calc(var(--btn-inner-left-right) + var(--BORDER-WIDTH));
}

.btn--text {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  --btn-text: var(--text);
  font-weight: var(--FONT-WEIGHT-BUTTON-BOLD);
  line-height: 1.25;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  min-width: 0;
  width: auto;
  overflow: initial;
  transition: none;
}
.btn--text:before, .btn--text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: var(--BORDER-WIDTH);
  display: block;
  background: var(--btn-text, var(--text));
  transition: none;
  pointer-events: none;
}
.btn--text:before {
  transform: scaleX(0);
  transform-origin: left;
}
.btn--text:after {
  transform-origin: right;
}
.no-touch .btn--text:hover {
  background: transparent;
  border: 0;
}
.no-touch .btn--text:hover:before, .no-touch .btn--text:hover:after {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.no-touch .btn--text:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.btn--text::after, .btn--text::before {
  top: auto;
  bottom: -0.1rem;
  left: 0;
  right: 0;
  opacity: 1;
  transform-origin: left;
}
.btn--text::after {
  transform: scaleX(1);
  transform-origin: right;
}
.btn--text:hover {
  transition: none;
}
.btn--text:hover::before {
  transform-origin: left;
}
.no-touch .btn--text[disabled]::after, .no-touch .btn--text:disabled::after, .no-touch .btn--text.disabled::after {
  transform: none;
}

input.btn, input.shopify-payment-button__button--unbranded {
  transition: none;
}
input.btn:hover, input.shopify-payment-button__button--unbranded:hover {
  color: var(--btn-text);
  background: var(--btn-bg);
  transition: none;
}
input.btn::before, input.shopify-payment-button__button--unbranded::before, input.btn::after, input.shopify-payment-button__button--unbranded::after {
  content: none;
}

.additional-checkout-buttons {
  overflow: hidden;
  margin-top: 8px;
}

shopify-accelerated-checkout,
shopify-accelerated-checkout-cart {
  --top-bottom-padding: 15px;
  --shopify-accelerated-checkout-button-block-size: 44px;
  --shopify-accelerated-checkout-button-border-radius: var(--RADIUS);
}

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

.shopify-payment-button__button--unbranded {
  --payment-button-height: calc(1rem * var(--adjust-button) * var(--button-line-height) + (2 * var(--btn-inner-top-bottom)));
  padding: var(--btn-inner-top-bottom) var(--btn-inner-left-right) !important;
  border-radius: var(--RADIUS) !important;
  border: var(--BORDER-WIDTH) solid var(--btn-border) !important;
  background: var(--btn-bg) !important;
  color: var(--btn-text) !important;
  font-family: var(--FONT-STACK-BUTTON) !important;
  font-style: var(--FONT-STYLE-BUTTON) !important;
  font-weight: var(--FONT-WEIGHT-BUTTON) !important;
  font-size: calc(1rem * var(--adjust-button)) !important;
  letter-spacing: var(--LETTER-SPACING-BUTTON);
  line-height: var(--button-line-height) !important;
  transition: color 0.3s ease, border 0.3s ease, background 0s linear 0s !important;
  height: var(--payment-button-height) !important;
  min-height: 44px !important;
}
.shopify-payment-button__button--unbranded:hover {
  border-color: var(--btn-border) !important;
  background: var(--btn-bg) !important;
  color: var(--btn-text) !important;
  transition: color 0.3s ease, border 0.3s ease, background 0s linear 0.3s !important;
}
.btn-quick-buy {
  --adjust-height: max((var(--MEDIUM-BUTTON-HEIGHT) * 0.2), 8px);
  --adjust-size: max((12px * var(--adjust-button)), 12px);
  --btn-font-size: calc(0.9rem * var(--adjust-button));
  --btn-icon-size: calc(var(--adjust-size) + var(--adjust-height));
  --btn-space-block: calc(6px * var(--adjust-button));
  --btn-height: calc(var(--btn-icon-size) / 0.8 + 2 * var(--btn-space-block));
  --btn-width: var(--btn-height);
  --icon-space-inline: calc(2px + var(--btn-space-block));
  --icon-width: calc(var(--btn-height) - 2 * var(--icon-space-inline));
  font-family: var(--FONT-STACK-BUTTON);
  font-weight: var(--FONT-WEIGHT-BUTTON);
  font-style: var(--FONT-STYLE-BUTTON);
  text-transform: var(--BUTTON-TEXT-CAPS);
  letter-spacing: var(--LETTER-SPACING-BUTTON);
  font-size: var(--btn-font-size);
  line-height: inherit;
  text-align: center;
  display: grid;
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 0;
  margin: 0;
  border: none;
}
.btn-quick-buy .btn__inner {
  width: var(--btn-width);
  min-height: var(--btn-height);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border-radius: var(--RADIUS);
  padding-block: var(--btn-space-block);
  cursor: pointer;
  background: var(--white);
  color: var(--black);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.07);
  transition: width 0.3s ease;
}
.btn-quick-buy .icon {
  stroke-width: calc(var(--STROKE-WIDTH) - 4px);
  width: var(--icon-width);
  overflow: hidden;
  flex: 0 0 var(--icon-width);
  margin-inline: var(--icon-space-inline);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.btn-quick-buy .btn__text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, padding 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  .btn-quick-buy .btn__text {
    display: none;
  }
}
.btn-quick-buy .btn__loader {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--btn-width);
  height: var(--btn-height);
  content-visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
.btn-quick-buy .svg-loader circle {
  stroke: var(--black);
}
.btn-quick-buy .svg-loader circle:first-child {
  opacity: 0.1;
}
.btn-quick-buy:hover .btn__inner {
  width: 100%;
  transition: width 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  .btn-quick-buy:hover .btn__inner {
    width: var(--btn-width);
  }
}
.btn-quick-buy:hover .icon {
  transform: none;
}
.btn-quick-buy:hover .btn__text {
  opacity: 1;
  padding-right: calc(12px * var(--adjust-button));
}
.btn-quick-buy.cart__toggle--has-items .cart-indicator {
  visibility: hidden;
}
.btn-quick-buy.is-loading {
  pointer-events: none;
}
.btn-quick-buy.is-loading .icon {
  opacity: 0;
}
.btn-quick-buy.is-loading .btn__inner {
  width: var(--btn-width);
}
.btn-quick-buy.is-loading .btn__text {
  opacity: 0;
  padding: 0;
}
.btn-quick-buy.is-loading .btn__loader {
  content-visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.btn-quick-buy.is-loading .btn__loader circle ~ circle {
  animation-play-state: running;
}

.btn--quick-buy {
  --adjust-height: max((var(--MEDIUM-BUTTON-HEIGHT) * 0.2), 8px);
  --adjust-size: max((12px * var(--adjust-button)), 12px);
  --btn-font-size: calc(0.9rem * var(--adjust-button));
  --btn-icon-size: calc(var(--adjust-size) + var(--adjust-height));
  --btn-space-block: calc(6px * var(--adjust-button));
  --btn-quick-buy-height: calc(var(--btn-icon-size) / 0.8 + 2 * var(--btn-space-block));
  --btn-height: calc(var(--button-line-height) * var(--btn-font-size) + 2 * var(--btn-space-block));
  --btn-space-inline: calc((12px * var(--adjust-button) + var(--btn-icon-size)) / 2);
  --btn-inner-top-bottom: var(--btn-space-block);
  --btn-inner-left-right: var(--btn-space-inline);
  min-height: max(var(--btn-quick-buy-height), var(--btn-height));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--btn-font-size);
}
.btn--quick-buy > span,
.btn--quick-buy .svg-loader {
  transition: opacity 0.3s ease;
}
.btn--quick-buy .svg-loader {
  --loader-size: 24px;
  top: unset;
  left: unset;
  transform: none;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  margin-block-start: calc(-1 * var(--loader-size) / 2);
  margin-inline-start: calc(-1 * var(--loader-size) / 2);
  width: var(--loader-size);
  height: var(--loader-size);
  opacity: 0;
  pointer-events: none;
}
.btn--quick-buy .svg-loader circle {
  stroke: var(--btn-text);
}
.btn--quick-buy .svg-loader circle:first-child {
  opacity: 0.1;
}
.btn--quick-buy.is-loading {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
.btn--quick-buy.is-loading > span {
  opacity: 0;
  transition: opacity 0s;
}
.btn--quick-buy.is-loading::before, .btn--quick-buy.is-loading::after {
  content: none;
}
.btn--quick-buy.is-loading .svg-loader {
  opacity: 1;
}
.btn--quick-buy.is-loading circle ~ circle {
  animation-play-state: running;
}

.share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(0.9rem * var(--adjust-body));
}

.no-touch .share-link::after {
  opacity: 0;
}
.no-touch .share-link:hover::after {
  opacity: 1;
}

.progress-bar + .quick__form .btn-quick-buy,
.progress-bar + .btn-quick-buy {
  bottom: 25px;
}

.btn--scroll-top {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: calc(var(--gutter) / 2);
  z-index: 200;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  min-width: 0;
  width: 60px;
  height: 60px;
  padding: 0;
}
.btn--scroll-top .icon {
  transform: rotate(270deg);
}

.btn--scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
}

@keyframes animate-svg {
  0% {
    stroke-dashoffset: 88;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.svg-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.svg-loader circle {
  stroke-width: 1;
  stroke: var(--PRIMARY-BUTTONS-COLOR-ALPHA-50);
  fill: none;
}
.svg-loader circle ~ circle {
  stroke: var(--PRIMARY-BUTTONS-COLOR-TEXT);
  stroke-dashoffset: 88;
  animation: animate-svg 1s linear infinite;
  animation-play-state: paused;
}

body:not(.no-outline) .btn:focus, body:not(.no-outline) .shopify-payment-button__button--unbranded:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
body:not(.no-outline) .btn-quick-buy:focus,
body:not(.no-outline) .btn-quick-buy.focus-visible {
  outline: -webkit-focus-ring-color auto 5px;
}

/*================ Keyframes animations ================*/
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menuFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.975);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInOutError {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes move {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes showCompactHeader {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes hideCompactHeader {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes pulse {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes pulseOut {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  69% {
    transform: scale(0);
    opacity: 0;
  }
  70% {
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes pulseOutFast {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  1% {
    transform: scale(1);
    opacity: 0.4;
  }
  65% {
    transform: scale(1.9);
    opacity: 0;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes pulseInOutSubtle {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.125);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes pressFadeInUp {
  0% {
    transform: translateY(70%);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes pressFadeOutDown {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes cartItemRemoved {
  0% {
    transform: translateZ(0);
    max-height: 300px;
  }
  50% {
    padding-top: var(--inner);
  }
  90% {
    transform: translate3d(100%, 0, 0);
    max-height: 0;
  }
  100% {
    opacity: 0;
    max-height: 0;
    padding: 0;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: none;
  }
}
@keyframes clipPathFromLeft {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
@keyframes clipPathFromRight {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes sliderRightToLeft {
  0% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes sliderRightToLeftOneSlide {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes imageInSlide {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes zoomOut {
  from {
    transform: scale(var(--scale-factor, 1.2));
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(var(--scale-factor, 1.2));
  }
}
@keyframes expandAccordion {
  from {
    flex: 2;
  }
  to {
    flex: 5;
  }
}
@keyframes collapseAccordion {
  from {
    flex: var(--factor, 2);
  }
  to {
    flex: 1;
  }
}
/*================ Helper Classes ================*/
.text-light {
  --text: var(--white);
  --text-alpha-50: rgb(255 255 255 / 50%);
  --heading: var(--white);
  --overlay: var(--black);
  color: var(--text);
}

.text-dark {
  --text: var(--black);
  --text-alpha-50: rgb(0 0 0 / 50%);
  --heading: var(--black);
  --overlay: var(--white);
  color: var(--text);
}
.text-dark .backdrop--radial:before {
  background: radial-gradient(rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 65%);
}

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

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

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

.backdrop--radial {
  position: relative;
}

.backdrop--radial:before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: -200px;
  right: -200px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 65%);
  opacity: 0;
}
.img-in .backdrop--radial:before {
  opacity: 1;
}

.letter-spacing-nav,
.caps-letter-spacing-nav.caps,
.caps-letter-spacing-nav .caps {
  letter-spacing: var(--LETTER-SPACING-NAV);
}

.caps {
  text-transform: uppercase;
}

.placeholder-svg, .placeholder-svg-filled {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  fill: var(--bg-lighten-darken-contrast);
  content-visibility: auto;
}

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

.placeholder-svg--overlayed {
  position: relative;
  content-visibility: auto;
}
.placeholder-svg--overlayed:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.1;
}

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

.placeholder-noblocks {
  position: relative;
  width: 100%;
  padding: calc(var(--gutter) / 2);
  text-align: center;
}

.no-image-placeholder {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  content-visibility: auto;
}

.cv-v {
  content-visibility: visible;
}

.cv-h {
  content-visibility: hidden;
}

.cv-a {
  content-visibility: auto;
}

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

.no-placeholder .label-hidden {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.highlight {
  color: var(--accent);
}

.hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}
.fallback-text,
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

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

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

.table-wrapper {
  overflow: auto;
}

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

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

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

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

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

.img-pos-center-top {
  object-position: top;
}

.img-pos-center-center {
  object-position: center;
}

.img-pos-center-bottom {
  object-position: bottom;
}

.img-pos-left-center {
  object-position: left;
}

.img-pos-right-center {
  object-position: right;
}

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

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

.align--top-right {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .align--top-right {
    text-align: right;
  }
}

.align--middle-left {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.align--middle-center,
.align--middle-split {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.align--middle-right {
  align-items: center;
  justify-content: flex-end;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .align--middle-right {
    text-align: right;
  }
}

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

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

.align--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .align--bottom-right {
    text-align: right;
  }
}

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

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

[data-scroll-locked] .has-scrolled .site-header {
  padding-right: var(--scrollbar-width);
}
[data-scroll-locked] .collection__inner:after {
  width: 100vw;
}
[data-scroll-locked] .btn--scroll-top {
  right: var(--scrollbar-width);
}
@media (pointer: fine) {
  [data-scroll-locked] .megamenu-opened .shopify-section-header,
  [data-scroll-locked] .search-opened .shopify-section-header,
  [data-scroll-locked] .megamenu-opened .site-header,
  [data-scroll-locked] .search-opened .site-header,
  [data-scroll-locked] .search-opened .search-popdown__body--fixed,
  [data-scroll-locked] .search-opened predictive-search,
  [data-scroll-locked] .search-opened search-form,
  [data-scroll-locked] .megamenu-opened .announcement-bar-static,
  [data-scroll-locked] .search-opened .announcement-bar-static,
  [data-scroll-locked] .megamenu-opened .announcement,
  [data-scroll-locked] .search-opened .announcement {
    width: 100vw;
    padding-right: var(--scrollbar-width);
  }
}
@media (pointer: fine) {
  [data-scroll-locked] .megamenu-opened .site-header--has-border .wrapper:before {
    right: calc(-1 * var(--scrollbar-width));
  }
}
@media (pointer: fine) {
  [data-scroll-locked] .search-opened .search-form__inner {
    width: 100vw;
    padding-right: calc(var(--scrollbar-width) + var(--gutter));
  }
}
@media only screen and (pointer: fine) and (max-width: 767px) {
  [data-scroll-locked] .search-opened .search-form__inner {
    padding-right: calc(var(--scrollbar-width) + var(--gutter-mobile));
  }
}
@media only screen and (pointer: fine) and (max-width: 767px) {
  [data-scroll-locked] .search-opened .search-popdown__results {
    padding-right: var(--scrollbar-width);
  }
}

:root {
  --site-width: var(--SITE-WIDTH);
  --site-width-narrow: var(--SITE-WIDTH-NARROW);
  --wrapper-width: calc(100vw - var(--scrollbar-width) - var(--gutter-mobile) * 2);
}
@media only screen and (min-width: 1440px) {
  :root {
    --site-width: calc(var(--SITE-WIDTH) - var(--scrollbar-width));
    --wrapper-width: calc(var(--site-width) - var(--gutter) * 2);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  :root {
    --wrapper-width: calc(100vw - var(--scrollbar-width) - var(--gutter) * 2);
  }
}

.wrapper--full-padded {
  --wrapper-width: calc(100vw - var(--scrollbar-width) - var(--gutter-mobile) * 2);
}
@media only screen and (min-width: 1024px) {
  .wrapper--full-padded {
    --wrapper-width: calc(100vw - var(--scrollbar-width) - var(--gutter) * 2);
  }
}

.wrapper--full {
  --wrapper-width: calc(100vw - var(--scrollbar-width));
}
@media only screen and (min-width: 1024px) {
  .wrapper--full {
    --wrapper-width: calc(100vw - var(--scrollbar-width));
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper--narrow {
    --wrapper-width: calc(var(--site-width-narrow) - var(--gutter) * 2);
  }
}

@media only screen and (min-width: 1024px) {
  .grid {
    grid-template-columns: var(--grid);
  }
}
@media only screen and (min-width: 768px) {
  .grid {
    justify-content: center;
  }
  .grid .grid__item {
    width: 100%;
  }
}

.grid,
.grid--center {
  display: grid;
  gap: var(--grid-gutter);
}
@media only screen and (max-width: 1023px) {
  .grid,
  .grid--center {
    grid-template-columns: var(--grid-tablet);
  }
}
@media only screen and (max-width: 767px) {
  .grid,
  .grid--center {
    gap: var(--grid-gutter-mobile) var(--grid-gutter);
  }
}
@media only screen and (max-width: 479px) {
  .grid,
  .grid--center {
    grid-template-columns: var(--grid-mobile);
  }
  .grid .mobile--one-whole,
  .grid--center .mobile--one-whole {
    grid-column: span 2;
  }
}

.grid--center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid--center .grid__item {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .grid__container {
    overflow: hidden;
    margin: 0 calc(var(--gutter-mobile) * -1);
  }
}

.wrapper--full-padded .carousel__container {
  margin: 0 calc(var(--gutter-mobile) * -1);
}
@media only screen and (min-width: 1024px) {
  .wrapper--full-padded .carousel__container {
    margin: 0 calc(var(--gutter) * -1);
  }
  .wrapper--full-padded .carousel {
    padding: 0 var(--gutter);
  }
  .wrapper--full-padded .carousel .flickity-prev-next-button.next {
    right: calc(var(--gutter) * 1.5);
  }
  .wrapper--full-padded .carousel .flickity-prev-next-button.previous {
    left: calc(var(--gutter) * 1.5);
  }
}

@media only screen and (max-width: 1023px) {
  .carousel__container {
    margin: 0 calc(var(--gutter-mobile) * -1);
  }
  .wrapper--full-padded .carousel .flickity-prev-next-button.next {
    right: calc(var(--gutter-mobile) * 1.5);
  }
  .wrapper--full-padded .carousel .flickity-prev-next-button.previous {
    left: calc(var(--gutter-mobile) * 1.5);
  }
}

.carousel {
  --flickity-btn-position: calc((var(--gutter) - var(--flickity-btn-size)) / 2);
}
.carousel .flickity-viewport {
  overflow: visible;
}
.carousel .flickity-prev-next-button.next {
  right: var(--flickity-btn-position);
}
.carousel .flickity-prev-next-button.previous {
  left: var(--flickity-btn-position);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .carousel {
    padding: 0 var(--gutter-mobile);
  }
}

@media only screen and (min-width: 768px) {
  .carousel:not(.flickity-enabled),
  .carousel--inactive {
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .carousel:not(.flickity-enabled) .carousel__item,
  .carousel--inactive .carousel__item {
    margin-right: var(--grid-gutter);
  }
  .carousel:not(.flickity-enabled) .carousel__item:last-child:not(:only-child),
  .carousel--inactive .carousel__item:last-child:not(:only-child) {
    margin-right: 0;
  }
}

.carousel:not(.flickity-enabled) {
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .carousel--mobile {
    --item-width-mobile: calc(var(--wrapper-width) - var(--grid-gutter));
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: normal;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding: var(--gutter-mobile);
    padding-left: var(--gutter-mobile);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .carousel--mobile::-webkit-scrollbar {
    display: none;
  }
  .carousel--mobile .grid__item,
  .carousel--mobile .carousel__item {
    display: block;
    float: none;
    flex: 0 0 auto;
    scroll-snap-align: start;
    margin-right: var(--grid-gutter);
    padding-bottom: 0;
    width: var(--item-width-mobile);
  }
  .carousel--mobile .grid__item:last-child,
  .carousel--mobile .carousel__item:last-child {
    margin-right: 0;
  }
  .carousel--mobile:after {
    content: "";
    display: block;
    position: relative;
    padding-right: var(--gutter-mobile);
  }
}

.carousel__item {
  width: calc(var(--wrapper-width) - var(--grid-gutter));
  display: block;
  white-space: normal;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .carousel__item {
    margin-right: var(--grid-gutter);
  }
}

@media only screen and (max-width: 767px) {
  .grid--mobile,
  .stacked--mobile {
    gap: var(--grid-gutter);
    display: grid;
    grid-template-columns: var(--grid-tablet);
    padding-left: var(--gutter-mobile);
    padding-right: var(--gutter-mobile);
  }
}
@media only screen and (max-width: 479px) {
  .grid--mobile,
  .stacked--mobile {
    grid-template-columns: var(--grid-mobile);
  }
}

@media only screen and (max-width: 767px) {
  .stacked--mobile {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media only screen and (min-width: 1440px) {
  .one-whole {
    width: var(--wrapper-width);
  }
  .one-half {
    width: calc((var(--wrapper-width) - var(--grid-gutter)) / 2);
  }
  .one-third {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 2) / 3);
  }
  .one-quarter {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 3) / 4);
  }
  .one-fifth {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 4) / 5);
  }
  .one-sixth {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 5) / 6);
  }
  .one-seventh {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 6) / 7);
  }
  .one-eighth {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 7) / 8);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .one-whole {
    width: calc(var(--wrapper-width) - var(--grid-gutter));
  }
  .one-half {
    width: calc((var(--wrapper-width) - var(--grid-gutter)) / 2);
  }
  .one-third {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 2) / 3);
  }
  .one-quarter {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 3) / 4);
  }
  .one-fifth {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 4) / 5);
  }
  .one-sixth {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 5) / 6);
  }
  .one-seventh {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 6) / 7);
  }
  .one-eighth {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 7) / 8);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .one-whole {
    width: calc(var(--wrapper-width) * 0.9 - var(--grid-gutter));
  }
  .one-half,
  .one-third,
  .one-quarter {
    width: calc((var(--wrapper-width) * 0.9 - var(--grid-gutter)) / 2);
  }
  .one-fifth,
  .one-sixth,
  .one-seventh,
  .one-eighth {
    width: calc((var(--wrapper-width) * 0.9 - var(--grid-gutter)) / 4);
  }
}
@media only screen and (max-width: 767px) {
  .one-whole {
    width: calc(var(--wrapper-width) * 0.9 - var(--grid-gutter));
  }
  .one-half,
  .one-third,
  .one-quarter,
  .one-fifth,
  .one-sixth,
  .one-seventh,
  .one-eighth {
    width: calc((var(--wrapper-width) * 0.9 - var(--grid-gutter)) / 2);
  }
  .grid--mobile .one-half,
  .grid--mobile .one-third,
  .grid--mobile .one-quarter,
  .grid--mobile .one-fifth,
  .grid--mobile .one-sixth,
  .grid--mobile .one-seventh,
  .grid--mobile .one-eighth {
    width: 100%;
  }
  .grid__item:only-child,
  .carousel__item:only-child {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .mobile--one-whole {
    width: calc(var(--wrapper-width) * 0.9 - var(--grid-gutter));
  }
  .mobile--one-half {
    width: calc((var(--wrapper-width) * 0.9 - var(--grid-gutter)) / 2);
  }
  .grid--mobile .grid__item:only-of-type {
    width: 100%;
  }
  .carousel--mobile .mobile--one-half:first-of-type:nth-last-of-type(2),
  .carousel--mobile .mobile--one-half:first-of-type:nth-last-of-type(2) ~ .mobile--one-half:last-of-type,
  .carousel--mobile .mobile--one-half:only-of-type {
    --item-width-mobile: calc(50% - var(--grid-gutter));
  }
  .mosaic--no-spacing .wrapper--no-full .carousel--mobile .mobile--one-half:first-of-type:nth-last-of-type(2),
  .mosaic--no-spacing .wrapper--no-full .carousel--mobile .mobile--one-half:first-of-type:nth-last-of-type(2) ~ .mobile--one-half:last-of-type,
  .mosaic--no-spacing .wrapper--no-full .carousel--mobile .mobile--one-half:only-of-type {
    --item-width-mobile: calc(50% - var(--grid-gutter) / 2);
  }
  .carousel--mobile .mobile--one-whole:only-of-type {
    --item-width-mobile: calc(100% - var(--grid-gutter));
  }
  .carousel--mobile .mobile--one-half:only-of-type {
    margin-left: 0;
  }
}
.btn-primary-border .btn--primary.btn--solid, .btn-primary-border input.btn--solid.btn, .btn-primary-border input.btn--solid.shopify-payment-button__button--unbranded, .btn-primary-border .btn--primary .btn--solid.shopify-payment-button__button--unbranded, .btn--primary .btn-primary-border .btn--solid.shopify-payment-button__button--unbranded, .btn-primary-border input.btn .btn--solid.shopify-payment-button__button--unbranded, input.btn .btn-primary-border .btn--solid.shopify-payment-button__button--unbranded, .btn-primary-border input.shopify-payment-button__button--unbranded .btn--solid.shopify-payment-button__button--unbranded, input.shopify-payment-button__button--unbranded .btn-primary-border .btn--solid.shopify-payment-button__button--unbranded,
.btn-secondary-border .btn--secondary.btn--solid,
.btn-secondary-border .btn--secondary .btn--solid.shopify-payment-button__button--unbranded,
.btn--secondary .btn-secondary-border .btn--solid.shopify-payment-button__button--unbranded {
  --btn-inner-top-bottom: calc(var(--top-bottom-padding) * var(--adjust-button));
  --btn-inner-left-right: calc(var(--left-right-padding) * var(--adjust-button));
  --btn-border: var(--OUTLINE-SOLID-BUTTONS-PRIMARY-BORDER);
  border-width: var(--BORDER-WIDTH);
}

.btn-secondary-border .btn--secondary.btn--solid, .btn-secondary-border .btn--secondary .btn--solid.shopify-payment-button__button--unbranded, .btn--secondary .btn-secondary-border .btn--solid.shopify-payment-button__button--unbranded {
  --btn-border: var(--OUTLINE-SOLID-BUTTONS-SECONDARY-BORDER);
}

/*================ No JS ================*/
.no-js .js-only,
.no-js .pagination--infinite {
  display: none !important;
}
.no-js .carousel {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .no-js .carousel {
    flex-flow: row nowrap;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .no-js .carousel::-webkit-scrollbar {
    display: none;
  }
}
.no-js .carousel .carousel__item {
  margin-right: var(--grid-gutter);
}
.no-js .carousel .carousel__item.one-half:nth-child(2n+2), .no-js .carousel .carousel__item.one-third:nth-child(3n+3), .no-js .carousel .carousel__item.one-quarter:nth-child(4n+4), .no-js .carousel .carousel__item.one-fifth:nth-child(5n+5), .no-js .carousel .carousel__item.one-sixth:nth-child(6n+6), .no-js .carousel .carousel__item.one-seventh:nth-child(7n+7), .no-js .carousel .carousel__item.one-eighth:nth-child(8n+8), .no-js .carousel .carousel__item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1023px) {
  .no-js .carousel .carousel__item:nth-child(n) {
    margin-right: var(--grid-gutter) !important;
  }
  .no-js .carousel .carousel__item:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .no-js .carousel .carousel__item:nth-child(n) {
    margin-right: 0 !important;
    margin-bottom: var(--grid-gutter);
  }
}
.no-js.ie11 .cart__checkout, .no-js.ie11 .site-header--transparent:not(.is-megamenu-open) .logo__image-link--home {
  display: block !important;
}
.no-js.ie11 .product__selectors, .no-js.ie11 .logo .logo__image-link.logo__image-link--home {
  display: none !important;
}
.no-js.ie11 .selector-wrapper, .no-js.ie11 .quantity__btn {
  display: none;
}
.no-js.ie11 ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.no-js .one-whole,
.no-js .one-half,
.no-js .one-third,
.no-js .one-quarter,
.no-js .one-fifth,
.no-js .one-sixth,
.no-js .one-seventh,
.no-js .one-eighth {
  --wrapper-width: 100%;
}

.overflow-hidden {
  overflow: hidden !important;
}

.icon {
  fill: none;
  stroke: currentcolor;
  stroke-width: var(--STROKE-WIDTH);
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon-stroke .icon {
  stroke-width: 3px;
}
@supports (-webkit-hyphens: none) {
  .icon-stroke .icon {
    transform: translateZ(0);
  }
}

.icon-select,
.icon-toggle-plus,
.icon-toggle-minus {
  width: 15px;
  height: 15px;
}

.icon-close {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.icon-shopping-bag {
  vertical-align: middle;
  pointer-events: none;
}

.icon-filter {
  fill: currentcolor;
  width: 20px;
  height: 13px;
  stroke: none;
}

.icon-hamburger {
  display: block;
  width: 28px;
  height: 28px;
  pointer-events: none;
}

.icon-css-arrow {
  pointer-events: none;
}

.icon-play {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 var(--BORDER-WIDTH) currentcolor;
  fill: currentcolor;
  stroke: none;
  -webkit-transform: translateY(0);
}

.icon-share {
  width: 20px;
  height: calc(19px * var(--adjust-body));
  margin-right: 10px;
}

.icon-check {
  stroke: none;
}

.icon-media-model,
.icon-media-video {
  fill: var(--bg);
  stroke: none;
}

.icon-media-model-outline,
.icon-media-video-outline {
  stroke: var(--text-alpha-5);
}

.icon-media-model-element,
.icon-media-video-element {
  fill: var(--text);
}

.icon-check {
  background: var(--icon-check-swatch) no-repeat center center/contain;
}

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

/*================ Images ================*/
.lazy-image {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.lazy-image::after {
  position: absolute;
  display: block;
  top: -10%;
  left: -10%;
  right: -10%;
  bottom: -10%;
  transform: none;
  background: var(--bg-lighten-darken-shimmer-bg);
  animation: 0.4s ease-out 1 forwards fadeOut, 1s linear 1 forwards shimmerBgOut;
  pointer-events: none;
}
.lazy-image.is-loading {
  background: var(--bg-lighten-darken-shimmer-bg);
  z-index: 1;
}
.lazy-image.is-loading::after {
  content: "";
  z-index: -1;
  animation: 1.6s linear infinite forwards shimmer;
  background: linear-gradient(98deg, var(--bg-lighten-darken-shimmer-bg) 16%, var(--bg-lighten-darken-shimmer-effect) 32%, var(--bg-lighten-darken-shimmer-bg) 48%);
  transform: translateX(-100%);
}

@media only screen and (min-width: 1024px) {
  .aos-initialized .skeleton-loading:has(img[loading].is-loading) img[loading] {
    opacity: 0.000001;
  }
  .aos-initialized .skeleton-loading:has(img[loading].is-loading) .lazy-image {
    background: var(--bg-lighten-darken-shimmer-bg);
    z-index: 1;
  }
  .aos-initialized .skeleton-loading:has(img[loading].is-loading) .lazy-image::after {
    content: "";
    z-index: -1;
    animation: 1.6s linear infinite forwards shimmer;
    background: linear-gradient(98deg, var(--bg-lighten-darken-shimmer-bg) 16%, var(--bg-lighten-darken-shimmer-effect) 32%, var(--bg-lighten-darken-shimmer-bg) 48%);
    transform: translateX(-100%);
  }
  .aos-initialized .skeleton-loading:has(img[loading].is-loading) .shimmer-sequential__item [data-aos] {
    opacity: 0.000001;
    transform: translateY(var(--move-offset));
  }
  .aos-initialized .skeleton-loading:has(img[loading].is-loading) .shimmer-sequential__item [data-aos=hero] {
    animation-name: none;
  }
  .no-js .aos-initialized .skeleton-loading:has(img[loading].is-loading) img[loading] {
    opacity: 1;
  }
  .no-js .aos-initialized .skeleton-loading:has(img[loading].is-loading) .lazy-image {
    background-color: var(--bg);
  }
  .no-js .aos-initialized .skeleton-loading:has(img[loading].is-loading) .lazy-image::after {
    background: var(--bg-lighten-darken-shimmer-bg);
    animation: 0.4s ease-out 1 forwards fadeOut, 1s linear 1 forwards shimmerBgOut;
  }
  .no-js .aos-initialized .skeleton-loading:has(img[loading].is-loading) .shimmer-sequential__item [data-aos] {
    opacity: 1;
    transform: none;
  }
  .no-js .aos-initialized .skeleton-loading:has(img[loading].is-loading) .shimmer-sequential__item [data-aos=hero] {
    animation-name: heroFade;
  }
  .grid__item.one-half:nth-child(2n+2) .product-grid-item__image .lazy-image.is-loading:after {
    animation-delay: 0.7s;
  }
  .skeleton-loading:has(img[loading].is-loading) .grid__item.one-half:nth-child(2n+2) .product-grid-item__image .lazy-image:after {
    animation-delay: 0.7s;
  }
  .shimmer-sequential--2 .shimmer-sequential__item:nth-of-type(2n + 2) .lazy-image.is-loading:after {
    animation-delay: 0.7s;
  }
  .shimmer-sequential--2.skeleton-loading:has(img[loading].is-loading) .shimmer-sequential__item:nth-of-type(2n + 2) .lazy-image:after {
    animation-delay: 0.7s;
  }
  .grid__item.one-third:nth-child(3n+2) .product-grid-item__image .lazy-image.is-loading:after {
    animation-delay: 0.7s;
  }
  .carousel__item.one-half:nth-child(3n+2) .product-grid-item__image .lazy-image.is-loading:after {
    animation-delay: 0.7s;
  }
  .skeleton-loading:has(img[loading].is-loading) .grid__item.one-third:nth-child(3n+2) .product-grid-item__image .lazy-image:after {
    animation-delay: 0.7s;
  }
  .skeleton-loading:has(img[loading].is-loading) .carousel__item.one-half:nth-child(3n+2) .product-grid-item__image .lazy-image:after {
    animation-delay: 0.7s;
  }
  .shimmer-sequential--3 .shimmer-sequential__item:nth-of-type(3n + 2) .lazy-image.is-loading:after {
    animation-delay: 0.7s;
  }
  .shimmer-sequential--3.skeleton-loading:has(img[loading].is-loading) .shimmer-sequential__item:nth-of-type(3n + 2) .lazy-image:after {
    animation-delay: 0.7s;
  }
  .grid__item.one-quarter:nth-child(4n+2) .product-grid-item__image .lazy-image.is-loading:after {
    animation-delay: 0.7s;
  }
  .carousel__item.one-third:nth-child(4n+2) .product-grid-item__image .lazy-image.is-loading:after {
    animation-delay: 0.7s;
  }
  .skeleton-loading:has(img[loading].is-loading) .grid__item.one-quarter:nth-child(4n+2) .product-grid-item__image .lazy-image:after {
    animation-delay: 0.7s;
  }
  .skeleton-loading:has(img[loading].is-loading) .carousel__item.one-third:nth-child(4n+2) .product-grid-item__image .lazy-image:after {
    animation-delay: 0.7s;
  }
  .shimmer-sequential--4 .shimmer-sequential__item:nth-of-type(4n + 2) .lazy-image.is-loading:after {
    animation-delay: 0.7s;
  }
  .shimmer-sequential--4.skeleton-loading:has(img[loading].is-loading) .shimmer-sequential__item:nth-of-type(4n + 2) .lazy-image:after {
    animation-delay: 0.7s;
  }
  .shimmer-sequential--mixed .shimmer-sequential__item:nth-of-type(4n + 2) .lazy-image.is-loading:after {
    animation-delay: 0.7s;
  }
  .shimmer-sequential--mixed.skeleton-loading:has(img[loading].is-loading) .shimmer-sequential__item:nth-of-type(4n + 2) .lazy-image:after {
    animation-delay: 0.7s;
  }
  .carousel__item.one-quarter:nth-child(5n+2) .product-grid-item__image .lazy-image.is-loading:after {
    animation-delay: 0.7s;
  }
  .skeleton-loading:has(img[loading].is-loading) .carousel__item.one-quarter:nth-child(5n+2) .product-grid-item__image .lazy-image:after {
    animation-delay: 0.7s;
  }
  .grid__item.one-third:nth-child(3n+3) .product-grid-item__image .lazy-image.is-loading:after {
    animation-delay: 1.4s;
  }
  .carousel__item.one-half:nth-child(3n+3) .product-grid-item__image .lazy-image.is-loading:after {
    animation-delay: 1.4s;
  }
  .skeleton-loading:has(img[loading].is-loading) .grid__item.one-third:nth-child(3n+3) .product-grid-item__image .lazy-image:after {
    animation-delay: 1.4s;
  }
  .skeleton-loading:has(img[loading].is-loading) .carousel__item.one-half:nth-child(3n+3) .product-grid-item__image .lazy-image:after {
    animation-delay: 1.4s;
  }
  .shimmer-sequential--3 .shimmer-sequential__item:nth-of-type(3n + 3) .lazy-image.is-loading:after {
    animation-delay: 1.4s;
  }
  .shimmer-sequential--3.skeleton-loading:has(img[loading].is-loading) .shimmer-sequential__item:nth-of-type(3n + 3) .lazy-image:after {
    animation-delay: 1.4s;
  }
  .grid__item.one-quarter:nth-child(4n+3) .product-grid-item__image .lazy-image.is-loading:after {
    animation-delay: 1.4s;
  }
  .carousel__item.one-third:nth-child(4n+3) .product-grid-item__image .lazy-image.is-loading:after {
    animation-delay: 1.4s;
  }
  .skeleton-loading:has(img[loading].is-loading) .grid__item.one-quarter:nth-child(4n+3) .product-grid-item__image .lazy-image:after {
    animation-delay: 1.4s;
  }
  .skeleton-loading:has(img[loading].is-loading) .carousel__item.one-third:nth-child(4n+3) .product-grid-item__image .lazy-image:after {
    animation-delay: 1.4s;
  }
  .shimmer-sequential--4 .shimmer-sequential__item:nth-of-type(4n + 3) .lazy-image.is-loading:after {
    animation-delay: 1.4s;
  }
  .shimmer-sequential--4.skeleton-loading:has(img[loading].is-loading) .shimmer-sequential__item:nth-of-type(4n + 3) .lazy-image:after {
    animation-delay: 1.4s;
  }
  .shimmer-sequential--mixed .shimmer-sequential__item:nth-of-type(4n + 3) .lazy-image.is-loading:after {
    animation-delay: 1.4s;
  }
  .shimmer-sequential--mixed.skeleton-loading:has(img[loading].is-loading) .shimmer-sequential__item:nth-of-type(4n + 3) .lazy-image:after {
    animation-delay: 1.4s;
  }
  .carousel__item.one-quarter:nth-child(5n+3) .product-grid-item__image .lazy-image.is-loading:after {
    animation-delay: 1.4s;
  }
  .skeleton-loading:has(img[loading].is-loading) .carousel__item.one-quarter:nth-child(5n+3) .product-grid-item__image .lazy-image:after {
    animation-delay: 1.4s;
  }
  .grid__item.one-quarter:nth-child(4n+4) .product-grid-item__image .lazy-image.is-loading:after {
    animation-delay: 2.1s;
  }
  .carousel__item.one-third:nth-child(4n+4) .product-grid-item__image .lazy-image.is-loading:after {
    animation-delay: 2.1s;
  }
  .skeleton-loading:has(img[loading].is-loading) .grid__item.one-quarter:nth-child(4n+4) .product-grid-item__image .lazy-image:after {
    animation-delay: 2.1s;
  }
  .skeleton-loading:has(img[loading].is-loading) .carousel__item.one-third:nth-child(4n+4) .product-grid-item__image .lazy-image:after {
    animation-delay: 2.1s;
  }
  .shimmer-sequential--4 .shimmer-sequential__item:nth-of-type(4n + 4) .lazy-image.is-loading:after {
    animation-delay: 2.1s;
  }
  .shimmer-sequential--4.skeleton-loading:has(img[loading].is-loading) .shimmer-sequential__item:nth-of-type(4n + 4) .lazy-image:after {
    animation-delay: 2.1s;
  }
  .shimmer-sequential--mixed .shimmer-sequential__item:nth-of-type(4n + 4) .lazy-image.is-loading:after {
    animation-delay: 2.1s;
  }
  .shimmer-sequential--mixed.skeleton-loading:has(img[loading].is-loading) .shimmer-sequential__item:nth-of-type(4n + 4) .lazy-image:after {
    animation-delay: 2.1s;
  }
  .carousel__item.one-quarter:nth-child(5n+4) .product-grid-item__image .lazy-image.is-loading:after {
    animation-delay: 2.1s;
  }
  .skeleton-loading:has(img[loading].is-loading) .carousel__item.one-quarter:nth-child(5n+4) .product-grid-item__image .lazy-image:after {
    animation-delay: 2.1s;
  }
  .carousel__item.one-quarter:nth-child(5n+5) .product-grid-item__image .lazy-image.is-loading:after {
    animation-delay: 2.8s;
  }
  .skeleton-loading:has(img[loading].is-loading) .carousel__item.one-quarter:nth-child(5n+5) .product-grid-item__image .lazy-image:after {
    animation-delay: 2.8s;
  }
}
.lazy-image--simple.background-size-cover,
.lazy-image:has(.lazy-image__simple).background-size-cover {
  background: var(--bg);
}
.lazy-image--simple::after,
.lazy-image:has(.lazy-image__simple)::after {
  animation: 0.6s ease 1 forwards fadeOut;
}
.lazy-image--simple.is-loading::after,
.lazy-image:has(.lazy-image__simple).is-loading::after {
  animation: 1.6s linear infinite forwards shimmer;
}

.lazy-image--cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lazy-image img {
  transition: opacity 0.5s ease-in;
}

.lazy-image img.is-loading {
  opacity: 0.000001;
}

.background-size-cover {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--bg);
}
.overlapping-images .background-size-cover, .image-with-text .background-size-cover, .sticky-images-and-text .background-size-cover, .product-upsell__image .background-size-cover {
  background: none;
}
.background-size-cover.is-loading {
  background: var(--bg-lighten-darken-shimmer-bg);
}
.background-size-cover img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.img-object-cover {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.img-object-contain {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.image-fill {
  position: relative;
  overflow: hidden;
}

.aspect-ratio {
  --aspect-ratio-default: 1 / 1;
  --fallback-ratio-default: 100%;
  --image-ratio-desktop: calc(1 / var(--aspect-ratio-desktop, var(--aspect-ratio-default)));
  --image-ratio-fallback-desktop: calc((100 * var(--aspect-ratio-desktop, var(--fallback-ratio-default))) * 1%);
  --image-ratio-mobile: calc(1 / var(--aspect-ratio-mobile, var(--aspect-ratio-default)));
  --image-ratio-fallback-mobile: calc((100 * var(--aspect-ratio-mobile, var(--fallback-ratio-default))) * 1%);
  aspect-ratio: var(--image-ratio-desktop);
}
@supports not (aspect-ratio: 16/9) {
  .aspect-ratio {
    padding-top: var(--image-ratio-fallback-desktop);
  }
}
@media only screen and (max-width: 767px) {
  .aspect-ratio {
    aspect-ratio: var(--image-ratio-mobile);
  }
  @supports not (aspect-ratio: 16/9) {
    .aspect-ratio {
      padding-top: var(--image-ratio-fallback-mobile);
    }
  }
}

.image-fill .placeholder-svg--overlayed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.placeholder-svg-rect,
.placeholder-svg-sqr {
  position: relative;
  height: auto;
  min-width: 300px;
  padding-top: 100%;
}
.placeholder-svg-rect svg,
.placeholder-svg-sqr svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.placeholder-svg-rect {
  padding-top: 38.4%;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes shimmerBgOut {
  0% {
    background: var(--bg-lighten-darken-shimmer-bg);
  }
  100% {
    background: var(--bg-lighten-darken-shimmer-enhancement);
  }
}
.no-touch .hover-scale img,
.no-touch .hover-scale .placeholder-svg--overlayed,
.no-touch .hover-scale-svg .placeholder-svg-filled {
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.19, 0.61, 0.15, 0.82);
}
.no-touch .hover-scale:hover img,
.no-touch .hover-scale:hover .placeholder-svg--overlayed,
.no-touch .hover-scale-svg:hover .placeholder-svg-filled {
  transform: scale(1.1);
}

.no-js .lazy-image.is-loading::after {
  display: none !important;
}
.no-js img[loading].is-loading {
  opacity: 1;
  z-index: auto;
  vertical-align: top;
}
.no-js figure.lazy-image.is-loading {
  z-index: 0;
  background-color: transparent;
}

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

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

.form-vertical-wrapper p a {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}
.form-vertical-wrapper p a:before, .form-vertical-wrapper p a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: var(--BORDER-WIDTH);
  display: block;
  background: var(--btn-text, var(--text));
  transition: none;
  pointer-events: none;
}
.form-vertical-wrapper p a:before {
  transform: scaleX(0);
  transform-origin: left;
}
.form-vertical-wrapper p a:after {
  transform-origin: right;
}
.no-touch .form-vertical-wrapper p a:hover {
  background: transparent;
  border: 0;
}
.no-touch .form-vertical-wrapper p a:hover:before, .no-touch .form-vertical-wrapper p a:hover:after {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.no-touch .form-vertical-wrapper p a:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}

.form-vertical-wrapper button {
  width: 100%;
}

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

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

.form__item {
  padding: 0;
  border: 0;
  margin: 0 0 20px;
}
.form__item .selector-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.form__item .selector-wrapper .icon-select {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  padding: 0 20px;
  height: 100%;
  pointer-events: none;
  transform: rotate(90deg);
}
.form__item select {
  margin: 0;
  width: 100%;
}

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

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

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

.form__label {
  display: block;
  margin: 0 0 10px;
  font-size: calc(1.35rem * var(--adjust-label));
}

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

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

input.error,
select.error,
textarea.error {
  border-color: var(--error);
  background-color: var(--input-bg);
  color: var(--error);
}

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

.input-group {
  --form-margin: 20px;
  --input-height: 54px;
  display: flex;
  flex-direction: column;
  margin: calc(var(--form-margin) / -2);
}
@media only screen and (min-width: 768px) {
  .input-group {
    flex-flow: row wrap;
  }
}
.text-left .input-group, .item--left .input-group, .item--bottom-left .input-group, .item--top-left .input-group, .align--top-left .input-group, .align--middle-left .input-group, .align--middle-split .input-group, .align--bottom-left .input-group {
  justify-content: flex-start;
}
.text-center .input-group, .item--center .input-group, .item--bottom-center .input-group, .item--top-center .input-group, .align--top-center .input-group, .align--middle-center .input-group, .align--middle-split .input-group, .align--bottom-center .input-group {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .text-right .input-group, .item--right .input-group, .item--bottom-right .input-group, .item--top-right .input-group, .align--top-right .input-group, .align--middle-right .input-group, .align--middle-split .input-group, .align--bottom-right .input-group {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 479px) {
  .input-group {
    --form-margin: 15px;
  }
}

.input-group--inline {
  margin: 0;
  position: relative;
  max-width: 340px;
  flex-wrap: nowrap;
  flex-direction: row;
}
.align--middle-center .input-group--inline {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .text-right .input-group--inline, .item--right .input-group--inline, .item--bottom-right .input-group--inline, .item--top-right .input-group--inline, .align--top-right .input-group--inline, .align--middle-right .input-group--inline, .align--bottom-right .input-group--inline {
    margin-left: auto;
  }
}
.input-group--inline input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
.input-group--inline .input-group__item {
  flex: 1 1 auto;
  padding: 0;
}
.input-group--inline .input-group__item--btn {
  flex-grow: 0;
  flex-basis: 54px;
  max-width: 54px;
}
.input-group--inline .input-group__field {
  width: 100%;
  border-right: 0;
  border-radius: var(--RADIUS) 0 0 var(--RADIUS);
}
.input-group--inline .input-group__btn--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0;
  border-radius: 0 var(--RADIUS) var(--RADIUS) 0;
}
.input-group--inline .input-group__field,
.input-group--inline .input-group__btn--icon {
  height: var(--input-height);
}
.input-group--inline .input-group__field--text {
  margin: 10px 0;
}

.input-group__item {
  position: relative;
  padding: calc(var(--form-margin) / 2);
  flex-basis: 100%;
  flex-grow: 2;
}
@media only screen and (min-width: 1024px) {
  .input-group__item {
    max-width: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .input-group__item {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .input-group__item {
    flex-basis: 25%;
  }
  .align--middle-split .input-group__item {
    flex-basis: 50%;
  }
}

.input-group__item--btn {
  flex-grow: 0;
}

.input-group__item--text {
  flex-basis: 100%;
}

.input-group__field {
  color: var(--text);
  background: var(--input-bg);
}

.input-group__btn {
  width: 100%;
  height: var(--input-height);
  min-width: 54px;
}

.input-group__error {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--inner);
  padding: 0 calc(0.5 * var(--inner) + 20px);
  color: var(--error);
  font-size: calc(0.75rem * var(--adjust-body));
  line-height: 1.05;
  transform: translateY(50%);
}
.has-error .input-group__error {
  display: block;
}

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

input {
  -webkit-appearance: none;
}

.product__form input,
.product__form textarea,
.product__form select,
#collection-sorting input,
#collection-sorting textarea,
#collection-sorting select {
  border: var(--BORDER-WIDTH) solid var(--border);
}

.note,
.errors {
  border-radius: var(--RADIUS);
  padding: 8px 12px;
  margin-bottom: var(--inner);
  border: var(--BORDER-WIDTH) solid transparent;
  font-size: calc(0.75rem * var(--adjust-body));
  text-align: center;
}
.note ul,
.note ol,
.errors ul,
.errors ol {
  margin: 0;
  list-style: none outside;
}
.note li:last-child,
.errors li:last-child {
  margin-bottom: 0;
}
.note p,
.errors p {
  margin-bottom: 0;
  font-size: inherit;
}

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

.form-success {
  color: var(--success);
  border-color: var(--success);
}
.form-success a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: var(--BORDER-WIDTH);
}
.form-success a:hover {
  text-decoration: none;
}

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

.checkbox > input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.checkbox > label {
  position: relative;
  display: block;
  padding-left: 22px;
  font-size: calc(0.875rem * var(--adjust-body));
  line-height: 1.43;
  text-align: left;
  cursor: pointer;
}
.checkbox > label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  color: var(--white);
  border-radius: var(--RADIUS-CHECKBOX);
  border: 1px solid var(--text);
}

.checkbox > input:checked ~ label:before {
  background: var(--text) var(--icon-check) no-repeat center center;
  background-size: 14px auto;
}

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

.pagination__loading {
  position: relative;
  padding-top: 40px;
  display: inline-block;
  width: 150px;
  height: 150px;
}
.pagination__loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--loading-svg) no-repeat top center/320px;
  pointer-events: none;
}
.palette--dark .pagination__loading:after {
  filter: invert(1);
}

.pagination__button--previous {
  transform: rotate(180deg);
}

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

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

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

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

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

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

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

.no-js body.no-outline :focus {
  outline: auto;
  outline: -webkit-focus-ring-color auto 5px;
}

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

body:not(.no-outline) .skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--text);
  background-color: var(--bg);
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none;
}

hr {
  width: 75px;
  margin: 15px auto;
  border-width: var(--BORDER-WIDTH) 0 0;
  border-color: var(--border);
}
.item--left hr, .item--top-left hr, .item--bottom-left hr, .align--middle-left hr, .align--top-left hr, .align--bottom-left hr, .text-left hr {
  margin-left: 0;
}
.text-right hr, .align--middle-right hr, .align--top-right hr, .align--bottom-right hr {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .item--right hr, .item--top-right hr, .item--bottom-right hr {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .item--right hr, .item--top-right hr, .item--bottom-right hr {
    margin-right: 0;
  }
}

hr.hr--clear {
  border-top-color: transparent;
}

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

.form__item .hr--full,
.divider-section .hr--full {
  margin: 0;
}

.wrapper--full {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
.wrapper--full:after {
  content: "";
  display: table;
  clear: both;
}

.wrapper--full-padded {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 var(--gutter-mobile);
}
.wrapper--full-padded:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .wrapper--full-padded {
    padding: 0 var(--gutter);
  }
}

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

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

.section-default {
  background: var(--bg);
}

.section-padding {
  --padding-top: var(--PT);
  --padding-bottom: var(--PB);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-padding {
    --padding-top: calc(var(--PT) * 0.8);
    --padding-bottom: calc(var(--PB) * 0.8);
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    --padding-top: calc(var(--PT) * 0.6);
    --padding-bottom: calc(var(--PB) * 0.6);
  }
}

.block-spacing {
  margin-bottom: var(--block-spacing-bottom, 12px);
}
.block-spacing.main-subheading {
  margin-bottom: var(--block-spacing-bottom, 10px);
}
.block-spacing.main-buttons {
  margin-bottom: var(--block-spacing-bottom, 0);
}

.main-content {
  display: block;
  overflow: initial;
  min-height: var(--content-min);
}

.main-content--parallax {
  position: relative;
  z-index: 1;
  background-color: var(--bg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: z-index 0s linear 0.4s, box-shadow 0s linear 0.4s;
}
.main-content--parallax ~ .shopify-section:not(.section-footer) {
  position: relative;
  z-index: 1;
}
.main-content--parallax:has(.search-page) .search-page__head {
  z-index: 112;
}
.main-content--parallax:has(.featured-product-section:only-of-type) .wave-svg, .main-content--parallax:has(.featured-product-section:last-of-type) .wave-svg, .main-content--parallax:has(.shopify-section--product:last-of-type) .wave-svg, .main-content--parallax:has(.shopify-section--product:only-of-type) .wave-svg {
  z-index: 9;
}
.js-drawer-open--size .main-content--parallax {
  transition: z-index 0s linear 0s, box-shadow 0s linear 0s;
  z-index: 9999;
}
.js-drawer-open--size .main-content--parallax::before {
  opacity: 0.2;
  visibility: visible;
  transition: visibility 0s, opacity 0.4s ease-in-out;
}
.js-drawer-open--size:has(.site-header--has-border) .main-content--parallax {
  box-shadow: inset 0 var(--BORDER-WIDTH) var(--text);
}
.js-drawer-open--size:has(.site-header--has-border) .main-content--parallax.parallax-shadow {
  box-shadow: 0 calc(-1 * var(--BORDER-WIDTH)) var(--text);
}
.js-drawer-open--size:has(.main-content--parallax) .drawer__overlay {
  display: none;
}
.has-scrolled:has(.main-content--parallax):has(.drawer) .main-content--parallax::before,
.has-scrolled:has(.main-content--parallax):has(.drawer) .main-content--parallax {
  transition-delay: 0.4s;
}
.has-scrolled.js-drawer-open--size:has(.main-content--parallax):has(.drawer.is-open) .drawer,
.has-scrolled.js-drawer-open--size:has(.main-content--parallax):has(.drawer.is-open) .main-content--parallax::before,
.has-scrolled.js-drawer-open--size:has(.main-content--parallax):has(.drawer.is-open) .main-content--parallax {
  transition-delay: 0.3s;
}
.has-scrolled.js-drawer-open--size:has(.main-content--parallax):has(.drawer.is-open) .site-header--fixed {
  animation: hideCompactHeader 0.3s;
}

body:has(.section-footer ~ .section-footer) .section-footer {
  z-index: 1;
}
body:has(.section-footer ~ .section-footer) .section-footer ~ .section-footer {
  z-index: 0;
}

.parallax-shadow {
  box-shadow: 0 25px 25px -10px var(--footer-bg);
}
@media only screen and (max-width: 767px) {
  .parallax-shadow {
    box-shadow: none;
  }
}

.parallax-rounded-corners {
  overflow: clip;
  margin-bottom: calc(-1 * var(--radius-large));
  position: relative;
  z-index: 1;
}
.parallax-rounded-corners:has(.wavy) {
  overflow: unset;
}
body:has(.section-footer--visible) .parallax-rounded-corners {
  border-bottom-left-radius: var(--radius-large);
  border-bottom-right-radius: var(--radius-large);
}

.wavy {
  position: relative;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .wavy {
    padding-bottom: 10px;
  }
}
.wavy .wave-svg {
  display: block;
}

.wave-svg {
  --wave-height: 57px;
  position: absolute;
  width: 100%;
  bottom: calc(-1 * var(--wave-height));
  display: none;
  z-index: 105;
  filter: drop-shadow(0 15px 10px var(--footer-bg));
}
.wave-svg svg {
  height: var(--wave-height);
  display: block;
}
.wave-svg #wave-svg__little-wave {
  fill: var(--footer-bg);
}
@media only screen and (max-width: 767px) {
  .wave-svg {
    --wave-height: 28px;
    filter: none;
  }
}

.wave-svg__reversed {
  margin-top: -15px;
  transform: scale(-1);
}
@media only screen and (max-width: 767px) {
  .wave-svg__reversed {
    margin-top: 0;
  }
}

.main-content > .shopify-section:first-child {
  --full-height: var(--content-full);
}
.main-content > .shopify-section:first-child .collection__filters {
  --full-height: 100vh;
}

.section__header {
  --heading-margin: 20px;
  margin-bottom: calc(var(--gutter) / 2);
}

.section__heading {
  margin-bottom: var(--heading-margin);
  text-align: center;
}
.text-left .section__heading {
  text-align: left;
}
.text-right .section__heading {
  text-align: right;
}
.section__heading a {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}
.section__heading a:before, .section__heading a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: var(--BORDER-WIDTH);
  display: block;
  background: var(--btn-text, var(--text));
  transition: none;
  pointer-events: none;
}
.section__heading a:before {
  transform: scaleX(0);
  transform-origin: left;
}
.section__heading a:after {
  transform-origin: right;
}
.no-touch .section__heading a:hover {
  background: transparent;
  border: 0;
}
.no-touch .section__heading a:hover:before, .no-touch .section__heading a:hover:after {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.no-touch .section__heading a:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.section__heading [data-has-highlight]::before, .section__heading [data-has-highlight]::after,
.section__heading .section__link::before,
.section__heading .section__link::after {
  display: none;
}
.section__heading:not(.text-highlight-wrapper) .text-reveal__cropper a::before, .section__heading:not(.text-highlight-wrapper) .text-reveal__cropper a::after {
  bottom: 0;
}

.section__heading-line {
  --padding: 15px;
  margin-top: calc(var(--padding) - var(--heading-margin) - var(--BORDER-WIDTH) / 2);
  margin-bottom: calc(var(--padding) - var(--BORDER-WIDTH) / 2);
}
.section__heading-line:last-child {
  margin-bottom: 0;
}

.section__text {
  font-size: calc(1rem * var(--adjust-body));
  margin-bottom: calc(var(--gutter) / 2);
}

.section__text:last-child {
  margin-bottom: 0;
}

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

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

.section__text p {
  font-size: inherit;
}

.main-heading {
  margin-bottom: 0;
  color: var(--heading);
}
.main-heading a {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}
.main-heading a:before, .main-heading a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: var(--BORDER-WIDTH);
  display: block;
  background: var(--btn-text, var(--text));
  transition: none;
  pointer-events: none;
}
.main-heading a:before {
  transform: scaleX(0);
  transform-origin: left;
}
.main-heading a:after {
  transform-origin: right;
}
.no-touch .main-heading a:hover {
  background: transparent;
  border: 0;
}
.no-touch .main-heading a:hover:before, .no-touch .main-heading a:hover:after {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.no-touch .main-heading a:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.main-heading [data-has-highlight]::before, .main-heading [data-has-highlight]::after,
.main-heading .section__link::before,
.main-heading .section__link::after {
  display: none;
}
.main-heading:not(.text-highlight-wrapper) .text-reveal__cropper a::before, .main-heading:not(.text-highlight-wrapper) .text-reveal__cropper a::after {
  bottom: 0;
}

.main-subheading {
  margin-bottom: 10px;
}

.main-text {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
}

.main-buttons {
  margin: 4px -8px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.text-left .main-buttons, .item--left .main-buttons, .item--bottom-left .main-buttons, .item--top-left .main-buttons, .align--top-left .main-buttons, .align--middle-left .main-buttons, .align--bottom-left .main-buttons {
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .text-right .main-buttons, .item--right .main-buttons, .item--bottom-right .main-buttons, .item--top-right .main-buttons, .align--top-right .main-buttons, .align--middle-right .main-buttons, .align--bottom-right .main-buttons {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 479px) {
  .main-buttons {
    flex-flow: column;
    align-items: normal;
  }
}

.main-buttons--video {
  margin-top: 0;
}

.main-buttons--video .main-buttons__item {
  margin-top: 0;
  margin-bottom: 16px;
}

.main-buttons__item {
  display: flex;
  align-items: center;
  margin: 16px 8px 0;
}
.text-center .main-buttons__item, .item--center .main-buttons__item, .item--bottom-center .main-buttons__item, .item--top-center .main-buttons__item, .align--top-center .main-buttons__item, .align--middle-center .main-buttons__item, .align--bottom-center .main-buttons__item {
  justify-content: center;
}

@media only screen and (min-width: 480px) {
  .main-buttons--stacked {
    --stacked-button: 400px;
    flex-direction: column;
  }
  .main-buttons--stacked .main-buttons__item {
    width: 100%;
    max-width: var(--stacked-button);
  }
  .main-buttons--stacked .main-buttons__item:has(.btn--text) {
    width: auto;
  }
  .main-buttons--stacked .btn, .main-buttons--stacked .shopify-payment-button__button--unbranded {
    width: 100%;
  }
  .text-left .main-buttons--stacked {
    align-items: flex-start;
  }
  .text-center .main-buttons--stacked {
    align-items: center;
  }
  .text-right .main-buttons--stacked {
    align-items: flex-end;
  }
}

.item {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

.item--center .image-accordion__text,
.item--left .image-accordion__text,
.item--right .image-accordion__text {
  justify-content: center;
}
.item--center .image-accordion__text,
.item--center .countdown__text-container,
.item--center .banner-image__text-container,
.item--center .slide__text__container,
.item--left .image-accordion__text,
.item--left .countdown__text-container,
.item--left .banner-image__text-container,
.item--left .slide__text__container,
.item--right .image-accordion__text,
.item--right .countdown__text-container,
.item--right .banner-image__text-container,
.item--right .slide__text__container {
  align-items: center;
}

.item--center .image-accordion__text,
.item--center .countdown__text-container,
.item--center .banner-image__text-container,
.item--center .slide__text__container {
  justify-content: center;
}

.item--left,
.item--bottom-left,
.item--top-left {
  text-align: left;
}
.item--left .image-accordion__text,
.item--left .countdown__text-container,
.item--left .banner-image__text-container,
.item--left .slide__text__container,
.item--bottom-left .image-accordion__text,
.item--bottom-left .countdown__text-container,
.item--bottom-left .banner-image__text-container,
.item--bottom-left .slide__text__container,
.item--top-left .image-accordion__text,
.item--top-left .countdown__text-container,
.item--top-left .banner-image__text-container,
.item--top-left .slide__text__container {
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
  .item--right,
  .item--bottom-right,
  .item--top-right {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .item--right .image-accordion__text,
  .item--right .countdown__text-container,
  .item--right .banner-image__text-container,
  .item--right .slide__text__container,
  .item--bottom-right .image-accordion__text,
  .item--bottom-right .countdown__text-container,
  .item--bottom-right .banner-image__text-container,
  .item--bottom-right .slide__text__container,
  .item--top-right .image-accordion__text,
  .item--top-right .countdown__text-container,
  .item--top-right .banner-image__text-container,
  .item--top-right .slide__text__container {
    justify-content: flex-end;
  }
}

.item--bottom-left .image-accordion__text,
.item--bottom-left .countdown__text-container,
.item--bottom-left .banner-image__text-container,
.item--bottom-left .slide__text__container,
.item--bottom-right .image-accordion__text,
.item--bottom-right .countdown__text-container,
.item--bottom-right .banner-image__text-container,
.item--bottom-right .slide__text__container {
  align-items: flex-end;
}

.item--top-left .image-accordion__text,
.item--top-left .countdown__text-container,
.item--top-left .banner-image__text-container,
.item--top-left .slide__text__container,
.item--top-right .image-accordion__text,
.item--top-right .countdown__text-container,
.item--top-right .banner-image__text-container,
.item--top-right .slide__text__container {
  align-items: flex-start;
}

.body--rounded-corners {
  --radius: 8px;
  --radius-medium: 5px;
  --radius-small: 4px;
  --radius-large: 8px;
}

.body--rounded-corners-large {
  --radius-large: 34px;
}

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

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

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

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

/*================ Loading animations ================*/
.loader--line {
  position: relative;
  height: 4px;
  display: block;
  background-color: var(--PRIMARY-BUTTONS-COLOR-ALPHA-05);
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.loader-indeterminate {
  background-color: var(--PRIMARY-BUTTONS-COLOR-BG);
}

.loader-indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: -35%;
  width: 100%;
  bottom: 0;
  will-change: transform;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.loader-indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: -200%;
  width: 100%;
  bottom: 0;
  will-change: transform;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

.loadMore .loader,
.is-loading .loader {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

@keyframes indeterminate {
  0% {
    transform: translateX(0) scale(0.35, 1);
  }
  60% {
    transform: translateX(50%) scale(0.9, 1);
  }
  100% {
    transform: translateX(100%) scale(0.9, 1);
  }
}
@keyframes indeterminate-short {
  0% {
    transform: translateX(0) scale(2, 1);
  }
  60% {
    transform: translateX(460px) scale(0, 1);
  }
  100% {
    transform: translateX(460px) scale(0, 1);
  }
}
@keyframes pulse-loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
[data-collapsible-container] {
  position: relative;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  will-change: height;
  transition: opacity 0.3s ease, height 0.3s ease, visibility 0s 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

[data-collapsible-container].is-expanded {
  opacity: 1;
  overflow: unset;
  visibility: visible;
  transition: opacity 1s ease, height 0.5s ease, visibility 0s;
}

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

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

[data-collapsible-trigger],
[data-collapsible-trigger-mobile] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  cursor: pointer;
  min-width: 22px;
}
[data-collapsible-trigger] .icon,
[data-collapsible-trigger-mobile] .icon {
  position: absolute;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-collapsible-trigger] .icon-toggle-plus,
[data-collapsible-trigger] .icon-toggle-minus,
[data-collapsible-trigger-mobile] .icon-toggle-plus,
[data-collapsible-trigger-mobile] .icon-toggle-minus {
  width: 16px;
  height: 16px;
}
[data-collapsible-trigger] .icon-toggle-plus,
[data-collapsible-trigger] .icon-toggle-minus,
[data-collapsible-trigger-mobile] .icon-toggle-plus,
[data-collapsible-trigger-mobile] .icon-toggle-minus {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
[data-collapsible-trigger] .icon-toggle-minus,
[data-collapsible-trigger-mobile] .icon-toggle-minus {
  opacity: 0;
}

[data-collapsible-trigger].is-expanded > .icon-toggle-plus,
[data-collapsible-trigger-mobile].is-expanded > .icon-toggle-plus {
  opacity: 0;
  transform: rotate(180deg);
}

[data-collapsible-trigger].is-expanded > .icon-toggle-minus,
[data-collapsible-trigger-mobile].is-expanded > .icon-toggle-minus {
  opacity: 1;
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  [data-collapsible-container-mobile] {
    position: relative;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    will-change: height;
    transition: opacity 0.3s ease, height 0.3s ease, visibility 0s 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  [data-collapsible-container-mobile].is-expanded {
    opacity: 1;
    overflow: unset;
    visibility: visible;
    transition: opacity 1s ease, height 0.5s ease, visibility 0s;
  }
  [data-collapsible-content-mobile] {
    transform: translateY(25px);
    transition: transform 0.5s ease;
  }
  .is-expanded > [data-collapsible-content-mobile] {
    transform: translateY(0);
  }
}
body:not(.no-outline) [data-collapsible-trigger]:focus {
  outline-offset: -2px;
}

.no-js [data-collapsible-content] {
  transform: none;
}
.no-js [data-collapsible-container] {
  visibility: initial;
  opacity: initial;
  height: auto;
}

/*================ Cart elements ================*/
.cart__text {
  display: block;
  text-align: center;
  margin: calc(var(--inner) / 2) 0 0;
  font-size: calc(0.815rem * var(--adjust-body));
  line-height: 1.36;
}
@media only screen and (max-width: 767px) {
  .cart__text {
    margin-top: 7px;
  }
}

.cart__total {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: calc(var(--inner) / 2);
  margin-bottom: calc(var(--inner) / 2);
  font-size: calc(0.75rem * var(--adjust-body));
  line-height: 1.33;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}
.cart__total span:first-child {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.cart__total.hidden {
  display: none;
}

.cart__checkout {
  max-width: calc(var(--drawer-width, 100vw) - var(--inner));
  padding-top: 12px;
  padding-bottom: 12px;
}

.cart__checkout--dynamic {
  min-height: 44px;
}

#dynamic-checkout-cart:empty {
  min-height: 0 !important;
}

.cart__item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
  padding: var(--inner);
  overflow: hidden;
  will-change: transition, opacity;
}
.cart__item.is-disabled a {
  pointer-events: none;
}

.cart__item--no-border {
  border-bottom: none;
}

.cart__item--open {
  z-index: 1;
  overflow: visible;
}

.cart__item__image {
  position: relative;
  font-size: 0;
  margin-right: var(--inner);
}
.cart__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart__item__image a {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 100px;
  height: 100px;
  border-radius: inherit;
  transform: translateZ(0);
  overflow: hidden;
}

.cart__item__content {
  width: calc(100% - 100px - var(--inner));
}

.cart__item__content-inner {
  display: flex;
  flex-flow: row nowrap;
}

.cart__item__price {
  margin: 0 0 0 auto;
  font-size: calc(0.815rem * var(--adjust-body));
  line-height: 1.25;
  text-align: right;
}
.cart__item__price ins {
  background: none;
  margin-right: 5px;
  color: var(--text-darken);
  text-decoration: none;
}
.cart__item__price del {
  display: inline-block;
  color: var(--text-lighten);
}
.cart__item__price .line__price {
  display: block;
  margin-top: 4px;
}

.cart__item__info {
  max-width: 150px;
}

.cart__item__title {
  font-size: calc(0.815rem * var(--adjust-body));
  font-weight: var(--FONT-WEIGHT-BODY-MEDIUM);
  line-height: 1.3;
  margin: 0;
}
.cart__item__title a {
  text-decoration: none;
}

.cart__item__meta {
  margin: 8px 0 0;
}

.cart__item__meta:empty {
  display: none;
}

.cart__item__selling-plan {
  font-size: calc(0.815rem * var(--adjust-body));
  font-style: var(--FONT-STYLE-BODY-ITALIC);
}
.cart__item__selling-plan span {
  display: block;
  margin: 5px 0;
}

.cart__item__selected-options,
.cart__item__property {
  margin: 2px 0 0;
  font-size: calc(0.75rem * var(--adjust-body));
}

.cart__item__bottom {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}

.cart__item__remove {
  font-size: calc(0.75rem * var(--adjust-body));
  color: inherit;
  opacity: 0.6;
  text-decoration: underline;
  text-decoration-thickness: var(--BORDER-WIDTH);
  transition: opacity 0.3s;
  padding: 0 calc(var(--inner) / 2);
}
.cart-drawer .cart__item__remove {
  padding: 0;
}
.cart__item__remove:hover {
  opacity: 1;
  text-decoration: none;
}
.cart-drawer.is-loading .cart__item__remove, .cart__item.is-disabled .cart__item__remove {
  pointer-events: none;
  opacity: 0.3;
}

.cart__item__quantity {
  position: relative;
  width: 80px;
  transition: opacity 0.4s;
}
.cart__item__quantity.read-only {
  opacity: 0.5;
  pointer-events: none;
}
.cart__item__quantity button {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 100%;
  font-size: 0;
  line-height: 1;
  border-radius: 0;
  transform: translateY(-50%);
  transition: color 0.3s;
  color: var(--text-alpha-50);
}
.cart__item__quantity button.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.cart__item__quantity button:hover {
  color: var(--text);
}
.cart__item__quantity .icon {
  width: 8px;
  height: 8px;
}
.cart__item__quantity input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.cart__item__quantity input[type=number]::-webkit-outer-spin-button,
.cart__item__quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.cart__item__quantity-minus {
  left: 0;
  box-shadow: var(--BORDER-WIDTH) 0 var(--COLOR-BORDER-ALPHA-50);
}

.cart__item__quantity-plus {
  right: 0;
  box-shadow: calc(var(--BORDER-WIDTH) * -1) 0 var(--COLOR-BORDER-ALPHA-50);
}

.cart__item__quantity-field {
  display: flex;
  width: 100%;
  padding: 6px 20px;
  border: var(--BORDER-WIDTH) solid var(--COLOR-BORDER-ALPHA-50);
  border-radius: 1px;
  margin: 0;
  font-size: calc(0.75rem * var(--adjust-body));
  line-height: normal;
  color: inherit;
  text-align: center;
}

.is-loading .cart__item__quantity,
.is-disabled .cart__item__quantity {
  pointer-events: none;
  opacity: 0.6;
}

.cart__widget {
  overflow: hidden;
  font-size: calc(0.815rem * var(--adjust-body));
  line-height: 1.16;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  padding: calc(var(--inner) / 2) 0;
}
.cart__widget .cart__field {
  display: block;
  width: 100%;
  font-size: calc(0.815rem * var(--adjust-body));
  line-height: 1.4;
}
.cart__widget .cart__field--textarea {
  height: 90px;
  resize: none;
  border-radius: var(--RADIUS-TEXTAREA);
}
.cart__widget label {
  display: block;
  margin-bottom: 5px;
}

.cart__widget__wrapper div:last-of-type {
  margin-bottom: calc(var(--inner) / 2);
}

.cart__widget__title {
  display: block;
  position: relative;
  width: calc(100% + var(--inner));
  padding: 12px calc(var(--inner) / 2);
  margin: -12px calc(var(--inner) / -2);
  font-size: calc(0.815rem * var(--adjust-body));
  line-height: 1.16;
  color: var(--text);
  text-align: left;
}
.cart__widget__title .icon {
  top: 0;
  right: calc(var(--inner) / 2);
  height: 100%;
  width: 12px;
}

.cart__widget__content-inner {
  overflow-x: auto;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: -38px;
}
.cart__widget__content-inner > * {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 22px;
}
.cart__widget__content-inner .product-upsell__btn {
  position: relative;
  display: flex;
  right: auto;
  bottom: auto;
}

.cart__widget__content {
  overflow: hidden;
  position: relative;
  margin-top: var(--inner);
}
.cart__widget__content textarea {
  padding: 5px;
}

.cart__discount {
  width: 100%;
  padding: 5px 15px;
  border-radius: 3px;
  margin: var(--inner) 0 0;
  background-color: var(--PRIMARY-BUTTONS-COLOR-ALPHA-50);
  font-size: calc(0.75rem * var(--adjust-body));
  color: var(--PRIMARY-BUTTONS-COLOR-TEXT);
}
.cart__discount .icon-tags {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  stroke: currentcolor;
  stroke-width: 1px;
}

.cart__errors {
  position: relative;
  width: 100%;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s cubic-bezier(0, 1, 0.5, 1), visibility 0.5s;
}
.cart__errors.is-expanded {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  transition-timing-function: cubic-bezier(0, 0, 1, 0);
}

.cart__errors__inner {
  position: relative;
  padding: calc(var(--inner) * 0.75) calc(var(--inner) * 2) calc(var(--inner) * 0.75) var(--inner);
  border: var(--BORDER-WIDTH) solid var(--error);
  border-radius: var(--RADIUS-CHECKBOX);
  margin: 0 auto calc(var(--inner) * 0.75);
  background-color: var(--error-bg);
}
@media only screen and (max-width: 767px) {
  .cart__errors__inner {
    padding: calc(var(--inner) / 2) calc(var(--inner) * 2) calc(var(--inner) / 2) var(--gutter-mobile);
  }
}

.cart__errors__close,
.errors__button-close {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 32px;
  height: 32px;
  padding: 8px;
  transform: translateY(-50%);
}
.cart__errors__close .icon,
.errors__button-close .icon {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cart__errors__close:hover .icon,
.errors__button-close:hover .icon {
  transform: rotate(90deg);
}

.cart__errors__heading {
  margin: 0;
  font-size: calc(0.75rem * var(--adjust-body));
  color: var(--error);
}

.cart__errors__content {
  width: 100%;
  margin: 0;
  font-size: calc(0.75rem * var(--adjust-body));
  color: var(--error);
}

.cart__buttons-wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.cart__acceptance__input {
  display: block;
  width: 13px;
  height: 13px;
  margin: calc(4px * var(--adjust-body)) 7px 5px 0;
  float: none;
}

.cart__acceptance__label {
  display: block;
  cursor: pointer;
  width: calc(100% - 25px);
  font-size: calc(0.815rem * var(--adjust-body));
}
.cart__acceptance__label p {
  margin: 0;
  font-size: inherit;
}

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

.cart__buttons {
  width: 100%;
}

.cart__buttons--disabled {
  position: relative;
}

.cart__buttons--disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default;
  background: var(--bg-alpha-35);
  z-index: 1;
  cursor: default;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.cart__acceptance__input ~ .cart__buttons {
  margin-top: var(--inner);
}

.cart__acceptance__input:checked ~ .cart__buttons--disabled::after {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.cart__terms {
  width: 100%;
  margin: 0;
  font-size: calc(0.75rem * var(--adjust-body));
  color: var(--error);
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, margin 0.5s ease, max-height 0.5s cubic-bezier(0, 1, 0.5, 1), visibility 0.5s;
}
.cart__terms.is-expanded {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  margin-top: var(--inner);
  transition: opacity 0.5s ease, margin 0.5s ease, max-height 0.5s cubic-bezier(0, 0, 1, 0), visibility 0.5s;
}

.cart__pair {
  border-top: var(--BORDER-WIDTH) solid var(--text);
  padding-top: 10px;
  margin-bottom: 30px;
  transition: opacity 0.3s;
}
.cart__pair.fade-out {
  opacity: 0;
}
.cart__pair .flickity-page-dots {
  position: static;
  margin: 9px 0 -25px;
}

.cart__pair:empty {
  display: none;
}

.body--rounded-corners .cart__widget,
.body--rounded-corners .cart__item__image {
  border-radius: var(--radius);
  overflow: hidden;
}

.no-js .cart__item__quantity-plus,
.no-js .cart__item__quantity-minus,
.no-js .cart__widget__title::before,
.no-js .cart__widget__title::after {
  display: none !important;
}
.no-js .cart__checkout--no-js {
  display: none;
}
.no-js .cart__acceptance__input ~ .cart__buttons .cart__checkout {
  display: none;
}
.no-js .cart__acceptance__input ~ .cart__buttons .cart__checkout--no-js {
  display: block;
}
.no-js .cart__acceptance__input:checked ~ .cart__buttons .cart__checkout {
  display: block;
}
.no-js .cart__acceptance__input:checked ~ .cart__buttons .cart__checkout--no-js {
  display: none;
}
.no-js .cart__item__image img {
  max-width: 100px;
  max-height: 100px;
}

/*================ Search popdown ================*/
search-popdown {
  --width: 600px;
  --icon-size: 26px;
  --search-popdown-height: 68px;
  display: flex;
}
search-popdown summary.navlink--icon {
  transition: none;
}
search-popdown details > summary:first-of-type {
  list-style-type: none;
}

.search-popdown--page {
  width: 100%;
}
.search-popdown--page .search-popdown__body {
  width: 100%;
}
.search-popdown--page .predictive-search,
.search-popdown--page .popular-searches {
  max-width: var(--width);
  max-height: calc(100vh - var(--header-height) - var(--search-popdown-height) - var(--announcement-height));
}
#klevuSearchingArea [data-container-id="ku_quick_main_container"]{
  display: flex;
  flex-direction: column;
}
#klevuSearchingArea [data-container-id="ku_quick_main_header_container"]{
  order:2;
}
#klevuSearchingArea [data-container-id="ku_quick_main_content_container"]{
  order: 1;
}
#klevuSearchingArea [data-container-id="ku_quick_main_footer_container"]{
  order:3;
}

@media only screen and (max-width: 767px) {
  .search-popdown--page .predictive-search,
  .search-popdown--page .popular-searches {
    display: none;
  }
}
@media (pointer: coarse) {
  .search-popdown--page .predictive-search,
  .search-popdown--page .popular-searches {
    display: none;
  }
}
.search-popdown--page .search-popdown__close {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s 0.2s;
}
@media only screen and (max-width: 767px) {
  .search-popdown--page .search-popdown__close {
    display: none;
  }
}
@media (pointer: coarse) {
  .search-popdown--page .search-popdown__close {
    display: none;
  }
}
.no-js .search-popdown--page .popular-searches, .no-js .search-popdown--page .search-popdown__close {
  display: none;
}

.search-popdown--page:focus-within .search-popdown__close {
  opacity: 1;
  visibility: visible;
}

.menu__item--compress search-popdown {
  min-height: 100%;
}
.menu__item--compress search-popdown details > summary:first-of-type {
  height: 100%;
}

.menu__item--texts search-popdown > details,
.menu__item--texts search-popdown details > summary:first-of-type {
  height: 100%;
}

.search-popdown__body--fixed {
  position: fixed;
  z-index: 4;
  top: 100%;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .search-popdown__body--fixed {
    width: 100vw;
  }
}
.site-header--has-border .search-popdown__body--fixed::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: calc(var(--BORDER-WIDTH) * -1);
  left: 0;
  right: 0;
  height: var(--BORDER-WIDTH);
  box-shadow: 0 var(--BORDER-WIDTH) var(--border-color);
  opacity: var(--border-opacity, 1);
  transition: box-shadow 0.2s ease;
}
.search-opened .search-popdown__body--fixed {
  z-index: 12;
}
.search-opened .search-popdown__body--fixed::after {
  --adjust-font-size: calc(1.5rem * var(--adjust-nav) / 2);
  position: absolute;
  content: "";
  top: auto;
  bottom: 100%;
  left: 0;
  right: 0;
  height: calc(var(--header-height) / 2 - var(--adjust-font-size));
}
.has-scrolled.search-opened .search-popdown__body--fixed::after {
  height: calc(var(--header-sticky-height) / 2 - var(--adjust-font-size));
}

.search-popdown__results {
  position: absolute;
  z-index: 4;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  max-height: calc(100vh - var(--header-height) - var(--search-popdown-height) - var(--announcement-height));
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .search-page .search-popdown__results {
    max-width: 100%;
  }
}
.search-popdown__results > * {
  pointer-events: all;
}

.search-popdown__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.search-popdown__toggle::-webkit-details-marker {
  display: none;
}
.search-popdown__toggle .icon-close {
  display: none;
}

.search-popdown__close {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  width: 44px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .search-popdown__close {
    right: 0;
    width: 40px;
  }
}
.search-popdown__close .icon {
  width: calc(var(--icon-size) - 2px);
  height: calc(var(--icon-size) - 2px);
  stroke-width: calc(var(--STROKE-WIDTH) - 4px);
  transition: transform 0.3s ease;
  pointer-events: none;
}
.search-popdown__close:hover .icon {
  transform: rotate(90deg);
}

.body--rounded-corners .popular-searches,
.body--rounded-corners .predictive-search {
  border-radius: 0 0 var(--radius) var(--radius);
  overflow: hidden;
}

body:not(.no-outline) search-popdown:focus-within > details {
  outline: -webkit-focus-ring-color inset 1px;
}

/*================ Search form ================*/
.search-form {
  position: relative;
  display: block;
}

.search-form__inner {
  display: flex;
  padding: 11px var(--gutter);
  min-height: var(--header-sticky-height);
  width: 100%;
  background: var(--bg);
}
@media only screen and (max-width: 767px) {
  .search-form__inner {
    padding: 8px var(--gutter-mobile);
  }
}

.search-form__input-holder {
  position: relative;
  margin: 0 auto;
  max-width: var(--width);
  width: 100%;
  background: var(--input-bg);
}

.search-form__input {
  --input-bg: var(--bg-lighten-darken-foreground);
  width: 100%;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 9px 66px;
  color: var(--text);
  text-align: left;
}
@supports (-webkit-touch-callout: none) {
  .search-form__input {
    font-size: max(1rem * var(--FONT-ADJUST-BODY), 16px);
  }
}
@media only screen and (max-width: 767px) {
  .search-form__input {
    padding-left: 46px;
    padding-right: 35px;
  }
}
.search-form__input::placeholder {
  color: var(--text);
}
.search-form__input:focus, .search-form__input:active {
  box-shadow: none;
}

.search-form__label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 100%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .search-form__label {
    left: 0;
  }
}
.search-form__label .icon {
  width: var(--icon-size, 26px);
  height: var(--icon-size, 26px);
  stroke-width: calc(var(--STROKE-WIDTH) - 4px);
}

.body--rounded-corners .search-form__input {
  border-radius: var(--radius);
  overflow: hidden;
}
.body--rounded-corners .search-popdown--page:focus-within .search-form__input,
.body--rounded-corners .search-popdown__body predictive-search[open=true] .search-form__input,
.body--rounded-corners .search-popdown__body--fixed .search-form__input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/*================ Predictive search & Search form ================*/
predictive-search,
search-form {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  predictive-search,
  search-form {
    max-width: none;
  }
}
predictive-search p,
search-form p {
  margin: 0;
}
predictive-search mark,
search-form mark {
  background-color: var(--bg-lighten-darken-highlight);
  color: var(--text);
}

.predictive-search,
.popular-searches {
  --image-size: 30px;
  --gap-lg: 24px;
  --gap-sm: 16px;
  --left-right: var(--gap-lg);
  --top-bottom: var(--gap-sm);
  --item-top-bottom: calc(var(--top-bottom) / 2);
  --inner: 20px;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  margin: -11px auto 0;
  padding: 0 var(--inner);
  width: 100%;
  max-width: var(--width);
  max-height: calc(100vh - var(--header-height, 0px) - var(--search-popdown-height) - var(--announcement-height));
  background: var(--bg-lighten-darken-foreground);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.predictive-search::-webkit-scrollbar,
.popular-searches::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 767px) {
  .predictive-search,
  .popular-searches {
    margin-top: -8px;
    border-left: 0;
    border-right: 0;
    width: calc(100% - var(--gutter-mobile) * 2);
  }
}
.search-popdown__results .predictive-search,
.search-popdown__results .popular-searches {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: smooth;
}
.has-scrolled .predictive-search,
.has-scrolled .popular-searches {
  max-height: calc(100vh - var(--header-sticky-height) - var(--search-popdown-height) - var(--announcement-height));
}

.popular-searches .predictive-search__list {
  padding: var(--item-top-bottom) var(--left-right);
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 479px) {
  .popular-searches .predictive-search__list {
    padding: var(--item-top-bottom) 0;
  }
}
.popular-searches .predictive-search__list:last-child {
  padding-bottom: 0;
}
.popular-searches .predictive-search__group:last-child {
  padding-bottom: var(--gap-lg);
}
.popular-searches .predictive-search__item {
  padding: 0 var(--left-right) var(--item-top-bottom) 0;
}

.predictive-search__actions {
  border-top: var(--BORDER-WIDTH) solid var(--border);
  margin-top: var(--gap-lg);
  padding: var(--top-bottom) var(--left-right);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  .predictive-search__actions {
    padding: var(--top-bottom) 0;
  }
}
.caps .predictive-search__actions {
  text-transform: none;
}
.predictive-search__actions .predictive-search__link {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  font-size: calc(1rem * var(--adjust-body));
}
.predictive-search__actions .predictive-search__link:before, .predictive-search__actions .predictive-search__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: var(--BORDER-WIDTH);
  display: block;
  background: var(--btn-text, var(--text));
  transition: none;
  pointer-events: none;
}
.predictive-search__actions .predictive-search__link:before {
  transform: scaleX(0);
  transform-origin: left;
}
.predictive-search__actions .predictive-search__link:after {
  transform-origin: right;
}
.no-touch .predictive-search__actions .predictive-search__link:hover {
  background: transparent;
  border: 0;
}
.no-touch .predictive-search__actions .predictive-search__link:hover:before, .no-touch .predictive-search__actions .predictive-search__link:hover:after {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.no-touch .predictive-search__actions .predictive-search__link:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.predictive-search__actions .predictive-search__link::after {
  opacity: 0;
}
.predictive-search__actions .predictive-search__link:hover {
  opacity: 1;
}
.predictive-search__actions .predictive-search__link:hover::before, .predictive-search__actions .predictive-search__link:hover::after {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.predictive-search__actions .predictive-search__link:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.predictive-search__actions .predictive-search__link:hover::after {
  transform: scaleX(0);
  opacity: 1;
}

.predictive-search__quick-tip {
  --text-size: calc(0.75rem * var(--adjust-body));
  font-size: var(--text-size);
  letter-spacing: initial;
}

.predictive-search__heading {
  margin-bottom: calc(var(--gap-lg) - var(--item-top-bottom));
  padding: var(--gap-lg) var(--left-right) calc(var(--gap-sm) / 4);
  border-bottom: var(--BORDER-WIDTH) solid var(--border);
  font-size: calc(1rem * var(--adjust-label));
}
.nav .predictive-search__heading {
  font-size: calc(1rem * var(--adjust-label));
}
@media only screen and (max-width: 479px) {
  .predictive-search__heading {
    padding: var(--gap-lg) 0 var(--item-top-bottom);
  }
}
.predictive-search__heading span {
  display: inline-block;
}

.predictive-search__item {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  font-size: calc(1rem * var(--adjust-body));
  line-height: 1.2;
  letter-spacing: initial;
  padding: var(--item-top-bottom) var(--left-right);
}
@media only screen and (max-width: 479px) {
  .predictive-search__item {
    padding: var(--item-top-bottom) 0;
  }
}
.predictive-search__item:last-child {
  padding-bottom: 0;
}
.caps .predictive-search__item {
  text-transform: none;
}
.nav .predictive-search__item {
  font-size: calc(1rem * var(--adjust-body));
}

.predictive-search__link {
  display: inline-block;
  color: currentcolor;
  transition: opacity 0.3s ease;
}
.predictive-search__link:hover {
  opacity: 0.65;
}
.predictive-search__link > * {
  pointer-events: none;
}

.predictive-search__product {
  display: flex;
  align-items: center;
  width: 100%;
}

.predictive-search__product-image {
  position: relative;
  max-width: var(--image-size);
  flex: 0 0 var(--image-size);
  height: var(--image-size);
}
.predictive-search__product-image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.predictive-search__product-title {
  padding-left: calc(var(--gap-sm) - 4px);
}

.predictive-search__loading-state {
  margin: 0 var(--left-right);
  min-height: var(--search-popdown-height);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .predictive-search__loading-state {
    margin: 0;
  }
}
.predictive-search__loading-state .predictive-search__loader {
  background: var(--bg-lighten-darken-search-loader-line);
}
.predictive-search__loading-state .loader-indeterminate {
  background: var(--bg-lighten-darken-search-loader);
}

.predictive-search__item[aria-selected=true] a,
.predictive-search__product[aria-selected=true] a,
.predictive-search__link[aria-selected=true] {
  outline: 5px auto var(--PRIMARY-BUTTONS-COLOR-BG);
}

/*================ Search popdown animations ================*/
details[open]:not(.is-open) predictive-search[results] .predictive-search,
.predictive-search,
.popular-searches {
  visibility: hidden;
  transform-origin: center top;
  transform: scaleY(0);
  transition: transform 0.2s ease, visibility 0s 0.2s;
}

.search-popdown--page:focus-within search-form .popular-searches,
details.is-open search-form .popular-searches {
  visibility: visible;
  transform: scaleY(1);
  transition: transform 0.2s ease 0.2s, visibility 0s;
}

.search-popdown--page:focus-within predictive-search:not([open]):not([results]).is-searched .popular-searches,
details.is-open predictive-search:not([open]):not([results]).is-searched .popular-searches {
  transition: none;
}
.search-popdown--page:focus-within predictive-search:not([open]):not([results]) .popular-searches,
details.is-open predictive-search:not([open]):not([results]) .popular-searches {
  visibility: visible;
  transform: scaleY(1);
  transition: transform 0.2s ease 0.2s, visibility 0s;
}
.search-popdown--page:focus-within predictive-search:not([open]):not([results]) .predictive-search,
details.is-open predictive-search:not([open]):not([results]) .predictive-search {
  transition-delay: 0.1s;
}

.search-popdown--page:focus-within .search-popdown__body--has-popular-searches predictive-search:not([open]):not([results]) .predictive-search,
.search-popdown--page:focus-within .search-popdown__body--has-popular-searches search-form,
details.is-open .search-popdown__body--has-popular-searches predictive-search:not([open]):not([results]) .predictive-search,
details.is-open .search-popdown__body--has-popular-searches search-form {
  transition-delay: 0s;
}

predictive-search[open=true][results=true] .predictive-search {
  transition: none;
}
predictive-search[open=true][results=true].is-searched .predictive-search {
  visibility: visible;
  transform: scaleY(1);
  transition: transform 0.2s ease 0.2s, visibility 0s;
}
predictive-search[open=true][results=true] .popular-searches {
  transition: none;
}

.predictive-search__heading span,
.predictive-search__list {
  opacity: 0;
  transform: translateY(-5px);
  transition: transform 0.2s, opacity 0.1s;
}
.search-popdown--page:focus-within search-form .predictive-search__heading span, .search-popdown--page:focus-within predictive-search:not([open]):not([results]) .predictive-search__heading span, details.is-open search-form .predictive-search__heading span, details.is-open predictive-search:not([open]):not([results]) .predictive-search__heading span, .search-popdown--page:focus-within .search-popdown__body--has-popular-searches predictive-search.reset .predictive-search__heading span, .search-popdown--page:focus-within .search-popdown__body--has-popular-searches predictive-search.reset:not([open]):not([results]) .predictive-search__heading span, details.is-open .search-popdown__body--has-popular-searches predictive-search.reset .predictive-search__heading span, details.is-open .search-popdown__body--has-popular-searches predictive-search.reset:not([open]):not([results]) .predictive-search__heading span, predictive-search[open=true][results=true] .predictive-search__heading span,
.search-popdown--page:focus-within search-form .predictive-search__list,
.search-popdown--page:focus-within predictive-search:not([open]):not([results]) .predictive-search__list,
details.is-open search-form .predictive-search__list,
details.is-open predictive-search:not([open]):not([results]) .predictive-search__list,
.search-popdown--page:focus-within .search-popdown__body--has-popular-searches predictive-search.reset .predictive-search__list,
.search-popdown--page:focus-within .search-popdown__body--has-popular-searches predictive-search.reset:not([open]):not([results]) .predictive-search__list,
details.is-open .search-popdown__body--has-popular-searches predictive-search.reset .predictive-search__list,
details.is-open .search-popdown__body--has-popular-searches predictive-search.reset:not([open]):not([results]) .predictive-search__list,
predictive-search[open=true][results=true] .predictive-search__list {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.2s 0.4s, opacity 0.2s 0.4s;
}
.search-popdown--page:focus-within predictive-search.reset .predictive-search__heading span, .search-popdown--page:focus-within predictive-search.reset:not([open]):not([results]) .predictive-search__heading span, details.is-open predictive-search.reset .predictive-search__heading span, details.is-open predictive-search.reset:not([open]):not([results]) .predictive-search__heading span, details[open]:not(.is-open) predictive-search[results] .predictive-search__heading span,
.search-popdown--page:focus-within predictive-search.reset .predictive-search__list,
.search-popdown--page:focus-within predictive-search.reset:not([open]):not([results]) .predictive-search__list,
details.is-open predictive-search.reset .predictive-search__list,
details.is-open predictive-search.reset:not([open]):not([results]) .predictive-search__list,
details[open]:not(.is-open) predictive-search[results] .predictive-search__list {
  opacity: 0;
  transform: translateY(-5px);
  transition: transform 0.1s, opacity 0.1s;
}

.search-popdown__body--fixed .search-form__inner {
  transform-origin: center top;
  transform: scaleY(0);
  visibility: hidden;
  transition: transform 0.2s ease 0.1s, visibility 0s 0.3s;
}
details:not(.is-open) .search-popdown__body--fixed .search-form__inner {
  transition: transform 0.2s ease 0.4s, visibility 0s 0.6s;
}
.no-js details[open] .search-popdown__body--fixed .search-form__inner, details.is-open .search-popdown__body--fixed .search-form__inner {
  visibility: visible;
  transform: scaleY(1);
  transition: transform 0.2s ease, visibility 0s;
}

.search-popdown__body--fixed .search-form__input-holder {
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.2s, opacity 0.1s;
}
details:not(.is-open) .search-popdown__body--fixed .search-form__input-holder {
  transition: transform 0.2s 0.2s, opacity 0.1s 0.2s;
}
.no-js details[open] .search-popdown__body--fixed .search-form__input-holder, details.is-open .search-popdown__body--fixed .search-form__input-holder {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.1s 0.2s, opacity 0.1s 0.2s;
}

.main-content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 130;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.4s linear, opacity 0.4s ease-in-out;
  background: var(--overlay);
}
.megamenu-opened .main-content::before, .search-opened .main-content::before {
  opacity: 0.2;
  visibility: visible;
  transition: visibility 0s, opacity 0.4s ease-in-out;
}

.predictive-search__loader {
  margin: auto;
}

.search-popdown--page:focus-within predictive-search:not([loading]) .predictive-search__loading-state,
.search-popdown--page:focus-within search-form:not([loading]) .predictive-search__loading-state,
predictive-search:not([loading]) .predictive-search__loading-state,
search-form:not([loading]) .predictive-search__loading-state {
  display: none;
}
.search-popdown--page:focus-within predictive-search[loading] .predictive-search__group,
.search-popdown--page:focus-within predictive-search[loading] .predictive-search__actions,
.search-popdown--page:focus-within search-form[loading] .predictive-search__group,
.search-popdown--page:focus-within search-form[loading] .predictive-search__actions,
predictive-search[loading] .predictive-search__group,
predictive-search[loading] .predictive-search__actions,
search-form[loading] .predictive-search__group,
search-form[loading] .predictive-search__actions {
  display: none;
}
.search-popdown--page:focus-within predictive-search[loading] .predictive-search__loader,
.search-popdown--page:focus-within search-form[loading] .predictive-search__loader,
predictive-search[loading] .predictive-search__loader,
search-form[loading] .predictive-search__loader {
  opacity: 1;
  visibility: visible;
}

.no-js details[open] .search-popdown__close {
  display: none;
}
.no-js details[open] .search-popdown__toggle .icon-search {
  display: none;
}
.no-js details[open] .search-popdown__toggle .icon-close {
  display: block;
}

search-popdown details[open] predictive-search {
  transition: opacity 0.3s;
}

.nav:has(.menu__item.is-visible) predictive-search {
  opacity: 0;
}

/*
* Social sharing
*/
.share-button {
  position: relative;
}

.share-button .tooltip-default {
  top: 100%;
  z-index: 1;
}

/*================ Tooltips ================*/
.tooltip-default {
  position: absolute;
  z-index: 10001;
  top: var(--tooltip-top, 0);
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  overflow: hidden;
  padding-bottom: 20px;
}
@media (pointer: coarse) {
  .tooltip-default {
    opacity: 0;
  }
}

.tooltip-default__inner {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.tooltip-default__arrow {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  margin-top: 4px;
  transition: top 0.2s ease-out;
}
.tooltip-default__arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background: var(--bg);
  border: var(--BORDER-WIDTH) solid var(--border);
  border-width: 0 0 var(--BORDER-WIDTH) var(--BORDER-WIDTH);
  transform: rotate(135deg);
  content: "";
}

.tooltip-default__text {
  position: relative;
  top: 8px;
  margin-top: 10px;
  background: var(--bg);
  color: var(--text-dark);
  padding: 2px 8px;
  border-radius: 0;
  box-shadow: 0 0 0 var(--BORDER-WIDTH) var(--border);
  font-size: calc(1rem * var(--adjust-label));
  text-align: center;
  transition: top 0.2s ease-out;
}

.aos-initialized .tooltip-default.is-animating {
  opacity: 0;
}

.tooltip-default.is-hiding {
  opacity: 1;
}

.tooltip-default.is-hiding .tooltip-default__arrow,
.tooltip-default.is-hiding .tooltip-default__text {
  top: 0;
}

.tooltip-default.is-visible {
  transition: none;
  animation: tooltip-opacity 0.2s ease-out;
  animation-fill-mode: forwards;
}

.tooltip-default.is-visible .tooltip-default__arrow,
.tooltip-default.is-visible .tooltip-default__text {
  transition: none;
  animation: tooltip-top 0.2s ease-out;
  animation-fill-mode: forwards;
}

@keyframes tooltip-top {
  from {
    top: 8px;
  }
  to {
    top: 0;
  }
}
@keyframes tooltip-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.custom-scrollbar {
  --thumb-scale: 0;
  --thumb-position: 0;
  --track-width: 100%;
  --radius-scrollbar: 0;
  --scrollbar-bg: var(--COLOR-ACCENT-MIX-ALPHA);
  position: relative;
  min-width: var(--track-width);
  width: 100%;
  height: 5px;
  padding: 0;
  margin-top: 10px;
  background: var(--scrollbar-bg);
  border-radius: var(--radius-scrollbar);
  overflow: hidden;
}

.custom-scrollbar__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(var(--thumb-position));
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}
.custom-scrollbar__thumb:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--accent);
  transform: scaleX(var(--thumb-scale));
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.body--rounded-corners .custom-scrollbar {
  --radius-scrollbar: 3px;
}

toggle-ellipsis {
  --height: 175px;
  --bg: var(--bg-ellipsis, var(--COLOR-BG));
  display: block;
  position: relative;
  overflow: hidden;
  height: var(--height);
  transition: height 0.5s ease;
}

.toggle-ellipsis__content {
  overflow: hidden;
  padding-bottom: 0.1rem;
}

.toggle-ellipsis__actions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  background: var(--bg);
}
.toggle-ellipsis__actions::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 99.99%;
  right: 0;
  height: 30px;
  background: linear-gradient(to bottom, transparent, var(--bg));
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.toggle-ellipsis__button {
  position: absolute;
  top: -0.1rem;
  left: 0;
}

.toggle-ellipsis__more,
.toggle-ellipsis__less {
  animation: fadeIn 1s ease;
}

.is-enabled .toggle-ellipsis__actions {
  display: block;
  padding-bottom: 15px;
}
.is-enabled .toggle-ellipsis__more {
  display: inline;
}
.is-enabled .toggle-ellipsis__less {
  display: none;
}

.is-open .toggle-ellipsis__actions::before {
  opacity: 0;
}
.is-open .toggle-ellipsis__more {
  display: none;
}
.is-open .toggle-ellipsis__less {
  display: inline;
}

/*================ "Header" ================*/
.shopify-section-header {
  position: relative;
  width: 100%;
  z-index: 9000;
}

.site-header {
  --highlight: var(--text);
  position: relative;
  z-index: 5;
  width: 100%;
  min-width: 320px;
  background-color: var(--bg);
  color: var(--text);
  overflow: initial;
  -webkit-overflow-scrolling: touch;
  transition: color 0.2s ease, background 0.3s ease;
}
.no-js .site-header > .wrapper[data-aos],
.site-header > .wrapper:not(.aos-initialized) {
  transform: translateZ(0);
}
.site-header > .wrapper {
  --header-sticky-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: var(--header-sticky-height);
  height: inherit;
}
@media (pointer: coarse) {
  .site-header > .wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .site-header[data-header-in-editor] > .wrapper {
    justify-content: center;
  }
}
.site-header a {
  text-decoration: none;
}

.site-header__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.25s ease;
  pointer-events: none;
  background: inherit;
}
.site-header--transparent .site-header__background {
  background-color: var(--bg);
}
@media (pointer: fine) {
  .site-header:focus-within .site-header__background {
    height: var(--header-height);
  }
  .site-header.site-header--menu-opened:focus-within .site-header__background, .site-header.site-header--menu-opened .site-header__background {
    height: var(--header-background-height);
  }
}
@media (hover: hover) {
  .site-header:hover .site-header__background {
    height: var(--header-background-height);
  }
}

.site-header--has-border {
  transition: color 0.2s ease, background 0.2s ease;
}
.site-header--has-border .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  box-shadow: 0 var(--BORDER-WIDTH) var(--border-color);
  opacity: var(--border-opacity, 1);
  transition: box-shadow 0.2s ease;
}

.logo {
  position: relative;
  z-index: 1;
  text-align: left;
  margin: 15px 0;
  padding-right: var(--inner);
  max-width: calc(100% - 120px);
  display: flex;
  align-items: center;
  font-size: calc(1.125rem * var(--adjust-heading));
  line-height: 1.3;
  color: inherit;
  word-break: break-word;
}
@media (pointer: coarse) {
  .logo {
    position: relative;
    padding-left: var(--inner);
    padding-right: var(--inner);
  }
  .logo .logo__image-link--home:not(.logo__image-link--single) {
    left: var(--inner);
    max-width: calc(100% - var(--inner) * 2);
  }
}
@media only screen and (max-width: 479px) {
  .logo {
    max-width: calc(100% - 117px);
  }
}
.site-header--nav-left .logo, .site-header--compress .logo {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--inner);
  padding-right: var(--inner);
}
.site-header--nav-left .logo .logo__image-link--home:not(.logo__image-link--single), .site-header--compress .logo .logo__image-link--home:not(.logo__image-link--single) {
  left: var(--inner);
  max-width: calc(100% - var(--inner) * 2);
}

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

.logo__image-link {
  position: relative;
  color: var(--text);
  max-width: 100%;
}

.logo__image-link--home:not(.logo__image-link--single) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.site-header--nav-left:not(.site-header--compress) .logo__image-link--home:not(.logo__image-link--single) {
  left: var(--inner);
}

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

.logo__text-link {
  color: var(--text);
  transition: color 0.2s ease;
}

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

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

body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .main-content > .shopify-section.supports-transparent-header:first-child {
  --full-height: var(--content-full);
  --content-full: calc(100vh - var(--announcement-height));
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .shopify-section-header {
  height: auto;
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .site-header {
  position: absolute;
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .main-content > .supports-transparent-header:first-child .banner-content,
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .main-content > .supports-transparent-header:first-child .banners--cols .banner,
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .main-content > .supports-transparent-header:first-child .banners--row .banners__content,
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .main-content > .supports-transparent-header:first-child .banner-image__text-wrapper,
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .main-content > .supports-transparent-header:first-child .slide__text__wrapper,
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .main-content > .supports-transparent-header:first-child .split-images__content,
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .main-content > .supports-transparent-header:first-child .video-text-wrapper {
  padding-top: calc(var(--header-height) + var(--gutter));
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .main-content > .supports-transparent-header:first-child .hero-scrolling__text-container {
  padding-top: var(--header-height);
}
@media only screen and (max-width: 767px) {
  body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .main-content > .supports-transparent-header:first-child .banners--row .banners__content {
    padding-top: calc(var(--header-height) + var(--gutter-mobile));
    padding-bottom: calc(var(--header-height) + var(--gutter-mobile));
  }
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .main-content > .supports-transparent-header:first-child .countdown__text-container {
  padding-top: calc(var(--header-height) + var(--gutter) / 2);
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .main-content > .supports-transparent-header:first-child .countdown__content,
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .main-content > .supports-transparent-header:first-child .countdown__aside {
  padding-top: 0;
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent {
  background: transparent;
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent .logo__image-link--other {
  opacity: 0;
  transition: opacity 0.4s ease;
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent .logo__image-link--home:not(.logo__image-link--single),
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent .logo__image-link--single, body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent.site-header--menu-opened .logo__image-link--other {
  opacity: 1;
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent[data-text-color=black] {
  --text: var(--black);
  --header-gradient: var(--white-alpha-10);
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent[data-text-color=white] {
  --text: var(--white);
  --header-gradient: var(--black-alpha-10);
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent .localization-form .select-popout__list {
  --text: var(--black);
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent .localization-form .select-popout__list .select-popout__item:hover {
  color: var(--white);
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent .localization-form .select-popout__list .select-popout__item--current:hover span {
  border-color: var(--white);
}
.no-js body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent.site-header--has-gradient::before, .is-loaded body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent.site-header--has-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--header-gradient) 30%, rgba(0, 0, 0, 0) 100%);
}
@media (pointer: fine) {
  body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent:focus-within .logo__image-link--other {
    opacity: 1;
  }
  body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent:focus-within .logo__image-link--home:not(.logo__image-link--single), body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent.site-header--menu-opened .logo__image-link--home:not(.logo__image-link--single) {
    opacity: 0;
  }
  body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent:focus-within, body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent.site-header--menu-opened[data-text-color=white] {
    --text: var(--black);
  }
}
@media (hover: hover) {
  body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent.site-header--hovered:hover .logo__image-link--other {
    opacity: 1;
  }
  body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent.site-header--hovered:hover .logo__image-link--home:not(.logo__image-link--single) {
    opacity: 0;
  }
  body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])):not(.search-opened) .site-header--transparent.site-header--hovered[data-text-color=white]:hover {
    --text: var(--black);
  }
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-drawer-open .site-header--transparent.site-header--hovered .logo__image-link--other, body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-drawer-open-cart .site-header--transparent.site-header--hovered .logo__image-link--other, body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-quick-view-from-cart .site-header--transparent.site-header--hovered .logo__image-link--other, body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-quick-view-visible .site-header--transparent.site-header--hovered .logo__image-link--other {
  opacity: 1;
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-drawer-open .site-header--transparent.site-header--hovered .logo__image-link--home:not(.logo__image-link--single), body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-drawer-open-cart .site-header--transparent.site-header--hovered .logo__image-link--home:not(.logo__image-link--single), body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-quick-view-from-cart .site-header--transparent.site-header--hovered .logo__image-link--home:not(.logo__image-link--single), body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-quick-view-visible .site-header--transparent.site-header--hovered .logo__image-link--home:not(.logo__image-link--single) {
  opacity: 0;
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-drawer-open .site-header--transparent.site-header--hovered[data-text-color=white], body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-drawer-open-cart .site-header--transparent.site-header--hovered[data-text-color=white], body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-quick-view-from-cart .site-header--transparent.site-header--hovered[data-text-color=white], body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-quick-view-visible .site-header--transparent.site-header--hovered[data-text-color=white] {
  --text: var(--black);
}
body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-drawer-open .site-header--transparent.site-header .site-header__background, body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-drawer-open-cart .site-header--transparent.site-header .site-header__background, body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-quick-view-from-cart .site-header--transparent.site-header .site-header__background, body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])).js-quick-view-visible .site-header--transparent.site-header .site-header__background {
  height: var(--header-background-height);
}

.has-scrolled .shopify-section-header {
  height: var(--header-height);
}
.has-scrolled .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-sticky-height);
}
.has-scrolled .site-header--has-border .wrapper::before {
  box-shadow: none;
}
.has-scrolled .site-header--fixed {
  height: var(--header-sticky-height);
  animation: showCompactHeader 0.3s ease;
}
.has-scrolled.hide-header .site-header--fixed {
  animation: hideCompactHeader 0.3s;
  animation-fill-mode: forwards;
}
.has-scrolled:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .site-header {
  position: fixed;
  height: var(--header-sticky-height);
}
.has-scrolled .site-header:not(.site-header--menu-opened):focus-within .site-header__background,
.has-scrolled .site-header:not(.site-header--menu-opened) .site-header__background {
  --header-background-height: var(--header-sticky-height);
}
@media (pointer: fine) {
  .has-scrolled.search-opened .site-header .site-header__background,
  .has-scrolled .site-header:focus-within .site-header__background {
    height: var(--header-sticky-height);
  }
  .has-scrolled .site-header.site-header--menu-opened:focus-within .site-header__background,
  .has-scrolled .site-header.site-header--menu-opened .site-header__background {
    height: var(--header-background-height);
  }
}
@media (hover: hover) {
  .has-scrolled .site-header:not(.site-header--menu-opened):hover .site-header__background {
    --header-background-height: var(--header-sticky-height);
  }
}
.has-scrolled .logo {
  margin-top: 10px;
  margin-bottom: 10px;
}
.has-scrolled .site-header--has-logo .logo {
  height: 40px;
}

.body--rounded-corners.megamenu-opened .site-header__background {
  border-radius: 0 0 var(--radius) var(--radius);
  overflow: hidden;
}

.no-js body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .site-header--transparent[data-text-color=white]:hover {
  --text: var(--black);
}
.no-js body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .site-header--transparent:hover .logo__image-link--other {
  opacity: 1;
}
.no-js body:has(.site-header[data-transparent=true]):has(.main-content > .supports-transparent-header:first-child):not(:has(.main-content > .supports-transparent-header:first-child [data-prevent-transparent-header])) .site-header--transparent:hover .logo__image-link--home:not(.logo__image-link--single) {
  opacity: 0;
}

/*================ Drawers ================*/
.drawer {
  will-change: transform;
  position: fixed;
  width: var(--drawer-width);
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  z-index: 9999;
  color: var(--text);
  background-color: var(--bg);
  transition: var(--drawer-transition), visibility 0s linear 0.4s;
  visibility: hidden;
}
.drawer input {
  border: none;
}
.drawer textarea {
  border-color: var(--border);
}
.drawer .btn, .drawer .shopify-payment-button__button--unbranded {
  min-width: 0;
}

.drawer.is-open {
  content-visibility: visible;
  visibility: visible;
  transform: translateX(calc(-1 * var(--drawer-width)));
  transition: var(--drawer-transition), visibility 0s linear 0s;
}

.drawer--left {
  right: 100vw;
}

.drawer--left.is-open {
  transform: translateX(var(--drawer-width));
}

.drawer--right {
  left: 100vw;
}

.drawer--bottom {
  transform: translateY(100vh);
}

.drawer--bottom.is-open {
  transform: none;
}

.drawer--nav {
  padding-bottom: var(--inner);
}

.drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding: var(--inner);
  position: relative;
}
.drawer__header .drawer__close-button {
  top: 50%;
  transform: translateY(-50%);
}

.drawer__close-button {
  position: absolute;
  top: 8px;
  right: 0;
  width: 54px;
  height: 54px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
  z-index: 1;
}
.drawer__close-button svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.drawer__close-button:hover svg {
  transform: rotate(90deg);
}

.drawer__secondary-close-button {
  display: block;
  margin: calc(var(--gutter-mobile) + 25px) auto;
  width: 100%;
}

.drawer__title {
  margin: 0;
  max-width: calc(100% - 70px);
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
}

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

.drawer__logo-image {
  display: block;
  width: var(--logo-width);
  max-width: 100%;
  object-fit: contain;
  object-position: left;
}

.cart-drawer__spacer-line {
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: var(--inner);
  border-bottom: var(--BORDER-WIDTH) solid var(--accent);
}

.drawer__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--black);
  opacity: 0;
  visibility: hidden;
  content: "";
  z-index: 9998;
  transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.js-drawer-open-cart .drawer__overlay,
.js-drawer-open .drawer__overlay {
  opacity: 0.2;
  visibility: visible;
  will-change: opacity;
}

.no-js .drawer {
  display: none !important;
}

.aos-initialized [data-aos] {
  transition-duration: 500ms;
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos-duration="0"] {
  transition-duration: 0ms;
}
.aos-initialized [data-aos][data-aos-delay="0"] {
  transition-delay: 0ms;
}
.aos-initialized [data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
.aos-initialized [data-aos][data-aos-delay="50"] {
  transition-delay: 50ms;
}
.aos-initialized [data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
.aos-initialized [data-aos][data-aos-delay="100"] {
  transition-delay: 100ms;
}
.aos-initialized [data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
.aos-initialized [data-aos][data-aos-delay="150"] {
  transition-delay: 150ms;
}
.aos-initialized [data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
.aos-initialized [data-aos][data-aos-delay="200"] {
  transition-delay: 200ms;
}
.aos-initialized [data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
.aos-initialized [data-aos][data-aos-delay="250"] {
  transition-delay: 250ms;
}
.aos-initialized [data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
.aos-initialized [data-aos][data-aos-delay="300"] {
  transition-delay: 300ms;
}
.aos-initialized [data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
.aos-initialized [data-aos][data-aos-delay="350"] {
  transition-delay: 350ms;
}
.aos-initialized [data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
.aos-initialized [data-aos][data-aos-delay="400"] {
  transition-delay: 400ms;
}
.aos-initialized [data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
.aos-initialized [data-aos][data-aos-delay="450"] {
  transition-delay: 450ms;
}
.aos-initialized [data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
.aos-initialized [data-aos][data-aos-delay="500"] {
  transition-delay: 500ms;
}
.aos-initialized [data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
.aos-initialized [data-aos][data-aos-delay="550"] {
  transition-delay: 550ms;
}
.aos-initialized [data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
.aos-initialized [data-aos][data-aos-delay="600"] {
  transition-delay: 600ms;
}
.aos-initialized [data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
.aos-initialized [data-aos][data-aos-delay="650"] {
  transition-delay: 650ms;
}
.aos-initialized [data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
.aos-initialized [data-aos][data-aos-delay="700"] {
  transition-delay: 700ms;
}
.aos-initialized [data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
.aos-initialized [data-aos][data-aos-delay="750"] {
  transition-delay: 750ms;
}
.aos-initialized [data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
.aos-initialized [data-aos][data-aos-delay="800"] {
  transition-delay: 800ms;
}
.aos-initialized [data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
.aos-initialized [data-aos][data-aos-delay="850"] {
  transition-delay: 850ms;
}
.aos-initialized [data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
.aos-initialized [data-aos][data-aos-delay="900"] {
  transition-delay: 900ms;
}
.aos-initialized [data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
.aos-initialized [data-aos][data-aos-delay="950"] {
  transition-delay: 950ms;
}
.aos-initialized [data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
.aos-initialized [data-aos][data-aos-delay="1000"] {
  transition-delay: 1000ms;
}
.aos-initialized [data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
.aos-initialized [data-aos][data-aos-delay="1050"] {
  transition-delay: 1050ms;
}
.aos-initialized [data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
.aos-initialized [data-aos][data-aos-delay="1100"] {
  transition-delay: 1100ms;
}
.aos-initialized [data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
.aos-initialized [data-aos][data-aos-delay="1150"] {
  transition-delay: 1150ms;
}
.aos-initialized [data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
.aos-initialized [data-aos][data-aos-delay="1200"] {
  transition-delay: 1200ms;
}
.aos-initialized [data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
.aos-initialized [data-aos][data-aos-delay="1250"] {
  transition-delay: 1250ms;
}
.aos-initialized [data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
.aos-initialized [data-aos][data-aos-delay="1300"] {
  transition-delay: 1300ms;
}
.aos-initialized [data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
.aos-initialized [data-aos][data-aos-delay="1350"] {
  transition-delay: 1350ms;
}
.aos-initialized [data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
.aos-initialized [data-aos][data-aos-delay="1400"] {
  transition-delay: 1400ms;
}
.aos-initialized [data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
.aos-initialized [data-aos][data-aos-delay="1450"] {
  transition-delay: 1450ms;
}
.aos-initialized [data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
.aos-initialized [data-aos][data-aos-delay="1500"] {
  transition-delay: 1500ms;
}
.aos-initialized [data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
.aos-initialized [data-aos][data-aos-delay="1550"] {
  transition-delay: 1550ms;
}
.aos-initialized [data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
.aos-initialized [data-aos][data-aos-delay="1600"] {
  transition-delay: 1600ms;
}
.aos-initialized [data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
.aos-initialized [data-aos][data-aos-delay="1650"] {
  transition-delay: 1650ms;
}
.aos-initialized [data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
.aos-initialized [data-aos][data-aos-delay="1700"] {
  transition-delay: 1700ms;
}
.aos-initialized [data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
.aos-initialized [data-aos][data-aos-delay="1750"] {
  transition-delay: 1750ms;
}
.aos-initialized [data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
.aos-initialized [data-aos][data-aos-delay="1800"] {
  transition-delay: 1800ms;
}
.aos-initialized [data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
.aos-initialized [data-aos][data-aos-delay="1850"] {
  transition-delay: 1850ms;
}
.aos-initialized [data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
.aos-initialized [data-aos][data-aos-delay="1900"] {
  transition-delay: 1900ms;
}
.aos-initialized [data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
.aos-initialized [data-aos][data-aos-delay="1950"] {
  transition-delay: 1950ms;
}
.aos-initialized [data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
.aos-initialized [data-aos][data-aos-delay="2000"] {
  transition-delay: 2000ms;
}
.aos-initialized [data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
.aos-initialized [data-aos][data-aos-delay="2050"] {
  transition-delay: 2050ms;
}
.aos-initialized [data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
.aos-initialized [data-aos][data-aos-delay="2100"] {
  transition-delay: 2100ms;
}
.aos-initialized [data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
.aos-initialized [data-aos][data-aos-delay="2150"] {
  transition-delay: 2150ms;
}
.aos-initialized [data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
.aos-initialized [data-aos][data-aos-delay="2200"] {
  transition-delay: 2200ms;
}
.aos-initialized [data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
.aos-initialized [data-aos][data-aos-delay="2250"] {
  transition-delay: 2250ms;
}
.aos-initialized [data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
.aos-initialized [data-aos][data-aos-delay="2300"] {
  transition-delay: 2300ms;
}
.aos-initialized [data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
.aos-initialized [data-aos][data-aos-delay="2350"] {
  transition-delay: 2350ms;
}
.aos-initialized [data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
.aos-initialized [data-aos][data-aos-delay="2400"] {
  transition-delay: 2400ms;
}
.aos-initialized [data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
.aos-initialized [data-aos][data-aos-delay="2450"] {
  transition-delay: 2450ms;
}
.aos-initialized [data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
.aos-initialized [data-aos][data-aos-delay="2500"] {
  transition-delay: 2500ms;
}
.aos-initialized [data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
.aos-initialized [data-aos][data-aos-delay="2550"] {
  transition-delay: 2550ms;
}
.aos-initialized [data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
.aos-initialized [data-aos][data-aos-delay="2600"] {
  transition-delay: 2600ms;
}
.aos-initialized [data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
.aos-initialized [data-aos][data-aos-delay="2650"] {
  transition-delay: 2650ms;
}
.aos-initialized [data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
.aos-initialized [data-aos][data-aos-delay="2700"] {
  transition-delay: 2700ms;
}
.aos-initialized [data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
.aos-initialized [data-aos][data-aos-delay="2750"] {
  transition-delay: 2750ms;
}
.aos-initialized [data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
.aos-initialized [data-aos][data-aos-delay="2800"] {
  transition-delay: 2800ms;
}
.aos-initialized [data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
.aos-initialized [data-aos][data-aos-delay="2850"] {
  transition-delay: 2850ms;
}
.aos-initialized [data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
.aos-initialized [data-aos][data-aos-delay="2900"] {
  transition-delay: 2900ms;
}
.aos-initialized [data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
.aos-initialized [data-aos][data-aos-delay="2950"] {
  transition-delay: 2950ms;
}
.aos-initialized [data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
.aos-initialized [data-aos][data-aos-delay="3000"] {
  transition-delay: 3000ms;
}
.aos-initialized [data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.aos-initialized [data-aos][data-aos-easing=ease] {
  transition-timing-function: ease;
}
.aos-initialized [data-aos][data-aos-easing=ease-in] {
  transition-timing-function: ease-in;
}
.aos-initialized [data-aos][data-aos-easing=ease-out] {
  transition-timing-function: ease-out;
}
.aos-initialized [data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}
.aos-initialized [data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.aos-initialized [data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.aos-initialized [data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.aos-initialized [data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.aos-initialized [data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.aos-initialized [data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.aos-initialized [data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.aos-initialized [data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aos-initialized [data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aos-initialized [data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.aos-initialized [data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aos-initialized [data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aos-initialized [data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.aos-initialized [data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aos-initialized [data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aos-initialized [data-aos^=fade] {
  opacity: 0.001;
  transition-property: opacity, transform;
}
.aos-initialized [data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
.aos-initialized [data-aos=fade-up] {
  transform: translateY(var(--move-offset));
}
.aos-initialized [data-aos=fade-down] {
  transform: translateY(calc(var(--move-offset) * -1));
}
.aos-initialized [data-aos=fade-right] {
  transform: translate(calc(var(--move-offset) * -1));
}
.aos-initialized [data-aos=fade-left] {
  transform: translate(var(--move-offset));
}
.aos-initialized [data-aos=fade-up-right] {
  transform: translate(calc(var(--move-offset) * -1), var(--move-offset));
}
.aos-initialized [data-aos=fade-up-left] {
  transform: translate(var(--move-offset), var(--move-offset));
}
.aos-initialized [data-aos=fade-down-right] {
  transform: translate(calc(var(--move-offset) * -1), calc(var(--move-offset) * -1));
}
.aos-initialized [data-aos=fade-down-left] {
  transform: translate(var(--move-offset), calc(var(--move-offset) * -1));
}
.aos-initialized [data-aos^=zoom] {
  opacity: 0.001;
  transition-property: opacity, transform;
}
.aos-initialized [data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
.aos-initialized [data-aos=zoom-in] {
  transform: scale(0.6);
}
.aos-initialized [data-aos=zoom-in-up] {
  transform: translateY(var(--move-offset)) scale(0.6);
}
.aos-initialized [data-aos=zoom-in-down] {
  transform: translateY(calc(var(--move-offset) * -1)) scale(0.6);
}
.aos-initialized [data-aos=zoom-in-right] {
  transform: translate(calc(var(--move-offset) * -1)) scale(0.6);
}
.aos-initialized [data-aos=zoom-in-left] {
  transform: translate(var(--move-offset)) scale(0.6);
}
.aos-initialized [data-aos=zoom-out] {
  transform: scale(1.2);
}
.aos-initialized [data-aos=zoom-out-up] {
  transform: translateY(var(--move-offset)) scale(1.2);
}
.aos-initialized [data-aos=zoom-out-down] {
  transform: translateY(calc(var(--move-offset) * -1)) scale(1.2);
}
.aos-initialized [data-aos=zoom-out-right] {
  transform: translate(calc(var(--move-offset) * -1)) scale(1.2);
}
.aos-initialized [data-aos=zoom-out-left] {
  transform: translate(var(--move-offset)) scale(1.2);
}
.aos-initialized [data-aos^=slide] {
  transition-property: transform;
}
.aos-initialized [data-aos^=slide].aos-animate {
  transform: translateZ(0);
}
.aos-initialized [data-aos=slide-up] {
  transform: translateY(100%);
}
.aos-initialized [data-aos=slide-down] {
  transform: translateY(-100%);
}
.aos-initialized [data-aos=slide-right] {
  transform: translateX(-100%);
}
.aos-initialized [data-aos=slide-left] {
  transform: translateX(100%);
}
.aos-initialized [data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}
.aos-initialized [data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
.aos-initialized [data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
.aos-initialized [data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
.aos-initialized [data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
.aos-initialized [data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
.aos-initialized [data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.aos-initialized [data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
.aos-initialized [data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.aos-initialized [data-aos=come-up] {
  transform: translateY(100%);
  opacity: 0.001;
  transition-property: opacity, transform;
}
.aos-initialized [data-aos=come-up].aos-animate {
  transform: translateZ(0);
  opacity: 1;
}
.aos-initialized [data-aos=image-in] {
  transition: none;
  transition-delay: 0s;
}
.aos-initialized [data-aos=image-in][data-aos-delay] {
  transition-delay: 0s;
}
.aos-initialized [data-aos=image-in][data-aos-duration="0"] .image-in {
  --duration: 0ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="0"] .image-in {
  animation-delay: 0ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="50"] .image-in {
  --duration: 50ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="50"] .image-in {
  animation-delay: 50ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="100"] .image-in {
  --duration: 100ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="100"] .image-in {
  animation-delay: 100ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="150"] .image-in {
  --duration: 150ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="150"] .image-in {
  animation-delay: 150ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="200"] .image-in {
  --duration: 200ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="200"] .image-in {
  animation-delay: 200ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="250"] .image-in {
  --duration: 250ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="250"] .image-in {
  animation-delay: 250ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="300"] .image-in {
  --duration: 300ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="300"] .image-in {
  animation-delay: 300ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="350"] .image-in {
  --duration: 350ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="350"] .image-in {
  animation-delay: 350ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="400"] .image-in {
  --duration: 400ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="400"] .image-in {
  animation-delay: 400ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="450"] .image-in {
  --duration: 450ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="450"] .image-in {
  animation-delay: 450ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="500"] .image-in {
  --duration: 500ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="500"] .image-in {
  animation-delay: 500ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="550"] .image-in {
  --duration: 550ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="550"] .image-in {
  animation-delay: 550ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="600"] .image-in {
  --duration: 600ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="600"] .image-in {
  animation-delay: 600ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="650"] .image-in {
  --duration: 650ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="650"] .image-in {
  animation-delay: 650ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="700"] .image-in {
  --duration: 700ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="700"] .image-in {
  animation-delay: 700ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="750"] .image-in {
  --duration: 750ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="750"] .image-in {
  animation-delay: 750ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="800"] .image-in {
  --duration: 800ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="800"] .image-in {
  animation-delay: 800ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="850"] .image-in {
  --duration: 850ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="850"] .image-in {
  animation-delay: 850ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="900"] .image-in {
  --duration: 900ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="900"] .image-in {
  animation-delay: 900ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="950"] .image-in {
  --duration: 950ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="950"] .image-in {
  animation-delay: 950ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="1000"] .image-in {
  --duration: 1000ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="1000"] .image-in {
  animation-delay: 1000ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="1050"] .image-in {
  --duration: 1050ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="1050"] .image-in {
  animation-delay: 1050ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="1100"] .image-in {
  --duration: 1100ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="1100"] .image-in {
  animation-delay: 1100ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="1150"] .image-in {
  --duration: 1150ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="1150"] .image-in {
  animation-delay: 1150ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="1200"] .image-in {
  --duration: 1200ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="1200"] .image-in {
  animation-delay: 1200ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="1250"] .image-in {
  --duration: 1250ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="1250"] .image-in {
  animation-delay: 1250ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="1300"] .image-in {
  --duration: 1300ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="1300"] .image-in {
  animation-delay: 1300ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="1350"] .image-in {
  --duration: 1350ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="1350"] .image-in {
  animation-delay: 1350ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="1400"] .image-in {
  --duration: 1400ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="1400"] .image-in {
  animation-delay: 1400ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="1450"] .image-in {
  --duration: 1450ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="1450"] .image-in {
  animation-delay: 1450ms;
}
.aos-initialized [data-aos=image-in][data-aos-duration="1500"] .image-in {
  --duration: 1500ms;
}
.aos-initialized [data-aos=image-in][data-aos-delay="1500"] .image-in {
  animation-delay: 1500ms;
}
.aos-initialized [data-aos=image-in]:has([data-aos=hero]) [data-aos-order="1"] {
  animation-delay: 300ms;
}
.aos-initialized [data-aos=image-in]:has([data-aos=hero]) [data-aos-order="2"] {
  animation-delay: 442.5ms;
}
.aos-initialized [data-aos=image-in]:has([data-aos=hero]) [data-aos-order="3"] {
  animation-delay: 570ms;
}
.aos-initialized [data-aos=image-in]:has([data-aos=hero]) [data-aos-order="4"] {
  animation-delay: 682.5ms;
}
.aos-initialized [data-aos=image-in]:has([data-aos=hero]) [data-aos-order="5"] {
  animation-delay: 780ms;
}
.aos-initialized [data-aos=image-in]:has([data-aos=hero]) [data-aos-order="6"] {
  animation-delay: 862.5ms;
}
.aos-initialized [data-aos=image-in]:has([data-aos=hero]) [data-aos-order="7"] {
  animation-delay: 930ms;
}
.aos-initialized [data-aos=image-in]:has([data-aos=hero]) [data-aos-order="8"] {
  animation-delay: 982.5ms;
}
.aos-initialized [data-aos=image-in]:has([data-aos=hero]) [data-aos-order="9"] {
  animation-delay: 1020ms;
}
.aos-initialized [data-aos=image-in]:has([data-aos=hero]) [data-aos-order="10"] {
  animation-delay: 1042.5ms;
}
.aos-initialized [data-aos=image-in] .image-in {
  --duration: 0.8s;
  --easing: ease-in;
  animation-duration: var(--duration);
  animation-timing-function: var(--easing);
  animation-fill-mode: forwards;
}
.aos-initialized [data-aos=image-in] .image-in--reveal {
  --duration: 0.3s;
  --easing: ease-in-out;
  --move-offset: 100%;
  overflow: hidden;
}
.aos-initialized [data-aos=image-in] .image-in--reveal a {
  overflow: hidden;
}
.aos-initialized [data-aos=image-in] .image-in--slide {
  --duration: 0.4s;
  --easing: cubic-bezier(0.25, 0.6, 0.5, 0.95);
}
.aos-initialized [data-aos=image-in] .image-in--wipe {
  --duration: 0.5s;
  --easing: cubic-bezier(0.75, 0, 1, 0);
}
.aos-initialized [data-aos=image-in] .image-in--zoom-out {
  --scale-factor: 1.2;
  --duration: 0.9s;
  --easing: cubic-bezier(0.25, 0.6, 0.5, 0.95);
  transform: scale(var(--scale-factor));
  transition: 0s;
}
.aos-initialized [data-aos=image-in]:not(.aos-animate):has(img[loading].is-loading) .image-in--zoom-out {
  transform: scale(var(--scale-factor));
}
.aos-initialized [data-aos=image-in]:not(.aos-animate):has(img[loading]:not(.is-loading)) .image-in {
  opacity: 0.001;
}
.aos-initialized [data-aos=image-in]:not(.aos-animate):has(img[loading]:not(.is-loading)) .image-in--zoom-out {
  opacity: 1;
  transform: scale(var(--scale-factor));
}
.no-js .aos-initialized [data-aos=image-in]:has(img[loading]) .image-in, .aos-initialized [data-aos=image-in].aos-animate:has(img[loading]:not(.is-loading)) .image-in {
  opacity: 0.001;
  animation-name: fadeIn;
}
.no-js .aos-initialized [data-aos=image-in]:has(img[loading]) .image-in--reveal, .aos-initialized [data-aos=image-in].aos-animate:has(img[loading]:not(.is-loading)) .image-in--reveal {
  animation-name: heroFade;
}
.no-js .aos-initialized [data-aos=image-in]:has(img[loading]) .image-in--slide, .aos-initialized [data-aos=image-in].aos-animate:has(img[loading]:not(.is-loading)) .image-in--slide {
  animation-name: fadeIn, imageInSlide;
}
.no-js .aos-initialized [data-aos=image-in]:has(img[loading]) .image-in--wipe, .aos-initialized [data-aos=image-in].aos-animate:has(img[loading]:not(.is-loading)) .image-in--wipe {
  animation-name: fadeIn, clipPathFromRight;
}
.no-js .aos-initialized [data-aos=image-in]:has(img[loading]) .image-in--zoom-out, .aos-initialized [data-aos=image-in].aos-animate:has(img[loading]:not(.is-loading)) .image-in--zoom-out {
  opacity: 1;
  animation-name: zoomOut;
}
@media only screen and (min-width: 768px) {
  .aos-initialized .skeleton-loading:has([data-aos=image-in].aos-animate:has(img[loading]:not(.is-loading))):has(img[loading]:not(.is-loading)) .image-in {
    opacity: 0.001;
    animation-name: fadeIn;
  }
  .aos-initialized .skeleton-loading:has([data-aos=image-in].aos-animate:has(img[loading]:not(.is-loading))):has(img[loading]:not(.is-loading)) .image-in--reveal {
    animation-name: heroFade;
  }
  .aos-initialized .skeleton-loading:has([data-aos=image-in].aos-animate:has(img[loading]:not(.is-loading))):has(img[loading]:not(.is-loading)) .image-in--slide {
    animation-name: fadeIn, imageInSlide;
  }
  .aos-initialized .skeleton-loading:has([data-aos=image-in].aos-animate:has(img[loading]:not(.is-loading))):has(img[loading]:not(.is-loading)) .image-in--wipe {
    animation-name: fadeIn, clipPathFromRight;
  }
  .aos-initialized .skeleton-loading:has([data-aos=image-in].aos-animate:has(img[loading]:not(.is-loading))):has(img[loading]:not(.is-loading)) .image-in--zoom-out {
    opacity: 1;
    animation-name: zoomOut;
  }
  .aos-initialized .skeleton-loading:has(img[loading].is-loading) [data-aos=image-in] .image-in {
    opacity: 0.001;
    animation: none;
  }
  .aos-initialized .skeleton-loading:has(img[loading].is-loading) [data-aos=image-in] .image-in--zoom-out {
    opacity: 1;
    transform: scale(var(--scale-factor));
  }
}
.aos-initialized .products-list__item [data-aos] {
  opacity: 0.001;
}
.aos-initialized .products-list__item--active [data-aos].aos-animate {
  opacity: 1;
}
.aos-initialized .cart-drawer:not(.is-open) [data-aos]:not(.aos-animate),
.aos-initialized .products-list__item [data-aos]:not(.aos-animate),
.aos-initialized .tabs [data-aos]:not(.aos-animate) {
  transition-duration: 0s;
  transition-delay: 0s;
}
.aos-initialized .product__media__holder {
  will-change: transform;
}
.aos-initialized .text-reveal__cropper {
  --move-offset: 100%;
  display: block;
  overflow: hidden;
}
.aos-initialized .text-reveal__cropper,
.aos-initialized .text-reveal__cropper > span {
  display: block;
}
.aos-initialized [data-aos=hero] {
  opacity: 0.001;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  transition: none;
}
.no-js .aos-initialized [data-aos=hero] {
  opacity: 1;
}
.aos-initialized [data-aos=hero].aos-animate {
  opacity: 1;
  animation-name: heroFade;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.aos-initialized [data-aos=heading].aos-animate {
  -webkit-mask-image: linear-gradient(90deg, var(--text) 0%, var(--text) 20%, transparent 100%);
          mask-image: linear-gradient(90deg, var(--text) 0%, var(--text) 20%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 500%;
          mask-size: 500%;
  animation: headingFade 2s linear both;
}
.aos-initialized [data-aos=when-active-animate-up] {
  opacity: 0.001;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  transition: none;
}
.no-js .aos-initialized [data-aos=when-active-animate-up] {
  opacity: 1;
}
.aos-initialized .is-active [data-aos=when-active-animate-up].aos-animate {
  opacity: 1;
  animation-name: whenActiveAnimateUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.aos-initialized [data-aos=come-in-from-right] {
  opacity: 0.001;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  transition: none;
}
.no-js .aos-initialized [data-aos=come-in-from-right] {
  opacity: 1;
}
.aos-initialized [data-aos=come-in-from-right].aos-animate {
  opacity: 1;
  animation-name: comeInFromRight;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="1"] {
  animation-delay: 500ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="2"] {
  animation-delay: 646.25ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="3"] {
  animation-delay: 785ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="4"] {
  animation-delay: 916.25ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="5"] {
  animation-delay: 1040ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="6"] {
  animation-delay: 1156.25ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="7"] {
  animation-delay: 1265ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="8"] {
  animation-delay: 1366.25ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="9"] {
  animation-delay: 1460ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="10"] {
  animation-delay: 1546.25ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="11"] {
  animation-delay: 1625ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="12"] {
  animation-delay: 1696.25ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="13"] {
  animation-delay: 1760ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="14"] {
  animation-delay: 1816.25ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="15"] {
  animation-delay: 1865ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="16"] {
  animation-delay: 1906.25ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="17"] {
  animation-delay: 1940ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="18"] {
  animation-delay: 1966.25ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="19"] {
  animation-delay: 1985ms;
}
.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="20"] {
  animation-delay: 1996.25ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="1"] {
  animation-delay: 0ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="2"] {
  animation-delay: 48.75ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="3"] {
  animation-delay: 95ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="4"] {
  animation-delay: 138.75ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="5"] {
  animation-delay: 180ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="6"] {
  animation-delay: 218.75ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="7"] {
  animation-delay: 255ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="8"] {
  animation-delay: 288.75ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="9"] {
  animation-delay: 320ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="10"] {
  animation-delay: 348.75ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="11"] {
  animation-delay: 375ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="12"] {
  animation-delay: 398.75ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="13"] {
  animation-delay: 420ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="14"] {
  animation-delay: 438.75ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="15"] {
  animation-delay: 455ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="16"] {
  animation-delay: 468.75ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="17"] {
  animation-delay: 480ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="18"] {
  animation-delay: 488.75ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="19"] {
  animation-delay: 495ms;
}
.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="20"] {
  animation-delay: 495ms;
}
.aos-initialized .cart-drawer .cart-drawer__empty-message [data-aos-order="1"] {
  animation-delay: 350ms;
}
.aos-initialized .cart-drawer .cart-drawer__empty-message [data-aos-order="2"] {
  animation-delay: 450ms;
}
.aos-initialized .cart-drawer .cart-drawer__empty-message [data-aos-order="3"] {
  animation-delay: 550ms;
}
.aos-initialized .cart-drawer .cart-drawer__empty-message [data-aos-order="4"] {
  animation-delay: 650ms;
}
.aos-initialized .cart-drawer .cart-drawer__empty-message [data-aos-order="5"] {
  animation-delay: 750ms;
}
.aos-initialized .cart-drawer .cart-drawer__empty-message [data-aos-order="6"] {
  animation-delay: 850ms;
}
.aos-initialized .cart-drawer .cart-drawer__empty-message [data-aos-order="7"] {
  animation-delay: 950ms;
}
.aos-initialized .cart-drawer .cart-drawer__empty-message [data-aos-order="8"] {
  animation-delay: 1050ms;
}
.aos-initialized .cart-drawer .cart-drawer__empty-message [data-aos-order="9"] {
  animation-delay: 1150ms;
}
.aos-initialized .cart-drawer .cart-drawer__empty-message [data-aos-order="10"] {
  animation-delay: 1250ms;
}
.aos-initialized .cart-drawer .is-updated + .cart-drawer__empty-message [data-aos-order="1"] {
  animation-delay: 0ms;
}
.aos-initialized .cart-drawer .is-updated + .cart-drawer__empty-message [data-aos-order="2"] {
  animation-delay: 100ms;
}
.aos-initialized .cart-drawer .is-updated + .cart-drawer__empty-message [data-aos-order="3"] {
  animation-delay: 200ms;
}
.aos-initialized .cart-drawer .is-updated + .cart-drawer__empty-message [data-aos-order="4"] {
  animation-delay: 300ms;
}
.aos-initialized .cart-drawer .is-updated + .cart-drawer__empty-message [data-aos-order="5"] {
  animation-delay: 400ms;
}
.aos-initialized .cart-drawer .is-updated + .cart-drawer__empty-message [data-aos-order="6"] {
  animation-delay: 500ms;
}
.aos-initialized .cart-drawer .is-updated + .cart-drawer__empty-message [data-aos-order="7"] {
  animation-delay: 600ms;
}
.aos-initialized .cart-drawer .is-updated + .cart-drawer__empty-message [data-aos-order="8"] {
  animation-delay: 700ms;
}
.aos-initialized .cart-drawer .is-updated + .cart-drawer__empty-message [data-aos-order="9"] {
  animation-delay: 800ms;
}
.aos-initialized .cart-drawer .is-updated + .cart-drawer__empty-message [data-aos-order="10"] {
  animation-delay: 900ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="1"] {
  animation-delay: 150ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="2"] {
  animation-delay: 248.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="3"] {
  animation-delay: 343.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="4"] {
  animation-delay: 435ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="5"] {
  animation-delay: 523.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="6"] {
  animation-delay: 608.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="7"] {
  animation-delay: 690ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="8"] {
  animation-delay: 768.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="9"] {
  animation-delay: 843.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="10"] {
  animation-delay: 915ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="11"] {
  animation-delay: 983.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="12"] {
  animation-delay: 1048.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="13"] {
  animation-delay: 1110ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="14"] {
  animation-delay: 1168.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="15"] {
  animation-delay: 1223.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="16"] {
  animation-delay: 1275ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="17"] {
  animation-delay: 1323.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="18"] {
  animation-delay: 1368.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="19"] {
  animation-delay: 1410ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="20"] {
  animation-delay: 1448.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="21"] {
  animation-delay: 1483.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="22"] {
  animation-delay: 1515ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="23"] {
  animation-delay: 1543.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="24"] {
  animation-delay: 1568.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="25"] {
  animation-delay: 1590ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="26"] {
  animation-delay: 1608.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="27"] {
  animation-delay: 1623.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="28"] {
  animation-delay: 1635ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="29"] {
  animation-delay: 1643.3333333333ms;
}
.aos-initialized .cart .cart__inner [data-aos-order="30"] {
  animation-delay: 1648.3333333333ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="1"] {
  animation-delay: 0ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="2"] {
  animation-delay: 48.75ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="3"] {
  animation-delay: 95ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="4"] {
  animation-delay: 138.75ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="5"] {
  animation-delay: 180ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="6"] {
  animation-delay: 218.75ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="7"] {
  animation-delay: 255ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="8"] {
  animation-delay: 288.75ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="9"] {
  animation-delay: 320ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="10"] {
  animation-delay: 348.75ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="11"] {
  animation-delay: 375ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="12"] {
  animation-delay: 398.75ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="13"] {
  animation-delay: 420ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="14"] {
  animation-delay: 438.75ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="15"] {
  animation-delay: 455ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="16"] {
  animation-delay: 468.75ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="17"] {
  animation-delay: 480ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="18"] {
  animation-delay: 488.75ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="19"] {
  animation-delay: 495ms;
}
.aos-initialized .cart .cart__items.is-updated [data-aos-order="20"] {
  animation-delay: 495ms;
}
.aos-initialized .cart .cart__empty [data-aos-order="1"] {
  animation-delay: 150ms;
}
.aos-initialized .cart .cart__empty [data-aos-order="2"] {
  animation-delay: 250ms;
}
.aos-initialized .cart .cart__empty [data-aos-order="3"] {
  animation-delay: 350ms;
}
.aos-initialized .cart .cart__empty [data-aos-order="4"] {
  animation-delay: 450ms;
}
.aos-initialized .cart .cart__empty [data-aos-order="5"] {
  animation-delay: 550ms;
}
.aos-initialized .cart .cart__empty [data-aos-order="6"] {
  animation-delay: 650ms;
}
.aos-initialized .cart .cart__empty [data-aos-order="7"] {
  animation-delay: 750ms;
}
.aos-initialized .cart .cart__empty [data-aos-order="8"] {
  animation-delay: 850ms;
}
.aos-initialized .cart .cart__empty [data-aos-order="9"] {
  animation-delay: 950ms;
}
.aos-initialized .cart .cart__empty [data-aos-order="10"] {
  animation-delay: 1050ms;
}
.aos-initialized .cart [data-aos].cart__item.is-removed,
.aos-initialized .cart-drawer [data-aos].cart__item.is-removed {
  animation-delay: 0ms;
  animation: cartItemRemoved 0.5s ease;
  animation-fill-mode: forwards;
}
.aos-initialized #resultsPages [data-aos-order="1"] {
  animation-delay: 150ms;
}
.aos-initialized #resultsPages [data-aos-order="2"] {
  animation-delay: 247.5ms;
}
.aos-initialized #resultsPages [data-aos-order="3"] {
  animation-delay: 340ms;
}
.aos-initialized #resultsPages [data-aos-order="4"] {
  animation-delay: 427.5ms;
}
.aos-initialized #resultsPages [data-aos-order="5"] {
  animation-delay: 510ms;
}
.aos-initialized #resultsPages [data-aos-order="6"] {
  animation-delay: 587.5ms;
}
.aos-initialized #resultsPages [data-aos-order="7"] {
  animation-delay: 660ms;
}
.aos-initialized #resultsPages [data-aos-order="8"] {
  animation-delay: 727.5ms;
}
.aos-initialized #resultsPages [data-aos-order="9"] {
  animation-delay: 790ms;
}
.aos-initialized #resultsPages [data-aos-order="10"] {
  animation-delay: 847.5ms;
}
.aos-initialized #resultsPages [data-aos-order="11"] {
  animation-delay: 900ms;
}
.aos-initialized #resultsPages [data-aos-order="12"] {
  animation-delay: 947.5ms;
}
.aos-initialized #resultsPages [data-aos-order="13"] {
  animation-delay: 990ms;
}
.aos-initialized #resultsPages [data-aos-order="14"] {
  animation-delay: 1027.5ms;
}
.aos-initialized #resultsPages [data-aos-order="15"] {
  animation-delay: 1060ms;
}
.aos-initialized #resultsPages [data-aos-order="16"] {
  animation-delay: 1087.5ms;
}
.aos-initialized #resultsPages [data-aos-order="17"] {
  animation-delay: 1110ms;
}
.aos-initialized #resultsPages [data-aos-order="18"] {
  animation-delay: 1127.5ms;
}
.aos-initialized #resultsPages [data-aos-order="19"] {
  animation-delay: 1140ms;
}
.aos-initialized #resultsPages [data-aos-order="20"] {
  animation-delay: 1147.5ms;
}
.aos-initialized .slider [data-aos=hero] {
  opacity: 0.001;
  animation-duration: 0.6s;
  animation-name: none;
  transition: none;
}
.no-js .aos-initialized .slider .item [data-aos=hero].aos-animate, .aos-initialized .slider.img-in .item:only-of-type [data-aos=hero].aos-animate, .aos-initialized .slider.flickity-enabled.img-in .item.is-selected [data-aos=hero].aos-animate {
  opacity: 1;
  animation-name: heroFade;
}
.aos-initialized .banner-image [data-aos=hero] {
  opacity: 0.001;
  animation-duration: 0.6s;
  animation-name: none;
  transition: none;
}
.no-js .aos-initialized .banner-image .banner-image__inner [data-aos=hero].aos-animate, .aos-initialized .banner-image.img-in .banner-image__inner [data-aos=hero].aos-animate {
  opacity: 1;
  animation-name: heroFade;
}
.aos-initialized .promotion-row [data-aos=hero] {
  opacity: 0.001;
  animation-duration: 0.6s;
  animation-name: none;
  transition: none;
}
.no-js .aos-initialized .promotion-row .promotion-row__inner [data-aos=hero].aos-animate, .aos-initialized .promotion-row.aos-animate .promotion-row__inner [data-aos=hero].aos-animate {
  opacity: 1;
  animation-name: heroFade;
}
.aos-initialized .promotion-row.aos-animate .promotion-row__item__heading:has(text-count-up) [data-aos=hero],
.aos-initialized .promotion-row.aos-animate .promotion-row__item__heading:has(text-count-up) [data-aos=hero].aos-animate {
  opacity: 1;
  animation-name: fadeIn;
  animation-delay: 0.1s;
}
.aos-initialized .banner-image--slide [data-aos-order="1"],
.aos-initialized .slider--slide [data-aos-order="1"] {
  animation-delay: 300ms;
}
.aos-initialized .banner-image--slide [data-aos-order="2"],
.aos-initialized .slider--slide [data-aos-order="2"] {
  animation-delay: 300ms;
}
.aos-initialized .banner-image--slide .banner-image__heading [data-aos-order="1"],
.aos-initialized .slider--slide .slide__heading [data-aos-order="1"] {
  animation-delay: 200ms;
}
.aos-initialized .banner-image--slide .banner-image__heading [data-aos-order="2"],
.aos-initialized .slider--slide .slide__heading [data-aos-order="2"] {
  animation-delay: 342.5ms;
}
.aos-initialized .banner-image--slide .banner-image__heading [data-aos-order="3"],
.aos-initialized .slider--slide .slide__heading [data-aos-order="3"] {
  animation-delay: 470ms;
}
.aos-initialized .banner-image--slide .banner-image__heading [data-aos-order="4"],
.aos-initialized .slider--slide .slide__heading [data-aos-order="4"] {
  animation-delay: 582.5ms;
}
.aos-initialized .banner-image--slide .banner-image__heading [data-aos-order="5"],
.aos-initialized .slider--slide .slide__heading [data-aos-order="5"] {
  animation-delay: 680ms;
}
.aos-initialized .banner-image--slide .banner-image__heading [data-aos-order="6"],
.aos-initialized .slider--slide .slide__heading [data-aos-order="6"] {
  animation-delay: 762.5ms;
}
.aos-initialized .banner-image--slide .banner-image__heading [data-aos-order="7"],
.aos-initialized .slider--slide .slide__heading [data-aos-order="7"] {
  animation-delay: 830ms;
}
.aos-initialized .banner-image--slide .banner-image__heading [data-aos-order="8"],
.aos-initialized .slider--slide .slide__heading [data-aos-order="8"] {
  animation-delay: 882.5ms;
}
.aos-initialized .banner-image--slide .banner-image__heading [data-aos-order="9"],
.aos-initialized .slider--slide .slide__heading [data-aos-order="9"] {
  animation-delay: 920ms;
}
.aos-initialized .banner-image--slide .banner-image__heading [data-aos-order="10"],
.aos-initialized .slider--slide .slide__heading [data-aos-order="10"] {
  animation-delay: 942.5ms;
}
.aos-initialized .banner-image--slide .countdown-timer [data-aos-order="1"] {
  animation-delay: 300ms;
}
.aos-initialized .banner-image--slide .countdown-timer [data-aos-order="2"] {
  animation-delay: 435ms;
}
.aos-initialized .banner-image--slide .countdown-timer [data-aos-order="3"] {
  animation-delay: 540ms;
}
.aos-initialized .banner-image--slide .countdown-timer [data-aos-order="4"] {
  animation-delay: 615ms;
}
.aos-initialized .banner-image--slide .countdown-timer [data-aos-order="5"] {
  animation-delay: 660ms;
}
.aos-initialized .banner-image--fade [data-aos-order="1"],
.aos-initialized .slider--fade [data-aos-order="1"] {
  animation-delay: 350ms;
}
.aos-initialized .banner-image--fade [data-aos-order="2"],
.aos-initialized .slider--fade [data-aos-order="2"] {
  animation-delay: 350ms;
}
.aos-initialized .banner-image--fade .banner-image__heading [data-aos-order="1"],
.aos-initialized .slider--fade .slide__heading [data-aos-order="1"] {
  animation-delay: 250ms;
}
.aos-initialized .banner-image--fade .banner-image__heading [data-aos-order="2"],
.aos-initialized .slider--fade .slide__heading [data-aos-order="2"] {
  animation-delay: 392.5ms;
}
.aos-initialized .banner-image--fade .banner-image__heading [data-aos-order="3"],
.aos-initialized .slider--fade .slide__heading [data-aos-order="3"] {
  animation-delay: 520ms;
}
.aos-initialized .banner-image--fade .banner-image__heading [data-aos-order="4"],
.aos-initialized .slider--fade .slide__heading [data-aos-order="4"] {
  animation-delay: 632.5ms;
}
.aos-initialized .banner-image--fade .banner-image__heading [data-aos-order="5"],
.aos-initialized .slider--fade .slide__heading [data-aos-order="5"] {
  animation-delay: 730ms;
}
.aos-initialized .banner-image--fade .banner-image__heading [data-aos-order="6"],
.aos-initialized .slider--fade .slide__heading [data-aos-order="6"] {
  animation-delay: 812.5ms;
}
.aos-initialized .banner-image--fade .banner-image__heading [data-aos-order="7"],
.aos-initialized .slider--fade .slide__heading [data-aos-order="7"] {
  animation-delay: 880ms;
}
.aos-initialized .banner-image--fade .banner-image__heading [data-aos-order="8"],
.aos-initialized .slider--fade .slide__heading [data-aos-order="8"] {
  animation-delay: 932.5ms;
}
.aos-initialized .banner-image--fade .banner-image__heading [data-aos-order="9"],
.aos-initialized .slider--fade .slide__heading [data-aos-order="9"] {
  animation-delay: 970ms;
}
.aos-initialized .banner-image--fade .banner-image__heading [data-aos-order="10"],
.aos-initialized .slider--fade .slide__heading [data-aos-order="10"] {
  animation-delay: 992.5ms;
}
.aos-initialized .banner-image--fade .countdown-timer [data-aos-order="1"] {
  animation-delay: 350ms;
}
.aos-initialized .banner-image--fade .countdown-timer [data-aos-order="2"] {
  animation-delay: 485ms;
}
.aos-initialized .banner-image--fade .countdown-timer [data-aos-order="3"] {
  animation-delay: 590ms;
}
.aos-initialized .banner-image--fade .countdown-timer [data-aos-order="4"] {
  animation-delay: 665ms;
}
.aos-initialized .banner-image--fade .countdown-timer [data-aos-order="5"] {
  animation-delay: 710ms;
}
.aos-initialized .promotion-row [data-aos-order="1"],
.aos-initialized .split-images-section [data-aos-order="1"],
.aos-initialized .banner-image--zoom-out [data-aos-order="1"],
.aos-initialized .slider--zoom-out [data-aos-order="1"] {
  animation-delay: 250ms;
}
.aos-initialized .promotion-row [data-aos-order="2"],
.aos-initialized .split-images-section [data-aos-order="2"],
.aos-initialized .banner-image--zoom-out [data-aos-order="2"],
.aos-initialized .slider--zoom-out [data-aos-order="2"] {
  animation-delay: 250ms;
}
.aos-initialized .promotion-row .promotion-row__item__heading [data-aos-order="1"],
.aos-initialized .split-images-section .split-images__heading [data-aos-order="1"],
.aos-initialized .banner-image--zoom-out .banner-image__heading [data-aos-order="1"],
.aos-initialized .slider--zoom-out .slide__heading [data-aos-order="1"] {
  animation-delay: 150ms;
}
.aos-initialized .promotion-row .promotion-row__item__heading [data-aos-order="2"],
.aos-initialized .split-images-section .split-images__heading [data-aos-order="2"],
.aos-initialized .banner-image--zoom-out .banner-image__heading [data-aos-order="2"],
.aos-initialized .slider--zoom-out .slide__heading [data-aos-order="2"] {
  animation-delay: 292.5ms;
}
.aos-initialized .promotion-row .promotion-row__item__heading [data-aos-order="3"],
.aos-initialized .split-images-section .split-images__heading [data-aos-order="3"],
.aos-initialized .banner-image--zoom-out .banner-image__heading [data-aos-order="3"],
.aos-initialized .slider--zoom-out .slide__heading [data-aos-order="3"] {
  animation-delay: 420ms;
}
.aos-initialized .promotion-row .promotion-row__item__heading [data-aos-order="4"],
.aos-initialized .split-images-section .split-images__heading [data-aos-order="4"],
.aos-initialized .banner-image--zoom-out .banner-image__heading [data-aos-order="4"],
.aos-initialized .slider--zoom-out .slide__heading [data-aos-order="4"] {
  animation-delay: 532.5ms;
}
.aos-initialized .promotion-row .promotion-row__item__heading [data-aos-order="5"],
.aos-initialized .split-images-section .split-images__heading [data-aos-order="5"],
.aos-initialized .banner-image--zoom-out .banner-image__heading [data-aos-order="5"],
.aos-initialized .slider--zoom-out .slide__heading [data-aos-order="5"] {
  animation-delay: 630ms;
}
.aos-initialized .promotion-row .promotion-row__item__heading [data-aos-order="6"],
.aos-initialized .split-images-section .split-images__heading [data-aos-order="6"],
.aos-initialized .banner-image--zoom-out .banner-image__heading [data-aos-order="6"],
.aos-initialized .slider--zoom-out .slide__heading [data-aos-order="6"] {
  animation-delay: 712.5ms;
}
.aos-initialized .promotion-row .promotion-row__item__heading [data-aos-order="7"],
.aos-initialized .split-images-section .split-images__heading [data-aos-order="7"],
.aos-initialized .banner-image--zoom-out .banner-image__heading [data-aos-order="7"],
.aos-initialized .slider--zoom-out .slide__heading [data-aos-order="7"] {
  animation-delay: 780ms;
}
.aos-initialized .promotion-row .promotion-row__item__heading [data-aos-order="8"],
.aos-initialized .split-images-section .split-images__heading [data-aos-order="8"],
.aos-initialized .banner-image--zoom-out .banner-image__heading [data-aos-order="8"],
.aos-initialized .slider--zoom-out .slide__heading [data-aos-order="8"] {
  animation-delay: 832.5ms;
}
.aos-initialized .promotion-row .promotion-row__item__heading [data-aos-order="9"],
.aos-initialized .split-images-section .split-images__heading [data-aos-order="9"],
.aos-initialized .banner-image--zoom-out .banner-image__heading [data-aos-order="9"],
.aos-initialized .slider--zoom-out .slide__heading [data-aos-order="9"] {
  animation-delay: 870ms;
}
.aos-initialized .promotion-row .promotion-row__item__heading [data-aos-order="10"],
.aos-initialized .split-images-section .split-images__heading [data-aos-order="10"],
.aos-initialized .banner-image--zoom-out .banner-image__heading [data-aos-order="10"],
.aos-initialized .slider--zoom-out .slide__heading [data-aos-order="10"] {
  animation-delay: 892.5ms;
}
.aos-initialized .banner-image--zoom-out .countdown-timer [data-aos-order="1"] {
  animation-delay: 250ms;
}
.aos-initialized .banner-image--zoom-out .countdown-timer [data-aos-order="2"] {
  animation-delay: 385ms;
}
.aos-initialized .banner-image--zoom-out .countdown-timer [data-aos-order="3"] {
  animation-delay: 490ms;
}
.aos-initialized .banner-image--zoom-out .countdown-timer [data-aos-order="4"] {
  animation-delay: 565ms;
}
.aos-initialized .banner-image--zoom-out .countdown-timer [data-aos-order="5"] {
  animation-delay: 610ms;
}
.aos-initialized .banner-image--wipe [data-aos-order="1"],
.aos-initialized .slider--wipe [data-aos-order="1"] {
  animation-delay: 500ms;
}
.aos-initialized .banner-image--wipe [data-aos-order="2"],
.aos-initialized .slider--wipe [data-aos-order="2"] {
  animation-delay: 500ms;
}
.aos-initialized .banner-image--wipe .banner-image__heading [data-aos-order="1"],
.aos-initialized .slider--wipe .slide__heading [data-aos-order="1"] {
  animation-delay: 400ms;
}
.aos-initialized .banner-image--wipe .banner-image__heading [data-aos-order="2"],
.aos-initialized .slider--wipe .slide__heading [data-aos-order="2"] {
  animation-delay: 542.5ms;
}
.aos-initialized .banner-image--wipe .banner-image__heading [data-aos-order="3"],
.aos-initialized .slider--wipe .slide__heading [data-aos-order="3"] {
  animation-delay: 670ms;
}
.aos-initialized .banner-image--wipe .banner-image__heading [data-aos-order="4"],
.aos-initialized .slider--wipe .slide__heading [data-aos-order="4"] {
  animation-delay: 782.5ms;
}
.aos-initialized .banner-image--wipe .banner-image__heading [data-aos-order="5"],
.aos-initialized .slider--wipe .slide__heading [data-aos-order="5"] {
  animation-delay: 880ms;
}
.aos-initialized .banner-image--wipe .banner-image__heading [data-aos-order="6"],
.aos-initialized .slider--wipe .slide__heading [data-aos-order="6"] {
  animation-delay: 962.5ms;
}
.aos-initialized .banner-image--wipe .banner-image__heading [data-aos-order="7"],
.aos-initialized .slider--wipe .slide__heading [data-aos-order="7"] {
  animation-delay: 1030ms;
}
.aos-initialized .banner-image--wipe .banner-image__heading [data-aos-order="8"],
.aos-initialized .slider--wipe .slide__heading [data-aos-order="8"] {
  animation-delay: 1082.5ms;
}
.aos-initialized .banner-image--wipe .banner-image__heading [data-aos-order="9"],
.aos-initialized .slider--wipe .slide__heading [data-aos-order="9"] {
  animation-delay: 1120ms;
}
.aos-initialized .banner-image--wipe .banner-image__heading [data-aos-order="10"],
.aos-initialized .slider--wipe .slide__heading [data-aos-order="10"] {
  animation-delay: 1142.5ms;
}
.aos-initialized .banner-image--wipe .countdown-timer [data-aos-order="1"] {
  animation-delay: 500ms;
}
.aos-initialized .banner-image--wipe .countdown-timer [data-aos-order="2"] {
  animation-delay: 635ms;
}
.aos-initialized .banner-image--wipe .countdown-timer [data-aos-order="3"] {
  animation-delay: 740ms;
}
.aos-initialized .banner-image--wipe .countdown-timer [data-aos-order="4"] {
  animation-delay: 815ms;
}
.aos-initialized .banner-image--wipe .countdown-timer [data-aos-order="5"] {
  animation-delay: 860ms;
}
.aos-initialized .countdown [data-aos-order="1"] {
  animation-delay: 150ms;
}
.aos-initialized .countdown [data-aos-order="2"] {
  animation-delay: 324ms;
}
.aos-initialized .countdown [data-aos-order="3"] {
  animation-delay: 486ms;
}
.aos-initialized .countdown [data-aos-order="4"] {
  animation-delay: 636ms;
}
.aos-initialized .countdown [data-aos-order="5"] {
  animation-delay: 774ms;
}
.aos-initialized .countdown [data-aos-order="6"] {
  animation-delay: 900ms;
}
.aos-initialized .countdown [data-aos-order="7"] {
  animation-delay: 1014ms;
}
.aos-initialized .countdown [data-aos-order="8"] {
  animation-delay: 1116ms;
}
.aos-initialized .countdown [data-aos-order="9"] {
  animation-delay: 1206ms;
}
.aos-initialized .countdown [data-aos-order="10"] {
  animation-delay: 1284ms;
}
.aos-initialized .countdown [data-aos-order="11"] {
  animation-delay: 1350ms;
}
.aos-initialized .countdown [data-aos-order="12"] {
  animation-delay: 1404ms;
}
.aos-initialized .countdown [data-aos-order="13"] {
  animation-delay: 1446ms;
}
.aos-initialized .countdown [data-aos-order="14"] {
  animation-delay: 1476ms;
}
.aos-initialized .countdown [data-aos-order="15"] {
  animation-delay: 1494ms;
}
.aos-initialized .promotion-row__item__heading [data-aos=hero],
.aos-initialized .split-images__heading [data-aos=hero],
.aos-initialized .slide__heading [data-aos=hero],
.aos-initialized .banner-image__heading [data-aos=hero] {
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

@keyframes heroFade {
  from {
    opacity: 0.001;
    transform: translate3d(0, var(--move-offset), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes headingFade {
  0% {
    -webkit-mask-size: 0%;
            mask-size: 0%;
  }
  100% {
    -webkit-mask-size: 500%;
            mask-size: 500%;
  }
}
@keyframes comeInFromRight {
  from {
    opacity: 0.001;
    transform: translate3d(var(--move-offset), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes whenActiveAnimateUp {
  from {
    opacity: 0.001;
    transform: translate3d(0, var(--move-offset), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 767px) {
  html.iframe [data-aos]:not([data-aos=hero]) {
    opacity: 1 !important;
    transform: none !important;
  }
}

.no-js .aos-initialized [data-aos][data-aos] {
  opacity: 1;
  transform: none;
}

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

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

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

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

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

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

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
  opacity: 0.001 !important;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
  opacity: 1 !important;
  visibility: visible;
}

:root {
  --flickity-btn-size: 40px;
  --flickity-btn-position: 10px;
}
@media only screen and (min-width: 1024px) {
  :root {
    --flickity-btn-position: calc(var(--flickity-btn-size) / -2);
  }
}

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

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

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

.flickity-page-dots {
  pointer-events: none;
}

.flickity-page-dots .dot {
  border: var(--BORDER-WIDTH) solid var(--text);
  background-color: transparent;
  transition: border 0.5s ease, width 0.5s ease, opacity 0.5s ease;
  border-radius: 5px;
  pointer-events: auto;
}

.flickity-page-dots .dot.is-selected {
  width: 25px;
}

.flickity-page-dots .dot:only-child {
  visibility: hidden;
}

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

.flickity-prev-next-button,
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  width: var(--flickity-btn-size);
  height: var(--flickity-btn-size);
  color: var(--text);
  background: var(--bg);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 5px rgba(0, 0, 0, 0.06);
  transform: translateY(-50%);
  transform-origin: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  border-radius: 50%;
  transform-origin: top;
  transition: opacity 0.2s ease, transform 0.25s ease-out, visibility 0s linear 0.2s;
}
.flickity-prev-next-button:hover,
.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
  background: var(--bg);
  transform: scale(1.12) translateY(-50%);
}

.pswp__button--arrow--left {
  left: var(--flickity-btn-position);
}

.pswp__button--arrow--right {
  right: var(--flickity-btn-position);
}

.flickity-prev-next-button.previous {
  left: var(--flickity-btn-position);
}

.flickity-prev-next-button.next {
  right: var(--flickity-btn-position);
}

.flickity-prev-next-button {
  --icon-size: 18px;
  opacity: 0;
  transform: scale(0) translateY(-50%);
  visibility: hidden;
}

.pswp__button {
  --icon-size: 18px;
  opacity: 1;
  visibility: visible;
}

.flickity-prev-next-button:before,
.pswp__button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: var(--icon-size);
  height: var(--icon-size);
  background: var(--text);
  -webkit-mask-size: var(--icon-size);
          mask-size: var(--icon-size);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  max-width: 100%;
  max-height: 100%;
}

.pswp__button--close:before {
  content: none;
}

.flickity-prev-next-button.previous:before,
.pswp__button--arrow--left:before {
  -webkit-mask-image: var(--ICON-ARROW-RIGHT);
          mask-image: var(--ICON-ARROW-RIGHT);
  transform: rotate(180deg);
}

.flickity-prev-next-button.next:before,
.pswp__button--arrow--right:before {
  -webkit-mask-image: var(--ICON-ARROW-RIGHT);
          mask-image: var(--ICON-ARROW-RIGHT);
}

.supports-touch .flickity-prev-next-button:not(:disabled),
.flickity-enabled:hover > .flickity-prev-next-button:not(:disabled),
.flickity-enabled:hover .flickity-button-holder .flickity-prev-next-button:not(:disabled),
section:hover .flickity-enabled > .flickity-prev-next-button:not(:disabled) {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-50%);
  transition-delay: 0s;
}
.supports-touch .flickity-prev-next-button:not(:disabled):hover,
.flickity-enabled:hover > .flickity-prev-next-button:not(:disabled):hover,
.flickity-enabled:hover .flickity-button-holder .flickity-prev-next-button:not(:disabled):hover,
section:hover .flickity-enabled > .flickity-prev-next-button:not(:disabled):hover {
  transform: scale(1.12) translateY(-50%);
}

body:not(.no-outline) .flickity-prev-next-button {
  opacity: 1;
  visibility: visible;
  transform: none;
}
body:not(.no-outline) .flickity-button:focus {
  box-shadow: 0 0 0 5px #19F;
}

.shopify-model-viewer-ui {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body:not(.no-outline) model-viewer:focus,
body:not(.no-outline) model-viewer.focus-visible {
  outline: -webkit-focus-ring-color auto 5px;
}

/*================ PhotoSwipe ================*/
/* by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp__custom-native video {
  width: 100%;
  height: auto;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
  cursor: var(--icon-zoom-in), zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: zoom-out;
  cursor: var(--icon-zoom-out), zoom-out;
}

.pswp--dragging .pswp__img {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 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 {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  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;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: calc(0.875rem * var(--FONT-ADJUST-BODY));
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
  text-decoration-thickness: var(--BORDER-WIDTH);
}

/*================ Blog post item ================*/
.blog__post {
  padding-left: 0;
  padding-right: 0;
  --grid-mobile: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 768px) {
  .blog__post {
    grid-template-columns: var(--grid);
  }
}

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

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

@media only screen and (min-width: 768px) {
  .blog__post--four-col {
    --grid: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .blog__post--four-col {
    --grid: repeat(4, minmax(0, 1fr));
  }
}

.blog--standard .blog__post-image-link {
  margin-bottom: 16px;
}

.blog__post-item {
  word-break: break-word;
}

.blog__post-image-link {
  position: relative;
  padding-top: var(--image-height);
  display: block;
  overflow: hidden;
}

.blog__post-image {
  z-index: 0;
  background: unset;
}

.blog__post-excerpt-link {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.blog__post-comments {
  margin-bottom: 0;
}

.blog__comments-link {
  color: var(--text);
}

.blog__post-image--accent {
  background: var(--accent);
}

.blog__post-image--default {
  background: var(--text-alpha-25);
}

.blog__post-tags a:after {
  content: ",";
}

.blog__post-tags a:last-child:after {
  content: none;
}

.blog__post-overlay {
  display: none;
}

.blog__post-tags {
  margin-bottom: 16px;
  line-height: 1.25;
}

@media (hover: hover) {
  .blog__post-tags-link:hover,
  .blog__comments-link:hover {
    text-decoration: underline;
    text-decoration-thickness: var(--BORDER-WIDTH);
  }
}
.blog__post-title,
.blog__post-meta {
  margin: 0 0 8px;
}

@media only screen and (max-width: 479px) {
  .blog--photo .blog__post-meta > * {
    display: block;
  }
}

.blog__post-meta > *:not(:last-child):after {
  content: "•";
  padding: 0 7px;
}
@media only screen and (max-width: 479px) {
  .blog--photo .blog__post-meta > *:not(:last-child):after {
    display: none;
  }
}

.blog__post-meta {
  line-height: 1.25;
}

.blog--photo .blog__post-title {
  margin-bottom: 12px;
}
.blog--photo .blog__post-item {
  position: relative;
  overflow: hidden;
}
.blog--photo .blog__post-excerpt-link {
  display: none;
}
.blog--photo .blog__post-content {
  position: absolute;
  padding: calc(var(--gutter) / 3);
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.blog--photo .blog__post-content a {
  pointer-events: auto;
}
.blog--photo .blog__post-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.blog--photo .blog__post-meta {
  margin-bottom: 0;
}
.blog--photo .blog__post-content,
.blog--photo .blog__post-title-link,
.blog--photo .blog__post-tags-link,
.blog--photo .blog__post-comments a {
  color: var(--white);
}
@media only screen and (min-width: 480px) and (max-width: 1280px) {
  .blog--photo .collection__products .one-third .blog__post-title,
  .blog--photo .collection__products .one-quarter .blog__post-title {
    margin-bottom: 10px;
    font-size: calc(1.16rem * var(--adjust-heading));
  }
  .blog--photo .collection__products .one-third .blog__post-tags,
  .blog--photo .collection__products .one-quarter .blog__post-tags {
    margin-bottom: 10px;
    font-size: calc(0.75rem * var(--adjust-body));
  }
  .blog--photo .collection__products .one-third .blog__post-meta,
  .blog--photo .collection__products .one-quarter .blog__post-meta {
    font-size: calc(0.75rem * var(--adjust-body));
  }
  .blog--photo .collection__products .one-third .blog__post-meta > *,
  .blog--photo .collection__products .one-quarter .blog__post-meta > * {
    display: block;
  }
  .blog--photo .collection__products .one-third .blog__post-meta > *:not(:last-child):after,
  .blog--photo .collection__products .one-quarter .blog__post-meta > *:not(:last-child):after {
    display: none;
  }
  .blog--photo .collection__products .one-third .blog__post-content,
  .blog--photo .collection__products .one-quarter .blog__post-content {
    padding: calc(var(--gutter) / 4);
  }
}
@media only screen and (max-width: 479px) {
  .blog--photo .collection__products .mobile--one-half .blog__post-title {
    margin-bottom: 10px;
    font-size: calc(1.16rem * var(--adjust-heading));
  }
  .blog--photo .collection__products .mobile--one-half .blog__post-tags {
    margin-bottom: 10px;
    font-size: calc(0.75rem * var(--adjust-body));
  }
  .blog--photo .collection__products .mobile--one-half .blog__post-meta {
    font-size: calc(0.75rem * var(--adjust-body));
  }
  .blog--photo .collection__products .mobile--one-half .blog__post-meta > * {
    display: block;
  }
  .blog--photo .collection__products .mobile--one-half .blog__post-meta > *:not(:last-child):after {
    display: none;
  }
  .blog--photo .collection__products .mobile--one-half .blog__post-content {
    padding: calc(var(--gutter) / 4);
  }
}

.body--rounded-corners .blog__post-overlay,
.body--rounded-corners .blog--photo .blog__post-item,
.body--rounded-corners .blog__post-item .background-size-cover,
.body--rounded-corners .blog__post-image-link {
  border-radius: var(--radius);
  overflow: hidden;
}
.body--rounded-corners .blog__post-image-link {
  transform: translateZ(0);
}

body:not(.no-outline) .blog--photo .blog__post-item:focus-within,
body:not(.no-outline) .blog__post-image-link:focus .blog__post-image {
  outline: -webkit-focus-ring-color auto 5px;
}

/*================ Breadcrumbs ================*/
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: calc(0.875rem * var(--adjust-body));
}

.breadcrumbs__link,
.breadcrumbs__sep {
  margin-right: 7px;
}

/*================ Card scrolling effect ================*/
body:has(.card-scrolling-effect) {
  --offset: 100px;
  --sticky-top: 0;
}
body:has(.card-scrolling-effect):has([data-header-sticky]) {
  --sticky-top: var(--header-sticky-height);
}
body:has(.card-scrolling-effect):has([data-header-sticky]) .main-content > .shopify-section:first-child {
  --sticky-top: 0;
}

.shopify-section:has(.card-scrolling-effect) {
  position: sticky;
  top: var(--sticky-top);
}
.shopify-section:has(.card-scrolling-effect).sticky-top-zero {
  top: 0;
}
.shopify-section:has(.card-scrolling-effect).card-scrolling-hidden {
  opacity: 0;
  visibility: hidden;
}
.shopify-section:has(.card-scrolling-effect).slideshow {
  background-color: var(--bg);
}
.shopify-section:has(.card-scrolling-effect):not(:last-child) .item,
.shopify-section:has(.card-scrolling-effect):not(:last-child) .banner-image__text-container {
  padding-bottom: var(--offset);
}
.shopify-section:has(.card-scrolling-effect):not(:last-child) .flickity-page-dots {
  bottom: calc(10px + var(--offset));
}
.main-content > .shopify-section:has(.card-scrolling-effect) + .shopify-section {
  top: 1px;
  margin-top: calc(var(--offset) * -1);
}
.main-content > .shopify-section:has(.card-scrolling-effect) + .shopify-section:has(.card-scrolling-effect) {
  top: var(--sticky-top);
}
.main-content > .shopify-section:has(.card-scrolling-effect) ~ .shopify-section:not(:has(.card-scrolling-effect)) {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: var(--bg);
  transform: translateZ(0);
}
.main-content > .shopify-section:has(.card-scrolling-effect) ~ .shopify-section:not(:has(.card-scrolling-effect)) .recent-products,
.main-content > .shopify-section:has(.card-scrolling-effect) ~ .shopify-section:not(:has(.card-scrolling-effect)) .related-products,
.main-content > .shopify-section:has(.card-scrolling-effect) ~ .shopify-section:not(:has(.card-scrolling-effect)) .section-marquee,
.main-content > .shopify-section:has(.card-scrolling-effect) ~ .shopify-section:not(:has(.card-scrolling-effect)) section {
  background: var(--bg);
}
.main-content > .shopify-section:has(.card-scrolling-effect) ~ .shopify-section:has(.collection__filters), .main-content > .shopify-section:has(.card-scrolling-effect) ~ .shopify-section:has(.drawer) {
  transform: none;
}
.shopify-section:has(.card-scrolling-effect) .card-scrolling-effect:after {
  content: "";
  z-index: 101;
  position: absolute;
  inset: 0;
  background: var(--COLOR-BLACK-WHITE-ALPHA-34);
  pointer-events: none;
  opacity: var(--card-scrolling-overlay, 0);
}
.body--rounded-corners .main-content > .shopify-section:has(.card-scrolling-effect) + .shopify-section {
  --card-scrolling-radius: calc(var(--radius) * 2);
  border-radius: var(--card-scrolling-radius) var(--card-scrolling-radius) 0 0;
  contain: paint;
}
.body--rounded-corners .main-content > .shopify-section:has(.card-scrolling-effect) + .shopify-section:has(.collection__filters), .body--rounded-corners .main-content > .shopify-section:has(.card-scrolling-effect) + .shopify-section:has(.drawer) {
  contain: none;
  overflow: clip;
}

.body--rounded-corners .main-content > .shopify-section:has(.card-scrolling-effect--rounded-large) + .shopify-section {
  --card-scrolling-radius: 34px;
}

/*================ Cart collections ================*/
.cart-collections {
  width: var(--drawer-width);
  max-width: 100%;
  margin: var(--inner) auto 0;
}
.cart-drawer__empty-message .cart-collections {
  width: 100%;
}

.cart-collections__inner {
  display: flex;
  flex-flow: row wrap;
  margin: 0 calc(-1 * var(--grid-gutter) / 4);
}

.cart-collection {
  width: 50%;
  padding: calc(var(--grid-gutter) / 4);
  text-align: left;
}
.cart-collection.one-whole {
  width: 100%;
}

.cart-collection__link {
  position: relative;
  display: block;
}

.cart-collection__image {
  padding-top: 100%;
  position: relative;
}
.one-whole .cart-collection__image {
  padding-top: 50%;
}

.cart-collection__title {
  margin: calc(var(--inner) / 2) 0;
  color: var(--text);
}
.cart-collection--overlay-text .cart-collection__title {
  --icon-size: 18px;
  position: absolute;
  left: calc(var(--inner) / 2);
  right: calc(var(--inner) / 2);
  bottom: calc(var(--inner) / 2);
  z-index: 3;
  margin: 0;
  padding-right: calc(var(--icon-size) + 10px);
}
.cart-collection--overlay-text .cart-collection__title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  width: var(--icon-size);
  height: var(--icon-size);
  background: var(--text);
  max-width: 100%;
  max-height: 100%;
  -webkit-mask: var(--ICON-ARROW-RIGHT) center center/var(--icon-size) no-repeat;
          mask: var(--ICON-ARROW-RIGHT) center center/var(--icon-size) no-repeat;
}
.one-whole.cart-collection--overlay-text .cart-collection__title {
  --icon-size: 30px;
  --heading-size: calc(2rem * var(--adjust-heading));
  left: var(--inner);
  right: var(--inner);
  bottom: var(--inner);
}
@media only screen and (max-width: 1439px) {
  .one-whole.cart-collection--overlay-text .cart-collection__title {
    --heading-size: calc(1.8rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .one-whole.cart-collection--overlay-text .cart-collection__title {
    --heading-size: calc(1.7rem * var(--adjust-heading));
  }
}

.body--rounded-corners .cart-collection__image,
.body--rounded-corners .cart-collection--overlay-text .cart-collection__link {
  border-radius: var(--radius);
  overflow: hidden;
}

/*================ Cart Drawer ================*/
@media only screen and (max-width: 479px) {
  :root {
    --drawer-width: 100vw;
  }
}

.cart-drawer {
  will-change: transform;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  max-width: 95%;
  min-width: 320px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: var(--drawer-width);
  left: 100vw;
  background-color: var(--bg);
  visibility: hidden;
  opacity: 0;
  transition: transform 0.4s ease-in-out, visibility 0s linear 0.4s, opacity 1s;
  transition-behavior: allow-discrete;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cart-drawer::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 479px) {
  .cart-drawer {
    max-width: 100%;
  }
}
.cart-drawer.is-loading .cart__item a {
  pointer-events: none;
}
.cart-drawer .cart__item__price del {
  display: block;
}
.cart-drawer .cart__item__price ins {
  margin-right: 0;
}
.cart-drawer .cart__discounts {
  margin-bottom: var(--inner);
}
.cart-drawer .cart__discounts .cart__total {
  font-weight: inherit;
}
.cart-drawer .cart__total__money:before {
  content: "•";
  margin: 0 5px;
}
.cart-drawer .loader--line {
  position: absolute;
  top: 0;
}

.js-drawer-open-cart .cart-drawer {
  content-visibility: visible;
  visibility: visible;
  opacity: 1;
  transform: translateX(calc(-1 * var(--drawer-width)));
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.175, 1), visibility 0s linear, opacity 0.4s;
  transition-behavior: allow-discrete;
}

.cart-drawer__head {
  position: relative;
  display: block;
  width: 100%;
  padding: calc(var(--inner) / 2) var(--inner);
  border-bottom: var(--BORDER-WIDTH) solid var(--text);
}
.cart-drawer__head h3 {
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
  font-size: calc(2rem * var(--adjust-heading));
  margin: 0 30px 0 0;
  display: grid;
  grid-template-columns: min-content auto;
  gap: 5px;
  align-items: center;
}

.cart-drawer__item-qty {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(0.815rem * var(--adjust-heading));
  text-transform: none;
}
.cart-drawer__item-qty:before {
  content: "  (";
}
.cart-drawer__item-qty:after {
  content: ")";
}

.cart-drawer__close {
  position: absolute;
  top: 8px;
  right: 0;
  width: 54px;
  height: 54px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
  top: -2px;
  padding: 15px;
}
.cart-drawer__close svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.cart-drawer__close:hover svg {
  transform: rotate(90deg);
}

.cart-drawer__body {
  flex: 1;
  width: 100%;
  min-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cart-drawer__body::-webkit-scrollbar {
  display: none;
}
.cart-drawer__body .cart__widgets:has(.cart-notes.hidden) {
  border: none;
}
.cart-drawer__body .cart__widgets:has(.product-upsell__holder), .cart-drawer__body .cart__widgets:has(.cart__widget__wrapper) {
  border-top: var(--BORDER-WIDTH) solid var(--text);
}
.cart-drawer__body .cart__pair {
  padding: var(--inner);
  margin-bottom: 0;
  border: none;
}
.cart-drawer__body .cart__widget__wrapper {
  padding: var(--inner);
}
.cart-drawer__body .cart__widget__wrapper .cart__widget:last-of-type {
  margin-bottom: 0;
}

.cart-drawer__foot {
  position: relative;
  width: 100%;
  margin-top: auto;
  padding: var(--inner);
  border-top: var(--BORDER-WIDTH) solid var(--text);
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px 0;
}
.cart-drawer__foot .cart__foot-inner {
  padding: 0;
}

.cart-drawer__empty-message {
  padding: var(--inner);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cart-drawer__empty-message.visually-hidden {
  padding: 0;
  margin: 0;
}
.cart-drawer__empty-message.hidden {
  display: none;
}
.cart-drawer__empty-message > p {
  margin: 0 0 0.5em;
}
.cart-drawer__empty-message .btn:not(.btn--text), .cart-drawer__empty-message .shopify-payment-button__button--unbranded:not(.btn--text) {
  width: 100%;
}

.cart-drawer__empty-message--bottom {
  padding: 0;
}

.cart-drawer__empty-message-bottom {
  margin-top: auto;
}
.cart-drawer__empty-message-bottom p {
  font-size: calc(1rem * var(--adjust-accent));
}

.cart-drawer__errors {
  position: sticky;
  top: 0;
  z-index: 9;
  background: var(--bg);
}
.cart-drawer__errors .cart__errors__inner {
  padding: 10px 40px 10px 20px;
  margin: calc(var(--inner) / 2) 0 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/*================ Cart empty buttons ================*/
.cart-empty-buttons {
  display: grid;
  gap: calc(var(--inner) / 2);
  grid-template-columns: minmax(0, 1fr);
}
.cart-empty-buttons .btn, .cart-empty-buttons .shopify-payment-button__button--unbranded {
  justify-self: center;
}
.cart-empty-buttons + .cart-drawer__empty-message-bottom {
  margin-top: 0;
}
.cart-drawer__empty-message .cart-empty-buttons:last-child {
  padding-bottom: var(--inner);
}

.cart-empty-buttons__item:not(.cart-empty-buttons__item--text) {
  line-height: 0;
}

/*================ Cart message ================*/
.cart-message {
  display: flex;
  flex-flow: row nowrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: var(--inner);
  font-size: calc(0.815rem * var(--adjust-body));
  transition: max-height 0.3s, padding 0.3s, border 0.3s, opacity 0.3s, visibility 0.3s;
}
.cart-message p {
  font-size: inherit;
}
.cart-drawer .cart-message {
  justify-content: center;
  padding-top: calc(var(--inner) / 2);
  padding-bottom: calc(var(--inner) / 2);
}
.cart .cart-message {
  padding: 0 0 var(--inner);
  margin: 0;
}

.cart-message__success,
.cart-message__default {
  padding-bottom: 6px;
}

.cart-message__success {
  display: none;
}

.is-success .cart-message__success {
  display: inline;
}

.is-success .cart-message__success ~ .cart-message__default {
  display: none;
}

.cart-message.is-hidden,
.cart-message__default.is-hidden {
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  padding: 0 15px;
  border: none;
  opacity: 0;
}

.cart-message--custom {
  text-align: center;
  background: var(--accent);
}
.cart-message--custom p {
  margin: 0 auto;
}

.cart-drawer .cart-message--drawer {
  background: var(--bg);
  border-bottom: var(--BORDER-WIDTH) solid var(--text);
  position: relative;
  z-index: 5;
}
.cart-drawer .cart-message__success,
.cart-drawer .cart-message__default {
  font-size: calc(0.815rem * var(--adjust-body));
  padding-bottom: 2px;
}
.cart-drawer .cart-message--custom p {
  font-size: inherit;
}

.cart .cart-message--custom {
  padding: 16px var(--inner);
  margin-bottom: var(--inner);
}
.body--rounded-corners .cart .cart-message {
  border-radius: var(--radius);
  overflow: hidden;
}

.cart-message__progress-holder {
  display: block;
  width: 100%;
}

.cart-message__progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 100%;
  height: 7px;
  border-radius: 6px;
  background-color: var(--text-alpha-10);
  color: var(--PRIMARY-BUTTONS-COLOR-BG);
}

.cart-message__progress:nth-child(2) {
  display: none;
}

.cart-message__progress::-webkit-progress-bar {
  background-color: transparent;
  border-radius: 6px;
}

.cart-message__progress::-webkit-progress-value {
  background-color: var(--accent);
  border-radius: 6px;
}

.aos-initialized .cart-message__progress::-webkit-progress-value {
  width: 0 !important;
  -webkit-transition: width 1s ease 0s;
  transition: width 1s ease 0s;
}

.aos-initialized .cart .cart-message__progress::-webkit-progress-value,
.aos-initialized .cart-message--drawer.aos-animate .cart-message__progress::-webkit-progress-value {
  width: min(var(--progress-width, 100%), 100%) !important;
  transition-delay: 0.5s;
}

.cart-message__progress::-moz-progress-bar {
  background-color: var(--accent);
  border-radius: 6px;
}

@-moz-document url-prefix() {
  .aos-initialized .cart-message__progress:first-child:not(:last-child) {
    display: none;
  }
  .aos-initialized .cart-message__progress:nth-child(2) {
    display: block;
  }
  .aos-initialized .cart-message__progress:indeterminate::-moz-progress-bar {
    width: 0 !important;
    -moz-transition: width 1s ease-in-out 0s;
    transition: width 1s ease-in-out 0s;
  }
  .aos-initialized .cart .cart-message__progress:indeterminate::-moz-progress-bar,
  .aos-initialized .cart-message--drawer.aos-animate .cart-message__progress:indeterminate::-moz-progress-bar {
    width: min(var(--progress-width, 100%), 100%) !important;
    transition-delay: 0.5s;
  }
}
.announcement .cart-message__success,
.announcement .cart-message__default {
  padding: 0;
}

.announcement__text .cart-message {
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: inherit;
}
.announcement__text .cart-message.is-hidden {
  visibility: visible;
  max-height: none;
  opacity: 1;
  padding: 0;
}
.announcement__text .cart-message .cart-message__default {
  padding-bottom: 0;
}
.announcement__text .cart-message .cart-message__default.is-hidden {
  display: none;
}

/*================ Circle Text ================*/
.circle-text__content {
  width: var(--circle-size);
}
@media only screen and (max-width: 767px) {
  .circle-text__content {
    max-width: 125px;
    max-height: 125px;
  }
}

.circle-text__content img {
  display: block;
  max-width: var(--circle-size);
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .circle-text__content img {
    width: auto;
    max-width: 125px;
    max-height: 125px;
  }
}

.circle-text__content svg {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  text-transform: var(--HEADING-TEXT-CAPS);
  letter-spacing: var(--LETTER-SPACING-HEADING);
  display: block;
  width: var(--circle-size);
  height: var(--circle-size);
  color: var(--circle-color);
  word-spacing: var(--circle-word-spacing);
}
@media only screen and (max-width: 767px) {
  .circle-text__content svg {
    max-width: 125px;
    max-height: 125px;
  }
}

.circle-text {
  transform: rotate(var(--rotate, 0deg));
}
@media only screen and (max-width: 767px) {
  .circle-text {
    transition: transform 0.1s linear;
  }
}
.circle-text.is-rotating {
  animation: rotate 20s infinite linear;
  animation-direction: reverse;
}
@media only screen and (max-width: 767px) {
  .circle-text.is-rotating {
    transition: none;
  }
}
.circle-text.is-static-text {
  --rotate: 75deg;
}

/*================ Collection Filters ================*/
.collection__sticky-bar {
  --text-size: calc(0.8rem * var(--adjust-body));
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  flex-basis: 100%;
  align-items: center;
  background: var(--bg);
  flex-direction: row-reverse;
  background: var(--bg);
}
@media only screen and (min-width: 768px) {
  .collection__sticky-bar {
    z-index: 3;
    margin-top: 0;
    min-height: var(--collection-sticky-bar-height);
  }
}
@media only screen and (max-width: 767px) {
  .collection__sticky-bar {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .collection--filters-disabled .collection__sticky-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.collection--sorting-disabled .collection__sticky-bar,
.collection--filters-sorting-disabled .collection__sticky-bar {
  justify-content: space-between;
}

.collection--breadcrumbs-disabled .collection__sticky-bar {
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .collection--breadcrumbs-disabled.collection--sorting-disabled .collection__sticky-bar {
    height: var(--gutter);
  }
}

.collection__filters {
  --text-size: calc(0.8rem * var(--adjust-body));
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  max-height: var(--full-height);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .collection__filters {
    --full-height: calc(100vh - var(--collection-sticky-bar-height));
    position: sticky;
    top: calc(var(--collection-sticky-bar-height) - 1px);
    width: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .collection__filters {
    margin-right: calc(var(--gutter) / 2);
  }
}
@media only screen and (min-width: 1440px) {
  .collection__filters {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .collection__filters {
    height: var(--full-height);
    background: var(--bg);
    z-index: -1;
    visibility: hidden;
    transform: translateX(100%);
    transition: var(--drawer-transition), visibility 0s linear 0.4s, z-index 0s linear 0.4s;
  }
  .collection__filters:not(.collection__filters--visible) [data-collapsible-container].is-expanded {
    visibility: hidden;
  }
  .no-js .collection__filters {
    z-index: 2;
  }
}

@media only screen and (min-width: 768px) {
  .collection--breadcrumbs-disabled .collection__filters {
    --full-height: 100vh;
    top: 0;
    margin-top: calc(-1 * var(--collection-sticky-bar-height));
    z-index: 3;
  }
}

@media only screen and (max-width: 767px) {
  .collection__filters--visible {
    z-index: 9001;
    visibility: visible;
    transform: translateX(0);
    transition: var(--drawer-transition), visibility 0s linear 0s, z-index 0s linear 0s;
  }
}

@media only screen and (min-width: 768px) {
  .collection--filters-disabled .collection__filters {
    display: none;
  }
}

.collection__filters-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: calc(var(--full-height));
}
@media only screen and (max-width: 1023px) {
  .collection__filters-wrapper {
    padding-right: calc(var(--gutter-mobile) / 2);
  }
}
@media only screen and (max-width: 479px) {
  .collection__filters-wrapper {
    padding-right: 0;
  }
}

.collection__filter {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .collection__filter:last-of-type {
    padding-bottom: var(--inner);
  }
}

.collection__sort .icon,
.collection__filter__count .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 100%;
  margin: 0 3px;
}

.collection__filters__title {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  text-transform: var(--HEADING-TEXT-CAPS);
  letter-spacing: var(--LETTER-SPACING-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
  font-size: calc(1.5rem * var(--adjust-heading));
}

.collection--filters-disabled .collection__sort__label {
  padding-top: 2px;
}

.collection__filter__title,
.collection__sort__label {
  position: relative;
  display: block;
  border-radius: 0;
  padding: 6px 40px 6px 0;
  margin: 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.is-expanded .collection__filter__count .icon-toggle-plus {
  opacity: 0;
  transform: rotate(180deg);
}

.is-expanded .collection__filter__count .icon-toggle-minus {
  opacity: 1;
  transform: rotate(180deg);
}

.is-expanded .collection__filter__count:after {
  opacity: 0;
}

.collection__filters-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: var(--full-height);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  --double-scrollbar-width: calc(1.8 * var(--scrollbar-width));
  mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent var(--double-scrollbar-width), black var(--double-scrollbar-width));
  mask-size: 100% 20000px;
  mask-position: left bottom;
  -webkit-mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent var(--double-scrollbar-width), black var(--double-scrollbar-width));
  -webkit-mask-size: 100% 20000px;
  -webkit-mask-position: left bottom;
  transition: mask-position 0.3s, -webkit-mask-position 0.3s;
}
@media only screen and (max-width: 1023px) {
  .collection__filters-list {
    --double-scrollbar-width: 0;
  }
}
.collection__filters-list:hover {
  -webkit-mask-position: left top;
}
@media only screen and (max-width: 767px) {
  .collection__filters-list {
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  .collection__filters-list {
    padding: 0;
  }
}
.no-js .collection__filters-list form {
  padding-bottom: var(--inner);
}

.collection__filters-list__inner {
  position: relative;
  width: 100%;
  padding: 0 var(--gutter-mobile);
  z-index: 1;
  flex: 1;
  height: var(--full-height);
  min-height: 250px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media only screen and (min-width: 768px) {
  .collection__filters-list__inner {
    width: calc(210px + 2 * var(--gutter-mobile));
    margin: 0 calc(-1 * var(--gutter-mobile));
  }
}
@media only screen and (min-width: 1440px) {
  .collection__filters-list__inner {
    width: calc(270px + 2 * var(--gutter-mobile));
  }
}
@media only screen and (max-width: 767px) {
  .collection__filters-list__inner {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.collection__filters-bottom {
  display: none;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 var(--gutter-mobile) var(--gutter-mobile);
  margin-top: auto;
  text-align: center;
}
.collection__filters-bottom:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 25px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--bg) 100%);
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .collection__filters-bottom.is-visible {
    display: block;
  }
}

.collection__filters__close-bottom {
  width: 100%;
  text-transform: var(--BUTTON-TEXT-CAPS);
}

.collection__filter-tags {
  list-style: none;
  display: grid;
  grid-template-columns: minmax(0, 100%);
  gap: 8px;
  align-content: start;
  padding: 10px 0;
  margin: 0;
}
.collection__filter-tags label,
.collection__filter-tags span,
.collection__filter-tags input,
.collection__filter-tags .collection__filter-tag--swatch span {
  font-size: var(--text-size);
}
.is-expanded .collection__filter-tags {
  visibility: visible;
  pointer-events: auto;
}
.collection__filter-actions .collection__filter-tags {
  margin-right: -5px;
}

.collection__sort-bar .collection__filter-tags {
  padding: 0;
  gap: 0;
}

.collection__filter-tags--swatches {
  display: grid;
  gap: normal;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
  .collection__filter-tags-wrapper .collection__filter-tags--swatches {
    padding-top: 8px;
  }
}

.collection__filter-tag--default {
  margin-bottom: 0;
}
.collection__filter-tag--default:last-child {
  margin-bottom: 0.25em;
}
.collection__filter-tag--default .filter__button {
  display: block;
  padding-left: 22px;
  position: relative;
  text-align: left;
}
.collection__filter-tag--default .filter__button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  color: var(--white);
  border-radius: var(--RADIUS-CHECKBOX);
  border: var(--BORDER-WIDTH) solid var(--text);
}
@media only screen and (max-width: 767px) {
  .collection__filter-tag--default .filter__button:before {
    top: 3px;
  }
}
.collection__filter-tag--default .filter__input:checked ~ .filter__button:before, .collection__filter-tag--default.is-active .filter__button:before {
  background: var(--text) var(--icon-check) no-repeat center center;
  background-size: 14px auto;
}
.collection__filter-tag--default .filter__input:disabled ~ .filter__button, .collection__filter-tag--default.link--disable .filter__button {
  cursor: default;
  color: var(--disabled-grey-darken);
}
.collection__filter-tag--default .filter__input:disabled ~ .filter__button:before, .collection__filter-tag--default.link--disable .filter__button:before {
  background: var(--text-alpha-15);
  border: 0;
}
@media only screen and (max-width: 479px) {
  .collection__filter-tag--default {
    padding-right: 0;
  }
}

.collection__filter-tags--images .image__label {
  position: relative;
  padding: 0;
}

.collection__filter-tags--images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.collection__filter-tags--circle .filter__image {
  border-radius: var(--RADIUS-TINY);
  overflow: hidden;
}

.filter__image {
  position: relative;
}
.filter__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 0;
  border: var(--BORDER-WIDTH) solid var(--bg);
  margin: 5px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.collection__filter-tags--circle .filter__image:before {
  border-radius: var(--RADIUS-TINY);
}
.filter__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: var(--BORDER-WIDTH);
  background-color: var(--bg-alpha-60);
  transform: rotate(135deg);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.collection__filter-tags--images .filter__input:checked ~ .filter__image:before,
.collection__filter-tags--images .filter__input:checked ~ .filter__image .icon-check,
.filter__input:disabled ~ .filter__image:after {
  opacity: 1;
  visibility: visible;
}

.filter__input:disabled ~ .filter__image {
  opacity: 0.5;
}

.image__label:hover {
  cursor: pointer;
}
.filter__input:disabled ~ .filter__image .image__label:hover {
  cursor: default;
}

.image__label .icon-check {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  width: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0s;
  fill: var(--white);
}

.collection__filter-tag.is-hidden {
  display: none;
}

.collection__filter-actions {
  margin-top: -5px;
  width: 100%;
  padding-bottom: 10px;
  grid-column: 1/-1;
}
.collection__filter-actions:last-child {
  margin-bottom: 0;
}
.no-js .collection__filter-actions {
  margin-bottom: 0;
  padding-bottom: 0;
}

.collection__filters-more {
  margin-left: 0;
  margin-top: 10px;
}
.collection__filters-more > * {
  pointer-events: none;
}
.collection__filters-more span:nth-child(1) {
  display: inline-block;
}
.collection__filters-more span:nth-child(2) {
  display: none;
}
.no-js .collection__filters-more {
  display: none;
}
.collection__filter-tags--swatches .collection__filters-more {
  margin-top: 5px;
}

.collection__filters-more.is-expanded span:nth-child(1) {
  display: none;
}
.collection__filters-more.is-expanded span:nth-child(2) {
  display: inline-block;
}

.collection__filter-tag--swatch {
  display: flex;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 8px;
  padding: 0 2px;
  word-break: break-word;
}
@media only screen and (max-width: 479px) {
  .collection__filter-tag--swatch {
    margin-bottom: 16px;
  }
}
.collection__filter-tag--swatch .swatch__button {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4px;
  padding: 0;
}
.collection__filter-tag--swatch .filter__input:checked ~ .swatch__button--circle .swatch__label .icon, .collection__filter-tag--swatch.is-active .swatch__button--circle .swatch__label .icon {
  opacity: 0.6;
  visibility: visible;
  transition-delay: 0s;
}
.collection__filter-tag--swatch .filter__input:checked ~ .filter__button .swatch__label:before, .collection__filter-tag--swatch.is-active .swatch__label:before {
  opacity: 1;
  visibility: visible;
}
.collection__filter-tag--swatch .filter__input:disabled ~ .filter__button, .collection__filter-tag--swatch.link--disable .filter__button {
  cursor: default;
  opacity: 0.5;
}
.collection__filter-tag--swatch .filter__input:disabled ~ .swatch__label:after, .collection__filter-tag--swatch.link--disable .swatch__label:after {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  visibility: visible;
  border-color: transparent;
  background: var(--bg-alpha-60);
  content: "";
}
.collection__filter-tag--swatch .filter__input:disabled ~ .swatch__label[data-swatch=white i]:after, .collection__filter-tag--swatch.link--disable .swatch__label[data-swatch=white i]:after {
  background-color: var(--COLOR-BLACK);
}
.collection__filter-tag--swatch .filter__input:disabled ~ .swatch__label[data-swatch=black i]:after, .collection__filter-tag--swatch.link--disable .swatch__label[data-swatch=black i]:after {
  background-color: var(--COLOR-WHITE);
}

.collection__filter-tags--swatches-rectangle .collection__filter-tag--swatch {
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .collection__filter-tags--swatches-rectangle .collection__filter-tag--swatch {
    --swatch-width: 30px;
    --swatch-height: 21px;
  }
}

.collection__filters__reset {
  display: none;
  text-decoration: underline;
  text-decoration-thickness: var(--BORDER-WIDTH);
}

.collection__filters__reset.is-visible {
  display: block;
}

.collection--no-results .collection__filters__reset {
  display: inline-block;
  width: auto;
}

.filter__button {
  font-size: var(--text-size);
  line-height: 20px;
  color: inherit;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .filter__button {
    line-height: 26px;
  }
}

.collection__sort {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .collection__sort {
    display: none;
  }
}

.no-js .collection__sort__options {
  margin-bottom: var(--inner);
}

.collection__sort-bar {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .collection__sort-bar {
    display: none;
  }
}
.collection__sort-bar .collection__sort__label {
  width: auto;
  padding-right: 0;
  display: flex;
  align-items: center;
  font-family: var(--FONT-STACK-BODY);
  font-size: var(--text-size);
  font-weight: var(--FONT-WEIGHT-BODY);
}
.collection__sort-bar .collection__sort__label .icon {
  padding: 0 4px;
  width: 22px;
  rotate: 90deg;
}
.collection__sort-bar .collection__filter-tag {
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.2s 0s, opacity 0.1s 0s;
}
.collection__sort-bar .collection__filter-tag:last-child {
  margin-bottom: 0;
}
.collection__sort-bar .collection__sort__option-wrapper--visible .collection__filter-tag {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
}

@media only screen and (min-width: 768px) {
  .collection--breadcrumbs-disabled .collection__sort-bar {
    margin-left: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .collection--breadcrumbs-disabled .collection__sort-bar {
    margin-left: calc(240px + var(--gutter) / 2);
  }
}
@media only screen and (min-width: 1440px) {
  .collection--breadcrumbs-disabled .collection__sort-bar {
    margin-left: calc(300px + var(--gutter) / 2);
  }
}

.collection--breadcrumbs-disabled.collection--filters-disabled .collection__sort-bar {
  margin-left: 0;
}

.collection__sort__button {
  display: block;
  font-size: calc(1rem * var(--adjust-body));
  line-height: 26px;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
.collection__sort__button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--text);
  margin: 3px 0;
}
.collection__sort__button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  margin: 9px 6px;
}

.collection__sort-bar .collection__sort__button {
  line-height: 24px;
}

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

.collection__sort__input:checked ~ .collection__sort__button:before {
  background: var(--text);
}

.collection__sort__input:checked ~ .collection__sort__button:after {
  background: var(--bg);
}

.collection__sort-bar .collection__sort__option-wrapper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  border: var(--BORDER-WIDTH) solid var(--text);
  overflow: hidden;
  padding: calc(var(--gutter) / 4);
  background: var(--bg);
  top: calc(50% + 16px);
  min-width: 200px;
  max-width: 320px;
  transform-origin: center top;
  transform: scaleY(0);
  transition: transform 0.2s 0.1s, opacity 0.2s 0.2s, visibility 0s 0.3s;
}

.collection__sort-bar .collection__sort__option-wrapper--visible {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: transform 0.2s, opacity 0.1s 0s, visibility 0s 0s;
}

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

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

.collection__filters-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: var(--collection-sticky-bar-height);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .collection__filters-header {
    padding-top: calc(var(--inner) / 2);
  }
}

@media only screen and (min-width: 768px) {
  .collection__filters-header.hidden {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .collection--breadcrumbs-disabled .collection__filters-list__inner {
    padding-top: 10px;
  }
}

.collection__filters__top {
  margin-bottom: 5px;
  padding: 10px 0;
  width: 100%;
  min-height: var(--collection-sticky-bar-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--text-size);
}
@media only screen and (max-width: 767px) {
  .collection__filters__top {
    padding-top: 0;
  }
}

.collection__filters__close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
.collection__filters__close:hover .icon {
  transform: rotate(90deg);
}
.collection__filters__close .icon {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .collection__filters__close {
    display: none;
  }
}

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

.collection--filters-disabled .collection__filters__toggle {
  justify-self: end;
}

.collection__filters__clear {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.collection__filters__clear:empty {
  margin-bottom: 0;
}

.collection__filters__line {
  border-width: var(--BORDER-WIDTH) 0 0;
  margin-top: 0;
}

.filter__active__remove {
  position: relative;
  min-width: 0;
  width: auto;
  margin: 0 10px 10px 0;
  padding: 6px 32px 6px 10px;
  font-size: var(--text-size);
  text-align: left;
  background: var(--bg-lighten-darken-foreground);
  border-radius: var(--RADIUS);
}
.filter__active__remove .filter__x {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 10px 8px 12px;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

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

.filter__price {
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .filter__price {
    margin-top: -6px;
  }
}

.filter__price__fields {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  margin: 0;
}

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

.filter__price__field {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: calc(50% - 10px);
  border: var(--BORDER-WIDTH) solid var(--border);
  background: var(--input-bg);
  padding: 5px 15px;
  border-radius: var(--RADIUS);
}
.filter__price__field span {
  margin-right: 5px;
}

.filter__price__input {
  flex: 1;
  display: block;
  min-width: 0;
  max-width: 100%;
  width: auto;
  padding: 0 3px;
  border: var(--BORDER-WIDTH) solid transparent;
  border-radius: 0;
  margin: 0;
  font-size: inherit;
  text-align: right;
}

.no-js .filter__price__range {
  display: none;
}

.range {
  position: relative;
  display: block;
  height: 36px;
  margin: 0 -6px 6px;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0;
}
.range.is-initialized {
  opacity: 1;
}

.range__dot {
  position: absolute;
  z-index: 2;
  display: block;
  top: 3px;
  width: 30px;
  height: 30px;
  padding: 7px;
}
.range__dot:before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: 36px;
  height: 36px;
}
.range__dot span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--white);
  border: 2px solid var(--black);
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}

.range__line {
  position: absolute;
  top: 16px;
  left: 8px;
  z-index: 0;
  overflow: hidden;
  width: calc(100% - 16px);
  height: 4px;
  border-radius: 6px;
  background-color: var(--COLOR-BLACK-WHITE-ALPHA-25);
}
.range__line span {
  display: block;
  height: 100%;
  width: 0%;
  background-color: var(--COLOR-BLACK-WHITE);
  font-size: 0;
}

.body--rounded-corners .collection__sort__option-wrapper {
  border-radius: var(--radius);
  overflow: hidden;
}

body:not(.no-outline) .filter__input:focus ~ label,
body:not(.no-outline) .collection__sort__input:focus ~ label {
  outline: -webkit-focus-ring-color auto 5px;
}

.no-js .collection__sort-bar,
.no-js .collection__sort__label .icon,
.no-js .collection__filter__title .icon {
  display: none !important;
}
.no-js .collection__sort {
  display: block;
}
@media only screen and (max-width: 767px) {
  .no-js .collection__filters__close,
  .no-js .collection__sticky-bar {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .no-js .collection__filters {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .no-js .collection__filters {
    position: static;
    transform: none;
    height: auto;
    max-height: none;
    padding-bottom: var(--gutter);
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .no-js .collection__filters-list {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .no-js .collection__filters-list__inner {
    height: auto;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .no-js .collection__filters-wrapper {
    max-height: none;
  }
}

.no-js body.no-outline .filter__input:focus ~ label,
.no-js body.no-outline .collection__sort__input:focus ~ label {
  outline: auto;
  outline: -webkit-focus-ring-color auto 5px;
}

/*================ Collection promo ================*/
.collection-promo {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  grid-column: 1/-1;
  line-height: 1.5;
  overflow: hidden;
  background: var(--bg) no-repeat center center/cover;
}

.collection-promo__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  position: relative;
  line-height: 1.5;
  background: var(--bg) no-repeat center center/cover;
  overflow: hidden;
}

.collection-promo__bg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  grid-row-start: 1;
  grid-column-start: 1;
  padding-top: var(--promo-height);
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .collection-promo__bg {
    min-height: auto;
  }
}
.collection-promo__bg .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 200%;
  max-height: 200%;
  transform: translateY(-50%);
}

.collection-promo__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.collection-promo__heading {
  color: var(--text);
}
.collection-promo__heading sup {
  top: -1.1em;
  font-size: calc(0.65rem * var(--adjust-heading));
  line-height: 1;
  margin-left: 5px;
}
@media only screen and (max-width: 1439px) {
  .collection-promo__heading sup {
    top: -1em;
    font-size: calc(0.6rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .collection-promo__heading sup {
    font-size: calc(0.5rem * var(--adjust-heading));
  }
}
.collection-promo__heading small {
  font-size: calc(0.65rem * var(--adjust-heading));
  margin-left: calc(-0.85rem * var(--adjust-heading));
}
@media only screen and (max-width: 1439px) {
  .collection-promo__heading small {
    font-size: calc(0.6rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .collection-promo__heading small {
    font-size: calc(0.5rem * var(--adjust-heading));
    margin-left: calc(-0.75rem * var(--adjust-heading));
  }
}
.collection-promo__heading a {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}
.collection-promo__heading a:before, .collection-promo__heading a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: var(--BORDER-WIDTH);
  display: block;
  background: var(--btn-text, var(--text));
  transition: none;
  pointer-events: none;
}
.collection-promo__heading a:before {
  transform: scaleX(0);
  transform-origin: left;
}
.collection-promo__heading a:after {
  transform-origin: right;
}
.no-touch .collection-promo__heading a:hover {
  background: transparent;
  border: 0;
}
.no-touch .collection-promo__heading a:hover:before, .no-touch .collection-promo__heading a:hover:after {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.no-touch .collection-promo__heading a:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.collection-promo__heading [data-has-highlight]:before, .collection-promo__heading [data-has-highlight]:after,
.collection-promo__heading .section__link:before,
.collection-promo__heading .section__link:after {
  display: none;
}
.collection-promo__heading:not(.text-highlight-wrapper) .text-reveal__cropper a:before, .collection-promo__heading:not(.text-highlight-wrapper) .text-reveal__cropper a:after {
  bottom: 0;
}

.collection-promo__text {
  font-size: calc(0.815rem * var(--adjust-body));
}
@media only screen and (min-width: 768px) {
  .collection-promo__text {
    font-size: calc(1rem * var(--adjust-body));
  }
}

.collection-promo__buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: inherit;
  align-items: flex-start;
}
@media only screen and (min-width: 480px) {
  .collection-promo__buttons {
    margin: 0 calc(var(--inner) / -2);
  }
}
@media only screen and (max-width: 479px) {
  .collection-promo__buttons {
    width: 100%;
  }
}

.collection-promo__button {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 479px) {
  .collection-promo__button {
    margin-left: 0;
    margin-right: 0;
  }
}

.collection-promo__heading,
.collection-promo__text,
.collection-promo__button {
  margin: calc(var(--inner) / 2) 0;
  max-width: 100%;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 479px) {
  .collection-promo__heading,
  .collection-promo__text,
  .collection-promo__button {
    width: 100%;
  }
}

.collection-promo__content {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
  flex-flow: column wrap;
  grid-row-start: 1;
  grid-column-start: 1;
  padding: var(--inner);
}

.collection-promo__link ~ .collection-promo__content {
  pointer-events: none;
}

.collection-promo__link ~ .collection-promo__content a {
  pointer-events: auto;
}

.collection-promo__body {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  .aos-initialized .collection .collection-promo[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0s;
  }
}

@media only screen and (max-width: 1023px) {
  .aos-initialized .collection .collection-promo.collection-promo--grid-even[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.15s;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .aos-initialized .collection .collection-promo.collection-promo--grid-second[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.15s;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .aos-initialized .collection .collection-promo.collection-promo--grid-third[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.3s;
  }
}

@media only screen and (max-width: 479px) {
  .aos-initialized .collection .collection-items--mobile--one-whole .collection-promo.collection-promo--grid-even[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0s;
  }
}

@media only screen and (max-width: 1023px) {
  .aos-initialized .collection .collection-promo .collection-promo__heading[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.3s;
  }
}
@media only screen and (max-width: 479px) {
  .aos-initialized .collection .collection-promo .collection-promo__heading[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.15s;
  }
}

@media only screen and (max-width: 1023px) {
  .aos-initialized .collection .collection-promo .collection-promo__text[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.45s;
  }
}
@media only screen and (max-width: 479px) {
  .aos-initialized .collection .collection-promo .collection-promo__text[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.3s;
  }
}

@media only screen and (max-width: 1023px) {
  .aos-initialized .collection .collection-promo .collection-promo__button[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.6s;
  }
}
@media only screen and (max-width: 479px) {
  .aos-initialized .collection .collection-promo .collection-promo__button[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.45s;
  }
}

.collection-promo--two-columns {
  grid-column: span 2;
}
@media only screen and (max-width: 479px) {
  .collection-promo--two-columns {
    grid-column: 1/-1;
  }
}

.collection-promo--one-column {
  grid-column: span 1;
}

@media only screen and (max-width: 1023px) {
  .collection-items--2 .collection-promo--full.collection-promo--tablet-full,
  .collection-promo--two-columns.collection-promo--tablet-full {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 1023px) {
  .collection-promo--full.collection-promo--tablet-full {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 1023px) {
  .collection-promo--two-columns.collection-promo--grid-second,
  .collection-promo--full.collection-promo--grid-second {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 1023px) {
  .collection-promo--two-columns.collection-promo--grid-third,
  .collection-promo--full.collection-promo--grid-third {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 479px) {
  .collection-promo--two-columns.collection-promo,
  .collection-promo--full.collection-promo {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 479px) {
  .collection-promo--two-columns.collection-promo--grid-even,
  .collection-promo--full.collection-promo--grid-even {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 479px) {
  .collection-items--mobile--one-whole .collection-promo--one-column,
  .collection-items--mobile--one-whole .collection-promo--two-columns,
  .collection-items--mobile--one-whole .collection-promo--full {
    grid-column: 1/-1;
  }
}

.collection-items--2 .collection-promo:not(.collection-promo--one-column) .collection-promo__bg,
.collection-items--3 .collection-promo--two-columns .collection-promo__bg,
.collection-items--4 .collection-promo--two-columns .collection-promo__bg {
  padding-top: calc(var(--promo-height) / 2);
}

.collection-items--3 .collection-promo--full .collection-promo__bg {
  padding-top: calc(var(--promo-height) / 3);
}
@media only screen and (max-width: 767px) {
  .collection-items--3 .collection-promo--full .collection-promo__bg {
    padding-top: calc(var(--promo-height) / 2);
  }
}

.collection-items--4 .collection-promo--full .collection-promo__bg {
  padding-top: calc(var(--promo-height) / 4);
}
@media only screen and (max-width: 1023px) {
  .collection-items--4 .collection-promo--full .collection-promo__bg {
    padding-top: calc(var(--promo-height) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .collection-items--4 .collection-promo--full .collection-promo__bg {
    padding-top: calc(var(--promo-height) / 2);
  }
}

@media only screen and (max-width: 479px) {
  .collection-items--3 .collection-promo--two-columns.collection-promo--grid-even .collection-promo__bg,
  .collection-items--4 .collection-promo--two-columns.collection-promo--grid-even .collection-promo__bg {
    padding-top: var(--promo-height);
  }
}

@media only screen and (max-width: 479px) {
  .collection__products.collection-items--mobile--one-whole .collection-promo .collection-promo__bg {
    padding-top: var(--promo-height);
  }
}

@media only screen and (min-width: 1024px) {
  .collection-promo--full .collection-promo__content--inline .collection-promo__heading,
  .collection-promo--full .collection-promo__content--inline .collection-promo__text,
  .collection-promo--full .collection-promo__content--inline .collection-promo__button {
    margin: calc(var(--inner) / 2);
  }
}

@media only screen and (min-width: 1024px) {
  .collection-promo--full .collection-promo__content--inline {
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .collection-promo--full .collection-promo__content--inline .collection-promo__body {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: var(--inner);
  }
}

@media only screen and (min-width: 1024px) {
  .collection-promo--full .collection-promo__content--inline .collection-promo__buttons {
    margin: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .collection-promo--full .collection-promo__content--inline .collection-promo__button {
    display: flex;
    justify-content: center;
    z-index: 2;
  }
}

@media only screen and (min-width: 1024px) {
  .collection-promo--full .collection-promo__content--inline .collection-promo__button .btn--caps {
    margin-bottom: -2px;
  }
}

.item--top-left .collection-promo__link,
.item--top-right .collection-promo__link,
.item--top-left .collection-promo__button,
.item--top-right .collection-promo__button {
  align-items: flex-start;
}

.item--right .collection-promo__content,
.item--bottom-right .collection-promo__link,
.item--bottom-right .collection-promo__button,
.item--bottom-right .collection-promo__content,
.item--top-right .collection-promo__content,
.item--bottom-right .collection-promo__content--inline .collection-promo__body,
.item--bottom-left .collection-promo__link,
.item--bottom-left .collection-promo__button,
.item--bottom-left .collection-promo__content--inline .collection-promo__body {
  align-items: flex-end;
}

.item--bottom-left .collection-promo__content,
.item--bottom-right .collection-promo__content,
.item--right .collection-promo__link,
.item--right .collection-promo__button,
.item--right .collection-promo__buttons,
.item--right .collection-promo__content--inline .collection-promo__body,
.item--top-right .collection-promo__link,
.item--top-right .collection-promo__button,
.item--top-right .collection-promo__buttons,
.item--top-right .collection-promo__content--inline,
.item--top-right .collection-promo__content--inline .collection-promo__body,
.item--bottom-right .collection-promo__link,
.item--bottom-right .collection-promo__button,
.item--bottom-right .collection-promo__buttons,
.item--bottom-right .collection-promo__content--inline,
.item--bottom-right .collection-promo__content--inline .collection-promo__body {
  justify-content: flex-end;
}

.item--top-left .collection-promo__link,
.item--top-left .collection-promo__button,
.item--top-left .collection-promo__buttons,
.item--top-left .collection-promo__content,
.item--top-left .collection-promo__content--inline .collection-promo__body,
.item--top-right .collection-promo__content,
.item--left .collection-promo__link,
.item--left .collection-promo__button,
.item--left .collection-promo__buttons,
.item--left .collection-promo__content--inline .collection-promo__body,
.item--bottom-left .collection-promo__link,
.item--bottom-left .collection-promo__button,
.item--bottom-left .collection-promo__buttons,
.item--bottom-left .collection-promo__content--inline .collection-promo__body {
  justify-content: flex-start;
}

.item--right .collection-promo__content,
.item--top-right .collection-promo__content,
.item--bottom-right .collection-promo__content {
  text-align: right;
}

.body--rounded-corners .collection-promo,
.body--rounded-corners .collection-promo__link {
  border-radius: var(--radius);
  overflow: hidden;
}
.body--rounded-corners .wrapper--full .collection-promo {
  border-radius: 0;
}

/*================ Countdown Timer ================*/
.countdown-timer {
  --gap: 80px;
  max-width: 600px;
  display: block;
}
@media only screen and (max-width: 1439px) {
  .countdown-timer {
    --gap: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .countdown-timer {
    --gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-timer {
    --gap: 32px;
  }
}
.countdown__aside--timer-large .countdown-timer, .countdown__block--timer-large .countdown-timer {
  max-width: none;
}
.product__block--timer .countdown-timer {
  --gap: 32px;
}

.countdown-timer--background {
  position: relative;
  z-index: 2;
  padding: var(--inner-mobile);
}
@media only screen and (min-width: 1024px) {
  .countdown-timer--background {
    padding: var(--inner);
  }
}
@media only screen and (min-width: 1440px) {
  .countdown-timer--background {
    padding: var(--inner) var(--gutter);
  }
}
.countdown-timer--background::before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  display: block;
  background: var(--timer-bg);
}
.aos-initialized .countdown-timer--background::before {
  opacity: 0;
  transition: opacity 0.5s var(--timer-bg-delay, 0.25s) ease;
}
.no-js .aos-initialized .countdown-timer--background::before {
  opacity: 1;
}
.aos-initialized .countdown-timer--background:has(.aos-animate)::before {
  opacity: 1;
}
@media only screen and (min-width: 1440px) {
  .product__block--timer .countdown-timer--background {
    padding: var(--inner);
  }
}

.countdown-timer__wrapper {
  display: inline-grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--gap);
}
@media only screen and (max-width: 479px) {
  .countdown-timer__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
.countdown-timer--show-message .countdown-timer__wrapper {
  display: none;
}

@media only screen and (min-width: 768px) {
  .countdown-timer__wrapper--inline .countdown-timer__item {
    flex-flow: row wrap;
  }
  .countdown-timer__wrapper--inline .countdown-timer__digit {
    margin-right: 10px;
  }
}

.countdown-timer__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-timer__digit {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  text-transform: var(--HEADING-TEXT-CAPS);
  letter-spacing: var(--LETTER-SPACING-HEADING);
  margin: 0;
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .countdown-timer__digit {
    font-size: clamp(9px, var(--heading-size), 35px);
  }
}

.countdown-timer__unit {
  font-size: calc(0.715rem * var(--adjust-unit));
}
.product__block--timer .countdown-timer__unit {
  font-size: calc(1rem * var(--adjust-unit));
}
@media only screen and (max-width: 767px) {
  .countdown-timer__unit {
    font-size: clamp(9px, 0.715rem * var(--adjust-unit), 16px);
  }
}

.countdown-timer__message {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  --text-size: calc(1rem * var(--adjust-body));
  font-size: var(--text-size);
  display: none;
}
@media only screen and (max-width: 767px) {
  .countdown-timer__message {
    --text-size: calc(0.875rem * var(--adjust-body));
  }
}
.countdown-timer--show-message .countdown-timer__message {
  display: block;
  animation: fadeIn 1s ease;
}
.product__block--timer .countdown-timer__message {
  margin-bottom: 0;
}

.countdown-timer__content {
  margin-bottom: 20px;
}

.countdown-timer__title {
  margin-bottom: 0.25rem;
}

.countdown-timer__text > *:first-child {
  margin-top: 0;
}

.countdown-timer__text > *:last-child {
  margin-bottom: 0;
}

.body--rounded-corners .countdown-timer--background {
  border-radius: var(--radius);
  overflow: hidden;
}

/*================ Featured Image ================*/
.featured-image__content {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.featured-image__content a {
  pointer-events: auto;
}

.featured-image__content-inner {
  max-width: 740px;
  margin: 0;
  padding: var(--inner);
}

.featured-image__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

/*================ Hotspot ================*/
.hotspot {
  --position-x: var(--hotspot-x-sm, 50%);
  --position-y: var(--hotspot-y-sm, 50%);
  --hotspot-color: var(--COLOR-BG-ALPHA-85);
  --hotspot-width: 32px;
  --hotspot-offset: 12px;
  --padding-block: 8px;
  --padding-inline: 16px;
  --line-height: 1.25;
  --font-size: calc(1rem * var(--adjust-heading));
  --btn-inner-block: calc(var(--padding-block) * var(--adjust-heading));
  --btn-inner-inline: calc(var(--padding-inline) * var(--adjust-heading));
  --title-height: calc(2 * var(--btn-inner-block) + var(--line-height) * var(--font-size));
  --info-bubble-inset-block: var(--inset-block-sm, calc(100% + var(--hotspot-offset)) auto);
  --info-bubble-inset-inline: var(--inset-inline-sm, auto auto);
  --info-bubble-align: var(--align-sm, baseline);
  --info-bubble-justify: var(--justify-sm, center);
  --line-rotation: var(--rotate-sm, -90deg);
  --inner: 10px;
  --scale-factor: 0.9;
  --duration: 0.25s;
  --easing: cubic-bezier(0.25, 0.6, 0.5, 0.95);
  /* stylelint-disable-next-line */
  --target-animation: pulseInOutSubtle 2.5s ease infinite;
  --content-animation-in: var(--duration) var(--easing) 1 forwards fadeIn, var(--duration) var(--easing) 1 forwards zoomOut;
  --content-animation-out: var(--duration) var(--easing) 1 forwards fadeOut, var(--duration) var(--easing) 1 forwards zoomIn;
  position: absolute;
  z-index: 2;
  inset-inline-start: var(--position-x);
  inset-block-start: var(--position-y);
  margin-inline-start: calc(var(--hotspot-width) / -2);
  margin-block-start: calc(var(--hotspot-width) / -2);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: var(--line-height);
}
@media only screen and (min-width: 768px) {
  .hotspot {
    --position-x: var(--hotspot-x-lg, 50%);
    --position-y: var(--hotspot-y-lg, 50%);
    --info-bubble-inset-block: var(--inset-block-lg, calc(100% + var(--hotspot-offset)) auto);
    --info-bubble-inset-inline: var(--inset-inline-lg, auto auto);
    --info-bubble-align: var(--align-lg, baseline);
    --info-bubble-justify: var(--justify-lg, center);
    --line-rotation: var(--rotate-lg, -90deg);
  }
}
.hotspot.on-hover .hotspot__target, .hotspot:hover .hotspot__target, .hotspot:focus-within .hotspot__target {
  transform: scale(1.25);
}
.hotspot.on-hover .hotspot__target-inner, .hotspot:hover .hotspot__target-inner, .hotspot:focus-within .hotspot__target-inner {
  transform: scale(0.9);
}
.hotspot.on-hover .hotspot__line, .hotspot:hover .hotspot__line, .hotspot:focus-within .hotspot__line {
  transform: scale(1.25) rotate(var(--line-rotation));
}

.hotspot.is-active.block-selected .hotspot__content {
  inset-block: var(--info-bubble-inset-block);
  inset-inline: var(--info-bubble-inset-inline);
}
.hotspot.is-active.block-selected .hotspot__line {
  opacity: 1;
}

.hotspot.is-active {
  z-index: 5;
}
.hotspot.is-active .hotspot__target:after {
  animation: none;
}
@media only screen and (min-width: 768px) {
  .hotspot.is-active .hotspot__line,
  .hotspot.is-active .hotspot__info-bubble {
    opacity: 0;
  }
  .hotspot.is-active .hotspot__content {
    pointer-events: all;
    animation: var(--content-animation-in);
  }
  .hotspot.is-active .hotspot__content a,
  .hotspot.is-active .hotspot__content button,
  .hotspot.is-active .swatch__button {
    pointer-events: all;
  }
}

.hotspot__line {
  position: absolute;
  z-index: 3;
  inset-block: auto auto;
  inset-inline: auto auto;
  width: var(--hotspot-width);
  height: var(--BORDER-WIDTH);
  display: block;
  background: transparent;
  transform: rotate(var(--line-rotation));
  transform-origin: 50% 50%;
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.4s;
}
.hotspot__line:after {
  content: "";
  position: absolute;
  inset-block: auto auto;
  inset-inline: auto 100%;
  width: min(var(--hotspot-width), var(--title-height));
  height: 100%;
  background-color: var(--hotspot-color);
}

.hotspot__info-bubble {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: max-content;
  inset-block: var(--info-bubble-inset-block);
  inset-inline: var(--info-bubble-inset-inline);
  justify-content: var(--info-bubble-justify);
  align-items: var(--info-bubble-align);
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .hotspot__info-bubble {
    transition: opacity 0.4s;
  }
}

.hotspot__title {
  margin-block: 0;
  margin-inline: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-block: var(--btn-inner-block);
  padding-inline: var(--btn-inner-inline);
  max-width: calc(var(--wrapper-width) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  background: var(--bg);
  font-size: var(--font-size);
  color: var(--text);
  pointer-events: all;
  cursor: pointer;
}
.hotspot__title .icon {
  height: calc(var(--font-size) * 0.9);
  width: auto;
  margin-inline-start: 3px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.hotspot__title:hover .icon {
  transform: translateX(40%);
}

.hotspot__content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: var(--inner);
  display: none;
  background: var(--bg);
  color: var(--text);
}
@media only screen and (min-width: 768px) {
  .hotspot__content {
    position: absolute;
    z-index: 4;
    inset-block: auto auto;
    inset-inline: auto auto;
    min-width: 320px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    opacity: 0;
    pointer-events: none;
    animation: var(--content-animation-out);
  }
}
.hotspot__content a,
.hotspot__content button,
.hotspot__content .swatch__button {
  pointer-events: none;
}

.hotspot__target {
  position: relative;
  border: var(--BORDER-WIDTH) solid var(--hotspot-color);
  border-radius: 50%;
  width: var(--hotspot-width);
  height: var(--hotspot-width);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}
.hotspot__target:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  background: var(--hotspot-color);
  opacity: 0;
  z-index: -1;
  will-change: transform, opacity;
  animation: var(--target-animation);
}

.hotspot__title.is-loading,
.hotspot:has(.hotspot__target.is-loading) {
  pointer-events: none;
}

.hotspot__target-inner {
  display: block;
  pointer-events: none;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background-color: var(--hotspot-color);
  transition: transform 0.3s ease-in-out;
}

.body--rounded-corners .hotspot__title,
.body--rounded-corners .hotspot__content {
  border-radius: var(--radius);
  overflow: hidden;
}

.no-js .hotspot--links .hotspot__content {
  display: none;
}
.no-js stl-hotspots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  padding-block-start: var(--gutter-mobile);
  padding-inline: var(--gutter-mobile);
  gap: calc(var(--gutter-mobile) / 2);
}
@media only screen and (min-width: 768px) {
  .no-js stl-hotspots {
    padding-block-start: calc(var(--gutter) / 2);
    padding-inline: var(--gutter);
    gap: calc(var(--gutter) / 2);
  }
}
.no-js stl-hotspots .hotspot {
  position: relative;
  inset-block: auto;
  inset-inline: auto;
  margin-block: 0;
  margin-inline: 0;
}
.no-js stl-hotspots .hotspot__target:after {
  animation: none;
}
.no-js stl-hotspots .hotspot__content {
  position: relative;
  inset-block: auto;
  inset-inline: auto;
  margin-block: 0;
  margin-inline: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  pointer-events: all;
  animation: var(--content-animation-in);
}
.no-js stl-hotspots .hotspot__content a,
.no-js stl-hotspots .hotspot__content button,
.no-js stl-hotspots .swatch__button {
  pointer-events: all;
}

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

.modal--is-active {
  transform: translateY(0);
  display: block;
  opacity: 1;
  overflow: hidden;
}
.modal--is-active .drawer__overlay {
  opacity: 0.2;
  visibility: visible;
  will-change: opacity;
}

/*================ Newsletter form ================*/
.newsletter-form .form-success,
.newsletter-form .errors {
  display: none;
}
.newsletter-form .input-group__field,
.newsletter-form .input-group__btn--icon {
  background: transparent;
}

.newsletter-form.has-error .errors {
  display: inline-block;
}

.newsletter-form.has-success .form-success {
  display: inline-block;
}

.newsletter-form.has-success .input-group__item:not(.input-group__item--text) {
  display: none;
}

.newsletter-form .errors,
.newsletter-form .form-success {
  margin: var(--form-margin) 0;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .newsletter-form .errors,
  .newsletter-form .form-success {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .newsletter-form .input-group--inline ~ .form-success {
    margin: 0;
  }
}

.input-group__fields {
  display: flex;
  flex: 1 1 auto;
  padding: 0;
  flex-flow: row wrap;
}
@media only screen and (min-width: 1024px) {
  .input-group__fields {
    max-width: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .input-group__fields {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .input-group__fields {
    flex-basis: 25%;
  }
}

.input-group__fields--name {
  flex-basis: 100%;
}
@media only screen and (min-width: 1024px) {
  .input-group__fields--name {
    max-width: 560px;
  }
}

.input-group__fields--name .errors,
.input-group__fields--first-last-name .errors,
.input-group__fields--name .form-success,
.input-group__fields--first-last-name .form-success {
  margin: calc(var(--form-margin) / 2);
}

.input-group__fields--first-last-name {
  flex-basis: 100%;
}
@media only screen and (min-width: 1024px) {
  .input-group__fields--first-last-name {
    max-width: 840px;
  }
}

.input-group__btn--icon {
  height: 100%;
  width: 54px;
  max-width: 54px;
  color: var(--text);
  background: transparent;
  border: var(--BORDER-WIDTH) solid var(--text);
}
.input-group__btn--icon .icon-select {
  transition: transform 0.3s ease;
}
.input-group__btn--icon:before {
  content: none;
}
.input-group__btn--icon:hover {
  background: transparent;
}
.input-group__btn--icon:hover .icon-select {
  transform: translate(5px);
}

.input-group__field {
  display: block;
  width: 100%;
  border: var(--BORDER-WIDTH) solid var(--text);
  border-radius: var(--RADIUS);
  padding: 12px 0 12px 20px;
}
.input-group__field::input-placeholder {
  color: var(--text);
}
.input-group__field::placeholder {
  color: var(--text);
}
.input-group__field:input-placeholder {
  color: var(--text);
}
.input-group__field:placeholder {
  color: var(--text);
}

.mailer-response {
  display: none;
}

/*================ Product card inline ================*/
/* Shares the same class naming as ".product-grid-item" and makes use of the same styles */
.product-grid-item.product-grid-item--inline {
  display: grid;
  gap: var(--inner, 15px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: left;
}

.product-grid-item--inline .product-grid-item__image {
  margin: 0;
  align-self: center;
}
.product-grid-item--inline .product-grid-item__info {
  padding-block-start: 5px;
  display: flex;
  flex-direction: column;
}
.product-grid-item--inline .product-grid-item__title,
.product-grid-item--inline .product-grid-item__price,
.product-grid-item--inline .product-cutline {
  line-height: var(--line-height, 1);
}
.product-grid-item--inline .product-grid-item__swatch {
  justify-content: flex-start;
}
.product-grid-item--inline .product-grid-item__quick-buy {
  position: relative;
  right: auto;
  bottom: auto;
  display: flex;
  justify-content: flex-start;
  margin-block-start: auto;
}
.product-grid-item--inline .errors {
  left: auto;
  bottom: auto;
  inset-inline-start: 0;
  inset-block-end: 0;
}
.body--rounded-corners .product-grid-item--inline .errors {
  border-radius: var(--radius);
}
.product-grid-item--inline.soldout .quick__form {
  display: block;
}
.product-grid-item--inline.soldout .btn--quick-buy {
  border-color: transparent;
  background-color: var(--text-alpha-10);
  color: var(--text-alpha-50);
  opacity: 1;
  pointer-events: none;
}
.product-grid-item--inline:has(.product-grid-item__image--error) .errors {
  animation: fadeInOutError 6s ease;
}

body:not(.no-outline) .product-grid-item__image:focus-within {
  outline: -webkit-focus-ring-color auto 5px;
}

.no-js .product-grid-item__image:focus-within {
  outline: -webkit-focus-ring-color auto 5px;
}

/*================ Product elements ================*/
.product__block {
  padding-bottom: var(--PBB, 0);
}
@media only screen and (max-width: 767px) {
  .product__block {
    padding-bottom: max(var(--PBB, 0) * 0.75, 8px);
  }
}

@media only screen and (min-width: 480px) {
  .product__block--half {
    display: inline-block;
    width: 50%;
  }
}

.product__block hr {
  margin: 0;
}

.product__description a,
.product__subheading a,
.product__feature__content a,
.product__accordion__inner a,
.product__popup__link span {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}
.product__description a:before, .product__description a:after,
.product__subheading a:before,
.product__subheading a:after,
.product__feature__content a:before,
.product__feature__content a:after,
.product__accordion__inner a:before,
.product__accordion__inner a:after,
.product__popup__link span:before,
.product__popup__link span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: var(--BORDER-WIDTH);
  display: block;
  background: var(--btn-text, var(--text));
  transition: none;
  pointer-events: none;
}
.product__description a:before,
.product__subheading a:before,
.product__feature__content a:before,
.product__accordion__inner a:before,
.product__popup__link span:before {
  transform: scaleX(0);
  transform-origin: left;
}
.product__description a:after,
.product__subheading a:after,
.product__feature__content a:after,
.product__accordion__inner a:after,
.product__popup__link span:after {
  transform-origin: right;
}
.no-touch .product__description a:hover,
.no-touch .product__subheading a:hover,
.no-touch .product__feature__content a:hover,
.no-touch .product__accordion__inner a:hover,
.no-touch .product__popup__link span:hover {
  background: transparent;
  border: 0;
}
.no-touch .product__description a:hover:before, .no-touch .product__description a:hover:after,
.no-touch .product__subheading a:hover:before,
.no-touch .product__subheading a:hover:after,
.no-touch .product__feature__content a:hover:before,
.no-touch .product__feature__content a:hover:after,
.no-touch .product__accordion__inner a:hover:before,
.no-touch .product__accordion__inner a:hover:after,
.no-touch .product__popup__link span:hover:before,
.no-touch .product__popup__link span:hover:after {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.no-touch .product__description a:hover:before,
.no-touch .product__subheading a:hover:before,
.no-touch .product__feature__content a:hover:before,
.no-touch .product__accordion__inner a:hover:before,
.no-touch .product__popup__link span:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}

.product__title-and-price {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  grid-template-rows: min-content;
  align-content: start;
  gap: var(--form-margin);
  margin-bottom: calc(var(--form-margin) / 2);
}
@media only screen and (max-width: 767px) {
  .product__title-and-price {
    margin-bottom: var(--form-margin-mobile);
  }
}

.product__title {
  font-size: calc(2rem * var(--adjust-heading));
  margin-bottom: 0;
}

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

.product__price-and-badge {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -8px;
}
.product__price-and-badge .product__price {
  padding-right: 10px;
  margin: 0 auto 0 0;
}
.product__price-and-badge .product__unit-price {
  margin-right: 12px;
}

.product__price-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product__price {
  --adjust-price: var(--adjust-body-desktop, var(--FONT-ADJUST-BODY));
  --adjust-body: var(--adjust-price);
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 0;
  --text-size: calc(1.1rem * var(--adjust-body));
  font-size: var(--text-size);
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .product__price {
    --text-size: calc(1rem * var(--adjust-body));
  }
}
@media only screen and (max-width: 767px) {
  .product__price {
    --adjust-body: var(--adjust-body-mobile, var(--adjust-price));
  }
}

.product__price--hidden {
  opacity: 0;
}

.product__price--regular {
  margin: 0 6px 8px 0;
}

.product__price--compare {
  text-decoration: line-through;
  opacity: 0.5;
  margin: 0 12px 8px 0;
}

.product__price--off {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: calc(0.75rem * var(--adjust-body) * var(--FONT-ADJUST-BADGES));
}
.product__price--off.hidden {
  display: none;
}
.product__price--off .product__price-badge {
  flex-shrink: 0;
  padding: 3px 9px;
  border-radius: var(--RADIUS-BADGE);
  background-color: var(--saving-bg);
  color: var(--saving-text);
  margin-right: 1rem;
}
.product__price--off .product__price-badge em {
  font-style: normal;
  opacity: 0.5;
  padding: 0 4px;
}
.product__price--off .product__price-badge:last-child {
  margin-right: 0;
}

.product__final-sale-wrap {
  display: flex;
  align-items: center;
  color: var(--final-sale-text);
  padding: 0.25em 0;
}
.product__final-sale-wrap.hidden {
  display: none;
}

.product__final-sale-question {
  margin-left: 0.5rem;
  --icon-size: 0.938rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  text-align: center;
  border-radius: var(--RADIUS-BADGE);
  background: var(--final-sale-icon-bg);
}
.product__final-sale-question:hover {
  cursor: help;
}
.product__final-sale-question .icon {
  width: var(--icon-size, 20px);
  height: var(--icon-size, 20px);
  stroke-width: var(--BORDER-WIDTH);
}
.product__final-sale-question .icon path {
  stroke: var(--bg);
}

.product__unit-price {
  --text-size: calc(0.75rem * var(--adjust-body));
  font-size: var(--text-size);
  line-height: calc(1.71875rem * var(--adjust-body));
  opacity: 0.5;
}

.product-cutline {
  margin: -2px 0 3px;
  font-size: calc(0.8rem * var(--adjust-body));
  line-height: 1;
}

.product__description.rte {
  color: var(--text);
  margin-bottom: 0;
  font-size: calc(0.9rem * var(--adjust-body));
}
.product__description.rte p {
  line-height: inherit;
  margin-block-start: 0;
}
@media only screen and (max-width: 1023px) {
  .product__description.rte {
    width: 100%;
  }
}

.product__accordion {
  background: var(--bg-item);
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 10px var(--padding-sides);
}

.product__accordion::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--border-width);
  background: var(--text);
  opacity: var(--border-opacity);
  pointer-events: none;
}

.product__accordion__inner {
  margin-bottom: 0;
  position: relative;
  font-size: calc(0.9rem * var(--adjust-body));
}
.product__accordion__inner p {
  margin-top: 0;
}

.product__accordion__title {
  font-size: calc(0.9rem * var(--adjust-body));
  display: block;
  position: relative;
  width: 100%;
  padding: var(--padding-title) 53px var(--padding-title) 0;
  text-align: left;
  color: var(--text);
  background: transparent;
  border: 0;
}
.product__accordion__title .icon {
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
}

.body--rounded-corners .product__accordion {
  border-radius: var(--radius);
  overflow: hidden;
}

.product__popup__link {
  display: flex;
  align-items: center;
  font-size: calc(1.1rem * var(--adjust-label));
  line-height: 1.5625;
}
.product__popup__link .icon {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.product__popup__link span {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .product__popup__link {
    font-size: calc(1rem * var(--adjust-label));
    line-height: 1.1;
  }
  .product__popup__link .icon {
    width: min(1rem * var(--adjust-label) * 1.1, 16px);
    height: min(1rem * var(--adjust-label) * 1.1, 16px);
  }
}

.product__popup__link:hover span::before, .product__popup__link:hover span::after {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.product__popup__link:hover span::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.product__popup__link:hover span::after {
  transform: scaleX(0);
}

.no-touch .product__popup__link span::after {
  opacity: 0;
}

.no-touch .product__popup__link:hover span::after {
  opacity: 1;
}

.product__popup {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .product__popup {
    --drawer-width: calc(50vw - var(--gutter) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product__popup {
    --drawer-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .product__popup {
    --drawer-width: 100%;
  }
}

.product__popup__inner {
  position: relative;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 var(--inner);
}

.product__popup__content {
  overflow: hidden;
  position: relative;
  max-width: 600px;
  width: 100%;
  background-color: var(--bg);
  padding: var(--inner);
  margin: 60px auto 20px;
}
.product__popup__content .product__accordions {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 140px);
  margin-top: 20px;
}

.product__complementary .product-upsell__holder,
.complementary-products__title {
  margin: 0 0 var(--form-margin);
}
@media only screen and (max-width: 767px) {
  .product__complementary .product-upsell__holder,
  .complementary-products__title {
    margin: 0 0 var(--form-margin-mobile);
  }
}

.product__icon__row {
  --icon-size: 25px;
  --line-height: 1.5625;
  background-color: var(--bg);
  display: flex;
  align-items: center;
  border-radius: var(--radius);
  font-size: calc(1rem * var(--adjust-body));
  line-height: var(--line-height);
  align-self: start;
}

.product__icon__row--center {
  justify-content: center;
  text-align: center;
}

.product__icon {
  min-height: calc(1rem * var(--adjust-body) * var(--line-height));
  display: flex;
  flex-basis: var(--icon-size);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  align-self: center;
  position: relative;
  color: var(--icon-color);
}
.product__icon .icon {
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
}

.product__icon__holder {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: var(--aspect-ratio);
}

.product__icon__text:not(:only-child) {
  margin-left: 10px;
}

.product__icon__row--multiple {
  display: grid;
  column-gap: calc(var(--grid-gutter) * 2);
}
@media only screen and (min-width: 768px) {
  .product__icon__row--multiple {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .product__icon__row--multiple {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
}

.product__feature {
  width: 100%;
  color: var(--text);
  background-color: var(--bg);
  margin-right: var(--inner);
}

.product__feature__icon__container {
  display: flex;
  align-items: center;
}
.product__feature__icon__container .product__icon {
  margin-right: 10px;
}

.product__feature__content {
  display: grid;
  gap: var(--grid-gutter);
}
.product__feature__content p {
  font-size: calc(0.9rem * var(--adjust-body));
  margin: 0;
}

.product__feature__heading h5 {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  text-transform: var(--HEADING-TEXT-CAPS);
  letter-spacing: var(--LETTER-SPACING-HEADING);
  margin: 0;
}

.product__features.flickity-enabled {
  --max-bottom-padding: max(54px, var(--padding-bottom));
  padding-bottom: var(--max-bottom-padding);
}
.product__features.flickity-enabled .flickity-page-dots {
  bottom: calc(var(--max-bottom-padding) - 28px);
}

.guide__line {
  display: flex;
}

.guide__line:first-child {
  margin-top: 0;
}

.guide__line:last-child {
  margin-bottom: 0;
}

.guide__line span {
  flex: 1;
  height: 3px;
  border-radius: 3px;
  margin: 0 2px;
  background: var(--text-alpha-25);
  font-size: 0;
  line-height: 0;
}

.guide__line span:first-child {
  margin-left: 0;
}

.guide__line span:last-child {
  margin-right: 0;
}

.guide__line span.is-active {
  background: var(--text);
}

.guide__heading {
  font-size: calc(1.1rem * var(--adjust-label));
}
@media only screen and (max-width: 767px) {
  .guide__heading {
    font-size: calc(1rem * var(--adjust-label));
    line-height: 1.1;
  }
}

.guide__heading,
.guide__line {
  margin: 0 0 calc(var(--form-margin) / 4);
}
@media only screen and (max-width: 767px) {
  .guide__heading,
  .guide__line {
    margin-bottom: var(--form-margin-mobile);
  }
}

.guide__content {
  display: flex;
  justify-content: space-around;
  font-size: calc(1.1rem * var(--adjust-label));
}

.guide__content--skip-right::after,
.guide__content--skip-left::before {
  content: "";
}

.guide__content--skip-right::after,
.guide__content--skip-left::before,
.guide__left,
.guide__right {
  flex: 1 0 0;
}

.guide__middle {
  flex-grow: 0;
  max-width: 70%;
  padding: 0 5px;
  text-align: center;
}

.guide__right {
  text-align: right;
}

.popup-chart {
  --drawer-width: 590px;
  display: block;
  background: var(--bg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-left: auto;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .popup-chart {
    --drawer-width: calc(100vw - 400px);
  }
}
@media only screen and (max-width: 767px) {
  .popup-chart {
    --drawer-width: 100%;
  }
}
.popup-chart .drawer__close-button {
  right: var(--inner);
}
@media only screen and (max-width: 1023px) {
  .popup-chart .drawer__close-button {
    right: 0;
  }
}

.popup-chart__inner {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.popup-chart__inner::-webkit-scrollbar {
  display: none;
}

.popup-chart__content {
  overflow: hidden;
  position: relative;
  max-width: 600px;
  width: 100%;
  background-color: var(--bg);
  padding: calc(var(--inner) * 2);
  padding-right: calc(var(--inner) * 4);
  margin: var(--inner) 0 var(--inner) auto;
}
@media only screen and (max-width: 1023px) {
  .popup-chart__content {
    padding: var(--inner);
  }
}
.popup-chart__content .rte {
  font-size: calc(0.875rem * var(--adjust-body));
}
.popup-chart__content .tab {
  padding-top: 5px;
}
.popup-chart__content h1 {
  --heading-size: calc(2.5rem * var(--adjust-heading));
  font-size: var(--heading-size);
  margin: 35px 0 5px;
}
@media only screen and (max-width: 1439px) {
  .popup-chart__content h1 {
    --heading-size: calc(2.1rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .popup-chart__content h1 {
    --heading-size: calc(1.75rem * var(--adjust-heading));
  }
}
.popup-chart__content .table-wrapper {
  border-top: var(--BORDER-WIDTH) solid var(--text);
  border-bottom: var(--BORDER-WIDTH) solid var(--text);
  padding: var(--inner) 0 calc(var(--inner) * 2);
  margin-bottom: calc(var(--inner) * 2);
  overflow-x: auto;
}
.popup-chart__content table {
  border: 0;
}
@media only screen and (max-width: 1023px) {
  .popup-chart__content table {
    min-width: 400px;
  }
}
.popup-chart__content tr:nth-child(even) {
  background: var(--text-alpha-5);
}
.popup-chart__content th,
.popup-chart__content td {
  border: 0;
  padding: 10px;
}
.popup-chart__content tbody tr:not(:first-child) th,
.popup-chart__content tbody tr:not(:first-child) td {
  padding-left: 20px;
}
.popup-chart__content .tabs__head {
  margin-bottom: 10px;
}
.popup-chart__content .tabs-scrollbar {
  text-align: left;
}
.popup-chart__content .tabs__nav {
  align-items: flex-start;
}
.popup-chart__content .tabs__link {
  margin-bottom: 0;
}

.popup-chart--quickview {
  position: absolute;
  left: 100%;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .popup-chart--quickview {
    top: 100%;
    left: 0;
    z-index: 15;
    border-radius: 20px 20px 0 0;
    --drawer-transition: top 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  }
}
@media only screen and (max-width: 767px) {
  .popup-chart--quickview .drawer__close-button svg {
    transform: rotate(90deg);
  }
}
.popup-chart--quickview .drawer__close-button:hover svg {
  transform: translateX(5px);
}
@media only screen and (max-width: 767px) {
  .popup-chart--quickview .drawer__close-button:hover svg {
    transform: rotate(90deg) translateY(5px);
  }
}
.popup-chart--quickview.is-open {
  transform: translateX(calc(-1 * (var(--drawer-width) + 400px)));
  transition: var(--drawer-transition), visibility 0.1s linear 0s;
}
@media only screen and (max-width: 767px) {
  .popup-chart--quickview.is-open {
    top: 0;
    transform: none;
  }
}

.body--rounded-corners .product__feature {
  border-radius: var(--radius);
  overflow: hidden;
}

body:not(.no-outline) .product__accordion__title:focus,
body:not(.no-outline) .product__accordion__title.focus-visible {
  outline: -webkit-focus-ring-color auto 5px;
}

.no-js .product__accordion__title .icon {
  display: none !important;
}
.no-js .product__accordion__inner {
  top: 0;
}

@media only screen and (max-width: 479px) {
  .product__block--timer .countdown-timer__wrapper {
    justify-content: space-between;
    gap: unset;
  }
}

/*================ Product form ================*/
:root {
  --form-top: 14px;
  --form-left: 20px;
  --form-margin: 25px;
  --form-padding-mobile: 6px;
  --form-margin-mobile: 8px;
}

.product__notification {
  position: relative;
  background: var(--bg);
  padding: var(--gutter);
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.product__notification .contact-form {
  text-align: left;
}
.product__notification label {
  display: block;
  font-size: calc(0.875rem * var(--adjust-body));
  margin-bottom: 15px;
}
.product__notification .input-group {
  max-width: 100%;
  flex-direction: column;
}
.product__notification .input-group__item {
  max-width: 100%;
}
.product__notification .input-group__field {
  border: var(--BORDER-WIDTH) solid var(--border);
  border-radius: var(--RADIUS);
}
.product__notification .input-group__item--btn {
  margin-top: var(--form-top);
  flex: 1;
  max-width: 100%;
  width: 100%;
}
.product__notification button[type=submit] {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product__notification {
    padding: var(--gutter-mobile);
  }
}
.product__notification .contact-form {
  margin-top: 16px;
}

.product__notification__title {
  font-size: calc(2rem * var(--adjust-heading));
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product__notification__title {
    padding: 0 var(--inner-mobile);
  }
}

.product__notification__subtitle {
  font-size: calc(1rem * var(--adjust-body));
  margin: 5px 0 0;
}

.product__notification__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  padding: 5px;
  opacity: 1;
  text-indent: 0;
  color: inherit;
  background: none;
}
.product__notification__close:hover .icon-close {
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .product__notification__close {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
}

.product__notification__message {
  display: none;
  margin: var(--gutter) 0;
  text-align: center;
}

.template-product .pswp--success .product__notification__form {
  display: none;
}
.template-product .pswp--success .product__notification__message {
  display: block;
}

.quantity-selector {
  display: block;
  max-width: 7.5rem;
  position: relative;
  margin: 0;
  text-align: left;
}

.quantity__selector {
  display: block;
  width: 100%;
  padding: var(--form-top) 32px;
  font-size: calc(0.875rem * var(--adjust-body));
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.quantity__selector input[type=number]::-webkit-outer-spin-button,
.quantity__selector input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.quantity__selector input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.quantity__btn {
  height: 50%;
  width: 44px;
  color: inherit;
}

.quantity__btn--decrease,
.quantity__btn--increase {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity__btn--decrease {
  left: 0;
}

.quantity__btn--increase {
  right: 0;
}

.product__form {
  --form-top: 10px;
  display: grid;
  grid-template-columns: minmax(0, 100%);
  gap: var(--grid-gutter);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product__form {
    --form-margin: var(--form-margin-mobile);
    gap: calc(var(--form-margin) * 2);
  }
  .variant__labels--hide .product__form {
    gap: var(--form-margin);
  }
}
.product__form .btn--submit {
  position: relative;
  width: 100%;
  transition: color 0.3s ease, border 0.3s ease, background 0.3s linear;
}
.product__form .btn--submit span {
  transition: opacity 0.3s ease;
}
.product__form .btn--submit.is-loading {
  opacity: 1;
  cursor: default;
}
.product__form .btn--submit.is-loading span {
  opacity: 0;
  transition: opacity 0s;
}
.product__form .btn--submit.is-loading::before {
  content: none;
}
.product__form .btn--submit .loader-indeterminate {
  background-color: var(--btn-text);
}
.product__form .btn--submit .loader--line {
  transition: opacity 0.3s ease, visibility 0s linear 0s;
  background-color: var(--btn-text-alpha-10);
}
.product__form .btn, .product__form .shopify-payment-button__button--unbranded,
.product__form .shopify-payment-button {
  width: 100%;
}
.product__form .errors {
  margin-bottom: 0;
}

.product__form__select {
  display: none;
}

.shop-pay-terms {
  font-size: calc(0.875rem * var(--adjust-body));
}

.shop-pay-terms:empty {
  display: none;
}

.product__submit__holder--spb .shopify-payment-button__button--unbranded {
  border: var(--BORDER-WIDTH) solid transparent;
  padding: var(--form-top) var(--form-left);
}
.product__submit__holder--spb .product__submit__add {
  min-height: 44px;
}

.shopify-payment-button__more-options {
  font-size: calc(0.85rem * var(--adjust-body)) !important;
  margin-top: 5px !important;
}

.product__submit__buttons {
  --form-margin: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--form-margin);
}
@media only screen and (max-width: 767px) {
  .product__submit__buttons {
    --form-margin: var(--form-margin-mobile);
  }
}
@media only screen and (min-width: 1024px) {
  .btn--half .product__submit__buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .btn--half.variant--soldout .product__submit__holder--notification .product__submit__buttons {
    grid-template-columns: minmax(0, 1fr);
  }
}
.product__submit__buttons .shopify-payment-button__button--hidden {
  display: none;
}

.product__submit__add em {
  font-style: normal;
}
.product__submit__add .product__price--regular {
  margin: 0;
}
.product__submit__add .product__price--regular::before {
  content: "•";
  margin: 0 5px;
}

.product__submit__item .loader--line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80%;
  margin: auto;
}

.product__form__errors {
  overflow: hidden;
  position: relative;
  text-align: left;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: max-height 0.3s, visibility 0.3s, opacity 0.3s, margin 0.3s;
}
.product__form__errors.is-visible {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
  transition: max-height 0.3s 0.3s, visibility 0.3s 0.3s, opacity 0.3s 0.3s, margin 0.3s 0.3s;
}
@media only screen and (max-width: 479px) {
  .product__form__errors {
    max-width: 390px;
  }
}
.product__form__errors .errors {
  max-width: 100%;
  margin: var(--form-margin) 0;
  padding: 15px 40px 15px 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product__form__errors .errors {
    --form-margin: var(--form-margin-mobile);
  }
}
.product__form__errors .errors__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  z-index: 20;
  cursor: pointer;
}
.product__form__errors .errors__close .icon-close {
  width: 100%;
  height: 100%;
}
.product__form__errors .errors__close:hover .icon-close {
  transform: rotate(90deg);
}

.product__add__success {
  display: flex;
  align-items: stretch;
  background: var(--bg);
  border-left: var(--BORDER-WIDTH) solid var(--border);
  border-bottom: var(--BORDER-WIDTH) solid var(--border);
}
@media only screen and (max-width: 767px) {
  .product__add__success {
    border-left: none;
  }
}

.product__add__success__image {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .product__add__success__image {
    display: none;
  }
}

.product__add__success__image-bg {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.product__add__success__content {
  width: 50%;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .product__add__success__content {
    width: 100%;
    padding: 15px 20px;
  }
}

.product__add__success--hide {
  display: none;
}

.variant--soldout .quantity-selector label,
.variant--soldout .quantity-selector input,
.variant--soldout .quantity-selector button,
.variant--soldout .shopify-payment-button label,
.variant--soldout .shopify-payment-button input,
.variant--soldout .shopify-payment-button button,
.variant--soldout .product__price label,
.variant--soldout .product__price input,
.variant--soldout .product__price button,
.variant--unavailabe .quantity-selector label,
.variant--unavailabe .quantity-selector input,
.variant--unavailabe .quantity-selector button,
.variant--unavailabe .shopify-payment-button label,
.variant--unavailabe .shopify-payment-button input,
.variant--unavailabe .shopify-payment-button button,
.variant--unavailabe .product__price label,
.variant--unavailabe .product__price input,
.variant--unavailabe .product__price button {
  cursor: default;
}
.variant--soldout .product__submit__add,
.variant--soldout .product__submit__add:hover,
.variant--unavailabe .product__submit__add,
.variant--unavailabe .product__submit__add:hover {
  border-color: transparent;
  background-color: var(--text-alpha-10);
  color: var(--text-alpha-50);
  cursor: not-allowed;
}
.variant--soldout .product__submit__add > *,
.variant--soldout .product__submit__add:hover > *,
.variant--unavailabe .product__submit__add > *,
.variant--unavailabe .product__submit__add:hover > * {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .variant--soldout .product__submit__add,
  .variant--soldout .product__submit__add:hover,
  .variant--unavailabe .product__submit__add,
  .variant--unavailabe .product__submit__add:hover {
    transform: none;
    pointer-events: none;
  }
}
.variant--soldout .product__submit__add::before,
.variant--unavailabe .product__submit__add::before {
  background-color: var(--text-alpha-25);
}
.variant--soldout .shopify-payment-button,
.variant--unavailabe .shopify-payment-button {
  position: relative;
  pointer-events: none;
}
.variant--soldout .shopify-payment-button::after,
.variant--unavailabe .shopify-payment-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.variant--soldout .product__submit__holder--notification .product__submit__add,
.variant--soldout .product__submit__holder--notification .product__submit__add:hover {
  cursor: pointer;
  pointer-events: auto;
}

.variant--unavailabe .product__price {
  opacity: 0;
}

.no-js .quantity__btn {
  display: none !important;
}
.no-js .product__form__select {
  display: inline-block;
  margin-right: 5px;
}

/*================ Product gallery ================*/
.product-gallery {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-gallery {
    margin-bottom: var(--gutter-mobile);
  }
}

.product-gallery__media-slider {
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .product-gallery__media-slider {
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .product-gallery__media-slider .flickity-prev-next-button {
    display: none;
  }
}
.product-gallery__media-slider .flickity-button {
  z-index: 1;
  background: var(--bg);
}
.product-gallery__media-slider:not(.has-media-active) .flickity-button {
  transition-delay: 0.15s !important;
}

.no-outline .product-gallery__media-slider.has-media-active .flickity-prev-next-button,
.no-outline .product-gallery__media-slider.has-media-active .flickity-prev-next-button:not(:disabled) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.no-outline .product-gallery__media-slider.has-media-active .flickity-prev-next-button:before, .no-outline .product-gallery__media-slider.has-media-active .flickity-prev-next-button:after,
.no-outline .product-gallery__media-slider.has-media-active .flickity-prev-next-button:not(:disabled):before,
.no-outline .product-gallery__media-slider.has-media-active .flickity-prev-next-button:not(:disabled):after {
  transition: none;
}

.product-gallery__media-slider--single {
  margin: 0;
}

.product-gallery__media-slide--placeholder {
  display: block;
  width: 100%;
  height: 0;
}

.product-gallery__media-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-gallery__media-slider--single .product-gallery__media-slide.media--hidden:not(.is-selected) button,
.product-gallery__media-slider--single .product-gallery__media-slide.media--hidden:not(.is-selected) input,
.product-gallery__media-slider--single .product-gallery__media-slide.media--hidden:not(.is-selected) iframe,
.product-gallery__media-slider--single .product-gallery__media-slide.media--hidden:not(.is-selected) .shopify-model-viewer-ui__button,
.product-gallery__media-slider--single .product-gallery__media-slide.media--hidden:not(.is-selected) .shopify-model-viewer-ui__controls-area {
  visibility: visible;
}

.product-gallery__media-slide.is-loading model-viewer {
  background-image: var(--loading-svg);
  background-size: 320px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.product-gallery__media {
  position: relative;
  width: 100%;
  height: 0;
  min-height: 1px;
  overflow: hidden;
}
.product-gallery__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: contain;
}
.product-gallery__media .lazy-image,
.product-gallery__media iframe,
.product-gallery__media model-viewer,
.product-gallery__media .shopify-model-viewer-ui,
.product-gallery__media img,
.product-gallery__media > video,
.product-gallery__media .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.product-gallery__media iframe,
.product-gallery__media model-viewer,
.product-gallery__media .shopify-model-viewer-ui,
.product-gallery__media .media-item {
  height: 100%;
}

.product-gallery__media--video video {
  height: 100%;
  object-fit: cover;
}

.product-gallery__media-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .product-gallery__media-link {
    cursor: zoom-in;
    cursor: var(--icon-zoom-in), zoom-in;
  }
}

.product-gallery__media--image {
  height: auto;
  background-color: var(--bg);
}

.product-gallery__media--onboarding {
  padding-top: 66%;
  background-color: var(--bg);
}
.product-gallery__media--onboarding .placeholder-svg, .product-gallery__media--onboarding .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  max-width: 150%;
  max-height: 150%;
  transform: translate(-50%, -50%);
}

.product-gallery__media--onboarding.featured-product--two-columns {
  padding-top: 66%;
}

.product-gallery__view-in-space {
  width: 100%;
  position: relative;
  border-color: transparent;
  color: var(--text);
  background: var(--text-alpha-8);
  margin-top: 10px;
}
.product-gallery__view-in-space:hover {
  color: var(--text);
  background: var(--text-alpha-15);
}
.product-gallery__view-in-space:active, .product-gallery__view-in-space:focus {
  color: var(--text);
  background: var(--text-alpha-8);
}
.product-gallery__view-in-space .icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-right: 4px;
  fill: transparent;
}
.product-gallery__view-in-space .icon .icon-media-model-outline {
  stroke: none;
}
.product-gallery__view-in-space .icon .icon-media-model-element {
  fill: var(--text);
  opacity: 1;
}

.product-gallery__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-gallery__view-in-space[data-shopify-xr-hidden] {
    display: none;
  }
}

.product-gallery__view-in-space-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .product-gallery--equal .product-gallery__media-slide {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .product-gallery--equal .product-gallery__media img {
    object-fit: cover;
  }
}

.body--rounded-corners .product-gallery__media-slider .product-gallery__media,
.body--rounded-corners .product-gallery__media-slider .flickity-viewport {
  border-radius: var(--radius);
  overflow: hidden;
}

body:not(.no-outline) .product-gallery__media-slider .flickity-button:focus,
body:not(.no-outline) .product-gallery__media-slider .flickity-button.focus-visible {
  opacity: 1;
}
body:not(.no-outline) .product-gallery__media-link:focus {
  outline: auto;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -6px;
}
body:not(.no-outline) .product-gallery__media-slide:focus,
body:not(.no-outline) .product-gallery__media-slide.focus-visible {
  outline: -webkit-focus-ring-color auto 5px;
}

/*================ Deferred media ================*/
.deferred-media {
  display: block;
}

.deferred-media:not([loaded]) {
  background: var(--loading-svg) no-repeat center center;
  background-size: 320px auto;
}

.deferred-media:not([loaded]) template {
  z-index: -1;
}

.deferred-media[loaded] > .deferred-media__poster {
  display: none;
}

.deferred-media__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
}

.deferred-media__poster-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 8px;
  background-color: var(--bg);
  border: var(--BORDER-WIDTH) solid var(--text-alpha-5);
  z-index: 1;
  cursor: pointer;
}
.deferred-media__poster-button .icon-media-video-outline,
.deferred-media__poster-button .icon-media-model-outline {
  stroke: none;
}

.deferred-media__poster-button .icon {
  width: 100%;
  height: 100%;
}

.deferred-media__poster img {
  object-fit: cover;
}

.body--rounded-corners .deferred-media__poster {
  border-radius: var(--radius);
  overflow: hidden;
}

body:not(.no-outline) .deferred-media__poster:focus .deferred-media__poster-button {
  outline: -webkit-focus-ring-color auto 5px;
}
body:not(.no-outline) .deferred-media__poster,
body:not(.no-outline) .deferred-media__poster:focus,
body:not(.no-outline) .deferred-media__poster:focus-visible,
body:not(.no-outline) .deferred-media__poster.focus-visible {
  outline: none;
}

/*================ Product grid item ================*/
:root {
  --product-media-padding-top: var(--PRODUCT-MEDIA-PADDING-TOP);
}

.product-grid-item {
  --move-offset: 10px;
  position: relative;
  text-align: center;
  white-space: normal;
}
.product-grid-item shopify-payment-terms,
.product-grid-item .shopify-installments {
  display: none;
}
.product-grid-item .errors {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  border-radius: 0;
  font-size: calc(0.75rem * var(--adjust-product-grid));
  text-align: center;
  cursor: default;
  opacity: 0;
  margin: 0;
  z-index: 1;
}
.product-grid-item .placeholder-svg,
.product-grid-item .placeholder-svg-filled {
  position: absolute;
  top: 0;
  left: 0;
}
.product-grid-item h3,
.product-grid-item .h3 {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
}
@media only screen and (min-width: 1024px) {
  .collection-items--4 .product-grid-item:nth-child(-n+4) {
    --move-offset: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .tab-collections__container .product-grid-item, .look__slide .product-grid-item, .collection-items--4 .product-grid-item:nth-child(-n+3), .collection-items--3 .product-grid-item:nth-child(-n+3), .collection-items--2 .product-grid-item:nth-child(-n+2) {
    --move-offset: 20px;
  }
}

.no-touch .product__media__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--bg);
  visibility: hidden;
}
.no-touch .product__media__hover--fade-in {
  opacity: 0;
  transition: opacity 0.25s ease-out, visibility 0s 0.25s;
}
.no-touch .product__media__hover--wipe {
  transition: visibility 0s 0.6s;
}
.no-touch .product__media__image--hover-wipe {
  will-change: transform;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.75, -0.01, 0, 1.22);
  transition: clip-path 0.6s cubic-bezier(0.75, -0.01, 0, 1.22);
  transition: clip-path 0.6s cubic-bezier(0.75, -0.01, 0, 1.22), -webkit-clip-path 0.6s cubic-bezier(0.75, -0.01, 0, 1.22);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.no-touch .product__media__image--hover-fade-in {
  transition: opacity 0.25s ease-in, visibility 0s linear 0s;
}
.no-touch .product-grid-item__image--hovered .product__media__hover--wipe,
.no-touch .product-grid-item__image:hover .product__media__hover--wipe {
  visibility: visible;
  transition-delay: 0s;
}
.no-touch .product-grid-item__image--hovered .product__media__image--hover-wipe,
.no-touch .product-grid-item__image:hover .product__media__image--hover-wipe {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.75, -0.01, 0, 1.22);
}
.no-touch .product-grid-item__image--hovered .product__media__image--hover-fade-in,
.no-touch .product-grid-item__image:hover .product__media__image--hover-fade-in {
  opacity: 0;
}
.no-touch .product-grid-item__image--hovered .product__media__hover--fade-in,
.no-touch .product-grid-item__image:hover .product__media__hover--fade-in {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.no-touch .product__media__image--hover-slide,
.no-touch .product__media__hover--slide {
  visibility: visible;
  transition: transform 0.4s cubic-bezier(1, 0, 0.6, 1);
  transform: none;
}
.no-touch .product__media__hover--slide {
  transform: translateX(100%);
}
.no-touch .product-grid-item__image--hovered .product__media__image--hover-slide,
.no-touch .product-grid-item__image:hover .product__media__image--hover-slide {
  transform: translateX(-100%);
}
.no-touch .product-grid-item__image--hovered .product__media__hover--slide,
.no-touch .product-grid-item__image:hover .product__media__hover--slide {
  transform: none;
}

.product-grid-item__info {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  gap: 9px;
  align-content: start;
  font-size: calc(0.8rem * var(--adjust-product-grid));
}
@media only screen and (max-width: 479px) {
  .product-grid-item__info {
    font-size: calc(0.95rem * var(--adjust-product-grid));
  }
}

.product-grid-item__info--inline .product-grid-item__title,
.product-grid-item__info--inline .product-grid-item__price {
  display: inline;
  vertical-align: middle;
}

.product-grid-item__price {
  margin: 0;
  display: block;
  text-decoration: none;
  font-size: calc(0.9rem * var(--adjust-product-grid));
  line-height: 1;
}
@media only screen and (max-width: 479px) {
  .product-grid-item__price {
    font-size: calc(1.1rem * var(--adjust-product-grid));
  }
}
.product-grid-item__price .product__unit-price {
  --text-size: calc(0.75rem * var(--adjust-product-grid));
  line-height: inherit;
}
@media only screen and (max-width: 479px) {
  .product-grid-item__price .product__unit-price {
    --text-size: calc(0.9rem * var(--adjust-product-grid));
  }
}
.product-grid-item__info--inline .product-grid-item__price .product__unit-price {
  --text-size: calc(0.75rem * var(--adjust-product-grid-heading));
}
@media only screen and (max-width: 479px) {
  .product-grid-item__info--inline .product-grid-item__price .product__unit-price {
    --text-size: calc(0.9rem * var(--adjust-product-grid-heading));
  }
}
.product-grid-item__info--inline .product-grid-item__price {
  font-size: calc(0.9rem * var(--adjust-product-grid-heading));
}
@media only screen and (max-width: 479px) {
  .product-grid-item__info--inline .product-grid-item__price {
    font-size: calc(1.1rem * var(--adjust-product-grid-heading));
  }
}

.product-grid-item__price-new {
  margin-right: 5px;
}
.product-grid-item__price-new:last-child {
  margin-right: 0;
}

.product-grid-item__info-separator {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: var(--BORDER-WIDTH);
  margin: 0 8px;
  background: var(--text);
  border-radius: 4px;
}

.product-grid-item__info--inline,
.product-grid-item__info--left {
  text-align: left;
}

.product-grid-item__info--inline .product-grid-item__swatch,
.product-grid-item__info--left .product-grid-item__swatch {
  justify-content: flex-start;
}

.product-grid-item__title {
  display: block;
  text-decoration: none;
  text-transform: none;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  font-size: calc(0.9rem * var(--adjust-product-grid-heading));
  line-height: 1;
}
@media only screen and (max-width: 479px) {
  .product-grid-item__title {
    font-size: calc(1.1rem * var(--adjust-product-grid-heading));
  }
}
.product-grid-item__title.font-heading {
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
}

.product-grid-item__info .product-cutline {
  margin: -2px 0 3px;
  line-height: 1;
  font-size: calc(0.8rem * var(--adjust-product-grid));
}
@media only screen and (max-width: 479px) {
  .product-grid-item__info .product-cutline {
    font-size: calc(0.95rem * var(--adjust-product-grid));
  }
}

.product-grid-item__swatch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 -6px;
  min-height: 12px;
}
@-moz-document url-prefix() {
  .product-grid-item__swatch {
    padding-bottom: 1px;
  }
}
@media (pointer: fine) {
  .product-grid-item__swatch::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .product-grid-item__swatch:hover .swatch__button.is-hidden {
    display: inline-block;
    animation: fadeIn 1s ease;
  }
  .product-grid-item__swatch:hover .swatch__text-more {
    display: none;
  }
}
.product-grid-item__swatch.is-visible .swatch__button.is-hidden, body:not(.no-outline) .product-grid-item__swatch:focus-within .swatch__button.is-hidden {
  display: inline-block;
  animation: fadeIn 1s ease;
}
.product-grid-item__swatch.is-visible .swatch__text-more, body:not(.no-outline) .product-grid-item__swatch:focus-within .swatch__text-more {
  display: none;
}
.product-grid-item__swatch .swatch__button {
  margin: 0 6px 6px 0;
  padding: 0;
}
.product-grid-item__swatch .swatch__button:last-child {
  margin-right: 0;
}
.product-grid-item__swatch .swatch__button.is-hidden {
  display: none;
}
.product-grid-item__swatch .swatch__button .swatch__label {
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 479px) {
  .product-grid-item__swatch .swatch__button .swatch__label {
    width: 15px;
    height: 15px;
  }
}

.product-grid__swatch--rectangle .swatch__button .swatch__label {
  border-radius: 0;
  width: 20px;
  height: 10px;
}
@media only screen and (max-width: 479px) {
  .product-grid__swatch--rectangle .swatch__button .swatch__label {
    width: 24px;
    height: 12px;
  }
}
.body--rounded-corners .product-grid__swatch--rectangle .swatch__button .swatch__label {
  border-radius: var(--radius-small);
}

.swatch__link--no-image {
  cursor: default;
}

.swatch__text-more {
  margin: 0 0 6px;
  font-size: calc(0.75rem * var(--adjust-product-grid));
  line-height: 12px;
  animation: fadeIn 1s ease;
}
.product-grid__swatch--rectangle .swatch__text-more {
  line-height: 10px;
}
@media only screen and (max-width: 479px) {
  .swatch__text-more {
    font-size: calc(0.9rem * var(--adjust-product-grid));
  }
}

.soldout .quick__form {
  display: none;
}

.product__media__holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.product__media__container {
  --aspect-ratio: 1;
  position: relative;
  grid-row-start: 1;
  grid-column-start: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.product__media__container--portrait {
  width: 0;
  height: 100%;
  padding-right: calc(var(--aspect-ratio) * var(--product-media-padding-top));
}

.product__media__container--landscape {
  width: 100%;
  height: 0;
  padding-top: calc(100% / var(--aspect-ratio));
}

.product__media img {
  image-rendering: auto;
}
.product__media.hidden {
  display: none;
  visibility: hidden;
  content-visibility: hidden;
}

.product__media--featured-secondary {
  z-index: 2;
}

.product__media--featured-visible {
  z-index: 3;
}

.product__media--featured-secondary.product__media--featured-visible {
  animation-name: fadeIn;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  z-index: 4;
}

.product__media__image--hover-wipe .product__media--featured-secondary.product__media--featured-visible {
  animation-name: clipPathFromLeft;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.75, -0.01, 0, 1.22);
}

.product__media__image--hover-slide .product__media--featured-secondary.product__media--featured-visible {
  animation-name: slideInFromLeft;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(1, 0, 0.6, 1);
}

.product__media__image--hover-none .product__media--featured-secondary.product__media--featured-visible {
  animation-duration: 0s;
  animation-delay: 0s;
}

.product__media__image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product__media__slider {
  display: block;
  height: 100%;
}
.product__media__slider .flickity-viewport {
  width: 100%;
  height: 100% !important;
}

.supports-touch .product__media__slider {
  display: none;
}

.product__media__slide {
  width: 100%;
  height: 100%;
  background-color: var(--bg);
}

.product__media__hover-img {
  z-index: 0;
}

.product__media__hover-img--visible {
  z-index: 1;
}

.product-grid-item__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.product-grid-item__image::before {
  content: "";
  padding-top: var(--product-media-padding-top);
  width: 100%;
  height: 100%;
  grid-row-start: 1;
  grid-column-start: 1;
}

.product-grid-item__image .btn-quick-buy {
  opacity: 0;
  transform: translate(calc(15px + var(--btn-icon-size) / 2), calc(15px + var(--btn-icon-size) / 2)) scale(0);
  transition: transform 0.3s ease, opacity 0.15s ease;
  transform-origin: right bottom;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .product-grid-item__image .btn-quick-buy {
    opacity: 1;
    transform: translate(0);
    will-change: opacity;
  }
}

.product-grid-item__image--hovered .btn-quick-buy,
.product-grid-item__image:hover .btn-quick-buy,
.product-grid-item__image:focus-within .btn-quick-buy {
  opacity: 1;
  transform: translate(0);
  transition-duration: 0.3s;
}

.product-grid-item__image--error .btn-quick-buy,
.product-grid-item__image--error:hover .btn-quick-buy,
.product-grid-item__image--error:focus-within .btn-quick-buy {
  opacity: 0;
  transform: translate(calc(15px + var(--btn-icon-size) / 2), calc(15px + var(--btn-icon-size) / 2)) scale(0);
}

.product-grid-item__image--error .errors {
  animation: fadeInOutError 6s ease;
}

.product-grid-item__quick-buy {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.product-badge {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  max-width: 100%;
  margin: 10px;
  display: grid;
  grid-template-columns: minmax(0, 100%);
  gap: 5px;
  justify-items: start;
  transition: transform 0.2s ease;
  pointer-events: none;
}
.product__block .product-badge {
  position: relative;
  margin: 0;
  pointer-events: auto;
}

.product-badge__item {
  font-family: var(--FONT-STACK-SUBHEADING);
  font-weight: var(--FONT-WEIGHT-SUBHEADING);
  font-size: calc(0.875rem * var(--FONT-ADJUST-SUBHEADING));
  text-transform: var(--SUBHEADING-TEXT-CAPS);
  letter-spacing: var(--LETTER-SPACING-SUBHEADING);
  color: inherit;
  background-color: var(--sale-bg);
  color: var(--sale-text);
  text-align: left;
  font-size: calc(0.6875rem * var(--adjust-badges));
  line-height: 1.2;
  transition: opacity 0.15s ease;
  padding: 6px 8px;
  height: auto;
  border-radius: var(--RADIUS-BADGE);
}
@media only screen and (max-width: 479px) {
  .product-badge__item {
    font-size: calc(0.825rem * var(--adjust-badges));
  }
  .product-grid-item__image .product-badge__item {
    font-size: calc(0.6875rem * var(--adjust-badges));
  }
}

.product-badge__item > span {
  display: block;
}

.product-badge__item--sold {
  background-color: var(--sold-bg);
  color: var(--sold-text);
}

.product-badge__item--custom {
  background-color: var(--custom-bg);
  color: var(--custom-text);
}

.product-badge__item--saving {
  background-color: var(--saving-bg);
  color: var(--saving-text);
}

.body--rounded-corners .product-grid-item__image,
.body--rounded-corners .product__media__container,
.body--rounded-corners .product__media__slider:not(.flickity-enabled) .product-gallery__media {
  border-radius: var(--radius);
  overflow: hidden;
}

body:not(.no-outline) .product-grid-item .btn:focus, body:not(.no-outline) .product-grid-item .shopify-payment-button__button--unbranded:focus, body:not(.no-outline) .product-grid-item .btn.focus-visible, body:not(.no-outline) .product-grid-item .focus-visible.shopify-payment-button__button--unbranded {
  opacity: 1;
  transform: translateY(0);
  transition: none;
}
body:not(.no-outline) .product__media:focus,
body:not(.no-outline) .product__media.focus-visible {
  outline: -webkit-focus-ring-color auto 5px;
}
body:not(.no-outline) .product__media__holder:focus .product__media {
  outline: auto;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -6px;
}
body:not(.no-outline) .product__media__hover {
  display: none;
}
body:not(.no-outline) .product-grid-item__image:hover .product__media__image--hover-wipe {
  -webkit-clip-path: unset;
          clip-path: unset;
}

.no-js .product__media__slide:not(:first-child) {
  display: none !important;
}

/*================ Siblings ================*/
.siblings {
  --swatch: var(--text);
  --swatch-size: 44px;
  --inner-offset: calc(var(--BORDER-WIDTH) + 2px);
  --swatches-gap: 12px;
  border: 0;
  margin: 0 0 calc(-1 * var(--swatches-gap));
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .siblings {
    --swatches-gap: 8px;
  }
}

.siblings__legend {
  flex: 0 0 100%;
}

.siblings__button {
  position: relative;
  width: var(--swatch-size);
  height: var(--swatch-size);
  min-width: var(--swatch-size);
  display: block;
}
.siblings__button .lazy-image {
  height: 100%;
}

.siblings__swatch {
  margin: 0 var(--swatches-gap) var(--swatches-gap) 0;
  overflow: hidden;
}
.siblings__swatch:last-child {
  margin-right: 0;
}

.siblings__swatch[aria-current=true] {
  cursor: default;
}
.siblings__swatch[aria-current=true] .siblings__button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--swatch-size);
  height: var(--swatch-size);
  min-width: var(--swatch-size);
  border: var(--BORDER-WIDTH) solid var(--swatch);
  z-index: 10;
}
.siblings__swatch[aria-current=true] .siblings__button {
  border: var(--inner-offset) solid var(--bg);
}

.siblings__swatch--sold-out img {
  opacity: 0.8;
}
.siblings__swatch--sold-out .siblings__button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: var(--BORDER-WIDTH);
  height: 100%;
  border-radius: 0;
  background: var(--text);
  transform: translate(-50%, -50%) rotate(45deg);
}
.siblings__swatch--sold-out[aria-current=true] .siblings__button:before {
  height: calc(100% + 2 * var(--inner-offset));
}

.siblings__swatch--circle img,
.siblings__swatch--circle svg {
  border-radius: 50%;
  overflow: hidden;
}
.siblings__swatch--circle .siblings__button,
.siblings__swatch--circle .siblings__button:after {
  border-radius: 50%;
}

.siblings__swatch--colors {
  --swatch: #CCC;
}
.siblings__swatch--colors .icon-check {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  transform: translate(-50%, -50%);
}
.siblings__swatch--colors .siblings__button {
  background: var(--swatch) no-repeat center center/cover;
}

.siblings__swatch--rectangle {
  --swatch-size: 56px;
  --rectangle-ratio: calc(var(--swatch-size) / 1.6);
}
.siblings__swatch--rectangle svg,
.siblings__swatch--rectangle .siblings__button, .siblings__swatch--rectangle[aria-current=true] .siblings__button:after {
  height: var(--rectangle-ratio);
}
.siblings__swatch--rectangle[aria-current=true] svg {
  height: calc(var(--rectangle-ratio) - var(--inner-offset) * 2);
}
.siblings__swatch--rectangle.siblings__swatch--sold-out .siblings__button:before {
  --offset-diagonals: calc(var(--inner-offset) * 1.4);
  height: calc(var(--swatch-size) + var(--offset-diagonals) * 2);
  transform: translate(-50%, -50%) rotate(59deg);
}

.palette--light .siblings__swatch--colors .siblings__button[data-swatch=white i] {
  border: var(--BORDER-WIDTH) solid var(--COLOR-BORDER);
}
.palette--light .siblings__swatch--colors[aria-current=true] .siblings__button[data-swatch=white i] {
  border: var(--inner-offset) solid var(--COLOR-BLACK-ALPHA-10);
}
.palette--light .siblings__swatch--colors[aria-current=true] .siblings__button[data-swatch=white i]:after {
  border-color: var(--COLOR-BLACK);
}
.palette--light .siblings__swatch--colors.siblings__swatch--sold-out .siblings__button[data-swatch=black i]:before {
  background: var(--COLOR-WHITE);
}

.palette--light .siblings__swatch--image[aria-current=true] .siblings__button[data-swatch=white i]:after {
  border-color: var(--text);
}

.palette--dark .siblings__swatch--colors .siblings__button[data-swatch=black i] {
  border: var(--BORDER-WIDTH) solid var(--COLOR-BORDER);
}
.palette--dark .siblings__swatch--colors[aria-current=true] .siblings__button[data-swatch=black i] {
  border: var(--inner-offset) solid var(--COLOR-WHITE-ALPHA-50);
}
.palette--dark .siblings__swatch--colors[aria-current=true] .siblings__button[data-swatch=black i]:after {
  border-color: var(--COLOR-WHITE);
}
.palette--dark .siblings__swatch--colors.siblings__swatch--sold-out .siblings__button[data-swatch=white i]:before {
  background: var(--COLOR-BLACK);
}

.palette--dark .siblings__swatch--image[aria-current=true] .siblings__button[data-swatch=black i]:after {
  border-color: var(--text);
}

/*================ Product subscriptions ================*/
.product__subs {
  padding: 0;
  border: 0;
  margin: 0;
}

.product__subs__group {
  display: block;
  border: var(--BORDER-WIDTH) solid var(--border);
}

.product__subs__group + .product__subs__group {
  border-top: none;
}

.product__subs__plans {
  margin-left: 1.5rem;
}
.product__subs__plans .product__subs__option {
  padding-top: 0;
}

.product__subs__option {
  display: flex;
  width: 100%;
  padding: var(--form-top) var(--form-left);
  align-items: center;
  cursor: pointer;
  line-height: 1.3;
  font-size: calc(0.875rem * var(--adjust-body));
  font-family: var(--FONT-STACK-BODY);
}
@media only screen and (max-width: 767px) {
  .product__subs__option {
    font-size: calc(0.75rem * var(--adjust-body));
    line-height: 1.1;
    padding: 10px 12px;
  }
}
.product__subs__option input[type=radio] {
  background-color: transparent;
  color: var(--text-darken);
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  padding: 0;
  border: 0;
  margin: 0 0.5rem 0 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .product__subs__option input[type=radio] {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.product__subs__option input[type=radio]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: var(--BORDER-WIDTH) solid var(--text-darken);
  box-sizing: border-box;
}
.product__subs__option input[type=radio]:checked:before {
  background-image: radial-gradient(var(--PRIMARY-BUTTONS-COLOR-BG) 50%, var(--bg) 51%);
}

.product__subs__description {
  color: var(--text-lighten);
  font-size: calc(0.875rem * var(--adjust-body));
  background: var(--hairline);
  margin: 0;
  padding: 10px 20px;
  font-style: var(--FONT-STYLE-BODY-ITALIC);
}
.product__subs__description:empty {
  display: none;
}

[data-subscription-watch-price] {
  display: none;
}

.body--rounded-corners .product__subs__group:first-of-type {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.body--rounded-corners .product__subs__group:last-of-type {
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

.no-js .product__subs__plans.hidden {
  display: block;
}

/*================ Product Upsell ================*/
.body--rounded-corners .upsell__products {
  overflow: initial;
}
.upsell__products .flickity-page-dots {
  --text: var(--COLOR-TEXT);
  bottom: -28px;
}

.upsell__products--slider {
  padding-bottom: max(54px, var(--padding-bottom));
}

.product-upsell__holder {
  --heading: var(--upsells-text);
  --text-lighten: var(--upsells-text-lighten);
  --disabled-grey-darken: var(--upsells-disabled-grey-darken);
  --inner: 12px;
  --border-color: var(--upsells-border, transparent);
  border: var(--BORDER-WIDTH) solid var(--border-color);
  padding: var(--inner);
  width: 100%;
  background-color: var(--upsells-bg);
  color: var(--upsells-text);
  transition: opacity 0.3s;
}
.product-upsell__holder.fade-out {
  opacity: 0;
}
.flickity-slider .product-upsell__holder {
  margin-right: var(--inner);
}

.product-upsell__holder__title {
  font-weight: var(--FONT-WEIGHT-HEADING);
  --heading-size: calc(1rem * var(--adjust-heading));
  font-size: var(--heading-size);
}
@media only screen and (max-width: 767px) {
  .product-upsell__holder__title {
    --heading-size: calc(0.875rem * var(--adjust-heading));
  }
}

.product-upsell {
  min-height: calc(var(--UPSELLS-HEIGHT) - 2 * (var(--inner) + var(--BORDER-WIDTH)));
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.product-upsell__content {
  position: relative;
  z-index: 2;
  flex: 0 0 calc(100% - var(--UPSELLS-IMAGE-WIDTH));
  max-width: calc(100% - var(--UPSELLS-IMAGE-WIDTH));
  padding: 5px 0 5px var(--inner);
  font-size: calc(1rem * var(--adjust-body));
  display: flex;
  flex-flow: column wrap;
}
.product-upsell__content .shopify-product-form {
  margin-top: auto;
}

.product-upsell__image {
  position: relative;
  max-width: var(--UPSELLS-IMAGE-WIDTH);
  flex: 0 0 var(--UPSELLS-IMAGE-WIDTH);
  display: block;
  background-color: var(--upsells-bg);
  overflow: hidden;
}

.product-upsell__title {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  text-transform: var(--HEADING-TEXT-CAPS);
  letter-spacing: var(--LETTER-SPACING-HEADING);
  font-size: calc(1rem * var(--adjust-heading));
  margin: 0 10px 10px 0;
}

.product-upsell__subtitle {
  margin: 0 0 10px;
  font-size: calc(0.75rem * var(--adjust-body));
}

.product-upsell__row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.product-upsell__variant-title {
  color: var(--text-lighten);
  font-size: calc(0.8rem * var(--adjust-body));
  margin: 0;
}

.product-upsell__variant-title span {
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  margin: 0 4px;
  background-color: currentcolor;
  vertical-align: middle;
  opacity: 0.8;
}

.product-upsell__price {
  margin: 0 0 10px;
  font-size: calc(0.75rem * var(--adjust-body));
}

.product-upsell__price-new {
  margin-right: 5px;
}
.product-upsell__price-new:last-child {
  margin-right: 0;
}

.product-upsell__unit-price {
  --text-size: calc(0.75rem * var(--adjust-body));
  font-size: var(--text-size);
  line-height: calc(1.171875 * var(--adjust-body));
  opacity: 0.5;
}

.product-upsell__btn {
  min-width: 0;
  margin-top: auto;
  align-self: flex-start;
}
@media only screen and (max-width: 479px) {
  .product-upsell__btn {
    width: auto;
  }
}
.product-upsell__btn.btn--small {
  --top-bottom-padding: 6px;
  --left-right-padding: 20px;
}
.product-upsell__btn.btn--medium {
  --top-bottom-padding: 9px;
  --left-right-padding: 26px;
}
.product-upsell__btn.btn--large {
  --top-bottom-padding: 12px;
  --left-right-padding: 28px;
}

.product-upsell__btn-hidden {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 80%;
  opacity: 0;
  white-space: nowrap;
}

.product-upsell__btn-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content-visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-upsell__btn-check {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 8px;
  border-left: var(--BORDER-WIDTH) solid var(--white);
  border-bottom: var(--BORDER-WIDTH) solid var(--white);
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
}

.product-upsell__btn.is-success,
.product-upsell__btn.is-success:disabled,
.product-upsell__btn.is-success:disabled:hover {
  --btn-text: var(--SECONDARY-BUTTONS-COLOR-BG);
  --btn-bg: var(--SECONDARY-BUTTONS-COLOR-TEXT);
  --btn-border: var(--SECONDARY-BUTTONS-COLOR-TEXT);
}

.product-upsell__btn.is-loading .svg-loader circle {
  stroke: var(--SECONDARY-BUTTONS-COLOR-ALPHA-50);
}
.product-upsell__btn.is-loading .svg-loader circle ~ circle {
  stroke: var(--SECONDARY-BUTTONS-COLOR-TEXT);
}

.product-upsell__btn.is-loading,
.product-upsell__btn.is-loading:disabled,
.product-upsell__btn.is-loading:disabled:hover,
.product-upsell__btn.btn--secondary.is-loading:hover {
  --btn-text: var(--SECONDARY-BUTTONS-COLOR-TEXT);
  --btn-bg: var(--SECONDARY-BUTTONS-COLOR-BG);
}

.product-upsell__btn.btn--secondary.is-loading:hover, .btn--secondary .product-upsell__btn.is-loading.shopify-payment-button__button--unbranded:hover {
  transition: none;
}
.product-upsell__btn.btn--secondary.is-loading:hover:before, .btn--secondary .product-upsell__btn.is-loading.shopify-payment-button__button--unbranded:hover:before {
  transform-origin: unset;
  transform: scaleY(0);
}

.product-upsell__btn.is-success > .product-upsell__btn-text,
.product-upsell__btn.is-success > .product-upsell__btn-price {
  opacity: 0;
}
.product-upsell__btn.is-success > .product-upsell__btn-check {
  opacity: 1;
  border-left-color: currentcolor;
  border-bottom-color: currentcolor;
}

.product-upsell__btn.is-loading {
  pointer-events: none;
}
.product-upsell__btn.is-loading > .product-upsell__btn-text,
.product-upsell__btn.is-loading > .product-upsell__btn-price,
.product-upsell__btn.is-loading > .product-upsell__btn-check {
  opacity: 0;
}
.product-upsell__btn.is-loading > .product-upsell__btn-progress {
  opacity: 1;
  content-visibility: visible;
}
.product-upsell__btn.is-loading > .product-upsell__btn-progress circle ~ circle {
  animation-play-state: running;
}

.product-upsell__out-of-stock {
  display: none;
  color: var(--disabled-grey-darken);
  margin: 8px 0 0;
  font-size: inherit;
}

.product-upsell__btn.is-hidden {
  display: none;
}

.product-upsell__btn.is-hidden ~ .product-upsell__out-of-stock {
  display: block;
}

.product-upsell__unavailable {
  margin: 0;
  font-size: calc(0.875rem * var(--adjust-body));
  opacity: 0.65;
}

.product-upsell__errors {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  max-height: 0;
  border: var(--BORDER-WIDTH) solid var(--error);
  border-radius: var(--RADIUS-CHECKBOX);
  background-color: var(--error-bg);
  color: var(--error);
  opacity: 0;
  transition: all 0.3s;
}
.product-upsell__errors.is-visible {
  visibility: visible;
  max-height: 100vh;
  margin: 10px 0;
  opacity: 1;
}
.product-upsell__errors .errors {
  padding: 10px 40px 10px 10px;
  margin: 0;
  border: none;
  text-align: left;
}
.product-upsell__errors .errors__close {
  position: absolute;
  top: 4px;
  right: 12px;
  width: 20px;
  height: 20px;
  padding: 5px;
  z-index: 20;
  cursor: pointer;
}
.product-upsell__errors .icon {
  width: 100%;
  height: 100%;
}

.product-upsell__holder--cart .product-upsell,
.product-upsell__holder--cart .product-upsell__errors.is-visible {
  margin-bottom: 0;
}
.product-upsell__holder--cart .product-upsell__title {
  font-size: calc(0.815rem * var(--adjust-body));
}
.product-upsell__holder--cart .product-upsell__btn,
.product-upsell__holder--cart .product-upsell__variant-title {
  font-size: calc(0.6875rem * var(--adjust-body));
}

.body--rounded-corners .product-upsell__image,
.body--rounded-corners .product-upsell__image img,
.body--rounded-corners .product-upsell__holder,
.body--rounded-corners .upsell__products__slider .flickity-viewport {
  border-radius: var(--radius);
  overflow: hidden;
}

/*================ Progress bar ================*/
.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 4px 8px;
  height: 8px;
  border-radius: 4px;
  z-index: 1;
  pointer-events: none;
}

.progress-bar__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
  width: 0%;
  background-color: var(--white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);
  animation: none;
  animation-fill-mode: forwards;
}

.progress-bar__inner.fill {
  animation: progressBar var(--autoplay-speed) linear;
}

hover-slideshow .btn-quick-buy {
  bottom: 20px;
}

/*================ PhotoSwipe overwrites  ================*/
.pswp {
  z-index: 10000;
}
.pswp .pswp__bg {
  background: var(--black-alpha-60);
}
.pswp .pswp__zoom-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pswp .pswp__custom-inner {
  max-width: 920px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.pswp .pswp__custom-inner:before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.pswp .pswp__custom-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.pswp .pswp__custom-iframe-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.pswp .pswp__custom-iframe-outer > video,
.pswp .pswp__custom-iframe-outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp .pswp__button {
  display: none;
  padding: 0;
  line-height: 1;
  font-size: 100%;
}
.pswp .pswp__custom-close {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  padding: 12px;
  z-index: 4;
  border: 0;
  background-color: var(--bg);
  color: var(--text);
  text-align: center;
}
.pswp .pswp__custom-close:hover .icon-close {
  transform: rotate(90deg);
}
.pswp .pswp__counter {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  white-space: nowrap;
  font-size: calc(0.875rem * var(--adjust-body));
  line-height: 24px;
  padding: 10px 20px;
  color: var(--text);
  background: var(--text-alpha-5);
}
.pswp .pswp__loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.4s, visibility 0.4s;
}
.pswp .pswp__loader .loader__image {
  visibility: initial;
}

.pswp.pswp--animate_opacity {
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp .pswp__zoom-wrap {
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.175, 1);
}

.pswp .pswp__bg {
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--not-close-btn .pswp__custom-close {
  display: none;
}

.pswp[data-pswp-option-classes*=pswp-zoom-gallery] {
  position: fixed;
  display: block;
  opacity: 1 !important;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__img--placeholder {
  display: none;
}

.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__loader,
.pswp-zoom-gallery .pswp__loader {
  z-index: 5;
  display: block;
  background: var(--bg);
  animation: 0.3s ease-in forwards fadeOut;
  opacity: 0;
  pointer-events: none;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__bg,
.pswp-zoom-gallery .pswp__bg {
  background: var(--bg);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__container,
.pswp-zoom-gallery .pswp__container {
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__zoom-wrap,
.pswp-zoom-gallery .pswp__zoom-wrap {
  display: block;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__item,
.pswp-zoom-gallery .pswp__item {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__item,
  .pswp-zoom-gallery .pswp__item {
    overflow: hidden;
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right,
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left,
.pswp-zoom-gallery .pswp__button--arrow--right,
.pswp-zoom-gallery .pswp__button--arrow--left {
  display: block;
  position: absolute;
  top: 50%;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left,
.pswp-zoom-gallery .pswp__button--arrow--left {
  left: 10px;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right,
.pswp-zoom-gallery .pswp__button--arrow--right {
  right: 10px;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumbs,
.pswp-zoom-gallery .pswp__thumbs {
  position: absolute;
  bottom: -146px;
  left: 0;
  z-index: 2;
  overflow-x: auto;
  width: 100%;
  padding: 10px 10px 16px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  display: none;
}
@media only screen and (max-width: 767px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumbs,
  .pswp-zoom-gallery .pswp__thumbs {
    bottom: 0;
    padding: 10px 0;
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb,
.pswp-zoom-gallery .pswp__thumb {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: var(--BORDER-WIDTH) solid transparent;
  margin: 10px;
  background: var(--bg) no-repeat center center/105%;
  color: inherit;
  vertical-align: top;
  transition: border 0.2s, transform 0.2s;
  transition: all 0.2s ease-in-out;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb:hover,
.pswp-zoom-gallery .pswp__thumb:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb,
  .pswp-zoom-gallery .pswp__thumb {
    width: 42px;
    height: 42px;
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb.is-current,
.pswp-zoom-gallery .pswp__thumb.is-current {
  border-color: var(--bg);
}
@media only screen and (max-width: 767px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb.is-current,
  .pswp-zoom-gallery .pswp__thumb.is-current {
    transform: scale(1.4);
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption,
.pswp-zoom-gallery .pswp__caption {
  display: none;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 30px;
  max-width: 50vw;
  padding: 10px 20px 10px 50px;
  background: var(--bg);
}
@media only screen and (max-width: 767px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption,
  .pswp-zoom-gallery .pswp__caption {
    top: 50px;
    left: 10px;
    max-width: 250px;
    max-width: calc(100% - 80px);
    padding: 7px 14px 7px 7px;
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .pswp__caption__center *:not(.product__title),
.pswp-zoom-gallery .pswp__caption .pswp__caption__center *:not(.product__title) {
  display: none;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .product__link-holder,
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .product-badge,
.pswp-zoom-gallery .pswp__caption .product__link-holder,
.pswp-zoom-gallery .pswp__caption .product-badge {
  display: none;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption h1,
.pswp-zoom-gallery .pswp__caption h1 {
  margin: 0 0 5px;
  font-size: calc(1.375rem * var(--adjust-heading));
}
@media only screen and (max-width: 767px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption h1,
  .pswp-zoom-gallery .pswp__caption h1 {
    font-size: calc(1rem * var(--adjust-heading));
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption h1:last-child,
.pswp-zoom-gallery .pswp__caption h1:last-child {
  margin-bottom: 0;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption div,
.pswp-zoom-gallery .pswp__caption div {
  margin-top: 0;
  font-size: calc(1rem * var(--adjust-body));
}
@media only screen and (max-width: 767px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption div,
  .pswp-zoom-gallery .pswp__caption div {
    font-size: calc(0.875rem * var(--adjust-body));
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption div:last-child,
.pswp-zoom-gallery .pswp__caption div:last-child {
  margin-bottom: 0;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption--fake,
.pswp-zoom-gallery .pswp__caption--fake {
  display: none;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery].pswp--custom-loader .pswp__loader,
.pswp-zoom-gallery.pswp--custom-loader .pswp__loader {
  animation-name: fadeIn;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery].pswp--custom-loader .loader--image,
.pswp-zoom-gallery.pswp--custom-loader .loader--image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery].pswp--custom-loader .loader__image,
.pswp-zoom-gallery.pswp--custom-loader .loader__image {
  background: var(--loading-svg) no-repeat center center/320px;
  width: 150px;
  height: 150px;
}
.palette--dark .pswp[data-pswp-option-classes*=pswp-zoom-gallery].pswp--custom-loader .loader__image,
.palette--dark .pswp-zoom-gallery.pswp--custom-loader .loader__image {
  filter: invert(1);
}

.pswp-zoom-gallery--single[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right,
.pswp-zoom-gallery--single[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left,
.pswp-zoom-gallery--single[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumbs,
.pswp-zoom-gallery--single .pswp__button--arrow--right,
.pswp-zoom-gallery--single .pswp__button--arrow--left,
.pswp-zoom-gallery--single .pswp__thumbs {
  display: none;
}

.pswp--notification {
  transition: opacity 0.3s ease;
}
.pswp--notification .pswp__container {
  -webkit-user-select: auto;
  user-select: auto;
}
.pswp--notification .pswp__zoom-wrap {
  transition: none;
}
.pswp--notification .pswp__scroll-wrap {
  width: 100vw;
}

/*================ "Quick shop" ================*/
.popup-quick-view {
  --inner: 25px;
  position: fixed;
  bottom: 0;
  min-width: 320px;
  height: auto;
  overflow: visible;
  pointer-events: none;
}

.popup-quick-view .pswp__bg {
  left: -100vw;
  width: 200vw;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .popup-quick-view .pswp__bg {
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 200vh;
  }
}

.popup-quick-view .pswp__container {
  -webkit-user-select: auto;
          user-select: auto;
}

@media only screen and (max-width: 767px) {
  .popup-quick-view .pswp__zoom-wrap {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .popup-quick-view .product-gallery {
    margin-bottom: 0;
  }
}

.popup-quick-view .flickity-slider {
  display: flex;
  align-items: center;
}

.popup-quick-view .product-gallery__media-slide {
  margin-right: 10px;
}

.popup-quick-view .product-gallery__media {
  padding-top: 100%;
}

.popup-quick-view .product-gallery__media img {
  object-fit: cover;
}

.popup-quick-view .product-gallery__media-space {
  display: none;
}

.popup-quick-view .product__price {
  align-items: center;
  font-size: calc(1rem * var(--adjust-body));
  line-height: 1.25;
}

.popup-quick-view .product__price--off {
  padding-top: 4px;
}
.popup-quick-view .product__price--off .product__final-sale-wrap,
.popup-quick-view .product__price--off .product__price-badge {
  margin-bottom: 0.5rem;
}

.popup-quick-view .product__unit-price {
  margin-bottom: 8px;
  line-height: inherit;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view .product__unit-price {
    margin-top: 0;
  }
}

.popup-quick-view .product__notification {
  width: 100%;
}

.popup-quick-view .product__notification .contact-form {
  margin-bottom: var(--form-margin);
}
.popup-quick-view .product__notification .contact-form:last-child {
  margin-bottom: 0;
}

.popup-quick-view .input-group--inline,
.popup-quick-view .input-group__item {
  max-width: none;
}

.popup-quick-view .product__submit__buttons .btn, .popup-quick-view .product__submit__buttons .shopify-payment-button__button--unbranded {
  min-width: 0;
}

.popup-quick-view .product__submit__add,
.popup-quick-view .shopify-payment-button {
  width: 100%;
}

.popup-quick-view .variant--soldout .product__submit__add {
  pointer-events: none;
}

.popup-quick-view .product-cutline {
  margin: 12px 0 0;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view .product-cutline {
    margin-top: 10px;
    font-size: calc(0.8rem * var(--adjust-body));
  }
}

@media only screen and (max-width: 767px) {
  .popup-quick-view .variant__countdown {
    font-size: calc(0.75rem * var(--adjust-body));
    margin-bottom: 12px;
  }
}

.popup-quick-view__inner {
  width: var(--drawer-width);
  max-width: 100%;
  display: block;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__inner {
    width: 100%;
  }
}

.popup-quick-view__form {
  display: block;
  background: var(--bg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  gap: 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form {
    border-radius: 20px 20px 0 0;
  }
}

.palette--light .popup-quick-view__form--onboarding .swatch__button .swatch__label[data-swatch=white i] {
  --swatch: #FFF;
}

.palette--light .popup-quick-view__form--onboarding .swatch__button .swatch__label[data-swatch=grey i] {
  --swatch: #808080;
}

.palette--light .popup-quick-view__form--onboarding .swatch__button .swatch__label[data-swatch=black i] {
  --swatch: #000;
}

.popup-quick-view__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.popup-quick-view__wrapper::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__wrapper {
    height: auto;
    max-height: 75vh;
  }
}

.popup-quick-view__body {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: var(--inner) var(--grid-gutter);
  width: 100%;
  min-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.popup-quick-view__body::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .popup-quick-view__body {
    min-height: 200px;
  }
}

.popup-quick-view__body__inner {
  display: grid;
}

.popup-quick-view__foot {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: calc(var(--inner) / 2) var(--grid-gutter) var(--inner);
  margin-top: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__foot {
    border-top: var(--BORDER-WIDTH) solid var(--COLOR-BORDER);
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px 0;
  }
}
.popup-quick-view__foot::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 25px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--bg) 100%);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__foot::before {
    content: none;
  }
}

.popup-quick-view__foot__inner {
  position: relative;
}

.popup-quick-view__title {
  --adjust-heading: var(--adjust-heading-desktop, var(--FONT-ADJUST-HEADING));
  margin-bottom: 10px;
  font-size: calc(1.8rem * var(--adjust-heading));
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__title {
    --adjust-heading: var(--adjust-heading-mobile, var(--FONT-ADJUST-HEADING));
    margin-bottom: var(--form-margin-mobile);
  }
}

.popup-quick-view__close {
  position: absolute;
  top: 8px;
  right: 0;
  width: 54px;
  height: 54px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
  top: 0;
}
.popup-quick-view__close svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.popup-quick-view__close:hover svg {
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__close {
    padding: 15px;
  }
}

.popup-quick-view--shop-the-look .popup-quick-view__close {
  --drawer-top-padding: var(--inner);
  --heading-height: calc(1.25 * 1.37rem * var(--adjust-heading));
  --heading-padding: 22px;
  --close-button-height: 54px;
  --visual-adjustment: 2px;
  --top-offset: calc((var(--drawer-top-padding) + var(--heading-height) + var(--heading-padding)) / 2 - var(--close-button-height) / 2);
  top: auto;
  right: auto;
  inset-block-start: calc(var(--top-offset) + var(--visual-adjustment));
  inset-inline-end: 4px;
  padding: 11px;
}
.popup-quick-view--shop-the-look:has(.popup-quick-view__nav--thumbs-only) .popup-quick-view__close {
  --visual-adjustment: 0px;
}
.popup-quick-view--shop-the-look .cart-drawer__empty-message-bottom p {
  margin-block: calc(var(--inner) / 2) 0;
}

.popup-quick-view__nav {
  --space-between: 14px;
  --border: var(--BORDER-WIDTH) solid var(--COLOR-BORDER);
  margin-block-end: var(--inner);
  border-block-end: var(--border);
  padding-block: 0 var(--space-between);
}

.popup-quick-view__nav-title {
  margin-block-end: var(--space-between);
  border-block-end: var(--border);
  padding-block: 2px 20px;
  padding-inline: 0 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__nav-title {
    --heading-size: calc(1.37rem * var(--adjust-heading));
  }
}

.popup-quick-view__nav-thumbs {
  max-width: 87%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.popup-quick-view__nav-thumb {
  display: block;
  padding-inline-end: var(--space-between);
}

.popup-quick-view__nav-media {
  position: relative;
}
.popup-quick-view__nav-media::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset-block-start: 0;
  inset-inline-start: 0;
  border: var(--border);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.popup-quick-view__nav-media .product-single__thumbnail,
.popup-quick-view__nav-media .popup-quick-view__thumbnail {
  overflow: hidden;
  padding: 100% 0 0;
  background: inherit;
}
.popup-quick-view__nav-media .lazy-image,
.popup-quick-view__nav-media .placeholder-svg,
.popup-quick-view__nav-media .placeholder-svg-filled {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-quick-view__nav-media .product-single__thumbnail .icon {
  position: absolute;
  top: 2px;
  right: 2px;
  margin: 2px;
  width: 16px;
  height: 16px;
}

.popup-quick-view__nav-thumb.is-loading {
  pointer-events: none;
}

.popup-quick-view__nav-thumb.is-active .popup-quick-view__nav-media::before {
  opacity: 1;
  visibility: visible;
}

.popup-quick-view__view-button {
  display: inline-block;
  margin-top: 10px;
  background-color: var(--bg);
  text-decoration: underline;
  text-decoration-thickness: var(--BORDER-WIDTH);
  font-size: calc(0.9rem * var(--adjust-body));
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__view-button {
    margin-top: 25px;
    font-size: calc(0.75rem * var(--adjust-body));
  }
}
.popup-quick-view__view-button:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .popup-quick-view__view-button--desktop {
    display: none;
  }
}

.popup-quick-view__foot__inner {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__foot__inner {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .popup-quick-view__form--small .popup-quick-view__title {
    padding-right: calc(var(--inner) / 2);
  }
}

.popup-quick-view__form--small .popup-quick-view__body__inner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--inner);
  margin-bottom: var(--form-margin);
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--small .popup-quick-view__body__inner {
    margin-bottom: var(--form-margin-mobile);
  }
}

.popup-quick-view__form--small .popup-quick-view__content {
  order: 2;
}

.popup-quick-view__form--small .flickity-button {
  display: none;
}

.popup-quick-view__form--small .popup-quick-view__content {
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--small .popup-quick-view__content {
    padding: 0;
  }
}

.popup-quick-view__form--small .product__price {
  flex-direction: column;
  margin-right: 0;
  align-items: flex-start;
}

.popup-quick-view__form--small .product__price--sale,
.popup-quick-view__form--small .product__price--compare {
  margin-right: 0;
}

.popup-quick-view__form--small .product__price--sale {
  margin-bottom: 2px;
}

.popup-quick-view__form--small .product__price--compare {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--small .product__price--compare {
    margin-bottom: var(--form-margin-mobile);
  }
}

.popup-quick-view__form--small .product__price--compare + .product__unit-price {
  margin-top: -6px;
  margin-bottom: 10px;
}

.popup-quick-view__form--small .product__unit-price {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .popup-quick-view__form--small .product-cutline {
    margin-top: 10px;
  }
}

.popup-quick-view__form--large .popup-quick-view__body__inner {
  margin-bottom: var(--form-margin);
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--large .popup-quick-view__body__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--inner);
  }
}

@media only screen and (max-width: 767px) {
  .popup-quick-view__form--large .flickity-button {
    display: none;
  }
}

.popup-quick-view__form--large .product-gallery__media-slider {
  margin-right: calc(var(--inner) * -1);
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--large .product-gallery__media-slider {
    margin-right: 0;
  }
}

.popup-quick-view__form--large .product-gallery__media-slider .flickity-prev-next-button.next {
  right: calc(var(--inner) + var(--flickity-btn-position));
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--large .product-gallery__media-slider .flickity-prev-next-button.next {
    right: 0;
  }
}

.popup-quick-view__form--large .product-gallery__media-slide {
  width: 84%;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--large .product-gallery__media-slide {
    width: 100%;
  }
}

.popup-quick-view__form--large .product-gallery__media-slide:only-child {
  width: 100%;
  padding-right: var(--inner);
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--large .product-gallery__media-slide:only-child {
    padding-right: 0;
  }
}

.popup-quick-view__form--large .product-gallery__media-slide:not(.is-selected) .deferred-media:not([loaded]) {
  background: none;
}

.popup-quick-view__form--large .popup-quick-view__content {
  margin-bottom: var(--form-margin);
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--large .popup-quick-view__content {
    order: 2;
    margin-bottom: 0;
  }
}

.popup-quick-view__form--large .popup-quick-view__title {
  padding-right: var(--inner);
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--large .popup-quick-view__title {
    padding-right: calc(var(--inner) / 2);
  }
}

@media only screen and (max-width: 767px) {
  .popup-quick-view__form--large .product__price {
    margin-right: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .popup-quick-view__form--large .product__price--sale,
  .popup-quick-view__form--large .product__price--compare {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .popup-quick-view__form--large .product__price--compare {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .popup-quick-view__form--large .product__price--compare + .product__unit-price {
    margin-top: -6px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .popup-quick-view__form--large .product__price--sale {
    margin-bottom: 2px;
  }
}

.popup-quick-view__form--large .select-popout__list {
  top: auto;
  bottom: 100%;
  margin: 0 0 5px;
}

.popup-quick-view .pswp__bg {
  transition: opacity 0.4s ease-in-out;
}

.popup-quick-view--animate-in {
  animation: quickViewAnimateInLeft 0.4s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view--animate-in {
    animation: quickViewAnimateInUp 0.4s ease-in-out;
  }
}

@media only screen and (max-width: 767px) {
  .popup-quick-view--shop-the-look.popup-quick-view--animate-in {
    pointer-events: none;
    animation: quickViewAnimateInUp 0.3s ease-in;
  }
}

.popup-quick-view--animate-in .popup-quick-view__foot__inner {
  animation: quickViewAnimateInUp 0.4s;
  animation-delay: 0.2s;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view--animate-in .popup-quick-view__foot__inner {
    animation: none;
  }
}

.popup-quick-view--animated {
  pointer-events: all;
}

.popup-quick-view--animated .popup-quick-view__foot__inner {
  opacity: 1;
}

.popup-quick-view--animate-out {
  animation: quickViewAnimateOutRight 0.4s ease-in-out;
  animation-fill-mode: both;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view--animate-out {
    pointer-events: none;
    animation: quickViewAnimateOutDown 0.4s ease-in-out;
  }
}

@media only screen and (max-width: 767px) {
  .popup-quick-view--shop-the-look.popup-quick-view--animate-out {
    animation: quickViewAnimateOutDown 0.3s linear;
  }
}

.popup-quick-view--animate-out .pswp__bg {
  opacity: 0 !important;
}

@keyframes quickViewAnimateInLeft {
  from {
    opacity: 0 !important;
    transform: translateX(var(--drawer-width));
  }
  to {
    opacity: 1 !important;
    transform: translateZ(0);
  }
}
@keyframes quickViewAnimateInUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes quickViewAnimateOutRight {
  from {
    transform: translateZ(0);
  }
  to {
    transform: translateX(var(--drawer-width));
  }
}
@keyframes quickViewAnimateOutDown {
  from {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
.body--rounded-corners .popup-quick-view .product-gallery__media img,
.body--rounded-corners .popup-quick-view__nav-media,
.body--rounded-corners .popup-quick-view__nav-media::before {
  border-radius: var(--radius);
  overflow: hidden;
}
.body--rounded-corners .popup-quick-view__form--large .flickity-viewport {
  border-radius: 0;
}

/*================ Recipient form ================*/
.recipient-form .form__label {
  margin: 10px 0;
  font-size: calc(1.1rem * var(--adjust-label));
}
@media only screen and (max-width: 767px) {
  .recipient-form .form__label {
    margin: var(--form-margin-mobile) 0;
    font-size: calc(0.95rem * var(--adjust-label));
  }
}
.recipient-form .recipient-fields__message {
  margin-top: 0;
}

.recipient-form input[type=checkbox]:checked ~ .recipient-fields {
  display: block;
}
.aos-initialized .recipient-form input[type=checkbox]:checked ~ .recipient-fields .recipient-fields__field:nth-child(1) {
  animation: fadeInUp 0.2s;
}
.aos-initialized .recipient-form input[type=checkbox]:checked ~ .recipient-fields .recipient-fields__field:nth-child(2) {
  animation: fadeInUp 0.4s;
}
.aos-initialized .recipient-form input[type=checkbox]:checked ~ .recipient-fields .recipient-fields__field:nth-child(3) {
  animation: fadeInUp 0.6s;
}
.aos-initialized .recipient-form input[type=checkbox]:checked ~ .recipient-fields .recipient-fields__field:nth-child(4) {
  animation: fadeInUp 0.8s;
}

.recipient-fields {
  display: none;
}

.recipient-fields__field {
  margin: var(--inner) 0 0;
}
@media only screen and (max-width: 767px) {
  .recipient-fields__field {
    margin: var(--form-margin-mobile) 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .popup-quick-view__item .recipient-fields__field {
    margin-top: calc(var(--inner) / 2);
  }
}

.recipient-fields__message {
  font-size: calc(0.875rem * var(--adjust-body));
  text-align: right;
}

.no-js .recipient-form .recipient-fields__field:first-child {
  margin-top: 0;
}
.no-js .recipient-form input[type=checkbox],
.no-js .recipient-form input[type=checkbox] + label {
  display: none;
}
.no-js .recipient-fields {
  display: block;
}
.no-js .recipient-fields .errors {
  margin-top: calc(var(--form-margin) / 2);
}

/*================ Rich text ================*/
.rich-text {
  width: 100%;
  position: relative;
}

.rich-text__top-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 10px;
}

.rich-text__top-image-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.rich-text__heading {
  margin-bottom: 12px;
}

.rich-text__heading p {
  margin: 0;
}

.rich-text__text p:last-child {
  margin-bottom: 0;
}

.body--rounded-corners .rich-text__top-image {
  border-radius: var(--radius);
  overflow: hidden;
}

/*================ Select popout ================*/
.select-popout {
  --form-left: 15px;
  --arrow-size: 46px;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
  display: block;
}
.select-popout.sold-out .select-popout__toggle, .select-popout.unavailable .select-popout__toggle {
  background-color: rgba(92, 92, 92, 0.1);
  text-decoration: line-through;
}
.select-popout + .quantity-selector, .select-popout + .cart__item__quantity {
  display: none;
}
.select-popout.is-active.select-popout--small, .select-popout.is-active > * {
  display: none;
}
.select-popout.is-active + .quantity-selector, .select-popout.is-active + .cart__item__quantity {
  display: block;
}
@media only screen and (min-width: 768px) {
  .select-popout {
    --form-left: 20px;
    --arrow-size: 54px;
  }
}

.select-popout__toggle {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: var(--form-top) var(--arrow-size) var(--form-top) var(--form-left);
  border: var(--BORDER-WIDTH) solid var(--text);
  border-radius: var(--RADIUS);
  line-height: 1.3;
  text-align: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
  color: var(--text);
  background: var(--input-bg);
  font-size: calc(0.875rem * var(--adjust-body));
  font-family: var(--FONT-STACK-BODY);
}
@media only screen and (max-width: 767px) {
  .select-popout__toggle {
    font-size: calc(0.75rem * var(--adjust-body));
    padding: 10px var(--arrow-size) 10px var(--form-left);
  }
}
.select-popout__toggle .icon-select {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--arrow-size);
  padding: 0 var(--form-left);
  height: 100%;
  transition: transform 0.4s;
  transform: rotate(90deg);
}
.select-popout__toggle[aria-expanded=true] .icon-select {
  transform: rotate(270deg);
}
.cart__item__bottom .select-popout__toggle {
  padding: 6px 38px 6px 14px;
  border: var(--BORDER-WIDTH) solid var(--COLOR-BORDER-ALPHA-50);
  border-radius: 1px;
  font-size: calc(0.75rem * var(--adjust-body));
  line-height: normal;
}
.cart__item__bottom .select-popout__toggle .icon-select {
  width: 38px;
  padding: 0 12px;
}

.select-popout__list {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  border: var(--BORDER-WIDTH) solid var(--text);
  border-radius: var(--RADIUS);
  margin: 5px 0 0;
  background: var(--input-bg);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.15s ease, z-index 0.15s, visibility 0s linear 0.15s;
}
.select-popout__list .sold-out,
.select-popout__list .unavailable {
  text-decoration: line-through;
  background-color: rgba(92, 92, 92, 0.1);
}
.cart__item__bottom .select-popout__list {
  border: var(--BORDER-WIDTH) solid var(--COLOR-BORDER-ALPHA-50);
  border-radius: 1px;
}

.select-popout__list--top {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.select-popout__list--visible {
  opacity: 1;
  visibility: visible;
  z-index: 110;
  pointer-events: auto;
  transition: opacity 0.3s ease, z-index 0s, visibility 0s linear 0s;
}

.select-popout__list__scroll {
  --min: 170px;
  --adjustment: 0px;
  --available: calc(var(--max-height, 350px) - var(--adjustment));
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  list-style: none;
  max-height: max(var(--available), var(--min));
}
.select-popout__list--top .select-popout__list__scroll {
  --adjustment: calc(2 * var(--BORDER-WIDTH));
}

.select-popout__item {
  display: block;
  margin-bottom: 0;
  min-width: 100px;
  color: var(--text);
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.select-popout__item:hover, .select-popout__item.sold-out:hover, .select-popout__item.unavailable:hover {
  color: var(--bg);
  background-color: var(--text);
}
.cart__item__bottom .select-popout__item {
  min-width: 100%;
}

.select-popout__option {
  display: block;
  padding: var(--form-top) var(--form-left);
  color: inherit;
  font-size: calc(0.875rem * var(--adjust-body));
}
@media only screen and (max-width: 767px) {
  .select-popout__option {
    font-size: calc(0.75rem * var(--adjust-body));
  }
}
.cart__item__bottom .select-popout__option {
  padding: 6px 14px;
  font-size: calc(0.75rem * var(--adjust-body));
  line-height: normal;
}

.select-popout--small {
  max-width: 7.5rem;
}
.cart__item__bottom .select-popout--small {
  width: 80px;
  margin-bottom: 0;
}

.localization-form {
  --form-top: 8px;
  --form-left: 15px;
  --arrow-size: 31px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: var(--gutter-mobile);
  margin-bottom: calc(var(--gutter-mobile) / 2);
}
@media only screen and (max-width: 767px) {
  .localization-form {
    justify-content: flex-start;
  }
}
.localization-form .select-popout {
  --form-left: inherit;
  --arrow-size: inherit;
  margin-bottom: 0;
}
.shopify-section-header .localization-form {
  margin-bottom: 0;
  padding: 0 8px;
}
@media only screen and (max-width: 1439px) {
  .shopify-section-header .localization-form {
    /* display: none; */
  }
}
.localization-form .select-popout__list {
  top: auto;
  bottom: 100%;
  margin: 0 0 5px;
  background-color: var(--bg);
  border-radius: var(--RADIUS-SMALL);
}
.shopify-section-header .localization-form .select-popout__list {
  bottom: auto;
  top: 100%;
  margin: 5px 0 0;
}
@media only screen and (min-width: 1024px) {
  .localization-form .select-popout__list {
    left: 50%;
    transform: translateX(-50%);
  }
}
.localization-form .select-popout--country .select-popout__list {
  min-width: max(210px, 100%);
}
.localization-form .select-popout--country .select-popout__list__scroll,
.localization-form .select-popout--lang .select-popout__list__scroll {
  max-height: calc((0.875rem * var(--adjust-body) * 1.5625 + var(--form-top) * 2) * 4);
}
@media only screen and (max-width: 767px) {
  .localization-form .select-popout--country .select-popout__list__scroll,
  .localization-form .select-popout--lang .select-popout__list__scroll {
    max-height: calc((0.75rem * var(--adjust-body) * 1.5625 + var(--form-top) * 2) * 4);
  }
}
.localization-form.localization-form--country-flag .select-popout--country .select-popout__list {
  min-width: max(240px, 100%);
}
.localization-form .select-popout__toggle {
  padding-left: 0;
  padding-right: calc(var(--arrow-size) - 9px);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: var(--text);
  background-color: var(--bg);
  border: none;
  margin: 0;
}
.site-header--transparent .localization-form .select-popout__toggle {
  background-color: transparent;
}
.localization-form .icon-select {
  right: -9px;
  width: var(--arrow-size);
  padding: 0 var(--form-top);
  pointer-events: none;
}
.localization-form .select-popout__option {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.localization-form .select-popout__item--current .select-popout__option span {
  border-bottom: var(--BORDER-WIDTH) solid var(--border);
  transition: border-color 0.3s ease-in-out;
}
.localization-form .select-popout__item--current:hover .select-popout__option span {
  border-color: var(--bg);
}
.localization-form .select-popout__flag {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 15px;
  margin-right: 8px;
  object-fit: cover;
}

.no-js .localization-form popout-select.select-popout {
  display: none !important;
}
.no-js .localization-form {
  margin-bottom: 0;
}
.no-js .localization-form .btn, .no-js .localization-form .shopify-payment-button__button--unbranded {
  margin-top: 5px;
}

/*================ Star rating ================*/
.rating__star {
  position: relative;
  display: block;
  margin: 0 0 2px;
}

.rating__star .icon {
  display: block;
  width: 12px;
  height: 12px;
}

.rating__star__empty,
.rating__star__full {
  display: flex;
}
.rating__star__empty .icon,
.rating__star__full .icon {
  margin-right: 2px;
}
.rating__star__empty .icon:last-child,
.rating__star__full .icon:last-child {
  margin-right: 0;
}

.rating__star__full {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 var(--percent) 0 0);
  -webkit-clip-path: inset(0 var(--percent) 0 0);
}

.rating__star .icon-star {
  stroke: currentcolor;
  stroke-width: 1px;
  fill: currentcolor;
}

.rating__star .icon-star--empty {
  fill: transparent;
}

/*================ Sticky text ================*/
.sticky-text {
  --adjust-heading: var(--adjust-heading-desktop);
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2 * var(--padding));
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  .sticky-text {
    --adjust-heading: var(--adjust-heading-mobile);
  }
}
@media only screen and (max-width: 767px) {
  .sticky-text {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.sticky-text.is-active {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  transform: none;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .sticky-text.is-active {
    bottom: auto;
  }
}
.aos-initialized .sticky-text [data-aos-order="1"] {
  animation-delay: 100ms;
}
.aos-initialized .sticky-text [data-aos-order="2"] {
  animation-delay: 242.5ms;
}
.aos-initialized .sticky-text [data-aos-order="3"] {
  animation-delay: 370ms;
}
.aos-initialized .sticky-text [data-aos-order="4"] {
  animation-delay: 482.5ms;
}
.aos-initialized .sticky-text [data-aos-order="5"] {
  animation-delay: 580ms;
}
.aos-initialized .sticky-text [data-aos-order="6"] {
  animation-delay: 662.5ms;
}
.aos-initialized .sticky-text [data-aos-order="7"] {
  animation-delay: 730ms;
}
.aos-initialized .sticky-text [data-aos-order="8"] {
  animation-delay: 782.5ms;
}
.aos-initialized .sticky-text [data-aos-order="9"] {
  animation-delay: 820ms;
}
.aos-initialized .sticky-text [data-aos-order="10"] {
  animation-delay: 842.5ms;
}
@media only screen and (max-width: 479px) {
  .sticky-text .main-buttons {
    margin-left: 0;
    margin-right: 0;
    flex-flow: column wrap;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 479px) {
  .sticky-text .main-buttons__item {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.text-center .sticky-text .main-buttons__item {
  justify-content: center;
}
@media only screen and (max-width: 479px) {
  .text-center .sticky-text .main-buttons__item {
    align-items: center;
  }
}
.text-right .sticky-text .main-buttons__item {
  justify-content: flex-end;
}
@media only screen and (max-width: 479px) {
  .text-right .sticky-text .main-buttons__item {
    align-items: flex-end;
  }
}

.sticky-text--static {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  transform: none;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sticky-text--static {
    --adjust-heading: calc(var(--adjust-heading-mobile) * 0.7);
  }
}

.sticky-text__inner {
  position: relative;
}

.sticky-text__heading {
  margin-bottom: 12px;
}
.sticky-text__heading p {
  margin: 0;
}
.sticky-text__heading sup {
  top: -1.1em;
  font-size: calc(0.93rem * var(--adjust-heading));
  line-height: 1;
  margin-left: 5px;
}
@media only screen and (max-width: 1439px) {
  .sticky-text__heading sup {
    top: -1em;
    font-size: calc(0.84rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .sticky-text__heading sup {
    font-size: calc(0.7rem * var(--adjust-heading));
  }
}
.sticky-text__heading small {
  font-size: calc(0.93rem * var(--adjust-heading));
  margin-left: calc(-1.3rem * var(--adjust-heading));
}
@media only screen and (max-width: 1439px) {
  .sticky-text__heading small {
    font-size: calc(0.84rem * var(--adjust-heading));
    margin-left: calc(-1.2rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .sticky-text__heading small {
    font-size: calc(0.7rem * var(--adjust-heading));
    margin-left: calc(-1rem * var(--adjust-heading));
  }
}
.sticky-text__heading a {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}
.sticky-text__heading a:before, .sticky-text__heading a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: var(--BORDER-WIDTH);
  display: block;
  background: var(--btn-text, var(--text));
  transition: none;
  pointer-events: none;
}
.sticky-text__heading a:before {
  transform: scaleX(0);
  transform-origin: left;
}
.sticky-text__heading a:after {
  transform-origin: right;
}
.no-touch .sticky-text__heading a:hover {
  background: transparent;
  border: 0;
}
.no-touch .sticky-text__heading a:hover:before, .no-touch .sticky-text__heading a:hover:after {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.no-touch .sticky-text__heading a:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.sticky-text__heading [data-has-highlight]::before, .sticky-text__heading [data-has-highlight]::after,
.sticky-text__heading .section__link::before,
.sticky-text__heading .section__link::after {
  display: none;
}
.sticky-text__heading:not(.text-highlight-wrapper) .text-reveal__cropper a::before, .sticky-text__heading:not(.text-highlight-wrapper) .text-reveal__cropper a::after {
  bottom: 0;
}

.sticky-text__text p {
  margin: 0;
}
.sticky-text__text * {
  font-size: calc(1rem * var(--adjust-body));
}

.sticky-text__button {
  width: 100%;
}

.sticky-text__button--video .video-text-link {
  text-transform: none;
}
.sticky-text__button--video .icon-play {
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 479px) {
  .sticky-text__button--video,
  .sticky-text__button--text {
    width: auto;
  }
}

.no-js .sticky-text {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: 100%;
  transform: none;
  opacity: 1;
  visibility: visible;
}

/*================ Store availability ================*/
.store-availability-container .icon {
  --icon-size: calc(12px * var(--adjust-body));
  width: var(--icon-size);
  height: var(--icon-size);
  flex-basis: var(--icon-size);
  flex-shrink: 0;
  margin: calc(4px * var(--adjust-body)) 4px 0 0;
}
.store-availability-container .icon-in-stock {
  fill: var(--success);
}
.store-availability-container .icon-out-of-stock {
  fill: var(--error);
}
.store-availability-container .store-availability-list__stock .icon {
  margin: 0 2px 3px 0;
}
.store-availability-container .icon-close {
  width: 18px;
  height: 18px;
  margin: 0;
}
.store-availability-container .store-availabilities-modal {
  display: none;
}

.icon-in-stock,
.icon-out-of-stock {
  stroke: none;
}

.product-single__store-availability-container:empty {
  display: none;
}

.store-availability-small-text {
  margin: 0;
  font-size: calc(0.9rem * var(--adjust-body));
}

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

.store-availability-information-container {
  line-height: 1.5;
  margin-left: 5px;
}

.store-availability-information__title {
  margin: 0;
}

.store-availability-information__stock {
  margin: 0;
}

.store-availability-information__stores {
  margin: 8px 0 0;
}

.store-availability-information__link {
  text-decoration: underline;
  text-decoration-thickness: var(--BORDER-WIDTH);
  cursor: pointer;
}
.store-availability-information__link:hover, .store-availability-information__link:focus {
  opacity: 0.6;
}

.store-availabilities-modal {
  will-change: transform;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100vw;
  right: auto;
  z-index: 9999;
  width: var(--drawer-width);
  max-width: 100%;
  max-height: 100vh;
  color: var(--text);
  background-color: var(--bg);
  transition: var(--drawer-transition);
  opacity: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateY(0);
  padding: var(--inner);
}
.store-availabilities-modal .icon-in-stock,
.store-availabilities-modal .icon-out-of-stock {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.store-availabilities-modal .icon-in-stock {
  fill: var(--success);
  margin: 5px 0 0 0;
}
.store-availabilities-modal .icon-out-of-stock {
  fill: var(--error);
  margin: 5px 0 0 0;
}
.store-availabilities-modal .store-availability-list__stock .icon-in-stock {
  margin: 0 0 2px 0;
}
.store-availabilities-modal .store-availability-list__stock .icon-out-of-stock {
  margin: 0 0 2px 0;
}

.store-availabilities-modal--active {
  transform: translateX(calc(-1 * var(--drawer-width)));
}

.store-availabilities-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.store-availabilities-modal__close {
  z-index: 1;
}

.store-availabilities-modal__product-information {
  position: relative;
  width: calc(100% - 30px);
}

.store-availabilities-modal__product__title {
  text-transform: none;
  margin: 0 0 15px;
  padding: 0;
  color: var(--text);
  font-size: calc(1.375rem * var(--adjust-heading));
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
}

.store-availabilities-list {
  border-top: var(--BORDER-WIDTH) solid var(--text);
  overflow: auto;
  list-style: none;
  margin: var(--inner) 0 0;
}

.store-availability-list__item {
  margin: 0;
  padding: var(--inner) 0;
}
.store-availability-list__item p {
  font-size: calc(0.8125rem * var(--adjust-body));
  margin-bottom: 0;
}

.store-availability-list__phone a {
  text-decoration: none;
}

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

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

.store-availability-list__address {
  font-size: 90%;
  font-style: var(--FONT-STYLE-BODY);
}
.store-availability-list__address p {
  margin: 0;
  font-size: inherit;
}

.store-availability-list-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}

.store-availability-list-header__location {
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  padding-right: 5px;
}

.store-availability-list-header__location,
.store-availability-list-header__distance {
  margin-bottom: 0;
  font-size: calc(1rem * var(--adjust-body));
  color: var(--text);
}

/*================ Swatches ================*/
.swatch__label:hover {
  cursor: pointer;
}

.swatch__button {
  --swatch: #CCC;
  display: inline-block;
  vertical-align: top;
  position: relative;
  pointer-events: initial;
}

.swatch__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  display: block;
}

.swatch__button .swatch__label {
  --inner-offset: calc(var(--BORDER-WIDTH) + 5px);
  --inner-size: calc(var(--swatch-size) - var(--inner-offset));
  --adjust-size: calc(var(--inner-size) - var(--BORDER-WIDTH));
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: var(--swatch-size);
  height: var(--swatch-size);
  margin: 0;
  border-radius: 50%;
  color: var(--black);
  background: var(--swatch) no-repeat center center/cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .swatch__button .swatch__label {
    --inner-offset: calc(var(--BORDER-WIDTH) + 3px);
  }
}
.swatch__button .swatch__label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: var(--inner-size);
  height: var(--inner-size);
  border-radius: 50%;
  border: var(--BORDER-WIDTH) solid var(--bg);
  opacity: 0;
  visibility: hidden;
}
.swatch__button .swatch__label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: var(--adjust-size);
  height: var(--BORDER-WIDTH);
  background-color: var(--text);
  transform: translate(-50%, -50%) rotate(135deg);
  opacity: 0;
  visibility: hidden;
}

.swatch__button .swatch__label--empty {
  border-style: dashed;
}

.swatch__button--rectangle .swatch__label {
  --adjust-size: calc(var(--swatch-width) - var(--BORDER-WIDTH));
  border-radius: var(--RADIUS);
  width: var(--swatch-width);
  height: var(--swatch-height);
  color: var(--swatch);
}
.swatch__button--rectangle .swatch__label:before {
  border-radius: var(--RADIUS);
  width: calc(var(--swatch-width) - var(--inner-offset));
  height: calc(var(--swatch-height) - var(--inner-offset));
}
.swatch__button--rectangle .swatch__label:after {
  width: calc(var(--adjust-size) - 30%);
  height: var(--BORDER-WIDTH);
  transform: translate(-50%, -50%) rotate(152deg);
}

.swatch__button.sold-out .swatch__label:after,
.swatch__button.unavailable .swatch__label:after {
  opacity: 1;
  visibility: visible;
}

.swatch__button .icon-check {
  display: block;
  width: 16px;
  margin-right: 2px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  fill: var(--white);
  position: relative;
}

.swatch__button .swatch__input:checked ~ .swatch__label:before {
  opacity: 1;
  visibility: visible;
}

.swatch__button:not(.sold-out, .unavailable) .swatch__input:checked ~ .swatch__label .icon {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.palette--light .swatch__button .swatch__label[data-swatch=white i] {
  border: var(--BORDER-WIDTH) solid var(--COLOR-BLACK);
}
.palette--light .swatch__button .swatch__label[data-swatch=white i]:before {
  border-color: inherit;
}

.palette--light .swatch__button .swatch__label--empty[data-swatch=white i] {
  border: var(--BORDER-WIDTH) dashed var(--COLOR-BLACK);
}

.palette--light .swatch__button--circle .swatch__label[data-swatch=white i]:before {
  width: var(--adjust-size);
  height: var(--adjust-size);
}

.palette--light .swatch__button--circle .swatch__label[data-swatch=white i]:after {
  width: calc(var(--adjust-size) - var(--BORDER-WIDTH));
}

.swatch__button.sold-out .swatch__label[data-swatch=white i]:after {
  background-color: var(--COLOR-BLACK);
}

.palette--dark .swatch__button .swatch__label[data-swatch=black i] {
  border: var(--BORDER-WIDTH) solid var(--COLOR-WHITE);
}
.palette--dark .swatch__button .swatch__label[data-swatch=black i]:before {
  border-color: inherit;
}

.palette--dark .swatch__button--circle .swatch__label[data-swatch=black i]:before {
  width: var(--adjust-size);
  height: var(--adjust-size);
}

.palette--dark .swatch__button--circle .swatch__label[data-swatch=black i]:after {
  width: calc(var(--adjust-size) - var(--BORDER-WIDTH));
}

.swatch__button.sold-out .swatch__label[data-swatch=black i]:after {
  background-color: var(--COLOR-WHITE);
}

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

.is-focused .swatch__button .swatch__input:focus ~ .swatch__label:before {
  position: absolute;
  content: "";
  left: -3px;
  bottom: -10px;
  height: 2px;
  width: calc(100% + 6px);
  background: var(--SECONDARY-BUTTONS-COLOR-BG);
}

.is-focused .radio__button input:focus ~ .swatch__label:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 100%;
  background: var(--SECONDARY-BUTTONS-COLOR-BG);
}

body:not(.no-outline) .swatch__button .swatch__input:focus + .swatch__label,
body:not(.no-outline) .swatch__button .swatch__input.focus-visible + .swatch__label {
  outline: -webkit-focus-ring-color auto 5px;
}

/*================ Tabs ================*/
.tabs {
  position: relative;
}

.tabs__head {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .tabs__head {
    overflow: visible;
  }
}

.tabs__arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  max-height: none;
  margin-top: -12px;
  border-radius: 0;
  background-color: var(--bg);
  box-shadow: none;
}

.tabs__arrow--prev {
  left: 0;
  transform: rotate(90deg);
}

.tabs__arrow--next {
  right: 0;
  transform: rotate(-90deg);
}

.tabs__contents {
  position: relative;
}

.tabs__nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  white-space: nowrap;
  font-size: calc(1rem * var(--text-size));
  color: var(--text-lighten);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tabs__nav::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tabs__nav {
    text-align: center;
  }
}

.tabs__link {
  margin-right: 30px;
  margin-bottom: 0;
  flex: 0 0 auto;
  background: none;
  cursor: pointer;
  vertical-align: bottom;
  border-bottom: 3px solid transparent;
  white-space: normal;
}
.tabs__link:last-child {
  margin-right: 0;
}

.tab {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tab .flickity-button {
  display: none;
}

.tab.current {
  position: static;
  opacity: 1;
  visibility: visible;
  display: inherit;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
  pointer-events: all;
}
.tab.current .flickity-button {
  display: block;
  background: var(--bg);
}

.tabs-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 30px;
}

.tabs-scrollbar {
  width: 100%;
}

.tabs-scrollbar__holder {
  display: inline-block;
  overflow-x: auto;
  max-width: 100%;
  text-align: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tabs-scrollbar__holder::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .tabs-scrollbar__holder {
    max-width: calc(100% + var(--gutter-mobile) * 2);
    padding: 0 var(--gutter-mobile);
    margin: 0 calc(var(--gutter-mobile) * -1);
  }
}
.tabs-scrollbar__holder .tabs__nav {
  overflow: visible;
}

.no-js .tab {
  visibility: visible;
  position: static;
  opacity: 1;
  display: inherit;
  pointer-events: all;
}
.no-js .tab:empty {
  display: none;
}
.no-js .tab:not(.current),
.no-js .tab:not(.current) * {
  pointer-events: auto !important;
}

/*================ Text highlight decorations and animations ================*/
.text-highlight {
  color: var(--highlight-text-color, var(--text));
  position: relative;
  display: inline-block;
}

.text-highlight__icon {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: var(--icon-url);
  transform: translate(-50%, -50%);
  color: var(--icon-color);
}

.text-highlight__icon--pseudo {
  background: none;
}

.text-highlight__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}

.text-highlight__break {
  display: block;
}

.haspercentoff a,
.haspercentoff .text-highlight {
  white-space: nowrap;
}

.text-highlight-wrapper {
  --height-multiplier: 0.06;
  --heading-margin: var(--inner);
  --decoration-height: calc(var(--heading-size, 3rem) * var(--height-multiplier));
  position: relative;
  z-index: 1;
}
.text-highlight-wrapper ~ * {
  position: relative;
  z-index: 2;
}
.text-highlight-wrapper.slide__heading, .text-highlight-wrapper.split-images__heading, .video-text-wrapper .text-highlight-wrapper.main-heading {
  margin-bottom: calc(var(--heading-margin) / 1.5);
}

.slide__heading:not(.text-highlight-wrapper):has(a),
.split-images__heading:not(.text-highlight-wrapper):has(a),
.video-text-wrapper .main-heading:not(.text-highlight-wrapper):has(a) {
  margin-bottom: calc(var(--inner) / 1.5);
}

.text-highlight-wrapper [data-has-highlight] {
  text-decoration: none;
}

ul:has(.text-reveal__cropper) li,
ol:has(.text-reveal__cropper) li {
  margin-bottom: 0;
}

.aos-initialized .text-highlight-wrapper .text-reveal__cropper {
  overflow: visible;
}
.aos-initialized .text-highlight-wrapper:has(.text-reveal__cropper.overflow-hidden) .text-reveal__cropper {
  overflow: hidden;
}
.text-highlight-wrapper:has(a:not([data-has-highlight])) .text-reveal__cropper a::before, .text-highlight-wrapper:has(a:not([data-has-highlight])) .text-reveal__cropper a::after {
  bottom: 0;
}
.text-reveal__cropper:not(:has(.text-highlight)) {
  position: relative;
  z-index: 2;
}

.text-highlight-wrapper--circle {
  margin-bottom: var(--heading-margin);
}
.text-highlight-wrapper--circle .text-highlight {
  z-index: -1;
}
.text-highlight-wrapper--circle .text-highlight path {
  stroke-dasharray: 506;
  stroke-dashoffset: 506;
  opacity: 0;
}
.no-js .text-highlight-wrapper--circle .text-highlight path {
  opacity: 1;
  stroke-dashoffset: 0;
}
.text-highlight-wrapper--circle .text-highlight__icon {
  width: 125%;
  height: 125%;
  transform: translate(-50%, -50%) scale(-1);
}
.text-highlight-wrapper--circle .text-highlight__icon svg {
  width: 85%;
  transform: translate(-50%, -50%) scaleY(0.8);
}
.text-highlight-wrapper--circle .text-highlight__icon--single-word svg {
  width: 100%;
  transform: translate(-50%, -50%);
}
.text-highlight-wrapper--circle .text-highlight__icon--single-word svg path {
  stroke-width: 4px;
}
.text-highlight-wrapper--circle .text-highlight__icon--short svg {
  transform: translate(-50%, -50%) scaleY(1.5);
}
.text-highlight-wrapper--circle .text-highlight__icon--l1 svg {
  width: 220%;
  transform: translate(-50%, -50%) scaleY(1.8);
}
.text-highlight-wrapper--circle .text-highlight__icon--l2 svg {
  width: 160%;
}
.text-highlight-wrapper--circle .text-highlight__icon--l3 svg {
  width: 130%;
}
.text-highlight-wrapper--circle .text-highlight__icon--long svg {
  width: 85%;
  transform: translate(-50%, -50%) scaleY(0.8);
}
.text-highlight-wrapper--circle .text-highlight__icon--long svg path {
  stroke-width: 2px;
}
.text-highlight-wrapper--circle.haspercentoff .text-highlight__icon svg {
  width: 110%;
  transform: translate(-50%, -50%) scaleY(1.3);
}
.text-highlight-wrapper--circle.haspercentoff .text-highlight__icon path {
  stroke-width: 4px;
}

.text-highlight-wrapper--circle-hand-drawn {
  margin-bottom: var(--heading-margin);
}
.text-highlight-wrapper--circle-hand-drawn .text-highlight {
  z-index: -1;
}
.text-highlight-wrapper--circle-hand-drawn .text-highlight path {
  opacity: 0;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.no-js .text-highlight-wrapper--circle-hand-drawn .text-highlight path {
  opacity: 1;
  stroke-dashoffset: 0;
}
.text-highlight-wrapper--circle-hand-drawn .text-highlight__icon {
  width: 145%;
  height: 145%;
}

.text-highlight-wrapper--squiggle {
  margin-bottom: var(--heading-margin);
  --height-multiplier: 0.13;
}
@media only screen and (max-width: 767px) {
  .text-highlight-wrapper--squiggle {
    --height-multiplier: 0.15;
  }
}
.text-highlight-wrapper--squiggle svg {
  display: none;
}
.text-highlight-wrapper--squiggle .text-highlight__icon {
  background: currentcolor;
  top: auto;
  left: 0;
  bottom: 0;
  height: var(--decoration-height);
  margin-bottom: calc(-1px * var(--adjust-heading));
  transform: none;
  -webkit-mask: var(--icon-url) repeat-x center;
          mask: var(--icon-url) repeat-x center;
  -webkit-mask-position: 100% 0;
          mask-position: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.no-js .text-highlight-wrapper--squiggle .text-highlight__icon {
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  transition: -webkit-mask-position 1.2s;
  transition: mask-position 1.2s;
  transition: mask-position 1.2s, -webkit-mask-position 1.2s;
}
@media (hover: hover) {
  .no-js .text-highlight-wrapper--squiggle a:hover .text-highlight__icon {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
}

.text-highlight-wrapper--stroke:not(.haspercentoff):not(.hasnumberpercent) .text-highlight,
.text-highlight-wrapper--highlight-color:not(.haspercentoff):not(.hasnumberpercent) .text-highlight {
  display: inline;
}

.text-highlight-wrapper--stroke {
  --height-multiplier: 0.03;
}
.text-highlight-wrapper--stroke .text-highlight__string,
.text-highlight-wrapper--stroke .text-highlight__string sup {
  text-stroke: var(--decoration-height) var(--highlight-text-color, var(--text));
  -webkit-text-stroke: var(--decoration-height) var(--highlight-text-color, var(--text));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(135deg, transparent 50%, var(--highlight-text-color, var(--text)) 50.1%, var(--highlight-text-color, var(--text)) 100%);
  background-size: 260% 100%;
  background-position: 100% 0;
}
.no-js .text-highlight-wrapper--stroke .text-highlight__string,
.no-js .text-highlight-wrapper--stroke .text-highlight__string sup {
  background-image: linear-gradient(135deg, var(--highlight-text-color, var(--text)) 0%, var(--highlight-text-color, var(--text)) 55%, transparent 50.1%);
  background-size: 0 100%;
  background-position: 0 0;
  transition: background-size 0.3s cubic-bezier(0.67, 0.01, 0.15, 0.98);
}
@media (hover: hover) {
  .no-js .text-highlight-wrapper--stroke a:hover .text-highlight__string,
  .no-js .text-highlight-wrapper--stroke a:hover .text-highlight__string sup {
    background-size: 260% 100%;
  }
}

.text-highlight-wrapper--highlight .text-highlight {
  --offset: -2%;
}
.text-highlight-wrapper--highlight .text-highlight__icon--pseudo::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--offset);
  right: var(--offset);
  height: 100%;
  background: linear-gradient(0deg, var(--highlight-color, transparent), var(--highlight-color, transparent)) no-repeat right bottom/100% 100%;
  transform: scaleX(0);
  transform-origin: 0 0;
  z-index: -1;
}
@media (hover: hover) {
  .text-highlight-wrapper--highlight a:hover .text-highlight__icon--pseudo::before {
    transform-origin: 0 100%;
  }
}
.no-js .text-highlight-wrapper--highlight .text-highlight__icon--pseudo::before {
  transition: background-size 350ms;
  transform: none;
}
@media (hover: hover) {
  .no-js .text-highlight-wrapper--highlight a:hover .text-highlight__icon--pseudo::before {
    background-size: 100% 10%;
  }
}

.text-highlight-wrapper--highlight-color .text-highlight__string,
.text-highlight-wrapper--highlight-color .text-highlight__string sup {
  background: var(--highlight-text-color, var(--text));
  background-image: linear-gradient(90deg, transparent 10%, var(--text) 40%, var(--text) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.no-js .text-highlight-wrapper--highlight-color .text-highlight__string,
.no-js .text-highlight-wrapper--highlight-color .text-highlight__string sup {
  background-image: var(--highlight-text-color, var(--text));
  background-size: 100% 100%;
  background-position: 0 0;
}

.text-highlight-wrapper--alternate-font .text-highlight__string {
  opacity: 0;
  font-family: var(--FONT-STACK-HIGHLIGHT);
  font-weight: var(--FONT-WEIGHT-HIGHLIGHT);
  font-style: var(--FONT-STYLE-HIGHLIGHT);
}
.no-js .text-highlight-wrapper--alternate-font .text-highlight__string {
  opacity: 1;
}

.text-highlight-wrapper--underline .text-highlight {
  --offset: 0;
}
.text-highlight-wrapper--underline .text-highlight__string {
  position: relative;
  display: inline-block;
}
.text-highlight-wrapper--underline .text-highlight__string::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: var(--offset);
  right: var(--offset);
  height: 3px;
  display: block;
  background: var(--highlight-color, var(--text));
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
}
.no-js .text-highlight-wrapper--underline .text-highlight__string::before {
  transform: none;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) {
  .no-js .text-highlight-wrapper--underline a:hover .text-highlight__string::before {
    transform: scaleX(0);
  }
}

.text-highlight-wrapper--underline-hand-drawn .text-highlight__icon svg {
  top: 75%;
  transform: translateX(-50%);
  width: 108%;
}
.text-highlight-wrapper--underline-hand-drawn .text-highlight path {
  opacity: 0;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.no-js .text-highlight-wrapper--underline-hand-drawn .text-highlight path {
  opacity: 1;
  stroke-dashoffset: 0;
}

/*================ Variants ================*/
.product__selectors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 50%));
  row-gap: var(--grid-gutter);
  margin-right: calc(var(--form-left) * -1);
  z-index: 110;
}
@media only screen and (max-width: 767px) {
  .product__selectors {
    row-gap: calc(var(--form-margin-mobile) * 2);
  }
  .variant__labels--hide .product__selectors {
    row-gap: var(--form-margin-mobile);
  }
}
@media only screen and (max-width: 767px) {
  .product__selectors {
    --swatch-size: var(--swatch-size-mobile);
  }
}
@media only screen and (max-width: 479px) {
  .product__selectors {
    grid-template-columns: minmax(0, 100%);
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product__selectors .swatch__button .swatch__label .icon {
    width: 14px;
    margin-right: 1px;
  }
}
.product__selectors .selector-wrapper {
  margin-right: var(--form-left);
  font-size: 0;
}
@media only screen and (max-width: 479px) {
  .product__selectors .selector-wrapper {
    margin-right: 0;
    width: 100%;
  }
}
.product__selectors .selector-wrapper .select-popout {
  margin-bottom: 0;
}
.product__selectors .selector-wrapper .select-popout--small {
  max-width: none;
}
.product__selectors .selector-wrapper--boxes,
.product__selectors .selector-wrapper--swatches {
  grid-column: 1/-1;
}
.product__selectors .selector-wrapper--swatches {
  order: -1;
  margin-bottom: 0;
}

.selector-wrapper--swatches {
  position: relative;
}
.selector-wrapper--swatches .radio__legend {
  z-index: auto;
}
.selector-wrapper--swatches .radio__legend__label {
  display: block;
}
.selector-wrapper--swatches .radio__fieldset {
  padding-top: calc((var(--BORDER-WIDTH) + 5px) / 2);
  padding-left: calc((var(--BORDER-WIDTH) + 5px) / 2);
  margin-top: calc(-1 * (var(--BORDER-WIDTH) + 5px) / 2);
  margin-left: calc(-1 * (var(--BORDER-WIDTH) + 5px) / 2);
}
.selector-wrapper--swatches .radio__fieldset--circle {
  padding-top: 1px;
  padding-left: 1px;
  margin-top: 1px;
  margin-left: 1px;
}

.selector-wrapper--large .radio__fieldset {
  --label-h: calc(1.1rem * var(--adjust-label) * 1.5625);
  --label-mb: calc(var(--form-margin) / 4);
  --swatch-rows: calc(var(--swatch-height) * 2);
  --swatch-gaps: calc(12px * 2);
  --sf: 1px;
  max-height: calc(var(--label-h) + var(--label-mb) + var(--swatch-rows) + var(--swatch-gaps) - var(--sf));
  overflow: hidden;
  transition: max-height 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .selector-wrapper--large .radio__fieldset {
    --label-h: calc(1rem * var(--adjust-label) * 1.1);
    --label-mb: var(--form-margin-mobile);
    --swatch-gaps: calc(var(--form-margin-mobile) * 2);
  }
}
.variant__labels--hide .selector-wrapper--large .radio__fieldset {
  --label-h: 0px;
  --label-mb: 0px;
}
.selector-wrapper--large .radio__fieldset--circle {
  --swatch-rows: calc(var(--swatch-size) * 2);
}

body:not(.no-outline) .selector-wrapper--swatches .radio__fieldset:focus-within,
.selector-wrapper--visible .radio__fieldset,
.variant__labels--hide .selector-wrapper--visible .radio__fieldset {
  max-height: var(--swatches-max-height, 500px);
}

.radio__legend {
  display: block;
  margin: 0;
  width: 100%;
  z-index: 1;
  margin-bottom: calc(var(--form-margin) / 4);
}
@media only screen and (max-width: 767px) {
  .radio__legend {
    margin-bottom: var(--form-margin-mobile);
  }
}
.radio__legend.is-hidden {
  display: none;
  padding: 0;
  margin: 0;
}
.radio__fieldset--sizeguide .radio__legend {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.radio__legend__label {
  font-size: calc(1.1rem * var(--adjust-label));
}
@media only screen and (max-width: 767px) {
  .radio__legend__label {
    display: block;
    font-size: calc(1rem * var(--adjust-label));
    line-height: 1.1;
  }
}
.radio__fieldset--sizeguide .radio__legend__label {
  margin-right: 15px;
}

.radio__label {
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}
.radio__label:hover {
  cursor: pointer;
}

.radio__button {
  position: relative;
  display: inline-block;
  margin: 0 12px 12px 0;
  border-color: transparent;
  font-size: calc(0.875rem * var(--adjust-body));
}
@media only screen and (max-width: 767px) {
  .radio__button {
    margin: 0 var(--form-margin-mobile) var(--form-margin-mobile) 0;
  }
}
.radio__button.sold-out .radio__label, .radio__button.unavailable .radio__label {
  background-color: rgba(92, 92, 92, 0.1);
  text-decoration: line-through;
}

.radio__fieldset {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px -12px 0;
  border: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .radio__fieldset {
    margin: 0 -8px -8px 0;
  }
}
.radio__fieldset .radio__label {
  display: block;
  font-size: calc(1rem * var(--adjust-button));
  line-height: 1.3;
  position: relative;
  margin: 0;
  padding: var(--form-top) var(--form-left);
  color: var(--text);
  background-color: var(--bg);
  border: var(--BORDER-WIDTH) solid var(--text-alpha-25);
  border-radius: var(--RADIUS);
  font-family: var(--FONT-STACK-BUTTON);
  font-weight: var(--FONT-WEIGHT-BUTTON);
  font-style: var(--FONT-STYLE-BUTTON);
  text-transform: var(--BUTTON-TEXT-CAPS);
  letter-spacing: var(--LETTER-SPACING-BUTTON);
}
@media only screen and (max-width: 767px) {
  .radio__fieldset .radio__label {
    font-size: calc(0.75rem * var(--adjust-button));
    line-height: 1.1;
    padding: 10px 12px;
    min-width: 60px;
    text-align: center;
  }
}
.radio__fieldset .radio__label:hover,
.radio__fieldset .radio__label:active,
.radio__fieldset .radio__label:focus,
.radio__fieldset .radio__input:checked ~ .radio__label {
  border-color: var(--text);
}
.radio__fieldset .radio__fieldset-arrow {
  position: absolute;
  bottom: 50%;
  display: block;
  width: 26px;
  height: 26px;
  max-height: none;
  margin-bottom: -26px;
  border-radius: 0;
  box-shadow: none;
}
.radio__fieldset .radio__fieldset-arrow--prev {
  left: 5px;
  transform: scale(-1, 1);
}
.radio__fieldset .radio__fieldset-arrow--next {
  right: 5px;
}
.radio__fieldset .radio__fieldset-arrow::before:before, .radio__fieldset .radio__fieldset-arrow::before:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: calc(2px / 2);
  background-color: currentColor;
  right: calc(50% - 10px);
}
.radio__fieldset .radio__fieldset-arrow::before:before {
  top: calc(50% - 2px / 2);
  transform: rotate(calc(180deg - 45deg)) translate(50%, 50%);
}
.radio__fieldset .radio__fieldset-arrow::before:after {
  bottom: calc(50% - 2px / 2);
  transform: rotate(calc(180deg + 45deg)) translate(50%, -50%);
}
.radio__fieldset .swatch__button {
  margin: 0 12px 12px 0;
}
@media only screen and (max-width: 767px) {
  .radio__fieldset .swatch__button {
    margin: 0 var(--form-margin-mobile) var(--form-margin-mobile) 0;
  }
}

.radio__fieldset--sizeguide {
  display: inline-flex;
  width: calc(100% + 12px);
}
.radio__fieldset--sizeguide .radio__legend {
  width: calc(100% - 12px);
}
@media only screen and (max-width: 767px) {
  .radio__fieldset--sizeguide {
    width: calc(100% + var(--form-margin-mobile));
  }
  .radio__fieldset--sizeguide .radio__legend {
    width: calc(100% - var(--form-margin-mobile));
  }
}

@media only screen and (max-width: 767px) {
  .radio__fieldset--rectangle {
    margin-bottom: -4px;
  }
  .radio__fieldset--rectangle .radio__legend {
    margin-bottom: var(--form-margin-mobile);
  }
}

.radio__fieldset--variant-option-image {
  --default-wh: 60px;
  --spacing: var(--form-top);
}
.radio__fieldset--variant-option-image .radio__buttons {
  display: flex;
  flex-wrap: wrap;
}
.radio__fieldset--variant-option-image .radio__button {
  min-width: var(--option-image-width, var(--default-wh));
  min-height: var(--option-image-height, var(--default-wh));
}
.radio__fieldset--variant-option-image .radio__label {
  padding: var(--spacing);
  min-height: 100%;
  display: grid;
  grid-template-columns: var(--default-wh) minmax(0, 1fr);
  align-content: center;
  justify-items: center;
  gap: var(--spacing);
}
@media only screen and (max-width: 767px) {
  .radio__fieldset--variant-option-image .radio__label {
    gap: var(--form-margin-mobile);
  }
}
.radio__fieldset--variant-option-image .option-image,
.radio__fieldset--variant-option-image .option-title {
  display: flex;
  align-items: center;
}
.radio__fieldset--variant-option-image .option-image {
  border-radius: calc(var(--RADIUS) / 2);
  overflow: hidden;
}
.radio__fieldset--variant-option-image .placeholder-svg, .radio__fieldset--variant-option-image .placeholder-svg-filled {
  width: var(--default-wh);
  height: var(--default-wh);
  max-height: var(--default-wh);
}

.radio__fieldset--variant-option-image-inline img {
  width: var(--default-wh);
  height: auto;
}

.radio__fieldset--variant-option-image-stacked .radio__label {
  grid-template-columns: minmax(0, 1fr);
}

.selector-wrapper--grid {
  display: inline-flex;
}
.selector-wrapper--grid .radio__button {
  flex: 0 0 calc(16.6666666667% - 12px);
  min-width: 60px;
  max-width: 75px;
}
@media only screen and (max-width: 767px) {
  .selector-wrapper--grid .radio__button {
    flex: 0 0 auto;
  }
}
.selector-wrapper--grid .radio__label {
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.selector-wrapper--grid-small .radio__button {
  max-width: 60px;
}

.selector-wrapper.hidden {
  display: none;
}

.radio__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  display: block;
}

.radio__input.sold-out ~ label,
.radio__input.unavailable ~ label {
  text-decoration: line-through;
}

.selector-wrapper fieldset label {
  margin-top: unset;
}

.swatch__more {
  display: none;
  font-weight: var(--FONT-WEIGHT-BUTTON);
  font-size: calc(0.75rem * var(--adjust-body));
}
.swatch__more span {
  animation: fadeIn 1s ease;
  pointer-events: none;
}
.swatch__more span:nth-child(1) {
  display: inline-block;
}
.swatch__more span:nth-child(2) {
  display: none;
}
.selector-wrapper--large .swatch__more {
  display: inline-block;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .selector-wrapper--large .swatch__more {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .variant__labels--hide .selector-wrapper--large .swatch__more {
    margin-bottom: 4px;
  }
}
.selector-wrapper--visible .swatch__more span:nth-child(1), body:not(.no-outline) .radio__fieldset:focus-within + .swatch__more span:nth-child(1) {
  display: none;
}
.selector-wrapper--visible .swatch__more span:nth-child(2), body:not(.no-outline) .radio__fieldset:focus-within + .swatch__more span:nth-child(2) {
  display: inline-block;
}

.product__form .btn.swatch__more, .product__form .swatch__more.shopify-payment-button__button--unbranded {
  width: auto;
}

.select__fieldset .select-popout {
  margin: 0;
}

.select__fieldset .radio__legend__label,
.select__fieldset .select__label {
  display: block;
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 8px;
  font-size: calc(1.1rem * var(--adjust-label));
}
@media only screen and (max-width: 767px) {
  .select__fieldset .radio__legend__label,
  .select__fieldset .select__label {
    font-size: calc(0.95rem * var(--adjust-label));
    line-height: 1.1;
  }
}
.select__fieldset .radio__legend__label.is-hidden,
.select__fieldset .select__label.is-hidden {
  display: none;
  margin: 0;
  padding: 0;
}

.select__fieldset .radio__legend__label {
  display: block;
  padding-right: 0;
  margin-right: 0;
}

.select__fieldset--small .radio__legend__label {
  display: inline;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.variant__labels--hide .radio__legend {
  margin: 0;
}
.variant__labels--hide .radio__legend__label,
.variant__labels--hide .select__label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.variant__labels--hide .selector-wrapper--boxes {
  margin-bottom: calc(var(--form-margin) / 2);
}

.selector-wrapper {
  z-index: 10;
}
.selector-wrapper:focus-within {
  z-index: 111;
}
@media (pointer: coarse) {
  .selector-wrapper:has(.select-popout__toggle:hover) {
    z-index: 111;
  }
}
.selector-wrapper .select-popout {
  contain: paint;
}

.selector-wrapper--qty {
  grid-column-start: 1;
}

.selector-wrapper--open {
  z-index: 110;
}
.selector-wrapper--open .select-popout {
  contain: unset;
}

.variant__countdown {
  --line-height: 1;
  --dot-size: 8px;
  font-size: calc(0.9rem * var(--adjust-body));
  line-height: var(--line-height);
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .variant__countdown {
    font-size: calc(0.75rem * var(--adjust-body));
  }
}

.variant__countdown--in {
  --dot-color: var(--COLOR-SUCCESS);
}

.variant__countdown--low {
  --dot-color: var(--COLOR-WARN);
}

.variant__countdown--out {
  --dot-color: var(--COLOR-ERROR);
}

.variant__countdown--unavailable {
  --dot-color: var(--text-alpha-50);
}

.count-is-in .variant__countdown--in,
.count-is-low .variant__countdown--low,
.count-is-out .variant__countdown--out,
.count-is-unavailable .variant__countdown--unavailable {
  display: block;
}

.variant__countdown--in,
.variant__countdown--low,
.variant__countdown--out,
.variant__countdown--unavailable {
  display: none;
  padding-left: 16px;
  position: relative;
}
.variant__countdown--in::after, .variant__countdown--in::before,
.variant__countdown--low::after,
.variant__countdown--low::before,
.variant__countdown--out::after,
.variant__countdown--out::before,
.variant__countdown--unavailable::after,
.variant__countdown--unavailable::before {
  content: "";
  display: block;
  position: absolute;
  top: calc((0.9375rem * var(--adjust-body) * var(--line-height) - var(--dot-size)) / 2);
  left: 0;
  width: var(--dot-size);
  height: var(--dot-size);
  background-color: var(--dot-color);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .variant__countdown--in::after, .variant__countdown--in::before,
  .variant__countdown--low::after,
  .variant__countdown--low::before,
  .variant__countdown--out::after,
  .variant__countdown--out::before,
  .variant__countdown--unavailable::after,
  .variant__countdown--unavailable::before {
    top: calc((0.7375rem * var(--adjust-body) * var(--line-height) - var(--dot-size)) / 2);
  }
}
.variant__countdown--in::after,
.variant__countdown--low::after,
.variant__countdown--out::after,
.variant__countdown--unavailable::after {
  opacity: 1;
}
.variant__countdown--in::before,
.variant__countdown--low::before,
.variant__countdown--out::before,
.variant__countdown--unavailable::before {
  opacity: 0.2;
  animation: pulseOut 2.5s linear;
  animation-iteration-count: infinite;
}

@media only screen and (max-width: 767px) {
  .product__form .variant__countdown .variant__countdown--in::after, .product__form .variant__countdown .variant__countdown--in::before,
  .product__form .variant__countdown .variant__countdown--low::after,
  .product__form .variant__countdown .variant__countdown--low::before,
  .product__form .variant__countdown .variant__countdown--out::after,
  .product__form .variant__countdown .variant__countdown--out::before,
  .product__form .variant__countdown .variant__countdown--unavailable::after,
  .product__form .variant__countdown .variant__countdown--unavailable::before {
    top: calc((0.7375rem * var(--adjust-body) * var(--line-height) - var(--dot-size)) / 2);
  }
}

body:not(.no-outline) .radio__button:focus-within input + .radio__label,
body:not(.no-outline) .radio__input:focus + .radio__label,
body:not(.no-outline) .radio__input.focus-visible + .radio__label {
  outline: -webkit-focus-ring-color auto 5px;
}

.no-js .product__selectors,
.no-js .selector-wrapper {
  display: none !important;
}
.no-js .quantity__input {
  display: block;
  max-width: 7.5rem;
  width: 100%;
}

/*================ Video elements ================*/
.video__container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-paused .video__container {
  z-index: 0;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--bg);
}
.video-background.is-loading {
  background: var(--bg-lighten-darken-shimmer-bg);
}
.video-background img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.video-background .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.video-background.lazy-image.is-loading {
  z-index: 0;
}

.is-paused .video-background--image {
  z-index: 1;
}

.video__player {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  transition: opacity 0.5s ease 0.5s;
}
.video__player video {
  min-width: 100%;
  min-height: 100%;
}
.video__player video::-webkit-media-controls {
  display: none;
}

.video__player.is-loading {
  opacity: 0;
}

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

.video__overlay {
  z-index: auto;
}
.is-paused .video__overlay {
  z-index: 2;
}

.video-cover {
  object-fit: cover;
}

.video-fit {
  object-fit: contain;
}

.text-inside {
  display: flex;
  width: 100%;
  height: 100%;
  flex: 1;
}

.brick__section__wrapper:has(.brick__video--video-fit) {
  align-content: center;
}
.brick__section__wrapper:has(.brick__video--video-fit):has(.brick__block:only-child) {
  height: auto;
  min-height: auto;
}
.brick__section__wrapper:has(.brick__video--video-fit) .brick__block__content,
.brick__section__wrapper:has(.brick__video--video-fit) .brick__block__inner,
.brick__section__wrapper:has(.brick__video--video-fit) .brick__video,
.brick__section__wrapper:has(.brick__video--video-fit) .video-wrapper,
.brick__section__wrapper:has(.brick__video--video-fit) .video__container,
.brick__section__wrapper:has(.brick__video--video-fit) .text-inside,
.brick__section__wrapper:has(.brick__video--video-fit) .video__overlay {
  border-radius: inherit;
}

.brick__video--video-fit .video__container,
.brick__video--video-fit .video-background,
.brick__video--video-fit .video__player,
.brick__video--video-fit .video-fit {
  position: relative;
  top: auto;
  left: auto;
  height: 100%;
}
.brick__video--video-fit .video__player {
  transform: none;
}
.brick__video--video-fit .video-fit {
  display: block;
}
.brick__video--video-fit .video-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  height: auto;
  transform: none;
}
@media only screen and (max-width: 767px) {
  .brick__video--video-fit .video-wrapper {
    grid-template-rows: minmax(0, 1fr);
  }
}
.brick__video--video-fit .video__container {
  grid-row-start: 1;
  grid-column-start: 1;
  align-self: center;
}
.brick__video--video-fit .text-inside {
  position: relative;
  display: flex;
  grid-row-start: 1;
  grid-column-start: 1;
}
.brick__video--video-fit .placeholder-svg--overlayed {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .brick__video--video-fit .placeholder-svg--overlayed {
    padding-top: 56.25%;
  }
}

.video-text-link {
  font-size: calc(0.875rem * var(--adjust-body));
  display: inline-flex;
  align-items: center;
  line-height: 30px;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  color: var(--text);
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  transition: opacity 0.2s;
}
.video-text-link:hover, .video-text-link:focus, .video-text-link:active {
  opacity: 0.7;
}
.video-text-link span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.video-text-link .icon-play {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}

.video-text-wrapper {
  position: relative;
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
}
.video-text-wrapper .btn, .video-text-wrapper .shopify-payment-button__button--unbranded {
  margin-right: 0;
}
.video-text-wrapper .video-text-link .icon-play {
  width: 60px;
  height: 60px;
  margin-right: 0;
}
.video-text-wrapper .main-buttons {
  flex-flow: row wrap;
}
@media only screen and (max-width: 479px) {
  .video-text-wrapper .main-buttons__item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .video-text-wrapper .align--top-right,
  .video-text-wrapper .align--middle-right,
  .video-text-wrapper .align--bottom-right {
    justify-content: flex-start;
  }
}

/* ======================================= Custom Css 25/03 ================================= */

*{
  --FONT-STACK-HEADING: 'freight-display-pro', serif;
  --FONT-STACK-BODY: 'omnes-cyrillic', sans-serif;
}
body{
  font-family: 'omnes-cyrillic', sans-serif;
  /* font-family:'omnes-cyrillic'; */
}
.btn{
  font-weight: var(--FONT-WEIGHT-BUTTON-BOLD);
  letter-spacing: 1.5px;
  overflow: hidden;
  box-shadow: none;
  will-change: color, border, background;
  transition: color 0.3s ease, border 0.3s ease, var(--PRIMARY-BG-TRANSITION);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
}
body{
  letter-spacing:1.5px;
}

p{
   letter-spacing: 1.5px;
   line-height: 1.5;
   font-size:16px;
}

h2{
  font-size:24px !important;
}

 /* Header Css */

  #SiteHeader .wrapper.aos-animate{
     border-bottom: 1px solid #f2f2f2;
  }

 /* Slider Banner */

 .shopify-section.slideshow .flickity-page-dots .dot{
    width:50px;
    height:2px;
    border-radius:0px;
    margin:0px;
 }

  .shopify-section.slideshow  .slider .flickity-page-dots{
    bottom:230px;
 }

  .shopify-section.slideshow .flickity-prev-next-button{
     background-color:unset;
  }

  .flickity-prev-next-button:before{
     background:#fff;
  }
.shopify-section.slideshow .slider--has-arrow .slide__text__wrapper, 
.shopify-section.slideshow .slider--has-dots .slide__text__wrapper{
  margin: 0;
  padding: 40px;
  width: 100%;
}
.shopify-section.slideshow .slide__btn {
  padding:16px;
  font-size: 14px;
}
.shopify-section.slideshow .slide__btn hover-button{
  display:none;
}
.shopify-section.slideshow .slide__btn:hover{
  text-decoration: underline !important;
  text-underline-offset: 5px !important;
  text-decoration-color: #cdb8a2 !important;
}
.shopify-section.slideshow .btn:before{
  background: var(--btn-bg);
}
.slideshow .carousel-status {
    z-index: 100;
    font-size: .75rem;
    position: absolute;
    top: auto;
    width: 100%;
    left: 0;
    text-align: center;
}
.slideshow .slider .carousel-status {
    bottom: 280px;
}
@media (max-width: 767px) {
   .slideshow .slider .carousel-status {
        bottom: 40px;
    }
}

@media (max-width: 1023px){
  .shopify-section.slideshow .flickity-prev-next-button{
    display: block;
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-50%);
    box-shadow: none;
  }
}

@media (max-width: 767px){
  .shopify-section.slideshow .slider--has-arrow .slide__text__wrapper, 
  .shopify-section.slideshow .slider--has-dots .slide__text__wrapper{
    padding: 20px 16px;
  }
}


  /* Split Section  */

  .split-images-section .split-images__pane{
     padding:0 60px;
     height:auto;
  }
  .shopify-section.slideshow .flickity-page-dots .dot{
     height:auto;
  }
  .split-images-section .split-images__scale--1{
     width:50%
  }

  .split-images-section .split-images__scale--2{
     width:50%;
     display:flex;
     justify-content:center;
  }

  .split-images-section .split-images__scale--2 figure{
     padding: 7% 8%;
  }

.split-images-section .slide__buttons.main-buttons .btn--medium{
   --top-bottom-padding: 35px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration:underline;
  text-underline-offset:5px;
  text-decoration-color:#cdb8a2;
}
.split-images-section .slide__buttons.main-buttons .btn--medium:hover{
  text-decoration:none;
}
.split-images-section .slide__btn::before,
.split-images-section .slide__btn::after{
  content:unset !important;
}

@media (max-width: 990px){
  .split-images-section .split-images__pane{
     padding:0 30px;
  }
  .split-images-section .split-images__scale--2 figure{
     padding: 10% 0% 10% 8% ;
  }
}

  @media (max-width: 767px){
   .split-images-section .split-images__pane{
        padding:0px;  
    }

   .split-images-section .split-images__scale--1,
    .split-images-section .split-images__scale--2{
        width:100%;
     }

  .split-images-section .split-images__scale--2 figure{
       padding: 7% 8%;
       margin-top:32px;
  }

  .split-images-section .split-images__scale--1{
     min-height:560px;
  }

  .split-images-section .split-images__scale--2{
     min-height:480px;
  } 
  .shopify-section.slideshow .slider .flickity-page-dots{
   display:none; 
  }
  }

 /* Banner Section  */

  @media (max-width: 767px){
  .item.Dresses{
     min-height:450px !important;
  }
 }

 /* Section Text */

  .shopify-section.text p span.text-highlight__break{
    font-size:20px;
  }
 
   .shopify-section.text figure.lazy-image img{
     border-radius:unset !important;
  }

  .shopify-section.text .btn.btn--solid-border{
    color:#4E4E4E;
    font-size:14px;
    font-weight: 400;
  }

  .text-section .text__content p{
     font-size:16px !important;
  }


 /* Image WIth Text Section  */

  .image-stores .image-with-text__image{
     width:60% !important;
     border-radius:0px !important; 
     right:230px !important;
  }

   .image-stores .image-with-text__image figure{
      border-radius:0px !important; 
   }

    .image-stores .image-with-text__content{
       border-radius:0px !important;
       border:unset !important;
    }

   .image-stores .image-with-text__content span.text-highlight__break{
        color:#4E4E4E;
        font-size:24px;
     }

    .image-stores .image-with-text__text p em{
        color:#4E4E4E;
        font-size:16px;
    }

     .image-stores .image-with-text__buttons a.btn.btn--solid{
        color:#4E4E4E;
        border:1px solid #4E4E4E;
     }

    .image-stores .image-with-text__buttons a.btn.btn--solid::before,
     .image-stores .image-with-text__buttons a.btn.btn--solid::after  {
          content:unset !important;
       }

   @media (max-width: 767px){
   .image-stores .image-with-text__image{
       right:0px !important;
   }

    }

   /* Featured Blog Section  */

    .featured-blog h2.section__heading{
       text-align:left;
       color:#4e4e4e;
      text-transform: uppercase;
    }

    .featured-blog .blog__post-item,
    .featured-blog .blog__post-item a,
    .featured-blog .blog__post-item figure{
       border-radius:unset !important;
     }

   .featured-blog .wrapper .new-buton-blog{
      display: flex;
      justify-content: space-between;
   }

  .featured-blog .wrapper .featured-blog__button{
     margin-top:0px;
  }

  .featured-blog .wrapper .featured-blog__button a{
     background-color:unset;
     text-decoration:underline;
     text-underline-offset: 5px;
     text-decoration-color:#cdb8a2;
     color: currentcolor;
  }
.featured-blog .wrapper .new-buton-blog .featured-blog__button a{
  min-width: unset;
  padding: 0;
}
.featured-blog .wrapper .featured-blog__button a:hover{
   text-decoration:none;
}

  .featured-blog .wrapper .featured-blog__button a:before{
      background:unset !important;  
  }

   .featured-blog .wrapper .blog__post-title a.blog__post-title-link{
      font-size:16px;
      color:#4E4E4E;
      font-weight:400;
     letter-spacing:1.5px;
   }

   .featured-blog .wrapper .blog__post-excerpt-link .rte{
      font-size:14px;
       color:#4E4E4E;
   }

  .featured-blog .wrapper .featured-blog__container .grid{
     gap:4px;
  }

  .featured-blog .wrapper .btn:before{
     background:unset;
  }
.featured-blog .blog__post-item .blog__post-content{
  padding-right: 45px;
}
.featured-blog .wrapper .blog__post-content .blog__post-title{
  line-height:1.1;
}
.featured-blog .wrapper .blog__post-content .blog__post-meta small{
  font-size: 12px;
  text-transform: uppercase;
  color: #4e4e4e;
} 
  
  @media screen and (max-width:766px){
     .featured-blog .wrapper .featured-blog__button a{
        padding-top:0px;
        padding-right:0px;
        left:0;
     }
  }

  /* Blog Details Page */

body.template-article .section-article .article__content h1{
  --adjust-heading:0.7;
}

  .article-page .article__wrapper .section-header h1{
     font-size:32px;
    font-family: var(--FONT-STACK-BODY);
    letter-spacing: 1.5px;
    font-weight: 400;
  }

  .article-page .article__wrapper .article__meta .light-gray{
      font-size:16px;``
   }

  .article-page .wrapper--narrow .article__content p span{
      font-size:16px;
  }
.article-page .wrapper--narrow .article__content p{
   font-size:16px;
}
.template-article .article-tags {
    font-size: .875rem;
}
.template-article .article-tags a {
    color: #9a9999;
}
.template-article .share-button button {
    font-size: .875rem;
    text-transform: uppercase;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    text-decoration-color: var(--accent) !important;
}
.template-article .share-button button:hover{
  text-decoration: unset;
}
.template-article .share-link:after{
  opacity: 1;
  bottom: 0;
  background: var(--accent);
  width: calc(100% - 30px);
  left: unset;
  right: 0;
}
body.template-article .article-page .section-article .wrapper--narrow{
  width: 100%;
  max-width: 720px;
}
.article__nav-arrows {
  display: flex;
  justify-content: space-between;
  padding: var(--gutter) 0 16px;
}
.template-article .article__nav-arrows a {
  display: inline-flex;
  align-items: center;
  text-decoration: none
}
.template-article .article__nav-arrows span {
    width: 16px;
    height: 15px;
    margin-top: -5px;
    margin-left: 5px;
    margin-right: 5px;
}
.template-article .article__nav-arrows span.previous-article-icn svg{
  rotate: 180deg;
}
.template-article .article__nav-arrows span.previous-article-icn svg path{
  stroke-width: 20px;
}
.template-article .article__nav-arrows a:has(.next-article-icn){
  flex-direction: row-reverse;
}



.blogs-menu .menu__item .navlink{
  --inner:16px;
  font-size: 0.82rem;
  text-transform: unset;
} 



@media only (min-width: 1350px) and (max-width: 1600px){
  .blogs-menu .menu__item .navlink{
    padding: 16px 13px;
  }
}
@media only (min-width: 1400px) and (max-width: 1500px){
  .blogs-menu .menu__item .navlink{
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
    #the-blog-pepa-london .brick__section__wrapper .brick__blocks__flex{
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 2fr;
        padding: 30px 0;
    }
    #the-blog .brick__section__wrapper .brick__blocks__flex{
      display: grid;
      align-items: center;
      grid-template-columns: 1fr 2fr;
      padding: 0px 0;
    }
}


 /* Shop The Look Section */

   .section-look .look__text .look__heading.h2{
      color:#4E4E4E;
      text-align:center;
      letter-spacing: 1.5px;
      font-size: 24px;
      font-weight: 400;
      /* opacity:0.8; */
   }

   .section-look .hotspot__info-bubble .hotspot__title.h6{
       display:none;
   }

  .section-look .hotspot__line{
        display:none;
    }

   .section-look .product-grid-item__info-content .product-grid-item__info-separator{
       display:none;
   }

  .section-look .product-grid-item__info-content .product-grid-item__price,
  .section-look .product-grid-item__swatch .swatch__button{
      display:none;
  }
 
  .section-look .product-grid-item__info-content .product-grid-item__title{
     font-size:16px;
     color:#4E4E4E;
     /* opacity:0.8; */
    font-family:var(--FONT-STACK-BODY);
  }

  .section-look .flickity-page-dots .dot{
    width:25px;
    height:2px;
    height:0px;
    border-radius:0px;
    margin:0px;
    opacity: 0.25;
    border: .5px solid #4e4e4e;
    background: transparent;
 }
.section-look .flickity-page-dots .dot.is-selected{
  width:40px;
  opacity:1;
}

 .section-look  .flickity-prev-next-button:before{
     background-color:#000 !important;
  }

  .body--rounded-corners .look__hero-image{
      border-radius:unset !important;
  }

  .product-grid-item__image .product__media__container{
      border-radius:unset !important;
  }

.body--rounded-corners .product-grid-item__image, .body--rounded-corners .product__media__container, .body--rounded-corners .product__media__slider:not(.flickity-enabled) .product-gallery__media{
   border-radius:unset !important;
}

  @media (max-width: 767px){
  .section-look .look__text .look__heading.h2{
       font-size:20px;
   } 
      } 

.icons-row .icons-row-item__title{
  font-family: var(--FONT-STACK-BODY);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.icons-row .icons-row-item__icon svg{
  stroke: unset;
  fill: currentColor;
}


.section-look .look .look__wrapper .flickity-prev-next-button{
  border-radius: 0;
  box-shadow: none;
  color:#333;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  --flickity-btn-position: 0;
}
.section-look .look .product-grid-item__image{
  margin-bottom:20px;
}
.section-look .product-grid-item__info-content .product-grid-item__title{
  padding-bottom: 10px;
  padding-right: 20%;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.5px;
  display: block;
}

@media (min-width: 1024px){
  .section-look .look .look__wrapper{
    gap:calc(var(--gutter) / 1.5);
    column-gap:var(--gutter);
  }
  .section-look .look__wrapper.is-reversed:has([data-products="2"]){
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .section-look .look .look__wrapper .look__products .look__slide{
    margin-right:var(--gutter);
  }
}

@media (max-width: 1024px) and (min-width: 760px){
  .section-look .look .look__wrapper{
    grid-template-areas:
        "hero text"
        "hero products";
  }
  .section-look .look__text .look__heading.h2{
    font-size: 20px;
  }
}

@media (max-width: 760px){
  .icons-row__slider.grid--mobile .icons-row-item.grid__item{
    width: 32% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .icons-row__slider.grid--mobile .icons-row-item.grid__item.icons-row-item--full{
    width: 32% !important;
    padding-left: 0;
    padding-right: 0;
  }
}

 /* Icon Row Css */
  .icons-row__wrapper .icons-row-item__text p{
     font-size:12px;
     color: :#3333;
      
  }


 /* Footer Section  */

  @media (min-width: 767px){
   .footer-bottom .payment-icon-list{
        display:flex !important;
         flex-wrap:unset;
     }
    
     .footer-bottom.wrapper {
         display:flex !important;
     }

     .footer-bottom.wrapper .footer-bottom__content {
         display:flex !important;
         justify-content:center !important;
     }
 }

 @media (min-width: 1024px){
  #SiteFooter #FooterMenu--customer-service-1 .footer-links{
      display: grid;
        grid-template-columns: 1fr 1fr;
   }
}

   #SiteFooter .footer-title button,
    #SiteFooter .footer-block .footer-title.h5{
      text-transform:uppercase;
      font-weight:400;
      font-size:12px;
      letter-spacing: 1.5px;
      line-height: 1.5;
      font-weight:400;
   }

   #SiteFooter .payment-icon-list{
      filter: grayscale(1);
   }

    #SiteFooter .footer-blocks .footer-block {
       border-right: 1px solid #e6e6e6;
    }
  
   #SiteFooter .footer-blocks .footer-block:last-child{
      border:unset !important;
   }

    #SiteFooter .input-group{
       position:relative;
    }

    #SiteFooter .input-group:before{
       content:""; 
       position:absolute;
       bottom:0px;
       width:100%;
       height:1px;
       background-color:#000;
       top:41px;
    }

    #SiteFooter .input-group #Email--footer-block-3{
       border:0px;
       padding-left:0px;
    }

    #SiteFooter .input-group #SubscribeSubmit--footer-block-3{
       border:0px;
    }

    #SiteFooter #SubscribeSubmit--footer-block-3 svg{
       position:absolute;
       right:-7px;
    }

     #SiteFooter .footer-block--newsletter .newsletter-index{
        background-color:#fff;
        padding:28px;
     }

     .footer-bottom{
        margin-top:30px;
     }

     #SiteFooter .footer-links__wrapper .footer-links li a{
         font-size:14px;
         /* color:#4E4E4E; */
         transition: transform 0.5s ease;
         letter-spacing: 1.5px;
         line-height: 1.5;
         font-weight:400;
     }

     #SiteFooter .footer-block--newsletter .rte p{
         font-size:14px;
         color:#4E4E4E;
         transition: transform 0.5s ease;
         letter-spacing: 1.5px;
         line-height: 1.5;
         font-weight:400;
     }

     #SiteFooter .rte.subtext p{
        font-size:12px;
        margin-top:12px;
        color:#4E4E4E;
       font-weight:400;
     }

     #SiteFooter .footer-block--newsletter .input-group__fields input::placeholder{
         font-size:14px;
         color:#4E4E4E;
         font-weight:400;
     }

     .footer-bottom-new{
        padding:20px 30px;
        color:#4E4E4E;
        font-weight:400;
    }

   .footer-bottom-new span{
       font-size:14px;
       color:#4E4E4E;
      font-weight:400;
    }

    .footer-bottom-new a{
       font-size:14px;
       color:#4E4E4E;
       font-weight:400;
      }

     .footer-bottom-new .footer-copyright__menu{
        margin-top:0px !important;
        display:flex;
     }

     .footer-bottom-new .footer-copyright{
         display:flex;
         justify-content:space-between;
     }

     .footer-bottom-new .footer-copyright a{
        font-size:14px;
         color:#4E4E4E;
         font-weight:400;
     }

    .footer-bottom__content .select-popout.select-popout--country{
       border: 1px solid #000;
       padding: 0 5px;
    }

    .footer-bottom__content .select-popout.select-popout--country .select-popout__toggle{
        padding-top:0px;
        padding-bottom:0px;
    }

#SiteFooter .footer-block--newsletter .newsletter-index .newsletter-form{
  display: none;
}
.footer-bottom__content .select-popout__list{
  min-width: 150px !important;
}
.footer-bottom__content .select-popout__list .select-popout__list__scroll{
  max-height: 350px;
}
.footer-bottom__content .select-popout__list .select-popout__list__scroll .select-popout__option{
  display: block;
  padding: 14px 20px;
  color: var(--text);
  font-size: 14px !important;
  transition: opacity 0.4s;
}
.footer-bottom__content .select-popout__list .select-popout__item:hover, 
.footer-bottom__content .select-popout__list .select-popout__item.sold-out:hover, 
.footer-bottom__content .select-popout__list .select-popout__item.unavailable:hover{
  color: var(--bg);
  background-color: #cdb8a2;
}

   @media (max-width: 767px){
        .footer-content.wrapper .footer-blocks{
           padding-bottom:0px !important;
       }
      .footer-bottom.wrapper {
          margin-top:24px !important;
      }

    .footer-blocks .footer-block--newsletter{
        order:-1;
    }

    .footer-bottom__content .localization-form{
       justify-content:center !important;
    }

    .footer-bottom__content .payment-icon-list{
        justify-content:center !important;
    }

    .footer-content.wrapper .social-sharing-wrapper {
        margin-bottom:0px;
        border-bottom: 1px solid #e6e6e6;
    }

    #SiteFooter .footer-blocks .footer-block{
        border-right:unset;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom:12px;
    }
     .site-footer .footer-bottom.wrapper .footer-bottom__content{
       display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 24px;
     }
    .site-footer .footer-bottom.wrapper .footer-bottom__content .city-site-sec{
      margin-bottom: 0;
    }
    .site-footer  .footer-bottom.wrapper .footer-bottom__content .payment-icon-list{
       width: 100%;
       margin: 0;
    }

}

.klaviyo_newsletter_custom {
    max-width: 100% !important;
    margin-top: 35px;
}

.klaviyo_field_checkbox_row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.klaviyo_field_checkbox {
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    position: relative;
    min-height: 20px;
    padding-right: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.klaviyo_field_checkbox label {
    margin: 0 !important;
    font-size: 12px !important;
    position: relative;
    padding-top: 3px;
    padding-left: 28px;
    font-weight: var(--FONT-WEIGHT-BODY) !important;
}

.klaviyo_field_checkbox input {
    position: absolute;
    opacity: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.klaviyo_field_checkbox input ~ label::before {
    content: "";
    background: #fff;
    border: 1px solid #ccc;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.klaviyo_field_checkbox input:checked ~ label::before {
    background: #fff;
    border: 1px solid #ccc;
    content: " ";
    text-align: center;
    line-height: 20px;
    color: #737373;
    font-weight: bold;
    font-size: 12px;
    background: url('https://pepalondon.com/cdn/shop/t/169/assets/chk.png') no-repeat;
    background-size: 13px;
    background-position: center;
}

.klaviyo_newsletter_custom .klaviyo_field_email {
    position: relative;
}

.klaviyo_newsletter_custom .klaviyo_field_email input[type=email] {
    border: 0;
    border-bottom: 1px solid #000;
    padding-left: 0px;
    padding-right: 50px;
    border-radius: 0;
    letter-spacing:1.5px;
}

.klaviyo_newsletter_custom .klaviyo_field_email input::placeholder {
    color: #9a9999;
}

.klaviyo_newsletter_custom .klaviyo_submit_button {
    position: absolute !important;
    right: -4px;
    background: transparent !important;
    color: #000 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    line-height: 1 !important;
    transform: rotate(270deg);
    bottom: 10px;
    transition: transform 0.3s ease !important;
}
.klaviyo_newsletter_custom .klaviyo_submit_button svg{
    width: 12px;
    height: 12px;
    fill: currentColor;
    display: inline-block;
    stroke: unset;
}

.klaviyo_newsletter_custom .klaviyo_submit_button:hover {
    transform: rotate(270deg) translateY(5px);
}

.klaviyo_newsletter_custom .klaviyo_messages .error_message, .klaviyo_newsletter_custom .klaviyo_messages .success_message {
    font-size: 12px !important;
    font-family: var(--FONT-STACK-BODY)!important;
}

@media (max-width: 575px) {
    .klaviyo_field_checkbox {
        padding-right: 15px;
    }
}

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

body#newsletter .text .text__heading span{
  font-family: var(--FONT-STACK-BODY);
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 400;
}





/* Collection Page Css */

  .template-collection  .banner.banner--collection .wrapper--narrow h1.section-header__title {
     font-size:32px;
     color:#4E4E4E;
     font-weight:400;
  }
  .collection__title {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .collection__description{
      font-size: calc(1.1rem * 1);
      color:#4e4e4e !important;
      font-weight:400;
   }
   .template-collection .product-grid-item__info .product-grid-item__info-content a.product-grid-item__title{
       font-size:13px;
       color:#4E4E4E;
       font-weight:400;  
     letter-spacing: 1.5px;
   }

  .template-collection .product-grid-item__info .product-grid-item__info-content .product-grid-item__price{
       font-size:12px;
       color:#4E4E4E;
       display:flex;
       margin-top:8px;
       font-weight:500;
    margin-top:0px;
    align-items: center;
  }
  .template-collection .banner--collection .banner-content{
    position: relative;
    z-index: 1;
  }

  .template-collection .product-grid-item__info .product-grid-item__info-content .product-grid-item__info-separator{
        display:none;
   }

  .template-collection .collection__inner .breadcrumbs a,
  .template-collection .collection__inner .breadcrumbs span,
  .template-collection .collection__products-count,
  .template-collection .collection__sort__options .collection__filter-tag label,
  .template-collection .collection__filter-tags label{
      font-size:12px;
      color:#4E4E4E;
      font-weight:400;
  }

  .template-collection .collection__sort-bar button,
  .template-collection .collection__filter button span{
       font-size:12px;
       color:#4E4E4E;
       font-weight:600;
    }

  .template-collection .collection__products .grid.grid--empty-items-0.is-loaded{
      gap:6px !important;
  }
body.template-collection .banner--collection .banner-content .collection__header{
  width: 100%;
}
body.template-collection .banner--collection .banner-content .collection__header .breadcrumbs{
  margin-bottom: 22px;
}
.template-collection .collection__header .breadcrumbs a,
.template-collection .collection__header .breadcrumbs span{
    font-size:12px;
    color:#4E4E4E;
    font-weight:400;
}
@media (max-width: 760px){
  body.template-collection .banner--collection .banner-content .collection__header .breadcrumbs{
    margin-bottom: 8px;
    justify-content: center;
  }
}


.collection-promo .collection-promo__content{
  border-radius: 0px;
}
.boost-pfs-filter-collection-header-wrapper{
  background: #fff !important;
  padding-bottom: 32px !important;
  padding-top: 32px !important;
  opacity: 1 !important;
}
.boost-pfs-filter-collection-header-wrapper h1 {
    font-family: var(--FONT-STACK-HEADING);
    text-align: center;
    font-weight: 500;
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 0;
    color: #4e4e4e;
}
.boost-pfs-filter-collection-header-wrapper .collection__description{
  max-width: 830px;
}
.boost-pfs-filter-collection-header-wrapper .collection__description .first-section{
  /* display: none; */
}
.boost-pfs-filter-collection-header-wrapper .collection__description p{
  color: #4e4e4e;
  font-size: 0.95rem;
}

.collection-navigation{
  opacity: 1 !important;
}
.collection-navigation ul {
    display: flex;
    list-style-type: none;
    margin-left: 0px;
    margin-right: 0px;
    overflow-x: auto;
}
.collection-navigation ul li {
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 10px;
}
.collection-navigation ul li:first-child {
    margin-left: auto;
}
.collection-navigation ul li:last-child {
    margin-right: auto;
}
.collection-navigation ul li a {
    white-space: nowrap;
    color: #4e4e4e;
}
.collection-navigation ul li a:hover, 
.collection-navigation ul li a.active {
    border-bottom: 1px solid rgb(217, 198, 191);
}
.template-collection .collection__sort__options .collection__filter-tag label, 
.template-collection .collection__filter-tags label{
  font-size: 15px;
  display: block;
  line-height: 26px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.collection__filters__buttons {
    padding-bottom: 15px;
}

.collection__filters .collection__filter-tags ul li{
   margin-bottom:4px;
}



@media (min-width: 761px) {
    .collection__filters .collection__filters__buttons {
        width: 100%;
        padding: 0 var(--gutter) 15px;
    }
    .collection__filters-list{
       padding: 0 var(--gutter);
    }
    .collection__filters{
      top: calc(var(--collection-sticky-bar-height) - 1px);
    }
    .collection__description span.read-more, .collection__description span.read-less {
        display: none;
    }
}
.collection__filters-list{
  -webkit-mask-size: 100% 20000px;
  -webkit-mask-position: left bottom;
  transition: mask-position 0.3s, -webkit-mask-position 0.3s;
  align-items: flex-start;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
   padding: 0 var(--gutter-mobile);
}
.collection__filters .collection__filters-list__inner{
  padding: 0;
  margin: 0;
}
.filter__active__remove {
    position: relative;
    min-width: 0;
    width: auto;
    margin: 0 10px 10px 0;
    padding: 6px 32px 6px 10px;
    font-size: 12px;
    text-align: left;
    background: #d3d3d380;
    border-radius: 0px;
  color: #4e4e4e;
}
.collection-navigation {
    text-align: center;
    padding: 0 10px;
}
.collection-title, 
.collection__description{
  padding: 0 10px;
}

@media (min-width: 761px){
  .new-read-more .read-less, 
  .new-read-more .first-section, 
  .new-read-more .read-more{
    display: none;
  }
}

@media (max-width: 760px) {
  .boost-pfs-filter-collection-header-wrapper .collection__description{
      max-width: 320px;
  }
  .boost-pfs-filter-collection-header-wrapper h1{
    font-size: 24px;
    font-weight: 500;
    max-width: 320px;
    margin: 0 auto;
  }
  .new-read-more span, .new-read-more{
      font-size: .95rem;
      text-align: center;
      font-weight: 400;
      margin-left: 2px;
      cursor: pointer;
      position: relative;
      /* display: inline-block; */
      color: #9a9999;
      line-height: 26px;
  }
  .new-read-more .read-more::before, 
  .new-read-more .read-less::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: auto;
    height: 1px;
    background: #9a9999;
  }
  .new-read-more .read-more::before {
      left: 12px;
  }
  .new-read-more .second-section, 
  .new-read-more .read-less{
    display: none;
  } 
  .new-read-more.show-full .first-section, 
  .new-read-more.show-full .read-more{
    display: none;
  }
  .new-read-more.show-full .second-section, 
  .new-read-more.show-full .read-less{
    display: inline-block;
  }
}


/* ======================================= Collection Filter ================================== */

.collection__filters .collection__sort__button {
    font-size: calc(0.938rem * var(--adjust-body));
}

.collection__inner .breadcrumbs {
    margin-bottom: 0;
    align-items: center;
}

/* body.template-collection{
  overflow: auto !important;
} */
body.visiable-filter-sec {
    overflow: auto !important;
}

[data-scroll-locked] body.visiable-filter-sec {
    overflow: hidden !important;
}

@media (min-width: 766px) and (max-width: 1199px) {
    .collection__inner .collection__products .grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .collection__wrapper .wrapper--full-padded {
        padding: 0 15px;
    }

    button.collection__filters__toggle {
        margin-right: -15px;
    }

    .collection__inner {
        --wrapper-width: 100%;
    }
}

button.collection__filters__toggle {
    display: block;
}
.collection__inner{
  display: block;
}
.collection__inner .breadcrumbs{
    margin: 0;
    padding: 0;
    align-items: center;
    font-size: calc(0.75rem * var(--adjust-body));
    float: left;
    width: 100%;
    color: #9a9999;
    display: flex;
    flex-wrap: wrap;
    min-width: calc(100% - 60px);
    flex-basis: unset !important;
    margin: 0 !important;
}
.collection__filters{
  transition: opacity 0.3s ease, visibility 0s linear 0.3s, z-index 0s linear 0.3s;
}
.collection__inner .breadcrumbs{
  margin: 0;
  align-items: center;
}
.collection__inner .collection__products{
  width: 100% !important;
}
.collection__products .grid{
  gap:4px;
}
.collection__inner .product-grid-item__info .product-grid-item__title{
  padding: 0;
  font-size: 13px !important;
  font-weight: 400 !important;
  margin-bottom: 4px;
  line-height: 1.42;
  min-height: 37px;
  font-family: var(--FONT-STACK-BODY);
}
.product-grid-item__info-content .prc-cont-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-top: 8px;
}
.product-grid-item__image .product__media__container{
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 760px) {
    button.collection__filters__toggle {
        display: block;
    }

    .collection__filters {
        height: calc(100vh - var(--collection-sticky-bar-height) + 1px);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0s linear 0.3s, z-index 0s linear 0.3s;
        position: fixed;
        float: unset;
        margin: 0;
        width: 100%;
    }

    .collection__filters.visiable-filter {
        z-index: 9001;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease, visibility 0s linear 0s, z-index 0s linear 0s;
    }
    


  
}

.collection__filters .collection__filters-list{
  padding: 0 var(--gutter-mobile);
}
.collection__filters .collection__filters-list *{
  font-family: var(--FONT-STACK-BODY);
}

.collection__filters .collection__filter__title span, 
.collection__filters .collection__sort__label{
  font-weight: 500 !important;
  font-size: 16px !important;
  text-transform: math-auto;
  letter-spacing: 1.5px;
}

@media (min-width: 761px) {
    /* .collection__inner .collection__filters{
    width: 100%;
    float: unset;
    position: unset;
    margin: 0;
    max-height: unset;
  } */.collection__filters .collection__filters-list {
        padding: 0 var(--gutter);
        /* overflow: unset; */
    }

    .collection__filters .collection__filters-wrapper {
        overflow-y: auto;
        height: var(--full-height);
        height: calc(100vh - var(--collection-sticky-bar-height) + 1px);
    }

    .collection__filter-tags {
        padding: 0px 0px 0;
    }

    .collection__sort__label {
        padding-bottom: 12px;
    }

    .collection__filters .collection__filters-list__inner {
        width: 100%;
    }

    .collection__filters .collection__filters__buttons {
        width: 100%;
        padding: 0 var(--gutter) 15px;
    }

    .collection__filters .collection__sort {
        width: 25%;
        display: inline-block;
        float: left;
        padding: 0 15px 12px;
    }

    .collection__filters .collection__filter {
        width: 25%;
        display: inline-block;
        float: left;
        padding: 0 15px 12px;
    }

    .collection__filters [data-collapsible-container] {
        opacity: 1;
        height: auto;
        visibility: visible;
        transition: unset;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        overflow-y: auto;
        min-height: 220px;
        max-height: 220px;
    }

    .collection__filters [data-collapsible-container]::-webkit-scrollbar {
        width: 4px;
    }

    .collection__filters .collection__filter__title, .collection__filters .collection__sort__label {
        padding: 5px 15px 12px 0;
        font-size: 1rem;
        font-weight: var(--FONT-WEIGHT-BODY-BOLD);
    }

    .collection__filters .collection__sort .icon, .collection__filters .collection__filter__count .icon {
        display: none;
    }

    .collection__filters.collection__filters--visible .collection__sort .icon, .collection__filters.collection__filters--visible .collection__filter__count .icon {
        display: none;
    }

    .collection__filters [data-collapsible-content] {
        transform: unset;
    }

    .collection__filters.collection__filters--visible [data-collapsible-content] {
        transform: unset;
    }

    .collection__filters.visiable-filter .collection__sort__button {
    }

    .collection__filters .collection__filter-tag--default .filter__button::before {
        border: 1px solid rgba(0, 0, 0, .2);
        width: 15px;
        height: 15px;
        background: transparent;
    }

    .collection__filters .collection__filter-tag--default .filter__button::after {
        content: "";
        width: 9px;
        height: 6px;
        border: 0px solid #000;
        border-top: none;
        border-right: none;
        background: 0 0;
        -ms-transform: rotate(-50deg);
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 3px;
        left: 3px;
        transition: .1s;
        opacity: 0;
    }

    .collection__filters .collection__filter-tag--default .filter__input:checked ~ .filter__button::after, .collection__filters .collection__filter-tag--default.is-active .filter__button::after {
        opacity: 1;
    }

    .collection__filter-tag--default .filter__input:checked ~ .filter__button::before, .collection__filter-tag--default.is-active .filter__button::before {
        background: var(--text) var(--icon-check) no-repeat center center !important;
        background-size: 14px auto !important;
    }

    .collection__filters-wrapper [data-collection-filters-form] {
        margin: 0 -15px;
    }

    .collection__filters .range__dot {
        padding: 6px;
    }

    .collection__filter-tags .filter__price {
        padding: 0 4px;
    }

    .collection__sticky-bar.visiable-filter {
        position: fixed;
        width: 100%;
        left: 0;
        padding: 0 15px;
        top: 0;
        z-index: 9001;
    }
    .collection__filters .collection__filters-list__inner .collection__filters-header .collection__filters__close, 
    .collection__filters .collection__filters-list__inner .collection__filters-header .collection__filters__top{
      display: none;
    }
    .collection__filters .collection__filters-list__inner .collection__filters__line{
      display: none;
    }
    .collection__filters .collection__filters-wrapper{
      padding:0px;
    }
    .collection__filters__clear{
      width: 100%;
    }
    .collection__filters .collection__filters-list__inner .collection__filters-header{
      padding: 0 15px;
    }
    .collection__filters .collection__filters-list__inner{
      height: auto;
      overflow-x: hidden;
      overflow-y: auto;
      min-height: unset;
    }
    .collection__filters__buttons .collection__filters__reset.btn--primary{
      display: none;
    }
    .collection__filters__buttons .btn--secondary{
      font-size: 14px;
      text-transform: math-auto;
      text-decoration: none;
      border: 1px solid #4e4e4e;
      padding: 15px 22px;
    }
    .collection__filters__buttons .collection__filters__close{
      background:#cdb8a2;
      margin: 15px 0 0;
      padding: 15px 22px;
      font-size: 14px;
      text-transform: math-auto;
      text-decoration: none;
      border: 1px solid #cdb8a2;
      display: block;
      height: auto;
    }
    .collection__filters__buttons .btn:before{
      display: none;
    }
    .collection__filters__buttons .btn:after{
      display: none;
    }
}


@media (min-width: 1200px) {
    .collection__sticky-bar.visiable-filter {
        padding:0 var(--gutter);
    }
}

@media (min-width: 1024px) {
    button.collection__filters__close {
        display:block;
    }

    .collection__filters__buttons .collection__filters__reset.btn--primary {
        display: none;
    }

    .collection__filters__buttons .collection__filters__reset.btn--secondary {
        display: block;
    }
}

@media (min-width: 761px) and (max-width: 1199px) {
    .collection__filters .collection__filters-list {
        padding:0 15px;
    }
}

@media (max-width: 760px) {
    .collection__inner .collection__products .grid {
        grid-template-columns: 1fr 1fr;
    }

    .collection__wrapper .wrapper--full-padded {
        padding: 0 4px;
    }

    button.collection__filters__toggle {
        margin-right: -4px;
    }

    .collection__inner {
        --wrapper-width: 100%;
    }

    .collection__filters.visiable-filter .collection__filters-wrapper, .collection__filters.collection__filters--visible .collection__filters-wrapper {
        overflow-y: unset;
        height: auto;
    }

    .collection__filters.visiable-filter .collection__filters-list, .collection__filters.collection__filters--visible .collection__filters-list {
        padding: 0 var(--gutter-mobile);
    }

    .collection__filters.visiable-filter .collection__sort {
        width: unset;
        display: block;
        float: unset;
        padding: 0;
    }

    .collection__filters.visiable-filter .collection__filter {
        width: 100%;
        display: block;
        float: unset;
        padding: 0;
    }

    .collection__filters .range__dot {
        padding: 6px;
    }

    .collection__filters-list::-webkit-scrollbar {
        width: 0px;
    }
  .collection__filters .collection__filter__title span, .collection__filters .collection__sort__label{
    font-weight: 700 !important;
  }

  .collection__filters .collection__filters-list__inner .collection__filters-header .collection__filters__close{
    display: block;
    position: absolute;
    right: 0;
    margin: 0;
    top: 14px;
  }
  /* .collection__filters .collection__filters-list__inner .collection__filters-header .collection__filters__close:before{
    content:"";
    background: url('data:image/svg+xml,<svg aria-hidden="true" focusable="false" role="presentation" class="" viewBox="0 0 20 13"><path d="M18.5 2.75a.75.75 0 0 1 .102 1.493l-.102.007h-17a.75.75 0 0 1-.102-1.493L1.5 2.75h17ZM18.5 8.75a.75.75 0 0 1 .102 1.493l-.102.007h-17a.75.75 0 0 1-.102-1.493L1.5 8.75h17Z"/><path d="M5.5.25a.75.75 0 0 1 .743.648L6.25 1v5a.75.75 0 0 1-1.493.102L4.75 6V1A.75.75 0 0 1 5.5.25ZM14.5 6.25a.75.75 0 0 1 .743.648L15.25 7v5a.75.75 0 0 1-1.493.102L13.75 12V7a.75.75 0 0 1 .75-.75Z"/></svg>');
    
  } */
 
  .collection__filters .collection__filters-list__inner .collection__filters-header .collection__filters__top, 
  .collection__filters .collection__filters-list__inner .collection__filters__line{
    display: none;
  }
  .collection__filters__buttons .btn--secondary{
    font-size: 14px;
    text-transform: math-auto;
    text-decoration: none;
    border: 1px solid #4e4e4e;
    padding: 15px 22px;
  }
  .collection__filters__buttons .collection__filters__close {
    background: #cdb8a2;
    margin: 15px 0 0;
    padding: 15px 22px;
    font-size: 14px;
    text-transform: math-auto;
    text-decoration: none;
    border: 1px solid #cdb8a2;
    display: block;
    height: auto;
  }
  .collection__filters-list .collection__filters__buttons{
    padding: 15px 0;
    width: 100%;
  }
  .collection__filters-wrapper .collection__filters-list .collection__filters__buttons+.collection__filters-bottom.is-visible{
    display: none;
  }
  .collection__filters {
    /* top: calc(var(--collection-sticky-bar-height) - 1px); */
  }
}



.collection__filters{
  background: #fff;
}
::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
@media (min-width: 761px) {
    .collection__filters [data-collapsible-container]::-webkit-scrollbar {
        width: 4px;
    }
}
@media (max-width: 760px){
  .collection__inner .breadcrumbs{
    justify-content: center;
    justify-content: flex-start;
  }
  .collection__filter__title, 
  .collection__sort__label {
    position: relative;
    display: block;
    border-radius: 0;
    padding: 12px 40px 12px 0px;
    margin: 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 700;
  }
}




.promo-banner__content .promo-banner__heading, .promo-banner__content .promo-banner__text {
    color: #000;
    font-family: var(--FONT-STACK-BODY);
}



 /* Product Page Css */

 .template-product .shopify-section--product .product-single .wrapper{
    padding-left:4px;
    padding-right:0px;
    margin:0;
    width:100%;
 }
.product__price--compare{
  font-size: 15px;
}

  .template-product .shopify-section--product .product-single .wrapper .product-gallery .product-gallery__media-slider{
     gap:4px;
  }
.template-product .shopify-section--product .product-single .wrapper .product-gallery .product-gallery__media-slider .carousel-status{
  position: absolute;
  top: 18px;
  right: 16px;
  letter-spacing: 3px;
  z-index: 1;
  line-height: 1;
  font-weight: 500;
  display: none;
  margin:0px;
}

@media (max-width:1021px){
  .template-product .shopify-section--product .product-single .wrapper .product-gallery .product-gallery__media-slider .carousel-status{
    display: block;
  }
}

  .template-product .shopify-section--product .product-single .wrapper .product-gallery__media {
     border-radius:unset;
    height: 100%;
  } 
.template-product .shopify-section--product .product-single .wrapper .product-gallery__media img{
  object-fit: cover;
}

  .template-product .shopify-section--product .section-padding.product-single{
      padding-top:0px;
  }

  .template-product .shopify-section--product .product-single__details{
     margin-top:20px;
  }
 
  .template-product .shopify-section--product nav.breadcrumbs a,
  .template-product .shopify-section--product nav.breadcrumbs span{
     color:#9a9999;
      font-size:12px;
      font-weight:400;
    
  }
.template-product .shopify-section--product .product-single__details .product__title-and-price{
  --form-margin: 20px;
  margin-bottom: 10px;
}


  .template-product .shopify-section--product .product-single__details h1.product__title{
     color:#4E4E4E;
     font-size:18px;
     font-weight:400;
    letter-spacing: 1.5px;
  }

  .template-product .shopify-section--product .product__price span.product__price--regular{
     color:#4E4E4E;
     font-size:15px;
     font-weight:500;
    
  }

  .template-product .shopify-section--product .wrapper .product-single__wrapper {
     column-gap:30px;
  }

  .template-product .shopify-section--product .product__block.product__form__wrapper .product__form{
      gap:20px;
    gap:0px;
  }

 .template-product  .shopify-section--product .product__block.product__form__wrapper .product__form span.radio__legend__label {
      color:#4E4E4E;
      font-size:0.938rem;
      font-weight:400;
      text-transform:capitalize;
     font-family: var(--FONT-STACK-BODY);
   line-height: 1.75;
   letter-spacing: 1.5px;
  }
  .template-product  .shopify-section--product .product__selectors .radio__legend{
    
    margin-bottom: 10px;
  }
  .template-product  .shopify-section--product .radio__button label.radio__label{
      padding:15px 10px;
    min-width:45px;
    text-transform: math-auto;
    
  }
.radio__button.sold-out input:checked ~ .radio__label{
  border-color: var(--text) !important;
}
.product__selectors .selector-wrapper.selector-wrapper--swatches {
    display: none;
}

.product__block.product__tags .custag {
    margin: -20px 0 20px 0 !important;
}
.product__block.product__tags .tag{
  font-size: 0.938rem;
}
.shopify-section--product .product-single__details .product-single {
    margin-bottom: 10px;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}
.product-single__details .product-single .swatch__button{
    --swatch: #CCC;
    --swatch-height: 45px;
    --swatch-size: 45px;
    width: var(--swatch-size);
    height: var(--swatch-size);
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    position: relative;
    pointer-events: initial;
    border: 1px solid #e6e6e6;
    margin: 0 5px 5px 0;
    transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}
.product-single__details .product-single .swatch__button:hover, 
.product-single__details .product-single .swatch__button.current-color {
    background-color: #fff;
    border-color: #000;
    transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}
.template-product .shopify-section--product .product-single__details .color-wrap .radio__legend__label{
  font-size: 0.938rem;
}
.shopify-section--product .product-single__details .product-single .swatch__button a {
    display: inherit;
}

.template-product .shopify-section--product .product__block.product__form__wrapper .product__form .btn.klaviyo-bis-trigger{
  color: #ffffff;
  background: #928d66;
  padding: 15px 22px;
  line-height: 22px;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid #cdb8a2;
  margin-top: 20px !important;
}


.template-product  .shopify-section--product .product__selectors .option-title{
  font-family: var(--FONT-STACK-BODY);
  font-size: 14px;
  font-weight: 400;
}
.template-product  .shopify-section--product .product__selectors .radio__button{
  margin: 0 5px 5px 0;
  min-width: auto !important;

}
.template-product .shopify-section--product .product__selectors .radio__fieldset{
  margin-bottom:20px;
}
.template-product .shopify-section--product .product__selectors{
  gap:0px;
}

  .template-product  .shopify-section--product  .product__submit__holder{
      margin-top:0px;
   }
 .template-product .product__selectors .selector-wrapper .option-title{
  font-family: var(--FONT-STACK-BODY);
    letter-spacing: 1.5px;
}

 .template-product .shopify-section--product .wrapper .product__accordion .product__accordion__title:before{
    top: 50%;
    left: auto;
    right: 4px;
    position: absolute;
    content: "";
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    transition: all .5s ease-in-out;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    display: inline-block;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
   }

 .template-product  .shopify-section--product .wrapper .product__accordion .product__accordion__title.is-expanded:before{
     transform: rotate(-135deg);
     margin-top: -1px;
  }

  .template-product .shopify-section--product .wrapper .product__accordion .product__accordion__title svg{
      display:none;
   }

  .template-product .shopify-section--product .product__submit__holder .product__submit__buttons button{
      color:#fff;
      background:#cdb8a2;
      border: 1px solid #cdb8a2;
      padding:15px 22px;
  }
.template-product .shopify-section--product .product__submit__holder .product__submit__buttons button span{
  font-weight: 400;
}
.template-product .shopify-section--product .product__submit__holder .product__submit__buttons button.soldout{
  border-color: transparent !important;
  background-color: #4e4e4e1a !important;
  color: #4e4e4e80 !important;
  cursor: not-allowed;
}
.template-product .shopify-section--product .variant--soldout .product__submit__holder .product__submit__add, 
.template-product .shopify-section--product .variant--soldout .product__submit__holder .product__submit__add:hover{
  border-color: transparent !important;
  background-color: #4e4e4e1a !important;
  color: #4e4e4e80 !important;
  cursor: not-allowed;
}
.product__form__errors .errors{
  font-size: 14px;
  letter-spacing: 1.5px;
}
  .template-product  .shopify-section--product .product__submit__holder .product__submit__buttons button:before{
        background:unset !important;
    }

  .template-product  .shopify-section--product .product__block.product__description  p,
  .template-product  .shopify-section--product .product__block.product__description li{
      color:#4E4E4E;
      font-size:15px;
      font-weight:400;
      text-transform:capitalize;
  }

  .template-product  .shopify-section--product .product__block .product__accordion__title {
      color:#4E4E4E;
      font-size:16px;
      font-weight:400;
      text-transform:capitalize;
  }

  .template-product .shopify-section--product .product__block .toggle-ellipsis__content p{
      color:#4E4E4E;
      font-size:14px;
      font-weight:400;
      text-transform:capitalize;
  }

 .template-product .text__button a.btn.btn--solid {
    border: 1px solid #4e4e4e;
    color: #4e4e4e;
    font-size: 14px;
    width: auto;
    min-width: auto;
 }
.template-product .text__button a.btn.btn--solid hover-button, 
.template-product .text__button a.btn.btn--solid:before, 
.template-product .text__button a.btn.btn--solid:after{
  display: none;
}
.template-product .text__button a.btn.btn--text {
    overflow: initial;
    text-transform: uppercase;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    text-decoration-color: #cdb8a2 !important;
    color: #4e4e4e;
    transition: .3s;
 }
.template-product .text__button a.btn.btn--text:hover{
  text-decoration: none !important;
}
.template-product .text__button a.btn.btn--text hover-button, 
.template-product .text__button a.btn.btn--text:before, 
.template-product .text__button a.btn.btn--text:after{
  display: none;
}

  .template-product .text__button a.btn.btn--solid:before{
     background-color:unset;
  }

  .template-product .section-columns .flickity-prev-next-button.next:before,
  .template-product .section-columns .flickity-prev-next-button.previous:before{
      color:#000;
      background: var(--text);
  }

  .template-product .section-columns figure.lazy-image,
  .template-product .section-columns .column-item__image-wrapper {
      border-radius:unset;
  }

  .template-product .section-columns .column-item__image-wrapper {
     margin-bottom:20px;
  }

  .template-product .section-columns h3.column-item__heading{
      text-align:center;
      color:#4E4E4E;
      font-size:16px;
      font-weight:400;
      text-transform:capitalize;
      letter-spacing: 1.5px;
      margin-bottom: 8px;
    }
  .template-product .section-columns__slider .flickity-button{
    background: #d5d7c9;
    color: #fff;
  }
  .template-product .section-columns__slider .flickity-button .flickity-button-icon{
    /* fill: #fff; */
  }
  .template-product .section-columns .flickity-prev-next-button.next:before, 
.template-product .section-columns .flickity-prev-next-button.previous:before{
  background: #fff;
}

  
  .template-product .section-columns  .carousel__item {
        --grid-gutter: 10px;
    }

   .template-product .related-products{
       background-color: #f3f3f3;
       padding: 60px 0px;
   }

    .template-product .related-products h2.section__heading{
        font-size:18px !important;
        color:#4E4E4E;
        font-weight:400;
        text-transform:uppercase;
        
    }

  .template-product .recent-products h2.section__heading{
        font-size:18px !important;
        color:#4E4E4E;
        font-weight:400;
        text-transform:uppercase;
        
    }

     .template-product .related-products .carousel__container .carousel,
     .template-product .related-products .wrapper--full-padded{
        --gutter: 30px;
       padding: 0px;
    }

    .template-product .related-products .carousel__item {
        --grid-gutter: 4px;
    }

   .template-product .product-grid-item__info .product-grid-item__info-content a.product-grid-item__title{
       font-size:16px;
       color:#4E4E4E;
       font-weight:400;
     
  }

  .template-product .product-grid-item__info .product-grid-item__info-content .product-grid-item__price{
       font-size:14px;
       color:#4E4E4E;
       display:flex;
       margin-top:8px;
       margin-top: 0px;
       font-weight:400;
  }

  .template-product .product-grid-item__info .product-grid-item__info-content .product-grid-item__info-separator{
        display:none;
   }

   .template-product .shopify-section+ .shopify-section.index-section .section-columns__wrapper .section-columns__slider{
       /* justify-content: center; */
   }

.product__popup__link{
  font-family: var(--FONT-STACK-BODY);
}
.radio__fieldset--sizeguide .product__popup__link{
  /* font-size: 0.75rem;
  color: #9a9999; */
  text-transform: capitalize;
  letter-spacing: 1.5px;
}
.radio__fieldset--sizeguide .product__popup__link span:after {
    opacity: 1;
}
.popup-chart{
  background: #928D66;
}
.popup-chart *{
  font-size: 16px;
  font-family: var(--FONT-STACK-BODY);
}
.popup-chart th, .popup-chart td {
    text-align: left;
    padding: 20px;
    border: 1px solid #d3d3d3;
}
@media (min-width: 768px){
  .popup-chart{
    --drawer-width: 600px;
  }
}

  @media (min-width: 1024px) {
  .template-product  .shopify-section--product .product__submit__holder .product__submit__buttons{
        grid-template-columns: minmax(0, 1fr);
    }
    .template-product .index-section .section-columns .section-columns__wrapper{
      overflow: hidden;
    }
}
 
   @media (min-width: 768px) {
  .template-product .shopify-section--product .product-single__details .form__wrapper {
        max-width: 580px;
    }
}

 @media (max-width: 768px) {
    .template-product .product-single__details .form__wrapper{
        padding-left:0;
        padding-right:0;
    }
    .icons-row__slider.carousel--mobile .icons-row-item.carousel__item{
       width:50% !important;
    }
   body.template-index .icons-row__slider.carousel--mobile .icons-row-item.carousel__item{
     width:100% !important;
   }
  }

@media (max-width: 766px){
  .template-product .shopify-section--product .product-single .wrapper{
    padding: 0 4px;
  }
  .product-single__thumbnails {
    margin: 5px 0px !important;
  }
  .product-single__thumbnail:first-child {
    padding-left: 5px !important;
  }
  .product-single__thumbnail:last-child {
      padding-right: 5px !important;
  }
  .product-single__thumbnail-link{
    border-radius: 0px !important;
  }
  .template-product .shopify-section--product .product__selectors .radio__fieldset{
    margin: 0px;
  }
   body.template-index .icons-row__slider.carousel--mobile .icons-row-item.carousel__item{
     width:50% !important;
   }
}


.product__accordion{
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  overflow: hidden;
  border-radius: 0 !important;
  padding: 0;
}
.product__accordion__title {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 53px 20px 0px;
  text-align: left;
  color: #4e4e4e;
  background: transparent;
  border: 0;
  letter-spacing: 1.5px;
}
.product__accordion__inner {
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
}
.product__accordion [data-collapsible-container].is-expanded {
    height: auto;
}
.aos-initialized .product-single__wrapper [data-aos][data-aos].aos-animate {
    transform: none;
}
.product__free_shipping .cart-drawer__message{
  margin: 0;
  font-size: 14px;
  padding: 4px 16px 10px 30px;
}
.cart-drawer__message.is-hidden{
  display: none;
}

.sizevar {
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 10px 0;
    z-index: 999;
    text-align: left;
    display: none;
}

.sizevar h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: var(--FONT-STACK-BODY);
}

.sizevar .sizevar-wrap {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.sizevar-wrap .button {
    width: auto;
    min-width: 52px;
    display: flex;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    float: left;
    border: 1px solid black;
    gap: 4px;
    transition: background-color 1s ease-out;
    font-size: 12px;
    font-weight: 500;
    height: 32px;
}

.sizevar-wrap .button.out-of-stock {
    border: 1px solid #c7c7c7;
    color: #c7c7c7;
    cursor: default;
    background: linear-gradient(to top left, #fff calc(50% - 1px), #ddd, #fff calc(50% + 1px));
}

.product__media__container:hover .sizevar {
    /* display: block; */
}

/* .sizevar {
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 10px 0;
    z-index: 999;
    text-align: left;
    display: none;
} */
.sizevar h4, .barn-quickbuy .title-wrapper {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: var(--FONT-STACK-BODY);
}
.sizevar .sizevar-wrap {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.sizevar-wrap .button, .barn-quickbuy .buttons-wrapper .button {
    width: auto;
    min-width: 52px;
    display: flex;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    float: left;
    border: 1px solid black;
    gap: 4px;
    transition: background-color 1s ease-out;
    font-size: 12px;
    font-weight: 500;
    height: 32px;
    color:#4e4e4e;
}
.barn-quickbuy-popup .quickbuy-wrapper{
  left: 0;
}
/* .product__media__container:hover .sizevar {
    display: block;
} */

.product-grid-item__image .product__media__container [data-button-quick-view]{
  display: none;
}

.barn-quickbuy .title-wrapper {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
   font-family: var(--FONT-STACK-BODY);
}
.barn-quickbuy .buttons-wrapper {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.product-gallery .shopthelook_link{
    --inner:16px;
    padding: 9px 16px;
    line-height: 22px;
    font-size: .75rem;
    letter-spacing: 2px;
    background: #fff;
    color: #000;
    position: absolute;
    bottom: var(--inner);
    right: var(--inner);
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .product__media__container .barn-quickbuy .form-wrapper{
        position: absolute;
        background: #fff;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px 10px 0;
        z-index: 999;
        text-align: left;
        display: none;
    }
    .product__media__container:hover .barn-quickbuy .form-wrapper{
        display:block;
    }

    .template-collection .product__media__container .barn-quickbuy .form-wrapper {
        /* display: none !important; */
    }

    .template-collection .product__media__container .barn-quickbuy .mobile-wrapper {
        display: block !important;
    }
    .barn-quickbuy-desktop .title-wrapper, 
    .barn-quickbuy-desktop .buttons-wrapper{
      display: flex !important;
    }
    .barn-quickbuy-popup{
      display: none !important;
    }
}

@media (min-width:1024px){
  .product-gallery .shopthelook_link{
    display: none;
  }
  .product-gallery .product-gallery__media-slide:nth-child(2) .shopthelook_link{
    display: block;
  }
}


.product-grid-item .product-grid-item__info .countshow p {
    margin: 0;
    color: gray;
    font-size: 12px;
}
.custag {
    margin: 0px !important;
}
.product-grid-item .custag {
    position: absolute;
    top: 4px;
    left: 8px;
    z-index: 2;
}
.custag .tag {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}
.custag .tag+.tag {
    padding-left: 7px;
    margin-left: 5px;
}
.custag .tag+.tag:before {
    content: "";
    position: absolute;
    left: 0;
    height: 10px;
    width: 1px;
    background: #000;
    top: 2px;
}

 /* Custom Content Section */

  .shopify-section .brick__section__wrapper .brick__block {
      border-radius:unset !important;
  }

  .shopify-section .brick__section__wrapper .brick__block .subheading-text {
      font-size:18px;
      font-family: var(--FONT-STACK-BODY);
      font-weight: 500;
    letter-spacing: 1.5px;
   }

.shopify-section .brick__section__wrapper .brick__block .rich-text.text-left .subheading-text{
  text-align: center;
}
.brick__section__wrapper .brick__block .rich-text.text-left .rich-text__text h4{
  letter-spacing: 1.5px;
  text-align: center;
}
.shopify-section .brick__section__wrapper .brick__block .rich-text__heading{
  font-size:24px;
  font-family: var(--FONT-STACK-BODY);
  letter-spacing: 1.5px;

}
.shopify-section .brick__section__wrapper .brick__block .rich-text__heading.h2{
    font-family: var(--FONT-STACK-HEADING);
    font-weight: 400;
}
body#our-stores .shopify-section .brick__section__wrapper .brick__block .rich-text__heading{
  text-transform: uppercase;
}

 .shopify-section .brick__block__content .rich-text__top-image {
     border-radius:unset;    
   }

  .shopify-section .brick__block__content .main-buttons__item a.btn{
     color:#4E4E4E;
  }


 /* Tab Collection */

  .tab-collections__header .tabs__link current span{
       font-size:16px;
       color:#818181;
    }

  .tab-collections__nav .tabs__link.current span{
      color:#818181;
  }

 .tab-collections-wrapper .product-grid-item__info-content a.product-grid-item__title{
    color:#4E4E4E;
    font-size:16px;
    font-weight: 500;
    font-family: var(--FONT-STACK-BODY);
    letter-spacing: 1.5px;
    display: block;
   line-height: 1.5;
 }

 .tab-collections-wrapper .product-grid-item__info-content a.product-grid-item__price{
    color:#4E4E4E;
    display:flex;
    font-size:0.875rem;
    margin-top:0px;
  }
  .tab-collections-wrapper .product-grid-item__info-content .prc-cont-wrap{
    margin-top: 0;
  }
 .tab-collections-wrapper .product-grid-item__info-content span.product-grid-item__info-separator{
    display:none;
 }

  .tab-collections-wrapper .tab-collections__nav .custom-scrollbar{
     background:unset !important;
  }

  .tab-collections-wrapper .tab-collections__nav .custom-scrollbar .custom-scrollbar__thumb:before{
     background:#cdb8a2;
     height:30%;
  }

 .tab-collections-wrapper .product-grid-item.carousel__item{
     --grid-gutter: 10px;
  }

  .tab-collections-wrapper .flickity-prev-next-button:before{
     background:#000;
  }

  .tab-collections-wrapper .tabs__link span{
     font-size:16px;
  }
.product-grid-item .product-grid-item__info .product-grid-item__swatch{
  display: none;
}


.section-padding.tab-collections .wrapper--full-padded{
  padding: 0;
}
.tab-collections-wrapper .product-grid-item.carousel__item {
    --grid-gutter: 4px;
}
.section-padding.tab-collections .tab-collections__body .tab:has(.product-grid-item--featured) .tab-collections__container{
  overflow: hidden;
  margin: 0px;
}
.section-padding.tab-collections .tab-collections__body .tab:has(.product-grid-item--featured) .tab-collections__container .carousel{
  padding: 0px;
}
.section-padding.tab-collections .tab-collections__body .tab:has(.product-grid-item--featured){
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.tab-collections-wrapper .product-grid-item--featured{
  width: 100%;
}
.tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item{
  height: auto;
  padding: 0 80px 0px;
}
.tab-collections-wrapper .product-grid-item.carousel__item [data-button-quick-view]{
  display: none;
}
.tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item .overlay{
  display: none;
}
.tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item .background-size-cover{
  position: relative;
}
.tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item .background-size-cover:before{
  content:"";
  padding-bottom: 125%;
  display: block;
}
.tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item .background-size-cover img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item .tab-collections__featured-item__content{
  position: relative;
  padding: 10px 0;
  height: auto;
}
.tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item .tab-collections__featured-item__content *{
  font-family: var(--FONT-STACK-BODY);
  color: #4e4e4e;
  text-align: center;
  letter-spacing: 1.5px;
  flex: unset;
}
.tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item .tab-collections__heading p{
  font-size: 16px;
  font-weight: 400;
}
.tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item .tab-collections__btn-wrapper{
  justify-content: center;
  margin: 0;
}
.tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item .tab-collections__btn-wrapper a{
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  background: none;
  min-width: 0;
  width: auto;
  overflow: initial;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #cdb8a2;
  letter-spacing: 1.5px;
}
.tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item .tab-collections__btn-wrapper a hover-button, 
.tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item .tab-collections__btn-wrapper a:before, 
.tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item .tab-collections__btn-wrapper a:after{
  display: none;
}
.tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item .tab-collections__btn-wrapper a:hover{
  text-decoration: none;
}
.section-padding.tab-collections .tab-collections__body .tab-collections__container .product-grid-item__image{
  margin-bottom: 20px;
}
.section-padding.tab-collections .tab-collections__body .tab-collections__container .product-grid-item__title{
  padding-bottom: 10px;
  padding-right: 20%;
}
.tab-collections .tab-collections-wrapper .section__header h2{
  font-weight: 400;
  letter-spacing: 1.5px;
}


@media only screen and (min-width: 576px){
  .section-padding.tab-collections .tab-collections__body .tab:has(.product-grid-item--featured){
    grid-template-columns: 45% 55%;
  }
}
@media only screen and (min-width: 760px){
  .section-padding.tab-collections .tab-collections__body .tab:has(.product-grid-item--featured){
    grid-template-columns: 40% 60%;
  }
  .section-padding.tab-collections .tab-collections__body .tab:has(.product-grid-item--featured) .tab-collections__container .product-grid-item{
    width: calc(50% - 4px);
  }
}
@media only screen and (min-width: 1024px){
  .section-padding.tab-collections .tab-collections__body .tab:has(.product-grid-item--featured){
    grid-template-columns: 31% 69%;
  }
  .section-padding.tab-collections .tab-collections__body .tab:has(.product-grid-item--featured) .tab-collections__container .product-grid-item{
    width: calc(33.33% - 4px);
  }
}

@media only screen and (min-width: 1440px){
  .section-padding.tab-collections .tab-collections__body .tab:has(.product-grid-item--featured) .tab-collections__container .product-grid-item{
    width: calc(25% - 3px);
  }
}

@media only screen and (max-width: 1020px){
  .tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item{
    padding: 0 15px 15px;
  }
}
@media only screen and (max-width: 760px){
  .tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item .tab-collections__featured-item__content{
    padding: 10px 0;
  }
  .tab-collections-wrapper .product-grid-item--featured .tab-collections__featured-item .tab-collections__featured-item__content *{
    text-align: justify;
    line-height: 1.5;
  }
   .section-padding.tab-collections .tab-collections__body .tab:has(.product-grid-item--featured) .tab-collections__container .product-grid-item{
    width: calc(100% - 4px);
  }
}



    /* Text Column With Image */

  .shopify-section.index-section .section__header h2.section__heading{
      color:#4E4E4E;
    font-weight: 400;
    letter-spacing: 1.5px;
  }

  .shopify-section.index-section .column-item.carousel__item{
     --grid-gutter: 4px;
  }

    .shopify-section.index-section .flickity-prev-next-button:before{
     background:#000;
  }

 @media screen and (max-width:767px){
  .shopify-section.text .text-section  .wrapper--narrow a.btn{
     width:100%;
   }
}

 /* Faq Section Css */

  #faqs-pepa-amp-co-traditional-children-39-s-clothing .accordions-section .accordion__title span.accordion__title-text{
    font-size:14px;
 }


 /* Our Story */

  #our-story .wrapper .banner__content h2{
     font-size:32px;
      letter-spacing: 1.5px;
  }

  #our-story .wrapper .banner__content .banner__entry{
     max-width:480px;
  }

  #our-story .wrapper .banner__content .banner__entry p{
      letter-spacing: 1.5px;
      line-height: 1.5;
   }

#our-story .tab-collections-wrapper .tab-collections__nav{
  margin: :0;
}
#our-story .tab-collections__nav .tabs__link span{
  font-family: var(--FONT-STACK-BODY);
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
#our-story .tab-collections-wrapper .tab-collections__nav .custom-scrollbar{
  margin: 0;
}
#our-story .tab-collections-wrapper .tab-collections__nav .custom-scrollbar .custom-scrollbar__thumb:before{
  height: 1px;
}

  
 @media (max-width: 768px){
  .aos-initialized .banners--cols .banner [data-aos^=fade]{
     opacity:1 !important;
  }

  #our-story .split-images__scale.split-images__scale--1 figure{
     padding:0 20px;
  }
 }

body#our-story .section-padding.tab-collections .tab-collections__container .product-grid-item{
  width: calc(85% - 4px);
}
@media only screen and (min-width: 760px){
  body#our-story .section-padding.tab-collections .tab-collections__container .product-grid-item{
    width: calc(45% - 4px);
  }
}
@media only screen and (min-width: 1024px){
  body#our-story .section-padding.tab-collections .tab-collections__container .product-grid-item{
    width: calc(32% - 4px);
  }
}

@media only screen and (min-width: 1440px){
  body#our-story .section-padding.tab-collections .tab-collections__container .product-grid-item{
    width: calc(25% - 3px);
  }
}

@media only screen and (min-width: 1540px){
  .split-images-section .split-images__pane.seven-fifty-height{
    --min-h: 850px;
  }
}
@media only screen and (min-width: 1840px){
  .split-images-section .split-images__pane.seven-fifty-height{
    --min-h: 950px;
  }
}
@media only screen and (min-width: 2040px){
  .split-images-section .split-images__pane.seven-fifty-height{
    --min-h: 1350px;
  }
}

body#our-story .section-padding.tab-collections .wrapper--full-padded{
  padding: 0 4px;
}



 /* Our Store */
 
body#our-stores .wrapper .page-title{
   margin-bottom:0px;
   padding-bottom:0px;
   font-size:32px;
}
body#our-stores .featured-image__content-inner h1.featured-image__heading {
   font-size:30px;
}
body#our-stores .featured-image__content-inner .featured-image__caption p{
   font-size:16px;
}
body#our-stores .rich-text__text h4{
   font-size:18px;
   font-weight:400;
}
body#our-stores .rich-text__text p{
   text-align:left;
   font-weight:400;
}
body#our-stores .column-item__inner .column-item__image-wrapper figure,
body#our-stores .column-item__inner .column-item__image-wrapper{
   border-radius:unset;
}
body#our-stores .column-item__inner .column-item__image-wrapper{
  margin-bottom: 20px;
}
body#our-stores .column-item__inner{
  letter-spacing: 1.5px;
}
body#our-stores .column-item__inner h3.column-item__heading{
   color:#4E4E4E;
   font-size:16px;
   color:#4E4E4E;
  letter-spacing: 1.5px;
}
body#our-stores .column-item__text{
   margin-top:12px;
}
body#our-stores .column-item__inner .column-item__text p{
   font-size:14px;
   color:#4E4E4E;
}
body#our-stores .column-item__inner .column-item__text p{
  text-align: justify;
}
body#our-stores .column-item__inner .column-item__content {
   text-align:left;
}
body#our-stores .tab-collections__header .section__header h2{
   color:#4E4E4E;
}
body#our-stores  .tabs__link span{
   display:none;
}
body#our-stores .tab-collections__nav{
   margin-top:-150px;
}
body#our-stores .brick__block__content .brick__block__inner{
   padding-left:60px;
}
body#our-stores .tab-collections-wrapper .tab-collections__featured-item{
  border-radius: 0px;
}
body#our-stores .shopify-section.index-section .column-item.carousel__item {
    --grid-gutter: 4px;
}
@media (max-width: 768px){
  body#our-stores .brick__block__content .brick__block__inner{
      padding-left:0px;
 }
 body#our-stores .brick__block.brick__block--text .brick__block__inner{
      padding-left:30px;
 }
 body#our-stores .brick__section__wrapper{
    padding:0px;
 }
 body#our-stores .rich-text__text p{
     text-align:center;
 }
}


 /* Contact Page Css */

  .icons-row .icons-row-item__icon{
     margin-bottom:0px;
  }

   .icons-row .icon-durable,
  .icons-row .icon-sustainable,
  .icons-row .icon-gift
   {
      position: relative;
      left: 6px;
   }

  .icons-row .icon.icon-durable,
  .icons-row .icon.icon-sustainable,
  .icons-row .icon.icon-gift {
      stroke-width:1px;
   }


  body#contact-us .icons-row  h3.icons-row-item__title{
     color:#333333;
     margin-bottom:15px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.5px;
  }

  body#contact-us .icons-row .icons-row-item__text p{
     color:#000;
    font-size: 16px;
  }

 body#contact-us .section-contact-form .form__item h2.form__heading{
     text-transform:uppercase; 
     color:#4E4E4E;
  }

  body#contact-us .shopify-section.text span.text-highlight__break{
     /* font-size:32px; */
  }
  .shopify-section.text .contact-text span.text-highlight__break{
    font-size: 24px;
    font-family: var(--FONT-STACK-HEADING);
    letter-spacing: 0.24px;
    font-weight: 500;
    text-align: center;
  }
  body#contact-us .shopify-section.text .btn.btn--text{
    text-transform: uppercase;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    text-decoration-color: #cdb8a2;
  }
  body#contact-us .shopify-section.text .btn.btn--text:before, 
body#contact-us .shopify-section.text .btn.btn--text:after, 
body#contact-us .shopify-section.text .btn.btn--text hover-button{
     display:none !important;
  } 

 body#contact-us .banner__content p.banner__subheading{
    font-size:32px;
 }

 body#contact-us .banner__entry p{
     max-width:480px;
  }

 body#contact-us .text__subheading  p{
    font-size: 16px;
    text-align: left;
    font-weight: 500;
   font-family: var(--FONT-STACK-BODY);
 }
 body#contact-us .accordions-section .accordion__title span.accordion__title-text{
  font-family: var(--FONT-STACK-HEADING);
  letter-spacing: 1.5px;
}
body#contact-us .shopify-section.text h1.text__heading.h2{
  --adjust-heading: calc(var(--FONT-ADJUST-HEADING) * 0.7);
}


 @media screen and (max-width:767px){
   body#contact-us .banner__content p.banner__subheading{
      font-size:24px;
 }

  body#contact-us .form__item.form__item--submit button.btn{
    width:100%;
}

  body#contact-us .banner__content .banner__btn{
    width:100%;
  }

  body#contact-us .shopify-section.text .contact-text span.text-highlight__break{
     font-size:24px;
  }

  }

  /* Accordion Section */

    body#contact-us .accordions-section .accordion__list li{
     background-color:unset;
  }

  .accordions-section .accordion__list .accordion__item{
       position:relative;
    }

   .accordions-section .accordion__list .accordion__item:after{
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #BFBFBF;
      opacity: 1;
      pointer-events: none;
  }

  .accordions-section .accordion__text p{
     font-size:12px;
  }

  .accordions-section .accordion__header h2{
     text-transform:uppercase;
  }

  .accordions-section .accordion__list .accordion__text{
       padding-top:0px;
  }

  .accordions-section .accordion__title span.accordion__title-text{
     font-size:16px;
    font-family: var(--FONT-STACK-HEADING);
    color: #4e4e4e;
    letter-spacing: 1.5px;
  }

  .accordions-section .accordion__text.rte p{
      font-size:16px;
      color: #4e4e4e;
      letter-spacing: 1.5px;
    }

  /* Career Page */

 #pepa-amp-co-careers-traditional-luxury-children-39-s-clothing .rte p span{
    font-size:16px;
    color:#4e4e4e;
}


 /* Terms & Condition Page */

  #terms-and-conditions .shopify-section--page .wrapper h1.page-title,
  #terms-and-conditions .shopify-section--page .wrapper h1.p1{
     font-size:32px;
     color:#4E4E4E;
  }

  #terms-and-conditions  .shopify-section--page .wrapper h3 b,
  #terms-and-conditions  .shopify-section--page .wrapper h3 {
     font-size:20px;
     color:#4E4E4E;
  } 

  #terms-and-conditions  .shopify-section--page .wrapper p,
  #terms-and-conditions  .shopify-section--page .wrapper h4,
  #terms-and-conditions  .shopify-section--page .wrapper ul li{
     font-size:16px;
     color:#4E4E4E;
  }

 #terms-and-conditions .shopify-section--page div{
   font-size:16px;
}

 #terms-and-conditions .shopify-section--page  span{
    font-size:18px;
 }


 /* Delivery & Return Page */

  #delivery-and-returns .wrapper h1{
     font-size:32px;
     color:#4E4E4E;
  }

   #delivery-and-returns .wrapper p,
   #delivery-and-returns .wrapper ul li{
      color:#4E4E4E;
      font-size:16px;
   }
  #delivery-and-returns .wrapper table p, #delivery-and-returns .wrapper table ul li{
      margin: 0;
    }

  #delivery-and-returns .wrapper table p{
     text-align:center;
  }

   #delivery-and-returns .wrapper h2{
      color:#4E4E4E;
      font-size:24px;
   }

 /* Icon Arrow Css */

  .icon-new-arrow{
     stroke-width:1.5;
     width:20px !important;
  }

  button.accordion__title.is-expanded .icon-new-arrow,
  button.footer-title__button.is-expanded .icon-new-arrow{
    transform: rotate(180deg);
    transition: all .2s linear;
  }

 /* Image Banner Css */
  
  .shopify-section.Image .wrapper .lazy-image img{
      border-radius:unset;
  }

  /* Loyalty page css */

   #pepa-loyalty-rewards .text span.text-highlight__break{
      font-size:24px;
   }

   #pepa-loyalty-rewards .text .btn{
       --top-bottom-padding: 18px;
      font-weight: 400;
    }

    #pepa-loyalty-rewards .text  .btn.btn--black{
        background-color:#cdb8a2;
    }

     #pepa-loyalty-rewards .section-columns .wrapper h2{
        font-size:24px !important;
     }

     #pepa-loyalty-rewards .section-columns .column-item__inner h3{
        font-size:16px;
        margin-bottom:15px;
     }

     #pepa-loyalty-rewards .section-columns .column-item__text h6{
         font-size:12px;
      }

     #pepa-loyalty-rewards .wrapper--narrow .text h4 em{
        font-size:18px;
     }

    #pepa-loyalty-rewards .accordions-section .accordion__list li{
       background-color:unset;
   }
body#pepa-loyalty-rewards .shopify-section.Image+.Image .section-image__container{
  max-width: 720px;
  margin: 0 auto;
}
body#pepa-loyalty-rewards .main-content *{
  letter-spacing: 1.5px;
}
body#pepa-loyalty-rewards .accordions-section .accordion__list .accordion__title{
  padding-left: 0px;
  padding-right: 0px;
}
body#pepa-loyalty-rewards .accordions-section .accordion__list .accordion__item--padded .accordion__text{
  padding-left: 0px;
  padding-right: 0px;
}



   @media screen and (max-width:767px){
      #pepa-loyalty-rewards .text span.text-highlight__break{
         font-size:24px;
      }

      #pepa-loyalty-rewards .section-columns .wrapper h2{
         font-size:24px !important;
      }

      #pepa-loyalty-rewards .brick__block__content .brick__block__inner{
          padding-top:0px;
          padding-bottom:0px;
      }
     #pepa-loyalty-rewards .section__heading{
       font-size: 20px !important;
     }
   }

  /* Banner Section With Image */

   .section-banner-with-text-columns .banners h2{
      font-size:32px !important;
  }

  .section-banner-with-text-columns .banner__entry p{
      font-size:16px;
      max-width:530px;
  }

  @media screen and (max-width:767px){
   .section-banner-with-text-columns .banners h2{
      font-size:24px !important;
  }
  
}
  /* Clothing Size Css */

   #clothing-size-guide .wrapper .rte p,
   #clothing-size-guide .wrapper .rte a,
   #clothing-size-guide .wrapper ul li{
      font-size:16px;
      color:#4E4E4E;
   }


  /* Blog Page Css */

#the-blog-pepa-london .wrapper h1.page-title{
  font-size:32px;
  padding-top: 45px;
}
#the-blog .wrapper h1.page-title{
  font-size:32px;
}
#the-blog .brick__block__inner .rich-text__container{
  text-align: left;
}
#the-blog-pepa-london .rich-text__container .subheading-text, 
#the-blog .rich-text__container .subheading-text{
  font-size:12px;
  color: #928d66;
  margin-bottom: 16px;
  text-transform:capitalize;
  text-align:left;
}
#the-blog-pepa-london .rich-text__container h3.rich-text__heading, 
#the-blog .rich-text__container h3.rich-text__heading{
  font-size:20px;
  color:#4E4E4E;
  font-family: var(--FONT-STACK-HEADING);
  margin-bottom: 16px;
}
#the-blog-pepa-london .rich-text__container .rich-text__text p, 
#the-blog .rich-text__container .rich-text__text p{
  color:#4E4E4E;
  font-size:14px;
   text-align: justify;
}
#the-blog-pepa-london .shopify-section .brick__block__content .main-buttons__item, 
#the-blog .shopify-section .brick__block__content .main-buttons__item{
  margin-top: 32px;
}
#the-blog-pepa-london .shopify-section .brick__block__content .main-buttons__item a, 
#the-blog .shopify-section .brick__block__content .main-buttons__item a{
  padding: 12px 20px;
  width: auto;
  min-width: unset;
}
#the-blog .shopify-section .brick__block__content .main-buttons__item{
  justify-content: flex-start;
}

#the-blog-pepa-london .shopify-section .brick__block__content .main-buttons__item a hover-button, 
#the-blog-pepa-london .shopify-section .brick__block__content .main-buttons__item a:before, 
#the-blog-pepa-london .shopify-section .brick__block__content .main-buttons__item a:after, 
#the-blog .shopify-section .brick__block__content .main-buttons__item a hover-button, 
#the-blog .shopify-section .brick__block__content .main-buttons__item a:before, 
#the-blog .shopify-section .brick__block__content .main-buttons__item a:after{
  display: none;
}
#the-blog .rich-text .rich-text__buttons{
    justify-content:flex-start;
}

.blog .blog__tags-title {
    display: none;
}
.blog .blog__tags-list {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style: none;
    padding: 32px 0;
}
.blog__tag {
    margin: 0 4px 8px;
    padding: 0;
}
.blog .blog__tag-item a {
    line-height: 22px;
    text-transform: none;
    text-decoration: none;
    box-shadow: none;
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BUTTON);
    font-style: var(--FONT-STYLE-BUTTON);
    text-align: center;
    letter-spacing: 0;
    will-change: color, border, background;
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    color: #4e4e4e;
    background: #fff;
    transition: color 0.3s ease, border 0.3s ease, var(--SECONDARY-BG-TRANSITION);
    word-break: break-word;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 0;
    font-size: .875rem;
    padding: 8px 16px;
}
.blog__tag-item a::before {
    content: "";
    position: absolute;
    display: flex;
    left: -1px;
    top: 0;
    right: -1px;
    bottom: 0;
    background: #4e4e4e;
    transform: scale(1, 0);
    transform-origin: top center;
    will-change: transform;
    z-index: -1;
    transition: transform 0.3s ease;
}
.blog__tag-current a, 
.blog__tag-reset-button{
  line-height: 22px;
  text-transform: none;
  text-decoration: none;
  box-shadow: none;
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BUTTON);
  font-style: var(--FONT-STYLE-BUTTON);
  text-align: center;
  letter-spacing: 0;
  will-change: color, border, background;
  z-index: 1;
  -webkit-tap-highlight-color: initial;
  color: #4e4e4e;
  background: #fff;
  transition: color 0.3s ease, border 0.3s ease, var(--SECONDARY-BG-TRANSITION);
  word-break: break-word;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 0;
  font-size: .875rem !important;
  padding: 8px 16px !important;
}
.blog__tag-current a, .blog__tag-reset-button {
    padding-right: 42px !important;
    cursor: pointer;
}
.blog__tag-current a {
    background: #fff;
    border: 1px solid #000 !important;
    color: #000 !important;
}
.blog__tag-reset-button {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}
.blog__post{
  gap: 4px;
}
.blog__post .blog__post-image-link, 
.blog__post .blog__post-image{
  border-radius: 0 !important;
}
.blog__post .blog__post-content {
    padding-right: 45px;
}
.blog .blog__post-tags {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    font-size: 0.75rem;
    line-height: 1.3;
    margin-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
}
.blog .blog__post-tags small{
    font-size: 0.75rem;
}
.blog .blog__post-tags-link {
    color: #666;
    padding-right: 16px;
    font-family: var(--FONT-STACK-BODY);
}
.blog .blog__post-title {
    font-size: 1rem;
    margin-top: 0;
}
.blog .blog__post-meta small{
  font-size: 0.75rem;
}
.blog .blog__post-excerpt-link{
  font-size: 0.875rem;
}

#the-blog .img-in .brick__section__wrapper .brick__block .brick__block__inner{
  --inner: 30px;
}
#the-blog .img-in .brick__section__wrapper .brick__block.brick__block--text .brick__block__inner{
  padding: 0 60px 0 0;
}
#the-blog .img-in .brick__section__wrapper .brick__block--image .brick__block__inner{
  position: relative;
}
#the-blog .img-in .brick__section__wrapper .brick__block--image .brick__block__inner:before{
  padding-top: 72.5%;
  display: block;
  content:"";
}
#the-blog .img-in .brick__section__wrapper .brick__block--image .brick__block__inner .brick__image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#the-blog .img-in .brick__section__wrapper .brick__block--image .featured-image__content-inner:before{
  background: transparent;
}
#the-blog .img-in .brick__section__wrapper .brick__block--image .overlay{
  background: transparent;
}






@media only screen and (max-width: 1024px){
  #the-blog-pepa-london .shopify-section .brick__block--text .brick__block__inner, 
  #the-blog .shopify-section .brick__block--text .brick__block__inner{
    padding: 0 32px 0 0;
  }

  .template-article .featured-blog .featured-blog__container .carousel--mobile{
      grid-template-columns:1fr 1fr;
  }
  #the-blog .img-in .brick__section__wrapper .brick__block.brick__block--text .brick__block__inner{
    padding: 0 32px 0 0;
  }
}
@media only screen and (max-width: 766px){
  #the-blog-pepa-london .shopify-section .brick__block--text .brick__block__inner, 
  #the-blog .shopify-section .brick__block--text .brick__block__inner{
    padding: 0 0 32px;
  }
  #the-blog .shopify-section .brick__block__content .main-buttons__item a{
    width: 100%;
  }

   .template-article .featured-blog .featured-blog__container .carousel--mobile{
      grid-template-columns:1fr;
  }
  #the-blog .img-in .brick__section__wrapper .brick__block.brick__block--text .brick__block__inner{
    padding: 0 0 30px 0;
  }
}
#the-blog-pepa-london .featured-blog .featured-blog__container .grid.carousel--mobile, 
#the-blog .featured-blog .featured-blog__container .grid.carousel--mobile{
  gap:4px;
  row-gap:4px;
}

#the-blog-pepa-london .shopify-section--page .rte p, 
#the-blog .shopify-section--page .rte p{
  font-size:16px;
  margin-top:0px;
}

@media screen and (max-width:767px){
  #the-blog-pepa-london .brick__section__wrapper .brick__blocks__flex, 
  #the-blog .brick__section__wrapper .brick__blocks__flex{
    padding: 30px 0;
  }
  #the-blog-pepa-london .wrapper h1.page-title, 
  #the-blog .wrapper h1.page-title{
         font-size:24px;
  }
  #the-blog-pepa-london .featured-blog__container, 
  #the-blog .featured-blog__container{
      margin: 0;
  }
  #the-blog-pepa-london .featured-blog__container .carousel--mobile .blog__post-item, 
  #the-blog .featured-blog__container .carousel--mobile .blog__post-item{
    margin: 0px;
  }
  #the-blog-pepa-london .featured-blog .wrapper, 
  #the-blog .featured-blog .wrapper{
    padding: 0px;
  }
  #the-blog-pepa-london .shopify-section .brick__block__content .main-buttons__item a{
      width:100%;
  }
}

 /* Newsletter */

 #newsletter .text__heading .text-highlight__break{
     font-size:24px;
 }

 /* Shoe Size Css */

body#shoe-size-guide .accordions-section .accordion__list li{
  background-color:unset;
}
body#shoe-size-guide .text__button .btn.btn--solid{
    background-color:#cdb8a2;
}

body#shoe-size-guide .supports-transparent-header+.shopify-section.text .text-section .text .btn{
   background-color:unset !important;
}

body#shoe-size-guide .supports-transparent-header+.shopify-section.text .text-section .text .btn{
 text-decoration:underline;
 text-underline-offset: 5px;
 text-decoration-color:#cdb8a2;
} 

body#shoe-size-guide .text-section .text__content p strong{
   font-size:20px;
   color:#000;
}

body#shoe-size-guide .text__split{
    text-align:left;
}

body#shoe-size-guide .text__split p strong{
   font-size:20px;
} 

body#shoe-size-guide .text__split p {
   font-size:16px;
}

body#shoe-size-guide  .new-text-link .text__content ul{
   text-align:left;
}

body#shoe-size-guide .text-section .text__content p{
   text-align:left;
}

body#shoe-size-guide .shoe-page-first-text .text p,
body#shoe-size-guide .shoe-page-second-text .text p{
   text-align:center;
}

body#shoe-size-guide .wrapper .rte p{
    font-size:16px;
}

body#shoe-size-guide .image-with-text__wrapper .image-with-text__image,
body#shoe-size-guide .image-with-text__wrapper .image-with-text__image figure {
   border-radius:unset;
}

body#shoe-size-guide .image-with-text__items .image-with-text__content{
   border-radius:unset;
   border:unset;
}

body#shoe-size-guide .section-image__container .lazy-image img{
  border-radius:unset;
}

body#shoe-size-guide .text__content ul li a{
  font-size:16px;
}

body#shoe-size-guide .btn.btn--solid {
   background-color:#cdb8a2;
}

body#shoe-size-guide .text__button.aos-animate a.btn.btn--solid:before{
    background-color:unset !important;
}

body#shoe-size-guide .shopify-section.text p span.text-highlight__break{
       font-size:20px;
   }

body#shoe-size-guide .shopify-section--page h1.page-title{
    display:none;
}

body#shoe-size-guide .shoe-page-first-text .text__content p{
  text-align: left;
}

@media screen and (max-width:767px){
  body#shoe-size-guide  .image-with-text__items .image-with-text__image figure img{
      object-fit:contain;
  }
  body#shoe-size-guide  .image-with-text  .image-with-text__wrapper{
      margin-top:-140px;
  }
}

 /* Account Pages */

 .page-customer .section__header .section__heading{
    font-size:28px !important;
    text-transform:uppercase;
 }

  .page-customer .form-vertical-wrapper a{
     text-decoration:underline;
  }

 /* Career Page */

#careers .shopify-section--page .wrapper b span{
  font-size:20px;
}

#careers .shopify-section--page .wrapper .rte span{
    font-size:16px;
}

/* ========================================= Look Book Product Details ============================================ */

.product-single--lookbook .wrapper {
  padding: 0 4px;
  width: 100%;
  --grid-gutter:4px;
  --inner: 16px;
}
.aos-initialized .product-single--lookbook [data-aos="fade"]{
    opacity: 1;
}
.product-single__media-slider {
    margin: 0 auto;
}
.product-single--lookbook .product-gallery__media{
  position: relative;
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  aspect-ratio: 5 / 7;
  height: 100%;
  background-color: var(--COLOR-BG);
  filter: brightness(var(--product-filter-bg));
}
.product-single--lookbook .product-gallery__media .product-gallery__media-space{
  padding-top: var(--media-padding-top);
}
.product-single--lookbook .product-gallery__media img{
  object-fit: cover;
}
.product-single--lookbook #ProductThumbs.product-single__thumbnails {
    display: none;
}
.product-single--lookbook .look-products .product-grid-item .product-grid-item__image .product__media__outer{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: var(--PRODUCT-MEDIA-PADDING-TOP);
}
.product-single--lookbook .product__media__outer .product__media__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-single--lookbook .product__media__container {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
}
.lookbook-wrapper .product-grid-item__info{
   gap: 5px;
   font-size: calc(1rem * var(--adjust-body));
}
.lookbook-wrapper .product-grid-item__info--inline .product-grid-item__title {
    font-size: 18px !important;
    font-family: var(--FONT-STACK-HEADING);
    font-weight: 400 !important;
    line-height: 1.25;
    letter-spacing: 1.5px;
    padding-bottom: 10px;
    padding-right: 20%;
    display: block;
    vertical-align: middle;
    text-decoration: none;
}
.product-single--lookbook .look-products .product-grid-item .product-grid-item__info .product-grid-item__info-content .product-grid-item__price{
  margin: 0 0 8px !important;
  font-size: 0.875rem;
  display: block;
  vertical-align: middle;
  line-height: 1.5;
}

.popup-chart  .popup-chart__content #children-shoe-size-chart strong{
   font-size:20px;
}


@media (min-width: 1020px) {
  .product-single--lookbook .wrapper {
    padding: 0 var(--gutter) 0 4px;
    width: 100%;
  }
  .product-single--lookbook .product-single__wrapper--large{
    display: grid;
  }
}

@media (min-width: 1020px) {
    .product-single--lookbook .product-single__wrapper--grid .product-gallery .product-gallery__media-slider {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--grid-gutter);
    }
    .product-single--lookbook .product-single__wrapper--grid .product-gallery:has(.flickity-viewport) .product-gallery__media-slider {
        display: block;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--grid-gutter);
    }
    .product-single--lookbook .product-gallery__media-slider .flickity-viewport{
      height: auto !important;
    touch-action: unset !important;
    overflow: unset !important;
    }
   .product-single--lookbook .product-gallery__media-slider .flickity-slider{
      left: unset !important;
      transform: unset !important;
      position: relative !important;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: var(--grid-gutter);
    }
    .product-single--lookbook .product-gallery__media-slider .product-gallery__media-slide{
      position: relative !important;
      left: unset !important;
      transform: unset !important;
    }
}
.body--rounded-corners .product-gallery__media-slider .product-gallery__media, 
.body--rounded-corners .product-gallery__media-slider .flickity-viewport{
  border-radius: 0px;
}

.product-single--lookbook .product-single__wrapper--large {
  /*grid-template-columns: calc(65% - var(--gutter) / 2) calc(35% - var(--gutter) / 2);*/
  grid-template-columns: 1.5fr 1fr;
  gap: 46px;
}

.product-single--lookbook .product-grid-item {
  margin-bottom: calc(var(--inner)*3);
  width: 100%;
}

.product-single--lookbook .product-grid-item__inner {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  column-gap: calc(var(--inner)*3);
}

@media (max-width: 1023px) {
  .product-single--lookbook .product-grid-item__inner {
    column-gap: 28px;
  }
}

  .product-single--lookbook .product__media__image {
    aspect-ratio: 5/7;
  }

  .product-single--lookbook .product-grid-item__info {
  /*  gap: var(--inner);*/
      display: flex;
      flex-direction: column;
  }

  .product-single--lookbook .product-grid-item__info-content {
    flex-grow: 1; 
  }

  .product-single--lookbook .look-products {
      padding: 46px 28px;
  }
 
  @media (max-width: 1020px) {
    .product-single--lookbook .look-products {
        padding: 46px 15px;
    }
    .product-single--lookbook .product-single__wrapper .product-gallery .product-gallery__media-slider .carousel-status{ 
      display: none;
    }
  }
  @media (min-width: 1021px) {
    .product-single--lookbook .look-products {
        padding: 46px 0;
    }
  }
  .product-single--lookbook .selector-wrapper--swatches {
    display: none;
  }
  .product-single--lookbook .product__form {
    gap: var(--inner);  
  }
  .product-single--lookbook .selector-wrapper--grid .radio__fieldset {
    margin: 0;  
    display: flex;
    flex-wrap: wrap;
  }
  .product-single--lookbook .radio__button {
    position: relative;
    display: inline-block; 
    border-color: transparent;
    font-size: calc( 0.875rem * var(--adjust-body));
  }
  .product-single--lookbook .variants-wrapper label[for=ProductSelect-option-0],
  .product-single--lookbook .variants-wrapper #ProductSelect-0 {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .product-single--lookbook .variants-wrapper label[for=ProductSelect-option-1],
  .product-single--lookbook .variants-wrapper #ProductSelect-1 {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .product-single--lookbook .btn--submit {
    width: 100%;
  }
  .select-option-size-desktop-hide {
      display: none; 
      cursor: pointer;  
      background: #fff;
      color: #000;         
      padding-left: 5px;
      padding-right: 5px;
      border: 1px solid #bfbfbf;  
  }
  .select-option-size-desktop-hide:before { 
    display: none;
  }
  .product-tag-color-desktop-hide{
    display: none;
  }
  .product-single--lookbook .look-products .product-grid-item .product-grid-item__image{
    margin-bottom: 0;
  } 
.product-single--lookbook .product__selectors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 50%));
    row-gap: 20px;
    margin-right: calc(var(--form-left) * -1);
    z-index: 110;
    --label-text: var(--text);
    --label-background: transparent;
    --label-border: #e6e6e6;
    --label-active-border: var(--text);
    --label-active-text: var(--button-secondary-text);
    --label-active-background: transparent;
    --label-unavailable: var(--COLOR-TEXT-ALPHA-10);
}
.product-single--lookbook .product__selectors .selector-wrapper.color{
  display:none;
}
.product-single--lookbook .selector-wrapper--grid .radio__fieldset {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.product-single--lookbook .look-products .product__selectors .selector-wrapper--grid .radio__button{
  flex: unset;
  min-width: 50px;
  max-width: unset;
}
.product-single--lookbook .radio__button {
    position: relative;
    display: inline-block;
    border-color: transparent;
    font-size: calc(.875rem * var(--adjust-body));
    margin: 0 5px 5px 0;
}
.product-single--lookbook .radio__button input {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    border: var(--BORDER-WIDTH) solid var(--border);
}

.product-single--lookbook .radio__button .radio__label{
    transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
    font-size: inherit;
    line-height: 1.3;
    position: relative;
    margin: 0;
    padding: 15px 10px;
    color: var(--label-text);
    background-color: var(--label-background);
    border: var(--BORDER-WIDTH) solid var(--label-border);
    border-radius: var(--RADIUS);
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 50px;
    font-size: 14px;
    font-weight: 400;
}
.product-single--lookbook .radio__button .radio__label span{
  font-family: var(--FONT-STACK-BODY);
}
.product-single--lookbook .radio__button .radio__inputs:checked ~ .radio__label {
    border: var(--BORDER-WIDTH) solid var(--label-active-border);
}
.radio__button.sold-out .radio__label, .radio__button.unavailable .radio__label {
    text-decoration: none;
    opacity: 0.5;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: linear-gradient(to top left, #fff calc(50% - 1px), #ddd, #fff calc(50% + 1px));
}
.aos-initialized .product-single--lookbook [data-aos^=fade], 
.aos-initialized .product-single--lookbook [data-aos^=zoom]{
  opacity: 1;
}
.product-single--lookbook .product__submit__buttons .btn--submit{
    color: #fff;
    background:#cdb8a2;
    border: 1px solid #cdb8a2;
    padding: 15px 22px;
    line-height: 22px;
    border-radius:0;
    font-size:14px;
}
.product-single--lookbook .product__submit__buttons .btn--submit span{
  font-weight: 400;
}
.product-single--lookbook .product__submit__buttons .product__submit__item{
  transform: translateY(0);
}
.product-single--lookbook .lookbook-wrapper .product-grid-item__image:before{
  display:none;
}
.product-single--lookbook .product__media__outer .product__media__inner .product__media__container .product__media__image{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  /* background-position: center center; */
}
.product-single--lookbook .lookbook-wrapper .look-products .product-grid-item .product-grid-item__image{
  align-items: self-start;
}
.product-single--lookbook .radio__fieldset{
  margin:0px;
}

@media (max-width: 1025px){
  .product-single--lookbook .product-single__media-slider{
      display: flex;
      overflow-x: auto;
  }
  .product-single--lookbook .product-single__media-slider .product-gallery__media-slide{
    min-width: 100%;
  }
}
    
@media (max-width: 1023px){
  .product-single--lookbook .look-products .product-grid-item .product-grid-item__info{
     padding-top: 4px;   
  }
  .product-single--lookbook .look-products .product-grid-item{
    margin-bottom: 36px;   
  }
  .product-single--lookbook .look-products .product-grid-item .product-grid-item__image{
    margin-bottom: 0;
  } 
}

@media (max-width: 991px){
  .select-option-size-desktop-hide { 
     display: block; 
  }  
  .select-option-size-mobile-hide {
    display: none;
  }           
  .product-tag-color-desktop-hide{
    display: block;  
    font-size: 14px; 
  }     
  .product-single--lookbook .look-products .product-grid-item .product-grid-item__image{
     min-height: 245PX;
  }  
 .product-single--lookbook .look-products .product-grid-item .product-grid-item__info{
    display: flex;
    flex-direction: column;
 } 
 .product-single--lookbook .look-products .product-grid-item .product-grid-item__info .product-grid-item__info-content{
    flex-grow:1;
 }
 .product-single--lookbook .look-products .product-grid-item .product-grid-item__info .product__submit__buttons button{
   padding-left: 5px;
   padding-right: 5px;
 }
}

@media (max-width: 767px){
    .product-single--lookbook .look-products .product-grid-item .product-grid-item__info .product-grid-item__info-content{
      display: flex;
      flex-wrap: wrap; 
      align-content: flex-start;
    }
   .product-single--lookbook .look-products .product-grid-item .product-grid-item__info .product-grid-item__info-content .product-grid-item__title {
      width: 100%;
      padding-bottom: 12px;   
   }
  .product-tag-color-desktop-hide{
    color: #9a9999;  
  }   
  .product-single--lookbook .look-products .product-grid-item .product-grid-item__info .product-grid-item__info-content .product-grid-item__price{
      font-weight: var(--FONT-WEIGHT-BODY-BOLD);
      margin:0 20px 0 0 !important; 
  }
}


@media (max-width: 479px){
   .product-single--lookbook .look-products .product-grid-item .product-grid-item__image{
    padding: 5px;
   }
}

/* ========================== Lookbook collection ===================== */

.collection-lookbook-section .section-padding {
    padding: 60px 0;
}
.collection__wrapper {
    position: relative;
    transition: height 0.3s ease;
    min-height: 32px;
}
.collection-lookbook-section .collection__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.collection__products{
  overflow: hidden; 
}
.collection-lookbook-section .grid {
    display: flex;
    flex-flow: column;
    gap:4px;
}
.collection-lookbook-section .grid .product-grid-item{
  position: relative;
  text-align: center;
  white-space: normal;
  width: 100%;
}

.lookbook-item{ overflow:hidden; }
.product-grid-item__inner_v2{
   width:100%;
    display: grid;
    grid-gap: 4px;
    justify-content:space-evenly;
    background-color: #fff;
    color: #444;
}
.product-grid-item__inner_v2 div{
  background:transparent !important;
}
.product-grid-item__inner_v2 .loktitl{
  grid-area:title;
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-size: 23px;
}
.product-grid-item__inner_v2 .lokshoplink{
  grid-area:button;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  font-size: 16px;

}
.product-grid-item__inner_v2 div:nth-child(3){
  grid-area:first-image;
}
.product-grid-item__inner_v2 div:nth-child(4){
  grid-area:second-image;
}
.product-grid-item__inner_v2 div:nth-child(5){
  grid-area:third-image;
}
.product-grid-item__inner_v2 div:nth-last-child(1){
  grid-area:last-image;
}
.product-grid-item__inner_v2{
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto calc( (100vw - 40px) / 1.375 ) calc( (100vw - 40px) / 1.375 ) calc( (100vw - 40px) / 1.375 ) calc( (100vw - 40px) / 1.375 ) auto;
}
.product-grid-item__inner_v2.alignment--Left{
 grid-template-areas:"title  title"
  "first-image first-image"
   "first-image first-image "
   "second-image third-image"
  "last-image last-image" 
  "button button";
}
.product-grid-item__inner_v2.alignment--Right{
  grid-template-areas:"title  title"
  "first-image first-image"
   "first-image first-image "
   "second-image third-image"
  "last-image last-image" 
  "button button";
}
.collection-lookbook-section .collection__inner{
  width:100%;
}
.force_portrait{ width:100%; object-fit:contain; height:100%; object-fit:cover; }
.force_fit{ width:100%; height:100%; object-fit:cover; }

.product-grid-item__inner_v2 .loktitl{
  padding: 0 10px 10px;
}
.product-grid-item__inner_v2 .lokshoplink{
  padding: 15px 10px 40px;
}
.template-page .collection-list .wrapper--full-padded{
  padding: 0 4px;
}
.template-page .collection-list .list-collections-section__container{
  margin: 0;
}
.template-page .collection-list .list-collections-section__container .grid{
  margin: 0;
  gap: 4px;
}
.template-page .list-collections-section .grid__container .list-collections__item{
  padding: 0;
}
.template-page .list-collections-section .list-collections__item__content{
  padding: 15px;
}
.template-page .list-collections-section .list-collections__item__content .list-collections__item__title{
  font-family: var(--FONT-STACK-BODY);
  letter-spacing: 1.5px;
}
@media only screen and (min-width: 766px) {
  .template-page .collection-list .list-collections-section__container .grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1022px) {
  .template-page .collection-list .list-collections-section__container .grid{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 991px){
  .product-single--lookbook .select-option-size-mobile-hide {
      display: none;
  }
}

@media only screen and (max-width: 766px){
  .template-page .collection-list .list-collections-section__container .grid{
    padding-left: 0px;
    gap: 0px;
  }
  #lookbooks .collection-list .list-collections-section__container .grid{
    grid-template-columns: 1fr 1fr;
  }
  #lookbooks .list-collections-section--grid .list-collections__item__content .h3.list-collections__item__title{
    font-size: 0.85rem;
  }
  .template-page .list-collections-section .grid__container .list-collections__item{
    margin: 0 4px 0 0 !important;
    --item-width-mobile: calc(100% - 20px);
  }
  .template-page .list-collections-section .carousel--mobile:after{
    padding: 0px;
  }
   #lookbooks .collection-list .list-collections-section__container .grid{
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 4px;
    padding: 0;
  }
  #lookbooks .list-collections-section--grid .list-collections__item__content .h3.list-collections__item__title{
    font-size: 0.85rem;
  }
  #lookbooks .list-collections-section .grid__container .list-collections__item{
    margin: 0 !important;
    --item-width-mobile: calc(100% - 20px);
  }
}


@media (min-width: 1000px){
  .collection-lookbook-section .collection__inner {
    width: 100%;
    margin: 0 auto;
    max-width:1200px;
  }
  .product-grid-item__inner_v2{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto calc((100vw - 120px) / 2.75) calc((100vw - 120px) / 2.75) auto;
    grid-template-rows: 50px calc((100vw - 120px) / 3.55) calc((100vw - 120px) / 3.55) 40px;
  }
  .product-grid-item__inner_v2.alignment--Left{
   grid-template-areas:"first-image first-image title  title"
    "first-image first-image second-image third-image"
    "first-image first-image last-image last-image" 
    "first-image first-image button button";

    width: calc(100% + 13px);
    margin-right: -13px;

  }
  .product-grid-item__inner_v2.alignment--Right{
    grid-template-areas:"title title first-image  first-image"
      "second-image third-image first-image first-image"
      "last-image last-image first-image first-image" 
      "button button first-image first-image";

    width: calc(100% + 13px);
    margin-left: -13px;
  }
  .collection-lookbook-section .grid{
    gap:40px;
  }
  .product-grid-item__inner_v2.alignment--Right .loktitl{
    padding: 0 26px 10px 34px;
  }
  .product-grid-item__inner_v2.alignment--Right .lokshoplink{
    padding: 15px 26px 0 34px;
  }
  .product-grid-item__inner_v2.alignment--Right div:nth-last-child(1){
    padding: 0 26px 0 34px;
  }
  .product-grid-item__inner_v2.alignment--Right div:nth-child(4){
    padding-left: 34px;
    margin-right: -4px;
  }
  .product-grid-item__inner_v2.alignment--Right div:nth-child(5){
    padding-right: 26px;
    padding-left: 4px;
  }
  .product-grid-item__inner_v2.alignment--Right div:nth-child(3){
    padding-left: 10px;
    /* height: 93.25%; */
  }

  .product-grid-item__inner_v2.alignment--Left .loktitl{
    padding: 0 34px 10px 26px;
  }
  .product-grid-item__inner_v2.alignment--Left .lokshoplink{
    padding: 15px 34px 0 26px;
  }
  .product-grid-item__inner_v2.alignment--Left div:nth-child(3){
    padding-right: 10px;
    /* height: 93.25%; */
  }
  .product-grid-item__inner_v2.alignment--Left div:nth-last-child(1){
    padding: 0 34px 0 26px;
  }
  .product-grid-item__inner_v2.alignment--Left div:nth-child(4){
    padding-left: 26px;
    padding-right: 4px;
  }
  .product-grid-item__inner_v2.alignment--Left div:nth-child(5){
     padding-right: 34px;
    margin-left: -4px;
  }
}
@media (min-width: 1800px){
  .collection-lookbook-section .collection__inner {
    width: 100%;
    margin: 0 auto;
    max-width:1440px;
  }
  .product-grid-item__inner_v2{
    grid-template-rows: 50px 450px 450px 40px;
  }
}

@media (max-width: 1000px){
  .collection-lookbook-section .grid .product-grid-item:last-child .lokshoplink{
    padding-bottom:0px;
  }
  .product-grid-item__inner_v2 .loktitl{
    font-size: 22px;
  }
}

@media (max-width: 1400px){
  .collection-lookbook-section .collection__inner .collection__products{
    padding: 0 40px;
  }
}

@media (max-width: 1260px){
  .collection-lookbook-section .collection__inner .collection__products{
    padding: 0 65px;
  }
  .product-grid-item__inner_v2 .loktitl{
    font-size:20px;
  }
}

@media (max-width: 1000px){
  .collection-lookbook-section .collection__inner .collection__products{
    padding: 0 0px;
  }
  .product-grid-item__inner_v2 .loktitl{
    font-size:22px;
  }
}

@media (max-width: 760px){
    .collection__wrapper .wrapper--full-padded {
        padding: 0 4px;
    }
}

@media (max-width: 550px){
  .collection-lookbook-section .collection__inner .collection__products{
    padding: 0 10px;
  }
}


/* ===================================== Header ====================================== */


header.site-header.site-header--nav-center nav.nav {
    justify-content: flex-start;
    padding-left: calc(2.5 * (var(--gutter)));
}
header.site-header .menu__item .navlink{
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  font-family:var(--FONT-STACK-BODY);
}
header.site-header .menu__item .navlink.navlink--toplevel{
  padding: var(--inner) 13px;
}
header.site-header .menu__item .dropdown__family .navlink.navlink--child{
  padding:0px;
}
header.site-header .menu__item .dropdown__family .navlink.navlink--child .navtext{
  font-size:14px;
  font-weight:500;
}
header.site-header .menu__item .dropdown__family .navlink.navlink--grandchild{
  
}
header.site-header .menu__item.menu__item--icons .navlink{
  color:#000;
}
#BarnCartCount{
  position: relative;
  left: -14px !important;
  top: -14px !important;
  font-size: 10px;
  color: #000;
}
/* var(--gutter) */
.shopify-section-header .localization-form{
  position: absolute;
  padding: 0;
  top: -39px;
  background-color: #928d66;
  color: #fff;
  font-size: 16px;
  right: 14px;
}

.shopify-section-header .localization-form .select-popout__toggle{
  background-color: #928d66;
  color: #fff;
  font-size: 16px;
}
.shopify-section-header .localization-form .select-popout__list{
   background-color: #928d66;
    color: #fff;
    margin: 0;
    border: 0;
    box-shadow: none;
    left: unset;
    transform: unset;
    right: 0;
    max-height:120px !important;
}
.shopify-section-header .localization-form .select-popout__list .select-popout__list__scroll{
  min-width: 250px;
  padding: 20px;
  min-height:355px;
}
.shopify-section-header .localization-form .select-popout__list .select-popout__option{
  font-size: 16px;
  line-height:1.5;
  color: #fff;
  padding: 0;
  margin-bottom: 4px;
}
.shopify-section-header .localization-form .select-popout__list .select-popout__item:hover{
  background: transparent;
}
.shopify-section-header .localization-form .select-popout__list .select-popout__option span{
  font-family: var(--FONT-STACK-BODY);
}
.shopify-section-header .select-popout__list__scroll::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}
.shopify-section-header .select-popout__list__scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc;
}
.shopify-section-header .select-popout__list__scroll::-webkit-scrollbar {
    width: 8px;
    height: 12px;
}
.grandparent.no-images .header__dropdown__inner{
  width: calc(var(--wrapper-width) + var(--gutter)) !important;
}
header.site-header .menu__item .navlink:not(.navlink--grandchild) .navtext{
  text-transform: uppercase;
}
#nav-drawer-section .is-expanded{
  transition: all .2s linear;
}
#nav-drawer-section .mobile-nav__trigger.is-expanded{
  transform: rotate(180deg);
  transition: all .2s linear;
}

/* ==================================================== Drawer Menu ============================================== */


#nav-drawer-section{
  background: #928D66;
  --inner: 16px;
}
#nav-drawer-section .drawer__header{
  background:#fff;
}
#nav-drawer-section ul.mobile-nav{
  color: #fff;
}
#nav-drawer-section .mobile-menu__item .mobile-navlink{
  font-size: 21px;
  letter-spacing: 3.75px;
  font-family:var(--FONT-STACK-BODY);
  font-weight:400;
  color: #fff;
}
#nav-drawer-section .mobile-menu__item .mobile-navlink.mobile-navlink--level-1{
  padding: 10px var(--inner);
}
#nav-drawer-section .mobile-menu__item .mobile-navlink.mobile-navlink--level-2{
  padding: 12px 5px 12px 45px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 3.75px;
}
#nav-drawer-section .mobile-menu__item .mobile-navlink.mobile-navlink--level-3 {
  padding: 10px 5px 10px 65px;
  font-size: 17px;
  font-weight: 300;
}
#nav-drawer-section .mobile-menu__item .mobile-navlink .mobile-navlink__image{
  display:none;
}

.announcement__slider .announcement__message{
  font-family:var(--FONT-STACK-HEADING);
  letter-spacing: 1.5px;
  font-size: 16px;
}
.slideshow .slide__text__wrapper .subheading-text{
  font-family:var(--FONT-STACK-BODY);
  font-size:16px;
  letter-spacing:1.5px;
  font-weight:400;
}
.slideshow .slide__text__wrapper .slide__heading{
  font-size:32px;
  letter-spacing:1.5px;
  font-weight:400;
}
.shopify-section.text .text__subheading a{
  font-family: var(--FONT-STACK-BODY);
  font-size: 14px;
  text-transform: lowercase;
}
.shopify-section-group-group-header .section-marquee .announcement{
  padding: 0 calc(2.1 * (var(--gutter)));
}
.shopify-section-group-group-header .announcement .announcement__slide{
  --padding:8px;
}

@media (max-width: 1023px){
  .shopify-section-group-group-header .section-marquee .announcement{
    padding: 0 var(--gutter-mobile);
  }
}

/* .mobile-menu__button{
  left: unset;
  right: calc((var(--gutter) - 8px));
}
.mobile-menu{
  padding-right: 0;
  right: calc(var(--gutter) + 36px);
}

@media (pointer: coarse) {
  .shopify-section-header .site-header .logo{
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
  }
  .site-header>.wrapper {
    justify-content: flex-start;
  }
}
 */

/* ============================================ Cart Drawer ============================ */

[data-rebuy-cart-anchor=header]{
  padding: 10px 0;
}
.rebuy-cart__flyout{
  letter-spacing: 1.5px;
}
.rebuy-cart__title {
    font-family: var(--FONT-STACK-BODY);
    font-size:14px !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    text-align: left !important;
    letter-spacing: 1.5px;
}

.rebuy-cart .rebuy-cart__flyout {
    border-radius: 0;
    width: 400px;
    margin: 0;
    gap: 0;
}
.rebuy-cart .rebuy-cart__flyout-announcement-bar-message {
    padding: 5px 16px;
}

.rebuy-cart .rebuy-cart__progress-bar-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.rebuy-cart .rebuy-cart__progress-bar-prompt {
    margin-top: 0px;
    text-align: left;
    font-size: 13px;
}

.rebuy-cart .rebuy-cart__progress-bar-container {
    padding: 10px 16px 10px;
}
[data-rebuy-component=cart-items]{
  padding: 0px !important;
}
.rebuy-cart .rebuy-cart__flyout-item {
    padding: 2px 0 !important;
    margin: 0 4px !important;
    align-items: flex-start;
}

.rebuy-cart .rebuy-cart__flyout-item-media {
    width: calc(42% - 20px);
}

.rebuy-cart .rebuy-cart__flyout-item-info {
    width: min-content;
}

.rebuy-cart .rebuy-cart__flyout-item+.rebuy-cart__flyout-item {
    border-width: 0px;
}

.rebuy-cart .rebuy-cart__flyout-items {
    padding: 8px 0;
}

.rebuy-cart .rebuy-cart__flyout-item-product-title {
    font-weight: 400 !important;
    padding: 0 !important;
}

[data-rebuy-component=cross-sell-widget] .rebuy-widget-content h4.primary-title{
  font-family: var(--FONT-STACK-BODY);
  letter-spacing: 1.5px; 
  font-weight: 400;
}
.rebuy-cart .rebuy-cart__flyout-footer {
    padding: 6px 0 6px;
}
.rebuy-cart .rebuy-cart__flyout-subtotal {
    padding: 16px 0px 16px;
    font-weight: 400;
}

[data-rebuy-component=checkout-area] .rebuy-cart__flyout-terms .rebuy-cart__flyout-terms-checkbox {
    display: none;
}

[data-rebuy-component=checkout-area] .rebuy-cart__flyout-terms {
    width: 100%;
    border-top: 1px solid #f2f2f2;
}

[data-rebuy-component=checkout-area] .rebuy-cart__flyout-terms .rebuy-cart__flyout-terms-label {
    width: 100%;
    padding: 16px 16px 8px;
    margin: 0;
    font-size: 14px;
}
#rebuy-cart.has-items [data-rebuy-cart-anchor=footer]{
  gap: 0px;
  border-top: 1px solid #e3e3e3;
}
.rebuy-cart .rebuy-cart__view-cart-button {
    margin-top: 0 !important;
  
}
.rebuy-cart .rebuy-button, .rebuy-cart .rebuy-widget .rebuy-button, .rebuy-cart .rebuy-cart__flyout-empty-cart a {
    border-radius: 0px;
    text-decoration: none;
    background: #4e4e4e;
    border-color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border:1px solid #4e4e4e;
}

.rebuy-cart .rebuy-cart__view-cart-button {
    border-width: 1px;
    letter-spacing: 1.5px;
    /* margin-bottom: 2px;
  width: calc(100% - 2px) !important;
  margin-left: auto;
  margin-right: auto; */
}

.rebuy-cart .rebuy-cart__view-cart-button:hover {
    background: transparent;
    color: #000;
}

[data-rebuy-component=cross-sell-widget] .rebuy-widget-content .rebuy-product-block .rebuy-product-info .rebuy-product-title, .rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-widget .rebuy-product-grid.medium-style-line .rebuy-product-block .rebuy-product-info .rebuy-product-title, .rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-widget .rebuy-product-grid.small-style-line .rebuy-product-block .rebuy-product-info .rebuy-product-title {
    font-weight: 400;
}

[data-rebuy-component=cross-sell-widget] .rebuy-widget-content .rebuy-product-block {
    padding: 10px 0;
}
[data-rebuy-component=cross-sell-widget] .rebuy-widget-content .rebuy-product-block{
  border:0px;
}
[data-rebuy-component=cross-sell-widget] .rebuy-widget-content .rebuy-product-block+.rebuy-product-block{
  border-top:1px solid #e3e3e3 !important;
}
[data-rebuy-component=cross-sell-widget] .rebuy-widget-content .rebuy-product-block .rebuy-product-actions{
  width: 80px !important;
}
[data-rebuy-component=cross-sell-widget] .rebuy-widget-content .rebuy-product-block .rebuy-product-actions .rebuy-button{
    font-size: 10px;
    letter-spacing: 1.5px;
    padding: 5px;
    line-height: 16px;
}
[data-rebuy-component=cross-sell-widget] .gift-wrap{
  border:0px;
  box-shadow: none;
}
[data-rebuy-component=cross-sell-widget] .rebuy-widget-content .rebuy-product-info .rebuy-product-title{
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}
[data-rebuy-component=cross-sell-widget] .rebuy-widget-content .rebuy-product-info .rebuy-product-price{
  font-size: 12px;
  line-height: 1.35;
}
[data-rebuy-component=cross-sell-widget] .rebuy-product-block .rebuy-product-media{
  width:90px;
}
[data-rebuy-component=cross-sell-widget] .rebuy-product-block .rebuy-product-info{
  width: calc(100% - 170px);
}
[data-rebuy-component="cart-items"]{
    border: 0;
    padding: 0 4px;
}
[data-rebuy-component="cart-items"] [data-smartcart-items]{
  margin: 0;
  gap: 0px;
}

[data-rebuy-component="cart-items"] .rebuy-cart__flyout-item{
  gap: 0px !important;
}
[data-rebuy-component=cart-items] .rebuy-cart__flyout-item-media{
  width: calc(42% - 15px) !important;
  height: auto !important;
}
[data-rebuy-component=cart-items] .rebuy-cart__flyout-item-media img{
    width: 100% !important;
    height: 100% !important;
}
[data-rebuy-component=cart-items] .rebuy-cart__flyout-item-info{
  padding-left: 20px !important;
  width: calc(100% - 42% + 15px) !important;
  place-content: flex-start !important;
}

.rebuy-cart .rebuy-cart__flyout-item-quantity {
    margin: 12px 0 0;
    width: 100%;
    order: 4;
}
[data-rebuy-component=cart-items]{
  border:0px !important;
}
[data-rebuy-component=checkout-area]{
  padding: 0px !important;
  gap:8px !important;
}
[data-rebuy-component=checkout-area] [data-rebuy-cart-additional-checkout-buttons]{
  margin:0px !important;
}

.rebuy-cart .rebuy-cart__flyout-item-variant-title {
    margin: 10px 0 0 !important;
    font-size: 14px !important;
  width:100% !important;
}

.rebuy-cart .rebuy-cart__flyout-item-remove {
    position: relative !important;
    order: 5;
    width: 100% !important;
    text-align: left;
    font-size: 0 !important;
    margin-top: 10px !important;
}

.rebuy-cart .rebuy-cart__flyout-item-remove:before {
    content: "Remove";
    color: #000;
    font-size: 14px;
    letter-spacing: 1.5px;
}

.rebuy-cart .rebuy-cart__flyout-item-price {
    width: 100% !important;
    text-align: left !important;
    font-size: 14px !important;
    margin: 11px 0 0 !important;
}

.rebuy-cart .rebuy-cart__flyout [data-rebuy-cart-scroll-area] {
    scrollbar-width: none;
}

/* =============empty================= */
.rebuy-cart .rebuy-cart__flyout-empty-cart {
    padding: 40px 0px !important;
}

.rebuy-cart .rebuy-cart__flyout-empty-cart h4 {
    font-family: var(--FONT-STACK-BODY);
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 400;
}

.rebuy-cart .rebuy-cart__flyout-empty-cart-footer {
    padding: 0;
}

/* =========== */
.rebuy-cart__flyout-item-product-title, .rebuy-cart__flyout-item-product-title:hover, .rebuy-cart__flyout-item-product-title:active, .rebuy-cart__flyout-item-product-title:visited, [data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-product-title, [data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-product-title:hover, [data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-product-title:active, [data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-product-title:visited, .rebuy-widget .rebuy-product-title, .rebuy-modal__product-title, .rebuy-cart__flyout-announcement-bar, [data-rebuy-component="announcement-bar"], .rebuy-cart__flyout-item-quantity-widget-button, .rebuy-cart__flyout-item-quantity-widget-label, [data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-quantity-widget-button, [data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-quantity-widget-label, .rebuy-cart__flyout-subtotal, [data-rebuy-component="cart-subtotal"] .rebuy-cart__flyout-subtotal {
    color: #000 !important;
}

#rebuy-cart a:focus-visible, #rebuy-cart button:focus-visible, #rebuy-cart select:focus-visible, #rebuy-cart input:focus-visible, #rebuy-cart__progress-free-product-variant-select:focus-visible {
    outline: 0px !important;
}

@media (max-width: 480px) {
    .rebuy-cart .rebuy-cart__flyout {
        width: 100%;
    }
}

#careers .rte h1 {
    display: flex;
    justify-content: center;
    margin: 0px;
  font-size: 32px;
}

#terms-and-conditions h5 {
    font-size: 30px;
}

#clothing-size-guide h5 {
    font-size: 25px;
}

#shoe-size-guide h5 {
    font-size: 25px;
}

#graphic-design-intern h1, #accounting-manager h1, #product-intern h1 {
    font-size: 20px;
}

#graphic-design-intern h1 strong, #accounting-manager h1 strong, #product-intern h1 strong {
    font-weight: 400;
}

:root{
  --loading-svg: url( "//pepalondon.com/cdn/shop/t/169/assets/loading.svg?v=91665432863842511931742031674" );
  --icon-check: url( "//pepalondon.com/cdn/shop/t/169/assets/icon-check.svg?v=175316081881880408121742031674" );
  --icon-close: url( "//pepalondon.com/cdn/shop/t/169/assets/icon-close.svg?v=152460236205633315831742031674" );
  --icon-zoom-in: url( "//pepalondon.com/cdn/shop/t/169/assets/icon-zoom-in-transparent.svg?v=160092751783370364651742031674" );
  --icon-zoom-out: url( "//pepalondon.com/cdn/shop/t/169/assets/icon-zoom-out-transparent.svg?v=55379021059786909341742031674" );
}
.footer-bottom__content .select-popout.select-popout--country{
  padding-top: 1px;
}
.footer-bottom__content .select-popout.select-popout--country .select-popout__toggle{
  letter-spacing: 1.5px;
  font-size: 14px;
}
.footer-bottom.wrapper .footer-bottom__content .localization-form{
  margin-bottom: 0;
  align-items: center;
}
@keyframes pulseOutSmall {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    1% {
        transform: scale(1);
        opacity: 0.4;
    }

    65% {
        transform: scale(1.65);
        opacity: 0;
    }

    100% {
        transform: scale(1.65);
        opacity: 0;
    }
}
.social-sharing-icon:hover::after {
    animation: pulseOutSmall 1.5s ease infinite;
}


/* ============================================= Search Modal ================= */

.search-popdown__body *{
  font-family: var(--FONT-STACK-BODY);
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #333;
  font-size: 13px !important;
}
.search-popdown__body .search-form__inner{
  background: transparent;
}
.search-popdown__body .predictive-search__product-title{
  font-weight: 600;
}
.predictive-search__item{
  padding: var(--item-top-bottom);
}
.predictive-search__quick-tip {
    --text-size: 11px;
}
.predictive-search__actions .predictive-search__link{
  font-size: 11px;
}
.search-popdown__body .predictive-search__product-image{
  --image-size: 50px;
  height: 70px;
}

.region-switcher-top{
  z-index:100;
  z-index:999;
}
.site-footer .city-site-sec{
  /* position: absolute !important;
  right: 200px;
  top: 0px;
  height: 100%; */
  margin-right: 25px;
  position: relative;
}
.site-footer .city-site-sec .item-box{
  padding: 0px !important;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-footer .city-site-sec .item-box a{
  display: flex;
}
.site-footer .city-site-sec .item-box img{
  width: 24px !important;
  height: 24px !important;
  opacity: 0.7;
  filter: grayscale(1);
}
.site-footer .city-site-sec .city-site-holder{
  display: none;
  position: absolute;
  transition: all 1s;
  background-color: #fff;
  padding: 0px;
  width: 170px;
  box-shadow: 0 0 4px 0 #61606059 !important;
  top: auto !important;
  left: 0px !important;
  bottom: 100%;
  margin-bottom: 10px;
  z-index: 99;
}
.site-footer .city-site-sec .city-site-holder.open{
  border-top: 0px !important;
  display: flex;
  flex-direction: column;
}
.site-footer .city-site-sec .city-site-holder.open .city-site-items {
  padding: 10px 12px !important;
  border-bottom: 0px !important;
}
.site-footer .city-site-sec .city-site-holder.open .city-site-items a {
    display: flex;
    align-items: center;
}
.site-footer .city-site-items a span {
  font-size: 13px !important;
  color: #000 !important;
  position: relative;
  top: 1px;
}
.site-footer .city-site-items a img{
  width: 20px !important;
  height: 20px !important;
  box-shadow: none !important;
  opacity: 0.7;
  filter: grayscale(1);
  border-radius: 100%;
  margin-right: 15px;
}

.site-header .city-site-sec{
  /* display:none; */
}

@media (max-width: 1260px){
  /* .site-footer .city-site-sec{
    right: 220px;
  } */
  
  
}
@media (max-width: 1023px){
  /* .site-footer .city-site-sec{
    right: 177px;
  } */
}
@media (max-width: 990px){
  /* .site-footer .city-site-sec {
    right: 173px;
  } */
}
@media (max-width: 766px){
  /* .site-footer .city-site-sec {
    right: 170px;
  } */
  .site-footer .city-site-sec .city-site-holder.open{
    width: 130px;
  }
  .footer-bottom .footer-bottom-content{
    flex-direction: unset;
    flex-wrap: wrap;
  }
  .site-footer .city-site-sec {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

.product-gallery__media-slider .flickity-prev-next-button{
  display: none;
}
.logo .logo__image-link svg {
    position: relative;
    top: 3px;
}
.logo__image-link svg path {
    fill: currentColor !important;
    stroke-opacity: 1 !important;
    stroke-width: 1px !important;
    stroke: currentColor !important;
}

.logo__image-link svg {
    width: 60px;
}


/* ================================= Header section ================================ */

.site-header--nav-center .logo{
  margin: 15px 0;
  padding-left: 0;
}
.mobile-menu__button--burger{
  left: unset !important;
  
  right: calc(var(--gutter-mobile) - 12px);
}
header.site-header.site-header--nav-center nav.nav>.menu__item.menu__item--compress{
  padding-right: 40px;
}
@media (min-device-width: 1021px){
  .mobile-menu__button--burger{
    right: calc(var(--gutter) - 12px);
  }
  header.site-header .mobile-menu{
    display: none;
  }
  header.site-header nav.nav{
    display: flex !important;
  }
  .shopify-section-header .localization-form{
    right: 12px;
  }
  .shopify-section-header nav.nav .menu__item.menu__item--compress .localization-form {
    right: var(--gutter);
  }
}
@media (pointer: coarse) {
    .site-header>.wrapper {
        justify-content: flex-start;
    }
}

@media (min-width: 1260px){
  .mobile-menu__button--burger{
    display: none !important;
  }
  .site-header--nav-center.site-header--compress .nav .menu__items .menu__item{
    display: flex;
  }
  .site-header--nav-center.site-header--compress .nav .menu__item.menu__item--icons {
    display: flex;
  }
  .site-header--nav-center.site-header--compress .nav .menu__item.menu__item--compress{
    display: none;
  }
  .site-header--nav-center.site-header--compress .nav .menu__item.menu__item--icons .menu__item{
    display: flex;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  header.site-header .menu__item .navlink.navlink--toplevel {
      padding: var(--inner) 10px;
  }
}

@media (min-width: 1350px) and (max-width: 1400px){
   header.site-header .menu__item .navlink.navlink--toplevel {
      padding: var(--inner) 6px;
  }
}

@media (max-width: 1349px) and (min-width: 1260px){
  header.site-header .menu__item .navlink.navlink--toplevel {
      padding: var(--inner) 4px;
  }
  header.site-header.site-header--nav-center nav.nav{
    padding-left: calc(2.35 * (var(--gutter)));
  }
}

header.site-header:has( .select-popout__list--visible) .mobile-menu__button--burger{
  z-index: 0;
}


@media (max-device-width: 1020px){
  header.site-header.site-header--nav-center nav.nav{
    display: none;
  }
  .mobile-menu {
    padding-right: calc(var(--gutter) - 12px) !important;
    display: flex !important;
  }
  .mobile-menu__button--burger{
    display: flex !important;
  }
  .mobile-menu .mobile-menu__button{
    display: block;
  }
  .shopify-section-header .site-header .localization-form {
      /* right: var(--gutter-mobile); */
    display: none;
  }
}
#launcher {
    z-index: 999 !important;
}
#nav-drawer-section{
  display: flex;
  flex-direction: column;
}
#nav-drawer-section .drawer__header{
  order: 1;
}
#nav-drawer-section ul.mobile-nav.mainmenunew{
  order:2;
  position: relative;
  padding-bottom: 20px;
}
#nav-drawer-section ul.mobile-nav.mainmenunew:after{
  content:"";
  background: #fff;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 16px;
  width: calc(100% - 32px);
}
#nav-drawer-section ul.mobile-nav.mobilemenubottom{
  order:4;
}
#nav-drawer-section ul.mobile-nav.loginsection{
  order:3;
}
#nav-drawer-section ul.mobile-nav.loginsection .mobile-menu__item .mobile-navlink{
  font-weight: 600;
  font-size: 16px;
}
#nav-drawer-section .region-switcher-drawer{
  order:5;
}
#nav-drawer-section ul.mobile-nav.mobilemenubottom .mobile-menu__item:last-child .mobile-navlink{
  margin: 10px var(--inner);
  border: 1px solid;
  position: relative;
  padding: 8px 23px 8px 12px;
  width: auto;
}
#nav-drawer-section ul.mobile-nav.mobilemenubottom .mobile-menu__item:last-child .mobile-navlink:before{
  content:"";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: -45deg;
}
#nav-drawer-section .region-switcher-drawer svg{
  width: 14px;
  stroke: unset;
}
#nav-drawer-section .region-switcher-drawer svg path{
  stroke:unset;
}
.region-switcher-drawer {
    margin-left: 16px;
    padding: 10px 0px 0;
}
.region-switcher-drawer button{
  float: unset !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  font-size: 16px;
  line-height: 1.5;
}
.region-switcher-drawer .CountryList {
    margin-left: 0px;
    position: relative!important;
    max-height: 30vh;
}
.region-switcher-drawer button, .region-switcher-drawer a {
    color: white;
}
.region-switcher-drawer .CountryList li{
  width: 100%;
}
@media (max-width: 767px) {
    .region-switcher-drawer .CountryList {
        max-height: 100% !important;
        height: auto;
        overflow-y: auto !important;
    }
}




/* ========================== Country popup ======================== */
  
.cozy-crd__modal .cozy-crd__modal-header-text {
    font-size: 30px;
    font-family: freight-display-pro, TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-weight: 500;
    font-style: italic;
    color: #c1aa91;
    line-height: 1;
}

.cozy-crd__modal .cozy-crd__modal-body-text {
    font-size: 16px;
    font-family: freight-display-pro, 'New York', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-weight: 400;
    max-width: 400px;
    margin: 0 auto;
}

.cozy-crd__modal .cozy-crd__modal-footer {
    padding: 14px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cozy-crd__modal .cozy-crd__modal-footer a.cozy-crd__btn {
    background: rgb(205, 184, 162) !important;
    border-radius: 0px;
    border-style: solid;
    border-color: rgb(205, 184, 162) !important;
    border-width: 1px;
    color: rgb(255, 255, 255);
    font-family: omnes-cyrillic, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1;
    white-space: normal;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    height: auto;
    width: 100%;
    box-shadow: none;
    text-transform: uppercase;
    margin: 0;
    /* margin-right: auto; */
    width: calc(50% - 4px);
    padding: 10px 10px;
    max-width: 220px;
}

.cozy-crd__modal .cozy-crd__modal-footer div.cozy-crd__btn {
    background: rgb(255, 255, 255);
    border-radius: 0px;
    border-style: solid;
    border-color: rgb(205, 184, 162) !important;
    border-width: 1px;
    color: rgb(205, 184, 162) !important;
    font-family: omnes-cyrillic, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1;
    white-space: normal;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    height: auto;
    width: 100%;
    box-shadow: none;
    text-transform: uppercase;
    margin: 0;
    width: calc(50% - 4px);
    /* margin-left: auto; */
    padding: 10px 10px;
    max-width: 220px;
}

.cozy-crd__modal .cozy-crd__dismiss.CozyCloseCRModal {
    /* background: rgba(180, 187, 195, 0.65);
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 24px; */
    background: transparent;
    color: #000;
    width: 20px;
    height: 20px;
    font-size: 30px;
    font-weight: 500;
    border-radius: 100%;
    top: 8px;
    right: 8px;
    line-height: 18px;
    text-indent: 2px;
    font-family: omnes-cyrillic, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

.cozy-crd__modal .cozy-crd__ContentWrapper {
    max-width: 520px;
}

@media (max-width: 768px) {
    .cozy-crd__modal .cozy-crd__ContentWrapper {
        width: calc(100% - 40px);
    }
}

 /* Collection Lookbook */

 .banner.banner--collection .collection__description span{
     font-size:17px;
 }


 /* Collection List Section Css */

  .list-collections-section--grid  .list-collections__item .list-collections__item__image{
     border-radius: unset !important;
  }

  .list-collections-section .grid__container .list-collections__item {
     padding-left:0px !important;
  }

  .list-collections-section--grid  .list-collections__item__content .h3.list-collections__item__title{
     font-size:16px;
  }


  /* Celebration Page Css */

    #celebration-amp-weddings .text__heading span.text-highlight__break{
      font-size:32px;
  }

   #celebration-amp-weddings .slideshow .carousel-status{
      top:50% !important;
   }

 /* Lookbooks Page Css */
 
   #lookbooks .text__heading span.text-highlight__break{
      font-size:32px;
     font-weight: 400;
  }
 
  #lookbooks .text__button a.btn{
      font-size:16px;
      text-transform:capitalize;
   }

   #lookbooks .banners .banner__content a.btn{
      text-decoration:underline !important;
   }
.product-single--lookbook .product__submit__buttons .btn--submit{
  cursor: pointer;
  pointer-events: auto;
}
.product-single--lookbook .product__submit__buttons .btn--submit.disabled{
  border-color: transparent;
  background-color: #4e4e4e1a;
  color: #4e4e4e80;
  cursor: not-allowed;
  pointer-events: none;
}


 @media (max-width: 767px){
   #lookbooks .text__heading span.text-highlight__break{
      font-size:24px;
  }
}



/* =========================================== Slider Section Modification ========================= */

.shopify-section.slideshow .slider .item .video-wrapper{
  display: none;
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-top: var(--container-padding-top, 0);
  grid-row-start: 1;
  grid-column-start: 1;
  min-height: 100%;
}
.shopify-section.slideshow .video-wrapper .video__container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shopify-section.slideshow .video-wrapper .video__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.shopify-section.slideshow .video__background .video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 766px) {
    .shopify-section.slideshow .video-mobile {
        display: none;
    }
}

@media only screen and (max-width: 766px) {
   .shopify-section.slideshow .video-desktop {
        display: none;
    }
}

.shopify-section.slideshow .slide__image__container.hidden_image_section{
  display: none;
}
.shopify-section.slideshow .item:has(.show_video_section) .slide__image__container.hidden_image_section{
  display: none;
}
.shopify-section.slideshow .slider .item .video-wrapper.show_video_section{
  display: block;
}

/* ======================= Size Chart popup ====================== */
  
.popup-chart{
  padding: 60px 15px 20px;
}
.popup-chart__content .table-wrapper h4{
  font-family: var(--FONT-STACK-HEADING);
  font-size: 1.120rem;
  margin: 0;
}
.popup-chart__content tr:nth-child(2n){
  background: transparent;
}
.popup-chart__content .table-wrapper{
  border-top: 0;
  border-bottom: 0;
  padding: 15px 0 0;
  margin-bottom: 0;
}
.popup-chart__content{
  margin: 0;
  padding: 0 15px 15px;
}
.popup-chart .drawer__close-button {
  right: 0px;
  padding: 16px;
}
.popup-chart .drawer__close-button svg{
  stroke-width: 20px;
}

/* ==================== cart page ======================== */


.template-cart .cart__title{
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--FONT-STACK-BODY);
  margin-bottom: var(--inner);
  letter-spacing: 1.5px;
  font-weight: 400;
}
.template-cart .section__header .section__heading {
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--FONT-STACK-HEADING);
  margin-bottom: var(--inner);
  letter-spacing: 1.5px;
  font-weight: 400;
}
.template-cart .cart__title .cart-drawer__item-qty{
  font-size: 14px;
}
.template-cart .cart__items{
  border:0px;
}
.template-cart .cart__items .cart__item__title{
  font-family: var(--FONT-STACK-BODY);
  font-size:16px;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.template-cart .cart__items .cart__item__meta *{
  font-family: var(--FONT-STACK-BODY);
  font-size:16px;
  letter-spacing: 1.5px;
}
.template-cart .cart__items .cart__item__price{
  font-family: var(--FONT-STACK-BODY);
  font-size:16px;
  letter-spacing: 1.5px;
}
.template-cart .cart__item__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.template-cart .cart__item__selected-options, .template-cart .cart__item__property {
  margin: 0;
}
.template-cart .cart__items .cart__item__remove{
  font-family: var(--FONT-STACK-BODY);
  font-size:14px;
  letter-spacing: 1.5px;
  opacity: 1;
}
.template-cart .cart__inner{
  justify-content: flex-end ;
}
.template-cart .cart__content{
  width:100%;
}
.template-cart .cart__aside{
  margin-top:25px;
}
.template-cart .cart__aside *{
  font-family: var(--FONT-STACK-BODY);
  font-size:14px;
  letter-spacing: 1.5px;
}
.template-cart .cart__item__quantity-field{
  font-family: var(--FONT-STACK-BODY);
  font-size:14px;
  letter-spacing: 1.5px;
}
.template-cart .cart__item__quantity button {
    /* position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 100%;
    font-size: 0;
    line-height: 1;
    border-radius: 0;
    transform: translateY(-50%);
    transition: color 0.3s; */
    color: #000;
    font-family: var(--FONT-STACK-BODY);
    font-size:14px;
    letter-spacing: 1.5px;
}
.template-cart .cart__item__quantity button .icon{
  fill: currentColor;
  stroke: none;
  width: 10px;
  height: 10px;
}
.template-cart .cart__errors__inner *{
  font-size:14px;
}
.gift-wrap .close-cross{
  width: 20px;
  height: 20px;
  display: block;
  padding: 5px;
  margin-right: -5px;
  background: none;
}
.gift-wrap .close-cross::after, 
.gift-wrap .close-cross::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #0f0f0f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}
.gift-wrap .close-cross::after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gift-wrap .close-cross:hover::before {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.gift-wrap .close-cross:hover::after {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media only screen and (min-width: 600px){
  .template-cart .cart__aside{
    width:350px;
  }
}

@media only screen and (max-width: 760px){
  /* .template-product .shopify-section--product .product__submit__holder{
    position: fixed;
    bottom: 0;
    padding: 0;
    width: 100vw;
    z-index: 900;
    left: 0;
    background-color: #fff;
  } */
  .template-product .shopify-section--product .variant--soldout .product__submit__holder{
    position: relative;
    width: 100%;
    z-index: unset;
    background: transparent;
    margin-top: 10px;
  }
}

.template-cart .cart-empty-buttons{
  --inner:8px;
}
.cart-empty-buttons a.btn.btn--black{
  padding: 10px 18px;
  font-weight: 400;
  background: transparent;
  color: #4e4e4e;
  border: 1px solid #4e4e4e;
  min-width: 180px;
  
}
.cart-empty-buttons a.btn hover-button, .cart-empty-buttons a.btn:before, .cart-empty-buttons a.btn:after{
  display: none;
}
.template-cart .cart__empty .cart-empty-buttons+.cart-drawer__empty-message-bottom{
  display: none;
}
.template-cart .rebuy-widget .primary-title{
  letter-spacing: 1.5px;
  font-size: 18px;
}
.gift-wrap {
    position: relative;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    width: 699.6px;
    max-width: 100%;
    margin: 30px;
    padding-top: 51.6px;
    padding-bottom: 20.4px;
    padding-left: 84px;
    padding-right: 84px;
}



/* ================================= Search ================================ */


.search-form__input {
    /* height: 100%;
    line-height: normal;
    padding: 0 30px 0 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    text-align: left;
    -webkit-appearance: none;
    box-sizing: border-box;
    color: inherit;
    background: none;
    border: 1px solid #ddd;
    padding-left: 15px; */
    font-size: 16px;
}

@media only screen and (min-width: 1024px) {
    .search-form__input {
        /* padding-right: 40px;
        height: 100%;
        box-sizing: border-box;
        box-shadow: none;
        outline: none; */
        font-size: calc(1.5rem * var(--adjust-body));
    }
}

.nav-search__close {
    display: block;
    position: absolute;
    top: 2px;
    right: 8px;
    width: 44px;
    height: 44px;
    padding: 12px;
    z-index: 4;
    border: 0;
    background-color: var(--bg);
    color: var(--text);
    text-align: center;
}

.nav-search__close:hover .icon-close {
    transform: rotate(90deg);
}
.search-form__input-holder{
  /* width: 90%;
  max-width: 450px;
  min-width: 38%; */
}
search-form .search-form{
  /* position: sticky;
  top: 0;
  z-index: 2;
  padding-bottom: 0px;
  margin: 50px auto;
  transition: margin-top 0.25s ease-out;
  background: #ffffff; */
}
.klevuTarget.klevu-fluid div.klevuWrap {
  max-height: 450px;
  overflow-y: auto;
  width: 100% !important;
  margin-top: 40px;
  max-width: 600px;
}

body#search-results .main-content .page-width>h1{
  display: none;
}

#search-results .details, #search-results header, #search-results main {
    overflow: visible;
}

@media screen and (min-width: 992px) {
    .kuResultWrap .kuPagination {
        width: 100% !important;
    }
    .kuResultWrap .kuFiltersTop {
        margin-bottom: -45px !important;
    }
    .kuResultWrap .kuLandingResultsViewSwitchContainer {
        float: right;
        margin-top: 3px;
    }
    .kuResultWrap .kuDropdown {
        float: right;
    }
    .kuResultWrap .kuFilterTagsContainer {
        margin-top: 50px;
        float: left;
    }
}
.kuSearchResultsPageContainer .kuResults ul li .kuProdWrap .kuProdAdditional .kuProdAdditionalData {
    padding: 0 !important;
}
@media (max-width: 991px) {
    .kuResultWrap .kuFiltersTop {
        margin-bottom: 0px !important;
    }
}
.klevuTarget.klevu-fluid div.klevuWrap {
    /* width: calc(50% - 8.8% ) !important; */
}
.klevuTarget.klevu-fluid.kuEmptySearchBox>div {
    /* min-width: 31% !important; */
}
.klevuTarget.klevu-fluid div.klevuWrap {
    max-height: 450px;
}
@media (max-width: 990px) {
    .klevuTarget.klevu-fluid div.klevuWrap {
        /* width: calc(100% - 40px ) !important; */
        padding: 0;
        max-height: 60%;
    }
}
@media (max-width: 990px) and (min-width:767px) {
    .klevuTarget.klevu-fluid div.klevuWrap {
        /* width: calc(100% - 5% ) !important; */
    }
}
.klevuLanding.klevuTarget.kuTOPFilters.kuSearchResultsPageContainer .kuSearchResultsSearchBarContainer {
    padding-top: 40px;
}


/* ============================================== Gift Popup ================================================= */


.gift-wrap-popup {
    position: fixed;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    transform: none;
    overflow-y: auto;
    z-index: 99999;
    padding-top: 150px;
    max-height: calc(100% - 50px);
}

body:not(.gift-wrap-open) .gift-wrap-popup {
    display: none;
}

.gift-wrap-popup * {
    box-sizing: content-box;
}

.gift-wrap-popup .input-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.gift-wrap-popup .input-field input, .gift-wrap-popup .input-field textarea {
    width: 100%;
    resize: none;
    height: 40px;
    min-height: 40px;
    border: 1px solid #bfbfbf;
    padding: 5px 15px;
    font-size: 14px;
}

@media (max-width: 480px) {
    .gift-wrap-popup .input-field input, .gift-wrap-popup .input-field textarea {
        height: 30px;
        min-height: 30px;
    }
}

.gift-wrap-popup .input-field input::-webkit-input-placeholder, .gift-wrap-popup .input-field textarea::-webkit-input-placeholder {
    color: white;
}

@media (max-width: 768px) {
    .gift-wrap-popup .input-field input::-webkit-input-placeholder, .gift-wrap-popup .input-field textarea::-webkit-input-placeholder {
        color: #afafaf;
    }
}

.gift-wrap-popup .input-field input:-moz-placeholder, .gift-wrap-popup .input-field textarea:-moz-placeholder {
    color: white;
}

@media (max-width: 768px) {
    .gift-wrap-popup .input-field input:-moz-placeholder, .gift-wrap-popup .input-field textarea:-moz-placeholder {
        color: #afafaf;
    }
}

.gift-wrap-popup .input-field input::-moz-placeholder, .gift-wrap-popup .input-field textarea::-moz-placeholder {
    color: white;
}

@media (max-width: 768px) {
    .gift-wrap-popup .input-field input::-moz-placeholder, .gift-wrap-popup .input-field textarea::-moz-placeholder {
        color: #afafaf;
    }
}

.gift-wrap-popup .input-field input:-ms-input-placeholder, .gift-wrap-popup .input-field textarea:-ms-input-placeholder {
    color: white;
}

@media (max-width: 768px) {
    .gift-wrap-popup .input-field input:-ms-input-placeholder, .gift-wrap-popup .input-field textarea:-ms-input-placeholder {
        color: #afafaf;
    }
}

.gift-wrap-popup .input-field textarea {
    height: 80px;
    min-height: 80px;
    padding: 15px;
}

@media (max-width: 480px) {
    .gift-wrap-popup .input-field textarea {
        height: 45px;
        min-height: 45px;
    }
}

@media (max-width: 768px) {
    .gift-wrap-popup .colours {
        text-align: center;
    }
}

.gift-wrap-popup input[type="radio"] {
    display: none;
}

.gift-wrap-popup input[type="radio"] + label {
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
    border: 1px solid #bfbfbf;
    height: 45px;
    min-width: 45px;
    margin: 0;
    margin-right: 15px;
}

@media (max-width: 480px) {
    .gift-wrap-popup input[type="radio"] + label {
        height: 35px;
    }
}

.gift-wrap-popup input[type="radio"]:checked + label {
    border-color: #7c7c7c;
}

.gift-wrap-popup .checkbox {
    margin-left: 150px;
    font-size: 15.6px;
    letter-spacing: 1.5px;
    margin-top: 17px;
    margin-bottom: 32px;
    display: inline-block;
}

.gift-wrap-popup .checkbox input {
    margin-right: 9px;
    position: relative;
    overflow: visible;
    clip: unset;
    height: auto;
    width: auto;
    padding: 0px 0 0 0;
    margin: 0px 9px 0 0;
    font-size: 16px;
    border: 1px solid #BFBFBF;
    background: #fff;
    max-width: 100%;
    line-height: 26px;
}
.template-cart .cart__aside .cart-message{
  display: none;
}
.template-cart .cart__aside .cart__total__money{
  font-weight: 500;
  font-size: 20px;
}
.template-cart .cart__pair{
  border-top: 1px solid #e5e5e5;
  padding: 0;
  margin: 10px 0 15px;
}
.template-cart .cart__foot-inner{
  display: flex;
  flex-direction: column-reverse;
}
.template-cart .cart__foot-inner .cart__text{
  margin: 0 0 16px;
}
.template-cart .cart__foot-inner .btn hover-button, 
.template-cart .cart__foot-inner .btn:before, 
.template-cart .cart__foot-inner .btn:after{
  display: none;
}
.template-cart .cart__foot-inner .cart__checkout{
  font-weight: 500;
  border: 1px solid #4e4e4e;
  line-height: 1.75;
  background-color:#4e4e4e;
}
.template-cart .cart__aside .gift-wrap-trigger{
  background: #cdb8a2;
  font-weight: 500;
  border: 1px solid #cdb8a2;
  padding: 16px;
 line-height: 1.75;
}

.template-cart a.continue-shopping:hover{
   background-color:#4e4e4e;
   color:#fff;
}

.template-cart .cart__buttons .btn.btn--solid.btn--black:hover{
   background-color:#fff;
   color:#000;
}

.template-cart .cart__aside .continue-shopping{
  font-weight: 500;
  width: 100%;
  border: 1px solid #4e4e4e;
  padding: 16px;
  line-height: 1.75;
}
.template-cart .cart__item__bottom .select-popout__toggle, 
.template-cart .cart__item__bottom .select-popout__option{
  font-family: var(--FONT-STACK-BODY);
  font-size: 14px;
  letter-spacing: 1.5px;
}
.template-cart .cart__items .cart__item__bottom{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: auto;
  margin: 0;
}

@media (max-width: 768px) {
    .gift-wrap-popup .checkbox {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .gift-wrap-popup .checkbox {
        margin-top: 10px;
        margin-bottom: 25px;
    }
}

.gift-wrap-popup .btn, .gift-wrap-popup body.template-collection .add-to-cart input, body.template-collection .add-to-cart .gift-wrap-popup input, .gift-wrap-popup body.template-search .add-to-cart input, body.template-search .add-to-cart .gift-wrap-popup input, .gift-wrap-popup body.template-collection a.view-product, body.template-collection .gift-wrap-popup a.view-product, .gift-wrap-popup body.template-search a.view-product, body.template-search .gift-wrap-popup a.view-product {
    width: 176.4px;
    height: 40.8px;
    border: 1px solid #bfbfbf;
    background: none;
    color: #0f0f0f;
    margin-left: 150px;
}

@media (max-width: 768px) {
    .gift-wrap-popup .btn, .gift-wrap-popup body.template-collection .add-to-cart input, body.template-collection .add-to-cart .gift-wrap-popup input, .gift-wrap-popup body.template-search .add-to-cart input, body.template-search .add-to-cart .gift-wrap-popup input, .gift-wrap-popup body.template-collection a.view-product, body.template-collection .gift-wrap-popup a.view-product, .gift-wrap-popup body.template-search a.view-product, body.template-search .gift-wrap-popup a.view-product {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .gift-wrap-popup .btn, .gift-wrap-popup body.template-collection .add-to-cart input, body.template-collection .add-to-cart .gift-wrap-popup input, .gift-wrap-popup body.template-search .add-to-cart input, body.template-search .add-to-cart .gift-wrap-popup input, .gift-wrap-popup body.template-collection a.view-product, body.template-collection .gift-wrap-popup a.view-product, .gift-wrap-popup body.template-search a.view-product, body.template-search .gift-wrap-popup a.view-product {
        height: 35px;
    }
}

.gift-wrap-popup .btn + p, .gift-wrap-popup body.template-collection .add-to-cart input + p, body.template-collection .add-to-cart .gift-wrap-popup input + p, .gift-wrap-popup body.template-search .add-to-cart input + p, body.template-search .add-to-cart .gift-wrap-popup input + p, .gift-wrap-popup body.template-collection a.view-product + p, body.template-collection .gift-wrap-popup a.view-product + p, .gift-wrap-popup body.template-search a.view-product + p, body.template-search .gift-wrap-popup a.view-product + p {
    font-size: 15.6px;
    text-align: center;
    letter-spacing: 1.5px;
    margin-top: 24px;
}

.gift-wrap {
    position: relative;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    width: 699.6px;
    max-width: 100%;
    margin: 30px;
    padding-top: 51.6px;
    padding-bottom: 20.4px;
    padding-left: 84px;
    padding-right: 84px;
}

@media (max-width: 768px) {
    .gift-wrap {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 480px) {
    .gift-wrap {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 15px;
        margin: 15px;
    }
}

.gift-wrap .close-cross {
    position: absolute;
    top: 16.8px;
    right: 19.2px;
}

.gift-wrap__title {
    text-align: center;
    font-weight: bold;
    color: #cdd5c5;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 28.8px;
    margin-bottom: 52.8px;
    text-transform: none;
}

@media (max-width: 768px) {
    .gift-wrap__title {
        font-size: 20px;
        margin-bottom: 35px;
    }
}

@media (max-width: 480px) {
    .gift-wrap__title {
        margin-bottom: 20px;
    }
}

.gift-wrap__label {
    font-weight: bold;
    width: 130px;
    min-width: 130px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 5px !important;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 14px;
    color: #0f0f0f;
}

@media (max-width: 768px) {
    .gift-wrap__label {
        display: none;
    }
}

.gift-wrap-trigger {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px;
    display: block;
    width: 100%;
}

.gift-wrap-trigger.hidden {
    display: none;
}

[data-product-type="gift-wrap"] {
    border-top: 1px solid white;
    margin-top: -1px;
    padding-top: 0;
}

[data-product-type="gift-wrap"] .cart-item__price {
    padding-right: 15px;
}

[data-product-type="gift-wrap"] > a:first-child {
    opacity: 0;
}

[data-product-type="gift-wrap"] > a:first-child .image {
    height: 0;
}

[data-product-type="gift-wrap"] .cart-item__info {
    display: none;
}

/* ====================================== Related Product ============================= */


.related-products .wrapper{
  padding: 0 4px;
  max-width: 100%;
  width: 100%;
}
.related-products .flickity-prev-next-button {
    --icon-size: 24px;
}
.related-products .carousel .flickity-prev-next-button.previous{
  left: var(--gutter-mobile);
  background: transparent;
  box-shadow: none;
}
.related-products .carousel .flickity-prev-next-button.next{
  right: var(--gutter-mobile);
  background: transparent;
  box-shadow: none;
}
.template-product .related-products .product-grid-item__info .product-grid-item__info-content a.product-grid-item__title{
  padding-bottom: 10px;
  padding-right: 20%;
  font-family: var(--FONT-STACK-BODY);
  font-weight: 500;
  display: block;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
.template-product .related-products .product-grid-item__info-content .prc-cont-wrap{
  margin-top: 0;
}

@media only screen and (min-width: 1024px){
  .related-products .carousel .flickity-prev-next-button.previous{
    left: var(--gutter);
  }
  .related-products .carousel .flickity-prev-next-button.next{
    right: var(--gutter);
  }
}

@media only screen and (min-width: 1200px){
  .template-product .related-products .carousel__item{
    width: calc(20% - 4px);
  }
}

/* ======================== Product Page lookbook slider ====================== */


.look_slider_slick .slick-arrow{
  display: none;
}
.template-product .look-products .look_slider_slick .product-grid-item{
  margin-right: unset;
}
.template-product .look-products.wrapper--pepa{
  padding: 60px 4px;
}
.template-product .look-products .look-products--slider{
  padding: 0px;
  display: flex;
  justify-content: flex-start;
}
.template-product .look-products .section__heading{
  margin-bottom: 16px;
  opacity: 1;
  letter-spacing: 1.5px;
  transform: unset;
  text-transform: uppercase;
}
.template-product .look-products .look-products--slider .product-grid-item{
  --grid-gutter: 4px;
}
.template-product .look-products .look-products--slider .product-grid-item__info .product-grid-item__info-content a.product-grid-item__title{
  font-weight: 500;
  font-family: var(--FONT-STACK-BODY);
  letter-spacing: 1.5px;
  line-height: 1.5;
  padding-bottom: 10px;
  padding-right: 20%;
  display: block;
}
.template-product .look-products .featured-image-fixed-mobile {
    display: none;
}

@media only screen and (min-width: 1020px){
  .template-product .look-products .look-products--slider .product-grid-item{
    /* width: calc(25% - 4px); */
  }
}

@media only screen and (max-width: 1020px){
  .template-product .look-products .look-products--slider {
    /* overflow-x: auto; */
    gap: 4px;
  }
  .template-product .look-products .look-products--slider .product-grid-item{
    /* width: auto;
    flex: unset;
    min-width: calc(33.33% - 4px);
    margin-right: 0; */
  }
  .template-product .look-products .look-products--slider::-webkit-scrollbar{
    height: 4px;
  }
}

@media only screen and (max-width: 760px){
  .template-product .look-products .look-products--slider .product-grid-item{
    /* width: auto;
    flex: unset;
    min-width: calc(75% - 4px); */
  }
}

.product__form__size-chart {
  display: none;
}
.icon-toggle-minus, .icon-toggle-plus{
  fill: currentColor;
  stroke: unset;
}
.cart__message__success{
  display: none;
}
.product__free_shipping .cart__message.is-hidden{
  display: block;
}
.cart__message__default.is-hidden{
  display: none;
}
.is-success .cart__message__success{
  display: block;
}

@media only screen and (max-width: 767px) {
    .radio__fieldset--sizeguide {
        width: 100%;
    }
}


/* ====================================== Gift Card Form ================================ */


/* ===================================== Gift Card ============================= */

.recipient-form-wrapper{
  margin-bottom: 20px;
}
.recipient-form-wrapper .recipient-fields__field{
  margin: 0px;
}
.recipient-form-wrapper .recipient-form label {
    position: relative;
    font-weight: 500;
    top: 0px;
    cursor: pointer;
    font-size: 14px;
}
.recipient-form-wrapper .recipient-form .recipient-fields label{
  margin: 8px 0 !important;
  font-family: var(--FONT-STACK-BODY) !important;
  font-size: 14px !important;
  text-transform: math-auto;
  letter-spacing: 1.5px;
  display: block;
    clip: unset !important;
    overflow: visible;
  width: auto;
    height: auto;
}
.recipient-form-wrapper .recipient-form .recipient-fields label.recipient-fields__message{
  margin:0 !important;
 font-size: 12px !important;
    text-align: left;
  font-weight: 400;
    line-height: 1;
}
.recipient-form-wrapper .recipient-form  input, .recipient-form-wrapper .recipient-form  textarea {
    width: 100%;
    padding: 4px 10px;
    font-size: 14px;
}
.recipient-form-wrapper .recipient-form  input[type=checkbox] {
    width: 16px;
    height: 16px;
    opacity: 0;
    cursor: pointer;
}

.recipient-form-wrapper .recipient-form  .recipient-checkbox {
    position: relative;
}

.recipient-form-wrapper .recipient-form  .recipient-checkbox svg {
    position: absolute;
    left: -20px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.recipient-form-wrapper .recipient-form  .recipient-checkbox .icon {
    width: 13px;
    height: 13px;
    top: -1px;
    left: -18px;
    fill: none;
    opacity: 0;
    transition: .3s;
}

.recipient-form-wrapper .recipient-form  .recipient-checkbox .icon path {
    stroke-width: 1px;
}

.recipient-form-wrapper .recipient-form  .recipient-checkbox span {
    position: relative;
    font-weight: 500;
    top: -6px;
    cursor: pointer;
    font-size: 14px;
}



.recipient-form-wrapper .recipient-form  textarea {
    height: 73px !important;
    width: 100% !important;
}

.recipient-form-wrapper .recipient-form  input[type=checkbox]:checked~.recipient-checkbox svg.icon {
    opacity: 1;
}

.recipient-form-wrapper .recipient-form  .field {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.recipient-form-wrapper .recipient-form  hr {
    display: none;
}

.recipient-form-wrapper .recipient-form .recipient-fields {
    padding-top: 8px;
}

.recipient-form-wrapper .recipient-form  .recipient-fields .form__label {
    margin: 0px;
    font-size: 12px;
}

.recipient-form-wrapper .recipient-form  .recipient-fields .field .field__label {
    margin: 8px 0 8px;
    font-weight: 500;
    font-size: 14px;
}
.look-products.wrapper--pepa .look-products--slider .product-grid-item__image, 
.look-products.wrapper--pepa .look-products--slider .product-grid-item__info{
  opacity: 1;
}
/* ============================== Look Slider =============================================== */
.look_slider_slick{
  max-width: 100%;
    width: 100%;
}
.shop-the-look-products{
  gap: 4px;
}
.template-product .look-products .look-products--slider .slick-list{
  margin: 0 -2px;
}
.template-product .look-products .look-products--slider .product-grid-item{
  padding: 0 2px;
  --move-offset: 0;
}
.template-product .look-products .look_slider_slick .slick-arrow{
  display: none !important;
}

.theme-related-sec{
  margin: 0 !important;
  padding: 0 4px;
}
.theme-related-sec .carousel{
  padding: 0 !important;
}
.note, .errors{
  font-size: 14px;
}

/* =================== Cookie ===================== */

@media (min-width: 905px){
  .cookieconsent-wrapper{
    flex-direction: column !important;
    gap: 16px !important;
  }
}


/* ======= Home Page ========== */

body.template-index .section-columns__wrapper .column-item__image-wrapper{
  --radius: 0px !important;
    margin-bottom: 20px;
}
body.template-index .section-columns__wrapper .column-item__content .column-item__heading{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
body.template-index .section-columns__wrapper .column-item__content .column-item__text p{
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
  margin-top: 14px;
}
body.template-index .slider--zoom-out.img-in .item:only-of-type .slide__image__inner{
  /* animation: var(--duration) var(--easing) zoomOut2; */
}

/* body.template-index .slider--zoom-out {
  --scale-factor: 1.2;
  --duration: .5s;
  --easing: cubic-bezier(.25, .6, .5, .95);
}

body.template-index .slider--zoom-out.img-in .item:only-of-type .slide__image__inner{
  transition: 0.5s ease;
  will-change: transform;
  transform: scale(var(--scale));
} */
body.template-index .slider--zoom-out.img-in .slide__image {
    transform: scale(var(--scale));
    transition: 0.5s ease;
    will-change: transform;
    transform: scale(var(--scale));
}

@keyframes zoomOut2 {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

/* ====================== Split Images ======================= */

/* .split-images-section .split-images__content .wrapper--pepa:before{
   background:unset !important;
}
 */
.shopify-section .split-images-section:has(.five-sevenths-height), 
.shopify-section .split-images-section:has(.five-sevenths-height-mobile){
  min-height: auto;
}
.shopify-section .split-images-section .five-sevenths-height, 
.shopify-section .split-images-section .five-sevenths-height-mobile{
  min-height: auto;
  height: auto;
  padding: 0;
}

.split-images-section .five-sevenths-height .split-images__scale, 
.split-images-section .five-sevenths-height-mobile .split-images__scale{
  position:relative;
  min-height: auto;
}
.split-images-section .five-sevenths-height .split-images__bg, 
.split-images-section .five-sevenths-height-mobile .split-images__bg{
  padding:140% 0 0 0;
  display:block;
  height: auto;
  position: relative;
  margin: 0;
}
.split-images-section .five-sevenths-height .split-images__bg img, 
.split-images-section .five-sevenths-height-mobile .split-images__bg img{
  position: absolute;
  left: 0;
  top: 0;
}
.split-images-section .five-sevenths-height .split-images__scale:nth-of-type(1){
  width: 49%;
  padding:0 0 0 60px !important;
}
.split-images-section .five-sevenths-height .split-images__scale:nth-of-type(2){
  width: 51%;
  padding: 4% 8% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopify-section .split-images-section:has(.five-sevenths-height) .split-images__content{
  padding:0px;
}
.main-buttons__item{
  
}

@media screen and (max-width: 767px){
  .shopify-section .split-images-section .five-sevenths-height-mobile{
    flex-direction: column;
  }
  .split-images-section .five-sevenths-height-mobile .split-images__scale:nth-of-type(1) {
    width: 100%;
    padding-left: 0px !important;
  }
  .split-images-section .five-sevenths-height-mobile .split-images__scale:nth-of-type(2) {
    width: 100%;
    padding: 60px 60px !important;
  }
  .split-images-section .five-sevenths-height-mobile .split-images__bg{
    margin: 0;
  }
  .shopify-section:has(.split-images-section)+.shopify-section:has(.divider-section){
    display: none;
  }
  .collection-promo__bg figure img{
    object-fit:fill;
  }
  .template-collection .banner-inner  .banner-content{
     padding-top:20px;
     padding-bottom:20px;
  }
  .template-collection .banner.banner--collection .wrapper--narrow h1.section-header__title {
     font-size:28px;
  }
  .featured-collection .featured-collection__button a.btn{
     width:100%;
  }
  #delivery-and-returns .wrapper h1,
  #terms-and-conditions .shopify-section--page .wrapper h1.page-title{
    font-size:28px;
  }
  body#shoe-size-guide .shopify-section.text p span.text-highlight__break{
     font-size:18px;
  }
  .banner__content a.banner__btn.btn{
     width:100%;
  } 
  #the-blog .img-in .brick__section__wrapper .brick__block--image .brick__block__inner:before{
     padding-top:112.5%;
  }
}

@media screen and (min-width:1900px){
  #the-blog .img-in .brick__section__wrapper .brick__block--image .brick__block__inner:before {
     padding-top:120.5%;
  }
}

.collection__wrapper .collection-promo, 
.collection__wrapper .collection-promo__link{
  border-radius: 0;
}

 /* New Css */

  .boost-pfs-filter-collection-header-wrapper .second-section p span{
     font-size:14px;
  }

  .menu__items .menu__item .navlink span.navtext{
      font-size:13px;
  }

  .featured-collection__container .product-grid-item__info-content .product-grid-item__title{
      font-size:18px;
      font-weight:400;
  }

  .featured-collection__container .product-grid-item__info-content .product-grid-item__info-separator{
      display:none;
  }

 .featured-collection__button a.btn::after,
 .featured-collection__button a.btn::before{
     content:unset !important;
     background: unset !important;
 }

 #delivery-and-returns div{
    font-size:16px;
 }

 #CustomerLogin .btn.btn--primary,
 #CreateCustomer .btn.btn--primary,
 #RecoverCustomerPassword .btn.btn--primary{
    background-color: #4e4e4e;
    text-transform:capitalize;
 }

.form-vertical-wrapper p a:before, .form-vertical-wrapper p a:after {
    background-color:#928d66 !important;
}

.page-customer .form-vertical-wrapper a {
   text-decoration-color:#928d66;
}

#celebration-amp-weddings .text-section .text__content p{
    font-size:14px !important;
}

#celebration-amp-weddings .section__header .section__heading.h2{
   opacity:1 !important;
}

#contact-us .shopify-section.text .contact-text span.text-highlight__break {
   font-size:20px;
}

#lookbooks .banner__content a.banner__btn{
   font-size:18px;
}

[data-rebuy-component="cross-sell-widget"]{
   border-top:1px solid #c1c1c1;
}

.rebuy-cart__flyout-empty-cart .ql-align-center{
     padding:0 10px;
  }

.grandparent .header__dropdown{
   background-color:#fff;
}

header.site-header.site-header--nav-center nav.nav{
  /* border-bottom:1px solid #C1C1C1; */
}

.product__block.product__accordions .product__accordion__inner{
   color:#4E4E4E;
}

.section__header p.account__subheading,
 a#RecoverPassword,
 a#HideRecoverPasswordLink,
 #RecoverCustomerPassword p,
 #CreateCustomer a,
 #CustomerLogin label{
   color:#4e4e4e;
}

#our-store-in-palm-beach-pepa-london .wrapper h1.page-title{
   font-size:32px;
}

body.template-index .featured-collection__container .product-grid-item__info-content .product-grid-item__title{
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.5px;
  display: block;
  font-size: 16px;
  color: #4E4E4E;
  font-family: var(--FONT-STACK-BODY);
  padding-right: 20%;
}

.section-stl-banner .stl-banner__rte h3{
   font-size: calc(1.75rem * 0.7);
}

.section-stl-banner .hotspot__info-bubble  .hotspot__title.h6{
   font-size:12px;
}

article[data-style=default] button.sitemap-load-more:focus, article[data-style=default] button.sitemap-load-more:hover{
   background-color:#4e4e4e !important;
}

body#contact-us .form__item.form__item--submit button.btn{
   background-color:#4e4e4e;
}

.hotspot.is-active .hotspot__content a.btn.btn--quick-buy{
   background-color:#4e4e4e;
}

a.btn--grey-new{
  background-color:#4e4e4e;
  color:#fff;
}

/* =========================================== Currency drop down =========================== */



localization-form {
  --form-top: 8px;
  --form-left: 15px;
  --arrow-size: 31px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: var(--gutter-mobile);
}
@media only screen and (max-width: 767px) {
  localization-form {
    justify-content: flex-start;
  }
}
localization-form .select-popout {
  --form-left: inherit;
  --arrow-size: inherit;
  margin-bottom: 0;
}
.shopify-section-header localization-form {
  margin-bottom: 0;
  position: absolute;
  padding: 0;
  top: -39px;
  background-color: #928d66;
  color: #fff;
  font-size: 16px;
  z-index: 100;
}
localization-form .CountryList {
  background-color: #928d66;
  color: #fff;
  overflow-y:auto;
}

@media (min-device-width: 1021px) {
    .shopify-section-header localization-form {
        right: 12px;
    }
}

localization-form .disclosure__button {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: var(--form-top) var(--arrow-size) var(--form-top) var(--form-left);
  border-radius: var(--RADIUS);
  line-height: 1.3;
  text-align: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: var(--input-bg);
  font-family: var(--FONT-STACK-BODY);
  
  letter-spacing: 1.5px;
  padding-left: 0;
  padding-right:0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border: none;
  margin: 0;

  background-color: #928d66;
  color: #fff;
  font-size: 16px;
  gap: 4px;
}

localization-form .icon-caret {
  stroke: none;
}
localization-form .disclosure__item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 16px;
  font-family: var(--FONT-STACK-BODY);
}
localization-form .disclosure__item a[aria-current="true"] {
  border-bottom: var(--BORDER-WIDTH) solid var(--border);
  transition: border-color 0.3s ease-in-out;
}
localization-form.open-up .CountryList{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
localization-form.open-up .CountryList li{
  margin: 0px;
}

/* .region-switcher-drawer .CountryList {
    margin-left: 0px;
    position: relative !important;
}


@media (max-width: 767px) {
    .region-switcher-drawer .CountryList {
        max-height: 100% !important;
        height: auto;
        overflow-y: auto !important;
    }
} */



/* =========================================== Rebuy Related =========================================== */

.shopify-section:has(.rebuy-widget) .section-padding{
  background-color: #f3f3f3;
}
.rebuy-widget.widget-type-product{
  --PT: 60px;
  --PB: 60px;
  --padding-top: var(--PT);
  --padding-bottom: var(--PB);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #f3f3f3 !important;
  padding-left: 13px;
  padding-right: 13px;
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .rebuy-widget.widget-type-product {
        --padding-top: calc(var(--PT) * .8);
        --padding-bottom: calc(var(--PB) * .8);
    }
}

@media only screen and (max-width: 767px){
  .rebuy-widget.widget-type-product{
    --padding-top: calc(var(--PT) * .6);
    --padding-bottom: calc(var(--PB) * .6);
    padding-left: 8px;
    padding-right: 8px;
  }
  
}



.shopify-section:has(.rebuy-widget) .wrapper{
  max-width: 100%;
  width: 100%;
  padding: 0 2px;
}

.shopify-section .rebuy-widget h4.primary-title{
    font-size:18px !important;
    color:#4E4E4E;
    font-weight:400;
    text-transform:uppercase;
    margin-bottom: 20px;
    text-align: center;
}
.shopify-section .rebuy-widget .rebuy-product-grid{
  padding: 0 !important;
}
.shopify-section .rebuy-widget .rebuy-product-grid .rebuy-product-block{
  padding: 0 2px !important;
}
.shopify-section .rebuy-widget .rebuy-product-media .rebuy-product-image{
  position: relative;
  display: block;
}
.shopify-section .rebuy-widget .rebuy-product-media .rebuy-product-image:before{
  content: "";
  padding-bottom: 140%;
  display: block;
}
.shopify-section .rebuy-widget .rebuy-product-media .rebuy-product-image img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shopify-section .rebuy-widget .rebuy-product-info{
  text-align: left;
}
.shopify-section .rebuy-widget .rebuy-product-info a{
  padding-bottom: 10px;
  padding-right: 20%;
  font-family: "omnes-cyrillic", sans-serif;
  font-weight: 500;
  display: block;
  letter-spacing: 1.5px;
  line-height: 1.5;
  color: #4e4e4e !important;
  margin-top: 15px !important;
}
.shopify-section .rebuy-widget .rebuy-product-info .rebuy-product-price{
  font-size: 14px;
  color: #4e4e4e;
  display: flex;
  margin-top: 0 !important;
  font-weight: 400;
}
.shopify-section .rebuy-widget .rebuy-product-info .rebuy-product-price .rebuy-money{
  color: #4e4e4e;
}
.shopify-section .rebuy-widget .rebuy-product-options, 
.shopify-section .rebuy-widget .rebuy-product-actions{
  margin: 10px 0 0 !important;
}
.shopify-section .rebuy-widget .rebuy-product-actions .rebuy-button{
  font-weight: 400;
  color: #fff;
  background: #cdb8a2;
  border: 1px solid #cdb8a2;
  padding: 15px 22px;
  letter-spacing: 1.5px;
  border-radius: 0;
  font-size:calc(1rem * 0.9);
  line-height: 1.5;
    text-transform: uppercase;
}
.shopify-section .rebuy-widget .powered-by-rebuy{
  display:none;
}
.shopify-section .rebuy-widget .rebuy-select, 
.shopify-section .rebuy-widget .rebuy-select,  
.shopify-section .rebuy-widget select.rebuy-select{
  color: #4e4e4e;
    background-color: transparent;
    border-color: #ccc;
    border-radius: 0px;
    letter-spacing: 1.5px;
    font-size: .9rem;
    /* background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) .5em; */
    background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 11px;
}

.shopify-section .rebuy-widget .rebuy-product-block{
  -webkit-tap-highlight-color: transparent;
    border-radius: 0;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    border: 0px solid #bfbfbf;
}

.shopify-section .rebuy-widget .rebuy-carousel__arrow{
  background: #d5d7c9;
  color: #fff;
  --icon-size: 18px;
  --flickity-btn-size:40px;
  
  width: var(--flickity-btn-size);
  height: var(--flickity-btn-size);
  box-shadow: 0 1px 1px #00000014, 0 1px 5px #0000000f;
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  border-radius: 50%;
  transform-origin: top;
  transition: opacity .2s ease, transform .25s ease-out, visibility 0s linear .2s;
  opacity: 0;
  transform: scale(0) translateY(-50%);
  visibility: hidden;
}
.shopify-section .rebuy-widget .rebuy-carousel__arrow:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: var(--icon-size);
  height: var(--icon-size);
  background: var(--text);
  -webkit-mask-size: var(--icon-size);
  mask-size: var(--icon-size);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  max-width: 100%;
  max-height: 100%;
  -webkit-mask-image:url('https://pepalondon.com/cdn/shop/t/189/assets/icon-chevron-right.svg?v=115618353204357621731751611936');
   mask-image: url('https://pepalondon.com/cdn/shop/t/189/assets/icon-chevron-right.svg?v=115618353204357621731751611936');
}
.shopify-section .rebuy-widget .rebuy-carousel__arrow.rebuy-carousel__arrow--prev:before{
  transform: rotate(180deg);
}
.shopify-section .rebuy-widget .rebuy-carousel__arrow.rebuy-carousel__arrow--prev{
  left: 10px;
}
.shopify-section .rebuy-widget .rebuy-carousel__arrow.rebuy-carousel__arrow--next{
  right: 10px;
}
.shopify-section .rebuy-widget .rebuy-carousel__arrow svg{
  display: none;
}
.shopify-section .rebuy-widget .rebuy-carousel__arrow:hover{
  transform: scale(1.12) translateY(-50%);
}
.shopify-section .rebuy-widget .rebuy-product-grid:hover .rebuy-carousel__arrow{
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-50%);
    transition-delay: 0s;
}

.shopify-section .rebuy-widget .rebuy-carousel__pagination{
  padding: 16px 0 0;
  position: relative;
  bottom: 0px;
  gap: 8px;
}
.shopify-section .rebuy-widget .rebuy-carousel__pagination .rebuy-carousel__page, 
.shopify-section .rebuy-widget .flickity-page-dots .dot{
  background: #4e4e4e;
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.shopify-section .rebuy-widget button, .shopify-section .rebuy-widget a{
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 1001px) and (max-width: 1200px){
  .shopify-section .rebuy-widget .rebuy-product-grid .rebuy-product-block{
    width: calc(25%) !important;
  }
}

@media (min-width: 768px) and (max-width: 1000px){
  .shopify-section .rebuy-widget .rebuy-product-grid .rebuy-product-block{
    width: calc(33.33%) !important;
  }
}

@media (min-width: 1261px){
  .shopify-section .rebuy-widget .rebuy-carousel__pagination .rebuy-carousel__page, 
  .shopify-section .rebuy-widget .flickity-page-dots .dot{
    display: none !important;
  }
}
@media (max-width: 1260px){
  .shopify-section .rebuy-widget .rebuy-carousel__arrow{
    display: none;
  }
  .shopify-section .rebuy-widget .rebuy-product-grid .rebuy-carousel__arrow{
      opacity: 1;
      visibility: visible;
      transform: scale(1) translateY(-50%);
      transition-delay: 0s;
  }
}

@media (max-width: 480px){
  .shopify-section .rebuy-widget .rebuy-product-grid .rebuy-product-block{
    width: calc(50%) !important;
  }
}
 */


/* =========================================== Currency drop down =========================== */



localization-form {
  --form-top: 8px;
  --form-left: 15px;
  --arrow-size: 31px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: var(--gutter-mobile);
}
@media only screen and (max-width: 767px) {
  localization-form {
    justify-content: flex-start;
  }
}
localization-form .select-popout {
  --form-left: inherit;
  --arrow-size: inherit;
  margin-bottom: 0;
}
.shopify-section-header localization-form {
  margin-bottom: 0;
  position: absolute;
  padding: 0;
  top: -39px;
  background-color: #928d66;
  color: #fff;
  font-size: 16px;
  z-index: 100;
}

localization-form .disclosure__button {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: var(--form-top) var(--arrow-size) var(--form-top) var(--form-left);
  border-radius: var(--RADIUS);
  line-height: 1.3;
  text-align: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: var(--input-bg);
  font-family: var(--FONT-STACK-BODY);
  
  letter-spacing: 1.5px;
  padding-left: 0;
  padding-right:0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border: none;
  margin: 0;

  background-color: #928d66;
  color: #fff;
  font-size: 16px;
  gap: 4px;
}

localization-form .icon-caret {
  stroke: none;
}
localization-form .disclosure__item a {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 16px;
  font-family: var(--FONT-STACK-BODY);
}
localization-form .disclosure__item a[aria-current="true"] {
  border-bottom: var(--BORDER-WIDTH) solid var(--border);
  transition: border-color 0.3s ease-in-out;
}
localization-form .CountryList {
  background-color: #928d66;
  color: #fff;
  overflow-y:auto;
}
localization-form.open-up .CountryList{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
localization-form.open-up .CountryList li{
  margin: 0px;
  padding: 0px;
}

#nav-drawer-section .region-switcher-drawer localization-form{
  justify-content: flex-start;
}

@media (min-width: 1260px){
  .shopify-section-header localization-form {
      right: 12px;
  }
}

@media (max-width: 1259px){
  .menu__item localization-form, 
  .mobile-menu localization-form{
    display: none;
  }
}

.site-footer .city-site-sec .item-box img{
  object-fit: contain;
  max-width: 24px;
}
footer localization-form{
  align-items: center;
}
footer localization-form .disclosure__button{
  background: transparent;
  color: #000;
  flex-wrap: nowrap;
  font-size: 14px;
  border: 1px solid #000;
  padding: 1px 5px 0px;
  line-height: 1.35;
}
footer localization-form .CountryList{
  background-color: #f3f3f3;
  color: #000;
  margin: 0 0 5px;
  bottom: 100%;
  border: 1px solid #000;
  padding: 0;
}
footer localization-form .CountryList li{
  width: 100%;
  min-width: 100px;
  max-width: 202.65px;
}
footer localization-form .disclosure__item a{
  color: #000;
  font-size: 14px;
  padding: 14px 13px;
  text-align: left;
  width: 100%;
}



/* ==================================== shop the banner =================== */

.custom-check p, 
.custom-check li, 
.custom-check a, .custtext a, 
.custtext li, .custtext p{
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.custom-check p+p, .custtext p+p{
  margin-top:8px;
}
.custom-check, .custtext{
}
.custom-check.left-text, 
.custom-check.left-text p,
.custtext.left-text, 
.custtext.left-text p{
  text-align: left;
}
.custom-check.center-text, 
.custom-check.center-text p,
.custtext.center-text, 
.custtext.center-text p{
  text-align: center;
}

.custtext{
  padding: 20px 20px 60px;
}
.popup-quick-view__item .popup-quick-view__close{
  width: 40px;
  height: 40px;
  top: 0px;
}
.hotspot__content:has(.custom-check){
  margin-top: 65px;
}
.hotspot__content .custom-check{
  max-height: 125px;
  overflow: hidden;
  overflow-y: auto;
  
}
.hotspot__content .custom-check::-webkit-scrollbar {
  width: 6px;
}
 
/* ===================================== Text Section =============================== */

section.text-section .text h1.text__heading{
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0.0135em;
}
#our-store-in-palm-beach-pepa-london .featured-image__content-inner h4.featured-image__heading {
   font-size:40px;
}
@media (max-width: 699px){
  #our-store-in-palm-beach-pepa-london .featured-image__content-inner h4.featured-image__heading {
    font-size:36px;
  }
}
#delivery-and-returns .wrapper .rte h4{
  font-size: 24px;
  color: #4e4e4e;
}

/* ================ Search ===================== */
.klevuTarget.klevu-fluid div.klevuWrap{
    left: calc(50% - 6px) !important;
    transform: translateX(-50%);
    border-radius: 0px 0px 3px 3px;
}

@media (max-width: 699px){
  .klevuTarget.klevu-fluid div.klevuWrap{
    left: 50% !important;
  }
}

.template-cart .cart-page-title h2{
  font-size: 14px !important;
  text-transform: uppercase;
  font-family: var(--FONT-STACK-BODY);
  margin-bottom: var(--inner);
  letter-spacing: 1.5px;
  font-weight: 400;
  margin-top: 0;
}
.template-cart .cart-page-title .cart__title{
  margin-bottom:5px;
}
.template-cart .cart__content>.btn{
  align-self: flex-end;
  margin-bottom: 5px;
}

section.text-section .hidden-h1-tag .text h1{
  display:none;
  font-size:0;
}

body#newsletter .text h1.text__heading span{
  font-family: var(--FONT-STACK-HEADING);
  font-weight: 400;
  letter-spacing: 0.8px;
  font-size: 32px;
  color: #4E4E4E;
}

/* ====================== cart Drawer ======= */

#rebuy-cart.has-items [data-rebuy-cart-anchor=footer]{
  padding-top: 6px;
}

[data-rebuy-component=checkout-area] .rebuy-cart__flyout-terms{
  border:0px;
}
[data-rebuy-component=checkout-area] .rebuy-cart__flyout-terms .rebuy-cart__flyout-terms-label{
  padding: 8px 16px 0;
}
.rebuy-cart__flyout-actions .rebuy-cart__flyout-terms p{
  padding:8px 16px;
}
.rebuy-cart .rebuy-cart__flyout-subtotal{
    padding: 0 0px 0px;
}
.rebuy-cart__discount-container{
  margin: 0;
  padding: 0px 16px 8px !important;
}
.rebuy-cart__discount-container .rebuy-cart__discount-form{
  position:relative;
}
.rebuy-cart__discount-container .rebuy-cart__discount-form .rebuy-button{
  font-size: 14px;
  letter-spacing: 1.5px;
  padding: 8px 15px;
  line-height: 1;
  position: absolute;
  right: 4px;
  height: calc(100% - 8px);
  top: 4px;
}
.rebuy-cart__discount-container .rebuy-input-wrapper--floating-label.show-label .rebuy-input{
  padding:15px 15px 5px !important;
}
.rebuy-cart__discount-container .rebuy-cart__discount-form .rebuy-input{
  border-radius: 0px;
  border: 1px solid #d3d3d3;
  color: #4e4e4e;
  padding-right: 90px !important;
  margin: 0 !important;
  text-transform: unset !important;
  letter-spacing: 1.5px;
}
.rebuy-cart__discount-container .rebuy-cart__discount-error-message{
  font-size: 12px;
  font-weight: 500;
  margin: 4px 0 -4px;
}

/* New Css */

@media screen and (min-width:1023px){
   .shopify-section--product-lookbook .product-gallery{
      position:sticky;
      top:0;
      height:fit-content;
   }
  .shopify-section--product-lookbook .product-single--lookbook{
     margin-bottom:50px;
  }
 }

  .shopify-section--product-lookbook .product__submit__buttons .btn--submit:hover{
   background-color:#908D6E;
 }
 @media screen and (max-width:760px){
   .template-product .shopify-section--product .product__submit__holder .product__submit__item{
      transition: .5s;
    }
    .template-product .shopify-section--product .product__submit__holder.not-in-viewport .product__submit__item{
      position: fixed;
      bottom: 0;
      width: 100vw;
      background-color: #fff;
      z-index: 900;
      left: 0;
      padding: 0;
    }
  }
.collection__sticky-bar{
  top: calc((var(--header-sticky-height)) - 2px);
}
.scrolled-down .site-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-sticky-height);
  animation: showCompactHeader .3s ease;
}

[data-rebuy-component=discount-input] .rebuy-cart__discount-form .rebuy-input-wrapper .rebuy-input{
  border: 1px solid #d3d3d3 !important;
}

[data-rebuy-component=cart-subtotal]{
   margin-bottom:5px !important;
}


/* Css (17-12-25) */

@media screen and (max-width:760px){
.tab-collections .tab-collections__button{
   grid-area:unset !important;
}

.tab-collections  .tab-collections__body{
  grid-area:unset !important;
}

} 