/* Maison Lion d'Or — 2026 frontend theme
   Tweak colors here: */
:root {
  --ld-black: #16110f;
  --ld-black-2: #241c18;
  --ld-red: #CC0000;
  --ld-red-deep: #9a0000;
  --ld-gold: #A29061;
  --ld-gold-2: #c4b07a;
  --ld-red-grad: linear-gradient(165deg, #e42323 0%, #cc0000 48%, #8f0000 100%);
  --ld-gold-grad: linear-gradient(165deg, #d8c89a 0%, #c4b07a 42%, #a29061 78%, #7d6b3e 100%);
  --ld-black-grad: linear-gradient(180deg, #2a221e 0%, #16110f 52%, #0c0908 100%);
  --ld-ivory: #F6F1E8;
  --ld-paper: #FFFcf7;
  --ld-line: rgba(162, 144, 97, 0.38);
  --ld-text: #2c2623;
  --ld-muted: #6d645d;
  --ld-header-h: 96px;
  --ld-max: 1180px;
  --ld-serif: "Cormorant Garamond", "Times New Roman", serif;
  --ld-sans: "Source Sans 3", "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; overflow-x: clip; }

.ld-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ld-icon {
  width: 1.35em;
  height: 1.35em;
  fill: currentColor;
  display: inline-block;
  vertical-align: -0.2em;
}

body.ld-body {
  margin: 0;
  background: var(--ld-ivory) !important;
  background-image: none !important;
  color: var(--ld-text);
  font-family: var(--ld-sans);
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0.01em;
}

body.ld-body a {
  color: var(--ld-black);
  text-decoration: none;
}
body.ld-body a:hover {
  color: var(--ld-red);
}

#wrapper.ld-site,
#wrapper {
  max-width: none !important;
  width: 100% !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mid,
.midfit {
  max-width: var(--ld-max);
  padding: 28px 28px 72px;
}

#wrapper > #content {
  min-height: 0;
  padding: 0;
  font-size: inherit;
}

h1, h2, h3, h4, .prodtitledet, .slidetitle {
  font-family: var(--ld-serif);
  font-weight: 600;
  color: var(--ld-black);
  letter-spacing: 0.02em;
}
.ibtitle, .pto2, .prodtitle {
  font-family: var(--ld-serif);
  font-weight: 600;
  letter-spacing: 0.02em;
}

#main h1,
#content h1 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.15;
  margin: 8px 0 18px;
  text-align: center;
}
#main h1:after,
#content h1:after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: var(--ld-gold);
  margin: 14px auto 0;
}
#main h2,
#content h2,
h2.clearfix {
  font-size: 1.85rem;
  font-weight: 500;
  text-transform: none !important;
  margin: 28px 0 12px;
  letter-spacing: 0.04em;
}
#content h2:has(+ .catintro),
h2.clearfix:has(+ .catintro) {
  margin-bottom: 2px;
}
#main p,
#content p {
  color: var(--ld-text);
}

/* Header */
#header_wrap.ld-header,
#header_wrap {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  background: rgba(255, 252, 247, 0.94) !important;
  backdrop-filter: saturate(1.2) blur(12px);
  border-bottom: 1px solid var(--ld-line);
  z-index: 4000;
  box-shadow: 0 8px 30px rgba(22, 17, 15, 0.06);
}
.ld-header-bar {
  max-width: none;
}
.ld-header-inner {
  max-width: var(--ld-max);
  margin: 0 auto;
  min-height: var(--ld-header-h);
  padding: 8px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
}
#logo.ld-logo,
#logo {
  position: relative !important;
  text-align: left !important;
  padding: 0 !important;
  flex: 0 0 auto;
}
#logo img {
  width: 248px !important;
  height: auto !important;
  display: block;
}
#nav {
  flex: 1 1 auto;
  background: transparent !important;
  color: var(--ld-black) !important;
  font-family: var(--ld-sans);
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#nav ul {
  text-align: center;
  margin: 0;
}
#nav ul li a,
#nav2 ul li a {
  font-family: var(--ld-sans);
  color: var(--ld-black) !important;
  padding: 10px 12px !important;
  font-weight: 500;
  position: relative;
}
#nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  background: var(--ld-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.33, 0.08, 0.15, 1);
  pointer-events: none;
}
#nav ul li:hover > a,
#nav ul li.active > a {
  color: var(--ld-black) !important;
  background: none !important;
  box-shadow: none !important;
}
#nav > ul > li:hover > a::after,
#nav > ul > li.active > a::after {
  transform: scaleX(1);
}
#nav li.sep {
  display: none !important;
}
#nav ul li ul {
  background: var(--ld-paper) !important;
  border: 1px solid var(--ld-line);
  box-shadow: 0 16px 40px rgba(22, 17, 15, 0.12);
  width: 230px !important;
  padding: 8px 0 !important;
  margin-top: 0;
}
#nav ul li ul li {
  border-bottom: none !important;
  display: block !important;
}
#nav ul li ul li a {
  font-family: var(--ld-sans);
  color: var(--ld-text) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em;
  text-transform: none;
  padding: 10px 16px !important;
}
#nav ul li ul li a:hover {
  background: var(--ld-ivory) !important;
  color: var(--ld-red) !important;
}

