/** Shopify CDN: Minification failed

Line 3959:0 Unexpected "}"

**/
/*
 *  1.1. Reset
*/
input,
:before,
:after,
* {
  box-sizing: border-box;
}

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;
}

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;
}

/*
 *  1.0. Mixins
*/
.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;
}

/*
 *  1.3. Typography
*/
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);
}

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: 1440px;
  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) * 0.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;
}
.element--overflow-hidden {
  overflow: hidden;
}

.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 {
    --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;
}

@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);
}
.button--loader.card 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 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: var(--gutter-large) 0;
  gap: var(--gutter-regular);
}

@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;
}

.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;
}

div#shopify-section-sections--18439842103545__marquee_xxnrRU span {
  font-size: 16px;
}

div#shopify-section-sections--18439842103545__marquee_xxnrRU .scrolling-text {
  height: 3.25rem;
}

@media screen and (max-width: 767px) {
  div#shopify-section-sections--18439842103545__marquee_xxnrRU span {
    font-size: 16px;
  }
}

/* 06-04-2025 */
@media screen and (min-width: 992px) {
  .otm-new-banner
    .css-slider-navigation-container
    .css-slider-dot-navigation
    .css-slider-dot.active,
  .otm_new_feature_collection
    .css-slider-navigation-container
    .css-slider-dot-navigation
    .css-slider-dot.active {
    width: 9px;
  }
  /* .otm-new-banner .css-slider-navigation-container .css-slider-button, */

  .otm_new_feature_collection
    .css-slider-navigation-container
    .css-slider-button {
    display: none !important;
  }
  .otm_new_feature_collection .grid .card .product-item__text .price_sale {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .otm_new_feature_collection
    .grid
    .card
    .product-item__text
    .price_sale
    .product-item__badges {
    top: 0;
    right: 0;
  }
  .otm_new_feature_collection
    .grid
    .product-item__badges
    span.product-item__badge {
    background: #00820047 !important;
    margin: 0;
    border-radius: 20px;
    color: #008200 !important;
    padding: 0px 10px;
    font-weight: 600;
    letter-spacing: 1.1px;
  }
  .otm_new_feature_collection .grid .card .card__text {
    display: flex;
    flex-direction: column-reverse;
    padding: 12px;
    align-items: flex-start;
  }
  .otm_new_feature_collection .grid .card .product-item__text .product-price {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
  }
  .otm_new_feature_collection
    .grid
    .card
    .product-item__text
    .product-price
    .product-price--compare {
    font-size: 12px;
    font-weight: 400;
  }
  .otm_new_feature_collection
    .grid
    .card
    .product-item__text
    .product-item__title {
    text-align: left;
    margin: 0 0 15px 0;
  }
  .otm_new_feature_collection
    .grid
    .card
    .product-item__text
    .product-item__title
    .remove-line-height-space--small {
    margin: 0;
  }
  .otm_best_seller_section
    .otm_best_seller
    .grid
    .card
    span.product-price--original {
    color: #001b2e;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  .otm_best_seller_section
    .otm_best_seller
    .grid
    .card
    .product-item__text
    .product-item__title {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0 0 10px;
    font-size: 18px !important;
    font-family: sans-serif;
  }
  .otm_best_seller_section
    .otm_best_seller
    .grid
    .card
    .product-item__text
    .product-item__title
    span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }
  .otm_best_seller_section
    .otm_best_seller
    .grid
    .card
    .product-item__text
    .product_tags_new {
    margin: 0 0 15px;
    text-align: left;
  }
  .otm_best_seller_section .otm_best_seller .grid .card .product-tags li {
    display: inline-block;
    margin: 0 0 2px;
  }
  .otm_best_seller_section .otm_best_seller .grid .card .product-item__text {
    padding: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .otm_best_seller_section .otm_best_seller .grid .card button.btn {
    text-decoration: underline;
  }
  .otm_best_seller_section
    .otm_best_seller
    .grid
    .card
    .product-item__text
    .product-item__title
    .remove-line-height-space--small {
    margin: 0;
  }
  .otm_best_seller_section {
    background: linear-gradient(to top, #f0faff, #f0fcff40);
  }
  .otm_blog_section .grid .blog-item .blog-item__title-holder:after {
    display: block;
    content: "";
    width: 35px;
    height: 35px;
    background: url(/cdn/shop/files/Icon_wrap.svg?v=1743957571);
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }
  .otm_blog_section .grid .blog-item .blog-item__title-holder {
    margin: 0 0 10px 0;
    position: relative;
  }
  .otm_blog_section .grid .blog-item .blog-item__title-holder a {
    display: inline-block;
  }
  .otm_blog_section .grid .blog-item .blog-item__title-holder a span {
    max-width: calc(100% - 35px);
    display: inline-block;
  }
  .tab_collection_with_product {
    padding: 60px 0;
  }
  .tab_collection_with_product .section-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
  }
  .tab_collection_with_product .section-heading .section-heading__text {
    font-family: "Sofia Sans", sans-serif !important;
    color: #001b2e;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
  }
  body .tab_collection_with_product .tab-menu {
    justify-content: flex-start;
    gap: 40px;
    overflow: auto;
  }
  .tab_collection_with_product .tab-menu .tab-link {
    font-family: "Sofia Sans", sans-serif;
    color: rgba(50, 50, 50, 0.7);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    border-bottom: 2px solid transparent;
  }
  .tab_collection_with_product .tab-menu .tab-link.active {
    color: #001b2e;
    font-weight: 700;
    border-bottom: 2px solid #001b2e;
  }
  .tab_collection_with_product .tab-content .css-slider {
    padding-bottom: 20px;
  }
  .tab_collection_with_product
    .css-slider-navigation-container
    .css-slider-dot-navigation
    .css-slider-dot,
  .tab_collection_with_product
    .css-slider-navigation-container
    .css-slider-dot-navigation
    .css-slider-dot.active {
    width: 9px;
  }
  .tab_collection_with_product
    .css-slider-navigation-container
    .css-slider-button {
    display: none !important;
  }
  .tab_collection_with_product .tab-product-slider {
    padding: 20px 0;
  }
  .tab_collection_with_product .tab-product-slider .product-item-wrapper {
    box-shadow: 0px 3.68px 14.73px 0px #001b2e26;
    padding: 10px;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
  }
  .tab_collection_with_product
    .tab-product-slider
    .tab-product-item
    .product-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 15px 0;
  }
  .tab_collection_with_product
    .tab-product-slider
    .tab-product-item
    .product-title
    a {
    font-size: 18px;
    line-height: 28px;
    font-family: sans-serif;
    font-weight: 700 !important;
    color: #343434;
  }
  .tab_collection_with_product
    .tab-product-slider
    .tab-product-item
    .product-price {
    margin: 0 0 15px 0;
  }
  .tab_collection_with_product
    .tab-product-slider
    .tab-product-item
    .product-price
    span {
    font-size: 16px;
    line-height: 20px;
    color: #001b2e;
    font-weight: 700;
  }
  .tab_collection_with_product
    .tab-product-slider
    .tab-product-item
    .quick-add-to-cart {
    margin-top: auto;
  }
  .tab_collection_with_product
    .tab-product-slider
    .tab-product-item
    .quick-add-to-cart
    .button {
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #001b2e;
    padding: 15px 30px;
  }
  .tab-product-slider .tab-product-item img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

.footer-item h4 {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .otm_new_banner_slider .grid .card {
    position: relative;
  }
  .otm_new_banner_slider .grid .card .card__text-parent {
    position: relative;
    z-index: 11;
  }
  .otm_new_banner_slider .grid .card:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* or just top 40% if partial */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0)
    );
    z-index: 1; /* Make sure it's above the background image */
    pointer-events: none;
  }
  .otm_new_feature_collection
    .css-slider-navigation-container
    .css-slider-dot-navigation
    .css-slider-dot.active {
    width: 9px;
  }
  .otm_best_seller {
    background: linear-gradient(to top, #f0faff, #f0fcff40);
  }
  .otm_best_seller_section .otm_best_seller .grid .card {
    box-shadow: 1px 3px 10px #d7d5d5;
    border: none;
  }
  .tab-product-slider .tab-product-item img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .otm_best_seller_section
    .otm_best_seller
    .grid
    .card
    .product-item__text
    .product_tags_new {
    margin: 0 0 15px 0;
    text-align: left;
  }
  .otm_best_seller_section .otm_best_seller .grid .card .product-tags li {
    display: inline-block;
    margin: 0 0 2px 0;
  }
  .otm_best_seller_section .otm_best_seller .grid .card button.btn {
    text-decoration: underline;
  }
  .otm_best_seller_section .otm_best_seller .grid .card .product-item__text {
    padding: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .otm_best_seller_section
    .otm_best_seller
    .grid
    .card
    span.product-price--original {
    color: #001b2e;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  .otm_best_seller_section
    .otm_best_seller
    .grid
    .card
    .product-item__text
    .product-item__title {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0 0 10px 0;
  }
  .otm_best_seller_section
    .otm_best_seller
    .grid
    .card
    .product-item__text
    .product-item__title
    .remove-line-height-space--small {
    margin: 0;
  }
  .otm_blog_section .grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0px !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .otm_blog_section .grid::-webkit-scrollbar {
    display: none;
  }
  html body .otm_blog_section .grid .blog-item {
    width: 300px;
    flex: 0 0 auto;
    scroll-snap-align: center;
    border: none;
    padding: 15px;
  }
  html body .otm_blog_section .grid .blog-item .blog-item__image {
    max-height: 180px;
    min-height: 180px;
  }
  .otm_blog_section .grid .blog-item .blog-item__title-holder a,
  .otm_blog_section .grid .blog-item .blog-item__excerpt {
    white-space: normal;
  }
  .otm_blog_section .grid .blog-item .blog-item__title-holder:after {
    display: block;
    content: "";
    width: 35px;
    height: 35px;
    background: url(/cdn/shop/files/Icon_wrap.svg?v=1743957571);
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }
  .otm_blog_section .grid .blog-item .blog-item__title-holder {
    margin: 0 0 10px 0;
    position: relative;
  }

  .otm_blog_section .grid .blog-item .blog-item__title-holder a {
    display: inline-block;
  }
  .otm_blog_section .grid .blog-item .blog-item__title-holder a span {
    max-width: calc(100% - 35px);
    display: inline-block;
  }
  .tab_collection_with_product .tab-content .css-slider {
    padding-bottom: 20px;
  }
  .tab_collection_with_product
    .css-slider-navigation-container
    .css-slider-dot-navigation
    .css-slider-dot,
  .tab_collection_with_product
    .css-slider-navigation-container
    .css-slider-dot-navigation
    .css-slider-dot.active {
    width: 9px;
  }
  .tab_collection_with_product
    .css-slider-navigation-container
    .css-slider-button {
    display: none !important;
  }

  .tab_collection_with_product .section-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
  }
  .tab_collection_with_product .section-heading .section-heading__text {
    font-family: "Sofia Sans", sans-serif;
    color: #001b2e;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
  }
  body .tab_collection_with_product .tab-menu {
    justify-content: flex-start;
    gap: 40px;
  }
  .tab_collection_with_product .tab-menu .tab-link {
    font-family: "Sofia Sans", sans-serif;
    color: rgba(50, 50, 50, 0.7);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    border-bottom: 2px solid transparent;
  }
  .tab_collection_with_product .tab-menu .tab-link.active {
    color: #001b2e;
    font-weight: 700;
    border-bottom: 2px solid #001b2e;
  }
  .tab_collection_with_product .tab-content .css-slider {
    padding-bottom: 20px;
  }
  .tab_collection_with_product
    .css-slider-navigation-container
    .css-slider-dot-navigation
    .css-slider-dot,
  .tab_collection_with_product
    .css-slider-navigation-container
    .css-slider-dot-navigation
    .css-slider-dot.active {
    width: 9px;
  }
  .tab_collection_with_product
    .css-slider-navigation-container
    .css-slider-button {
    display: none !important;
  }
  .tab_collection_with_product .tab-product-slider {
    padding: 20px 0;
  }
  .tab_collection_with_product .tab-product-slider .product-item-wrapper {
    box-shadow: 0px 3.68px 14.73px 0px #001b2e26;
    padding: 12px;
    margin: 0 10px;
  }
  .tab_collection_with_product
    .tab-product-slider
    .tab-product-item
    .product-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .tab_collection_with_product
    .tab-product-slider
    .tab-product-item
    .product-title
    a {
    font-size: 18px;
    line-height: 28px;
    font-family: sans-serif;
    font-weight: 700;
    color: #343434;
  }
  .tab_collection_with_product
    .tab-product-slider
    .tab-product-item
    .product-price {
    margin: 0 0 15px 0;
  }
  .tab_collection_with_product
    .tab-product-slider
    .tab-product-item
    .product-price
    span {
    font-size: 16px;
    line-height: 20px;
    color: #001b2e;
    font-weight: 700;
  }
  .tab_collection_with_product
    .tab-product-slider
    .tab-product-item
    .quick-add-to-cart
    .button {
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #001b2e;
    padding: 15px 30px;
  }
  .tab_collection_with_product
    .css-slider--bottom-navigation
    .css-slider-navigation-container {
    display: none !important;
  }
}

/* 15-04-2025 */
.otm_new_feature_collection .grid {
  padding: 10px;
}
.otm_new_feature_collection .grid .card {
  box-shadow: 0 3px 10px #d7d5d5;
  border: none;
  border-radius: 5px;
}
.otm_new_feature_collection .grid .card .product-item__text {
  gap: 0;
}
.otm_new_feature_collection .grid .card .product-item__text .price_sale {
  font-size: 14px;
  line-height: 18px;
}
.otm_new_feature_collection
  .grid
  .card
  .product-item__text
  .price_sale
  .remove-line-height-space {
  margin: 0;
}
.otm_new_feature_collection .grid .card .product-item__text span {
  width: auto;
  font-weight: 600 !important;
  font-size: 14px;
}
.otm_new_feature_collection
  .grid
  .card
  .product-item__text
  .product-item__title {
  text-align: left;
  display: inline-block;
  margin: 0 0 10px 0;
  font-family: sans-serif;
}
.otm_new_feature_collection
  .grid
  .card
  .product-item__text
  .product-item__title
  .remove-line-height-space--small {
  margin: 0;
}
.otm_new_feature_collection
  .grid
  .card
  .product-item__text
  .product-item__title
  span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #343434;
  min-height: 56px;
  font-family: sans-serif;
}
.otm-blog-slider .main-content--align-product-items .grid {
  padding: 10px 0;
}
.otm-blog-slider .main-content--align-product-items .product-item {
  box-shadow: 0 3px 10px #d7d5d5;
  border: none;
  border-radius: 5px;
}
.otm_why_choose_us
  .otm_info_box
  .js-slider-item
  .gutter--regular
  .text-size--small {
  font-size: 14px;
  color: #1c1c1c !important;
  font-weight: 400;
}
.tab_collection_with_product .tab-product-slider .slick-track {
  padding: 10px 0;
}
.tab_collection_with_product
  .tab-product-slider
  .product-item-wrapper
  .product-image {
  margin-bottom: 15px;
  display: inline-block;
}
.tab_collection_with_product .tab-product-slider .product-item-wrapper {
  box-shadow: 0 3px 10px #d7d5d5;
  border: none;
  border-radius: 5px;
  padding: 12px;
}
.tab_collection_with_product
  .tab-product-slider
  .tab-product-item
  .product-title,
