*,
::before,
::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  min-height: 100vh;
  direction: ltr;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr[title] {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: 500;
}
:where(.font-semibold, .font-bold, .font-extrabold, .font-black) strong {
  font-weight: inherit;
}
code,
kbd,
samp,
pre {
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
:where(input:not([type=range])),
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='date']::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
[type='date']::-webkit-date-and-time-value {
  text-align: left;
  height: 1.5em;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  --muted-alpha: .4;
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
  opacity: 1;
}
button,
[role="button"] {
  cursor: pointer;
}
svg,
img,
video,
canvas,
audio,
iframe,
embed,
object {
  display: inline-block;
  vertical-align: middle;
}
svg,
img,
video {
  max-width: 100%;
  height: auto;
}
.responsive > iframe,
.responsive > embed,
.responsive > object {
  max-width: 100%;
}
.aspect-video > iframe,
.aspect-video > embed,
.aspect-video > object {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
[hidden] {
  display: none;
}
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type=checkbox],
[type=radio] {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  flex-shrink: 0;
  min-width: 0;
  height: 1rem;
  width: 1rem;
  color: rgba(var(--checkbox-color), var(--checkbox-alpha, 1));
}
[type=image] {
  padding: 0;
  border: 0;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
[type=range] {
  --brand-alpha: 0.9;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1rem;
  background-color: transparent;
  appearance: none;
}
[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.25rem;
  color: transparent;
  cursor: pointer;
  background-color: rgba(var(--base-color), var(--divider-alpha, .1));
  border-color: transparent;
  border-radius: 9999px;
}
[type=range]::-moz-range-track {
  width: 100%;
  height: 0.25rem;
  color: transparent;
  cursor: pointer;
  background-color: rgba(var(--base-color), var(--divider-alpha, .1));
  border-color: transparent;
  border-radius: 9999px;
}
[type=range]::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.375rem;
  background-color: rgba(var(--brand-color), var(--brand-alpha, 1));
  border: 0;
  border-radius: 9999px;
  -webkit-appearance: none;
  appearance: none;
}
[type=range]::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.375rem;
  background-color: rgba(var(--brand-color), var(--brand-alpha, 1));
  border: 0;
  border-radius: 9999px;
  appearance: none;
}
button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
  --spinner-size: 1.25rem;
  --spinner-border-color: var(--button-color);
}
select:not([multiple]) {
  padding-right: 2.5rem;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  overflow-y: auto;
}
[type=checkbox] {
  border-radius: 0;
}
[type=radio] {
  border-radius: 100%;
}
[type=checkbox]:focus-visible,
[type=radio]:focus-visible {
  box-shadow: 0 0 0 2px rgb(var(--base-bg)), 0 0 0 4px rgb(var(--checkbox-color));
}
[type=file] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
:root {
  --ajaxpro-quick-view-position: image;
}
.quick-view {
  display: flex;
  align-items: center;
  /* Hidden until theme requires Quick View text*/
}
.quick-view span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.quick-view::before {
  content: '';
  aspect-ratio: 1;
  display: inline-block;
}
.product-item-info > .quick-view {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.askit-questions .toolbar .pages {
  display: none;
}
.askit-questions .toolbar ~ .toolbar .toolbar-amount,
.askit-questions .toolbar ~ .toolbar .limiter {
  display: none;
}
.askit-questions .toolbar ~ .toolbar .pages {
  display: block;
  margin: 0 auto;
}
[role=tabpanel] .askit-questions .toolbar ~ .toolbar {
  margin-bottom: 0;
}
.askit-item-avatar {
  height: 50px;
  width: 50px;
}
.no-avatar .askit-item-avatar {
  display: none;
}
.askit-item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 80px;
  margin: 0 0 2rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.no-avatar .askit-item {
  padding-left: 15px;
}
.askit-item-avatar {
  position: absolute;
  top: 15px;
  left: 15px;
}
.askit-item-status {
  display: inline-block;
  background: #ffce3c;
  border-radius: 3px;
  color: #212529;
  padding: 0 5px;
}
.askit-item-timestamp::before {
  content: '(';
}
.askit-item-timestamp::after {
  content: '):';
}
.askit-item-vote {
  color: #767676;
}
.askit-item-actions {
  width: calc(100% + 80px + 15px);
  margin-left: -80px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.no-avatar .askit-item-actions {
  width: calc(100% + 15px + 15px);
  margin-left: -15px;
}
.askit-item-actions .askit-item-trigger {
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  cursor: pointer;
}
.askit-item-answer {
  border: 0;
  box-shadow: none;
  padding-bottom: 15px;
  margin: 0;
}
.askit-item-answers {
  display: none;
  padding: 15px;
}
.askit-item-answer-avatar {
  height: 50px;
  width: 50px;
}
.no-avatar .askit-item-answer-avatar {
  display: none;
}
.askit-item-answer-same {
  color: #aaaaaa;
  font-size: .9em;
}
.askit-item-answer .askit-item-vote {
  margin: 0;
}
.askit-item-trigger + [type=checkbox] {
  display: none;
}
.askit-item-trigger + [type=checkbox]:checked ~ .askit-item-answers {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.askit-answer-form {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 80px;
  position: relative;
}
.no-avatar .askit-answer-form {
  padding-left: 15px;
}
.askit-answer-form textarea {
  height: 150px;
}
[role=tabpanel] .askit-questions .block-title {
  display: none;
}
.askit-questions .toolbar-amount {
  float: left;
}
.askit-questions .toolbar .limiter {
  float: right;
}
.askit-questions .toolbar .pages {
  display: none;
}
.askit-questions .toolbar ~ .toolbar .toolbar-amount,
.askit-questions .toolbar ~ .toolbar .limiter {
  display: none;
}
.askit-questions .toolbar ~ .toolbar .pages {
  display: block;
  margin-bottom: 0;
}
[role=tabpanel] .askit-questions .toolbar ~ .toolbar {
  margin-bottom: 0;
}
.data.item .askit-question-form .title {
  display: none;
}
.data.item .askit-question-form .fieldset {
  margin-top: 20px;
}
.askit-question-form {
  margin-bottom: 1rem;
}
.askit-item > p {
  margin-bottom: 0.25rem;
}
.askit-item small {
  font-size: .9rem;
}
.askit-item-actions {
  margin-top: 0.5rem;
}
.breeze-carousel .products-grid {
  position: relative;
}
.breeze .slick-list.product-items {
  flex-wrap: nowrap;
}
.breeze [data-appearance='carousel'],
.breeze .products-grid.slick-initialized {
  position: relative;
  display: grid;
}
.breeze [data-appearance='carousel'][data-show-dots="true"],
.breeze .products-grid.slick-initialized[data-show-dots="true"] {
  padding-bottom: 55px;
}
.breeze [data-appearance='carousel'] .slick-list,
.breeze .products-grid.slick-initialized .slick-list,
.breeze [data-appearance='carousel'] > .product-items,
.breeze .products-grid.slick-initialized > .product-items {
  margin-top: -15px;
  padding-top: 15px;
  margin-bottom: -15px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breeze [data-appearance='carousel'] .slick-list::-webkit-scrollbar,
.breeze .products-grid.slick-initialized .slick-list::-webkit-scrollbar,
.breeze [data-appearance='carousel'] > .product-items::-webkit-scrollbar,
.breeze .products-grid.slick-initialized > .product-items::-webkit-scrollbar {
  display: none;
}
.breeze [data-appearance='carousel'] li.product-item,
.breeze .products-grid.slick-initialized li.product-item {
  flex-shrink: 0;
}
.breeze [data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: inline-block;
  visibility: visible;
}
.breeze #notice-cookie-block:not([style]) {
  display: none;
}
.loading-mask.early-event-spinner {
  --base-bg-alpha: .3;
  border-radius: 3px;
  pointer-events: none;
  position: absolute !important;
  inset: auto;
}
.loading-mask.early-event-spinner .loader {
  max-width: 16px;
  max-height: 16px;
}
.breeze-gallery {
  display: flex;
  flex-direction: column;
}
.breeze-gallery .prev,
.breeze-gallery .next,
.breeze-gallery .controls a,
.breeze-gallery .close {
  color: rgba(var(--base-color, 119, 119, 119), .6);
}
.breeze-gallery .prev:hover,
.breeze-gallery .next:hover,
.breeze-gallery .controls a:hover,
.breeze-gallery .close:hover {
  color: rgba(var(--base-color, 119, 119, 119), 1);
}
.breeze-gallery .prev svg,
.breeze-gallery .next svg,
.breeze-gallery .controls a svg,
.breeze-gallery .close svg {
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.breeze-gallery .prev,
.breeze-gallery .next,
.breeze-gallery .close,
.breeze-gallery .controls {
  position: absolute;
  z-index: 20;
}
.breeze-gallery .controls {
  visibility: hidden;
  left: 3px;
  top: 3px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.breeze-gallery .controls a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(var(--base-bg, 255, 255, 255), .6);
}
.breeze-gallery .video .controls {
  display: none;
}
.breeze-gallery .close {
  display: none;
}
.breeze-gallery .prev,
.breeze-gallery .next {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 50%;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background: rgba(var(--muted-bg, 255, 255, 255), .6);
  z-index: 11;
  transition: all 150ms ease-in;
}
@media (hover: hover) {
  .breeze-gallery .prev,
  .breeze-gallery .next {
    visibility: hidden;
    opacity: 0;
  }
  .breeze-gallery .prev:hover,
  .breeze-gallery .next:hover {
    opacity: 1;
  }
}
.breeze-gallery .next {
  left: auto;
  right: 0;
}
@media (hover: hover) {
  .breeze-gallery .stage:hover .prev,
  .breeze-gallery .stage:hover .next {
    visibility: visible;
    opacity: .8;
  }
}
.breeze-gallery img {
  vertical-align: top;
  height: auto;
  max-height: none;
}
.breeze-gallery .item {
  position: relative;
  flex-shrink: 0;
}
.breeze-gallery .stage.video .main-image-wrapper::before,
.breeze-gallery .thumbnails:not(.dots) .item.video::before {
  content: '';
  z-index: 10;
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  border: 10px solid transparent;
  border-left: 16px solid #fff;
  margin-top: -10px;
  margin-left: -8px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
  transition: transform 100ms ease-in-out;
}
.breeze-gallery .stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible !important;
}
.breeze-gallery .stage > div:first-child,
.breeze-gallery .stage .main-image-wrapper,
.breeze-gallery .stage .main-image-wrapper > picture {
  position: relative;
  cursor: zoom-in;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.breeze-gallery .stage .video-wrapper {
  position: absolute !important;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  align-items: center !important;
}
.breeze-gallery .stage .video-wrapper + div {
  opacity: 0;
}
.breeze-gallery .stage.video .main-image-wrapper {
  cursor: pointer;
}
.breeze-gallery .stage.video .main-image-wrapper::before {
  transform: scale(1.3);
  pointer-events: all;
}
.breeze-gallery .stage.video .main-image-wrapper:hover::before {
  transform: scale(1.3) translateX(2px);
}
.breeze-gallery .thumbnails {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  gap: 5px;
  margin: 5px 0 0;
  overflow: auto;
  scroll-behavior: smooth;
  padding-bottom: 12px;
}
.breeze-gallery .thumbnails::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.breeze-gallery .thumbnails::-webkit-scrollbar-track {
  background-color: rgb(var(--scrollbar-bg, 230, 230, 230));
  border-radius: 10px;
}
.breeze-gallery .thumbnails::-webkit-scrollbar-thumb {
  background-color: rgb(var(--scrollbar-color, 200, 200, 200));
  border-radius: 10px;
}
.breeze-gallery .thumbnails.hidden {
  display: none;
}
.breeze-gallery .thumbnails img {
  filter: contrast(95%);
}
.breeze-gallery .thumbnails .item {
  background: rgba(var(--muted-bg, 244, 244, 244));
}
.breeze-gallery .thumbnails .item:focus {
  outline: none;
}
.breeze-gallery .thumbnails .item::after {
  content: '';
  position: absolute;
  pointer-events: none;
  inset: 0;
}
.breeze-gallery .thumbnails .item:focus::after,
.breeze-gallery .thumbnails .item.active::after {
  box-shadow: inset 0 0 0 2px rgba(var(--brand-color), var(--brand-alpha, 1));
}
.breeze-gallery:not(.opened) .thumbnails.dots {
  gap: 0;
  justify-content: center;
  overflow: visible;
  z-index: 101;
  margin: 16px 0 0;
}
.breeze-gallery:not(.opened) .thumbnails.dots img {
  display: none;
}
.breeze-gallery:not(.opened) .thumbnails.dots .item {
  background: transparent;
  width: 24px;
  height: 24px;
}
.breeze-gallery:not(.opened) .thumbnails.dots .item::after {
  box-shadow: 0 0 0 1px #ffffff;
  background: #e6e6e6;
  inset: 7px;
}
.breeze-gallery:not(.opened) .thumbnails.dots .item,
.breeze-gallery:not(.opened) .thumbnails.dots .item::after {
  border-radius: 9999px;
}
.breeze-gallery:not(.opened) .thumbnails.dots .item.active::after,
.breeze-gallery:not(.opened) .thumbnails.dots .item:focus::after {
  box-shadow: 0 0 0 1px #ffffff;
  background: rgba(var(--brand-color), var(--brand-alpha, 1));
}
.breeze-gallery.expanded:not(.opened) .stage,
.breeze-gallery.expanded:not(.opened) .thumbnails {
  display: none;
}
.breeze-gallery.expanded.opened .images {
  display: none;
}
.breeze-gallery .images {
  --gallery-columns-count: 1;
  --gallery-columns-gap: 10px;
  display: flex;
  position: relative;
  gap: var(--gallery-columns-gap);
  overflow: auto;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
}
.breeze-gallery .images .item {
  max-width: 100%;
  scroll-snap-align: center;
  text-align: center;
  cursor: zoom-in;
}
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}
/* gradient */
lite-youtube::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
/* responsive iframe with a 16:9 aspect ratio
        thanks https://css-tricks.com/responsive-iframes/
    */
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
/* play button */
lite-youtube > .lty-playbtn {
  display: block;
  /* Make the button element cover the whole area for a large hover/click target… */
  width: 100%;
  height: 100%;
  /* …but visually it's still the same size */
  background: no-repeat center/68px 48px;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  position: absolute;
  cursor: pointer;
  z-index: 1;
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: 0;
}
lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}
/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}
.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.jarallax-container video,
.jarallax-container iframe {
  opacity: 0;
  transition: 80ms opacity ease-in;
}
.jarallax-container video[style*="translate3d"],
.jarallax-container iframe[style*="translate3d"] {
  opacity: 1;
}
.block.filter range-slider {
  width: 100%;
}
range-slider {
  --thumb-width: 16px;
  --thumb-height: var(--thumb-width);
  --thumb-mobile-width: calc(var(--thumb-width) * var(--thumb-mobile-scale));
  --thumb-mobile-height: calc(var(--thumb-height) * var(--thumb-mobile-scale));
  --thumb-border: 1px solid #fff;
  --thumb-border-radius: 999px;
  --thumb-bg: 10 89 254;
  --thumb-mobile-scale: 1.4;
  --track-height: 4px;
  --track-border-radius: var(--thumb-border-radius);
  --track-bg: 234 234 234;
  position: relative;
  display: inline-block;
}
range-slider input {
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
}
range-slider input:focus {
  outline: 0;
}
range-slider::before,
range-slider input::-webkit-slider-runnable-track {
  background: rgb(var(--track-bg));
  height: var(--track-height);
  border-radius: var(--track-border-radius);
}
range-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  background: rgba(var(--thumb-bg) / .9);
  border: var(--thumb-border);
  border-radius: var(--thumb-border-radius);
  height: var(--thumb-height);
  width: var(--thumb-width);
  margin-top: calc(var(--track-height) / 2 - var(--thumb-height) / 2);
  transition: box-shadow 200ms ease-out;
}
@media (pointer: coarse) {
  range-slider input::-webkit-slider-thumb {
    --thumb-height: var(--thumb-mobile-height);
    --thumb-width: var(--thumb-mobile-width);
  }
}
range-slider input:focus::-webkit-slider-thumb,
range-slider input:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--thumb-bg) / .2);
}
range-slider input::-moz-range-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  background: rgba(var(--thumb-bg) / .9);
  border: var(--thumb-border);
  border-radius: var(--thumb-border-radius);
  height: var(--thumb-height);
  width: var(--thumb-width);
  margin-top: calc(var(--track-height) / 2 - var(--thumb-height) / 2);
  transition: box-shadow 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
