/** Shopify CDN: Minification failed

Line 18:0 All "@import" rules must come first

**/
.tbl-edit-page-section {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.content-for-layout:has(.tbl-edit-page-section) {
  padding: 0 !important;
  margin: 0 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&family=Cormorant+Garamond:wght@300;400;500&display=swap');

.tbl-ep {
  font-family: 'Cormorant Garamond', serif;
}

.tbl-ep__hero {
  background: #1A0E08;
  box-shadow: 0 0 0 100vmax #1A0E08;
  clip-path: inset(0 -100vmax);
  padding: 72px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

.tbl-ep__breadcrumb {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5E4A38;
  margin: 0 0 28px;
}

.tbl-ep__breadcrumb a {
  color: #5E4A38;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tbl-ep__breadcrumb a:hover { color: #C9A84C; }

.tbl-ep__eyebrow {
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #C9A84C;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.tbl-ep__name {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 3rem;
  color: #F0E8D5;
  margin: 0 0 8px;
  line-height: 1.1;
}

.tbl-ep__level {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #BE5727;
  margin: 0 0 24px;
}

.tbl-ep__divider {
  width: 32px;
  height: 1px;
  background: #C9A84C;
  margin-bottom: 24px;
  opacity: 0.6;
}

.tbl-ep__tagline {
  font-size: 16px;
  color: #9E8E78;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 0 36px;
}

.tbl-ep__price {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: #F0E8D5;
  margin: 0 0 28px;
}

.tbl-ep__cta {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1A0E08;
  background: #C9A84C;
  padding: 14px 36px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.tbl-ep__cta:hover { background: #B8963D; }

.tbl-ep__hero-right {
  background: #221408;
  padding: 40px;
  border: 1px solid #2E1E14;
}

.tbl-ep__contents-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9E8E78;
  margin: 0 0 20px;
}

.tbl-ep__contents {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  border-top: 1px solid #3E2E1E;
}

.tbl-ep__contents li {
  font-size: 14px;
  color: #C8B89A;
  padding: 12px 0;
  border-bottom: 1px solid #3E2E1E;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 300;
}

.tbl-ep__contents li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #C9A84C;
  border-radius: 50%;
  flex-shrink: 0;
}

.tbl-ep__packaging-note {
  font-size: 12px;
  color: #7D6A58;
  font-weight: 300;
  line-height: 1.6;
  font-style: italic;
}

.tbl-ep__body {
  background: #F0E8D5;
  box-shadow: 0 0 0 100vmax #F0E8D5;
  clip-path: inset(0 -100vmax);
  padding: 72px 40px;
}

.tbl-ep__body-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.tbl-ep__section-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8B6F1F;
  margin: 0 0 20px;
}

.tbl-ep__body-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #1A0E08;
  margin: 0 0 16px;
  line-height: 1.3;
}

.tbl-ep__body-text {
  font-size: 15px;
  color: #4E2C1D;
  line-height: 1.8;
  font-weight: 300;
  margin: 0;
}

.tbl-ep__nav {
  background: #1A0E08;
  box-shadow: 0 0 0 100vmax #1A0E08;
  clip-path: inset(0 -100vmax);
  padding: 32px 40px;
}

.tbl-ep__nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tbl-ep__nav-back {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9E8E78;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tbl-ep__nav-back:hover { color: #F0E8D5; }

.tbl-ep__nav-next {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C9A84C;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tbl-ep__nav-next:hover { color: #F0E8D5; }

@media (max-width: 749px) {
  .tbl-ep__hero { grid-template-columns: 1fr; gap: 40px; padding: 48px 20px; }
  .tbl-ep__name { font-size: 2.2rem; }
  .tbl-ep__body { padding: 48px 20px; }
  .tbl-ep__body-inner { grid-template-columns: 1fr; gap: 40px; }
  .tbl-ep__nav { padding: 24px 20px; }
}