.tab_collection_with_product
  .tab-product-slider
  .tab-product-item
  .product-title
  a {
  /* -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
  min-height: 56px;
}
.otm_blog_section .grid .slick-dots {
  bottom: 0;
}
.otm_blog_section .grid .slick-dots li {
  margin: 0;
}
.otm_blog_section .grid .slick-dots li button:before {
  font-size: 10px;
  line-height: 20px;
  opacity: 1;
  color: #d9d9d9;
}
.otm_blog_section .grid .slick-dots li.slick-active button:before {
  color: #000000;
}
.otm_new_banner_slider h1,
.otm_new_banner_slider h3,
#shopify-section-template--19149148193017__otm_best_seller_products_HymJmC
  h2.section-heading__title,
#shopify-section-template--19149148193017__otm_new_featured_collection_Lpxnbe
  h2.section-heading__title,
.tab_collection_with_product h2,
.otm_why_choose_us h2,
.otm_promotion_cards h2,
.newsletter__container h2,
.otm_blog_section h2,
#element-template--19149148193017__16551304148266b5a5 h2 {
  font-family: "Sofia Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  #shopify-section-template--19149148193017__otm_new_featured_collection_Lpxnbe
    h2.section-heading__title,
  .otm_new_banner_slider h1,
  .otm_new_banner_slider h3,
  .tab_collection_with_product h2,
  .otm_why_choose_us h2,
  .newsletter__container h2,
  .otm_promotion_cards h2,
  .otm_blog_section h2,
  #shopify-section-template--19149148193017__otm_best_seller_products_HymJmC
    h2.section-heading__title,
  #element-template--19149148193017__16551304148266b5a5 h2 {
    font-family: "Sofia Sans", sans-serif;
  }
  #shopify-section-template--19149148193017__otm_best_seller_products_HymJmC
    h2.section-heading__title,
  #shopify-section-template--19149148193017__otm_new_featured_collection_Lpxnbe
    h2.section-heading__title,
  .tab_collection_with_product h2,
  .otm_why_choose_us h2,
  .newsletter__container h2,
  .otm_promotion_cards h2,
  .otm_blog_section h2,
  #element-template--19149148193017__16551304148266b5a5 h2 {
    font-size: 23px;
  }
  body .otm_why_choose_us h2.h5 {
    font-size: calc(16px / 60 * var(--base-headings-size) + 0px);
  }
  .new_category_slider .css-slider-container .grid .card {
    max-width: 75px;
  }
  .new_category_slider .css-slider-container .grid .card .card__text {
    padding: 0;
    max-width: 60px;
    margin: 0 auto;
  }
  body .new_category_slider .css-slider-container .grid .card .card__text span {
    white-space: normal;
    margin-top: 5px;
    font-size: 10px;
    /* max-height: 30px; */
  }
  .new_category_slider .css-slider-container .grid .card .card__text span {
    white-space: normal;
    margin-top: 6px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
  }
  .otm-new-banner .otm_new_banner_slider .card .card__text-parent {
    padding: 30px 15px;
  }
  .otm-new-banner .otm_new_banner_slider .card .card__text-parent .card__text {
    padding: 0;
    width: 100%;
  }
  .otm-new-banner
    .otm_new_banner_slider
    .card
    .card__text-parent
    .card__text
    .h1 {
    margin: 0 0 10px 0;
  }
  .otm-new-banner
    .otm_new_banner_slider
    .card
    .card__text-parent
    .card__text
    .sub_title {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .otm-new-banner
    .otm_new_banner_slider
    .card
    .card__text-parent
    .card__text
    .increased-spacing {
    margin: 0;
  }
  .otm_best_seller_section
    .otm_best_seller
    .grid
    .card
    .product-item__text
    .product-item__title
    span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    font-family: sans-serif;
  }
  .otm_best_seller_section .otm_best_seller .grid .card .product-tags li {
    margin: 0 5px 5px 0;
  }
  .otm_best_seller_section
    .otm_best_seller
    .grid
    .card
    .product-item__text
    .product-item__price {
    margin-top: auto;
  }
  .otm_why_choose_us .otm_info_box .js-slider-item h3 {
    font-size: 14px;
    color: #1c1c1c;
  }
  .tab_collection_with_product .tab-menu .tab-link {
    font-family: "ITC Avant Garde Gothic", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.32px;
    white-space: nowrap;
  }
  .tab_collection_with_product
    .tab-product-slider
    .tab-product-item
    .quick-add-to-cart
    .button {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 18px;
  }
  .otm_blog_section .grid .blog-item {
    padding: 16px;
  }
  body .tab_collection_with_product .tab-menu {
    overflow: auto;
  }
  body .tab_collection_with_product .tab-menu::-webkit-scrollbar {
    width: 2px;
    height: 4px;
  }

  body .tab_collection_with_product .tab-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
  }
  body .tab_collection_with_product .tab-menu::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 10px;
  }
  body .tab_collection_with_product .tab-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
