/** Shopify CDN: Minification failed

Line 305:0 Unexpected "}"

**/
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'Newspirit';
  src: url('/cdn/shop/files/newspirit-mediumcondensed-webfont.woff?v=1747162733') format('woff2'),
       url('/cdn/shop/files/newspirit-mediumcondensed-webfont.woff?v=1747162733') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.font-newspirit {
  font-family: 'Newspirit', serif;
}
body {
  letter-spacing: 0.05em !important;
  font-family: New Spirit !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 28px !important;
  letter-spacing: 1px !important;
}

h1 {
  font-family: Josefin Sans;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: Josefin Sans !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 8.28px !important;
  text-transform: uppercase !important;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: New Spirit !important;
}

/* Mobile Responsive Adjustments */
@media screen and (max-width: 749px) {

  h1 {
    font-size: 28px !important;
    line-height: 1.15 !important;
    letter-spacing: 0.03em !important;
  }

  h4 {
    font-family: New Spirit !important;
  }

  h2 {
    font-size: 16px !important;
    letter-spacing: 4.95px !important;
  }

  /* Stack image-with-text grid on mobile */
  .image-with-text__grid {
    display: flex !important;
    flex-direction: column !important;
  }

  .image-with-text__media-item,
  .image-with-text__text-item {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Tighter rich text section on mobile */
  .rich-text .rich-text__wrapper {
    padding-top: 12px !important;
    padding-bottom: 4px !important;
  }
}

p {
  font-family: New Spirit !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  margin: 0;
  padding: 0;
}

/* --- Custom Product Card Styles for Deko --- */
.product-card-wrapper .card {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding-bottom: 0;
  border: none !important;
  overflow: visible;
}

.product-card-wrapper .card__media {
  border-radius: 18px !important;
  overflow: hidden;
  background: transparent !important;
}

.product-card-wrapper .card__media img {
  border-radius: 18px !important;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent !important;
}

.product-card-wrapper .card__heading {
  font-family: 'Josefin Sans', 'Newspirit', serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
}

.product-card-wrapper .card-information {
  text-align: center;
  margin-bottom: 0.5em;
}

.product-card-wrapper .price {
  color: #b88c5a;
  letter-spacing: 4.14px;
  font-weight: 800;
  margin-bottom: 0.5em;
  text-align: center;
}

/* Description and details block (add this to the markup if not present) */
.product-card-wrapper .card__details {
  font-size: 0.95rem;
  color: #4B4B4B;
  text-align: center;
  line-height: 1.9;
}

/* Hide vendor and rating if not needed */
.product-card-wrapper .caption-with-letter-spacing,
.product-card-wrapper .rating {
  display: none !important;
}

.color-scheme-2 .product-card-wrapper {
  background: transparent !important;
}
.color-scheme-2 .product-card-wrapper .card {
  background: transparent !important;
}

/* --- Custom Quick Add Button Styles (screenshot match) --- */
.product-card-wrapper .quick-add__submit.button,
.product-card-wrapper .quick-add__submit.button--primary,
.product-card-wrapper .quick-add__submit.button--secondary {
  border-radius: 999px !important;
  border: 2px solid #bc8559 !important;
  background: #f9f7f2 !important;
  color: #bc8559 !important;
  font-family: 'Josefin Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14.58px !important;
  letter-spacing: 5.22px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  width: calc(100% - 2rem) !important;
  padding: 1.5em 2em 0.7em 2em !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 0 auto !important;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.product-card-wrapper .quick-add__submit.button:hover,
.product-card-wrapper .quick-add__submit.button--primary:hover,
.product-card-wrapper .quick-add__submit.button--secondary:hover {
  background: #fff7ef !important;
  color: #955425 !important;
  border-color: #955425 !important;
}

/* Custom Image-With-Text Section Styles */
.image-with-text {
  max-width: 100% !important;
  padding: 0 !important;
}

.image-with-text__grid {
  margin: 0 !important;
  max-width: 100% !important;
}

.image-with-text__media-item {
  padding: 0 !important;
}

.image-with-text__media {
  border-radius: 18px !important;
  overflow: hidden !important;
}

.image-with-text__grid--reverse .image-with-text__media {
  border-radius: 18px !important;
}

.image-with-text__text-item {
  padding: 0 !important;
}

.image-with-text__content {
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media screen and (max-width: 989px) {
  .image-with-text__grid {
    display: flex !important;
    flex-direction: column !important;
  }

  .image-with-text__media-item,
  .image-with-text__text-item {
    width: 100% !important;
    max-width: 100% !important;
  }

  .image-with-text__media {
    border-radius: 18px !important;
    max-height: 300px !important;
  }

  .image-with-text__media img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
  }

  .image-with-text__content {
    padding: 2rem 1.5rem !important;
  }

  /* Hide description on mobile to get CTA above the fold */
  .rich-text .rich-text__blocks .rte {
    display: none !important;
  }
}

/* Remove padding from .page-width for image-with-text section */
.page-width.no-page-padding {
  padding: 0 !important;
}

/* Header Navigation Styles */
.header__inline-menu .header__menu-item {
  font-family: Josefin Sans;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 4.95px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.mega-menu__content {
  font-family: Josefin Sans;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 4.95px;
  vertical-align: middle;
  text-transform: uppercase;
}

.product-card-wrapper {
  cursor: pointer;
}

/* Cart Drawer Product Title Case */
.cart-drawer .cart-item__name {
  text-transform: capitalize;
}
/* ── Variety Pack: Center text & button ── */
#shopify-section-template--19594987733211__image_with_text_wVFHeC .image-with-text__content {
  align-items: center !important;
  text-align: center !important;
}
}