@charset "UTF-8";
/* Theme Name: Arkösunds Livs
Theme Author: Erika Lundell
*/
/*
MIXINS

Här samlas olika SCSS-funktioner som kan inkluderas i övriga filer med @include.
https://sass-lang.com/documentation/at-rules/mixin

*/
/*
VARIABLER

Variabler som återkommer. Framförallt responsiva storlekar.

 */
html {
  font-size: 100%;
}

* {
  border: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
  padding: 0;
  text-rendering: auto;
  font-family: "Aleo";
}

body {
  box-sizing: border-box;
  color: #333;
  font-family: "Aleo";
  background: #F4F4F4;
  overflow-x: hidden;
  line-height: 1.3;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.alignleft,
.alignright {
  height: auto;
  max-width: 47%;
}

.alignnone {
  float: none;
}

.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

.aligncenter {
  display: block;
  margin: 1.5rem auto;
}

.mobile-only {
  display: none;
}
@media all and (max-width: 64rem) {
  .mobile-only {
    display: block;
  }
}

/* Generella marginaler */
#main {
  position: relative;
  padding-bottom: 110px;
}
@media all and (min-width: 64rem) {
  #main {
    padding-bottom: 170px;
  }
}

.container {
  margin: auto;
  max-width: calc(960px + 2.5rem);
  padding: 0 1rem;
  width: 100%;
}
@media all and (min-width: 21.26rem) {
  .container {
    padding: 0 1.25rem;
  }
}

.container--narrow {
  max-width: calc(895px + 2.5rem);
}

.container--medium {
  max-width: calc(1324px + 2.5rem);
}

.container--wide {
  max-width: 1770px;
}

.layout {
  margin: 1.25rem 0;
}

.overlay {
  position: relative;
}
.overlay::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.image--zoom {
  overflow: hidden;
}
.image--zoom > img {
  -ms-transform: scale(1, 1); /* IE 9 */
  -webkit-transform: scale(1, 1); /* Safari */
  transform: scale(1, 1);
  display: block;
  transition: all 2s ease;
}
.image--zoom:hover > img {
  -ms-transform: scale(1.1, 1.1); /* IE 9 */
  -webkit-transform: scale(1.1, 1.1); /* Safari */
  transform: scale(1.1, 1.1);
  transition: all 4s ease;
}

.heading {
  font-weight: 700;
}

.heading--primary,
.entry-content h1 {
  font-size: 1.875rem;
  line-height: 1.2;
}
@media all and (min-width: 64rem) {
  .heading--primary,
  .entry-content h1 {
    font-size: 2.5rem;
  }
}

.heading--secondary,
.entry-content h2 {
  font-size: 1.47rem;
}

.entry-content h3 {
  font-size: 1.125rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
  margin-bottom: 0.5rem;
}
.entry-content p + h1, .entry-content p + h2, .entry-content p + h3 {
  margin-top: 1.5rem;
}
.entry-content .opening-hours {
  padding-left: 0;
}

.preamble {
  font-size: 0.9375rem;
}
@media all and (min-width: 64rem) {
  .preamble {
    font-size: 1.125rem;
  }
}
.preamble p {
  font: inherit;
}

.page-header__preamble {
  line-height: 1.17;
}

.entry-content ul,
.entry-content ol {
  margin-bottom: 1em;
  padding-left: 1em;
}
.entry-content p {
  margin-bottom: 1em;
}
.entry-content :last-child {
  margin-bottom: 0;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.button, a.button, button.button,
.ucsmb-bankid-login .ucsmb-bankid-button,
.ucsmb-bankid-authcontainer .ucsmb-bankid-button {
  background: #333;
  border-radius: 1.675rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
  color: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.18;
  padding: 0.675rem 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media all and (min-width: 64rem) {
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .button, a.button, button.button,
  .ucsmb-bankid-login .ucsmb-bankid-button,
  .ucsmb-bankid-authcontainer .ucsmb-bankid-button {
    padding: 1rem 2.5rem !important;
  }
}

.woocommerce ul.products li.product .loop-add-to-cart-wrapper .read-more-button,
.woocommerce ul.products li.product .loop-add-to-cart-wrapper .woocommerce-loop-product__submit, .woocommerce button.single_add_to_cart_button.alt {
  color: #333;
  padding: 0 !important;
}

.checkout-button.button.alt.wc-forward,
.woocommerce-EditAccountForm .button,
#place_order,
.wc-forward {
  background: #C63524 !important;
  color: #fff !important;
}
.checkout-button.button.alt.wc-forward::after,
.woocommerce-EditAccountForm .button::after,
#place_order::after,
.wc-forward::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-size: 0.9em;
  margin-left: 1rem;
}

.site-nav {
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.16);
  left: 0;
  position: sticky;
  top: 0;
  z-index: 9;
}

.site-nav__top {
  background: #333;
  padding: 1rem 0;
  position: relative;
}
@media all and (min-width: 48.1rem) {
  .site-nav__top {
    padding: 1.25rem 0;
  }
}
@media all and (min-width: 99rem) {
  .site-nav__top {
    padding: 1.5rem 0;
  }
}

.site-nav__branding--text {
  display: block;
  height: auto;
  margin: auto auto auto 0;
  width: 170px;
}
@media all and (min-width: 64rem) {
  .site-nav__branding--text {
    width: 180px;
  }
}
@media all and (min-width: 85.375rem) {
  .site-nav__branding--text {
    width: 240px;
  }
}
@media all and (min-width: 99rem) {
  .site-nav__branding--text {
    width: 280px;
  }
}

.site-nav__top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media all and (min-width: 48.1rem) {
  .site-nav__top-container {
    position: relative;
  }
}
@media all and (min-width: 64rem) {
  .site-nav__top-container {
    padding-left: calc(2.5rem + 75px);
  }
}
@media all and (min-width: 85.375rem) {
  .site-nav__top-container {
    padding-left: calc(2.5rem + 83px);
  }
}

.site-nav__toggle {
  z-index: 999;
}
@media all and (min-width: 64rem) {
  .site-nav__toggle {
    display: none;
  }
}

@media all and (max-width: 64rem) {
  .site-nav__bottom {
    background-color: #333;
    background-image: url("assets/img/footer-waves.svg");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 60px;
    height: 100vh;
    left: 0;
    opacity: 0;
    padding: 3rem 0 5rem 0;
    pointer-events: none;
    position: fixed;
    text-align: center;
    top: 0;
    transform: translateX(-100%);
    transition: opacity 0.5s ease 0s, transform 0s 1s;
    width: 100vw;
    z-index: 9;
  }
}
@media all and (max-height: 680px) and (max-width: 64rem) {
  .site-nav__bottom {
    padding: 1.5rem 0 5rem 0;
  }
}
@media all and (max-width: 64rem) and (min-height: 750px) {
  .site-nav__bottom {
    padding: 5rem 0;
  }
}
@media all and (min-width: 64rem) {
  .site-nav__bottom {
    background: #EFECE5;
    display: block !important;
    padding: calc(0.9375rem - 4px) 0;
  }
}
@media all and (min-width: 99rem) {
  .site-nav__bottom {
    padding: 0.75rem 0;
  }
}

@media all and (max-width: 64rem) {
  .site-nav__bottom--open {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
    transition: opacity 0.5s ease, transform 0s 0s;
    z-index: 99;
  }
}

@media all and (min-width: 64rem) {
  .site-nav__branding--logo {
    display: none;
  }
}
.site-nav__branding--logo img {
  margin: auto;
}
@media all and (min-width: 48.1rem) {
  .site-nav__branding--logo img {
    width: 200px;
  }
}

.site-nav__branding--icon {
  display: none;
}
@media all and (min-width: 64rem) {
  .site-nav__branding--icon {
    display: block;
    height: auto;
    left: 1.25rem;
    position: absolute;
    top: -0.75rem;
    width: 75px;
  }
}
@media all and (min-width: 85.375rem) {
  .site-nav__branding--icon {
    top: -1rem;
    width: 83px;
  }
}
@media all and (min-width: 99rem) {
  .site-nav__branding--icon {
    top: -0.625rem;
  }
}

.site-nav__bottom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin: auto;
}
@media all and (max-width: 64rem) {
  .site-nav__bottom-container {
    max-width: 500px;
  }
}
@media all and (min-width: 64rem) {
  .site-nav__bottom-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: calc(2.5rem + 75px);
    position: relative;
  }
}
@media all and (min-width: 85.375rem) {
  .site-nav__bottom-container {
    padding-left: calc(2.5rem + 83px);
  }
}

.site-header__menu {
  list-style: none;
  margin: auto 0 0 0;
}
@media all and (min-width: 64rem) {
  .site-header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header__menu .menu-item {
  margin-bottom: 0.75rem;
}
@media all and (min-width: 64rem) {
  .site-header__menu .menu-item {
    line-height: 1.2;
    margin: 0 1.5rem 0 0;
  }
}
@media all and (min-width: 85.375rem) {
  .site-header__menu .menu-item {
    margin-right: 2.75rem;
  }
}
.site-header__menu .menu-item a {
  border: 1px solid #CEC2AA;
  border-radius: 25px;
  color: #fff;
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media all and (min-height: 750px) and (max-width: 64rem) {
  .site-header__menu .menu-item a {
    font-size: 1.25rem;
  }
}
@media all and (pointer: fine) and (max-width: 64rem) {
  .site-header__menu .menu-item a:hover {
    background: #CEC2AA;
    color: #333;
  }
}
@media all and (min-width: 64rem) {
  .site-header__menu .menu-item a {
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #333;
    font-size: 1rem;
    padding: 2px 0 0 0;
    width: auto;
  }
}
@media all and (min-width: 99rem) {
  .site-header__menu .menu-item a {
    font-size: 1.25rem;
  }
}
@media all and (pointer: fine) and (min-width: 64rem) {
  .site-header__menu .menu-item a:hover {
    border-bottom: 2px solid #CEC2AA;
  }
}

@media all and (min-width: 64rem) {
  .site-header__menu .current_page_item a,
  .site-header__menu .current-menu-item a,
  .tax-product_cat .site-header__menu .handla-online a,
  .single-product .site-header__menu .handla-online a {
    border-bottom: 2px solid #CEC2AA;
  }
}

#searchform {
  background: #EFECE5;
  left: 0;
  padding: 0.625rem 1.25rem;
  top: 100%;
  width: 100%;
  z-index: 8;
}
@media all and (max-width: 48rem) {
  #searchform {
    z-index: 99;
  }
}
@media all and (min-width: 48.1rem) {
  #searchform {
    background: none;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40%;
  }
}