@media screen and (max-width: 420px) {
  .otm_best_seller_section .otm_best_seller .grid .card button.btn {
    text-decoration: underline;
    font-size: 12px;
  }
}
h2.section-heading__title,
.jdgm-rev-widg__title,
.section-heading__title,
.product__title.h2 {
  font-weight: 800 !important;
  font-size: 30px !important;
  line-height: 46px;
  text-transform: uppercase;
  color: #001b2e !important;
}
.section-heading__subheading {
  color: #001b2e !important;
  font-size: 16px !important;
  line-height: 21px;
  font-weight: 700 !important;
}
.card {
  border: 1px solid #bfc6cb;
}
.card .card__image {
  border-bottom: 1px solid #bfc6cb;
}
.card .product-item__text .product-item__title span,
.product-item__price,
.card span.product-price--original,
.product-item__quick-buy .button {
  display: inline-block !important;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
del.product-price--compare {
  color: #ea0000;
  opacity: 1;
}
.product_tags_new.custom-tag {
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 10px;

  @media (max-width: 768px) {
    padding: 0px 3px;
  }
}
.product_tags_new.custom-tag li {
  background: #bfc6cb !important;
  color: #001b2e !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  line-height: 17px;
  letter-spacing: 0;

  @media (max-width: 768px) {
    font-size: 7px !important;
    line-height: 10px;
    padding-left: 6px !important;
    padding-right: 6px !important;
    margin: 0 1px 1px 0 !important;
  }
}
.product_tags_new.custom-tag li.best-seller {
  background: #5c6d79 !important;
  color: #fff !important;
}
.product_tags_new.custom-tag li.gluten-free {
  background: #9f7b5d !important;
  color: #fff !important;
}
.product_tags_new.custom-tag li.medium-spice {
  background: #e1e0d7 !important;
  color: #001b2e !important;
}
.card__text {
  min-height: 120px;
}
.product-item__quick-buy {
  margin-bottom: 0.5rem;
}
.section-btn-custom {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  h2.section-heading__title,
  .jdgm-rev-widg__title,
  .section-heading__title,
  .product__title.h2 {
    font-size: 40px !important;
  }

  .section-heading__subheading {
    color: #001b2e !important;
    font-size: 20px !important;
    line-height: 25px;
    font-weight: 700 !important;
  }

  .card .product-item__text .product-item__title span,
  .product-item__price,
  .card span.product-price--original,
  .product-item__quick-buy .button {
    font-size: 16px !important;
    line-height: 18px !important;
  }
}
.shopify-section-group-footer-group.main-footer {
  background-color: #001b2e;
  margin-top: 0;
}

.shopify-section-group-footer-group.main-footer * {
  color: #fff !important;
}

.shopify-section-group-footer-group.main-footer a {
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}
.footer-top + .footer-bottom {
  border: 0 !important;
}
.footer-top + .footer-bottom .container--large {
  border-top: 1px solid #fff !important;
}
.custom-newsletter .card {
  padding-bottom: 35px;
}
.social-icons a .icon svg path {
  fill: white !important;
}
@media (min-width: 992px) {
  .footer-top + .footer-bottom .container--large {
    border-top: 1px solid #fff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-newsletter .card {
    padding-bottom: 130px;
  }
}
#insta-feed h2 {
  font-weight: 700;
  font-size: 20px;
}
.jdgm-preview-badge .jdgm-star {
  color: #fe8403 !important;
}
.product__cart-functions .button--solid {
  background: #eb8b2f !important;
  border-color: #eb8b2f !important;
}
.title.c-custom {
  font-weight: 900;
  text-align: center;
}
.story-swiper-wrapper {
  margin-top: 100px;
  margin-bottom: -50px;
}
.loop-bundle-image-container {
  display: none !important;
}
.loop-bundle-title-wrapper {
  display: none !important;
}

