@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap");
:root {
  --bg: #f8f3f2;
  --ink: #402e33;
  --muted: #8b7077;
  --gold: #7c555e;
  --gold2: #e6d7da;
  --black: #5f3f47;
  --card: #fff;
  --line: #e6d7da;
  --radius: 18px;
}

/* Kamarú: capa final para prevalecer sobre los estilos históricos. */
body { background: #f8f3f2; color: #402e33; }
.announcement { background: linear-gradient(90deg, #7c555e, #97636f, #7c555e) !important; color: #fff !important; }
.site-header { background: #fffaf8 !important; border-bottom-color: #e6d7da !important; box-shadow: 0 8px 28px rgba(124,85,94,.08); }
.icon-btn, .cart-btn, .wholesale-header-btn { border-color: #d9c1c6 !important; color: #7c555e !important; }
.category-nav, .site-footer { background: #7c555e !important; }
.gold-btn, .add-btn { background: #7c555e !important; border-color: #7c555e !important; color: #fff !important; box-shadow: 0 8px 26px rgba(124, 85, 94, .22) !important; }
.gold-btn:hover, .add-btn:hover { background: #97636f !important; box-shadow: 0 10px 30px rgba(124, 85, 94, .30) !important; }
.product-card { border-color: #e6d7da !important; box-shadow: 0 14px 34px rgba(124,85,94,.08) !important; }
.product-image-wrap, .product-detail-media { background: #f3eaeb !important; }
.eyebrow, .product-category, .product-detail-price { color: #97636f; }
.badge { background: #e6d7da !important; color: #7c555e !important; }
.footer-divider span, .footer-section h3 { color: #e6d7da !important; }

/* Kamarú v2: estados interactivos, carrito, mayorista y pie */
.brand img,
.luxury-footer .footer-logo {
  image-rendering: auto;
  filter: none !important;
}
.luxury-footer .footer-logo {
  width: min(var(--footer-logo-size, 300px), 100%);
  height: auto;
  object-fit: contain;
}
.category-nav button:hover,
.category-nav button.active {
  border-color: #e6d7da !important;
  background: #e6d7da !important;
  color: #7c555e !important;
  box-shadow: 0 5px 16px rgba(64, 46, 51, 0.14) !important;
}
.category-nav [data-public-wholesale] {
  border-color: #e6d7da !important;
  color: #e6d7da !important;
}
.category-nav [data-public-wholesale].active {
  background: #e6d7da !important;
  border-color: #e6d7da !important;
  color: #7c555e !important;
}
.filter-row button.active {
  background: #7c555e !important;
  border-color: #7c555e !important;
  color: #fff !important;
}
.product-card.in-cart {
  outline-color: rgba(124, 85, 94, 0.48) !important;
  box-shadow: 0 12px 34px rgba(124, 85, 94, 0.14) !important;
}
.product-qty-control {
  background: #7c555e !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(124, 85, 94, 0.22) !important;
}
.product-qty-btn {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
}
.product-qty-btn:hover {
  background: #e6d7da !important;
  color: #7c555e !important;
}
.product-card.in-cart .product-image-wrap::after {
  background: #7c555e !important;
  color: #fff !important;
  box-shadow: 0 5px 14px rgba(124, 85, 94, 0.2);
}
.cart-btn b {
  background: #7c555e !important;
  color: #fff !important;
}
.qty button {
  border-color: #e6d7da !important;
  color: #7c555e !important;
}
.qty button:hover {
  background: #e6d7da !important;
}
#checkoutBtn {
  box-shadow: 0 12px 30px rgba(124, 85, 94, 0.28) !important;
}
#checkoutBtn:hover {
  box-shadow: 0 15px 34px rgba(124, 85, 94, 0.36) !important;
}
.wholesale-landing {
  background: linear-gradient(135deg, #5f3f47, #7c555e) !important;
}
.wholesale-note {
  border-color: #e6d7da !important;
  background: rgba(230, 215, 218, 0.12) !important;
  color: #e6d7da !important;
}
.luxury-footer .footer-section h3,
.luxury-footer .footer-info-icon,
.luxury-footer .footer-social-link svg,
.luxury-footer .payment-badge svg,
.luxury-footer .payment-zelle {
  color: #e6d7da !important;
}
.luxury-footer .footer-divider {
  display: flex !important;
  max-width: 1500px !important;
  min-height: 1px !important;
  margin: 0 auto !important;
  padding: 0 clamp(28px, 4.5vw, 72px) !important;
}
.luxury-footer .footer-divider::before {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(230, 215, 218, .72), transparent) !important;
}
.luxury-footer .footer-divider::after,
.luxury-footer .footer-divider span {
  display: none !important;
  content: none !important;
}

/* Identidad Kamarú Store */
.announcement { background: linear-gradient(90deg, #7c555e, #97636f, #7c555e); color: #fff; }
.site-header { background: #fffaf8; border-bottom-color: #e6d7da; box-shadow: 0 8px 28px rgba(124,85,94,.08); }
.icon-btn, .cart-btn, .wholesale-header-btn { border-color: #d9c1c6; color: #7c555e; }
.category-nav, .site-footer { background: #7c555e; }
.category-nav button, .site-footer, .site-footer a { color: #fff; }
.category-nav button.active, .gold-btn, .add-btn { background: #7c555e; border-color: #7c555e; color: #fff; }
.gold-btn:hover, .add-btn:hover { background: #97636f; }
.product-card { border-color: #e6d7da; box-shadow: 0 14px 34px rgba(124,85,94,.08); }
.product-image-wrap, .product-detail-media { background: #f3eaeb; }
.eyebrow, .product-category, .product-detail-price { color: #97636f; }
.badge { background: #e6d7da; color: #7c555e; }
.footer-divider span, .footer-section h3 { color: #e6d7da; }
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
.hidden {
  display: none !important;
}
.announcement {
  background: linear-gradient(90deg, #8d641e, #dfba62, #8d641e);
  color: #100d08;
  text-align: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.site-header {
  height: 88px;
  padding: 0 clamp(18px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #050505;
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid #242018;
}
.brand img {
  width: min(250px, 42vw);
  height: 58px;
  object-fit: contain;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.exchange-rate {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 13px;
  border: 1px solid #dfe3e8;
  border-radius: 14px;
  background: #f9fafb;
  color: #263238;
  font-size: 12px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.exchange-rate .exchange-icon {
  color: #00a651;
  font-size: 16px;
  line-height: 1;
}
.exchange-rate strong {
  color: #00a651;
  font-size: 12px;
}
.exchange-rate #exchangeRateLabel {
  font-weight: 500;
}
.icon-btn,
.cart-btn {
  border: 1px solid #3d3526;
  background: transparent;
  color: #e6d7da;
  border-radius: 999px;
  height: 42px;
}
.icon-btn {
  width: 42px;
  font-size: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}
.search-icon-btn {
  flex: 0 0 42px;
}
.search-icon {
  display: block;
  width: 21px;
  height: 21px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cart-btn {
  padding: 0 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.cart-btn b {
  background: var(--gold);
  color: #000;
  display: grid;
  place-items: center;
  border-radius: 50%;
  min-width: 22px;
  height: 22px;
  font-size: 11px;
}
.mobile-only {
  display: none;
}
.mobile-rate-bar {
  display: none;
}
.category-nav {
  background: #0d0d0d;
  color: #ddd;
  display: flex;
  justify-content: center;
  gap: 8px;
  overflow: auto;
  padding: 11px 16px;
  position: sticky;
  top: 88px;
  z-index: 25;
  border-bottom: 1px solid #242018;
}
.category-nav button,
.filter-row button {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 8px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
.category-nav button:hover,
.category-nav button.active {
  background: #2a2317;
  color: var(--gold2);
}
.hero {
  min-height: 510px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: grid;
  align-items: center;
  padding: 70px clamp(22px, 8vw, 120px);
  color: white;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.82),
    rgba(0, 0, 0, 0.28),
    rgba(0, 0, 0, 0.48)
  );
}
.hero-content {
  position: relative;
  max-width: 660px;
}
.eyebrow {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin: 0 0 10px;
}
.hero h1,
.section-heading h2,
.drawer h2 {
  font-family: "Playfair Display", serif;
}
.hero h1 {
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  margin: 0 0 18px;
  font-weight: 500;
}
.hero p:not(.eyebrow) {
  max-width: 560px;
  line-height: 1.65;
  color: #e6e1d8;
}
.gold-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #9d6b18, #e6d7da, #b47b1f);
  color: #111;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  margin-top: 14px;
  box-shadow: 0 8px 26px rgba(124, 85, 94, 0.22);
}
.full {
  width: 100%;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}
.benefit {
  background: #fff;
  padding: 24px;
  text-align: center;
}
.benefit strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 19px;
}
.benefit span {
  font-size: 12px;
  color: var(--muted);
}
.catalog-section {
  padding: 70px clamp(18px, 5vw, 76px) 100px;
  max-width: 1500px;
  margin: auto;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.section-heading h2 {
  font-size: clamp(34px, 5vw, 54px);
  margin: 0;
}
.catalog-controls {
  display: flex;
  gap: 10px;
}
.catalog-controls select {
  border: 1px solid var(--line);
  padding: 11px 35px 11px 14px;
  border-radius: 999px;
  background: #fff;
}
.filter-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  overflow: auto;
  padding: 26px 0 20px;
}
.filter-level {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.filter-level-label {
  min-width: 92px;
  color: #8b7441;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.filter-level-options {
  display: flex;
  gap: 5px;
}
.filter-row button {
  border: 1px solid var(--line);
  background: #fff;
  color: #574f43;
}
.filter-row button.active {
  background: #111;
  color: #f0ce79;
  border-color: #111;
}
.filter-row.hidden + .product-grid {
  margin-top: 30px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.product-card {
  background: var(--card);
  border: 1px solid rgba(97, 78, 43, 0.1);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(29, 25, 17, 0.06);
  transition: 0.25s;
}
.product-card:hover {
  border-color: rgba(181, 134, 43, 0.28);
  box-shadow: 0 16px 40px rgba(29, 25, 17, 0.12);
}
.product-image-wrap {
  aspect-ratio: 1/1;
  position: relative;
  background: #fbfaf7;
  overflow: hidden;
}
.product-image {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  padding: clamp(10px, 1.1vw, 18px);
  background: #fff;
  image-rendering: auto;
  transition: none;
}
.product-card:hover .product-image {
  opacity: 1;
}
.badge,
.soldout {
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.badge {
  background: #111;
  color: #e6d7da;
}
.soldout {
  inset: auto 14px 14px 14px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  text-align: center;
}
.product-info {
  padding: 18px;
}
.product-category {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  font-weight: 700;
  margin: 0 0 7px;
}
.product-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.05;
  margin: 0 0 6px;
}
.product-description {
  font-size: 12px;
  color: var(--muted);
  height: 34px;
  overflow: hidden;
  line-height: 1.45;
}
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 18px;
}
.product-price {
  font-size: 19px;
}
.product-bs {
  display: block;
  color: var(--muted);
  margin-top: 3px;
}
.add-btn {
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #111;
  color: #e6d7da;
  font-size: 25px;
  display: grid;
  place-items: center;
  line-height: 1;
  transition:
    0.22s transform,
    0.22s box-shadow,
    0.22s background;
}
.add-btn:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.add-btn:disabled {
  opacity: 0.35;
}
.product-card.in-cart {
  outline: 1px solid rgba(124, 85, 94, 0.38);
  box-shadow: 0 12px 34px rgba(124, 85, 94, 0.13);
}
.product-qty-control {
  height: 42px;
  min-width: 116px;
  padding: 4px;
  display: grid;
  grid-template-columns: 34px minmax(30px, 1fr) 34px;
  align-items: center;
  gap: 2px;
  border-radius: 999px;
  background: #111;
  color: #e6d7da;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  animation: qtyPop 0.2s ease;
}
.product-qty-btn {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: #e6d7da;
  font-size: 20px;
  line-height: 1;
  transition: 0.18s;
}
.product-qty-btn:hover {
  background: #7c555e;
  color: #111;
}
.product-qty-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.product-qty-number {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  min-width: 24px;
}
.product-card.in-cart .product-image-wrap:after {
  content: "En el carrito";
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.82);
  color: #e6d7da;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}
@keyframes qtyPop {
  from {
    transform: scale(0.82);
    opacity: 0.2;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.empty-state {
  text-align: center;
  padding: 60px;
  color: var(--muted);
}
footer {
  background: #070707;
  color: #aaa;
  padding: 55px clamp(22px, 6vw, 90px);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 55px;
  line-height: 1.8;
  font-size: 13px;
}
footer h3 {
  color: #e4c06d;
  font-family: "Playfair Display", serif;
  font-size: 20px;
}
.footer-logo {
  width: 250px;
  max-width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: left;
}
footer a {
  display: block;
  color: #ddd;
}
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(3px);
  z-index: 50;
}
.drawer {
  position: fixed;
  right: 0;
  top: 0;
  width: min(470px, 100%);
  height: 100dvh;
  background: #fff;
  z-index: 60;
  padding: 28px;
  overflow: auto;
  box-shadow: -15px 0 40px rgba(0, 0, 0, 0.18);
}
.admin-drawer {
  width: min(760px, 100%);
}
.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.drawer-head h2 {
  margin: 0;
  font-size: 31px;
}
.close-btn {
  border: 0;
  background: #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 27px;
}
.cart-items {
  padding: 18px 0;
  min-height: 45vh;
}
.cart-item {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.cart-item img {
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  object-fit: contain;
  padding: 4px;
  background: #fff;
  border-radius: 10px;
}
.cart-item h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  margin: 3px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.05;
}
.qty {
  display: flex;
  gap: 9px;
  align-items: center;
}
.qty button {
  border: 1px solid var(--line);
  background: white;
  width: 27px;
  height: 27px;
  border-radius: 50%;
}
.remove {
  border: 0;
  background: transparent;
  color: #a33;
}
.cart-footer {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.total-line {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}
.muted {
  color: var(--muted);
  font-size: 13px;
}
.cart-footer textarea {
  width: 100%;
  min-height: 70px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  margin-top: 12px;
}
.text-btn {
  width: 100%;
  border: 0;
  background: transparent;
  color: #777;
  padding: 12px;
}
.search-input {
  width: 100%;
  margin: 24px 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 15px;
}
.search-result {
  display: flex;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.search-result img {
  width: 62px;
  height: 62px;
  box-sizing: border-box;
  object-fit: contain;
  padding: 4px;
  background: #fff;
  border-radius: 9px;
}
.search-result h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.05;
  margin: 5px 0;
}
.admin-fab {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 35;
  border: 1px solid #6e5528;
  background: #0b0b0b;
  color: #e6d7da;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  z-index: 100;
}
.admin-tabs {
  display: flex;
  gap: 5px;
  overflow: auto;
  padding: 18px 0;
}
.admin-tabs button {
  border: 1px solid var(--line);
  background: #fff;
  padding: 9px 13px;
  border-radius: 999px;
}
.admin-tabs button.active {
  background: #111;
  color: #eac66f;
}
.admin-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.admin-form .wide {
  grid-column: 1/-1;
}
.field label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #6a6257;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 11px;
  background: white;
}
.field textarea {
  min-height: 90px;
}
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 18px 0;
}
.admin-actions button,
.small-btn {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 10px 13px;
}
.admin-actions .primary {
  background: #111;
  color: #edcc78;
}
.admin-list {
  display: grid;
  gap: 10px;
}
.admin-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.admin-item img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 8px;
}
.admin-item-main {
  display: flex;
  gap: 10px;
  align-items: center;
}
.danger {
  color: #a02b2b !important;
}
.sticky {
  position: sticky;
  top: -28px;
  background: #fff;
  z-index: 3;
  padding-top: 28px;
}
.help {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}
.file-label {
  display: block;
  border: 1px dashed #bdb5a7;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  cursor: pointer;
}
.file-label input {
  display: none;
}
@media (max-width: 1000px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 760px) {
  .mobile-only {
    display: block;
  }
  .header-actions .exchange-rate {
    display: none;
  }
  .site-header {
    height: 74px;
    padding: 0 12px;
  }
  .brand img {
    height: 48px;
  }
  .mobile-rate-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 38px;
    padding: 8px 14px;
    background: #f7f4ec;
    border-bottom: 1px solid #e1d8c6;
    color: #332d24;
    font-size: 12px;
    letter-spacing: 0.01em;
  }
  .mobile-rate-caption {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .mobile-rate-bar .exchange-icon {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e8f6ec;
    color: #139447;
    font-size: 13px;
    font-weight: 800;
  }
  .mobile-rate-bar strong {
    color: #139447;
    font-size: 13px;
  }
  .category-nav {
    top: 74px;
    justify-content: flex-start;
  }
  .hero {
    min-height: 470px;
    padding: 55px 24px;
  }
  .benefits {
    grid-template-columns: 1fr;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
  }
  .catalog-controls {
    width: 100%;
  }
  .catalog-controls select {
    width: 50%;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .product-info {
    padding: 13px;
  }
  .product-name {
    font-size: 21px;
  }
  .product-description {
    display: none;
  }
  .catalog-section {
    padding: 50px 12px 70px;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .admin-form {
    grid-template-columns: 1fr;
  }
  .admin-form .wide {
    grid-column: auto;
  }
  .drawer {
    padding: 20px;
  }
  .sticky {
    top: -20px;
    padding-top: 20px;
  }
  .cart-btn span {
    display: none;
  }
}
@media (max-width: 390px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 43px;
  }
}

.rate-admin-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  background: linear-gradient(145deg, #fff, #faf7ef);
  margin-bottom: 18px;
}
.rate-admin-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.rate-admin-head small {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #8a7340;
}
.rate-admin-head h3 {
  margin: 3px 0 0;
}
.rate-source-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}
.rate-source {
  border: 1px solid #e6dfd0;
  border-radius: 13px;
  padding: 14px;
  background: #fff;
  display: grid;
  gap: 7px;
}
.rate-source-name {
  font-size: 12px;
  font-weight: 700;
}
.rate-source > strong {
  font-size: 23px;
  color: #159447;
}
.rate-source > small {
  color: var(--muted);
}
.rate-source-actions {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 5px;
}
.rate-source-actions button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 9px;
  padding: 9px 11px;
}
.rate-source-actions .primary {
  background: #111;
  color: #edcc78;
}
.mini-select {
  display: grid;
  gap: 4px;
  font-size: 10px;
  color: var(--muted);
}
.mini-select select {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
  background: #fff;
}
@media (max-width: 760px) {
  .rate-source-grid {
    grid-template-columns: 1fr;
  }
  .rate-admin-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .rate-admin-head .small-btn {
    width: 100%;
  }
  .rate-source-actions button {
    flex: 1;
  }
}

.exchange-rate-main,
.mobile-rate-value {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.exchange-rate-main small,
.mobile-rate-value small {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.62;
  margin-top: 3px;
  white-space: nowrap;
}
.mobile-rate-value {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.admin-page {
  background: #f6f4ef;
  min-height: 100vh;
}
.admin-page .admin-shell {
  max-width: 1180px;
  margin: 28px auto;
  padding: 0 18px;
}
.admin-page .admin-panel {
  background: #fff;
  border: 1px solid #e7e0d4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
}
.admin-page .admin-panel .drawer-head {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #0b0b0b;
  color: #fff;
  padding: 22px;
}
.admin-page .admin-tabs {
  position: sticky;
  top: 86px;
  z-index: 2;
  background: #fff;
}
.admin-login {
  max-width: 430px;
  margin: 12vh auto;
  background: #fff;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid #e7e0d4;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
}
.admin-login img {
  display: block;
  width: 190px;
  max-height: 100px;
  object-fit: contain;
  margin: 0 auto 20px;
}
.admin-login input {
  width: 100%;
  padding: 14px;
  border: 1px solid #d9d2c7;
  border-radius: 12px;
  margin: 12px 0;
}
.admin-login button {
  width: 100%;
  padding: 14px;
  border: 0;
  border-radius: 12px;
  background: #b88b2d;
  color: #fff;
  font-weight: 700;
}
.admin-login .error {
  color: #b42318;
  min-height: 20px;
}
.admin-back {
  display: inline-block;
  margin: 0 0 15px;
  color: #7b5a18;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 700px) {
  .exchange-rate-main small {
    display: none;
  }
  .mobile-rate-value small {
    font-size: 9px;
  }
  .admin-page .admin-shell {
    margin: 12px auto;
    padding: 0 10px;
  }
  .admin-page .admin-panel {
    border-radius: 14px;
  }
  .admin-page .admin-tabs {
    top: 82px;
    overflow: auto;
    white-space: nowrap;
  }
}

/* KAMARÚ STORE mobile rate: icono y monto juntos, fecha debajo, todo centrado */
@media (max-width: 760px) {
  .mobile-rate-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 58px;
    padding: 8px 12px;
    text-align: center;
  }

  .mobile-rate-label {
    display: none;
  }

  .mobile-rate-value {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-align: center;
    line-height: 1.15;
  }

  .mobile-rate-amount {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 7px;
    white-space: nowrap;
  }

  .mobile-rate-bar .mobile-rate-amount .exchange-icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: #e8f6ec;
    color: #139447;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
  }

  .mobile-rate-amount strong {
    color: #139447;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }

  .mobile-rate-value small {
    width: 100%;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1.2;
    opacity: 0.68;
  }
}

@media (max-width: 340px) {
  .mobile-rate-amount strong {
    font-size: 16px;
  }
  .mobile-rate-value small {
    font-size: 9px;
  }
}

/* Carrusel editable de la portada */
.hero {
  transition:
    filter 0.28s ease,
    opacity 0.28s ease;
  background-color: #222;
}
.hero.hero-changing {
  opacity: 0.82;
  filter: brightness(0.82);
}
@media (prefers-reduced-motion: reduce) {
  .hero {
    transition: none;
  }
  .hero.hero-changing {
    opacity: 1;
    filter: none;
  }
}

/* Hero configurable dimensions */
.hero {
  min-height: var(--hero-height-desktop, 510px);
}
@media (max-width: 760px) {
  .hero {
    min-height: var(--hero-height-mobile, 470px);
  }
}

/* Admin live hero preview */
.hero-preview-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background: #faf8f2;
  overflow: hidden;
}
.hero-preview-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.hero-preview-head small {
  display: block;
  color: #8a7340;
  letter-spacing: 0.14em;
  font-size: 10px;
}
.hero-preview-head strong {
  font-size: 13px;
}
.hero-preview-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.hero-preview-actions button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 7px 10px;
}
.hero-preview-actions button.active {
  background: #111;
  color: #edcc78;
}
.hero-admin-preview {
  height: 360px;
  width: 100%;
  border-radius: 13px;
  background-color: #222;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: clamp(20px, 5vw, 56px);
  color: #fff;
  transition:
    height 0.25s ease,
    width 0.25s ease;
}
.hero-admin-preview.mobile-preview {
  width: min(390px, 100%);
  margin-inline: auto;
}
.hero-admin-preview-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.78),
    rgba(0, 0, 0, 0.18),
    rgba(0, 0, 0, 0.45)
  );
}
.hero-admin-preview-content {
  position: relative;
  max-width: 58%;
}
.hero-admin-preview-content small {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.15em;
}
.hero-admin-preview-content h4 {
  font-family: "Playfair Display", serif;
  font-size: clamp(25px, 4vw, 46px);
  line-height: 1;
  margin: 8px 0;
}
.hero-admin-preview-content p {
  font-size: 12px;
  line-height: 1.5;
}
.hero-preview-counter {
  text-align: center;
  font-size: 11px;
  color: var(--muted);
  padding-top: 10px;
}
@media (max-width: 760px) {
  .hero-preview-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-preview-actions {
    width: 100%;
  }
  .hero-preview-actions button {
    flex: 1;
  }
  .hero-admin-preview {
    padding: 24px;
  }
  .hero-admin-preview-content {
    max-width: 80%;
  }
}

/* Carrusel principal: navegación manual y punto focal */
.hero {
  min-height: var(--hero-height-desktop, 510px);
  transition:
    background-image 0.35s ease,
    opacity 0.2s ease;
  background-repeat: no-repeat;
}
.hero.hero-changing {
  opacity: 0.86;
}
.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(241, 212, 134, 0.72);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.55);
  color: #e6d7da;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  transition: 0.2s;
}
.hero-arrow svg {
  display: block;
  width: 20px;
  height: 20px;
  overflow: visible;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex: none;
}
.hero-arrow:hover {
  background: rgba(5, 5, 5, 0.82);
  transform: translateY(-50%) scale(1.05);
}
.hero-prev {
  left: 20px;
}
.hero-next {
  right: 20px;
}
.hero-dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}
.hero-dots button {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 0;
  background: transparent;
  transition: 0.2s;
}
.hero-dots button.active {
  width: 24px;
  border-radius: 999px;
  background: #edc967;
  border-color: #edc967;
}
.hero-option-list {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #faf8f2;
}
.hero-option-list label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  font-size: 12px;
}
.field input[type="range"] {
  padding: 0;
  border: 0;
  accent-color: #b88b2d;
}
@media (max-width: 760px) {
  .hero {
    min-height: var(--hero-height-mobile, 470px);
  }
  .hero-arrow {
    width: 40px;
    height: 40px;
  }
  .hero-arrow svg {
    width: 18px;
    height: 18px;
  }
  .hero-prev {
    left: 9px;
  }
  .hero-next {
    right: 9px;
  }
  .hero-dots {
    bottom: 12px;
  }
  .hero-content {
    padding-inline: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero,
  .hero-arrow,
  .hero-dots button {
    transition: none;
  }
}

/* Carrusel de portada: desplazamiento continuo solo de derecha a izquierda */
.hero {
  overflow: hidden;
  isolation: isolate;
  background-image: none;
}
.hero-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #222;
  background-repeat: no-repeat;
  background-size: var(--hero-image-fit, cover);
  background-position: var(--hero-image-position, center);
  will-change: transform;
  pointer-events: none;
}
.hero-slide-current {
  transform: translate3d(0, 0, 0);
}
.hero-slide-next {
  transform: translate3d(100%, 0, 0);
}
.hero.hero-sliding .hero-slide {
  transition: transform 0.72s cubic-bezier(0.55, 0, 0.2, 1);
}
.hero.hero-sliding .hero-slide-current {
  transform: translate3d(-100%, 0, 0);
}
.hero.hero-sliding .hero-slide-next {
  transform: translate3d(0, 0, 0);
}
.hero-overlay {
  z-index: 1;
}
.hero-content {
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .hero.hero-sliding .hero-slide {
    transition: none;
  }
}

@media (max-width: 760px) {
  .product-qty-control {
    min-width: 104px;
    height: 40px;
    grid-template-columns: 31px minmax(28px, 1fr) 31px;
  }
  .product-qty-btn {
    width: 31px;
    height: 31px;
  }
  .product-card.in-cart .product-image-wrap:after {
    right: 9px;
    bottom: 9px;
  }
}

/* Public storefront routes */
.route-breadcrumb {
  max-width: 1500px;
  margin: 24px auto 0;
  padding: 0 clamp(18px, 5vw, 76px);
  font-size: 12px;
  color: var(--muted);
}
.route-breadcrumb a {
  color: #9b742c;
}
.route-breadcrumb span {
  margin: 0 8px;
}
.product-detail-section {
  max-width: 1250px;
  margin: auto;
  padding: 30px clamp(18px, 5vw, 76px) 90px;
}
.product-back {
  width: auto;
  padding-left: 0;
  margin-bottom: 18px;
  text-align: left;
}
.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  gap: 44px;
  align-items: start;
}
.product-detail-media {
  background: #f5f3ee;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.product-detail-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform: scale(var(--product-detail-image-scale, 1));
  transform-origin: center;
  transition: transform 0.2s ease;
}
.product-detail-info {
  padding: 14px 0;
}
.product-detail-info .product-category {
  font-size: 12px;
}
.product-detail-info h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 6vw, 64px);
  font-weight: 600;
  line-height: 1.05;
  margin: 10px 0 14px;
}
.product-detail-description {
  color: var(--muted);
  line-height: 1.75;
}
.product-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}
.product-detail-meta span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
}
.product-detail-price {
  font-size: 30px;
  display: block;
  margin-top: 22px;
}
.product-detail-bs {
  display: block;
  color: var(--muted);
  margin-top: 5px;
}
.product-detail-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}
.product-detail-actions .gold-btn {
  margin: 0;
}
.product-card {
  cursor: pointer;
}
.product-card:focus-within {
  outline: 2px solid #7c555e;
  outline-offset: 3px;
}
@media (max-width: 900px) {
  .product-detail {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .product-detail-media {
    max-height: 540px;
  }
}
@media (max-width: 560px) {
  .product-detail-section {
    padding-left: 14px;
    padding-right: 14px;
  }
  .product-detail-info h1 {
    font-size: 38px;
  }
}

/* Galería de varias fotografías en la página del producto */
.product-detail-gallery {
  min-width: 0;
}
.product-detail-media {
  position: relative;
}
.product-detail-media:focus-visible {
  outline: 3px solid rgba(124, 85, 94, 0.45);
  outline-offset: 3px;
}
.product-gallery-arrow {
  z-index: 3;
}
.product-gallery-prev {
  left: 15px;
}
.product-gallery-next {
  right: 15px;
}
.product-gallery-counter {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  min-width: 65px;
  padding: 8px 11px;
  display: inline-flex;
  justify-content: center;
  border: 1px solid rgba(241, 212, 134, 0.72);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.72);
  color: #e6d7da;
  font-size: 11px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  backdrop-filter: blur(5px);
}
.product-gallery-thumbnails {
  margin-top: 12px;
  padding: 3px 1px 4px;
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  user-select: none;
}
.product-gallery-thumbnails::-webkit-scrollbar {
  display: none;
}
.product-gallery-thumbnails.is-dragging {
  scroll-behavior: auto;
  scroll-snap-type: none;
  cursor: grabbing;
}
.product-gallery-thumbnails button {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  padding: 3px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #fff;
  opacity: 0.72;
  cursor: pointer;
  scroll-snap-align: center;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    opacity 0.18s ease,
    transform 0.18s ease;
}
.product-gallery-thumbnails button.active {
  border-color: #7c555e;
  opacity: 1;
  box-shadow: 0 5px 16px rgba(121, 83, 17, 0.18);
}
@media (hover: hover) and (pointer: fine) {
  .product-gallery-thumbnails button:hover {
    opacity: 1;
    transform: translateY(-2px);
  }
}
.product-gallery-thumbnails img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 7px;
  pointer-events: none;
}
.product-gallery-progress {
  height: 2px;
  margin: 7px 2px 0;
  overflow: hidden;
  border-radius: 999px;
  background: #e4ded2;
}
.product-gallery-progress span {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #9d7428, #e0b85f);
  box-shadow: 0 0 8px rgba(124, 85, 94, 0.28);
  transition:
    width 0.25s ease,
    transform 0.3s ease;
}
@media (max-width: 560px) {
  .product-gallery-prev {
    left: 9px;
  }
  .product-gallery-next {
    right: 9px;
  }
  .product-gallery-thumbnails button {
    width: 66px;
    height: 66px;
    flex-basis: 66px;
  }
}

.luxury-footer .footer-social-link svg.footer-whatsapp-icon {
  overflow: visible !important;
  fill: currentColor !important;
  stroke: none !important;
  stroke-width: 0 !important;
}

/* Fotos editables para tarjetas de categorías */
.category-admin-list {
  gap: 14px;
}
.category-admin-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
}
.category-admin-preview {
  width: 150px;
  height: 105px;
  border-radius: 12px;
  background: #eee9df center/cover no-repeat;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}
.category-admin-fields {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.category-admin-fields label {
  font-size: 10px;
  font-weight: 700;
  color: var(--muted);
}
.category-admin-fields input {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 9px;
}
.category-upload-label {
  padding: 9px;
}
.category-admin-actions {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 760px) {
  .category-admin-item {
    grid-template-columns: 90px minmax(0, 1fr);
  }
  .category-admin-preview {
    width: 90px;
    height: 90px;
  }
  .category-admin-actions {
    grid-column: 1/-1;
    justify-content: stretch;
  }
  .category-admin-actions button {
    flex: 1;
  }
}

/* Actualización: portada limpia, WhatsApp flotante y área mayorista */
.wholesale-landing {
  padding: 70px clamp(18px, 7vw, 110px) 34px;
  background: linear-gradient(135deg, #0b0b0b, #201708);
  color: #fff;
}
.wholesale-landing-inner {
  max-width: 900px;
}
.wholesale-landing h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 7vw, 78px);
  margin: 4px 0 14px;
}
.wholesale-landing p:not(.eyebrow) {
  max-width: 720px;
  color: #ddd;
  line-height: 1.7;
}
.wholesale-note {
  display: inline-flex;
  margin-top: 14px;
  padding: 9px 14px;
  border: 1px solid #a8868c;
  border-radius: 999px;
  color: #e6d7da;
  font-size: 12px;
}
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
  transition: 0.2s;
}
.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
}
.whatsapp-float svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}
.footer-copyright {
  grid-column: 1/-1;
  border-top: 1px solid #292929;
  padding-top: 22px;
  margin-top: 8px;
  text-align: center;
  color: #777;
  font-size: 12px;
}
.category-nav [data-public-wholesale] {
  border: 1px solid #a8868c;
  color: #e6d7da;
}
.category-nav [data-public-wholesale].active {
  background: linear-gradient(135deg, #7c555e, #97636f);
  color: #080808;
}
@media (max-width: 760px) {
  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }
  .wholesale-landing {
    padding: 48px 20px 26px;
  }
  .wholesale-landing h1 {
    font-size: 44px;
  }
}

/* KAMARÚ STORE CMS v2.2.0 — retail storefront + configurable footer */
.wholesale-header-btn {
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid #3d3526;
  border-radius: 999px;
  background: transparent;
  color: #e6d7da;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  transition: 0.2s;
  gap: 7px;
  text-decoration: none;
}
.wholesale-header-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wholesale-header-btn:hover {
  background: #7c555e;
  color: #080808;
  border-color: #7c555e;
}
.sort-control {
  position: relative;
}
.sort-trigger {
  min-width: 220px;
  min-height: 56px;
  border: 1px solid #ddd3c1;
  border-radius: 15px;
  background: linear-gradient(145deg, #fff, #faf7f0);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  padding: 7px 13px 7px 9px;
  color: #171717;
  box-shadow: 0 8px 24px rgba(46, 36, 18, 0.06);
}
.sort-trigger-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #f3e8ce;
  color: #9a6d17;
}
.sort-trigger-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}
.sort-trigger-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  line-height: 1.1;
}
.sort-trigger-copy small {
  color: #827765;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sort-trigger-copy strong {
  color: #17130e;
  font-size: 12px;
  font-weight: 750;
}
.sort-chevron {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  margin-left: auto;
}
.sort-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 9px);
  z-index: 45;
  min-width: 220px;
  background: #101010;
  border: 1px solid #3a3122;
  border-radius: 16px;
  padding: 7px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}
.sort-menu button {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #eee;
  text-align: left;
  padding: 11px 13px;
}
.sort-menu button:hover {
  background: #2b2418;
  color: #e6d7da;
}
.sort-menu button.active {
  background: #2b2418;
  color: #e6d7da;
}
.site-footer {
  background: #070707;
  color: #aaa;
  padding: 0;
  font-size: 13px;
}
.footer-main {
  padding: 54px clamp(22px, 6vw, 90px) 38px;
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 42px;
}
.footer-section h3 {
  color: #e4c06d;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin-top: 0;
}
.footer-section p {
  margin: 5px 0;
}
.footer-section a,
.footer-section button {
  display: block;
  color: #ddd;
  margin: 8px 0;
  border: 0;
  padding: 0;
  background: none;
  text-align: left;
  font: inherit;
  cursor: pointer;
}
.footer-section a:hover,
.footer-section button:hover {
  color: #e6d7da;
}
.footer-payments {
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
  padding: 22px clamp(22px, 6vw, 90px);
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.footer-payments > span {
  color: #e4c06d;
  font-weight: 700;
}
.payment-badges {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.payment-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid #3b342a;
  border-radius: 9px;
  padding: 0 13px;
  background: #111;
  color: #e8e1d5;
  font-size: 11px;
  font-weight: 600;
}
.footer-copyright {
  padding: 20px clamp(22px, 6vw, 90px);
  margin: 0;
  border: 0;
  text-align: center;
  color: #777;
  font-size: 12px;
}
.info-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  display: grid;
  place-items: center;
  padding: 20px;
}
.info-modal-card {
  position: relative;
  width: min(620px, 100%);
  max-height: 82vh;
  overflow: auto;
  background: #fff;
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}
.info-modal-card h2 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  margin: 0 0 18px;
}
.info-modal-content {
  line-height: 1.8;
  color: #5d574f;
}
.info-modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  font-size: 26px;
  background: #eee;
}
.modal-open {
  overflow: hidden;
}
/* Admin visual redesign */
.admin-page {
  background: #0d0e10;
}
.admin-page .admin-shell {
  max-width: 1450px;
  margin: 0 auto;
  padding: 24px;
  display: grid;
}
.admin-page .admin-panel {
  min-height: calc(100vh - 48px);
  border: 1px solid #292a2e;
  border-radius: 24px;
  background: #f6f4ef;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  overflow: hidden;
}
.admin-page .admin-panel > .drawer-head {
  grid-column: 1/-1;
  position: relative;
  top: auto;
  background: #090909;
  border: 0;
  color: #fff;
  padding: 22px 28px;
}
.admin-version {
  display: inline-block;
  margin-top: 4px;
  color: #ab9156;
}
.admin-page .admin-tabs {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5px;
  padding: 20px 14px;
  background: #111214;
  position: relative;
  top: auto;
  overflow: visible;
}
.admin-page .admin-tabs button {
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #bbb;
  text-align: left;
  padding: 12px 14px;
}
.admin-page .admin-tabs button:hover {
  background: #1d1e21;
  color: #fff;
}
.admin-page .admin-tabs button.active {
  background: #7c555e;
  color: #090909;
  font-weight: 700;
}
.admin-page #adminContent {
  grid-column: 2;
  grid-row: 2;
  padding: 28px;
  overflow: auto;
}
.admin-section-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.admin-section-header h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin: 0;
}
.admin-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.admin-config-card {
  background: #fff;
  border: 1px solid #e0dbd0;
  border-radius: 18px;
  padding: 20px;
}
.admin-config-card h3 {
  margin-top: 0;
}
.admin-config-card .field {
  margin-bottom: 13px;
}
.admin-config-card .wide {
  grid-column: auto;
}
.wide-card {
  grid-column: 1/-1;
}
.toggle-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
}
.admin-userbar {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 900px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .admin-page .admin-panel {
    display: block;
  }
  .admin-page .admin-tabs {
    flex-direction: row;
    overflow: auto;
    position: sticky;
    top: 0;
    z-index: 4;
  }
  .admin-page #adminContent {
    padding: 18px;
  }
  .admin-card-grid {
    grid-template-columns: 1fr;
  }
  .wide-card {
    grid-column: auto;
  }
}
@media (max-width: 760px) {
  .wholesale-header-btn {
    width: auto;
    min-width: 92px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 11px;
  }
  .wholesale-header-btn:after {
    content: none;
  }
  .sort-trigger {
    min-width: 200px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    padding-top: 38px;
  }
  .footer-payments {
    align-items: flex-start;
    flex-direction: column;
  }
  .catalog-controls {
    width: auto;
  }
  .catalog-controls select {
    width: auto;
  }
}