.ld-header-aside {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  margin-left: auto;
}
#phone {
  position: static !important;
  font-family: var(--ld-sans);
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.04em;
}
#phone a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ld-black);
  padding: 6px 8px;
}
#phone a .ld-icon { width: 18px; height: 18px; }
#socialicons,
.ld-social {
  position: static !important;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ld-social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--ld-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ld-black) !important;
  background: var(--ld-paper);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.ld-social-link:hover {
  background: var(--ld-red);
  border-color: var(--ld-red);
  color: #fff !important;
  transform: translateY(-2px);
}
.ld-social-link .ld-icon { width: 22px; height: 22px; }
.ld-social-tripadvisor .ld-icon,
.ld-social-mail .ld-icon { width: 24px; height: 24px; }
a.menutoggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--ld-line);
  border-radius: 50%;
  background: none !important;
  color: var(--ld-black) !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
}
a.menutoggle .ld-icon { width: 20px; height: 20px; }

#header_wrap_fix {
  display: none !important;
  height: 0 !important;
  border: 0 !important;
}
#horarios { display: none !important; }

/* Slideshow */
.midwrap,
.ld-hero {
  background: var(--ld-black) !important;
}
.midslide {
  max-width: none;
}
.slidewrap,
.slider {
  border: 0 !important;
}
.slide {
  min-height: 420px;
}
.vig {
  background: linear-gradient(180deg, rgba(22,17,15,0.08) 0%, rgba(22,17,15,0.55) 100%);
}
.slidecaption {
  text-align: left !important;
  padding: 70px 8% 48px !important;
  background: linear-gradient(transparent, rgba(22, 17, 15, 0.72)) !important;
  text-shadow: none !important;
}
.slidetitle {
  font-size: 3.1rem !important;
  font-weight: 500 !important;
  line-height: 1.1;
  color: #fff;
  max-width: 16ch;
}
.slidesubtitle {
  font-family: var(--ld-sans);
  font-size: 1.05rem !important;
  font-weight: 400 !important;
  color: var(--ld-gold-2);
  margin-top: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cycle-prev,
.cycle-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(22, 17, 15, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50% !important;
  transform: translateY(-50%);
}
.cycle-prev img,
.cycle-next img { width: 18px; opacity: 0.9; filter: brightness(10); }
.pagination-area {
  right: auto !important;
  left: 8%;
  text-align: left !important;
  bottom: 18px !important;
}
.pagination-area span {
  background: rgba(255,255,255,0.35) !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  margin: 0 5px !important;
  text-indent: -9999px;
}
.pagination-area span.cycle-pager-active {
  background: var(--ld-gold) !important;
}

/* Content / home */
#main {
  padding-top: 12px;
  padding-bottom: 56px;
}
#content {
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: 400;
  color: var(--ld-text);
}
#content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Category grid: 4 per row. Product listings: 5 per row, leftover cards centered */
.icons,
.ld-card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 18px;
  margin: 12px auto 40px;
  text-align: center;
  max-width: var(--ld-max);
}
.ld-card-grid > h2,
.ld-card-grid > .catintro,
.ld-card-grid > br {
  flex: 0 0 100%;
  width: 100%;
  max-width: none;
}
.ld-card-grid > h2 + .catintro {
  margin-top: -14px !important;
}

