/** Shopify CDN: Minification failed

Line 724:0 Unexpected "}"

**/
/* FHCB CUSTOM SITE STYLES */

:root {
  --fhcb-burgundy: #3f1813;
  --fhcb-rust: #f11d7f;
  --fhcb-cream: #fff7ef;
  --fhcb-tan: #fff5f2;
  --fhcb-text: #3f1813;
}

/* Announcement bar text only */
.announcement-bar__message {
  color: rgb(var(--color-foreground)) !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* Header */
.header-wrapper {
  background: var(--fhcb-burgundy) !important;
  border-bottom: none !important;
}

.header {
  min-height: 76px;
}

.header__heading-logo {
  max-width: 210px;
}

.header__menu-item,
.header__icon,
.header__active-menu-item {
  color: #fff8ef !important;
}

.header__menu-item {
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Hero */
.fhcb-hero {
  min-height: 650px !important;
}

.fhcb-hero__overlay {
  background: rgba(20, 8, 6, 0.52) !important;
}

.fhcb-hero__content {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.fhcb-hero__text {
  max-width: 720px !important;
  margin: 0 auto !important;
  text-align: center !important;
  padding: 0 24px !important;
  color: #fff8ef !important;
}

.fhcb-hero__text h1 {
   max-width: 720px !important;
  font-size: clamp(42px, 5vw, 70px) !important;
  line-height: 0.96 !important;
  margin-bottom: 14px !important;
  color: #fff8ef !important;
  text-shadow: 0 4px 20px rgba(0,0,0,0.75);
}

.fhcb-hero__text p {
  max-width: 520px !important;
  margin: 0 auto 24px !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-weight: 400;
  color: #fff8ef !important;
  text-shadow: 0 3px 14px rgba(0,0,0,0.75);
}

.fhcb-hero__buttons {
  justify-content: center !important;
}

.fhcb-btn {
  border-radius: 999px !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fhcb-btn--primary {
  background: var(--fhcb-burgundy) !important;
  color: #fff8ef !important;
}

.fhcb-btn--secondary {
  background: var(--fhcb-rust) !important;
  color: #fff !important;
  border: 2px solid var(--fhcb-rust) !important;
}

/* Mobile hero cleanup */

@media screen and (max-width: 749px) {
  .fhcb-hero {
    min-height: 680px !important;
    align-items: center !important;
  }

  .fhcb-hero__overlay {
    background: rgba(20, 8, 6, 0.48) !important;
  }

  .fhcb-hero__content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .fhcb-hero__text {
    max-width: 92% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .fhcb-hero__text h1 {
    font-size: clamp(42px, 12vw, 58px) !important;
    line-height: 0.92 !important;
    margin-bottom: 14px !important;
  }

  .fhcb-hero__text p {
    max-width: 320px !important;
    margin: 0 auto 24px !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
  }

  .fhcb-hero__buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
  }

  .fhcb-hero__buttons .fhcb-btn {
    width: 86% !important;
    max-width: 360px !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }
}

/* Product cards */
.fhcb-featured-products__grid {
  gap: 24px !important;
}

.fhcb-product-card {
  background: #fffaf4;
  border-radius: 24px;
  padding: 10px;
  box-shadow: 0 12px 28px rgba(63,24,19,0.08);
}

.fhcb-product-card__image-wrap {
  border-radius: 20px !important;
}

.fhcb-product-card__info {
  padding: 14px 6px 4px !important;
  text-align: center;
}

.fhcb-product-card__info h3 {
  font-size: 15px !important;
  line-height: 1.3 !important;
  margin-bottom: 6px !important;
}

.fhcb-product-card__info h3 a {
  color: var(--fhcb-text) !important;
  text-decoration: none;
  font-weight: 700;
}

.fhcb-product-card__price {
  color: #7b2d26 !important;
  font-size: 15px !important;
  font-weight: 900;
  margin-bottom: 10px !important;
}


/* Prevent blank hover if no second image */
.fhcb-product-card:has(.fhcb-product-card__image--hover):hover .fhcb-product-card__image--hover {
  opacity: 1;
}

.fhcb-product-card:has(.fhcb-product-card__image--hover):hover .fhcb-product-card__image:first-child {
  opacity: 0;
}

/* Newsletter */
.newsletter,
.shopify-section-group-footer-group .newsletter {
  background: #fffaf4 !important;
  padding: 54px 0 !important;
}

.newsletter h2,
.newsletter__wrapper h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--fhcb-burgundy) !important;
  font-size: clamp(28px, 4vw, 44px) !important;
}

.newsletter__subheading {
  color: #5f4a3d !important;
}

.newsletter-form__field-wrapper .field__input {
  background: white !important;
  border-radius: 999px !important;
}

/* Footer */
.footer {
  background: var(--fhcb-burgundy) !important;
  color: #fff8ef !important;
}

.footer * {
  color: #fff8ef !important;
}

.footer a {
  color: #ffffff !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .header {
    min-height: 66px;
  }

  .header__heading-logo {
    max-width: 170px;
  }

  .fhcb-hero {
    min-height: 540px !important;
  }

  .fhcb-hero__text h1 {
    font-size: clamp(38px, 12vw, 56px) !important;
  }

  .fhcb-hero__text p {
    font-size: 15px !important;
  }

  .fhcb-featured-products__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }

  .fhcb-product-card {
    padding: 7px;
  }

  .fhcb-product-card__button {
    width: 100%;
    justify-content: center;
  }
}
/* Fix hero overlapping sticky header */

