/** Shopify CDN: Minification failed

Line 3452:19 Expected ":"
Line 4090:16 Expected identifier but found "!"
Line 6793:0 "@charset" must be the first rule in the file

**/

:root {
  --direction: ltr;
  --font-stack-headings: "Noto Serif", serif;
  --font-weight-headings: 400;
  --font-style-headings: normal;
  --font-stack-body: "Noto Serif", serif;
  --font-weight-body: 400;
  --font-weight-body-bold: 500;
  --font-style-body: normal;
  --font-weight-buttons: var(--font-weight-body-bold);
  --font-weight-menu: var(--font-weight-body-bold);
  --base-headings-size: 36;
  --base-headings-line: 1.2;
  --base-body-size: 14;
  --base-body-line: 1.7;
  --base-menu-size: 14;
  --color-background-header: #333333;
  --color-secondary-background-header: rgba(255, 255, 255, 0.08);
  --color-opacity-background-header: rgba(51, 51, 51, 0);
  --color-text-header: #ffffff;
  --color-foreground-header: #000;
  --color-accent-header: #ffffff;
  --color-foreground-accent-header: #000;
  --color-borders-header: rgba(255, 255, 255, 0.1);
  --color-background-main: #ffffff;
  --color-secondary-background-main: rgba(51, 51, 51, 0.08);
  --color-third-background-main: rgba(51, 51, 51, 0.04);
  --color-fourth-background-main: rgba(51, 51, 51, 0.02);
  --color-opacity-background-main: rgba(255, 255, 255, 0);
  --color-text-main: #333333;
  --color-foreground-main: #fff;
  --color-secondary-text-main: rgba(51, 51, 51, 0.6);
  --color-accent-main: #333333;
  --color-caution-main: #e22120;
  --color-foreground-accent-main: #fff;
  --color-borders-main: #cccccc;
  --color-background-cards: #ffffff;
  --color-text-cards: #333333;
  --color-foreground-cards: #fff;
  --color-secondary-text-cards: rgba(51, 51, 51, 0.6);
  --color-accent-cards: #333333;
  --color-foreground-accent-cards: #fff;
  --color-borders-cards: #cccccc;
  --color-background-footer: #333333;
  --color-text-footer: #ffffff;
  --color-accent-footer: #ffffff;
  --color-borders-footer: rgba(255, 255, 255, 0.15);
  --color-borders-forms-primary: rgba(51, 51, 51, 0.3);
  --color-borders-forms-secondary: rgba(51, 51, 51, 0.6);
  --border-width-cards: 0px;
  --border-radius-cards: 0px;
  --border-width-buttons: 1px;
  --border-radius-buttons: 4px;
  --border-width-forms: 1px;
  --border-radius-forms: 4px;
  --grid-gap-original-base: 30px;
  --container-vertical-space-base: 100px;
}

.portable-show {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .portable-show {
    display: flex !important;
  }
  .portable-show.social-icons,
  .social-icons.portable-show {
    display: flex !important;
  }
}

input, :before, :after, * {
  box-sizing: border-box;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

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

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

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

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

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

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

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

.hide, .hidden {
  display: none;
}

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

summary {
  list-style: none;
}

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

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

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

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

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

.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);
}
.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);
}
.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 {
  color:#fff;
  background-image: linear-gradient(to right, var(--color-text-cards), var(--color-text-cards));
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

em {
  font-style: italic;
}

p {
  margin-bottom: 1rem;
}

.rte ul {
  list-style: disc inside;
}
.rte ul li:not(:first-child) {
  margin-top: 0.75rem;
}
.rte ol {
  list-style: decimal inside;
}
.rte ol li:not(:first-child) {
  margin-top: 0.75rem;
}

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

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

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

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

.container--small {
  margin: 0 auto;
  width: 100%;
  max-width: 667px;
  padding-inline-start: var(--gutter-container);
  -webkit-padding-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);
  -webkit-padding-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);
  -webkit-padding-start: var(--gutter-container);
  padding-inline-end: var(--gutter-container);
}

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

@media screen and (max-width: 1360px) {
  .container--large-with-mobile-padding {
    padding-inline-start: var(--gutter-xlarge);
    -webkit-padding-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, 10rem, 12.5rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

.element--wrap-paranth:before {
  content: " (";
  white-space: pre;
}
.element--wrap-paranth:after {
  content: ") ";
  white-space: pre;
}
.element--height-small {
  min-height: 40vh;
}
.element--height-regular {
  /* min-height: 60vh; */
}
.element--height-large {
  min-height: 80vh;
}
.element--body-bgc {
  background-color: var(--color-background-main);
}
.element--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-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 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 img {
  border-radius: var(--border-radius-cards) var(--border-radius-cards) 0 0;
}
.element--border-width-clamped {
  border-style: solid;
  border-width: clamp(0px, var(--border-width-cards), 1px);
}
.element--no-radius {
  border-radius: 0;
}
.element--is-inline-block {
  display: inline-block;
}
.element--display-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .element--hide-on-small {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .element--hide-on-desk {
    display: none;
  }
}
.element--align-self-center {
  align-self: center;
}
.element--z-1 {
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1023px) {
  .portable--grid--slider {
    --col-gap: var(--grid-gap);
    --col-size: calc(
    	(100% - var(--col-gap) * (var(--visible-cols) - 1)) /
    		var(--visible-cols)
    ) !important;
    grid-auto-flow: column !important;
    grid-template-columns: var(--col-size) !important;
    grid-auto-columns: var(--col-size) !important;
  }
  .portable--grid--slider.grid-1 {
    --visible-cols: 1;
  }
}
:root {
  --gutter-small: 15px;
  --gutter-regular: 25px;
  --gutter-large: 50px;
  --gutter-xlarge: 80px;
  --gutter-container: 40px;
  --sidebar-width: 420px;
  --sidebar-gutter: 40px;
  --full-height: 100vh;
  --button-padding-large: 0.9375rem 2.875rem;
  --button-padding-regular: 0.9375rem 2.75rem;
  --button-padding-small: 0.5rem 1.625rem;
  --input-padding: 0.75rem;
  --button-product: 3.75rem;
  --header-vertical-space: 30px;
  --container-vertical-space: var(--container-vertical-space-base);
  --grid-gap: var(--grid-gap-original-base);
}

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

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

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;
  -webkit-margin-start: -0.3125rem;
  margin-top: 0.625rem !important;
}
.flex-buttons > * {
  margin: 0.625rem 0.3125rem 0;
  flex: auto;
  width: auto;
}

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

.card--no-sideborders {
  border-left: 0;
  border-right: 0;
}
.card--no-radius {
  border-radius: 0;
}
.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 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}
.card__icon svg path {
  stroke: black;
}
.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%);
  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.1;
  border-radius: var(--border-radius-cards);
}
.card__text {
  z-index: 99;
  word-wrap: break-word;
}
.card__text > * {
  display: block;
}
.card__text:empty {
  display: none;
}
.card__whole-link {
  display: block;
  height: 100%;
}
.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;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  position: relative;
}
input[type=checkbox]::before,
input[type=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;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background: var(--color-text-main);
}
input[type=checkbox]:checked::before,
input[type=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%;
}

.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) translateZ(0);
  transition: transform 450ms ease-in-out, opacity 300ms linear;
  will-change: transform;
}
.no-touchevents a:hover .lazy-image.lazy-image--animation.lazyloaded img {
  transform: scale(1.1) translateZ(0);
  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;
  width: 100%;
  height: 100% !important;
  z-index: 0;
  padding-top: 0 !important;
}
html[dir=rtl] .lazy-image.lazy-image--background {
  right: 0;
}
html[dir=ltr] .lazy-image.lazy-image--background {
  left: 0;
}
.lazy-image.lazy-image--background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.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);
}

.apply-gallery-animation {
  will-change: transform;
}

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

.main-content {
  position: relative;
}

.search-page-form form {
  display: flex;
  gap: var(--gutter-regular);
}
.search-page-form form .site-search-handle {
  flex-grow: 1;
}
.search-page-form form input {
  width: 100%;
}

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

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

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section-heading__title {
  margin-bottom: 10px;
}
.section-heading__subheading {
  display: inline-block;
  width: 100%;
}
.section-heading__text {
  padding-inline-end: 10%;
}
.section-heading__actions {
  flex-shrink: 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;
  -webkit-margin-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;
  left: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;
}







h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
input,
textarea,
select {
  font-family: 'Noto Sans JP', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1em;
}
select,
select:invalid,
select option,
select option:disabled {
  color: var(--color-text-main);
  opacity: 0.66;
}

html{
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  font-feature-settings: "palt" 1;
}

img{
  max-width: 100%;
}

.color-opacity066{
  opacity: 0.66;
}

.text-color--caution {
  color:var(--color-caution-main);
}

.word-break--keep{
  word-break: keep-all;
  word-wrap: anywhere;
}
.word-break--break{
  word-break: break-all;
  word-wrap: anywhere;
}

.url-copy-tooltip{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor:pointer; 
}

.main-content {
/*  overflow: hidden;*/
}

.element--body-bgcf{
  background-color: var(--color-background-cards);
}

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

.align-content-image-ltr{
  flex-flow : row nowrap;
}
.align-content-image-rtl{
  flex-flow : row-reverse nowrap;
}
@media only screen and (max-width: 767px){
  .align-content-image-ltr{
    flex-flow : row wrap;
  }
  .align-content-image-ltr > *{
    width: 100%;
  }
  .align-content-image-rtl{
    flex-flow : row-reverse wrap;
  }
  .align-content-image-rtl > *{
    width: 100%;
  }
}

@media print,screen and (min-width: 768px){
  .sp\:block{
    display: none !important;
  }
}
@media only screen and (max-width: 767px){
  .pc\:block{
    display: none !important;
  }
}


.text-with-icon--small svg.symbol--x {
  margin-top: calc(1.375rem * 20 / 100);
  width: calc(1.375rem * 70 / 100);
  height: calc(1.375rem * 70 / 100);
}


/* =========================================================
table
========================================================= */
table.tbl_def,
.product_html_note table,
.template-legal-notice .rte table{
  width: 100%;
  table-layout: auto;
  border-top: 1px solid var(--color-borders-main);
}
table.tbl_def > tbody > tr > th,
.product_html_note table > tbody > tr > th,
.template-legal-notice .rte table > tbody > tr > th{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
  padding: 16px 10px 16px 18px;
  vertical-align: middle;
  word-wrap: break-word;
  border-bottom: 1px solid var(--color-borders-main);
  background-color: var(--color-foreground-accent-main);
  text-align: left;
}
table.tbl_def > tbody > tr > td,
.product_html_note table > tbody > tr > td,
.template-legal-notice .rte table > tbody > tr > td{
  font-size: 1em;
  line-height: 1.6em;
  padding: 16px 20px 16px 0;
  vertical-align: middle;
  word-wrap: break-word;
  border-bottom: 1px solid var(--color-borders-main);
  background-color: var(--color-foreground-accent-main);
  text-align: left;
}
.product_html_note table > tbody > tr > td,
.template-legal-notice .rte table > tbody > tr > td{
  padding: 16px 20px;
}
table.tbl_def > tbody > tr > td > ul,
table.tbl_def > tbody > tr > td > ul > li{
  line-height: 1.5em;
}
@media only screen and (max-width: 767px){
  table.tbl_def,
  .product_html_note table,
  .template-legal-notice .rte table{
  }
  table.tbl_def > tbody > tr > th,
  .product_html_note table > tbody > tr > th,
  .template-legal-notice .rte table > tbody > tr > th{
    line-height: 1.5em;
  }
  table.tbl_def > tbody > tr > td,
  .product_html_note table > tbody > tr > td,
  .template-legal-notice .rte table > tbody > tr > td{
    line-height: 1.5em;
  }
}


/* ******************************************************************************************************************

section-main-product.css Customize

****************************************************************************************************************** */
.product-variants--radio .product-variant__item input:checked + label {
  font-weight: var(--font-weight-body-bold);
  border-color: var(--color-text-main) !important;
  box-shadow: 0 0 0px 1px var(--color-text-main);
}
.product-form {
  margin-bottom: 2.5rem !important;
}


/* ******************************************************************************************************************

section-main-product.css Customize

****************************************************************************************************************** */
.product-variants--radio .product-variant__item label {
  text-align: center;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-radius: var(--border-radius-buttons);
  border-color: var(--color-borders-forms-primary);
  color: var(--color-text-main);
  padding: var(--input-padding) 1.25rem;
  transition: all 100ms linear;
}
.shopify-payment-button__button {
  border-color: var(--color-borders-main) !important;
}
.product-quantity__minus, .product-quantity__plus {
  border-color: var(--color-borders-main) !important;
}
.product-variants--radio .product-variant__item label {
  border-color: var(--color-borders-main) !important;
}
.product-variants--radio .product-variant__item input:checked + label{
  border-color: var(--color-accent-main) !important;
  box-shadow: 0 0 0px 1px var(--color-accent-main) !important;
}
.product-quantity__minus svg *, .product-quantity__plus svg * {
/*  fill: var(--color-accent-main) !important;*/
}
.main-product .product__productinfo {
}
.main-product .product__productinfo .productinfo__bloc.table-style--product table{
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .main-product .product-gallery,
  .main-product .product-text {
    position: sticky;
    top: 70px !important;
  }
}
.product-sharing .site-sharing {
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  gap:1rem 1.25rem;
}
.product-sharing .site-sharing > p{
  width: 100%;
  margin-bottom: 0 !important;
}
.product-sharing .site-sharing > a{
  margin-inline-end: 0;
}
.product-sharing .site-sharing .url-copy-tooltip .text-with-icon__icon {
}
.product-sharing .site-sharing .url-copy-tooltip .text-with-icon__icon i {
  width: 1.375rem;
  height: 1.375rem;
  font-size: .9em;
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
          justify-content: center;
          align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 767px) {
  .product-sharing .site-sharing {
    gap:1rem 0.5rem;
  }
  .product-sharing .site-sharing .text-with-icon__icon {
    margin-inline-end: 0.1rem;
  }
  .product-sharing .site-sharing > a{
  }
  .product-sharing .site-sharing .url-copy-tooltip .text-with-icon__icon i {
    font-size: 1em;
  }
}
.product-text .product__tags__list{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  gap:20px !important;
  padding-bottom: var(--gutter-regular) !important;
  margin-bottom: var(--gutter-regular) !important;
  border-bottom: 1px solid var(--color-borders-main);
}
.product-text .product__tags__list li{
  cursor: default;
  background-color: transparent !important;
  color: var(--color-text-main) !important;
  border-color: var(--color-borders-main) !important;
  width: auto !important;
  margin: 0;
  min-width: 0;
  padding-left: var(--gutter-regular);
  padding-right: var(--gutter-regular);
}



/* ******************************************************************************************************************

component-product-item.css Customize

****************************************************************************************************************** */
.product-item.card.card-no-border{
  border: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.product-item__price span:not(:first-child) {
  padding-inline-start: 0 !important;
  -webkit-padding-start: 0 !important;
}
@media screen and (max-width: 767px) {
  .product-item.card.card-no-border{
    padding-left: 0;
    padding-right: 0;
  }
}

/* ******************************************************************************************************************

component-breadcrumb.css Customize

****************************************************************************************************************** */
.breadcrumb-main {
  top: calc(clamp(2.5rem, var(--container-vertical-space), 5rem) * -1.25) !important;
}

/* ******************************************************************************************************************

section-account.css Customize

****************************************************************************************************************** */
.account__form-row--flex > .button {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .account__form-block {
    max-width: 100% !important;
  }
}
body.template-activate_account .account__form-block{
  max-width: 32rem;
}

/* ******************************************************************************************************************

component-pagination.css Customize

****************************************************************************************************************** */
nav[role="navigation"] .pagination{
  text-align: center;
}
.pagination a {
  color: var(--color-text-main) !important;
}
.no-touchevents .pagination a:hover, .pagination .no-touchevents a:hover {
  border-color: var(--color-accent-main) !important;
}

.pagination li.active {
  background-color: var(--color-accent-main) !important;
  color: var(--color-background-main) !important;
  border: solid 1px var(--color-accent-main) !important;
}
.no-touchevents .pagination li.prev a:hover, .no-touchevents .pagination li.next a:hover {
  background-color: var(--color-accent-main) !important;
  border-color: var(--color-accent-main) !important;
}


/* ******************************************************************************************************************

component-cart.css Customize

****************************************************************************************************************** */
#site-cart-sidebar .cart-instructions textarea{
  height: 5rem;
}


/* ******************************************************************************************************************

themes.css Customize

****************************************************************************************************************** */