/* KAMARÚ STORE CMS v2.2.1 — footer premium compacto */
.site-footer {
  background: #060606;
  color: #a9a39a;
  border-top: 1px solid #1e1b17;
}
.site-footer .footer-main {
  max-width: 1460px;
  margin: 0 auto;
  padding: 58px clamp(24px, 5vw, 78px) 42px;
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(170px, 1fr));
  gap: clamp(30px, 4vw, 64px);
  align-items: start;
}
.footer-brand-block {
  max-width: 330px;
}
.footer-brand-block .footer-logo {
  width: 210px;
  height: 58px;
  margin-bottom: 18px;
  object-position: left center;
}
.footer-brand-block > p {
  max-width: 290px;
  margin: 0;
  color: #aaa39a;
  font-size: 13px;
  line-height: 1.8;
}
.footer-contact-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  margin-top: 22px !important;
  padding: 11px 16px !important;
  border: 1px solid #4a3b21 !important;
  border-radius: 999px !important;
  color: #f0cf79 !important;
  background: #0d0d0d !important;
  font-weight: 650 !important;
  transition: 0.2s ease;
}
.footer-contact-btn:hover {
  background: #17130c !important;
  border-color: #7c555e !important;
  transform: translateY(-1px);
}
.footer-contact-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.footer-section h3 {
  margin: 3px 0 20px;
  color: #e5bd5f;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 1.15;
  white-space: nowrap;
}
.footer-section p {
  margin: 0;
  color: #b5aea3;
  line-height: 1.65;
}
.footer-detail {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 9px;
  align-items: start;
  margin: 0 0 15px;
}
.footer-detail-icon {
  width: 24px;
  height: 24px;
  border: 1px solid #393126;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #dfb759;
  font-size: 12px;
  margin-top: 1px;
}
.footer-link-list {
  display: grid;
  gap: 3px;
}
.footer-link-list button {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 !important;
  padding: 7px 0 !important;
  color: #d3cec6 !important;
  border-bottom: 1px solid transparent !important;
  transition: 0.18s ease;
}
.footer-link-list button:hover {
  color: #f1cf78 !important;
  border-bottom-color: #2c271f !important;
}
.footer-link-arrow {
  opacity: 0.45;
  transition: 0.18s ease;
}
.footer-link-list button:hover .footer-link-arrow {
  opacity: 1;
  transform: translateX(3px);
}
.footer-social-links {
  display: grid;
  gap: 10px;
}
.footer-social-link {
  display: flex !important;
  align-items: center;
  gap: 11px;
  margin: 0 !important;
  color: #d7d1c8 !important;
}
.footer-social-link svg {
  width: 36px;
  height: 36px;
  padding: 9px;
  border: 1px solid #3a3329;
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  transition: 0.2s ease;
}
.footer-social-link svg path {
  fill: currentColor;
  stroke: none;
}
.footer-social-link svg .fill-dot {
  fill: currentColor;
  stroke: none;
}
.footer-social-link:hover {
  color: #f0c969 !important;
}
.footer-social-link:hover svg {
  border-color: #7c555e;
  background: #151109;
  transform: translateY(-1px);
}
.footer-payments {
  max-width: 1460px;
  margin: 0 auto;
  border-top: 1px solid #211e19;
  border-bottom: 1px solid #211e19;
  padding: 22px clamp(24px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
}
.footer-payments-copy {
  display: grid;
  gap: 4px;
}
.footer-payments-copy > span {
  color: #e3bb5d;
  font-weight: 700;
}
.footer-payments-copy small {
  color: #79736b;
  font-size: 11px;
}
.payment-badges {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.payment-badge {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #393228;
  border-radius: 12px;
  padding: 0 14px;
  background: #0d0d0d;
  color: #ded7cd;
  font-size: 11px;
  font-weight: 650;
}
.payment-badge svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: #d7ac4d;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-bottom {
  max-width: 1460px;
  margin: 0 auto;
  padding: 20px clamp(24px, 5vw, 78px) 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-copyright {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  text-align: left !important;
  color: #74706a !important;
  font-size: 11px !important;
}
.footer-legal-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-legal-links button {
  border: 0;
  background: none;
  color: #77716a;
  padding: 0;
  font-size: 11px;
}
.footer-legal-links button:hover {
  color: #e8c56e;
}
@media (max-width: 1050px) {
  .site-footer .footer-main {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
  .footer-social-section {
    grid-column: auto;
  }
  .footer-brand-block {
    grid-row: span 2;
  }
}
@media (max-width: 820px) {
  .site-footer .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-brand-block {
    grid-row: auto;
    max-width: none;
  }
  .footer-brand-block > p {
    max-width: 500px;
  }
  .footer-payments {
    align-items: flex-start;
  }
  .payment-badges {
    justify-content: flex-start;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-legal-links {
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .site-footer .footer-main {
    grid-template-columns: 1fr;
    padding: 38px 20px 28px;
    gap: 28px;
  }
  .footer-brand-block .footer-logo {
    width: 190px;
    height: 52px;
  }
  .footer-section h3 {
    margin-bottom: 13px;
  }
  .footer-payments {
    padding: 20px;
    display: block;
  }
  .footer-payments-copy {
    margin-bottom: 15px;
  }
  .payment-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .payment-badge {
    justify-content: flex-start;
    min-width: 0;
  }
  .footer-bottom {
    padding: 18px 20px 24px;
  }
  .footer-legal-links {
    gap: 12px 16px;
  }
}

/* KAMARÚ STORE VE: acciones del encabezado unificadas */
.wholesale-header-btn,
.cart-btn {
  box-sizing: border-box;
  min-height: 42px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #3d3526;
  color: #e6d7da;
  background: transparent;
}
.wholesale-header-btn:hover,
.cart-btn:hover {
  background: #17130d;
  border-color: #8d6b2d;
  color: #e6d7da;
}
.wholesale-header-btn:focus-visible,
.cart-btn:focus-visible {
  outline: 2px solid #e6d7da;
  outline-offset: 3px;
}

/* KAMARÚ STORE CMS v2.2.3 — footer horizontal simple */
.simple-footer {
  background: #070707;
  color: #a9a49c;
  border-top: 1px solid #1d1a16;
}
.simple-footer .simple-footer-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 42px 28px 30px;
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 1fr 0.85fr;
  gap: 48px;
  align-items: start;
}
.simple-footer .footer-brand-block {
  max-width: 300px;
}
.simple-footer .footer-brand-block .footer-logo {
  width: 190px;
  height: 54px;
  margin: 0 0 14px;
  object-position: left center;
}
.simple-footer .footer-brand-block > p {
  margin: 0;
  color: #918b82;
  font-size: 13px;
  line-height: 1.7;
  max-width: 280px;
}
.simple-footer .footer-section h3 {
  margin: 0 0 15px;
  color: #dfb85d;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
}
.simple-footer .footer-section p {
  margin: 0 0 8px;
  color: #b8b2aa;
  font-size: 13px;
  line-height: 1.6;
}
.simple-footer .footer-link-list {
  display: grid;
  gap: 8px;
}
.simple-footer .footer-link-list button {
  display: block !important;
  width: max-content;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: #c7c1b9 !important;
  font-size: 13px;
  text-align: left !important;
  line-height: 1.45;
}
.simple-footer .footer-link-list button:hover {
  color: #e7c56f !important;
}
.simple-footer .footer-link-arrow {
  display: none;
}
.simple-footer .footer-social-links {
  display: grid;
  gap: 9px;
}
.simple-footer .footer-social-link {
  display: block !important;
  margin: 0 !important;
  color: #c7c1b9 !important;
  font-size: 13px;
  line-height: 1.45;
}
.simple-footer .footer-social-link svg {
  display: none !important;
}
.simple-footer .footer-social-link:hover {
  color: #e7c56f !important;
}
.simple-footer .footer-lower {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 28px 24px;
  border-top: 1px solid #1e1b17;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.simple-footer .footer-payments {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.simple-footer .footer-payments > span {
  color: #b9a069;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.simple-footer .payment-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.simple-footer .payment-badge {
  min-height: auto;
  padding: 0;
  border: 0;
  background: none;
  color: #8f8981;
  font-size: 12px;
  font-weight: 500;
}
.simple-footer .payment-badge:not(:last-child)::after {
  content: "·";
  margin-left: 8px;
  color: #4d4944;
}
.simple-footer .payment-badge svg {
  display: none;
}
.simple-footer .footer-copyright {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  text-align: right !important;
  color: #706b65 !important;
  font-size: 11px !important;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .simple-footer .simple-footer-main {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 34px;
  }
  .simple-footer .footer-social-section {
    grid-column: auto;
  }
  .simple-footer .footer-brand-block {
    grid-column: 1/-1;
    max-width: none;
  }
  .simple-footer .footer-brand-block > p {
    max-width: 520px;
  }
}
@media (max-width: 640px) {
  .simple-footer .simple-footer-main {
    grid-template-columns: 1fr 1fr;
    padding: 34px 20px 25px;
    gap: 28px 24px;
  }
  .simple-footer .footer-brand-block {
    grid-column: 1/-1;
  }
  .simple-footer .footer-section h3 {
    font-size: 17px;
  }
  .simple-footer .footer-lower {
    padding: 18px 20px 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .simple-footer .footer-copyright {
    text-align: left !important;
    white-space: normal;
  }
}
@media (max-width: 420px) {
  .simple-footer .simple-footer-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .simple-footer .footer-brand-block {
    grid-column: auto;
  }
}

/* KAMARÚ STORE CMS v2.2.4 — footer lujo horizontal con iconos de pago */
.luxury-footer {
  background: radial-gradient(
    circle at 50% 15%,
    #111 0,
    #080808 52%,
    #050505 100%
  );
  color: #c6c0b8;
  border-top: 1px solid #1f1b16;
}
.luxury-footer .luxury-footer-main {
  max-width: 1500px;
  margin: 0 auto;
  padding: 68px clamp(28px, 4.5vw, 72px) 58px;
  display: grid;
  grid-template-columns: 1.35fr 1.1fr 1.05fr 0.95fr 1.05fr;
  gap: clamp(34px, 4vw, 68px);
  align-items: start;
}
.luxury-footer .footer-brand-block {
  max-width: 330px;
}
.luxury-footer .footer-logo {
  width: 240px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
  margin: 0 0 24px;
}
.luxury-footer .footer-brand-block > p {
  margin: 0;
  color: #b9b3ab;
  font-size: 15px;
  line-height: 1.9;
  max-width: 330px;
}
.luxury-footer .footer-section h3 {
  margin: 0 0 26px;
  color: #e7bd5a;
  font-family: "Playfair Display", serif;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-transform: uppercase;
}
.footer-info-list {
  display: grid;
  gap: 26px;
}
.footer-info-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
  padding-bottom: 20px;
  border-bottom: 1px solid #25211c;
}
.footer-info-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.footer-info-icon {
  width: 44px;
  height: 44px;
  border: 1px solid #a77b24;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #e2b84f;
}
.footer-info-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-info-item p {
  margin: 4px 0 0 !important;
  color: #e1ddd7 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  white-space: pre-line;
}
.luxury-footer .footer-link-list {
  display: grid;
  gap: 0;
}
.luxury-footer .footer-link-list button {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  margin: 0 !important;
  padding: 0 0 14px !important;
  border: 0 !important;
  border-bottom: 1px solid #25211c !important;
  background: none !important;
  color: #e3ded7 !important;
  font-size: 14px;
  text-align: left !important;
  line-height: 1.45;
}
.luxury-footer .footer-link-list button + button {
  padding-top: 14px !important;
}
.luxury-footer .footer-link-arrow {
  display: block;
  order: -1;
  color: #e6d7da;
  font-size: 21px;
  line-height: 1;
  opacity: 1;
  transform: none !important;
}
.luxury-footer .footer-link-list button:hover {
  color: #efc768 !important;
}
.luxury-footer .footer-link-list button:hover .footer-link-arrow {
  transform: translateX(3px) !important;
}
.luxury-footer .footer-social-links {
  display: grid;
  gap: 16px;
}
.luxury-footer .footer-social-link {
  display: flex !important;
  align-items: center;
  gap: 14px;
  margin: 0 !important;
  color: #e3ded7 !important;
  font-size: 14px;
}
.luxury-footer .footer-social-link svg {
  display: block !important;
  width: 44px !important;
  height: 44px !important;
  padding: 11px !important;
  border: 1px solid #a77b24 !important;
  border-radius: 50% !important;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}
.luxury-footer .footer-social-link:hover {
  color: #efc768 !important;
}
.luxury-footer .footer-social-link:hover svg {
  background: #151008 !important;
  transform: translateY(-1px);
}
.luxury-footer .footer-payments-section {
  display: block;
}
.luxury-footer .payment-badges {
  display: grid;
  gap: 0;
}
.luxury-footer .payment-badge {
  min-height: 0;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 13px;
  padding: 0 0 14px;
  border: 0;
  border-bottom: 1px solid #25211c;
  border-radius: 0;
  background: none;
  color: #e3ded7;
  font-size: 14px;
  font-weight: 400;
}
.luxury-footer .payment-badge + .payment-badge {
  padding-top: 14px;
}
.luxury-footer .payment-badge::before {
  content: "›";
  color: #e6d7da;
  font-size: 23px;
  line-height: 1;
}
.luxury-footer .payment-badge svg {
  grid-column: 1;
  grid-row: 1;
  width: 22px;
  height: 22px;
  display: none;
}
.luxury-footer .payment-badge span:last-child {
  grid-column: 2;
}
.luxury-footer .payment-zelle {
  display: none;
}
/* Los iconos específicos aparecen antes del texto, manteniendo la misma estructura de Ayuda */
.luxury-footer .payment-badge.has-icon {
}
.luxury-footer .payment-badge svg,
.luxury-footer .payment-badge .payment-zelle {
  display: block;
  grid-column: 1;
  grid-row: 1;
  color: #e6d7da;
}
.luxury-footer .payment-badge::before {
  display: none;
}
.luxury-footer .payment-zelle {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.luxury-footer .footer-divider {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0;
  color: #e6d7da;
  padding: 0 clamp(28px, 4.5vw, 72px);
}
.luxury-footer .footer-divider::before,
.luxury-footer .footer-divider::after {
  content: "";
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #97636f 18%,
    #a8868c 82%,
    transparent
  );
  flex: 1;
}
.luxury-footer .footer-divider span {
  font-size: 16px;
  padding: 0 12px;
  transform: scaleX(0.7);
}
.luxury-footer .footer-copyright {
  padding: 28px 24px 42px !important;
  margin: 0 !important;
  text-align: center !important;
  color: #e2ddd6 !important;
  font-size: 14px !important;
  white-space: normal !important;
}
@media (max-width: 1200px) {
  .luxury-footer .luxury-footer-main {
    grid-template-columns: 1.25fr 1fr 1fr;
  }
  .luxury-footer .footer-social-section,
  .luxury-footer .footer-payments-section {
    grid-column: auto;
  }
  .luxury-footer .footer-brand-block {
    grid-row: span 2;
  }
}
@media (max-width: 850px) {
  .luxury-footer .luxury-footer-main {
    grid-template-columns: 1fr 1fr;
    padding: 48px 24px 42px;
  }
  .luxury-footer .footer-brand-block {
    grid-row: auto;
    grid-column: 1/-1;
    max-width: none;
  }
  .luxury-footer .footer-brand-block > p {
    max-width: 560px;
  }
  .luxury-footer .footer-logo {
    width: 220px;
  }
  .luxury-footer .footer-section h3 {
    margin-bottom: 18px;
  }
}
@media (max-width: 560px) {
  .luxury-footer .luxury-footer-main {
    grid-template-columns: 1fr;
    padding: 38px 20px 32px;
    gap: 30px;
  }
  .luxury-footer .footer-brand-block {
    grid-column: auto;
  }
  .luxury-footer .footer-logo {
    width: 190px;
    height: 58px;
  }
  .luxury-footer .footer-brand-block > p {
    font-size: 14px;
  }
  .luxury-footer .footer-divider {
    padding: 0 20px;
  }
  .luxury-footer .footer-copyright {
    padding: 24px 20px 30px !important;
    font-size: 12px !important;
  }
  .footer-info-item {
    grid-template-columns: 40px 1fr;
  }
  .footer-info-icon,
  .luxury-footer .footer-social-link svg {
    width: 40px !important;
    height: 40px !important;
  }
}

/* KAMARÚ STORE CMS v2.2.5 — footer limpio + encabezado móvil corregido */
.luxury-footer .luxury-footer-main {
  max-width: 1180px;
  padding: 46px 30px 34px;
  grid-template-columns: 1.25fr 1fr 1fr 0.95fr;
  gap: 42px;
}
.luxury-footer .footer-brand-block {
  max-width: 280px;
}
.luxury-footer .footer-logo {
  width: 205px;
  height: 58px;
  margin-bottom: 16px;
}
.luxury-footer .footer-brand-block > p {
  font-size: 13px;
  line-height: 1.7;
  max-width: 260px;
}
.luxury-footer .footer-section h3 {
  font-size: 17px;
  margin-bottom: 16px;
  text-transform: none;
  letter-spacing: 0;
}
.luxury-footer .footer-info-list {
  gap: 10px;
}
.luxury-footer .footer-info-item {
  display: block;
  padding: 0;
  border: 0;
  margin: 0 0 10px;
}
.luxury-footer .footer-info-icon {
  display: none;
}
.luxury-footer .footer-info-item p {
  font-size: 13px !important;
  line-height: 1.65 !important;
  color: #c9c3ba !important;
}
.luxury-footer .footer-link-list button {
  padding: 0 0 8px !important;
  border: 0 !important;
  gap: 8px;
  font-size: 13px;
}
.luxury-footer .footer-link-list button + button {
  padding-top: 0 !important;
}
.luxury-footer .footer-link-arrow {
  font-size: 16px;
}
.luxury-footer .footer-social-links {
  gap: 8px;
}
.luxury-footer .footer-social-link {
  font-size: 13px;
  gap: 8px;
}
.luxury-footer .footer-social-link svg {
  display: none !important;
}
.luxury-footer .footer-payments-section {
  grid-column: 4;
  grid-row: 2;
  margin-top: -8px;
}
.luxury-footer .footer-payments-section h3 {
  margin-bottom: 12px;
}
.luxury-footer .payment-badges {
  gap: 7px;
}
.luxury-footer .payment-badge {
  display: flex;
  gap: 8px;
  padding: 0;
  border: 0;
  font-size: 13px;
  min-height: auto;
}
.luxury-footer .payment-badge + .payment-badge {
  padding-top: 0;
}
.luxury-footer .payment-badge svg,
.luxury-footer .payment-badge .payment-zelle {
  display: none !important;
}
.luxury-footer .payment-badge::before {
  display: block;
  content: "›";
  font-size: 16px;
  color: #e6d7da;
}
.luxury-footer .footer-divider {
  max-width: 1180px;
  padding: 0 30px;
}
.luxury-footer .footer-copyright {
  padding: 20px 20px 28px !important;
  font-size: 12px !important;
  color: #99928a !important;
}

@media (max-width: 900px) {
  .luxury-footer .luxury-footer-main {
    grid-template-columns: 1fr 1fr;
    padding: 40px 24px 30px;
    gap: 28px 34px;
  }
  .luxury-footer .footer-brand-block {
    grid-column: 1/-1;
    max-width: none;
  }
  .luxury-footer .footer-brand-block > p {
    max-width: 520px;
  }
  .luxury-footer .footer-payments-section {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }
}
@media (max-width: 560px) {
  .site-header {
    gap: 6px;
    overflow: hidden;
  }
  .brand {
    min-width: 0;
    flex: 1;
    display: flex;
    justify-content: flex-start;
  }
  .brand img {
    width: min(128px, 31vw);
    height: 44px;
  }
  .header-actions {
    gap: 5px;
    flex: 0 0 auto;
  }
  .wholesale-header-btn {
    width: auto !important;
    min-width: 90px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 9px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
    overflow: visible;
    flex: 0 0 auto;
  }
  .wholesale-header-btn::after {
    content: none !important;
    display: none !important;
  }
  .wholesale-header-icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }
  .icon-btn,
  .cart-btn {
    height: 40px;
    min-height: 40px;
  }
  .icon-btn {
    width: 40px;
    flex: 0 0 40px;
  }
  .cart-btn {
    padding: 0 10px;
  }
  .cart-btn b {
    min-width: 20px;
    height: 20px;
  }
  .luxury-footer .luxury-footer-main {
    grid-template-columns: 1fr 1fr;
    padding: 34px 20px 26px;
    gap: 26px 22px;
  }
  .luxury-footer .footer-brand-block {
    grid-column: 1/-1;
  }
  .luxury-footer .footer-logo {
    width: 175px;
    height: 50px;
  }
  .luxury-footer .footer-brand-block > p {
    font-size: 13px;
    max-width: 310px;
  }
  .luxury-footer .footer-section h3 {
    font-size: 16px;
  }
  .luxury-footer .footer-payments-section {
    grid-column: auto;
  }
  .luxury-footer .footer-divider {
    padding: 0 20px;
  }
}
@media (max-width: 390px) {
  .luxury-footer .luxury-footer-main {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .luxury-footer .footer-brand-block {
    grid-column: auto;
  }
}

/* KAMARÚ STORE CMS v2.2.6 — footer limpio, simple y equilibrado */
.luxury-footer {
  background: #070707 !important;
  border-top: 1px solid #1c1915 !important;
}
.luxury-footer .luxury-footer-main {
  width: min(100% - 48px, 1280px) !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 42px 0 34px !important;
  display: grid !important;
  grid-template-columns: 1.35fr 1fr 1fr 0.9fr 1fr !important;
  gap: clamp(28px, 3vw, 52px) !important;
  align-items: start !important;
}
.luxury-footer .footer-brand-block,
.luxury-footer .footer-section,
.luxury-footer .footer-payments-section {
  grid-column: auto !important;
  grid-row: auto !important;
  margin: 0 !important;
  min-width: 0 !important;
  max-width: none !important;
}
.luxury-footer .footer-logo {
  width: 190px !important;
  height: 52px !important;
  margin: 0 0 16px !important;
  object-fit: contain !important;
  object-position: left center !important;
}
.luxury-footer .footer-brand-block > p {
  margin: 0 !important;
  max-width: 250px !important;
  color: #aaa39a !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}
.luxury-footer .footer-section h3 {
  margin: 0 0 15px !important;
  color: #ddb34d !important;
  font-family: "Playfair Display", serif !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}
.luxury-footer .footer-info-list,
.luxury-footer .footer-link-list,
.luxury-footer .footer-social-links,
.luxury-footer .payment-badges {
  display: grid !important;
  gap: 9px !important;
}
.luxury-footer .footer-info-item {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.luxury-footer .footer-info-icon {
  display: none !important;
}
.luxury-footer .footer-info-item p {
  margin: 0 !important;
  color: #d1cbc2 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  white-space: pre-line !important;
}
.luxury-footer .footer-link-list button,
.luxury-footer .footer-social-link,
.luxury-footer .payment-badge {
  width: max-content !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: #d1cbc2 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-align: left !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
}
.luxury-footer .footer-link-list button + button,
.luxury-footer .payment-badge + .payment-badge {
  padding-top: 0 !important;
}
.luxury-footer .footer-link-arrow,
.luxury-footer .payment-badge::before {
  display: block !important;
  content: "›" !important;
  color: #d9aa3b !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  flex: 0 0 auto !important;
}
.luxury-footer .footer-social-link svg,
.luxury-footer .payment-badge svg,
.luxury-footer .payment-badge .payment-zelle {
  display: none !important;
}
.luxury-footer .footer-link-list button:hover,
.luxury-footer .footer-social-link:hover,
.luxury-footer .payment-badge:hover {
  color: #efc661 !important;
}
.luxury-footer .footer-divider {
  width: min(100% - 48px, 1280px) !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #d9aa3b !important;
}
.luxury-footer .footer-divider::before,
.luxury-footer .footer-divider::after {
  background: #2b251c !important;
}
.luxury-footer .footer-divider span {
  padding: 0 10px !important;
  font-size: 10px !important;
}
.luxury-footer .footer-copyright {
  margin: 0 !important;
  padding: 17px 24px 24px !important;
  text-align: center !important;
  color: #807970 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}
@media (max-width: 1050px) {
  .luxury-footer .luxury-footer-main {
    grid-template-columns: 1.35fr 1fr 1fr !important;
  }
  .luxury-footer .footer-social-section,
  .luxury-footer .footer-payments-section {
    grid-column: auto !important;
  }
}
@media (max-width: 760px) {
  .luxury-footer .luxury-footer-main {
    width: min(100% - 36px, 680px) !important;
    padding: 34px 0 28px !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 26px 28px !important;
  }
  .luxury-footer .footer-brand-block {
    grid-column: 1/-1 !important;
  }
  .luxury-footer .footer-brand-block > p {
    max-width: 390px !important;
  }
  .luxury-footer .footer-divider {
    width: calc(100% - 36px) !important;
  }
}
@media (max-width: 480px) {
  .luxury-footer .luxury-footer-main {
    width: calc(100% - 32px) !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 30px 0 24px !important;
  }
  .luxury-footer .footer-brand-block {
    grid-column: auto !important;
  }
  .luxury-footer .footer-logo {
    width: 175px !important;
    height: 48px !important;
  }
  .luxury-footer .footer-divider {
    width: calc(100% - 32px) !important;
  }
}

/* ===== KAMARÚ STORE footer definitivo v2.2.7 ===== */
.luxury-footer {
  background: #070707 !important;
  color: #d8d2c8 !important;
  overflow: hidden;
}
.luxury-footer .luxury-footer-main {
  width: min(calc(100% - 72px), 1480px) !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding: 72px 0 58px !important;
  display: grid !important;
  grid-template-columns:
    minmax(250px, 1.35fr) minmax(210px, 1fr) minmax(240px, 1.05fr)
    minmax(190px, 0.9fr) minmax(220px, 1fr) !important;
  gap: clamp(36px, 4.2vw, 72px) !important;
  align-items: start !important;
}
.luxury-footer .footer-brand-block {
  max-width: 340px !important;
}
.luxury-footer .footer-logo {
  width: 260px !important;
  height: 78px !important;
  object-fit: contain !important;
  object-position: left center !important;
  margin: 0 0 28px !important;
}
.luxury-footer .footer-brand-block > p {
  max-width: 330px !important;
  margin: 0 !important;
  color: #c1bbb2 !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
}
.luxury-footer .footer-section h3 {
  position: relative !important;
  margin: 0 0 26px !important;
  padding-bottom: 11px !important;
  color: #e5bd60 !important;
  font-family: "Playfair Display", serif !important;
  font-size: 19px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
}
.luxury-footer .footer-section h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #8f6b28;
}
.luxury-footer .footer-info-list {
  display: grid !important;
  gap: 24px !important;
}
.luxury-footer .footer-info-item {
  display: grid !important;
  grid-template-columns: 42px 1fr !important;
  gap: 16px !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 0 22px !important;
  border: 0 !important;
  border-bottom: 1px solid #25211d !important;
}
.luxury-footer .footer-info-item:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.luxury-footer .footer-info-icon {
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid #a47b2c !important;
  border-radius: 50% !important;
  color: #e2b84f !important;
}
.luxury-footer .footer-info-icon svg {
  width: 21px !important;
  height: 21px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.7 !important;
}
.luxury-footer .footer-info-item p {
  margin: 4px 0 0 !important;
  color: #e2ddd6 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  white-space: pre-line !important;
}
.luxury-footer .footer-link-list {
  display: grid !important;
  gap: 0 !important;
}
.luxury-footer .footer-link-list button {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  margin: 0 !important;
  padding: 0 0 14px !important;
  border: 0 !important;
  border-bottom: 1px solid #25211d !important;
  background: none !important;
  color: #e4dfd8 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}
.luxury-footer .footer-link-list button + button {
  padding-top: 14px !important;
}
.luxury-footer .footer-link-arrow {
  display: block !important;
  order: -1 !important;
  color: #e7b94c !important;
  font-size: 22px !important;
  line-height: 1 !important;
  transition: transform 0.2s ease !important;
}
.luxury-footer .footer-link-list button:hover {
  color: #f0ca73 !important;
}
.luxury-footer .footer-link-list button:hover .footer-link-arrow {
  transform: translateX(3px) !important;
}
.luxury-footer .footer-social-links {
  display: grid !important;
  gap: 16px !important;
}
.luxury-footer .footer-social-link {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 0 !important;
  color: #e4dfd8 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}
.luxury-footer .footer-social-link svg {
  display: block !important;
  box-sizing: border-box !important;
  width: 42px !important;
  height: 42px !important;
  padding: 10px !important;
  border: 1px solid #a47b2c !important;
  border-radius: 50% !important;
  color: #e2b84f !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.7 !important;
}
.luxury-footer .footer-social-link:hover {
  color: #f0ca73 !important;
}
.luxury-footer .payment-badges {
  display: grid !important;
  gap: 0 !important;
}
.luxury-footer .payment-badge {
  min-height: 0 !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 0 14px !important;
  border: 0 !important;
  border-bottom: 1px solid #25211d !important;
  border-radius: 0 !important;
  background: none !important;
  color: #e4dfd8 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}
.luxury-footer .payment-badge + .payment-badge {
  padding-top: 14px !important;
}
.luxury-footer .payment-badge::before {
  content: "›" !important;
  color: #e7b94c !important;
  font-size: 22px !important;
  line-height: 1 !important;
}
.luxury-footer .payment-badge svg,
.luxury-footer .payment-badge .payment-zelle {
  display: none !important;
}
.luxury-footer .footer-divider {
  width: min(calc(100% - 72px), 1480px) !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  color: #e6d7da !important;
}
.luxury-footer .footer-divider::before,
.luxury-footer .footer-divider::after {
  content: "" !important;
  flex: 1 !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    transparent,
    #b28129 14%,
    #d4a740 86%,
    transparent
  ) !important;
}
.luxury-footer .footer-divider span {
  padding: 0 12px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  transform: scaleX(0.72) !important;
}
.luxury-footer .footer-copyright {
  margin: 0 !important;
  padding: 28px 24px 42px !important;
  border: 0 !important;
  text-align: center !important;
  color: #d5d0c9 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  white-space: normal !important;
}

@media (max-width: 1180px) {
  .luxury-footer .luxury-footer-main {
    width: min(calc(100% - 56px), 1060px) !important;
    grid-template-columns: 1.25fr 1fr 1fr !important;
    gap: 44px 46px !important;
  }
  .luxury-footer .footer-brand-block {
    grid-row: span 2 !important;
  }
  .luxury-footer .footer-divider {
    width: min(calc(100% - 56px), 1060px) !important;
  }
}

@media (max-width: 760px) {
  .luxury-footer .luxury-footer-main {
    width: min(calc(100% - 36px), 640px) !important;
    padding: 42px 0 34px !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 34px 28px !important;
  }
  .luxury-footer .footer-brand-block {
    grid-column: 1/-1 !important;
    grid-row: auto !important;
    max-width: none !important;
    text-align: center !important;
  }
  .luxury-footer .footer-logo {
    width: 220px !important;
    height: 66px !important;
    object-position: center !important;
    margin: 0 auto 18px !important;
  }
  .luxury-footer .footer-brand-block > p {
    max-width: 440px !important;
    margin: 0 auto !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
  }
  .luxury-footer .footer-section h3 {
    margin-bottom: 18px !important;
    font-size: 16px !important;
  }
  .luxury-footer .footer-info-list {
    gap: 16px !important;
  }
  .luxury-footer .footer-info-item {
    grid-template-columns: 34px 1fr !important;
    gap: 11px !important;
    padding-bottom: 14px !important;
  }
  .luxury-footer .footer-info-icon {
    width: 34px !important;
    height: 34px !important;
  }
  .luxury-footer .footer-info-icon svg {
    width: 17px !important;
    height: 17px !important;
  }
  .luxury-footer .footer-info-item p,
  .luxury-footer .footer-link-list button,
  .luxury-footer .footer-social-link,
  .luxury-footer .payment-badge {
    font-size: 12.5px !important;
  }
  .luxury-footer .footer-link-list button {
    padding-bottom: 9px !important;
  }
  .luxury-footer .footer-link-list button + button {
    padding-top: 9px !important;
  }
  .luxury-footer .footer-link-arrow,
  .luxury-footer .payment-badge::before {
    font-size: 17px !important;
  }
  .luxury-footer .footer-social-links {
    gap: 10px !important;
  }
  .luxury-footer .footer-social-link svg {
    width: 32px !important;
    height: 32px !important;
    padding: 7px !important;
  }
  .luxury-footer .payment-badge {
    padding-bottom: 9px !important;
  }
  .luxury-footer .payment-badge + .payment-badge {
    padding-top: 9px !important;
  }
  .luxury-footer .footer-divider {
    width: calc(100% - 36px) !important;
  }
  .luxury-footer .footer-copyright {
    padding: 22px 18px 28px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 390px) {
  .luxury-footer .luxury-footer-main {
    width: calc(100% - 28px) !important;
    gap: 30px 20px !important;
  }
  .luxury-footer .footer-logo {
    width: 195px !important;
  }
  .luxury-footer .footer-section h3 {
    font-size: 15px !important;
  }
  .luxury-footer .footer-info-item p,
  .luxury-footer .footer-link-list button,
  .luxury-footer .footer-social-link,
  .luxury-footer .payment-badge {
    font-size: 11.5px !important;
  }
  .luxury-footer .footer-divider {
    width: calc(100% - 28px) !important;
  }
}

/* ===== KAMARÚ STORE CMS v2.2.8: footer compacto + catálogo admin renovado ===== */
.luxury-footer .luxury-footer-main {
  width: min(calc(100% - 56px), 1380px) !important;
  max-width: 1380px !important;
  padding: 38px 0 26px !important;
  gap: clamp(24px, 3vw, 48px) !important;
  grid-template-columns:
    minmax(220px, 1.2fr) minmax(190px, 1fr) minmax(220px, 1.05fr)
    minmax(170px, 0.85fr) minmax(190px, 0.9fr) !important;
}
.luxury-footer .footer-logo {
  width: 210px !important;
  height: 58px !important;
  margin-bottom: 18px !important;
}
.luxury-footer .footer-brand-block > p {
  font-size: 14px !important;
  line-height: 1.7 !important;
  max-width: 270px !important;
}
.luxury-footer .footer-section h3 {
  font-size: 17px !important;
  margin-bottom: 13px !important;
}
.luxury-footer .footer-info-item {
  padding: 10px 0 !important;
  gap: 11px !important;
}
.luxury-footer .footer-info-icon {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
}
.luxury-footer .footer-link-list button,
.luxury-footer .footer-social-link,
.luxury-footer .payment-badge,
.luxury-footer .footer-info-item p {
  font-size: 14px !important;
}
.luxury-footer .footer-link-list button {
  padding: 9px 0 !important;
}
.luxury-footer .payment-badge {
  padding: 9px 0 !important;
}
.luxury-footer .footer-divider {
  margin: 8px auto 0 !important;
}
.luxury-footer .footer-copyright {
  padding: 14px 20px 18px !important;
  font-size: 12px !important;
}
@media (max-width: 900px) {
  .luxury-footer .luxury-footer-main {
    padding: 32px 22px 22px !important;
    gap: 26px 22px !important;
  }
}
@media (max-width: 620px) {
  .luxury-footer .luxury-footer-main {
    padding: 28px 18px 18px !important;
    gap: 22px 18px !important;
  }
  .luxury-footer .footer-logo {
    width: 185px !important;
    height: 50px !important;
    margin-bottom: 12px !important;
  }
  .luxury-footer .footer-brand-block > p {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
  .luxury-footer .footer-section h3 {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }
  .luxury-footer .footer-link-list button,
  .luxury-footer .footer-social-link,
  .luxury-footer .payment-badge,
  .luxury-footer .footer-info-item p {
    font-size: 13px !important;
  }
  .luxury-footer .footer-copyright {
    padding: 12px 14px 16px !important;
  }
}

.admin-nav-label {
  display: block;
  padding: 15px 14px 5px;
  color: #6f7177;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.admin-page .admin-tabs .admin-nav-label:first-child {
  padding-top: 4px;
}
.category-manager-header {
  align-items: flex-end;
  gap: 18px;
}
.category-manager-header .eyebrow {
  margin: 0 0 5px;
  color: #a4771f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.category-manager-header .help {
  max-width: 680px;
  margin: 7px 0 0;
}
.category-manager-header .primary {
  border: 0;
  border-radius: 12px;
  padding: 12px 17px;
  background: #111;
  color: #e9c55e;
  font-weight: 700;
  white-space: nowrap;
}
.category-manager-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.category-manager-card {
  overflow: hidden;
  border: 1px solid #ded8cc;
  border-radius: 18px;
  background: #fff;
  transition: 0.2s ease;
}
.category-manager-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(24, 20, 13, 0.08);
}
.category-manager-card.is-hidden {
  opacity: 0.68;
}
.category-manager-media {
  position: relative;
  height: 155px;
  background: #eee9df center/cover no-repeat;
  display: grid;
  place-items: center;
  color: #8e8679;
  font-size: 12px;
}
.category-status {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.category-status.on {
  background: #e8f7ee;
  color: #17683a;
}
.category-status.off {
  background: #f1ece3;
  color: #766a59;
}
.category-manager-body {
  padding: 16px;
}
.category-manager-title-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
}
.category-name-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  padding: 0 0 4px;
  font:
    700 20px/1.2 "Playfair Display",
    serif;
  color: #15130f;
}
.category-name-input:focus {
  outline: none;
  border-bottom-color: #7c555e;
}
.category-manager-title-row small {
  color: #8b8275;
}
.category-switch {
  display: inline-flex;
  cursor: pointer;
}
.category-switch input {
  display: none;
}
.category-switch span {
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #cbc5b9;
  position: relative;
  transition: 0.2s;
}
.category-switch span:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.category-switch input:checked + span {
  background: #7c555e;
}
.category-switch input:checked + span:after {
  transform: translateX(18px);
}
.field.compact span {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 800;
  color: #746b5e;
}
.category-upload-modern {
  margin-top: 9px;
  padding: 10px !important;
  background: #faf8f3;
}
.category-manager-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 13px;
}
.category-manager-actions .small-btn {
  padding: 8px 11px;
}
.category-manager-actions button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.category-save-bar {
  position: sticky;
  bottom: 0;
  margin: 18px -28px -28px;
  padding: 14px 28px;
  background: rgba(246, 244, 239, 0.92);
  backdrop-filter: blur(10px);
  border-top: 1px solid #ded8cc;
  justify-content: flex-end;
}
@media (max-width: 980px) {
  .category-manager-grid {
    grid-template-columns: 1fr;
  }
  .category-manager-header {
    align-items: flex-start;
  }
  .category-save-bar {
    margin-left: -18px;
    margin-right: -18px;
    margin-bottom: -18px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 700px) {
  .admin-nav-label {
    display: none;
  }
  .category-manager-header {
    display: block;
  }
  .category-manager-header .primary {
    margin-top: 14px;
    width: 100%;
  }
  .category-manager-media {
    height: 140px;
  }
  .category-manager-title-row {
    gap: 10px;
  }
  .category-name-input {
    font-size: 18px;
  }
  .category-manager-actions {
    justify-content: stretch;
  }
  .category-manager-actions button {
    flex: 1;
  }
}

/* ===== KAMARÚ STORE CMS v2.2.9: footer nuevo, simple y compacto ===== */
.luxury-footer {
  background: #080808 !important;
  color: #d7d2ca !important;
}
.luxury-footer .luxury-footer-main {
  width: min(calc(100% - 48px), 1180px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 30px 0 22px !important;
  display: grid !important;
  grid-template-columns: 1.35fr 1fr 1.2fr 0.8fr 1fr !important;
  gap: 32px !important;
  align-items: start !important;
}
.luxury-footer .footer-brand-block {
  max-width: 260px !important;
}
.luxury-footer .footer-logo {
  width: 175px !important;
  height: 48px !important;
  margin: 0 0 14px !important;
  object-fit: contain !important;
  object-position: left center !important;
}
.luxury-footer .footer-brand-block > p {
  max-width: 250px !important;
  margin: 0 !important;
  color: #aaa59e !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}
.luxury-footer .footer-section h3 {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #deb44f !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}
.luxury-footer .footer-section h3::after {
  display: none !important;
}
.luxury-footer .footer-info-list,
.luxury-footer .footer-link-list,
.luxury-footer .footer-social-links,
.luxury-footer .payment-badges {
  display: grid !important;
  gap: 8px !important;
}
.luxury-footer .footer-info-item {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.luxury-footer .footer-info-icon {
  display: none !important;
}
.luxury-footer .footer-info-item p,
.luxury-footer .footer-link-list button,
.luxury-footer .footer-social-link,
.luxury-footer .payment-badge {
  min-height: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  color: #d7d2ca !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}
.luxury-footer .footer-info-item p {
  white-space: pre-line !important;
}
.luxury-footer .footer-link-list button {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  text-align: left !important;
}
.luxury-footer .footer-link-list button + button,
.luxury-footer .payment-badge + .payment-badge {
  padding-top: 0 !important;
}
.luxury-footer .footer-link-arrow,
.luxury-footer .payment-badge::before {
  display: inline-block !important;
  content: "›" !important;
  order: -1 !important;
  color: #d9aa3d !important;
  font-size: 16px !important;
  line-height: 1 !important;
}
.luxury-footer .footer-social-link {
  display: block !important;
}
.luxury-footer .footer-social-link svg {
  display: none !important;
}
.luxury-footer .payment-badge {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
}
.luxury-footer .payment-badge svg,
.luxury-footer .payment-badge .payment-zelle {
  display: none !important;
}
.luxury-footer .footer-link-list button:hover,
.luxury-footer .footer-social-link:hover {
  color: #edc766 !important;
}
.luxury-footer .footer-divider {
  width: min(calc(100% - 48px), 1180px) !important;
  max-width: 1180px !important;
  height: 1px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #29241d !important;
  display: block !important;
}
.luxury-footer .footer-divider::before,
.luxury-footer .footer-divider::after,
.luxury-footer .footer-divider span {
  display: none !important;
}
.luxury-footer .footer-copyright {
  margin: 0 !important;
  padding: 13px 20px 16px !important;
  color: #77736e !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  text-align: center !important;
}
@media (max-width: 980px) {
  .luxury-footer .luxury-footer-main {
    width: min(calc(100% - 40px), 820px) !important;
    grid-template-columns: 1.25fr 1fr 1fr !important;
    gap: 28px 32px !important;
  }
  .luxury-footer .footer-brand-block {
    grid-row: span 2 !important;
  }
  .luxury-footer .footer-divider {
    width: min(calc(100% - 40px), 820px) !important;
  }
}
@media (max-width: 640px) {
  .luxury-footer .luxury-footer-main {
    width: calc(100% - 32px) !important;
    padding: 26px 0 20px !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px 20px !important;
  }
  .luxury-footer .footer-brand-block {
    grid-column: 1/-1 !important;
    grid-row: auto !important;
    max-width: none !important;
    text-align: center !important;
  }
  .luxury-footer .footer-logo {
    width: 170px !important;
    height: 46px !important;
    margin: 0 auto 10px !important;
    object-position: center !important;
  }
  .luxury-footer .footer-brand-block > p {
    max-width: 330px !important;
    margin: 0 auto !important;
    font-size: 12.5px !important;
  }
  .luxury-footer .footer-section h3 {
    margin-bottom: 9px !important;
    font-size: 14px !important;
  }
  .luxury-footer .footer-info-item p,
  .luxury-footer .footer-link-list button,
  .luxury-footer .footer-social-link,
  .luxury-footer .payment-badge {
    font-size: 12px !important;
  }
  .luxury-footer .footer-divider {
    width: calc(100% - 32px) !important;
  }
  .luxury-footer .footer-copyright {
    padding: 11px 14px 14px !important;
    font-size: 10.5px !important;
  }
}
@media (max-width: 380px) {
  .luxury-footer .luxury-footer-main {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .luxury-footer .footer-section {
    text-align: left !important;
  }
}

/* ===== KAMARÚ STORE CMS v2.3.3: columnas equilibradas ===== */
.luxury-footer {
  background: #000 !important;
  border-top: 1px solid rgba(213, 169, 70, 0.22) !important;
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}
.luxury-footer .footer-brand-block {
  grid-area: brand !important;
}
.luxury-footer #footerInfoSection {
  grid-area: info !important;
}
.luxury-footer #footerHelpSection {
  grid-area: help !important;
}
.luxury-footer #footerSocialSection {
  grid-area: social !important;
}
.luxury-footer #footerPaymentsSection {
  grid-area: payments !important;
}
.luxury-footer .footer-section h3 {
  margin: 0 0 13px !important;
  padding: 0 !important;
  color: #ddb75c !important;
  font-family: "Playfair Display", serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
}
.luxury-footer .footer-section h3::after {
  display: none !important;
}
.luxury-footer .footer-info-list {
  display: grid !important;
  gap: 9px !important;
}
.luxury-footer .footer-info-item {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.luxury-footer .footer-info-icon {
  display: none !important;
}
.luxury-footer .footer-info-item p {
  margin: 0 !important;
  color: #bbb5ac !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  white-space: pre-line !important;
}
.luxury-footer .footer-link-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px 24px !important;
}
.luxury-footer .footer-link-list button {
  width: auto !important;
  min-height: 0 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: #c9c3ba !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  text-align: left !important;
  transition:
    color 0.2s ease,
    transform 0.2s ease !important;
}
.luxury-footer .footer-link-list button + button {
  padding-top: 0 !important;
}
.luxury-footer .footer-link-list button:hover {
  color: #f0cc78 !important;
  transform: translateX(2px) !important;
}
.luxury-footer .footer-link-arrow {
  display: none !important;
}
.luxury-footer .footer-social-links,
.luxury-footer .payment-badges {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}
.luxury-footer .payment-badges {
  justify-content: flex-start !important;
  align-items: center !important;
}
.luxury-footer .footer-social-link,
.luxury-footer .payment-badge {
  width: auto !important;
  min-height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 7px 12px !important;
  border: 1px solid #29251f !important;
  border-radius: 999px !important;
  background: #090909 !important;
  color: #bdb7ae !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease !important;
}
.luxury-footer .payment-badge {
  gap: 9px !important;
  padding: 7px 13px !important;
  border-color: #332c21 !important;
  background: linear-gradient(180deg, #0d0c0a, #080808) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025) !important;
}
.luxury-footer .footer-social-link:hover,
.luxury-footer .payment-badge:hover {
  border-color: #785d28 !important;
  background: #100e0a !important;
  color: #edc66b !important;
}
.luxury-footer .payment-badge:hover {
  transform: translateY(-1px) !important;
}
.luxury-footer .footer-social-link svg,
.luxury-footer .payment-badge::before {
  display: none !important;
  content: none !important;
}
.luxury-footer .payment-badge svg {
  display: block !important;
  flex: 0 0 auto !important;
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #d8ad4f !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.6 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.luxury-footer .payment-badge .payment-zelle {
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  width: 16px !important;
  height: 16px !important;
  color: #d8ad4f !important;
  font-family: Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}
.luxury-footer .payment-badge + .payment-badge {
  padding-top: 7px !important;
}
.luxury-footer .footer-divider {
  height: 1px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: block !important;
  background: linear-gradient(
    90deg,
    transparent,
    #332b1e 12%,
    #332b1e 88%,
    transparent
  ) !important;
}
.luxury-footer .footer-divider::before,
.luxury-footer .footer-divider::after,
.luxury-footer .footer-divider span {
  display: none !important;
}
.luxury-footer .footer-copyright {
  margin: 0 !important;
  padding: 17px 20px 21px !important;
  color: #6f6b66 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

@media (min-width: 981px) {
  .luxury-footer .luxury-footer-main {
    width: min(calc(100% - 96px), 1360px) !important;
    max-width: 1360px !important;
    margin: 0 auto !important;
    padding: 44px 0 34px !important;
    display: grid !important;
    grid-template-columns: minmax(300px, 1fr) minmax(180px, 0.62fr) minmax(
        320px,
        1.38fr
      ) !important;
    grid-template-areas:
      "brand info help"
      "brand social payments" !important;
    column-gap: clamp(38px, 3.5vw, 54px) !important;
    row-gap: 28px !important;
    align-items: start !important;
  }
  .luxury-footer .footer-brand-block {
    max-width: 430px !important;
    padding-right: 18px !important;
  }
  .luxury-footer .footer-logo {
    width: 390px !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 0 16px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }
  .luxury-footer .footer-brand-block > p {
    max-width: 385px !important;
    margin: 0 !important;
    color: #aaa49c !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
  .luxury-footer .footer-divider {
    width: min(calc(100% - 96px), 1360px) !important;
    max-width: 1360px !important;
  }
}

@media (max-width: 980px) {
  .luxury-footer .luxury-footer-main {
    width: min(calc(100% - 48px), 760px) !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 38px 0 30px !important;
    display: grid !important;
    grid-template-columns: 1fr 1.15fr !important;
    grid-template-areas:
      "brand brand"
      "info help"
      "social payments" !important;
    gap: 30px 48px !important;
  }
  .luxury-footer .footer-brand-block {
    max-width: none !important;
    padding: 0 !important;
    text-align: center !important;
  }
  .luxury-footer .footer-logo {
    width: 330px !important;
    max-width: 85% !important;
    height: auto !important;
    margin: 0 auto 14px !important;
    object-position: center !important;
  }
  .luxury-footer .footer-brand-block > p {
    max-width: 430px !important;
    margin: 0 auto !important;
    color: #aaa49c !important;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
  }
  .luxury-footer .footer-divider {
    width: min(calc(100% - 48px), 760px) !important;
    max-width: 760px !important;
  }
}

@media (max-width: 640px) {
  .luxury-footer .luxury-footer-main {
    width: calc(100% - 36px) !important;
    padding: 32px 0 26px !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "brand"
      "info"
      "help"
      "social"
      "payments" !important;
    gap: 25px !important;
  }
  .luxury-footer .footer-logo {
    width: 285px !important;
    max-width: 90% !important;
  }
  .luxury-footer .footer-brand-block > p {
    max-width: 340px !important;
    font-size: 13px !important;
  }
  .luxury-footer .footer-section h3 {
    margin-bottom: 10px !important;
    font-size: 15px !important;
  }
  .luxury-footer .footer-link-list {
    gap: 8px 20px !important;
  }
  .luxury-footer .footer-divider {
    width: calc(100% - 36px) !important;
  }
  .luxury-footer .footer-copyright {
    padding: 14px 18px 18px !important;
    font-size: 10.5px !important;
  }
}

@media (max-width: 420px) {
  .luxury-footer .footer-link-list {
    grid-template-columns: 1fr !important;
  }
}

/* ===== KAMARÚ STORE CMS v2.4.0: lujo compacto en cinco columnas ===== */
.luxury-footer {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(208, 160, 59, 0.28) !important;
  background: radial-gradient(
    circle at 50% -35%,
    #151515 0,
    #090909 42%,
    #030303 100%
  ) !important;
  color: #c9c4bc !important;
}
.luxury-footer .luxury-footer-main {
  width: min(calc(100% - 72px), 1500px) !important;
  max-width: 1500px !important;
  margin: 0 auto !important;
  padding: 38px 0 28px !important;
  display: grid !important;
  grid-template-columns:
    minmax(230px, 1.25fr) minmax(180px, 1fr) minmax(210px, 1.1fr)
    minmax(140px, 0.8fr) minmax(180px, 1fr) !important;
  grid-template-areas: none !important;
  grid-auto-flow: row !important;
  column-gap: clamp(28px, 2.4vw, 42px) !important;
  row-gap: 0 !important;
  align-items: start !important;
}
.luxury-footer .footer-brand-block,
.luxury-footer .footer-section,
.luxury-footer .footer-payments-section {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.luxury-footer .footer-brand-block {
  grid-area: auto !important;
  max-width: 320px !important;
}
.luxury-footer #footerInfoSection,
.luxury-footer #footerHelpSection,
.luxury-footer #footerSocialSection,
.luxury-footer #footerPaymentsSection {
  grid-area: auto !important;
}
.luxury-footer .footer-logo {
  display: block !important;
  width: var(--footer-logo-size, 300px) !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 0 15px !important;
  object-fit: contain !important;
  object-position: left center !important;
  mix-blend-mode: screen;
}
.luxury-footer .footer-brand-block > p {
  max-width: 290px !important;
  margin: 0 !important;
  color: #aaa59e !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}
.luxury-footer .footer-section h3 {
  margin: 0 0 15px !important;
  padding: 0 !important;
  color: #e2bb5c !important;
  font-family: "Playfair Display", serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.025em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}
.luxury-footer .footer-section h3::after {
  display: none !important;
}

.luxury-footer .footer-info-list {
  display: grid !important;
  gap: 10px !important;
}
.luxury-footer .footer-info-item {
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) !important;
  gap: 11px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 0 11px !important;
  border: 0 !important;
  border-bottom: 1px solid #26231e !important;
}
.luxury-footer .footer-info-item:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.luxury-footer .footer-info-icon {
  display: grid !important;
  place-items: center !important;
  width: 36px !important;
  height: 36px !important;
  border: 1px solid #a98030 !important;
  border-radius: 50% !important;
  color: #e2b950 !important;
}
.luxury-footer .footer-info-icon svg {
  width: 18px !important;
  height: 18px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.65 !important;
}
.luxury-footer .footer-info-item p {
  margin: 0 !important;
  color: #d2cdc5 !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  white-space: pre-line !important;
}

.luxury-footer .footer-link-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}
.luxury-footer .footer-link-list button {
  width: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 !important;
  padding: 8px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #26231e !important;
  border-radius: 0 !important;
  background: none !important;
  color: #d1ccc4 !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
  text-align: left !important;
  transition:
    color 0.2s ease,
    transform 0.2s ease !important;
}
.luxury-footer .footer-link-list button:first-child {
  padding-top: 0 !important;
}
.luxury-footer .footer-link-list button:last-child {
  border-bottom: 0 !important;
}
.luxury-footer .footer-link-list button + button {
  padding-top: 8px !important;
}
.luxury-footer .footer-link-list button:hover {
  color: #efc96d !important;
  transform: translateX(2px) !important;
}
.luxury-footer .footer-link-arrow {
  display: inline-block !important;
  order: -1 !important;
  flex: 0 0 13px !important;
  width: 13px !important;
  color: #e3b74f !important;
  font-size: 0 !important;
  line-height: 1 !important;
}
.luxury-footer .footer-link-arrow::before {
  content: "›";
  font-size: 18px;
  font-weight: 700;
}

.luxury-footer .footer-social-links {
  display: grid !important;
  gap: 10px !important;
}
.luxury-footer .footer-social-link {
  width: auto !important;
  min-height: 36px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  color: #d1ccc4 !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  transition: color 0.2s ease !important;
}
.luxury-footer .footer-social-link:hover {
  color: #efc96d !important;
}
.luxury-footer .footer-social-link svg {
  display: block !important;
  box-sizing: border-box !important;
  flex: 0 0 36px !important;
  width: 36px !important;
  height: 36px !important;
  padding: 9px !important;
  border: 1px solid #a98030 !important;
  border-radius: 50% !important;
  color: #e2b950 !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.65 !important;
}

.luxury-footer .payment-badges {
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-content: stretch !important;
  align-items: stretch !important;
  gap: 0 !important;
}
.luxury-footer .payment-badge {
  width: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 !important;
  padding: 8px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #26231e !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: #d1ccc4 !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  transition:
    color 0.2s ease,
    transform 0.2s ease !important;
}
.luxury-footer .payment-badge:first-child {
  padding-top: 0 !important;
}
.luxury-footer .payment-badge:last-child {
  border-bottom: 0 !important;
}
.luxury-footer .payment-badge + .payment-badge {
  padding-top: 8px !important;
}
.luxury-footer .payment-badge:hover {
  color: #efc96d !important;
  transform: translateX(2px) !important;
  background: none !important;
}
.luxury-footer .payment-badge::before {
  content: "›" !important;
  display: inline-block !important;
  flex: 0 0 13px !important;
  width: 13px !important;
  color: #e3b74f !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
.luxury-footer .payment-badge svg,
.luxury-footer .payment-badge .payment-zelle {
  display: none !important;
}

.luxury-footer .footer-divider {
  width: min(calc(100% - 72px), 1500px) !important;
  max-width: 1500px !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  color: #d9aa3f !important;
  background: none !important;
}
.luxury-footer .footer-divider::before,
.luxury-footer .footer-divider::after {
  content: "" !important;
  display: block !important;
  flex: 1 !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    transparent,
    #8f6823 16%,
    #c39535 84%,
    transparent
  ) !important;
}
.luxury-footer .footer-divider span {
  display: block !important;
  padding: 0 10px !important;
  color: #d8a942 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  transform: scaleX(0.72) !important;
}
.luxury-footer .footer-copyright {
  margin: 0 !important;
  padding: 16px 18px 20px !important;
  border: 0 !important;
  color: #85817b !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  text-align: center !important;
  white-space: normal !important;
}

@media (max-width: 1200px) {
  .luxury-footer .luxury-footer-main {
    width: min(calc(100% - 48px), 920px) !important;
    max-width: 920px !important;
    padding: 36px 0 27px !important;
    grid-template-columns: minmax(220px, 1.15fr) repeat(2, minmax(190px, 1fr)) !important;
    grid-template-areas: none !important;
    gap: 28px 36px !important;
  }
  .luxury-footer .footer-brand-block {
    max-width: 260px !important;
    grid-row: span 2 !important;
  }
  .luxury-footer .footer-logo {
    width: min(var(--footer-logo-size, 300px), 250px) !important;
  }
  .luxury-footer .footer-divider {
    width: min(calc(100% - 48px), 920px) !important;
    max-width: 920px !important;
  }
}

@media (max-width: 760px) {
  .luxury-footer .luxury-footer-main {
    width: calc(100% - 32px) !important;
    padding: 30px 0 24px !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-areas: none !important;
    gap: 24px 18px !important;
  }
  .luxury-footer .footer-brand-block {
    max-width: none !important;
    grid-column: 1/-1 !important;
    grid-row: auto !important;
    text-align: center !important;
  }
  .luxury-footer .footer-logo {
    width: min(var(--footer-logo-size, 300px), 245px) !important;
    max-width: 82% !important;
    margin: 0 auto 12px !important;
    object-position: center !important;
  }
  .luxury-footer .footer-brand-block > p {
    max-width: 350px !important;
    margin: 0 auto !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }
  .luxury-footer .footer-section h3 {
    margin-bottom: 11px !important;
    font-size: 13px !important;
    white-space: normal !important;
  }
  .luxury-footer .footer-info-item {
    grid-template-columns: 30px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding-bottom: 9px !important;
  }
  .luxury-footer .footer-info-icon,
  .luxury-footer .footer-social-link svg {
    width: 30px !important;
    height: 30px !important;
  }
  .luxury-footer .footer-info-icon svg {
    width: 15px !important;
    height: 15px !important;
  }
  .luxury-footer .footer-social-link svg {
    flex-basis: 30px !important;
    padding: 7px !important;
  }
  .luxury-footer .footer-info-item p,
  .luxury-footer .footer-link-list button,
  .luxury-footer .footer-social-link,
  .luxury-footer .payment-badge {
    font-size: 11.5px !important;
  }
  .luxury-footer .footer-link-list button,
  .luxury-footer .payment-badge {
    padding: 7px 0 !important;
  }
  .luxury-footer .footer-link-list button + button,
  .luxury-footer .payment-badge + .payment-badge {
    padding-top: 7px !important;
  }
  .luxury-footer .footer-divider {
    width: calc(100% - 32px) !important;
  }
  .luxury-footer .footer-copyright {
    padding: 13px 16px 17px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 390px) {
  .luxury-footer .luxury-footer-main {
    gap: 22px 14px !important;
  }
  .luxury-footer .footer-section h3 {
    font-size: 12.5px !important;
  }
  .luxury-footer .footer-info-item p,
  .luxury-footer .footer-link-list button,
  .luxury-footer .footer-social-link,
  .luxury-footer .payment-badge {
    font-size: 11px !important;
  }
}

/* ===== KAMARÚ STORE CMS v2.4.1: editor completo del pie de página ===== */
.luxury-footer[data-density="comfortable"] .luxury-footer-main {
  padding-top: 46px !important;
  padding-bottom: 36px !important;
}

.footer-admin-grid .admin-config-card {
  overflow: hidden;
}
.admin-card-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 15px;
}
.admin-card-title h3 {
  margin: 0 !important;
}
.admin-card-title p {
  margin: 5px 0 0;
  color: #777066;
  font-size: 12px;
  line-height: 1.55;
}
.admin-card-title > .toggle-row,
.admin-card-title > div + .toggle-row {
  flex: 0 0 auto;
  margin: 1px 0 0;
  padding: 8px 11px;
  border: 1px solid #ded7ca;
  border-radius: 999px;
  background: #faf8f3;
  white-space: nowrap;
}

.footer-brand-admin-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.65fr);
  gap: 22px;
  align-items: stretch;
}
.footer-logo-preview-panel {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 28px;
  border: 1px solid #29251f;
  border-radius: 16px;
  background: radial-gradient(circle at 50% 0, #1d1a15, #080808 62%);
  color: #d6b254;
  text-align: center;
}
.footer-logo-preview-panel > span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #9f8a58;
}
.footer-logo-preview-panel img {
  display: block;
  max-width: 100%;
  max-height: 112px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen;
  transition: width 0.2s ease;
}
.footer-logo-preview-panel small {
  color: #948b7c;
  font-size: 11px;
}
.footer-brand-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}
.footer-brand-controls > .wide,
.footer-brand-controls > .footer-logo-actions {
  grid-column: 1/-1;
}
.footer-brand-controls .field {
  margin: 0 !important;
}
.footer-logo-actions {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.footer-logo-actions .file-label {
  flex: 1;
  margin: 0;
  padding: 11px 14px;
  background: #faf8f3;
}
.footer-logo-actions .small-btn {
  flex: 0 0 auto;
}

.footer-help-editor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 15px;
}
.footer-help-editor {
  min-width: 0;
  padding: 16px;
  border: 1px solid #e4ded3;
  border-radius: 14px;
  background: #faf9f6;
}
.footer-help-editor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
}
.footer-help-editor-head > strong {
  font-family: "Playfair Display", serif;
  font-size: 16px;
}
.compact-toggle {
  margin: 0 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}
.footer-help-editor .field {
  margin-bottom: 11px !important;
}
.footer-help-editor .field:last-child {
  margin-bottom: 0 !important;
}
.footer-help-editor textarea {
  min-height: 92px !important;
  resize: vertical;
}

.footer-method-editor {
  display: grid;
  gap: 9px;
  margin: 14px 0 12px;
}
.footer-method-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 9px;
  border: 1px solid #e0d9cd;
  border-radius: 13px;
  background: #faf9f6;
}
.footer-method-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #b78a30;
  border-radius: 50%;
  background: #101010;
  color: #d9ac4a;
}
.footer-method-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-method-icon .payment-zelle {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}
.footer-method-row > input {
  width: 100%;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid #dcd4c7;
  border-radius: 10px;
  background: #fff;
}
.footer-method-actions {
  display: flex;
  gap: 5px;
}
.footer-method-actions button {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #d9d1c5;
  border-radius: 9px;
  background: #fff;
  color: #554d42;
  font-weight: 700;
}
.footer-method-actions button:hover:not(:disabled) {
  border-color: #b88b2d;
  background: #fff8e7;
  color: #8a6112;
}
.footer-method-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}
.footer-method-actions .danger:hover {
  border-color: #d7a9a9;
  background: #fff3f3;
}
.footer-method-empty {
  margin: 0;
  padding: 18px;
  border: 1px dashed #cfc6b8;
  border-radius: 12px;
  color: #7b7469;
  font-size: 12px;
  text-align: center;
}
.footer-add-method {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #7c5814 !important;
  border-color: #c9ad70 !important;
  background: #fffaf0 !important;
}
.footer-save-actions {
  align-items: center;
  padding-top: 4px;
}
.footer-save-actions .primary {
  min-height: 44px;
  padding-inline: 18px;
}
.footer-save-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .luxury-footer[data-density="comfortable"] .luxury-footer-main {
    padding-top: 42px !important;
    padding-bottom: 33px !important;
  }
  .footer-brand-admin-layout {
    grid-template-columns: 1fr;
  }
  .footer-logo-preview-panel {
    min-height: 210px;
  }
}
@media (max-width: 760px) {
  .luxury-footer[data-density="comfortable"] .luxury-footer-main {
    padding-top: 36px !important;
    padding-bottom: 30px !important;
  }
  .admin-card-title {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .admin-card-title > .toggle-row,
  .admin-card-title > div + .toggle-row {
    align-self: flex-start;
  }
  .footer-brand-controls,
  .footer-help-editor-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand-controls > .wide,
  .footer-brand-controls > .footer-logo-actions {
    grid-column: auto;
  }
  .footer-logo-actions {
    flex-direction: column;
  }
  .footer-method-row {
    grid-template-columns: 34px minmax(0, 1fr);
  }
  .footer-method-icon {
    width: 34px;
    height: 34px;
  }
  .footer-method-actions {
    grid-column: 1/-1;
    justify-content: flex-end;
  }
  .footer-save-actions > * {
    width: 100%;
  }
}

/* v2.4.2 — círculos uniformes en el pie móvil */
@media (max-width: 760px) {
  .luxury-footer .footer-info-item {
    grid-template-columns: 30px minmax(0, 1fr) !important;
  }
  .luxury-footer .footer-info-icon,
  .luxury-footer .footer-social-link svg {
    box-sizing: border-box !important;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    border-width: 1px !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
  }
  .luxury-footer .footer-social-link svg {
    flex: 0 0 30px !important;
    padding: 7px !important;
  }
}

/* v2.5 — filtros jerárquicos, orden y cabecera móvil legible */
@media (max-width: 760px) {
  .filter-row {
    width: 100%;
    overflow: visible;
  }
  .filter-level {
    width: 100%;
    min-width: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .filter-level-label {
    min-width: 0;
  }
  .filter-level-options {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: thin;
  }
  .catalog-controls,
  .sort-control {
    width: 100%;
  }
  .sort-trigger {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 360px) {
  .site-header {
    padding-inline: 8px;
    gap: 5px;
  }
  .brand img {
    width: min(100px, 30vw);
    height: 40px;
  }
  .header-actions {
    gap: 4px;
  }
  .wholesale-header-btn {
    min-width: 84px !important;
    padding-inline: 7px !important;
    gap: 5px;
    font-size: 10px !important;
  }
  .wholesale-header-icon {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }
  .icon-btn,
  .cart-btn {
    min-height: 38px;
    height: 38px;
  }
  .icon-btn {
    width: 38px;
    flex-basis: 38px;
  }
  .cart-btn {
    padding-inline: 8px;
  }
}

/* Kamarú: tema definitivo */
body { background: #f8f3f2; color: #402e33; }
.announcement { background: linear-gradient(90deg, #7c555e, #97636f, #7c555e) !important; color: #fff !important; }
.site-header { background: #fffaf8 !important; border-bottom-color: #e6d7da !important; box-shadow: 0 8px 28px rgba(124,85,94,.08); }
.icon-btn, .cart-btn, .wholesale-header-btn { border-color: #d9c1c6 !important; color: #7c555e !important; }
.category-nav, .site-footer { background: #7c555e !important; }
.gold-btn, .add-btn { background: #7c555e !important; border-color: #7c555e !important; color: #fff !important; box-shadow: 0 8px 26px rgba(124, 85, 94, .22) !important; }
.gold-btn:hover, .add-btn:hover { background: #97636f !important; box-shadow: 0 10px 30px rgba(124, 85, 94, .30) !important; }
.product-card { border-color: #e6d7da !important; box-shadow: 0 14px 34px rgba(124,85,94,.08) !important; }
.product-image-wrap, .product-detail-media { background: #f3eaeb !important; }
.eyebrow, .product-category, .product-detail-price { color: #97636f; }
.badge { background: #e6d7da !important; color: #7c555e !important; }
.footer-divider span, .footer-section h3 { color: #e6d7da !important; }

/* Kamarú Store: ajustes finales de identidad */
.brand img {
  width: min(260px, 44vw);
  height: 64px;
  object-fit: contain;
}
.category-nav {
  border-bottom: 0 !important;
  box-shadow: none !important;
}
.badge {
  background: #e6d7da !important;
  color: #7c555e !important;
}
.sort-trigger {
  border-color: #e6d7da !important;
}
.sort-trigger-icon {
  background: #e6d7da !important;
  color: #7c555e !important;
}
.sort-menu {
  border-color: #e6d7da !important;
}
.sort-menu button:hover,
.sort-menu button.active {
  background: #e6d7da !important;
  color: #7c555e !important;
}
.route-breadcrumb a {
  color: #7c555e !important;
}
.route-breadcrumb span {
  color: #e6d7da !important;
}
.product-gallery-arrow,
.product-gallery-counter {
  border-color: #e6d7da !important;
  color: #e6d7da !important;
}
.product-gallery-thumbnails button.active {
  border-color: #e6d7da !important;
  box-shadow: 0 5px 16px rgba(124, 85, 94, 0.18) !important;
}
.product-gallery-progress {
  background: #f2e7e8 !important;
}
.product-gallery-progress span {
  background: #e6d7da !important;
  box-shadow: 0 0 8px rgba(124, 85, 94, 0.2) !important;
}
.luxury-footer {
  border-top-color: #e6d7da !important;
}
.luxury-footer .footer-section h3,
.luxury-footer .footer-info-icon,
.luxury-footer .footer-social-link svg,
.luxury-footer .footer-link-arrow,
.luxury-footer .payment-badge::before {
  color: #e6d7da !important;
}
.luxury-footer .footer-info-icon,
.luxury-footer .footer-social-link svg {
  border-color: #e6d7da !important;
}
.luxury-footer .footer-info-item,
.luxury-footer .footer-link-list button,
.luxury-footer .payment-badge {
  border-bottom-color: #e6d7da !important;
}
.luxury-footer .footer-link-list button:hover,
.luxury-footer .footer-social-link:hover,
.luxury-footer .payment-badge:hover {
  color: #e6d7da !important;
}
.luxury-footer .footer-social-link:hover,
.luxury-footer .footer-social-link:focus-visible {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}
.luxury-footer .footer-social-link:hover svg,
.luxury-footer .footer-social-link:focus-visible svg {
  border-color: #e6d7da !important;
  background: transparent !important;
}
.luxury-footer .footer-link-list button:hover,
.luxury-footer .payment-badge:hover {
  border-bottom-color: #e6d7da !important;
  background: transparent !important;
  box-shadow: none !important;
}
.luxury-footer .footer-divider::before,
.luxury-footer .footer-divider::after {
  background: #e6d7da !important;
}
@media (max-width: 760px) {
  .brand img {
    width: min(180px, 38vw);
    height: 52px;
  }
}
@media (max-width: 360px) {
  .brand img {
    width: min(110px, 31vw);
    height: 40px;
  }
}
