/** Shopify CDN: Minification failed

Line 1384:12 Expected identifier but found whitespace
Line 1384:13 Unexpected "1rem"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:announcement-bar (INDEX:0) */
.announcement-bar {
    background-color: var(--color-foreground);
    color: var(--color-background);
    text-align: center;
    font-size: 0.875rem;
    padding: 0.625rem 0;
  }

  .announcement-bar__link,
  .announcement-bar__text {
    margin: 0;
    color: inherit;
    text-decoration: none;
  }

  .announcement-bar__link:hover {
    text-decoration: underline;
  }
/* END_SECTION:announcement-bar */

/* START_SECTION:blog-posts (INDEX:1) */
.blog-posts__pagination {
    margin-top: 2rem;
  }

  .blog-list__item .blog-card {
    width: 100%;
  }

  .blog-posts__pagination button.pagination__link {
    background: none;
    cursor: pointer;
    font: inherit;
  }
/* END_SECTION:blog-posts */

/* START_SECTION:category-detailed-content (INDEX:3) */
.category-detailed-content .section-heading {
    margin-bottom: 1rem;
  }

  .category-detailed-content__text.rte > *:first-child {
    margin-top: 0;
  }

  .category-detailed-content__text.rte > *:last-child {
    margin-bottom: 0;
  }

  .category-detailed-content .read-more-link {
    color: #875e42;
    background: none;
    border: none;
    padding: 0;
    margin-top: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    cursor: pointer;
    text-align: left;
  }

  .category-detailed-content .read-more-wrap.is-pending .read-more-link {
    visibility: hidden;
  }

  .category-detailed-content .read-more-wrap.is-pending > .read-more-description {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    pointer-events: none;
  }

  .category-detailed-content .read-more-wrap.is-ready > .read-more-description {
    opacity: 1;
    max-height: none;
    overflow: visible;
    transition: opacity 0.2s ease;
  }
/* END_SECTION:category-detailed-content */

/* START_SECTION:category-faqs (INDEX:4) */
.category-faqs .faq-item {
    overflow: hidden;
  }

  .category-faqs .faq-item__question {
    list-style: none;
    cursor: pointer;
    padding: 1rem 1.25rem;
    user-select: none;
  }

  .category-faqs .faq-item__question::-webkit-details-marker {
    display: none;
  }

  .category-faqs .faq-item__question .sub-heading {
    margin: 0;
  }

  .category-faqs .faq-item__icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 50%;
     background: #875e42;
    color: #fff;
    justify-content: center;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  }

  .category-faqs .faq-item[open] .faq-item__icon {
    transform: rotate(180deg);
    background: #875e42;
    color: #fff;
  }

  .category-faqs .faq-item__answer {
    padding: 0 1.25rem 1.25rem;
  }

  .category-faqs .faq-item__answer.rte > *:first-child {
    margin-top: 0;
  }

  .category-faqs .faq-item__answer.rte > *:last-child {
    margin-bottom: 0;
  }

  .category-faqs .richtext-json-pending {
    display: none !important;
  }
/* END_SECTION:category-faqs */

/* START_SECTION:collection-detailed-content (INDEX:7) */
#collection-details {
    scroll-margin-top: 7rem;
  }

  .category-detailed-content .section-heading {
    margin-bottom: 1rem;
  }

  .category-detailed-content__text.rte > *:first-child {
    margin-top: 0;
  }

  .category-detailed-content__text.rte > *:last-child {
    margin-bottom: 0;
  }

  .category-detailed-content .read-more-link {
    color: #875e42;
    background: none;
    border: none;
    padding: 0;
    margin-top: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    cursor: pointer;
    text-align: left;
  }

  .category-detailed-content .read-more-wrap.is-pending .read-more-link {
    visibility: hidden;
  }

  .category-detailed-content .read-more-wrap.is-pending > .read-more-description {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    pointer-events: none;
  }

  .category-detailed-content .read-more-wrap.is-ready > .read-more-description {
    opacity: 1;
    max-height: none;
    overflow: visible;
    transition: opacity 0.2s ease;
  }
/* END_SECTION:collection-detailed-content */

/* START_SECTION:collection-hero (INDEX:8) */
.collection-page__main-image {
    min-height: 240px;
    background: #f6f6f6;
  }

  .collection-page__main-image img {
    max-height: 420px;
    margin-inline: auto;
  }

  .collection-page__info {
    justify-content: flex-start;
  }

  .collection-page__title {
    margin-bottom: 0;
  }

  .collection-hero-new .page-header__description,
  .collection-hero-new .page-header__description p {
    margin: 0;
  }

  .collection-hero-new .page-header__description a {
    color: var(--color-brand, #875e42);
  }

  .collection-hero-new .read-more-link,
  .collection-hero-new .page-header__read-more-toggle {
    color: var(--color-brand, #875e42);
    background: none;
    border: none;
    padding: 0;
    margin-top: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    cursor: pointer;
    text-align: left;
  }

  .collection-page__actions {
    margin-top: auto;
    padding-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
  }

  .collection-hero-new .collection-page__actions .button--secondary {
    color: var(--color-brand, #875e42);
    border-color: var(--color-brand, #875e42);
  }

  .collection-hero-new .collection-page__actions .button--secondary:hover {
    background: var(--color-brand, #875e42);
    color: #fff;
  }
/* END_SECTION:collection-hero */

/* START_SECTION:contact-form (INDEX:9) */
.contact-form-section__inner {
    align-items: flex-start;
  }

  .contact-form-section__content,
  .contact-form-section__form-wrap {
    min-width: 0;
  }

  .contact-form-section__actions {
    align-items: stretch;
  }

  .contact-action {
    text-decoration: none;
    color: inherit;
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-width: 0;
  }

  .contact-action:hover {
    opacity: 0.85;
  }

  .contact-action__icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #875e4252;
    color: #875e42;
    justify-content: center;
  }

  .contact-action__text {
    min-width: 0;
  }

  .contact-form__field--half {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-width: 0;
  }

  .contact-form__input {
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid var(--color-border, #ddd);
    border-radius: 4px;
    font: inherit;
    color: inherit;
    background: #fff;
  }

  .contact-form__textarea {
    min-height: 140px;
    resize: vertical;
  }

  .contact-form__input:focus {
    outline: 2px solid #875e42;
    outline-offset: 1px;
  }

  .contact-form__submit {
    width: max-content;
  }

  .contact-form__message {
    margin: 0;
  }

  .contact-form__message--success {
    color: #2e7d32;
  }

  .contact-form__message--error {
    color: #c62828;
  }

  .contact-form-section__content .rte > *:first-child {
    margin-top: 0;
  }

  .contact-form-section__content .rte > *:last-child {
    margin-bottom: 0;
  }

  @media screen and (max-width: 768px) {
    .contact-form__field--half {
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%;
    }

    .contact-form__submit {
      width: 100%;
    }
  }
/* END_SECTION:contact-form */

/* START_SECTION:content-section (INDEX:10) */
.content-section__blocks {
    align-items: flex-start;
  }

  .content-section__block {
    box-sizing: border-box;
    min-width: 0;
  }

  @media screen and (min-width: 769px) {
    .content-section__blocks .content-section__block.width-50 {
      flex: 0 0 calc(50% - 10px);
      width: calc(50% - 10px);
      max-width: calc(50% - 10px);
    }

    .content-section__blocks .content-section__block.width-full {
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%;
    }
  }

  .content-section__block .rte > *:first-child {
    margin-top: 0;
  }

  .content-section__block .rte > *:last-child {
    margin-bottom: 0;
  }
/* END_SECTION:content-section */

/* START_SECTION:counters (INDEX:11) */
.counter {
    align-items: flex-start;
    flex: 1 1 220px;
    max-width: 100%;
  }

  .counter__icon {
    flex-shrink: 0;
  }

  .counter__number {
    line-height: 1.1;
  }

  @media screen and (max-width: 768px) {
    .counter {
      flex: 0 0 calc(50% - 10px);
      width: calc(50% - 10px);
      max-width: calc(50% - 10px);
    }
  }
/* END_SECTION:counters */

/* START_SECTION:faq (INDEX:13) */
.faq-item {
    overflow: hidden;
  }

  .faq-item__question {
    list-style: none;
    cursor: pointer;
    padding: 1rem 1.25rem;
    user-select: none;
  }

  .faq-item__question::-webkit-details-marker {
    display: none;
  }

  .faq-item__question .sub-heading {
    margin: 0;
  }

  .faq-item__icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 50%;
       background: #875e42;
    color: #fff;
        justify-content: center;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  }

  .faq-item[open] .faq-item__icon {
    transform: rotate(180deg);
    background: #875e42;
    color: #fff;
  }

  .faq-item__answer {
    padding: 0 1.25rem 1.25rem;
  }

  .faq-item__answer.rte > *:first-child {
    margin-top: 0;
  }

  .faq-item__answer.rte > *:last-child {
    margin-bottom: 0;
  }
/* END_SECTION:faq */

/* START_SECTION:footer (INDEX:14) */
.site-footer {
    margin-top: auto;
    padding:40px 0;
  }

  .site-footer__columns {
    align-items: flex-start;
    padding-bottom: 50px;
  }

  .site-footer__column--about {
    flex: 1 1 280px;
    max-width: 100%;
  }

  .site-footer__column--menu,
  .site-footer__column--contact {
    flex: 1 1 160px;
    max-width: 100%;
  }

  .site-footer__logo-image {
    max-width: 150px;
    height: auto;
  }

  .site-footer__description {
    margin: 0;
  }

  .site-footer__heading {
    margin: 0;
    text-transform: uppercase;
    color: #875e42;
    font-weight:600;
    position:relative;
  }
  .site-footer__heading:after {
        content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: min(6rem, 30%);
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #000 0%, #6f4b35 50%, #875e42 70%, transparent 100%);
}
  .site-footer__link {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;  }

  .site-footer__link:hover {
    color: #875e42;
  }

  .site-footer__address {
    margin: 0;
  }

  .site-footer__address-link {
    color: inherit;
    text-decoration: none;
  }

  .site-footer__address-link:hover {
    color: #875e42;
    text-decoration: underline;
  }

  .site-footer__social-link {
    width: 2.5rem;
    height: 2.5rem;
      color: #fff;
    border-radius: 50%;
    background: #875e42;
        justify-content: center;
    transition: opacity 0.2s ease;
  }

  .site-footer__social-link:hover {
    opacity: 0.85;
  }

  .site-footer__bottom {
    padding-top: 30px;
    border-top: 1px solid color-mix(in srgb, #fff 15%, transparent);
    align-items: flex-start;
  }

  .site-footer__bottom-right {
    align-items: flex-end;
  }

  .footer__copyright {
    display: flex;
    gap: 0.35rem;
  }

  .footer__copyright .copyright__content,
  .footer__policies-right .copyright__content {
    display: block;
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.5;
  }

  .footer__copyright a,
  .footer__policies-right a {
    color: inherit;
    text-decoration: none;
  }

  .footer__copyright a:hover,
  .footer__policies-right a:hover {
    color: #875e42;
  }

  .footer__policies-right {
    margin: 0;
    justify-content: flex-end;
  }

  .footer__policies-right li {
    margin: 0;
  }

  .site-footer__payment-icon {
    height: 1.5rem;
    width: auto;
  }

  @media screen and (max-width: 768px) {
    .site-footer__column--about,
    .site-footer__column--menu,
    .site-footer__column--contact {
      flex: 1 1 100%;
    }

    .site-footer__bottom {
      flex-direction: column;
      align-items: flex-start;
    }

    .site-footer__bottom-right {
      align-items: flex-start;
      width: 100%;
    }

    .footer__policies-right {
      justify-content: flex-start;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:15) */
.site-header {
    border-bottom: 1px solid var(--color-border);
    background-color: var(--color-background);
    z-index: 100;
    position: relative;
  }

  .site-header--sticky {
    position: sticky;
    top: 0;
  }
  .site-header__item--mega .mega-menu__trigger{
        display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    color: #fff;
    font: inherit;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    font-size: 16px;
    background: var(--color-brand, #875e42);
    text-transform: uppercase;
    gap: 10px;
  }

  .site-header__item--mega .mega-menu__trigger:hover {
    background: var(--color-brand-hover, #6f4b35);
    color: #fff;
    opacity: 1;
  }

  .site-header__top-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 5.2rem;
        justify-content: space-between;
  }

  .site-header__logo {
    flex-shrink: 0;
    text-decoration: none;
    color: var(--color-foreground);
    line-height: 0;
  }

  .site-header__logo-image {
    display: block;
    width: auto;
    height: auto;
    max-width: var(--logo-width);
  }

  .site-header__logo-text {
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .site-header__search {
    position: relative;
    flex: 1;
    max-width: 760px;
  }

  .site-header__search-form {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #cfd5de;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
  }

  .site-header__search-input {
    flex: 1;
    min-width: 0;
    border: none;
    padding: 0.85rem 0.9rem;
    font-size: 0.88rem;
    outline: none;
  }

  .site-header__search-button {
    border: none;
    border-left: 1px solid #cfd5de;
       background: #875e42;
    color: #111;
    width: 52px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .site-header__search-button span{
        display: flex;
      justify-content: center;

  }
  .site-header__search-button svg{
    color:#fff;
  }
  .site-header__search-results {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d6dbe2;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    z-index: 50;
    max-height: 430px;
    overflow-y: auto;
  }

  .site-header__search-results[hidden] {
    display: none !important;
  }

  .site-header__search-list {
    margin: 0;
    padding: 0.3rem 0;
  }

  .site-header__search-item {
    display: flex;
    gap: 0.65rem;
    align-items: baseline;
    justify-content: space-between;
    text-decoration: none;
    color: var(--color-foreground);
    padding: 0.65rem 0.9rem;
    border-bottom: 1px solid #f0f2f5;
    font-size: 0.9rem;
  }

  .site-header__search-item:hover {
    background: #f7f8fa;
  }

  .site-header__search-type {
    color: #687385;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    flex-shrink: 0;
  }

  .site-header__search-empty {
    margin: 0;
    padding: 1rem 0.9rem;
    color: #5d6878;
    font-size: 0.88rem;
  }

  .site-header__search-view-all {
    display: block;
    padding: 0.75rem 0.9rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.82rem;
    color: #0e3b64;
  }

  .site-header__actions {
    display: flex;
    align-items: center;
    gap: 0.45rem;
  }

  .site-header__quote-btn {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    text-decoration: none;
    color: #122033;
    padding: 0.35rem 0.45rem;
  }

  .site-header__quote-title {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.15;
  }

  .site-header__quote-sub {
    font-size: 0.7rem;
    color: #5f6978;
    line-height: 1.15;
  }

  .site-header__icon-link {
       display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: #875e42;
    border-radius: 4px;
  }

  .site-header__cart-count {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 1.125rem;
    height: 1.125rem;
    padding: 0 0.25rem;
    font-size: 0.625rem;
    line-height: 1.125rem;
    text-align: center;
    border-radius: 50%;
    background: var(--color-accent, #875e42);
    color: var(--color-background);
  }

  .site-header__menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.35rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-foreground);
    flex-shrink: 0;
  }

  .site-header__bottom {
    background: #fff;
    position: relative;
  }

  .site-header__nav {
    overflow: visible;
  }

  .site-header__menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.35rem;
    min-height: 3rem;
    margin: 0;
  }

  .site-header__link {
    color: var(--color-foreground);
    text-decoration: none;
    font-size: 0.9375rem;
    white-space: nowrap;
    background: none;
    border: none;
    cursor: pointer;
    font: inherit;
        text-transform: uppercase;
    padding: 0;
  }

  .site-header__link:hover,
  .site-header__link--active {
    color: var(--color-accent, #875e42);
  }

  .site-header__item--has-children {
    position: relative;
  }

  .site-header__link--parent {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
  }

  .site-header__submenu .site-header__link--parent {
    padding: 0.55rem 0.9rem;
  }

  .site-header__caret {
    flex-shrink: 0;
    transition: transform 0.2s ease;
  }

  .site-header__submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    margin: 0;
    padding: 0.45rem 0;
    background: #fff;
    border: 1px solid #ced3dc;
    border-radius: 4px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    z-index: 160;
  }

  .site-header__submenu--flyout {
    top: 0;
    left: 100%;
    margin-left: -4px;
    padding-left: 4px;
  }

  .site-header__submenu .site-header__item {
    display: block;
    width: 100%;
  }

  .site-header__submenu .site-header__link,
  .site-header__submenu .site-header__link--parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.55rem 0.9rem;
    font-size: 0.9rem;
    white-space: normal;
    text-align: left;
  }

  .site-header__submenu .site-header__link:hover,
  .site-header__submenu .site-header__link--parent:hover {
    background: #f3f4f6;
  }

  .site-header__submenu .site-header__caret {
    transform: rotate(-90deg);
  }

  @media screen and (min-width: 1200px) {
    .site-header__item--has-children:hover > .site-header__submenu,
    .site-header__item--has-children.is-open > .site-header__submenu {
      display: block;
    }

    .site-header__item--has-children:hover > .site-header__link--parent .site-header__caret,
    .site-header__item--has-children.is-open > .site-header__link--parent .site-header__caret {
      transform: rotate(180deg);
    }

    .site-header__submenu .site-header__item--has-children:hover > .site-header__link--parent .site-header__caret {
      transform: rotate(0deg);
    }
  }

  .site-header__mobile-nav-header {
    display: none;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--color-border);
  }

  .site-header__mobile-nav-back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: none;
    background: none;
    color: var(--color-foreground);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.25rem 0;
  }

  .site-header__mobile-nav-title {
    flex: 1;
    min-width: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-foreground);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* —— Mega menu (Titan-style 3 panels) —— */
  .section-header {
    position: relative;
    z-index: 100;
  }

  .mega-menu {
    position: static;
  }

  .mega-menu__trigger {
    display: inline-flex;
    align-items: center;
        gap: .35rem;
    color: #fff;
  }
 .mega-menu__trigger:hover{
  color:#fff;
 }
  .mega-menu__trigger-icon {
    transition: transform 0.2s ease;
  }

  .mega-menu.is-open .mega-menu__trigger-icon {
    transform: rotate(180deg);
  }

  .mega-menu__panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 200;
    padding-top: 10px;
    pointer-events: none;
  }

  .mega-menu__panel[hidden] {
    display: none !important;
  }

  .mega-menu__panel-inner {
    background: transparent;
  }

  .mega-menu__layout {
    display: flex;
    align-items: stretch;
    min-height: 420px;
    max-height: min(75vh, 580px);
    pointer-events: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 12px 28px;
    overflow: hidden;
        padding: 0 !important;
  }

  .mega-menu__rail {
    flex: 0 0 280px;
    overflow-y: auto;
    border-right: 1px solid #ced3dc;
  }

  .mega-menu__rail--parents {
    background: #f3f4f6;
  }

  .mega-menu__rail--children {
    background: #fff;
  }

  .mega-menu__rail--grandchildren {
    background: #fafafa;
    flex: 0 0 310px;
  }

  .mega-menu--no-grandchildren .mega-menu__rail--grandchildren,
  .mega-menu--coming-soon-parent .mega-menu__rail--grandchildren {
    display: none;
  }

  .mega-menu__rail--grandchildren .mega-menu__rail-item.is-active {
    background: #f3f4f6;
    color: #875e42;
  }

  .mega-menu__rail--grandchildren .mega-menu__rail-item.is-active .mega-menu__chevron {
    color: #875e42;
  }

  .mega-menu--coming-soon-parent .mega-menu__rail--children {
    display: none;
  }

  .mega-menu--coming-soon-parent .mega-menu__content {
    flex: 1 1 auto;
  }

  .mega-menu__rail-list {
    margin: 0;
    padding: 0.5rem 0;
  }

  .mega-menu__rail-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    min-height: 52px;
        padding: 16px 14px;
    border: none;
    background: none;
    color: var(--color-foreground);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }

  .mega-menu__rail-item:hover {
    background: #fff;
    color: #875e42;
  }

  .mega-menu__rail-item.is-active {
    background: #875e42;
    color: #fff;
  }

  .mega-menu__rail-item.is-active .mega-menu__chevron {
    color: #fff;
  }

  .mega-menu__rail--children .mega-menu__rail-item.is-active {
    background: #f3f4f6;
    color: #875e42;
  }

  .mega-menu__rail--children .mega-menu__rail-item.is-active .mega-menu__chevron {
    color: #875e42;
  }

  .mega-menu__rail-thumb {
        flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .mega-menu__rail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .mega-menu__rail-label {
       font-size: 16px;
    font-weight: normal;
  }

  .mega-menu__chevron {
    flex-shrink: 0;
    color: #875e42;
  }

  .mega-menu__children-panel[hidden] {
    display: none !important;
  }

  .mega-menu__content {
    flex: 1;
    min-width: 0;
    overflow-y: auto;
    padding: 1.25rem 1.5rem 1.75rem;
  }

  .mega-menu__branch {
    display: none;
  }

  .mega-menu__branch.is-active {
    display: block;
  }

  .mega-menu__branch[hidden],
  .mega-menu__branch-placeholder[hidden] {
    display: none !important;
  }

  .mega-menu__branch-title {
    color: var(--color-foreground);
    text-decoration: none;
  }

  .mega-menu__leaf {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  /* Category rows in content column — one per line, matches rail style */
  .mega-menu__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .mega-menu__grid--cols-1,
  .mega-menu__grid--cols-2,
  .mega-menu__grid--cols-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .mega-menu__card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    min-height: 64px;
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid #e5e8ed;
    color: var(--color-foreground);
    text-decoration: none;
    box-sizing: border-box;
  }

  a.mega-menu__card:hover {
    background: #f7f5f3;
    color: #875e42;
  }

  a.mega-menu__card:hover .mega-menu__card-chevron {
    color: #875e42;
  }

  .mega-menu__card--coming-soon {
    opacity: 0.72;
    cursor: default;
  }

  .mega-menu__card-thumb {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 6px;
  }

  .mega-menu__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mega-menu__card-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .mega-menu__card-title {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.3;
  }

  .mega-menu__card-badge {
    display: inline-block;
    padding: 0.1rem 0.45rem;
    border-radius: 3px;
    background: #efe8e2;
    color: #875e42;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .mega-menu__card-chevron {
    flex-shrink: 0;
    color: #875e42;
  }

  .mega-menu__collections {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }

  .mega-menu__collection-list {
    display: flex;
    flex-direction: column;
  }

  .mega-menu__collection-link {
    display: block;
    max-width: 254px;
    padding: 0.5rem 0;
    color: var(--color-foreground);
    font-size: 0.88rem;
    text-decoration: none;
  }

  .mega-menu__collection-link:hover {
    color: #875e42;
    text-decoration: underline;
  }

  .mega-menu__view-all {
    display: inline-flex;
    margin-top: 0.5rem;
    color: #875e42;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.72rem;
  }

  .mega-menu__rail-item--static {
    cursor: default;
    pointer-events: none;
    opacity: 0.75;
  }

  .mega-menu__coming-soon {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 36rem;
  }

  .mega-menu__coming-soon .mega-menu__branch-title {
    margin: 0;
  }

  .mega-menu__coming-soon h3 {
      margin: 0;
    color: #000;
  }

  .mega-menu__coming-soon p {
    margin: 0;
  }

  .mega-menu__coming-soon a {
    color: #875e42;
  }
    padding: 1rem;
    margin: 0;
    color: color-mix(in srgb, var(--color-foreground) 65%, transparent);
  }

  @media screen and (min-width: 1200px) {
    .site-header__nav {
      display: block;
    }

    .site-header__menu-toggle {
      display: none;
    }

    .mega-menu.is-open .mega-menu__panel {
      display: block;
    }

    .mega-menu.is-open .mega-menu__panel[hidden] {
      display: block !important;
    }
  }

  @media screen and (max-width: 1199px) {
    .site-header__bottom{
      background: transparent;
    position: absolute;
    width: 100%;
    border-radius: 8px;
    padding: 0 20px;
    }
    .mega-menu__grid--cols-3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-header__top-inner {
      flex-wrap: wrap;
      gap: 0.65rem;
      padding-top: 0.6rem;
      padding-bottom: 0.6rem;
      min-height: 0;
    }

    .site-header__logo {
      order: 1;
    }

    .site-header__actions {
      order: 2;
      margin-left: auto;
    }

    .site-header__search {
      order: 3;
      width: 100%;
    }

    .site-header__quote-btn {
      display: none;
    }

    .site-header__menu-toggle {
      display: flex;
    }

    .site-header__bottom .page-width {
      padding-left: 0;
      padding-right: 0;
    }

    .site-header__nav {
      display: none;
      width: 100%;
      padding: 0.8rem 1.25rem;
      border-top: 1px solid var(--color-border);
          background: #fff;
                  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
    }

    .site-header__nav.is-open {
      display: block;
    }

    .site-header__menu {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .site-header__item {
      border-bottom: 1px solid #e5e8ed;
    }

    .site-header__link,
    .site-header__link--parent {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 0.9rem 0;
      font-size: 0.95rem;
      white-space: normal;
      text-align: left;
    }

    .site-header__submenu {
      display: none;
      position: static;
      min-width: 0;
      margin: 0;
      padding: 0;
      border: none;
      border-radius: 0;
      box-shadow: none;
    }

    .site-header__submenu--flyout {
      margin-left: 0;
      padding-left: 0;
    }

    .site-header__item--has-children > .site-header__link--parent .site-header__caret,
    .site-header__submenu .site-header__item--has-children > .site-header__link--parent .site-header__caret {
      transform: rotate(-90deg);
    }

    .site-header__nav.is-drill-mode .site-header__mobile-nav-header {
      display: flex;
    }

    .site-header__nav.is-drill-mode [data-nav-panel].is-hidden {
      display: none !important;
    }

    .site-header__nav.is-drill-mode [data-nav-panel].is-active-panel {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .site-header__nav.is-drill-mode [data-nav-panel].is-active-panel > .site-header__item {
      border-bottom: 1px solid #e5e8ed;
    }

    .site-header__item--mega .mega-menu__trigger{
      display: block;
      padding: 0;
      background: none;
      border-radius: 0;
      gap: 0;
    }

    .site-header__item--mega .mega-menu {
      width: 100%;
    }

    .site-header__item--mega .mega-menu__trigger {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 0.9rem 0;
      color: var(--color-foreground);
      background: none;
      font-size: 0.95rem;
      text-transform: none;
      font-weight: 400;
      gap: 0.5rem;
    }

    .site-header__item--mega .mega-menu__trigger-icon {
      transform: rotate(-90deg);
      color: #875e42;
    }

    .mega-menu__panel {
      display: none !important;
    }

    .site-header__nav.is-drill-mode .mega-menu__rail-item {
      display: flex;
      align-items: center;
      gap: 0.65rem;
      width: 100%;
      min-height: auto;
      padding: 0.9rem 0;
      border: none;
      border-bottom: 1px solid #e5e8ed;
      border-radius: 0;
      background: none;
      color: var(--color-foreground);
      font-size: 0.95rem;
      font-weight: 400;
      text-align: left;
    }

    .site-header__nav.is-drill-mode .mega-menu__rail-item.is-active {
      background: none;
      color: var(--color-foreground);
    }

    .site-header__nav.is-drill-mode .mega-menu__rail-thumb {
      flex: 0 0 40px;
      width: 40px;
      height: 40px;
    }

    .site-header__nav.is-drill-mode .mega-menu__chevron {
      margin-left: auto;
      flex-shrink: 0;

      color: #875e42;
    }

    .site-header__nav.is-drill-mode .mega-menu__branch.is-active-panel {
      padding: 0;
      border: none;
      box-shadow: none;
      background: transparent;
    }

    .site-header__nav.is-drill-mode .mega-menu__grid {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .site-header__nav.is-drill-mode .mega-menu__card {
      min-height: 56px;
      padding: 0.55rem 0;
      border-bottom: 1px solid #e5e8ed;
    }

    .site-header__nav.is-drill-mode .mega-menu__card-link,
    .site-header__nav.is-drill-mode .mega-menu__collection-link,
    .site-header__nav.is-drill-mode .mega-menu__branch-title {
      display: block;
      padding: 0.65rem 0;
      font-size: 0.9rem;
      color: var(--color-foreground);
      text-decoration: none;
      border-bottom: 1px solid #f0f2f5;
    }

    .site-header__nav.is-drill-mode .mega-menu__view-all {
      display: block;
      padding: 0.75rem 0;
      font-size: 0.85rem;
    }

    .mega-menu__grid--cols-1,
    .mega-menu__grid--cols-2,
    .mega-menu__grid--cols-3 {
      grid-template-columns: minmax(0, 1fr);
    }
  }
/* END_SECTION:header */

/* START_SECTION:image-content (INDEX:16) */
.image-content .content-side {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .image-content .image-side {
    min-height: 280px;
        height: 350px;
  }

  .image-content .image-side img,
  .image-content .image-side svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  @media screen and (min-width: 769px) {
    .image-content--image-left {
      flex-direction: row-reverse;
    }
  }
/* END_SECTION:image-content */

/* START_SECTION:industry-serve (INDEX:17) */
.industry-serve__layout {
    align-items: stretch;
  }

  .industry-serve__left {
    width: 70%;
  }

  .industry-serve__right {
    width: 30%;
    display: flex;
  }

  .industry-serve__side-image {
    flex: 1;
    min-height: 100%;
    height: 100%;
    object-fit: cover;
  }

  .industry-serve__side-image--placeholder {
    min-height: 320px;
    opacity: 0.15;
  }

  .industry-serve__header-text {
    max-width: 70%;
  }

  .industry-slide__link {
    text-decoration: none;
  }


  .industry-serve__slider .slick-slide {
    padding: 0 0.5rem;
    box-sizing: border-box;
    height: inherit;
  }

  .industry-serve__slider .slick-slide > .industry-slide {
    height: 100%;
  }

  @media screen and (max-width: 768px) {
    .industry-serve__left,
    .industry-serve__right {
      width: 100%;
    }

    .industry-serve__header-text {
      max-width: 100%;
    }

    .industry-serve__side-image,
    .industry-serve__side-image--placeholder {
      min-height: 280px;
    }
  }
/* END_SECTION:industry-serve */

/* START_SECTION:main-404 (INDEX:18) */
.main-404 {
    text-align: center;
    padding-block: 4rem;
  }

  .main-404__title {
    margin: 0 0 1rem;
    font-family: var(--font-heading-family);
  }

  .main-404__text {
    margin: 0 0 2rem;
    color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
  }
/* END_SECTION:main-404 */

/* START_SECTION:main-article (INDEX:19) */
.article__title {
    margin: 0 0 0.5rem;
    font-family: var(--font-heading-family);
  }

  .article__date {
    display: block;
    margin-bottom: 2rem;
    font-size: 0.875rem;
    color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
  }

  .article__media {
    margin-bottom: 2rem;
    border-radius: 4px;
    overflow: hidden;
  }

  .article__image {
    width: 100%;
    height: auto;
  }
/* END_SECTION:main-article */

/* START_SECTION:main-blog (INDEX:20) */
.blog__title {
    margin: 0 0 2rem;
    font-family: var(--font-heading-family);
  }

  .blog__grid {
    display: grid;
    gap: 2rem;
  }

  @media screen and (min-width: 750px) {
    .blog__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .blog__card-media {
    display: block;
    margin-bottom: 1rem;
    border-radius: 4px;
    overflow: hidden;
  }

  .blog__card-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .blog__card-title {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
  }

  .blog__card-title a {
    color: inherit;
    text-decoration: none;
  }

  .blog__card-excerpt {
    margin: 0;
    font-size: 0.875rem;
    color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
  }
/* END_SECTION:main-blog */

/* START_SECTION:main-cart (INDEX:21) */
.cart__title {
    margin: 0 0 2rem;
    font-family: var(--font-heading-family);
  }

  .cart__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
  }

  .cart__table th,
  .cart__table td {
    padding: 1rem 0.5rem;
    border-bottom: 1px solid var(--color-border);
    text-align: left;
    vertical-align: middle;
  }

  .cart__table input[type='number'] {
    width: 4rem;
    padding: 0.5rem;
    border: 1px solid var(--color-border);
    border-radius: 4px;
  }

  .cart-item__remove {
    width: max-content;
    color: #875e42;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .cart-item__remove:hover {
    opacity: 0.85;
  }

  .cart__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .cart__actions {
    display: flex;
    gap: 0.75rem;
  }

  .cart__empty {
    margin-bottom: 1.5rem;
  }
/* END_SECTION:main-cart */

/* START_SECTION:main-collection (INDEX:23) */
.collection__title {
    margin: 0 0 0.5rem;
    font-family: var(--font-heading-family);
  }

  .collection__count {
    margin: 1rem 0 0;
    font-size: 0.875rem;
    color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
  }

  .collection__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
  }

  @media screen and (min-width: 750px) {
    .collection__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media screen and (min-width: 990px) {
    .collection__grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  .collection__card {
    display: block;
    text-decoration: none;
    color: inherit;
  }

  .collection__card-media {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 4px;
    background: color-mix(in srgb, var(--color-border) 50%, transparent);
    margin-bottom: 0.75rem;
  }

  .collection__card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--duration-default) var(--ease-default);
  }

  .collection__card:hover .collection__card-image {
    transform: scale(1.03);
  }

  .collection__card-title {
    margin: 0 0 0.25rem;
    font-size: 0.9375rem;
    font-weight: 500;
  }

  .collection__card-price {
    font-size: 0.875rem;
    color: color-mix(in srgb, var(--color-foreground) 80%, transparent);
  }
/* END_SECTION:main-collection */

/* START_SECTION:main-hero (INDEX:24) */
.quality-block {
    align-items: flex-start;
  }

  .quality-block__icon {
    flex-shrink: 0;
  }

  .quality-block__title {
    margin: 0;
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
  }

  @media screen and (min-width: 769px) {
    .hero-image--first {
      order: -1;
    }
  }
/* END_SECTION:main-hero */

/* START_SECTION:main-list-collections (INDEX:25) */
.list-collections__grid {
    align-items: stretch;
  }

  .list-collections__item {
    box-sizing: border-box;
    min-width: 0;
    width: calc((100% - (var(--list-collections-cols) - 1) * 20px) / var(--list-collections-cols));
  }

  .list-collections__item .collection-card {
    height: 100%;
    margin: 0;
  }

  .list-collections__item .collection-image,
  .list-collections__item .collection-image svg {
    width: 100%;
    height: 200px;
    object-fit: contain;
  }

  .list-collections__pagination {
    margin-top: 2rem;
  }

  @media screen and (max-width: 990px) {
    .list-collections__item {
      width: calc(50% - 10px);
    }
  }

  @media screen and (max-width: 600px) {
    .list-collections__item {
      width: 100%;
    }
  }
/* END_SECTION:main-list-collections */

/* START_SECTION:main-page (INDEX:26) */
.page-title {
    margin: 0 0 1.5rem;
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
  }

  .rte > *:first-child {
    margin-top: 0;
  }

  .rte > *:last-child {
    margin-bottom: 0;
  }
/* END_SECTION:main-page */

/* START_SECTION:main-password (INDEX:27) */
.password-page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .password-page__title {
    margin: 0 0 0.5rem;
    font-family: var(--font-heading-family);
  }

  .password-page form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 2rem;
  }

  .password-page input[type='password'] {
    padding: 0.75rem 1rem;
    border: 1px solid var(--color-border);
    border-radius: 4px;
    min-width: 16rem;
  }
/* END_SECTION:main-password */

/* START_SECTION:main-product (INDEX:28) */
.product-page {
    background: #f3f3f3;
  }

  .product-page__top {
    padding: 0.75rem 1rem;
    min-height: 56px;
    justify-content: flex-start;
  }

  .product-page__top .button--secondary {
    text-transform: none;
    font-size: 0.95rem;
    padding: 0.55rem 1rem;
    border-radius: 8px;
    background: #fff;
    color: #333;
    border: 1px solid #d7d7d7;
  }

  .product-page__thumbs {
    flex: 0 0 64px;
    max-width: 64px;
  }

  .product-page__thumb {
    width: 64px;
    height: 64px;
    padding: 0;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
  }

  .product-page__thumb.is-active,
  .product-page__thumb:hover {
    border-color: #875e42;
  }

  .product-page__main-image {
      background: #fff;
        height: 250px;

  }

  .product-page__main-image img {
      height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .product-page__info {
    padding-left: 1.75rem;
  }

  .product-page__meta {
    width: 100%;
    min-height: 1.5rem;
  }

  .product-page__code {
    color: #875e42;
    font-weight: 700;
    margin: 0;
  }

  .product-page__title {
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    text-transform: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .product-page__title::after {
    display: none;
  }

  .product-page__save {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    padding: 0.35rem 0.6rem;
    border-radius: 4px;
    background: #875e42;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1.2;
  }

  .product-page__save[hidden] {
    display: none !important;
  }

  .product-page__field {
    position: relative;
    min-width: 5.5rem;
    flex: 1 1 5.5rem;
    max-width: 8rem;
  }

  .product-page__field-label {
    position: absolute;
    left: 0.65rem;
    top: -0.55rem;
    padding: 0 0.25rem;
    background: #fff;
    color: #666;
    line-height: 1;
    z-index: 1;
  }

  .product-page__field-value,
  .product-page__select {
    width: 100%;
    min-height: 44px;
    padding: 0.65rem 0.75rem;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    background: #fff;
    color: inherit;
    display: flex;
    align-items: center;
  }

  .product-page__price--strike {
    text-decoration: line-through;
    color: #888;
  }

  .product-page__price--your {
    font-weight: 700;
    color: #875e42;
  }

  .product-page__save[hidden] {
    display: none !important;
  }

  .product-page__qty {
    display: block;
    appearance: textfield;
  }

  .product-page__qty::-webkit-outer-spin-button,
  .product-page__qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .product-page__add {
    flex: 1 1 10rem;
    min-height: 48px;
    border-radius: 8px;
    text-transform: none;
  }

  .product-page__description :is(h1, h2, h3, h4) {
    color: #875e42;
    margin: 0 0 0.75rem;
  }

  .product-page__description p {
    margin: 0 0 0.75rem;
  }

  .product-page__description p:last-child {
    margin-bottom: 0;
  }

  @media screen and (max-width: 768px) {
    .product-page__info {
      padding-left: 1.25rem;
    }

    .product-page__field {
      max-width: none;
      flex: 1 1 calc(50% - 10px);
    }

    .product-page__add {
      flex: 1 1 100%;
    }

    .product-page__thumbs {
      flex-direction: row;
      max-width: none;
      width: 100%;
      overflow-x: auto;
    }
  }
/* END_SECTION:main-product */

/* START_SECTION:main-search (INDEX:29) */
.search__title {
    margin: 0 0 1.5rem;
    font-family: var(--font-heading-family);
  }

  .search__results {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .search__result a {
    color: var(--color-foreground);
    text-decoration: none;
  }

  .search__result a:hover {
    color: var(--color-accent);
  }

  .search__result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .search__type {
    font-size: 0.75rem;
    color: #687385;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .search__dynamic[data-loading='true'] .search__results::before {
    content: 'Loading results...';
    display: block;
    color: #687385;
    font-size: 0.95rem;
  }
/* END_SECTION:main-search */

/* START_SECTION:map-iframe (INDEX:30) */
.map-iframe-section__embed {
    width: 100%;
    line-height: 0;
  }

  .map-iframe-section__embed iframe {
    display: block;
    width: 100%;
    min-height: 400px;
    border: 0;
  }

  @media screen and (max-width: 768px) {
    .map-iframe-section__embed iframe {
      min-height: 280px;
    }
  }
/* END_SECTION:map-iframe */

/* START_SECTION:newsletter (INDEX:31) */
.newsletter{
      background: #000;
    opacity: .9;
}
  .newsletter__inner {
    align-items: center;
  }

  .newsletter__icon {
    width: 50px;
    height: 50px;
    background: #875e4252;
    padding: 8px;
    border-radius: 100%;
  }

  .newsletter-form__field {
    align-items: stretch;
  }

  .newsletter-form__input {
    flex: 1 1 200px;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid var(--color-border, #ddd);
    border-radius: 4px;
    font: inherit;
    color: inherit;
    background: #fff;
  }

  .newsletter-form__input:focus {
    outline: 2px solid #875e42;
    outline-offset: 1px;
  }

  .newsletter-form__button {
    flex-shrink: 0;
  }

  .newsletter-form__message {
    margin: 0;
  }

  .newsletter-form__message--success {
    color: #fff;
  }

  .newsletter-form__message--error {
    color: #c62828;
    margin-bottom: 10px;
  }

  @media screen and (max-width: 768px) {
    .newsletter-form__field {
      flex-direction: column;
    }
    .newsletter-form__input{
          flex: 1 1 50px;
    }
    .newsletter-form__button {
      width: 100%;
    }
  }
/* END_SECTION:newsletter */

/* START_SECTION:our-collections (INDEX:33) */
.collections-list .slick-slide {
    padding: 0 0.5rem;
    box-sizing: border-box;
    height: inherit;
  }

  .collections-list .slick-slide > .collection-card {
    height: 100%;
    margin: 0;
  }
/* END_SECTION:our-collections */

/* START_SECTION:our-services (INDEX:34) */
.service-card {
    min-height: 320px;
  }

  .service-card__content {
    min-height: 320px;
    padding: 24px;
    justify-content: flex-end;
  }
/* END_SECTION:our-services */

/* START_SECTION:trust-points (INDEX:36) */
.trust-points__slider .slick-slide > .trust-point {
    height: 100%;
    justify-content: center;
  }

  .trust-points__slider .trust-point::after {
    display: none;
  }

  .trust-point__title {
    margin: 0;
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
  }
/* END_SECTION:trust-points */

/* START_SECTION:why-choose (INDEX:37) */
.why-points {
    align-items: flex-start;
  }

  .why-point {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
  }

  @media screen and (max-width: 768px) {
    .why-point {
      flex: 0 0 calc(50% - 10px);
      width: calc(50% - 10px);
      max-width: calc(50% - 10px);
    }
  }
/* END_SECTION:why-choose */