/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #008000;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 0.25rem 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 1.5rem;
}
.paypal-fastlane-shipping-change-address-form button {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 1.5rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.paypal-fastlane-divider:before {
  border-bottom: 1px solid #cccccc;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paypal-fastlane-divider span {
  background-color: #f4f4f4;
  padding: 0 0.5rem;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 1rem;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 1rem;
}
.magento-payments-review .actions-toolbar {
  margin-top: 0.5rem;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 0.5rem;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-size: 24;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 1.5rem;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 2rem;
  padding: 0.5rem 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 1.5rem;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 0.25rem;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 0.25rem;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  margin: 10px 0 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.3);
  padding: 3px;
  box-sizing: border-box;
}
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::before,
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::after {
  content: '';
  position: absolute;
  display: block;
  border-bottom-style: solid;
  height: 0;
  width: 0;
}
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::before {
  right: 9px;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  z-index: 99;
}
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::after {
  right: 8px;
  top: -14px;
  border: 7px solid transparent;
  border-bottom-color: #dddddd;
  z-index: 98;
}
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown.stick-to-start::before {
  left: 15px;
}
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown.stick-to-start::after {
  left: 14px;
}
.swissup-ajaxsearch-loading #swissup-ajaxsearch-filter-category,
.page-wrapper #swissup-ajaxsearch-filter-category {
  display: none;
  opacity: 0;
}
.swissup-ajaxsearch-filter-category-wrapper {
  display: none;
}
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown {
  padding: 0px;
}
.block-swissup-ajaxsearch .input-text {
  left: auto;
  right: auto;
  background: rgba(var(--input-bg), var(--input-bg-alpha));
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
}
.block-swissup-ajaxsearch .input-text:focus {
  border: 1px solid #dddddd;
}
.block-swissup-ajaxsearch .input-inner-wrapper {
  position: relative;
}
.block-swissup-ajaxsearch .actions .action.close {
  text-align: center;
  cursor: pointer;
  display: flex;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
/**
     * Describe spinner
     */
@keyframes easytabs-spin {
  to {
    transform: rotate(360deg);
  }
}
.product.data.items .item.content::before {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.product.data.items .item.content[aria-busy=true] {
  position: relative;
  min-height: 75px;
}
.product.data.items .item.content[aria-busy=true]::before {
  opacity: 1;
  animation: easytabs-spin 0.6s linear infinite;
  position: absolute;
  border: 3px solid #98aad2;
  border-top-color: #111827;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 15px;
  left: calc(50% - 30px / 2);
}
.product.data.items .item.content > .loading-mask {
  display: none;
}
.data.expanded .title .counter::before,
.tabs-toolbar-item .counter::before {
  content: '(';
}
.data.expanded .title .counter::after,
.tabs-toolbar-item .counter::after {
  content: ')';
}
.product.data.items .item.content {
  display: none;
}
.product.data.items .item.content:nth-child(2) {
  display: block;
}
.product.data.items .fieldset .review-legend.legend strong {
  display: inline;
  margin-left: .5em;
}
.product.data.items .block.crosssell {
  width: auto;
  float: none;
  padding: 0;
  margin: 0;
}
.product.data.items .block.crosssell .block-title {
  display: none;
}
.product.data.items .block.crosssell .products {
  margin: 0;
}
.product.data.items.collapsed {
  border: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.product.data.items.collapsed > [role=tablist] {
  display: flex;
  margin-bottom: -1px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
}
.product.data.items.collapsed > [role=tablist]::-webkit-scrollbar {
  display: none;
}
.product.data.items.collapsed > [role=tablist] > .item.title {
  flex-shrink: 0;
}
.product.data.items.collapsed > [role=tablist] > .item.title a::after {
  display: none;
}
.product.data.items.collapsed > [role=tablist]:before,
.product.data.items.collapsed > [role=tablist]:after {
  content: '';
  display: table;
}
.product.data.items.collapsed > [role=tablist]:after {
  clear: both;
}
.product.data.items.collapsed > [role=tablist] > .item.title {
  float: left;
  width: auto;
}
.product.data.items.collapsed > [role=tablist] > .item.title > .switch {
  height: 1rem;
  display: block;
  position: relative;
  z-index: 2;
}
.product.data.items.collapsed > [role=tablist] > .item.content {
  margin-top: 1rem;
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
}
.product.data.items.collapsed > [role=tablist] > .item.content:before,
.product.data.items.collapsed > [role=tablist] > .item.content:after {
  content: '';
  display: table;
}
.product.data.items.collapsed > [role=tablist] > .item.content:after {
  clear: both;
}
.product.data.items.collapsed > [role=tablist] > .item.content.active {
  display: block;
}
.product.data.items.collapsed > [role=tablist] > .item.title {
  margin: 0 0.25rem 0 0;
}
.product.data.items.collapsed > [role=tablist] > .item.title > .switch {
  font-weight: 500;
  line-height: 1rem;
  font-size: 1rem;
  color: #7d7d7d;
  text-decoration: none;
  background: #f0f0f0;
  border-bottom: none;
  height: 1rem;
  padding: 0.25rem 1.5rem 0.25rem 1.5rem;
}
.product.data.items.collapsed > [role=tablist] > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items.collapsed > [role=tablist] > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items.collapsed > [role=tablist] > .item.title > .switch:active {
  color: #111827;
  text-decoration: none;
}
.product.data.items.collapsed > [role=tablist] > .item.title:not(.disabled) > .switch:focus,
.product.data.items.collapsed > [role=tablist] > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items.collapsed > [role=tablist] > .item.title:not(.disabled) > .switch:active,
.product.data.items.collapsed > [role=tablist] > .item.title.active > .switch,
.product.data.items.collapsed > [role=tablist] > .item.title.active > .switch:focus,
.product.data.items.collapsed > [role=tablist] > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #111827;
  text-decoration: none;
}
.product.data.items.collapsed > [role=tablist] > .item.title.active > .switch,
.product.data.items.collapsed > [role=tablist] > .item.title.active > .switch:focus,
.product.data.items.collapsed > [role=tablist] > .item.title.active > .switch:hover {
  padding-bottom: 1.25rem;
}
.product.data.items.collapsed > [role=tablist] > .item.content {
  background: #ffffff;
  margin-top: 2.5px;
  padding: 1rem 1rem 1rem 1rem;
}
.product.data.items.collapsed > .item.content {
  background: #ffffff;
  padding: 1rem 1rem 1rem 1rem;
}
.product.data.items.collapsed > [name=prev],
.product.data.items.collapsed > [name=next] {
  height: 1rem;
  padding: 0.25rem 1rem 0.25rem 1rem;
  top: 0;
  border-radius: 0;
  border-width: 0;
  box-sizing: content-box;
  position: absolute;
  z-index: 99;
}
.product.data.items.collapsed > [name=prev] {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(-90deg, transparent 0%, #f0f0f0 1rem);
  left: 0;
}
.product.data.items.collapsed > [name=prev] > span {
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.product.data.items.collapsed > [name=prev]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items.collapsed > [name=next] {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(90deg, transparent 0%, #f0f0f0 1rem);
  right: 0;
}
.product.data.items.collapsed > [name=next] > span {
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.product.data.items.collapsed > [name=next]:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items.expanded > .item.title,
.product.data.items.expanded > .item.content {
  border: none;
  float: none;
  margin: 0;
}
.product.data.items.expanded > .item.content {
  display: block;
}
.product.info.detailed .tabs-toolbar {
  display: none;
}
.fieldset > .field.consent {
  margin-bottom: 5px;
}
.fieldset > .field.consent ~ .captcha,
.fieldset > .field.consent ~ .g-recaptcha,
.fieldset > .field.consent ~ .field-recaptcha {
  margin-top: 20px;
}
.field.consent {
  transition: all 300ms linear;
}
.hidden-consents .field.consent {
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  transform: translateY(-5px);
}
.page-footer .block.newsletter .form {
  position: relative;
}
.page-footer .block.newsletter .form .consent {
  position: absolute;
  top: 100%;
  z-index: 20;
  padding: 0.5rem;
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
}
body:not(:has(footer, .footer, .page-footer)) .message.global.cookie,
body:has(.cookie-bar) .message.global.cookie {
  display: none !important;
}
.cookie-bar {
  z-index: 899;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 30px;
  box-sizing: border-box;
  color: rgba(var(--base-color, 34, 34, 34), var(--base-alpha, 1));
  background: rgba(var(--z-layer-bg, 255, 255, 255), var(--z-layer-bg-alpha, 1));
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  transform: translateY(100%);
}
.cookie-bar.shown {
  visibility: visible;
}
.cookie-bar p:last-child {
  margin: 0;
}
.cookie-bar .cookie-bar-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 15px;
  max-width: 1260px;
  margin: 0 auto;
}
.cookie-bar .cookie-bar-text {
  max-width: 800px;
}
.cookie-bar .cookie-bar-text > h3 {
  margin-top: 0;
}
.cookie-bar .cookie-bar-buttons {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  column-gap: 15px;
  row-gap: 12px;
}
.cookie-bar .cookie-bar-buttons a {
  color: rgba(var(--link-color, 136, 136, 136), var(--link-alpha, 1));
  text-decoration: underline;
}
.cookie-bar .cookie-bar-buttons a:hover {
  text-decoration: none;
}
.cookie-bar-mode-full {
  top: 0;
  bottom: 0;
  left: 0;
  width: 420px;
  max-width: 92%;
  padding: 15px 10px 15px 20px;
}
.cookie-bar-mode-full .cookie-bar-text {
  padding-right: 10px;
  max-height: calc(100vh - 35px);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.cookie-bar-mode-full .cookie-bar-buttons {
  justify-content: flex-end;
}
.cookie-bar-mode-full .cookie-bar-buttons > * {
  margin-left: 12px;
}
.cookie-bar ~ .cookie-wall {
  z-index: 898;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(var(--z-overlay-bg, 0, 0, 0), var(--z-overlay-bg-alpha, .8));
}
@keyframes gdpr-loading {
  50% {
    opacity: .8;
  }
}
.cookie-buttons {
  margin: 15px 0 15px;
  text-align: right;
}
.cookie-buttons button {
  margin-left: 10px;
  margin-bottom: 5px;
}
.cookie-buttons button.gdpr-loading {
  animation: gdpr-loading 0.7s infinite;
}
.cookie-group {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 5px 12px 12px;
  border: 1px solid rgba(var(--base-color, 238, 238, 238), var(--divider-alpha, .1));
  border-radius: 4px;
}
.cookie-groups {
  clear: both;
  width: 100%;
}
.cookie-group:last-child {
  margin-bottom: 0;
}
.cookie-group-heading {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.cookie-group .h3 {
  font-weight: normal;
  margin: 0;
  flex-grow: 1;
}
.cookie-group-description {
  margin-bottom: 10px;
}
.cookie-group-toggler {
  box-sizing: content-box;
  margin: 0 10px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 9999px;
  background: rgba(var(--brand-color, 150, 150, 150), .3);
  height: 20px;
  width: 40px;
  transition: 200ms background ease-in-out;
}
.cookie-group-toggler span:first-child {
  display: block;
  background: rgba(var(--base-bg, 255, 255, 255), var(--base-bg-alpha, 1));
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transform: translateX(0);
  transition: 200ms transform ease-in-out;
}
.cookie-group-toggler.active {
  background: rgba(var(--brand-color, 150, 150, 150), var(--brand-alpha, 1));
}
.cookie-group-toggler.active span:first-child {
  transform: translateX(20px);
}
.cookie-group-toggler-message {
  font-size: .9em;
  color: rgba(var(--base-color, 119, 119, 119), var(--muted-alpha, .6));
  pointer-events: none;
  position: absolute;
  white-space: nowrap;
  right: 65px;
  background: rgba(var(--base-bg, 255, 255, 255), var(--base-bg-alpha, 1));
  padding: 4px 6px;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.cookie-group-toggler-message:empty {
  display: none;
}
.cookie-list-caption {
  color: rgba(var(--link-color, 119, 119, 119), var(--link-alpha, 1));
  cursor: pointer;
}
.cookie-list-caption.hide {
  display: none;
}
.cookie-list-caption:hover {
  text-decoration: underline;
}
.cookie-list-toggler {
  display: none !important;
}
.cookie-list-toggler:checked ~ .show {
  display: none !important;
}
.cookie-list-toggler:checked ~ .hide {
  display: block !important;
}
.cookie-list-toggler:checked ~ table {
  display: table;
}
.cookie-list table {
  display: none;
  table-layout: fixed;
  word-wrap: break-word;
  margin-top: 10px !important;
  font-size: .9em;
}
.cookie-list table .cookie-name {
  width: 27%;
}
.cookie-list table .cookie-description {
  width: 73%;
}
.block-accepted-consents .consent-form-title {
  font-weight: bold;
  display: block;
  margin: 12px 0 6px;
}
.block-accepted-consents .grouped-consents {
  margin-bottom: 20px;
}
.block-accepted-consents .list-consents {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-accepted-consents .list-consents li {
  margin: 0;
}
.block-accepted-consents .list-consents li + li {
  margin-top: 3px;
}
.block-accepted-consents .list-consents svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-top: -3px;
  margin-inline-end: 1px;
}
.block-accepted-consents .privacy-note {
  padding: 5px 12px;
  opacity: .7;
  border: 1px solid #eee;
  border-radius: 4px;
}
.block-accepted-consents .privacy-note p {
  margin-bottom: 3px;
}
.block-delete-data p {
  margin-bottom: 10px;
}
.block-delete-data button.delete-data {
  box-shadow: none;
  background: #ec4236;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: none;
}
.block-delete-data button.delete-data:hover {
  box-shadow: none;
  color: #fff;
  background: #d43b31;
}
.block-delete-data button.delete-data:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(225, 66, 66, 0.5);
}
.delete-data-modal .modal-inner-wrap {
  max-width: 600px;
}
.delete-data-modal h2 {
  margin-top: 0;
}
.delete-data-modal .form.delete-data {
  margin-top: 35px;
}
.delete-data-modal button.delete-data {
  box-shadow: none;
  background: #ec4236;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: none;
}
.delete-data-modal button.delete-data:hover {
  box-shadow: none;
  color: #fff;
  background: #d43b31;
}
.delete-data-modal button.delete-data:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(225, 66, 66, 0.5);
}
.block-highlight .block-title p {
  margin: 0;
}
.block-highlight .products {
  margin: 0;
}
.block-highlight .toolbar-products {
  display: none;
}
.block-highlight .toolbar-amount {
  display: none;
}
div.block-highlight .block-title strong {
  font-weight: 600;
}
div.block-highlight .block-title strong span {
  font-weight: 300;
}
@media (max-width: 768px) {
  .block-highlight [data-role^="swatch-opt"] {
    display: none;
  }
}
.block-highlight .product-items-images .product-item {
  border: 0 !important;
  font-size: 0 !important;
}
.block.block-highlight.widget .products-grid .product-items,
.block.block-highlight.widget [data-appearance="carousel"] .product-items {
  gap: 0;
  margin-left: -10px;
}
.block.block-highlight.widget .products-grid .product-items .product-item,
.block.block-highlight.widget [data-appearance="carousel"] .product-items .product-item {
  padding-left: 0;
  padding-right: 0;
}
.page-layout-1column .block.widget.highlight-cols-1 .products-grid .product-items,
.page-layout-1column .block.widget.highlight-cols-1 [data-appearance="carousel"] .product-items {
  margin-left: -10px;
}
.page-layout-1column .block.widget.highlight-cols-1 .products-grid .product-items .product-item,
.page-layout-1column .block.widget.highlight-cols-1 [data-appearance="carousel"] .product-items .product-item {
  padding-left: 0;
  padding-right: 0;
}
.block.widget.highlight-cols-1 .products-grid .product-item:nth-child(n),
.page-layout-1column .block.widget.highlight-cols-1 .products-grid .product-item:nth-child(n),
.page-layout-3columns .block.widget.highlight-cols-1 .products-grid .product-item:nth-child(n) {
  margin: 0 0 10px 10px;
  width: calc(100% / 1 - 10px - 0.1px);
}
.page-layout-1column .block.widget.highlight-cols-2 .products-grid .product-items,
.page-layout-1column .block.widget.highlight-cols-2 [data-appearance="carousel"] .product-items {
  margin-left: -10px;
}
.page-layout-1column .block.widget.highlight-cols-2 .products-grid .product-items .product-item,
.page-layout-1column .block.widget.highlight-cols-2 [data-appearance="carousel"] .product-items .product-item {
  padding-left: 0;
  padding-right: 0;
}
.block.widget.highlight-cols-2 .products-grid .product-item:nth-child(n),
.page-layout-1column .block.widget.highlight-cols-2 .products-grid .product-item:nth-child(n),
.page-layout-3columns .block.widget.highlight-cols-2 .products-grid .product-item:nth-child(n) {
  margin: 0 0 10px 10px;
  width: calc(100% / 2 - 10px - 0.1px);
}
.page-layout-1column .block.widget.highlight-cols-3 .products-grid .product-items,
.page-layout-1column .block.widget.highlight-cols-3 [data-appearance="carousel"] .product-items {
  margin-left: -10px;
}
.page-layout-1column .block.widget.highlight-cols-3 .products-grid .product-items .product-item,
.page-layout-1column .block.widget.highlight-cols-3 [data-appearance="carousel"] .product-items .product-item {
  padding-left: 0;
  padding-right: 0;
}
.block.widget.highlight-cols-3 .products-grid .product-item:nth-child(n),
.page-layout-1column .block.widget.highlight-cols-3 .products-grid .product-item:nth-child(n),
.page-layout-3columns .block.widget.highlight-cols-3 .products-grid .product-item:nth-child(n) {
  margin: 0 0 10px 10px;
  width: calc(100% / 3 - 10px - 0.1px);
}
.page-layout-1column .block.widget.highlight-cols-4 .products-grid .product-items,
.page-layout-1column .block.widget.highlight-cols-4 [data-appearance="carousel"] .product-items {
  margin-left: -10px;
}
.page-layout-1column .block.widget.highlight-cols-4 .products-grid .product-items .product-item,
.page-layout-1column .block.widget.highlight-cols-4 [data-appearance="carousel"] .product-items .product-item {
  padding-left: 0;
  padding-right: 0;
}
.block.widget.highlight-cols-4 .products-grid .product-item:nth-child(n),
.page-layout-1column .block.widget.highlight-cols-4 .products-grid .product-item:nth-child(n),
.page-layout-3columns .block.widget.highlight-cols-4 .products-grid .product-item:nth-child(n) {
  margin: 0 0 10px 10px;
  width: calc(100% / 4 - 10px - 0.1px);
}
.page-layout-1column .block.widget.highlight-cols-5 .products-grid .product-items,
.page-layout-1column .block.widget.highlight-cols-5 [data-appearance="carousel"] .product-items {
  margin-left: -10px;
}
.page-layout-1column .block.widget.highlight-cols-5 .products-grid .product-items .product-item,
.page-layout-1column .block.widget.highlight-cols-5 [data-appearance="carousel"] .product-items .product-item {
  padding-left: 0;
  padding-right: 0;
}
.block.widget.highlight-cols-5 .products-grid .product-item:nth-child(n),
.page-layout-1column .block.widget.highlight-cols-5 .products-grid .product-item:nth-child(n),
.page-layout-3columns .block.widget.highlight-cols-5 .products-grid .product-item:nth-child(n) {
  margin: 0 0 10px 10px;
  width: calc(100% / 5 - 10px - 0.1px);
}
.page-layout-1column .block.widget.highlight-cols-6 .products-grid .product-items,
.page-layout-1column .block.widget.highlight-cols-6 [data-appearance="carousel"] .product-items {
  margin-left: -10px;
}
.page-layout-1column .block.widget.highlight-cols-6 .products-grid .product-items .product-item,
.page-layout-1column .block.widget.highlight-cols-6 [data-appearance="carousel"] .product-items .product-item {
  padding-left: 0;
  padding-right: 0;
}
.block.widget.highlight-cols-6 .products-grid .product-item:nth-child(n),
.page-layout-1column .block.widget.highlight-cols-6 .products-grid .product-item:nth-child(n),
.page-layout-3columns .block.widget.highlight-cols-6 .products-grid .product-item:nth-child(n) {
  margin: 0 0 10px 10px;
  width: calc(100% / 6 - 10px - 0.1px);
}
@media (max-width: 767px) {
  /* Three columns instead of six */
  .highlight-cols-6 li.item {
    width: calc(100% / 3 - 10px - 0.1px) !important;
  }
}
@media (max-width: 480px) {
  /* Two columns for small screen */
  .page-layout-1column .block.widget.highlight-grid:not(.highlight-cols-1):not(.highlight-carousel) .product-items:not(.product-items-images) .product-item,
  .block.widget.highlight-grid:not(.highlight-cols-1):not(.highlight-carousel) .product-items:not(.product-items-images) .product-item,
  .page-layout-1column .block.widget.highlight-grid:not(.highlight-cols-1):not(.highlight-carousel) .product-items:not(.product-items-images) .product-item:nth-child(n),
  .block.widget.highlight-grid:not(.highlight-cols-1):not(.highlight-carousel) .product-items:not(.product-items-images) .product-item:nth-child(n) {
    width: calc(50% - 10px - 0.1px) !important;
  }
}
.block-highlight.hl-magazine {
  display: flex;
}
.block-highlight.hl-magazine .block-title-image {
  display: none;
}
.block-highlight.hl-magazine > .block-title {
  width: 23%;
}
.block-highlight.hl-magazine > .block-content {
  width: 77%;
  box-sizing: border-box;
}
.block-highlight.hl-magazine.highlight-carousel > .block-content {
  display: block;
}
.block-highlight.hl-magazine > .block-title {
  text-align: left;
  box-sizing: border-box;
  margin: 0;
  padding: 25px;
  border: 0;
  background: none;
  position: relative;
}
.block-highlight.hl-magazine > .block-title > * {
  position: relative;
  z-index: 2;
}
.block-highlight.hl-magazine > .block-title > strong {
  word-break: break-word;
  padding: 3px 0;
  display: inline;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .block-highlight.hl-magazine > .block-title > strong {
    font-size: 2rem;
  }
}
.block-highlight.hl-magazine > .block-title > strong span {
  display: inline;
}
.hl-black.block-highlight.hl-magazine > .block-title > strong,
.hl-blue.block-highlight.hl-magazine > .block-title > strong,
.hl-orange.block-highlight.hl-magazine > .block-title > strong,
.hl-green.block-highlight.hl-magazine > .block-title > strong,
.hl-purple.block-highlight.hl-magazine > .block-title > strong,
.hl-red.block-highlight.hl-magazine > .block-title > strong {
  color: #fff;
}
.hl-marker.block-highlight.hl-magazine > .block-title > strong {
  color: #333;
  background: #fff;
  box-shadow: 5px 0 0 #ffffff, -5px 0 0 #ffffff;
}
.hl-white.hl-marker.block-highlight.hl-magazine > .block-title > strong {
  color: #fff;
  background: #000;
  box-shadow: 5px 0 0 #000000, -5px 0 0 #000000;
}
.block-highlight.hl-magazine > .block-title > strong:before,
.block-highlight.hl-magazine > .block-title > strong:after {
  display: none;
}
.block-highlight.hl-magazine > .block-title .subtitle {
  margin: 20px 0 20px -5px;
}
.block-highlight.hl-magazine > .block-title .subtitle a {
  display: inline-block;
  padding: 5px 12px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #333;
  font-size: 1.9rem;
  font-weight: 600;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  transition: transform 200ms linear, box-shadow 200ms linear;
}
.block-highlight.hl-magazine > .block-title .subtitle a:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
}
.hl-white.block-highlight.hl-magazine > .block-title .subtitle a {
  color: #fff;
  background: #000;
}
.block-highlight.hl-magazine > .block-title .block-title-background {
  z-index: 1;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-color: transparent;
}
.block-highlight.hl-magazine > .block-title .block-title-background .title-image {
  position: absolute;
}
.block-highlight.hl-magazine > .block-title .block-title-background .title-image img {
  display: block;
}
.hl-black.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #000;
}
.hl-white.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #fff;
}
.hl-blue.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #1c73f5;
}
.hl-orange.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #fe6500;
}
.hl-green.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #45ca38;
}
.hl-purple.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #6346cf;
}
.hl-red.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #f54034;
}
.hl-gray.block-highlight.hl-magazine > .block-title .block-title-background,
.hl-grey.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #f7f7f7;
}
.hl-cover.block-highlight.hl-magazine > .block-title .block-title-background .title-image {
  top: 0;
  height: 100%;
}
.hl-cover.block-highlight.hl-magazine > .block-title .block-title-background .title-image img {
  height: 100%;
  object-fit: cover;
}
.hl-contain.block-highlight.hl-magazine > .block-title .block-title-background .title-image {
  bottom: 0;
}
@media (max-width: 640px) {
  .block-highlight.hl-magazine {
    display: flex;
    flex-direction: column;
  }
  .block-highlight.hl-magazine > .block-title {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .block-highlight.hl-magazine > .block-title .subtitle {
    margin-left: 0;
  }
  .block-highlight.hl-magazine > .block-title .block-title-background .title-image {
    display: none;
  }
  .block-highlight.hl-magazine > .block-content {
    width: 100%;
  }
}
.block-highlight.highlight-carousel .pager {
  display: none;
}
.block-highlight.highlight-carousel .block-content {
  padding: 0;
  display: flex;
  flex-flow: column;
}
.block-highlight.highlight-carousel .slide {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  padding: 0 30px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .block-highlight.highlight-carousel .slick-list {
    scroll-snap-type: none !important;
  }
  .block-highlight.highlight-carousel .slide {
    padding: 0;
    width: auto !important;
  }
  .block-highlight.highlight-carousel .slick-arrow,
  .block-highlight.highlight-carousel .swiper-button-prev,
  .block-highlight.highlight-carousel .swiper-button-next {
    display: none !important;
  }
  .block-highlight.highlight-carousel .product-item {
    width: 33vw !important;
  }
  .block-highlight.highlight-carousel .product-items {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 !important;
  }
  .block-highlight.highlight-carousel .product-items .product-item:nth-child(n) {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  .block-highlight.highlight-carousel .product-item {
    width: 45vw !important;
  }
}
.block-highlight.highlight-carousel .swiper-container {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 640px) {
  .block-highlight.highlight-carousel .swiper-container {
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
  }
  .block-highlight.highlight-swiper .block-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .block-highlight.highlight-swiper .block-content::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .block-highlight.highlight-swiper .block-content::-webkit-scrollbar-track {
    background-color: #eee;
  }
  .block-highlight.highlight-swiper .block-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
}
.block-highlight [data-appearance='carousel'] .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
  scroll-snap-type: x mandatory;
  gap: var(--listing-grid-gap);
  row-gap: var(--listing-grid-row-gap);
}
.block-highlight .slick-list .slide {
  scroll-snap-align: center;
}
.block-highlight .slick-list .slide .product-items {
  flex-wrap: wrap !important;
}
.navpro.navpro .text-left {
  text-align: left;
}
.navpro.navpro .text-center {
  text-align: center;
}
.navpro.navpro .text-right {
  text-align: right;
}
.navpro.navpro .text-justify {
  text-align: justify;
}
.navpro.navpro .nowrap {
  white-space: nowrap;
}
.navpro.navpro .break-word {
  word-wrap: break-word;
}
.navpro.navpro .va-middle {
  vertical-align: middle;
}
.navpro.navpro .va-top {
  vertical-align: top;
}
.navpro.navpro .va-bottom {
  vertical-align: bottom;
}
.navpro.navpro .va-baseline {
  vertical-align: baseline;
}
.navpro.navpro .inline {
  display: inline;
}
.navpro.navpro .block {
  display: block;
}
.navpro.navpro .inline-block {
  display: inline-block;
}
.navpro.navpro .float-left {
  float: left;
}
.navpro.navpro .float-right {
  float: right;
}
.navpro.navpro .m0 {
  margin: 0;
}
.navpro.navpro .mt0 {
  margin-top: 0;
}
.navpro.navpro .mr0 {
  margin-right: 0;
}
.navpro.navpro .mb0 {
  margin-bottom: 0;
}
.navpro.navpro .ml0 {
  margin-left: 0;
}
.navpro.navpro .m1 {
  margin: 0.5rem;
}
.navpro.navpro .mt1 {
  margin-top: 0.5rem;
}
.navpro.navpro .mr1 {
  margin-right: 0.5rem;
}
.navpro.navpro .mb1 {
  margin-bottom: 0.5rem;
}
.navpro.navpro .ml1 {
  margin-left: 0.5rem;
}
.navpro.navpro .m2 {
  margin: 1rem;
}
.navpro.navpro .mt2 {
  margin-top: 1rem;
}
.navpro.navpro .mr2 {
  margin-right: 1rem;
}
.navpro.navpro .mb2 {
  margin-bottom: 1rem;
}
.navpro.navpro .ml2 {
  margin-left: 1rem;
}
.navpro.navpro .m3 {
  margin: 2rem;
}
.navpro.navpro .mt3 {
  margin-top: 2rem;
}
.navpro.navpro .mr3 {
  margin-right: 2rem;
}
.navpro.navpro .mb3 {
  margin-bottom: 2rem;
}
.navpro.navpro .ml3 {
  margin-left: 2rem;
}
.navpro.navpro .m4 {
  margin: 4rem;
}
.navpro.navpro .mt4 {
  margin-top: 4rem;
}
.navpro.navpro .mr4 {
  margin-right: 4rem;
}
.navpro.navpro .mb4 {
  margin-bottom: 4rem;
}
.navpro.navpro .ml4 {
  margin-left: 4rem;
}
.navpro.navpro .ml-auto {
  margin-left: auto;
}
.navpro.navpro .mr-auto {
  margin-right: auto;
}
@media (max-width: 480px) {
  .navpro.navpro .xs-m0 {
    margin: 0;
  }
  .navpro.navpro .xs-mt0 {
    margin-top: 0;
  }
  .navpro.navpro .xs-mr0 {
    margin-right: 0;
  }
  .navpro.navpro .xs-mb0 {
    margin-bottom: 0;
  }
  .navpro.navpro .xs-ml0 {
    margin-left: 0;
  }
  .navpro.navpro .xs-m1 {
    margin: 0.5rem;
  }
  .navpro.navpro .xs-mt1 {
    margin-top: 0.5rem;
  }
  .navpro.navpro .xs-mr1 {
    margin-right: 0.5rem;
  }
  .navpro.navpro .xs-mb1 {
    margin-bottom: 0.5rem;
  }
  .navpro.navpro .xs-ml1 {
    margin-left: 0.5rem;
  }
  .navpro.navpro .xs-m2 {
    margin: 1rem;
  }
  .navpro.navpro .xs-mt2 {
    margin-top: 1rem;
  }
  .navpro.navpro .xs-mr2 {
    margin-right: 1rem;
  }
  .navpro.navpro .xs-mb2 {
    margin-bottom: 1rem;
  }
  .navpro.navpro .xs-ml2 {
    margin-left: 1rem;
  }
  .navpro.navpro .xs-m3 {
    margin: 2rem;
  }
  .navpro.navpro .xs-mt3 {
    margin-top: 2rem;
  }
  .navpro.navpro .xs-mr3 {
    margin-right: 2rem;
  }
  .navpro.navpro .xs-mb3 {
    margin-bottom: 2rem;
  }
  .navpro.navpro .xs-ml3 {
    margin-left: 2rem;
  }
  .navpro.navpro .xs-m4 {
    margin: 4rem;
  }
  .navpro.navpro .xs-mt4 {
    margin-top: 4rem;
  }
  .navpro.navpro .xs-mr4 {
    margin-right: 4rem;
  }
  .navpro.navpro .xs-mb4 {
    margin-bottom: 4rem;
  }
  .navpro.navpro .xs-ml4 {
    margin-left: 4rem;
  }
  .navpro.navpro .xs-ml-auto {
    margin-left: auto;
  }
  .navpro.navpro .xs-mr-auto {
    margin-right: auto;
  }
}
.navpro.navpro .p0 {
  padding: 0;
}
.navpro.navpro .pt0 {
  padding-top: 0;
}
.navpro.navpro .pr0 {
  padding-right: 0;
}
.navpro.navpro .pb0 {
  padding-bottom: 0;
}
.navpro.navpro .pl0 {
  padding-left: 0;
}
.navpro.navpro .p1 {
  padding: 0.5rem;
}
.navpro.navpro .pt1 {
  padding-top: 0.5rem;
}
.navpro.navpro .pr1 {
  padding-right: 0.5rem;
}
.navpro.navpro .pb1 {
  padding-bottom: 0.5rem;
}
.navpro.navpro .pl1 {
  padding-left: 0.5rem;
}
.navpro.navpro .p2 {
  padding: 1rem;
}
.navpro.navpro .pt2 {
  padding-top: 1rem;
}
.navpro.navpro .pr2 {
  padding-right: 1rem;
}
.navpro.navpro .pb2 {
  padding-bottom: 1rem;
}
.navpro.navpro .pl2 {
  padding-left: 1rem;
}
.navpro.navpro .p3 {
  padding: 4rem;
}
.navpro.navpro .pt3 {
  padding-top: 4rem;
}
.navpro.navpro .pr3 {
  padding-right: 4rem;
}
.navpro.navpro .pb3 {
  padding-bottom: 4rem;
}
.navpro.navpro .pl3 {
  padding-left: 4rem;
}
.navpro.navpro .p4 {
  padding: 4rem;
}
.navpro.navpro .pt4 {
  padding-top: 4rem;
}
.navpro.navpro .pr4 {
  padding-right: 4rem;
}
.navpro.navpro .pb4 {
  padding-bottom: 4rem;
}
.navpro.navpro .pl4 {
  padding-left: 4rem;
}
@media (max-width: 480px) {
  .navpro.navpro .xs-p0 {
    padding: 0;
  }
  .navpro.navpro .xs-pt0 {
    padding-top: 0;
  }
  .navpro.navpro .xs-pr0 {
    padding-right: 0;
  }
  .navpro.navpro .xs-pb0 {
    padding-bottom: 0;
  }
  .navpro.navpro .xs-pl0 {
    padding-left: 0;
  }
  .navpro.navpro .xs-p1 {
    padding: 0.5rem;
  }
  .navpro.navpro .xs-pt1 {
    padding-top: 0.5rem;
  }
  .navpro.navpro .xs-pr1 {
    padding-right: 0.5rem;
  }
  .navpro.navpro .xs-pb1 {
    padding-bottom: 0.5rem;
  }
  .navpro.navpro .xs-pl1 {
    padding-left: 0.5rem;
  }
  .navpro.navpro .xs-p2 {
    padding: 1rem;
  }
  .navpro.navpro .xs-pt2 {
    padding-top: 1rem;
  }
  .navpro.navpro .xs-pr2 {
    padding-right: 1rem;
  }
  .navpro.navpro .xs-pb2 {
    padding-bottom: 1rem;
  }
  .navpro.navpro .xs-pl2 {
    padding-left: 1rem;
  }
  .navpro.navpro .xs-p3 {
    padding: 2rem;
  }
  .navpro.navpro .xs-pt3 {
    padding-top: 2rem;
  }
  .navpro.navpro .xs-pr3 {
    padding-right: 2rem;
  }
  .navpro.navpro .xs-pb3 {
    padding-bottom: 2rem;
  }
  .navpro.navpro .xs-pl3 {
    padding-left: 2rem;
  }
  .navpro.navpro .xs-p4 {
    padding: 4rem;
  }
  .navpro.navpro .xs-pt4 {
    padding-top: 4rem;
  }
  .navpro.navpro .xs-pr4 {
    padding-right: 4rem;
  }
  .navpro.navpro .xs-pb4 {
    padding-bottom: 4rem;
  }
  .navpro.navpro .xs-pl4 {
    padding-left: 4rem;
  }
}
.navpro.navpro .flex {
  display: flex !important;
}
.navpro.navpro .flex-column {
  flex-direction: column;
}
.navpro.navpro .flex-wrap {
  flex-wrap: wrap;
}
.navpro.navpro .flex-nowrap {
  flex-wrap: nowrap;
}
.navpro.navpro .items-start {
  align-items: flex-start;
}
.navpro.navpro .items-end {
  align-items: flex-end;
}
.navpro.navpro .items-center {
  align-items: center;
}
.navpro.navpro .items-baseline {
  align-items: baseline;
}
.navpro.navpro .items-stretch {
  align-items: stretch;
}
.navpro.navpro .self-start {
  align-self: flex-start;
}
.navpro.navpro .self-end {
  align-self: flex-end;
}
.navpro.navpro .self-center {
  align-self: center;
}
.navpro.navpro .self-baseline {
  align-self: baseline;
}
.navpro.navpro .self-stretch {
  align-self: stretch;
}
.navpro.navpro .justify-start {
  justify-content: flex-start;
}
.navpro.navpro .justify-end {
  justify-content: flex-end;
}
.navpro.navpro .justify-center {
  justify-content: center;
}
.navpro.navpro .justify-between {
  justify-content: space-between;
}
.navpro.navpro .justify-around {
  justify-content: space-around;
}
.navpro.navpro .justify-evenly {
  justify-content: space-evenly;
}
.navpro.navpro .content-start {
  align-content: flex-start;
}
.navpro.navpro .content-end {
  align-content: flex-end;
}
.navpro.navpro .content-center {
  align-content: center;
}
.navpro.navpro .content-between {
  align-content: space-between;
}
.navpro.navpro .content-around {
  align-content: space-around;
}
.navpro.navpro .content-stretch {
  align-content: stretch;
}
.navpro.navpro .order-0 {
  order: 0;
}
.navpro.navpro .order-1 {
  order: 1;
}
.navpro.navpro .order-2 {
  order: 2;
}
.navpro.navpro .order-3 {
  order: 3;
}
.navpro.navpro .order-last {
  order: 99999;
}
.column.main .navpro ul {
  padding: 0 !important;
}
.column.main .navpro li {
  margin: 0 !important;
}
.column.main .navpro li::before {
  display: none;
}
.column.main .navpro .li-item {
  padding: 0 !important;
  text-indent: 0 !important;
}
.navpro ul {
  margin: 0;
  padding: 0;
}
.navpro ul ul {
  padding: 0;
}
.navpro li {
  margin: 0;
}
.navpro li.level0::after,
.navpro li.level0:hover::after {
  display: none;
  position: static;
  height: auto;
  width: auto;
}
.navpro.navpro {
  position: static;
}
.navpro.navpro ul {
  position: static;
}
.navpro.navpro ul ul {
  padding: 0;
}
.navpro.navpro li.li-item {
  position: static;
}
.navpro.navpro .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
.navpro.navpro .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin: 0;
}
.navpro.navpro .li-item > a {
  position: relative;
}
.navpro.navpro .parent > a {
  position: relative;
}
.navpro.navpro .parent > a::after {
  content: '' !important;
}
.navpro.navpro .level0 > .level-top {
  padding: 11px 12px 11px 12px;
  border: none;
  display: inline-block;
  line-height: normal;
}
.navpro.navpro .level0.parent > .level-top {
  padding-right: 20px;
}
.navpro.navpro .level0.active > .level-top,
.navpro.navpro .level0.has-active > .level-top {
  border: none;
  display: inline-block;
}
:root {
  --navpro-accordion-max-width: 768px;
  --navpro-initially-expanded-min-width: 1280px;
}
.navpro-menu a:hover > .tip {
  text-decoration: none;
}
.navpro-menu .tip {
  display: inline-block;
  top: -3px;
  position: relative;
  padding: 2px 3px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.7em;
  line-height: normal;
  color: #ffffff;
  background: #1979c3;
}
.navpro-menu .tip.text-small {
  font-size: .65em;
}
.navpro-menu .tip.text-big {
  font-size: .8em;
}
.navpro-menu .tip.text-big.top {
  top: -8px;
}
.navpro-menu .tip.top {
  position: absolute;
  top: -6px;
  right: 21px;
}
.rtl .navpro-menu .tip.top {
  right: auto;
  left: 21px;
}
.navpro-menu .tip.top::before {
  content: '';
  position: absolute;
  right: 6px;
  top: 100%;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #1979c3;
}
.rtl .navpro-menu .tip.top::before {
  right: auto;
  left: 6px;
}
.navpro-menu .tip.inverted {
  color: #1979c3;
  background: #ffffff;
}
.navpro-menu .tip.inverted::before {
  border-top-color: #ffffff;
}
.navpro-menu .tip.accent {
  background: #67a48a;
}
.navpro-menu .tip.accent::before {
  border-top-color: #67a48a;
}
.navpro-menu .tip.accent.inverted {
  color: #67a48a;
  background: #ffffff;
}
.navpro-menu .tip.accent.inverted::before {
  border-top-color: #ffffff;
}
.navpro-menu .tip.muted {
  background: #555555;
}
.navpro-menu .tip.muted::before {
  border-top-color: #555555;
}
.navpro-menu .tip.muted.inverted {
  color: #555555;
  background: #ffffff;
}
.navpro-menu .tip.muted.inverted::before {
  border-top-color: #ffffff;
}
.navpro-menu .tip.black {
  color: #ffffff;
  background: #000000;
}
.navpro-menu .tip.black::before {
  border-top-color: #000000;
}
.navpro-menu .tip.black.inverted {
  color: #000000;
  background: #ffffff;
}
.navpro-menu .tip.black.inverted::before {
  border-top-color: #ffffff;
}
.navpro .navpro-search .block-search {
  float: none;
  align-self: center;
  margin: 0;
  padding: 0;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  transform: none;
  position: static;
  width: auto;
}
.navpro .navpro-search .block-search .block-title {
  margin: 0 0 15px;
}
.navpro .navpro-search .block-search .form.minisearch {
  position: relative;
}
.navpro .li-item > .navpro-search .block-search .block-title {
  display: none;
}
.navpro .li-item > .navpro-search .block-search .field label {
  display: none;
}
.navpro.orientation-vertical .level0 {
  margin: 0;
}
.navpro.orientation-vertical .children > li > a,
.navpro.orientation-vertical .level0 > .level-top,
.navpro.orientation-vertical .level0.active > .level-top,
.navpro.orientation-vertical .level0.has-active > .level-top {
  display: block;
}
.navpro.orientation-vertical .parent-expanded > a {
  font-weight: bold;
}
.navpro.orientation-vertical .parent-expanded .parent-expanded > a {
  font-weight: normal;
}
.navpro.orientation-vertical > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
}
.navpro.orientation-vertical .navpro-dropdown .children > li > a,
.navpro.orientation-vertical .navpro-dropdown .children .parent > a {
  padding: 8px 12px;
}
.navpro.orientation-vertical .level0 > .level-top {
  padding: 8px 12px;
}
.navpro-pills li.level0 {
  background: #f4f4f4;
  border-radius: 10px;
  margin: 0 5px 5px 0;
}
.navpro-shevron {
  display: none;
}
.navpro-dropdown {
  position: absolute;
  opacity: 0;
  display: none;
}
.navpro-dropdown-inner {
  box-sizing: border-box;
  padding: 12px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding-top: 0;
}
.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding-left: 0;
  padding-right: 0;
}
.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > .navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-left .ui-menu-item {
  text-align: right;
}
.rtl .dropdown-left .ui-menu-item {
  text-align: left;
}
.navpro .li-item.navpro-shop-all {
  font-weight: bold;
}
.navpro .navpro-a-with-thumbnail {
  max-height: 130px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .navpro .navpro-a-with-thumbnail {
    margin-bottom: 8px;
  }
}
.navpro .navpro-a-with-thumbnail img {
  margin-top: 5px;
  filter: contrast(95%);
}
.navpro .level0 .children > li > a,
.navpro .level0 .children .parent > a {
  text-decoration: none;
}
.navpro .level0 .children > li > a:hover,
.navpro .level0 .children .parent > a:hover {
  text-decoration: underline;
}
.navpro-dropdown .children > li > a,
.navpro-dropdown .children .parent > a {
  display: block;
  line-height: inherit;
  color: #666666;
  padding: 7px 12px 7px 12px;
  text-decoration: none;
}
.navpro-dropdown .children > li > a:hover,
.navpro-dropdown .children .parent > a:hover {
  text-decoration: underline;
}
.navpro-dropdown .children .parent > a {
  padding-right: 20px;
}
.rtl .navpro-dropdown .children .parent > a {
  padding: 7px 12px 7px 12px;
  padding-left: 20px;
}
.navpro-dropdown > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > a:has(+ .navpro-dropdown-expanded, img) {
  font-weight: bold;
  padding-bottom: 5px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li > a:has(+ .navpro-dropdown-expanded) {
  padding-top: 3px;
  padding-bottom: 3px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a span {
  line-height: normal;
}
.navpro-dropdown .multicolumn {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.navpro-dropdown .multicolumn > li {
  width: 100%;
}
.navpro-dropdown .vertical.multicolumn {
  flex-direction: column;
  display: block;
}
@media (min-width: 769px) {
  .navpro-dropdown .vertical.multicolumn-8 {
    column-count: 8;
  }
  .navpro-dropdown .vertical.multicolumn-7 {
    column-count: 7;
  }
  .navpro-dropdown .vertical.multicolumn-6 {
    column-count: 6;
  }
  .navpro-dropdown .vertical.multicolumn-5 {
    column-count: 5;
  }
  .navpro-dropdown .vertical.multicolumn-4 {
    column-count: 4;
  }
  .navpro-dropdown .vertical.multicolumn-3 {
    column-count: 3;
  }
  .navpro-dropdown .vertical.multicolumn-2 {
    column-count: 2;
  }
  .navpro-dropdown .vertical.multicolumn-1 {
    column-count: 1;
  }
}
.navpro-dropdown .vertical.multicolumn > li {
  display: block;
  width: 100%;
  break-inside: avoid-column;
}
.navpro-icon-caret,
.navpro.navigation .level0.parent > .level-top > .ui-menu-icon {
  position: static;
  display: block;
}
.navpro-icon-caret::after {
  display: none !important;
}
.navpro .caret-hidden > a.level-top {
  padding: 11px 12px 11px 12px !important;
}
.navpro .caret-hidden > a.level-top::before,
.navpro .caret-hidden > a.level-top > .navpro-icon-caret::before {
  display: none !important;
}
.navpro-icon-caret::before,
.navpro .parent > a::before {
  content: '';
  position: absolute;
  right: 1px;
  top: calc(50% - 10px);
  transform: rotate(-90deg);
  opacity: 0.8;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 12px 12px;
  width: 20px;
  height: 20px;
}
.rtl .navpro-icon-caret::before,
.rtl .navpro .parent > a::before {
  left: 1px;
  right: auto;
  transform: rotate(90deg);
}
.navpro.navpro .parent > a:has(.navpro-icon-caret)::before {
  display: none !important;
}
.navpro.navpro .parent.ui-menu-item > a::before {
  display: none !important;
}
.caret-bottom a.level-top > .navpro-icon-caret::before,
.caret-bottom .parent > a.level-top::before {
  top: auto;
  right: auto;
  left: calc(50% - 8px);
  bottom: 5px;
}
.navpro.navpro .caret-hidden .level0 > .level-top {
  padding: 11px 12px 11px 12px !important;
}
.navpro.navpro .caret-hidden .level0 > .level-top::before,
.navpro.navpro .caret-hidden .level0 > .level-top > .navpro-icon-caret,
.navpro.navpro .caret-hidden .level0 > .level-top > .navpro-icon-caret::before {
  display: none !important;
}
.navpro.orientation-horizontal .caret-bottom .level0 > .level-top,
.rtl .navpro.orientation-horizontal .caret-bottom .level0 > .level-top {
  padding: 11px 12px 11px 12px;
  padding-bottom: 20px;
}
.navpro-overlay-element {
  display: none;
}
@media (min-width: 768.02px) {
  .navpro-nowrap {
    flex-wrap: nowrap !important;
  }
  .navpro-nowrap:not(.navpro-nowrap-ready) {
    overflow: hidden !important;
    opacity: 0;
    pointer-events: none;
  }
  .navpro-nowrap-justify-start {
    justify-content: start !important;
  }
  .navpro-nowrap > li {
    flex-shrink: 0;
  }
  .navpro-nowrap .navpro-item-more {
    align-self: center;
  }
  .navpro-nowrap .navpro-item-more > .nav-a-icon-more {
    padding: 7px 12px 7px 12px;
    display: flex !important;
    align-items: center;
  }
  .navpro-nowrap .navpro-item-more > .nav-a-icon-more svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
  .navpro-nowrap .navpro-item-more > .nav-a-icon-more::after {
    display: none !important;
  }
  .navigation-wrapper:has(.navpro-nowrap) {
    flex-grow: 1;
  }
  .navigation-wrapper:has(.navpro-nowrap:not(.navpro-nowrap-ready)) {
    flex-shrink: 1;
    overflow: hidden;
    opacity: 0;
  }
  .header.content:has(.navpro-nowrap:not(.navpro-nowrap-ready)) .logo {
    flex-shrink: 0;
  }
  .header .nav-sections:has(.navpro-nowrap:not(.navpro-nowrap-ready)) {
    width: 0;
  }
}
.navpro.navpro-accordion.navpro .level0 > .level-top {
  display: block;
}
.navpro.navpro-accordion.navpro .level0.active > .level-top,
.navpro.navpro-accordion.navpro .level0.has-active > .level-top {
  display: block;
}
.navpro.navpro-accordion .navpro-icon-caret::before {
  transition: transform 200ms ease-in-out;
}
.navpro.navpro-accordion .navpro-icon-caret::before {
  transform: rotate(-90deg);
}
.navpro.navpro-accordion li.opened > a > .navpro-icon-caret::before {
  transform: rotate(0deg);
}
.navpro.navpro-accordion .navpro-dropdown {
  background: transparent;
  border: 0;
  box-shadow: none;
  min-width: 0;
  position: static;
  box-shadow: none !important;
  width: auto !important;
  min-height: 0 !important;
  max-height: 0;
  max-width: 100%;
  overflow: hidden;
}
.navpro.navpro-accordion .navpro-dropdown .multicolumn.vertical {
  height: auto !important;
}
.navpro.navpro-accordion .navpro-dropdown.shown {
  max-height: 1000em;
}
.navpro.navpro-accordion .navpro-dropdown-inner {
  padding-top: 3px;
  padding-bottom: 5px;
}
.navpro.navpro-accordion .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li .navpro-dropdown > .navpro-dropdown-inner {
  padding-left: 10px;
}
.navpro.navpro-accordion .navpro-dropdown .children {
  display: block;
  /* reset ribbon style */
}
.navpro.navpro-accordion .navpro-dropdown .children.multicolumn > li {
  width: 100%;
}
.navpro.navpro .navpro-iconic .navpro-wrapped-items .level1 > a,
.navpro.navpro .navpro-iconic .level0 > .level-top {
  display: flex;
  align-items: center;
}
.navpro.navpro .navpro-iconic .navpro-wrapped-items .level1 > a img,
.navpro.navpro .navpro-iconic .level0 > .level-top img {
  margin: 3px;
}
.navpro.navpro .navpro-iconic.iconic-vertical .navpro-wrapped-items .level1 > a,
.navpro.navpro .navpro-iconic.iconic-vertical .level0 > .level-top {
  flex-direction: column;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > .level-top,
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current > .level-top {
  padding-left: 20px;
}
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > .level-top,
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current > .level-top {
  padding-left: 0;
  padding-right: 20px;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back ~ .level-top:not(.navpro-current):not(.navpro-back),
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current ~ .level-top:not(.navpro-current):not(.navpro-back) {
  padding-left: 30px;
}
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back ~ .level-top:not(.navpro-current):not(.navpro-back),
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current ~ .level-top:not(.navpro-current):not(.navpro-back) {
  padding-left: 0;
  padding-right: 30px;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a {
  position: relative;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a::before {
  content: '';
  position: absolute;
  left: 6px;
  top: calc(50% - 6px);
  transform: rotate(90deg);
  opacity: .8;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 12px 12px;
  width: 12px;
  height: 12px;
}
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a::before {
  left: auto;
  right: 6px;
  transform: rotate(-90deg);
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current a {
  font-weight: bold;
}
.navpro-linkbar {
  display: flex;
  flex-wrap: wrap;
}
.navpro.navpro-theme-dark,
.navpro.navpro-theme-dark-bar {
  background: #4a4a4a;
}
.navpro.navpro-theme-dark .level0 > .level-top,
.navpro.navpro-theme-dark-bar .level0 > .level-top {
  color: #eaeaea !important;
}
@media (max-width: 768px) {
  .navpro.navpro-theme-dark-bar .navpro-dropdown {
    background: #4a4a4a;
    border-color: #4a4a4a;
    color: #eaeaea;
  }
  .navpro.navpro-theme-dark-bar .navpro-dropdown h3,
  .navpro.navpro-theme-dark-bar .navpro-dropdown .children a,
  .navpro.navpro-theme-dark-bar .navpro-dropdown .children .parent > a {
    color: #eaeaea;
  }
}
.navpro-theme-flat {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background: #fafafa;
}
.navpro-theme-flat.navpro .children > li > a,
.navpro-theme-flat.navpro .level0 > .level-top {
  color: #666;
}
.navpro-theme-flat.navpro .level0 > .level-top,
.navpro-theme-flat.navpro .level0.active > .level-top,
.navpro-theme-flat.navpro .level0.has-active > .level-top {
  border-top: 1px solid #e0e0e0;
}
.navpro-theme-flat.navpro .level0:first-child > .level-top {
  border: none;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0 {
  border: 1px solid #e0e0e0;
  border-width: 0 0 0 1px;
  margin: 0 0 0 -1px;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0:first-child {
  border-width: 0;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0 > .level-top {
  border: 0;
}
.navpro.navpro-theme-compact {
  font-size: .9em;
}
.navpro.navpro-theme-compact.navpro .caret-hidden > a.level-top {
  padding: 4px 5px !important;
}
.navpro.navpro-theme-compact.navpro .level0 > .level-top {
  padding: 4px 5px;
  color: #333333;
}
.navpro.navpro-theme-compact.navpro .level0.parent > .level-top {
  padding-right: 20px;
}
.rtl .navpro.navpro-theme-compact.navpro .level0.parent > .level-top {
  padding: 4px 5px;
  padding-left: 20px;
}
.prolabels-wrapper {
  height: 100%;
  text-align: center;
}
.prolabels-wrapper .product-item-photo {
  font-size: 0;
}
.prolabels-wrapper .hover-image-container {
  left: 50%;
  transform: translateX(-50%);
}
.rtl .prolabels-wrapper .hover-image-container {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}
.prolabels-wrapper,
.prolabels-content-wrapper {
  position: relative;
}
.prolabels-product-image-labels,
.prolabels-content-labels {
  display: none;
}
.prolabels-content-wrapper:empty {
  display: none;
}
/* Fotorama fullscreen hide labels */
.fotorama--fullscreen .prolabels-wrapper div:has(.prolabel) {
  display: none;
}
.breeze-gallery .prolabels-wrapper {
  height: auto;
}
.breeze-gallery.opened .prolabels-wrapper .prolabel {
  display: none;
}
div.swiper-container .swiper-slide {
  height: auto;
}
.swiper-lazy-preloader ~ * {
  visibility: hidden;
}
.swiper-slide img {
  vertical-align: top;
  /* http://stackoverflow.com/questions/17505418/link-wrapped-around-image-makes-div-slightly-taller */
  height: auto;
}
[class].swiper-button-prev,
[class].swiper-button-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  height: 16px;
  width: 10px;
  margin-top: -8px;
}
[class].swiper-button-prev::after,
[class].swiper-button-next::after {
  content: '';
}
[class].swiper-button-prev.swiper-button-black,
.swiper-container-rtl [class].swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
[class].swiper-button-next.swiper-button-black,
.swiper-container-rtl [class].swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}
.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}
.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox-close:focus {
  outline: none;
}
.slick-lightbox-close:before {
  font-family: "Rubik";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×';
}
.slick-arrow {
  display: none !important;
}
.slick-dots {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots > li {
  margin: 0 0.6rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background-color: #cccccc;
  box-shadow: none;
  text-indent: -100vw;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots button:hover {
  background-color: rgba(103, 164, 138, 0.5);
  transform: scale(1.3);
}
.slick-dots .slick-active button {
  border-color: 0;
  background-color: #67a48a;
  transform: scale(1.3);
  box-shadow: 0 0 8px rgba(103, 164, 138, 0.4);
}
.gallery-zoom {
  display: none !important;
}
.slick-track {
  display: flex;
  align-items: center;
}
.slick-slide img {
  margin-right: auto;
  margin-left: auto;
}
.gallery-carousel {
  position: relative;
  display: none;
  margin-top: 1.6rem;
}
.gallery-carousel .slick-list {
  margin: 0 auto;
}
.gallery-carousel .slick-track {
  display: flex !important;
  gap: 5px;
  justify-content: center;
}
.gallery-carousel .slick-item {
  cursor: pointer;
  width: 120px !important;
  flex-shrink: 0;
}
.gallery-carousel .slick-item img {
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid #cccccc;
  border-radius: 8px;
}
.gallery-carousel .slick-current img {
  border-color: #67a48a;
}
.gallery-carousel .slick-arrow {
  width: 3.4rem;
  height: 3.4rem;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gallery.loading {
  position: relative;
}
.gallery.loading::before,
.gallery.loading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery.loading::before {
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.6);
}
.gallery.loading::after {
  z-index: 10;
  width: 6.4rem;
  height: 6.4rem;
  margin: auto;
  border-radius: 50%;
  border: 0.4rem solid rgba(103, 164, 138, 0.2);
  border-top-color: #67a48a;
  animation: spin 2s linear infinite;
}
.lightbox-open {
  overflow: hidden;
}
.slick-lightbox-close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.slick-lightbox-close::before {
  font-size: 2rem !important;
  line-height: 1 !important;
  color: #fff !important;
  opacity: 1 !important;
}
.slick-lightbox-close,
.slick-lightbox .slick-arrow {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.34);
  color: #ffffff;
}
.slick-lightbox-close:not(.primary),
.slick-lightbox .slick-arrow:not(.primary) {
  box-shadow: none;
}
.slick-lightbox-close:focus,
.slick-lightbox .slick-arrow:focus,
.slick-lightbox-close:hover,
.slick-lightbox .slick-arrow:hover {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.slick-lightbox .slick-prev {
  left: 10px;
}
.slick-lightbox .slick-next {
  right: 10px;
}
img[data-lazy] {
  visibility: hidden;
}
#gallery-carousel {
  display: none;
}
#gallery-dots {
  display: none;
}
.gallery {
  position: relative;
  max-width: 100%;
  text-align: center;
}
.gallery-view-wrapper {
  position: relative;
}
.gallery-placeholder-img {
  width: 100%;
  height: 100%;
}
body .wmi-message {
  font-weight: 400 !important;
  font-size: 1rem !important;
}
body .wmi-message::before {
  width: 1.5rem !important;
  height: 1.5rem !important;
  -webkit-mask-size: 1.5rem 1.5rem !important;
}
/**
 * Wimakeit Slider Styles
 *
 * @category  Wimakeit
 * @package   Wimakeit_Slider
 * @author    Wimakeit
 */
/**
 * Wimakeit Slider Variables
 *
 * @category  Wimakeit
 * @package   Wimakeit_Slider
 * @author    Wimakeit
 */
/**
 * Wimakeit Slider Mixins
 *
 * @category  Wimakeit
 * @package   Wimakeit_Slider
 * @author    Wimakeit
 */
.wimakeit-slider-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.wimakeit-slider-wrapper .slider-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
  pointer-events: none;
}
.wimakeit-slider-wrapper .slider-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}
.wimakeit-slider-wrapper:has(.slider-wave) .swiper-pagination {
  bottom: 40px;
}
.wimakeit-slider-wrapper .swiper {
  width: 100%;
  height: auto;
}
.wimakeit-slider-wrapper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.wimakeit-slider-wrapper .swiper-fade .swiper-slide {
  pointer-events: none;
  visibility: hidden;
}
.wimakeit-slider-wrapper .swiper-fade .swiper-slide-active {
  pointer-events: auto;
  visibility: visible;
}
.wimakeit-slider-wrapper .slide-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.wimakeit-slider-wrapper .slide-image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.wimakeit-slider-wrapper .slide-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.wimakeit-slider-wrapper picture {
  display: block;
  width: 100%;
}
.wimakeit-slider-wrapper .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
  z-index: 1;
}
.wimakeit-slider-wrapper .slide-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: fit-content;
  max-width: 450px;
  padding: 15px 25px;
  z-index: 2;
  text-align: center;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 8px;
}
.wimakeit-slider-wrapper .slide-content[data-position="left"] {
  left: 5%;
  transform: translateY(-50%);
  text-align: left;
}
.wimakeit-slider-wrapper .slide-content[data-position="center"] {
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.wimakeit-slider-wrapper .slide-content[data-position="right"] {
  right: 5%;
  left: auto;
  transform: translateY(-50%);
  text-align: right;
}
.wimakeit-slider-wrapper .slide-content[data-position-vertical="top"] {
  top: 10%;
  bottom: auto;
  transform: translateX(-50%);
}
.wimakeit-slider-wrapper .slide-content[data-position-vertical="top"][data-position="left"] {
  transform: none;
}
.wimakeit-slider-wrapper .slide-content[data-position-vertical="top"][data-position="right"] {
  transform: none;
}
.wimakeit-slider-wrapper .slide-content[data-position-vertical="center"] {
  top: 50%;
}
.wimakeit-slider-wrapper .slide-content[data-position-vertical="bottom"] {
  top: auto;
  bottom: 15%;
  transform: translateX(-50%);
}
.wimakeit-slider-wrapper .slide-content[data-position-vertical="bottom"][data-position="left"] {
  transform: none;
}
.wimakeit-slider-wrapper .slide-content[data-position-vertical="bottom"][data-position="right"] {
  transform: none;
}
.wimakeit-slider-wrapper .slide-content > * {
  pointer-events: auto;
}
.wimakeit-slider-wrapper .slide-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
  color: inherit;
}
.wimakeit-slider-wrapper .slide-subtitle {
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.4;
  color: inherit;
}
.wimakeit-slider-wrapper .slide-button {
  display: inline-block;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.wimakeit-slider-wrapper .slide-button:hover {
  background-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.wimakeit-slider-wrapper .swiper-button-prev,
.wimakeit-slider-wrapper .swiper-button-next {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.wimakeit-slider-wrapper .swiper-button-prev:after,
.wimakeit-slider-wrapper .swiper-button-next:after {
  font-size: 24px;
}
.wimakeit-slider-wrapper .swiper-button-prev:hover,
.wimakeit-slider-wrapper .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.wimakeit-slider-wrapper .swiper-button-prev.swiper-button-disabled,
.wimakeit-slider-wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.wimakeit-slider-wrapper .swiper-button-prev:focus,
.wimakeit-slider-wrapper .swiper-button-next:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.wimakeit-slider-wrapper .swiper-pagination {
  position: absolute;
  bottom: auto;
  top: auto;
  left: 0;
  right: 0;
  pointer-events: none;
}
.wimakeit-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  pointer-events: auto;
}
.wimakeit-slider-wrapper .swiper-slide-active .slide-image-wrapper {
  position: relative;
}
.wimakeit-slider-wrapper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: background-color 0.5s ease, width 0.3s ease;
  position: relative;
  overflow: hidden;
}
.wimakeit-slider-wrapper .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.5);
  width: 30px;
  border-radius: 6px;
}
.wimakeit-slider-wrapper .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 0%;
  background-color: #ffffff;
  border-radius: 6px;
  animation: bulletProgress linear;
  animation-fill-mode: forwards;
  transition: background-color 0.5s ease;
}
.wimakeit-slider-wrapper .swiper-pagination-bullet:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.wimakeit-slider-wrapper .swiper-pagination.pagination-dark .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.3);
}
.wimakeit-slider-wrapper .swiper-pagination.pagination-dark .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.3);
}
.wimakeit-slider-wrapper .swiper-pagination.pagination-dark .swiper-pagination-bullet-active::before {
  background-color: rgba(0, 0, 0, 0.8);
}
.wimakeit-slider-wrapper .swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  z-index: 10;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-top-color: #ffffff;
  animation: swiper-preloader-spin 1s infinite linear;
}
@keyframes bulletProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .wimakeit-slider-wrapper .slide-content {
    max-width: 350px;
  }
  .wimakeit-slider-wrapper .slide-title {
    font-size: 1.5rem;
  }
  .wimakeit-slider-wrapper .slide-subtitle {
    font-size: 0.844rem;
  }
  .wimakeit-slider-wrapper .slide-button {
    padding: 10px 24px;
    font-size: 0.9rem;
  }
  .wimakeit-slider-wrapper .swiper-button-prev,
  .wimakeit-slider-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .wimakeit-slider-wrapper .swiper-button-prev:after,
  .wimakeit-slider-wrapper .swiper-button-next:after {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .wimakeit-slider-wrapper .slide-content {
    width: 95%;
    max-width: 250px;
    padding: 15px;
  }
  .wimakeit-slider-wrapper .slide-title {
    font-size: 1.16rem;
    margin-bottom: 10px;
  }
  .wimakeit-slider-wrapper .slide-subtitle {
    font-size: 0.653rem;
    margin-bottom: 15px;
  }
  .wimakeit-slider-wrapper .slide-button {
    padding: 8px 20px;
    font-size: 0.85rem;
  }
  .wimakeit-slider-wrapper .swiper-button-prev,
  .wimakeit-slider-wrapper .swiper-button-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }
  .wimakeit-slider-wrapper .swiper-button-prev:after,
  .wimakeit-slider-wrapper .swiper-button-next:after {
    font-size: 16px;
  }
  .wimakeit-slider-wrapper .swiper-pagination {
    bottom: 10px;
  }
  .wimakeit-slider-wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .wimakeit-slider-wrapper .swiper-pagination-bullet-active {
    width: 20px;
  }
}
@media (prefers-color-scheme: dark) {
  .wimakeit-slider-wrapper .slide-button {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
  }
  .wimakeit-slider-wrapper .slide-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media (prefers-contrast: high), (prefers-contrast: more) {
  .wimakeit-slider-wrapper .swiper-button-prev,
  .wimakeit-slider-wrapper .swiper-button-next {
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
  }
  .wimakeit-slider-wrapper .swiper-button-prev:hover,
  .wimakeit-slider-wrapper .swiper-button-next:hover,
  .wimakeit-slider-wrapper .swiper-button-prev:focus,
  .wimakeit-slider-wrapper .swiper-button-next:focus {
    background-color: #fff;
    color: #000;
    border-color: #000;
  }
  .wimakeit-slider-wrapper .swiper-pagination-bullet {
    background-color: #000;
    border: 2px solid #fff;
  }
  .wimakeit-slider-wrapper .swiper-pagination-bullet-active {
    background-color: #fff;
    border-color: #000;
  }
  .wimakeit-slider-wrapper .slide-button {
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
  }
  .wimakeit-slider-wrapper .slide-button:hover,
  .wimakeit-slider-wrapper .slide-button:focus {
    background-color: #fff;
    color: #000;
    border-color: #000;
  }
  .wimakeit-slider-wrapper .slide-title,
  .wimakeit-slider-wrapper .slide-subtitle {
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 5px 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wimakeit-slider-wrapper * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .wimakeit-slider-wrapper .swiper-pagination-bullet-active::before {
    animation: none !important;
  }
}
/* Abstracts => Variables / Mixins / etc  */
[data-mage-init*='"collapsible":'] > [data-role=content],
.modal-inner-wrap,
.block.filter .filter-content,
.block.filter .filter-title strong::after,
.actions-secondary .action,
:where(.products-grid, .widget-product-carousel) .product-item .actions-secondary,
:where(.products-grid, .widget-product-carousel) .product-item [class^="swatch-opt-"],
.toolbar .sorter-action,
.toolbar .modes a,
.pages a.page,
.pages .action.next,
.pages .action.previous,
.minicart-items .actions a,
.wimakeit-theme #maincontent > .page.messages .message,
.navigation-wrapper,
.nav-toggle span::after,
.navigation .parent > a .ui-icon,
.navigation .parent > a::after,
.pagebuilder-overlay,
.product-social-links a.action,
.product-social-links button.action,
.shipping-address-item .action,
.cart.table-wrapper .action-edit,
.cart.table-wrapper .action-delete,
.cart.table-wrapper .action-towishlist,
.cart.table-wrapper .action-gift::after,
.cart-tax-total::after,
.totals-tax-summary .amount .price::before {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wimakeit-inactive [data-mage-init*='"collapsible":'] > [data-role=content],
.wimakeit-inactive .modal-inner-wrap,
.wimakeit-inactive .block.filter .filter-content,
.wimakeit-inactive .block.filter .filter-title strong::after,
.wimakeit-inactive .actions-secondary .action,
.wimakeit-inactive :where(.products-grid, .widget-product-carousel) .product-item .actions-secondary,
.wimakeit-inactive :where(.products-grid, .widget-product-carousel) .product-item [class^="swatch-opt-"],
.wimakeit-inactive .toolbar .sorter-action,
.wimakeit-inactive .toolbar .modes a,
.wimakeit-inactive .pages a.page,
.wimakeit-inactive .pages .action.next,
.wimakeit-inactive .pages .action.previous,
.wimakeit-inactive .minicart-items .actions a,
.wimakeit-inactive .wimakeit-theme #maincontent > .page.messages .message,
.wimakeit-inactive .navigation-wrapper,
.wimakeit-inactive .nav-toggle span::after,
.wimakeit-inactive .navigation .parent > a .ui-icon,
.wimakeit-inactive .navigation .parent > a::after,
.wimakeit-inactive .pagebuilder-overlay,
.wimakeit-inactive .product-social-links a.action,
.wimakeit-inactive .product-social-links button.action,
.wimakeit-inactive .shipping-address-item .action,
.wimakeit-inactive .cart.table-wrapper .action-edit,
.wimakeit-inactive .cart.table-wrapper .action-delete,
.wimakeit-inactive .cart.table-wrapper .action-towishlist,
.wimakeit-inactive .cart.table-wrapper .action-gift::after,
.wimakeit-inactive .cart-tax-total::after,
.wimakeit-inactive .totals-tax-summary .amount .price::before {
  transition: none !important;
}
.block > .title,
.block .block-title {
  line-height: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 0.75rem;
  padding: 0.75rem 0;
  border: 2px solid #1f2937;
  border-width: 0 0 2px;
  color: rgba(var(--block-title-color), var(--block-title-alpha, 1));
}
.block > .title strong,
.block .block-title strong {
  font-weight: 500;
}
.block .block-content {
  display: flow-root;
  background: rgb(var(--block-content-bg), var(--block-content-bg-alpha, 1));
}
.block .block-content.no-display {
  display: none;
}
.paypal-review .paypal-review-title {
  line-height: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 0.75rem;
  padding: 0.75rem 0;
  border: 2px solid #1f2937;
  border-width: 0 0 2px;
  color: rgba(var(--block-title-color), var(--block-title-alpha, 1));
}
.paypal-review .paypal-review-title strong {
  font-weight: 500;
}
.main .block .block-title {
  font-size: 1.5rem;
  padding: 1.25rem 0;
  border: 0;
  border-width: 0;
}
.block-hero .block-title,
.page-bottom .block .block-title,
.cms-index-index .main .block .block-title,
.catalog-product-view .main .container > .block .block-title,
.catalog-product-view .main > .block .block-title,
.catalog-product-view .main .wimakeit-theme #maincontent > .page.messages .messages > .block .block-title {
  line-height: 1.75rem;
  font-size: 1.75rem;
  padding: 2rem 0 1.25rem;
  text-align: center;
}
.block-hero .block-title::before,
.page-bottom .block .block-title::before,
.cms-index-index .main .block .block-title::before,
.catalog-product-view .main .container > .block .block-title::before,
.catalog-product-view .main > .block .block-title::before,
.catalog-product-view .main .wimakeit-theme #maincontent > .page.messages .messages > .block .block-title::before {
  content: '';
  display: block;
  margin: 0 auto 1.25rem;
  width: 48px;
  height: 9px;
}
.block-hero .block-title::before,
.page-bottom .block .block-title::before,
.cms-index-index .main .block .block-title::before,
.catalog-product-view .main .container > .block .block-title::before,
.catalog-product-view .main > .block .block-title::before,
.catalog-product-view .main .wimakeit-theme #maincontent > .page.messages .messages > .block .block-title::before {
  content: '';
  display: block;
  width: 48px;
  height: 9px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg width="48" height="9" viewBox="0 0 48 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.441 4.89907C22.0551 4.61749 22.8357 4.40117 24 4.40117V0C22.1531 0 20.6752 0.358529 19.4087 0.939228C18.2215 1.48357 17.2908 2.19727 16.57 2.7499C16.5521 2.76362 16.5344 2.77725 16.5167 2.79077C15.0959 3.87982 14.142 4.59883 12 4.59883C10.8357 4.59883 10.0551 4.38251 9.441 4.10093C8.77707 3.79651 8.22162 3.38254 7.44956 2.79077L7.41657 2.76549C5.84205 1.55852 3.80893 0 -1.90735e-06 0C-3.81198 0 -5.85544 1.56053 -7.43748 2.76867L-7.4631 2.78824C-8.88873 3.87687 -9.85506 4.59883 -12 4.59883V9C-8.18803 9 -6.14456 7.43947 -4.56253 6.23133L-4.5369 6.21176C-3.11127 5.12313 -2.14494 4.40117 -1.90735e-06 4.40117C2.14195 4.40117 3.09588 5.12018 4.51674 6.20923C4.53438 6.22275 4.55215 6.23637 4.57005 6.2501C5.29075 6.80273 6.22151 7.51643 7.40871 8.06077C8.67521 8.64147 10.1531 9 12 9C15.8089 9 17.842 7.44148 19.4166 6.23451L19.4496 6.20923C20.2216 5.61746 20.7771 5.20349 21.441 4.89907Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M57.441 4.10093C58.0551 4.38251 58.8357 4.59883 60 4.59883V9C58.1531 9 56.6752 8.64147 55.4087 8.06077C54.2215 7.51643 53.2908 6.80273 52.57 6.2501C52.5521 6.23638 52.5344 6.22275 52.5167 6.20923C51.0959 5.12018 50.142 4.40117 48 4.40117C46.8357 4.40117 46.0551 4.61749 45.441 4.89907C44.7771 5.20349 44.2216 5.61746 43.4496 6.20923L43.4166 6.23451C41.842 7.44148 39.8089 9 36 9C32.188 9 30.1446 7.43947 28.5625 6.23133L28.5369 6.21176C27.1113 5.12313 26.1449 4.40117 24 4.40117V0C27.812 0 29.8554 1.56053 31.4375 2.76867L31.4631 2.78824C32.8887 3.87687 33.8551 4.59883 36 4.59883C38.142 4.59883 39.0959 3.87982 40.5167 2.79077C40.5344 2.77725 40.5521 2.76363 40.57 2.7499C41.2907 2.19727 42.2215 1.48357 43.4087 0.939228C44.6752 0.358529 46.1531 0 48 0C51.8089 0 53.842 1.55852 55.4166 2.76549L55.4496 2.79077C56.2216 3.38254 56.7771 3.79651 57.441 4.10093Z"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 48px 9px;
}
.cms-index-index .main .block .block-title,
.cms-index-index .main .block-hero .block-title {
  line-height: clamp(1.75rem, 3rem, 2.2vw);
  font-size: clamp(1.75rem, 2.5rem, 2vw);
  padding: clamp(2rem, 2.5rem, 3vw) 0 clamp(1.25rem, 1.75rem, 1.8vw);
}
:where(body:not(.narrow-page-reset)) .checkout-success,
:where(body:not(.narrow-page-reset)) #registration,
.form.form-orders-search,
.form.search.advanced,
.form.password.forget,
.form.password.reset,
.form.send.confirmation,
.form-create-account,
.login-container,
.column.main .form.contact,
.page-layout-1column.cms-no-route .columns,
.footer-top .form.contact,
.paypal-review {
  position: relative;
  z-index: 2;
  max-width: 550px;
  margin: 0 auto;
  padding: 2.5rem 3rem;
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  border: 3px solid #7e7979;
  border-width: 3px 0 0;
  border-radius: 0.25rem;
}
.footer-top .form.contact .legend {
  font-size: 2.25rem;
  text-align: center;
  font-weight: 700;
}
.account .main .block .block-title,
.order-details-items .block-title {
  line-height: 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: none;
  margin: 0;
  padding: 0.5rem 1rem;
  background: rgb(var(--muted-bg));
}
.account .main .block .block-title strong,
.order-details-items .block-title strong {
  font-weight: 500;
}
.account .main .block .block-title + .block-content,
.order-details-items .block-title + .block-content {
  padding: 1rem;
}
.breadcrumbs ul,
.opc-progress-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.breadcrumbs li,
.opc-progress-bar li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.breadcrumbs li::after,
.opc-progress-bar li::after {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
}
.breadcrumbs li:last-child::after,
.opc-progress-bar li:last-child::after {
  display: none;
}
.breadcrumbs li::after,
.opc-progress-bar li::after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.dropdown.options .dropdown,
.tooltip.wrapper .tooltip.content,
.field-tooltip-content,
.minicart-wrapper .mage-dropdown-dialog,
.minisearch .search-autocomplete,
.map-popup,
.navigation .submenu {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: -9999px;
  color: rgba(var(--base-color), var(--base-alpha, 1));
  --base-color: 17, 24, 39;
  --base-alpha: 1;
  --headings-color: var(--base-color);
  --headings-alpha: 1;
  --block-title-color: var(--base-color);
  --link-color: var(--blue);
  --link-alpha: 0.85;
  --muted-bg: rgba(245, 245, 245, 1);
  --muted-bg-alpha: 1;
  --ring-color: var(--brand-color);
  --ring-alpha: 1;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
  --button-color: 255, 255, 255;
  --button-primary-color: 255, 255, 255;
  --button-primary-bg: var(--brand-color);
  --button-primary-border-color: var(--button-bg);
  --button-secondary-color: var(--gray-600);
  --button-secondary-bg: var(--gray-200);
  --button-secondary-border-color: var(--button-secondary-bg);
  --input-color: 17, 24, 39;
  --input-alpha: 1;
  --input-bg: var(--base-bg);
  --input-bg-alpha: 1;
  --input-border-color: 221, 221, 221;
  --input-border-alpha: 1;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: var(--dropdown-padding);
  width: var(--dropdown-width);
  transform-origin: top;
  transform: scale(0.95);
  z-index: 850;
  visibility: hidden;
  margin-top: 0.125rem;
  color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
  text-align: left;
}
.wimakeit-inactive .dropdown.options .dropdown,
.wimakeit-inactive .tooltip.wrapper .tooltip.content,
.wimakeit-inactive .field-tooltip-content,
.wimakeit-inactive .minicart-wrapper .mage-dropdown-dialog,
.wimakeit-inactive .minisearch .search-autocomplete,
.wimakeit-inactive .map-popup,
.wimakeit-inactive .navigation .submenu {
  transition: none !important;
}
.wimakeit .dropdown.options .dropdown,
.wimakeit .tooltip.wrapper .tooltip.content,
.wimakeit .field-tooltip-content,
.wimakeit .minicart-wrapper .mage-dropdown-dialog,
.wimakeit .minisearch .search-autocomplete,
.wimakeit .map-popup,
.wimakeit .navigation .submenu {
  display: block !important;
}
.dropdown.options .dropdown[aria-hidden="false"],
.tooltip.wrapper:hover .tooltip.content,
.tooltip.wrapper:focus .tooltip.content,
.field-tooltip-content[aria-hidden="false"],
.minicart-wrapper .mage-dropdown-dialog[style=""],
.minicart-wrapper .mage-dropdown-dialog[style*="block"],
.minisearch .search-autocomplete:not(:empty):not([style*="display:none"]):not([style*="display: none"]),
.map-popup.active,
.navigation .submenu.shown,
.navigation .submenu[aria-expanded="true"]:not([aria-hidden]),
body:not(.wimakeit) .navigation .submenu[aria-expanded="true"]:not([aria-hidden]) .submenu {
  z-index: 851;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: scale(1);
  top: auto;
}
.dropdown.options .dropdown > li > a,
.dropdown.options .dropdown > ul > li > a,
.minisearch .search-autocomplete [role="listbox"] li,
.navigation :where(li[class*=level]) > a {
  display: block;
  padding: 0.25rem 0.5rem;
  --divider-alpha: 0.05;
  cursor: pointer;
}
.dropdown.options .dropdown > li > a:hover,
.dropdown.options .dropdown > ul > li > a:hover,
.minisearch .search-autocomplete [role="listbox"] li:hover,
.navigation :where(li[class*=level]) > a:hover {
  background: #f3f4f6;
}
[data-collapsible] > [data-role="title"],
[data-role="collapsible"] > [data-role="title"],
[data-mage-init*='"collapsible":'] > [data-role="title"],
.block-collapsible-nav > .title,
.dropdown.options .toggle,
.minicart-wrapper .action.showcart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.125rem;
  cursor: pointer;
}
[data-collapsible] > [data-role="title"]::after,
[data-role="collapsible"] > [data-role="title"]::after,
[data-mage-init*='"collapsible":'] > [data-role="title"]::after,
.block-collapsible-nav > .title::after,
.dropdown.options:not(.no-chevron) .toggle::after {
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
  transform: rotate(90deg);
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
._active[data-collapsible] > [data-role="title"]::after,
._active[data-role="collapsible"] > [data-role="title"]::after,
._active[data-mage-init*='"collapsible":'] > [data-role="title"]::after,
[data-collapsible] > [data-role="title"][aria-expanded="true"]::after,
[data-role="collapsible"] > [data-role="title"][aria-expanded="true"]::after,
[data-mage-init*='"collapsible":'] > [data-role="title"][aria-expanded="true"]::after,
[data-mage-init*='"collapsible":'][data-mage-init*='"active":true'] > [data-role="title"]:not([aria-expanded])::after,
.block-collapsible-nav > .title.active::after,
.dropdown.options:not(.no-chevron) .toggle.active::after {
  transform: rotate(-90deg);
}
:where(input:not([type=range])),
textarea,
select {
  outline: none;
  position: relative;
  padding: 0.5rem 0.75rem;
  width: 100%;
  font-size: 0.875rem;
  color: rgba(var(--input-color), var(--input-alpha));
  background: rgba(var(--input-bg), var(--input-bg-alpha));
  border: 1px solid rgba(var(--input-border-color), var(--input-border-alpha));
  border-radius: 0.25rem;
  box-shadow: none;
}
:where(input:not([type=range])):disabled,
textarea:disabled,
select:disabled {
  opacity: .5;
  cursor: not-allowed;
}
:where(input:not([type=range])):focus,
:where(input:not([type=range])):focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  --input-bg: var(--gray-100);
  --input-border-color: 102, 102, 102;
  --input-outline-color: var(--input-border-color);
  --input-shadow-spread: 1px;
  outline: 2px solid rgba(var(--input-outline-color), var(--input-outline-alpha));
  outline-offset: 2px;
}
:where(input:not([type=range])):-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: none, 0 0 0 30px #f9fafb inset;
  -webkit-text-fill-color: rgba(var(--input-color), var(--input-alpha));
}
button,
.action.primary,
input[type='submit'],
input[type='reset'],
input[type='button'],
.wimakeit-primary-button,
.wimakeit-secondary-button a,
.wimakeit-secondary-button-only,
.pagebuilder-button-primary,
.pagebuilder-button-secondary,
.pagebuilder-button-link,
.action.clear {
  outline: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  color: rgba(var(--button-color), var(--button-alpha, 1));
  background: rgba(var(--button-bg), var(--button-bg-alpha));
  border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
  border-radius: 0.25rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
button:disabled,
button.disabled,
.action.primary:disabled,
.action.primary.disabled,
input[type='submit']:disabled,
input[type='submit'].disabled,
input[type='reset']:disabled,
input[type='reset'].disabled,
input[type='button']:disabled,
input[type='button'].disabled,
.wimakeit-primary-button:disabled,
.wimakeit-primary-button.disabled,
.wimakeit-secondary-button a:disabled,
.wimakeit-secondary-button a.disabled,
.wimakeit-secondary-button-only:disabled,
.wimakeit-secondary-button-only.disabled,
.pagebuilder-button-primary:disabled,
.pagebuilder-button-primary.disabled,
.pagebuilder-button-secondary:disabled,
.pagebuilder-button-secondary.disabled,
.pagebuilder-button-link:disabled,
.pagebuilder-button-link.disabled,
.action.clear:disabled,
.action.clear.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.wimakeit-inactive button,
.wimakeit-inactive .action.primary,
.wimakeit-inactive input[type='submit'],
.wimakeit-inactive input[type='reset'],
.wimakeit-inactive input[type='button'],
.wimakeit-inactive .wimakeit-primary-button,
.wimakeit-inactive .wimakeit-secondary-button a,
.wimakeit-inactive .wimakeit-secondary-button-only,
.wimakeit-inactive .pagebuilder-button-primary,
.wimakeit-inactive .pagebuilder-button-secondary,
.wimakeit-inactive .pagebuilder-button-link,
.wimakeit-inactive .action.clear {
  transition: none !important;
}
button.selected,
.action.primary.selected,
input[type='submit'].selected,
input[type='reset'].selected,
input[type='button'].selected,
.wimakeit-primary-button.selected,
.wimakeit-secondary-button a.selected,
.wimakeit-secondary-button-only.selected,
.pagebuilder-button-primary.selected,
.pagebuilder-button-secondary.selected,
.pagebuilder-button-link.selected,
.action.clear.selected {
  --button-color: 255, 255, 255;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
}
@media (hover: hover) {
  button:hover,
  .action.primary:hover,
  input[type='submit']:hover,
  input[type='reset']:hover,
  input[type='button']:hover,
  .wimakeit-primary-button:hover,
  .wimakeit-secondary-button a:hover,
  .wimakeit-secondary-button-only:hover,
  .pagebuilder-button-primary:hover,
  .pagebuilder-button-secondary:hover,
  .pagebuilder-button-link:hover,
  .action.clear:hover {
    --button-bg-alpha: var(--button-hover-bg-alpha);
    text-decoration: none !important;
    --button-bg: var(--brand-hover-color);
    --button-border-color: var(--button-hover-bg);
  }
}
button:focus-visible,
.action.primary:focus-visible,
input[type='submit']:focus-visible,
input[type='reset']:focus-visible,
input[type='button']:focus-visible,
.wimakeit-primary-button:focus-visible,
.wimakeit-secondary-button a:focus-visible,
.wimakeit-secondary-button-only:focus-visible,
.pagebuilder-button-primary:focus-visible,
.pagebuilder-button-secondary:focus-visible,
.pagebuilder-button-link:focus-visible,
.action.clear:focus-visible {
  --button-border-alpha: 1;
  z-index: 10;
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 2px;
}
.action.primary,
.action-primary,
[type='submit'],
#request-quote-modal button[type="submit"],
.pagebuilder-button-primary {
  --link-color: var(--button-color);
  --link-alpha: 1;
  --button-bg: var(--button-primary-bg);
  --button-color: var(--button-primary-color);
  --button-border-color: var(--button-primary-border-color);
}
:where(button:not([type='submit']):not(.action-primary):not(.primary):not(.pagebuilder-button-link):not(.pagebuilder-button-primary):not(.select)),
input[type='reset'],
input[type='button'],
.product-items .product-item .actions-primary .tocart,
.pagebuilder-button-secondary,
.cart-container .cart.actions .wimakeit-cart-main-action .myshop-button-location {
  --link-color: var(--button-color);
  --link-alpha: 1;
  --button-bg: var(--button-secondary-bg);
  --button-color: var(--button-secondary-color);
  --button-border-color: var(--button-secondary-border-color);
}
@media (hover: hover) {
  :where(button:not([type='submit']):not(.action-primary):not(.primary):not(.pagebuilder-button-link):not(.pagebuilder-button-primary):not(.select)):hover,
  input[type='reset']:hover,
  input[type='button']:hover,
  .product-items .product-item .actions-primary .tocart:hover,
  .pagebuilder-button-secondary:hover,
  .cart-container .cart.actions .wimakeit-cart-main-action .myshop-button-location:hover {
    --button-color: 255, 255, 255;
    --button-bg: 103, 164, 138;
    --button-border-color: 103, 164, 138;
  }
}
.pagebuilder-button-link {
  --button-bg: transparent;
  --button-border-color: transparent;
  --button-color: var(--link-color);
  text-decoration: none !important;
}
@media (hover: hover) {
  .pagebuilder-button-link:hover {
    text-decoration: underline !important;
    --button-bg: transparent;
    --button-border-color: transparent;
    --button-color: var(--link-color);
  }
}
.button-ghost button,
.button-ghost .pagebuilder-button-primary,
.button-ghost .pagebuilder-button-secondary {
  --button-bg: var(--base-color);
  --button-bg-alpha: 0;
  --button-color: var(--base-color);
  --button-border-color: var(--base-color);
  --button-border-alpha: var(--base-alpha);
  text-shadow: none;
}
@media (hover: hover) {
  .button-ghost button:hover,
  .button-ghost .pagebuilder-button-primary:hover,
  .button-ghost .pagebuilder-button-secondary:hover {
    --button-bg-alpha: .1;
    --button-color: var(--base-color);
  }
}
label button,
.ui-datepicker-trigger,
.minisearch .action.search,
.block.related .action.select,
.product-options-wrapper .action.back,
.shipping-address-item .edit-address-link,
.opc-estimated-wrapper .showcart,
.opc-summary-wrapper .action-edit,
.cart.table-wrapper .action-gift {
  --button-bg: var(--base-bg);
  --button-border-color: var(--base-bg);
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left;
}
label button:focus-visible,
.minisearch .action.search:focus-visible,
.block.related .action.select:focus-visible,
.product-options-wrapper .action.back:focus-visible,
.shipping-address-item .edit-address-link:focus-visible,
.opc-estimated-wrapper .showcart:focus-visible,
.opc-summary-wrapper .action-edit:focus-visible,
.cart.table-wrapper .action-gift:focus-visible {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.ui-dialog.popup .action.close,
.modal-header .action-close,
.button-close,
.block-minicart .action.close {
  float: right;
  --button-bg: var(--base-bg);
  --button-border-color: var(--base-bg);
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left;
  opacity: .7;
  cursor: pointer;
}
.ui-dialog.popup .action.close:focus-visible,
.modal-header .action-close:focus-visible,
.button-close:focus-visible,
.block-minicart .action.close:focus-visible {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.ui-dialog.popup .action.close::before,
.modal-header .action-close::before,
.button-close::before,
.block-minicart .action.close::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.ui-dialog.popup .action.close span,
.modal-header .action-close span,
.button-close span,
.block-minicart .action.close span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.button-xs button,
.button-xs .pagebuilder-button-primary,
.button-xs .pagebuilder-button-secondary,
.button-xs .pagebuilder-button-link,
.wimakeit-primary-button,
.wimakeit-secondary-button a,
.wimakeit-secondary-button-only,
.action.clear {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem 0.5rem;
}
.button-lg button,
.button-lg .pagebuilder-button-primary,
.button-lg .pagebuilder-button-secondary,
.button-lg .pagebuilder-button-link,
.checkout-container .action.continue,
.checkout-container .action.checkout,
.form.form-orders-search .action.primary,
.form.search.advanced .action.primary,
.form.password.forget .action.primary,
.form.password.reset .action.primary,
.form.send.confirmation .action.primary,
.form-create-account .action.primary,
.column.main .form.contact .action.primary {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.button-xl button,
.button-xl .pagebuilder-button-primary,
.button-xl .pagebuilder-button-secondary,
.button-xl .pagebuilder-button-link {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  padding: 0.5rem;
}
.cart.table-wrapper .control.qty input.qty {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem;
  width: auto;
  flex-grow: 0;
}
.minicart-items-wrapper::after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1rem;
  background: linear-gradient(rgba(var(--z-layer-bg), 0), rgba(var(--z-layer-bg), .8));
}
.loading-mask .loader,
.load.indicator::before,
.product-item-info-image-loading .product-item-photo::before {
  animation: rotate var(--spinner-duration) linear infinite;
  width: var(--spinner-size);
  height: var(--spinner-size);
  border: var(--spinner-border-width) solid rgb(var(--spinner-border-color));
  border-top-color: transparent;
  border-radius: 50%;
}
@media 768px {
  [data-mage-init*='"tabs":'] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"] {
  order: -1;
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  color: #a1a1aa;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:hover {
  --muted-alpha: .9;
  --muted-bg-alpha: .5;
  color: #4b5563;
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:focus-visible {
  z-index: 10;
}
@media 640px {
  [data-mage-init*='"tabs":'] > [data-role="collapsible"] {
    --muted-bg-alpha: .5;
    justify-content: space-between;
    border: 1px solid #f3f4f6;
    border-width: 0 0 1px;
  }
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]::after {
    flex-shrink: 0;
    height: 1.25rem;
    width: 1.25rem;
    transform: rotate(90deg);
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    content: '';
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 0.75rem 0.75rem;
  }
  .wimakeit-inactive [data-mage-init*='"tabs":'] > [data-role="collapsible"]::after {
    transition: none !important;
  }
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:has(+ .content + script:last-child),
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:has(+ .content:last-child) {
    border-bottom-color: transparent;
  }
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-last-child(2) {
    border-bottom-color: transparent;
  }
}
@media 768px {
  [data-mage-init*='"tabs":'] > [data-role="collapsible"] {
    margin: -2px 0 0;
    padding: 2.5rem 0 1rem;
    border: 2px solid #f9fafb;
    border-width: 0 0 2px !important;
    white-space: nowrap;
  }
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"] .counter {
  opacity: 0.8;
  padding: 0.125rem 0.5rem;
  background: #f9fafb;
  display: none;
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"],
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]) {
  z-index: 2;
  --muted-alpha: .9;
  color: #1f2937;
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"]::after,
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded])::after {
  transform: rotate(-90deg);
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"]:hover,
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]):hover {
  --muted-bg-alpha: 1;
}
@media 640px {
  [data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"],
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]) {
    border-bottom-color: transparent;
  }
}
@media 768px {
  [data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"],
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]) {
    border-color: #4b5563;
  }
}
[data-content-type="tabs"] .tab-header {
  order: -1;
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  color: #a1a1aa;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}
[data-content-type="tabs"] .tab-header:hover {
  --muted-alpha: .9;
  --muted-bg-alpha: .5;
  color: #4b5563;
}
[data-content-type="tabs"] .tab-header:focus-visible {
  z-index: 10;
}
[data-content-type="tabs"] .tab-header {
  margin: -2px 0 0;
  padding: 2.5rem 0 1rem;
  border: 2px solid #f9fafb;
  border-width: 0 0 2px !important;
  white-space: nowrap;
}
[data-content-type="tabs"] .tab-header.active {
  z-index: 2;
  --muted-alpha: .9;
  color: #1f2937;
}
[data-content-type="tabs"] .tab-header.active::after {
  transform: rotate(-90deg);
}
[data-content-type="tabs"] .tab-header.active:hover {
  --muted-bg-alpha: 1;
}
[data-content-type="tabs"] .tab-header.active {
  border-color: #4b5563;
}
[data-mage-init*='"tabs":'] > [data-role="content"] {
  display: none;
  visibility: hidden;
  opacity: 0;
  padding: 0.25rem 0;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media 768px {
  [data-mage-init*='"tabs":'] > [data-role="content"] {
    width: 100%;
  }
}
[data-mage-init*='"tabs":'] > [data-role="content"][aria-hidden="false"],
[data-mage-init*='"tabs":'] > [data-role="content"]:nth-child(2):not([aria-hidden]) {
  visibility: visible;
  opacity: 1;
  display: block;
}
[data-content-type="tabs"] .tabs-content > div {
  display: none;
  visibility: hidden;
  opacity: 0;
  padding: 0.25rem 0;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wimakeit-inactive [data-content-type="tabs"] .tabs-content > div {
  transition: none !important;
}
[data-content-type="tabs"] .tabs-content > div {
  width: 100%;
}
[data-content-type="tabs"] .tabs-content > div[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  display: block;
}
.action.skip:not(:focus-within),
.field.street .control label,
.field-tooltip .label,
.field-tooltip-action span,
.ui-datepicker-trigger span,
.required-captcha.checkbox,
table caption,
.abs-visually-hidden,
.block-compare .action.delete span,
.filter .action.remove span,
.sidebar .action.delete span,
.sidebar .action.remove span,
.table-comparison th.remove,
.table-comparison .towishlist span,
.discount label,
.page-footer .switcher .label,
.page-footer .block.newsletter .title,
.page-footer .block.newsletter .control > label .label,
.page-header .switcher .label,
.block.filter .filter-content-close span,
.block.filter .filter-options .filter-count-label,
.product-items .towishlist span,
.product-items .tocompare span,
.product-items.product-items-names .choice .label,
.toolbar .sorter-action span,
.toolbar .modes-label,
.toolbar .mode-grid span,
.toolbar .mode-list span,
.pages .label,
.pages .action.previous span,
.pages .action.next span,
.minicart-wrapper .action.showcart .text,
.minicart-items .details-qty .update-cart-item span,
.minicart-items .action.edit span,
.minicart-items .action.delete span,
.header .block-search .label span,
.minisearch .action.search span,
.nav-toggle span,
.special-price .price-label,
.old-price .price-label,
.product-options-wrapper legend.links-title,
.rating-summary .label,
.rating-result > span span,
.review-control-vote input,
.review-list .review-date .review-details-label,
.review-control-vote label span,
.form-discount label,
.form-giftcard-account label,
.shipping-address-item .edit-address-link span,
.form.form-orders-search legend,
.form.search.advanced legend,
.cart-container .shipping legend,
.cart.table-wrapper .control.qty span,
.cart.table-wrapper .action-edit span,
.cart.table-wrapper .action-delete span,
.cart.table-wrapper .action-towishlist span,
.form-wishlist-items .qty > label,
.form-wishlist-items .comment-box > label,
.mgz__actions-switch-checkbox,
.special-price .msrp-message,
.old-price .msrp-message {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.d-flex-ltr .mgz-link,
.wmi-link-underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mobile-header-panel .switcher .label {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.minicart-items .details-qty .label,
.minicart-items .details-qty .value {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.block-minicart .items-total {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-5,
.line-clamp-6 {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp, 1);
  max-height: calc(var(--line-clamp, 1) * var(--line-height, 1.5rem));
}
.line-clamp-1.expanded,
.line-clamp-2.expanded,
.line-clamp-3.expanded,
.line-clamp-4.expanded,
.line-clamp-5.expanded,
.line-clamp-6.expanded {
  display: block;
  -webkit-line-clamp: initial !important;
  overflow: visible;
  max-height: none;
}
.line-clamp-1 .clamp-toggle,
.line-clamp-2 .clamp-toggle,
.line-clamp-3 .clamp-toggle,
.line-clamp-4 .clamp-toggle,
.line-clamp-5 .clamp-toggle,
.line-clamp-6 .clamp-toggle {
  font-weight: 600;
  font-size: 1rem;
  font-family: 'Rubik', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: rgba(var(--base-color), var(--base-alpha, 1));
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 0.75rem;
  background: linear-gradient(to right, transparent 0, rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1)) 0.5rem);
}
label button,
label a,
table .id a,
table .actions a,
a[href^="tel:"],
a[href^="mailto:"],
a.alert,
address a,
.block .block-title a,
.actions-toolbar a,
.box-actions a,
.product-item-details dl a,
.block-minicart .block-content > .actions a.action,
.map.help,
.map-show-info,
.minimal-price-link,
.prices-tier a,
.block.related .action.select,
.samples a,
.downloads-all .label,
.reviews-actions a,
.search-suggestions a,
.checkout-container a,
.opc-progress-bar ._complete span,
.opc-summary-wrapper .action-edit,
:where(.table-totals, .table.totals) a,
.cart.table-wrapper .action-gift,
.paypal-review .discount .title,
.paypal-review .paypal-review-title a {
  color: #67a48a;
  text-decoration: none;
}
label button:hover,
label a:hover,
table .id a:hover,
table .actions a:hover,
a[href^="tel:"]:hover,
a[href^="mailto:"]:hover,
a.alert:hover,
address a:hover,
.block .block-title a:hover,
.actions-toolbar a:hover,
.box-actions a:hover,
.product-item-details dl a:hover,
.block-minicart .block-content > .actions a.action:hover,
.map.help:hover,
.map-show-info:hover,
.minimal-price-link:hover,
.prices-tier a:hover,
.block.related .action.select:hover,
.samples a:hover,
.downloads-all .label:hover,
.reviews-actions a:hover,
.search-suggestions a:hover,
.checkout-container a:hover,
.opc-progress-bar ._complete span:hover,
.opc-summary-wrapper .action-edit:hover,
:where(.table-totals, .table.totals) a:hover,
.cart.table-wrapper .action-gift:hover,
.paypal-review .discount .title:hover,
.paypal-review .paypal-review-title a:hover {
  --link-alpha: 1;
  text-decoration: underline;
}
.prose :where(a:not(.product-item-link):not(.action)),
.cms-no-route .main :where(a:not(.product-item-link):not(.action)),
.cms-page-view .main :where(a:not(.product-item-link):not(.action)),
.product-item-description :where(a:not(.product-item-link):not(.action)),
[data-content-type="row"] :where(a:not(.product-item-link):not(.action)),
.product.attribute :where(a:not(.product-item-link):not(.action)),
.checkout-agreements-item-content :where(a:not(.product-item-link):not(.action)) {
  color: #67a48a;
  text-decoration: none;
}
.prose :where(a:not(.product-item-link):not(.action)):hover,
.cms-no-route .main :where(a:not(.product-item-link):not(.action)):hover,
.cms-page-view .main :where(a:not(.product-item-link):not(.action)):hover,
.product-item-description :where(a:not(.product-item-link):not(.action)):hover,
[data-content-type="row"] :where(a:not(.product-item-link):not(.action)):hover,
.product.attribute :where(a:not(.product-item-link):not(.action)):hover,
.checkout-agreements-item-content :where(a:not(.product-item-link):not(.action)):hover {
  --link-alpha: 1;
  text-decoration: underline;
}
.prose :where(a div),
.cms-no-route .main :where(a div),
.cms-page-view .main :where(a div),
.product-item-description :where(a div),
[data-content-type="row"] :where(a div),
.product.attribute :where(a div),
.checkout-agreements-item-content :where(a div) {
  color: rgba(var(--base-color), var(--base-alpha, 1));
}
.prose p,
.prose table,
.prose figure,
.cms-no-route .main p,
.cms-no-route .main table,
.cms-no-route .main figure,
.cms-page-view .main p,
.cms-page-view .main table,
.cms-page-view .main figure,
.popup-authentication .block-new-customer p,
.product-item-description p,
.product-item-description table,
.product-item-description figure,
[data-content-type="row"] p,
[data-content-type="row"] table,
[data-content-type="row"] figure,
.product.attribute p,
.product.attribute table,
.product.attribute figure,
.checkout-agreements-item-content p,
.checkout-agreements-item-content table,
.checkout-agreements-item-content figure,
.cart-empty p,
.checkout-onepage-success .column.main p {
  margin-bottom: 0.75rem;
}
ul.disc,
.prose :where(ul:not(.unstyled):not(.items)),
.prose :where(ol:not(.unstyled):not(.product-items)),
.cms-no-route .main :where(ul:not(.unstyled):not(.items)),
.cms-no-route .main :where(ol:not(.unstyled):not(.product-items)),
.cms-page-view .main :where(ul:not(.unstyled):not(.items)),
.cms-page-view .main :where(ol:not(.unstyled):not(.product-items)),
.popup-authentication .block-new-customer ul,
.product-item-description :where(ul:not(.unstyled):not(.items)),
.product-item-description :where(ol:not(.unstyled):not(.product-items)),
[data-content-type="row"] :where(ul:not(.unstyled):not(.items)),
[data-content-type="row"] :where(ol:not(.unstyled):not(.product-items)),
.product.attribute :where(ul:not(.unstyled):not(.items)),
.product.attribute :where(ol:not(.unstyled):not(.product-items)),
.checkout-agreements-item-content :where(ul:not(.unstyled):not(.items)),
.checkout-agreements-item-content :where(ol:not(.unstyled):not(.product-items)) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.prose :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.prose :where(ol:not(.unstyled):not(.product-items) li),
.cms-no-route .main :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.cms-no-route .main :where(ol:not(.unstyled):not(.product-items) li),
.cms-page-view .main :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.cms-page-view .main :where(ol:not(.unstyled):not(.product-items) li),
.product-item-description :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.product-item-description :where(ol:not(.unstyled):not(.product-items) li),
[data-content-type="row"] :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
[data-content-type="row"] :where(ol:not(.unstyled):not(.product-items) li),
.product.attribute :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.product.attribute :where(ol:not(.unstyled):not(.product-items) li),
.checkout-agreements-item-content :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.checkout-agreements-item-content :where(ol:not(.unstyled):not(.product-items) li) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.prose section,
.cms-no-route .main section,
.cms-page-view .main section,
.product-item-description section,
[data-content-type="row"] section,
.product.attribute section,
.checkout-agreements-item-content section {
  margin-bottom: 1rem;
}
ul.disc,
.prose :where(ul:not(.unstyled):not(.items)),
.prose :where(ol:not(.unstyled):not(.product-items)),
.cms-no-route .main :where(ul:not(.unstyled):not(.items)),
.cms-no-route .main :where(ol:not(.unstyled):not(.product-items)),
.cms-page-view .main :where(ul:not(.unstyled):not(.items)),
.cms-page-view .main :where(ol:not(.unstyled):not(.product-items)),
.popup-authentication .block-new-customer ul,
.product-item-description :where(ul:not(.unstyled):not(.items)),
.product-item-description :where(ol:not(.unstyled):not(.product-items)),
[data-content-type="row"] :where(ul:not(.unstyled):not(.items)),
[data-content-type="row"] :where(ol:not(.unstyled):not(.product-items)),
.product.attribute :where(ul:not(.unstyled):not(.items)),
.product.attribute :where(ol:not(.unstyled):not(.product-items)),
.checkout-agreements-item-content :where(ul:not(.unstyled):not(.items)),
.checkout-agreements-item-content :where(ol:not(.unstyled):not(.product-items)) {
  padding-left: 1.25rem;
}
ul.disc,
.prose :where(ul:not(.unstyled):not(.items)),
.cms-no-route .main :where(ul:not(.unstyled):not(.items)),
.cms-page-view .main :where(ul:not(.unstyled):not(.items)),
.popup-authentication .block-new-customer ul,
.product-item-description :where(ul:not(.unstyled):not(.items)),
[data-content-type="row"] :where(ul:not(.unstyled):not(.items)),
.product.attribute :where(ul:not(.unstyled):not(.items)),
.checkout-agreements-item-content :where(ul:not(.unstyled):not(.items)) {
  list-style: disc;
}
.prose :where(ol:not(.unstyled):not(.product-items)),
.cms-no-route .main :where(ol:not(.unstyled):not(.product-items)),
.cms-page-view .main :where(ol:not(.unstyled):not(.product-items)),
.product-item-description :where(ol:not(.unstyled):not(.product-items)),
[data-content-type="row"] :where(ol:not(.unstyled):not(.product-items)),
.product.attribute :where(ol:not(.unstyled):not(.product-items)),
.checkout-agreements-item-content :where(ol:not(.unstyled):not(.product-items)) {
  list-style: auto;
}
.prose ol.nested-counter,
.cms-no-route .main ol.nested-counter,
.cms-page-view .main ol.nested-counter,
.product-item-description ol.nested-counter,
[data-content-type="row"] ol.nested-counter,
.product.attribute ol.nested-counter,
.checkout-agreements-item-content ol.nested-counter {
  counter-reset: item;
}
.prose ol.nested-counter li,
.cms-no-route .main ol.nested-counter li,
.cms-page-view .main ol.nested-counter li,
.product-item-description ol.nested-counter li,
[data-content-type="row"] ol.nested-counter li,
.product.attribute ol.nested-counter li,
.checkout-agreements-item-content ol.nested-counter li {
  counter-increment: item;
}
.prose ol.nested-counter ol > li::marker,
.cms-no-route .main ol.nested-counter ol > li::marker,
.cms-page-view .main ol.nested-counter ol > li::marker,
.product-item-description ol.nested-counter ol > li::marker,
[data-content-type="row"] ol.nested-counter ol > li::marker,
.product.attribute ol.nested-counter ol > li::marker,
.checkout-agreements-item-content ol.nested-counter ol > li::marker {
  content: counters(item, '.') ' ';
}
.prose li::marker,
.cms-no-route .main li::marker,
.cms-page-view .main li::marker,
.product-item-description li::marker,
[data-content-type="row"] li::marker,
.product.attribute li::marker,
.checkout-agreements-item-content li::marker {
  --muted-alpha: .4;
  color: #9ca3af;
}
.prose blockquote,
.cms-no-route .main blockquote,
.cms-page-view .main blockquote,
.product-item-description blockquote,
[data-content-type="row"] blockquote,
.product.attribute blockquote,
.checkout-agreements-item-content blockquote {
  margin: 1.5rem 0;
  padding-left: 1rem;
  border-left: 4px solid #f3f4f6;
  font-style: italic;
  font-weight: 500;
}
.prose code,
.cms-no-route .main code,
.cms-page-view .main code,
.product-item-description code,
[data-content-type="row"] code,
.product.attribute code,
.checkout-agreements-item-content code {
  font-weight: 600;
}
.prose code::before,
.prose code::after,
.cms-no-route .main code::before,
.cms-no-route .main code::after,
.cms-page-view .main code::before,
.cms-page-view .main code::after,
.product-item-description code::before,
.product-item-description code::after,
[data-content-type="row"] code::before,
[data-content-type="row"] code::after,
.product.attribute code::before,
.product.attribute code::after,
.checkout-agreements-item-content code::before,
.checkout-agreements-item-content code::after {
  content: "`";
}
.prose pre,
.cms-no-route .main pre,
.cms-page-view .main pre,
.product-item-description pre,
[data-content-type="row"] pre,
.product.attribute pre,
.checkout-agreements-item-content pre {
  margin: 1rem 0;
  padding: 1rem;
  overflow-x: auto;
  background: #f9fafb;
}
.prose pre code,
.cms-no-route .main pre code,
.cms-page-view .main pre code,
.product-item-description pre code,
[data-content-type="row"] pre code,
.product.attribute pre code,
.checkout-agreements-item-content pre code {
  font-weight: 400;
}
.prose pre code:before,
.prose pre code:after,
.cms-no-route .main pre code:before,
.cms-no-route .main pre code:after,
.cms-page-view .main pre code:before,
.cms-page-view .main pre code:after,
.product-item-description pre code:before,
.product-item-description pre code:after,
[data-content-type="row"] pre code:before,
[data-content-type="row"] pre code:after,
.product.attribute pre code:before,
.product.attribute pre code:after,
.checkout-agreements-item-content pre code:before,
.checkout-agreements-item-content pre code:after {
  content: '';
}
.prose hr,
.cms-no-route .main hr,
.cms-page-view .main hr,
.product-item-description hr,
[data-content-type="row"] hr,
.product.attribute hr,
.checkout-agreements-item-content hr {
  margin: 2rem 0;
}
.prose figcaption,
.cms-no-route .main figcaption,
.cms-page-view .main figcaption,
.product-item-description figcaption,
[data-content-type="row"] figcaption,
.product.attribute figcaption,
.checkout-agreements-item-content figcaption {
  margin-top: 0.5rem;
  color: #9ca3af;
}
.prose .lead,
.cms-no-route .main .lead,
.cms-page-view .main .lead,
.product-item-description .lead,
[data-content-type="row"] .lead,
.product.attribute .lead,
.checkout-agreements-item-content .lead {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #9ca3af;
}
.prose [data-role="collapsible"] > [data-role=title],
.prose [data-mage-init*='"collapsible":'] > [data-role=title],
.cms-no-route .main [data-role="collapsible"] > [data-role=title],
.cms-no-route .main [data-mage-init*='"collapsible":'] > [data-role=title],
.cms-page-view .main [data-role="collapsible"] > [data-role=title],
.cms-page-view .main [data-mage-init*='"collapsible":'] > [data-role=title],
.product-item-description [data-role="collapsible"] > [data-role=title],
.product-item-description [data-mage-init*='"collapsible":'] > [data-role=title],
[data-content-type="row"] [data-role="collapsible"] > [data-role=title],
[data-content-type="row"] [data-mage-init*='"collapsible":'] > [data-role=title],
.product.attribute [data-role="collapsible"] > [data-role=title],
.product.attribute [data-mage-init*='"collapsible":'] > [data-role=title],
.checkout-agreements-item-content [data-role="collapsible"] > [data-role=title],
.checkout-agreements-item-content [data-mage-init*='"collapsible":'] > [data-role=title] {
  margin: 0;
}
.prose [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.prose [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.cms-no-route .main [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.cms-no-route .main [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.cms-page-view .main [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.cms-page-view .main [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.product-item-description [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.product-item-description [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
[data-content-type="row"] [data-role="collapsible"] > [data-role=content][aria-hidden=false],
[data-content-type="row"] [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.product.attribute [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.product.attribute [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.checkout-agreements-item-content [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.checkout-agreements-item-content [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false] {
  margin: 0.5rem 0;
}
.prose [data-role="collapsible"] + div,
.prose [data-mage-init*='"collapsible":'] + div,
.cms-no-route .main [data-role="collapsible"] + div,
.cms-no-route .main [data-mage-init*='"collapsible":'] + div,
.cms-page-view .main [data-role="collapsible"] + div,
.cms-page-view .main [data-mage-init*='"collapsible":'] + div,
.product-item-description [data-role="collapsible"] + div,
.product-item-description [data-mage-init*='"collapsible":'] + div,
[data-content-type="row"] [data-role="collapsible"] + div,
[data-content-type="row"] [data-mage-init*='"collapsible":'] + div,
.product.attribute [data-role="collapsible"] + div,
.product.attribute [data-mage-init*='"collapsible":'] + div,
.checkout-agreements-item-content [data-role="collapsible"] + div,
.checkout-agreements-item-content [data-mage-init*='"collapsible":'] + div {
  margin-top: 0.75rem;
}
[data-content-type="tabs"] .tabs-navigation,
.slick-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
[data-content-type="tabs"] .tabs-navigation,
.slick-dots {
  padding-left: 0 !important;
}
[data-content-type="tabs"] .tabs-navigation,
.slick-dots {
  list-style: none !important;
}
.color-invert {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  --base-color: 255, 255, 255;
  --base-alpha: 0.85;
  --headings-color: 255, 255, 255;
  --headings-alpha: 0.9;
  --block-title-color: 0.9;
  --link-color: 147, 197, 253;
  --link-alpha: 0.9;
  --muted-bg: 31, 41, 55;
  --muted-bg-alpha: 1;
  --ring-color: 255, 255, 255;
  --ring-alpha: 0.7;
  --input-color: 255, 255, 255;
  --input-alpha: 0.85;
  --input-bg-alpha: 0;
  --input-border-alpha: 0.5;
}
/* Components */
[data-mage-init*='"collapsible":']:not([data-mage-init*='"active":true']) > [data-role=content] {
  display: block !important;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}
[data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false] {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  position: static;
}
.block-collapsible-nav {
  font-size: 1rem;
  line-height: 1.5rem;
}
.block-collapsible-nav .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-collapsible-nav .content .item > a,
.block-collapsible-nav .content .item > strong {
  display: block;
  padding: 0.25rem 0;
  color: inherit;
}
.block-collapsible-nav .content .delimiter {
  display: block;
  border-top: 1px solid #f3f4f6;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.block-collapsible-nav .title {
  cursor: pointer;
}
.block-collapsible-nav .content a:hover {
  text-decoration: none;
  --base-bg-alpha: .8;
  background: #ebf2fa;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin-right: 10px !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  width: 100px !important;
}
.ui-dialog.popup .action.close {
  position: absolute;
  z-index: 101;
  right: 0.5rem;
  top: 0.5rem;
}
.dropdown.options {
  position: relative;
}
.dropdown.options .block-title {
  padding: 0;
  border: 0;
  margin-bottom: 0.5rem;
}
.dropdown.options .subtitle {
  display: block;
  margin-bottom: 0.75rem;
  color: #9ca3af;
}
.dropdown.options .product-item + .product-item {
  margin-top: 1rem;
}
.dropdown.options .actions-toolbar {
  justify-content: center;
  margin-top: 1rem;
}
.dropdown.options .empty {
  font-weight: 500;
}
:root {
  --dropdown-padding: 0.5rem;
  --dropdown-width: 11rem;
}
.dropdown-lg {
  --dropdown-padding: 0.75rem 1rem;
  --dropdown-width: 18rem;
}
.dropdown-xl,
.map-popup {
  --dropdown-padding: 0.75rem 1rem;
  --dropdown-width: 20rem;
}
.modals-overlay,
.modal-custom-overlay {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  inset: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed;
  visibility: hidden;
  content: '';
  z-index: 810;
  opacity: 0;
  pointer-events: none;
  background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
}
.wimakeit-inactive .modals-overlay,
.wimakeit-inactive .modal-custom-overlay {
  transition: none !important;
}
._show ~ .modals-overlay,
._show ~ .modal-custom-overlay {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.modal-slide,
.modal-popup,
.modal-custom {
  visibility: hidden;
  pointer-events: none;
}
body.wimakeit._has-modal,
body.wimakeit._has-modal-custom {
  overflow: hidden;
}
.modal-slide,
.modal-popup,
.modal-custom {
  --modal-max-width: 500px;
  --modal-max-height: 85vh;
  --modal-padding-x: 1rem;
  --modal-padding-y: var(--modal-padding-x);
  inset: 0;
  position: fixed;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 1.75rem;
}
.modal-slide._show,
.modal-popup._show,
.modal-custom._show {
  pointer-events: auto;
  visibility: visible;
}
.modal-slide[data-type="slide"] {
  width: 100%;
  padding: 0;
  align-items: flex-end;
  padding-left: 1.75rem;
  left: auto !important;
}
.modal-inner-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  max-width: var(--modal-max-width);
  max-height: var(--modal-max-height);
  max-height: -webkit-fill-available;
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  border-radius: 0.25rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.04);
  opacity: 0;
}
.modal-xl .modal-inner-wrap {
  --modal-max-width: 850px;
}
[data-type="slide"] .modal-inner-wrap {
  width: 100%;
  height: 100%;
  max-width: 420px;
  max-height: none;
  border-radius: 0;
  transform: translateX(100%);
}
._show .modal-inner-wrap {
  transform: none;
  opacity: 1;
}
.modal-header,
.modal-content,
.modal-footer {
  padding: 0 var(--modal-padding-x);
}
.modal-header,
.modal-footer {
  flex-shrink: 0;
  padding-top: var(--modal-padding-y);
  position: relative;
  z-index: 10;
}
.modal-header h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.modal-header .action-close {
  background: #ffffff;
  position: absolute;
  top: calc(var(--modal-padding-y) / 3);
  right: calc(var(--modal-padding-x) / 3);
}
.modal-content {
  overflow: auto;
  overscroll-behavior: contain;
}
.modal-content:last-child {
  padding-bottom: var(--modal-padding-y);
}
.modal-content .message .button-close {
  display: none;
}
.modal-footer {
  padding-bottom: var(--modal-padding-y);
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.container,
.breadcrumbs ul,
.page-main,
.footer.content,
.message.global .content,
.header.panel,
.header.content,
.wimakeit-theme #maincontent > .page.messages .messages,
.page-wrapper > .navigation-wrapper .navigation,
.page-header > .navigation-wrapper .navigation,
.page-layout-cms-full-width main .page-title-wrapper .page-title,
[data-content-type="row"] [data-element="inner"] {
  width: 100%;
  max-width: var(--container-max-width);
  margin: var(--container-margin);
  padding: var(--container-padding);
}
:root {
  --container-margin: 0 auto;
  --container-max-width: 1600px;
  --container-padding: 0.375rem 0.5rem;
}
.scroller {
  width: 100%;
  overflow: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroller::-webkit-scrollbar {
  display: none;
}
.page-header .action.skip {
  --base-color: 17, 24, 39;
  --base-alpha: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 40;
  text-align: center;
  background: #ffffff;
  color: rgba(var(--base-color), var(--base-alpha, 1));
}
.page-header .action.skip:hover {
  text-decoration: underline;
}
.page-header .action.skip:focus-within {
  outline: none;
  border-bottom: 1px solid #f3f4f6;
  padding: 0.375rem 0.5rem;
}
/* Cible ton conteneur Swiper du slider */
.swiper-container {
  position: relative;
  overflow: hidden;
  /* pour contenir le ::after */
}
/* Le masque en vague par-dessus, collé en bas */
.swiper-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  /* évite un liseré */
  height: 170px;
  /* hauteur de la zone masquée */
  background: #fff;
  /* couleur « visible » après masque (fond de la section suivante) */
  z-index: 3;
  pointer-events: none;
  background: url('../images/wave-slider.svg') bottom center no-repeat;
}
.loading-mask,
.load.indicator {
  display: none;
}
.loading-mask,
.load.indicator {
  inset: 0;
  margin: auto;
  position: fixed;
  z-index: 800;
  --base-bg-alpha: .6;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
body > .loading-mask,
body > .load.indicator {
  z-index: 990;
}
body > .loading-mask {
  position: fixed !important;
}
.loading-mask .loader {
  flex-shrink: 0;
  flex-grow: 0;
}
.loading-mask .loader p,
.loading-mask .loader img {
  display: none;
}
.loading-mask + .loading-mask {
  opacity: 0;
}
.load.indicator[style*="display: inline"] {
  display: flex !important;
}
.load.indicator::before {
  content: '';
  display: block;
}
.load.indicator span {
  display: none;
}
._block-content-loading {
  position: relative;
}
.switcher {
  display: inline-block;
}
.product.data.items.expanded {
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
}
.product.data.items.expanded .data.item.title {
  border-bottom: 2px solid #f3f4f6;
  width: 100%;
  text-align: center;
}
.product.data.items.expanded .data.item.title .title {
  width: max-content;
  margin: auto;
  font-weight: 500 !important;
}
.product.data.items.expanded .data.item.title .title::after {
  content: "";
  background: #111827;
  height: 2px;
  display: block;
  position: relative;
  margin: auto auto -2px;
}
.product.data.items.expanded .data.item.content {
  width: 100% !important;
}
.fontaine-title {
  padding: 10px 20px;
  color: #111827;
  border: 2px solid transparent;
  text-align: center;
  width: fit-content;
  position: relative;
  font-weight: 500;
  font-size: 2rem;
  margin: 0 auto 2rem auto;
}
.fontaine-title > * {
  margin: 0 !important;
  font-weight: 500;
  font-size: 2rem;
}
.fontaine-title::before,
.fontaine-title::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 15px;
  border: 4px solid #67a48a;
}
.fontaine-title::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 4px;
}
.fontaine-title::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 4px;
}
.fontaine-title-center {
  width: fit-content;
  margin: auto;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  top: 100%;
}
.tooltip.wrapper {
  --dropdown-width: 16rem;
  --dropdown-padding: 0.5rem 0.75rem;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .subtitle {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  display: block;
  margin-bottom: 0.5rem;
}
/* Elements */
.wmi-image-superpose {
  margin: 50px 0;
}
.wmi-image-superpose .wmi-image-superpose-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
}
.wmi-image-superpose .wmi-image-superpose-wrapper .wmi-image-superpose-text-block {
  background: #ffffff;
  border-radius: 4px;
  padding: 30px 20px;
  z-index: 100;
  display: block;
  width: 100%;
  box-sizing: border-box;
  order: 2;
}
.wmi-image-superpose .wmi-image-superpose-wrapper img {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  order: 1;
  border-radius: 4px;
}
.wmi-image-grid {
  width: 100%;
}
.wmi-image-grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.wmi-image-grid-link {
  display: block;
  position: relative;
}
.wmi-image-grid-link::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}
.wmi-image-grid-link:hover::after {
  background: rgba(0, 0, 0, 0.1);
}
.wmi-image-grid-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.wmi-image-grid-link:hover .wmi-image-grid-img {
  transform: scale(1.03);
}
/* Base */
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  min-height: 100vh;
  direction: ltr;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr[title] {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: 500;
}
code,
kbd,
samp,
pre {
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
:where(input:not([type=range])),
optgroup,
select,
textarea {
  font-family: inherit;
  line-height: inherit;
  font-size: 0.875rem;
}
button,
select {
  text-transform: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='date']::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
[type='date']::-webkit-date-and-time-value {
  text-align: left;
  height: 1.5em;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  --muted-alpha: .4;
  color: #9ca3af;
  opacity: 1;
}
button,
[role="button"] {
  cursor: pointer;
}
svg,
img,
video,
canvas,
audio,
iframe,
embed,
object {
  display: inline-block;
  vertical-align: middle;
}
svg,
img,
video {
  max-width: 100%;
  height: auto;
}
.responsive > iframe,
.responsive > embed,
.responsive > object {
  max-width: 100%;
}
.aspect-video > iframe,
.aspect-video > embed,
.aspect-video > object {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
[hidden] {
  display: none;
}
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type=checkbox],
[type=radio] {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  flex-shrink: 0;
  min-width: 0;
  height: 1rem;
  width: 1rem;
  color: rgba(var(--checkbox-color), var(--checkbox-alpha, 1));
}
[type=image] {
  padding: 0;
  border: 0;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
[type=range] {
  --brand-alpha: 0.9;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1rem;
  background-color: transparent;
  appearance: none;
}
[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.25rem;
  color: transparent;
  cursor: pointer;
  background-color: #f3f4f6;
  border-color: transparent;
  border-radius: 9999px;
}
[type=range]::-moz-range-track {
  width: 100%;
  height: 0.25rem;
  color: transparent;
  cursor: pointer;
  background-color: #f3f4f6;
  border-color: transparent;
  border-radius: 9999px;
}
[type=range]::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.375rem;
  background-color: #67a48a;
  border: 0;
  border-radius: 9999px;
  -webkit-appearance: none;
  appearance: none;
}
[type=range]::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.375rem;
  background-color: #67a48a;
  border: 0;
  border-radius: 9999px;
  appearance: none;
}
button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
  --spinner-size: 1.25rem;
  --spinner-border-color: var(--button-color);
}
select:not([multiple]) {
  padding-right: 2.5rem;
  color: #666666;
  font-size: 0.875rem;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  overflow-y: auto;
}
[type=checkbox] {
  border-radius: 0.25rem;
}
[type=radio] {
  border-radius: 100%;
}
[type=checkbox]:focus-visible,
[type=radio]:focus-visible {
  box-shadow: 0 0 0 2px rgb(var(--base-bg)), 0 0 0 4px rgb(var(--checkbox-color));
}
[type=file] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
* {
  outline: none;
}
:where(:focus-visible) {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
select:not([multiple]) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
}
[type=checkbox]:checked,
[type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type=checkbox]:checked:focus-visible,
[type=checkbox]:checked:hover,
[type=radio]:checked:focus-visible,
[type=radio]:checked:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type=checkbox]:indeterminate:focus-visible,
[type=checkbox]:indeterminate:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type=file]:focus {
  outline: 1px auto -webkit-focus-ring-color;
}
[type=range]:focus,
[type=range]:focus-visible {
  outline: 0;
}
[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1)), 0 0 0 0.25rem rgba(var(--brand-color), 0.2);
}
[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1)), 0 0 0 0.25rem rgba(var(--brand-color), 0.2);
}
[type=range]:focus::-webkit-slider-thumb {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wimakeit-inactive [type=range]:focus::-webkit-slider-thumb {
  transition: none !important;
}
[type=range]:focus::-moz-range-thumb {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wimakeit-inactive [type=range]:focus::-moz-range-thumb {
  transition: none !important;
}
:root {
  --black: 126, 121, 121;
  --white: 255, 255, 255;
  --gray-50: 249, 250, 251;
  --gray-100: 243, 244, 246;
  --gray-200: 229, 231, 235;
  --gray-300: 209, 213, 219;
  --gray-400: 156, 163, 175;
  --gray-500: 107, 114, 128;
  --gray-600: 75, 85, 99;
  --gray-700: 55, 65, 81;
  --gray-800: 31, 41, 55;
  --gray-900: 17, 24, 39;
  --red: 185, 28, 28;
  --red-muted: 254, 242, 242;
  --green: 21, 128, 61;
  --green-muted: 240, 253, 244;
  --blue: 29, 78, 216;
  --blue-muted: 239, 246, 255;
  --yellow: 251, 191, 36;
  --yellow-muted: 255, 251, 235;
  --brand-color: 103, 164, 138;
  --brand-hover-color: 80.88888889, 135.11111111, 112;
  --danger-color: var(--red);
  --info-color: var(--blue);
  --success-color: var(--green);
  --success-bg: var(--green-muted);
  --base-alpha: 1;
  --base-color: 17, 24, 39;
  --base-bg: 255, 255, 255;
  --muted-bg: rgba(245, 245, 245, 1);
  --z-layer-color: var(--base-color);
  --z-layer-bg: var(--base-bg);
  --z-overlay-bg: 126, 121, 121;
  --ring-color: var(--brand-color);
  --link-alpha: 0.85;
  --link-color: var(--blue);
  --headings-alpha: 1;
  --headings-color: var(--base-color);
  --block-title-color: var(--base-color);
  --input-alpha: 1;
  --input-color: var(--base-color);
  --input-bg: var(--base-bg);
  --input-bg-alpha: 1;
  --input-border-alpha: 1;
  --input-border-color: 221, 221, 221;
  --input-outline-color: var(--input-border-color);
  --input-outline-alpha: 0;
  --checkbox-color: 103, 164, 138;
  --button-color: 255, 255, 255;
  --button-bg: var(--brand-color);
  --button-bg-alpha: 1;
  --button-hover-bg: var(--brand-hover-color);
  --button-hover-bg-alpha: 1;
  --button-border-alpha: 0;
  --button-border-color: var(--button-bg);
  --button-primary-color: 255, 255, 255;
  --button-primary-bg: var(--brand-color);
  --button-primary-border-color: var(--button-bg);
  --button-secondary-color: var(--gray-600);
  --button-secondary-bg: var(--gray-200);
  --button-secondary-border-color: var(--button-secondary-bg);
  --button-secondary-hover-bg: 103, 164, 138;
  --transition-duration: 200ms;
  --spinner-size: 1.5rem;
  --spinner-border-width: 2px;
  --spinner-border-color: var(--brand-color);
  --spinner-duration: 0.6s;
  --scrollbar-bg: var(--gray-100);
  --scrollbar-color: var(--gray-300);
}
@media (prefers-reduced-motion) {
  :root {
    --transition-duration: 20ms;
    --spinner-duration: 5s;
  }
}
fieldset,
.fieldset {
  margin-bottom: 2rem;
}
fieldset:last-child,
.fieldset:last-child {
  margin-bottom: 0;
}
fieldset.field,
.fieldset.field {
  margin-bottom: 0;
}
fieldset:not(:has(*)),
.fieldset:not(:has(*)) {
  display: none;
}
form:has(.fieldset + .loading-mask:last-child) .fieldset:nth-last-child(2) {
  margin-bottom: 0;
}
form + form,
form + .fieldset {
  margin-top: 1.25rem;
}
form .legend {
  font-size: 1.25rem;
  line-height: 1.75rem;
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0 0 0.125rem;
  border-bottom: 1px solid #f3f4f6;
}
form .legend + br {
  display: none;
}
form .label + br {
  display: none;
}
form .actions-toolbar {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
form .actions-toolbar:empty {
  display: none;
}
.fields {
  display: flex;
  gap: 0.5rem;
}
.fields .field + .field {
  margin-top: 0;
}
:where(.field ~ div:not(.actions):not(.product-item-actions)),
.nested > .field,
button + .field,
.field + button,
:where(.field:not([style*="display: none"])) + .fieldset,
.field + .field-recaptcha,
.field ~ .field {
  margin-top: 0.75rem;
}
.field .choice + .choice {
  margin-top: 0.125rem;
}
.field .addon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.field .range > .field:first-child .control {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.field .range > .field:first-child .control::after {
  content: '—';
}
.field .range .field + .field {
  margin-top: 0;
}
.field.required > .label,
.field._required > .label {
  display: flex;
  gap: 0.25rem;
}
.field.required > .label::after,
.field._required > .label::after {
  content: '*';
  color: rgba(var(--danger-color), var(--danger-alpha, 1));
}
.field.choice,
.field .admin__field-option {
  display: flex;
  gap: 0.375rem;
  align-items: flex-start;
  line-height: 1.5rem;
  clear: left;
  position: relative;
}
.field.choice > [type="radio"],
.field .admin__field-option > [type="radio"],
.field.choice > [type="checkbox"],
.field .admin__field-option > [type="checkbox"] {
  margin-top: calc(1.5rem / 2 - 1rem / 2);
}
.field.choice .field-tooltip,
.field .admin__field-option .field-tooltip {
  margin-top: calc(1.5rem / 2 - 1.125rem / 2);
}
.field.choice div.mage-error,
.field .admin__field-option div.mage-error {
  right: 0;
  padding-left: 0.5rem;
  margin-top: 0;
  position: absolute;
  background: #ffffff;
  z-index: 11;
}
.field .admin__field-option + .admin__field-option {
  margin-top: 0.375rem;
}
.field .control {
  position: relative;
}
.field .label + .control {
  margin-top: 0.125rem;
}
.field .label + .control:has(.admin__field-option) {
  margin-top: 0.375rem;
}
.field ._with-tooltip input,
.field ._with-tooltip select,
.field ._with-tooltip textarea {
  width: calc(100% - 1.75rem);
}
.field ._with-tooltip .field-tooltip {
  position: absolute;
  right: 0.25rem;
  top: calc(1.5rem / 2 - 0.25rem / 2);
  z-index: 11;
}
.control .note {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: block;
  margin-top: 0.25rem;
}
.field-tooltip {
  display: inline-block;
  position: relative;
}
.field-tooltip-action {
  color: #9ca3af;
}
.field-tooltip-action,
.field-tooltip-action::before {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.field-tooltip-action::before {
  content: '';
}
.ui-datepicker-trigger {
  position: absolute !important;
  right: 0.5rem;
  top: calc(50% - 1.5rem / 2);
  color: #9ca3af;
}
.ui-datepicker-trigger::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.control.captcha-image {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
div.mage-error,
div.field-error {
  margin-top: 0.125rem;
  font-size: 12px !important;
  color: rgba(var(--danger-color), var(--danger-alpha, 1));
}
.field-tooltip {
  --dropdown-width: 18rem;
  --dropdown-padding: 0.5rem 0.75rem;
}
.field-tooltip-action::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
}
.ui-datepicker-trigger::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
#request-quote-modal {
  z-index: 10000;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#request-quote-modal .f2bpjwvcp9di-s {
  height: 600px;
  overflow-y: scroll;
}
#request-quote-modal .modal-content {
  border-radius: 6px;
  background-color: #fff;
  margin: 2% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  position: relative;
  max-width: 1000px;
}
#request-quote-modal .close-modal {
  z-index: 1000;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
#request-quote-modal button[type="submit"]:hover {
  background-color: #67a48a;
}
#request-quote-modal .quote-heading .mgz-element-inner .mgz-element-heading-text {
  width: auto !important;
  margin: auto;
}
html {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  background: #ffffff;
  font-family: 'Rubik', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.heading {
  color: rgba(var(--headings-color), var(--headings-alpha, 1));
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong {
  font-weight: 400;
}
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong,
.heading strong {
  font-weight: 500;
}
h1,
.h1 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
* + h1,
* + .h1 {
  margin-top: 2rem;
}
h2,
.h2 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}
* + h2,
* + .h2 {
  margin-top: 2rem;
}
h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
* + h3,
* + .h3 {
  margin-top: 1rem;
}
h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}
h5,
.h5 {
  margin-bottom: 0.25rem;
}
h6,
.h6 {
  margin-bottom: 0.25rem;
}
dl {
  flex-wrap: wrap;
  row-gap: 0;
}
dl dt {
  font-weight: 500;
}
dl dd {
  flex: 0 1 50%;
}
.icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  gap: 0.25rem;
}
svg.icon,
.icon > svg {
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}
svg.icon.small,
.icon.small > svg {
  width: 1rem;
  height: 1rem;
}
svg.icon.big,
.icon.big > svg {
  width: 1.75rem;
  height: 1.75rem;
}
.icon.rounded {
  background: #f9fafb;
  padding: 0.75rem;
}
.icon.rounded.small {
  padding: 0.5rem;
}
.icon.rounded {
  border-radius: 0.25rem;
}
.icon.rounded-sm {
  border-radius: 0.125rem;
}
.icon.rounded-lg {
  border-radius: 0.5rem;
}
.icon.rounded-full {
  border-radius: 9999px;
}
.table-wrapper:not(.grouped) {
  overflow-x: auto;
  position: relative;
}
table {
  border-color: #f3f4f6;
  text-align: left;
  width: 100%;
  /*    tr {
            --divider-alpha: .07;
            border-bottom: 1px solid @divider__color;
        }*/
}
table .id a,
table .actions a {
  margin: 0 0.25rem 0.25rem 0;
}
table .id a:last-child,
table .actions a:last-child {
  margin: 0;
}
table th {
  font-weight: 500;
}
table td,
table th {
  border-color: #f3f4f6;
  vertical-align: top;
  padding: 0.75rem 0.5rem;
}
table td:first-child,
table th:first-child {
  padding-left: 0;
}
table td:last-child,
table th:last-child {
  padding-right: 0;
}
table thead tr {
  --divider-alpha: .15;
}
table thead th {
  color: rgba(var(--headings-color), var(--headings-alpha, 1));
}
table tbody:last-child tr:last-child {
  border-bottom: 0;
}
table tfoot tr {
  border: 0;
}
table tfoot th,
table tfoot td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
table tfoot .mark {
  text-align: right;
}
table[border] {
  border-style: solid;
}
table[border] tr {
  --divider-alpha: .07;
}
table[border] td:first-child,
table[border] th:first-child {
  padding-left: 0.5rem;
}
table[border][style*="border-color"] tr,
table[border][style*="border-color"] th,
table[border][style*="border-color"] td {
  border-color: inherit;
}
hr {
  margin: 0.75rem 0;
  border: 1px solid #f3f4f6;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}
p.required {
  color: rgba(var(--danger-color), var(--danger-alpha, 1));
}
.note {
  color: #9ca3af;
}
.prose,
.cms-no-route .main,
.cms-page-view .main {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-reset {
  font-size: 1rem;
  line-height: 1.5rem;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: local('Rubik');
  src: url('../fonts/rubik-v30-latin-300.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local('Rubik');
  src: url('../fonts/rubik-v30-latin-regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: local('Rubik');
  src: url('../fonts/rubik-v30-latin-500.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: local('Rubik');
  src: url('../fonts/rubik-v30-latin-600.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: local('Rubik');
  src: url('../fonts/rubik-v30-latin-700.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  src: local('Rubik');
  src: url('../fonts/rubik-v30-latin-800.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  src: local('Rubik');
  src: url('../fonts/rubik-v30-latin-900.woff2') format('woff2');
  font-display: swap;
}
.wimakeit-title,
#request-quote-modal .quote-heading .mgz-element-inner .mgz-element-heading-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
  margin-bottom: 0 !important;
  line-height: 2.5rem !important;
  width: max-content;
  padding: 0 !important;
  font-size: 1.5rem !important;
}
.wimakeit-title::after,
#request-quote-modal .quote-heading .mgz-element-inner .mgz-element-heading-text::after {
  content: "";
  width: 100%;
  background: #67a48a;
  height: 2px;
  display: block;
  margin-bottom: -2px;
  border-radius: 0.25rem;
}
.wimakeit-title::before,
#request-quote-modal .quote-heading .mgz-element-inner .mgz-element-heading-text::before {
  display: none !important;
}
.filter-invert {
  filter: invert(1);
}
html {
  scroll-behavior: smooth;
}
.full-width-child {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
.contained-child {
  max-width: 1260px;
  margin: auto;
}
.flex-section div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.font-thin {
  font-weight: 100 !important;
}
.font-extralight {
  font-weight: 200 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.font-black {
  font-weight: 900 !important;
}
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.leading-snug {
  line-height: 1.375 !important;
}
.leading-normal {
  line-height: 1.5 !important;
}
.leading-relaxed {
  line-height: 1.625 !important;
}
.leading-loose {
  line-height: 2 !important;
}
.line-clamp-2 {
  --line-clamp: 2;
}
.line-clamp-3 {
  --line-clamp: 3;
}
.line-clamp-4 {
  --line-clamp: 4;
}
.line-clamp-5 {
  --line-clamp: 5;
}
.line-clamp-6 {
  --line-clamp: 6;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center,
.a-center {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.underline {
  text-decoration: underline;
}
.select-none {
  user-select: none;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.gap-1 {
  gap: 0.25rem;
}
.gap,
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow-0 {
  flex-grow: 0;
}
.no-display,
.abs-no-display {
  display: none;
}
.hide {
  display: none !important;
}
.show {
  display: revert !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.flex-col {
  flex-direction: column;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.max-w-xs {
  max-width: 480px;
}
.max-w-sm {
  max-width: 640px;
}
.max-w-md {
  max-width: 768px;
}
.max-w-lg {
  max-width: 1024px;
}
.max-w-xl {
  max-width: 1260px;
}
.max-w-xxl {
  max-width: 1536px;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-80 {
  max-width: 20rem;
}
.grid {
  display: grid !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-sm-around {
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.05);
}
.shadow-around {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md-around {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.06);
}
.shadow-lg-around {
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
}
.shadow-xl-around {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.04);
}
.shadow-2xl-around {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Layout */
.towishlist,
.tocompare,
.action.split,
.action.print,
.action.mailto {
  display: inline-flex;
  align-items: center;
}
.towishlist::before,
.tocompare::before,
.action.split::before,
.action.print::before,
.action.mailto::before {
  flex-shrink: 0;
  content: '';
  width: 2rem;
  height: 2rem;
}
.towishlist::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 4.857A2.86 2.86 0 0 1 4.857 2h14.287A2.86 2.86 0 0 1 22 4.857v14.287A2.86 2.86 0 0 1 19.143 22H4.856A2.86 2.86 0 0 1 2 19.143zM6 7h12v1H6zm0 8h3v1H6zm0-4h6v1H6zm9.427 7.201-2.599 1.367.497-2.895-2.103-2.049 2.906-.423 1.3-2.633 1.3 2.634 2.905.422-2.103 2.05.497 2.894zm-12 .94c0 .79.64 1.43 1.43 1.43h14.287a1.423 1.423 0 0 0 1.43-1.43V4.858a1.43 1.43 0 0 0-1.43-1.428H4.857a1.43 1.43 0 0 0-1.429 1.43z" fill="currentColor" stroke="currentColor" stroke-width=".5" stroke-linejoin="round"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.tocompare::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.action.print::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 17h2a2 2 0 002-2v-4a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h2m2 4h6a2 2 0 002-2v-4a2 2 0 00-2-2H9a2 2 0 00-2 2v4a2 2 0 002 2zm8-12V5a2 2 0 00-2-2H9a2 2 0 00-2 2v4h10z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.action.mailto::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 6.5A2.5 2.5 0 0 1 4.5 4h15C20.879 4 22 5.12 22 6.5v10c0 1.379-1.121 2.5-2.5 2.5h-15C3.12 19 2 17.879 2 16.5zm1.25 0v1.559l7.64 5.601c.66.485 1.56.485 2.22 0l7.64-5.601V6.5a1.25 1.25 0 0 0-1.25-1.25H4.465c-.655 0-1.25.559-1.25 1.25zm0 3.11v6.89c0 .691.56 1.25 1.25 1.25h15a1.25 1.25 0 0 0 1.25-1.25V9.61l-6.902 5.058a3.12 3.12 0 0 1-3.696 0z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.popup-authentication .modal-inner-wrap {
  --modal-max-width: 850px;
}
.popup-authentication .block-authentication {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
:where(.page-main, .page-bottom) .block ~ div {
  margin-top: 2.25rem;
}
.sidebar-main .block:last-child {
  margin-bottom: 2.25rem;
}
.block .block-title a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.block .block-title .counter {
  font-size: 0.875rem;
  line-height: 1.25rem;
  white-space: nowrap;
}
.block .subtitle {
  display: none;
}
.block .box {
  margin-bottom: 0.75rem;
}
.block .box-title {
  display: block;
  margin-bottom: 0.5rem;
}
.sidebar .block .box {
  width: auto;
}
.block-actions {
  margin-bottom: 0.5rem;
}
.actions-toolbar,
.box-actions,
.cart-container .cart.actions {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.actions-toolbar > .actions,
.actions-toolbar > div.primary,
.actions-toolbar > div.secondary {
  display: contents;
}
.page-title-wrapper .actions-toolbar {
  margin: 0.75rem 0;
}
.actions-toolbar .action.back {
  display: none;
}
.block-compare .action.delete,
.filter .action.remove,
.sidebar .action.delete,
.sidebar .action.remove {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}
.block-compare .action.delete::before,
.filter .action.remove::before,
.sidebar .action.delete::before,
.sidebar .action.remove::before {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
}
.block .block-title .counter {
  color: #9ca3af;
}
.block-compare .action.delete,
.filter .action.remove,
.sidebar .action.delete,
.sidebar .action.remove {
  color: #9ca3af;
}
.block-compare .action.delete::before,
.filter .action.remove::before,
.sidebar .action.delete::before,
.sidebar .action.remove::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
}
.post-list-wrapper .title {
  display: none;
}
.post-list-wrapper.blog-widget-recent {
  margin: 0 0 20px;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder {
  clear: none;
  float: none;
  padding: 0;
  margin: 0;
  width: 100% !important;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header {
  display: flex;
  max-width: 100%;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header .post-list-image {
  display: contents;
  height: 100%;
  max-width: 300px;
  max-height: 200px;
  object-fit: cover;
  width: max-content;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header .post-information {
  padding: 0 10px;
  max-width: 70%;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header .post-information .mgz-element-inner {
  padding: 0;
  font-size: 12px;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header .post-information .post-read-more {
  padding: 10px !important;
  float: none !important;
  margin-top: 20px;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header .post-information .post-text-hld {
  overflow: initial;
  min-height: auto;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header .post-information .post-infos {
  font-size: 12px;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder .post-header .post-information .post-item-link {
  font-size: 18px !important;
}
.post-list-wrapper.blog-widget-recent .wimakeit-post-list .wimakeit-post-holder:nth-child(even) .post-header {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.post-description p {
  font-size: 1rem !important;
  line-height: normal !important;
}
.wimakeit-blog-override-list {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  --listing-grid-columns: 2;
  border-top: 2px solid #eee;
  padding-top: 2.5rem;
}
.wimakeit-blog-override-list .item {
  width: calc((100% - var(--listing-grid-item-margin) * var(--listing-grid-columns) * 2 - var(--listing-grid-gap) * (var(--listing-grid-columns) - 1)) / var(--listing-grid-columns));
  display: flex;
  gap: 0.25rem;
}
.wimakeit-blog-override-list .item .post-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.wimakeit-blog-override-list .item .post-info .post-short-description {
  color: #666666;
}
.wimakeit-blog-override-list .item .post-info .reading-time {
  font-weight: 500;
  font-size: 14px;
}
.wimakeit-blog-override-list .item .post-info .action.read-more {
  color: #67a48a;
  width: max-content;
}
.wimakeit-blog-override-list .item .post-info .action.read-more:hover {
  color: #67a48a;
}
.breadcrumbs + .page-main,
.breadcrumbs + script + .page-main {
  margin-top: -0.5rem;
}
.breadcrumbs {
  color: #666666;
  font-size: 0.85rem;
  min-height: 4rem;
}
.breadcrumbs ul {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .home {
  position: relative;
}
.breadcrumbs .home::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1rem;
}
.breadcrumbs .home a {
  position: relative;
  z-index: 2;
  text-indent: -9999px;
  width: 1rem;
  height: 1rem;
}
.breadcrumbs a:hover {
  color: #4b5563;
  text-decoration: underline;
}
.breadcrumbs .home::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
}
.breadcrumbs .home:hover::before {
  color: #4b5563;
}
.wimakeit-primary-button {
  font-weight: 500;
  padding: 10px 25px;
  font-size: 14px;
  margin-top: 15px;
  color: #ffffff !important;
  border: 1px solid #67a48a;
}
.wimakeit-primary-button:hover {
  background-color: #518770;
}
.wimakeit-secondary-button a {
  color: #67a48a !important;
  background-color: transparent;
  border: 1px solid #67a48a;
}
.wimakeit-secondary-button a:hover {
  background-color: #518770;
  color: #ffffff !important;
}
.wimakeit-secondary-button-only,
.action.clear {
  color: #67a48a !important;
  background-color: transparent;
  border: 1px solid #67a48a;
  padding: 0.5rem 1rem !important;
}
.wimakeit-secondary-button-only:hover {
  background-color: #518770 !important;
  color: #ffffff !important;
}
.action.clear:hover {
  background-color: #67a48a !important;
  color: #ffffff !important;
}
.action-secondary:hover {
  color: #ffffff !important;
}
.action.secondary:hover,
.action.clear:hover,
.action.update:hover {
  color: #ffffff !important;
}
.category-item-info .category-image {
  display: block !important;
}
.category-item-info .category-image img {
  aspect-ratio: 1;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.catalog-category-view .category-image {
  display: none;
}
.category-image {
  margin: 0;
}
.category-image + .category-description {
  margin-top: 0;
}
.category-description {
  line-height: 1.75rem;
  font-size: 1.125rem;
  color: #4b5563;
  margin: -0.5rem 0 1rem;
}
.category-description [data-content-type="row"] [data-element="inner"] {
  max-width: none;
  padding: 0;
  margin: 0;
}
.slick-carousel .slick-list {
  margin: 0 -10px;
  /* Negative margin to compensate for outer spacing */
  padding-bottom: 1rem;
}
.slick-carousel .slick-list .slick-slide {
  margin: 0 10px;
  /* Adjust spacing as needed */
}
.slick-carousel .slick-list .slick-slide .category-item-details {
  padding: 0.5rem;
  text-align: center;
  background-color: #f0eae5;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.slick-carousel .slick-list .slick-slide img {
  width: 100%;
}
.slick-carousel .slick-dots li,
.slick-carousel .slick-dots li button,
.slick-carousel .slick-dots li button::before {
  width: 10px;
  height: 10px;
}
.slick-carousel .slick-dots li.slick-active button {
  background-color: #111827;
  opacity: 100%;
}
.slick-carousel .slick-dots li button {
  background-color: #111827;
  opacity: 20%;
  border: none !important;
}
.slick-carousel .slick-dots li:not(.slick-active) button:hover {
  opacity: 50%;
}
.prolabels-wrapper {
  max-height: 100%;
  height: auto;
}
.table-comparison .price-box {
  margin: 0.5rem 0;
}
:root {
  --sidebar-width: 180px;
  --sidebar-gap: 1rem;
}
.column.main {
  min-height: clamp(100px, 25vh, 300px);
}
.page-title-wrapper ~ .columns {
  margin-top: 1rem;
}
.page-main > .columns {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "main" "sidebar" "additional";
  gap: var(--sidebar-gap);
  row-gap: 0;
}
.page-main > .columns > .main {
  grid-area: main;
  min-width: 0;
}
.page-main > .columns > .sidebar-main {
  grid-area: sidebar;
}
.page-main > .columns > .sidebar-additional {
  grid-area: additional;
}
.d-flex-ltr,
.d-flex-rtl {
  display: flex;
  flex-direction: row !important;
  gap: 5px !important;
}
.mgz-link,
.copyright,
.text-newsletter {
  font-size: 14px !important;
  color: #000000 !important;
}
.footer-top {
  padding: 8rem 0 6rem;
}
.footer-middle {
  padding: 2rem 1rem;
}
.page-footer {
  margin-top: auto;
}
.page-footer .switcher {
  margin-bottom: 0.5rem;
}
.page-footer .pagebuilder-column-group + .pagebuilder-column-group {
  margin-top: 2.5rem;
}
.page-footer .block .title,
.page-footer .block .block-title {
  border: 0;
  padding: 0;
  font-size: 1rem;
}
.page-footer .block.newsletter {
  margin: 0 0 1rem;
  --input-border-color: 0, 0, 0;
}
.page-footer .block.newsletter .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
.page-footer .block.newsletter .form > :not(.newsletter):not(.actions) {
  order: 10;
}
.page-footer .block.newsletter .form .newsletter {
  width: 100%;
}
.page-footer .block.newsletter .control input {
  width: 100%;
}
.footer.content {
  padding-top: 2rem;
  text-align: center;
}
.footer.links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  justify-content: center;
}
.footer.links a:hover {
  text-decoration: underline;
}
.copyright {
  color: #9ca3af;
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  font-size: 12px !important;
}
.footer-top,
.footer-middle {
  position: relative;
}
.footer-top::after,
.footer-middle::after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer-top::after {
  top: 115px;
}
.footer-middle {
  margin: 20px 0 10px;
}
.footer-middle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #111827;
  width: calc(100% - 40px);
  margin: 0 20px;
  z-index: 1;
}
.footer-middle::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #111827;
  width: calc(100% - 40px);
  margin: 0 20px;
  z-index: 1;
}
.footer-top + .footer-middle {
  margin-top: -72px;
}
.footer-top::after {
  background: #f7f8f8;
}
.footer-middle .flex div {
  flex: 1 1 0;
}
.footer-middle h2 {
  font-size: 0.875rem;
  margin: 0;
  text-transform: uppercase;
}
.footer-middle ul {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.footer-middle p,
.footer-middle li {
  font-size: 0.875rem;
}
.message.global {
  color: #222;
  background: rgb(var(--yellow));
  margin: 0;
  border-radius: 0;
}
.message.global .content {
  padding: 0.5rem;
}
.message.global .actions {
  margin-top: 0.75rem;
}
.message.global.cookie {
  position: fixed;
  z-index: 40;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.04);
}
.message.global.noscript {
  text-align: center;
}
:root {
  --header-panel-slideout: true;
}
.wimakeit-header-links {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wimakeit-header-links li a {
  color: white;
  text-decoration: none;
}
.wimakeit-header-links li a:hover {
  text-decoration: none;
}
.header.panel,
.header.links,
.header.content {
  display: flex;
  gap: 1rem;
}
.header.panel .magezon-builder,
.header.links .magezon-builder,
.header.content .magezon-builder {
  max-width: 100% !important;
}
.header.panel {
  justify-content: space-between;
  align-items: center;
  height: 36px;
  color: #ffffff !important;
  font-size: 12px;
}
.header.panel a > * {
  color: #ffffff !important;
}
.header.panel .panel-right > *:not(:last-child)::after {
  content: '|';
  margin-left: 4px;
}
.header.content {
  padding: 2rem 1rem !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  align-items: center;
}
.page-header {
  position: relative;
  background: #ffffff;
}
.page-header .panel.wrapper {
  color: #111827;
  background: #f0eae5;
  font-weight: 400;
}
.page-header .logo img:not([width]) {
  width: 100%;
  min-width: 80px;
  max-width: 170px;
}
.page-header .logo + *,
.page-header .logo + .navigation-wrapper + *,
.page-header .logo + .navigation-wrapper + script + * {
  margin-left: auto;
}
.page-header .navigation-wrapper {
  margin: 0;
}
.page-header .block .block-title {
  font-size: 1rem;
  margin: 0;
}
.header-panel-info {
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: -0.02rem;
  margin: 0 auto 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  column-gap: 0.75rem;
}
.header-panel-info .heading,
.header-panel-info .switcher-label {
  display: none;
}
.header-panel-info .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.header-panel-info a {
  color: currentColor;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.header-panel-info a:hover {
  text-decoration: underline;
}
.header.content > .switcher > .actions > .action {
  color: #67a48a;
}
.header.bottom {
  padding: 0;
  border-top: 2px solid #eff3f6;
  border-bottom: 2px solid #eff3f6;
}
.header.bottom .container,
.header.bottom .wimakeit-theme #maincontent > .page.messages .messages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.cms-index-index .header.bottom {
  border-bottom: none !important;
}
.switcher .account-dropdown > .action::before,
.switcher .wishlist-dropdown > .action::before {
  flex-shrink: 0;
}
.switcher .account-dropdown > .action::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.983 13.25a5.63 5.63 0 0 1-5.635-5.625A5.63 5.63 0 0 1 11.983 2a5.63 5.63 0 0 1 5.634 5.625 5.63 5.63 0 0 1-5.634 5.625m0-10A4.384 4.384 0 0 0 7.6 7.625 4.38 4.38 0 0 0 11.983 12a4.38 4.38 0 0 0 4.382-4.375 4.383 4.383 0 0 0-4.382-4.375M8.26 14.5h7.478c3.458 0 6.261 2.798 6.261 6.25 0 .69-.56 1.25-1.217 1.25H3.217C2.526 22 2 21.44 2 20.75c-.035-3.453 2.767-6.25 6.261-6.25m12.487 6.25c0-2.757-2.247-5-5.009-5H8.261c-2.798 0-5.044 2.242-5.044 5z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
}
.switcher .wishlist-dropdown > .action::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 4.857A2.86 2.86 0 0 1 4.857 2h14.287A2.86 2.86 0 0 1 22 4.857v14.287A2.86 2.86 0 0 1 19.143 22H4.856A2.86 2.86 0 0 1 2 19.143zM6 7h12v1H6zm0 8h3v1H6zm0-4h6v1H6zm9.427 7.201-2.599 1.367.497-2.895-2.103-2.049 2.906-.423 1.3-2.633 1.3 2.634 2.905.422-2.103 2.05.497 2.894zm-12 .94c0 .79.64 1.43 1.43 1.43h14.287a1.423 1.423 0 0 0 1.43-1.43V4.858a1.43 1.43 0 0 0-1.43-1.428H4.857a1.43 1.43 0 0 0-1.429 1.43z" fill="currentColor" stroke="currentColor" stroke-width=".5" stroke-linejoin="round"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
}
.dropdown .header.links {
  flex-direction: column;
  gap: 0;
}
.mobile-header-panel {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f3f4f6;
}
.mobile-header-panel .panel-left {
  display: none !important;
}
.mobile-header-panel .slideout\:hide {
  display: none;
}
.mobile-header-panel .heading,
.mobile-header-panel .switcher-label {
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9ca3af;
}
.mobile-header-panel .switcher,
.mobile-header-panel .header-panel-info {
  margin-top: 1rem;
  padding: 0 0.5rem;
  display: flex;
  gap: 0.75rem;
}
.mobile-header-panel .switcher a:not(.toggle),
.mobile-header-panel .header-panel-info a:not(.toggle) {
  opacity: .7;
}
.mobile-header-panel .switcher + .switcher {
  margin-top: 0.5rem;
}
.mobile-header-panel .header-panel-info {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.navigation-wrapper .mobile-header-bottom-right {
  padding: 10px 0;
}
.wimakeit-phone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wimakeit-phone::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.25 17.313a.935.935 0 0 0-.937.937c0 .52.417.938.937.938s.938-.418.938-.938a.935.935 0 0 0-.938-.937M13 2H5.5A2.5 2.5 0 0 0 3 4.5v15A2.5 2.5 0 0 0 5.5 22H13a2.5 2.5 0 0 0 2.5-2.5v-15C15.5 3.12 14.379 2 13 2m1.25 17.5c0 .69-.56 1.25-1.25 1.25H5.5c-.69 0-1.25-.56-1.25-1.25v-15c0-.69.56-1.25 1.25-1.25H13c.69 0 1.25.56 1.25 1.25z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wimakeit-declinaisons {
  height: 44px;
  width: 44px;
  display: flex;
}
.wimakeit-declinaisons::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.566 14.5H2V2h12.121v6.25" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.879 9.5H22V22H9.879z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M13 16.01h5.85M15.934 19v-6" stroke="currentColor" stroke-width="2"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wimakeit-email {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wimakeit-email::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 6.5A2.5 2.5 0 0 1 4.5 4h15C20.879 4 22 5.12 22 6.5v10c0 1.379-1.121 2.5-2.5 2.5h-15C3.12 19 2 17.879 2 16.5zm1.25 0v1.559l7.64 5.601c.66.485 1.56.485 2.22 0l7.64-5.601V6.5a1.25 1.25 0 0 0-1.25-1.25H4.465c-.655 0-1.25.559-1.25 1.25zm0 3.11v6.89c0 .691.56 1.25 1.25 1.25h15a1.25 1.25 0 0 0 1.25-1.25V9.61l-6.902 5.058a3.12 3.12 0 0 1-3.696 0z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wimakeit-pay {
  margin: auto !important;
  width: 60% !important;
}
.wimakeit-pay::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 27 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 14.143c0-.393.338-.714.75-.714h16.5c.413 0 .75.321.75.714s-.337.714-.75.714H5.25c-.412 0-.75-.321-.75-.714M4.5 17c0-.393.338-.714.75-.714h3c.412 0 .75.321.75.714s-.338.714-.75.714h-3c-.412 0-.75-.321-.75-.714m12.75-.714c.413 0 .75.321.75.714s-.337.714-.75.714h-6c-.412 0-.75-.321-.75-.714s.338-.714.75-.714zm-.375-8.929c0-.986.84-1.786 1.875-1.786h3c1.036 0 1.875.8 1.875 1.786V9.5c0 .987-.84 1.786-1.875 1.786h-3c-1.036 0-1.875-.8-1.875-1.786zm1.5 0V9.5c0 .196.169.357.375.357h3c.206 0 .375-.16.375-.357V7.357A.367.367 0 0 0 21.75 7h-3a.367.367 0 0 0-.375.357M24 2c1.655 0 3 1.279 3 2.857v14.286C27 20.719 25.655 22 24 22H3c-1.657 0-3-1.281-3-2.857V4.857C0 3.28 1.343 2 3 2zm0 1.429H3c-.828 0-1.5.64-1.5 1.428v14.286c0 .79.672 1.428 1.5 1.428h21c.83 0 1.5-.638 1.5-1.428V4.857c0-.789-.67-1.428-1.5-1.428" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wimakeit-paid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wimakeit-paid::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
  color: green;
}
.wimakeit-glass {
  display: flex;
  gap: 5px;
  align-items: center;
}
.wimakeit-glass::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m21.816 20.934-5.527-5.528c1.219-1.422 1.926-3.261 1.926-5.281A8.125 8.125 0 0 0 10.09 2C5.603 2 2 5.638 2 10.125s3.638 8.125 8.09 8.125c2.019 0 3.861-.74 5.281-1.959l5.527 5.527q.236.181.477.182c.16 0 .32-.061.442-.183a.62.62 0 0 0 0-.883M10.125 17a6.863 6.863 0 0 1-6.875-6.875c0-3.79 3.05-6.875 6.875-6.875A6.84 6.84 0 0 1 17 10.125 6.863 6.863 0 0 1 10.125 17" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wimakeit-download {
  margin: auto !important;
  width: 60% !important;
}
.wimakeit-download::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.586 16.809A.52.52 0 0 0 12 17a.62.62 0 0 0 .415-.158l5.625-5a.625.625 0 1 0-.83-.934l-4.585 4.076V2.625a.626.626 0 0 0-1.25 0v12.36l-4.586-4.079a.625.625 0 0 0-.883.055.585.585 0 0 0 .055.848zM19.5 14.5h-1.875a.625.625 0 1 0 0 1.25H19.5c.69 0 1.25.56 1.25 1.25v2.5c0 .69-.56 1.25-1.25 1.25h-15c-.69 0-1.25-.56-1.25-1.25V17c0-.69.56-1.25 1.25-1.25h1.875A.627.627 0 0 0 7 15.125a.627.627 0 0 0-.625-.625H4.5A2.5 2.5 0 0 0 2 17v2.5A2.5 2.5 0 0 0 4.5 22h15a2.5 2.5 0 0 0 2.5-2.5V17c0-1.379-1.121-2.5-2.5-2.5m-.312 3.75a.938.938 0 1 0-1.876 0 .938.938 0 0 0 1.875 0" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wimakeit-download-inline a {
  display: flex;
  gap: 5px;
  align-items: center;
  width: auto;
}
.wimakeit-download-inline a:hover {
  color: #67a48a;
}
.wimakeit-download-inline a::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.586 16.809A.52.52 0 0 0 12 17a.62.62 0 0 0 .415-.158l5.625-5a.625.625 0 1 0-.83-.934l-4.585 4.076V2.625a.626.626 0 0 0-1.25 0v12.36l-4.586-4.079a.625.625 0 0 0-.883.055.585.585 0 0 0 .055.848zM19.5 14.5h-1.875a.625.625 0 1 0 0 1.25H19.5c.69 0 1.25.56 1.25 1.25v2.5c0 .69-.56 1.25-1.25 1.25h-15c-.69 0-1.25-.56-1.25-1.25V17c0-.69.56-1.25 1.25-1.25h1.875A.627.627 0 0 0 7 15.125a.627.627 0 0 0-.625-.625H4.5A2.5 2.5 0 0 0 2 17v2.5A2.5 2.5 0 0 0 4.5 22h15a2.5 2.5 0 0 0 2.5-2.5V17c0-1.379-1.121-2.5-2.5-2.5m-.312 3.75a.938.938 0 1 0-1.876 0 .938.938 0 0 0 1.875 0" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wimakeit-account-logout a {
  display: flex !important;
  gap: 5px;
  align-items: center;
}
.wimakeit-account-logout a::before {
  color: #67a48a;
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m21.816 11.309-5.625-5.625a.625.625 0 1 0-.883.883l4.56 4.558H8.874a.626.626 0 0 0 0 1.25h10.992l-4.558 4.559a.625.625 0 1 0 .883.883l5.625-5.625a.624.624 0 0 0 0-.884M8.875 19.25h-3.75a1.876 1.876 0 0 1-1.875-1.875V6.125c0-1.034.841-1.875 1.875-1.875h3.75a.626.626 0 0 0 0-1.25h-3.75A3.13 3.13 0 0 0 2 6.125v11.25A3.13 3.13 0 0 0 5.125 20.5h3.75a.627.627 0 0 0 .625-.625.627.627 0 0 0-.625-.625" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.75rem 1.75rem;
}
.wimakeit-account-myshop a {
  display: flex !important;
  gap: 5px;
  align-items: center;
}
.wimakeit-account-myshop a::before {
  color: #67a48a;
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 7V5.75A3.73 3.73 0 0 1 11.75 2a3.75 3.75 0 0 1 3.75 3.75V7h3.125c1.035 0 1.875.84 1.875 1.875v9.375c0 2.07-1.68 3.75-3.75 3.75h-10A3.75 3.75 0 0 1 3 18.25V8.875C3 7.84 3.84 7 4.875 7zm1.25 0h5V5.75a2.501 2.501 0 0 0-5 0zM4.875 8.25a.626.626 0 0 0-.625.625v9.375c0 1.379 1.12 2.5 2.5 2.5h10c1.379 0 2.5-1.121 2.5-2.5V8.875a.627.627 0 0 0-.625-.625H15.5v3.125a.627.627 0 0 1-.625.625.627.627 0 0 1-.625-.625V8.25h-5v3.125a.627.627 0 0 1-.625.625.627.627 0 0 1-.625-.625V8.25z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.75rem 1.75rem;
}
.wimakeit-account-logged a {
  display: flex !important;
  gap: 5px;
  align-items: center;
}
.wimakeit-account-logged a::before {
  color: #67a48a;
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 30 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.5 13.25h-5v-3.125a1.875 1.875 0 0 1 3.75 0c0 .344.281.625.625.625a.627.627 0 0 0 .625-.625C24.5 8.402 23.099 7 21.41 7s-3.16 1.402-3.16 3.125v3.125a2.5 2.5 0 0 0-2.5 2.5v3.75a2.5 2.5 0 0 0 2.5 2.5h6.25a2.5 2.5 0 0 0 2.5-2.5v-3.75c0-1.379-1.121-2.5-2.5-2.5m1.25 6.25c0 .69-.56 1.25-1.25 1.25h-6.25c-.69 0-1.25-.56-1.25-1.25v-3.75c0-.69.56-1.25 1.25-1.25h6.25c.69 0 1.25.56 1.25 1.25zm-4.375-2.812a.937.937 0 1 0 0 1.874.937.937 0 0 0 0-1.875M8.77 15.125h3.96q.558.002 1.083.116c.401.086.777-.242.707-.651l-.001-.014a.63.63 0 0 0-.508-.567 6 6 0 0 0-1.28-.134H8.77A6.766 6.766 0 0 0 2 20.648C2 21.391 2.61 22 3.354 22h10.521a.625.625 0 1 0 0-1.25H3.354a.105.105 0 0 1-.104-.105 5.526 5.526 0 0 1 5.52-5.52M10.75 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10m0-8.75A3.754 3.754 0 0 1 14.5 7a3.754 3.754 0 0 1-3.75 3.75A3.755 3.755 0 0 1 7 7a3.755 3.755 0 0 1 3.75-3.75" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
}
.wimakeit-account-login a {
  display: flex !important;
  gap: 5px;
  align-items: center;
}
.wimakeit-account-login a::before {
  color: #67a48a;
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 30 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.5 13.25v-3.125C24.5 8.402 23.099 7 21.41 7s-3.16 1.402-3.16 3.125v3.125a2.5 2.5 0 0 0-2.5 2.5v3.75a2.5 2.5 0 0 0 2.5 2.5h6.25a2.5 2.5 0 0 0 2.5-2.5v-3.75c0-1.379-1.121-2.5-2.5-2.5m-5-3.125a1.875 1.875 0 0 1 3.75 0v3.125H19.5zm6.25 9.375c0 .69-.56 1.25-1.25 1.25h-6.25c-.69 0-1.25-.56-1.25-1.25v-3.75c0-.69.56-1.25 1.25-1.25h6.25c.69 0 1.25.56 1.25 1.25zm-4.375-2.812a.937.937 0 1 0 0 1.874.937.937 0 0 0 0-1.875M10.75 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10m0-8.75A3.754 3.754 0 0 1 14.5 7a3.754 3.754 0 0 1-3.75 3.75A3.755 3.755 0 0 1 7 7a3.755 3.755 0 0 1 3.75-3.75M8.77 15.125h3.96q.558.002 1.083.116c.401.086.777-.242.707-.651l-.001-.014a.63.63 0 0 0-.508-.567 6 6 0 0 0-1.28-.134H8.77A6.766 6.766 0 0 0 2 20.648C2 21.391 2.61 22 3.354 22h10.521a.625.625 0 1 0 0-1.25H3.354a.105.105 0 0 1-.104-.105 5.526 5.526 0 0 1 5.52-5.52" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
}
.wimakeit-account-create a {
  display: flex !important;
  gap: 5px;
  align-items: center;
}
.wimakeit-account-create a::before {
  color: #67a48a;
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 30 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.73 13.875H9.77A6.77 6.77 0 0 0 3 20.645C3 21.395 3.606 22 4.354 22h14.793c.748 0 1.353-.605 1.353-1.355a6.77 6.77 0 0 0-6.77-6.77m5.415 6.875H4.354a.105.105 0 0 1-.104-.105 5.526 5.526 0 0 1 5.52-5.52h3.96a5.526 5.526 0 0 1 5.52 5.52.105.105 0 0 1-.105.105M11.75 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10m0-8.75A3.754 3.754 0 0 1 15.5 7a3.754 3.754 0 0 1-3.75 3.75A3.755 3.755 0 0 1 8 7a3.755 3.755 0 0 1 3.75-3.75m15.625 6.875h-2.5v-2.5a.626.626 0 0 0-1.25 0v2.5h-2.5a.626.626 0 0 0 0 1.25h2.5v2.5a.625.625 0 1 0 1.25 0v-2.5h2.5A.627.627 0 0 0 28 10.75a.627.627 0 0 0-.625-.625" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
}
.wmi-payment-method {
  display: flex;
  gap: 5px;
}
.wmi-payment-method .wmi-payment-icon {
  display: flex;
  margin-top: 20px;
  border: 1px solid #333;
  width: 60px;
  border-radius: 4px;
}
#block-collapsible-nav li.nav.item a {
  padding: 0.375rem 2rem 0.375rem 0.75rem;
}
#block-collapsible-nav li.nav.item > a:not([data-no-child="1"]) {
  position: relative;
}
#block-collapsible-nav li.nav.item > a:not([data-no-child="1"]) > .chevron-myshop::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
  width: 2rem !important;
  height: 2rem !important;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
  cursor: pointer;
}
#block-collapsible-nav li.nav.item.has-active > a:not([data-no-child="1"]) > .chevron-myshop::before {
  transform: translateY(-50%) rotate(270deg);
}
.block.filter .block-title {
  border: none;
}
.block.filter .filter-current li {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}
.block.filter .filter-current li span {
  white-space: nowrap;
}
.block.filter .filter-current li span.filter-value {
  text-overflow: ellipsis;
  overflow: hidden;
}
.block.filter .filter-current li .filter-label::after {
  content: ':';
}
.block.filter .filter-current li .action.remove {
  opacity: .3;
}
.block.filter .filter-value {
  opacity: .6;
}
.block.filter .filter-actions {
  margin: 0.375rem 0 0.75rem;
  opacity: .6;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.block.filter .filter-title::after {
  transform: none;
  display: none;
}
.block.filter .filter-title label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.block.filter .filter-content-close {
  display: none;
}
.block.filter .filter-current ~ .filter-options {
  margin-top: 0.75rem;
}
.block.filter .filter-subtitle {
  display: none;
}
.block.filter .filter-options {
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px #eeeeee;
}
.block.filter .filter-options-item {
  border-top: 2px solid #67a48a;
}
.block.filter .filter-options-item:first-of-type {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.block.filter .filter-options-item.active .filter-options-title {
  border-bottom: 1px solid #eee;
}
.block.filter .filter-options-item:last-child {
  margin-bottom: 0;
}
.block.filter .filter-options-title {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem 0.25rem 0.5rem 0.75rem;
  text-transform: uppercase;
}
.block.filter .filter-options-title :first-child {
  margin-right: auto;
}
.block.filter .filter-options-content {
  color: #374151;
  padding: 0;
}
.block.filter .filter-options-content .items {
  margin: 0.5rem 0 !important;
  padding-left: 0;
}
.block.filter .filter-options-content .items .item {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.block.filter .filter-options-content .items .item:hover {
  outline: 1px solid #eee;
  border-left: 3px solid #67a48a;
}
.block.filter .filter-options-content .items .item a {
  padding-left: 0.875rem;
  width: 100%;
  text-decoration: none;
  font-weight: 300;
}
.block.filter .filter-options-content .items .item a .count {
  color: #67a48a;
  font-weight: 500;
}
.block.filter dt {
  padding: 0.25rem 0;
}
.block.filter .content .count,
.block.filter .filter-options .count {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: inline-flex;
  white-space: nowrap;
  font-weight: 300;
  opacity: .5;
  margin-left: 0.25rem;
}
.block.filter .content .count::before,
.block.filter .filter-options .count::before {
  content: '(';
}
.block.filter .content .count::after,
.block.filter .filter-options .count::after {
  content: ')';
}
.block.filter a:hover {
  text-decoration: underline;
}
.block.filter .filter-title {
  cursor: initial;
}
.block.filter .filter-title::after {
  -webkit-mask: none;
}
:root {
  --listing-grid-gap: 1rem;
  --listing-grid-row-gap: 1rem;
  --listing-grid-columns: 2;
  --listing-grid-item-padding: 0px;
  --listing-grid-item-margin: 0px;
}
@media (hover: hover) {
  :root {
    --swatches-over-image: true;
  }
}
.product-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  aspect-ratio: var(--image-container-aspect-ratio, none);
  width: var(--image-container-width, auto);
  overflow: hidden;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
}
.product-image-container .product-image-wrapper {
  padding: 0 !important;
  width: 100%;
}
.product-image-photo,
.product.media .main-image,
.product.media .images img,
.product.media .thumbnails img {
  border-radius: 0.25rem;
}
.product-image-photo {
  aspect-ratio: 1;
  object-fit: cover;
}
.image-magnifier-lens,
.image-magnifier-lens img,
.image-magnifier-stage,
.product.media .item,
.product.media .thumbnails a::after {
  border-radius: 0.25rem;
}
.product-item-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}
.actions-primary .stock {
  color: #9ca3af;
  white-space: nowrap;
}
.actions-secondary {
  display: flex;
  gap: 0.125rem;
}
.actions-secondary .action {
  --muted-alpha: .4;
  padding: 0px;
  color: #9ca3af;
  background: transparent;
  border-radius: 0.25rem;
}
.actions-secondary .action::before {
  width: 2rem;
  height: 2rem;
}
.actions-secondary .action:focus-visible {
  z-index: 2;
}
.actions-secondary .action .loading-mask {
  border-radius: 0.25rem;
}
.product-items .product-item-name {
  font-weight: 600;
}
.product-items .product-item-photo {
  position: relative;
}
.product-items .product-item-info {
  position: relative;
  display: flex;
  gap: 0.5rem;
}
.product-items .product-item-details {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-items .product-item-details .product-item-name,
.product-items .product-item-details .price-box,
.product-items .product-item-details .product-reviews-summary {
  margin-bottom: 0.25rem;
}
.sidebar .product-items .product-item-info .action.delete {
  position: absolute;
  right: 0.125rem;
  top: 0.125rem;
}
.sidebar .products-list .product-items .product-item + .product-item {
  margin-top: 0.75rem;
}
.sidebar .products-grid .product-items,
.sidebar [data-appearance="carousel"] .product-items {
  --listing-grid-columns: 2;
  --listing-grid-gap: 0.5rem;
  --listing-grid-row-gap: 0.5rem;
}
.product-items.product-items-names .product-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-items.product-items-names .product-item + .product-item {
  margin-top: 0.125rem;
}
.product-items.product-items-names strong {
  font-weight: normal;
}
.product-items.product-items-names .choice .control {
  display: flex;
}
.products-grid .product-items,
[data-appearance="carousel"] .product-items {
  display: flex;
  flex-wrap: wrap;
  gap: var(--listing-grid-gap);
  row-gap: var(--listing-grid-row-gap);
}
.products-grid .product-items .product-item,
[data-appearance="carousel"] .product-items .product-item {
  position: relative;
  margin: var(--listing-grid-item-margin);
  max-width: var(--listing-grid-item-max-width, 400px);
  width: calc((100% - var(--listing-grid-item-margin) * var(--listing-grid-columns) * 2 - var(--listing-grid-gap) * (var(--listing-grid-columns) - 1)) / var(--listing-grid-columns));
}
@media (hover: hover) {
  .products-grid .product-items .product-item:hover,
  [data-appearance="carousel"] .product-items .product-item:hover {
    z-index: 10;
    overflow: visible;
    --listing-grid-item-margin: 0px;
    --listing-grid-item-padding: 0px;
  }
  .products-grid .product-items .product-item:has(:focus-visible),
  [data-appearance="carousel"] .product-items .product-item:has(:focus-visible) {
    z-index: 10;
    overflow: visible;
    --listing-grid-item-margin: 0px;
    --listing-grid-item-padding: 0px;
  }
}
.products-grid .product-items .product-item-info,
[data-appearance="carousel"] .product-items .product-item-info {
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 0.25rem;
  padding: var(--listing-grid-item-padding);
}
@media (hover: hover) {
  .products-grid .product-items .product-item:hover .product-item-info,
  [data-appearance="carousel"] .product-items .product-item:hover .product-item-info {
    z-index: 10;
    background: #ffffff;
  }
  .products-grid .product-items .product-item:has(:focus-visible) .product-item-info,
  [data-appearance="carousel"] .product-items .product-item:has(:focus-visible) .product-item-info {
    z-index: 10;
    background: #ffffff;
  }
}
.products-grid .product-items .product-image-container,
[data-appearance="carousel"] .product-items .product-image-container {
  width: 100%;
}
.products-grid .product-items .product-item-photo img,
[data-appearance="carousel"] .product-items .product-item-photo img {
  width: 100%;
}
.products-grid .product-items .product-item-inner,
[data-appearance="carousel"] .product-items .product-item-inner {
  padding-top: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.products-list .product-items .product-item + .product-item {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f9fafb;
}
.sidebar .products-list .product-items .product-item + .product-item {
  border: 0;
  margin-top: 0.375rem;
  padding-top: 0.375rem;
}
.products-list .product-items .product-item-info {
  gap: 1.25rem;
}
.sidebar .products-list .product-items .product-item-info {
  gap: 0.5rem;
}
.products-list .product-items .product-item-info > :first-child {
  max-width: 35%;
}
.sidebar .products-list .product-items .product-item-info > :first-child {
  max-width: 35%;
}
.products-list .product-items .product-item-actions {
  margin: 0.25rem 0;
}
.products-list .product-items .product-item-description {
  margin-top: 0.5rem;
}
.dropdown .product-items .product-item-info {
  gap: 0.75rem;
}
.product-item-name a:hover {
  text-decoration: underline;
}
.actions-secondary .action:hover {
  --muted-alpha: .6;
}
.actions-secondary .action::before {
  -webkit-mask-size: 1.5rem;
}
@media (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary {
    position: absolute;
    pointer-events: none;
    z-index: 5;
    opacity: 0;
    transform: translateX(-50%) translateY(40%);
    top: 33%;
    left: 50%;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .tocart,
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock {
    --button-bg-alpha: 0.95;
    --button-color: var(--z-layer-color);
    --button-bg: var(--z-layer-bg);
    --button-border-color: var(--z-layer-bg);
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.05);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: -0.02rem;
    text-transform: uppercase;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .tocart:hover {
    --button-bg-alpha: 1;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock {
    outline: none;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    color: rgba(var(--button-color), var(--button-alpha, 1));
    background: rgba(var(--button-bg), var(--button-bg-alpha));
    border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
    border-radius: 0.25rem;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --button-alpha: .7;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock:disabled,
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock.disabled {
    opacity: .5;
    cursor: not-allowed;
  }
  .wimakeit-inactive :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock {
    transition: none !important;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock.selected {
    --button-color: 255, 255, 255;
    --button-bg: var(--brand-color);
    --button-border-color: var(--button-bg);
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock:focus-visible {
    --button-border-alpha: 1;
    z-index: 10;
    outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
    outline-offset: 2px;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .wimakeit-inactive :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary {
    transition: none !important;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock {
    outline: none;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    color: rgba(var(--button-color), var(--button-alpha, 1));
    background: rgba(var(--button-bg), var(--button-bg-alpha));
    border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
    border-radius: 0.25rem;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock:disabled,
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock.disabled {
    opacity: .5;
    cursor: not-allowed;
  }
  .wimakeit-inactive :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock {
    transition: none !important;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock.selected {
    --button-color: 255, 255, 255;
    --button-bg: var(--brand-color);
    --button-border-color: var(--button-bg);
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock:focus-visible {
    --button-border-alpha: 1;
    z-index: 10;
    outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
    outline-offset: 2px;
  }
}
@media (hover: hover) and (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock:hover {
    --button-bg-alpha: var(--button-hover-bg-alpha);
    text-decoration: none !important;
    --button-bg: var(--brand-hover-color);
    --button-border-color: var(--button-hover-bg);
  }
}
@media (hover: hover) and (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .stock:hover {
    --button-bg-alpha: var(--button-hover-bg-alpha);
    text-decoration: none !important;
    --button-bg: var(--brand-hover-color);
    --button-border-color: var(--button-hover-bg);
  }
}
@media (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item:hover .product-item-details .actions-primary {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%);
  }
  :where(.products-grid, .widget-product-carousel) .product-item:has(:focus-visible) .product-item-details .actions-primary {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%);
  }
}
:where(.products-grid, .widget-product-carousel) .product-item .actions-secondary {
  position: absolute;
  z-index: 5;
  top: calc(0.25rem + var(--listing-grid-item-padding, 0px));
  flex-direction: column;
  right: calc(0.25rem + var(--listing-grid-item-padding, 0px));
}
@media (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item .actions-secondary {
    opacity: 0;
  }
}
:where(.products-grid, .widget-product-carousel) .product-item:hover .actions-secondary {
  opacity: 1;
}
:where(.products-grid, .widget-product-carousel) .product-item:has(:focus-visible) .actions-secondary {
  opacity: 1;
}
:where(.products-grid, .widget-product-carousel) .product-item .product-item-photo {
  overflow: hidden;
}
:where(.products-grid, .widget-product-carousel) .product-item [class^="swatch-opt-"] {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem;
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  --z-layer-bg-alpha: 0.85;
  margin: 0 !important;
  transform: translateY(50%);
  opacity: 0;
}
@media (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item:hover [class^="swatch-opt-"] {
    pointer-events: all;
    opacity: 1;
    transform: none;
  }
  :where(.products-grid, .widget-product-carousel) .product-item:has(:focus-visible) [class^="swatch-opt-"] {
    pointer-events: all;
    opacity: 1;
    transform: none;
  }
}
:where(.products-grid, .widget-product-carousel) .product-item .actions-secondary a::before {
  -webkit-mask-size: 1.5rem;
}
.toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
}
.toolbar.bottom {
  margin-top: 1.25rem;
}
.toolbar ~ .products {
  margin: 1.25rem 0;
}
.toolbar > .pager {
  display: contents;
}
.toolbar label,
.toolbar .limiter-text {
  white-space: nowrap;
}
.toolbar select {
  max-width: 130px;
}
@media (min-width: 768px) {
  .toolbar select {
    max-width: 170px;
  }
}
.toolbar label,
.toolbar .modes-label,
.toolbar .toolbar-amount,
.toolbar .limiter-text {
  color: #6b7280;
}
.toolbar .sorter,
.toolbar .limiter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-left: auto;
}
.toolbar .sorter-action {
  --muted-alpha: .4;
  color: #9ca3af;
}
.toolbar .sorter-action::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.toolbar .modes {
  display: flex;
  align-items: center;
}
.toolbar .modes a {
  --muted-alpha: .3;
  color: #9ca3af;
}
.toolbar .mode-grid,
.toolbar .mode-list {
  padding: 0.5rem;
}
.toolbar .mode-grid::before,
.toolbar .mode-list::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 639.98px) {
  .toolbar .modes ~ .toolbar-amount {
    order: 100;
    width: 100%;
  }
}
.toolbar .toolbar-amount + .pages {
  margin-left: auto;
}
.products-grid + .pager {
  margin: 1.25rem 0;
}
.pages {
  display: flex;
  align-items: center;
}
.pages .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.pages .items a,
.pages .items .page {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  padding: 0.25rem 0.5rem;
}
.pages .items a:hover,
.pages .items .page:hover {
  text-decoration: none;
}
.pages .items .current .page {
  background: #f9fafb;
}
.pages .action.previous,
.pages .action.next {
  display: flex;
  align-items: center;
  --muted-alpha: .4;
  color: #9ca3af;
}
.pages .action.previous::before,
.pages .action.next::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.pages .action.previous::before,
.pages .action.next::before,
.sorter-action::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 10l7-7m0 0l7 7m-7-7v18" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.toolbar .sort-desc::before {
  transform: rotate(180deg);
}
.toolbar .sorter-action:hover {
  --muted-alpha: .6;
}
.toolbar .modes a:hover {
  --muted-alpha: .6;
}
.toolbar .mode-grid::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.toolbar .mode-list::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.pages a.page:hover {
  background: #f9fafb;
}
.pages .action.next::before {
  transform: rotate(90deg);
}
.pages .action.previous::before {
  transform: rotate(-90deg);
}
.pages .action.next:hover,
.pages .action.previous:hover {
  --muted-alpha: .6;
}
.loading-mask {
  overflow: hidden;
}
.loading-mask .loader {
  border: none;
  animation: none;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  background: rgba(160, 160, 160, 0.2);
  border-radius: 0;
}
.loading-mask .loader img {
  content: url("../images/loader.svg") !important;
  width: 150px !important;
  height: 150px !important;
  display: block;
  position: absolute;
}
#checkout-loader > div > img {
  width: 125px !important;
  height: 125px !important;
}
#navpro-topnav {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0;
}
#navpro-topnav .li-item a::after {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
#navpro-topnav .li-item.level0 {
  position: relative;
}
#navpro-topnav .li-item.level0 > a.level-top {
  display: flex;
  align-items: center;
  padding: 8px;
  color: #111827;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s ease;
  border-radius: 4px;
}
#navpro-topnav .li-item.level0 > a.level-top::after {
  display: none;
}
#navpro-topnav .li-item.level0 > a.level-top:hover {
  text-decoration: none;
}
#navpro-topnav .li-item.level0.active > a.level-top {
  color: #67a48a;
}
#navpro-topnav .navpro-dropdown {
  position: relative;
  background: white;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  min-width: 280px;
  border-radius: 4px;
  min-height: 450px;
}
#navpro-topnav .navpro-dropdown .li-item {
  position: static;
}
#navpro-topnav .navpro-dropdown .li-item > a {
  font-size: 0.875rem;
}
#navpro-topnav .navpro-dropdown .li-item > a:hover {
  background: rgba(103, 164, 138, 0.1) !important;
}
#navpro-topnav .navpro-dropdown .li-item > .navpro-dropdown {
  position: absolute;
  top: -1px !important;
  left: 100% !important;
  margin-left: 0 !important;
  width: 25vw !important;
  z-index: 1001 !important;
}
#navpro-topnav .navpro-dropdown .li-item.level1 > a {
  display: block;
  padding: 8px;
  border-radius: 4px;
  color: #111827;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
#navpro-topnav .navpro-dropdown .li-item.level1 > a:hover {
  background: rgba(103, 164, 138, 0.1) !important;
}
#navpro-topnav .navpro-dropdown .li-item.level1.active > a {
  color: #67a48a;
  font-weight: 500;
}
#navpro-topnav .navpro-dropdown .li-item.level2 > a {
  display: block;
  padding: 8px;
  border-radius: 4px;
  color: #111827;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
#navpro-topnav .navpro-dropdown .li-item.level2 > a:hover {
  background: rgba(103, 164, 138, 0.1) !important;
}
#navpro-topnav .navpro-dropdown .li-item.level2.active > a {
  color: #67a48a;
}
#navpro-topnav .navpro-dropdown .li-item.level3 > a {
  display: block;
  padding: 8px;
  border-radius: 4px;
  color: #111827;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
#navpro-topnav .navpro-dropdown .li-item.level3 > a:hover {
  background: rgba(103, 164, 138, 0.1) !important;
}
#navpro-topnav .navpro-dropdown .li-item.level3.active > a {
  color: #67a48a;
}
#navpro-topnav .navpro-dropdown .navpro-dropdown-inner {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px;
}
#navpro-topnav .navpro-dropdown .navpro-dropdown-inner > ul > .li-item.level1:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
/**
 * Swissup NavigationPro - Dropdown Visibility Fix
 *
 * Ensures dropdowns become visible when Swissup's JavaScript adds the .shown class
 * This fixes issues where dropdowns stay hidden even when clicked
 */
.navpro-dropdown {
  transition: none !important;
  transition-delay: 0s !important;
}
.navpro-dropdown.shown {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transition: opacity 0.15s ease-in !important;
  transition-delay: 0s !important;
}
.navpro-stacked .li-item {
  position: relative;
}
.navpro-stacked .li-item.parent > .navpro-dropdown {
  position: absolute;
}
.minicart-wrapper .action.showcart::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 7V5.75A3.73 3.73 0 0 1 11.75 2a3.75 3.75 0 0 1 3.75 3.75V7h3.125c1.035 0 1.875.84 1.875 1.875v9.375c0 2.07-1.68 3.75-3.75 3.75h-10A3.75 3.75 0 0 1 3 18.25V8.875C3 7.84 3.84 7 4.875 7zm1.25 0h5V5.75a2.501 2.501 0 0 0-5 0zM4.875 8.25a.626.626 0 0 0-.625.625v9.375c0 1.379 1.12 2.5 2.5 2.5h10c1.379 0 2.5-1.121 2.5-2.5V8.875a.627.627 0 0 0-.625-.625H15.5v3.125a.627.627 0 0 1-.625.625.627.627 0 0 1-.625-.625V8.25h-5v3.125a.627.627 0 0 1-.625.625.627.627 0 0 1-.625-.625V8.25z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
}
.minicart-wrapper {
  position: relative;
}
.minicart-wrapper .action.showcart {
  position: relative;
}
.minicart-wrapper .action.showcart::before {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  color: #67a48a;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  opacity: 0;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: white;
  background: #67a48a !important;
  height: 20px !important;
  width: 20px !important;
  line-height: 20px;
  padding: 0;
  position: absolute;
  right: -5px !important;
  top: 0 !important;
  min-width: 18px !important;
  font-size: 12px !important;
  z-index: 9;
  text-align: center;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number {
  display: block;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: 5px;
  right: 0;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 999px;
  background: #dc2626;
}
.minicart-wrapper .action.showcart .counter.qty span {
  display: none;
}
.minicart-wrapper .mage-dropdown-dialog {
  width: 20rem;
  max-width: 90vw;
  display: block !important;
  padding: 0.75rem 1rem;
  transform-origin: top right;
}
.minicart-wrapper .showcart {
  --spinner-size: 1rem;
}
.block-minicart .block-title {
  float: left;
  padding: 0;
  border: 0;
}
.block-minicart .block-title .qty {
  display: none;
}
.block-minicart .block-content {
  clear: both;
  display: flex;
  flex-direction: column;
}
.block-minicart .action.close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.block-minicart .items-total {
  font-weight: 500;
  display: none;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  padding: 0.5rem 0 0;
  display: flex;
}
.block-minicart .subtotal {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0;
  font-weight: 500;
  text-align: right;
}
.block-minicart .block-content > .actions {
  margin: 0.25rem 0;
  text-align: center;
}
.block-minicart .block-content > .actions .action.checkout {
  width: 100%;
  padding: 0.625rem;
}
.block-minicart .block-content > .actions .action.checkout ~ div:not(:empty) {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.minicart-items-wrapper {
  position: relative;
  height: auto !important;
  max-height: none !important;
  margin: 1rem 0;
}
.minicart-items-wrapper > .minicart-items {
  max-height: 35vh;
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 0 0.25rem 0.375rem;
  margin: 0 0 0 -0.25rem;
}
.modal-slide[data-type="slide"] .minicart-items-wrapper > .minicart-items {
  max-height: none;
}
.minicart-items-wrapper .message {
  margin-top: 0.25rem;
}
.minicart-items li.product-item + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
}
.minicart-items li.product-item > div.product {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem;
}
.minicart-items li.product-item > div.product > :nth-child(1) {
  max-width: 30%;
}
.minicart-items li.product-item > div.product > :nth-child(2) {
  max-width: calc(70% - 0.75rem);
  flex-grow: 1;
}
.minicart-items li.product-item > div.product .message {
  width: 100%;
}
.minicart-items li.product-item > div.product .message:last-child {
  margin: 0;
}
.minicart-items .product.options .toggle {
  justify-content: flex-start;
}
.minicart-items .product-item-photo,
.minicart-items .product-image-container {
  flex-shrink: 0;
  display: none;
}
.minicart-items .product-item-details {
  max-width: none !important;
}
.minicart-items .subtotal,
.minicart-items .price-container {
  margin: 0.25rem 0;
}
.minicart-items .details-qty {
  color: #9ca3af;
  margin: 0.25rem 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.minicart-items .details-qty .item-qty {
  color: #9ca3af;
  width: 5rem;
  border-color: transparent;
  margin-left: -0.25rem;
}
.minicart-items .details-qty .update-cart-item {
  display: none !important;
}
.minicart-items .details-qty .update-cart-item:hover {
  color: white;
}
.minicart-items .details-qty .update-cart-item::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
}
.minicart-items .actions {
  display: flex;
  gap: 0.125rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
.minicart-items .actions a {
  display: flex;
  --muted-alpha: .2;
  color: #9ca3af;
}
.minicart-items .action.edit::before,
.minicart-items .action.delete::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.minicart-items .action.edit {
  display: none !important;
}
.minicart-items .action.edit::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.606 2.642a2.19 2.19 0 0 1 3.1 0l1.666 1.668a2.19 2.19 0 0 1 0 3.1L9.135 19.652a3.8 3.8 0 0 1-1.597.947l-4.735 1.39c-.22.03-.458.007-.62-.157a.62.62 0 0 1-.158-.619l1.393-4.735c.177-.603.503-1.15.947-1.597zm2.215.886a.94.94 0 0 0-1.33 0l-2.146 2.144 2.998 2.963 2.145-2.11a.94.94 0 0 0 0-1.329zM6.289 17.726l2.497.501 8.638-8.672-2.963-2.998-8.671 8.672zm-1.53-1.26a2.5 2.5 0 0 0-.14.364l-1.068 3.636 3.63-1.069q.194-.059.369-.14l-1.916-.384a.63.63 0 0 1-.491-.493z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.minicart-items .action.delete::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 21 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.809 10.309a.62.62 0 0 1 .882 0l2.059 2.058 2.059-2.058a.62.62 0 0 1 .882 0 .62.62 0 0 1 0 .882l-2.058 2.059 2.058 2.059a.62.62 0 0 1 0 .882.62.62 0 0 1-.882 0l-2.059-2.058-2.059 2.058a.62.62 0 0 1-.882 0 .62.62 0 0 1 0-.882l2.058-2.059-2.058-2.059a.62.62 0 0 1 0-.882m6.304-7.428L15.16 4.5h3.715a.626.626 0 0 1 0 1.25h-.625v13.125A3.124 3.124 0 0 1 15.125 22h-8.75a3.125 3.125 0 0 1-3.125-3.125V5.75h-.625a.625.625 0 1 1 0-1.25H6.34l1.012-1.619A1.88 1.88 0 0 1 8.942 2h3.617c.644 0 1.246.333 1.554.881M7.816 4.5h5.868l-.598-.956a.62.62 0 0 0-.527-.294H8.94a.62.62 0 0 0-.527.294zM4.5 18.875c0 1.035.84 1.875 1.875 1.875h8.75c1.035 0 1.875-.84 1.875-1.875V5.75H4.5z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.minicart-items .actions a:hover {
  --muted-alpha: .4;
  color: #67a48a !important;
}
.minisearch .label::before,
.minisearch .action.search::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m21.816 20.934-5.527-5.528c1.219-1.422 1.926-3.261 1.926-5.281A8.125 8.125 0 0 0 10.09 2C5.603 2 2 5.638 2 10.125s3.638 8.125 8.09 8.125c2.019 0 3.861-.74 5.281-1.959l5.527 5.527q.236.181.477.182c.16 0 .32-.061.442-.183a.62.62 0 0 0 0-.883M10.125 17a6.863 6.863 0 0 1-6.875-6.875c0-3.79 3.05-6.875 6.875-6.875A6.84 6.84 0 0 1 17 10.125 6.863 6.863 0 0 1 10.125 17" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.header .block-search .block-title {
  display: none;
}
.header .block-search .label::before {
  display: none;
}
.minisearch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  --input-border-color: 243, 244, 246;
  --input-bg: 243, 244, 246;
}
.minisearch .control {
  padding: 0.5rem 0.25rem;
  background: #ffffff;
  position: absolute;
  top: calc(100% + 2px);
  margin: 0 !important;
  left: -9999px;
}
.minisearch .control .input-text {
  padding-right: 2.25rem;
  text-overflow: ellipsis;
  min-width: 240px;
}
.minisearch .control .nested {
  display: none;
  position: absolute;
  top: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.minisearch .actions {
  display: none;
  position: absolute;
  top: calc(100% + 1.5rem);
  right: 1rem;
}
.minisearch .action.search {
  margin-left: -2rem;
}
.minisearch .label::before {
  position: relative;
  cursor: pointer;
}
.minisearch.active .control {
  display: block;
  z-index: 40;
  left: 0;
  right: 0;
}
.minisearch.active .actions {
  display: flex;
  z-index: 41;
}
.minisearch .search-autocomplete {
  width: auto;
  right: auto;
}
.minisearch .search-autocomplete [role="listbox"] li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.minisearch .search-autocomplete [role="listbox"] li.selected {
  background: #f9fafb;
}
.minisearch .search-autocomplete [role="listbox"] .amount {
  opacity: .5;
}
.message {
  color: rgb(var(--message-color));
  border-color: rgb(var(--message-border-color, var(--message-color)), var(--message-border-alpha, .1));
}
.message > div {
  margin-right: auto;
  margin-left: auto;
}
div + .message,
.control .message {
  margin-top: 0.5rem;
}
.message a {
  text-decoration: underline !important;
}
.message a {
  color: rgb(var(--message-color)) !important;
}
.message a:hover {
  text-decoration: none !important;
}
.message.warning {
  background: #eff6ff;
  color: #6f4400;
  border-color: false;
}
.message.warning::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 26px 26px;
  flex-shrink: 0 !important;
  content: '' !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.message.success {
  background: #bbf7d0;
  color: #166534;
  border-color: false;
}
.message.success::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 26px 26px;
  flex-shrink: 0 !important;
  content: '' !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.message.notice {
  background: #dbeafe;
  color: #2563eb;
  border-color: false;
}
.message.notice::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 26px 26px;
  flex-shrink: 0 !important;
  content: '' !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.message.error {
  background: #fee2e2;
  color: #dc2626;
  border-color: false;
}
.message.error::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 26px 26px;
  flex-shrink: 0 !important;
  content: '' !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.message.info {
  background: #dbeafe;
  color: #2563eb;
  border-color: false;
}
.message.info::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 26px 26px;
  flex-shrink: 0 !important;
  content: '' !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.message *:first-child::before {
  display: none !important;
}
.wimakeit-message,
.message.warning,
.message.success,
.message.notice,
.message.error,
.message.info {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border-width: 0;
  box-shadow: 0 4px 7px 0 rgb(0 0 0 / 9%);
}
.wimakeit-theme #maincontent > .page.messages {
  position: fixed;
  z-index: 810;
  top: 1.5rem;
  left: 0;
  right: 0;
  pointer-events: none;
}
.wimakeit-theme #maincontent > .page.messages .message {
  opacity: 0;
  transform: translateY(-50px);
  position: relative;
}
.wimakeit-theme #maincontent > .page.messages .message.shown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  animation: 0.3s ease-in-out 5s forwards message-hide;
  -moz-animation: 5s ease-in-out forwards moz-message-hide;
}
.wimakeit-theme #maincontent > .page.messages .message .button-close::after {
  content: '';
  position: absolute;
  right: -0.375rem;
  bottom: 0;
  width: 3px;
  height: 100%;
  opacity: 0;
  background-color: currentColor;
  animation: 3.5s linear 1.5s forwards message-progress;
}
.wimakeit-theme #maincontent > .page.messages .message:hover,
.wimakeit-theme #maincontent > .page.messages .message:hover .button-close::after {
  animation-play-state: paused;
}
@keyframes message-hide {
  100% {
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes moz-message-hide {
  0% {
    transform: translateY(0);
  }
  93% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes message-progress {
  0% {
    opacity: .5;
  }
  100% {
    height: 0;
    opacity: 0.1;
  }
}
.old-price.map-old-price {
  text-decoration: none;
}
.old-price.map-old-price .weee,
.old-price.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.product-info-price .old-price.map-old-price {
  display: inline-block;
}
.map-fallback-price {
  display: none;
}
.map-show-info {
  margin-right: 0.25rem;
}
.map-popup {
  transition: opacity var(--transition-duration), visibility var(--transition-duration) 0s;
  width: 100%;
  right: auto;
  left: 0;
}
.map-popup.active {
  z-index: 950;
  /* Move above modal since map can be triggered within the modal */
}
.map-popup .action.tocart {
  width: 100%;
}
.map-popup-wrapper.ui-dialog .action.close {
  z-index: 951;
}
.map-form-addtocart {
  margin: 0.5rem 0;
}
.actual-price {
  font-weight: 500;
}
.additional-addtocart-box {
  margin: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.additional-addtocart-box:empty {
  display: none;
}
.additional-addtocart-box > div {
  max-width: calc(50% - 0.25rem);
}
:root {
  --navigation-media-mobile: (max-width: 767.98px);
}
.nav-toggle {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  margin-right: -0.5rem;
}
.page-wrapper > .navigation-wrapper .navigation > ul,
.page-header > .navigation-wrapper .navigation > ul {
  margin-left: -0.5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .header.content {
    flex-wrap: wrap;
  }
  .header.content > .navigation-wrapper {
    order: 9999;
    width: 100%;
    margin-bottom: -0.5rem;
  }
  .header.content > .navigation-wrapper .navigation > ul {
    margin-left: -0.5rem;
  }
}
.navigation {
  --base-color: 17, 24, 39;
  --z-layer-color: 17, 24, 39;
  color: rgba(var(--base-color), var(--base-alpha, 1));
}
.navigation a.level-top {
  font-weight: 400;
}
.navigation li {
  position: relative;
}
.navigation .tip.top.accent {
  border-radius: 4px;
  top: -13px;
  right: 12px;
  padding: 4px 5px;
}
.navigation .parent > a {
  padding-right: 1.5rem;
}
.nav-toggle::after {
  content: '';
  display: block;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 5.125c0-.345.28-.625.625-.625h16.25a.626.626 0 0 1 0 1.25H3.625A.625.625 0 0 1 3 5.125m0 6.25c0-.344.28-.625.625-.625h16.25c.344 0 .625.281.625.625a.627.627 0 0 1-.625.625H3.625A.626.626 0 0 1 3 11.375m16.875 6.875H3.625a.626.626 0 0 1 0-1.25h16.25c.344 0 .625.281.625.625a.627.627 0 0 1-.625.625" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
  z-index: 39;
  width: 2rem;
  height: 2rem;
  color: #67a48a;
}
.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.navigation li > a {
  position: relative;
}
.navigation .parent > a .ui-icon,
.navigation .parent > a::after {
  position: absolute;
  right: 0.125rem;
  top: 50%;
  margin-top: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.navigation .parent > a .ui-icon {
  -webkit-mask-size: 1rem 1rem;
}
.block.newsletter .form.subscribe {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.block.newsletter .title {
  display: none !important;
}
.block.newsletter .content span.label {
  display: none !important;
}
.text-newsletter {
  font-size: 12px !important;
}
.order-attributes .order-attributes-form {
  flex-direction: column;
}
.order-attributes .order-attributes-form > .field {
  width: 100% !important;
}
.mgz-element-content_slider .owl-stage-outer {
  margin: 0 !important;
}
.owl-carousel .owl-item .product-item-link {
  display: block;
  text-align: left;
}
.owl-carousel .owl-stage-outer {
  margin-bottom: 1rem;
}
.owl-carousel .owl-nav {
  width: auto;
}
.owl-carousel .owl-nav button {
  border: 1px solid #67a48a !important;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
}
.owl-carousel .owl-nav button:not(.disabled):hover {
  background-color: #67a48a !important;
  color: #ffffff !important;
}
.owl-carousel .owl-nav button.disabled:hover {
  background-color: #f0eae5 !important;
  color: #ffffff !important;
}
.owl-carousel .owl-dots {
  width: 100%;
  margin: 0 !important;
  float: none !important;
}
.owl-carousel .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  margin: 0 5px;
}
.owl-carousel .owl-dots button span {
  display: none !important;
}
.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #111827 !important;
  opacity: 100% !important;
}
.owl-carousel .owl-dots button {
  background-color: #111827 !important;
  opacity: 20% !important;
  border: none !important;
}
.owl-carousel .owl-dots button:not(.owl-dot.active):hover {
  opacity: 50% !important;
}
a[href*="&content=/bmlweb/ppwpsiw.html"] {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .payment-icon[src*="paypalobjects.com"] {
    width: 39px;
  }
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  position: relative;
}
.page-header + .page-main .page-title-wrapper {
  margin-top: 1.25rem;
}
[data-content-type="tabs"] .tab-header {
  padding: 1.25rem 0;
  padding: 2.5rem 0 1rem;
}
[data-content-type="tabs"] .tabs-content > div {
  padding: 0.25rem 0;
}
.page-layout-cms-full-width .page-main {
  max-width: none;
  margin: 0;
  padding: 0;
}
body:not(.page-layout-cms-full-width) .main > [data-content-type="row"] [data-element="inner"],
.modal-content [data-content-type="row"] [data-element="inner"] {
  padding: 0;
  margin: 0;
  max-width: none;
}
.highlight {
  font-weight: 500;
}
[data-content-type="row"] [data-element="inner"] {
  padding-top: 0;
  padding-bottom: 0;
}
[data-content-type="row"] [data-element="inner"].narrow {
  --container-max-width: 768px;
}
form,
button,
[data-content-type="buttons"] {
  line-height: 1.5rem;
}
[data-content-type="buttons"] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
[data-content-type="buttons"][data-appearance="stacked"] {
  flex-direction: column;
}
[data-content-type="tabs"] .tabs-navigation {
  display: flex;
}
[data-content-type="tabs"] .tab-header > a {
  color: inherit;
}
[data-content-type="tabs"] .tab-header > a:hover {
  text-decoration: none;
}
[data-content-type="banner"] a,
[data-content-type="slider"] a {
  display: block;
}
[data-content-type="banner"] a:hover,
[data-content-type="slider"] a:hover {
  text-decoration: none !important;
}
.v-middle .pagebuilder-banner-wrapper,
.v-middle .pagebuilder-slide-wrapper {
  display: flex;
  align-items: center;
}
.pagebuilder-overlay {
  padding: 30px;
  position: relative;
}
.pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-overlay {
  margin-left: auto;
}
.pagebuilder-poster-content {
  width: 100%;
}
.pagebuilder-banner-button {
  margin: 20px 0 0 0;
}
[data-enable-parallax="1"] {
  opacity: 0;
  transition: opacity linear 50ms 100ms;
}
[data-enable-parallax="1"].jarallax-ready {
  opacity: 1;
}
.pagebuilder-slide-wrapper,
[data-content-type="slider"] a {
  height: 100%;
}
.slick-dots {
  width: 100%;
  display: flex;
  padding: 0.625rem 0;
  justify-content: center;
  gap: 0.5rem;
}
.slick-dots button {
  padding: 0;
  border-radius: 50%;
  border: 1px solid #f3f4f6;
  background: #7e7979;
  text-indent: -9999px;
  display: block;
  width: 1rem;
  height: 1rem;
  box-shadow: 0 0 0 1px #ffffff;
}
.slick-dots .slick-active button {
  background: #ffffff;
}
.slick-arrow {
  position: absolute;
  z-index: 11;
  top: 50%;
  width: 35px;
  height: 60px;
  transform: translateY(-50%);
  --base-bg-alpha: .7;
  background-color: #ffffff;
  color: rgba(var(--base-color), var(--base-alpha, 1));
  display: none;
  gap: 0;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0;
  border-radius: 0;
}
.slick-arrow .slick-initialized {
  display: flex;
}
.slick-arrow::before {
  content: '';
  display: block;
  width: 35px;
  height: 60px;
}
.slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.pagebuilder-column-group {
  display: flex;
}
.gap-0 > .pagebuilder-column-group,
.gap-0 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-0 > .pagebuilder-column-line {
  gap: 0;
}
.gap-1 > .pagebuilder-column-group,
.gap-1 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-1 > .pagebuilder-column-line {
  gap: 0.25rem;
}
.gap-2 > .pagebuilder-column-group,
.gap-2 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-2 > .pagebuilder-column-line {
  gap: 0.5rem;
}
.gap > .pagebuilder-column-group,
.gap > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap > .pagebuilder-column-line {
  gap: 0.5rem;
}
.gap-3 > .pagebuilder-column-group,
.gap-3 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-3 > .pagebuilder-column-line {
  gap: 0.75rem;
}
.gap-4 > .pagebuilder-column-group,
.gap-4 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-4 > .pagebuilder-column-line {
  gap: 1rem;
}
.gap-5 > .pagebuilder-column-group,
.gap-5 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-5 > .pagebuilder-column-line {
  gap: 1.25rem;
}
.gap-6 > .pagebuilder-column-group,
.gap-6 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-6 > .pagebuilder-column-line {
  gap: 1.5rem;
}
.gap-7 > .pagebuilder-column-group,
.gap-7 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-7 > .pagebuilder-column-line {
  gap: 1.75rem;
}
.gap-8 > .pagebuilder-column-group,
.gap-8 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-8 > .pagebuilder-column-line {
  gap: 2rem;
}
.slick-next::before,
.slick-prev::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.slick-prev::before {
  transform: scaleX(-1);
}
#html-body [data-show-button="hover"]:hover button {
  opacity: 1;
  visibility: visible;
}
.price-box {
  color: #67a48a;
  font-weight: 500;
  gap: 10px;
}
.product-item .price-box {
  color: #67a48a;
}
.price-box p {
  margin: 0;
}
.price-label,
.price-box .label,
.msrp-message {
  color: #9ca3af;
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.price-box a {
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 0.75rem;
}
.special-price {
  color: #67a48a;
}
.old-price {
  color: #666666;
  display: false;
}
.old-price .price {
  text-decoration: line-through;
}
.weee[data-label],
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
}
.weee[data-label],
.price-including-tax + .price-excluding-tax {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.weee[data-label]::before,
.price-including-tax + .price-excluding-tax::before {
  content: attr(data-label) ': ';
}
.prices-tier .weee[data-label],
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.prices-tier .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .weee[data-label]:before {
  content: '+' attr(data-label) ': ';
}
.prices-tier .weee[data-label]:last-child:after {
  content: ')';
}
.product-info-price .special-price .price {
  font-size: 1.75rem;
}
.product-info-price .old-price .price {
  font-size: 1.25rem !important;
}
.product-info-wrapper {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "media" "main";
  gap: 3rem;
  margin-bottom: 1rem;
}
.product-info-wrapper .page-title-wrapper {
  grid-area: title;
  margin-bottom: 0;
}
.product-info-wrapper .page-title-wrapper h1 {
  margin: 0;
}
.product-info-wrapper .product-info-main {
  grid-area: main;
}
.product-info-wrapper .product-info-main .wimakeit-attribute-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem;
}
.product-info-wrapper .product-info-main .wimakeit-attribute-container .wimakeit-attribute {
  display: flex;
  gap: 3px;
  width: 100%;
}
.product-info-wrapper .product-info-main .wimakeit-attribute-container .wimakeit-attribute strong {
  font-weight: 400;
}
.product-info-wrapper .product-info-main .wimakeit-attribute-container .wimakeit-attribute div,
.product-info-wrapper .product-info-main .wimakeit-attribute-container .wimakeit-attribute ul {
  font-weight: 500;
}
.product-info-wrapper .product-info-main .wimakeit-attribute-container .wimakeit-attribute.wmi-files {
  width: 100%;
  flex-direction: column;
}
.product-info-wrapper .product-info-main .wimakeit-attribute-container .wimakeit-attribute .attributepages-short-description {
  display: none;
}
.product-info-wrapper .product-info-main .wimakeit-attribute-container .wimakeit-attribute ul {
  margin: 0;
  color: #67a48a;
}
.product-info-wrapper .product.media {
  grid-area: media;
}
.product-info-main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-info-price {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-info-price .price-box {
  font-size: 1.5rem;
  line-height: 2rem;
}
.prices-tier {
  margin: 0.5rem 0;
  max-width: 400px;
}
.prices-tier li + li {
  margin-top: 0.5rem;
}
.product-info-stock-sku {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-info-stock-sku .stock {
  --stock-bg: var(--blue-muted);
  --stock-color: var(--blue);
  background: rgb(var(--stock-bg));
  color: rgb(var(--stock-color));
  padding: 0.125rem 0.5rem;
}
.product-info-stock-sku .stock.available {
  display: none;
  --stock-bg: 187, 247, 208;
  --stock-color: 22, 101, 52;
}
.product-info-stock-sku .stock.amstockstatus-status-container {
  display: block !important;
}
.product-info-stock-sku .stock.unavailable {
  --stock-bg: 254, 226, 226;
  --stock-color: 220, 38, 38;
}
.product-info-stock-sku .sku {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.product-info-main .configurable-variation-qty {
  display: none;
}
.product-info-wrapper .product-add-form {
  margin: 0.5rem 0;
}
.product-info-wrapper .product-add-form form {
  /*.box-tocart {
                display: none @imp;
            }*/
}
.product-info-wrapper .product-add-form form > div + div {
  margin-top: 0.5rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper {
  padding: 0 0 0.5rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .fieldset {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.product-info-wrapper .product-add-form .product-options-wrapper .fieldset .wmi_product_options_container #wmi_product_qty {
  color: #666666;
  font-size: 0.875rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .label {
  font-weight: 500;
}
.product-info-wrapper .product-add-form .product-options-wrapper .label ~ .control {
  margin-top: 0.5rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field {
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: 1rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field:last-child {
  margin-bottom: 0;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field .field {
  margin-bottom: 0.25rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field .field:last-child {
  margin-bottom: 0;
}
.product-info-wrapper .product-add-form .product-options-wrapper .swatch-opt + .field {
  margin-top: 1rem;
}
.box-tocart {
  padding: 0.5rem 0;
  border-width: 2px 0;
}
.box-tocart .fieldset {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.box-tocart .fieldset .field.qty {
  margin: 0;
  flex-shrink: 0;
  display: none;
  align-items: center;
  gap: 0.5rem;
}
.box-tocart .fieldset .field.qty .control {
  margin: 0;
}
.box-tocart .fieldset .actions button {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.field.qty > .control,
.input-text.qty {
  max-width: 4rem;
}
.product-addto-links,
.product-social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.75rem;
  row-gap: 0.5rem;
}
.product-addto-links button,
.product-social-links button {
  gap: 0;
  padding: 0;
  background: transparent;
}
.product-addto-links a.action,
.product-social-links a.action,
.product-addto-links button.action,
.product-social-links button.action {
  padding: 10px 6px;
  color: #000121;
  background: #f5f5f5;
  border-radius: 0.25rem;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.product-addto-links a.action:hover,
.product-social-links a.action:hover,
.product-addto-links button.action:hover,
.product-social-links button.action:hover {
  color: #ffffff;
  background: #67a48a;
}
.product-social-links .product-addto-links {
  margin: 0;
  width: 100%;
}
.product-addto-wimakeit {
  display: flex;
  gap: 0.5rem;
}
.product-addto-wimakeit .action.towishlist {
  height: 44px;
  width: 44px;
  display: flex;
}
.product-addto-wimakeit .action.towishlist span {
  display: none;
}
.product.info.detailed {
  clear: both;
}
.product.info.detailed .tabs-toolbar-item {
  font-weight: normal !important;
}
.product.info.detailed .tabs-toolbar-item.active {
  font-weight: 500 !important;
  box-shadow: none !important;
}
.product.info.detailed .product.data.items {
  border: none !important;
}
.product.info.detailed .product.data.items .item.content {
  border: none !important;
}
.product.info.detailed .product.data.items .item.content .wimakeit-description {
  border-top: 2px solid #eee;
  padding-top: 2.5rem;
  color: #666666;
}
.product.info.detailed .product.data.items .item.content .wimakeit-description ul {
  list-style: disc !important;
  margin: 1em !important;
  padding-inline-start: 40px !important;
}
.product.info.detailed .product.data.items .item.content .wimakeit-description p {
  margin: 1em 0;
}
.product.attribute.overview {
  color: #666666;
}
.block.related .product-item:first-child {
  display: block !important;
}
.product-social-links a.action:hover,
.product-social-links button.action:hover {
  --muted-alpha: .8;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.downloads-all [type="checkbox"] {
  display: none;
}
.downloads-all .label {
  cursor: pointer;
}
.bundle-options-container .product-options-wrapper {
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-wrapper {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.bundle-wrapper .product-addto-links {
  display: none;
}
.fieldset-bundle-options .title,
.block-bundle-summary .title,
.block-bundle-summary .subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f3f4f6;
}
.product-options-wrapper .action.back {
  color: rgba(var(--base-color), var(--base-alpha, 1)) !important;
}
.product-options-wrapper .action.back:hover {
  text-decoration: underline !important;
}
.product-options-wrapper .field.option > .label {
  font-weight: 500;
}
.product-options-wrapper .field.option + .field {
  margin-top: 1.5rem;
}
.product-options-wrapper .field.qty {
  margin-top: 0.5rem;
}
.block-bundle-summary .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-bundle-summary .product.name,
.block-bundle-summary .stock {
  display: none;
}
.block-bundle-summary .product-image-container {
  margin-bottom: 0.75rem;
}
.block-bundle-summary .product-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.block-bundle-summary .price-box {
  font-size: 1.5rem;
  line-height: 2rem;
}
.block-bundle-summary .bundle-summary {
  order: -1;
}
.block-bundle-summary .subtitle {
  display: none;
}
.block-bundle-summary .bundle.items li {
  margin-top: 0.375rem;
}
.product-item-info {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  height: 100%;
}
.product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.product-item-info .product-item-details .product-item-name {
  width: 100%;
  font-size: 0.875rem;
}
.product-item-info .product-item-details .price-box {
  margin-top: auto;
}
.product-item-info .product-item-details .product-item-actions {
  display: none !important;
}
.prolabels-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.price-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.price-box .price-wrapper::after {
  content: attr(data-label);
  margin-left: 3px;
  font-size: 0.875rem;
}
.mgz-element-product_slider .owl-stage {
  display: flex;
}
.mgz-element-product_slider .owl-item {
  display: flex;
}
.mgz-element-product_slider .owl-item .product-item-info {
  height: 100%;
}
.product-reviews-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  text-align: left;
}
.rating-result {
  position: relative;
  width: 6.25rem;
  height: 1.5rem;
}
.rating-result::before {
  opacity: .2;
}
.rating-result > span {
  position: relative;
  display: block;
}
.rating-result::before,
.rating-result > span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1.5rem;
}
.reviews-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.reviews-actions a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.review-add .review-legend {
  display: none;
}
.review-field-ratings {
  margin: 0;
}
.review-field-ratings legend {
  display: none !important;
}
.review-field-rating > .label {
  min-width: 80px;
}
.review-control-vote {
  color: #f3f4f6;
  height: 1.5rem;
  width: 7.5rem;
}
.review-control-vote::before {
  content: '';
  position: absolute;
  inset: 0;
}
.review-control-vote label {
  position: absolute;
  opacity: 0;
}
.review-list .limiter,
.review-list .toolbar:first-child {
  display: none;
}
.review-list .review-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.review-list .review-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.review-list .review-title {
  font-weight: 500;
}
.review-list .review-ratings {
  order: -1;
}
.review-list .review-content {
  margin: 0 0 0.25rem;
}
.review-list .review-details {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  opacity: .6;
}
.review-list .review-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.rating-result::before,
.rating-result > span::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 0 50%;
}
.rating-result > span {
  color: rgb(var(--yellow));
}
.review-control-vote::before,
.review-control-vote label::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 0 50%;
}
@media (hover: hover) {
  .review-control-vote label:hover {
    opacity: 1;
  }
}
.review-control-vote input:checked + label,
.review-control-vote input:focus-visible + label {
  opacity: 1;
}
.review-control-vote input:focus-visible + label {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.review-control-vote label {
  cursor: pointer;
  color: rgb(var(--yellow));
  height: 1.5rem;
  left: 0;
}
.review-control-vote label::before {
  content: '';
  position: absolute;
  inset: 0;
}
.review-control-vote .rating-1 {
  z-index: 5;
  width: 1.5rem;
}
.review-control-vote .rating-2 {
  z-index: 4;
  width: 3rem;
}
.review-control-vote .rating-3 {
  z-index: 3;
  width: 4.5rem;
}
.review-control-vote .rating-4 {
  z-index: 2;
  width: 6rem;
}
.review-control-vote .rating-5 {
  z-index: 1;
  width: 7.5rem;
}
.review-field-ratings .mage-error + .mage-error {
  display: none;
}
.search-suggestions {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.search-suggestions .block {
  min-width: 180px;
}
.search-suggestions .block + .block {
  margin: 0;
}
.search-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.search-terms a:hover {
  text-decoration: underline;
}
.search.found {
  margin-bottom: 0.25rem;
}
.search.summary {
  margin-bottom: 0.5rem;
}
.search.summary + .message .button-close {
  display: none;
}
.amsearch-wrapper-block {
  max-width: fit-content;
  width: 100% !important;
  margin: auto !important;
}
.amsearch-wrapper-block .amsearch-form-block.-opened .amsearch-input {
  padding: 12px 40px !important;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper {
  width: 70% !important;
  margin: auto !important;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-input {
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  background: #F1F2F4;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-button.-loupe {
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat 50% 50%;
  -webkit-mask-size: 1.2rem 1.2rem;
  background-image: none;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section {
  max-height: 80vh;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-message-block {
  display: none !important;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-items-section .amsearch-item-container .amsearch-block-header .amsearch-title {
  font-size: 1.125rem;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-items-section .amsearch-item-container .amsearch-tab-items .amsearch-item .amsearch-link {
  font-size: 1rem;
  color: #000;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-items-section .amsearch-item-container .amsearch-tab-items .amsearch-item .amsearch-link .amsearch-highlight {
  color: #67a48a;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-items-section .amsearch-item-container .amsearch-tab-items .amsearch-item .amsearch-link:hover {
  color: #67a48a;
  background: #ebf2fa;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-block-header .amsearch-title {
  font-size: 1.125rem;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-block-header .amsearch-title .amsearch-count {
  font-size: 1rem;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-block-header .amsearch-link {
  font-size: 1rem;
  color: #67a48a;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-block-header .amsearch-link .amsearch-count {
  font-size: 0.875rem;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item {
  max-width: calc(100% / 2);
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item:hover {
  background: #ebf2fa;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .product-item-link {
  color: #000000 !important;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  min-height: 0;
  transition: all 0.3s ease;
  text-overflow: ellipsis;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .product-item-link:hover {
  min-height: 3rem;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .product-item-link .amsearch-highlight {
  color: #67a48a !important;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-sku-block {
  padding: 10px 0 10px;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner {
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .price-box {
  flex: 0 1 30%;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .price-box,
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .price-box * {
  padding: 0 !important;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .product-item-actions {
  flex: 0 1 70%;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .product-item-actions .actions-primary {
  width: 100%;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .product-item-actions .actions-primary .action.tocart.primary {
  font-size: 1rem;
  width: 100%;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .product-item-actions .actions-secondary {
  display: none;
}
.swatch-attribute {
  margin-bottom: 1rem;
}
.swatch-attribute:last-child {
  margin: 0;
}
.product-item .swatch-attribute {
  margin-bottom: 0.25rem;
}
.product-item .swatch-attribute:last-child {
  margin: 0;
}
.swatch-attribute-label {
  font-weight: 500;
  margin-right: 0.25rem;
}
.swatch-attribute-label ~ .swatch-attribute-options {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.product-item .swatch-attribute-options {
  gap: 0.25rem;
}
.swatch-option {
  font-size: 0.75rem;
  color: #111827;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.25rem;
  position: relative;
  margin: 4px;
  border-radius: 999px;
}
.swatch-option-link-layered {
  border-radius: 999px;
}
.swatch-option::before {
  content: '';
  position: absolute;
  box-shadow: 0 0 0 1px inset #f3f4f6;
  border-radius: 999px;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}
.product-item .swatch-option {
  font-size: 0.75rem;
  font-weight: 400;
  min-width: 2.25rem;
  height: 2.25rem;
}
input.swatch-input {
  position: absolute;
  visibility: hidden;
  top: -9999px;
  left: -9999px;
}
.actions-primary input.swatch-input {
  display: none;
}
.product-item [class^="swatch-opt-"] {
  margin: 0 0 0.125rem;
  display: none;
}
.swatch-option-tooltip {
  font-size: 0.875rem;
  line-height: 1.25rem;
  position: absolute;
  z-index: 999;
  display: none;
  width: auto;
  text-align: center;
  padding: 0.5rem 0.75rem;
  min-width: 2rem;
  background: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.swatch-option-tooltip .image {
  display: none;
}
.swatch-option-tooltip .title {
  font-weight: 500;
  white-space: nowrap;
}
.swatch-option-tooltip .corner {
  display: none;
}
.swatch-option.selected::before {
  box-shadow: 0 0 0 2px inset #67a48a, 0 0 0 3px inset #ffffff;
}
.swatch-option.disabled::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
}
.product-item-info-image-loading .product-item-photo::before {
  content: '';
  border-color: rgba(var(--base-color), var(--base-alpha, 1));
  border-top-color: transparent;
  opacity: .3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.75rem;
  margin-left: -0.625rem;
}
.product-item-info-image-loading .product-item-photo img,
.product-item-info-image-loading .product-item-photo picture {
  opacity: .5;
}
:root {
  --bg-table-stripe: #f6f6f5;
  --b-table: #e3e3e2;
  --caption: #242423;
}
.wmi-table {
  background-color: transparent;
  border-collapse: collapse;
}
.wmi-table input {
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
}
.wmi-table select {
  padding: 0.25rem 2.5rem 0.25rem 0.5rem;
  width: auto;
  min-width: 100%;
}
.wmi-table tfoot td:empty {
  display: none !important;
}
#declinaisons-add-to-cart-submit {
  margin-top: 1.25rem;
}
.dcf-txt-center {
  text-align: center !important;
}
.dcf-txt-left {
  text-align: left !important;
}
.dcf-txt-right {
  text-align: right !important;
}
.dcf-table caption,
.wmi-table caption {
  color: var(--caption);
  font-size: 1.13em;
  font-weight: 500;
  padding-bottom: .56rem;
}
.dcf-table thead,
.wmi-table thead {
  font-size: .84em;
}
.dcf-table tbody,
.wmi-table tbody {
  border-bottom: 1px solid var(--b-table);
  border-top: 1px solid var(--b-table);
  font-size: .84em;
}
.dcf-table tfoot,
.wmi-table tfoot {
  font-size: .84em;
}
.dcf-table td,
.dcf-table th,
.wmi-table td,
.wmi-table th {
  padding-right: 1.78em;
}
.dcf-table-bordered,
.dcf-table-bordered td,
.dcf-table-bordered th,
.wmi-table,
.wmi-table td,
.wmi-table th {
  border: 1px solid var(--b-table);
}
.dcf-table-bordered td,
.dcf-table-bordered th,
.dcf-table-striped td,
.dcf-table-striped th,
.wmi-table td,
.wmi-table th,
.wmi-table td,
.wmi-table th {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.dcf-table-bordered tr:not(:last-child),
.dcf-table-striped tr:not(:last-child),
.wmi-table tr:not(:last-child),
.wmi-table tr:not(:last-child) {
  border-bottom: 1px solid var(--b-table);
}
.dcf-table-striped tbody tr:nth-of-type(2n),
.wmi-table tbody tr:nth-of-type(2n) {
  background-color: var(--bg-table-stripe);
}
.dcf-table thead td,
.dcf-table thead th,
.wmi-table thead td,
.wmi-table thead th {
  padding-bottom: .75em;
  vertical-align: bottom;
}
.dcf-table tbody td,
.dcf-table tbody th,
.dcf-table tfoot td,
.dcf-table tfoot th,
.wmi-table tbody td,
.wmi-table tbody th,
.wmi-table tfoot td,
.wmi-table tfoot th {
  padding-top: 0.5rem;
  vertical-align: middle;
}
.dcf-table tbody td,
.dcf-table tbody th,
.wmi-table tbody td,
.wmi-table tbody th {
  padding-bottom: .75em;
}
.dcf-table-bordered thead th,
.wmi-table thead th {
  padding-top: 0.5rem;
}
.dcf-wrapper-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-bottom: 1em;
  position: relative;
  right: 50%;
  width: 100vw;
}
.dcf-overflow-x-auto {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}
.dcf-w-100\% {
  width: 100% !important;
}
.wmi-table-parent {
  height: 100%;
  padding: 0 0 30px 0;
}
.wmi-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
  font-family: 'Rubik', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Arial, sans-serif;
  color: #333;
}
.wmi-table th {
  text-align: left;
  color: #ffffff !important;
  background-color: #67a48a;
}
.wmi-table .modal-related {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
.wmi-table .modal-related::before {
  margin-top: 5px;
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M7.288 6.952c2.591-2.777 6.779-2.79 9.387-.045l-1.717 1.835a1.13 1.13 0 0 0-.216 1.17 1 1 0 0 0 .925.66H21c.554 0 1-.478 1-1.072V3.787c0-.433-.242-.826-.617-.99a.95.95 0 0 0-1.091.231l-1.734 1.857C14.908 1.025 9.03 1.038 5.4 4.93a10.1 10.1 0 0 0-2.2 3.74c-.246.746.12 1.558.813 1.821.691.264 1.454-.13 1.7-.87a7.2 7.2 0 0 1 1.574-2.67M2 14.5v5.713c0 .433.242.826.617.99a.95.95 0 0 0 1.091-.231l1.734-1.857c3.65 3.86 9.529 3.847 13.158-.045a10.1 10.1 0 0 0 2.204-3.736c.246-.745-.12-1.557-.812-1.82s-1.454.129-1.7.87a7.2 7.2 0 0 1-1.575 2.669c-2.592 2.776-6.78 2.79-9.388.044l1.713-1.839a1.13 1.13 0 0 0 .216-1.17 1 1 0 0 0-.925-.66H3c-.554 0-1 .478-1 1.072" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wmi-table .modal-declinaisons {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
.wmi-table .modal-declinaisons::before {
  margin-top: 5px;
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.566 14.5H2V2h12.121v6.25" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.879 9.5H22V22H9.879z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M13 16.01h5.85M15.934 19v-6" stroke="currentColor" stroke-width="2"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wmi-table .sortable:after {
  font-size: 0.8em;
  margin-left: 5px;
}
.wmi-table .sortable[data-direction="desc"]:after {
  content: "\25BC";
  /* Downward arrow */
}
.wmi-table .sortable[data-direction="asc"]:after {
  content: "\25B2";
  /* Upward arrow */
}
.wmi-table thead th.sortable {
  cursor: pointer;
}
.wmi-table .action.view,
.wmi-table .action.order {
  color: #67a48a !important;
}
.wmi-table .action.view:hover,
.wmi-table .action.order:hover {
  color: #67a48a !important;
}
.wmi-table .addto-wishlist {
  text-align: center;
}
.wmi-table .addto-wishlist .towishlist {
  margin-top: 8px;
}
.wmi-table .addto-wishlist .towishlist.remove {
  color: #f7cb0c;
}
.wmi-table .amcorder-button {
  color: #67a48a !important;
}
.wmi-table .amcorder-button:hover {
  color: #67a48a !important;
  text-decoration: underline !important;
}
.wmi-table .wmi-qty .qty-input {
  max-width: 80px;
  min-width: 40px;
}
.wmi-table .total-price {
  width: 100px;
}
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination a {
  padding: 0.75rem 1rem;
  color: #67a48a;
  text-decoration: none;
  border: 1px solid #67a48a;
  margin: 0 2px;
  border-radius: 4px;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wimakeit-inactive .pagination a {
  transition: none !important;
}
.pagination a.active {
  background: #67a48a;
  color: white;
}
.pagination a:hover {
  background: #67a48a;
  color: white;
}
.myshop-container-filter {
  display: flex;
  gap: 10px;
}
.myshop-container-filter select {
  max-width: 300px;
  font-size: 0.875rem;
}
.wmi.message {
  margin-top: 1rem;
}
.wmi-date-filter {
  display: flex;
  align-items: end;
  gap: 10px;
  flex-wrap: wrap;
}
.wmi-date-filter .start-date-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
}
.wmi-date-filter .start-date-container #start_date {
  font-size: 0.875rem;
}
.wmi-date-filter .end-date-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
}
.wmi-date-filter .end-date-container #end_date {
  font-size: 0.875rem;
}
.wmi-date-filter .filter-payable label {
  background-color: white;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 15px 10px 10px;
  cursor: pointer;
  user-select: none;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: black;
}
.wmi-date-filter .filter-payable input {
  display: none;
}
.wmi-date-filter .filter-payable input + label .action {
  position: relative;
  overflow: hidden;
  display: grid;
}
.wmi-date-filter .filter-payable input + label .action span {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  transition: all .5s;
}
.wmi-date-filter .filter-payable input + label .action span.option-1 {
  transform: translate(0px, 0%);
  opacity: 1;
}
.wmi-date-filter .filter-payable input:checked + label .action span.option-1 {
  transform: translate(0px, -100%);
  opacity: 0;
}
.wmi-date-filter .filter-payable input + label .action span.option-2 {
  transform: translate(0px, 100%);
  opacity: 0;
}
.wmi-date-filter .filter-payable input:checked + label .action span.option-2 {
  transform: translate(0px, 0%);
  opacity: 1;
}
.wmi-date-filter #filter-date-range {
  outline: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  color: rgba(var(--button-color), var(--button-alpha, 1));
  background: rgba(var(--button-bg), var(--button-bg-alpha));
  border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
  border-radius: 0.25rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --link-color: var(--button-color);
  --link-alpha: 1;
  --button-bg: var(--button-primary-bg);
  --button-color: var(--button-primary-color);
  --button-border-color: var(--button-primary-border-color);
}
.wmi-date-filter #filter-date-range:disabled,
.wmi-date-filter #filter-date-range.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.wimakeit-inactive .wmi-date-filter #filter-date-range {
  transition: none !important;
}
.wmi-date-filter #filter-date-range.selected {
  --button-color: 255, 255, 255;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
}
@media (hover: hover) {
  .wmi-date-filter #filter-date-range:hover {
    --button-bg-alpha: var(--button-hover-bg-alpha);
    text-decoration: none !important;
    --button-bg: var(--brand-hover-color);
    --button-border-color: var(--button-hover-bg);
  }
}
.wmi-date-filter #filter-date-range:focus-visible {
  --button-border-alpha: 1;
  z-index: 10;
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 2px;
}
.wmi-product-files-list {
  border-top: 2px solid #eee;
  padding-top: 2.5rem;
}
.wmi-product-files-list a {
  color: #67a48a;
}
.invoices {
  display: block;
}
.ajax-loader {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  z-index: 999;
  /* Sit on top */
  left: 50%;
  top: 50%;
  width: 120px;
  /* Width of spinner */
  height: 120px;
  /* Height of spinner */
  margin: -60px 0 0 -60px;
  /* Center the spinner */
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-radius: 50%;
  border-top: 16px solid #3498db;
  /* Blue */
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wimakeit-add-to-cart {
  color: #ffffff !important;
  background-color: #67a48a !important;
  cursor: pointer;
}
.wimakeit-add-to-cart:hover {
  background-color: #67a48a !important;
}
/* Checkout */
.opc .checkout-shipping-address {
  padding-bottom: 0;
}
div[name="billingAddressshared.firstname"] {
  display: none !important;
}
.fieldset.address {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.75rem;
}
.fieldset.address select {
  overflow: hidden;
}
.fieldset.address > .field {
  margin: 0 !important;
  width: calc(50% - 0.25rem);
}
.fieldset.address > .field .field-tooltip-content {
  --dropdown-width: 10rem;
}
.fieldset.address > .field.choice,
.fieldset.address > .field.street {
  width: 100%;
}
.authentication-wrapper {
  position: relative;
  float: right;
  top: -0.625rem;
  right: 0;
}
.authentication-wrapper + * {
  clear: left;
}
.opc .form-login .actions-toolbar {
  justify-content: flex-start;
}
.checkout-payment-method .form.payments > .fieldset > br,
.checkout-payment-method .form.payments > .fieldset > hr,
.checkout-payment-method .form.payments > .fieldset > .legend {
  display: none;
}
.opc-payment ~ div:not([style*="none"]) {
  margin-top: 1.5rem;
}
.opc-payment ~ div:not([style*="none"]) + div {
  margin-top: 0.25rem;
}
.opc-payment ~ .checkout-billing-address {
  margin: 1.5rem 0;
}
.payment-method-title {
  padding: 0.5rem 0;
}
.payment-method-content {
  margin: 0;
  padding: 0.5rem 0 0 1.5rem;
  display: none;
}
._active .payment-method-content {
  display: block;
}
.payment-method .fieldset {
  margin-bottom: 1rem;
}
.payment-method .checkout-billing-address {
  margin-bottom: 1rem;
}
.payment-method iframe[width="0"][height="0"] {
  display: block;
}
.credit-card-types {
  display: flex;
  gap: 0.375rem;
}
.credit-card-types img {
  max-width: 30px;
  filter: grayscale(100%);
}
.credit-card-types ._active img {
  filter: grayscale(0%);
}
.credit-card-types._inactive {
  opacity: .4;
}
.ccard .legend {
  display: none;
}
.ccard input[type=number] {
  -moz-appearance: textfield;
}
.ccard input::-webkit-outer-spin-button,
.ccard input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.ccard .month .select {
  width: 140px;
}
.ccard .year .select {
  width: 90px;
}
.ccard .captcha .input-text,
.ccard .number .input-text {
  width: 225px;
}
.ccard > .field.cvv > .control {
  display: inline-block;
}
.ccard .cvv .input-text {
  width: 80px;
}
.field-select-billing {
  margin-bottom: 1rem;
}
.field-select-billing:has(> .control:empty) {
  display: none !important;
}
.field-select-billing:has(> .control:empty) + div {
  margin-top: 0;
}
.billing-address-details {
  margin: 0;
  padding: 0.5rem 0 0 1.5rem;
}
.billing-address-details .action {
  margin-top: 0.25rem;
}
.billing-address-same-as-shipping-block[style*="display: none"] ~ .billing-address-details {
  padding: 0;
}
.payment-option._active {
  margin-bottom: 0.5rem;
}
.payment-option-title.field.choice {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
}
.payment-option-content {
  padding-top: 0.5rem;
}
.payment-option .form-discount {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.payment-option .form-discount .actions-toolbar {
  margin: 0;
}
.payment-option .form-discount .actions-toolbar .action {
  white-space: nowrap;
}
.form-discount label + .control,
.form-giftcard-account label + .control {
  margin: 0 !important;
}
.checkout-agreements-block .field + .field {
  margin-top: 0.25rem;
}
.checkout-agreements .action-show {
  white-space: normal;
}
.agreements-modal .modal-inner-wrap {
  --modal-max-width: 850px;
}
.page-layout-checkout {
  --container-max-width: 980px;
}
.page-layout-checkout .page-header {
  background: #ffffff;
}
.page-layout-checkout .page-main {
  padding-top: 1.25rem;
}
.page-layout-checkout .page-title-wrapper,
.page-layout-checkout .nav-toggle {
  display: none;
}
.page-layout-checkout .header.content {
  justify-content: center;
  --container-padding: 1rem 0.5rem 0.25rem 0.5rem;
}
.page-layout-checkout .page-title-wrapper ~ .columns {
  margin-top: 0;
}
.checkout-container {
  --sidebar-width: 320px;
  --sidebar-gap: 1rem;
  --checkout-step-padding-x: 1rem;
  --checkout-step-padding-y: var(--checkout-step-padding-x);
  display: flow-root;
}
.checkout-container .messages {
  clear: both;
}
.opc .actions-toolbar {
  justify-content: flex-end;
}
.opc .step-title,
.opc .field-select-billing .label,
.opc-block-summary > .title {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin: 0 0 0.75rem;
}
.opc > li {
  padding: var(--checkout-step-padding-y) var(--checkout-step-padding-x);
  position: relative;
}
.opc {
  background: rgba(255, 255, 255, .5);
  border: 2px solid #eff3f6;
  border-radius: 0.25rem;
}
.opc-estimated-wrapper {
  background: rgba(255, 255, 255, .5);
  border: 2px solid #eff3f6;
  border-radius: 0.25rem;
}
.checkout-index-index .header-bottom-right {
  display: none;
}
.page-wrapper .loading-mask {
  transition: 0s visibility 1200ms linear;
}
.loading-mask[style*="block"] ~ .opc-wrapper .loading-mask,
.loading-mask:not([style]) ~ .opc-wrapper .loading-mask,
.loading-mask[style*="block"] ~ .page-wrapper .loading-mask,
.loading-mask:not([style]) ~ .page-wrapper .loading-mask {
  visibility: hidden;
  transition: none;
}
.opc-progress-bar {
  color: #9ca3af;
  margin-bottom: 1rem;
}
.opc-progress-bar ._active span {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  font-weight: bold;
}
.opc-progress-bar ._complete span {
  cursor: pointer;
}
.opc-progress-bar li::after {
  color: #9ca3af;
}
.shipping-address-item {
  position: relative;
  padding: 0.5rem;
  width: calc(50% - 0.5rem);
  border: 2px solid #f9fafb;
  line-height: 1.75rem;
}
.shipping-address-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.shipping-address-item .action {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
.shipping-address-item .action-select-shipping-item {
  opacity: 0;
}
.shipping-policy-block {
  position: absolute;
  top: calc(var(--checkout-step-padding-y) + 0.25rem);
  right: calc(var(--checkout-step-padding-x) + 0.25rem);
}
.table-checkout-shipping-method thead {
  display: none;
}
.table-checkout-shipping-method tr {
  border: 0;
}
.table-checkout-shipping-method .col-method:first-child {
  text-align: center;
}
.table-checkout-shipping-method .col-method span {
  font-weight: 500 !important;
}
.table-checkout-shipping-method .col-carrier {
  font-weight: 500 !important;
}
.table-checkout-shipping-method .col {
  height: 52px;
}
.table-checkout-shipping-method .sc-position-relative input {
  margin-left: -5px;
}
.table-checkout-shipping-method .row {
  cursor: pointer;
}
.shipping-address-item.selected-item {
  border-color: #67a48a;
}
.shipping-address-item.selected-item::after {
  color: #67a48a;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 2rem;
  height: 2.75rem;
  padding: 0.5rem;
}
.shipping-address-item .edit-address-link {
  right: 0.5rem;
  top: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  opacity: .6;
  background: #ffffff;
  display: block !important;
}
.shipping-address-item .edit-address-link::before {
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.606 2.642a2.19 2.19 0 0 1 3.1 0l1.666 1.668a2.19 2.19 0 0 1 0 3.1L9.135 19.652a3.8 3.8 0 0 1-1.597.947l-4.735 1.39c-.22.03-.458.007-.62-.157a.62.62 0 0 1-.158-.619l1.393-4.735c.177-.603.503-1.15.947-1.597zm2.215.886a.94.94 0 0 0-1.33 0l-2.146 2.144 2.998 2.963 2.145-2.11a.94.94 0 0 0 0-1.329zM6.289 17.726l2.497.501 8.638-8.672-2.963-2.998-8.671 8.672zm-1.53-1.26a2.5 2.5 0 0 0-.14.364l-1.068 3.636 3.63-1.069q.194-.059.369-.14l-1.916-.384a.63.63 0 0 1-.491-.493z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  color: inherit !important;
}
.shipping-address-item:hover .action-select-shipping-item {
  opacity: 1;
}
.new-address-popup {
  margin-top: 1rem;
}
.sc-delivery-method-description {
  font-size: 0.875rem;
}
#store-pickup {
  padding-bottom: 0;
}
#store-pickup .form-login {
  margin: 1rem 0;
}
#opc-store-selector-popup {
  display: none;
}
#delivery-method-selector ~ div {
  margin-top: 1rem;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  padding: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.store-selector-popup .modal-content {
  padding-top: 0.25rem;
}
.store-selector-search {
  display: flex;
  gap: 0.5rem;
}
.store-selector-search .label {
  display: none;
}
.store-selector-search .label + .control {
  margin-top: 0;
}
.store-selector-search .field {
  flex-grow: 1;
}
.store-selector-search .actions .search {
  height: 100%;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin-top: 0.5rem;
  color: #9ca3af;
}
.opc-summary-wrapper .action-edit {
  text-transform: capitalize;
}
.opc-summary-wrapper .shipping-information {
  display: flex;
  gap: 0.5rem;
  color: #9ca3af;
  padding-top: 0.75rem;
  border-top: 1px solid #f3f4f6;
}
.opc-summary-wrapper .shipping-information > div {
  width: calc(50% - 0.25rem);
}
.opc-summary-wrapper .shipping-information-title {
  font-weight: 500;
  margin-bottom: 0.375rem;
}
.opc-summary-wrapper .table-totals {
  margin-top: 0.25rem;
}
.opc-block-summary {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.opc-block-summary .title {
  order: -10;
}
.opc-block-summary .items-in-cart {
  order: -5;
  margin-top: -0.5rem;
}
.opc-block-summary .items-in-cart > .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.opc-block-summary .items-in-cart > .title strong {
  font-weight: 450;
}
/* Pages */
:where(body:not(.narrow-page-reset)) .checkout-success,
:where(body:not(.narrow-page-reset)) #registration,
.login-container,
.form.form-orders-search,
.form.search.advanced,
.form.password.forget,
.form.password.reset,
.form.send.confirmation,
.form-create-account,
.page-layout-1column.cms-no-route .columns {
  margin-bottom: -55px;
}
:where(body:not(.narrow-page-reset)) .checkout-success + #registration {
  margin-top: 85px;
}
.form.form-orders-search .action.primary,
.form.search.advanced .action.primary,
.form.password.forget .action.primary,
.form.password.reset .action.primary,
.form.send.confirmation .action.primary,
.form-create-account .action.primary {
  width: 100%;
}
.login-container {
  max-width: none;
}
.login-container .block > .block-title {
  padding: 0.75rem 0;
  margin: 0 0 0.75rem;
}
.column.main .form.contact .action.primary {
  width: 100%;
}
:where(body:not(.narrow-page-reset)) .checkout-success .actions-toolbar,
.form.form-orders-search .actions-toolbar,
.form-create-account .actions-toolbar {
  justify-content: center;
}
.catalogsearch-advanced-index .page.messages,
.customer-account-forgotpassword .page.messages,
.customer-account-create .page.messages {
  max-width: 550px;
  margin: 0 auto;
}
:where(body:not(.narrow-page-reset)) .checkout-success,
:where(body:not(.narrow-page-reset)) .checkout-success + #registration {
  text-align: center;
}
.checkout-cart-index .action-edit {
  display: none !important;
}
.checkout-cart-index .column.main .block .title {
  padding: 1rem;
  background: #f9fafb;
}
.checkout-cart-index .column.main .block:not(.crosssell) .content {
  padding: 1rem;
}
.checkout-cart-index .column.main .block .products-grid {
  margin-top: max(2 * var(--listing-grid-item-margin), -2 * var(--listing-grid-item-margin));
}
.checkout-cart-index .summary.title {
  margin-bottom: 20px;
  margin-left: 15px;
}
#request-quote-button {
  text-wrap: auto;
}
button[type="submit"].action.update {
  display: none !important;
}
:where(.table-totals, .table.totals) a {
  display: inline-block;
}
:where(.table-totals, .table.totals) button {
  padding: 0 0.375rem;
  border: 0;
}
:where(.table-totals, .table.totals) .amount {
  text-align: right;
}
:where(.table-totals, .table.totals) [class^="totals-tax"],
:where(.table-totals, .table.totals) .totals:not(.grand) {
  color: #9ca3af;
  border: 0;
}
:where(.table-totals, .table.totals) [class^="totals-tax"] th,
:where(.table-totals, .table.totals) .totals:not(.grand) th,
:where(.table-totals, .table.totals) [class^="totals-tax"] td,
:where(.table-totals, .table.totals) .totals:not(.grand) td {
  font-weight: 300;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
:where(.table-totals, .table.totals) .totals-tax-details {
  display: none;
}
:where(.table-totals, .table.totals) .totals-tax-details.shown {
  display: table-row;
}
:where(.table-totals, .table.totals) .totals-tax-summary .amount .price {
  display: inline-flex;
}
:where(.table-totals, .table.totals) .totals-tax-summary .amount .price::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
:where(.table-totals, .table.totals) .grand.totals {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.cart-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  row-gap: 2rem;
}
.cart-container .form-cart {
  order: -2;
}
.cart-container .gift-wrapping .gift-options-content {
  margin: 0.5rem 0 0.75rem;
}
.cart-container .gift-wrapping .gift-printed-card {
  margin-top: 0.25rem;
}
.cart-container .gift-summary .price-box,
.cart-container .gift-options .price-box {
  margin-left: 1.25rem;
}
.cart-container .cart.actions {
  padding-top: 0.75rem;
  justify-content: flex-end;
  border-top: 1px solid #f3f4f6;
}
.cart-container .cart.actions .continue {
  display: none;
}
.cart-container .cart.actions .wimakeit-cart-main-action {
  order: -1;
  flex: 1 0 auto;
  font-size: 14px;
}
.cart-container .cart-summary {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.cart-container .cart-summary > .block ~ div {
  margin: 0;
}
.cart-container .discount .content,
.cart-container .shipping .content {
  display: none;
}
.cart-container .cart-totals {
  padding: 0 1rem;
}
.cart-container .col.price {
  white-space: nowrap !important;
}
.cart-container .col.price span:nth-child(2) {
  display: none !important;
}
.cart-container .col.subtotal {
  white-space: nowrap !important;
}
.cart-container .col.subtotal span:nth-child(2) {
  display: none !important;
}
.cart-container .col.subtotal {
  text-align: right;
  padding-right: 0.25rem;
  text-wrap: nowrap;
}
.cart-container .checkout-methods-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.cart-container .checkout-methods-items li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.cart-container .checkout-methods-items li > div {
  width: 100%;
}
.cart-container .checkout-methods-items li:first-child {
  width: 100%;
}
.cart-container .checkout-methods-items .primary {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  padding: 0.5rem;
  width: 100%;
}
.cart-container .checkout-methods-items .multicheckout {
  display: none;
}
.cart.item {
  position: relative;
}
.wimakeit-attribute.wmi_s_fabrican {
  color: #111827;
}
.wimakeit-attribute.wmi_s_fabrican .list-attributepages {
  color: #67a48a;
  margin: 0;
}
.wimakeit-attribute.wmi_s_fabrican a {
  font-size: 12px;
  font-weight: 500;
}
.wimakeit-product-reference {
  text-wrap: nowrap;
  font-size: 12px;
}
.cart.table-wrapper .item-info {
  border: 0;
}
.cart.table-wrapper .item-info .item-options {
  display: flex;
  gap: 5px;
  margin: 0;
  font-size: 12px;
}
.cart.table-wrapper .item-info .item-options dt::after {
  content: ':';
  margin-left: 5px;
}
.cart.table-wrapper .item-actions .action.towishlist {
  display: none !important;
}
.cart.table-wrapper .item-actions td {
  padding: 0;
}
.cart.table-wrapper .product-item-photo {
  float: left;
  max-width: 40%;
}
.cart.table-wrapper .product-item-details {
  float: left;
  max-width: calc(60% - 0.75rem);
  margin-left: 0.75rem;
}
.cart.table-wrapper .product-item-name {
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
  margin-bottom: 0;
  text-wrap: nowrap;
}
.cart.table-wrapper .control.qty input.qty {
  padding: 0 0 0 0.25rem;
  border: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 2.5rem;
  border-color: transparent;
}
.cart.table-wrapper .actions-toolbar {
  margin: 0 0.25rem;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.cart.table-wrapper .action::before {
  width: 1.5rem;
  height: 1.5rem;
}
.cart.table-wrapper .action-edit,
.cart.table-wrapper .action-delete,
.cart.table-wrapper .action-towishlist {
  --muted-alpha: .3;
  color: #9ca3af;
}
.cart.table-wrapper .action-edit:hover,
.cart.table-wrapper .action-delete:hover,
.cart.table-wrapper .action-towishlist:hover {
  color: #67a48a;
}
.cart.table-wrapper .action-edit::before,
.cart.table-wrapper .action-delete::before,
.cart.table-wrapper .action-towishlist::before {
  content: '';
  display: block;
}
.cart.table-wrapper .action-gift {
  gap: 0;
}
.cart.table-wrapper .action-gift::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.cart.table-wrapper .gift-options-cart-item {
  margin-right: auto;
}
.cart.table-wrapper .gift-content {
  display: none;
  max-width: 100%;
  margin: 0.5rem 0 0;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .gift-content .actions-toolbar {
  margin: 0.5rem 0;
  justify-content: flex-start;
}
.cart.table-wrapper .gift-options-title {
  margin: 0.5rem 0;
}
.cart.table-wrapper .item-options,
.cart.table-wrapper .message {
  margin: 0.5rem 0;
}
.cart-tax-total {
  display: inline-flex;
  gap: 0.125rem;
  align-items: center;
}
.cart-tax-total::after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
  transform: rotate(90deg);
}
.cart.table-wrapper .action-edit:hover,
.cart.table-wrapper .action-delete:hover,
.cart.table-wrapper .action-towishlist:hover {
  --muted-alpha: .6;
}
.cart.table-wrapper .action::before {
  -webkit-mask-size: 1.25rem 1.25rem;
}
.cart.table-wrapper .action-edit::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.606 2.642a2.19 2.19 0 0 1 3.1 0l1.666 1.668a2.19 2.19 0 0 1 0 3.1L9.135 19.652a3.8 3.8 0 0 1-1.597.947l-4.735 1.39c-.22.03-.458.007-.62-.157a.62.62 0 0 1-.158-.619l1.393-4.735c.177-.603.503-1.15.947-1.597zm2.215.886a.94.94 0 0 0-1.33 0l-2.146 2.144 2.998 2.963 2.145-2.11a.94.94 0 0 0 0-1.329zM6.289 17.726l2.497.501 8.638-8.672-2.963-2.998-8.671 8.672zm-1.53-1.26a2.5 2.5 0 0 0-.14.364l-1.068 3.636 3.63-1.069q.194-.059.369-.14l-1.916-.384a.63.63 0 0 1-.491-.493z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.cart.table-wrapper .action-delete::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 21 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.809 10.309a.62.62 0 0 1 .882 0l2.059 2.058 2.059-2.058a.62.62 0 0 1 .882 0 .62.62 0 0 1 0 .882l-2.058 2.059 2.058 2.059a.62.62 0 0 1 0 .882.62.62 0 0 1-.882 0l-2.059-2.058-2.059 2.058a.62.62 0 0 1-.882 0 .62.62 0 0 1 0-.882l2.058-2.059-2.058-2.059a.62.62 0 0 1 0-.882m6.304-7.428L15.16 4.5h3.715a.626.626 0 0 1 0 1.25h-.625v13.125A3.124 3.124 0 0 1 15.125 22h-8.75a3.125 3.125 0 0 1-3.125-3.125V5.75h-.625a.625.625 0 1 1 0-1.25H6.34l1.012-1.619A1.88 1.88 0 0 1 8.942 2h3.617c.644 0 1.246.333 1.554.881M7.816 4.5h5.868l-.598-.956a.62.62 0 0 0-.527-.294H8.94a.62.62 0 0 0-.527.294zM4.5 18.875c0 1.035.84 1.875 1.875 1.875h8.75c1.035 0 1.875-.84 1.875-1.875V5.75H4.5z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.cart.table-wrapper .action-gift::after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
  transform: rotate(90deg);
}
.cart.table-wrapper .action-gift._active::after {
  transform: rotate(-90deg);
}
.cart-tax-total {
  cursor: pointer;
}
.cart-tax-total::after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.cart-tax-total-expanded::after {
  transform: rotate(-90deg);
}
.attributepages-short-description {
  display: none;
}
.totals-tax-summary {
  cursor: pointer;
}
.totals-tax-summary .amount .price::before {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
  transform: rotate(90deg) translate(50%, 25%);
}
.totals-tax-summary.expanded .amount .price::before {
  transform: rotate(-90deg) translate(-50%, -25%);
}
.checkout-onepage-success #registration br {
  display: none;
}
.checkout-success {
  margin-bottom: 15px;
}
.page-narrow .checkout-success {
  text-align: center;
}
.page-narrow .checkout-success .actions-toolbar {
  margin-top: 2.5rem;
  justify-content: center;
}
.action.action-auth-toggle:hover {
  color: white;
}
.action.continue {
  color: white;
}
.action.primary {
  color: white;
}
.action.primary:hover {
  color: white;
}
.contact-index-index .footer-top {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.footer-top .form.contact {
  margin: -80px auto;
}
.footer-top .form.contact .field.note {
  display: none;
}
.footer-top .form.contact .actions-toolbar {
  justify-content: center;
}
.customer-account-logoutsuccess.narrow-page .column.main {
  text-align: center;
}
#group-fields-customer-attributes .admin__legend.step-title {
  display: none !important;
}
body.account .page-main {
  max-width: 1600px !important;
}
.action.cookie-allow-all:hover {
  color: #ffffff !important;
}
.login-container .actions-toolbar {
  margin: 1.25rem 0;
}
.login-container > .block {
  padding: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-address-edit .field ~ .message .button-close {
  display: none;
}
.form-edit-account .fieldset.password:not([style]) {
  display: none;
}
.form-edit-account .fieldset.info {
  display: block;
}
.form-edit-account .fieldset.additional_info {
  display: block;
  clear: both;
}
[data-role="password-strength-meter"] {
  display: none;
}
.form-wishlist-items div:empty,
.form-wishlist-items .product-reviews-summary {
  display: none;
}
.form-wishlist-items .box-tocart {
  border: 0;
  padding: 0;
}
.page-title-wrapper .order-status {
  display: inline-block;
  border: 2px solid #f3f4f6;
  padding: 0.375rem 0.75rem;
}
.page-title-wrapper .order-status + .order-date {
  margin-left: 0.5rem;
}
.page-title-wrapper .order-date {
  display: inline-block;
  margin: 0;
}
.order-links {
  display: flex;
  margin-bottom: 0.5rem;
}
.order-links > .item {
  padding: 0.5rem 0.75rem;
  background-color: #f9fafb;
}
.order-links > .item.current {
  --divider-alpha: .2;
}
.order-details-items {
  margin: 0.5rem 0;
}
.order-links ~ .order-details-items .order-title {
  display: none;
}
.order-details-items dl.item-options {
  margin-top: 0.5rem;
}
.order-details-items tbody tr:not(:last-child) {
  border-bottom: 0;
}
.order-details-items tbody tr + tr td:first-child {
  padding-left: 1rem;
}
.order-details-items tbody tr + tr:not(:last-child) td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.sidebar .delimiter {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
#block-collapsible-nav {
  font-size: 14px;
}
#block-collapsible-nav ul.has-active,
#block-collapsible-nav ul.active {
  display: block !important;
}
#block-collapsible-nav li.nav.item {
  position: relative;
}
#block-collapsible-nav li.nav.item.has-active > a,
#block-collapsible-nav li.nav.item.opened > a,
#block-collapsible-nav li.nav.item.active > a {
  background: #ebf2fa;
}
#block-collapsible-nav li.nav.item.active > a {
  font-weight: 500;
}
#block-collapsible-nav .wmi-myshop-link.level-0 {
  padding-left: 1.75rem !important;
}
#block-collapsible-nav .wmi-myshop-link.level-1 {
  padding-left: 3rem !important;
}
#block-collapsible-nav .wmi-myshop-link.level-2 {
  padding-left: 4.25rem !important;
}
.paypal-review {
  max-width: none;
}
.paypal-review .block-order-details-view .block-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.5rem;
}
.paypal-review .block-order-details-view .block-content .box {
  margin: 0;
}
@media (min-width: 640px) {
  .paypal-review .block-order-details-view .block-content {
    flex-direction: row;
  }
}
.paypal-review .box-order-billing-address img[src*="paypalobjects.com"] {
  width: 39px;
}
.paypal-review-discount,
.paypal-review-items {
  margin: 1rem 0;
}
.paypal-review .discount .title {
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid #f3f4f6;
  border-width: 1px 0;
  margin-bottom: 1rem;
}
.paypal-review .discount .title strong {
  font-weight: 300;
}
.paypal-review .paypal-review-title a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: 0.5rem;
}
.paypal-review .cart.items tfoot .mark ~ td {
  text-align: right;
}
.paypal-review .actions-toolbar {
  justify-content: flex-end;
}
.privacy-policy {
  --sidebar-width: 250px;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "sidebar" "main";
  gap: 1rem;
  row-gap: 1rem;
}
.privacy-policy > .privacy-policy-content {
  grid-area: main;
}
.privacy-policy > .block-collapsible-nav {
  grid-area: sidebar;
}
.page-print .logo {
  display: inline-block;
  margin-bottom: 0.5cm;
}
@media print {
  @page {
    size: auto;
    margin: 0;
  }
  body {
    margin: 1cm;
    min-height: auto;
  }
  a {
    --link-color: 126, 121, 121;
  }
  .page-header,
  .page-footer {
    display: none;
  }
  .page-wrapper {
    min-height: 0;
  }
  .page-main {
    padding: 0;
    margin: 0;
  }
  [data-action="toggle-nav"] {
    display: none;
  }
  .hidden-print {
    display: none !important;
  }
}
/* Vendor */
.amgdprcookie-modal-container.modal-slide {
  display: block;
  padding: 0;
}
.amgdprcookie-modal-container.modal-slide .amgdprcookie-modal-template .amgdprcookie-settings-form .amgdprcookie-policy-container {
  background: white;
}
.fancybox-container .fancybox-caption {
  display: none !important;
}
.fancybox-container .fancybox-content {
  transform: translate(0, 25%) !important;
}
@media only screen and (max-width: 767px) {
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .block-swissup-ajaxsearch .minisearch .inactive:not(:has(:focus-visible)) {
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    opacity: 0;
    pointer-events: none;
  }
  .wimakeit-breadcrumbs-container,
  .breadcrumbs ul,
  .opc-progress-bar {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
  }
  .sidebar .block-collapsible-nav {
    background: #ffffff;
    position: absolute;
    margin: 0 !important;
    top: 0;
    width: 100%;
  }
  .block-collapsible-nav .content {
    display: none;
  }
  .block-collapsible-nav .content::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    margin-top: -10px;
    box-shadow: 0 10px 10px #ffffff;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .modal-inner-wrap {
    transform: translateY(10px);
  }
  .tooltip.wrapper {
    --dropdown-width: 12rem;
  }
  .wmi-image-superpose {
    margin: 30px 0;
  }
  .wmi-image-superpose .wmi-image-superpose-wrapper {
    flex-direction: column !important;
  }
  .wmi-image-superpose .wmi-image-superpose-wrapper .wmi-image-superpose-text-block {
    padding: 20px 15px !important;
    max-width: 98%;
    width: 98% !important;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
  }
  .wmi-image-superpose .wmi-image-superpose-wrapper img {
    left: 0;
    border-radius: 4px;
    width: 100% !important;
  }
  .wmi-image-superpose .wmi-image-superpose-description p {
    font-size: 14px;
    line-height: 1.5;
  }
  .wmi-image-superpose .fontaine-title {
    font-size: 20px !important;
    line-height: 1.3;
  }
  .wmi-image-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.5rem !important;
  }
  #request-quote-modal button[type="submit"] {
    margin-bottom: 100px !important;
  }
  .md-down\:justify-center {
    justify-content: center;
  }
  .md-down\:a-center,
  .md-down-a-center {
    text-align: center;
  }
  .post-list-wrapper.blog-widget-recent .wimakeit-post-list {
    display: block !important;
  }
  .post-list-wrapper.blog-widget-recent .wimakeit-post-list .post-header {
    display: block !important;
  }
  .post-list-wrapper.blog-widget-recent .wimakeit-post-list .post-header .post-information {
    max-width: none !important;
  }
  .post-list-wrapper.blog-widget-recent .wimakeit-post-list .post-header .post-information .post-title-holder {
    margin-top: 10px;
  }
  .d-flex-ltr {
    justify-content: center;
    flex-direction: column !important;
    align-items: center;
  }
  .block.newsletter .form {
    justify-content: center !important;
  }
  .page-header .panel.wrapper {
    display: none;
  }
  .page-header .header-bottom-right {
    display: none;
  }
  .page-header {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .wimakeit-header-links {
    align-items: flex-start;
    flex-direction: column;
  }
  .wimakeit-header-links li a {
    color: inherit;
  }
  .wimakeit-store-switcher {
    padding: 0.5rem;
  }
  .switcher-language {
    padding: 0.5rem !important;
    margin: 0 !important;
  }
  .switcher-language .dropdown[aria-hidden="false"] {
    left: 0 !important;
    width: max-content !important;
  }
  .header.content > .switcher > .actions > .action span {
    display: none;
  }
  .header.content {
    gap: 0.5rem;
  }
  .header.content .nav-toggle,
  .header.content .switcher-account,
  .header.content .search-wimakeit,
  .header.content .minicart-wrapper {
    margin-top: 20px;
  }
  .header.content .logo {
    width: auto;
  }
  .header.content .logo img {
    width: 160px;
  }
  .header.content .switcher-account {
    margin-left: auto;
  }
  .header.content .nav-toggle {
    margin-right: 0;
  }
  .wimakeit-pay,
  .wimakeit-download {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
  }
  .block.filter .filter-content {
    position: fixed;
    visibility: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    width: 24rem;
    z-index: 850;
    max-width: calc(100vw - 4rem);
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    overscroll-behavior: contain;
    overflow: auto;
    padding: 1rem;
  }
  .active.block.filter .filter-content,
  .filter-active .block.filter .filter-content {
    transform: translateX(0);
    visibility: visible;
  }
  .block.filter .filter-title strong::before {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    inset: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    visibility: hidden;
    content: '';
    z-index: 810;
    opacity: 0;
    pointer-events: none;
    background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
  }
  .wimakeit-inactive .block.filter .filter-title strong::before {
    transition: none !important;
  }
  .active.block.filter .filter-title strong::before,
  .filter-active .block.filter .filter-title strong::before {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .block.filter .filter-title strong::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 811;
    color: #ffffff;
    top: 1.25rem;
    left: min(calc(24rem + 1.125rem), calc(100vw - 2.75rem));
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.5rem 1.5rem;
    transform: translateX(-20px);
  }
  .active.block.filter .filter-title strong::after,
  .filter-active .block.filter .filter-title strong::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
  }
  .block.filter .filter-title {
    border: 0;
    padding: 0.5rem 0.25rem 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  .block.filter .filter-title::before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
  }
  .block.filter .filter-title[data-count]::after {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-left: 0.125rem;
    content: attr(data-count);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    min-height: 1.25rem;
    background: rgba(var(--danger-color), var(--danger-alpha, 1));
    color: #ffffff;
    border-radius: 1.25rem;
    padding: 0 0.25rem;
  }
  .block.filter .filter-title[data-count="0"]::after {
    display: none;
  }
  .page-layout-1column .block.filter .filter-title,
  .sidebar .block.filter .filter-title {
    position: absolute;
    z-index: 5;
    top: 0;
    margin: 0;
    max-width: 9rem;
    white-space: nowrap;
    overflow: hidden;
  }
  .block.filter .filter-current-subtitle {
    display: block;
    padding: 0.25rem 0;
  }
  .block.filter .filter-content .item {
    padding: 0.125rem 0;
  }
  .page-with-filter.page-title-in-content .columns {
    padding-top: 3.25rem;
  }
  .page-with-filter.page-title-in-content .toolbar:not(.toolbar ~ .toolbar) {
    position: absolute;
    top: 0;
    width: 100%;
    flex-wrap: nowrap;
    margin: 0;
  }
  .page-with-filter .toolbar .modes {
    margin-left: 9rem;
  }
  .block.filter [data-role="title"] {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .block.filter .filter-title::before {
    content: '';
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M3 3a1 1 0 011-1h12a1 1 0 011 1v3a1 1 0 01-.293.707L12 11.414V15a1 1 0 01-.293.707l-2 2A1 1 0 018 17v-5.586L3.293 6.707A1 1 0 013 6V3z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.25rem 1.25rem;
  }
  .block.filter .filter-content {
    padding: 1rem 1.5rem;
  }
  .navigation-wrapper {
    background: white;
  }
  #navpro-topnav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  #navpro-topnav .li-item.level0 {
    border-bottom: 1px solid #e5e5e5;
  }
  #navpro-topnav .li-item.level0 > a.level-top {
    padding: 8px;
    border-radius: 4px;
  }
  #navpro-topnav .navpro-dropdown {
    position: static !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #f8f8f8;
    margin: 0;
  }
  .navigation-wrapper {
    display: none;
    position: fixed;
    visibility: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    width: 24rem;
    z-index: 850;
    max-width: calc(100vw - 4rem);
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    overscroll-behavior: contain;
    overflow: auto;
    padding: 1rem;
  }
  .nav-open .navigation-wrapper {
    transform: translateX(0);
    visibility: visible;
  }
  .nav-open .navigation-wrapper,
  .nav-before-open .navigation-wrapper {
    display: block;
  }
  .nav-toggle::before {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    inset: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    visibility: hidden;
    content: '';
    z-index: 810;
    opacity: 0;
    pointer-events: none;
    background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
  }
  .wimakeit-inactive .nav-toggle::before {
    transition: none !important;
  }
  .nav-open .nav-toggle::before {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .nav-toggle span::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 811;
    color: #ffffff;
    top: 1.25rem;
    left: min(calc(24rem + 1.125rem), calc(100vw - 2.75rem));
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.5rem 1.5rem;
    transform: translateX(-20px);
  }
  .nav-open .nav-toggle span::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
  }
  .navigation-wrapper .navigation {
    clear: both;
    padding: 0.5rem 0;
  }
  .navigation-wrapper .navigation > ul {
    margin: 0;
  }
  .navigation-wrapper li > a {
    padding: 0.5rem;
  }
  .navigation-wrapper .submenu {
    padding: 0 0 0 1rem;
    width: auto;
    top: -9999px;
    border: 0;
    box-shadow: none;
    background: none;
    transform: scale(1);
  }
  body:not(.wimakeit) .navigation-wrapper .submenu,
  .navigation-wrapper .submenu.shown,
  .navigation-wrapper .submenu[aria-expanded="true"]:not([aria-hidden]) {
    position: static !important;
    transform: scale(1);
  }
  body:not(.wimakeit) .navigation-wrapper .submenu .ui-icon {
    display: none;
  }
  body:not(.wimakeit) .navigation-wrapper .submenu[aria-expanded="true"]:not([aria-hidden]) .submenu {
    display: block !important;
  }
  .navigation-wrapper .parent > a::after {
    display: none;
  }
  .navigation-wrapper .opened > a .ui-icon {
    transform: rotate(90deg);
  }
  .header.content {
    flex-wrap: nowrap !important;
  }
  .block.newsletter .form.subscribe {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .mgz-element-product_slider .owl-carousel .owl-nav {
    text-align: center;
  }
  .pagebuilder-mobile-hidden {
    display: none;
  }
  [data-appearance="carousel"] .product-items .product-item-inner {
    margin-top: 0;
  }
  .pagebuilder-column-group,
  .pagebuilder-column-line {
    row-gap: 1rem;
    flex-wrap: wrap;
  }
  .pagebuilder-column {
    flex-basis: 100%;
    max-width: 100%;
  }
  .product-info-wrapper .product-info-main {
    display: contents;
  }
  .product.info.detailed .data.item.title {
    display: none !important;
  }
  .product.info.detailed .item.data.content:not(:last-child) {
    margin-bottom: 40px !important;
  }
  .product-info-wrapper {
    gap: 1.5rem;
  }
  .slick-slider {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .slick-slider .slick-slide {
    margin-right: 10px;
  }
  .product-item-info .product-item-details .product-item-actions {
    gap: .5rem;
    justify-content: center;
  }
  .product-item-info .product-item-details .product-item-actions .actions-primary {
    width: 100%;
  }
  .product-item-info .product-item-details .product-item-actions .actions-primary .action.primary {
    width: 100%;
  }
  .amsearch-overlay-block {
    display: none !important;
  }
  .amsearch-wrapper-block {
    display: none;
    padding: 0;
    max-width: none;
    margin-top: 1.5rem !important;
    position: absolute;
    z-index: 10;
    top: 93px;
    left: 0;
  }
  .amsearch-wrapper-block .amsearch-items-section {
    padding: 0;
  }
  .amsearch-wrapper-block .amsearch-items-section .amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
    transform: rotate(-90deg) !important;
  }
  .amsearch-wrapper-block .amsearch-items-section .amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
    transform: rotate(90deg) !important;
  }
  .amsearch-wrapper-block::before {
    display: none;
  }
  .search-wimakeit::before {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m21.816 20.934-5.527-5.528c1.219-1.422 1.926-3.261 1.926-5.281A8.125 8.125 0 0 0 10.09 2C5.603 2 2 5.638 2 10.125s3.638 8.125 8.09 8.125c2.019 0 3.861-.74 5.281-1.959l5.527 5.527q.236.181.477.182c.16 0 .32-.061.442-.183a.62.62 0 0 0 0-.883M10.125 17a6.863 6.863 0 0 1-6.875-6.875c0-3.79 3.05-6.875 6.875-6.875A6.84 6.84 0 0 1 17 10.125 6.863 6.863 0 0 1 10.125 17" fill="currentColor"/></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 2rem 2rem;
    color: #67a48a;
  }
  .dcf-table-responsive thead {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
  .dcf-table-responsive tr {
    display: block;
  }
  .dcf-table-responsive td {
    -webkit-column-gap: 3.16vw;
    -moz-column-gap: 3.16vw;
    column-gap: 3.16vw;
    display: grid;
    grid-template-columns: 1fr 2fr;
    text-align: left !important;
  }
  .dcf-table-responsive.dcf-table-bordered,
  .dcf-table-responsive.dcf-table-bordered thead th,
  .dcf-table-responsive.wmi-table,
  .dcf-table-responsive.wmi-table thead th {
    border-width: 0;
  }
  .dcf-table-responsive.dcf-table-bordered tbody td,
  .dcf-table-responsive.wmi-table tbody td {
    border-top-width: 0;
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
    padding-bottom: .75em;
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
    padding-bottom: 0;
  }
  .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
    padding-right: 0;
  }
  .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child,
  .dcf-table-responsive.wmi-table tbody tr:last-child td:last-child {
    border-bottom-width: 0;
  }
  .dcf-table-responsive tbody td:before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
    padding-right: 1.78em;
  }
  .wmi-table-parent {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .wmi-table-main {
    overflow: scroll;
  }
  .opc-estimated-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: var(--checkout-step-padding-y) var(--checkout-step-padding-x);
    margin-bottom: 1rem;
    width: 100%;
    clear: left;
  }
  .opc-estimated-wrapper .estimated-block {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .opc-estimated-wrapper .estimated-price {
    font-weight: 500;
  }
  .cart-container {
    row-gap: 1rem;
  }
  .cart-container #gift-options-cart {
    order: -1;
  }
  .cart.table-wrapper {
    overflow: scroll !important;
  }
  .account .page-main .columns {
    padding-top: 3.5rem;
  }
  .order-details-items .table-wrapper {
    padding: false;
  }
  .order-links ~ .order-details-items .table-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 639px) {
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .mgz-newsletter-form-inline {
    display: block;
  }
  .mgz-newsletter-form-inline .mgz-newsletter-fields {
    display: block;
  }
  .wmi-image-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .mobile-table,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) {
    display: block;
  }
  .mobile-table thead,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) thead {
    display: none;
  }
  .mobile-table tbody,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) tbody,
  .mobile-table tfoot,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) tfoot,
  .mobile-table th,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) th,
  .mobile-table tr,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) tr,
  .mobile-table td,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) td {
    display: block;
  }
  .mobile-table tr,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) tr {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .mobile-table td,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) td,
  .mobile-table th,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) th {
    padding: 0.25rem 0;
  }
  .mobile-table td[data-th]::before,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) td[data-th]::before,
  .mobile-table th[data-th]::before,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) th[data-th]::before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #9ca3af;
    font-weight: 500;
  }
  .mobile-table tfoot,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) tfoot {
    text-align: right;
  }
  .page-with-filter.page-title-in-content .toolbar-amount {
    display: none;
  }
  .page-with-filter .toolbar .sorter > label {
    display: none;
  }
  .toolbar .modes ~ .toolbar-amount {
    order: 100;
    width: 100%;
  }
  .header .block-search .label::before {
    display: block;
  }
  .minisearch .action.search {
    display: none;
  }
  .search-suggestions {
    flex-direction: column;
  }
}
@media only screen and (max-width: 479px) {
  .header.panel {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header.panel .header-panel-info {
    width: 100%;
    margin: 0;
    justify-content: center;
  }
  .header.panel > .switcher {
    max-width: 50%;
  }
  .page-with-filter .toolbar .sorter {
    width: calc(100% - 9rem);
  }
  .page-with-filter .toolbar .modes {
    display: none;
  }
  .products-grid .product-items .product-reviews-summary:not(.no-rating) .action,
  [data-appearance="carousel"] .product-items .product-reviews-summary:not(.no-rating) .action {
    text-decoration: none;
  }
  .products-grid .product-items .product-reviews-summary:not(.no-rating) .action span,
  [data-appearance="carousel"] .product-items .product-reviews-summary:not(.no-rating) .action span {
    display: none;
  }
  .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-block-header {
    padding: 0 20px 5px;
  }
  .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item {
    max-width: calc(100% / 1);
    padding: 15px;
  }
  .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .amsearch-image .amsearch-product-image-container {
    width: 100% !important;
  }
  .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .amsearch-image .amsearch-product-image-container .product-image-wrapper .product-image-photo {
    width: 100%;
  }
  .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .product-item-actions {
    width: 100%;
  }
  .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .product-item-actions .actions-primary .action.tocart.primary {
    font-size: 1rem;
    width: 100%;
  }
}
@media all and (min-width: 640px) {
  .paypal-fastlane-divider span {
    background-color: #ffffff;
  }
  .abs-form-field__media-sm__column-2 .fieldset {
    letter-spacing: -.25em;
  }
  .abs-form-field__media-sm__column-2 .fieldset > :not(.fieldset) {
    letter-spacing: normal;
  }
  .abs-form-field__media-sm__column-2 .fieldset > .field {
    padding-right: 0.5rem;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field__media-sm__column-2 .fieldset > :not(.field) ~ .field:not(.field .field):nth-child(3) {
    margin-top: 0;
  }
  .abs-form-field__media-sm__column-2 .fields .field + .field + .field {
    margin-top: 0.5rem;
  }
  .abs-form-row-builder .fields .fieldset {
    width: 80%;
    grid-template-columns: 1fr 1fr;
  }
  .wimakeit-page-narrow .breadcrumbs,
  .narrow-page:not(.narrow-page-reset).page-layout-1column .breadcrumbs {
    display: none;
  }
  .wimakeit-page-narrow .page-title-wrapper,
  .narrow-page:not(.narrow-page-reset).page-layout-1column .page-title-wrapper {
    margin: 4rem 0;
    text-align: center;
  }
  .wimakeit-page-narrow .page-main,
  .narrow-page:not(.narrow-page-reset).page-layout-1column .page-main {
    padding-bottom: 2rem;
  }
  .wimakeit-page-narrow .page-main .columns,
  .narrow-page:not(.narrow-page-reset).page-layout-1column .page-main .columns {
    max-width: 640px;
    margin: 0 auto;
  }
  .ui-dialog.popup {
    width: 24rem;
  }
  .modal-slide,
  .modal-popup,
  .modal-custom {
    justify-content: center;
  }
  .tooltip.wrapper .tooltip.content {
    right: auto;
    left: 0;
  }
  .sm\:hide,
  .sm-hide {
    display: none !important;
  }
  .sm\:show,
  .sm-show {
    display: revert !important;
  }
  .sm\:flex,
  .sm-flex {
    display: flex !important;
  }
  .sm\:grid {
    display: grid !important;
  }
  .header.panel,
  .header.content {
    --container-max-width: 100%;
  }
  :root {
    --listing-grid-columns: 3;
  }
  .block-search {
    position: relative;
  }
  .minisearch .control {
    background: transparent;
    position: static;
    display: block;
    padding: 0;
  }
  .minisearch .actions {
    display: flex;
    position: static;
  }
}
@media all and (min-width: 768px), print {
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 0.75rem;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 0.5rem;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  ul.select2-results__options > li.select2-results__option {
    margin: 0;
    padding: 1px 6px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper {
    display: block;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #dddddd;
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -1px;
    background: rgba(var(--input-bg), var(--input-bg-alpha));
    position: relative;
    z-index: 1;
    max-width: 30%;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper + .origin .input-text {
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container + .select2-container {
    right: auto !important;
    left: 0 !important;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container + .select2-container--open .select2-dropdown {
    right: auto;
    left: -1px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown {
    min-width: 250px;
    max-width: 450px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::before {
    left: 15px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::after {
    left: 14px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container--default .select2-results {
    padding: 3px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container--default .select2-results > .select2-results__options {
    padding-right: 3px;
    -webkit-overflow-scrolling: touch;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background-color: #ededed;
    border-radius: 4px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 4px;
  }
  .block-swissup-ajaxsearch .select2-container,
  .block-swissup-ajaxsearch .select2-container .select2-selection--single,
  .block-swissup-ajaxsearch .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
  }
  .block-swissup-ajaxsearch .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: none;
  }
  .block-swissup-ajaxsearch .select2-container--default {
    color: inherit;
  }
  .block-swissup-ajaxsearch .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
  }
  .block-swissup-ajaxsearch .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: currentColor;
  }
  .block-swissup-ajaxsearch .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: auto;
    line-height: normal;
    color: inherit;
  }
  .block-swissup-ajaxsearch .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: currentColor;
  }
  .block-swissup-ajaxsearch .select2-container--default .select2-search--dropdown .select2-search__field {
    box-shadow: none;
    height: auto;
  }
  .block-swissup-ajaxsearch.block-search .field.search {
    display: flex;
    flex-wrap: nowrap;
  }
  .block-swissup-ajaxsearch.block-search .field.search .origin {
    flex-grow: 1;
  }
  .swissup-ajaxsearch-folded-loading .header .block.block-search,
  .block-search.block-swissup-ajaxsearch.folded {
    width: 32px;
    height: 32px;
    opacity: 0;
    padding: 0;
  }
  .swissup-ajaxsearch-folded-loading .header .block.block-search .field.search,
  .block-search.block-swissup-ajaxsearch.folded .field.search {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .swissup-ajaxsearch-folded-loading .header .block.block-search .action.search,
  .block-search.block-swissup-ajaxsearch.folded .action.search {
    width: 32px;
    height: 32px;
    right: 0;
  }
  .swissup-ajaxsearch-folded-loading .header .block.block-search .action.search:before,
  .block-search.block-swissup-ajaxsearch.folded .action.search:before {
    font-size: 19px;
  }
  .block-search.block-swissup-ajaxsearch.folded {
    opacity: 1;
  }
  .block-search.block-swissup-ajaxsearch.folded .field.search {
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
  }
  .block-search.block-swissup-ajaxsearch.inline .field.search {
    background-color: #ffffff;
  }
  .block-search.block-swissup-ajaxsearch.inline .field.search .input-text {
    box-shadow: 0 0 0 3px #eaeaea;
  }
  .block-search.block-swissup-ajaxsearch.inline .swissup-ajaxsearch-filter-category-wrapper {
    flex-shrink: 0;
    min-width: 90px;
    width: 90px;
    margin-right: -90px;
  }
  .block-search.block-swissup-ajaxsearch.inline .swissup-ajaxsearch-filter-category-wrapper + .origin .input-text {
    padding-left: 95px;
    border-radius: 0.25rem;
  }
  .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
  }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
  }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
  }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select2-container .select2-search--inline {
    float: left;
  }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
  }
  .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
  }
  .select2-results {
    display: block;
  }
  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-results__option[aria-selected] {
    cursor: pointer;
  }
  .select2-container--open .select2-dropdown {
    left: 0;
  }
  .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-search--dropdown {
    display: block;
    padding: 4px;
  }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
  }
  .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .select2-search--dropdown.select2-search--hide {
    display: none;
  }
  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
  }
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
  }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
  }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
  }
  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
  }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
  }
  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
  }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
  }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
  }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
  }
  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
  }
  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
  }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
  }
  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
  }
  .select2-container--default .select2-results__option[role=group] {
    padding: 0;
  }
  .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
  }
  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
  }
  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
  }
  .select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
  }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
  }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
  }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
  }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
  }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
  }
  .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
  }
  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
  }
  .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
  }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
  }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
  }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
  }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
  }
  .select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
  }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
  }
  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
  }
  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
  }
  .select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
  }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
  }
  .select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
  }
  .select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
  }
  .select2-container--classic .select2-dropdown--above {
    border-bottom: none;
  }
  .select2-container--classic .select2-dropdown--below {
    border-top: none;
  }
  .select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
  }
  .select2-container--classic .select2-results__option[role=group] {
    padding: 0;
  }
  .select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
  }
  .select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
  }
  .select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
  }
  .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
  }
  .product.data.items .block.crosssell .products-grid .product-item {
    width: 25%;
    margin: 0;
  }
  .product.data.items .block.crosssell .product-item-actions {
    margin-top: 10px;
  }
  .product.data.items.collapsed > [role=tablist] {
    float: left;
    overflow-x: visible;
  }
  .product.data.items.collapsed > [role=tablist] > .item.title > .switch {
    padding: 0.25rem 1rem 0.25rem 1rem;
  }
  .product.data.items.accordion {
    margin: 0;
    padding: 0;
  }
  .product.data.items.accordion > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items.accordion > .item.title > .switch {
    display: block;
  }
  .product.data.items.accordion > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items.accordion > .item.content:before,
  .product.data.items.accordion > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items.accordion > .item.content:after {
    clear: both;
  }
  .product.data.items.accordion > .item.content.active {
    display: block;
  }
  .product.data.items.accordion > .item.title {
    margin: 0 0 0.25rem;
  }
  .product.data.items.accordion > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 2rem;
    padding: 0.25rem 1rem 0.25rem 1rem;
    font-weight: 500;
    line-height: 2rem;
    font-size: 2rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title > .switch:active {
    color: #111827;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title:not(.disabled) > .switch:focus,
  .product.data.items.accordion > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items.accordion > .item.title:not(.disabled) > .switch:active,
  .product.data.items.accordion > .item.title.active > .switch,
  .product.data.items.accordion > .item.title.active > .switch:focus,
  .product.data.items.accordion > .item.title.active > .switch:hover {
    color: #111827;
    text-decoration: none;
    padding-bottom: 0.25rem;
  }
  .product.data.items.accordion > .item.content {
    background: #ffffff;
    margin: -1px 0 -1px;
    padding: 1rem 1rem 1rem 1rem;
  }
  .product.data.items.accordion > .item.title.active > .switch,
  .product.data.items.accordion > .item.title.active > .switch:focus,
  .product.data.items.accordion > .item.title.active > .switch:hover {
    padding: 0.25rem 1rem 0.25rem 1rem;
  }
  .product.data.items.accordion > .item.title a::after {
    display: block !important;
  }
  .product.data.items.accordion > .item.content:not([aria-hidden]) {
    display: none;
  }
  .product.data.items.expanded {
    display: flex;
    flex-flow: row wrap;
  }
  .product.data.items.expanded > .item.title {
    width: 25%;
    padding: 0rem 0.5rem 0rem 0.5rem;
  }
  .product.data.items.expanded > .item.content {
    width: calc(75% - 1px);
    padding: 2rem 0.5rem 2rem 0.5rem;
  }
  .product.info.detailed .tabs-toolbar {
    background: #ffffff;
    box-shadow: 0 1px 0 #d1d1d1;
    top: 0;
    z-index: 99;
    display: flex;
    position: sticky;
    text-align: center;
  }
  .product.info.detailed .tabs-toolbar-item {
    color: currentColor;
    font-weight: bold;
    margin: 0;
    padding: 1rem 2rem;
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product.info.detailed .tabs-toolbar-item.active {
    background: #ffffff;
    box-shadow: 0 2px 0 currentColor;
  }
  .product.info.detailed .tabs-toolbar ~ .data.items > .item.title {
    visibility: hidden;
    height: 0;
    width: 100%;
    border: 0;
    padding: 0;
    overflow: hidden;
  }
  .product.info.detailed .tabs-toolbar ~ .data.items > .item.content {
    width: 100%;
  }
  .cookie-bar-mode-minimalistic .cookie-bar-container {
    flex-direction: row;
    align-items: center;
  }
  .cookie-bar-mode-minimalistic .cookie-bar-buttons {
    justify-content: flex-end;
    max-width: 50%;
  }
  .cookie-settings-multicols .cookie-groups {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .cookie-settings-multicols .cookie-group {
    width: calc(50% - 7px);
  }
  .cookie-settings-multicols .cookie-group-description {
    min-height: 85px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    transition: transform 0.05s ease-in-out;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    filter: drop-shadow(0px 0px 1px #007aff);
    transform: scale(1.1);
  }
  .swiper-button-black:hover {
    filter: drop-shadow(0px 0px 1px #000);
  }
  .swiper-button-white:hover {
    filter: drop-shadow(0px 0px 1px #fff);
  }
  .gallery-carousel {
    display: block;
  }
  .gallery-carousel .placeholder {
    display: flex;
    justify-content: center;
    gap: 5px;
    width: 100%;
  }
  .gallery-carousel .gallery-placeholder-thumb {
    width: 120px;
    flex-shrink: 0;
  }
  .gallery-carousel .loading {
    width: 100%;
  }
  .gallery-placeholder-thumb {
    width: 25%;
  }
  .wimakeit-page-narrow .page-main .columns,
  .narrow-page:not(.narrow-page-reset).page-layout-1column .page-main .columns {
    max-width: 768px;
  }
  .block-collapsible-nav > .title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .block-collapsible-nav .content {
    padding: 0.75rem 0;
    background: #f9fafb;
  }
  .block-collapsible-nav .content .item > a,
  .block-collapsible-nav .content .item > strong {
    padding: 0.375rem 0.75rem;
    border-left: 3px solid transparent;
  }
  .block-collapsible-nav .content .current > a,
  .block-collapsible-nav .content .current > strong {
    border-color: #67a48a;
  }
  .block-collapsible-nav .content .delimiter {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .block-collapsible-nav .content {
    position: sticky;
    top: 0.5rem;
    left: 0;
  }
  .modal-slide,
  .modal-popup,
  .modal-custom {
    --modal-padding-x: 2rem;
  }
  .modal-inner-wrap {
    transform: scale(0.97);
  }
  .wmi-image-superpose .wmi-image-superpose-wrapper {
    flex-direction: row;
  }
  .wmi-image-superpose .wmi-image-superpose-wrapper .wmi-image-superpose-text-block {
    padding: 60px 40px;
    max-width: 50%;
    width: auto;
    margin-top: 0;
    order: 1;
  }
  .wmi-image-superpose .wmi-image-superpose-wrapper img {
    width: 100%;
    height: 100%;
    left: -20px;
    order: 2;
  }
  .wmi-image-superpose .wmi-image-superpose-wrapper.reverse-layout img {
    left: 20px;
  }
  .md\:hide,
  .md-hide {
    display: none !important;
  }
  .md\:show,
  .md-show {
    display: revert !important;
  }
  .md\:flex,
  .md-flex {
    display: flex !important;
  }
  .md\:a-right,
  .md-a-right {
    text-align: right;
  }
  .md\:grid {
    display: grid !important;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .popup-authentication .block-authentication {
    flex-direction: row;
    gap: 2rem;
  }
  .popup-authentication .block-authentication > .block {
    flex-grow: 1;
    flex-basis: 0;
  }
  .block .box {
    width: 50%;
    float: left;
    max-width: 400px;
  }
  .block .box:last-child {
    margin: 0;
  }
  .block .box:nth-child(2n+1) {
    clear: left;
  }
  .product-item-info .actions-primary {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    pointer-events: none;
    z-index: 5;
    opacity: 0;
    transform: translateX(-50%) translateY(40%);
    top: 33%;
    left: 50%;
  }
  .wimakeit-inactive .product-item-info .actions-primary {
    transition: none !important;
  }
  .product-item-info:hover .actions-primary {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%);
  }
  .product-item-info .actions-secondary {
    position: absolute;
    z-index: 5;
    flex-direction: column;
    top: calc(.25rem + var(--listing-grid-item-padding, 0px));
    right: calc(.25rem + var(--listing-grid-item-padding, 0px));
    opacity: 0;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .wimakeit-inactive .product-item-info .actions-secondary {
    transition: none !important;
  }
  .product-item-info .actions-secondary span {
    display: none;
  }
  .product-item-info:hover .actions-secondary {
    opacity: 1;
  }
  .action.action-show-popup:hover,
  .action.action-select-shipping-item:hover {
    color: #ffffff !important;
  }
  .page-layout-3columns .page-main > .columns,
  .page-layout-2columns-left .page-main > .columns {
    grid-template-columns: var(--sidebar-width) 1fr;
    grid-template-areas: "sidebar main" "additional main";
  }
  .page-layout-2columns-right .page-main > .columns {
    grid-template-columns: 1fr var(--sidebar-width);
    grid-template-areas: "main sidebar" "main additional";
  }
  .d-flex-rtl {
    justify-content: flex-end !important;
  }
  .d-flex-ltr {
    justify-content: flex-start !important;
  }
  .navigation-wrapper .mobile-header-panel {
    display: none;
  }
  .navigation-wrapper .mobile-header-bottom-right {
    display: none;
  }
  .page-header {
    position: sticky;
    top: -36px;
    z-index: 1000;
  }
  .page-header.is-sticky .header.content {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .page-header.is-sticky .logo img {
    max-width: 160px;
  }
  .page-header .header.content {
    transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page-header .logo img {
    transition: max-width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header.content .account-dropdown .dropdown {
    width: max-content;
  }
  .panel.header {
    justify-content: center;
  }
  .panel.header .panel-left,
  .panel.header .panel-right {
    max-width: 25%;
  }
  .panel.header .panel-middle {
    max-width: 50%;
  }
  .column.main .block.filter .filter-options-content {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    right: 0;
    top: -9999px;
    color: rgba(var(--base-color), var(--base-alpha, 1));
    --base-color: 17, 24, 39;
    --base-alpha: 1;
    --headings-color: var(--base-color);
    --headings-alpha: 1;
    --block-title-color: var(--base-color);
    --link-color: var(--blue);
    --link-alpha: 0.85;
    --muted-bg: rgba(245, 245, 245, 1);
    --muted-bg-alpha: 1;
    --ring-color: var(--brand-color);
    --ring-alpha: 1;
    --button-bg: var(--brand-color);
    --button-border-color: var(--button-bg);
    --button-color: 255, 255, 255;
    --button-primary-color: 255, 255, 255;
    --button-primary-bg: var(--brand-color);
    --button-primary-border-color: var(--button-bg);
    --button-secondary-color: var(--gray-600);
    --button-secondary-bg: var(--gray-200);
    --button-secondary-border-color: var(--button-secondary-bg);
    --input-color: 17, 24, 39;
    --input-alpha: 1;
    --input-bg: var(--base-bg);
    --input-bg-alpha: 1;
    --input-border-color: 221, 221, 221;
    --input-border-alpha: 1;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    padding: var(--dropdown-padding);
    width: var(--dropdown-width);
    transform-origin: top;
    transform: scale(0.95);
    z-index: 850;
    visibility: hidden;
    margin-top: 0.125rem;
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    border: 1px solid #f3f4f6;
    text-align: left;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .wimakeit-inactive .column.main .block.filter .filter-options-content {
    transition: none !important;
  }
  .wimakeit .column.main .block.filter .filter-options-content {
    display: block !important;
  }
  .column.main .block.filter .filter-options-content[aria-hidden=false] {
    z-index: 851;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: scale(1);
    top: auto;
  }
  .column.main .block.filter .filter-options-content .item {
    display: block;
    padding: 0.25rem 0.5rem;
    --divider-alpha: 0.05;
    cursor: pointer;
    display: flex;
  }
  .column.main .block.filter .filter-options-content .item:hover {
    background: #f3f4f6;
  }
  .column.main .block.filter {
    margin-bottom: 1rem;
  }
  .column.main .block.filter .filter-title {
    display: none;
  }
  .column.main .block.filter .filter-current {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-right: 0.5rem;
  }
  .column.main .block.filter .filter-current-subtitle {
    padding: 0.25rem 0;
    flex-shrink: 0;
  }
  .column.main .block.filter .filter-current-subtitle::after {
    content: ':';
  }
  .column.main .block.filter .filter-current .items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .column.main .block.filter .filter-current li {
    padding: 0.25rem 0.75rem;
    background: #f9fafb;
    border-radius: 24rem;
  }
  .column.main .block.filter .filter-current ~ .filter-options {
    margin-top: 0.25rem;
  }
  .column.main .block.filter .filter-actions {
    display: inline-flex;
  }
  .column.main .block.filter .filter-options {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.75rem;
  }
  .column.main .block.filter .filter-options-item {
    margin: 0;
    border: 0;
    position: relative;
  }
  .column.main .block.filter .filter-options a {
    display: block;
  }
  .column.main .block.filter .filter-options .item > a {
    flex-grow: 1;
  }
  .column.main .block.filter .filter-options-title::after {
    opacity: 0.3;
  }
  .column.main .block.filter .filter-options-content {
    display: block !important;
    height: auto;
    width: 13rem;
    right: auto;
    left: -9999px;
    margin-left: -6rem;
  }
  .column.main .block.filter .filter-options-content[aria-hidden=false] {
    left: 50%;
  }
  .column.main .block.filter .filter-options-content > :first-child {
    margin: 0;
  }
  .block.filter filter-content,
  .block.filter .filter-title strong::after {
    transition: none;
  }
  .page-layout-1column {
    --listing-grid-columns: 4;
  }
  #navpro-topnav > .li-item.level0 > .navpro-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 1000;
    width: 25vw;
  }
  .navpro-dropdown.shown {
    z-index: 1000 !important;
  }
  [data-action="toggle-nav"] {
    display: none;
  }
  .navigation > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
  .navigation-wrapper li > a:hover,
  .navigation-wrapper .opened > a {
    background: #f3f4f6;
  }
  .navigation-wrapper li > a.level-top:hover,
  .navigation-wrapper .opened > a.level-top {
    background: #f3f4f6;
  }
  .navigation-wrapper li.active > a.level-top,
  .navigation-wrapper li.has-active > a.level-top,
  .navigation-wrapper li.active > a.level-top:hover,
  .navigation-wrapper li.has-active > a.level-top:hover {
    background: #f3f4f6;
  }
  .navigation-wrapper .parent > a .ui-icon {
    display: none;
  }
  .navigation-wrapper .parent > a::after {
    transition: none;
  }
  .navigation-wrapper .parent.level-top > a::after {
    transform: rotate(90deg);
  }
  .navigation-wrapper .submenu {
    width: 13rem;
    top: -9999px;
    left: -9999px;
    right: auto;
    border-color: #f3f4f6;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .navigation-wrapper .submenu.shown {
    top: 100%;
    left: 0;
  }
  .navigation-wrapper .submenu .submenu.shown {
    top: -0.125rem !important;
    left: calc(100% - 1rem) !important;
  }
  .block.newsletter .content .control {
    width: 250px;
  }
  .mgz-element-product_slider .owl-carousel .owl-nav {
    float: right;
  }
  .mgz-element-product_slider .owl-carousel .owl-dots {
    float: left;
  }
  .mgz-element-content_slider .owl-nav button:hover {
    background-color: transparent !important;
  }
  .pagebuilder-mobile-only {
    display: none;
  }
  .product-info-wrapper {
    row-gap: 0;
    grid-template-columns: 40%;
    grid-template-areas: "media main" "media main";
  }
  .product-info-wrapper .page-title-wrapper {
    margin-bottom: 0.125rem;
  }
  .product.info #reviews::after {
    content: '';
    display: table;
    clear: both;
  }
  .product.info .review-add + .review-list,
  .product.info #product-review-container {
    float: right;
    width: 55%;
  }
  .product.info .review-add {
    float: left;
    width: 42%;
  }
  .product.media:not(:has(.opened)),
  .product-info-wrapper .product-info-main {
    position: sticky;
    top: 1rem;
    z-index: 20;
    align-self: flex-start;
  }
  .modal-content .product.media:not(:has(.opened)),
  .modal-content .product-info-wrapper .product-info-main {
    top: 0;
  }
  .bundle-options-container {
    margin: 1rem 0;
  }
  .bundle-wrapper {
    align-items: flex-start;
    flex-direction: row;
  }
  .bundle-wrapper > div {
    width: 50%;
  }
  .bundle-wrapper .block-bundle-summary {
    position: sticky;
    top: 0;
    right: 0;
  }
  .block-bundle-summary .content {
    gap: 0.5rem;
  }
  .block-bundle-summary .bundle-summary {
    order: initial;
  }
  .block-bundle-summary .subtitle {
    display: block;
    border: 0;
    padding: 0;
  }
  .page-bottom .widget-recent {
    --listing-grid-columns: 4;
  }
  .search-wimakeit {
    display: none;
  }
  .checkout-container {
    --checkout-step-padding-x: 2rem;
  }
  .opc-wrapper {
    float: left;
    clear: left;
    margin-bottom: 1rem;
    width: calc(100% - var(--sidebar-width) - var(--sidebar-gap));
  }
  .opc-sidebar.modal-custom {
    position: sticky;
    z-index: initial;
    top: 1rem;
    padding: 0;
    width: var(--sidebar-width);
    margin-bottom: 1.5rem;
    float: right;
    visibility: visible;
    pointer-events: all;
  }
  .opc-sidebar.modal-custom .modal-inner-wrap {
    opacity: 1;
    transform: none;
    box-shadow: none;
    max-height: none;
    border-radius: 0;
    border-radius: 0.25rem;
  }
  .opc-sidebar.modal-custom .modal-content {
    margin: 0;
    padding: var(--checkout-step-padding-y) var(--checkout-step-padding-x);
  }
  .opc-sidebar.modal-custom [data-role="focusable-start"],
  .opc-sidebar.modal-custom [data-role="focusable-end"],
  .opc-sidebar.modal-custom .modal-header,
  .opc-sidebar.modal-custom .modal-footer {
    display: none;
  }
  .opc-sidebar.modal-custom {
    background: rgba(255, 255, 255, .5);
    border: 2px solid #eff3f6;
    border-radius: 0.25rem;
  }
  .opc-sidebar.modal-custom .minicart-items-wrapper::after {
    background: linear-gradient(rgba(var(--base-bg), 0), rgba(var(--base-bg), 1));
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-sidebar .modal-content {
    overflow: visible;
  }
  .cart-container {
    --sidebar-width: 220px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
  }
  .checkout-cart-index .cart-container > * {
    width: calc(100% - var(--sidebar-width));
    padding-right: 2%;
  }
  .cart-container .cart-summary {
    position: sticky;
    top: 1rem;
    width: var(--sidebar-width);
    margin-top: 8px;
  }
  .cart-container .cart-summary #block-shipping {
    display: none !important;
  }
  .cart.table-wrapper .gift-content {
    width: 420px;
  }
  body.account {
    --sidebar-width: 300px;
  }
  .login-container {
    display: flex;
    gap: 3rem;
    flex-direction: row;
  }
  .login-container > .block {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 !important;
  }
  .login-container > .block .block-title {
    font-size: 1.5rem;
  }
  .form-edit-account > .fieldset,
  .form-address-edit > .fieldset {
    width: 48%;
    max-width: 420px;
    margin-right: 2%;
  }
  .order-details-items .order-title {
    display: none;
  }
  .privacy-policy {
    grid-template-columns: var(--sidebar-width) 1fr;
    grid-template-areas: "sidebar main";
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .product.info.detailed {
    margin: 1rem 0;
  }
}
@media all and (min-width: 1024px), print {
  .cookie-settings-cols3 .cookie-group {
    width: calc(33% - 7px);
  }
  .cookie-settings-cols4 .cookie-group {
    width: calc(25% - 7px);
  }
  .lg\:hide,
  .lg-hide {
    display: none !important;
  }
  .lg\:show,
  .lg-show {
    display: revert !important;
  }
  .lg\:flex,
  .lg-flex {
    display: flex !important;
  }
  .lg\:grid {
    display: grid !important;
  }
  :root {
    --sidebar-width: 220px;
    --sidebar-gap: 2rem;
  }
  .page-layout-3columns .page-main > .columns {
    grid-template-columns: var(--sidebar-width) 1fr var(--sidebar-width);
    grid-template-areas: "sidebar main additional";
  }
  :root {
    --listing-grid-columns: 4;
  }
  .page-layout-1column {
    --listing-grid-columns: 5;
  }
  .page-layout-3columns {
    --listing-grid-columns: 3;
  }
  .page-bottom .widget-recent {
    --listing-grid-columns: 5;
  }
  .checkout-container {
    --sidebar-width: 380px;
    --sidebar-gap: 2.5rem;
  }
  .cart-container {
    --sidebar-width: 320px;
  }
  .customer-account-login.narrow-page.page-layout-1column .page-main .columns {
    max-width: 1024px;
  }
}
@media all and (min-width: 1260px), print {
  :root {
    --container-max-width: 1600px;
  }
  .xl\:hide,
  .xl-hide {
    display: none !important;
  }
  .xl\:show,
  .xl-show {
    display: revert !important;
  }
  .xl\:flex,
  .xl-flex {
    display: flex !important;
  }
  .xl\:grid {
    display: grid !important;
  }
  :root {
    --listing-grid-columns: 4;
  }
  .page-layout-1column {
    --listing-grid-columns: 4;
  }
  .xl-bg-clamp [data-background-images] {
    background-size: clamp(0px, 1400px, 100%) !important;
  }
  .xl-bg-center [data-background-images] {
    background-position: center !important;
  }
  .page-bottom .widget-recent {
    --listing-grid-columns: 4;
  }
}
