/** Shopify CDN: Minification failed

Line 2780:32 Unexpected "{"
Line 2780:44 Expected ":"
Line 2780:48 Unexpected "{"
Line 2785:31 Unexpected "{"
Line 2785:43 Expected ":"
Line 2785:47 Unexpected "{"
Line 2790:35 Unexpected "{"
Line 2790:47 Expected ":"
Line 2790:51 Unexpected "{"
Line 2794:32 Unexpected "{"
... and 3 more hidden warnings

**/
/*
 *  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: 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: 5rem;
}

#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;
  	}*/
}
.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;
}
.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-small: 0.5rem 1.625rem;
  --input-padding: 0.75rem;
  --button-product: 3.75rem;
  --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;
    --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;
    --input-padding: 0.5rem;
    --button-product: 3.125rem;
    --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--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);
}

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

:root {
  --container-vertical-space-base: 15px; /* Default is usually ~80px */
}

@media screen and (max-width: 474px) {
  #shopify-section-template--19679291834603__featured_collection_r8pCGR .grid--slider {
    --visible-cols: 3 !important;
    --col-gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  #shopify-section-template--19679291834603__featured_collection_r8pCGR .product-item__title,
  #shopify-section-template--19679291834603__featured_collection_r8pCGR .product-item__description {
    font-size: 6px;
    line-height: 1.3;
  }
}

#shopify-section-template--19679291834603__featured_collection_r8pCGR .product-item__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#shopify-section-template--19679291834603__featured_collection_r8pCGR .css-slider-navigation-container {
  display: none !important;
}
#shopify-section-template--19679291834603__featured_collection_r8pCGR {
  position: relative;
}

#shopify-section-template--19679291834603__featured_collection_r8pCGR {
  position: relative;
}

.fc-scroll-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: #2e7d32;
  color: #fff;
  font-size: 22px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  z-index: 20;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* MOBILE 3 PRODUCTS */
@media screen and (max-width: 474px) {
  [id*="featured_collection"] .grid--slider {
    --visible-cols: 3 !important;
    --col-gap: 10px;
  }
}

/* SMALL TEXT */
@media screen and (max-width: 767px) {
  [id*="featured_collection"] .product-item__title,
  [id*="featured_collection"] .product-item__description {
    font-size: 11px;
    line-height: 1.3;
  }
}

/* LIMIT TITLE LINES */
[id*="featured_collection"] .product-item__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* HIDE DEFAULT NAV */
[id*="featured_collection"] .css-slider-navigation-container {
  display: none !important;
}

/* POSITIONING */
[id*="featured_collection"] {
  position: relative;
}

/* CUSTOM ARROW */
.fc-scroll-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: #2e7d32;
  color: #fff;
  font-size: 22px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  z-index: 20;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.fc-scroll-arrow:hover {
  background: #1b5e20;
}

@media screen and (max-width: 474px) {
  #shopify-section-template--19679291834603__text_columns_images_mTYwax .grid--slider {
    --visible-cols: 3.5 !important;
    --col-gap: 10px;
  }
}

@media screen and (max-width: 474px) {
  #shopify-section-template--19679291834603__4ac1eb57-3cc1-4cb9-a513-eb09b2a8c386 .grid--slider {
    --visible-cols: 3.5 !important;
    --col-gap: 10px;
  }
}

@media screen and (max-width: 474px) {
  #css-slider-template--19679291834603__collection_list_LRx3GR .grid--slider {
    --visible-cols: 3.5 !important;
    --col-gap: 10px; /* adjust spacing if needed */
  }
}

/* Hide the number overlay */
#slider-template--19679291834603__slideshow_BBU7LB .css-slider-index-navigation {
  display: none !important;
}

/* Hide the default navigation arrows */
#slider-template--19679291834603__slideshow_BBU7LB .css-slider-button {
  display: none !important;
}

/* Popular Brands Section: 4 items per row */
#shopify-section-template--19679291834603__collection_list_KjGdhn .grid--layout {
  grid-template-columns: repeat(4, 1fr) !important; /* 4 columns in row */
  gap: 15px; /* adjust spacing between items */
}

/* Hide bottom slider arrows for "How Are You Feeling Today?" section */
#shopify-section-template--19679291834603__collection_list_LRx3GR .css-slider-navigation-container {
  display: none !important;
}

/* Remove top spacing for Ramadan Offer Image section */
#shopify-section-template--19679291834603__image_xF8bXM.container--large.container--vertical-space {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Remove top spacing above the Ramadan Offer Image section */
#shopify-section-template--19679291834603__image_xF8bXM.container--large.container--vertical-space {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#shopify-section-template--19679291834603__image_xF8bXM .grid--slider {
    --visible-cols: 6.5; /* 6.5 blocks visible */
    --col-gap: 10px;     /* optional small gap */
}

#shopify-section-template--19679291834603__text_columns_images_mTYwax .grid--slider {
    --visible-cols: 7.5; /* 7.5 blocks visible */
    --col-gap: 0px;       /* remove all gap between blocks */
}

/* 1. Text Columns Images - remove bottom space */
#shopify-section-template--19679291834603__text_columns_images_mTYwax {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
#shopify-section-template--19679291834603__text_columns_images_mTYwax .css-slider-container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* 2. Ramadan Offer - 6.5 blocks desktop, responsive */
#shopify-section-template--19679291834603__image_xF8bXM .grid--slider {
    --visible-cols: 6.5;
    --col-gap: 10px;
}
@media screen and (max-width: 1024px) {
    #shopify-section-template--19679291834603__image_xF8bXM .grid--slider {
        --visible-cols: 3.5;
    }
}
@media screen and (max-width: 767px) {
    #shopify-section-template--19679291834603__image_xF8bXM .grid--slider {
        --visible-cols: 2.5;
    }
}

/* Blog Section - one row on mobile */
@media screen and (max-width: 767px) {
    #shopify-section-sections--19679288557803__993c472f-6a2b-40f8-85fc-929b199f5d44 .grid--layout {
        display: flex !important;
        flex-wrap: nowrap !important;   /* keep in one row */
        overflow-x: auto;               /* allow horizontal scroll if needed */
        gap: 10px;                      /* optional spacing between items */
    }

    #shopify-section-sections--19679288557803__993c472f-6a2b-40f8-85fc-929b199f5d44 .blog-item {
        flex: 0 0 auto;                /* prevent items from shrinking */
        width: 80%;                     /* adjust width for visibility, can be 70-90% */
    }
}