:root {
  --gutter-small: 10px;
  --gutter-regular: 20px;
  --gutter-large: 80px;
  --gutter-xlarge: 80px;
  --gutter-container: 40px;
  --sidebar-width: 420px;
  --sidebar-gutter: 20px;
  --full-height: 100vh;
  --button-padding-large: 0.9375rem;
  --button-padding-regular: 0.9375rem;
  --button-padding-small: 0.5rem;

  --button-size-large: 300px;
  --button-size-regular: 200px;
  --button-size-small: 150px;

  --input-padding: 0.75rem;
  --button-product: 3.75rem;
  --header-vertical-space: 30px;
  --container-vertical-space: var(--container-vertical-space-base);
  --grid-gap: var(--grid-gap-original-base);
}
@media screen and (max-width: 1280px) {
  :root {
    --gutter-small: 12px;
    --gutter-regular: 20px;
    --gutter-large: 35px;
    --gutter-xlarge: 60px;
    --container-vertical-space: calc(var(--container-vertical-space-base) * 1);
    --grid-gap: calc(var(--grid-gap-original-base) * 1);
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --gutter-small: 9px;
    --gutter-regular: 15px;
    --gutter-large: 25px;
    --gutter-xlarge: 40px;
    --gutter-container: 30px;
    --button-padding-large: 0.75rem;
    --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;
    --button-padding-regular: 0.5rem;
    --button-padding-small: 0.375rem;
    --input-padding: 0.5rem;
    --button-product: 3.125rem;
    --gutter-container: 20px;
    --header-vertical-space: 15px;
    --grid-gap: calc(var(--grid-gap-original-base) * 0.75);
  }
}
@media screen and (max-width: 474px) {
  :root {
    --sidebar-width: 100%;
    --sidebar-gutter: 15px;
    --gutter-container: 15px;
  }
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .text-size--xlarge{
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  h1,
  .h1{
    font-size: calc(        56px / 60 * var(--base-headings-size) + 0px         );
  }
}
@media screen and (min-width: 1024px) {
  h1,
  .h1{
    font-size: calc(        72px / 60 * var(--base-headings-size) + 0px       );
  }
}

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

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

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

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

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


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

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

@media screen and (max-width: 1023px) {
  .shopify-challenge__container .shopify-challenge__message, .text-size--large {
    font-size: calc(          16px / 16 * var(--base-body-size) + 0px         );
  }
}
@media screen and (min-width: 1024px) {
  .shopify-challenge__container .shopify-challenge__message, .text-size--large {
    font-size: calc(        21px / 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: 474px) {
  .text-size--xxlarge {
    font-size: calc(        20px / 16 * var(--base-body-size) + 0px       );
  }
}
@media screen and (min-width: 475px) and (max-width: 1023px) {
  .text-size--xxlarge {
    font-size: calc(          24px / 16 * var(--base-body-size) + 0px         );
  }
}
@media screen and (min-width: 1024px) {
  .text-size--xxlarge {
    font-size: calc(        28px / 16 * var(--base-body-size) + 0px       );
  }
}

.social-icons.hide{
  display: none;
}
@media screen and (max-width: 1023px) {
  .social-icons.hide.portable-show{
    display: flex;
  }
}
.social-icons a{
  cursor:pointer;  
}

.letter-spacing--small{
  letter-spacing: 0 !important;
}
.letter-spacing--medium{
  letter-spacing: 0.1em !important;
}
.letter-spacing--large{
  letter-spacing: 0.3em !important;
}
.letter-spacing--xlarge{
  letter-spacing: 0.5em !important;
}

.element--border-radius.map-object img{
  border-radius: 0;
}

.shopify-policy__title h1,
.shopify-policy__title .h1,
h1.title,
.h1.title,
h2.title_h1{
  font-size: calc( 60px / 60 * var(--base-headings-size) + 0px );
  font-weight: 700;
  position: relative;
  margin: 0 auto 100px;
  padding: 0;
  letter-spacing: 0.15em;
  color: var(--color-accent-main);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shopify-policy__title h1,
  .shopify-policy__title .h1,
  h1.title,
  .h1.title,
  h2.title_h1{
    font-size: calc( 32px / 60 * var(--base-headings-size) + 0px );
    margin: 0 auto 60px;
    padding: 0;
  }
}

.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-left--small {
  padding-left: var(--gutter-small);
}
.gutter-left--regular {
  padding-left: var(--gutter-regular);
}
.gutter-left--large {
  padding-left: var(--gutter-large);
}
.gutter-left--xlarge {
  padding-left: var(--gutter-xlarge);
}

.gutter-right--small {
  padding-right: var(--gutter-small);
}
.gutter-right--regular {
  padding-right: var(--gutter-regular);
}
.gutter-right--large {
  padding-right: var(--gutter-large);
}
.gutter-right--xlarge {
  padding-right: 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);
}
.gutter-bottom--xxlarge{
  padding-bottom: calc(var(--gutter-xlarge) * 1.5);
}
.text-line-height--small {
  line-height: 1.1;
}
.text-line-height--medium {
  line-height: 1.25;
}
.text-line-height--large {
  line-height: 1.4;
}
.text-line-height--xlarge {
  line-height: 1.7;
}
.text-line-height--xxlarge {
  line-height: 2;
}

.bloc-position--center{
  margin-left:auto;
  margin-right:auto;
}
.bloc-position--left{
  margin-left:0;
  margin-right:auto;
}
.bloc-position--right{
  margin-left:auto;
  margin-right:0;
}

.text-size--xsmall{
  line-height:1.4em;
}

.shopify-policy__container{
  max-width:100%;
  margin:0 auto;
  padding-left:0;
  padding-right:0
}

.spacing--large > *.increased-spacing {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.element--height-small {
  min-height: 400px;
}
.element--height-regular {
  /* min-height: 600px; */
}
.element--height-large {
  min-height: 800px;
}
@media screen and (max-width: 767px) {
  .element--height-small {
    min-height: 40vh;
  }
  .element--height-regular {
    /* min-height: 60vh; */
  }
  .element--height-large {
    min-height: 80vh;
  }
}
.text-animation--underline {
  line-height: 1.4em;
}

.rte a[href*=tel] {
  border: none !important;
}


/* =========================================================
breadcrumb
========================================================= */
body:not(.template-index) .main-content{
  margin-top:calc(clamp(2.5rem, var(--container-vertical-space), 5rem) * 2);
}
.breadcrumb-container{
  justify-content: flex-end !important;
}
.breadcrumb span:last-child {
  margin-inline-end: 0 !important;
}
@media screen and (max-width: 767px) {
  body.template-index .main-content{
/*    padding-top: calc((var(--header-vertical-space) / 2) + var(--header-logo));*/
  }
  body:not(.template-index) .main-content{
    margin-top:calc(clamp(2.5rem, var(--container-vertical-space), 5rem) * 2.5);
  }
}


/* =========================================================
Header
========================================================= */
@media screen and (min-width: 768px) {
  .header__top.container--large{
    max-width: 100%;
    padding: 10px 20px;
  }
  .header__bottom.container--large{
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-container--top{
    position: fixed !important;
    top: 0;
    left:0;
    width: 100%;
  }
  .site-header:not(.show) .header-container--top{
  }
  .site-header.show .header-container--top{
  }
  .header__top.container--large{
    padding-top: calc(var(--header-vertical-space) / 4);
    padding-bottom: calc(var(--header-vertical-space) / 4);
    padding-right:0 !important;
    margin-right: 0 !important;
  }
}
search-form{
  display:         flex !important;
  display: -webkit-flex !important;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
          flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          align-items: center;
  -webkit-align-items: center;
/*  background: var(--color-background-header);*/
}
body.template-index .site-header:not(.show) .button__icon svg *{
  stroke: var(--color-background-header);
  fill: var(--color-background-header);
}
body.template-index .site-header.show .button__icon svg *{
  stroke: var(--color-text-header);
  fill: var(--color-text-header);
}
search-form .button{
  background-color: transparent !important;
  border: none !important;
}
main-header .social-icons,
sidebar-drawer .social-icons {
  gap:20px;
  -webkit-justify-content: center;
          justify-content: center;
}
main-header .social-icons{
          align-items: center;
  -webkit-align-items: center;
  margin: 0 !important;
  gap:0 !important;
}
main-header .social-icons a,
sidebar-drawer .social-icons a{
  background-color: transparent;
  color: var(--color-accent-header);
  width: 40px;
  height: 40px;
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
          justify-content: center;
          align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
  margin:0;
}
main-header .social-icons a:hover,
sidebar-drawer .social-icons a:hover{
/*  color: var(--color-background-header);*/
}
body.template-index main-header.site-header.show .social-icons a{
/*  background-color: var(--color-accent-header);*/
/*  color: var(--color-background-header);*/
}
body.template-index main-header.site-header:not(.show) .social-icons a{
/*  color: var(--color-background-header);*/
/*  background-color: var(--color-accent-header);*/
}
.site-header-container sidebar-drawer{
  padding: 0 60px 60px;
  position: fixed;
  grid-template-rows:1fr;
}
.site-header-container sidebar-drawer .sidebar__header{
  position: absolute;
  width: 100%;
  padding: 0px;
  border:none;
}
.site-header-container sidebar-drawer .sidebar__header--logo{
  width: 95px !important;
  position: absolute;
  top:5px;
  left: 5px;
  z-index: 1;
}
.site-header-container sidebar-drawer .sidebar__header--logo img{
/*  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6646%) hue-rotate(24deg) brightness(108%) contrast(103%);*/
  filter: brightness(0) saturate(100%) invert(20%) sepia(2%) saturate(0%) hue-rotate(233deg) brightness(89%) contrast(95%);
}
.site-header-container sidebar-drawer .sidebar__close{
  margin: 0 0 0 auto;
  width: calc((var(--gutter-container)) + 40px);
  height: calc((var(--header-vertical-space) / 2) + 40px);
}
.site-header-container sidebar-drawer .sidebar__close span{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
          justify-content: center;
          align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 100%;
}
.site-header-container sidebar-drawer .sidebar__body{
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-top: 100px;
}
.site-header-container sidebar-drawer mobile-navigation{
  padding-bottom: 80px;
}
.site-header-container sidebar-drawer .sidebar__body mobile-navigation .site-nav .submenu,
.site-header-container sidebar-drawer .sidebar__body mobile-navigation .site-nav .babymenu{
  position: fixed;
}
.site-header-container sidebar-drawer .sidebar__body mobile-navigation .submenu{
  padding-bottom: 60px;
}
.site-header-container sidebar-drawer .mobile-navigation.site-nav ul a:not(.button){
  font-size: 14px;
}
.site-header-container sidebar-drawer .sidebar__body .mobile-navigation .link-list .menu-link {
  font-size: 16px;
  font-weight: 700;
  border: none;
  padding: calc(var(--sidebar-gutter) / 2);
}
.site-header-container sidebar-drawer .sidebar__body .mobile-navigation2 .link-list {
  padding-top: calc(var(--sidebar-gutter) / 2);
  padding-bottom: calc(var(--sidebar-gutter) / 2);
}
.site-header-container sidebar-drawer .sidebar__body .mobile-navigation2 .site-nav-container nav{
  margin-top: 20px;
  border-top:1px solid var(--color-borders-main);
  border-bottom:1px solid var(--color-borders-main);
}
.site-header-container sidebar-drawer .sidebar__body .mobile-navigation2 .link-list .menu-link {
  font-size: 16px;
  font-weight: 400;
  border: none;
  padding: calc(var(--sidebar-gutter) / 2);
}

@media screen and (max-width: 1023px) {
  main-header .social-icons a i,
  sidebar-drawer .social-icons a i{
    font-size: calc(22px / 16 * var(--base-body-size) + 0px);
  }
}


/* =========================================================
Header-Menu
========================================================= */
.site-nav.style--classic nav > ul.link-list,
.site-nav.style--classic nav > ul.link-list *{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  .no-touchevents .site-nav.style--classic a:hover span{
    opacity: 0.8;
  }
  .header-actions--buttons > :not(:last-child){
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  scrollable-navigation.header-links{
    overflow: visible;
/*    margin-inline-end: auto !important;*/
/*    margin-inline-start: auto !important;*/
  }
  .site-nav.style--classic nav{
    padding-inline-end: 1em !important;
  }
  .site-nav.style--classic nav > ul.link-list{
    flex-wrap:wrap;
  }
  .site-nav.style--classic nav > ul.link-list .menu-link{
    padding: 0.9375rem 10px;
  }
  .site-nav.style--classic nav > ul.link-list,
  .site-nav.style--classic nav > ul.link-list *{
    font-size: var(--base-menu-size);
    font-weight: 500;
    background-image: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    letter-spacing: 0.1em;
  }
  .site-nav.style--classic nav > ul.link-list:hover,
  .site-nav.style--classic nav > ul.link-list *:hover{
  }
  .site-nav.style--classic li{
    position: relative;
  }
  .site-nav.style--classic .submenu{
    padding-top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .site-nav.style--classic .submenu::after{
    top:0 !important;
    margin-top: 0 !important;
    height: 100% !important;
    z-index: 10 !important;
    background-color: var(--color-background-main) !important;
    border-color: var(--color-background-header);
  }
  .site-nav.style--classic nav > ul.link-list .menu-link:hover + .submenu::after,
  .site-nav.style--classic .submenu:hover::after{
    border-top: 1px solid var(--color-background-header) !important;
    border-color: var(--color-background-header) !important;
  }
  .site-nav.style--classic .submenu.normal-menu {
    margin-inline-start:0 !important;
  }
  .site-nav.style--classic .submenu.normal-menu .submenu-holder{
    position: relative;
    z-index: 11;
    padding:0.925rem 0 !important;
  }
  .site-nav.style--classic .submenu.normal-menu .submenu-holder .menu-link{
    width: 100%;
    padding: 0.625rem 1rem !important;
  }

  .site-header {
    position: fixed !important;
    width: 100%;
    top:0;
    left:0;
  }
  .site-header .logo {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding-inline-start:0 !important;
    padding-inline-end: 0 !important;
  }
  body.template-index .site-header.show .logo,
  body:not(.template-index) .site-header .logo {
    height: 44px;
  }
  .site-header .logo-img {
    position: fixed;
    top:10px;
    left: 10px;
    z-index: 1;
    text-align: left;
  }
  .site-header .logo-img {
    transition: height .1s ease;
  }
  body.template-index .site-header.show .logo-img ,
  body:not(.template-index) .site-header .logo-img {
    width: auto !important;
    height: 68px !important;
  }
  .site-header .logo img{
    width: 100% !important;
    height: auto !important;
  }

  .header__icon--list{
    display:         flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
            flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            align-items: center;
    -webkit-align-items: center;
    gap:20px;
  }
  .header__icon--list a{
    display:         flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
            justify-content: center;
            align-items: center;
    -webkit-align-items: center;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .header__icon--cart_count {
    font-size: 0.5em;
    line-height: 1.6em;
    position: absolute;
    top: -.75em;
    right: -.75em;f.site-header .logo-img
    display: block;
    width: 1.75em;
    height: 1.75em;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    color: var(--color-text-header);
    background-color: var(--color-background-header);
    transition: background-color 0s linear,border-bottom .4s;
  }
  body:not(.template-index) .header__icon--cart_count,
  .site-header.show .header__icon--cart_count{
    background-color: var(--color-text-header);
    color: var(--color-background-header);
  }
}
@media screen and (max-width: 1023px) {
  main-header.site-header .logo {
    max-width: none;
    margin-right: auto;
  }
  main-header.site-header .logo-img {
  }
  main-header.site-header .header__icon{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0;
    order: 1;
  }
  main-header.site-header .header__icon .fa-user {
    vertical-align:top;
  }
  main-header.site-header .header__icon .text-size--large {
    font-size: calc(18px / 16 * var(--base-body-size) + 0px);
  }
  main-header.site-header .mobile-cart-button{
    margin: 0;
    order: 2;
  }
  main-header.site-header .mobile-cart-button .text-size--large {
    font-size: calc(18px / 16 * var(--base-body-size) + 0px);
  }
  main-header.site-header .social-icons{
    order: 3;
  }
  main-header.site-header .mobile-menu-button{
    margin: 0;
    order: 4;
  }
  main-header.site-header .mobile-menu-button i{
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  main-header.site-header .logo{
    height: var(--header-logo);
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0;
  }
  main-header.site-header h1{
    width: 100%;
    height: var(--header-logo);
    position: relative;
    display: flex;
    justify-content: center;
  }
  main-header.site-header .logo-img {
    height: calc(var(--header-logo) * 5 / 4) !important;
    position: fixed;
    top: 5px;
    left: 5px;
    margin: 0;
    width: 95px !important;
    height: auto !important;
  }
  main-header.site-header .logo-img img{
    max-height: none;
  }
}
@media screen and (max-width: 767px) {
  main-header.site-header .mobile-cart-button{
    margin-right:10px;
  }
  main-header.site-header .mobile-cart-button span{
    color: var(--color-text-header) !important;
    background-color: var(--color-background-header) !important;
    transition: background-color .4s linear,border-bottom .4s;
  }
   body:not(.template-index) .site-header .mobile-cart-button span,
  main-header.site-header.show .mobile-cart-button span{
    color: var(--color-background-header) !important;
    background-color: var(--color-text-header) !important;
  }
  main-header.site-header .mobile-cart-button i{
    font-size: 1.4em;
    margin-top: 0.2em;
  }
}

body.template-index .site-header.show .logo img,
body:not(.template-index) .site-header .logo img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6646%) hue-rotate(24deg) brightness(108%) contrast(103%);
}
@media screen and (min-width: 768px) {
  body.template-index .site-header .logo img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6646%) hue-rotate(24deg) brightness(108%) contrast(103%);
  }
  body.template-index .site-header:not(.show) .logo img{
  }
  body.template-index .site-header:not(.show) .site-nav.style--classic a:hover span {
/*    color: var(--color-background-header);*/
  }
  body.template-index .site-header.show .site-nav.style--classic a:hover span {
/*    color: var(--color-text-header);*/
  }
  .site-nav.style--classic .menu-link{
    justify-content: flex-start;
  }
  body.template-index .site-header:not(.show) .site-nav.style--classic .menu-link{
    color: var(--color-text-header);
  }
  body.template-index .site-header:not(.show) .site-nav.style--classic .submenu {
    background-color:#333;
  }
  body.template-index .site-header:not(.show) .site-nav.style--classic .menu-link:hover + .submenu::after ,
  body.template-index .site-header:not(.show) .site-nav.style--classic .submenu:after {
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    background-color: transparent !important;
  }
  body.template-index .site-header:not(.show) .header__icon--list a{
    color: var(--color-text-header);
  }
  body.template-index .site-header.show .header__icon--list a{
    color: var(--color-text-header);
  }
  body.template-index .site-header:not(.show) .header__icon--cart_count{
    background-color: var(--color-text-header);
    color: var(--color-background-header);
  }
  body.template-index .site-header.show .header__icon--cart_count{
  }
}
@media screen and (max-width: 767px) {
  .sidebar__close svg path{
    stroke:var(--color-background-header) !important;
  }
  body.template-index .site-header:not(.show) .logo img,
  body.template-index .site-header.show .logo img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6646%) hue-rotate(24deg) brightness(108%) contrast(103%);
  }
  body.template-index .site-header:not(.show) .mobile-menu-button svg path{
/*    fill:var(--color-background-header) !important;*/
  }
  body.template-index .site-header:not(.show) .mobile-cart-button i{
/*    color: var(--color-background-header) !important;*/
  }
  body.template-index .site-header:not(.show) .mobile-cart-button span{
    background-color: var(--color-text-header) !important;
    color: var(--color-background-header) !important;
  }
}

.header-container{
  border: none !important;
}
.site-header:not(.show),
.site-header:not(.show) .header-container{
  transition: background-color .4s linear,border-bottom .4s;
}
.site-header.show,
.site-header.show .header-container{
  background-color: var(--color-background-header) !important;
}
body:not(.template-index) .site-header,
body:not(.template-index) .site-header .header-container{
  background-color: var(--color-background-header) !important;
}
.site-header.show .site-nav.style--classic .submenu::after{
  background-color: var(--color-background-header) !important;
}
body:not(.template-index) .site-header .site-nav.style--classic .submenu::after{
  background-color: var(--color-background-header) !important;
}

@media screen and (max-width: 1023px) {
  .site-nav ul .has-submenu{
    position: relative;
  }
  .site-nav ul .has-submenu:after {
    content:"\f0da";
    font-family: 'Font Awesome 6 Free';
    font-size: 1em;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1em;
    position: absolute;
    top: 50%;
    right: var(--sidebar-gutter);
    margin-top: -0.5em;
    display: inline-block;
    width: auto;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    color: var(--color-background-header);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    z-index: -1;
  }
  mobile-navigation .site-nav li > a > .icon path{
    fill: var(--color-background-header);
  }
}


/* =========================================================
Title
========================================================= */
.section-heading{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
          align-items: center;
  -webkit-align-items: center;
}
.section-heading__text{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
          justify-content: center;
          flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
          align-items: center;
  -webkit-align-items: center;
  padding:0 !important;
  gap:0;
  letter-spacing: 0.5em;
  margin: 0;
  width: 100%;
}
.section-heading__subheading{
  text-align: center;
  font-weight: 400;
  position: relative;
  width: auto;
  letter-spacing: 0.2em;
  padding-bottom:0.3em;
  color: var(--color-text-main);
}
.section-heading__subheading:after{
  content:"";
  position: absolute;
  top:100%;
  left: 0;
  width: 100%;
  display: block;
/*  border-bottom: 1px solid var(--color-accent-main);*/
  border-bottom: 1px solid var(--color-borders-cards);
}
@media screen and (max-width: 767px) {
}


/* =========================================================
Button
========================================================= */
.button{
/*  border-color: var(--color-borders-main);*/
  min-width: 200px;
  border-color: var(--color-borders-main);
}
.button ,
.button *{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button--solid {
  background-color: var(--color-text-main);
  border-color: var(--color-text-main);
  color: var(--color-foreground-accent-main);
}
.no-touchevents .button:not(.button--outline-hover):hover {
  background-color: var(--color-foreground-accent-main);
  border-color: var(--color-borders-main);
  color: var(--color-text-main);
}
.no-touchevents .button:not(.button--solid):hover {
  background-color: var(--color-text-main);
  border-color: var(--color-text-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);
}
.no-touchevents .card .button--solid_reverse_color {
  background-color: var(--color-text-cards);
  border-color: var(--color-text-cards);
  color: var(--color-text-main);
}
.no-touchevents .card .button--solid_reverse_color:hover {
  border-color: var(--color-foreground-accent-main);
}
@media screen and (max-width: 767px) {
  .no-touchevents .card .button--solid_reverse_color {
    width: 100%;
  }
}


.rich-text__bloc a.button,
.rich-text-2col__bloc a.button,
.testimonials__bloc .panel blockquote a,
button.button--regular {
  padding: var(--button-padding-regular);
  min-width: 13em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .rich-text__bloc a.button,
  .rich-text-2col__bloc a.button,
  .media-with-text-overlay_bloc .card .button,
  .testimonials__bloc .panel blockquote a,
  button.button--regular {
    padding: var(--button-padding-regular) calc(var(--button-padding-regular) / 2);
  }
}
/*.rich-text__bloc a.button:after,
.testimonials__bloc .panel blockquote a:after,
button.button--regular .button__text:after {
  content:"\f178";
  font-family: 'Font Awesome 6 Free';
  font-size: calc(          32px / 16 * var(--base-body-size) + 0px         );
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: -0.5em;
  margin-top: -0.5em;
  display: inline-block;
  width: auto;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: var(--color-text-main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}*/
@media screen and (max-width: 1023px) {
  .rich-text__bloc a.button,
  .rich-text-2col__bloc a.button,
  .media-with-text-overlay_bloc .card .button,
  .testimonials__bloc .panel blockquote a,
  button.button--regular {
    font-size: calc(          16px / 16 * var(--base-body-size) + 0px         );
  }
}
@media screen and (min-width: 1024px) {
  .rich-text__bloc a.button,
  .rich-text-2col__bloc a.button,
  .media-with-text-overlay_bloc .card .button,
  .testimonials__bloc .panel blockquote a,
  button.button--regular {
    font-size: calc(        18px / 16 * var(--base-body-size) + 0px       );
  }
}
.rich-text__bloc a.button,
.rich-text-2col__bloc a.button,
.testimonials__bloc .panel blockquote a {
  padding: var(--button-padding-regular);
}
.testimonials__bloc .panel blockquote a {
  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);
  /*@include at-query($max, $palm) {
    .card__text & {
      width: 100%;
    }
  }*/
}
.testimonials__bloc .panel blockquote a:hover {
  background-color: var(--color-accent-main);
  border-color: var(--color-accent-main);
  color: var(--color-foreground-accent-main);
}

.card .button{
/*  min-width: 100%;*/
}
.card.product-item .button{
  min-width: 100%;
}
.card .button--solid {
  background-color: var(--color-text-main);
  border-color: var(--color-text-main);
  color: var(--color-foreground-accent-cards);
}
.card .button--solid:hover {
}

.button--icon {
  padding-inline-start: 3.3125rem !important;
  -webkit-padding-start: 3.3125rem !important;
  padding-inline-end: 1.6rem !important;
  -webkit-padding-end: 1.6rem !important;
}
.form-actions.btn_col2{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: center;
  -webkit-align-items: center;
  gap:1em;
}
@media screen and (max-width: 767px) {
  .form-actions.btn_col2 button{
    width:100%;
  }
}


/* =========================================================
Table
========================================================= */
.table-style--about {
  width: 100%;
}
.table-style--about table{
  width: 100%;
  table-layout:auto;
  border-spacing: 0;
  border-collapse: separate;
  border-top: 1px solid var(--color-borders-main);
  background-color: transparent;
}
.table-style--about table th{
  font-size: 1em;
  font-weight: normal;
  line-height: 1.7em;
  padding: 14px 10px 15px 10px;
  vertical-align: top;
  word-wrap: break-word;
  border-bottom: 1px solid var(--color-borders-main);
  background-color: transparent;
  text-align: left;
  white-space: nowrap;
  width: 200px;
  vertical-align: middle;
}
.table-style--about table td{
  font-size: 1em;
  line-height: 1.7em;
  padding: 14px 10px 15px 10px;
  vertical-align: top;
  word-wrap: break-word;
  border-bottom: 1px solid var(--color-borders-main);
  background-color: transparent;
  width: calc(100% - 200px);
}
.table-style--about table td:first-child{
  width: 200px;
}
.table-style--about table td table {
  table-layout: auto;
  margin-bottom: 1em;
}

.table-style--product {
  width: 100%;
}
.table-style--product table{
  width: 100%;
  table-layout:auto;
  border-spacing: 0;
  border-collapse: separate;
  border-top: 1px solid var(--color-borders-main);
  background-color: transparent;
}
.table-style--product table th{
  font-size: 1em;
  font-weight: normal;
  line-height: 1.7em;
  padding: 4px 10px 5px 10px;
  vertical-align: top;
  word-wrap: break-word;
  border-bottom: 1px solid var(--color-borders-main);
  background-color: transparent;
  text-align: left;
  white-space: nowrap;
  width: 150px;
  vertical-align: middle;
}
.table-style--product table td{
  font-size: 1em;
  line-height: 1.7em;
  padding: 4px 10px 5px 10px;
  vertical-align: top;
  word-wrap: break-word;
  border-bottom: 1px solid var(--color-borders-main);
  background-color: transparent;
  width: calc(100% - 150px);
}
.table-style--product table td:first-child{
  width: 200px;
}
.table-style--product table td table {
  table-layout: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .table-style--about > table {
    display:block;
  }
  .table-style--about > table > colgroup {
    display:none;
  }
  .table-style--about > table > tbody ,
  .table-style--about > table > tbody > tr {
    display:block;
  }
  .table-style--about > table > tr > th,
  .table-style--about > table > tbody > tr > th{
    width: 100% !important;
    padding: 12px 0 10px 0;
    display: block;
    border-bottom: none;
    font-weight: 500;
  }
  .table-style--about > table > tr > td,
  .table-style--about > table > tbody > tr > td{
    padding: 0 0 15px 0;
    width: 100% !important;
    display: block;
  }
  .table-style--about > table > tr > td:first-child,
  .table-style--about > table > tbody > tr > td:first-child{
    padding: 12px 0 10px 0;
    display: block;
    border-bottom: none;
    font-weight: 500;
  }
  .table-style--about table td table th,
  .table-style--about table td table td{
    padding: 10px;
    word-break: keep-all;
  }

  .table-style--product > table {
  }
  .table-style--product > table > colgroup {
  }
  .table-style--product > table > tbody ,
  .table-style--product > table > tbody > tr {
  }
  .table-style--product > table > tr > th,
  .table-style--product > table > tbody > tr > th{
    width: 100px;
  }
  .table-style--product > table > tr > td,
  .table-style--product > table > tbody > tr > td{
    width: calc(100% - 100px);
  }
  .table-style--product > table > tr > td:first-child,
  .table-style--product > table > tbody > tr > td:first-child{
  }
  .table-style--product table td table th,
  .table-style--product table td table td{
  }
}


/* =========================================================
Slider
========================================================= */
.css-slider-dot-navigation .css-slider-dot{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}


/* =========================================================
Footer
========================================================= */
.footer-item-position--center{
  margin-left:auto;
  margin-right:auto;
}
.footer-item-position--left{
  margin-left:0;
  margin-right:auto;
}
.footer-item-position--right{
  margin-left:auto;
  margin-right:0;
}
body.sidebar-opened {
  max-height: 100vh;
}
@media screen and (min-width: 768px) {
  .main-go-top{
    z-index: 9; !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
@media screen and (max-width: 767px) {
/*
  .main-go-top{
    z-index: 10001; !important;
    bottom : 0 !important;
    right: 0 !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 0 !important;
  }
  body.sidebar-opened .main-go-top{
    transform: translateY(100px) !important;
  }
*/
}
sidebar-drawer.sidebar .sidebar__footer,
sidebar-drawer.sidebar.sidebar--opened .sidebar__footer{
  padding-bottom:150px !important;
}


.main-footer {
  margin-top:0 !important;
/*  border: none !important;*/
}
.main-footer {
  margin-top: calc(1.8 * var(--container-vertical-space)) !important;
}
@media screen and (max-width: 767px) {
  .main-footer {
    margin-top: calc(1.2 * var(--container-vertical-space)) !important;
  }
}
.main-footer .footer-top{
  padding-bottom:calc( 3 / 8 * var(--gutter-xlarge));
}
.main-footer .footer-top{
}
.main-footer .footer-top .logo {
  text-align: center;
  margin-top:calc( 1 / 3 * var(--gutter-xlarge));
}
.main-footer .footer-top .logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.main-footer .footer-top .logo-img {
  display: inline-flex;
  align-items: center;
}
.main-footer .footer-top .grid {
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
          align-items: center;
  -webkit-align-items: center;
}
.main-footer .footer-top .grid .footer-item {
  text-align: center;
}
.main-footer .footer-top .grid .footer-item .footer-item__title {
  font-size: calc( 37px / 60 * var(--base-headings-size) + 0px ) !important;
  letter-spacing: 0.05em;
}
.main-footer .footer-top .grid .footer-item .footer-item__content .footer-item__menu__content {
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
          justify-content: center;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: center;
  -webkit-align-items: center;
  gap:20px 40px;
}
.main-footer .footer-top .grid .footer-item .footer-item__content .footer-item__menu {
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: center;
  -webkit-align-items: center;
  gap:20px;
}
.main-footer .footer-top .grid .footer-item .footer-item__content .footer-item__menu span:not(:last-child) {
  padding-right: 20px;
  position: relative;
}
.main-footer .footer-top .grid .footer-item .footer-item__content .footer-item__menu span:not(:last-child):after {
  content:"";
  display: block;
  border-right: 1px solid var(--color-text-footer);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  height: 1em;
}
.main-footer .footer-top .grid .footer-item .footer-item__content .footer-item__menu span {
  margin: 0;
}
.main-footer .footer-top .grid .footer-item .footer-item__content .footer-item__menu span a {
  border: none;
}
.main-footer .footer-top .social-icons{
/*  padding-top: 1em;*/
  margin-inline-start: 0;
  -webkit-margin-start: 0;
  gap:calc( 5 / 13 * var(--grid-gap));
  -webkit-justify-content: center;
          justify-content: center;
}
.main-footer .footer-top .social-icons a{
  background-color: var(--color-accent-footer);
  color: var(--color-background-footer);
  width: calc( 2px * var(--base-body-size) );
  height:calc( 2px * var(--base-body-size) );
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
          justify-content: center;
          align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
  border-radius: 50%;
  margin:0;
}
.main-footer .footer-top .social-icons a:hover{
  color: var(--color-background-footer);
}
.main-footer .footer-top .social-icons a .icon{
  width: auto;
  height: auto;
}
.main-footer .footer-top .grid .footer-item .footer-item__image{
  min-width: 230px;
}
.main-footer .footer-top + .footer-bottom{
  border: none;
}
.main-footer .footer-top + .footer-bottom .copyright{
  color: var(--color-blog-date);
  font-size: calc( 6px / 7 * var(--base-body-size) );
  letter-spacing: 0.03em;
  margin: 0 auto;
}
.main-footer .footer-menu {
  margin-top: calc( (2 / 3 * var(--gutter-xlarge)) / 2);
  margin-bottom: calc( (2 / 3 * var(--gutter-xlarge)) / 2);
}
.main-footer .footer-menu--1{
  margin-top: calc( (1 / 3 * var(--gutter-xlarge)) / 2);
  margin-bottom: calc( (1 / 3 * var(--gutter-xlarge)) / 2);
}
.main-footer .footer-menu--2{
  margin-top: calc( (1 / 3 * var(--gutter-xlarge)) / 2);
  margin-bottom: calc( (1 / 3 * var(--gutter-xlarge)) / 2);
}
.main-footer .footer-menu .footer-item__menu{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
          justify-content: center;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  gap:20px;
}
.main-footer .footer-menu .footer-item__menu span {
  margin: 0;
}
.main-footer .footer-menu .footer-item__menu span a {
  text-decoration: none;
  border: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .main-footer .footer-top .grid{
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .main-footer .footer-top .social-icons{
    -webkit-justify-content: center;
    justify-content: center;
  }
  .main-footer .footer-top .grid .footer-item{
    text-align: center;
    margin: 0 auto;
  }
  .main-footer .footer-top .grid .footer-item * {
    word-wrap: break-word;
    word-break: keep-all;
  }
  .main-footer .footer-top .logo-img {
    height: calc(var(--footer-logo) * 2) !important;
  }
  .main-footer .footer-menu .footer-item__menu{
    gap:0.5em 20px;
  }
  .main-footer .footer-menu {
    margin-top: calc( (2 / 3 * var(--gutter-xlarge)) / 2);
    margin-bottom: calc( (2 / 3 * var(--gutter-xlarge)) / 2);
  }
  .main-footer .footer-menu--1{
    margin-top: calc( (2 / 3 * var(--gutter-xlarge)) );
    margin-bottom: calc( (2 / 3 * var(--gutter-xlarge)) );
  }
  .main-footer .footer-menu--2{
    margin-top: calc( (2 / 3 * var(--gutter-xlarge)) );
    margin-bottom: calc( (2 / 3 * var(--gutter-xlarge)) );
  }
  .main-footer .footer-menu--3{
    margin-top: calc( (2 / 3 * var(--gutter-xlarge)) );
    margin-bottom: calc( (2 / 3 * var(--gutter-xlarge)) );
  }
  .main-footer .footer-top + .footer-bottom .copyright{
    padding-bottom: calc(2 * var(--gutter-xlarge));
  }
}


/* =========================================================
Section
========================================================= */
.section-footing__button{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
          justify-content: center;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  gap:30px;
  margin-top: 60px;
}
.section-footing__button button {
}
.container--large {
  padding-inline-start: calc(var(--gutter-container) /2);
  -webkit-padding-start: calc(var(--gutter-container) /2);
  padding-inline-end: calc(var(--gutter-container) /2);
}
.container--large.container--fullwidth {
  padding-inline-start: var(--grid-gap);
  -webkit-padding-start: var(--grid-gap);
  padding-inline-end: var(--grid-gap);
  -webkit-padding-end: var(--grid-gap);
}
.container--medium {
  max-width: 1180px;
  padding-inline-start: calc( 1 / 2 * var(--gutter-container));
  -webkit-padding-start: calc( 1 / 2 * var(--gutter-container));
  padding-inline-end: calc( 1 / 2 * var(--gutter-container));
  -webkit-padding-end: calc( 1 / 2 * var(--gutter-container));
}
.container--small.container--xsmall {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  main .container--small ,
  main .container--compact ,
  main .container--medium ,
  main .container--large {
    padding-inline-start: var(--grid-gap);
    -webkit-padding-start: var(--grid-gap);
    padding-inline-end: var(--grid-gap);
    -webkit-padding-end: var(--grid-gap);
  }
  main .container--small .container--small,
  main .container--small .container--compact,
  main .container--small .container--medium,
  main .container--small .container--large,
  main .container--compact .container--small,
  main .container--compact .container--compact,
  main .container--compact .container--medium,
  main .container--compact .container--large,
  main .container--medium .container--small,
  main .container--medium .container--compact,
  main .container--medium .container--medium,
  main .container--medium .container--large,
  main .container--large .container--small,
  main .container--large .container--compact,
  main .container--large .container--medium,
  main .container--large .container--large {
    padding: 0;
  }
  main .container--small .gutter--small:not(.card__text),
  main .container--compact .gutter--small:not(.card__text),
  main .container--medium .gutter--small:not(.card__text),
  main .container--large .gutter--small:not(.card__text){
    padding-left: 0;
    padding-right: 0;
  }
}


/* =========================================================
Section - Youtube
========================================================= */
.video__bloc.container--large {
  padding: 0;
  max-width: 100%;
  margin-top: 0 !important;
}
.video__bloc.container--large video-popup,
.video__bloc.container--large video-popup img{
  border-radius: 0;
}


/* =========================================================
Section - ãƒªãƒƒãƒãƒ†ã‚­ã‚¹ãƒˆ
========================================================= */
.rich-text__bloc .rich-text {
  color: var(--color-text-cards);
}
.rich-text__bloc .rich-text .rich-text__text .card__text{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
          align-items: center;
  -webkit-align-items: center;
}
.rich-text__bloc .rich-text .rich-text__text .card__text p{
  font-feature-settings: initial;
}
.rich-text__bloc.container--large .rich-text .rich-text__text .card__text{
  width: 100%;
}
.rich-text__bloc .rich-text__text.align-content--horizontal-left .card__text{
          align-items: flex-start;
  -webkit-align-items: flex-start;
  width: 100%;
}
.rich-text__bloc .rich-text__text.align-content--horizontal-right .card__text{
          align-items: flex-end;
  -webkit-align-items: flex-end;
  width: 100%;
}
.rich-text__bloc .rich-text .rich-text__text .h2{
  letter-spacing: 0.5em;
}
.rich-text__bloc .rich-text .rich-text__text .h4{
  text-align: center;
  font-weight: 400 !important;
  position: relative;
  width: auto;
  font-size: calc( 14px / 16 * var(--base-body-size) + 0px ) !important;
  letter-spacing: 0.2em;
  padding-bottom:0.3em;
}
.rich-text__bloc .rich-text .rich-text__text .h4:after{
  content:"";
  position: absolute;
  top:100%;
  left: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid var(--color-borders-cards);
}
@media screen and (max-width: 1023px) {
  .rich-text__bloc .rich-text .rich-text__text .h2{
    letter-spacing: 0.2em;
  }
}


/* =========================================================
Section - ãƒªãƒƒãƒãƒ†ã‚­ã‚¹ãƒˆï¼ˆ2ã‚«ãƒ©ãƒ ï¼‰
========================================================= */
.rich-text-2col__bloc .rich-text {
  color: var(--color-text-cards);
}
.rich-text-2col__bloc .rich-text-2col__1colview{
  grid-column-start: 1;
  grid-column-end: 3;
}
.rich-text-2col__bloc .align-content--horizontal-left {
          align-items: flex-start;
  -webkit-align-items: flex-start;
}
.rich-text-2col__bloc .align-content--horizontal-right {
          align-items: flex-end;
  -webkit-align-items: flex-end;
}
.rich-text-2col__bloc .rich-text-2col__container .h2{
  letter-spacing: 0.5em;
}
@media screen and (min-width: 768px) {
  .rich-text-2col__bloc .rich-text-2col__container .h2{
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.rich-text-2col__bloc .rich-text-2col__container .h3{
  text-align: center;
  font-weight: 400 !important;
  position: relative;
  width: auto;
  font-size: calc( 14px / 16 * var(--base-body-size) + 0px ) !important;
  letter-spacing: 0.2em;
  padding-bottom:0.3em;
}
.rich-text-2col__bloc .rich-text-2col__container .h3:after{
  content:"";
  position: absolute;
  top:100%;
  left: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid var(--color-borders-cards);
}
@media screen and (max-width: 1023px) {
  .rich-text-2col__bloc .rich-text-2col__container .h2{
    letter-spacing: 0.2em;
  }
}


/* =========================================================
Section - ãƒªãƒƒãƒãƒ†ã‚­ã‚¹ãƒˆã‚«ãƒ¼ãƒ‰ã‚ªãƒ¼ãƒãƒ¼ãƒ¬ã‚¤ä»˜ã
========================================================= */
.rich-text-bg__bloc {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 0 0 calc( 1 * var(--container-vertical-space));
  position: relative;
}
.rich-text-bg__bloc .rich-text {
  color: var(--color-text-cards);
}
.rich-text-bg__bloc .rich-text-bg{
  min-height: auto;
}
.rich-text-bg__bloc .rich-text-bg__container--fullwidth{

}
.rich-text-bg__bloc:before{
  content:"";
  width: 100%;
  height: 100%;
  background-color: var(--color-rich-text-bg1);
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}
.rich-text-bg__bloc > div{
  position: relative;
  z-index: 2;
}
.rich-text-bg__bloc a.button{
  min-width: 200px;
}
.rich-text-bg__bloc .card {
  background-color: transparent;
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--fullwidth .rich-text-bg__text{
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--fullwidth .rich-text-bg__text h2{
  font-size: calc( 37px / 60 * var(--base-headings-size) + 0px ) !important;
  color: var(--color-text-cards);
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--fullwidth .rich-text-bg__text p{
  font-size: 1em;
  color: var(--color-text-cards);
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--fullwidth .rich-text-bg__text .increased-spacing{
  text-align: center;
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--fullwidth .rich-text-bg__text .button{
  color: var(--color-text-cards);
  border-color: var(--color-borders-main);
  margin-left: auto;
  margin-right:auto;
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--fullwidth .rich-text-bg__text .button:hover{
  border-color: var(--color-borders-main);
}
.rich-text-bg__bloc .rich-text-bg__container--medium1 {
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--medium2 {
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--medium2 .rich-text-bg__image{
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--medium2 .rich-text-bg__image figure{
  padding: 0;
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--medium2 .rich-text-bg__image figure img{
  top:calc( 1 / 2 * var(--gutter-container));
  left:0;
  width: 100%;
  height: calc( 100% - (1 * var(--gutter-container)));
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--medium2 .rich-text-bg__text{
  text-align: center;
          align-items: flex-start;
  -webkit-align-items: flex-start;
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--medium2 .rich-text-bg__text .card__text{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  padding: 60px 20px 60px 60px;
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--medium2 .rich-text-bg__text .h2{
  letter-spacing: 0.5em;
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--medium2 .rich-text-bg__text .h3{
  text-align: center;
  font-weight: 400 !important;
  position: relative;
  width: auto;
  font-size: calc( 22px / 16 * var(--base-body-size) + 0px ) !important;
  letter-spacing: 0.05em;
  padding-bottom:20px;
  margin-bottom: 30px;
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--medium2 .rich-text-bg__text .h3:after{
  content:"";
  position: absolute;
  top:100%;
  left: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid var(--color-borders-cards);
}
.rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--medium2 .rich-text-bg__text .h1{
}
@media screen and (max-width: 767px) {
  .rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--medium2 .rich-text-bg__text{
    padding: calc(var(--gutter-xlarge) / 2 );
  }
  .rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--medium2 .rich-text-bg__text .card__text{
    padding: 0;
  }
  .rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--medium2 .rich-text-bg__text .h3{
    width: 100%;
    padding-bottom: 15px;
  }
  .rich-text-bg__bloc .rich-text-bg__container.rich-text-bg__container--medium2 .rich-text-bg__text .increased-spacing{
    width: 100%;
  }
}


/* =========================================================
Section - ãƒ–ãƒ­ã‚°
========================================================= */
[class*="blog__bloc--"].column-1.container--large .section-heading .section-heading__text .section-heading__title{
  margin: 0;
  letter-spacing: 0;
}
[class*="blog__bloc--"].column-1.container--large .section-heading .section-heading__text .section-heading__subheading:after{
  display: none;
}
[class*="blog__bloc--"].column-1.container--large {
  max-width: 1180px;
}
[class*="blog__bloc--"].column-1.container--large .grid {
  border-top: 1px solid var(--color-borders-cards);
  --col-gap: 0;
}
[class*="blog__bloc--"].column-1.container--large .grid .blog-item{
  padding-top:calc(var(--gutter-container) * 2 / 3);
  padding-bottom:calc(var(--gutter-container) * 2 / 3);
  border-bottom: 1px solid var(--color-borders-cards);
  gap:calc(var(--gutter-container) /2);
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
}
[class*="blog__bloc--"].column-1.container--large .grid .blog-item *{
  margin: 0;
}
[class*="blog__bloc--"].column-1.container--large .grid .blog-item .blog-item__date {
  color: var(--color-blog-date);
}
[class*="blog__bloc--"].column-1.container--large .grid .blog-item .blog-item__title-holder {
  max-width: calc(100% - 11em);
}
[class*="blog__bloc--"].column-1.container--large .grid .blog-item .blog-item__excerpt {
  width: 100%;
  max-width: calc(100% - 11.5em);
  margin-left: auto;
  text-align: left;
}
[class*="blog__bloc--"].column-1.container--large .grid.grid--layout.grid-3 {
}
[class*="blog__bloc--"].column-1.container--large .section-footing .button {
}
[class*="blog__bloc--"].column-1.container--large .grid .blog-item--showimage{
  position: relative;
}
[class*="blog__bloc--"].column-1.container--large .grid .blog-item--showimage > .blog-item__image{
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  width: 100px;
  margin: 0;
}
[class*="blog__bloc--"].column-1.container--large .grid .blog-item--showimage > *:not(.blog-item__image){
  margin-left: 120px;
}
@media screen and (min-width: 1024px) {
  [class*="blog__bloc--"].column-1.container--large .grid.grid--highlight-first-item {
    grid-template-columns: repeat(var(--visible-cols),var(--col-size));
  }
  [class*="blog__bloc--"].column-1.container--large .grid.grid--highlight-first-item div:first-child {
    grid-column-start: span 1;
  }
}
@media screen and (max-width: 767px) {
  [class*="blog__bloc--"].container--full{
    padding-top:var(--container-vertical-space);
  }
  [class*="blog__bloc--"].column-1.container--large{
    padding-bottom: calc(var(--container-vertical-space) - (calc(var(--gutter-large) * .8)));
  }
  [class*="blog__bloc--"].column-1.container--large .grid .blog-item{
    margin-bottom: 0;
  }
  [class*="blog__bloc--"].column-1.container--large .grid .blog-item--showimage > .blog-item__image{
    width: 60px;
  }
  [class*="blog__bloc--"].column-1.container--large .grid .blog-item--showimage > *:not(.blog-item__image){
    margin-left: 70px;
  }
  [class*="blog__bloc--"].column-1.container--large .grid .blog-item .blog-item__title-holder {
    width: 100%;
    max-width: 100%;
  }
  [class*="blog__bloc--"].column-1.container--large .grid .blog-item .blog-item__excerpt {
    width: 100%;
    max-width: 100%;
  }
}

.article__blog:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.article__blog { display: block;vertical-align: top;zoom: 1;}

.article__blog{
  width: 100%;
}
@media screen and (min-width: 768px) {
    .article__blog .article__featured-image{
    float: left;
  }
  .article__blog .article__title{
    float: right;
  }
  .article__blog .article__content {
    float: right;
  }
  .article__blog .article__meta{
    float: right;
  }
}
.article__blog .article__featured-image{
  width: calc(50% - 20px);
  margin-top: 0;
}
.article__blog .article__title{
  width: calc(50% - 20px);
}
.article__blog .article__content {
  width: calc(50% - 20px);
}
.article__blog .article__meta{
  width: calc(50% - 20px);
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.article__blog .article__meta .article__meta__sticky{
  left: auto;
}
.article__blog.noimage{
  width: 100%;
}
.article__blog.noimage .article__title{
  width: 100%;
}
.article__blog.noimage .article__content{
  width: 100%;
}
.article__blog.noimage .article__meta{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .article__blog .article__featured-image{
    width: 100%;
    margin-bottom: 30px;
  }
  .article__blog .article__title{
    width: 100%;
  }
  .article__blog .article__content {
    width: 100%;
  }
  .article__blog .article__meta{
    width: 100%;
  }
}

.featured-collection__bloc {
  max-width: 1200px;
/*  margin-top: calc(1 / 2 * var(--container-vertical-space));*/
}
.featured-collection__bloc.container--large .section-heading{
          align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 40px;
}
.featured-collection__bloc.container--large .section-heading .section-heading__text{
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: center;
  -webkit-align-items: center;
  gap:0px;
}
.featured-collection__bloc.container--large .section-heading .section-heading__text .section-heading__title{
  margin: 0;
  letter-spacing: 0;
}
.featured-collection__bloc.container--large .section-heading .section-heading__subheading{
  padding: 0;
}
.featured-collection__bloc.container--large .section-heading .section-heading__subheading:after{
  display: none;
}


.promotion-card__bloc{
  margin-top: calc( 4 / 5 * var(--container-vertical-space));
  margin-bottom:calc( 4 / 5 * var(--container-vertical-space));
  display: grid;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 0 0 calc( 1 * var(--container-vertical-space));
  color: var(--color-text-cards);
  position: relative;
}
.promotion-card__bloc:before{
  content:"";
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-promotion-cards);
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}
.promotion-card__bloc .container--large{
  margin-top: calc( 6 / 5 * var(--container-vertical-space));
}
.promotion-card__bloc > div{
  position: relative;
  z-index: 2;
}
.promotion-card__bloc .container--large .section-heading .section-heading__text .section-heading__title {
  color: var(--color-text-header);
}
.promotion-card__bloc .container--large .section-heading .section-heading__text .section-heading__subheading{
  color: var(--color-text-header);
}
.promotion-card__bloc .container--large .section-heading .section-heading__text .section-heading__subheading:after {
  border-color: var(--color-text-header);
}
.promotion-card__bloc .grid {
}
.promotion-card__bloc .grid .card {
  background-color: transparent;
  position: relative;
}
.promotion-card__bloc .grid .card:before{
  content:"";
  width: 100%;
  height: 100%;
  background-color: var(--color-background-cards);
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}
.promotion-card__bloc .grid .card .card__image {
  position: relative;
  z-index: 2;
}
.promotion-card__bloc .grid .card .card__text {
  text-align: center;
  padding-top: calc( 2 / 6 * var(--gutter-large) );
  padding-left: calc( 2 / 5 * var(--gutter-large) );
  padding-right: calc( 2 / 5 * var(--gutter-large) );
  padding-bottom: var(--gutter-large);
  position: relative;
  z-index: 2;
}
.promotion-card__bloc .grid .card .card__text h3{
  font-size: calc(29px / 60 * var(--base-headings-size) + 0px) !important;
}
.promotion-card__bloc .grid .card__text .button--regular {
  font-weight: 400;
  font-size: calc(16px / 16 * var(--base-body-size) + 0px);
  border-color: var(--color-text-cards);
}

.media-with-text-overlay_bloc{
}
.media-with-text-overlay_bloc .container--fullwidth .card {
  border: none !important;
  border-radius: 0 !important;
}
.media-with-text-overlay_bloc .card .button{
  border-color: var(--color-foreground-accent-cards);
}
.media-with-text-overlay_bloc .card__image.card__image--image{
  height: auto;
  opacity: 1;
  transition: opacity .3s ease;
}
.media-with-text-overlay_bloc .card__image.card__image--image:hover{
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .media-with-text-overlay_bloc h1,
  .media-with-text-overlay_bloc .h1{
    font-size:calc(42px / 60 * var(--base-headings-size) + 0px);
  }
}

.product-text .product-price {
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
          flex-flow: row nowrap !important;
  -webkit-flex-flow: row nowrap !important;
          align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
}
.product-text .product-price .product-price--original-tax {
  margin-left: 0.5em;
  padding-bottom: 0.5em;
  display: block;
}
@media screen and (max-width: 474px) {
  .product-text .product-price .product-price--original-tax {
    font-size: calc(        14px / 16 * var(--base-body-size) + 0px       );
  }
}
@media screen and (min-width: 475px) and (max-width: 1023px) {
  .product-text .product-price .product-price--original-tax {
    font-size: calc(          15px / 16 * var(--base-body-size) + 0px         );
  }
}
@media screen and (min-width: 1024px) {
  .product-text .product-price .product-price--original-tax {
    font-size: calc(        16px / 16 * var(--base-body-size) + 0px       );
  }
}
@media screen and (max-width: 1023px) {
  .product-text .product-price .product-price--original,
  .product-text .product-price .product-price--original *{
    font-size: calc(          32px / 60 * var(--base-headings-size) + 0px         );
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  .product-text .product-price .product-price--original,
  .product-text .product-price .product-price--original *{
    font-size: calc(        36px / 60 * var(--base-headings-size) + 0px       );
    font-weight: 700;
  }
}


body.template-collection {
}
body.template-collection .grid {
          align-items: stretch;
  -webkit-align-items: stretch;
}
.product-item {
  padding-bottom: 0;
  overflow: hidden;
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
          align-items: center;
  -webkit-align-items: center;
  padding-top: 30px;
  padding-bottom:calc(var(--button-padding-regular) * 5);
  position: relative;
}
.product-item .card__image .lazy-image[data-ratio] img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .product-item {
    padding-bottom:calc(var(--button-padding-regular) * 6);
  }
}
.product-item .product-item__image_bloc{
  width: 100%;
  height: auto;
}
.product-item .card__image {
  border: none ;
  border-radius: 0;
/*  border: solid var(--border-width-cards) var(--color-borders-cards);*/
/*  border-radius: var(--border-radius-cards);*/
}
.product-item .card__image + *{
  padding-top: calc(var(--gutter-regular) / 2);
}
.product-item .product-item__text {
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
          align-items: center;
  -webkit-align-items: center;
  text-align: center;
  width: 100%;
  padding: calc(var(--gutter-regular) / 2) 0 0;
}
.product-item .product-item__text span{
}
/*.product-item .card__text:after {
  content:"";
  position: absolute;
  top:100%;
  left: 0;
  right:0;
  width: 150px;
  display: block;
  border-bottom: 1px solid var(--color-borders-cards);
  margin: 0 auto;
}*/
.product-item .product-item__title {
  width:100%;
}
.product-item .product-item__price .remove-line-height-space .product-price .product-price--original {
}
.product-item .product-item__price .remove-line-height-space .product-price .product-price--original-tax {
}
.product-item .product-item__quick-buy {
  position: absolute;
  bottom:20px;
  left: 0;
  right: 0;
  width: calc(100%);
}
.product-item .product-item__varianttext {
  margin: 0 0 1em;
}
.product-item .product-item__varianttext .product-item__varianttext--list_bloc .product-item__varianttext--list{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  gap:0.5em 20px;
}
.product-item .product-item__varianttext.youryou .product-item__varianttext--list_bloc .product-item__varianttext--list{
  gap:0.5em 10px;
}
.product-item .product-item__varianttext.youryou .product-item__varianttext--list_bloc {
  position: absolute;
  right: 10px;
  top:10px;
  z-index: 1;
}
.product-item .product-item__varianttext .product-item__varianttext--list_bloc .product-item__varianttext--list .product-item__varianttext--list_title{
  width: 100%;
}
.product-item .product-item__varianttext .product-item__varianttext--list_bloc .product-item__varianttext--list *{
  position: relative;
  color: var(--varianttext-color);
}
.product-item .product-item__varianttext:not(.youryou) .product-item__varianttext--list_bloc .product-item__varianttext--list *:not(:last-child):not(.product-item__varianttext--list_title):not(.none):before{
  content:"";
  border-right: 1px solid var(--varianttext-color);
  display: block;
  position: absolute;
  right: -10px;
  top:0;
  height: 100%;
}
.product-item .product-item__varianttext.youryou .product-item__varianttext--list_bloc .product-item__varianttext--list div{
  background-color: var(--color-accent-cards);
  border-color: var(--color-accent-cards);
  color: var(--color-foreground-accent-cards);
  border-radius: 5px;
  padding: 0.5em;
}
.product-item .product-item__varianttext .product-item__varianttext--list *{
}
.product-item__image-figure {
  border-radius: var(--border-radius-cards) !important;
}
@media screen and (max-width: 767px) {
  .product-item .product-item__quick-buy {
    bottom:10px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
  }
  .card-no-border.product-item .product-item__quick-buy {
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
  }
  .product-item .product-item__varianttext.youryou .product-item__varianttext--list_bloc {
    right: 5%;
    top:8px;
  }
  .product-item .product-item__varianttext.youryou .product-item__varianttext--list_bloc .product-item__varianttext--list{
    gap: 0.5em 0.5em;
  }
  .product-item .product-item__varianttext.youryou .product-item__varianttext--list_bloc .product-item__varianttext--list div{
    padding: 0.3em 0.4em 0.4em;
    font-size: calc( 12px / 16 * var(--base-body-size) + 0px );
  }
}


body.template-product {
}
body.template-product .product-text .product-price {
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          align-items: flex-end;
  -webkit-align-items: flex-end;
}
body.template-product .product-text .product-price .product-price--original-tax {
  margin-left: 0.5em;
  padding-bottom: 0.5em;
  display: block;
}
@media screen and (max-width: 474px) {
  body.template-product .product-text .product-price .product-price--original-tax {
    font-size: calc(        14px / 16 * var(--base-body-size) + 0px       );
  }
}
@media screen and (min-width: 475px) and (max-width: 1023px) {
  body.template-product .product-text .product-price .product-price--original-tax {
    font-size: calc(          15px / 16 * var(--base-body-size) + 0px         );
  }
}
@media screen and (min-width: 1024px) {
  body.template-product .product-text .product-price .product-price--original-tax {
    font-size: calc(        16px / 16 * var(--base-body-size) + 0px       );
  }
}
@media screen and (max-width: 1023px) {
  body.template-product .product-text .product-price .product-price--original,
  body.template-product .product-text .product-price .product-price--original *{
    font-size: calc(          38px / 60 * var(--base-headings-size) + 0px         );
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  body.template-product .product-text .product-price .product-price--original,
  body.template-product .product-text .product-price .product-price--original *{
    font-size: calc(        42px / 60 * var(--base-headings-size) + 0px       );
    font-weight: 700;
  }
}
body.template-product .main-product .product-text .product__description *{
  line-height: 1.7em;
}
body.template-product .main-product .product-text .product__description{
  line-height: 1.7em;
  word-wrap: break-word;
  word-break: break-all;
}
body.template-product .main-product .product-text .product__description a:link{
  color: unset;
}
body.template-product .main-product .product-text .product__description a:visited{
  color: unset;
}
body.template-product .main-product .product-text .product__description a:hover{
  cursor: pointer;
  color: unset;
}
body.template-product .main-product .product-text .product__description a:active{
  cursor: pointer;
  color: unset;
}
body.template-product .main-product .product-text .product__description strong{
  font-weight: 500;
  letter-spacing: 0.05em;
}
body.template-product .main-product .product-text .product__description img{
  height: auto !important;
  vertical-align: top;
}
body.template-product .main-product .product-text .product__description p{
  line-height: 1.7em;
  margin-bottom: 0.75em;
}
body.template-product .main-product .product-text .product__description div{
  line-height: 1.7em;
}
body.template-product .main-product .product-text .product__description div span{
  line-height: 1.7em;
  text-align: left;
}
body.template-product .main-product .product-text .product__description span{
  line-height: 1.7em;
}
body.template-product .main-product .product-text .product__description hr{
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid var(--color-text-main);
  border-right: none;
  border-bottom: none;
  border-left: none;
}
body.template-product .main-product .product-text .product__description ul{
  margin-bottom: 1em;
  padding-left: 1.3em;
  list-style-position: outside;
  list-style-type: disc;
}
body.template-product .main-product .product-text .product__description ul li{
  margin-bottom: 0.3em;
  list-style-type: inherit;
}
body.template-product .main-product .product-text .product__description ul li:last-child{
  margin-bottom: 0;
}
body.template-product .main-product .product-text .product__description ol{
  margin-bottom: 1em;
  padding-left: 1.3em;
  list-style-position: outside;
  list-style-type: decimal;
}
body.template-product .main-product .product-text .product__description ol li{
  margin-bottom: 0.3em;
  list-style-type: inherit;
}
body.template-product .main-product .product-text .product__description ol li:last-child{
  margin-bottom: 0;
}
body.template-product .main-product .product-text .product__description table{
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed;
  border-collapse: separate;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: transparent;
}
body.template-product .main-product .product-text .product__description table + p{
  margin-top: 0.5em;
}
body.template-product .main-product .product-text .product__description table tr{
  border-width: 1px;
}
body.template-product .main-product .product-text .product__description table th,
body.template-product .main-product .product-text .product__description table td{
  font-weight: 400;
  max-width: 100% !important;
  padding: 10px;
  word-break: break-all;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
body.template-product .main-product .product-text .product__description table th{
  font-weight: 500;
  letter-spacing: 0.05em;
}
body.template-product .main-product .product-text .product__description table th span,
body.template-product .main-product .product-text .product__description table th p{
  color: #fff;
}
body.template-product .main-product .product-text .product__description table td{
  text-align: left;
}
@media only screen and (max-width: 767px){
  body.template-product .main-product .product-text .product__description{
    line-height: 1.4em;
  }
  body.template-product .main-product .product-text .product__description strong{
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  body.template-product .main-product .product-text .product__description p{
    line-height: 1.4em;
    margin-bottom: 1em;
  }
  body.template-product .main-product .product-text .product__description div{
    line-height: 1.4em;
  }
  body.template-product .main-product .product-text .product__description span{
    line-height: 1.4em;
  }
  body.template-product .main-product .product-text .product__description hr{
    border-width: 2px;
  }
  body.template-product .main-product .product-text .product__description table th,
  body.template-product .main-product .product-text .product__description table td{
    padding: 1em;
  }
}
@media only screen and (max-width: 480px){
  body.template-product .main-product .product-text .product__description hr{
    border-width: 1px;
  }
}

body.template-page .rte > table{
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
  border-collapse: separate;
  border-top: 1px solid var(--color-borders-main);
  background-color: var(--color-foreground-accent-main);
}
body.template-page .rte > table th{
  font-size: 1em;
  font-weight: normal;
  line-height: 1.7em;
  padding: 14px 20px 15px 20px;
  vertical-align: top;
  word-wrap: break-word;
  border-bottom: 1px solid var(--color-borders-main);
  background-color: var(--color-foreground-accent-main);
  text-align: left;
  white-space: nowrap;
}
body.template-page .rte > table td{
  font-size: 1em;
  line-height: 1.7em;
  padding: 14px 20px 15px 20px;
  vertical-align: top;
  word-wrap: break-word;
  border-bottom: 1px solid var(--color-borders-main);
  background-color: var(--color-foreground-accent-main);
}
body.template-page .rte > table td p:last-child{
  margin-bottom: 0;
}
body.template-page .rte > table td table {
  table-layout: auto;
  margin-bottom: 1em;
}
body.template-page .rte > table td table th {
  font-weight: 500;
}
body.template-page .rte [style*="padding-left:30px"],
body.template-page .rte [style*="padding-left :30px"],
body.template-page .rte [style*="padding-left : 30px"],
body.template-page .rte [style*="padding-left: 30px"]{
  padding-left:2.6em !important;
}
body.template-page .rte > h3 + table{
  margin-top:1.5em;
}
@media screen and (max-width: 767px) {
  body.template-page .rte > table {
    display:block;
  }
  body.template-page .rte > table > colgroup {
    display:none;
  }
  body.template-page .rte > table > tbody ,
  body.template-page .rte > table > tbody > tr {
    display:block;
  }
  body.template-page .rte > table > tr > th,
  body.template-page .rte > table > tbody > tr > th,
  body.template-page .rte > table > tr > td:first-child,
  body.template-page .rte > table > tbody > tr > td:first-child{
    width: 100% !important;
    padding: 12px 0 10px 0;
    display: block;
    border-bottom: none;
    font-weight: 500;
  }
  body.template-page .rte > table > tr > td,
  body.template-page .rte > table > tbody > tr > td{
    padding: 0 0 15px 0;
    width: 100% !important;
    display: block;
  }
  body.template-page .rte > table td table th,
  body.template-page .rte > table td table td{
    padding: 10px;
    word-break: keep-all;
  }
  body.template-page .rte [style*=padding-left]{
    padding-left:0 !important;
  }
}

.contact-form {
}
@media screen and (max-width: 1023px) {
  .contact-form {
  }
}
body.template-page-contact .container--medium .contact-form{
}
body.template-page-contact .container--medium .contact-form .contact-form__row .button--solid{
  margin:40px auto 0;
  display: block;
}
.contact-form select,
.contact-form textarea,
.contact-form input:not([type="checkbox"]){
  background-color: var(--color-background-cards);
  opacity: 1;
  border:1px solid #ccc;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{
  opacity: 0.6;
}
.contact-form select:invalid {
  color:var(--color-secondary-text-main);
}
.contact-form--ex{
  margin-bottom: 40px;
}
.contact-form--checkbox{
  margin-bottom: 10px;
}
.contact-form--checkbox_list{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  gap:20px;
}
.contact-form--checkbox_list li {
  display: block;
  margin: 0 !important;
}
.contact-form--checkbox_list li label{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          align-items: center;
  -webkit-align-items: center;
  gap:10px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
table.tbl_contact .tbl_contact--col2{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
          flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          align-items: center;
  -webkit-align-items: center;
  gap:20px;
}
table.tbl_contact .tbl_contact--col2 li{
  width: calc(50% - 10px);
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
table.tbl_contact .tbl_contact--ex1{
  margin-top: 1em;
  color: #fe0000;
}
table.tbl_contact th span{
  color: #fe0000;
}
.contact-form--checkbox input[type="checkbox"]{
  cursor: pointer;
}
.contact-form--checkbox input[type="checkbox"]:not(:checked){
  background-color: var(--color-foreground-accent-main);
}
table.tbl_contact textarea.p-region.p-locality.p-street-address.p-extended-address{
  height: auto;
}
table.tbl_contact .tbl_contact--addr{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          align-items: center;
  -webkit-align-items: center;
  gap:10px;
}
table.tbl_contact .tbl_contact--addr-ex1{
  display: block;
}
table.tbl_contact .tbl_contact--addr input{
  width: 200px;
}
table.tbl_contact .tbl_contact--addr-ex2{
  display: block;
}
.contact-form__the-form .alert{
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
.contact-form__row:last-child{
  display:flex;
  justify-content: center;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding-top:60px;
  padding-bottom:180px;
}
@media screen and (max-width: 767px) {
  table.tbl_contact .tbl_contact--addr input{
    width: 150px;
  }
  table.tbl_contact > tbody,
  table.tbl_contact > tbody > tr {
    display: block;
    width: 100%;
  }
  table.tbl_contact > colgroup {
    display: none;
  }
  table.tbl_contact th{
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5em;
    display: block;
    width: 100%;
    padding: 10px 15px 0 !important;
    padding-bottom: 0;
    vertical-align: middle;
    letter-spacing: 0.05em;
    word-wrap: break-word;
    border-bottom: none !important;
    background-color: #fff;
  }
  table.tbl_contact td{
    font-size: 1em;
    line-height: 1.5em;
    display: block;
    width: 100%;
    padding: 10px 15px 15px !important;
    vertical-align: middle;
    word-wrap: break-word;
    border-bottom: 1px solid var(--color-text-main);
    background-color: #fff;
  }
  .contact-form__row:last-child{
    padding-bottom:120px;
  }
}


.delivery-form {
  display: grid;
  grid-template-columns: 1fr 1fr !important;
}
@media screen and (max-width: 1023px) {
  .delivery-form {
    grid-template-columns: 100% !important;
  }
}
body.template-page-delivery .container--medium .delivery-form{
  grid-template-columns: 1fr !important;
  padding: var(--gutter-small) 0;
  gap: 0 var(--gutter-regular);
}
body.template-page-delivery .container--medium .delivery-form .delivery-form__row .button--solid{
  margin:40px auto;
  display: block;
}


.recruit-form {
  display: grid;
  grid-template-columns: 1fr 1fr !important;
}
@media screen and (max-width: 1023px) {
  .recruit-form {
    grid-template-columns: 100% !important;
  }
}
body.template-page-recruit .container--medium .recruit-form{
  grid-template-columns: 1fr !important;
  padding: var(--gutter-small) 0;
  gap: 0 var(--gutter-regular);
}
body.template-page-recruit .container--medium .recruit-form .recruit-form__row .button--solid{
  margin:40px auto;
  display: block;
}
body.template-page-recruit .rte > h3 + table{
  margin-top:1.5em;
}

.policy_bloc--title{
}
.policy_bloc--title .h1,
.policy_bloc--title h1{
  margin-bottom: 60px;
}
.policy_bloc--body{
}
.policy_bloc--body .h1,
.policy_bloc--body h1{
  margin-top: 100px;
  margin-bottom: 60px;
}
.policy_bloc--body h2{
}
.policy_bloc--body * + h2 {
  margin-top: 3em;
}
.policy_bloc--body * + h3 {
  margin-top: 2em;
}
.policy_bloc--body ul{
  list-style-type: inherit;
  list-style-position: outside;
  margin-bottom: 1em;
  padding-left:1.3em;
}
.policy_bloc--body ul li{
  list-style-type: inherit;
  margin-bottom: 0.3em;
}
.policy_bloc--body ul li:last-child{
  margin-bottom: 0;
}
.policy_bloc--body ol{
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 1em;
  padding-left:1.3em;
}
.policy_bloc--body ol li{
  list-style-type: inherit;
  margin-bottom: 0.3em;
}
.policy_bloc--body ol li:last-child{
  margin-bottom: 0;
}
body.template-shipping-policy .policy_bloc--body .rte table,
.policy_bloc--body .rte > table{
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
  border-collapse: separate;
}
body.template-shipping-policy .policy_bloc--body .rte table th,
.policy_bloc--body .rte > table th{
  font-size: 1em;
  font-weight: normal;
  line-height: 1.7em;
  padding: 14px 20px 15px 20px;
  vertical-align: top;
  word-wrap: break-word;
  text-align: left;
  white-space: nowrap;
}
body.template-shipping-policy .policy_bloc--body .rte table td,
.policy_bloc--body .rte > table td{
  font-size: 1em;
  line-height: 1.7em;
  padding: 14px 20px 15px 20px;
  vertical-align: top;
  word-wrap: break-word;
}
body.template-shipping-policy .policy_bloc--body .rte table td p:last-child,
.policy_bloc--body .rte > table td p:last-child{
  margin-bottom: 0;
}
body.template-shipping-policy .policy_bloc--body .rte table td table ,
.policy_bloc--body .rte > table td table {
  table-layout: auto;
  margin-bottom: 1em;
}
body.template-shipping-policy .policy_bloc--body .rte table td table th ,
.policy_bloc--body .rte > table td table th {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.template-shipping-policy .policy_bloc--body .rte table ,
  .policy_bloc--body .rte > table {
    display:block;
  }
  body.template-shipping-policy .policy_bloc--body .rte table > colgroup ,
  .policy_bloc--body .rte > table > colgroup {
    display:none;
  }
  body.template-shipping-policy .policy_bloc--body .rte table > tbody ,
  body.template-shipping-policy .policy_bloc--body .rte table > tbody > tr ,
  .policy_bloc--body .rte > table > tbody ,
  .policy_bloc--body .rte > table > tbody > tr {
    display:block;
  }
  body.template-shipping-policy .policy_bloc--body .rte table > tr > th,
  body.template-shipping-policy .policy_bloc--body .rte table > tbody > tr > th,
  .policy_bloc--body .rte > table > tr > th,
  .policy_bloc--body .rte > table > tbody > tr > th {
    width: 100%;
    padding: 12px 0 10px 19px;
    display: block;
    border-bottom: none;
    font-weight: 500;
  }
  body.template-shipping-policy .policy_bloc--body .rte table > tr > td,
  body.template-shipping-policy .policy_bloc--body .rte table > tbody > tr > td,
  .policy_bloc--body .rte > table > tr > td,
  .policy_bloc--body .rte > table > tbody > tr > td {
    padding: 0 0 15px 19px;
    width: 100%;
    display: block;
  }
  body.template-shipping-policy .policy_bloc--body .rte table td table th,
  body.template-shipping-policy .policy_bloc--body .rte table td table td,
  .policy_bloc--body .rte > table td table th,
  .policy_bloc--body .rte > table td table td {
    padding: 10px;
    word-break: keep-all;
  }
  
  body.template-legal-notice .rte table table{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  body.template-legal-notice .rte table table tbody{
    width: 100%;
    display:table;
  }
}


body.template-policy{
}
body.template-policy .shopify-policy__container{
  padding-top:clamp(2.5rem, 10rem, 12.5rem);
  padding-bottom:180px;
  max-width: calc(1140px - var(--gutter-small) * 2);
  padding-inline-start: calc( 1 / 2 * var(--gutter-container));
  -webkit-padding-start: calc( 1 / 2 * var(--gutter-container));
  padding-inline-end: calc( 1 / 2 * var(--gutter-container));
  -webkit-padding-end: calc( 1 / 2 * var(--gutter-container));
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width: 767px) {
  body.template-policy .shopify-policy__container{
    padding-inline-start: var(--grid-gap);
    padding-inline-end: var(--grid-gap);
    padding-bottom:120px;
  }
}

.cart-taiken-date .cart-attribute__field{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: center;
  -webkit-align-items: center;
}
.cart-taiken-date .cart-attribute__field > label{
  width: 10em;
}
.cart-taiken-date .cart-attribute__field > *:not(label){
  width: calc(100% - 10em);
}
.cart-delivery-datetime .cart-attribute__field{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: center;
  -webkit-align-items: center;
}
.cart-delivery-datetime .cart-attribute__field > label{
  width: 10em;
}
.cart-delivery-datetime .cart-attribute__field > *:not(label){
  width: calc(100% - 10em);
}
.cart-form-item--layout .cart__quantity a.remove{
  white-space: nowrap;
}



/* =========================================================
Google reCAPTCHA
========================================================= */
.grecaptcha-badge {
  transform: scale(1);
  width: 70px !important;
  bottom: 0 !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0 !important;
  z-index: 1;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
.grecaptcha-badge .grecaptcha-logo{
  border-radius: 3px;
  overflow: hidden;
}
.grecaptcha-badge:hover .grecaptcha-logo {
  border-radius: 0;
  overflow: visible;
}


/* =========================================================
Instagram - App
========================================================= */
#instagram-feed{
  max-width: 100%;
}
.instagram__bloc .section-heading .section-heading__text .section-heading__title{
  margin: 0;
  letter-spacing: 0;
}
.instagram__bloc .section-heading .section-heading__text .section-heading__subheading:after{
  display: none;
}
#insta-feed{
  display:         flex !important;
  display: -webkit-flex !important;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: stretch;
  -webkit-align-items: stretch;
  gap:0;
  z-index: unset !important;
}
#insta-feed a{
  width: calc((100% / 6)) !important;
  display: block !important;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  position: relative !important;
  z-index: 0 !important;
}
#insta-feed a div{
  width: 100% !important;
  height:auto !important;
  padding-top: 100% !important;
}
#insta-feed img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #insta-feed a{
    width: calc((100% / 2)) !important;
  }
  #instagram-feed .gutter-bottom--page.gutter-top--large{
    padding-top: var(--container-vertical-space);
  }
}


/* ========================================================================= *
 *  background image
/* ========================================================================= */
[class*='_img_bg_']:before{
  content: "";
  display: block;
  width: 100%;
}
[class*='_img_bg_'][class*='3\/2']:before{
  padding-top: 66.667%;
}
[class*='_img_bg_'][class*='5\/3']:before{
  padding-top: 60%;
}
[class*='_img_bg_'][class*='4\/3']:before{
  padding-top: 75%;
}
[class*='_img_bg_'][class*='3\/4']:before{
  padding-top: 133.333%;
}
[class*='_img_bg_'][class*='7\/5']:before{
  padding-top: 71.429%;
}
[class*='_img_bg_'][class*='16\/9']:before{
  padding-top: 56.25%;
}
[class*='_img_bg_'][class*='17\/12']:before{
  padding-top: 71.176%;
}
[class*='_img_bg_'][class*='35\/23']:before{
  padding-top: 65.714%;
}
[class*='_img_bg_'][class*='45\/32']:before{
  padding-top: 71.111%;
}
[class*='_img_bg_'][class*='9\/16']:before{
  padding-top: 177.778%;
}
[class*='_img_bg_'][class*='30\/23']:before{
  padding-top: 76.667%;
}
[class*='_img_bg_'][class*='335\/242']:before{
  padding-top: 72.239%;
}
[class*='_img_bg_'][class*='noimg']:before{
  padding-top: 71.143%;
}
[class*='_img_bg_'][class*='noimg'][class*='45\/32']:before{
  padding-top: 71.111%;
}
[class*='_img_bg_'][class*='noimg'] img{
  display: none;
}
[class*='_img_bg_'][class*='_cover_']{
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
[class*='_img_bg_'][class*='_contain_']{
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


/* =========================================================
strength
========================================================= */
[id^=strength] .inner {
  max-width: 1140px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1180px) and (min-width: 768px) {
  [id^=strength] .inner {
    max-width: 1140px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  [id^=strength] .inner {
    max-width: 767px;
    margin-right: auto;
    margin-left: auto;
  }
}


/* =========================================================
strength01
========================================================= */
#strength01 {
}
#strength01 .bus_bloc {
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
          flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          align-items: stretch;
  -webkit-align-items: stretch;
  padding-top: 0;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 767px){
  #strength01 .bus_bloc {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
            flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            align-items: flex-start;
    -webkit-align-items: flex-start;
  }
}


/* =========================================================
strength01 bus_bloc
========================================================= */
#strength01 .bus_bloc .img_area {
  width: calc(100% - 440px);
  position: relative;
}
#strength01 .bus_bloc .img_area .img {
  width: 100%;
  position: relative;
  z-index: 2;
  min-height: 420px;
  display: block;
}
#strength01 .bus_bloc .img_area .bg {
  width: 60vw;
  height: 570px;
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 0;
  overflow: hidden;
  display: block;
}
#strength01 .bus_bloc .img_area .bg:before{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  background-color: rgb(var(--color-foreground));
}
#strength01 .bus_bloc .txt_area {
  width: 440px;
  padding-left: 60px;
}
#strength01 .bus_bloc .txt_area h3 {
  margin-top: 0;
}
#strength01 .bus_bloc .txt_area h3 *{
  display: block;
}
#strength01 .bus_bloc .txt_area h3 .jp{
}
#strength01 .bus_bloc .txt_area p {
  line-height: 1.7em;
  margin: 0;
}
@media only screen and (max-width: 767px){
  #strength01 .bus_bloc .img_area {
    width: 100%;
  }
  #strength01 .bus_bloc .img_area .img {
    min-height: 0;
  }
  #strength01 .bus_bloc .img_area .bg {
    right: auto;
    left: -0.1rem;
    top: 6rem;
    width: 3.6rem;
    height: 111rem;
  }
  #strength01 .bus_bloc .txt_area {
    width: 100%;
    padding: 6rem 2rem 0 5.5rem;
  }
  #strength01 .bus_bloc .txt_area h3 {
    margin-top: 0;
  }
  #strength01 .bus_bloc .txt_area p {
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  #strength01 .bus_bloc .img_area .bg {
    height: 150rem;
  }
}


/* =========================================================
strength01 strength01_machine_bloc
========================================================= */
#strength01 .strength01_machine_bloc {
  margin-top: 60px;
}
#strength01 .strength01_machine_bloc .inner{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          align-items: stretch;
  -webkit-align-items: stretch;
  padding-bottom: 0 !important;
}
#strength01 .strength01_machine_bloc .machine_bloc {
  width: 29.8%;
  margin-left: 5.3%;
  position: relative;
  z-index: 1;
}
#strength01 .strength01_machine_bloc .machine_bloc:first-child {
  margin-left: 0;
}
#strength01 .strength01_machine_bloc .machine_bloc .machine_media img {
  display: none;
}
#strength01 .strength01_machine_bloc .machine_bloc .machine_info h4 {
  width: 100%;
  margin-top: 19px;
  text-align: center;
  line-height: 1.3em;
}
@media only screen and (max-width: 767px){
  #strength01 .strength01_machine_bloc {
    -webkit-overflow-scrolling: touch;
    margin-top: 6rem;
  }
  #strength01 .strength01_machine_bloc .inner{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  #strength01 .strength01_machine_bloc .machine_bloc {
    width: 34rem;
    min-width: 34rem;
    margin-left: 6rem;
  }
  #strength01 .strength01_machine_bloc .machine_bloc .machine_info h4 {
    margin-top: 1.5rem;
  }
}