.loop-btn-add-product {
  background: transparent !important;
  color: #001b2e !important;
  border: 1px solid #001b2e !important;
}
.loop-bundle-product-card {
  border: 1px solid #bfc6cb !important;
  border-radius: 20px !important;
  padding: 10px 0 !important;
}
.loop-body-footer-wrapper {
  padding: 0 10px !important;
}
.loop-card-header .loop-image-product-lg {
  border-bottom: 1px solid #bfc6cb !important;
}
.loop-card-body {
  text-align: left !important;
}
.loop-product-title {
  color: #001b2e !important;
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
}
.loop-product-title .loop-text-p1 {
  text-align: left !important;
  color: #001b2e !important;
}
.loop-card-body .d-flex.flex-column {
  display: block !important;
}
.loop-card-body .d-flex.flex-column .loop-product-title {
  width: 100%;
}
.loop-display-product-price p {
  color: #001b2e !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.loop-bundle-description,
.loop-bundle-footer-description {
  width: 94% !important;
}
[fr-original-class="byob-wrapper"] #isPasted {
  border-color: #bfc6cb !important;
  background-color: #e1e0d7 !important;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000 !important;
}
[fr-original-class="byob-wrapper"] {
  padding: 20px 0 60px !important;
  border-bottom: 1px solid #000 !important;
  margin-bottom: 30px !important;
}
[fr-original-class="byob-wrapper"] div:first-child {
  width: 100%;
  margin-bottom: 30px;
}
[fr-original-class="byob-wrapper"] [fr-original-class="title h2"] {
  font-size: 40px !important;
  line-height: 45px !important;
  font-weight: 900 !important;
  margin-bottom: 20px !important;
}
@media (min-width: 992px) {
  [fr-original-class="byob-wrapper"] {
    display: flex !important;
    padding: 60px 0 60px !important;
    border-bottom: 1px solid #000 !important;
    margin-bottom: 30px !important;
  }
  [fr-original-class="byob-wrapper"] [fr-original-class="title h2"] {
    font-size: 50px !important;
    line-height: 55px !important;
    text-align: left;
    padding-right: 30%;
    text-transform: uppercase;
    margin-bottom: 15px !important;
  }
  [fr-original-class="byob-wrapper"] div:first-child span {
    display: block !important;
  }
  [fr-original-class="byob-wrapper"] #isPasted {
    display: block !important;
    width: 80% !important;
  }
  [fr-original-class="byob-wrapper"] div:first-child {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
  }
  [fr-original-class="byob-wrapper"] undefined {
    display: block !important;
    text-align: left !important;
  }
  [fr-original-class="byob-wrapper"] div:first-child {
    width: 80%;
  }
}
.site-nav ul a span.with-image img {
  display: block;
}
@media (min-width: 992px) {
  .site-nav ul a span.with-image img {
    display: none;
  }
}

