/** Shopify CDN: Minification failed

Line 3080:102 Unexpected "{"

**/
input, :before, :after, * {
  box-sizing: border-box;
}
span.swym-wishlist-header-counter::after {
    content: ") ";
}

span.swym-wishlist-header-counter::before {
 content: " (";
}

span.swym-wishlist-header-text {}

span.swym-wishlist-header-counter::before {
    content: " (";
    white-space: pre;
}
i.icon-swym-wishlist:after {  
    visibility: hidden;
}
.swym-ready i.icon-swym-wishlist:after {  
    visibility: visible;
    content: '\f004'; /* Make it'\f08a' for the heart to look empty */
}
a#swym-inject-header {
    display: none;
}
i.icon-swym-wishlist {
    font-family: "swym-font";
    font-style: normal;
    vertical-align: middle;
}
i.icon-swym-wishlist + span {
    vertical-align: middle;
}
i.icon-swym-wishlist:after {
    content: "";
    font-size: 130%;
    line-height: 18px;
    text-align: center;
    display: inline;
} /*content rendered after swym is ready to avoid showing block/invalid chars*/
a.swym-wishlist.button--icon {
  display: flex;
  align-items: center;
}

a.swym-wishlist .icon-swym-wishlist {
  margin-right: 10px;
  margin-left: -30px;
}
.swym-ready i.icon-swym-wishlist:after {
    content: '\f08a'; /* Make it'\f08a' for the heart to look empty */
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

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

input[type=search]::-ms-clear {
  display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

button {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

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

.hide, .hidden {
  display: none;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

*:focus:not(:focus-visible) {
  outline: none !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.gutter--small {
  padding: var(--gutter-small);
}
.gutter--regular {
  padding: var(--gutter-regular);
}
.gutter--large {
  padding: var(--gutter-large);
}
.gutter--xlarge {
  padding: var(--gutter-xlarge);
}

.gutter-top--small {
  padding-top: var(--gutter-small);
}
.gutter-top--regular {
  padding-top: var(--gutter-regular);
}
.gutter-top--large {
  padding-top: var(--gutter-large);
}
.gutter-top--xlarge {
  padding-top: var(--gutter-xlarge);
}

.gutter-bottom--small {
  padding-bottom: var(--gutter-small);
}
.gutter-bottom--regular {
  padding-bottom: var(--gutter-regular);
}
.gutter-bottom--large {
  padding-bottom: var(--gutter-large);
}
.gutter-bottom--xlarge {
  padding-bottom: var(--gutter-xlarge);
}

.spacing--xsmall > * {
  margin-bottom: 0.25em;
}
.spacing--xsmall > *.increased-spacing {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.spacing--small > * {
  margin-bottom: 0.5em;
}
.spacing--small > *.increased-spacing {
  margin-top: 1em;
  margin-bottom: 1em;
}
.spacing--large > * {
  margin-bottom: 0.75em;
}
.spacing--large > *.increased-spacing {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.spacing--xlarge > * {
  margin-bottom: 1em;
}
.spacing--xlarge > *.increased-spacing {
  margin-top: 2em;
  margin-bottom: 2em;
}

.panel, .card {
  border: solid var(--border-width-cards) var(--color-borders-cards);
  border-radius: var(--border-radius-cards);
  overflow: hidden;
  background-color: var(--color-background-cards);
  position: relative;
  color: var(--color-text-cards);
  box-shadow: var(--shadow-x-cards) var(--shadow-y-cards) var(--shadow-blur-cards) var(--color-shadow-cards);
  margin-bottom: calc(var(--shadow-y-cards) + var(--shadow-blur-cards));
  margin-inline-end: calc(var(--shadow-x-cards) + var(--shadow-blur-cards));
}
.has-negative-shadow-x .panel, .has-negative-shadow-x .card {
  margin-inline-end: 0;
  margin-inline-start: calc((var(--shadow-x-cards) * -1) + var(--shadow-blur-cards));
}
.has-negative-shadow-y .panel, .has-negative-shadow-y .card {
  margin-bottom: 0;
  margin-top: calc((var(--shadow-y-cards) * -1) + var(--shadow-blur-cards));
}

.card .button {
  color: var(--color-text-cards);
}
.card .button--solid {
  background-color: var(--color-text-cards);
  border-color: var(--color-text-cards);
  color: var(--color-foreground-cards);
}
.card .button--icon svg * {
  stroke: var(--color-text-cards);
}
.no-touchevents .card .button:not(.button--outline-hover):hover {
  background-color: var(--color-accent-cards);
  border-color: var(--color-accent-cards);
  color: var(--color-foreground-accent-cards);
}
.no-touchevents .card .button:not(.button--outline-hover):hover svg * {
  stroke: var(--color-foreground-accent-cards);
}
.card .button--outline-hover:hover {
  border-color: var(--color-accent-cards);
  color: var(--color-accent-cards);
}

.card a {
  color: var(--color-text-cards);
}
.card .text-animation--underline {
  background-image: linear-gradient(to right, var(--color-text-cards), var(--color-text-cards));
}

@media screen and (max-width: 1023px) {
  .text-with-icon--tooltip .text-with-icon__label, .text-size--xsmall {
    font-size: calc( 					11px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .text-with-icon--tooltip .text-with-icon__label, .text-size--xsmall {
    font-size: calc( 				12px / 16 * var(--base-body-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  .text-size--small {
    font-size: calc( 					12px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .text-size--small {
    font-size: calc( 				14px / 16 * var(--base-body-size) + 0px 			);
  }
}

@media screen and (max-width: 474px) {
  input,
textarea,
select, .text-size--regular {
    font-size: calc( 				14px / 16 * var(--base-body-size) + 0px 			);
  }
}
@media screen and (min-width: 475px) and (max-width: 1023px) {
  input,
textarea,
select, .text-size--regular {
    font-size: calc( 					15px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  input,
textarea,
select, .text-size--regular {
    font-size: calc( 				16px / 16 * var(--base-body-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  .shopify-challenge__container .shopify-challenge__message, .text-size--large {
    font-size: calc( 					16px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .shopify-challenge__container .shopify-challenge__message, .text-size--large {
    font-size: calc( 				18px / 16 * var(--base-body-size) + 0px 			);
  }
}

@media screen and (max-width: 474px) {
  .text-size--xlarge {
    font-size: calc( 				16px / 16 * var(--base-body-size) + 0px 			);
  }
}
@media screen and (min-width: 475px) and (max-width: 1023px) {
  .text-size--xlarge {
    font-size: calc( 					20px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .text-size--xlarge {
    font-size: calc( 				24px / 16 * var(--base-body-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  .text-size--heading {
    font-size: calc( 					38px / 60 * var(--base-headings-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .text-size--heading {
    font-size: calc( 				42px / 60 * var(--base-headings-size) + 0px 			);
  }
}

.button--small {
  padding: var(--button-padding-small);
}
@media screen and (max-width: 474px) {
  .button--small {
    font-size: calc( 				14px / 16 * var(--base-body-size) + 0px 			);
  }
}
@media screen and (min-width: 475px) and (max-width: 1023px) {
  .button--small {
    font-size: calc( 					15px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .button--small {
    font-size: calc( 				16px / 16 * var(--base-body-size) + 0px 			);
  }
}

.button--regular {
  padding: var(--button-padding-regular);
}
@media screen and (max-width: 1023px) {
  .button--regular {
    font-size: calc( 					16px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .button--regular {
    font-size: calc( 				18px / 16 * var(--base-body-size) + 0px 			);
  }
}

.button--large {
  padding: var(--button-padding-large);
}
@media screen and (max-width: 1023px) {
  .button--large {
    font-size: calc( 					18px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .button--large {
    font-size: calc( 				20px / 16 * var(--base-body-size) + 0px 			);
  }
}

.alert {
  display: inline-flex;
  padding: 0.875rem 1rem 0.75rem;
  margin-bottom: 1.125rem;
  margin-bottom: 1.125rem;
  border-radius: var(--border-radius-forms);
  border: 1px solid;
  line-height: 1.1;
  clear: left;
  align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-stack-headings);
  font-weight: var(--font-weight-headings);
  font-style: var(--font-style-headings);
  line-height: var(--base-headings-line);
  margin-bottom: 1rem;
}

@media screen and (max-width: 1023px) {
  h1,
.h1 {
    font-size: calc( 					38px / 60 * var(--base-headings-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  h1,
.h1 {
    font-size: calc( 				58px / 60 * var(--base-headings-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  h2,
.h2 {
    font-size: calc( 					32px / 60 * var(--base-headings-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  h2,
.h2 {
    font-size: calc( 				42px / 60 * var(--base-headings-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  h3,
.h3 {
    font-size: calc( 					26px / 60 * var(--base-headings-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  h3,
.h3 {
    font-size: calc( 				32px / 60 * var(--base-headings-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  h4,
.h4 {
    font-size: calc( 					20px / 60 * var(--base-headings-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  h4,
.h4 {
    font-size: calc( 				24px / 60 * var(--base-headings-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  h5,
.h5 {
    font-size: calc( 					16px / 60 * var(--base-headings-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  h5,
.h5 {
    font-size: calc( 				18px / 60 * var(--base-headings-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  h6,
.h6 {
    font-size: calc( 					15px / 60 * var(--base-headings-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  h6,
.h6 {
    font-size: calc( 				16px / 60 * var(--base-headings-size) + 0px 			);
  }
}

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

body,
input,
textarea,
select {
  font-family: var(--font-stack-body);
  font-weight: var(--font-weight-body);
  font-style: var(--font-style-body);
  line-height: var(--base-body-line);
}

body {
  background: var(--color-background-main);
  color: var(--color-text-main);
}
@media screen and (max-width: 474px) {
  body {
    font-size: calc( 				14px / 16 * var(--base-body-size) + 0px 			);
  }
}
@media screen and (min-width: 475px) and (max-width: 1023px) {
  body {
    font-size: calc( 					15px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: calc( 				16px / 16 * var(--base-body-size) + 0px 			);
  }
}

input,
textarea,
select {
  font-size: calc(16px / 16 * var(--base-body-size) + 0px);
}

.text-weight--bold {
  font-weight: var(--font-weight-body-bold);
}
.text-color--secondary {
  color: var(--color-secondary-text-main);
}
.text-color--opacity {
  opacity: 0.62;
}
.text-decoration--underline {
  text-decoration: underline;
}
.text-decoration--line-through {
  text-decoration: line-through;
}
.text-line-height--small {
  line-height: 1.1;
}
.text-line-height--medium {
  line-height: 1.25;
}
.text-style--italic {
  font-style: italic;
}
.text-style--normal {
  font-style: normal;
}
.text-align--left {
  text-align: start;
}
.text-align--center {
  text-align: center;
}
.text-align--right {
  text-align: end;
}
.text-animation--underline {
  background-image: linear-gradient(to right, var(--color-text-main), var(--color-text-main));
  background-size: 0% 2px;
  background-repeat: no-repeat;
  display: inline;
  padding-bottom: 3px;
  transition: all 100ms linear;
}
html[dir=rtl] .text-animation--underline {
  background-position: right calc(1em + 3px);
}
html[dir=ltr] .text-animation--underline {
  background-position: left calc(1em + 3px);
}
.no-touchevents a:hover .text-animation--underline, .no-touchevents button:hover .text-animation--underline {
  background-size: 100% 2px;
}
@media screen and (max-width: 1023px) {
  a .text-animation--underline.underline-mobile {
    background-size: 100% 2px;
  }
}
.text-animation--underline-thin {
  background-image: linear-gradient(to right, var(--color-text-main), var(--color-text-main));
  background-size: 0% 1px;
  background-repeat: no-repeat;
  display: inline;
  padding-bottom: 3px;
  transition: all 100ms linear;
}
html[dir=rtl] .text-animation--underline-thin {
  background-position: right calc(1em + 2px);
}
html[dir=ltr] .text-animation--underline-thin {
  background-position: left calc(1em + 2px);
}
.no-touchevents a:hover .text-animation--underline-thin, .no-touchevents button:hover .text-animation--underline-thin {
  background-size: 100% 1px;
}
@media screen and (max-width: 1023px) {
  a .text-animation--underline-thin.underline-mobile {
    background-size: 100% 1px;
  }
}
.text-animation--underline-in-header {
  background-image: linear-gradient(to right, var(--color-accent-header), var(--color-accent-header));
  background-size: 0% 1px;
  background-repeat: no-repeat;
  display: inline;
  padding-bottom: 3px;
  transition: all 100ms linear;
}
html[dir=rtl] .text-animation--underline-in-header {
  background-position: right calc(1em + 2px);
}
html[dir=ltr] .text-animation--underline-in-header {
  background-position: left calc(1em + 2px);
}
.no-touchevents a:hover .text-animation--underline-in-header, .no-touchevents button:hover .text-animation--underline-in-header {
  background-size: 100% 1px;
}
@media screen and (max-width: 1023px) {
  a .text-animation--underline-in-header.underline-mobile {
    background-size: 100% 1px;
  }
}
.text-with-icon {
  position: relative;
  color: var(--color-text-main);
  display: inline-flex;
  align-items: center;
  margin-inline-end: 1.25rem;
}
.text-with-icon svg * {
  fill: var(--color-text-main);
}
.text-with-icon .text-animation--underline-thin {
  background-position: 100% calc(1em + 4px);
  padding-bottom: 0;
}
.text-with-icon--compact {
  margin-inline-end: 1.875rem;
}
.text-with-icon--compact .text-with-icon__icon {
  margin-inline-end: 0.625rem;
}
.text-with-icon--tooltip {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-inline-end: 0.625rem;
}
.text-with-icon--tooltip .text-with-icon__label {
  position: absolute;
  top: -100%;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
  background: var(--color-text-main);
  color: var(--color-background-main);
  padding: 0.0625rem 0.4375rem;
  border-radius: clamp(0px, var(--border-radius-buttons), 5px);
  opacity: 0;
  transition: opacity 120ms linear;
  pointer-events: none;
}
.text-with-icon--tooltip .text-with-icon__label:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: var(--color-text-main);
  border-width: 0.3125rem;
  margin-inline-start: -0.3125rem;
}
.text-with-icon--tooltip:hover .text-with-icon__label {
  opacity: 1;
}
.text-with-icon__icon {
  display: flex;
  align-items: center;
  margin-inline-end: 0.5rem;
}
.text-with-icon--small svg {
  width: 1.375rem;
  height: 1.375rem;
}
.text-with-icon--large svg {
  width: 2rem;
  height: 2rem;
}

#main a.text-link, .rte a {
  color: var(--color-text-main);
  border-bottom: 1px solid;
  padding-bottom: 1px;
  transition: all 100ms linear;
}
.no-touchevents #main a.text-link:hover, .no-touchevents .rte a:hover {
  color: var(--color-accent-main);
}
a.text-link {
  border-bottom: 1px solid;
  padding-bottom: 1px;
  transition: all 100ms linear;
}
.no-touchevents a.text-color--opacity:hover {
  opacity: 1;
}

.text-link--has-icon {
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: var(--gutter-small);
}
.text-link--has-icon svg path {
  fill: var(--color-text-main);
}
.text-link--has-icon span {
  border-bottom: solid 1px;
}

del {
  text-decoration: line-through;
  opacity: 0.62;
}

strong {
  font-weight: var(--font-weight-body-bold) !important;
}

em {
  font-style: italic;
}

p {
  margin-bottom: 1rem;
}

.rte ul, .rte ol {
  margin-top: 0.75rem;
  margin-bottom: 1em;
  margin-inline-start: 2em;
}
.rte ul li:not(:first-child), .rte ol li:not(:first-child) {
  margin-top: 0.75rem;
}
.rte ul ul, .rte ul ol, .rte ol ul, .rte ol ol {
  margin-inline-start: 2em;
}
.rte ul {
  list-style: disc outside;
}
.rte ul ul {
  list-style: circle outside;
}
.rte ul ul ul {
  list-style: square outside;
}
.rte ol {
  list-style: decimal outside;
}

.rte blockquote {
  padding: 0.75rem 1.125rem;
  border-left: 0.1875rem solid var(--color-borders-main);
}
.rte blockquote:not(:first-child) {
  margin-top: 1.5rem;
}
.rte blockquote:not(:last-child) {
  margin-bottom: 1.5rem;
}

.rte img {
  max-width: 100%;
  height: auto;
}

iframe[src*=youtube],
iframe[src*=vimeo] {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.remove-line-height-space {
  margin-bottom: calc(1em * var(--base-body-line) / -2 + 0.3125rem);
}

.remove-line-height-space--small {
  margin-bottom: calc(1em * 1.1 / -2);
}

.remove-line-height-space--medium {
  margin-bottom: calc(1em * 1.25 / -2 + 0.3125rem);
}

.rte table {
  width: 100%;
  border: 1px solid var(--color-borders-main);
}
html[dir=rtl] .rte table {
  text-align: right;
}
html[dir=ltr] .rte table {
  text-align: left;
}
.rte table tr {
  border-top: 1px solid var(--color-borders-main);
}
.rte table thead tr {
  border-top: none;
}
.rte table th, .rte table td {
  min-height: 41px;
  padding: 10px 14px 8px;
}
html[dir=rtl] .rte table th, html[dir=rtl] .rte table td {
  border-left: 1px solid var(--color-borders-main);
}
html[dir=ltr] .rte table th, html[dir=ltr] .rte table td {
  border-right: 1px solid var(--color-borders-main);
}
.rte table td, .rte table th {
  vertical-align: top;
}

.jdgm-widget select {
  background-image: none !important;
}

.container--small {
  margin: 0 auto;
  width: 100%;
  max-width: 667px;
  padding-inline-start: var(--gutter-container);
  padding-inline-end: var(--gutter-container);
}

.container--compact {
  margin: 0 auto;
  width: 100%;
  max-width: 867px;
  padding-inline-start: var(--gutter-container);
  padding-inline-end: var(--gutter-container);
}

.container--medium {
  margin: 0 auto;
  width: 100%;
  max-width: 1023px;
  padding-inline-start: var(--gutter-container);
  padding-inline-end: var(--gutter-container);
}

.container--large {
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
  padding-inline-start: var(--gutter-container);
  padding-inline-end: var(--gutter-container);
}

@media screen and (max-width: 1360px) {
  .container--large-with-mobile-padding {
    padding-inline-start: var(--gutter-xlarge);
    padding-inline-end: var(--gutter-xlarge);
  }
}
.container--fullwidth {
  max-width: 100%;
  padding: 0;
}

.container--vertical-space {
  margin-top: var(--container-vertical-space);
}

.container--vertical-space-small {
  margin-top: clamp(2.5rem, var(--container-vertical-space), 5rem);
}

.container--vertical-space-xsmall {
  margin-top: calc(var(--container-vertical-space) * 0.5);
}

.container--no-margin-if-not-first:not(:first-of-type) {
  margin-top: 0;
}

.container--remove-bottom-margin {
  margin-bottom: calc(var(--container-vertical-space) * -0.5);
}

.shopify-section:last-child .container--fullwidth,
.shopify-section:last-child .container--has-background {
  margin-bottom: calc(var(--container-vertical-space) * -1);
}
.mount-slideshow:last-child .css-slider--bottom-navigation .css-slider-navigation-container {
  margin-bottom: -0.75rem;
}

#main .shopify-section:first-child .container--vertical-space:not(.container--fullwidth) {
  margin-top: clamp(24px, calc(var(--container-vertical-space) / 2), 50px);
}
#main .shopify-section:first-child .container--fullwidth {
  margin-top: 0;
}

.container--remove-margin-after + .container--remove-margin-before {
  margin-top: 0;
}

.section--remove-bottom-margin-after + .shopify-section > .container--vertical-space:first-of-type {
  margin-top: 0;
}

.container--negative-margin {
  margin-bottom: calc(var(--container-vertical-space) * -1);
}

.shopify-section {
  position: relative;
}

.container--has-background {
  padding-top: var(--container-vertical-space);
  padding-bottom: var(--container-vertical-space);
  /*	&:after {
  		content: "";
  		background-color: var(--color-background-section);
  		z-index: -1;
  		@extend %absolute-fill;
  	}*/
}
@media screen and (max-width: 767px) {
  .container--has-background {
    padding-top: calc(var(--container-vertical-space) / 2);
    padding-bottom: calc(var(--container-vertical-space) / 2);
  }
}

.remove-empty-space > *:empty {
  display: none;
}
.remove-empty-space > *:first-child {
  margin-top: 0;
}
.remove-empty-space > *:last-child {
  margin-bottom: 0;
}

.gutter-bottom--page {
  margin-bottom: calc(var(--gutter-large) * .8);
}

.margin-bottom--regular {
  margin-bottom: var(--gutter-regular);
}
.margin-bottom--large {
  margin-bottom: var(--gutter-large);
}

.margin-top--regular {
  margin-top: var(--gutter-regular);
}

.align-content {
  display: flex;
  height: 100%;
  position: relative;
}
.align-content--horizontal-left {
  justify-content: flex-start;
  text-align: start;
}
.align-content--horizontal-center {
  justify-content: center;
  text-align: center;
}
.align-content--horizontal-right {
  justify-content: flex-end;
  text-align: end;
}
.align-content--vertical-top {
  align-items: flex-start;
}
.align-content--vertical-middle {
  align-items: center;
}
.align-content--vertical-bottom {
  align-items: flex-end;
}

.element--wrap-paranth:before {
  content: " (";
  white-space: pre;
}
.element--wrap-paranth:after {
  content: ") ";
  white-space: pre;
}
.element--height-small {
  min-height: 40vh;
}
.element--height-regular {
  min-height: 60vh;
}
.element--height-large {
  min-height: 80vh;
}
.element--body-bgc {
  background-color: var(--color-background-main);
}
.element--card-bgc {
  background-color: var(--color-background-cards);
}
.element--has-border {
  border-color: var(--color-borders-cards);
  border-width: var(--border-width-cards);
  border-style: solid;
}
.element--has-border--body {
  border-color: var(--color-borders-main);
  border-width: var(--border-width-cards);
  border-style: solid;
}
.element--has-shadow {
  box-shadow: var(--shadow-x-cards) var(--shadow-y-cards) var(--shadow-blur-cards) var(--color-shadow-cards);
  margin-bottom: var(--shadow-y-cards);
  margin-inline-end: var(--shadow-x-cards);
}
.has-negative-shadow-x .element--has-shadow {
  margin-inline-end: 0;
  margin-inline-start: calc((var(--shadow-x-cards) * -1) + var(--shadow-blur-cards));
}
.has-negative-shadow-y .element--has-shadow {
  margin-bottom: 0;
  margin-top: calc((var(--shadow-y-cards) * -1) + var(--shadow-blur-cards));
}
.element--has-border-thin {
  border-width: 1px;
}
.element--no-border {
  border: 0;
}
@media screen and (max-width: 767px) {
  .element--no-border-on-small {
    border: 0;
  }
}
.element--border-radius {
  border-radius: var(--border-radius-cards);
  overflow: hidden;
}
.element--border-radius .lazy-image:before, .element--border-radius .lazy-image:after {
  border-radius: var(--border-radius-cards);
}
.element--border-radius img {
  border-radius: var(--border-radius-cards);
}
.element--border-radius-top {
  border-radius: var(--border-radius-cards) var(--border-radius-cards) 0 0;
}
.element--border-radius-top .lazy-image:before, .element--border-radius-top .lazy-image:after {
  border-radius: var(--border-radius-cards) 0 0;
}
.element--border-radius-top img {
  border-radius: var(--border-radius-cards) var(--border-radius-cards) 0 0;
}
.element--border-width-clamped {
  border-style: solid;
  border-width: clamp(0px, var(--border-width-cards), 1px);
}
.element--no-radius {
  border-radius: 0;
}
.element--is-inline-block {
  display: inline-block;
}
.element--display-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .element--hide-on-small {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .element--hide-on-desk {
    display: none;
  }
}
.element--align-self-center {
  align-self: center;
}
.element--z-1 {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .element--is-sticky {
    position: sticky !important;
    top: var(--col-gap);
  }
}
.element--overflow-hidden {
  overflow: hidden;
}
.element--vertically-centered {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  width: 100%;
}

.shopify-policy__container {
  width: 100%;
  max-width: 1360px !important;
  padding-left: var(--gutter-container) !important;
  padding-right: var(--gutter-container) !important;
  margin-top: clamp(2.5rem, var(--container-vertical-space), 4.375rem) !important;
}

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

.grid {
  --col-gap: var(--grid-gap);
  --col-size: calc(
  	(100% - var(--col-gap) * (var(--visible-cols) - 1)) /
  		var(--visible-cols)
  );
  display: grid;
  grid-gap: var(--col-gap);
}
.grid-1 {
  --visible-cols: 1;
}
.grid-2 {
  --visible-cols: 2;
}
.grid-3 {
  --visible-cols: 3;
}
.grid-4 {
  --visible-cols: 4;
}
.grid-5 {
  --visible-cols: 5;
}
.grid-6 {
  --visible-cols: 6;
}
@media screen and (max-width: 1280px) {
  .grid-laptop-1 {
    --visible-cols: 1;
  }
}
@media screen and (max-width: 1280px) {
  .grid-laptop-2 {
    --visible-cols: 2;
  }
}
@media screen and (max-width: 1280px) {
  .grid-laptop-3 {
    --visible-cols: 3;
  }
}
@media screen and (max-width: 1280px) {
  .grid-laptop-4 {
    --visible-cols: 4;
  }
}
@media screen and (max-width: 1280px) {
  .grid-laptop-5 {
    --visible-cols: 5;
  }
}
@media screen and (max-width: 1280px) {
  .grid-laptop-6 {
    --visible-cols: 6;
  }
}
@media screen and (max-width: 1023px) {
  .grid-portable-1 {
    --visible-cols: 1;
  }
}
@media screen and (max-width: 1023px) {
  .grid-portable-2 {
    --visible-cols: 2;
  }
}
@media screen and (max-width: 1023px) {
  .grid-portable-3 {
    --visible-cols: 3;
  }
}
@media screen and (max-width: 1023px) {
  .grid-portable-4 {
    --visible-cols: 4;
  }
}
@media screen and (max-width: 1023px) {
  .grid-portable-5 {
    --visible-cols: 5;
  }
}
@media screen and (max-width: 1023px) {
  .grid-portable-6 {
    --visible-cols: 6;
  }
}
@media screen and (max-width: 767px) {
  .grid-lap-1 {
    --visible-cols: 1;
  }
}
@media screen and (max-width: 767px) {
  .grid-lap-2 {
    --visible-cols: 2;
  }
}
@media screen and (max-width: 767px) {
  .grid-lap-3 {
    --visible-cols: 3;
  }
}
@media screen and (max-width: 767px) {
  .grid-lap-4 {
    --visible-cols: 4;
  }
}
@media screen and (max-width: 767px) {
  .grid-lap-5 {
    --visible-cols: 5;
  }
}
@media screen and (max-width: 767px) {
  .grid-lap-6 {
    --visible-cols: 6;
  }
}
@media screen and (max-width: 474px) {
  .grid-palm-1 {
    --visible-cols: 1;
  }
}
@media screen and (max-width: 474px) {
  .grid-palm-2 {
    --visible-cols: 2;
  }
}
@media screen and (max-width: 474px) {
  .grid-palm-3 {
    --visible-cols: 3;
  }
}
@media screen and (max-width: 474px) {
  .grid-palm-4 {
    --visible-cols: 4;
  }
}
@media screen and (max-width: 474px) {
  .grid-palm-5 {
    --visible-cols: 5;
  }
}
@media screen and (max-width: 474px) {
  .grid-palm-6 {
    --visible-cols: 6;
  }
}
.grid--slider {
  grid-auto-flow: column;
  grid-template-columns: var(--col-size);
  grid-auto-columns: var(--col-size);
  position: relative;
}
.grid--layout {
  grid-template-columns: repeat(var(--visible-cols), var(--col-size));
}
@media screen and (min-width: 1024px) {
  .grid--highlight-first-item {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--highlight-first-item div:first-child {
    grid-column-start: span 2;
  }
}

@media screen and (max-width: 359px) {
  .grid-tiny-1:not(.kill-grid-tiny) {
    --visible-cols: 1;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-hide {
    display: none !important;
  }

  .laptop-show {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .portable-hide {
    display: none !important;
  }

  .portable-show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lap-hide {
    display: none !important;
  }

  .lap-show {
    display: block;
  }
}
@media screen and (max-width: 474px) {
  .palm-hide {
    display: none !important;
  }

  .palm-show {
    display: block;
  }
}
.grid--gap-small {
  --col-gap: 18px;
}

.grid--gap-large {
  --col-gap: calc(var(--gutter-xlarge) * 0.6);
}

.grid--gap-xlarge {
  --col-gap: calc(var(--gutter-xlarge) * 0.8);
}

.grid--gap-none {
  --col-gap: 0px;
}

.grid--gap-bottom {
  row-gap: var(--gutter-xlarge);
}

.grid--no-stretch {
  align-items: start;
}

.grid--align-items-start {
  align-items: start;
}

.grid-offset-1 {
  grid-column-start: span 1;
}

.grid-offset-2 {
  grid-column-start: span 2;
}

.grid-offset-3 {
  grid-column-start: span 3;
}

.grid-offset-4 {
  grid-column-start: span 4;
}

.grid-offset-5 {
  grid-column-start: span 5;
}

.grid-offset-6 {
  grid-column-start: span 6;
}

@media screen and (max-width: 1280px) {
  .grid-offset-laptop-1 {
    grid-column-start: span 1;
  }
}
@media screen and (max-width: 1280px) {
  .grid-offset-laptop-2 {
    grid-column-start: span 2;
  }
}
@media screen and (max-width: 1280px) {
  .grid-offset-laptop-3 {
    grid-column-start: span 3;
  }
}
@media screen and (max-width: 1280px) {
  .grid-offset-laptop-4 {
    grid-column-start: span 4;
  }
}
@media screen and (max-width: 1280px) {
  .grid-offset-laptop-5 {
    grid-column-start: span 5;
  }
}
@media screen and (max-width: 1280px) {
  .grid-offset-laptop-6 {
    grid-column-start: span 6;
  }
}
@media screen and (max-width: 1023px) {
  .grid-offset-portable-1 {
    grid-column-start: span 1;
  }
}
@media screen and (max-width: 1023px) {
  .grid-offset-portable-2 {
    grid-column-start: span 2;
  }
}
@media screen and (max-width: 1023px) {
  .grid-offset-portable-3 {
    grid-column-start: span 3;
  }
}
@media screen and (max-width: 1023px) {
  .grid-offset-portable-4 {
    grid-column-start: span 4;
  }
}
@media screen and (max-width: 1023px) {
  .grid-offset-portable-5 {
    grid-column-start: span 5;
  }
}
@media screen and (max-width: 1023px) {
  .grid-offset-portable-6 {
    grid-column-start: span 6;
  }
}
@media screen and (max-width: 767px) {
  .grid-offset-lap-1 {
    grid-column-start: span 1;
  }
}
@media screen and (max-width: 767px) {
  .grid-offset-lap-2 {
    grid-column-start: span 2;
  }
}
@media screen and (max-width: 767px) {
  .grid-offset-lap-3 {
    grid-column-start: span 3;
  }
}
@media screen and (max-width: 767px) {
  .grid-offset-lap-4 {
    grid-column-start: span 4;
  }
}
@media screen and (max-width: 767px) {
  .grid-offset-lap-5 {
    grid-column-start: span 5;
  }
}
@media screen and (max-width: 767px) {
  .grid-offset-lap-6 {
    grid-column-start: span 6;
  }
}
@media screen and (max-width: 474px) {
  .grid-offset-palm-1 {
    grid-column-start: span 1;
  }
}
@media screen and (max-width: 474px) {
  .grid-offset-palm-2 {
    grid-column-start: span 2;
  }
}
@media screen and (max-width: 474px) {
  .grid-offset-palm-3 {
    grid-column-start: span 3;
  }
}
@media screen and (max-width: 474px) {
  .grid-offset-palm-4 {
    grid-column-start: span 4;
  }
}
@media screen and (max-width: 474px) {
  .grid-offset-palm-5 {
    grid-column-start: span 5;
  }
}
@media screen and (max-width: 474px) {
  .grid-offset-palm-6 {
    grid-column-start: span 6;
  }
}
@media screen and (max-width: 1023px) {
  .portable--grid--slider {
    --col-gap: var(--grid-gap);
    --col-size: calc(
    	(100% - var(--col-gap) * (var(--visible-cols) - 1)) /
    		var(--visible-cols)
    ) !important;
    grid-auto-flow: column !important;
    grid-template-columns: var(--col-size) !important;
    grid-auto-columns: var(--col-size) !important;
  }
  .portable--grid--slider.grid-1 {
    --visible-cols: 1;
  }
}
:root {
  --gutter-small: 15px;
  --gutter-regular: 25px;
  --gutter-large: 50px;
  --gutter-xlarge: 80px;
  --gutter-container: 40px;
  --sidebar-width: 420px;
  --sidebar-gutter: 40px;
  --full-height: 100vh;
  --button-padding-large: 0.9375rem 2.875rem;
  --button-padding-regular: 0.6875rem 2.25rem;
  --button-padding-regular-unmodified: 0.6875rem 2.25rem;
  --button-padding-small: 0.5rem 1.625rem;
  --button-checkout-size: 48px;
  --input-padding: 0.75rem;
  --button-product: 3.75rem;
  --button-checkout-product-size: 60px;
  --header-vertical-space: 30px;
  --container-vertical-space: var(--container-vertical-space-base);
  --grid-gap: var(--grid-gap-original-base);
}

@media screen and (max-width: 1280px) {
  :root {
    --gutter-small: 12px;
    --gutter-regular: 20px;
    --gutter-large: 35px;
    --gutter-xlarge: 60px;
    --container-vertical-space: calc(var(--container-vertical-space-base) * 0.8);
    --grid-gap: calc(var(--grid-gap-original-base) * 0.8);
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --gutter-small: 9px;
    --gutter-regular: 15px;
    --gutter-large: 25px;
    --gutter-xlarge: 40px;
    --gutter-container: 30px;
    --button-padding-large: 0.75rem 2.5rem;
    --button-checkout-size: 46px;
    --sidebar-width: 375px;
    --sidebar-gutter: 20px;
    --header-vertical-space: 20px;
    --container-vertical-space: calc(var(--container-vertical-space-base) * 0.6);
    --grid-gap: calc(var(--grid-gap-original-base) * 0.5);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --button-padding-large: 0.75rem 2rem;
    --button-padding-regular: 0.5rem 1.5rem;
    --button-padding-small: 0.375rem 0.875rem;
    --button-checkout-size: 40px;
    --input-padding: 0.5rem;
    --button-product: 3.125rem;
    --button-checkout-product-size: 50px;
    --gutter-container: 20px;
    --header-vertical-space: 15px;
  }
}
@media screen and (max-width: 474px) {
  :root {
    --sidebar-width: 100%;
    --sidebar-gutter: 15px;
    --gutter-container: 15px;
  }
}
.alert strong {
  text-transform: capitalize;
}
.alert a {
  text-decoration: underline;
}
.alert--error {
  background-color: #EFE3E3;
  border-color: #E1D2D2;
  color: #000;
}
.alert--success {
  background-color: #EEF3EB;
  border-color: #D8E1D2;
  color: #000;
}
.alert--blank {
  border-color: var(--color-borders-main);
}
.alert--note {
  background-color: var(--color-third-background-main);
  border-color: var(--color-borders-main);
  color: var(--color-text-main);
}
.alert--unstyled {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.alert--circle {
  line-height: 1;
}
.alert--circle:before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  margin-inline-end: 0.625rem;
  position: relative;
  top: 0.125rem;
  flex-shrink: 0;
  align-self: flex-start;
}
.alert--circle.alert--blank:before {
  border: 2px solid;
  opacity: 0.25;
}
.alert--circle.alert--note:before {
  border: 2px solid;
  opacity: 0.5;
}
.alert--circle.alert--success:before {
  background-color: #52C057;
}
.alert--circle.alert--error:before {
  background-color: #E56D6D;
}
.alert--circle.alert--circle-loading:before {
  animation: circle-bounce 0.4s linear infinite alternate;
}
.alert__icon {
  width: 1.3125rem;
  height: 1.3125rem;
  display: inline-flex;
  float: left;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  top: 0;
  margin-inline-end: 0.75rem;
  flex-shrink: 0;
  align-self: flex-start;
}
.alert__icon svg * {
  fill: #fff !important;
  stroke: none !important;
}
.alert--error .alert__icon {
  background-color: #E56D6D;
}
.alert--success .alert__icon {
  background-color: #52C057;
}
.card .alert {
  color: var(--color-text-cards);
}
.alert[onclick] {
  cursor: pointer;
}
.alert--wide {
  width: 100%;
  display: flex;
}

@keyframes circle-bounce {
  0% {
    border-width: 2px;
    opacity: 0.5;
  }
  100% {
    border-width: 4px;
    opacity: 0.25;
  }
}
.button {
  text-align: center;
  display: inline-block;
  border-style: solid;
  border-radius: var(--border-radius-buttons);
  border-width: var(--border-width-buttons);
  transition: all 100ms linear;
  font-weight: var(--font-weight-buttons);
  line-height: 1.25;
  cursor: pointer;
  border-width: var(--border-width-buttons);
  color: var(--color-text-main);
  box-shadow: var(--shadow-x-buttons) var(--shadow-y-buttons) var(--shadow-blur-buttons) var(--color-shadow-buttons);
  /*@include at-query($max, $palm) {
  	.card__text & {
  		width: 100%;
  	}
  }*/
}
.button--regular-mobile {
  padding: var(--button-padding-regular-unmodified);
}
.button--fullwidth {
  width: 100%;
}
.button--icon {
  align-items: center;
  display: inline-flex;
  position: relative;
  padding-inline-start: 3.3125rem;
}
.button--icon span {
  line-height: 1;
}
.button--icon .button__icon {
  width: 22px;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  pointer-events: none;
  align-items: center;
}
html[dir=rtl] .button--icon .button__icon {
  right: 1.25rem;
}
html[dir=ltr] .button--icon .button__icon {
  left: 1.25rem;
}
.button--icon svg {
  width: 22px;
  height: 100%;
}
.button--icon svg * {
  stroke: var(--color-text-main);
  transition: all 100ms linear;
}
.button--loader {
  position: relative;
}
.button--loader .button__preloader {
  position: absolute;
  margin: 0;
  width: 20px;
  height: 20px;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  display: none;
}
.button--loader .button__preloader-element {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  margin: auto;
}
html[dir=rtl] .button--loader .button__preloader-element {
  right: 0;
}
html[dir=ltr] .button--loader .button__preloader-element {
  left: 0;
}
.button--loader .button__preloader-element circle {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
.button--loader.button--outline circle {
  stroke: var(--color-text-main);
}
.button--loader.button--solid circle {
  stroke: var(--color-foreground-main);
}
.card .button--loader circle {
  stroke: var(--color-text-cards);
}
.button--loader.working {
  pointer-events: none;
}
.button--loader.working .button__text {
  opacity: 0;
}
.button--loader.working .button__preloader {
  display: block;
}
.button--outline {
  background-color: transparent;
}
.button--solid {
  background-color: var(--color-text-main);
  border-color: var(--color-text-main);
  color: var(--color-foreground-main);
}
.button--no-padding {
  padding: 0;
}
.no-touchevents .button:not(.button--outline-hover):hover {
  background-color: var(--color-accent-main);
  border-color: var(--color-accent-main);
  color: var(--color-foreground-accent-main);
}
.no-touchevents .button:not(.button--outline-hover):hover svg * {
  stroke: var(--color-foreground-accent-main);
}
.no-touchevents .button--outline-hover:not(.button--no-hover):hover {
  border-color: var(--color-accent-main);
  color: var(--color-accent-main);
}
.button:focus-visible {
  box-shadow: 0 0 0 3px var(--color-secondary-background-main);
}
.button--invisibile-trigger {
  display: block !important;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  opacity: 0;
}

a.button__icon {
  padding-top: 1px;
}

.flex-buttons {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: calc(100% + 0.625rem);
  margin-inline-start: -0.3125rem;
  margin-top: 0.625rem !important;
}
.flex-buttons > * {
  margin: 0.625rem 0.3125rem 0;
  flex: auto;
  width: auto;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
.main-go-top {
  position: fixed;
  bottom: var(--gutter-regular);
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-radius: var(--border-radius-buttons);
  border-width: var(--border-width-buttons);
  border-color: var(--color-borders-main);
  background: var(--color-background-main);
  cursor: pointer;
  transform: translateY(200%);
  transition: 250ms linear transform;
}
html[dir=rtl] .main-go-top {
  left: var(--gutter-regular);
}
html[dir=ltr] .main-go-top {
  right: var(--gutter-regular);
}
.main-go-top__icon svg {
  transform: scaleY(-1);
  transform-origin: 0% 40%;
}
.main-go-top__icon path {
  fill: var(--color-text-main);
}
.main-go-top.show {
  transform: translateY(0);
}

shopify-accelerated-checkout,
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--border-radius-buttons);
  --shopify-accelerated-checkout-skeleton-background-color: var(--color-text-main);
}

shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: var(--button-checkout-size);
}

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-block-size: var(--button-checkout-product-size);
}

.sidebar .additional-checkout-buttons {
  margin-top: 0.75rem !important;
}
@media screen and (max-width: 474px) {
  .sidebar .additional-checkout-buttons {
    margin-top: 0.5rem !important;
  }
}

.template-cart .additional-checkout-buttons {
  margin-top: 0 !important;
}

.card--no-sideborders {
  border-left: 0;
  border-right: 0;
}
.card--no-radius {
  border-radius: 0;
  --border-radius-cards: 0;
}
.card--no-shadow {
  box-shadow: none;
  margin: 0 !important;
}
.card--no-borders {
  border: 0;
}
.card--fullwidth {
  width: 100%;
}
.card__icon {
  width: 3.125rem;
  margin: 0 auto;
  background-color: var(--color-background-main);
  overflow: hidden;
  position: relative;
}
.card__icon a {
  width: 100%;
  height: 100%;
  display: block;
}
.card__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}
.card__icon svg path {
  stroke: black;
}
.card__icon-size--small {
  width: 120px;
  height: 120px;
}
.card__icon-size--regular {
  width: 160px;
  height: 160px;
}
.card__icon-size--large {
  width: 220px;
  height: 220px;
}
@media screen and (max-width: 1023px) {
  .card__icon-size--large {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 474px) {
  .card__icon {
    width: 120px;
    height: 120px;
  }
}
.card__icon--is-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 50%;
  height: 50%;
}
.card__image {
  height: 0;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.card__image svg {
  background: rgba(0, 0, 0, 0.08);
}
.card__image--with-overlay:after {
  content: "";
  background: var(--color-background-cards);
  opacity: 0.36;
  border-radius: var(--border-radius-cards);
}
.card__text {
  z-index: 99;
  word-wrap: break-word;
  word-break: break-word;
}
.card__text > * {
  display: block;
}
@media screen and (max-width: 767px) {
  .card__text.gutter--xlarge {
    padding: var(--gutter-large);
  }
}
.card__text:empty {
  display: none;
}
.card__whole-link {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.card__whole-link:focus-visible {
  outline: none;
}
.card__whole-link:focus-visible .card__text {
  outline: auto 5px -webkit-focus-ring-color;
}

input,
textarea,
select {
  transition: all 100ms linear;
  background-color: var(--color-background-main);
  border: var(--border-width-forms) solid var(--color-borders-forms-primary);
  border-radius: var(--border-radius-forms);
  color: var(--color-text-main);
  resize: none;
  padding: var(--input-padding);
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  transition: all 100ms linear;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--color-text-main);
  opacity: 0.66;
  transition: all 100ms linear;
}
.no-touchevents input:hover, input:focus,
.no-touchevents textarea:hover,
textarea:focus,
.no-touchevents select:hover,
select:focus {
  border-color: var(--color-borders-forms-secondary);
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  box-shadow: 0 0 0 0.1875rem var(--color-secondary-background-main);
}
.site-header-container input,
.site-header-container textarea,
.site-header-container select {
  color: var(--color-text-header);
  background: transparent;
}

textarea {
  height: 7.8125rem;
  line-height: 1.4;
  padding-top: 0.625rem;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):-webkit-autofill,
input:not([type=checkbox]):not([type=radio]):not([type=submit]):-webkit-autofill:hover,
input:not([type=checkbox]):not([type=radio]):not([type=submit]):-webkit-autofill:focus,
input:not([type=checkbox]):not([type=radio]):not([type=submit]):-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1.875rem var(--color-background-main) inset !important;
}

input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
}

input[type=checkbox]:not(.styled-checkbox) {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

input[type=radio]:not(.styled-radio) {
  -moz-appearance: radio;
  -webkit-appearance: radio;
  appearance: radio;
}

.styled-checkbox,
.styled-radio {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  position: relative;
}
.styled-checkbox::before,
.styled-radio::before {
  content: "";
  clip-path: polygon(86% 11%, 39% 67%, 12% 43%, 0% 57%, 40% 95%, 100% 22%);
  transform-origin: top left;
  background-color: var(--color-background-main);
  background-size: contain;
  width: 70%;
  height: 70%;
  transform: scale(0) translate(-50%, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform ease 250ms;
}
.styled-checkbox:checked,
.styled-radio:checked {
  background: var(--color-text-main);
}
.styled-checkbox:checked::before,
.styled-radio:checked::before {
  transform: scale(1) translate(-50%, -50%);
}

select {
  background-repeat: no-repeat;
  background-position: calc(100% - 1.5rem) center;
  background-size: 0.8125rem 0.5rem;
  padding: var(--input-padding);
  width: 100%;
  cursor: pointer;
  text-align: start;
  transition: border 100ms linear;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
html[dir=rtl] select {
  background-position: 1.25rem center;
}
html[dir=rtl] select {
  padding-left: 3.3125rem;
  padding-right: 1rem;
}
html[dir=ltr] select {
  padding-right: 3.3125rem;
  padding-left: 1rem;
}

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

.form-field label {
  display: block;
  margin-bottom: 0.375rem;
}
.form-field input,
.form-field textarea {
  width: 100%;
}

.shopify-challenge__container {
  background-color: rgba(0, 0, 0, 0.01);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  padding: var(--gutter-large) 0;
  margin-top: 100px !important;
}
.shopify-challenge__container .shopify-challenge__message {
  padding: var(--gutter-large) 0 var(--gutter-small);
}
.shopify-challenge__container input[type=submit] {
  background-color: var(--color-accent-main);
  border-color: var(--color-accent-main);
  color: var(--color-foreground-accent-main);
  margin-top: 1.25rem;
  cursor: pointer;
}

.form-row {
  width: 100%;
  display: block;
  padding-top: var(--gutter-small);
}
.form-row input {
  width: 100%;
}

.contact-form__the-form {
	width: 100%;
	max-width: 614px;
}

@media screen and (max-width: 1023px) {
  .contact-form {
    grid-template-columns: 100%;
    gap: var(--gutter-xlarge);
  }
}
.contact-form__row label {
  padding-bottom: 0.25rem;
  display: inline-block;
}

.contact-form__row input:not([type=checkbox]) {
  width: 100%;
}

.contact-form__row textarea {
  width: 100%;
  height: 14.25rem;
}

.contact-form__row {
  padding-bottom: var(--gutter-small);
}

.contact-form__row--checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-form__row--checkbox label {
  padding-bottom: 0;
}
.contact-form__row--checkbox:first-child:last-child {
  padding-bottom: 0;
}

.contact-form__info a {
  text-decoration: underline;
}

.lazy-image {
  position: relative;
  overflow: hidden;
}
.lazy-image:not(.lazy-image--no-transition):before, .lazy-image:not(.lazy-image--no-transition):after {
  content: "";
  z-index: -1;
}
.lazy-image:not(.lazy-image--no-transition):before {
  background: var(--color-fourth-background-main);
}
.lazy-image:not(.lazy-image--no-transition):after {
  background: var(--color-secondary-background-main);
  animation: lazy-loading 5s infinite;
  opacity: 0.2;
}
.lazy-image.lazy-image--animation.lazyloaded {
  overflow: hidden;
}
.lazy-image.lazy-image--animation.lazyloaded img {
  transform: scale(1);
  transition: transform 450ms ease-in-out, opacity 300ms linear;
}
.no-touchevents a:hover .lazy-image.lazy-image--animation.lazyloaded img {
  transform: scale(1.1);
  transition: transform 0.6s ease-out, opacity 300ms !important;
}
.lazy-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: opacity 300ms linear;
  vertical-align: bottom;
  position: relative;
  z-index: 9;
  opacity: 0;
}
.lazy-image.lazyloaded:before, .lazy-image.lazyloaded:after {
  display: none;
}
.lazy-image.lazyloaded img {
  opacity: 1;
}
.lazy-image.lazy-image--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 0;
  padding-top: 0 !important;
}
.lazy-image.lazy-image--background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.lazy-image.lazy-image--fit img {
  object-fit: contain !important;
  padding: var(--image-fit-padding);
}
.lazy-image.lazy-image--fit.lazy-image--small img {
  padding: 5%;
}
.lazy-image[data-ratio] {
  height: 0;
}
.lazy-image[data-ratio] img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
html[dir=rtl] .lazy-image[data-ratio] img {
  right: 0;
}
html[dir=ltr] .lazy-image[data-ratio] img {
  left: 0;
}

@keyframes lazy-loading {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.onboarding-svg {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
}
.onboarding-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.svg-placeholder {
  display: block;
  font-size: 0;
  position: relative;
}
.svg-placeholder svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: var(--color-secondary-text-main);
  width: 80%;
  height: 80%;
}
.svg-placeholder--foreground {
  background: var(--color-secondary-background-main);
}

body.modal-opened,
body.sidebar-opened {
  overflow: hidden;
}

.main-content {
  position: relative;
}

.search-page-form form {
  display: flex;
  gap: var(--gutter-regular);
  flex-wrap: wrap;
}
.search-page-form form .site-search-handle {
  flex-grow: 1;
}
.search-page-form form input {
  width: 100%;
}
.search-page-form form svg path {
  fill: var(--color-text-main);
}

.search-title {
  font-weight: var(--font-weight-body);
}

.search-item.active {
  background-color: var(--color-third-background-main);
  outline: 0.625rem solid var(--color-third-background-main);
  border-radius: clamp(0px, var(--border-radius-cards), 1px);
}

.search-more.active {
  background-color: var(--color-accent-main) !important;
  color: var(--color-foreground-accent-main) !important;
  border-color: transparent !important;
}

.skip-to-content:focus {
  clip-path: none;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--color-text-main);
  background-color: var(--color-background-main);
  position: fixed;
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none;
  top: 0;
}
html[dir=rtl] .skip-to-content:focus {
  right: 0;
}
html[dir=ltr] .skip-to-content:focus {
  left: 0;
}

html[dir=rtl] .disclosure-has-popup[open] > summary:before {
  left: 0 !important;
}

.panel--no-sideborders {
  border-left: 0;
  border-right: 0;
}
.panel--no-radius {
  border-radius: 0;
}
.panel--no-borders {
  border: 0;
}

.show-more {
  position: relative;
  display: block;
  padding-bottom: var(--gutter-regular);
  --height: 200px;
}
@media screen and (max-width: 767px) {
  .show-more {
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .facets__wrapper .show-more:not(.disabled) {
    padding-bottom: 2.5rem;
  }
}
.show-more--active-not-active {
  padding-bottom: 0;
}
.show-more_toggler {
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .facets__wrapper .show-more_toggler {
    top: calc(100% - 30px);
  }
}
.show-more_toggler.disabled {
  display: none;
}
.show-more_toggler.disabled + .show-more_panel {
  margin-bottom: 0;
}
.show-more_toggler.active + .show-more_panel:after {
  display: none;
}
.show-more_toggler:not(.init), .show-more_toggler:not(.init) + .show-more_panel:after {
  visibility: hidden;
}
.show-more_panel {
  position: relative;
  z-index: 0;
  max-height: var(--height);
  overflow: hidden;
  transition: all ease 500ms;
}
.show-more_panel:after {
  display: inline-block;
  content: "";
  background: var(--color-background-main);
  background: linear-gradient(0deg, var(--color-background-main) 10%, var(--color-opacity-background-main) 100%);
  position: absolute;
  bottom: 0;
  display: inline-block;
  height: 1.25rem;
  width: 100%;
  z-index: 2;
}
html[dir=rtl] .show-more_panel:after {
  right: 0;
}
html[dir=ltr] .show-more_panel:after {
  left: 0;
}

.section-heading {
  color: var(--color-text-main);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section-heading__title {
  margin-bottom: 10px;
  display: block;
}
.section-heading__subheading {
  display: inline-block;
  width: 100%;
}
.section-heading__text {
  padding-inline-end: 10%;
  word-break: break-word;
}
.section-heading__actions {
  flex-shrink: 0;
}
.section-heading--center {
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
.section-heading--center .section-heading__text {
  padding-inline-end: 0;
}
@media screen and (max-width: 767px) {
  .section-heading:not(.section-heading--single-line) {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-heading:not(.section-heading--single-line) .section-heading__actions {
    margin-top: 0.625rem;
  }
}
.section-heading:empty {
  display: none;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  margin-inline-start: -0.3125rem;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.3125rem;
  border: none;
}
.social-icons a .icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons a .icon svg {
  height: 100%;
  width: 100%;
}

.card__image svg, .card__image--background, .card__image--with-overlay:after, .lazy-image:not(.lazy-image--no-transition):before, .lazy-image:not(.lazy-image--no-transition):after, .svg-placeholder.svg-placeholder--background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
html[dir=rtl] .card__image svg, .card__image html[dir=rtl] svg, html[dir=rtl] .card__image--background, html[dir=rtl] .card__image--with-overlay:after, html[dir=rtl] .lazy-image:not(.lazy-image--no-transition):before, html[dir=rtl] .lazy-image:not(.lazy-image--no-transition):after, html[dir=rtl] .svg-placeholder.svg-placeholder--background {
  right: 0;
}
html[dir=ltr] .card__image svg, .card__image html[dir=ltr] svg, html[dir=ltr] .card__image--background, html[dir=ltr] .card__image--with-overlay:after, html[dir=ltr] .lazy-image:not(.lazy-image--no-transition):before, html[dir=ltr] .lazy-image:not(.lazy-image--no-transition):after, html[dir=ltr] .svg-placeholder.svg-placeholder--background {
  left: 0;
}

/** custom css **/
@font-face {
  font-family: Apris;
  src: url("/cdn/shop/files/Apris-Regular.otf?v=1740677443")
    format("opentype");
}
@font-face {
  font-family: Apris Medium;
  src: url("/cdn/shop/files/Apris-Medium.otf?v=1740677443")
    format("opentype");
}
@font-face {
  font-family: Apris Light;
  src: url("/cdn/shop/files/Apris-Light.otf?v=1740677443")
    format("opentype");
}
body {
  font-family: Apris !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Apris Medium !important;
}
.sidebar__title.h5 {
  font-family: Apris !important;
}
.product__title {
	font-size: 48px;
}
.template-product .product-price--original {
  font-size: 42px;
  line-height: 1.4;
}
.template-product .css-slider-container .product-price--original {
	font-size: calc( 18px / 16 * var(--base-body-size) + 0px );
}
.section-membrships {
	padding-bottom: 0px !important;
}
.product-quantity__minus svg *, .product-quantity__plus svg * {
	fill: #1B0000 !important;
}
.product-quantity__minus, .product-quantity__plus {
	border-color: #1B0000 !important;
}
.product-quantity__selector {
	color: #1B0000;
}
.shopify-payment-button__button {
	color: #1B0000 !important;
	border-color: #1B0000 !important;
}
.shopify-payment-button__button:hover:not([disabled]) {
	background-color: #1B0000 !important;
	border-color: #1B0000 !important;
	color: #f1f2f1 !important;
}
.title-hero {
	font-family: Apris !important;
}
.no-touchevents .header-container .button:not(.button--outline-hover):hover {
	color: var(--color-text-header) !important;
}
.newsletter .button {
	color: #F1F2F1 !important;
}
.section-heading__title {
	font-family: Apris Medium !important;
  font-size: calc(34px / 60 * var(--base-headings-size) + 0px);
}
.category_link-title, .title-gift, .p-gifts, .title-location, .membership_card-title {
  font-family: Apris Medium !important;
}
.p-gifts, p {
  color: #6d5d5d;
}
.dark-sticky-logo {
  margin-right: 30px;
}
.icon-arrow_don {
	width: 16px;
	height: 16px;
	position: relative;
}
.header-info-block__caption {
  color: rgba(27, 0, 0, 0.75);
}
.inline-icon-header {
	display: inline-block;
	vertical-align: middle;
}
.inline-icon-header svg {
    height: 10px;
}
.site-nav .icon {
	margin-inline-start: .25rem !important;
}
 .header-container .button {
	border: 1px solid #1b0000 !important;
  background-color: transparent !important;
  color: #1b0000 !important;
}
.button {
	border-width: 0px !important;
}
/*.no-touchevents .header-container .button:not(.button--outline-hover):hover svg * {
	stroke: var(--color-text-header) !important;
}*/
.site-header-container .header-container .button--icon.button--solid svg * {
  stroke: var(--color-text-header) !important;
  fill: var(--color-text-header) !important;
}
.site-nav.style--classic .menu-link {
	font-size: 20px;
}
.toggle--faq .toggle__heading {
	font-size: 20px;
	font-family: Apris Medium;
}
.toggle--faq .toggle__content {
	font-size: 16px;
}
.toggle--faq .toggle__content p {
	color: #fff !important;
}
.faq-items .element--has-border {
	border: 1px solid rgba(241, 242, 241, 0.24);
}
.toggle--faq {
	border-bottom: 1px solid rgba(241, 242, 241, 0.24);
}
.toggle--faq:last-child {
	border-bottom: 0px;
}
.toggle--faq .toggle__subtitle svg {
	width: 14px !important;
	height: 14px !important;
}
.sticky-header.show .site-nav.style--classic .menu-link {
	color: #1b0000 !important;
}
.sticky-header.show .header-info-block__caption {
	color: #1b0000 !important;
}
.sticky-header.show .site-nav.style--classic a:hover span {
	color: #1b0000 !important;
}
.template-index .site-header, .site-header.trasnparent-header {
  position: absolute;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: transparent !important;
}
.template-index .header-container, .trasnparent-header .header-container {
  background: transparent !important;
}
.template-index .header-info-block__caption, .trasnparent-header .header-info-block__caption {
  color: rgba(241, 242, 241, 0.75);
}
.template-index .site-nav.style--classic .icon svg *, .trasnparent-header .site-nav.style--classic .icon svg * {
	fill: #fff;
}
.template-index .site-nav.style--classic a:hover span + .icon svg *, .trasnparent-header .site-nav.style--classic a:hover span + .icon svg * {
	fill: #fff !important;
}
 .template-index .site-nav.style--classic .submenu a:hover span, .trasnparent-header .site-nav.style--classic .submenu a:hover span {
  color: #000 !important;
}
.template-index .header-container, .trasnparent-header .header-container {
	border-bottom: 1px solid rgba(241, 242, 241, 0.2);
}
.template-index .header-container .button, .trasnparent-header .header-container .button {
	padding-left: unset !important;
	padding-inline-start: 3.3125rem !important;
	background-color: transparent !important;
	border: 1px solid #f1f2f1 !important;
	color: var(--color-text-header) !important;
}
.header-container .button {
  padding-left: unset !important;
	padding-inline-start: 3.3125rem !important;
}
.template-index .header-container .site-search-handle, .trasnparent-header .header-container .site-search-handle {
  padding: 0 !important;
  padding-inline-start: 0px;
  background-color: transparent !important;
  border: 1px solid rgba(241, 242, 241, 0.5) !important;
  font-size: 16px;
  height: 48.4px;
  font-family: var(--font-stack-body);
  font-weight: var(--font-weight-body);
  font-style: var(--font-style-body);
  line-height: var(--base-body-line);
}
.template-index .header-container .site-search-handle:focus, .trasnparent-header .header-container .site-search-handle:focus,
.template-index .header-container .site-search-handle:focus-within, .trasnparent-header .header-container .site-search-handle:focus-within {
  border: 1px solid rgba(241, 242, 241, 1) !important;
}
.toggle--faq .toggle__content {
	border-top: 1px solid rgba(241, 242, 241, 0.24);
}
html[dir="ltr"] .facets__summary {
	padding-right: 2rem !important;
	padding-left: 1rem !important;
}
.facets__summary {
	background-position: calc(100% - .75rem) center !important;
}
.template-collection .breadcrumb-main, .template-page .breadcrumb-main {
	display: none;
}
.header-container .site-search-handle {
  padding: 0 !important;
  padding-inline-start: 0px;
  background-color: transparent !important;
  font-size: 16px;
  height: 48.4px;
  font-family: var(--font-stack-body);
  font-weight: var(--font-weight-body);
  font-style: var(--font-style-body);
  line-height: var(--base-body-line);
}
.template-index .site-nav.style--classic .submenu .submenu-holder, .trasnparent-header .site-nav.style--classic .submenu .submenu-holder, .site-nav.style--classic .submenu .submenu-holder {
	background-color: #f1f2f1;
}
.template-index .site-nav.style--classic .submenu .submenu-holder.container--large, .trasnparent-header .site-nav.style--classic .submenu .submenu-holder.container--large, .site-nav.style--classic .submenu .submenu-holder.container--large {
	background-color: transparent;
}
.site-nav.style--classic .submenu.mega-menu .submenu-masonry {
	background: #f1f2f1;
	margin: 0px !important;
	/*padding: 30px;
  padding-top: 40px;*/
  border-radius: 4px;
}
.site-nav.style--classic .submenu.mega-menu .submenu-masonry.without-promotion .mega-link {
	padding: 30px !important;
}
.site-nav.style--classic .submenu.mega-menu .submenu-holder .mega-link {
	padding: 0px !important;
}
.template-index .submenu .submenu-holder .text-animation--underline-in-header, .trasnparent-header .submenu .submenu-holder .text-animation--underline-in-header {
	background-image: linear-gradient(to right,#000,#000);
	color: #000;
}
.template-index .sticky-header.show .site-nav.style--classic .submenu .submenu-holder, .trasnparent-header .sticky-header.show .site-nav.style--classic .submenu .submenu-holder {
	background-color: #f1f2f1;
}
.template-index .sticky-header.show  .header-info-block__title, .trasnparent-header .sticky-header.show  .header-info-block__title {
  color: #1b0000;
}
.template-index .sticky-header.show .text-animation--underline-in-header, .trasnparent-header .sticky-header.show .text-animation--underline-in-header {
  color: #1b0000 !important;
  background-image: linear-gradient(to right,#1b0000,#1b0000);
}
.template-index .site-header .logo-img, .site-header.trasnparent-header .logo-img{
	background-image: url(/cdn/shop/files/CWS-logo.svg?v=1740599712);
	background-size: 100%;
	background-repeat: no-repeat;
}
.template-index .site-header .logo-img img, .site-header.trasnparent-header .logo-img img {
	visibility: hidden;
}
.template-index .site-nav.style--classic, .template-index .site-nav.style--classic .menu-link, .template-index .header-info-block__title,
.trasnparent-header .site-nav.style--classic, .trasnparent-header .site-nav.style--classic .menu-link, .trasnparent-header .header-info-block__title {
	color: #f1f2f1;
}
.template-index .text-animation--underline-in-header, .trasnparent-header .text-animation--underline-in-header {
	background-image: linear-gradient(to right,#f1f2f1,#f1f2f1);
  color: #f1f2f1;
}
.template-index .site-header-container .header-container .button--icon.button--outline svg *, .template-index .site-header-container .header-container .button--icon.button--solid svg *,
.trasnparent-header .header-container .button--icon.button--outline svg *, .trasnparent-header .header-container .button--icon.button--solid svg * {
	stroke: #f1f2f1 !important;
	fill: #f1f2f1 !important;
}
.template-index .header-info-block__title path, .trasnparent-header .header-info-block__title path {
  fill: #f1f2f1 !important;
}
.template-index .sticky-header.show .header-info-block:hover .text-animation--underline-in-header, .trasnparent-header .sticky-header.show .header-info-block:hover .text-animation--underline-in-header {
  color: #1b0000 !important;
}
.template-product .header-container .button:not(.button--outline-hover):hover svg *, .template-page .header-container .button:not(.button--outline-hover):hover svg *, 
.template-collection .header-container .button:not(.button--outline-hover):hover svg * {
	stroke: #1b0000 !important;
}
.template-page .trasnparent-header .header-container .button:not(.button--outline-hover):hover svg * {
  stroke: #f1f2f1 !important;
	fill: #f1f2f1 !important;
}
.template-index .sticky-header.show .header-info-block__title path, .trasnparent-header .sticky-header.show .header-info-block__title path,
.template-index .sticky-header.show .site-nav.style--classic .icon svg *, .trasnparent-header .sticky-header.show .site-nav.style--classic .icon svg * {
  fill: #1b0000 !important;
}
.template-index .site-header-container .header-container .site-search-handle .button__icon svg *, .trasnparent-header .site-header-container .header-container .site-search-handle .button__icon svg *,
.template-index .site-header-container .header-container .site-search-handle .button__icon svg *, .trasnparent-header .site-header-container .header-container .site-search-handle .button__icon svg *
{
  fill: rgba(241, 242, 241, 0.5) !important;
  color: rgba(241, 242, 241, 0.5) !important;
  stroke: rgba(241, 242, 241, 0.5) !important;
}
.trasnparent-header .header-container .button--icon.site-search-handle svg * {
  fill: rgba(241, 242, 241, 0.5) !important;
  color: rgba(241, 242, 241, 0.5) !important;
  stroke: rgba(241, 242, 241, 0.5) !important;
}
.template-index .header-container .header-actions > .button, .template-index .header-container .header-actions > input,
.trasnparent-header .header-container .header-actions > .button, .trasnparent-header .header-container .header-actions > input {
	color: #f1f2f1 !important;
}
.template-index .site-nav.style--classic a:hover span,
.trasnparent-header .site-nav.style--classic a:hover span {
  color: #f1f2f1;
}
.template-index .header-container .header-actions > .button:hover, .template-index .header-container .header-actions > input:hover,
.trasnparent-header .header-container .header-actions > .button:hover, .trasnparent-header .header-container .header-actions > input:hover {
	color: #f1f2f1 !important;
}
.template-index .header-info-block__title:hover,
.trasnparent-header .header-info-block__title:hover {
  color: #f1f2f1 !important;
}
.template-index .site-nav.style--classic a:hover span,
.trasnparent-header .site-nav.style--classic a:hover span {
	color: #f1f2f1 !important;
}
.template-index .site-search-handle input,
.trasnparent-header .site-search-handle input {
	background: transparent;
  color: rgba(241,242,241,0.5) !important;
    border-color: transparent;
  border-width: 0px;
}
.site-search-handle input {
    border-color: #1b0000;
  border-width: 0px;
}
.template-index .site-search-handle input::placeholder,
.trasnparent-header .site-search-handle input::placeholder {
	color: rgba(241,242,241,0.5) !important;
}
.template-index .site-search-handle input:focus, .trasnparent-header .site-search-handle input:focus, {
  color: rgba(241,242,241,1) !important;
}
.template-index .header-info-block:hover .text-animation--underline-in-header,
.trasnparent-header .header-info-block:hover .text-animation--underline-in-header {
	color: #f1f2f1 !important;
}
.site-search-handle input {
	border-width: 0px;
}

.container--large {
  max-width: 1706px !important;
  padding-left: 5%;
  padding-right: 5%;
}
.breadcrumb-container {
  max-width: 1706px !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.header__bottom.container--large {
	padding-left: 5% !important;
}
.site-nav.style--classic nav > ul > li > .menu-link:first-child {
	padding-left: 0 !important;
}
.product-item__text.text-align--center {
  background: #e9e9e9;
}
.star-rating {
  color: #c1311d;
}
.product-item__price span {
  color: #c1311d;
}
.product-item.card {
  border: none;
}
.product-item__local-availability .alert.alert--note::before {
  border-color: #849d71;
}
.video-background video {
  border-radius: 0px;
}
.custom-stats .card__icon-size--large {
	max-width: 100%;
}
.custom-stats .grid-3 {
     --col-gap: 0px !important;
 }
#element-image_R6tLiY {
  border-radius: 0px;
}
#section-template--16890097401925__media_with_text_overlay_X8X9XT {
  max-width: 100%;
  padding: 0;
}
.sticky-header.show {
  background: #f1f2f1;
  color: #000;
}
.sticky-header.show .menu-link {
  color: #000;
}
.body-weight-ig {
  max-width: 800px;
  margin: 0 auto;
}
.body-weight-title {
  text-align: center;
}
.mount-video-background .grid-1 {
  height: 100vh;
  max-height: 1024px;
}
.css-slider--left-navigation .css-slider-navigation-container {
  justify-content: center;
}
.css-slider-viewport.auto-height .css-slide {
  background: #fff;
  padding: 25px;
}
.testimonial__quote {
  padding: 0;
}
.header-info-block__image {
	font-size: 0;
	text-align: end;
	margin-inline-end: .9375rem;
	display: none;
}
.inventory-info {
	font-size: 18px;
	color: #008000;
}
.inventory-info.out {
	font-size: 18px;
	color: #c1311d;
}
#shopify-section-template--16890097401925__content_toggles_Gcgw4J, .template-index .mount-toggles {
	background: #7F2728;
	color: #f1f2f1;
    padding: 5px 0 80px 0;
  background-image: url(/cdn/shop/files/Grape-icon-classes.svg?v=1743505459);
  background-repeat: no-repeat;
  background-position: 50% 98%;
    background-position-x: 50%;
    background-position-y: 99%;
}
.breadcrumb__link a {
	border-bottom: none !important;
	transition: all .1s linear;
	color: #1b0000;
}
.site-search-handle input:hover, .site-search-handle input:focus, .site-search-handle input {
	background: transparent;
	border-color: transparent !important;
}
.sticky-add-to-cart .container {
	padding-top: 0px;
	padding-bottom: 0px;
}
.red-txt{
  color: #c1311d;
}
.stats-weight {
  padding-top: 80px;
  padding-bottom: 80px;
}
.taste-icon img {
	display: inline-block;
	height: 32px;
  margin-right: 8px;
}
.footer-item__image .lazy-image[data-ratio] img {
	max-width: 250px;
	object-fit: contain;
}
.no-touchevents .main-footer a:hover {
	color: #C1311D !important;
}
.no-touchevents .main-footer .social-icons a:hover svg * {
	fill: #C1311D !important;
}
.main-footer .social-icons {
	margin-top: 8px;
}
.newsletter .button {
	background-color: rgb(193, 49, 29);
    transition: background-color 250ms ease;
}
.newsletter .button:hover {
  background-color: rgb(127, 39, 40) !important;
  transition: background-color 250ms ease;
}
#shopify-section-template--16890097401925__content_toggles_Gcgw4J .section-heading__title, .template-index .mount-toggles .section-heading__title {
	color: #f1f2f1;
}
#shopify-section-template--16890097401925__content_toggles_Gcgw4J  .toggle--faq .toggle__icon-alternate path, .template-index .mount-toggles .toggle--faq .toggle__icon-alternate path {
	fill: #f1f2f1;
}
#shopify-section-template--16890097401925__content_toggles_Gcgw4J .toggle--faq .toggle__subtitle svg *, .template-index .mount-toggles .toggle--faq .toggle__subtitle svg * {
	stroke: #f1f2f1;
}
#shopify-section-template--16890097401925__content_toggles_Gcgw4J .button--solid, .template-index .mount-toggles .button--solid {
	background-color: #f1f2f1 !important;
	border-color: #f1f2f1;
	color: #1B0000;
  transition: all 250ms ease-in;
}
#shopify-section-template--16890097401925__content_toggles_Gcgw4J .button--solid:hover, .template-index .mount-toggles .button--solid:hover {
	background-color: rgba(241, 242, 241, 0.85) !important;
	border-color: rgba(241, 242, 241, 0.85);
  transition: all 250ms ease-out;
}
.store-selector-item__address .button--outline {
	background-color: rgb(193, 49, 29);
  color: #f1f2f1;
  letter-spacing: .5px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 400;
}
.store-selector-item__address .button--outline:hover {
	background-color: rgb(127, 39, 40);
	color: #f1f2f1;
}
.facets__list {
	max-height: 250px;
}
.hero-bg-img {
	background-position: 50%;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0%;
}
.section-community_about {
	  padding: 80px 5%;
}
.title-community_about {
	max-width: 700px;
}
.p-about-510 {
	max-width: 510px;
}
.img-community_about {
	object-fit: cover;
	width: 100%;
	max-height: 480px;
	margin-top: 16px;
}
.category-image-fixed.is-about {
	min-height: 85svh;
}
.section-team {
	grid-column-gap: 120px;
	grid-row-gap: 120px;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 80px 5%;
	display: flex;
}
.img-team_member {
	object-fit: cover;
	width: 100%;
	max-width: 240px;
	height: 250px;
}
.grid-team-member {
	grid-column-gap: 24px !important;
	grid-row-gap: 24px !important;
	grid-template-columns: .25fr .5fr 1fr !important;
	width: 100%;
	max-width: 1512px;
	margin-left: auto;
	margin-right: auto;
}
.team-flex {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 600px;
	display: flex;
}
.p-bio {
	color: #1b0000;
}
.grape-icon-team {
	width: 16px;
	display: inline-block;
	margin-bottom: 10px;
    margin-right: 8px;
}
.site-nav.style--classic .submenu::after {
	background: transparent !important;
}
.no-touchevents #modal-popup-age-verification .button:hover {
	color: #fff;
	background-color: rgb(127, 39, 40) !important;
}
.main-footer {
	margin-top: 0px !important;
}
.toggle--faq.opened {
	background-color: rgba(241, 242, 241, 0.10) !important;
}
.toggle--faq .toggle__content h2 {
	  font-size: 32px;
  max-width: 50%;
	display: inline-block;
	width: 49%;
}
toggle-tab.opened .toggle__title + .toggle__content {
	display: flex !important;
	justify-content: space-between;
}
.toggle--faq .toggle__content .txt {
	font-size: 20px;
	line-height: 150%;
	font-family: Apris !important;
	max-width: 550px;
    vertical-align: top;
}
.toggle--faq .toggle__content .txt a {
	color: #fff !important;
}
.toggle--faq .toggle__content figure {
	object-fit: contain;
	padding: 0 !important;
	max-height: 400px;
	height: 500px;
    margin-left: auto;
    width: 50%;
}
.toggle--faq .toggle__content figure img {
	object-fit: cover;
}
.cart__total .text-size--heading {
	font-size: calc( 22px / 60 * var(--base-headings-size) + 0px );
	display: inline !important;
  line-height: 1.15;
}
.cart-item__actions .remove {
	line-height: 1;
	font-weight: 500;
	font-family: Apris Medium !important;
}
.cart-item__title {
	color: #1b0000;
}
#site-cart-sidebar .product-item__text a {
	color: #1b0000;
}
.cart-item__price, #site-cart-sidebar .product-price--original  {
  color: #c1311d;
}
#ViewCart {
	background: #c1311d !important;
	color: #fff;
}
#CheckOut {
	background: #1b0000 !important;
	color: #fff;
}
shop-follow-button {
  display: none;
}
.extra {
	flex: 0 0 100%;
}
.klaviyo-bis-trigger, #klaviyo-bis-modal .btn {
	background: #1b0000;
	color: #fff;
	padding: 20px 25px;
	width: 100%;
	display: block;
	border-radius: 50px;
	text-align: center;
}
.article__featured-image {
	max-height: 65vh;
}
.product-gallery-item figure {
	max-height: 55vh;
}
.product-gallery-item figure img {
	object-fit: contain !important;
}
.on-card-sold-btn {
	max-height: 44.5px;
	width: 100%;
	margin-top: auto;
}
#customer_login_guest .button {
	border-width: 0px !important;
	padding: var(--button-padding-regular-unmodified);
  background: #c1311d !important;
}
/*.membership_slider-navigation {
  display: none !important;
}*/
.customer-logged-in .mount-announcement-bar {
  display: none;
}
.MuiDialog-paperWidthLg {
	max-width: 1000px !important;
}
.MuiTableCell-head {
	text-align: left !important;
    padding-left: 9px !important;
}
.css-rfnosa {
	padding: 0px 24px;
}
#bl-snippet-title-CDASHBOARD {
	font-weight: 400 !important;
	font-size: 2.375rem;
}
.bLoyal-snippet-container button {
	background-color: rgb(193, 49, 29);
	transition: background-color 250ms ease;
	color: #f1f2f1;
	padding: var(--input-padding) 2.1875rem;
	border-radius: 25px;
}
.bLoyal-snippet-container button:hover {
	background-color: rgb(127, 39, 40);
	transition: background-color 250ms ease;
}
.logout-btn {
	background-color: #c1311d;
	color: #f1f2f1;
}
.product-gallery .css-slider-viewport.auto-height {
	max-height: 57vh;
}
.product-gallery .css-slider-viewport.auto-height .css-slide {
	background: transparent;
}
.rewards-section svg {
  display: none;
}
.awards-icon {
	position: absolute;
	right: 80px;
	top: 0;
    z-index: 999;
}
.award-img {
	width: 150px;
	height: 150px;
}
.svg-placeholder.svg-placeholder--background img {
	display: block;
	margin: 0 auto;
	padding-top: 150px;
	width: auto;
	height: auto;
}
.svg-placeholder.svg-placeholder--background {
	padding-top: 0% !important;
}
.product-collection-image-placeholder {
	position: absolute;
	top: 95px;
	left: 0;
	right: 0;
	margin-inline: auto;
}
.sidebar.sidebar--opened {
	z-index: 99999999999;
}
.red-btn {
  background-color: #c1311d;
  color: #fff;
}

/*awtomic starts*/

#bundle-app {
	background: #f1f2f1;
}
.chakra-ui-light :host:not([data-theme]), .chakra-ui-light :root:not([data-theme]), .chakra-ui-light [data-theme]:not([data-theme]), [data-theme="light"] :host:not([data-theme]), [data-theme="light"] :root:not([data-theme]), [data-theme="light"] [data-theme]:not([data-theme]), :host[data-theme="light"], :root[data-theme="light"], [data-theme][data-theme="light"] {
	--chakra-colors-chakra-body-bg: #f1f2f1 !important;
}
.chakra-form-control #email {
	border-color: var(--color-borders-forms-secondary);
}
.bundle-button.button--primary:enabled {
	background-color: #c1311d !important;
}
.bundle-button.button--primary:hover {
background-color: rgb(127, 39, 40) !important;
}
#product-form-template--17933677363269__main .bundleapp-plan-selector-group-pricing:before {
content: "$90";
padding-right: 10px;
text-decoration: line-through;
}
/*awtomic ends*/
.button--regular.details {
	background-color: rgb(193, 49, 29);
	color: #fff;
}
@media screen and (max-width: 479px) {
 .category_link-title {
	font-size: 24px !important;
}
}
@media screen and (max-width: 767px) {
.container--large {
	padding-left: 20px;
	padding-right: 20px;
}
#chat-button {
	bottom: 80px !important;
}
.svg-placeholder.svg-placeholder--background img {
	padding-top: 100px;
}
.awards-icon {
	right: 50px;
}
.award-img {
	width: 120px;
	height: 120px;
}
 .memberships-slider {
    padding-bottom: 0px !important;
    margin-bottom: 20px;
}
  .category_link-title {
	font-size: 28px !important;
}
  .container {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
  .breadcrumb-container {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
  .grid-team-member {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
}
 .section-team {
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	padding: 48px 20px;
} 
  .img-team_member {
	max-width: 100%;
	height: 300px;
    grid-area: span 1/span 3/span 1/span 3;
}
  p {
	font-size: 16px;
}
  .team-flex {
	grid-area: span 1/span 3/span 1/span 3;
}
  .on-card-sold-btn {
	max-height: 36px;
}
}
@media screen and (max-width: 1023px) {
  .section-heading__title, #shopify-section-template--16890097401925__content_toggles_Gcgw4J h2, h2, h3, .h2, .template-index .mount-toggles h2 {
	font-size: 32px !important;
	line-height: 120%;
}
.sidebar.sidebar--opened {
	z-index: 99999999999;
}
.award-img {
	width: 120px;
	height: 120px;
}
.section-team {
	padding-top: 0;
}
.container--vertical-space, .container--vertical-space-small {
	margin-top: 48px;
}
  .main-product {
	padding-top: 10px !important;
}
 .grid-team-member h4 {
	grid-area: span 1/span 2/span 1/span 2;
}
  .category_link-title {
	font-size: 28px !important;
}
  .stats-weight {
	padding-top: 0px;
	padding-bottom: 48px;
}
  .custom-stats {
	padding: 0;
}
  .custom-stats .grid-3 .text-align--center .h5 {
	font-size: 18px !important;
}
  #w-node-f3862803-fb71-1fdd-5660-8bcb4dd01203-81567524 {
	grid-area: span 1/span 2/span 1/span 2;
}
  #w-node-f3862803-fb71-1fdd-5660-8bcb4dd01205-81567524 {
	grid-area: span 2/span 2/span 2/span 2;
}
  #collection-filters-handle .button__icon {
	left: 0;
}
  #collection-filters-handle {
	padding-left: 30px;
}
  .facets__form--mobile .facets__summary {
	font-size: 16px;
}
  #shopify-section-template--16890097401925__content_toggles_Gcgw4J .button--solid, .template-index .mount-toggles .button--solid {
	margin-left: 23px;
}
  .footer-top .grid-4 {
	grid-template-columns: repeat(2, 1fr);
}
  .footer-top .grid-4 .footer-item:first-child, .footer-top .grid-4 .footer-item:last-child {
	  grid-column: 1 / -1;
}
  .footer-top .grid-4 .footer-item:nth-child(2),.footer-top .grid-4 .footer-item:nth-child(3) {
	grid-column: span 1;
}
 .template-index .site-header .mobile-menu-button svg path, .trasnparent-header .mobile-menu-button svg path {
    fill: #fff !important;
  }
  .template-index .site-header .mobile-cart-button svg path, .trasnparent-header .mobile-cart-button svg path {
    stroke: #fff !important;
  }
  .template-index .site-header .mobile-cart-button svg .circle, .trasnparent-header .mobile-cart-button svg .circle {
    fill: #fff !important;
  }
  .cart__total .text-size--heading {
	font-size: calc( 22px / 60 * var(--base-headings-size) + 0px );
	display: inline !important;
}
  .template-index .sticky-header .header__top, .trasnparent-header .sticky-header .header__top {
	background: #7F2728 !important;
}
  #shopify-section-template--16890097401925__content_toggles_Gcgw4J, .template-index .mount-toggles {
	background-position-y: 98.7%;
}
toggle-tab.opened .toggle__title + .toggle__content {
	flex-direction: column;
}
.toggle--faq .toggle__content .txt, .toggle--faq .toggle__content figure {
	width: 100%;
}
.toggle--faq .toggle__content .txt {
	padding-bottom: 16px;
}
  .mobile-search {
	padding-bottom: 8px !important;
	padding-top: 8px;
}
mobile-navigation .site-nav .text-animation--underline-in-header {
	color: var(--color-text-main);
}
  mobile-navigation .header-info-block__caption, .trasnparent-header .header-info-block__caption {
	color: rgba(27, 0, 0, 0.75) !important;
}
 .template-index mobile-navigation .header-info-block__title path, .trasnparent-header .header-info-block__title path {
	fill: rgba(27, 0, 0, 0.75) !important;
}
  mobile-navigation .site-nav a.header-info-block .header-info-block__text .header-info-block__title .text-animation--underline-in-header {
    color: #c1311d !important;
  }
  mobile-navigation .site-nav ul a:not(.button) {
	color: #1b0000;
	font-size: 20px;
}
}
@media screen and (min-width: 1361px) {
.site-nav.style--classic .submenu.mega-menu {
	    padding: 16px 0 0 0 !important;
}
  .site-nav.style--classic .submenu.mega-menu .submenu-holder .mega-link {
	padding: 30px !important;
}
 #site-cart-sidebar .cart__items {
    max-height: 350px;
   overflow-y: scroll;
  }
}
@media screen and (min-width: 1023px) { 
#SiteNavLabel-wines-classic .submenu-masonry .mega-link:first-child, #SiteNavLabel-wines-classic-sticky .submenu-masonry .mega-link:first-child,
#SiteNavLabel-spirits-classic .submenu-masonry .mega-link:first-child, #SiteNavLabel-spirits-classic-sticky .submenu-masonry .mega-link:first-child{
    display: none;
  }
  #SiteNavLabel-country-classic > li:nth-child(8), #SiteNavLabel-country-classic > li:nth-child(9), #SiteNavLabel-country-classic > li:nth-child(10), 
  #SiteNavLabel-country-classic > li:nth-child(11), #SiteNavLabel-country-classic > li:nth-child(12), #SiteNavLabel-country-classic > li:nth-child(13), 
  #SiteNavLabel-country-classic > li:nth-child(14), #SiteNavLabel-country-classic > li:nth-child(15), #SiteNavLabel-country-classic > li:nth-child(16),
  #SiteNavLabel-country-classic > li:nth-child(17), #SiteNavLabel-country-classic > li:nth-child(18), #SiteNavLabel-country-classic > li:nth-child(19) {
    display: none;
  }
  #SiteNavLabel-country-classic-sticky > li:nth-child(8), #SiteNavLabel-country-classic-sticky > li:nth-child(9), #SiteNavLabel-country-classic-sticky > li:nth-child(10), 
  #SiteNavLabel-country-classic-sticky > li:nth-child(11), #SiteNavLabel-country-classic-sticky > li:nth-child(12), #SiteNavLabel-country-classic-sticky > li:nth-child(13), 
  #SiteNavLabel-country-classic-sticky > li:nth-child(14), #SiteNavLabel-country-classic-sticky > li:nth-child(15), #SiteNavLabel-country-classic-sticky > li:nth-child(16),
  #SiteNavLabel-country-classic-sticky > li:nth-child(17), #SiteNavLabel-country-classic-sticky > li:nth-child(18), #SiteNavLabel-country-classic-sticky > li:nth-child(19) {
    display: none;
  }
  #menu-item-shop-all {
    display: none;
  }
  #chat-button {
    bottom: 95px !important;
  }
}