/* =========================================================
strength02
========================================================= */
#strength02 {
}
#strength02 .bus_bloc {
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
          flex-flow: row-reverse nowrap;
  -webkit-flex-flow: row-reverse nowrap;
          align-items: stretch;
  -webkit-align-items: stretch;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 767px){
  #strength02 .bus_bloc {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
            flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            align-items: flex-start;
    -webkit-align-items: flex-start;
  }
}


/* =========================================================
strength02 bus_bloc
========================================================= */
#strength02 .bus_bloc .img_area {
  width: calc(100% - 440px);
  position: relative;
}
#strength02 .bus_bloc .img_area .img {
  width: 100%;
  position: relative;
  z-index: 2;
  min-height: 420px;
  display: block;
}
#strength02 .bus_bloc .img_area .bg {
  width: 60vw;
  height: 570px;
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 0;
  overflow: hidden;
  display: block;
}
#strength02 .bus_bloc .img_area .bg:before{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  background-color: rgb(var(--color-foreground));
}
#strength02 .bus_bloc .txt_area {
  width: 440px;
  padding-right: 60px;
}
#strength02 .bus_bloc .txt_area h3 {
  margin-top: 0;
}
#strength02 .bus_bloc .txt_area h3 *{
  display: block;
}
#strength02 .bus_bloc .txt_area h3 .jp{
}
#strength02 .bus_bloc .txt_area p {
  line-height: 1.7em;
  margin: 0;
}
@media only screen and (max-width: 767px){
  #strength02 .bus_bloc .img_area {
    width: 100%;
  }
  #strength02 .bus_bloc .img_area .img {
    min-height: 0;
  }
  #strength02 .bus_bloc .img_area .bg {
    right: -0.1rem;
    left: auto;
    top: 6rem;
    width: 3.6rem;
    height: 111rem;
  }
  #strength02 .bus_bloc .txt_area {
    width: 100%;
    padding: 6rem 5.5rem 0 2rem;
  }
  #strength02 .bus_bloc .txt_area h3 {
    margin-top: 0;
  }
  #strength02 .bus_bloc .txt_area p {
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  #strength02 .bus_bloc .img_area .bg {
    height: 150rem;
  }
}


