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;
  appearance: textfield;
}

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

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

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

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

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

.hide, .hidden {
  display: none;
}

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

summary {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Karla';
  font-weight: 700;
  font-style: var(--font-style-headings);
  line-height: var(--base-headings-line);
  margin-bottom: 1rem;
  letter-spacing:-0.05em;
}

@font-face {
    font-family: 'Encoded Sans';
    src: url('/cdn/shop/files/OpenSans-VariableFont_wdth_wght_1.woff2?v=1729872479') format('woff2'),
         url('/cdn/shop/files/OpenSans-VariableFont_wdth_wght_27058f99-c81e-420d-b832-4e5b99590209.ttf?v=1729872335') format('truetype');
}


@font-face {
    font-family: 'Karla';
    src: url('/cdn/shop/files/Karla-VariableFont_wght.woff2?v=1779265198') format('woff2'),
         url('/cdn/shop/files/Karla-VariableFont_wght.ttf?v=1779265176') format('truetype');
}



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

    h3,
.h3.small {
    font-size: calc( 				28px / 60 * var(--base-headings-size) + 0px 			);
  }
  h4,
.h4 {
    font-size: calc( 				24px / 60 * var(--base-headings-size) + 0px 			);
  }
  h5,
.h5 {
    font-size: calc( 				18px / 60 * var(--base-headings-size) + 0px 			);
  }
  h6,
.h6 {
    font-size: calc( 				16px / 60 * var(--base-headings-size) + 0px 			);
  }
}

@media screen and (max-width: 1399px) {
  h1,
.h1 {
    font-size: calc( 					42px / 60 * var(--base-headings-size) + 0px 				);
  }
  h2,
.h2 {
    font-size: calc( 					32px / 60 * var(--base-headings-size) + 0px 				);
  }
  h3,
.h3 {
    font-size: calc( 					26px / 60 * var(--base-headings-size) + 0px 				);
  }
  h4,
.h4 {
    font-size: calc( 					20px / 60 * var(--base-headings-size) + 0px 				);
  }
  h5,
.h5 {
    font-size: calc( 					16px / 60 * var(--base-headings-size) + 0px 				);
  }
  h6,
.h6 {
    font-size: calc( 					15px / 60 * var(--base-headings-size) + 0px 				);
  }
}

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




@media screen and (max-width: 1023px) {
  h1,
.h1 {
    font-size: calc( 					34px / 60 * var(--base-headings-size) + 0px 				);
  }
  h2,
.h2 {
    font-size: calc( 					30px / 60 * var(--base-headings-size) + 0px 				);
  }
  h3,
.h3 {
    font-size: calc( 					26px / 60 * var(--base-headings-size) + 0px 				);
  }
  h4,
.h4 {
    font-size: calc( 					20px / 60 * var(--base-headings-size) + 0px 				);
  }
  h5,
.h5 {
    font-size: calc( 					16px / 60 * var(--base-headings-size) + 0px 				);
  }
  h6,
.h6 {
    font-size: calc( 					15px / 60 * var(--base-headings-size) + 0px 				);
  }
}


@media screen and (max-width: 767px) {
  h1,
.h1 {
    font-size: calc( 					30px / 60 * var(--base-headings-size) + 0px 				);
  }
  h2,
.h2 {
    font-size: calc( 					26px / 60 * var(--base-headings-size) + 0px 				);
  }
  h3,
.h3 {
    font-size: calc( 					24px / 60 * var(--base-headings-size) + 0px 				);
  }
  h4,
.h4 {
    font-size: calc( 					18px / 60 * var(--base-headings-size) + 0px 				);
  }
  h5,
.h5 {
    font-size: calc( 					16px / 60 * var(--base-headings-size) + 0px 				);
  }
  h6,
.h6 {
    font-size: calc( 					15px / 60 * var(--base-headings-size) + 0px 				);
  }
}

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

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

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

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

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

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

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

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

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

em {
  font-style: italic;
}

p {
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:1750px){
  .container--large {
  max-width: 90vw;
}
}
@media (max-width:1440px){
  .container--large {
  max-width: 94vw;
}
}
@media (max-width:1280px){
  .container--large {
  max-width: 98vw;
}
}
@media (max-width:992px){
  .container--large {
  max-width: 100%;
}
}

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

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

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

.breadcrumb-spacing {
    padding-top: 80px;
}
.breadcrumb-spacing-x-large{
  padding-top: 100px;
}
@media (max-width:500px){
  .breadcrumb-spacing-x-large{
  padding-top: 85px;
}
}

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

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

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

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

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

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

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

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

.shopify-section {
  position: relative;
}

