/** Shopify CDN: Minification failed

Line 48:16 Expected ")" to end URL token

**/
/* Use this file to add custom css to the theme. */

.header {
    --color-text-header: #000;
    --color-text-header-half-transparent: rgba(0, 0, 0, 0.5);
}

/* Collection pages: beige background, black text/logo */
html:not(.no-js) body.template-collection:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header.header--transparent {
  background-color: var(--color-background) !important;
  --color-text-transparent: #000 !important;
  --color-cart-count-transparent: var(--color-background) !important;
}
html body.template-collection header.header.header--transparent .header__inner,
html body.template-collection header.header.header--transparent .header__inner a,
html body.template-collection header.header.header--transparent .header__inner button {
  color: #000 !important;
}
html body.template-collection header.header.header--transparent .header__inner [data-js-cart-count] {
  background-color: #000 !important;
  color: var(--color-background) !important;
}
html:not(.no-js) body.template-collection:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header .header__logo-svg--dark {
  display: none !important;
}
html:not(.no-js) body.template-collection:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header .header__logo-svg--light {
  display: block !important;
}
html:not(.no-js) body.template-collection:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header.header--over-dark .header__logo-svg--dark {
  display: none !important;
}
html:not(.no-js) body.template-collection:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header.header--over-dark .header__logo-svg--light {
  display: block !important;
}

@font-face {
    font-family: "NeueHaasDisplayRoman";
    src: url({{ "NeueHaasDisplayRoman.ttf" }}) format("TrueType");
}
.multi-column__grid-item-text.ff-body.fs-body-75.rte p{
    font-family: 'ITC Giovanni Std' !important;
}
h3.multi-column__grid-item-heading.ff-heading.fs-heading-4-base {
    font-size: 17px;
    width: 60%;
}


.about h3.multi-column__grid-item-heading.ff-heading.fs-heading-3-base {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'NeueHaasDisplay';
    width: 70%;
}
.about .multi-column__grid-item-text.ff-body.fs-body-100.rte p{
    font-size: 17px;
    font-family: 'ITC Giovanni Std';
    width:64%;
}