.searchform__wrapper {
  border-radius: 2.5rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 48.1rem) {
  .searchform__wrapper {
    max-width: 627px;
    padding: 0;
  }
}

.searchform__searchbox,
.searchform__submit {
  background-color: #fff;
  border: 0;
  font-size: 1rem;
}

.searchform__searchbox {
  background: #fff;
  color: #333;
  font-family: "Figtree";
  margin-left: -1px;
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem 1rem 1rem 3.25rem;
}
@media all and (min-width: 64rem) and (max-width: 98.9rem) {
  .searchform__searchbox {
    padding: 0.75rem 0.75rem 0.75rem 3.25rem;
  }
}

.searchform__submit {
  background-image: url("assets/img/search.svg");
  background-position: 1rem center;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  font-size: 0;
  height: 100%;
  left: 0;
  padding: 1rem;
  position: absolute;
  width: 3rem;
}
@media all and (min-width: 64rem) and (max-width: 98.9rem) {
  .searchform__submit {
    padding: 0.75rem;
  }
}

.site-nav__top .searchform {
  display: none;
}
@media all and (min-width: 48.1rem) {
  .site-nav__top .searchform {
    display: block;
  }
}

@media all and (min-width: 48.1rem) {
  .site-nav__mobile-search {
    display: none;
  }
}

.site-nav__cart {
  background: transparent;
  margin-right: 1.25rem;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 99rem) {
  .site-nav__cart {
    margin-right: 2.5rem;
  }
}
.site-nav__cart img {
  height: auto;
  width: 21px;
}
@media all and (min-width: 99rem) {
  .site-nav__cart img {
    width: 32px;
  }
}
.site-nav__cart .site-nav__cart-count {
  border-right: 2px solid #CEC2AA;
  color: #fff;
  margin: 0 0.5rem 0 0;
  padding: 0 0.5rem 0 0;
  text-decoration: none;
}
@media all and (min-width: 99rem) {
  .site-nav__cart .site-nav__cart-count {
    font-size: 1.25rem;
    line-height: 27px;
    margin: 0 0.75rem 0 0;
    padding: 0 0.75rem 0 0;
  }
}

.site-nav__user {
  margin-right: 1.25rem;
  width: 14px;
}
@media all and (min-width: 99rem) {
  .site-nav__user {
    width: 19px;
  }
}
.site-nav__user img {
  position: relative;
  top: -2px;
}

