/** Shopify CDN: Minification failed

Line 193:0 Unexpected "}"
Line 202:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:gifts-landing-page (INDEX:16) */
.gifts-page {
    --gifts-gap: 1.2rem;
  }

  .gifts-hero {
    padding: 4rem 2.4rem 2.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    margin-bottom: 3rem;
  }

  .gifts-hero__eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 0.75rem;
  }

  .gifts-hero__title {
    font-family: 'Times New Roman', Times, serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 1rem;
  }

  .gifts-hero__subtitle {
    font-size: 1rem;
    opacity: 0.65;
    max-width: 540px;
    line-height: 1.6;
  }

  .gifts-section {
    margin-bottom: 3.5rem;
  }

  .gifts-section__label {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.45;
    margin-bottom: 1rem;
    padding-left: 2.4rem;
  }

  .gifts-section__cta {
    margin-top: 2rem;
    text-align: center;
  }

  /* ── Price tiers ── */
  .gifts-price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: var(--gifts-gap);
  }

  .gifts-price-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, background 0.2s ease;
  }

  .gifts-price-card:hover {
    border-color: rgba(0,0,0,0.35);
    background: rgba(0,0,0,0.015);
  }

  .gifts-price-card__amount {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
  }

  .gifts-price-card__desc {
    font-size: 0.8rem;
    opacity: 0.55;
  }

  .gifts-price-card__arrow {
    font-size: 1.1rem;
    opacity: 0.35;
    flex-shrink: 0;
    margin-left: 1rem;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .gifts-price-card:hover .gifts-price-card__arrow {
    opacity: 0.75;
    transform: translateX(3px);
  }

  /* ── Occasions ── */
  .gifts-occasion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: var(--gifts-gap);
  }

  .gifts-occasion-card {
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .gifts-occasion-card__img {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    margin-bottom: 0.75rem;
    background: rgba(0,0,0,0.04);
  }

  .gifts-occasion-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .gifts-occasion-card:hover .gifts-occasion-card__img img {
    transform: scale(1.04);
  }

  .gifts-occasion-card__img--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gifts-occasion-card__img--placeholder .placeholder-svg {
    width: 60%;
    height: 60%;
    opacity: 0.2;
  }

  .gifts-occasion-card__name {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
/* ── Engraving banner ── */
.gifts-engraving-banner {
  padding: 3.5rem 0;
  margin-bottom: 3.5rem;
  background: rgba(0,0,0,0.025);
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.gifts-engraving-banner__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
  padding: 0 2.4rem;
}

.gifts-engraving-banner__text {
  flex: 1;
}

.gifts-engraving-banner__media {
  flex: 0 0 300px;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.gifts-engraving-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
}

  .gifts-engraving-banner__media img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
}
  }

  /* ── Featured products ── */
  .gifts-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--gifts-gap);
  }

  .gifts-product-card {
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .gifts-product-card__media {
    aspect-ratio: 1;
    overflow: hidden;
    background: rgba(0,0,0,0.03);
    margin-bottom: 1rem;
  }

  .gifts-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .gifts-product-card:hover .gifts-product-card__media img {
    transform: scale(1.04);
  }

  .gifts-product-card__media .placeholder-svg {
    width: 100%;
    height: 100%;
    opacity: 0.1;
  }

  .gifts-product-card__badge {
    display: inline-block;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid rgba(0,0,0,0.15);
    padding: 0.2rem 0.5rem;
    margin-bottom: 0.5rem;
  }

  .gifts-product-card__name {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
  }

  .gifts-product-card__type {
    font-size: 0.75rem;
    opacity: 0.5;
    margin-bottom: 0.3rem;
  }

  .gifts-product-card__price {
    font-size: 0.85rem;
    opacity: 0.7;
  }

  /* ── Services strip ── */
  .gifts-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
    padding: 2.5rem 0 3rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    margin-bottom: 2rem;
  }

  .gifts-services__title {
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
  }

  .gifts-services__body {
    font-size: 0.8rem;
    opacity: 0.6;
    line-height: 1.5;
    margin-bottom: 0.6rem;
  }

  .gifts-services__link {
    font-size: 0.78rem;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: inherit;
    opacity: 0.7;
    transition: opacity 0.2s;
  }

  .gifts-services__link:hover { opacity: 1; }

  @media screen and (max-width: 749px) {
    .gifts-price-grid {
      grid-template-columns: 1fr;
    }
    .gifts-occasion-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .gifts-product-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
/* END_SECTION:gifts-landing-page */