.services .image-hero-split-item__text.rte.ff-body.fs-body-100.section-blocks__text {
    text-align: left;
    font-size: 24px;
    font-family: 'NeueHaasDisplay';
}
.services .image-hero-split-item__text-container {
    left:20px;
    margin:inherit;
}
.services .button-block__button.button-block__button--justify-center {
    justify-content: start;
}
.services .button-block__button.button-block__button--justify-center.button-block__button--justify-mobile-center.image-hero-split-item__button-container.section-blocks__button a.btn.btn--overlay.btn--secondary {
    border:none;
    padding:0;
    border-bottom:1px solid;
    --button-height:20px !important;
    text-transform:capitalize;
    font-family: 'ITC Giovanni Std';
    font-size: 17px;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.services .button-block__button.button-block__button--justify-center.button-block__button--justify-mobile-center.image-hero-split-item__button-container.section-blocks__button a.btn.btn--overlay.btn--secondary::before {
  content: none;
}
.services .button-block__button.button-block__button--justify-center.button-block__button--justify-mobile-center.image-hero-split-item__button-container.section-blocks__button a.btn.btn--overlay.btn--secondary:hover{
  color:#b89c7e;
  background-color:#63001f;
}
.services span.collapsible-row-list-item__heading {
    text-transform: uppercase;
    font-size: 24px;
}
.services .accordion__label-icons .icon, .accordion__label-icons .icon svg {
    width: 36px;
    height: 36px;
}
.services .accordion__label-icons .icon {
    position: absolute;
    top: 0;
    left: -20px;
}
.services .collapsible-row-list__inner {
    max-width: 1024px;
}
.collapsible-row-list-item__text {
    max-width:inherit;
}
.collapsible-row-list-item__text.fs-body-100.rte p {
    font-size: 17px;
   font-family: 'ITC Giovanni Std';
}

/* =============================================
   Dropdown / Meganav Link Color
   ============================================= */

html:not(.no-js) header.header--transparent .meganav,
html:not(.no-js) header.header--transparent .meganav a,
html:not(.no-js) header.header--transparent .meganav__nav a,
html:not(.no-js) header.header--transparent .meganav-cascading__link,
html:not(.no-js) header.header--transparent .navigation__submenu,
html:not(.no-js) header.header--transparent .navigation__submenu a,
html:not(.no-js) header.header--transparent .navigation__submenu button {
  color: #000 !important;
}

html:not(.no-js) header.header--transparent .meganav a:hover,
html:not(.no-js) header.header--transparent .meganav__nav a:hover,
html:not(.no-js) header.header--transparent .meganav-cascading__link:hover,
html:not(.no-js) header.header--transparent .navigation__submenu a:hover,
html:not(.no-js) header.header--transparent .navigation__submenu button:hover {
  color: #63001F !important;
}

/* =============================================
   Cascading Mega Menu
   ============================================= */

.meganav--cascading {
  width: 100vw;
  max-width: min(var(--max-width), 100vw);
  box-sizing: border-box;
}

.meganav--cascading .meganav__inner {
  display: flex;
  align-items: stretch;
}

/* Three-column nav area */
.meganav-cascading {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
}

.meganav-cascading__col {
  width: var(--cascading-col-width, 240px);
  flex-shrink: 0;
  max-height: 70vh;
  overflow-y: auto;
  padding: 1rem 0;
}

/* Children, grandchildren & great-grandchildren columns start collapsed */
.meganav-cascading__col--children,
.meganav-cascading__col--grandchildren,
.meganav-cascading__col--greatgrandchildren {
  width: 0;
  min-width: 0;
  overflow: hidden;
}

.meganav-cascading__col--children.is-active,
.meganav-cascading__col--grandchildren.is-active,
.meganav-cascading__col--greatgrandchildren.is-active {
  width: auto;
  min-width: var(--cascading-col-width, 240px);
  overflow-y: auto;
}

/* Wrap long lists (10+ items) into multiple visual columns */
.meganav-cascading__list--wrap {
  column-count: var(--wrap-columns, 2);
  column-gap: 0;
}

.meganav-cascading__list--wrap .meganav-cascading__item {
  break-inside: avoid;
}

/* Column borders */
.meganav-cascading__col[data-show-border] {
  border-right: 1px solid var(--color-border, rgba(0, 0, 0, 0.08));
}

/* List reset */
.meganav-cascading__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Hide inactive child/grandchild groups */
.meganav-cascading__list[aria-hidden="true"] {
  display: none;
}

.meganav-cascading__list[aria-hidden="false"] {
  display: block;
}

/* Menu items */
.meganav-cascading__item {
  position: relative;
}

/* Link styling */
.meganav-cascading__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 1.25rem;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  transition: opacity 0.15s ease, font-weight 0.15s ease;
}

.meganav-cascading__link:hover {
  text-decoration: none;
}

/* Active item: burgundy + siblings dimmed */
.meganav-cascading__item.is-active > .meganav-cascading__link {
  font-weight: inherit;
  color: #63001F !important;
}


.meganav-cascading__col--parents:has(.is-active) .meganav-cascading__item:not(.is-active) > .meganav-cascading__link:hover,
.meganav-cascading__col--children:has(.is-active) .meganav-cascading__item:not(.is-active) > .meganav-cascading__link:hover {
  opacity: 0.85;
}

/* Chevron icon — rotated to point right */
.meganav-cascading__chevron {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5rem;
  flex-shrink: 0;
}

.meganav-cascading__chevron .icon {
  width: 10px;
  height: 10px;
}

.meganav-cascading__chevron .icon svg {
  transform: rotate(-90deg);
}

/* Promo cards as inline column in cascading nav */
.meganav-cascading__col--promo {
  width: var(--secondary-width);
  min-width: 0;
  flex-shrink: 1;
  padding: 1rem 0;
}

/* Prevent cascading menu from overflowing viewport */
.meganav--cascading .meganav-cascading {
  max-width: 100%;
  overflow: hidden;
}

.meganav-promo-cards {
  display: flex;
  gap: 16px;
  padding: 0 16px;
  height: 100%;
}

/* Header background when cascading dropdown is open – keep transparent */
header.header--transparent.dropdown-active {
  background-color: transparent;
}

.meganav-promo-card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}

.meganav-promo-card:hover { opacity: 0.8; }

.meganav-promo-card__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.meganav-promo-card__image-wrapper .image,
.meganav-promo-card__image-wrapper img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

.meganav-promo-card__title {
  margin: 10px 0 0;
  text-align: center;
}

/* =============================================
   Variant Chip Thumbnails
   ============================================= */