/* Rich Text - Image Right */
@media screen and (max-width: 767px) {
    #shopify-section-template--19679291834603__rich_text_gx47mk .rich-text__container {
        flex-direction: column !important; /* stack image + text vertically */
    }
    #shopify-section-template--19679291834603__rich_text_gx47mk .rich-text__image figure {
        padding-top: 50% !important;       /* reduce image height */
    }
}

/* Rich Text - Image Left */
@media screen and (max-width: 767px) {
    #element-template--19679291834603__rich_text_XXPcDQ .rich-text__container {
        flex-direction: column !important; /* stack image + text vertically */
    }
    #element-template--19679291834603__rich_text_XXPcDQ .rich-text__image figure {
        padding-top: 50% !important;       /* reduce image height */
    }
}

/* Remove bottom space from this section */
#shopify-section-template--19679291834603__text_columns_images_mTYwax {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove space inside container */
#shopify-section-template--19679291834603__text_columns_images_mTYwax .container--large {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove slider bottom spacing */
#shopify-section-template--19679291834603__text_columns_images_mTYwax .css-slider,
#shopify-section-template--19679291834603__text_columns_images_mTYwax .css-slider-container,
#shopify-section-template--19679291834603__text_columns_images_mTYwax .css-slider-holder {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove gap from grid */
#shopify-section-template--19679291834603__text_columns_images_mTYwax .grid {
    margin-bottom: 0 !important;
}


/* =========================================================
   CUSTOM BLOG CAROUSEL OVERRIDES
   ========================================================= */

/* 1) Center the main title area on desktop */
@media screen and (min-width: 768px) {
  [class^="custom-blog-carousel__heading-"],
  [class*=" custom-blog-carousel__heading-"] {
    text-align: center !important;
  }
}

/* 2) Hide the blog card description / excerpt */
[class^="custom-blog-carousel__excerpt-"],
[class*=" custom-blog-carousel__excerpt-"] {
  display: none !important;
}

/* 3) Hide left arrow in first view */
[class^="custom-blog-carousel__btn--prev-"][disabled],
[class*=" custom-blog-carousel__btn--prev-"][disabled] {
  display: none !important;
}

/* 4) Optional: also hide right arrow when it reaches the end */
[class^="custom-blog-carousel__btn--next-"][disabled],
[class*=" custom-blog-carousel__btn--next-"][disabled] {
  display: none !important;
}

/* 5) Keep arrows properly positioned */
[class^="custom-blog-carousel__btn-"],
[class*=" custom-blog-carousel__btn-"] {
  transition: opacity 0.2s ease;
}

[class^="custom-blog-carousel__subtitle-"],
[class*=" custom-blog-carousel__subtitle-"] {
  display: none !important;
}

/* FIX ARROW CENTER ALIGNMENT */
[class^="custom-blog-carousel__btn-"],
[class*=" custom-blog-carousel__btn-"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  line-height: 1 !important;
  padding: 0 !important;

  font-size: 20px; /* adjust if needed */
}

/* FIX ICON POSITION */
[class^="custom-blog-carousel__btn-"] span,
[class*=" custom-blog-carousel__btn-"] span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}



/* MOBILE: Bigger blocks + tight gap */
@media screen and (max-width: 767px) {

  #shopify-section-template--19679291834603__collection_list_LRx3GR .grid.grid--slider {
    display: flex !important;
    gap: 6px !important;
  }

  #shopify-section-template--19679291834603__collection_list_LRx3GR .js-collection-item {
    flex: 0 0 calc((100% - 10px) / 2.4) !important;
    max-width: calc((100% - 10px) / 2.4) !important;
    margin: 0 !important;
    padding: 0 !important;
  }

}

/* Add space between content and author */
.custom-blog-carousel__excerpt-{{ section_id }} {
  margin-bottom: 16px !important;
}

/* Add breathing space above author */
.custom-blog-carousel__author-{{ section_id }} {
  margin-top: 12px !important;
}

/* Slightly increase title spacing */
.custom-blog-carousel__post-title-{{ section_id }} {
  margin-bottom: 12px !important;
}

.custom-blog-carousel__content-{{ section_id }} {
  padding: 18px !important;
}


/* Align Blog Section Main Title to Left */
#shopify-section-template--19679291834603__custom_blog_grid_WjVFF4 
.custom-blog-carousel__inner-template--19679291834603__custom_blog_grid_WjVFF4 h2 {
  text-align: left !important;
}


/* Standard size for Samita badge - Featured Collection */
@media screen and (max-width: 474px) {

  #shopify-section-template--19679291834603__featured_collection_pf4DBC 
  .samita_productLabel-content {

    width: 45% !important;   /* increase from 30% */
    padding: 2px !important; /* reduce inner spacing */
  }

  #shopify-section-template--19679291834603__featured_collection_pf4DBC 
  .samita_productLabel-content img {

    width: 100%;
    height: auto;
    display: block;
  }

}

@media screen and (max-width: 474px) {

  #shopify-section-template--19679291834603__featured_collection_pf4DBC 
  .samita_productLabel-content {
    width: 60px !important;  /* increased from 50px */
  }

}

/* Hide horizontal scrollbar - Brand Offer Circles */
#shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
.brand-offer-circles__track-template--19679291834603__brand_offer_circles_DMAVia {
  
  scrollbar-width: none; /* Firefox */
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
.brand-offer-circles__track-template--19679291834603__brand_offer_circles_DMAVia::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
.brand-offer-circles__track-template--19679291834603__brand_offer_circles_DMAVia {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: brandOfferMarquee 60s linear infinite;
  will-change: transform;
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
.brand-offer-circles__inner-template--19679291834603__brand_offer_circles_DMAVia {
  overflow: hidden;
}

@keyframes brandOfferMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 8px));
  }
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
.brand-offer-circles__track-template--19679291834603__brand_offer_circles_DMAVia:hover {
  animation-play-state: paused;
}