/* =========================================================
strength02 strength02_machine_bloc
========================================================= */
#strength02 .strength02_machine_bloc {
  margin-top: 60px;
}
#strength02 .strength02_machine_bloc .inner{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          align-items: stretch;
  -webkit-align-items: stretch;
  padding-bottom: 0 !important;
}
#strength02 .strength02_machine_bloc .machine_bloc {
  width: 29.8%;
  margin-left: 5.3%;
  position: relative;
  z-index: 1;
}
#strength02 .strength02_machine_bloc .machine_bloc:first-child {
  margin-left: 0;
}
#strength02 .strength02_machine_bloc .machine_bloc .machine_media {
}
#strength02 .strength02_machine_bloc .machine_bloc .machine_media img {
  display: none;
}
#strength02 .strength02_machine_bloc .machine_bloc .machine_info {
}
#strength02 .strength02_machine_bloc .machine_bloc .machine_info h4 {
  width: 100%;
  margin-top: 19px;
  text-align: center;
  line-height: 1.3em;
}
@media only screen and (max-width: 767px){
  #strength02 .strength02_machine_bloc {
    -webkit-overflow-scrolling: touch;
    margin-top: 6rem;
  }
  #strength02 .strength02_machine_bloc .inner{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  #strength02 .strength02_machine_bloc .machine_bloc {
    width: 34rem;
    min-width: 34rem;
    margin-left: 6rem;
  }
  #strength02 .strength02_machine_bloc .machine_bloc .machine_info h4 {
    margin-top: 1.5rem;
  }
}


