*,
::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;
}
[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;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
}
.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: 5px;
  margin: 5px 0 0;
  overflow: auto;
  scroll-behavior: smooth;
  padding-bottom: 12px;
}
.breeze-gallery .thumbnails::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.breeze-gallery .thumbnails::-webkit-scrollbar-track {
  background-color: rgb(var(--scrollbar-bg, 230, 230, 230));
  border-radius: 10px;
}
.breeze-gallery .thumbnails::-webkit-scrollbar-thumb {
  background-color: rgb(var(--scrollbar-color, 200, 200, 200));
  border-radius: 10px;
}
.breeze-gallery .thumbnails.hidden {
  display: none;
}
.breeze-gallery .thumbnails img {
  filter: contrast(95%);
}
.breeze-gallery .thumbnails .item {
  background: rgba(var(--muted-bg, 244, 244, 244));
}
.breeze-gallery .thumbnails .item:focus {
  outline: none;
}
.breeze-gallery .thumbnails .item::after {
  content: '';
  position: absolute;
  pointer-events: none;
  inset: 0;
}
.breeze-gallery .thumbnails .item:focus::after,
.breeze-gallery .thumbnails .item.active::after {
  box-shadow: inset 0 0 0 2px rgba(var(--brand-color), var(--brand-alpha, 1));
}
.breeze-gallery:not(.opened) .thumbnails.dots {
  gap: 10px;
  justify-content: center;
  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);
  }
}
.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-block-sidebar > .title,
.breeze-block-sidebar .block-title,
.paypal-review .paypal-review-title,
.block > .title,
.block .block-title {
  line-height: 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.5rem 0;
}
.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: 500;
}
.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;
}
:where(body:not(.narrow-page-reset)) .checkout-success,
:where(body:not(.narrow-page-reset)) #registration,
.form.form-orders-search,
.form.search.advanced,
.form.password.forget,
.form.password.reset,
.form.send.confirmation,
.form-create-account,
.login-container,
.column.main .form.contact,
.page-layout-1column.cms-no-route .columns,
.paypal-review {
  max-width: 620px;
  margin: 0 auto;
  padding: 2.5rem 3rem;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.05);
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  border-radius: 0;
}
@media (max-width: 639.98px) {
  :where(body:not(.narrow-page-reset)) .checkout-success,
  :where(body:not(.narrow-page-reset)) #registration,
  .form.form-orders-search,
  .form.search.advanced,
  .form.password.forget,
  .form.password.reset,
  .form.send.confirmation,
  .form-create-account,
  .login-container,
  .column.main .form.contact,
  .page-layout-1column.cms-no-route .columns,
  .paypal-review {
    padding: 1rem 1.5rem;
  }
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.breadcrumbs li::after {
  content: '';
  width: 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;
}
[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: 1px solid rgba(var(--input-border-color), var(--input-border-alpha));
  border-radius: 0;
  box-shadow: 0 0 0 var(--input-shadow-spread, 0) rgba(var(--input-border-color), var(--input-border-alpha));
}
:where(input:not([type=range])):disabled,
textarea:disabled,
select:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.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: 400;
  padding: 0.5rem 1.25rem;
  color: rgba(var(--button-color), var(--button-alpha, 1));
  background: rgba(var(--button-bg), var(--button-bg-alpha));
  border: 1px solid rgba(var(--button-border-color), var(--button-border-alpha));
  border-radius: 0;
  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 {
  --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.5rem;
  line-height: 2rem;
  font-weight: 500;
}
.button-xl button,
.button-xl .pagebuilder-button-primary,
.button-xl .pagebuilder-button-secondary,
.button-xl .pagebuilder-button-link {
  font-size: 1.75rem;
  line-height: 2.25rem;
  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: 3rem;
  }
  .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;
  }
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"] {
  order: -1;
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
@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 0.75rem 0 0;
    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));
}
[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;
  }
}
[data-content-type="tabs"] .tab-header {
  order: -1;
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
[data-content-type="tabs"] .tab-header {
  margin: 0 0.75rem 0 0;
  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-mage-init*='"tabs":'] > [data-role="content"] {
  display: none;
  visibility: hidden;
  opacity: 0;
  padding: 0.75rem 1rem;
}
@media (min-width: 768px) {
  [data-mage-init*='"tabs":'] > [data-role="content"] {
    width: 100%;
  }
}
[data-mage-init*='"tabs":'] > [data-role="content"][aria-hidden="false"],
[data-mage-init*='"tabs":'] > [data-role="content"]:nth-child(2):not([aria-hidden]) {
  visibility: visible;
  opacity: 1;
  display: block;
}
[data-content-type="tabs"] .tabs-content > div {
  display: none;
  visibility: hidden;
  opacity: 0;
  padding: 0.75rem 1rem;
}
[data-content-type="tabs"] .tabs-content > div {
  width: 100%;
}
[data-content-type="tabs"] .tabs-content > div[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  display: block;
}
.field.street .control label,
.field-tooltip .label,
.field-tooltip-action span,
.ui-datepicker-trigger span,
.required-captcha.checkbox,
table caption,
.abs-visually-hidden,
.action.skip:not(:focus-within),
.block-compare .action.delete span,
.filter .action.remove span,
.sidebar .action.delete span,
.sidebar .action.remove span,
.table-comparison th.remove,
.table-comparison .towishlist span,
.discount label,
.page-footer .switcher .label,
.page-footer .block.newsletter .title,
.page-footer .block.newsletter .control > label .label,
.page-header .switcher .label,
.block.filter .filter-content-close span,
.block.filter .filter-options .filter-count-label,
.product-items .towishlist span,
.product-items .tocompare span,
.product-items.product-items-names .choice .label,
.toolbar .sorter-action span,
.toolbar .modes-label,
.toolbar .mode-grid span,
.toolbar .mode-list span,
.pages .label,
.pages .action.previous span,
.pages .action.next span,
.minicart-wrapper .action.showcart .text,
.header .block-search .label span,
.minisearch .action.search span,
.nav-toggle span,
.special-price .price-label,
.product-options-wrapper legend.links-title,
.rating-summary .label,
.rating-result > span span,
.review-control-vote input,
.review-list .review-date .review-details-label,
.form.form-orders-search legend,
.form.search.advanced legend,
.cart-container .shipping legend,
.cart.table .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,
.special-price .msrp-message {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
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: #1373e6;
  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: #1373e6;
  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.75rem;
  line-height: 2.25rem;
  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 {
  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;
  --input-color: 255, 255, 255;
  --input-alpha: 0.85;
  --input-bg-alpha: 0;
  --input-border-alpha: 0.5;
}
:root {
  --black: 0, 0, 0;
  --white: 255, 255, 255;
  --gray-50: 249, 250, 251;
  --gray-100: 243, 244, 246;
  --gray-200: 229, 231, 235;
  --gray-300: 209, 213, 219;
  --gray-400: 156, 163, 175;
  --gray-500: 107, 114, 128;
  --gray-600: 75, 85, 99;
  --gray-700: 55, 65, 81;
  --gray-800: 31, 41, 55;
  --gray-900: 17, 24, 39;
  --red: 185, 28, 28;
  --red-muted: 254, 242, 242;
  --green: 21, 128, 61;
  --green-muted: 240, 253, 244;
  --blue: 29, 78, 216;
  --blue-muted: 239, 246, 255;
  --yellow: 251, 191, 36;
  --yellow-muted: 255, 251, 235;
  --brand-color: 37, 99, 235;
  --danger-color: var(--red);
  --info-color: var(--blue);
  --success-color: var(--green);
  --success-bg: var(--green-muted);
  --base-alpha: 1;
  --base-color: 17, 24, 39;
  --base-bg: 255, 255, 255;
  --muted-bg: 243, 244, 246;
  --z-layer-color: var(--base-color);
  --z-layer-bg: var(--base-bg);
  --z-overlay-bg: 0, 0, 0;
  --ring-color: var(--brand-color);
  --link-alpha: 0.85;
  --link-color: var(--blue);
  --headings-alpha: 1;
  --headings-color: var(--base-color);
  --block-title-color: var(--base-color);
  --input-alpha: 1;
  --input-color: var(--base-color);
  --input-bg: var(--base-bg);
  --input-bg-alpha: 1;
  --input-border-alpha: 1;
  --input-border-color: 156, 163, 175;
  --input-outline-color: var(--input-border-color);
  --input-outline-alpha: 0;
  --checkbox-color: var(--brand-color);
  --button-color: 255, 255, 255;
  --button-bg: var(--brand-color);
  --button-bg-alpha: 1;
  --button-hover-bg-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.75rem;
  line-height: 2.25rem;
  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: 2.25rem;
  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(2.25rem / 2 - 1rem / 2);
}
.field.choice .field-tooltip,
.field .admin__field-option .field-tooltip {
  margin-top: calc(2.25rem / 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(2.25rem / 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: 1.75rem;
  line-height: 2.25rem;
}
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: 1rem;
}
* + h1,
* + .h1 {
  margin-top: 2rem;
}
h2,
.h2 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}
* + h2,
* + .h2 {
  margin-top: 2rem;
}
h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
* + h3,
* + .h3 {
  margin-top: 1rem;
}
h4,
.h4 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.25rem;
  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) {
  .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.5rem;
  line-height: 2rem;
}
.text-reset {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.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));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, 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));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, 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: 1.75rem;
  line-height: 2.25rem;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .block-collapsible-nav {
    margin-bottom: 0px !important;
  }
  .sidebar .block-collapsible-nav {
    background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  }
}
@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;
  }
}
@media (max-width: 767.98px) {
  .block-collapsible-nav > .title {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}
.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;
    padding-left: 14px;
  }
}
@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.375rem 2.5rem;
}
@media (min-width: 1024px) {
  :root {
    --container-padding: 0.375rem 5rem;
  }
}
.container,
.breadcrumbs ul,
.page-main,
.footer.content,
.message.global .content,
.header.panel,
.header.content,
.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: 1.5rem;
}
.sidebar-main .block:last-child {
  margin-bottom: 1.5rem;
}
.block .block-title a {
  font-size: 1.75rem;
  line-height: 2.25rem;
  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 {
  min-height: 2.25rem;
}
.category-image {
  margin: 0 0 0.5rem;
}
.category-image + .category-description {
  margin-top: 0;
}
.category-description {
  margin: 0 0 0.5rem;
}
.category-description [data-content-type="row"] [data-element="inner"] {
  max-width: none;
  padding: 0;
  margin: 0;
}
.table-comparison .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;
}
.page-footer .switcher {
  margin-bottom: 0.5rem;
}
.page-footer .pagebuilder-column-group + .pagebuilder-column-group {
  margin-top: 2.5rem;
}
.page-footer .block .title,
.page-footer .block .block-title {
  border: 0;
  padding: 0;
  font-size: 1rem;
}
.page-footer .block.newsletter {
  margin: 0 0 1rem;
}
.page-footer .block.newsletter .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  max-width: 420px;
  margin: 0 auto;
  text-align: left;
}
.page-footer .block.newsletter .form > :not(.newsletter):not(.actions) {
  order: 10;
}
.page-footer .block.newsletter .control input {
  min-width: 250px;
}
.footer.content {
  padding-top: 2rem;
  text-align: center;
}
.footer.links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  justify-content: center;
}
.footer.links a:hover {
  text-decoration: underline;
}
.copyright {
  color: rgba(var(--base-color), var(--muted-alpha, .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: 0;
  left: 0;
  right: 0;
}
.message.global.noscript {
  text-align: center;
}
:root {
  --header-panel-slideout: true;
}
.header.panel,
.header.links,
.header.content {
  display: flex;
  gap: 1rem;
}
.header.links a .counter {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: .6;
  white-space: nowrap;
}
.header.links a .counter::before {
  content: '(';
}
.header.links a .counter::after {
  content: ')';
}
.header.panel {
  justify-content: flex-end;
  align-items: 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 {
  position: relative;
  align-items: center;
}
.page-header {
  position: relative;
  background: transparent;
}
.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 {
  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;
  }
}
.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 > :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: 1.25rem;
  --listing-grid-row-gap: 1.25rem;
  --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: 3;
  }
}
@media (min-width: 768px) {
  .page-layout-1column {
    --listing-grid-columns: 3;
  }
}
@media (min-width: 1024px) {
  .page-layout-1column {
    --listing-grid-columns: 3;
  }
}
@media (min-width: 1024px) {
  .page-layout-3columns {
    --listing-grid-columns: 3;
  }
}
.product-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  aspect-ratio: var(--image-container-aspect-ratio, none);
  width: var(--image-container-width, auto);
  overflow: hidden;
}
.product-image-container .product-image-wrapper {
  padding: 0 !important;
  width: 100%;
}
.product-item-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}
.actions-primary .stock {
  color: rgba(var(--base-color), var(--muted-alpha, .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;
}
.actions-secondary .action::before {
  width: 2rem;
  height: 2rem;
}
.actions-secondary .action:focus-visible {
  z-index: 2;
}
.actions-secondary .action .loading-mask {
  border-radius: 0;
}
.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, 450px);
  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;
  padding: var(--listing-grid-item-padding);
}
@media (hover: hover) {
  .products-grid .product-items .product-item:hover .product-item-info,
  [data-appearance="carousel"] .product-items .product-item:hover .product-item-info {
    z-index: 10;
    background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  }
  .products-grid .product-items .product-item:has(:focus-visible) .product-item-info,
  [data-appearance="carousel"] .product-items .product-item:has(:focus-visible) .product-item-info {
    z-index: 10;
    background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  }
}
.products-grid .product-items .product-image-container,
[data-appearance="carousel"] .product-items .product-image-container {
  width: 100%;
}
.products-grid .product-items .product-item-photo img,
[data-appearance="carousel"] .product-items .product-item-photo img {
  width: 100%;
}
.products-grid .product-items .product-item-inner,
[data-appearance="carousel"] .product-items .product-item-inner {
  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-list .product-items .product-item + .product-item {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.sidebar .products-list .product-items .product-item + .product-item {
  border: 0;
  margin-top: 0.375rem;
  padding-top: 0.375rem;
}
.products-list .product-items .product-item-info {
  gap: 0.75rem;
}
.sidebar .products-list .product-items .product-item-info {
  gap: 0.5rem;
}
.products-list .product-items .product-item-info > :first-child {
  max-width: 28%;
}
.sidebar .products-list .product-items .product-item-info > :first-child {
  max-width: 35%;
}
.products-list .product-items .product-item-actions {
  margin: 0.25rem 0;
}
.products-list .product-items .product-item-description {
  margin-top: 0.5rem;
}
.dropdown .product-items .product-item-info {
  gap: 0.75rem;
}
.toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
}
.toolbar.bottom {
  margin-top: 1.25rem;
}
.toolbar ~ .products {
  margin: 1.25rem 0;
}
.toolbar > .pager {
  display: contents;
}
.toolbar label,
.toolbar .limiter-text {
  white-space: nowrap;
}
.toolbar select {
  max-width: 130px;
}
@media (min-width: 768px) {
  .toolbar select {
    max-width: 170px;
  }
}
.toolbar .sorter,
.toolbar .limiter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-left: auto;
}
.toolbar .sorter-action {
  --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;
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.toolbar .modes a {
  --muted-alpha: .3;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.toolbar .mode-grid {
  border-right: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.toolbar .mode-grid,
.toolbar .mode-list {
  padding: 0.5rem;
}
.toolbar .mode-grid::before,
.toolbar .mode-list::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 639.98px) {
  .toolbar .modes ~ .toolbar-amount {
    order: 100;
    width: 100%;
  }
}
.toolbar .toolbar-amount + .pages {
  margin-left: auto;
}
.products-grid + .pager {
  margin: 1.25rem 0;
}
.pages {
  display: flex;
  align-items: center;
}
.pages .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.pages .items a,
.pages .items .page {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  padding: 0.25rem 0.5rem;
}
.pages .items a:hover,
.pages .items .page:hover {
  text-decoration: none;
}
.pages .items .current .page {
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.pages .action.previous,
.pages .action.next {
  display: flex;
  align-items: center;
  --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: rgba(var(--brand-color), var(--brand-alpha, 1));
}
.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) {
  .block-search {
    position: relative;
  }
}
.header .block-search .block-title {
  display: none;
}
.header .block-search .label::before {
  display: none;
}
@media (max-width: 639.98px) {
  .header .block-search .label::before {
    display: block;
  }
}
.minisearch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.minisearch .control {
  padding: 1rem;
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  position: absolute;
  top: 100%;
  margin: 0 !important;
  left: -9999px;
}
@media (min-width: 640px) {
  .minisearch .control {
    background: transparent;
    position: static;
    display: block;
    padding: 0;
  }
}
.minisearch .control .input-text {
  padding-right: 2.25rem;
  text-overflow: ellipsis;
  min-width: 240px;
}
.minisearch .control .nested {
  display: none;
  position: absolute;
  top: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.minisearch .actions {
  display: none;
  position: absolute;
  top: calc(100% + 1.5rem);
  right: 1rem;
}
@media (min-width: 640px) {
  .minisearch .actions {
    display: flex;
    position: static;
  }
}
.minisearch .action.search {
  margin-left: -2rem;
}
@media (max-width: 639.98px) {
  .minisearch .action.search {
    display: none;
  }
}
.message {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  padding: 1rem 1rem;
  margin-bottom: 0.75rem;
  border: 1px solid transparent;
  border-radius: 10px;
}
.message > div {
  margin-right: 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 {
  color: rgba(var(--base-color), var(--base-alpha, 1));
}
@media (min-width: 640px) {
  .navigation .active > a.level-top,
  .navigation .has-active > a.level-top {
    --divider-alpha: .05;
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
}
.navigation li {
  position: relative;
}
.navigation .parent > a {
  padding-right: 1.5rem;
}
@media (min-width: 640px) {
  [data-action="toggle-nav"] {
    display: none;
  }
  .navigation > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
}
.nav-toggle::after {
  content: '';
  display: block;
  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%;
  }
}
.price-box p {
  margin: 0;
}
.price-label,
.price-box .label,
.msrp-message {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.price-box a {
  line-height: 2.25rem;
  font-size: 1.75rem;
}
.special-price {
  color: rgba(var(--danger-color), var(--danger-alpha, 1));
}
.old-price {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.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: 2.25rem;
}
.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" "main" "media";
  gap: 1rem;
}
.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: "title media" "main media";
  }
}
.product-info-main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-info-price {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-info-price .price-box {
  font-size: 1.5rem;
  line-height: 2rem;
}
.prices-tier {
  margin: 0.5rem 0;
  max-width: 400px;
}
.prices-tier li + li {
  margin-top: 0.5rem;
}
.product-info-stock-sku {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-info-stock-sku .stock {
  --stock-bg: var(--blue-muted);
  --stock-color: var(--blue);
  background: rgb(var(--stock-bg));
  color: rgb(var(--stock-color));
  padding: 0.125rem 0.5rem;
}
.product-info-stock-sku .stock.available {
  --stock-bg: var(--green-muted);
  --stock-color: var(--green);
}
.product-info-stock-sku .stock.unavailable {
  --stock-bg: var(--red-muted);
  --stock-color: var(--red);
}
.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;
}
.product-info-wrapper .product-add-form .product-options-wrapper .label {
  font-weight: 500;
}
.product-info-wrapper .product-add-form .product-options-wrapper .label ~ .control {
  margin-top: 0.25rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field {
  margin-top: 0;
  margin-bottom: 0.375rem;
}
.product-info-wrapper .product-add-form .product-options-wrapper .field:last-child {
  margin-bottom: 0;
}
.product-info-wrapper .product-add-form .product-options-wrapper .swatch-opt + .field {
  margin-top: 0.375rem;
}
.product-info-wrapper .product-add-form .product-options-bottom {
  margin: 1.25rem 0 0;
}
.box-tocart .fieldset {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.box-tocart .fieldset .field.qty {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.box-tocart .fieldset .field.qty .control {
  margin: 0;
}
.box-tocart .fieldset .actions {
  display: flex;
  flex-wrap: wrap;
  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;
}
.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: 3;
  }
}
@media (min-width: 1024px) {
  .page-bottom .widget-recent {
    --listing-grid-columns: 3;
  }
}
.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;
}
.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.375rem;
}
.swatch-attribute:last-child {
  margin: 0;
}
.product-item .swatch-attribute {
  margin-bottom: 0.25rem;
}
.product-item .swatch-attribute:last-child {
  margin: 0;
}
.swatch-attribute-label {
  font-weight: 500;
  margin-right: 0.25rem;
}
.swatch-attribute-label ~ .swatch-attribute-options {
  margin-top: 0.25rem;
}
.swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.product-item .swatch-attribute-options {
  gap: 0.25rem;
}
.swatch-option {
  font-size: 0.75rem;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.25rem;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
  position: relative;
  margin: 0;
}
.swatch-option::before {
  content: '';
  position: absolute;
  box-shadow: 0 0 0 1px inset rgba(var(--base-color), var(--divider-alpha, .1));
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-item .swatch-option {
  font-size: 0.75rem;
  font-weight: 400;
  min-width: 2rem;
  height: 2rem;
}
input.swatch-input {
  position: absolute;
  visibility: hidden;
  left: -9999px;
}
.actions-primary input.swatch-input {
  display: none;
}
.product-item [class^="swatch-opt-"] {
  margin: 0 0 0.125rem;
}
.form.form-orders-search .action.primary,
.form.search.advanced .action.primary,
.form.password.forget .action.primary,
.form.password.reset .action.primary,
.form.send.confirmation .action.primary,
.form-create-account .action.primary {
  width: 100%;
}
.login-container {
  max-width: none;
}
.login-container .block > .block-title {
  padding: 0.5rem 0;
}
.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: 620px;
  margin: 0 auto;
}
:where(body:not(.narrow-page-reset)) .checkout-success,
:where(body:not(.narrow-page-reset)) .checkout-success + #registration {
  text-align: center;
}
.checkout-cart-index .column.main .block .title {
  padding: 1rem;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.checkout-cart-index .column.main .block:not(.crosssell) .content {
  padding: 1rem;
}
: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.75rem;
  line-height: 2.25rem;
}
.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.75rem;
  line-height: 2.25rem;
  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.5rem;
  line-height: 2rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cart.table .field.qty input.qty {
  padding: 0;
  font-size: 1.75rem;
  line-height: 2.25rem;
  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;
  }
}
@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: 2.25rem;
  font-size: 1.75rem;
  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: 1.75rem;
  line-height: 2.25rem;
  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;
}
.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;
  }
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Manrope/Manrope-Light.ttf) format('ttf');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Manrope/Manrope-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Manrope/Manrope-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Manrope/Manrope-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'PPHatton';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/PPHatton/PPHatton-Ultralight.otf) format('opentype');
}
@font-face {
  font-family: 'PPHatton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PPHatton/PPHatton-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'PPHatton';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/PPHatton/PPHatton-Bold.otf) format('opentype');
}
html {
  background-color: #d8eeff;
  font-size: 62.5%;
  /* = 10px */
  line-height: 1.3;
  overflow-x: hidden;
}
body {
  background-color: #d8eeff;
  font-size: 1.6rem;
  /* = 16px */
  font-family: 'Manrope';
}
body b,
body strong {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .page.messages {
    padding: 0px 30px;
  }
}
body.page-layout-1column:not(.cms-index-index) .page-title-wrapper {
  margin: 0px;
}
body.page-layout-1column:not(.cms-index-index) .page-wrapper {
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
body.page-layout-1column:not(.cms-index-index).cms-page-view .page-main {
  margin: 60px auto;
  padding: 40px;
  border-radius: 31px;
  background-color: white;
}
body.page-layout-1column:not(.cms-index-index).cms-page-view .page-main h1 span {
  font-family: 'PPHatton';
  font-size: 3.2rem;
  line-height: 3rem;
  font-weight: 300;
  color: black;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.page-header {
  z-index: 99;
  color: white;
}
.page-header .logo {
  flex-basis: 20%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .page-header .logo {
    flex-basis: 36%;
    margin-top: 5px;
  }
}
.page-header .navigation-wrapper,
.page-header .nav-toggle {
  flex-basis: 42%;
}
@media (max-width: 767.98px) {
  .page-header .navigation-wrapper,
  .page-header .nav-toggle {
    flex-basis: 32%;
    width: 85%;
  }
}
.panel.wrapper {
  display: none;
}
nav.navigation {
  color: white;
  flex-basis: 38%;
}
nav.navigation ul > li {
  order: 1;
}
nav.navigation ul > li.level0 {
  order: 90;
}
nav.navigation a {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  padding: 10px 25px;
  border-radius: 20px;
  font-size: 12px;
}
nav.navigation a:hover {
  background: #ffffff4d;
}
@media (max-width: 1279.98px) {
  nav.navigation a {
    padding: 10px 10px;
  }
}
@media (max-width: 767.98px) {
  nav.navigation a {
    color: #1373e6;
    text-align: left;
    background: transparent;
    padding: 10px;
    display: block;
  }
}
.header .nav-user a {
  font-family: 'Manrope';
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid white;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 20px;
  padding: 10px 41px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.5s, border-color 0.5s;
  background-color: transparent;
  color: white;
  font-size: 12px;
  padding: 10px 25px;
}
.header .nav-user a.transparent {
  background-color: transparent;
  color: white;
}
.header .nav-user a.transparent:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
.header .nav-user a.white {
  background-color: white;
  color: black;
}
.header .nav-user a.white:hover {
  background-color: #1373e6;
  border-color: #1373e6;
  text-decoration: none;
  color: white;
}
.header .nav-user a.outline {
  background-color: white;
  color: black;
  border-color: #ccc;
}
.header .nav-user a.outline:hover {
  background-color: white;
  border-color: #1373e6;
  text-decoration: none;
}
.header .nav-user a.dark {
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
}
.header .nav-user a.dark:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
.header .nav-user a.big {
  padding: 16px 40px;
  font-size: 1.8rem;
  border-radius: 40px;
}
.header .nav-user a.disable {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
  pointer-events: none;
}
.header .nav-user a.disable:hover {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
}
.header .nav-user a:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
.header .nav-user .dropdown.switcher-dropdown {
  width: 100%;
  border-radius: 20px;
}
.header .nav-user .dropdown.switcher-dropdown a {
  color: black;
  margin: 0px;
  padding: 8px 20px;
  text-transform: capitalize;
}
.header .nav-user .dropdown.switcher-dropdown a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .header .nav-user {
    display: none;
  }
}
.header .nav-booknow {
  margin-left: 5px;
  text-align: center;
}
.header .nav-booknow a {
  font-family: 'Manrope';
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid white;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 20px;
  padding: 10px 41px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.5s, border-color 0.5s;
  border: 1px solid #1373e6;
  color: white;
  background-color: #1373e6;
  border-color: #1373e6;
}
.header .nav-booknow a.transparent {
  background-color: transparent;
  color: white;
}
.header .nav-booknow a.transparent:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
.header .nav-booknow a.white {
  background-color: white;
  color: black;
}
.header .nav-booknow a.white:hover {
  background-color: #1373e6;
  border-color: #1373e6;
  text-decoration: none;
  color: white;
}
.header .nav-booknow a.outline {
  background-color: white;
  color: black;
  border-color: #ccc;
}
.header .nav-booknow a.outline:hover {
  background-color: white;
  border-color: #1373e6;
  text-decoration: none;
}
.header .nav-booknow a.dark {
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
}
.header .nav-booknow a.dark:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
.header .nav-booknow a.big {
  padding: 16px 40px;
  font-size: 1.8rem;
  border-radius: 40px;
}
.header .nav-booknow a.disable {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
  pointer-events: none;
}
.header .nav-booknow a.disable:hover {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
}
.header .nav-booknow a:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
.header .nav-booknow a span {
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .header .nav-booknow {
    flex-basis: 32%;
  }
  .header .nav-booknow .action {
    height: 65px;
    width: 65px;
    border-radius: 50px;
    margin: 0px;
    padding: 0px;
    margin-right: 10px;
    margin-left: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
    -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  }
  .header .nav-booknow .action span {
    display: inline-block !important;
    font-size: 1.2rem;
    line-height: 1.3rem;
    margin-top: 5px;
  }
  .header .nav-toggle::after {
    -webkit-mask-size: 30px 30px;
    width: 60px;
    height: 60px;
  }
}
.page-layout-our-routes-layout .switcher .nav-booknow,
.page-layout-yacht-americas-route .switcher .nav-booknow {
  display: none;
}
.account-dropdown > .action::before,
.wishlist-dropdown > .action::before,
.minicart-wrapper .action.showcart::before {
  width: 4rem;
  height: 4rem;
  -webkit-mask-size: 4rem 4rem;
}
.manrope {
  font-family: 'Manrope';
}
.pphatton {
  font-family: 'PPHatton';
}
.shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
}
.header.content {
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
.header.content nav.navigation {
  margin-right: auto;
}
.header.content nav.navigation a {
  font-size: 1.3rem;
}
.header.content .switcher-account {
  margin-left: auto;
}
@media (max-width: 1279.98px) {
  .header.content {
    padding: .375rem 2rem;
  }
}
.css-blurry-gradient {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 800px;
  height: 800px;
  border-radius: 50% 22% 40% 80%;
  filter: blur(100px);
  background: radial-gradient(circle at 50% 50%, #4c00ff, rgba(76, 0, 255, 0));
  opacity: 0.2;
}
body.cms-index-index {
  background-image: url("../images/hero.jpg");
  background-color: #d8eeff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}
@media (max-width: 767.98px) {
  body.cms-index-index {
    background-image: url("../images/hero-mobile.jpg");
  }
}
body.cms-index-index .page-title-wrapper {
  display: none;
}
/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("../images/hero.jpg");
  /* Set a specific height */
  display: none;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /* Position and center the image to scale nicely on all screens */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 10;
}
.hero-content {
  text-align: center;
  margin-top: 100px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .hero-content {
    margin-top: 55px;
  }
}
.hero-content img {
  margin: auto;
}
.hero-content h1 img {
  max-width: 970px;
}
@media (max-width: 767.98px) {
  .hero-content h1 img {
    max-width: 100%;
  }
}
.clouds {
  width: 100vw;
  left: calc(-50vw + 50%);
  padding-bottom: 25%;
  position: relative;
  z-index: 4;
}
.clouds .bg {
  background-image: url("../images/nubes-long.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 4;
}
.clouds .bird-1 {
  position: absolute;
  left: 10%;
  top: 0px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .clouds .bird-1 {
    width: 30%;
    top: -10px;
  }
}
.clouds .bird-2 {
  position: absolute;
  left: 30%;
  top: 40px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .clouds .bird-2 {
    width: 30%;
    top: 0px;
  }
}
.clouds .bird-3 {
  position: absolute;
  left: 80%;
  top: 10px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .clouds .bird-3 {
    width: 30%;
    top: -10px;
    right: 6px;
    left: auto;
  }
}
h1 span {
  font-size: 0.1px;
  color: #d8eeff;
}
section.titles h2 {
  text-transform: uppercase;
  color: black;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 767.98px) {
  section.titles h2.magical {
    font-size: 1.5rem;
    margin-top: 38px;
  }
}
section.titles h3 {
  color: black;
  font-size: 4.4rem;
  font-weight: 300;
  display: block;
}
@media (max-width: 767.98px) {
  section.titles h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  section.titles h3.voyage {
    font-size: 3rem;
    line-height: 3.4rem;
    max-width: 60%;
    margin: auto;
  }
}
.homepage-featured-trip {
  margin-top: 100px;
  margin-bottom: 0px;
  overflow: visible;
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .homepage-featured-trip {
    margin-top: 100px;
  }
}
.homepage-featured-trip .grid {
  border: 2px solid #ffffff;
  border-radius: 50px;
  align-items: center;
  background-color: white;
}
.homepage-featured-trip .grid-element {
  display: flex;
  position: relative;
}
.homepage-featured-trip .pill1 {
  width: 57%;
  border-radius: 12rem;
  margin: auto;
  margin-bottom: 40px;
  background-image: url("../images/featured02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.homepage-featured-trip .pill1:before {
  content: '';
  padding-bottom: 164%;
  display: block;
}
.homepage-featured-trip .pill2 {
  width: 85%;
  border-radius: 18rem;
  margin: auto;
  margin-bottom: -50px;
  margin-top: -50px;
  background-image: url("../images/featured03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  -webkit-box-shadow: 0px 0px 105px 0px rgba(102, 119, 201, 0.9);
  -moz-box-shadow: 0px 0px 105px 0px rgba(102, 119, 201, 0.9);
  box-shadow: 0px 0px 105px 0px rgba(102, 119, 201, 0.9);
  filter: brightness(76%);
}
.homepage-featured-trip .pill2:before {
  content: '';
  padding-bottom: 167%;
  display: block;
}
.homepage-featured-trip .pill3 {
  width: 66%;
  border-radius: 16rem;
  margin: auto;
  margin-bottom: 10px;
  background-image: url("../images/featured03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.homepage-featured-trip .pill3:before {
  content: '';
  padding-bottom: 148%;
  display: block;
}
.homepage-featured-trip .pill2-content {
  position: absolute;
  top: 0px;
  left: -20px;
  right: -20px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .homepage-featured-trip .pill2-content {
    left: 0px;
    right: 0px;
  }
}
.homepage-featured-trip .pill2-content .pill-price {
  margin-top: auto;
  margin-bottom: 0px;
}
.homepage-featured-trip .pill-title {
  font-family: 'PPHatton';
  font-size: 16rem;
  font-weight: 300;
  color: white;
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .homepage-featured-trip .pill-title {
    font-size: 9rem;
  }
}
.homepage-featured-trip .pill-date {
  font-family: 'Manrope';
  font-size: 2rem;
  font-weight: 500;
  color: white;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.homepage-featured-trip .pill-price {
  font-family: 'Manrope';
  font-size: 2rem;
  font-weight: 400;
  color: white;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.pill-button {
  font-family: 'Manrope';
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid white;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 20px;
  padding: 10px 41px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.5s, border-color 0.5s;
}
.pill-button.transparent {
  background-color: transparent;
  color: white;
}
.pill-button.transparent:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
.pill-button.white {
  background-color: white;
  color: black;
}
.pill-button.white:hover {
  background-color: #1373e6;
  border-color: #1373e6;
  text-decoration: none;
  color: white;
}
.pill-button.outline {
  background-color: white;
  color: black;
  border-color: #ccc;
}
.pill-button.outline:hover {
  background-color: white;
  border-color: #1373e6;
  text-decoration: none;
}
.pill-button.dark {
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
}
.pill-button.dark:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
.pill-button.big {
  padding: 16px 40px;
  font-size: 1.8rem;
  border-radius: 40px;
}
.pill-button.disable {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
  pointer-events: none;
}
.pill-button.disable:hover {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
}
.beach {
  background-image: url("../images/beach.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding-top: 140px;
}
@media (max-width: 767.98px) {
  .beach {
    background-size: contain;
    padding-top: 30px;
  }
}
.beach img {
  margin: auto;
}
.beach .embark {
  padding: 100px 0px;
}
.beach .embark img {
  max-width: 850px;
}
@media (max-width: 767.98px) {
  .beach .embark img {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .beach .embark {
    margin: 0px 30px;
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.our-routes-slider {
  padding: 0px 30px;
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .our-routes-slider {
    padding: 0px 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.our-routes-slider .slick-list {
  padding: 30px 0px;
}
.our-routes-slider-item-link {
  padding-bottom: 140%;
  background-image: url("../images/slider01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  display: block;
  position: relative;
}
.our-routes-slider-item-link .our-routes-special-message {
  position: absolute;
  top: 10px;
  display: inline-block;
  background: white;
  text-align: center;
  border-radius: 30px;
  padding: 3px 20px;
  color: #1373e6;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translate(-50%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
}
.our-routes-slider-item-link.coming-soon {
  cursor: pointer;
}
.our-routes-slider-item-link .our-routes-slider-info {
  background: white;
  border-radius: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 30px;
  margin-bottom: -2px;
}
.our-routes-slider-item-link .our-routes-slider-info .our-routes-label {
  position: absolute;
  background: #1373e6;
  height: 50px;
  width: 50px;
  right: 30px;
  border-radius: 50px;
  top: 16px;
  padding: 12px;
  line-height: 14px;
  color: white;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .our-routes-slider-item-link .our-routes-slider-info {
    padding: 25px 25px;
  }
}
.our-routes-slider-item-link .our-routes-slider-info .our-routes-slider-info-name {
  font-family: 'PPHatton';
  text-align: center;
  flex-basis: 100%;
  font-size: 3.4rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 15px;
  font-weight: 300;
}
.our-routes-slider-item-link .our-routes-slider-info .our-routes-slider-info-date {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
  font-family: 'Manrope';
  font-size: 1.8rem;
  align-self: flex-end;
}
.our-routes-slider-item-link .our-routes-slider-info .our-routes-slider-info-price {
  flex-grow: 1;
  text-align: center;
  font-family: 'Manrope';
  font-size: 2rem;
  flex-basis: 100%;
  font-weight: 500;
  margin-top: 20px;
}
.our-routes-slider-item-link .our-routes-slider-info .our-routes-slider-info-price .price-box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
.our-routes-slider-item-link .our-routes-slider-info .our-routes-slider-info-price .price-box .old-price {
  order: 1;
}
.our-routes-slider-item-link .our-routes-slider-info .our-routes-slider-info-price .price-box .special-price {
  order: 2;
  color: #1373e6;
}
.our-routes-slider-item-link .our-routes-slider-info .our-routes-slider-info-price .price-box .old-price span.price-wrapper {
  text-decoration: line-through;
  font-size: 1.4rem;
}
.our-routes-slider-item-link .our-routes-slider-info .our-routes-slider-info-price .price-box .old-price .price-label,
.our-routes-slider-item-link .our-routes-slider-info .our-routes-slider-info-price .price-box .old-price .msrp-message {
  display: none;
}
.our-routes-slider-item-link .our-routes-slider-info .our-routes-slider-button {
  flex-basis: 100%;
  text-align: center;
}
.our-routes-slider-item-link .our-routes-slider-info .our-routes-slider-button div {
  width: 100%;
}
.products-related .our-routes-slider-item-link .our-routes-slider-info .our-routes-slider-info-price .price-box {
  justify-content: flex-start;
}
.products-related.products-grid .product-items .coming-soon a,
.products-related[data-appearance="carousel"] .product-items .coming-soon a {
  cursor: pointer;
}
.slick-arrow {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 60px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
}
section.our-routes {
  position: relative;
  background: #faf3e3;
}
@media (max-width: 767.98px) {
  section.our-routes {
    padding-bottom: 40px;
  }
}
.our-routes-header {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .our-routes-header {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.our-routes-header .our-routes-header-title {
  text-align: left;
  font-size: 5rem;
  font-family: 'PPHatton';
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .our-routes-header .our-routes-header-title {
    font-size: 3rem;
  }
}
.our-routes-header-button {
  margin-right: 0px;
  text-align: center;
  display: inline-block;
}
.our-routes-header-button.mobile {
  z-index: 99;
  position: relative;
  margin-top: 0px;
}
.mediaboxes {
  position: relative;
  background-image: url("../images/media-background-transparency.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  display: block;
}
.mediaboxes .container {
  position: relative;
  padding-bottom: 60%;
  display: block;
}
@media (max-width: 767.98px) {
  .mediaboxes .container {
    padding-bottom: 100%;
  }
}
.mediaboxes .media-compass {
  position: absolute;
  top: 11%;
  left: 6%;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .mediaboxes .media-compass {
    width: 26%;
    top: 40px;
  }
}
.mediaboxes .media-video {
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
  border-radius: 35px;
  background-image: url("../images/media-video-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 60%;
  z-index: 7;
}
.mediaboxes .media-video .button-play {
  background: white;
  border-radius: 60px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  margin: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
}
.mediaboxes .media-video .button-play i {
  margin: auto;
}
@media (max-width: 1279.98px) {
  .mediaboxes .media-video {
    left: 50px;
  }
}
@media (max-width: 767.98px) {
  .mediaboxes .media-video {
    width: 90%;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-bottom: 40px;
    top: 90px;
  }
}
.mediaboxes .media-video:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.mediaboxes .media-photo01 {
  display: block;
  position: absolute;
  top: 61%;
  right: 8%;
  border-radius: 35px;
  background-image: url("../images/media-photo01-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 36%;
  z-index: 5;
}
@media (max-width: 1279.98px) {
  .mediaboxes .media-photo01 {
    top: 18%;
  }
}
.mediaboxes .media-photo01:before {
  content: "";
  display: block;
  padding-top: 63%;
}
.mediaboxes .media-photo02 {
  display: block;
  position: absolute;
  top: 26%;
  right: 11%;
  border-radius: 35px;
  background-image: url("../images/media-photo02-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 26%;
}
@media (max-width: 1279.98px) {
  .mediaboxes .media-photo02 {
    top: 31%;
  }
}
.mediaboxes .media-photo02:before {
  content: "";
  display: block;
  padding-top: 90%;
}
.travel-style {
  display: flex;
  gap: 10%;
  align-content: center;
}
@media (max-width: 767.98px) {
  .travel-style {
    flex-direction: column;
    position: relative;
    z-index: 9;
    padding: 0px 20px;
  }
}
.travel-style .travel-style-flex {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-around;
  padding: 0px;
}
@media (max-width: 767.98px) {
  .travel-style .travel-style-flex {
    flex-direction: column;
  }
}
.travel-style .travel-style-title {
  text-align: left;
  font-size: 5rem;
  font-family: 'PPHatton';
  font-weight: 300;
  white-space: nowrap;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .travel-style .travel-style-title {
    font-size: 3rem;
  }
}
.travel-style .travel-style-cards {
  display: flex;
  gap: 3%;
  align-content: center;
}
@media (max-width: 767.98px) {
  .travel-style .travel-style-cards {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
}
.travel-style .travel-style-card {
  background-color: white;
  border-radius: 30px;
  padding: 4% 6%;
  flex-basis: 50%;
  text-align: left;
}
@media (max-width: 767.98px) {
  .travel-style .travel-style-card {
    padding: 30px;
    border-radius: 20px;
  }
}
.travel-style .travel-style-card .travel-style-card-title {
  text-align: left;
  font-size: 3rem;
  font-family: 'PPHatton';
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
  margin-bottom: 20px;
}
.travel-style .travel-style-card .travel-style-card-text {
  font-family: 'Manrope';
  font-size: 2rem;
  font-weight: 400;
}
.homepage-ready {
  border-radius: 3rem;
  position: relative;
  margin-top: 7%;
  margin-bottom: 16%;
}
@media (max-width: 767.98px) {
  .homepage-ready {
    padding: 0px 20px;
  }
  .homepage-ready .text-content {
    padding: 20px;
  }
}
.homepage-ready .ready-title {
  font-family: 'PPHatton';
  font-size: 5rem;
  font-weight: 300;
  color: black;
}
@media (max-width: 767.98px) {
  .homepage-ready .ready-title {
    font-size: 3rem;
  }
}
.homepage-ready .ready-text {
  font-family: 'Manrope';
  font-size: 1.6rem;
  font-weight: 400;
}
.homepage-ready .ready-text p {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .homepage-ready .ready-text {
    line-height: 2.4rem;
  }
}
.homepage-ready .grid {
  border: 2px solid #ffffff;
  border-radius: 50px;
  background-color: white;
}
@media (max-width: 767.98px) {
  .homepage-ready .grid {
    border-radius: 30px;
  }
}
.homepage-ready .grid-element {
  display: flex;
  position: relative;
}
@media (max-width: 767.98px) {
  .homepage-ready .grid-element:first-child:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 95%;
  }
}
.homepage-ready .grid-element.text-content {
  flex-direction: column;
  justify-content: left;
  text-align: left;
  padding: 80px;
}
@media (max-width: 767.98px) {
  .homepage-ready .grid-element.text-content {
    padding: 25px;
  }
}
.homepage-ready .grid-element .pill-button {
  margin-left: 0px;
  margin-top: 30px;
}
.homepage-ready .pill1 {
  width: 14%;
  border-radius: 18rem;
  margin: auto;
  margin-bottom: 40px;
  background-image: url("../images/ready-media-01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 6;
  position: absolute;
  left: -5%;
  top: 40%;
}
.homepage-ready .pill1:before {
  content: '';
  padding-bottom: 164%;
  display: block;
}
@media (max-width: 767.98px) {
  .homepage-ready .pill1 {
    left: 4%;
    top: 100px;
  }
}
.homepage-ready .pill2 {
  width: 19%;
  border-radius: 18rem;
  margin: auto;
  background-image: url("../images/ready-media-02-alt.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  z-index: 5;
  position: absolute;
  left: 9%;
  top: -3%;
}
.homepage-ready .pill2:before {
  content: '';
  padding-bottom: 164%;
  display: block;
}
@media (max-width: 767.98px) {
  .homepage-ready .pill2 {
    top: -20px;
    left: 17%;
  }
}
.homepage-ready .pill3 {
  width: 45%;
  border-radius: 18rem;
  margin: auto;
  margin-bottom: 10px;
  background-image: url("../images/ready-media-03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 4;
  position: absolute;
  left: 60%;
  top: 8%;
}
.homepage-ready .pill3:before {
  content: '';
  padding-bottom: 164%;
  display: block;
}
@media (max-width: 767.98px) {
  .homepage-ready .pill3 {
    width: 37%;
    top: 20px;
  }
}
.homepage-ready .pill4 {
  width: 54%;
  border-radius: 18rem;
  margin: auto;
  background-image: url("../images/ready-media-04.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 105px 0px rgba(102, 119, 201, 0.9);
  -moz-box-shadow: 0px 0px 105px 0px rgba(102, 119, 201, 0.9);
  box-shadow: 0px 0px 105px 0px rgba(102, 119, 201, 0.9);
  position: absolute;
  left: 22%;
  top: 10%;
}
.homepage-ready .pill4:before {
  content: '';
  padding-bottom: 164%;
  display: block;
}
@media (max-width: 767.98px) {
  .homepage-ready .pill4 {
    top: 40px;
  }
}
.navigate {
  position: relative;
  margin-top: 16%;
  margin-bottom: 8%;
}
.navigate .grid {
  gap: 3rem;
}
.navigate .navigate-title {
  font-family: 'PPHatton';
  font-size: 4rem;
  font-weight: 300;
  color: black;
  text-align: left;
  margin-bottom: 3%;
}
.navigate .navigate-card {
  width: 100%;
  border-radius: 4rem;
  display: flex;
  align-items: end;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.navigate .navigate-card .navigate-title {
  color: white;
  font-family: 'PPHatton';
  font-size: 3rem;
  font-weight: 300;
  margin-left: 8%;
  margin-right: 8%;
  margin-bottom: 8%;
  text-align: center;
  text-shadow: 0 0 7px #000000;
  position: relative;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .navigate .navigate-card .navigate-title {
    text-align: center;
    width: 100%;
  }
}
.navigate .navigate-card:before {
  content: '';
  padding-bottom: 64%;
  display: block;
}
.navigate .navigate-card:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: block;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(255, 0, 0, 0));
}
.navigate .navigate-card.card01 {
  background-image: url("../images/navigate-media-01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.navigate .navigate-card.card02 {
  background-image: url("../images/navigate-media-02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.navigate .navigate-card.card03 {
  background-image: url("../images/navigate-media-03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.navigate .navigate-card.card04 {
  background-image: url("../images/navigate-media-04.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.navigate .navigate-card.card05 {
  background-image: url("../images/navigate-media-05.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.navigate .navigate-card.card06 {
  background-image: url("../images/navigate-media-06.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 767.98px) {
  .navigate {
    padding: 0px 20px;
  }
}
.flotilla {
  padding-bottom: 53%;
  background-image: url("../images/sirens-background-v2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
.flotilla .boats {
  margin: auto;
  width: 58%;
  vertical-align: top;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.flotilla .boats img {
  max-width: unset;
  width: 100%;
}
.team {
  position: relative;
  padding-bottom: 10%;
  padding-top: 80px;
  margin-top: 100px;
}
.team .container {
  position: relative;
}
.team:before {
  width: 100vw;
  position: absolute;
  text-align: center;
  content: '';
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: calc(-50vw + 50%);
  background-color: #05408f;
  background-color: #d7edfe;
  background: #05408f;
  background: -moz-linear-gradient(180deg, #05408f 0%, #618dc1 31%, #d4edff 83%, #d4edff 100%);
  background: -webkit-linear-gradient(180deg, #05408f 0%, #618dc1 31%, #d4edff 83%, #d4edff 100%);
  background: linear-gradient(180deg, #05408f 0%, #618dc1 31%, #d4edff 83%, #d4edff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05408f", endColorstr="#d4edff", GradientType=1);
}
.team .grid {
  gap: 3rem;
  position: relative;
}
.team .grid .grid-element {
  position: relative;
  width: 100%;
  height: 100%;
}
.team .team-title {
  font-family: 'PPHatton';
  font-size: 4.3rem;
  color: white;
  text-align: center;
  z-index: 10;
  position: relative;
  margin-bottom: 15px;
  font-weight: 200;
}
.team .team-subtitle {
  margin-bottom: 50px;
  font-size: 2rem;
  font-weight: 400;
  color: white;
}
.team .team-slider {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0px 30px;
  position: relative;
}
@media (max-width: 767.98px) {
  .team .team-slider {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.team .team-card-wrapper {
  width: 20%;
  position: relative;
  padding-bottom: 30%;
}
@media (max-width: 767.98px) {
  .team .team-card-wrapper {
    width: 50%;
    padding-bottom: 130%;
  }
}
.team .team-card {
  border-radius: 12rem;
  overflow: hidden;
  padding-bottom: 160%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.team .team-card:after {
  content: '';
  display: block;
  background: #84aad1;
  background: -moz-linear-gradient(176deg, rgba(132, 170, 209, 0) 0%, rgba(132, 170, 209, 0) 50%, #1373e6 100%);
  background: -webkit-linear-gradient(176deg, rgba(132, 170, 209, 0) 0%, rgba(132, 170, 209, 0) 50%, #1373e6 100%);
  background: linear-gradient(176deg, rgba(132, 170, 209, 0) 0%, rgba(132, 170, 209, 0) 50%, #1373e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#84aad1", endColorstr="#1373e6", GradientType=1);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
}
.team .team-card .team-info {
  position: absolute;
  bottom: 13%;
  color: white;
  display: flex;
  gap: 5px;
  left: 0px;
  right: 0px;
  flex-direction: column;
  z-index: 9;
}
.team .team-card .team-info .team-title {
  font-family: 'PPHatton';
  font-size: 2.2rem;
  color: white;
  font-weight: 200;
  margin-bottom: 0px;
}
.team .team-card .team-info .team-name {
  font-family: 'Manrope';
  font-size: 2rem;
  font-weight: 300;
  color: white;
}
/*=========== CATEGORY ROUTE PAGE ==================*/
.page-layout-yacht-americas-route {
  background-color: #f7fcff;
}
.page-layout-yacht-americas-route .find-out-more {
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  .page-layout-yacht-americas-route #maincontent + .container {
    padding: 20px;
  }
}
.page-layout-yacht-americas-route .section-title {
  color: black;
  font-family: 'PPHatton';
  font-size: 16rem;
  line-height: 20rem;
}
.page-layout-yacht-americas-route .page-header {
  position: absolute;
  left: 0px;
  right: 0px;
}
.page-layout-yacht-americas-route .product-image-hero {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.page-layout-yacht-americas-route .product-image-hero:before {
  content: '';
  display: block;
  padding-bottom: 50%;
}
@media (max-width: 767.98px) {
  .page-layout-yacht-americas-route .product-image-hero:before {
    padding-bottom: 0px;
    height: 100vh;
  }
}
.page-layout-yacht-americas-route .product-image-hero .product-hero-info {
  margin: auto;
}
.page-layout-yacht-americas-route .product-image-hero .product-hero-info .product-hero-name {
  font-family: 'PPHatton';
  color: white;
  font-size: 16rem;
  line-height: 20rem;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 0px;
  display: block;
}
@media (max-width: 767.98px) {
  .page-layout-yacht-americas-route .product-image-hero .product-hero-info .product-hero-name {
    font-size: 8rem;
    line-height: 10rem;
  }
}
.page-layout-yacht-americas-route .product-image-hero .product-hero-info .product-hero-dates {
  color: white;
  margin-left: 14px;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .page-layout-yacht-americas-route .product-image-hero .product-hero-info {
    padding: 0px 30px;
  }
}
.page-layout-yacht-americas-route .hero-image-union:before {
  content: '';
  background-color: #f7fcff;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 4vw;
  margin-top: -4vw;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  display: block;
  position: relative;
  z-index: 9;
}
.page-layout-yacht-americas-route .route-main-info-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .page-layout-yacht-americas-route .route-main-info-container {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text {
  position: relative;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text h1 {
  font-family: 'PPHatton';
  font-size: 3.8rem;
  line-height: 4.2rem;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 15px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .route-main-label {
  position: absolute;
  background: #1373e6;
  height: 50px;
  width: 50px;
  right: 0px;
  border-radius: 50px;
  top: 0px;
  padding: 12px;
  line-height: 14px;
  color: white;
  font-size: 12px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .starting-price {
  margin-bottom: 10px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .starting-price .price-box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .starting-price .price-box .old-price {
  order: 1;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .starting-price .price-box .special-price {
  order: 2;
  color: #1373e6;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .starting-price .price-box .old-price span.price-wrapper {
  text-decoration: line-through;
  font-size: 1.4rem;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .starting-price .price-box .old-price .price-label,
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .starting-price .price-box .old-price .msrp-message {
  display: none;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .short-description {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .starting-price {
  font-size: 2rem;
  line-height: 2.9rem;
  color: #1373e6;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .remaining {
  font-weight: bold;
  color: #1373e6;
  margin-right: 0px;
  margin-left: auto;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .full-yacht-notice {
  line-height: 2.5rem;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 1.4rem;
  padding-left: 26px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .full-yacht-notice b {
  white-space: nowrap;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text form.addtocart-form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text form.addtocart-form fieldset[data-quantity] {
  width: 150px;
  height: auto;
  margin: 0px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text form.addtocart-form fieldset[data-quantity] input {
  height: 60px;
  line-height: 60px;
  border-radius: 37px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text form.addtocart-form fieldset[data-quantity] button.add,
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text form.addtocart-form fieldset[data-quantity] button.sub {
  background-position-y: 10px;
  height: 46px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text form.addtocart-form .book-now-button {
  margin-top: 0px;
  margin-left: 0px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .available-dates {
  margin: 20px 0px;
  margin-top: 40px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .available-dates .accomodation-icon {
  margin-right: 10px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .available-dates .available-dates-title {
  padding-left: 20px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .available-dates .available-dates-item {
  font-weight: bold;
  padding: 20px 0px;
  border-bottom: 1px solid #e4e4e4;
  background: white;
  margin: 13px 0px;
  border-radius: 19px;
  padding: 10px 24px;
  border: 0px;
  display: flex;
  align-items: center;
  width: 100%;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .available-dates .available-dates-item .pill-button {
  margin: 0px;
  margin-left: auto;
  margin-right: 0px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-text .available-dates .available-dates-item i {
  font-size: 20px;
  margin-right: 10px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .gallery-images {
  display: block;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .only-video {
  background-size: cover;
  border-radius: 32px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 60%;
  display: block;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .only-video .button-play {
  background: white;
  border-radius: 60px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  margin: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .only-video .button-play i {
  margin: auto;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .route-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  height: 600px;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .route-media-grid {
    grid-template-columns: 1fr;
    height: 300px;
    grid-auto-rows: 1.4fr 1fr;
  }
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .route-media-grid .left-grid,
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .route-media-grid .right-grid {
  display: grid;
  grid-auto-rows: 1fr;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .route-media-grid .right-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .route-media-grid .left-grid-image,
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .route-media-grid .right-grid-bottom,
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .route-media-grid .right-grid-top {
  background-size: cover;
  border-radius: 32px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .route-media-grid .left-grid-image .button-play,
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .route-media-grid .right-grid-bottom .button-play,
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .route-media-grid .right-grid-top .button-play {
  background: white;
  border-radius: 60px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  margin: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .route-media-grid .left-grid-image .button-play i,
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .route-media-grid .right-grid-bottom .button-play i,
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .route-media-grid .right-grid-top .button-play i {
  margin: auto;
}
.page-layout-yacht-americas-route .route-main-info-container .route-main-info-media .see-gallery {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.page-layout-yacht-americas-route .section-title {
  font-family: 'PPHatton';
  font-size: 3.2rem;
  line-height: 3rem;
  font-weight: 300;
  color: black;
  margin-bottom: 40px;
  position: relative;
}
.page-layout-yacht-americas-route .itinerary {
  padding: 100px 0px;
  position: relative;
  border-radius: 12px;
}
.page-layout-yacht-americas-route .itinerary:before {
  content: '';
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #d8eeff;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
@media (max-width: 767.98px) {
  .page-layout-yacht-americas-route .itinerary {
    padding-top: 50px;
  }
}
.page-layout-yacht-americas-route .itinerary .map {
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.page-layout-yacht-americas-route .itinerary .map-content {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
}
.page-layout-yacht-americas-route .itinerary .map-image {
  width: calc(65% + 1px);
}
@media (max-width: 767.98px) {
  .page-layout-yacht-americas-route .itinerary .map-image {
    width: 100%;
  }
}
.page-layout-yacht-americas-route .itinerary .map-sidebar {
  position: absolute;
  width: 35%;
  padding: 30px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: white;
  border-radius: 35px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .page-layout-yacht-americas-route .itinerary .map-sidebar {
    position: unset;
    width: 100%;
    margin-top: -20px;
    z-index: 2;
    position: relative;
    border-radius: 35px;
  }
}
.page-layout-yacht-americas-route .itinerary .map-subtitle {
  color: black;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #999;
  letter-spacing: 2px;
}
.page-layout-yacht-americas-route .itinerary .map-numbers {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-bottom: 10px;
}
.page-layout-yacht-americas-route .itinerary .map-numbers .map-number {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  line-height: 30px;
  border: 1px solid #999;
  text-align: center;
  cursor: pointer;
}
.page-layout-yacht-americas-route .itinerary .map-numbers .map-number.active {
  background-color: #1373e6;
  color: white;
  border-color: #1373e6;
}
.page-layout-yacht-americas-route .itinerary .map-title {
  font-family: 'PPHatton';
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 300;
  color: black;
  margin-bottom: 15px;
}
.page-layout-yacht-americas-route .itinerary .map-description {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-bottom: 30px;
  flex-grow: 1;
  overflow: auto;
}
.page-layout-yacht-americas-route .itinerary .map-gallery {
  margin-bottom: 0px;
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  grid-gap: 15px;
}
.page-layout-yacht-americas-route .itinerary .map-gallery img {
  border-radius: 10px;
}
.page-layout-yacht-americas-route section.yacht-options {
  position: relative;
  padding: 100px 0px;
}
@media (max-width: 767.98px) {
  .page-layout-yacht-americas-route section.yacht-options {
    padding-top: 50px;
  }
  .page-layout-yacht-americas-route section.yacht-options .page-main {
    padding: 30px;
  }
  .page-layout-yacht-americas-route section.yacht-options .container {
    padding: 0px 30px;
  }
}
.page-layout-yacht-americas-route section.yacht-options:before {
  width: 100vw;
  position: absolute;
  text-align: center;
  content: '';
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: calc(-50vw + 50%);
  background-color: #d8eeff;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-wrapper {
  margin-left: 0px;
  margin-right: 0px;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-wrapper .yachts-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  height: calc(100% - 40px);
  height: 350px;
  position: relative;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-wrapper .yachts-image-grid .grid-title {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-wrapper .yachts-image-grid .image-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  display: none;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-wrapper .yachts-image-grid .image-container:nth-child(1) {
  display: block;
  grid-column: 1;
  grid-row: 1;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-wrapper .yachts-image-grid .image-container:nth-child(2) {
  display: block;
  grid-column: 2;
  grid-row: 1;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-wrapper .yachts-image-grid .image-container:nth-child(3) {
  display: block;
  grid-column: 3;
  grid-row: 1 / span 2;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-wrapper .yachts-image-grid .image-container:nth-child(4) {
  display: block;
  grid-column: 1;
  grid-row: 2;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-wrapper .yachts-image-grid .image-container:nth-child(5) {
  display: block;
  grid-column: 2;
  grid-row: 2;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-wrapper .yachts-image-grid .see-gallery {
  position: absolute;
  bottom: 10px;
  right: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-item-wrapper {
  position: relative;
  padding: 20px 10px;
  padding-bottom: 0px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  background: white;
  border-radius: 25px;
  padding: 25px 26px;
  gap: 50px;
}
@media (max-width: 767.98px) {
  .page-layout-yacht-americas-route section.yacht-options .yacht-options-item-wrapper {
    grid-template-columns: 1fr;
  }
  .page-layout-yacht-americas-route section.yacht-options .yacht-options-item-wrapper .yachts-image-grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-layout-yacht-americas-route section.yacht-options .yacht-options-item-wrapper .yachts-image-grid .image-container:nth-child(1),
  .page-layout-yacht-americas-route section.yacht-options .yacht-options-item-wrapper .yachts-image-grid .image-container:nth-child(2),
  .page-layout-yacht-americas-route section.yacht-options .yacht-options-item-wrapper .yachts-image-grid .image-container:nth-child(3),
  .page-layout-yacht-americas-route section.yacht-options .yacht-options-item-wrapper .yachts-image-grid .image-container:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
  .page-layout-yacht-americas-route section.yacht-options .yacht-options-item-wrapper .yachts-image-grid .image-container:nth-child(5) {
    display: none;
  }
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-slider-item {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-slider-item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  display: block;
  width: 100%;
  position: relative;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-slider-item-image:before {
  content: "";
  display: block;
  padding-top: 80%;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-slider-gallery {
  width: 100%;
  display: grid;
  flex-wrap: wrap;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-slider-info {
  width: 100%;
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-slider-info .yacht-options-slider-info-name {
  font-family: 'PPHatton';
  text-align: left;
  flex-basis: 100%;
  font-size: 2.4rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 15px;
  font-weight: 300;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-slider-info .yacht-options-slider-info-detail {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-slider-info .yacht-options-slider-info-detail i {
  margin-right: 4px;
}
.page-layout-yacht-americas-route section.yacht-options .yacht-options-slider-info .yacht-options-slider-info-button {
  margin-bottom: 0px;
  margin-top: auto;
}
.page-layout-yacht-americas-route .whats-included {
  position: relative;
  padding-bottom: 30px;
}
.page-layout-yacht-americas-route .whats-included .whats-included-wrapper {
  border: 2px solid white;
  position: relative;
  padding: 50px;
  border-radius: 30px;
}
.page-layout-yacht-americas-route .whats-included:before {
  width: 100vw;
  position: absolute;
  text-align: center;
  content: '';
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: calc(-50vw + 50%);
  background-color: #d8eeff;
}
.page-layout-yacht-americas-route .whats-included .services-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 15px;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .page-layout-yacht-americas-route .whats-included .services-list {
    grid-template-columns: 1fr;
  }
}
.page-layout-yacht-americas-route .whats-included .services-list .service-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-layout-yacht-americas-route .whats-included .services-list .service-item .service-icon {
  margin-right: 30px;
  width: 40px;
}
.page-layout-yacht-americas-route .whats-included .services-list .service-item .service-name {
  font-size: 1.8rem;
  font-weight: 600;
}
.page-layout-yacht-americas-route .more-information {
  position: relative;
  padding: 100px 0px;
}
.page-layout-yacht-americas-route .more-information .services-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .page-layout-yacht-americas-route .more-information .services-list {
    grid-template-columns: 1fr;
  }
}
.page-layout-yacht-americas-route .more-information .services-list .service-item {
  display: flex;
  flex-direction: column;
  padding: 30px;
  padding-bottom: 45px;
  border-radius: 30px;
  background-color: white;
}
.page-layout-yacht-americas-route .more-information .services-list .service-item .service-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-layout-yacht-americas-route .more-information .services-list .service-item .service-content {
  font-size: 1.8rem;
  font-weight: 400;
}
.page-layout-yacht-americas-route .more-information .services-list .service-item .service-content ul {
  padding-left: 20px;
  list-style: disc;
}
.page-layout-yacht-americas-route .more-information .services-list .service-item .service-content a {
  color: #1373e6;
}
.page-layout-yacht-americas-route .more-information .services-list .service-item .service-content a:hover {
  text-decoration: underline;
}
.footer-middle {
  background-color: white;
}
.footer-middle .footer-copyright {
  text-align: center;
  font-size: 1.2rem;
  padding: 14px 15px;
  background: white;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: var(--container-max-width);
  margin: auto;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer-middle .footer-copyright {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-middle .footer-copyright .laveramente {
  color: #004792;
  font-weight: 500;
  font-size: 1.4rem;
}
.footer-middle .footer-copyright .laveramente img {
  margin-left: 5px;
}
.footer-middle .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 10px;
  padding: 60px 0px;
  text-align: center;
  margin-top: 0px;
}
.footer-middle .footer-grid .footer-column {
  color: black;
  text-align: left;
}
.footer-middle .footer-grid .footer-column p {
  margin-bottom: 10px;
}
.footer-middle .footer-grid .footer-column strong {
  font-weight: 800;
}
@media (max-width: 767.98px) {
  .footer-middle .footer-grid .footer-column {
    padding: 20px 30px;
  }
}
.footer-middle .footer-grid .footer-column:first-child {
  text-align: center;
}
@media (max-width: 1279.98px) and (min-width: 768px) {
  .footer-middle .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    padding: 60px 8rem;
  }
  .footer-middle .footer-grid:first-child {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .footer-middle .footer-grid {
    grid-template-columns: 1fr;
  }
}
/*========= CATEGORY PAGE OUR ROUTES ==================*/
.page-layout-our-routes-layout {
  background-color: #d8eeff;
}
.page-layout-our-routes-layout .page-header {
  position: absolute;
  left: 0px;
  right: 0px;
}
.page-layout-our-routes-layout h1 {
  margin: 0px;
  margin: auto;
}
.page-layout-our-routes-layout .page-main {
  padding-top: 50px;
}
.page-layout-our-routes-layout .category-image-hero {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
}
.page-layout-our-routes-layout .category-image-hero img {
  max-width: 500px;
}
@media (max-width: 767.98px) {
  .page-layout-our-routes-layout .category-image-hero img {
    max-width: 90%;
  }
}
.page-layout-our-routes-layout .category-image-hero:before {
  content: '';
  display: block;
  padding-bottom: 30%;
}
@media (max-width: 767.98px) {
  .page-layout-our-routes-layout .category-image-hero:before {
    padding-bottom: 50px;
    height: 104vh;
  }
}
.page-layout-our-routes-layout .hero-image-union:before {
  content: '';
  background-color: #d8eeff;
  height: 4vh;
  margin-top: -4vh;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  display: block;
  position: relative;
  z-index: 9;
}
.page-layout-our-routes-layout .products-grid {
  margin-bottom: 5vw;
}
.page-layout-our-routes-layout .products-grid .product-items,
.page-layout-our-routes-layout [data-appearance="carousel"] .product-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .page-layout-our-routes-layout .products-grid .product-items,
  .page-layout-our-routes-layout [data-appearance="carousel"] .product-items {
    grid-template-columns: 1fr;
  }
}
.page-layout-our-routes-layout .products-grid .product-items .product-item,
.page-layout-our-routes-layout [data-appearance="carousel"] .product-items .product-item {
  width: 100%;
}
.page-layout-our-routes-layout .products-grid .product-items .product-item.coming-soon a,
.page-layout-our-routes-layout [data-appearance="carousel"] .product-items .product-item.coming-soon a {
  cursor: default;
}
.page-layout-our-routes-layout .products-grid .our-routes-slider-item-link {
  padding-bottom: 140%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  position: relative;
}
.page-layout-our-routes-layout .products-grid .our-routes-slider-item-link .our-routes-special-message {
  position: absolute;
  top: 10px;
  display: inline-block;
  background: white;
  text-align: center;
  border-radius: 30px;
  padding: 3px 20px;
  color: #1373e6;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translate(-50%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
}
body.category-book-now .bookgrid {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 20px;
}
body.category-book-now .card-selected {
  margin-bottom: 20px;
}
body.category-book-now .choose-route,
body.category-book-now .choose-yacht,
body.category-book-now .choose-date {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
body.category-book-now .book-horizontal-card {
  background: white;
  border-radius: 20px;
  padding: 20px 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
body.category-book-now .book-route-card {
  padding: 0px;
}
body.category-book-now .book-route-card .book-route-card-image {
  padding-bottom: 9%;
  width: 15%;
  background-size: contain;
}
body.category-book-now .book-route-card .book-route-card-info {
  padding: 20px 30px;
}
body.customer-account-login .page-title-wrapper,
body.customer-account-create .page-title-wrapper {
  margin: 0px;
}
body.customer-account-login .page-wrapper,
body.customer-account-create .page-wrapper {
  background-image: url("../images/beach.jpg");
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media (max-width: 767.98px) {
  body.customer-account-login .page-wrapper,
  body.customer-account-create .page-wrapper {
    background-position: top;
    background-size: 158%;
  }
  body.customer-account-login .page-wrapper .page-main,
  body.customer-account-create .page-wrapper .page-main {
    padding: 0px;
  }
}
@media (max-width: 767.98px) {
  body.customer-account-login .page-wrapper .columns,
  body.customer-account-create .page-wrapper .columns {
    background-image: url("../images/beach.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
  }
}
body.customer-account-login .login-container,
body.customer-account-create .login-container {
  margin: 60px auto;
  padding: 40px;
  border-radius: 31px;
}
body.customer-account-login .login-container .pill-button,
body.customer-account-create .login-container .pill-button {
  margin-left: 0px;
}
body.customer-account-login .login-container button.pill-button,
body.customer-account-create .login-container button.pill-button {
  margin-right: 5px;
  margin-top: 0px;
  text-align: center;
}
@media (max-width: 767.98px) {
  body.customer-account-login .login-container,
  body.customer-account-create .login-container {
    margin-bottom: 140px;
  }
  body.customer-account-login .login-container .block-new-customer,
  body.customer-account-create .login-container .block-new-customer {
    margin-top: 40px;
    border-top: 1px solid #ccc;
    padding-top: 40px;
  }
  body.customer-account-login .login-container .block-new-customer .pill-button,
  body.customer-account-create .login-container .block-new-customer .pill-button {
    width: 100%;
    text-align: center;
  }
}
body.customer-account-login #block-customer-login-heading,
body.customer-account-create #block-customer-login-heading,
body.customer-account-login #block-new-customer-heading,
body.customer-account-create #block-new-customer-heading {
  color: black;
  font-size: 4.4rem;
  font-weight: 300;
  font-family: 'PPHatton';
  margin-bottom: 25px;
  display: block;
  line-height: 4.7rem;
}
body.customer-account-create .form-create-account {
  position: relative;
  z-index: 2;
  margin: 60px auto;
  padding: 40px;
  border-radius: 31px;
}
body.customer-account-create .form-create-account .pill-button {
  margin-left: 0px;
}
body.customer-account-create .form-create-account button.pill-button {
  margin-right: 5px;
}
@media (max-width: 767.98px) {
  body.customer-account-create .form-create-account {
    margin-bottom: 140px;
  }
}
body.customer-account-create .fieldset .legend span {
  color: black;
  font-size: 3.9rem;
  font-weight: 300;
  font-family: 'PPHatton';
  margin-bottom: 25px;
  display: block;
  line-height: 4rem;
  margin-top: 28px;
}
input[type="email"],
input[type="text"],
input[type="date"],
input[type="password"],
input[type="telephone"],
input[type="number"],
input[type="tel"],
textarea {
  padding: 5px;
  line-height: 30px;
  border: 1px solid #ccc;
}
.field.choice {
  margin-top: 15px;
}
.field .control select {
  border-color: #ccc;
  padding: 9px 5px;
}
.field.required > .label,
.field._required > .label {
  margin-bottom: 7px;
  color: #4a4a4a;
}
@media (max-width: 767.98px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
/*===  MY ACCOUNT =====*/
body.account .page-title-wrapper {
  margin: 0px;
}
body.account .page-wrapper {
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media (max-width: 767.98px) {
  body.account .page-wrapper {
    background-position: top;
    background-size: 158%;
  }
  body.account .page-wrapper .page-main {
    padding: 0px;
  }
}
@media (max-width: 767.98px) {
  body.account .page-wrapper .page-main {
    background-image: url("../images/beach.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
  }
}
body.account .page-wrapper .columns {
  background: white;
  margin: 60px auto;
  padding: 40px;
  border-radius: 31px;
}
@media (max-width: 767.98px) {
  body.account .page-wrapper .columns {
    margin-bottom: 100px;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  body.account .page-wrapper .columns .column {
    order: 2;
  }
  body.account .page-wrapper .columns .sidebar {
    order: 1;
    border: 1px solid #ccc;
    padding: 8px 10px;
    border-radius: 20px;
  }
}
body.account .actions-toolbar .action.primary {
  font-family: 'Manrope';
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid white;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 20px;
  padding: 10px 41px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.5s, border-color 0.5s;
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
  margin-left: 0px;
}
body.account .actions-toolbar .action.primary.transparent {
  background-color: transparent;
  color: white;
}
body.account .actions-toolbar .action.primary.transparent:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
body.account .actions-toolbar .action.primary.white {
  background-color: white;
  color: black;
}
body.account .actions-toolbar .action.primary.white:hover {
  background-color: #1373e6;
  border-color: #1373e6;
  text-decoration: none;
  color: white;
}
body.account .actions-toolbar .action.primary.outline {
  background-color: white;
  color: black;
  border-color: #ccc;
}
body.account .actions-toolbar .action.primary.outline:hover {
  background-color: white;
  border-color: #1373e6;
  text-decoration: none;
}
body.account .actions-toolbar .action.primary.dark {
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
}
body.account .actions-toolbar .action.primary.dark:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
body.account .actions-toolbar .action.primary.big {
  padding: 16px 40px;
  font-size: 1.8rem;
  border-radius: 40px;
}
body.account .actions-toolbar .action.primary.disable {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
  pointer-events: none;
}
body.account .actions-toolbar .action.primary.disable:hover {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
}
body.account .actions-toolbar .action.primary:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
/*==== CONTACT ===========*/
body.contact-index-index .page-title-wrapper {
  margin: 0px;
}
body.contact-index-index .page-wrapper {
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media (max-width: 767.98px) {
  body.contact-index-index .page-wrapper {
    background-position: top;
    background-size: 158%;
  }
  body.contact-index-index .page-wrapper .page-main {
    padding: 0px;
  }
}
@media (max-width: 767.98px) {
  body.contact-index-index .page-wrapper .page-main {
    background-image: url("../images/beach.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
  }
}
body.contact-index-index .page-wrapper .form.contact {
  background: white;
  margin: 60px auto;
  padding: 40px;
  border-radius: 31px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
}
@media (max-width: 767.98px) {
  body.contact-index-index .page-wrapper .form.contact {
    margin-bottom: 100px;
  }
}
body.contact-index-index .page-wrapper .form.contact .action.submit.primary {
  font-family: 'Manrope';
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid white;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 20px;
  padding: 10px 41px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.5s, border-color 0.5s;
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
}
body.contact-index-index .page-wrapper .form.contact .action.submit.primary.transparent {
  background-color: transparent;
  color: white;
}
body.contact-index-index .page-wrapper .form.contact .action.submit.primary.transparent:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
body.contact-index-index .page-wrapper .form.contact .action.submit.primary.white {
  background-color: white;
  color: black;
}
body.contact-index-index .page-wrapper .form.contact .action.submit.primary.white:hover {
  background-color: #1373e6;
  border-color: #1373e6;
  text-decoration: none;
  color: white;
}
body.contact-index-index .page-wrapper .form.contact .action.submit.primary.outline {
  background-color: white;
  color: black;
  border-color: #ccc;
}
body.contact-index-index .page-wrapper .form.contact .action.submit.primary.outline:hover {
  background-color: white;
  border-color: #1373e6;
  text-decoration: none;
}
body.contact-index-index .page-wrapper .form.contact .action.submit.primary.dark {
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
}
body.contact-index-index .page-wrapper .form.contact .action.submit.primary.dark:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
body.contact-index-index .page-wrapper .form.contact .action.submit.primary.big {
  padding: 16px 40px;
  font-size: 1.8rem;
  border-radius: 40px;
}
body.contact-index-index .page-wrapper .form.contact .action.submit.primary.disable {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
  pointer-events: none;
}
body.contact-index-index .page-wrapper .form.contact .action.submit.primary.disable:hover {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
}
body.contact-index-index .page-wrapper .form.contact .action.submit.primary:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
/*+++ BOOK PRODUCT BOOK ****/
body.book-product-book .page-title-wrapper {
  margin: 0px;
}
body.book-product-book .book-form-title {
  font-family: 'PPHatton';
  font-size: 3.2rem;
  line-height: 3rem;
  font-weight: 300;
  color: black;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}
body.book-product-book .page-wrapper {
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% !important;
}
@media (max-width: 767.98px) {
  body.book-product-book .page-wrapper {
    background-position: top;
    background-size: 158%;
  }
  body.book-product-book .page-wrapper .page-main {
    padding: 0px;
  }
}
body.book-product-book .columns {
  background: white;
  margin: 60px auto;
  padding: 40px;
  border-radius: 31px;
}
@media (max-width: 767.98px) {
  body.book-product-book .columns {
    margin-bottom: 100px;
    padding: 20px;
  }
}
body.book-product-book .route-option .icon-world {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
  color: #1373e6;
}
body.book-product-book .card-date .icon-calendar {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
  color: #1373e6;
}
body.book-product-book .booknow-grid {
  gap: 20px;
  margin-bottom: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767.98px) {
  body.book-product-book .booknow-grid {
    grid-template-columns: 1fr;
  }
}
body.book-product-book .booknow-grid .booknow-option {
  display: flex;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  padding: 20px;
  border-radius: 30px;
  cursor: pointer;
}
body.book-product-book .booknow-grid .booknow-option.selected,
body.book-product-book .booknow-grid .booknow-option:hover {
  background-color: #1373e6;
  color: white;
}
body.book-product-book .booknow-grid .booknow-option.selected i,
body.book-product-book .booknow-grid .booknow-option:hover i {
  color: white;
}
body.book-product-book .booknow-grid .card-type {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  border-radius: 30px;
  cursor: pointer;
  overflow: hidden;
}
body.book-product-book .booknow-grid .card-type .card-type-wrapper {
  padding: 20px;
  flex-direction: column;
  display: flex;
  align-items: center;
}
body.book-product-book .booknow-grid .card-type .image {
  width: 100%;
  margin-bottom: 0px;
  background-size: cover;
}
body.book-product-book .booknow-grid .card-type .image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
body.book-product-book .booknow-grid .card-type .title {
  font-family: 'PPHatton';
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 300;
  width: 100%;
  margin-bottom: 15px;
}
body.book-product-book .booknow-grid .card-type .yacht-info-grid {
  display: grid;
  text-align: left;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
}
body.book-product-book .booknow-grid .card-type .yacht-info-grid .fullcol {
  grid-column: 1 / -1;
}
body.book-product-book .booknow-grid .card-type .yacht-info-grid .yacht-value {
  margin-bottom: 20px;
}
body.book-product-book .booknow-grid .card-type .yacht-info-grid .tright {
  text-align: right;
  font-size: 3rem;
}
body.book-product-book .booknow-grid .card-type .yacht-info-grid .price-value {
  font-weight: 600;
}
body.book-product-book .booknow-grid .card-type .addtocart-form {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-top: auto;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
body.book-product-book .booknow-grid .card-type .addtocart-form .reserve-title {
  text-align: center;
  font-weight: bold;
  font-family: 'PPHatton';
  font-weight: 300;
  font-size: 20px;
}
body.book-product-book .booknow-grid .card-type .addtocart-form .reserve-subtitle {
  margin-top: 5px;
  text-align: center;
}
body.book-product-book .booknow-grid .card-type .pill-button {
  width: 100%;
}
body.book-product-book .booknow-grid .card-type .label-extras {
  margin-top: 15px;
  display: inline-block;
}
body.book-product-book .booknow-grid .card-type .field.choice {
  margin-top: 0px;
  margin-bottom: 10px;
}
body.book-product-book .yacht-model {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
/* SWIPERS GENERAL*/
:root {
  --swiper-pagination-bottom: 0px;
  --swiper-navigation-size: 15px;
  --swiper-navigation-sides-offset: 0px;
}
.swiper {
  padding-bottom: 25px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 60px;
  line-height: 60px;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
}
.swiper-button-next .swiper-button-next::after,
.swiper-button-prev .swiper-button-next::after {
  margin-left: 6px;
  color: black;
}
.swiper-button-next .swiper-button-prev::after,
.swiper-button-prev .swiper-button-prev::after {
  margin-right: 6px;
  color: black;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none !important;
}
/* ====== DATA QUANTITY ========*/
[data-quantity] {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 14px;
  border: 0;
}
[data-quantity] legend {
  display: none;
}
[data-quantity] input {
  font-size: 18px;
  height: 4rem;
  padding: 0 4rem;
  border-radius: 2rem;
  background: #fff;
  color: #222;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  font-weight: lighter;
  border: 1px solid #ccc;
}
[data-quantity] input:focus {
  outline: none;
  box-shadow: 0 5px 55px -10px rgba(0, 0, 0, 0.2), 0 0 4px #3fb0ff;
  /* Allows border radius on focus */
}
[data-quantity] input[type=number]::-webkit-inner-spin-button,
[data-quantity] input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[data-quantity] input[type=number] {
  -moz-appearance: textfield;
}
[data-quantity] button {
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  top: 0.6rem;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background: #ffffff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><path d="M17 25h16M67 25h16M75 17v16" fill="none" stroke="rgb(59,69,66)" stroke-width="1.5px" stroke-linecap="round" stroke-linejoin="round" /></svg>') no-repeat 0 0;
  background-size: 5.6rem 2.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  border-radius: 1.4rem;
  cursor: pointer;
  transition: opacity 0.15s;
  opacity: 1;
  z-index: 1;
}
[data-quantity] button:active {
  background-position-y: 1px;
  box-shadow: inset 0 2px 12px -4px #c5d1d9;
}
[data-quantity] button:focus {
  outline: none;
}
[data-quantity] button:hover {
  opacity: 1;
}
[data-quantity] button.sub {
  left: 0.6rem;
}
[data-quantity] button.add {
  right: 0.6rem;
  background-position-x: -2.8rem;
}
/* NEW ICONS*/
.icon-calendar {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
  color: #1373e6;
}
.icon-play {
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  margin-right: 30px;
  vertical-align: middle;
  color: #1373e6;
}
.icon-bed {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  width: 15px;
  margin-right: 3px;
  vertical-align: middle;
  color: black;
}
.icon-shower {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  width: 17px;
  margin-right: 3px;
  vertical-align: middle;
  color: black;
}
.icon-passengers {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  width: 15px;
  margin-right: 3px;
  vertical-align: middle;
  color: black;
}
.icon-year {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  width: 15px;
  margin-right: 3px;
  vertical-align: middle;
  color: black;
}
.icon-ac {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  width: 15px;
  margin-right: 3px;
  vertical-align: middle;
  color: black;
}
.icon-width {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  width: 15px;
  margin-right: 3px;
  vertical-align: middle;
  color: black;
}
/*=== HOMEPAGE CLOUDS ======*/
.clouds-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
}
.cloud,
.nube {
  position: absolute;
}
.cloud01 {
  -webkit-animation: animateCloud 160s linear infinite ;
  -moz-animation: animateCloud 160s linear infinite ;
  animation: animateCloud 160s linear infinite ;
}
.cloud02 {
  left: -10%;
  -webkit-animation: animateCloud 120s linear infinite, sideWays 4s ease-in-out;
  -moz-animation: animateCloud 120s linear infinite, sideWays 4s ease-in-out;
  animation: animateCloud 120s linear infinite, sideWays 4s ease-in-out;
  top: 300px;
}
.cloud03 {
  left: 50%;
  -webkit-animation: animateCloud 180s linear infinite ;
  -moz-animation: animateCloud 180s linear infinite ;
  animation: animateCloud 180s linear infinite ;
  top: 500px;
}
.cloud04 {
  left: -20%;
  -webkit-animation: animateCloud 190s linear infinite ;
  -moz-animation: animateCloud 190s linear infinite ;
  animation: animateCloud 190s linear infinite ;
  top: 1200px;
}
.cloud05 {
  left: 60%;
  -webkit-animation: animateCloud 120s linear infinite, sideWays 4s ease-in-out infinite;
  -moz-animation: animateCloud 120s linear infinite, sideWays 4s ease-in-out infinite;
  animation: animateCloud 120s linear infinite, sideWays 4s ease-in-out infinite;
  top: 810px;
}
.cloud06 {
  left: 30%;
  -webkit-animation: animateCloud 180s linear infinite ;
  -moz-animation: animateCloud 180s linear infinite ;
  animation: animateCloud 180s linear infinite ;
  top: 900px;
}
/* KEYFRAMES */
@-webkit-keyframes animateCloud {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 100%;
  }
}
@-moz-keyframes animateCloud {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes animateCloud {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 100%;
  }
}
/* FLOTILLA ANIMATION */
.boats {
  -webkit-animation: animateBoat 560s linear infinite ;
  -moz-animation: animateBoat 560s linear infinite ;
  animation: animateBoat 560s linear infinite ;
}
@-webkit-keyframes animateBoat {
  0% {
    margin-left: -10%;
  }
  100% {
    margin-left: 100%;
  }
}
@-moz-keyframes animateBoat {
  0% {
    margin-left: -10%;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes animateBoat {
  0% {
    margin-left: -10%;
  }
  100% {
    margin-left: 100%;
  }
}
/*+++ BOOK PRODUCT CHECKOUT PAYMENT ****/
body.checkout-index-index .page-title-wrapper {
  margin: 0px;
}
body.checkout-index-index .control .note {
  font-size: 1.3rem;
}
body.checkout-index-index .checkout-notice {
  padding: 20px 0px 30px;
  line-height: 1.5;
  font-size: 16px;
}
body.checkout-index-index .page-wrapper {
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
body.checkout-index-index .page-wrapper .opc > li {
  padding: 15px 0px;
}
@media (max-width: 767.98px) {
  body.checkout-index-index .page-wrapper {
    background-position: top;
    background-size: 158%;
  }
  body.checkout-index-index .page-wrapper .page-main {
    padding: 0px;
  }
  body.checkout-index-index .page-wrapper .opc > li {
    padding: 0px;
  }
}
@media (max-width: 767.98px) {
  body.checkout-index-index .page-wrapper .page-main {
    background-image: url("../images/beach.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
  }
}
body.checkout-index-index dl dd + dt {
  margin-top: 0px;
}
body.checkout-index-index dl.item-options {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px;
  align-items: center;
}
body.checkout-index-index .minicart-items .product-image-wrapper img {
  max-width: 50px;
  border-radius: 3px;
}
body.checkout-index-index .columns {
  background: white;
  margin: 60px auto;
  padding: 40px;
  border-radius: 31px;
}
@media (max-width: 767.98px) {
  body.checkout-index-index .columns {
    margin-bottom: 100px;
    padding: 20px;
  }
}
body.checkout-index-index .page-main > .columns {
  grid-template-areas: "title" "main" "sidebar" "additional";
}
body.checkout-index-index .page-main > .columns > .main .checkout-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
body.checkout-index-index .page-main > .columns > .main .checkout-container .opc-wrapper {
  flex-basis: calc(70% - 30px);
  order: 1;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  body.checkout-index-index .page-main > .columns > .main .checkout-container .opc-wrapper {
    order: 3;
    padding-right: 0px;
    flex-basis: 100%;
  }
}
body.checkout-index-index .page-main > .columns > .main .checkout-container #opc-sidebar {
  flex-basis: 30%;
  order: 2;
}
@media (max-width: 767.98px) {
  body.checkout-index-index .page-main > .columns > .main .checkout-container #opc-sidebar {
    flex-basis: 100%;
  }
}
body.checkout-index-index .page-main > .columns > .main .checkout-container #opc-sidebar .table-totals {
  border-top: 1px solid #ccc;
}
body.checkout-index-index .page-main > .columns > .main .checkout-container #opc-sidebar .table-totals tr.totals.sub th,
body.checkout-index-index .page-main > .columns > .main .checkout-container #opc-sidebar .table-totals tr.totals.sub td {
  padding-top: 10px;
}
body.checkout-index-index .page-title-wrapper {
  grid-area: title;
  margin-bottom: 20px;
}
body.checkout-index-index .page-title-wrapper h1 span {
  font-size: 4rem;
  font-family: 'PPHatton';
  font-weight: 300;
  color: black;
}
body.checkout-index-index .payment-method:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
}
body.checkout-index-index .payment-method-content .action.checkout {
  font-family: 'Manrope';
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid white;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 20px;
  padding: 10px 41px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.5s, border-color 0.5s;
  border: 1px solid #1373e6;
  color: white;
  padding: 16px 40px;
  font-size: 1.8rem;
  border-radius: 40px;
  background-color: #1373e6;
  border-color: #1373e6;
  margin-top: 0px;
  margin-right: 0px;
}
body.checkout-index-index .payment-method-content .action.checkout.transparent {
  background-color: transparent;
  color: white;
}
body.checkout-index-index .payment-method-content .action.checkout.transparent:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
body.checkout-index-index .payment-method-content .action.checkout.white {
  background-color: white;
  color: black;
}
body.checkout-index-index .payment-method-content .action.checkout.white:hover {
  background-color: #1373e6;
  border-color: #1373e6;
  text-decoration: none;
  color: white;
}
body.checkout-index-index .payment-method-content .action.checkout.outline {
  background-color: white;
  color: black;
  border-color: #ccc;
}
body.checkout-index-index .payment-method-content .action.checkout.outline:hover {
  background-color: white;
  border-color: #1373e6;
  text-decoration: none;
}
body.checkout-index-index .payment-method-content .action.checkout.dark {
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
}
body.checkout-index-index .payment-method-content .action.checkout.dark:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
body.checkout-index-index .payment-method-content .action.checkout.big {
  padding: 16px 40px;
  font-size: 1.8rem;
  border-radius: 40px;
}
body.checkout-index-index .payment-method-content .action.checkout.disable {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
  pointer-events: none;
}
body.checkout-index-index .payment-method-content .action.checkout.disable:hover {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
}
body.checkout-index-index .payment-method-content .action.checkout:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
body.checkout-index-index .payment-method-content .action.checkout span {
  font-weight: bold;
  letter-spacing: 1px;
}
body.checkout-index-index #payment_form_payflowpro {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.checkout-index-index #payment_form_payflowpro .field.type {
  flex-basis: 100%;
}
body.checkout-index-index #payment_form_payflowpro .field.number {
  flex-basis: 100%;
}
body.checkout-index-index #payment_form_payflowpro .field.number input[name="payment[cc_number]"] {
  width: 100%;
}
body.checkout-index-index #payment_form_payflowpro .field.date {
  flex-basis: auto;
}
body.checkout-index-index #payment_form_payflowpro .field.date .select-month {
  height: 42px;
}
body.checkout-index-index #payment_form_payflowpro .field.date .select-year {
  height: 42px;
}
body.checkout-index-index #payment_form_payflowpro .field.date > .control {
  margin-top: 0.8rem;
}
body.checkout-index-index #payment_form_payflowpro .field.cvv {
  flex-basis: calc(50% - 5px);
}
body.checkout-index-index .authentication-wrapper {
  display: none;
}
body.checkout-index-index .opc-progress-bar {
  display: none;
}
body.checkout-index-index .opc-estimated-wrapper {
  display: none;
}
body.checkout-index-index .field-select-billing > label {
  display: none !important;
}
body.checkout-index-index #co-payment-form > fieldset.fieldset {
  display: flex;
  flex-direction: column;
}
body.checkout-index-index #co-payment-form > fieldset.fieldset .checkout-billing-address {
  order: 2;
}
body.checkout-index-index #co-payment-form > fieldset.fieldset .opc-payment {
  order: 3;
}
body.checkout-index-index #co-payment-form hr {
  display: none;
}
body.checkout-index-index #co-payment-form > .fieldset > .legend {
  display: none;
}
body.checkout-index-index #co-payment-form .legend {
  padding-bottom: 10px;
}
body.checkout-index-index #co-payment-form .payment-method-content {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
}
body.checkout-index-index #co-payment-form .checkout-billing-address {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body.checkout-index-index #co-payment-form .checkout-billing-address > label.label {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
body.checkout-index-index #co-payment-form .payment-method._active.payment-method-content {
  padding: 20px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 20px;
}
body.checkout-index-index #co-payment-form .payment-method._active.payment-method-content .action.primary.checkout {
  font-family: 'Manrope';
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid white;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 20px;
  padding: 10px 41px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.5s, border-color 0.5s;
  padding: 16px 40px;
  font-size: 1.8rem;
  border-radius: 40px;
  margin-left: auto;
  margin-right: 0px;
}
body.checkout-index-index #co-payment-form .payment-method._active.payment-method-content .action.primary.checkout.transparent {
  background-color: transparent;
  color: white;
}
body.checkout-index-index #co-payment-form .payment-method._active.payment-method-content .action.primary.checkout.transparent:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
body.checkout-index-index #co-payment-form .payment-method._active.payment-method-content .action.primary.checkout.white {
  background-color: white;
  color: black;
}
body.checkout-index-index #co-payment-form .payment-method._active.payment-method-content .action.primary.checkout.white:hover {
  background-color: #1373e6;
  border-color: #1373e6;
  text-decoration: none;
  color: white;
}
body.checkout-index-index #co-payment-form .payment-method._active.payment-method-content .action.primary.checkout.outline {
  background-color: white;
  color: black;
  border-color: #ccc;
}
body.checkout-index-index #co-payment-form .payment-method._active.payment-method-content .action.primary.checkout.outline:hover {
  background-color: white;
  border-color: #1373e6;
  text-decoration: none;
}
body.checkout-index-index #co-payment-form .payment-method._active.payment-method-content .action.primary.checkout.dark {
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
}
body.checkout-index-index #co-payment-form .payment-method._active.payment-method-content .action.primary.checkout.dark:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
body.checkout-index-index #co-payment-form .payment-method._active.payment-method-content .action.primary.checkout.big {
  padding: 16px 40px;
  font-size: 1.8rem;
  border-radius: 40px;
}
body.checkout-index-index #co-payment-form .payment-method._active.payment-method-content .action.primary.checkout.disable {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
  pointer-events: none;
}
body.checkout-index-index #co-payment-form .payment-method._active.payment-method-content .action.primary.checkout.disable:hover {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
}
body.checkout-index-index #co-payment-form .discount-code {
  order: 4;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
}
body.checkout-index-index #co-payment-form .discount-code .field.choice {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
}
body.checkout-index-index #co-payment-form .discount-code .form-discount {
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
}
body.checkout-index-index #co-payment-form .discount-code .payment-option-inner {
  width: 100%;
}
body.checkout-index-index #co-payment-form .discount-code .payment-option-inner .input-text {
  width: 100%;
}
body.checkout-index-index #co-payment-form .discount-code .actions-toolbar .action {
  height: 40px;
}
body.checkout-index-index #co-payment-form .field.field-select-billing label {
  font-weight: 600;
}
body.checkout-index-index #co-payment-form .payment-group .step-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin-top: 25px;
}
body.checkout-index-index #co-payment-form .action.action-update {
  font-family: 'Manrope';
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid white;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 20px;
  padding: 10px 41px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.5s, border-color 0.5s;
  background-color: white;
  color: black;
  border-color: #ccc;
  margin-left: auto;
  margin-right: 0px;
}
body.checkout-index-index #co-payment-form .action.action-update.transparent {
  background-color: transparent;
  color: white;
}
body.checkout-index-index #co-payment-form .action.action-update.transparent:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
body.checkout-index-index #co-payment-form .action.action-update.white {
  background-color: white;
  color: black;
}
body.checkout-index-index #co-payment-form .action.action-update.white:hover {
  background-color: #1373e6;
  border-color: #1373e6;
  text-decoration: none;
  color: white;
}
body.checkout-index-index #co-payment-form .action.action-update.outline {
  background-color: white;
  color: black;
  border-color: #ccc;
}
body.checkout-index-index #co-payment-form .action.action-update.outline:hover {
  background-color: white;
  border-color: #1373e6;
  text-decoration: none;
}
body.checkout-index-index #co-payment-form .action.action-update.dark {
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
}
body.checkout-index-index #co-payment-form .action.action-update.dark:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
body.checkout-index-index #co-payment-form .action.action-update.big {
  padding: 16px 40px;
  font-size: 1.8rem;
  border-radius: 40px;
}
body.checkout-index-index #co-payment-form .action.action-update.disable {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
  pointer-events: none;
}
body.checkout-index-index #co-payment-form .action.action-update.disable:hover {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
}
body.checkout-index-index #co-payment-form .action.action-update:hover {
  background-color: white;
  border-color: #1373e6;
  text-decoration: none;
}
body.checkout-index-index #co-payment-form .action.action-cancel {
  font-family: 'Manrope';
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid white;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 20px;
  padding: 10px 41px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.5s, border-color 0.5s;
  background-color: white;
  color: black;
  border-color: #ccc;
  margin-left: auto;
  margin-right: 0px;
  margin-left: 10px;
}
body.checkout-index-index #co-payment-form .action.action-cancel.transparent {
  background-color: transparent;
  color: white;
}
body.checkout-index-index #co-payment-form .action.action-cancel.transparent:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
body.checkout-index-index #co-payment-form .action.action-cancel.white {
  background-color: white;
  color: black;
}
body.checkout-index-index #co-payment-form .action.action-cancel.white:hover {
  background-color: #1373e6;
  border-color: #1373e6;
  text-decoration: none;
  color: white;
}
body.checkout-index-index #co-payment-form .action.action-cancel.outline {
  background-color: white;
  color: black;
  border-color: #ccc;
}
body.checkout-index-index #co-payment-form .action.action-cancel.outline:hover {
  background-color: white;
  border-color: #1373e6;
  text-decoration: none;
}
body.checkout-index-index #co-payment-form .action.action-cancel.dark {
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
}
body.checkout-index-index #co-payment-form .action.action-cancel.dark:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
body.checkout-index-index #co-payment-form .action.action-cancel.big {
  padding: 16px 40px;
  font-size: 1.8rem;
  border-radius: 40px;
}
body.checkout-index-index #co-payment-form .action.action-cancel.disable {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
  pointer-events: none;
}
body.checkout-index-index #co-payment-form .action.action-cancel.disable:hover {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
}
body.checkout-index-index #co-payment-form .action.action-cancel:hover {
  background-color: white;
  border-color: #1373e6;
  text-decoration: none;
}
body.checkout-index-index #co-payment-form .action.action-edit-address {
  font-family: 'Manrope';
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid white;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 20px;
  padding: 10px 41px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.5s, border-color 0.5s;
  background-color: white;
  color: black;
  border-color: #ccc;
  margin-left: auto;
  margin-right: 0px;
}
body.checkout-index-index #co-payment-form .action.action-edit-address.transparent {
  background-color: transparent;
  color: white;
}
body.checkout-index-index #co-payment-form .action.action-edit-address.transparent:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
body.checkout-index-index #co-payment-form .action.action-edit-address.white {
  background-color: white;
  color: black;
}
body.checkout-index-index #co-payment-form .action.action-edit-address.white:hover {
  background-color: #1373e6;
  border-color: #1373e6;
  text-decoration: none;
  color: white;
}
body.checkout-index-index #co-payment-form .action.action-edit-address.outline {
  background-color: white;
  color: black;
  border-color: #ccc;
}
body.checkout-index-index #co-payment-form .action.action-edit-address.outline:hover {
  background-color: white;
  border-color: #1373e6;
  text-decoration: none;
}
body.checkout-index-index #co-payment-form .action.action-edit-address.dark {
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
}
body.checkout-index-index #co-payment-form .action.action-edit-address.dark:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
body.checkout-index-index #co-payment-form .action.action-edit-address.big {
  padding: 16px 40px;
  font-size: 1.8rem;
  border-radius: 40px;
}
body.checkout-index-index #co-payment-form .action.action-edit-address.disable {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
  pointer-events: none;
}
body.checkout-index-index #co-payment-form .action.action-edit-address.disable:hover {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
}
body.checkout-index-index #co-payment-form .action.action-edit-address:hover {
  background-color: white;
  border-color: #1373e6;
  text-decoration: none;
}
body.checkout-index-index #co-payment-form .fieldset.address {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}
body.checkout-index-index #co-payment-form .fieldset.address .field {
  flex-basis: 100%;
}
body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddressshared.firstname"],
body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddresspayflowpro.firstname"] {
  margin-right: 1%;
  flex-basis: 49%;
}
@media (max-width: 767.98px) {
  body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddressshared.firstname"],
  body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddresspayflowpro.firstname"] {
    margin-right: 0;
    flex-basis: 100%;
  }
}
body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddressshared.lastname"],
body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddresspayflowpro.lastname"] {
  flex-basis: 50%;
}
@media (max-width: 767.98px) {
  body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddressshared.lastname"],
  body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddresspayflowpro.lastname"] {
    margin-right: 0;
    flex-basis: 100%;
  }
}
body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddressshared.country_id"],
body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddresspayflowpro.country_id"] {
  margin-right: 1%;
  flex-basis: 49%;
}
@media (max-width: 767.98px) {
  body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddressshared.country_id"],
  body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddresspayflowpro.country_id"] {
    margin-right: 0;
    flex-basis: 100%;
  }
}
body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddressshared.region_id"],
body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddresspayflowpro.region_id"] {
  flex-basis: 50%;
}
@media (max-width: 767.98px) {
  body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddressshared.region_id"],
  body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddresspayflowpro.region_id"] {
    margin-right: 0;
    flex-basis: 100%;
  }
}
body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddressshared.city"],
body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddresspayflowpro.city"] {
  margin-right: 1%;
  flex-basis: 49%;
}
@media (max-width: 767.98px) {
  body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddressshared.city"],
  body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddresspayflowpro.city"] {
    margin-right: 0;
    flex-basis: 100%;
  }
}
body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddressshared.postcode"],
body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddresspayflowpro.postcode"] {
  flex-basis: 50%;
}
@media (max-width: 767.98px) {
  body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddressshared.postcode"],
  body.checkout-index-index #co-payment-form .fieldset.address .field[name="billingAddresspayflowpro.postcode"] {
    margin-right: 0;
    flex-basis: 100%;
  }
}
body.checkout-index-index .checkout-notice {
  line-height: 2.3rem;
  margin-top: 10px;
}
.customer-account-forgotpassword .form.password.forget {
  margin: 60px auto;
  padding: 40px;
  border-radius: 30px;
}
.customer-account-forgotpassword .form.password.forget .action.submit.primary {
  font-family: 'Manrope';
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid white;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 20px;
  padding: 10px 41px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.5s, border-color 0.5s;
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
}
.customer-account-forgotpassword .form.password.forget .action.submit.primary.transparent {
  background-color: transparent;
  color: white;
}
.customer-account-forgotpassword .form.password.forget .action.submit.primary.transparent:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
.customer-account-forgotpassword .form.password.forget .action.submit.primary.white {
  background-color: white;
  color: black;
}
.customer-account-forgotpassword .form.password.forget .action.submit.primary.white:hover {
  background-color: #1373e6;
  border-color: #1373e6;
  text-decoration: none;
  color: white;
}
.customer-account-forgotpassword .form.password.forget .action.submit.primary.outline {
  background-color: white;
  color: black;
  border-color: #ccc;
}
.customer-account-forgotpassword .form.password.forget .action.submit.primary.outline:hover {
  background-color: white;
  border-color: #1373e6;
  text-decoration: none;
}
.customer-account-forgotpassword .form.password.forget .action.submit.primary.dark {
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
}
.customer-account-forgotpassword .form.password.forget .action.submit.primary.dark:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
.customer-account-forgotpassword .form.password.forget .action.submit.primary.big {
  padding: 16px 40px;
  font-size: 1.8rem;
  border-radius: 40px;
}
.customer-account-forgotpassword .form.password.forget .action.submit.primary.disable {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
  pointer-events: none;
}
.customer-account-forgotpassword .form.password.forget .action.submit.primary.disable:hover {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
}
.customer-account-forgotpassword .form.password.forget .action.submit.primary:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
.checkout-onepage-success .page-wrapper {
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
@media (max-width: 767.98px) {
  .checkout-onepage-success .page-wrapper {
    background-position: top;
    background-size: 158%;
  }
  .checkout-onepage-success .page-wrapper .page-main {
    padding: 0px;
  }
}
@media (max-width: 767.98px) {
  .checkout-onepage-success .page-wrapper .page-main {
    background-image: url("../images/beach.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
  }
}
.checkout-onepage-success .columns {
  background: white;
  margin: 60px auto;
  padding: 40px;
  border-radius: 31px;
}
@media (max-width: 767.98px) {
  .checkout-onepage-success .columns {
    margin-bottom: 100px;
    padding: 20px;
  }
}
.checkout-onepage-success .columns .checkout-success,
.checkout-onepage-success .columns #registration {
  border: 0px;
  box-shadow: unset;
}
.checkout-onepage-success .columns .action.primary,
.checkout-onepage-success .columns .action.primary.continue {
  font-family: 'Manrope';
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid white;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 20px;
  padding: 10px 41px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.5s, border-color 0.5s;
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
}
.checkout-onepage-success .columns .action.primary.transparent,
.checkout-onepage-success .columns .action.primary.continue.transparent {
  background-color: transparent;
  color: white;
}
.checkout-onepage-success .columns .action.primary.transparent:hover,
.checkout-onepage-success .columns .action.primary.continue.transparent:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
.checkout-onepage-success .columns .action.primary.white,
.checkout-onepage-success .columns .action.primary.continue.white {
  background-color: white;
  color: black;
}
.checkout-onepage-success .columns .action.primary.white:hover,
.checkout-onepage-success .columns .action.primary.continue.white:hover {
  background-color: #1373e6;
  border-color: #1373e6;
  text-decoration: none;
  color: white;
}
.checkout-onepage-success .columns .action.primary.outline,
.checkout-onepage-success .columns .action.primary.continue.outline {
  background-color: white;
  color: black;
  border-color: #ccc;
}
.checkout-onepage-success .columns .action.primary.outline:hover,
.checkout-onepage-success .columns .action.primary.continue.outline:hover {
  background-color: white;
  border-color: #1373e6;
  text-decoration: none;
}
.checkout-onepage-success .columns .action.primary.dark,
.checkout-onepage-success .columns .action.primary.continue.dark {
  border: 1px solid #1373e6;
  background-color: #1373e6;
  border-color: #1373e6;
  color: white;
}
.checkout-onepage-success .columns .action.primary.dark:hover,
.checkout-onepage-success .columns .action.primary.continue.dark:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
.checkout-onepage-success .columns .action.primary.big,
.checkout-onepage-success .columns .action.primary.continue.big {
  padding: 16px 40px;
  font-size: 1.8rem;
  border-radius: 40px;
}
.checkout-onepage-success .columns .action.primary.disable,
.checkout-onepage-success .columns .action.primary.continue.disable {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
  pointer-events: none;
}
.checkout-onepage-success .columns .action.primary.disable:hover,
.checkout-onepage-success .columns .action.primary.continue.disable:hover {
  background-color: white;
  color: #1373e6;
  border-color: #1373e6;
}
.checkout-onepage-success .columns .action.primary:hover,
.checkout-onepage-success .columns .action.primary.continue:hover {
  background-color: #0e5bb7;
  border-color: #0e5bb7;
  color: white;
  text-decoration: none;
}
.faq-list .faq-item {
  border-bottom: 1px solid #ccc;
}
.faq-list .faq-item h3.faq-title {
  padding: 5px 0px 10px;
}
.faq-list .faq-item .faq-answer {
  padding-left: 5px;
}
.page-layout-about-us-layout {
  background-color: #d7edfe;
}
.page-layout-about-us-layout .about-us-image-hero {
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding-top: 18%;
  padding-bottom: 10%;
}
@media (max-width: 767.98px) {
  .page-layout-about-us-layout .about-us-image-hero {
    padding-top: 40%;
  }
}
.page-layout-about-us-layout .about-us-image-hero:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: black;
  opacity: 0.3;
  z-index: 3;
}
.page-layout-about-us-layout .about-us-image-hero h1 span {
  position: relative;
  z-index: 5;
  text-align: center;
  font-family: 'PPHatton';
  color: white;
  font-size: 10rem;
  line-height: 11rem;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .page-layout-about-us-layout .about-us-image-hero h1 span {
    font-size: 5rem;
    line-height: 5rem;
  }
}
.page-layout-about-us-layout .about-us-image-hero .subtitle {
  padding-top: 30px;
  font-size: 2rem;
  color: white;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .page-layout-about-us-layout .about-us-image-hero .subtitle {
    font-size: 1.5rem;
    margin-bottom: 80px;
    padding: 0px 20px;
  }
}
.page-layout-about-us-layout .gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.page-layout-about-us-layout .gallery-grid .gallery-image {
  border-radius: 20px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 150%;
}
@media (max-width: 767.98px) {
  .page-layout-about-us-layout .gallery-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0px 40px;
  }
}
.page-layout-about-us-layout .about-us-text {
  font-size: 2rem;
  max-width: 800px;
  margin: auto;
  margin-bottom: 60px;
  line-height: 3rem;
  color: #505050;
}
@media (max-width: 767.98px) {
  .page-layout-about-us-layout .about-us-text {
    font-size: 1.5rem;
    line-height: 2.2rem;
    padding: 0px 40px;
  }
}
.page-layout-about-us-layout .hero-image-union:before {
  content: '';
  background-color: #d8eeff;
  height: 4vh;
  margin-top: -4vh;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  display: block;
  position: relative;
  z-index: 9;
}
.page-layout-about-us-layout .page-main {
  padding-top: 50px;
  padding-bottom: 0px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .page-layout-about-us-layout .page-main {
    padding-top: 20px;
  }
}
.page-layout-about-us-layout .page-header {
  position: absolute;
  left: 0px;
  right: 0px;
}
.page-layout-about-us-layout .columns {
  display: none;
}
.page-layout-about-us-layout .memorial {
  padding: 10px 0px 350px;
  color: white;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-layout-about-us-layout .memorial {
    padding: 10px 0px 60px;
  }
}
.page-layout-about-us-layout .memorial .quote {
  position: relative;
  font-family: 'PPHatton';
  font-size: 2.5em;
  margin-bottom: 15px;
  color: #1059b1;
  font-weight: 300;
}
.page-layout-about-us-layout .memorial .author {
  position: relative;
  font-size: 1em;
  color: #50504F;
}
.page-layout-about-us-layout .beach {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: auto;
  text-align: center;
  background-position: top;
}
@media (max-width: 767.98px) {
  .page-layout-about-us-layout .beach {
    background-position: bottom;
  }
}
.page-layout-about-us-layout #payflow_advanced-iframe {
  height: 1000px;
}
