@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueRegular.woff2") format("woff2"),
       url("../fonts/Bebasneueregular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Book";
  src: url("../fonts/BebasNeueRegular.woff2") format("woff2"),
       url("../fonts/Bebasneueregular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Regular";
  src: url("../fonts/BebasNeueBook.woff2") format("woff2"),
       url("../fonts/Bebasneuebook.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebasneuebook";
  src: url("../fonts/Bebasneuebook.woff") format("woff"),
       url("../fonts/BebasNeueBook.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebasneueregular";
  src: url("../fonts/Bebasneueregular.woff") format("woff"),
       url("../fonts/BebasNeueRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --effige-ink: #15120f;
  --effige-paper: #f7f2ea;
  --effige-soft: #eee5d8;
  --effige-line: #d8cbbb;
  --effige-muted: #756a5f;
  --effige-gold: #b8874c;
  --effige-green: #2f4534;
  --effige-content-width: 1400px;
  --effige-font-body: Arial, Helvetica, sans-serif;
  --effige-font-title: "Bebas Neue", "Bebasneueregular", Arial, sans-serif;
  --effige-font-brand-book: "Bebasneuebook", "Bebas Neue", Arial, sans-serif;
  --effige-font-brand: "Bebas Neue", "Bebasneueregular", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--effige-ink);
  background: var(--effige-paper);
  font-family: var(--effige-font-body);
  line-height: 1.55;
}

.font-brand {
  font-family: var(--effige-font-brand);
  font-weight: 400;
  font-synthesis: none;
}

.font-brand-book {
  font-family: var(--effige-font-brand-book);
  font-weight: 400;
  font-synthesis: none;
}

.font-title {
  font-family: var(--effige-font-title);
}

.font-body {
  font-family: var(--effige-font-body);
}

body.effige-intro-page {
  background: #fff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(var(--effige-content-width), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #000;
  color: #fff;
}

.site-header svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header__top {
  color: #000;
  background: #fff;
}

.site-header__top-inner {
  width: min(var(--effige-content-width), calc(100% - 40px));
  min-height: 42px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header__social,
.site-header__top-actions,
.account-link {
  display: inline-flex;
  align-items: center;
}

.site-header__top-actions {
  gap: 16px;
}

.header-social-link,
.account-link {
  color: #000;
  text-decoration: none;
  transition: color .18s ease, opacity .18s ease;
}

.header-social-link {
  font-size: 19px;
}

.account-link {
  gap: 5px;
  font-family: var(--effige-font-brand);
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.account-link svg {
  font-size: 19px;
}

.header-social-link:hover,
.account-link:hover {
  color: var(--effige-gold);
}

.site-header__bar {
  width: min(var(--effige-content-width), calc(100% - 40px));
  min-height: 152px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(28px, 3vw, 56px);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  text-decoration: none;
}

.site-logo-image {
  display: block;
  max-height: 86px;
  max-width: 300px;
  width: auto;
}

.site-logo-text {
  font-family: var(--effige-font-brand);
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.primary-navigation {
  flex: 0 0 auto;
}

.primary-menu,
.footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2vw, 32px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: #d6d6d6;
  font-family: var(--effige-font-brand);
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  transition: color .18s ease, border-color .18s ease;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
  color: #fff;
  border-color: #fff;
}

.site-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.icon-action.mobile-cart-link {
  display: none;
}

.line-switcher {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
}

.line-switcher__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
  text-decoration: none;
  transition: transform .18s ease, opacity .18s ease;
}

.line-switcher__item:hover {
  transform: translateY(-3px);
}

.line-switcher__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.line-switcher__item span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  font-family: var(--effige-font-brand);
  font-size: 22px;
}

.icon-action {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  color: #fff;
  border: 0;
  background: transparent;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  transition: color .18s ease, transform .18s ease;
}

.icon-action:hover {
  color: var(--effige-gold);
  transform: translateY(-2px);
}

.cart-link__count {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  color: #fff;
  background: #ff4d5a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 0;
  background: transparent;
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 27px;
  height: 1.5px;
  margin: 3.5px auto;
  background: #fff;
  border-radius: 999px;
}

.header-search {
  border-top: 1px solid rgba(255,255,255,.14);
  background: #000;
}

.header-search form {
  width: min(720px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.header-search input[type="search"] {
  width: 100%;
  min-height: 46px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.26);
  color: #fff;
  background: transparent;
  font-size: 16px;
}

.header-search button {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #fff;
  color: #000;
  background: #fff;
  font-family: var(--effige-font-brand);
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

.intro-screen {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #1d1d1d;
}

.intro-screen__video,
.intro-screen__fallback,
.intro-screen__overlay {
  position: absolute;
  inset: 0;
}

.intro-screen__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.intro-screen__fallback {
  z-index: 0;
  background: #f5f2ec;
}

.intro-screen__overlay {
  z-index: 1;
  pointer-events: none;
}

.intro-choices {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 8vw, 120px);
  align-items: end;
  justify-items: center;
}

.intro-choice {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
  outline-offset: 10px;
}

.intro-choice__coin {
  width: clamp(118px, 11vw, 168px);
  height: clamp(118px, 11vw, 168px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .18));
  transition: transform .22s ease, filter .22s ease;
}

.intro-choice__coin img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.intro-choice__coin span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: rgba(255, 255, 255, .35);
  font-size: 44px;
  font-weight: 900;
}

.intro-choice__label {
  font-family: var(--effige-font-brand);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 400;
  font-synthesis: none;
  line-height: 1;
}

.intro-choice:hover .intro-choice__coin,
.intro-choice:focus-visible .intro-choice__coin {
  transform: translateY(-10px);
  filter: drop-shadow(0 26px 24px rgba(0, 0, 0, .2));
}

.intro-choice:hover .intro-choice__label,
.intro-choice:focus-visible .intro-choice__label {
  color: #000;
}

.home-hero,
.page-hero {
  background: linear-gradient(135deg, #19140f, #354735);
  color: #fff;
}

.home-hero {
  padding: clamp(72px, 9vw, 130px) 0;
}

.page-hero {
  padding: clamp(44px, 5vw, 74px) 0;
}

.home-hero h1,
.page-hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: var(--effige-font-title);
  font-size: clamp(44px, 8vw, 96px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: 0;
}

.page-hero h1 {
  font-size: clamp(36px, 5vw, 68px);
}

.home-hero p,
.page-hero p {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 18px;
}

.eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #f0c789;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-dark {
  color: #111;
  background: #fff;
}

.button-dark:hover {
  color: #111;
  background: #f0c789;
}

.button-light {
  color: #fff;
  border-color: rgba(255,255,255,.42);
}

.button-light:hover {
  color: #111;
  background: #f0c789;
  border-color: #f0c789;
}

.page-section,
.line-gateway {
  padding: clamp(48px, 1vw, 92px) 0;
}

.line-gateway h2 {
  margin: 0 0 24px;
  font-family: var(--effige-font-title);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 500;
}

.section-kicker {
display: block;
margin-bottom: 10px;
color: var(--effige-gold);
font-size: 12px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
}

.line-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.line-card,
.content-card {
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--effige-line);
  background: #fffaf2;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.line-card:hover,
.content-card:hover {
  transform: translateY(-3px);
  border-color: var(--effige-gold);
  box-shadow: 0 18px 50px rgba(35, 28, 20, .12);
}

.line-card span {
  display: block;
  font-family: var(--effige-font-title);
  font-size: 34px;
  line-height: 1;
}

.line-card small {
  display: block;
  margin-top: 12px;
  color: var(--effige-muted);
  font-size: 14px;
}

.entry-content {
  font-size: 18px;
}

.contact-hero {
  background:
    linear-gradient(90deg, rgba(21, 18, 15, .92), rgba(47, 69, 52, .88)),
    var(--effige-green);
}

.contact-section {
  padding-top: clamp(54px, 6vw, 94px);
}

.contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 45px;
  align-items: start;
}

.contact-form-panel {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--effige-line);
  background: #fffaf2;
  box-shadow: 0 24px 70px rgba(35, 28, 20, .08);
}