.container--has-background {
  padding-top: var(--container-vertical-space);
  padding-bottom: var(--container-vertical-space);
  /*	&:after {
  		content: "";
  		background-color: var(--color-background-section);
  		z-index: -1;
  		@extend %absolute-fill;
  	}*/
}
.container--has-background.small {
  padding-bottom: 30px;

}
@media screen and (max-width: 767px) {
  .container--has-background {
    padding-top: calc(var(--container-vertical-space) / 2);
    padding-bottom: calc(var(--container-vertical-space) / 2);
  }
}

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

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

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

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

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

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

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

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

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

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

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

  .portable-show {
    display: block;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-form {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: var(--gutter-large) 0;
  gap: var(--gutter-regular);
}

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

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

.contact-form__row textarea {
  width: 100%;
  height: 7.25rem;
}
.contact-form__row button {
    width: 100%;
}
.contact-form__row {
  padding-bottom: var(--gutter-small);
}

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

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

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

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

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

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

.main-content {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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



/****** MAINWEB custom stlyes ******/



/* ==================================================
  mw collection list
   ================================================== */
.mw-collection-item {
    position: relative;
    border-radius: 200px;
  transition:All 0.3s ease;
}

.mw-collection-item:hover {
opacity:0.8;
  transform:translateY(-2px);
}
.mw-collection-list {
    display: flex;
    flex-wrap: wrap;
  column-gap:1.6%;
  row-gap:40px;
    justify-content: center;
}
img.mw-collection-item_img {
    position: absolute;
    top: -15px;
    right: 20px;
}
h3.mw-collection_title {
    font-size: 1.1rem;
    margin-bottom: 0px;
}
.mw-collection-item_content {
    padding: 15px 70px 15px 35px;
}
.mw-collection-item {
    position: relative;
    width: 23.8%;
    border-radius: 200px;
}
span.product_count {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.8;
}

@media (max-width:1380px){
  h3.mw-collection_title {
    font-size: 1rem;
}
  span.product_count {
    font-size: 13px;
}
}

@media (max-width:1100px){
.mw-collection-item {
    width: 31.8% !important;

}
  .mw-collection-list {
    margin-top:40px;
  }
}

@media (max-width:850px){
.mw-collection-item {
    width: 48% !important;
}

  h3.mw-collection_title {
   font-size: 1rem;
    margin-bottom: 0px;
}
  span.product_count {
    font-size: 12px;
}
  .mw-collection-list {
  column-gap:4%;
}
    img.mw-collection-item_img{
    width:60px;
    height:75px;
  }
  .mw-collection-list {
  row-gap:30px;
      margin-top: 30px;
}
}

@media (max-width:500px){
.mw-collection-item {
    width: 100% !important;
}
.mw-collection-list {
  row-gap:20px;
}
  .hide-mobile{
    display:none !important;
  }

  .display-slider-nav-mobile .css-slider-navigation-container{
    display:none !important;
  }
  .grid.grid--slider.grid-6.grid-portable-4.grid-lap-3.grid-palm-2.smel.raster-mobile {
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
}
}



/* ==================================================
   mw-slideshow
   ================================================== */
.mw-slideshow .card__text {
    max-width: 43%;
}
.mw-slideshow .button {
  transition:all 0.3s ease;
}
.mw-slideshow .button:hover {
  opacity:0.8;
  transform:translateY(-2px);
}

.mw-slideshow .css-slider-button {
background:white;
}
.slider_text {
    font-size: 22px;
}

@media (min-width:1025px){
  .mw-slideshow .css-slider-navigation-container {
    position: absolute;
    top: 40%;
    width: 98%;
  flex-direction: column;
    left: 1%;
  align-items: flex-end !important;
  gap:10px;
}
     .mw-slideshow .card__text-parent {
        position: absolute;
        width: 100%;
        height: 100%;
      }

  .mw-slideshow .card {
    display:flex;
    justify-content: center;
  }
.mw-slideshow .css-slider--bottom-navigation .css-slider-navigation-container .css-slider-prev{
  order: 2;
  transform:rotate(90deg);
}
.mw-slideshow .css-slider--bottom-navigation .css-slider-navigation-container .css-slider-next {
    order: 3;
   transform:rotate(90deg);
}

.mw-slideshow .css-slider--bottom-navigation .css-slider-navigation-container .css-slider-dot-navigation{
   order: 1; 
}

.mw-slideshow .css-slider-dot-navigation {
    display: flex !important;
    flex-direction: column;
    gap: 7px;
     position: absolute;
    left: 0;
}
.mw-slideshow .css-slider-dot-navigation .css-slider-dot.active {
    width: auto !important;
  height:30px;
} 
}

@media (max-width:1024px){
  .mw-slideshow .css-slider-dot-navigation {
    position: relative;
    top: auto;
    left: auto;
}

.mw-slideshow .css-slider-navigation-container {
  justify-content: space-between!important;
}

  .mw-slideshow .align-content--vertical-middle {
    justify-content: center;
}

.mw-slideshow .css-slider-navigation-container {
        top: auto;
        position:relative;
        bottom: 0px;
        z-index: 100;
        border-bottom: 1px solid #ddd;
        padding-bottom:8px;
    }
  
  .mw-custom.css-slide .card__text {
    padding-bottom:100px !important;
  }

  .mw-slideshow .card__text {
    max-width: 100%;
    text-align: center;
  }
  .mw-slideshow .card__image{
    position:relative;
    width:100%;
  }

  .slide_content {
    height: auto !important;
    padding:15px 25px 50px 25px;
}
  .mw-slideshow .card{
    display:flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
  .mw-slideshow .button {
    width: 100%;
}
  .slider_text {
    font-size: 18px;
}
}




/* ==================================================
  header
   ================================================== */

   
  ul.mega-menu-column {
    display: flex;
    flex-direction: column;
    width: 100%;
        position: relative;
}
  summary.mega-link--toggle {
    width: 300px;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 5;
}
.mega-link--toggle-content .icon {
    display: block !important;
    transform: rotate(-90deg);
}
  a.toggle-content--link {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    padding: 0.8rem;
}
.mega-link--disclosure {
    position: absolute;
    padding-left: 320px;
    left:0;
    width: 100%;
    height:100%;
    top: 0;
}
.mega-link--disclosure .babymenu {
    padding: 25px;
}

a.baby-menu-link {
    display: flex !important;
    align-items: center;
    gap: 12px;
    border: 1px solid #ddd;
    padding: 5px 15px 5px 5px;
  height:100%;
  border-radius:200px;
}
.baby-menu-image{
  border-radius:200px;
  filter:brightness(97%);
  object-fit: contain;
  background:white;
}
.baby-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    max-height: 100%;
    overflow-y: auto;
}
details[open] > summary.mega-link--toggle {
  background-color: #f7f7f7;
}

@media (max-width:1300px){
  .baby-menu {
    grid-template-columns: 1fr 1fr 1fr;
}
}



.submenu-promotion {
    width: 100%;
}
.submenu-promotion .menu-grid {
    display: grid;
    width: 100%;
  gap:12px;
}
.menu-promotion-content {
    z-index: 5;
}
.menu-promotion-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
a.promotion--link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}

.menu-span-flex{
  display:flex;
  align-items:center;
  gap:10px;
}
li.mobile-category-link {
    background: #ededed;
}

.header-info-block {
    margin: 0px !important;
}



ul.link-list {
    font-weight: 600;
  font-size:15px;
}
mobile-navigation {
    padding: 0px !important;
}
@media (min-width:1023px){
  .mobile-category-link {
    display:none !important;
  }
  .menu_title{
    font-weight:700;
  }
}

@media (max-width:500px){
  .sidebar__header .h5 {
    font-size: 18px;
}
}


@media (max-width:767px){
  .header__bottom.container--large {
    display: none !important;
}
}

/*empty cart styles*/
.empta-cart-itmes {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
span.empty-cart-note {
    width: 100%;
    display: flex;
    background: #ffd7d7;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 10px;
  margin-top: 15px;
}





/* ==================================================
   produkt item
   ================================================== */
.product-item {
    background: transparent;
}
.product-card-title {
    font-size: 17px;
}
.product-item .lazy-image {
    filter: brightness(97%);
    background: white;
    border-radius: 10px;
}
.product-item .product-item__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-end;
}
.jdgm-placeholder {
    margin: 0px;
}
span.jdgm-prev-badge__stars {
    font-size: 11px;
}
span.jdgm-prev-badge__text {
    font-size: 11px;
}
.card__text.product-item__text {
    padding: 10px;
}
.product-item__price {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

a.product-item__title {
    margin-bottom: 0px;
}
span.product-item-usp {
    font-size: 13px;
    line-height: 1.3em;
    margin-bottom: 0px;
}
span.mw-compare-price {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: calc(1em* var(--base-body-line) / -2 + .3125rem);
    color: #a3a3a3;
}
.product-item .product-price {
    font-weight: 600;
    color: #575757;
}
.product-item-title {
    line-height: 1.25em;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 5px;
    text-decoration: none;
    font-family: "Karla";
    letter-spacing: -0.02em;
    margin-top: 8px;
}
.mw-compare-price.product-item{
  display:none !important;
}

.site-nav.style--classic .menu-link{
font-weight: 500;
}

@media (max-width:500px){
 .product-item-title {
    font-size: 16px;
} 
}



/*
.button.button--outline.button--regular.button--fullwidth.button--loader.mw-add-to-cart {
    width: 55px;
    height: 55px;
    max-width: 55px;
    max-height: 55px;
    border: 1px solid #EFEE5A;
    border-radius: 50%;
    padding: 0;
    background: #EFEE5A;
    transition:all 0.3s ease;
  display: flex;
    align-items: center;
    justify-content: center;
}
.button.button--outline.button--regular.button--fullwidth.button--loader.mw-add-to-cart:hover {
  opacity:0.8;
  transform:scale(1.05);
}
button.button.button--outline.button--regular.button--fullwidth.button--loader.mw-add-to-cart.disabled {
    opacity: .4;
    background-image: url(/cdn/shop/files/cancel_2.svg?v=1730280283);
    background-size: cover;
    background-position: center;
}
a.button.button--outline.button--regular.button--fullwidth.button--loader.mw-add-to-cart.disabled {
    opacity: .4;
    background-image: url(/cdn/shop/files/cancel_2.svg?v=1730280283);
    background-size: cover;
    background-position: center;
}
.icon-view-product {
    width: 25px;
    height: 25px;
    fill: #757575;
  transform: translateY(2px);
    transition: all .3s ease;
}
.icon-add-to-cart {
    width: 25px;
    height: 25px;
    transform: translateY(2px);
    fill: #757575;
    transition: all .3s ease;
}

.product-item_media {
    position: relative;
}
.add-to-cart.mw-view {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

@media (max-width:500px){
  .button.button--outline.button--regular.button--fullwidth.button--loader.mw-add-to-cart {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
}
  .icon-view-product {
    width: 18px;
    height: 18px;
}
.icon-add-to-cart {
    width: 18px;
    height: 18px;
}
}

*/




/*produktekarte add to cart*/
.product-image-card {
    position: relative;
}
.product-item_media {
    position: relative;
}
a.card__image.product-item__image {
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCA1MyI+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNMCA1M3E4IDAgOC04VjMzcTQtMjEgMjYtMjRoMThxOCAwIDgtOHY1NUgwIi8+PC9zdmc+), linear-gradient(#000000, #000000);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCA1MyI+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNMCA1M3E4IDAgOC04VjMzcTQtMjEgMjYtMjRoMThxOCAwIDgtOHY1NUgwIi8+PC9zdmc+), linear-gradient(#000000, #000000);
    -webkit-mask-position: bottom right;
    mask-position: bottom right;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 60px 53px, cover;
    mask-size: 65px 57px,cover;
}
.button.button--outline.button--regular.button--fullwidth.button--loader.mw-add-to-cart {
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    border: 1px solid #EFEE5A;
    border-radius: 50%;
    padding: 0;
    background: #EFEE5A;
    transition:all 0.3s ease;
  display: flex;
    align-items: center;
    justify-content: center;
}
.button.button--outline.button--regular.button--fullwidth.button--loader.mw-add-to-cart:hover {
  opacity:0.8;
  transform:scale(1.05);
}
button.button.button--outline.button--regular.button--fullwidth.button--loader.mw-add-to-cart.disabled {
    opacity: .4;
    background-image: url(/cdn/shop/files/cancel_2.svg?v=1730280283);
    background-size: cover;
    background-position: center;
}
a.button.button--outline.button--regular.button--fullwidth.button--loader.mw-add-to-cart.disabled {
    opacity: .4;
    background-image: url(/cdn/shop/files/cancel_2.svg?v=1730280283);
    background-size: cover;
    background-position: center;
}
.icon-add-to-cart {
    width: 25px;
    height: 25px;
    transform: translateY(2px);
    fill: #757575;
    transition: all .3s ease;
}
.icon-view-product {
    width: 25px;
    height: 25px;
    fill: #757575;
    transform: translateY(2px);
    transition: all .3s ease;
}
.add-to-cart.mw-view {
    position: absolute;
    bottom: -10px;
    right: 0;
}

@media (max-width:480px){
  .button.button--outline.button--regular.button--fullwidth.button--loader.mw-add-to-cart {
    width: 45px;
    height: 45px;
    max-width: 45px;
    max-height: 45px;
}
a.card__image.product-item__image {
    mask-size: 58px 50px, cover;
}
  .icon-view-product {
    width: 18px;
    height: 18px;
}
.icon-add-to-cart {
    width: 18px;
    height: 18px;
}
}



@media (max-width:500px){
  .product-item__price {
   flex-direction: column;
    align-items: flex-start;
}
  span.mw-compare-price {
    margin-top:8px;
    padding-inline-start: 0px !important;
}
  a.product-item__title {
    hyphens: auto;
}
.product-item__text .product-card-title {
    font-size: 14px;
}
.product-item__text .product-price {
    font-size: 14px;
}
span.jdgm-prev-badge__stars {
    font-size: 11px;
}
span.jdgm-prev-badge__text {
    font-size: 11px;
}
}




/* ==================================================
  collection filter collection liste per manueller zuweisung über section settings
   ================================================== */
a.collection-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
  transition:all 0.3s ease;
}
a.collection-list-item:hover {
transform:translateY(-2px);
}
.collection-list-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}
a.collection-list-item.active {
    border: 2px solid #314B46;
}