.ld-catalog {
  max-width: var(--ld-max);
  margin: 0 auto 24px;
}
.ld-cat-section {
  margin: 0 0 36px;
}
.ld-cat-section .ld-card-grid {
  margin-top: 10px;
  margin-bottom: 0;
}
.ld-cat-name {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: var(--ld-header-h) !important;
  z-index: 40;
  margin: 0 0 6px !important;
  padding: 10px 12px 8px;
  text-align: center;
  text-transform: none !important;
  font-size: 1.85rem !important;
  font-weight: 500 !important;
  background: rgba(246, 241, 232, 0.94);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 16px -12px rgba(22, 17, 15, 0.18);
}
.ld-card-grid {
  gap: 14px;
}
.iconbox {
  display: block !important;
  box-sizing: border-box;
  flex: 0 0 calc((100% - 54px) / 4);
  width: calc((100% - 54px) / 4) !important;
  margin: 0 !important;
  font-size: 1.35rem !important;
  box-shadow: none !important;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: var(--ld-paper);
}
.iconbox a {
  display: block;
  position: relative;
  color: inherit;
}
.iconbox img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0 !important;
  display: block;
  transform: scale(1.01);
  transition: transform 0.5s ease;
}
.iconbox:hover img { transform: scale(1.05); }
.ibtitle {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 !important;
  padding: 8px 12px;
  min-height: 2.4em;
  background: var(--ld-red-grad);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  color: #fff !important;
  font-size: 1.35rem;
  line-height: 1.2;
  box-sizing: border-box;
}
.ibtitle a { color: #fff !important; }

/* Product cards */
.product2 {
  display: flex !important;
  flex-direction: column;
  vertical-align: top;
  box-sizing: border-box;
  flex: 0 0 calc((100% - 56px) / 5);
  width: calc((100% - 56px) / 5) !important;
  max-width: none;
  margin: 0 0 8px !important;
  padding: 0 !important;
  background: var(--ld-paper);
  border: 1px solid var(--ld-line) !important;
  border-radius: 12px;
  overflow: hidden;
  min-height: 0;
  box-shadow: 0 8px 24px rgba(22, 17, 15, 0.05);
  transform: translateY(0);
  will-change: transform;
  transition:
    transform 0.75s cubic-bezier(0.33, 0.08, 0.15, 1),
    box-shadow 0.75s cubic-bezier(0.33, 0.08, 0.15, 1),
    border-color 0.6s ease;
}
.product2:hover {
  transform: translateY(-3px);
  border-color: var(--ld-gold) !important;
  box-shadow: 0 20px 44px rgba(22, 17, 15, 0.12);
}
.product2 > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  flex: 1;
}
.prodpic {
  margin: 0 !important;
  background-size: cover !important;
  height: 168px !important;
  min-height: 168px !important;
  max-height: 168px !important;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 0 !important;
}
.prodpic img {
  width: 100% !important;
  height: 168px !important;
  max-height: 168px !important;
  object-fit: cover;
  opacity: 1;
  display: block;
}
.prodpic img[src*="pic.png"],
.prodpic img[src*="clear.png"] {
  opacity: 0;
  height: 168px !important;
  width: 100% !important;
}
.prodpic.nopic,
.product2 .nopic {
  background: #f3eee6 !important;
  background-image: none !important;
  padding: 0 !important;
  height: 168px !important;
  min-height: 168px !important;
  max-height: 168px !important;
  position: relative;
  display: block !important;
}
.prodpic.nopic img,
.product2 .nopic img {
  height: 168px !important;
  width: 100% !important;
  max-width: none !important;
}
.ld-nopic {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 1;
  color: var(--ld-muted);
  font-family: var(--ld-sans);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}
