/** Shopify CDN: Minification failed

Line 1167:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:404 (INDEX:0) */
.not-found__title {
    font-family: 'IvyPresto Display', serif;
  }

  .not-found__message {
    font-family: 'Montserrat', sans-serif;
  }
/* END_SECTION:404 */

/* START_SECTION:cart (INDEX:3) */
.cart-main__title {
    font-family: 'IvyPresto Display', serif;
  }

  .cart-summary__title {
    font-family: 'IvyPresto Display', serif;
  }

  .cart-item__title,
  .cart-item__variant,
  .cart-item__price,
  .cart-summary__notice {
    font-family: 'Montserrat', sans-serif;
  }

  .quantity-input::-webkit-outer-spin-button,
  .quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .quantity-input[type=number] {
    -moz-appearance: textfield;
  }

  /* Responsive sticky positioning */
  @media (max-width: 1023px) {
    .cart-summary {
      position: static;
    }
  }
/* END_SECTION:cart */

/* START_SECTION:collection-main (INDEX:4) */
.collection-main__title {
    font-family: 'IvyPresto Display', serif;
  }

  .collection-tag {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
    font-family: 'Montserrat', sans-serif;
  }

  .collection-tag:hover {
    color: #5ABAC0;
  }

  .collection-tag.active {
    color: #5ABAC0;
    font-weight: 600;
  }

  .product-card__image-wrapper {
    aspect-ratio: 1 / 1;
  }

  .product-card__image {
    transition: transform 0.3s ease;
  }

  .product-card__link:hover .product-card__image {
    transform: scale(1.05);
  }

  .product-card__title {
    font-family: 'Montserrat', sans-serif;
  }

  /* Pagination styles */
  .collection-main__pagination {
    text-align: center;
  }

  .collection-main__pagination a,
  .collection-main__pagination span {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #000;
  }

  .collection-main__pagination a:hover {
    background-color: #5ABAC0;
    color: white;
    border-color: #5ABAC0;
  }

  .collection-main__pagination .current {
    background-color: #5ABAC0;
    color: white;
    border-color: #5ABAC0;
  }
/* END_SECTION:collection-main */

/* START_SECTION:collection (INDEX:5) */
.collection-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }
/* END_SECTION:collection */

/* START_SECTION:collections-list (INDEX:6) */
.collections-list__title {
    font-family: 'IvyPresto Display', serif;
  }

  .collection-card__title {
    font-family: 'IvyPresto Display', serif;
  }

  .collection-card__image-wrapper {
    aspect-ratio: 4 / 4;
  }

  .collection-card__image {
    transition: transform 0.3s ease;
  }

  .collection-card:hover .collection-card__image {
    transform: scale(1.05);
  }
/* END_SECTION:collections-list */

/* START_SECTION:collections (INDEX:7) */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
/* END_SECTION:collections */

/* START_SECTION:contact-hero (INDEX:8) */
.contact-hero {
    min-height: 60vh;
  }

  .contact-hero__input {
    width: 100%;
    padding: .5rem 1rem;
    border: 1px solid #959595;
    border-radius: 0;
    font-size: .85rem;
    font-family: 'Montserrat', sans-serif;
    transition: border-color 0.2s ease;
    background: transparent;
    color: #272727;
  }

  .contact-hero__input:focus {
    outline: none;
    border-color: #35B2B9;
    box-shadow: 0 0 0 3px rgba(53, 178, 185, 0.1);
  }

  .contact-hero__input::placeholder {
    color: #272727;
  }

  textarea.contact-hero__input {
    resize: vertical;
    min-height: 124px;
  }

  /* Mobile adjustments */
  @media (max-width: 1023px) {
    .contact-hero__grid {
      grid-template-columns: 1fr;
    }

    .contact-hero__form-wrapper {
      order: 2;
    }

    .contact-hero__image-wrapper {
      order: 1;
    }
  }
/* END_SECTION:contact-hero */

/* START_SECTION:custom-section (INDEX:9) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:footer (INDEX:10) */
footer {
  background: #35B2B9;
  color: #fff;
}

.footer__address,
.footer__phone,
.footer__phone a,
.footer__nav a {
  font-weight: 300;
}

/* Desktop grid layout for middle section */
@media (min-width: 1024px) {
  .footer__mid-holder {
    grid-template-columns: 1.88fr 4fr 1fr;
  }
}

/* Logo sizing */
.footer__logo svg {
  width: 140px;
  height: auto;
}