.grid--has-sidebar-facets-with-sorting {
    margin-top: 25px;
}





/* ==================================================
  slider navigation style
   ================================================== */
.featured-collection .css-slider-navigation-container:before {
    content: "";
    height: 1px;
    width: 100%;
    margin-right: 50px;
    border-top: 1px dashed #ddd;
}
.featured-collection .css-slider-navigation-container{
  margin-top:30px !important;
}

.featured-collection .css-slider-dot-navigation {
    flex: none;
  margin:0px 10px;
}
.featured-collection .css-slider-button{
    flex: none;
  background: #314B46;
  width: 30px;
    height: 30px;
}

.featured-collection .css-slider-button path{
    fill:white;
}

@media (max-width:475px){
  .featured-collection .css-slider-navigation-container:before {
    display:none;
}
  .featured-collection .css-slider-index-navigation {
    margin: 0px 10px;
}
  .featured-collection .css-slider-navigation-container {
    margin-top: 20px !important;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0px;
    justify-content: space-between !important;
}
}



/* ==================================================
  marken column section
   ================================================== */
.marken__icon_card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    filter: brightness(97%);
    border-radius: 10px;
    padding: 15px;
}

.mw-marken-column .css-slider-navigation-container:before {
    content: "";
    height: 1px;
    width: 100%;
    margin-right: 50px;
    border-top: 1px dashed #ddd;
}
.mw-marken-column .css-slider-navigation-container{
  margin-top:30px !important;
}
a.marken_link {
    display: flex;
}
.mw-marken-column .css-slider-dot-navigation {
    flex: none;
  margin:0px 10px;
}
.mw-marken-column .css-slider-button{
    flex: none;
  width: 30px;
    height: 30px;
  background: #314B46;
}

.mw-marken-column .css-slider-button path{
    fill:white;
}

@media (max-width:475px){
  .mw-marken-column .css-slider-navigation-container:before {
    display:none;
}
  .mw-marken-column .css-slider-index-navigation {
    margin: 0px 10px;
}
    .mw-marken-column .css-slider-navigation-container {
    margin-top: 20px !important;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0px;
      justify-content: space-between !important;
}
}



/* ==================================================
 custom styles
   ================================================== */
   
/*mw icon color card*/
.column-card_item{
  border-radius:15px;
  padding-top:15px;
}

/*icon text column section*/
img.section-heading__icon {
    display: block !important;
  margin-bottom:15px;
}
/*padding stylea*/
.no-padding-top{
  padding-top:0px !important;
}

/*font hyphens*/
@media (max-width:500px){
  h1,h2,h3{
    hyphens:auto;
  }
}

/*html padding*/
html.no-js {
    padding-bottom: 0px !important;
}

/* highlight styles*/
.highlight{
  background:#EFEE5A;
  padding:0px 8px;
  border-radius:5px;
}


/* ==================================================
 transcy
   ================================================== */
div#transcySwitcherContainer {
    display: none;
}


/* ==================================================
  judge me carousel
   ================================================== */
.jdgm-carousel-item {
    background: #f7f7f7;
    margin: 0px 5px !important;
    padding: 15px !important;
    border-radius: 12px;
}
img.jdgm-carousel-item__product-image{
filter:brightness(97%);
}
h2.jdgm-carousel-title {
    font-size: 2rem;
}
.jdgm-carousel-wrapper {
    padding: 0px !important;
}
@media (max-width:767px){
 h2.jdgm-carousel-title {
    font-size: 1.8rem;
} 
}
  @media (max-width:500px){
 h2.jdgm-carousel-title {
    font-size: 1.6rem;
} 
}

.jdgm-medals-wrapper {
    display: none !important;
}




/* ==================================================
  footer
   ================================================== */
nav.footer-item__menu.rte {
    display: flex;
    flex-direction: column;
}
.footer-bottom .container--large {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #CFCBC7;
}
.footer-item__newsletter button[type=submit] {
    top: var(--gutter-small);
    position: absolute;
    width: 50px;
    right:0;
    height: calc(100% - var(--gutter-small));
    padding: 9px;
}
.footer-item__newsletter button[type=submit] path {
   stroke:#314B46;
}
.footer-item__newsletter button[type=submit] svg {
   width:100%;
  height:100%;
}
.footer_social-card path {
  fill:#314B46;
}
.container--large.footer-top {
    display: flex;
  column-gap:40px;
}
.main-footer a {
    font-size: 14px;
    border-bottom: 1px solid #8a8a8a;
}
.footer-item__newsletter-card {
    border-left: 1px solid #CFCBC7;
    padding-left: 40px;
    width: 25%;
}
.footer-link-card{
  width:75%;
}
.footer-item__content {
    font-size: 14px;
}

.shipping_item:first-child {
    border-bottom: 1px solid #CFCBC7;
}
.shipping_item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
}
.footer-shipping_table {
    margin-bottom: 20px;
}
.payment-icon {
    width: 52px;
    height: 31px;
}
.footer_social-card {
    margin-top: 35px;
}
.social-icons a {
    border-bottom: none;
}
.shipping-icon {
    display: flex;
    flex-wrap: nowrap;
}
.post_icon {
    width: 40px;
    border-radius: 3px;
}
@media (max-width:950px){
  .container--large.footer-top {
  flex-direction:column-reverse;
    row-gap:20px;
}
  .footer-item__newsletter-card {
    border-left: 0px solid #CFCBC7;
    padding-left: 0px;
    width: 100%;
}
.footer-link-card{
  width:100%;
}
}



/* ==================================================
 media-width-text-overlay
   ================================================== */
.media-width-text-overlay .button{
  transition:all 0.3s ease;
}
.media-width-text-overlay .button:hover{
  transform:translateY(-2px);
  opacity:0.8;
}
.media-overlay-mobile-image{
  display:none;
  position:absolute;
  top:0;
  left:0;
  object-fit:cover;
}
@media (min-width:640px) {
  .card-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
}
@media (max-width:992px){
  .media-width-text-overlay .grid-2{
  --visible-cols:1;
}
}

@media (max-width:640px){
  .text-below-media{
    min-height: unset !important;
    display: flex;
    flex-direction: column-reverse;
  }
  .media-overlay-mobile-image{
  display:block;
}
  .media-relative {
    position: relative;
}
  .media-width-text-overlay .card__text {
    width: 100%;
}
}





/* ==================================================
   instagram feed
   ================================================== */
.instafeed_item {
    position: relative;
    padding-bottom: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.instafeed_post-image-link {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.instafeed_title {
    display: flex;
    align-items: center;
    gap: 8px;
}
.instafeed_title-icon{
  display:block !important;
}
.instafeed_heading {
    display: flex;
    gap: 8px;
}
.instafeed_name {
    color: #dbe5de;
    width: auto;
}
.instafeed_hover {
    width: 100%;
    height: 100%;
    background: #0000003d;
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.instafeed_item:hover  .instafeed_hover {
  opacity:1;

}


.instagram-feed .css-slider-navigation-container:before {
    content: "";
    height: 1px;
    width: 100%;
    margin-right: 50px;
    border-top: 1px dashed #ddd;
}
.instagram-feed .css-slider-navigation-container{
  margin-top:30px !important;
}

.instagram-feed .css-slider-dot-navigation {
    flex: none;
  margin:0px 10px;
}
.instagram-feed .css-slider-button{
    flex: none;
  width: 30px;
    height: 30px;
  background: #314B46;
}

.instagram-feed .css-slider-button path{
    fill:white;
}


@media (max-width:475px){
  .instagram-feed .css-slider-navigation-container:before {
    display:none;
}
  .instagram-feed .css-slider-index-navigation {
    margin: 0px 10px;
}
    .instagram-feed .css-slider-navigation-container {
    margin-top: 20px !important;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0px;
      justify-content: space-between !important;
}
}




/* ==================================================
   collection grid
   ================================================== */

#main-collection-product-grid ul.pagination {
    border-top: 1px dashed #ddd;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 0px;
}
div#collection_grid {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 25px;
}


form#FacetFiltersForm {
    padding-bottom: 35px;
}
@media (min-width:1023px){
  div#collection_product_count {
    display: none;
}
}
@media (max-width:1023px){
  #collection-sidebar{
    display:none;
  }
  button#collection-filters-handle {  
    display: flex;
    justify-content: center;
    background: #314B46;
    border:#314B46;
    color: white;
}
.section-heading__actions.hide.portable-show {
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 999;
  width:55vw;
}
    button#collection-filters-handle path {
    stroke: white;
}
    .sidebar__body div#collection_product_count {
    display: none;
}
}
@media (min-width:1023px) and (max-width:1300px){
 div#CollectionProductGrid.grid-4 {
    --visible-cols: 3;
} 
}

@media (max-width:500px){

  button#collection-filters-handle {
    width: 75vw;
}

}




/* ==================================================
   collection seo
   ================================================== */