/* Brand Offer Circles - keep within site width */
#shopify-section-template--19679291834603__brand_offer_circles_DMAVia {
  overflow: hidden !important;
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia
.brand-offer-circles-template--19679291834603__brand_offer_circles_DMAVia {
  width: 100%;
  overflow: hidden;
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia
.brand-offer-circles__inner-template--19679291834603__brand_offer_circles_DMAVia {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  box-sizing: border-box;
  overflow: hidden !important;
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia
.brand-offer-circles__track-template--19679291834603__brand_offer_circles_DMAVia {
  width: max-content;
  max-width: none;
}

@media screen and (max-width: 1023px) {
  #shopify-section-template--19679291834603__brand_offer_circles_DMAVia
  .brand-offer-circles__inner-template--19679291834603__brand_offer_circles_DMAVia {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  #shopify-section-template--19679291834603__brand_offer_circles_DMAVia
  .brand-offer-circles__inner-template--19679291834603__brand_offer_circles_DMAVia {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 474px) {
  #shopify-section-template--19679291834603__brand_offer_circles_DMAVia
  .brand-offer-circles__inner-template--19679291834603__brand_offer_circles_DMAVia {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Brand Offer Circles - keep within site width */
#shopify-section-template--19679291834603__brand_offer_circles_DMAVia {
  overflow: hidden !important;
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia
.brand-offer-circles-template--19679291834603__brand_offer_circles_DMAVia {
  width: 100%;
  overflow: hidden;
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia
.brand-offer-circles__inner-template--19679291834603__brand_offer_circles_DMAVia {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  box-sizing: border-box;
  overflow: hidden !important;
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia
.brand-offer-circles__track-template--19679291834603__brand_offer_circles_DMAVia {
  width: max-content;
  max-width: none;
}

@media screen and (max-width: 1023px) {
  #shopify-section-template--19679291834603__brand_offer_circles_DMAVia
  .brand-offer-circles__inner-template--19679291834603__brand_offer_circles_DMAVia {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  #shopify-section-template--19679291834603__brand_offer_circles_DMAVia
  .brand-offer-circles__inner-template--19679291834603__brand_offer_circles_DMAVia {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 474px) {
  #shopify-section-template--19679291834603__brand_offer_circles_DMAVia
  .brand-offer-circles__inner-template--19679291834603__brand_offer_circles_DMAVia {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Brand Offer Circles - keep marquee inside site width */
.brand-offer-circles__inner-template--19679291834603__brand_offer_circles_DMAVia {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.brand-offer-circles__viewport-template--19679291834603__brand_offer_circles_DMAVia {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.brand-offer-circles__track-template--19679291834603__brand_offer_circles_DMAVia {
  display: flex;
  width: max-content;
  gap: 16px;
  will-change: transform;
  animation: brandOfferMarquee 60s linear infinite;
}

@keyframes brandOfferMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 8px));
  }
}

@media screen and (max-width: 1023px) {
  .brand-offer-circles__inner-template--19679291834603__brand_offer_circles_DMAVia {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .brand-offer-circles__inner-template--19679291834603__brand_offer_circles_DMAVia {
    padding: 0 20px;
  }
}

@media screen and (max-width: 474px) {
  .brand-offer-circles__inner-template--19679291834603__brand_offer_circles_DMAVia {
    padding: 0 15px;
  }
}

/* Fix overlap of section above footer */
.shopify-section:has(+ .shopify-section-group-footer-group),
.shopify-section:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove bottom spacing from the section content nearest footer */
.shopify-section:has(+ .shopify-section-group-footer-group) .container--large,
.shopify-section:last-of-type .container--large {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Prevent cards/shadows from visually covering footer */
.shopify-section:has(+ .shopify-section-group-footer-group) .card,
.shopify-section:last-of-type .card {
  margin-bottom: 0 !important;
}

/* Add safe spacing before footer */
.shopify-section-group-footer-group {
  position: relative;
  z-index: 2;
  margin-top: 20px !important;
}

/* Remove extra spacing - "How Are You Feeling Today" section */
#shopify-section-template--19679291834603__collection_list_LRx3GR {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Remove heading bottom gap */
#shopify-section-template--19679291834603__collection_list_LRx3GR 
.section-heading {
  margin-bottom: 10px !important;
}

#shopify-section-template--19679291834603__collection_list_LRx3GR 
.gutter-bottom--page {
  margin-bottom: 8px !important;
}

/* Remove extra container spacing */
#shopify-section-template--19679291834603__collection_list_LRx3GR 
.container--large {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Reduce space between blocks */
#shopify-section-template--19679291834603__collection_list_LRx3GR 
.grid {
  gap: 8px !important;
}

/* Remove internal block spacing */
#shopify-section-template--19679291834603__collection_list_LRx3GR 
.card,
#shopify-section-template--19679291834603__collection_list_LRx3GR 
.js-collection-item {
  margin-bottom: 0 !important;
}


/* Reduce spacing - Shop From Popular Brands */
#shopify-section-template--19679291834603__collection_list_KjGdhn {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Heading spacing */
#shopify-section-template--19679291834603__collection_list_KjGdhn 
.section-heading {
  margin-bottom: 10px !important;
}

#shopify-section-template--19679291834603__collection_list_KjGdhn 
.gutter-bottom--page {
  margin-bottom: 8px !important;
}

/* Container spacing */
#shopify-section-template--19679291834603__collection_list_KjGdhn 
.container--large {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Reduce grid gap */
#shopify-section-template--19679291834603__collection_list_KjGdhn 
.grid {
  gap: 10px !important;
}

/* Remove card bottom spacing */
#shopify-section-template--19679291834603__collection_list_KjGdhn 
.card {
  margin-bottom: 0 !important;
}

/* Reduce internal card spacing (optional clean look) */
#shopify-section-template--19679291834603__collection_list_KjGdhn 
.card__content {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/* Enable auto motion for brand circles */
#shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
.brand-logo-circles__track-template--19679291834603__brand_offer_circles_DMAVia {
  animation: brandScrollOverride 20s linear infinite !important;
  width: max-content;
}

/* Smooth infinite movement */
@keyframes brandScrollOverride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
} 

/* ===== INFINITE BRAND LOOP ===== */
#shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
.brand-logo-circles__track-template--19679291834603__brand_offer_circles_DMAVia {

  display: flex !important;
  width: max-content !important;
  animation: infiniteBrandScroll 20s linear infinite !important;
  will-change: transform;
}

/* Seamless loop */
@keyframes infiniteBrandScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.3333%);
  }
}

/* ===== 6.3 visible blocks (peek next card) ===== */
#css-slider-template--19679291834603__4ac1eb57-3cc1-4cb9-a513-eb09b2a8c386 
.grid--slider {
  --visible-cols: 6.3 !important;
  --col-gap: 12px !important;
}

/* First collection slider - bigger mobile blocks */
@media screen and (max-width: 767px) {
  #shopify-section-template--19679291834603__4ac1eb57-3cc1-4cb9-a513-eb09b2a8c386 .grid.grid--slider {
    --visible-cols: 2.8 !important;
    --col-gap: 8px !important;
  }

  #shopify-section-template--19679291834603__4ac1eb57-3cc1-4cb9-a513-eb09b2a8c386 .card.js-collection-item {
    margin: 0 !important;
    padding: 0 !important;
  }

  #shopify-section-template--19679291834603__4ac1eb57-3cc1-4cb9-a513-eb09b2a8c386 .container--large {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* ===== PERFECT BRAND OFFER CIRCLE FIT ===== */

/* Main circle card */
#shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
.brand-offer-circles__item-template--19679291834603__brand_offer_circles_DMAVia {
  overflow: hidden;
}

/* Logo area */
#shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
.brand-offer-circles__top-template--19679291834603__brand_offer_circles_DMAVia {
  height: 52%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 14px 10px !important;
  box-sizing: border-box;
}

/* Logo image */
#shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
.brand-offer-circles__logo-template--19679291834603__brand_offer_circles_DMAVia {
  max-width: 72%;
  max-height: 38px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Bottom offer area */
#shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
.brand-offer-circles__bottom-template--19679291834603__brand_offer_circles_DMAVia {
  height: 42%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Small UPTO */
#shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
.brand-offer-circles__offer-small-template--19679291834603__brand_offer_circles_DMAVia {
  font-size: 7px !important;
  line-height: 1;
  margin-bottom: 3px;
  letter-spacing: 0.4px;
}

/* Main offer text */
#shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
.brand-offer-circles__offer-template--19679291834603__brand_offer_circles_DMAVia {
  font-size: 14px !important;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
}

/* ===== MOBILE PERFECT FIT ===== */
@media screen and (max-width: 767px) {

  #shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
  .brand-offer-circles__top-template--19679291834603__brand_offer_circles_DMAVia {
    padding: 14px 10px 8px !important;
  }

  #shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
  .brand-offer-circles__logo-template--19679291834603__brand_offer_circles_DMAVia {
    max-width: 74%;
    max-height: 38px;
  }

  #shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
  .brand-offer-circles__offer-template--19679291834603__brand_offer_circles_DMAVia {
    font-size: 12px !important;
  }

  #shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
  .brand-offer-circles__offer-small-template--19679291834603__brand_offer_circles_DMAVia {
    font-size: 6px !important;
  }

}

/* Smaller logo section */
#shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
.brand-offer-circles__top-template--19679291834603__brand_offer_circles_DMAVia {
  height: 52%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 12px 6px !important;
}

/* Smaller logo fit */
#shopify-section-template--19679291834603__brand_offer_circles_DMAVia 
.brand-offer-circles__logo-template--19679291834603__brand_offer_circles_DMAVia {
  max-width: 68%;
  max-height: 38px;
  object-fit: contain;
}

/* Brand Offer Circles final polish */
#shopify-section-template--19679291834603__brand_offer_circles_DMAVia {
  overflow: hidden !important;
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia .container--large {
  overflow: hidden !important;
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia a {
  text-decoration: none !important;
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia .brand-offer-circles__track-template--19679291834603__brand_offer_circles_DMAVia {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia .brand-offer-circles__track-template--19679291834603__brand_offer_circles_DMAVia::-webkit-scrollbar {
  display: none !important;
}


/* Brand offer circles final override */
#shopify-section-template--19679291834603__brand_offer_circles_DMAVia {
  overflow: hidden !important;
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia .container--large {
  overflow: hidden !important;
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia a {
  text-decoration: none !important;
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia .brand-offer-circles__track-template--19679291834603__brand_offer_circles_DMAVia {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

#shopify-section-template--19679291834603__brand_offer_circles_DMAVia .brand-offer-circles__track-template--19679291834603__brand_offer_circles_DMAVia::-webkit-scrollbar {
  display: none !important;
}

/* Brand Offer Circles - global safety cleanup */


[id*="brand_offer_circles"] a {
  text-decoration: none !important;
}

[id*="brand_offer_circles"] [class*="brand-offer-circles__track"] {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

[id*="brand_offer_circles"] [class*="brand-offer-circles__track"]::-webkit-scrollbar {
  display: none !important;
}

/* Brand Offer Circles - final safety */

[id*="brand_offer_circles"] a {
  text-decoration: none !important;
}

[id*="brand_offer_circles"] [class*="brand-offer-circles__track"] {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

[id*="brand_offer_circles"] [class*="brand-offer-circles__track"]::-webkit-scrollbar {
  display: none !important;
}

#shopify-section-template--19679291834603__4ac1eb57-3cc1-4cb9-a513-eb09b2a8c386 .css-slider-navigation-container,
#shopify-section-template--19679291834603__collection_list_xYDtT7 .css-slider-navigation-container {
  display: none !important;
}

#shopify-section-template--19679291834603__4ac1eb57-3cc1-4cb9-a513-eb09b2a8c386 .card__text,
#shopify-section-template--19679291834603__collection_list_xYDtT7 .card__text {
  display: none !important;
}

/* Collection list cleanup */
#shopify-section-template--19679291834603__4ac1eb57-3cc1-4cb9-a513-eb09b2a8c386 .css-slider-navigation-container,
#shopify-section-template--19679291834603__collection_list_xYDtT7 .css-slider-navigation-container {
  display: none !important;
}

/* Hide text only */
#shopify-section-template--19679291834603__4ac1eb57-3cc1-4cb9-a513-eb09b2a8c386 .card__text,
#shopify-section-template--19679291834603__collection_list_xYDtT7 .card__text {
  display: none !important;
}

/* Remove extra bottom card space */
#shopify-section-template--19679291834603__4ac1eb57-3cc1-4cb9-a513-eb09b2a8c386 .card,
#shopify-section-template--19679291834603__collection_list_xYDtT7 .card {
  margin-bottom: 0 !important;
}

/* Keep images clean */
#shopify-section-template--19679291834603__4ac1eb57-3cc1-4cb9-a513-eb09b2a8c386 img,
#shopify-section-template--19679291834603__collection_list_xYDtT7 img {
  display: block !important;
}


  #shopify-section-template--19679291834603__collection_list_xYDtT7 .container--large {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* Hide bottom navigation and text */
#shopify-section-template--19679291834603__collection_list_xYDtT7 .css-slider-navigation-container,
#shopify-section-template--19679291834603__collection_list_xYDtT7 .card__text {
  display: none !important;
}

.product-item {
  position: relative !important;
}

.product-card-cart-icon {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 12px !important;
  width: 36px !important;
  height: 36px !important;
  background: #1BAF8A !important;
  color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 999 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.18) !important;
  padding: 0 !important;
  line-height: 1 !important;
  border: none !important;
  cursor: pointer !important;
}

.product-card-cart-icon svg {
  position: static !important;
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  margin: 0 !important;
  transform: none !important;
}

.product-card-cart-icon svg path,
.product-card-cart-icon svg circle {
  stroke: #fff !important;
}

.product-card-cart-icon svg circle {
  fill: #fff !important;
  stroke: none !important;
}

.product-card-cart-icon.is-clicked {
  animation: cartIconPop 0.45s ease;
}

@keyframes cartIconPop {
  0% { transform: scale(1); }
  50% { transform: scale(1.22); }
  100% { transform: scale(1); }
}

.product-card-cart-icon.is-added::after {
  content: "✓";
  position: absolute;
  background: #1BAF8A;
  color: #fff;
  font-size: 18px;
}

.product-card-cart-icon.is-added svg {
  opacity: 0;
}

/* Collection page only - move cart icon under wishlist */
@media screen and (max-width: 767px) {
  .template-collection .product-card-cart-icon {
    top: 50px !important;
    left: 12px !important;
    right: auto !important;
    transform: none !important;
  }
}

/* Move Samita small product label above title on mobile */
@media screen and (max-width: 767px) {

  [id*="featured_collection"] .samita_productLabel-content[data-id="79669"] {
    position: absolute !important;
    left: 8px !important;
    bottom: 90px !important;
    width: 60px !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 30 !important;
  }

  [id*="featured_collection"] .samita_productLabel-content[data-id="79669"] img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

}

/* COLLECTION PAGE TITLE FIX - DESKTOP + MOBILE */
.template-collection .product-item__title {
  min-height: auto !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  display: block !important;
}

.template-collection .product-item__title span {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1.25 !important;
}

/* Mobile: keep title clean but not cut badly */
@media screen and (max-width: 767px) {
  .template-collection .product-item__title span {
    -webkit-line-clamp: 2 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }
}

/* COLLECTION GRID TITLE FIX - ALL COLLECTION PAGES */
body[class*="collection"] .product-item__title,
#main .collection .product-item__title,
#main [id*="collection"] .product-item__title {
  min-height: auto !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}

body[class*="collection"] .product-item__title span,
#main .collection .product-item__title span,
#main [id*="collection"] .product-item__title span {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1.25 !important;
}

/* Collection list RC9Die - match live customized style */
#shopify-section-template--19679291834603__collection_list_RC9Die .css-slider-navigation-container,
#shopify-section-template--19679291834603__collection_list_RC9Die .card__text {
  display: none !important;
}

#shopify-section-template--19679291834603__collection_list_RC9Die .container--large {
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin-top: 0 !important;
}

#shopify-section-template--19679291834603__collection_list_RC9Die .grid--slider {
  --visible-cols: 6.3 !important;
  --col-gap: 12px !important;
}

#shopify-section-template--19679291834603__collection_list_RC9Die .card {
  margin: 0 !important;
  padding: 0 !important;
}

#shopify-section-template--19679291834603__collection_list_RC9Die img {
  display: block !important;
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  #shopify-section-template--19679291834603__collection_list_RC9Die .grid--slider {
    --visible-cols: 2.8 !important;
    --col-gap: 8px !important;
  }
}

/* RC9Die collection list - same as first live collection */
#shopify-section-template--19679291834603__collection_list_RC9Die {
  max-width: 1360px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}

#shopify-section-template--19679291834603__collection_list_RC9Die .container--large {
  max-width: 1360px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  overflow: hidden !important;
}

#shopify-section-template--19679291834603__collection_list_RC9Die .css-slider-viewport,
#shopify-section-template--19679291834603__collection_list_RC9Die .css-slider-holder {
  overflow: hidden !important;
}