.product__color-chips:has(.product__chip--has-image) {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-2);
}

.product__chip--has-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--spacing-2);
  gap: 4px;
}

.product__chip-thumb {
  width: 100px;
  height: 100px;
  object-fit: cover;

  pointer-events: none;
}

.product__chip-label {
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 599px) {
  .product__chip-thumb {
    width: 80px;
    height: 80px;
  }
}

/* =============================================
   Product Page – Content Padding
   ============================================= */

.product__meta {
  padding: var(--spacing-6) var(--spacing-4);
}

/* =============================================
   Transparent Header – Always Transparent
   ============================================= */

/* Content overlaps behind transparent header – banner pages only */
body.header-transparent.template-index #main,
body.header-transparent.template-suffix-gift-card #main,
body.header-transparent.template-suffix-about #main,
body.header-transparent.template-suffix-services #main {
  margin-top: calc(var(--height-header) * -1);
}

/* Always transparent background (hover, scroll, sticky) */
html:not(.no-js) body:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--transparent {
  background-color: transparent !important;
}

html:not(.no-js) body:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--transparent [data-scroll-container] .scroll-button {
  background-color: transparent !important;
}

/* Logo switching: default = light logo, over dark (images) = dark logo — excludes collection pages */
body:not(.template-collection) .header__logo-svg--dark {
  display: none !important;
}
body:not(.template-collection) .header__logo-svg--light {
  display: block !important;
}

body:not(.template-collection) header.header--over-dark:not(.dropdown-active) .header__logo-svg--light {
  display: none !important;
}
body:not(.template-collection) header.header--over-dark:not(.dropdown-active) .header__logo-svg--dark {
  display: block !important;
}

/* Megamenu open: beige background, black text */
html:not(.no-js) body:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--transparent.dropdown-active,
html:not(.no-js) body:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--over-dark.dropdown-active {
  background-color: var(--color-background) !important;
}
header.header.dropdown-active .header__inner a,
header.header.dropdown-active .header__inner button,
header.header.dropdown-active .header__logo-link,
header.header.dropdown-active .header__icon-touch,
header.header.dropdown-active .header__logo-text,
header.header.dropdown-active .header__links-secondary a {
  color: #000 !important;
}

/* Default: #000 text on transparent header — excludes dropdowns */
html:not(.no-js) body:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--transparent .header__links-list > li > a,
html:not(.no-js) body:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--transparent .header__links-list > li > button,
html:not(.no-js) body:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--transparent .header__logo-link,
html:not(.no-js) body:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--transparent .header__icon-touch,
html:not(.no-js) body:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--transparent .header__logo-text,
html:not(.no-js) body:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--transparent .header__links-secondary a {
  color: #000 !important;
  transition: color 0.3s ease;
}

/* SVG icons inherit currentColor but need explicit transition on stroke/fill */
html:not(.no-js) body:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--transparent .header__inner svg,
html:not(.no-js) body:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--transparent .header__inner svg path {
  transition: stroke 0.3s ease, fill 0.3s ease;
}

html:not(.no-js) body:not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--transparent .header__inner [data-js-cart-count] {
  background-color: #000 !important;
  color: var(--color-background) !important;
  box-shadow: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Over dark sections (images/video): #F7F2E5 text — excludes dropdowns, collection pages, and megamenu open */
html:not(.no-js) body:not(.template-collection):not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--over-dark:not(.dropdown-active) .header__links-list > li > a,
html:not(.no-js) body:not(.template-collection):not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--over-dark:not(.dropdown-active) .header__links-list > li > button,
html:not(.no-js) body:not(.template-collection):not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--over-dark:not(.dropdown-active) .header__logo-link,
html:not(.no-js) body:not(.template-collection):not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--over-dark:not(.dropdown-active) .header__icon-touch,
html:not(.no-js) body:not(.template-collection):not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--over-dark:not(.dropdown-active) .header__logo-text,
html:not(.no-js) body:not(.template-collection):not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--over-dark:not(.dropdown-active) .header__links-secondary a {
  color: #F7F2E5 !important;
}

html:not(.no-js) body:not(.template-collection):not([mobile-menu-open="true"]):not([quick-search-open="true"])
  header.header--over-dark:not(.dropdown-active) .header__inner [data-js-cart-count] {
  background-color: #F7F2E5 !important;
  color: #000 !important;
}