/* Rice, lacquer and warm brass: quiet accents for the Lotus layouts. */
body[class*="pixels-lotus-"] {
  --pink: #cc715b;
  --lotus-rice: #e4c58d;
  --lotus-lacquer: #a54636;
}
body[class*="pixels-lotus-"] .sidebar {
  border-color: #d6b77c30;
  /* background-image: linear-gradient(140deg, #17221ff0, #101823d9); */
}
/* Split the available space equally above and below the navigation. */
body[class*="pixels-lotus-"] .sidebar > nav {
  margin-top: auto;
  margin-bottom: auto;
  padding-block: 24px;
  flex-shrink: 0;
}
body[class*="pixels-lotus-"] .sidebar > .sidebar-bottom {
  margin-top: 0;
  padding-top: 0;
}
body[class*="pixels-lotus-"] .eyebrow { color: var(--lotus-rice); }
body[class*="pixels-lotus-"] h1 em { color: var(--lotus-rice); }
body[class*="pixels-lotus-"] .product-button {
  background: linear-gradient(120deg, #b65140, #933d31);
  border: 1px solid #de997468;
  box-shadow: 0 5px 20px #29100c30;
}
body[class*="pixels-lotus-"] .product-button:hover { background: #bd5a46; }
.lotus-heritage-note { display: flex; align-items: center; gap: 17px; margin: 0 0 30px; }
.lotus-heritage-seal {
  display: grid; place-content: center; flex: 0 0 58px; width: 58px; height: 62px;
  border: 1px solid #cf8067; outline: 1px solid #cf806755; outline-offset: -5px;
  border-radius: 3px; color: #f0b59b; background: #9b443222;
  font: 13px/1.4 Georgia, serif; text-align: center; transform: rotate(-5deg);
}
.lotus-heritage-note p { margin: 0; color: #eee0c9; font: italic 18px/1.5 Georgia, serif; }
.lotus-heritage-note small { display: block; margin-top: 4px; color: #c3beb4; font: 9px/1.6 Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase; }
.pixels-lotus-home .lotus-heritage-note::after {
  content: ""; flex: 0 0 42px; width: 42px; height: 66px;
  background: url('../images/lotus-rice.svg') center/contain no-repeat; opacity: .65; pointer-events: none;
}
.pixels-lotus-home .description { max-width: 480px; }
/* body[class*="pixels-lotus-"] .journal-footer { border-color: #d6b77c30; background: linear-gradient(120deg, #202a25eb, #101b23f5); } */
body[class*="pixels-lotus-"] .journal-footer::before { background: linear-gradient(90deg, transparent, #d6b77c90, transparent); filter: none; }
.pixels-lotus-catalog .catalog-categories a[aria-current=page],
.pixels-lotus-catalog .woocommerce-pagination .current { background: #a54636; border-color: #c97b60; }
.pixels-lotus-catalog .lotus-card-button-outline { background: linear-gradient(120deg, #b65140, #933d31); border-color: #c97b60; }
.pixels-lotus-catalog .lotus-card-button-outline:hover { background: #bd5a46; border-color: #e4c58d; }
.pixels-lotus-catalog .lotus-product-info::before { background: linear-gradient(90deg, #bb6950, #d6b77c99, transparent); }
@media (max-width: 600px) {
  .lotus-heritage-note { gap: 13px; margin-bottom: 24px; }
  .lotus-heritage-seal { flex-basis: 48px; width: 48px; height: 53px; font-size: 11px; }
  .lotus-heritage-note p { font-size: 16px; }
  .lotus-heritage-note small { font-size: 8px; letter-spacing: 1.4px; }
  .pixels-lotus-home .lotus-heritage-note::after { display: none; }
}
@media (max-height: 760px) and (min-width: 1025px) {
  .lotus-heritage-note { margin-bottom: 22px; }
}
