/** Shopify CDN: Minification failed

Line 140:0 All "@import" rules must come first
Line 639:0 All "@import" rules must come first
Line 969:0 All "@import" rules must come first
Line 1315:0 All "@import" rules must come first
Line 2188:0 All "@import" rules must come first
Line 2316:0 All "@import" rules must come first
Line 2618:0 All "@import" rules must come first
Line 2732:0 All "@import" rules must come first
Line 3050:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:404 (INDEX:0) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Jost:wght@300;400;500&display=swap');

  :root {
    --sage: #d6dfc4;
    --sage-dark: #b5c49a;
    --green-btn: #2d5a27;
    --text-dark: #1a1a1a;
    --text-muted: #7a7a6e;
    --card-border: #e8e8e0;
    --white: #ffffff;
  }

  .notfound-page {
    font-family: 'Jost', sans-serif;
    background: var(--white);
    color: var(--text-dark);
  }

  /* ── Hero ── */
  .notfound-hero {
    background-color: var(--sage);
    padding: 60px 48px;
    text-align: center;
  }
  .notfound-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
  }
  .notfound-hero__subtitle {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 300;
  }

  /* ── Inner ── */
  .notfound-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 80px 48px;
    max-width: 560px;
    margin: 0 auto;
    gap: 16px;
  }

  .notfound-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f5f4f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
  }

  .notfound-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--text-dark);
  }

  .notfound-text {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 300;
    line-height: 1.7;
    max-width: 400px;
  }

  .notfound-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px;
  }

  .notfound-btn {
    padding: 12px 28px;
    border-radius: 8px;
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
    display: inline-block;
  }
  .notfound-btn--primary {
    background: var(--green-btn);
    color: var(--white);
    border: 2px solid var(--green-btn);
  }
  .notfound-btn--primary:hover {
    background: #234820;
    border-color: #234820;
    transform: translateY(-1px);
  }
  .notfound-btn--outline {
    background: transparent;
    color: var(--text-dark);
    border: 2px solid var(--card-border);
  }
  .notfound-btn--outline:hover {
    border-color: var(--sage-dark);
    background: var(--sage);
    transform: translateY(-1px);
  }

  @media (max-width: 768px) {
    .notfound-hero { padding: 48px 24px; }
    .notfound-inner { padding: 56px 24px; }
  }
/* END_SECTION:404 */