@media (min-width: 768px) {
  .footer__logo svg {
    width: 154px;
  }
}

/* Social icons */
.footer__social a {
  border: 1px solid #ffffff50;
  border-radius: 100%;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}

.footer__social a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

/* Mobile touch targets */
@media (max-width: 767px) {
  .footer__nav a,
  .footer__phone a {
    padding: 0.5rem 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:11) */
.shopify-section-group-header-group {
    background-color: #FCF8F4;
  }

  /* Desktop: transparent header on homepage */
  @media (min-width: 1024px) {
    .shopify-section-group-header-group:has(.header--transparent) {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 50;
      background-color: transparent;
    }
  }

  /* Mobile: fixed header with solid background */
  @media (max-width: 1023px) {
    header {
      background-color: #FCF8F4;
    }
  }

  header a {
    color: #1D1D1D;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
  }

  @media (min-width: 1024px) {
    header.header--transparent {
      background: linear-gradient(180deg, rgba(0,0,0,.6) 0%, rgba(255,255,255,0) 100%);
    }

    header.header--transparent a {
      color: #ffffff;
    }

    header.header--transparent .header__logo,
    header.header--transparent .header__logo svg {
      filter: brightness(0) invert(1);
    }
  }

  header a:hover,
  header.header--transparent a:hover,
  header .header__menu a.is-active,
  header.header--transparent .header__menu a.is-active {
    color: #5ABAC0;
  }

  header a span {
    position: relative;
    color: #fff;
    display: inline-block;
    z-index: 2;
    margin-left: 14px;
    text-align: center;
  }

  header .header__title svg,
  header .header__logo {
    height: auto;
    width: 120px;
    transition: 0.2s ease-in-out;
  }

  @media (min-width: 1024px) {
    header .header__title svg,
    header .header__logo {
      width: 168px;
    }
  }

  header .header__logo:hover {
    opacity: 0.7;
  }

  header .header__icons {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.56px;
  }

  header .header__icons a span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #5ABAC0;
    background: #5ABAC0;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    z-index: -1;
    transition: 0.2s ease-in-out;
  }

  header.header--transparent .header__icons a span::before {
    border: 1px solid #fff;
    background: transparent;
  }

  header.header--transparent .header__icons a:hover span::before {
    border: 1px solid #5ABAC0;
    background: #5ABAC0;
  }

  .header__menu a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.56px;
  }

  /* Mobile Cart */
  .header__mobile-cart {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.56px;
  }

  .header__mobile-cart span {
    position: relative;
    color: #fff;
    display: inline-block;
    z-index: 2;
    margin-left: 16px;
    text-align: center;
  }

  .header__mobile-cart span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #5ABAC0;
    background: #5ABAC0;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    z-index: -1;
    transition: 0.2s ease-in-out;
  }

  /* Hamburger Button */
  .hamburger__line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transition: 0.3s ease;
  }

  /* Mobile Menu Overlay */
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .mobile-menu__content {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #35B2B9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
  }

  .mobile-menu__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #ffffff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    transition: opacity 0.2s ease;
  }

  .mobile-menu__close:hover {
    opacity: 0.7;
  }

  .mobile-menu__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .mobile-menu__link {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .mobile-menu__link:hover {
    color: #FCF8F4;
  }

  .mobile-menu__link.is-active {
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .mobile-menu__link--cart span {
    font-size: 1.5rem;
    opacity: 0.8;
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:12) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:hero (INDEX:13) */
.hero {
    position: relative;
    width: 100%;
    min-height: var(--hero-height);
  }

  .hero__heading {
    font-family: 'IvyPresto Display', serif;
  }

  .hero__image img {
    object-position: center;
  }

  .hero__content {
    height: 100vh;
  }

  .hero-btn:hover {
    background: #35B2B9 !important;
    color: #fff !important;
  }

  @media (max-width: 1023px) {
    .hero,
    .hero__content {
      min-height: unset;
      height: 80vh;
    }
  }
/* END_SECTION:hero */

/* START_SECTION:homepage-collection-links (INDEX:14) */
.collection-links__link {
    border-bottom: 1px solid rgba(0,0,0,0.5);
    text-decoration: none;
    font-weight: 100;
  }

  .collection-links__link:hover {
    color: #5ABAC0 !important;
  }

  @media (max-width: 1023px) {
    .collection-links__content {
      max-width: 615px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  /* Last link no border */
  .collection-links__link:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
/* END_SECTION:homepage-collection-links */

/* START_SECTION:homepage-custom-orders (INDEX:15) */
.custom-orders__text {
    color: #272727;
    font-family: 'Montserrat', sans-serif;
  }

  /* Mobile stacking */
  @media (max-width: 1023px) {
    .custom-orders__image-wrapper {
      order: 1;
    }

    .custom-orders__content {
      order: 2;
      text-align: center;
    }
  }
/* END_SECTION:homepage-custom-orders */

/* START_SECTION:homepage-gallery (INDEX:16) */
@media (min-width: 1024px) {
    .gallery {
      padding-top: var(--padding-top-desktop) !important;
    }
  }

  .gallery__image {
    aspect-ratio: 1 / 1;
  }

  .gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Smooth hover effect */
  .gallery__item {
    transition: transform 0.3s ease;
  }
/* END_SECTION:homepage-gallery */

/* START_SECTION:homepage-image-banner (INDEX:17) */
.image-banner__content,
  .image-banner__wrapper {
    position: relative;
    min-height: 300px;
  }

  @media (min-width: 1024px) {
    .image-banner__content,
    .image-banner__wrapper {
      min-height: 500px;
    }
  }

  .image-banner__image img {
    object-position: center;
  }
/* END_SECTION:homepage-image-banner */

/* START_SECTION:homepage-text-image (INDEX:18) */
.text-image__text {
    color: #272727;
    font-family: 'Montserrat', sans-serif;
  }

  .text-image__text p {
    margin-bottom: 1rem;
  }

  .text-image__text p:last-child {
    margin-bottom: 0;
  }

  .text-image__grid {
    grid-template-columns: .75fr 1.05fr 1.5fr;
  }

  /* Mobile stacking */
  @media (max-width: 1023px) {
    .text-image__grid {
      grid-template-columns: 1fr;
    }

    .text-image__icon {
      order: 1;
    }

    .text-image__content {
      order: 3;
      max-width: 615px;
      margin-left: auto;
      margin-right: auto;
    }

    .text-image__image-wrapper {
      order: 2;
    }
  }
/* END_SECTION:homepage-text-image */

/* START_SECTION:image-gallery (INDEX:19) */
@media (min-width: 1024px) {
    .image-gallery-item {
      padding-top: var(--padding-top-desktop) !important;
      padding-bottom: var(--padding-bottom-desktop) !important;
    }
  }
/* END_SECTION:image-gallery */

/* START_SECTION:image-showcase (INDEX:20) */
@media (min-width: 1024px) {
    .image-showcase {
      padding-top: var(--padding-top-desktop) !important;
      padding-bottom: var(--padding-bottom-desktop) !important;
    }
  }

  .image-showcase__row {
    min-height: 200px;
  }

  @media (min-width: 1024px) {
    .image-showcase__row {
      min-height: 300px;
    }
  }
/* END_SECTION:image-showcase */

/* START_SECTION:intro-copy (INDEX:21) */
.intro-copy__content {
    font-family: 'IvyPresto Display', serif;
    font-weight: 100;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #272727;
  }

  .intro-copy__content p {
    margin-bottom: 1.5rem;
  }

  .intro-copy__content p:last-child {
    margin-bottom: 0;
  }

  /* Responsive text sizing */
  @media (min-width: 1024px) {
    .intro-copy__content {
      font-size: 1.875rem;
      line-height: 1.7;
    }
  }

  @media (max-width: 767px) {
    .intro-copy__content {
      font-size: 1.4rem;
      line-height: 1.5;
    }
  }
/* END_SECTION:intro-copy */

/* START_SECTION:page-policy (INDEX:22) */
.policy-header__title {
    font-family: 'IvyPresto Display', serif;
  }

  .policy-content__inner {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    line-height: 1.8;
    color: #272727;
  }

  .policy-content__inner h2 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    color: #1D1D1D;
  }

  .policy-content__inner p {
    margin-bottom: 1rem;
  }

  .policy-content__inner a {
    color: #5ABAC0;
    text-decoration: underline;
  }

  .policy-content__inner ul,
  .policy-content__inner ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
  }

  .policy-content__inner li {
    margin-bottom: 0.4rem;
  }
/* END_SECTION:page-policy */

/* START_SECTION:password-gate (INDEX:24) */
.password-gate-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FCF8F4;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
  }

  .password-gate-overlay.is-unlocked {
    display: none;
  }

  .password-gate-overlay__content {
    max-width: 500px;
    width: 100%;
  }

  .password-gate-overlay__form {
    max-width: 400px;
    margin: 0 auto;
  }

  .password-gate-overlay__error {
    background-color: #fee2e2;
    color: #991b1b;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 0.875rem;
  }

  .password-gate-overlay__field {
    margin-bottom: 1.5rem;
  }

  .password-gate-overlay__input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #959595;
    background: transparent;
    color: #272727;
    font-size: 0.875rem;
    font-family: 'Montserrat', sans-serif;
    transition: border-color 0.2s ease;
  }

  .password-gate-overlay__input:focus {
    outline: none;
    border-color: #35B2B9;
    box-shadow: 0 0 0 3px rgba(53, 178, 185, 0.1);
  }

  .password-gate-overlay__button {
    width: 100%;
    background-color: #5ABAC0;
    color: white;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.094rem;
    padding: 0.875rem 3rem;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  .password-gate-overlay__button:hover {
    background-color: #2a8e94;
  }

  /* Hide page content until unlocked */
  body:has(.password-gate-overlay:not(.is-unlocked)) .main-content {
    visibility: hidden;
  }
/* END_SECTION:password-gate */

/* START_SECTION:product-main (INDEX:26) */
/* ── Image gallery ── */
  .product-gallery {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .product-gallery__stage {
    position: relative;
    background: #f0ede8;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .product-gallery__slide {
    display: none;
  }

  .product-gallery__slide.is-active {
    display: block;
  }

  .product-gallery__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.85);
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
  }

  .product-gallery__arrow:hover {
    background: #ffffff;
  }

  .product-gallery__arrow--prev { left: 12px; }
  .product-gallery__arrow--next { right: 12px; }

  .product-gallery__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
  }

  .product-gallery__thumb {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: border-color 0.2s ease;
  }

  @media (min-width: 768px) {
    .product-gallery__thumb {
      width: 72px;
      height: 72px;
      border-radius: 10px;
    }
  }

  .product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-gallery__thumb.is-active {
    border-color: #5ABAC0;
  }

  .product-gallery__thumb:hover {
    border-color: #5ABAC0;
  }


  /* ── End image gallery ── */

  .product-main__description,
  .accordion-content {
    color: #272727;
    font-family: 'Montserrat', sans-serif;
  }

  .product-main__title {
    font-family: 'IvyPresto Display', serif;
    font-size: 2rem;
    line-height: 2.3rem;
  }

  @media (min-width: 1024px) {
    .product-main__title {
      font-size: 2.88rem;
      line-height: 3.1rem;
    }
  }

  .product-option__swatches {
    padding: 4px;
  }

  .product-option__swatch input:checked + span {
    border-color: #5ABAC0;
    box-shadow: 0 0 0 2px white, 0 0 0 4px #5ABAC0;
  }

  .quantity-selector {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    width: 100%;
    max-width: 259px;
  }

  .quantity-btn {
    font-size: 1.1rem;
    cursor: pointer;
    border: none;
    padding: 10px 0;
    text-align: center;
  }

  .quantity-input::-webkit-outer-spin-button,
  .quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .quantity-input[type=number] {
    -moz-appearance: textfield;
  }

  select.variant-option {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 2.5rem;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }

  @media (min-width: 1024px) {
    .product-main__images {
      width: 45%;
    }

    .product-main__info {
      width: 55%;
    }
  }

  @media (min-width: 1200px) {
    .product-main__images {
      width: 47%;
    }

    .product-main__info {
      width: 53%;
    }
  }
}