.ld-nopic em {
  font-style: normal;
  font-weight: 600;
}
.ld-nopic .ld-icon {
  width: 28px;
  height: 28px;
  color: var(--ld-gold);
}
.pto2,
.product2 .prodtitle {
  background: var(--ld-red-grad) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  height: 3.5em;
  min-height: 3.5em;
  max-height: 3.5em;
  padding: 6px 8px;
  margin: 0;
  font-size: 1.15rem !important;
  line-height: 1.2;
  overflow: hidden;
}
.pto2 span,
.product2 .prodtitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 2.4em;
}
.pdw {
  text-align: center;
  font-size: 15px;
  color: var(--ld-muted);
  min-height: 1.5em;
  padding: 8px 10px 4px;
}
.pdw-units {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  vertical-align: middle;
}
.pdw-units .ld-icon {
  width: 15px;
  height: 15px;
  color: var(--ld-gold);
}
.product2 .prodtitleX {
  text-align: center;
  margin-top: auto;
  padding-bottom: 6px;
}
.product2 .buy2,
a.buy2 {
  background: var(--ld-gold-grad) !important;
  background-image: var(--ld-gold-grad) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 9px 18px !important;
  min-height: 0 !important;
  margin: 8px auto 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  letter-spacing: 0.06em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 8px 18px rgba(125, 107, 62, 0.22);
  transform: translateY(0);
  transition:
    background 0.4s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
a.buy2:hover {
  background: var(--ld-gold-grad) !important;
  background-image: var(--ld-gold-grad) !important;
  color: #fff !important;
  transform: translateY(0);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 8px 18px rgba(125, 107, 62, 0.22);
}

a.buy {
  background: var(--ld-red-grad) !important;
  background-image: var(--ld-red-grad) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 13px 24px !important;
  font-family: var(--ld-sans);
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  box-shadow: 0 10px 22px rgba(204, 0, 0, 0.18);
  transition: transform 0.45s cubic-bezier(0.33, 0.08, 0.15, 1), box-shadow 0.45s ease, background 0.35s ease;
}
a.buy .ld-icon {
  width: 20px;
  height: 20px;
}
a.buy:hover {
  background: var(--ld-red-deep) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(204, 0, 0, 0.28);
}
a.back {
  background: linear-gradient(180deg, #f3e8d4 0%, #e4d3b4 100%) !important;
  background-image: linear-gradient(180deg, #f3e8d4 0%, #e4d3b4 100%) !important;
  color: var(--ld-black) !important;
  border: 1px solid rgba(162, 144, 97, 0.5) !important;
  border-radius: 999px !important;
  padding: 13px 24px !important;
  font-family: var(--ld-sans);
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 8px 16px rgba(22, 17, 15, 0.06);
  transition:
    transform 0.5s cubic-bezier(0.33, 0.08, 0.15, 1),
    box-shadow 0.5s cubic-bezier(0.33, 0.08, 0.15, 1),
    background 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}
a.back:hover {
  background: var(--ld-gold-grad) !important;
  background-image: var(--ld-gold-grad) !important;
  color: var(--ld-black) !important;
  border-color: var(--ld-gold) !important;
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 14px 24px rgba(125, 107, 62, 0.28);
}

/* Product detail */
.ld-pdp,
#content .clearfix.ld-pdp {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  max-width: var(--ld-max);
  margin: 0 auto;
  padding: 8px 0 24px;
  box-sizing: border-box;
}
.ld-pdp .c_left50,
.ld-pdp .c_right50 {
  box-sizing: border-box;
  float: none;
}
.ld-pdp .c_left50 {
  width: 36%;
  max-width: 360px;
  flex: 0 1 360px;
}
.ld-pdp .c_right50 {
  width: auto;
  flex: 1 1 420px;
  max-width: 640px;
  padding-top: 0;
}
.ld-pdp .c_right50 > br { display: none; }
.product.wide .prodpicd {
  background: var(--ld-paper);
  border: 1px solid var(--ld-line);
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 16px 28px -10px rgba(22, 17, 15, 0.16);
}
.product.wide .prodpicd img {
  width: 82% !important;
  max-width: 300px;
  max-height: 380px;
  margin: 0 auto;
  object-fit: contain;
  display: block;
  border-radius: 0;
}
.prodtitledet {
  font-size: 2.4rem !important;
  margin: 0 0 8px !important;
  color: var(--ld-black) !important;
  line-height: 1.15;
}
.prodtitledet + .prodtitledet {
  font-family: var(--ld-sans) !important;
  font-size: 13px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ld-gold) !important;
  margin-bottom: 16px !important;
}
.prodstitledet {
  font-size: 1.1rem;
  color: var(--ld-muted);
  margin-bottom: 16px;
}
.proddesc {
  font-size: 1.02rem;
  color: var(--ld-text);
}
.prodprice {
  font-family: var(--ld-serif);
  font-size: 2rem !important;
  color: var(--ld-red);
  margin: 18px 0 8px;
}
#gallery {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 16px;
  clear: both;
}
#gallery .photo {
  display: block !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