.site-nav__hours {
  color: #CEC2AA;
  margin: auto 0;
}
@media all and (min-width: 64rem) {
  .site-nav__hours {
    display: none;
  }
}
@media all and (max-height: 680px) and (max-width: 64rem) {
  .site-nav__hours .opening-hours {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 64rem) and (min-height: 750px) {
  .site-nav__hours .opening-hours {
    font-size: 1.25rem;
  }
}
.site-nav__hours .opening-hours__title {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.site-nav__hours .opening-hours__item {
  margin: 0 0.25em;
}

.opening-hours {
  list-style: none;
}

.site-nav__open-today {
  display: none;
}
@media all and (min-width: 64rem) {
  .site-nav__open-today {
    color: #fff;
    display: block;
    line-height: 1;
    position: absolute;
    right: 14%;
  }
}
@media all and (min-width: 85.375rem) {
  .site-nav__open-today {
    font-size: 1.25rem;
    right: 12%;
  }
}
@media all and (min-width: 99rem) {
  .site-nav__open-today {
    font-size: 1.5rem;
    right: 15%;
  }
}

.site-footer {
  background-color: #333;
  background-image: url("assets/img/footer-waves.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 60px;
  padding: 0 0 60px 0;
}
@media all and (min-width: 64rem) {
  .site-footer {
    background-size: auto 80px;
    padding: 0 0 80px 0;
  }
}

.site-footer__branding {
  margin-bottom: -70px;
  position: relative;
  text-align: center;
  top: -70px;
  z-index: 1;
}
@media all and (min-width: 64rem) {
  .site-footer__branding {
    margin-bottom: -100px;
    top: -100px;
  }
}
.site-footer__branding img {
  margin: auto;
}
@media all and (max-width: 64rem) {
  .site-footer__branding img {
    height: auto;
    width: 112px;
  }
}

.site-footer__hours {
  font-size: 1rem !important;
}
@media all and (min-width: 64rem) {
  .site-footer__hours {
    font-size: 1.5rem !important;
    margin-bottom: 0.125rem;
  }
}

.site-footer__contact {
  align-items: center;
  color: #fff;
  font-family: "Figtree";
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.75rem 0;
  text-align: center;
}
@media all and (min-width: 64rem) {
  .site-footer__contact {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 1.75rem 0 1.875rem 0;
  }
}
.site-footer__contact * {
  font: inherit;
  font-style: normal;
}

.site-footer__contact-info {
  margin-top: 0.125rem;
}
@media all and (min-width: 64rem) {
  .site-footer__contact-info {
    margin: 0;
  }
}

.site-footer__address {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.site-footer__tel,
.site-footer__email,
.site-footer__privacy-link {
  color: #fff;
  font-family: "Figtree";
  text-decoration: none;
}

.site-footer__tel + .site-footer__email::before {
  content: "|";
  margin: 0 0.5em 0 0.375em;
}

@media all and (min-width: 21.26rem) {
  .site-footer__orgnr::before {
    content: ", ";
  }
}

.site-footer__privacy-link-container {
  text-align: center;
}

.social-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 1.125rem;
}
@media all and (min-width: 64rem) {
  .social-nav {
    margin-bottom: 1.375rem;
  }
}

.social-nav__item {
  margin: 0 0.9375rem;
}

@media all and (max-width: 64rem) {
  .social-nav__icon {
    height: 25px;
    width: 25px;
  }
}

.social-nav__link {
  /*
  .fab {
    position:absolute;
    @include translate(-50%,-50%);
    left:50%;
    top:50%;
    font-size:1.375rem;
  }
  .fa-facebook-f {
    transform:none;
    left:auto;
    top:auto;
    bottom:0;
    right:.375rem;
    font-size:1.5rem;
  }*/
}

@media all and (min-width: 48.1rem) {
  .layout--fp {
    margin: 3rem 0;
  }
}

.hero {
  position: relative;
}

.hero__img--mobile {
  margin: 1.25rem 0;
}
@media all and (min-width: 64rem) {
  .hero__img--mobile {
    display: none;
  }
}
.hero__img--mobile img {
  border-radius: 1rem;
}

.hero__img--desktop {
  display: none;
}
@media all and (min-width: 64rem) {
  .hero__img--desktop {
    display: block;
  }
}
.hero__img--desktop img {
  max-width: none;
  width: 100%;
}

.hero__logo {
  height: auto;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 52%;
  width: 55%;
}
@media all and (min-width: 64rem) {
  .hero__logo {
    top: 47%;
    width: 35%;
  }
}

@media all and (min-width: 48.1rem) and (max-width: 64rem) {
  .hero--video .hero--logo {
    width: 35%;
  }
}

.hero--video {
  aspect-ratio: 9/16;
  overflow: hidden;
}
@media all and (min-width: 48.1rem) {
  .hero--video {
    aspect-ratio: 16/9;
  }
}

.iframe__wrapper--hero {
  aspect-ratio: 9/16;
  background-size: cover;
  height: auto;
  left: 0;
  min-height: 100vh;
  min-width: 100%;
  top: 0;
  width: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media all and (min-width: 48.1rem) {
  .iframe__wrapper--hero {
    aspect-ratio: auto;
    height: 100%;
    left: 50%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: absolute;
    top: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.iframe__wrapper--hero-desktop {
  display: none;
}
@media all and (min-width: 48.1rem) {
  .iframe__wrapper--hero-desktop {
    display: block;
    height: 100%;
  }
}
.iframe__wrapper--hero-desktop::after {
  background: black;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.iframe__wrapper iframe,
.iframe__wrapper--hero iframe {
  border: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media all and (min-width: 48.1rem) {
  .iframe__wrapper--hero-mobile {
    display: none;
  }
}

.fp-intro {
  text-align: center;
}
@media all and (min-width: 48.1rem) {
  .fp-intro {
    margin: auto;
    width: 85%;
  }
}

.fp-intro__heading {
  margin-bottom: 0.675rem;
}
@media all and (min-width: 64rem) {
  .fp-intro__heading {
    font-size: 1.6875rem;
  }
}

@media all and (min-width: 48.1rem) {
  .fp-intro__preamble p {
    font-size: 1.06em;
  }
}

@media all and (min-width: 64rem) {
  .fp-hours {
    display: none;
  }
}

.fp-hours .opening-hours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.fp-hours .opening-hours li {
  font-size: 1.25rem;
  margin: 0 0.25em;
}

.fp-cta {
  background: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
  display: block;
  line-height: 1.2;
  margin: 1rem auto;
  max-width: 914px;
  padding: 1.125rem 1.6rem;
  position: relative;
  text-decoration: none;
}
.fp-cta::after {
  background-image: url("assets/img/chevron-right.svg");
  background-size: cover;
  content: "";
  height: 2.5rem;
  position: absolute;
  right: 1.6875rem;
  top: 50%;
  width: 2.5rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.fp-cta__heading {
  color: #333;
  display: block;
  font-size: 1.56rem;
  font-weight: 700;
  margin-bottom: 0.125rem;
}
@media all and (min-width: 64rem) {
  .fp-cta__heading {
    font-size: 1.6875rem;
  }
}

.fp-cta__subheading {
  color: #707070;
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media all and (min-width: 64rem) {
  .fp-cta__subheading {
    font-size: 1.25rem;
  }
}

ul.fp-links.icon-links {
  flex-wrap: wrap;
}

@media all and (min-width: 48.1rem) {
  ul.fp-links--cols-3 {
    justify-content: center;
  }
}
@media all and (min-width: 35.5rem) and (max-width: 48rem) {
  ul.fp-links--cols-3 li.icon-links__item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
  }
}

.page-section {
  background: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
  margin-bottom: 1rem;
  padding: 1.5rem 1.6875rem;
}
@media all and (min-width: 64rem) {
  .page-section {
    padding: 1.625rem 2.5rem;
  }
}

.page-header__preamble {
  margin-top: 0.125rem;
}
@media all and (min-width: 64rem) {
  .page-header__preamble {
    margin-top: 0.5rem;
  }
}

.page-header {
  background: #EFECE5;
  margin: 1.75rem 0;
}
@media all and (min-width: 64rem) {
  .page-header {
    margin: 4.5rem 0 1.75rem 0;
  }
}

#main {
  min-height: 60vh;
}

.toggle-section__item {
  background: #fff;
  border-radius: 1.875rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
  cursor: pointer;
  list-style: none;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 1.125rem;
}
@media all and (min-width: 64rem) {
  .toggle-section__item {
    padding-bottom: 0.875rem;
  }
}

.toggle-section__title {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.16;
  padding: 1.125rem 1.5rem 0 1.5rem;
  position: relative;
}
@media all and (min-width: 64rem) {
  .toggle-section__title {
    padding: 0.875rem 2.5rem 0 2.5rem;
  }
}

.toggle-section__content {
  background: #fff;
  display: none;
  margin-top: 0.75rem;
  padding: 1.125rem 1.5rem;
}
@media all and (min-width: 64rem) {
  .toggle-section__content {
    padding: 1.125rem 2.5rem;
  }
}

.toggle-section__title::before {
  content: "+";
  position: absolute;
  right: 1.5rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
}

.toggle-section__title--open::before {
  content: "\f068";
}

.toggle-section--chevron .toggle-section__title::before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-style: normal;
}
.toggle-section--chevron .toggle-section__title--open::before {
  content: "\f077";
}

@media all and (min-width: 48.1rem) {
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

.content-section {
  margin: 1rem 0;
}
@media all and (min-width: 64rem) {
  .content-section {
    margin-bottom: 1.875rem !important;
  }
}
.content-section + .content-section {
  margin-top: 1rem;
}
@media all and (min-width: 64rem) {
  .content-section + .content-section {
    margin-top: 1.875rem;
  }
}

@media all and (min-width: 48.1rem) {
  .columns--reverse {
    flex-direction: row-reverse;
  }
}

@media all and (min-width: 48.1rem) {
  .columns__col {
    -webkit-box-flex: 0 0 calc(50% - 1.25rem);
    -webkit-flex: 0 0 calc(50% - 1.25rem);
    -ms-flex: 0 0 calc(50% - 1.25rem);
    flex: 0 0 calc(50% - 1.25rem);
  }
}
@media all and (min-width: 48.1rem) {
  .columns__col {
    -webkit-box-flex: 0 0 calc(50% - 2.4rem);
    -webkit-flex: 0 0 calc(50% - 2.4rem);
    -ms-flex: 0 0 calc(50% - 2.4rem);
    flex: 0 0 calc(50% - 2.4rem);
  }
}
.columns__col:first-child {
  margin-bottom: 1.75rem;
}
@media all and (min-width: 48.1rem) {
  .columns__col:first-child {
    margin-bottom: 0;
  }
}
.columns__col:last-child {
  margin-bottom: 0;
}

.acf-map {
  min-height: 400px;
}

ul.icon-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  width: 100%;
}
@media all and (min-width: 64rem) {
  ul.icon-links {
    margin-bottom: -3.43rem;
    margin-left: -3.43rem;
    width: calc(100% + 3.43rem);
  }
}

li.icon-links__item {
  -webkit-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: 100%;
  list-style: none;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}
@media all and (min-width: 48.1rem) {
  li.icon-links__item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media all and (min-width: 64rem) {
  li.icon-links__item {
    margin-bottom: 3.43rem;
    padding-left: 3.43rem;
  }
}

a.icon-links__link {
  background: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.0274509804);
  color: #333;
  display: block;
  font-weight: 400;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
}
a.icon-links__link img {
  margin: 0 auto 1rem auto;
}

ul.gallery {
  display: grid;
  gap: 1.25rem; /* Both column and row gaps */
  grid-template-columns: repeat(2, 1fr); /* Default: Mobile (50% width) */
  padding: 0;
}
@media all and (min-width: 35.5rem) and (max-width: 48rem) {
  ul.gallery {
    gap: 2.5rem;
  }
}
@media all and (min-width: 48.1rem) {
  ul.gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 64rem) {
  ul.gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
ul.gallery .grid-item {
  list-style: none;
}

.lb-data .lb-number {
  display: none !important;
}

body.error404 #main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.error404 #main .layout {
  margin: auto;
}

header.error-404 {
  text-align: center;
}
header.error-404 .heading {
  margin-bottom: 1.5rem;
}

.faq__filters .facetwp-facet {
  margin-bottom: 1.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #C1C1C1;
}
@media all and (min-width: 25.75rem) {
  .faq__filters .facetwp-facet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 48.1rem) {
  .faq__filters .facetwp-facet {
    border-bottom: 1px solid #898989;
    margin-bottom: 2.75rem;
    padding-bottom: 1.75rem;
  }
}
.faq__filters .facetwp-facet .facetwp-radio {
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 1.675rem;
  padding: 0;
  background: #EFECE5;
}
@media all and (min-width: 25.75rem) {
  .faq__filters .facetwp-facet .facetwp-radio {
    -webkit-box-flex: 0 0 calc(50% - 0.5rem);
    -webkit-flex: 0 0 calc(50% - 0.5rem);
    -ms-flex: 0 0 calc(50% - 0.5rem);
    flex: 0 0 calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 48.1rem) {
  .faq__filters .facetwp-facet .facetwp-radio {
    height: 3.75rem;
    line-height: 3.75rem;
    font-size: 1.125rem;
    border-radius: 3.75rem;
    -webkit-box-flex: 0 0 calc(25% - 0.5rem);
    -webkit-flex: 0 0 calc(25% - 0.5rem);
    -ms-flex: 0 0 calc(25% - 0.5rem);
    flex: 0 0 calc(25% - 0.5rem);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
}
.faq__filters .facetwp-facet .facetwp-radio.checked {
  background: #CEC2AA;
}
.faq__filters .facetwp-facet .facetwp-counter {
  display: none;
}

.faq__question-answer {
  background: #EFECE5;
}
@media all and (min-width: 64rem) {
  .faq__question-answer {
    margin: 0.875rem 0 2rem 0;
    padding: 2rem 2.5rem;
  }
}

.searchwp-live-search-result {
  color: inherit;
  flex-wrap: nowrap !important;
  position: relative;
  text-decoration: none;
}
.searchwp-live-search-result .product-info {
  font-size: 0.875rem;
}
.searchwp-live-search-result .price-wrapper {
  font-size: 1.06rem;
  font-weight: 700;
  position: absolute;
  right: 1.25rem;
  text-align: right;
  top: 1.25rem;
}
.searchwp-live-search-result .price-wrapper .price__compare {
  color: #898989;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
}
.searchwp-live-search-result .searchwp-live-search-result--info {
  padding: 10px;
  padding-right: 5rem;
}

.searchwp-live-search-results .view-all-results.search-result-item {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.searchwp-live-search-results .view-all-results.search-result-item a.view-all-link {
  background: #333;
  border-radius: 1.675rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.18;
  padding: 0.675rem 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
  width: 100%;
}

.woocommerce-cart #main .container {
  max-width: calc(1170px + 2.5rem);
}

.woocommerce-cart-checkout-header {
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
}
@media all and (min-width: 48.1rem) {
  .woocommerce-cart-checkout-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.woocommerce-cart-checkout-header .heading--primary {
  margin-bottom: 0.5rem;
}
.woocommerce-cart-checkout-header .heading--primary:last-child {
  margin: 0;
}

@media all and (min-width: 48.1rem) {
  .woocommerce-cart .woocommerce-cart-checkout-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(193, 193, 193, 0.5);
    margin-bottom: 1.5rem;
    padding-bottom: 1.875rem;
  }
}
.woocommerce-cart .woocommerce-cart-checkout-header .wc-proceed-to-checkout {
  display: none;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 48.1rem) {
  .woocommerce-cart .woocommerce-cart-checkout-header .wc-proceed-to-checkout {
    display: block;
    margin: auto 0 auto auto;
  }
}

@media all and (min-width: 48.1rem) {
  .woocommerce-cart .wc-proceed-to-checkout {
    text-align: right;
  }
}
@media all and (min-width: 48.1rem) {
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.1333333333);
    color: #fff;
    display: inline-block;
    font-size: 1.125rem !important;
    line-height: 1.18;
    margin-bottom: 0 !important;
    padding: 0.875rem 3.125rem;
    text-decoration: none;
    width: auto;
  }
}

@media all and (max-width: 48rem) {
  .woocommerce-cart-form table.shop_table {
    background: #fff;
    border-radius: 0.9375rem;
    box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
    margin-bottom: 1rem;
    padding: 0 1.25rem;
  }
}
@media all and (min-width: 48.1rem) {
  .woocommerce-cart-form table.shop_table {
    margin-bottom: 0 !important;
  }
}
@media all and (min-width: 48.1rem) {
  .woocommerce-cart-form table.shop_table tbody {
    position: relative;
  }
  .woocommerce-cart-form table.shop_table tbody::Before {
    background: #fff;
    border-radius: 0.9375rem;
    box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
  }
}
@media all and (min-width: 48.1rem) {
  .woocommerce-cart-form table.shop_table tbody tr {
    position: relative;
  }
}
@media all and (min-width: 48.1rem) {
  .woocommerce-cart-form table.shop_table tbody tr::after {
    background: rgba(193, 193, 193, 0.5);
    content: "";
    display: block;
    height: 1px;
    left: 1rem;
    position: absolute;
    top: 100%;
    width: calc(100% - 2rem);
  }
}
@media all and (min-width: 64rem) {
  .woocommerce-cart-form table.shop_table tbody tr::after {
    left: 3.5rem;
    width: calc(100% - 7rem);
  }
}
.woocommerce-cart-form table.shop_table tbody tr:last-child::after {
  content: none;
}
.woocommerce-cart-form table.shop_table thead th {
  font-size: 1.125rem;
  padding: 0 0 0.75rem 0;
}
@media all and (min-width: 48.1rem) {
  .woocommerce-cart-form table.shop_table tr td {
    padding: 1rem 0;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce-cart-form table.shop_table tr td {
    padding: 1.5rem 0;
  }
}
@media all and (min-width: 48.1rem) {
  .woocommerce-cart-form table.shop_table tr td:first-child {
    padding-left: 1rem;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce-cart-form table.shop_table tr td:first-child {
    padding-left: 3.5rem;
  }
}
@media all and (min-width: 48.1rem) {
  .woocommerce-cart-form table.shop_table tr td:last-child {
    padding-right: 1rem;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce-cart-form table.shop_table tr td:last-child {
    padding-right: 3.5rem;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce-cart-form table.shop_table tr:first-child td {
    padding-top: 2.5rem;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce-cart-form table.shop_table tr:last-child td {
    padding-bottom: 2.5rem;
  }
}

.woocommerce table.shop_table.cart {
  border: 0;
}

.woocommerce table.shop_table.cart td {
  border: 0;
}
@media all and (max-width: 48rem) {
  .woocommerce table.shop_table.cart td {
    padding: 0;
  }
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  content: none;
}

.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
}
@media all and (max-width: 48rem) {
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 1.25rem 0;
    position: relative;
  }
}
.woocommerce table.shop_table_responsive tr:last-child, .woocommerce-page table.shop_table_responsive tr:last-child {
  border: 0;
}

@media all and (max-width: 48rem) {
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    background: transparent !important;
    text-align: left !important;
  }
}

td.product-remove {
  position: absolute;
  right: 0;
  top: 1rem;
}
@media all and (min-width: 48.1rem) {
  td.product-remove {
    position: static;
  }
}
td.product-remove a.remove {
  color: #333 !important;
  font-size: 1.75rem;
  font-weight: 300;
  height: auto;
  line-height: 1;
  width: auto;
}
@media all and (min-width: 48.1rem) {
  td.product-remove a.remove {
    font-size: 0;
    position: relative;
    text-align: right;
  }
}
@media all and (min-width: 48.1rem) {
  td.product-remove a.remove::after {
    content: "\f2ed";
    font-family: "Font Awesome 6 Sharp";
    font-size: 1rem;
    font-weight: 300;
  }
}
@media all and (min-width: 64rem) {
  td.product-remove a.remove::after {
    font-size: 1.25rem;
  }
}
@media all and (pointer: fine) {
  td.product-remove a.remove:hover {
    background: none;
    color: #333 !important;
  }
}

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
  display: block;
  -webkit-box-flex: 0 0 4.75rem;
  -webkit-flex: 0 0 4.75rem;
  -ms-flex: 0 0 4.75rem;
  flex: 0 0 4.75rem;
}
.woocommerce #content table.cart .product-thumbnail img, .woocommerce table.cart .product-thumbnail img, .woocommerce-page #content table.cart .product-thumbnail img, .woocommerce-page table.cart .product-thumbnail img {
  height: auto;
  width: 3.5rem;
}

td.product-name {
  padding-right: 3rem;
  -webkit-box-flex: 0 0 calc(100% - 1.25rem - 3.5rem);
  -webkit-flex: 0 0 calc(100% - 1.25rem - 3.5rem);
  -ms-flex: 0 0 calc(100% - 1.25rem - 3.5rem);
  flex: 0 0 calc(100% - 1.25rem - 3.5rem);
  position: relative;
}
td.product-name a {
  color: #333;
  display: block;
  font-size: 1.06rem;
  font-weight: bold;
  line-height: 1.25rem;
  text-decoration: none;
}
@media all and (min-width: 48.1rem) {
  td.product-name a {
    margin-bottom: 0.25rem;
  }
}
@media all and (min-width: 64rem) {
  td.product-name a {
    font-size: 1.125rem;
  }
}
td.product-name .campaign {
  display: inline;
  position: static;
}
@media all and (min-width: 48.1rem) {
  td.product-name .campaign {
    font-size: 0.75rem;
    margin-right: 0.25rem;
  }
}
td.product-name .product-info {
  display: inline;
}
@media all and (min-width: 48.1rem) {
  td.product-name .product-info {
    font-size: 0.9375rem;
    line-height: 0.9225rem;
  }
}

td.product-quantity .quantity-container--cart {
  border-radius: 2rem;
  margin-top: 0.375rem;
  width: 5.3125rem;
}

td.product-subtotal {
  align-self: flex-end;
  margin-left: auto;
  text-align: right !important;
}
td.product-subtotal .original-subtotal {
  color: #898989;
  font-size: 0.8125rem;
  line-height: 1.18;
  text-align: right;
  text-decoration: line-through;
}
td.product-subtotal .discounted-subtotal {
  color: #C63524;
}
@media all and (min-width: 48.1rem) {
  td.product-subtotal .discounted-subtotal {
    color: #333;
  }
}
td.product-subtotal .discounted-subtotal,
td.product-subtotal .regular-subtotal {
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: right;
}

@media all and (max-width: 48rem) {
  td.product-price,
  th.product-price {
    display: none !important;
  }
}

@media all and (min-width: 48.1rem) {
  td.product-subtotal,
  th.product-subtotal {
    padding-right: 2rem !important;
    text-align: right;
  }
}

.actions {
  padding: 1.25rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (min-width: 35.5rem) {
  .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media all and (min-width: 64rem) {
  .actions {
    padding: 1.625rem 0;
  }
}

button.cart__update {
  background: #fff !important;
  color: #333 !important;
}
@media all and (max-width: 35.49rem) {
  button.cart__update {
    margin-top: 1.25rem !important;
  }
}
@media all and (min-width: 35.5rem) {
  button.cart__update {
    margin: 0 0 0 1.5rem !important;
  }
}
button.cart__update::after {
  content: "\f021";
  font-weight: 400;
  margin-left: 1rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-style: normal;
}

a.empty-cart-btn {
  background: #fff !important;
  color: #333 !important;
}
@media all and (min-width: 64rem) {
  a.empty-cart-btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
a.empty-cart-btn::after {
  content: "\f2ed";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  margin-left: 1rem;
}

.mobile-fixed-cart-footer {
  background: #f4f4f4;
  bottom: 0;
  box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.1607843137);
  left: 0;
  padding: 0.75rem 1.25rem 1.25rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 2;
}
@media all and (min-width: 48.1rem) {
  .mobile-fixed-cart-footer {
    display: none;
  }
}
.mobile-fixed-cart-footer .wc-proceed-to-checkout {
  padding: 0;
}
.mobile-fixed-cart-footer a.checkout-button {
  margin: 0 !important;
}

.mobile-fixed-cart-footer__total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.mobile-fixed-cart-footer__total strong {
  font-weight: 400;
}

@media all and (min-width: 48.1rem) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 53%;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 640px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
  background: #fff;
  border: 0;
  border-radius: 0.9375rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
  margin-bottom: 1rem;
  padding: 0 1.6875rem;
}
@media all and (min-width: 48.1rem) {
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
    padding: 0.5rem 2.5rem;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
    padding: 0.5rem 3.125rem;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody th {
  display: table-cell;
  font-weight: 400;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .order-total th {
  font-weight: 700;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody td {
  border: 0;
  font-size: 1.125rem;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 48.1rem) {
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody th,
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody td {
    border-bottom: 1px solid rgba(193, 193, 193, 0.5);
  }
}
@media all and (min-width: 48.1rem) {
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody th,
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody td {
    padding: 1.875rem 0;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr:last-child th, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr:last-child td {
  border: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody td {
  margin-left: auto;
  text-align: right;
}

#order_review_heading,
#customer_details .col-1 h3:first-child {
  font-size: 1.3125rem;
}
@media all and (min-width: 64rem) {
  #order_review_heading,
  #customer_details .col-1 h3:first-child {
    font-size: 1.625rem;
  }
}

.woocommerce form .form-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
#billing_country_field span,
#shipping_country_field span {
  background: #fff;
  border-radius: 1.25rem;
  display: block;
  font-size: 1rem;
  padding: 0.675rem 1rem;
}

#billing_country_field span,
#shipping_country_field span {
  cursor: not-allowed;
  opacity: 0.4;
}
#billing_country_field span strong,
#shipping_country_field span strong {
  font-weight: normal;
}

.woocommerce form .form-row {
  margin-bottom: 0.875rem;
}
@media all and (min-width: 64rem) {
  .woocommerce form .form-row {
    margin-bottom: 1.4375rem;
  }
}
.woocommerce form .form-row#billing_address_1_field {
  margin-bottom: 0.5rem;
}

.woocommerce form .form-row label {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
@media all and (min-width: 64rem) {
  .woocommerce form .form-row label {
    font-size: 1.3125rem;
    line-height: 1.5rem;
  }
}

#customer_details {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2.5rem;
  padding-bottom: 1.25rem;
  position: relative;
}
@media all and (min-width: 64rem) {
  #customer_details {
    padding-bottom: 2.5rem;
    padding-top: 5.5rem;
  }
}
#customer_details .col-1 h3:first-child {
  font-size: 1.3125rem;
  /*
  background: $brown;
  border-radius: 1rem;
  box-shadow: 0 6px 13px #00000007;
  padding: .5rem 1rem;
  width: 100%;

   */
  margin-bottom: 2.5rem;
}
@media all and (min-width: 64rem) {
  #customer_details .col-1 h3:first-child {
    font-size: 1.625rem;
    position: absolute;
    top: 0;
  }
}

.woocommerce-checkout .col2-set .col-2 {
  background: #D8CFB2;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
}
@media all and (min-width: 64rem) {
  .woocommerce-checkout .col2-set .col-2 {
    border-radius: 1.875rem;
    margin-top: 0;
    padding: 2.25rem;
  }
}
.woocommerce-checkout .col2-set .col-2 .notes {
  margin-bottom: 0;
}

.woocommerce-checkout .checkout .shipping_address {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
}
@media all and (min-width: 64rem) {
  .woocommerce-checkout .checkout .shipping_address {
    margin-bottom: 2.25rem;
  }
}

#ship-to-different-address {
  margin-bottom: 1.25rem;
}
@media all and (min-width: 64rem) {
  #ship-to-different-address {
    font-size: 1.625rem;
    margin-bottom: 2.25rem;
  }
}
#ship-to-different-address input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap; /* Avoid line break in some screen readers */
  width: 1px;
}
#ship-to-different-address span {
  display: block;
  padding-left: 30px;
  position: relative;
}
@media all and (min-width: 64rem) {
  #ship-to-different-address span {
    padding-left: 45px;
  }
}
#ship-to-different-address span::before {
  background: #fff;
  border: 1px solid #707070;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 18px;
}
@media all and (min-width: 64rem) {
  #ship-to-different-address span::before {
    height: 1.875rem;
    width: 1.875rem;
  }
}
#ship-to-different-address input:checked + span::before {
  content: "\f00c";
  font-size: 0.75rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  line-height: 18px;
}
@media all and (min-width: 64rem) {
  #ship-to-different-address input:checked + span::before {
    font-size: 1.25rem;
    line-height: 30px;
  }
}

