/** Shopify CDN: Minification failed

Line 6197:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collection (INDEX:4) */
.collection-section {
    width: 100%;
    padding: 4rem 0 6rem 0;
  }
  .collection-container {
    max-width: 1232px;
    width: calc(100% - 48px);
    margin: 0 auto;
    display: flex;
    gap: 3.5rem;
  }
  
  /* Sidebar styles */
  .collection-sidebar {
    width: 250px;
    flex-shrink: 0;
  }
  .sidebar-title {
    font-family: var(--font-heading), 'Cormorant Infant', serif !important;
    font-size: 32px;
    font-weight: 500;
    color: #29422F !important;
    padding-bottom: 0.8rem;
    border-bottom: 1.5px solid rgba(41, 66, 47, 0.12);
    margin: 0 0 1.5rem 0;
    text-align: left;
  }
  .filter-accordion {
    border-bottom: 1px solid rgba(41, 66, 47, 0.08);
    padding: 1.2rem 0;
    text-align: left;
  }
  .filter-accordion:last-child {
    border-bottom: none;
  }
  .filter-accordion-header {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-body), sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgba(41, 66, 47, 0.7) !important;
    cursor: pointer;
    padding: 0.5rem 0;
  }
  .accordion-arrow {
    transition: transform 0.25s ease;
    color: rgba(41, 66, 47, 0.4);
  }
  .filter-accordion-header.active .accordion-arrow {
    transform: rotate(180deg);
  }
  .filter-accordion-content {
    margin-top: 1rem;
    display: none;
    flex-direction: column;
    gap: 0.8rem;
  }
  .filter-accordion-content.active {
    display: flex;
  }
  
  /* Checkbox styling */
  .filter-checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 15px;
    color: rgba(41, 66, 47, 0.75);
    cursor: pointer;
    user-select: none;
  }
  .filter-checkbox-label input {
    display: none;
  }
  .custom-checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(41, 66, 47, 0.2);
    border-radius: 4px;
    display: inline-block;
    position: relative;
    background-color: #F2EADF;
    transition: all 0.2s ease;
  }
  .filter-checkbox-label input:checked + .custom-checkbox {
    background-color: #29422F;
    border-color: #29422F;
  }
  .filter-checkbox-label input:checked + .custom-checkbox::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .filter-label-text {
    line-height: 1;
  }
  
  /* Price range inputs styling */
  .price-range-inputs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .price-input-wrapper {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  .price-currency {
    position: absolute;
    left: 10px;
    font-size: 14px;
    color: rgba(41, 66, 47, 0.5);
  }
  .price-input {
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 1.6rem;
    border: 1px solid rgba(41, 66, 47, 0.15);
    border-radius: 6px;
    font-family: var(--font-body), sans-serif;
    font-size: 14px;
    color: #29422F;
    background-color: #F2EADF;
    box-sizing: border-box;
  }
  .price-range-divider {
    font-size: 14px;
    color: rgba(41, 66, 47, 0.4);
  }
  
  /* Main content area styling */
  .collection-main {
    flex-grow: 1;
  }
  .collection-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(41, 66, 47, 0.06);
  }
  .toolbar-left .product-count {
    font-size: 15px;
    color: rgba(41, 66, 47, 0.6);
  }
  .toolbar-left {
    display: none;
  }
  .toolbar-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    justify-content: flex-end;
  }
  .sort-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .sort-label {
    display: none !important;
  }
  .sort-select {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0.4rem 1.2rem 0.4rem 0 !important;
    font-family: var(--font-body), sans-serif;
    font-size: 15px;
    color: rgba(41, 66, 47, 0.65) !important;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2329422F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0 center !important;
    background-size: 13px !important;
    outline: none !important;
  }
  .grid-toggles {
    display: flex;
    gap: 0.8rem;
  }
  .grid-toggle-btn {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: rgba(41, 66, 47, 0.35) !important;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.25s ease;
  }
  .grid-toggle-btn.active {
    color: #29422F !important;
  }
  
  /* Products Grid layout */
  .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem 2.2rem;
  }
  .product-card__link {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  .product-card__image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(41, 66, 47, 0.06);
    background-color: #EBE6DC;
  }
  .product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
  }
  .product-card__image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
  }
  .product-card__image-fallback {
    width: 100%;
    height: 100%;
    background-color: #E2DCD0;
  }
  .product-card__link:hover .product-card__image:not(.product-card__image-hover) {
    opacity: 0;
    transform: scale(1.03);
  }
  .product-card__link:hover .product-card__image-hover {
    opacity: 1;
    transform: scale(1.03);
  }
  .product-card__info {
    margin-top: 1.2rem;
    text-align: left;
  }
  .product-card__title {
    font-family: var(--font-heading), 'Cormorant Infant', serif !important;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    color: #29422F !important;
    margin: 0;
    transition: opacity 0.25s ease;
  }
  .product-card__link:hover .product-card__title {
    opacity: 0.85;
  }
  .product-card__price {
    font-family: var(--font-body), 'Inter Tight', sans-serif !important;
    font-size: 16px;
    color: rgba(41, 66, 47, 0.6) !important;
    margin: 0.4rem 0 0 0;
  }
  .no-products {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 16px;
    color: rgba(41, 66, 47, 0.6);
    padding: 4rem 0;
  }
  
  /* Pagination styling */
  .pagination-wrapper {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
  }
  .pagination-wrapper span, 
  .pagination-wrapper a {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 4px;
    border-radius: 6px;
    font-family: var(--font-body), sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #29422F;
  }
  .pagination-wrapper a {
    border: 1px solid rgba(41, 66, 47, 0.12);
  }
  .pagination-wrapper span.current {
    background-color: #29422F;
    color: #fff;
  }

  @media (max-width: 991px) {
    .collection-container {
      flex-direction: column;
      gap: 2.5rem;
    }
    .collection-sidebar {
      width: 100%;
    }
    .products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2.5rem 1.8rem;
    }
    .product-card__image-wrapper {
      border-radius: 16px;
    }
    .product-card__title {
      font-size: 19px;
    }
    .grid-toggles {
      display: none;
    }
  }

  @media (max-width: 767px) {
    .collection-section {
      padding: 2.5rem 0 4.5rem 0;
    }
    .products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem 1.2rem;
    }
    .product-card__title {
      font-size: 17px;
    }
    .product-card__price {
      font-size: 14px;
    }
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:5) */
.list-collections-section {
    width: 100%;
    padding: 4rem 0 6rem 0;
  }
  .list-collections-container {
    max-width: 1232px;
    width: calc(100% - 48px);
    margin: 0 auto;
  }
  .collections-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem 2.5rem;
  }
  .collection-card__link {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  .collection-card__image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1.25 / 1;
    border: 1px solid rgba(41, 66, 47, 0.06);
    background-color: #EBE6DC;
  }
  .collection-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
  }
  .collection-card__image-fallback {
    width: 100%;
    height: 100%;
    background-color: #E2DCD0;
  }
  .collection-card__link:hover .collection-card__image {
    transform: scale(1.03);
  }
  .collection-card__info {
    margin-top: 1.2rem;
    text-align: left;
  }
  .collection-card__title {
    font-family: var(--font-heading), 'Cormorant Infant', serif !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    color: #29422F !important;
    margin: 0;
    transition: opacity 0.25s ease;
  }
  .collection-card__link:hover .collection-card__title {
    opacity: 0.85;
  }

  @media (max-width: 991px) {
    .list-collections-section {
      padding: 3rem 0 5rem 0;
    }
    .collections-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2.5rem 2rem;
    }
    .collection-card__image-wrapper {
      aspect-ratio: 1.2 / 1;
      border-radius: 16px;
    }
    .collection-card__title {
      font-size: 19px;
    }
  }

  @media (max-width: 767px) {
    .list-collections-section {
      padding: 2rem 0 4rem 0;
    }
    .collections-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem 1rem;
    }
    .collection-card__image-wrapper {
      aspect-ratio: 1 / 1;
      border-radius: 14px;
    }
    .collection-card__title {
      font-size: 17px;
    }
  }
/* END_SECTION:collections */

/* START_SECTION:custom-announcement-bar (INDEX:6) */
.announcement-bar {
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .announcement-bar__content {
    max-width: var(--page-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
  }
  .announcement-bar__socials {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .announcement-bar__socials a {
    display: flex;
    align-items: center;
    transition: opacity 0.2s ease;
  }
  .announcement-bar__socials a:hover {
    opacity: 0.8;
  }
  .announcement-bar__text {
    text-align: center;
    font-family: var(--font-primary--family);
  }
  .announcement-bar__spacer {
    display: block;
  }
  @media (max-width: 768px) {
    .announcement-bar__content {
      grid-template-columns: 1fr;
      gap: 0.5rem;
      text-align: center;
    }
    .announcement-bar__socials {
      justify-content: center;
    }
    .announcement-bar__spacer {
      display: none;
    }
  }
/* END_SECTION:custom-announcement-bar */

/* START_SECTION:custom-best-sellers (INDEX:7) */
.custom-best-sellers-section {
    width: 100%;
    padding: 4rem 0;
  }
  .best-sellers-container {
    max-width: 1232px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 0;
  }
  
  .best-sellers-header {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: flex-end;
    gap: 3rem;
    margin-bottom: 3.5rem;
  }
  
  .best-sellers-badge {
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    padding: 0.4rem 1.1rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-bottom: 1rem;
  }
  
  .best-sellers-heading {
    font-family: var(--font-heading);
    font-size: 2.85rem;
    font-weight: 500;
    line-height: 1.15;
    color: var(--color-heading);
    margin: 0;
  }
  
  .best-sellers-description {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-foreground);
    margin-bottom: 1.5rem;
  }
  
  .best-sellers-view-all-btn {
    display: inline-block;
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    padding: 0.75rem 2rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    font-family: var(--font-button);
    transition: background-color 0.25s ease, transform 0.2s ease, opacity 0.2s ease;
  }
  
  .best-sellers-view-all-btn:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
  
  .best-sellers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 2rem;
  }
  
  .best-seller-card__link {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  
  .best-seller-card__image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 1.2rem;
    aspect-ratio: 1 / 1;
  }
  
  .best-seller-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: block;
  }
  
  .best-seller-card__image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
  }
  
  .best-seller-card__link:hover .best-seller-card__image:not(.best-seller-card__image-hover) {
    opacity: 0;
    transform: scale(1.04);
  }
  
  .best-seller-card__link:hover .best-seller-card__image-hover {
    opacity: 1;
    transform: scale(1.04);
  }
  
  .best-seller-card__title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-heading);
    margin-bottom: 0.4rem;
  }
  
  .best-seller-card__desc {
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--color-foreground);
    margin-bottom: 0.5rem;
  }
  
  .best-seller-card__price {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-heading);
  }
 
  @media (max-width: 991px) {
    .best-sellers-header {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      margin-bottom: 2.5rem;
    }
    .best-sellers-heading {
      font-size: 2.2rem;
    }
    .best-sellers-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem 1.25rem;
    }
  }

  @media (max-width: 767px) {
    .custom-best-sellers-section {
      padding: 2.5rem 0;
    }
    .best-sellers-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem 1rem;
    }
    .best-seller-card__image-wrapper {
      aspect-ratio: 1 / 1;
      border-radius: 16px;
    }
    .best-seller-card__title {
      font-size: 1.15rem;
    }
    .best-seller-card__desc {
      font-size: 0.85rem;
      margin-bottom: 0.3rem;
    }
    .best-seller-card__price {
      font-size: 1rem;
    }
  }
/* END_SECTION:custom-best-sellers */