#shopify-section-template--19679291834603__collection_list_RC9Die .grid--slider {
  --visible-cols: 6 !important;
  --col-gap: 14px !important;
}

#shopify-section-template--19679291834603__collection_list_RC9Die .card__text,
#shopify-section-template--19679291834603__collection_list_RC9Die .css-slider-navigation-container {
  display: none !important;
}

#shopify-section-template--19679291834603__collection_list_RC9Die .card {
  margin: 0 !important;
}

#shopify-section-template--19679291834603__collection_list_RC9Die img {
  width: 100% !important;
  display: block !important;
}

@media screen and (max-width: 767px) {
  #shopify-section-template--19679291834603__collection_list_RC9Die .container--large {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  #shopify-section-template--19679291834603__collection_list_RC9Die .grid--slider {
    --visible-cols: 2.8 !important;
    --col-gap: 8px !important;
  }
}

/* Desktop - Move only Lovi 3-icon Samita label */
@media screen and (min-width: 768px) {

  [id*="featured_collection"] .samita_productLabel-content[data-id="79669"] {
    position: absolute !important;
    left: 14px !important;
    bottom: 126px !important;
    width: 58px !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 30 !important;
  }

  [id*="featured_collection"] .samita_productLabel-content[data-id="79669"] img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

}

@media screen and (min-width: 1024px) {
  .header-actions--buttons {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
  }
}