/* Notify me form */
.product-main__notify-wrap {
  margin-bottom: 1.5rem;
}

.product-main__notify-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  color: #272727;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

.product-main__notify-fields {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 340px;
}

.product-main__notify-email {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid #CCCCCC;
  border-radius: 9999px;
  padding: 0.6rem 1.1rem;
  outline: none;
  color: #272727;
}

.product-main__notify-email:focus {
  border-color: #5ABAC0;
}

.product-main__notify-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09rem;
  background: #1D1D1D;
  color: #fff;
  border: none;
  border-radius: 9999px;
  padding: 0.6rem 1.25rem;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s;
}

.product-main__notify-btn:hover {
  background: #444444;
}

.product-main__notify-success {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  color: #5ABAC0;
  margin-top: 0.6rem;
}
/* END_SECTION:product-main */

/* START_SECTION:search (INDEX:29) */
.search-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .search-results .prev,
  .search-results .page,
  .search-results .next {
    grid-column: 1 / -1;
  }
/* END_SECTION:search */

/* START_SECTION:story-content (INDEX:30) */
.story-content__text-image.first-history-block {
    margin-bottom: -9rem;
    padding-bottom: 5rem;
  }

  .story-content__text-image.first-history-block p {
    max-width: 516px;
  }

  .story-content__text-image.second-history-block {
    padding-top: 6rem;
    padding-bottom: 7.5rem;
  }

  .story-content__text-image.second-history-block .story-content__content-holder {
    max-width: 1040px;
  }

  .story-content__text-image.second-history-block .story-content__content-grid {
    align-items: end;
  }

  .story-content__text-image.third-history-block .story-content__content-holder {
    max-width: 1100px;
    padding-bottom: 6rem;
  }

  .story-content__decoration-holder {
    position: relative;
  }

  .story-content__decoration .justify-start img{
    position: absolute;
    left: -210px;
    top: -190px;
  }

  .story-content__decoration .justify-end img{
position: absolute;
    right: -210px;
    bottom: -107px;
  }

  .story-content__text {
    color: #272727;
    font-family: 'Montserrat', sans-serif;
  }

  .story-content__heading h2,
  .story-content__text-col h2 {
    font-family: 'IvyPresto Display', serif;
  }

  /* Image Pair block */
  .story-content__image-pair-heading {
    font-family: 'IvyPresto Display', serif;
  }

  .story-content__image-pair-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .story-content__image-pair-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .story-content__button {
    display: inline-block;
    width: auto;
    background: #65b6bf;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    padding: 0.75rem 2.5rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: background 0.2s;
  }

  .story-content__button:hover {
    background: #2a8e94;
  }

  .story-content__image-pair-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.25rem;
  }

  .story-content__image-pair-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
  }

  .story-content__image-pair-item-heading {
    font-family: 'IvyPresto Display', serif;
    font-weight: 300;
    font-size: 1.5rem;
    color: #1D1D1D;
    margin-bottom: 0.5rem;
  }

  .story-content__image-pair-text {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  @media (max-width: 767px) {
    .story-content__image-pair-grid {
      grid-template-columns: 1fr;
      gap: 3rem;
    }

    .story-content__image-pair-img {
      height: 320px;
    }
  }

  /* Mobile adjustments */
  @media (max-width: 1023px) {
    .story-content__image-col,
    .story-content__text-col {
      order: unset !important;
    }

    .story-content__image-col {
      order: 1;
    }

    .story-content__text-col {
      order: 2;
    }

    .story-content__decoration .justify-start img{
      position: absolute;
      left: -20px;
      top: -90px;
      max-width: 150px;
    }

    .story-content__decoration .justify-end img{
      position: absolute;
      right: 0;
      bottom: -40px;
      max-width: 200px;
    }

    .story-content__text-image.first-history-block {
      margin-bottom: 0;
      padding-bottom: 2rem;
    }

    .story-content__text-image.first-history-block p {
      max-width: unset;
    }

    .story-content__text-image.second-history-block {
      padding-top: 2rem;
      padding-bottom: 7rem;
    }
  }
/* END_SECTION:story-content */

/* START_SECTION:story-hero (INDEX:31) */
.story-hero__content p {
    margin-bottom: 1.5rem;
    font-family: 'IvyPresto Display', serif;
  }

  .story-hero__content p:last-child {
    margin-bottom: 0;
  }

  /* Responsive text sizing */
  @media (max-width: 767px) {
    .story-hero__heading {
      font-size: 2.5rem;
    }

    .story-hero__content {
      font-size: 1rem;
    }
  }
/* END_SECTION:story-hero */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:36) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:37) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:image (INDEX:39) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */

/* START_SNIPPET:referrer-banner (INDEX:41) */
.referrer-banner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: #1D1D1D;
    color: #ffffff;
    padding: 9px 48px;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .referrer-banner.is-visible {
    display: flex;
  }

  .referrer-banner__link {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transition: color 0.2s ease;
  }

  .referrer-banner__link:hover {
    color: #5ABAC0;
  }

  .referrer-banner__dismiss {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 8px;
    opacity: 0.6;
    transition: opacity 0.2s ease;
  }

  .referrer-banner__dismiss:hover {
    opacity: 1;
  }
/* END_SNIPPET:referrer-banner */