/* START_SECTION:about-us (INDEX:1) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Jost:wght@300;400;500&display=swap');

  :root {
    --sage: #d6dfc4;
    --sage-dark: #b5c49a;
    --green-btn: #2d5a27;
    --text-dark: #1a1a1a;
    --text-muted: #7a7a6e;
    --card-border: #e8e8e0;
    --white: #ffffff;
  }

  .about-page {
    font-family: 'Jost', sans-serif;
    background: var(--white);
    color: var(--text-dark);
  }

  /* ── Hero ── */
  .about-hero {
    background-color: var(--sage);
    padding: 60px 48px;
    text-align: center;
  }
  .about-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
  }
  .about-hero__subtitle {
    font-size: 0.95rem;
    color: var(--text-muted);
    font-weight: 300;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
  }

  /* ── Mission ── */
  .about-mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 72px 48px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
  }
  .about-mission__title {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
  }
  .about-mission__text {
    font-size: 0.875rem;
    color: var(--text-muted);
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 28px;
  }
  .about-mission__points {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .about-mission__point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .about-mission__check {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: var(--green-btn);
    margin-top: 2px;
  }
  .about-mission__point-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 3px;
  }
  .about-mission__point-text {
    font-size: 0.825rem;
    color: var(--text-muted);
    font-weight: 300;
    line-height: 1.6;
  }
  .about-mission__image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
  }
  .about-mission__image-placeholder {
    width: 100%;
    height: 320px;
    border-radius: 12px;
    background: var(--sage);
  }

  /* ── Story ── */
  .about-story {
    background-color: var(--sage);
    padding: 72px 48px;
    text-align: center;
  }
  .about-story__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
  }
  .about-story__subtitle {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 300;
    max-width: 500px;
    margin: 0 auto 48px;
    line-height: 1.7;
  }
  .about-story__milestones {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 900px;
    margin: 0 auto;
  }
  .about-story__milestone {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .about-story__icon {
    width: 52px;
    height: 52px;
    background: var(--green-btn);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    flex-shrink: 0;
  }
  .about-story__milestone-title {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 6px;
  }
  .about-story__milestone-text {
    font-size: 0.825rem;
    color: var(--text-muted);
    font-weight: 300;
    line-height: 1.6;
    max-width: 240px;
    margin: 0 auto;
  }

  /* ── Team ── */
  .about-team {
    padding: 72px 48px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
  .about-team__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
  }
  .about-team__subtitle {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 300;
    margin-bottom: 40px;
  }
  .about-team__group-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
  }
  .about-team__group-text {
    font-size: 0.875rem;
    color: var(--text-muted);
    font-weight: 300;
    max-width: 500px;
    margin: 0 auto 36px;
    line-height: 1.7;
  }
  .about-team__cards {
    display: grid;
    grid-template-columns: repeat(2, 340px);
    gap: 48px;
    justify-content: center;
  }
  .about-team__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .about-team__avatar {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--card-border);
    display: block;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    background: var(--white);
  }
  .about-team__avatar-placeholder {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: var(--sage);
    border: 4px solid var(--card-border);
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  }
  .about-team__name {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark);
    margin: 4px 0 0;
  }
  .about-team__role {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 300;
    margin-bottom: 4px;
  }
  .about-team__team-photo {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
  }
  .about-team__team-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
  }
  .about-team__team-placeholder {
    width: 100%;
    height: 360px;
    background: var(--sage);
  }

  /* ── Carousel ── */
  .about-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .about-carousel__track-wrap {
    overflow: hidden;
    flex: 1;
  }
  .about-carousel__track {
    display: flex;
    transition: transform 0.4s ease;
  }
  .about-carousel__slide {
    min-width: 100%;
    flex-shrink: 0;
  }
  .about-carousel__arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid var(--card-border);
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    color: var(--text-dark);
    transition: background 0.2s, border-color 0.2s;
  }
  .about-carousel__arrow:hover {
    background: var(--sage);
    border-color: var(--sage-dark);
  }
  .about-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
  }
  .about-carousel__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: var(--card-border);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s;
  }
  .about-carousel__dot--active {
    background: var(--green-btn);
  }

  /* ── CTA ── */
  .about-cta {
    background: var(--green-btn);
    padding: 72px 48px;
    text-align: center;
  }
  .about-cta__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 12px;
  }
  .about-cta__text {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.75);
    font-weight: 300;
    max-width: 420px;
    margin: 0 auto 32px;
    line-height: 1.7;
  }
  .about-cta__buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .about-cta__btn {
    padding: 12px 28px;
    border-radius: 8px;
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    display: inline-block;
  }
  .about-cta__btn--primary {
    background: var(--white);
    color: var(--green-btn);
    border: 2px solid var(--white);
  }
  .about-cta__btn--primary:hover {
    background: var(--sage);
    border-color: var(--sage);
  }
  .about-cta__btn--outline {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255,255,255,0.6);
  }
  .about-cta__btn--outline:hover {
    border-color: var(--white);
    background: rgba(255,255,255,0.1);
  }

  /* ── Responsive ── */
  @media (max-width: 768px) {

  .about-hero,
  .about-cta {
    padding: 48px 24px;
  }

  /* ── Mission ── */
  .about-mission {
    grid-template-columns: 1fr;
    padding: 48px 24px;
    gap: 32px;
    text-align: center;
  }

  .about-mission__image {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    order: -1;
    margin: 0 auto;
  }

  .about-mission__image-placeholder {
    height: 240px;
  }

  .about-mission__point {
    text-align: left;
  }

  /* ── Story ── */
  .about-story {
    padding: 48px 24px;
  }

  .about-story__milestones {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  /* ── Team ── */
  .about-team {
    padding: 48px 20px;
    text-align: center;
  }

  .about-carousel__arrow {
    display: none;
  }

  .about-carousel__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-team__group-text {
    padding: 0 8px;
  }

  .about-team__cards {
    grid-template-columns: 1fr;
    gap: 32px;
    width: 100%;
    justify-items: center;
  }

  .about-team__card {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .about-team__avatar,
  .about-team__avatar-placeholder {
    width: 140px;
    height: 140px;
    margin: 0 auto;
  }

  .about-team__team-photo {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
  }

  .about-team__team-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  .about-team__team-placeholder {
    width: 100%;
    height: 220px;
  }

  /* ── CTA ── */
  .about-cta__buttons {
    flex-direction: column;
    align-items: center;
  }

  .about-cta__btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
}
/* END_SECTION:about-us */

/* START_SECTION:cart (INDEX:2) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Jost:wght@300;400;500&display=swap');

  :root {
    --sage: #d6dfc4;
    --sage-dark: #b5c49a;
    --green-btn: #2d5a27;
    --text-dark: #1a1a1a;
    --text-muted: #7a7a6e;
    --card-border: #e8e8e0;
    --white: #ffffff;
  }

  .cart-page {
    font-family: 'Jost', sans-serif;
    background: var(--white);
    color: var(--text-dark);
  }

  /* ── Hero ── */
  .cart-hero {
    background-color: var(--sage);
    padding: 48px 48px;
    text-align: center;
  }
  .cart-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
  }
  .cart-hero__subtitle {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 300;
  }

  /* ── Inner layout ── */
  .cart-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 48px 80px;
  }

  /* ── Form layout: items left, summary right ── */
  .cart-form {
    display: grid;
    grid-template-columns: 1fr 340px;
    grid-template-rows: auto auto;
    gap: 32px;
    align-items: start;
  }

  /* Items spans both rows on left */
  .cart-items {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1.5px solid var(--card-border);
    border-radius: 12px;
    overflow: hidden;
  }

  /* Update btn below items */
  .cart-update {
    grid-column: 1;
    grid-row: 2;
  }
  .cart-update__btn {
    background: transparent;
    border: 1.5px solid var(--card-border);
    border-radius: 8px;
    padding: 10px 22px;
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--text-muted);
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
  }
  .cart-update__btn:hover {
    border-color: var(--sage-dark);
    color: var(--text-dark);
  }

  /* Summary spans both rows on right */
  .cart-summary {
    grid-column: 2;
    grid-row: 1 / 3;
  }
  .cart-summary__inner {
    border: 1.5px solid var(--card-border);
    border-radius: 12px;
    padding: 28px 24px;
    position: sticky;
    top: 24px;
  }
  .cart-summary__title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
  }
  .cart-summary__row {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    color: var(--text-dark);
    margin-bottom: 12px;
  }
  .cart-summary__row--muted span {
    color: var(--text-muted);
    font-weight: 300;
    font-size: 0.825rem;
  }
  .cart-summary__row--total {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .cart-summary__divider {
    height: 1px;
    background: var(--card-border);
    margin: 16px 0;
  }
  .cart-summary__tax-note {
    font-size: 0.775rem;
    color: var(--text-muted);
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .cart-summary__checkout {
    display: block;
    width: 100%;
    background: var(--green-btn);
    color: var(--white);
    border: none;
    border-radius: 8px;
    padding: 14px;
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s, transform 0.15s;
    margin-bottom: 12px;
  }
  .cart-summary__checkout:hover {
    background: #234820;
    transform: translateY(-1px);
  }
  .cart-summary__continue {
    display: block;
    text-align: center;
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 300;
    text-decoration: none;
    transition: color 0.2s;
  }
  .cart-summary__continue:hover { color: var(--green-btn); }

  /* ── Cart item row ── */
  .cart-item {
    display: grid;
    grid-template-columns: 90px 1fr auto auto;
    gap: 20px;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid var(--card-border);
  }
  .cart-item:last-child { border-bottom: none; }

  .cart-item__image-wrap {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f4f0;
    flex-shrink: 0;
  }
  .cart-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .cart-item__title {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-dark);
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    transition: color 0.2s;
  }
  .cart-item__title:hover { color: var(--green-btn); }
  .cart-item__variant {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 300;
    margin-bottom: 4px;
  }
  .cart-item__price {
    font-size: 0.875rem;
    color: var(--text-muted);
    font-weight: 300;
    margin-bottom: 8px;
  }
  .cart-item__remove {
    font-size: 0.775rem;
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 300;
    transition: color 0.2s;
  }
  .cart-item__remove:hover { color: #c0392b; }

  /* Quantity */
  .cart-item__quantity {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .cart-item__qty-label {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 300;
  }
  .cart-item__qty-input {
    width: 56px;
    text-align: center;
    border: 1.5px solid var(--card-border);
    border-radius: 6px;
    padding: 6px 8px;
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    color: var(--text-dark);
    outline: none;
    transition: border-color 0.2s;
    appearance: none;
    -moz-appearance: textfield;
  }
  .cart-item__qty-input:focus { border-color: var(--sage-dark); }
  .cart-item__qty-input::-webkit-inner-spin-button,
  .cart-item__qty-input::-webkit-outer-spin-button { -webkit-appearance: none; }

  /* Line total */
  .cart-item__total {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-dark);
    text-align: right;
    min-width: 70px;
  }

  /* ── Empty state ── */
  .cart-empty {
    text-align: center;
    padding: 80px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .cart-empty__title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
  }
  .cart-empty__text {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 300;
  }
  .cart-empty__btn {
    display: inline-block;
    background: var(--green-btn);
    color: var(--white);
    border-radius: 8px;
    padding: 12px 28px;
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    margin-top: 8px;
  }
  .cart-empty__btn:hover {
    background: #234820;
    transform: translateY(-1px);
  }

  /* ── Responsive ── */
  @media (max-width: 860px) {
    .cart-form {
      grid-template-columns: 1fr;
    }
    .cart-summary {
      grid-column: 1;
      grid-row: auto;
    }
    .cart-update {
      grid-column: 1;
      grid-row: auto;
    }
    .cart-inner { padding: 32px 24px 64px; }
    .cart-hero { padding: 40px 24px; }
  }

  @media (max-width: 560px) {
    .cart-item {
      grid-template-columns: 72px 1fr;
      grid-template-rows: auto auto;
      gap: 12px;
    }
    .cart-item__quantity { grid-column: 2; flex-direction: row; align-items: center; }
    .cart-item__total { grid-column: 2; text-align: left; }
  }
/* END_SECTION:cart */

/* START_SECTION:collection (INDEX:3) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Jost:wght@300;400;500&display=swap');

  :root {
    --sage: #d6dfc4;
    --sage-dark: #b5c49a;
    --green-btn: #2d5a27;
    --text-dark: #1a1a1a;
    --text-muted: #7a7a6e;
    --card-border: #e8e8e0;
    --sale-red: #c0392b;
    --white: #ffffff;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  .collection-page {
    font-family: 'Jost', sans-serif;
    background: var(--white);
  }

  /* ── Hero ── */
  .collection-hero {
    background-color: var(--sage);
    padding: 64px 48px;
    text-align: center;
  }
  .collection-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: -0.5px;
    margin-bottom: 12px;
  }
  .collection-hero__subtitle {
    font-size: 0.95rem;
    color: var(--text-muted);
    font-weight: 300;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
  }

  /* ── Toolbar ── */
  .collection-toolbar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 48px;
    border-bottom: 1px solid var(--card-border);
    flex-wrap: wrap;
  }
  .collection-search {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid var(--card-border);
    border-radius: 8px;
    padding: 9px 14px;
    background: var(--white);
    min-width: 200px;
    transition: border-color 0.2s;
  }
  .collection-search:focus-within { border-color: var(--sage-dark); }
  .collection-search input {
    border: none;
    outline: none;
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    color: var(--text-dark);
    background: transparent;
    width: 100%;
  }
  .collection-search input::placeholder { color: #bbb; font-weight: 300; }
  .collection-search svg { flex-shrink: 0; color: var(--text-muted); }

  .collection-filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1;
  }
  .collection-filter-pill {
    border: 1.5px solid var(--card-border);
    border-radius: 50px;
    padding: 8px 18px;
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--text-dark);
    background: var(--white);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
  }
  .collection-filter-pill:hover {
    border-color: var(--sage-dark);
    background: var(--sage);
  }
  .collection-filter-pill--active {
    background: var(--green-btn);
    color: var(--white);
    border-color: var(--green-btn);
  }
  .collection-filter-pill--active:hover {
    background: #234820;
    border-color: #234820;
  }

  .collection-sort {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--text-muted);
    white-space: nowrap;
  }
  .collection-sort select {
    border: 1.5px solid var(--card-border);
    border-radius: 8px;
    padding: 8px 12px;
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem;
    color: var(--text-dark);
    background: var(--white);
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s;
  }
  .collection-sort select:focus { border-color: var(--sage-dark); }

  /* ── Count ── */
  .collection-count {
    padding: 16px 48px 8px;
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 300;
  }

  /* ── Grid ── */
  .collection-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px;
    padding: 16px 48px 64px;
  }

  /* ── Card ── */
  .collection-product {
    border: 1.5px solid var(--card-border);
    border-radius: 12px;
    overflow: hidden;
    background: var(--white);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s, transform 0.25s;
  }
  .collection-product:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    transform: translateY(-2px);
  }

  .collection-product__image-wrap {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f4f0;
    text-decoration: none;
  }
  .collection-product__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }
  .collection-product__image-wrap:hover .collection-product__image {
    transform: scale(1.04);
  }

  .collection-product__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--sale-red);
    color: var(--white);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 4px 12px;
    border-radius: 50px;
    z-index: 2;
  }

  .collection-product__soldout-bubble {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #c24242;
    color: var(--white);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 4px 12px;
    border-radius: 50px;
    z-index: 2;
    pointer-events: none;
  }

  .collection-product__content {
    padding: 14px 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
  }

  .collection-product__stars {
    display: flex;
    align-items: center;
    gap: 2px;
  }
  .collection-product__review-count {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-left: 4px;
    font-weight: 300;
  }

  .collection-product__title {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-dark);
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s;
  }
  .collection-product__title:hover { color: var(--green-btn); }

  .collection-product__desc {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 300;
    line-height: 1.5;
  }

  .collection-product__price {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
  }
  .collection-product__price--compare {
    text-decoration: line-through;
    color: var(--text-muted);
    font-size: 0.8rem;
    opacity: 0.7;
  }
  .collection-product__price--sale {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 1rem;
  }
  .collection-product__price--regular {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 1rem;
  }

  .collection-product__button {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: none;
    background: var(--green-btn);
    color: var(--white);
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    margin-top: 8px;
  }
  .collection-product__button:hover {
    background: #234820;
    transform: translateY(-1px);
  }
  .collection-product__button--disabled {
    background: #e0e0d8;
    color: var(--text-muted);
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
  }
  .collection-product__button--disabled:hover {
    transform: none;
    background: #e0e0d8;
  }

  /* ── Pagination ── */
  .collection-pagination {
    padding: 16px 48px 48px;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .collection-pagination a,
  .collection-pagination span {
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1.5px solid var(--card-border);
    color: var(--text-dark);
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
  }
  .collection-pagination a:hover { background: var(--sage); border-color: var(--sage-dark); }
  .collection-pagination .current {
    background: var(--green-btn);
    color: var(--white);
    border-color: var(--green-btn);
  }

  /* ── Responsive ── */
  @media (max-width: 768px) {
    .collection-toolbar { padding: 16px 24px; }
    .collection-products { padding: 16px 24px 48px; grid-template-columns: 1fr 1fr; gap: 16px; }
    .collection-hero { padding: 48px 24px; }
    .collection-count { padding: 16px 24px 8px; }
    .collection-pagination { padding: 16px 24px 40px; }
  }
  @media (max-width: 480px) {
    .collection-products { grid-template-columns: 1fr; }
    .collection-filters { gap: 6px; }
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:4) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Jost:wght@300;400;500&display=swap');

  :root {
    --sage: #d6dfc4;
    --sage-dark: #b5c49a;
    --green-btn: #2d5a27;
    --text-dark: #1a1a1a;
    --text-muted: #7a7a6e;
    --card-border: #e8e8e0;
    --white: #ffffff;
  }

  .collections-page {
    font-family: 'Jost', sans-serif;
    background: var(--white);
    color: var(--text-dark);
  }

  /* ── Hero ── */
  .collections-hero {
    background-color: var(--sage);
    padding: 60px 48px;
    text-align: center;
  }
  .collections-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
  }
  .collections-hero__subtitle {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 300;
  }

  /* ── Inner ── */
  .collections-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 48px 80px;
  }

  /* ── Grid ── */
  .collections-grid {
    display: grid;
    gap: var(--grid-gap, 24px);
  }
  .collections--compact {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .collections--full {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }

  /* ── Card ── */
  .collection-card {
    border: 1.5px solid var(--card-border);
    border-radius: 12px;
    overflow: hidden;
    background: var(--white);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s, transform 0.25s;
  }
  .collection-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    transform: translateY(-2px);
  }

  /* Image */
  .collection-card__image-wrap {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f4f0;
    text-decoration: none;
    flex-shrink: 0;
  }
  .collection-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }
  .collection-card__image-wrap:hover .collection-card__image {
    transform: scale(1.04);
  }
  .collection-card__image-placeholder {
    width: 100%;
    height: 100%;
    background: var(--sage);
  }

  /* Sold out bubble */
  .collection-card__soldout {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #c24242;
    color: var(--white);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 4px 12px;
    border-radius: 50px;
    z-index: 2;
    pointer-events: none;
  }

  /* Content */
  .collection-card__content {
    padding: 14px 16px 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
  }
  .collection-card__title {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-dark);
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s;
  }
  .collection-card__title:hover { color: var(--green-btn); }
  .collection-card__desc {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 300;
    line-height: 1.5;
  }
  .collection-card__count {
    font-size: 0.775rem;
    color: var(--text-muted);
    font-weight: 300;
  }

  /* Button */
  .collection-card__btn {
    display: block;
    text-align: center;
    margin: 8px 16px 16px;
    padding: 10px;
    border-radius: 8px;
    background: var(--green-btn);
    color: var(--white);
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
  }
  .collection-card__btn:hover {
    background: #234820;
    transform: translateY(-1px);
  }
  .collection-card__btn--disabled {
    background: #e0e0d8;
    color: var(--text-muted);
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
  }

  /* ── Responsive ── */
  @media (max-width: 768px) {
    .collections-hero { padding: 48px 24px; }
    .collections-inner { padding: 32px 24px 64px; }
    .collections--full { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
  }
  @media (max-width: 480px) {
    .collections--full,
    .collections--compact { grid-template-columns: 1fr 1fr; }
  }
/* END_SECTION:collections */

/* START_SECTION:featured (INDEX:6) */
.featured-products {
    padding: 56px 0;
  }
  .featured-products__header {
    max-width: 1120px;
    margin: 0 auto 32px;
    padding: 0 24px;
  }
  .featured-products__header h2 {
    margin: 0;
    font-size: clamp(2rem, 2.5vw, 3rem);
  }
  .featured-products__header p {
    margin: 1rem 0 0;
    color: rgb(72, 77, 87);
    max-width: 720px;
  }
  .featured-products__carousel {
    display: grid;
    align-items: stretch;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 320px);
    gap: 1rem;
    overflow-x: auto;
    padding: 16px 24px 0;
    scroll-snap-type: x mandatory;
  }
  .featured-products__carousel::-webkit-scrollbar {
    display: none;
  }
  .collection-product {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .collection-product__content {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .featured-card {
    scroll-snap-align: start;
    display: grid;
    gap: 1rem;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    min-height: 100%;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.06);
  }
  .featured-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: rgb(246, 248, 250);
    display: block;
  }
  .featured-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .featured-card__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #eef2f6 0%, #d7dde6 100%);
  }
  .featured-card__body {
    display: grid;
    gap: 0.75rem;
    padding: 1rem 1rem 1.5rem;
  }
  .featured-card__title {
    color: inherit;
    text-decoration: none;
  }
  .featured-card__title h3 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    color: rgb(15, 23, 42);
  }
  .featured-card__price {
    margin: 0;
    font-weight: 700;
    color: rgb(15, 23, 42);
  }
  .featured-card__button {
    width: 100%;
    padding: 1rem 1.25rem;
    border: none;
    border-radius: 999px;
    background: rgb(15, 23, 42);
    color: white;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
  }
  .featured-card__button:hover,
  .featured-card__button:focus {
    background: rgb(8, 14, 30);
    transform: translateY(-1px);
  }
  .featured-card__button--disabled {
    background: rgba(15, 23, 42, 0.12);
    color: rgba(15, 23, 42, 0.6);
    cursor: default;
  }
  .featured-products__empty {
    max-width: 1120px;
    margin: 16px auto 0;
    padding: 0 24px;
    color: rgb(102, 112, 122);
  }
  @media (max-width: 820px) {
    .featured-products__carousel {
      grid-auto-columns: minmax(240px, 80%);
    }
  }
  @media (max-width: 520px) {
    .featured-products__header {
      padding: 0 16px;
    }
    .featured-products__carousel {
      padding-left: 16px;
      gap: 0.75rem;
    }
  }