.contact-content {
  padding-top: 6px;
}

.contact-content--solo {
  max-width: 820px;
}

.contact-content .entry-content > *:first-child,
.contact-form-panel > *:first-child {
  margin-top: 0;
}

.contact-content .entry-content > *:last-child,
.contact-form-panel > *:last-child {
  margin-bottom: 0;
}

.contact-content h2,
.contact-content h3 {
  margin: 0 0 18px;
  font-family: var(--effige-font-title);
  font-weight: 500;
  line-height: 1;
}

.contact-content h2 {
  font-size: clamp(36px, 5vw, 58px);
}

.contact-content h3 {
  font-size: 34px;
}

.contact-content p,
.contact-content li {
  color: #342d26;
}

.contact-form-panel form {
  display: grid;
  gap: 16px;
}

.contact-form-panel label {
  display: block;
  margin-bottom: 7px;
  color: var(--effige-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.contact-form-panel input,
.contact-form-panel textarea,
.contact-form-panel select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--effige-line);
  border-radius: 0;
  color: var(--effige-ink);
  background: #fff;
  font: inherit;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.contact-form-panel textarea {
  min-height: 136px;
  resize: vertical;
}

.contact-form-panel input:focus,
.contact-form-panel textarea:focus,
.contact-form-panel select:focus {
  outline: none;
  border-color: var(--effige-gold);
  box-shadow: 0 0 0 3px rgba(184, 135, 76, .13);
}

.contact-form-panel input[type="submit"],
.contact-form-panel button[type="submit"] {
  width: auto;
  min-width: 190px;
  min-height: 48px;
  padding: 0 24px;
  border-color: #000;
  color: #fff;
  background: #000;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-form-panel input[type="submit"]:hover,
.contact-form-panel button[type="submit"]:hover,
.contact-form-panel input[type="submit"]:focus-visible,
.contact-form-panel button[type="submit"]:focus-visible {
  border-color: var(--effige-green);
  background: var(--effige-green);
}

.contact-form-panel .wpcf7 form,
.contact-form-panel .wpforms-form {
  margin: 0;
}

.contact-form-panel .wpcf7-not-valid-tip,
.contact-form-panel .wpforms-error {
  margin-top: 6px;
  color: #8b1f16;
  font-size: 13px;
}

.contact-form-panel .wpcf7-response-output,
.contact-form-panel .wpforms-confirmation-container-full {
  margin: 16px 0 0;
  padding: 12px 14px;
  border: 1px solid var(--effige-line);
  background: #fff;
  color: var(--effige-ink);
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.editorial-card {
  display: block;
  padding: 24px;
  background: #fffaf2;
  border: 1px solid var(--effige-line);
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.editorial-card:hover {
  transform: translateY(-4px);
  border-color: var(--effige-gold);
  box-shadow: 0 18px 44px rgba(35, 28, 20, .12);
}

.editorial-card span {
  display: block;
  font-family: var(--effige-font-title);
  font-size: 26px;
  line-height: 1.15;
}

.editorial-card small {
  display: block;
  margin-top: 14px;
  color: var(--effige-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.line-home-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
}

.banner-slider {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #19140f;
}

.banner-slider__slides,
.banner-slide {
  min-height: 520px;
}

.banner-slider__slides {
  position: relative;
  flex: 1 1 100%;
  width: 100%;
}

.banner-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .75s ease;
}

.banner-slide.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.banner-slide__media,
.banner-slide__overlay {
  position: absolute;
  inset: 0;
}

.banner-slide__media img,
.banner-slide__media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.banner-slide__media--mobile {
  display: none;
}

.banner-slide__overlay {
  background: var(--banner-gradient);
  opacity: var(--banner-overlay-opacity, .82);
  z-index: 1;
}

.banner-slide__content {
  position: relative;
  z-index: 2;
}

.banner-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: rgba(0,0,0,.2);
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.banner-slider__arrow:hover {
  background: var(--effige-gold);
  border-color: var(--effige-gold);
  color: #111;
}

.banner-slider__arrow--prev {
  left: 24px;
}

.banner-slider__arrow--next {
  right: 24px;
}

.banner-slider__dots {
  position: absolute;
  right: 34px;
  bottom: 28px;
  z-index: 4;
  display: flex;
  gap: 9px;
}

.banner-slider__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.banner-slider__dots button.is-active,
.banner-slider__dots button:hover {
  background: #fff;
}

.line-products-preview h2 {
  margin: 0 0 28px;
  font-family: var(--effige-font-title);
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 500;
  line-height: 1;
}

.product-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.product-preview-carousel {
  position: relative;
}

.product-preview-carousel__viewport {
  overflow: hidden;
  margin: -12px 0 -34px;
  padding: 12px 0 34px;
}

.product-preview-carousel__track {
  transition: transform .32s ease;
}

.product-preview-carousel.woocommerce.product-preview-carousel--enabled .product-preview-carousel__track,
.product-preview-carousel.woocommerce-page.product-preview-carousel--enabled .product-preview-carousel__track {
  display: flex;
  gap: 22px;
  will-change: transform;
}

.product-preview-carousel.woocommerce.product-preview-carousel--enabled ul.products li.product,
.product-preview-carousel.woocommerce-page.product-preview-carousel--enabled ul.products li.product {
  flex: 0 0 calc((100% - 66px) / 4);
}

.product-preview-carousel__nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.product-preview-carousel__arrow {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--effige-line);
  background: rgba(255, 250, 242, .78);
  color: var(--effige-ink);
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, opacity .18s ease;
}

.product-preview-carousel__arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
}

.product-preview-carousel__arrow--prev::before {
  transform: translateX(2px) rotate(-45deg);
}

.product-preview-carousel__arrow--next::before {
  transform: translateX(-2px) rotate(135deg);
}

.product-preview-carousel__arrow:hover,
.product-preview-carousel__arrow:focus-visible {
  border-color: rgba(18, 18, 16, .42);
  background: #fffaf2;
}

.product-preview-carousel__arrow:disabled {
  cursor: default;
  opacity: .35;
}

.product-preview-card {
  display: block;
  overflow: hidden;
  background: #fffaf2;
  border: 1px solid rgba(216, 203, 187, .78);
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.product-preview-card:hover {
  transform: translateY(-5px);
  border-color: rgba(184, 135, 76, .8);
  box-shadow: 0 22px 54px rgba(35, 28, 20, .13);
}

.product-preview-card__image {
  overflow: hidden;
  background: #efe6da;
}

.product-preview-card img {
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  transition: transform .26s ease, filter .26s ease;
}

.product-preview-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.03);
}

.product-preview-card span,
.product-preview-card small {
  display: block;
  padding-right: 18px;
  padding-left: 18px;
}

.product-preview-card span {
  padding-top: 18px;
  font-family: var(--effige-font-title);
  font-size: 24px;
  line-height: 1.1;
}

.product-preview-card small {
  padding-top: 8px;
  padding-bottom: 18px;
  color: var(--effige-green);
  font-size: 18px;
  font-weight: 900;
}

.site-footer {
  color: #fff;
  background: #050505;
}

.site-footer__inner {
  width: min(var(--effige-content-width), calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: start;
}

.site-footer__brand {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer p {
    max-width: 560px;
    margin: 0;
    color: #b9b9b9;
    font-size: 12px;
}

.footer-menu {
  justify-content: flex-end;
  gap: 18px;
}

.footer-menu a {
  color: rgba(255,255,255,.74);
  text-decoration: none;
}

.footer-menu a:hover {
  color: #f0c789;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 28px;
  color: var(--effige-muted);
}

.woocommerce .woocommerce-ordering select {
  min-height: 42px;
  padding: 0 36px 0 14px;
  border: 1px solid var(--effige-line);
  background: #fffaf2;
  color: var(--effige-ink);
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 22px;
  clear: both;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  padding: 0 0 18px;
  overflow: hidden;
  background: #fffaf2;
  border: 1px solid rgba(216, 203, 187, .78);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  border-color: rgba(184, 135, 76, .8);
  box-shadow: 0 22px 54px rgba(35, 28, 20, .13);
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  width: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform .26s ease, filter .26s ease;
}

.effige-product-media {
  position: relative;
  aspect-ratio: 1 / 1;
  margin: 0 0 18px;
  overflow: hidden;
  background: #f7f2ea;
}

.woocommerce ul.products li.product .effige-product-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.effige-product-media__image--primary {
  z-index: 1;
  opacity: 1;
}

.effige-product-media__image--secondary {
  z-index: 2;
  opacity: 0;
}

.woocommerce ul.products li.product:hover .effige-product-media__image--primary {
  transform: scale(1.025);
  filter: saturate(1.03) contrast(1.02);
}

.woocommerce ul.products li.product:hover .effige-product-media__image--secondary {
  opacity: 1;
  transform: scale(1.025);
  filter: saturate(1.03) contrast(1.02);
}

.effige-product-cats {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.effige-product-cats span {
display: inline-flex;
align-items: center;
padding: 5px 12px;
background: rgba(21, 18, 15, .50);
color: #fff;
font-size: 10px;
letter-spacing: 1px;
line-height: 1;
text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0 18px;
  color: var(--effige-ink);
  font-family: var(--effige-font-title);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.woocommerce ul.products li.product .price {
  display: block;
  padding: 0 18px;
  color: var(--effige-green);
  font-size: 15px;
  font-weight: 600;
}

.woocommerce span.onsale {
  min-height: 0;
  min-width: 0;
  padding: 7px 10px;
  border-radius: 0;
  background: var(--effige-green);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 610px) minmax(430px, 630px);
  gap: 45px;
  align-items: start;
  max-width: var(--effige-content-width);
  margin: 0 auto;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary {
  float: none;
  width: auto;
  margin: 0;
}

.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  max-width: 610px;
}

.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce #content div.product div.images.woocommerce-product-gallery,
.woocommerce-page div.product div.images.woocommerce-product-gallery,
.woocommerce-page #content div.product div.images.woocommerce-product-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  max-width: 610px;
}

.woocommerce div.product div.images.woocommerce-product-gallery.effige-gallery-has-thumbs,
.woocommerce #content div.product div.images.woocommerce-product-gallery.effige-gallery-has-thumbs,
.woocommerce-page div.product div.images.woocommerce-product-gallery.effige-gallery-has-thumbs,
.woocommerce-page #content div.product div.images.woocommerce-product-gallery.effige-gallery-has-thumbs {
  grid-template-columns: 115px minmax(0, 1fr);
  gap: 16px;
}

.woocommerce div.product div.images img {
  background: #fffaf2;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 16px;
  right: 16px;
  z-index: 4;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  grid-column: 1;
  margin: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery.effige-gallery-has-thumbs .woocommerce-product-gallery__wrapper {
  grid-column: 2;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform .22s ease;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 115px;
  height: 130px;
  float: none;
  clear: none;
  margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  display: block;
  width: 115px;
  height: 130px;
  aspect-ratio: 115 / 130;
  object-fit: cover;
  opacity: .55;
  transition: opacity .18s ease, transform .18s ease;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.woocommerce div.product div.images.woocommerce-product-gallery > .effige-thumbs-carousel,
.woocommerce div.product div.images.woocommerce-product-gallery > .effige-thumbs-carousel__viewport {
  grid-column: 1;
  grid-row: 1;
}

.effige-thumbs-carousel {
  display: grid;
  grid-template-rows: 28px 556px 28px;
  gap: 8px;
  align-self: start;
  width: 115px;
}

.effige-thumbs-carousel .effige-thumbs-carousel__viewport {
  grid-column: auto;
  grid-row: auto;
}

.effige-thumbs-carousel__viewport {
  width: 115px;
  max-height: 556px;
  overflow: hidden;
}

.effige-thumbs-carousel__arrow {
  display: grid;
  width: 115px;
  min-height: 30px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--effige-line);
  background: rgba(255, 250, 242, .72);
  color: var(--effige-ink);
  cursor: pointer;
  line-height: 1;
  transition: background .18s ease, border-color .18s ease, opacity .18s ease;
}

.effige-thumbs-carousel__arrow::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
}

.effige-thumbs-carousel__arrow--prev::before {
  transform: translateY(2px) rotate(45deg);
}

.effige-thumbs-carousel__arrow--next::before {
  transform: translateY(-2px) rotate(225deg);
}

.effige-thumbs-carousel__arrow:hover,
.effige-thumbs-carousel__arrow:focus-visible {
  border-color: rgba(18, 18, 16, .42);
  background: #fffaf2;
}

.effige-thumbs-carousel__arrow:disabled {
  cursor: default;
  opacity: .35;
}

.woocommerce div.product div.images.woocommerce-product-gallery[data-effige-thumb-count="4"] .effige-thumbs-carousel {
  display: block;
}

.woocommerce div.product div.images.woocommerce-product-gallery[data-effige-thumb-count="4"] .effige-thumbs-carousel__arrow {
  display: none;
}

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
  max-width: 630px;
  padding-top: 10px;
}

.woocommerce div.product .product_title {
  margin: 0 0 16px;
  color: var(--effige-ink);
  font-family: var(--effige-font-title);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 500;
  line-height: .96;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin: 0 0 28px;
  color: var(--effige-green);
  font-size: 18px;
  font-weight: 600;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  color: var(--effige-ink);
  font-size: 14px;
  line-height: 1.40;
}

.woocommerce div.product .stock {
  color: #8a7a00;
  font-size: 14px;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}

.woocommerce .quantity .qty {
  min-height: 46px;
  border: 1px solid var(--effige-line);
  background: #fffaf2;
}

.woocommerce .effige-quantity {
  display: inline-grid;
  grid-template-columns: 42px 48px 42px;
  align-items: stretch;
  min-height: 46px;
  border: 1px solid var(--effige-line);
  background: #fffaf2;
}

.woocommerce .effige-quantity .qty {
  width: 48px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-right: 1px solid var(--effige-line);
  border-left: 1px solid var(--effige-line);
  background: transparent;
  color: var(--effige-ink);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  appearance: textfield;
}

.woocommerce .effige-quantity .qty::-webkit-outer-spin-button,
.woocommerce .effige-quantity .qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.woocommerce .effige-quantity__button {
  display: grid;
  min-height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--effige-ink);
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  transition: background .18s ease, color .18s ease;
}