.shopify-section-header-sticky,
.section-header,
.shopify-section-group-header-group {
  z-index: 1000 !important;
}

.fhcb-hero {
  position: relative;
  z-index: 1;
}

.fhcb-hero__content {
  position: relative;
  z-index: 2 !important;
}

/* Mobile hero vertical alignment */

@media screen and (max-width: 749px) {
  .fhcb-hero {
    align-items: center !important;
  }

  .fhcb-hero__content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 540px;
  }

  .fhcb-hero__text {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
/* FHCB PRODUCT PAGE FINAL LAYOUT */

.product {
  max-width: 1420px !important;
  margin: 0 auto !important;
  padding: 56px 48px 72px !important;
  display: grid !important;
  grid-template-columns: minmax(340px, 440px) minmax(560px, 760px) !important;
  gap: 72px !important;
  align-items: start !important;
}

.product__media-wrapper,
.product__info-wrapper {
  width: 100% !important;
  max-width: none !important;
}

.product__info-wrapper {
  padding-left: 0 !important;
}

.product__media,
.product__media-item,
.product__media img {
  border-radius: 24px !important;
}

.product__media img {
  box-shadow: 0 16px 38px rgba(63,24,19,0.10);
}

.product__info-container {
  max-width: none !important;
  width: 100% !important;
  background: rgb(var(--color-background)) !important;
  color: rgb(var(--color-foreground)) !important;
  border-radius: 28px;
  padding: 34px 42px;
  box-shadow: 0 18px 45px rgba(63,24,19,0.10);
}

.product__title h1 {
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.05 !important;
  color: #3f1813 !important;
  margin-bottom: 12px !important;
}

.product__description {
  margin: 0 0 22px !important;
  padding: 0 0 22px !important;
  border-bottom: 1px solid rgba(63,24,19,0.16);
  font-size: 16px;
  line-height: 1.6;
  color: #4a332b;
}

.price,
.price .price-item {
  color: #7b2d26 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.product-form__submit,
.shopify-payment-button__button {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 999px !important;
}

.product-form__submit:before,
.product-form__submit:after,
.shopify-payment-button__button:before,
.shopify-payment-button__button:after {
  display: none !important;
  content: none !important;
}

.product-form__submit {
  background: #f11d7f !important;
  color: #000 !important;
}

.shopify-payment-button__button {
  background: #dac828 !important;
  color: #000 !important;
}

@media screen and (max-width: 989px) {
  .product {
    display: block !important;
    padding: 24px 2px 42px !important;
  }

  .product__info-container {
    margin-top: 24px;
    padding: 26px 22px;
  }
}
/* Header dropdown fix */

.header__menu-item {
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
}

.header__submenu,
.header__submenu.list-menu,
.header__submenu.global-settings-popup {
  background: #fff5f2 !important;
  border: 1px solid rgba(63, 24, 19, 0.16) !important;
  box-shadow: 0 16px 36px rgba(63, 24, 19, 0.16) !important;
}

.header__submenu .header__menu-item,
.header__submenu .header__menu-item span,
.header__submenu .header__active-menu-item {
  color: #3f1813 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
}

.header__submenu .header__menu-item:hover {
  background: #fff5f2 !important;
  color: #3f1813 !important;
}

.header__submenu .icon-caret {
  color: #3f1813 !important;
}
/* Wider desktop dropdown menus */

.header__submenu {
  min-width: 340px !important;
  width: max-content !important;
  max-width: 420px !important;
}

.header__submenu .header__menu-item {
  white-space: normal !important;
  line-height: 1.25 !important;
  padding: 16px 22px !important;
}
/* FHCB Collection Page Polish */

.template-collection .collection.page-width {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

/* Collection title */
.template-collection .collection-hero__title,
.template-collection h1 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  margin-bottom: 28px;
}

/* Filter / sort bar */
.template-collection .facets-wrapper {
  margin-bottom: 28px;
  border-top: 1px solid rgba(75, 22, 15, 0.14);
  border-bottom: 1px solid rgba(75, 22, 15, 0.14);
  padding: 16px 0;
}

/* Product grid */
.template-collection #product-grid {
  justify-content: center !important;
  column-gap: 32px !important;
  row-gap: 46px !important;
}

/* Product card width */
@media screen and (min-width: 990px) {
  .template-collection #product-grid.grid--4-col-desktop .grid__item {
    width: calc(25% - 24px) !important;
    max-width: calc(25% - 24px) !important;
  }
}