.header-wishlist-button .button__icon {
  display: flex !important;
}

.header-wishlist-button svg {
  width: 22px !important;
  height: 22px !important;
}

/* Hide Vitals default wishlist header icon only on desktop */
@media screen and (min-width: 990px) {
  .Vtl-WishlistHeaderWrapper {
    display: none !important;
  }
}

/* ===== EMERGENCY RESET - MOBILE FEATURED PRODUCTS ===== */
@media screen and (max-width: 767px) {

  #main [id*="featured_collection"] .grid--slider {
    --visible-cols: 2.05 !important;
    --col-gap: 10px !important;
  }

  #main [id*="featured_collection"] .product-item.card {
    height: 270px !important;
    min-height: 270px !important;
    max-height: 270px !important;
    position: relative !important;
    overflow: hidden !important;
  }

  #main [id*="featured_collection"] .card__image.product-item__image {
    padding-top: 72% !important;
    margin-top: 0 !important;
  }

  #main [id*="featured_collection"] .lazy-image img {
    object-fit: contain !important;
    padding: 4px !important;
    transform: scale(1.08) translateY(10px) !important;
  }

  #main [id*="featured_collection"] .product-item__title {
    position: absolute !important;
    left: 8px !important;
    right: 8px !important;
    bottom: 58px !important;
    height: 34px !important;
    overflow: hidden !important;
  }

  #main [id*="featured_collection"] .product-item__title span {
    font-size: 11px !important;
    line-height: 1.2 !important;
    -webkit-line-clamp: 2 !important;
  }

  #main [id*="featured_collection"] .product-item__price {
    position: absolute !important;
    left: 8px !important;
    right: 70px !important;
    bottom: 13px !important;
    margin: 0 !important;
  }

  #main [id*="featured_collection"] .product-price {
    display: flex !important;
    flex-direction: column !important;
    gap: 1px !important;
  }

  #main [id*="featured_collection"] .product-card-cart-icon {
    top: auto !important;
    right: 8px !important;
    bottom: 18px !important;
    width: 54px !important;
    height: 27px !important;
    transform: none !important;
  }
}