.seo_description {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.seo_description h2 {
    font-size: 1.4rem;
  margin-bottom:10px;
}
.seo_description h3 {
    font-size: 1.2rem;
}
.seo_description h4 {
    font-size: 1.2rem;
}
.seo_description ul {
    list-style: disc;
    padding-left: 20px;
}
@media (max-width:500px){
  .seo_description h2 {
    font-size: 1.2rem;
    
}
.seo_description h3 {
    font-size: 1rem;
}
.seo_description h4 {
    font-size: 1rem;
}
}




/* ==================================================
   site cart
   ================================================== */

   /*search app styles*/
span.snize-title {
    max-height: unset !important;
}


.cart_button {
    border: 1px solid #314B46;
    width: 50px;
    height: 50px;
    flex: none;
    max-width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_button path{
    stroke: #314B46;
}
a.cart_link {
    font-size: 12px;
    text-decoration: underline;
}
.cart_header {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
/*
.cart__total {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}*/
.cart__total .text-size--heading {
    font-size: 2rem;
    font-weight: 600;
  padding-top:8px;
}
.cart__shipping.text-color--opacity.text-size--small {
    font-size: 12px;
}
.cart__discounts {
    background: red;
    padding: 5px 10px;
    border-radius: 10px;
}
.cart__discounts {
    background: #DBE5DE;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 15px;
}
.cart__subtotal{
  font-size: 15px;
}
.cart__subtotal .text-size--xlarge{
  font-size: 1.2rem;
}

.cart__discounts .text-size--large{
    font-size: 15px;
}
a.cart-item__title {
    font-weight: 600;
}
.product-item.cart {
    display: flex;
  justify-content: space-between;
    gap: 10px;
    background: #F3EFEA;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
}

.cart_product-image {
    height: 70px;
    width: 70px;
  flex:none;
}

.product-item__text.cart{
   padding:0px;
  width:100%;
}
.cart-jdgm-widget .jdgm-prev-badge__stars{
  font-size:10px;
}
.cart-jdgm-widget{
  font-size:10px;
}

.cart_add-to-cart .quick-add-to-cart {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    flex: none !important;
}
.product-item__text.cart.gutter-top--small {
    font-size: 14px;
}

@media (max-width:767px){
  .cart-form-item--layout .cart__quantity{
    justify-content: flex-end;
  }
  .cart-form-item--layout .cart-item__actions {
    flex-direction: row;
}
  .cart-form-item--layout a.remove.text-link.text-size--xsmall.text-color--opacity {
    display: none;
}
  .cart-form-item__price-title-variants {
    hyphens: auto;
}
.cart-form-item {
    border-bottom: 1px solid #ddd !important;
}
  product-recommendations#cart-recommendations {
    display: none;
}
}




/* ==================================================
 produkteseite styles
   ================================================== */

h1.product__title {
    margin-bottom: 10px !important;
}
.mw-divider {
  border-top:1px dashed #ddd;
  display:block !important;
}
.product-variants {
    padding-bottom: 15px;
}
a label.product-variant__label {
    cursor: pointer;
}

label.product-variant__label.active {
    font-weight: var(--font-weight-body-bold);
    border-color: var(--color-text-main) !important;
    box-shadow: 0 0 0 1px var(--color-text-main);
}

.variant-info_card {
    border-top: 1px dashed #ddd;
    padding-top: 15px;
    display: flex;
    gap: 5px;
    flex-direction: column;
  margin-top:20px;
}
.variant-info_item {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.variant-info_value {
    text-align: right;
}
.product-variant__quantity:not(:empty){
  margin-top:0px !important;
}
button.add-to-cart {
    background: #EFEE5A !important;
    border: #EFEE5A !important;
    color: #314B46 !important;
  transition:all 0.3s ease;
}
button.add-to-cart:hover {
   opacity:0.8;
   background: #EFEE5A !important;
  border: #EFEE5A !important;
  color: #314B46 !important;
  transform:translateY(-2px);
}
.product-description-toggle .toggle__title {
    background: #F7F8F8;
  display:flex !important;
}
.product-description-toggle .toggle__heading {
    display: flex;
    gap: 13px;
}




/* ==================================================
   SB Produkt-Tabs: Beschreibung, Layout & Mobile Drawer
   ================================================== */

.sb-product-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  border-bottom: 1px solid rgba(38, 63, 57, 0.14);
  margin-bottom: clamp(1.8rem, 3vw, 3rem);
}

.sb-product-tabs__tab {
  background: none;
  border: none;
  padding: 14px 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(38, 63, 57, 0.62);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s ease;
}

.sb-product-tabs__tab:hover {
  color: rgba(38, 63, 57, 0.9);
}

.sb-product-tabs__tab.is-active {
  color: #2f4942;
  font-weight: 600;
}

.sb-product-tabs__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: currentColor;
}

.sb-product-tabs__panel[hidden] {
  display: none;
}

/* ==================================================
   SB Produkt-Tabs: Layout Beschreibung + rechte Spalte
   ================================================== */

.sb-product-tabs__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: 40px;
  align-items: start;
}

.sb-product-tabs__main {
  min-width: 0;
}

.sb-product-tabs__aside {
  min-width: 0;
  padding-top: 8px;
}
.sb-product-tab_table-title {
    font-size: 13px;
}
/* ==================================================
   SB Produkt-Tabs: Produktbeschreibung Typografie
   ================================================== */

.sb-product-tabs__main.rte {
  max-width: 720px;
  color: #314943;
  font-size: 15px;
  line-height: 1.65;
}

.sb-product-tabs__main.rte h1 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #2f4942;
}

.sb-product-tabs__main.rte h2 {
  margin: 32px 0 8px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  color: #2f4942;
}

.sb-product-tabs__main.rte h2:first-of-type {
  margin-top: 0;
}

.sb-product-tabs__main.rte h3 {
  margin: 28px 0 12px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #2f4942;
}

.sb-product-tabs__main.rte h4 {
  margin: 24px 0 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #2f4942;
}

.sb-product-tabs__main.rte p {
  margin: 0 0 14px;
  max-width: 680px;
}

.sb-product-tabs__main.rte h2 + p,
.sb-product-tabs__main.rte h3 + p,
.sb-product-tabs__main.rte h4 + p {
  margin-top: 0;
}

.sb-product-tabs__main.rte a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.sb-product-tabs__main.rte ul,
.sb-product-tabs__main.rte ol {
  margin: 12px 0 18px;
  padding-left: 1.25rem;
}

.sb-product-tabs__main.rte li {
  margin-bottom: 0;
  padding-left: 2px;
}

.sb-product-tabs__main.rte strong,
.sb-product-tabs__main.rte b {
  font-weight: 700;
  color: #263f39;
}

.sb-product-tabs__main.rte em {
  font-style: italic;
}

/* ==================================================
   SB Produkt-Tabs: Link-Tabs rechts
   ================================================== */

.sb-product-tabs__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 14px 0;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(38, 63, 57, 0.62);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.sb-product-tabs__link:hover {
  color: #2f4942;
}

.sb-product-tabs__link--first {
  margin-left: auto;
}

.sb-product-tabs__link img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
  border-radius: 0;
}

.sb-product-tabs__link-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  opacity: 0.85;
}

/* ==================================================
   SB Produkt-Tabs: Nährwert-/Inhaltsstoff-Tabelle
   ================================================== */

.sb-product-tabs__nutrition {
  width: 100%;
}

.sb-custom-nutrition-table {
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1.5;
  color: #263f39;
}

.sb-custom-nutrition-table__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  column-gap: 8px;
  padding: 5px 0;
}

.sb-custom-nutrition-table__row span:first-child {
  display: grid;
  grid-template-columns: auto minmax(20px, 1fr);
  align-items: baseline;
  column-gap: 8px;
  min-width: 0;
}

.sb-custom-nutrition-table__row span:first-child::after {
  content: "";
  border-bottom: 1px dotted rgba(38, 63, 57, 0.4);
  transform: translateY(-3px);
}

.sb-custom-nutrition-table__row span:last-child {
  white-space: nowrap;
  text-align: right;
}

.sb-custom-nutrition-table__head {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(38, 63, 57, 0.72);
}

.sb-custom-nutrition-table__head span:first-child::after {
  border-bottom-color: rgba(38, 63, 57, 0.3);
}

.sb-product-tabs__nutrition-extra {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(38, 63, 57, 0.78);
}

.sb-product-tabs__nutrition-extra p {
  margin: 0;
}

.sb-product-tabs__nutrition + .sb-product-tabs__nutrition-page,
.sb-product-tabs__nutrition-extra + .sb-product-tabs__nutrition-page {
  margin-top: 2rem;
}

.sb-product-tabs__nutrition-page {
  font-size: 14px;
  line-height: 1.55;
  color: #314943;
}

/* ==================================================
   SB Produkt-Tabs: Produktdetails rechte Spalte
   ================================================== */

.sb-product-detail-list {
  margin-top: 34px;
  font-size: 13px;
  line-height: 1.45;
  color: #263f39;
}

.sb-product-detail-list__row {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  column-gap: 22px;
  padding: 8px 0;
}

.sb-product-detail-list__label {
  color: rgba(38, 63, 57, 0.68);
}

.sb-product-detail-list__value {
  color: #111;
  min-width: 0;
}

.sb-product-detail-list__value p {
  margin: 0;
}