@media only screen and (min-width: 768px) {
  .camp_reserve_link.sp{
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .camp_reserve_link.pc{
    display: none !important;
  }
}
.camp_reserve_link .vertical{
  display: inline-block;
  width: auto;
  text-align: left;
      -ms-writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
          writing-mode: vertical-rl;
     -moz-writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
     -moz-text-orientation: mixed;
      -ms-text-orientation: mixed;
          text-orientation: mixed;
}
.camp_reserve_link{
  position: fixed;
  z-index: 1000;
  top: calc(50% - 40px);
  right: 20px;
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
          justify-content: center;
          flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          align-items: center;
  -webkit-align-items: center;
  width: 47px;
  background-color: var(--color-text-main);
  border-radius: var(--border-radius-buttons);
  overflow: hidden;
  transform: translateY(-50%);
}
.camp_reserve_link a{
  text-align: center;
  width: 100%;
  padding: 18px 10px 10px;
  display: block;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.camp_reserve_link a span{
  font-size: 16px;
  font-weight: 700;
  color: var(--color-foreground-accent-main);
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .camp_reserve_link{
    z-index: 10000;
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    width: 100%;
    background-color: var(--color-text-main);
    border-radius: 0;
    transition: transform 0.1s ease;
    transform: translateY(0) !important;
  }
  body.sidebar-opened .camp_reserve_link{
    transform: translateY(100px) !important;
  }
  .camp_reserve_link a{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 100%;
  }
  .camp_reserve_link a span{
  }
}


/* =========================================================
ãŠã™ã™ã‚å•†å“
========================================================= */
product-recommendations .h1.title{
  margin-bottom: 0;
}



/* =========================================================
å•†å“æ¤œç´¢
========================================================= */
#FacetFiltersForm{
  position: relative;
  z-index: 1;
}


/* =========================================================
nav-bottom-footer
========================================================= */
.nav-bottom-footer{
  position: fixed;
  z-index: 10000;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  overflow: hidden;
  width: 100%;
  transition: transform 0.1s ease;
  transform: translateY(0) !important;
  border-radius: 0;
  gap: 1px;
}
.nav-bottom-footer [class*="nav-bottom-footer"]{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
          align-items: center;
  -webkit-align-items: center;
  width: 20%;
  height: auto;
  background-color: var(--color-text-main);
  gap:10px;
  padding: 15px 0 10px;
  border-radius: 0;
}
.nav-bottom-footer [class*="nav-bottom-footer"] i{
  font-size: 18px;
  height: 1em;
  line-height: 1em;
  color: var(--color-text-header);
}
.nav-bottom-footer [class*="nav-bottom-footer"] span{
  font-size: 12px;
  font-weight: 400;
  color: var(--color-text-header);
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.nav-bottom-footer [class*="nav-bottom-footer"].main-go-top{
  position: static;
  border: none;
  cursor: pointer;
  transform: unset;
}


/* loader */
#site-loader{position:fixed;inset:0;z-index:99999;background:#333333;display:flex;align-items:center;justify-content:center;transition:opacity .6s ease,visibility .6s ease;}
#site-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none;}
#site-loader .site-loader__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;}
#site-loader .site-loader__logo{max-width:140px;height:auto;display:block;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6646%) hue-rotate(24deg) brightness(108%) contrast(103%);}
#site-loader .site-loader__text{font-family:"Noto Serif",serif;font-size:14px;letter-spacing:.12em;color:#ffffff;}

/* make portable-show truly mobile only */
.header__icon.no-js-hidden.header__icon--login.link.focus-inset.small-hide.hide.portable-show,
.header__icon.no-js-hidden.header__icon--mypage.link.focus-inset.small-hide.hide.portable-show,
.header__icon.no-js-hidden.header__icon--logout.link.focus-inset.small-hide.hide.portable-show{display:none !important;}
@media screen and (max-width:1023px){
  .header__icon.no-js-hidden.header__icon--login.link.focus-inset.small-hide.hide.portable-show,
  .header__icon.no-js-hidden.header__icon--mypage.link.focus-inset.small-hide.hide.portable-show,
  .header__icon.no-js-hidden.header__icon--logout.link.focus-inset.small-hide.hide.portable-show{display:flex !important;}
}


/* 2026-04-23 pickup and instagram refinement */
body.template-index #shopify-section-all-products .collection__title .title{
  font-size:48px !important;
  line-height:1.1 !important;
  letter-spacing:.08em !important;
  font-weight:700 !important;
}
body.template-index #shopify-section-all-products .collection__title::after{
  font-size:12px !important;
  letter-spacing:.16em !important;
}
body.template-index #shopify-section-all-products ul.grid,
body.template-index #shopify-section-all-products .grid.product-grid,
body.template-index #shopify-section-all-products .collection .grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  align-items:start !important;
  column-gap:22px !important;
  row-gap:28px !important;
}
body.template-index #shopify-section-all-products .card-wrapper,
body.template-index #shopify-section-all-products .grid__item{
  width:auto !important;
  max-width:none !important;
}
body.template-index #shopify-section-all-products .card__information{padding-top:12px !important;}
body.template-index #shopify-section-all-products .card__heading,
body.template-index #shopify-section-all-products .card__heading a{
  font-size:13px !important;
  line-height:1.55 !important;
  min-height:3.2em !important;
  letter-spacing:0 !important;
}
body.template-index #shopify-section-all-products .price,
body.template-index #shopify-section-all-products .price *{
  font-size:14px !important;
  line-height:1.5 !important;
}
body.template-index #shopify-section-all-products .quick-add{margin-top:12px !important;}
body.template-index #shopify-section-all-products .quick-add__submit,
body.template-index #shopify-section-all-products .button,
body.template-index #shopify-section-all-products button.button{
  height:42px !important;
  min-height:42px !important;
  font-size:13px !important;
  letter-spacing:.03em !important;
}
body.template-index #shopify-section-home-instagram-cta .home-instagram-cta__title{
  font-size:24px !important;
  line-height:1.2 !important;
  letter-spacing:.08em !important;
  font-weight:700 !important;
}
body.template-index #shopify-section-home-instagram-cta .home-instagram-cta__sub{
  font-size:12px !important;
  letter-spacing:.12em !important;
  margin:10px 0 30px !important;
}
body.template-index #shopify-section-home-instagram-cta .home-instagram-cta__button{
  min-width:128px !important;
  padding:12px 22px !important;
  font-size:12px !important;
}
@media screen and (max-width: 767px){
  body.template-index #shopify-section-all-products .collection__title .title{font-size:22px !important;}
  body.template-index #shopify-section-all-products ul.grid,
  body.template-index #shopify-section-all-products .grid.product-grid,
  body.template-index #shopify-section-all-products .collection .grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;column-gap:12px !important;row-gap:18px !important;}
  body.template-index #shopify-section-all-products .card__heading,
  body.template-index #shopify-section-all-products .card__heading a{font-size:11px !important;min-height:3.4em !important;}
  body.template-index #shopify-section-all-products .price,
  body.template-index #shopify-section-all-products .price *{font-size:12px !important;}
  body.template-index #shopify-section-all-products .quick-add__submit,
  body.template-index #shopify-section-all-products .button,
  body.template-index #shopify-section-all-products button.button{height:38px !important;min-height:38px !important;font-size:12px !important;}
  body.template-index #shopify-section-home-instagram-cta .home-instagram-cta__title{font-size:18px !important;}
  body.template-index #shopify-section-home-instagram-cta .home-instagram-cta__sub{font-size:11px !important;}
}