/* END_SECTION:featured */

/* START_SECTION:footer (INDEX:7) */
.site-footer {
    background: #173b21;
    color: rgba(255, 255, 255, 0.88);
    font-family: 'Jost', sans-serif;
  }

  .site-footer__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 56px 48px 32px;
  }

  .site-footer__top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 40px;
  }

  .site-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: rgba(255,255,255,0.15);
    color: white;
    text-decoration: none;
    overflow: hidden;
    flex-shrink: 0;
  }
  .footer__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .footer__logo-text {
    font-size: 0.7rem;
    font-weight: 700;
    text-align: center;
    padding: 4px;
    color: white;
  }

  .footer__tagline {
    font-size: 0.85rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.65);
    font-weight: 300;
    max-width: 280px;
  }

  .footer__social {
    display: flex;
    gap: 8px;
  }
  .footer__social a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
  }
  .footer__social a:hover {
    background: rgba(255,255,255,0.2);
    color: white;
  }

  .footer-links__column h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
  }
  .footer-links__column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer-links__column a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 300;
    transition: color 0.2s;
  }
  .footer-links__column a:hover { color: white; }

  .footer__divider {
    height: 1px;
    background: rgba(255,255,255,0.12);
    margin: 0 0 32px;
  }

  .footer__subscribe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .footer__subscribe-title {
    font-size: 1rem;
    font-weight: 500;
    color: white;
    margin-bottom: 4px;
  }
  .footer__subscribe-sub {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    font-weight: 300;
  }
  .footer__subscribe-input-wrap {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.2);
  }
  .footer__subscribe-input {
    border: none;
    outline: none;
    padding: 11px 16px;
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    background: rgba(255,255,255,0.08);
    color: white;
    width: 220px;
  }
  .footer__subscribe-input::placeholder { color: rgba(255,255,255,0.4); }
  .footer__subscribe-btn {
    border: none;
    background: #c0392b;
    color: white;
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 11px 20px;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
  }
  .footer__subscribe-btn:hover { background: #a93226; }

  .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer__copyright {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
  }
  .footer__legal {
    display: flex;
    gap: 20px;
  }
  .footer__legal a {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-weight: 300;
    transition: color 0.2s;
  }
  .footer__legal a:hover { color: white; }

  @media (max-width: 900px) {
    .site-footer__top { grid-template-columns: 1fr 1fr; gap: 32px; }
    .site-footer__inner { padding: 40px 24px 24px; }
  }
  @media (max-width: 560px) {
    .site-footer__top { grid-template-columns: 1fr; gap: 28px; }
    .footer__subscribe { flex-direction: column; align-items: flex-start; }
    .footer__subscribe-input { width: 160px; }
    .footer__bottom { flex-direction: column; align-items: flex-start; }
    .footer__legal { flex-wrap: wrap; gap: 12px; }
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:8) */
.site-header {
    display: grid;
    gap: 1rem;
    padding: 1rem 24px;
    background: white;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    font-family: 'Jost', sans-serif;
  }

  .site-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .header__brand { flex: 1 1 220px; }

  .header__logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
  }
  .header__logo img {
    max-height: 120px;
    max-width: 120px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    display: block;
  }
  .header__logo-text {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.03em;
  }

  /* ── Search ── */
  .header__search {
    flex: 2 1 420px;
    display: flex;
    justify-content: center;
  }
  .search-form {
    display: flex;
    align-items: center;
    border: 1.5px solid #e0ddd6;
    border-radius: 50px;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.2s;
    width: 100%;
    max-width: 480px;
  }
  .search-form:focus-within { border-color: #b5c49a; }
  .search-form input[type="search"] {
    border: none;
    outline: none;
    padding: 10px 16px;
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    color: #1a1a1a;
    background: transparent;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
  }
  .search-form input[type="search"]::placeholder { color: #aaa; font-weight: 300; }
  .search-form input[type="search"]::-webkit-search-cancel-button { display: none; }
  .search-form button[type="submit"] {
    background: #b8a46a;
    border: none;
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.2s;
    flex-shrink: 0;
  }
  .search-form button[type="submit"]:hover { background: #a08f58; }

  /* ── Actions ── */
  .header__actions {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
  }
  .header__social { display: flex; gap: 0.75rem; }
  .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.07);
    color: rgb(15, 23, 42);
    text-decoration: none;
    transition: background 0.2s;
  }
  .social-icon:hover { background: rgba(15, 23, 42, 0.13); }

  /* ── Cart wrap — positions the dropdown ── */
  .header__cart-wrap {
    position: relative;
  }

  /* ── Cart button ── */
  .header__cart {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1.5px solid rgba(15, 23, 42, 0.12);
    text-decoration: none;
    color: rgb(15, 23, 42);
    font-weight: 500;
    font-size: 0.875rem;
    position: relative;
    transition: border-color 0.2s, background 0.2s;
  }
  .header__cart:hover {
    border-color: #b5c49a;
    background: #f7f9f4;
  }

  /* Bubble sits top-right just above the 't' */
  .header__cart-bubble {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border-radius: 999px;
    background: #c0392b;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
    border: 2px solid #fff;
    z-index: 2;
  }

  /* ── Cart dropdown ── */
  .cart-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 320px;
    background: #fff;
    border: 1.5px solid #e8e8e0;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    pointer-events: none;
  }

  /* Small arrow pointer */
  .cart-dropdown::before {
    content: '';
    position: absolute;
    top: -7px;
    right: 22px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1.5px solid #e8e8e0;
    border-top: 1.5px solid #e8e8e0;
    transform: rotate(45deg);
  }

  /* Show on hover of the wrap */
  .header__cart-wrap:hover .cart-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .cart-dropdown__items {
    padding: 16px 16px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 280px;
    overflow-y: auto;
  }

  .cart-dropdown__item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .cart-dropdown__img-wrap {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f4f0;
    display: block;
  }
  .cart-dropdown__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .cart-dropdown__details {
    flex: 1;
    min-width: 0;
  }
  .cart-dropdown__name {
    font-size: 0.825rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    transition: color 0.2s;
  }
  .cart-dropdown__name:hover { color: #2d5a27; }
  .cart-dropdown__variant {
    font-size: 0.75rem;
    color: #7a7a6e;
    font-weight: 300;
    margin-bottom: 2px;
  }
  .cart-dropdown__price {
    font-size: 0.8rem;
    color: #7a7a6e;
    font-weight: 300;
  }

  .cart-dropdown__more {
    font-size: 0.775rem;
    color: #7a7a6e;
    font-weight: 300;
    text-align: center;
    padding: 8px 16px 0;
  }

  .cart-dropdown__footer {
    padding: 14px 16px 16px;
    border-top: 1px solid #e8e8e0;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .cart-dropdown__subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 4px;
  }

  .cart-dropdown__btn {
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    border: 1.5px solid #e8e8e0;
    color: #1a1a1a;
    background: #fff;
    transition: background 0.2s, border-color 0.2s;
    font-family: 'Jost', sans-serif;
  }
  .cart-dropdown__btn:hover {
    background: #f5f4f0;
    border-color: #d6dfc4;
  }
  .cart-dropdown__btn--green {
    background: #2d5a27;
    color: #fff;
    border-color: #2d5a27;
  }
  .cart-dropdown__btn--green:hover {
    background: #234820;
    border-color: #234820;
  }

  /* Empty dropdown */
  .cart-dropdown__empty {
    padding: 28px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
  .cart-dropdown__empty p {
    font-size: 0.875rem;
    color: #7a7a6e;
    font-weight: 300;
  }

  /* ── Nav ── */
  .header__nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 0.5rem 0;
  }
  .header__nav a {
    text-decoration: none;
    color: rgb(15, 23, 42);
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.2s;
  }
  .header__nav a:hover { color: #2d5a27; }

  /* ── Responsive ── */
  @media (max-width: 820px) {
    .site-header__top { justify-content: center; }
    .header__search { order: 3; width: 100%; justify-content: stretch; }
    .search-form { max-width: 100%; }
    .header__actions { order: 2; justify-content: center; }
    .header__nav { gap: 1rem; }
    .cart-dropdown { right: auto; left: 50%; transform: translateX(-50%) translateY(-6px); }
    .cart-dropdown::before { right: auto; left: calc(50% - 6px); }
    .header__cart-wrap:hover .cart-dropdown { transform: translateX(-50%) translateY(0); }
  }
/* END_SECTION:header */

/* START_SECTION:hero (INDEX:9) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Jost:wght@300;400;500&display=swap');

  :root {
    --sage: #d6dfc4;
    --green-btn: #2d5a27;
    --white: #ffffff;
  }

  .hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 80px 48px;
    color: var(--white);
  }

  .hero__background {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
  }

  .hero__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  /* Dark green tinted overlay matching the PDF */
  .hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      to right,
      rgba(10, 30, 10, 0.78) 0%,
      rgba(10, 30, 10, 0.55) 60%,
      rgba(10, 30, 10, 0.2) 100%
    );
  }

  .hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .hero__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 560px;
  }

  .hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    line-height: 1.1;
    margin: 0;
    font-weight: 700;
    color: var(--white);
  }

  /* Accent line in sage green */
  .hero__title-accent {
    display: block;
    color: var(--sage);
  }

  .hero__subtitle {
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
    margin: 0;
    max-width: 460px;
  }

  .hero__button {
    display: inline-flex;
    align-items: center;
    padding: 13px 28px;
    border-radius: 999px;
    background-color: var(--green-btn);
    color: var(--white);
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: background-color 0.2s ease, transform 0.2s ease;
    margin-top: 4px;
  }

  .hero__button:hover,
  .hero__button:focus {
    background-color: #234820;
    transform: translateY(-1px);
  }

  @media (max-width: 768px) {
    .hero {
      padding: 64px 24px;
      min-height: 480px;
    }
    .hero__copy {
      max-width: 100%;
    }
  }

  @media (max-width: 480px) {
    .hero {
      padding: 48px 20px;
      min-height: 420px;
    }
  }