.sb-product-detail-list__value a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sb-product-detail-list__bio {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sb-product-detail-list__bio img {
  display: block;
  width: 58px;
  height: auto;
  object-fit: contain;
}

/* ==================================================
   SB Produkt-Tabs: Allgemeine Tab-Inhalte & App-Blöcke
   ================================================== */

.sb-product-tabs__panel > .rte {
  color: #314943;
  font-size: 15px;
  line-height: 1.65;
}

.sb-product-tabs__panel > .rte h2,
.sb-product-tabs__panel > .rte h3,
.sb-product-tabs__panel > .rte h4 {
  color: #2f4942;
}
.sb-product-tabs__main.rte li p {
    margin-bottom: 0;
}
.sb-product-tabs__app {
  width: 100%;
  color: #314943;
  font-size: 15px;
  line-height: 1.6;
}

.sb-product-tabs__app > * {
  max-width: 100%;
}

.sb-product-tabs__app iframe {
  max-width: 100%;
}

/* ==================================================
   SB Produkt-Tabs: Mobile Details Grundzustand
   ================================================== */

.sb-product-tabs__tab--mobile-details,
.sb-product-tabs__panel--mobile-details {
  display: none;
}

/* ==================================================
   SB Produkt-Tabs: Tablet
   ================================================== */

@media (max-width: 990px) {
  .sb-product-tabs__layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .sb-product-tabs__main.rte {
    max-width: 100%;
  }

  .sb-product-tabs__aside {
    padding-top: 0;
  }

  .sb-custom-nutrition-table {
    max-width: 620px;
  }

  .sb-product-detail-list {
    max-width: 620px;
  }
}

/* ==================================================
   SB Produkt-Tabs: Mobile Accordion / Drawer
   ================================================== */

@media (max-width: 749px) {
  .sb-product-tabs__nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: visible;
    border-bottom: none;
    margin-bottom: 1.5rem;
    scrollbar-width: none;
  }

  .sb-product-tabs__nav::-webkit-scrollbar {
    display: none;
  }

  .sb-product-tabs__tab,
  .sb-product-tabs__link {
    width: 100%;
    min-height: 70px;
    padding: 18px 4px;
    border-bottom: 1px solid rgba(38, 63, 57, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(38, 63, 57, 0.75);
    font-size: 15px;
    line-height: 1.35;
    text-align: left;
    white-space: normal;
    text-decoration: none;
    flex: 0 0 auto;
  }

  .sb-product-tabs__tab.is-active {
    color: #111;
    font-weight: 500;
  }

  .sb-product-tabs__tab.is-active::after {
    display: none;
  }

  .sb-product-tabs__tab::before,
  .sb-product-tabs__link::before {
    display: none;
  }

  .sb-product-tabs__tab::after,
  .sb-product-tabs__link::after {
    content: "›";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-left: 16px;
    color: #111;
    font-size: 34px;
    line-height: 1;
    font-weight: 300;
    transform: translateY(-1px);
    background: none;
    position: static;
    flex: 0 0 auto;
  }

  .sb-product-tabs__tab img,
  .sb-product-tabs__link img,
  .sb-product-tabs__link-icon {
    display: none;
  }

  .sb-product-tabs__link--first {
    margin-left: 0;
  }

  .sb-product-tabs__tab--mobile-details {
    display: flex;
  }

  .sb-product-tabs__layout {
    display: block;
  }

  .sb-product-tabs__aside {
    display: none;
  }

  .sb-product-tabs__panels {
    position: relative;
  }

  .sb-product-tabs__panel {
    display: none;
  }

  .sb-product-tabs__panel.is-active {
    display: none;
  }

  .sb-product-tabs__panel--mobile-details {
    display: none;
  }

  .sb-product-tabs__panel.sb-mobile-drawer-active {
    display: block;
    position: fixed;
    z-index: 999999;
    top: 24px;
    left: 50%;
    width: min(calc(100vw - 32px), 440px);
    max-height: calc(100vh - 48px);
    transform: translateX(-50%);
    background: #fff;
    color: #111;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
  }

  .sb-product-tabs__mobile-overlay {
    position: fixed;
    z-index: 999998;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  body.sb-product-tabs-drawer-open .sb-product-tabs__mobile-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  body.sb-product-tabs-drawer-open {
    overflow: hidden;
  }

  .sb-product-tabs__drawer-header {
    position: sticky;
    top: 0;
    z-index: 2;
    height: 50px;
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid rgba(38, 63, 57, 0.12);
  }

  .sb-product-tabs__drawer-close {
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    color: #111;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
  }

  .sb-product-tabs__drawer-title {
    text-align: center;
    font-size: 14px;
    color: #111;
  }

  .sb-product-tabs__drawer-content {
    padding: 18px 24px 32px;
  }

  .sb-product-tabs__drawer-content .sb-product-tabs__layout {
    display: block;
  }

  .sb-product-tabs__drawer-content .sb-product-tabs__aside {
    display: none;
  }

  .sb-product-tabs__drawer-content .sb-product-tabs__main.rte,
  .sb-product-tabs__drawer-content .rte,
  .sb-product-tabs__drawer-content .sb-product-tabs__app {
    font-size: 14px;
    line-height: 1.6;
  }

  .sb-product-tabs__drawer-content .sb-product-tabs__main.rte h1 {
    font-size: 22px !important;
    line-height: 1.15;
    margin-bottom: 14px;
  }

  .sb-product-tabs__drawer-content .sb-product-tabs__main.rte h2 {
    font-size: 18px !important;
    line-height: 1.25;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .sb-product-tabs__drawer-content .sb-product-tabs__main.rte h2:first-of-type {
    margin-top: 0;
  }

  .sb-product-tabs__drawer-content .sb-product-tabs__main.rte h3 {
    font-size: 16px !important;
  }

  .sb-product-tabs__drawer-content .sb-product-tabs__main.rte p {
    margin-bottom: 14px !important;
  }

  .sb-product-tabs__mobile-details {
    width: 100%;
  }

  .sb-product-tabs__mobile-details .sb-product-tabs__nutrition,
  .sb-product-tabs__mobile-details .sb-product-detail-list {
    max-width: 100%;
  }

  .sb-custom-nutrition-table {
    font-size: 13px !important;
  }

  .sb-custom-nutrition-table__row {
    column-gap: 6px;
    padding: 5px 0;
  }

  .sb-product-detail-list {
    margin-top: 26px;
    font-size: 13px;
  }

  .sb-product-detail-list__row {
    grid-template-columns: 120px minmax(0, 1fr);
    column-gap: 14px;
    padding: 7px 0;
  }

  .sb-product-tabs__app {
    font-size: 14px;
  }
}

/* ==================================================
   SB Produkt-Tabs: Mobile Beschreibung Vorschau
   ================================================== */

.sb-product-tabs__tab-content {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.sb-product-tabs__tab-preview {
  display: none;
}

@media (max-width: 749px) {
  .sb-product-tabs__tab-content {
    display: block;
    min-width: 0;
    flex: 1;
  }

 .sb-product-tabs__tab-title {
        display: block;
        font-size: 18px;
    }
    a.sb-product-tabs__link {
    display: none;
}
  .sb-product-tabs__tab-preview {
    display: block;
    margin-top: 12px;
    max-width: 100%;
    color: #111;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    white-space: normal;
  }

  .sb-product-tabs__tab-more {
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
  }
}

/* ==================================================
   SB Produkt-Tabs: Desktop Schutz für Mobile Details
   ================================================== */

@media (min-width: 750px) {
  .sb-product-tabs__tab--mobile-details {
    display: none !important;
  }

  .sb-product-tabs__panel--mobile-details {
    display: none !important;
  }
}

/* ==================================================
   SB Produkt-Tabs: Kleine Mobile Screens
   ================================================== */

@media (max-width: 480px) {
  .sb-product-tabs__panel.sb-mobile-drawer-active {
    top: 24px;
    width: calc(100vw - 28px);
    max-height: calc(100vh - 48px);
  }

  .sb-product-tabs__drawer-content {
    padding: 18px 22px 32px;
  }

  .sb-custom-nutrition-table__row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .sb-custom-nutrition-table__row span:first-child {
    grid-template-columns: auto minmax(14px, 1fr);
  }

  .sb-custom-nutrition-table__row span:last-child {
    font-size: 12px;
  }

  .sb-product-detail-list__row {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .sb-product-detail-list__label {
    font-size: 12px;
  }
}

/* ==================================================
   SB Produkt-Tabs: Mobile Side Drawer von rechts
   ================================================== */

@media (max-width: 749px) {
  .sb-product-tabs__panel.sb-mobile-drawer-active {
    display: block;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    left: auto;
    width: min(92vw, 460px);
    height: 100vh;
    height: 100dvh;
    max-height: none;
    transform: none;
    background: #fff;
    color: #111;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: -18px 0 60px rgba(0, 0, 0, 0.28);
    animation: sbProductTabsDrawerIn 0.28s ease forwards;
  }

  @keyframes sbProductTabsDrawerIn {
    from {
      transform: translateX(100%);
    }

    to {
      transform: translateX(0);
    }
  }

  .sb-product-tabs__mobile-overlay {
    position: fixed;
    z-index: 999998;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
  }

  body.sb-product-tabs-drawer-open .sb-product-tabs__mobile-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  body.sb-product-tabs-drawer-open {
    overflow: hidden;
    touch-action: none;
  }

  .sb-product-tabs__drawer-header {
    position: sticky;
    top: 0;
    z-index: 3;
    height: 56px;
    display: grid;
    grid-template-columns: 56px 1fr 56px;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid rgba(38, 63, 57, 0.12);
  }

  .sb-product-tabs__drawer-close {
    width: 56px;
    height: 56px;
    border: none;
    background: transparent;
    color: #111;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
  }

  .sb-product-tabs__drawer-title {
    text-align: center;
    font-size: 14px;
    color: #111;
  }

  .sb-product-tabs__drawer-content {
    padding: 20px 24px 40px;
  }
}

@media (max-width: 480px) {
  .sb-product-tabs__panel.sb-mobile-drawer-active {
    width: 90vw;
    height: 100vh;
    height: 100dvh;
    top: 0;
    right: 0;
    left: auto;
    max-height: none;
  }

  .sb-product-tabs__drawer-content {
    padding: 18px 20px 36px;
  }
}


/* ==================================================
   VITALOVE Produktseite: Produktwerte / Icons
   ================================================== */

.vl-product-values {
  width: 100%;
  margin: 18px 0 22px;
}

.vl-product-values__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-top: 1px solid #dddddd8a;
    padding-top: 25px;
}

.vl-product-values__item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 6px 11px 6px 7px;
  border: 1px solid rgba(47, 73, 66, 0.13);
  border-radius: 999px;
  background: #fff;
  color: #2f4942;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

.vl-product-values__icon-wrap {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vl-product-values__icon {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.vl-product-values__title {
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 640px) {
  .vl-product-values {
    margin: 16px 0 20px;
  }

  .vl-product-values__inner {
    gap: 7px;
  }

  .vl-product-values__item {
    min-height: 32px;
    padding: 5px 10px 5px 7px;
    font-size: 12px;
  }

  .vl-product-values__icon-wrap,
  .vl-product-values__icon {
    width: 20px;
    height: 20px;
  }
}


/* ==================================================
   Produkte USP
   ================================================== */
.sb-product-usps {
  margin: 34px 0 00;
  padding: 28px 0 10px;
  border-top: 1px dashed rgba(38, 63, 57, 0.22);
}
.sb-product-usps__title {
  margin: 0 0 18px !important;
  font-size: 15px !important;
  line-height: 1.35;
  font-weight: 700;
  color: #2f4942;
}
.sb-product-usps__list {
  display: grid;
  gap: 9px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.sb-product-usps__item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  column-gap: 5px;
  margin: 0 !important;
  padding: 0 !important;
  color: #314943;
  font-size: 14px;
  font-weight:500;
  line-height: 1.5;
}
.sb-product-usps__item::before {
  display: none !important;
  content: none !important;
}
.sb-product-usps__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  flex-shrink: 0;
}
.sb-product-usps__icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}
.sb-product-usps__icon--fallback {
  border-radius: 999px;
  background: #eff34a;
  color: #2f4942;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.sb-product-usps__text {
  display: block;
}



/* ==================================================
   zustellung — v4 (progress bar + day strip)
   ================================================== */

.shipping-info_wrapper {
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 16px;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.shipping-info_top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.shipping-info_icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--color-accent-header);
  color: #FFFFFF;
}

.shipping-info_textblock {
  flex: 1;
  min-width: 0;
}

.shipping-info_title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-accent-header);
}

.shipping-info_subtext {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #6B7280;
}

.shipping-info_pill {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  background: var(--color-accent-header);
  padding: 5px 11px;
  border-radius: 999px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.shipping-info_countdown {
  font-weight: 800;
}

/* Progress bar — vor Cutoff */
.shipping-info_track {
  height: 5px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  overflow: hidden;
}

.shipping-info_fill {
  height: 100%;
  background: linear-gradient(90deg, #10B981, #34D399);
  border-radius: 999px;
  transition: width 0.5s ease;
}

.shipping-info_axis {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-size: 10px;
  color: #6B7280;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* Day strip — Wochenende */
.shipping-info_days {
  display: flex;
  gap: 6px;
  margin-top: 6px;
}

.shipping-info_day {
  flex: 1;
  padding: 7px 6px;
  border-radius: 8px;
  text-align: center;
  background: rgba(0, 0, 0, 0.04);
  position: relative;
}

.shipping-info_day-l {
  font-size: 10px;
  color: #6B7280;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 500;
}

.shipping-info_day-n {
  font-size: 14px;
  font-weight: 600;
  color: #6B7280;
  margin-top: 1px;
}

.shipping-info_day.is-today {
  background: rgba(0, 0, 0, 0.08);
}

.shipping-info_day.is-today .shipping-info_day-l,
.shipping-info_day.is-today .shipping-info_day-n {
  color: #111827;
}

.shipping-info_day.is-ship {
  background: #10B981;
}

.shipping-info_day.is-ship .shipping-info_day-l {
  color: rgba(255, 255, 255, 0.9);
}

.shipping-info_day.is-ship .shipping-info_day-n {
  color: #FFFFFF;
}

.shipping-info_day-tag {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  background: #111827;
  color: #FFFFFF;
  padding: 1px 6px;
  border-radius: 999px;
  letter-spacing: 0.4px;
  white-space: nowrap;
  font-weight: 500;
}

/* Nächster Slot — nach Cutoff */
.shipping-info_next {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  font-size: 12px;
  color: #374151;
}

.shipping-info_next svg {
  color: #6B7280;
  flex-shrink: 0;
}

.shipping-info_next strong {
  font-weight: 600;
  color: #111827;
  font-variant-numeric: tabular-nums;
}

/* Mobile */
@media (max-width: 767px) {
  .shipping-info_wrapper {
    padding: 12px 14px;
  }
  .shipping-info_top {
    gap: 12px;
    margin-bottom: 10px;
  }
  .shipping-info_icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .shipping-info_icon svg {
    width: 18px;
    height: 18px;
  }
  .shipping-info_title {
    font-size: 13px;
  }
  .shipping-info_subtext {
    font-size: 11px;
  }
  .shipping-info_pill {
    font-size: 12px;
    padding: 4px 9px;
  }
}


/* ==================================================
   product recommendations
   ================================================== */
.product-recommendations .css-slider-navigation-container:before {
    content: "";
    height: 1px;
    width: 100%;
    margin-right: 50px;
    border-top: 1px dashed #ddd;
}
.product-recommendations .css-slider-navigation-container{
  margin-top:30px !important;
}
.product-recommendations .css-slider-dot-navigation {
    flex: none;
  margin:0px 10px;
}
.product-recommendations .css-slider-button{
    flex: none;
  width: 30px;
    height: 30px;
  background: #314B46;
}
.product-recommendations .css-slider-button path{
    fill:white;
}
@media (max-width:475px){
  .product-recommendations .css-slider-navigation-container:before {
    display:none;
}
  .product-recommendations .css-slider-index-navigation {
    margin: 0px 10px;
}
    .product-recommendations .css-slider-navigation-container {
    margin-top: 20px !important;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0px;
      justify-content: space-between !important;
}
}






/* ==================================================
  collection banner
   ================================================== */
.main-collection-banner {
    background: #F7f7f7;
    padding-top: 60px;
  margin-bottom:30px;
}
.main-collection-banner .container--large {
    z-index: 5;
}
  .main-collection-banner .container--vertical-space-small{
    margin-top:0px;
  } 
      .collection-banner_wrapper {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0rem;
   position:relative;
}
.collection-banner_media{
  background-size:cover;
  background-position:center;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
}

  @media (max-width:767px){
    .main-collection-banner {
    margin-bottom:0px;
}
    .collection-banner_wrapper {
    padding: 1.5rem 0rem;
}
    .collection-banner_media{
  position:relative;
      height:200px;
}
    .section-heading__text{
      padding-inline-end: 0%;
    }
  }

  @media (max-width:450px){
    .collection-banner_media{
      height:200px;
}
  }

/*richtext*/
.no-text-card-bg .rich-text__image {
    border-radius: 15px;
    overflow: hidden;
}
.no-text-card-bg .gutter--xlarge {
    padding: 30px var(--gutter-xlarge);
}
  @media (max-width:767px){
.no-text-card-bg .gutter--xlarge {
    padding: var(--gutter-xlarge) 0px;
}
  }



/* ==================================================
   alternativ produtke
   ================================================== */

.product-related.alternativ {
    border: 2px solid #314B46;
    border-radius: 8px;
    padding: 20px;
    background: #f7f7f7;
}
.product-related-item__content {
display: flex;
flex-direction: column;
row-gap: 15px;
width:100%;
    }

.product-related-item__button {
    margin-inline-start: 0px;
    display: flex;
    justify-content: flex-end;
}



/* ==================================================
   suchergebnisse
   ================================================== */
span.snize-thumbnail {
    background: #f7f7f7 !important;
    border-radius: 10px !important;
}
img.snize-item-image {
    filter: brightness(97%);
}
span.snize-title {
    font-weight: 600 !important;
  color:#304C47!important;
}
.snize-price-list {
    border-top: 1px solid #ddd !important;
    padding-top: 5px !important;
    font-weight: 500 !important;
	color: #7e7e7e !important;
}
input.snize-product-filters-checkbox {
    opacity: 0 !important;
}

.snize-mobile-top-panel {
    border-radius: 50px !important;
}
li#snize-suggestions-label {
    text-transform: none !important;
}








/* ==================================================
   bundle produkt description tab
   ================================================== */
   .bundle-discount__total {
    display: none !important;
}

  .bundle-info_tab-switch {
    background: #f7f7f7;
    border-radius: 50px;
    cursor: pointer;
    flex: none;
    padding: 8px 25px;
    position: relative;
  z-index: 10;
}
   .bundle-info_tab-switch.active {
    background: #DBE5DE;
  }
    .bundle-info_tab-content-item {
    display: none;
  }
  .bundle-info_tab-content-item.active {
    display: block;
  }

  .scrollable-navigation-enabled {
    position: relative;
    overflow: hidden;
  }
  .set_sub-nav {
    display: flex;
    padding-top:20px;
}
  .set_sub-nav .link-list{
    gap:10px;
  }
  .set_sub-nav .scrollable-navigation-button--right {
    margin-inline-start: 0rem;
    margin-inline-end: 0rem;
}
  .set_sub-nav .scrollable-navigation-button--left{
    margin-inline-start: 0rem;
    margin-inline-end: 0rem;
  }
  .set_sub-nav .scrollable-navigation-button:before{
    display:none;
  }

  .header-links {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
  }

  .site-nav-container {
    display: flex;
  }

  .scrollable-navigation-button--left {
    left: 10px;
  }

  .scrollable-navigation-button--right {
    right: 10px;
  }

  /*description infos*/
.sub-faq-items .toggle__title {
    display: flex !important;
    background: #f7f7f7;
}
.content-item_head-info .usp_wrapper{
  padding-top:25px;
}

.sub-faq-items .toggle__heading {
    display: flex;
    align-items: center;
    gap: 10px;
}
  .content-item_head {
    display: flex;
    gap: 50px;
    align-items:flex-start;
}
  .bundle-info_tab-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
  img.content-item_head-img {
    filter: brightness(97%);
    background: white;
    border-radius: 10px;
    max-width:100%;
    height:auto;
    padding:15px;
}
  .set_sub-nav-title {
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 30px;
}
  .content-item_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 30px;
}
  @media (max-width:767px){
    .content-item_head {
    flex-direction:column-reverse;
    gap: 20px;
}
  }

.sub-faq-items {
    padding-top: 30px;
}

nav{
  width:100%;
}


/*facets styles*/
ul.pagination .lap-hide {
    display: block !important;
}

@media (min-width:1022px){
  .hide-desktop{
    display:none !important;
  }
}
@media (max-width:1022px){
  .sidebar__body>*~div {
    border-top:0px !important;
}
  .facets__wrapper {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
  form#FacetFiltersFormMobile {
    display: flex;
    flex-direction: column-reverse;
}
.collection-filters__item.sorting {
    padding-top: 15px !important;
}
label.collection-filters__label.body-text-sm {
    font-weight: 600;
}

}

ul.pagination {
    display: flex;
    justify-content: center;
}

/*main collection list*/
.collection-list-grid .text-size--regular {
    font-weight: 600;
}


/*image interagierung
img {
    pointer-events: none;
    user-select: none; 
    -webkit-user-drag: none; 
}
*/

/*product bundle faq*/

.sub-faq-items img {
    border-radius: 0px;
}
.sub-faq-items .toggle__content {
    padding-inline-start: var(--gutter-regular) !important;
    padding-inline-end: var(--gutter-regular) !important;
}

.sub-faq-items h2 {
    font-size: 1.3rem;
    margin-bottom: 0.2em;
    margin-top: 15px;
}
.sub-faq-items h2:first-of-type {
    margin-top: 0;
   font-size: 1.5rem;
}
.sub-faq-items h3 {
    font-size: 1.3rem;
    margin-bottom: 0.4em;
    margin-top: 15px;
}
.sub-faq-items p{
  line-height:1.4em;
margin-bottom:0.4em;
}
.sub-faq-items ul li:not(:first-child){
  margin-top: 0px;
}




/* ==================================================
  nuancen
   ================================================== */
.product-variants.product-variants--radio.no-js-hidden {
    border-top: 1px dashed #ddd;
    padding-top: 15px;
    margin-top: 25px;
}

img.nuancen-product-image {
    width: 100%;
}

.nuancen_color-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap:12px;
}
.nuancen-color-title-container {
    margin-bottom: 15px !important;
}
.nuancen-product-link {
    position: relative;
    padding-bottom: 100%;
    filter: brightness(97%);
    border-radius: 50%;
     font-size: 10px;
    text-align: center;
  font-weight:600;
}
img.nuancen-product-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
      border-radius: 50%;
}