/* Product cards */
.template-collection .card-wrapper {
  transition: transform 0.2s ease;
}

.template-collection .card-wrapper:hover {
  transform: translateY(-3px);
}

/* Product images */
.template-collection .card__media,
.template-collection .card .media {
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #f7efe6;
}

.template-collection .card__media img {
  transition: transform 0.35s ease;
}

.template-collection .card-wrapper:hover .card__media img {
  transform: scale(1.04);
}

/* Product title */
.template-collection .card__heading {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 12px;
}

.template-collection .card__heading a {
  color: #3b1a13;
  text-decoration: none;
}

/* Price */
.template-collection .price {
  color: #8b2f22;
  font-size: 18px;
  font-weight: 700;
  margin-top: 6px;
}

/* Pagination */
.template-collection .pagination-wrapper {
  margin-top: 56px;
}

.template-collection .pagination__item {
  color: #4b160f;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .template-collection .collection.page-width {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .template-collection .collection-hero__title,
  .template-collection h1 {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .template-collection #product-grid {
    column-gap: 14px !important;
    row-gap: 30px !important;
  }

  .template-collection .card__heading {
    font-size: 13px;
  }

  .template-collection .price {
    font-size: 15px;
  }
}

/* Instagram gallery mobile layout */

@media screen and (max-width: 749px) {

  .fhcb-style-gallery__grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }

  .fhcb-style-gallery__item:nth-child(n+5) {
    display: none !important;
  }

  .fhcb-style-gallery__item img {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
  }

  .fhcb-style-gallery__header h2 {
    font-size: clamp(40px, 11vw, 58px) !important;
    line-height: 0.95 !important;
  }

  .fhcb-style-gallery__header p {
    font-size: 17px !important;
    line-height: 1.5 !important;
  }
}
/* Instagram gallery responsive layout */

.fhcb-style-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

@media screen and (max-width: 749px) {

  .fhcb-style-gallery__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }

  .fhcb-style-gallery__item img {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
  }
}

.footer .newsletter-form__button:hover {
  background: #fff7ef !important;
  color: #3f1813 !important;
}

.newsletter, .shopify-section-group-footer-group .newsletter {
    padding: 0px 0 !important;
}
/* Collection / shop product cards */

.collection .card__inner,
.product-grid .card__inner,
.collection .card__media,
.product-grid .card__media,
.collection .media,
.product-grid .media {
  border-radius: 22px !important;
  overflow: hidden !important;
}