/* END_SECTION:hero */

/* START_SECTION:product (INDEX:12) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Jost:wght@300;400;500&display=swap');

  :root {
    --sage: #d6dfc4;
    --sage-dark: #b5c49a;
    --green-btn: #2d5a27;
    --text-dark: #1a1a1a;
    --text-muted: #7a7a6e;
    --card-border: #e8e8e0;
    --sale-red: #c0392b;
    --white: #ffffff;
  }

  .product-page {
    font-family: 'Jost', sans-serif;
    background: var(--white);
    padding: 48px;
    max-width: 1100px;
    margin: 0 auto;
  }

  /* ── Two-col layout ── */
  .product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
  }

  /* ── Gallery ── */
  .product-gallery__main {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #f5f4f0;
    aspect-ratio: 1 / 1;
  }
  .product-gallery__main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }
  .product-gallery__main:hover .product-gallery__main-img {
    transform: scale(1.03);
  }
  .product-gallery__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--sale-red);
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 50px;
    z-index: 2;
    letter-spacing: 0.04em;
  }

  /* Thumbnails */
  .product-gallery__thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
  }
  .product-gallery__thumb {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid var(--card-border);
    background: #f5f4f0;
    cursor: pointer;
    padding: 0;
    transition: border-color 0.2s;
    flex-shrink: 0;
  }
  .product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .product-gallery__thumb--active {
    border-color: var(--green-btn);
  }
  .product-gallery__thumb:hover {
    border-color: var(--sage-dark);
  }

  /* ── Info ── */
  .product-info__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
    line-height: 1.2;
  }

  .product-info__price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }
  .product-info__price--regular {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
  }
  .product-info__price--compare {
    font-size: 1rem;
    color: var(--text-muted);
    text-decoration: line-through;
    font-weight: 300;
  }
  .product-info__price--sale {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--sale-red);
  }

  .product-info__stars {
    display: flex;
    gap: 3px;
    margin-bottom: 20px;
  }

  .product-info__desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 4px;
  }

  .product-info__divider {
    height: 1px;
    background: var(--card-border);
    margin: 24px 0;
  }

  /* ── Form ── */
  .product-form__field {
    margin-bottom: 20px;
  }
  .product-form__label {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 8px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .product-form__select {
    width: 100%;
    border: 1.5px solid var(--card-border);
    border-radius: 8px;
    padding: 11px 14px;
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    color: var(--text-dark);
    background: var(--white);
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237a7a6e' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
  }
  .product-form__select:focus { border-color: var(--sage-dark); }

  /* Quantity stepper */
  .product-form__qty {
    display: flex;
    align-items: center;
    border: 1.5px solid var(--card-border);
    border-radius: 8px;
    overflow: hidden;
    width: fit-content;
  }
  .product-form__qty-btn {
    width: 40px;
    height: 44px;
    border: none;
    background: #f5f4f0;
    color: var(--text-dark);
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    flex-shrink: 0;
  }
  .product-form__qty-btn:hover { background: var(--sage); }
  .product-form__qty-input {
    width: 56px;
    height: 44px;
    border: none;
    border-left: 1.5px solid var(--card-border);
    border-right: 1.5px solid var(--card-border);
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    color: var(--text-dark);
    outline: none;
    appearance: none;
    -moz-appearance: textfield;
  }
  .product-form__qty-input::-webkit-inner-spin-button,
  .product-form__qty-input::-webkit-outer-spin-button { -webkit-appearance: none; }

  /* Add to cart button */
  .product-form__add {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: none;
    background: var(--green-btn);
    color: var(--white);
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
  }
  .product-form__add:hover {
    background: #234820;
    transform: translateY(-1px);
  }
  .product-form__add--disabled {
    background: #e0e0d8;
    color: var(--text-muted);
    cursor: not-allowed;
    pointer-events: none;
  }

  .product-form__payment {
    margin-top: 18px;
    width: 100%;
    display: flex;

  .shopify-payment-button__button--unbranded,
  .shopify-payment-button__button {
    background: #ad8350 !important;
    color: #fff !important;
    border-radius: 8px !important;
    border: none !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 0;
    width: 100%;
    margin-top: 0.5rem;
    transition: background 0.2s;
  }
  .shopify-payment-button__button--unbranded:hover,
  .shopify-payment-button__button:hover {
    background: #8c6a3e !important;
  }
    flex-direction: column;
    gap: 10px;
  }
  .product-info__meta-row {
    display: flex;
    gap: 12px;
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 300;
  }
  .product-info__meta-label {
    font-weight: 500;
    color: var(--text-dark);
    min-width: 60px;
  }

  /* ── Responsive ── */
  @media (max-width: 860px) {
    .product-page { padding: 32px 24px; }
    .product-layout { grid-template-columns: 1fr; gap: 32px; }
  }
  @media (max-width: 480px) {
    .product-page { padding: 24px 16px; }
    .product-gallery__thumbs { gap: 8px; }
    .product-gallery__thumb { width: 60px; height: 60px; }
  }
/* END_SECTION:product */

/* START_SECTION:quality (INDEX:13) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Jost:wght@300;400;500&display=swap');

  :root {
    --sage: #d6dfc4;
    --sage-bg: #eef1e8;
    --green-btn: #2d5a27;
    --text-dark: #1a1a1a;
    --text-muted: #7a7a6e;
    --white: #ffffff;
  }

  .quality-section {
    background: var(--sage-bg);
    padding: 80px 48px;
    font-family: 'Jost', sans-serif;
  }

  .quality-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }

  .quality-section__copy {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .quality-section__heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.2;
  }

  .quality-section__text {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.8;
    font-size: 0.9rem;
    font-weight: 300;
  }

  .quality-section__button {
    display: inline-flex;
    align-self: flex-start;
    padding: 12px 24px;
    border-radius: 999px;
    background: var(--green-btn);
    color: var(--white);
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.02em;
    margin-top: 8px;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .quality-section__button:hover,
  .quality-section__button:focus {
    background: #234820;
    transform: translateY(-1px);
  }

  .quality-section__image {
    display: flex;
    justify-content: flex-end;
  }

  .quality-section__image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
  }

  .quality-section__placeholder {
    width: 100%;
    height: 320px;
    border-radius: 16px;
    background: var(--sage);
  }

  @media (max-width: 900px) {
    .quality-section {
      padding: 60px 24px;
    }
    .quality-section__grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }
    .quality-section__image {
      justify-content: center;
    }
    .quality-section__image img {
      height: 260px;
    }
  }

  @media (max-width: 480px) {
    .quality-section { padding: 48px 20px; }
    .quality-section__image img { height: 200px; }
  }
/* END_SECTION:quality */

/* START_SECTION:search (INDEX:14) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Jost:wght@300;400;500&display=swap');

  :root {
    --sage: #d6dfc4;
    --sage-dark: #b5c49a;
    --green-btn: #2d5a27;
    --text-dark: #1a1a1a;
    --text-muted: #7a7a6e;
    --card-border: #e8e8e0;
    --sale-red: #c0392b;
    --white: #ffffff;
  }

  .search-page {
    font-family: 'Jost', sans-serif;
    background: var(--white);
    color: var(--text-dark);
  }

  /* ── Hero ── */
  .search-hero {
    background-color: var(--sage);
    padding: 60px 48px;
    text-align: center;
  }
  .search-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
  }
  .search-hero__subtitle {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 300;
    margin-bottom: 28px;
  }

  /* ── Search form ── */
  .search-hero__form {
    display: flex;
    gap: 10px;
    max-width: 580px;
    margin: 0 auto;
  }
  .search-hero__input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--white);
    border: 1.5px solid #e0ddd6;
    border-radius: 50px;
    padding: 11px 20px;
    transition: border-color 0.2s;
  }
  .search-hero__input-wrap:focus-within { border-color: var(--sage-dark); }
  .search-hero__input-wrap svg { flex-shrink: 0; color: var(--text-muted); }
  .search-hero__input {
    border: none;
    outline: none;
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    color: var(--text-dark);
    background: transparent;
    width: 100%;
  }
  .search-hero__input::placeholder { color: #aaa; font-weight: 300; }
  .search-hero__input::-webkit-search-cancel-button { display: none; }
  .search-hero__btn {
    background: var(--green-btn);
    color: var(--white);
    border: none;
    border-radius: 50px;
    padding: 11px 28px;
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    white-space: nowrap;
  }
  .search-hero__btn:hover { background: #234820; transform: translateY(-1px); }

  /* ── Inner ── */
  .search-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 48px 80px;
  }

  /* Count */
  .search-count {
    font-size: 0.875rem;
    color: var(--text-muted);
    font-weight: 300;
    margin-bottom: 24px;
  }
  .search-count strong { color: var(--text-dark); font-weight: 500; }

  /* ── Product grid (reuses collection styles) ── */
  .collection-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
  }

  .collection-product {
    border: 1.5px solid var(--card-border);
    border-radius: 12px;
    overflow: hidden;
    background: var(--white);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s, transform 0.25s;
  }
  .collection-product:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    transform: translateY(-2px);
  }

  .collection-product__image-wrap {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f4f0;
    text-decoration: none;
  }
  .collection-product__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }
  .collection-product__image-wrap:hover .collection-product__image {
    transform: scale(1.04);
  }

  .collection-product__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--sale-red);
    color: var(--white);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 4px 12px;
    border-radius: 50px;
    z-index: 2;
  }
  .collection-product__soldout-bubble {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #c24242;
    color: var(--white);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 4px 12px;
    border-radius: 50px;
    z-index: 2;
    pointer-events: none;
  }

  .collection-product__content {
    padding: 14px 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
  }

  .collection-product__title {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-dark);
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s;
  }
  .collection-product__title:hover { color: var(--green-btn); }

  .collection-product__price {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
  }
  .collection-product__price--regular {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
  }
  .collection-product__price--compare {
    font-size: 0.8rem;
    color: var(--text-muted);
    text-decoration: line-through;
    opacity: 0.7;
  }
  .collection-product__price--sale {
    font-size: 1rem;
    font-weight: 600;
    color: var(--sale-red);
  }

  .collection-product__button {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: none;
    background: var(--green-btn);
    color: var(--white);
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    margin-top: 8px;
  }
  .collection-product__button:hover { background: #234820; transform: translateY(-1px); }
  .collection-product__button--disabled {
    background: #e0e0d8;
    color: var(--text-muted);
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
  }

  /* Article/page result extras */
  .search-result__excerpt {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 300;
    line-height: 1.6;
  }
  .search-result__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--green-btn);
    text-decoration: none;
    margin-top: auto;
    padding-top: 4px;
    transition: gap 0.2s;
  }
  .search-result__link:hover { gap: 10px; }

  /* ── Empty state ── */
  .search-empty {
    text-align: center;
    padding: 64px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .search-empty__title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
  }
  .search-empty__text {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 300;
    max-width: 400px;
    line-height: 1.6;
  }
  .search-empty__text strong { color: var(--text-dark); font-weight: 500; }

  /* ── Pagination ── */
  .search-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }
  .search-pagination a,
  .search-pagination span {
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1.5px solid var(--card-border);
    color: var(--text-dark);
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
  }
  .search-pagination a:hover { background: var(--sage); border-color: var(--sage-dark); }
  .search-pagination .current {
    background: var(--green-btn);
    color: var(--white);
    border-color: var(--green-btn);
  }

  /* ── Responsive ── */
  @media (max-width: 768px) {
    .search-hero { padding: 48px 24px; }
    .search-hero__form { flex-direction: column; }
    .search-hero__btn { border-radius: 8px; }
    .search-inner { padding: 32px 24px 64px; }
    .collection-products { grid-template-columns: 1fr 1fr; gap: 16px; }
  }
  @media (max-width: 480px) {
    .collection-products { grid-template-columns: 1fr; }
  }
