@charset "UTF-8";
@font-face {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/LibreFranklin-VariableFont_wght.woff2") format("woff2"), url("../fonts/LibreFranklin-VariableFont_wght.ttf") format("truetype");
}
/*
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/LibreFranklin-Italic-VariableFont_wght.woff2) format('woff2');
}
*/
.greyform input[type=password],
.greyform input[type=search],
.greyform input[type=text],
.greyform input[type=number],
.greyform input[type=tel],
.greyform input[type=email],
.greyform textarea,
.greyform select,
.checkout input[type=password],
.checkout input[type=search],
.checkout input[type=text],
.checkout input[type=number],
.checkout input[type=tel],
.checkout input[type=email],
.checkout textarea,
.checkout select,
.woocommerce-MyAccount-content input[type=password],
.woocommerce-MyAccount-content input[type=search],
.woocommerce-MyAccount-content input[type=text],
.woocommerce-MyAccount-content input[type=number],
.woocommerce-MyAccount-content input[type=tel],
.woocommerce-MyAccount-content input[type=email],
.woocommerce-MyAccount-content textarea,
.woocommerce-MyAccount-content select,
.woocommerce-form-login-toggle + .woocommerce-form-login input[type=password],
.woocommerce-form-login-toggle + .woocommerce-form-login input[type=search],
.woocommerce-form-login-toggle + .woocommerce-form-login input[type=text],
.woocommerce-form-login-toggle + .woocommerce-form-login input[type=number],
.woocommerce-form-login-toggle + .woocommerce-form-login input[type=tel],
.woocommerce-form-login-toggle + .woocommerce-form-login input[type=email],
.woocommerce-form-login-toggle + .woocommerce-form-login textarea,
.woocommerce-form-login-toggle + .woocommerce-form-login select,
.woocommerce-ResetPassword.lost_reset_password input[type=password],
.woocommerce-ResetPassword.lost_reset_password input[type=search],
.woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password input[type=number],
.woocommerce-ResetPassword.lost_reset_password input[type=tel],
.woocommerce-ResetPassword.lost_reset_password input[type=email],
.woocommerce-ResetPassword.lost_reset_password textarea,
.woocommerce-ResetPassword.lost_reset_password select,
#customer_login .col-1 input[type=password],
#customer_login .col-1 input[type=search],
#customer_login .col-1 input[type=text],
#customer_login .col-1 input[type=number],
#customer_login .col-1 input[type=tel],
#customer_login .col-1 input[type=email],
#customer_login .col-1 textarea,
#customer_login .col-1 select {
  background: #FFFFFF;
  border: 1px solid #A8A8A8;
}

input[type=password],
input[type=search],
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
textarea,
select {
  -webkit-transition: 0.2s ease-in-out box-shadow;
  transition: 0.2s ease-in-out box-shadow;
  font-family: inherit;
  font-weight: inherit;
  font-size: 14px;
  background: #F4F4F4;
  border: none;
  width: 100%;
  line-height: 1.4;
  padding: 0.875em 0.5em;
  border-radius: 0.5em;
  color: #212427;
}
input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #A8A8A8;
  opacity: 1;
}
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #A8A8A8;
  opacity: 1;
}
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #A8A8A8;
}
input[type=password]:hover,
input[type=search]:hover,
input[type=text]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=email]:hover,
textarea:hover,
select:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgba(33, 36, 39, 0.1);
          box-shadow: inset 0 0 0 1px rgba(33, 36, 39, 0.1);
}
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: inset 0 0 0 1px rgba(33, 36, 39, 0.2);
          box-shadow: inset 0 0 0 1px rgba(33, 36, 39, 0.2);
  outline: none;
}
textarea {
  height: 8em;
  resize: vertical;
}

.select2-container--default .select2-selection--single {
  height: 46px;
  font-size: 14px;
  border-radius: 0.5em;
  border: 1px solid #A8A8A8;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}

form .flex .col p {
  margin: 0;
}

.greyform {
  padding: 1.5em;
  border-radius: 0.5em;
  background: #F4F4F4;
}
.greyform textarea {
  height: 12em;
}
.greyform .submit-is-here > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.greyform .submit-is-here > p .button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.greyform .submit-is-here > p .wpcf7-spinner {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  margin-right: 0.5em;
}
.greyform .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  font-size: 12px;
}
.greyform .wpcf7-not-valid {
  border-color: #FF91AF !important;
}
.greyform .wpcf7-response-output {
  margin: 1em 0 0 0 !important;
  border-radius: 0.5em;
  padding: 0.5em !important;
  text-align: center;
  border: 2px solid #333333 !important;
}
.greyform .wpcf7-form.invalid .wpcf7-response-output {
  border-color: #FF91AF !important;
  color: #212427;
}
.greyform .wpcf7-form.sent .button {
  pointer-events: none;
  cursor: default;
  background: #A8A8A8;
}
.greyform .wpcf7-form.sent .wpcf7-response-output {
  border-color: #25632D !important;
  color: #212427;
}
@media (min-width: 900px) {
  .greyform {
    padding: 2.5em;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

figure {
  margin: 0;
}

.imgz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  gap: 2%;
  row-gap: 2em;
}
.imgz img {
  display: block;
  margin: 0 auto 1em auto;
}
.imgz--fill-imgz img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.5em;
  width: 100%;
  max-width: 333px;
}
@media (min-width: 760px) {
  .imgz--3 .imgz__item {
    width: 32%;
  }
}
@media (min-width: 900px) {
  .imgz--4 .imgz__item {
    width: 23.5%;
  }
}
@media (min-width: 760px) {
  .imgz--5 .imgz__item {
    width: 32%;
  }
}
@media (min-width: 900px) {
  .imgz--5 .imgz__item {
    width: 18.4%;
  }
}
@media (min-width: 760px) {
  .imgz--6 .imgz__item {
    width: 32%;
  }
}
@media (min-width: 1080px) {
  .imgz--6 .imgz__item {
    width: 15%;
  }
}
.imgz__item {
  width: 49%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.imgz__item figcaption {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.0125em;
}
@media (min-width: 420px) {
  .imgz__item figcaption {
    font-size: 1.2em;
  }
}

.wrap {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.main {
  padding-top: 80px;
  overflow: hidden;
  min-height: 500px;
}
@media (min-width: 1080px) {
  .main {
    padding-top: 140px;
  }
}

.constrained, .woocommerce-notices-wrapper .wc-block-components-notice-banner__content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media (min-width: 900px) {
  .constrained, .woocommerce-notices-wrapper .wc-block-components-notice-banner__content {
    width: 88.75%;
  }
}

.constrained-more, .woocommerce-MyAccount-content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media (min-width: 900px) {
  .constrained-more, .woocommerce-MyAccount-content {
    width: 66.666%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5em;
  row-gap: 1.5em;
}
.flex .col {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.flex .col--left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: auto;
}
.flex .col--right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
}
@media (min-width: 550px) {
  .flex .col--half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.75em);
            flex: 0 0 calc(50% - 0.75em);
  }
}

a {
  -webkit-transition: 0.15s ease-out color, 0.15s ease-out background-color;
  transition: 0.15s ease-out color, 0.15s ease-out background-color;
  color: #25632D;
}
a:hover {
  color: #212427;
}