range-slider input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--thumb-bg) / .2);
}
range-slider .filler {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
range-slider .range {
  position: absolute;
  left: 0;
  top: 50%;
  height: 0 !important;
  overflow: visible;
}
range-slider .range::-webkit-slider-thumb {
  position: relative;
  z-index: 2;
}
range-slider .range:first-child::-webkit-slider-thumb {
  z-index: 3;
}
@-moz-document url-prefix() {
  range-slider .range::-moz-range-track {
    background: transparent !important;
  }
  range-slider::before {
    content: '';
    width: 100%;
    position: absolute;
    top: calc(50% - var(--track-height) / 2);
  }
  range-slider .range {
    top: calc(50% + 20px);
  }
  range-slider .range::-moz-range-thumb {
    transform: translateY(-20px);
  }
}
:root {
  --animation-slide-in: slideIn 600ms cubic-bezier(0, 0, 0.3, 1) forwards;
}
@media (prefers-reduced-motion: no-preference) {
  .js #html-body.scroll-reveal-enabled .scroll-reveal {
    opacity: .01;
    visibility: hidden;
    will-change: opacity, transform, visibility;
  }
  .js #html-body.scroll-reveal-enabled .scroll-reveal.reveal-slide-in {
    transform: translateY(2rem);
  }
  .js #html-body.scroll-reveal-enabled .scroll-reveal.reveal-ready {
    visibility: visible;
    animation: var(--animation, var(--animation-slide-in));
    animation-delay: calc(var(--animation-order) * 75ms);
  }
  /* Fixed unclickable elements in Safari 18 */
  @supports (font: -apple-system-body) and (-webkit-appearance: none) {
    .js #html-body.scroll-reveal-enabled .scroll-reveal {
      visibility: visible;
    }
  }
  .scroll-reveal-container .pagebuilder-slider > [data-content-type="slide"] .pagebuilder-poster-content > div > *,
  .scroll-reveal-container .pagebuilder-slider > [data-content-type="slide"] .pagebuilder-poster-content > button,
  .scroll-reveal-container .pagebuilder-slider > [data-content-type="slide"] .pagebuilder-collage-content > div > *,
  .scroll-reveal-container .pagebuilder-slider > [data-content-type="slide"] .pagebuilder-collage-content > button {
    animation: none !important;
  }
}
.scroll-reveal-finished {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
  will-change: unset !important;
}
@keyframes slideIn {
  from {
    transform: translateY(2rem);
    opacity: .01;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.breeze div[data-content-type='slider'] {
  visibility: visible;
}
.breeze div[data-content-type='slider'] [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.breeze div[data-content-type='slider'] {
  display: flex;
  position: relative;
  overflow-x: auto;
}
.breeze div[data-content-type='slider'] [data-content-type='slide'] {
  width: 100%;
  flex: none;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
.breeze .pagebuilder-slider,
.breeze .slick-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breeze .pagebuilder-slider::-webkit-scrollbar,
.breeze .slick-list::-webkit-scrollbar {
  display: none;
}
.breeze .slick-list {
  display: flex;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.breeze .slick-list:focus-visible {
  outline-offset: -4px;
}
.breeze .slick-list > div {
  flex-shrink: 0;
}
.breeze .slick-list > div[data-page-start]:not([data-content-type='slide']) {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.breeze .slick-dots {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.breeze .slick-dots li {
  z-index: 5;
}
.breeze .slick-initialized .slick-list {
  scroll-behavior: smooth;
}
.breeze .slick-initialized .action.skip {
  position: absolute;
  z-index: 50;
  top: 4px;
  left: 4px;
  padding: 5px;
  height: auto;
  background: #fff;
}
.breeze .slick-initialized .anchor.skip {
  position: absolute;
  bottom: 0;
}
@media (min-width: 1024px) {
  .breeze div[data-content-type='slider'].containered {
    opacity: 0;
    transition: 180ms opacity ease-in-out;
  }
  .breeze div[data-content-type='slider'].containered.slick-initialized {
    opacity: 1;
  }
  .breeze div[data-content-type='slider'].containered .slick-list,
  .breeze div[data-content-type='slider'].containered:not(.slick-initialized):not(:has(.slick-list)) {
    gap: var(--gap, 5px);
    scroll-snap-type: x mandatory;
  }
  .breeze div[data-content-type='slider'].containered .slick-list:not(:has([data-clone]))::before,
  .breeze div[data-content-type='slider'].containered:not(.slick-initialized):not(:has(.slick-list))::before,
  .breeze div[data-content-type='slider'].containered .slick-list:not(:has([data-clone]))::after,
  .breeze div[data-content-type='slider'].containered:not(.slick-initialized):not(:has(.slick-list))::after {
    content: '';
    width: 1000px;
    flex-shrink: 0;
  }
  .breeze div[data-content-type='slider'].containered [data-content-type='slide'],
  .breeze div[data-content-type='slider'].containered .slick-dots {
    max-width: var(--container-max-width, 1240px);
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #ef8c39;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #f4b076;
  border-color: #f4b076;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #e37112;
  border-color: #e37112;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #ef8c39;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #f4b076;
  border-color: #f4b076;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #e37112;
  border-color: #e37112;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #ffffff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #ffffff;
  border-color: #cccccc;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000000;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #ffffff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #ffffff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #ffffff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #ffffff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #ef8c39;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #f4b076;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #e37112;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #ef8c39;
}
.filter-options-content .item a:hover .count {
  color: #ef8c39;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #e37112;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #ef8c39;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #ef8c39;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #ef8c39;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #ef8c39;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: .3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 5px auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.amsearch-wrapper-block .focusable-trap:focus {
  box-shadow: none;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #cccccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #1a624f);
  font-weight: 700;
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -.015em;
  transition: .3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #ffffff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: .3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: .3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: .1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
@media only screen and (max-width: 639px) {
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
}
@media all and (min-width: 768px), print {
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
}
@media all and (min-width: 1024px), print {
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
}
.breeze-theme .amsearch-products-section .action.tocart {
  font-size: 1rem;
  border-radius: 10px;
}
.breeze-theme .amsearch-item-container .amsearch-item .amsearch-link {
  font-size: 1rem;
}
.breeze-theme .amsearch-description {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.breeze-theme .page-header.amsearch-full-width .amsearch-wrapper-block {
  z-index: 39;
  margin-left: auto;
}
.breeze-theme .page-header.amsearch-full-width div + .amsearch-wrapper-block {
  margin-left: 0;
}
.breeze-theme .amsearch-block-header {
  padding-bottom: 0;
  align-items: center;
}
.breeze-theme .amsearch-block-header .amsearch-title {
  border: 0 !important;
  margin: 0 !important;
}
.breeze-theme .amsearch-related-terms .amsearch-block-header {
  padding: 0;
}
@media (max-width: 767.98px) {
  .breeze-theme .page-header .amsearch-wrapper-block {
    margin-top: 0;
  }
  .breeze-theme .page-header .amsearch-wrapper-block::before {
    margin: 0 -8px;
    width: auto;
    left: 0;
    right: 0;
  }
  .breeze-theme .page-header:not(.amsearch-full-width) .amsearch-wrapper-block + .switcher {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .breeze-theme .page-header .amsearch-wrapper-block {
    order: unset;
  }
  .breeze-theme .page-header .amsearch-wrapper-block::before {
    display: none;
  }
  .breeze-theme .amsearch-items-section,
  .breeze-theme .amsearch-products-section {
    padding-top: 0.5rem;
  }
  .breeze-theme .amsearch-item-container {
    padding: 0 0 0.5rem;
  }
  .breeze-theme .amsearch-products-section .amsearch-block-header {
    padding-bottom: 0.5rem;
  }
}
.swissup-cachewarmer-toolbar {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  font-size: 1.3rem;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  border-radius: 0;
  z-index: 1000000;
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 30rem;
  display: none;
}
.swissup-cachewarmer-toolbar > strong {
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #7c7977;
}
.swissup-cachewarmer-toolbar.hit {
  display: block;
}
.swissup-cachewarmer-toolbar.hit > strong {
  background: #69ba6d;
}
.swissup-cachewarmer-toolbar.miss {
  display: block;
}
.swissup-cachewarmer-toolbar.miss > strong {
  background: #d0011b;
}
.swissup-cachewarmer-toolbar .swissup-cachewarmer-toolbar-body {
  padding: 1rem 2rem;
  background: #fff;
  text-align: center;
}
.swissup-cachewarmer-toolbar .swissup-cachewarmer-toolbar-body > strong {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #928f8e;
}
.swissup-cachewarmer-toolbar table tr th,
.swissup-cachewarmer-toolbar table tr td {
  background: #fff;
  padding: .5rem 1rem;
  font-size: 1.2rem;
}
.swissup-cachewarmer-toolbar table tr th {
  background: #f1f1f1;
  padding: 1rem;
  text-align: center;
}
.swissup-cachewarmer-toolbar table tr td {
  text-align: left;
  border-top: 1px solid #f1f1f1;
}
.swissup-cachewarmer-toolbar .swissup-cachewarmer-toolbar-info {
  background: #fff;
  padding: .5rem 1rem;
  text-align: right;
  font-size: 1.1rem;
  border-top: 1px solid #f1f1f1;
  color: #928f8e;
}
.swissup-cachewarmer-toolbar .swissup-cachewarmer-toolbar-info .swissup-cachewarmer-toolbar-info-list {
  text-align: center;
}
.swissup-cachewarmer-toolbar .swissup-cachewarmer-toolbar-info a {
  color: #928f8e;
  text-decoration: underline;
}
body:has(.filter-active, .pages-item-previous) .easycatalogimg.hide-when-filter {
  display: none;
}
.easycatalogimg-listing {
  list-style: none;
  padding: 0;
  margin: 0;
}
.easycatalogimg-listing li {
  margin: 0;
  padding: 0;
}
.easycatalogimg img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.easycatalogimg a {
  text-decoration: none;
}
.easycatalogimg a:hover {
  text-decoration: underline;
}
.easycatalogimg .link-more {
  font-weight: bold;
}
.easycatalogimg .item {
  box-sizing: border-box;
}
.easycatalogimg .image {
  display: block;
  text-align: center;
}
.easycatalogimg .image + .parent-category,
.easycatalogimg .list-subcategories {
  margin: 10px 12px;
}
@media (min-width: 1024px) {
  .easycatalogimg .image + .parent-category,
  .easycatalogimg .list-subcategories {
    margin: 20px 22px;
  }
}
.easycatalogimg .parent-category {
  font-weight: bold;
}
.easycatalogimg .parent-category-wrapper {
  position: relative;
}
.easycatalogimg .parent-category-wrapper:has(.parent-category-over) {
  background: #8d8d8d;
}
.easycatalogimg .parent-category-top {
  margin: 10px 12px;
  text-align: center;
  font-weight: normal;
  font-size: 1.2em;
}
.easycatalogimg .parent-category-over {
  position: absolute;
  bottom: clamp(10px, 2vw, 40px);
  left: clamp(10px, 2vw, 40px);
  z-index: 10;
}
.easycatalogimg .parent-category-over .name {
  color: #fff;
  text-shadow: 0 2px 10px rgb(0 0 0 / 50%);
}
@media (min-width: 1024px) {
  .easycatalogimg .category-name-bottom .list-subcategories {
    margin-top: -10px;
  }
}
.easycatalogimg .list-subcategories {
  padding: 0;
  list-style: none;
}
.easycatalogimg .list-subcategories li {
  margin: .45em 0;
}
.easycatalogimg-masonry {
  column-gap: 1em;
  column-count: 2;
}
@media (min-width: 1024px) {
  .easycatalogimg-masonry {
    column-gap: 2em;
  }
}
@media (min-width: 768px) {
  .easycatalogimg-masonry.easycatalogimg-cols-2 {
    column-count: 2;
  }
  .easycatalogimg-masonry.easycatalogimg-cols-3 {
    column-count: 3;
  }
  .easycatalogimg-masonry.easycatalogimg-cols-4 {
    column-count: 4;
  }
  .easycatalogimg-masonry.easycatalogimg-cols-5 {
    column-count: 5;
  }
  .easycatalogimg-masonry.easycatalogimg-cols-6 {
    column-count: 6;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .easycatalogimg-masonry.easycatalogimg-cols-5,
  .easycatalogimg-masonry.easycatalogimg-cols-6 {
    column-count: 4;
  }
}
.easycatalogimg-masonry .item {
  background-color: #f7f7f7;
  display: inline-block;
  width: 100%;
  padding: 2px;
  margin: 0 0 1em;
}
@media (min-width: 1024px) {
  .easycatalogimg-masonry .item {
    margin: 0 0 2em;
  }
}
.easycatalogimg-grid {
  display: flex;
  gap: var(--item-gap);
  flex-wrap: wrap;
  margin: 0;
  --item-gap: 0px;
  --item-padding: 10px 10px 30px 10px;
  --item-margin: 0px;
}
[data-content-type="easycatalogimg"].gap-0 .easycatalogimg-grid {
  --item-padding: 0px;
  --item-margin: 0px;
}
.easycatalogimg-grid .item {
  width: calc((100% - var(--item-gap)) / 2 - var(--item-margin) * 2);
  margin: var(--item-margin);
  padding: var(--item-padding);
}
@media (min-width: 768px) {
  .easycatalogimg-grid.easycatalogimg-cols-3 .item {
    width: calc((100% - var(--item-gap) * (3 - 1)) / 3 - var(--item-margin) * 2);
  }
  .easycatalogimg-grid.easycatalogimg-cols-4 .item {
    width: calc((100% - var(--item-gap) * (4 - 1)) / 4 - var(--item-margin) * 2);
  }
  .easycatalogimg-grid.easycatalogimg-cols-5 .item,
  .easycatalogimg-grid.easycatalogimg-cols-6 .item {
    width: calc((100% - var(--item-gap) * 3) / 4 - var(--item-margin) * 2);
  }
}
@media (min-width: 1024px) {
  .easycatalogimg-grid.easycatalogimg-cols-5 .item {
    width: calc((100% - var(--item-gap) * (5 - 1)) / 5 - var(--item-margin) * 2);
  }
  .easycatalogimg-grid.easycatalogimg-cols-6 .item {
    width: calc((100% - var(--item-gap) * (6 - 1)) / 6 - var(--item-margin) * 2);
  }
}
.easycatalogimg-departments .easycatalogimg a {
  color: #333;
}
.easycatalogimg-departments .easycatalogimg .list-subcategories {
  font-size: .85em;
}
.easycatalogimg-departments .easycatalogimg .list-subcategories a {
  color: #444;
}
.product.info.detailed .tabs-toolbar {
  display: none;
}
.collapsed[data-content-type="easytabs"] > [data-role="content"],
.accordion[data-content-type="easytabs"] > [data-role="content"] {
  display: none;
  scroll-margin: 4rem 0 0;
  padding: 0.75rem 1rem;
}
.product.data.items .item.content {
  display: none;
}
.product.data.items:not([data-mage-init*='"active":"-1"']) .item.content:nth-child(2) {
  display: block;
}
.product.data.items.collapsed > [role=tablist] {
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product.data.items.collapsed > [role=tablist]::-webkit-scrollbar {
  display: none;
}
.product.data.items.collapsed > [role=tablist] > .item.title {
  flex-shrink: 0;
  outline-offset: -2px;
  margin: 0 0.75rem 0 0;
}
@media (min-width: 768px) {
  .product.data.items.collapsed > [role=tablist] > .item.title {
    margin: 0 0.75rem 0 0;
  }
}
.product.data.items.collapsed > [role=tablist] > .item.title::after {
  display: none;
}
.product.data.items.collapsed > [role=tablist] > .data.item.title {
  border-bottom-color: transparent;
}
.product.data.items.collapsed > [name=prev],
.product.data.items.collapsed > [name=next] {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .product.data.items.expanded {
    display: flex;
    flex-flow: row wrap;
  }
}
@media (max-width: 767.98px) {
  .product.data.items.expanded > .title {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .product.data.items.expanded > .title {
    width: 25%;
    border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  }
}
.product.data.items.expanded > .title h2 {
  padding: 1rem 0;
}
.product.data.items.expanded > .content {
  position: relative;
  visibility: visible;
  height: auto;
  opacity: 1;
  overflow: visible;
}
@media (min-width: 768px) {
  .product.data.items.expanded > .content {
    width: 75%;
    padding: 1rem 0;
    border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  }
}
.product.data.items .block.crosssell .block-title {
  display: none;
}
.product.info.detailed .tabs-toolbar ~ .data.items > .item.content {
  scroll-margin: 50px 0 0;
}
.fbl-custom {
  display: inline-block;
  margin: 0 6px 0 0;
}
.fbl-custom .like {
  height: 20px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.fbl-custom .like::before {
  content: ' ';
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
}
.product.featured-attributes {
  display: none;
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.35em;
}
.product.featured-attributes .value {
  color: #666666;
}
.fieldset > .field.consent {
  margin-bottom: 5px;
}
.fieldset > .field.consent ~ .captcha,
.fieldset > .field.consent ~ .g-recaptcha,
.fieldset > .field.consent ~ .field-recaptcha {
  margin-top: 20px;
}
.field.consent {
  transition: all 300ms linear;
}
.hidden-consents .field.consent {
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  transform: translateY(-5px);
}
.page-footer .block.newsletter .form {
  position: relative;
}
.page-footer .block.newsletter .form .consent {
  position: absolute;
  top: 100%;
  z-index: 20;
  padding: 0.5rem;
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
}
body:not(:has(footer, .footer, .page-footer)) .message.global.cookie,
body:has(.cookie-bar) .message.global.cookie {
  display: none !important;
}
.cookie-bar {
  z-index: 899;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 30px;
  box-sizing: border-box;
  color: rgba(var(--base-color, 34, 34, 34), var(--base-alpha, 1));
  background: rgba(var(--z-layer-bg, 255, 255, 255), var(--z-layer-bg-alpha, 1));
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  transform: translateY(100%);
}
.cookie-bar.shown {
  visibility: visible;
}
.cookie-bar p:last-child {
  margin: 0;
}
.cookie-bar .cookie-bar-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 15px;
  max-width: 1300px;
  margin: 0 auto;
}
.cookie-bar .cookie-bar-text {
  max-width: 800px;
}
.cookie-bar .cookie-bar-text > h3 {
  margin-top: 0;
}
.cookie-bar .cookie-bar-buttons {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  column-gap: 15px;
  row-gap: 12px;
}
.cookie-bar .cookie-bar-buttons a {
  color: rgba(var(--link-color, 136, 136, 136), var(--link-alpha, 1));
  text-decoration: underline;
}
.cookie-bar .cookie-bar-buttons a:hover {
  text-decoration: none;
}
.cookie-bar-mode-full {
  top: 0;
  bottom: 0;
  left: 0;
  width: 420px;
  max-width: 92%;
  padding: 15px 10px 15px 20px;
}
.cookie-bar-mode-full .cookie-bar-text {
  padding-right: 10px;
  max-height: calc(100vh - 35px);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.cookie-bar-mode-full .cookie-bar-buttons {
  justify-content: flex-end;
}
.cookie-bar-mode-full .cookie-bar-buttons > * {
  margin-left: 12px;
}
.cookie-bar ~ .cookie-wall {
  z-index: 898;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(var(--z-overlay-bg, 0, 0, 0), var(--z-overlay-bg-alpha, .8));
}
@keyframes gdpr-loading {
  50% {
    opacity: .8;
  }
}
.cookie-buttons {
  margin: 15px 0 15px;
  text-align: right;
}
.cookie-buttons button {
  margin-left: 10px;
  margin-bottom: 5px;
}
.cookie-buttons button.gdpr-loading {
  animation: gdpr-loading 0.7s infinite;
}
.cookie-group {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 5px 12px 12px;
  border: 1px solid rgba(var(--base-color, 238, 238, 238), var(--divider-alpha, .1));
  border-radius: 4px;
}
.cookie-groups {
  clear: both;
  width: 100%;
}
.cookie-group:last-child {
  margin-bottom: 0;
}
.cookie-group-heading {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.cookie-group .h3 {
  font-weight: normal;
  margin: 0;
  flex-grow: 1;
}
.cookie-group-description {
  margin-bottom: 10px;
}
.cookie-group-toggler {
  box-sizing: content-box;
  margin: 0 10px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 9999px;
  background: rgba(var(--brand-color, 150, 150, 150), .3);
  height: 20px;
  width: 40px;
  transition: 200ms background ease-in-out;
}
.cookie-group-toggler span:first-child {
  display: block;
  background: rgba(var(--base-bg, 255, 255, 255), var(--base-bg-alpha, 1));
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transform: translateX(0);
  transition: 200ms transform ease-in-out;
}
.cookie-group-toggler.active {
  background: #2fb819;
}
.cookie-group-toggler.active span:first-child {
  transform: translateX(20px);
}
.cookie-group-toggler:focus-visible {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #33c61b;
}
.cookie-group-toggler-message {
  font-size: .9em;
  color: rgba(var(--base-color, 119, 119, 119), var(--muted-alpha, .6));
  pointer-events: none;
  position: absolute;
  white-space: nowrap;
  right: 65px;
  background: rgba(var(--base-bg, 255, 255, 255), var(--base-bg-alpha, 1));
  padding: 4px 6px;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.cookie-group-toggler-message:empty {
  display: none;
}
.cookie-list-caption {
  color: rgba(var(--link-color, 119, 119, 119), var(--link-alpha, 1));
  cursor: pointer;
}
.cookie-list-caption.hide {
  display: none;
}
.cookie-list-caption:hover {
  text-decoration: underline;
}
.cookie-list-toggler {
  display: none !important;
}
.cookie-list-toggler:checked ~ .show {
  display: none !important;
}
.cookie-list-toggler:checked ~ .hide {
  display: block !important;
}
.cookie-list-toggler:checked ~ table {
  display: table;
}
.cookie-list table {
  display: none;
  table-layout: fixed;
  word-wrap: break-word;
  margin-top: 10px !important;
  font-size: .9em;
}
.cookie-list table .cookie-name {
  width: 27%;
}
.cookie-list table .cookie-description {
  width: 73%;
}
.block-accepted-consents .consent-form-title {
  font-weight: bold;
  display: block;
  margin: 12px 0 6px;
}
.block-accepted-consents .grouped-consents {
  margin-bottom: 20px;
}
.block-accepted-consents .list-consents {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-accepted-consents .list-consents li {
  margin: 0;
}
.block-accepted-consents .list-consents li + li {
  margin-top: 3px;
}
.block-accepted-consents .list-consents svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-top: -3px;
  margin-inline-end: 1px;
}
.block-accepted-consents .privacy-note {
  padding: 5px 12px;
  opacity: .7;
  border: 1px solid #eee;
  border-radius: 4px;
}
.block-accepted-consents .privacy-note p {
  margin-bottom: 3px;
}
.block-delete-data p {
  margin-bottom: 10px;
}
.block-delete-data button.delete-data {
  box-shadow: none;
  background: #ec4236;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: none;
}
.block-delete-data button.delete-data:hover {
  box-shadow: none;
  color: #fff;
  background: #d43b31;
}
.block-delete-data button.delete-data:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(225, 66, 66, 0.5);
}
.delete-data-modal .modal-inner-wrap {
  max-width: 600px;
}
.delete-data-modal h2 {
  margin-top: 0;
}
.delete-data-modal .form.delete-data {
  margin-top: 35px;
}
.delete-data-modal button.delete-data {
  box-shadow: none;
  background: #ec4236;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: none;
}
.delete-data-modal button.delete-data:hover {
  box-shadow: none;
  color: #fff;
  background: #d43b31;
}
.delete-data-modal button.delete-data:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(225, 66, 66, 0.5);
}
.block-highlight .block-title p {
  margin: 0;
}
.block-highlight .products {
  margin: 0;
}
.block-highlight .toolbar-products {
  display: none;
}
.block-highlight .toolbar-amount {
  display: none;
}
div.block-highlight .block-title strong {
  font-weight: 600;
}
div.block-highlight .block-title strong span {
  font-weight: 300;
}
@media (max-width: 768px) {
  .block-highlight [data-role^="swatch-opt"] {
    display: none;
  }
}
.block-highlight .product-items-images .product-item {
  border: 0 !important;
  font-size: 0 !important;
}
.block-highlight.hl-magazine {
  display: flex;
}
.block-highlight.hl-magazine .block-title-image {
  display: none;
}
.block-highlight.hl-magazine > .block-title {
  width: 23%;
}
.block-highlight.hl-magazine > .block-content {
  width: 77%;
  box-sizing: border-box;
}
.block-highlight.hl-magazine.highlight-carousel > .block-content {
  display: block;
}
.block-highlight.hl-magazine > .block-title {
  text-align: left;
  box-sizing: border-box;
  margin: 0;
  padding: 25px;
  border: 0;
  background: none;
  position: relative;
}
.block-highlight.hl-magazine > .block-title > * {
  position: relative;
  z-index: 2;
}
.block-highlight.hl-magazine > .block-title > strong {
  word-break: break-word;
  padding: 3px 0;
  display: inline;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .block-highlight.hl-magazine > .block-title > strong {
    font-size: 2rem;
  }
}
.block-highlight.hl-magazine > .block-title > strong span {
  display: inline;
}
.hl-black.block-highlight.hl-magazine > .block-title > strong,
.hl-blue.block-highlight.hl-magazine > .block-title > strong,
.hl-orange.block-highlight.hl-magazine > .block-title > strong,
.hl-green.block-highlight.hl-magazine > .block-title > strong,
.hl-purple.block-highlight.hl-magazine > .block-title > strong,
.hl-red.block-highlight.hl-magazine > .block-title > strong {
  color: #fff;
}
.hl-marker.block-highlight.hl-magazine > .block-title > strong {
  color: #333;
  background: #fff;
  box-shadow: 5px 0 0 #ffffff, -5px 0 0 #ffffff;
}
.hl-white.hl-marker.block-highlight.hl-magazine > .block-title > strong {
  color: #fff;
  background: #000;
  box-shadow: 5px 0 0 #000000, -5px 0 0 #000000;
}
.block-highlight.hl-magazine > .block-title > strong:before,
.block-highlight.hl-magazine > .block-title > strong:after {
  display: none;
}
.block-highlight.hl-magazine > .block-title .subtitle {
  margin: 20px 0 20px -5px;
}
.block-highlight.hl-magazine > .block-title .subtitle a {
  display: inline-block;
  padding: 5px 12px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #333;
  font-size: 1.9rem;
  font-weight: 600;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  transition: transform 200ms linear, box-shadow 200ms linear;
}
.block-highlight.hl-magazine > .block-title .subtitle a:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
}
.hl-white.block-highlight.hl-magazine > .block-title .subtitle a {
  color: #fff;
  background: #000;
}
.block-highlight.hl-magazine > .block-title .block-title-background {
  z-index: 1;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-color: transparent;
}
.block-highlight.hl-magazine > .block-title .block-title-background .title-image {
  position: absolute;
}
.block-highlight.hl-magazine > .block-title .block-title-background .title-image img {
  display: block;
}
.hl-black.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #000;
}
.hl-white.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #fff;
}
.hl-blue.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #1c73f5;
}
.hl-orange.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #fe6500;
}
.hl-green.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #45ca38;
}
.hl-purple.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #6346cf;
}
.hl-red.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #f54034;
}
.hl-gray.block-highlight.hl-magazine > .block-title .block-title-background,
.hl-grey.block-highlight.hl-magazine > .block-title .block-title-background {
  background-color: #f7f7f7;
}
.hl-cover.block-highlight.hl-magazine > .block-title .block-title-background .title-image {
  top: 0;
  height: 100%;
}
.hl-cover.block-highlight.hl-magazine > .block-title .block-title-background .title-image img {
  height: 100%;
  object-fit: cover;
}
.hl-contain.block-highlight.hl-magazine > .block-title .block-title-background .title-image {
  bottom: 0;
}
@media (max-width: 640px) {
  .block-highlight.hl-magazine {
    display: flex;
    flex-direction: column;
  }
  .block-highlight.hl-magazine > .block-title {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .block-highlight.hl-magazine > .block-title .subtitle {
    margin-left: 0;
  }
  .block-highlight.hl-magazine > .block-title .block-title-background .title-image {
    display: none;
  }
  .block-highlight.hl-magazine > .block-content {
    width: 100%;
  }
}
.block-highlight.highlight-carousel .pager {
  display: none;
}
.block-highlight.highlight-carousel .block-content {
  padding: 0;
  display: flex;
  flex-flow: column;
}
.block-highlight.highlight-carousel .slide {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  padding: 0 30px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .block-highlight.highlight-carousel .slick-list {
    scroll-snap-type: none !important;
  }
  .block-highlight.highlight-carousel .slide {
    padding: 0;
    width: auto !important;
  }
  .block-highlight.highlight-carousel .slick-arrow,
  .block-highlight.highlight-carousel .swiper-button-prev,
  .block-highlight.highlight-carousel .swiper-button-next {
    display: none !important;
  }
  .block-highlight.highlight-carousel .product-item {
    width: 33vw !important;
  }
  .block-highlight.highlight-carousel .product-items {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 !important;
  }
  .block-highlight.highlight-carousel .product-items .product-item:nth-child(n) {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  .block-highlight.highlight-carousel .product-item {
    width: 45vw !important;
  }
}
.block-highlight [data-appearance='carousel'] .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
  scroll-snap-type: x mandatory;
  gap: var(--listing-grid-gap);
  row-gap: var(--listing-grid-row-gap);
}
.block-highlight .slick-list .slide {
  scroll-snap-align: center;
}
.block-highlight .slick-list .slide .product-items {
  flex-wrap: wrap !important;
}
.highlight-cols-1 {
  --listing-grid-columns: 1;
}
.highlight-cols-2 {
  --listing-grid-columns: 2;
}
.highlight-cols-3 {
  --listing-grid-columns: 3;
}
.highlight-cols-4 {
  --listing-grid-columns: 4;
}
.highlight-cols-5 {
  --listing-grid-columns: 5;
}
.highlight-cols-6 {
  --listing-grid-columns: 6;
}
@media (max-width: 767px) {
  .highlight-cols-6 {
    --listing-grid-columns: 3;
  }
}
@media (max-width: 480px) {
  .highlight-grid:not(.highlight-cols-1) {
    --listing-grid-columns: 2;
  }
}
@media (max-width: 480px) {
  .block.block-highlight.highlight-carousel .product-item {
    width: 48vw !important;
  }
}
.js #html-body .slide.loading .product-items > .product-item {
  opacity: 1;
  transform: none;
  animation: none;
}
:where(.products-grid, .products-list) .hover-image-container {
  background-color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 0.2s ease-in-out, display 0.2s ease-in-out;
  transition-behavior: allow-discrete;
  text-align: center;
}
:where(.products-grid, .products-list) .product-item-photo:not(:hover) .hover-image-container {
  display: none;
}
.easyslide-wrapper .swiper-container {
  text-align: center;
}
.easyslide-wrapper .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.4em;
}
.easyslide-link {
  display: block;
}
.columns .column.main {
  min-width: 0;
}
.easyslide-description {
  position: absolute;
  overflow: hidden;
  padding: 15px 20px;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
.easyslide-description * {
  pointer-events: auto;
}
.easyslide-description-top,
.easyslide-description-bottom {
  left: 0;
  width: 100%;
}
.easyslide-description-left,
.easyslide-description-right {
  top: 0;
  bottom: 0;
}
@media (min-width: 640px) {
  .easyslide-description-left,
  .easyslide-description-right {
    width: 45%;
  }
}
.easyslide-description-top {
  top: 0;
}
.easyslide-description-bottom {
  bottom: 0;
}
.easyslide-description-right {
  right: 0;
}
.easyslide-description-left {
  left: 0;
}
.easyslide-description-center {
  inset: 0;
  align-items: center;
  text-align: center;
}
.easyslide-description a {
  text-decoration: none;
  color: #5a5a5a;
}
.easyslide-description a:hover {
  text-decoration: underline;
}
.easyslide-description p {
  line-height: 20px;
  text-align: center;
}
.easyslide-background-light {
  background: rgba(255, 255, 255, 0.65);
  color: #000;
}
.easyslide-background-dark {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
}
.easyslide-background-transparent {
  color: #000;
}
.easyslide-thumbs.swiper-container {
  padding: 0.5rem 0;
  text-align: inherit;
}
.easyslide-thumbs:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
  display: none;
}
.easyslide-thumbs .swiper-slide {
  cursor: pointer;
  margin-right: 0.5rem;
  width: auto;
}
.easyslide-thumbs .swiper-slide:not(:has(img)) {
  width: 10rem;
  max-width: 100%;
  background: currentColor;
  opacity: .1;
}
.easyslide-thumbs .swiper-slide:last-child {
  margin-right: 0;
}
.easyslide-thumbs .swiper-slide.swiper-slide-thumb-active:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #007aff;
}
.easyslide-thumbs-black.easyslide-thumbs .swiper-slide.swiper-slide-thumb-active:after {
  border-color: #000;
}
.easyslide-thumbs-white.easyslide-thumbs .swiper-slide.swiper-slide-thumb-active:after {
  border-color: #fff;
}
.easyslide-wrapper-thumbs-above {
  display: flex;
  flex-direction: column-reverse;
}
.easyslide-wrapper-thumbs-above .swiper-container {
  max-width: 100%;
}
.easyslide-wrapper-thumbs-above .easyslide-thumbs {
  margin: 0;
}
.easyslide-wrapper-thumbs-above .easyslide-thumbs.swiper-container {
  padding: 0 0 0.5rem;
}
.easyslide-wrapper-thumbs-right,
.easyslide-wrapper-thumbs-left {
  display: flex;
  align-items: flex-start;
}
.easyslide-wrapper-thumbs-right .easyslide-thumbs,
.easyslide-wrapper-thumbs-left .easyslide-thumbs {
  flex-shrink: 0;
}
.easyslide-wrapper-thumbs-right .easyslide-thumbs.swiper-container,
.easyslide-wrapper-thumbs-left .easyslide-thumbs.swiper-container {
  padding: 0 0 0 0.5rem;
}
.easyslide-wrapper-thumbs-right .easyslide-thumbs .swiper-slide,
.easyslide-wrapper-thumbs-left .easyslide-thumbs .swiper-slide {
  margin: 0 0 0.5rem;
}
.easyslide-wrapper-thumbs-right .easyslide-thumbs .swiper-slide:last-child,
.easyslide-wrapper-thumbs-left .easyslide-thumbs .swiper-slide:last-child {
  margin: 0;
}
.easyslide-wrapper-thumbs-left {
  flex-direction: row-reverse;
}
.easyslide-wrapper-thumbs-left .easyslide-thumbs.swiper-container {
  padding: 0 0.5rem 0 0;
}
.navpro.navpro .text-left {
  text-align: left;
}
.navpro.navpro .text-center {
  text-align: center;
}
.navpro.navpro .text-right {
  text-align: right;
}
.navpro.navpro .text-justify {
  text-align: justify;
}
.navpro.navpro .nowrap {
  white-space: nowrap;
}
.navpro.navpro .break-word {
  word-wrap: break-word;
}
.navpro.navpro .va-middle {
  vertical-align: middle;
}
.navpro.navpro .va-top {
  vertical-align: top;
}
.navpro.navpro .va-bottom {
  vertical-align: bottom;
}
.navpro.navpro .va-baseline {
  vertical-align: baseline;
}
.navpro.navpro .inline {
  display: inline;
}
.navpro.navpro .block {
  display: block;
}
.navpro.navpro .inline-block {
  display: inline-block;
}
.navpro.navpro .float-left {
  float: left;
}
.navpro.navpro .float-right {
  float: right;
}
.navpro.navpro .m0 {
  margin: 0;
}
.navpro.navpro .mt0 {
  margin-top: 0;
}
.navpro.navpro .mr0 {
  margin-right: 0;
}
.navpro.navpro .mb0 {
  margin-bottom: 0;
}
.navpro.navpro .ml0 {
  margin-left: 0;
}
.navpro.navpro .m1 {
  margin: 0.5rem;
}
.navpro.navpro .mt1 {
  margin-top: 0.5rem;
}
.navpro.navpro .mr1 {
  margin-right: 0.5rem;
}
.navpro.navpro .mb1 {
  margin-bottom: 0.5rem;
}
.navpro.navpro .ml1 {
  margin-left: 0.5rem;
}
.navpro.navpro .m2 {
  margin: 1rem;
}
.navpro.navpro .mt2 {
  margin-top: 1rem;
}
.navpro.navpro .mr2 {
  margin-right: 1rem;
}
.navpro.navpro .mb2 {
  margin-bottom: 1rem;
}
.navpro.navpro .ml2 {
  margin-left: 1rem;
}
.navpro.navpro .m3 {
  margin: 2rem;
}
.navpro.navpro .mt3 {
  margin-top: 2rem;
}
.navpro.navpro .mr3 {
  margin-right: 2rem;
}
.navpro.navpro .mb3 {
  margin-bottom: 2rem;
}
.navpro.navpro .ml3 {
  margin-left: 2rem;
}
.navpro.navpro .m4 {
  margin: 4rem;
}
.navpro.navpro .mt4 {
  margin-top: 4rem;
}
.navpro.navpro .mr4 {
  margin-right: 4rem;
}
.navpro.navpro .mb4 {
  margin-bottom: 4rem;
}
.navpro.navpro .ml4 {
  margin-left: 4rem;
}
.navpro.navpro .ml-auto {
  margin-left: auto;
}
.navpro.navpro .mr-auto {
  margin-right: auto;
}
@media (max-width: 639.98px) {
  .navpro.navpro .xs-m0 {
    margin: 0;
  }
  .navpro.navpro .xs-mt0 {
    margin-top: 0;
  }
  .navpro.navpro .xs-mr0 {
    margin-right: 0;
  }
  .navpro.navpro .xs-mb0 {
    margin-bottom: 0;
  }
  .navpro.navpro .xs-ml0 {
    margin-left: 0;
  }
  .navpro.navpro .xs-m1 {
    margin: 0.5rem;
  }
  .navpro.navpro .xs-mt1 {
    margin-top: 0.5rem;
  }
  .navpro.navpro .xs-mr1 {
    margin-right: 0.5rem;
  }
  .navpro.navpro .xs-mb1 {
    margin-bottom: 0.5rem;
  }
  .navpro.navpro .xs-ml1 {
    margin-left: 0.5rem;
  }
  .navpro.navpro .xs-m2 {
    margin: 1rem;
  }
  .navpro.navpro .xs-mt2 {
    margin-top: 1rem;
  }
  .navpro.navpro .xs-mr2 {
    margin-right: 1rem;
  }
  .navpro.navpro .xs-mb2 {
    margin-bottom: 1rem;
  }
  .navpro.navpro .xs-ml2 {
    margin-left: 1rem;
  }
  .navpro.navpro .xs-m3 {
    margin: 2rem;
  }
  .navpro.navpro .xs-mt3 {
    margin-top: 2rem;
  }
  .navpro.navpro .xs-mr3 {
    margin-right: 2rem;
  }
  .navpro.navpro .xs-mb3 {
    margin-bottom: 2rem;
  }
  .navpro.navpro .xs-ml3 {
    margin-left: 2rem;
  }
  .navpro.navpro .xs-m4 {
    margin: 4rem;
  }
  .navpro.navpro .xs-mt4 {
    margin-top: 4rem;
  }
  .navpro.navpro .xs-mr4 {
    margin-right: 4rem;
  }
  .navpro.navpro .xs-mb4 {
    margin-bottom: 4rem;
  }
  .navpro.navpro .xs-ml4 {
    margin-left: 4rem;
  }
  .navpro.navpro .xs-ml-auto {
    margin-left: auto;
  }
  .navpro.navpro .xs-mr-auto {
    margin-right: auto;
  }
}
.navpro.navpro .p0 {
  padding: 0;
}
.navpro.navpro .pt0 {
  padding-top: 0;
}
.navpro.navpro .pr0 {
  padding-right: 0;
}
.navpro.navpro .pb0 {
  padding-bottom: 0;
}
.navpro.navpro .pl0 {
  padding-left: 0;
}
.navpro.navpro .p1 {
  padding: 0.5rem;
}
.navpro.navpro .pt1 {
  padding-top: 0.5rem;
}
.navpro.navpro .pr1 {
  padding-right: 0.5rem;
}
.navpro.navpro .pb1 {
  padding-bottom: 0.5rem;
}
.navpro.navpro .pl1 {
  padding-left: 0.5rem;
}
.navpro.navpro .p2 {
  padding: 1rem;
}
.navpro.navpro .pt2 {
  padding-top: 1rem;
}
.navpro.navpro .pr2 {
  padding-right: 1rem;
}
.navpro.navpro .pb2 {
  padding-bottom: 1rem;
}
.navpro.navpro .pl2 {
  padding-left: 1rem;
}
.navpro.navpro .p3 {
  padding: 4rem;
}
.navpro.navpro .pt3 {
  padding-top: 4rem;
}
.navpro.navpro .pr3 {
  padding-right: 4rem;
}
.navpro.navpro .pb3 {
  padding-bottom: 4rem;
}
.navpro.navpro .pl3 {
  padding-left: 4rem;
}
.navpro.navpro .p4 {
  padding: 4rem;
}
.navpro.navpro .pt4 {
  padding-top: 4rem;
}
.navpro.navpro .pr4 {
  padding-right: 4rem;
}
.navpro.navpro .pb4 {
  padding-bottom: 4rem;
}
.navpro.navpro .pl4 {
  padding-left: 4rem;
}
@media (max-width: 639.98px) {
  .navpro.navpro .xs-p0 {
    padding: 0;
  }
  .navpro.navpro .xs-pt0 {
    padding-top: 0;
  }
  .navpro.navpro .xs-pr0 {
    padding-right: 0;
  }
  .navpro.navpro .xs-pb0 {
    padding-bottom: 0;
  }
  .navpro.navpro .xs-pl0 {
    padding-left: 0;
  }
  .navpro.navpro .xs-p1 {
    padding: 0.5rem;
  }
  .navpro.navpro .xs-pt1 {
    padding-top: 0.5rem;
  }
  .navpro.navpro .xs-pr1 {
    padding-right: 0.5rem;
  }
  .navpro.navpro .xs-pb1 {
    padding-bottom: 0.5rem;
  }
  .navpro.navpro .xs-pl1 {
    padding-left: 0.5rem;
  }
  .navpro.navpro .xs-p2 {
    padding: 1rem;
  }
  .navpro.navpro .xs-pt2 {
    padding-top: 1rem;
  }
  .navpro.navpro .xs-pr2 {
    padding-right: 1rem;
  }
  .navpro.navpro .xs-pb2 {
    padding-bottom: 1rem;
  }
  .navpro.navpro .xs-pl2 {
    padding-left: 1rem;
  }
  .navpro.navpro .xs-p3 {
    padding: 2rem;
  }
  .navpro.navpro .xs-pt3 {
    padding-top: 2rem;
  }
  .navpro.navpro .xs-pr3 {
    padding-right: 2rem;
  }
  .navpro.navpro .xs-pb3 {
    padding-bottom: 2rem;
  }
  .navpro.navpro .xs-pl3 {
    padding-left: 2rem;
  }
  .navpro.navpro .xs-p4 {
    padding: 4rem;
  }
  .navpro.navpro .xs-pt4 {
    padding-top: 4rem;
  }
  .navpro.navpro .xs-pr4 {
    padding-right: 4rem;
  }
  .navpro.navpro .xs-pb4 {
    padding-bottom: 4rem;
  }
  .navpro.navpro .xs-pl4 {
    padding-left: 4rem;
  }
}
.navpro.navpro .flex {
  display: flex !important;
}
.navpro.navpro .flex-column {
  flex-direction: column;
}
.navpro.navpro .flex-wrap {
  flex-wrap: wrap;
}
.navpro.navpro .flex-nowrap {
  flex-wrap: nowrap;
}
.navpro.navpro .items-start {
  align-items: flex-start;
}
.navpro.navpro .items-end {
  align-items: flex-end;
}
.navpro.navpro .items-center {
  align-items: center;
}
.navpro.navpro .items-baseline {
  align-items: baseline;
}
.navpro.navpro .items-stretch {
  align-items: stretch;
}
.navpro.navpro .self-start {
  align-self: flex-start;
}
.navpro.navpro .self-end {
  align-self: flex-end;
}
.navpro.navpro .self-center {
  align-self: center;
}
.navpro.navpro .self-baseline {
  align-self: baseline;
}
.navpro.navpro .self-stretch {
  align-self: stretch;
}
.navpro.navpro .justify-start {
  justify-content: flex-start;
}
.navpro.navpro .justify-end {
  justify-content: flex-end;
}
.navpro.navpro .justify-center {
  justify-content: center;
}
.navpro.navpro .justify-between {
  justify-content: space-between;
}
.navpro.navpro .justify-around {
  justify-content: space-around;
}
.navpro.navpro .justify-evenly {
  justify-content: space-evenly;
}
.navpro.navpro .content-start {
  align-content: flex-start;
}
.navpro.navpro .content-end {
  align-content: flex-end;
}
.navpro.navpro .content-center {
  align-content: center;
}
.navpro.navpro .content-between {
  align-content: space-between;
}
.navpro.navpro .content-around {
  align-content: space-around;
}
.navpro.navpro .content-stretch {
  align-content: stretch;
}
.navpro.navpro .order-0 {
  order: 0;
}
.navpro.navpro .order-1 {
  order: 1;
}
.navpro.navpro .order-2 {
  order: 2;
}
.navpro.navpro .order-3 {
  order: 3;
}
.navpro.navpro .order-last {
  order: 99999;
}
:root {
  --navpro-accordion-max-width: 639.98px;
  --navpro-initially-expanded-min-width: 1280px;
}
.navpro-menu a:hover > .tip {
  text-decoration: none;
}
.navpro-menu .tip {
  display: inline-block;
  top: -3px;
  position: relative;
  padding: 2px 3px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.7em;
  line-height: normal;
  color: #ffffff;
  background: #1979c3;
}
.navpro-menu .tip.text-small {
  font-size: .65em;
}
.navpro-menu .tip.text-big {
  font-size: .8em;
}
.navpro-menu .tip.text-big.top {
  top: -8px;
}
.navpro-menu .tip.top {
  position: absolute;
  top: -6px;
  right: 21px;
}
.rtl .navpro-menu .tip.top {
  right: auto;
  left: 21px;
}
.navpro-menu .tip.top::before {
  content: '';
  position: absolute;
  right: 6px;
  top: 100%;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #1979c3;
}
.rtl .navpro-menu .tip.top::before {
  right: auto;
  left: 6px;
}
.navpro-menu .tip.inverted {
  color: #1979c3;
  background: #ffffff;
}
.navpro-menu .tip.inverted::before {
  border-top-color: #ffffff;
}
.navpro-menu .tip.accent {
  background: #ff7103;
}
.navpro-menu .tip.accent::before {
  border-top-color: #ff7103;
}
.navpro-menu .tip.accent.inverted {
  color: #ff7103;
  background: #ffffff;
}
.navpro-menu .tip.accent.inverted::before {
  border-top-color: #ffffff;
}
.navpro-menu .tip.muted {
  background: #555555;
}
.navpro-menu .tip.muted::before {
  border-top-color: #555555;
}
.navpro-menu .tip.muted.inverted {
  color: #555555;
  background: #ffffff;
}
.navpro-menu .tip.muted.inverted::before {
  border-top-color: #ffffff;
}
.navpro-menu .tip.black {
  color: #ffffff;
  background: #000000;
}
.navpro-menu .tip.black::before {
  border-top-color: #000000;
}
.navpro-menu .tip.black.inverted {
  color: #000000;
  background: #ffffff;
}
.navpro-menu .tip.black.inverted::before {
  border-top-color: #ffffff;
}
.navpro .navpro-search .block-search {
  float: none;
  align-self: center;
  margin: 0;
  padding: 0;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  transform: none;
  position: static;
  width: auto;
}
.navpro .navpro-search .block-search .block-title {
  margin: 0 0 15px;
}
.navpro .navpro-search .block-search .form.minisearch {
  position: relative;
}
.navpro .li-item > .navpro-search .block-search .block-title {
  display: none;
}
.navpro .li-item > .navpro-search .block-search .field label {
  display: none;
}
@media (min-width: 640px) {
  .navpro.orientation-horizontal > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .navpro.orientation-horizontal > ul > li {
    display: flex;
    align-items: flex-end;
  }
}
.navpro.orientation-vertical .level0 {
  margin: 0;
}
.navpro.orientation-vertical .children > li > a,
.navpro.orientation-vertical .level0 > .level-top,
.navpro.orientation-vertical .level0.active > .level-top,
.navpro.orientation-vertical .level0.has-active > .level-top {
  display: block;
}
.navpro.orientation-vertical .parent-expanded > a {
  font-weight: bold;
}
.navpro.orientation-vertical .parent-expanded .parent-expanded > a {
  font-weight: normal;
}
.navpro.orientation-vertical > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
}
.navpro.orientation-vertical .navpro-dropdown .children > li > a,
.navpro.orientation-vertical .navpro-dropdown .children .parent > a {
  padding: 8px 12px;
}
.navpro.orientation-vertical .level0 > .level-top {
  padding: 8px 12px;
}
@media (min-width: 1280px) {
  .cms-index-index .navpro li.home-expanded {
    position: relative;
  }
}
.navpro-pills li.level0 {
  background: #f4f4f4;
  border-radius: 10px;
  margin: 0 5px 5px 0;
}
.navpro-shevron {
  display: none;
}
.navpro-dropdown {
  position: absolute;
  opacity: 0;
  display: none;
}
.navpro-dropdown-inner {
  box-sizing: border-box;
  padding: 0;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding-top: 0;
}
.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding-left: 0;
  padding-right: 0;
}
.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > .navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-left .ui-menu-item {
  text-align: right;
}
.rtl .dropdown-left .ui-menu-item {
  text-align: left;
}
.navpro .li-item.navpro-shop-all {
  font-weight: bold;
}
.navpro .navpro-a-with-thumbnail {
  max-height: 130px;
  overflow: hidden;
}
@media (min-width: 640px) {
  .navpro .navpro-a-with-thumbnail {
    margin-bottom: 8px;
  }
}
.navpro .navpro-a-with-thumbnail img {
  margin-top: 5px;
  filter: contrast(95%);
}
.navpro .level0 .children > li > a,
.navpro .level0 .children .parent > a {
  text-decoration: none;
}
.navpro-dropdown .children > li > a,
.navpro-dropdown .children .parent > a {
  display: block;
  line-height: inherit;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
}
.navpro-dropdown .children .parent > a {
  padding-right: 32px;
}
.rtl .navpro-dropdown .children .parent > a {
  padding: 0.25rem 0.5rem;
  padding-left: 32px;
}
.navpro-dropdown > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > a:has(+ .navpro-dropdown-expanded, img) {
  font-weight: bold;
  padding-bottom: 5px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li > a:has(+ .navpro-dropdown-expanded) {
  padding-top: 3px;
  padding-bottom: 3px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a span {
  line-height: normal;
}
.navpro-dropdown .multicolumn {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.navpro-dropdown .multicolumn > li {
  width: 100%;
}
.navpro-dropdown .vertical.multicolumn {
  flex-direction: column;
  display: block;
}
@media (min-width: 640px) {
  .navpro-dropdown .vertical.multicolumn-8 {
    column-count: 8;
  }
  .navpro-dropdown .vertical.multicolumn-7 {
    column-count: 7;
  }
  .navpro-dropdown .vertical.multicolumn-6 {
    column-count: 6;
  }
  .navpro-dropdown .vertical.multicolumn-5 {
    column-count: 5;
  }
  .navpro-dropdown .vertical.multicolumn-4 {
    column-count: 4;
  }
  .navpro-dropdown .vertical.multicolumn-3 {
    column-count: 3;
  }
  .navpro-dropdown .vertical.multicolumn-2 {
    column-count: 2;
  }
  .navpro-dropdown .vertical.multicolumn-1 {
    column-count: 1;
  }
}
.navpro-dropdown .vertical.multicolumn > li {
  display: block;
  width: 100%;
  break-inside: avoid-column;
}
.navpro-icon-caret,
.navpro.navigation .level0.parent > .level-top > .ui-menu-icon {
  position: static;
  display: block;
}
.navpro-icon-caret::after {
  display: none !important;
}
.navpro .caret-hidden > a.level-top {
  padding: 16px 20px !important;
}
.navpro .caret-hidden > a.level-top::before,
.navpro .caret-hidden > a.level-top > .navpro-icon-caret::before {
  display: none !important;
}
.navpro-icon-caret::before,
.navpro .parent > a::before {
  content: '';
  position: absolute;
  right: 1px;
  top: calc(50% - 10px);
  transform: rotate(-90deg);
  opacity: 0.8;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 18px 18px;
  width: 20px;
  height: 20px;
}
.rtl .navpro-icon-caret::before,
.rtl .navpro .parent > a::before {
  left: 1px;
  right: auto;
  transform: rotate(90deg);
}
.navpro.navpro .parent > a:has(.navpro-icon-caret)::before {
  display: none !important;
}
.navpro.navpro .parent.ui-menu-item > a::before {
  display: none !important;
}
.caret-bottom a.level-top > .navpro-icon-caret::before,
.caret-bottom .parent > a.level-top::before {
  top: auto;
  right: auto;
  left: calc(50% - 8px);
  bottom: 5px;
}
.navpro.navpro .caret-hidden .level0 > .level-top {
  padding: 16px 20px !important;
}
.navpro.navpro .caret-hidden .level0 > .level-top::before,
.navpro.navpro .caret-hidden .level0 > .level-top > .navpro-icon-caret,
.navpro.navpro .caret-hidden .level0 > .level-top > .navpro-icon-caret::before {
  display: none !important;
}
.navpro.orientation-horizontal .caret-bottom .level0 > .level-top,
.rtl .navpro.orientation-horizontal .caret-bottom .level0 > .level-top {
  padding: 16px 20px;
  padding-bottom: false;
}
@media (min-width: 640px) {
  .navpro-icon-caret {
    opacity: 1 !important;
  }
  a.level-top > .navpro-icon-caret::before,
  .navpro .parent > a.level-top::before {
    opacity: 0.8;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 18px 18px;
  }
  .orientation-horizontal a.level-top > .navpro-icon-caret::before,
  .orientation-horizontal .parent > a.level-top::before {
    transform: rotate(0);
  }
}
.navpro-overlay-element {
  display: none;
}
@media (min-width: 640px) {
  .navpro-nowrap {
    flex-wrap: nowrap !important;
  }
  .navpro-nowrap:not(.navpro-nowrap-ready) {
    overflow: hidden !important;
    opacity: 0;
    pointer-events: none;
  }
  .navpro-nowrap-justify-start {
    justify-content: start !important;
  }
  .navpro-nowrap > li {
    flex-shrink: 0;
  }
  .navpro-nowrap .navpro-item-more {
    align-self: center;
  }
  .navpro-nowrap .navpro-item-more > .nav-a-icon-more {
    padding: 0.25rem 0.5rem;
    display: flex !important;
    align-items: center;
  }
  .navpro-nowrap .navpro-item-more > .nav-a-icon-more svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
  .navpro-nowrap .navpro-item-more > .nav-a-icon-more::after {
    display: none !important;
  }
  .navigation-wrapper:has(.navpro-nowrap) {
    flex-grow: 1;
  }
  .navigation-wrapper:has(.navpro-nowrap:not(.navpro-nowrap-ready)) {
    flex-shrink: 1;
    overflow: hidden;
    opacity: 0;
  }
  .header.content:has(.navpro-nowrap:not(.navpro-nowrap-ready)) .logo {
    flex-shrink: 0;
  }
  .header .nav-sections:has(.navpro-nowrap:not(.navpro-nowrap-ready)) {
    width: 0;
  }
}
.navpro.navpro-accordion.navpro .level0 > .level-top {
  display: block;
}
.navpro.navpro-accordion.navpro .level0.active > .level-top,
.navpro.navpro-accordion.navpro .level0.has-active > .level-top {
  display: block;
}
.navpro.navpro-accordion .navpro-icon-caret::before {
  transition: transform 200ms ease-in-out;
}
.navpro.navpro-accordion .navpro-icon-caret::before {
  transform: rotate(-90deg);
}
.navpro.navpro-accordion li.opened > a > .navpro-icon-caret::before {
  transform: rotate(0deg);
}
.navpro.navpro-accordion .navpro-dropdown {
  background: transparent;
  border: 0;
  box-shadow: none;
  min-width: 0;
  position: static;
  box-shadow: none !important;
  width: auto !important;
  min-height: 0 !important;
  max-height: 0;
  max-width: 100%;
  overflow: hidden;
}
.navpro.navpro-accordion .navpro-dropdown .multicolumn.vertical {
  height: auto !important;
}
.navpro.navpro-accordion .navpro-dropdown.shown {
  max-height: 1000em;
}
.navpro.navpro-accordion .navpro-dropdown-inner {
  padding-top: 3px;
  padding-bottom: 5px;
}
.navpro.navpro-accordion .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li .navpro-dropdown > .navpro-dropdown-inner {
  padding-left: 10px;
}
.navpro.navpro-accordion .navpro-dropdown .children {
  display: block;
  /* reset ribbon style */
}
.navpro.navpro-accordion .navpro-dropdown .children.multicolumn > li {
  width: 100%;
}
@media (min-width: 640px) {
  .navpro-with-slideout .page-header .nav-toggle {
    display: block;
  }
  .navpro-with-slideout .page-header .header.content .nav-toggle + .logo {
    margin-left: 10px;
  }
  .navpro-with-slideout .nav-sections {
    margin: 0;
  }
  .navpro.navpro.navpro-slideout {
    position: fixed !important;
    opacity: 0;
  }
}
.navpro.navpro .navpro-iconic .navpro-wrapped-items .level1 > a,
.navpro.navpro .navpro-iconic .level0 > .level-top {
  display: flex;
  align-items: center;
}
.navpro.navpro .navpro-iconic .navpro-wrapped-items .level1 > a img,
.navpro.navpro .navpro-iconic .level0 > .level-top img {
  margin: 3px;
}
.navpro.navpro .navpro-iconic.iconic-vertical .navpro-wrapped-items .level1 > a,
.navpro.navpro .navpro-iconic.iconic-vertical .level0 > .level-top {
  flex-direction: column;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > .level-top,
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current > .level-top {
  padding-left: 20px;
}
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > .level-top,
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current > .level-top {
  padding-left: 0;
  padding-right: 20px;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back ~ .level-top:not(.navpro-current):not(.navpro-back),
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current ~ .level-top:not(.navpro-current):not(.navpro-back) {
  padding-left: 30px;
}
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back ~ .level-top:not(.navpro-current):not(.navpro-back),
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current ~ .level-top:not(.navpro-current):not(.navpro-back) {
  padding-left: 0;
  padding-right: 30px;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a {
  position: relative;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a::before {
  content: '';
  position: absolute;
  left: 6px;
  top: calc(50% - 6px);
  transform: rotate(90deg);
  opacity: .8;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 12px 12px;
  width: 12px;
  height: 12px;
}
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a::before {
  left: auto;
  right: 6px;
  transform: rotate(-90deg);
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current a {
  font-weight: bold;
}
.navpro-linkbar {
  display: flex;
  flex-wrap: wrap;
}
.navpro.navpro-theme-dark,
.navpro.navpro-theme-dark-bar {
  background: #0f172a;
}
.navpro.navpro-theme-dark .level0 > .level-top,
.navpro.navpro-theme-dark-bar .level0 > .level-top {
  color: #eaeaea !important;
}
@media (max-width: 639.98px) {
  .navpro.navpro-theme-dark-bar .navpro-dropdown {
    background: #0f172a;
    border-color: #0f172a;
    color: #eaeaea;
  }
  .navpro.navpro-theme-dark-bar .navpro-dropdown h3,
  .navpro.navpro-theme-dark-bar .navpro-dropdown .children a,
  .navpro.navpro-theme-dark-bar .navpro-dropdown .children .parent > a {
    color: #eaeaea;
  }
}
.navpro-theme-flat {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background: #fafafa;
}
.navpro-theme-flat.navpro .children > li > a,
.navpro-theme-flat.navpro .level0 > .level-top {
  color: #666;
}
.navpro-theme-flat.navpro .level0 > .level-top,
.navpro-theme-flat.navpro .level0.active > .level-top,
.navpro-theme-flat.navpro .level0.has-active > .level-top {
  border-top: 1px solid #e0e0e0;
}
.navpro-theme-flat.navpro .level0:first-child > .level-top {
  border: none;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0 {
  border: 1px solid #e0e0e0;
  border-width: 0 0 0 1px;
  margin: 0 0 0 -1px;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0:first-child {
  border-width: 0;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0 > .level-top {
  border: 0;
}
.navpro.navpro-theme-compact {
  font-size: .9em;
}
.navpro.navpro-theme-compact.navpro .caret-hidden > a.level-top {
  padding: 4px 5px !important;
}
.navpro.navpro-theme-compact.navpro .level0 > .level-top {
  padding: 4px 5px;
  color: #333333;
}
.navpro.navpro-theme-compact.navpro .level0.parent > .level-top {
  padding-right: 32px;
}
.rtl .navpro.navpro-theme-compact.navpro .level0.parent > .level-top {
  padding: 4px 5px;
  padding-left: 32px;
}
.navpro.navpro-theme-air .navpro-dropdown {
  border-radius: 4px;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.2);
  border: 0;
}
.navpro.navpro-theme-air .navpro-dropdown > .navpro-shevron {
  border: 0 !important;
}
.navpro.navpro-theme-air.orientation-vertical,
.navpro.navpro-theme-air.navpro-slideout {
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.2);
}
.navpro.navpro-theme-air.orientation-vertical:not(.navpro-slideout) {
  padding: 10px;
  border-radius: 4px;
}
.navpro.navpro .li-item {
  position: static;
}
.navpro.navpro .li-item > a {
  position: relative;
}
.navpro.navpro > ul.navpro-stacked {
  margin: 0;
}
.navpro.navpro .parent > a::after {
  display: none;
}
.navpro.navpro .parent > a .ui-icon {
  display: block;
  background: transparent;
  -webkit-mask: none;
  margin: 0;
  width: auto;
  height: auto;
  transform: none !important;
}
.navpro.navpro .level0 > .level-top {
  padding: 16px 20px;
}
.navpro-icon-caret::before,
.navpro .parent > a::before {
  right: 4px;
  top: calc(50% - 9px);
}
.prolabels-wrapper {
  height: 100%;
  text-align: center;
}
.prolabels-wrapper .product-item-photo {
  font-size: 0;
}
.prolabels-wrapper .hover-image-container {
  left: 50%;
  transform: translateX(-50%);
}
.rtl .prolabels-wrapper .hover-image-container {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}
.prolabels-wrapper,
.prolabels-content-wrapper {
  position: relative;
}
.prolabels-product-image-labels,
.prolabels-content-labels {
  display: none;
}
.prolabels-content-wrapper:empty {
  display: none;
}
/* Fotorama fullscreen hide labels */
.fotorama--fullscreen .prolabels-wrapper div:has(.prolabel) {
  display: none;
}
.breeze-gallery .prolabels-wrapper {
  height: auto;
}
.breeze-gallery.opened .prolabels-wrapper .prolabel {
  display: none;
}
.product-item-info .prolabels-wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  max-width: 100%;
}
.qty-switcher-dec,
.qty-switcher-inc {
  display: inline-block;
  position: relative;
  padding: 10px 10px;
  vertical-align: middle;
  cursor: pointer;
}
.qty-switcher-dec:before,
.qty-switcher-inc:after {
  content: '';
  display: block;
  position: absolute;
  border-left: 1px solid;
  border-bottom: 1px solid;
  width: 10px;
  height: 10px;
  top: 3px;
  right: 0;
  transform: rotate(45deg);
}
.qty-switcher-inc:after {
  left: 0;
  transform: rotate(225deg);
}
.qty-switcher-arrows .product-info-wrapper .control:has(> .input-text.qty) {
  padding-left: 20px;
  padding-right: 20px;
}
.qty-dropdown .qty {
  min-width: 62px;
  padding: 0.5rem 0.75rem;
}
.qty-dropdown .trigger {
  margin: 0 0 0 -1.5rem;
}
.col.qty .control,
.field.qty .control {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table.grouped .control.qty,
.cart.table-wrapper .col.qty {
  min-width: 100px;
}
.qty-dropdown .trigger::after {
  height: 1.5rem;
  width: 1.5rem;
}
.qty-dropdown .dropdown {
  --dropdown-width: 7rem;
}
.field.qty > .control {
  max-width: none !important;
}
.qty-dropdown {
  display: inline-block;
  position: relative;
}
.qty-dropdown .trigger {
  border-radius: 0;
  display: inline-flex !important;
  position: relative;
  top: 6px;
  left: -6px;
}
.qty-dropdown .trigger::after {
  display: inline-block;
}
.soldtogether-block .amazonstyle-images .product-image-container {
  width: auto;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
}
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}
#theme-editor-toolbar {
  position: fixed;
  top: 50px;
  left: 75%;
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
  padding: 10px;
  z-index: 10000;
  border-radius: 10px;
  /* Додаткова візуалізація (наприклад, спінер) */
}
#theme-editor-toolbar .toolbar-header {
  margin-bottom: 10px;
}
#theme-editor-toolbar ul#theme-editor-current-settings-selector-properties {
  padding: 10px 0;
}
#theme-editor-toolbar ul#theme-editor-current-settings-selector-properties li {
  display: flex;
  flex-direction: column;
}
#theme-editor-toolbar ul#theme-editor-current-settings-selector-properties li i {
  font-size: 12px;
}
#theme-editor-toolbar ul#theme-editor-current-settings-selector-properties li input[type="color"] {
  width: 50px;
  padding: 0;
}
#theme-editor-toolbar .toggle-button {
  position: relative;
  padding: 8px 36px;
  border: 2px solid #cccccc;
  border-radius: 25px;
  cursor: pointer;
  background-color: #f0f0f0;
  color: #333333;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 16px;
  width: 410px;
  height: 38px;
}
#theme-editor-toolbar .toggle-button:hover {
  background-color: #dddddd;
}
#theme-editor-toolbar .toggle-button.active {
  background-color: #4caf50;
  color: #ffffff;
  border-color: #4caf50;
}
#theme-editor-toolbar .toggle-button.active:hover {
  background-color: #45a049;
}
#theme-editor-toolbar .toggle-button.active .toggle-indicator {
  transform: translateX(370px);
}
#theme-editor-toolbar .toggle-indicator {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
#theme-editor-toolbar .saving-indicator {
  position: relative;
  pointer-events: none;
}
#theme-editor-toolbar .saving-indicator::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border: 2px solid #cccccc;
  border-top-color: #0000ff;
  border-radius: 50%;
  animation: saving-spin 1s linear infinite;
}
#theme-editor-toolbar .saving-complete {
  pointer-events: auto;
}
#theme-editor-toolbar .saving-complete .saving-indicator::after {
  content: '✓';
  border: none;
  color: #4caf50;
  font-size: 1.2em;
  width: auto;
  height: auto;
  margin-top: -0.6em;
  margin-left: -0.3em;
  animation: none;
}
#theme-editor-toolbar .loading-indicator {
  position: relative;
  /* Додайте стилі для відображення завантаження */
  opacity: 0.7;
  /* Зробіть елемент трохи прозорим */
  cursor: wait;
  /* Змініть курсор на очікування */
}
#theme-editor-toolbar .loading-indicator::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border: 2px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: rotate 1s linear infinite;
}
#theme-editor-toolbar .loading-indicator[disabled] {
  /* Додаткові стилі для вимкненого стану */
  opacity: 0.5;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.theme-editor-settings {
  font-size: 0.8em;
  position: absolute;
  padding: 2px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 9999;
  top: 5px;
  left: 5px;
  display: none;
}
.theme-editor-selected-border {
  outline: 3px solid #0000ff;
}
.theme-editor-selected-mask {
  background: linear-gradient(to bottom right, #f5f5c0 0%, #f5f5c0 15%, #ffffff 15%, #ffffff 30%, #f5f5c0 30%, #f5f5c0 45%, #ffffff 45%, #ffffff 60%, #f5f5c0 60%, #f5f5c0 75%, #ffffff 75%, #ffffff 90%, #f5f5c0 90%, #f5f5c0 100%) !important;
}
@keyframes saving-spin {
  to {
    transform: rotate(360deg);
  }
}
.pagebuilder-overlay {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), display var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-behavior: allow-discrete;
}
.breeze-inactive .pagebuilder-overlay {
  transition: none !important;
}
.block > .title,
.block .block-title {
  line-height: 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.5rem 0;
  text-wrap: balance;
}
.block > .title strong,
.block .block-title strong {
  font-weight: 500;
}
.block .block-content {
  display: flow-root;
}
.block .block-content.no-display {
  display: none;
}
.breeze-theme .amsearch-block-header .amsearch-title,
.paypal-review .paypal-review-title {
  line-height: 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.5rem 0;
  text-wrap: balance;
}
.breeze-theme .amsearch-block-header .amsearch-title strong,
.paypal-review .paypal-review-title strong {
  font-weight: 500;
}
:where(body:not(.narrow-page-reset)) .checkout-success,
:where(body:not(.narrow-page-reset)) #registration,
.form.form-orders-search,
.form.search.advanced,
.form.password.forget,
.form.password.reset,
.form.send.confirmation,
.form-create-account,
.login-container,
.column.main .form.contact,
.page-layout-1column.cms-no-route .columns,
.paypal-review {
  max-width: 620px;
  margin: 0 auto;
  padding: 2.5rem 3rem;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.05);
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  border-radius: 10px;
}
@media (max-width: 639.98px) {
  :where(body:not(.narrow-page-reset)) .checkout-success,
  :where(body:not(.narrow-page-reset)) #registration,
  .form.form-orders-search,
  .form.search.advanced,
  .form.password.forget,
  .form.password.reset,
  .form.send.confirmation,
  .form-create-account,
  .login-container,
  .column.main .form.contact,
  .page-layout-1column.cms-no-route .columns,
  .paypal-review {
    padding: 1rem 1.5rem;
  }
}
.account .main .block .block-title,
.order-details-items .block-title {
  line-height: 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: none;
  margin: 0;
  padding: 0.5rem 1rem;
  background: rgb(var(--muted-bg));
}
.account .main .block .block-title strong,
.order-details-items .block-title strong {
  font-weight: 500;
}
.account .main .block .block-title + .block-content,
.order-details-items .block-title + .block-content {
  padding: 1rem;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.breadcrumbs li::after {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.container,
.top-container,
.breadcrumbs ul,
.page-main,
.footer.content,
.message.global .content,
.header.panel,
.header.content,
:where(.page-wrapper, .page-header) > .navigation-wrapper .navigation,
.page-layout-cms-full-width main .page-title-wrapper .page-title,
:where([data-content-type="row"]) [data-element="inner"],
.content-containered .pagebuilder-poster-content,
.content-containered .slick-dots {
  width: var(--container-width);
  max-width: var(--container-max-width);
  margin: var(--container-margin);
  padding: var(--container-padding);
}
.container [data-element="inner"],
.top-container [data-element="inner"],
.breadcrumbs ul [data-element="inner"],
.page-main [data-element="inner"],
.footer.content [data-element="inner"],
.message.global .content [data-element="inner"],
.header.panel [data-element="inner"],
.header.content [data-element="inner"],
:where(.page-wrapper, .page-header) > .navigation-wrapper .navigation [data-element="inner"],
.page-layout-cms-full-width main .page-title-wrapper .page-title [data-element="inner"],
:where([data-content-type="row"]) [data-element="inner"] [data-element="inner"],
.content-containered .pagebuilder-poster-content [data-element="inner"],
.content-containered .slick-dots [data-element="inner"] {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}
.container-reset,
.page-layout-cms-full-width .page-main,
.modal-content [data-content-type="row"] [data-element="inner"] {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}
.swatch-option-tooltip {
  display: none;
  position: absolute;
  pointer-events: none;
  right: 0;
}
.qty-dropdown .dropdown,
.field-tooltip-content,
.dropdown.options .dropdown,
.tooltip.wrapper .tooltip.content,
.minicart-wrapper .mage-dropdown-dialog,
.minisearch .search-autocomplete,
.map-popup,
.navigation .submenu {
  display: none;
  position: absolute;
  pointer-events: none;
  right: 0;
}
.qty-dropdown .dropdown li,
.dropdown.options .dropdown > li > a,
.dropdown.options .dropdown > ul > li > a,
.minisearch .search-autocomplete [role="listbox"] li,
.navigation :where(li[class*=level]) > a {
  display: block;
  padding: 0.25rem 0.5rem;
}
.qty-dropdown .trigger,
[data-collapsible] > [data-role="title"],
[data-role="collapsible"] > [data-role="title"],
[data-mage-init*='"collapsible":'] > [data-role="title"],
.block-collapsible-nav > .title,
.dropdown.options .toggle,
.minicart-wrapper .action.showcart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.125rem;
}
.qty-dropdown .trigger::after,
[data-collapsible] > [data-role="title"]::after,
[data-role="collapsible"] > [data-role="title"]::after,
[data-mage-init*='"collapsible":'] > [data-role="title"]::after,
.block-collapsible-nav > .title::after,
.dropdown.options:not(.no-chevron) .toggle::after {
  flex-shrink: 0;
  content: '';
  height: 1.25rem;
  width: 1.25rem;
  transform: rotate(90deg);
}
.qty-dropdown .trigger.active::after,
._active[data-collapsible] > [data-role="title"]::after,
._active[data-role="collapsible"] > [data-role="title"]::after,
._active[data-mage-init*='"collapsible":'] > [data-role="title"]::after,
[data-collapsible] > [data-role="title"][aria-expanded="true"]::after,
[data-role="collapsible"] > [data-role="title"][aria-expanded="true"]::after,
[data-mage-init*='"collapsible":'] > [data-role="title"][aria-expanded="true"]::after,
[data-mage-init*='"collapsible":'][data-mage-init*='"active":true'] > [data-role="title"]:not([aria-expanded])::after,
.block-collapsible-nav > .title.active::after,
.dropdown.options:not(.no-chevron) .toggle.active::after {
  transform: rotate(-90deg);
}
:where(input:not([type=range])),
textarea,
select {
  outline: none;
  position: relative;
  padding: 0.5rem 0.75rem;
  width: 100%;
  color: rgba(var(--input-color), var(--input-alpha));
  background: rgba(var(--input-bg), var(--input-bg-alpha));
  border: 1px solid rgba(var(--input-border-color), var(--input-border-alpha));
  border-radius: 0;
  box-shadow: 0 0 0 var(--input-shadow-spread, 0) rgba(var(--input-border-color), var(--input-border-alpha));
}
:where(input:not([type=range])):disabled,
textarea:disabled,
select:disabled {
  opacity: .5;
  cursor: not-allowed;
}
button,
.action.primary,
input[type='submit'],
input[type='reset'],
input[type='button'],
.pagebuilder-button-primary,
.pagebuilder-button-secondary,
.pagebuilder-button-link,
.amshopby-button,
.am-filter-go {
  outline: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  color: rgba(var(--button-color), var(--button-alpha, 1));
  background: rgba(var(--button-bg), var(--button-bg-alpha));
  border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
  border-radius: 10px;
  text-decoration: none !important;
  white-space: nowrap;
}
button:disabled,
button.disabled,
.action.primary:disabled,
.action.primary.disabled,
input[type='submit']:disabled,
input[type='submit'].disabled,
input[type='reset']:disabled,
input[type='reset'].disabled,
input[type='button']:disabled,
input[type='button'].disabled,
.pagebuilder-button-primary:disabled,
.pagebuilder-button-primary.disabled,
.pagebuilder-button-secondary:disabled,
.pagebuilder-button-secondary.disabled,
.pagebuilder-button-link:disabled,
.pagebuilder-button-link.disabled,
.amshopby-button:disabled,
.amshopby-button.disabled,
.am-filter-go:disabled,
.am-filter-go.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.action.primary,
.action-primary,
[type='submit'],
.pagebuilder-button-primary,
.amshopby-button,
.am-filter-go {
  --link-color: var(--button-color);
  --link-alpha: 1;
  --button-bg: var(--button-primary-bg);
  --button-color: var(--button-primary-color);
  --button-border-color: var(--button-primary-border-color);
}
:where(button:not([type='submit']):not(.action-primary):not(.primary):not(.pagebuilder-button-link):not(.pagebuilder-button-primary):not(.select)),
input[type='reset'],
input[type='button'],
.pagebuilder-button-secondary {
  --link-color: var(--button-color);
  --link-alpha: 1;
  --button-bg: var(--button-secondary-bg);
  --button-color: var(--button-secondary-color);
  --button-border-color: var(--button-secondary-border-color);
}
.pagebuilder-button-link {
  --button-bg-alpha: 0;
  --button-border-alpha: 0;
  --button-color: var(--link-color);
  text-decoration: none !important;
}
.button-ghost button,
.button-ghost .pagebuilder-button-primary,
.button-ghost .pagebuilder-button-secondary {
  --button-bg: var(--base-color);
  --button-bg-alpha: 0;
  --button-color: var(--base-color);
  --button-border-color: var(--base-color);
  --button-border-alpha: var(--base-alpha);
  text-shadow: none;
}
label button,
.ui-datepicker-trigger,
.minisearch .action.search,
.block.related .action.select,
.cart.table-wrapper .action-gift {
  --button-bg: var(--base-bg);
  --button-border-color: var(--base-bg);
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left;
}
label button:focus-visible,
.minisearch .action.search:focus-visible,
.block.related .action.select:focus-visible,
.cart.table-wrapper .action-gift:focus-visible {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.button-xs button,
.button-xs .pagebuilder-button-primary,
.button-xs .pagebuilder-button-secondary,
.button-xs .pagebuilder-button-link {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem 0.5rem;
}
.button-lg button,
.button-lg .pagebuilder-button-primary,
.button-lg .pagebuilder-button-secondary,
.button-lg .pagebuilder-button-link,
.form.form-orders-search .action.primary,
.form.search.advanced .action.primary,
.form.password.forget .action.primary,
.form.password.reset .action.primary,
.form.send.confirmation .action.primary,
.form-create-account .action.primary,
.column.main .form.contact .action.primary,
.form.form-orders-search .amshopby-button,
.form.search.advanced .amshopby-button,
.form.password.forget .amshopby-button,
.form.password.reset .amshopby-button,
.form.send.confirmation .amshopby-button,
.form-create-account .amshopby-button,
.column.main .form.contact .amshopby-button,
.form.form-orders-search .am-filter-go,
.form.search.advanced .am-filter-go,
.form.password.forget .am-filter-go,
.form.password.reset .am-filter-go,
.form.send.confirmation .am-filter-go,
.form-create-account .am-filter-go,
.column.main .form.contact .am-filter-go {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.button-xl button,
.button-xl .pagebuilder-button-primary,
.button-xl .pagebuilder-button-secondary,
.button-xl .pagebuilder-button-link {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  padding: 0.75rem 2.5rem;
}
.cart.table-wrapper .control.qty input.qty {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem;
  width: auto;
  flex-grow: 0;
}
#recipients-options .fields + .fields {
  margin-top: 1rem;
}
#recipients-options .fields .actions-toolbar {
  width: 20%;
  align-items: flex-start;
  margin-top: 1.625rem;
  margin-bottom: 0;
  order: 999;
}
#recipients-options .fields .fieldset {
  width: 65%;
  display: grid;
  gap: 0.5rem;
  row-gap: 0.25rem;
}
@media (min-width: 640px) {
  #recipients-options .fields .fieldset {
    width: 80%;
    grid-template-columns: 1fr 1fr;
  }
}
#recipients-options .fields .fieldset > .field {
  padding: 0;
  width: 100%;
}
@media (min-width: 640px) {
  .narrow-page:not(.narrow-page-reset).page-layout-1column .breadcrumbs {
    display: none;
  }
  .narrow-page:not(.narrow-page-reset).page-layout-1column .page-title-wrapper {
    margin: 4rem 0;
    text-align: center;
  }
  .narrow-page:not(.narrow-page-reset).page-layout-1column .page-main {
    padding-bottom: 3rem;
  }
  .narrow-page:not(.narrow-page-reset).page-layout-1column .page-main .page.messages,
  .narrow-page:not(.narrow-page-reset).page-layout-1column .page-main .columns {
    max-width: 640px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .narrow-page:not(.narrow-page-reset).page-layout-1column .page-main .page.messages,
  .narrow-page:not(.narrow-page-reset).page-layout-1column .page-main .columns {
    max-width: 768px;
  }
}
.loading-mask .loader {
  animation: rotate var(--spinner-duration) linear infinite;
  width: var(--spinner-size);
  height: var(--spinner-size);
  border: var(--spinner-border-width) solid rgb(var(--spinner-border-color));
  border-top-color: transparent;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .default[data-content-type="easytabs"],
  .collapsed[data-content-type="easytabs"],
  [data-mage-init*='"tabs":'] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.default[data-content-type="easytabs"] > [data-role="collapsible"],
[data-mage-init*='"tabs":'] > [data-role="collapsible"] {
  order: -1;
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem;
  color: #4b5563;
}
.default[data-content-type="easytabs"] > [data-role="collapsible"] .counter,
[data-mage-init*='"tabs":'] > [data-role="collapsible"] .counter {
  opacity: 0.9;
  padding: 0.125rem 0.5rem;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
@media (max-width: 767.98px) {
  .default[data-content-type="easytabs"] > [data-role="collapsible"],
  [data-mage-init*='"tabs":'] > [data-role="collapsible"] {
    --muted-bg-alpha: .5;
    justify-content: space-between;
    border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
    border-width: 0 0 1px;
  }
  .default[data-content-type="easytabs"] > [data-role="collapsible"]::after,
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]::after {
    flex-shrink: 0;
    content: '';
    height: 1.25rem;
    width: 1.25rem;
    transform: rotate(90deg);
  }
  .default[data-content-type="easytabs"] > [data-role="collapsible"]:has(+ .content + script:last-child),
  .default[data-content-type="easytabs"] > [data-role="collapsible"]:has(+ .content:last-child),
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:has(+ .content + script:last-child),
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:has(+ .content:last-child) {
    border-bottom-color: transparent;
  }
  .default[data-content-type="easytabs"] > [data-role="collapsible"]:nth-last-child(2),
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-last-child(2) {
    border-bottom-color: transparent;
  }
}
@media (min-width: 768px) {
  .default[data-content-type="easytabs"] > [data-role="collapsible"],
  [data-mage-init*='"tabs":'] > [data-role="collapsible"] {
    margin: 0 0.75rem 0 0;
    white-space: nowrap;
  }
}
.default[data-content-type="easytabs"] > [data-role="collapsible"][aria-expanded="true"],
.default[data-content-type="easytabs"] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]),
[data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"],
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]) {
  z-index: 2;
}
.default[data-content-type="easytabs"] > [data-role="collapsible"][aria-expanded="true"]::after,
.default[data-content-type="easytabs"] > [data-role="collapsible"]:nth-child(1):not([aria-expanded])::after,
[data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"]::after,
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded])::after {
  transform: rotate(-90deg);
}
@media (max-width: 767.98px) {
  .default[data-content-type="easytabs"] > [data-role="collapsible"][aria-expanded="true"],
  .default[data-content-type="easytabs"] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]),
  [data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"],
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]) {
    border-bottom-color: transparent;
  }
}
.collapsed[data-content-type="easytabs"] > [role=tablist] > [data-role="collapsible"],
.accordion[data-content-type="easytabs"] > .title,
[data-content-type="tabs"] .tab-header {
  order: -1;
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem;
  color: #4b5563;
}
.collapsed[data-content-type="easytabs"] > [role=tablist] > [data-role="collapsible"] .counter,
.accordion[data-content-type="easytabs"] > .title .counter,
.tabs-toolbar .counter,
[data-content-type="tabs"] .tab-header .counter {
  opacity: 0.9;
  padding: 0.125rem 0.5rem;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.collapsed[data-content-type="easytabs"] > [role=tablist] > [data-role="collapsible"],
[data-content-type="tabs"] .tab-header {
  margin: 0 0.75rem 0 0;
  white-space: nowrap;
}
.accordion[data-content-type="easytabs"] > .title {
  --muted-bg-alpha: .5;
  justify-content: space-between;
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  border-width: 0 0 1px;
}
.accordion[data-content-type="easytabs"] > .title::after {
  flex-shrink: 0;
  content: '';
  height: 1.25rem;
  width: 1.25rem;
  transform: rotate(90deg);
}
.accordion[data-content-type="easytabs"] > .title:has(+ .content + script:last-child),
.accordion[data-content-type="easytabs"] > .title:has(+ .content:last-child) {
  border-bottom-color: transparent;
}
.accordion[data-content-type="easytabs"] > .title:nth-last-child(2) {
  border-bottom-color: transparent;
}
.collapsed[data-content-type="easytabs"] > [role=tablist] > [data-role="collapsible"][aria-expanded="true"],
.collapsed[data-content-type="easytabs"] > [role=tablist] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]),
.accordion[data-content-type="easytabs"] > .title[aria-expanded="true"],
[data-content-type="tabs"] .tab-header.active {
  z-index: 2;
}
.collapsed[data-content-type="easytabs"] > [role=tablist] > [data-role="collapsible"][aria-expanded="true"]::after,
.collapsed[data-content-type="easytabs"] > [role=tablist] > [data-role="collapsible"]:nth-child(1):not([aria-expanded])::after,
.accordion[data-content-type="easytabs"] > .title[aria-expanded="true"]::after,
[data-content-type="tabs"] .tab-header.active::after {
  transform: rotate(-90deg);
}
.accordion[data-content-type="easytabs"] > .title[aria-expanded="true"] {
  border-bottom-color: transparent;
}
.default[data-content-type="easytabs"] > [data-role="content"],
[data-mage-init*='"tabs":'] > [data-role="content"] {
  display: none;
  scroll-margin: 4rem 0 0;
  padding: 0.75rem 1rem;
}
@media (min-width: 768px) {
  .default[data-content-type="easytabs"] > [data-role="content"],
  [data-mage-init*='"tabs":'] > [data-role="content"] {
    width: 100%;
  }
}
.default[data-content-type="easytabs"] > [data-role="content"][aria-hidden="false"],
.default[data-content-type="easytabs"] > [data-role="content"]:nth-child(2):not([aria-hidden]),
[data-mage-init*='"tabs":'] > [data-role="content"][aria-hidden="false"],
[data-mage-init*='"tabs":'] > [data-role="content"]:nth-child(2):not([aria-hidden]) {
  display: block;
}
[data-content-type="tabs"] .tabs-content > div {
  display: none;
  scroll-margin: 4rem 0 0;
  padding: 0.75rem 1rem;
}
.collapsed[data-content-type="easytabs"] > [data-role="content"],
[data-content-type="tabs"] .tabs-content > div {
  width: 100%;
}
.collapsed[data-content-type="easytabs"] > [data-role="content"][aria-hidden="false"],
.accordion[data-content-type="easytabs"] > [data-role="content"][aria-hidden="false"],
[data-content-type="tabs"] .tabs-content > div[aria-hidden=false] {
  display: block;
}
.product.data.items.expanded:first-child > .content .block:first-child .block-title,
.product.data.items.expanded:first-child > .content .review-add .block-title,
.qty-dropdown .trigger > span,
.field.street .control label,
.field-tooltip .label,
.field-tooltip-action span,
.ui-datepicker-trigger span,
.required-captcha.checkbox,
table caption,
.abs-visually-hidden,
.action.skip:not(:focus-within),
.block-compare .action.delete span,
.filter .action.remove span,
.sidebar .action.delete span,
.sidebar .action.remove span,
.table-comparison th.remove,
.table-comparison .towishlist span,
.discount label,
.page-footer .switcher .label,
.page-footer .block.newsletter .title,
.page-footer .block.newsletter .control > label .label,
.page-header .switcher .label,
.block.filter .filter-content-close span,
.block.filter .filter-options .filter-count-label,
.product-items .towishlist span,
.product-items .tocompare span,
.product-items.product-items-names .choice .label,
.toolbar .sorter-action span,
.toolbar .modes-label,
.toolbar .mode-grid span,
.toolbar .mode-list span,
.pages .label,
.pages .action.previous span,
.pages .action.next span,
.minicart-wrapper .action.showcart .text,
.header .block-search .label span,
.minisearch .action.search span,
.nav-toggle span,
.special-price .price-label,
.product-options-wrapper legend.links-title,
.rating-summary .label,
.rating-result > span span,
.review-control-vote input,
.review-list .review-date .review-details-label,
.form.form-orders-search legend,
.form.search.advanced legend,
.cart-container .shipping legend,
.cart.table-wrapper .control.qty span,
.cart.table-wrapper .action-edit span,
.cart.table-wrapper .action-delete span,
.cart.table-wrapper .action-towishlist span,
.form-wishlist-items .qty > label,
.form-wishlist-items .comment-box > label,
.special-price .msrp-message {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-5,
.line-clamp-6 {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp, 1);
  max-height: calc(var(--line-clamp, 1) * var(--line-height, 1.5rem));
}
.line-clamp-1.expanded,
.line-clamp-2.expanded,
.line-clamp-3.expanded,
.line-clamp-4.expanded,
.line-clamp-5.expanded,
.line-clamp-6.expanded {
  display: block;
  -webkit-line-clamp: initial !important;
  overflow: auto;
  max-height: none;
}
.line-clamp-1 > :first-child,
.line-clamp-2 > :first-child,
.line-clamp-3 > :first-child,
.line-clamp-4 > :first-child,
.line-clamp-5 > :first-child,
.line-clamp-6 > :first-child {
  margin-top: 0;
}
.line-clamp-1 > :last-child,
.line-clamp-2 > :last-child,
.line-clamp-3 > :last-child,
.line-clamp-4 > :last-child,
.line-clamp-5 > :last-child,
.line-clamp-6 > :last-child {
  margin-bottom: 0;
}
.line-clamp-1 .clamp-toggle,
.line-clamp-2 .clamp-toggle,
.line-clamp-3 .clamp-toggle,
.line-clamp-4 .clamp-toggle,
.line-clamp-5 .clamp-toggle,
.line-clamp-6 .clamp-toggle {
  font-weight: 600;
  font-size: 1rem;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: rgba(var(--base-color), var(--base-alpha, 1));
  text-decoration: underline;
  background: linear-gradient(rgba(var(--z-layer-bg), 0), rgba(var(--z-layer-bg), .8));
  position: absolute;
  bottom: 0;
  outline-offset: -2px;
  right: 0;
  left: 0;
  text-align: right;
}
.line-clamp-1 .clamp-toggle > span,
.line-clamp-2 .clamp-toggle > span,
.line-clamp-3 .clamp-toggle > span,
.line-clamp-4 .clamp-toggle > span,
.line-clamp-5 .clamp-toggle > span,
.line-clamp-6 .clamp-toggle > span {
  display: inline-flex;
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  padding-left: 0.75rem;
  background: linear-gradient(to right, transparent 0, rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1)) 0.5rem);
}
.line-clamp-1 .clamp-toggle + *,
.line-clamp-2 .clamp-toggle + *,
.line-clamp-3 .clamp-toggle + *,
.line-clamp-4 .clamp-toggle + *,
.line-clamp-5 .clamp-toggle + *,
.line-clamp-6 .clamp-toggle + * {
  margin-top: 0;
}
label button,
label a,
table .id a,
table .actions a,
:where(a[href^="tel:"]),
:where(a[href^="mailto:"]),
a.alert,
address a,
.block .block-title a,
.actions-toolbar a,
.box-actions a,
.product-item-details dl a,
.map.help,
.map-show-info,
.minimal-price-link,
.prices-tier a,
.block.related .action.select,
.samples a,
.downloads-all .label,
.reviews-actions a,
.search-suggestions a,
:where(.table-totals, .table.totals) a,
.cart.table-wrapper .action-gift,
.checkout-onepage-success .column.main a,
.paypal-review .discount .title,
.paypal-review .paypal-review-title a {
  color: rgba(var(--link-color), var(--link-alpha));
  text-decoration: none;
}
label button:hover,
label a:hover,
table .id a:hover,
table .actions a:hover,
:where(a[href^="tel:"]):hover,
:where(a[href^="mailto:"]):hover,
a.alert:hover,
address a:hover,
.block .block-title a:hover,
.actions-toolbar a:hover,
.box-actions a:hover,
.product-item-details dl a:hover,
.map.help:hover,
.map-show-info:hover,
.minimal-price-link:hover,
.prices-tier a:hover,
.block.related .action.select:hover,
.samples a:hover,
.downloads-all .label:hover,
.reviews-actions a:hover,
.search-suggestions a:hover,
:where(.table-totals, .table.totals) a:hover,
.cart.table-wrapper .action-gift:hover,
.checkout-onepage-success .column.main a:hover,
.paypal-review .discount .title:hover,
.paypal-review .paypal-review-title a:hover {
  --link-alpha: 1;
  text-decoration: underline;
}
.product.data.items #product\.info\.description :where(a:not(.product-item-link):not(.action)),
.prose :where(a:not(.product-item-link):not(.action)),
:where(.cms-no-route, .cms-page-view) .main :where(a:not(.product-item-link):not(.action)),
.product-item-description :where(a:not(.product-item-link):not(.action)),
:where([data-content-type="row"]) :where(a:not(.product-item-link):not(.action)),
.product.attribute :where(a:not(.product-item-link):not(.action)) {
  color: rgba(var(--link-color), var(--link-alpha));
  text-decoration: none;
}
.product.data.items #product\.info\.description :where(a:not(.product-item-link):not(.action)):hover,
.prose :where(a:not(.product-item-link):not(.action)):hover,
:where(.cms-no-route, .cms-page-view) .main :where(a:not(.product-item-link):not(.action)):hover,
.product-item-description :where(a:not(.product-item-link):not(.action)):hover,
:where([data-content-type="row"]) :where(a:not(.product-item-link):not(.action)):hover,
.product.attribute :where(a:not(.product-item-link):not(.action)):hover {
  --link-alpha: 1;
  text-decoration: underline;
}
.product.data.items #product\.info\.description :where(a div),
.prose :where(a div),
:where(.cms-no-route, .cms-page-view) .main :where(a div),
.product-item-description :where(a div),
:where([data-content-type="row"]) :where(a div),
.product.attribute :where(a div) {
  color: rgba(var(--base-color), var(--base-alpha, 1));
}
.product.data.items #product\.info\.description p,
.product.data.items #product\.info\.description table,
.product.data.items #product\.info\.description figure,
.prose p,
.prose table,
.prose figure,
:where(.cms-no-route, .cms-page-view) .main p,
:where(.cms-no-route, .cms-page-view) .main table,
:where(.cms-no-route, .cms-page-view) .main figure,
.product-item-description p,
.product-item-description table,
.product-item-description figure,
:where([data-content-type="row"]) p,
:where([data-content-type="row"]) table,
:where([data-content-type="row"]) figure,
.product.attribute p,
.product.attribute table,
.product.attribute figure,
.cart-empty p,
.checkout-onepage-success .column.main p {
  margin-bottom: 0.75rem;
}
.product.data.items #product\.info\.description strong,
.prose strong,
:where(.cms-no-route, .cms-page-view) .main strong,
.product-item-description strong,
:where([data-content-type="row"]) strong,
.product.attribute strong {
  font-weight: 600;
}
.product.data.items #product\.info\.description :where(h1, h2, h3, .h1, .h2, .h3) strong,
.prose :where(h1, h2, h3, .h1, .h2, .h3) strong,
:where(.cms-no-route, .cms-page-view) .main :where(h1, h2, h3, .h1, .h2, .h3) strong,
.product-item-description :where(h1, h2, h3, .h1, .h2, .h3) strong,
:where([data-content-type="row"]) :where(h1, h2, h3, .h1, .h2, .h3) strong,
.product.attribute :where(h1, h2, h3, .h1, .h2, .h3) strong {
  font-weight: 700;
}
.product.data.items #product\.info\.description :where(ul:not(.unstyled):not(.items)),
.product.data.items #product\.info\.description :where(ol:not(.unstyled):not(.product-items)),
ul.disc,
.prose :where(ul:not(.unstyled):not(.items)),
.prose :where(ol:not(.unstyled):not(.product-items)),
:where(.cms-no-route, .cms-page-view) .main :where(ul:not(.unstyled):not(.items)),
:where(.cms-no-route, .cms-page-view) .main :where(ol:not(.unstyled):not(.product-items)),
.product-item-description :where(ul:not(.unstyled):not(.items)),
.product-item-description :where(ol:not(.unstyled):not(.product-items)),
:where([data-content-type="row"]) :where(ul:not(.unstyled):not(.items)),
:where([data-content-type="row"]) :where(ol:not(.unstyled):not(.product-items)),
.product.attribute :where(ul:not(.unstyled):not(.items)),
.product.attribute :where(ol:not(.unstyled):not(.product-items)) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.product.data.items #product\.info\.description :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.product.data.items #product\.info\.description :where(ol:not(.unstyled):not(.product-items) li),
.prose :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.prose :where(ol:not(.unstyled):not(.product-items) li),
:where(.cms-no-route, .cms-page-view) .main :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
:where(.cms-no-route, .cms-page-view) .main :where(ol:not(.unstyled):not(.product-items) li),
.product-item-description :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.product-item-description :where(ol:not(.unstyled):not(.product-items) li),
:where([data-content-type="row"]) :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
:where([data-content-type="row"]) :where(ol:not(.unstyled):not(.product-items) li),
.product.attribute :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.product.attribute :where(ol:not(.unstyled):not(.product-items) li) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.product.data.items #product\.info\.description section,
.prose section,
:where(.cms-no-route, .cms-page-view) .main section,
.product-item-description section,
:where([data-content-type="row"]) section,
.product.attribute section {
  margin-bottom: 1rem;
}
.product.data.items #product\.info\.description :where(ul:not(.unstyled):not(.items)),
.product.data.items #product\.info\.description :where(ol:not(.unstyled):not(.product-items)),
ul.disc,
.prose :where(ul:not(.unstyled):not(.items)),
.prose :where(ol:not(.unstyled):not(.product-items)),
:where(.cms-no-route, .cms-page-view) .main :where(ul:not(.unstyled):not(.items)),
:where(.cms-no-route, .cms-page-view) .main :where(ol:not(.unstyled):not(.product-items)),
.product-item-description :where(ul:not(.unstyled):not(.items)),
.product-item-description :where(ol:not(.unstyled):not(.product-items)),
:where([data-content-type="row"]) :where(ul:not(.unstyled):not(.items)),
:where([data-content-type="row"]) :where(ol:not(.unstyled):not(.product-items)),
.product.attribute :where(ul:not(.unstyled):not(.items)),
.product.attribute :where(ol:not(.unstyled):not(.product-items)) {
  padding-left: 1.25rem;
}
.product.data.items #product\.info\.description :where(ul:not(.unstyled):not(.items)),
ul.disc,
.prose :where(ul:not(.unstyled):not(.items)),
:where(.cms-no-route, .cms-page-view) .main :where(ul:not(.unstyled):not(.items)),
.product-item-description :where(ul:not(.unstyled):not(.items)),
:where([data-content-type="row"]) :where(ul:not(.unstyled):not(.items)),
.product.attribute :where(ul:not(.unstyled):not(.items)) {
  list-style: disc;
}
.product.data.items #product\.info\.description :where(ol:not(.unstyled):not(.product-items)),
.prose :where(ol:not(.unstyled):not(.product-items)),
:where(.cms-no-route, .cms-page-view) .main :where(ol:not(.unstyled):not(.product-items)),
.product-item-description :where(ol:not(.unstyled):not(.product-items)),
:where([data-content-type="row"]) :where(ol:not(.unstyled):not(.product-items)),
.product.attribute :where(ol:not(.unstyled):not(.product-items)) {
  list-style: auto;
}
.product.data.items #product\.info\.description ol.nested-counter,
.prose ol.nested-counter,
:where(.cms-no-route, .cms-page-view) .main ol.nested-counter,
.product-item-description ol.nested-counter,
:where([data-content-type="row"]) ol.nested-counter,
.product.attribute ol.nested-counter {
  counter-reset: item;
}
.product.data.items #product\.info\.description ol.nested-counter li,
.prose ol.nested-counter li,
:where(.cms-no-route, .cms-page-view) .main ol.nested-counter li,
.product-item-description ol.nested-counter li,
:where([data-content-type="row"]) ol.nested-counter li,
.product.attribute ol.nested-counter li {
  counter-increment: item;
}
.product.data.items #product\.info\.description ol.nested-counter ol > li::marker,
.prose ol.nested-counter ol > li::marker,
:where(.cms-no-route, .cms-page-view) .main ol.nested-counter ol > li::marker,
.product-item-description ol.nested-counter ol > li::marker,
:where([data-content-type="row"]) ol.nested-counter ol > li::marker,
.product.attribute ol.nested-counter ol > li::marker {
  content: counters(item, '.') ' ';
}
.product.data.items #product\.info\.description li::marker,
.prose li::marker,
:where(.cms-no-route, .cms-page-view) .main li::marker,
.product-item-description li::marker,
:where([data-content-type="row"]) li::marker,
.product.attribute li::marker {
  --muted-alpha: .4;
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.product.data.items #product\.info\.description blockquote,
.prose blockquote,
:where(.cms-no-route, .cms-page-view) .main blockquote,
.product-item-description blockquote,
:where([data-content-type="row"]) blockquote,
.product.attribute blockquote {
  margin: 1.5rem 0;
  padding-left: 1rem;
  border-left: 4px solid rgba(var(--base-color), var(--divider-alpha, .1));
  font-style: italic;
  font-weight: 500;
}
.product.data.items #product\.info\.description code,
.prose code,
:where(.cms-no-route, .cms-page-view) .main code,
.product-item-description code,
:where([data-content-type="row"]) code,
.product.attribute code {
  font-weight: 600;
}
.product.data.items #product\.info\.description code::before,
.product.data.items #product\.info\.description code::after,
.prose code::before,
.prose code::after,
:where(.cms-no-route, .cms-page-view) .main code::before,
:where(.cms-no-route, .cms-page-view) .main code::after,
.product-item-description code::before,
.product-item-description code::after,
:where([data-content-type="row"]) code::before,
:where([data-content-type="row"]) code::after,
.product.attribute code::before,
.product.attribute code::after {
  content: "`";
}
.product.data.items #product\.info\.description pre,
.prose pre,
:where(.cms-no-route, .cms-page-view) .main pre,
.product-item-description pre,
:where([data-content-type="row"]) pre,
.product.attribute pre {
  margin: 1rem 0;
  padding: 1rem;
  overflow-x: auto;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.product.data.items #product\.info\.description pre code,
.prose pre code,
:where(.cms-no-route, .cms-page-view) .main pre code,
.product-item-description pre code,
:where([data-content-type="row"]) pre code,
.product.attribute pre code {
  font-weight: 400;
}
.product.data.items #product\.info\.description pre code:before,
.product.data.items #product\.info\.description pre code:after,
.prose pre code:before,
.prose pre code:after,
:where(.cms-no-route, .cms-page-view) .main pre code:before,
:where(.cms-no-route, .cms-page-view) .main pre code:after,
.product-item-description pre code:before,
.product-item-description pre code:after,
:where([data-content-type="row"]) pre code:before,
:where([data-content-type="row"]) pre code:after,
.product.attribute pre code:before,
.product.attribute pre code:after {
  content: '';
}
.product.data.items #product\.info\.description hr,
.prose hr,
:where(.cms-no-route, .cms-page-view) .main hr,
.product-item-description hr,
:where([data-content-type="row"]) hr,
.product.attribute hr {
  margin: 2rem 0;
}
.product.data.items #product\.info\.description figcaption,
.prose figcaption,
:where(.cms-no-route, .cms-page-view) .main figcaption,
.product-item-description figcaption,
:where([data-content-type="row"]) figcaption,
.product.attribute figcaption {
  margin-top: 0.5rem;
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.product.data.items #product\.info\.description .lead,
.prose .lead,
:where(.cms-no-route, .cms-page-view) .main .lead,
.product-item-description .lead,
:where([data-content-type="row"]) .lead,
.product.attribute .lead {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.product.data.items #product\.info\.description [data-role="collapsible"] > [data-role=title],
.product.data.items #product\.info\.description [data-mage-init*='"collapsible":'] > [data-role=title],
.prose [data-role="collapsible"] > [data-role=title],
.prose [data-mage-init*='"collapsible":'] > [data-role=title],
:where(.cms-no-route, .cms-page-view) .main [data-role="collapsible"] > [data-role=title],
:where(.cms-no-route, .cms-page-view) .main [data-mage-init*='"collapsible":'] > [data-role=title],
.product-item-description [data-role="collapsible"] > [data-role=title],
.product-item-description [data-mage-init*='"collapsible":'] > [data-role=title],
:where([data-content-type="row"]) [data-role="collapsible"] > [data-role=title],
:where([data-content-type="row"]) [data-mage-init*='"collapsible":'] > [data-role=title],
.product.attribute [data-role="collapsible"] > [data-role=title],
.product.attribute [data-mage-init*='"collapsible":'] > [data-role=title] {
  margin: 0;
}
.product.data.items #product\.info\.description [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.product.data.items #product\.info\.description [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.prose [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.prose [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
:where(.cms-no-route, .cms-page-view) .main [data-role="collapsible"] > [data-role=content][aria-hidden=false],
:where(.cms-no-route, .cms-page-view) .main [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.product-item-description [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.product-item-description [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
:where([data-content-type="row"]) [data-role="collapsible"] > [data-role=content][aria-hidden=false],
:where([data-content-type="row"]) [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.product.attribute [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.product.attribute [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false] {
  margin: 0.5rem 0;
}
.product.data.items #product\.info\.description [data-role="collapsible"] + div,
.product.data.items #product\.info\.description [data-mage-init*='"collapsible":'] + div,
.prose [data-role="collapsible"] + div,
.prose [data-mage-init*='"collapsible":'] + div,
:where(.cms-no-route, .cms-page-view) .main [data-role="collapsible"] + div,
:where(.cms-no-route, .cms-page-view) .main [data-mage-init*='"collapsible":'] + div,
.product-item-description [data-role="collapsible"] + div,
.product-item-description [data-mage-init*='"collapsible":'] + div,
:where([data-content-type="row"]) [data-role="collapsible"] + div,
:where([data-content-type="row"]) [data-mage-init*='"collapsible":'] + div,
.product.attribute [data-role="collapsible"] + div,
.product.attribute [data-mage-init*='"collapsible":'] + div {
  margin-top: 0.75rem;
}
[data-content-type="tabs"] .tabs-navigation {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
[data-content-type="tabs"] .tabs-navigation {
  padding-left: 0 !important;
}
[data-content-type="tabs"] .tabs-navigation {
  list-style: none !important;
}
.color-invert {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  --base-color: 255, 255, 255;
  --base-alpha: 0.85;
  --headings-color: 255, 255, 255;
  --headings-alpha: 0.9;
  --block-title-color: 0.9;
  --link-color: 147, 197, 253;
  --link-alpha: 0.9;
  --muted-bg: 31, 41, 55;
  --muted-bg-alpha: 1;
  --ring-color: 255, 255, 255;
  --ring-alpha: 0.7;
  --input-color: 255, 255, 255;
  --input-alpha: 0.85;
  --input-bg-alpha: 0;
  --input-border-alpha: 0.5;
}
:root {
  --black: 0, 0, 0;
  --white: 255, 255, 255;
  --gray-50: 249, 250, 251;
  --gray-100: 243, 244, 246;
  --gray-200: 229, 231, 235;
  --gray-300: 209, 213, 219;
  --gray-400: 156, 163, 175;
  --gray-500: 107, 114, 128;
  --gray-600: 75, 85, 99;
  --gray-700: 55, 65, 81;
  --gray-800: 31, 41, 55;
  --gray-900: 17, 24, 39;
  --red: 185, 28, 28;
  --red-muted: 254, 242, 242;
  --green: 21, 128, 61;
  --green-muted: 240, 253, 244;
  --blue: 29, 78, 216;
  --blue-muted: 239, 246, 255;
  --yellow: 251, 191, 36;
  --yellow-muted: 255, 251, 235;
  --brand-color: 37, 99, 235;
  --brand-hover-color: 20.71428571, 84.92857143000001, 225.78571429;
  --danger-color: var(--red);
  --info-color: var(--blue);
  --success-color: var(--green);
  --success-bg: var(--green-muted);
  --base-alpha: 1;
  --base-color: 17, 24, 39;
  --base-bg: 255, 255, 255;
  --muted-bg: 243, 244, 246;
  --z-layer-color: var(--base-color);
  --z-layer-bg: var(--base-bg);
  --z-overlay-bg: 0, 0, 0;
  --ring-color: var(--brand-color);
  --link-alpha: 0.85;
  --link-color: var(--blue);
  --headings-alpha: 1;
  --headings-color: var(--base-color);
  --block-title-color: var(--base-color);
  --input-alpha: 1;
  --input-color: var(--base-color);
  --input-bg: var(--base-bg);
  --input-bg-alpha: 1;
  --input-border-alpha: 1;
  --input-border-color: 156, 163, 175;
  --input-outline-color: var(--input-border-color);
  --input-outline-alpha: 0;
  --checkbox-color: var(--brand-color);
  --button-color: 255, 255, 255;
  --button-bg: var(--brand-color);
  --button-bg-alpha: 1;
  --button-hover-bg: var(--brand-hover-color);
  --button-hover-bg-alpha: 1;
  --button-border-alpha: 0;
  --button-border-color: var(--button-bg);
  --button-primary-color: 255, 255, 255;
  --button-primary-bg: var(--brand-color);
  --button-primary-border-color: var(--button-bg);
  --button-secondary-color: var(--gray-600);
  --button-secondary-bg: var(--gray-200);
  --button-secondary-border-color: var(--button-secondary-bg);
  --button-secondary-hover-bg: var(--gray-300);
  --transition-duration: 200ms;
  --spinner-size: 1.5rem;
  --spinner-border-width: 2px;
  --spinner-border-color: var(--brand-color);
  --spinner-duration: 0.6s;
  --scrollbar-bg: var(--gray-100);
  --scrollbar-color: var(--gray-300);
}
@media (prefers-reduced-motion) {
  :root {
    --transition-duration: 20ms;
    --spinner-duration: 5s;
  }
}
fieldset,
.fieldset {
  margin-bottom: 2rem;
}
fieldset:last-child,
.fieldset:last-child {
  margin-bottom: 0;
}
fieldset.field,
.fieldset.field {
  margin-bottom: 0;
}
fieldset:not(:has(*)),
.fieldset:not(:has(*)) {
  display: none;
}
form:has(.fieldset + .loading-mask:last-child) .fieldset:nth-last-child(2) {
  margin-bottom: 0;
}
form + form,
form + .fieldset {
  margin-top: 1.25rem;
}
form .legend {
  font-size: 1.25rem;
  line-height: 1.75rem;
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0 0 0.125rem;
  border-bottom: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
form .legend + br {
  display: none;
}
form .label + br {
  display: none;
}
form .actions-toolbar {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
form .actions-toolbar:empty {
  display: none;
}
.fields {
  display: flex;
  gap: 0.5rem;
}
.fields .field + .field {
  margin-top: 0;
}
:where(.field ~ div:not(.actions):not(.product-item-actions)),
.nested > .field,
button + .field,
.field + button,
:where(.field:not([style*="display: none"])) + .fieldset,
.field + .field-recaptcha,
.field ~ .field {
  margin-top: 0.75rem;
}
.field .choice + .choice {
  margin-top: 0.125rem;
}
.field .addon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.field .range > .field:first-child .control {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.field .range > .field:first-child .control::after {
  content: '—';
}
.field .range .field + .field {
  margin-top: 0;
}
.field.required > .label,
.field._required > .label {
  display: flex;
  gap: 0.25rem;
}
.field.required > .label::after,
.field._required > .label::after {
  content: '*';
  color: rgba(var(--danger-color), var(--danger-alpha, 1));
}
.field.choice,
.field .admin__field-option {
  display: flex;
  gap: 0.375rem;
  align-items: flex-start;
  line-height: 1.5rem;
  clear: left;
  position: relative;
}
.field.choice > [type="radio"],
.field .admin__field-option > [type="radio"],
.field.choice > [type="checkbox"],
.field .admin__field-option > [type="checkbox"] {
  margin-top: calc(1.5rem / 2 - 1rem / 2);
}
.field.choice .field-tooltip,
.field .admin__field-option .field-tooltip {
  margin-top: calc(1.5rem / 2 - 1.125rem / 2);
}
.field.choice div.mage-error,
.field .admin__field-option div.mage-error {
  right: 0;
  padding-left: 0.5rem;
  margin-top: 0;
  position: absolute;
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  z-index: 11;
}
.field .admin__field-option + .admin__field-option {
  margin-top: 0.375rem;
}
.field .control {
  position: relative;
}
.field .label + .control {
  margin-top: 0.125rem;
}
.field .label + .control:has(.admin__field-option) {
  margin-top: 0.375rem;
}
.field ._with-tooltip input,
.field ._with-tooltip select,
.field ._with-tooltip textarea {
  width: calc(100% - 1.75rem);
}
.field ._with-tooltip .field-tooltip {
  position: absolute;
  right: 0.25rem;
  top: calc(1.5rem / 2 - 0.25rem / 2);
  z-index: 11;
}
.control .note {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: block;
  margin-top: 0.25rem;
}
.field-tooltip {
  display: inline-block;
  position: relative;
}
.field-tooltip-action {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.field-tooltip-action,
.field-tooltip-action::before {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.field-tooltip-action::before {
  content: '';
}
.ui-datepicker-trigger {
  position: absolute !important;
  right: 0.5rem;
  top: calc(50% - 1.5rem / 2);
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.ui-datepicker-trigger::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.control.captcha-image {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
html {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.heading {
  color: rgba(var(--headings-color), var(--headings-alpha, 1));
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong {
  font-weight: 700;
}
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong,
.heading strong {
  font-weight: 600;
}
h1,
.h1 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
* + h1,
* + .h1 {
  margin-top: 2rem;
}
h2,
.h2 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}
* + h2,
* + .h2 {
  margin-top: 2rem;
}
h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
* + h3,
* + .h3 {
  margin-top: 1rem;
}
h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}
h5,
.h5 {
  margin-bottom: 0.25rem;
}
h6,
.h6 {
  margin-bottom: 0.25rem;
}
dl dt {
  font-weight: 500;
}
dl dd + dt {
  margin-top: 0.25rem;
}
.icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  gap: 0.25rem;
}
svg.icon,
.icon > svg {
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}
svg.icon.small,
.icon.small > svg {
  width: 1rem;
  height: 1rem;
}
svg.icon.big,
.icon.big > svg {
  width: 1.75rem;
  height: 1.75rem;
}
.icon.rounded {
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
  padding: 0.75rem;
}
.icon.rounded.small {
  padding: 0.5rem;
}
.icon.rounded {
  border-radius: 0.25rem;
}
.icon.rounded-sm {
  border-radius: 0.125rem;
}
.icon.rounded-lg {
  border-radius: 0.5rem;
}
.icon.rounded-full {
  border-radius: 9999px;
}
.table-wrapper:not(.grouped) {
  overflow-x: auto;
  position: relative;
}
table {
  border-color: rgba(var(--base-color), var(--divider-alpha, .1));
  text-align: left;
  width: 100%;
}
table .id a,
table .actions a {
  margin: 0 0.25rem 0.25rem 0;
}
table .id a:last-child,
table .actions a:last-child {
  margin: 0;
}
table tr {
  --divider-alpha: .07;
  border-bottom: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
table th {
  font-weight: 500;
}
table td,
table th {
  border-color: rgba(var(--base-color), var(--divider-alpha, .1));
  vertical-align: top;
  padding: 0.75rem 0.5rem;
}
table td:first-child,
table th:first-child {
  padding-left: 0;
}
table td:last-child,
table th:last-child {
  padding-right: 0;
}
table thead tr {
  --divider-alpha: .15;
}
table thead th {
  color: rgba(var(--headings-color), var(--headings-alpha, 1));
}
table tbody:last-child tr:last-child {
  border-bottom: 0;
}
table tfoot tr {
  border: 0;
}
table tfoot th,
table tfoot td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
table tfoot .mark {
  text-align: right;
}
table[border] {
  border-style: solid;
}
table[border] tr {
  --divider-alpha: .07;
}
table[border] td:first-child,
table[border] th:first-child {
  padding-left: 0.5rem;
}
table[border][style*="border-color"] tr,
table[border][style*="border-color"] th,
table[border][style*="border-color"] td {
  border-color: inherit;
}
@media (max-width: 639.98px) and screen {
  .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: rgba(var(--base-color), var(--muted-alpha, 0.6));
    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;
  }
}
hr {
  margin: 0.75rem 0;
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}
p.required {
  color: rgba(var(--danger-color), var(--danger-alpha, 1));
}
.note {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.prose,
:where(.cms-no-route, .cms-page-view) .main {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-reset {
  font-size: 1rem;
  line-height: 1.5rem;
}
.filter-invert {
  filter: invert(1);
}
.color-base {
  color: rgba(var(--base-color), var(--base-alpha, 1)) !important;
}
.color-brand {
  color: rgba(var(--brand-color), var(--brand-alpha, 1)) !important;
}
.color-heading {
  color: rgba(var(--headings-color), var(--headings-alpha, 1)) !important;
}
.color-link {
  color: rgba(var(--link-color), var(--link-alpha)) !important;
}
.color-muted {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6)) !important;
}
.color-danger {
  color: rgba(var(--danger-color), var(--danger-alpha, 1)) !important;
}
.color-success {
  color: rgba(var(--success-color), var(--success-alpha, 1)) !important;
}
.color-info {
  color: rgba(var(--info-color), var(--info-alpha, 1)) !important;
}
.color-inherit {
  color: inherit !important;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.font-thin {
  font-weight: 100 !important;
}
.font-extralight {
  font-weight: 200 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.font-black {
  font-weight: 900 !important;
}
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.leading-snug {
  line-height: 1.375 !important;
}
.leading-normal {
  line-height: 1.5 !important;
}
.leading-relaxed {
  line-height: 1.625 !important;
}
.leading-loose {
  line-height: 2 !important;
}
.line-clamp-2 {
  --line-clamp: 2;
}
.line-clamp-3 {
  --line-clamp: 3;
}
.line-clamp-4 {
  --line-clamp: 4;
}
.line-clamp-5 {
  --line-clamp: 5;
}
.line-clamp-6 {
  --line-clamp: 6;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center,
.a-center {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.underline {
  text-decoration: underline;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.select-none {
  user-select: none;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.gap-0 {
  gap: 0;
  --gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
  --gap: 0.25rem;
}
.gap,
.gap-2 {
  gap: 0.5rem;
  --gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
  --gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
  --gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
  --gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
  --gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
  --gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
  --gap: 2rem;
}
.row-gap-1 {
  row-gap: 0.25rem;
  --row-gap: 0.25rem;
}
.row-gap-2 {
  row-gap: 0.5rem;
  --row-gap: 0.5rem;
}
.row-gap-3 {
  row-gap: 0.75rem;
  --row-gap: 0.75rem;
}
.row-gap-4 {
  row-gap: 1rem;
  --row-gap: 1rem;
}
.row-gap-5 {
  row-gap: 1.25rem;
  --row-gap: 1.25rem;
}
.row-gap-6 {
  row-gap: 1.5rem;
  --row-gap: 1.5rem;
}
.row-gap-7 {
  row-gap: 1.75rem;
  --row-gap: 1.75rem;
}
.row-gap-8 {
  row-gap: 2rem;
  --row-gap: 2rem;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-end {
  justify-content: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow-0 {
  flex-grow: 0;
}
.no-display,
.abs-no-display {
  display: none;
}
.hide {
  display: none !important;
}
.show {
  display: revert !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-row {
  flex-direction: row !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.max-w-xs {
  max-width: 480px;
}
.max-w-sm {
  max-width: 640px;
}
.max-w-md {
  max-width: 768px;
}
.max-w-lg {
  max-width: 1024px;
}
.max-w-xl {
  max-width: 1280px;
}
.max-w-xxl {
  max-width: 1536px;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-80 {
  max-width: 20rem;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.ml-0 {
  margin-left: 0;
}
.mr-auto {
  margin-right: auto;
}
.mr-0 {
  margin-right: 0;
}
.mt-auto {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0;
}
.mb-auto {
  margin-bottom: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: var(--aspect-ratio-video, 16 / 9);
}
.grid {
  display: grid !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 480px) {
  .xs\:hide,
  .xs-hide {
    display: none !important;
  }
  .xs\:show,
  .xs-show {
    display: revert !important;
  }
  .xs\:flex,
  .xs-flex {
    display: flex !important;
  }
  .xs\:grid {
    display: grid !important;
  }
  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xs\:ml-auto {
    margin-left: auto;
  }
  .xs\:mr-auto {
    margin-right: auto;
  }
  .xs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xs\:ml-0 {
    margin-left: 0;
  }
  .xs\:mr-0 {
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .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;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:ml-auto {
    margin-left: auto;
  }
  .sm\:mr-auto {
    margin-right: auto;
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:mr-0 {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .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));
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mr-auto {
    margin-right: auto;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .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;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mr-auto {
    margin-right: auto;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:mr-0 {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .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;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:ml-auto {
    margin-left: auto;
  }
  .xl\:mr-auto {
    margin-right: auto;
  }
  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl\:ml-0 {
    margin-left: 0;
  }
  .xl\:mr-0 {
    margin-right: 0;
  }
}
@media (min-width: 1536px) {
  .xxl\:hide,
  .xxl-hide {
    display: none !important;
  }
  .xxl\:show,
  .xxl-show {
    display: revert !important;
  }
  .xxl\:flex,
  .xxl-flex {
    display: flex !important;
  }
  .xxl\:grid {
    display: grid !important;
  }
  .xxl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xxl\:ml-auto {
    margin-left: auto;
  }
  .xxl\:mr-auto {
    margin-right: auto;
  }
  .xxl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xxl\:ml-0 {
    margin-left: 0;
  }
  .xxl\:mr-0 {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .md-down\:justify-center {
    justify-content: center;
  }
  .md-down\:a-center,
  .md-down-a-center {
    text-align: center;
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
[data-mage-init*='"collapsible":']:not([data-mage-init*='"active":true']) > [data-role=content] {
  display: none;
}
.block-collapsible-nav {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 767.98px) {
  .sidebar .block-collapsible-nav {
    background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
    position: absolute;
    margin: 0 !important;
    top: 0;
    width: 100%;
  }
}
@media (min-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 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-collapsible-nav .content .item > a,
.block-collapsible-nav .content .item > strong {
  display: block;
  padding: 0.25rem 0;
  color: inherit;
}
.block-collapsible-nav .content .delimiter {
  display: block;
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 767.98px) {
  .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 rgba(var(--base-bg), var(--base-bg-alpha, 1));
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
}
@media (min-width: 768px) {
  .block-collapsible-nav .content {
    padding: 0.75rem 0;
    background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
  }
  .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: rgba(var(--brand-color), var(--brand-alpha, 1));
  }
  .block-collapsible-nav .content .delimiter {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
.dropdown.options {
  position: relative;
}
.modal-slide,
.modal-popup,
.modal-custom {
  visibility: hidden;
  pointer-events: none;
}
:root {
  --container-width: 100%;
  --container-margin: 0 auto;
  --container-max-width: 1260px;
  --container-padding: 0.375rem 0.5rem;
}
.scroller {
  width: 100%;
  overflow: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroller::-webkit-scrollbar {
  display: none;
}
.loading-mask,
.load.indicator {
  inset: 0;
  margin: auto;
  position: fixed;
  z-index: 800;
  --base-bg-alpha: .6;
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  display: flex;
  align-items: center;
  justify-content: center;
}
body > .loading-mask,
body > .load.indicator {
  z-index: 990;
}
body > .loading-mask {
  position: fixed !important;
}
.loading-mask .loader {
  flex-shrink: 0;
  flex-grow: 0;
}
.loading-mask .loader p,
.loading-mask .loader img {
  display: none;
}
._block-content-loading {
  position: relative;
}
.switcher {
  display: inline-block;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  top: 100%;
}
@media (min-width: 480px) {
  .tooltip.wrapper .tooltip.content {
    right: auto;
    left: 0;
  }
}
.towishlist,
.tocompare,
.action.split,
.action.print,
.action.mailto {
  display: inline-flex;
  align-items: center;
}
.towishlist::before,
.tocompare::before,
.action.split::before,
.action.print::before,
.action.mailto::before {
  flex-shrink: 0;
  content: '';
  width: 2rem;
  height: 2rem;
}
[data-bind*="authenticationPopup"]:not([style]) {
  display: none;
}
:where(.page-main .block ~ div, .page-bottom .block ~ div) {
  margin-top: 1.5rem;
}
.sidebar-main .block:last-child {
  margin-bottom: 1.5rem;
}
.block .block-title a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.block .block-title .counter {
  font-size: 0.875rem;
  line-height: 1.25rem;
  white-space: nowrap;
}
.block .box {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px), print {
  .block .box {
    width: 50%;
    float: left;
    max-width: 400px;
  }
  .block .box:last-child {
    margin: 0;
  }
  .block .box:nth-child(2n+1) {
    clear: left;
  }
}
.block .box-title {
  display: block;
  margin-bottom: 0.5rem;
}
.sidebar .block .box {
  width: auto;
}
.block-actions {
  margin-bottom: 0.5rem;
}
.actions-toolbar,
.box-actions,
.cart-container .cart.actions {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.actions-toolbar > .actions,
.actions-toolbar > div.primary,
.actions-toolbar > div.secondary {
  display: contents;
}
.page-title-wrapper .actions-toolbar {
  margin: 0.75rem 0;
}
.actions-toolbar .action.back {
  display: none;
}
.block-compare .action.delete,
.filter .action.remove,
.sidebar .action.delete,
.sidebar .action.remove {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}
.block-compare .action.delete::before,
.filter .action.remove::before,
.sidebar .action.delete::before,
.sidebar .action.remove::before {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
}
.breadcrumbs {
  min-height: 2.25rem;
}
.category-image {
  margin: 0 0 0.5rem;
}
.category-image + .category-description {
  margin-top: 0;
}
.category-description {
  margin: 0 0 0.5rem;
}
.category-description [data-content-type="row"] [data-element="inner"] {
  max-width: none;
  padding: 0;
  margin: 0;
}
.table-comparison {
  width: auto;
}
.table-comparison th.label {
  width: 10rem;
}
.table-comparison td.product {
  width: 15rem;
}
.table-comparison .product-item-photo {
  display: inline-block;
}
.table-comparison .product-item-name {
  display: block;
}
.table-comparison .price-box {
  margin: 0.5rem 0;
}
:root {
  --sidebar-width: 180px;
  --sidebar-gap: 1rem;
}
@media (min-width: 1024px) {
  :root {
    --sidebar-width: 220px;
    --sidebar-gap: 2rem;
  }
}
.column.main {
  min-height: clamp(100px, 25vh, 300px);
}
.page-header + .page-main .page-title-wrapper,
.page-header + .page-main-full-width .page-title-wrapper {
  margin-top: false;
}
.page-title-wrapper ~ .columns {
  margin-top: 1rem;
}
.page-main > .columns {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "main" "sidebar" "additional";
  gap: var(--sidebar-gap);
  row-gap: 0;
}
@media (min-width: 768px) {
  .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";
  }
}
@media (min-width: 1024px) {
  .page-layout-3columns .page-main > .columns {
    grid-template-columns: var(--sidebar-width) 1fr var(--sidebar-width);
    grid-template-areas: "sidebar main additional";
  }
}
.page-main > .columns > .main {
  grid-area: main;
  min-width: 0;
}
.page-main > .columns > .sidebar-main {
  grid-area: sidebar;
}
.page-main > .columns > .sidebar-additional {
  grid-area: additional;
}
.page-footer .switcher {
  margin-bottom: 0.5rem;
}
.page-footer .pagebuilder-column-group + .pagebuilder-column-group {
  margin-top: 2.5rem;
}
.page-footer .block .title,
.page-footer .block .block-title {
  border: 0;
  padding: 0;
  font-size: 1rem;
}
.page-footer .block.newsletter {
  margin: 0 0 1rem;
}
.page-footer .block.newsletter .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  max-width: 420px;
  margin: 0 auto;
  text-align: left;
}
.page-footer .block.newsletter .form > :not(.newsletter):not(.actions) {
  order: 10;
}
.page-footer .block.newsletter .control input {
  min-width: 250px;
}
.footer.content {
  padding-top: 2rem;
  text-align: center;
}
.footer.links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  justify-content: center;
}
.footer.links a:hover {
  text-decoration: underline;
}
.copyright {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.message.global {
  color: #222;
  background: rgb(var(--yellow));
  margin: 0;
  border-radius: 0;
}
.message.global .content {
  --container-padding: 1rem;
}
.message.global .actions {
  margin-top: 0.75rem;
}
.message.global.cookie {
  position: fixed;
  z-index: 40;
  bottom: 0;
  left: 0;
  right: 0;
}
.message.global.noscript {
  text-align: center;
}
:root {
  --header-panel-slideout: true;
}
.header.panel,
.header.links,
.header.content {
  display: flex;
  gap: 1rem;
}
.header.links a .counter {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: .6;
  white-space: nowrap;
}
.header.links a .counter::before {
  content: '(';
}
.header.links a .counter::after {
  content: ')';
}
.header.panel {
  justify-content: flex-end;
  align-items: flex-start;
}
.header.panel .switcher {
  flex-shrink: 0;
}
@media (max-width: 479.98px) {
  .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%;
  }
}
.header.content {
  position: relative;
  align-items: center;
}
.page-header {
  position: relative;
}
.page-header .logo img:not([width]) {
  width: 100%;
  min-width: 80px;
  max-width: 170px;
}
.page-header .logo + *,
.page-header .logo + .navigation-wrapper + *,
.page-header .logo + .navigation-wrapper + script + * {
  margin-left: auto;
}
.page-header .block .block-title {
  font-size: 1rem;
  margin: 0;
}
.header-panel-info {
  margin: 0 auto 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  column-gap: 0.75rem;
}
.header-panel-info .heading,
.header-panel-info .switcher-label {
  display: none;
}
.header-panel-info .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.header-panel-info a {
  color: currentColor;
}
:where(.header-panel-info a) {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
:where(.header-panel-info a):hover {
  text-decoration: underline;
}
@media (max-width: 639.98px) {
  .page-header .panel.wrapper {
    display: none;
  }
}
@media (min-width: 640px) {
  .navigation-wrapper .mobile-header-panel {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header.content > .switcher > .actions > .action span,
  .header.content > .switcher > .actions > .action strong:has(span) {
    display: none;
  }
}
.switcher .account-dropdown > .action::before,
.switcher .wishlist-dropdown > .action::before {
  flex-shrink: 0;
}
.switcher .account-dropdown > .action::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.121 17.804A13.937 13.937 0 0112 16c2.5 0 4.847.655 6.879 1.804M15 10a3 3 0 11-6 0 3 3 0 016 0zm6 2a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.switcher .wishlist-dropdown > .action::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
@media (max-width: 767.98px) {
  .block.filter .filter-content {
    position: fixed;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .column.main .block.filter .filter-options-content {
    display: none;
    position: absolute;
    pointer-events: none;
    right: 0;
  }
  .column.main .block.filter .filter-options-content .item {
    display: block;
    padding: 0.25rem 0.5rem;
  }
}
.block.filter .filter-current li {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}
.block.filter .filter-current li span {
  white-space: nowrap;
}
.block.filter .filter-current li span.filter-value {
  text-overflow: ellipsis;
  overflow: hidden;
}
.block.filter .filter-current li .filter-label::after {
  content: ':';
}
.block.filter .filter-current li .action.remove {
  opacity: .3;
}
.block.filter .filter-value {
  opacity: .6;
}
.block.filter .filter-actions {
  margin: 0.375rem 0 0.75rem;
  opacity: .6;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.block.filter .filter-title::after {
  transform: none;
  display: none;
}
.block.filter .filter-title label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.block.filter .filter-content-close {
  display: none;
}
.block.filter .filter-current ~ .filter-options {
  margin-top: 0.75rem;
}
.block.filter .filter-subtitle {
  display: none;
}
.block.filter .filter-options-item {
  margin-bottom: 0.25rem;
}
.block.filter .filter-options-item:last-child {
  margin-bottom: 0;
  border: 0;
}
.block.filter .filter-options-title {
  font-weight: 500;
  padding: 0.25rem 0;
}
.block.filter .filter-options-title :first-child {
  margin-right: auto;
}
.block.filter .filter-options-title::after {
  opacity: .3;
}
.block.filter .filter-options-content > :first-child {
  margin: 0.5rem 0 0.75rem;
}
.block.filter dt {
  padding: 0.25rem 0;
}
.block.filter .content .count,
.block.filter .filter-options .count {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: inline-flex;
  white-space: nowrap;
  font-weight: 300;
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
  margin-left: 0.25rem;
}
.block.filter .content .count::before,
.block.filter .filter-options .count::before {
  content: '(';
}
.block.filter .content .count::after,
.block.filter .filter-options .count::after {
  content: ')';
}
.block.filter .initially-active.active .filter-options-title::after {
  opacity: 0;
}
@media (min-width: 768px) {
  .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: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
    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;
  }
}
@media (max-width: 767.98px) {
  .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: 10;
    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;
  }
}
@media (max-width: 767.98px) {
  .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;
  }
}
@media (max-width: 639.98px) {
  .page-with-filter.page-title-in-content .toolbar-amount {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .page-with-filter .toolbar .modes {
    margin-left: 9rem;
  }
}
@media (max-width: 639.98px) {
  .page-with-filter .toolbar .sorter > label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}
@media (max-width: 479.98px) {
  .page-with-filter .toolbar .sorter {
    width: calc(100% - 9rem);
  }
  .page-with-filter .toolbar .modes {
    display: none;
  }
}
:root {
  --listing-grid-gap: 1rem;
  --listing-grid-row-gap: 1rem;
  --listing-grid-columns: 2;
  --listing-grid-item-padding: 0px;
  --listing-grid-item-margin: 0px;
}
@media (min-width: 640px) {
  :root {
    --listing-grid-columns: 3;
  }
}
@media (min-width: 1024px) {
  :root {
    --listing-grid-columns: 4;
  }
}
@media (min-width: 768px) {
  .page-layout-1column {
    --listing-grid-columns: 4;
  }
}
@media (min-width: 1024px) {
  .page-layout-1column {
    --listing-grid-columns: 5;
  }
}
@media (min-width: 1024px) {
  .page-layout-3columns {
    --listing-grid-columns: 3;
  }
}
.product-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  aspect-ratio: var(--image-container-aspect-ratio, none);
  width: var(--image-container-width, auto);
  overflow: hidden;
}
.product-image-container .product-image-wrapper {
  padding: 0 !important;
  width: 100%;
}
.product-item-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}
.actions-primary .stock {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
  white-space: nowrap;
}
.actions-secondary {
  display: flex;
  gap: 0.125rem;
}
.actions-secondary .action {
  padding: 0px;
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
  background: transparent;
  border-radius: 10px;
}
.actions-secondary .action::before {
  width: 2rem;
  height: 2rem;
}
.actions-secondary .action:focus-visible {
  z-index: 2;
}
.actions-secondary .action .loading-mask {
  border-radius: 10px;
}
.product-items .product-item-photo {
  position: relative;
}
.product-items .product-item-info {
  position: relative;
  display: flex;
  gap: 0.5rem;
}
.product-items .product-item-details {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-items .product-item-details .product-item-name,
.product-items .product-item-details .price-box,
.product-items .product-item-details .product-reviews-summary {
  margin-bottom: 0.25rem;
}
.sidebar .product-items .product-item-info .action.delete {
  position: absolute;
  right: 0.125rem;
  top: 0.125rem;
}
.sidebar .products-list .product-items .product-item + .product-item {
  margin-top: 0.75rem;
}
.sidebar .products-grid .product-items,
.sidebar [data-appearance="carousel"] .product-items {
  --listing-grid-columns: 2;
  --listing-grid-gap: 0.5rem;
  --listing-grid-row-gap: 0.5rem;
}
.product-items.product-items-names .product-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-items.product-items-names .product-item + .product-item {
  margin-top: 0.125rem;
}
.product-items.product-items-names strong {
  font-weight: normal;
}
.product-items.product-items-names .choice .control {
  display: flex;
}
.products-grid .product-items,
[data-appearance="carousel"] .product-items {
  display: flex;
  flex-wrap: wrap;
  gap: var(--listing-grid-gap);
  row-gap: var(--listing-grid-row-gap);
}
.products-grid .product-items .product-item,
[data-appearance="carousel"] .product-items .product-item {
  position: relative;
  margin: var(--listing-grid-item-margin);
  max-width: var(--listing-grid-item-max-width, 400px);
  width: calc((100% - var(--listing-grid-item-margin) * var(--listing-grid-columns) * 2 - var(--listing-grid-gap) * (var(--listing-grid-columns) - 1)) / var(--listing-grid-columns));
}
@media (hover: hover) {
  .products-grid .product-items .product-item:hover,
  .products-grid .product-items .product-item:has(:focus-visible),
  [data-appearance="carousel"] .product-items .product-item:hover,
  [data-appearance="carousel"] .product-items .product-item:has(:focus-visible) {
    z-index: 10;
    overflow: visible;
    --listing-grid-item-margin: 0px;
    --listing-grid-item-padding: 0px;
  }
}
.products-grid .product-items .product-item-info,
[data-appearance="carousel"] .product-items .product-item-info {
  height: 100%;
  width: 100%;
  flex-direction: column;
  padding: var(--listing-grid-item-padding);
}
@media (hover: hover) {
  .products-grid .product-items .product-item:hover .product-item-info,
  [data-appearance="carousel"] .product-items .product-item:hover .product-item-info {
    z-index: 10;
    background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  }
  .products-grid .product-items .product-item:has(:focus-visible) .product-item-info,
  [data-appearance="carousel"] .product-items .product-item:has(:focus-visible) .product-item-info {
    z-index: 10;
    background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  }
}
.products-grid .product-items .product-image-container,
[data-appearance="carousel"] .product-items .product-image-container {
  width: 100%;
}
.products-grid .product-items .product-item-photo img,
[data-appearance="carousel"] .product-items .product-item-photo img {
  width: 100%;
}
.products-grid .product-items .product-item-inner,
[data-appearance="carousel"] .product-items .product-item-inner {
  padding-top: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (max-width: 479.98px) {
  .products-grid .product-items .product-reviews-summary:not(.no-rating) .action,
  [data-appearance="carousel"] .product-items .product-reviews-summary:not(.no-rating) .action {
    text-decoration: none;
  }
  .products-grid .product-items .product-reviews-summary:not(.no-rating) .action span,
  [data-appearance="carousel"] .product-items .product-reviews-summary:not(.no-rating) .action span {
    display: none;
  }
}
.products-list .product-items .product-item + .product-item {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.sidebar .products-list .product-items .product-item + .product-item {
  border: 0;
  margin-top: 0.375rem;
  padding-top: 0.375rem;
}
.products-list .product-items .product-item-info {
  gap: 0.75rem;
}
.sidebar .products-list .product-items .product-item-info {
  gap: 0.5rem;
}
.products-list .product-items .product-item-info > :first-child {
  max-width: 28%;
}
.sidebar .products-list .product-items .product-item-info > :first-child {
  max-width: 35%;
}
.products-list .product-items .product-item-actions {
  margin: 0.25rem 0;
}
.products-list .product-items .product-item-description {
  margin: 0.5rem 0 0 0;
}
.dropdown .product-items .product-item-info {
  gap: 0.75rem;
}
.toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
}
.toolbar.bottom {
  margin-top: 1.25rem;
}
.toolbar ~ .products {
  margin: 1.25rem 0;
}
.toolbar > .pager {
  display: contents;
}
.toolbar label,
.toolbar .limiter-text {
  white-space: nowrap;
}
.toolbar select {
  max-width: 130px;
}
@media (min-width: 768px) {
  .toolbar select {
    max-width: 170px;
  }
}
.toolbar .sorter,
.toolbar .limiter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-left: auto;
}
.toolbar .sorter-action {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.toolbar .sorter-action::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.toolbar .modes {
  display: flex;
  align-items: center;
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.toolbar .modes:not(:has(a)) {
  display: none;
}
.toolbar .modes a {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.toolbar .mode-grid {
  border-right: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.toolbar .mode-grid,
.toolbar .mode-list {
  padding: 0.5rem;
}
.toolbar .mode-grid::before,
.toolbar .mode-list::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 639.98px) {
  .toolbar .modes ~ .toolbar-amount {
    order: 100;
    width: 100%;
  }
}
.toolbar .toolbar-amount + .pages {
  margin-left: auto;
}
.products-grid + .pager {
  margin: 1.25rem 0;
}
.pages {
  display: flex;
  align-items: center;
}
.pages .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.pages .items a,
.pages .items .page {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  padding: 0.25rem 0.5rem;
}
.pages .items a:hover,
.pages .items .page:hover {
  text-decoration: none;
}
.pages .items .current .page {
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.pages .action.previous,
.pages .action.next {
  display: flex;
  align-items: center;
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.pages .action.previous::before,
.pages .action.next::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.minicart-wrapper .action.showcart::before {
  content: '';
  display: block;
  flex-shrink: 0;
  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="M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.minicart-wrapper {
  position: relative;
}
.minicart-wrapper .action.showcart {
  position: relative;
}
.minicart-wrapper .action.showcart::before {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  opacity: 0;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: 5px;
  right: 0;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 999px;
  background: rgba(var(--brand-color), var(--brand-alpha, 1));
}
.minicart-wrapper .action.showcart .counter.qty .loading-mask {
  border-radius: 999px;
}
.minicart-wrapper .action.showcart .counter.qty span {
  display: none;
}
.minicart-wrapper > .block-minicart {
  display: none;
}
.minisearch .label::before,
.minisearch .action.search::before {
  content: '';
  display: block;
  flex-shrink: 0;
  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="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
@media (min-width: 640px) {
  .block-search {
    position: relative;
  }
}
.header .block-search .block-title {
  display: none;
}
.header .block-search .label::before {
  display: none;
}
@media (max-width: 639.98px) {
  .header .block-search .label::before {
    display: block;
  }
}
.minisearch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.minisearch .control {
  padding: 1rem;
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  position: absolute;
  top: 100%;
  margin: 0 !important;
  left: -9999px;
}
@media (min-width: 640px) {
  .minisearch .control {
    background: transparent;
    position: static;
    display: block;
    padding: 0;
  }
}
.minisearch .control .input-text {
  padding-right: 2.25rem;
  text-overflow: ellipsis;
  min-width: 240px;
}
.minisearch .control .nested {
  display: none;
  position: absolute;
  top: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.minisearch .actions {
  display: none;
  position: absolute;
  top: calc(100% + 1.5rem);
  right: 1rem;
}
@media (min-width: 640px) {
  .minisearch .actions {
    display: flex;
    position: static;
  }
}
.minisearch .action.search {
  margin-left: -2rem;
}
@media (max-width: 639.98px) {
  .minisearch .action.search {
    display: none;
  }
}
.message:where(.warning, .success, .notice, .error, .info) {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  border: 1px solid transparent;
  border-radius: 10px;
}
.message:where(.warning, .success, .notice, .error, .info)::before {
  margin: 0;
  flex-shrink: 0;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
}
.message > div,
.message > span {
  margin-right: auto;
}
.message > div + .button-close,
.message > span + .button-close {
  margin-left: 0;
}
div + .message,
.control .message {
  margin-top: 0.5rem;
}
.message a {
  text-decoration: underline !important;
}
.old-price.map-old-price {
  text-decoration: none;
}
.product-info-price .old-price.map-old-price {
  display: inline-block;
}
.map-fallback-price {
  display: none;
}
.map-show-info {
  margin-right: 0.25rem;
}
@media (max-width: 639.98px) {
  .navigation-wrapper {
    position: fixed;
    visibility: hidden;
    display: none;
  }
}
:root {
  --navigation-media-mobile: (max-width: 639.98px);
}
.nav-toggle {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  margin: 0 -0.5rem 0 0;
}
:where(.page-wrapper, .page-header) > .navigation-wrapper .navigation > ul {
  margin-left: -0.5rem;
}
@media (min-width: 640px) and (max-width: 1023.98px) {
  .header.content {
    flex-wrap: wrap;
  }
  .header.content > .navigation-wrapper {
    order: 9999;
    width: 100%;
    margin-bottom: -0.5rem;
  }
  .header.content > .navigation-wrapper .navigation > ul {
    margin-left: -0.5rem;
  }
}
.navigation {
  color: rgba(var(--base-color), var(--base-alpha, 1));
}
@media (min-width: 640px) {
  .navigation .active > a.level-top,
  .navigation .has-active > a.level-top {
    --divider-alpha: .05;
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
}
.navigation li {
  position: relative;
}
.navigation .parent > a {
  padding-right: 1.5rem;
}
@media (min-width: 640px) {
  [data-action="toggle-nav"] {
    display: none;
  }
  .navigation > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
}
.nav-toggle::after {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
  z-index: 39;
  width: 3rem;
  height: 3rem;
}
a[href*="&content=/bmlweb/ppwpsiw.html"] {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .payment-icon[src*="paypalobjects.com"] {
    width: 39px;
  }
}
.box-tocart .fieldset .actions > div.paypal-logo:not(.braintree-paypal-logo) {
  width: auto;
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
}
[data-content-type="tabs"] .tab-header {
  padding: 0.625rem 1rem;
}
@media (max-width: 767.98px) {
  .pagebuilder-mobile-hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .pagebuilder-mobile-only {
    display: none;
  }
}
.highlight {
  font-weight: 500;
}
@media (min-width: 1280px) {
  .xl-bg-clamp [data-background-images] {
    background-size: clamp(0px, 1400px, 100%) !important;
  }
  .xl-bg-center [data-background-images] {
    background-position: center !important;
  }
}
:where([data-content-type="row"]) [data-element="inner"] {
  padding-top: 0;
  padding-bottom: 0;
}
:where([data-content-type="row"]) [data-element="inner"].narrow {
  --container-max-width: 768px;
}
form,
button,
[data-content-type="buttons"] {
  line-height: 1.5rem;
}
[data-content-type="buttons"] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
[data-content-type="buttons"][data-appearance="stacked"] {
  flex-direction: column;
}
[data-content-type="tabs"] .tabs-navigation {
  display: flex;
  overflow: auto;
}
[data-content-type="tabs"] .tabs-content {
  display: flex;
  flex-direction: column;
}
[data-content-type="tabs"] .tabs-content > div {
  flex-grow: 1;
}
[data-content-type="tabs"] .tab-header > a {
  color: inherit;
}
[data-content-type="tabs"] .tab-header > a:hover {
  text-decoration: none;
}
[data-content-type="banner"] > a,
[data-content-type="slider"] > a,
[data-content-type="slide"] > a {
  outline-offset: -4px;
}
[data-content-type="banner"] a,
[data-content-type="slider"] a {
  display: block;
}
[data-content-type="banner"] a:hover,
[data-content-type="slider"] a:hover {
  text-decoration: none !important;
}
[data-content-type="banner"].h-full a,
[data-content-type="banner"].h-full .pagebuilder-banner-wrapper {
  height: 100%;
}
.content-center .pagebuilder-banner-wrapper,
.content-center .pagebuilder-slide-wrapper,
.v-middle .pagebuilder-banner-wrapper,
.v-middle .pagebuilder-slide-wrapper {
  display: flex;
  align-items: center;
}
.content-end .pagebuilder-banner-wrapper,
.content-end .pagebuilder-slide-wrapper {
  display: flex;
  align-items: flex-end;
}
.content-stretch .pagebuilder-banner-wrapper,
.content-stretch .pagebuilder-slide-wrapper {
  display: flex;
  align-items: stretch;
}
.pagebuilder-overlay {
  padding: 30px;
  position: relative;
}
.pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-overlay {
  margin-left: auto;
}
.pagebuilder-poster-content {
  width: 100%;
}
.content-containered .pagebuilder-overlay {
  padding: 0;
}
.pagebuilder-banner-button {
  margin: 20px 0 0 0;
}
[data-enable-parallax="1"] {
  opacity: 0;
  transition: opacity linear 50ms 100ms;
}
[data-enable-parallax="1"].jarallax-ready {
  opacity: 1;
}
[data-enable-parallax="0"][data-video-src] .jarallax-container:not(:has(video[style*="translate3d"], iframe[style*="translate3d"])) {
  opacity: 0;
}
.pagebuilder-slide-wrapper,
[data-content-type="slider"] a {
  height: 100%;
}
.slick-dots {
  list-style: none;
  margin: 0;
  width: 100%;
  display: flex;
  padding: 0.625rem 0;
  justify-content: center;
  gap: 0;
}
.slick-dots button {
  display: block;
  background: transparent;
  border: 0;
  padding: 0.25rem;
  border-radius: 50%;
}
.slick-dots button:hover {
  background: transparent;
}
.slick-dots button > span {
  text-indent: -9999px;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  background: #000000;
  color: #ffffff;
  width: 1rem;
  height: 1rem;
  box-shadow: 0 0 0 1px #ffffff;
}
.slick-dots .slick-active button > span {
  background: #ffffff;
  color: #000000;
}
.slick-arrow {
  position: absolute;
  z-index: 11;
  top: 50%;
  width: 35px;
  height: 60px;
  transform: translateY(-50%);
  --base-bg-alpha: .7;
  background-color: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  color: rgba(var(--base-color), var(--base-alpha, 1));
  border-radius: 0;
  display: none;
  gap: 0;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0;
}
.slick-arrow .slick-initialized {
  display: flex;
}
.slick-arrow:hover {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  background-color: rgba(var(--base-bg), var(--base-bg-alpha, 1));
}
.slick-arrow::before {
  content: '';
  display: block;
  width: 35px;
  height: 60px;
  max-width: 100%;
  max-height: 100%;
}
.slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
@media (max-width: 767.98px) {
  [data-appearance="carousel"] .product-items .product-item-inner {
    margin-top: 0;
  }
}
.pagebuilder-column-group {
  display: flex;
}
.pagebuilder-column-group:has(.pagebuilder-column-line) {
  flex-wrap: wrap;
}
.pagebuilder-column-group,
.pagebuilder-column-line {
  gap: var(--gap, 0px);
  row-gap: var(--row-gap, var(--gap, 0px));
}
.pagebuilder-column-group .gap-0,
.pagebuilder-column-group.gap-0 {
  --gap: 0;
}
.pagebuilder-column-group .gap-1,
.pagebuilder-column-group.gap-1 {
  --gap: 0.25rem;
}
.pagebuilder-column-group .gap-2,
.pagebuilder-column-group.gap-2 {
  --gap: 0.5rem;
}
.pagebuilder-column-group .gap,
.pagebuilder-column-group.gap {
  --gap: 0.5rem;
}
.pagebuilder-column-group .gap-3,
.pagebuilder-column-group.gap-3 {
  --gap: 0.75rem;
}
.pagebuilder-column-group .gap-4,
.pagebuilder-column-group.gap-4 {
  --gap: 1rem;
}
.pagebuilder-column-group .gap-5,
.pagebuilder-column-group.gap-5 {
  --gap: 1.25rem;
}
.pagebuilder-column-group .gap-6,
.pagebuilder-column-group.gap-6 {
  --gap: 1.5rem;
}
.pagebuilder-column-group .gap-7,
.pagebuilder-column-group.gap-7 {
  --gap: 1.75rem;
}
.pagebuilder-column-group .gap-8,
.pagebuilder-column-group.gap-8 {
  --gap: 2rem;
}
.pagebuilder-column-group .row-gap-0,
.pagebuilder-column-group.row-gap-0 {
  --row-gap: 0;
}
.pagebuilder-column-group .row-gap-1,
.pagebuilder-column-group.row-gap-1 {
  --row-gap: 0.25rem;
}
.pagebuilder-column-group .row-gap-2,
.pagebuilder-column-group.row-gap-2 {
  --row-gap: 0.5rem;
}
.pagebuilder-column-group .row-gap-3,
.pagebuilder-column-group.row-gap-3 {
  --row-gap: 0.75rem;
}
.pagebuilder-column-group .row-gap-4,
.pagebuilder-column-group.row-gap-4 {
  --row-gap: 1rem;
}
.pagebuilder-column-group .row-gap-5,
.pagebuilder-column-group.row-gap-5 {
  --row-gap: 1.25rem;
}
.pagebuilder-column-group .row-gap-6,
.pagebuilder-column-group.row-gap-6 {
  --row-gap: 1.5rem;
}
.pagebuilder-column-group .row-gap-7,
.pagebuilder-column-group.row-gap-7 {
  --row-gap: 1.75rem;
}
.pagebuilder-column-group .row-gap-8,
.pagebuilder-column-group.row-gap-8 {
  --row-gap: 2rem;
}
@media (max-width: 767.98px) {
  .pagebuilder-column-group,
  .pagebuilder-column-line {
    row-gap: var(--row-gap, var(--gap, 1rem));
    flex-wrap: wrap;
  }
  .flex-nowrap > .pagebuilder-column-line {
    flex-wrap: nowrap;
  }
  .flex-wrap-2 > .pagebuilder-column-line .pagebuilder-column {
    width: calc((100% - var(--gap)) / 2) !important;
    flex-basis: auto;
  }
  .flex-wrap-3 > .pagebuilder-column-line .pagebuilder-column {
    width: calc((100% - var(--gap) * 2) / 3) !important;
    flex-basis: auto;
  }
  .pagebuilder-column {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.price-box p {
  margin: 0;
}
.price-label,
.price-box .label,
.msrp-message {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
  font-size: 1rem;
  line-height: 1.5rem;
}
.price-box a {
  line-height: 1.5rem;
  font-size: 1rem;
}
.special-price {
  color: rgba(var(--danger-color), var(--danger-alpha, 1));
}
.old-price {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
  display: inline-block;
}
.weee[data-label],
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
}
.weee[data-label],
.price-including-tax + .price-excluding-tax {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.weee[data-label]::before,
.price-including-tax + .price-excluding-tax::before {
  content: attr(data-label) ': ';
}
.prices-tier .weee[data-label],
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.prices-tier .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .weee[data-label]:before {
  content: '+' attr(data-label) ': ';
}
.prices-tier .weee[data-label]:last-child:after {
  content: ')';
}
.product-info-wrapper {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "media" "main";
  gap: 1rem;
  margin-bottom: 1rem;
}
.product-info-wrapper .page-title-wrapper {
  grid-area: title;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .product-info-wrapper .page-title-wrapper {
    --animation-order: 0 !important;
  }
}
@media (min-width: 768px) {
  .product-info-wrapper .page-title-wrapper {
    margin-bottom: 0.125rem;
  }
}
.product-info-wrapper .page-title-wrapper h1 {
  margin: 0;
}
.product-info-wrapper .product-info-main {
  grid-area: main;
}
@media (max-width: 767.98px) {
  .product-info-wrapper .product-info-main {
    display: contents;
  }
}
.product-info-wrapper .product.media {
  grid-area: media;
}
@media (min-width: 768px) {
  .product-info-wrapper {
    row-gap: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "media main" "media main";
  }
}
.product-info-main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-info-price {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-info-price .price-box {
  font-size: 1.5rem;
  line-height: 2rem;
}
.prices-tier {
  margin: 0.5rem 0;
  max-width: 400px;
}
.prices-tier li + li {
  margin-top: 0.5rem;
}
.product-info-stock-sku {
  display: flex;
  gap: 0.5rem;
}
.product-info-stock-sku .stock {
  --stock-bg: var(--blue-muted);
  --stock-color: var(--blue);
  background: rgb(var(--stock-bg));
  color: rgb(var(--stock-color));
  padding: 0.125rem 0.5rem;
}
.product-info-stock-sku .stock.available {
  --stock-bg: var(--green-muted);
  --stock-color: var(--green);
}
.product-info-stock-sku .stock.unavailable {
  --stock-bg: var(--red-muted);
  --stock-color: var(--red);
}
.attribute.sku {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.product-info-main .configurable-variation-qty {
  display: none;
}
.product-info-wrapper .product-add-form {
  margin: 0.5rem 0;
}
.product-info-wrapper .product-add-form form > div + div {
  margin-top: 0.5rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper {
  margin: 0 0 0.5rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .label {
  font-weight: 500;
}
.product-info-wrapper .product-add-form .product-options-wrapper .label ~ .control {
  margin-top: 0.25rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field {
  margin-top: 0;
  margin-bottom: 0.375rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field:last-child {
  margin-bottom: 0;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field .field {
  margin-bottom: 0.25rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field .field:last-child {
  margin-bottom: 0;
}
.product-info-wrapper .product-add-form .product-options-wrapper .swatch-opt + .field {
  margin-top: 0.375rem;
}
.product-info-wrapper .product-add-form .product-options-bottom {
  margin: 1.25rem 0 0;
}
.box-tocart .fieldset {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.box-tocart .fieldset .field.qty {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.box-tocart .fieldset .field.qty .control {
  margin: 0;
}
.box-tocart .fieldset .actions {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  gap: 0.5rem;
}
.box-tocart .fieldset .actions > div {
  width: 100%;
  max-width: 400px;
  z-index: 10;
}
.field.qty > .control,
.input-text.qty {
  max-width: 4rem;
}
.product-addto-links,
.product-social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.75rem;
  row-gap: 0.5rem;
  margin: 0.5rem 0;
}
.product-addto-links button,
.product-social-links button {
  gap: 0;
  padding: 0;
  background: transparent;
}
.product-addto-links a.action,
.product-social-links a.action,
.product-addto-links button.action,
.product-social-links button.action {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
  border-radius: 10px;
}
.product-addto-links a.action:hover,
.product-social-links a.action:hover,
.product-addto-links button.action:hover,
.product-social-links button.action:hover {
  text-decoration: underline;
}
.product-social-links .product-addto-links {
  margin: 0;
}
.product.info.detailed {
  clear: both;
}
@media (min-width: 768px) {
  .product.info.detailed {
    margin: 1rem 0;
  }
}
@media (min-width: 768px) {
  .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%;
  }
}
.block.related .product-item:first-child {
  display: block !important;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.downloads-all [type="checkbox"] {
  display: none;
}
.downloads-all .label {
  cursor: pointer;
}
@media (min-width: 768px) {
  .bundle-options-container {
    margin: 1rem 0;
  }
}
.bundle-options-container .product-options-wrapper {
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
@media (min-width: 768px) {
  .page-bottom .widget-recent {
    --listing-grid-columns: 4;
  }
}
@media (min-width: 1024px) {
  .page-bottom .widget-recent {
    --listing-grid-columns: 5;
  }
}
.product-reviews-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  text-align: left;
}
.rating-result {
  position: relative;
  width: 6.25rem;
  height: 1.5rem;
}
.rating-result::before {
  opacity: .2;
}
.rating-result > span {
  position: relative;
  display: block;
}
.rating-result::before,
.rating-result > span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1.5rem;
}
.reviews-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.reviews-actions a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.review-add .review-legend {
  display: none;
}
.review-field-ratings {
  margin: 0;
}
.review-field-ratings legend {
  display: none !important;
}
.review-field-rating > .label {
  min-width: 80px;
}
.review-control-vote {
  color: rgba(var(--base-color), var(--divider-alpha, .1));
  height: 1.5rem;
  width: 7.5rem;
}
.review-control-vote::before {
  content: '';
  position: absolute;
  inset: 0;
}
.review-control-vote label {
  position: absolute;
  opacity: 0;
}
.review-list .limiter,
.review-list .toolbar:first-child {
  display: none;
}
.review-list .review-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.review-list .review-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.review-list .review-title {
  font-weight: 500;
}
.review-list .review-ratings {
  order: -1;
}
.review-list .review-content {
  margin: 0 0 0.25rem;
}
.review-list .review-details {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  opacity: .6;
}
.review-list .review-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.search-suggestions {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 639.98px) {
  .search-suggestions {
    flex-direction: column;
  }
}
.search-suggestions .block {
  min-width: 180px;
}
.search-suggestions .block + .block {
  margin: 0;
}
.search-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.search.found {
  margin-bottom: 0.25rem;
}
.search.summary {
  margin-bottom: 0.5rem;
}
[class*="swatch-opt"]:has(.swatch-attribute:not(.breeze-placeholder)) .swatch-attribute.breeze-placeholder {
  display: none;
}
.swatch-attribute {
  margin-bottom: 0.375rem;
  min-height: 4rem;
}
.swatch-attribute:last-child {
  margin: 0;
}
.product-item .swatch-attribute {
  margin-bottom: 0.25rem;
  min-height: 2rem;
}
.product-item .swatch-attribute:last-child {
  margin: 0;
}
.swatch-attribute-label {
  font-weight: 500;
  margin-right: 0.25rem;
}
.swatch-attribute-label ~ .swatch-attribute-options {
  margin-top: 0.25rem;
}
.swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.product-item .swatch-attribute-options {
  gap: 0.25rem;
}
.swatch-option {
  font-size: 0.75rem;
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.25rem;
  position: relative;
  margin: 0;
}
.swatch-option::before {
  content: '';
  position: absolute;
  box-shadow: 0 0 0 1px inset rgba(var(--base-color), var(--divider-alpha, .1));
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-item .swatch-option {
  font-size: 0.75rem;
  font-weight: 400;
  min-width: 2rem;
  height: 2rem;
}
input.swatch-input {
  position: absolute;
  visibility: hidden;
  top: -9999px;
  left: -9999px;
}
.actions-primary input.swatch-input {
  display: none;
}
.product-item [class^="swatch-opt-"] {
  margin: 0 0 0.125rem;
}
.form.form-orders-search .action.primary,
.form.search.advanced .action.primary,
.form.password.forget .action.primary,
.form.password.reset .action.primary,
.form.send.confirmation .action.primary,
.form-create-account .action.primary,
.form.form-orders-search .amshopby-button,
.form.search.advanced .amshopby-button,
.form.password.forget .amshopby-button,
.form.password.reset .amshopby-button,
.form.send.confirmation .amshopby-button,
.form-create-account .amshopby-button,
.form.form-orders-search .am-filter-go,
.form.search.advanced .am-filter-go,
.form.password.forget .am-filter-go,
.form.password.reset .am-filter-go,
.form.send.confirmation .am-filter-go,
.form-create-account .am-filter-go {
  width: 100%;
}
.login-container {
  max-width: none;
}
.login-container .block > .block-title {
  padding: 0.5rem 0;
}
.column.main .form.contact .action.primary,
.column.main .form.contact .amshopby-button,
.column.main .form.contact .am-filter-go {
  width: 100%;
}
:where(body:not(.narrow-page-reset)) .checkout-success .actions-toolbar,
.form.form-orders-search .actions-toolbar,
.form-create-account .actions-toolbar {
  justify-content: center;
}
.catalogsearch-advanced-index .page.messages,
.customer-account-forgotpassword .page.messages,
.customer-account-create .page.messages {
  max-width: 620px;
  margin: 0 auto;
}
:where(body:not(.narrow-page-reset)) .checkout-success,
:where(body:not(.narrow-page-reset)) .checkout-success + #registration {
  text-align: center;
}
.checkout-cart-index .column.main .block .title {
  padding: 1rem;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.checkout-cart-index .column.main .block:not(.crosssell) .content {
  padding: 1rem;
}
.checkout-cart-index .column.main .block .products-grid {
  margin-top: max(2 * var(--listing-grid-item-margin), -2 * var(--listing-grid-item-margin));
}
:where(.table-totals, .table.totals) a {
  display: inline-block;
}
:where(.table-totals, .table.totals) button {
  padding: 0 0.375rem;
  border: 0;
}
:where(.table-totals, .table.totals) .amount {
  text-align: right;
}
:where(.table-totals, .table.totals) [class^="totals-tax"],
:where(.table-totals, .table.totals) .totals:not(.grand) {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
  border: 0;
}
:where(.table-totals, .table.totals) [class^="totals-tax"] th,
:where(.table-totals, .table.totals) .totals:not(.grand) th,
:where(.table-totals, .table.totals) [class^="totals-tax"] td,
:where(.table-totals, .table.totals) .totals:not(.grand) td {
  font-weight: 400;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
:where(.table-totals, .table.totals) .totals-tax-details {
  display: none;
}
:where(.table-totals, .table.totals) .totals-tax-details.shown {
  display: table-row;
}
:where(.table-totals, .table.totals) .totals-tax-summary .amount .price {
  display: inline-flex;
}
:where(.table-totals, .table.totals) .totals-tax-summary .amount .price::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
:where(.table-totals, .table.totals) .grand.totals {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.cart-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  row-gap: 2rem;
}
@media (max-width: 767.98px) {
  .cart-container {
    row-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .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%;
  }
}
@media (min-width: 1024px) {
  .cart-container {
    --sidebar-width: 420px;
  }
}
.cart-container .form-cart {
  order: -2;
}
@media (max-width: 767.98px) {
  .cart-container #gift-options-cart {
    order: -1;
  }
}
.cart-container .gift-wrapping .gift-options-content {
  margin: 0.5rem 0 0.75rem;
}
.cart-container .gift-wrapping .gift-printed-card {
  margin-top: 0.25rem;
}
.cart-container .gift-summary .price-box,
.cart-container .gift-options .price-box {
  margin-left: 1.25rem;
}
.cart-container .cart.actions {
  padding-top: 0.75rem;
  justify-content: flex-end;
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.cart-container .cart.actions .continue {
  display: none;
}
.cart-container .cart-summary {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .cart-container .cart-summary {
    position: sticky;
    top: 1rem;
    width: var(--sidebar-width);
  }
}
.cart-container .cart-summary > .block ~ div {
  margin: 0;
}
.cart-container .discount .content,
.cart-container .shipping .content {
  display: none;
}
.cart-container .cart-totals {
  padding: 0 1rem;
}
.cart-container .col.subtotal {
  text-align: right;
  padding-right: 0.25rem;
}
.cart-container .checkout-methods-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.cart-container .checkout-methods-items li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.cart-container .checkout-methods-items li > div {
  width: 100%;
}
.cart-container .checkout-methods-items li:first-child {
  width: 100%;
}
.cart-container .checkout-methods-items .primary {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  padding: 0.75rem 2.5rem;
  width: 100%;
}
.cart-container .checkout-methods-items .multicheckout {
  display: none;
}
.cart.table-wrapper .item-info {
  border: 0;
}
.cart.table-wrapper .item-actions td {
  padding-top: 0;
}
.cart.table-wrapper .product-item-photo {
  float: left;
  max-width: 40%;
}
.cart.table-wrapper .product-item-details {
  float: left;
  max-width: calc(60% - 0.75rem);
  margin-left: 0.75rem;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: block;
  margin-bottom: 0.5rem;
}
.cart.table-wrapper .control.qty input.qty {
  padding: 0 0 0 0.25rem;
  border: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 2.5rem;
  border-color: transparent;
}
.cart.table-wrapper .actions-toolbar {
  margin: 0 0.25rem;
  align-items: flex-start;
  justify-content: flex-end;
}
.cart.table-wrapper .action::before {
  width: 1.5rem;
  height: 1.5rem;
}
.cart.table-wrapper .action-edit,
.cart.table-wrapper .action-delete,
.cart.table-wrapper .action-towishlist {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.cart.table-wrapper .action-edit::before,
.cart.table-wrapper .action-delete::before,
.cart.table-wrapper .action-towishlist::before {
  content: '';
  display: block;
}
.cart.table-wrapper .action-gift {
  gap: 0;
}
.cart.table-wrapper .action-gift::after {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.cart.table-wrapper .gift-options-cart-item {
  margin-right: auto;
}
.cart.table-wrapper .gift-content {
  display: none;
  max-width: 100%;
  margin: 0.5rem 0 0;
}
@media (min-width: 768px) {
  .cart.table-wrapper .gift-content {
    width: 420px;
  }
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .gift-content .actions-toolbar {
  margin: 0.5rem 0;
  justify-content: flex-start;
}
.cart.table-wrapper .gift-options-title {
  margin: 0.5rem 0;
}
.cart.table-wrapper .item-options,
.cart.table-wrapper .message {
  margin: 0.5rem 0;
}
.cart-tax-total {
  display: inline-flex;
  gap: 0.125rem;
  align-items: center;
}
.cart-tax-total::after {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  transform: rotate(90deg);
}
.checkout-onepage-success #registration br {
  display: none;
}
.checkout-success {
  margin-bottom: 15px;
}
.page-narrow .checkout-success {
  text-align: center;
}
.page-narrow .checkout-success .actions-toolbar {
  margin-top: 2.5rem;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .account .page-main .columns {
    padding-top: 3.5rem;
  }
}
.customer-account-logoutsuccess.narrow-page .column.main {
  text-align: center;
}
.login-container .actions-toolbar {
  margin: 1.25rem 0;
}
.login-container > .block {
  padding: 0;
}
@media (min-width: 768px) {
  .login-container {
    display: flex;
    gap: 3rem;
    flex-direction: row;
  }
  .login-container > .block {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 !important;
  }
}
@media (min-width: 1024px) {
  .customer-account-login.narrow-page.page-layout-1column .page-main .columns {
    max-width: 1024px;
  }
}
@media (min-width: 768px) {
  .form-edit-account > .fieldset,
  .form-address-edit > .fieldset {
    float: left;
    width: 48%;
    max-width: 420px;
    margin-right: 2%;
  }
}
.form-address-edit .region_id {
  display: none;
}
.form-address-edit .field ~ .message .button-close {
  display: none;
}
.form-edit-account .fieldset.password:not([style]) {
  display: none;
}
.form-edit-account .fieldset.info {
  display: block;
}
.form-edit-account .fieldset.additional_info {
  display: block;
  clear: both;
}
[data-role="password-strength-meter"] {
  display: none;
}
.form-wishlist-items div:empty,
.form-wishlist-items .product-reviews-summary {
  display: none;
}
.form-wishlist-items .box-tocart {
  border: 0;
  padding: 0;
}
.page-title-wrapper .order-status {
  display: inline-block;
  border: 2px solid rgba(var(--base-color), var(--divider-alpha, .1));
  padding: 0.375rem 0.75rem;
}
.page-title-wrapper .order-status + .order-date {
  margin-left: 0.5rem;
}
.page-title-wrapper .order-date {
  display: inline-block;
  margin: 0;
}
.order-links {
  display: flex;
  margin-bottom: 0.5rem;
  gap: 0.25rem;
}
.order-links > .item {
  padding: 0.5rem 0.75rem;
  background-color: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.order-links > .item.current {
  --divider-alpha: .2;
}
.order-details-items {
  margin: 0.5rem 0;
}
.order-links ~ .order-details-items .order-title {
  display: none;
}
@media (min-width: 768px) {
  .order-details-items .order-title {
    display: none;
  }
}
.order-details-items dl.item-options {
  margin-top: 0.5rem;
}
.order-details-items tbody tr:not(:last-child) {
  border-bottom: 0;
}
.order-details-items tbody tr + tr td:first-child {
  padding-left: 1rem;
}
.order-details-items tbody tr + tr:not(:last-child) td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (max-width: 767.98px) {
  .order-details-items .table-wrapper {
    padding: false;
  }
  .order-links ~ .order-details-items .table-wrapper {
    padding: 0;
  }
}
.paypal-review {
  max-width: none;
}
.paypal-review .block-order-details-view .block-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.5rem;
}
.paypal-review .block-order-details-view .block-content .box {
  margin: 0;
}
@media (min-width: 640px) {
  .paypal-review .block-order-details-view .block-content {
    flex-direction: row;
  }
}
.paypal-review .box-order-billing-address img[src*="paypalobjects.com"] {
  width: 39px;
}
.paypal-review-discount,
.paypal-review-items {
  margin: 1rem 0;
}
.paypal-review .discount .title {
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  border-width: 1px 0;
  margin-bottom: 1rem;
}
.paypal-review .discount .title strong {
  font-weight: 400;
}
.paypal-review .paypal-review-title a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: 0.5rem;
}
.paypal-review .cart.items tfoot .mark ~ td {
  text-align: right;
}
.paypal-review .actions-toolbar {
  justify-content: flex-end;
}
.privacy-policy {
  --sidebar-width: 250px;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "sidebar" "main";
  gap: 1rem;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .privacy-policy {
    grid-template-columns: var(--sidebar-width) 1fr;
    grid-template-areas: "sidebar main";
  }
}
.privacy-policy > .privacy-policy-content {
  grid-area: main;
}
.privacy-policy > .block-collapsible-nav {
  grid-area: sidebar;
}
.page-print .logo {
  display: inline-block;
  margin-bottom: 0.5cm;
}
@media print {
  @page {
    size: auto;
    margin: 0;
  }
  body {
    margin: 1cm;
    min-height: auto;
  }
  a {
    --link-color: 0, 0, 0;
  }
  .page-header,
  .page-footer {
    display: none;
  }
  .page-wrapper {
    min-height: 0;
  }
  .page-main {
    padding: 0;
    margin: 0;
  }
  [data-action="toggle-nav"] {
    display: none;
  }
  .hidden-print {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .block-categories .block-title .subtitle {
    line-height: normal;
  }
  .mobile-switcher .dropdown.options .dropdown {
    --dropdown-padding: 1rem;
    --dropdown-width: 22rem;
    margin-top: -9rem;
  }
  .breadcrumbs {
    display: none;
  }
  header.page-header .header.content .logo {
    margin: 0 auto;
    max-width: 50%;
  }
  header.page-header .navpro.navpro .level0.parent > .level-top {
    padding-right: 30px;
  }
  header.page-header .navpro-icon-caret::before {
    right: 11px;
  }
  .mobile-header-panel {
    display: none;
  }
  .product.media .product.attribute.overview {
    margin: 2rem 0;
  }
}
@media all and (min-width: 640px) {
  #askit-new-question-form {
    max-width: 500px;
  }
  .products-list .product.featured-attributes {
    display: block;
  }
}
@media all and (min-width: 768px), print {
  .breeze-gallery .images {
    overflow: visible;
    flex-wrap: wrap;
  }
  .breeze-gallery .images .item {
    width: calc((100% - (var(--gallery-columns-gap) * var(--gallery-columns-count) - var(--gallery-columns-gap))) / var(--gallery-columns-count));
  }
  .product.info.detailed .tabs-toolbar {
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(var(--base-color), var(--divider-alpha, .1));
    top: 0;
    z-index: 99;
    display: flex;
    position: sticky;
    text-align: center;
  }
  .product.info.detailed .tabs-toolbar-item {
    color: currentColor;
    margin: 0;
    padding: 1rem 2rem;
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product.info.detailed .tabs-toolbar-item.active {
    background: linear-gradient(90deg, #0d1f3d 19.62%, #00358d 100%);
    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%;
  }
  .product.featured-attributes {
    display: block;
  }
  .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;
  }
  :where(.products-grid, .products-list) .product-item-photo {
    position: relative;
  }
  .products-grid .product-item-photo {
    display: block;
  }
  .table.grouped .col.qty {
    width: 30%;
  }
  header.page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  header.page-header .header.content {
    display: grid;
    grid-template-columns: 1fr 2fr auto auto auto;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  header.page-header .header.content .logo {
    padding-right: 4rem;
  }
  header.page-header .minicart-wrapper {
    height: 29px;
    margin: 0;
  }
  header.page-header .panel.header > .header.links,
  header.page-header .panel.header .switcher-language,
  header.page-header .panel.header > .header.links > li.welcome,
  header.page-header .panel.header > .header.links > li.authorization-link,
  header.page-header .panel.header > .header.links > li:has([href*="customer/account/create"]) {
    display: none;
  }
  .navigation-section {
    background: #EF8C39;
    margin: 0;
  }
  .navigation-section .navigation {
    font-weight: 700;
  }
  .navigation-section .navpro-menu .level0 > .level-top {
    color: #f0f0f0;
    font-size: 16px;
    padding: 16px 20px;
  }
  .navigation-section .navpro-menu .level0 > .level-top:first-child {
    padding-left: 0;
  }
  .navigation-section .navpro-menu .level0 > .level-top:last-child {
    padding-right: 0;
  }
  :where(.page-wrapper, .page-header) > .navigation-wrapper .navigation > ul {
    padding: 0 1rem;
    gap: 0 1.5rem;
  }
  .cms-index-index .page-main {
    max-width: 1300px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .cms-index-index .swiper-container-horizontal > .swiper-pagination-bullets {
    padding: 32px 56px;
  }
  .easyslide-swiper-assortiment-homepage-rk .swiper-slide {
    width: 240px;
  }
  .cms-index-index .easyslide-description .action {
    padding: 1rem 2.5rem;
    font-size: 1.4rem;
  }
  /* Ensure the image and video are not clickable on desktop */
  .banner-image-homepagina img,
  .banner-video-homepagina img,
  .banner-twee img,
  .banner-image-homepagina video,
  .banner-video-homepagina video,
  .banner-twee video {
    pointer-events: none;
  }
  .banner-image-homepagina a,
  .banner-video-homepagina a,
  .banner-twee a {
    position: relative;
    /* Ensure the link is positioned relative to the button */
    z-index: 2;
    /* Ensure it stays above other elements */
    display: inline-block;
    /* Restrict link area to the button */
    width: auto;
    /* Prevent link from covering the entire banner */
    height: auto;
    /* Ensure height is only the button size */
  }
  .catalog-category-view .easycatalogimg-masonry.easycatalogimg-cols-4:not(:has(.item:nth-child(5))) .item {
    width: 236px;
  }
  .catalog-category-view .easycatalogimg {
    margin-bottom: 4rem;
  }
  .catalog-category-view .toolbar-products .toolbar-filter {
    display: none;
  }
  .page-main .category-view h1 {
    font-size: 3.5rem;
  }
  .filter-content .item .label {
    margin-left: 5px;
  }
  .product-options-wrapper .swatch-option {
    height: 7rem;
    min-width: 7rem;
  }
  .product.info.detailed .tabs-toolbar-item.active {
    color: #fff;
  }
  .field.qty .input-text.qty {
    min-height: 4.25rem;
  }
  .product.info.detailed:has(.tabs-toolbar) {
    padding-top: 2rem;
  }
  .tabs-toolbar + .product.data.items.expanded {
    padding-top: 3rem;
  }
  .product.info.detailed .tabs-toolbar ~ .data.items > #tab-label-products\.cross-sell {
    visibility: visible;
    height: auto;
  }
  .product.info.detailed .tabs-toolbar ~ .data.items > #tab-label-products\.cross-sell .title {
    margin: 0;
  }
  .page-header .amsearch-wrapper-block {
    display: inline-block;
  }
  .page-header .amsearch-input-wrapper {
    width: 100%;
  }
  .page-header div[data-bind="scope:'index = amsearch_loupe_trigger'"] {
    display: none;
  }
  .amsearch-loader-block {
    right: 60px;
  }
}
@media all and (min-width: 1024px), print {
  .breeze-gallery.vertical:not(.opened) {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .breeze-gallery.vertical:not(.opened) .thumbnails {
    flex-direction: column;
    flex-wrap: nowrap;
    order: -1;
    max-height: 550px;
    margin: 0 5px 0 0;
    padding-right: 5px;
    padding-bottom: 0;
    overflow-y: overlay;
  }
  .cookie-settings-cols3 .cookie-group {
    width: calc(33% - 7px);
  }
  .cookie-settings-cols4 .cookie-group {
    width: calc(25% - 7px);
  }
  header.page-header .header.panel .header-cms-links .carousel > * {
    flex: 0 0 100%;
  }
  .navigation-section .navpro-icon-caret::before,
  .navigation-section .navpro .parent > a::before {
    right: 0;
  }
  .footer-middle .footer-links .footer.links {
    justify-content: space-between;
  }
  .footer-bottom-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .footer-bottom-wrapper .footer-bottom-content {
    text-align: right;
    font-size: 14px;
  }
  .cms-index-index .easyslide-description {
    pointer-events: none;
  }
  /* Zorg ervoor dat de afbeelding niet klikbaar is op desktop */
  .cms-index-index .banner-vier {
    /* Zorg ervoor dat de link alleen de knop beïnvloedt op desktop */
  }
  .cms-index-index .banner-vier img {
    pointer-events: none;
  }
  .cms-index-index .banner-vier a {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: auto;
    height: auto;
  }
  .cms-index-index .combined-header,
  .cms-index-index .banner-twee-header {
    font-size: 2rem;
  }
  .image-block.element .info {
    padding: 3em;
    padding-left: 0;
  }
  .catalog-category-view .easycatalogimg.swiper-container-initialized .swiper-wrapper {
    gap: 0;
  }
  .catalog-category-view .easycatalogimg .easycatalogimg-listing:not(.swiper-wrapper) .item:nth-child(n + 3) {
    display: block;
  }
  .catalog-category-view .easycatalogimg .easycatalogimg-listing:not(.swiper-wrapper) .item:nth-child(n + 5) {
    display: none;
  }
  .catalog-category-view .page-main .filter .filter-options .button-wrapper {
    display: none;
  }
  .catalog-product-view .product-info-wrapper {
    gap: 3rem;
  }
  #product\.info\.description .additional-attributes-wrapper:only-child,
  #product\.info\.description:has(.additional-attributes-wrapper + p [data-id="show-less"]) .additional-attributes-wrapper {
    float: none;
    margin: 0 auto;
  }
  .tabs-toolbar + .product.data.items.expanded #product\.info\.description .additional-attributes-wrapper {
    margin-top: -2rem;
  }
  .page-header .amsearch-wrapper-block {
    margin-right: 40px;
  }
}
@media all and (min-width: 1280px), print {
  header.page-header .header.panel .header-cms-links .carousel .group {
    gap: 40px;
  }
  .footer-middle .footer-links .footer.links .argento-grid {
    gap: 6rem;
  }
  .cms-index-index .combined-header,
  .cms-index-index .banner-twee-header {
    font-size: 2.4rem;
  }
  .easyslide-swiper-assortiment-homepage-rk .swiper-slide {
    width: 308px;
  }
  .catalog-category-view .easycatalogimg-masonry.easycatalogimg-cols-4:not(:has(.item:nth-child(5))) .item {
    width: 299px;
  }
}
body {
  font-family: 'Inter', 'Inter Fallback', 'Inter Fallback Linux', sans-serif;
  --headings-color: initial;
}
input[type=email],
input[type=password],
input[type=text] {
  border-radius: 10px;
}
/* do not display the recaptcha on the fronted */
#recaptcha-invisible {
  visibility: hidden;
}
/* Hide jumbotron where container doesn't have chil element */
.jumbotron:not(:has(.container>:first-child)):has(.container:only-child) {
  display: none;
}
.item.product .action.tocart {
  line-height: 1;
}
.modal-content .product-info-main .fieldset:has(.field.qty) {
  flex-direction: column;
}
.easycatalogimg-listing .item {
  height: fit-content;
}
.image-block.element .picture img {
  border-radius: 10px;
}
div.hero .block-title {
  margin-bottom: 22px;
}
.pagebuilder-column-group,
.pagebuilder-column-line {
  --gap: 0;
}
.block-categories .block-title > .heading,
.block-categories .block-title > [role="heading"] {
  font-size: 2.75rem;
  word-break: break-word;
  line-height: 1;
}
.block-categories .block-title .subtitle {
  font-family: ui-serif, "Georgia,Cambria", "Times New Roman", "Times", serif;
  font-size: 1.75rem;
  font-weight: 400;
}
@font-face {
  font-family: 'Inter Fallback';
  src: local(Arial);
  size-adjust: 100%;
}
@font-face {
  font-family: 'Inter Fallback';
  font-weight: 500;
  src: local('Arial Bold');
  size-adjust: 100%;
}
@font-face {
  font-family: 'Inter Fallback';
  font-weight: 700;
  src: local('Arial Bold');
  size-adjust: 102.7%;
}
@font-face {
  font-family: 'Inter Fallback Linux';
  src: local('Liberation Sans');
  size-adjust: 106%;
}
@font-face {
  font-family: 'Inter Fallback Linux';
  font-weight: 500;
  src: local('Liberation Sans Bold');
  size-adjust: 100%;
}
@font-face {
  font-family: 'Inter Fallback Linux';
  font-weight: 700;
  src: local('Liberation Sans Bold');
  size-adjust: 102.7%;
}
header.page-header {
  background-image: linear-gradient(90deg, #0d1f3d 19.62%, #00358d 100%);
  border: 0;
}
header.page-header .panel.wrapper {
  background: #fff9f4;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
header.page-header .header.panel {
  overflow: hidden;
  justify-content: flex-start;
}
header.page-header .header.panel .header-cms-links .carousel {
  margin: 0 auto;
  max-width: 1300px;
  overflow: hidden;
  display: flex;
}
header.page-header .header.panel .header-cms-links .carousel .group {
  display: flex;
  gap: 20px;
  will-change: transform;
}
header.page-header .header.panel .header-cms-links .carousel .group span {
  font-size: 14px;
  width: max-content;
}
header.page-header .header.panel .header-cms-links .carousel .group span::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 8px;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url('data:image/svg+xml,<svg width="11" height="8" viewBox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.80158 8.00999L0 4.20841L0.950395 3.25802L3.80158 6.1092L9.92079 -0.0100098L10.8712 0.940385L3.80158 8.00999Z" fill="%23EF8C39"/></svg>');
}
header.page-header .navpro .parent > .level-top:before {
  background: transparent !important;
}
header.page-header .minicart-wrapper .action.showcart.active.active::before,
header.page-header .minicart-wrapper .action.showcart::before {
  --icon-cart-size: 32px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCA4Ljc4NzM2SDIwVjIwLjc4NzRINFY4Ljc4NzM2WiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTYgMTEuNzg3NFY2Ljc4NzM4QzE2IDQuNTc4MjUgMTQuMjA5MSAyLjc4NzM2IDEyIDIuNzg3MzZDOS43OTA4OCAyLjc4NzM2IDguMDAwMDMgNC41NzgyNSA4LjAwMDAzIDYuNzg3MzhWMTEuNzg3NCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
  height: var(--icon-cart-size);
  width: var(--icon-cart-size);
  transform: translateY(-2px);
  -webkit-mask-size: var(--icon-cart-size) var(--icon-cart-size);
}
.switcher .account-dropdown > .action::before {
  -webkit-mask: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDIwIDE5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjEwIiBjeT0iNSIgcj0iNCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMSAxOVYxOUMxIDE1LjY4NjMgMy42ODYyOSAxMyA3IDEzSDEzQzE2LjMxMzcgMTMgMTkgMTUuNjg2MyAxOSAxOVYxOSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
}
.switcher .wishlist-dropdown > .action::before {
  -webkit-mask: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMiIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDIyIDE4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yLjY5MDg3IDIuMjQzNjFDMS4wMzI3MyAzLjkwMTc2IDEuMDMyNzMgNi41OTAxNSAyLjY5MDg4IDguMjQ4MjlMMTAuOTQ3MSAxNi41MDQ4TDE5LjIwMzYgOC4yNDgzM0MyMC44NjE3IDYuNTkwMTkgMjAuODYxNyAzLjkwMTggMTkuMjAzNiAyLjI0MzY1QzE3LjU0NTQgMC41ODU1MDYgMTQuODU3IDAuNTg1NTA4IDEzLjE5ODkgMi4yNDM2NUwxMC45NDcyIDQuNDk1M0w4LjY5NTU1IDIuMjQzNjFDNy4wMzc0MSAwLjU4NTQ2MyA0LjM0OTAyIDAuNTg1NDY0IDIuNjkwODcgMi4yNDM2MVoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+');
}
.switcher .account-dropdown > .action::before,
.switcher .wishlist-dropdown > .action::before {
  background-color: #ffffff;
  mask-repeat: no-repeat;
  width: 28px;
  height: 28px;
  -webkit-mask-size: 28px 28px;
}
.nav-toggle::after {
  -webkit-mask: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1LjI1aDIwTTIgMTIuMjVoMjBNMiAxOS4yNWgxMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIuNSIvPjwvc3ZnPg');
  mask-repeat: no-repeat;
  color: #FFFFFF;
  width: 1.75rem;
  height: 1.75rem;
}
:where(.page-wrapper, .page-header) > .navigation-wrapper .navigation {
  padding: 0;
}
:where(.page-wrapper, .page-header) .switcher {
  margin: 0 .75rem;
}
@media only screen and (max-width: 989px) {
  header.page-header .header.panel .header-cms-links {
    padding-top: 0;
    padding-bottom: 0;
  }
  header.page-header .header.panel .header-cms-links .carousel > * {
    flex: 0 0 95%;
  }
  header.page-header .header.panel .header-cms-links .carousel .group {
    animation: scrollLeft 30s linear infinite;
  }
}
@media only screen and (max-width: 600px) {
  .switcher-wishlist,
  .switcher-account {
    display: none;
  }
  .switcher-wrapper {
    display: flex;
    justify-content: space-around;
    padding: 1rem 0rem;
    background: #ef8c39;
    color: #fff;
  }
  .switcher-wrapper span {
    font-weight: 700;
  }
}
@media only screen and (max-width: 989px) {
  .footer-middle .footer.links {
    justify-content: flex-start;
  }
  .footer-bottom .footer-bottom-wrapper {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  .footer-bottom .footer-bottom-wrapper .footer.links {
    padding: 1rem;
  }
}
.block-minicart .subtotal {
  text-align: initial;
}
.block.newsletter .action.subscribe {
  box-shadow: none;
}
.block.newsletter .action.subscribe:hover,
.block.newsletter .action.subscribe:active,
.block.newsletter .action.subscribe:focus {
  transform: none;
}
.product-image-wrapper {
  border-radius: 10px;
}
.product-image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.product-item-actions .actions-secondary > .action {
  overflow: clip;
}
.swiper-slide .product-image-wrapper {
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.1);
}
/* critical CSS for slider */
.easyslide-swiper-assortiment-homepage-rk {
  padding: 0 0 20px;
}
.easyslide-swiper-assortiment-homepage-rk .swiper-wrapper {
  display: flex;
  padding: 15px 0 0;
}
.easyslide-swiper-assortiment-homepage-rk .swiper-slide {
  margin-right: 15px;
}
.easyslide-swiper-assortiment-homepage-rk .swiper-slide .easyslide-description {
  padding: 15px 20px;
}
.easyslide-swiper-assortiment-homepage-rk .easyslide-background-light {
  background: rgba(239, 140, 57, 0.65);
  color: #000;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.easyslide-swiper-assortiment-homepage-rk .swiper-pagination-bullets {
  position: static;
  transform: none;
  padding: 30px 0 15px;
  gap: .5rem;
  justify-content: center;
}
.easyslide-swiper-assortiment-homepage-rk .swiper-pagination-bullets > .swiper-pagination-bullet {
  width: 4rem;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
}
.easyslide-swiper-assortiment-homepage-rk .swiper-pagination-bullets > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}
.easyslide-description > * {
  text-align: center;
  padding: 0 0 6px;
  font-size: 1.5rem;
  margin: 0;
}
.swiper-container .swiper-slide img {
  border-radius: 10px;
}
.swiper-slide .product-image-wrapper {
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .easyslide-swiper-assortiment-homepage-rk .swiper-pagination-bullets {
    display: flex;
    align-items: center;
  }
  .easyslide-swiper-assortiment-homepage-rk .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .easyslide-swiper-assortiment-homepage-rk .swiper-pagination-bullets > .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):first-child,
  .easyslide-swiper-assortiment-homepage-rk .swiper-pagination-bullets > .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):last-child {
    width: 2px;
    height: 2px;
  }
  .easyslide-swiper-assortiment-homepage-rk .swiper-pagination-bullets > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    background: #ef8c39;
  }
}
.cms-index-index {
  /* Green button */
}
.cms-index-index .easyslide-description .action {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.cms-index-index .easyslide-description p {
  text-align: left;
}
.cms-index-index .banner-twee {
  position: relative;
}
.cms-index-index .banners-onder-twee {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.cms-index-index .usp-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
  background-color: #fff;
  gap: 20px;
  /* Voeg een gap toe tussen de items */
  flex-wrap: wrap;
}
.cms-index-index .usp-section .usp-item {
  flex: 1 1 calc(5%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
  background: #FFF9F4;
  border-radius: 10px;
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  width: 100%;
  transition: background 1s ease, box-shadow 0.5s ease, transform 0.5s ease;
}
.cms-index-index .usp-section .usp-item a {
  text-decoration: none;
}
.cms-index-index .usp-section .usp-item a .icon-custom svg {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 10px;
}
.cms-index-index .usp-section .usp-item a .icon-custom svg path {
  fill: #EF8C39;
}
.cms-index-index .usp-section .usp-item a .usp-text h4 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 5px 0;
}
.cms-index-index .usp-section .usp-item a .usp-text p {
  font-size: 14px;
  color: #666;
}
.cms-index-index .usp-section .usp-item:hover,
.cms-index-index .usp-section .usp-item:focus {
  cursor: pointer;
  background: linear-gradient(to left, #0d1f3d 19.62%, #00358d 100%) right;
  background-position: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  /* Subtiele verhoging bij hover */
}
.cms-index-index .usp-section .usp-item:hover .usp-text h4,
.cms-index-index .usp-section .usp-item:focus .usp-text h4,
.cms-index-index .usp-section .usp-item:hover .usp-text p,
.cms-index-index .usp-section .usp-item:focus .usp-text p {
  color: #fff;
}
.cms-index-index .usp-section .usp-item:hover .icon-custom svg path,
.cms-index-index .usp-section .usp-item:focus .icon-custom svg path {
  fill: #ffffff;
}
.cms-index-index .banners-vier {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
  margin-bottom: 20px;
}
.cms-index-index .banners-vier > div {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.1);
  flex: 1 1 calc(25% - 20px);
  margin-bottom: 20px;
}
.cms-index-index .banner-vier img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.cms-index-index .banner-vier::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 120%);
  pointer-events: none;
}
.cms-index-index .banner-vier-text,
.cms-index-index .banner-twee-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF9F4;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 1;
}
.cms-index-index .banner-vier-header,
.cms-index-index .banner-twee-header {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}
.cms-index-index .banner-container-homepagina {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cms-index-index .banner-image-homepagina {
  margin-bottom: 20px;
}
.cms-index-index .banner-image-homepagina,
.cms-index-index .banner-video-homepagina,
.cms-index-index .banner-twee {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.1);
  flex: 1;
}
.cms-index-index .banner-image-homepagina::after,
.cms-index-index .banner-video-homepagina::after,
.cms-index-index .banner-twee::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 120%);
  pointer-events: none;
}
.cms-index-index .banner-image-homepagina img,
.cms-index-index .banner-video-homepagina img,
.cms-index-index .banner-twee img,
.cms-index-index .banner-image-homepagina video,
.cms-index-index .banner-video-homepagina video,
.cms-index-index .banner-twee video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.cms-index-index .banner-text,
.cms-index-index .banner-text-homepagina {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  color: #FFF9F4;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  z-index: 1;
  /* Ensure the text appears above the gradient */
}
.cms-index-index .combined-header {
  line-height: 1.4;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}
.cms-index-index .combined-header .text-header {
  color: #FFF9F4;
}
.cms-index-index .combined-header .text-subheader {
  color: #EF8C39;
  display: block;
}
.cms-index-index .text-details {
  font-size: 0.8em !important;
  /* Smaller text size */
}
.cms-index-index .green-button.custom-hover {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #33C61B;
  color: #FFF9F4;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 2;
  /* Ensure the button appears above other elements */
}
.cms-index-index .green-button.custom-hover:hover,
.cms-index-index .green-button.custom-hover:focus {
  background-color: #EF8C39;
  transform: translateY(-4px);
  color: #FFF9F4 !important;
  text-decoration: none !important;
}
.cms-index-index .green-button.custom-hover:hover::before,
.cms-index-index .green-button.custom-hover:focus::before {
  color: #FFF9F4;
  text-decoration: none !important;
}
.cms-index-index .green-button.custom-hover::before {
  content: '>';
  font-size: 2em;
  color: #FFF9F4;
  text-decoration: none;
}
.cms-index-index .image-block.element .info p.text {
  font-size: 1.6rem;
}
@media only screen and (max-width: 500px) {
  .cms-index-index .page-main {
    padding: 0 1rem !important;
  }
  .cms-index-index .usp-section {
    flex-direction: column;
    align-items: center;
  }
  .cms-index-index .usp-section .usp-item {
    flex: 1 1 100%;
    /* Onder elkaar */
  }
  .cms-index-index .banners-vier {
    flex-wrap: wrap;
  }
  .cms-index-index .banners-vier .banner-vier {
    flex: 1 1 100%;
    margin-bottom: 0px !important;
    aspect-ratio: 2.47;
  }
  .cms-index-index .banners-vier .banner-vier .banner-vier-header {
    font-size: 1.4em;
  }
  .cms-index-index .banners-vier .banner-vier img {
    object-fit: cover;
    object-position: top;
    /* Toon de bovenkant van de afbeelding */
  }
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .cms-index-index .banner-vier-header,
  .cms-index-index .banner-twee-header {
    font-size: 2rem;
  }
  .cms-index-index .banners-vier {
    flex-direction: row;
  }
  .cms-index-index .banners-vier .banner-vier {
    flex: 1 1 calc(50% - 10px);
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-index-index .banner-vier a,
  .cms-index-index .banner-twee a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
  }
  .cms-index-index .green-button.custom-hover {
    display: none;
  }
  .cms-index-index .banners-onder-twee {
    flex-direction: column;
  }
  .cms-index-index .banner-image-homepagina,
  .cms-index-index .banner-video-homepagina {
    position: relative;
  }
  .cms-index-index .banner-image-homepagina a,
  .cms-index-index .banner-video-homepagina a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
  }
  .cms-index-index .banner-text,
  .cms-index-index .banner-text-homepagina {
    padding: 10px;
  }
  .cms-index-index .green-button.custom-hover {
    width: 50px;
    height: 50px;
    bottom: 12px;
    right: 12px;
  }
  .cms-index-index .green-button.custom-hover::before {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 1024px) {
  .cms-index-index .usp-item {
    flex: 1 1 calc(50% - 20px);
    /* Twee kolommen */
  }
  .cms-index-index .banner-vier-header {
    font-size: 1.4em;
  }
  .cms-index-index .text-details {
    font-size: 0.7em !important;
    /* Adjust text size for iPad */
  }
}
.catalog-category-view .breadcrumbs ul {
  border-bottom: 1px solid #e6e6e6;
}
.catalog-category-view .category-image {
  border-radius: 10px;
  overflow: clip;
}
.catalog-category-view .easycatalogimg-masonry.easycatalogimg-cols-4:not(:has(.item:nth-child(5))) {
  align-items: flex-start;
  display: flex;
}
.catalog-category-view .easycatalogimg-masonry.easycatalogimg-cols-4:not(:has(.item:nth-child(5))).swiper-wrapper {
  flex-wrap: nowrap;
}
.catalog-category-view .easycatalogimg {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
.catalog-category-view .easycatalogimg .easycatalogimg-listing {
  display: flex;
}
.catalog-category-view .easycatalogimg:has(.swiper-button-disabled + .swiper-button-disabled) .swiper-button-disabled {
  visibility: hidden;
}
.catalog-category-view .easycatalogimg .easycatalogimg-listing:not(.swiper-wrapper) .item:nth-child(n + 3) {
  display: none;
}
.catalog-category-view .easycatalogimg .item {
  padding: 0;
}
.catalog-category-view .toolbar-products .toolbar-filter {
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-category-view .toolbar-products .toolbar-filter button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: capitalize;
  border-radius: 3px;
  padding: .65rem 2rem;
}
.catalog-category-view .toolbar-products .toolbar-filter button > i {
  font-style: normal;
}
.catalog-category-view .custom-price__wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
}
.catalog-category-view .custom-price__wrapper .price-box {
  order: 0;
  margin: 0;
}
.product-item-details .price-box,
.product-item-details .custom-price__wrapper {
  display: inline-block;
}
.product-item-details .estimated-delivery-date {
  margin-bottom: .5rem !important;
}
.product-item-details .price-box {
  order: 0 !important;
}
.page-main .category-view {
  margin: 2rem 0 2rem;
}
.page-main .filter .swatch-attribute-options {
  display: flex;
  flex-direction: column;
}
.page-main .filter .swatch-attribute-options .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.page-main .filter .swatch-attribute-options .swatch-option-link-layered .swatch-option {
  border-radius: 4px;
  padding: 20px 2px;
  min-width: calc(43%);
}
.page-main .filter .swatch-attribute-options .swatch-option-link-layered:before {
  content: attr(aria-label);
}
.amshopby-button {
  border-color: #ef8c39;
}
.filter-options-item .filter-options-content .range {
  margin-top: 0;
}
@media only screen and (max-width: 760px) {
  .block.filter.filter-no-options .filter-title::before {
    display: none;
  }
  .block.filter:not(.active) .filter-title strong {
    padding: 10px;
    background-color: #ef8c39;
  }
  .block.filter:not(.active) .filter-title strong::before {
    width: 20px;
    height: 20px;
  }
  .easycatalogimg-masonry.easycatalogimg-cols-4:not(:has(.item:nth-child(5))) .item {
    width: 197px;
  }
}
.page-product-configurable .mageants .disabledate:not([style]) {
  display: none;
}
.catalog-product-view .product-info-wrapper {
  margin-top: 3rem;
}
.product-info-main .product-add-form div.mage-error {
  position: absolute;
  background: #fff;
  width: 100%;
  min-width: 255px;
  padding: .75rem;
  box-shadow: 0 0 4px 0px #e02b27;
  border-radius: 6px;
  z-index: 99;
}
.product-info-main .product-add-form > form {
  display: grid;
}
.product-info-main .product-add-form .box-tocart {
  order: 1;
}
.product-info-main .estimateddate .date {
  color: #0d924a;
}
.product-info-main .estimated-delivery-date button::before {
  content: none;
}
.product-social-links .product-addto-links {
  width: 100%;
}
.product-social-links .product-addto-links > a {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-family: Inter, 'Inter Fallback', 'Inter Fallback Linux', sans-serif;
  font-weight: 600;
  font-size: .875rem;
  padding: .5rem;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.field.qty .label {
  font-weight: bold;
}
.field.qty .input-text.qty {
  border: 1px solid #111827;
  border-radius: 10px;
  font-family: Inter, 'Inter Fallback', 'Inter Fallback Linux', sans-serif;
  font-size: 16px;
  text-align: center;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 2.5rem;
  font-weight: bold;
}
.product-options-bottom .price-box .price-label,
.product-info-price .price-box .price-label,
.product-options-bottom .price-box .msrp-message,
.product-info-price .price-box .msrp-message {
  display: none;
}
.product-options-bottom .price-box .special-price,
.product-info-price .price-box .special-price {
  --danger-color: #000;
}
.product-options-wrapper .swatch-option {
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
  height: 4rem;
  margin-bottom: 0;
  margin-right: 0;
  min-width: 4rem;
}
.product-options-wrapper .swatch-option.text {
  font-size: 1.6rem;
  line-height: 4rem;
}
.product-options-wrapper .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.product-info-main .page-title-wrapper .page-title {
  font-size: 2.5rem;
  line-height: 1.2;
}
.product-info-main .product-info-stock-sku {
  margin: 1.5rem 0;
}
.product-info-main .amstockstatus-status-container.available .amstockstatus {
  color: #28d12f;
}
.product-info-main .product-info-price .price-box {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.product-info-main .product-info-price .price-box .old-price {
  order: -1;
}
.product-info-main .product-info-price .price-box .old-price .price-wrapper .price {
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
.product-info-main .product-info-price .price-box .old-price .price-wrapper .price::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: currentColor;
  top: calc(49%);
  transform: rotate(-9deg);
}
.product-info-main .estimatedDeliveryDate p:last-child {
  margin-bottom: 0;
}
.product-info-main .table-pricecalculator {
  padding: 10px;
  border-radius: 10px;
  border-collapse: separate;
}
.product-info-main .fieldset:has(.field.qty) {
  align-items: flex-start;
}
.box-tocart .action.tocart {
  width: 100%;
  font-size: 2rem;
  line-height: 1.5;
  background: #22b164;
  border-color: #22b164;
}
@media only screen and (max-width: 767px) {
  .product-info-main .fieldset:has(.field.qty) {
    display: grid;
  }
  .product-info-main .message.success .delivery-date-label:before {
    top: 50%;
  }
  .catalog-product-view .jumbotron {
    padding-top: 0;
  }
  .catalog-product-view .jumbotron.jumbotron-top > .container {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "media" "main";
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .catalog-product-view .product.media {
    order: 0 !important;
    grid-area: media;
  }
  .catalog-product-view .product-info-main {
    display: contents;
    grid-area: main;
  }
  .catalog-product-view .page-title-wrapper {
    grid-area: title;
  }
  .field.qty .input-text.qty {
    min-height: 3.25rem;
  }
}
#product\.info\.description {
  max-height: 24rem;
  overflow: clip;
  position: relative;
}
#product\.info\.description.has-something-to-show {
  cursor: pointer;
}
#product\.info\.description.has-something-to-show::after {
  background: linear-gradient(to bottom, transparent, #ffffff 6rem);
  bottom: 0;
  content: attr(data-show-more);
  display: block;
  font-weight: bold;
  padding: 8rem 0 2rem;
  position: absolute;
  text-align: center;
  width: 100%;
}
#product\.info\.description.showing {
  max-height: none;
}
#product\.info\.description.shown {
  max-height: none;
  overflow: visible;
}
#product\.info\.description > p:has([data-id="show-less"]) {
  clear: both;
  margin-top: 1rem;
  text-align: center;
}
#product\.info\.description > p:has([data-id="show-less"]) a {
  color: currentColor;
  font-weight: bold;
}
.product.info.detailed #review-form,
.product.info.detailed .no-reviews,
.product.info.detailed .additional-attributes-wrapper,
.product.info.detailed #askit-new-question-form,
.product.info.detailed .askit-items > .askit-item {
  border-radius: 10px;
}
.product.info.detailed .tabs-toolbar-item {
  font-weight: bold;
}
.checkout-cart-index .table-caption {
  transform: none;
}
.checkout-cart-index #shopping-cart-table .table-caption {
  display: none;
}
.form-login:has(.fieldset + :is([style*="display: none"], [style*="display:none"])) {
  margin-bottom: -22px;
}
.easycatalogimg-masonry .item {
  background-color: #fff9f4;
  border-radius: 10px;
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.1);
}
.easycatalogimg a {
  color: #000;
}
.easycatalogimg img {
  border-radius: 10px;
}
.enhanced-privacy-cookie-policy {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  z-index: 99;
}
.page-header .amsearch-wrapper-block {
  order: 100;
  display: none;
}
.-opened.page-header .amsearch-wrapper-block {
  display: inline-block;
}
.page-header .amsearch-button.-loupe-trigger {
  filter: invert(1);
  margin: -5px 0 0 12px;
  background-size: 32px;
  width: 32px;
  height: 32px;
}
.page-header .amsearch-button.-loupe-trigger:hover,
.page-header .amsearch-button.-loupe-trigger:active,
.page-header .amsearch-button.-loupe-trigger:focus {
  transform: none;
}
.amsearch-input-wrapper .amsearch-input {
  border-radius: 28px;
  height: 56px;
  padding: 0 56px 0 18px;
}
.amsearch-input-wrapper .amsearch-button.-loupe,
.amsearch-input-wrapper .amsearch-button.-close {
  right: 18px;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding: 0 56px;
}
.amsearch-button.-loupe {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0gMTQuODM2NCw0Ljk0NTQgYyAyLjczMTMsMi43MzEzMSAyLjczMTMsNy4xNTk2IDAsOS44OTA5IC0yLjczMTMsMi43MzEzIC03LjE1OTYzLDIuNzMxMyAtOS44OTA5NCwwIC0yLjczMTMsLTIuNzMxMyAtMi43MzEzLC03LjE1OTU5IDAsLTkuODkwOSAyLjczMTMxLC0yLjczMTMgNy4xNTk2NCwtMi43MzEzIDkuODkwOTQsMCB6IiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIvPjxsaW5lIHgxPSIxNC41MDE1IiB5MT0iMTQuNTAxNiIgeDI9IjIwLjUwMTQ5OSIgeTI9IjIwLjUwMTYiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+');
  background-size: 28px;
  width: 28px;
  height: auto;
}
.amsearch-loader-block {
  top: 20px;
}