/* START_SECTION:custom-collection-hero (INDEX:8) */
.collection-hero-section {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .collection-hero {
    position: relative;
    width: calc(100% - 48px);
    max-width: 1232px;
    height: 480px;
    margin-top: 20px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .hero-bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transform: scale(1.08);
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 2.8s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
    will-change: opacity, transform;
  }
  .hero-bg-slide.active {
    opacity: 1;
    z-index: 2;
    transform: scale(1.0);
    pointer-events: auto;
  }
  .hero-bg-picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .collection-hero__bg-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E2DCD0;
    z-index: 1;
  }
  .collection-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .collection-hero__content-container {
    max-width: var(--page-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    text-align: left;
  }
  .collection-hero__content {
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .collection-hero__heading {
    font-family: var(--font-heading), 'Cormorant Infant', serif !important;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.15;
    color: #29422F !important;
    margin: 0;
  }
  .collection-hero__text {
    font-family: var(--font-body), 'Inter Tight', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(41, 66, 47, 0.7) !important;
    margin: 0;
  }
  .collection-hero .hero-text--mobile {
    display: none;
  }

  @media (max-width: 991px) {
    .collection-hero {
      width: calc(100% - 48px);
      height: 380px;
      margin-top: 16px;
    }
    .collection-hero__content-container {
      padding: 0 3rem;
    }
    .collection-hero__heading {
      font-size: 38px;
    }
    .collection-hero__text {
      font-size: 15px;
    }
  }

  @media (max-width: 767px) {
    .collection-hero {
      max-width: 379px;
      width: calc(100% - 32px);
      height: 699px;
      margin: -16px auto 0 auto;
      position: relative;
      top: -16px;
      border-radius: 28px;
      opacity: 1;
    }
    .collection-hero__content-container {
      position: absolute;
      top: 52px;
      left: 54px;
      width: 283px;
      max-width: calc(100% - 32px);
      height: 176px;
      padding: 0;
      box-sizing: border-box;
      z-index: 3;
    }
    .collection-hero__content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 18px;
      align-items: center;
      text-align: center;
      justify-content: flex-start;
      opacity: 1;
    }
    .collection-hero__heading {
      font-size: 28px;
      line-height: 1.15;
      margin: 0;
    }
    .collection-hero__text {
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
    }
    .collection-hero .hero-text--desktop {
      display: none;
    }
    .collection-hero .hero-text--mobile {
      display: inline;
    }
  }
/* END_SECTION:custom-collection-hero */

/* START_SECTION:custom-collections-hero (INDEX:9) */
.collections-hero-section {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .collections-hero {
    position: relative;
    width: 1232px;
    max-width: calc(100% - 48px);
    height: 687px;
    margin: 20px auto 0 auto;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    opacity: 1;
  }
  .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .hero-bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transform: scale(1.08);
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 2.8s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
    will-change: opacity, transform;
  }
  .hero-bg-slide.active {
    opacity: 1;
    z-index: 2;
    transform: scale(1.0);
    pointer-events: auto;
  }
  .hero-bg-picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .collections-hero__bg-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E2DCD0;
    z-index: 1;
  }
  .collections-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .collections-hero__content-container {
    max-width: var(--page-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    text-align: left;
  }
  .collections-hero__content {
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .collections-hero__heading {
    font-family: var(--font-heading), 'Cormorant Infant', serif !important;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.15;
    color: #29422F !important;
    margin: 0;
  }
  .collections-hero__text {
    font-family: var(--font-body), 'Inter Tight', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(41, 66, 47, 0.7) !important;
    margin: 0;
  }
  .collections-hero .hero-text--mobile {
    display: none;
  }

  @media (max-width: 991px) {
    .collections-hero {
      width: calc(100% - 48px);
      height: 460px;
      margin-top: 16px;
      margin-left: auto;
      margin-right: auto;
    }
    .collections-hero__content-container {
      padding: 0 3rem;
    }
    .collections-hero__heading {
      font-size: 40px;
    }
    .collections-hero__text {
      font-size: 15px;
    }
  }

  @media (max-width: 767px) {
    .collections-hero {
      width: calc(100% - 32px);
      max-width: 379px;
      height: 699px;
      margin-top: 16px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      top: 0;
      border-radius: 28px;
      opacity: 1;
    }
    .collections-hero__content-container {
      position: absolute;
      top: 52px;
      left: 54px;
      width: 283px;
      max-width: calc(100% - 32px);
      height: 176px;
      padding: 0;
      box-sizing: border-box;
      z-index: 3;
    }
    .collections-hero__content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 18px;
      align-items: center;
      text-align: center;
      justify-content: flex-start;
      opacity: 1;
    }
    .collections-hero__heading {
      font-size: 28px;
      line-height: 1.15;
      margin: 0;
    }
    .collections-hero__text {
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
    }
    .collections-hero .hero-text--desktop {
      display: none;
    }
    .collections-hero .hero-text--mobile {
      display: inline;
    }
  }
/* END_SECTION:custom-collections-hero */

/* START_SECTION:custom-collections (INDEX:10) */
.custom-collections-section {
    width: 100%;
    padding: 4rem 0;
  }
  .collections-container {
    max-width: 1232px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 0;
  }
  
  .collections-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
    gap: 3rem;
    margin-bottom: 3.5rem;
  }
  
  .collections-badge {
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    padding: 0.4rem 1.1rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-bottom: 1rem;
  }
  
  .collections-heading {
    font-family: var(--font-heading);
    font-size: 2.85rem;
    font-weight: 500;
    line-height: 1.15;
    color: var(--color-heading);
    margin: 0;
  }
  
  .collections-description {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-foreground);
    margin: 0;
  }
  
  .collections-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  
  .collection-card__link {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  
  .collection-card__image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 1.2rem;
    aspect-ratio: 1 / 1;
  }
  
  .collection-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
  }
  
  .collection-card__link:hover .collection-card__image {
    transform: scale(1.04);
  }
  
  .collection-card__title {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-heading);
    margin-bottom: 0.5rem;
  }
  
  .collection-card__desc {
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--color-foreground);
    margin: 0;
  }
  
  @media (max-width: 991px) {
    .collections-header {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      margin-bottom: 2.5rem;
    }
    .collections-heading {
      font-size: 2.2rem;
    }
    .collections-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem 1.25rem;
    }
  }

  @media (max-width: 767px) {
    .custom-collections-section {
      padding: 2.5rem 0;
    }
    .collections-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem 1rem;
    }
    .collection-card__image-wrapper {
      aspect-ratio: 1 / 1;
      border-radius: 16px;
    }
    .collection-card__title {
      font-size: 1.15rem;
    }
    .collection-card__desc {
      font-size: 0.85rem;
    }
  }
  .collections-btn-wrapper {
    margin-top: 1.5rem;
    text-align: right;
  }
  .collections-view-all-btn {
    display: inline-block;
    background-color: var(--color-button-bg);
    color: var(--color-button-text) !important;
    padding: 0.75rem 2rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    font-family: var(--font-button);
    transition: background-color 0.25s ease, transform 0.2s ease, opacity 0.2s ease;
  }
  .collections-view-all-btn:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
/* END_SECTION:custom-collections */

/* START_SECTION:custom-contact-form (INDEX:11) */
.custom-contact-section {
    width: 100%;
    padding: 6rem 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
  }
  .contact-container {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--page-margin);
    box-sizing: border-box;
  }
  .contact-header {
    text-align: center;
    margin-bottom: 3.5rem;
  }
  .contact-title {
    font-family: var(--font-heading);
    font-size: 3.2rem;
    font-weight: 500;
    color: var(--color-heading);
    margin: 0 0 1rem 0;
  }
  .contact-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-foreground);
    margin: 0;
  }
  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
  }
  .contact-fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
  }
  .contact-field {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }
  .contact-label {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-heading);
  }
  .contact-input {
    width: 100%;
    padding: 0.95rem 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(41, 66, 47, 0.2);
    background-color: transparent;
    color: var(--color-heading);
    font-family: var(--font-body);
    font-size: 1rem;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
  }
  .contact-input:focus {
    border-color: var(--color-heading);
  }
  .contact-textarea {
    resize: vertical;
    min-height: 140px;
  }
  .contact-submit-wrapper {
    margin-top: 1rem;
  }
  .contact-submit-btn {
    width: 100%;
    padding: 1rem 2rem;
    border-radius: 30px;
    border: none;
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    font-family: var(--font-button);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.25s ease, transform 0.2s ease;
  }
  .contact-submit-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
  }
  .contact-message {
    padding: 1.25rem 1.75rem;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .contact-message--success {
    background-color: rgba(41, 66, 47, 0.08);
    color: var(--color-heading);
    border: 1px solid rgba(41, 66, 47, 0.15);
    font-weight: 600;
  }
  .contact-message--error {
    background-color: rgba(204, 51, 51, 0.08);
    color: #cc3333;
    border: 1px solid rgba(204, 51, 51, 0.15);
  }
  .contact-error-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
  }

  @media (max-width: 576px) {
    .contact-fields-grid {
      grid-template-columns: 1fr;
    }
    .contact-title {
      font-size: 2.5rem;
    }
  }
/* END_SECTION:custom-contact-form */