.faq-section-wrapper {
  font-family: "Sofia Sans", sans-serif;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .faq-section-wrapper {
    margin-bottom: 30px;
  }
}

.faq-container {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  padding: 2rem 2.5rem;
}

.template-collection .faq-container {
  padding: 2rem 0;
  border: 0;
  box-shadow: none;
}

.faq-title {
  font-size: 1.5rem; /* 24px */
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.faq-item {
  /*border-bottom: 1px solid #000;*/
}

.faq-item:last-of-type {
  border-bottom: none;
}

.faq-question {
  background: none;
  border: none;
  text-align: left;
  font: inherit;
  color: #000;
  width: 100%;
  padding: 0.7rem 0;
  font-size: 1.05rem; /* 16px */
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s ease;
  border-bottom: 1px solid #000;
}

.faq-question:hover {
  color: #000;
}

.faq-question::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  margin-left: 0.5rem;
  transition: transform 0.3s ease-in-out;
}

.template-collection .faq-container .faq-question::after {
  width: 0.7rem;
  height: 0.7rem;
}

.faq-question.active {
  font-weight: 600;
}

.faq-question.active::after {
  transform: rotate(225deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  font-size: 0.95rem;
  line-height: 1.6;
}

.faq-answer .rte {
  margin: 0;
  padding: 1rem 0 1rem 0;
}

.custom-tag .product-tags li {
  background: #fbffe4;
  margin-right: 5px;
  margin-bottom: 8px;
  padding: 3px 3px;
  border-radius: 50px;
  color: #001b2e;
  font-weight: 400;
  display: inline-block;
  font-family: DM Sans;
  font-size: 14px;
}

.product_tags_new.custom-tag li.ctag-discount {
  background: #FF4D4F !important;
  color: #fff !important;
  text-transform: capitalize !important;
}

.product-item__badges {
  display: none;
  /*position: absolute !important;
  top: 56% !important;
  display: none !important;
}

@media (max-width: 768px) {
  .product-item__badges {
    /*top: 40% !important;
    right: 0.7rem !important;*/
  }
}

