*,
::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, .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;
}
.breeze .products-grid.slick-initialized,
.breeze [data-content-type='products'][data-appearance='carousel'] {
  position: relative;
  display: grid;
}
.breeze .products-grid.slick-initialized[data-show-dots="true"],
.breeze [data-content-type='products'][data-appearance='carousel'][data-show-dots="true"] {
  padding-bottom: 55px;
}
.breeze .products-grid.slick-initialized .slick-list,
.breeze [data-content-type='products'][data-appearance='carousel'] .slick-list,
.breeze .products-grid.slick-initialized > .product-items,
.breeze [data-content-type='products'][data-appearance='carousel'] > .product-items {
  padding-left: 15px;
  padding-right: 15px;
  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 .products-grid.slick-initialized .slick-list::-webkit-scrollbar,
.breeze [data-content-type='products'][data-appearance='carousel'] .slick-list::-webkit-scrollbar,
.breeze .products-grid.slick-initialized > .product-items::-webkit-scrollbar,
.breeze [data-content-type='products'][data-appearance='carousel'] > .product-items::-webkit-scrollbar {
  display: none;
}
.breeze .products-grid.slick-initialized li.product-item,
.breeze [data-content-type='products'][data-appearance='carousel'] li.product-item {
  flex-shrink: 0;
  display: inline-block;
  visibility: visible;
}
.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: 1rem;
  margin: 1rem 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;
  margin: 16px 0 0;
}
.breeze-gallery:not(.opened) .thumbnails.dots img {
  display: none;
}
.breeze-gallery:not(.opened) .thumbnails.dots .item {
  background: #e6e6e6;
  width: 12px;
  height: 12px;
}
.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 {
  background-color: 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: 2;
  --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;
}
.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);
  }
}
.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 > div {
  flex-shrink: 0;
}
.breeze .slick-dots {
  position: absolute;
  bottom: 6px;
}
.breeze .slick-dots li {
  z-index: 5;
}
@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'] {
    max-width: var(--container-max-width, 1240px);
  }
}
:where(.products-grid, .widget-product-carousel) .product-item .actions-secondary,
:where(.products-grid, .widget-product-carousel) .product-item [class^="swatch-opt-"],
.pagebuilder-overlay {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.breeze-inactive :where(.products-grid, .widget-product-carousel) .product-item .actions-secondary,
.breeze-inactive :where(.products-grid, .widget-product-carousel) .product-item [class^="swatch-opt-"],
.breeze-inactive .pagebuilder-overlay {
  transition: none !important;
}
.breeze-block-sidebar > .title,
.breeze-block-sidebar .block-title,
.paypal-review .paypal-review-title,
.block > .title,
.block .block-title {
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  padding: 0.75rem 0;
  border: 2px solid #1f2937;
  border-width: 0 0 2px;
}
.breeze-block-sidebar > .title strong,
.breeze-block-sidebar .block-title strong,
.paypal-review .paypal-review-title strong,
.block > .title strong,
.block .block-title strong {
  font-weight: 700;
}
.breeze-block-sidebar .block-content,
.block .block-content {
  display: flow-root;
}
.breeze-block-sidebar .block-content.no-display,
.block .block-content.no-display {
  display: none;
}
.breeze-block-content .block-title,
.page-footer .block.newsletter .title,
.main .block .block-title,
.page-footer .block.newsletter .block-title {
  font-size: 1.5rem;
  padding: 1.25rem 0;
  border: 0;
  border-width: 0;
}
.breeze-block-hero .block-title,
.page-footer .block.newsletter .title,
.block-hero .block-title,
.page-bottom .block .block-title,
.cms-index-index .main .block .block-title,
.catalog-product-view .main > .block .block-title {
  line-height: 1.75rem;
  font-size: 1.75rem;
  padding: 2rem 0 1.25rem;
  text-align: center;
}
.breeze-block-hero .block-title::before,
.page-footer .block.newsletter .title::before,
.block-hero .block-title::before,
.page-bottom .block .block-title::before,
.cms-index-index .main .block .block-title::before,
.catalog-product-view .main > .block .block-title::before {
  content: '';
  display: block;
  margin: 0 auto 1.25rem;
  width: 48px;
  height: 9px;
}
.breeze-block-hero-cms .block-title,
.cms-index-index .main .block .block-title,
.cms-index-index .main .block-hero .block-title {
  line-height: clamp(1.75rem, 3rem, 2.2vw);
  font-size: clamp(1.75rem, 2.5rem, 2vw);
  padding: clamp(2rem, 2.5rem, 3vw) 0 clamp(1.25rem, 1.75rem, 1.8vw);
}
:where(body:not(.narrow-page-reset)) .checkout-success,
:where(body:not(.narrow-page-reset)) #registration,
.form.form-orders-search,
.form.search.advanced,
.form.password.forget,
.form.password.reset,
.form.send.confirmation,
.form-create-account,
.login-container,
.column.main .form.contact,
.page-layout-1column.cms-no-route .columns,
.paypal-review,
.footer-top .form.contact {
  position: relative;
  z-index: 2;
  max-width: 550px;
  margin: 0 auto;
  padding: 2.5rem 3rem;
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  border: 3px solid #000000;
  border-width: 3px 0 0;
  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,
  .column.main .form.contact,
  .page-layout-1column.cms-no-route .columns,
  .paypal-review,
  .footer-top .form.contact {
    padding: 1rem 1.5rem;
  }
}
.footer-top .form.contact .legend {
  font-size: 2.25rem;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .breadcrumbs ul {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
  }
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.breadcrumbs li::after {
  content: '';
  width: 1rem;
  height: 1rem;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.swatch-option-tooltip {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: -9999px;
}
.field-tooltip-content,
.dropdown.options .dropdown,
.tooltip.wrapper .tooltip.content,
.minicart-wrapper .mage-dropdown-dialog,
.minisearch .search-autocomplete,
.map-popup,
.navigation .submenu {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: -9999px;
}
.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;
}
[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;
}
[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 {
  content: '';
  height: 1.25rem;
  width: 1.25rem;
  transform: rotate(90deg);
}
._active[data-collapsible] > [data-role="title"]::after,
._active[data-role="collapsible"] > [data-role="title"]::after,
._active[data-mage-init*='"collapsible":'] > [data-role="title"]::after,
[data-collapsible] > [data-role="title"][aria-expanded="true"]::after,
[data-role="collapsible"] > [data-role="title"][aria-expanded="true"]::after,
[data-mage-init*='"collapsible":'] > [data-role="title"][aria-expanded="true"]::after,
[data-mage-init*='"collapsible":'][data-mage-init*='"active":true'] > [data-role="title"]:not([aria-expanded])::after,
.block-collapsible-nav > .title.active::after,
.dropdown.options:not(.no-chevron) .toggle.active::after {
  transform: rotate(-90deg);
}
:where(input:not([type=range])),
textarea,
select {
  outline: none;
  position: relative;
  padding: 0.5rem 0.75rem;
  width: 100%;
  color: rgba(var(--input-color), var(--input-alpha));
  background: rgba(var(--input-bg), var(--input-bg-alpha));
  border: 2px solid rgba(var(--input-border-color), var(--input-border-alpha));
  border-radius: 0.25rem;
  box-shadow: none;
}
:where(input:not([type=range])):disabled,
textarea:disabled,
select:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.listing-grid-item-actions-primary-absolute .product-item-details .actions-primary .stock,
button,
.action.primary,
input[type='submit'],
input[type='reset'],
input[type='button'],
.pagebuilder-button-primary,
.pagebuilder-button-secondary,
.pagebuilder-button-link {
  outline: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  color: rgba(var(--button-color), var(--button-alpha, 1));
  background: rgba(var(--button-bg), var(--button-bg-alpha));
  border: 2px 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 {
  opacity: .5;
  cursor: not-allowed;
}
.action.primary,
.action-primary,
[type='submit'],
.pagebuilder-button-primary {
  --link-color: var(--button-color);
  --link-alpha: 1;
}
: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,
.product-items .product-item .actions-primary .tocart {
  --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 {
  --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 .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 .action-gift:focus-visible {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.button-xs button,
.button-xs .pagebuilder-button-primary,
.button-xs .pagebuilder-button-secondary,
.button-xs .pagebuilder-button-link {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem 0.5rem;
}
.button-lg button,
.button-lg .pagebuilder-button-primary,
.button-lg .pagebuilder-button-secondary,
.button-lg .pagebuilder-button-link,
.form.form-orders-search .action.primary,
.form.search.advanced .action.primary,
.form.password.forget .action.primary,
.form.password.reset .action.primary,
.form.send.confirmation .action.primary,
.form-create-account .action.primary,
.column.main .form.contact .action.primary {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.button-xl button,
.button-xl .pagebuilder-button-primary,
.button-xl .pagebuilder-button-secondary,
.button-xl .pagebuilder-button-link {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  padding: 0.75rem 2.5rem;
}
.cart.table .field.qty input.qty {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem;
  width: auto;
  flex-grow: 0;
}
@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: 2rem;
  }
  .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 .columns {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  [data-mage-init*='"tabs":'] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.5rem 0 1rem;
  }
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"] {
  order: -1;
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  color: #a1a1aa;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  [data-mage-init*='"tabs":'] > [data-role="collapsible"] {
    --muted-bg-alpha: .5;
    justify-content: space-between;
    border-bottom: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  }
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]::after {
    content: '';
    height: 1.25rem;
    width: 1.25rem;
    transform: rotate(90deg);
  }
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-last-child(2) {
    border-bottom-color: transparent;
  }
}
@media (min-width: 768px) {
  [data-mage-init*='"tabs":'] > [data-role="collapsible"] {
    margin: 0 2rem 0 0;
    border: 2px solid transparent;
    border-width: 0 0 2px !important;
    white-space: nowrap;
  }
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"] .counter {
  opacity: .8;
  padding: 0.125rem 0.5rem;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
  display: none;
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"],
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]) {
  z-index: 2;
}
[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) {
  [data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"],
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]) {
    border-bottom-color: transparent;
  }
}
@media (min-width: 768px) {
  [data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"],
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]) {
    border-color: #4b5563;
  }
}
[data-content-type="tabs"] .tab-header {
  order: -1;
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  color: #a1a1aa;
  font-size: 1.5rem;
  font-weight: bold;
}
[data-content-type="tabs"] .tab-header {
  margin: 0 2rem 0 0;
  border: 2px solid transparent;
  border-width: 0 0 2px !important;
  white-space: nowrap;
}
[data-content-type="tabs"] .tab-header.active {
  z-index: 2;
}
[data-content-type="tabs"] .tab-header.active::after {
  transform: rotate(-90deg);
}
[data-content-type="tabs"] .tab-header.active {
  border-color: #4b5563;
}
[data-mage-init*='"tabs":'] > [data-role="content"] {
  display: none;
  visibility: hidden;
  opacity: 0;
  padding: 0.25rem 0;
}
@media (min-width: 768px) {
  [data-mage-init*='"tabs":'] > [data-role="content"] {
    width: 100%;
    margin: -2px 0 0;
    padding: 2.5rem 0 1rem;
    border: 2px solid rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
    border-width: 2px 0 0;
  }
}
[data-mage-init*='"tabs":'] > [data-role="content"][aria-hidden="false"],
[data-mage-init*='"tabs":'] > [data-role="content"]:nth-child(2):not([aria-hidden]) {
  visibility: visible;
  opacity: 1;
  display: block;
}
[data-content-type="tabs"] .tabs-content > div {
  display: none;
  visibility: hidden;
  opacity: 0;
  padding: 0.25rem 0;
}
[data-content-type="tabs"] .tabs-content > div {
  width: 100%;
  margin: -2px 0 0;
  padding: 2.5rem 0 1rem;
  border: 2px solid rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
  border-width: 2px 0 0;
}
[data-content-type="tabs"] .tabs-content > div[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  display: block;
}
.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 .control > label .label,
.page-header .switcher .label,
.block.filter .filter-content-close span,
.block.filter .filter-options .filter-count-label,
.product-items .towishlist span,
.product-items .tocompare span,
.product-items.product-items-names .choice .label,
.toolbar .sorter-action span,
.toolbar .modes-label,
.toolbar .mode-grid span,
.toolbar .mode-list span,
.pages .label,
.pages .action.previous span,
.pages .action.next span,
.minicart-wrapper .action.showcart .text,
.header .block-search .label span,
.minisearch .action.search span,
.nav-toggle span,
.normal-price .price-label,
.minimal-price-link,
.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 .field.qty span,
.cart.table a.action-edit span,
.cart.table a.action-delete span,
.cart.table a.action-towishlist span,
.form-wishlist-items .qty > label,
.form-wishlist-items .comment-box > label,
.normal-price .msrp-message,
.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;
}
label button,
label a,
table .id a,
table .actions a,
a[href^="tel:"],
a[href^="mailto:"],
a.alert,
address a,
.block .block-title a,
.actions-toolbar a,
.box-actions a,
.product-item-details dl a,
.map-show-info,
.minimal-price-link,
.prices-tier a,
.block.related .action.select,
.samples a,
.reviews-actions a,
.search-suggestions a,
.cart.table .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,
a[href^="tel:"]:hover,
a[href^="mailto:"]:hover,
a.alert:hover,
address a:hover,
.block .block-title a:hover,
.actions-toolbar a:hover,
.box-actions a:hover,
.product-item-details dl a:hover,
.map-show-info:hover,
.minimal-price-link:hover,
.prices-tier a:hover,
.block.related .action.select:hover,
.samples a:hover,
.reviews-actions a:hover,
.search-suggestions a:hover,
.cart.table .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;
}
.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)),
[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;
}
.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,
[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;
}
.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,
[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;
}
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)),
[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;
}
.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),
[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;
}
.prose section,
.cms-no-route .main section,
.cms-page-view .main section,
[data-content-type="row"] section,
.product.attribute section {
  margin-bottom: 1rem;
}
ul.disc,
.prose :where(ul:not(.unstyled):not(.items)),
.prose :where(ol:not(.unstyled):not(.product-items)),
.cms-no-route .main :where(ul:not(.unstyled):not(.items)),
.cms-no-route .main :where(ol:not(.unstyled):not(.product-items)),
.cms-page-view .main :where(ul:not(.unstyled):not(.items)),
.cms-page-view .main :where(ol:not(.unstyled):not(.product-items)),
[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;
}
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)),
[data-content-type="row"] :where(ul:not(.unstyled):not(.items)),
.product.attribute :where(ul:not(.unstyled):not(.items)) {
  list-style: disc;
}
.prose :where(ol:not(.unstyled):not(.product-items)),
.cms-no-route .main :where(ol:not(.unstyled):not(.product-items)),
.cms-page-view .main :where(ol:not(.unstyled):not(.product-items)),
[data-content-type="row"] :where(ol:not(.unstyled):not(.product-items)),
.product.attribute :where(ol:not(.unstyled):not(.product-items)) {
  list-style: auto;
}
.prose ol.nested-counter,
.cms-no-route .main ol.nested-counter,
.cms-page-view .main ol.nested-counter,
[data-content-type="row"] ol.nested-counter,
.product.attribute ol.nested-counter {
  counter-reset: item;
}
.prose ol.nested-counter li,
.cms-no-route .main ol.nested-counter li,
.cms-page-view .main ol.nested-counter li,
[data-content-type="row"] ol.nested-counter li,
.product.attribute ol.nested-counter li {
  counter-increment: item;
}
.prose ol.nested-counter ol > li::marker,
.cms-no-route .main ol.nested-counter ol > li::marker,
.cms-page-view .main ol.nested-counter ol > li::marker,
[data-content-type="row"] ol.nested-counter ol > li::marker,
.product.attribute ol.nested-counter ol > li::marker {
  content: counters(item, '.') ' ';
}
.prose li::marker,
.cms-no-route .main li::marker,
.cms-page-view .main li::marker,
[data-content-type="row"] li::marker,
.product.attribute li::marker {
  --muted-alpha: .4;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.prose blockquote,
.cms-no-route .main blockquote,
.cms-page-view .main 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;
}
.prose code,
.cms-no-route .main code,
.cms-page-view .main code,
[data-content-type="row"] code,
.product.attribute code {
  font-weight: 600;
}
.prose code::before,
.prose code::after,
.cms-no-route .main code::before,
.cms-no-route .main code::after,
.cms-page-view .main code::before,
.cms-page-view .main code::after,
[data-content-type="row"] code::before,
[data-content-type="row"] code::after,
.product.attribute code::before,
.product.attribute code::after {
  content: "`";
}
.prose pre,
.cms-no-route .main pre,
.cms-page-view .main 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));
}
.prose pre code,
.cms-no-route .main pre code,
.cms-page-view .main pre code,
[data-content-type="row"] pre code,
.product.attribute pre code {
  font-weight: 400;
}
.prose pre code:before,
.prose pre code:after,
.cms-no-route .main pre code:before,
.cms-no-route .main pre code:after,
.cms-page-view .main pre code:before,
.cms-page-view .main pre code:after,
[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: '';
}
.prose hr,
.cms-no-route .main hr,
.cms-page-view .main hr,
[data-content-type="row"] hr,
.product.attribute hr {
  margin: 2rem 0;
}
.prose figcaption,
.cms-no-route .main figcaption,
.cms-page-view .main figcaption,
[data-content-type="row"] figcaption,
.product.attribute figcaption {
  margin-top: 0.5rem;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.prose .lead,
.cms-no-route .main .lead,
.cms-page-view .main .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, .6));
}
.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],
[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;
}
.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],
[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;
}
.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,
[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,
.slick-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
[data-content-type="tabs"] .tabs-navigation,
.slick-dots {
  padding-left: 0 !important;
}
[data-content-type="tabs"] .tabs-navigation,
.slick-dots {
  list-style: none !important;
}
.color-invert,
.page-header .panel.wrapper {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  --base-color: 255, 255, 255;
  --base-alpha: 0.85;
  --headings-color: 255, 255, 255;
  --headings-alpha: 0.9;
  --link-color: 147, 197, 253;
  --link-alpha: 0.9;
  --muted-bg: 255, 255, 255;
  --muted-bg-alpha: 0.05;
  --ring-color: 255, 255, 255;
  --ring-alpha: 0.7;
  --button-bg: var(--gray-50);
  --button-border-color: var(--gray-50);
  --button-color: var(--gray-900);
  --input-color: 255, 255, 255;
  --input-alpha: 0.85;
  --input-bg-alpha: 0.07000000000000001;
  --input-border-alpha: 0;
}
: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: var(--red);
  --info-color: var(--blue);
  --success-color: var(--green);
  --success-bg: var(--green-muted);
  --base-alpha: 1;
  --base-color: 17, 24, 39;
  --base-bg: 255, 255, 255;
  --muted-bg: 243, 244, 246;
  --z-layer-color: var(--base-color);
  --z-layer-bg: var(--base-bg);
  --z-overlay-bg: 0, 0, 0;
  --ring-color: var(--brand-color);
  --link-alpha: 0.85;
  --link-color: var(--blue);
  --headings-alpha: 1;
  --headings-color: var(--base-color);
  --block-title-color: var(--base-color);
  --input-alpha: 1;
  --input-color: var(--base-color);
  --input-bg: var(--base-bg);
  --input-bg-alpha: 1;
  --input-border-alpha: 1;
  --input-border-color: var(--gray-900);
  --input-outline-color: var(--input-border-color);
  --input-outline-alpha: 0;
  --checkbox-color: var(--brand-color);
  --button-color: 255, 255, 255;
  --button-bg: var(--brand-color);
  --button-bg-alpha: 1;
  --button-hover-bg-alpha: 0.9;
  --button-border-alpha: 0;
  --button-border-color: var(--button-bg);
  --button-secondary-color: var(--gray-600);
  --button-secondary-bg: var(--gray-200);
  --button-secondary-border-color: var(--button-secondary-bg);
  --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;
}
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)),
.nested > .field,
button + .field,
.field + .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, .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, .6));
}
.ui-datepicker-trigger::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.control.captcha-image {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
html {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.heading {
  color: rgba(var(--headings-color), var(--headings-alpha, 1));
}
h1,
.h1 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}
* + h1,
* + .h1 {
  margin-top: 2rem;
}
h2,
.h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}
* + h2,
* + .h2 {
  margin-top: 2rem;
}
h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
* + h3,
* + .h3 {
  margin-top: 1rem;
}
h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}
h5,
.h5 {
  margin-bottom: 0.25rem;
}
h6,
.h6 {
  margin-bottom: 0.25rem;
}
dl dt {
  font-weight: 500;
}
dl dd + dt {
  margin-top: 0.25rem;
}
.icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  gap: 0.25rem;
}
svg.icon,
.icon > svg {
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}
svg.icon.small,
.icon.small > svg {
  width: 1rem;
  height: 1rem;
}
svg.icon.big,
.icon.big > svg {
  width: 1.75rem;
  height: 1.75rem;
}
.icon.rounded {
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
  padding: 0.75rem;
}
.icon.rounded.small {
  padding: 0.5rem;
}
.icon.rounded {
  border-radius: 0.25rem;
}
.icon.rounded-sm {
  border-radius: 0.125rem;
}
.icon.rounded-lg {
  border-radius: 0.5rem;
}
.icon.rounded-full {
  border-radius: 9999px;
}
.table-wrapper:not(.grouped) {
  overflow-x: auto;
  position: relative;
}
table {
  border-color: rgba(var(--base-color), var(--divider-alpha, .1));
  text-align: left;
  width: 100%;
}
table .id a,
table .actions a {
  margin: 0 0.25rem 0.25rem 0;
}
table .id a:last-child,
table .actions a:last-child {
  margin: 0;
}
table tr {
  --divider-alpha: .07;
  border-bottom: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
table th {
  font-weight: 500;
}
table td,
table th {
  border-color: rgba(var(--base-color), var(--divider-alpha, .1));
  vertical-align: top;
  padding: 0.75rem 0.5rem;
}
table td:first-child,
table th:first-child {
  padding-left: 0;
}
table td:last-child,
table th:last-child {
  padding-right: 0;
}
table thead tr {
  --divider-alpha: .15;
}
table thead th {
  color: rgba(var(--headings-color), var(--headings-alpha, 1));
}
table tbody:last-child tr:last-child {
  border-bottom: 0;
}
table tfoot tr {
  border: 0;
}
table tfoot th,
table tfoot td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
table tfoot .mark {
  text-align: right;
}
table[border] {
  border-style: solid;
}
table[border] tr {
  --divider-alpha: .07;
}
table[border] td:first-child,
table[border] th:first-child {
  padding-left: 0.5rem;
}
table[border][style*="border-color"] tr,
table[border][style*="border-color"] th,
table[border][style*="border-color"] td {
  border-color: inherit;
}
@media (max-width: 639.98px) and screen {
  .mobile-table,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) {
    display: block;
  }
  .mobile-table thead,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) thead {
    display: none;
  }
  .mobile-table tbody,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) tbody,
  .mobile-table tfoot,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) tfoot,
  .mobile-table th,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) th,
  .mobile-table tr,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) tr,
  .mobile-table td,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) td {
    display: block;
  }
  .mobile-table tr,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) tr {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .mobile-table td,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) td,
  .mobile-table th,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) th {
    padding: 0.25rem 0;
  }
  .mobile-table td[data-th]::before,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) td[data-th]::before,
  .mobile-table th[data-th]::before,
  .table:not(.additional-attributes):not(.table-totals):not(.totals):not(.cart):not(.table-comparison):not(.grouped) th[data-th]::before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: rgba(var(--base-color), var(--muted-alpha, .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, .6));
}
.prose,
.cms-no-route .main,
.cms-page-view .main {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-reset {
  font-size: 1rem;
  line-height: 1.5rem;
}
.filter-invert {
  filter: invert(1);
}
.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-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;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.max-w-xs {
  max-width: 480px;
}
.max-w-sm {
  max-width: 640px;
}
.max-w-md {
  max-width: 768px;
}
.max-w-lg {
  max-width: 1024px;
}
.max-w-xl {
  max-width: 1280px;
}
.max-w-xxl {
  max-width: 1536px;
}
.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;
  }
}
@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;
  }
}
@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));
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@media (max-width: 767.98px) {
  .md-down\:justify-center {
    justify-content: center;
  }
  .md-down\:a-center,
  .md-down-a-center {
    text-align: center;
  }
}
[data-mage-init*='"collapsible":']:not([data-mage-init*='"active":true']) > [data-role=content] {
  display: block !important;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}