#gallery .pic {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--ld-line);
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.relprod {
  display: inline-block;
  width: 22%;
  margin: 8px 2% 16px 0;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
}
.relprod img {
  height: 110px !important;
  width: auto;
  margin-bottom: 8px;
}
#relprods h4,
h4 {
  font-family: var(--ld-serif);
  font-size: 1.5rem;
  font-weight: 500;
  margin: 28px 0 12px;
}

.catintro,
div.catintro {
  background: #fff !important;
  color: var(--ld-text) !important;
  border: 1px solid var(--ld-line);
  border-left: 3px solid var(--ld-gold);
  padding: 10px 22px !important;
  width: auto !important;
  max-width: 46em;
  margin: 0 auto 24px auto !important;
  border-radius: 0 8px 8px 0 !important;
  font-size: 1.02rem !important;
  line-height: 1.55;
  font-family: var(--ld-sans);
}

/* Contact */
form.mainform .ld-field {
  position: relative;
  margin-bottom: 16px;
  float: none;
  width: 100%;
  overflow: visible;
}
form.mainform .ld-field > label:not(.error) {
  display: block;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  float: none;
  width: auto;
  margin: 0;
  padding: 0 2px;
  font-family: var(--ld-sans);
  font-size: 16px;
  font-weight: 400;
  color: var(--ld-muted);
  pointer-events: none;
  z-index: 2;
  transition:
    top 0.22s ease,
    transform 0.22s ease,
    font-size 0.22s ease,
    color 0.22s ease;
}
form.mainform .ld-field:focus-within > label:not(.error),
form.mainform .ld-field:has(input:not(:placeholder-shown)) > label:not(.error),
form.mainform .ld-field:has(textarea:not(:placeholder-shown)) > label:not(.error),
form.mainform .ld-field.is-filled > label:not(.error) {
  top: 7px;
  transform: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ld-gold);
}
form.mainform input[type=text],
form.mainform input[type=email],
form.mainform textarea,
form.mainform select {
  width: 100%;
  border: 1px solid var(--ld-line) !important;
  background: var(--ld-paper);
  padding: 22px 14px 8px !important;
  border-radius: 6px;
  font-size: 16px !important;
  color: var(--ld-text);
}
form.mainform .ld-field input::placeholder,
form.mainform .ld-field textarea::placeholder {
  color: transparent;
  opacity: 0;
}
form.mainform input[type=submit],
input.sub {
  background: var(--ld-red) !important;
  text-shadow: none !important;
  border-radius: 999px !important;
  padding: 14px 20px !important;
  font-size: 15px !important;
  letter-spacing: 0.1em;
}
h2.frmhd {
  font-family: var(--ld-serif);
  border-bottom: 1px solid var(--ld-line) !important;
  font-size: 1.7rem !important;
  margin: 8px 0 18px;
}
.prod {
  background: var(--ld-ivory) !important;
  border: 1px solid var(--ld-line) !important;
}

#map {
  max-width: var(--ld-max);
  margin: 0 auto 40px;
  padding: 0 28px;
}
#map > div {
  border-radius: 10px;
  overflow: hidden;
}

/* Footer */
#footer.ld-footer,
#footer {
  background: var(--ld-black-grad) !important;
  background-image: var(--ld-black-grad) !important;
  color: #efe8dc !important;
  padding: 56px 0 0 !important;
  font-size: 15px;
  margin-top: 0;
}
#footer a { color: #efe8dc !important; }
#footer a:hover { color: var(--ld-gold-2) !important; text-decoration: none !important; }
.ld-footer-grid {
  max-width: var(--ld-max);
  margin: 0 auto;
  padding: 0 28px 40px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 36px;
}
.ld-footer-brand .ld-footer-logo {
  width: 180px;
  height: auto;
  display: block;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}