.search-results, .sidebar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.search-results::-webkit-scrollbar, .sidebar::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.sidebar {
  display: grid;
  align-content: space-between;
  grid-template-rows: min-content 1fr min-content;
  position: fixed;
  top: 0;
  height: 100vh;
  width: var(--sidebar-width);
  background: var(--color-background-main);
  color: var(--color-text-main);
  z-index: 1001;
  overflow-y: auto;
  transition: transform 0.3s ease-in-out;
  display: none;
}
.sidebar svg * {
  fill: var(--color-text-main);
}
.sidebar .header-info-block__image svg * {
  stroke: var(--color-text-main);
  fill: none;
}
html[dir=rtl] .sidebar--right {
  left: 0;
}
html[dir=ltr] .sidebar--right {
  right: 0;
}
html[dir=rtl] .sidebar--right {
  transform: translateX(-100%);
}
html[dir=ltr] .sidebar--right {
  transform: translateX(100%);
}
html[dir=rtl] .sidebar--left {
  right: 0;
}
html[dir=ltr] .sidebar--left {
  left: 0;
}
html[dir=rtl] .sidebar--left {
  transform: translateX(100%);
}
html[dir=ltr] .sidebar--left {
  transform: translateX(-100%);
}
.sidebar.sidebar--opened {
  transform: translateX(0) !important;
}
.sidebar:focus {
  outline: none !important;
}
.sidebar__header {
  position: sticky;
  top: 0;
  padding: 1.375rem var(--sidebar-gutter) 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-borders-main);
  background: var(--color-background-main);
  z-index: 99;
}
.sidebar__close {
  width: 40px;
  height: 40px;
  margin-inline-end: -10px;
}
.sidebar__close svg path {
  stroke: var(--color-text-main);
}
.sidebar__title {
  margin-bottom: 0;
}
.sidebar__subtitle {
  line-height: 1.25;
}
.sidebar__body {
  position: relative;
}
.sidebar__body > div.sidebar-large-padding {
  padding: var(--sidebar-gutter);
}
.sidebar__body > div:not(.sidebar-large-padding) {
  padding: calc(var(--sidebar-gutter) / 2) var(--sidebar-gutter);
}
.sidebar__body > div + div {
  border-top: 1px solid var(--color-borders-main);
}
.sidebar__footer {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  bottom: 0;
  width: 100%;
  padding: var(--sidebar-gutter);
  background: var(--color-background-main);
  border-top: 1px solid var(--color-borders-main);
  z-index: 9;
}
.sidebar__footer:empty {
  display: none;
}

.site-overlay {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.36);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms linear;
  display: block !important;
}
html[dir=rtl] .site-overlay {
  right: 0;
}
html[dir=ltr] .site-overlay {
  left: 0;
}
.sidebar-opened .site-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.site-menu-sidebar-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-menu-sidebar-footer .localization-form__content {
  left: auto;
  max-width: 20rem;
}
@media screen and (max-width: 359px) {
  .site-menu-sidebar-footer .localization-form__content {
    max-width: 100%;
  }
}

html[dir=rtl] .site-menu-sidebar-footer .social-icons ~ form .localization-form__content {
  left: 0;
}
html[dir=ltr] .site-menu-sidebar-footer .social-icons ~ form .localization-form__content {
  right: 0;
}



@charset "UTF-8";