#order_review_heading {
  margin-bottom: 1.625rem;
}

#order_review {
  background: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
  margin-bottom: 1rem;
  padding: 1.5rem 1.6875rem;
}
@media all and (min-width: 64rem) {
  #order_review {
    padding: 1.875rem 3.5rem;
  }
}
#order_review .woocommerce-checkout-review-order-table {
  border: 0 !important;
}
#order_review .woocommerce-checkout-review-order-table th, #order_review .woocommerce-checkout-review-order-table td {
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
}
@media all and (min-width: 64rem) {
  #order_review .woocommerce-checkout-review-order-table th, #order_review .woocommerce-checkout-review-order-table td {
    font-size: 1.3125rem;
  }
}
#order_review .heading {
  padding-left: 2px;
}
@media all and (min-width: 64rem) {
  #order_review .heading {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}

.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding-left: 0;
  padding-right: 0;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap; /* Avoid line break in some screen readers */
  width: 1px;
}

#add_payment_method #payment ul.payment_methods li label, .woocommerce-cart #payment ul.payment_methods li label, .woocommerce-checkout #payment ul.payment_methods li label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
@media all and (min-width: 64rem) {
  #add_payment_method #payment ul.payment_methods li label, .woocommerce-cart #payment ul.payment_methods li label, .woocommerce-checkout #payment ul.payment_methods li label {
    font-size: 1.3125rem;
  }
}
#add_payment_method #payment ul.payment_methods li label::before, .woocommerce-cart #payment ul.payment_methods li label::before, .woocommerce-checkout #payment ul.payment_methods li label::before {
  background-color: white;
  border: 1px solid #D8CFB2;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: -1px;
  transition: background-color 0.3s ease;
  width: 18px;
}
@media all and (min-width: 64rem) {
  #add_payment_method #payment ul.payment_methods li label::before, .woocommerce-cart #payment ul.payment_methods li label::before, .woocommerce-checkout #payment ul.payment_methods li label::before {
    top: 2px;
  }
}
#add_payment_method #payment ul.payment_methods li input:checked + label::after, .woocommerce-cart #payment ul.payment_methods li input:checked + label::after, .woocommerce-checkout #payment ul.payment_methods li input:checked + label::after {
  background: #D8CFB2;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 3px;
  position: absolute;
  top: 2px;
  width: 12px;
}
@media all and (min-width: 64rem) {
  #add_payment_method #payment ul.payment_methods li input:checked + label::after, .woocommerce-cart #payment ul.payment_methods li input:checked + label::after, .woocommerce-checkout #payment ul.payment_methods li input:checked + label::after {
    top: 5px;
  }
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: #EFECE5;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #EFECE5;
}