.woocommerce .effige-quantity__button:hover,
.woocommerce .effige-quantity__button:focus-visible {
  background: var(--effige-ink);
  color: #fff;
}

.woocommerce div.product form.cart .button {
min-height: 46px;
padding: 0 20px;
border: 1px solid var(--effige-ink);
border-radius: 0;
margin-left: 8px;
background: #000;
color: #fff;
font-size: 13px;
font-weight: 600;
line-height: 1;
text-transform: uppercase;
transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus-visible {
  transform: translateY(-2px);
  background: var(--effige-gold);
  border-color: var(--effige-gold);
  color: var(--effige-ink);
  box-shadow: 0 12px 24px rgba(35, 28, 20, .12);
}

.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button {
min-height: auto;
margin: 14px 18px 0;
padding: 8px 18px;
border: 1px solid rgba(21, 18, 15, .28);
border-radius: 0px;
background: #000000;
color: #ffffff;
box-shadow: none;
font-size: 12px;
font-weight: 600;
line-height: 1;
text-transform: uppercase;
}

.woocommerce ul.products li.product a.button:hover,
.woocommerce-page ul.products li.product a.button:hover,
.woocommerce ul.products li.product a.button:focus-visible,
.woocommerce-page ul.products li.product a.button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--effige-ink);
  background: var(--effige-ink);
  color: #fff;
  box-shadow: 0 12px 24px rgba(35, 28, 20, .12);
}

