/** Shopify CDN: Minification failed

Line 689:16 Expected identifier but found whitespace
Line 689:18 Unexpected "{"
Line 689:27 Expected ":"
Line 690:14 Expected identifier but found whitespace
Line 690:16 Unexpected "{"
Line 690:25 Expected ":"
Line 690:58 Expected ":"
Line 692:10 Expected identifier but found whitespace
Line 692:12 Unexpected "{"
Line 692:21 Expected ":"
... and 89 more hidden warnings

**/
  product-section h1,
  product-section h2,
  product-section h3,
  product-section h4,
  product-section h5,
  product-section h6,
  product-section p,
  product-section span,
  product-section div,
  product-section label,
  product-section button,
  product-section a,
  product-section input,
  product-section select,
  product-section textarea {
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }

  /* ============================================
     SECTION CONTAINER
     ============================================ */
  product-section {
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }

  /* ============================================
     HERO WRAPPER – 100vh STICKY
     ============================================ */
  product-section .main-product-2026__wrapper {
    display: grid;
    grid-template-columns: 1fr minmax(446px, 33%);
    gap: 40px;
    align-items: start;
    width: 100%;
    box-sizing: border-box;
  }

  @media screen and (max-width: 767px) {
    product-section .main-product-2026__wrapper {
      display: block;
    }
  }

  /* ============================================
  LEFT – GALLERY AREA
  ============================================ */
  product-section .main-product-2026__gallery-wrapper {
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
  }

  product-section .main-product-2026__gallery {
    width: 100%;
    min-width: 0;
    position: sticky;
    top: 153px;
    display: flex;
  }

  @media screen and (max-width: 767px) {
    product-section .main-product-2026__gallery {
      position: relative;
      top: unset;
    }
  }

  /* Thumbnail strip */
  product-section .main-product-2026__thumbs {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-shrink: 0;
    overflow-y: auto;
    scrollbar-width: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 25px;
  }

  product-section .main-product-2026__thumbs::-webkit-scrollbar {
    display: none;
  }

  product-section .main-product-2026__thumb {
    width: 100%;
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.25s ease;
    border-radius: 0;
    overflow: hidden;
    flex-shrink: 0;
    aspect-ratio: 0.8/1;
    max-width: 73px;
    height: auto;
  }

  product-section .main-product-2026__thumb.is-active,
  product-section .main-product-2026__thumb:hover {
    opacity: 1;
  }

  product-section .main-product-2026__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Main image area */
  product-section .main-product-2026__main-image-area {
    height: 0;
    padding-bottom: 83%;
    flex: 1;
    position: relative;
    overflow: hidden;
    min-width: 0;
  }

  product-section .main-product-2026__main-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
  }

  product-section .main-product-2026__main-slide.is-active {
    opacity: 1;
    pointer-events: auto;
  }

  product-section .main-product-2026__main-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* ============================================
     RIGHT – BUY BOX (SCROLLABLE)
     ============================================ */
  product-section .main-product-2026__buybox {
    height: 100%;
    overflow-y: auto;
    overflow-x: clip;
    scrollbar-width: thin;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 40px 25px 40px 0;
  }

  product-section .main-product-2026__buybox::-webkit-scrollbar {
    width: 4px;
  }

  product-section .main-product-2026__buybox::-webkit-scrollbar-thumb {
    border-radius: 2px;
  }

  product-section .main-product-2026__buybox::-webkit-scrollbar-track {
    background: transparent;
  }

  /* Title */
  product-section .main-product-2026__title {
    font-size: 60px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    color: #1A1A1A;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0 0 13px 0;
  }

  /* Price row */
  product-section .main-product-2026__price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  product-section .main-product-2026__price {
    font-size: 44px;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1.48;
  }

  /* Afterpay placement */
  product-section .main-product-2026__afterpay {
    display: inline-block;
    max-width: 50%;
  }

  product-section afterpay-placement {
    margin: 0 !important;
  }

  /* Description */
  product-section .main-product-2026__description {
    margin: 0 0 10px 0;
  }

  product-section .main-product-2026__description, product-section .main-product-2026__description p  {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.78;
  }

  product-section .main-product-2026__description p:first-of-type {
    font-size:20px;
    line-height:1.25;
  }

  .main-product-2026 {
    display: block;
    overflow-x: clip;
  }

  product-section.main-product-2026 .form-button__wrapper {
    padding-right: 0px;
  }

  @media screen and (max-width: 768px) {
    product-section .main-product-2026__buybox {
      padding: 20px;
    }

    product-section .main-product-2026__title {
      font-size: 44px;
    }

    product-section .main-product-2026__price {
      font-size: 36px;
    }
  }

  /* ============================================
  VARIANT SELECTORS / FORM
  ============================================ */

  .main-product-2026 fieldset {
    margin: 0 0 30px 0;
    display: block;
    border: none;
    padding: 0;
    min-width: 0;
  }

  .main-product-2026 fieldset.unavailable {
    /* opacity: .5; */
  }

  .main-product-2026 fieldset legend {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
  }

  .main-product-2026 fieldset .inputs-scroll {
    width: auto;
    overflow-x: auto;
    overflow-y: clip;
    scrollbar-width: thin;
    scrollbar-color: #f8bcbc transparent;
    padding-bottom: 5px;
  }

  .main-product-2026 fieldset .inputs-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 9px;
  }

  .main-product-2026 fieldset.selection-full .inputs-wrapper input:not(:checked) + .swatch {
    opacity: .5;
    pointer-events: none;
    cursor: default;
  }

  .main-product-2026 fieldset .inputs-scroll .inputs-wrapper:has(label.swatch) {
    display: flex;
    flex-wrap: nowrap;
  }

  .main-product-2026 fieldset .inputs-wrapper label:not(.swatch) {
    border: 1px solid currentColor;
    background: transparent;
    font-size: 20px;
    line-height: 1.25;
    padding: 10px 24px;
    transition: all .3s ease;
    display: block;
  }

  .main-product-2026 fieldset .inputs-wrapper label.unavailable {
    opacity: .5;
  }

  .main-product-2026__buybox .vase__product--slider > div {
    display: flex;
    width: calc(100% + 55px);
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
  }

  .main-product-2026__buybox .vase__product--slider .variant__label {
    max-width: 148px;
    width: 100%;
    margin-right: 18px;
    display: flex;
    flex-wrap: wrap;
  }

  .main-product-2026__buybox .vase__product--slider .variant__label [type=radio]:checked+label {
    border: 2px solid #1a1a1a;
  }

  .main-product-2026 fieldset .inputs-wrapper .swatch,
  .main-product-2026__buybox .vase__product--slider .variant__label .swatch,
  .main-product-2026 fieldset .inputs-wrapper .swatch + .addon__learn-more-toggle {
    font-size: 12px;
    color: #1a1a1a;
    line-height: 1.3;
    max-width: 115px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    cursor: pointer;
  }

  /* .main-product-2026__buybox .vase__product--slider .variant__label .swatch {
    font-size: 0;
    height: 179px;
    width: 100%;
    min-width: 118px;
    padding: 0;
    background-size: cover;
    background-position: center;
  } */

  .main-product-2026__buybox .vase__product--slider .variant__label .variant__title {
    font-size: 12px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    margin: 5px 0 0;
    font-family: Effra;
  }

  .main-product-2026__buybox .vase__product--slider .variant__label .variant__price {
    font-weight: 400;
  }

  .main-product-2026 .gift__product--wrap {
    width: calc(100% + 25px);
  }

  .main-product-2026 fieldset .inputs-wrapper .swatch + .addon__learn-more-toggle {
    margin-top: 10px;
    text-decoration: underline;
  }

  .main-product-2026 fieldset .inputs-wrapper .swatch .gift_applied {
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translate(-50%, -100%);
    border-radius: 100%;
    border: 1px solid currentColor;
    background: #FAF7F0;
    aspect-ratio: 1/1;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }

  .main-product-2026 fieldset .inputs-wrapper .swatch .swatch-image {
    border: 1px solid transparent;
    width: 112px;
    height: 112px;
    border-radius: 100%;
    transition: all .3s ease;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: clip;
    position: relative;
  }

  .main-product-2026 fieldset .inputs-wrapper .swatch .swatch-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main-product-2026 fieldset .inputs-wrapper .swatch .swatch-image .addon__learn-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    white-space: nowrap;
    background: #FAF7F0A1;
    color: currentColor;
    padding: 5px 10px;
    backdrop-filter: blur(3px);
    line-height: normal;
    opacity: 0;
    transition: all .3s ease;
  }

  .main-product-2026 .product__info--wrap .learn__more--wrap {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fffc;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s all;
  }

  .main-product-2026 .product__info--wrap.gift__product--added .learn__more--wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
  }

  .main-product-2026 .product__info--wrap.gift__product--added .learn__more--wrap .product__added {
    display: block;
  }

  .main-product-2026 .product__info--wrap.gift__product--added .learn__more--wrap .addon__learn-more {
    display: none;
  }

  .main-product-2026 .product__info--wrap .swatch:hover .learn__more--wrap {
    opacity: 1;
    visibility: visible;
  }

  .main-product-2026 .product__info--wrap .learn__more--wrap .product__added {
    font-size: 16px;
    font-weight: 700;
    pointer-events: none;
    display: none;
    font-family: Helvetica;
    cursor: pointer;
  }

  .main-product-2026 .product__info--wrap .learn__more--wrap .addon__learn-more {
    font-size: 18px;
    line-height: 1;
    color: #000;
    font-family: Effra;
    text-align: center;
    cursor: pointer;
  }

  .main-product-2026 fieldset .inputs-wrapper input:not(:checked) + .swatch:hover .swatch-image .addon__learn-more,
  .main-product-2026 [data-candy-addon].swatch:hover .swatch-image .addon__learn-more {
    opacity: 1;
    /* transform: translate(-50%, -50%); */
  }

  .main-product-2026 fieldset .inputs-wrapper .swatch .swatch-image + div {
      max-width: 112px;
    }

  .main-product-2026 fieldset .inputs-wrapper input:not(:checked) + label {
    cursor: pointer;
  }

  .main-product-2026 fieldset .inputs-wrapper input:checked + label:not(.swatch) {
    background: white;
  }

  .main-product-2026 fieldset .inputs-wrapper input:checked + .swatch .swatch-image,
  .main-product-2026:has([name='Candy Addons']:checked) [data-candy-addon] .swatch-image {
    border-color: currentColor;
  }

  .main-product-2026 fieldset .inputs-wrapper input:checked + .swatch .gift_applied,
  .main-product-2026:has([name='Candy Addons']:checked) [data-candy-addon] .gift_applied {
    opacity: 1;
  }

  .main-product-2026 fieldset .inputs-wrapper label + .most-popular-label {
    font-size: 14px;
    line-height: .8;
    font-weight: 300;
    text-align: center;
    color: #00000080;
    display: block;
    margin: 8px 0;
  }

  @media screen and (max-width: 768px) {
    .main-product-2026 fieldset .inputs-wrapper .swatch .swatch-image {
      width: 95px;
      height: 95px;
    }

    .main-product-2026 fieldset .inputs-wrapper .swatch .swatch-image + div {
      max-width: 95px;
    }

    .main-product-2026 fieldset .inputs-wrapper .swatch .gift_applied {
      top: 99px;
    }
  }

  /* ============================================
     ACTION BUTTONS
     ============================================ */

  .main-product-2026 new-product-form button[type="submit"] {
    flex: 1;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
    display: block;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0%;
    background:#1A1A1A;
    color: #FAF7F0;
    border: 1px solid #1A1A1A;
    text-transform: uppercase;
    position: relative;
    padding: 10px 14px;
  }

  .main-product-2026 button[type="submit"]:hover {
    background: #FAF7F0;
    color: #1A1A1A;
  }

  .main-product-2026 button[type="submit"] + [type="button"] {
    font-family: Helvetica, Arial, sans-serif; 
    flex: 1;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
    display: block;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0%;
    color:#1A1A1A;
    background: #FAF7F0;
    border: 1px solid #1A1A1A;
    text-transform: uppercase;
    position: relative;
    padding: 10px 14px;
  }

  .main-product-2026 button[type="submit"].group\/button:disabled .group-disabled\/button\:hidden {
    display: none;
  }

  .main-product-2026 button[type="submit"].group\/button:disabled .group-disabled\/button\:inline {
    display: inline;
  }

  .main-product-2026 button[type="submit"].group\/button .group-disabled\/button\:inline {
    display: none;
  }

  button .spinner-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .3s ease;
    opacity: 0;
  }

  button .spinner-wrap svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    transform-origin: center;
  }

  button .spinner-wrap svg circle {
    transform-origin: center;
  }

  .group\/button.loading .group-\[\.loading\]\/button\:opacity-0 {
    opacity: 0;
  }

  .group\/button.loading .group-\[\.loading\]\/button\:opacity-100 {
    opacity: 1;
  }

  .main-product-2026 button[type="submit"] + [type="button"] span {
    font-size: 8px;
    line-height: 1.667;
    display: block;
  }

  .main-product-2026 button[type="submit"] + [type="button"]:hover {
    color: #FAF7F0;
    background: #1A1A1A;
  }

  product-section .form-button__wrapper {
    display: flex;
    gap: 8px;
    padding-right: 20px;
    /* margin-top: 24px !important; */
    width: 100%;
  }

  @media screen and (max-width: 768px) {
    product-section .form-button__wrapper {
      flex-direction: column;
    }
  }

  /* ============================================
     ADD-ONS (VASE / GIFT) – HORIZONTAL SCROLL
     ============================================ */
  product-section .main-product-2026__addons-heading {
    font-family: {{ section.settings.body_font }};
    font-size: {{ section.settings.addon_heading_size }}px;
    font-weight: 700;
    color: {{ section.settings.text_color }};
    margin: 0 0 {{ section.settings.addon_heading_margin }}px 0;
    font-style: normal;
    text-transform: capitalize;
  }

  product-section .main-product-2026__addons-scroll {
    display: flex;
    gap: {{ section.settings.addon_gap }}px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding-bottom: 8px;
    margin-bottom: {{ section.settings.addon_section_margin }}px;
  }

  product-section .main-product-2026__addons-scroll::-webkit-scrollbar {
    display: none;
  }

  product-section .main-product-2026__addon-item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    text-align: center;
  }

  product-section .main-product-2026__addon-img-wrap {
    width: {{ section.settings.addon_img_size }}px;
    height: {{ section.settings.addon_img_size }}px;
    border-radius: 50%;
    overflow: hidden;
    /* border: 2px solid transparent; */
    background: {{ section.settings.bg_color }};
    box-sizing: border-box;
    transition: border-color 0.2s, transform 0.15s, box-shadow 0.2s;
  }

  product-section .main-product-2026__addon-item:hover .main-product-2026__addon-img-wrap {
    transform: scale(1.03);
  }

  product-section .main-product-2026__addon-item.is-active .main-product-2026__addon-img-wrap {
    border-color: {{ section.settings.border_color }};
    transform: scale(0.95);
    box-shadow: 0 0 0 2px {{ section.settings.border_color }};
  }

  product-section .main-product-2026__addon-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
  }

  product-section .main-product-2026__addon-name {
    font-family: {{ section.settings.body_font }};
    font-size: 12px;
    color: {{ section.settings.text_color }};
    line-height: 1.3;
    max-width: {{ section.settings.addon_img_size }}px;
  }

  product-section .main-product-2026__addon-name strong {
    font-weight: 700;
    display: block;
  }

  product-section .main-product-2026__gift-check {
    display: none;
    color: #2a9d2a;
    font-weight: 800;
    margin-left: 4px;
  }

  product-section .main-product-2026__addon-item.is-active .main-product-2026__gift-check {
    display: inline;
  }

  /* ============================================
     MOBILE NAV ARROWS (Hidden on desktop)
     ============================================ */
  product-section .main-product-2026__mobile-nav {
    display: none;
  }

  product-section .main-product-2026__mobile-nav .main-product-2026__mobile-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid {{ section.settings.border_color }};
    background: #ffffff;
    color: {{ section.settings.text_color }};
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: background 0.2s, color 0.2s, opacity 0.2s;
  }

  product-section .main-product-2026__mobile-nav .main-product-2026__mobile-btn:active {
    background: {{ section.settings.bg_color }};
  }

  product-section .main-product-2026__mobile-nav .main-product-2026__mobile-btn.is-disabled {
    opacity: 0.3;
    pointer-events: none !important;
  }

  /* ============================================
     RESPONSIVE – MOBILE
     ============================================ */

  @media screen and (max-width: 989px) {
    product-section .main-product-2026__wrapper {
      flex-direction: column;
      height: auto;
      max-height: none;
      min-height: auto;
      display: block;
    }

    product-section .main-product-2026__gallery {
      display: flex !important;
      flex-direction: column-reverse !important; /* Main image top, thumbs bottom */
      width: 100% !important;
      height: auto !important;
      border-right: none !important;
      border-bottom: {{ section.settings.border_width }}px solid {{ section.settings.border_color }} !important;
      position: relative;
      top: unset;
    }

    product-section .main-product-2026__main-image-area {
      width: 100% !important;
      position: relative !important;
      overflow: hidden !important;
    }

    product-section .main-product-2026__main-slide img {
      width: 100% !important;
      height: 100% !important;
      object-fit: contain !important;
      padding: 0px !important; 
      box-sizing: border-box !important;
    }

    product-section .main-product-2026__thumbs {
      position: relative !important;
      display: flex !important;
      flex-direction: row !important;
      width: 100% !important;
      overflow-x: auto !important;
      overflow-y: hidden !important;
      scroll-behavior: smooth !important;
      padding: 12px 16px !important;
      gap: 8px !important;
      justify-content: flex-start !important;
      background: transparent !important;
      z-index: 1 !important;
      bottom: auto !important;
    }

    product-section .main-product-2026__thumb {
      width: 60px !important;
      height: 60px !important;
      aspect-ratio: 1 !important;
      border: none !important;
      padding: 0 !important;
      background: transparent !important;
      cursor: pointer !important;
      opacity: 0.5 !important;
      transition: opacity 0.25s ease !important;
      border-radius: 4px !important;
      overflow: hidden !important;
      flex-shrink: 0 !important;
    }

    product-section .main-product-2026__thumb.is-active {
      opacity: 1 !important;
      border: none !important; /* border is not expected */
    }

    product-section .main-product-2026__mobile-nav {
      position: absolute !important;
      top: 50% !important;
      transform: translateY(-50%) !important;
      left: 0 !important;
      right: 0 !important;
      display: flex !important;
      justify-content: space-between !important;
      padding: 0 16px !important;
      pointer-events: none !important;
      z-index: 10 !important;
    }

    product-section .main-product-2026__buybox {
      width: 100%;
      height: auto;
      overflow: visible;
      padding: {{ section.settings.buybox_padding_mobile }}px;
    }

    product-section .main-product-2026__title {
      font-size: {{ section.settings.title_size_mobile }}px;
    }

    product-section .main-product-2026__price {
      font-size: {{ section.settings.price_size_mobile }}px;
    }

    product-section .main-product-2026__actions {
      flex-direction: column;
      padding-right: 0;
    }

    product-section .main-product-2026__afterpay {
      max-width: 75%;
    }
  }

  @media screen and (max-width: 550px) {
    product-section .main-product-2026__afterpay {
      max-width: 55%;
    }
  }

  /* Tablet adjustments */
  @media screen and (min-width: 768px) and (max-width: 1023px) {

    product-section .main-product-2026__gallery {
      width: 50%;
      width: auto;
    }

    product-section .main-product-2026__buybox {
      width: 50%;
      width: auto;
      padding: 30px 24px;
    }

    product-section .main-product-2026__thumbs {
      width: {{ section.settings.thumb_width | minus: 40 }}px;
    }

    product-section .main-product-2026__title {
      font-size: {{ section.settings.title_size_desktop | minus: 16 }}px;
    }
  }

  @media screen and (min-width: 1024px) and (max-width: 1366px) {

    product-section .main-product-2026__wrapper {
      /* grid-template-columns: .50fr .50fr; */
      /* grid-template-columns: .65fr .35fr; */
    }

    product-section .main-product-2026__thumbs {
      width: {{ section.settings.thumb_width | minus: 40 }}px;
    }

    product-section .main-product-2026__main-image-area {
      padding-bottom: 95%;
    }

  }

  /* Large screens */
  @media screen and (min-width: 1441px) {
    product-section .main-product-2026__buybox {
      padding-left: {{ section.settings.buybox_padding_left | plus: 20 }}px;
      padding-right: {{ section.settings.buybox_padding_right | plus: 20 }}px;
    }
  }

  @media screen and (min-width: 2000px) {
    product-section .main-product-2026__wrapper {
      max-width: 2550px;
      margin: 0 auto;
    }
  }

  .product-form__error[aria-hidden="true"] {
    display: none;
  }

  .product-form__error svg {
    width: 15px;
    display: inline-block;
  }

  @keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.animate-rotator {
  animation: rotator 1.4s linear infinite;
}

  @keyframes dash {
  0% {
      stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
.animate-dash {
    animation: dash 1.4s ease-in-out infinite;
}

.main-product-2026 .modal__overlay {
  /* backdrop-filter: blur(4px); */
  background: #0006;
  padding: 0;
}

.main-product-2026 .micromodal-slide.is-open[aria-hidden="false"] .modal__overlay {
  z-index: 9999;
}

.main-product-2026 .modal__container {
  /* background: #faf7f0;
  scrollbar-width: thin;
  scrollbar-color: #f8bcbc transparent;
  margin: 0 auto;
  padding: 114px 137px 60px;
  max-width: 1265px;
  width: 100%;
  position: relative;
  height: calc(100% - 300px);
  overflow-y: scroll;
  text-align: center; */

  background: #faf7f0;
  border: 1px solid #1a1a1a;
  scrollbar-width: thin;
  scrollbar-color: #f8bcbc transparent;
}

.main-product-2026 .modal__container .close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.main-product-2026 .modal__container .close svg {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}

.main-product-2026 .modal__container header + div {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.main-product-2026 .product__content--wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 48px;
  justify-content: center;
}

.main-product-2026 .product__content--wrap .product__content {
  width: 20%;
  padding: 0 10px;
  margin-top: 18px;
}

.main-product-2026 .product__content .product__media {
  border: 1px solid #000;
}

.main-product-2026 .product__content input:checked + label .product__media {
  outline: 1px solid #000;
}

.main-product-2026 .product__content .product__media,
.main-product-2026 .product__content .aspect-ratio:before {
  padding-bottom: 120%;
}

.main-product-2026 .product__content--wrap .product__content h4 {
  font-size: 12px;
  line-height: 1;
  margin: 8px 0 0;
  text-align: left;
  letter-spacing: .07em;
}

.main-product-2026 .modal__container h3 {
  margin: 0 0 19px;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  font-family: Helvetica;
  color: var(--o-black);
  text-align: center;
  letter-spacing: .07em;
}

.main-product-2026 .modal__container h3 span {
  letter-spacing: .07em;
}

.main-product-2026 .modal__container .product__content--wrap h3 {
  width: 100%;
  font-size: 50px;
  line-height: 1;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  margin: 0 0 50px;
  font-family: Helvetica;
}

.main-product-2026 .modal__container .product__content--wrap .product__image--wrap {
  display: flex;
  width: 100%;
  gap: 40px;
}

.main-product-2026 .modal__container .h6 {
  font-size: 26px;
  line-height: 23px;
  font-family: ivypresto-display, serif;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}

.product__content--wrap .product__image--wrap .product__info .product__desc p {
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 20px;
  font-family: Helvetica;
}

.main-product-2026 .modal__container .modal__product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-product-2026 .modal__container .modal__product-image {
  border: 1px solid transparent;
  width: 112px;
  height: 112px;
  border-radius: 100%;
  transition: all .3s ease;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: clip;
  position: relative;
  margin: auto;
}

.main-product-2026 .modal__container .modal__product-image .product__media {
  padding-bottom: 120%;
  border: 1px solid #000000;
}

.main-product-2026 .product__info--wrap:has(input:checked) .learn__more--wrap .product__added {
  display: block;
}

.main-product-2026 .product__info--wrap:has(input:checked) .learn__more--wrap .addon__learn-more {
  display: none;
}

.main-product-2026 .product__info--wrap:has(input:checked) .learn__more--wrap {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1620px) {

  .main-product-2026__buybox .vase__product--slider .variant__label .swatch {
    height: 162px;
  }

}

@media (max-width: 1510px) {

  .main-product-2026 .gift__product--wrap {
    width: 100%;
  }

  /* .main-product-2026__buybox .vase__product--slider .variant__label .swatch {
    height: 140px;
  } */

  /* .main-product-2026 .modal__container {
    max-width: 1050px;
  } */

  .main-product-2026 .modal__container .product__content--wrap h3 {
    font-size: 36px;
    margin: 0 0 30px;
  }

  .product__content--wrap .product__image--wrap .product__info .product__desc p {
    font-size: 18px;
    line-height: normal;
  }

}

@media (max-width: 1370px) {

  /* .main-product-2026__buybox .vase__product--slider .variant__label .swatch {
    height: 130px;
  } */

  /* .main-product-2026 .modal__container {
    height: calc(100% - 220px);
  }   */

}

@media (max-width: 1280px) {

  /* .main-product-2026__buybox .vase__product--slider .variant__label .swatch {
    height: 120px;
  } */

}

@media (max-width: 1100px) {

  /* .main-product-2026__buybox .vase__product--slider .variant__label .swatch {
    height: 90px;
  } */

  /* .main-product-2026 .modal__container {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 40px 20px;
  } */

}

@media (max-width: 989px) {

  /* .main-product-2026__buybox .vase__product--slider .variant__label .swatch {
    height: 178px;
  } */

  /* .main-product-2026 .modal__container {
    height: calc(100% - 430px);
  } */

  .main-product-2026 .modal__container .product__content--wrap h3 {
    font-size: 32px;
  }

  .product__content--wrap .product__image--wrap .product__info .product__desc p {
    font-size: 16px;
  }

}

@media screen and (max-width: 767px) {

  .main-product-2026 .modal__container {
    padding: 10px;
  }

  .main-product-2026 .modal__overlay {
    padding: 10px;
  }

  .main-product-2026 .modal__container h3 {
    font-size: 40px;
  }

  .main-product-2026 .product__content--wrap .product__content {
    width: 25%;
  }

  .main-product-2026 .modal__container .product__content--wrap h3 {
    font-size: 28px;
    margin: 0 0 20px;
  }

  .main-product-2026 .modal__container .product__content--wrap .product__image--wrap {
    flex-wrap: wrap;
    gap: 20px;
  }

  .main-product-2026 .modal__container .modal__product-image .product__media {
    padding-bottom: 100%;
  }

  .main-product-2026 .modal__container .modal__product-image {
    /* width: 100%; */
  }

  .product__content--wrap .product__image--wrap .product__info .product__desc p {
    font-size: 14px;
    line-height: 1.3;
  } 

}

@media (max-width: 540px) {

  /* .main-product-2026__buybox .vase__product--slider .variant__label .swatch {
    height: 110px;
  } */

  .main-product-2026__buybox .vase__product--slider .variant__label {
    margin-right: 10px;
  }

  .main-product-2026 .modal__container {
    /* max-height: 600px;
    height: 100%;
    overflow-y: scroll; */
  }

  .main-product-2026 .modal__container h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .main-product-2026 .product__content--wrap {
    margin-bottom: 20px;
  }

  .main-product-2026 .product__content--wrap .product__content {
    width: 50%;
  }

}