.woocommerce-privacy-policy-text p {
  color: #a9a9a9;
  margin-bottom: 1.625rem;
}
.woocommerce-privacy-policy-text p a {
  color: #333;
}

#payment .form-row.place-order {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.my-account__header {
  margin-bottom: 1.4375rem;
}
@media all and (min-width: 64rem) {
  .my-account__header h1 {
    font-size: 2rem;
  }
}

.woocommerce-account .layout .woocommerce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.woocommerce-account .layout .woocommerce .my-account__greeting {
  font-weight: 400;
}
@media all and (min-width: 64rem) {
  .woocommerce-account .layout .woocommerce .my-account__greeting {
    font-size: 2rem;
  }
}
.woocommerce-account .layout .woocommerce .my-account__nav-label {
  margin-bottom: 1.4375rem;
  margin-top: 1.875rem;
}
@media all and (min-width: 64rem) {
  .woocommerce-account .layout .woocommerce .my-account__nav-label {
    font-size: 1.875rem;
    margin-top: 3rem;
  }
}
.woocommerce-account .layout .woocommerce .woocommerce-MyAccount-navigation {
  float: none;
  order: 2;
  width: 100%;
}
.woocommerce-account .layout .woocommerce .woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}
.woocommerce-account .layout .woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.woocommerce-account .layout .woocommerce .woocommerce-MyAccount-content p {
  color: #333;
  margin-bottom: 1.5rem;
}
.woocommerce-account .layout .woocommerce .woocommerce-MyAccount-content p:last-child {
  margin-bottom: 0;
}
.woocommerce-account .layout .woocommerce .woocommerce-MyAccount-content a {
  color: inherit;
  text-decoration: none;
}

.woocommerce-account .layout .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses a.edit {
  display: flex;
  float: none !important;
  position: relative;
  text-align: left;
}
.woocommerce-account .layout .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses a.edit::after {
  content: "\f044";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  margin-left: auto;
}
.woocommerce-account .layout .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address {
  background: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
  margin: 1.25rem 0 1.875rem 0;
  padding: 1.5rem 1.6875rem;
}

.woocommerce-account fieldset {
  background: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
  margin-bottom: 1.25rem;
  padding: 1.5rem 1.6875rem;
}
@media all and (min-width: 64rem) {
  .woocommerce-account fieldset {
    padding: 1.625rem 2.5rem;
  }
}
.woocommerce-account #main input {
  border: 1px solid #c1c1c1;
}
.woocommerce-account .woocommerce-form-row span em {
  color: #a9a9a9;
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  margin-top: 0.5rem;
  padding-left: 1rem;
}

h2.legend,
h2.woocommerce-order-details__title {
  margin-bottom: 1.25rem;
}

.woocommerce ul.products[class*=columns-] {
  flex-wrap: wrap;
  margin-bottom: -0.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 21.26rem) {
  .woocommerce ul.products[class*=columns-] {
    margin-left: -0.8125rem;
  }
}
@media all and (min-width: 35.5rem) {
  .woocommerce ul.products[class*=columns-] {
    margin-bottom: -1.5rem;
    margin-left: -1.5rem;
  }
}
.woocommerce ul.products[class*=columns-]:last-child {
  margin-right: auto;
}

@media all and (min-width: 21.26rem) {
  .woocommerce.woocommerce-shop ul.products[class*=columns-] {
    margin-left: -0.8125rem;
  }
}
@media all and (min-width: 35.5rem) {
  .woocommerce.woocommerce-shop ul.products[class*=columns-] {
    margin-left: -1.5rem;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce.woocommerce-shop ul.products[class*=columns-] {
    margin-bottom: -2rem;
    margin-left: -1.625rem;
  }
}

@media all and (max-width: 64rem) {
  .products + .subcategory-heading {
    margin-top: 2.5rem;
  }
}

@media all and (min-width: 64rem) {
  .tax-product_cat.woocommerce ul.products[class*=columns-] {
    margin-bottom: 0;
  }
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  clear: none !important;
  float: none !important;
  margin: 0 0 0.8125rem 0 !important;
  width: 100%;
}
@media all and (min-width: 21.26rem) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    padding: 0 0 0 0.8125rem;
    width: 50%;
  }
}
@media all and (min-width: 35.5rem) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    margin-bottom: 1.5rem !important;
    padding-left: 1.5rem;
  }
}
@media all and (min-width: 48.1rem) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 33.3%;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 25%;
  }
}
@media all and (min-width: 85.375rem) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 20%;
  }
}

.searchwp-revised-search-notice {
  margin-bottom: 1.5rem;
  width: 100%;
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media all and (min-width: 21.26rem) {
  .searchwp-revised-search-notice {
    padding-left: 0.8125rem;
  }
}
@media all and (min-width: 35.5rem) {
  .searchwp-revised-search-notice {
    margin-bottom: 2.5rem;
    padding-left: 1.5rem;
  }
}

.woocommerce-shop ul.products[class*=columns-] li.product-category {
  margin: 0 0 1.25rem 0 !important;
}
@media all and (min-width: 21.26rem) {
  .woocommerce-shop ul.products[class*=columns-] li.product-category {
    padding: 0 0 0 1.25rem !important;
    width: 50%;
  }
}
@media all and (min-width: 35.5rem) {
  .woocommerce-shop ul.products[class*=columns-] li.product-category {
    width: 33.3% !important;
  }
}
@media all and (min-width: 48.1rem) {
  .woocommerce-shop ul.products[class*=columns-] li.product-category {
    width: 25% !important;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce-shop ul.products[class*=columns-] li.product-category {
    margin: 0 0 1.625rem 0 !important;
    padding-left: 1.625rem !important;
  }
}
@media all and (min-width: 85.375rem) {
  .woocommerce-shop ul.products[class*=columns-] li.product-category {
    margin: 0 0 2rem 0 !important;
    width: 25% !important;
  }
}

ul.products li.product-category a {
  background: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.0274509804);
  color: #333;
  display: block;
  font-weight: 400;
  padding: 1rem;
  text-align: center;
}
@media all and (min-width: 64rem) {
  ul.products li.product-category a {
    padding: 1.5rem 1.5rem 1.75rem 1.5rem;
  }
}
ul.products li.product-category a h2 {
  font: inherit;
}
ul.products li.product-category a h2 .count {
  display: none;
}
ul.products li.product-category a .woocommerce-loop-product__thumbnail {
  background: #F9F2D2;
  border-radius: 50%;
  height: 7.125rem;
  margin: auto auto 0.75rem auto;
  overflow: hidden;
  width: 7.125rem;
}
ul.products li.product-category a h2.woocommerce-loop-category__title {
  height: 2.5em;
  -webkit-hyphens: auto; /* Saf 5.1+ */
  -moz-hyphens: auto; /* Fx 6.0+ */
  -ms-hyphens: auto; /* IE 10+ */
  hyphens: auto; /* None yet */
  margin: 0;
  padding: 0.5em 0 0 0;
  word-break: break-word;
}

.woocommerce-loop-product__wrapper {
  background: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.062745098);
  height: 100%;
  padding: 1.75rem 0.4375rem 1rem 0.4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media all and (min-width: 48.1rem) {
  .woocommerce-loop-product__wrapper {
    padding: 2.25rem 0.5rem 1rem 0.5rem;
  }
}

.woocommerce ul.products li.product span.onsale {
  display: none;
}

.woocommerce ul.products li.product .campaign,
.campaign {
  background: #C63524;
  border-radius: 1.125rem;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 0.6875rem;
  left: 50%;
  line-height: 1.18;
  padding: 0.125rem 0.75rem;
  position: absolute;
  top: 0.5rem;
}
@media all and (min-width: 64rem) {
  .woocommerce ul.products li.product .campaign,
  .campaign {
    font-size: 0.8125rem;
    line-height: 1.23;
    padding: 0.25rem 0.8125rem;
  }
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #333;
  font-size: 1.0625rem;
  line-height: 1.18;
  margin-bottom: 0;
  padding: 0;
  -webkit-hyphens: auto; /* Saf 5.1+ */
  -moz-hyphens: auto; /* Fx 6.0+ */
  -ms-hyphens: auto; /* IE 10+ */
  hyphens: auto; /* None yet */
}
@media all and (min-width: 48.1rem) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.31rem;
    margin-bottom: 0.125rem;
  }
}
.woocommerce ul.products li.product a img {
  margin: 0 0 1rem 0;
}
.woocommerce ul.products li.product span.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #333;
  flex-direction: row;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.16;
  margin-bottom: 0;
}
@media all and (min-width: 48.1rem) {
  .woocommerce ul.products li.product span.price {
    align-items: flex-end;
    font-size: 1.5rem;
  }
}
.woocommerce ul.products li.product span.price ins {
  color: #C63524;
  order: -1;
  text-decoration: none;
}
.woocommerce ul.products li.product .price__compare {
  display: block;
}
.woocommerce ul.products li.product .price__compare,
.woocommerce ul.products li.product span.price del {
  color: #898989;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media all and (min-width: 48.1rem) {
  .woocommerce ul.products li.product .price__compare,
  .woocommerce ul.products li.product span.price del {
    font-size: 1rem;
  }
}