.effige-single-details {
grid-column: 1 / -1;
padding-top: clamp(28px, 4vw, 46px);
border-top: 1px solid var(--effige-line);
}

.effige-single-details h2,
.woocommerce div.product .related.products > h2,
.woocommerce div.product .upsells.products > h2 {
  margin: 0 0 22px;
  color: var(--effige-ink);
  font-family: var(--effige-font-title);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 500;
  line-height: 1;
}

.effige-single-details__content {
  color: #333;
  font-size: 15px;
  line-height: 1.40;
}

.effige-single-details__content > :first-child {
  margin-top: 0;
}

.effige-single-details__content > :last-child {
  margin-bottom: 0;
}

.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
  grid-column: 1 / -1;
  width: 100%;
  padding-top: clamp(28px, 4vw, 46px);
  border-top: 1px solid var(--effige-line);
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  border-top-color: var(--effige-gold);
  background: #fffaf2;
}

@media (max-width: 900px) {

.account-link > span,
a.icon-action.mobile-cart-link span.cart-link__count {
display: none;
} 
 
.site-header {
position: sticky;
}

  .site-header__top-inner {
    min-height: 58px;
    width: min(100% - 28px, var(--effige-content-width));
  }

  .account-link {
    font-size: 0;
  }

  .site-header__bar {
    min-height: 90px;
    width: min(100% - 28px, var(--effige-content-width));
    justify-content: space-between;
    gap: 14px;
  }

  .site-brand {
    min-width: 0;
    max-width: min(230px, 48vw);
  }

  .site-logo-image {
    max-height: 64px;
    max-width: 230px;
  }

  .menu-toggle {
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 0;
  }

  .menu-toggle span:not(.screen-reader-text) {
    width: 27px;
    height: 2px;
    margin: 0 auto;
    background: #000;
  }

  .primary-navigation {
    position: absolute;
    top: 148px;
    left: 0;
    right: 0;
    display: none;
    padding: 14px 20px 22px;
    background: #000;
    border-top: 1px solid rgba(255,255,255,.14);
  }

  .primary-navigation.is-open {
    display: block;
  }

.primary-menu {
display: flex;
flex-direction: column;
gap: 8px;
}

  .primary-menu a {
    width: auto;
    min-height: 42px;
    justify-content: center;
    font-size: 22px;
  }

  .line-switcher {
    margin-left: auto;
  }

  .line-switcher__item {
    width: 46px;
    height: 46px;
  }

  .site-actions {
    display: none;
  }

  .icon-action.mobile-cart-link {
    display: inline-grid;
    width: 42px;
    height: 42px;
    color: #000;
    font-size: 30px;
  }

  .icon-action {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .line-grid,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact-form-panel,
  .contact-content {
    max-width: none;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-preview-carousel.woocommerce.product-preview-carousel--enabled ul.products li.product,
  .product-preview-carousel.woocommerce-page.product-preview-carousel--enabled ul.products li.product {
    flex-basis: 100%;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce div.product {
    display: block;
  }

  .woocommerce div.product div.images,
  .woocommerce #content div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce div.product div.images.woocommerce-product-gallery.effige-gallery-has-thumbs {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery.effige-gallery-has-thumbs {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery.effige-gallery-has-thumbs .woocommerce-product-gallery__wrapper {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }

  .woocommerce div.product div.images .flex-viewport {
    width: 100%;
    min-width: 0;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery > .effige-thumbs-carousel,
  .woocommerce div.product div.images.woocommerce-product-gallery > .effige-thumbs-carousel__viewport {
    grid-column: 1;
    grid-row: 2;
  }

  .woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: max-content;
    overflow: visible;
  }

  .woocommerce div.product div.images .flex-control-thumbs li,
  .woocommerce div.product div.images .flex-control-thumbs img {
    flex: 0 0 88px;
    width: 88px;
    height: 100px;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
  .woocommerce div.product div.images .woocommerce-product-gallery__image,
  .woocommerce div.product div.images .woocommerce-product-gallery__image a,
  .woocommerce div.product div.images .woocommerce-product-gallery__image img {
    width: 100%;
  }

  .effige-thumbs-carousel {
    grid-template-columns: 28px 284px 28px;
    grid-template-rows: auto;
    display: grid;
    width: 100%;
    max-width: 356px;
    gap: 8px;
  }

  .effige-thumbs-carousel__viewport {
    width: 284px;
    max-width: 284px;
    max-height: none;
  }

  .effige-thumbs-carousel .effige-thumbs-carousel__viewport {
    grid-column: auto;
    grid-row: auto;
  }

  .effige-thumbs-carousel__arrow {
    display: grid;
    width: 28px;
    min-height: 100px;
  }

  .effige-thumbs-carousel__arrow--prev::before {
    transform: translateX(2px) rotate(-45deg);
  }

  .effige-thumbs-carousel__arrow--next::before {
    transform: translateX(-2px) rotate(135deg);
  }

  .woocommerce div.product div.summary {
    position: static;
    padding-top: 22px;
  }

  .footer-menu {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .intro-choices {
    width: min(620px, calc(100% - 32px));
    gap: 42px;
  }

  .intro-choice__coin {
    width: 124px;
    height: 124px;
  }
}

@media (max-width: 560px) {
  .container,
  .container.narrow,
  .site-header__bar,
  .site-header__top-inner,
  .site-footer__inner {
    width: min(100% - 28px, var(--effige-content-width));
  }

  .site-logo-text {
    font-size: 22px;
  }

  .site-logo-image {
    max-height: 52px;
    max-width: 176px;
  }

  .site-logo-text {
    font-size: 30px;
  }

  .line-switcher__item {
    width: 48px;
    height: 48px;
  }

  .site-actions {
    display: none;
  }

  .site-actions .search-toggle {
    display: none;
  }

  .icon-action {
    width: 34px;
    height: 34px;
    font-size: 25px;
  }

  .menu-toggle {
    width: 29px;
    height: 25px;
    margin-left: 5px;
  }

  .site-header__top-inner {
    min-height: 54px;
  }

  .site-header__top-actions {
    gap: 5px;
  }

  .account-link svg,
  .header-social-link {
    font-size: 25px;
  }

  .icon-action.mobile-cart-link {
    width: 36px;
    height: 36px;
    font-size: 27px;
  }

  .primary-navigation {
    top: 50px;
  }

  .home-hero,
  .page-hero {
    padding: 25px 0;
  }

  .banner-slider {
    padding: 0;
  }

  .banner-slider__slides,
  .banner-slide {
    min-height: 520px;
  }

  .banner-slide {
    align-items: flex-end;
    padding: 0 0 56px;
  }

  .banner-slide__media--desktop {
    display: none;
  }

  .banner-slide__media--mobile {
    display: block;
  }

  .banner-slider__arrow {
    display: none;
  }

  .banner-slider__dots {
    left: 24px;
    right: auto;
    bottom: 24px;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .product-preview-grid {
    grid-template-columns: 1fr;
  }

  .product-preview-carousel.woocommerce.product-preview-carousel--enabled .product-preview-carousel__track,
  .product-preview-carousel.woocommerce-page.product-preview-carousel--enabled .product-preview-carousel__track {
    gap: 16px;
  }

  .product-preview-carousel.woocommerce.product-preview-carousel--enabled ul.products li.product,
  .product-preview-carousel.woocommerce-page.product-preview-carousel--enabled ul.products li.product {
    flex-basis: 100%;
  }

  .product-preview-carousel__nav {
    justify-content: center;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px;
  }

  .woocommerce div.product .product_title {
    font-size: 30px;
    margin-top: 30px;
  }

  .intro-screen {
    min-height: 100svh;
    padding: 52px 0;
  }

  .intro-choices {
    grid-template-columns: 1fr;
    gap: 34px;
    align-content: center;
  }

  .intro-choice {
    gap: 12px;
  }

  .intro-choice__coin {
    width: 112px;
    height: 112px;
  }

  .intro-choice__label {
    font-size: 18px;
  }
}