/* START_SECTION:custom-contact-hero (INDEX:12) */
.contact-hero-section {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .contact-hero {
    position: relative;
    width: 1232px;
    max-width: calc(100% - 48px);
    height: 687px;
    margin: 20px auto 0 auto;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
  }
  .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .hero-bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transform: scale(1.08);
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 2.8s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
    will-change: opacity, transform;
  }
  .hero-bg-slide.active {
    opacity: 1;
    z-index: 2;
    transform: scale(1.0);
    pointer-events: auto;
  }
  .hero-bg-picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .contact-hero__bg-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E2DCD0;
    z-index: 1;
  }
  .contact-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .contact-hero__content-container {
    max-width: var(--page-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--page-margin);
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .contact-hero__content {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .contact-hero__heading {
    font-family: 'Cormorant Infant', serif !important;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    color: #29422F !important;
    margin: 0;
  }
  .contact-hero__text {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(41, 66, 47, 0.5) !important;
    margin: 0;
  }
  .contact-hero .hero-text--mobile {
    display: none;
  }

  @media (max-width: 991px) {
    .contact-hero {
      width: calc(100% - 48px);
      height: 480px;
      margin-top: 16px;
      margin-left: auto;
      margin-right: auto;
    }
    .contact-hero__heading {
      font-size: 36px;
    }
    .contact-hero__text {
      font-size: 16px;
    }
  }

  @media (max-width: 767px) {
    .contact-hero {
      width: calc(100% - 32px);
      max-width: 379px;
      height: 699px;
      margin-top: 16px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      top: 0;
      border-radius: 28px;
      opacity: 1;
    }
    .contact-hero__content-container {
      position: absolute;
      top: 52px;
      left: 54px;
      width: 283px;
      max-width: calc(100% - 32px);
      height: 176px;
      padding: 0;
      box-sizing: border-box;
      z-index: 3;
    }
    .contact-hero__content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 18px;
      align-items: center;
      text-align: center;
      justify-content: flex-start;
      opacity: 1;
    }
    .contact-hero__heading {
      font-size: 28px;
      line-height: 1.15;
      margin: 0;
    }
    .contact-hero__text {
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
    }
    .contact-hero .hero-text--desktop {
      display: none;
    }
    .contact-hero .hero-text--mobile {
      display: inline;
    }
  }
/* END_SECTION:custom-contact-hero */

/* START_SECTION:custom-contact-us (INDEX:13) */
.custom-contact-section {
    width: 100%;
    padding: 6rem 0;
  }
  .contact-container {
    max-width: 1232px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  
  /* Upper Grid */
  .contact-upper-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 4rem;
    margin-bottom: 4rem;
    align-items: flex-end;
  }
  .contact-badge {
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    padding: 0.35rem 0.9rem;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-bottom: 1.2rem;
  }
  .contact-heading {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(41, 66, 47, 1) !important;
    margin: 0;
  }
  .contact-intro-text {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: rgba(41, 66, 47, 0.5) !important;
    margin: 0;
  }
  
  /* Lower Grid */
  .contact-lower-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 4rem;
    margin-bottom: 5rem;
    align-items: flex-start;
  }
  
  /* Left side: details */
  .contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
  }
  .contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    color: rgba(41, 66, 47, 0.5);
  }
  .contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(41, 66, 47, 1);
    margin-top: 0.2rem;
    flex-shrink: 0;
  }
  .contact-info-content {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .contact-info-label {
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 700;
    color: rgba(41, 66, 47, 1);
    margin: 0;
  }
  .contact-info-text {
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(41, 66, 47, 0.5);
    margin: 0;
  }
  .contact-info-text a {
    color: inherit;
    text-decoration: none;
    display: block;
    margin-bottom: 0.2rem;
  }
  .contact-info-text a:hover {
    text-decoration: underline;
  }
  
  /* Right side: Form Card */
  .contact-form-card {
    border-radius: 28px;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .contact-form-title {
    font-family: var(--font-heading);
    font-size: 1.85rem;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(41, 66, 47, 1) !important;
    margin: 0;
  }
  .contact-form-description {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: rgba(41, 66, 47, 0.5) !important;
    margin: 0 0 0.5rem 0;
    line-height: 1.5;
  }
  .contact-us-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .contact-form-field input,
  .contact-form-field textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(41, 66, 47, 0.2);
    outline: none;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: rgba(41, 66, 47, 1);
    padding: 0.8rem 0;
    transition: border-bottom-color 0.25s ease;
  }
  .contact-form-field input:focus,
  .contact-form-field textarea:focus {
    border-bottom-color: rgba(41, 66, 47, 1);
  }
  .contact-form-field input::placeholder,
  .contact-form-field textarea::placeholder {
    color: rgba(41, 66, 47, 0.4);
  }
  .contact-submit-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
  }
  .contact-form-submit {
    background-color: var(--color-button-bg) !important;
    color: var(--color-button-text) !important;
    border: none;
    border-radius: 30px;
    padding: 0.9rem 2.2rem;
    font-weight: 600;
    font-family: var(--font-body);
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .contact-form-submit:hover {
    transform: scale(1.03);
    opacity: 0.9;
  }
  .form-feedback {
    padding: 1rem;
    border-radius: 12px;
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .form-feedback--success {
    background-color: rgba(41, 66, 47, 0.08);
    color: rgba(41, 66, 47, 1);
  }
  .form-feedback--error {
    background-color: rgba(197, 57, 41, 0.08);
    color: rgba(197, 57, 41, 1);
  }

  /* Map Container */
  .contact-map-container {
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    height: 450px;
    background-color: rgba(41, 66, 47, 0.03);
  }
  .contact-map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
  }
  .contact-map-image:hover {
    opacity: 0.95;
  }
  .contact-map-iframe-wrapper {
    width: 100%;
    height: 100%;
  }
  .contact-map-iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
  .contact-map-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: rgba(41, 66, 47, 0.4);
    padding: 2rem;
    text-align: center;
  }

  @media (max-width: 991px) {
    .contact-upper-grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .contact-lower-grid {
      grid-template-columns: 1fr;
      gap: 3.5rem;
    }
    .contact-map-container {
      height: 350px;
    }
  }

  @media (max-width: 767px) {
    .custom-contact-section {
      padding: 4rem 0;
    }
    .contact-heading {
      font-size: 32px;
    }
    .contact-form-card {
      padding: 2.2rem 2rem;
    }
    .contact-form-row {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  }
/* END_SECTION:custom-contact-us */

/* START_SECTION:custom-cta-banner (INDEX:14) */
.custom-cta-section {
    width: 100%;
    padding: 0; /* flat margin layout standard */
  }
  .cta-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cta-banner {
    position: relative;
    width: calc(100% - 48px);
    max-width: 1232px;
    height: 450px;
    margin: 20px auto 0 auto;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .hero-bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transform: scale(1.08);
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 2.8s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
    will-change: opacity, transform;
  }
  .hero-bg-slide.active {
    opacity: 1;
    z-index: 2;
    transform: scale(1.0);
    pointer-events: auto;
  }
  .hero-bg-picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .cta-banner__bg-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E2DCD0;
    z-index: 1;
  }
  .cta-banner__content-container {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 4rem 5rem;
    box-sizing: border-box;
  }
  .cta-banner__content {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    text-align: left;
  }
  .cta-banner__heading {
    font-family: var(--font-heading) !important;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.15;
    color: rgba(41, 66, 47, 1) !important;
    margin: 0;
  }
  .cta-banner__description {
    font-family: var(--font-body) !important;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(41, 66, 47, 0.5) !important;
    margin: 0 0 0.5rem 0;
  }
  .cta-banner .hero-text--mobile {
    display: none;
  }
  .cta-banner__action {
    display: flex;
    justify-content: flex-start;
  }
  .cta-banner__btn {
    display: inline-block;
    padding: 0.9rem 2.2rem;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    font-family: var(--font-button);
    transition: transform 0.2s, opacity 0.2s;
    border: none;
    cursor: pointer;
  }
  .cta-banner__btn:hover {
    transform: scale(1.03);
    opacity: 0.9;
  }

  @media (max-width: 991px) {
    .cta-banner {
      height: 380px;
    }
    .cta-banner__content-container {
      padding: 3rem 4rem;
    }
    .cta-banner__heading {
      font-size: 36px;
    }
  }

  @media (max-width: 767px) {
    .cta-banner {
      max-width: 379px;
      width: calc(100% - 32px);
      height: 699px;
      margin: -16px auto 0 auto;
      position: relative;
      top: -16px;
      border-radius: 28px;
      opacity: 1;
    }
    .cta-banner__content-container {
      position: absolute;
      top: 52px;
      left: 54px;
      width: 283px;
      max-width: calc(100% - 32px);
      height: 176px;
      padding: 0;
      box-sizing: border-box;
      z-index: 3;
    }
    .cta-banner__content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 18px;
      align-items: center;
      text-align: center;
      justify-content: flex-start;
      opacity: 1;
    }
    .cta-banner__heading {
      font-size: 28px;
      line-height: 1.15;
      margin: 0;
    }
    .cta-banner__text {
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
    }
    .cta-banner .hero-text--desktop {
      display: none;
    }
    .cta-banner .hero-text--mobile {
      display: inline;
    }
    .cta-banner__action {
      justify-content: center;
    }
  }
/* END_SECTION:custom-cta-banner */

/* START_SECTION:custom-design-craftsmanship (INDEX:15) */
.custom-craftsmanship-section {
    width: 100%;
    padding: 5rem 0;
  }
  .craftsmanship-container {
    max-width: 1232px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 4.5rem;
    align-items: center;
  }
  .craftsmanship__image-wrapper {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
  }
  .craftsmanship__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  /* Slideshow styles */
  .craftsmanship__slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .craftsmanship__slider-track {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .craftsmanship__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .craftsmanship__slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
  .craftsmanship__slide picture,
  .craftsmanship__slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .craftsmanship__slider-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
  }
  .craftsmanship__dot-btn {
    background-color: rgba(255, 255, 255, 0.4) !important;
    border: none !important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0 !important;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }
  .craftsmanship__dot-btn:hover {
    background-color: rgba(255, 255, 255, 0.8) !important;
    transform: scale(1.1);
  }
  .craftsmanship__dot-btn.active {
    background-color: #ffffff !important;
    width: 12px;
    border-radius: 4px;
  }
  .craftsmanship__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .craftsmanship__heading {
    font-family: var(--font-heading);
    font-size: 2.85rem;
    font-weight: 500;
    line-height: 1.15;
    color: var(--color-heading);
    margin: 0;
  }
  .craftsmanship__description {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-foreground);
    margin: 0;
  }
  .craftsmanship__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .craftsmanship__feature-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .craftsmanship__feature-icon {
    color: var(--color-heading);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .craftsmanship__feature-text {
    font-size: 1rem;
    color: var(--color-foreground);
    font-weight: 500;
  }
  .craftsmanship__actions {
    display: flex;
    gap: 1.2rem;
    margin-top: 1rem;
  }
  .craftsmanship__btn {
    display: inline-block;
    padding: 0.85rem 2.2rem;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    font-family: var(--font-button);
    transition: all 0.25s ease;
  }
  .craftsmanship__btn--filled {
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
  }
  .craftsmanship__btn--filled:hover {
    opacity: 0.85;
    transform: translateY(-2px);
  }
  .craftsmanship__btn--outlined {
    background-color: transparent;
    border: 1px solid var(--color-heading);
    color: var(--color-heading);
  }
  .craftsmanship__btn--outlined:hover {
    background-color: rgba(41, 66, 47, 0.05);
    transform: translateY(-2px);
  }

  @media (max-width: 991px) {
    .craftsmanship-container {
      grid-template-columns: 1fr;
      gap: 3rem;
    }
    .craftsmanship__heading {
      font-size: 2.2rem;
    }
  }
/* END_SECTION:custom-design-craftsmanship */

/* START_SECTION:custom-fresh-finds (INDEX:16) */
.custom-fresh-finds-section {
    width: 100%;
    padding: 4rem 0;
    overflow: hidden;
  }
  .fresh-finds-container {
    max-width: 1232px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 0;
  }
  .fresh-finds-header {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: flex-end;
    gap: 3rem;
    margin-bottom: 3.5rem;
  }
  .fresh-finds-badge {
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    padding: 0.4rem 1.1rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-bottom: 1rem;
  }
  .fresh-finds-heading {
    font-family: var(--font-heading);
    font-size: 2.85rem;
    font-weight: 500;
    line-height: 1.15;
    color: var(--color-heading);
    margin: 0;
  }
  .fresh-finds-description {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-foreground);
    margin-bottom: 1.5rem;
  }
  .fresh-finds-view-all-btn {
    display: inline-block;
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    padding: 0.75rem 2rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    font-family: var(--font-button);
    transition: background-color 0.25s ease, transform 0.2s ease, opacity 0.2s ease;
  }
  .fresh-finds-view-all-btn:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }

  /* Slider Layout */
  .fresh-finds-slider-outer {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .fresh-finds-slider-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: auto;
    width: 100%;
    gap: 2rem;
  }
  .fresh-finds-slider-track::-webkit-scrollbar {
    display: none;
  }
  .fresh-finds-card {
    flex: 0 0 calc((100% - 4rem) / 3);
    width: calc((100% - 4rem) / 3);
    scroll-snap-align: start;
    box-sizing: border-box;
  }
  .fresh-finds-card__link {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  .fresh-finds-card__image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 1rem;
    aspect-ratio: 1 / 1;
  }
  .fresh-finds-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: block;
  }
  .fresh-finds-card__image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
  }
  .fresh-finds-card__link:hover .fresh-finds-card__image:not(.fresh-finds-card__image-hover) {
    opacity: 0;
    transform: scale(1.04);
  }
  .fresh-finds-card__link:hover .fresh-finds-card__image-hover {
    opacity: 1;
    transform: scale(1.04);
  }
  .fresh-finds-card__title {
    font-family: var(--font-heading);
    font-size: 1.45rem;
    font-weight: 500;
    color: var(--color-heading);
    margin: 0;
  }

  /* Slider Arrows */
  .fresh-finds-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--color-button-text);
    border: 1px solid rgba(41, 66, 47, 0.1);
    color: var(--color-heading);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.25s, transform 0.2s, opacity 0.25s;
  }
  .fresh-finds-arrow:hover {
    background-color: var(--color-background);
    transform: translateY(-50%) scale(1.05);
  }
  .fresh-finds-arrow--left {
    left: -24px;
  }
  .fresh-finds-arrow--right {
    right: -24px;
  }

  @media (max-width: 1120px) {
    .fresh-finds-arrow--left {
      left: 10px;
    }
    .fresh-finds-arrow--right {
      right: 10px;
    }
  }

  @media (max-width: 991px) {
    .fresh-finds-header {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      margin-bottom: 2.5rem;
    }
    .fresh-finds-heading {
      font-size: 2.2rem;
    }
    .fresh-finds-slider-track {
      gap: 1.5rem;
    }
    .fresh-finds-card {
      flex: 0 0 calc((100% - 1.5rem) / 2);
      width: calc((100% - 1.5rem) / 2);
    }
  }

  @media (max-width: 767px) {
    .fresh-finds-slider-track {
      gap: 0.75rem;
    }
    .fresh-finds-card {
      flex: 0 0 calc((100% - 0.75rem) / 2);
      width: calc((100% - 0.75rem) / 2);
    }
    .fresh-finds-card__title {
      font-size: 1.1rem;
    }
    .fresh-finds-arrow {
      display: none;
    }
  }
/* END_SECTION:custom-fresh-finds */