/* END_SECTION:search */

/* START_SECTION:why_us (INDEX:15) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Jost:wght@300;400;500&display=swap');

  :root {
    --sage: #d6dfc4;
    --sage-dark: #b5c49a;
    --green-btn: #2d5a27;
    --text-dark: #1a1a1a;
    --text-muted: #7a7a6e;
    --white: #ffffff;
  }

  .why-us {
    padding: 80px 48px;
    background: var(--white);
    font-family: 'Jost', sans-serif;
  }

  .why-us__intro {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 56px;
  }

  .why-us__heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 12px;
    line-height: 1.2;
  }

  .why-us__subtext {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--text-muted);
    font-weight: 300;
    margin: 0;
  }

  .why-us__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
    max-width: 960px;
    margin: 0 auto;
  }

  .why-us__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }

  .why-us__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--sage);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    margin-bottom: 4px;
  }

  .why-us__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .why-us__icon svg {
    flex-shrink: 0;
  }

  .why-us__card-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    letter-spacing: 0.01em;
  }

  .why-us__card-text {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.7;
    font-weight: 300;
    margin: 0;
    max-width: 220px;
  }

  @media (max-width: 768px) {
    .why-us { padding: 60px 24px; }
    .why-us__grid { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  }

  @media (max-width: 480px) {
    .why-us__grid { grid-template-columns: 1fr; }
    .why-us__card-text { max-width: 100%; }
  }
/* END_SECTION:why_us */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:16) */
.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:17) */
.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:19) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */