/** Shopify CDN: Minification failed

Line 370:18 Unexpected "{"
Line 370:27 Expected ":"
Line 370:34 Unexpected "{"
Line 374:12 Unexpected "{"
Line 374:21 Expected ":"
Line 378:12 Unexpected "{"
Line 378:21 Expected ":"
Line 390:14 Unexpected "{"
Line 390:23 Expected ":"
Line 396:12 Unexpected "{"
... and 53 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:maison-contact-form (INDEX:58) */
.maison-contact-section {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
    background-color: var(--background-color);
  }

  @media screen and (min-width: 768px) {
    .maison-contact-section {
      padding-top: var(--padding-top-desktop);
      padding-bottom: var(--padding-bottom-desktop);
    }
  }

  .maison-contact-section__container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-inline: 20px;
  }

  .maison-contact-section__content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }

  @media screen and (max-width: 940px) {
    .maison-contact-section__content {
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }
  }

  .maison-contact-section__contact-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 50%;
  }

  @media screen and (max-width: 940px) {
    .maison-contact-section__contact-info {
      width: 100%;
      gap: 32px;
    }
  }

  .maison-contact-section__heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  @media screen and (max-width: 940px) {
    .maison-contact-section__heading {
      align-items: center;
      text-align: center;
    }
  }

  @media screen and (max-width: 768px) {
    .maison-contact-section__heading {
      gap: 8px;
    }
  }

  @media screen and (max-width: 940px) {
    .maison-contact-section__contact-form-wrapper {
      text-align: center;
    }
  }

  .maison-contact-section__heading h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 130%;
    color: #1c1d19;
    font-family: 'Hammer';
  }

  @media screen and (max-width: 768px) {
    .maison-contact-section__heading h4 {
      font-size: 24px;
      line-height: 140%;
    }
  }

  .maison-contact-section__heading p {
    color: rgba(28, 29, 25, 0.75);
    font-family: 'Familjen Grotesk';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 600px;
  }

  @media screen and (max-width: 940px) {
    .maison-contact-section__heading p {
      max-width: 100%;
    }
  }

  @media screen and (max-width: 768px) {
    .maison-contact-section__heading p {
      font-size: 14px;
    }
  }

  .maison-contact-section__contact-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .contact-details__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .contact-detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .contact-detail-item a,
  .contact-detail-item span {
    color: #1c1d19;
    font-family: 'Familjen Grotesk';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  @media screen and (max-width: 768px) {
    .contact-detail-item a,
    .contact-detail-item span {
      font-size: 14px;
    }
  }

  .contact-detail-item svg {
    width: 16px;
    height: 16px;
  }

  .response-time {
    width: fit-content;
    display: flex;
    padding: 2px 12px;
    align-items: center;
    border-radius: 999px;
    background: #f5f5f5;
  }

  .response-time span {
    color: #1c1d19;
    font-family: 'Familjen Grotesk';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  @media screen and (max-width: 768px) {
    .response-time span {
      font-size: 12px;
    }
  }

  .maison-contact-section__contact-form-wrapper {
    width: 50%;
  }

  @media screen and (max-width: 940px) {
    .maison-contact-section__contact-form-wrapper {
      width: 100%;
    }
  }

  .contact-form__fields-wrapper .fields--two-columns {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .contact-form__fields-wrapper .fields--two-columns .field {
    flex: 1 1 0;
    min-width: 0;
  }

  @media screen and (max-width: 768px) {
    .contact-form__fields-wrapper .fields--two-columns {
      gap: 12px;
    }
  }

  .contact-form__fields-wrapper .field__input,
  .contact-form__fields-wrapper textarea {
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    width: 100%;
    transition: all 0.3s ease;
  }

  .contact-form__fields-wrapper textarea {
    height: 72px;
    resize: none;
  }

  .contact-form__fields-wrapper .field__input:focus,
  .contact-form__fields-wrapper textarea:focus {
    outline: none;
    border-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
  }

  .contact-form__fields-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  @media screen and (max-width: 768px) {
    .contact-form__fields-wrapper {
      gap: 12px;
    }
  }

  .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    color: #1c1d19;
    font-family: 'Familjen Grotesk';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    user-select: none;
    position: relative;
  }

  .custom-checkbox input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

  .custom-checkbox .checkbox-style {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
  }

  .custom-checkbox:hover .checkbox-style {
    border-color: rgba(28, 29, 25, 0.75);
  }

  .custom-checkbox input[type='checkbox']:checked + .checkbox-style {
    background-color: rgba(28, 29, 25, 0.75);
    border-color: rgba(28, 29, 25, 0.75);
  }

  .custom-checkbox input[type='checkbox']:checked + .checkbox-style::after {
    content: '';
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    display: block;
  }

  .maison-contact-form button {
    display: flex;
    height: 56px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 12px;
    background: #1c1d19;
    gap: 12px;
    color: #fff;
    text-align: center;
    font-family: 'Familjen Grotesk';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .maison-contact-form button:disabled {
    background: rgba(28, 29, 25, 0.3);
    cursor: not-allowed;
    opacity: 0.6;
  }

  .maison-contact-form button:disabled:hover {
    background: rgba(28, 29, 25, 0.3);
  }

  @media screen and (max-width: 768px) {
    .maison-contact-form button {
      font-size: 14px;
      height: 44px;
      padding: 12px 24px;
    }
  }

  .form__message--success {
    outline: none;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .form__message--success svg {
    width: 20px;
    height: 20px;
  }

  .maison-contact-section__contact-form-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
/* END_SECTION:maison-contact-form */

/* START_SECTION:maison-faq (INDEX:61) */
#shopify-section-{{ section.id }} {
    padding: 0;
  }

  .section-{{ section.id }}.maison-faq {
    width: 100%;
  }

  .section-{{ section.id }} .maison-faq__hero {
    position: relative;
    background-color: #1c1d19;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    overflow: hidden;
  }

  @media (min-width: 769px) {
    .section-{{ section.id }} .maison-faq__hero {
      padding: 80px;
      gap: 40px;
    }
  }

  .section-{{ section.id }} .maison-faq__hero-corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 164px;
    height: 164px;
    pointer-events: none;
    user-select: none;
  }

  @media (min-width: 769px) {
    .section-{{ section.id }} .maison-faq__hero-corner {
      width: 248px;
      height: 248px;
    }
  }

  .section-{{ section.id }} .maison-faq__hero-corner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .section-{{ section.id }} .maison-faq__hero-inner {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
    text-align: center;
  }

  .section-{{ section.id }} .maison-faq__breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-family: 'Familjen Grotesk';
    font-size: 14px;
    line-height: 150%;
    color: #c2c3c1;
  }

  .section-{{ section.id }} .maison-faq__breadcrumb-link {
    color: #c2c3c1;
    text-decoration: none;
  }

  .section-{{ section.id }} .maison-faq__breadcrumb-link:hover {
    text-decoration: underline;
  }

  .section-{{ section.id }} .maison-faq__breadcrumb-sep {
    display: inline-flex;
    color: #80817f;
  }

  .section-{{ section.id }} .maison-faq__hero-title {
    margin: 0;
    font-family: 'Hammer';
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    color: #ffffff;
  }

  @media (min-width: 769px) {
    .section-{{ section.id }} .maison-faq__hero-title {
      font-size: 32px;
      line-height: 130%;
    }
  }

  .section-{{ section.id }} .maison-faq__hero-desc {
    margin: 0;
    font-family: 'Familjen Grotesk';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #c2c3c1;
  }

  @media (min-width: 769px) {
    .section-{{ section.id }} .maison-faq__hero-desc {
      font-size: 18px;
    }
  }

  .section-{{ section.id }} .maison-faq__tabs {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .section-{{ section.id }} .maison-faq__tabs-inner {
    width: 100%;
    max-width: 1280px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  @media (min-width: 769px) {
    .section-{{ section.id }} .maison-faq__tabs-inner {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

  @media (min-width: 901px) and (max-width: 1100px) {
    .section-{{ section.id }} .maison-faq__tabs-inner {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  .section-{{ section.id }} .maison-faq__tab {
    position: relative;
    /* height: 56px; */
    border-radius: 12px;
    background: #353633 !important;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 17px 20px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.12s ease;
  }

  .section-{{ section.id }} .maison-faq__tab:hover {
    background: #4b4b48 !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
  }

  .section-{{ section.id }} .maison-faq__tab:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
  }

  .section-{{ section.id }} .maison-faq__tab:hover .maison-faq__tab-corner path:first-child {
    fill: #5a5a56 !important;
  }

  .section-{{ section.id }} .maison-faq__tab:focus-visible {
    outline: 2px solid #ff7400;
    outline-offset: 2px;
  }

  .section-{{ section.id }} .maison-faq__tab-icon {
    width: 20px;
    height: 20px;
    display: block;
    flex: 0 0 auto;
    object-fit: contain;
  }

  .section-{{ section.id }} .maison-faq__tab-label {
    font-family: 'Familjen Grotesk';
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
  }

  .section-{{ section.id }} .maison-faq__tab-corner {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    pointer-events: none;
  }

  .section-{{ section.id }} .maison-faq__tab-corner svg {
    width: 24px;
    height: 24px;
    display: block;
  }

  .section-{{ section.id }} .maison-faq__block {
    scroll-margin-top: 120px;
  }

  @media (max-width: 768px) {
    .section-{{ section.id }} .maison-faq__block {
      scroll-margin-top: 80px;
    }
  }

  .maison-faq__block {
    padding-block: 80px;
  }

  @media (max-width: 768px) {
    .maison-faq__block {
      padding-block: 32px;
    }
  }

  .maison-faq__block:nth-child(odd) {
    background-color: #fff;
  }

  .maison-faq__block:nth-child(even) {
    background-color: #f5f5f5;
  }

  .maison-faq__container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    max-width: 1320px;
    padding-inline: 20px;
    margin: 0 auto;
  }

  @media (max-width: 900px) {
    .maison-faq__container {
      flex-direction: column;
    }
  }

  @media (max-width: 768px) {
    .maison-faq__container {
      gap: 20px;
    }
  }

  .faq-block__title {
    width: 50%;
  }

  @media (max-width: 900px) {
    .faq-block__title {
      width: 100%;
      text-align: center;
    }
  }

  .faq-block__title h4 {
    font-family: 'Hammer';
    font-size: 32px;
    font-weight: 400;
    line-height: 130%;
    color: #1c1d19;
  }

  @media (max-width: 768px) {
    .faq-block__title h4 {
      font-size: 24px;
      line-height: 140%;
    }
  }

  .faq-block__items {
    width: 50%;
  }

  @media (max-width: 900px) {
    .faq-block__items {
      width: 100%;
    }
  }

  .maison-faq__item-question {
    padding-block: 20px;
    border-bottom: 1px solid #00000080;
  }

  .faq-block__items .maison-faq__item-question-body {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s max-height ease;
  }

  .maison-faq__item-question-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
  }

  .maison-faq__item-question-header svg {
    transition: transform 0.2s ease;
  }

  .maison-faq__item-question-header.active svg {
    transform: rotate(135deg);
  }

  .maison-faq__item-question-header p {
    flex: 1;
    font-family: 'Familjen Grotesk';
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
  }

  @media (max-width: 768px) {
    .maison-faq__item-question-header p {
      font-size: 16px;
    }
  }

  .maison-faq__item-question-body-inner {
    padding-top: 20px;
  }

  .maison-faq__item-question-body-inner p {
    font-family: 'Familjen Grotesk';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #1c1d19bf;
  }

  @media (max-width: 768px) {
    .maison-faq__item-question-body-inner p {
      font-size: 14px;
    }
  }
/* END_SECTION:maison-faq */

/* START_SECTION:maison-image-with-text (INDEX:65) */
.maison-image-with-text {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
    background-color: var(--background-color);
  }

  @media screen and (min-width: 768px) {
    .maison-image-with-text {
      padding-top: var(--padding-top-desktop);
      padding-bottom: var(--padding-bottom-desktop);
    }
  }

  .maison-image-with-text__container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-inline: 20px;
  }

  .maison-image-with-text__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }

  .maison-image-with-text__content.flex-row-reverse {
    flex-direction: row-reverse;
  }

  @media (max-width: 992px) {
    .maison-image-with-text__content,
    .maison-image-with-text__content.flex-row-reverse {
      flex-direction: column-reverse;
      align-items: center;
      gap: 32px;
    }
  }

  .maison-image-with-text__image {
    width: 50%;
    max-width: 620px;
  }

  .maison-image-with-text__content.flex-row-reverse .maison-image-with-text__image {
    max-width: 600px;
  }

  @media (max-width: 768px) {
    .maison-image-with-text__image {
      width: 100%;
    }
  }

  .maison-image-with-text__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 32px;
  }

  .maison-image-with-text__text-content {
    position: relative;
    width: 50%;
    max-width: 620px;
    display: flex;
    padding: 48px 32px;
    flex-direction: column;
    gap: 16px;
    border-radius: 32px;
    background: #f5f5f5;
  }

  @media (max-width: 768px) {
    .maison-image-with-text__text-content {
      width: 100%;
      padding: 32px 20px;
    }
  }

  .maison-image-with-text__text-content .block-decor {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
  }

  @media (max-width: 768px) {
    .maison-image-with-text__text-content .block-decor {
      width: 40px;
      height: 40px;
    }
  }

  .maison-image-with-text__title h4 {
    font-family: 'Hammer';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #1c1d19;
  }

  @media (max-width: 768px) {
    .maison-image-with-text__title h4 {
      font-size: 24px;
      line-height: 140%;
    }
  }

  .maison-image-with-text__rte {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .maison-image-with-text__rte p {
    color: rgba(28, 29, 25, 0.75);
    font-family: 'Familjen Grotesk';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  @media (max-width: 768px) {
    .maison-image-with-text__rte p {
      font-size: 14px;
    }
  }

  .maison-image-with-text__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }

  @media (max-width: 768px) {
    .maison-image-with-text__items {
      margin-top: 16px;
    }
  }

  .maison-image-with-text__item {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .maison-image-with-text__item-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
  }

  .maison-image-with-text__item-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e2e2e2;
  }

  @media (max-width: 768px) {
    .maison-image-with-text__item-icon {
      width: 48px;
      height: 48px;
    }

    .maison-image-with-text__item-icon svg {
      width: 24px;
      height: 24px;
    }
  }

  .maison-image-with-text__item-content span {
    font-family: 'Hammer';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color:#1C1D19;
  }

  .maison-image-with-text__item-content p {
    font-family: 'Familjen Grotesk';
    color: rgba(28, 29, 25, 0.75);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  @media (max-width: 768px) {
    .maison-image-with-text__item-content p {
      font-size: 14px;
    }
  }

  .maison-image-with-text__buttonWrap {
    width: 100%;
    margin-top: 32px;
  }

  @media (max-width: 768px) {
    .maison-image-with-text__buttonWrap {
      margin-top: 24px;
    }
  }

  .maison-image-with-text__button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    background: var(--button-bg, #1c1d19);
    color: var(--button-text, #ffffff);
    text-decoration: none;
    border: 0;
    cursor: pointer;
    user-select: none;
    font-family: 'Familjen Grotesk';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  }

  .maison-image-with-text__button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.18);
    filter: brightness(1.03);
  }

  .maison-image-with-text__button:active {
    transform: translateY(0px);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.14);
  }

  .maison-image-with-text__button:focus-visible {
    outline: 2px solid rgba(28, 29, 25, 0.45);
    outline-offset: 3px;
  }

  .maison-image-with-text__button[aria-disabled="true"] {
    opacity: 0.65;
    cursor: not-allowed;
    box-shadow: none;
    filter: none;
    transform: none;
  }

  .maison-image-with-text__buttonIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

  .maison-image-with-text__buttonIcon svg {
    width: 20px;
    height: 20px;
    display: block;
    transition: transform 180ms ease;
  }

  .maison-image-with-text__button:hover .maison-image-with-text__buttonIcon svg {
    transform: translateX(4px);
  }

  @media screen and (min-width: 768px) {
    .maison-image-with-text__button {
      gap: 12px;
      padding: 16px 32px;
      border-radius: 12px;
      font-size: 16px;
    }

    .maison-image-with-text__buttonIcon svg {
      width: 24px;
      height: 24px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .maison-image-with-text__button,
    .maison-image-with-text__buttonIcon svg {
      transition: none !important;
      transform: none !important;
    }
  }
/* END_SECTION:maison-image-with-text */

/* START_SECTION:maison-legal-section (INDEX:66) */
.maison-legal-section {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
    background-color: var(--background-color);
  }

  @media screen and (min-width: 768px) {
    .maison-legal-section {
      padding-top: var(--padding-top-desktop);
      padding-bottom: var(--padding-bottom-desktop);
    }
  }

  .maison-legal-section__container {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding-inline: 20px;
  }

  .maison-legal-section__content p {
    color: #1c1d19bf;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    font-family: 'Familjen Grotesk';
  }

  @media screen and (max-width: 768px) {
    .maison-legal-section__content p {
      font-size: 16px;
    }
  }
/* END_SECTION:maison-legal-section */

/* START_SECTION:maison-multicolumn (INDEX:68) */
.maison-multicolumn {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
    background-color: var(--background-color);
  }

  @media screen and (min-width: 768px) {
    .maison-multicolumn {
      padding-top: var(--padding-top-desktop);
      padding-bottom: var(--padding-bottom-desktop);
    }
  }

  .maison-multicolumn__container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-inline: 20px;
  }

  .maison-multicolumn__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  @media (max-width: 768px) {
    .maison-multicolumn__content {
      gap: 20px;
    }
  }

  .maison-multicolumn__content h4 {
    text-align: center;
    color: #1c1d19;
    margin: 0 auto;
    font-family: 'Hammer';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }

  @media (max-width: 768px) {
    .maison-multicolumn__content h4 {
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
    }
  }

  .maison-multicolumn__columns {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }

  @media (max-width: 991px) {
    .maison-multicolumn__columns {
      flex-direction: column;
      gap: 20px;
    }
  }

  .maison-multicolumn__column {
    position: relative;
    display: flex;
    padding: 48px 32px;
    flex-direction: column;
    gap: 20px;
    flex: 1 0 0;
    border-radius: 32px;
    background: #f5f5f5;
  }

  @media (max-width: 768px) {
    .maison-multicolumn__column {
      padding: 16px;
      gap: 16px;
    }
  }

  .maison-multicolumn__column .block-decor {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
  }

  @media (max-width: 768px) {
    .maison-multicolumn__column .block-decor {
      width: 40px;
      height: 40px;
    }
  }

  .maison-multicolumn__column-text-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .maison-multicolumn__column-text-content h6 {
    color: #1c1d19;
    font-family: 'Hammer';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  @media (max-width: 768px) {
    .maison-multicolumn__column-text-content h6 {
      font-size: 18px;
    }
  }

  .maison-multicolumn__column-text-content p {
    color: rgba(28, 29, 25, 0.75);
    font-family: 'Familjen Grotesk';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  @media (max-width: 768px) {
    .maison-multicolumn__column-text-content p {
      font-size: 12px;
    }
  }

  .maison-multicolumn__column-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e2e2e2;
  }

  @media (max-width: 768px) {
    .maison-multicolumn__column-icon {
      width: 48px;
      height: 48px;
    }

    .maison-multicolumn__column-icon svg {
      width: 24px;
      height: 24px;
    }
  }
/* END_SECTION:maison-multicolumn */

/* START_SECTION:maison-photocards-banner (INDEX:69) */
.maison-photocards-banner {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: linear-gradient(0deg, rgba(255, 116, 0, 0) 0%, rgba(255, 116, 0, 0.06) 100%);
    min-height: 305px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  @media (max-width: 1130px) {
    .maison-photocards-banner {
      min-height: 420px;
    }
  }

  .christmas-corner {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 248px;
    height: 248px;
    pointer-events: none;
    user-select: none;
  }

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

  /* Section-only: mirror decor for top-right on desktop */
  @media (min-width: 769px) {
    .christmas-corner img {
      transform: scaleX(-1);
    }
  }

  @media (max-width: 768px) {
    .christmas-corner {
      left: 0;
      right: auto;
      rotate: 0deg;
      width: 164px;
      height: 164px;
    }
  }

  .maison-photocards-banner__container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-inline: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  @media (max-width: 1130px) {
    .maison-photocards-banner__container {
      justify-content: space-between;
      gap: 32px;
    }
  }

  .maison-photocards-banner__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 1;
  }

  @media (max-width: 1130px) {
    .maison-photocards-banner__content {
      padding-top: 32px;
    }
  }

  .maison-photocards-banner__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .maison-photocards-banner__breadcrumbs a {
    color: #1c1d19;
    font-family: 'Familjen Grotesk';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition: all 0.25s ease;
  }

  @media (hover: hover) {
    .maison-photocards-banner__breadcrumbs a:hover {
      color: rgba(28, 29, 25, 0.75);
    }
  }

  .maison-photocards-banner__breadcrumbs span {
    overflow: hidden;
    color: #1c1d19;
    text-overflow: ellipsis;
    font-family: 'Familjen Grotesk';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .maison-photocards-banner__text-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .maison-photocards-banner__text-content h4 {
    color: #1c1d19;
    font-family: 'Hammer';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }

  @media (max-width: 768px) {
    .maison-photocards-banner__text-content h4 {
      font-size: 24px;
      line-height: 140%;
    }
  }

  .maison-photocards-banner__text-content p {
    color: rgba(28, 29, 25, 0.75);
    font-family: 'Familjen Grotesk';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 600px;
    margin: 0 auto;
  }

  @media (max-width: 768px) {
    .maison-photocards-banner__text-content p {
      font-size: 14px;
    }
  }

  .maison-photocard {
    position: absolute;
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--left .maison-photocard:first-child {
    left: 0;
    transform: rotate(-8.799deg);
    top: -20px;
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--left .maison-photocard:first-child img {
    max-height: 238.4px;
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--left .maison-photocard:nth-child(2) {
    transform: rotate(-30deg);
    bottom: -30px;
    left: -37px;
    z-index: 1;
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--left .maison-photocard:nth-child(2) img {
    max-height: 128.2px;
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--left .maison-photocard:nth-child(3) {
    transform: rotate(15deg);
    bottom: -84px;
    left: 85px;
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--left .maison-photocard:nth-child(3) img {
    max-height: 179.7px;
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--right .maison-photocard:nth-child(1) {
    transform: rotate(-15deg);
    top: -17px;
    right: 151px;
    z-index: 1;
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--right .maison-photocard:nth-child(1) img {
    max-height: 148px;
  }
  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--right .maison-photocard:nth-child(2) {
    transform: rotate(15deg);
    bottom: -51px;
    right: 36px;
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--right .maison-photocard:nth-child(2) img {
    max-height: 222px;
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--mobile {
    display: none;
  }

  @media (max-width: 1130px) {
    .maison-photocards-banner__photocards-wrapper.photocards-wrapper--left,
    .maison-photocards-banner__photocards-wrapper.photocards-wrapper--right {
      display: none;
    }

    .maison-photocards-banner__photocards-wrapper.photocards-wrapper--mobile {
      display: flex;
    }
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--mobile .maison-photocard:first-child {
    transform: rotate(-28.868deg);
    z-index: 1;
    bottom: -25px;
    left: 0;
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--mobile .maison-photocard:first-child img {
    max-height: 91px;
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--mobile .maison-photocard:nth-child(2) {
    transform: rotate(-8.067deg);
    bottom: 0;
    left: 23%;
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--mobile .maison-photocard:nth-child(2) img {
    max-height: 167px;
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--mobile .maison-photocard:nth-child(3) {
    transform: rotate(13.892deg);
    bottom: -15px;
    right: -19px;
  }

  .maison-photocards-banner__photocards-wrapper.photocards-wrapper--mobile .maison-photocard:nth-child(3) img {
    max-height: 127px;
  }
/* END_SECTION:maison-photocards-banner */

/* CSS from block stylesheet tags */
/* START_BLOCK:_maison-photocard (INDEX:97) */
.maison-photocard {
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 16px solid #fff;
    border-left: 4px solid #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }

  .maison-photocard img {
    object-fit: contain;
    display: block;
    width: auto;
    height: auto;
  }
/* END_BLOCK:_maison-photocard */