.ld-footer-kicker {
  font-family: var(--ld-serif);
  font-size: 1.35rem;
  color: var(--ld-gold-2);
  margin-bottom: 10px;
}
.ld-footer h3,
#footer h3,
#footnav h3,
#footsocial h3 {
  font-family: var(--ld-serif);
  font-size: 1.35rem !important;
  color: var(--ld-gold-2) !important;
  margin: 0 0 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
  text-align: left !important;
  text-transform: none !important;
}
.ld-footer-list,
#footnav ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  text-align: left !important;
}
#footnav ul li,
.ld-footer-list li {
  display: block !important;
  margin: 0 0 8px;
}
#footnav ul li a {
  padding: 0 !important;
  color: #efe8dc !important;
}
#footnav li.sep { display: none !important; }
.ld-footer-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  line-height: 1.45;
}
.ld-footer-item .ld-icon {
  color: var(--ld-gold);
  margin-top: 2px;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
}
.ld-footer .ld-social-link {
  background: transparent;
  border-color: rgba(196, 176, 122, 0.45);
  color: var(--ld-gold-2) !important;
}
.ld-footer .ld-social-link:hover {
  background: var(--ld-red);
  border-color: var(--ld-red);
  color: #fff !important;
}
.ld-footer-cta {
  display: inline-flex;
  margin-top: 14px;
  border: 1px solid var(--ld-gold);
  color: var(--ld-gold-2) !important;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ld-footer-cta:hover {
  background: var(--ld-gold);
  color: var(--ld-black) !important;
}
.ld-footer-hours,
.ld-footer-hours :is(h1,h2,h3,p,span,font,div) {
  color: inherit !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  margin: 0 0 6px !important;
  text-align: left !important;
  text-shadow: none !important;
  text-transform: none !important;
}
.ld-footer-hours > div {
  white-space: nowrap;
}
.ld-legal {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 16px 28px;
  text-align: center;
  color: rgba(255,255,255,0.45);
  font-size: 13px;
}
#footsocial, #footdir { margin: 0; text-shadow: none !important; color: inherit !important; }
#footdir p,
#footdir * {
  text-align: left !important;
  color: inherit !important;
  font-size: 15px !important;
  margin: 0 0 6px !important;
  text-shadow: none !important;
}
.ld-celeb-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 8px 0 24px;
}
.celebrow {
  display: flex !important;
  box-sizing: border-box;
  flex: 0 0 calc((100% - 36px) / 4);
  width: calc((100% - 36px) / 4) !important;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--ld-paper) !important;
  border: 1px solid var(--ld-line) !important;
  border-radius: 10px !important;
  overflow: hidden;
  vertical-align: top;
  box-shadow: 0 8px 20px rgba(22, 17, 15, 0.05);
  transform: translateY(0);
  transition:
    transform 0.75s cubic-bezier(0.33, 0.08, 0.15, 1),
    box-shadow 0.75s cubic-bezier(0.33, 0.08, 0.15, 1),
    border-color 0.6s ease;
}
.celebrow a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  padding: 16px 6px !important;
  color: var(--ld-black) !important;
  font-family: var(--ld-serif);
  font-size: clamp(0.86rem, 1.5vw, 1.14rem) !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  position: relative;
  background-image: linear-gradient(var(--ld-red), var(--ld-red));
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  transition: color 0.25s ease, background-size 0.28s ease, background-color 0.25s ease;
}
.celebrow:hover {
  transform: translateY(-3px);
  border-color: var(--ld-gold) !important;
  box-shadow: 0 16px 32px rgba(22, 17, 15, 0.12);
}
.celebrow a:hover {
  color: var(--ld-red) !important;
  background-color: rgba(162, 144, 97, 0.08);
  background-size: 70% 2px;
}

/* FAB */
#fabwrapper.ld-fab,
#fabwrapper {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  left: auto !important;
  top: auto !important;
  z-index: 5000;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}
#fabwrapper a {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #128C7E;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(18, 140, 126, 0.4);
  color: #fff !important;
}
#fabwrapper a img { display: none; }
#fabwrapper a .ld-icon { width: 28px; height: 28px; }