.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: 1260px;
  --container-padding: 0.625rem 0.5rem;
}
@media (min-width: 1280px) {
  :root {
    --container-max-width: 85%;
  }
}
@media (min-width: 1536px) {
  :root {
    --container-max-width: 1280px;
  }
}
.container,
.breadcrumbs ul,
.page-main,
.footer.content,
.message.global .content,
.header.panel,
.header.content,
.breeze.breeze-theme #maincontent > .page.messages .messages,
.page-wrapper > .navigation-wrapper .navigation,
.page-header > .navigation-wrapper .navigation,
.page-layout-cms-full-width main .page-title-wrapper .page-title,
[data-content-type="row"] [data-element="inner"] {
  width: 100%;
  max-width: var(--container-max-width);
  margin: var(--container-margin);
  padding: var(--container-padding);
}
.scroller {
  width: 100%;
  overflow: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroller::-webkit-scrollbar {
  display: none;
}
.loading-mask,
.load.indicator {
  display: none;
}
.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.print,
.action.mailto {
  display: inline-flex;
  align-items: center;
}
.towishlist::before,
.tocompare::before,
.action.print::before,
.action.mailto::before {
  flex-shrink: 0;
  content: '';
  width: 2rem;
  height: 2rem;
}
:where(.page-main, .page-bottom) .block ~ div {
  margin-top: 2.25rem;
}
.sidebar-main .block:last-child {
  margin-bottom: 2.25rem;
}
.block .block-title a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 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;
}
.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 {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
  font-size: 0.85rem;
  min-height: 4rem;
}
.breadcrumbs ul {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .home {
  position: relative;
}
.breadcrumbs .home::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1rem;
}
.breadcrumbs .home a {
  position: relative;
  z-index: 2;
  text-indent: -9999px;
  width: 1rem;
  height: 1rem;
}
.category-image {
  margin: 0 0 0.5rem;
}
.category-image + .category-description {
  margin-top: 0;
}
.category-description {
  line-height: 1.75rem;
  font-size: 1.125rem;
  color: #4b5563;
  margin: -0.5rem 0 1rem;
}
.category-description [data-content-type="row"] [data-element="inner"] {
  max-width: none;
  padding: 0;
  margin: 0;
}
.table-comparison .price-box {
  margin: 0.5rem 0;
}
:root {
  --sidebar-width: 180px;
  --sidebar-gap: 1rem;
}
@media (min-width: 1024px) {
  :root {
    --sidebar-width: 220px;
    --sidebar-gap: 2rem;
  }
}
.column.main {
  min-height: clamp(100px, 25vh, 300px);
}
.page-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;
}
.footer-top {
  padding: 8rem 0 6rem;
}
.footer-middle {
  padding: 8rem 0 2rem;
}
.page-footer {
  margin-top: auto;
}
.page-footer .switcher {
  margin-bottom: 0.5rem;
}
.page-footer .pagebuilder-column-group + .pagebuilder-column-group {
  margin-top: 2.5rem;
}
.page-footer .block .title,
.page-footer .block .block-title {
  border: 0;
  padding: 0;
  font-size: 1rem;
}
.page-footer .block.newsletter {
  margin: 0 0 1rem;
  --input-border-color: 229, 231, 235;
  --input-bg: 229, 231, 235;
}
.page-footer .block.newsletter .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  max-width: 420px;
  margin: 0 auto;
  text-align: left;
}
.page-footer .block.newsletter .form > :not(.newsletter):not(.actions) {
  order: 10;
}
.page-footer .block.newsletter .control > label::before {
  content: '';
  z-index: 1;
  position: absolute;
  pointer-events: none;
  color: #6b7280;
  left: 0.5rem;
  top: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
}
.page-footer .block.newsletter .control > label input {
  padding-left: 2.15rem;
}
.page-footer .block.newsletter .control input {
  min-width: 250px;
}
.footer.content {
  padding-top: 2rem;
  text-align: center;
}
.footer.links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  justify-content: center;
}
.footer.links a:hover {
  text-decoration: underline;
}
.copyright {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.message.global {
  color: #222;
  background: rgb(var(--yellow));
  margin: 0;
  border-radius: 0;
}
.message.global .content {
  padding: 0.5rem;
}
.message.global .actions {
  margin-top: 0.75rem;
}
.message.global.cookie {
  position: fixed;
  z-index: 40;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.04);
}
.message.global.noscript {
  text-align: center;
}
:root {
  --header-panel-slideout: true;
}
.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: center;
}
@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: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  align-items: center;
}
.page-header {
  position: relative;
  background: #ffffff;
  border: 2px solid #eff3f6;
  border-width: 0 0 2px;
}
.page-header .panel.wrapper {
  background: #000d3a;
}
.page-header .logo img:not([width]) {
  width: 100%;
  min-width: 80px;
  max-width: 170px;
}
.page-header .logo + *,
.page-header .logo + .navigation-wrapper + * {
  margin-left: auto;
}
.page-header .block .block-title {
  font-size: 1rem;
  margin: 0;
}
.header-panel-info {
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: -0.02rem;
  margin: 0 auto 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.75rem;
}
.header-panel-info .heading,
.header-panel-info > .switcher-label {
  display: none;
}
.header-panel-info .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.header-panel-info a {
  color: currentColor;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@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 {
    display: none;
  }
}
.account-dropdown > .action::before,
.wishlist-dropdown > .action::before {
  flex-shrink: 0;
}
.account-dropdown > .action::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.121 17.804A13.937 13.937 0 0112 16c2.5 0 4.847.655 6.879 1.804M15 10a3 3 0 11-6 0 3 3 0 016 0zm6 2a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.wishlist-dropdown > .action::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
@media (max-width: 767.98px) {
  .block.filter .filter-content {
    position: fixed;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .column.main .block.filter .filter-options-content {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    right: 0;
    top: -9999px;
  }
  .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 {
  margin-bottom: 0.25rem;
}
.block.filter .filter-options-item:last-child {
  margin-bottom: 0;
}
.block.filter .filter-options-title {
  font-weight: 500;
  padding: 0.25rem 0;
}
.block.filter .filter-options-title :first-child {
  margin-right: auto;
}
.block.filter .filter-options-title::after {
  opacity: .3;
}
.block.filter .filter-options-content {
  color: #374151;
}
.block.filter .filter-options-content > :first-child {
  margin: 0.5rem 0 0.75rem;
}
.block.filter dt {
  padding: 0.25rem 0;
}
.block.filter .content .count,
.block.filter .filter-options .count {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: inline-flex;
  white-space: nowrap;
  font-weight: 300;
  opacity: .5;
  margin-left: 0.25rem;
}
.block.filter .content .count::before,
.block.filter .filter-options .count::before {
  content: '(';
}
.block.filter .content .count::after,
.block.filter .filter-options .count::after {
  content: ')';
}
.block.filter .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;
    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: 5;
    top: 0;
    margin: 0;
    max-width: 9rem;
    white-space: nowrap;
    overflow: hidden;
  }
  .block.filter .filter-current-subtitle {
    display: block;
    padding: 0.25rem 0;
  }
  .block.filter .filter-content .item {
    padding: 0.125rem 0;
  }
}
@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: 1.5rem;
  --listing-grid-columns: 2;
  --listing-grid-item-padding: 0px;
  --listing-grid-item-margin: 0px;
}
@media (min-width: 640px) {
  :root {
    --listing-grid-columns: 3;
  }
}
@media (min-width: 1024px) {
  :root {
    --listing-grid-columns: 4;
  }
}
@media (min-width: 1280px) {
  :root {
    --listing-grid-columns: 3;
  }
}
@media (hover: hover) {
  :root {
    --swatches-over-image: true;
  }
}
@media (min-width: 768px) {
  .page-layout-1column {
    --listing-grid-columns: 4;
  }
}
@media (min-width: 1024px) {
  .page-layout-1column {
    --listing-grid-columns: 5;
  }
}
@media (min-width: 1280px) {
  .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;
}
.image-magnifier-lens,
.image-magnifier-lens img,
.image-magnifier-stage,
.product.media .item,
.product.media .thumbnails a::after {
  border-radius: 0.25rem;
}
.product-item-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}
.actions-primary .stock {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
  white-space: nowrap;
}
.actions-secondary {
  display: flex;
  gap: 0.125rem;
}
.actions-secondary .action {
  --muted-alpha: .4;
  padding: 0px;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
  background: transparent;
  border-radius: 0.25rem;
}
.actions-secondary .action::before {
  width: 2rem;
  height: 2rem;
}
.actions-secondary .action:focus-visible {
  z-index: 2;
}
.actions-secondary .action .loading-mask {
  border-radius: 0.25rem;
}
.product-items .product-item-name {
  font-weight: 600;
}
.product-items .product-item-photo {
  position: relative;
}
.product-items .product-item-info {
  position: relative;
  display: flex;
  gap: 0.5rem;
}
.product-items .product-item-details {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-items .product-item-details .product-item-name,
.product-items .product-item-details .price-box,
.product-items .product-item-details .product-reviews-summary {
  margin-bottom: 0.25rem;
}
.sidebar .product-items .product-item-info .action.delete {
  position: absolute;
  right: 0.125rem;
  top: 0.125rem;
}
.sidebar .products-list .product-items .product-item + .product-item {
  margin-top: 0.75rem;
}
.sidebar .products-grid .product-items,
.sidebar [data-appearance="carousel"] .product-items {
  --listing-grid-columns: 2;
  --listing-grid-gap: 0.5rem;
  --listing-grid-row-gap: 0.5rem;
}
.product-items.product-items-names .product-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-items.product-items-names .product-item + .product-item {
  margin-top: 0.125rem;
}
.product-items.product-items-names strong {
  font-weight: normal;
}
.product-items.product-items-names .choice .control {
  display: flex;
}
.products-grid .product-items,
[data-appearance="carousel"] .product-items {
  display: flex;
  flex-wrap: wrap;
  gap: var(--listing-grid-gap);
  row-gap: var(--listing-grid-row-gap);
}
.products-grid .product-items .product-item,
[data-appearance="carousel"] .product-items .product-item {
  position: relative;
  margin: var(--listing-grid-item-margin);
  max-width: var(--listing-grid-item-max-width, 400px);
  width: calc((100% - var(--listing-grid-item-margin) * var(--listing-grid-columns) * 2 - var(--listing-grid-gap) * (var(--listing-grid-columns) - 1)) / var(--listing-grid-columns));
}
@media (hover: hover) {
  .products-grid .product-items .product-item:hover,
  [data-appearance="carousel"] .product-items .product-item:hover {
    z-index: 10;
    overflow: visible;
    --listing-grid-item-margin: 0px;
    --listing-grid-item-padding: 0px;
  }
  .products-grid .product-items .product-item:has(:focus-visible),
  [data-appearance="carousel"] .product-items .product-item:has(:focus-visible) {
    z-index: 10;
    overflow: visible;
    --listing-grid-item-margin: 0px;
    --listing-grid-item-padding: 0px;
  }
}
.products-grid .product-items .product-item-info,
[data-appearance="carousel"] .product-items .product-item-info {
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 0.25rem;
  padding: var(--listing-grid-item-padding);
}
@media (hover: hover) {
  .products-grid .product-items .product-item:hover .product-item-info,
  [data-appearance="carousel"] .product-items .product-item:hover .product-item-info {
    z-index: 10;
  }
  .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;
  }
}
.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 {
  margin-top: auto;
  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 span,
  [data-appearance="carousel"] .product-items .product-reviews-summary:not(.no-rating) .action span {
    display: none;
  }
}
.products-grid .product-items .product-item-details,
[data-appearance="carousel"] .product-items .product-item-details {
  flex-direction: row;
  flex-wrap: wrap;
}
.products-grid .product-items .product-item-details > *,
[data-appearance="carousel"] .product-items .product-item-details > * {
  width: 100%;
  order: 10;
}
.products-grid .product-items .product-item-details .price-box,
.products-grid .product-items .product-item-details .product-item-name,
[data-appearance="carousel"] .product-items .product-item-details .price-box,
[data-appearance="carousel"] .product-items .product-item-details .product-item-name {
  order: -1;
}
.products-grid .product-items .product-item-details .product-item-name,
[data-appearance="carousel"] .product-items .product-item-details .product-item-name {
  max-width: 70%;
}
.products-grid .product-items .product-item-details .price-box,
[data-appearance="carousel"] .product-items .product-item-details .price-box {
  max-width: 30%;
  text-align: right;
}
.products-grid .product-items .product-item-details .price-box .price-box,
[data-appearance="carousel"] .product-items .product-item-details .price-box .price-box {
  max-width: none;
}
.products-list .product-items .product-item + .product-item {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.sidebar .products-list .product-items .product-item + .product-item {
  border: 0;
  margin-top: 0.375rem;
  padding-top: 0.375rem;
}
.products-list .product-items .product-item-info {
  gap: 1.25rem;
}
.sidebar .products-list .product-items .product-item-info {
  gap: 0.5rem;
}
.products-list .product-items .product-item-info > :first-child {
  max-width: 35%;
}
.sidebar .products-list .product-items .product-item-info > :first-child {
  max-width: 35%;
}
.products-list .product-items .product-item-actions {
  margin: 0.25rem 0;
}
.products-list .product-items .product-item-description {
  margin-top: 0.5rem;
}
.dropdown .product-items .product-item-info {
  gap: 0.75rem;
}
@media (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary {
    position: absolute;
    pointer-events: none;
    z-index: 5;
    opacity: 0;
    transform: translateX(-50%) translateY(40%);
    top: 33%;
    left: 50%;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .breeze-inactive :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary {
    transition: none !important;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .tocart,
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock,
  .listing-grid-item-actions-primary-absolute .product-item-details .actions-primary .stock {
    --button-bg-alpha: 0.95;
    --button-color: var(--z-layer-color);
    --button-bg: var(--z-layer-bg);
    --button-border-color: var(--z-layer-bg);
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.05);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: -0.02rem;
    text-transform: uppercase;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .tocart:hover {
    --button-bg-alpha: 1;
  }
  :where(.products-grid, .widget-product-carousel) .product-item .product-item-details .actions-primary .stock {
    --button-alpha: .7;
  }
}
@media (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item:hover .product-item-details .actions-primary {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%);
  }
  :where(.products-grid, .widget-product-carousel) .product-item:has(:focus-visible) .product-item-details .actions-primary {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%);
  }
}
:where(.products-grid, .widget-product-carousel) .product-item .actions-secondary {
  position: absolute;
  z-index: 5;
  top: calc(0.25rem + var(--listing-grid-item-padding, 0px));
  flex-direction: column;
  right: calc(0.25rem + var(--listing-grid-item-padding, 0px));
}
@media (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item .actions-secondary {
    opacity: 0;
  }
}
:where(.products-grid, .widget-product-carousel) .product-item:hover .actions-secondary {
  opacity: 1;
}
:where(.products-grid, .widget-product-carousel) .product-item:has(:focus-visible) .actions-secondary {
  opacity: 1;
}
:where(.products-grid, .widget-product-carousel) .product-item .product-item-photo {
  overflow: hidden;
}
:where(.products-grid, .widget-product-carousel) .product-item [class^="swatch-opt-"] {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0.75rem;
  --z-layer-bg-alpha: .85;
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  transform: translateY(50%);
  opacity: 0;
}
@media (hover: hover) {
  :where(.products-grid, .widget-product-carousel) .product-item:hover [class^="swatch-opt-"] {
    pointer-events: all;
    opacity: 1;
    transform: none;
  }
  :where(.products-grid, .widget-product-carousel) .product-item:has(:focus-visible) [class^="swatch-opt-"] {
    pointer-events: all;
    opacity: 1;
    transform: none;
  }
}
.toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
}
.toolbar.bottom {
  margin-top: 1.25rem;
}
.toolbar ~ .products {
  margin: 1.25rem 0;
}
.toolbar > .pager {
  display: contents;
}
.toolbar label,
.toolbar .limiter-text {
  white-space: nowrap;
}
.toolbar select {
  max-width: 130px;
}
@media (min-width: 768px) {
  .toolbar select {
    max-width: 170px;
  }
}
.toolbar label,
.toolbar .modes-label,
.toolbar .toolbar-amount,
.toolbar .limiter-text {
  color: #6b7280;
}
.toolbar .sorter,
.toolbar .limiter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-left: auto;
}
.toolbar .sorter-action {
  --muted-alpha: .4;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.toolbar .sorter-action::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.toolbar .modes {
  display: flex;
  align-items: center;
}
.toolbar .modes a {
  --muted-alpha: .3;
  color: rgba(var(--base-color), var(--muted-alpha, .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;
  --muted-alpha: .4;
  color: rgba(var(--base-color), var(--muted-alpha, .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 xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.minicart-wrapper {
  position: relative;
}
.minicart-wrapper .action.showcart {
  position: relative;
}
.minicart-wrapper .action.showcart::before {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  opacity: 0;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: 5px;
  right: 0;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 999px;
  background: #dc2626;
}
.minicart-wrapper .action.showcart .counter.qty span {
  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) and (max-width: 1023.98px), (min-width: 1280px) {
  .block-search {
    position: relative;
  }
}
.header .block-search .block-title {
  display: none;
}
.header .block-search .label::before {
  display: none;
}
@media (max-width: 639.98px), (min-width: 1024px) and (max-width: 1279.98px) {
  .header .block-search .label::before {
    display: block;
  }
}
.minisearch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  --input-border-color: 243, 244, 246;
  --input-bg: 243, 244, 246;
}
.minisearch .control {
  padding: 0.5rem 0.25rem;
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  position: absolute;
  top: calc(100% + 2px);
  margin: 0 !important;
  left: -9999px;
}
@media (min-width: 640px) and (max-width: 1023.98px), (min-width: 1280px) {
  .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) and (max-width: 1023.98px), (min-width: 1280px) {
  .minisearch .actions {
    display: flex;
    position: static;
  }
}
.minisearch .action.search {
  margin-left: -2rem;
}
@media (max-width: 639.98px), (min-width: 1024px) and (max-width: 1279.98px) {
  .minisearch .action.search {
    display: none;
  }
}
.breeze.breeze-theme #maincontent > .page.messages {
  position: fixed;
  z-index: 810;
  top: 1rem;
  left: 0;
  right: 0;
  pointer-events: none;
}
.breeze.breeze-theme #maincontent > .page.messages .message {
  opacity: 0;
}
.message {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border-width: 0;
  box-shadow: 0 4px 7px 0 rgb(0 0 0 / 9%);
}
.message > div {
  margin-right: auto;
}
.message > div {
  margin-left: auto;
}
.field + .message,
.control .message {
  margin-top: 0.5rem;
}
.message a {
  text-decoration: underline !important;
}
.message.warning::before,
.message.success::before,
.message.notice::before,
.message.error::before,
.message.info::before {
  flex-shrink: 0;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
}
.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;
  }
}
:root {
  --navigation-media-mobile: (max-width: 639.98px);
}
.nav-toggle {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  margin-right: -0.5rem;
}
.page-wrapper > .navigation-wrapper .navigation > ul,
.page-header > .navigation-wrapper .navigation > ul {
  margin-left: -0.5rem;
}
@media (min-width: 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 {
  --base-color: 0, 45, 87;
  --z-layer-color: 0, 45, 87;
  color: rgba(var(--base-color), var(--base-alpha, 1));
}
.navigation a.level-top {
  font-weight: 600;
}
@media (min-width: 640px) {
  .navigation .active > a.level-top,
  .navigation .has-active > a.level-top {
    --divider-alpha: .05;
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
}
.navigation li {
  position: relative;
}
.navigation .parent > a {
  padding-right: 1.5rem;
}
@media (min-width: 640px) {
  [data-action="toggle-nav"] {
    display: none;
  }
  .navigation > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
}
.nav-toggle::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
  z-index: 39;
  width: 3rem;
  height: 3rem;
}
a[href*="&content=/bmlweb/ppwpsiw.html"] {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .payment-icon[src*="paypalobjects.com"] {
    width: 39px;
  }
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
[data-content-type="tabs"] .tab-header {
  padding: 0.75rem 1rem;
  margin-left: 0;
  margin-right: 0;
}
[data-content-type="tabs"] .tabs-content > div {
  padding: 0.75rem;
}
.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;
}
[data-content-type="buttons"] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
[data-content-type="buttons"][data-appearance="stacked"] {
  flex-direction: column;
}
[data-content-type="tabs"] .tabs-navigation {
  display: flex;
}
[data-content-type="tabs"] .tab-header > a {
  color: inherit;
}
[data-content-type="tabs"] .tab-header > a:hover {
  text-decoration: none;
}
[data-content-type="banner"] a,
[data-content-type="slider"] a {
  display: block;
}
[data-content-type="banner"] a:hover,
[data-content-type="slider"] a:hover {
  text-decoration: none;
}
.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;
}
[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;
}
.slick-dots {
  width: 100%;
  padding: 0.625rem 0;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.slick-dots button {
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  background: #000000;
  text-indent: -9999px;
  display: block;
  width: 1rem;
  height: 1rem;
  box-shadow: 0 0 0 1px #ffffff;
}
.slick-dots .slick-active button {
  background: #ffffff;
}
.slick-arrow {
  position: absolute;
  z-index: 11;
  top: 50%;
  width: 35px;
  height: 60px;
  transform: translateY(-50%);
  --base-bg-alpha: .7;
  background-color: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  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: 1.5rem;
  height: 1.5rem;
}
.slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
@media (max-width: 767.98px) {
  [data-appearance="carousel"] .product-items .product-item-inner {
    margin-top: 0;
  }
}
.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%;
  }
}
.product-item .price-box {
  color: #374151;
}
.price-box p {
  margin: 0;
}
.price-label,
.price-box .label,
.msrp-message {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
  font-size: 1rem;
  line-height: 1.5rem;
}
.price-box a {
  line-height: 1.5rem;
  font-size: 1rem;
}
.special-price {
  color: rgba(var(--danger-color), var(--danger-alpha, 1));
}
.old-price {
  color: #6b7280;
  text-decoration: line-through;
}
.weee[data-label],
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
}
.weee[data-label],
.price-including-tax + .price-excluding-tax {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.weee[data-label]::before,
.price-including-tax + .price-excluding-tax::before {
  content: attr(data-label) ': ';
}
.prices-tier .weee[data-label],
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.prices-tier .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .weee[data-label]:before {
  content: '+' attr(data-label) ': ';
}
.prices-tier .weee[data-label]:last-child:after {
  content: ')';
}
.product-info-wrapper {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "media" "main";
  gap: 3rem;
}
.product-info-wrapper .page-title-wrapper {
  grid-area: title;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .product-info-wrapper .page-title-wrapper {
    margin-bottom: 0;
  }
}
.product-info-wrapper .page-title-wrapper h1 {
  margin: 0;
}
.product-info-wrapper .product-info-main {
  grid-area: main;
}
.product-info-wrapper .product.media {
  grid-area: media;
}
@media (min-width: 768px) {
  .product-info-wrapper {
    row-gap: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "media title" "media main";
  }
}
.product-info-main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-info-price {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-info-price .price-box {
  font-size: 1.5rem;
  line-height: 2rem;
}
.prices-tier {
  margin: 0.5rem 0;
  max-width: 400px;
}
.prices-tier li + li {
  margin-top: 0.5rem;
}
.product-info-stock-sku {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-info-stock-sku .stock {
  --stock-bg: var(--blue-muted);
  --stock-color: var(--blue);
  background: rgb(var(--stock-bg));
  color: rgb(var(--stock-color));
  padding: 0.125rem 0.5rem;
}
.product-info-stock-sku .stock.available {
  --stock-bg: 187, 247, 208;
  --stock-color: 22, 101, 52;
}
.product-info-stock-sku .stock.unavailable {
  --stock-bg: 254, 226, 226;
  --stock-color: 220, 38, 38;
}
.product-info-stock-sku .sku {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.product-info-main .configurable-variation-qty {
  display: none;
}
.product-info-wrapper .product-add-form {
  margin: 0.5rem 0;
}
.product-info-wrapper .product-add-form form > div + div {
  margin-top: 0.5rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper {
  margin: 0 0 0.5rem;
  padding: 1.25rem 0 0.5rem;
  border: 2px solid rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
  border-width: 2px 0 0;
}
.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.625rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field {
  margin-top: 0;
  margin-bottom: 0.875rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field:last-child {
  margin-bottom: 0;
}
.product-info-wrapper .product-add-form .product-options-wrapper .swatch-opt + .field {
  margin-top: 0.875rem;
}
.product-info-wrapper .product-add-form .product-options-bottom {
  margin: 1.25rem 0 0;
}
.box-tocart {
  padding: 1.25rem 0;
  border: 2px solid rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
  border-width: 2px 0;
}
.box-tocart .fieldset {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.box-tocart .fieldset .field.qty {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.box-tocart .fieldset .field.qty .control {
  margin: 0;
}
.box-tocart .fieldset .actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.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 > a,
.product-social-links > a {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
  border-radius: 0.25rem;
}
.product-addto-links > a:hover,
.product-social-links > a:hover {
  text-decoration: underline;
}
.product-social-links .product-addto-links {
  margin: 0;
}
.product.info.detailed {
  clear: both;
}
@media (min-width: 768px) {
  .product.info.detailed {
    margin: 1rem 0;
  }
}
@media (min-width: 768px) {
  .product.info .review-add + .review-list,
  .product.info #product-review-container {
    float: right;
    width: 55%;
  }
  .product.info .review-add {
    float: left;
    width: 42%;
  }
}
.block.related .product-item:first-child {
  display: block !important;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
@media (min-width: 768px) {
  .bundle-options-container {
    margin: 1rem 0;
  }
}
.bundle-options-container .product-options-wrapper {
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
@media (min-width: 768px) {
  .page-bottom .widget-recent {
    --listing-grid-columns: 4;
  }
}
@media (min-width: 1024px) {
  .page-bottom .widget-recent {
    --listing-grid-columns: 5;
  }
}
@media (min-width: 1280px) {
  .page-bottom .widget-recent {
    --listing-grid-columns: 4;
  }
}
.product-reviews-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}
.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: #111827;
}
.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-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.review-list .review-item + .review-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.review-list .review-title {
  font-weight: 500;
}
.review-list .review-ratings {
  order: -1;
}
.review-list .review-content {
  margin-bottom: 0.25rem;
}
.review-list .review-details {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  opacity: .6;
}
.review-list .review-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.search-suggestions {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 639.98px) {
  .search-suggestions {
    flex-direction: column;
  }
}
.search-suggestions .block {
  min-width: 180px;
}
.search-suggestions .block + .block {
  margin: 0;
}
.search-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.swatch-attribute {
  margin-bottom: 0.875rem;
}
.swatch-attribute:last-child {
  margin: 0;
}
.product-item .swatch-attribute {
  margin-bottom: 0.375rem;
}
.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.625rem;
}
.swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.product-item .swatch-attribute-options {
  gap: 0.25rem;
}
:where(.products-grid, .widget-product-carousel) .swatch-attribute-options {
  justify-content: center;
}
.swatch-option {
  font-size: 0.75rem;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 0.25rem;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
  position: relative;
  margin: 4px;
  border-radius: 999px;
}
.swatch-option-link-layered {
  border-radius: 999px;
}
.swatch-option::before {
  content: '';
  position: absolute;
  box-shadow: 0 0 0 1px inset rgba(var(--base-color), var(--divider-alpha, .1));
  border-radius: 999px;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}
.product-item .swatch-option {
  font-size: 0.625rem;
  font-weight: 400;
  min-width: 1.5rem;
  height: 1.5rem;
  margin: 3px;
}
.product-item .swatch-option::before {
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
}
input.swatch-input {
  position: absolute;
  visibility: hidden;
  left: -9999px;
}
.actions-primary input.swatch-input {
  display: none;
}
.product-item [class^="swatch-opt-"] {
  margin: 0.375rem 0 0.5rem;
}
@media (max-width: 1023.98px) {
  .product-item [class^="swatch-opt-"] {
    display: none;
  }
}
.form.form-orders-search .action.primary,
.form.search.advanced .action.primary,
.form.password.forget .action.primary,
.form.password.reset .action.primary,
.form.send.confirmation .action.primary,
.form-create-account .action.primary {
  width: 100%;
}
.login-container {
  max-width: none;
}
.login-container .block > .block-title {
  padding: 0.75rem 0;
  margin: 0 0 0.75rem;
}
.column.main .form.contact .action.primary {
  width: 100%;
}
:where(body:not(.narrow-page-reset)) .checkout-success .actions-toolbar,
.form.form-orders-search .actions-toolbar,
.form-create-account .actions-toolbar {
  justify-content: center;
}
.catalogsearch-advanced-index .page.messages,
.customer-account-forgotpassword .page.messages,
.customer-account-create .page.messages {
  max-width: 550px;
  margin: 0 auto;
}
:where(body:not(.narrow-page-reset)) .checkout-success,
:where(body:not(.narrow-page-reset)) .checkout-success + #registration {
  text-align: center;
}
.checkout-cart-index .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;
}
: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, .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 + .block {
  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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.cart-container .checkout-methods-items li:first-child {
  width: 100%;
}
.cart-container .checkout-methods-items .primary {
  font-size: 1.25rem;
  line-height: 1.75rem;
  width: 100%;
  font-weight: bold;
  padding: 1rem;
}
.cart-container .checkout-methods-items .multicheckout {
  display: none;
}
.cart.table .item-info {
  border: 0;
}
.cart.table .item-actions td {
  padding-top: 0;
}
.cart.table .product-item-photo {
  float: left;
  max-width: 40%;
}
.cart.table .product-item-details {
  float: left;
  max-width: calc(60% - 0.75rem);
  margin-left: 0.75rem;
}
.cart.table .product-item-name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cart.table .field.qty input.qty {
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 2.5rem;
  border-color: transparent;
}
.cart.table .actions-toolbar {
  margin: 0 0.25rem;
  align-items: flex-start;
  justify-content: flex-end;
}
.cart.table a.action {
  --muted-alpha: .3;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.cart.table a.action::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.cart.table .action-gift {
  gap: 0;
}
.cart.table .action-gift::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.cart.table .gift-options-cart-item {
  margin-right: auto;
}
.cart.table .gift-content {
  display: none;
  max-width: 100%;
  margin: 0.5rem 0 0;
}
@media (min-width: 768px) {
  .cart.table .gift-content {
    width: 420px;
  }
}
.cart.table .gift-content._active {
  display: block;
}
.cart.table .gift-content .actions-toolbar {
  margin: 0.5rem 0;
  justify-content: flex-start;
}
.cart.table .gift-options-title {
  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;
  }
  .login-container > .block .block-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .customer-account-login.narrow-page.page-layout-1column .page-main .columns {
    max-width: 1024px;
  }
}
.account .main .block .block-title {
  line-height: 1.75rem;
  font-size: 1.125rem;
  text-transform: none;
  margin: 0;
  padding: 0.5rem 1rem;
  background: rgb(var(--muted-bg));
}
.account .main .block .block-title strong {
  font-weight: 500;
}
.account .main .block .block-content {
  padding: 1rem;
}
@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;
}
.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;
  }
}
.recipients .fieldset {
  display: flex;
  gap: 0.75rem;
}
.recipients .fieldset .field {
  margin: 0;
  max-width: 200px;
}
#recipients-options > .fields {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}
#recipients-options > .fields .actions-toolbar {
  margin: 1.625rem 0 0;
  order: 999;
}
@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));
  }
}
@media all and (min-width: 1024px), print {
  .breeze-gallery.vertical:not(.opened) {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .breeze-gallery.vertical:not(.opened) .thumbnails {
    flex-direction: column;
    flex-wrap: nowrap;
    order: -1;
    max-height: 550px;
    margin: 0 5px 0 0;
    padding-right: 10px;
    padding-bottom: 0;
    overflow-y: overlay;
  }
}
.bg-wave-top,
.bg-wave-bottom {
  position: relative;
}
.bg-wave-top > *,
.bg-wave-bottom > * {
  z-index: 1;
}
@media (min-width: 640px) {
  .header.panel,
  .header.content {
    --container-max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .header.panel,
  .header.content {
    --container-max-width: 1800px;
  }
}
.footer-top,
.footer-middle {
  position: relative;
}
.footer-top::after,
.footer-middle::after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer-top::after {
  top: 115px;
}
.footer-middle {
  margin-top: -20px;
}
.footer-top + .footer-middle {
  margin-top: -72px;
}
.breadcrumbs + .page-main,
.breadcrumbs + script + .page-main {
  margin-top: -0.5rem;
}
.page-main {
  position: relative;
}
.page-header + .page-main .page-title-wrapper {
  margin-top: 1.25rem;
}
@media screen {
  .page-main::before,
  .page-main::after {
    z-index: -1;
    position: absolute;
    pointer-events: none;
    color: #f9fafb;
    content: '';
    display: block;
    width: 557px;
    height: 601px;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg width="557" height="601" viewBox="0 0 557 601" xmlns="http://www.w3.org/2000/svg"><path d="M476.981 73.371C531.578 125 578.722 217.779 546.344 287.986C512.611 361.074 426.63 331.32 337.127 427.12C266.635 502.568 278.636 561.644 212.479 589.167C163.039 609.676 92.3096 603.34 50.4148 568.153C-64.9737 471.254 53.5582 211.861 62.3293 193.439C98.84 116.668 135.137 40.2993 223.975 11.3336C312.529 -17.5655 413.722 13.6179 476.981 73.371Z"/></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 557px 601px;
  }
  .page-main::before {
    top: -150px;
    left: -130px;
  }
  .page-main::after {
    transform: rotate(270deg);
    bottom: 0;
    right: 30px;
  }
}
@media (max-width: 479.98px) {
  .page-main::before {
    left: auto;
    right: 30px;
  }
}
.narrow-page:not(.narrow-page-reset) .page-main::before {
  left: -230px;
}
@media (max-width: 479.98px) {
  .narrow-page:not(.narrow-page-reset) .page-main::before {
    left: auto;
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .product-info-wrapper {
    gap: 1.5rem;
  }
}
:where(body:not(.narrow-page-reset)) .checkout-success,
:where(body:not(.narrow-page-reset)) #registration,
.login-container,
.form.form-orders-search,
.form.search.advanced,
.form.password.forget,
.form.password.reset,
.form.send.confirmation,
.form-create-account,
.page-layout-1column.cms-no-route .columns {
  margin-bottom: -55px;
}
:where(body:not(.narrow-page-reset)) .checkout-success + #registration {
  margin-top: 85px;
}
.contact-index-index .footer-top {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.footer-top .form.contact {
  margin: -80px auto;
}
.footer-top .form.contact .field.note {
  display: none;
}
@media (min-width: 480px) {
  .footer-top .form.contact .field.name,
  .footer-top .form.contact .field.email {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
  .footer-top .form.contact .field.name {
    margin-right: 4%;
  }
  .footer-top .form.contact .field.email {
    margin-left: -5px;
  }
}
.footer-top .form.contact .actions-toolbar {
  justify-content: center;
}