/* START_SECTION:custom-hero-slider (INDEX:17) */
.hero-section-wrapper {
    width: 100%;
    padding: 0;
  }
  .hero-slider-outer {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    opacity: 1;
  }
  .hero-slider-outer.full-bleed {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .hero-slider-outer.full-bleed .hero-slider-scroll,
  .hero-slider-outer.full-bleed .hero-slide {
    border-radius: 0;
    aspect-ratio: 1920/800;
    height: auto;
  }
  .hero-slider-scroll {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: auto;
    border-radius: 0;
    aspect-ratio: 1920/800;
    height: auto;
    background-color: var(--color-background);
  }
  .hero-slider-scroll::-webkit-scrollbar {
    display: none;
  }
  .hero-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    scroll-snap-align: start;
    box-sizing: border-box;
    background-color: var(--color-background);
    overflow: hidden;
  }
  .hero-slide__link-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .hero-slide__image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .hero-slide__picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hero-slide__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .hero-slide__content-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 5rem;
    box-sizing: border-box;
  }
  .hero-slide__content {
    max-width: 540px;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    color: #29422F;
  }
  .hero-slide__heading {
    font-family: var(--font-heading), 'Cormorant Infant', serif !important;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.15;
    color: inherit;
    margin: 0;
  }
  .hero-slide__text {
    font-family: var(--font-body), 'Inter Tight', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: inherit;
    opacity: 0.8;
    margin: 0;
  }
  .hero-slide .hero-text--mobile {
    display: none;
  }
  .hero-slide__btn {
    display: inline-block;
    padding: 0.9rem 2.2rem;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    font-family: var(--font-button);
    transition: transform 0.2s, opacity 0.2s;
    width: fit-content;
  }
  .placeholder-svg {
    background-color: #eae3d2;
    fill: #a89f89;
    width: 100%;
    height: 100%;
  }
  .hero-slider__dots {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
  .hero-slider__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c4cdc8;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  .hero-slider__dot.active {
    background-color: var(--color-heading);
    transform: scale(1.2);
  }

  @media (max-width: 991px) {
    .hero-slider-outer {
      margin-top: 16px;
      margin-left: auto;
      margin-right: auto;
    }
    .hero-slider-scroll,
    .hero-slider-outer.full-bleed .hero-slider-scroll,
    .hero-slider-outer.full-bleed .hero-slide {
      height: 460px;
      aspect-ratio: auto;
    }
    .hero-slide__content-container {
      padding: 0 3rem;
    }
    .hero-slide__heading {
      font-size: 38px;
    }
  }

  @media (max-width: 767px) {
    .hero-slider-outer {
      width: calc(100% - 32px);
      max-width: 379px;
      margin-top: 16px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      top: 0;
      opacity: 1;
    }
    .hero-slider-outer.full-bleed {
      max-width: 379px;
      width: calc(100% - 32px);
      margin-top: 16px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      top: 0;
      border-radius: 28px;
    }
    .hero-slider-scroll,
    .hero-slider-outer.full-bleed .hero-slider-scroll,
    .hero-slider-outer.full-bleed .hero-slide {
      height: 736px;
      border-radius: 28px;
      aspect-ratio: auto;
    }
    .hero-slide {
      border-radius: 28px;
    }
    .hero-slide__content-container {
      position: absolute;
      top: 52px;
      left: 54px;
      width: 283px;
      max-width: calc(100% - 32px);
      height: 176px;
      padding: 0;
      box-sizing: border-box;
      z-index: 2;
    }
    .hero-slide__content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 18px;
      align-items: center;
      text-align: center;
      justify-content: flex-start;
      opacity: 1;
    }
    .hero-slide__heading {
      font-size: 28px;
      line-height: 1.15;
      margin: 0;
    }
    .hero-slide__text {
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
    }
    .hero-slide .hero-text--desktop {
      display: none;
    }
    .hero-slide .hero-text--mobile {
      display: inline;
    }
  }
/* END_SECTION:custom-hero-slider */

/* START_SECTION:custom-newsletter (INDEX:18) */
.custom-newsletter-section {
    width: 100%;
    padding: 5rem 0;
  }
  .newsletter-container {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 var(--page-margin);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
  }
  .newsletter__brand-col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 480px;
  }
  .newsletter__logo-wrapper {
    color: var(--color-heading);
  }
  .newsletter__tagline {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-foreground);
    margin: 0;
  }
  .newsletter__card {
    border-radius: 24px;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid rgba(41, 66, 47, 0.08);
  }
  .newsletter__badge {
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    padding: 0.4rem 1.1rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 0.1em;
    display: inline-block;
    align-self: flex-start;
  }
  .newsletter__heading {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-heading);
    margin: 0;
  }
  .newsletter__description {
    font-size: 0.95rem;
    color: var(--color-foreground);
    margin: 0;
  }
  .newsletter-form__field-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .newsletter-form__input {
    width: 100%;
    padding: 1rem 3.5rem 1rem 1.5rem;
    border-radius: 30px;
    border: 1px solid rgba(41, 66, 47, 0.25);
    background-color: transparent;
    color: var(--color-heading);
    font-family: var(--font-body);
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.2s ease;
  }
  .newsletter-form__input:focus {
    border-color: var(--color-heading);
  }
  .newsletter-form__button {
    position: absolute;
    right: 6px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
  }
  .newsletter-form__button:hover {
    transform: scale(1.05);
    opacity: 0.9;
  }
  .newsletter-form__message {
    font-size: 0.85rem;
    margin-top: 0.5rem;
    display: block;
  }
  .newsletter-form__message--error {
    color: #cc3333;
  }
  .newsletter-form__message--success {
    color: var(--color-heading);
    font-weight: 600;
  }

  @media (max-width: 991px) {
    .newsletter-container {
      grid-template-columns: 1fr;
      gap: 3rem;
    }
    .newsletter__card {
      padding: 2rem;
    }
  }
/* END_SECTION:custom-newsletter */

/* START_SECTION:custom-our-story-craft (INDEX:19) */
.custom-story-craft-section {
    width: 100%;
    padding: 3.5rem 0;
  }
  .story-craft-container {
    max-width: 1232px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 0;
  }
  .story-craft-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
  }
  /* By default (image_alignment == 'right'), Content goes left (first), Image goes right (second) */
  .story-craft-grid .story-craft__content-col {
    order: -1;
  }
  .story-craft-grid .story-craft__image-col {
    order: 1;
  }
  /* When image_alignment == 'left', Image goes left (first), Content goes right (second) */
  .story-craft-grid--image-left .story-craft__image-col {
    order: -1;
  }
  .story-craft-grid--image-left .story-craft__content-col {
    order: 1;
  }
  .story-craft__image-wrapper {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    aspect-ratio: 1.35 / 1;
    border: 1px solid rgba(41, 66, 47, 0.08);
  }
  .story-craft__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }
  .story-craft__image-wrapper:hover .story-craft__image {
    transform: scale(1.02);
  }
  .story-craft__content {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    max-width: 520px;
  }
  .story-craft__badge {
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    padding: 0.4rem 1.1rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 0.1em;
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 0.2rem;
  }
  .story-craft__heading {
    font-family: var(--font-heading);
    font-size: 2.85rem;
    font-weight: 500;
    line-height: 1.15;
    color: var(--color-heading);
    margin: 0;
  }
  .story-craft__description {
    font-family: var(--font-body);
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(41, 66, 47, 0.75);
    margin: 0;
  }
  .story-craft__btn {
    display: inline-block;
    padding: 0.85rem 2.2rem;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    font-family: var(--font-button);
    transition: all 0.25s ease;
    border: 1px solid transparent;
  }
  .story-craft__btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
  }

  @media (max-width: 991px) {
    .story-craft-grid {
      grid-template-columns: 1fr;
      gap: 3rem;
    }
    .story-craft-grid .story-craft__image-col,
    .story-craft-grid .story-craft__content-col,
    .story-craft-grid--image-left .story-craft__image-col,
    .story-craft-grid--image-left .story-craft__content-col {
      order: 0;
    }
    .story-craft__image-wrapper {
      aspect-ratio: 1.5 / 1;
    }
    .story-craft__heading {
      font-size: 2.2rem;
    }
    .story-craft__content {
      max-width: 100%;
    }
  }
/* END_SECTION:custom-our-story-craft */

/* START_SECTION:custom-our-story-journey (INDEX:20) */
.custom-journey-section {
    width: 100%;
    padding: 5rem 0 3.5rem 0;
  }
  .journey-container {
    max-width: 1232px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 0;
  }
  .journey-header {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    align-items: flex-end;
    gap: 4.5rem;
    margin-bottom: 3.5rem;
  }
  .journey-badge {
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    padding: 0.4rem 1.1rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-bottom: 1rem;
  }
  .journey-heading {
    font-family: var(--font-heading);
    font-size: 2.85rem;
    font-weight: 500;
    line-height: 1.15;
    color: var(--color-heading);
    margin: 0;
  }
  .journey-description {
    font-family: var(--font-body);
    font-size: 1.1rem;
    color: rgba(41, 66, 47, 0.75);
    line-height: 1.6;
    margin: 0;
  }
  .journey-pillars-card {
    background-color: var(--color-button-bg);
    border-radius: 28px;
    padding: 4.5rem 3.5rem;
  }
  .journey-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
  .journey-pillar-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .journey-pillar-icon {
    color: var(--color-button-text);
    opacity: 0.95;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 48px;
  }
  .journey-pillar-title {
    font-family: var(--font-heading);
    font-size: 1.65rem;
    font-weight: 500;
    color: var(--color-button-text) !important;
    margin: 0;
    text-align: center;
  }
  .journey-pillar-text {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: rgba(242, 234, 223, 0.8);
    line-height: 1.5;
    margin: 0;
    text-align: center;
  }

  @media (max-width: 991px) {
    .journey-header {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      margin-bottom: 2.5rem;
    }
    .journey-heading {
      font-size: 2.2rem;
    }
    .journey-pillars-grid {
      display: grid !important;
      grid-template-columns: 45% 45% !important;
      justify-content: space-between !important;
      gap: 2.5rem 0 !important;
    }
    .journey-pillar-item {
      width: 100% !important;
      max-width: 100% !important;
    }
    .journey-pillar-title {
      font-size: 18px !important;
    }
    .journey-pillars-card {
      padding: 3rem 2.5rem;
    }
    .journey-pillar-text {
      display: none !important;
    }
  }

  @media (max-width: 575px) {
    .journey-pillars-grid {
      display: grid !important;
      grid-template-columns: 45% 45% !important;
      justify-content: space-between !important;
      gap: 2rem 0 !important;
    }
    .journey-pillars-card {
      padding: 3.5rem 1.5rem;
    }
  }
/* END_SECTION:custom-our-story-journey */

/* START_SECTION:custom-privacy-hero (INDEX:21) */
.privacy-hero-section {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .privacy-hero {
    position: relative;
    width: calc(100% - 48px);
    max-width: 1232px;
    height: 349px;
    margin-top: 20px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .hero-bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transform: scale(1.08);
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 2.8s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
    will-change: opacity, transform;
  }
  .hero-bg-slide.active {
    opacity: 1;
    z-index: 2;
    transform: scale(1.0);
    pointer-events: auto;
  }
  .hero-bg-picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .privacy-hero__bg-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E2DCD0;
    z-index: 1;
  }
  .privacy-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .privacy-hero__content-container {
    max-width: var(--page-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--page-margin);
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .privacy-hero__content {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .privacy-hero__heading {
    font-family: 'Cormorant Infant', serif !important;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    color: #29422F !important;
    margin: 0;
  }
  .privacy-hero__text {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(41, 66, 47, 0.5) !important;
    margin: 0;
  }
  .privacy-hero .hero-text--mobile {
    display: none;
  }

  @media (max-width: 991px) {
    .privacy-hero {
      width: calc(100% - 48px);
      height: 280px;
      margin-top: 16px;
    }
    .privacy-hero__heading {
      font-size: 36px;
    }
    .privacy-hero__text {
      font-size: 16px;
    }
  }

  @media (max-width: 767px) {
    .privacy-hero {
      max-width: 379px;
      width: calc(100% - 32px);
      height: 699px;
      margin: -16px auto 0 auto;
      position: relative;
      top: -16px;
      border-radius: 28px;
      opacity: 1;
    }
    .privacy-hero__content-container {
      position: absolute;
      top: 52px;
      left: 54px;
      width: 283px;
      max-width: calc(100% - 32px);
      height: 176px;
      padding: 0;
      box-sizing: border-box;
      z-index: 3;
    }
    .privacy-hero__content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 18px;
      align-items: center;
      text-align: center;
      justify-content: flex-start;
      opacity: 1;
    }
    .privacy-hero__heading {
      font-size: 28px;
      line-height: 1.15;
      margin: 0;
    }
    .privacy-hero__text {
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
    }
    .privacy-hero .hero-text--desktop {
      display: none;
    }
    .privacy-hero .hero-text--mobile {
      display: inline;
    }
  }
/* END_SECTION:custom-privacy-hero */

/* START_SECTION:custom-privacy-policy (INDEX:22) */
.custom-privacy-section {
    width: 100%;
    padding: 6rem 0;
  }
  .privacy-container {
    width: calc(100% - 48px);
    max-width: 1232px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
  }
  .privacy-header-block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .privacy-main-title {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--color-heading) !important;
    margin: 0;
  }
  .privacy-content-block {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .privacy-section-heading {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-heading) !important;
    margin: 0;
  }
  .privacy-rich-text {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: rgba(41, 66, 47, 0.7);
  }
  .privacy-rich-text p {
    margin: 0 0 1.2rem 0;
  }
  .privacy-rich-text p:last-child {
    margin-bottom: 0;
  }
  .privacy-rich-text ul {
    margin: 0 0 1.5rem 0;
    padding-left: 1.5rem;
    list-style-type: disc;
  }
  .privacy-rich-text li {
    margin-bottom: 0.8rem;
  }
  .privacy-rich-text li strong {
    color: var(--color-heading);
    font-weight: 600;
  }
  .privacy-rich-text a {
    color: var(--color-heading);
    text-decoration: underline;
    font-weight: 500;
    transition: opacity 0.25s ease;
  }
  .privacy-rich-text a:hover {
    opacity: 0.8;
  }

  @media (max-width: 767px) {
    .custom-privacy-section {
      padding: 4rem 0;
    }
    .privacy-main-title {
      font-size: 32px;
    }
    .privacy-section-heading {
      font-size: 32px;
    }
    .privacy-container {
      width: calc(100% - 32px);
      gap: 2.5rem;
    }
  }
