@font-face {
  font-display: swap;
  font-family: Fixel Display;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/FixelDisplay-Regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Fixel Display;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/FixelDisplay-Medium.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Fixel Display;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/FixelDisplay-SemiBold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Fixel Display;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/FixelDisplay-Bold.woff2) format("woff2");
}
:root {
  --container: calc(1240px + var(--containerPadding) * 2);
  --containerPadding: 20px;
  --konekoWhite: #fff;
  --konekoDark: #1d1d1d;
  --konekoGrey: #5e5e5e;
  --konekoGrey2: #f6f6f6;
  --konekoGrey3: #9e9e9e;
  --konekoGrey4: #f1f1f1;
  --konekoGrey5: #5c5c5c;
  --konekoLightGrey: #d9d9d9;
  --konekoAccent: #b93722;
  --konekoAccentLight: #dc3a21;
  --konekoSuccess: #57c651;
  --firstFont: "Fixel Display", sans-serif;
  --index-minus: 5;
  --index-1: 10;
  --index-2: 12;
  --index-3: 14;
  --fastDuration: 0.1s;
  --midDuration: 0.3s;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  border-width: 1px;
  box-sizing: content-box;
  height: 0;
  margin-block-end: 15px;
  margin-block-start: 15px;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 500;
}
p {
  margin-block-end: 0.5em;
  margin-block-start: 0.5em;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  display: block;
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: none;
}
button,
input {
  overflow: visible;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
figure {
  margin: 0 0 12px;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
  outline: none;
}
[hidden],
template {
  display: none;
}
ol,
ul {
  margin-block-end: 0.9375rem;
  margin-block-start: 0.9375rem;
  padding-inline-start: 1.875rem;
}
ol li,
ul li {
  margin-bottom: 0.9375rem;
}
body,
html {
  background-color: var(--konekoGrey2);
  color: var(--konekoDark);
  font-family: var(--firstFont);
  height: 100%;
  letter-spacing: -0.02em;
  line-height: 1;
  scroll-behavior: smooth;
}
._lock {
  overflow: hidden;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.main {
  flex: 1 0 auto;
}
.container {
  margin: 0 auto;
  max-width: var(--container);
  padding: 0 var(--containerPadding);
}
@media only screen and (max-width: 1024px) {
  .container--tablet-fluid {
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .container--mob-fluid {
    max-width: 100%;
    padding: 0;
  }
}
.clear {
  clear: both;
}
img.lazyload {
  animation: skeleton-loading 3s infinite;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  opacity: 0;
}
img.lazyloaded {
  opacity: 1;
}
.screen-reader-text {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.skeleton-bg {
  animation: skeleton-loading 3s infinite;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
}
.none {
  display: none !important;
}
.hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute !important;
}
.h1,
h1 {
  font-size: clamp(1.875rem, 1.3908450704rem + 2.0657276995vw, 3.25rem);
  line-height: 1;
}
.h2,
h2 {
  font-size: clamp(1.875rem, 1.7429577465rem + 0.5633802817vw, 2.25rem);
  margin-bottom: 1rem;
}
.h2,
.h3,
h2,
h3 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-top: 0;
}
.h3,
h3 {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  margin-bottom: 0.5rem;
}
.list-reset {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-reset li,
.m-0 {
  margin: 0;
}
.mb-5 {
  margin-bottom: 0.3125rem;
}
.text-grey {
  color: var(--konekoGrey3);
}
.text-white {
  color: var(--konekoWhite);
}
.text-accent {
  color: var(--konekoAccent);
}
.text-label {
  background-color: var(--konekoAccent);
  border-radius: 6.25rem;
  display: inline-block;
  padding: 0.1875rem 0.875rem;
}
@media only screen and (max-width: 767px) {
  .text-label {
    padding: 0.0625rem 0.1875rem;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
strong {
  font-weight: 600;
}
.phone {
  background-color: transparent;
}
.icon {
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .icon {
    height: 1.125rem;
    width: 1.125rem;
  }
}
.icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .icon svg {
    height: 1.125rem;
    width: 1.125rem;
  }
}
.icon svg path {
  fill: var(--konekoGrey);
  transition-duration: var(--fastDuration);
}
.icon--accent svg path {
  fill: var(--konekoAccent);
}
.link-rounded {
  align-items: center;
  border: 0.0625rem solid var(--konekoLightGrey);
  border-radius: 0.5rem;
  color: var(--konekoGrey);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  gap: 0.625rem;
  justify-content: center;
  letter-spacing: -0.02em;
  line-height: 1.3;
  padding: 0.5rem;
  transition-duration: var(--fastDuration);
}
.link-rounded--text {
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .link-rounded--text {
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .link-rounded:hover {
    border-color: var(--konekoAccent);
    color: var(--konekoAccent);
  }
  .link-rounded:hover svg path {
    fill: var(--konekoAccent);
  }
}
.link {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media only screen and (min-width: 1025px) {
  .link:hover {
    text-decoration: underline;
  }
}
.header {
  position: relative;
  z-index: var(--index-1);
}
.header .container{
    padding-block: 1rem;
}
.header__inner {
  align-items: center;
  border-radius: 0.5rem;
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
  padding: 0.4375rem 1.5rem;
  position: relative;
}
.header__inner:before {
  background-color: var(--konekoWhite);
  content: "";
  inset: 0;
  position: absolute;
  z-index: var(--index-3);
}
.header__cart {
  background-color: var(--konekoWhite);
  position: relative;
}
.header__cart.sticky.active {
  animation: onFadeUp var(--midDuration);
  position: fixed;
  top: 1.25rem;
}
@media only screen and (max-width: 1024px) {
  .header__cart.sticky.active {
    right: var(--containerPadding);
  }
  .header__cart > span {
    display: none;
  }
}
.header__list {
  align-items: center;
  color: var(--konekoDark);
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 600;
  gap: 0.625rem 2rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .header__list {
    flex-direction: column;
    row-gap: 1.875rem;
  }
}
.header__list li {
  transition-duration: var(--fastDuration);
}
@media only screen and (min-width: 1025px) {
  .header__list li:hover {
    color: var(--konekoAccent);
  }
}
.header__action {
  align-items: center;
  column-gap: 0.5rem;
  display: flex;
  position: relative;
  z-index: var(--index-3);
}
.header__action .link-accent {
  margin-right: 1.75rem;
}
@media only screen and (max-width: 1024px) {
  .header__action .header__loc {
    display: none !important;
  }
}
.header__brand {
  align-items: center;
  column-gap: 2.5rem;
  display: flex;
  position: relative;
  z-index: var(--index-3);
}
@media only screen and (max-width: 1024px) {
  .header__brand .lang-list {
    display: none;
  }
}
.header__menu {
  display: flex;
  position: relative;
  z-index: var(--index-3);
}
@media only screen and (min-width: 1025px) {
  .header__menu {
    align-items: center;
    column-gap: 0.75rem;
  }
}
.header__menu .lang-list {
  margin-top: 5rem;
}
.header__menu li.current-menu-item a {
  color: var(--konekoAccent);
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .header__menu {
    background-color: var(--konekoGrey2);
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 9.125rem var(--containerPadding) 4.375rem var(--containerPadding);
    position: fixed;
    top: 0;
    transform: translateX(100%);
    transition-duration: var(--midDuration);
    width: 100%;
    z-index: var(--index-2);
  }
  .header__menu.active {
    opacity: 1;
    transform: translateX(0);
  }
  .header__menu .my-profile-link {
    color: var(--konekoDark);
    font-weight: 600;
    margin-bottom: 1.875rem;
    text-align: center;
  }
  .header__menu .header__contact-info {
    margin-top: 1.875rem;
  }
  .header__menu .header__contact-info .header__loc-group > a {
    display: none;
  }
  .header__menu .header__contact-info .header__loc-list {
    align-items: center;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    padding: 0.875rem;
    position: static;
    text-align: center;
    transform: none;
    width: 100%;
  }
  .header__menu
    .header__contact-info
    .header__loc-group:hover
    .header__loc-list {
    animation: none;
  }
}
.header__menu-content {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header__menu-content {
    display: flex;
    flex-direction: column;
    margin-top: 1.875rem;
    position: relative;
  }
}
@media only screen and (max-width: 1366px) {
  .header__contact-info {
    display: none;
  }
}
@media only screen and (min-width: 1367px) {
  .header .phone-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .header .phone-wrapper {
    display: none;
  }
}
.header .phone-wrapper .header__loc-list {
  margin-top: 1.25rem;
  padding: 1.25rem;
  top: 100%;
}
@media only screen and (max-width: 1366px) {
  .header .phone-wrapper .header__contact-info.active {
    display: block;
  }
  .header .phone-wrapper .header__contact-info.active .header__loc-list {
    animation: onFadeUpSecond var(--midDuration);
    display: flex;
  }
}
.header__loc-list {
  background-color: var(--konekoWhite);
  border-radius: 0.5rem;
  box-shadow: 0 0.375rem 1.25rem rgba(29, 29, 31, 0.071);
  display: none;
  flex-direction: column;
  left: 0;
  line-height: 1.3;
  max-width: 12.5rem;
  padding: 3.75rem 1.25rem 1.25rem;
  position: absolute;
  row-gap: 0.9375rem;
  top: -0.9375rem;
  width: 18.75rem;
  z-index: var(--index-2);
}
.header__loc-group > a,
.header__loc-group > span {
  padding-inline: 1.25rem;
}
@media only screen and (max-width: 1024px) {
  .header__loc {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
.header__loc-link {
  align-items: start;
  column-gap: 0.625rem;
  display: flex;
  font-weight: 500;
}
@media only screen and (min-width: 1025px) {
  .header__loc-link:hover {
    color: var(--konekoAccent);
  }
  .header__loc-group {
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .header__loc-group {
    align-self: center;
  }
}
.header__loc-group:hover .header__loc-list {
  animation: onFadeUpSecond var(--midDuration);
  display: flex;
}
.header__visit {
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: var(--index-3);
}
@media only screen and (max-width: 1024px) {
  .header__visit--desktop {
    display: none;
  }
}
.header__burger {
  --width: 30px;
  --line-height: 2px;
  --spacing: 5px;
  --radius: 6px;
  background: transparent;
  cursor: pointer;
  display: block;
  height: var(--width);
  position: relative;
  width: var(--width);
  z-index: 10;
}
@media only screen and (min-width: 1025px) {
  .header__burger {
    display: none;
  }
}
.header__burger:after,
.header__burger:before {
  background-color: var(--konekoDark);
  border-radius: var(--radius);
  content: "";
  display: block;
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition-duration: var(--midDuration);
  width: 1.1875rem;
}
.header__burger:before {
  top: 0.625rem;
}
.header__burger:after {
  bottom: 0.625rem;
}
.header__burger.active:before {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__burger.active:after {
  bottom: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .header .custom-logo {
    max-width: 6.5625rem;
  }
}
.koneko-slider {
  overflow: hidden;
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .koneko-slider {
    padding-bottom: 3.4375rem;
  }
}
.koneko-slider__slide {
  background-color: var(--konekoDark);
  border-radius: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-size: clamp(0.875rem, 0.6549295775rem + 0.9389671362vw, 1.5rem);
  font-weight: 500;
  line-height: 1.4;
  min-height: clamp(23.75rem, 20.7790492958rem + 12.676056338vw, 32.1875rem);
  overflow: hidden;
  padding: clamp(1.875rem, 0.5545774648rem + 5.6338028169vw, 5.625rem);
  position: relative;
  transition: 1s ease !important;
}
@media only screen and (min-width: 767px) {
  .koneko-slider__slide {
    justify-content: center;
  }
}
.koneko-slider__slide:not(:first-child) {
  opacity: 0;
}
.koneko-slider__img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.koneko-slider .koneko-slider__bottom {
  opacity: 0;
}
.koneko-slider .swiper-initialized .koneko-slider__bottom {
  animation: onFadeUp var(--midDuration) ease;
  opacity: 1;
}
.koneko-slider .swiper-initialized .koneko-slider__slide {
  opacity: 0;
}
.koneko-slider .swiper-initialized .koneko-slider__slide.swiper-slide-visible {
  opacity: 1;
}
.koneko-slider
  .swiper-initialized
  .koneko-slider__slide.swiper-slide-visible
  .koneko-slider__title {
  animation: onFadeUp 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.koneko-slider
  .swiper-initialized
  .koneko-slider__slide.swiper-slide-visible
  .koneko-slider__text {
  animation: onFadeUp 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.koneko-slider .koneko-slider-container,
.koneko-slider .swiper-wrapper {
  border-radius: 1rem;
}
.koneko-slider__inner {
  max-width: 31.25rem;
}
.koneko-slider__title {
  font-size: clamp(1.875rem, 1.3908450704rem + 2.0657276995vw, 3.25rem);
  line-height: 1;
  margin-bottom: clamp(1rem, 0.6478873239rem + 1.5023474178vw, 2rem);
}
.koneko-slider__bottom {
  align-items: center;
  column-gap: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
  display: flex;
  justify-content: center;
  margin-top: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
}
.koneko-slider-container--hidden {
  overflow: hidden !important;
}
.action-bar {
  color: var(--konekoWhite);
  font-size: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  top: 1.25rem;
  z-index: var(--index-minus);
}
@media only screen and (max-width: 1024px) {
  .action-bar .container {
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .action-bar {
    margin-inline: auto;
    max-width: max-content;
  }
  .action-bar__inner {
    background-color: var(--konekoAccent);
    border-radius: 1.875rem;
    padding: 0.625rem 1.5rem;
  }
}
.action-bar__list {
  align-items: center;
  column-gap: 2rem;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .action-bar__list {
    column-gap: 0.5rem;
    overflow: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .action-bar__list::-webkit-scrollbar {
    display: none;
    width: 0;
  }
  .action-bar__list:after,
  .action-bar__list:before {
    content: "";
    flex: 0 0 var(--containerPadding);
  }
  .action-bar__list li {
    background-color: var(--konekoAccent);
    border-radius: 6.25rem;
    flex-shrink: 0;
    padding: 0.5rem 0.875rem;
    scroll-snap-align: end;
    scroll-snap-stop: normal;
  }
}
.action-bar .menu__link {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  transition-duration: var(--midDuration);
}
.action-bar .menu__link img,
.action-bar .menu__link svg {
  flex-shrink: 0;
  height: clamp(1.375rem, 1.1549295775rem + 0.9389671362vw, 2rem);
  width: clamp(1.375rem, 1.1549295775rem + 0.9389671362vw, 2rem);
}
.action-bar .menu__link svg path {
  transition-duration: var(--midDuration);
}
@media only screen and (min-width: 1025px) {
  .action-bar .menu__link:hover {
    color: var(--konekoDark);
  }
  .action-bar li:first-child:hover svg path {
    stroke: var(--konekoDark);
  }
  .action-bar li:first-child:hover svg path:first-child,
  .action-bar li:nth-child(2):hover svg path {
    fill: var(--konekoDark);
  }
  .action-bar li:nth-child(3):hover svg path {
    stroke: var(--konekoDark);
  }
  .action-bar li:nth-child(4):hover svg path,
  .action-bar li:nth-child(5):hover svg path,
  .action-bar li:nth-child(6):hover svg path,
  .action-bar li:nth-child(7):hover svg path {
    fill: var(--konekoDark);
  }
  .action-bar.active {
    position: sticky;
  }
}
.action-bar.active .sticky-cart {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .action-bar.active .menu__link {
    font-size: 0;
  }
}
.location-list__item {
  column-gap: 1.25rem;
  display: grid;
  font-size: 1rem;
  grid-template-columns: 8.75rem 13.75rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .location-list__item {
    font-size: 0.875rem;
    gap: 0.625rem;
    grid-template-columns: 8.75rem 11.5625rem;
  }
}
@media only screen and (max-width: 360px) {
  .location-list__item {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
}
.location-list__item ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.location-list__item ul li {
  display: flex;
  row-gap: 0.625rem;
}
.location-list__item ul li span {
  flex: 1 1 90%;
}
.location-list__item ul li span:first-child {
  flex: 1 1 100%;
}
.location-list__item ul li span:last-child {
  text-align: right;
}
.location-list__item:not(:last-child) {
  border-bottom: 0.0625rem solid var(--konekoGrey4);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.location-list__col {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.location-list p {
  margin: 0;
}
.social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.5rem;
}
.social__link {
  flex-shrink: 0;
}
.social__link img,
.social__link svg {
  height: 2rem;
  width: 2rem;
}
.social__link svg path {
  fill: var(--konekoDark);
  transition-duration: var(--midDuration);
}
@media only screen and (min-width: 1025px) {
  .social__link:hover svg path {
    fill: var(--konekoAccent);
  }
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
div.products,
ul.products {
  display: grid;
  gap: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem) 1.25rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.products.columns-2,
ul.products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  div.products.columns-2,
  ul.products.columns-2 {
    grid-template-columns: 1fr;
  }
}
div.products.columns-3,
ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1024px) {
  div.products.columns-3,
  ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  div.products.columns-3,
  ul.products.columns-3 {
    grid-template-columns: 1fr;
  }
}
div.products.columns-4,
ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
  div.products.columns-4,
  ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  div.products.columns-4,
  ul.products.columns-4 {
    grid-template-columns: 1fr;
  }
}
div.products div.product.swiper-slide,
div.products li.product,
ul.products div.product.swiper-slide,
ul.products li.product {
  background-color: var(--konekoWhite);
  border: 0.0625rem solid var(--konekoGrey4);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding: 1.5rem;
}
div.products div.product.swiper-slide .variations .label,
div.products li.product .variations .label,
ul.products div.product.swiper-slide .variations .label,
ul.products li.product .variations .label {
  display: none;
}
div.products div.product.swiper-slide .product-quantity,
div.products li.product .product-quantity,
ul.products div.product.swiper-slide .product-quantity,
ul.products li.product .product-quantity {
  order: 1;
}
@media only screen and (max-width: 767px) {
  div.products div.product.swiper-slide,
  div.products li.product,
  ul.products div.product.swiper-slide,
  ul.products li.product {
    padding: 1.25rem;
  }
}
div.products div.product.swiper-slide .single_variation_wrap,
div.products li.product .single_variation_wrap,
ul.products div.product.swiper-slide .single_variation_wrap,
ul.products li.product .single_variation_wrap {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1rem;
}
@media only screen and (max-width: 767px) {
  div.products div.product.swiper-slide .single_variation_wrap,
  div.products li.product .single_variation_wrap,
  ul.products div.product.swiper-slide .single_variation_wrap,
  ul.products li.product .single_variation_wrap {
    padding-top: 0.875rem;
  }
}
div.products div.product.swiper-slide .variations_form,
div.products li.product .variations_form,
ul.products div.product.swiper-slide .variations_form,
ul.products li.product .variations_form {
  display: flex;
  flex: 1;
  flex-direction: column;
}
div.products div.product.swiper-slide .woocommerce-variation-add-to-cart,
div.products li.product .woocommerce-variation-add-to-cart,
ul.products div.product.swiper-slide .woocommerce-variation-add-to-cart,
ul.products li.product .woocommerce-variation-add-to-cart {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
div.products div.product.swiper-slide .product__add-to-cart,
div.products li.product .product__add-to-cart,
ul.products div.product.swiper-slide .product__add-to-cart,
ul.products li.product .product__add-to-cart {
  font-size: 0;
}
div.products div.product.swiper-slide .woocommerce-loop-product__link,
div.products li.product .woocommerce-loop-product__link,
ul.products div.product.swiper-slide .woocommerce-loop-product__link,
ul.products li.product .woocommerce-loop-product__link {
  aspect-ratio: 352/200;
  border-radius: 0.5rem;
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
div.products div.product.swiper-slide .top-rated,
div.products li.product .top-rated,
ul.products div.product.swiper-slide .top-rated,
ul.products li.product .top-rated {
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
div.products div.product.swiper-slide .woocommerce-loop-product__title,
div.products li.product .woocommerce-loop-product__title,
ul.products div.product.swiper-slide .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 0;
}
div.products div.product.swiper-slide .price,
div.products li.product .price,
ul.products div.product.swiper-slide .price,
ul.products li.product .price {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
div.products div.product.swiper-slide .price del,
div.products li.product .price del,
ul.products div.product.swiper-slide .price del,
ul.products li.product .price del {
  color: var(--konekoGrey);
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 400;
}
div.products div.product.swiper-slide .price ins,
div.products li.product .price ins,
ul.products div.product.swiper-slide .price ins,
ul.products li.product .price ins {
  text-decoration: none;
}
div.products div.product.swiper-slide .added_to_cart,
div.products li.product .added_to_cart,
ul.products div.product.swiper-slide .added_to_cart,
ul.products li.product .added_to_cart {
  display: none;
}
div.products div.product.swiper-slide img,
div.products li.product img,
ul.products div.product.swiper-slide img,
ul.products li.product img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.products.koneko-slider-container {
  display: block;
}
.product .added_to_cart {
  display: none;
}
.onsale {
  background-color: var(--konekoAccent);
  border-radius: 0.5rem;
  color: var(--konekoWhite);
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  padding: 0.6875rem 1rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .onsale {
    font-size: 0.75rem;
    padding: 0.5rem 0.625rem;
  }
}
.product__title {
  align-items: flex-start;
  column-gap: 0.3125rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .product__title {
    margin-bottom: 0.375rem;
  }
}
.product__compound {
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .product__compound {
    font-size: 0.75rem;
    margin-bottom: 0.875rem;
    margin-top: 0.75rem;
  }
}
.product__allergen {
  background-color: var(--konekoAccent);
  border-radius: 0.5rem;
  bottom: calc(100% + 1.0625rem);
  color: var(--konekoWhite);
  display: none;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  padding: 0.6875rem 0.8125rem;
  position: absolute;
  right: -0.0625rem;
  text-align: left;
  width: 10rem;
}
.product__btn-attr {
  background-color: transparent;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0;
  position: relative;
  transition-duration: var(--midDuration);
}
.product__btn-attr svg {
  border: 0.0625rem solid var(--konekoAccent);
  border-radius: 50%;
  height: 1.625rem;
  width: 1.625rem;
}
.product__btn-attr svg path:first-child {
  fill: var(--konekoWhite);
  transition-duration: var(--midDuration);
}
.product__btn-attr svg path:last-child {
  stroke: var(--konekoAccent);
  transition-duration: var(--midDuration);
}
.product__btn-attr.active svg path:first-child,
.product__btn-attr:hover svg path:first-child {
  fill: var(--konekoAccent);
}
.product__btn-attr.active svg path:last-child,
.product__btn-attr:hover svg path:last-child {
  stroke: var(--konekoWhite);
}
.product__btn-attr.active .product__allergen,
.product__btn-attr:hover .product__allergen {
  animation: onScale var(--midDuration) ease;
  display: block;
}
.product__add-to-cart {
  background-color: var(--konekoAccent);
}
.product__add-to-cart svg path {
  fill: var(--konekoWhite);
  transition-duration: var(--midDuration);
}
@media only screen and (min-width: 1025px) {
  .product__add-to-cart:not(.added, .loading):hover {
    background-color: var(--konekoAccentLight);
    border-color: var(--konekoAccentLight);
  }
}
.product__add-to-cart.loading {
  animation: skeleton-loading 3s infinite;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  pointer-events: none;
}
.product__add-to-cart.loading svg path {
  fill: var(--konekoDark);
}
.product__add-wishlist {
  background-color: var(--konekoGrey2);
  margin-left: auto;
}
.product__add-wishlist svg path {
  fill: var(--konekoAccent);
}
@media only screen and (min-width: 1025px) {
  .product__add-wishlist:not(.added, .loading):hover {
    background-color: transparent;
    border-color: var(--konekoAccent);
  }
}
.product__add-wishlist.loading {
  animation: skeleton-loading 3s infinite;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  pointer-events: none;
}
.product__add-wishlist.loading svg path {
  fill: var(--konekoDark);
}
.product__add-wishlist.added {
  background-color: var(--konekoSuccess);
}
.product__add-wishlist.added svg path {
  fill: var(--konekoWhite);
}
.product__action {
  align-items: center;
  border: 0.0625rem solid transparent;
  border-radius: 0.5rem;
  display: flex;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  transition-duration: var(--midDuration);
  width: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .product__action {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .summary .product__action {
    height: 2.25rem !important;
    width: auto !important;
  }
}
.product__actions {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .product__actions {
    padding-top: 0.875rem;
  }
}
.product-energy {
  align-items: center;
  color: var(--konekoGrey3);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  gap: 0.25rem 0.5rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-transform: lowercase;
}
@media only screen and (max-width: 767px) {
  .product-energy {
    font-size: 0.75rem;
  }
}
.product-energy__item.text-accent {
  margin-right: 0.5rem;
}
.product-select-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.qty-button {
  background-color: var(--konekoGrey2);
  border: 0.0625rem solid transparent;
  border-radius: 6.25rem;
  color: var(--konekoDark);
  font-size: 1rem;
  letter-spacing: -0.02em;
  padding: 0.5rem 1rem;
  transition-duration: var(--midDuration);
}
@media only screen and (max-width: 767px) {
  .qty-button {
    font-size: 0.75rem;
    padding: 0.3125rem 0.9375rem;
  }
}
@media only screen and (min-width: 1025px) {
  .qty-button:not(.active):hover {
    border-color: var(--konekoAccent);
  }
}
.qty-button.active {
  background-color: var(--konekoAccent);
  color: var(--konekoWhite);
}
.breadcrumbs,
.woocommerce-breadcrumb {
  color: var(--konekoAccent);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs,
  .woocommerce-breadcrumb {
    font-size: 0.875rem;
  }
}
.breadcrumbs a,
.woocommerce-breadcrumb a {
  color: var(--konekoGrey3);
  display: inline-block;
  margin-right: 0.3125rem;
}
@media only screen and (min-width: 1025px) {
  .breadcrumbs a:hover,
  .woocommerce-breadcrumb a:hover {
    text-decoration: underline;
  }
}
.page-header__wrapper,
.woocommerce-breadcrumbs-wrapper {
  padding-block: 1.5rem;
}
.woocommerce-products-header__title {
  color: var(--konekoAccent);
  font-size: clamp(1.875rem, 1.7429577465rem + 0.5633802817vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 1rem;
  margin-top: 0;
}
.woocommerce-widgets > .container {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-widgets > .container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-widgets > .container {
    gap: 0.875rem;
  }
}
.woocommerce-widgets > .container .koneko-attribute-filter {
  flex: 1 1 100%;
}
@media only screen and (min-width: 1025px) {
  .woocommerce-widgets .child-categories {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-widgets .woocommerce-product-search {
    order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce-widgets .woocommerce-product-search {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-widgets .woocommerce-product-search {
    display: flex;
  }
  .woocommerce-widgets .woocommerce-product-search .input-search {
    flex: 1 1 100%;
  }
  .woocommerce-widgets .child-categories::-webkit-scrollbar,
  .woocommerce-widgets .koneko-attribute-filter::-webkit-scrollbar,
  .woocommerce-widgets .woocommerce-product-search::-webkit-scrollbar {
    display: none;
  }
  .woocommerce-widgets .child-categories:after,
  .woocommerce-widgets .child-categories:before,
  .woocommerce-widgets .koneko-attribute-filter:after,
  .woocommerce-widgets .koneko-attribute-filter:before,
  .woocommerce-widgets .woocommerce-product-search:after,
  .woocommerce-widgets .woocommerce-product-search:before {
    content: "";
    flex: 0 0 var(--containerPadding);
  }
}
.page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style-type: none;
  margin: 0;
  padding: 1.5rem 0 0;
}
.page-numbers li {
  margin: 0;
  padding: 0;
}
.page-numbers li a,
.page-numbers li span {
  align-items: center;
  background-color: var(--konekoWhite);
  border: 0.0625rem solid transparent;
  border-radius: 0.5rem;
  color: var(--konekoDark);
  display: flex;
  flex: 0 0 100%;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 600;
  height: 3.375rem;
  justify-content: center;
  letter-spacing: -0.02em;
  padding: 0;
  transition-duration: var(--midDuration);
  width: 3.375rem;
}
.page-numbers li a.current,
.page-numbers li span.current {
  border-color: var(--konekoAccent);
}
@media only screen and (max-width: 767px) {
  .page-numbers li a,
  .page-numbers li span {
    font-size: 0.875rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .page-numbers li a:hover {
    background-color: var(--konekoDark);
    color: var(--konekoWhite);
  }
}
.single_variation .stock {
  display: none;
}
.product__info {
  background-color: var(--konekoGrey4);
  border-top: 0.0625rem solid var(--konekoLightGrey);
  color: var(--konekoAccent);
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  gap: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .product__info {
    font-size: 0.875rem;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
.product__info span {
  align-content: center;
}
.product__info-icon {
  align-items: center;
  border: 0.125rem solid;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 1.625rem;
  justify-content: center;
  width: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .product__info-icon {
    height: 1.125rem;
    width: 1.125rem;
  }
}
.product__info-icon svg path {
  stroke: currentColor;
}
.product__atts {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  row-gap: 1.5rem;
}
.product__atts ul {
  display: grid;
  font-size: 1rem;
  gap: 0.5rem 1.25rem;
  grid-template-columns: 11.875rem 11.875rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  list-style-position: inside;
  list-style-type: disc;
}
@media only screen and (max-width: 767px) {
  .product__atts ul {
    font-size: 0.875rem;
    gap: 0.25rem 0.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.product__option {
  margin-bottom: 1rem;
  text-align: left;
}
body.single-product .product_title,
body.single-product .related h2,
body.single-product .up-sells h2 {
  color: var(--konekoAccent);
  font-size: clamp(1.875rem, 1.7429577465rem + 0.5633802817vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0;
}
body.single-product .product_title {
  margin-bottom: 1rem;
}
body.single-product .related h2,
body.single-product .up-sells h2 {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  body.single-product .related h2,
  body.single-product .up-sells h2 {
    margin-bottom: 1rem;
  }
}
body.single-product div.product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  row-gap: 3.75rem;
}
@media only screen and (max-width: 767px) {
  body.single-product div.product {
    flex-direction: column;
    row-gap: 1.875rem;
  }
}
body.single-product div.product .summary .product__actions {
  justify-content: start;
}
body.single-product div.product .summary .product__action {
  margin-left: 0;
}
body.single-product div.product .summary .minus,
body.single-product div.product .summary .plus {
  border: 0.0625rem solid var(--konekoLightGrey);
}
body.single-product div.product .summary .product__add-wishlist {
  border: 0.0625rem solid var(--konekoLightGrey);
  order: 1;
}
@media only screen and (min-width: 1025px) {
  body.single-product div.product .summary .product__add-wishlist:hover {
    background-color: var(--konekoLightGrey);
  }
}
body.single-product div.product .summary .product__add-wishlist svg path {
  fill: var(--konekoGrey);
}
body.single-product div.product .summary .product__add-wishlist.added svg path {
  fill: var(--konekoWhite);
}
body.single-product div.product .summary .product-energy {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  body.single-product div.product .summary .product-energy {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
body.single-product div.product .summary .qty-button:not(.active) {
  background-color: var(--konekoWhite);
}
body.single-product div.product .summary .single_variation_wrap {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  body.single-product div.product .summary .single_variation_wrap {
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }
}
body.single-product
  div.product
  .summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 0.5rem;
}
body.single-product div.product .summary table.variations {
  border-spacing: 0;
}
body.single-product div.product .summary table.variations tbody {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  body.single-product div.product .summary table.variations tbody {
    row-gap: 1rem;
  }
}
body.single-product div.product .summary table.variations tbody tr {
  display: flex;
  flex-direction: column;
}
body.single-product div.product .summary .product__add-to-cart {
  align-items: center;
  color: var(--konekoWhite);
  column-gap: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  height: auto;
  letter-spacing: -0.02em;
  padding: 0.5rem 1rem;
  width: auto;
}
body.single-product div.product .summary .product__add-to-cart.loading {
  color: var(--konekoDark);
}
@media only screen and (max-width: 767px) {
  body.single-product div.product .summary .product__add-to-cart {
    font-size: 0.875rem;
  }
}
body.single-product div.product .summary .price {
  color: var(--konekoAccent);
  font-size: clamp(1rem, 0.5598591549rem + 1.8779342723vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}
body.single-product div.product .summary .price del {
  font-size: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
}
body.single-product div.product > .top-rated {
  left: 1rem;
  position: absolute;
  top: 1rem;
  z-index: 2;
}
body.single-product div.product > .onsale {
  left: 1rem;
  right: unset;
  top: 4rem;
  z-index: 2;
}
body.single-product .woocommerce-product-gallery {
  flex-basis: 40%;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.single-product .woocommerce-product-gallery {
    width: 40%;
  }
}
body.single-product .woocommerce-product-gallery img {
  border-radius: 1rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
body.single-product .swiper-slide {
  min-width: 0;
}
body.single-product .swiper-slide img {
  aspect-ratio: 1;
}
body.single-product .entry-summary {
  flex-basis: 48%;
}
body.single-product .related,
body.single-product .upp-sells,
body.single-product .woocommerce-tabs {
  flex: 1 1 100%;
}
body.single-product section.related {
  padding-top: 4.375rem;
}
@media only screen and (max-width: 767px) {
  body.single-product section.related {
    padding-top: 2.5rem;
  }
}
.woocommerce-info {
  background: rgba(67, 219, 59, 0.373);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  outline: none;
  padding: 1.25rem 1.875rem;
  row-gap: 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .woocommerce-info {
    margin-bottom: 1rem;
  }
}
.woocommerce-info .wc-forward {
  align-self: flex-start;
}
.coupon-error-notice,
.woocommerce-error {
  background: rgba(185, 55, 34, 0.1);
  border-radius: 0.5rem;
  outline: none;
  padding: 1.25rem 1.875rem;
}
.coupon-error-notice li,
.woocommerce-error li {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .coupon-error-notice,
  .woocommerce-error {
    padding: 0.625rem 1.25rem;
  }
}
.woocommerce-message {
  background-color: var(--konekoGrey4);
  border-top: 0.0625rem solid var(--konekoLightGrey);
  color: var(--konekoAccent);
  font-size: 1rem;
  font-weight: 400;
  gap: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  outline: none;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .woocommerce-message {
    margin-bottom: 1rem;
  }
}
.woocommerce-message .button {
  background-color: var(--konekoAccent);
  border-radius: 0.5rem;
  color: var(--konekoWhite);
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-left: 0.625rem;
  padding: 0.625rem 0.75rem;
  transition-duration: var(--midDuration);
}
.woocommerce-product-details__short-description {
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .woocommerce-product-details__short-description {
    margin-bottom: 1rem;
  }
}
.woocommerce-tabs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.woocommerce-tabs ul li > a {
  border: 0.0625rem solid var(--konekoLightGrey);
  border-radius: 0.5rem;
  color: var(--konekoAccent);
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  padding: 1rem 1.5rem;
  transition-duration: var(--midDuration);
}
.woocommerce-tabs ul li.active a {
  background-color: var(--konekoAccent);
  border-color: var(--konekoAccent);
  color: var(--konekoWhite);
}
.woocommerce-Tabs-panel {
  line-height: 1.3;
}
body.woocommerce-cart .koneko-cart {
  column-gap: 2.5rem;
  display: flex;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-cart .koneko-cart {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}
body.woocommerce-cart .koneko-cart .woocommerce-cart-form {
  flex: 1 1 100%;
}
body.woocommerce-cart .koneko-cart .cart-collaterals {
  flex-basis: 45%;
}
body.woocommerce-cart
  .koneko-cart
  .woocommerce-cart-form__contents
  .cart-item__title {
  margin-top: 0;
}
body.woocommerce-cart .koneko-cart .cart-message {
  margin-bottom: 1.25rem;
  margin-top: 0;
}
body.woocommerce-cart .koneko-cart .cart-message h3 {
  margin: 0;
}
body.woocommerce-cart .koneko-cart .quantity {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-cart .koneko-cart .cart-collaterals {
    align-self: flex-start;
    position: sticky;
    top: 5rem;
  }
}
body.woocommerce-cart .koneko-cart .cart-collaterals,
body.woocommerce-cart .koneko-cart .shop_table {
  background-color: var(--konekoWhite);
  border-radius: 1rem;
  padding: 1.5rem;
}
.wc-proceed-to-checkout .wc-forward {
  width: 100%;
}
.wc-empty-cart-message .woocommerce-info {
  background: none;
  padding: 0;
}
p.stock {
  margin-top: 0;
}
.woocommerce-error .wc-forward {
  display: none;
}
.checkout-group {
  background-color: var(--konekoWhite);
  border-radius: 1rem;
  margin-bottom: 1.875rem;
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .checkout-group {
    margin-bottom: 0.9375rem;
    padding: 1rem;
  }
}
.checkout-group input:not([type="hidden"], [type="checkbox"]) {
  width: 100%;
}
p.form-row {
  margin-bottom: 0;
  margin-top: 0;
}
p.form-row:not(:last-of-type) {
  margin-bottom: 1.75rem;
}
body.woocommerce-checkout .action-bar.active {
  position: static;
}
body.woocommerce-checkout .header__cart.sticky.active {
  position: relative;
  right: unset;
  top: unset;
}
body.woocommerce-checkout .woocommerce h3 {
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 0;
}
.place-order button {
  width: 100%;
}
.place-order .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 0.625rem;
}
.wc_payment_methods .woocommerce-info {
  margin-bottom: 0;
}
.shipping_address #shipping_country_field,
.shipping_address #shipping_state_field,
.woocommerce-billing-fields #billing_state_field {
  display: none !important;
}
.woocommerce-billing-fields #billing_email_field {
  margin-bottom: 0;
}
.shipping-header {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.625rem;
  justify-content: space-between;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
}
.shipping-header h3 {
  margin-bottom: 0 !important;
}
.wc_payment_methods {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.wc_payment_methods .payment_box {
  font-size: 0.75rem;
  line-height: 1.3;
}
.wc_payment_methods .payment_box p {
  margin-bottom: 0;
  margin-top: 0.625rem;
}
#cash_on_delivery_extra_field .form-row {
  margin-top: 2rem;
}
form.checkout.woocommerce-checkout {
  column-gap: 1.5625rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  form.checkout.woocommerce-checkout {
    flex-direction: column;
  }
  form.checkout.woocommerce-checkout .cross-sells {
    display: none;
  }
}
.woocommerce-NoticeGroup {
  flex: 1 1 100%;
}
.checkout-col-first {
  flex: 1 1 27%;
}
.checkout-col-second {
  flex: 1 1 48%;
  min-width: 0;
}
.woocommerce-shipping-methods {
  display: grid;
  gap: 0.9375rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .woocommerce-shipping-methods {
    grid-template-columns: 1fr;
  }
}
.woocommerce-shipping-methods li {
  display: flex;
  justify-content: center;
  position: relative;
}
.woocommerce-shipping-methods li .shipping_method {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.woocommerce-shipping-methods .shipping_method + label {
  align-items: center;
  border: 1px solid var(--konekoGrey3);
  border-radius: 0.5rem;
  color: var(--konekoDark);
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  font-family: var(--firstFont);
  font-size: 1rem;
  font-weight: 600;
  gap: 0.625rem;
  justify-content: center;
  letter-spacing: -0.02em;
  line-height: 1.3;
  padding: 0.875rem;
  text-align: center;
  transition-duration: var(--midDuration);
}
@media only screen and (min-width: 1025px) {
  .woocommerce-shipping-methods .shipping_method + label:hover {
    border-color: var(--konekoAccent);
    color: var(--konekoAccent);
  }
}
.woocommerce-shipping-methods .shipping_method:checked + label {
  background-color: var(--konekoAccent);
  border-color: var(--konekoAccent);
  color: var(--konekoWhite);
}
.woocommerce-shipping-methods .shipping_method:disabled + label {
  opacity: 0.5;
}
.remove-coupon .icon,
.remove-coupon svg {
  height: 1.875rem;
  width: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .remove-coupon .icon,
  .remove-coupon svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.remove-coupon svg path {
  fill: none;
  stroke: var(--konekoGrey3);
}
@media only screen and (min-width: 1025px) {
  .remove-coupon:hover svg path {
    opacity: 0.5;
  }
}
#shipping_wooccm8_field {
  margin-bottom: 0;
}
.checkout-error-message,
.checkout-inline-error-message {
  color: var(--konekoAccent);
  font-size: 0.75rem;
  margin-block-end: 1em;
  margin-block-start: 1em;
}
.form-row label .optional {
  display: none;
}
.checkout-group-flex {
  column-gap: 1.6875rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .checkout-group-flex {
    flex-direction: column;
  }
}
.apply_coupon {
  background: none;
  color: var(--konekoAccent);
  font-weight: 600;
}
.checkout_coupon .apply_coupon {
  opacity: 0;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: var(--midDuration);
}
.checkout_coupon input {
  padding-right: 3.125rem;
}
.checkout_coupon input:focus + .apply_coupon {
  opacity: 1;
}
.account-nav-list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .account-nav-list {
    column-gap: 1rem;
    flex-direction: row;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .account-nav-list::-webkit-scrollbar {
    width: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .account-nav-list li {
    flex-shrink: 0;
    scroll-snap-align: end;
    scroll-snap-stop: normal;
  }
}
.account-nav-list li a {
  align-items: center;
  border: 0.0625rem solid transparent;
  border-radius: 0.5rem;
  color: var(--konekoDark);
  column-gap: 0.875rem;
  display: flex;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 0.625rem;
  transition-duration: var(--midDuration);
}
.account-nav-list li a .icon {
  align-items: center;
  background-color: var(--konekoWhite);
  border-radius: 0.5rem;
  display: flex;
  height: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
  justify-content: center;
  width: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
}
.account-nav-list li a .icon svg path {
  fill: none;
  stroke: #222;
}
@media only screen and (min-width: 1025px) {
  .account-nav-list li a:hover {
    border-color: var(--konekoAccent);
    color: var(--konekoAccent);
  }
}
.account-nav-list
  li.woocommerce-MyAccount-navigation-link--favorites
  a
  .icon
  svg
  path {
  fill: #222;
  stroke: none;
}
.account-nav-list li.is-active a {
  background-color: var(--konekoAccent);
  color: var(--konekoWhite);
}
.account-wrapper {
  align-items: start;
  display: flex;
  gap: clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem);
  margin-top: clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem);
}
@media only screen and (max-width: 1024px) {
  .account-wrapper {
    align-items: stretch;
    flex-direction: column;
  }
}
.account-wrapper .woocommerce-MyAccount-navigation {
  flex: 1 1 30%;
}
@media only screen and (max-width: 1024px) {
  .account-wrapper .woocommerce-MyAccount-navigation {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.account-wrapper .woocommerce-MyAccount-content {
  background-color: var(--konekoWhite);
  border-radius: 1rem;
  flex: 1 1 100%;
  padding: clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem);
}
.account-wrapper .woocommerce-pagination {
  margin-top: 1.5rem;
}
.account-wrapper .account-exit {
  margin-top: 1.5rem;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .account-wrapper .account-exit {
    margin-top: 0;
  }
}
.account-wrapper #shipping_country_field,
.account-wrapper .wooccm-field-state {
  display: none !important;
}
.account-wrapper #billing_email_field {
  margin-bottom: 0;
}
.account-wrapper .woocommerce-address-fields .wc-forward {
  margin-top: 1.5rem;
}
.account-profile {
  column-gap: 1.125rem;
  display: flex;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-top: 3.75rem;
}
@media only screen and (max-width: 1024px) {
  .account-profile {
    display: none;
  }
}
.account-profile__avatar {
  background-color: var(--konekoLightGrey);
  border-radius: 50%;
  flex-shrink: 0;
  height: 2.6875rem;
  overflow: hidden;
  width: 2.6875rem;
}
.account-profile__avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.account-profile__body {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
}
.account-profile__name {
  font-size: 1rem;
  margin-bottom: 0.375rem;
}
.account-exit {
  border: 0.0625rem solid var(--konekoDark);
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: var(--konekoDark);
  display: inline-block;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 1.25rem;
  text-align: center;
  transition-duration: var(--midDuration);
}
@media only screen and (min-width: 1025px) {
  .account-exit:hover {
    border-color: var(--konekoAccent);
    color: var(--konekoAccent);
  }
}
.u-columns {
  display: flex;
  flex-direction: column;
  row-gap: 2.75rem;
}
a.edit {
  align-items: center;
  background-color: var(--konekoAccent);
  border: 0.0625rem solid transparent;
  border-radius: 0.5rem;
  color: var(--konekoWhite);
  column-gap: 0.875rem;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 1.25rem 1.875rem;
  transition-duration: var(--midDuration);
}
a.edit .icon,
a.edit svg {
  height: 1rem;
  width: 1rem;
}
a.edit .icon svg path {
  fill: none;
  stroke: var(--konekoWhite);
}
@media only screen and (min-width: 1025px) {
  a.edit:hover {
    background-color: transparent;
    border-color: var(--konekoAccent);
    color: var(--konekoAccent);
  }
  a.edit:hover .icon svg path {
    stroke: var(--konekoAccent);
  }
}
.account-addresses {
  font-style: normal;
  margin-bottom: 2.75rem;
}
.woocommerce-address-fields__field-wrapper input {
  width: 100%;
}
.account-wrapper .woocommerce-orders-table,
.account-wrapper .woocommerce-table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .account-wrapper .woocommerce-orders-table thead,
  .account-wrapper .woocommerce-table thead {
    display: none;
  }
}
.account-wrapper .woocommerce-orders-table thead th,
.account-wrapper .woocommerce-table thead th {
  background-color: var(--konekoGrey4);
  padding: 1.25rem 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .account-wrapper .woocommerce-orders-table tr,
  .account-wrapper .woocommerce-table tr {
    display: flex;
    flex-direction: column;
  }
  .account-wrapper .woocommerce-orders-table tr:not(:last-child),
  .account-wrapper .woocommerce-table tr:not(:last-child) {
    border-bottom: 0.0625rem solid var(--konekoGrey2);
  }
  .account-wrapper .woocommerce-orders-table tbody,
  .account-wrapper .woocommerce-orders-table tfoot,
  .account-wrapper .woocommerce-table tbody,
  .account-wrapper .woocommerce-table tfoot {
    display: flex;
    flex-direction: column;
  }
}
.account-wrapper .woocommerce-orders-table tbody td,
.account-wrapper .woocommerce-orders-table tbody th,
.account-wrapper .woocommerce-orders-table tfoot td,
.account-wrapper .woocommerce-orders-table tfoot th,
.account-wrapper .woocommerce-table tbody td,
.account-wrapper .woocommerce-table tbody th,
.account-wrapper .woocommerce-table tfoot td,
.account-wrapper .woocommerce-table tfoot th {
  background-color: var(--konekoGrey2);
  padding: 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .account-wrapper .woocommerce-orders-table tbody td,
  .account-wrapper .woocommerce-orders-table tfoot td,
  .account-wrapper .woocommerce-table tbody td,
  .account-wrapper .woocommerce-table tfoot td {
    background-color: var(--konekoWhite);
  }
  .account-wrapper .woocommerce-orders-table tbody td .woocommerce-button,
  .account-wrapper .woocommerce-orders-table tfoot td .woocommerce-button,
  .account-wrapper .woocommerce-table tbody td .woocommerce-button,
  .account-wrapper .woocommerce-table tfoot td .woocommerce-button {
    width: 100%;
  }
}
section.woocommerce-customer-details,
section.woocommerce-order-details {
  margin-bottom: 2.5rem;
}
#autocomplete-list {
  background-color: var(--konekoGrey2);
  border-radius: 1rem;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0.625rem 0;
  top: 100%;
  width: 100%;
}
#autocomplete-list li {
  align-items: flex-start;
  column-gap: 0.625rem;
  display: flex;
  font-weight: 500;
  margin: 0;
  padding: 0.3125rem 0.9375rem;
  transition-duration: var(--midDuration);
}
#autocomplete-list li:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='23' fill='none' viewBox='0 0 16 23'%3E%3Cpath stroke='%231D1D1D' d='M5.625 10.435a3.348 3.348 0 0 0 5.477-1.094 3.39 3.39 0 0 0-.727-3.676 3.35 3.35 0 0 0-4.75 0 3.384 3.384 0 0 0 0 4.77ZM8 22.238a52.937 52.937 0 0 1-3.585-4.727c-.99-1.478-1.974-3.132-2.708-4.781C.97 11.074.5 9.459.5 8.05c0-2.003.79-3.924 2.198-5.34A7.48 7.48 0 0 1 8 .5c1.988 0 3.895.795 5.302 2.21A7.58 7.58 0 0 1 15.5 8.05c0 1.409-.47 3.024-1.207 4.68-.734 1.65-1.718 3.303-2.708 4.78A53 53 0 0 1 8 22.239Z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1.25rem;
  width: 1rem;
}
@media only screen and (min-width: 1025px) {
  #autocomplete-list li:hover {
    background-color: var(--konekoWhite);
  }
}
.show-password-input {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='m0 8 3.08-3.695a6.405 6.405 0 0 1 9.84 0L16 8l-3.08 3.695a6.405 6.405 0 0 1-9.84 0zm8 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
.woocommerce-login {
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .woocommerce-login {
    max-width: 39.375rem;
  }
}
.woocommerce-loop-product__title {
  margin-top: 0 !important;
}
#billing_address_1_field,
#billing_city_field,
#billing_country_field,
#billing_postcode_field,
#billing_state_field,
#shipping_city_field,
#shipping_first_name_field,
#shipping_last_name_field,
#shipping_state_field {
  display: none !important;
}
.koneko-slider-container {
  overflow: visible;
}
.koneko-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.koneko-pagination.swiper-pagination-lock {
  display: none;
}
.koneko-pagination.swiper-pagination-bullets-dynamic .koneko-bullet {
  height: 0.4375rem;
  width: 0.4375rem;
}
.koneko-bullet,
.koneko-pagination.swiper-pagination-bullets-dynamic
  .koneko-bullet--active-main {
  height: 0.625rem;
  width: 0.625rem;
}
.koneko-bullet {
  background-color: var(--konekoGrey3);
  border-radius: 50%;
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  margin-inline: 0.5rem;
  position: relative;
  transition-duration: var(--midDuration);
}
@media only screen and (max-width: 767px) {
  .koneko-bullet {
    height: 0.5rem;
    width: 0.5rem;
  }
}
.koneko-bullet--active {
  background-color: var(--konekoAccent);
}
.slider-btn {
  align-items: center;
  background: transparent;
  display: flex;
  height: 2.25rem;
  justify-content: center;
  width: 2.25rem;
}
@media only screen and (max-width: 767px) {
  .slider-btn {
    height: 1.4375rem;
    width: 1.4375rem;
  }
}
.slider-btn.swiper-button-lock {
  display: none;
}
.slider-btn svg {
  height: 1.375rem;
  width: 1.6875rem;
}
@media only screen and (max-width: 767px) {
  .slider-btn svg {
    height: 0.875rem;
    width: 1.0625rem;
  }
}
.slider-btn svg path {
  fill: var(--konekoDark);
  transition-duration: var(--midDuration);
}
.slider-btn[disabled] {
  cursor: not-allowed;
}
.slider-btn[disabled] svg path {
  fill: var(--konekoGrey3);
}
.sticky-cart {
  bottom: 6.25rem;
  display: none;
  position: fixed;
  right: 6.25rem;
  transition-duration: var(--midDuration);
  z-index: var(--index-1);
}
@media only screen and (max-width: 767px) {
  .sticky-cart {
    bottom: 1.875rem;
    right: 1.875rem;
  }
}
.sticky-cart .icon,
.sticky-cart svg {
  height: 2rem;
  width: 2rem;
}
.sticky-cart a {
  background-color: var(--konekoWhite);
}
.sticky-cart.active {
  animation: onFade 0.2s ease;
  display: block;
}
@keyframes onFade {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes onFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes onFadeUpSecond {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modal {
  0% {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@keyframes onScale {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes onOpacity {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes onFadeLeft {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.onFadeUp {
  animation: onFadeUp 1s ease;
}
.onFadeUp2 {
  animation: onFadeUp 2s ease;
}
@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
@keyframes button-loading {
  0% {
    background-position: 0 200%;
  }
  to {
    background-position: 0 -200%;
  }
}
.section {
  padding-block: 3.75rem;
}
.section:first-of-type {
  padding-top: 0;
}
.section__heading {
  font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .section__heading br {
    display: none;
  }
}
.section__heading p:first-of-type {
  margin-top: 0;
}
.section__heading ol,
.section__heading p,
.section__heading ul {
  color: var(--konekoGrey);
}
.koneko-categories {
  display: flex;
  flex-direction: column;
  row-gap: 3.75rem;
}
.koneko-categories__item .products {
  margin-top: 1.5rem;
}
.koneko-categories__item .category-more {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.child-categories {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: 0;
}
@media only screen and (max-width: 1024px) {
  .child-categories {
    scrollbar-width: none;
    width: 100%;
  }
  .child-categories::-webkit-scrollbar {
    display: none;
    width: 0;
  }
  .child-categories:after,
  .child-categories:before {
    content: "";
    flex: 0 0 var(--containerPadding);
  }
}
.child-categories__item {
  flex-shrink: 0;
  scroll-snap-align: end;
  scroll-snap-stop: normal;
}
.child-categories__link {
  background-color: var(--konekoWhite);
  border: 0.0625rem solid transparent;
  border-radius: 6.25rem;
  color: var(--konekoGrey3);
  display: block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.3;
  padding: 0.5rem 1rem;
  transition-duration: var(--midDuration);
}
@media only screen and (max-width: 767px) {
  .child-categories__link {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1025px) {
  .child-categories__link:hover {
    border-color: var(--konekoAccent);
    color: var(--konekoAccent);
  }
}
.child-categories__link.active {
  background-color: var(--konekoAccent);
  color: var(--konekoWhite);
}
.btn {
  border-radius: 0.5rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  transition-duration: var(--midDuration);
}
.btn--accent {
  background-color: var(--konekoAccent);
  border: 0.0625rem solid transparent;
  color: var(--konekoWhite);
  padding: 0.5rem 1rem;
}
@media only screen and (min-width: 1025px) {
  .btn--accent:hover {
    background-color: transparent;
    border-color: var(--konekoAccent);
    color: var(--konekoAccent);
  }
}
.btn--border {
  border: 0.0625rem solid var(--konekoLightGrey);
  color: var(--konekoAccent);
  padding: 1rem 1.5rem;
}
@media only screen and (min-width: 1025px) {
  .btn--border:hover {
    background-color: var(--konekoAccent);
    border-color: var(--konekoAccent);
    color: var(--konekoWhite);
  }
}
.wc-backward,
.wc-forward,
.woocommerce-Button,
.woocommerce-button,
button[name="woocommerce_checkout_place_order"] {
  background-color: var(--konekoAccent);
  border: 0.0625rem solid transparent;
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: var(--konekoWhite);
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  padding: 0.875rem 1rem;
  text-align: center;
  transition-duration: var(--midDuration);
}
.wc-backward:disabled,
.wc-forward:disabled,
.woocommerce-Button:disabled,
.woocommerce-button:disabled,
button[name="woocommerce_checkout_place_order"]:disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .wc-backward:not([disabled]):hover,
  .wc-forward:not([disabled]):hover,
  .woocommerce-Button:not([disabled]):hover,
  .woocommerce-button:not([disabled]):hover,
  button[name="woocommerce_checkout_place_order"]:not([disabled]):hover {
    background-color: transparent;
    border-color: var(--konekoAccent);
    color: var(--konekoAccent);
  }
}
.woocommerce-button--dark {
  background-color: transparent;
  border-color: var(--konekoDark);
  color: var(--konekoDark);
}
@media only screen and (min-width: 1025px) {
  .woocommerce-button--dark:not([disabled]):hover {
    background-color: var(--konekoDark);
    border-color: var(--konekoDark);
    color: var(--konekoWhite);
  }
}
.btn-icon {
  align-items: center;
  background-color: var(--konekoGrey2);
  border-radius: 0.5rem;
  color: var(--konekoDark);
  display: flex;
  height: 2.5rem;
  justify-content: center;
  transition-duration: var(--midDuration);
  width: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .btn-icon:not(.no-resize) {
    height: 1.875rem;
    width: 1.875rem;
  }
}
.btn-icon.loading {
  animation: skeleton-loading 3s infinite;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  pointer-events: none;
}
.btn-icon[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}
@media only screen and (min-width: 1025px) {
  .btn-icon:not([disabled]):hover {
    background-color: var(--konekoLightGrey);
  }
}
.btn-icon.plus svg path {
  fill: none;
  stroke: var(--konekoGrey5);
}
.btn-icon.plus .icon,
.btn-icon.plus svg {
  height: 1.5625rem;
  width: 1.5625rem;
}
.btn-icon.minus svg path {
  fill: none;
  stroke: var(--konekoGrey5);
}
.btn-icon.minus .icon,
.btn-icon.minus svg {
  height: 0.1875rem;
  width: 1.5625rem;
}
.btn-close .icon,
.btn-close svg {
  height: 0.9375rem;
  width: 1.5625rem;
}
.btn-close svg path {
  stroke: var(--konekoGrey5);
}
.skeleton-product {
  border-radius: 0.5rem;
  height: 29.0625rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .skeleton-product {
    height: 25.9375rem;
  }
}
.top-rated {
  align-items: center;
  background-color: #f8ca21;
  border-radius: 0.5rem;
  color: #996300;
  column-gap: 0.5rem;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .top-rated {
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.5rem 0.625rem;
  }
  .top-rated .icon,
  .top-rated svg {
    height: 1.125rem;
    width: 1.125rem;
  }
}
.top-rated svg path {
  fill: currentColor;
}
.shipping-zone {
  height: 33.75rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .shipping-zone {
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .shipping-zone {
    height: 15.3125rem;
  }
}
.shipping-zone__map {
  border: none;
  height: 100%;
  height: 40rem;
  object-fit: cover;
  position: relative;
  top: -6.25rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .shipping-zone__map {
    height: 25rem;
  }
}
.shipping-list {
  color: var(--konekoGrey);
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
  font-weight: 500;
  gap: 0.3125rem clamp(0.3125rem, -0.8978873239rem + 5.1643192488vw, 3.75rem);
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.shipping-list--center {
  justify-content: center;
}
.shipping-list--left {
  justify-content: start;
}
.shipping-list--right {
  justify-content: end;
}
.shipping-list__item {
  align-items: center;
  column-gap: 1.25rem;
  display: flex;
}
.shipping-list__item:before {
  background-color: var(--ship-color);
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1.125rem;
  width: 1.125rem;
}
.gallery {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}
.gallery__item {
  align-items: center;
  display: flex;
  justify-content: center;
}
.gallery__item img {
  height: auto;
}
.koneko-attribute-filter {
  align-items: stretch;
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: 0;
  width: 100%;
}
.koneko-attribute-filter::-webkit-scrollbar {
  display: none;
}
.koneko-attribute-filter__item {
  display: flex;
  flex-direction: column;
  position: relative;
  scroll-snap-align: end;
  scroll-snap-stop: normal;
}
.koneko-attribute-filter__item .attribute-checkbox {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.koneko-attribute-filter__item .attribute-checkbox + label {
  align-items: center;
  background-color: var(--konekoWhite);
  border: 0.0625rem solid transparent;
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: var(--konekoDark);
  cursor: pointer;
  display: flex;
  flex: 0 0 100%;
  font-size: 1rem;
  font-weight: 600;
  gap: 0.5rem;
  letter-spacing: -0.02em;
  padding: 0.3125rem 1.125rem;
  transition-duration: var(--midDuration);
}
@media only screen and (min-width: 1025px) {
  .koneko-attribute-filter__item .attribute-checkbox + label:hover {
    border-color: var(--konekoAccent);
    color: var(--konekoAccent);
  }
}
@media only screen and (max-width: 767px) {
  .koneko-attribute-filter__item .attribute-checkbox + label {
    font-size: 0.875rem;
  }
}
.koneko-attribute-filter__item .attribute-checkbox:checked + label {
  border-color: var(--konekoAccent);
}
@media only screen and (min-width: 1025px) {
  .koneko-attribute-filter__item .attribute-checkbox:checked + label:hover {
    background-color: var(--konekoGrey);
    border-color: var(--konekoGrey);
    color: var(--konekoWhite);
    text-decoration: line-through;
  }
}
.koneko-attribute-filter__item.with-image .attribute-checkbox + label:before {
  background-image: var(--attribute-image);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 2.625rem;
  width: 2.625rem;
}
@media only screen and (max-width: 767px) {
  .koneko-attribute-filter__item.with-image .attribute-checkbox + label:before {
    height: 2rem;
    width: 2rem;
  }
}
.input-search {
  position: relative;
}
.input-search__btn {
  align-content: inherit;
  background: transparent;
  display: flex;
  justify-content: center;
  left: 0.875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-search__field {
  background: transparent;
  border: 0.0625rem solid var(--konekoLightGrey);
  border-radius: 0.5rem;
  color: var(--konekoDark);
  font-family: var(--firstFont);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 0.625rem 3.125rem;
  transition-duration: var(--midDuration);
}
.input-search__field:focus {
  border-color: var(--konekoAccent);
}
@media only screen and (max-width: 767px) {
  .input-search__field {
    width: 100%;
  }
}
.input-search__field::placeholder {
  color: var(--konekoGrey5);
  font-family: inherit;
  font-size: inherit;
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
  background-color: transparent;
  border: none;
  border-bottom: 0.0625rem solid var(--konekoGrey3);
  border-radius: 0;
  color: var(--konekoDark);
  display: flex;
  font-family: var(--firstFont);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding-bottom: 0.875rem;
  transition-duration: var(--midDuration);
}
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
textarea::placeholder {
  color: var(--konekoGrey3);
  font-family: inherit;
  font-size: inherit;
  opacity: 0;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
  border-color: var(--konekoAccent);
}
input[type="email"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="text"]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 1;
}
.woocommerce-invalid-required-field input,
.woocommerce-invalid-required-field textarea {
  border-color: var(--konekoAccent);
}
textarea {
  display: flex;
  padding-top: 1.875rem;
  resize: none;
  width: 100%;
}
label {
  color: var(--konekoGrey3);
  font-family: var(--firstFont);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
span.required {
  color: var(--konekoAccent) !important;
}
abbr[title] {
  color: var(--konekoAccent);
  text-decoration: none !important;
}
.form-row {
  position: relative;
}
.form-row label:not(.woocommerce-form__label-for-checkbox) {
  animation: onOpacity 1s;
  cursor: pointer;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition-duration: var(--midDuration);
}
.form-row label:not(.woocommerce-form__label-for-checkbox).active {
  font-size: 0.75rem;
  transform: translateY(-1rem);
}
.wooccm-type-number label,
.wooccm-type-select label {
  cursor: default !important;
  pointer-events: all !important;
  position: static !important;
}
.wooccm-type-number label.active,
.wooccm-type-select label.active {
  font-size: inherit !important;
  transform: none !important;
}
.wooccm-type-select select,
input.input-text[type="number"] {
  background-color: transparent;
  border: 0.0625rem solid var(--konekoGrey3);
  border-radius: 0.5rem;
  color: var(--konekoDark);
  font-family: var(--firstFont);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  padding: 1rem 0.875rem;
}
.wooccm-type-select select::placeholder,
input.input-text[type="number"]::placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.wooccm-type-select select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' fill='none' viewBox='0 0 27 27'%3E%3Cpath stroke='%239E9E9E' stroke-linecap='round' d='m8.5 11.5 5 5 5-5'/%3E%3C/svg%3E");
  background-position: center right 5%;
  background-repeat: no-repeat;
  background-size: 1.6875rem;
  cursor: pointer;
  width: 100%;
}
.wooccm-type-select--accent select {
  background-color: var(--konekoAccent);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' fill='none' viewBox='0 0 27 27'%3E%3Cpath stroke='%23fff' stroke-linecap='round' d='m8.5 11.5 5 5 5-5'/%3E%3C/svg%3E");
  border-color: var(--konekoAccent);
  color: var(--konekoWhite);
}
.wooccm-type-select--accent select option {
  background-color: var(--konekoWhite);
  color: var(--konekoDark);
}
.wooccm-type-number label,
.wooccm-type-select label {
  display: block;
  margin-bottom: 0.5rem;
  position: static;
}
.wooccm-type-number label.active,
.wooccm-type-select label.active {
  font-size: 1rem;
  transform: translate(0);
}
.form-row input:focus + label,
.form-row input:not(:placeholder-shown) + label {
  font-size: 0.75rem;
  transform: translateY(-1rem);
}
.wooccm-additional-fields {
  column-gap: 1.75rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .wooccm-additional-fields {
    flex-direction: column;
  }
}
.form-row {
  flex: 1 1 100%;
}
.form-row-first,
.form-row-last {
  flex: 1 1 45%;
}
.radio-field {
  position: relative;
}
.input-radio {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.input-radio + label {
  align-items: center;
  color: var(--konekoDark);
  column-gap: 1rem;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.input-radio + label:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0.9375rem;
  border: 0.0625rem solid var(--konekoGrey3);
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1.4375rem;
  transition-duration: var(--midDuration);
  width: 1.4375rem;
}
@media only screen and (min-width: 1025px) {
  .input-radio + label:hover:before {
    border-color: var(--konekoAccent);
  }
}
.input-radio:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none' viewBox='0 0 15 15'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' fill='%23B93722'/%3E%3C/svg%3E");
  border-color: var(--konekoAccent);
}
.content {
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.content--half {
  max-width: 51.25rem;
}
.content--typography {
  font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
  max-width: 51.25rem;
}
.content--typography p {
  margin-bottom: 1.25rem;
}
.content h3 {
  font-weight: 500;
  margin-top: 2rem;
}
.post-image {
  aspect-ratio: 1050/510;
  margin-bottom: 2.125rem;
}
.post-image img {
  border-radius: 1rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.footer {
  background-color: var(--konekoWhite);
  border-top: 0.0625rem solid var(--konekoLightGrey);
  margin-top: clamp(3.75rem, 2.8697183099rem + 3.7558685446vw, 6.25rem);
  padding-block: 2.8125rem;
}
.footer__inner {
  column-gap: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer__inner {
    row-gap: 1.875rem;
  }
  .footer__menu,
  .footer__social {
    flex: 0 0 100%;
  }
}
.footer__label {
  color: var(--konekoGrey3);
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .footer__label {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
}
.footer__list {
  color: var(--konekoDark);
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  gap: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .footer__list {
    flex-direction: column;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__list li a:hover {
    text-decoration: underline;
  }
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .footer__bottom {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom {
    margin-top: 1.875rem;
    row-gap: 1.25rem;
  }
}
.footer__links {
  color: var(--konekoGrey3);
  column-gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .footer__links {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer__links {
    flex-direction: column;
    font-size: 0.75rem;
    row-gap: 1.25rem;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__links li a:hover {
    text-decoration: underline;
  }
}
.footer__copyright {
  color: var(--konekoGrey3);
  font-size: 0.875rem;
  line-height: 1.3;
}
.posts-grid {
  display: grid;
  gap: 2.125rem 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .posts-grid {
    grid-template-columns: 1fr;
  }
}
.post-item {
  background-color: var(--konekoWhite);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.post-item__image {
  aspect-ratio: 610/296;
  display: block;
  position: relative;
}
.post-item__image img {
  border-radius: 1rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.post-item__date {
  background-color: var(--konekoWhite);
  border-radius: 6.25rem;
  color: var(--konekoDark);
  font-size: 0.75rem;
  font-weight: 400;
  left: clamp(0.9375rem, 0.8274647887rem + 0.4694835681vw, 1.25rem);
  letter-spacing: -0.02em;
  padding: clamp(0.4375rem, 0.3714788732rem + 0.2816901408vw, 0.625rem)
    clamp(0.625rem, 0.4929577465rem + 0.5633802817vw, 1rem);
  position: absolute;
  top: clamp(0.9375rem, 0.8274647887rem + 0.4694835681vw, 1.25rem);
}
.post-item__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem 1.25rem;
  row-gap: 0.5rem;
}
.post-item__excerpt {
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .post-item__excerpt {
    font-size: 0.875rem;
  }
}
.post-item__btn {
  align-self: flex-start;
  margin-top: 0.75rem;
}
.koneko-minicart {
  animation: onFadeLeft var(--midDuration);
  background-color: var(--konekoWhite);
  border-radius: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 3.125rem 2.5rem;
  position: fixed;
  right: var(--containerPadding);
  top: 7.5rem;
  width: 45rem;
  z-index: var(--index-2);
}
@media only screen and (min-width: 768px) {
  .koneko-minicart {
    max-height: 80vh;
  }
}
@media only screen and (max-width: 1024px) {
  .koneko-minicart {
    border-radius: 0;
    height: 100%;
    overflow-y: auto;
    right: 0;
    top: 0;
    width: 75vw;
    z-index: var(--index-3);
  }
}
@media only screen and (max-width: 767px) {
  .koneko-minicart {
    padding: 1.875rem 1.25rem;
    width: 100%;
  }
}
.koneko-minicart:not(.active) {
  display: none;
}
.koneko-minicart__header {
  align-items: center;
  column-gap: 2.5rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .koneko-minicart__header {
    margin-bottom: 1.25rem;
  }
}
.koneko-minicart__list {
  max-height: 12.5rem;
  overflow-y: auto;
}
@media only screen and (max-width: 1024px) {
  .koneko-minicart__list {
    max-height: 36vh;
  }
  .koneko-minicart__wrapper {
    flex: 1;
  }
}
.koneko-minicart__bottom {
  background-color: var(--konekoGrey2);
  border-radius: 0.5rem;
  margin-top: 2.625rem;
  padding: 1.875rem;
}
@media only screen and (max-width: 1024px) {
  .koneko-minicart__bottom {
    margin-top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .koneko-minicart__bottom {
    padding: 1.25rem;
  }
}
.koneko-minicart__bottom .wc-forward,
.overlay {
  width: 100%;
}
.overlay {
  background: rgba(92, 92, 92, 0.49);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: var(--index-1);
}
.overlay.active {
  animation: onOpacity var(--midDuration);
  display: block;
}
.koneko-quantity {
  align-items: center;
  display: flex;
}
.koneko-quantity input[type="number"] {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: none;
  color: var(--konekoGrey5);
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  height: 2.5rem;
  justify-content: center;
  letter-spacing: -0.02em;
  padding: 0;
  pointer-events: none;
  text-align: center;
  width: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .koneko-quantity:not(.product-quantity) input[type="number"] {
    font-size: 1rem;
    height: 1.875rem;
    width: 1.875rem;
  }
}
.koneko-quantity input::-webkit-inner-spin-button,
.koneko-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-count {
  position: absolute;
  right: -0.3125rem;
  top: -0.3125rem;
}
.cart-count .cart-count {
  position: static;
}
.cart-contents-count {
  align-items: center;
  background-color: var(--konekoAccent);
  border-radius: 50%;
  color: var(--konekoWhite);
  display: flex;
  font-size: 0.75rem;
  height: 1.25rem;
  justify-content: center;
  line-height: 1;
  width: 1.25rem;
}
.cart-item {
  position: relative;
}
.cart-item dl.variation {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .cart-item {
    align-items: center;
    column-gap: 1.25rem;
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .cart-item:after {
    clear: both;
    content: "";
  }
}
.cart-item__thumb {
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .cart-item__thumb {
    float: left;
    margin-right: 1.25rem;
  }
}
.cart-item__thumb img {
  aspect-ratio: 150/85;
  border-radius: 0.5rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.cart-item__remove {
  margin-left: 0.625rem;
}
@media only screen and (min-width: 1025px) {
  .cart-item__remove:hover svg path {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1024px) {
  .cart-item__remove {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.cart-item.loading {
  opacity: 0.5;
  pointer-events: none;
}
.cart-item__title {
  width: 30%;
}
@media only screen and (max-width: 1024px) {
  .cart-item__title {
    float: left;
    margin-bottom: 1.25rem !important;
    margin-right: 1.875rem;
    width: calc(100% - 13.75rem);
  }
  .cart-item .quantity {
    margin-bottom: 0.625rem;
    width: calc(100% - 10.625rem);
  }
}
.cart-item__price {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .cart-item__price {
    float: left;
    margin-bottom: 0.625rem;
    margin-left: 10.625rem;
    margin-right: 1.875rem;
    width: calc(100% - 10.625rem);
  }
}
.cart-item__price del {
  color: var(--konekoGrey);
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 400;
}
.cart-item__price ins {
  text-decoration: none;
}
.cart-item__remove .icon,
.cart-item__remove svg {
  height: 1.875rem;
  width: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .cart-item__remove .icon,
  .cart-item__remove svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.cart-item__remove svg path {
  fill: none;
  stroke: var(--konekoGrey3);
}
.cart-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.cart-total {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.cart-total strong {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.cart-total span {
  text-align: right;
}
.cart-total span,
.cart-total strong {
  flex-basis: 50%;
}
.cart-total .amount {
  color: var(--konekoAccent);
  font-size: 1.5rem;
  font-weight: 700;
}
.cart-message,
.cart-total .amount {
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.cart-message {
  background: rgba(185, 55, 34, 0.1);
  border-radius: 0.5rem;
  margin-top: 2.5rem;
  padding: 1.25rem 1.875rem;
}
.cart-message,
.cart-message h3 {
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .cart-message {
    margin-bottom: 0.625rem;
    margin-top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cart-message {
    padding: 0.625rem 1.25rem;
  }
}
.cart-message--success {
  background: rgba(67, 219, 59, 0.373);
}
.cards {
  display: grid;
  gap: 1.25rem;
}
.cards--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1024px) {
  .cards--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cards--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .cards {
    grid-template-columns: 1fr;
  }
}
.cards__item {
  background-color: var(--konekoWhite);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  justify-content: center;
  letter-spacing: -0.02em;
  line-height: 1.3;
  padding: 2.8125rem 1.875rem;
}
.cards__item--center {
  align-items: center;
  text-align: center;
}
.cards__item--center .cards__title {
  color: var(--konekoGrey);
}
.cards__item--right {
  align-items: flex-end;
  text-align: right;
}
.cards__item--left {
  padding: clamp(2.5rem, 2.0598591549rem + 1.8779342723vw, 3.75rem)
    clamp(3.125rem, 2.6848591549rem + 1.8779342723vw, 4.375rem);
  text-align: left;
}
.cards__icon {
  align-items: center;
  background-color: var(--konekoGrey2);
  border-radius: 0.5rem;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  margin-bottom: 0.75rem;
  width: 3.125rem;
}
.cards__title {
  font-size: 1.25rem;
  font-weight: 500;
}
.cards__text {
  color: var(--konekoGrey3);
  margin-top: 0.25rem;
}
.branding {
  background-color: var(--konekoWhite);
  border-radius: 1rem;
  margin-bottom: 2rem;
  padding: clamp(1.875rem, 0.9947183099rem + 3.7558685446vw, 4.375rem)
    clamp(1.25rem, -0.8846830986rem + 9.1079812207vw, 7.3125rem);
}
.branding img,
.branding svg {
  height: auto;
  width: clamp(15.625rem, 12.4339788732rem + 13.6150234742vw, 24.6875rem);
}
.branding--row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media only screen and (max-width: 1024px) {
  .branding--row {
    align-items: start;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) {
  .branding--row .col {
    flex-basis: 48%;
  }
}
.cross-sells {
  margin-bottom: 1.875rem;
}
.cross-sells h2 {
  font-size: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
}
.cross-sells .koneko-slider {
  border-radius: 1rem;
  padding: 0;
  width: 100%;
}
.cross-sells .woocommerce-loop-product__title {
  margin-top: 0;
}
.cross-sells .swiper-slide {
  box-sizing: border-box;
  margin-right: 1.25rem;
  min-width: 0;
  width: calc(33.33333% - 1.25rem);
}
.cross-sells .woocommerce-loop-product__title {
  font-size: 1rem;
}
.cross-sells .woocommerce-loop-product__link {
  aspect-ratio: 165/95 !important;
}
.cross-sells .product-energy,
.cross-sells .product__btn-attr,
.cross-sells .product__compound,
.modal {
  display: none;
}
.modal {
  background-color: var(--konekoWhite);
  border-radius: 1rem;
  box-sizing: border-box;
  left: 50%;
  padding: 1.5rem;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: var(--index-1);
}
@media only screen and (min-width: 768px) {
  .modal {
    transform-origin: 0 0;
  }
}
.modal--zone {
  max-width: 60vw;
}
@media only screen and (max-width: 767px) {
  .modal--zone {
    max-width: 80vw;
  }
}
.modal--auth {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal--auth {
    max-width: 39.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .modal--auth {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 0;
    left: 0;
    top: unset;
    transform: none;
  }
}
.modal--auth .modal__close {
  margin-left: auto;
}
.modal.active {
  animation: modal var(--midDuration);
  display: block;
}
.modal__header {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.koneko-auth-form {
  padding: 0 clamp(0.625rem, -0.3873239437rem + 4.3192488263vw, 3.5rem)
    clamp(0.625rem, -0.3873239437rem + 4.3192488263vw, 3.5rem);
}
.koneko-auth__text {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-top: 0.5rem;
  margin-inline: auto;
  max-width: 22.5rem;
}
.koneko-auth__fields {
  margin-top: 2.3125rem;
}
.koneko-auth__fields input[type="tel"] {
  width: 100%;
}
.koneko-auth__submit {
  margin-top: 2.5rem;
  width: 100%;
}
.koneko-auth__repeat {
  margin-top: 0.875rem;
  width: 100%;
}
.koneko-auth__current {
  color: var(--konekoGrey3);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-top: 1.25rem;
}
.koneko-auth__code {
  column-gap: 1.4375rem;
  display: flex;
}
.koneko-auth__code input[type="number"] {
  background-color: var(--konekoGrey2);
  border-color: transparent;
  height: 3.125rem;
  padding: 0.625rem;
  width: calc(25% - 1.4375rem);
}
.koneko-auth__code input[type="number"]:focus {
  border-color: var(--konekoAccent);
}
.koneko-auth__code input[type="number"]::-webkit-inner-spin-button,
.koneko-auth__code input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.koneko-auth__code input[type="number"] {
  -moz-appearance: textfield;
}
.favorite-item {
  align-items: start;
  column-gap: 1.25rem;
  display: flex;
}
.favorite-item__thumb {
  flex-shrink: 0;
}
.favorite-item__thumb img {
  aspect-ratio: 150/85;
  border-radius: 0.5rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.favorite-item__title {
  margin: 0 !important;
}
.favorite-item__price {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.favorite-item__body {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}
.favorite-item__remove {
  background-color: transparent;
  margin-left: auto;
}
.favorite-item__remove .icon,
.favorite-item__remove svg {
  height: 1.875rem;
  width: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .favorite-item__remove .icon,
  .favorite-item__remove svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.favorite-item__remove svg path {
  fill: none;
  stroke: var(--konekoGrey3);
}
.message {
  align-items: center;
  animation: modal var(--midDuration);
  background-color: var(--konekoWhite);
  border-radius: 0.5rem;
  box-shadow: 0 0.375rem 1.25rem rgba(29, 29, 31, 0.071);
  color: var(--konekoSuccess);
  column-gap: 0.625rem;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  left: 50%;
  max-width: max-content;
  padding: 0.75rem 0.625rem;
  position: fixed;
  top: 30%;
  transform: translateX(-50%);
  transform-origin: 0 0;
  width: 100%;
  z-index: var(--index-3);
}
.message:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%2357C651' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m5.457-12.543L11 15.914l-4.207-4.207 1.414-1.414L11 13.086l5.043-5.043z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}
.message--error {
  color: var(--konekoAccent);
}
.message--error:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23B93722' d='M12 17a.97.97 0 0 0 .713-.288A.96.96 0 0 0 13 16a.97.97 0 0 0-.288-.712A.97.97 0 0 0 12 15a.97.97 0 0 0-.712.288A.97.97 0 0 0 11 16q0 .424.288.713A.96.96 0 0 0 12 17m-1-4h2V7h-2zm1 9a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.8 9.8 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175Q6.273 3.575 8.1 2.788A9.7 9.7 0 0 1 12 2q2.073 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.348 1.35 2.138 3.175A9.7 9.7 0 0 1 22 12a9.8 9.8 0 0 1-.788 3.9 10 10 0 0 1-2.137 3.175 10.2 10.2 0 0 1-3.175 2.138A9.7 9.7 0 0 1 12 22'/%3E%3C/svg%3E");
}
.lang-list {
  align-items: center;
  color: var(--konekoLightGrey);
  column-gap: 0.25rem;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .lang-list {
    align-self: center;
  }
}
.lang-list li.current-lang a {
  color: var(--konekoDark);
  transition-duration: var(--midDuration);
}
.lang-list li:not(:last-child):after {
  color: var(--konekoLightGrey);
  content: "|";
  margin-left: 0.25rem;
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}
.f-spinner {
  height: var(--f-spinner-height);
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
}
.f-spinner svg {
  animation: f-spinner-rotate 2s linear infinite;
  height: 100%;
  vertical-align: top;
  width: 100%;
}
.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}
.f-spinner svg :first-child {
  stroke: var(--f-spinner-color-1);
}
.f-spinner svg :last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}
@keyframes f-spinner-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}
.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}
@keyframes f-throwOutUp {
  to {
    opacity: 0;
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
  }
}
@keyframes f-throwOutDown {
  to {
    opacity: 0;
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}
@keyframes f-zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0.975) translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}
@keyframes f-zoomOutDown {
  to {
    opacity: 0;
    transform: scale(0.975) translate3d(0, 16px, 0);
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}
.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}
@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}
.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}
@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  to {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}
.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}
@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  to {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}
.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both
    f-crossfadeOut;
  z-index: 1;
}
@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInNext;
}
.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInPrev;
}
.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutNext;
}
.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutPrev;
}
@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNext {
  to {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  to {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInNext;
  z-index: 2;
}
.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInPrev;
  z-index: 2;
}
.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutNext;
  z-index: 1;
}
.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutPrev;
  z-index: 1;
}
@keyframes f-classicInNext {
  0% {
    opacity: 0;
    transform: translateX(-75px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes f-classicInPrev {
  0% {
    opacity: 0;
    transform: translateX(75px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes f-classicOutNext {
  to {
    opacity: 0;
    transform: translateX(-75px);
  }
}
@keyframes f-classicOutPrev {
  to {
    opacity: 0;
    transform: translateX(75px);
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}
.f-button {
  align-items: center;
  background: var(--f-button-bg);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  box-shadow: var(--f-button-shadow);
  box-sizing: content-box;
  color: var(--f-button-color);
  cursor: pointer;
  display: flex;
  height: var(--f-button-height);
  justify-content: center;
  margin: 0;
  padding: 0;
  pointer-events: all;
  position: relative;
  transition: var(--f-button-transition);
  width: var(--f-button-width);
}
@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    background-color: var(--f-button-hover-bg);
    color: var(--f-button-hover-color);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
  outline: none;
}
.f-button:focus-visible {
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px)
    var(--f-button-outline-color, var(--f-button-color));
  outline: none;
}
.f-button svg {
  height: var(--f-button-svg-height);
  width: var(--f-button-svg-width);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: var(--f-button-svg-filter);
  pointer-events: none;
  transform: var(--f-button-transform);
  transition: opacity 0.15s ease;
}
.f-button[disabled] {
  cursor: default;
}
.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-next,
.f-carousel__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev {
  position: absolute;
  z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev {
  top: 50%;
  transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  left: var(--f-button-prev-pos);
  right: auto;
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev {
  left: 50%;
  top: auto;
  transform: translateX(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg {
  transform: rotate(90deg);
}
.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}
html.with-fancybox {
  overflow: visible;
  scroll-behavior: auto;
  width: auto;
}
html.with-fancybox body {
  touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
  margin-right: calc(
    var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px)
  );
  overflow: hidden !important;
  overscroll-behavior-y: none;
  width: auto;
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: hsla(0, 0%, 100%, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  bottom: 0;
  box-sizing: border-box;
  color: #f8f8f8;
  direction: ltr;
  display: flex;
  flex-direction: column;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  overflow: visible;
  transform-origin: top left;
  z-index: var(--fancybox-zIndex, 1050);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}
.fancybox__container *,
.fancybox__container :after,
.fancybox__container :before {
  box-sizing: inherit;
}
.fancybox__container::backdrop {
  background-color: transparent;
}
.fancybox__backdrop {
  background: var(--fancybox-bg);
  bottom: 0;
  left: 0;
  opacity: var(--fancybox-opacity, 1);
  position: fixed;
  right: 0;
  top: 0;
  will-change: opacity;
  z-index: -1;
}
.fancybox__carousel {
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
  z-index: 10;
}
.fancybox__viewport {
  height: 100%;
  width: 100%;
}
.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}
.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.fancybox__track {
  display: flex;
  height: 100%;
  margin: 0 auto;
}
.fancybox__slide {
  align-items: center;
  backface-visibility: hidden;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 4px;
  position: relative;
  transform: translateZ(0);
  width: 100%;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}
.fancybox__slide.has-html5video,
.fancybox__slide.has-iframe,
.fancybox__slide.has-image,
.fancybox__slide.has-video {
  overflow: hidden;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}
.fancybox__slide:after,
.fancybox__slide:before {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
.fancybox__backdrop:empty,
.fancybox__slide:empty,
.fancybox__track:empty,
.fancybox__viewport:empty {
  display: block;
}
.fancybox__content {
  align-self: center;
  background: var(--fancybox-content-bg, #fff);
  border-radius: 0;
  color: var(--fancybox-content-color, #374151);
  cursor: default;
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 100%;
  padding: 2rem;
  position: relative;
  z-index: 20;
}
.is-loading .fancybox__content {
  opacity: 0;
}
.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__content [contenteditable],
.fancybox__content [data-selectable] {
  cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
  backface-visibility: hidden;
  background: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 1px;
  padding: 0;
  transform: translateZ(0);
  transition: none;
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
  height: auto;
  max-height: 100%;
  width: 100%;
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}
.fancybox-image {
  display: block;
  filter: blur(0);
  height: 100%;
  margin: auto;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  width: 100%;
}
.fancybox__caption {
  align-self: center;
  color: var(--fancybox-color, currentColor);
  cursor: auto;
  flex-shrink: 0;
  line-height: 1.375;
  margin: 0;
  max-width: 100%;
  opacity: var(--fancybox-opacity, 1);
  overflow-wrap: anywhere;
  padding: 14px 0 4px;
  visibility: visible;
}
.is-closing .fancybox__caption,
.is-loading .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}
.is-compact .fancybox__caption {
  padding-bottom: 0;
}
.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: -38px;
}
.is-loading .fancybox__content > .f-button.is-close-btn,
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}
.fancybox__footer {
  margin: 0;
  padding: 0;
  position: relative;
}
.fancybox__footer .fancybox__caption {
  opacity: var(--fancybox-opacity, 1);
  padding: 24px;
  transition: all 0.25s ease;
  width: 100%;
}
.is-compact .fancybox__footer {
  background: rgba(24, 24, 27, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 20;
}
.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  right: 5px;
  top: 5px;
}
.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
  bottom: -30px;
  content: "";
  left: -20px;
  position: absolute;
  right: -20px;
  top: -30px;
  z-index: 1;
}
.is-idle .fancybox__nav,
.is-idle.is-compact .fancybox__footer {
  animation: f-fadeOut 0.15s ease-out both;
}
.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
}
.fancybox__slide > .f-spinner {
  cursor: pointer;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0
    var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  position: absolute;
  top: 50%;
  z-index: 30;
}
.fancybox-protected {
  bottom: 0;
  right: 0;
}
.fancybox-ghost,
.fancybox-protected {
  left: 0;
  position: absolute;
  top: 0;
  user-select: none;
  z-index: 40;
}
.fancybox-ghost {
  height: 100%;
  min-height: 0;
  object-fit: contain;
  pointer-events: none;
  width: 100%;
}
.fancybox-focus-guard {
  opacity: 0;
  outline: none;
  pointer-events: none;
  position: fixed;
}
.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__carousel
  > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__slide
  > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden="false"]
  > :not(.fancybox__backdrop, .fancybox__carousel) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards
    f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__carousel
  > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__slide
  > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden="true"]
  > :not(.fancybox__backdrop, .fancybox__carousel) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}
.has-html5video .fancybox__content,
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  flex-shrink: 1;
  max-width: 100%;
  min-height: 1px;
  overflow: visible;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  height: 90%;
  width: calc(100% - 120px);
}
.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  height: 100%;
  width: 100%;
}
.has-html5video .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  height: 540px;
  max-height: 100%;
  max-width: 100%;
  width: 960px;
}
.has-html5video .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
  padding: 0;
}
.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}
.f-thumbs {
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  perspective: 1000px;
  transform: translateZ(0);
  user-select: none;
}
.f-thumbs .f-spinner {
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  border-radius: 2px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.f-thumbs .f-spinner svg {
  display: none;
}
.f-thumbs.is-vertical {
  height: 100%;
}
.f-thumbs__viewport {
  height: auto;
  overflow: hidden;
  transform: translateZ(0);
  width: 100%;
}
.f-thumbs__track {
  display: flex;
}
.f-thumbs__slide {
  align-items: center;
  box-sizing: content-box;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  height: var(--f-thumb-height);
  justify-content: center;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: var(--f-thumb-width);
}
.f-thumbs__slide.is-loading img {
  opacity: 0;
}
.is-classic .f-thumbs__viewport {
  height: 100%;
}
.is-modern .f-thumbs__track {
  width: max-content;
}
.is-modern .f-thumbs__track:before {
  bottom: 0;
  content: "";
  cursor: pointer;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  position: absolute;
  top: 0;
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
}
.is-modern .f-thumbs__slide {
  pointer-events: none;
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  width: var(--f-thumb-clip-width);
}
.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}
.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}
.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color))
    drop-shadow(2px 0 0 var(--f-thumb-outline-color))
    drop-shadow(0 -1px 0 var(--f-thumb-outline-color))
    drop-shadow(0 2px 0 var(--f-thumb-outline-color));
}
.f-thumbs__slide__button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: var(--f-thumb-border-radius);
  cursor: pointer;
  height: 100%;
  margin: 0 -100%;
  opacity: var(--f-thumb-opacity);
  outline: none;
  overflow: hidden;
  padding: 0;
  pointer-events: auto;
  position: relative;
  touch-action: manipulation;
  transition: opacity 0.2s ease;
  width: var(--f-thumb-width);
}
.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}
.f-thumbs__slide__button:focus-visible {
  opacity: var(--f-thumb-selected-opacity);
  outline: none;
}
.is-modern .f-thumbs__slide__button {
  --clip-path: inset(
    0
      calc(
        (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) *
          (1 - var(--progress, 0)) * 0.5
      )
      round var(--f-thumb-border-radius, 0)
  );
  clip-path: var(--clip-path);
}
.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}
.is-classic .is-nav-selected .f-thumbs__slide__button:after {
  animation: f-fadeIn 0.2s ease-out;
  border: var(--f-thumb-outline, 0) solid
    var(--f-thumb-outline-color, transparent);
  content: "";
  height: auto;
  z-index: 10;
}
.f-thumbs__slide__img,
.is-classic .is-nav-selected .f-thumbs__slide__button:after {
  border-radius: var(--f-thumb-border-radius);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.f-thumbs__slide__img {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  object-fit: cover;
  overflow: hidden;
  padding: var(--f-thumb-offset);
  pointer-events: none;
  width: 100%;
}
.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  opacity: var(--fancybox-opacity, 1);
  position: relative;
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.1),
    hsla(0, 0%, 100%, 0.05)
  );
}
.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.1),
    hsla(0, 0%, 100%, 0.05)
  );
}
.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
  max-height: 0 !important;
}
.is-closing .fancybox__thumbs {
  transition: none !important;
}
.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, hsla(0, 0%, 100%, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  color: var(--fancybox-color, currentColor);
  display: flex;
  flex-direction: row;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI Adjusted,
    Segoe UI,
    Liberation Sans,
    sans-serif;
  justify-content: space-between;
  margin: 0;
  opacity: var(--fancybox-opacity, 1);
  padding: 0;
  pointer-events: none;
  text-shadow: var(
    --fancybox-toolbar-text-shadow,
    1px 1px 1px rgba(0, 0, 0, 0.5)
  );
  z-index: 20;
}
.fancybox__toolbar :focus-visible {
  z-index: 1;
}
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.is-idle .fancybox__toolbar {
  animation: f-fadeOut 0.15s ease-out both;
  pointer-events: none;
}
.fancybox__toolbar__column {
  align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-basis: 0;
  flex-grow: 1;
}
.fancybox__toolbar__column.is-right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.fancybox__infobar {
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  line-height: var(--f-button-height);
  padding: 0 5px;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}
.fancybox__infobar span {
  padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
  position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,
[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,
[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}
.f-progress {
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  height: 3px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  user-select: none;
  z-index: 30;
}
.category-products {
  padding-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .category-products .section__heading {
    margin-bottom: 3.75rem;
  }
}
.seo-text {
  background-color: var(--konekoGrey4);
  border-top: 0.0625rem solid var(--konekoLightGrey);
  color: var(--konekoGrey3);
}
.seo-text h2 {
  font-size: clamp(1.6875rem, 1.4894366197rem + 0.8450704225vw, 2.25rem);
}
.seo-text .content {
  max-width: 51.25rem;
}
