@charset "UTF-8";
/** Bootstrap navbar fix (https://git.io/fADqW) */
body {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  background: rgba(var(--s7-body-bg-rgb), 1);
  color: rgba(var(--s7-body-color-rgb), 1);
}
body.is-open {
  overflow: hidden;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

html > body,
body.modal-open main {
  overflow-x: hidden;
}

::-moz-selection {
  background: rgba(var(--s7-primary-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
}

::selection {
  background: rgba(var(--s7-primary-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
}

/* stylelint-disable-next-line selector-no-vendor-prefix */
::-moz-selection {
  background: rgba(var(--s7-primary-rgb), 0.5);
  color: rgba(var(--s7-white-rgb), 1);
}

a {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

img,
svg {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

figcaption {
  font-size: 0.75rem;
  text-align: center;
}

iframe {
  max-width: 100% !important;
}

.blockUI.blockOverlay::after, .gfield-spinner-overlay::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 50%;
  border: 0.3125rem solid rgba(var(--s7-primary-rgb), 1);
  border-top-color: transparent;
  animation: rotateIcon ease-in-out 1s infinite;
}

.bg-secondary-light {
  background-color: rgba(var(--s7-secondary-light-rgb), 1);
}

.c-primary {
  color: rgba(var(--s7-primary-rgb), 1);
}

li.product {
  list-style: none;
  height: 100% !important;
}
li.product a img {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: white;
}

.woocommerce-loop-product__card {
  background-color: rgba(var(--s7-white-rgb), 1);
  height: 100% !important;
}
.woocommerce-loop-product__card .btn, .woocommerce-loop-product__card .woocommerce .button:not(#\9 ), .woocommerce .woocommerce-loop-product__card .button:not(#\9 ) {
  display: none;
}
.woocommerce-loop-product__title {
  font-size: 1.25rem;
}
.woocommerce-loop-product__content {
  margin: 1rem 0rem;
  padding: 0rem !important;
}

.usp-block {
  padding: 1.5rem 2rem;
  border-radius: 4px;
  border: 1px solid rgba(var(--s7-gray-200-rgb), 1);
}
.usp-block p {
  margin-bottom: 0.5rem;
}
.usp-block svg {
  margin-right: 4px;
}

.off-canvas-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 90%;
  height: 100%;
  background: #fff;
  border-left: 1px solid rgba(var(--s7-gray-200-rgb), 1);
  transition: right 0.3s ease;
  z-index: 1050;
  padding: 1.5rem 2rem;
}
@media (min-width: 1025px) {
  .off-canvas-panel {
    width: 30%;
  }
}

.off-canvas-panel.open {
  right: 0; /* Slide in */
}

.close-off-canvas {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px; /* was 60px */
  height: 25px; /* was 34px */
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 25px; /* updated from 34px */
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px; /* was 26px */
  width: 19px; /* was 26px */
  left: 3px; /* was 4px */
  bottom: 3px; /* was 4px */
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: rgba(var(--s7-primary-rgb), 1);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgba(var(--s7-primary-rgb), 1);
}

input:checked + .slider:before {
  transform: translateX(20px); /* was 26px */
}

[id^=vat-label-] {
  font-size: 12px;
  font-weight: bold;
}

.price-toggle {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-toggle span {
  padding: 0 10px;
}

.brand-cards__card {
  margin-bottom: 1rem;
  border: 1px solid rgba(var(--s7-gray-200-rgb), 1);
  border-radius: 0.5rem;
  padding: 1.5rem;
  display: block;
  transition: all 0.3s ease;
}
.brand-cards__card:hover, .brand-cards__card:focus {
  transform: translateY(-8px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.brands-cards__card__image__logo {
  max-height: 4.5rem;
}

.heading-container {
  width: 100%;
  text-align: center;
  margin: 16px 0;
}
@media (min-width: 768px) {
  .heading-container {
    margin: 40px 0;
  }
}

.wb-heading {
  background-color: rgba(var(--s7-black-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
}

.f-marker {
  font-family: "Permanent Marker", cursive;
  font-weight: 800;
  color: #F56900;
}
.f-marker--bg {
  color: rgba(var(--s7-gray-200-rgb), 1);
  background-color: rgba(var(--s7-gray-800-rgb), 1);
  border: 1px solid rgba(var(--s7-gray-700-rgb), 1);
  font-size: 0.75rem;
  padding: 0rem 0.25rem;
  line-height: 0.875rem;
  border-radius: 0.25rem;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.heading::before,
.heading::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: rgba(var(--s7-gray-200-rgb), 1);
}

.availability {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
  color: rgba(var(--s7-gray-200-rgb), 1);
  z-index: 1;
}
.availability::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 6px;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: currentColor;
  box-shadow: 0 0 0 0 currentColor;
  animation: pulse 1.5s ease-out infinite;
}

.availability--online {
  background-color: #d4edda;
  color: #155724;
}

.availability--offline {
  background-color: rgba(var(--s7-gray-200-rgb), 1);
  color: rgba(var(--s7-gray-600-rgb), 1);
}

.label-socks {
  background-color: #F56901 !important;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.price--excl-vat-sale.text-orange {
  color: #F56902 !important;
}
.price--excl-vat-sale.text-orange bdi {
  color: #F56902 !important;
}

.available-on-backorder {
  color: rgba(var(--s7-gray-700-rgb), 1) !important;
  font-weight: bold;
}

.discount-badge {
  background-color: #F56902;
  font-weight: bold;
  color: rgba(var(--s7-white-rgb), 1);
  border-radius: 8px;
  padding: 0.125rem 0.25rem;
  margin-left: 2px;
  font-size: 10px;
}

.quantity {
  display: none !important;
}

p.stock.in-stock {
  color: rgba(var(--s7-secondary-rgb), 1) !important;
  font-weight: bold;
}

.fs-12 {
  font-size: 0.75rem;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 currentColor;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.wb-card {
  border: 1px solid rgba(var(--s7-gray-200-rgb), 1);
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 0.5rem;
}
@media (min-width: 1025px) {
  .wb-card {
    margin-top: 0px;
  }
}
.wb-card:hover, .wb-card:focus {
  transform: translateY(-8px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.wb-card__desc {
  margin-left: 24px;
  line-height: 20px;
}
.wb-card__image {
  height: 4.5rem;
  width: 4.5rem;
  border-right: 1px solid rgba(var(--s7-gray-200-rgb), 1);
  display: flex;
  align-items: center;
  padding: 0 8px;
}

.heading span {
  white-space: nowrap;
}

.text-image-block__image {
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.text-image-block__image__text {
  margin-left: -64px;
  margin-top: -124px;
  transform: rotate(-4deg);
}
.text-image-block__image__text span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 64px;
  line-height: 54px;
  display: block;
  color: rgba(var(--s7-white-rgb), 1);
  text-shadow: 0 0 5px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 8px rgba(var(--s7-secondary-rgb), 1), 0 0 16px rgba(var(--s7-secondary-rgb), 1), 0 0 24px rgba(var(--s7-secondary-rgb), 1), 0 0 32px rgba(var(--s7-secondary-rgb), 1), 0 0 48px rgba(var(--s7-secondary-rgb), 1);
}

.facetwp-template .product {
  border: 1px solid rgba(var(--s7-gray-200-rgb), 1);
  border-radius: 0.5rem;
  padding: 1rem;
  display: block;
  transition: all 0.3s ease;
}
.facetwp-template .product:hover, .facetwp-template .product:focus {
  transform: translateY(-8px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*! purgecss start ignore */
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  display: inline-block;
}

/*! purgecss end ignore */
.icon-whatsapp::before {
  content: "\e900";
}

.icon-usp--specialist::before {
  content: "\e90b";
}

.icon-usp--down::before {
  content: "\e90f";
}

.icon-usp--location::before {
  content: "\e90d";
}

.icon-usp--up::before {
  content: "\e90e";
}

.icon-chevron-r::before {
  content: "\e90c";
}

.icon-arrow::before {
  content: "\e90a";
}

.icon-checkmark::before {
  content: "\e901";
}

.icon-chevron::before {
  content: "\e902";
}

.icon-telephone::before {
  content: "\e908";
}

.icon-email::before {
  content: "\e903";
}

.icon-play-button::before {
  content: "\e907";
}

.icon-location::before {
  content: "\e904";
}

.icon-facebook::before {
  content: "�";
}

.icon-instagram::before {
  content: "\e905";
}

.icon-twitter::before {
  content: "\e909";
}

.icon-linkedin::before {
  content: "\e906";
}

.container--main .container,
.container--main [class^=container-],
.container--main [class*=" container-"] {
  padding-left: calc(var(--s7-gutter-x, 1rem) * 0.5);
  padding-right: calc(var(--s7-gutter-x, 1rem) * 0.5);
}

@keyframes rotateIcon {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.card-main {
  border-radius: 32px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  background: rgba(var(--s7-white-rgb), 1);
  height: 100%;
  padding: 1rem 1rem 1.5rem 1rem;
}
.card-main .rimg img {
  transition: 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .card-main .rimg img {
    transition: none;
  }
}
.card-main:hover, .card-main:focus {
  box-shadow: 0rem 0.625rem 1.25rem 0rem rgba(var(--s7-black-rgb), 0.03);
  text-decoration: none;
}
.card-main:hover .rimg img, .card-main:focus .rimg img {
  transform: scale(1.05);
}
.card-main:hover .card-main__body span, .card-main:focus .card-main__body span {
  text-decoration: underline;
}

.product-brand a {
  font-size: 0.75rem;
  color: rgba(var(--s7-secondary-rgb), 1);
  text-transform: uppercase;
  font-weight: bold;
}

.suggested-retail-price {
  font-size: 0.75rem;
  color: #b7b7b7;
}

.product-shipment {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: rgba(var(--s7-secondary-rgb), 1);
}

.card-service {
  display: block;
}
.card-service .rimg::before {
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(var(--s7-primary-rgb), 1);
  opacity: 0;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .card-service .rimg::before {
    transition: none;
  }
}
.card-service__body {
  border-radius: 32px;
  transition: all 0.2s ease-in-out;
  position: relative;
  margin: 0.5rem 0rem 0rem;
  background: rgba(var(--s7-white-rgb), 1);
  padding: 1rem 1.5rem;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .card-service__body {
    transition: none;
  }
}
@media (min-width: 1025px) {
  .card-service__body {
    margin: -2rem 1.5rem 0rem;
  }
}
.card-service__body:hover, .card-service__body:focus {
  box-shadow: 0 0.5rem 1rem rgba(var(--s7-black-rgb), 0.15);
}
.card-service:hover .rimg::before, .card-service:focus .rimg::before {
  opacity: 0.2;
}
.card-service:hover .card-service__body, .card-service:focus .card-service__body {
  box-shadow: 0 0.5rem 1rem rgba(var(--s7-black-rgb), 0.15);
}

.card-collapse {
  border-radius: 32px;
  background: rgba(var(--s7-gray-100-rgb), 1);
}
.card-collapse__title {
  display: block;
  padding: 0.9375rem 3.125rem 0.9375rem 1.25rem;
  position: relative;
}
@media (min-width: 1025px) {
  .card-collapse__title {
    padding: 1.5625rem 3.75rem 1.5625rem 1.875rem;
  }
}
.card-collapse__title:hover, .card-collapse__title:focus {
  text-decoration: none;
}
.card-collapse__title h2 {
  font-size: 1rem;
  margin: 0;
}
@media (min-width: 1025px) {
  .card-collapse__title h2 {
    font-size: 1.5rem;
  }
}
.card-collapse__title[aria-expanded=true] .icon-chevron::before {
  transform: rotate(180deg);
}
.card-collapse__content {
  padding: 0rem 0.9375rem 0.9375rem;
}
@media (min-width: 1025px) {
  .card-collapse__content {
    padding: 0rem 1.875rem 1.5625rem;
  }
}
.card-collapse .icon-chevron {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.card-collapse .icon-chevron::before {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .card-collapse .icon-chevron::before {
    transition: none;
  }
}
@media (min-width: 1025px) {
  .card-collapse .icon-chevron {
    right: 1.875rem;
  }
}
.card-collapse [data-bs-toggle=collapse] {
  cursor: pointer;
}

.card-usp-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-usp-icon__icon {
  border-radius: 50%;
  background: rgba(var(--s7-gray-200-rgb), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.25rem;
  width: 6.25rem;
  flex-shrink: 0;
}
.card-usp-icon__icon .icon {
  color: rgba(var(--s7-primary-rgb), 1);
  font-size: 1.5rem;
}
.card-usp-icon__title {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: rgba(var(--s7-gray-900-rgb), 1);
  margin-top: 1rem;
}
.card-usp-icon--white .card-usp-icon__icon {
  background: rgba(var(--s7-white-rgb), 1);
}

.btn--primary, .woocommerce .button:not(#\9 ):not(.alt) {
  background: rgba(var(--s7-primary-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
}
.btn--primary:hover, .woocommerce .button:hover:not(#\9 ):not(.alt), .btn--primary:focus, .woocommerce .button:focus:not(#\9 ):not(.alt) {
  background: rgba(var(--s7-primary-shade-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
}
.btn--primary--search {
  background-color: rgba(var(--s7-white-rgb), 1);
  position: absolute !important;
  right: 0;
  padding: 0.75rem 1rem;
  z-index: 2;
}
.btn--primary--search:hover, .btn--primary--search:focus {
  background-color: rgba(var(--s7-secondary-light-rgb), 1);
}
.btn--primary--close {
  padding: 0.25rem 1rem;
}
.btn--outliner {
  background-color: rgba(var(--s7-white-rgb), 1);
  border: 1px solid rgba(var(--s7-gray-200-rgb), 1);
}
.btn--outliner:hover, .btn--outliner:focus {
  background-color: rgba(var(--s7-gray-200-rgb), 1);
  border: 1px solid rgba(var(--s7-gray-200-rgb), 1);
}
.btn--primary-light {
  background: rgba(var(--s7-primary-light-rgb), 1);
  color: rgba(var(--s7-primary-rgb), 1);
}
.btn--primary-light:hover, .btn--primary-light:focus {
  background: rgba(var(--s7-primary-light-shade-rgb), 1);
  color: rgba(var(--s7-primary-rgb), 1);
}
.btn--secondary, .woocommerce a.checkout-button.button.alt, .woocommerce .button:not(#\9 ).alt {
  background: rgba(var(--s7-secondary-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
}
.btn--secondary:hover, .woocommerce a.checkout-button.button.alt:hover, .woocommerce .button.alt:hover:not(#\9 ), .btn--secondary:focus, .woocommerce a.checkout-button.button.alt:focus, .woocommerce .button.alt:focus:not(#\9 ) {
  background: rgba(var(--s7-secondary-shade-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
}
.btn--secondary--alternative {
  border: 1px solid #52732e;
  padding: 0.75rem 1rem;
}
.btn--secondary--alternative:first-of-type {
  margin-right: 6px;
}
.btn--secondary--alternative__text {
  font-size: 14px;
  margin-left: 4px;
}
.btn--secondary-light {
  background: rgba(var(--s7-secondary-light-rgb), 1);
  color: rgba(var(--s7-secondary-rgb), 1);
}
.btn--secondary-light:hover, .btn--secondary-light:focus {
  background: rgba(var(--s7-secondary-light-shade-rgb), 1);
  color: rgba(var(--s7-secondary-rgb), 1);
}
.btn svg, .woocommerce .button:not(#\9 ) svg {
  height: 1.25rem;
  width: 1.25rem;
}
.btn--outline {
  border: 1px solid rgba(var(--s7-secondary-light-rgb), 1);
  background-color: rgba(var(--s7-secondary-light-rgb), 1);
  width: 100%;
}
.btn--outline:hover, .btn--outline:focus {
  border: 1px solid rgba(var(--s7-secondary-rgb), 1);
  background-color: rgba(var(--s7-secondary-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
}

#s7-search {
  border-radius: 1.625rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid rgba(var(--s7-white-rgb), 1);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: rgba(var(--s7-secondary-rgb), 1);
  font-weight: bold;
  border-radius: 9.25rem;
}

.wc-accordion-widget {
  margin-bottom: 8px;
}

.wc-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  cursor: pointer;
}

.wc-accordion-title {
  font-weight: bold;
  margin: 0;
  font-size: 16px;
}

.wc-accordion-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.wc-accordion-widget.open .wc-accordion-icon {
  transform: rotate(45deg); /* turns + into × */
}

.wc-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
}

.wc-accordion-widget.open .wc-accordion-content {
  max-height: 1000px; /* Large enough to fit typical content */
}

.wc-accordion-widget.open .wc-accordion-content {
  display: block;
}

.facetwp-facet {
  margin-bottom: 16px !important;
  margin-top: 8px !important;
}

.facetwp-counter {
  float: right;
}

.form-control {
  margin-bottom: 0.5rem;
}
.form-control[aria-invalid=true] {
  border-color: rgba(var(--s7-error-rgb), 1);
}

.form-text {
  margin-bottom: 0.25rem;
}

.invalid-feedback {
  display: block;
}

.gform_confirmation_wrapper, .gform_validation_errors {
  border-radius: 0 0 32px 32px;
  background: rgba(var(--s7-gray-100-rgb), 1);
  border-top: 3px solid rgba(var(--s7-gray-100-rgb), 1);
  color: rgba(var(--s7-gray-700-rgb), 1);
  padding: 1rem;
  font-size: 0.875rem;
}

.gform_fields {
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 0.5rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  width: 100%;
}

.gfield {
  min-width: 0;
  margin-top: auto;
  grid-column: 1/-1;
}
.gfield--width-full {
  grid-column: span 12;
}
.gfield--width-half {
  grid-column: span 6;
}
.gfield--width-third {
  grid-column: span 6;
}
@media (min-width: 576px) {
  .gfield--width-third {
    grid-column: span 4;
  }
}
.gfield--width-quarter {
  grid-column: span 6;
}
@media (min-width: 576px) {
  .gfield--width-quarter {
    grid-column: span 3;
  }
}

.gfield_label .gfield_optional_label {
  font-weight: 400;
}
.gfield_label .gfield_optional_label::before {
  content: " (";
}
.gfield_label .gfield_optional_label::after {
  content: ")";
}
.gfield_label .gfield_required::before {
  content: " *";
  color: rgba(var(--s7-error-rgb), 1);
}
.gfield_label .gfield_required .gfield_required {
  display: none;
}
.gfield_label .gfield_required .gfield_required_text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gfield_list_group {
  display: flex;
}

.gfield_list_cell {
  width: 100%;
}

.gfield_list_icons {
  display: flex;
  align-items: center;
  margin-left: 0.75rem;
}
.gfield_list_icons button {
  position: relative;
  width: 1rem;
  height: 0.25rem;
  padding: 0;
  font-size: 0;
  border: none;
  opacity: 0.5;
  background: rgba(var(--s7-gray-700-rgb), 1);
  transition: opacity 0.2s ease-in-out;
  transform: translateY(calc(-50% - 0.5rem));
}
.gfield_list_icons button.add_list_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 0.25rem;
  background: inherit;
  transform: rotateZ(90deg);
}
.gfield_list_icons button.delete_list_item {
  margin-left: 1rem;
}

.screen-reader-date {
  display: none;
}

.gform_validation_errors {
  border-color: rgba(var(--s7-error-rgb), 1);
}
.gform_validation_errors h2 {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 400;
  color: inherit;
}

.gform_confirmation_wrapper {
  border-color: rgba(var(--s7-message-rgb), 1);
}

.gform_ajax_spinner {
  display: none;
}
.gform_ajax_spinner + .gfield-spinner-overlay {
  display: block;
}

.gform_wrapper {
  position: relative;
}
@supports not selector(:has(*)) {
  .gform_wrapper {
    cursor: progress;
  }
  .gform_wrapper:has(.gfield_ajax_spinner) * {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}

.gfield-spinner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(var(--s7-white-rgb), 0.5);
  display: none;
  cursor: progress;
}
#search {
  position: relative;
}

.s7-search-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(var(--s7-white-rgb), 1);
  display: none;
}
.s7-search-overlay--open {
  display: block;
}
.s7-search-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.s7-search-overlay__item {
  border-bottom: 1px solid rgba(var(--s7-gray-200-rgb), 1);
}
.s7-search-overlay__item:last-of-type {
  border: none;
}
.s7-search-overlay__item-text {
  display: block;
  padding: 0.375rem 0.75rem;
  color: rgba(var(--s7-gray-900-rgb), 1);
  background: rgba(var(--s7-white-rgb), 1);
}
.s7-search-overlay__item-text--hover:hover, .s7-search-overlay__item-text--hover:focus {
  text-decoration: none;
  background: rgba(var(--s7-gray-200-rgb), 1);
}
.s7-search-overlay__term {
  font-weight: 700;
  color: rgba(var(--s7-primary-rgb), 1);
}

.pagination,
.woocommerce nav.woocommerce-pagination {
  display: inline-block;
  line-height: 0;
}
.pagination ul,
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
.pagination ul li,
.woocommerce nav.woocommerce-pagination ul li {
  list-style-type: none;
  flex-grow: 1;
  margin-right: 0.25rem;
}
@media (min-width: 1025px) {
  .pagination ul li,
  .woocommerce nav.woocommerce-pagination ul li {
    margin-right: 0.625rem;
  }
}
.pagination ul li a,
.pagination ul li span:not(.visually-hidden),
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span:not(.visually-hidden) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 100%;
  min-width: 100%;
  height: 3.3125rem;
  width: 3.3125rem;
  padding: 0.625rem;
  color: rgba(var(--s7-gray-900-rgb), 1);
  background: rgba(var(--s7-primary-light-rgb), 1);
  font-size: 1rem;
  position: relative;
}
.pagination ul li a .icon,
.pagination ul li span:not(.visually-hidden) .icon,
.woocommerce nav.woocommerce-pagination ul li a .icon,
.woocommerce nav.woocommerce-pagination ul li span:not(.visually-hidden) .icon {
  font-size: 0.625rem;
}
.pagination ul li a .icon--previous,
.pagination ul li span:not(.visually-hidden) .icon--previous,
.woocommerce nav.woocommerce-pagination ul li a .icon--previous,
.woocommerce nav.woocommerce-pagination ul li span:not(.visually-hidden) .icon--previous {
  transform: rotate(180deg);
}
.pagination ul li a:hover,
.pagination ul li span:not(.visually-hidden):hover,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:not(.visually-hidden):hover {
  background: rgba(var(--s7-primary-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
}
.pagination ul li a.active, .pagination ul li a.current,
.pagination ul li span:not(.visually-hidden).active,
.pagination ul li span:not(.visually-hidden).current,
.woocommerce nav.woocommerce-pagination ul li a.active,
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span:not(.visually-hidden).active,
.woocommerce nav.woocommerce-pagination ul li span:not(.visually-hidden).current {
  background: rgba(var(--s7-primary-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
}

.row .flickity-slider > .col,
.row .flickity-slider > [class*=col-] {
  padding-right: calc(var(--s7-gutter-x) * 0.5);
  padding-left: calc(var(--s7-gutter-x) * 0.5);
  margin-top: var(--s7-gutter-y);
}

.flickity-prev-next-button {
  border-radius: 32px;
  transition: all 0.2s ease-in-out;
  background: rgba(var(--s7-primary-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
  width: 2.75rem;
  height: 2.75rem;
}
@media (prefers-reduced-motion: reduce) {
  .flickity-prev-next-button {
    transition: none;
  }
}
.flickity-prev-next-button:hover, .flickity-prev-next-button:focus {
  background: rgba(var(--s7-primary-shade-rgb), 1);
}
.flickity-prev-next-button .flickity-button-icon {
  transform: rotate(180deg);
  width: 40%;
  height: 40%;
  top: 30%;
  left: 30%;
}
.flickity-prev-next-button.next {
  top: 100%;
  right: calc(50% - 4rem);
}
@media (min-width: 768px) {
  .flickity-prev-next-button.next {
    right: -0.5rem;
    transform: translate(100%, -50%);
    top: 50%;
  }
}
@media (min-width: 1025px) {
  .flickity-prev-next-button.next {
    right: -3.75rem;
  }
}
.flickity-prev-next-button.previous {
  top: 100%;
  left: calc(50% - 4rem);
}
.flickity-prev-next-button.previous::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (min-width: 768px) {
  .flickity-prev-next-button.previous {
    left: -0.5rem;
    transform: translate(-100%, -50%);
    top: 50%;
  }
}
@media (min-width: 1025px) {
  .flickity-prev-next-button.previous {
    left: -3.75rem;
  }
}
.flickity-prev-next-button[disabled] {
  opacity: 0.5;
}

.flickity-page-dots {
  bottom: -4.0625rem;
  left: 0;
  right: 0;
}
.flickity-page-dots .dot {
  transition: all 0.2s ease-in-out;
  width: 2.8125rem;
  height: 2.0625rem;
  opacity: 0.25;
  margin: 0;
  background: none;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .flickity-page-dots .dot {
    transition: none;
  }
}
.flickity-page-dots .dot::before {
  border-radius: 32px;
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 0.25rem;
  background: rgba(var(--s7-secondary-rgb), 1);
  top: 0.9375rem;
  left: 0.625rem;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.usp-slider::after {
  content: "flickity";
  display: none;
}
@media (min-width: 768px) {
  .usp-slider::after {
    content: "";
  }
}

.row > .flickity-viewport {
  width: 100%;
}

.usp {
  display: flex;
  align-items: center;
}
.usp__icon {
  border-radius: 50%;
  display: flex;
  height: 2.0625rem;
  width: 2.0625rem;
  flex-shrink: 0;
  margin-right: 1rem;
  background: rgba(var(--s7-primary-light-rgb), 1);
  color: rgba(var(--s7-primary-rgb), 1);
}
.usp__icon .icon {
  margin: auto;
  font-size: 0.75rem;
}
.usp__icon--sm {
  background: none;
  width: auto;
  margin-right: 0.5rem;
}
.usp__text {
  color: rgba(var(--s7-gray-700-rgb), 1);
}

.breadcrumb_wrapper {
  font-size: 1rem;
  padding: 0.25rem 0rem;
}
@media (min-width: 768px) {
  .breadcrumb_wrapper {
    padding: 1rem 0rem;
  }
}
.breadcrumb_wrapper #breadcrumbs span,
.breadcrumb_wrapper #breadcrumbs a {
  margin-right: 0.375rem;
}
.breadcrumb_wrapper #breadcrumbs,
.breadcrumb_wrapper #breadcrumbs span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb_wrapper #breadcrumbs a {
  color: rgba(var(--s7-gray-700-rgb), 1);
}
.breadcrumb_wrapper #breadcrumbs a:hover, .breadcrumb_wrapper #breadcrumbs a:focus {
  color: rgba(var(--s7-primary-rgb), 1);
}
.breadcrumb_wrapper #breadcrumbs span {
  color: rgba(var(--s7-gray-400-rgb), 1);
}
.breadcrumb_wrapper #breadcrumbs .breadcrumb_separator {
  color: rgba(var(--s7-gray-900-rgb), 1);
  display: inline-flex;
  align-items: center;
}
.breadcrumb_wrapper #breadcrumbs > .breadcrumb_separator {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .breadcrumb_wrapper #breadcrumbs > .breadcrumb_separator {
    display: none;
  }
}
.breadcrumb_wrapper #breadcrumbs .icon-chevron-r {
  font-size: 0.5rem;
}
@media (max-width: 767.98px) {
  .breadcrumb_wrapper #breadcrumbs span a:not(:last-of-type),
  .breadcrumb_wrapper #breadcrumbs span .breadcrumb_last,
  .breadcrumb_wrapper #breadcrumbs span .breadcrumb_separator {
    display: none;
  }
}
@media (max-width: 1024.98px) {
  .breadcrumb_wrapper {
    display: none;
  }
}

.modal-dialog-centered::before {
  display: none;
}

.modal-dialog {
  max-width: 48.125rem;
  width: calc(100vw - 1rem);
}

.modal-content .nav-toggle {
  color: rgba(var(--s7-gray-500-rgb), 1);
}

.modal.modal-video .modal-dialog {
  margin: auto;
  max-width: calc(1140px - 1rem);
  width: calc(100vw - 1rem);
}
.modal.modal-video .modal-footer,
.modal.modal-video .modal-title {
  display: none;
}
.modal.modal-video .modal-header,
.modal.modal-video .modal-content,
.modal.modal-video .modal-body,
.modal.modal-video .modal-footer {
  border: none;
}
.modal.modal-video .modal-header {
  position: absolute;
  bottom: 100%;
  right: 0;
  padding: 0rem 0rem 1rem;
}
.modal.modal-video .modal-content {
  background: none;
}
.modal.modal-video .modal-body {
  padding: 0;
}
.modal.modal-video .nav-toggle {
  color: rgba(var(--s7-white-rgb), 1);
}

@media (max-width: 575.98px) {
  .modal.modal-offcanvas .modal-dialog {
    margin: 0;
    transform: translateX(-100%);
    transition: transform 0.15s ease-in-out;
  }
  .modal.modal-offcanvas.show .modal-dialog {
    transform: translateX(0);
  }
  .modal.modal-offcanvas .modal-content {
    border-radius: 0;
    width: 21.875rem;
    max-width: 95vw;
    height: 100vh;
    height: 100dvh;
  }
  .modal.modal-offcanvas .modal-header,
  .modal.modal-offcanvas .modal-footer {
    padding: 1rem;
  }
  .modal.modal-offcanvas .modal-body {
    padding: 0rem 1rem;
    height: 100%;
    overflow: auto;
  }
  .modal.modal-offcanvas .modal-body::-webkit-scrollbar {
    width: 0.1875rem;
    height: 0.1875rem;
  }
  .modal.modal-offcanvas .modal-body::-webkit-scrollbar-track {
    -webkit-background-color: rgba(var(--s7-gray-200-rgb), 1);
    background-color: rgba(var(--s7-gray-200-rgb), 1);
  }
  .modal.modal-offcanvas .modal-body::-webkit-scrollbar-thumb {
    background-color: rgba(var(--s7-gray-600-rgb), 1);
  }
}

.dynamic-availability-pulse {
  display: flex;
  align-items: center;
}
.dynamic-availability-pulse::before {
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  margin-right: 0.25em;
  border-radius: 50%;
  background: rgba(var(--s7-info-rgb), 1);
  flex-shrink: 0;
}
.dynamic-availability-pulse--closed::before {
  background: rgba(var(--s7-error-rgb), 1);
}

/**
 * WordPress Generated Classes
 * @link http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
[class^=wp-block-]::after {
  display: block;
  clear: both;
  content: "";
}

/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.alignwide {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  max-width: none;
}
@media (min-width: 576px) {
  .alignwide {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 1025px) {
  .alignwide {
    margin-left: -5.9375rem;
    margin-right: -5.9375rem;
  }
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
/** Text meant only for screen readers */
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.screen-reader-text:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.has-primary-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-primary-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

.has-primary-shade-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-primary-shade-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

.has-secondary-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-secondary-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

.has-secondary-light-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-secondary-light-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

.has-primary-light-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-primary-light-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

.has-primary-light-shade-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-primary-light-shade-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

.has-secondary-shade-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-secondary-shade-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

.has-secondary-light-shade-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-secondary-light-shade-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

.has-black-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-black-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

.has-white-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-white-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

.has-error-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-error-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

.has-info-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-info-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

.has-message-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-message-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

.has-whatsapp-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-whatsapp-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

.has-body-bg-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-body-bg-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

.has-body-color-color {
  color: rgba(var(--s7-color-rgb), 1);
}

.has-body-color-background-color {
  background-color: rgba(var(--s7-color-rgb), 1);
}

/** Gutenberg editor (backend) styles */
.acf-block-preview {
  overflow: hidden;
}

@media (min-width: 576px) {
  .wp-block .container-sm, .wp-block .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wp-block .container-md, .wp-block .container-sm, .wp-block .container {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .wp-block .container-lg, .wp-block .container-md, .wp-block .container-sm, .wp-block .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wp-block .container-xl, .wp-block .container-lg, .wp-block .container-md, .wp-block .container-sm, .wp-block .container {
    max-width: 1140px;
  }
}
.wp-block[data-align=full] {
  max-width: 100vw;
}
@media (min-width: 576px) {
  .wp-block[data-align=wide] {
    padding: 0;
  }
}

.wp-block .bg-section,
.acf-block-preview {
  overflow: hidden;
}

.block-banner {
  position: relative;
  background: rgba(var(--s7-white-rgb), 1);
  min-height: 9.375rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .block-banner {
    min-height: 15.625rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.block-testimonial__img {
  border-radius: 3px;
  padding: 0.75rem;
  height: 3.125rem;
  width: 3.125rem;
  margin: 0;
  display: flex;
  border: 1px solid rgba(var(--s7-gray-200-rgb), 1);
  background: rgba(var(--s7-white-rgb), 1);
  margin-right: 1rem;
}
.block-testimonial__img img,
.block-testimonial__img svg {
  margin: auto;
  width: auto;
  max-height: 100%;
}

.js-testimonial-slider .js-testimonial-slider__item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.js-testimonial-slider .js-testimonial-slider__item > div,
.js-testimonial-slider .js-testimonial-slider__item > a {
  flex-grow: 1;
}
.js-testimonial-slider.flickity-enabled .reset-height {
  min-height: auto;
}

.video-modal-toggle {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.0625rem;
  width: 4.0625rem;
  background: rgba(var(--s7-primary-rgb), 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (min-width: 576px) {
  .video-modal-toggle {
    height: 5.9375rem;
    width: 5.9375rem;
  }
}
.video-modal-toggle .icon {
  color: rgba(var(--s7-white-rgb), 1);
  font-size: 1.75rem;
}

.block-contact__sidebar p {
  margin: 0;
}

.team-slider::after {
  content: "flickity";
  display: none;
}
@media (min-width: 768px) {
  .team-slider::after {
    content: "";
  }
}

.news-slider {
  margin: -1.25rem 0rem;
}
.news-slider__item {
  padding: 1.25rem 0rem;
}
.news-slider .flickity-page-dots {
  bottom: -3.75rem;
}

.block-logos__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  background: rgba(var(--s7-gray-100-rgb), 1);
  margin: 0;
}
.block-logos__logo img {
  width: auto;
  height: 2.1875rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  background: rgba(var(--s7-secondary-rgb), 1);
  box-shadow: 0 18px 15px 0 rgba(var(--s7-black-rgb), 0.03);
  position: relative;
  z-index: 10;
  width: 100%;
}
.header--checkout {
  box-shadow: none;
}
.header__main {
  background: inherit;
}
.header__logo-wrap img,
.header__logo-wrap svg {
  max-height: 2.5rem;
  height: 1.5rem;
}
.header__alert {
  background-color: rgba(var(--s7-black-rgb), 1);
  border-bottom: 1px solid rgba(var(--s7-gray-800-rgb), 1);
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0;
}

.text-gray {
  color: rgba(var(--s7-gray-600-rgb), 1);
}

.nav--main {
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .nav--main {
    display: flex;
    flex-wrap: wrap;
  }
}

.usp-bar {
  background-color: rgba(var(--s7-white-rgb), 1);
  border-bottom: 1px solid rgba(var(--s7-gray-200-rgb), 1);
}

.c-secondary {
  color: rgba(var(--s7-secondary-rgb), 1);
}

.bg-black {
  background-color: rgba(var(--s7-black-rgb), 1);
}

/* Base styles */
.usp-bar {
  overflow: hidden;
}

/* Mobile styles - active at screen width below 768px */
@media (max-width: 767px) {
  .usp-bar .row {
    flex-direction: column;
    position: relative;
    height: 42px;
  }
  .usp-bar .col-auto {
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    left: 0;
    right: 0;
    text-align: center;
  }
  .cart-text {
    display: none;
  }
  /* Animation for USP rotation */
}
@media (max-width: 767px) and (min-width: 1025px) {
  .cart-text {
    display: contents;
  }
}
@media (max-width: 767px) {
  .usp-bar .col-auto:nth-child(1) {
    animation: rotateBanner 18s infinite 0s;
  }
  .usp-bar .col-auto:nth-child(2) {
    animation: rotateBanner 18s infinite 3s;
  }
  .usp-bar .col-auto:nth-child(3) {
    animation: rotateBanner 18s infinite 6s;
  }
  .usp-bar .col-auto:nth-child(4) {
    animation: rotateBanner 18s infinite 9s;
  }
  .usp-bar .col-auto:nth-child(5) {
    animation: rotateBanner 18s infinite 12s;
  }
  .usp-bar .col-auto:nth-child(6) {
    animation: rotateBanner 18s infinite 15s;
  }
}
/* Keyframe animation */
@keyframes rotateBanner {
  0%, 100% {
    opacity: 0;
    visibility: hidden;
  }
  3%, 16% {
    opacity: 1;
    visibility: visible;
  }
  19%, 99% {
    opacity: 0;
    visibility: hidden;
  }
}
.header__main {
  height: 100px !important;
  background: #365D01;
  background: linear-gradient(180deg, rgb(54, 93, 1) 0%, rgb(67, 115, 0) 50%);
}
@media (min-width: 1025px) {
  .header__main {
    height: 100%;
  }
}

.usp-bar {
  margin-top: 1.75rem;
}
@media (min-width: 1025px) {
  .usp-bar {
    margin-top: 2.5rem;
  }
}

.header__top {
  background: rgba(var(--s7-gray-200-rgb), 1);
  padding: 0.5rem 0rem;
  font-size: 0.875rem;
}
.header__top a {
  color: rgba(var(--s7-gray-700-rgb), 1);
}
.header__top a:hover, .header__top a:focus {
  color: rgba(var(--s7-secondary-rgb), 1);
}
.header__top .nav-topbar__item {
  margin-left: 1.5rem;
}
@media (min-width: 1025px) {
  .header__top .nav-topbar__item {
    margin-left: 1rem;
  }
}
.header__top .nav-topbar__item:first-of-type {
  margin-left: 0;
}

@media (max-width: 1199.98px) {
  .nav__wrapper {
    z-index: 3;
    position: fixed;
    top: 0;
    height: 100%;
    background-color: rgba(var(--s7-gray-900-rgb), 1);
    overflow-y: auto;
    visibility: hidden;
  }
  .nav__wrapper.is-open {
    visibility: visible;
  }
  .nav__item {
    position: relative;
  }
  .nav__anchor {
    color: rgba(var(--s7-white-rgb), 1);
    padding: 0.625rem 0rem;
    font-weight: 700;
  }
  .nav__anchor--active {
    font-weight: 700;
    color: rgba(var(--s7-white-rgb), 1);
  }
  .nav__anchor:hover, .nav__anchor:focus {
    color: rgba(var(--s7-white-rgb), 1);
  }
  .nav__anchor--has-chevron {
    display: inline-block;
    width: calc(100% - 3.125rem);
  }
  .nav__dropdown {
    clear: both;
    display: none;
    margin: 0;
    padding-left: 1.5625rem;
    width: 100%;
  }
  .nav__chevron {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 3.125rem;
  }
  .nav__chevron .icon {
    transition: all 0.2s ease-in-out;
    color: rgba(var(--s7-white-rgb), 1);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .nav__chevron .icon {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .nav__chevron.is-open .icon {
    transform: rotate(-90deg);
  }
}
@media (max-width: 1199.98px) {
  .nav__wrapper {
    padding: 0rem 1rem 1rem;
    width: 21.875rem;
    max-width: 90%;
    right: 100%;
    transition: all 0.2s ease-in-out;
  }
  .nav__wrapper.is-open {
    transform: translateX(100%);
  }
  .nav__top {
    position: sticky;
    top: 0;
    z-index: 1;
    background: rgba(var(--s7-white-rgb), 1);
    padding: 1rem;
    margin: 0rem -1rem 1rem;
  }
  .nav__top .nav-toggle.is-open .nav-toggle__line::before,
  .nav__top .nav-toggle.is-open .nav-toggle__line::after {
    background: rgba(var(--s7-gray-900-rgb), 1);
  }
}
@media (min-width: 1200px) {
  .nav__top {
    display: none;
  }
}
.nav-toggle {
  z-index: 1;
}

@media (min-width: 1200px) {
  .nav__anchor {
    color: rgba(var(--s7-gray-800-rgb), 1);
    padding: 0.9375rem;
    font-weight: 700;
  }
  .nav__anchor--active {
    font-weight: 700;
    color: rgba(var(--s7-gray-900-rgb), 1);
  }
  .nav__anchor:hover, .nav__anchor:focus {
    color: rgba(var(--s7-gray-900-rgb), 1);
  }
  .nav__mobile, .nav__chevron {
    display: none;
  }
}
@media (min-width: 1200px) {
  .nav__item--has-children:hover > .nav__dropdown--top, .nav__item--has-children:focus > .nav__dropdown--top {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .nav__dropdown--top {
    transition: all 0.2s ease-in-out;
    --s7-gutter-x: 1rem;
    --s7-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--s7-gutter-y));
    margin-right: calc(-0.5 * var(--s7-gutter-x));
    margin-left: calc(-0.5 * var(--s7-gutter-x));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0.5rem;
    right: 0.5rem;
    z-index: 1;
    background-color: rgba(var(--s7-white-rgb), 1);
    padding: 1rem 0.5rem 0.5rem;
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .nav__dropdown--top {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .nav__dropdown--sub {
    padding: 0;
  }
  .nav__dropdown .nav__anchor {
    padding: 0;
    font-weight: 400;
  }
  .nav__dropdown .nav__anchor.depth-1 {
    font-weight: 700;
  }
  .nav__dropdown .nav__item--has-children {
    flex-direction: column;
  }
  .nav__dropdown .nav__item.depth-1 {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--s7-gutter-x) * 0.5);
    padding-left: calc(var(--s7-gutter-x) * 0.5);
    margin-top: var(--s7-gutter-y);
    flex: 0 0 auto;
    width: 33.33333333%;
    margin-bottom: 0.5rem;
  }
}
.nav__item {
  display: block;
}
.nav__item--has-children {
  display: flex;
  flex-wrap: wrap;
}
.nav__item--btn-wrap {
  display: flex;
  align-items: center;
}
.nav__item--sub {
  width: 100%;
}
.nav__anchor {
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (prefers-reduced-motion: reduce) {
  .nav__anchor {
    transition: none;
  }
}
.nav__anchor:hover, .nav__anchor:focus {
  text-decoration: none;
}
.nav__anchor--btn {
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  border-radius: 32px;
  color: rgba(var(--s7-white-rgb), 1);
  background: rgba(var(--s7-secondary-rgb), 1);
  display: block;
  text-align: center;
  width: 100%;
  margin: 0.75rem 0rem;
}
.nav__anchor--btn:hover, .nav__anchor--btn:focus {
  color: rgba(var(--s7-white-rgb), 1);
  background: rgba(var(--s7-secondary-shade-rgb), 1);
}
@media (min-width: 1200px) {
  .nav__anchor--btn {
    width: auto;
    margin: 0;
  }
}
.nav__backdrop {
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  background: rgba(var(--s7-black-rgb), 0.4);
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  .nav__backdrop {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .nav__backdrop {
    z-index: -1;
  }
}
.nav__backdrop.is-open {
  opacity: 1;
  visibility: visible;
}
.nav__backdrop[data-action=filter] {
  z-index: 15;
}

.nav-toggle {
  height: 100%;
  min-height: 3rem;
  width: 3rem;
  position: relative;
  cursor: pointer;
}
.nav-toggle__line {
  margin-top: -1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-toggle__line, .nav-toggle__line::before, .nav-toggle__line::after {
  transition: all 0.2s ease-in-out;
  background-color: rgba(var(--s7-white-rgb), 1);
  display: block;
  height: 2px;
  width: 1.5rem;
  position: absolute;
}
@media (prefers-reduced-motion: reduce) {
  .nav-toggle__line, .nav-toggle__line::before, .nav-toggle__line::after {
    transition: none;
  }
}
.nav-toggle__line::before, .nav-toggle__line::after {
  content: "";
}
.nav-toggle__line::before {
  top: -0.5rem;
}
.nav-toggle__line::after {
  top: 0.5rem;
}
.nav-toggle.is-open .nav-toggle__line {
  background-color: transparent;
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-toggle.is-open .nav-toggle__line::before, .nav-toggle.is-open .nav-toggle__line::after {
  top: 0;
  background: rgba(var(--s7-white-rgb), 1);
}
.nav-toggle.is-open .nav-toggle__line::after {
  transform: rotate(-90deg);
}
.nav-toggle--current-color.is-open .nav-toggle__line::before, .nav-toggle--current-color.is-open .nav-toggle__line::after,
.nav-toggle--current-color .nav-toggle__line::before,
.nav-toggle--current-color .nav-toggle__line::after {
  background: currentColor;
}
.nav-toggle--fs {
  min-height: 1em;
  width: 1em;
}
.nav-toggle--fs__line, .nav-toggle--fs__line::before, .nav-toggle--fs__line::after {
  width: 0.5em;
}

.footer {
  background: rgba(var(--s7-secondary-rgb), 1);
  position: relative;
}
.footer ul {
  padding-left: 0;
  list-style: none;
}
.footer p {
  margin: 0;
}
.footer .widget {
  margin-bottom: 1.25rem;
  color: white;
}
.footer .widget a {
  color: white;
}
.footer .widget a:hover, .footer .widget a:focus {
  color: rgba(var(--s7-secondary-rgb), 1);
}
@media (min-width: 1025px) {
  .footer .widget {
    margin-bottom: 0.625rem;
  }
}
.footer__title {
  margin-bottom: 1rem;
  color: rgba(var(--s7-white-rgb), 1);
}
.footer__logo-wrap img,
.footer__logo-wrap svg {
  width: auto;
  max-height: 2.9375rem;
  margin-bottom: 2rem;
  transform: scaleX(1);
}
.footer__border {
  margin: 0;
  border-top: 2px solid rgba(var(--s7-gray-700-rgb), 1);
}
.footer__main a:not(.btn) {
  display: block;
}
.footer__main a:not(.btn):hover, .footer__main a:not(.btn):focus {
  color: rgba(var(--s7-white-rgb), 1);
}
.footer__help {
  background-color: rgba(var(--s7-gray-100-rgb), 1);
}
.footer__help__item {
  background-color: rgba(var(--s7-white-rgb), 1);
  margin-bottom: 1rem;
  border: 1px solid rgba(var(--s7-gray-200-rgb), 1);
  border-radius: 0.5rem;
  padding: 1.5rem;
  display: block;
  transition: all 0.3s ease;
  position: relative;
}
.footer__help__item a {
  color: rgba(var(--s7-gray-700-rgb), 1);
}
.footer__help__item:hover, .footer__help__item:focus {
  transform: translateY(-8px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.trust {
  background-color: rgba(var(--s7-white-rgb), 1);
}
.trust__notice {
  background-color: rgba(var(--s7-gray-100-rgb), 1);
}
.trust__notice p {
  font-style: italic;
  font-size: 0.75rem;
}

.size-guide-link__wrapper {
  border: 1px solid rgba(var(--s7-gray-200-rgb), 1);
  padding: 1.5rem 2rem;
  margin-bottom: 0.5rem;
  border-radius: 4px;
}

.single_add_to_cart_button {
  width: 100%;
  background-color: #365D01;
  transition: all 0.3s ease;
}
.single_add_to_cart_button:hover, .single_add_to_cart_button:focus {
  background-color: #1E3400;
  transition: all 0.3s ease;
}

@media (max-width: 1024.98px) {
  .header__logo-wrap svg {
    transform: scale(0.75);
    transform-origin: left;
    overflow: visible;
  }
}

.footer-cta {
  background-color: rgba(var(--s7-primary-rgb), 1) !important;
  padding: 2rem 0rem;
}

.footer__bottom {
  background: rgba(var(--s7-gray-200-rgb), 1);
  padding: 1rem 0rem;
  position: relative;
}
.footer__bottom * {
  color: rgba(var(--s7-black-rgb), 1);
}

.rimg {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  margin: 0;
  background: rgba(var(--s7-gray-400-rgb), 1);
}
.rimg > img,
.rimg > iframe,
.rimg > object,
.rimg > embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.rimg > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.rimg > figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.75rem;
  padding: 0.25rem;
  background: rgba(var(--s7-black-rgb), 0.5);
  color: rgba(var(--s7-white-rgb), 1);
}

.rimg--100-14 {
  padding-bottom: 14%;
}
.rimg--100-47 {
  padding-bottom: 47%;
}
.rimg--100-56 {
  padding-bottom: 56%;
}
.rimg--100-74 {
  padding-bottom: 74%;
}
.rimg--100-89 {
  padding-bottom: 89%;
}
.rimg--100-105 {
  padding-bottom: 105%;
}
.rimg--contain {
  background: none;
}
.rimg--contain > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.rimg--fill {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (min-width: 576px) {
  .rimg-sm--100-14 {
    padding-bottom: 14%;
  }
  .rimg-sm--100-47 {
    padding-bottom: 47%;
  }
  .rimg-sm--100-56 {
    padding-bottom: 56%;
  }
  .rimg-sm--100-74 {
    padding-bottom: 74%;
  }
  .rimg-sm--100-89 {
    padding-bottom: 89%;
  }
  .rimg-sm--100-105 {
    padding-bottom: 105%;
  }
  .rimg-sm--contain {
    background: none;
  }
  .rimg-sm--contain > img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .rimg-sm--fill {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .rimg-md--100-14 {
    padding-bottom: 14%;
  }
  .rimg-md--100-47 {
    padding-bottom: 47%;
  }
  .rimg-md--100-56 {
    padding-bottom: 56%;
  }
  .rimg-md--100-74 {
    padding-bottom: 74%;
  }
  .rimg-md--100-89 {
    padding-bottom: 89%;
  }
  .rimg-md--100-105 {
    padding-bottom: 105%;
  }
  .rimg-md--contain {
    background: none;
  }
  .rimg-md--contain > img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .rimg-md--fill {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .rimg-lg--100-14 {
    padding-bottom: 14%;
  }
  .rimg-lg--100-47 {
    padding-bottom: 47%;
  }
  .rimg-lg--100-56 {
    padding-bottom: 56%;
  }
  .rimg-lg--100-74 {
    padding-bottom: 74%;
  }
  .rimg-lg--100-89 {
    padding-bottom: 89%;
  }
  .rimg-lg--100-105 {
    padding-bottom: 105%;
  }
  .rimg-lg--contain {
    background: none;
  }
  .rimg-lg--contain > img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .rimg-lg--fill {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .rimg-xl--100-14 {
    padding-bottom: 14%;
  }
  .rimg-xl--100-47 {
    padding-bottom: 47%;
  }
  .rimg-xl--100-56 {
    padding-bottom: 56%;
  }
  .rimg-xl--100-74 {
    padding-bottom: 74%;
  }
  .rimg-xl--100-89 {
    padding-bottom: 89%;
  }
  .rimg-xl--100-105 {
    padding-bottom: 105%;
  }
  .rimg-xl--contain {
    background: none;
  }
  .rimg-xl--contain > img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .rimg-xl--fill {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(var(--s7-black-rgb), 0.5);
}
.overlay--primary::before {
  background: rgba(var(--s7-primary-rgb), 0.5);
}

.woocommerce-store-notice,
p.demo_store {
  background: rgba(var(--s7-primary-rgb), 1);
}

.product-label {
  border-radius: 0.25rem;
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 0.5rem;
  min-height: auto;
  min-width: auto;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.375rem;
  background: rgba(var(--s7-primary-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
  text-transform: uppercase;
}

.woocommerce .input-text:not(#\9 ),
.woocommerce .woocommerce-input-wrapper > select:not(#\9 ) {
  font-size: 1rem;
  display: block;
  padding: 0.75rem 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(var(--s7-gray-700-rgb), 1);
  background-color: rgba(var(--s7-white-rgb), 1);
  background-clip: padding-box;
  border: 1px solid rgba(var(--s7-gray-300-rgb), 1);
  border-radius: 32px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (prefers-reduced-motion: reduce) {
  .woocommerce .input-text:not(#\9 ),
  .woocommerce .woocommerce-input-wrapper > select:not(#\9 ) {
    transition: none;
  }
}
.woocommerce .input-text:not(#\9 )[type=file],
.woocommerce .woocommerce-input-wrapper > select:not(#\9 )[type=file] {
  overflow: hidden;
}
.woocommerce .input-text:not(#\9 )[type=file]:not(:disabled):not([readonly]),
.woocommerce .woocommerce-input-wrapper > select:not(#\9 )[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.woocommerce .input-text:not(#\9 ):focus,
.woocommerce .woocommerce-input-wrapper > select:not(#\9 ):focus {
  color: rgba(var(--s7-gray-700-rgb), 1);
  background-color: rgba(var(--s7-white-rgb), 1);
  border-color: rgba(var(--s7-primary-light-rgb), 1);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(var(--s7-primary-rgb), 0.25);
}
.woocommerce .input-text:not(#\9 )::-webkit-date-and-time-value,
.woocommerce .woocommerce-input-wrapper > select:not(#\9 )::-webkit-date-and-time-value {
  /* stylelint-disable */
  height: 1.6em;
  /* stylelint-enable */
}
.woocommerce .input-text:not(#\9 )::-moz-placeholder, .woocommerce .woocommerce-input-wrapper > select:not(#\9 )::-moz-placeholder {
  color: rgba(var(--s7-gray-600-rgb), 1);
  opacity: 1;
}
.woocommerce .input-text:not(#\9 )::placeholder,
.woocommerce .woocommerce-input-wrapper > select:not(#\9 )::placeholder {
  color: rgba(var(--s7-gray-600-rgb), 1);
  opacity: 1;
}
.woocommerce .input-text:not(#\9 ):disabled, .woocommerce .input-text:not(#\9 )[readonly],
.woocommerce .woocommerce-input-wrapper > select:not(#\9 ):disabled,
.woocommerce .woocommerce-input-wrapper > select:not(#\9 )[readonly] {
  background-color: rgba(var(--s7-gray-200-rgb), 1);
  opacity: 1;
}
.woocommerce .input-text:not(#\9 )::file-selector-button,
.woocommerce .woocommerce-input-wrapper > select:not(#\9 )::file-selector-button {
  background-color: #e9ecef;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  .woocommerce .input-text:not(#\9 )::file-selector-button,
  .woocommerce .woocommerce-input-wrapper > select:not(#\9 )::file-selector-button {
    transition: none;
  }
}
.woocommerce .input-text:not(#\9 ):hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce .woocommerce-input-wrapper > select:not(#\9 ):hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.woocommerce .input-text:not(#\9 )::-webkit-file-upload-button,
.woocommerce .woocommerce-input-wrapper > select:not(#\9 )::-webkit-file-upload-button {
  background-color: #e9ecef;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  .woocommerce .input-text:not(#\9 )::-webkit-file-upload-button,
  .woocommerce .woocommerce-input-wrapper > select:not(#\9 )::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.woocommerce .input-text:not(#\9 ):hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.woocommerce .woocommerce-input-wrapper > select:not(#\9 ):hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.woocommerce select:not(#\9 ) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.woocommerce form .form-row {
  padding: 0 0.5rem;
}
.woocommerce form .form-row:not([class*=col-]) {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--s7-gutter-x) * 0.5);
  padding-left: calc(var(--s7-gutter-x) * 0.5);
  margin-top: var(--s7-gutter-y);
}
@media (min-width: 768px) {
  .woocommerce form .form-row.woocommerce-form-row--first:not([class*=col-]), .woocommerce form .form-row.woocommerce-form-row--last:not([class*=col-]) {
    max-width: 50%;
    flex-basis: 50%;
  }
}
.woocommerce form .form-row label {
  font-weight: 600;
}
.woocommerce form .form-row label .optional {
  font-weight: 400;
  font-size: 80%;
}

.woocommerce-checkout form.checkout_coupon .form-row,
.woocommerce-checkout form.login .form-row,
.woocommerce-checkout form.register .form-row {
  padding: 0;
}

.woocommerce .button:not(#\9 ) {
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  border-radius: 32px;
  line-height: 1.6;
}
.woocommerce table.shop_table {
  border-color: rgba(var(--s7-gray-500-rgb), 1);
  border-spacing: 0;
  border-radius: 0;
  overflow: hidden;
  border-radius: 32px;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table th {
    padding: 1rem;
  }
}
.woocommerce table.shop_table thead td,
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-color: rgba(var(--s7-gray-500-rgb), 1);
}

.woocommerce table.shop_table.woocommerce-table--order-details tbody tr:first-of-type td,
.woocommerce table.shop_table.woocommerce-table--order-details tbody tr:first-of-type th,
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:first-of-type td,
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:first-of-type th {
  border-top-width: 2px;
}

@media (max-width: 575.98px) {
  .woocommerce table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody tr > td:first-of-type {
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce table.shop_table_responsive td {
    display: block;
  }
  .woocommerce table.shop_table_responsive td {
    text-align: right;
  }
  .woocommerce table.shop_table_responsive td.order-actions, .woocommerce table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions, .woocommerce table.shop_table_responsive td.product-name {
    text-align: left;
  }
  .woocommerce table.shop_table_responsive td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    width: 50%;
    text-align: left;
  }
  .woocommerce table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions::before, .woocommerce table.shop_table_responsive td.product-remove::before, .woocommerce table.shop_table_responsive td.actions::before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .woocommerce .cart_totals table.shop_table_responsive tr {
    display: table-row;
  }
  .woocommerce .cart_totals table.shop_table_responsive td,
  .woocommerce .cart_totals table.shop_table_responsive th {
    display: table-cell;
  }
  .woocommerce .cart_totals table.shop_table_responsive td {
    text-align: left;
  }
  .woocommerce .cart_totals table.shop_table_responsive td::before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .woocommerce table.shop_table.cart,
  .woocommerce table.shop_table.woocommerce-orders-table {
    border: 0;
  }
  .woocommerce table.shop_table.cart thead,
  .woocommerce table.shop_table.woocommerce-orders-table thead {
    display: none;
  }
  .woocommerce table.shop_table.cart tr.cart_item,
  .woocommerce table.shop_table.cart tr.woocommerce-orders-table__row,
  .woocommerce table.shop_table.woocommerce-orders-table tr.cart_item,
  .woocommerce table.shop_table.woocommerce-orders-table tr.woocommerce-orders-table__row {
    display: block;
    border: 1px solid rgba(var(--s7-gray-500-rgb), 1);
    margin-bottom: 0.625rem;
    overflow: hidden;
    position: relative;
    border-radius: 32px;
  }
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  background: rgba(var(--s7-gray-100-rgb), 1);
  border-top: 3px solid rgba(var(--s7-gray-100-rgb), 1);
  color: rgba(var(--s7-gray-700-rgb), 1);
  padding: 0.75rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-error {
    font-size: 1rem;
    padding: 1rem 1.5rem;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
  }
}
.woocommerce-info a:not(.button),
.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button) {
  color: rgba(var(--s7-gray-700-rgb), 1);
  text-decoration: underline;
}
.woocommerce-info a:not(.button):hover, .woocommerce-info a:not(.button):focus,
.woocommerce-message a:not(.button):hover,
.woocommerce-message a:not(.button):focus,
.woocommerce-error a:not(.button):hover,
.woocommerce-error a:not(.button):focus {
  color: rgba(var(--s7-primary-rgb), 1);
}
@media (max-width: 575.98px) {
  .woocommerce-info a.button,
  .woocommerce-message a.button,
  .woocommerce-error a.button {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
  display: none;
}
@media (min-width: 768px) {
  .woocommerce-info::before,
  .woocommerce-message::before,
  .woocommerce-error::before {
    display: block;
    font-size: 1rem;
    top: 1rem;
    left: 1.25rem;
  }
}

.woocommerce-info {
  border-top-color: rgba(var(--s7-info-rgb), 1);
  padding-left: 0.75rem;
}
@media (min-width: 768px) {
  .woocommerce-info {
    padding-left: 1.5rem;
  }
}
.woocommerce-info::before {
  display: none;
}

.woocommerce-message {
  border-top-color: rgba(var(--s7-message-rgb), 1);
}
.woocommerce-message::before {
  color: rgba(var(--s7-message-rgb), 1);
}

.woocommerce-error {
  border-top-color: rgba(var(--s7-error-rgb), 1);
}
.woocommerce-error::before {
  color: rgba(var(--s7-error-rgb), 1);
}

body .woocommerce {
  --s7-gutter-x: 1rem;
  --s7-gutter-y: 0;
}

body .woocommerce .col,
body .woocommerce [class^=col-],
body .woocommerce [class*=" col-"] {
  padding-left: calc(var(--s7-gutter-x, 1rem) * 0.5);
  padding-right: calc(var(--s7-gutter-x, 1rem) * 0.5);
}

.woocommerce ul.products {
  --s7-gutter-x: 1rem;
  --s7-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--s7-gutter-y));
  margin-right: calc(-0.5 * var(--s7-gutter-x));
  margin-left: calc(-0.5 * var(--s7-gutter-x));
}
.woocommerce ul.products::before, .woocommerce ul.products::after {
  display: none;
}
.woocommerce ul.products > li.product {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--s7-gutter-x) * 0.5);
  padding-left: calc(var(--s7-gutter-x) * 0.5);
  margin-top: var(--s7-gutter-y);
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 0.5rem;
}
@media (max-width: 575.98px) {
  .woocommerce ul.products > li.product:nth-child(2n+1) {
    padding-right: 0.25rem;
  }
  .woocommerce ul.products > li.product:nth-child(2n+2) {
    padding-left: 0.25rem;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products > li.product {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products.columns-3 > li.product {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products.columns-4 > li.product {
    flex: 0 0 auto;
    width: 25%;
  }
}

.col2-set .col-1,
.col2-set .col-2 {
  float: none;
  width: 100%;
  max-width: none;
  padding: 0;
}

.woocommerce .checkout .col2-set > .col-1,
.woocommerce .checkout .col2-set > .col-2 {
  padding: 0;
}

@media (max-width: 575.98px) {
  .woocommerce-cart table.cart tr.cart_item td.product-thumbnail {
    display: none;
  }
  .woocommerce-cart table.cart tr.cart_item td.product-name {
    border: none;
    padding-right: 2rem;
  }
  .woocommerce-cart table.cart tr.cart_item td.product-name::before {
    display: none;
  }
  .woocommerce-cart table.cart tr.cart_item td.product-quantity input.qty {
    margin-left: auto;
  }
  .woocommerce-cart table.cart tr.cart_item td.product-subtotal {
    background: rgba(var(--s7-primary-rgb), 1);
  }
  .woocommerce-cart table.cart .woocommerce .wc-proceed-to-checkout {
    padding: 0;
  }
  .woocommerce-cart table.cart tr:not(.cart_item) td {
    border: none;
    padding: 1rem 0rem;
  }
  .woocommerce-cart table.cart tr:not(.cart_item) td.actions {
    padding: 0;
  }
  .woocommerce-cart table.cart .product-remove {
    height: 0;
    padding: 0;
    border: none;
    position: absolute;
    top: 0.375rem;
    right: 0.3125rem;
    z-index: 1;
  }
}
.woocommerce-cart table.cart td.actions {
  text-align: right;
}
.woocommerce-cart table.cart td.actions .coupon {
  float: left;
}
.woocommerce-cart table.cart td.actions .coupon label {
  display: none;
}
.woocommerce-cart table.cart td.actions .coupon input {
  width: 6.25rem;
}
@media (max-width: 575.98px) {
  .woocommerce-cart table.cart td.actions button,
  .woocommerce-cart table.cart td.actions .coupon {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .woocommerce-cart table.cart td.actions .coupon input,
  .woocommerce-cart table.cart td.actions .coupon button {
    margin: 0;
    width: calc(50% - 0.5rem);
  }
}

.woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 1rem;
}

.woocommerce .cart_totals table.shop_table tr.order-total {
  background: rgba(var(--s7-primary-rgb), 1);
}

.woocommerce .wc-proceed-to-checkout {
  padding: 0;
}

.woocommerce a.checkout-button.button.alt {
  width: 100%;
}

.counter {
  background: #e46418;
  border-radius: 50%;
  min-width: 1.375rem;
  height: 1.375rem;
  line-height: 1.1875rem;
  font-size: 0.75rem;
  text-align: center;
  color: rgba(var(--s7-white-rgb), 1);
  font-weight: 700;
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
}
@media (min-width: 768px) {
  .counter {
    top: -0.375rem;
    right: -0.375rem;
  }
}

.skeleton-card {
  width: 100%;
  height: 320px; /* pas eventueel aan naar je echte kaart-hoogte */
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite ease-in-out;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.blockUI.blockOverlay {
  background: rgba(var(--s7-white-rgb), 0.5) !important;
  opacity: 1 !important;
}
.blockUI.blockOverlay::before {
  display: none !important;
}
body > .blockUI.blockOverlay {
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed !important;
}

body.disable-modal-fade .blockUI.blockOverlay {
  display: none;
}
body.disable-modal-fade .modal-backdrop.fade {
  transition: none !important;
}

#addtocartmodal .modal-dialog {
  transform: none;
}

.woocommerce .price:not(#\9 ) {
  display: inline-flex;
  align-items: baseline;
  font-weight: 700;
  font-size: 0.875rem;
  color: rgba(var(--s7-gray-800-rgb), 1);
  margin: 0;
}
@media (min-width: 1025px) {
  .woocommerce .price:not(#\9 ) {
    font-size: 1rem;
  }
}
.woocommerce .price:not(#\9 ) ins {
  order: 1;
  text-decoration: none;
}
.woocommerce .price:not(#\9 ) del {
  order: 2;
  font-weight: 400;
  color: rgba(var(--s7-gray-600-rgb), 1);
  margin-left: 0.5rem;
}
.woocommerce .price:not(#\9 ) .woocommerce-price-suffix {
  order: 3;
  color: rgba(var(--s7-gray-500-rgb), 1);
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 0.5rem;
}
.woocommerce .price:not(#\9 ) .price_from {
  font-size: 1rem;
  font-weight: 400;
  margin-right: 0.5rem;
  color: rgba(var(--s7-gray-500-rgb), 1);
}

.woocommerce .product__info .price:not(#\9 ) {
  font-size: 1.5rem;
}
.woocommerce .product__info .price:not(#\9 ) del {
  font-size: 1rem;
}

.btn-group {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: flex;
}
.btn-group button {
  border-radius: 0.5rem;
}

.variation-option.btn, .woocommerce .variation-option.button:not(#\9 ) {
  background-color: rgba(var(--s7-white-rgb), 1);
  border: 1px solid rgba(var(--s7-gray-200-rgb), 1);
  padding: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.variation-option.btn.selected, .woocommerce .variation-option.selected.button:not(#\9 ) {
  background-color: rgba(var(--s7-primary-rgb), 1);
  border: 1px solid rgba(var(--s7-primary-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
}

.variation-option.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.wc-page-hierarchy-widget ul {
  list-style: none;
  padding-left: 1rem;
  border-left: 1px solid #ddd;
}

.wc-page-hierarchy-widget li {
  margin: 0.25em 0;
}

.wc-page-hierarchy-widget .current-page > a {
  font-weight: bold;
  color: rgba(var(--s7-secondary-rgb), 1);
}

.accordion-section-title {
  display: block;
  font-weight: bold;
  cursor: pointer;
  border-top: 1px solid #ddd;
  padding: 1rem 0rem;
  font-size: 1.5rem;
}

.accordion-section-content.open {
  display: block;
}

.accordion-section:first-child .accordion-section-title {
  border-top: none;
}

.accordion-section-content {
  display: none; /* Closed by default */
  background-color: rgba(var(--s7-white-rgb), 1);
}

.accordion-section:first-child .accordion-section-content {
  display: block; /* Open the first section by default */
}

.woocommerce-products-header p:last-of-type {
  margin-bottom: 0;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 0;
  display: inline-block;
}

.woocommerce .woocommerce-loop-product__link figure img {
  transition: all 0.2s ease-in-out;
}
.woocommerce .woocommerce-loop-product__link:hover figure img, .woocommerce .woocommerce-loop-product__link:focus figure img {
  transform: scale(1.05);
}
.woocommerce .woocommerce-loop-product__card, .woocommerce .woocommerce-loop-product__link {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.woocommerce .woocommerce-loop-product__content {
  padding: 0.625rem;
  display: flex;
  flex-flow: column;
  flex-grow: 1;
}
.woocommerce .woocommerce-loop-product__title {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.25rem;
}

.woocommerce ul.products li.product a img {
  height: 100%;
}
.woocommerce ul.products li.product a .product-label {
  top: 0.5rem;
  left: auto;
  right: 0;
  margin: 0;
  border-radius: 4px 0 0 4px;
  background-color: #f7711e;
  text-transform: uppercase;
  font-size: 10px;
}

@media (max-width: 767.98px) {
  .s7filter {
    position: fixed;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    display: flex;
    flex-flow: column;
    background: rgba(var(--s7-white-rgb), 1);
    transition: all 0.2s ease-in-out;
    max-width: 21.875rem;
  }
  .s7filter.is-open {
    left: 0;
  }
  .s7filter__header {
    background: rgba(var(--s7-gray-400-rgb), 1);
    text-align: center;
    padding: 0.25rem 0;
  }
  .s7filter__content {
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.875rem 0.9375rem 0.625rem 0.9375rem;
  }
  .s7filter__footer {
    padding: 0.25rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .s7filter {
    padding-right: 1rem;
  }
}

.facetwp-facet select {
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 1rem;
}

.woocommerce div.product form.cart {
  margin-bottom: 1.25rem;
}
.woocommerce .quantity-label {
  margin-right: 4px;
  font-weight: bold;
}
.woocommerce .quantity .qty {
  border-width: 2px;
  border: 1px solid rgba(var(--s7-gray-100-rgb), 1);
  width: 4.5rem;
  padding-right: 0.3125rem;
  display: inline-block !important;
}
.woocommerce .related.products {
  padding: 2.5rem 0rem;
}
.woocommerce .related.products > h2 {
  margin-bottom: 1.25rem;
}
.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  display: block;
  padding: 0;
  text-align: left;
}
.woocommerce div.product form.cart .variations tr:not(:first-of-type) {
  margin-top: 0.75rem;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  line-height: 1.6;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 0;
}
.woocommerce div.product form.cart .variations a.reset_variations {
  display: none !important;
}
.woocommerce .woocommerce-variation-price {
  display: none;
}

.variations .btn-group {
  display: flex;
  flex-wrap: wrap;
}
.variations .btn-group .variation-option {
  flex: 0 0 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  border-radius: 2px !important;
  transition: all 0.3s ease;
}
.variations .btn-group .variation-option:hover, .variations .btn-group .variation-option:focus {
  transform: translateY(-4px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(var(--s7-primary-light-rgb), 1);
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport,
.woocommerce div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  height: 0 !important;
  padding-bottom: 100%;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport > .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport > .woocommerce-product-gallery__image,
.woocommerce div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li {
  position: relative;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  width: calc(20% - 0.2rem);
  padding-bottom: calc(20% - 0.2rem);
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    width: calc(20% - 0.4rem);
    padding-bottom: calc(20% - 0.4rem);
  }
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport,
.woocommerce div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  border-radius: 1rem;
  border: 1px solid rgba(var(--s7-gray-200-rgb), 1);
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image,
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a,
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a img,
.woocommerce div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.woocommerce div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a,
.woocommerce div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  height: 100%;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport img,
.woocommerce div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport img,
  .woocommerce div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper img {
    padding: 1rem;
  }
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
  overflow: auto;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
  width: 0.1875rem;
  height: 0.1875rem;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-track {
  -webkit-background-color: rgba(var(--s7-gray-200-rgb), 1);
  background-color: rgba(var(--s7-gray-200-rgb), 1);
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-thumb {
  background-color: rgba(var(--s7-gray-600-rgb), 1);
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
  transition: all 0.2s ease-in-out;
  border-radius: 1rem;
  border: 1px solid rgba(var(--s7-gray-200-rgb), 1);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.5rem;
  opacity: 0.5;
}
@media (prefers-reduced-motion: reduce) {
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
    transition: none;
  }
}
@media (min-width: 768px) {
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
    padding: 0.625rem;
  }
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav {
  display: none;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: none;
}

#order_review_heading {
  display: none;
}

.woocommerce-form__label-for-checkbox {
  font-size: 1rem;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
}
.woocommerce-form__label-for-checkbox span {
  margin-left: 0.625rem;
}

.woocommerce form .form-row.create-account {
  margin: 0;
}
.woocommerce form .form-row.create-account > label {
  line-height: inherit;
}
.woocommerce form .form-row.create-account > label input {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .sidebar-lg-absolute {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .sidebar-lg-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .sidebar-lg-sticky {
    position: sticky;
    top: 1.875rem;
  }
}
.woocommerce form.checkout {
  position: static !important;
}
.woocommerce form.checkout .blockUI.blockOverlay::before {
  left: 35%;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  .step {
    font-size: 1rem;
  }
}
.step__wrapper {
  position: relative;
  overflow: hidden;
}
.step__wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 1.1875rem;
  background: rgba(var(--s7-white-rgb), 1);
  box-shadow: 0 1rem 3rem rgba(var(--s7-black-rgb), 0.175);
  z-index: -1;
}
@media (min-width: 576px) {
  .step__wrapper::before {
    top: 1.6875rem;
  }
}
.step__number {
  height: 2.375rem;
  width: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--s7-gray-100-rgb), 1);
  border-radius: 50%;
  border: 1px solid rgba(var(--s7-gray-300-rgb), 1);
  margin-bottom: 0.4375rem;
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .step__number {
    height: 3.375rem;
    width: 3.375rem;
  }
}
.step.done .step__number {
  background: rgba(var(--s7-secondary-rgb), 1);
  border-color: rgba(var(--s7-secondary-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
}
.step.done .step__title {
  color: rgba(var(--s7-secondary-rgb), 1);
}
.step.active .step__number {
  background: rgba(var(--s7-primary-rgb), 1);
  border-color: rgba(var(--s7-primary-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
}
.step.active .step__title {
  color: rgba(var(--s7-primary-rgb), 1);
}

.woocommerce ul.order_details {
  padding: 0;
}
@media (max-width: 575.98px) {
  .woocommerce ul.order_details li {
    width: 100%;
  }
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-address-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-account-fields {
  --s7-gutter-x: 1rem;
  --s7-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--s7-gutter-y));
  margin-right: calc(-0.5 * var(--s7-gutter-x));
  margin-left: calc(-0.5 * var(--s7-gutter-x));
}

.woocommerce-input-wrapper,
.password-input {
  width: 100%;
}

.checkout .col-2 {
  display: flex;
  flex-direction: column;
}
.checkout .col-2 > .woocommerce-shipping-fields {
  order: 2;
}
.checkout .col-2 > .woocommerce-additional-fields {
  order: 1;
}

.select2-container--default .select2-selection--single {
  margin: 0;
  padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: calc(3.1rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(3.1rem + 2px);
}

.woocommerce-account .woocommerce {
  --s7-gutter-x: 1rem;
  --s7-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--s7-gutter-y));
  margin-right: calc(-0.5 * var(--s7-gutter-x));
  margin-left: calc(-0.5 * var(--s7-gutter-x));
}
.woocommerce-account .woocommerce > .woocommerce-MyAccount-content {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--s7-gutter-x) * 0.5);
  padding-left: calc(var(--s7-gutter-x) * 0.5);
  margin-top: var(--s7-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce > .woocommerce-MyAccount-content {
    flex: 0 0 auto;
    width: 75%;
  }
}
.woocommerce-account .woocommerce > .woocommerce-notices-wrapper {
  width: 100%;
  padding: 0 0.5rem;
}
.woocommerce-account .woocommerce > .woocommerce-message {
  width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 576px) {
  .woocommerce-account .col-wc-small {
    flex: 0 0 540px;
    width: 540px;
    max-width: 100%;
  }
}
.woocommerce-account .col2-set {
  --s7-gutter-x: 1rem;
  --s7-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--s7-gutter-y));
  margin-right: calc(-0.5 * var(--s7-gutter-x));
  margin-left: calc(-0.5 * var(--s7-gutter-x));
}
.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--s7-gutter-x) * 0.5);
  padding-left: calc(var(--s7-gutter-x) * 0.5);
  margin-top: var(--s7-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1025px) {
  .woocommerce-account .col2-set .col-1,
  .woocommerce-account .col2-set .col-2 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation-wrapper {
  border-radius: 32px;
  overflow: hidden;
  background: rgba(var(--s7-gray-100-rgb), 1);
  color: rgba(var(--s7-gray-800-rgb), 1);
  font-size: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation-wrapper li:not(.is-active)::before {
  transition: all 0.2s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation-wrapper a {
  display: flex;
  align-items: center;
  color: inherit;
  padding: 0.75rem 1.5rem;
  background: rgba(var(--s7-gray-100-rgb), 1);
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation-wrapper a:hover, .woocommerce-account .woocommerce-MyAccount-navigation-wrapper a:focus {
  background: rgba(var(--s7-gray-200-rgb), 1);
}
.woocommerce-account .woocommerce-MyAccount-navigation-wrapper a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.25rem;
  background: rgba(var(--s7-primary-rgb), 1);
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.2s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation-wrapper a:hover::before,
.woocommerce-account .woocommerce-MyAccount-navigation-wrapper .is-active a::before {
  transform: scaleX(1);
}
.woocommerce-account .woocommerce-MyAccount-navigation-wrapper .is-active a {
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-navigation-toggle {
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-navigation-toggle .icon-chevron::before {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .woocommerce-account .woocommerce-MyAccount-navigation-toggle .icon-chevron::before {
    transition: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation-toggle[aria-expanded=true] .icon-chevron::before {
  transform: rotate(-180deg);
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  border-top: 1px solid rgba(var(--s7-gray-300-rgb), 1);
  margin: 0;
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    border: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-account .account-title {
  font-size: calc((2.375rem + 2rem) / 2);
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce form.woocommerce-ResetPassword {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.woocommerce-account .woocommerce form.login > *,
.woocommerce-account .woocommerce form.register > *,
.woocommerce-account .woocommerce form.woocommerce-ResetPassword > * {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-account .woocommerce form.login .button,
.woocommerce-account .woocommerce form.register .button,
.woocommerce-account .woocommerce form.woocommerce-ResetPassword .button {
  width: 100%;
}
.woocommerce-account .woocommerce form.edit-account,
.woocommerce-account .woocommerce form.edit-account > fieldset {
  --s7-gutter-x: 1rem;
  --s7-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--s7-gutter-y));
  margin-right: calc(-0.5 * var(--s7-gutter-x));
  margin-left: calc(-0.5 * var(--s7-gutter-x));
}
.woocommerce-account .woocommerce form.edit-account > *:not(.form-row),
.woocommerce-account .woocommerce form.edit-account > fieldset > *:not(.form-row) {
  width: 100%;
  padding: 0 0.5rem;
}
.woocommerce-account .woocommerce form.lost_reset_password .form-row {
  max-width: 100%;
  flex-basis: 100%;
}

.woocommerce-password-strength {
  border-radius: 32px;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  margin-top: 0.25rem;
}

.woocommerce-password-hint {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.woocommerce-account .woocommerce form.login .woocommerce-form-login__rememberme {
  order: 1;
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.woocommerce-account .woocommerce form.login .woocommerce-form-login__submit {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
.woocommerce-account .woocommerce form.login .lost_password,
.woocommerce-account .woocommerce form.register .woocommerce-privacy-policy-text {
  font-size: 0.875rem;
}

.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_woocommerce_filter.pf_ajax_loading i {
  display: none !important;
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_collector {
  margin-bottom: 0.5rem;
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_collector .prdctfltr_title_selected {
  /* stylelint-disable */
  border-radius: 32px;
  /* stylelint-enable */
  margin: 0rem 0.25rem 0.25rem 0rem;
  background: rgba(var(--s7-gray-200-rgb), 1);
  color: rgba(var(--s7-gray-900-rgb), 1);
  padding: 0.25rem 0.5rem;
  display: inline-flex;
  align-items: center;
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_collector .prdctfltr_title_selected .prdctfltr_title_remove {
  color: rgba(var(--s7-primary-rgb), 1);
  display: flex;
  line-height: 1;
  margin-right: 0.25rem;
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_collector .prdctfltr_title_selected .prdctfltr_selected_title {
  flex-shrink: 0;
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_checkboxes > label {
  margin-bottom: 0.5rem;
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_checkboxes > label > span {
  display: flex;
  align-items: baseline;
  font-size: 1rem;
  color: rgba(var(--s7-gray-900-rgb), 1);
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_checkboxes > label > span::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable */
  border-radius: 32px;
  /* stylelint-enable */
  content: "\e901";
  margin: 0rem 0.5rem 0rem 0rem;
  border: 1px solid rgba(var(--s7-gray-400-rgb), 1);
  background: rgba(var(--s7-white-rgb), 1);
  height: 1rem;
  width: 1rem;
  font-size: 0.625rem;
  color: rgba(var(--s7-white-rgb), 1);
  align-self: center;
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_checkboxes > label > input:checked + span::before {
  color: rgba(var(--s7-primary-rgb), 1);
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_count {
  border: none;
  min-width: auto;
  color: rgba(var(--s7-gray-600-rgb), 1);
  font-size: 0.75em;
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_count::before {
  content: "(";
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .prdctfltr_count::after {
  content: ")";
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-bar, .suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-line {
  background: none;
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-bar::before, .suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-line::before {
  content: "";
  position: absolute;
  background-color: rgba(var(--s7-primary-rgb), 1);
  height: 0.125rem;
  top: 50%;
  transform: translateY(-150%);
  left: 0;
  right: 0;
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-line::before {
  background-color: rgba(var(--s7-gray-300-rgb), 1);
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-line-left, .suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-line-mid, .suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-line-right {
  background: none;
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-from, .suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-to, .suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-single {
  /* stylelint-disable */
  border-radius: 32px;
  /* stylelint-enable */
  background: rgba(var(--s7-primary-rgb), 1);
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-slider.from, .suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-slider.to {
  background-image: none;
  background-color: rgba(var(--s7-white-rgb), 1);
  border-radius: 50%;
  border: 1px solid rgba(var(--s7-gray-500-rgb), 1);
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-grid-pol {
  background: rgba(var(--s7-gray-400-rgb), 1);
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-grid-text {
  color: rgba(var(--s7-gray-700-rgb), 1);
}
.suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-min, .suite7 main .prdctfltr_wc.prdctfltr_woocommerce .irs-max {
  background: rgba(var(--s7-gray-200-rgb), 1);
  color: rgba(var(--s7-gray-700-rgb), 1);
}

.facetwp-facet {
  padding: 0.625rem 0rem;
}
.facetwp-facet .facetwp-checkbox.checked {
  background-image: none;
  background: rgba(var(--s7-secondary-rgb), 1);
  border: 1px solid rgba(var(--s7-secondary-rgb), 1);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.facetwp-facet .facetwp-checkbox {
  background: rgba(var(--s7-white-rgb), 1);
  border: 1px solid rgba(var(--s7-gray-500-rgb), 1);
  border-radius: 3px;
  width: 0;
  height: 1.25rem;
  margin-bottom: 0.4375rem;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.facetwp-facet .facetwp-checkbox .facetwp-display-value {
  margin-left: 0.625rem;
}
.facetwp-facet .facetwp-slider-wrap .noUi-handle {
  background: rgba(var(--s7-white-rgb), 1);
  border: 1px solid rgba(var(--s7-gray-500-rgb), 1);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.facetwp-facet .facetwp-slider-wrap .noUi-connect {
  background: rgba(var(--s7-gray-100-rgb), 1);
}
.facetwp-facet .facetwp-slider-reset {
  background: rgba(var(--s7-secondary-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
  box-shadow: none;
  border-radius: 10px;
  margin-top: 0.625rem;
  padding: 0.3125rem 2.5rem;
}
.facetwp-facet .facetwp-dropdown {
  padding: 0.4375rem 3.75rem 0.4375rem 0.625rem;
  border-radius: 3px;
  border: 1px solid rgba(var(--s7-gray-500-rgb), 1);
}
.facetwp-facet select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.facetwp-facet .fs-label-wrap {
  border-radius: 3px;
}
.facetwp-facet .fs-label-wrap .fs-label {
  padding: 0.75rem 1.375rem 0.75rem 0.5rem;
}
.facetwp-facet .facetwp-autocomplete {
  border-radius: 0.1875rem 0rem 0rem 0.1875rem;
  border: 1px solid rgba(var(--s7-gray-500-rgb), 1);
  border-width: 0.0625rem 0rem 0.0625rem 0.0625rem;
  padding: 0.3125rem 0rem;
}
.facetwp-facet .facetwp-autocomplete-update {
  border-radius: 0rem 0.1875rem 0.1875rem 0rem;
  border: 1px solid rgba(var(--s7-secondary-rgb), 1);
  background: rgba(var(--s7-secondary-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
  padding: 0.3125rem 0.9375rem;
}
.facetwp-facet .facetwp-radio {
  background: none;
  display: inline-block;
  padding: 10px 12px;
  margin: 0 8px 8px 0;
  border: 1px solid rgba(var(--s7-gray-500-rgb), 1);
  border-radius: 3px;
}
.facetwp-facet .facetwp-radio:hover,
.facetwp-facet .facetwp-radio.checked {
  background-image: none;
  background: rgba(var(--s7-secondary-rgb), 1);
  border-color: rgba(var(--s7-secondary-rgb), 1);
  color: rgba(var(--s7-white-rgb), 1);
}