.components-button,
.button {
  -webkit-transition: 0.15s ease-in-out background-color, 0.1s ease-in-out transform, 0.1s ease-in-out box-shadow;
  transition: 0.15s ease-in-out background-color, 0.1s ease-in-out transform, 0.1s ease-in-out box-shadow;
  border: none;
  display: inline-block;
  -webkit-appearance: none;
  background: #FFBF58;
  font-weight: 600;
  font-size: 12px;
  font-family: inherit;
  color: #212427;
  border-radius: 99px;
  text-transform: uppercase;
  text-align: center;
  min-width: 9em;
  padding: 1em 2em;
  cursor: pointer;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.product__link:hover .components-button, .components-button:hover,
.product__link:hover .button,
.button:hover {
  background: #ffc465;
  -webkit-transform: translate3d(0, -1px, 0);
          transform: translate3d(0, -1px, 0);
  -webkit-box-shadow: 0 1px 1px rgba(33, 36, 39, 0.2);
          box-shadow: 0 1px 1px rgba(33, 36, 39, 0.2);
}
.components-button:active,
.button:active {
  background: #ffba4b;
  -webkit-transform: translate3d(0, 1px, 0);
          transform: translate3d(0, 1px, 0);
  -webkit-box-shadow: 0 -1px 0 rgba(33, 36, 39, 0.1);
          box-shadow: 0 -1px 0 rgba(33, 36, 39, 0.1);
}
.components-button:focus,
.button:focus {
  outline: none;
}
.components-button:disabled, .components-button.disabled,
.button:disabled,
.button.disabled {
  background-color: #A8A8A8;
  cursor: not-allowed;
}

.arrowlink {
  font-size: 15px;
  font-weight: 700;
  color: #212427;
  position: relative;
  padding-right: 1.25rem;
  text-decoration: none;
}
.arrowlink::before, .arrowlink::after {
  content: "";
  -webkit-transition: 0.15s ease-in-out transform;
  transition: 0.15s ease-in-out transform;
  position: absolute;
  width: 8px;
  height: 2px;
  background: #212427;
  -webkit-transform-origin: center right -1px;
          transform-origin: center right -1px;
  right: 6px;
}
.arrowlink::after {
  -webkit-transform: rotateZ(-40deg);
          transform: rotateZ(-40deg);
  top: calc(50% - 1px);
}
.arrowlink::before {
  -webkit-transform: rotateZ(40deg);
          transform: rotateZ(40deg);
  top: calc(50% - 0.25px);
}
.arrowlink:hover::after, .imglink:hover .arrowlink::after {
  -webkit-transform: translateX(4px) rotateZ(-30deg);
          transform: translateX(4px) rotateZ(-30deg);
}
.arrowlink:hover::before, .imglink:hover .arrowlink::before {
  -webkit-transform: translateX(4px) rotateZ(30deg);
          transform: translateX(4px) rotateZ(30deg);
}

.togglemenu {
  padding: 0;
  display: block;
  width: 42px;
  height: 42px;
  position: relative;
  border: none;
  margin: 0 0 0 1em;
  background: transparent;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  z-index: 1010;
}
.togglemenu:focus {
  outline: none;
}
.togglemenu .hamburger {
  height: 2px;
  width: 26px;
  position: absolute;
  top: 12px;
  left: 8px;
  background: #212427;
}
.togglemenu .hamburger::before, .togglemenu .hamburger::after {
  -webkit-transition: 0.25s ease-in-out transform;
  transition: 0.25s ease-in-out transform;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background: #212427;
}
.togglemenu .hamburger::before {
  top: 8px;
}
.togglemenu .hamburger::after {
  top: 16px;
}
.togglemenu .txt {
  display: none;
}
@media (min-width: 1080px) {
  .togglemenu {
    display: none;
  }
}

@media (max-width: 759px) {
  .nav-open {
    overflow: hidden;
  }
}
.nav-open .hamburger::before {
  -webkit-transform: scaleX(66%);
          transform: scaleX(66%);
}
.nav-open .hamburger::after {
  -webkit-transform: scaleX(33%);
          transform: scaleX(33%);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding: 0 0 0 0;
  /*
  @media (min-width: $bp-ml) {
    scroll-padding: 100px 0 0 0;
  }
  */
}

body {
  margin: 0;
  color: #212427;
  background: #F7F3EF;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4375;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

figure {
  margin: 0;
}

.screen-reader-text,
.screen-reader {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hide {
  display: none !important;
}

.logo {
  position: relative;
  z-index: 1010;
  display: block;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/novelshop.svg);
  width: 141px;
  height: 34px;
}
@media (min-width: 760px) {
  .logo {
    width: 200px;
    height: 50px;
  }
}
@media (min-width: 1080px) {
  .logo {
    width: 233px;
    height: 56px;
  }
}

.bg-white {
  background: #FFFFFF;
}

.fix-last-p-margin p:last-of-type {
  margin-bottom: 0;
}

.otgs-development-site-front-end {
  display: none;
}

.main {
  font-size: 16px;
  /*
  @media (min-width: $bp-xs) {
    font-size: calc(
    16px + (20 - 16) * ((100vw - 420px) /
          (1600 - 420))
  );
  }

  @media (min-width: $bp-xxl) {
    font-size: 20px;
  }
  */
}
@media (min-width: 900px) {
  .main {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  color: #212427;
  line-height: 1.05;
}

h1, .h1 {
  font-weight: 700;
  font-size: 1.875em;
  margin: 0 0 0.45em 0;
}

h2, .h2 {
  font-weight: 700;
  font-size: 1.875em;
  margin: 0 0 0.75em 0;
}

h3, .h3 {
  font-weight: 700;
  font-size: 1.5625em;
  margin: 0 0 0.75em 0;
}

h4, .h4 {
  font-size: 1.4em;
  margin: 0 0 0.75em 0;
}

h5, .h5 {
  font-size: 1.0625em;
  margin: 0 0 0.25em 0;
}

h6, .h6 {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin: 0 0 0.25em 0;
}

p {
  margin: 0 0 1.5em 0;
}

b,
strong {
  font-weight: 700;
}

small,
.small {
  font-size: 0.8em;
}

.center {
  text-align: center;
}

hr {
  margin: 1.5em 0;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  border-top: 2px solid #F4F4F4;
  height: 0;
}

.box-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.box-cats__item {
  font-size: 3.33vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.5rem);
          flex: 0 0 calc(50% - 0.5rem);
}
.box-cats__item.imglink {
  padding: 5%;
  aspect-ratio: 1/1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.box-cats__item .arrowlink {
  font-size: 12px;
}
@media (min-width: 550px) {
  .box-cats__item {
    font-size: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 0.7rem);
            flex: 0 0 calc(33.333% - 0.7rem);
  }
}
@media (min-width: 760px) {
  .box-cats__item {
    font-size: 14px;
  }
  .box-cats__item .arrowlink {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  .box-cats__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 0.8rem);
            flex: 0 0 calc(20% - 0.8rem);
  }
  .box-cats__item.imglink {
    padding: 2%;
  }
}
@media (min-width: 1080px) {
  .box-cats__item {
    font-size: 1em;
  }
  .box-cats__item .arrowlink {
    font-size: 15px;
  }
}

.section.tape-section + .section.box-search-section {
  margin-top: calc(-3% - 3em - 40px);
}
.section.tape-section + .section.box-search-section .box-search {
  padding: calc(60px + 5%) 5% 10% 5%;
  margin-top: -60px;
}

.box-search {
  border-radius: 0.5em;
  padding: 10% 5%;
}
.box-search__img {
  text-align: center;
  font-size: 12px;
  max-width: 300px;
  margin: 0 auto 2em auto;
}
.box-search__img img {
  display: block;
  margin: 0 auto 2em auto;
}
.box-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 1em;
  margin-top: 2em;
}
.box-search__form .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.box-search__form .full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.box-search__form input {
  text-align: center;
  font-weight: 600;
}
@media (min-width: 420px) {
  .box-search__form {
    row-gap: 2em;
  }
  .box-search__form .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
}
@media (min-width: 900px) {
  .box-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4%;
    row-gap: 2em;
  }
  .box-search__img, .box-search__content {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 48%;
    max-width: 404px;
  }
}

.breadcrumb ul {
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #25632D;
}
.breadcrumb ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.breadcrumb ul li:not(:last-of-type)::after {
  display: inline-block;
  content: "/";
  margin: 0 0.25em;
  font-weight: 900;
}
.breadcrumb ul a {
  text-decoration: none;
  color: #25632D;
}
.breadcrumb ul a:hover {
  color: #212427;
}

