/** Shopify CDN: Minification failed

Line 1897:0 Unexpected "/"
Line 3763:4 "dipslay" is not a known CSS property
Line 3802:0 Unexpected "}"
Line 4227:53 Unexpected "{"
Line 5339:4 "ine-height" is not a known CSS property

**/
/*
 *  1.1. Reset
*/
.hide {
  display: none;
}

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

.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 1px 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);
}

.card .button {
  color: var(--color-text-cards);
}

.card .button--outline {
  border-color: var(--color-text-cards);
}

.card .button--outline .button__icon svg path {
  fill: var(--color-text-cards);
}

.card .button--solid {
  background-color: #6CC72B;
  color: #ffffff;
  border-color: #6CC72B;
  box-shadow: 0px 4px 0px 0px #47841c;
  font-size: 20px;
  padding: 12px;
}

.card .button--solid .button__icon svg path {
  fill: var(--color-foreground-cards);
}

.card .button--solid:hover {
  background-color: #47841c;
  border-color: #47841c;
  box-shadow: 0px 4px 0px 0px #6CC72B;
}

.no-touchevents .card .button.button--outline:not(.button--outline-hover-solid):hover {
  border-color: var(--color-text-cards);
  color: var(--color-text-cards);
}

.no-touchevents .card .button.button--outline:not(.button--outline-hover-solid):hover span {
  color: var(--color-text-cards);
}

.no-touchevents .card .button.button--outline:not(.button--outline-hover-solid):hover path {
  fill: var(--color-text-cards);
}

.card a:not(.button) {
  color: var(--color-text-cards);
}

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

.text-size--small {
  color: rgba(34, 34, 34, 0.70);
}

.sidebar-widget--outline .sidebar-widget__title,
.text-size--small {
  font-size: 18px;
}

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

  input,
  textarea,
  select,
  .text-size--regular {
    font-size: 20px;
  }
}