.collection .card__inner,
.product-grid .card__inner {
  background: #fff7ef !important;
  box-shadow: 0 12px 28px rgba(63, 24, 19, 0.08);
}

.collection .card__media img,
.product-grid .card__media img {
  border-radius: 22px !important;
  transition: transform 0.35s ease;
}

.collection .card-wrapper:hover .card__media img,
.product-grid .card-wrapper:hover .card__media img {
  transform: scale(1.04);
}

/* Collection product text */
.collection .card__heading,
.product-grid .card__heading {
  margin-top: 0px;
}

.collection .card__heading a,
.product-grid .card__heading a {
  color: #3f1813 !important;
  font-weight: 600;
  text-decoration: none;
}

/* Collection product price */

.collection .price-item,
.product-grid .price-item {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #7b2d26 !important;
}

/* Collection product typography */

.collection .card__heading,
.product-grid .card__heading {
  font-size: 15px !important;
  line-height: 0.8;
}

/* Bottom spacing before footer */
main#MainContent {
  padding-bottom: 40px;
}

}
.fhcb-breadcrumbs {
  max-width: 1420px;
  margin: 0 auto 22px;
  font-size: 14px;
  color: #7b2d26;
}

.fhcb-breadcrumbs a {
  color: #7b2d26;
  text-decoration: none;
  font-weight: 600;
}

.fhcb-breadcrumbs a:hover {
  text-decoration: underline;
}

.fhcb-breadcrumbs span {
  margin: 0 5px;
}
.fhcb-footer__social .list-social {
  display: flex !important;
  gap: 34px !important;
}

.fhcb-footer__social .list-social__link {
  width: 64px !important;
  height: 64px !important;
  padding: 0 !important;
}

.fhcb-footer__social .svg-wrapper,
.fhcb-footer__social svg {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
}
.fhcb-breadcrumbs {
  font-size: 16px;
  letter-spacing: .08em;
  margin-top: 20px;
}

.fhcb-breadcrumbs a {
  color: #6d4c41;
  text-decoration: none;
}

.fhcb-breadcrumbs a:hover {
  color: #a45d3f;
}

.fhcb-breadcrumbs span {
  color: #8a8a8a;
}
/* Product image lightbox sizing */
.product-media-modal__content {
  max-width: 1100px;
  margin: 0 auto;
}

.product-media-modal__content img {
  max-width: min(90vw, 1000px);
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
/* Fix Dawn product lightbox layout */
.product-media-modal {
  z-index: 9999;
}

.product-media-modal__dialog {
  padding-top: 0;
}

.product-media-modal__content {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.product-media-modal__content img {
  max-width: min(90vw, 900px);
  max-height: 82vh;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.fhcb-sidebar-collections {
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(75, 22, 15, 0.15);
}

.fhcb-sidebar-collections summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 16px;
  color: #4b160f;
  padding: 0 0 14px;
}

.fhcb-sidebar-collections summary::-webkit-details-marker {
  display: none;
}

.fhcb-sidebar-collections summary svg {
  width: 12px;
  height: 12px;
}

.fhcb-sidebar-collections details[open] summary svg {
  transform: rotate(180deg);
}

.fhcb-sidebar-collections ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fhcb-sidebar-collections li {
  margin-bottom: 10px;
}

.fhcb-sidebar-collections a {
  color: #4b160f;
  text-decoration: none;
  font-size: 15px;
}

.fhcb-sidebar-collections a:hover,
.fhcb-sidebar-collections a.active {
  color: #e91e7a;
  text-decoration: underline;
}

/* Mobile: collapsed by default */
@media screen and (max-width: 749px) {
  .fhcb-sidebar-collections__details {
    border: 1px solid rgba(75, 22, 15, 0.18);
    border-radius: 8px;
    padding: 14px 16px;
    background: #fff8f5;
  }

  .fhcb-sidebar-collections__details[open] {
    padding-bottom: 16px;
  }

  .fhcb-sidebar-collections summary {
    padding-bottom: 0;
  }

  .fhcb-sidebar-collections__details[open] summary {
    padding-bottom: 14px;
  }
}