a.nuancen-product-link.active:before {
    content: ' ';
    width: 110%;
    height: 110%;
    position: absolute;
    left: -5%;
    top: -5%;
    border-radius: 500px;
    border: 1px solid black;
}
a.nuancen-product-link:hover:before {
    content: ' ';
    width: 110%;
    height: 110%;
    position: absolute;
    left: -5%;
    top: -5%;
    border-radius: 500px;
    border: 1px solid black;
    opacity: 0.7; 
}

@media (max-width:600px){
  .nuancen_color-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap:12px;
}

}



/* ==================================================
  marken icon list
   ================================================== */
.marken_link-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.marken_link-list .baby-menu-link{
  font-weight: 600;
  font-size:15px;
  justify-content: space-between;
}
.marken_link-list .icon {
    transform: rotate(-90deg);
}
.baby-menu-link-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}
@media (max-width:992px){
  .marken_link-list {
    grid-template-columns: 1fr 1fr;
}
}
@media (max-width:500px){
  .marken_link-list {
    grid-template-columns: 1fr;
}
}


/* ==================================================
 image banner
   ================================================== */
@media (min-width:1025px) {
.card__text.half-width {
    max-width: 47%;
}
}
.mw-image-banner .gutter--xlarge{
  padding-top:0px;
  padding-bottom:0px;
  padding-right:0px;
}