.product-item__badges span {
  /*background: #008200 !important;
  color: #fff !important;
  padding: 4px 8px;
  border-radius: 100px;
  font-weight: 700 !important;
  height: 1.8rem !important;*/
}

.product-item__ratings {
  margin-bottom: 0 !important;
}

.product-item__ratings .star-rating {
  margin-bottom: 1rem;
}

.rebuy-cart__flyout-recommendations {
}

.rebuy-cart__flyout-recommendations .rebuy-widget.widget-type-cart {
  border: 1px solid #eee;
  background-color: #efefef4a;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.rebuy-cart__flyout-recommendations
  .rebuy-widget.widget-type-cart
  .primary-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.rebuy-cart__flyout-recommendations
  .rebuy-widget.widget-type-cart
  .rebuy-product-block {
  background: #eee;
  padding: 0.9rem 1rem !important;
  margin-bottom: 0.75rem !important;
}

.rebuy-cart__flyout-recommendations
  .rebuy-widget.widget-type-cart
  .rebuy-button {
  background: transparent !important;
  color: #001b2e !important;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  .searchBtn {
    display: none !important;
  }

  .site-header .mobile-cart-button {
    border: 1px solid #fff !important;
    border-radius: 100px;
  }
}

.template-article .card {
  border: 0;
}

.template-article .product-item.card {
  border: 1px solid #bfc6cb;
}

.template-article .social-icons a .icon svg path {
  fill: #001b2e !important;
}

.custom-footer-wrapper .social-icons a .icon svg path {
  fill: white !important;
}
