/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * 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;
}
.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;
}
@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;
}
.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);
}
/**
 * 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  */
/* Components */
/* Elements */
/* Base */
/* Layout */
.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;
}
/**
 * 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
 */
.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%;
}
: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 {
  color: var(--caption);
  font-size: 1.13em;
  font-weight: 500;
  padding-bottom: .56rem;
}
.dcf-table thead {
  font-size: .84em;
}
.dcf-table tbody {
  border-bottom: 1px solid var(--b-table);
  border-top: 1px solid var(--b-table);
  font-size: .84em;
}
.dcf-table tfoot {
  font-size: .84em;
}
.dcf-table td,
.dcf-table th {
  padding-right: 1.78em;
}
.dcf-table-bordered,
.dcf-table-bordered td,
.dcf-table-bordered th {
  border: 1px solid var(--b-table);
}
.dcf-table-bordered td,
.dcf-table-bordered th,
.dcf-table-striped td,
.dcf-table-striped th {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.dcf-table-bordered tr:not(:last-child),
.dcf-table-striped tr:not(:last-child) {
  border-bottom: 1px solid var(--b-table);
}
.dcf-table-striped tbody tr:nth-of-type(2n) {
  background-color: var(--bg-table-stripe);
}
.dcf-table thead td,
.dcf-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 {
  padding-top: 0.5rem;
  vertical-align: middle;
}
.dcf-table tbody td,
.dcf-table tbody th {
  padding-bottom: .75em;
}
.dcf-table-bordered 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;
}
/* Checkout */
/* Pages */
/* Vendor */
@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 {
    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 {
    border-width: 0;
  }
  .dcf-table-responsive.dcf-table-bordered 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 {
    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 {
    text-decoration: none;
  }
  .products-grid .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 {
    display: none;
  }
  .wimakeit-page-narrow .page-title-wrapper {
    margin: 4rem 0;
    text-align: center;
  }
  .wimakeit-page-narrow .page-main {
    padding-bottom: 2rem;
  }
  .wimakeit-page-narrow .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 {
    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;
  }
}