/* Mobile overlay */
#mobmenu {
  display: none;
  position: fixed !important;
  inset: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  background: rgba(22, 17, 15, 0.42) !important;
  z-index: 5000;
  overflow: hidden !important;
}
.ld-mob-panel {
  position: relative;
  background: var(--ld-paper);
  width: min(360px, 88vw);
  height: 100%;
  margin-left: auto;
  padding: 28px 22px 40px;
  overflow: auto;
  box-shadow: -16px 0 40px rgba(0,0,0,0.2);
  box-sizing: border-box;
}
#menuclose {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 20;
  width: 42px;
  height: 42px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: var(--ld-black) !important;
  font-size: 0 !important;
  background: none !important;
}
#menuclose .ld-icon {
  width: 22px;
  height: 22px;
  display: block;
  pointer-events: none;
}
#menuclose:after {
  display: none;
}
#mobnav {
  width: auto !important;
  margin: 48px 0 0 !important;
}
#mobnav ul {
  margin: 0 !important;
}
#mobnav ul li {
  border-bottom: 1px solid var(--ld-line) !important;
  font-family: var(--ld-sans);
  font-size: 16px !important;
  padding: 0 !important;
}
#mobnav ul li a {
  font-family: var(--ld-sans);
  color: var(--ld-black) !important;
  padding: 12px 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}
#mobnav ul li ul li {
  border: 0 !important;
  padding-left: 12px !important;
}
#mobnav ul li ul li a {
  text-transform: none;
  font-size: 15px;
  color: var(--ld-muted) !important;
}
#socialmob {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--ld-line);
}
#socialmob .ld-social {
  flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
  .ld-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media screen and (max-width: 860px) {
  :root { --ld-header-h: 72px; }
  #nav { display: none !important; }
  a.menutoggle { display: inline-flex !important; }
  #phone { display: none !important; }
  #socialicons { display: none !important; }
  #logo img { width: 196px !important; }
  .ld-header-inner { min-height: 72px; padding: 8px 16px; max-width: none; width: 100%; }
  #header_wrap.ld-header,
  #header_wrap {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
  #header_wrap_fix {
    display: block !important;
    height: var(--ld-header-h) !important;
    border: 0 !important;
  }
  .ld-cat-name {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: var(--ld-header-h) !important;
    font-size: 1.85rem !important;
    text-transform: none !important;
  }
  .icons .iconbox,
  .ld-card-grid .product2,
  .product2 {
    flex: 0 0 calc((100% - 18px) / 2);
    width: calc((100% - 18px) / 2) !important;
    margin: 0 0 8px !important;
  }
  .ld-pdp .c_left50,
  .ld-pdp .c_right50,
  .c_left50, .c_right50 {
    float: none;
    width: 100%;
    max-width: none;
    flex: 1 1 100%;
  }
  .product.wide .prodpicd img {
    width: 72% !important;
    max-width: 280px;
  }
  .slidetitle { font-size: 2rem !important; }
  .slide { min-height: 280px; }
  .ld-footer-grid { grid-template-columns: 1fr; }
  #main h1, #content h1 { font-size: 2rem; }
  .celebrow {
    flex: 0 0 calc((100% - 12px) / 2);
    width: calc((100% - 12px) / 2) !important;
  }
  .celebrow a { font-size: 1.08rem !important; }
  #gallery { grid-template-columns: repeat(3, 1fr); }
}

@media screen and (max-width: 560px) {
  a.menutoggle { display: inline-flex !important; }
  #nav ul { display: none !important; }
  .ld-social-link { width: 38px; height: 38px; }
  .product2,
  .ld-card-grid .product2 {
    flex: 0 0 100%;
    width: 100% !important;
    margin: 0 0 18px !important;
    min-height: 0;
  }
  .icons .iconbox,
  .iconbox {
    flex: 0 0 calc((100% - 18px) / 2);
    width: calc((100% - 18px) / 2) !important;
  }
  .relprod { width: 47%; }
  .celebrow {
    flex: 0 0 100%;
    width: 100% !important;
  }
  #gallery { grid-template-columns: repeat(2, 1fr); }
}
