/*!
Theme Name: Fiber Store
Theme URI: https://fiberstore.se
Author: Fiber Store
Author URI: https://fiberstore.se
Description: Fiberstore website
Version: 2.0.0
!*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
:root {
  --primary-color: var(--blue);
  --primary-color-rgb: 52, 120, 231;
  --black: #000;
  --black-rgb: 0, 0, 0;
  --gray: #7f7f83;
  --gray-rgb: 23, 23, 23;
  --light-gray: #f4f4f4;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --blue: #0500ff;
  --green: #008726;
  --green-rgb: 0, 135, 38;
  --red: #ff0000;
  --heading-color: var(--black);
  --body-color: var(--black);
  --subtitle-color: rgba(0, 0, 0, 0.6);
  --link-color: var(--heading-color);
  --link-hover-color: var(--primary-color);
  --border-color: rgba(var(--black-rgb), 0.15);
  --heading-font: "Termina", sans-serif;
  --body-font: "Poppins", sans-serif;
  --normal-weight: 400;
  --medium-bold: 600;
  --bold: 600;
  --site-width: 1680px;
  --grid-gap: 1rem;
  --cubic-bezier: cubic-bezier(0.16, 1, 0.3, 1);
  --row-gutter-lg: 10vw;
  --header-height: 3rem;
}
@media screen and (min-width: 1024px) {
  :root {
    --header-height: 6rem;
  }
}
.woocommerce a.button,
.woocommerce button[type="submit"],
.woocommerce a.added_to_cart,
.o-btn {
  background: var(--black) !important;
  color: var(--white) !important;
  display: inline-flex !important;
  font-size: 0.8em !important;
  font-family: var(--heading-font);
  text-transform: uppercase;
  text-align: center;
  font-weight: var(--medium-bold) !important;
  min-width: 8rem;
  padding: 0.85rem 0.5rem !important;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .woocommerce a.button,
  .woocommerce button[type="submit"],
  .woocommerce a.added_to_cart,
  .o-btn {
    font-size: 0.85em !important;
    padding: 1rem 2rem !important;
  }
}
.woocommerce a.button.--outlined,
.woocommerce button[type="submit"].--outlined,
.woocommerce a.added_to_cart.--outlined,
.o-btn.--outlined {
  background: transparent !important;
  color: var(--black) !important;
  border: 1px solid var(--black);
}
.woocommerce a.button.--outlined svg path,
.woocommerce button[type="submit"].--outlined svg path,
.woocommerce a.added_to_cart.--outlined svg path,
.o-btn.--outlined svg path {
  fill: var(--black);
}
.woocommerce a.button.checkout-button,
.woocommerce a.button.single_add_to_cart_button,
.woocommerce button[type="submit"].checkout-button,
.woocommerce button[type="submit"].single_add_to_cart_button,
.woocommerce a.added_to_cart.checkout-button,
.woocommerce a.added_to_cart.single_add_to_cart_button,
.o-btn.checkout-button,
.o-btn.single_add_to_cart_button {
  background: var(--green) !important;
  justify-content: center !important;
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
  width: 100%;
  font-size: 1em !important;
}
@media only screen and (min-width: 1025px) {
  .woocommerce a.button.checkout-button,
  .woocommerce a.button.single_add_to_cart_button,
  .woocommerce button[type="submit"].checkout-button,
  .woocommerce button[type="submit"].single_add_to_cart_button,
  .woocommerce a.added_to_cart.checkout-button,
  .woocommerce a.added_to_cart.single_add_to_cart_button,
  .o-btn.checkout-button,
  .o-btn.single_add_to_cart_button {
    padding-bottom: 1.33rem !important;
    padding-top: 1.33rem !important;
  }
}
.woocommerce a.button.wc-forward,
.woocommerce button[type="submit"].wc-forward,
.woocommerce a.added_to_cart.wc-forward,
.o-btn.wc-forward {
  background: var(--green) !important;
}
.woocommerce a.button:hover,
.woocommerce button[type="submit"]:hover,
.woocommerce a.added_to_cart:hover,
.o-btn:hover {
  opacity: 0.8;
}
.woocommerce a.button.added_to_cart,
.woocommerce button[type="submit"].added_to_cart,
.woocommerce a.added_to_cart.added_to_cart,
.o-btn.added_to_cart {
  background: transparent !important;
  border: 1px solid var(--black) !important;
  color: var(--black) !important;
  justify-content: center;
  margin-top: 1rem;
  width: 100% !important;
}
.woocommerce a.button.added_to_cart:hover,
.woocommerce button[type="submit"].added_to_cart:hover,
.woocommerce a.added_to_cart.added_to_cart:hover,
.o-btn.added_to_cart:hover {
  background: var(--black) !important;
  color: var(--white) !important;
  opacity: 1 !important;
}
.woocommerce a.button svg,
.woocommerce button[type="submit"] svg,
.woocommerce a.added_to_cart svg,
.o-btn svg {
  margin-left: 0.75em;
}
.woocommerce a.button svg path,
.woocommerce button[type="submit"] svg path,
.woocommerce a.added_to_cart svg path,
.o-btn svg path {
  fill: var(--white);
}
@font-face {
  font-family: "Termina";
  src: url("src/fonts/Termina-Regular.woff2") format("woff2"),
    url("src/fonts/Termina-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Termina";
  src: url("src/fonts/Termina-Bold.woff2") format("woff2"),
    url("src/fonts/Termina-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Termina";
  src: url("src/fonts/Termina-Heavy.woff2") format("woff2"),
    url("src/fonts/Termina-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
#kco-extra-checkout-fields input,
#kco-extra-checkout-fields select,
#kco-extra-checkout-fields textarea,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid var(--border-color);
  font-weight: var(--normal-weight);
  padding: 0.75rem 1.15rem;
  width: 100%;
  font-size: 16px;
}
#kco-extra-checkout-fields textarea,
.wpcf7 textarea {
  height: auto;
}
#kco-extra-checkout-fields .wpcf7-form-control-wrap,
.wpcf7 .wpcf7-form-control-wrap {
  margin-top: 0.25em;
  display: block;
}
#kco-extra-checkout-fields label,
.wpcf7 label {
  font-weight: var(--medium-bold);
  font-size: 0.9em;
}
@media only screen and (min-width: 1025px) {
  #kco-extra-checkout-fields label,
  .wpcf7 label {
    font-size: 1em;
  }
}
.page-template-text-page .o-main__inner {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.o-breadcrumbs {
  font-size: 0.85em;
  margin: 1rem 0;
  text-transform: uppercase;
}
.o-breadcrumbs .breadcrumb_last {
  font-weight: var(--medium-bold);
  text-decoration: underline;
}
@media only screen and (min-width: 1025px) {
  .o-breadcrumbs {
    margin: 0 0 1.5rem;
  }
}
.o-border {
  width: 100%;
  height: 1px;
  background: var(--border-color);
}
.o-section {
  padding: 2rem 0;
}
@media only screen and (min-width: 640px) {
  .o-section {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .o-section {
    padding: 6rem 0;
  }
}
.o-section.--no-pt {
  padding-top: 0;
}
.o-section[data-color="light-gray"] {
  background: var(--light-gray);
}
body {
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 0.8rem;
  font-weight: var(--normal-weight);
  line-height: 1.7;
}
@media only screen and (min-width: 1025px) {
  body {
    font-size: 1rem;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: var(--medium-bold);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 0.75em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    margin: 0 0 0.625em;
  }
}
h1,
.hs1 {
  font-size: 24px;
}
@media (min-width: 640px) and (max-width: 2559px) {
  h1,
  .hs1 {
    font-size: 44px;
    font-size: calc(24px + (64 - 24) * (100vw - 640px) / (2560 - 640));
  }
}
@media (min-width: 2560px) {
  h1,
  .hs1 {
    font-size: 64px;
  }
}
h2,
.hs2,
.c-product__summary .product_title {
  font-size: 20px;
}
@media (min-width: 640px) and (max-width: 2559px) {
  h2,
  .hs2,
  .c-product__summary .product_title {
    font-size: 34px;
    font-size: calc(20px + (48 - 20) * (100vw - 640px) / (2560 - 640));
  }
}
@media (min-width: 2560px) {
  h2,
  .hs2,
  .c-product__summary .product_title {
    font-size: 48px;
  }
}
h3,
.hs3 {
  font-size: 18px;
}
@media (min-width: 640px) and (max-width: 2559px) {
  h3,
  .hs3 {
    font-size: 25px;
    font-size: calc(18px + (32 - 18) * (100vw - 640px) / (2560 - 640));
  }
}
@media (min-width: 2560px) {
  h3,
  .hs3 {
    font-size: 32px;
  }
}
h4,
.hs4 {
  font-size: 16px;
}
@media (min-width: 640px) and (max-width: 2559px) {
  h4,
  .hs4 {
    font-size: 20px;
    font-size: calc(16px + (24 - 16) * (100vw - 640px) / (2560 - 640));
  }
}
@media (min-width: 2560px) {
  h4,
  .hs4 {
    font-size: 24px;
  }
}
h5,
.hs5 {
  font-size: 14px;
}
@media (min-width: 640px) and (max-width: 2559px) {
  h5,
  .hs5 {
    font-size: 17px;
    font-size: calc(14px + (20 - 14) * (100vw - 640px) / (2560 - 640));
  }
}
@media (min-width: 2560px) {
  h5,
  .hs5 {
    font-size: 20px;
  }
}
p {
  font-size: 14px;
  color: var(--body-color);
  font-weight: var(--normal-weight);
  margin-bottom: 1em;
  margin-top: 0;
}
@media (min-width: 640px) and (max-width: 2559px) {
  p {
    font-size: 15px;
    font-size: calc(14px + (16 - 14) * (100vw - 640px) / (2560 - 640));
  }
}
@media (min-width: 2560px) {
  p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  p {
    margin-bottom: 2em;
  }
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: var(--link-color);
  text-decoration: none;
  transition-duration: 0.33s;
  transition-property: color;
  transition-timing-function: ease;
}
@media only screen and (min-width: 1025px) {
  a:hover,
  a:focus {
    color: var(--link-color);
  }
}
b,
strong {
  font-weight: var(--medium-bold);
}
.u-row,
.single-product .woocommerce-notices-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .u-row,
  .single-product .woocommerce-notices-wrapper {
    max-width: 90%;
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1281px) {
  .u-row,
  .single-product .woocommerce-notices-wrapper {
    max-width: var(--site-width);
  }
}
.u-row.--expand,
.single-product .--expand.woocommerce-notices-wrapper {
  max-width: 100%;
}
.woocommerce-cart .u-row,
.woocommerce-cart .single-product .woocommerce-notices-wrapper,
.single-product .woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-checkout .u-row,
.woocommerce-checkout .single-product .woocommerce-notices-wrapper,
.single-product .woocommerce-checkout .woocommerce-notices-wrapper {
  margin: 0 auto;
  max-width: 960px;
}
.u-grid {
  display: grid;
  grid-gap: 1.5rem;
}
.u-grid > * {
  min-width: 0;
}
@media only screen and (min-width: 640px) {
  .u-grid {
    grid-gap: 2rem;
  }
}
@media only screen and (min-width: 1281px) {
  .u-grid {
    grid-gap: 3rem;
  }
}
.u-pbt {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media only screen and (min-width: 640px) {
  .u-pbt {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 1441px) {
  .u-pbt {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
}
.u-pt {
  padding-top: 3rem;
}
@media only screen and (min-width: 640px) {
  .u-pt {
    padding-top: 6rem;
  }
}
@media only screen and (min-width: 1441px) {
  .u-pt {
    padding-top: 8rem;
  }
}
.u-pb {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 640px) {
  .u-pb {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1441px) {
  .u-pb {
    padding-bottom: 8rem;
  }
}
.u-p {
  font-size: 14px;
}
@media (min-width: 640px) and (max-width: 2559px) {
  .u-p {
    font-size: 15px;
    font-size: calc(14px + (16 - 14) * (100vw - 640px) / (2560 - 640));
  }
}
@media (min-width: 2560px) {
  .u-p {
    font-size: 16px;
  }
}
.u-sm {
  font-size: 17px;
}
@media (min-width: 640px) and (max-width: 2559px) {
  .u-sm {
    font-size: 18.5px;
    font-size: calc(17px + (20 - 17) * (100vw - 640px) / (2560 - 640));
  }
}
@media (min-width: 2560px) {
  .u-sm {
    font-size: 20px;
  }
}
.u-xs {
  font-size: 14px;
}
@media (min-width: 640px) and (max-width: 2559px) {
  .u-xs {
    font-size: 15px;
    font-size: calc(14px + (16 - 14) * (100vw - 640px) / (2560 - 640));
  }
}
@media (min-width: 2560px) {
  .u-xs {
    font-size: 16px;
  }
}
.u-xxs {
  font-size: 12px;
}
@media (min-width: 640px) and (max-width: 2559px) {
  .u-xxs {
    font-size: 13px;
    font-size: calc(12px + (14 - 12) * (100vw - 640px) / (2560 - 640));
  }
}
@media (min-width: 2560px) {
  .u-xxs {
    font-size: 14px;
  }
}
.c-footer-bar {
  border-top: 1px solid var(--border-color);
  display: none;
}
.is-home .c-footer-bar {
  border: 0;
}
@media only screen and (min-width: 1025px) {
  .c-footer-bar {
    display: block;
  }
}
.is-checkout .c-footer-bar {
  display: none;
}
.c-footer-bar > div {
  border: none !important;
  font-size: 1rem;
  padding: 2rem;
}
.c-footer {
  background-color: var(--black);
  height: 100%;
  width: 100%;
}
.is-checkout .c-footer {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .c-footer__wrap {
    padding: 6.5vw 0;
  }
}
.c-footer * {
  color: var(--white);
}
.c-footer__logo svg {
  width: 8rem;
}
@media only screen and (min-width: 640px) {
  .c-footer__logo svg {
    width: 12rem;
  }
}
.c-footer__logo svg path {
  fill: var(--white);
}
.c-footer__cols {
  display: grid;
  grid-gap: var(--grid-gap);
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 640px) {
  .c-footer__cols {
    margin-top: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-footer__col {
  margin-top: 2rem;
}
@media only screen and (min-width: 640px) {
  .c-footer__col {
    margin-top: 0;
  }
}
.c-footer__col:last-child {
  grid-column-end: 3;
  grid-column-start: 1;
}
@media only screen and (min-width: 640px) {
  .c-footer__col:last-child {
    grid-column-end: unset;
    grid-column-start: unset;
  }
}
.c-footer__bottom-wrap {
  padding: 1.5rem 0;
}
@media only screen and (min-width: 640px) {
  .c-footer__bottom-wrap {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 640px) {
  .c-footer__bottom-wrap > div {
    display: flex;
    justify-content: space-between;
  }
}
.c-footer__bottom-left span {
  opacity: 0.5;
}
.c-footer__bottom-right {
  margin-top: 1em;
}
@media only screen and (min-width: 640px) {
  .c-footer__bottom-right {
    margin-top: 0;
  }
}
.c-footer__bottom-right ul {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-footer__bottom-right ul li + li {
  margin-left: 1.5em;
}
.c-footer__bottom-right ul li svg {
  height: 1.25em;
}
.c-footer__border {
  background-color: rgba(255, 255, 255, 0.12);
  height: 1px;
  width: 100%;
}
.c-footerMenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-footerMenu li + li {
  margin-top: 1em;
}
.c-header {
  align-items: center;
  background: var(--white);
  display: flex;
  height: var(--header-height);
  position: relative;
  width: 100%;
  z-index: 9999999;
  will-change: transform;
}
.has-scrolled .c-header {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
}
.is-home:not(.has-scrolled):not(.nav-active) .c-header {
  border-bottom: 0;
  background: transparent;
}
.is-home:not(.has-scrolled):not(.nav-active) .c-header a {
  color: var(--white);
}
.is-home:not(.has-scrolled):not(.nav-active)
  .c-header
  .c-header__logo
  svg
  path {
  fill: var(--white);
}
.is-home:not(.has-scrolled):not(.nav-active)
  .c-header
  .c-header__burger
  .c-header__burger-wrap
  > div {
  background: var(--white);
}
.is-home:not(.has-scrolled):not(.nav-active) .c-header .c-header__burger span {
  color: var(--white);
}
.is-home:not(.has-scrolled):not(.nav-active)
  .c-header
  .c-header__cart
  svg
  path {
  stroke: var(--white);
}
.is-home:not(.has-scrolled):not(.nav-active)
  .c-header
  .c-nav__link.is-active::after {
  background: var(--white);
}
.c-header__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.c-header__wrap > * {
  flex: 1;
}
.c-header__back {
  display: none;
  width: 100%;
}
.is-checkout .c-header__back {
  display: block;
}
.c-header__back a {
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-weight: var(--bold);
  gap: 0.5em;
  padding: 0.175em 0.5em;
  font-size: 0.9em;
  display: inline-flex;
}
@media only screen and (min-width: 1025px) {
  .c-header__back a {
    padding: 0.375em 0.75em;
    font-size: unset;
  }
}
.c-header__back a svg {
  width: 1em;
  height: auto;
}
.is-checkout .c-header__left {
  display: none;
}
.c-header__logo {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .is-checkout .c-header__logo {
    justify-content: flex-end;
  }
}
.c-header__logo svg {
  width: 6rem;
}
@media only screen and (min-width: 1025px) {
  .c-header__logo svg {
    width: 10rem;
  }
}
.c-header__burger {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  padding: 0;
}
@media only screen and (min-width: 1281px) {
  .c-header__burger {
    display: none;
  }
}
.c-header__burger-wrap {
  display: flex;
  flex-direction: column;
  height: calc(1em + 1px);
  justify-content: space-between;
  width: 2em;
}
.c-header__burger-wrap > div {
  width: 100%;
  height: 1px;
  background: var(--black);
}
.c-header__burger-text {
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.c-header__burger-text span {
  color: var(--black);
  display: inline-block;
  font-family: var(--heading-font);
  font-size: 0.8em;
  font-weight: var(--medium-bold);
  margin-left: 0.625em;
  padding-right: 1rem;
  text-transform: uppercase;
}
.c-header__burger-text span:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 0;
}
.c-header__right-inner {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1025px) {
  .is-checkout .c-header__right-inner {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .is-checkout .c-header__right {
    display: none;
  }
}
.c-header__cart-wrap {
  position: relative;
}
.c-header__cart {
  align-items: center;
  display: flex;
  font-weight: var(--medium-bold);
  margin-left: 2.25em;
  transition: none;
  position: relative;
}
.c-header__cart .cart-count {
  align-items: center;
  background: var(--green);
  border-radius: 99px;
  display: flex;
  font-size: 0.8em;
  justify-content: center;
  margin-top: 0.05em;
  height: 1.5em;
  width: 1.5em;
  position: absolute;
  top: -0.525em;
  right: -0.375em;
  color: var(--white);
}
.c-header__cart-text {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .c-header__cart-text {
    display: block;
  }
}
.c-header__cart svg {
  flex-shrink: 0;
  margin: 0 0.5em;
  width: 1.33em;
  position: relative;
  top: -0.1em;
}
.c-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 1281px) {
  .c-nav {
    display: flex;
  }
}
.c-nav.--secondary {
  justify-content: flex-end;
}
.c-nav__item + .c-nav__item {
  margin-left: 2.25em;
}
.c-nav__link {
  font-family: var(--heading-font);
  font-size: 0.7em;
  font-weight: var(--medium-bold);
  position: relative;
  text-transform: uppercase;
  transition: none;
  white-space: nowrap;
}
@media screen and (min-width: 1280px) {
  .c-nav__link {
    font-size: 0.9em;
  }
}
.c-nav__link.is-active::after {
  background: var(--black);
  bottom: 1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
html {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  position: relative;
  text-rendering: optimizeLegibility;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background-color: var(--white);
  height: 100%;
  margin: 0;
  padding: 0;
}
video,
svg,
img {
  display: block;
  height: auto;
  max-width: 100%;
}
figure {
  margin: 0;
}
::selection {
  background-color: var(--primary-color);
  color: var(--white);
}
input,
select,
textarea,
button {
  font-family: inherit;
}
body.has-scrolled {
  padding-top: var(--header-height);
}
.c-mobile-nav {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9999999;
}
.c-mobile-nav__overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.c-mobile-nav__wrap {
  background: var(--white);
  border-top: 1px solid var(--border-color);
  left: 0;
  padding: 2rem 0;
  position: relative;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.c-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-menu__link {
  font-family: var(--heading-font);
  font-weight: var(--medium-bold);
  font-size: 1.25em;
  line-height: 2;
  color: var(--black) !important;
}
@media only screen and (min-width: 1025px) {
  .c-comparison__wrap {
    align-items: center;
    display: grid;
    grid-template-columns: 6fr 6fr;
  }
}
.c-comparison__content {
  padding-right: 10vw;
}
.c-comparison__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-comparison__list li {
  align-items: center;
  display: flex;
}
.c-comparison__list li svg {
  margin-right: 0.5em;
}
.c-comparison__list li svg path {
  fill: var(--black);
}
.c-comparison__list li + li {
  margin-top: 0.5em;
}
.c-comparison__btn {
  margin-top: 2.5em;
}
.c-comparison__btn * + * {
  margin-left: 1em;
}
.c-comparison__compare {
  cursor: ew-resize;
  margin-top: 2.5rem;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.c-comparison__compare::after {
  background: rgba(0, 0, 0, 0.08);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .c-comparison__compare {
    margin-top: 0;
    padding-top: 133.333%;
  }
}
.c-comparison__compare-btns {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-comparison__compare-btns > div {
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.5);
  color: var(--white);
  backdrop-filter: blur(4px);
}
@media only screen and (min-width: 640px) {
  .c-comparison__compare-btns > div {
    padding: 0.75rem 1.5rem;
  }
}
.c-comparison__before,
.c-comparison__after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-comparison__before img,
.c-comparison__after img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.c-comparison__after {
  overflow: hidden;
  pointer-events: none;
}
.c-comparison__drag {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.c-comparison__after,
.c-comparison__drag {
  will-change: transform;
  transition: 0.625s var(--cubic-bezier);
}
.c-comparison__after picture,
.c-comparison__after img,
.c-comparison__drag picture,
.c-comparison__drag img {
  transition: inherit;
}
.c-comparison__drag-line {
  background: var(--white);
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
}
.c-comparison__drag-icon {
  display: none;
  transform: scale(0.65);
  transition: 0.625s var(--cubic-bezier);
}
@media only screen and (min-width: 1025px) {
  .c-comparison__drag-icon {
    display: block;
    transform: scale(1);
  }
}
@media only screen and (min-width: 1025px) {
  .--active .c-comparison__drag-icon {
    transform: scale(1.25);
  }
}
.c-cta {
  background-color: var(--black);
  display: flex;
  flex-direction: column;
  height: 65vh;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-cta::before {
  background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, 0.25) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-cta__content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.c-cta__title {
  color: var(--white);
}
.c-cta__title > div {
  overflow: hidden;
}
.c-cta__text {
  color: var(--white);
}
.c-cta__btn {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 1441px) {
  .c-cta__btn {
    margin-top: 3.5rem;
  }
}
.c-cta__media video,
.c-cta__media img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-faq__title {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 640px) {
  .c-faq__title {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-faq__title {
    margin-bottom: 4rem;
  }
}
.c-faq__item.--active h3 {
  border-color: transparent;
}
.c-faq h3 {
  cursor: pointer;
  font-family: var(--body-font);
  margin: 0;
  padding: 0.625rem 0;
  text-transform: unset;
  border-bottom: 1px solid var(--border-color);
}
@media only screen and (min-width: 1025px) {
  .c-faq h3 {
    padding: 1rem 0;
  }
}
.c-faq__text {
  padding: 1rem 0;
}
.c-faq__text p {
  font-size: 1em;
  max-width: 840px;
}
.c-faq__show-more {
  background: none;
  border: 0;
  cursor: pointer;
  margin-top: 1rem;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .c-faq__show-more {
    margin-top: 2rem;
  }
}
.c-faq__show-more > * {
  pointer-events: none;
}
.c-hero {
  display: flex;
  flex-direction: column;
  height: 80vh;
  justify-content: center;
  margin-top: calc(-1 * var(--header-height) - 1px);
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .c-hero {
    height: calc(100vh - 42px);
  }
}
.c-hero::before {
  background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, 0.4) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-hero::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.33) 0, transparent 100%);
  content: "";
  display: block;
  height: 25vh;
  left: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.c-hero__content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.c-hero__title {
  color: var(--white);
  line-height: 1.3;
  font-size: 2.5em;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 1025px) {
  .c-hero__title {
    font-size: 4vw;
    margin: 0 5vw;
  }
}
.c-hero__title > div {
  overflow: hidden;
}
.c-hero__title,
.c-hero__text {
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.c-hero__text {
  font-size: 15px;
  color: var(--white);
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media (min-width: 640px) and (max-width: 2559px) {
  .c-hero__text {
    font-size: 19.5px;
    font-size: calc(15px + (24 - 15) * (100vw - 640px) / (2560 - 640));
  }
}
@media (min-width: 2560px) {
  .c-hero__text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .c-hero__text {
    margin-top: 0.75em;
  }
}
.c-hero__text > div {
  overflow: hidden;
}
.c-hero__btn {
  margin-top: 1rem;
}
@media only screen and (min-width: 1441px) {
  .c-hero__btn {
    margin-top: 2em;
  }
}
.c-hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-hero__media::before {
  opacity: 0;
  transition: 0.65s ease;
  content: "";
  display: block;
  animation: gradient 6s ease infinite;
  background-image: linear-gradient(-90deg, #fff, #bbb, #bbb, #fff);
  background-size: 400% 400%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body.is-loading .c-hero__media::before {
  opacity: 1;
}
.c-hero__media video,
.c-hero__media img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-hero__usp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 2rem 0;
}
@media only screen and (min-width: 640px) {
  .c-hero__usp {
    padding: 2vw 0;
  }
}
.c-hero__usp-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
@media only screen and (min-width: 640px) {
  .c-hero__usp-list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3rem;
  }
}
.c-hero__usp-item {
  display: flex;
  align-items: center;
}
.c-hero__usp-item svg {
  height: 3em;
  width: auto;
}
.c-hero__usp-item p {
  color: var(--white);
  font-size: 0.85em;
  margin-left: 0.75em;
  max-width: 192px;
}
.c-notice-bar {
  background: var(--primary-color);
  color: var(--white);
  font-size: 0.7em;
  padding: 0.5rem 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: -1px;
  font-weight: var(--bold);
}
@media only screen and (min-width: 1025px) {
  .c-notice-bar {
    padding: 0.625rem 0;
    font-size: 0.8em;
  }
}
.c-notice-bar__wrap a {
  color: var(--white);
}
.c-textblock {
  margin-top: 4rem;
}
@media only screen and (min-width: 640px) {
  .c-textblock {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-textblock {
    margin-top: 8rem;
  }
}
.c-textblock__wrap {
  border-top: 1px solid var(--border-color);
  padding-top: 2rem;
}
@media only screen and (min-width: 1025px) {
  .c-textblock__wrap {
    column-count: 2;
    column-gap: 4rem;
    padding-top: 6rem;
  }
}
.c-textblock__wrap h2 {
  font-size: 1.125em;
}
@media only screen and (min-width: 1025px) {
  .c-textblock__wrap p {
    font-size: 0.8em;
  }
}
.c-topbar {
  background: var(--white);
  border-bottom: 1px solid var(--border-color);
  font-size: 0.75em;
  padding: 0.5rem 0;
}
.is-checkout .c-topbar {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .c-topbar {
    padding: 0.75rem 0;
  }
}
.c-topbar__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.c-topbar__usp-wrap {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-topbar__usp {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.c-topbar__usp + .c-topbar__usp {
  margin-left: 2.5em;
}
.c-topbar__usp.--hide-mobile {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .c-topbar__usp.--hide-mobile {
    display: flex;
  }
}
.c-topbar__usp svg {
  margin-right: 0.75em;
  height: 1.33em;
  width: auto;
}
.c-topbar__flag {
  align-items: center;
  display: flex;
}
.c-topbar__flag svg {
  margin-left: 0.5em;
  width: 1rem;
  max-height: 1rem;
}
@media only screen and (min-width: 1025px) {
  .c-user-videos__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.c-user-videos__content {
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .c-user-videos__content {
    padding-right: 5vw;
  }
}
.c-user-videos__content-inner p {
  max-width: 480px;
}
.c-user-videos__media {
  cursor: pointer;
  margin-top: 2rem;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .c-user-videos__media {
    margin-top: 0;
  }
}
.c-user-videos__media video {
  width: 100%;
}
.c-user-videos__overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.33);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-user-videos__overlay svg {
  width: 4rem;
}
@media only screen and (min-width: 1025px) {
  .c-user-videos__overlay svg {
    width: 4vw;
  }
}
.c-post__inner {
  max-width: 960px;
  margin: 0 auto;
}
.c-post-teaser {
  align-items: center;
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  text-transform: uppercase;
}
.c-post-teaser h2 {
  margin: 0;
}
.c-usp {
  background: var(--light-gray);
  margin: 0;
  list-style: none;
  display: flex;
  padding: 0;
  border-radius: 4px;
  margin-top: 2em;
}
.c-usp__item {
  padding: 0.66em 1em;
  width: 33.33%;
}
@media only screen and (min-width: 1025px) {
  .c-usp__item {
    padding: 0.85em 1.25em;
  }
}
.c-usp__item:nth-child(1) {
  border-right: 2px solid var(--white);
}
.c-usp__item:nth-child(2) {
  border-right: 2px solid var(--white);
}
.c-usp__item span {
  font-size: 0.65em;
  display: inline-block;
  line-height: 1.3;
  font-weight: var(--bold);
  color: rgba(0, 0, 0, 0.85);
}
@media only screen and (min-width: 1025px) {
  .c-usp__item span {
    font-size: 0.8em;
  }
}
.c-usp__item svg {
  height: 1.25em;
  width: auto;
  margin: 0.75em 0;
}
@media only screen and (min-width: 1025px) {
  .c-usp__item svg {
    margin: 0.33em 0;
  }
}
.c-usp__item svg path,
.c-usp__item svg rect {
  fill: black;
}
.c-cart-popup {
  pointer-events: none;
}
.c-cart-popup__overlay {
  background: rgba(0, 0, 0, 0.25);
  height: 110vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: -10vh;
  width: 100vw;
  z-index: 99999998;
}
.c-cart-popup__container {
  background: var(--white);
  position: absolute;
  right: 0;
  top: calc(100% + 0.5em);
  visibility: hidden;
  z-index: 99999999;
  border-radius: 8px;
  padding: 1.5em;
  max-width: 75vw;
  width: 100vw;
}
@media only screen and (min-width: 1025px) {
  .c-cart-popup__container {
    max-width: 360px;
  }
}
.c-cart-popup__text {
  font-weight: var(--bold);
  margin: 0 0 1em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.c-cart-popup__text svg path {
  fill: var(--green);
}
.c-cart-popup__button {
  background: var(--green);
  border-radius: 4px;
  color: var(--white);
  display: block;
  font-family: var(--heading-font);
  font-weight: var(--bold);
  padding: 0.5em;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-size: 0.8em;
}
.c-cart-popup__button:hover {
  color: var(--white);
  background: var(--green);
}
.woocommerce-account .o-main__inner {
  margin: 0 auto;
  max-width: 1280px;
}
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
  }
}
nav.woocommerce-MyAccount-navigation ul {
  font-size: 17px;
  line-height: 26px;
  list-style-type: none;
  max-width: 200px;
  padding-left: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 20px;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0, 0, 0, 0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0, 0, 0, 0.8);
  cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  border-bottom: 20px solid transparent;
  border-left: 14px solid rgba(0, 0, 0, 0.1);
  border-top: 20px solid transparent;
  content: "";
  float: right;
  height: 0;
  margin-right: -34px;
  margin-top: -7px;
  width: 0;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0, 0, 0, 0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
  border-bottom: 20px solid transparent;
  border-left: 14px solid rgba(0, 0, 0, 0.07);
  border-top: 20px solid transparent;
  content: "";
  float: right;
  height: 0;
  margin-right: -34px;
  margin-top: -7px;
  width: 0;
}
.free-shipping {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin: 2em 0;
  padding: 1em;
  text-align: center;
}
.free-shipping.--free {
  border: none;
  background: rgba(var(--green-rgb), 0.08);
}
@media only screen and (min-width: 1025px) {
  .free-shipping {
    padding: 1em;
    margin: 3em 0;
  }
}
.free-shipping__title {
  margin: 0;
  line-height: 1.2;
  font-weight: var(--normal-weight);
}
.free-shipping__title span i {
  font-style: normal;
  font-weight: var(--bold);
}
.free-shipping__text {
  margin: 0.33em 0 0;
}
.free-shipping__bar {
  background: rgba(var(--green-rgb), 0.15);
  border: 1px solid var(--green);
  border-radius: 99px;
  display: inline-block;
  height: 6px;
  overflow: hidden;
  position: relative;
  width: 90%;
}
@media only screen and (min-width: 1025px) {
  .free-shipping__bar {
    height: 12px;
    width: 50%;
  }
}
.free-shipping__bar > div {
  background: var(--green);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 99px;
}
.free-shipping__buy-for {
  font-size: 0.8em;
  margin-top: 0.33em;
}
@media only screen and (min-width: 1025px) {
  .free-shipping__buy-for {
    font-size: 0.9em;
  }
}
.woocommerce-cart .o-main__inner {
  margin: 0 auto;
  max-width: 1344px;
}
.woocommerce-cart table.woocommerce-cart-form__contents {
  border-collapse: collapse;
  border: 0;
}
.woocommerce-cart table.woocommerce-cart-form__contents thead {
  position: relative;
}
.woocommerce-cart table.woocommerce-cart-form__contents thead th.product-name {
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
}
.woocommerce-cart table.woocommerce-cart-form__contents tbody tr {
  border-top: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  padding-top: 1rem;
  position: relative;
}
.woocommerce-cart table.woocommerce-cart-form__contents tbody tr:last-child {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart table.woocommerce-cart-form__contents tbody tr {
    display: table-row;
    flex-direction: row;
    padding-top: 0;
  }
}
.woocommerce-cart table.woocommerce-cart-form__contents tbody tr td {
  background: transparent !important;
}
.woocommerce-cart table.woocommerce-cart-form__contents th {
  font-weight: var(--medium-bold);
  text-transform: uppercase;
  padding: 1rem 2rem;
}
.woocommerce-cart table.woocommerce-cart-form__contents td {
  border: 0;
  font-size: 0.9em;
  margin-left: 3.75rem;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .woocommerce-cart table.woocommerce-cart-form__contents td {
    padding: 2rem;
  }
}
.woocommerce-cart table.woocommerce-cart-form__contents td.product-thumbnail {
  margin-left: 0;
  display: block !important;
  position: absolute;
  top: 1rem;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart table.woocommerce-cart-form__contents td.product-thumbnail {
    height: 4rem;
    position: relative;
    top: 0;
    width: 4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce-cart table.woocommerce-cart-form__contents td.product-thumbnail {
    height: 8rem;
    width: 8rem;
  }
}
.woocommerce-cart
  table.woocommerce-cart-form__contents
  td.product-thumbnail::before {
  display: none;
}
.woocommerce-cart
  table.woocommerce-cart-form__contents
  td.product-thumbnail::after {
  background: rgba(0, 0, 0, 0.04);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.woocommerce-cart
  table.woocommerce-cart-form__contents
  td.product-thumbnail
  img {
  width: 3rem;
  height: 3rem;
}
@media only screen and (min-width: 1025px) {
  .woocommerce-cart
    table.woocommerce-cart-form__contents
    td.product-thumbnail
    img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.woocommerce-cart table.woocommerce-cart-form__contents td .wdr_you_saved_con {
  margin-left: 0.5em;
  display: block;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart
    table.woocommerce-cart-form__contents
    td
    .wdr_you_saved_con {
    display: inline;
  }
}
.woocommerce-cart table.woocommerce-cart-form__contents td.product-quantity {
  order: 99;
}
.woocommerce-cart table.woocommerce-cart-form__contents td.product-quantity * {
  font-size: 1em !important;
  font-weight: var(--medium-bold);
}
.woocommerce-cart
  table.woocommerce-cart-form__contents
  td.product-quantity
  .qib-button-wrapper {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart
    table.woocommerce-cart-form__contents
    td.product-quantity
    .qib-button-wrapper {
    justify-content: flex-end;
  }
}
.woocommerce-cart
  table.woocommerce-cart-form__contents
  td.product-quantity
  .quantity {
  margin-left: -1px;
  width: 41px;
}
.woocommerce-cart
  table.woocommerce-cart-form__contents
  td.product-quantity
  .quantity
  input.qty {
  border-radius: 0;
  outline: none;
  width: 100%;
}
.woocommerce-cart
  table.woocommerce-cart-form__contents
  td.product-quantity
  .plus,
.woocommerce-cart
  table.woocommerce-cart-form__contents
  td.product-quantity
  .minus {
  transition: 0.5s var(--cubic-bezier);
}
@media only screen and (min-width: 1025px) {
  .woocommerce-cart
    table.woocommerce-cart-form__contents
    td.product-quantity
    .plus:hover,
  .woocommerce-cart
    table.woocommerce-cart-form__contents
    td.product-quantity
    .minus:hover {
    background: var(--black);
    color: var(--white);
  }
}
.woocommerce-cart
  table.woocommerce-cart-form__contents
  td.product-quantity
  .plus {
  margin-left: -1px;
}
.woocommerce-cart table.woocommerce-cart-form__contents .actions,
.woocommerce-cart table.woocommerce-cart-form__contents .product-remove {
  display: none !important;
}
.woocommerce-cart div.cart-collaterals {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 2em;
}
.woocommerce-cart div.cart-collaterals .wdr_cart_discount-total {
  display: none;
}
.woocommerce-cart div.cart-collaterals .cart_totals {
  border: 1px solid var(--border-color);
  margin: 1em 0;
  padding: 1.5em;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .woocommerce-cart div.cart-collaterals .cart_totals {
    border-radius: 4px;
    margin: 2em 0;
    padding: 4em;
  }
}
.woocommerce-cart div.cart-collaterals table {
  border: 0;
}
.woocommerce-cart div.cart-collaterals table tbody tr.cart-subtotal {
  display: none;
}
.woocommerce-cart div.cart-collaterals table tbody th {
  font-weight: var(--medium-bold);
}
.woocommerce-cart div.cart-collaterals table tbody td {
  text-align: right;
  background: transparent !important;
}
.woocommerce-cart div.cart-collaterals table tbody th,
.woocommerce-cart div.cart-collaterals table tbody td {
  border-color: var(--black) !important;
  padding: 0.5rem 0;
}
@media only screen and (min-width: 1025px) {
  .woocommerce-cart div.cart-collaterals table tbody th,
  .woocommerce-cart div.cart-collaterals table tbody td {
    padding: 1rem 0;
  }
}
.woocommerce-cart div.cart-collaterals table tbody .amount {
  font-weight: var(--medium-bold) !important;
}
.woocommerce-cart div.cart-collaterals .woocommerce-shipping-totals,
.woocommerce-cart div.cart-collaterals .woocommerce-shipping-destination {
  display: none;
}
.c-coupon {
  margin-bottom: 2em;
}
.c-coupon__toggle button {
  -webkit-appearance: none;
  border: 0;
  background: var(--light-gray);
  padding: 0.5em 0.75em;
  cursor: pointer;
  border-radius: 4px;
  color: var(--heading-color);
}
.c-coupon__toggle button u {
  font-weight: var(--bold);
}
.c-coupon__form {
  border: 1px solid var(--border-color);
  padding: 0.75em;
  margin-top: 1em;
  border-radius: 4px;
  display: none;
}
.c-coupon__form.is-active {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .c-coupon__form {
    padding: 1.5em;
  }
}
.c-coupon__form p {
  margin-bottom: 1em;
}
.c-coupon__row input {
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 0.5em;
}
.is-checkout .fb_dialog {
  display: none;
}
#kco-extra-checkout-fields {
  display: none;
}
.c-checkout-scroll {
  animation: scale 1.5s alternate infinite ease;
  background: var(--green);
  border-radius: 4px;
  bottom: 1.5rem;
  color: var(--white);
  display: flex;
  font-weight: var(--bold);
  height: auto;
  justify-content: center;
  left: 1.5rem;
  padding: 0.75em 0;
  position: fixed;
  text-align: center;
  transition: opacity 0.5s;
  width: calc(100% - 3rem);
  z-index: 9999;
}
@keyframes scale {
  20%,
  100% {
    transform: scale(1);
  }
  0% {
    transform: scale(1.04);
  }
  10% {
    transform: scale(1);
  }
}
@media only screen and (min-width: 1025px) {
  .c-checkout-scroll {
    display: none;
  }
}
.c-checkout-scroll.has-scrolled {
  opacity: 0;
}
.c-checkout-scroll > a {
  align-items: center;
  color: var(--white);
  display: flex;
  gap: 0.5em;
}
.c-checkout-totals__list {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5em;
}
.c-checkout-totals__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.66em 0;
  border-bottom: 1px solid var(--border-color);
}
.c-checkout-totals__line:empty {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .c-checkout-totals__line.--total {
    font-size: 1.75em;
  }
}
.c-checkout-totals__line:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 1025px) {
  .c-checkout-totals__line {
    font-size: 1.15em;
  }
}
.c-checkout-totals__line > * {
  width: 50%;
}
.c-checkout-totals__line > *:nth-child(1) {
  font-weight: var(--bold);
}
.c-cross-sells {
  margin-top: 2em;
}
.c-cross-sells__title {
  display: flex;
  flex-direction: column;
  gap: 0em;
  justify-content: space-between;
  margin-bottom: 0.625em !important;
}
@media only screen and (min-width: 1025px) {
  .c-cross-sells__title {
    flex-direction: unset;
    align-items: center;
    gap: 1em;
  }
}
.c-cross-sells__title > span:nth-child(1) {
  font-weight: var(--bold);
  font-size: 1.1em;
}
.c-cross-sells__title > span:nth-child(2) {
  font-size: 0.9em;
}
.c-cross-sells__img {
  border-radius: 4px;
  position: relative;
}
.c-cross-sells__img img {
  background: #f5f5f5;
  border-radius: 4px;
  max-height: 6em;
  object-fit: contain;
}
@media only screen and (min-width: 1025px) {
  .c-cross-sells__img img {
    max-height: 8em;
  }
}
.c-cross-sells__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .c-cross-sells__content p {
    font-size: 0.9em;
  }
}
.c-cross-sells__product-title {
  font-weight: var(--bold);
  line-height: 1.2;
  margin: 0.5em 0 0.25em;
}
.c-cross-sells__price {
  color: var(--green);
  font-weight: normal;
  margin: 0;
}
.c-cross-sells ul {
  display: flex;
  grid-gap: 0.75em;
  overflow-x: scroll;
  margin-right: -1.5rem;
}
@media only screen and (min-width: 1025px) {
  .c-cross-sells ul {
    margin-right: 0;
  }
}
.c-cross-sells ul li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  flex-shrink: 0;
  padding: 0.75em;
  width: 33.33%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .c-cross-sells ul li {
    width: 37.5%;
    padding: 1em;
  }
}
.c-cross-sells ul li:last-child {
  margin-right: 1.5rem;
}
@media only screen and (min-width: 1025px) {
  .c-cross-sells ul li:last-child {
    margin-right: 0;
  }
}
.c-cross-sells ul li a.button {
  max-width: 100%;
  min-width: 0;
  width: 100%;
  padding: 0.5em 0 !important;
}
@media only screen and (max-width: 1024px) {
  .c-cross-sells ul li a.button {
    padding: 0.75em 0 !important;
    font-size: 0.625em !important;
  }
}
#kco-iframe {
  backface-visibility: hidden;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  padding: 2em 0 !important;
}
.c-checkout-title {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.c-checkout-title.--no-margin-top {
  margin-top: 0;
}
.c-checkout-actions {
  display: none !important;
}
.c-checkout-products {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 0.75em;
}
.c-checkout-products.--margin-bottom {
  margin-bottom: 2em;
}
@media only screen and (min-width: 1025px) {
  .c-checkout-products {
    padding: 1em;
  }
}
.c-checkout-products__item {
  display: grid;
  grid-template-columns: 3fr 9fr;
  grid-gap: 1em;
}
.c-checkout-products__item.--compact {
  grid-template-columns: 2fr 10fr;
}
@media only screen and (min-width: 1025px) {
  .c-checkout-products__item {
    grid-template-columns: 2fr 10fr;
    grid-gap: 1.5em;
  }
}
.c-checkout-products__item + .c-checkout-products__item {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--border-color);
}
@media only screen and (min-width: 1025px) {
  .c-checkout-products__item + .c-checkout-products__item {
    margin-top: 1.5em;
    padding-top: 1.5em;
  }
}
.c-checkout-products__item-img {
  position: relative;
}
.c-checkout-products__item-img img {
  border-radius: 4px;
}
.c-checkout-products__item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-checkout-products__item-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em;
  line-height: 1.3;
}
@media only screen and (min-width: 1025px) {
  .c-checkout-products__item-heading {
    font-size: 1.15em;
  }
}
.c-checkout-products__item-name a {
  font-weight: var(--bold);
}
.c-checkout-products__item-name .variation * {
  font-size: 0.9rem;
}
.c-checkout-products__item-name .variation dt {
  text-transform: uppercase;
  font-size: 0.75em;
  opacity: 0.75;
  margin-bottom: 0.25em;
}
.c-checkout-products__item-name .variation dd {
  margin: 0;
}
.c-checkout-products__item-edit {
  display: flex;
  align-items: center;
  gap: 1.33em;
  margin-top: 0.75em;
}
@media only screen and (min-width: 1025px) {
  .c-checkout-products__item-edit {
    margin-top: 1.5em;
  }
}
.c-checkout-products__item-price {
  flex-shrink: 0;
  color: var(--green);
}
.c-checkout-products__item-remove {
  align-items: center;
  display: flex;
  display: none;
  font-size: 0.8em;
  font-weight: var(--bold);
  gap: 0.33em;
}
@media only screen and (min-width: 1025px) {
  .c-checkout-products__item-remove {
    font-size: 0.9em;
  }
}
.c-checkout-products__item-remove svg {
  width: 1em;
  height: auto;
}
.c-checkout-products__item-quantity {
  font-size: 0.9em;
}
.c-checkout-products__item-quantity .qib-button-wrapper {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  overflow: hidden;
  float: none !important;
  display: inline-flex !important;
  margin: 0 !important;
}
.c-checkout-products__item-quantity .wqpmb_quantity,
.c-checkout-products__item-quantity button.qib-button,
.c-checkout-products__item-quantity .qty {
  align-items: center !important;
  border: none !important;
  color: var(--black);
  display: flex !important;
  font-size: 0.75rem !important;
  font-weight: var(--bold) !important;
  height: 1.75rem !important;
  justify-content: center !important;
  line-height: 1.75rem !important;
  padding: 0.25rem !important;
  width: 1.75rem !important;
}
@media only screen and (min-width: 1025px) {
  .c-checkout-products__item-quantity .wqpmb_quantity,
  .c-checkout-products__item-quantity button.qib-button,
  .c-checkout-products__item-quantity .qty {
    font-size: 0.9rem !important;
    height: 2.5rem !important;
    line-height: 2.5rem !important;
    width: 2.5rem !important;
  }
}
.c-checkout-products__item-quantity button.qib-button {
  background: #f1f1f1 !important;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .c-checkout-products__item-quantity button.qib-button:hover {
    background: var(--border-color) !important;
  }
}
.woocommerce-checkout .woocommerce-message {
  display: none;
}
.woocommerce-checkout .mailchimp-newsletter {
  display: none !important;
}
.woocommerce-checkout #kco-wrapper {
  padding: 0;
}
.woocommerce-checkout #kco-order-review {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.woocommerce-checkout #kco-order-review #shipping_phone_field {
  display: none;
}
.woocommerce-checkout #kco-iframe {
  float: none;
  width: 100%;
  padding: 0;
}
body .woocommerce-info,
body .woocommerce-message {
  background: rgba(var(--green-rgb), 0.08);
  border: 0;
  display: flex;
  flex-direction: column;
  margin: 0 0 1em;
  padding: 1em;
  gap: 1em;
}
body .woocommerce-info a,
body .woocommerce-message a {
  order: 2;
}
@media only screen and (min-width: 1025px) {
  body .woocommerce-info,
  body .woocommerce-message {
    align-items: center;
    flex-direction: unset;
    gap: unset;
    justify-content: space-between;
    padding: 1em 2em 1em 3.5em;
  }
}
body .woocommerce-info strong,
body .woocommerce-message strong {
  color: var(--black);
}
body .woocommerce-info::before,
body .woocommerce-info::after,
body .woocommerce-message::before,
body .woocommerce-message::after {
  display: none;
  height: 100%;
  top: 0;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  body .woocommerce-info::before,
  body .woocommerce-info::after,
  body .woocommerce-message::before,
  body .woocommerce-message::after {
    display: inline-flex;
  }
}
.single-product .woocommerce-notices-wrapper .woocommerce-message {
  margin-top: 4rem;
}
@media only screen and (max-width: 1024px) {
  .c-product {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-product__wrap {
  margin-bottom: var(--grid-gap);
}
@media only screen and (min-width: 1025px) {
  .c-product__wrap {
    display: flex;
  }
}
.c-product__media {
  position: relative;
}
.c-product__media::before {
  opacity: 0;
  transition: 0.65s ease;
  content: "";
  display: block;
  animation: gradient 6s ease infinite;
  background-image: linear-gradient(-90deg, #fff, #bbb, #bbb, #fff);
  background-size: 400% 400%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body.is-loading .c-product__media::before {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .c-product__media {
    width: 40%;
  }
}
@media only screen and (min-width: 1441px) {
  .c-product__media {
    width: 50%;
  }
}
.c-product__media img {
  width: 100%;
}
.c-product__media .woocommerce-product-gallery__image {
  position: relative;
}
.c-product__summary {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 1025px) {
  .c-product__summary {
    margin-top: 0;
    padding-left: 6%;
    width: 60%;
  }
}
@media only screen and (min-width: 1441px) {
  .c-product__summary {
    width: 50%;
  }
}
.c-product__summary .product_title {
  margin: 0;
}
.c-product__summary .price {
  color: var(--green);
  font-size: 1.5em;
  font-weight: var(--medium-bold);
  margin: 0.25em 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  gap: 0.1em;
}
@media only screen and (min-width: 1025px) {
  .c-product__summary .price {
    font-size: 2em;
  }
}
.c-product__summary .price .cart_price.wdr_product_strikeout del > del {
  display: none;
}
.c-product__summary .stock {
  display: none;
}
.c-product__summary .current-viewers {
  font-size: 0.9em;
  line-height: 1.2;
  margin-top: 1.5em;
  opacity: 0.75;
  overflow: hidden;
}
.c-product__summary .current-viewers i {
  color: var(--red);
  font-style: normal;
  font-weight: var(--medium-bold);
}
.c-product__summary .current-viewers b {
  display: inline-block;
  font-weight: var(--bold);
}
.c-product__summary .out-of-stock {
  color: var(--red);
  font-weight: var(--medium-bold);
}
.c-product__summary .woocommerce-product-details__short-description {
  margin: 1rem 0;
}
@media only screen and (min-width: 1025px) {
  .c-product__summary .woocommerce-product-details__short-description {
    margin: 2rem 0;
  }
}
.c-product__summary .woocommerce-product-details__short-description ol {
  margin-top: -1.25em;
  padding-left: 1rem;
}
.c-product__summary .woocommerce-product-details__short-description iframe {
  max-width: 100%;
  height: 22.5vh;
  margin: 1em 0;
}
@media only screen and (min-width: 1025px) {
  .c-product__summary .woocommerce-product-details__short-description iframe {
    height: 30vh;
  }
}
.c-product__summary
  .woocommerce-product-details__short-description.is-collapsed {
  position: relative;
  max-height: 116px;
  overflow: hidden;
}
.c-product__summary
  .woocommerce-product-details__short-description.is-collapsed::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  content: "";
  display: block;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
}
.c-product__summary .excerpt-show-more {
  background: none;
  border: 0;
  color: var(--black);
  cursor: pointer;
  font-size: 1rem;
  font-weight: var(--bold);
  padding: 0;
  position: relative;
  text-decoration: underline;
  top: -1rem;
}
@media only screen and (min-width: 1025px) {
  .c-product__summary .excerpt-show-more {
    top: -2rem;
  }
}
.c-product__summary .woocommerce-variation-price {
  display: none;
}
.c-product__summary .woocommerce-variation-price .price {
  display: none;
}
.c-product__summary
  .woocommerce-variation-price
  .cart_price.wdr_product_strikeout
  .price {
  display: inline;
}
.c-product__summary .variations {
  margin-bottom: 1rem;
  background: var(--light-gray);
  width: 100%;
  padding: 1em;
  border-radius: 4px;
}
@media only screen and (min-width: 1025px) {
  .c-product__summary .variations {
    margin-bottom: 2rem;
  }
}
.c-product__summary .variations .label {
  margin-bottom: 0.33em;
}
.c-product__summary .variations .label label {
  font-family: var(--heading-font);
  font-weight: var(--medium-bold);
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .c-product__summary .variations ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 1em;
  }
  .c-product__summary .variations ul li {
    margin: 0 !important;
  }
}
.c-product__summary .variations ul li.selected {
  box-shadow: var(
    --wvs-selected-item-box-shadow,
    0 0 0 3px var(--green)
  ) !important;
}
.c-product__summary .variations .variable-item-contents::before {
  z-index: 99;
}
.c-product__summary .variations .image-variable-item {
  border-radius: 99px !important;
  padding: 0 !important;
}
.c-product__summary .variations .image-variable-item img {
  border-radius: 99px;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-product__summary .variations th {
  text-align: left;
}
.c-product__summary .variations label {
  margin: 0 !important;
}
.c-product__summary .variations .reset_variations {
  display: none !important;
}
.c-product__summary .variations-quantity {
  align-items: center;
  display: flex;
}
.c-product__summary .variations-quantity .variations-add-more {
  font-size: 0.8em;
  line-height: 1.4;
  margin-left: 1em;
}
.c-product__summary .cart .qib-button-wrapper {
  display: flex;
  margin: 0;
}
.c-product__summary .cart .qib-button-wrapper * {
  font-size: 1em !important;
}
.c-product__summary .cart .qib-button-wrapper input {
  border-radius: 0;
}
.c-product__summary .cart .qib-button-wrapper .quantity {
  margin: 0 -1px;
}
.c-product__summary .cart button[type="submit"] {
  margin-top: 1rem;
}
@media only screen and (min-width: 1025px) {
  .c-product__summary .cart button[type="submit"] {
    margin-top: 2rem;
  }
}
.c-product__summary .product_meta {
  display: none;
}
.c-product .bundled_product {
  margin-top: 2rem;
}
.c-product .bundled_product .details {
  float: none !important;
  padding: 0 !important;
  width: auto !important;
}
.c-product .bundled_product .bundled_product_title,
.c-product .bundled_product .bundled_product_images,
.c-product .bundled_product .bundled_product_excerpt {
  display: none;
}
.c-product__price-text {
  color: var(--black);
  font-size: 0.7rem !important;
  font-weight: normal;
  opacity: 0.66;
}
.wdr_product_strikeout .c-product__price-text {
  display: none;
}
.c-product .bundle_error {
  display: none !important;
}
body main.o-main article span.onsale {
  background: var(--white);
  box-shadow: 0 4px 8px rgba(var(--black-rgb), 0.08);
  color: var(--black);
  font-family: var(--heading-font);
  height: 3rem;
  left: 0.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  top: 0.5rem;
  width: 3rem;
}
@media only screen and (min-width: 640px) {
  body main.o-main article span.onsale {
    height: 4rem;
    left: 1rem;
    line-height: 4rem;
    top: 1rem;
    width: 4rem;
  }
}
.woocommerce .page-title,
.woocommerce .term-description {
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .page-title {
  margin-bottom: 0.4em;
}
.woocommerce .term-description {
  margin-bottom: 2rem;
}
.woocommerce .term-description p {
  font-size: 0.9em;
}
@media only screen and (min-width: 1025px) {
  .woocommerce .term-description {
    margin-bottom: 4rem;
  }
}
.term-description {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1025px) {
  .term-description {
    margin-bottom: 2rem;
  }
}
.c-products {
  display: grid;
  grid-gap: var(--grid-gap);
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .cross-sells .c-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .c-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-products__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.c-products__item-img {
  position: relative;
  transition: 0.5s var(--cubic-bezier);
}
.c-products__item-img::before {
  opacity: 0;
  transition: 0.65s ease;
  content: "";
  display: block;
  animation: gradient 6s ease infinite;
  background-image: linear-gradient(-90deg, #fff, #bbb, #bbb, #fff);
  background-size: 400% 400%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body.is-loading .c-products__item-img::before {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .c-products__item-img:hover {
    opacity: 0.75;
    transform: scale(1.01);
  }
}
.c-products__item-img img {
  width: 100%;
}
.c-products__item-title {
  margin-bottom: 0.33em;
  margin-top: 1em;
}
.c-products__item-price {
  color: var(--green);
  display: block;
  font-weight: var(--bold-weight);
}
.c-products__item-price del {
  color: var(--black);
}
.c-products__item-price .cart_price.wdr_product_strikeout del > del {
  display: none;
}
.c-products a.product_type_variable {
  display: none !important;
}
.c-products a.button.product_type_variable {
  display: none !important;
}
.c-products a.add_to_cart_button {
  margin-top: 1em;
}
.cross-sells .c-products a.add_to_cart_button {
  display: block !important;
  margin-top: 0.5em !important;
}
.c-products__item-sold-out {
  background: var(--white);
  padding: 1rem;
  font-weight: var(--medium-bold);
  right: 0;
  position: absolute;
  top: 1rem;
}
.woocommerce-order-received .o-main__inner .u-row,
.woocommerce-order-received
  .o-main__inner
  .single-product
  .woocommerce-notices-wrapper,
.single-product
  .woocommerce-order-received
  .o-main__inner
  .woocommerce-notices-wrapper {
  max-width: 1200px;
  text-align: center;
}
.woocommerce-order-received .woocommerce-order-overview {
  display: none !important;
  margin-bottom: 3rem;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .woocommerce-order-received .woocommerce-order-overview {
    display: block !important;
  }
}
.woocommerce-order-received .woocommerce-order-details {
  padding: 2rem 0;
}
.woocommerce-order-received
  .woocommerce-customer-details
  .woocommerce-column.col-2 {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 640px) {
  .woocommerce-order-received
    .woocommerce-customer-details
    .woocommerce-column.col-2 {
    margin-top: 0;
  }
}
.woocommerce-order-received #klarna-checkout-container {
  display: none;
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#nprogress .bar {
  background: var(--black);
}
#nprogress .peg {
  box-shadow: none !important;
}