/* END_SECTION:custom-privacy-policy */

/* START_SECTION:custom-refund-hero (INDEX:23) */
.privacy-hero-section {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .privacy-hero {
    position: relative;
    width: calc(100% - 48px);
    max-width: 1232px;
    height: 349px;
    margin-top: 20px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .hero-bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transform: scale(1.08);
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 2.8s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
    will-change: opacity, transform;
  }
  .hero-bg-slide.active {
    opacity: 1;
    z-index: 2;
    transform: scale(1.0);
    pointer-events: auto;
  }
  .hero-bg-picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .privacy-hero__bg-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E2DCD0;
    z-index: 1;
  }
  .privacy-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .privacy-hero__content-container {
    max-width: var(--page-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--page-margin);
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .privacy-hero__content {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .privacy-hero__heading {
    font-family: 'Cormorant Infant', serif !important;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    color: #29422F !important;
    margin: 0;
  }
  .privacy-hero__text {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(41, 66, 47, 0.5) !important;
    margin: 0;
  }
  .privacy-hero .hero-text--mobile {
    display: none;
  }

  @media (max-width: 991px) {
    .privacy-hero {
      width: calc(100% - 48px);
      height: 280px;
      margin-top: 16px;
    }
    .privacy-hero__heading {
      font-size: 36px;
    }
    .privacy-hero__text {
      font-size: 16px;
    }
  }

  @media (max-width: 767px) {
    .privacy-hero {
      max-width: 379px;
      width: calc(100% - 32px);
      height: 699px;
      margin: -16px auto 0 auto;
      position: relative;
      top: -16px;
      border-radius: 28px;
      opacity: 1;
    }
    .privacy-hero__content-container {
      position: absolute;
      top: 52px;
      left: 54px;
      width: 283px;
      max-width: calc(100% - 32px);
      height: 176px;
      padding: 0;
      box-sizing: border-box;
      z-index: 3;
    }
    .privacy-hero__content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 18px;
      align-items: center;
      text-align: center;
      justify-content: flex-start;
      opacity: 1;
    }
    .privacy-hero__heading {
      font-size: 28px;
      line-height: 1.15;
      margin: 0;
    }
    .privacy-hero__text {
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
    }
    .privacy-hero .hero-text--desktop {
      display: none;
    }
    .privacy-hero .hero-text--mobile {
      display: inline;
    }
  }
/* END_SECTION:custom-refund-hero */

/* START_SECTION:custom-refund-policy (INDEX:24) */
.custom-privacy-section {
    width: 100%;
    padding: 6rem 0;
  }
  .privacy-container {
    width: calc(100% - 48px);
    max-width: 1232px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
  }
  .privacy-header-block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .privacy-main-title {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--color-heading) !important;
    margin: 0;
  }
  .privacy-content-block {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .privacy-section-heading {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-heading) !important;
    margin: 0;
  }
  .privacy-rich-text {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: rgba(41, 66, 47, 0.5);
  }
  .privacy-rich-text p {
    margin: 0 0 1.2rem 0;
  }
  .privacy-rich-text p:last-child {
    margin-bottom: 0;
  }
  .privacy-rich-text ul {
    margin: 0 0 1.5rem 0;
    padding-left: 1.5rem;
    list-style-type: disc;
  }
  .privacy-rich-text li {
    margin-bottom: 0.8rem;
  }
  .privacy-rich-text li strong {
    color: var(--color-heading);
    font-weight: 600;
  }
  .privacy-rich-text a {
    color: var(--color-heading);
    text-decoration: underline;
    font-weight: 500;
    transition: opacity 0.25s ease;
  }
  .privacy-rich-text a:hover {
    opacity: 0.8;
  }

  @media (max-width: 767px) {
    .custom-privacy-section {
      padding: 4rem 0;
    }
    .privacy-main-title {
      font-size: 32px;
    }
    .privacy-section-heading {
      font-size: 32px;
    }
    .privacy-container {
      width: calc(100% - 32px);
      gap: 2.5rem;
    }
  }
/* END_SECTION:custom-refund-policy */

/* START_SECTION:custom-section (INDEX:25) */
.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:custom-shipping-hero (INDEX:26) */
.privacy-hero-section {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .privacy-hero {
    position: relative;
    width: calc(100% - 48px);
    max-width: 1232px;
    height: 349px;
    margin-top: 20px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .hero-bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transform: scale(1.08);
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 2.8s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
    will-change: opacity, transform;
  }
  .hero-bg-slide.active {
    opacity: 1;
    z-index: 2;
    transform: scale(1.0);
    pointer-events: auto;
  }
  .hero-bg-picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .privacy-hero__bg-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E2DCD0;
    z-index: 1;
  }
  .privacy-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .privacy-hero__content-container {
    max-width: var(--page-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--page-margin);
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .privacy-hero__content {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .privacy-hero__heading {
    font-family: 'Cormorant Infant', serif !important;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    color: #29422F !important;
    margin: 0;
  }
  .privacy-hero__text {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(41, 66, 47, 0.5) !important;
    margin: 0;
  }
  .privacy-hero .hero-text--mobile {
    display: none;
  }

  @media (max-width: 991px) {
    .privacy-hero {
      width: calc(100% - 48px);
      height: 280px;
      margin-top: 16px;
    }
    .privacy-hero__heading {
      font-size: 36px;
    }
    .privacy-hero__text {
      font-size: 16px;
    }
  }

  @media (max-width: 767px) {
    .privacy-hero {
      max-width: 379px;
      width: calc(100% - 32px);
      height: 699px;
      margin: -16px auto 0 auto;
      position: relative;
      top: -16px;
      border-radius: 28px;
      opacity: 1;
    }
    .privacy-hero__content-container {
      position: absolute;
      top: 52px;
      left: 54px;
      width: 283px;
      max-width: calc(100% - 32px);
      height: 176px;
      padding: 0;
      box-sizing: border-box;
      z-index: 3;
    }
    .privacy-hero__content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 18px;
      align-items: center;
      text-align: center;
      justify-content: flex-start;
      opacity: 1;
    }
    .privacy-hero__heading {
      font-size: 28px;
      line-height: 1.15;
      margin: 0;
    }
    .privacy-hero__text {
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
    }
    .privacy-hero .hero-text--desktop {
      display: none;
    }
    .privacy-hero .hero-text--mobile {
      display: inline;
    }
  }
/* END_SECTION:custom-shipping-hero */

/* START_SECTION:custom-shipping-policy (INDEX:27) */
.custom-privacy-section {
    width: 100%;
    padding: 6rem 0;
  }
  .privacy-container {
    width: calc(100% - 48px);
    max-width: 1232px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
  }
  .privacy-header-block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .privacy-main-title {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--color-heading) !important;
    margin: 0;
  }
  .privacy-content-block {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .privacy-section-heading {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-heading) !important;
    margin: 0;
  }
  .privacy-rich-text {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: rgba(41, 66, 47, 0.5);
  }
  .privacy-rich-text p {
    margin: 0 0 1.2rem 0;
  }
  .privacy-rich-text p:last-child {
    margin-bottom: 0;
  }
  .privacy-rich-text ul {
    margin: 0 0 1.5rem 0;
    padding-left: 1.5rem;
    list-style-type: disc;
  }
  .privacy-rich-text li {
    margin-bottom: 0.8rem;
  }
  .privacy-rich-text li strong {
    color: var(--color-heading);
    font-weight: 600;
  }
  .privacy-rich-text a {
    color: var(--color-heading);
    text-decoration: underline;
    font-weight: 500;
    transition: opacity 0.25s ease;
  }
  .privacy-rich-text a:hover {
    opacity: 0.8;
  }

  @media (max-width: 767px) {
    .custom-privacy-section {
      padding: 4rem 0;
    }
    .privacy-main-title {
      font-size: 32px;
    }
    .privacy-section-heading {
      font-size: 32px;
    }
    .privacy-container {
      width: calc(100% - 32px);
      gap: 2.5rem;
    }
  }
/* END_SECTION:custom-shipping-policy */

/* START_SECTION:custom-stats (INDEX:28) */
.custom-stats-section {
    width: 100%;
    padding: 3rem 0;
  }
  .stats-container {
    max-width: 1232px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 3.5rem 2rem;
    background-color: #29422F;
    border-radius: 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1.5rem;
    box-sizing: border-box;
  }
  .stat-item {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .stat-number {
    font-family: var(--font-heading), 'Cormorant Infant', serif !important;
    font-size: 3.8rem;
    font-weight: 500;
    color: #F2EADF;
    line-height: 1;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .stat-suffix {
    font-size: 0.6em;
    font-family: var(--font-heading), 'Cormorant Infant', serif !important;
    font-weight: 500;
    margin-left: 2px;
  }
  .stat-label {
    font-family: var(--font-body), 'Inter Tight', sans-serif !important;
    font-size: 0.95rem;
    color: #F2EADF;
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.4;
  }
  .stat-divider {
    width: 1px;
    height: 70px;
    background-color: rgba(242, 234, 223, 0.25);
  }

  @media (max-width: 991px) {
    .stats-container {
      padding: 3rem 1.5rem;
    }
    .stat-number {
      font-size: 3.2rem;
    }
    .stat-label {
      font-size: 0.9rem;
    }
    .stat-divider {
      height: 60px;
    }
  }

  @media (max-width: 767px) {
    .custom-stats-section {
      padding: 2rem 0;
    }
    .stats-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2.5rem 1.5rem;
      padding: 3rem 1.5rem;
      width: calc(100% - 32px);
      border-radius: 28px;
    }
    .stat-number {
      font-size: 2.8rem;
    }
    .stat-label {
      font-size: 0.85rem;
    }
    .stat-divider {
      display: none;
    }
  }
/* END_SECTION:custom-stats */

/* START_SECTION:custom-story-hero (INDEX:29) */
.story-hero-section {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .story-hero-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .story-hero {
    position: relative;
    width: 1232px;
    max-width: calc(100% - 48px);
    height: 687px;
    margin: 20px auto 0 auto;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    opacity: 1;
  }
  .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .hero-bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transform: scale(1.08);
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 2.8s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
    will-change: opacity, transform;
  }
  .hero-bg-slide.active {
    opacity: 1;
    z-index: 2;
    transform: scale(1.0);
    pointer-events: auto;
  }
  .hero-bg-picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .story-hero__bg-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E2DCD0;
    z-index: 1;
  }
  .story-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .story-hero__content-container {
    width: 100%;
    padding: 0 4.5rem;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    text-align: left;
  }
  .story-hero__content {
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .story-hero__heading {
    font-family: var(--font-heading), 'Cormorant Infant', serif !important;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.15;
    color: #29422F !important;
    margin: 0;
  }
  .story-hero__text {
    font-family: var(--font-body), 'Inter Tight', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(41, 66, 47, 0.7) !important;
    margin: 0;
  }
  .story-hero .hero-text--mobile {
    display: none;
  }

  @media (max-width: 991px) {
    .story-hero {
      height: 460px;
      margin-top: 16px;
      margin-left: auto;
      margin-right: auto;
    }
    .story-hero__content-container {
      padding: 0 3rem;
    }
    .story-hero__heading {
      font-size: 40px;
    }
    .story-hero__text {
      font-size: 15px;
    }
  }

  @media (max-width: 767px) {
    .story-hero {
      width: calc(100% - 32px);
      max-width: 379px;
      height: 736px;
      margin-top: 16px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      top: 0;
      left: 0;
      border-radius: 28px;
      opacity: 1;
    }
    .story-hero__content-container {
      position: absolute;
      top: 52px;
      left: 54px;
      width: 283px;
      max-width: calc(100% - 32px);
      height: 176px;
      padding: 0;
      box-sizing: border-box;
      z-index: 3;
    }
    .story-hero__content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 18px;
      align-items: center;
      text-align: center;
      justify-content: flex-start;
      opacity: 1;
    }
    .story-hero__heading {
      font-size: 28px;
      line-height: 1.15;
      margin: 0;
    }
    .story-hero__text {
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
    }
    .story-hero .hero-text--desktop {
      display: none;
    }
    .story-hero .hero-text--mobile {
      display: inline;
    }
  }
/* END_SECTION:custom-story-hero */