@media screen and (min-width: 475px) and (max-width: 1023px) {

  input,
  textarea,
  select,
  .text-size--regular {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {

  input,
  textarea,
  select,
  .text-size--regular {
    font-size: 20px;
  }
}

.sidebar-widget__title,
.text-size--large,
.text-size--larger,
.sidebar-widget__content .product-price--original,
.text-size--xlarge {
  font-size: 20px;
}

.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 {
  font-family: var(--font-stack-headings-primary);
  font-weight: var(--font-weight-headings-primary);
  font-style: var(--font-style-headings-primary);
  line-height: var(--base-headings-line);
  letter-spacing: var(--base-headings-spacing);
  margin-bottom: 1rem;
}

.rte h1:not(:first-child),
.rte h2:not(:first-child),
.rte h3:not(:first-child),
.rte h4:not(:first-child),
.rte h5:not(:first-child),
.rte h6:not(:first-child) {
  margin-top: 2rem;
}

@media screen and (max-width: 474px) {
  h1 {
    font-size: calc(34px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
  h1 {
    font-size: calc(46px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: calc(60px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

@media screen and (max-width: 474px) {
  h2 {
    font-size: calc(28px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
  h2 {
    font-size: calc(38px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

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

@media screen and (max-width: 474px) {
  h3 {
    font-size: calc(24px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
  h3 {
    font-size: calc(30px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

@media screen and (min-width: 1024px) {
  h3 {
    font-size: calc(36px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

h4 {
  font-size: calc(20px / 60 * var(--base-headings-primary-size) + 0px);
}

h5,
h6 {
  font-size: calc(18px / 60 * var(--base-headings-primary-size) + 0px);
}

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

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

body {
  background: var(--color-background-main);
  color: var(--color-text-main);
  font-size: 18px;
}

input,
textarea,
select {
  font-size: 18px;
}

.heading-size--xsmall {
  font-size: calc(18px / 60 * var(--base-headings-primary-size) + 0px);
  line-height: calc(var(--base-headings-line) * 1.1);
}

.heading-size--small {
  line-height: calc(var(--base-headings-line) * 1.1);
}

@media screen and (max-width: 474px) {
  .heading-size--small {
    font-size: calc(24px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
  .heading-size--small {
    font-size: calc(30px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

@media screen and (min-width: 1024px) {
  .heading-size--small {
    font-size: calc(36px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

.heading-size--page-title {
  line-height: calc(var(--base-headings-line) * 1.1);
}

@media screen and (max-width: 474px) {
  .heading-size--page-title {
    font-size: calc(34px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
  .heading-size--page-title {
    font-size: calc(46px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

@media screen and (min-width: 1024px) {
  .heading-size--page-title {
    font-size: calc(50px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

@media screen and (max-width: 1023px) {
  .heading-size--regular {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .heading-size--regular {
    font-size: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .heading-size--large {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .heading-size--large {
    font-size: 40px;
  }
}

@media screen and (max-width: 474px) {
  .heading-size--xlarge {
    font-size: calc(50px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

@media screen and (min-width: 475px) and (max-width: 1023px) {
  .heading-size--xlarge {
    font-size: calc(80px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

@media screen and (min-width: 1024px) {
  .heading-size--xlarge {
    font-size: calc(120px / 60 * var(--base-headings-primary-size) + 0px);
  }
}

.text-font--primary {
  font-family: var(--font-stack-body-primary);
  font-weight: var(--font-weight-body-primary);
  font-style: var(--font-style-body-primary);
  line-height: var(--base-body-line);
}

.text-font--secondary {
  font-family: var(--font-stack-body-secondary);
  font-weight: bold;
  font-style: var(--font-stack-body-secondary);
  line-height: 1.1;
}

@media screen and (max-width: 474px) {
  .text-font--secondary.text-size--regular {
    font-size: calc(16px / 18 * var(--base-body-secondary-size) + 0px);
  }
}

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

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

@media screen and (max-width: 474px) {
  .text-font--secondary.text-size--large {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .text-font--secondary.text-size--large {
    font-size: 40px;
    line-height: 48px;
    color: #222222;
  }
}

.text-font--heading {
  font-family: var(--font-stack-headings-primary);
  font-weight: var(--font-weight-headings-primary);
  font-style: var(--font-style-headings-primary);
  line-height: var(--base-headings-line);
  letter-spacing: var(--base-headings-spacing);
  display: block;
  margin-bottom: 1rem;
}

.text-weight--medium {
  font-weight: var(--font-weight-body-primary-medium);
}

.text-weight--bold {
  font-weight: var(--font-weight-body-primary-bold);
}

.text-decoration--underline {
  text-decoration: underline;
}

.text-line-height--small {
  line-height: 1.1;
}

.text-line-height--medium {
  line-height: 1.25;
}

html[dir=rtl] .text-align--left {
  text-align: right;
}

html[dir=ltr] .text-align--left {
  text-align: left;
}

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

html[dir=rtl] .text-align--right {
  text-align: left;
}

html[dir=ltr] .text-align--right {
  text-align: right;
}

.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 175ms linear;
}

html[dir=rtl] .text-animation--underline {
  background-position: right calc(1em + 6px);
}

html[dir=ltr] .text-animation--underline {
  background-position: left calc(1em + 6px);
}

.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 175ms linear;
}

html[dir=rtl] .text-animation--underline-thin {
  background-position: right calc(1em + 4px);
}

html[dir=ltr] .text-animation--underline-thin {
  background-position: left calc(1em + 4px);
}

.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-line-height--small .text-animation--underline-thin {
  background-position: 0 calc(1em + 2px);
}

.text-animation--underline-in-header {
  background-image: linear-gradient(to right, var(--color-text-header), var(--color-text-header));
  background-size: 0% 1px;
  background-repeat: no-repeat;
  display: inline;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: all 175ms linear;
}

html[dir=rtl] .text-animation--underline-in-header {
  background-position: right calc(1em + 4px);
}

html[dir=ltr] .text-animation--underline-in-header {
  background-position: left calc(1em + 4px);
}

.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: 0 calc(1em + 4px);
  padding-bottom: 0;
}

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

.mobile-menu-button,
.qty-button,
.show-more_toggler,
.facet-checkbox,
.pill--has-close,
a.text-with-icon,
a.icon-button {
  position: relative;
}

.mobile-menu-button:after,
.qty-button:after,
.show-more_toggler:after,
.facet-checkbox:after,
.pill--has-close:after,
a.text-with-icon:after,
a.icon-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  min-width: 2.75rem;
  height: 100%;
  min-height: 2.75rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#main a.text-link,
.rte a {
  color: var(--color-text-main);
  transition: all 175ms linear;
  border-bottom: 1px solid;
}

.no-touchevents #main a.text-link:hover,
.no-touchevents .rte a:hover {
  color: var(--color-text-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);
  font-weight: var(--font-weight-body-primary-medium);
}

.text-link--has-icon svg path {
  fill: var(--color-text-main);
}

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

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

em {
  font-style: italic;
}

p {
  margin-bottom: 1rem;
}

.rte {
  word-wrap: break-word;
}

.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 p:last-child {
  margin-bottom: 0;
}

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

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

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

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

.remove-line-height-space--small {
  margin-bottom: -0.55em;
}

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

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

.container--compact {
  margin: 0 auto;
  width: 100%;
  max-width: calc(var(--theme-max-width) * 920 / 1360);
  padding-left: var(--gutter-container);
  padding-right: var(--gutter-container);
}

.container--large {
  margin: 0 auto;
  width: 100%;
  max-width: var(--theme-max-width);
  padding-left: var(--gutter-container);
  padding-right: var(--gutter-container);
}

.container--fullwidth {
  max-width: 100%;
  padding: 0;
}

.container--vertical-space {
  margin-top: 80px;
}

.container--vertical-space-small {
  /* margin-top: clamp(2.5rem, var(--container-vertical-space), 4.375rem); */
  margin-top: 60px;
}

.container--vertical-space-xsmall {
  margin-top: 40px;
}

.toggle-when-first:first-of-type .element--show-when-section-is-first,
.breadcrumb-main+.toggle-when-first .element--show-when-section-is-first {
  display: block !important;
}

.mount-slideshow:last-child .css-slider--bottom-navigation .css-slider-navigation-container {
  margin-bottom: -0.75rem;
}

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

#html #main .shopify-section:first-of-type .container--fullwidth {
  margin-top: 0 !important;
}

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


@media screen and (min-width: 768px) and (max-width: 1023px) {

  #main>.shopify-section:first-of-type>.container--vertical-space-small:first-of-type,
  #main>.shopify-section:first-of-type>.container--vertical-space-xsmall:first-of-type,
  #main>.shopify-section:first-of-type>.container--vertical-space:first-of-type {
    margin-top: 0;
  }

  #html #main .shopify-section:first-of-type>.container--vertical-space.reduce-margin-if-first {
    margin-top: 0 !important;
  }
}

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

  #main>.shopify-section:first-of-type>.container--vertical-space-small:first-of-type,
  #main>.shopify-section:first-of-type>.container--vertical-space-xsmall:first-of-type,
  #main>.shopify-section:first-of-type>.container--vertical-space:first-of-type {
    margin-top: 0;
  }
}

.remove-empty-space>*:empty {
  display: none;
}

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

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

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

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

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

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

.align-content {
  display: flex;
  height: 100%;
  position: relative;
}

.align-content--horizontal-center {
  justify-content: center;
  text-align: center;
}

.align-content--horizontal-left {
  justify-content: flex-start;
}

html[dir=rtl] .align-content--horizontal-left {
  text-align: right;
}

html[dir=ltr] .align-content--horizontal-left {
  text-align: left;
}

.align-content--vertical-top {
  align-items: flex-start;
}

.align-content--vertical-middle {
  align-items: center;
}

.align-content--vertical-bottom {
  align-items: flex-end;
}

.element--opacity-30 {
  opacity: 0.3;
}

.element--height-small {
  min-height: 40vh;
}

@media screen and (orientation: portrait) {
  .element--height-small {
    min-height: 25vh;
  }
}

.element--has-border {
  border-color: var(--color-borders-cards);
  border-width: 1px;
  border-style: solid;
}

.element--has-border--body {
  border-color: var(--color-borders-main);
  border-width: 1px;
  border-style: solid;
}

.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 img {
  border-radius: var(--border-radius-cards);
}

.element--border-width-clamped {
  border-style: solid;
  border-width: clamp(0px, 1px, 1px);
}

.element--is-inline-block {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .element--hide-on-small {
    display: none !important;
  }
}

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

@media screen and (min-width: 1024px) {
  .element--hide-on-portable-plus {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .element--hide-on-desk {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .element--is-sticky {
    position: sticky !important;
    top: var(--col-gap);
  }
}

.element--overflow-hidden {
  overflow: hidden;
}

@keyframes reveal-opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.shopify-policy__container {
  width: 100%;
  max-width: var(--theme-max-width) !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;
  margin-bottom: 80px!important;
}

@media screen and (min-width: 1200px){
  .shopify-policy__container {
    margin-bottom: 120px!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;
  align-items: start;
  grid-gap: var(--col-gap);
}

.grid--justify-space-between {
  justify-content: end;
}

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

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

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

@media screen and (max-width: 374px) {
  .grid-tiny-1 {
    --visible-cols: 1;
  }
}

@media screen and (max-width: 374px) {
  .grid-tiny-2 {
    --visible-cols: 2;
  }
}

@media screen and (max-width: 374px) {
  .grid-tiny-3 {
    --visible-cols: 3;
  }
}

@media screen and (max-width: 374px) {
  .grid-tiny-4 {
    --visible-cols: 4;
  }
}

@media screen and (max-width: 374px) {
  .grid-tiny-5 {
    --visible-cols: 5;
  }
}

@media screen and (max-width: 374px) {
  .grid-tiny-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));
  position: relative;
}

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

  .portable-show {
    display: block;
  }
}

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

  .lap-show {
    display: block;
  }
}

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

  .palm-show {
    display: block;
  }
}

.grid--gap-small {
  --col-gap: 18px;
}

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

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

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

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

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

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

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

@media screen and (max-width: 1023px) {
  .grid-offset-portable-1 {
    grid-column-start: span 1;
  }
}

@media screen and (max-width: 1023px) {
  .grid-offset-portable-2 {
    grid-column-start: span 2;
  }
}

@media screen and (max-width: 1023px) {
  .grid-offset-portable-3 {
    grid-column-start: span 3;
  }
}

@media screen and (max-width: 767px) {
  .grid-offset-lap-1 {
    grid-column-start: span 1;
  }
}

@media screen and (max-width: 374px) {
  .grid-offset-tiny-1 {
    grid-column-start: span 1;
  }
}

.grid--flippable {
  grid-template-areas: "left right";
}

@media screen and (max-width: 767px) {
  .grid--flippable {
    grid-template-areas: "left""right";
  }
}

.grid--flippable-flipped {
  grid-template-areas: "right left";
}

@media screen and (max-width: 767px) {
  .grid--flippable-flipped {
    grid-template-areas: "left""right";
  }
}

.grid--flippable>div:first-child {
  grid-area: left;
}

.grid--flippable>div:last-child {
  grid-area: right;
}

.container--large {
  position: relative;
}

.container--large:empty {
  display: none;
}

:root {
  --gutter-small: 15px;
  --gutter-regular: 20px;
  --gutter-large: 40px;
  --gutter-xlarge: 80px;
  --gutter-container: 40px;
  --gutter-breadcrumbs: -35px;
  --sidebar-width: 420px;
  --sidebar-gutter: 30px;
  --full-height: 100vh;
  --button-padding: 0.875rem 0.9375rem;
  --input-padding: 0.75rem;
  --button-product: 3.75rem;
  --header-vertical-space: 30px;
  --container-vertical-space: 80px;
  /* var(--container-vertical-space-base) */
  --grid-gap: var(--grid-gap-original-base);
  --color-background-cards: var(--color-background-main);
  --color-text-cards: var(--color-text-main);
  --color-foreground-cards: var(--color-foreground-main);
  --color-secondary-text-cards: var(--color-secondary-text-main);
  --color-accent-cards: var(--color-text-main);
  --color-foreground-accent-cards: var(--color-foreground-main);
  --color-borders-cards: var(--color-borders-main);
}

@media screen and (max-width: 1280px) {
  :root {
    --gutter-small: 12px;
    --gutter-regular: 20px;
    --gutter-large: 35px;
    --gutter-xlarge: 60px;
    --gutter-breadcrumbs: -40px;
    --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: 40px;
    --gutter-breadcrumbs: -50px;
    --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: 0.6875rem 0.5625rem;
    --input-padding: 0.5rem;
    --button-product: 3.125rem;
    --gutter-container: 20px;
    --gutter-breadcrumbs: -50px;
    --header-vertical-space: 15px;
  }
}

@media screen and (max-width: 474px) {
  :root {
    --sidebar-width: 100%;
    --gutter-container: 20px;
  }
}

.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;
  padding: var(--button-padding);
  display: inline-block;
  border-style: solid;
  border-radius: var(--border-radius-buttons);
  border-width: var(--border-width-buttons);
  transition: all 175ms linear;
  font-weight: var(--font-weight-buttons);
  line-height: 1.25;
  cursor: pointer;
  border-width: var(--border-width-buttons);
  color: var(--color-text-main);
  transition: all 175ms linear;
  background-color: #6CC72B;
  color: #ffffff;
  border-color: #6CC72B;
  box-shadow: 0px 4px 0px 0px #47841c;
  font-size: 20px;
  padding: 10px;
}

.button:hover {
  background-color: #47841c;
  border-color: #47841c;
  box-shadow: 0px 4px 0px 0px #6CC72B;
}

.button--fullwidth {
  width: 100%;
}

.button__text {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.button:not(.button--outline-hover-solid) .button__text {
  transition: transform 175ms ease, all 175ms linear;
}

/ html[dir=rtl] .no-touchevents .button--fullwidth.button--icon:hover .button__text {
  width: fit-content;
}

html[dir=ltr] .no-touchevents .button--fullwidth.button--icon:hover .button__text {
  width: 0;
}

.button--icon {
  align-items: center;
  position: relative;
}

html[dir=rtl] .button--icon {
  text-align: right;
}

html[dir=ltr] .button--icon {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .button--icon {
    padding-left: 2.875rem !important;
    padding-right: 2.875rem !important;
  }

  .no-touchevents .button--icon:hover {
    padding-inline-end: 4.3125rem;
    padding-inline-start: 1.375rem;
  }

  .no-touchevents .button--icon:hover .button__icon {
    opacity: 1;
    transform: translate(-20px, -50%);
  }

  html[dir=rtl] .no-touchevents .button--icon:hover .button__icon {
    transform: translate(0px, -50%) rotate(180deg);
  }
}

@media screen and (max-width: 767px) {
  .button--icon {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

.button--icon span {
  line-height: 1;
}

.button--icon .button__icon {
  width: 22px;
  position: absolute;
  top: 50%;
  transform-origin: center right;
  transform: translate(-25px, -50%);
  pointer-events: none;
  align-items: center;
  opacity: 0;
  transition: opacity 175ms linear, transform 175ms ease;
  display: none;
}

html[dir=rtl] .button--icon .button__icon {
  left: 0;
}

html[dir=ltr] .button--icon .button__icon {
  right: 0;
}

html[dir=rtl] .button--icon .button__icon {
  transform: translate(25px, -50%) rotate(180deg);
}

.button--icon .button__icon svg path {
  fill: #fff;
}

.button--icon-left .button__icon {
  right: auto !important;
  left: 10px !important;
  opacity: 1;
  transform: translate(0, -50%) !important;
  display: block;
}

.button--icon-left .button__icon svg {
  vertical-align: middle;
}

.button--icon .button__text {
  white-space: nowrap;
}

.button--icon svg {
  width: 22px;
  height: 100%;
}

html[dir=ltr] .button--icon.button--fullwidth .button__icon {
  width: 40px;
}

.button--icon.button--fullwidth svg {
  width: 40px;
  height: 8px;
}

.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 3s 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 6s linear 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: #6CC72B;
  border-color: #6CC72B;
}

.button--outline path {
  fill: var(--color-text-main);
}

.button--solid {
  background-color: #6CC72B;
  color: #ffffff;
  border-color: #6CC72B;
  box-shadow: 0px 4px 0px 0px #47841c;
  font-size: 20px;
  padding: 10px;
}

.button--solid path,
.button--solid.button--icon .button__icon svg path {
  fill: var(--color-foreground-main);
}

.button--move {
  overflow: hidden;
}

.no-touchevents .button--move:hover .button__text {
  animation: move 350ms ease-in-out forwards;
}

.button--no-border {
  border: 0;
}

.button:focus-visible {
  box-shadow: 0 0 0 3px var(--color-secondary-background-main);
}

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

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@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 move {
  0% {
    transform: translateY(0%);
  }

  49% {
    transform: translateY(-200%);
  }

  50% {
    transform: translateY(-200%);
    visibility: hidden;
  }

  51% {
    transform: translateY(200%);
  }

  52% {
    transform: translateY(200%);
    visibility: visible;
  }

  100% {
    transform: translateY(0%);
  }
}

.pill {
  font-size: calc(12px / 16 * var(--base-body-primary-size) + 0px);
  background-color: var(--color-third-background-main);
  display: inline-block;
  padding: 0.375rem 0.75rem 0.3125rem;
  line-height: 1;
  border-radius: 1.25rem;
  border: 0;
  color: var(--color-secondary-text-main);
  transition: background-color 175ms ease, border 175ms ease;
}

.no-touchevents .pill:hover {
  background-color: var(--color-secondary-background-main);
}

.product-icons-list .pill {
  color: var(--color-text-main);
}

.pill--large {
  font-size: calc(14px / 16 * var(--base-body-primary-size) + 0px);
  padding: 0.4375rem 1.0625rem;
}

.pill--has-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pill--has-close {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: calc(15px / 16 * var(--base-body-primary-size) + 0px);
}

.pill--has-close svg {
  width: 0.9375rem;
  height: 0.9375rem;
}

.pill--compact {
  min-height: 1.8125rem;
}

.pill--no-bg {
  padding: 0;
  background-color: transparent;
}

.no-touchevents .pill--no-bg:hover {
  background-color: transparent;
}

.pill--outline {
  background-color: transparent;
  border: solid 1px var(--color-secondary-text-main);
  color: var(--color-text-main);
}

.pill--outline-active {
  border-color: transparent;
  background-color: var(--color-text-main);
  color: var(--color-foreground-main);
}

.no-touchevents .pill--outline:hover {
  background-color: transparent;
  border-color: var(--color-text-main);
}

.pill__icon {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
}

.product-icons-list .pill__icon {
  width: 1.4375rem;
  height: 1.4375rem;
}

.pill__icon svg,
.pill__icon img {
  width: 1.125rem;
  height: 1.125rem;
}

.product-icons-list .pill__icon svg,
.product-icons-list .pill__icon img {
  width: 1.4375rem;
  height: 1.4375rem;
}

.main-go-top {
  position: fixed;
  bottom: var(--gutter-regular);
  right: var(--gutter-regular);
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 999;
  transform: translateY(200%);
  transition: 175ms linear transform;
}

.main-go-top:before {
  content: "";
  opacity: 0.5;
  z-index: -1;
  border-style: solid;
  border-width: var(--border-width-buttons);
  border-color: var(--color-borders-main);
  background: var(--color-background-main);
  border-radius: var(--border-radius-buttons);
  transition: opacity 175ms linear;
}

.no-touchevents .main-go-top:hover:before {
  opacity: 1;
}

.main-go-top__icon {
  margin-top: -0.0625rem;
}

.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__text {
  font-size: calc(11px / 16 * var(--base-body-primary-size) + 0px);
  text-transform: uppercase;
  font-weight: var(--font-weight-body-primary-bold);
  margin-top: -0.1875rem;
}

.main-go-top.show {
  transform: translateY(0);
}

.card--no-sideborders {
  border-left: 0;
  border-right: 0;
}

.card--no-radius {
  border-radius: 0;
}

.card--no-borders {
  border: 0;
}

.card--no-background {
  background: transparent;
}

.card--fullwidth {
  width: 100%;
}

.card[class*=opacity] {
  transition: ease opacity 175ms;
}

.card[class*=opacity]:hover {
  opacity: 1;
}

.card__icon {
  width: 3.125rem;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 64px;
  height: 64px;
}

.card__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.card__icon svg * {
  stroke: var(--color-text-cards);
}

.card__icon img {
  opacity: 0;
  transition: opacity 175ms linear;
}

.card__icon img.lazyloaded {
  opacity: 1;
}

.card__icon-crop--fit {
  width: 128px;
}

.card__icon-crop--fit img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.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;
  border-radius: var(--border-radius-cards);
  pointer-events: none;
  transition: opacity 175ms linear;
}

.card__image--with-overlay.lazy-image--revealed:after,
.card__image--with-overlay-forced:after {
  opacity: 0.36;
}

.card__text {
  z-index: 99;
  word-wrap: break-word;
}

.card__text>* {
  display: block;
}

.card__text .button {
  display: inline-block;
}

.card--animation .card__text {
  transition: all 175ms ease-out 50ms;
}

.no-touchevents .card--animation:hover .card__text {
  transform: translateY(-0.625rem);
}

.line-separator {
  border: 0;
  height: 1px;
  background: var(--color-text-cards);
  width: 50px;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  transition: cubic-bezier(0.47, 1.64, 0.41, 0.8) width 500ms;
}

.line-separator--fullwidth {
  width: 100%;
}

.line-separator--body-color {
  background-color: var(--color-secondary-background-main);
}

a:hover .line-separator {
  width: 75px;
}

input,
textarea,
select {
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  transition: all 100ms linear;
  overflow: hidden;
  box-shadow: none !important;
  border: 0;
  background: transparent;
  padding: 0.494px 26.379px 4.746px 0.5px;
  border-bottom: 1px solid #222;
  color: rgba(34, 34, 34, 0.50);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--color-text-main);
  opacity: 0.62;
  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 {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  position: relative;
}

.styled-checkbox::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 175ms;
}

.styled-checkbox:checked {
  background: var(--color-text-main);
}

.styled-checkbox:checked::before {
  transform: scale(1) translate(-50%, -50%);
}

select {
  background-repeat: no-repeat;
  background-position: calc(100% - 1.5rem) center;
  background-size: 0.75rem 0.4375rem;
  padding: var(--input-padding) 3.3125rem var(--input-padding) 1rem;
  width: 100%;
  cursor: pointer;
  transition: border 100ms linear;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

html[dir=rtl] select {
  text-align: right;
}

html[dir=ltr] select {
  text-align: left;
}

html[dir=rtl] select {
  background-position: 1.125rem center;
  padding: var(--input-padding) 1rem var(--input-padding) 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%;
}

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

.form-row input {
  width: 100%;
}

.contact-form__the-form {
  padding: 40px;
  border-radius: 20px;
  background: #F9F9F9;
}

.container--large .contact-form {
  margin-top: 60px;
  align-items: center;
}

.container--large .contact-form__info .element--has-border {
  border: none;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;

  padding: 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:not(:last-child) {
  padding-bottom: 18px;
}

.contact-form__row .field__input {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(34, 34, 34, 0.50);
  border-radius: 100px;
  border: 1px solid rgba(34, 34, 34, 0.30);
  padding: 10px 24px;
  transition: all .2s ease-in-out;
}

.contact-form__row .field__input:focus,
.contact-form__row .field__input:hover {
  color: rgba(34, 34, 34, 0.6);
}

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

.lazy-image {
  position: relative;
}

.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-third-background-main);
  animation: lazy-loading 4s linear infinite;
  opacity: 0.2;
}

.lazy-image.lazy-image--animation img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: translateY(0);
  position: relative;
  top: 0;
  transition: top 175ms linear, clip-path 175ms linear;
}

.no-touchevents a:hover .lazy-image.lazy-image--animation img,
.no-touchevents .card--animation:hover .lazy-image.lazy-image--animation img {
  /* card hover anin */
  /* clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.625rem), 0 calc(100% - 0.625rem));
  top: -10px; */
}

.lazy-image.lazy-image--zoom-animation {
  overflow: hidden;
}

.lazy-image.lazy-image--zoom-animation img {
  transition: width 175ms linear, height 175ms linear, left 175ms linear, top 175ms linear, transform 175ms linear, opacity 350ms ease-out;
}

.no-touchevents a:hover .lazy-image.lazy-image--zoom-animation img {
  width: 102%;
  height: 102%;
  top: -1%;
  left: -1%;
}

.lazy-image.lazy-image--scale-animation {
  overflow: hidden;
}

.lazy-image.lazy-image--scale-animation img {
  transition: opacity 350ms, transform 175ms linear !important;
}

.no-touchevents a:hover .lazy-image.lazy-image--scale-animation img {
  transform: scale(1.05);
}

.lazy-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  position: relative;
  z-index: 9;
}

.lazy-image.lazy-image--to-reveal img {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .lazy-image.lazy-image--to-reveal img {
    transform: translateY(20px) scale(1.05);
  }
}

.lazy-image.lazy-image--to-reveal.lazy-image--revealed:before,
.lazy-image.lazy-image--to-reveal.lazy-image--revealed:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .lazy-image.lazy-image--to-reveal.lazy-image--revealed img {
    animation: lazyanimation 0.5s linear forwards;
  }
}

@media screen and (max-width: 767px) {
  .lazy-image.lazy-image--to-reveal.lazy-image--revealed img {
    opacity: 1;
    transition: opacity 700ms ease-out;
  }
}

.lazy-image:not(.lazy-image--to-reveal) img {
  opacity: 0;
}

.lazy-image:not(.lazy-image--to-reveal).lazyloaded:before,
.lazy-image:not(.lazy-image--to-reveal).lazyloaded:after {
  display: none;
}

.lazy-image:not(.lazy-image--to-reveal).lazyloaded img {
  opacity: 1;
}

.lazy-image:not(.lazy-image--to-reveal) img {
  transition: opacity 350ms ease-out;
}

.lazy-image:not(.lazy-image--to-reveal).lazy-image--zoom-animation img {
  transition: width 175ms linear, height 175ms linear, left 175ms linear, top 175ms linear, opacity 350ms ease-out;
}

.lazy-image:not(.lazy-image--to-reveal).lazy-image--animation img {
  transition: top 175ms linear, clip-path 175ms linear, opacity 350ms ease-out;
}

.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,
.lazy-image.lazy-image--background video {
  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 {
  background-color: var(--color-background-cart-card);
}

.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;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@keyframes lazy-loading {
  0% {
    height: 0;
    top: 0;
  }

  33% {
    height: 100%;
    top: 0;
  }

  66% {
    top: 100%;
    height: 0;
  }

  100% {
    top: 0;
    height: 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.svg-placeholder--background {
  background: var(--color-secondary-background-main);
}

.svg-placeholder--foreground {
  background: var(--color-secondary-background-main);
}

@keyframes lazyanimation {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(1.05);
  }

  50% {
    opacity: 1;
    transform: translateY(5px) scale(1.025);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

video-background-element.lazy-image {
  width: 100%;
  height: 0;
  display: block;
}

video-background-element.lazy-image video {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  video-background-element.lazy-image video {
    transform: translateY(20px) scale(1.05);
  }
}

video-background-element.lazy-image.loaded:before,
video-background-element.lazy-image.loaded:after {
  display: none;
}

@media screen and (min-width: 768px) {
  video-background-element.lazy-image.loaded video {
    animation: lazyanimation 0.5s linear forwards;
  }
}

@media screen and (max-width: 767px) {
  video-background-element.lazy-image.loaded video {
    opacity: 1;
    transition: opacity 700ms ease-out;
  }
}

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

.main-content {
  position: relative;
}

.search-page-form form {
  display: flex;
  gap: var(--gutter-regular);
}

.search-page-form form input {
  width: 100%;
}

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

.search-item mark {
  position: relative;
  z-index: -1;
}

.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-text-main) !important;
  color: var(--color-foreground-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;
}

.show-more {
  position: relative;
  display: block;
  padding-bottom: var(--gutter-regular);
  --height: 200px;
}

@media screen and (max-width: 767px) {
  .show-more {
    padding-bottom: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .facets__wrapper .show-more:not(.disabled) {
    padding-bottom: 2.5rem;
  }
}

.show-more--active-not-active {
  padding-bottom: 0;
}

.show-more_toggler {
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .facets__wrapper .show-more_toggler {
    top: calc(100% - 30px);
  }
}

.show-more_toggler.disabled {
  display: none;
}

.show-more_toggler.disabled+.show-more_panel {
  margin-bottom: 0;
}

.show-more_toggler.active+.show-more_panel:after {
  display: none;
}

.show-more_toggler:not(.init),
.show-more_toggler:not(.init)+.show-more_panel:after {
  visibility: hidden;
}

.show-more_panel {
  position: relative;
  z-index: 0;
  max-height: var(--height);
  overflow: hidden;
  transition: all ease 500ms;
}

.show-more_panel:after {
  display: inline-block;
  content: "";
  background: var(--color-background-main);
  background: linear-gradient(0deg, var(--color-background-main) 10%, var(--color-opacity-background-main) 100%);
  position: absolute;
  bottom: 0;
  display: inline-block;
  height: 1.25rem;
  width: 100%;
  z-index: 2;
}

html[dir=rtl] .show-more_panel:after {
  right: 0;
}

html[dir=ltr] .show-more_panel:after {
  left: 0;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.section-heading--center {
  text-align: center;
  display: block;
}

.section-heading--left.section-heading--two-rows {
  column-gap: var(--gutter-regular);
}

.section-heading__title {
  margin-bottom: 0;
  letter-spacing: 0;
}

.section-heading--two-rows .section-heading__title {
  display: block;
}

html[dir=rtl] .section-heading__subheading {
  border-right: solid 1px var(--color-borders-forms-primary);
}

html[dir=ltr] .section-heading__subheading {
  border-left: solid 1px var(--color-borders-forms-primary);
}

.section-heading--two-rows .section-heading__subheading {
  border: 0 !important;
  display: block;
  max-width: 540px;
  padding-top: 24px;
  color: rgba(34, 34, 34, 0.70);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: auto;
}

.section-heading__subheading p {
  margin-bottom: 0;
}

.section-heading__text {
  padding-inline-end: 10%;
  display: flex;
  align-items: center;
  gap: var(--gutter-regular);
}

@media screen and (max-width: 767px) {
  .section-heading__text {
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-heading__text {
    padding-inline-end: 0rem;
    width: 100%;
  }
}

.section-heading--two-rows .section-heading__text {
  display: block;
  padding-inline-end: 0;
}

.section-heading__actions {
  flex-shrink: 0;
}

.section-heading--center .section-heading__actions {
  margin-top: 1.125rem;
}

.section-heading:empty {
  display: none;
}

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

@media screen and (max-width: 767px) {
  .section-footer .button {
    width: 100%;
  }
}

.section-footer__actions {
  padding-top: 40px;
}

.container--fullwidth .section-footer {
  padding-left: var(--gutter-container);
  padding-right: var(--gutter-container);
}

.product-actions .sidebar-widget {
  margin-bottom: 0;
}

.sidebar-widget+.product-form {
  margin-top: -0.625rem;
}

.sidebar-widget__title {
  display: inline-block;
  font-weight: var(--font-weight-body-primary-bold);
  padding-bottom: var(--gutter-small);
}

.sidebar-widget__content {
  background-color: var(--color-background-main-alternate);
  border-radius: var(--border-radius-widgets);
  padding: var(--gutter-regular);
}

.sidebar-widget__content:empty {
  display: none;
}

.sidebar-widget--outline {
  position: relative;
}

.sidebar-widget--outline .sidebar-widget__title {
  font-weight: var(--font-weight-body-primary-medium);
  background-color: var(--color-background-main);
  position: absolute;
  padding: 0 var(--gutter-small);
  text-transform: uppercase;
  top: 0;
  transform: translateY(-50%);
  left: calc(var(--gutter-regular) - var(--gutter-small));
}

.sidebar-widget--outline .sidebar-widget__content {
  background-color: transparent;
  border: solid 1px var(--color-secondary-background-main);
}

product-recommendations.sidebar-widget {
  display: block !important;
}

.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;
  padding-left: 12px;
  padding-right: 12px;
  border: none;
  box-sizing: content-box;
}

.social-icons a .icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons svg {
  height: 100%;
  width: 100%;
}

.social-icons svg path {
  fill: var(--color-text-main);
}

.social-icons img {
  width: 100%;
  height: 100%;
}

.main-go-top:before,
.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,
video-background-element.lazy-image video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

html[dir=rtl] .main-go-top:before,
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,
html[dir=rtl] video-background-element.lazy-image video,
video-background-element.lazy-image html[dir=rtl] video {
  right: 0;
}

html[dir=ltr] .main-go-top:before,
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,
html[dir=ltr] video-background-element.lazy-image video,
video-background-element.lazy-image html[dir=ltr] video {
  left: 0;
}

.appstle_sub_widget,
#appstle_subscription_widget1 {
  max-width: 100% !important;
}

.enable_subscription_one_button .appstle_sub_widget {
  display: none !important;
}

.product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-price--percent {
  margin-left: 10px;
  background: #ffcce6;
  padding: 0 5px;
  border-radius: 10px;
}

.block-166245749775e9bb81-1 ul {
  list-style-image: url('icon-check-yellow.svg');
  margin: 0 0 0 30px;
}

.scrolling-row {
  display: flex;
  align-items: center;
  gap: 50px;
}

.scrolling-text {
  gap: 50px;
}

.scrolling-text .scrolling-row span {
  display: block;
}

.scrolling-text .scrolling-row figure {
  width: 150px;
}

.mount-scrolling-text .scrolling-text {
  padding: 19px 0;
  height: auto !important;
}

@media screen and (min-width: 1200px)
{
  .scrolling-row,
  .scrolling-text {
    gap: 80px;
  }
}
.text_columns_slider {
  margin-top: 40px;
  margin-bottom: 40px;
}
.text_columns_slider .grid {
  --col-gap: 40px;
}
.text_columns_slider .section-heading--two-rows .section-heading__subheading {
  max-width: 1045px;
}
.text_columns_slider .text_columns_images-content {
  padding: 16px 0 0 0;
}
.text_columns_slider .text_columns_images-title {
  margin-bottom: 10px;
}
.text_columns_slider .text_columns_images-title h2 {
  font-weight: 500;
  line-height: 24px;
}
.text_columns_slider .text_columns_images-caption {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .text_columns_slider .grid {
    --col-size: calc(
            (75% - var(--col-gap) * (var(--visible-cols) - 1)) / var(--visible-cols)
    );
  }
  .text_columns_slider .css-slider-button[style*=block] {
    display: none !important;
  }

  .text_columns_slider .css-slider-dot-navigation {
    width: 100% !important;
  }

  .text_columns_slider .css-slider-dot {
    width: 33% !important;
  }
}

@media screen and (min-width: 768px) {
  .text_columns_slider .text_columns_images-content {
    padding-top: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .text_columns_slider .text_columns_images-title h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

.text_columns_icons-row {
  display: flex;
  gap: 50px;
}

.text_columns_icons-row .text_columns_icons-row--image {
  width: 40%;
}

.text_columns_icons-row .text_columns_icons-row--content {
  width: calc(60% - 50px);
}

.image-position-right .text_columns_icons-row--image {
  order: 2;
}

.text_columns_icons-row--content h3 {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .text_columns_icons-row {
    flex-wrap: wrap;
  }

  .text_columns_icons-row .text_columns_icons-row--image {
    display: none;
  }

  .text_columns_icons-row .text_columns_icons-row--content {
    width: 100%;
  }

  .text_columns_icons-row .text_columns_icons-row--content .card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .text_columns_icons-row .card .card__icon {
    width: 50px;
  }

  .text_columns_icons-row .card .card__icon+div {
    width: calc(100% - 60px);
  }
}

.card.text-align--left .card__icon {
  margin-left: 0;
}

.card__icon-hover {
  display: none
}

.card__icon-hover {
  height: 64px;
}

.hover-icon:hover .card__icon-main {
  display: none;
}

.hover-icon:hover .card__icon-hover {
  display: block;
}

.video-lists-card .video-popup__play {
  width: 90px;
  height: 90px;
}

.video-lists-card {
  border-radius: 10px;
  overflow: hidden;
}

.video-lists-card .video-popup__play svg {
  width: 46.875px;
  height: 46.875px;
}

.video-lists-card .video-popup__play svg path {
  fill: #ffffff;
}
@media screen and (max-width: 767px) {
  .video-lists > div {
    padding-right: 0;
  }
  .video-lists .grid {
    padding-right: 20px;
  }
}
.compare-table {
  width: 100%;
  display: table;
  /* max-width: 1200px; */
  margin: auto;
}

.compare-table .td {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding: 21px 30px;
  vertical-align: middle;
  min-height: 90px;
}

.compare-table p {
  margin: 0;
  font-size: 20px;
  color: #858585;
}

.compare-table p.i {
  font-style: italic;
  font-size: 14px;
  color: #858585;
  margin-top: 5px;
}

.compare-table .tr {
  display: table-row;
}

.compare-table .td {
  display: table-cell;
}

.compare-table .td-1 p {
  color: #222222;
}

.compare-table .tr:not(:first-child) svg {
  width: 28px;
  height: 28px;
}

.compare-table .tr:last-child .td {
  border-bottom: 0;
}

.compare-table .tr:first-child .td.featured-column {
  background: var(--color-compare-table);
  border-radius: 10px 10px 0 0;
  border: 2px solid var(--color-compare-table);
  border: 0;
}

.compare-table .td.featured-column {
  border: 0;
  border-left: 2px solid var(--color-compare-table);
  border-right: 2px solid var(--color-compare-table);

}

.compare-table .tr:last-child .td.featured-column {
  border-bottom: 2px solid var(--color-compare-table);
  border-radius: 0 0 10px 10px;
}

.compare-table .td.featured-column p {
  color: var(--color-compare-table);
  font-size: 14px;
}

.compare-table .td.featured-column svg path {
  stroke: var(--color-compare-table);
}

.compare-table .td.featured-column strong {
  font-size: 30px;
}

.block-html_Q6dHjx,
#block-custom_liquid_HHnrky {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
#block-custom_liquid_HHnrky {
  margin: 0;
}
.block-166245749775e9bb81-0 h2 {
  font-weight: 400;
}
.block-html_Q6dHjx .reviews,
#block-custom_liquid_HHnrky .reviews {
  display: flex;
  align-items: center;
}

.block-html_7BeW7R,
.block-html_7BeW7R span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.block-html_7BeW7R p {
  margin: 0;
}

.block-html_7BeW7R p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

/* Icon */
.block-html_7BeW7R svg {
  width: 20px;
  height: 20px;
}

.area--search,
.header-container--bottom {
  display: none;
}

@media screen and (max-width: 767px) {
  .compare-table .td {
    padding: 10px;
    width: 20%;
  }

  .compare-table .td-1 {
    width: 30%;
    padding: 10px 0;
  }

  .compare-table .td svg {
    width: 80%;
    margin: auto;
  }

  .compare-table p {
    font-size: 14px;
    line-height: 1;
  }

  .compare-table p.i {
    font-size: 8px;
    line-height: 1;
  }

  .compare-table .td.featured-column p {
    font-size: 10px;
  }

  .compare-table .td.featured-column strong {
    font-size: 20px;
    dipslay: block;
  }
}

.reviews-label {
  color: rgba(34, 34, 34, 0.70);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.td-3.text-align--center svg,
.td-4.text-align--center svg {
  opacity: 0.5;
}

[id*="0e657932-44bd-48f9-a1e1-fb9b77ba4a7f"] .text_columns_icons-row--content .grid {
  gap: 12px;
}

@media screen and (min-width: 1024px) {
  .card__text .block-title_T3ejdL {
    margin-bottom: 8px;
  }

  .card__text .block-166245749775e9bb81-1 p {
    margin-bottom: 4px;
  }

  .card__text .block-166245749775e9bb81-1 ul {
    margin-top: 24.3px;
  }

  .card__text .block-166245749775e9bb81-1 {
    margin-bottom: 20.3px;
  }

  .rte.block-166245749775e9bb81-1
}

[id*="0e657932-44bd-48f9-a1e1-fb9b77ba4a7f"] .text_columns_icons-row--content .grid {
  gap: 12px;
}

.text_columns_icons-row {
  gap: 125px;
}

.text_columns_icons-row--content .section-heading {
  padding-bottom: 40px;
}

.video-lists .section-heading {
  padding-bottom: 40px;
}

.compare-table .section-heading {
  padding-bottom: 40px;
  padding-top: 80.5px;
}

.main-footer .grid {
  /* grid-gap: 40px; */
}

.block-title_T3ejdL h2 {
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 44px;
}

.mount-product-page .container--vertical-space-small {
  margin-top: 24px;
}

[id*="bad1f478-44f7-460a-82d8-392d8886d0fd"] .container--vertical-space {
  margin-top: 0;
}

.section-heading__title h2 {
  font-size: 20px;
  margin-bottom: 0;
}

[id*="0e657932-44bd-48f9-a1e1-fb9b77ba4a7f"] .container--large {
  margin-top: 80px;
}

.video-lists {
  margin-top: 80px;
}

.text_columns_icons-row {
  margin-top: 80px;
}

[id*="text_columns_icons_HqDjmc"] .gutter-bottom--large {
  padding-bottom: 42px;
}

/* product page powerful section */
[id*="text_columns_icons_qp3Ua6"] .section-heading__subheading {
  font-family: var(--font-stack-body-secondary);
  font-weight: bold;
  color: #000;
  font-size: 40px;
  line-height: 44px;
  padding-top: 0;
}

[id*="text_columns_icons_qp3Ua6"] .grid {
  --grid-gap: 0px;
}

[id*="text_columns_icons_qp3Ua6"] .card__icon {
  height: auto;
}

/* product page good-for section */
[id*="custom_liquid_6HbmAh"] .section-heading__title h2,
[id*="custom_liquid_TfrqkH"] .section-heading__title h2 {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

[id*="custom_liquid_6HbmAh"] p,
[id*="custom_liquid_TfrqkH"] p {
  color: #002F30;
  font-family: Inter;
  font-size: 16.3px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 153.374% */
  letter-spacing: -0.6px;
}

[id*="custom_liquid_6HbmAh"] .container,
[id*="custom_liquid_TfrqkH"] .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* what-to section  */
[id*="text_columns_icons_HqDjmc"] .grid-lap-2 {
  --visible-cols: 2;
}

[id*="text_columns_icons_HqDjmc"] .grid {
  row-gap: 24px;
  column-gap: 40px;
  --col-size: calc((100% - 40px*(var(--visible-cols) - 1)) / var(--visible-cols));
}

#product-form-installment {
  display: none;
}

.main-product .css-slider:not(.css-slider--overlay-navigation) .css-slider-navigation-container {
  display: none;
}

.logo760 {
  display: none;
}

.compare-table>.tr:first-child>.td:first-child {
  border-bottom: 0;
}

.card__image .icon {
  margin-top: -32px;
  margin-left: -32px;
  z-index: 1;
  position: absolute;
  padding: 10px;
  background: #fff;
  border-radius: 100px;
  width: 64px;
  height: 64px;
}

[id*="text_columns_images_TzwAU8"] .grid {
  --col-gap: 21px;
}

[id*="text_columns_images_TzwAU8"] .gutter-bottom--large {
  padding-bottom: 40px;
}

[id*="text_columns_images_TzwAU8"] .card__image {
  border-radius: 10px;
  overflow: visible;
}

[id*="text_columns_images_TzwAU8"] .card .gutter--regular {
  padding: 40px 24px 0px 24px;
}

[id*="text_columns_images_TzwAU8"] .card .spacing--small>* {
  margin-bottom: 14px;
}

[id*="rich_text_HAcPze"] .text-part .subheading  {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text-part .subheading {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
}

[id*="rich_text_HAcPze"] .heading-size--regular {
  color: #222;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
}

.block-text_8K8c9H p {
  color: rgba(34, 34, 34, 0.70);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  margin-top: 24px;
}

[id*="rich_text_Jznftb"] .icon-with-text-group {
  gap: 40px;
  display: flex;
  flex-direction: column;
}

[id*="rich_text_HAcPze"] .icon-with-text-group {
  gap: 40px;
  display: flex;
  margin-top: 40px;
}

.main-footer .container--large {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.payment__icons p {
  margin-bottom: 14px;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

[id*="rich_text_Jznftb"] .rich-text__text .card__text {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {

  [id*="rich_text_HAcPze"] .rich-text__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  [id*="rich_text_HAcPze"] .rich-text__text {
    padding: 60px 80px 60px 0;
  }

  [id*="rich_text_Jznftb"] .rich-text__text {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 20px;
    padding-bottom: 60px;
  }

  .mount-product-page .container {
    margin-top: 0;
  }

  /* product page powerful section */
  [id*="text_columns_icons_qp3Ua6"] .text_columns_icons-row--content h3 {
    max-width: 120px;
    margin: 0 auto;
  }

  [id*="text_columns_icons_qp3Ua6"] .text_columns_icons-row--content .text-size--small {
    max-width: 200px;
    margin: 0 auto;
  }

  [id*="text_columns_icons_qp3Ua6"] .text_columns_icons-row--content .section-heading__subheading.text-size--small {
    max-width: 1000px;
  }

  /* product page good-for section */
  [id*="custom_liquid_TfrqkH"] .container {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 92px;
  }

  [id*="custom_liquid_TfrqkH"] .section-heading__text {
    gap: 24px;
  }

  .section-heading-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
  }

  [id*="custom_liquid_6HbmAh"] .container {
    display: none;
  }

  .rich-text__text {
    padding: 40px;
  }

  .header__top {
    height: calc(var(--header-logo) + 28px);
  }

  .number {
    min-width: 60px;
    height: 60px;
  }
}

.number {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--color-rich-text);
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

[id*="text_columns_icons_qp3Ua6"] .container--large {
  padding-top: var(--gutter-container);
  padding-bottom: var(--gutter-container);
  margin-top: 0;
}
.text_columns_icons-slider .slick-track {
  display: flex !important;
}
.text_columns_icons-row--content .card {
  padding: 0;
  border-radius: 10px;
  background: transparent;
}
.text_columns_icons-row--content .card:not(.slick-slide) {
  margin: 0;
}

.text_columns_icons-row--content .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.text_columns_icons-row--content .card.slick-slide {
  margin-left: 6px;
  margin-right: 6px;
  height: inherit !important;
}
.text_columns_icons-row--content .icon-content .text-caption {
  color: rgba(0, 0, 0, 0.70);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .text_columns_icons-row--content .icon-content .text-caption {
    font-size: 14px;
    font-style: normal;
  }
}
.text_columns_icons-row--content .card.slick-slide .icon-content {
  padding-top: 24px;
}
.text_columns_icons-row--content .card .gutter--regular {
  padding: 0;
}

.slick-track .card__icon {
  margin: 0 auto;
}

.product-what_to_expect .section-heading {
  padding-bottom: 40px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {

  .video-lists .container--large {
    padding: 0;
  }

  .product-risk_free .rich-text__image {
    display: none;
  }

  .product-risk_free .rich-text__text {
    padding: 0;
  }

  .product-risk_free .rich-text__container {
    display: flex;
  }

  .product-risk_free .container--large {
    padding: 40px 20px;
  }

  .number {
    min-width: 40px;
    height: 40px;
  }


  [id*="text_columns_icons_qp3Ua6"] .container--large {
    padding: 24px 20px;
  }

  [id*="product_what_to_expect_zythMg"] .grid-lap-2,
  [id*="product_what_to_expect_aJU8CW"] .grid-lap-2,
  [id*="product_what_to_expect_eWYmth"] .grid-lap-2, {
    --visible-cols: 2;
  }

  .footer-header-part .icon-with-text-group {
    display: flex;
    gap: 0;
    order: 3;
    width: 100%;
    justify-content: space-between;
    margin: 40px 0;
  }

  .footer-header-part {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  [id*="text_columns_images_TzwAU8"] .grid--layout {
    --visible-cols: 2;
  }

  .compare-table .td.featured-column {
    background: #fff;
  }

  .video-lists-card .video-popup__play svg {
    width: 39.063px;
    height: 39.063px;
  }

  .header__top {
    height: calc(var(--header-logo) + 16px);
  }

  .rich-text__text {
    padding: 20px;
  }

  .block-html_7BeW7R p {
    font-size: 14px;
  }

  [id*="1662457498c47086cb"] .container--large {
    padding: 0;
  }

  .block-title_T3ejdL h2 {
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: 44px;
  }

  .block-title_T3ejdL {
    margin-bottom: 0;
  }

  .card__text .block-166245749775e9bb81-1 p {
    margin-bottom: 9.5px;
    color: rgba(34, 34, 34, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
  }

  .rte.block-166245749775e9bb81-1 ul {
    margin-bottom: 9.5px;
  }

  .rte.block-166245749775e9bb81-1 ul li {
    font-size: 16px
  }

  .rte.block-166245749775e9bb81-1 ul li:not(:first-child) {
    margin-top: 6px;
  }

  .block-html_7BeW7R {
    margin-top: 8px;
  }

  .text_columns_icons-row .text_columns_icons-row--image {
    display: none;
  }

  .text_columns_icons-row .text_columns_icons-row--content {
    width: 100%;
  }

  .text_columns_icons-row .text_columns_icons-row--content .card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .text_columns_icons-row {
    margin-top: 40px;
  }

  [id*="0e657932-44bd-48f9-a1e1-fb9b77ba4a7f"] .gutter-bottom--large {
    padding-bottom: 40px;
  }

  [id*="0e657932-44bd-48f9-a1e1-fb9b77ba4a7f"] .button {
    max-width: 420px !important;
  }

  .compare-table .section-heading {
    padding-top: 78px;
    padding-bottom: 40px;
  }

  .text-font--secondary.text-size--large {
    font-size: 40px;
    line-height: 48px;
  }

  .video-lists .section-heading {
    padding-bottom: 24px;
  }

  .compare-table p {
    font-size: 14px;
  }

  .compare-table p.i {
    font-size: 8px;
  }

  .video-lists-card {
    min-width: 187.5px;
    position: relative;
  }

  .video-lists .grid {
    --col-size: 25%;
    overflow: auto;
  }

  [id*="0e657932-44bd-48f9-a1e1-fb9b77ba4a7f"] .container--large {
    padding: 0;
  }

  [id*="0e657932-44bd-48f9-a1e1-fb9b77ba4a7f"] .card {
    /* width: 200px; */
    /* left: -158px; */
  }

  .video-lists {
    margin-top: 60.5px;
    padding: 0;
  }

  [id*="text_columns_icons_HqDjmc"] .gutter-bottom--large {
    padding-bottom: 42px;
  }

  /* product page powerful section */
  [id*="text_columns_icons_qp3Ua6"] .section-heading__text {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  [id*="text_columns_icons_qp3Ua6"] .section-heading__subheading {
    font-size: 32px;
    margin-left: 10px;
  }

  [id*="text_columns_icons_qp3Ua6"] .grid-6 {
    --visible-cols: 6;
  }

  [id*="text_columns_icons_qp3Ua6"] .grid {
    padding: 0;
    --grid-gap: 13px;
  }

  [id*="text_columns_icons_qp3Ua6"] .text_columns_icons-row--content .section-heading {
    padding-bottom: 40px;
  }

  /* product page good-for section */
  [id*="custom_liquid_TfrqkH"] .container {
    display: none;
  }

  [id*="custom_liquid_6HbmAh"] .container {
    margin-top: 60px;
  }

  .header__top.container--large {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

  .product-icon_lists .section-heading {
    padding-bottom: 32px;
  }

  [id*="text_columns_icons_qp3Ua6"] .container--large {
    padding: 40px 20px;
  }

  .product-risk_free>div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container--large .mobile-title {
    display: block;
    text-align: center;
    max-width: 270px;
    margin: 0 auto 24px;
  }

  .product-risk_free .rich-text__container .rich-text__text {
    padding: 0;
  }

  .product-risk_free .rich-text__container .block-text {
    margin-top: 0;
  }

  .block-title_mr7fWU {
    display: none;
  }

  .product-risk_free .container--large .rich-text__container {
    gap: 24px;
  }

  .product-risk_free .icon-with-text-row .icon-with-text {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
    text-align: center;
  }

  .product-risk_free .icon-with-text-row .text-part .text {
    font-size: 14px;
  }

  .number {
    min-width: 60px;
    height: 60px;
  }

  [id*="rich_text_Jznftb"] .icon-with-text-group {
    gap: 32px;
  }

  .compare-table .td.featured-column {
    background: #fff;
  }

  .video-lists-card .video-popup__play svg {
    width: 27.902px;
    height: 27.902px;
  }

  .header__top {
    height: calc(var(--header-logo) + 16px);
  }

  [id*="1662457498c47086cb"] .container--large {
    padding: 0;
  }

  .rich-text__text {
    padding: 10px 10px 24px 10px;
  }

  .video-lists {
    margin-top: 66px;
  }

  .grid-palm-1 {
    --visible-cols: 1 !important;
  }

  .card__text .block-166245749775e9bb81-1 p {
    margin-bottom: 9.5px;
    color: rgba(34, 34, 34, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
  }

  .rte.block-166245749775e9bb81-1 ul {
    margin-bottom: 9.5px;
  }

  .rte.block-166245749775e9bb81-1 ul li:not(:first-child) {
    margin-top: 6px;
  }

  .block-html_7BeW7R {
    margin-top: 8px;
  }

  .text_columns_icons-row {
    margin-top: 40px;
  }

  .text-font--secondary.text-size--large {
    font-size: 32px;
  }

  .compare-table p {
    font-size: 14px;
  }

  [id*="0e657932-44bd-48f9-a1e1-fb9b77ba4a7f"] .container--large {
    margin-top: 56px;
  }

  .section-footer__actions {
    padding-top: 40px;
  }

  [id*="0e657932-44bd-48f9-a1e1-fb9b77ba4a7f"] .gutter-bottom--large {
    padding-bottom: 24px;
  }

  [id*="0e657932-44bd-48f9-a1e1-fb9b77ba4a7f"] .container--large {
    padding: 0;
  }

  [id*="text_columns_icons_HqDjmc"] .text_columns_icons-row--content .grid {
    row-gap: 22px !important;
  }

  product-page {
    --col-gap: 0px !important;
  }

  /* product page powerful section */
  [id*="text_columns_icons_qp3Ua6"] .section-heading__subheading {
    font-size: 32px;
  }

  [id*="text_columns_icons_qp3Ua6"] .grid {
    padding: 0;
    --grid-gap: 13px;
    row-gap: 24px;
  }

  [id*="text_columns_icons_qp3Ua6"] .text_columns_icons-row--content .section-heading {
    padding-bottom: 24px;
  }

  [id*="text_columns_icons_qp3Ua6"] .grid-lap-3 {
    --visible-cols: 3;
  }

  /* product compare table */
  [id*="compare_table_kQH9rB"] .compare-table {
    display: table;
  }

  .main-product .css-slider:not(.css-slider--overlay-navigation) .css-slider-dot-navigation .css-slider-dot {
    background: #d3d2cc;
    border-radius: 50%;
  }

  .main-product .css-slider:not(.css-slider--overlay-navigation) .css-slider-dot-navigation .css-slider-dot:first-child,
  .main-product .css-slider:not(.css-slider--overlay-navigation) .css-slider-dot-navigation .css-slider-dot.active:not(:first-child) {
    border-radius: 100%;
  }

  .main-product .css-slider:not(.css-slider--overlay-navigation) .css-slider-dot-navigation .css-slider-dot {
    width: 8px;
    margin-left: 5px;
    height: 8px;
  }

  .video-lists .section-heading,
  [id*="0e657932-44bd-48f9-a1e1-fb9b77ba4a7f"] .container--large .section-heading,
  [id*="0e657932-44bd-48f9-a1e1-fb9b77ba4a7f"] .container--large .section-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-lists {
    padding: 0;
  }
}

.section-heading__title p {
  color: rgba(0, 0, 0, 0.50);
  font-size: 16.3px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 153.374% */
  letter-spacing: -0.6px;
}

.icon-text-section {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-what_to_expect>div {
  padding-top: 40px;
}

.product-what_to_expect .css-slider-navigation-container {
  margin-top: 0;
}

.product-what_to_expect .card {
  background: transparent;
  border: 0;
}

.product-what_to_expect .card .title {
  margin-bottom: 14px;
}

.product-what_to_expect .card h2 {
  padding: 0;
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.product-what_to_expect .card .text-captin {
  color: rgba(34, 34, 34, 0.70);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-what_to_expect .card__image {
  border-radius: 10px;
  overflow: hidden;
}

.product-what_to_expect .icon-wrap {
  margin-top: calc(-40px - var(--icon-width)/2);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-what_to_expect .icon-wrap img {
  width: var(--icon-width);
  height: var(--icon-width);
  background: #ffffff;
  border-radius: 100%;
  padding: 10px;
}

.product-risk_free>div {
  padding-top: 60px;
  padding-bottom: 60px;
}

.product-risk_free .rich-text__container {
  gap: 80px;
}

.product-risk_free .card__text>div~div:not(.block-text) {
  margin-top: 40px;
}

.product-risk_free .icon-with-text-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.product-risk_free .icon-with-text {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-risk_free .block-text {
  margin-top: 24px;
  color: rgba(34, 34, 34, 0.70);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-risk_free .rich-text__text {
  display: flex;
  align-items: center;
}

.product-risk_free .text-part .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-risk_free .heading-size--regular {
  font-size: 40px;
  line-height: 48px;
}

@media screen and (min-width: 768px) {
  .product-what_to_expect .section-heading__title {
    font-size: 40px;
    line-height: 48px;
  }
}

.product-what_to_expect .section-heading__subheading {
  padding-top: 14px;
  font-size: 18px;
  line-height: 24px;
}

.mobile-title {
  display: none;
}

@media screen and (max-width: 1023px) {
  [id*="text_columns_icons_qp3Ua6"] .card__icon-crop--fit img {
    width: 80px;
  }

  [id*="text_columns_icons_qp3Ua6"] .card .text-size--small {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
  }

  [id*="text_columns_icons_qp3Ua6"] .card .text-size--large {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
  }

  .video-lists .section-heading {
    padding-bottom: 24px;
  }

  .product-what_to_expect>div {
    margin-top: 60px;
    padding: 40px 20px 0;
  }
}

@media screen and (min-width: 1024px) {
  .product-risk_free .rich-text__text {
    padding: 56px 0;
  }
}


[id*="22348227019026__text_columns_icons_wTV4q3"] .text_columns_icons-row--content .gutter-top--regular {
  padding-top: 12px;
}

[id*="22348227019026__text_columns_icons_wTV4q3"] .text_columns_icons-row--content h3 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 12px;
}

.product__subscription-save-percent.hide {
  display: none;
}

.product-media-slider {
  width: 100%;
}

.shopify-section-group-footer-group-v1 .card .button--solid {
  background-color: var(--color-footer-button);
  border-color: var(--color-footer-button);
  box-shadow: 0px 4px 0px 0px var(--color-footer-boxshadow);
}

.shopify-section-group-footer-group-v1 .icon-with-text svg path {
  fill: var(--color-footer-button);
}

.text_columns_icons-row--content .section-heading__title {
  padding-bottom: 14px;
}

[id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .section-heading__title {
  padding-bottom: 24px;
}

[id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .section-heading--two-rows .section-heading__subheading {
  max-width: 1024px;
}

[id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #6CC72B;
  background: rgba(108, 199, 43, 0.10);
  min-height: initial;
}
[id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .card-wrap {
  padding: 40px 0px;
}

[id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .card a .card__icon {
  margin: 0 auto;
}

[id*="26d421f6-05e6-4106-968b-2f9995dc3879"] p {
  color: rgba(34, 34, 34, 0.70);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.template-product,
#about-us {
  background: #ffffff;
}

#about-us .product-what_to_expect > div {
  padding-top: 60px;
  padding-bottom: 80px;
  margin: auto;
}

#about-us #element-sections--22348222497042__newsletter_RyJACh {
  --color-background-cards: #ffffff;
}

@media screen and (max-width: 767px) {
  #about-us .product-what_to_expect > div {
    margin: auto;
    padding-bottom: 28px;
  }
}

#reviews .rich-text__text {
  padding-top: 40px;
  padding-bottom: 0;
}

#reviews [id*="17114744846e356090"] .container--vertical-space {
  margin-top: 60px;
}

#reviews .stamped-full-page-tabs ul {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #reviews .rich-text__text {
    padding-top: 32px;
  }

  #reviews [id*="17114744846e356090"] .container--vertical-space {
    margin-top: 40px;
  }
}

#faq [id*="rich_text_MwEWFn"] .rich-text__text {
  padding: 60px 0 20px;
}

#faq .content-toggles {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0;
  max-width: 970px;
}

#faq [id*="rich_text_gBVxed"] .container--large {
  max-width: 970px;
  margin-bottom: 100px;
}

#faq [id*="rich_text_gBVxed"] .rich-text__text {
  padding: 24px;
}

#faq [id*="rich_text_gBVxed"] .rich-text__icons {
  display: none;
}

#faq [id*="rich_text_gBVxed"] .rich-text__text h2 {
  color: #222;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

#faq [id*="rich_text_gBVxed"] .icon-with-text-group {
  display: none;
}

@media screen and (min-width: 768px) {
  #faq [id*="rich_text_gBVxed"] .card__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
  }

  #faq [id*="rich_text_gBVxed"] .block-title_HFEhde {
    flex: 1;
  }
  #faq [id*="rich_text_gBVxed"] .button-wrap {
    margin-top: 0;
    width: 205px;
  }
}

#frequently-asked-questions .main-content .container--large {
  max-width: 860px;
}

#frequently-asked-questions .main-content h1.title,
#frequently-asked-questions .main-content h2 {
  color: #222;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

#frequently-asked-questions .main-content h1.title {
  text-align: center;
  font-size: 40px;
}

#frequently-asked-questions .main-content h3 {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

#frequently-asked-questions .main-content .rte p {
  color: rgba(34, 34, 34, 0.70);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  #faq [id*="rich_text_MwEWFn"] .rich-text__text {
    padding: 32px 20px 0;
  }

  #faq [id*="rich_text_gBVxed"] .container--large {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  #faq [id*="rich_text_gBVxed"] .button-wrap .button {
    max-width: 287px;
    width: 100%;
    text-align: center;
  }
}

body#contact .contact-form {
  margin-bottom: 80px;
}

@media screen and (min-width: 1200px) {
  body#contact .contact-form {
    margin-bottom: 120px;
  }
}

.contact-form__info {
  padding: 80px;
}

.contact-form__info>.gutter--regular {
  padding: 0;
}

.contact-form h1 {
  color: #222;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 24px;
}

.contact-form p {
  color: rgba(34, 34, 34, 0.70);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.contact-form__2_columns {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.contact-form__2_columns .contact-form__column {
  width: calc(50% - 9px);
}

.contact-form .button--solid {
  min-width: 160px;
  width: 100%;
  max-width: 280px;
  margin-top: 6px;
}

@media screen and (max-width: 1023px) {
  body#contact .contact-form {
    margin-top: 0;
  }
  .contact-form__info {
    padding: 32px 20px 40px;
  }
  .contact-form {
    gap: 0;
  }

  .contact-form h1 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .contact-form p {
    text-align: center;
  }
}

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

  .contact-form__the-form {
    padding: 24px;
  }

  .contact-form__2_columns .contact-form__column {
    width: 100%;
  }
}

[id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .section-heading__title {
  padding-bottom: 24px;
}

[id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .container--large {
  margin-bottom: 80px;
}

[id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .card {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #6CC72B;
  background: rgba(108, 199, 43, 0.10);
}
[id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .card-wrap {
  padding: 40px 0px;
}
[id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .card__icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

[id*="product_what_to_expect_NRHjAM"] .section-heading.section-heading--center .section-heading__title {
  padding-top: 40px;
  padding-bottom: 40px;
}

[id*="product_what_to_expect_NRHjAM"] .section-heading.section-heading--center {
  max-width: 540px;
  margin: 0 auto;
}

[id*="product_what_to_expect_NRHjAM"] .section-heading.section-heading--center .section-heading__subheading.text-size--small {
  font-size: 14px;
}

[id*="rich_text_VUw8mj"] .container--large {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  [id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .card {
    width: 155px;
    height: 175px;
  }
  [id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .card-wrap {
    padding: 20px 0;
  }
  [id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .card .gutter--regular {
    padding: 24px 15px 0 15px;
  }

  [id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .card a .text-size--small {
    font-size: 16px;
  }

  [id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .card .card__icon {
    width: 60px;
    height: 60px;
  }

  [id*="61ea8db8-601a-40e4-940f-c5e48d17951f"] .rich-text__container--image-right .rich-text__image ,
  [id*="b18f6a2a-df87-4a4b-b056-ae8e213a08bc"] .rich-text__container--image-right .rich-text__image  {
   margin-left: 40px;
  }

  [id*="9f273345-432e-430c-81e9-cd89055c19bf"] .rich-text__container--image-left .rich-text__image ,
  [id*="rich_text_VUw8mj"] .rich-text__container--image-left .rich-text__image  {
    margin-right: 40px;
  }

  [id*="61ea8db8-601a-40e4-940f-c5e48d17951f"] .rich-text__container .rich-text__image figure,
  [id*="b18f6a2a-df87-4a4b-b056-ae8e213a08bc"] .rich-text__container .rich-text__image figure,
  [id*="9f273345-432e-430c-81e9-cd89055c19bf"] .rich-text__container .rich-text__image figure,
  [id*="rich_text_VUw8mj"] .rich-text__container .rich-text__image figure {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 0 !important;
  }

  [id*="61ea8db8-601a-40e4-940f-c5e48d17951f"] .rich-text__container .rich-text__image figure,
  [id*="b18f6a2a-df87-4a4b-b056-ae8e213a08bc"] .rich-text__container .rich-text__image figure {
    right: 0;
  }

  [id*="61ea8db8-601a-40e4-940f-c5e48d17951f"] .rich-text__container .rich-text__text .rte,
  [id*="b18f6a2a-df87-4a4b-b056-ae8e213a08bc"] .rich-text__container .rich-text__text .rte,
  [id*="9f273345-432e-430c-81e9-cd89055c19bf"] .rich-text__container .rich-text__text .rte,
  [id*="rich_text_VUw8mj"] .rich-text__container .rich-text__text .rte {
    font-size: 16px;
  }
  [id*="289df0bd-c4ee-403b-89c3-9816c9ac655b"] .card.card--no-background {
    height: 300px;
  }
}
  [id*="289df0bd-c4ee-403b-89c3-9816c9ac655b"] .card {
    height: 368px;
  }
@media screen and (max-width: 767px) {
  [id*="289df0bd-c4ee-403b-89c3-9816c9ac655b"] .card.card--no-background {
    height: 344px;
  }
  [id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .grid-palm-1 {
    --visible-cols: 2 !important;
  }

  [id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .container--large {
    margin-bottom: 60px;
  }

  .content-toggles.heading-position--left.container--large .content-toggles-content {
    width: 100%;
  }

  .content-toggles.heading-position--left.container--large {
    flex-direction: column;
    gap: 24px;
  }

  [id*="61ea8db8-601a-40e4-940f-c5e48d17951f"] .rich-text__container .rich-text__image figure,
  [id*="b18f6a2a-df87-4a4b-b056-ae8e213a08bc"] .rich-text__container .rich-text__image figure,
  [id*="9f273345-432e-430c-81e9-cd89055c19bf"] .rich-text__container .rich-text__image figure,
  [id*="rich_text_VUw8mj"] .rich-text__container .rich-text__image figure {
    padding-top: 70% !important;
  }

  [id*="61ea8db8-601a-40e4-940f-c5e48d17951f"] .container--large {
    margin-top: 40px;
  }

  [id*="61ea8db8-601a-40e4-940f-c5e48d17951f"] .rich-text__text,
  [id*="b18f6a2a-df87-4a4b-b056-ae8e213a08bc"] .rich-text__text,
  [id*="9f273345-432e-430c-81e9-cd89055c19bf"] .rich-text__text,
  [id*="rich_text_VUw8mj"] .rich-text__text {
    padding-left: 0;
    padding-right: 0;
    text-align: center !important;
  }

  [id*="61ea8db8-601a-40e4-940f-c5e48d17951f"] .rich-text__text .rte,
  [id*="b18f6a2a-df87-4a4b-b056-ae8e213a08bc"] .rich-text__text .rte,
  [id*="9f273345-432e-430c-81e9-cd89055c19bf"] .rich-text__text .rte,
  [id*="rich_text_VUw8mj"] .rich-text__text .rte {
    padding: 12px 0 0;
  }
}

[id*="b18f6a2a-df87-4a4b-b056-ae8e213a08bc"] figure img,
[id*="9f273345-432e-430c-81e9-cd89055c19bf"] figure img,
[id*="rich_text_VUw8mj"] figure img {
   border-radius: 20px;
}

[id*="61ea8db8-601a-40e4-940f-c5e48d17951f"] .container--large {
  margin-top: 80px;
  padding-bottom: 40px;
}

[id*="rich_text_VUw8mj"] .container--large {
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {

  [id*="61ea8db8-601a-40e4-940f-c5e48d17951f"] .rich-text__container--image-right .rich-text__image ,
  [id*="b18f6a2a-df87-4a4b-b056-ae8e213a08bc"] .rich-text__container--image-right .rich-text__image  {
    margin-left: 40px;
  }

  [id*="9f273345-432e-430c-81e9-cd89055c19bf"] .rich-text__container--image-left .rich-text__image ,
  [id*="rich_text_VUw8mj"] .rich-text__container--image-left .rich-text__image  {
    margin-right: 40px;
  }
}

[id*="9f273345-432e-430c-81e9-cd89055c19bf"] .heading-size--regular,
[id*="b18f6a2a-df87-4a4b-b056-ae8e213a08bc"] .heading-size--regular,
[id*="rich_text_VUw8mj"] .heading-size--regular {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
[id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .icon-content {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
.icon-text {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
[id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .grid--layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
[id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .grid--layout .card {
  width: calc(25% - 20px*3/4);
  margin: 0;
}
[id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .gutter--regular {
  padding: 0;
}

@media screen and (max-width: 767px) {
  [id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .icon-content {
    padding-top: 20px;
  }
  .icon-text {
    font-size: 16px;
    ine-height: 24px;
  }
  [id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .grid--layout .card {
    width: calc(50% - 20px*1/2);
  }
  [id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .card {
    font-size: 16px;
  }
  [id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .card-wrap {
    padding: 20px;
  }
  [id*="b081b3e1-86e6-43ab-8300-7f84c0405877"] .text_columns_icons-row--content .card__icon {
    width: 60px;
    height: 60px;
  }
}
[id*="text_columns_icons_HqDjmc"] .text_columns_icons-row--content .card-wrap,
[id*="text_columns_icons_HqDjmc"] .text_columns_icons-row--content .card .text-caption {
  margin: 0;
  padding: 0;
}
/*
 * Collagen For Skin
 */
[id*="289df0bd-c4ee-403b-89c3-9816c9ac655b"] .card__text .text-font--heading {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 8px;
}
[id*="289df0bd-c4ee-403b-89c3-9816c9ac655b"] .card__text span.text-size--regular {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
[id*="3da4d889-7348-4d54-bcc1-d8ca8f0ef79b"] .container--large {
  margin-top: 80px;
}
[id*="61ea8db8-601a-40e4-940f-c5e48d17951f"] .rich-text__text .rte,
[id*="9f273345-432e-430c-81e9-cd89055c19bf"] .rich-text__text .rte,
[id*="b18f6a2a-df87-4a4b-b056-ae8e213a08bc"] .rich-text__text .rte,
[id*="22348226494738__rich_text_VUw8mj"] .rich-text__text .rte {
  padding-top: 42px;
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
  [id*="61ea8db8-601a-40e4-940f-c5e48d17951f"] .rich-text__text,
  [id*="9f273345-432e-430c-81e9-cd89055c19bf"] .rich-text__text,
  [id*="b18f6a2a-df87-4a4b-b056-ae8e213a08bc"] .rich-text__text,
  [id*="22348226494738__rich_text_VUw8mj"] .rich-text__text {
    padding-bottom: 0;
  }
  [id*="61ea8db8-601a-40e4-940f-c5e48d17951f"] .rich-text__text .rte,
  [id*="9f273345-432e-430c-81e9-cd89055c19bf"] .rich-text__text .rte,
  [id*="b18f6a2a-df87-4a4b-b056-ae8e213a08bc"] .rich-text__text .rte,
  [id*="22348226494738__rich_text_VUw8mj"] .rich-text__text .rte {
    padding-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  [id*="b18f6a2a-df87-4a4b-b056-ae8e213a08bc"] .rich-text__text,
  [id*="61ea8db8-601a-40e4-940f-c5e48d17951f"] .rich-text__text {
    padding-left: 0;
    align-items: center;
  }
  [id*="22348226494738__rich_text_VUw8mj"] .rich-text__text,
  [id*="9f273345-432e-430c-81e9-cd89055c19bf"] .rich-text__text {
    padding-right: 0;
    align-items: center;
  }
  [id*="61ea8db8-601a-40e4-940f-c5e48d17951f"] .rich-text__image,
  [id*="9f273345-432e-430c-81e9-cd89055c19bf"] .rich-text__image,
  [id*="b18f6a2a-df87-4a4b-b056-ae8e213a08bc"] .rich-text__image,
  [id*="22348226494738__rich_text_VUw8mj"] .rich-text__image {
    padding-top: 70% !important;
  }
}
.product-colostrum .container--large {
  padding-top: var(--gutter-container);
  padding-bottom: var(--gutter-container);
}
.text_columns_icons-slider:before,
.text_columns_icons-slider:after {
  content: '';
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.text_columns_icons-slider:before {
  left: 0;
  background: linear-gradient(90deg, #FFFFF6 0%, rgba(255, 255, 246, 0.00) 100%);
}
.text_columns_icons-slider:after {
  right: 0;
  background: linear-gradient(270deg, #FFFFF6 0%, rgba(255, 255, 246, 0.00) 100%);
}
/*
 * Benefits list
 */
.benefits-list-section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.benefits-list-section .section-heading--two-rows .section-heading__subheading {
  max-width: unset;
}
@media screen and (min-width: 1024px) {
  .benefits-list-section .section-heading__text {
    padding-right: 40px;;
    padding-left: 40px;;
  }
}
.benefits-list-section .grid {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  --col-gap: 20px;
}
.benefits-lists-content .grid-4 .card {
  width: calc(25% - var(--col-gap)*3/4);
}
.benefits-list-slider .slick-track {
  display: flex !important;
}
.benefits-list-slider:before, 
.benefits-list-slider:after {
    content: '';
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.benefits-list-slider:before {
  left: 0;
  background: linear-gradient(90deg, #FFFFF6 0%, rgba(255, 255, 246, 0.00) 100%);
}
.benefits-list-slider:after {
  right: 0;
  background: linear-gradient(270deg, #FFFFF6 0%, rgba(255, 255, 246, 0.00) 100%);
}
.benefits-lists-content .card {
  padding: 0;
  border-radius: 10px;
  border-color: #EDEDED;
}
.benefits-lists-content .card:not(.slick-slide) {
  margin: 0;
}
.benefits-lists-content .card .title {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (hover: hover) {
  .benefits-lists-content .card:hover {
    border-color: #6CC72B;
    background: rgba(108, 199, 43, 0.10);
  }
  .benefits-lists-content .card:hover .title {
    color: #6CC72B;
  }
}

@media screen and (max-width: 1023px) {
  .benefits-lists-content .card.slick-active {
    border-color: #6CC72B;
    background: rgba(108, 199, 43, 0.10);
  }

  .benefits-lists-content .card.slick-active .title {
    color: #6CC72B;
  }
}
.benefits-lists-content .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 170px;
  padding: 21px 5px;
}
.benefits-lists-content .card.slick-slide {
  margin-left: 6px;
  margin-right: 6px;
  height: inherit !important;
  width: 200px;
}
.benefits-lists-content .card .icon-content {
  padding-top: 24px;
}
.benefits-lists-content .card .gutter--regular {
  padding: 0;
}
.benefits-lists-content .button {
  max-width: 590px;
  width: 100%;
}
.benefits-list-section.has-slider {
  padding: 40px 0;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  
  .benefits-list-section.has-slider.has-slider .section-heading,
  .benefits-list-section.has-slider .section-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .benefits-lists-content .grid-palm-2 .card {
    width: calc(50% - var(--col-gap)*1/2);
  }
}
.stamped-badge {
  display: block !important;
}
.bottom-google-review {
  padding-top: 10px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.symbols {
  font-size: 12px;
  line-height: 20px;
  vertical-align: super;
  color: #C4C4C4;
}
html {
  scroll-behavior: smooth;
}

.compare-table .tr .text-align--center svg {
  width: 52px;
}

.compare-table .tr .featured-column svg {
  width: 70px;
}

.no-content-message {
  display: block;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px){
  .no-content-message {
    margin-bottom: 60px;
  }

  .compare-table .tr .text-align--center svg {
    width: 80px;
    height: 40px;
  }

  .compare-table .tr .featured-column svg {
    width: 129px;
  }
}

h1 sup,
h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup {
  vertical-align: super;
  font-size: x-large;
}

[id*="22348226986258__c21f8749-3015-4e98-bd8a-c96cdee2ca03"] #block-text_KqtfAW {
  margin: 0;
}

[id*="22348226986258__c21f8749-3015-4e98-bd8a-c96cdee2ca03"] #block-text_KqtfAW h1 {
  font-size: 26px;
  line-height: 40px;
  margin: 0;
}

[id*="22348226986258__c21f8749-3015-4e98-bd8a-c96cdee2ca03"] .product-custom-liquid {
  margin: 0 0 4px;
}

@media screen and (min-width: 1024px) {
  [id*="22348226986258__c21f8749-3015-4e98-bd8a-c96cdee2ca03"] #block-text_KqtfAW h1 {
    font-size: 40px;
    line-height: 44px;
  }
}


.product-colostrum-header {
  display: grid;
  gap: 24px 60px;
}

.product-colostrum-header__img {
  width: 120px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .product-colostrum-header {
    grid-template-columns: 120px 1fr;
    align-items: center;
    margin-bottom: 60px;
  }

  .product-colostrum-header .section-heading--center {
    padding-bottom: 0;
  }
}

.asw-widget {
  display: none;
}

.font-baskerville {
  font-family: 'Libre Baskerville', Georgia, serif;
}

.font-poppins {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}