.ftw-responsive-partial--popup-01 > .ftw-responsive-partial__variant {
  display: none;
}

.ftw-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
  background: rgba(var(--chillberry-brown-rgb), 0.22);
  backdrop-filter: blur(8px);
  overflow: auto;
}

.ftw-popup-overlay[hidden] {
  display: none;
}

.ftw-popup-overlay .ftw-page-partial--popup-01,
.ftw-popup-overlay .ftw-page-partial--popup-01-desktop {
  position: relative;
  z-index: 1;
}

body.ftw-popup-open {
  overflow: hidden;
}

.figma-partial-preview-root--full-bleed {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

@keyframes ftw-popup-enter {
  0% {
    opacity: 0;
    transform: translateY(-10px) scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1023px) {
  .ftw-responsive-partial--popup-01
    > .ftw-responsive-partial__variant[data-ftw-viewport="mobile"] {
    display: block;
  }

  .partial-popup-01-node-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    width: 100%;
    max-width: 482.18182373046875px;
    min-width: min(100%, 320px);
    margin-inline: auto;
    background-color: var(--chillberry-pink);
    border-radius: 32px;
    box-shadow: 0 24px 60px rgba(var(--chillberry-brown-rgb), 0.28);
    animation: ftw-popup-enter 0.24s ease;
  }

  .partial-popup-01-node-2 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    overflow: hidden;
  }

  .partial-popup-01-node-3 {
    position: relative;
    display: block;
    width: 185px;
    height: 101.10657501220703px;
    flex-grow: 0;
  }
  .partial-popup-01-node-3-link {
    display: block;
    text-decoration: none;
    line-height: 0;
  }

  .partial-popup-01-node-4 {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    flex-grow: 0;
    cursor: pointer;
    background-image: url("../../figma/AU3DUFoZdCMZJVuGBsgDQC/81526f27456d8d7c88ac861d920a978e481a1e69.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
  }

  .partial-popup-01-node-4:hover,
  .partial-popup-01-node-4:focus-visible {
    transform: scale(1.06) rotate(4deg);
    outline: none;
  }

  .partial-popup-01-node-5,
  .partial-popup-01-node-10 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }

  .partial-popup-01-node-5 {
    padding-top: 60px;
  }

  .partial-popup-01-node-10 {
    padding-top: 30px;
  }

  .partial-popup-01-node-7,
  .partial-popup-01-node-8,
  .partial-popup-01-node-9,
  .partial-popup-01-node-11,
  .partial-popup-01-node-12 {
    position: relative;
    display: block;
    align-self: stretch;
    margin: 0;
    white-space: pre-wrap;
    font-family: "Please Display VF Polish Fallback", "Please Display VF";
    font-size: 42px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: -0.42px;
    text-align: left;
    text-transform: uppercase;
    color: var(--chillberry-brown);
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .partial-popup-01-node-13 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding-top: 30px;
  }

  .partial-popup-01-node-14,
  .partial-popup-01-node-15,
  .partial-popup-01-node-16 {
    position: relative;
    display: block;
    margin: 0;
    white-space: pre-wrap;
    font-family: "Please Display VF Polish Fallback", "Please Display VF";
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.48px;
    text-align: center;
    color: var(--chillberry-cream);
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .partial-popup-01-node-7:hover,
  .partial-popup-01-node-8:hover,
  .partial-popup-01-node-9:hover,
  .partial-popup-01-node-11:hover,
  .partial-popup-01-node-12:hover,
  .partial-popup-01-node-14:hover,
  .partial-popup-01-node-15:hover,
  .partial-popup-01-node-16:hover,
  .partial-popup-01-node-7:focus-visible,
  .partial-popup-01-node-8:focus-visible,
  .partial-popup-01-node-9:focus-visible,
  .partial-popup-01-node-11:focus-visible,
  .partial-popup-01-node-12:focus-visible,
  .partial-popup-01-node-14:focus-visible,
  .partial-popup-01-node-15:focus-visible,
  .partial-popup-01-node-16:focus-visible {
    transform: translateY(-2px) scale(1.03);
    opacity: 0.92;
    outline: none;
  }
}

@media (min-width: 1024px) {
  .ftw-popup-overlay {
    align-items: center;
    justify-content: center;
    padding: 30px;
  }

  .ftw-responsive-partial--popup-01
    > .ftw-responsive-partial__variant[data-ftw-viewport="desktop"] {
    display: block;
  }

  .partial-popup-01-desktop-node-1 {
    --popup-desktop-copy-color: var(--chillberry-brown);
    --popup-desktop-light-color: var(--chillberry-cream);
    --popup-desktop-button-text-color: var(--chillberry-pink);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 42px 44px;
    width: min(100%, 1280px);
    min-width: min(100%, 960px);
    min-height: 680px;
    margin-inline: auto;
    background-color: var(--chillberry-pink);
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(var(--chillberry-brown-rgb), 0.28);
    overflow: hidden;
    animation: ftw-popup-enter 0.24s ease;
    transition: background-color 0.28s ease;
  }

  .partial-popup-01-desktop-node-2 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    gap: 32px;
  }

  .partial-popup-01-desktop-node-3 {
    position: relative;
    display: block;
    width: min(560px, 100%);
    height: 79px;
    max-width: 560px;
    flex-grow: 0;
    background-color: var(--popup-desktop-light-color);
    mask-image: var(--popup-desktop-logo);
    mask-repeat: no-repeat;
    mask-position: left center;
    mask-size: contain;
    -webkit-mask-image: var(--popup-desktop-logo);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    -webkit-mask-size: contain;
    transition: background-color 0.28s ease;
  }
  .partial-popup-01-desktop-node-3-link {
    display: block;
    width: min(560px, 100%);
    max-width: 560px;
    text-decoration: none;
    line-height: 0;
  }

  .partial-popup-01-desktop-node-4 {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 18px;
    background-color: var(--popup-desktop-light-color);
    border-radius: 100px;
    cursor: pointer;
    transition:
      transform 0.2s ease,
      opacity 0.2s ease,
      background-color 0.28s ease;
  }

  .partial-popup-01-desktop-node-4::before {
    content: "";
    position: absolute;
    inset: -7.5px;
    pointer-events: none;
    background-color: var(--popup-desktop-light-color);
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22174%22%20height%3D%2270%22%20viewBox%3D%220%200%20174%2070%22%20fill%3D%22none%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%227.5%22%20y%3D%227.5%22%20width%3D%22159%22%20height%3D%2255%22%20rx%3D%2227.5%22%20ry%3D%2227.5%22%20stroke%3D%22white%22%20stroke-width%3D%2215%22%20stroke-dasharray%3D%221%2015%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20%2F%3E%3C%2Fsvg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22174%22%20height%3D%2270%22%20viewBox%3D%220%200%20174%2070%22%20fill%3D%22none%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%227.5%22%20y%3D%227.5%22%20width%3D%22159%22%20height%3D%2255%22%20rx%3D%2227.5%22%20ry%3D%2227.5%22%20stroke%3D%22white%22%20stroke-width%3D%2215%22%20stroke-dasharray%3D%221%2015%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20%2F%3E%3C%2Fsvg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    transition: background-color 0.28s ease;
  }

  .partial-popup-01-desktop-node-4:hover,
  .partial-popup-01-desktop-node-4:focus-visible {
    transform: translateY(-2px) scale(1.03);
    opacity: 0.96;
    outline: none;
  }

  .partial-popup-01-desktop-node-5 {
    position: relative;
    display: block;
    margin: 0;
    white-space: nowrap;
    font-family: "Please Display VF Polish Fallback", "Please Display VF";
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: var(--popup-desktop-button-text-color);
    transition: color 0.28s ease;
  }

  .partial-popup-01-desktop-node-6 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex: 1 1 auto;
    gap: 40px;
    min-height: 0;
  }

  .partial-popup-01-desktop-node-7 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 22px;
    flex: 1 1 auto;
    min-width: 0;
  }

  .partial-popup-01-desktop-node-8,
  .partial-popup-01-desktop-node-9,
  .partial-popup-01-desktop-node-13,
  .partial-popup-01-desktop-node-14 {
    position: relative;
    display: block;
    margin: 0;
    white-space: pre-wrap;
    font-family: "Please Display VF Polish Fallback", "Please Display VF";
    font-size: clamp(52px, 4.8vw, 68px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    color: var(--popup-desktop-copy-color);
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .partial-popup-01-desktop-node-10 {
    position: relative;
    display: block;
    width: 480px;
    min-width: 480px;
    max-width: 480px;
    align-self: stretch;
    border-radius: 16px;
    overflow: hidden;
  }

  .partial-popup-01-desktop-node-10-package {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition:
      opacity 0.24s ease,
      transform 0.28s ease,
      background-image 0s linear;
    will-change: transform, opacity;
  }

  .partial-popup-01-desktop-node-10-package--primary {
    left: 64px;
    top: 6px;
    width: 250px;
    height: 362px;
    z-index: 1;
    transform: rotate(0deg);
  }

  .partial-popup-01-desktop-node-10-package--secondary {
    right: 26px;
    bottom: 2px;
    width: 250px;
    height: 362px;
    z-index: 2;
    transform: rotate(0deg);
  }

  .partial-popup-01-desktop-node-10[data-popup-layout="odd"] .partial-popup-01-desktop-node-10-package--primary {
    left: -24px;
    bottom: 0;
    z-index: 1;
    transform: rotate(-14deg);
  }

  .partial-popup-01-desktop-node-10[data-popup-layout="odd"] .partial-popup-01-desktop-node-10-package--secondary {
    right: -4px;
    top: -4px;
    z-index: 2;
    transform: rotate(8deg);
  }

  .partial-popup-01-desktop-node-10[data-popup-layout="even"] .partial-popup-01-desktop-node-10-package--primary {
    left: 8px;
    top: -10px;
    bottom: auto;
    z-index: 2;
    transform: rotate(-13deg);
  }

  .partial-popup-01-desktop-node-10[data-popup-layout="even"] .partial-popup-01-desktop-node-10-package--secondary {
    right: 4px;
    top: auto;
    bottom: -20px;
    z-index: 1;
    transform: rotate(10deg);
  }

  .partial-popup-01-desktop-node-11 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
    gap: 32px;
  }

  .partial-popup-01-desktop-node-12,
  .partial-popup-01-desktop-node-15 {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .partial-popup-01-desktop-node-12 {
    justify-content: flex-start;
    gap: 42px;
    flex-wrap: wrap;
  }

  .partial-popup-01-desktop-node-15 {
    justify-content: flex-end;
    gap: 36px;
    flex-wrap: wrap;
  }

  .partial-popup-01-desktop-node-16,
  .partial-popup-01-desktop-node-17,
  .partial-popup-01-desktop-node-18 {
    position: relative;
    display: block;
    margin: 0;
    white-space: nowrap;
    font-family: "Please Display VF Polish Fallback", "Please Display VF";
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.56px;
    text-align: center;
    color: var(--popup-desktop-light-color);
    text-decoration: none;
    transition:
      transform 0.2s ease,
      opacity 0.2s ease,
      color 0.28s ease;
  }

  .partial-popup-01-desktop-node-8:hover,
  .partial-popup-01-desktop-node-9:hover,
  .partial-popup-01-desktop-node-13:hover,
  .partial-popup-01-desktop-node-14:hover,
  .partial-popup-01-desktop-node-16:hover,
  .partial-popup-01-desktop-node-17:hover,
  .partial-popup-01-desktop-node-18:hover,
  .partial-popup-01-desktop-node-8:focus-visible,
  .partial-popup-01-desktop-node-9:focus-visible,
  .partial-popup-01-desktop-node-13:focus-visible,
  .partial-popup-01-desktop-node-14:focus-visible,
  .partial-popup-01-desktop-node-16:focus-visible,
  .partial-popup-01-desktop-node-17:focus-visible,
  .partial-popup-01-desktop-node-18:focus-visible {
    transform: translateY(-2px) scale(1.03);
    opacity: 0.92;
    outline: none;
  }
}