/* START_SECTION:custom-terms-content (INDEX:30) */
.custom-privacy-section {
    width: 100%;
    padding: 6rem 0;
  }
  .privacy-container {
    width: calc(100% - 48px);
    max-width: 1232px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
  }
  .privacy-header-block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .privacy-main-title {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--color-heading) !important;
    margin: 0;
  }
  .privacy-content-block {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .privacy-section-heading {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-heading) !important;
    margin: 0;
  }
  .privacy-rich-text {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: rgba(41, 66, 47, 0.7);
  }
  .privacy-rich-text p {
    margin: 0 0 1.2rem 0;
  }
  .privacy-rich-text p:last-child {
    margin-bottom: 0;
  }
  .privacy-rich-text ul {
    margin: 0 0 1.5rem 0;
    padding-left: 1.5rem;
    list-style-type: disc;
  }
  .privacy-rich-text li {
    margin-bottom: 0.8rem;
  }
  .privacy-rich-text li strong {
    color: var(--color-heading);
    font-weight: 600;
  }
  .privacy-rich-text a {
    color: var(--color-heading);
    text-decoration: underline;
    font-weight: 500;
    transition: opacity 0.25s ease;
  }
  .privacy-rich-text a:hover {
    opacity: 0.8;
  }

  @media (max-width: 767px) {
    .custom-privacy-section {
      padding: 4rem 0;
    }
    .privacy-main-title {
      font-size: 32px;
    }
    .privacy-section-heading {
      font-size: 32px;
    }
    .privacy-container {
      width: calc(100% - 32px);
      gap: 2.5rem;
    }
  }
/* END_SECTION:custom-terms-content */

/* START_SECTION:custom-terms-hero (INDEX:31) */
.privacy-hero-section {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .privacy-hero {
    position: relative;
    width: calc(100% - 48px);
    max-width: 1232px;
    height: 349px;
    margin-top: 20px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .hero-bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transform: scale(1.08);
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 2.8s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
    will-change: opacity, transform;
  }
  .hero-bg-slide.active {
    opacity: 1;
    z-index: 2;
    transform: scale(1.0);
    pointer-events: auto;
  }
  .hero-bg-picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .privacy-hero__bg-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E2DCD0;
    z-index: 1;
  }
  .privacy-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .privacy-hero__content-container {
    max-width: var(--page-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--page-margin);
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .privacy-hero__content {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .privacy-hero__heading {
    font-family: 'Cormorant Infant', serif !important;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    color: #29422F !important;
    margin: 0;
  }
  .privacy-hero__text {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(41, 66, 47, 0.5) !important;
    margin: 0;
  }
  .privacy-hero .hero-text--mobile {
    display: none;
  }

  @media (max-width: 991px) {
    .privacy-hero {
      width: calc(100% - 48px);
      height: 280px;
      margin-top: 16px;
    }
    .privacy-hero__heading {
      font-size: 36px;
    }
    .privacy-hero__text {
      font-size: 16px;
    }
  }

  @media (max-width: 767px) {
    .privacy-hero {
      max-width: 379px;
      width: calc(100% - 32px);
      height: 699px;
      margin: -16px auto 0 auto;
      position: relative;
      top: -16px;
      border-radius: 28px;
      opacity: 1;
    }
    .privacy-hero__content-container {
      position: absolute;
      top: 52px;
      left: 54px;
      width: 283px;
      max-width: calc(100% - 32px);
      height: 176px;
      padding: 0;
      box-sizing: border-box;
      z-index: 3;
    }
    .privacy-hero__content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 18px;
      align-items: center;
      text-align: center;
      justify-content: flex-start;
      opacity: 1;
    }
    .privacy-hero__heading {
      font-size: 28px;
      line-height: 1.15;
      margin: 0;
    }
    .privacy-hero__text {
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
    }
    .privacy-hero .hero-text--desktop {
      display: none;
    }
    .privacy-hero .hero-text--mobile {
      display: inline;
    }
  }
/* END_SECTION:custom-terms-hero */

/* START_SECTION:custom-testimonials (INDEX:32) */
.custom-testimonials-section {
    width: 100%;
    padding: 5rem 0;
  }
  .testimonials-container {
    max-width: 1232px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 0;
  }
  .testimonials-header {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: flex-end;
    gap: 3.5rem;
    margin-bottom: 4rem;
  }
  .testimonials-badge {
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    padding: 0.4rem 1.1rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-bottom: 1rem;
  }
  .testimonials-heading {
    font-family: var(--font-heading);
    font-size: 2.85rem;
    font-weight: 500;
    line-height: 1.15;
    color: var(--color-heading);
    margin: 0;
  }
  .testimonials-description {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-foreground);
    margin: 0;
  }

  /* Desktop Grid */
  .testimonials-grid--desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: stretch;
  }

  /* Mobile Slideshow: hidden on desktop */
  .testimonials-slideshow {
    display: none;
  }

  /* Shared card styles */
  .testimonial-item {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
  }
  .testimonial-quote-box {
    background-color: rgba(41, 66, 47, 0.04);
    border-radius: 24px;
    padding: 2.5rem 2.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
  }
  .testimonial-quote-mark {
    font-family: var(--font-heading);
    font-size: 4rem;
    line-height: 0.8;
    color: var(--color-heading);
    display: block;
    margin-bottom: -1rem;
  }
  .testimonial-quote-text {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-heading);
    font-weight: 400;
    margin: 0;
  }
  .testimonial-profile {
    background-color: rgba(41, 66, 47, 0.04);
    border-radius: 24px;
    padding: 1.2rem 1.8rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
  .testimonial-avatar-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
  }
  .testimonial-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .testimonial-avatar-fallback {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(41, 66, 47, 0.12);
    flex-shrink: 0;
  }
  .testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
  .testimonial-name {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    color: var(--color-heading);
    font-weight: 600;
    margin: 0;
  }
  .testimonial-location {
    font-size: 0.85rem;
    color: var(--color-foreground);
    font-weight: 500;
  }

  /* --- Slideshow (Mobile Only) --- */
  .testimonial-slide {
    display: none;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .testimonial-slide.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  /* Dot indicators */
  .testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
  }
  .testimonials-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background-color: rgba(41, 66, 47, 0.2);
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  .testimonials-dot.active {
    background-color: var(--color-heading);
    transform: scale(1.35);
  }

  @media (max-width: 991px) {
    .testimonials-header {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      margin-bottom: 3rem;
    }
    .testimonials-heading {
      font-size: 2.2rem;
    }
    .testimonials-grid--desktop {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
    .testimonial-quote-box {
      min-height: auto;
    }
  }

  @media (max-width: 767px) {
    .custom-testimonials-section {
      padding: 3rem 0;
    }
    /* Hide desktop grid, show mobile slideshow */
    .testimonials-grid--desktop {
      display: none;
    }
    .testimonials-slideshow {
      display: block;
    }
    .testimonial-quote-box {
      min-height: auto;
      border-radius: 20px;
      padding: 2rem 1.6rem;
    }
    .testimonial-profile {
      border-radius: 20px;
      padding: 1rem 1.4rem;
    }
    .testimonials-header {
      margin-bottom: 2rem;
    }
  }
/* END_SECTION:custom-testimonials */

/* START_SECTION:custom-trending-products (INDEX:33) */
.custom-trending-section {
    width: 100%;
    padding: 5rem 0;
    overflow: hidden;
  }
  .trending-container {
    max-width: 1232px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 4rem;
    align-items: center;
  }
  .trending__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .trending__heading {
    font-family: var(--font-heading);
    font-size: 2.85rem;
    font-weight: 500;
    line-height: 1.15;
    color: var(--color-heading);
    margin: 0;
  }
  .trending__description {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--color-foreground);
    margin: 0;
    opacity: 0.75;
    text-align: justify;
  }
  .trending__btn {
    display: inline-block;
    padding: 0.85rem 2.2rem;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    font-family: var(--font-button);
    transition: all 0.25s ease;
    width: fit-content;
  }
  .trending__btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
  }

  /* ─── Mosaic Grid ─── */
  .trending__video-col {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trending-mosaic {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    width: 100%;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
  }

  /* Grid placement for 5 items:
     item-0: col 1, row 1        (top-left small)
     item-1: col 1, row 2        (bottom-left small)
     item-2: col 2, rows 1–2     (center large — MAIN)
     item-3: col 3, row 1        (top-right small)
     item-4: col 3, row 2        (bottom-right small)
  */
  .mosaic-item--0 { grid-column: 1; grid-row: 1; }
  .mosaic-item--1 { grid-column: 1; grid-row: 2; }
  .mosaic-item--2 { grid-column: 2; grid-row: 1 / span 2; }
  .mosaic-item--3 { grid-column: 3; grid-row: 1; }
  .mosaic-item--4 { grid-column: 3; grid-row: 2; }

  .mosaic-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background-color: #d8d1c7;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  }
  .mosaic-item.switching {
    opacity: 0;
    transform: scale(0.95);
  }
  .mosaic-item--main {
    border-radius: 18px;
  }
  .mosaic-item--empty {
    cursor: default;
    background-color: rgba(41, 66, 47, 0.06);
  }

  /* Thumbnail / video fills cell */
  .mosaic-thumb,
  .mosaic-thumb-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }
  .mosaic-thumb-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e8e0d6, #cdc5b8);
  }

  /* Play overlay */
  .mosaic-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.18);
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .mosaic-play-ring {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(8px);
    border: 2px solid rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
  }

  /* Hover transitions (Desktop-only) */
  @media (hover: hover) {
    .mosaic-item:hover {
      transform: scale(1.02);
      z-index: 2;
    }
    .mosaic-item:hover .mosaic-thumb,
    .mosaic-item:hover .mosaic-thumb-video {
      transform: scale(1.06);
    }
    .mosaic-item:hover .mosaic-overlay {
      opacity: 1;
    }
    .mosaic-item:hover .mosaic-play-ring {
      transform: scale(1.1);
    }
  }

  /* Active glow ring (cycles through items) */
  .mosaic-active-ring {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 3px solid transparent;
    pointer-events: none;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
  }
  .mosaic-item.mosaic-active .mosaic-active-ring {
    border-color: rgba(41, 66, 47, 0.7);
    box-shadow: 0 0 0 3px rgba(41, 66, 47, 0.15), inset 0 0 20px rgba(41, 66, 47, 0.08);
  }
  .mosaic-item.mosaic-active .mosaic-overlay {
    opacity: 1;
    background: rgba(0,0,0,0.1);
  }
  .mosaic-item.mosaic-active .mosaic-play-ring {
    background: rgba(41, 66, 47, 0.75);
    border-color: rgba(255,255,255,0.5);
    animation: pulsePing 1.8s ease-in-out infinite;
  }

  @keyframes pulsePing {
    0%, 100% { box-shadow: 0 0 0 0 rgba(41, 66, 47, 0.4); }
    50% { box-shadow: 0 0 0 10px rgba(41, 66, 47, 0); }
  }

  /* Label on main video */
  .mosaic-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5rem 1.2rem 1.2rem;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
    z-index: 3;
  }
  .mosaic-label-text {
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.2;
  }

  /* ─── Modal ─── */
  .trending-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .trending-modal.is-open {
    visibility: visible;
    opacity: 1;
  }
  .trending-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.88);
    backdrop-filter: blur(4px);
  }
  .trending-modal-box {
    position: relative;
    z-index: 1;
    width: min(92vw, 860px);
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    transform: scale(0.92);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .trending-modal.is-open .trending-modal-box {
    transform: scale(1);
  }
  .trending-modal-player {
    flex: 1;
    width: 100%;
    overflow: hidden;
  }
  .trending-modal-player video,
  .trending-modal-player iframe,
  .trending-modal-player img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border: none;
  }
  .trending-modal-title {
    padding: 0.8rem 1.4rem;
    background: rgba(0,0,0,0.6);
    color: rgba(255,255,255,0.9);
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 500;
  }
  .trending-modal-shop-link {
    color: #c9d8b8;
    text-decoration: none;
    transition: color 0.2s;
  }
  .trending-modal-shop-link:hover {
    color: #fff;
  }
  .trending-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .trending-modal-close:hover {
    background: rgba(255,255,255,0.25);
    transform: scale(1.08);
  }

  /* ─── Responsive ─── */
  @media (max-width: 991px) {
    .trending-container {
      grid-template-columns: 1fr;
      gap: 3rem;
    }
    .trending__heading {
      font-size: 2.2rem;
    }
    .trending-mosaic {
      height: 380px;
    }
  }
  @media (max-width: 600px) {
    .trending-mosaic {
      grid-template-columns: 1fr 1.4fr;
      grid-template-rows: 1fr 1fr 1fr;
      height: 440px;
    }
    .mosaic-item--0 { grid-column: 1; grid-row: 1; }
    .mosaic-item--1 { grid-column: 1; grid-row: 2; }
    .mosaic-item--2 { grid-column: 2; grid-row: 1 / span 2; }
    .mosaic-item--3 { grid-column: 1; grid-row: 3; }
    .mosaic-item--4 { grid-column: 2; grid-row: 3; }
  }
