*,
::before,
::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  min-height: 100vh;
  direction: ltr;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr[title] {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: 500;
}
code,
kbd,
samp,
pre {
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
:where(input:not([type=range])),
optgroup,
select,
textarea {
  font-family: inherit;
  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.25rem;
}
[type=radio] {
  border-radius: 100%;
}
[type=checkbox]:focus-visible,
[type=radio]:focus-visible {
  box-shadow: 0 0 0 2px rgb(var(--base-bg)), 0 0 0 4px rgb(var(--checkbox-color));
}
[type=file] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
.filter-options-item.inactive .filter-options-content {
  max-height: 0;
  overflow: hidden;
}
:root {
  --ajaxpro-quick-view-position: actions;
}
.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;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 80px;
  margin: 0 0 2rem;
}
.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;
}
.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;
}
.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 [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 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  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 .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: 10px;
  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: 12px;
  height: 12px;
}
.breeze-gallery:not(.opened) .thumbnails.dots .item::after {
  background: #e6e6e6;
  inset: 0;
}
.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 {
  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(56.25%);
}
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-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;
}
.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-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.breeze .slick-list:focus-visible {
  outline-offset: -4px;
}
.breeze .slick-list > div {
  flex-shrink: 0;
}
.breeze .slick-dots {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.breeze .slick-dots li {
  z-index: 5;
}
.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 {
    gap: 5px;
  }
  .breeze div[data-content-type='slider'].containered .slick-list::before,
  .breeze div[data-content-type='slider'].containered .slick-list::after {
    content: '';
    width: 1000px;
    flex-shrink: 0;
  }
  .breeze div[data-content-type='slider'].containered:not(.slick-initialized) {
    gap: 5px;
    scroll-snap-type: x mandatory;
  }
  .breeze div[data-content-type='slider'].containered:not(.slick-initialized)::before {
    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);
  }
}
.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;
}
.block-swissup-ajaxsearch .input-text {
  left: auto;
  right: auto;
  background: rgba(var(--input-bg), var(--input-bg-alpha));
  border-radius: 0.25rem;
}
.block-swissup-ajaxsearch .input-inner-wrapper {
  position: relative;
}
.block-swissup-ajaxsearch .actions .action.close {
  text-align: center;
  cursor: pointer;
  display: flex;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.page-wrapper > #swissup-ajaxsearch-filter-category,
.swissup-ajaxsearch-filter-category-wrapper {
  display: none;
}
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;
  flex-wrap: wrap;
  margin: 0;
  --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(50% - 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% / 3 - var(--item-margin) * 2);
  }
  .easycatalogimg-grid.easycatalogimg-cols-4 .item {
    width: calc(100% / 4 - var(--item-margin) * 2);
  }
  .easycatalogimg-grid.easycatalogimg-cols-5 .item,
  .easycatalogimg-grid.easycatalogimg-cols-6 .item {
    width: calc(100% / 4 - var(--item-margin) * 2);
  }
}
@media (min-width: 1024px) {
  .easycatalogimg-grid.easycatalogimg-cols-5 .item {
    width: calc(100% / 5 - var(--item-margin) * 2);
  }
  .easycatalogimg-grid.easycatalogimg-cols-6 .item {
    width: calc(100% / 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;
}
.easycatalogimg img {
  border-radius: 0.25rem;
}
.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;
  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;
}
.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] {
  display: none !important;
}
@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: 100%;
  }
}
.product.data.items.expanded > .title h2 {
  font-size: 2.75rem;
  line-height: 3rem;
  font-weight: 700;
  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: 100%;
    padding: 1rem 0;
  }
}
.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;
  margin: 0 auto;
}
.cookie-bar .cookie-bar-text {
  max-width: 800px;
}
.cookie-bar .cookie-bar-text > h3 {
  margin-top: 0;
}
.cookie-bar .cookie-bar-buttons {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  column-gap: 15px;
  row-gap: 12px;
}
.cookie-bar .cookie-bar-buttons a {
  color: rgba(var(--link-color, 136, 136, 136), var(--link-alpha, 1));
  text-decoration: underline;
}
.cookie-bar .cookie-bar-buttons a:hover {
  text-decoration: none;
}
.cookie-bar-mode-full {
  top: 0;
  bottom: 0;
  left: 0;
  width: 420px;
  max-width: 92%;
  padding: 15px 10px 15px 20px;
}
.cookie-bar-mode-full .cookie-bar-text {
  padding-right: 10px;
  max-height: calc(100vh - 35px);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.cookie-bar-mode-full .cookie-bar-buttons {
  justify-content: flex-end;
}
.cookie-bar-mode-full .cookie-bar-buttons > * {
  margin-left: 12px;
}
.cookie-bar ~ .cookie-wall {
  z-index: 898;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(var(--z-overlay-bg, 0, 0, 0), var(--z-overlay-bg-alpha, .8));
}
@keyframes gdpr-loading {
  50% {
    opacity: .8;
  }
}
.cookie-buttons {
  margin: 15px 0 15px;
  text-align: right;
}
.cookie-buttons button {
  margin-left: 10px;
  margin-bottom: 5px;
}
.cookie-buttons button.gdpr-loading {
  animation: gdpr-loading 0.7s infinite;
}
.cookie-group {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 5px 12px 12px;
  border: 1px solid rgba(var(--base-color, 238, 238, 238), var(--divider-alpha, .1));
  border-radius: 4px;
}
.cookie-groups {
  clear: both;
  width: 100%;
}
.cookie-group:last-child {
  margin-bottom: 0;
}
.cookie-group-heading {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.cookie-group .h3 {
  font-weight: normal;
  margin: 0;
  flex-grow: 1;
}
.cookie-group-description {
  margin-bottom: 10px;
}
.cookie-group-toggler {
  box-sizing: content-box;
  margin: 0 10px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 9999px;
  background: rgba(var(--brand-color, 150, 150, 150), .3);
  height: 20px;
  width: 40px;
  transition: 200ms background ease-in-out;
}
.cookie-group-toggler span:first-child {
  display: block;
  background: rgba(var(--base-bg, 255, 255, 255), var(--base-bg-alpha, 1));
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transform: translateX(0);
  transition: 200ms transform ease-in-out;
}
.cookie-group-toggler.active {
  background: rgba(var(--brand-color, 150, 150, 150), var(--brand-alpha, 1));
}
.cookie-group-toggler.active span:first-child {
  transform: translateX(20px);
}
.cookie-group-toggler-message {
  font-size: .9em;
  color: rgba(var(--base-color, 119, 119, 119), var(--muted-alpha, .6));
  pointer-events: none;
  position: absolute;
  white-space: nowrap;
  right: 65px;
  background: rgba(var(--base-bg, 255, 255, 255), var(--base-bg-alpha, 1));
  padding: 4px 6px;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.cookie-group-toggler-message:empty {
  display: none;
}
.cookie-list-caption {
  color: rgba(var(--link-color, 119, 119, 119), var(--link-alpha, 1));
  cursor: pointer;
}
.cookie-list-caption.hide {
  display: none;
}
.cookie-list-caption:hover {
  text-decoration: underline;
}
.cookie-list-toggler {
  display: none !important;
}
.cookie-list-toggler:checked ~ .show {
  display: none !important;
}
.cookie-list-toggler:checked ~ .hide {
  display: block !important;
}
.cookie-list-toggler:checked ~ table {
  display: table;
}
.cookie-list table {
  display: none;
  table-layout: fixed;
  word-wrap: break-word;
  margin-top: 10px !important;
  font-size: .9em;
}
.cookie-list table .cookie-name {
  width: 27%;
}
.cookie-list table .cookie-description {
  width: 73%;
}
.block-accepted-consents .consent-form-title {
  font-weight: bold;
  display: block;
  margin: 10px 0;
}
.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: 16px;
  height: 12px;
  vertical-align: middle;
  margin-top: -3px;
  fill: currentColor;
}
.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;
  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;
}
.products-grid .hover-image-container,
.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;
  text-align: center;
}
.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;
}
.knowledge_base-index-index .back-root,
.knowledge_base-faq-view .back-root {
  display: inline-block;
  background: #eee;
  border: 1px solid #ddd;
  margin-top: 10px;
  padding: 4px 6px;
  border-radius: 2px;
  color: #777777;
  transition: all 0.1s ease-in-out;
}
.knowledge_base-index-index .back-root:hover,
.knowledge_base-faq-view .back-root:hover {
  text-decoration: none;
  background: #ddd;
  border-color: #ccc;
}
.knowledge_base-index-index .content-border-bottom,
.knowledge_base-faq-view .content-border-bottom {
  border-bottom: 1px solid #d3d3d3;
  margin-top: 20px;
  margin-bottom: 20px;
}
.knowledge_base-index-index .content-border-bottom:last-child,
.knowledge_base-faq-view .content-border-bottom:last-child {
  border: none;
}
.knowledge_base-index-index .page-main .empty,
.knowledge_base-faq-view .page-main .empty {
  padding: 20px;
  margin-bottom: 40px;
  font-size: 1.2em;
}
/* loader */
.swissup-knowledge-base-loader {
  position: absolute;
  border: 2px solid #d3d3d3;
  /* Light grey */
  border-top: 2px solid #999999;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin .5s linear infinite;
  z-index: 11;
  left: 49%;
  top: 49%;
  transform: translate(-50%, 50%);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 320px) {
  .knowledge_base-index-index .nav-sections {
    margin-bottom: 0;
  }
  .knowledge_base-index-index .page-main {
    max-width: none;
    padding: 0;
    background: #833ab4;
    background: linear-gradient(180deg, #999999 0%, #cccccc 145px, rgba(255, 255, 255, 0) 400px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .knowledge_base-index-index .page-main .page-title-wrapper {
    text-align: center;
    margin-top: 80px;
  }
  .knowledge_base-index-index .page-main .page-title-wrapper .page-title {
    color: #ffffff;
    text-shadow: 5px 0 5px rgba(0, 0, 0, 0.5);
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container {
    max-width: 1280px;
    margin: 0 auto;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .search-panel {
    width: calc(90% - 2px);
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .search-panel .form-control {
    font-size: 20px;
    box-sizing: border-box;
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.1), -3px 0px 3px rgba(0, 0, 0, 0.1);
    color: #444444;
    padding: 20px;
    transition: all 0.2s ease-in-out;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 10px 52%;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .search-panel .form-control::placeholder {
    color: #777777;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing {
    min-height: calc(50vh + 50px);
    padding-top: 20px;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .search-result {
    padding: 10px;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .search-result .title {
    text-decoration: underline;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .search-result ul > li {
    list-style: none;
    counter-increment: li;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .search-result ul > li > a {
    font-size: 1.2em;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .search-result ul > li > a:hover {
    text-decoration: none;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .search-result ul > li > a:hover label {
    cursor: pointer;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .search-result ul > li::before {
    content: counter(li) ".";
    display: inline-block;
    margin-right: 3px;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .categories-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .categories-list > li {
    list-style: none;
    width: calc(90% - 2px);
    padding: 20px;
    text-align: center;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .categories-list > li a {
    font-size: 18px;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .categories-list > li .category-articles {
    border-bottom: 1px solid #bfbfbf;
    text-align: right;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .categories-list > li > ul > li {
    list-style: none;
    text-align: left;
    counter-increment: li;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .categories-list > li > ul > li a {
    font-size: 1.5rem;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .categories-list > li > ul > li a label {
    cursor: pointer;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .categories-list > li > ul > li::before {
    content: counter(li) ".";
    display: inline-block;
    margin-right: 3px;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #d3d3d3;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts {
    background: #fcfcfc;
    padding: 5%;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .title {
    display: initial;
    margin-bottom: 1em;
    text-align: center;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .title .pre-title {
    color: #777777;
    font-size: 1.2em;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .title h3 {
    font-size: 2.3rem;
    font-weight: bold;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .content .email,
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .content .phone {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 2px;
    color: #000;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 15px;
    line-height: 50px;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 30px;
    opacity: .6;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .content .email:hover,
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .content .phone:hover {
    text-decoration: underline;
    opacity: .8;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .content .or,
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .content .livechat {
    align-self: center;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .content .email {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iNCIvPjxwYXRoIGQ9Ik0xNiAxMnYxYTMgMyAwIDAgMCA2IDB2LTFhMTAgMTAgMCAxIDAtMy45MiA3Ljk0Ii8+PC9zdmc+');
    background-position: left;
    background-size: 25px;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .content .phone {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjA1IDVBNSA1IDAgMCAxIDE5IDguOTVNMTUuMDUgMUE5IDkgMCAwIDEgMjMgOC45NG0tMSA3Ljk4djNhMiAyIDAgMCAxLTIuMTggMiAxOS43OSAxOS43OSAwIDAgMS04LjYzLTMuMDcgMTkuNSAxOS41IDAgMCAxLTYtNiAxOS43OSAxOS43OSAwIDAgMS0zLjA3LTguNjdBMiAyIDAgMCAxIDQuMTEgMmgzYTIgMiAwIDAgMSAyIDEuNzIgMTIuODQgMTIuODQgMCAwIDAgLjcgMi44MSAyIDIgMCAwIDEtLjQ1IDIuMTFMOC4wOSA5LjkxYTE2IDE2IDAgMCAwIDYgNmwxLjI3LTEuMjdhMiAyIDAgMCAxIDIuMTEtLjQ1IDEyLjg0IDEyLjg0IDAgMCAwIDIuODEuN0EyIDIgMCAwIDEgMjIgMTYuOTJ6Ii8+PC9zdmc+');
    background-position: left;
    background-size: 25px;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .content .or {
    margin-bottom: 1em;
    font-weight: bold;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .content .livechat {
    color: #ffffff;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    background-color: #1979c3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlPSIjRkZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgMTh2LTZhOSA5IDAgMCAxIDE4IDB2NiIvPjxwYXRoIGQ9Ik0yMSAxOWEyIDIgMCAwIDEtMiAyaC0xYTIgMiAwIDAgMS0yLTJ2LTNhMiAyIDAgMCAxIDItMmgzek0zIDE5YTIgMiAwIDAgMCAyIDJoMWEyIDIgMCAwIDAgMi0ydi0zYTIgMiAwIDAgMC0yLTJIM3oiLz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: 12px 50%;
    background-size: 30px;
    padding: 15px 30px 15px 50px;
    display: block;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .content .livechat:hover {
    background-color: #1994c3;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .toolbar {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .toolbar .limiter {
    display: flex;
    align-items: center;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .faq-common {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 2vw;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .faq-common .faq-main {
    width: calc(100% - 2px);
    margin: 0 auto;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .faq-common .faq-main .faq-content {
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .faq-common .faq-main .faq-content .faq-question {
    margin-left: 2vw;
    counter-increment: a;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .faq-common .faq-main .faq-content .faq-question::before {
    content: counter(a) ".";
    display: inline-block;
    margin-right: 3px;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .faq-common .faq-main .faq-content .faq-question .panel-title {
    margin-bottom: .8vw;
    display: contents;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .faq-common .faq-main .faq-content .faq-question .panel-title a.panel-title-url {
    font-size: 1.2em;
    cursor: pointer;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .faq-common .faq-main .faq-content .faq-question .panel-title a.panel-title-url label {
    cursor: pointer;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .faq-common .faq-main .faq-content .faq-question .sliceFAQ .panel-content {
    text-indent: 1.5em;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .faq-common .faq-main .faq-content .faq-question .panel-content {
    margin-left: 1.5vw;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: calc(1% - 10px);
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .faq-common .faq-main .faq-content .faq-question .panel-content p {
    margin-bottom: 0;
    text-indent: 1.5em;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .faq-common .faq-main .limiter,
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .faq-common .faq-main .hidden {
    display: none;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .faq-common .faq-main .pages strong.page {
    background: none;
    font-size: 1.6rem;
    color: #555;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .faq-common .faq-main .fade-box-toggle {
    cursor: pointer;
    color: #1b79c3;
    font-size: 1em;
    float: right;
  }
}
@media (min-width: 768px) {
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .search-panel {
    width: calc(50% + 2px);
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .categories-list {
    flex-direction: row;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .categories-list > li {
    width: calc(30% - 20px);
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .content {
    display: flex;
    flex-direction: row;
  }
  .knowledge_base-index-index .page-main .swissup-knowledge-base-container .category-listing .faq-sidebar .faq-contacts .content .livechat.button {
    position: absolute;
    bottom: 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: inherit;
  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: 12px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding-top: 0;
}
.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding-left: 0;
  padding-right: 0;
}
.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > .navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-left .ui-menu-item {
  text-align: right;
}
.rtl .dropdown-left .ui-menu-item {
  text-align: left;
}
.navpro .li-item.navpro-shop-all {
  font-weight: bold;
}
.navpro .navpro-a-with-thumbnail {
  max-height: 130px;
  overflow: hidden;
}
@media (min-width: 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: 20px;
}
.rtl .navpro-dropdown .children .parent > a {
  padding: 0.25rem 0.5rem;
  padding-left: 20px;
}
.navpro-dropdown > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > a:has(+ .navpro-dropdown-expanded) {
  font-weight: bold;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.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: 0.625rem !important;
}
.navpro .caret-hidden > a.level-top::before,
.navpro .caret-hidden > a.level-top > .navpro-icon-caret::before {
  display: none !important;
}
.navpro-icon-caret::before,
.navpro .parent > a::before {
  content: '';
  position: absolute;
  right: 1px;
  top: calc(50% - 10px);
  transform: rotate(-90deg);
  opacity: 0.8;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 12px 12px;
  width: 20px;
  height: 20px;
}
.rtl .navpro-icon-caret::before,
.rtl .navpro .parent > a::before {
  left: 1px;
  right: auto;
  transform: rotate(90deg);
}
.navpro.navpro .parent > a:has(.navpro-icon-caret)::before {
  display: none !important;
}
.navpro.navpro .parent.ui-menu-item > a::before {
  display: none !important;
}
.caret-bottom a.level-top > .navpro-icon-caret::before,
.caret-bottom .parent > a.level-top::before {
  top: auto;
  right: auto;
  left: calc(50% - 8px);
  bottom: 5px;
}
.navpro.navpro .caret-hidden .level0 > .level-top {
  padding: 0.625rem !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: 0.625rem;
  padding-bottom: 1.5rem;
}
@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: 12px 12px;
  }
  .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: #000000;
}
.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: #000000;
    border-color: #000000;
    color: #eaeaea;
  }
  .navpro.navpro-theme-dark-bar .navpro-dropdown h3,
  .navpro.navpro-theme-dark-bar .navpro-dropdown .children a,
  .navpro.navpro-theme-dark-bar .navpro-dropdown .children .parent > a {
    color: #eaeaea;
  }
}
.navpro-theme-flat {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background: #fafafa;
}
.navpro-theme-flat.navpro .children > li > a,
.navpro-theme-flat.navpro .level0 > .level-top {
  color: #666;
}
.navpro-theme-flat.navpro .level0 > .level-top,
.navpro-theme-flat.navpro .level0.active > .level-top,
.navpro-theme-flat.navpro .level0.has-active > .level-top {
  border-top: 1px solid #e0e0e0;
}
.navpro-theme-flat.navpro .level0:first-child > .level-top {
  border: none;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0 {
  border: 1px solid #e0e0e0;
  border-width: 0 0 0 1px;
  margin: 0 0 0 -1px;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0:first-child {
  border-width: 0;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0 > .level-top {
  border: 0;
}
.navpro.navpro-theme-compact {
  font-size: .9em;
}
.navpro.navpro-theme-compact.navpro .caret-hidden > a.level-top {
  padding: 4px 5px !important;
}
.navpro.navpro-theme-compact.navpro .level0 > .level-top {
  padding: 4px 5px;
  color: #333333;
}
.navpro.navpro-theme-compact.navpro .level0.parent > .level-top {
  padding-right: 20px;
}
.rtl .navpro.navpro-theme-compact.navpro .level0.parent > .level-top {
  padding: 4px 5px;
  padding-left: 20px;
}
.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: 0.625rem;
}
.navpro.navpro .level0.parent > .level-top {
  padding-right: 1.5rem;
}
.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-product-image-labels,
.prolabels-content-labels {
  display: none;
}
/* Fotorama fullscreen hide labels */
.fotorama--fullscreen .prolabels-wrapper .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 .control:has(> .input-text.qty) {
  padding-left: 20px;
  padding-right: 20px;
}
.qty-dropdown .qty {
  min-width: 62px;
  padding: 0.625rem 0.875rem;
}
.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 {
  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.25rem;
  display: inline-flex !important;
  position: relative;
  top: 6px;
  left: -6px;
}
.qty-dropdown .trigger::after {
  display: inline-block;
}
.block-swissup-social-login .buttons {
  padding: 0;
  margin: 0 0 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.block-swissup-social-login .buttons li {
  box-sizing: border-box;
  list-style: none;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  line-height: 20px;
}
.block-swissup-social-login .buttons li.twitter a {
  background-color: #26c4f1;
}
.block-swissup-social-login .buttons li.twitter a:hover {
  background-color: #0eaad6;
}
.block-swissup-social-login .buttons li.twitter a .icon {
  background-color: false;
}
.block-swissup-social-login .buttons li.google a {
  background-color: #4285f4;
}
.block-swissup-social-login .buttons li.google a:hover {
  background-color: #1266f1;
}
.block-swissup-social-login .buttons li.google a .icon {
  background-color: #ffffff;
}
.block-swissup-social-login .buttons li.facebook a {
  background-color: #306199;
}
.block-swissup-social-login .buttons li.facebook a:hover {
  background-color: #244872;
}
.block-swissup-social-login .buttons li.facebook a .icon {
  background-color: false;
}
.block-swissup-social-login .buttons a {
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  color: #fff;
  height: 100%;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 9px 15px 9px 45px;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}
.block-swissup-social-login .buttons a:active {
  box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25);
}
.block-swissup-social-login .buttons a .icon {
  height: 36px;
  width: 36px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 1px;
}
.block-swissup-social-login .buttons a .icon img {
  display: inline-block;
  height: 36px;
  width: 18px;
}
.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;
}
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}
:where(.products-grid, .widget-product-carousel) .product-item [class^="swatch-opt-"],
.pagebuilder-overlay,
.contact-content-wrapper .social .icon {
  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 :where(.products-grid, .widget-product-carousel) .product-item [class^="swatch-opt-"],
.breeze-inactive .pagebuilder-overlay,
.breeze-inactive .contact-content-wrapper .social .icon {
  transition: none !important;
}
.block > .title,
.block .block-title {
  line-height: 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.5rem 0;
}
.block > .title strong,
.block .block-title strong {
  font-weight: 500;
}
.block .block-content {
  display: flow-root;
}
.block .block-content.no-display {
  display: none;
}
.paypal-review .paypal-review-title {
  line-height: 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.5rem 0;
}
.paypal-review .paypal-review-title strong {
  font-weight: 500;
}
.block-hero .block-title,
.page-bottom .block .block-title,
.cms-index-index .page-wrapper .main .block .block-title,
.catalog-product-view .main .container > .block .block-title,
.catalog-product-view .main > .block .block-title,
.block-carousel .block .block-title,
.breeze-carousel .block .block-title,
.highlight-carousel .block-title {
  line-height: 3rem;
  font-size: 2.75rem;
  font-weight: 700;
  margin: 2rem 0;
  letter-spacing: -0.025em;
}
.block-hero .block-title strong,
.page-bottom .block .block-title strong,
.cms-index-index .page-wrapper .main .block .block-title strong,
.catalog-product-view .main .container > .block .block-title strong,
.catalog-product-view .main > .block .block-title strong,
.block-carousel .block .block-title strong,
.breeze-carousel .block .block-title strong,
.highlight-carousel .block-title strong {
  font-weight: 700;
}
.block.testimonials-slider .content-heading .title {
  line-height: 3rem;
  font-size: 2.75rem;
  font-weight: 700;
  margin: 2rem 0;
  letter-spacing: -0.025em;
}
.block.testimonials-slider .content-heading .title strong {
  font-weight: 700;
}
: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,
.page-layout-1column.cms-no-route .columns,
.paypal-review,
.page-layout-1column .form.testimonial {
  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: 0.25rem;
}
@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,
  .page-layout-1column.cms-no-route .columns,
  .paypal-review,
  .page-layout-1column .form.testimonial {
    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.75rem;
}
@media (max-width: 767.98px) {
  .breadcrumbs ul {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
  }
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.breadcrumbs li::after {
  content: '/';
}
.breadcrumbs li:last-child::after {
  display: none;
}
.catalog-product-view .page-main .page.messages,
.product-info-wrapper,
.bundle-options-container,
.column > .product.info.detailed > * {
  width: 100%;
  max-width: var(--container-max-width);
  margin: var(--container-margin);
  padding: var(--container-padding);
}
.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;
  border-radius: 0.25rem;
}
.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.625rem 0.875rem;
  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.25rem;
  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'],
:where(.products-grid, .widget-product-carousel) .product-item .product-item-details .product-item-actions .stock,
.pagebuilder-button-primary,
.pagebuilder-button-secondary,
.pagebuilder-button-link,
.product-info-wrapper .product-social-links a.action {
  outline: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.625rem 1.5rem;
  color: rgba(var(--button-color), var(--button-alpha, 1));
  background: rgba(var(--button-bg), var(--button-bg-alpha));
  border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
  border-radius: 0.25rem;
  text-decoration: none !important;
  white-space: nowrap;
}
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,
.product-info-wrapper .product-social-links a.action:disabled,
.product-info-wrapper .product-social-links a.action.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.action.primary,
.action-primary,
[type='submit'],
.pagebuilder-button-primary,
.product.data.items .show-form,
.askit-show-form {
  --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: transparent;
  --button-border-color: transparent;
  --button-color: var(--link-color);
  text-decoration: none !important;
}
.button-ghost button,
.button-ghost .pagebuilder-button-primary,
.button-ghost .pagebuilder-button-secondary,
.product-info-wrapper .product-social-links a.action {
  --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,
.page-layout-1column .form.testimonial .action.primary {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.button-xl button,
.button-xl .pagebuilder-button-primary,
.button-xl .pagebuilder-button-secondary,
.button-xl .pagebuilder-button-link {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  padding: 1rem 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;
    justify-content: center;
  }
}
.default[data-content-type="easytabs"] > [data-role="collapsible"],
[data-mage-init*='"tabs":'] > [data-role="collapsible"] {
  order: -1;
  display: flex;
  align-items: center;
  padding: 0.5rem 1.25rem;
  color: #111827;
  background: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
@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"] {
    padding: 0.5rem;
    white-space: nowrap;
  }
  .default[data-content-type="easytabs"] > [data-role="collapsible"] > a,
  [data-mage-init*='"tabs":'] > [data-role="collapsible"] > a {
    padding: 0.5rem 1.25rem;
    border-radius: 0.25rem;
  }
}
.default[data-content-type="easytabs"] > [data-role="collapsible"] .counter,
[data-mage-init*='"tabs":'] > [data-role="collapsible"] .counter {
  opacity: 0.95;
  padding: 0.125rem;
}
.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.5rem 1.25rem;
  color: #111827;
  background: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.collapsed[data-content-type="easytabs"] > [role=tablist] > [data-role="collapsible"],
[data-content-type="tabs"] .tab-header {
  padding: 0.5rem;
  white-space: nowrap;
}
.collapsed[data-content-type="easytabs"] > [role=tablist] > [data-role="collapsible"] > a,
[data-content-type="tabs"] .tab-header > a {
  padding: 0.5rem 1.25rem;
  border-radius: 0.25rem;
}
.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;
  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;
  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,
:where(.products-grid, .widget-product-carousel) .product-item .product-item-details .product-item-actions .tocart span,
.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,
.old-price .price-label,
.product-options-wrapper legend.links-title,
.rating-summary .label,
.rating-result > span span,
.review-control-vote input,
.review-list .review-date .review-details-label,
.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,
.action .currency-separator,
.action .currency-title,
.block.newsletter > .title,
.block.newsletter .primary span,
.special-price .msrp-message,
.old-price .msrp-message {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.product.data.items.expanded:first-child > .content .review-add .block-title,
.product.data.items.expanded:first-child #questions .askit-question-form .block-title {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.contact-index-index .form.contact .note {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-5,
.line-clamp-6,
.product.attribute.overview > .value,
.block.testimonials-slider figure.testimonial .testimonial-message {
  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,
.product.attribute.overview > .value.expanded,
.block.testimonials-slider figure.testimonial .testimonial-message.expanded {
  display: block;
  -webkit-line-clamp: initial !important;
  overflow: visible;
  max-height: none;
}
.line-clamp-1 .clamp-toggle,
.line-clamp-2 .clamp-toggle,
.line-clamp-3 .clamp-toggle,
.line-clamp-4 .clamp-toggle,
.line-clamp-5 .clamp-toggle,
.line-clamp-6 .clamp-toggle,
.product.attribute.overview > .value .clamp-toggle,
.block.testimonials-slider figure.testimonial .testimonial-message .clamp-toggle {
  font-weight: 600;
  font-size: 1rem;
  font-family: 'Inter', 'Inter Fallback', 'Inter Fallback Linux', sans-serif;
  color: rgba(var(--base-color), var(--base-alpha, 1));
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 0.75rem;
  background: linear-gradient(to right, transparent 0, rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1)) 0.5rem);
}
.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 + *,
.product.attribute.overview > .value .clamp-toggle + *,
.block.testimonials-slider figure.testimonial .testimonial-message .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)),
.cms-no-route .main :where(a:not(.product-item-link):not(.action)),
.cms-page-view .main :where(a:not(.product-item-link):not(.action)),
.product-item-description :where(a:not(.product-item-link):not(.action)),
[data-content-type="row"] :where(a:not(.product-item-link):not(.action)),
.product.attribute :where(a:not(.product-item-link):not(.action)) {
  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,
.cms-no-route .main :where(a:not(.product-item-link):not(.action)):hover,
.cms-page-view .main :where(a:not(.product-item-link):not(.action)):hover,
.product-item-description :where(a:not(.product-item-link):not(.action)):hover,
[data-content-type="row"] :where(a:not(.product-item-link):not(.action)):hover,
.product.attribute :where(a:not(.product-item-link):not(.action)):hover {
  --link-alpha: 1;
  text-decoration: underline;
}
.product.data.items #product\.info\.description :where(a div),
.prose :where(a div),
.cms-no-route .main :where(a div),
.cms-page-view .main :where(a div),
.product-item-description :where(a div),
[data-content-type="row"] :where(a div),
.product.attribute :where(a div) {
  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,
.cms-no-route .main p,
.cms-no-route .main table,
.cms-no-route .main figure,
.cms-page-view .main p,
.cms-page-view .main table,
.cms-page-view .main figure,
.product-item-description p,
.product-item-description table,
.product-item-description figure,
[data-content-type="row"] p,
[data-content-type="row"] table,
[data-content-type="row"] figure,
.product.attribute p,
.product.attribute table,
.product.attribute figure,
.cart-empty p,
.checkout-onepage-success .column.main p {
  margin-bottom: 0.75rem;
}
.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)),
.cms-no-route .main :where(ul:not(.unstyled):not(.items)),
.cms-no-route .main :where(ol:not(.unstyled):not(.product-items)),
.cms-page-view .main :where(ul:not(.unstyled):not(.items)),
.cms-page-view .main :where(ol:not(.unstyled):not(.product-items)),
.product-item-description :where(ul:not(.unstyled):not(.items)),
.product-item-description :where(ol:not(.unstyled):not(.product-items)),
[data-content-type="row"] :where(ul:not(.unstyled):not(.items)),
[data-content-type="row"] :where(ol:not(.unstyled):not(.product-items)),
.product.attribute :where(ul:not(.unstyled):not(.items)),
.product.attribute :where(ol:not(.unstyled):not(.product-items)) {
  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),
.cms-no-route .main :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.cms-no-route .main :where(ol:not(.unstyled):not(.product-items) li),
.cms-page-view .main :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.cms-page-view .main :where(ol:not(.unstyled):not(.product-items) li),
.product-item-description :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.product-item-description :where(ol:not(.unstyled):not(.product-items) li),
[data-content-type="row"] :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
[data-content-type="row"] :where(ol:not(.unstyled):not(.product-items) li),
.product.attribute :where(ul:not(.unstyled):not([role=tablist]):not(.items) li),
.product.attribute :where(ol:not(.unstyled):not(.product-items) li) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.product.data.items #product\.info\.description section,
.prose section,
.cms-no-route .main section,
.cms-page-view .main section,
.product-item-description section,
[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)),
.cms-no-route .main :where(ul:not(.unstyled):not(.items)),
.cms-no-route .main :where(ol:not(.unstyled):not(.product-items)),
.cms-page-view .main :where(ul:not(.unstyled):not(.items)),
.cms-page-view .main :where(ol:not(.unstyled):not(.product-items)),
.product-item-description :where(ul:not(.unstyled):not(.items)),
.product-item-description :where(ol:not(.unstyled):not(.product-items)),
[data-content-type="row"] :where(ul:not(.unstyled):not(.items)),
[data-content-type="row"] :where(ol:not(.unstyled):not(.product-items)),
.product.attribute :where(ul:not(.unstyled):not(.items)),
.product.attribute :where(ol:not(.unstyled):not(.product-items)) {
  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)),
.cms-no-route .main :where(ul:not(.unstyled):not(.items)),
.cms-page-view .main :where(ul:not(.unstyled):not(.items)),
.product-item-description :where(ul:not(.unstyled):not(.items)),
[data-content-type="row"] :where(ul:not(.unstyled):not(.items)),
.product.attribute :where(ul:not(.unstyled):not(.items)) {
  list-style: disc;
}
.product.data.items #product\.info\.description :where(ol:not(.unstyled):not(.product-items)),
.prose :where(ol:not(.unstyled):not(.product-items)),
.cms-no-route .main :where(ol:not(.unstyled):not(.product-items)),
.cms-page-view .main :where(ol:not(.unstyled):not(.product-items)),
.product-item-description :where(ol:not(.unstyled):not(.product-items)),
[data-content-type="row"] :where(ol:not(.unstyled):not(.product-items)),
.product.attribute :where(ol:not(.unstyled):not(.product-items)) {
  list-style: auto;
}
.product.data.items #product\.info\.description ol.nested-counter,
.prose ol.nested-counter,
.cms-no-route .main ol.nested-counter,
.cms-page-view .main ol.nested-counter,
.product-item-description ol.nested-counter,
[data-content-type="row"] ol.nested-counter,
.product.attribute ol.nested-counter {
  counter-reset: item;
}
.product.data.items #product\.info\.description ol.nested-counter li,
.prose ol.nested-counter li,
.cms-no-route .main ol.nested-counter li,
.cms-page-view .main ol.nested-counter li,
.product-item-description ol.nested-counter li,
[data-content-type="row"] ol.nested-counter li,
.product.attribute ol.nested-counter li {
  counter-increment: item;
}
.product.data.items #product\.info\.description ol.nested-counter ol > li::marker,
.prose ol.nested-counter ol > li::marker,
.cms-no-route .main ol.nested-counter ol > li::marker,
.cms-page-view .main ol.nested-counter ol > li::marker,
.product-item-description ol.nested-counter ol > li::marker,
[data-content-type="row"] ol.nested-counter ol > li::marker,
.product.attribute ol.nested-counter ol > li::marker {
  content: counters(item, '.') ' ';
}
.product.data.items #product\.info\.description li::marker,
.prose li::marker,
.cms-no-route .main li::marker,
.cms-page-view .main li::marker,
.product-item-description li::marker,
[data-content-type="row"] li::marker,
.product.attribute li::marker {
  --muted-alpha: .4;
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.product.data.items #product\.info\.description blockquote,
.prose blockquote,
.cms-no-route .main blockquote,
.cms-page-view .main blockquote,
.product-item-description blockquote,
[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,
.cms-no-route .main code,
.cms-page-view .main code,
.product-item-description code,
[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,
.cms-no-route .main code::before,
.cms-no-route .main code::after,
.cms-page-view .main code::before,
.cms-page-view .main code::after,
.product-item-description code::before,
.product-item-description code::after,
[data-content-type="row"] code::before,
[data-content-type="row"] code::after,
.product.attribute code::before,
.product.attribute code::after {
  content: "`";
}
.product.data.items #product\.info\.description pre,
.prose pre,
.cms-no-route .main pre,
.cms-page-view .main pre,
.product-item-description pre,
[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,
.cms-no-route .main pre code,
.cms-page-view .main pre code,
.product-item-description pre code,
[data-content-type="row"] pre code,
.product.attribute pre code {
  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,
.cms-no-route .main pre code:before,
.cms-no-route .main pre code:after,
.cms-page-view .main pre code:before,
.cms-page-view .main pre code:after,
.product-item-description pre code:before,
.product-item-description pre code:after,
[data-content-type="row"] pre code:before,
[data-content-type="row"] pre code:after,
.product.attribute pre code:before,
.product.attribute pre code:after {
  content: '';
}
.product.data.items #product\.info\.description hr,
.prose hr,
.cms-no-route .main hr,
.cms-page-view .main hr,
.product-item-description hr,
[data-content-type="row"] hr,
.product.attribute hr {
  margin: 2rem 0;
}
.product.data.items #product\.info\.description figcaption,
.prose figcaption,
.cms-no-route .main figcaption,
.cms-page-view .main figcaption,
.product-item-description figcaption,
[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,
.cms-no-route .main .lead,
.cms-page-view .main .lead,
.product-item-description .lead,
[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],
.cms-no-route .main [data-role="collapsible"] > [data-role=title],
.cms-no-route .main [data-mage-init*='"collapsible":'] > [data-role=title],
.cms-page-view .main [data-role="collapsible"] > [data-role=title],
.cms-page-view .main [data-mage-init*='"collapsible":'] > [data-role=title],
.product-item-description [data-role="collapsible"] > [data-role=title],
.product-item-description [data-mage-init*='"collapsible":'] > [data-role=title],
[data-content-type="row"] [data-role="collapsible"] > [data-role=title],
[data-content-type="row"] [data-mage-init*='"collapsible":'] > [data-role=title],
.product.attribute [data-role="collapsible"] > [data-role=title],
.product.attribute [data-mage-init*='"collapsible":'] > [data-role=title] {
  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],
.cms-no-route .main [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.cms-no-route .main [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.cms-page-view .main [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.cms-page-view .main [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.product-item-description [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.product-item-description [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
[data-content-type="row"] [data-role="collapsible"] > [data-role=content][aria-hidden=false],
[data-content-type="row"] [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false],
.product.attribute [data-role="collapsible"] > [data-role=content][aria-hidden=false],
.product.attribute [data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false] {
  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,
.cms-no-route .main [data-role="collapsible"] + div,
.cms-no-route .main [data-mage-init*='"collapsible":'] + div,
.cms-page-view .main [data-role="collapsible"] + div,
.cms-page-view .main [data-mage-init*='"collapsible":'] + div,
.product-item-description [data-role="collapsible"] + div,
.product-item-description [data-mage-init*='"collapsible":'] + div,
[data-content-type="row"] [data-role="collapsible"] + div,
[data-content-type="row"] [data-mage-init*='"collapsible":'] + div,
.product.attribute [data-role="collapsible"] + div,
.product.attribute [data-mage-init*='"collapsible":'] + div {
  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,
.page-header .panel.wrapper,
.easycatalogimg .parent-category-over {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  --base-color: 255, 255, 255;
  --base-alpha: 0.95;
  --headings-color: 255, 255, 255;
  --headings-alpha: 0.95;
  --block-title-color: 0.95;
  --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;
  --button-bg: 255, 255, 255;
  --button-border-color: 255, 255, 255;
  --button-primary-color: 0, 0, 0;
  --button-primary-bg: 255, 255, 255;
  --button-primary-border-color: 255, 255, 255;
  --button-secondary-color: 243, 244, 246;
  --button-secondary-bg: 39, 39, 42;
  --button-secondary-border-color: 39, 39, 42;
  --button-color: 0, 0, 0;
  --input-color: 255, 255, 255;
  --input-alpha: 0.95;
  --input-bg: 255, 255, 255;
  --input-bg-alpha: 0;
  --input-border-color: 255, 255, 255;
  --input-border-alpha: 0.8;
}
: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: 0, 0, 0;
  --danger-color: 190, 45, 45;
  --info-color: 179, 131, 1;
  --success-color: 12, 115, 60;
  --success-bg: 194, 251, 216;
  --base-alpha: 1;
  --base-color: 17, 24, 39;
  --base-bg: 255, 255, 255;
  --muted-bg: 247, 247, 247;
  --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: 17, 24, 39;
  --input-outline-color: var(--input-border-color);
  --input-outline-alpha: 0;
  --button-color: 255, 255, 255;
  --button-bg: var(--brand-color);
  --button-bg-alpha: 1;
  --button-hover-bg-alpha: 0.9;
  --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: 228, 228, 231;
  --button-secondary-border-color: var(--button-secondary-bg);
  --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: 'Inter', 'Inter Fallback', 'Inter Fallback Linux', sans-serif;
  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,
.contact-wrapper .form.contact .legend {
  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: 3rem;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 3rem;
  margin-bottom: 1rem;
}
* + h1,
* + .h1 {
  margin-top: 2rem;
}
h2,
.h2,
.contact-wrapper .form.contact .legend {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 3rem;
  margin-bottom: 1rem;
}
* + h2,
* + .h2 {
  margin-top: 2rem;
}
h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 0.625rem;
}
* + h3,
* + .h3 {
  margin-top: 1rem;
}
h4,
.h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}
h5,
.h5 {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
}
h6,
.h6 {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
  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,
.cms-no-route .main,
.cms-page-view .main {
  line-height: 2rem;
}
.text-reset {
  font-size: 1rem;
  line-height: 1.5rem;
}
.filter-invert {
  filter: invert(1);
}
.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.75rem !important;
  line-height: 3rem !important;
}
.text-5xl {
  font-size: 3.5rem !important;
  line-height: 4rem !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,
.product.attribute.overview > .value {
  --line-clamp: 3;
}
.line-clamp-4 {
  --line-clamp: 4;
}
.line-clamp-5 {
  --line-clamp: 5;
}
.line-clamp-6,
.block.testimonials-slider figure.testimonial .testimonial-message {
  --line-clamp: 6;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center,
.a-center {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.underline {
  text-decoration: underline;
}
.select-none {
  user-select: none;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.gap-1 {
  gap: 0.25rem;
}
.gap,
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow-0 {
  flex-grow: 0;
}
.no-display,
.abs-no-display {
  display: none;
}
.hide {
  display: none !important;
}
.show {
  display: revert !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.flex-col {
  flex-direction: column;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.w-full {
  width: 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;
}
.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-margin: 0 auto;
  --container-max-width: 1360px;
  --container-padding: 0.375rem 0.5rem;
}
.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,
[data-content-type="row"] [data-element="inner"] {
  width: 100%;
  max-width: var(--container-max-width);
  margin: var(--container-margin);
  padding: var(--container-padding);
}
.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 .subtitle {
  display: none;
}
.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 {
  font-size: 0.875rem;
  text-transform: uppercase;
  min-height: 4.5rem;
}
.breadcrumbs ul {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.breadcrumbs strong {
  font-weight: 600;
}
.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;
  }
}
.page-main {
  padding-bottom: 1.5rem;
}
.column.main {
  min-height: clamp(100px, 25vh, 300px);
}
.page-title-wrapper ~ .columns {
  margin-top: 1rem;
}
.page-main > .columns {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "main" "sidebar" "additional";
  gap: var(--sidebar-gap);
  row-gap: 0;
}
@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 {
  margin-top: auto;
}
.page-footer .switcher {
  margin-bottom: 0.5rem;
}
.page-footer .pagebuilder-column-group + .pagebuilder-column-group {
  margin-top: 2.5rem;
}
.page-footer .block .title,
.page-footer .block .block-title {
  border: 0;
  padding: 0;
  font-size: 1rem;
}
.page-footer .block.newsletter {
  margin: 0 0 1rem;
}
.page-footer .block.newsletter .form {
  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: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
.footer.links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  justify-content: center;
  margin: 0 0 0 auto;
}
.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 {
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  align-items: center;
}
.page-header {
  position: relative;
  border: 1px solid #e5e7eb;
  border-width: 0 0 1px;
}
.page-header .panel.wrapper {
  background: #000000;
}
.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;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 11.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM3 21.5a6 6 0 0 1 6-6h6a6 6 0 0 1 6 6" stroke="currentColor" stroke-width="2"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.switcher .wishlist-dropdown > .action::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.73733 5.73733C2.07917 7.39549 2.07917 10.0839 3.73733 11.742L11.9936 19.9985L20.2501 11.7421C21.9082 10.0839 21.9082 7.39552 20.2501 5.73737C18.5919 4.07925 15.9034 4.07925 14.2454 5.73737L11.9937 7.98902L9.74202 5.73733C8.08386 4.07918 5.39549 4.07918 3.73733 5.73733Z" stroke="currentColor" stroke-width="2"/></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;
    border-radius: 0.25rem;
  }
}
.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 {
  border-bottom: 1px solid #e5e7eb;
}
.block.filter .filter-options-item:last-child {
  margin-bottom: 0;
  border: 0;
}
.block.filter .filter-options-title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.875rem 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 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 {
    display: none;
  }
}
@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: 0.375rem;
  --listing-grid-item-margin: -0.375rem;
}
@media (min-width: 640px) {
  :root {
    --listing-grid-columns: 3;
  }
}
@media (min-width: 1024px) {
  :root {
    --listing-grid-columns: 3;
  }
}
@media (hover: hover) {
  :root {
    --swatches-over-image: true;
  }
}
@media (min-width: 768px) {
  .page-layout-1column {
    --listing-grid-columns: 3;
  }
}
@media (min-width: 1024px) {
  .page-layout-1column {
    --listing-grid-columns: 4;
  }
}
@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;
  border-radius: 0.25rem;
}
.product-image-container .product-image-wrapper {
  padding: 0 !important;
  width: 100%;
}
.product-image-photo,
.product.media .main-image,
.product.media .images img,
.product.media .thumbnails img {
  filter: contrast(94%);
  border-radius: 0.25rem;
}
.main-image-wrapper,
.image-magnifier-lens,
.image-magnifier-lens img,
.image-magnifier-stage,
.product.media .item,
.product.media .thumbnails a::after {
  border-radius: 0.25rem;
}
.product-item-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
.actions-primary .stock {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
  white-space: nowrap;
}
.actions-secondary {
  display: flex;
  gap: 0.625rem;
}
.actions-secondary .action {
  padding: 0.25rem;
  color: #1f2937;
  background: #ffffff;
  border-radius: 9999px;
}
.actions-secondary .action::before {
  width: 2rem;
  height: 2rem;
}
.actions-secondary .action:focus-visible {
  z-index: 2;
}
.actions-secondary .action .loading-mask {
  border-radius: 9999px;
}
.product-items .product-item-name {
  color: #000000;
  font-weight: 400;
}
.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: -0.375rem;
    --listing-grid-item-padding: 0.375rem;
  }
}
.products-grid .product-items .product-item-info,
[data-appearance="carousel"] .product-items .product-item-info {
  height: 100%;
  width: 100%;
  flex-direction: column;
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  border-radius: 0.25rem;
  padding: var(--listing-grid-item-padding);
}
@media (hover: hover) {
  .products-grid .product-items .product-item:hover .product-item-info,
  [data-appearance="carousel"] .product-items .product-item:hover .product-item-info {
    z-index: 10;
    background: 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));
}
@media (min-width: 1024px) {
  .products-list .product-items .product-item + .product-item {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.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;
}
@media (min-width: 1024px) {
  .products-list .product-items .product-item-info {
    gap: 1.25rem;
  }
}
.sidebar .products-list .product-items .product-item-info {
  gap: 0.5rem;
}
.products-list .product-items .product-item-info > :first-child {
  max-width: 33%;
}
.sidebar .products-list .product-items .product-item-info > :first-child {
  max-width: 35%;
}
.products-list .product-items .product-item-actions {
  margin: 0.25rem 0;
}
.products-list .product-items .product-item-description {
  margin-top: 0.5rem;
}
.products-list .product-items .product-item-name,
.products-list .product-items .price-box,
.products-list .product-items [class*="swatch-opt-"],
.products-list .product-items .product-reviews-summary {
  margin: 0 0 0.5rem;
}
.dropdown .product-items .product-item-info {
  gap: 0.75rem;
}
:where(.products-grid, .widget-product-carousel) .product-item .product-item-details .product-item-actions {
  position: absolute;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  transform: translateX(1rem);
  top: calc(1rem + var(--listing-grid-item-padding, 0px));
  flex-direction: column;
  align-items: flex-end;
  right: calc(1rem + var(--listing-grid-item-padding, 0px));
}
:where(.products-grid, .widget-product-carousel) .product-item .product-item-details .product-item-actions [data-role=tocart-form] {
  line-height: 0;
}
:where(.products-grid, .widget-product-carousel) .product-item .product-item-details .product-item-actions .tocart,
:where(.products-grid, .widget-product-carousel) .product-item .product-item-details .product-item-actions .stock {
  --muted-alpha: .4;
  outline-offset: 1px;
  border: 0;
  --button-color: 31, 41, 55;
  --button-bg: 255, 255, 255;
  padding: 0.25rem;
  color: #1f2937;
  background: #ffffff;
  border-radius: 9999px;
}
:where(.products-grid, .widget-product-carousel) .product-item .product-item-details .product-item-actions .tocart::before {
  content: '';
  width: 2rem;
  height: 2rem;
}
:where(.products-grid, .widget-product-carousel) .product-item .product-item-details .product-item-actions .stock {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
:where(.products-grid, .widget-product-carousel) .product-item .product-item-details .product-item-actions .actions-secondary {
  display: contents;
}
@media (hover: none) {
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .product-item-actions {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
  }
}
:where(.products-grid, .widget-product-carousel) .product-item .product-item-photo {
  overflow: hidden;
}
:where(.products-grid, .widget-product-carousel) .product-item [class^="swatch-opt-"] {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  padding: 1rem;
  border-radius: 0.25rem;
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  --z-layer-bg-alpha: 1;
  margin: 0 !important;
  transform: translateY(50%);
  opacity: 0;
}
@media (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item:hover [class^="swatch-opt-"],
  :where(.products-grid, .widget-product-carousel) .product-item:has(:focus-visible) [class^="swatch-opt-"] {
    pointer-events: all;
    opacity: 1;
    transform: none;
  }
}
.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;
}
.toolbar .modes:not(:has(a)) {
  display: none;
}
.toolbar .modes a {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.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;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 8.78736H20V20.7874H4V8.78736Z" stroke="currentColor" stroke-width="2"/><path d="M16 11.7874V6.78738C16 4.57825 14.2091 2.78736 12 2.78736C9.79088 2.78736 8.00003 4.57825 8.00003 6.78738V11.7874" stroke="currentColor" stroke-width="2"/></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 span {
  display: none;
}
.minicart-wrapper > .block-minicart {
  display: none;
}
.minisearch .label::before,
.minisearch .action.search::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg 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;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0.125rem;
  border-width: 0;
}
.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;
}
.message > div,
.message > span {
  margin-left: auto;
}
div + .message,
.control .message {
  margin-top: 0.5rem;
}
.message a {
  text-decoration: underline !important;
}
.old-price.map-old-price {
  text-decoration: none;
}
.old-price.map-old-price .weee,
.old-price.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.product-info-price .old-price.map-old-price {
  display: inline-block;
}
.map-fallback-price {
  display: none;
}
.map-show-info {
  margin-right: 0.25rem;
}
@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));
}
.navigation a.level-top {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .navigation .active > a.level-top,
  .navigation .has-active > a.level-top {
    --divider-alpha: .05;
    background: transparent;
  }
}
.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;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 5.25h20M2 12.25h20M2 19.25h10" stroke="currentColor" stroke-width="2.5"/></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.5rem 1.25rem;
  padding: 0.5rem;
}
[data-content-type="tabs"] .tabs-content > div {
  padding: 0.75rem 1rem;
}
.page-layout-cms-full-width .page-main {
  max-width: none;
  margin: 0;
  padding: 0;
}
body:not(.page-layout-cms-full-width) .main > [data-content-type="row"] [data-element="inner"],
.modal-content [data-content-type="row"] [data-element="inner"] {
  padding: 0;
  margin: 0;
  max-width: none;
}
@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;
  }
}
[data-content-type="row"] [data-element="inner"] {
  padding-top: 0;
  padding-bottom: 0;
}
[data-content-type="row"] [data-element="inner"].narrow {
  --container-max-width: 768px;
}
form,
button,
[data-content-type="buttons"] {
  line-height: 1.5rem;
}
[data-content-type="buttons"] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
[data-content-type="buttons"][data-appearance="stacked"] {
  flex-direction: column;
}
[data-content-type="tabs"] .tabs-navigation {
  display: flex;
}
[data-content-type="tabs"] .tab-header > a {
  color: inherit;
}
[data-content-type="tabs"] .tab-header > a:hover {
  text-decoration: none;
}
[data-content-type="banner"] > a,
[data-content-type="slider"] > a,
[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;
}
.v-middle .pagebuilder-banner-wrapper,
.v-middle .pagebuilder-slide-wrapper {
  display: flex;
  align-items: center;
}
.pagebuilder-overlay {
  padding: 30px;
  position: relative;
}
.pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-overlay {
  margin-left: auto;
}
.pagebuilder-poster-content {
  width: 100%;
}
.pagebuilder-banner-button {
  margin: 20px 0 0 0;
}
[data-enable-parallax="1"] {
  opacity: 0;
  transition: opacity linear 50ms 100ms;
}
[data-enable-parallax="1"].jarallax-ready {
  opacity: 1;
}
[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: 2rem 3.5rem;
  justify-content: flex-end;
  gap: 1rem;
}
.slick-dots button {
  display: block;
  background: transparent;
  border: 0;
  padding: 0.5rem 0;
  border-radius: 0;
}
.slick-dots button > span {
  text-indent: -9999px;
  display: block;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  width: 2.5rem;
  height: 2px;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}
.slick-dots .slick-active button > span {
  background: #ffffff;
  color: #000000;
}
.slick-arrow {
  position: absolute;
  z-index: 11;
  top: -63px;
  width: 90px;
  height: 40px;
  transform: translateY(-50%);
  --base-bg-alpha: .7;
  background-color: #ffffff;
  color: rgba(var(--base-color), var(--base-alpha, 1));
  display: none;
  gap: 0;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0;
  border-radius: 0;
}
.slick-arrow .slick-initialized {
  display: flex;
}
.slick-arrow::before {
  content: '';
  display: block;
  width: 90px;
  height: 40px;
}
.slick-arrow.slick-disabled {
  opacity: 1;
  color: #d1d5db;
  pointer-events: none;
}
.slick-prev {
  right: 90px;
}
.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;
}
.gap-0 > .pagebuilder-column-group,
.gap-0 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-0 > .pagebuilder-column-line {
  gap: 0;
}
.gap-1 > .pagebuilder-column-group,
.gap-1 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-1 > .pagebuilder-column-line {
  gap: 0.25rem;
}
.gap-2 > .pagebuilder-column-group,
.gap-2 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-2 > .pagebuilder-column-line {
  gap: 0.5rem;
}
.gap > .pagebuilder-column-group,
.gap > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap > .pagebuilder-column-line {
  gap: 0.5rem;
}
.gap-3 > .pagebuilder-column-group,
.gap-3 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-3 > .pagebuilder-column-line {
  gap: 0.75rem;
}
.gap-4 > .pagebuilder-column-group,
.gap-4 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-4 > .pagebuilder-column-line {
  gap: 1rem;
}
.gap-5 > .pagebuilder-column-group,
.gap-5 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-5 > .pagebuilder-column-line {
  gap: 1.25rem;
}
.gap-6 > .pagebuilder-column-group,
.gap-6 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-6 > .pagebuilder-column-line {
  gap: 1.5rem;
}
.gap-7 > .pagebuilder-column-group,
.gap-7 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-7 > .pagebuilder-column-line {
  gap: 1.75rem;
}
.gap-8 > .pagebuilder-column-group,
.gap-8 > .pagebuilder-column-group > .pagebuilder-column-line,
.pagebuilder-column-group.gap-8 > .pagebuilder-column-line {
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .pagebuilder-column-group,
  .pagebuilder-column-line {
    row-gap: 1rem;
    flex-wrap: wrap;
  }
  .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;
}
.old-price {
  color: #6b7280;
  text-decoration: line-through;
  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.375rem;
  }
}
.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;
    column-gap: 1rem;
    grid-template-columns: 4fr 3fr;
    grid-template-areas: "media main" "media main";
  }
}
@media (min-width: 1024px) {
  .product-info-wrapper {
    column-gap: 2.5rem;
  }
}
.product-info-main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-info-price {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-info-price .price-box {
  font-size: 1.5rem;
  line-height: 2rem;
}
.prices-tier {
  margin: 0.5rem 0;
  max-width: 400px;
}
.prices-tier li + li {
  margin-top: 0.5rem;
}
.product-info-stock-sku {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-info-stock-sku .stock {
  --stock-bg: 252, 240, 186;
  --stock-color: 179, 131, 1;
  background: rgb(var(--stock-bg));
  color: rgb(var(--stock-color));
  padding: 0.125rem 0.5rem;
}
.product-info-stock-sku .stock.available {
  --stock-bg: 194, 251, 216;
  --stock-color: 12, 115, 60;
}
.product-info-stock-sku .stock.unavailable {
  --stock-bg: 255, 224, 224;
  --stock-color: 190, 45, 45;
}
.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 1.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.375rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field {
  margin-top: 0;
  margin-bottom: 1rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field:last-child {
  margin-bottom: 0;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field .field {
  margin-bottom: 0.25rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field .field:last-child {
  margin-bottom: 0;
}
.product-info-wrapper .product-add-form .product-options-wrapper .swatch-opt + .field {
  margin-top: 1rem;
}
.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;
}
.product-info-wrapper .box-tocart .fieldset .field.qty {
  display: none;
}
.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: 0.25rem;
}
.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: 4rem auto 0;
  }
}
@media (min-width: 1024px) {
  .product.info #reviews::after {
    content: '';
    display: table;
    clear: both;
  }
  .product.info .review-add + .review-list,
  .product.info #product-review-container {
    float: right;
    width: 63%;
  }
  .product.info .review-add {
    float: left;
    width: 34%;
  }
}
.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: 4rem auto 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: 3;
  }
}
@media (min-width: 1024px) {
  .page-bottom .widget-recent {
    --listing-grid-columns: 4;
  }
}
.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;
  color: #000000;
  text-decoration: underline;
}
.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: 1rem;
}
@media (min-width: 768px) {
  .review-list .review-items {
    gap: 2rem;
  }
}
.review-list .review-item {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .review-list .review-item {
    padding: 2.5rem 3rem;
  }
}
.review-list .review-title {
  font-weight: 700;
  font-size: 1.125rem;
}
.review-list .review-ratings {
  order: -1;
}
.review-list .review-content {
  margin: 0 0 1rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.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: 1rem;
  min-height: 4rem;
}
.swatch-attribute:last-child {
  margin: 0;
}
.product-item .swatch-attribute {
  margin-bottom: 0.625rem;
  min-height: 1.875rem;
}
.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.375rem;
}
.swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.product-item .swatch-attribute-options {
  gap: 0.375rem;
}
:where(.products-grid, .widget-product-carousel) .swatch-attribute-options {
  justify-content: center;
}
.swatch-option {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.25rem;
  position: relative;
  margin: 0;
  border-radius: 999px;
}
.swatch-option-link-layered {
  border-radius: 999px;
}
.swatch-option::before {
  content: '';
  position: absolute;
  box-shadow: 0 0 0 1px inset rgba(var(--base-color), var(--divider-alpha, .1));
  border-radius: 999px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.swatch-option.text {
  border-radius: 0.125rem;
}
.swatch-option.text::before {
  border-radius: 0.125rem;
}
.product-item .swatch-option {
  font-size: 0.75rem;
  font-weight: 400;
  min-width: 1.5rem;
  height: 1.5rem;
}
.product-item .swatch-option.text {
  min-width: 1.75rem;
  height: 1.75rem;
}
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 {
  width: 100%;
}
.login-container {
  max-width: none;
}
.login-container .block > .block-title {
  padding: 0.5rem 0;
}
: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;
  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.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  padding: 1rem 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;
  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;
  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: 639px) {
  .block-swissup-ajaxsearch .minisearch .inactive:not(:has(:focus-visible)) {
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (max-width: 479px) {
  .block-swissup-social-login .buttons {
    flex-direction: column;
  }
}
@media all and (min-width: 640px) {
  #askit-new-question-form {
    max-width: 500px;
  }
  .block-swissup-ajaxsearch.block-search .field.search {
    display: flex;
    flex-wrap: nowrap;
  }
  .block-swissup-ajaxsearch.block-search .field.search .origin {
    flex-grow: 1;
  }
  .swissup-ajaxsearch-folded-loading .block.block-search,
  .block-search.block-swissup-ajaxsearch.folded {
    width: 24px;
    height: 24px;
    opacity: 0;
    padding: 0;
  }
  .swissup-ajaxsearch-folded-loading .block.block-search .field.search,
  .block-search.block-swissup-ajaxsearch.folded .field.search {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .swissup-ajaxsearch-folded-loading .block.block-search .action.search,
  .block-search.block-swissup-ajaxsearch.folded .action.search {
    width: 24px;
    height: 24px;
    right: 0;
    margin: 0;
  }
  .swissup-ajaxsearch-folded-loading .block.block-search .action.search:before,
  .block-search.block-swissup-ajaxsearch.folded .action.search:before {
    font-size: 19px;
  }
  .block-search.block-swissup-ajaxsearch.folded {
    opacity: 1;
  }
  .block-search.block-swissup-ajaxsearch.folded .field.search {
    z-index: 801;
    opacity: 0;
    visibility: hidden;
  }
  .block-search.block-swissup-ajaxsearch.inline .field.search {
    background-color: #ffffff;
  }
  .block-search.block-swissup-ajaxsearch.inline .field.search .input-text {
    box-shadow: 0 0 0 1px #000000;
  }
  .block-search.block-swissup-ajaxsearch.inline .swissup-ajaxsearch-filter-category-wrapper {
    flex-shrink: 0;
    min-width: 90px;
    width: 90px;
    margin-right: -90px;
  }
  .block-search.block-swissup-ajaxsearch.inline .swissup-ajaxsearch-filter-category-wrapper + .origin .input-text {
    padding-left: 95px;
    border-radius: 0.25rem;
  }
  .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;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0 0.5rem 0 0;
    padding: 0.5rem 1.25rem;
    text-transform: uppercase;
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product.info.detailed .tabs-toolbar-item.active {
    background: linear-gradient(115deg, #fce0fc 0%, #ceeff9 100%);
  }
  .product.info.detailed .tabs-toolbar ~ .data.items > .item.title {
    visibility: hidden;
    height: 0;
    width: 100%;
    border: 0;
    padding: 0;
  }
  .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;
  }
  .products-grid .product-item-photo,
  .products-list .product-item-photo {
    position: relative;
  }
  .products-grid .product-item-photo {
    display: block;
  }
  .table.grouped .col.qty {
    width: 30%;
  }
  .customer-account-create .block-swissup-social-login {
    margin-bottom: 2.5rem;
    min-width: 600px;
  }
  .customer-account-create .block-swissup-social-login .buttons {
    justify-content: center;
  }
  .modal-popup .block-swissup-social-login {
    min-width: auto;
  }
  .customer-account-login .page-main .block-swissup-social-login {
    margin-bottom: 2.5rem;
  }
  .customer-account-login .page-main .block-swissup-social-login .buttons {
    justify-content: center;
  }
}
@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: 790px;
    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);
  }
}
@media (hover: none) {
  .quick-view {
    display: none;
  }
}
@media (min-width: 768px) {
  .argento-float-photo {
    float: right;
    margin-left: 1rem;
    max-width: 45%;
    filter: contrast(90%);
  }
  .argento-float-photo:has(.product-video) {
    width: 45%;
  }
}
.no-reviews {
  margin-bottom: 1.5rem;
}
.swatch-attribute-label {
  display: inline-flex;
  gap: 0.5rem;
}
.swatch-attribute-label .option-help {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  text-align: center;
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.swatch-attribute-label .option-help-text {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: none;
}
.page-layout-1column .form.testimonial legend {
  display: none;
}
.page-layout-1column .form.testimonial .actions-toolbar {
  flex-wrap: wrap;
}
.page-layout-1column .form.testimonial .action.primary {
  width: 100%;
}
.page-layout-1column .form.testimonial .action.primary ~ .button {
  width: 100%;
}
.contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.contact-wrapper .form.contact .legend {
  border: 0;
}
@media (min-width: 768px) {
  .contact-wrapper {
    flex-direction: row;
  }
  .contact-form-wrapper,
  .contact-content-wrapper {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .contact-content-wrapper {
    order: 999;
  }
}
.contact-content-wrapper .heading {
  margin: 0.75rem 0 0.5rem;
}
.contact-content-wrapper .heading strong {
  font-weight: 700;
}
.contact-content-wrapper .social {
  margin-top: 1.5rem;
}
.contact-content-wrapper .social .heading {
  margin-bottom: 0.75rem;
}
.contact-content-wrapper .social .icon:hover {
  color: #ffffff;
}
.contact-content-wrapper .social .icon[href*="facebook.com"]:hover {
  background: #3b82f6;
}
.contact-content-wrapper .social .icon[href*="youtube.com"]:hover {
  background: #dc2626;
}
.contact-content-wrapper .social .icon[href*="twitter.com"]:hover {
  background: #60a5fa;
}
.contact-content-wrapper .social .icon[href*="instagram.com"]:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.product.data.items.expanded:first-child > .title .counter {
  display: none;
}
.product.data.items.expanded:first-child .review-add {
  max-width: 600px;
}
.product.data.items.expanded:first-child > .content .review-add .block-title {
  margin-bottom: 0.5rem;
}
.button-arrow-md .pagebuilder-button-primary,
.product.data.items .show-form,
.contact-index-index .form.contact .submit,
.askit-show-form,
.easycatalogimg .primary {
  gap: 0.75rem;
  padding: 0.75rem 2.5rem;
}
.button-arrow-md .pagebuilder-button-primary::after,
.product.data.items .show-form::after,
.contact-index-index .form.contact .submit::after,
.askit-show-form::after,
.easycatalogimg .primary::after {
  content: '';
  display: block;
  width: 52px;
  height: 18px;
}
.product.info.detailed #review-form,
.additional-attributes-wrapper,
.product.info.detailed .no-reviews,
.product.info.detailed #askit-new-question-form,
.product.info.detailed .askit-items > .askit-item:not(:has(.askit-item-avatar img)) {
  padding: 1rem 2rem;
  border-radius: 0.375rem;
  background: #fff;
}
@media (max-width: 1023.98px) {
  .product.info.detailed .review-add > .block-title,
  .product.info.detailed .askit-question-form > .block-title {
    display: none;
  }
}
@media (min-width: 1024px) {
  .product.info.detailed .review-add > .block-title,
  .product.info.detailed .askit-question-form > .block-title {
    display: block;
    font-size: 2.75rem;
    letter-spacing: -0.025em;
    line-height: 3rem;
  }
  .product.info.detailed .review-add > .block-title strong,
  .product.info.detailed .askit-question-form > .block-title strong {
    font-weight: 700;
  }
  .product.info.detailed .review-add > .block-content > .action:first-child,
  .product.info.detailed .askit-question-form > .block-content > .action:first-child {
    gap: 1rem;
    margin-top: 0.5rem;
  }
  .product.info.detailed .review-add form,
  .product.info.detailed .askit-question-form form {
    margin-top: 0.5rem;
  }
  .product.info.detailed .review-add form .submit,
  .product.info.detailed .askit-question-form form .submit {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .product.info.detailed .review-add > .block-content > .action:first-child,
  .product.info.detailed .askit-question-form > .block-content > .action:first-child {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.collapsible-lg [data-collapsible] > [data-role="title"]::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
}
.collapsible-lg [data-collapsible] > [data-role="title"] {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding: 0.375rem 0;
  gap: 0.5rem;
}
.collapsible-lg [data-collapsible] > [data-role="title"][aria-expanded="false"]::after {
  transform: rotate(-225deg);
}
.collapsible-lg [data-collapsible][data-mage-init*='"active":false'] > [data-role="title"]:not([aria-expanded])::after {
  transform: rotate(-225deg);
}
.collapsible-lg [data-collapsible] > [data-role="content"] {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.collapsible-lg [data-collapsible] + [data-collapsible] {
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  margin-top: 1rem;
  padding-top: 1rem;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@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%;
}
@media (min-width: 640px) {
  .block-carousel .block-title,
  .breeze-carousel .block-title,
  .highlight-carousel .block-title {
    padding-right: 180px;
  }
}
@media (max-width: 639.98px) {
  .block-carousel .block-content,
  .breeze-carousel .block-content,
  .highlight-carousel .block-content {
    padding-bottom: 60px;
  }
  .block-carousel .slick-arrow,
  .breeze-carousel .slick-arrow,
  .highlight-carousel .slick-arrow {
    top: auto;
    bottom: -60px;
    right: auto;
    left: 50%;
    transform: none;
  }
  .block-carousel .slick-prev,
  .breeze-carousel .slick-prev,
  .highlight-carousel .slick-prev {
    transform: translateX(-100%);
  }
}
[data-content-type="slider"].containered {
  --container-max-width: 1460px;
}
@media (max-width: 479.98px) {
  [data-content-type="slider"] .pagebuilder-overlay {
    padding: 0;
    text-align: center;
  }
}
.marquee3k img {
  max-width: none;
}
.js #html-body.scroll-reveal-enabled .marquee3k > .scroll-reveal-children > * {
  opacity: 0;
}
.breadcrumbs ~ .page-main {
  padding-top: 0;
}
.page-header + .page-main .page-title-wrapper,
.page-header + .page-main-full-width .page-title-wrapper {
  margin-top: 1rem;
}
.header.panel,
.mobile-header-panel {
  font-size: 0.875rem;
}
.page-header .panel.wrapper {
  display: block !important;
}
.page-header .panel.wrapper strong {
  font-weight: 600;
}
@media (min-width: 640px) and (max-width: 1023.98px) {
  .header.panel {
    flex-wrap: wrap;
    row-gap: 0.25rem;
  }
  .header-panel-info {
    width: 100%;
    align-items: flex-start;
  }
}
@media (max-width: 639.98px) {
  .page-header .panel.wrapper .header-panel-info > div:first-child,
  .page-header .panel.wrapper .switcher {
    display: none;
  }
}
div.category-view {
  padding: var(--container-padding);
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: clamp(20vh, 350px, 40vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.category-view:not(:has(.category-image)) {
  min-height: clamp(20vh, 250px, 40vh);
}
div.category-view h1 {
  margin: 0 auto 0.5rem;
  max-width: 1000px;
}
@media (min-width: 768px) {
  div.category-view h1 {
    font-size: 3.5rem;
  }
}
.category-view .category-image {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  max-width: none;
  z-index: 1;
}
.category-view .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-view .category-image ~ * {
  --headings-color: 255, 255, 255;
  color: #ffffff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.06);
  z-index: 2;
}
.category-view .category-description {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.category-view ~ .breadcrumbs {
  margin-bottom: 25px;
}
.category-view ~ .breadcrumbs ul {
  border-bottom: 1px solid #e5e7eb;
}
@media (min-width: 640px) {
  .minisearch .control .input-text {
    min-width: 300px;
  }
}
.navigation {
  font-size: 0.875rem;
}
.page-bottom {
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.page-bottom .container {
  padding-top: 0;
  padding-bottom: 2.5rem;
}
.page-bottom .container .block + .block {
  margin-top: 3.5rem;
}
.catalog-product-view .page-main {
  padding: 0;
  margin: 0;
  max-width: none;
}
.catalog-product-view .page-main .page.messages {
  padding-top: 0;
  padding-bottom: 0;
}
.product-info-wrapper {
  padding-top: 0;
}
.product-info-wrapper .product-social-links {
  margin: 0;
}
.product-info-wrapper .product-social-links .product-addto-links {
  width: 100%;
}
.product-info-wrapper .product-social-links a {
  gap: 0.375rem;
  padding-left: 0.875rem;
  padding-right: 1rem;
  flex-grow: 1;
}
.product-info-wrapper .product-social-links a::before {
  width: 1.5rem;
  height: 1.5rem;
}
.product-info-wrapper .box-tocart .fieldset .field.qty .label,
.product-info-wrapper .product-options-wrapper .field .label,
.product-info-wrapper .swatch-attribute .swatch-attribute-label {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
}
.product-info-wrapper .product.info.detailed {
  margin: 0.75rem 0;
}
.product.attribute.overview {
  margin-bottom: 0.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.product.attribute.overview > .value .clamp-toggle {
  font-size: 0.875rem;
}
.product.attribute.overview > .value :last-child {
  margin-bottom: 0;
}
.box-tocart .fieldset .actions {
  width: 100%;
}
.box-tocart .fieldset .actions .tocart {
  width: 100%;
}
.block-bundle-summary .box-tocart .fieldset .actions .tocart {
  width: auto;
}
.box-tocart .fieldset .actions > div.paypal-logo {
  max-width: none;
}
.bundle-actions .primary {
  width: 100%;
}
.swatch-attribute {
  position: relative;
}
.swatch-attribute .swatch-attribute-label {
  position: static;
}
.swatch-attribute-label .option-help,
.swatch-attribute-label .option-help-text {
  position: absolute;
  right: 0;
}
.column > .product.info.detailed .product.data.items {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .column > .product.info.detailed .product.data.items {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  .column > .product.info.detailed .product.data.items > .title:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .column > .product.info.detailed .product.data.items > .title.last {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .column > .product.info.detailed .data.item.content {
    padding-top: 2.5rem;
  }
}
.column > .product.info.detailed .products-grid {
  margin: 0.5rem 0 1rem;
}
@media (max-width: 1023.98px) {
  .product.info.detailed #reviews[aria-hidden="false"] {
    display: flex !important;
    gap: 1.5rem;
    flex-direction: column;
    flex-direction: column-reverse;
  }
}
.product.info.detailed .review-list .block-title {
  display: none;
}
.product.info.row {
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  padding-top: 0.5rem;
  padding-bottom: 3.5rem;
}
.block.newsletter .primary::after {
  content: '';
  display: block;
  width: 31px;
  height: 14px;
}
.newsletter-wrapper {
  grid-column: 1 / 3;
  padding: 2rem 2rem 0;
}
@media (min-width: 480px) {
  .newsletter-wrapper {
    padding: 0;
    max-width: 420px;
  }
}
@media (min-width: 768px) {
  .newsletter-wrapper {
    margin-top: 0;
    grid-column: 1 / 3;
  }
}
@media (min-width: 1024px) {
  .newsletter-wrapper {
    margin-top: -3rem;
    grid-column: 2;
  }
}
.block.newsletter .form {
  position: relative;
}
.block.newsletter .control label .label {
  display: none;
}
.block.newsletter .control input {
  padding-right: 3.5rem;
}
.page-footer .block.newsletter .control input {
  min-width: 0;
}
.block.newsletter .primary {
  --button-bg-alpha: 0;
  --button-color: 0, 0, 0;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.block.newsletter .primary:hover {
  --button-color: 255, 255, 255;
}
.color-invert .block.newsletter .primary,
.easycatalogimg .parent-category-over .block.newsletter .primary {
  --button-color: 255, 255, 255;
}
.color-invert .block.newsletter .primary:hover,
.easycatalogimg .parent-category-over .block.newsletter .primary:hover {
  --button-color: 0, 0, 0;
}
.block.newsletter .primary::after {
  height: 1.5rem;
}
.page-footer .block.newsletter {
  --input-border-color: 209, 213, 219;
}
.page-footer .block.newsletter input:focus,
.page-footer .block.newsletter input:focus-visible {
  --input-border-color: 0, 0, 0;
}
.footer-top {
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  padding: 2rem 0;
}
.footer-middle {
  --link-color: 0, 0, 0;
  --link-alpha: .85;
}
@media (min-width: 1024px) {
  .footer-middle {
    padding: 2rem 0;
  }
}
.footer-middle .social-icons {
  margin: 1rem 0;
}
.footer-middle li {
  margin-bottom: 0.25rem;
}
.footer-middle li a {
  display: inline-block;
  padding: 0.125rem 0;
}
.footer-middle .h4 {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
.footer.content {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .footer.content {
    text-align: left;
    display: grid;
    column-gap: 1rem;
    grid-template-areas: "content links" "content copyright";
  }
}
.copyright {
  grid-area: copyright;
  display: inline-block;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  margin-left: auto;
}
.footer.links {
  grid-area: links;
}
@media (min-width: 768px) {
  .footer.links {
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .footer.links {
    margin: 1.25rem 0 0.5rem;
  }
}
.contact-index-index .page-main {
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .contact-index-index .page-main {
    padding-top: 2.5rem;
  }
}
.contact-index-index .contact-wrapper {
  justify-content: space-between;
}
.contact-index-index .contact-form-wrapper {
  max-width: 550px;
}
.contact-index-index .form.contact .legend {
  display: none;
}
.contact-index-index .form.contact .note {
  --muted-alpha: 1;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.contact-index-index .form.contact .submit {
  width: 100%;
}
@media (min-width: 768px) {
  .account .page-main {
    padding-top: 2rem;
  }
}
.account .page-title-wrapper {
  margin: 0.5rem 0 1rem;
}
.block-title .block-title {
  margin: 0 !important;
  padding: 0 !important;
}
.marquee3k:has(.scroll-reveal-children, .scroll-reveal):not(.is-init) {
  opacity: .01;
}
.askit-item-trigger::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
}
.product.info.detailed #askit-new-question-form {
  max-width: none;
}
.product.info.detailed #askit-new-question-form .fieldset {
  margin-top: 0;
}
.product.info.detailed .askit-question-form:has(#askit-new-question-form[style=""]) .askit-show-form {
  display: none;
}
.product.info.detailed .askit-questions .toolbar:first-child {
  display: none;
}
.product.info.detailed .askit-questions .block-title {
  display: none;
}
.product.info.detailed .askit-items > .askit-item:has(.askit-item-avatar img) {
  min-height: 65px;
  margin-bottom: 0.5rem;
}
.product.info.detailed .askit-items > .askit-item:not(:has(.askit-item-avatar img)) {
  padding: 1rem;
}
@media (min-width: 1024px) {
  .product.info.detailed .askit-items > .askit-item:not(:has(.askit-item-avatar img)) {
    padding: 2.5rem 3rem;
  }
}
.product.info.detailed .askit-item-author,
.product.info.detailed .askit-item-title {
  color: rgba(var(--base-color), var(--muted-alpha, 0.6));
}
.product.info.detailed .askit-item-avatar img {
  border-radius: 0.25rem;
}
.product.info.detailed .askit-item-title {
  display: none;
}
.product.info.detailed .askit-item-body {
  margin: 0 0 1rem;
  cursor: pointer;
  padding-right: 34px;
  font-weight: 600;
  font-size: 1.125rem;
}
.product.info.detailed .askit-item-trigger {
  text-indent: -9999px;
  position: absolute;
  right: 1rem;
  top: 1.125rem;
  color: #000000;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .product.info.detailed .askit-item-trigger {
    top: 2.625rem;
    right: 3rem;
  }
}
.product.info.detailed .askit-item-trigger span {
  display: none;
}
.product.info.detailed .askit-item-trigger:has(~[type="checkbox"]:checked) {
  transform: rotate(-90deg);
}
.product.info.detailed .askit-item-same {
  display: none;
}
.product.info.detailed .askit-item-actions {
  margin-top: -1rem;
}
.product.info.detailed .askit-item-answer:not(:has(.askit-item-avatar img)) {
  padding: 0;
}
.product.info.detailed .askit-item-answer .askit-item-body {
  padding: 0;
  cursor: inherit;
  font-weight: 400;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.product.info.detailed .askit-questions:not(:has(.askit-item-avatar img)) .askit-answer-form {
  padding: 0;
}
@media (min-width: 1024px) {
  .product.info.detailed .askit-question-form {
    float: left;
    width: 34%;
    margin: 0;
  }
  .product.info.detailed [data-role="questions-list"] {
    float: right;
    width: 63%;
    margin: 0;
  }
}
.product.info.detailed > .expanded .askit-items > .askit-item:not(:has(.askit-item-avatar img)) {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.product.info.detailed > .expanded .askit-items > .askit-item:not(:has(.askit-item-avatar img)):last-child {
  border: 0;
}
@media (min-width: 1024px) {
  .product.info.detailed > .expanded .askit-item-trigger {
    top: 1rem;
  }
}
.product.data.items.expanded:first-child #questions .askit-question-form .block-title {
  margin-bottom: 0.5rem;
}
.easycatalogimg .parent-category-over {
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
.easycatalogimg .item {
  text-align: center;
}
.breeze-carousel .easycatalogimg {
  position: relative;
}
.breeze-carousel .easycatalogimg .item {
  flex-shrink: 0;
  width: calc((100% - 4px * 2) / 1.2);
}
@media (min-width: 480px) {
  .breeze-carousel .easycatalogimg .item {
    width: calc((100% - 4px * 2) / 1.5);
  }
}
@media (min-width: 640px) {
  .breeze-carousel .easycatalogimg .item {
    width: calc((100% - 4px * 2) / 2.2);
  }
}
@media (min-width: 768px) {
  .breeze-carousel .easycatalogimg .item {
    width: calc((100% - 4px * 2) / 3);
  }
}
.breeze-carousel .easycatalogimg-grid {
  --item-margin: 0 4px 0 0;
  --item-padding: 0;
  flex-wrap: nowrap;
}
.breeze-carousel .easycatalogimg-grid:not(.slick-list) {
  overflow: hidden;
}
@media (min-width: 768px) {
  .stairs .easycatalogimg-cols-3 .item:nth-child(3n+1) {
    margin-top: 60px;
  }
  .stairs .easycatalogimg-cols-3 .item:nth-child(3n+2) {
    margin-top: 30px;
  }
}
@media (max-width: 639.98px) {
  .easyslide-description {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .easyslide-description {
    padding: 40px 60px;
  }
}
.easyslide-description .title {
  font-size: clamp(22px, 6vw, 56px);
  line-height: 1;
  margin-bottom: 0;
}
.easyslide-description .description {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: clamp(20px, 3.5vw, 44px);
  line-height: 1;
  margin: 2% 0 3.5%;
}
.easyslide-description .pagebuilder-button-primary {
  color: rgba(var(--link-color), var(--link-alpha));
}
.easyslide-wrapper .swiper-pagination-bullet {
  width: 2.5rem;
  height: 2px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
  opacity: .5;
}
.easyslide-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}
.easyslide-wrapper .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1rem;
}
@media (min-width: 640px) {
  .easyslide-wrapper .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 1.5rem;
  }
}
.easytabs-tablist :first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.easytabs-tablist :last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.column > .product.info.detailed > .product.data.items.accordion {
  max-width: 1024px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .column > .product.info.detailed > .product.data.items.accordion > .title {
    border: 0;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem 2rem;
  }
  .column > .product.info.detailed > .product.data.items.accordion > .title.active {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .column > .product.info.detailed > .product.data.items.accordion > .content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.product.info.detailed .tabs-toolbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  justify-content: center;
  max-width: none;
}
.product.info.detailed .tabs-toolbar-item {
  width: auto;
  border-radius: 0.5rem;
}
.column > .product.info.detailed {
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.column > .product.info.detailed:has(.tabs-toolbar) {
  border: 0;
}
.column > .product.info.detailed:has(.product.data.items.expanded)::after {
  display: none;
}
.column > .product.info.detailed:has(.product.data.items.expanded) .additional-attributes-wrapper {
  background: #f6f5f4;
}
.column > .product.info.detailed > .product.data.items.expanded {
  padding-top: 1rem;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .column > .product.info.detailed > .product.data.items.expanded {
    padding-top: 3.5rem;
  }
}
@media (min-width: 768px) {
  .column > .product.info.detailed > .product.data.items.expanded > .content {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 1023.98px) {
  #product\.info\.description {
    flex-direction: column;
    gap: 0.5rem;
  }
  #product\.info\.description[aria-hidden="false"] {
    display: flex !important;
  }
  #product\.info\.description .additional-attributes-wrapper {
    order: 10;
  }
}
@media (min-width: 1024px) {
  #product\.info\.description .additional-attributes-wrapper {
    float: right;
    width: 45%;
    margin-left: 2rem;
  }
}
.product.data.items.expanded > .title {
  border-radius: 0.5rem;
}
.product.data.items.expanded > .title h2 {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .product.data.items.expanded #product\.info\.description .additional-attributes-wrapper {
    margin-top: -2rem;
  }
}
@media (min-width: 1024px) {
  .product.data.items.expanded:first-child #product\.info\.description .additional-attributes-wrapper {
    margin-top: -5rem;
  }
}
@media (min-width: 1024px) {
  .product.data.items.expanded #reviews {
    padding: 4rem 0;
  }
  .product.data.items.expanded #reviews + .title + .content {
    padding-top: 3rem;
  }
  .product.data.items.expanded #tab-label-reviews,
  .product.data.items.expanded #tab-label-questions {
    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: 1023.98px) {
  .product.data.items.expanded #reviews {
    margin-bottom: 1rem;
  }
  .product.data.items.expanded .review-add {
    max-width: none !important;
  }
}
@media (max-width: 767.98px) {
  .product.data.items.expanded .review-form {
    margin-top: 1rem;
  }
}
.navigation .navpro-menu {
  justify-content: center;
}
.amazonstyle-checkboxes {
  border-radius: 0.25rem;
}
.amazon-stripe .plus {
  display: none !important;
}
.amazon-stripe .block-content .amazonstyle-images {
  gap: 0;
}
.amazon-stripe .product-photo-wrapper .checkbox {
  border-radius: 999px;
  padding: 0.5rem;
}
.amazon-stripe .details-toggler + label {
  color: #111827;
}
.amazon-stripe .totalprice {
  text-align: center;
}
.amazon-stripe .totalprice .price-label,
.amazon-stripe .totalprice .price-container,
.amazon-stripe .totalprice .msrp-message {
  font-size: 1.25rem;
  letter-spacing: -0.025rem;
  color: #111827;
  display: block;
}
@media (min-width: 768px) {
  .amazon-stripe .totalprice .price-label,
  .amazon-stripe .totalprice .price-container,
  .amazon-stripe .totalprice .msrp-message {
    font-size: 1.5rem;
  }
}
.amazon-stripe .totalprice .price-container {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.75rem;
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  .amazon-stripe .totalprice .price-container {
    font-size: 2.25rem;
    margin: 1rem 0;
  }
}
.testimonials-slider .swiper-button-prev::before,
.testimonials-slider .swiper-button-next::before {
  content: '';
  display: block;
  width: 68px;
  height: 25px;
}
.breeze figure.testimonial blockquote {
  border-radius: 0.25rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.breeze figure.testimonial blockquote::before,
.breeze figure.testimonial blockquote::after {
  display: none;
}
.breeze figure.testimonial .testimonial-message::before {
  content: "“";
}
.breeze figure.testimonial .testimonial-message::after {
  content: "”";
}
.breeze figure.testimonial .author .author-name {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.block.testimonials-slider .content-heading {
  text-align: left;
}
.block.testimonials-slider .content-heading .title {
  padding-right: 180px;
}
.block.testimonials-slider .block-content {
  max-width: none;
}
.block.testimonials-slider figure.testimonial {
  padding: 30px 30px 50px;
  transition: margin-top 0.2s ease;
}
.block.testimonials-slider figure.testimonial blockquote {
  border: 0;
  filter: none;
  padding: 25px 40px 20px;
  background: none;
}
.block.testimonials-slider figure.testimonial blockquote .arrow {
  display: none;
}
.block.testimonials-slider figure.testimonial img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
.block.testimonials-slider figure.testimonial .rating-result {
  margin: 15px auto;
}
.block.testimonials-slider figure.testimonial .testimonial-message {
  margin: 15px auto;
  font-size: 1.25rem;
  text-align: center;
}
.block.testimonials-slider figure.testimonial .testimonial-message .clamp-toggle {
  bottom: 3px;
}
.block.testimonials-slider figure.testimonial .author {
  position: static;
  padding: 0;
  text-align: center;
  transform: none;
}
.block.testimonials-slider .swiper-container {
  padding-top: 110px;
  margin-top: -75px;
}
@media (min-width: 1024px) {
  .block.testimonials-slider .swiper-container .swiper-slide {
    margin-top: 40px;
  }
  .block.testimonials-slider .swiper-container .swiper-slide-next {
    margin-top: 0px;
  }
  .block.testimonials-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide:nth-child(3n+2) {
    margin-top: 0;
  }
}
.block.testimonials-slider .swiper-button-prev,
.block.testimonials-slider .swiper-button-next {
  background-image: none !important;
  margin: 0 !important;
  top: 0;
  width: 90px;
  height: 40px;
}
.block.testimonials-slider .swiper-button-prev::before,
.block.testimonials-slider .swiper-button-next::before {
  width: 90px;
  height: 40px;
}
.block.testimonials-slider .swiper-button-prev {
  left: auto !important;
  right: 90px;
}