.product-info li {
  color: #898989;
  display: inline;
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media all and (min-width: 48.1rem) {
  .product-info li {
    font-size: 1rem;
  }
}
.product-info li::after {
  content: ", ";
}
.product-info li:last-child::after {
  content: none;
}

.woocommerce-loop-product__excerpt ul.product-info {
  margin: 0 !important;
  padding-bottom: 0.675rem;
}
@media all and (min-width: 48.1rem) {
  .woocommerce-loop-product__excerpt ul.product-info {
    padding-bottom: 1.875rem;
  }
}

.loop-add-to-cart-wrapper,
.woocommerce-loop-product__excerpt,
.woocommerce-loop-product__wrapper .price-wrapper {
  padding: 0 0.4375rem;
}

.layout-woocommerce {
  margin: 2.5rem 0;
}
@media all and (min-width: 64rem) {
  .layout-woocommerce {
    margin: 4.56rem 0 0 0;
  }
}

.woocommerce-products-header__title {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 64rem) {
  .woocommerce-products-header__title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.term-description {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 64rem) {
  .term-description {
    margin-bottom: 3.5rem;
    margin-top: -1.25rem;
  }
}
.term-description p {
  font-size: 1.125rem;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 64rem) {
  .woocommerce .woocommerce-breadcrumb {
    margin-bottom: 2.5rem;
  }
}
.woocommerce .woocommerce-breadcrumb a {
  text-decoration: none;
}
@media all and (pointer: fine) {
  .woocommerce .woocommerce-breadcrumb a:hover {
    color: #333;
  }
}
.woocommerce .woocommerce-breadcrumb .woocommerce-breadcrumb__goback {
  align-items: center;
  color: #898989;
  display: inline-block;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media all and (pointer: fine) {
  .woocommerce .woocommerce-breadcrumb .woocommerce-breadcrumb__goback:hover {
    color: #333;
  }
}
.woocommerce .woocommerce-breadcrumb .woocommerce-breadcrumb__goback::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  content: "\f053";
  font-size: 1rem;
  margin-right: 1rem;
}

.product-categories {
  margin-bottom: 2.5rem;
}
@media all and (min-width: 64rem) {
  .product-categories {
    margin-top: -1rem;
  }
}

.product-categories__link,
.product-categories__toggle {
  color: #898989;
  font-size: 1.125rem;
  font-weight: 500;
}

.product-categories__toggle {
  color: #a9a9a9;
  font-weight: 600;
}
.product-categories__toggle.toggle-section__title--open {
  color: #333;
}

.product-categories__list {
  background: #fff;
  list-style: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0.25rem;
}
@media all and (min-width: 64rem) {
  .product-categories__list {
    padding-top: 1.25rem;
  }
}

.product-categories__link {
  display: block;
  line-height: 1.16;
  padding: 0.75rem 0 0.75rem 1.25rem;
  position: relative;
  text-decoration: none;
}
.product-categories__link.current {
  font-weight: 700;
}
.product-categories__link.current::before {
  content: "\f111";
  font-size: 0.5rem;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -2px;
  position: absolute;
  top: 50%;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
}

.product-categories__item {
  border-bottom: 1px solid #898989;
}
@media all and (min-width: 64rem) {
  .product-categories__item {
    border-bottom: 1px solid #ccc;
    padding-left: 1.875rem;
  }
}
.product-categories__item:last-child {
  border: 0;
}

.subcategory-heading {
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
}
@media all and (min-width: 64rem) {
  .subcategory-heading {
    font-size: 2.5rem;
    margin: 2.5rem 0 1.75rem 0;
  }
}
.subcategory-heading a {
  color: inherit;
  text-decoration: none;
}

body.search .container {
  max-width: calc(1324px + 2.5rem) !important;
  width: 100%;
}
body.search ul.products {
  width: 100%;
}
body.search .term-description {
  display: none;
}

.woocommerce ul.products li.product .loop-add-to-cart-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.5625rem;
}
@media all and (min-width: 48.1rem) {
  .woocommerce ul.products li.product .loop-add-to-cart-wrapper {
    padding-top: 1.6875rem;
  }
}
.woocommerce ul.products li.product .loop-add-to-cart-wrapper .read-more-button {
  background: #EFECE5;
  border-radius: 50%;
  color: #333 !important;
  height: 2rem;
  line-height: 2rem;
  margin-top: 0;
  padding: 0;
  text-align: center;
  width: 2rem;
}
@media all and (min-width: 48.1rem) {
  .woocommerce ul.products li.product .loop-add-to-cart-wrapper .read-more-button {
    font-size: 1.6875rem;
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem;
  }
}
@media all and (pointer: fine) {
  .woocommerce ul.products li.product .loop-add-to-cart-wrapper .read-more-button:hover {
    background: #e5e0d5;
  }
}
.woocommerce ul.products li.product .loop-add-to-cart-wrapper .added_to_cart {
  display: none !important;
}

.woocommerce-loop-product__cart,
.product__cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-loop-product__cart .quantity-container,
.product__cart .quantity-container {
  border-radius: 2rem;
  display: none;
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  width: 5.375rem;
}
@media all and (min-width: 48.1rem) {
  .woocommerce-loop-product__cart .quantity-container,
  .product__cart .quantity-container {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 7rem;
  }
}

/* Style for the loading state */
.woocommerce-loop-product__cart.loading {
  cursor: not-allowed;
  opacity: 0.5; /* Add some opacity to indicate the loading state */
  pointer-events: none; /* Disable interaction with the form while loading */
  position: relative;
}

/* Optional: Add a loading spinner */
form.cart.loading::after {
  animation: spin 1s linear infinite;
  border: 4px solid transparent;
  border-radius: 50%;
  border-top: 4px solid #333;
  content: "";
  height: 1rem;
  left: 50%;
  margin: -0.75rem 0 0 -0.75rem;
  position: absolute;
  top: 50%;
  width: 1rem;
}
@media all and (min-width: 48.1rem) {
  form.cart.loading::after {
    height: 1.5rem;
    margin: -1rem 0 0 -1rem;
    width: 1.5rem;
  }
}

/* Keyframes for the spinner */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.quantity-container,
.quantity-container--cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #EFECE5;
}
.quantity-container > *,
.quantity-container--cart > * {
  -webkit-box-flex: 0 0 33.3%;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
}
.quantity-container input, .quantity-container button,
.quantity-container--cart input,
.quantity-container--cart button {
  background: transparent;
  font-family: "Figtree";
  text-align: center;
}
.quantity-container button,
.quantity-container--cart button {
  cursor: pointer;
  font-size: 1.5625rem;
  padding-bottom: 0.125rem;
}
.quantity-container .minus,
.quantity-container--cart .minus {
  padding-left: 0.25rem;
}
.quantity-container .plus,
.quantity-container--cart .plus {
  padding-right: 0.25rem;
}
.quantity-container input,
.quantity-container--cart input {
  font-family: "Figtree";
  font-size: 1.25rem;
  height: 100%;
}
.quantity-container input.qty,
.quantity-container--cart input.qty {
  width: 100% !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* Remove default spinner in Chrome/Safari */
}

.woocommerce ul.products li.product .loop-add-to-cart-wrapper .woocommerce-loop-product__submit,
.woocommerce button.single_add_to_cart_button.alt {
  cursor: not-allowed;
  opacity: 0.1;
  pointer-events: none;
}

.woocommerce ul.products li.product .loop-add-to-cart-wrapper .woocommerce-loop-product__submit,
.woocommerce button.single_add_to_cart_button.alt {
  background: #333;
  border-radius: 50%;
  font-size: 0;
  height: 2rem;
  line-height: 2rem;
  padding: 0;
  text-align: center;
  width: 2rem;
}
@media all and (min-width: 48.1rem) {
  .woocommerce ul.products li.product .loop-add-to-cart-wrapper .woocommerce-loop-product__submit,
  .woocommerce button.single_add_to_cart_button.alt {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem;
  }
}
@media all and (pointer: fine) {
  .woocommerce ul.products li.product .loop-add-to-cart-wrapper .woocommerce-loop-product__submit:hover,
  .woocommerce button.single_add_to_cart_button.alt:hover {
    background: #000;
  }
}
.woocommerce ul.products li.product .loop-add-to-cart-wrapper .woocommerce-loop-product__submit::Before,
.woocommerce button.single_add_to_cart_button.alt::Before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-style: normal;
  color: #fff;
  content: "+";
  font-size: 1.375rem;
}
@media all and (min-width: 48.1rem) {
  .woocommerce ul.products li.product .loop-add-to-cart-wrapper .woocommerce-loop-product__submit::Before,
  .woocommerce button.single_add_to_cart_button.alt::Before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-style: normal;
    font-size: 1.75rem;
  }
}