/* FINAL MOBILE PRODUCT CARD SORT FIX */
@media screen and (max-width: 767px) {

  #main [id*="featured_collection"] .grid--slider {
    --visible-cols: 2.05 !important;
    --col-gap: 10px !important;
  }

  #main [id*="featured_collection"] .product-item.card {
    height: 270px !important;
    min-height: 270px !important;
    max-height: 270px !important;
    overflow: hidden !important;
    position: relative !important;
  }

  #main [id*="featured_collection"] .card__image.product-item__image {
    padding-top: 68% !important;
    margin-top: 0 !important;
  }

  #main [id*="featured_collection"] .lazy-image img {
    object-fit: contain !important;
    transform: scale(1.02) translateY(12px) !important;
    padding: 4px !important;
  }

  #main [id*="featured_collection"] .product-item__title {
    position: absolute !important;
    left: 8px !important;
    right: 8px !important;
    bottom: 72px !important;
    height: 34px !important;
    overflow: hidden !important;
  }

  #main [id*="featured_collection"] .product-item__title span {
    font-size: 11px !important;
    line-height: 1.2 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  #main [id*="featured_collection"] .product-item__price {
    position: absolute !important;
    left: 8px !important;
    right: auto !important;
    bottom: 14px !important;
    width: 96px !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  #main [id*="featured_collection"] .product-price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
    line-height: 1.05 !important;
  }

  #main [id*="featured_collection"] .product-price--original {
    font-size: 15px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    line-height: 1.05 !important;
  }

  #main [id*="featured_collection"] .product-price--compare {
    font-size: 11px !important;
    white-space: nowrap !important;
    line-height: 1.05 !important;
  }

  #main [id*="featured_collection"] .product-card-cart-icon {
    top: auto !important;
    right: 8px !important;
    bottom: 22px !important;
    transform: none !important;
    width: 50px !important;
    height: 27px !important;
    border-radius: 5px !important;
    background: #1BAF8A !important;
  }
}

/* Move price section slightly upward */
@media screen and (max-width: 767px) {

  #main [id*="featured_collection"] .product-item__price {
    bottom: 32px !important; /* was 14px */
  }

  #main [id*="featured_collection"] .product-card-cart-icon {
    bottom: 32px !important; /* keep aligned with price */
  }

}

@media screen and (max-width: 767px) {

  #main [id*="featured_collection"] .card__image.product-item__image {
    padding-top: 74% !important;
  }

  #main [id*="featured_collection"] .lazy-image img {
    transform: scale(1.05) translateY(20px) !important;
  }

}

@media screen and (max-width: 767px) {

  #main [id*="featured_collection"] .card__image.product-item__image {
    padding-top: 82% !important;
    overflow: visible !important;
  }

  #main [id*="featured_collection"] .lazy-image {
    overflow: visible !important;
  }

  #main [id*="featured_collection"] .lazy-image img {
    transform: scale(0.98) translateY(18px) !important;
  }

}

@media screen and (max-width: 767px) {

  #main [id*="featured_collection"] .product-item__title {
    bottom: 62px !important; /* was 72px */
  }

}

@media screen and (max-width: 767px) {

  /* Reduce overall card height */
  #main [id*="featured_collection"] .product-item.card {
    height: 255px !important;
    min-height: 255px !important;
  }

  /* Move price section slightly lower */
  #main [id*="featured_collection"] .product-item__price {
    bottom: 8px !important;
  }

  /* Keep cart button aligned */
  #main [id*="featured_collection"] .product-card-cart-icon {
    bottom: 12px !important;
  }

}