.contact-header__stuff__contact {
  margin-bottom: 3em;
}
.contact-header .page-title {
  color: #25632D;
  margin: 0 0 1em 0;
}
@media (min-width: 900px) {
  .contact-header__stuff {
    display: grid;
    gap: 4%;
    row-gap: 0;
    grid-template-columns: 38% 58%;
  }
  .contact-header__stuff__contact {
    margin-bottom: 0;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .contact-header__stuff__form {
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

.frontpage-box .imglink {
  margin: 0 0 1.5em 0;
  height: 250px;
}
.frontpage-box .imglink:last-of-type {
  margin-bottom: 0;
}
.frontpage-box__bigteaser {
  width: 95%;
}
.frontpage-box__bigteaser.imglink {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 550px;
  max-height: 90vh;
  padding: 5.625%;
}
.frontpage-box__bigteaser.imglink .txt {
  font-size: 2.625em;
}
.frontpage-box__title {
  margin: 0 auto 0.8em auto;
  font-size: 2.625em;
  width: 90%;
}
.frontpage-box__title .pretitle {
  display: block;
  font-size: 16px;
}
.frontpage-box__content {
  width: 90%;
  margin: 1.5em auto 0 auto;
}
@media (min-width: 900px) {
  .frontpage-box {
    display: grid;
    gap: 4%;
    row-gap: 0;
    grid-template-columns: 55% 35%;
  }
  .frontpage-box__bigteaser {
    width: 100%;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .frontpage-box__bigteaser.imglink {
    min-height: 770px;
    height: 100%;
  }
  .frontpage-box__title {
    margin-top: min(4vw, 1.25em);
    width: 100%;
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .frontpage-box__content {
    width: 100%;
    grid-column-start: 2;
    grid-row-start: 2;
  }
}

.img-n-content--fixed-img-size .img-n-content__img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.img-n-content__img {
  margin-bottom: 1.5em;
}
.img-n-content__img img {
  display: block;
  border-radius: 0.5em;
  width: 100%;
}
@media (min-width: 900px) {
  .img-n-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .img-n-content--reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .img-n-content--fixed-img-size {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .img-n-content--fixed-img-size .img-n-content__content {
    margin-top: 5%;
  }
  .page-header .img-n-content--fixed-img-size .img-n-content__content {
    margin-top: 0;
  }
  .img-n-content__img {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
  }
  .img-n-content__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
  }
}

.imglink {
  position: relative;
  overflow: hidden;
  border-radius: 0.5em;
  color: #FFFFFF;
  text-decoration: none;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #AD8762;
}
.imglink .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
.imglink::after {
  content: "";
  -webkit-transition: 0.2s ease-in-out opacity;
  transition: 0.2s ease-in-out opacity;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 36, 39, 0.2);
  opacity: 0;
  z-index: 1;
}
.imglink .txt {
  position: relative;
  z-index: 2;
  font-size: 1.5625em;
  font-weight: 600;
  line-height: 1.05;
  max-width: 10em;
  margin-bottom: 15px;
}
.imglink:hover {
  color: #FFFFFF;
}
.imglink:hover::after {
  opacity: 1;
}
.imglink .arrowlink {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: auto;
}
.imglink .arrowlink::before, .imglink .arrowlink::after {
  background: #FFFFFF;
}
.imglink--dark-txt {
  background: #F7F3EF;
  color: #212427;
}
.imglink--dark-txt:hover {
  color: #212427;
}
.imglink--dark-txt::after {
  background: rgba(244, 244, 244, 0.2);
}
.imglink--dark-txt .arrowlink {
  color: #212427;
}
.imglink--dark-txt .arrowlink::after, .imglink--dark-txt .arrowlink::before {
  background: #212427;
}

.page-header__stuff__img {
  margin-bottom: 1.5em;
}
.page-header__stuff__img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 0.5em;
  width: 100%;
}
.page-header__stuff .page-title {
  color: #25632D;
  margin: 0 0 1em 0;
}
@media (min-width: 900px) {
  .page-header__stuff {
    display: grid;
    gap: 4%;
    row-gap: 0;
    grid-template-columns: 58% 38%;
  }
  .page-header__stuff__img {
    margin-bottom: 0;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .page-header__stuff__img img {
    min-height: 100%;
  }
  .page-header__stuff__title {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .page-header__stuff__content {
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

.plain-header {
  text-align: center;
}
.plain-header h1 {
  margin-bottom: 1.125em;
}

.togglesearch {
  background: transparent;
  border: none;
  cursor: pointer;
}

.search {
  -webkit-transition: 0.2s ease-in-out opacity;
  transition: 0.2s ease-in-out opacity;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #FFFFFF;
  padding: 1em 0;
  opacity: 0;
  pointer-events: none;
}
.search-open .search {
  opacity: 1;
  pointer-events: all;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F7F3EF;
  border-radius: 0.5em;
  overflow: hidden;
}
.search-form__input[type=search] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: transparent;
  font-size: 20px;
  padding-left: 1em;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-form__input[type=search]:focus, .search-form__input[type=search]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.search-form__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  border: none;
  background: transparent;
  width: 60px;
  cursor: pointer;
}
.search-form__submit svg {
  width: 26px;
  height: 26px;
}

.mobile-search .search-form {
  margin-right: 1em;
}
.mobile-search .search-form__input {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0.5em 0;
}
.mobile-search .search-form__submit {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1080px) {
  .mobile-search {
    display: none;
  }
}

.shade {
  -webkit-transition: 0.2s ease-in-out opacity;
  transition: 0.2s ease-in-out opacity;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 36, 39, 0.4);
  pointer-events: none;
  opacity: 0;
}
.search-open .shade {
  pointer-events: all;
  opacity: 1;
}
@media (max-width: 1080px) {
  .nav-open .shade {
    pointer-events: all;
    opacity: 1;
  }
}

.section {
  margin-top: calc(3% + 3em);
  margin-bottom: calc(3% + 3em);
}
.section--padding {
  padding-top: calc(3% + 3em);
  padding-bottom: calc(3% + 3em);
}
.section__title {
  margin-bottom: 1.5em;
}

.site-footer {
  padding: 5% 0;
  background-color: #25632D;
  background-image: url(../img/bg-footer.svg);
  background-size: 666px;
  background-position: right -50px top -170px;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 14px;
}
.site-footer a {
  -webkit-transition: 0.15s ease-in-out text-decoration-color;
  transition: 0.15s ease-in-out text-decoration-color;
  color: #FFFFFF;
  text-decoration-line: underline;
  text-decoration-color: rgba(255, 255, 255, 0);
}
.site-footer a:hover {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.site-footer p {
  margin: 0 0 1em 0;
}
.site-footer strong {
  font-size: 1.125em;
}
.site-footer .footer-logo {
  background-image: url("../img/novelshop-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 156px;
  height: 38px;
  margin: 0 0 2em 0;
}
.site-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1420px;
}
.site-footer__content__contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.site-footer__content__nav {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 600px;
}
.site-footer__content__nav .gohome {
  display: none;
}
.site-footer__content__nav .toggle {
  display: none;
}
.site-footer__content__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__content__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5%;
}
.site-footer__content__nav > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.site-footer__content__nav > ul > li > a {
  text-transform: uppercase;
  font-weight: 700;
}
.site-footer__content__nav > ul > li > ul {
  margin-top: 0.5em;
}
.site-footer__content__nav > ul > li > ul > li {
  max-width: 10em;
  padding: 0.25em 0;
  line-height: 1.1;
  margin: 0.25em 0;
}
@media (min-width: 900px) {
  .site-footer__content__nav {
    display: block;
  }
}

.customize-support .site-header {
  top: 32px;
}

.site-header {
  -webkit-transition: 0.1s ease-in-out box-shadow, 0.3s cubic-bezier(0.65, 0, 0.35, 1) height;
  transition: 0.1s ease-in-out box-shadow, 0.3s cubic-bezier(0.65, 0, 0.35, 1) height;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #F7F3EF;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.site-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1420px;
}
.site-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .main-nav {
  font-weight: 600;
}
.site-header .main-nav .current > a,
.site-header .main-nav .parent > a {
  color: #25632D;
}
.site-header .main-nav a {
  text-decoration: none;
  color: #212427;
}
.site-header .main-nav a:hover {
  color: #25632D;
}
.site-header .icon {
  position: relative;
  text-decoration: none;
  color: #212427;
}
.site-header .icon:hover {
  color: #25632D;
}
.site-header .icon .cart-items {
  font-size: 8px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: #25632D;
  color: #FFFFFF;
  border-radius: 99px;
  display: block;
  position: absolute;
  left: 24px;
  top: 8px;
  text-align: center;
  font-weight: 600;
}
.site-header .mobile-cart {
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1010;
}
@media (max-width: 1080px) {
  .site-header .mobile-cart {
    padding: 0;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .site-header__nav {
    padding: 80px 1.5em 1.5em 1.5em;
    -webkit-transition: 0.2s ease-in transform;
    transition: 0.2s ease-in transform;
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    z-index: 1001;
    background: #F7F3EF;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .nav-open .site-header__nav {
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: all;
  }
  .site-header__nav .icon--cart,
.site-header__nav .icon--search {
    display: none;
  }
  .site-header__nav .icon--account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header__nav .icon--account.logged_out {
    display: none;
  }
  .site-header__nav .icon--account svg {
    width: 24px;
    height: 24px;
  }
  .site-header__nav .icon--account .txt {
    margin-left: 0.5em;
    font-size: 1.5625em;
    font-weight: 700;
  }
  .site-header__nav .main-nav {
    margin: 1.5em 0;
  }
  .site-header__nav .main-nav > li {
    margin: 0.333em 0;
    position: relative;
  }
  .site-header__nav .main-nav > li > a {
    font-size: 1.5625em;
    font-weight: 700;
    padding: 0.25em 0;
    display: inline-block;
  }
  .site-header__nav .main-nav > li.open > .toggle::after {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
    opacity: 0;
  }
  .site-header__nav .main-nav > li.open > .toggle::before {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  .site-header__nav .main-nav > li.open > .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
  .site-header__nav .main-nav > li > .sub-menu {
    -webkit-transition: 0.2s ease-in-out height, 0.2s ease-in-out opacity;
    transition: 0.2s ease-in-out height, 0.2s ease-in-out opacity;
    opacity: 0;
    height: 0;
    pointer-events: none;
    margin: 0;
    padding: 0 0 0 1.25em;
  }
  .site-header__nav .main-nav > li > .sub-menu > li {
    margin: 0;
    padding: 0.5em;
  }
  .site-header__nav .main-nav > li > .sub-menu > li:first-of-type {
    margin-top: 0;
  }
  .site-header__nav .main-nav > li > .sub-menu > li:last-of-type {
    margin-bottom: 0;
  }
  .site-header__nav .main-nav.has-children {
    padding-right: 40px;
  }
  .site-header__nav .main-nav .toggle {
    width: 40px;
    height: 40px;
    border-radius: 99px;
    position: absolute;
    right: 0;
    top: 4px;
    padding: 0;
    background: transparent;
    border: 2px solid rgba(173, 135, 98, 0.1);
    margin-left: -4px;
    cursor: pointer;
  }
  .site-header__nav .main-nav .toggle::after, .site-header__nav .main-nav .toggle::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    -webkit-transition: 0.2s ease-in transform, 0.2s ease-in-out opacity;
    transition: 0.2s ease-in transform, 0.2s ease-in-out opacity;
    -webkit-transform-origin: center;
            transform-origin: center;
    background: #212427;
    top: calc(50% - 1px);
    left: 10px;
  }
  .site-header__nav .main-nav .toggle::before {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  .site-header__nav .lang-nav {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 2em 1em 0 0;
  }
  .site-header__nav .lang-nav a {
    text-decoration: none;
    color: #212427;
  }
  .site-header__nav .lang-nav .current > span {
    display: none;
  }
  .site-header__nav .lang-nav > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
  }
}
@media (max-width: 550px) {
  .site-header__nav {
    width: 100%;
    padding: calc(80px + 1em) 5% 1.5em 5%;
  }
}
@media (min-width: 760px) {
  .site-header {
    position: fixed;
  }
}
@media (min-width: 1080px) {
  .site-header {
    height: 140px;
  }
  .site-header.scrolled {
    -webkit-box-shadow: 0 2px 4px rgba(33, 36, 39, 0.1);
            box-shadow: 0 2px 4px rgba(33, 36, 39, 0.1);
    height: 80px;
  }
  .site-header__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: flex-end;
  }
  .site-header__nav .main-nav {
    margin: 0 auto;
    font-size: 14px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 1em;
  }
  .site-header__nav .main-nav > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header__nav .main-nav > li > a {
    display: block;
    padding: 0.5em 0.25em;
  }
  .site-header__nav .main-nav > li > ul {
    -webkit-transition: 0.2s ease-in opacity, 0.2s ease-in transform;
    transition: 0.2s ease-in opacity, 0.2s ease-in transform;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    position: absolute;
    z-index: 3;
    top: 100%;
    left: -1.5em;
    background: rgba(255, 255, 255, 0.92);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    border-radius: 0.5em;
    -webkit-box-shadow: 0 2px 4px rgba(33, 36, 39, 0.1);
            box-shadow: 0 2px 4px rgba(33, 36, 39, 0.1);
    padding: 1.5em 1.5em 1.5em 1.5em;
    min-width: 15em;
    margin: 0;
    height: auto !important;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75em;
  }
  .site-header__nav .main-nav > li .toggle {
    width: 20px;
    height: 40px;
    position: relative;
    background: transparent;
    border: none;
    margin-left: -4px;
    cursor: pointer;
  }
  .site-header__nav .main-nav > li .toggle::after, .site-header__nav .main-nav > li .toggle::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 2px;
    -webkit-transition: 0.15s ease-in transform;
    transition: 0.15s ease-in transform;
    background: #212427;
    top: calc(50% + 3px);
  }
  .site-header__nav .main-nav > li .toggle::after {
    left: 50%;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
  }
  .site-header__nav .main-nav > li .toggle::before {
    right: calc(50% - 1px);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
  }
  .site-header__nav .main-nav > li:hover > ul, .site-header__nav .main-nav > li:focus-within > ul {
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .site-header__nav .main-nav > li:hover .toggle::after, .site-header__nav .main-nav > li:focus-within .toggle::after {
    -webkit-transform: translateY(-6px) rotateZ(45deg);
            transform: translateY(-6px) rotateZ(45deg);
  }
  .site-header__nav .main-nav > li:hover .toggle::before, .site-header__nav .main-nav > li:focus-within .toggle::before {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
            transform: translateY(-6px) rotateZ(-45deg);
  }
  .site-header .lang-nav {
    -webkit-transition: 0.2s ease-in-out transform;
    transition: 0.2s ease-in-out transform;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0.75em;
    position: relative;
    cursor: default;
  }
  .site-header .lang-nav a {
    text-decoration: none;
    color: #212427;
  }
  .site-header .lang-nav a:hover {
    color: #25632D;
  }
  .site-header .lang-nav > li > ul {
    -webkit-transition: 0.2s ease-in-out opacity;
    transition: 0.2s ease-in-out opacity;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    left: 0.75em;
    top: calc(100% - 0.5em);
  }
  .site-header .lang-nav:hover {
    -webkit-transform: translateY(-0.75em);
            transform: translateY(-0.75em);
  }
  .site-header .lang-nav:hover > li > ul {
    opacity: 1;
    pointer-events: all;
  }
  .site-header .togglesearch {
    margin-top: -1px;
  }
  .site-header .icon,
.site-header .togglesearch {
    padding: 0;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .site-header .icon svg,
.site-header .togglesearch svg {
    -webkit-transition: 0.15s ease-in-out filter;
    transition: 0.15s ease-in-out filter;
  }
  .site-header .icon .txt,
.site-header .togglesearch .txt {
    display: none;
  }
  .site-header .icon:hover svg,
.site-header .togglesearch:hover svg {
    -webkit-filter: saturate(1200%) hue-rotate(-110deg) brightness(220%);
            filter: saturate(1200%) hue-rotate(-110deg) brightness(220%);
  }
  .site-header .button {
    margin-left: 2rem;
  }
  .site-header .mobile-cart {
    display: none;
  }
}
@media (min-width: 1200px) {
  .site-header__nav .main-nav > li > a {
    font-size: 16px;
  }
  .site-header__nav .main-nav > li .sub-menu {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .site-header__nav .main-nav > li > a {
    font-size: 18px;
  }
}

@-webkit-keyframes tape {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes tape {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes roll {
  99% {
    -webkit-transform: translateX(calc(232px + 100vw));
            transform: translateX(calc(232px + 100vw));
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes roll {
  99% {
    -webkit-transform: translateX(calc(232px + 100vw));
            transform: translateX(calc(232px + 100vw));
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes roll_s {
  99% {
    -webkit-transform: translateX(1338px);
            transform: translateX(1338px);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes roll_s {
  99% {
    -webkit-transform: translateX(1338px);
            transform: translateX(1338px);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes roll_xxxl {
  99% {
    -webkit-transform: translateX(1832px);
            transform: translateX(1832px);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes roll_xxxl {
  99% {
    -webkit-transform: translateX(1832px);
            transform: translateX(1832px);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
  <div class="tape-space">
    <div class="tape-scroll">
      <div class="tape tape--main reveal">
        <div class="tape__bg"></div>
        <div class="tape__roll"></div>
        <div class="constrained tape__content">
          <?php foreach (get_sub_field('texts') as $txt) : ?>
            <div class="tape__item">
              <h3>
                <?php if ($txt['txt-s']) : ?>
                  <span class="small"><?= $txt['txt-s'] ?></span>
                <?php endif ?>
                <?php if ($txt['txt-l']) : ?>
                  <?= $txt['txt-l'] ?>
                <?php endif ?>
              </h3>
            </div>
          <?php endforeach; ?>
        </div>
      </div>
*/
.tape-area {
  position: relative;
}
.tape-area::after {
  opacity: 0;
  -webkit-transition: 0.2s linear opacity;
  transition: 0.2s linear opacity;
  content: "›";
  position: absolute;
  right: 10px;
  bottom: 35px;
  font-size: 45px;
  color: #FFFFFF;
  pointer-events: none;
  z-index: 9;
}
.tape-area.scroll::after {
  opacity: 1;
}

.tape-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: -100px;
  position: relative;
}
.tape-scroll::-webkit-scrollbar {
  display: none;
}

.tape-space {
  position: relative;
  min-width: 1100px;
  width: 100vw;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 205px;
}
@media (min-width: 1100px) {
  .tape-space {
    height: calc(180px + 2.5vw);
  }
}

.tape {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  height: 80px;
  max-width: 1600px;
}
.tape--main {
  margin-top: 100px;
  position: relative;
  -webkit-transform: rotateZ(2.25deg);
          transform: rotateZ(2.25deg);
  z-index: 2;
}
.tape--bg {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 80px;
  -webkit-transform: rotateZ(-2.25deg);
          transform: rotateZ(-2.25deg);
  z-index: 1;
}
.tape__content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.5em;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.revealed .tape--main .tape__content {
  -webkit-animation-name: tape;
          animation-name: tape;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 0.55s;
          animation-duration: 0.55s;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.tape__content__item {
  height: 80px;
  scroll-snap-align: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tape__content__item h3 {
  color: #FFFFFF;
  margin: 0;
}
.tape__content__item h3 .small {
  font-size: 13px;
  display: block;
}
.tape__bg {
  position: absolute;
  z-index: 1;
  left: -10%;
  top: 0;
  width: 120%;
  height: 100%;
  background: rgba(173, 135, 98, 0.85);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.revealed .tape__bg {
  -webkit-animation-name: tape;
          animation-name: tape;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.revealed .tape--bg .tape__bg {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.revealed .tape--main .tape__bg {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.tape__roll {
  z-index: 4;
  pointer-events: none;
  position: absolute;
  left: -232px;
  height: 90px;
  width: 232px;
  bottom: -5px;
  background-image: url(../img/teippirullavehje.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.revealed .tape__roll {
  -webkit-animation-name: roll_s;
          animation-name: roll_s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}
@media (min-width: 960px) {
  .revealed .tape__roll {
    -webkit-animation-name: roll;
            animation-name: roll;
  }
}
@media (min-width: 1600px) {
  .revealed .tape__roll {
    -webkit-animation-name: roll_xxxl;
            animation-name: roll_xxxl;
  }
}
.revealed .tape--bg .tape__roll {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.revealed .tape--main .tape__roll {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

/*
.tape {
  //overflow-x: scroll;
  position: relative;
  //background: transparentize($brown, 0.2);
  transform-origin: center center;
  transform: rotateZ(2.5deg);
  z-index: 10;

  &__1,
  &__2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  &__1 {
    .bg {
    }
    .roll {
      bottom: -5px;
    }
  }

  &__2 {
    transform: rotateZ(-5deg);
    .bg {
    }
    .roll {
      bottom: -15px;
    }
  }

  .bg {
    position: absolute;
    left: -10%;
    top: 0;
    width: 120%;
    height: 100%;
    background: transparentize($brown, 0.15);
    transform-origin: center center;
  }

  .roll {
    z-index: 3;
    pointer-events: none;
    position: absolute;
    left: -257px;
    height: 200px;
    width: 177px;
    background-image: url(../img/teippirulla2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  &__content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  &__item {
    height: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  h3 {
    color: $white;
    margin: 0;

    .small {
      font-size: 13px;
      display: block;
      //font-weight: 600;
    }
  }

  &.revealed {
    //.tape__1 .bg,
    //.tape__2 .bg {
    //  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    //  //transform: ;
    //}

    .tape__content {
      animation-delay: 1.05s;
    }

    .tape__content,
      .bg {
      animation-name: tape;
      animation-timing-function: linear;
      animation-duration: 0.5s;
      animation-fill-mode: both;
    }

    .tape__1 {
      .bg {
        animation-delay: 1s;
      }
      .roll {
        animation: roll1 linear 0.5s forwards;
        animation-delay: 1.05s;
        animation-fill-mode: both;
        //transform: translateX(calc(400px + 100vw)) translateY(5%);
      }
    }

    .tape__2 {
      .bg {
      }
      .roll {
        animation: roll2 linear 0.5s forwards;
        animation-delay: 0.05s;
        animation-fill-mode: both;
        //transform: translateX(calc(400px + 100vw)) rotateZ(-16deg) translateY(-50%);
      }
    }
  }
}
*/
.woocommerce-cart-form {
  font-size: 12px;
}
@media (min-width: 550px) {
  .woocommerce-cart-form {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  .woocommerce-cart-form {
    font-size: 16px;
  }
}
.woocommerce-cart-form__contents {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-cart-form__contents thead {
  background: #F4F4F4;
}
.woocommerce-cart-form__contents thead tr th {
  padding: 0.75em 0;
  text-align: left;
}
.woocommerce-cart-form__contents tbody td {
  padding: 0.5em 0;
}
.woocommerce-cart-form__contents tbody tr:first-of-type td {
  padding-top: 1em;
}
.woocommerce-cart-form__contents tbody .product-subtotal {
  font-weight: 600;
}
@media (min-width: 900px) {
  .woocommerce-cart-form__contents tbody .product-subtotal {
    font-size: 1.2em;
  }
}
.woocommerce-cart-form__contents .product-remove {
  width: 0;
}
.woocommerce-cart-form__contents .product-remove .remove {
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  line-height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  color: #212427;
}
.woocommerce-cart-form__contents .product-remove .remove:hover {
  color: #FF91AF;
}
.woocommerce-cart-form__contents .product-thumbnail {
  width: 60px;
}
.woocommerce-cart-form__contents .product-thumbnail a {
  display: block;
}
.woocommerce-cart-form__contents .product-thumbnail a img {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 0.5em;
  border: 1px solid #F4F4F4;
}
@media (max-width: 420px) {
  .woocommerce-cart-form__contents .product-thumbnail {
    display: none;
  }
}
@media (min-width: 900px) {
  .woocommerce-cart-form__contents .product-thumbnail {
    width: 150px;
  }
}
.woocommerce-cart-form__contents .product-name {
  padding-left: 1em;
  text-align: left;
}
.woocommerce-cart-form__contents .product-name a {
  text-decoration: none;
  font-weight: 600;
  color: #212427;
}
.woocommerce-cart-form__contents .product-name a:hover {
  color: #25632D;
}
@media (min-width: 900px) {
  .woocommerce-cart-form__contents .product-name a {
    font-size: 1.2em;
  }
}
.woocommerce-cart-form__contents .product-quantity input {
  font-size: 1em;
  width: 4.5em;
  text-align: center;
  background: #FFFFFF;
  border: 2px solid #F4F4F4;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart-form__contents .product-subtotal {
  padding-right: 30px;
}
.woocommerce-cart-form__cart-item {
  position: relative;
}
.woocommerce-cart-form .actions {
  overflow: hidden;
}
.woocommerce-cart-form .actions .coupon {
  margin: 1.5em 1.5em 1.5em 0;
  border-radius: 99px;
  padding: 2px;
  float: left;
  width: 300px;
  background: #FFFFFF;
  border: 2px solid #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-cart-form .actions .coupon .input-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 0.666em 1.2em;
  border-radius: 99px;
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-cart-form .actions .coupon .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 1em;
  padding-right: 1em;
}
.woocommerce-cart-form .actions > .button {
  margin: calc(1.5em + 4px) 0 1.5em 0;
  float: right;
}

.cart-collaterals {
  padding-top: 1.5em;
  border-top: 1px solid #F4F4F4;
}
.cart-collaterals .cart_totals h2 {
  text-align: center;
}
.cart-collaterals .cart_totals .shop_table {
  margin: 0 auto 1.5em auto;
}
.cart-collaterals .cart_totals .shop_table th {
  font-weight: 600;
  padding-right: 1em;
  vertical-align: top;
  text-align: right;
  padding-bottom: 1em;
}
.cart-collaterals .cart_totals .shop_table td {
  text-align: left;
  vertical-align: top;
  padding-bottom: 1em;
}
.cart-collaterals .cart_totals .shop_table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart-collaterals .cart_totals .shop_table p {
  margin: 0 0 1em 0;
}
.cart-collaterals .cart_totals .shop_table p:last-of-type {
  margin: 0;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: center;
}
@media (min-width: 900px) {
  .cart-collaterals {
    padding-top: 1.5em;
  }
  .cart-collaterals .cart_totals {
    width: 50%;
    margin: 0 0 0 auto;
  }
}

.wc-empty-cart-message {
  text-align: center;
}
.wc-empty-cart-message .cart-empty {
  margin: 0 0 1.5em 0;
}

.return-to-shop {
  text-align: center;
}

.woocommerce-form-login-toggle {
  margin: 1.5em 0;
}
.woocommerce-form-login-toggle + .woocommerce-form-login {
  padding: 1.5em;
  background-color: #F4F4F4;
  border-radius: 0.5em;
  margin: 0 0 1.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  row-gap: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce-form-login-toggle + .woocommerce-form-login > p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.woocommerce-form-login-toggle + .woocommerce-form-login > p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .woocommerce-form-login-toggle + .woocommerce-form-login > p.form-row-first, .woocommerce-form-login-toggle + .woocommerce-form-login > p.form-row-last {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.75em);
            flex: 0 0 calc(50% - 0.75em);
  }
}
.woocommerce-form-login-toggle + .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-right: 1.5em;
}

.checkout {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout .woocommerce-NoticeGroup-checkout {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 900px) {
  .checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .checkout #customer_details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
  }
  .checkout #order_review_heading {
    display: none;
  }
  .checkout #order_review {
    margin-top: 4.2em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .checkout .woocommerce-shipping-fields__field-wrapper,
.checkout .woocommerce-billing-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .checkout .woocommerce-shipping-fields__field-wrapper .form-row,
.checkout .woocommerce-billing-fields__field-wrapper .form-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .checkout .woocommerce-shipping-fields__field-wrapper .form-row#billing_postcode_field, .checkout .woocommerce-shipping-fields__field-wrapper .form-row#billing_city_field, .checkout .woocommerce-shipping-fields__field-wrapper .form-row#billing_phone_field, .checkout .woocommerce-shipping-fields__field-wrapper .form-row#billing_email_field, .checkout .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first, .checkout .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last,
.checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field,
.checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_city_field,
.checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field,
.checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field,
.checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
.checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
    width: 48%;
  }
  .checkout .woocommerce-shipping-fields__field-wrapper .form-row.form-row-wide,
.checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide {
    width: 100%;
  }
}

.woocommerce-checkout-review-order-table {
  border-radius: 0.5em;
  background: #F4F4F4;
  margin: 0 0 1.5em 0;
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}
.woocommerce-checkout-review-order-table thead th {
  text-align: left;
  border-bottom: 1px solid #FFFFFF;
}
.woocommerce-checkout-review-order-table thead .product-name {
  padding: 1em 0 0.5em 1.5em;
}
.woocommerce-checkout-review-order-table thead .product-total {
  padding: 1em 0.5em 0.5em 0;
}
.woocommerce-checkout-review-order-table tbody td {
  vertical-align: top;
  text-align: left;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.woocommerce-checkout-review-order-table tbody .product-name {
  padding-left: 1.5em;
}
.woocommerce-checkout-review-order-table tbody .product-total {
  padding-right: 1.5em;
}
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.woocommerce-checkout-review-order-table tfoot th {
  padding-right: 1em;
  text-align: right;
  vertical-align: top;
}
.woocommerce-checkout-review-order-table tfoot td {
  text-align: left;
  padding-right: 0.5em;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  border-top: 1px solid #FFFFFF;
  padding-top: 1em;
}
.woocommerce-checkout-review-order-table tfoot .order-total td {
  padding-bottom: 1em;
}
.woocommerce-checkout-review-order-table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout-payment .methods {
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}

#customer_login .col-1 {
  margin: 0 auto 1.5em auto;
  padding: 1.5em;
  border-radius: 0.5em;
  background: #F4F4F4;
  max-width: 420px;
}
#customer_login .col-1 p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  #customer_login .col-1 {
    padding: 2.5em;
  }
}
#customer_login .col-1 .login .form-row {
  overflow: hidden;
}
#customer_login .col-1 .login .button {
  float: right;
}
#customer_login .col-2 {
  text-align: center;
  margin: 3em auto 0 auto;
  max-width: 420px;
}

.woocommerce-ResetPassword.lost_reset_password {
  margin: 0 auto 1.5em auto;
  padding: 1.5em;
  border-radius: 0.5em;
  background: #F4F4F4;
  max-width: 420px;
}
.woocommerce-ResetPassword.lost_reset_password p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .woocommerce-ResetPassword.lost_reset_password {
    padding: 2.5em;
  }
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2em;
  margin: 0 auto 1em auto;
  max-width: 600px;
  padding: 0;
}
.woocommerce-MyAccount-navigation li {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}
.woocommerce-MyAccount-navigation li.is-active a {
  color: #212427;
}
.woocommerce-MyAccount-navigation a {
  color: #A8A8A8;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation a:hover {
  color: #25632D;
}

.woocommerce-MyAccount-content {
  padding: 1.5em;
  border-radius: 0.5em;
  background: #F4F4F4;
}
.woocommerce-MyAccount-content .wc-block-components-notice-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25em;
  row-gap: 1.5em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-MyAccount-content .wc-block-components-notice-banner svg {
  display: none;
}
@media (min-width: 900px) {
  .woocommerce-MyAccount-content {
    padding: 2.5em;
  }
}

.woocommerce-EditAccountForm,
.woocommerce-address-fields__field-wrapper {
  margin-bottom: 1.5em;
}
@media (min-width: 900px) {
  .woocommerce-EditAccountForm,
.woocommerce-address-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce-EditAccountForm .form-row,
.woocommerce-address-fields__field-wrapper .form-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .woocommerce-EditAccountForm .form-row#billing_postcode_field, .woocommerce-EditAccountForm .form-row#billing_city_field, .woocommerce-EditAccountForm .form-row#billing_phone_field, .woocommerce-EditAccountForm .form-row#billing_email_field, .woocommerce-EditAccountForm .form-row.form-row-first, .woocommerce-EditAccountForm .form-row.form-row-last,
.woocommerce-address-fields__field-wrapper .form-row#billing_postcode_field,
.woocommerce-address-fields__field-wrapper .form-row#billing_city_field,
.woocommerce-address-fields__field-wrapper .form-row#billing_phone_field,
.woocommerce-address-fields__field-wrapper .form-row#billing_email_field,
.woocommerce-address-fields__field-wrapper .form-row.form-row-first,
.woocommerce-address-fields__field-wrapper .form-row.form-row-last {
    width: 48%;
  }
  .woocommerce-EditAccountForm .form-row.form-row-wide,
.woocommerce-address-fields__field-wrapper .form-row.form-row-wide {
    width: 100%;
  }
}
.woocommerce-EditAccountForm .form-row,
.woocommerce-address-fields__field-wrapper .form-row {
  margin: 0 0 1em 0;
}
.woocommerce-EditAccountForm fieldset,
.woocommerce-address-fields__field-wrapper fieldset {
  margin: 1.5em 0;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.col2-set.addresses .col-1 {
  margin-bottom: 1.5em;
}
@media (min-width: 900px) {
  .col2-set.addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col2-set.addresses .col-1,
.col2-set.addresses .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin: 0;
  }
}

.woocommerce-Addresses .title {
  margin: 0 0 1.5em 0;
}
.woocommerce-Addresses .edit {
  font-size: 14px;
}
.woocommerce-Addresses address {
  font-style: normal;
}

.woocommerce-notices-wrapper {
  background: #FFFFFF;
  padding: 1em 0;
  margin: 0;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}
.main > .woocommerce-notices-wrapper {
  padding: 1em 5%;
}
.woocommerce-notices-wrapper .woocommerce-message {
  padding: 1em;
  border: 2px solid #25632D;
  border-radius: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  row-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-notices-wrapper .woocommerce-message + .woocommerce-message {
  margin-top: 1em;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner {
  background: #25632D;
  color: #FFFFFF;
  padding: 1em 0;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner svg {
  display: none;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25em;
}

.woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  margin: calc(3% + 3em) auto 0 auto;
  padding: 0;
  list-style: none;
}
.woocommerce-pagination li {
  margin: 0;
  padding: 0;
}
.woocommerce-pagination span.page-numbers,
.woocommerce-pagination a.page-numbers {
  display: block;
  width: 30px;
  height: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  border-radius: 99px;
  text-decoration: none;
}
.woocommerce-pagination span.page-numbers.current,
.woocommerce-pagination a.page-numbers.current {
  background: #25632D;
  color: #FFFFFF;
}
.woocommerce-pagination span.page-numbers.next, .woocommerce-pagination span.page-numbers.prev,
.woocommerce-pagination a.page-numbers.next,
.woocommerce-pagination a.page-numbers.prev {
  font-size: 24px;
  line-height: 25px;
}

.product-archive__header__top-stuff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  row-gap: 0;
}
@media (min-width: 900px) {
  .product-archive__header__top-stuff {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.product-archive__header__top-stuff .size-img {
  margin-bottom: 1.25em;
}
@media (min-width: 900px) {
  .product-archive__header__top-stuff .size-img {
    max-width: 600px;
    margin-top: -3em;
  }
}
.product-archive__side {
  margin-bottom: 2em;
}
.product-archive__side .h3 {
  margin-bottom: 0.5em;
}
.product-archive__main {
  margin-bottom: 2em;
}
@media (min-width: 900px) {
  .product-archive {
    display: grid;
    gap: 4%;
    row-gap: 0;
    grid-template-columns: 18% 78%;
  }
  .product-archive__side {
    width: 100%;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .product-archive__main {
    width: 100%;
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-bottom: 0;
  }
  .product-archive__main .breadcrumb {
    margin-top: -2em;
  }
  .product-archive__main header p {
    max-width: 40em;
  }
  .product-archive__products {
    width: 100%;
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

.term-description {
  max-width: 48em;
}

.product-cats {
  font-size: 14px;
  margin-bottom: 2.5em;
}
.product-cats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-cats li {
  position: relative;
}
.product-cats a {
  display: block;
  padding-right: 40px;
  line-height: 1.1;
  color: #212427;
  text-decoration: none;
}
.product-cats a:hover {
  color: #25632D;
}
.product-cats .cats > li {
  border-bottom: 1px solid #A8A8A8;
}
.product-cats .cats > li.cat-open > .subcats {
  height: auto;
}
.product-cats .cats > li.cat-open .cat-toggle::after {
  -webkit-transform: translateY(-6px) rotateZ(45deg);
          transform: translateY(-6px) rotateZ(45deg);
}
.product-cats .cats > li.cat-open .cat-toggle::before {
  -webkit-transform: translateY(-6px) rotateZ(-45deg);
          transform: translateY(-6px) rotateZ(-45deg);
}
.product-cats .cats > li > a {
  padding: 0.75em 0;
  font-weight: 600;
}
.product-cats .subcats {
  -webkit-transition: 0.15s ease-in-out height;
  transition: 0.15s ease-in-out height;
  height: 0;
  overflow: hidden;
  background: #F4F4F4;
  -webkit-box-shadow: 0 -1px 0 #A8A8A8;
          box-shadow: 0 -1px 0 #A8A8A8;
}
.product-cats .subcats > li {
  padding-left: 1em;
}
.product-cats .subcats > li:first-of-type {
  margin-top: 1em;
}
.product-cats .subcats > li:last-of-type {
  margin-bottom: 1em;
}
.product-cats .subcats > li > a {
  margin: 0.25em 0;
  padding: 0.25em 0;
}
.product-cats .cat-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.product-cats .cat-toggle::after, .product-cats .cat-toggle::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  -webkit-transition: 0.15s ease-in transform;
  transition: 0.15s ease-in transform;
  background: #212427;
  top: calc(50% + 3px);
}
.product-cats .cat-toggle::after {
  left: 50%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.product-cats .cat-toggle::before {
  right: 50%;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
  row-gap: 1.5em;
  margin: 1.5em 0 0 0;
  padding: 0;
  list-style: none;
}
.selected-products--center .products {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products .product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48%;
}
.products .product__link {
  text-decoration: none;
  display: block;
  color: #212427;
}
.products .product__link:hover h2 {
  color: #25632D;
}
.products .product__link:hover .product__img img {
  -webkit-transform: scaleX(1.015) scaleY(1.015);
          transform: scaleX(1.015) scaleY(1.015);
}
.products .product__img {
  border: 1px solid #F4F4F4;
  margin: 0 0 0.75em 0;
  border-radius: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.products .product__img .product-size {
  width: 25%;
  max-width: 80px;
}
.products .product__img img {
  -webkit-transition: 0.15s ease-in-out transform;
  transition: 0.15s ease-in-out transform;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  display: block;
  margin: 0 auto;
}
.products .product h2 {
  -webkit-transition: 0.15s ease-in-out color;
  transition: 0.15s ease-in-out color;
  font-size: 1em;
  margin: 0 0 0.5rem;
  word-wrap: break-word;
}
.products .product__price {
  font-weight: 600;
}
.products .product p {
  margin: 0 0 0.5rem;
}
@media (min-width: 550px) {
  .products {
    gap: 3%;
    row-gap: 1.5em;
  }
  .products .product {
    width: 31.333%;
  }
}
@media (min-width: 1080px) {
  .products {
    gap: 2.5%;
    row-gap: 1.5em;
  }
  .products .product {
    width: 23.125%;
  }
}

.woocommerce-no-products-found .wc-block-components-notice-banner {
  border-radius: 0.5em;
  border: 2px solid #FF91AF;
  padding: 1.5em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  row-gap: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 250px;
}
.woocommerce-no-products-found .wc-block-components-notice-banner svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  fill: #FF91AF;
  width: 100px;
  height: 100px;
  display: block;
}
.woocommerce-no-products-found .wc-block-components-notice-banner__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 1;
          flex: 1 1 1;
  min-width: 200px;
}

.out-of-stock {
  color: red;
}

.out-of-stock-label {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #d32f2f;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.product-size {
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 10;
  border-top-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}

.product-stuff__img {
  position: relative;
  margin: 0 0 1.5em 0;
}
.product-stuff .product-size {
  width: 20%;
  max-width: 100px;
}
.product-stuff .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  row-gap: 1em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-stuff .cart .plus,
.product-stuff .cart .minus {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 16px;
  border: none;
  background: #25632D;
  color: #FFFFFF;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out background-color;
  transition: 0.2s ease-in-out background-color;
}
.product-stuff .cart .plus:hover,
.product-stuff .cart .minus:hover {
  background: #173e1c;
}
.product-stuff .cart .quantity {
  width: 6em;
}
.product-stuff .cart .quantity .qty {
  border: 2px solid #A8A8A8;
  background: #FFFFFF;
  padding-left: 1em;
  padding: 0.5em 0.25em 0.5em 1em;
  line-height: 2em;
  border-radius: 0.75em;
  font-size: 16px;
}
.product-stuff .cart .button {
  margin-left: auto;
}
.product-stuff__summary table {
  width: auto !important;
  max-width: 100%;
}
@media (min-width: 760px) {
  .product-stuff .cart {
    max-width: 350px;
  }
}
@media (min-width: 900px) {
  .product-stuff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .product-stuff__img {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .product-stuff__stuff {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

/*
.product-img {
  border: 2px solid $lightgrey;
  border-radius: 0.5em;
  overflow: hidden;
  position: relative;
  padding: 1em;

  img {
    display: block;
    margin: 0 auto;
  }
}
*/
.quantity-discount {
  font-size: 14px;
  margin: 1.5em 0;
}
.quantity-discount__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F4F4F4;
  border-bottom: 1px solid #A8A8A8;
  color: #212427;
  font-weight: 600;
  padding: 0.75em 1em;
}
.quantity-discount__item {
  -webkit-transition: 0.2s ease-in-out background-color;
  transition: 0.2s ease-in-out background-color;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  border-bottom: 1px solid #A8A8A8;
  background: #FFFFFF;
  color: #212427;
  font-size: 14px;
  font-weight: 600;
  padding: 0.75em 1em;
  cursor: pointer;
}
.quantity-discount__item.active, .quantity-discount__item:hover {
  background: #F4F4F4;
}
.quantity-discount__footer {
  font-weight: 600;
  padding: 0.75em 1em 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
.quantity-discount__footer a {
  white-space: nowrap;
  color: #25632D;
}
@media (min-width: 760px) {
  .quantity-discount {
    max-width: 350px;
  }
}

.price-stuff {
  margin: 1.25em 0 0 0;
}
.price-stuff__item {
  font-size: 18px;
  margin: 0.25em 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5em;
  row-gap: 0.5em;
  position: relative;
}
.price-stuff__item .txt {
  font-weight: 600;
}
.price-stuff__item .amount {
  font-weight: 600;
}
.price-stuff__item.hidden {
  display: none;
}
@media (min-width: 760px) {
  .price-stuff__item {
    font-size: 20px;
  }
}
.price-stuff .error {
  display: none;
  font-weight: 700;
  color: #FF91AF;
}
.price-stuff .loader {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.price-stuff.loading .loader {
  display: block;
}
.price-stuff.loading .price {
  display: none;
}
.price-stuff.error .price {
  display: none;
}
.price-stuff.error .error {
  display: block;
}
@media (min-width: 760px) {
  .price-stuff {
    max-width: 350px;
  }
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #25632d 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 50%;
  -webkit-animation: l3 1s infinite linear;
          animation: l3 1s infinite linear;
}

@-webkit-keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}

@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
.woocommerce-product-gallery {
  position: relative;
  max-width: 100%;
}
.woocommerce-product-gallery__trigger {
  -webkit-transition: 0.2s ease-in-out background-color;
  transition: 0.2s ease-in-out background-color;
  position: absolute;
  left: 0.75em;
  top: 0.75em;
  font-size: 1em;
  text-decoration: none;
  z-index: 10;
  background: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 99px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-product-gallery__trigger:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery .flex-viewport {
  border: 2px solid #F4F4F4;
  border-radius: 0.5em;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.woocommerce-product-gallery__wrapper a,
.woocommerce-product-gallery .flex-viewport a {
  pointer-events: none;
  cursor: default;
}
.woocommerce-product-gallery__wrapper img,
.woocommerce-product-gallery .flex-viewport img {
  display: block;
  margin: 0 auto;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  border: none;
  border-radius: 0;
}
.woocommerce-product-gallery__image {
  width: 100%;
}
.woocommerce-product-gallery__image a {
  display: block;
}
.woocommerce-product-gallery__image a img {
  width: 100%;
}
.woocommerce-product-gallery .flex-control-thumbs {
  list-style: none;
  margin: 0.5em 0 1.5em 0;
  padding: 0;
  gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  -webkit-transition: 0.2s ease-in-out border-color, 0.2s ease-in-out box-shadow, 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out border-color, 0.2s ease-in-out box-shadow, 0.2s ease-in-out transform;
  cursor: pointer;
  margin: 0;
  padding: 0;
  aspect-ratio: 1/1;
  min-width: 60px;
  max-width: 120px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 0.5em;
  border: 2px solid #F4F4F4;
  overflow: hidden;
}
.woocommerce-product-gallery .flex-control-thumbs li:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 4px #F4F4F4;
          box-shadow: 0 2px 4px #F4F4F4;
}
.woocommerce-product-gallery .flex-control-thumbs img {
  width: 100%;
  display: block;
  margin: 0;
}

.pswp__bg {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIjAwX2NvbmZpZy9fY29uZmlnLnNjc3MiLCIwMV9jb21tb25fc3R1ZmYvX2Zvcm1zLnNjc3MiLCIwMV9jb21tb25fc3R1ZmYvX2ltYWdlcy5zY3NzIiwiMDFfY29tbW9uX3N0dWZmL19pbWd6LnNjc3MiLCIwMV9jb21tb25fc3R1ZmYvX2xheW91dC5zY3NzIiwiMDFfY29tbW9uX3N0dWZmL19saW5rc19hbmRfYnV0dG9ucy5zY3NzIiwiMDFfY29tbW9uX3N0dWZmL19uYXYtbWNmZWFzdC5zY3NzIiwiMDFfY29tbW9uX3N0dWZmL19yb290LnNjc3MiLCIwMV9jb21tb25fc3R1ZmYvX3N0dWZmX25fanVuay5zY3NzIiwiMDFfY29tbW9uX3N0dWZmL190eXBvZ3JhcGh5LnNjc3MiLCIwMl9ibG9ja3MvX2JveC1jYXRzLnNjc3MiLCIwMl9ibG9ja3MvX2JveC1zZWFyY2guc2NzcyIsIjAyX2Jsb2Nrcy9fYnJlYWRjcnVtYi5zY3NzIiwiMDJfYmxvY2tzL19jb250YWN0LnNjc3MiLCIwMl9ibG9ja3MvX2Zyb250YmFnZS1ib3guc2NzcyIsIjAyX2Jsb2Nrcy9faW1nLW4tY29udGVudC1ib3guc2NzcyIsIjAyX2Jsb2Nrcy9faW1nbGluay5zY3NzIiwiMDJfYmxvY2tzL19wYWdlLWhlYWRlci5zY3NzIiwiMDJfYmxvY2tzL19zZWFyY2guc2NzcyIsIjAyX2Jsb2Nrcy9fc2VjdGlvbi5zY3NzIiwiMDJfYmxvY2tzL19zaXRlLWZvb3Rlci5zY3NzIiwiMDJfYmxvY2tzL19zaXRlLWhlYWRlci5zY3NzIiwiMDJfYmxvY2tzL190YXBlLnNjc3MiLCIwM193Yy9fY2FydC5zY3NzIiwiMDNfd2MvX2NoZWNrb3V0LnNjc3MiLCIwM193Yy9fY3VzdG9tZXItanVuay5zY3NzIiwiMDNfd2MvX215LWFjY291bnQuc2NzcyIsIjAzX3djL19ub3RpY2VzLnNjc3MiLCIwM193Yy9fcGFnaW5hdGlvbi5zY3NzIiwiMDNfd2MvX3Byb2R1Y3QtYXJjaGl2ZS5zY3NzIiwiMDNfd2MvX3By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 */

/*# sourceMappingURL=glitter.css.map */