/* END_SECTION:custom-trending-products */

/* START_SECTION:footer (INDEX:34) */
footer,
  .shopify-section-group-footer-group,
  .custom-footer {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-footer {
    background-color: #29422F !important;
    padding: 0 0 0.5rem 0;
    margin-top: 240px; /* Space for the overlapping newsletter card */
    position: relative;
    color: #F2EADF;
    box-sizing: border-box;
  }
  .footer-container {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 var(--page-margin);
    display: flex;
    flex-direction: column;
  }
  
  /* Newsletter Overlap Card */
  .footer-newsletter-wrapper {
    width: 100%;
    margin-top: -218px; /* Overlap effect */
    margin-bottom: 4rem;
    position: relative;
    z-index: 10;
  }
  .footer-newsletter-card {
    background-color: #F2EADF;
    border-radius: 24px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 80%;
    height: 436px; /* Desktop fixed height alignment */
    margin: 0 auto;
    
    /* Webkit clipping fixes for rounded corners on absolute children */
    isolation: isolate;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .footer-newsletter__image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 24px;
  }
  .newsletter-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
  }
  .newsletter-image-placeholder {
    width: 100%;
    height: 100%;
    background-color: #E2DCD0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #29422F;
  }
  .footer-newsletter__content-side {
    position: relative;
    z-index: 2;
    width: 50%;
    margin-left: auto;
    padding: 3.5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    color: #29422F;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(242, 234, 223, 0) 0%, rgba(242, 234, 223, 0.85) 25%, rgba(242, 234, 223, 0.95) 100%);
  }
  @media (min-width: 992px) {
    .footer-newsletter__content-side {
      position: absolute;
      top: 50%;
      right: 5%;
      transform: translateY(-50%);
      width: 40% !important;
      max-width: 40% !important;
      height: auto !important;
      min-height: 220px;
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-end;
      text-align: right;
      background: transparent !important;
    }
  }
  .footer-newsletter__badge {
    background-color: #29422F;
    color: #F2EADF;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    display: inline-block;
  }
  @media (min-width: 992px) {
    .footer-newsletter__badge {
      margin: 0 !important;
    }
  }
  .footer-newsletter__heading {
    font-family: var(--font-heading), 'Cormorant Infant', serif !important;
    font-size: 32px !important;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 0.8rem 0;
    color: #29422F !important;
  }
  @media (min-width: 992px) {
    .footer-newsletter__heading {
      margin: 0 !important;
      text-align: right !important;
    }
  }
  .footer-newsletter__description {
    font-family: 'Inter Tight', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 1.31 !important;
    letter-spacing: 0 !important;
    color: rgba(41, 66, 47, 0.8) !important;
    margin: 0 0 2rem 0;
    text-align: right !important;
  }
  @media (min-width: 992px) {
    .footer-newsletter__description {
      margin: 0 !important;
      text-align: right !important;
    }
  }
  .footer-newsletter-form {
    width: 100%;
    max-width: 420px;
  }
  @media (min-width: 992px) {
    .footer-newsletter-form {
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 !important;
    }
  }
  .footer-newsletter-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent !important;
    border: 0.5px solid #29422F !important;
    border-radius: 12px !important;
    padding: 10px 6px !important;
    width: 100%;
    max-width: 381px;
    height: 52px;
    box-sizing: border-box;
  }
  @media (min-width: 992px) {
    .footer-newsletter-field {
      width: 100% !important;
      max-width: 100% !important;
    }
  }
  .footer-newsletter-input {
    flex-grow: 1;
    background: transparent;
    border: none;
    outline: none;
    font-family: var(--font-body), sans-serif;
    font-size: 0.95rem;
    color: #29422F !important;
    padding: 0 8px 0 4px !important;
    margin: 0 !important;
  }
  .footer-newsletter-input::placeholder {
    color: rgba(41, 66, 47, 0.5);
  }
  .footer-newsletter-submit {
    background-color: #29422F !important;
    color: #F2EADF !important;
    border: none;
    border-radius: 8px !important;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
    flex-shrink: 0;
    padding: 0;
  }
  .footer-newsletter-submit svg {
    width: 16px;
    height: 16px;
  }
  .footer-newsletter-submit:hover {
    transform: scale(1.05);
  }
  
  /* Main Grid */
  .footer-main-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 80%;
    margin: 0 auto 1rem;
    opacity: 1;
  }
  @media (min-width: 992px) {
    .footer-main-grid {
      flex-wrap: nowrap;
      height: 204px;
    }
  }
  .footer-brand-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 380px;
    text-align: left;
  }
  .footer-logo-fallback {
    color: #ffffff;
    text-decoration: none;
  }
  .footer-logo-text {
    font-family: var(--font-heading), sans-serif;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 1px;
  }
  .footer-logo {
    max-height: 50px;
    object-fit: contain;
    filter: brightness(0) invert(1); /* Ensure black logo turns white on green background */
  }
  .footer-brand-desc {
    font-family: var(--font-body), 'Inter Tight', sans-serif !important;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(242, 234, 223, 0.75) !important;
    margin: 0;
  }
  .footer-menu-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: left;
  }
  .footer-menu-title {
    font-family: var(--font-body), 'Inter Tight', sans-serif !important;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #F2EADF !important;
    letter-spacing: 0.1em;
    margin: 0;
    display: inline-block;
    position: relative;
    padding-bottom: 0.4rem;
  }
  .footer-menu-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: #F2EADF;
  }
  .footer-menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .footer-menu-links a {
    text-decoration: none;
    color: rgba(242, 234, 223, 0.75) !important;
    font-size: 0.95rem;
    transition: color 0.2s ease;
  }
  .footer-menu-links a:hover {
    color: #ffffff !important;
  }

  /* Social Icons Row */
  .footer-social-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 0 auto 1rem;
    width: 100%;
    max-width: 80%;
  }
  .footer-social-line {
    flex-grow: 1;
    height: 1px;
    background-color: #F2EADF !important;
    opacity: 0.2;
  }
  .footer-social-icons {
    display: flex;
    gap: 1.5rem;
  }
  .footer-social-icons a {
    color: #F2EADF !important;
    transition: opacity 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
  }
  .footer-social-icons a:hover {
    opacity: 0.8;
  }

  /* Contact Row */
  .footer-contact-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 1.5rem;
    width: 100%;
    max-width: 80%;
    box-sizing: border-box;
  }
  @media (min-width: 992px) {
    .footer-contact-row {
      height: 58px;
      padding-bottom: 0;
    }
  }
  .footer-contact-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    text-align: left;
    color: #F2EADF;
    height: auto;
  }
  @media (min-width: 992px) {
    .footer-contact-item {
      height: 58px;
    }
  }
  .footer-contact-circle-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #F2EADF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #29422F !important;
    flex-shrink: 0;
  }
  .footer-contact-link,
  .footer-contact-text,
  .footer-contact-phones a {
    font-family: var(--font-body), sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(242, 234, 223, 0.85) !important;
    text-decoration: none;
    text-align: left;
  }
  .footer-contact-link:hover,
  .footer-contact-phones a:hover {
    color: #ffffff !important;
    text-decoration: underline;
  }
  .footer-contact-phones {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    text-align: left;
    align-items: flex-start;
  }
  @media (min-width: 992px) {
    .footer-contact-address {
      width: 392px;
      flex-shrink: 0;
    }
    .footer-contact-address .footer-contact-text {
      max-width: 328px;
      line-height: 1.4;
      display: inline-block;
      white-space: normal;
    }
  }

  /* Value Banner */
  .footer-value-banner {
    background-color: #F2EADF;
    border-radius: 24px;
    padding: 2.5rem 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 80%;
    margin: 0 auto 0.75rem;
    box-sizing: border-box;
    opacity: 1;
  }
  @media (min-width: 992px) {
    .footer-value-banner {
      height: 134px;
      padding: 32px 16px;
      gap: 16px;
      justify-content: space-between;
    }
  }
  .value-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    color: #29422F;
    padding: 0;
  }
  @media (min-width: 992px) {
    .value-item {
      width: 20%;
      flex-shrink: 0;
    }
  }
  .value-icon {
    color: #29422F;
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
  .value-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: left !important;
    align-items: flex-start !important;
  }
  .value-title {
    font-family: var(--font-heading), 'Cormorant Infant', serif !important;
    font-size: 20px !important;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    text-align: left !important;
  }
  .value-desc {
    font-family: var(--font-body), 'Inter Tight', sans-serif !important;
    font-size: 16px !important;
    opacity: 0.8;
    margin: 0;
    line-height: 1.3;
    text-align: left !important;
  }
  .value-divider {
    width: 1px;
    height: 50px;
    background-color: rgba(41, 66, 47, 0.15);
  }

  /* Copyright Center */
  .footer-copyright-center {
    font-family: var(--font-body), sans-serif;
    font-size: 0.9rem;
    opacity: 0.75;
    text-align: center;
    width: 100%;
    color: #F2EADF !important;
    display: block !important;
    visibility: visible !important;
    padding-bottom: 0.75rem !important;
    margin-top: 0.25rem !important;
  }

  /* Responsive Design */
  @media (max-width: 991px) {
    .custom-footer {
      margin-top: 180px;
    }
    .footer-newsletter-wrapper {
      margin-top: -150px;
      margin-bottom: 3rem;
    }
    .footer-newsletter-card {
      height: auto;
      flex-direction: column;
      max-width: 100%;
    }
    .footer-newsletter__image-bg {
      width: 100%;
      height: 100%;
    }
    .footer-newsletter__content-side {
      width: 100%;
      margin-left: 0;
      background: rgba(242, 234, 223, 0.92);
      padding: 3rem 2rem;
    }
    .footer-main-grid {
      display: grid;
      grid-template-columns: 1fr !important;
      gap: 2.5rem !important;
      height: auto;
      text-align: center !important;
    }
    .footer-brand-column {
      align-items: center !important;
      text-align: center !important;
      margin: 0 auto 1.5rem auto !important;
    }
    .footer-menu-column {
      width: 100% !important;
      text-align: center !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      gap: 0.5rem !important;
      border-bottom: 1px solid rgba(242, 234, 223, 0.1) !important;
      padding-bottom: 1.5rem !important;
      margin-bottom: 1rem !important;
    }
    .footer-menu-column:last-child {
      border-bottom: none !important;
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
    }
    .footer-menu-title {
      cursor: pointer !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      text-align: center !important;
      width: auto !important;
      padding: 0.5rem 1rem !important;
      margin: 0 !important;
      font-size: 1.1rem !important;
    }
    .footer-menu-title::after {
      content: "+" !important;
      position: static !important;
      display: inline-block !important;
      font-size: 16px !important;
      font-weight: 400 !important;
      margin-left: 8px !important;
      background: none !important;
      width: auto !important;
      height: auto !important;
      transition: transform 0.25s ease !important;
    }
    .footer-menu-title.open::after {
      content: "−" !important;
    }
    .footer-menu-links {
      max-height: 0 !important;
      overflow: hidden !important;
      transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      text-align: center !important;
      gap: 0.8rem !important;
      width: 100% !important;
      padding: 0 !important;
      margin: 0 !important;
    }
    .footer-menu-links.open {
      max-height: 300px !important;
      margin-top: 0.5rem !important;
    }
    .footer-menu-links li {
      width: 100% !important;
      text-align: center !important;
    }
    .footer-menu-links a {
      display: inline-block !important;
      text-align: center !important;
      font-size: 1rem !important;
    }
    .footer-contact-row {
      flex-direction: column;
      align-items: flex-start;
      gap: 2rem;
      padding-bottom: 2.5rem;
    }
    .footer-value-banner {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 2.5rem 0 !important;
      align-items: start !important;
      padding: 3rem 1.5rem !important;
      border-radius: 28px !important;
      background-color: #F2EADF !important;
      width: 100% !important;
      max-width: 100% !important;
    }
    .value-item {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      text-align: center !important;
      gap: 12px !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding: 0 10px !important;
    }
    .footer-value-banner .value-item:nth-child(3),
    .footer-value-banner .value-item:nth-child(7) {
      position: relative !important;
    }
    .footer-value-banner .value-item:nth-child(3)::before,
    .footer-value-banner .value-item:nth-child(7)::before {
      content: "" !important;
      position: absolute !important;
      left: 0 !important;
      top: 10% !important;
      height: 80% !important;
      width: 1px !important;
      background-color: rgba(41, 66, 47, 0.15) !important;
    }
    .value-text {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      text-align: center !important;
      gap: 8px !important;
      width: 100% !important;
    }
    .value-title {
      text-align: center !important;
      font-size: 18px !important;
      width: 100% !important;
    }
    .value-desc {
      text-align: center !important;
      font-size: 14px !important;
      color: rgba(41, 66, 47, 0.6) !important;
      max-width: 180px !important;
      margin: 0 auto !important;
      line-height: 1.4 !important;
    }
    .value-divider {
      display: none !important;
    }
  }

  @media (max-width: 576px) {
    .footer-main-grid {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
    .footer-newsletter__content-side {
      padding: 2.5rem 1.5rem;
    }
    .footer-newsletter__heading {
      font-size: 1.8rem;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:35) */
.site-header {
    width: 100%;
    border-bottom: 1px solid rgba(27, 63, 39, 0.08);
    position: relative;
    z-index: 200;
  }

  .header-container {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 1.15rem var(--page-margin);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }

  .header__logo {
    display: flex;
    align-items: center;
  }

  .header__logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  .logo-text {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1b3f27;
    letter-spacing: 0.05em;
  }

  .logo-svg-wrapper {
    display: flex;
    align-items: center;
    color: var(--color-heading);
  }

  .logo-image {
    max-height: 50px;
    object-fit: contain;
  }

  .header__navigation {
    flex-grow: 1;
    display: flex;
    justify-content: center;
  }

  .nav-menu {
    list-style: none;
    display: flex;
    gap: 2.5rem;
    padding: 0;
    margin: 0;
  }

  .nav-link {
    text-decoration: none;
    color: var(--color-heading);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.5rem 0;
    position: relative;
    transition: color 0.3s ease;
  }

  .nav-link:hover {
    color: var(--color-heading);
    opacity: 0.8;
  }

  .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-heading);
    border-radius: 2px;
  }

  .header__icons {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }

  .icon-link {
    color: var(--color-heading);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    transition: transform 0.2s ease, color 0.2s ease;
  }

  .icon-link:hover {
    color: var(--color-heading);
    opacity: 0.8;
    transform: scale(1.05);
  }

  .wishlist-link {
    position: relative;
  }
  .wishlist-badge {
    position: absolute;
    top: -5px;
    right: -8px;
    background-color: #cc3333;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cart-badge {
    position: absolute;
    top: -5px;
    right: -8px;
    background-color: var(--color-heading);
    color: var(--color-button-text);
    font-size: 0.7rem;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Hamburger button — hidden on desktop */
  .hamburger-btn {
    display: none;
    background: none;
    border: none;
    color: var(--color-heading);
    cursor: pointer;
    padding: 4px;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
  }
  .hamburger-btn:hover {
    opacity: 0.7;
  }

  /* ─── Mobile Nav Overlay ─── */
  .mobile-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 299;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .mobile-nav-overlay.open {
    display: block;
    opacity: 1;
  }

  /* ─── Mobile Nav Drawer ─── */
  .mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    max-width: 320px;
    background-color: #F2EADF !important;
    z-index: 300;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -8px 0 40px rgba(0, 0, 0, 0.12);
  }
  .mobile-nav-drawer.open {
    transform: translateX(0);
  }

  .mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.4rem 1.5rem;
    border-bottom: 1px solid rgba(41, 66, 47, 0.08);
  }

  .mobile-nav-logo-text {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--color-heading);
    letter-spacing: 0.05em;
  }

  .mobile-nav-close {
    background: none;
    border: none;
    color: var(--color-heading);
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.2s ease;
  }
  .mobile-nav-close:hover {
    opacity: 1;
  }

  .mobile-nav-menu {
    list-style: none;
    padding: 1.5rem 0;
    margin: 0;
    flex-grow: 1;
    overflow-y: auto;
  }

  .mobile-nav-item {
    border-bottom: 1px solid rgba(41, 66, 47, 0.06);
  }
  .mobile-nav-item:last-child {
    border-bottom: none;
  }

  .mobile-nav-link {
    display: block;
    padding: 1.1rem 1.5rem;
    color: var(--color-heading);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: var(--font-heading);
    transition: background-color 0.2s ease, padding-left 0.2s ease;
  }
  .mobile-nav-link:hover,
  .mobile-nav-link.active {
    background-color: rgba(41, 66, 47, 0.05);
    padding-left: 2rem;
  }
  .mobile-nav-link.active {
    font-weight: 700;
    border-left: 3px solid var(--color-heading);
  }

  .mobile-nav-footer {
    padding: 1.5rem;
    border-top: 1px solid rgba(41, 66, 47, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .mobile-nav-icon-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--color-heading);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    opacity: 0.8;
    transition: opacity 0.2s ease;
  }
  .mobile-nav-icon-link:hover {
    opacity: 1;
  }

  /* ─── Responsive ─── */
  @media (max-width: 991px) {
    .nav-menu {
      gap: 1.5rem;
    }
  }

  @media (max-width: 768px) {
    .header-container {
      padding: 1rem var(--page-margin);
    }
    /* Hide desktop nav */
    .header__navigation {
      display: none;
    }
    /* Show login/account person icon on mobile */
    .login-link {
      display: flex;
    }
    /* Tighten icon gap so search + heart + account + cart + hamburger all fit */
    .header__icons {
      gap: 0.65rem;
    }
    /* Show hamburger button */
    .hamburger-btn {
      display: flex;
    }
  }

  /* ─── Cart Drawer overlay & container ─── */
  .cart-drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background-color: rgba(41, 66, 47, 0.55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }
  .cart-drawer-overlay.open {
    display: block;
  }
  .cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 85%;
    max-width: 440px;
    background-color: #F2EADF !important;
    color: #29422F !important;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -8px 0 40px rgba(0, 0, 0, 0.12);
  }
  .cart-drawer.open {
    transform: translateX(0);
  }

  .cart-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    padding-top: calc(1.5rem + 14px);
    padding-bottom: calc(1.5rem - 10px);
    border-bottom: 1px solid rgba(41, 66, 47, 0.08);
  }
  .cart-drawer-title {
    font-family: var(--font-heading), serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #29422F !important;
    margin: 2px 0;
  }
  .cart-drawer-close {
    background: none !important;
    border: none !important;
    color: #29422F !important;
    cursor: pointer;
    padding: 0.5rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cart-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
  }
  .cart-drawer-loading {
    text-align: center;
    color: rgba(41, 66, 47, 0.6);
    font-family: var(--font-body), sans-serif;
    padding: 3rem 0;
  }

  /* Cart Item Styles */
  .cart-drawer-item {
    display: flex;
    gap: 1rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(41, 66, 47, 0.08);
  }
  .cart-drawer-item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    background-color: #EAE2D5;
  }
  .cart-drawer-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cart-drawer-item-title {
    font-family: var(--font-body), sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #29422F !important;
    text-decoration: none;
    margin: 0 0 0.25rem 0;
    line-height: 1.3;
  }
  .cart-drawer-item-title:hover {
    opacity: 0.8;
  }
  .cart-drawer-item-options {
    font-size: 0.8rem;
    color: rgba(41, 66, 47, 0.6);
    margin: 0 0 0.5rem 0;
  }
  .cart-drawer-item-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cart-drawer-quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid rgba(41, 66, 47, 0.2);
    border-radius: 20px;
    padding: 0.2rem 0.6rem;
    background-color: transparent;
  }
  .cart-drawer-qty-btn {
    background: none !important;
    border: none !important;
    color: #29422F !important;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0 0.4rem !important;
  }
  .cart-drawer-qty-val {
    font-family: var(--font-body), sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    min-width: 24px;
    text-align: center;
  }
  .cart-drawer-item-price {
    font-family: var(--font-body), sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #29422F !important;
  }
  .cart-drawer-item-remove {
    background: none !important;
    border: none !important;
    color: #cc3333 !important;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    padding: 0 !important;
    text-decoration: underline;
  }

  .cart-drawer-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 1rem;
    gap: 1rem;
  }
  .cart-drawer-empty-text {
    font-family: var(--font-body), sans-serif;
    font-size: 1rem;
    color: rgba(41, 66, 47, 0.6);
    margin: 0;
  }
  .cart-drawer-shop-btn {
    background-color: #29422F !important;
    color: #F2EADF !important;
    text-decoration: none;
    padding: 0.75rem 2rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: opacity 0.2s ease;
  }
  .cart-drawer-shop-btn:hover {
    opacity: 0.9;
  }

  /* Cart Drawer Footer */
  .cart-drawer-footer {
    padding: 1.5rem;
    border-top: 1px solid rgba(41, 66, 47, 0.08);
    background-color: rgba(41, 66, 47, 0.02);
  }
  .cart-drawer-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
  }
  .cart-drawer-summary-label {
    font-family: var(--font-body), sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #29422F !important;
  }
  .cart-drawer-summary-val {
    font-family: var(--font-body), sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #29422F !important;
  }
  .cart-drawer-checkout-btn {
    display: block;
    width: 100%;
    background-color: #29422F !important;
    color: #F2EADF !important;
    text-align: center;
    text-decoration: none;
    padding: 1rem;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 700;
    border: none !important;
    cursor: pointer;
    box-sizing: border-box;
    transition: opacity 0.2s ease;
  }
  .cart-drawer-checkout-btn:hover {
    opacity: 0.9;
  }
  .cart-drawer-note {
    font-size: 0.75rem;
    color: rgba(41, 66, 47, 0.5);
    text-align: center;
    margin-top: 0.75rem;
  }
}