.cart--added .woocommerce-loop-product__submit,
.cart--added .single_add_to_cart_button {
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0 !important;
}

.cart--added .quantity-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 48rem) {
  .product__subheading {
    font-size: 1.375rem;
    margin-bottom: 1.125rem;
  }
}
@media all and (min-width: 48.1rem) and (max-width: 64rem) {
  .product__subheading {
    font-size: 1.47rem;
    margin-bottom: 1.125rem;
  }
}
@media all and (min-width: 64rem) {
  .product__subheading {
    margin-bottom: 1.6875rem;
  }
}

@media all and (max-width: 48rem) {
  .product__title {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.125rem;
  }
}
@media all and (min-width: 48.1rem) and (max-width: 64rem) {
  .product__title {
    font-size: 1.47rem;
    line-height: 1.2;
    margin-bottom: 0.125rem;
  }
}
@media all and (min-width: 64rem) {
  .product__title {
    margin-bottom: 0.75rem;
  }
}

.product-summary__wrapper {
  background: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  overflow: hidden;
  padding: 1.5rem 1.6875rem;
}
@media all and (min-width: 48.1rem) {
  .product-summary__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 64rem) {
  .product-summary__wrapper {
    margin-bottom: 5rem;
    padding: 1.625rem 2.5rem;
  }
}