.announcement-bar__slider, .header-links {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.announcement-bar__slider::-webkit-scrollbar, .header-links::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.announcement-bar__slider, .header-links {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.announcement-bar__slider::-webkit-scrollbar, .header-links::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.menu-promotion .menu-promotion-background-image img, .menu-promotion .menu-promotion-background-image:after, .menu-promotion .menu-promotion-background-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
html[dir=rtl] .menu-promotion .menu-promotion-background-image img, .menu-promotion .menu-promotion-background-image html[dir=rtl] img, html[dir=rtl] .menu-promotion .menu-promotion-background-image:after, .menu-promotion html[dir=rtl] .menu-promotion-background-image:after, html[dir=rtl] .menu-promotion .menu-promotion-background-image, .menu-promotion html[dir=rtl] .menu-promotion-background-image {
  right: 0;
}
html[dir=ltr] .menu-promotion .menu-promotion-background-image img, .menu-promotion .menu-promotion-background-image html[dir=ltr] img, html[dir=ltr] .menu-promotion .menu-promotion-background-image:after, .menu-promotion html[dir=ltr] .menu-promotion-background-image:after, html[dir=ltr] .menu-promotion .menu-promotion-background-image, .menu-promotion html[dir=ltr] .menu-promotion-background-image {
  left: 0;
}

.site-header {
  background: var(--color-background-header);
  color: var(--color-text-header);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 999;
}
.site-header .logo {
  flex: 1;
  padding-inline-end: 2.5rem;
  align-items: center;
  display: flex;
  max-width: 20rem;
  box-sizing: content-box;
}
@media screen and (min-width: 767px) {
  .site-header .logo {
    padding-inline-end: 7.5rem;
  }
}
.site-header .logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.site-header .logo-img {
  display: inline-flex;
  align-items: center;
}
.site-header .logo-txt {
  margin: 0;
  word-break: break-all;
  color: var(--color-text-header);
}
.site-header .logo-txt {
  font-family: var(--font-stack-body);
  font-weight: var(--font-weight-body);
  font-style: var(--font-style-body);
  line-height: 1;
}
@media screen and (max-width: 474px) {
  .site-header .logo-txt {
    font-size: calc( 				20px / 16 * var(--base-body-size) + 0px 			);
  }
}
@media screen and (min-width: 475px) and (max-width: 1023px) {
  .site-header .logo-txt {
    font-size: calc( 					22px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .site-header .logo-txt {
    font-size: calc( 				24px / 16 * var(--base-body-size) + 0px 			);
  }
}
.site-header h1 {
  margin-bottom: 0;
  line-height: 0;
}
.site-header a {
  color: var(--color-text-header);
}

.header-container {
  border-bottom: 1px solid var(--color-borders-header);
  background: var(--color-background-header);
  position: relative;
  font-size: calc(16px / 16 * var(--base-menu-size) + 0px);
  font-weight: var(--font-weight-menu);
}
.header-container .header-actions > .button, .header-container .header-actions > input {
  font-size: calc(16px / 16 * var(--base-menu-size) + 0px);
  font-weight: var(--font-weight-menu);
  height: 3.125rem;
  line-height: 1;
}
html[dir=rtl] .header-container .header-actions > a.button {
  padding-left: 1.25rem;
}
html[dir=ltr] .header-container .header-actions > a.button {
  padding-right: 1.25rem;
}
.header-container .button {
  border-width: 1px;
  color: var(--color-text-header);
}
.header-container .button--solid {
  background-color: var(--color-text-header);
  border-color: var(--color-text-header);
  color: var(--color-foreground-header);
}
.no-touchevents .header-container .button:not(.button--outline-hover):hover {
  background-color: var(--color-accent-header);
  border-color: var(--color-accent-header);
  color: var(--color-foreground-accent-header);
}
.no-touchevents .header-container .button:not(.button--outline-hover):hover svg * {
  stroke: var(--color-foreground-accent-header);
}
.no-touchevents .header-container .button--outline-hover:not(.button--no-hover):hover {
  border-color: var(--color-accent-header);
  color: var(--color-accent-header);
}
.site-header-container .header-container .button--icon.button--outline svg * {
  stroke: var(--color-text-header);
  fill: var(--color-text-header);
}
.site-header-container .header-container .button--icon.button--solid svg * {
  stroke: var(--color-foreground-header);
}
.header-container--top {
  z-index: 11;
}
.header-container--bottom {
  z-index: 10;
}

.header-links {
  flex: 1;
  overflow-x: auto;
  padding-bottom: 1.25rem;
  margin-bottom: -1.25rem;
}

.scrollable-navigation-button {
  display: none;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  z-index: 11;
  cursor: pointer;
}
.scrollable-navigation-button:before {
  content: "";
  position: absolute;
  top: -1.5625rem;
  width: 1.875rem;
  height: 1.5625rem;
  pointer-events: none;
  z-index: 9;
  background: var(--color-background-header);
  background: linear-gradient(0, var(--color-background-header) 50%, var(--color-opacity-background-header) 100%);
}
html[dir=rtl] .scrollable-navigation-button:before {
  left: -0.3125rem;
}
html[dir=ltr] .scrollable-navigation-button:before {
  right: -0.3125rem;
}
.scrollable-navigation-button:after {
  content: "";
  position: absolute;
  width: 2.1875rem;
  height: 2.1875rem;
}
.scrollable-navigation-button--right {
  transform: rotate(-90deg);
  margin-inline-start: 0.625rem;
  -webkit-margin-start: 0.625rem;
  margin-inline-end: 0.9375rem;
}
html[dir=rtl] .scrollable-navigation-button--right {
  transform: rotate(90deg);
}
.scrollable-navigation-button--left {
  transform: rotate(90deg);
  margin-inline-end: 0.625rem;
}
html[dir=rtl] .scrollable-navigation-button--left {
  transform: rotate(-90deg);
}
.scrolling-navigation-enabled .scrollable-navigation-button {
  display: flex;
}

.header__top {
  padding-top: var(--header-vertical-space);
  padding-bottom: var(--header-vertical-space);
  position: relative;
}

.header__bottom {
  padding-top: calc(var(--header-vertical-space) / 2);
  padding-bottom: calc(var(--header-vertical-space) / 2);
}
.header__bottom .site-menu-handle {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.header__bottom.show-mobile-menu .site-menu-handle {
  visibility: visible;
  pointer-events: all;
}
.header__bottom.show-mobile-menu .site-nav.style--classic {
  visibility: hidden;
  pointer-events: none;
}

.header__top, .header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 1023px) {
  .header__top {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}

.header-info-block {
  display: flex;
  align-items: center;
}
.header-info-block__image {
  font-size: 0;
  text-align: end;
  margin-inline-end: 0.9375rem;
}
.header-info-block__image svg {
  width: 2.375rem;
  height: 2.375rem;
}
.header-info-block__image svg * {
  stroke: var(--color-text-header);
}
.header-info-block__text > span {
  display: block;
}
.header-info-block__caption {
  font-weight: var(--font-weight-body);
}
.header-info-block__title {
  font-size: calc(16px / 16 * var(--base-menu-size) + 0px);
  margin-top: 0.3125rem;
}
@media screen and (max-width: 1023px) {
  .header-info-block__title {
    margin-top: 0.125rem;
  }
}
.header-info-block__title path {
  fill: var(--color-text-header);
  transition: all 100ms linear;
}
.header-info-block[href], .header-info-block[aria-controls] {
  cursor: pointer;
}
.no-touchevents .header-info-block:hover .text-animation--underline-in-header {
  background-size: 100% 1px;
  color: var(--color-accent-header);
}
.no-touchevents .header-info-block:hover .text-animation--underline-in-header + .icon path {
  fill: var(--color-accent-header);
}

.header-actions {
  position: relative;
  line-height: 1.1;
  flex-shrink: 0;
}
.header-actions:empty {
  display: none;
}
.header-actions:not(:empty) {
  display: flex;
}
@media screen and (min-width: 767px) {
  .header-actions:not(:empty) {
    display: grid;
    grid-template-columns: 1fr auto auto;
    justify-items: end;
  }
  .header-actions:not(:empty).header-actions--show-search {
    justify-items: stretch;
  }
}
@media screen and (min-width: 767px) {
  .header-actions a.button {
    max-width: 100%;
  }
}

.header-actions--buttons > *:not(:last-child) {
  margin-inline-end: 0.625rem;
}
.header__bottom .header-actions--buttons {
  flex-shrink: 0;
}

.header-actions--blocks:not(:empty) {
  display: flex;
  justify-content: end;
}
.header-actions--blocks > *:not(:last-child) {
  margin-inline-end: var(--gutter-large);
}

search-form {
  display: block;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 767px) {
  search-form .button,
search-form form {
    width: 100%;
  }
}

.site-search-handle {
  border-color: transparent;
  z-index: 10;
}
.site-search-handle input {
  width: 25rem;
  display: block;
  text-align: start;
  padding: var(--button-padding-regular);
  padding-inline-start: 3.3125rem;
  -webkit-padding-start: 3.3125rem;
  background: var(--color-background-header);
  border-color: var(--color-borders-header);
  border-radius: var(--border-radius-buttons);
  border-width: 1px;
  font-weight: var(--font-weight-body);
}
@media screen and (min-width: 767px) {
  .site-search-handle input {
    width: 100%;
  }
}
.site-search-handle input:-webkit-autofill {
  box-shadow: inset 0 0 0px 9999px var(--color-background-header);
}
.site-search-handle input::placeholder {
  color: var(--color-text-header);
}
.no-touchevents .site-search-handle input:hover, .site-search-handle input:focus {
  border-color: var(--color-text-header);
  color: var(--color-text-header);
}
.no-touchevents .site-search-handle input:hover::placeholder, .site-search-handle input:focus::placeholder {
  opacity: 1;
}
html[dir=rtl] .site-search-handle input .button__icon {
  right: 1.25rem;
}
html[dir=ltr] .site-search-handle input .button__icon {
  left: 1.25rem;
}

.site-nav:focus {
  outline: none;
}
.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a {
  display: inline-block;
}
.site-nav .icon {
  margin-inline-start: 0.625rem;
  -webkit-margin-start: 0.625rem;
}
.site-nav.style--classic {
  display: flex;
  color: var(--color-text-header);
}
.site-nav.style--classic .icon svg * {
  fill: var(--color-text-header);
  transition: all 100ms linear;
}
.site-nav.style--classic a {
  color: var(--color-text-header);
}
.site-nav.style--classic a span {
  transition: all 100ms linear;
}
.no-touchevents .site-nav.style--classic a:hover span {
  color: var(--color-accent-header);
}
.no-touchevents .site-nav.style--classic a:hover span + .icon svg * {
  fill: var(--color-accent-header);
}
.site-nav.style--classic nav {
  padding-inline-end: 1.875rem;
}
.site-nav.style--classic nav > ul {
  display: flex;
  flex-wrap: nowrap;
  margin-inline-start: -1.25rem;
  -webkit-margin-start: -1.25rem;
}
@media screen and (max-width: 1920px) {
  .site-nav.style--classic nav > ul {
    margin-inline-start: -0.625rem;
    -webkit-margin-start: -0.625rem;
  }
}
.site-nav.style--classic nav > ul > li {
  flex-shrink: 0;
}
.site-nav.style--classic nav > ul > li > .menu-link {
  outline-offset: -0.3125rem;
}
.site-nav.style--classic li {
  display: inline-block;
  margin: 0;
}
.site-nav.style--classic .menu-link {
  line-height: 1;
  color: var(--color-text-header);
  position: relative;
  padding: 0.9375rem 1.25rem;
  z-index: 9;
  display: inline-flex;
}
@media screen and (max-width: 1280px) {
  .site-nav.style--classic .menu-link {
    padding: 0.9375rem 0.9375rem;
  }
}
.site-nav.style--classic .submenu {
  background: transparent;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 100ms linear 40ms, visibility 100ms linear 40ms;
  padding-top: calc(var(--header-vertical-space) / 2);
  margin-top: 0.0625rem;
}
html[dir=rtl] .site-nav.style--classic .submenu {
  left: 100%;
}
html[dir=rtl] .site-nav.style--classic .submenu.normal-menu {
  transform: translateX(-100%);
}
.site-nav.style--classic .submenu .submenu-holder {
  opacity: 0;
  transform: translateY(5px);
  transition: 80ms linear;
}
.site-nav.style--classic .submenu:after {
  content: "";
  position: absolute;
  top: calc(var(--header-vertical-space) / 2);
  width: 100%;
  height: 0;
  background: var(--color-background-header);
  border: 1px solid var(--color-borders-header);
  border-top: none;
  z-index: -1;
  transition: height 100ms ease-in-out 40ms;
}
html[dir=rtl] .site-nav.style--classic .submenu:after {
  right: 0;
}
html[dir=ltr] .site-nav.style--classic .submenu:after {
  left: 0;
}
.site-nav.style--classic .has-submenu:hover .submenu,
.site-nav.style--classic .has-submenu.focus .submenu,
.site-nav.style--classic .submenu-is-mega-menu.focus .submenu {
  opacity: 1;
  visibility: visible;
  transition: opacity 10ms linear, visibility 10ms linear;
}
.site-nav.style--classic .has-submenu:hover .submenu:after,
.site-nav.style--classic .has-submenu.focus .submenu:after,
.site-nav.style--classic .submenu-is-mega-menu.focus .submenu:after {
  height: calc(100% - ( var(--header-vertical-space) / 2 ));
  transition: height 140ms ease-in-out;
}
.site-nav.style--classic .has-submenu:hover .submenu .submenu-holder,
.site-nav.style--classic .has-submenu.focus .submenu .submenu-holder,
.site-nav.style--classic .submenu-is-mega-menu.focus .submenu .submenu-holder {
  opacity: 1;
  transform: translateY(0);
  transition: 120ms linear 80ms;
}
.site-nav.style--classic .submenu.normal-menu {
  margin-inline-start: -0.625rem;
  -webkit-margin-start: -0.625rem;
  width: max-content;
  min-width: 9.375rem;
  max-width: 22.5rem;
}
.site-nav.style--classic .submenu.normal-menu .submenu-holder {
  padding: 1.25rem 0;
  min-width: 9.375rem;
  margin-top: -1px;
}
.site-nav.style--classic .submenu.normal-menu .submenu-holder > li {
  display: block;
  position: relative;
}
.site-nav.style--classic .submenu.normal-menu .submenu-holder .menu-link {
  padding: 0.625rem 1.875rem;
}
.site-nav.style--classic .submenu.normal-menu .submenu-holder .icon {
  position: relative;
  transform: rotate(-90deg);
  display: inline-block;
}
html[dir=rtl] .site-nav.style--classic .submenu.normal-menu .submenu-holder .icon {
  transform: rotate(90deg);
}
.site-nav.style--classic .submenu.normal-menu .submenu-holder .icon svg {
  transform: scale(0.95);
}
.site-nav.style--classic .submenu.normal-menu .babymenu {
  position: absolute;
  display: block;
  top: -1.25rem;
  background: var(--color-background-header);
  width: max-content;
  min-width: 9.375rem;
  max-width: 22.5rem;
  padding: 1.1875rem 0;
  border: 1px solid var(--color-borders-header);
  opacity: 0;
  margin-inline-start: -1px;
  -webkit-margin-start: -1px;
  margin-top: 0;
  visibility: hidden;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 101%);
  transition: opacity 100ms linear 40ms, visibility 100ms linear 40ms, clip-path 100ms ease-in-out 40ms;
}
html[dir=rtl] .site-nav.style--classic .submenu.normal-menu .babymenu {
  right: 100%;
}
html[dir=ltr] .site-nav.style--classic .submenu.normal-menu .babymenu {
  left: 100%;
}
html[dir=rtl] .site-nav.style--classic .submenu.normal-menu .babymenu {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 101%);
}
.site-nav.style--classic .submenu.normal-menu .babymenu li {
  opacity: 0;
  transform: translateY(5px);
  transition: 80ms linear;
}
.site-nav.style--classic .submenu.normal-menu .babymenu span {
  position: relative;
  top: -1px;
}
.site-nav.style--classic .submenu.normal-menu .has-babymenu:hover .babymenu,
.site-nav.style--classic .submenu.normal-menu .has-babymenu.focus .babymenu {
  opacity: 1;
  visibility: visible;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 101%);
  transition: opacity 10ms linear, visibility 10ms linear, clip-path 140ms ease-in-out;
}
html[dir=rtl] .site-nav.style--classic .submenu.normal-menu .has-babymenu:hover .babymenu,
html[dir=rtl] .site-nav.style--classic .submenu.normal-menu .has-babymenu.focus .babymenu {
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 101%);
}
.site-nav.style--classic .submenu.normal-menu .has-babymenu:hover .babymenu li,
.site-nav.style--classic .submenu.normal-menu .has-babymenu.focus .babymenu li {
  opacity: 1;
  transform: translateY(0);
  transition: 120ms linear 80ms;
}
.site-nav.style--classic .submenu.normal-menu .babymenu-faux {
  display: none;
}
.site-nav.style--classic .submenu.normal-menu .has-babymenu a {
  display: flex;
}
.site-nav.style--classic .submenu.mega-menu {
  left: 0;
  width: 100%;
  padding: calc(var(--header-vertical-space) * 1.5) 0 var(--header-vertical-space);
  display: flex;
}
html[dir=rtl] .site-nav.style--classic .submenu.mega-menu {
  left: 0;
}
@media screen and (min-width: 1361px) {
  .site-nav.style--classic .submenu.mega-menu {
    width: 100vw;
    max-width: 100%;
    margin-inline-start: 0;
    -webkit-margin-start: 0;
  }
}
.site-nav.style--classic .submenu.mega-menu .submenu-masonry {
  display: flex;
  flex-wrap: wrap;
  margin-inline-start: -0.9375rem;
  -webkit-margin-start: -0.9375rem;
}
.site-nav.style--classic .submenu.mega-menu .submenu-masonry.with-promotion {
  width: 75%;
}
.site-nav.style--classic .submenu.mega-menu .submenu-masonry.with-promotion .mega-link {
  width: 33.33%;
}
.site-nav.style--classic .submenu.mega-menu .submenu-masonry.without-promotion {
  width: 100%;
}
.site-nav.style--classic .submenu.mega-menu .submenu-masonry.without-promotion .mega-link {
  width: 25%;
}
.site-nav.style--classic .submenu.mega-menu .submenu-masonry > .mega-link > .menu-link,
.site-nav.style--classic .submenu.mega-menu .mega-link.has-promotion > .menu-link {
  margin-bottom: 0.9375rem;
  display: block;
}
.site-nav.style--classic .submenu.mega-menu .mega-link.has-promotion {
  margin-inline-start: 0.9375rem;
  -webkit-margin-start: 0.9375rem;
  padding: 0 !important;
}
.site-nav.style--classic .submenu.mega-menu .submenu-holder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.site-nav.style--classic .submenu.mega-menu .submenu-holder:not(.container--large) {
  margin-bottom: -1.875rem;
}
.site-nav.style--classic .submenu.mega-menu .submenu-holder .mega-link {
  padding: 0 0.9375rem 1.875rem;
  position: relative;
  width: 25%;
}
.site-nav.style--classic .submenu.mega-menu .submenu-holder .mega-link > .menu-link {
  padding: 0.625rem;
  margin: -0.625rem 0 0 -0.625rem;
}
.site-nav.style--classic .submenu.mega-menu .icon {
  display: none;
}
.site-nav.style--classic .submenu.mega-menu .menu-link {
  line-height: 1;
  font-weight: var(--font-weight-body-bold);
  text-transform: none;
  padding: 0;
}
.site-nav.style--classic .submenu.mega-menu .babymenu {
  margin-top: 0.5rem;
}
.site-nav.style--classic .submenu.mega-menu .babymenu li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.site-nav.style--classic .submenu.mega-menu .babymenu .menu-link {
  font-weight: var(--font-weight-body);
  padding: 6px 10px;
  margin-inline-start: -10px;
  -webkit-margin-start: -10px;
  line-height: 1.2;
}
.site-nav.style--classic .submenu.mega-menu .has-babymenu > .menu-link {
  color: var(--color-text-header) !important;
}
.site-nav.style--classic .babymenu li {
  display: block;
  margin: 0;
  line-height: 1;
}
.site-nav.style--classic .babymenu .menu-link {
  padding: 0;
}

.menu-promotion {
  width: 100%;
  text-align: center;
  min-height: 12.5rem;
  position: relative;
  display: flex;
}
.menu-promotion:before, .menu-promotion:after {
  display: none;
}
.menu-promotion .menu-promotion-title {
  position: relative;
  z-index: 1;
  display: block;
}
.menu-promotion .menu-promotion-content {
  flex-direction: column;
}
.menu-promotion .menu-promotion-button {
  border-color: transparent !important;
}
.menu-promotion .menu-promotion-background-image {
  z-index: -1;
}
.menu-promotion .menu-promotion-background-image:after {
  content: "";
  opacity: 0.3;
}
.menu-promotion .menu-promotion-background-image img {
  object-fit: cover;
}

.header-container.fix {
  position: fixed;
  padding: 0;
  top: 0 !important;
  transform: translateY(-100%);
  transition: none !important;
  width: 100%;
  background: var(--color-background-header);
}
.header-container.fix.ready {
  transition: left 500ms ease-in-out, transform 100ms linear !important;
}
@media screen and (max-width: 474px) {
  .header-container.fix.ready {
    transition: left 300ms ease-in-out, transform 100ms linear !important;
  }
}
.header-container.fix.animate {
  transform: translateY(0);
}
.header-container.fix .logo-img {
  max-height: 40px !important;
}
.header-container.fix .header__top {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --header-logo: 20px;
}

@media screen and (max-width: 1023px) {
  .site-header .mobile-menu-button {
    order: 0;
    margin-inline-start: -0.625rem;
    -webkit-margin-start: -0.625rem;
  }
  .site-header .mobile-menu-button svg path {
    fill: var(--color-text-header);
  }
  .site-header .logo {
    order: 1;
    flex: auto;
    text-align: center;
    padding: 0 1.5rem;
    justify-content: center;
  }
  .site-header .mobile-cart-button {
    order: 2;
    position: relative;
    cursor: pointer;
  }
  .site-header .mobile-cart-button svg path {
    stroke: var(--color-text-header);
  }
  .site-header .mobile-cart-button svg .circle {
    fill: var(--color-text-header);
  }
  .site-header .mobile-cart-button span {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    background: var(--color-text-header);
    color: var(--color-foreground-header);
    font-weight: var(--font-weight-body-bold);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(9px / 16 * var(--base-body-size) + 0px);
  }
  .site-header .mobile-menu-button,
.site-header .mobile-cart-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .hide-border-on-portable {
    border-bottom: 0;
  }

  .mobile-search {
    padding-bottom: var(--header-vertical-space);
  }
  .mobile-search .site-search-handle, .mobile-search form, .mobile-search input {
    width: 100%;
  }
  .mobile-search .site-search-handle {
    height: 100%;
  }
  html[dir=rtl] .mobile-search .site-search-handle .button__icon {
    right: 0.75rem;
  }
  html[dir=ltr] .mobile-search .site-search-handle .button__icon {
    left: 0.75rem;
  }
  .mobile-search .site-search-handle input {
    height: 2.5rem;
    font-size: 1rem;
    padding-inline-start: 2.6875rem;
    -webkit-padding-start: 2.6875rem;
  }
  .mobile-search .search-results-container:not(:empty) {
    margin-top: 1.875rem;
    max-width: 100%;
  }
  .mobile-search .search-results-container:not(:empty):before {
    margin-inline-start: 0.875rem;
    -webkit-margin-start: 0.875rem;
  }

  .no-header-blocks {
    display: none;
  }
}
.button--solid .circle {
  fill: var(--color-foreground-header);
}

.no-touchevents .button--solid:hover .circle {
  fill: var(--color-foreground-accent-header);
}

@media screen and (max-width: 1023px) {
  .header-container--top {
    order: 0;
  }

  .header-container--bottom.mobile-search {
    order: 1;
  }

  .header-container--bottom.show-header-actions-on-mobile {
    order: 2;
  }

  .show-header-actions-on-mobile {
    background: transparent;
    width: 100%;
  }
  .show-header-actions-on-mobile.ontop {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
  }
  html[dir=rtl] .show-header-actions-on-mobile.ontop {
    right: 0;
  }
  html[dir=ltr] .show-header-actions-on-mobile.ontop {
    left: 0;
  }
  .show-header-actions-on-mobile .header-links,
.show-header-actions-on-mobile .scrollable-navigation-button {
    display: none;
  }
  .show-header-actions-on-mobile .header-actions {
    width: calc(100% + 0.75rem);
    margin-inline-start: -0.375rem;
    -webkit-margin-start: -0.375rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .show-header-actions-on-mobile .header-actions > * {
    display: inline-flex;
    margin: 0.375rem 0.375rem;
  }
  .show-header-actions-on-mobile .header-actions .header-info-block {
    height: auto;
  }
  .show-header-actions-on-mobile .header-actions .header-info-block__image {
    margin-inline-end: 0.625rem;
  }
  .show-header-actions-on-mobile .header-actions .header-info-block__image svg, .show-header-actions-on-mobile .header-actions .header-info-block__image img {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }
  .show-header-actions-on-mobile .header-actions .header-info-block__title {
    font-size: calc(14px / 16 * var(--base-body-size) + 0px);
    font-weight: var(--font-weight-body-bold);
  }
  .show-header-actions-on-mobile .header-actions .header-info-block__text .icon {
    margin-inline-start: 0.3125rem;
    -webkit-margin-start: 0.3125rem;
    transform: scale(0.9);
  }
  .show-header-actions-on-mobile .header-actions:before {
    display: none;
  }
}
.header__top--password-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  .header__top--password-page {
    display: block;
    text-align: center;
  }
}
.header__top--password-page .logo {
  order: 0;
}
@media screen and (max-width: 1023px) {
  .header__top--password-page .logo {
    display: inline-block;
  }
}

.modal-login-cta {
  display: inline-flex;
  align-items: end;
  gap: 0.625rem;
  line-height: 1;
  justify-self: end;
}
@media screen and (max-width: 1023px) {
  .modal-login-cta {
    margin-top: var(--gutter-regular);
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  announcement-bar {
    overflow-x: hidden;
  }
}
.announcement-bar {
  display: grid;
  align-items: center;
  min-height: 2.5rem;
  grid-template-columns: 27% 46% 27%;
}
@media screen and (max-width: 767px) {
  .announcement-bar {
    grid-template-columns: 1fr;
  }
}
.announcement-bar__social-icons {
  padding-inline-end: 1.25rem;
}
.announcement-bar__localization-forms {
  padding-inline-start: 1.25rem;
  -webkit-padding-start: 1.25rem;
}
.announcement-bar__content {
  position: relative;
  min-height: 2.5rem;
  align-items: center;
  display: flex;
}
.announcement-bar__content .announcement {
  width: 100%;
  flex-shrink: 0;
  text-align: center;
  scroll-snap-align: start;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem 1.25rem;
  font-size: calc(14px / 16 * var(--base-body-size) + 0px);
  cursor: default;
}
.announcement-bar__content-nav {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.announcement-bar__content-nav--left svg {
  transform: rotate(90deg);
}
html[dir=rtl] .announcement-bar__content-nav--left {
  right: -1.25rem;
}
html[dir=ltr] .announcement-bar__content-nav--left {
  left: -1.25rem;
}
.announcement-bar__content-nav--right svg {
  transform: rotate(-90deg);
}
html[dir=rtl] .announcement-bar__content-nav--right {
  left: -1.25rem;
}
html[dir=ltr] .announcement-bar__content-nav--right {
  right: -1.25rem;
}
html[dir=rtl] .announcement-bar__content-nav {
  transform: scale(-1);
}
.announcement-bar__content-nav--disabled {
  opacity: 0.36;
  pointer-events: none;
}
.announcement-bar__slider {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  display: flex;
  width: 100%;
  flex-shrink: 0;
}
.announcement-bar__localization-form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-inline-start: 1.25rem;
  -webkit-padding-start: 1.25rem;
}
.announcement-bar__localization-form .localization-form {
  justify-content: flex-end;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--color-background-header);
  color: var(--color-text-header);
  z-index: 999;
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
.sticky-header a.header-info-block {
  color: var(--color-text-header);
}
.sticky-header.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: transform 200ms linear;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid var(--color-borders-header);
}
.sticky-header .header__bottom {
  border-bottom: 0;
  position: initial;
}
.sticky-header .header__top {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sticky-header .header__top {
    display: flex;
    flex-direction: row;
  }
  .sticky-header .header__top .logo-img {
    height: 40px !important;
  }
}


.search-results-overlay {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.36);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 120ms linear;
}
html[dir=rtl] .search-results-overlay {
  right: 0;
}
html[dir=ltr] .search-results-overlay {
  left: 0;
}
.search-results-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.search-results-overlay.active + .search-results-container {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.search-results-container {
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 180ms linear;
  color: var(--color-text-main);
}
.search-results-container a:not(.button) {
  color: var(--color-text-main);
}
.search-results-container .button {
  color: var(--color-foreground-main);
  background: var(--color-text-main);
  border-color: transparent !important;
}
.no-touchevents .search-results-container .button:hover {
  color: var(--color-foreground-accent-main) !important;
  background: var(--color-accent-main) !important;
}
.search-results-container:empty {
  display: none;
}
.search-results-container:not(:empty) {
  position: absolute;
  width: 100vw;
  max-width: 23.4375rem;
  background: var(--color-background-main);
  border-radius: var(--border-radius-cards);
  top: 100%;
  margin-top: 1.25rem;
  z-index: 999;
}
.search-results-container:not(:empty):before {
  bottom: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: var(--color-background-main);
  border-width: 0.625rem;
  margin-inline-start: 1.3125rem;
  -webkit-margin-start: 1.3125rem;
}
html[dir=rtl] .search-results-container:not(:empty):before {
  right: 0;
}
html[dir=ltr] .search-results-container:not(:empty):before {
  left: 0;
}
.search-results-container .cart-item {
  margin-top: 1.25rem;
}
.search-results {
  max-height: 35rem;
  overflow-y: scroll;
}
.search-block {
  padding: 1.875rem;
}
.search-block:not(:first-child) {
  border-top: 1px solid var(--color-borders-main);
}
.search-item:not(.cart-item) {
  display: block;
  margin-top: 0.75rem;
}
.search-item:not(.cart-item):first-of-type {
  margin-top: 1.125rem;
}
.search-item--blank {
  display: flex !important;
  align-items: center;
}
.search-item--blank:first-child {
  margin-top: 0 !important;
}
.search-item--blank:not(:first-child) {
  margin-top: 1.25rem;
}
.search-item--blank .content {
  margin-inline-start: 1.25rem;
  -webkit-margin-start: 1.25rem;
}
.search-item--blank .thumbnail {
  width: 6.25rem;
  height: 6.875rem;
  background: var(--color-third-background-main);
}
.search-item--blank .title, .search-item--blank .caption {
  display: block;
  width: 11.25rem;
  background: var(--color-third-background-main);
  height: 20px;
  position: relative;
  overflow: hidden;
}
.search-item--blank .caption {
  width: 60%;
  margin-top: 10px;
}
.search-item--blank .thumbnail, .search-item--blank .title, .search-item--blank .caption {
  position: relative;
}
.search-item--blank .thumbnail:after, .search-item--blank .title:after, .search-item--blank .caption:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-secondary-background-main);
  content: "";
  animation: fill-progress 2s infinite;
}
html[dir=rtl] .search-item--blank .thumbnail:after, html[dir=rtl] .search-item--blank .title:after, html[dir=rtl] .search-item--blank .caption:after {
  right: 0;
}
html[dir=ltr] .search-item--blank .thumbnail:after, html[dir=ltr] .search-item--blank .title:after, html[dir=ltr] .search-item--blank .caption:after {
  left: 0;
}
.search-link {
  padding: 1.25rem 1.875rem;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

@keyframes fill-progress {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

mobile-navigation {
  display: block;
}
mobile-navigation .site-nav {
  padding: 0;
}
mobile-navigation .site-nav nav {
  transition: transform 300ms ease-in-out;
}
mobile-navigation .site-nav ul a:not(.button) {
  width: 100%;
  padding: 0.625rem var(--sidebar-gutter);
  border-bottom: 1px solid var(--color-borders-main);
  display: flex;
  justify-content: space-between;
}
mobile-navigation .site-nav .submenu, mobile-navigation .site-nav .babymenu {
  width: 100%;
  position: absolute;
  top: 0;
  transition: transform 300ms ease-in-out;
  display: none;
}
html[dir=rtl] mobile-navigation .site-nav .submenu, html[dir=rtl] mobile-navigation .site-nav .babymenu {
  right: 0;
}
html[dir=ltr] mobile-navigation .site-nav .submenu, html[dir=ltr] mobile-navigation .site-nav .babymenu {
  left: 0;
}
mobile-navigation .site-nav .submenu {
  transform: translateX(100%);
}
mobile-navigation .site-nav .babymenu {
  transform: translateX(100%);
}
mobile-navigation .site-nav li > a > .icon svg {
  transform: rotate(-90deg);
}
mobile-navigation .site-nav li > a > .icon path {
  stroke: none;
}
mobile-navigation .site-nav .has-promotion {
  padding: var(--sidebar-gutter);
}
mobile-navigation .site-nav .text-animation--underline-in-header {
  padding-bottom: 0;
  background: none;
}
mobile-navigation .site-nav .submenu-back {
  cursor: pointer;
  background: var(--color-third-background-main);
}
mobile-navigation .site-nav .submenu-back a {
  justify-content: flex-start !important;
}
mobile-navigation .site-nav .submenu-back .icon {
  margin-inline-start: -0.125rem;
  -webkit-margin-start: -0.125rem;
  margin-inline-end: 0.625rem;
}
mobile-navigation .site-nav .submenu-back .icon svg {
  position: relative;
  top: -0.0625rem;
  transform: rotate(90deg);
}
mobile-navigation .site-nav .button__icon svg * {
  fill: none;
}
mobile-navigation .menu-link svg {
  margin-inline-end: 0.75rem;
}
mobile-navigation .menu-link svg path {
  stroke: var(--color-text-main);
}
mobile-navigation.opened-first-submenu nav {
  transform: translateX(-100%);
}
mobile-navigation.opened-second-submenu nav {
  transform: translateX(-200%);
}
mobile-navigation li.has-submenu.opened .submenu {
  display: block;
}
mobile-navigation li.has-babymenu.opened .babymenu {
  display: block;
}
mobile-navigation .header-actions {
  background-color: var(--color-third-background-main);
  border-bottom: 1px solid var(--color-borders-main);
  margin: 0 !important;
  width: 100%;
  padding: 1.25rem calc(var(--sidebar-gutter) / 2) 0;
}
mobile-navigation .header-actions > * {
  display: inline-flex;
  margin: 0 calc(var(--sidebar-gutter) / 2) 1.25rem;
}
mobile-navigation .header-actions .header-info-block {
  height: auto;
}
mobile-navigation .header-actions .header-info-block__image {
  margin-inline-end: 0.625rem;
}
mobile-navigation .header-actions .header-info-block__image svg, mobile-navigation .header-actions .header-info-block__image img {
  width: 1.75rem !important;
  height: 1.75rem !important;
}
mobile-navigation .header-actions .header-info-block__title {
  font-size: calc(14px / 16 * var(--base-body-size) + 0px);
  font-weight: var(--font-weight-body-bold);
}
mobile-navigation .header-actions .header-info-block__text .icon {
  margin-inline-start: 0.3125rem;
  -webkit-margin-start: 0.3125rem;
  transform: scale(0.9);
}


/* Collection page only */
body.template-collection {
  background: #ffffff;
  color: #333333;
}

body.template-collection .collection,
body.template-collection .collection.page-width,
body.template-collection .main-collection-product-grid {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

body.template-collection .collection__title,
body.template-collection .title-wrapper-with-link {
  text-align: center;
  margin-bottom: 40px;
}

body.template-collection .collection__title .title,
body.template-collection h1.collection-hero__title {
  font-size: calc( 60px / 60 * var(--base-headings-size) + 0px );
  font-weight: 700;
  position: relative;
  margin: clamp(2.5rem, 10rem, 12.5rem) auto 100px;
  padding: 0;
  letter-spacing: 0.15em;
  color: var(--color-accent-main);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.template-collection .collection__title .title,
  body.template-collection h1.collection-hero__title {
    font-size: calc( 32px / 60 * var(--base-headings-size) + 0px );
    margin: clamp(2.5rem, 10rem, 12.5rem) auto 60px;
    padding: 0;
  }
}
body.template-collection .product-grid,
body.template-collection ul.grid.product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 32px 24px !important;
}

body.template-collection .grid__item {
  width: auto !important;
  max-width: none !important;
}

body.template-collection .card-wrapper,
body.template-collection .card {
  height: 100%;
}

body.template-collection .card__inner {
  position: relative !important;
  overflow: hidden;
  background: #f7f3ec;
}

body.template-collection .card__media,
body.template-collection .card .media {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
}

body.template-collection .card__media img,
body.template-collection .media > img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.template-collection .card__content {
  position: relative;
  z-index: 3;
  padding-top: 16px;
}

body.template-collection .card__heading,
body.template-collection .card__heading a {
  color: #333333 !important;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  text-decoration: none;
}

body.template-collection .price,
body.template-collection .price__container,
body.template-collection .price-item {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #333333 !important;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
}

body.template-collection .quick-add,
body.template-collection .card__content .button,
body.template-collection .quick-add__submit {
  width: 100%;
  margin-top: 14px;
}

body.template-collection .quick-add__submit,
body.template-collection .button {
  min-height: 44px;
  border-radius: 4px;
  background: #333333 !important;
  color: #ffffff !important;
  border: 1px solid #333333 !important;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 989px) {
  body.template-collection .product-grid,
  body.template-collection ul.grid.product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 767px) {
  body.template-collection .collection,
  body.template-collection .collection.page-width,
  body.template-collection .main-collection-product-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.template-collection .product-grid,
  body.template-collection ul.grid.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 14px !important;
  }

  body.template-collection .card__heading,
  body.template-collection .card__heading a {
    font-size: 14px;
  }

  body.template-collection .price,
  body.template-collection .price__container,
  body.template-collection .price-item {
    font-size: 13px;
  }
}
/* Collection filter / sort only */
body.template-collection .facets-container,
body.template-collection .facets-wrapper,
body.template-collection .facets,
body.template-collection .facets-vertical {
  color: #333333;
}

body.template-collection .facets-container {
  max-width: 1200px;
  margin: 0 auto 36px;
  padding: 0 20px;
}

body.template-collection .facets__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px;
  background: #f7f3ec;
  border-radius: 8px;
}

