  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-box .unstack-media {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.enable3D .unstack-media {
    box-shadow:  -.5rem 2rem 4rem -1rem rgba(0, 0, 0, 0.25);
    transition: all .5s ease-out !important;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.enable3D.left .unstack-media {
    transform: perspective(1500px) rotateY(15deg);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.enable3D.right .unstack-media {
    transform: perspective(1500px) rotateY(-15deg);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.enable3D.bottom .unstack-media {
    transform: perspective(1500px) rotateX(15deg);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.enable3D.top .unstack-media {
    transform: perspective(1500px) rotateX(-15deg);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.enable3D .unstack-media:hover {
    box-shadow:  0 1rem 2rem -1rem rgba(0, 0, 0, 0.25);
    transform: perspective(3000px) rotateY(0deg);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-box video {
    width: 100%;
    height: auto;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .actions {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .text-container {
    display: contents;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.no-text .text-container {
    display: none;
  }

  /* Logos CSS */

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .logos { /*
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;

    margin: 0 1rem; */
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .logo {
    display: inline-block;
    margin: 0 2rem 2rem 0;
    vertical-align: middle;
    max-width: 250px;
    max-height: 90px;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .logo:empty {
    width: 250px;
    height: 90px;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .logo-media {
    max-width: 250px;
    max-height: 90px;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .logo-media img {
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 90px;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .logo-media [data-label="media-placeholder"] {
    width: 250px;
    height: auto;
  }

  /* Layout: bottom */
  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.bottom .text-container {
    order: 1;
  }
  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.bottom .media-box {
    order: 2;
  }

  /* Desktop layout */
  @media only screen and (min-width: 768px) {
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.left .media-container,
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.right .media-container {
      display: grid;
      grid-template-areas: "column-1 column-2";
    }
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.left.ratio-1-1 .media-container,
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.right.ratio-1-1 .media-container {
      grid-template-columns: 1fr 1fr;
    }
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.left.ratio-1-3 .media-container,
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.right.ratio-1-3 .media-container {
      grid-template-columns: 1fr 3fr;
    }
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.left.ratio-1-2 .media-container,
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.right.ratio-1-2 .media-container {
      grid-template-columns: 1fr 2fr;
    }
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.left.ratio-2-3 .media-container,
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.right.ratio-2-3 .media-container {
      grid-template-columns: 2fr 3fr;
    }

    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.left.ratio-3-2 .media-container,
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.right.ratio-3-2 .media-container {
      grid-template-columns: 3fr 2fr;
    }
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.left.ratio-2-1 .media-container,
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.right.ratio-2-1 .media-container {
      grid-template-columns: 2fr 1fr;
    }
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.left.ratio-3-1 .media-container,
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.right.ratio-3-1 .media-container {
      grid-template-columns: 3fr 1fr;
    }

    /* Layout: left */
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.left .text-box {
      grid-area: column-2;
    }
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.left .media-box {
      grid-area: column-1;
    }

    /* Layout: right */
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.right .text-box {
      grid-area: column-1;
    }
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.right .media-box {
      grid-area: column-2;
    }
  }
  @media only screen and (max-width: 767px) {
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.mb-show-before .media-box, .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.mb-show-after .text-box {
      order: 0;
    }
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.mb-show-after .media-box, .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.mb-show-before .text-box {
      order: 1;
    }
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.mb-hide-media .media-box{
      display: none;
    }
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.mb-hide-text .text-container{
      display: none;
    }

  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .xs-icons .media-callout__figure {
    --media-callout-icon-size: var(--icon-xs);
  }

  @media only screen and (max-width: 768px) {
    [style^="gap:"] {
      gap: 2rem !important;
    }
  }

  /* ADD-ONS */

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner {
    margin-bottom: var(--media-banner-mb, 2rem);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner .box-content {
    column-gap: 1rem;
    display: flex;
    align-items: center;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner.left .box-content {
    justify-content: flex-start;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner.right .box-content {
    justify-content: flex-end;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner.center .box-content {
    justify-content: center;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner.spread .box-content {
    justify-content: space-between;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner .ql-blank {
    /* ↓ make sure placeholder doesn't collapse when text hasn't been entered yet */
    min-width: 13ch;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner .rich-text p:last-of-type {
    /* ↓ Prevent margin inheritance */
    margin-bottom: 0 !important;
  }

  /* Banner actions */

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner .actions {
    align-items: center;
    display: flex;
    flex-direction: row;
    /* ↓ using !important as spacing is handled by column-gap */
    margin: 0 !important;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner .actions .add-actions {
    display: contents;
    margin: 0;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner .actions a {
    font-size: 14px !important;
    line-height: 21px !important;
    margin: 0;
    min-width: max-content !important;
    padding: 5px 15px;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner .actions a.button:first-of-type {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner .actions a.button {
    margin-top: 0;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner .actions .buttons-container {
    display: flex;
    margin-right: 1rem;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner .actions .text-action-container {
    flex: inherit;
    margin-top: 0;
  }

  /* Layout prop options for Banner */

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner.left .section-box > .box-content {
    justify-content: flex-start;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner.right .section-box > .box-content {
    justify-content: flex-end;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner.center .section-box > .box-content {
    justify-content: center;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner.spread .section-box > .box-content {
    justify-content: space-between;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-banner.spread .actions {
    justify-content: flex-end;
  }

  /* FAQ */

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-faqs {
    padding-left: 0;
    list-style: none;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-faq + .media-faq {
    border-top: 1px solid #e0e3ea;
    padding-top: 2rem;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-faq:not(:last-of-type) {
    padding-bottom: 1.5rem;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .faq-question {
    display: flex;
    cursor: pointer;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .faq-question + .faq-question {
    border-bottom: 1px solid #e0e3ea;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .faq-question:first-child,
  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .ql-editor {
    /* ↓ make sure it doesn't collapse when empty and shows placeholder */
    flex-grow: 1;
  }


  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .faq-answer {
    margin: 0;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.15s ease-in-out, opacity 0.15s;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .is-open .faq-answer,
  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e.editing .faq-answer {
    opacity: 1;
    max-height: initial;
    pointer-events: auto;
  }

  /* FAQ toggle styles */

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .faq-question > .toggle {
    /* ↓ reset button styles */
    border: 0;
    background: 0;
    padding:0;
    margin: 0;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    position: relative;
  }

  /* ↓ @TODO replace with SVG */
  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .faq-question > .toggle::before,
  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .faq-question > .toggle::after {
    content: "";
    position: absolute;
    background-color: #4a90e2;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .faq-question > .toggle:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .faq-question >.toggle:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .faq-question.initialized .toggle:before,
  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .faq-question.initialized .toggle:after {
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .faq.open .toggle:before {
    transform: rotate(90deg);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .faq.open .toggle:after {
    transform: rotate(180deg);
  }

  /* CALLOUTS */

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-callouts {
    --gap: 2rem;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--gap);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .c1 .media-callout {
    flex-basis: 100%;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .c2 .media-callout {
    /* Remove gap from flex-basis, because it behaves like old school boxmodel */
    flex-basis: calc(50% - var(--gap) / 2);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-callout {
    display: flex;
    gap: 2rem;
  }

  /* ↓ vertical alignment */

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .is-top-aligned .media-callout {
    align-items: flex-start;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .is-center-aligned .media-callout {
    align-items: center;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-callout__body {
    flex: 1;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-callout__body > * {
    word-break: break-word;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-callout__body.rich-text *:first-child,
  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-callout__body .ql-editor *:first-child {
    margin-top: 0 !important;
  }
  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-callout__body.rich-text *:last-child,
  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-callout__body .ql-editor *:last-child {
    margin-bottom: 0 !important;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-callout__body .button {
    /* ↓ remove sriracha min-width to prevent overflow */
    min-width: auto;
  }


  /* CALLOUT ICON SIZING */

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-callout__figure {
    /* ↓ using CSS custom props so CSS can be simplified with NoMl support */
    /* for passing in a custom prop in a style attribute */
    --icon-xs: 24px;
    --icon-s: 32px;
    --icon-m: 48px;
    --icon-l: 64px;
    --icon-xl: 80px;
    --media-callout-icon-size: var(--icon-xl);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-callout__figure,
  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-callout__figure picture,
  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .media-callout__figure img {
    height: auto;
    width: var(--media-callout-icon-size);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .xs-icons .media-callout__figure {
    --media-callout-icon-size: var(--icon-xs);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .s-icons .media-callout__figure {
    --media-callout-icon-size: var(--icon-s);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .m-icons .media-callout__figure {
    --media-callout-icon-size: var(--icon-m);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .l-icons .media-callout__figure {
    --media-callout-icon-size: var(--icon-l);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .xl-icons .media-callout__figure {
    --media-callout-icon-size: var(--icon-xl);
  }

  /* ADD-ON COUNTDOWN */

  /* Repeat sriracha style wiped out by the cascade */
  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .countdown-box.dark-bg .h2 {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 20%);
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .countdown-box,
  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .countdown-box > .box-content,
  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .countdown-outer-container {
    /* ↓ Ancestor divs of .countdown-container should size to its intrinsic width */
    width: fit-content;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .countdown-box {
    margin-bottom: 2rem;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .text-left .countdown-box {
    margin-right: auto;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .text-center .countdown-box {
    margin-left: auto;
    margin-right: auto;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .text-right .countdown-box {
    margin-left:auto;
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .countdown-container {
    display: grid;
    /* ↓ size intrinsically to width of widest column */
    /* See: https://codepen.io/JanDW/pen/xxjJjpV */
    grid-template-columns: repeat(4, minmax(min-content, 1fr));
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .countdown-container > div {
    border-left: 1px solid transparent;
    /* ↓ Setting min-width to minimize shifting for proportional fonts */
    /* ↓ "advance" glyph 0 should be widest for numbers, so 2ch */
    min-width: 2ch;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }

  @media only screen and (min-width: 768px) {
    .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .countdown-container > div {
      --half-gap: calc((var(--gap) / 2) * 1rem);
      padding-left: var(--half-gap);
      padding-right: var(--half-gap);
    }
  }

  .component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .countdown-container .h2 {
    margin-bottom: .5rem;
  }

  /*.countdown-container*/.component-1ca0a679-fc4a-4ba7-a1e6-b1fd9bec611e .dividers-true > div + div {
    /* Dividers inherit from inline property set on parent */
    border-color: inherit;
  }
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .section-header-box > .box-content {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 3rem;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .section-header-box > .box-content.text-left {
  justify-content: flex-start;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .section-header-box > .box-content.text-right {
  justify-content: flex-end;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .section-header-box > .box-content > .rich-text {
  flex-grow: 1;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .section-header-box .actions {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 0;
  flex-shrink: 1;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .section-header-box .actions > * {
  white-space: nowrap;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .section-header-box > .box-content.text-left .actions {
  margin-left: 0;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .section-header-box > .box-content.text-right .actions {
  margin-right: 0;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .products {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem 3rem;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .products-generator {
  display: contents;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-container:hover {
  opacity: 1;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-container .add-to-cart-hover {
  display: none;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-container:hover .add-to-cart-hover {
  display: flex;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-image {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  overflow: hidden;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9.square .product-image {
  aspect-ratio: 1 / 1;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9.portrait .product-image {
  aspect-ratio: 3 / 4;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9.portrait .unstack-media.product-image__primary .responsive-media,  .component-5fd6d667-b512-44da-b799-e80bb3cb8ba9.landscape .unstack-media.product-image__primary .responsive-media{
  position: initial;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9.landscape .product-image {
  aspect-ratio: 4 / 3;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-image div {
  width: 100%;
  height: 100%;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-image picture {
  transition: all 300ms ease-out;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9[data-hover="add-to-cart"] .product-container:hover .product-image picture,
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9[data-hover="zoom-image"] .product-container:hover .product-image picture {
  transform: scale(110%);
  filter: brightness(0.9) contrast(1.1);
  opacity: 1;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9[data-hover="alt-image"] .product-container:hover .product-image .unstack-media:only-of-type picture {
  transform: scale(110%);
  opacity: 1;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9.editing svg.undefined + svg.undefined,
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-image__primary + svg.undefined {
  display: none;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-image__alt {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-image__alt picture {
  opacity: 0;
  height: inherit;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-image__alt picture img {
  height: inherit;
  object-fit: cover;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .responsive-media img{
  height: fit-content;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-image:hover > .product-image__primary picture {
  opacity: 0;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-image:hover > .product-image__alt picture {
  opacity: 1;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-image__alt picture {
  flex: 1;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-details {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product:hover .product-details {
  opacity: 0.7;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-title {
  display: block;
  font-weight: 500;

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

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-price {
  display: block;
  font-size: 90%;
  opacity: 70%;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-price-container {
 display: flex
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-price-container > p {
  margin: 0;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-sale-price {
  color: red !important;
  font-size: 90%;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product-list-price {
  padding-left: 1rem;
  font-size: 90%;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .lazyload-wrapper:not(:first-of-type) {
  display: none;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .products-generator a:hover{
  opacity: initial;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 [data-label="media-placeholder"] {
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 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-5fd6d667-b512-44da-b799-e80bb3cb8ba9 div.add-to-cart-container{
  height: 100%;
  width: 100%;
  opacity: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 div.add-to-cart-container:hover {
  opacity: 1 !important;
}

@media only screen and (max-width: 768px) {
  .component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .products { gap: 3rem 2rem !important; }

  .component-5fd6d667-b512-44da-b799-e80bb3cb8ba9.grid .products {
    grid-template-columns: repeat(2, 1fr);
  }

  .component-5fd6d667-b512-44da-b799-e80bb3cb8ba9.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-5fd6d667-b512-44da-b799-e80bb3cb8ba9.slider .products::-webkit-scrollbar {
    display: none;
  }

  .component-5fd6d667-b512-44da-b799-e80bb3cb8ba9.slider .product {
    width: 70vw;
  }

  /* Hack to get proper spacing in Safari */
  .component-5fd6d667-b512-44da-b799-e80bb3cb8ba9.slider .products-generator > *:last-child {
    padding-right: 2rem;
    padding-right: var(--section-padding);
  }
}

@media only screen and (min-width: 769px) {
  .component-5fd6d667-b512-44da-b799-e80bb3cb8ba9.columns-2 .products { grid-template-columns: repeat(2, 1fr); }
  .component-5fd6d667-b512-44da-b799-e80bb3cb8ba9.columns-3 .products { grid-template-columns: repeat(3, 1fr); }
  .component-5fd6d667-b512-44da-b799-e80bb3cb8ba9.columns-4 .products { grid-template-columns: repeat(4, 1fr); }
  .component-5fd6d667-b512-44da-b799-e80bb3cb8ba9.columns-5 .products { grid-template-columns: repeat(5, 1fr); }
  .component-5fd6d667-b512-44da-b799-e80bb3cb8ba9.columns-6 .products { grid-template-columns: repeat(6, 1fr); }

  .component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .product {
    flex-grow: 1;
  }
  .component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 div.add-to-cart-hover{
    opacity: 1 !important;
  }
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .pagination-numbers, .component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .pagination-dots {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .pagination-numbers > a.paginationEllipses {
  border: none !important;
  margin: 0 !important;
  pointer-events: none !important;
  cursor: default !important;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .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-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .pagination-numbers > a.is-current {
  background-color: #000000;
  color: white;
  cursor: default;
  pointer-events: none;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .pagination-numbers > a.arrow-disabled {
  pointer-events: none;
  cursor: default;
  color: rgba(0,0,0,.25);
  border-color: rgba(0,0,0,.25);
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .pagination-dots {
  padding: 13px 0px;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .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-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .pagination-dots > a.is-current {
  background-color: #777;
  color: white;
  cursor: default;
  pointer-events: none;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .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-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .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-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .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-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .pagination-arrows > a:active {
  color: #000000;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .pagination-arrows > a[rel="prev"] {
  left: 0;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .pagination-arrows > a[rel="next"] {
  right: 0;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .pagination-arrows > a.arrow-disabled {
  display: none;
  pointer-events: none;
  cursor: default;
  opacity: 50%;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .pagination-numbers > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .swipe-left {
  transform: translateX(-100%);
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .swipe-right {
  transform: translateX(100%);
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .swipe-left-hidden {
  transform: translateX(-200%);
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .swipe-right-hidden {
  transform: translateX(200%);
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .nonfocused-pagination-content {
  position: absolute;
  opacity: 30%;
  width: 100%;
  top: 0;
}
.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .isHidden {
  display: none !important;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .no-opacity {
  opacity: 0;
}

.component-5fd6d667-b512-44da-b799-e80bb3cb8ba9 .appear-position {
  position: absolute;
  top: 0;
  width: 100%;
}
.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;
}
