.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .section-header-box > .box-content {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 3rem;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .section-header-box > .box-content.text-left {
  justify-content: flex-start;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .section-header-box > .box-content.text-right {
  justify-content: flex-end;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .section-header-box > .box-content > .rich-text {
  flex-grow: 1;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .section-header-box .actions {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 0;
  flex-shrink: 1;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .section-header-box .actions > * {
  white-space: nowrap;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .section-header-box > .box-content.text-left .actions {
  margin-left: 0;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .section-header-box > .box-content.text-right .actions {
  margin-right: 0;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .products {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem 3rem;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .products-generator {
  display: contents;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-container:hover {
  opacity: 1;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-container .add-to-cart-hover {
  display: none;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-container:hover .add-to-cart-hover {
  display: flex;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-image {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  overflow: hidden;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.square .product-image {
  aspect-ratio: 1 / 1;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.portrait .product-image {
  aspect-ratio: 3 / 4;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.portrait .unstack-media.product-image__primary .responsive-media,  .component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.landscape .unstack-media.product-image__primary .responsive-media{
  position: initial;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.landscape .product-image {
  aspect-ratio: 4 / 3;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-image div {
  width: 100%;
  height: 100%;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-image picture {
  transition: all 300ms ease-out;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee[data-hover="add-to-cart"] .product-container:hover .product-image picture,
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee[data-hover="zoom-image"] .product-container:hover .product-image picture {
  transform: scale(110%);
  filter: brightness(0.9) contrast(1.1);
  opacity: 1;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee[data-hover="alt-image"] .product-container:hover .product-image .unstack-media:only-of-type picture {
  transform: scale(110%);
  opacity: 1;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.editing svg.undefined + svg.undefined,
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-image__primary + svg.undefined {
  display: none;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-image__alt {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-image__alt picture {
  opacity: 0;
  height: inherit;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-image__alt picture img {
  height: inherit;
  object-fit: cover;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .responsive-media img{
  height: fit-content;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-image:hover > .product-image__primary picture {
  opacity: 0;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-image:hover > .product-image__alt picture {
  opacity: 1;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-image__alt picture {
  flex: 1;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-details {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product:hover .product-details {
  opacity: 0.7;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-title {
  display: block;
  font-weight: 500;

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-price {
  display: block;
  font-size: 90%;
  opacity: 70%;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-price-container {
 display: flex
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-price-container > p {
  margin: 0;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-sale-price {
  color: red !important;
  font-size: 90%;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product-list-price {
  padding-left: 1rem;
  font-size: 90%;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .lazyload-wrapper:not(:first-of-type) {
  display: none;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .products-generator a:hover{
  opacity: initial;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee [data-label="media-placeholder"] {
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee div.button.button-primary.add-to-cart-hover{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 100px;
  color: black;
  text-align:center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  cursor: pointer;
  padding-left: 2rem;
  padding-right: 2rem;
  height: fit-content;
  width: fit-content;
  font-size: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee div.add-to-cart-container{
  height: 100%;
  width: 100%;
  opacity: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee div.add-to-cart-container:hover {
  opacity: 1 !important;
}

@media only screen and (max-width: 768px) {
  .component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .products { gap: 3rem 2rem !important; }

  .component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.grid .products {
    grid-template-columns: repeat(2, 1fr);
  }

  .component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.slider .products {
    display: flex;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    padding-left: 2rem;
    padding-left: calc(50vw - 50%);
    --section-padding: calc(2 * (50vw - 50%));
    overflow-x: scroll;
    scroll-snap-type: x mandatory; /* <--- Not working right now because of the extra divs */
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-scrollbar-width: none;
  }
  .component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.slider .products::-webkit-scrollbar {
    display: none;
  }

  .component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.slider .product {
    width: 70vw;
  }

  /* Hack to get proper spacing in Safari */
  .component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.slider .products-generator > *:last-child {
    padding-right: 2rem;
    padding-right: var(--section-padding);
  }
}

@media only screen and (min-width: 769px) {
  .component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.columns-2 .products { grid-template-columns: repeat(2, 1fr); }
  .component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.columns-3 .products { grid-template-columns: repeat(3, 1fr); }
  .component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.columns-4 .products { grid-template-columns: repeat(4, 1fr); }
  .component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.columns-5 .products { grid-template-columns: repeat(5, 1fr); }
  .component-1ea0bcf8-fcdd-4494-a954-b327a2424aee.columns-6 .products { grid-template-columns: repeat(6, 1fr); }

  .component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .product {
    flex-grow: 1;
  }
  .component-1ea0bcf8-fcdd-4494-a954-b327a2424aee div.add-to-cart-hover{
    opacity: 1 !important;
  }
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-numbers, .component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-dots {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-numbers > a.paginationEllipses {
  border: none !important;
  margin: 0 !important;
  pointer-events: none !important;
  cursor: default !important;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-numbers > a {
  border: 2px solid #000000;
  color: #000000;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 18px 0;
  border-radius: 100px;
  cursor: pointer;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 0px;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-numbers > a.is-current {
  background-color: #000000;
  color: white;
  cursor: default;
  pointer-events: none;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-numbers > a.arrow-disabled {
  pointer-events: none;
  cursor: default;
  color: rgba(0,0,0,.25);
  border-color: rgba(0,0,0,.25);
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-dots {
  padding: 13px 0px;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-dots > a {
  padding: 7px;
  margin: 0 3px;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(119,119,119,.4);
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-dots > a.is-current {
  background-color: #777;
  color: white;
  cursor: default;
  pointer-events: none;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-arrows {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: calc(100% + 60px);
  max-width: 100vw;
  display: flex;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-arrows > a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 5px;
  background: #FFFFFF80;
  color: #00000080;
  backdrop-filter: blur(16px);
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-arrows > a:hover {
  opacity: 1;
  background: #FFFFFF;
  color: #000000;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05), 0px 0px 32px 0px rgba(0, 0, 0, 0.05);
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-arrows > a:active {
  color: #000000;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-arrows > a[rel="prev"] {
  left: 0;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-arrows > a[rel="next"] {
  right: 0;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-arrows > a.arrow-disabled {
  display: none;
  pointer-events: none;
  cursor: default;
  opacity: 50%;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .pagination-numbers > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .swipe-left {
  transform: translateX(-100%);
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .swipe-right {
  transform: translateX(100%);
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .swipe-left-hidden {
  transform: translateX(-200%);
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .swipe-right-hidden {
  transform: translateX(200%);
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .nonfocused-pagination-content {
  position: absolute;
  opacity: 30%;
  width: 100%;
  top: 0;
}
.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .isHidden {
  display: none !important;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .no-opacity {
  opacity: 0;
}

.component-1ea0bcf8-fcdd-4494-a954-b327a2424aee .appear-position {
  position: absolute;
  top: 0;
  width: 100%;
}
.component-6e9f1821-5958-44c8-bc56-94f450396c1a ul.faqs {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a li.faq {
  margin-left: 0;
  border-top: 1px solid #e0e3ea;
  padding: 25px 0 !important;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a li.faq &:last-of-type {
  border-bottom: 1px solid #e0e3ea;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .question {
  display: flex;
  margin-bottom: 1rem;
  cursor: pointer;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .question-text {
  flex: 1 1 auto;
  margin-right: 32px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .question-text :last-child {
  margin-bottom: 0;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .answer {
  margin: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.15s ease-in-out, opacity 0.15s;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .answer > :last-child {
  margin-bottom: 0;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .open .answer,
.component-6e9f1821-5958-44c8-bc56-94f450396c1a.editing .answer {
  opacity: 1;
  max-height: initial;
  pointer-events: auto;
}

/* Toggle */

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle {
  flex: 0 0 auto;
  position: relative;
  width: 16px;
  height: 16px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:before,
.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:after {
  content: "";
  position: absolute;
  background-color: #4a90e2;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.initialized .toggle:before,
.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.initialized .toggle:after {
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.open .toggle:before {
  transform: rotate(90deg);
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.open .toggle:after {
  transform: rotate(180deg);
}
.component-8f4e7cf7-bd3c-4d7e-8398-f949e2b0b7c1 .callouts {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.component-8f4e7cf7-bd3c-4d7e-8398-f949e2b0b7c1 .callout-container {
  flex: 1 1 0;
  margin-top: 0 !important;
}

.component-8f4e7cf7-bd3c-4d7e-8398-f949e2b0b7c1 .callout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80vh;
  overflow: hidden;
}

.component-8f4e7cf7-bd3c-4d7e-8398-f949e2b0b7c1 .rich-text {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .component-8f4e7cf7-bd3c-4d7e-8398-f949e2b0b7c1 .callouts {
    flex-direction: row;
  }
  .component-8f4e7cf7-bd3c-4d7e-8398-f949e2b0b7c1 .rich-text {
    max-width: 100%;
  }
}

.component-8f4e7cf7-bd3c-4d7e-8398-f949e2b0b7c1.vertical .callout {
  padding: 0 32px;
  box-sizing: border-box;
}

.component-8f4e7cf7-bd3c-4d7e-8398-f949e2b0b7c1.horizontal .callouts {
  flex-direction: column;
}

.component-8f4e7cf7-bd3c-4d7e-8398-f949e2b0b7c1.horizontal .callout {
  align-items: center;
  min-height: 20rem;
  height: auto;
  padding: 32px 0;
}
.component-a54f1f46-fc91-414a-8e23-409c37671beb p:last-child {
  margin-bottom: 0;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb figure img {
  width: 100%;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb * + .actions {
  margin-top: 2.5rem;
}