body.template-collection .facets__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
}

body.template-collection .facets__heading,
body.template-collection .facet-filters__label,
body.template-collection .product-count__text {
  margin: 0;
  color: #333333 !important;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

body.template-collection .facets__disclosure {
  margin: 0;
}

body.template-collection .facets__summary,
body.template-collection .facet-filters__field .select__select,
body.template-collection .mobile-facets__open {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(51, 51, 51, 0.18);
  border-radius: 4px;
  background: #ffffff;
  color: #333333 !important;
  font-size: 14px;
  line-height: 1.4;
}

body.template-collection .facets__summary:hover,
body.template-collection .mobile-facets__open:hover {
  border-color: #333333;
}

body.template-collection .facets__summary span,
body.template-collection .mobile-facets__open-label {
  color: #333333 !important;
}

body.template-collection .facets__display {
  margin-top: 10px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

body.template-collection .facets__header {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

body.template-collection .facets__selected {
  color: #666666;
  font-size: 13px;
}

body.template-collection .facets__list,
body.template-collection .facets__price {
  padding: 14px 18px;
}

body.template-collection .facets__item {
  margin: 0 0 10px;
}

body.template-collection .facets__label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}

body.template-collection .facets__label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #333333;
}

body.template-collection .facet-checkbox__text,
body.template-collection .facet-checkbox__text-label {
  color: #333333 !important;
}

body.template-collection .active-facets {
  max-width: 1200px;
  margin: 12px auto 28px;
  padding: 0 20px;
}

body.template-collection .active-facets__button,
body.template-collection .active-facets__button-remove {
  color: #333333 !important;
  font-size: 13px;
  text-decoration: none;
}

body.template-collection .active-facets__button-inner {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(51,51,51,0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #333333;
}

body.template-collection .facet-filters {
  padding: 0;
}

body.template-collection .facet-filters__field {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.template-collection .facet-filters__sort {
  min-width: 180px;
}

body.template-collection .facet-filters__field .select {
  min-width: 180px;
}

body.template-collection .facet-filters__field .select__select {
  width: 100%;
  padding-right: 36px;
}

body.template-collection .product-count {
  align-self: center;
}

@media screen and (max-width: 989px) {
  body.template-collection .facets-container {
    padding: 0 16px;
    margin-bottom: 28px;
  }

  body.template-collection .facets__form {
    display: block;
    padding: 16px;
  }

  body.template-collection .mobile-facets__open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #333333;
    color: #ffffff !important;
    border-color: #333333;
  }

  body.template-collection .mobile-facets__open-label {
    color: #ffffff !important;
  }

  body.template-collection .facet-filters {
    margin-top: 14px;
  }

  body.template-collection .facet-filters__field {
    justify-content: space-between;
    width: 100%;
  }

  body.template-collection .facet-filters__field .select {
    flex: 1;
  }

  body.template-collection .product-count {
    margin-top: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  body.template-collection .facets-container {
    margin-bottom: 24px;
  }

  body.template-collection .facets__heading,
  body.template-collection .facet-filters__label,
  body.template-collection .product-count__text,
  body.template-collection .facets__summary,
  body.template-collection .facet-filters__field .select__select,
  body.template-collection .mobile-facets__open {
    font-size: 13px;
  }
}

/* Collection filter / sort only */
body.template-collection .facets-container,
body.template-collection .facets-wrapper,
body.template-collection .facets,
body.template-collection .facets-vertical {
  color: #333333;
}

body.template-collection .facets-container {
  max-width: 1200px;
  margin: 0 auto 36px;
  padding: 0 20px;
}

body.template-collection .facets__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px;
  background: #f7f3ec;
  border-radius: 8px;
}

body.template-collection .facets__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
}

body.template-collection .facets__heading,
body.template-collection .facet-filters__label,
body.template-collection .product-count__text {
  margin: 0;
  color: #333333 !important;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

body.template-collection .facets__disclosure {
  margin: 0;
}

body.template-collection .facets__summary,
body.template-collection .facet-filters__field .select__select,
body.template-collection .mobile-facets__open {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(51, 51, 51, 0.18);
  border-radius: 4px;
  background: #ffffff;
  color: #333333 !important;
  font-size: 14px;
  line-height: 1.4;
}

body.template-collection .facets__summary:hover,
body.template-collection .mobile-facets__open:hover {
  border-color: #333333;
}

body.template-collection .facets__summary span,
body.template-collection .mobile-facets__open-label {
  color: #333333 !important;
}

body.template-collection .facets__display {
  margin-top: 10px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

body.template-collection .facets__header {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

body.template-collection .facets__selected {
  color: #666666;
  font-size: 13px;
}

body.template-collection .facets__list,
body.template-collection .facets__price {
  padding: 14px 18px;
}

body.template-collection .facets__item {
  margin: 0 0 10px;
}

body.template-collection .facets__label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}

body.template-collection .facets__label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #333333;
}

body.template-collection .facet-checkbox__text,
body.template-collection .facet-checkbox__text-label {
  color: #333333 !important;
}

body.template-collection .active-facets {
  max-width: 1200px;
  margin: 12px auto 28px;
  padding: 0 20px;
}

body.template-collection .active-facets__button,
body.template-collection .active-facets__button-remove {
  color: #333333 !important;
  font-size: 13px;
  text-decoration: none;
}

body.template-collection .active-facets__button-inner {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(51,51,51,0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #333333;
}

body.template-collection .facet-filters {
  padding: 0;
}

body.template-collection .facet-filters__field {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.template-collection .facet-filters__sort {
  min-width: 180px;
}

body.template-collection .facet-filters__field .select {
  min-width: 180px;
}

body.template-collection .facet-filters__field .select__select {
  width: 100%;
  padding-right: 36px;
}

body.template-collection .product-count {
  align-self: center;
}

@media screen and (max-width: 989px) {
  body.template-collection .facets-container {
    padding: 0 16px;
    margin-bottom: 28px;
  }

  body.template-collection .facets__form {
    display: block;
    padding: 16px;
  }

  body.template-collection .mobile-facets__open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #333333;
    color: #ffffff !important;
    border-color: #333333;
  }

  body.template-collection .mobile-facets__open-label {
    color: #ffffff !important;
  }

  body.template-collection .facet-filters {
    margin-top: 14px;
  }

  body.template-collection .facet-filters__field {
    justify-content: space-between;
    width: 100%;
  }

  body.template-collection .facet-filters__field .select {
    flex: 1;
  }

  body.template-collection .product-count {
    margin-top: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  body.template-collection .facets-container {
    margin-bottom: 24px;
  }

  body.template-collection .facets__heading,
  body.template-collection .facet-filters__label,
  body.template-collection .product-count__text,
  body.template-collection .facets__summary,
  body.template-collection .facet-filters__field .select__select,
  body.template-collection .mobile-facets__open {
    font-size: 13px;
  }
}


/* 商品ページ：左画像・右商品情報 */
body.template-product .product {
  display: grid !important;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  gap: 4rem;
  align-items: start;
}

body.template-product .product__media-wrapper {
  width: 100% !important;
  max-width: none !important;
  order: 1 !important;
}

body.template-product .product__info-wrapper {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  order: 2 !important;
}

body.template-product .product__info-container {
  max-width: 54rem;
  margin-left: auto;
}

body.template-product .product__media-list {
  width: 100%;
}

body.template-product .product__media-item,
body.template-product .product__media {
  width: 100%;
}

body.template-product .product__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 989px) {
  body.template-product .product {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  body.template-product .product__info-container {
    max-width: none;
    margin-left: 0;
    padding:0;
  }
}

/* 商品ページ全体：最大幅1140px */
body.template-product main,
body.template-product .shopify-section {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  body.template-product main{
    padding-left:20px;
    padding-right:20px;
  }
}
/* 商品ページ：左画像・右商品情報 */
body.template-product .product {
  display: grid !important;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  gap: 4rem;
  align-items: start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

/* 左カラム */
body.template-product .product__media-wrapper {
  width: 100% !important;
  max-width: none !important;
  order: 1 !important;
}

/* 右カラム */
body.template-product .product__info-wrapper {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  order: 2 !important;
}

body.template-product .product__info-container {
  max-width: 48rem;
  margin-left: auto;
}

/* メイン画像 */
body.template-product .product__media-list {
  display: block !important;
  width: 100%;
}

body.template-product .product__media-item:first-child {
  width: 100% !important;
  max-width: 100% !important;
}

body.template-product .product__media-item:first-child img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* サムネイル画像：メイン画像の下に横並び */
body.template-product .product__media-list .product__media-item:not(:first-child) {
  display: inline-block !important;
  width: 76px !important;
  max-width: 76px !important;
  margin-top: 1.2rem;
  margin-right: 0.8rem;
  vertical-align: top;
}

body.template-product .product__media-list .product__media-item:not(:first-child) .product__media,
body.template-product .product__media-list .product__media-item:not(:first-child) img {
  width: 76px !important;
  height: 76px !important;
  object-fit: cover;
  border-radius: 8px;
}

/* product-recommendations：最大幅1140px・4列 */
body.template-product product-recommendations,
body.template-product .product-recommendations,
body.template-product .related-products {
  display: block;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

body.template-product product-recommendations .grid,
body.template-product .product-recommendations .grid,
body.template-product .related-products .grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem;
}

body.template-product product-recommendations .grid__item,
body.template-product .product-recommendations .grid__item,
body.template-product .related-products .grid__item {
  width: 100% !important;
  max-width: none !important;
}

/* タブレット */
@media screen and (max-width: 989px) {
  body.template-product .product {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  body.template-product .product__info-container {
    max-width: none;
    margin-left: 0;
  }

  body.template-product product-recommendations .grid,
  body.template-product .product-recommendations .grid,
  body.template-product .related-products .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* スマホ */
@media screen and (max-width: 599px) {
  body.template-product .product__media-list .product__media-item:not(:first-child) {
    width: 64px !important;
    max-width: 64px !important;
  }

  body.template-product .product__media-list .product__media-item:not(:first-child) .product__media,
  body.template-product .product__media-list .product__media-item:not(:first-child) img {
    width: 64px !important;
    height: 64px !important;
  }

  body.template-product product-recommendations .grid,
  body.template-product .product-recommendations .grid,
  body.template-product .related-products .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
  }
}