@media screen and (max-width: 767px) {

  #main [id*="featured_collection"] .product-item__price {
    bottom: 18px !important;
  }

}

@media screen and (max-width: 767px) {

  /* Keep same price area height for all products */
  #main [id*="featured_collection"] .product-item__price {
    min-height: 42px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  /* Current price */
  #main [id*="featured_collection"] .product-price--original,
  #main [id*="featured_collection"] .price-item--sale,
  #main [id*="featured_collection"] .price__current {
    min-height: 22px !important;
    line-height: 22px !important;
  }

  /* Old price area - reserve space even when empty */
  #main [id*="featured_collection"] .product-price--compare,
  #main [id*="featured_collection"] .price-item--regular,
  #main [id*="featured_collection"] .price__compare {
    min-height: 16px !important;
    line-height: 16px !important;
  }

}

@media screen and (max-width: 767px) {

  #main [id*="featured_collection"] .product-item__price {
    position: absolute !important;
    left: 8px !important;
    bottom: 18px !important;
    display: flex !important;
    align-items: center !important;
    min-height: 28px !important;
  }

  #main [id*="featured_collection"] .product-card-cart-icon {
    bottom: 18px !important;
  }

}

@media screen and (max-width: 767px) {

  @media screen and (max-width: 767px) {

  /* More breathing space between image and title */
  #main [id*="featured_collection"] .product-item__title {
    bottom: 54px !important; /* was 62px */
    height: 34px !important;
    max-height: 34px !important;
  }

}

  #main [id*="featured_collection"] .product-item__title span {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

}

/* Mobile featured products: show 2.2 cards and hide arrow */
@media screen and (max-width: 767px) {

  #main [id*="featured_collection"] .grid--slider {
    --visible-cols: 2.2 !important;
    --col-gap: 10px !important;
  }

  #main [id*="featured_collection"] .fc-scroll-arrow,
  #main [id*="featured_collection"] .css-slider-button,
  #main [id*="featured_collection"] .css-slider-navigation-container {
    display: none !important;
  }

}

.product-card-cart-icon-prescription {
  position: absolute !important;
  top: auto !important;
  right: 8px !important;
  bottom: 18px !important;
  width: 50px !important;
  height: 27px !important;
  background: #1BAF8A !important;
  color: #fff !important;
  border-radius: 5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 999 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.18) !important;
}

.product-card-cart-icon-prescription svg {
  width: 18px !important;
  height: 18px !important;
}

.product-card-cart-icon-prescription svg path,
.product-card-cart-icon-prescription svg circle {
  stroke: #fff !important;
  fill: #fff !important;
}

/* Mobile swipe fix - Collection list RC9Die */
@media screen and (max-width: 767px) {
  #shopify-section-template--19679291834603__collection_list_RC9Die {
    overflow: visible !important;
  }

  #shopify-section-template--19679291834603__collection_list_RC9Die .css-slider-viewport {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x !important;
  }

  #shopify-section-template--19679291834603__collection_list_RC9Die .css-slider-holder,
  #shopify-section-template--19679291834603__collection_list_RC9Die .css-slider-container {
    overflow: visible !important;
  }

  #shopify-section-template--19679291834603__collection_list_RC9Die .grid--slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    --visible-cols: 2.8 !important;
    gap: 8px !important;
  }

  #shopify-section-template--19679291834603__collection_list_RC9Die .js-collection-item {
    flex: 0 0 calc((100% - 16px) / 2.8) !important;
    max-width: calc((100% - 16px) / 2.8) !important;
  }
} 

@media screen and (max-width: 767px) {
  .template-collection .product-item__quick-buy {
    display: none !important;
  }
}

/* FINAL COLLECTION PAGE ONLY - MATCH HOME CARD */
@media screen and (max-width: 767px) {

  body.template-collection #main [id*="featured_collection"] .product-item__quick-buy {
    display: none !important;
  }

  body.template-collection #main [id*="featured_collection"] .product-item__price {
    position: absolute !important;
    left: 10px !important;
    right: 62px !important;
    bottom: 14px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: visible !important;
    white-space: nowrap !important;
  }

  body.template-collection #main [id*="featured_collection"] .product-price {
    overflow: visible !important;
    white-space: nowrap !important;
  }

  body.template-collection #main [id*="featured_collection"] .product-card-cart-icon {
    position: absolute !important;
    top: auto !important;
    right: 8px !important;
    bottom: 12px !important;
    left: auto !important;
    transform: none !important;
    width: 50px !important;
    height: 30px !important;
    border-radius: 5px !important;
  }
}

/* Collection page mobile - align cart icon below wishlist */
@media screen and (max-width: 767px) {
  body.template-collection #main-collection-product-grid .product-item.card > .product-card-cart-icon {
    position: absolute !important;
    top: 76px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    z-index: 9999 !important;
  }
}

/* Product page image size reduce - desktop only */
@media screen and (min-width: 768px) {
  .template-product .product-gallery,
  .template-product .product-media,
  .template-product .product__media,
  .template-product .product-gallery__item {
    max-height: 620px !important;
  }

  .template-product .product-gallery img,
  .template-product .product-media img,
  .template-product .product__media img {
    object-fit: contain !important;
    max-height: 620px !important;
    width: 100% !important;
  }
}

/* Product page image size reduce - mobile only */
@media screen and (max-width: 767px) {
  .template-product .product-gallery,
  .template-product .product-media,
  .template-product .product__media,
  .template-product .product-gallery__item {
    max-height: 360px !important;
    overflow: hidden !important;
  }

  .template-product .product-gallery img,
  .template-product .product-media img,
  .template-product .product__media img {
    object-fit: contain !important;
    max-height: 360px !important;
    width: 100% !important;
  }
}

/* FINAL FIX: stop product cart icons showing above cart drawer */
.product-card-cart-icon,
.product-card-cart-icon-prescription {
  z-index: 2 !important;
}