.woocommerce div.product {
  margin-bottom: 1.5rem;
}
.woocommerce div.product div.summary {
  float: none;
  width: 100%;
}
@media all and (min-width: 48.1rem) {
  .woocommerce div.product div.summary {
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: auto;
    max-width: 696px;
    padding-left: 1.5rem;
    width: 60%;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce div.product div.summary {
    padding-left: 2.5rem;
    padding-top: 3.37rem;
  }
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  margin: 0 auto 1.25rem auto;
  max-width: 260px;
}
@media all and (min-width: 48.1rem) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    max-width: 490px;
    width: 40%;
    -webkit-box-flex: 0 1 40%;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
}
.woocommerce div.product .product-info {
  margin-bottom: 0.75rem;
}
@media all and (min-width: 64rem) {
  .woocommerce div.product .product-info {
    margin-bottom: 2.5rem;
  }
}
.woocommerce div.product .product-info li {
  font-size: 0.9375rem;
  line-height: 1.2;
}
@media all and (min-width: 64rem) {
  .woocommerce div.product .product-info li {
    font-size: 1.25rem;
  }
}
.woocommerce div.product .campaign {
  display: inline-block;
  font-size: 0.9375rem;
  left: auto;
  margin-bottom: 1.25rem;
  position: relative;
  top: auto;
  transform: none;
}
.woocommerce div.product .campaign-description {
  color: #898989;
  font-size: 0.8125rem;
  margin-bottom: 1.6875rem;
}
@media all and (min-width: 64rem) {
  .woocommerce div.product .campaign-description {
    font-size: 1rem;
  }
}
.woocommerce div.product .price,
.woocommerce div.product span.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #333;
  flex-direction: row;
  font-size: 1.375rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.16;
  margin-bottom: 0;
}
@media all and (min-width: 48.1rem) {
  .woocommerce div.product .price,
  .woocommerce div.product span.price {
    align-items: flex-end;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce div.product .price,
  .woocommerce div.product span.price {
    font-size: 3.125rem;
  }
}
.woocommerce div.product .price ins,
.woocommerce div.product span.price ins {
  color: #C63524;
  margin-right: 1.25rem;
  order: -1;
  text-decoration: none;
}
.woocommerce div.product .price__compare {
  color: #898989;
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media all and (min-width: 64rem) {
  .woocommerce div.product .price__compare {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}
.woocommerce div.product .price-wrapper {
  margin-bottom: 0.75rem;
}
@media all and (min-width: 21.26rem) {
  .woocommerce div.product .price-wrapper {
    margin-bottom: 0;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce div.product .price-wrapper {
    margin: 3.125rem 0;
  }
}
.woocommerce div.product span.price del {
  color: #898989;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media all and (min-width: 48.1rem) {
  .woocommerce div.product span.price del {
    font-size: 1rem;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce div.product span.price del {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce div.product .product__cart .quantity-container {
    height: 3.3125rem;
    line-height: 3.3125rem;
    width: 10rem;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce div.product .product__cart .quantity-container input {
    font-size: 1.6875rem;
  }
}
@media all and (min-width: 64rem) {
  .woocommerce div.product .product__cart .quantity-container button {
    font-size: 2rem;
  }
}
.woocommerce div.product form.cart {
  margin-bottom: 0;
}

.product__price-cart {
  border-bottom: 1px solid #C1C1C1;
  margin-bottom: 1.125rem;
  padding-bottom: 2.5rem;
  width: 100%;
}
@media all and (min-width: 21.26rem) and (max-width: 64rem) {
  .product__price-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media all and (min-width: 48.1rem) and (max-width: 64rem) {
  .product__price-cart {
    align-items: center;
  }
}
@media all and (min-width: 48.1rem) {
  .product__price-cart {
    border: 0;
    margin-bottom: 0.25rem;
  }
}

.product-meta {
  border-top: 1px solid #c1c1c1;
  font: inherit;
  width: 100%;
}
.product-meta p {
  color: #898989;
}

.product-meta__heading {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1rem 0;
}
@media all and (min-width: 64rem) {
  .product-meta__heading {
    font-weight: 700;
    padding: 2rem 0;
  }
}

p.stock {
  display: none;
}

.product-meta__toggle {
  padding-right: 3rem;
  position: relative;
}
.product-meta__toggle::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-style: normal;
  content: "\f078";
  position: absolute;
  right: 0;
  top: 1rem;
}
@media all and (min-width: 64rem) {
  .product-meta__toggle::after {
    top: 2rem;
  }
}
.product-meta__toggle.open::after {
  content: "\f077";
}

.product-meta__content {
  display: none;
  padding-bottom: 1rem;
}
@media all and (min-width: 64rem) {
  .product-meta__content {
    padding-bottom: 2rem;
  }
}

.gs1-nutrient-declaration {
  border-collapse: collapse;
  color: #898989;
  max-width: 600px;
  text-align: left;
  width: 100%;
}

.related.products h2 {
  margin-bottom: 0.9375rem;
  padding-left: 1.6875rem;
}
@media all and (min-width: 64rem) {
  .related.products h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}

.product__description {
  color: #898989;
  font-size: 0.8125rem;
  line-height: 1.23;
}
@media all and (min-width: 64rem) {
  .product__description {
    font-size: 1.25rem;
  }
}
.product__description h4 {
  color: #333;
  margin-bottom: 0.75rem;
}
@media all and (min-width: 64rem) {
  .product__description h4 {
    font-size: 1.9375rem;
    margin-bottom: 1.5rem;
  }
}
.product__description h5 {
  margin-bottom: 0.75rem;
}
@media all and (min-width: 64rem) {
  .product__description h5 {
    margin-bottom: 1.125rem;
  }
}
.product__description p, .product__description h5 {
  font: inherit;
}

.woocommerce span.onsale {
  display: none;
}

.mini-cart {
  background: #fff;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.16);
  height: 100%;
  padding: 1.875rem 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 25rem;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  z-index: 9;
}
.mini-cart.open {
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mini-cart__header {
  margin-bottom: 2.5rem;
  padding: 0 1.875rem;
}

.mini-cart__close {
  align-items: center;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  cursor: pointer;
  font-size: 1.25rem;
  margin: 0 0 2.5rem auto;
}
.mini-cart__close::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  content: "\f00d";
  font-size: 1.5rem;
  margin-left: 1rem;
}

.mini-cart__footer {
  background: #fff;
  bottom: 0;
  padding: 1.875rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.mini-cart__footer .button {
  display: block;
  width: 100%;
}

.woocommerce-mini-cart__empty-message {
  padding-left: 1.875rem;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget,
ul.woocommerce-mini-cart {
  list-style: none;
  max-height: calc(100% - 85px);
  overflow-y: auto;
  padding: 0 1.875rem;
}
.woocommerce ul.cart_list a.remove, .woocommerce ul.product_list_widget a.remove,
ul.woocommerce-mini-cart a.remove {
  background: none !important;
  color: #333 !important;
  font-size: 2rem;
  font-weight: 300;
  height: auto;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0.875rem;
  width: auto;
}

.woocommerce ul.cart_list li.woocommerce-mini-cart-item,
ul.woocommerce-mini-cart li.woocommerce-mini-cart-item,
.woocommerce ul.product_list_widget li.woocommerce-mini-cart-item {
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
  padding: 1rem 0;
  position: relative;
}

.woocommerce ul.cart_list li a.woocommerce-mini-cart-item__header,
ul.woocommerce-mini-cart li a.woocommerce-mini-cart-item__header,
.woocommerce ul.product_list_widget li a.woocommerce-mini-cart-item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  color: inherit;
  text-decoration: none;
}
.woocommerce ul.cart_list li a.woocommerce-mini-cart-item__header .wocommerce-mini-cart-item__description,
ul.woocommerce-mini-cart li a.woocommerce-mini-cart-item__header .wocommerce-mini-cart-item__description,
.woocommerce ul.product_list_widget li a.woocommerce-mini-cart-item__header .wocommerce-mini-cart-item__description {
  margin-right: 3rem;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.woocommerce ul.cart_list li a.woocommerce-mini-cart-item__header h2,
ul.woocommerce-mini-cart li a.woocommerce-mini-cart-item__header h2,
.woocommerce ul.product_list_widget li a.woocommerce-mini-cart-item__header h2 {
  font-size: 1.06rem;
  line-height: 1.18;
  margin-bottom: 0.125rem;
}
.woocommerce ul.cart_list li a.woocommerce-mini-cart-item__header .product-info,
ul.woocommerce-mini-cart li a.woocommerce-mini-cart-item__header .product-info,
.woocommerce ul.product_list_widget li a.woocommerce-mini-cart-item__header .product-info {
  display: inline !important;
}
.woocommerce ul.cart_list li a.woocommerce-mini-cart-item__header .product-info li,
ul.woocommerce-mini-cart li a.woocommerce-mini-cart-item__header .product-info li,
.woocommerce ul.product_list_widget li a.woocommerce-mini-cart-item__header .product-info li {
  display: inline !important;
  font-weight: 400;
  padding: 0 !important;
  width: auto !important;
}
.woocommerce ul.cart_list li a.woocommerce-mini-cart-item__header .product-info li::before,
ul.woocommerce-mini-cart li a.woocommerce-mini-cart-item__header .product-info li::before,
.woocommerce ul.product_list_widget li a.woocommerce-mini-cart-item__header .product-info li::before {
  content: none;
}
.woocommerce ul.cart_list li a.woocommerce-mini-cart-item__header .product-info li::after,
ul.woocommerce-mini-cart li a.woocommerce-mini-cart-item__header .product-info li::after,
.woocommerce ul.product_list_widget li a.woocommerce-mini-cart-item__header .product-info li::after {
  content: ", ";
  display: inline;
}
.woocommerce ul.cart_list li a.woocommerce-mini-cart-item__header .product-info li:last-child::after,
ul.woocommerce-mini-cart li a.woocommerce-mini-cart-item__header .product-info li:last-child::after,
.woocommerce ul.product_list_widget li a.woocommerce-mini-cart-item__header .product-info li:last-child::after {
  content: none;
}

.woocommerce ul.cart_list li img,
ul.woocommerce-mini-cart li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  -webkit-box-flex: 0 0 3.5rem;
  -webkit-flex: 0 0 3.5rem;
  -ms-flex: 0 0 3.5rem;
  flex: 0 0 3.5rem;
  float: none;
  height: auto;
  margin: 0 1.5rem 0.5rem 0;
  width: 3.5rem;
}

.mini-cart___qty-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.mini-cart___qty-total .quantity-container {
  -webkit-box-flex: 0 0 5.3125rem;
  -webkit-flex: 0 0 5.3125rem;
  -ms-flex: 0 0 5.3125rem;
  flex: 0 0 5.3125rem;
  border-radius: 1.6875rem;
}
.mini-cart___qty-total .mini-cart__subtotal {
  font-size: 1.06rem;
  font-weight: 700;
  margin-top: auto;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #fff;
  border: 0 !important;
  border-radius: 0.9375rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
}

.woocommerce-page .woocommerce-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.woocommerce-page .woocommerce-info::before {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.woocommerce-page .woocommerce-info .button {
  float: none;
  margin-left: auto;
}

.ucsmb-cardskipper-member-show {
  margin-top: -0.75rem;
}
.ucsmb-cardskipper-member-show::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  color: green;
  content: "\f00c";
  margin-right: 1em;
}

div.ucsmb-bankid-login,
div.ucsmb-bankid-authcontainer {
  background: #fff;
  border: 0;
  border-radius: 0.9375rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
  margin-bottom: 1rem;
  padding: 1.6875rem 1.6875rem 1.5rem 1.6875rem;
  text-align: center;
}
@media all and (min-width: 64rem) {
  div.ucsmb-bankid-login,
  div.ucsmb-bankid-authcontainer {
    padding: 2.5rem 2.5rem 1.625rem 2.5rem;
  }
}
div.ucsmb-bankid-login h1,
div.ucsmb-bankid-authcontainer h1 {
  font-size: 1.47rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
div.ucsmb-bankid-login form,
div.ucsmb-bankid-authcontainer form {
  margin-bottom: 1.25rem;
}
div.ucsmb-bankid-login form:last-child,
div.ucsmb-bankid-authcontainer form:last-child {
  margin: 0;
}
div.ucsmb-bankid-login .ucsmb-bankid-button,
div.ucsmb-bankid-authcontainer .ucsmb-bankid-button {
  background-color: #333;
  color: #fff;
  margin: 0;
  width: 100%;
}
@media all and (pointer: fine) {
  div.ucsmb-bankid-login .ucsmb-bankid-button:hover,
  div.ucsmb-bankid-authcontainer .ucsmb-bankid-button:hover {
    background: #111;
  }
}
div.ucsmb-bankid-login .ucsmb-bankid-button + .ucsmb-bankid-button,
div.ucsmb-bankid-authcontainer .ucsmb-bankid-button + .ucsmb-bankid-button {
  margin-top: 1.25rem;
}
div.ucsmb-bankid-login .ucsmb-bankid-button-cancel,
div.ucsmb-bankid-authcontainer .ucsmb-bankid-button-cancel {
  background-color: #C63524;
  color: #fff;
}

div.ucsmb-bankid-login p, div.ucsmb-bankid-authcontainer p {
  margin: 0 0 1.5rem 0;
}

div.ucsmb-bankid-authcontainer-error p + a {
  margin-top: 0.5rem;
}

.woocommerce-notice {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.woocommerce-order-overview {
  background: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
  margin-bottom: 1rem;
  padding: 1.5rem 1.6875rem;
}
@media all and (min-width: 64rem) {
  .woocommerce-order-overview {
    padding: 1.625rem 2.5rem;
  }
}

.woocommerce-thankyou-order-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.woocommerce .woocommerce-order ul.order_details li {
  border-bottom: 1px dotted #c1c1c1;
  border-right: 0;
  float: none;
  margin: 0 0 0.75rem 0;
  padding: 0 0 0.5rem 0;
  width: 100%;
}
.woocommerce .woocommerce-order ul.order_details li:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.woocommerce-order-details {
  margin-top: 2.5rem;
}

.woocommerce .woocommerce-table--order-details,
.woocommerce .account-orders-table {
  background: #fff;
  border: 0 !important;
  border-radius: 0.9375rem !important;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
  margin-bottom: 1rem;
  padding: 1.5rem 1.6875rem;
}
@media all and (min-width: 64rem) {
  .woocommerce .woocommerce-table--order-details,
  .woocommerce .account-orders-table {
    padding: 1.625rem 2.5rem;
  }
}
.woocommerce .woocommerce-table--order-details th, .woocommerce .woocommerce-table--order-details td,
.woocommerce .account-orders-table th,
.woocommerce .account-orders-table td {
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
}
@media all and (min-width: 64rem) {
  .woocommerce .woocommerce-table--order-details th, .woocommerce .woocommerce-table--order-details td,
  .woocommerce .account-orders-table th,
  .woocommerce .account-orders-table td {
    font-size: 1.3125rem;
  }
}
.woocommerce .woocommerce-table--order-details .woocommerce-table__product-name,
.woocommerce .account-orders-table .woocommerce-table__product-name {
  align-items: flex-start;
  display: flex;
  font-family: "Aleo";
}
.woocommerce .woocommerce-table--order-details .woocommerce-table__product-name a,
.woocommerce .woocommerce-table--order-details .woocommerce-table__product-name strong,
.woocommerce .account-orders-table .woocommerce-table__product-name a,
.woocommerce .account-orders-table .woocommerce-table__product-name strong {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
}
.woocommerce .woocommerce-table--order-details .woocommerce-table__product-name strong,
.woocommerce .account-orders-table .woocommerce-table__product-name strong {
  margin-left: 0.5em;
}

.woocommerce .woocommerce-customer-details .col2-set .col-2 {
  background: none;
  box-shadow: none;
  padding: 0;
}
@media all and (min-width: 48.1rem) {
  .woocommerce .woocommerce-customer-details .woocommerce-columns--addresses {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.woocommerce .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
  float: none;
}
@media all and (min-width: 48.1rem) {
  .woocommerce .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 1.25rem);
  }
}
@media all and (min-width: 48.1rem) {
  .woocommerce .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column:last-child {
    margin-left: auto;
  }
}
.woocommerce .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--1 {
  margin-bottom: 1.25rem;
}
@media all and (min-width: 48.1rem) {
  .woocommerce .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--1 {
    margin-bottom: 0;
  }
}
.woocommerce .woocommerce-customer-details .woocommerce-columns--addresses address {
  background: #fff;
  border: 0 !important;
  border-radius: 0.9375rem !important;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.03);
  margin: 1.25rem 0 1.875rem 0;
  padding: 1.5rem 1.6875rem;
}
@media all and (min-width: 48.1rem) {
  .woocommerce .woocommerce-customer-details .woocommerce-columns--addresses address {
    flex: 1 1 auto;
    margin-bottom: 0;
  }
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child {
  margin-bottom: 0 !important;
  padding: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  content: none;
}

.woocommerce .order-again a {
  color: #fff !important;
  display: inline-block;
}
.woocommerce table.account-orders-table {
  border: 0;
}
@media all and (max-width: 48rem) {
  .woocommerce table.account-orders-table .woocommerce-orders-table__cell {
    border: 0;
    width: 100%;
  }
}
@media all and (max-width: 48rem) {
  .woocommerce table.account-orders-table .woocommerce-orders-table__cell::before {
    content: attr(data-title) ":";
    margin-right: 0.5em;
  }
}
@media all and (max-width: 48rem) {
  .woocommerce table.account-orders-table .woocommerce-orders-table__cell-order-number {
    display: block;
  }
}
.woocommerce table.account-orders-table th, .woocommerce table.account-orders-table td {
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 48.1rem) and (max-width: 64rem) {
  .woocommerce table.account-orders-table th, .woocommerce table.account-orders-table td {
    font-size: 0.875rem;
  }
}
.woocommerce table.account-orders-table th ins, .woocommerce table.account-orders-table td ins {
  text-decoration: none;
}
.woocommerce table.account-orders-table .woocommerce-orders-table__header-order-actions {
  text-align: center;
}
@media all and (max-width: 48rem) {
  .woocommerce table.account-orders-table td.woocommerce-orders-table__cell-order-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.woocommerce table.account-orders-table td.woocommerce-orders-table__cell-order-actions::before {
  content: none !important;
}
.woocommerce table.account-orders-table td.woocommerce-orders-table__cell-order-actions a.button {
  color: #fff;
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem !important;
}
@media all and (min-width: 48.1rem) {
  .woocommerce table.account-orders-table td.woocommerce-orders-table__cell-order-actions a.button + .button {
    margin-top: 0.25rem;
  }
}

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