/* ─── Floating Search Bar (absolutely positioned, no layout impact) ─── */
  /* ─── Search Drawer Overlay & Container ─── */
  .search-drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background-color: rgba(41, 66, 47, 0.55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }
  .search-drawer-overlay.open {
    display: block;
  }
  
  .search-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 85%;
    max-width: 440px;
    background-color: #F2EADF !important;
    color: #29422F !important;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -8px 0 40px rgba(0, 0, 0, 0.12);
  }
  .search-drawer.open {
    transform: translateX(0);
  }

  .search-drawer-header {
    padding: 1.5rem;
    padding-top: calc(1.5rem + 14px);
    padding-bottom: calc(1.5rem - 10px);
    border-bottom: 1px solid rgba(41, 66, 47, 0.08);
  }

  .search-drawer-input-wrapper {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: rgba(41, 66, 47, 0.05);
    border: 1.5px solid rgba(41, 66, 47, 0.15);
    border-radius: 12px;
    padding: 0.75rem 1rem;
  }
  .search-drawer-icon {
    color: rgba(41, 66, 47, 0.5);
    flex-shrink: 0;
  }
  #SearchDrawerInput {
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--font-body), sans-serif;
    font-size: 1rem;
    color: #29422F;
    width: 100%;
    padding: 0;
  }
  #SearchDrawerInput::placeholder {
    color: rgba(41, 66, 47, 0.4);
  }

  .search-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
  }
  
  .search-drawer-placeholder,
  .search-drawer-loading,
  .search-drawer-no-results {
    text-align: center;
    padding: 3rem 1rem;
    font-family: var(--font-body), sans-serif;
    font-size: 0.95rem;
    color: rgba(41, 66, 47, 0.6);
  }

  /* Search Drawer Result Items */
  .search-drawer-results {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .search-drawer-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: inherit;
    padding: 0.5rem;
    border-radius: 12px;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }
  .search-drawer-item:hover {
    background-color: rgba(41, 66, 47, 0.04);
    transform: translateX(4px);
  }
  .search-drawer-item-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    background-color: #EBE4D8;
    flex-shrink: 0;
  }
  .search-drawer-item-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-color: #EBE4D8;
    flex-shrink: 0;
  }
  .search-drawer-item-info {
    flex: 1;
  }
  .search-drawer-item-title {
    font-family: var(--font-heading), serif;
    font-weight: 500;
    font-size: 1.05rem;
    line-height: 1.3;
    color: #29422F;
    margin-bottom: 0.25rem;
  }
  .search-drawer-item-price {
    font-family: var(--font-body), sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(41, 66, 47, 0.8);
  }

  .search-drawer-view-all {
    margin-top: 2rem;
    text-align: center;
  }
  .search-drawer-view-all-btn {
    display: inline-block;
    background-color: #29422F !important;
    color: #F2EADF !important;
    text-decoration: none;
    padding: 0.75rem 2rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    font-family: var(--font-body), sans-serif;
    transition: opacity 0.2s ease;
  }
  .search-drawer-view-all-btn:hover {
    opacity: 0.9;
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:36) */
.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:search (INDEX:41) */
.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;
  }
  @media (max-width: 767px) {
    .search-results {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem 1rem;
    }
  }
/* END_SECTION:search */

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