/* Force all cart drawer / overlay elements above product cards */
.vtl-CartDrawer,
.vtl-cart-drawer,
.Vtl-CartDrawer,
[class*="CartDrawer"],
[class*="cart-drawer"],
[class*="cartDrawer"],
[class*="drawer"],
[class*="Drawer"],
.sidebar,
.sidebar--right,
[data-js-site-cart-sidebar] {
  z-index: 2147483647 !important;
}

/* ======================================================
   Product Card - Fix Add to Cart Clickable Area
   ====================================================== */

.product-card-cart-icon,
.product-card-cart-icon-prescription {
    position: absolute !important;
    z-index: 9999 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    background: #1BAF8A !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

/* Prevent SVG from blocking clicks */
.product-card-cart-icon svg,
.product-card-cart-icon-prescription svg {
    pointer-events: none !important;
}


/* Cart button always above everything */
.product-card-cart-icon,
.product-card-cart-icon-prescription {
    z-index: 99999 !important;
}

/* Fix cropped product labels */
.product-item.card,
.product-item.card .card__image,
.product-item.card .product-item__image,
.product-item.card .product-item__image-figure,
.product-item.card .lazy-image {
  overflow: visible !important;
}

.product-item__badges,
.product-item__badge,
.samita-container,
.samita_productLabel,
.samita_productLabel-content {
  z-index: 999 !important;
  overflow: visible !important;
}

/* Allow vertical page scrolling over the collection carousel */
#css-slider-template--19679291834603__collection_list_RC9Die,
#css-slider-template--19679291834603__collection_list_RC9Die .css-slider-viewport,
#css-slider-template--19679291834603__collection_list_RC9Die .css-slider-holder,
#css-slider-template--19679291834603__collection_list_RC9Die .css-slider-container,
#css-slider-template--19679291834603__collection_list_RC9Die .grid--slider,
#css-slider-template--19679291834603__collection_list_RC9Die .js-collection-item,
#css-slider-template--19679291834603__collection_list_RC9Die .card__whole-link {
}

/* Keep the actual horizontal slider enabled */
#css-slider-template--19679291834603__collection_list_RC9Die .css-slider-holder {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}

/* Samita label visibility and positioning fix */
.samita-container {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: none !important;
  z-index: 25 !important;
}

.samita_productLabel,
.samita_productLabel-content {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: none !important;
  z-index: 26 !important;
}

/* Keep labels inside product image/card */
.product-item.card,
.product-item__image {
  position: relative !important;
}

/* Prevent app labels from disappearing behind images */
.samita_productLabel-content img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}

/* PRODUCT CARD ADD BUTTON — CLICKABLE FIX */
.product-card-cart-icon,
.product-card-cart-icon--prescription {
  cursor: pointer !important;
  pointer-events: auto !important;
  position: relative;
  z-index: 100 !important;
}

.product-card-cart-icon svg,
.product-card-cart-icon svg * {
  pointer-events: none !important;
}

/* =========================================================
   xYDtT7 COLLECTION LIST — MOBILE 2.8 CARDS
   Works even if Shopify template ID changes
   ========================================================= */

@media screen and (max-width: 767px) {

  [id$="__collection_list_xYDtT7"] .grid.grid--slider {
    --visible-cols: 2.8 !important;
    --col-gap: 8px !important;

    --col-size: calc(
      (100% - 8px * (2.8 - 1)) / 2.8
    ) !important;

    grid-template-columns: var(--col-size) !important;
    grid-auto-columns: var(--col-size) !important;
  }

  [id$="__collection_list_xYDtT7"] .container--large {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* =========================================================
   ALL COLLECTION LIST SECTIONS — MOBILE 2.8 CARDS
   ========================================================= */

@media screen and (max-width: 767px) {

  [id*="__collection_list_"] .grid.grid--slider {
    --visible-cols: 2.8 !important;
    --col-gap: 8px !important;

    --col-size: calc(
      (100% - 8px * (2.8 - 1)) / 2.8
    ) !important;

    grid-template-columns: var(--col-size) !important;
    grid-auto-columns: var(--col-size) !important;
  }

  [id*="__collection_list_"] .container--large {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* =========================================================
   ALL SLIDERS — HIDE ARROWS + COUNT
   ========================================================= */

#main .css-slider-navigation-container {
  display: none !important;
}

/* =========================================================
   HOW ARE YOU FEELING TODAY — TITLE / BLOCK GAP
   ========================================================= */

#shopify-section-template--23387787493611__collection_list_LRx3GR
.section-heading {
  margin-bottom: 4px !important;
  padding-bottom: 0 !important;
}

/* =========================================================
   SEO FAQ — MOBILE CLEAN SPACING
   ========================================================= */

@media screen and (max-width: 767px) {

  [id$="__seo_faq_7th6k9"] .seo-faq-header {
    display: none !important;
  }

  [id$="__seo_faq_7th6k9"] .seo-faq-section {
    padding: 18px 0 !important;
  }

  [id$="__seo_faq_7th6k9"] .seo-faq-wrapper {
    flex-direction: column !important;
    gap: 8px !important;
  }

  [id$="__seo_faq_7th6k9"] .seo-faq-left {
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  [id$="__seo_faq_7th6k9"] .seo-faq-left h2 {
    text-align: left !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    margin: 0 0 6px !important;
  }

  [id$="__seo_faq_7th6k9"] .seo-faq-right {
    width: 100% !important;
  }

  [id$="__seo_faq_7th6k9"] .faq-item {
    padding: 10px 0 !important;
  }

  [id$="__seo_faq_7th6k9"] .faq-question {
    font-size: 14px !important;
    padding: 0 !important;
  }

  [id$="__seo_faq_7th6k9"] .faq-answer {
    margin-top: 6px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  [id$="__seo_faq_7th6k9"] .container--large {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* =========================================================
   BRAND OFFER CIRCLES — ALLOW VERTICAL SPACE / SHADOW
   ========================================================= */

[id*="brand_offer_circles"] {
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

[id*="brand_offer_circles"] .container--large {
  overflow: visible !important;
}

[id*="brand_offer_circles"] [class*="brand-offer-circles__viewport"] {
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

@media screen and (max-width: 767px) {
  [id*="brand_offer_circles"] [class*="brand-offer-circles__track"] {
    padding-bottom: 14px !important;
  }
}