@media (max-width:1024px) {
  .card__text.half-width {
    max-width: 100%;
}
 .mw-image-banner .card__text {
    padding:0px;
}
  .mw-image-banner .slide_content{
    padding: 20px 15px 30px;
  }
}


/* ==================================================
werbekarte
   ================================================== */
.card_promotion-price {
  position: absolute;
  top:15px;
  right: 15px;
  background:#efee5a;
  z-index: 10;
  font-size: 15px; 
  font-weight: 600;
  padding:2px 10px;
  border-radius: 100px;
  
  
}
.vergleichsprice{
 color:#314B46;
  text-decoration: auto;
}
.line-through{
 text-decoration: line-through; 
    color: grey;
  font-size: 14px; 
}



/* ==================================================
  cookie banner
   ================================================== */
.cc-banner.IWNjC50QfbIojCFTrCAZ {
    width: 100% !important;
}
section#shopify-pc__banner {
    padding: 0;
    background: #0000003d;
    height: 100vh;
    bottom: 0;
    max-height: 100%;
    display: flex;
    align-items: flex-end;
}
.shopify-pc__banner__wrapper {
    background: white;
    padding: 25px;
    box-shadow: 0px 4px 10px rgb(63 63 68 / 40%);
        bottom: 0;
    position: absolute;
}

/* ==================================================
   b2b form
   ================================================== */
.b2b-form {
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    gap: 40px;
}
.contact-form__flex-row{
      display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
   .timeline {
            position: relative;
            padding-left: 40px;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 20px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: #e5e7eb;
        }

        .step {
            position: relative;
            margin-bottom: 24px;
        }

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

        .step-marker {
            position: absolute;
            left: -28px;
            top: 4px;
            width: 16px;
            height: 16px;
            background: #6366f1;
            border: 3px solid white;
            border-radius: 50%;
            box-shadow: 0 0 0 2px #e5e7eb;
        }

        .step-content {
            background: #f9fafb;
            border-radius: 8px;
            padding: 16px;
            border-left: 3px solid #6366f1;
        }

        .step-title {
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 6px;
            font-size: 1rem;
        }

        .step-description {
            color: #4b5563;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        .step-time {
            background: #eff6ff;
            color: #1d4ed8;
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 0.8rem;
            display: inline-block;
            margin-top: 8px;
            font-weight: 500;
        }

        .decision-step {
            position: relative;
            margin: 32px 0;
        }

        .decision-step .step-marker {
            background: #f59e0b;
            box-shadow: 0 0 0 2px #fde68a;
        }

        .decision-step .step-content {
            border-left-color: #f59e0b;
            background: #fefbf3;
        }

        .branches {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-top: 20px;
        }



        .branch-title {
            font-weight: 600;
            font-size: 0.9rem;
            margin-bottom: 6px;
        }

        .branch-accepted .branch-title {
            color: #059669;
        }

        .branch-rejected .branch-title {
            color: #dc2626;
        }

        .branch-text {
            font-size: 0.85rem;
            color: #6b7280;
            line-height: 1.4;
        }

        .important-note {
            background: #fef3cd;
            border: 1px solid #fbbf24;
            border-radius: 8px;
            padding: 16px;
            margin-top: 24px;
        }

        .important-note-title {
            font-weight: 600;
            color: #92400e;
            margin-bottom: 8px;
            font-size: 0.9rem;
        }

        .important-note-text {
            color: #92400e;
            font-size: 0.85rem;
            line-height: 1.5;
        }
        @media (max-width:1023px){
.b2b-form {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
        }
      }

        @media (max-width: 640px) {
            .branches {
                grid-template-columns: 1fr;
            }
            
            .container {
                padding: 0 16px;
            }
            .contact-form__flex-row {
    grid-template-columns: 1fr;
    gap: 0px;
}
        }




.cart-item__main-info spann.text-size--xsmall {
    background: #dbe5de;
    padding: 5px 10px 5px 30px;
    margin-top: 5px;
    position: relative;
}

.cart-item__main-info spann.text-size--xsmall::before{
content: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M10.63 22.82 1.2 13.34A4 4 0 0 1 0 10.53V4a4.11 4.11 0 0 1 .3-1.52 3.81 3.81 0 0 1 .87-1.3A3.88 3.88 0 0 1 2.48.3 4 4 0 0 1 4 0l6.73.05a4 4 0 0 1 2.79 1.17l9.29 9.34A4 4 0 0 1 24 13.4a4 4 0 0 1-1.17 2.83l-6.56 6.59a3.87 3.87 0 0 1-1.29.87 3.81 3.81 0 0 1-1.53.31 4 4 0 0 1-2.82-1.18zM7.3 7.43a1.55 1.55 0 0 0 0-2.17 1.53 1.53 0 1 0 0 2.17z"></path></svg>');
position:absolute;
width:13px;
height:13px;
    left: 10px;
top:calc(50% - 7px);
}

/* ==================================================
   freunde form
   ================================================== */
.freunde-form-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.freunde-form-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.freunde-form {
    z-index: 5;
    position: relative;
}
.contact-form__second_content {
    display: none;
}
.parameter-display_card {
    display: none;
}
.freunde-form .contact-form__the-form {
    width: 40%;
    padding: 30px 0 40px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.freunde-form .increased-spacing {
    margin-top: 30px;
}

.contact-form__first_content.disabled {
  display: none;
}

.contact-form__second_content.active {
  display: block;
}
.parameter-display_card.active {
   display: block;
}
.parameter-display {
    background: white;
    color: black;
    padding: 25px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
}
span.parameter-display-note {
    font-size: 13px;
    padding: 20px 0;
}
span.parameter-display-link {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}




/*produkteseite*/
@media (max-width:500px){
.mount-product-page {
    padding-top: 80px;
}
.jdgm-rev-widg__header {
    padding: 25px 10px 5px 10px !important;
}
}

div#judgeme_product_reviews {
    max-width: 100% !important;
}


button#shopify-pc__banner__btn-decline {
    display: none;
}
button#shopify-pc__prefs__header-decline {
    display: none;
}

.product-item__badge {
    font-size: 11px;
    font-weight: 500;
}
@media (max-width:480px){
 .product-item .product-item__badge {
    font-size: 9px;
   line-height: 1.65em;
        height: 1.65em;
} 
}


/*produkteseite Lightbox*/
.product-gallery.active {
    z-index: 9999;
}
.product-gallery.active .product-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 9999;
    padding: 50px;
}
.product-gallery.active .product-lightbox_inner {
    display: flex;
    height: 100%;
    gap:50px;
}
.product-gallery.active .css-slider-button {
    pointer-events: auto;
}

.product-gallery.active .css-slider-viewport.auto-height {
    height: 100% !important;
}

.product-gallery.active .css-slider-holder {
    height: 100%;
}
.product-gallery.active .css-slider-container {
    height: 100%;
}
.product-gallery.active .grid.grid--slider.grid-1.grid--gap-small {
    height: 100%;
}

.product-gallery.active .product-gallery-item {
    padding-top: 0 !important;
    height: 100% !important;
}
.product-gallery .product-lightbox_inner .css-slider-navigation-container {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 999;
    padding: 0 15px;
    justify-content: space-between !important;
    display: none !important;
}
.product-gallery .product-lightbox_inner .css-slider-button {
    background: #d9d9d9;
}
.product-gallery.active .product-lightbox_inner .css-slider-navigation-container {
    display: flex !important;
    pointer-events: none;
}

  .pdp-lb__meta{ 
    flex:0 0 auto; 
    padding:10px 0px 40px 0px;
    displaY:none; }
  .pdp-lb__price{ display:block; font-weight:700; font-size:18px; line-height:1.3; }
  .pdp-lb__name{ display:block; font-size:15px; line-height:1.35; margin-top:2px; }


.close-lighbox{
  displaY:none;
}
.product-gallery.active .close-lighbox{
  display:block;
  position:absolute;
  top:25px;
  right:25px;
  cursor: pointer;
  z-index: 9999;
}
.product-gallery.active .product-gallery-item__zoom{
  display:none !important;
}
.product-gallery.active .product__badges {
    display: none;
}

@media (min-width:1023px){
  .product-gallery.active button.thumbnail.element--border-radius {
    width: 100% !important;
}
.product-gallery.active .product-gallery__thumbnails-holder {
display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        max-height: 65vh;
        overflow-y: auto;
        scrollbar-width: thin;
}
.product-gallery.active .css-slider {
    width: 75%;
}
.product-gallery.active .product-gallery__thumbnails {
    width: 25%;
}
.product-gallery.active .pdp-lb__meta{
  displaY:block;
}
}

@media (max-width:1023px){
  .product-gallery.active .product-lightbox {
    padding: 0px;
}
  .product-gallery.active .product-gallery__thumbnails-holder {
    display: flex;
}
.product-gallery.active .product-lightbox_inner {
    display: flex;
    height: 100%;
    gap: 50px;
    flex-direction: column;
}
.product-gallery.active .css-slider {
    width: 100%;
    position: relative;
    height: 100%;
}
}


/* ==================================================
   notify me
   ================================================== */
div#notify-me-form {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f7f7f7;
    margin-top:15px;
}
input#notify-email {
    margin-bottom: 10px;
    width:100%;
    max-width: 100% !important;
}
div#notify-me-wrapper label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom:5px;
}
div#notify-me-wrapper span {
    font-size: 14px;
}
.notify-email-inputs{
  border-top:1px solid #ddd;
  padding-top:15px;
  margin-top:15px;
}



/* ==================================================
collection banner
   ================================================== */
      .collection_image-banner{
      padding-bottom:19.53%;
      position:relative;
      }
      .collection_image{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        object-fit:cover;
      }
        .collection_image-mobile{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        object-fit:cover;
          display:none;
      }
    @media (max-width:767px){
      .collection_image-banner{
      padding-bottom:50%;
      }
      .collection_image-mobile{
      display:block;
    }
        .collection_image{
    display:none;
      }
    }



/* ==================================================
black week banner
   ================================================== */
    span.product-price--saving-percent {
    padding: 5px 10px;
    background: #dbe5de;
    color: black;
    font-weight: 600;
}

            .blackweek-banner {
            background: #314b46;
            color: #fff;
            padding: 12px 16px;
            border-radius: 8px;
            margin: 16px 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .banner-text {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .banner-icon {
            font-size: 24px;
        }

        .banner-label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: 0.8;
            margin-bottom: 2px;
        }

        .banner-title {
            font-size: 16px;
            font-weight: 700;
        }

        .banner-timer {
            background: #efee5a;
            color: #000;
            padding: 6px 12px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 700;
            white-space: nowrap;
        }


#snow {
  background: none;
  background-image:
    url(https://cdn.shopify.com/s/files/1/0644/5711/3840/files/Download_4.png?v=1766134105),
    url(https://cdn.shopify.com/s/files/1/0644/5711/3840/files/snow-2-BHXAw0cP.png?v=1766134082),
    url(https://cdn.shopify.com/s/files/1/0644/5711/3840/files/snow-3-DKcVJR2x.png?v=1766134081);
  background-repeat: repeat, repeat, repeat;
  background-position: 0 0, 0 0, 0 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
  animation: snow 20s linear infinite;
  pointer-events: none;
}

@keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 300px 300px, 400px 400px, 500px 1000px;
  }
}




/* ==================================================
auf lager anzeige
   ================================================== */
.product-variant__quantity:not(:empty) {
    margin-top: 0.875rem;
    color: #0aa514 !important;
    display: flex !important;
    align-items: center;
    gap: 5px;
}
span.product-variant__quantity.text-size--small.text-color--secondary::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #0aa514;
    position: relative;
    border-radius: 50%;
}



/* ==================================================
trust badges
   ================================================== */
.trust-block:last-of-type {
  margin-bottom: 0;
}

.trust-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 10px 0;
}

.trust-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.trust-block-flex {
    gap: 30px;
    display: flex;
}
.trust-block.shipping {
    flex: none;
}
.trust-icons .payment-icon {
  height: 29px;
  width: auto;
  border-radius: 3px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.trust-icons .shipping-icon {
  height: 35px;
  width: auto;
  border-radius: 3px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
trust-icons .payment-icon:hover,
trust-icons .shipping-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.12);
}


trust-icons .payment-icons svg {
  height: 31px;
  width: auto;
  border-radius: 4px;
  padding: 4px 8px;
}

.trust-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
}
.trust-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.trust-feature svg {
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .trust-icons {
    gap: 6px;
  }
  .trust-features {
    flex-direction: column;
    gap: 8px;
  }
  .trust-title {
  font-size: 10px;
}
.trust-icons .payment-icon {
  height: 25px;
}
.trust-icons .shipping-icon {
  height: 30px;
}
}





/* ==================================================
blog menu
   ================================================== */
   ul.blog-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding-bottom: 50px;
}
   li.blog-menu__element {
    display: flex;
}
.blog-menu__link {
    background: #f7f7f7;
    padding: 40px 15px 15px 15px;
    border-radius: 10px;
    font-weight: 600;
    font-family: "Karla";
    letter-spacing: -0.02em;
    font-size: 18px;
    width: 100%;
}
a.blog-menu__link.blog-menu-sidebar__nav-font.blog-menu-link-actv {
    background: #e7e7e7;
}