/** Shopify CDN: Minification failed

Line 21:6 Unexpected "{"
Line 21:15 Expected ":"
Line 21:22 Unexpected "{"
Line 26:6 Unexpected "{"
Line 26:15 Expected ":"
Line 31:6 Unexpected "{"
Line 31:15 Expected ":"
Line 42:6 Unexpected "{"
Line 42:15 Expected ":"
Line 47:6 Unexpected "{"
... and 246 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:brands-showcase (INDEX:2) */
.bsc-{{ section.id }} {
  padding: 52px 0;
  background-color: var(--dynamic-bg-light, transparent);
  transition: background-color 0.9s ease;
}
.bsc-{{ section.id }} .bsc-header {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}
.bsc-{{ section.id }} .bsc-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: var(--dynamic-accent, #993C1D);
  background: color-mix(in srgb, var(--dynamic-accent, #993C1D) 12%, transparent);
  padding: 4px 14px;
  border-radius: 20px;
  margin: 0 0 10px;
  transition: color 0.9s ease, background 0.9s ease;
}
.bsc-{{ section.id }} .bsc-heading {
  font-size: 28px;
  margin: 0;
  transition: color 0.9s ease;
}
.bsc-{{ section.id }} .bsc-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 0 20px;
}
.bsc-{{ section.id }} .bsc-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  border: 0.5px solid rgba(0,0,0,0.1);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.bsc-{{ section.id }} .bsc-card:hover {
  transform: translateY(-6px);
  border-color: var(--dynamic-accent, #993C1D);
  box-shadow: 0 16px 28px rgba(0,0,0,0.1);
}
.bsc-{{ section.id }} .bsc-index {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-size: 11px;
  color: #fff;
  background: rgba(0,0,0,0.35);
  padding: 3px 9px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}
.bsc-{{ section.id }} .bsc-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f1efe8;
}
.bsc-{{ section.id }} .bsc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.bsc-{{ section.id }} .bsc-card:hover .bsc-media img {
  transform: scale(1.06);
}
.bsc-{{ section.id }} .bsc-media-fallback {
  width: 100%;
  height: 100%;
  background: var(--dynamic-accent, #993C1D);
  opacity: 0.15;
}
.bsc-{{ section.id }} .bsc-body {
  padding: 18px 16px 20px;
  border-top: 2px solid transparent;
  transition: border-color 0.35s ease;
}
.bsc-{{ section.id }} .bsc-card:hover .bsc-body {
  border-color: var(--dynamic-accent, #993C1D);
}
.bsc-{{ section.id }} .bsc-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
}
.bsc-{{ section.id }} .bsc-desc {
  font-size: 13px;
  color: #6b6b68;
  margin: 0 0 14px;
  line-height: 1.5;
}
.bsc-{{ section.id }} .bsc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--dynamic-accent, #993C1D);
  transition: gap 0.25s ease, color 0.9s ease;
}
.bsc-{{ section.id }} .bsc-card:hover .bsc-link {
  gap: 10px;
}
.bsc-{{ section.id }} .bsc-progress {
  display: none;
}

@media (max-width: 989px) {
  .bsc-{{ section.id }} .bsc-track {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 749px) {
  .bsc-{{ section.id }} .bsc-heading {
    font-size: 21px;
  }
  .bsc-{{ section.id }} .bsc-track {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 20px;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }
  .bsc-{{ section.id }} .bsc-track::-webkit-scrollbar {
    display: none;
  }
  .bsc-{{ section.id }} .bsc-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
  .bsc-{{ section.id }} .bsc-progress {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 16px;
  }
  .bsc-{{ section.id }} .bsc-progress span {
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background: rgba(0,0,0,0.15);
    transition: background 0.3s ease;
  }
  .bsc-{{ section.id }} .bsc-progress span.is-active {
    background: var(--dynamic-accent, #993C1D);
  }
}
/* END_SECTION:brands-showcase */

/* START_SECTION:features-strip (INDEX:19) */
.fts-{{ section.id }} {
  padding: 52px 24px;
  max-width: 1280px;
  margin: 0 auto;
}
.fts-{{ section.id }} .fts-header {
  text-align: center;
  margin-bottom: 34px;
}
.fts-{{ section.id }} .fts-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: var(--dynamic-accent, #993C1D);
  background: color-mix(in srgb, var(--dynamic-accent, #993C1D) 12%, transparent);
  padding: 4px 14px;
  border-radius: 20px;
  margin: 0 0 10px;
  transition: color 0.9s ease;
}
.fts-{{ section.id }} .fts-heading {
  font-size: 26px;
  margin: 0;
}
.fts-{{ section.id }} .fts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.fts-{{ section.id }} .fts-item {
  text-align: center;
  padding: 28px 18px;
  border-radius: 14px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}
.fts-{{ section.id }} .fts-item:hover {
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 16px 30px rgba(0,0,0,0.07);
}
.fts-{{ section.id }} .fts-icon {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--dynamic-accent, #993C1D) 12%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.9s ease, box-shadow 0.4s ease;
}
.fts-{{ section.id }} .fts-item:hover .fts-icon {
  transform: scale(1.12) rotate(-6deg);
  box-shadow: 0 0 0 10px color-mix(in srgb, var(--dynamic-accent, #993C1D) 8%, transparent);
}
.fts-{{ section.id }} .fts-icon svg {
  width: 26px;
  height: 26px;
  color: var(--dynamic-accent, #993C1D);
  transition: color 0.9s ease;
}
.fts-{{ section.id }} .fts-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px;
}
.fts-{{ section.id }} .fts-desc {
  font-size: 12.5px;
  color: #6b6b68;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 989px) {
  .fts-{{ section.id }} .fts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 749px) {
  .fts-{{ section.id }} .fts-heading {
    font-size: 20px;
  }
}
/* END_SECTION:features-strip */

/* START_SECTION:interactive-hero-autoplay (INDEX:24) */
.ihc-{{ section.id }} {
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #4A1B0C 0%, #2C1006 100%);
}
.ihc-{{ section.id }} .ihc-hero {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.ihc-{{ section.id }} .ihc-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.7s ease, transform 6s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1);
}
.ihc-{{ section.id }} .ihc-hero-img.is-visible {
  opacity: 1;
  transform: scale(1.12);
}
.ihc-{{ section.id }} .ihc-glow {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
  top: -140px;
  right: -100px;
  z-index: 1;
  transition: background-color 0.9s ease;
  pointer-events: none;
}
.ihc-{{ section.id }} .ihc-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.ihc-{{ section.id }} .ihc-word.is-in {
  opacity: 1;
  transform: none;
}
.ihc-{{ section.id }} .ihc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.05) 60%);
  transition: background 0.8s ease;
}
.ihc-{{ section.id }} .ihc-hero-content {
  position: relative;
  z-index: 2;
  padding: 40px;
  max-width: 480px;
}
.ihc-{{ section.id }} .ihc-tag {
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0 0 10px;
  color: #fff;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}
.ihc-{{ section.id }} .ihc-title {
  font-size: 28px;
  margin: 0 0 18px;
  color: #fff;
  transition: opacity 0.3s ease;
}
.ihc-{{ section.id }} .ihc-cta {
  display: inline-block;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.8s ease, transform 0.2s ease, box-shadow 0.3s ease;
}
.ihc-{{ section.id }} .ihc-cta:hover {
  box-shadow: 0 10px 26px rgba(0,0,0,0.35);
}
.ihc-{{ section.id }} .ihc-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 16px;
}
.ihc-{{ section.id }} .ihc-dot {
  width: 28px;
  height: 4px;
  border-radius: 2px;
  border: none;
  background: rgba(255,255,255,0.25);
  cursor: pointer;
  padding: 0;
  transition: background 0.4s ease;
}
.ihc-{{ section.id }} .ihc-dot.is-active {
  background: #fff;
}
@media (max-width: 749px) {
  .ihc-{{ section.id }} .ihc-hero {
    min-height: 320px;
  }
  .ihc-{{ section.id }} .ihc-hero-content {
    padding: 24px;
  }
  .ihc-{{ section.id }} .ihc-title {
    font-size: 21px;
  }
}
/* END_SECTION:interactive-hero-autoplay */

/* START_SECTION:professional-footer (INDEX:51) */
.pf-{{ section.id }} {
  background-color: var(--dynamic-bg-light, #f7f5f0);
  transition: background-color 0.9s ease;
  padding: 56px 24px 0;
}
.pf-{{ section.id }} .pf-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.pf-{{ section.id }} .pf-logo {
  max-height: 40px;
  margin-bottom: 14px;
}
.pf-{{ section.id }} .pf-shop-name {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 14px;
}
.pf-{{ section.id }} .pf-desc {
  font-size: 13.5px;
  line-height: 1.7;
  color: #6b6b68;
  margin: 0 0 18px;
  max-width: 320px;
}
.pf-{{ section.id }} .pf-social {
  display: flex;
  gap: 10px;
}
.pf-{{ section.id }} .pf-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.12);
  color: inherit;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.pf-{{ section.id }} .pf-social a:hover {
  background: var(--dynamic-accent, #993C1D);
  border-color: var(--dynamic-accent, #993C1D);
  color: #fff;
}
.pf-{{ section.id }} .pf-social svg {
  width: 16px;
  height: 16px;
}
.pf-{{ section.id }} .pf-col h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 16px;
  transition: color 0.9s ease;
}
.pf-{{ section.id }} .pf-col-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: default;
  text-align: right;
}
.pf-{{ section.id }} .pf-chevron {
  display: none;
  width: 16px;
  height: 16px;
}
.pf-{{ section.id }} .pf-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pf-{{ section.id }} .pf-links a {
  font-size: 13.5px;
  color: #6b6b68;
  text-decoration: none;
  transition: color 0.25s ease;
}
.pf-{{ section.id }} .pf-links a:hover {
  color: var(--dynamic-accent, #993C1D);
}
.pf-{{ section.id }} .pf-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pf-{{ section.id }} .pf-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: #6b6b68;
}
.pf-{{ section.id }} .pf-contact-list svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--dynamic-accent, #993C1D);
  transition: color 0.9s ease;
}
.pf-{{ section.id }} .pf-contact-list a {
  color: inherit;
  text-decoration: none;
}
.pf-{{ section.id }} .pf-newsletter-form {
  display: flex;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.pf-{{ section.id }} .pf-newsletter-form input {
  flex: 1;
  border: none;
  padding: 11px 14px;
  font-size: 13px;
  background: transparent;
  outline: none;
}
.pf-{{ section.id }} .pf-newsletter-form button {
  border: none;
  background: var(--dynamic-accent, #993C1D);
  color: #fff;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.9s ease;
}
.pf-{{ section.id }} .pf-newsletter-form svg {
  width: 16px;
  height: 16px;
}
.pf-{{ section.id }} .pf-form-success {
  font-size: 12.5px;
  color: #3B6D11;
  margin: 8px 0 0;
}
.pf-{{ section.id }} .pf-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 26px 0;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.pf-{{ section.id }} .pf-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b6b68;
}
.pf-{{ section.id }} .pf-trust-item svg {
  width: 20px;
  height: 20px;
  color: var(--dynamic-accent, #993C1D);
  transition: color 0.9s ease;
}
.pf-{{ section.id }} .pf-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.pf-{{ section.id }} .pf-copyright {
  font-size: 12.5px;
  color: #8a8a86;
  margin: 0;
}
.pf-{{ section.id }} .pf-payment {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pf-{{ section.id }} .pf-payment-label {
  font-size: 12px;
  color: #8a8a86;
}
.pf-{{ section.id }} .pf-payment-icon {
  height: 22px;
  width: auto;
  border-radius: 3px;
}

@media (max-width: 749px) {
  .pf-{{ section.id }} {
    padding: 40px 20px 0;
  }
  .pf-{{ section.id }} .pf-top {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .pf-{{ section.id }} .pf-col-brand,
  .pf-{{ section.id }} .pf-col-newsletter,
  .pf-{{ section.id }} .pf-col-contact {
    padding: 16px 0;
  }
  .pf-{{ section.id }} .pf-col-links {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 16px 0;
  }
  .pf-{{ section.id }} .pf-col-toggle {
    cursor: pointer;
  }
  .pf-{{ section.id }} .pf-col-toggle h4 {
    margin: 0;
  }
  .pf-{{ section.id }} .pf-chevron {
    display: block;
    transition: transform 0.3s ease;
  }
  .pf-{{ section.id }} .pf-col-links.is-open .pf-chevron {
    transform: rotate(180deg);
  }
  .pf-{{ section.id }} .pf-links {
    max-height: 0;
    overflow: hidden;
    gap: 0;
    transition: max-height 0.35s ease;
  }
  .pf-{{ section.id }} .pf-col-links.is-open .pf-links {
    max-height: 400px;
    padding-top: 12px;
    gap: 10px;
  }
  .pf-{{ section.id }} .pf-trust {
    gap: 18px 24px;
    padding: 22px 0;
  }
  .pf-{{ section.id }} .pf-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* END_SECTION:professional-footer */

/* START_SECTION:testimonials-section (INDEX:56) */
.tst-{{ section.id }} {
  padding: 56px 24px;
  max-width: 1280px;
  margin: 0 auto;
}
.tst-{{ section.id }} .tst-header {
  text-align: center;
  margin-bottom: 34px;
}
.tst-{{ section.id }} .tst-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: var(--dynamic-accent, #993C1D);
  background: color-mix(in srgb, var(--dynamic-accent, #993C1D) 12%, transparent);
  padding: 4px 14px;
  border-radius: 20px;
  margin: 0 0 10px;
  transition: color 0.9s ease;
}
.tst-{{ section.id }} .tst-heading {
  font-size: 26px;
  margin: 0;
}
.tst-{{ section.id }} .tst-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tst-{{ section.id }} .tst-card {
  background: #fff;
  border: 0.5px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 26px 22px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.tst-{{ section.id }} .tst-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 32px rgba(0,0,0,0.08);
}
.tst-{{ section.id }} .tst-stars {
  display: flex;
  gap: 3px;
  color: #E8A845;
  margin-bottom: 14px;
}
.tst-{{ section.id }} .tst-stars svg {
  width: 15px;
  height: 15px;
}
.tst-{{ section.id }} .tst-quote {
  font-size: 14px;
  line-height: 1.8;
  color: #3a3a38;
  margin: 0 0 22px;
  min-height: 76px;
}
.tst-{{ section.id }} .tst-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tst-{{ section.id }} .tst-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--dynamic-accent, #993C1D);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  flex-shrink: 0;
  transition: background 0.9s ease;
}
.tst-{{ section.id }} .tst-name {
  font-size: 13.5px;
  font-weight: 600;
  margin: 0;
}
.tst-{{ section.id }} .tst-role {
  font-size: 12px;
  color: #8a8a86;
  margin: 2px 0 0;
}

@media (max-width: 989px) {
  .tst-{{ section.id }} .tst-track {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 749px) {
  .tst-{{ section.id }} .tst-heading {
    font-size: 20px;
  }
  .tst-{{ section.id }} .tst-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }
  .tst-{{ section.id }} .tst-track::-webkit-scrollbar {
    display: none;
  }
  .tst-{{ section.id }} .tst-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }
}
/* END_SECTION:testimonials-section */