:root {
  --ink: #1f2529;
  --muted: #697178;
  --line: #dfe3e6;
  --surface: #ffffff;
  --surface-alt: #f5f7f8;
  --accent: #b94d35;
  --accent-dark: #873624;
  --green: #247052;
  --green-soft: #e6f3ed;
  --amber: #94621b;
  --amber-soft: #fff3d7;
  --red: #a33b3b;
  --red-soft: #fbeaea;
  --blue: #2e618d;
  --blue-soft: #e8f1f8;
  --shadow: 0 8px 24px rgba(31, 37, 41, 0.08);
}

/* Catálogo editorial de fragrâncias. */
.catalog-page {
  width: min(1280px, calc(100% - 128px));
  min-height: 70vh;
  margin-inline: auto;
  padding: 54px 0 96px;
}

.catalog-page__header {
  margin-bottom: 46px;
}

.catalog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: #7f7663;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.catalog-breadcrumb a:hover,
.catalog-breadcrumb span:last-child {
  color: #735c00;
}

.catalog-page__title-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.catalog-page__title-row h1 {
  margin-bottom: 9px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.catalog-page__title-row p {
  max-width: 630px;
  margin: 0;
  color: #695d45;
  font-size: 14px;
  line-height: 1.7;
}

.catalog-order {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
}

.catalog-order label {
  color: #695d45;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.catalog-order select,
.catalog-filters select {
  min-height: 40px;
  padding: 8px 34px 8px 11px;
  border: 1px solid #d0c5af;
  border-radius: 0;
  outline: none;
  color: #1c1b1b;
  background: #fcf9f8;
  font-size: 13px;
}

.catalog-order select:focus,
.catalog-filters select:focus {
  border-color: #735c00;
}

.catalog-order button {
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid #735c00;
  color: #735c00;
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.catalog-order button:hover {
  color: #ffffff;
  background: #735c00;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.catalog-filters {
  display: grid;
  gap: 30px;
}

.catalog-filter-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.catalog-filter-group h2,
.catalog-filter-group legend,
.catalog-filter-group__title {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  color: rgba(28, 27, 27, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.catalog-filter-group select {
  width: 100%;
  background-color: #ffffff;
}

.catalog-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 11px;
  color: #4d4635;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.4;
}

.catalog-check:first-of-type {
  margin-top: 0;
}

.catalog-check input {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 1px 0 0;
  border-radius: 0;
  accent-color: #735c00;
}

.catalog-check:hover span {
  color: #735c00;
}

.catalog-filter-group input[type="range"] {
  width: 100%;
  height: 3px;
  margin: 4px 0 0;
  accent-color: #735c00;
  cursor: pointer;
}

.catalog-price-scale {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  color: #7f7663;
  font-size: 11px;
}

.catalog-price-scale strong {
  color: #735c00;
  font-weight: 600;
}

.catalog-filter-actions {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 2px;
}

.catalog-filter-actions input[type="submit"] {
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid #735c00;
  color: #ffffff;
  background: #735c00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.catalog-filter-actions input[type="submit"]:hover {
  background: #554300;
}

.catalog-filter-actions a {
  padding-bottom: 2px;
  border-bottom: 1px solid #d4af37;
  color: #695d45;
  font-size: 11px;
}

.catalog-collection-card {
  position: relative;
  overflow: hidden;
  padding: 25px 22px 28px;
  background: #f1e1c2;
}

.catalog-collection-card::after {
  position: absolute;
  right: -20px;
  bottom: -55px;
  color: rgba(115, 92, 0, 0.08);
  content: "LI";
  font-family: "Playfair Display", Georgia, serif;
  font-size: 112px;
  font-style: italic;
}

.catalog-collection-card > * {
  position: relative;
  z-index: 1;
}

.catalog-collection-card span {
  display: block;
  margin-bottom: 9px;
  color: #735c00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-collection-card h2 {
  margin-bottom: 18px;
  color: #50462f;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.catalog-collection-card a {
  padding-bottom: 3px;
  border-bottom: 1px solid #50462f;
  color: #50462f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.catalog-results {
  min-width: 0;
}

.catalog-results__summary {
  display: flex;
  min-height: 30px;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 14px;
  color: #7f7663;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.catalog-results__summary small {
  overflow: hidden;
  max-width: 420px;
  font-size: 11px;
  font-weight: 400;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

.catalog-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 24px;
}

.catalog-product-card {
  min-width: 0;
}

.catalog-product-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin-bottom: 21px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(28, 27, 27, 0.04);
}

.catalog-product-card__media > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.catalog-product-card__image {
  width: 78%;
  height: 78%;
  object-fit: contain;
  transition: transform 650ms ease;
}

.catalog-product-card:hover .catalog-product-card__image {
  transform: scale(1.07);
}

.catalog-product-card__badges {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  display: grid;
  justify-items: start;
  gap: 6px;
  pointer-events: none;
}

.catalog-product-card__badges span {
  padding: 5px 9px;
  color: #ffffff;
  background: #735c00;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.catalog-product-card__badges .catalog-product-card__badge--offer {
  background: #695d45;
}

.catalog-quick-add {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 48px;
  transform: translateY(100%);
  transition: transform 350ms ease;
}

.catalog-product-card:hover .catalog-quick-add,
.catalog-quick-add:focus-within {
  transform: translateY(0);
}

.catalog-quick-add input[type="submit"],
.catalog-quick-add--disabled {
  width: 100%;
  min-height: 48px;
  border: 0;
  color: #ffffff;
  background: rgba(115, 92, 0, 0.94);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.catalog-quick-add input[type="submit"]:hover {
  background: #554300;
}

.catalog-quick-add--disabled {
  display: grid;
  place-items: center;
  background: rgba(105, 93, 69, 0.92);
}

.catalog-product-card__body {
  padding: 0 10px;
  text-align: center;
}

.catalog-product-card__body p {
  margin-bottom: 5px;
  color: #7f7663;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.catalog-product-card__body h2 {
  margin-bottom: 5px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.catalog-product-card__body h2 a:hover {
  color: #735c00;
}

.catalog-product-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
  margin-bottom: 4px;
}

.catalog-product-card__price strong {
  color: #735c00;
  font-size: 16px;
}

.catalog-product-card__price del {
  color: #7f7663;
  font-size: 11px;
}

.catalog-product-card__body > span {
  color: #695d45;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 13px;
  font-style: italic;
}

.catalog-empty {
  padding: 80px 24px;
  border: 1px solid #d0c5af;
  text-align: center;
  background: #ffffff;
}

.catalog-empty > span {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto 20px;
  place-items: center;
  color: #ffffff;
  background: #735c00;
  font-family: "Playfair Display", Georgia, serif;
}

.catalog-empty h2 {
  margin-bottom: 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
}

.catalog-empty p {
  margin-bottom: 21px;
  color: #695d45;
  font-size: 13px;
}

.catalog-empty a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 17px;
  color: #ffffff;
  background: #735c00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  .catalog-page {
    width: min(100% - 64px, 1280px);
  }

  .catalog-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 28px;
  }

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

@media (max-width: 760px) {
  .catalog-page {
    width: min(100% - 32px, 1280px);
    padding: 38px 0 68px;
  }

  .catalog-page__title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-page__title-row h1 {
    font-size: 31px;
  }

  .catalog-order {
    width: 100%;
    flex-wrap: wrap;
  }

  .catalog-order select {
    flex: 1 1 auto;
  }

  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .catalog-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding: 22px;
    border: 1px solid #d0c5af;
    background: #ffffff;
  }

  .catalog-filter-actions,
  .catalog-collection-card {
    align-self: end;
  }
}

@media (max-width: 520px) {
  .catalog-page__header {
    margin-bottom: 32px;
  }

  .catalog-order label {
    width: 100%;
  }

  .catalog-filters,
  .catalog-product-grid {
    grid-template-columns: 1fr;
  }

  .catalog-product-grid {
    row-gap: 42px;
  }

  .catalog-product-card__body h2 {
    font-size: 19px;
  }

  .catalog-quick-add {
    transform: translateY(0);
  }
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  color: var(--ink);
  background: var(--surface-alt);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}

body {
  margin: 0;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
input[type="submit"] {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.site-body {
  background: var(--surface-alt);
}

.site-main {
  min-height: calc(100vh - 260px);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
}

.site-header__main {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.admin-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.brand strong,
.admin-brand strong {
  display: block;
  font-size: 17px;
}

.brand small,
.admin-brand small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.brand__mark {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 4px;
  color: var(--surface);
  background: var(--ink);
  font-weight: 750;
}

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

.site-actions__link {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.site-actions__link:hover,
.category-nav a:hover {
  color: var(--accent);
}

.cart-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.cart-link__count {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: var(--surface);
  background: var(--accent);
  font-size: 12px;
}

.category-nav {
  overflow-x: auto;
  border-top: 1px solid var(--line);
}

.category-nav__inner {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
}

.category-nav a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.site-footer {
  margin-top: 64px;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.site-footer__inner {
  display: flex;
  min-height: 132px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.site-footer__link {
  color: var(--muted);
  font-size: 13px;
}

.flash-region {
  position: fixed;
  z-index: 50;
  top: 84px;
  right: 20px;
  width: min(380px, calc(100% - 40px));
}

.admin-content > .flash-region {
  top: 76px;
}

.flash {
  margin-bottom: 8px;
  padding: 13px 16px;
  border: 1px solid;
  border-radius: 4px;
  box-shadow: var(--shadow);
  background: var(--surface);
  font-size: 14px;
}

.flash--notice {
  border-color: #96c7ae;
  color: var(--green);
}

.flash--alert {
  border-color: #e7aaaa;
  color: var(--red);
}

.page-section {
  padding: 40px 0;
}

.page-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.page-heading h1 {
  margin-bottom: 6px;
  font-size: 30px;
}

.page-heading p {
  margin-bottom: 0;
  color: var(--muted);
}

.catalog-toolbar,
.admin-toolbar {
  display: flex;
  align-items: end;
  gap: 12px;
  margin-bottom: 24px;
}

.admin-toolbar {
  flex-wrap: wrap;
}

.catalog-toolbar {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
}

.catalog-toolbar__search {
  flex: 1 1 280px;
}

.admin-toolbar .field {
  flex: 1 1 160px;
}

.admin-toolbar__search {
  flex: 2 1 220px;
  max-width: 430px;
}

.admin-toolbar .button {
  flex: 0 0 auto;
}

.field {
  min-width: 0;
}

.field label,
.field-label {
  display: block;
  margin-bottom: 6px;
  color: #495158;
  font-size: 13px;
  font-weight: 700;
}

.field input:not([type="checkbox"]):not([type="radio"]),
.field select,
.field textarea,
.input {
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid #cbd1d5;
  border-radius: 4px;
  outline: none;
  color: var(--ink);
  background: var(--surface);
}

.field textarea {
  min-height: 110px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(46, 97, 141, 0.12);
}

.field small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.field--checkbox {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
}

.field--checkbox label {
  margin: 0;
}

.field--checkbox input {
  width: 18px;
  height: 18px;
}

.button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.button--primary {
  color: var(--surface);
  background: var(--ink);
}

.button--primary:hover {
  background: #000000;
}

.button--accent {
  color: var(--surface);
  background: var(--accent);
}

.button--accent:hover {
  background: var(--accent-dark);
}

.button--secondary {
  border-color: #cbd1d5;
  color: var(--ink);
  background: var(--surface);
}

.button--danger {
  border-color: #dfaaaa;
  color: var(--red);
  background: var(--surface);
}

.button--small {
  min-height: 34px;
  padding: 6px 11px;
  font-size: 13px;
}

.button[disabled],
.button.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

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

.product-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.product-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #eef1f2;
}

.product-card__image,
.product-detail__image,
.cart-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.produto-sem-imagem {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 8px;
  box-sizing: border-box;
  background: #f5efe2;
}

.produto-sem-imagem__logo {
  display: block;
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 7px;
  border-radius: 3px;
  color: var(--surface);
  background: var(--accent);
  font-size: 11px;
  font-weight: 750;
}

.product-card__body {
  padding: 15px;
}

.product-card__category {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
}

.product-card h2,
.product-card h3 {
  min-height: 42px;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
  font-size: 16px;
  line-height: 1.3;
}

.price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.price strong {
  color: var(--ink);
  font-size: 20px;
}

.price del {
  color: var(--muted);
  font-size: 13px;
}

.product-card__footer {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.product-card__footer .button {
  flex: 1 1 auto;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 48px;
  align-items: start;
}

.product-detail__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #eef1f2;
}

.product-detail__category {
  color: var(--accent);
  font-size: 13px;
  font-weight: 750;
}

.product-detail h1 {
  margin: 8px 0;
  font-size: 34px;
  overflow-wrap: anywhere;
}

.product-detail__brand {
  color: var(--muted);
}

.product-detail__price {
  margin: 24px 0;
}

.product-detail__description {
  color: #50585e;
  line-height: 1.65;
}

.product-detail__actions {
  display: flex;
  gap: 10px;
  margin: 24px 0;
}

.quantity-input {
  width: 82px !important;
  text-align: center;
}

.spec-list,
.detail-list {
  display: grid;
  margin: 24px 0 0;
}

.spec-list > div,
.detail-list > div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
}

.spec-list dt,
.detail-list dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.spec-list dd,
.detail-list dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.empty-state {
  padding: 56px 24px;
  border: 1px dashed #bfc6ca;
  border-radius: 6px;
  text-align: center;
  background: var(--surface);
}

.empty-state h2 {
  margin-bottom: 8px;
  font-size: 21px;
}

.empty-state p {
  max-width: 520px;
  margin: 0 auto 20px;
  color: var(--muted);
}

.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.cart-list,
.checkout-form,
.summary-panel,
.content-panel {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
}

.cart-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.cart-item:last-child {
  border-bottom: 0;
}

.cart-item__media {
  width: 92px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
}

.cart-item h2 {
  margin-bottom: 5px;
  font-size: 16px;
}

.cart-item p {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
}

.cart-item__controls {
  display: flex;
  align-items: end;
  gap: 8px;
}

.cart-item__total {
  min-width: 110px;
  text-align: right;
}

.summary-panel {
  position: sticky;
  top: 140px;
  padding: 20px;
}

.summary-panel h2 {
  margin-bottom: 18px;
  font-size: 18px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  color: var(--muted);
  font-size: 14px;
}

.summary-row--total {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 17px;
  font-weight: 750;
}

.summary-panel .button {
  width: 100%;
  margin-top: 16px;
}

.coupon-form {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.coupon-form__fields {
  display: flex;
  gap: 8px;
}

.checkout-form {
  padding: 24px;
}

.form-section + .form-section {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.form-section h2 {
  margin-bottom: 18px;
  font-size: 18px;
}

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

.form-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.field--full {
  grid-column: 1 / -1;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.checkout-page {
  min-height: 70vh;
  padding: 48px 0 86px;
  background: #f6f3f2;
}

.checkout-page__inner {
  width: min(1230px, calc(100% - 64px));
  margin-inline: auto;
}

.checkout-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  padding: 28px 32px;
  border: 1px solid rgba(208, 197, 175, 0.75);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(49, 48, 48, 0.05);
}

.checkout-hero span,
.checkout-summary__header > div > span,
.checkout-coupon label {
  display: block;
  color: #735c00;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.checkout-hero h1 {
  margin: 8px 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.02;
}

.checkout-hero p {
  margin: 0;
  color: #695d45;
  font-size: 15px;
}

.checkout-hero__close {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 50%;
  color: #735c00;
  background: #f1e1c2;
}

.checkout-hero__close:hover {
  color: #ffffff;
  background: #735c00;
}

.checkout-premium-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 32px;
  align-items: start;
}

.checkout-premium-form {
  display: grid;
  gap: 24px;
}

.checkout-card,
.checkout-summary {
  border: 1px solid rgba(208, 197, 175, 0.75);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(49, 48, 48, 0.04);
}

.checkout-card {
  padding: 32px 36px;
}

.checkout-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.checkout-card__header .material-symbols-outlined {
  color: #735c00;
  font-size: 25px;
}

.checkout-card__header h2,
.checkout-summary__header h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.2;
}

.checkout-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
}

.checkout-field-grid--address {
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.45fr);
}

.checkout-field-grid--address[hidden],
.checkout-field-grid--address.is-hidden {
  display: none !important;
}

.checkout-field--wide {
  grid-column: 1 / -1;
}

.checkout-field--grow {
  min-width: 0;
}

.checkout-field label {
  display: block;
  margin-bottom: 7px;
  color: #4d4635;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-field__status {
  display: block;
  min-height: 16px;
  margin-top: 6px;
  color: #735c00;
  font-size: 11px;
  font-weight: 700;
}

.checkout-field input,
.checkout-field textarea,
.checkout-coupon input[type="text"] {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  box-sizing: border-box;
  padding: 11px 13px;
  border: 1px solid #d0c5af;
  border-radius: 8px;
  outline: 0;
  color: #1c1b1b;
  background: #fcf9f8;
  font: inherit;
}

.checkout-field textarea {
  min-height: 110px;
  resize: vertical;
}

.checkout-field input::placeholder,
.checkout-field textarea::placeholder,
.checkout-coupon input[type="text"]::placeholder {
  color: #958a72;
}

.checkout-field input:focus,
.checkout-field textarea:focus,
.checkout-coupon input[type="text"]:focus {
  border-color: #735c00;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.12);
}

.checkout-delivery-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.checkout-choice {
  display: grid;
  min-height: 98px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid #d0c5af;
  border-radius: 8px;
  color: #4d4635;
  background: #fcf9f8;
  cursor: pointer;
}

.checkout-choice:has(input:checked) {
  border-color: #735c00;
  background: #f1e1c2;
  box-shadow: inset 0 0 0 1px #735c00;
}

.checkout-choice input {
  accent-color: #735c00;
}

.checkout-choice strong,
.checkout-choice small {
  display: block;
}

.checkout-choice strong {
  margin-bottom: 5px;
  color: #1c1b1b;
  font-size: 15px;
}

.checkout-choice small {
  color: #695d45;
  font-size: 12px;
}

.checkout-summary {
  position: sticky;
  top: 104px;
  padding: 26px 22px 24px;
}

.checkout-summary__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(208, 197, 175, 0.75);
}

.checkout-summary__header > .material-symbols-outlined {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 50%;
  color: #241a00;
  background: #d4af37;
}

.checkout-summary__items {
  display: grid;
  gap: 16px;
  padding: 22px 0;
}

.checkout-summary-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.checkout-summary-item__media {
  display: block;
  width: 54px;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  background: #e5e2e1;
}

.checkout-summary-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout-summary-item h3 {
  overflow: hidden;
  margin: 2px 0 4px;
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.checkout-summary-item p {
  margin: 0;
  color: #695d45;
  font-size: 12px;
}

.checkout-summary-item > strong {
  justify-self: end;
  color: #735c00;
  font-size: 13px;
  text-align: right;
  white-space: nowrap;
}

.checkout-coupon {
  display: grid;
  gap: 8px;
  padding: 22px 0;
  border-top: 1px solid rgba(208, 197, 175, 0.75);
  border-bottom: 1px solid rgba(208, 197, 175, 0.75);
}

.checkout-coupon > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  gap: 7px;
}

.checkout-coupon input[type="text"] {
  border-radius: 0;
  text-transform: uppercase;
}

.checkout-coupon input[type="submit"] {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: #735c00;
  font-size: 12px;
  font-weight: 800;
}

.checkout-coupon input[type="submit"]:hover {
  background: #554300;
}

.checkout-summary__totals {
  display: grid;
  gap: 7px;
  padding: 18px 0 22px;
}

.checkout-summary__totals > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  color: #4d4635;
  font-size: 15px;
}

.checkout-summary__totals > div:last-child {
  color: #1c1b1b;
  font-size: 13px;
  font-weight: 800;
}

.checkout-summary__totals strong {
  color: #735c00;
  white-space: nowrap;
}

.checkout-submit,
.checkout-continue {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.checkout-submit {
  border: 0;
  color: #ffffff;
  background: #735c00;
  cursor: pointer;
}

.checkout-submit:hover {
  background: #554300;
}

.checkout-submit .material-symbols-outlined {
  font-size: 20px;
}

.checkout-continue {
  margin-top: 12px;
  border: 1px solid #d0c5af;
  color: #735c00;
  background: transparent;
}

.checkout-continue:hover {
  color: #ffffff;
  border-color: #735c00;
  background: #735c00;
}

.checkout-summary > p {
  margin: 12px 0 0;
  color: #695d45;
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.form-errors {
  margin-bottom: 20px;
  padding: 14px 16px;
  border: 1px solid #e4a1a1;
  border-radius: 4px;
  color: var(--red);
  background: var(--red-soft);
  font-size: 14px;
}

.form-errors ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.admin-body {
  background: #f1f3f4;
}

.admin-shell {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  min-height: 100vh;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  flex-direction: column;
  padding: 20px 14px;
  border-right: 1px solid #343b40;
  color: #e7eaec;
  background: #20262a;
}

.admin-brand {
  padding: 0 8px 20px;
  border-bottom: 1px solid #3b4348;
}

.admin-brand small {
  color: #aeb5ba;
}

.admin-brand .brand__mark {
  border-color: #ffffff;
  color: var(--ink);
  background: #ffffff;
}

.admin-nav {
  display: grid;
  gap: 3px;
  margin-top: 18px;
}

.admin-nav a {
  display: flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 11px;
  border-radius: 4px;
  color: #c7cdd1;
  font-size: 14px;
  font-weight: 600;
}

.admin-nav a:hover,
.admin-nav a.active {
  color: #ffffff;
  background: #343c41;
}

.admin-nav a.active {
  box-shadow: inset 3px 0 0 var(--accent);
}

.admin-nav__label {
  margin: 18px 11px 7px;
  color: #838d93;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.admin-sidebar__store {
  margin-top: auto;
  padding: 12px;
  border: 1px solid #4a5358;
  border-radius: 4px;
  text-align: center;
  color: #d9dde0;
  font-size: 13px;
  font-weight: 700;
}

.admin-content {
  min-width: 0;
}

.admin-topbar {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
}

.admin-topbar div {
  display: grid;
  text-align: right;
}

.admin-topbar strong {
  font-size: 13px;
}

.admin-topbar span {
  color: var(--muted);
  font-size: 12px;
}

.admin-main {
  width: min(1420px, 100%);
  padding: 28px;
}

.admin-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.admin-page-header h1 {
  margin-bottom: 4px;
  font-size: 25px;
}

.admin-page-header p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.admin-page-header__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.stat-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
}

.stat-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.stat-card strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 25px;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.8fr);
  gap: 18px;
}

.admin-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
}

.admin-panel__header {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
}

.admin-panel__header h2 {
  margin: 0;
  font-size: 16px;
}

.admin-panel__body {
  padding: 18px;
}

.admin-toolbar {
  flex-wrap: wrap;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
}

.data-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.data-table th,
.data-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
}

.data-table th {
  color: #555e64;
  background: #f7f8f9;
  font-size: 11px;
  text-transform: uppercase;
}

.data-table tbody tr:last-child td {
  border-bottom: 0;
}

.data-table tbody tr:hover {
  background: #fafbfb;
}

.table-primary {
  display: block;
  max-width: 320px;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-secondary {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.table-actions {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  white-space: nowrap;
}

.admin-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
}

.admin-pagination__info {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.admin-pagination__info strong {
  color: var(--ink);
}

.admin-pagination__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.admin-pagination__link,
.admin-pagination__gap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.admin-pagination__link:hover {
  border-color: var(--gold);
  color: var(--gold-dark);
}

.admin-pagination__link.is-active {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}

.admin-pagination__link.is-disabled,
.admin-pagination__gap {
  color: var(--muted);
  pointer-events: none;
}

.table-actions form {
  margin: 0;
}

.text-right {
  text-align: right !important;
}

.status {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  color: #4e575d;
  background: #e8ebed;
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.status--confirmado,
.status--pago,
.status--ativo,
.status--entregue,
.status--receita {
  color: var(--green);
  background: var(--green-soft);
}

.status--aguardando_confirmacao,
.status--novo,
.status--pendente,
.status--em_separacao {
  color: var(--amber);
  background: var(--amber-soft);
}

.status--cancelado,
.status--inativo,
.status--despesa {
  color: var(--red);
  background: var(--red-soft);
}

.status--enviado,
.status--ajuste {
  color: var(--blue);
  background: var(--blue-soft);
}

.admin-form {
  max-width: 980px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
}

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

.detail-section {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
}

.detail-section--full {
  grid-column: 1 / -1;
}

.detail-section h2 {
  margin-bottom: 14px;
  font-size: 16px;
}

.detail-list {
  margin: 0;
}

.detail-list > div:first-child {
  border-top: 0;
}

.stock-list {
  display: grid;
}

.stock-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.stock-list__item:last-child {
  border-bottom: 0;
}

.order-items {
  display: grid;
}

.order-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.order-item:last-child {
  border-bottom: 0;
}

.order-item span {
  color: var(--muted);
}

.danger-zone {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

@media (max-width: 1080px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

@media (max-width: 820px) {
  .site-header {
    position: static;
  }

  .site-header__main,
  .page-heading,
  .site-footer__inner,
  .admin-page-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header__main {
    padding: 14px 0;
  }

  .site-actions {
    width: 100%;
    justify-content: space-between;
  }

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

  .product-detail,
  .cart-layout,
  .checkout-layout,
  .checkout-premium-layout,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .summary-panel,
  .checkout-summary {
    position: static;
  }

  .checkout-page {
    padding: 28px 0 54px;
  }

  .checkout-page__inner {
    width: min(100% - 32px, 1230px);
  }

  .checkout-hero {
    align-items: flex-start;
    padding: 22px;
  }

  .checkout-premium-layout,
  .checkout-premium-form {
    gap: 18px;
  }

  .checkout-card {
    padding: 24px 22px;
  }

  .checkout-field-grid,
  .checkout-field-grid--address,
  .checkout-delivery-options {
    grid-template-columns: 1fr;
  }

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    width: 100%;
    height: auto;
  }

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

  .admin-nav__label {
    grid-column: 1 / -1;
  }

  .admin-sidebar__store {
    margin-top: 18px;
  }

  .admin-main {
    padding: 20px 16px;
  }

  .admin-topbar {
    padding: 0 16px;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .admin-pagination {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-pagination__nav {
    justify-content: flex-start;
  }

  .checkout-page {
    padding-top: 20px;
  }

  .checkout-page__inner {
    width: min(100% - 24px, 1230px);
  }

  .checkout-hero {
    padding: 20px 18px;
  }

  .checkout-hero h1 {
    font-size: 36px;
  }

  .checkout-card,
  .checkout-summary {
    padding: 20px 16px;
  }

  .checkout-card__header h2,
  .checkout-summary__header h2 {
    font-size: 23px;
  }

  .checkout-choice {
    min-height: 86px;
    padding: 16px;
  }

  .checkout-summary-item {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .checkout-summary-item > strong {
    grid-column: 2;
    justify-self: start;
  }

  .checkout-coupon > div {
    grid-template-columns: 1fr;
  }

  .checkout-submit,
  .checkout-continue {
    min-height: 48px;
  }

  .site-actions__link {
    display: none;
  }

  .product-grid,
  .form-grid,
  .form-grid--3,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .product-card h2,
  .product-card h3 {
    min-height: auto;
  }

  .catalog-toolbar,
  .admin-toolbar,
  .product-detail__actions,
  .cart-item__controls {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

  .admin-toolbar .field,
  .admin-toolbar__search,
  .admin-toolbar .button {
    width: 100%;
    max-width: none;
  }

  .admin-toolbar .button {
    min-height: 44px;
  }

  .cart-item {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .cart-item__media {
    width: 72px;
  }

  .cart-item__total {
    grid-column: 1 / -1;
    text-align: left;
  }

  .spec-list > div,
  .detail-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .order-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .admin-nav {
    grid-template-columns: 1fr;
  }
}

/* Administração premium inspirada na identidade visual Life Imports. */
.admin-luxury-body {
  color: #1c1b1b;
  background: #f7f5f4;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.admin-luxury-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid #d0c5af;
  background: rgba(252, 249, 248, 0.98);
  box-shadow: 0 3px 14px rgba(49, 48, 48, 0.06);
}

.admin-luxury-header__bar {
  display: flex;
  width: min(1280px, calc(100% - 48px));
  min-height: 74px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.admin-luxury-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.admin-luxury-brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid #735c00;
  color: #ffffff;
  background: #735c00;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
}

.admin-luxury-brand strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 19px;
}

.admin-luxury-brand small {
  display: block;
  margin-top: 2px;
  color: #695d45;
  font-size: 11px;
  text-transform: uppercase;
}

.admin-luxury-header__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.admin-luxury-user {
  display: grid;
  text-align: right;
}

.admin-luxury-user span {
  color: #7f7663;
  font-size: 11px;
  text-transform: uppercase;
}

.admin-luxury-user strong {
  margin-top: 2px;
  font-size: 13px;
}

.admin-luxury-store {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 7px 14px;
  border: 1px solid #735c00;
  color: #735c00;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.admin-luxury-store:hover {
  color: #ffffff;
  background: #735c00;
}

.admin-luxury-nav {
  overflow-x: auto;
  border-top: 1px solid rgba(208, 197, 175, 0.55);
  background: #ffffff;
}

.admin-luxury-nav__inner {
  display: flex;
  width: min(1280px, calc(100% - 48px));
  min-height: 46px;
  margin-inline: auto;
  align-items: stretch;
  gap: 28px;
  white-space: nowrap;
}

.admin-luxury-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #4d4635;
  font-size: 13px;
  font-weight: 600;
}

.admin-luxury-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: transparent;
}

.admin-luxury-nav a:hover,
.admin-luxury-nav a.active {
  color: #735c00;
}

.admin-luxury-nav a.active::after {
  background: #d4af37;
}

.admin-luxury-main {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
  padding: 38px 0 64px;
}

.admin-luxury-body > .flash-region {
  top: 132px;
}

.luxury-dashboard {
  display: grid;
  gap: 24px;
}

.luxury-dashboard__welcome {
  display: flex;
  min-height: 136px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 32px;
  border: 1px solid #d0c5af;
  background: #fcf9f8;
}

.luxury-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #735c00;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.luxury-dashboard__welcome h1 {
  margin-bottom: 7px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 600;
}

.luxury-dashboard__welcome p {
  margin: 0;
  color: #695d45;
  font-size: 14px;
}

.luxury-dashboard__welcome-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.luxury-dashboard__date {
  width: 100%;
  margin-bottom: 4px;
  color: #7f7663;
  text-align: right;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 14px;
  font-style: italic;
}

.luxury-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border: 1px solid #735c00;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.luxury-button--gold {
  color: #241a00;
  border-color: #d4af37;
  background: #d4af37;
}

.luxury-button--gold:hover {
  color: #ffffff;
  border-color: #735c00;
  background: #735c00;
}

.luxury-button--outline {
  color: #735c00;
  background: transparent;
}

.luxury-button--outline:hover {
  color: #ffffff;
  background: #735c00;
}

.luxury-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d0c5af;
  background: #ffffff;
}

.luxury-metric {
  position: relative;
  min-width: 0;
  padding: 22px 24px;
  border-right: 1px solid #e5e2e1;
}

.luxury-metric:last-child {
  border-right: 0;
}

.luxury-metric::before {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 2px;
  content: "";
  background: #d4af37;
}

.luxury-metric__label {
  display: block;
  margin-bottom: 12px;
  color: #695d45;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.luxury-metric strong {
  display: block;
  overflow-wrap: anywhere;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  font-weight: 600;
}

.luxury-metric small {
  display: block;
  margin-top: 8px;
  color: #7f7663;
  font-size: 12px;
}

.luxury-dashboard__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.75fr);
  gap: 24px;
}

.luxury-panel {
  min-width: 0;
  border: 1px solid #d0c5af;
  background: #ffffff;
}

.luxury-panel__header {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e2e1;
}

.luxury-panel__header .luxury-eyebrow {
  margin-bottom: 4px;
}

.luxury-panel__header h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
}

.luxury-text-link {
  padding-bottom: 2px;
  border-bottom: 1px solid #d4af37;
  color: #735c00;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.luxury-table-wrap {
  overflow-x: auto;
}

.luxury-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
}

.luxury-table th,
.luxury-table td {
  padding: 13px 20px;
  border-bottom: 1px solid #eeeae9;
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
}

.luxury-table th {
  color: #7f7663;
  background: #fcf9f8;
  font-size: 10px;
  text-transform: uppercase;
}

.luxury-table tbody tr:last-child td {
  border-bottom: 0;
}

.luxury-table tbody tr:hover {
  background: #fcf9f8;
}

.luxury-table td > span:not(.status) {
  display: block;
  margin-top: 3px;
  color: #7f7663;
  font-size: 11px;
}

.luxury-table__primary {
  font-weight: 700;
}

.luxury-table__primary:hover {
  color: #735c00;
}

.luxury-table__empty,
.luxury-empty {
  color: #7f7663;
  text-align: center !important;
}

.luxury-stock-list {
  display: grid;
}

.luxury-stock-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 38px;
  gap: 12px;
  align-items: center;
  padding: 13px 16px;
  border-bottom: 1px solid #eeeae9;
}

.luxury-stock-item:last-child {
  border-bottom: 0;
}

.luxury-stock-item:hover {
  background: #fcf9f8;
}

.luxury-stock-item__image {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid #e5e2e1;
  background: #f0eded;
}

.luxury-stock-item__image img,
.luxury-stock-item__image .produto-sem-imagem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 14px;
}

.luxury-stock-item__content {
  min-width: 0;
}

.luxury-stock-item__content strong,
.luxury-stock-item__content span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.luxury-stock-item__content strong {
  font-size: 13px;
}

.luxury-stock-item__content span {
  margin-top: 4px;
  color: #7f7663;
  font-size: 11px;
}

.luxury-stock-item__count {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #d4af37;
  color: #735c00;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
}

.luxury-empty {
  padding: 32px 18px;
  font-size: 13px;
}

.luxury-panel--flow {
  margin-top: 0;
}

.luxury-order-flow {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.luxury-flow-item {
  display: grid;
  min-width: 0;
  min-height: 108px;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 14px 8px;
  border-right: 1px solid #eeeae9;
  text-align: center;
}

.luxury-flow-item:last-child {
  border-right: 0;
}

.luxury-flow-item:hover {
  background: #fcf9f8;
}

.luxury-flow-item strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
}

@media (max-width: 1080px) {
  .luxury-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxury-metric:nth-child(2) {
    border-right: 0;
  }

  .luxury-metric:nth-child(-n+2) {
    border-bottom: 1px solid #e5e2e1;
  }

  .luxury-dashboard__grid {
    grid-template-columns: 1fr;
  }

  .luxury-order-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .luxury-flow-item:nth-child(4) {
    border-right: 0;
  }

  .luxury-flow-item:nth-child(-n+4) {
    border-bottom: 1px solid #eeeae9;
  }
}

@media (max-width: 760px) {
  .admin-luxury-header__bar,
  .admin-luxury-nav__inner,
  .admin-luxury-main {
    width: min(100% - 28px, 1280px);
  }

  .admin-luxury-header__bar {
    min-height: 68px;
  }

  .admin-luxury-user {
    display: none;
  }

  .admin-luxury-nav__inner {
    gap: 22px;
  }

  .admin-luxury-main {
    padding: 24px 0 48px;
  }

  .luxury-dashboard__welcome {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }

  .luxury-dashboard__welcome h1 {
    font-size: 28px;
  }

  .luxury-dashboard__welcome-actions {
    justify-content: flex-start;
  }

  .luxury-dashboard__date {
    text-align: left;
  }

  .luxury-order-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxury-flow-item:nth-child(2n) {
    border-right: 0;
  }

  .luxury-flow-item:nth-child(-n+6) {
    border-bottom: 1px solid #eeeae9;
  }
}

@media (max-width: 520px) {
  .admin-luxury-brand small,
  .admin-luxury-store {
    display: none;
  }

  .luxury-metrics {
    grid-template-columns: 1fr;
  }

  .luxury-metric,
  .luxury-metric:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #e5e2e1;
  }

  .luxury-metric:last-child {
    border-bottom: 0;
  }

  .luxury-dashboard__welcome-actions,
  .luxury-button {
    width: 100%;
  }

  .luxury-panel__header {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Vitrine premium baseada no layout fornecido. */
.premium-store-body {
  color: #1c1b1b;
  background: #fcf9f8;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.premium-store-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid rgba(208, 197, 175, 0.65);
  background: rgba(252, 249, 248, 0.96);
  box-shadow: 0 3px 14px rgba(49, 48, 48, 0.06);
}

.premium-store-nav {
  display: flex;
  width: min(1280px, calc(100% - 64px));
  min-height: 80px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.premium-store-nav__brand-area,
.premium-store-actions,
.premium-store-links {
  display: flex;
  align-items: center;
}

.premium-store-nav__brand-area {
  min-width: 0;
  gap: 48px;
}

.premium-store-brand {
  display: inline-flex;
  min-width: 190px;
  align-items: center;
  gap: 12px;
}

.premium-store-brand__logo {
  display: block;
  width: 118px;
  height: 72px;
  object-fit: contain;
}

.premium-store-brand__logo--footer {
  width: 150px;
  height: 128px;
}

.premium-store-brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  color: #ffffff;
  background: #735c00;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
}

.premium-store-brand strong,
.premium-store-brand small {
  display: block;
}

.premium-store-brand strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
}

.premium-store-brand small {
  margin-top: 2px;
  color: #695d45;
  font-size: 11px;
  text-transform: uppercase;
}

.premium-store-links {
  gap: 28px;
}

.premium-store-links a {
  position: relative;
  display: inline-flex;
  min-height: 80px;
  align-items: center;
  color: #4d4635;
  font-size: 14px;
  font-weight: 600;
}

.premium-store-links a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: transparent;
}

.premium-store-links a:hover,
.premium-store-links a.active {
  color: #735c00;
}

.premium-store-links a.active::after {
  background: #d4af37;
}

.premium-store-actions {
  justify-content: flex-end;
  gap: 16px;
}

.premium-admin-link,
.premium-mobile-menu summary {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid rgba(208, 197, 175, 0.8);
  color: #695d45;
  background: #ffffff;
}

.premium-admin-link:hover,
.premium-mobile-menu summary:hover {
  color: #735c00;
  border-color: #d4af37;
}

.premium-admin-link .material-symbols-outlined,
.premium-mobile-menu summary .material-symbols-outlined {
  font-size: 22px;
}

.premium-mobile-menu {
  position: relative;
  display: none;
}

.premium-mobile-menu summary {
  list-style: none;
  cursor: pointer;
}

.premium-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.premium-mobile-menu__panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 50;
  display: grid;
  width: min(260px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(208, 197, 175, 0.75);
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(49, 48, 48, 0.16);
}

.premium-mobile-menu__panel a {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(208, 197, 175, 0.45);
  color: #4d4635;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.premium-mobile-menu__panel a:last-child {
  border-bottom: 0;
}

.premium-mobile-menu__panel a:hover,
.premium-mobile-menu__panel a.active {
  color: #735c00;
  background: #fcf9f8;
}

.premium-mobile-menu__action .material-symbols-outlined {
  font-size: 20px;
}

.premium-search {
  display: flex;
  min-width: 250px;
  border: 1px solid #d0c5af;
  background: #ffffff;
}

.premium-search input[type="search"] {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border: 0;
  outline: 0;
  background: transparent;
}

.premium-search input[type="submit"] {
  padding: 0 12px;
  border: 0;
  color: #ffffff;
  background: #735c00;
  font-size: 12px;
  font-weight: 700;
}

.premium-action-link {
  color: #695d45;
  font-size: 13px;
  font-weight: 600;
}

.premium-cart-link {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  min-height: 42px;
  flex: 0 0 42px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(208, 197, 175, 0.8);
  color: #695d45;
  background: #ffffff;
  font-family: inherit;
  cursor: pointer;
}

.premium-cart-link__icon {
  display: inline-block;
  font-size: 22px;
}

.premium-cart-link__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.premium-cart-link__count {
  position: absolute;
  top: -8px;
  right: -8px;
  display: grid;
  min-width: 19px;
  height: 19px;
  place-items: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #241a00;
  background: #d4af37;
  font-size: 10px;
  font-weight: 800;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

.cart-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  display: none;
  width: min(390px, 100%);
  max-width: none;
  height: 100dvh;
  max-height: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: #1c1b1b;
  background: #fcf9f8;
  box-shadow: -20px 0 52px rgba(28, 27, 27, 0.18);
}

.cart-drawer:popover-open {
  display: flex;
  flex-direction: column;
}

.cart-drawer::backdrop {
  background: rgba(28, 27, 27, 0.34);
  backdrop-filter: blur(2px);
}

.cart-drawer__header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 24px 16px;
  border-bottom: 1px solid rgba(208, 197, 175, 0.55);
  background: #ffffff;
}

.cart-drawer__header h2 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
}

.cart-drawer__close {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #735c00;
  background: #f1e1c2;
  cursor: pointer;
}

.cart-drawer__close:hover {
  color: #ffffff;
  background: #735c00;
}

.cart-drawer__items {
  display: grid;
  flex: 1 1 auto;
  align-content: start;
  overflow-y: auto;
  padding: 18px 24px 20px;
}

.cart-drawer-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  padding: 0 0 22px;
  border-bottom: 0;
}

.cart-drawer-item + .cart-drawer-item {
  padding-top: 18px;
}

.cart-drawer-item__media {
  display: block;
  width: 54px;
  height: 72px;
  overflow: hidden;
  border-radius: 3px;
  background: #e5e2e1;
}

.cart-drawer-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #e5e2e1;
}

.cart-drawer-item__details h3 {
  overflow: hidden;
  margin: 2px 0 4px;
  color: #1c1b1b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.cart-drawer-item__details {
  min-width: 0;
}

.cart-drawer-item__details h3 a:hover {
  color: #735c00;
}

.cart-drawer-item__details p {
  margin: 0 0 12px;
  color: #695d45;
  font-size: 12px;
}

.cart-drawer-item__quantity {
  display: inline-grid;
  grid-template-columns: 28px 34px 28px;
  width: max-content;
  min-height: 32px;
  overflow: hidden;
  border: 1px solid rgba(115, 92, 0, 0.22);
  border-radius: 3px;
  background: #ffffff;
}

.cart-drawer-item__quantity form {
  display: flex;
}

.cart-drawer-item__quantity input[type="submit"],
.cart-drawer-item__quantity strong {
  display: grid;
  width: 100%;
  min-height: 32px;
  place-items: center;
  border: 0;
  color: #4d4635;
  background: transparent;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.cart-drawer-item__quantity input[type="submit"]:hover:not(:disabled) {
  color: #735c00;
}

.cart-drawer-item__quantity input[type="submit"]:disabled {
  color: rgba(77, 70, 53, 0.32);
  cursor: not-allowed;
}

.cart-drawer-item__actions {
  display: flex;
  min-height: 92px;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.cart-drawer-item__actions strong {
  color: #735c00;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.cart-drawer-item__remove {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #735c00;
  background: #f1e1c2;
  cursor: pointer;
}

.cart-drawer-item__remove:hover {
  color: #ffffff;
  background: #735c00;
}

.cart-drawer-item__remove .material-symbols-outlined {
  font-size: 18px;
}

.cart-drawer__footer {
  flex: 0 0 auto;
  padding: 18px 24px 18px;
  border-top: 1px solid rgba(208, 197, 175, 0.65);
  background: #ffffff;
}

.cart-drawer__coupon {
  display: grid;
  gap: 7px;
  margin-bottom: 28px;
}

.cart-drawer__coupon label {
  color: #735c00;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cart-drawer__coupon > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  gap: 6px;
}

.cart-drawer__coupon input[type="text"] {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  box-sizing: border-box;
  padding: 9px 12px;
  border: 1px solid #d0c5af;
  outline: 0;
  color: #1c1b1b;
  background: #fcf9f8;
  text-transform: uppercase;
}

.cart-drawer__coupon input[type="text"]::placeholder {
  color: #7f7663;
}

.cart-drawer__coupon input[type="text"]:focus {
  border-color: #735c00;
}

.cart-drawer__coupon input[type="submit"] {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: #735c00;
  font-size: 12px;
  font-weight: 800;
}

.cart-drawer__totals {
  display: grid;
  gap: 5px;
  margin-bottom: 20px;
}

.cart-drawer__totals > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  color: #4d4635;
  font-size: 16px;
}

.cart-drawer__totals > div:last-child {
  color: #1c1b1b;
  font-size: 12px;
  font-weight: 800;
}

.cart-drawer__totals strong {
  color: #735c00;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.cart-drawer__totals > div:last-child strong {
  font-size: 12px;
}

.cart-drawer__footer p {
  margin: 9px 0 0;
  color: #695d45;
  font-size: 10px;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.cart-drawer__checkout,
.cart-drawer__continue {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
}

.cart-drawer__checkout {
  color: #ffffff;
  background: #735c00;
}

.cart-drawer__checkout:hover {
  background: #554300;
}

.cart-drawer__continue {
  margin-top: 12px;
  border: 1px solid #d0c5af;
  color: #735c00;
  background: transparent;
  cursor: pointer;
}

.cart-drawer__continue:hover {
  color: #ffffff;
  border-color: #735c00;
  background: #735c00;
}

.cart-drawer__empty {
  display: grid;
  flex: 1 1 auto;
  align-content: center;
  justify-items: center;
  padding: 40px 28px;
  text-align: center;
}

.cart-drawer__empty > .material-symbols-outlined {
  color: #735c00;
  font-size: 44px;
}

.cart-drawer__empty h3 {
  margin: 18px 0 7px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
}

.cart-drawer__empty p {
  margin: 0 0 22px;
  color: #695d45;
  font-size: 13px;
}

.cart-drawer__empty a {
  padding-bottom: 4px;
  border-bottom: 1px solid #d4af37;
  color: #735c00;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 520px) {
  .cart-drawer {
    width: min(100vw, 390px);
    max-width: 100vw;
  }

  .cart-drawer__header,
  .cart-drawer__items,
  .cart-drawer__footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cart-drawer-item {
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .cart-drawer-item__media,
  .cart-drawer-item__image {
    width: 54px;
    height: 72px;
  }

  .cart-drawer-item__actions {
    min-height: 80px;
  }
}

.premium-home-main {
  min-height: 70vh;
  background: #f6f3f2;
}

.storefront-featured {
  width: min(1280px, calc(100% - 64px));
  margin-inline: auto;
  padding: 46px 0 14px;
}

.storefront-featured__header {
  max-width: 720px;
  margin-bottom: 28px;
}

.storefront-featured__header > span {
  display: block;
  margin-bottom: 9px;
  color: #735c00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-featured__header h2 {
  max-width: 620px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3.3vw, 42px);
  line-height: 1.15;
}

.storefront-featured__header h2::after {
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 13px;
  content: "";
  background: #d4af37;
}

.storefront-featured__header p {
  max-width: 420px;
  margin: 16px 0 0;
  color: #695d45;
  font-size: 14px;
  line-height: 1.65;
}

.storefront-featured .storefront-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 305px));
}

.storefront-product-card--featured {
  border-color: rgba(115, 92, 0, 0.24);
  box-shadow: 0 14px 36px rgba(115, 92, 0, 0.08);
}

.storefront-products {
  width: min(1280px, calc(100% - 64px));
  margin-inline: auto;
  padding: 66px 0 100px;
  scroll-margin-top: 96px;
}

.storefront-products__header > span {
  display: block;
  margin-bottom: 9px;
  color: #735c00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.storefront-products__header h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.15;
}

.storefront-products__header h1::after {
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 13px;
  content: "";
  background: #d4af37;
}

.storefront-products__header p {
  margin: 16px 0 0;
  color: #695d45;
  font-size: 14px;
}

.storefront-category-tabs {
  display: flex;
  gap: 12px;
  margin: 34px 0 42px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.storefront-category-tabs a {
  display: inline-flex;
  min-width: 118px;
  min-height: 40px;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 1px solid #d0c5af;
  border-radius: 999px;
  color: #4d4635;
  background: #ffffff;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.storefront-category-tabs a:hover,
.storefront-category-tabs a.active {
  color: #ffffff;
  border-color: #735c00;
  background: #735c00;
}

.storefront-products__summary {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 24px;
  color: #695d45;
  font-size: 13px;
}

.storefront-products__summary strong {
  color: #1c1b1b;
  font-size: 15px;
}

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

.storefront-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(208, 197, 175, 0.75);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(49, 48, 48, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.storefront-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(49, 48, 48, 0.1);
}

.storefront-product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 4.7;
  overflow: hidden;
  background: #eae7e7;
}

.storefront-product-card__media .catalog-product-card__image,
.storefront-product-card__media .produto-sem-imagem {
  width: 100%;
  height: 100%;
  transition: transform 450ms ease;
}

.storefront-product-card__media .catalog-product-card__image {
  object-fit: cover;
}

.storefront-product-card:hover .storefront-product-card__media .catalog-product-card__image {
  transform: scale(1.035);
}

.storefront-product-card__media > span {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 9px;
  color: #ffffff;
  background: #735c00;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.storefront-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 20px;
}

.storefront-product-card__body > small {
  color: #735c00;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.storefront-product-card__body h2 {
  min-height: 48px;
  margin: 6px 0 4px;
  font-size: 17px;
  line-height: 1.4;
}

.storefront-product-card__body h2 a:hover {
  color: #735c00;
}

.storefront-product-card__body > p {
  margin: 0;
  color: #7f7663;
  font-size: 11px;
}

.storefront-product-card__price {
  display: flex;
  margin-top: auto;
  padding-top: 24px;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 9px;
}

.storefront-product-card__price > strong {
  color: #735c00;
  font-size: 21px;
}

.storefront-product-card__price del {
  color: #7f7663;
  font-size: 11px;
}

.storefront-product-card__price > span {
  width: 100%;
  color: #695d45;
  font-size: 11px;
}

.storefront-product-card__price b {
  color: #1c1b1b;
}

.storefront-product-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.storefront-product-card__actions > a,
.storefront-product-card__actions input[type="submit"],
.storefront-product-card__actions > span {
  display: flex;
  width: 100%;
  min-height: 42px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid #735c00;
  border-radius: 6px;
  color: #735c00;
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.storefront-product-card__actions form {
  display: flex;
}

.storefront-product-card__actions input[type="submit"] {
  color: #ffffff;
  background: #735c00;
}

.storefront-product-card__actions input[type="submit"]:hover {
  background: #554300;
}

.storefront-product-card__actions > a:hover {
  color: #ffffff;
  background: #695d45;
}

.storefront-product-card__actions > span {
  grid-column: 2;
  color: #7f7663;
  border-color: #d0c5af;
}

.storefront-products__empty {
  padding: 80px 24px;
  border: 1px solid #d0c5af;
  text-align: center;
  background: #ffffff;
}

.storefront-products__empty h2 {
  margin: 0 0 8px;
  font-family: "Playfair Display", Georgia, serif;
}

.storefront-products__empty p {
  color: #695d45;
}

.storefront-products__empty a {
  display: inline-block;
  margin-top: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid #d4af37;
  color: #735c00;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-hero {
  position: relative;
  display: grid;
  min-height: clamp(580px, 88vh, 820px);
  place-items: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  background: #313030;
}

.about-hero__image,
.about-hero__overlay {
  position: absolute;
  inset: 0;
}

.about-hero__image {
  background-image: url("https://lh3.googleusercontent.com/aida-public/AB6AXuCJ4DUQuWqP-8WIJ7206YMq2Jb43Ca_HaKCvj_XtfUYQYIBcb6BpHxZAP46OSU4HIx0LZVMmkJ1ie9TdBHy4Uz3CbffcPXYSH53byb6qRuPQ_A6a2aa7wj4-0KrQ1E2oDFYRL5qIix5ooPL_W-4_zqKYJ1s4hwx9l2hPcR3OLRDOvsFJF_8MEzcEIIX1FWuCH21vAPXfzrkTwI1D5Pweuo4scUVrJjUoCKDITLDA7Zs9AutEwdjwAC8mY8Ric32wxUSH8cbbUDX2cA");
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
}

.about-hero__overlay {
  background:
    linear-gradient(180deg, rgba(28, 27, 27, 0.18), rgba(28, 27, 27, 0.58)),
    linear-gradient(90deg, rgba(28, 27, 27, 0.36), rgba(28, 27, 27, 0.1), rgba(28, 27, 27, 0.36));
}

.about-hero__content {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100% - 32px));
  padding: 64px 0;
}

.about-hero__content > span,
.about-story__copy > span,
.about-section-heading > span {
  display: block;
  margin-bottom: 16px;
  color: #e9c349;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.about-hero h1 {
  margin: 0 auto 24px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 6vw, 72px);
  font-style: italic;
  line-height: 1.05;
}

.about-hero p {
  max-width: 660px;
  margin: 0 auto 38px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.75;
}

.about-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-button--gold {
  color: #241a00;
  background: #d4af37;
}

.about-button--gold:hover,
.about-button--primary:hover {
  color: #ffffff;
  background: #554300;
}

.about-story {
  padding: 104px 0;
  background: #fcf9f8;
}

.about-story__inner {
  display: grid;
  width: min(1280px, calc(100% - 128px));
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 76px;
  align-items: center;
}

.about-story__copy {
  max-width: 620px;
}

.about-story__copy > span,
.about-section-heading > span {
  color: #735c00;
}

.about-story__copy h2,
.about-section-heading h2,
.about-cta h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 3.4vw, 46px);
  font-weight: 600;
  line-height: 1.2;
}

.about-story__copy p {
  margin: 24px 0 0;
  color: #4d4635;
  font-size: 16px;
  line-height: 1.8;
}

.about-story__copy blockquote {
  margin: 30px 0 0;
  padding: 8px 0 8px 24px;
  border-left: 2px solid #d4af37;
  color: #735c00;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.55;
}

.about-story__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.about-story__photo {
  min-height: 430px;
  background-color: #e5e2e1;
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 48px rgba(49, 48, 48, 0.13);
}

.about-story__photo--atelier {
  margin-top: 64px;
  background-image: url("https://lh3.googleusercontent.com/aida-public/AB6AXuAbzzGqOAzeItukZv-fK8D53Zs9MVd744uMkWnHGPFH2YeTLs2VjmB5znkGgYvSizNH8KTiuQo4DmcbbIuW30eVYtt66WkCmbzQHsLeTtRJks-F0yuEJUOLDqdtVlCnH1okld_c4TDx3BRB_Qn0Ss2gIk0GmbQwpQ2_JfJXqIZq5YfI0Dz6QVXlFA1cnBbAE4VYZJyOkrMih_a1n0bdw2rTuo2tUNJI_hsPB8xUm7CE97ia64tnm1C97d_weRLmdN6KmSOx01bu78c");
}

.about-story__photo--ingredients {
  min-height: 500px;
  background-image: url("https://lh3.googleusercontent.com/aida-public/AB6AXuB_7kihVBIpH7eb3TTRMEMhjT6z0rQaF6C2BI2VaJFrRZELAqJkTtZKtQ712NKKt1hY73aQ8AwcwU35b2FVLmM3riZMzvVBT8kEQddTgqcTgx8cXOa2f5MBI7XmnmpGH3WzmpxuHHJFx8h9KgX_Zi7otwNekN_VZnsXES62dWrUfxHlpn-1BAAC-4KHzTzYBZIdVr-D5omsKM3eVp424dFBkRRMGu5vW3tvTO_u-4Pu0FfAaASsPyO9IifzcsIiAq7CArnAKvN5Bh8");
}

.about-pillars {
  padding: 96px 0;
  background: #f0eded;
}

.about-section-heading {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto 52px;
  text-align: center;
}

.about-pillars__grid {
  display: grid;
  width: min(1280px, calc(100% - 128px));
  margin-inline: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-pillar {
  display: grid;
  min-height: 300px;
  align-content: start;
  justify-items: center;
  padding: 44px 34px;
  text-align: center;
  background: #ffffff;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.about-pillar:hover {
  color: #ffffff;
  background: #735c00;
  transform: translateY(-4px);
}

.about-pillar > .material-symbols-outlined {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  color: #735c00;
  background: #f1e1c2;
  font-size: 34px;
}

.about-pillar:hover > .material-symbols-outlined {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.about-pillar h3 {
  margin: 0 0 14px;
  font-size: 20px;
}

.about-pillar p {
  margin: 0;
  color: #695d45;
  font-size: 14px;
  line-height: 1.7;
}

.about-pillar:hover p {
  color: rgba(255, 255, 255, 0.9);
}

.about-cta {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  text-align: center;
  background: #ffffff;
}

.about-cta::before,
.about-cta::after {
  position: absolute;
  width: 30%;
  content: "";
  background: #f1e1c2;
  opacity: 0.42;
  transform: skewX(-12deg);
}

.about-cta::before {
  top: 0;
  right: -18%;
  bottom: 0;
}

.about-cta::after {
  bottom: 0;
  left: -18%;
  height: 55%;
}

.about-cta__inner {
  position: relative;
  z-index: 1;
  width: min(780px, calc(100% - 32px));
  margin-inline: auto;
}

.about-cta h2 {
  font-style: italic;
}

.about-cta p {
  max-width: 620px;
  margin: 24px auto 34px;
  color: #4d4635;
  font-size: 16px;
  line-height: 1.75;
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.about-button--primary {
  color: #ffffff;
  background: #735c00;
}

.about-button--outline {
  color: #4d4635;
  border-color: #7f7663;
  background: #ffffff;
}

.about-button--outline:hover {
  color: #735c00;
  border-color: #735c00;
}

@media (max-width: 980px) {
  .about-story__inner,
  .about-pillars__grid {
    width: min(100% - 48px, 1280px);
  }

  .about-story__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-story__copy {
    max-width: none;
  }

  .about-pillars__grid {
    grid-template-columns: 1fr;
  }

  .about-pillar {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .about-hero {
    min-height: 620px;
  }

  .about-hero__image {
    background-position: 56% center;
  }

  .about-hero__content {
    text-align: left;
  }

  .about-hero p {
    margin-left: 0;
  }

  .about-story,
  .about-pillars,
  .about-cta {
    padding: 68px 0;
  }

  .about-story__inner,
  .about-pillars__grid {
    width: min(100% - 32px, 1280px);
  }

  .about-story__gallery {
    grid-template-columns: 1fr;
  }

  .about-story__photo,
  .about-story__photo--ingredients {
    min-height: 340px;
  }

  .about-story__photo--atelier {
    margin-top: 0;
  }

  .about-cta__actions,
  .about-button {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .storefront-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .storefront-featured {
    width: min(100% - 32px, 1280px);
    padding: 42px 0 10px;
  }

  .storefront-featured__header p {
    max-width: 620px;
  }

  .storefront-products {
    width: min(100% - 32px, 1280px);
    padding: 46px 0 72px;
    scroll-margin-top: 84px;
  }

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

@media (max-width: 540px) {
  .storefront-category-tabs {
    margin-bottom: 30px;
    gap: 8px;
    padding-bottom: 8px;
  }

  .storefront-category-tabs a {
    min-width: max-content;
    min-height: 38px;
    padding-inline: 16px;
  }

  .storefront-featured .storefront-product-grid,
  .storefront-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .storefront-product-card__media {
    aspect-ratio: 1 / 1.12;
  }

  .storefront-product-card__body h2 {
    min-height: auto;
    font-size: 13px;
    line-height: 1.3;
  }

  .storefront-product-card__body {
    padding: 12px 10px 14px;
  }

  .storefront-product-card__body > small,
  .storefront-product-card__body > p,
  .storefront-product-card__price > span {
    font-size: 9px;
  }

  .storefront-product-card__price {
    gap: 3px 6px;
    padding-top: 14px;
  }

  .storefront-product-card__price > strong {
    font-size: 16px;
  }

  .storefront-product-card__price del {
    font-size: 9px;
  }

  .storefront-product-card__actions {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 12px;
  }

  .storefront-product-card__actions > a,
  .storefront-product-card__actions input[type="submit"],
  .storefront-product-card__actions > span {
    min-height: 34px;
    padding: 6px 7px;
    font-size: 8px;
  }

  .storefront-product-card__actions > span {
    grid-column: 1;
  }
}

.premium-hero {
  position: relative;
  display: flex;
  height: 74vh;
  min-height: 560px;
  max-height: 760px;
  align-items: center;
  overflow: hidden;
  background: #eae7e7;
}

.premium-hero__image,
.premium-hero__overlay {
  position: absolute;
  inset: 0;
}

.premium-hero__image {
  background-image: url("https://lh3.googleusercontent.com/aida-public/AB6AXuD7NI_zCwsu4IU-GWMWXMx-puG9WCo40RLRLfHG_zZXsdNiGLFDSL0a0rOqy69XTnZ5x_hsDXuapJUcJ8yPRitHQAZ8dvDfMpTtNqibcIyIhUu2osoUxT4xEAAj2X7erQevpwOz2n2FQVyEg6JxoXxW6E-9OIp6qdl_62yY8mVTTIcC2jtXP8WG0TyEqeHkOOWSX3gJ8DBFeXpHHy5kvwETUi3sTUuBozWaKr25DhGSRv4UrLyHd2gxdXjC-v8c-y5weeRmibyrRZs");
  background-position: center;
  background-size: cover;
  transition: transform 8s ease-out;
}

.premium-hero:hover .premium-hero__image {
  transform: scale(1.035);
}

.premium-hero__overlay {
  background: rgba(28, 27, 27, 0.14);
}

.premium-hero__content {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 128px));
  margin-inline: auto;
}

.premium-hero__content > span,
.premium-featured__heading span,
.premium-section__heading > span {
  display: block;
  margin-bottom: 16px;
  color: #735c00;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.premium-hero h1 {
  max-width: 600px;
  margin-bottom: 22px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 52px;
  line-height: 1.08;
}

.premium-hero p {
  max-width: 570px;
  margin-bottom: 34px;
  color: #4d4635;
  font-size: 17px;
  line-height: 1.7;
}

.premium-hero__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  padding: 12px 28px;
  color: #241a00;
  background: #d4af37;
  box-shadow: 0 10px 24px rgba(115, 92, 0, 0.16);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.premium-hero__button:hover {
  color: #ffffff;
  background: #735c00;
}

.premium-section {
  width: min(1280px, calc(100% - 128px));
  margin-inline: auto;
  padding: 88px 0;
}

.premium-section__heading {
  margin-bottom: 48px;
  text-align: center;
}

.premium-section__heading h2,
.premium-featured__heading h2 {
  margin-bottom: 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
}

.premium-section__heading i {
  display: block;
  width: 74px;
  height: 1px;
  margin-inline: auto;
  background: #d4af37;
}

.premium-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 24px;
}

.premium-category-card {
  display: block;
  min-width: 0;
  text-align: center;
}

.premium-category-card > div {
  aspect-ratio: 4 / 5;
  margin-bottom: 16px;
  overflow: hidden;
  background: #f0eded;
}

.premium-category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.premium-category-card:hover img {
  transform: scale(1.06);
}

.premium-category-card strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 12px;
  text-transform: uppercase;
}

.premium-category-card:hover strong {
  color: #735c00;
}

.premium-featured {
  padding: 88px 0;
  background: #f6f3f2;
}

.premium-featured__inner,
.premium-benefits,
.premium-footer__grid,
.premium-footer__bottom {
  width: min(1280px, calc(100% - 128px));
  margin-inline: auto;
}

.premium-featured__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
}

.premium-featured__heading span {
  margin-bottom: 7px;
}

.premium-featured__heading h2 {
  margin: 0;
}

.premium-featured__heading > a {
  padding-bottom: 3px;
  border-bottom: 1px solid #d4af37;
  color: #735c00;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.premium-product-card {
  min-width: 0;
  background: #ffffff;
}

.premium-product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #e5e2e1;
}

.premium-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.premium-product-card:hover .premium-product-card__media img {
  transform: scale(1.045);
}

.premium-product-card__media > span {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 5px 9px;
  color: #241a00;
  background: #d4af37;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.premium-product-card__body {
  padding: 20px;
  text-align: center;
}

.premium-product-card__body small {
  color: #7f7663;
  font-size: 11px;
  text-transform: uppercase;
}

.premium-product-card__body h3 {
  min-height: 62px;
  margin: 8px 0 4px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
  font-weight: 600;
}

.premium-product-card__body > strong {
  display: block;
  color: #735c00;
  font-size: 17px;
}

.premium-product-card__body form {
  margin-top: 16px;
}

.premium-product-card__body input[type="submit"] {
  width: 100%;
  min-height: 40px;
  border: 1px solid #735c00;
  color: #735c00;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.premium-product-card__body input[type="submit"]:hover {
  color: #ffffff;
  background: #735c00;
}

.premium-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  padding: 72px 0;
  text-align: center;
}

.premium-benefits article {
  padding: 0 20px;
}

.premium-benefits strong {
  display: block;
  margin-bottom: 12px;
  color: #735c00;
  font-size: 12px;
  text-transform: uppercase;
}

.premium-benefits p {
  margin: 0;
  color: #695d45;
  font-size: 14px;
  line-height: 1.65;
}

.premium-footer {
  border-top: 1px solid #d0c5af;
  background: #e5e2e1;
}

.premium-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 48px;
  padding: 56px 0;
}

.premium-footer__grid p {
  max-width: 340px;
  margin: 20px 0 0;
  color: #695d45;
  font-size: 13px;
  line-height: 1.6;
}

.premium-footer__grid h2 {
  margin-bottom: 20px;
  color: #735c00;
  font-size: 11px;
  text-transform: uppercase;
}

.premium-footer__grid > div > a:not(.premium-store-brand) {
  display: block;
  margin-bottom: 12px;
  color: #4d4635;
  font-size: 13px;
}

.premium-footer__bottom {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(127, 118, 99, 0.3);
  color: #695d45;
  font-size: 12px;
}

@media (max-width: 1080px) {
  .premium-store-links,
  .premium-search {
    display: none;
  }

  .premium-mobile-menu {
    display: block;
  }

  .premium-admin-link--desktop {
    display: none;
  }

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

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

@media (max-width: 760px) {
  .premium-store-nav,
  .premium-hero__content,
  .premium-section,
  .premium-featured__inner,
  .premium-benefits,
  .premium-footer__grid,
  .premium-footer__bottom {
    width: min(100% - 32px, 1280px);
  }

  .premium-store-nav {
    min-height: 68px;
    gap: 14px;
  }

  .premium-store-brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .premium-store-brand > span:last-child {
    min-width: 0;
  }

  .premium-store-brand strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .premium-store-brand small,
  .premium-action-link {
    display: none;
  }

  .premium-store-actions {
    gap: 10px;
  }

  .premium-admin-link,
  .premium-mobile-menu summary,
  .premium-cart-link {
    width: 42px;
    height: 42px;
    min-height: 42px;
    flex: 0 0 42px;
    padding: 0;
    border-color: rgba(208, 197, 175, 0.9);
    color: #4d4635;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(49, 48, 48, 0.04);
  }

  .premium-admin-link:hover,
  .premium-mobile-menu summary:hover,
  .premium-cart-link:hover {
    color: #735c00;
    border-color: #d4af37;
    background: #fcf9f8;
  }

  .premium-cart-link__icon {
    display: inline-block;
  }

  .premium-cart-link__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
  }

  .premium-cart-link__count {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    color: #241a00;
    background: #d4af37;
    font-size: 10px;
  }

  .premium-hero {
    height: 68vh;
    min-height: 500px;
  }

  .premium-hero__image {
    background-position: 62% center;
  }

  .premium-hero__overlay {
    background: rgba(252, 249, 248, 0.36);
  }

  .premium-hero h1 {
    max-width: 360px;
    font-size: 38px;
  }

  .premium-hero p {
    max-width: 400px;
    font-size: 15px;
  }

  .premium-section,
  .premium-featured {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .premium-benefits,
  .premium-footer__grid {
    grid-template-columns: 1fr;
  }

  .premium-benefits {
    gap: 34px;
  }
}

@media (max-width: 520px) {
  .premium-store-brand strong {
    font-size: 16px;
  }

  .premium-store-brand__logo {
    width: 76px;
    height: 58px;
  }

  .premium-store-brand__logo--footer {
    width: 132px;
    height: 112px;
  }

  .premium-store-brand__mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .premium-store-nav {
    width: min(100% - 24px, 1280px);
    min-height: 60px;
    gap: 8px;
  }

  .premium-store-brand {
    gap: 8px;
  }

  .premium-store-actions {
    gap: 6px;
  }

  .premium-admin-link,
  .premium-mobile-menu summary,
  .premium-cart-link {
    width: 36px;
    height: 36px;
    min-height: 36px;
    flex-basis: 36px;
  }

  .premium-admin-link .material-symbols-outlined,
  .premium-mobile-menu summary .material-symbols-outlined,
  .premium-cart-link__icon {
    font-size: 20px;
  }

  .premium-featured__heading,
  .premium-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .premium-product-card__body h3 {
    min-height: auto;
  }
}

/* Life Admin: layout administrativo fornecido pelo usuário. */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 21px;
}

.life-admin-body {
  color: #1c1b1b;
  background: #fcf9f8;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.life-admin-sidebar {
  position: fixed;
  z-index: 40;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 256px;
  flex-direction: column;
  overflow-y: auto;
  padding: 22px 0 26px;
  color: #f6f3f2;
  background: #1c1b1b;
  box-shadow: 8px 0 28px rgba(28, 27, 27, 0.12);
}

.life-admin-logo {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 12px;
  margin: 0 20px 20px;
}

.life-admin-logo__image {
  display: block;
  width: 64px;
  height: 58px;
  flex: 0 0 64px;
  object-fit: contain;
}

.life-admin-logo__mark {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid #d4af37;
  color: #1c1b1b;
  background: #d4af37;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

.life-admin-logo__text {
  display: block;
  min-width: 0;
}

.life-admin-logo__text strong,
.life-admin-logo__text small {
  display: block;
}

.life-admin-logo__text strong {
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.life-admin-logo__text small {
  margin-top: 5px;
  color: #d4af37;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.life-admin-sidebar__nav {
  display: grid;
  gap: 8px;
  padding: 0 8px;
}

.life-admin-sidebar__nav a,
.life-admin-sidebar__footer a,
.life-admin-sidebar__logout {
  display: flex;
  width: 100%;
  min-height: 49px;
  box-sizing: border-box;
  align-items: center;
  gap: 11px;
  padding: 10px 14px;
  border: 0;
  border-radius: 7px;
  color: rgba(246, 243, 242, 0.78);
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.life-admin-sidebar__nav a:hover,
.life-admin-sidebar__footer a:hover,
.life-admin-sidebar__logout:hover {
  color: #ffffff;
  background: rgba(212, 175, 55, 0.12);
}

.life-admin-sidebar__nav a.active {
  color: #ffffff;
  background: #735c00;
  box-shadow: inset 3px 0 0 #d4af37;
}

.life-admin-sidebar__nav a.active .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.life-admin-sidebar__nav .material-symbols-outlined,
.life-admin-sidebar__footer .material-symbols-outlined {
  color: #f1e1c2;
  font-size: 24px;
}

.life-admin-sidebar__nav a.active .material-symbols-outlined {
  color: #ffffff;
}

.life-admin-sidebar__footer {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding: 18px 8px 0;
  border-top: 1px solid rgba(246, 243, 242, 0.14);
}

.life-admin-sidebar__footer form {
  margin: 0;
}

.life-admin-sidebar__logout {
  color: #d14343;
  cursor: pointer;
}

.life-admin-sidebar__logout .material-symbols-outlined {
  color: #d14343;
}

.life-admin-mobile-menu {
  position: relative;
  display: none;
  margin-left: auto;
}

.life-admin-mobile-menu summary {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(246, 243, 242, 0.08);
  cursor: pointer;
  list-style: none;
}

.life-admin-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.life-admin-mobile-menu summary:hover,
.life-admin-mobile-menu[open] summary {
  background: rgba(212, 175, 55, 0.16);
}

.life-admin-mobile-menu__panel {
  position: absolute;
  z-index: 70;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  width: min(280px, calc(100vw - 28px));
  max-height: calc(100vh - 92px);
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 8px;
  background: #1c1b1b;
  box-shadow: 0 18px 42px rgba(28, 27, 27, 0.28);
}

.life-admin-mobile-menu__panel a,
.life-admin-mobile-menu__logout {
  display: flex;
  width: 100%;
  min-height: 46px;
  box-sizing: border-box;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border: 0;
  border-radius: 7px;
  color: rgba(246, 243, 242, 0.84);
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.life-admin-mobile-menu__panel a:hover,
.life-admin-mobile-menu__logout:hover {
  color: #ffffff;
  background: rgba(212, 175, 55, 0.12);
}

.life-admin-mobile-menu__panel a.active {
  color: #ffffff;
  background: #735c00;
}

.life-admin-mobile-menu__panel .material-symbols-outlined {
  color: #f1e1c2;
  font-size: 23px;
}

.life-admin-mobile-menu__panel form {
  margin: 0;
}

.life-admin-mobile-menu__logout {
  color: #ffb4ab;
  cursor: pointer;
}

.life-admin-mobile-menu__logout .material-symbols-outlined {
  color: #ffb4ab;
}

.life-admin-content {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin-left: 256px;
}

.life-admin-topbar {
  position: sticky;
  z-index: 30;
  top: 0;
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  padding: 0 32px;
  border-bottom: 1px solid rgba(208, 197, 175, 0.4);
  background: rgba(252, 249, 248, 0.96);
}

.life-admin-profile {
  display: flex;
  align-items: center;
  gap: 13px;
}

.life-admin-profile > img {
  width: 42px;
  height: 42px;
  border: 2px solid rgba(212, 175, 55, 0.35);
  border-radius: 50%;
  object-fit: cover;
}

.life-admin-profile__text {
  display: grid;
  text-align: right;
}

.life-admin-profile__text strong {
  font-size: 13px;
}

.life-admin-profile__text span {
  margin-top: 2px;
  color: #7f7663;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.life-admin-logout {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #695d45;
  background: transparent;
  cursor: pointer;
}

.life-admin-logout:hover {
  color: #735c00;
  background: #f0eded;
}

.life-admin-notification {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #4d4635;
}

.life-admin-notification i {
  position: absolute;
  top: 8px;
  right: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ba1a1a;
}

.life-admin-main {
  flex: 1 0 auto;
  width: min(1280px, 100%);
  box-sizing: border-box;
  margin-inline: auto;
  padding: 32px;
}

.life-admin-content > .flash-region {
  top: 88px;
}

.life-admin-footer {
  display: flex;
  flex: 0 0 auto;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 32px;
  border-top: 1px solid #d0c5af;
  color: #695d45;
  background: #f6f3f2;
  font-size: 12px;
}

.life-admin-footer nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.life-admin-footer a {
  color: #695d45;
  font-weight: 600;
}

.life-admin-footer a:hover {
  color: #735c00;
}

.life-dashboard__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.life-dashboard__heading h1 {
  margin-bottom: 5px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 600;
}

.life-dashboard__heading p {
  margin: 0;
  color: #7f7663;
  font-size: 13px;
}

.life-dashboard__heading > div:last-child {
  display: flex;
  gap: 10px;
}

.life-admin-period,
.life-admin-coupon {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border: 1px solid #d0c5af;
  border-radius: 8px;
  color: #4d4635;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.life-admin-coupon {
  color: #735c00;
  border-color: #d4af37;
  background: #ffffff;
}

.life-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 28px;
}

.life-dashboard-metric {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(208, 197, 175, 0.42);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(49, 48, 48, 0.05);
}

.life-dashboard-metric:hover {
  box-shadow: 0 7px 20px rgba(49, 48, 48, 0.09);
}

.life-dashboard-metric > div {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 17px;
  place-items: center;
  border-radius: 8px;
  color: #735c00;
  background: rgba(212, 175, 55, 0.12);
}

.life-dashboard-metric small,
.life-dashboard-metric strong {
  display: block;
}

.life-dashboard-metric small {
  margin-bottom: 5px;
  color: #7f7663;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.life-dashboard-metric strong {
  overflow-wrap: anywhere;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
}

.life-dashboard-metric--alert {
  border-color: rgba(186, 26, 26, 0.16);
  background: rgba(255, 218, 214, 0.28);
}

.life-dashboard-metric--alert > div,
.life-dashboard-metric--alert small,
.life-dashboard-metric--alert strong {
  color: #ba1a1a;
}

.life-dashboard-metric--alert > div {
  background: rgba(186, 26, 26, 0.1);
}

.life-dashboard-middle,
.life-dashboard-bottom {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}

.life-dashboard-bottom {
  grid-template-columns: minmax(280px, 1fr) minmax(0, 2fr);
}

.life-admin-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(208, 197, 175, 0.42);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(49, 48, 48, 0.05);
}

.life-admin-card h2 {
  margin: 0;
  font-size: 18px;
}

.life-sales-chart > header,
.life-last-orders > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.life-sales-chart > header > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #7f7663;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.life-sales-chart > header i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d4af37;
}

.life-sales-chart__bars {
  display: grid;
  height: 260px;
  grid-template-columns: repeat(7, minmax(24px, 1fr));
  gap: 9px;
  align-items: end;
  margin-top: 34px;
  padding: 0 10px 26px;
}

.life-sales-bar {
  position: relative;
  height: 100%;
  border-radius: 8px 8px 0 0;
  background: #f0eded;
}

.life-sales-bar > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 8px;
  border-radius: 8px 8px 0 0;
  background: rgba(212, 175, 55, 0.55);
  transition: background 150ms ease;
}

.life-sales-bar:hover > div {
  background: #d4af37;
}

.life-sales-bar > span {
  position: absolute;
  right: 0;
  bottom: -23px;
  left: 0;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
}

.life-stock-alerts h2,
.life-order-status h2 {
  margin-bottom: 22px;
}

.life-stock-alerts > div {
  display: grid;
  gap: 9px;
}

.life-stock-alert {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(208, 197, 175, 0.25);
  border-radius: 8px;
}

.life-stock-alert:hover {
  background: #f6f3f2;
}

.life-stock-alert > div {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 4px;
  background: #eae7e7;
}

.life-stock-alert img,
.life-stock-alert .produto-sem-imagem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 13px;
}

.life-stock-alert span,
.life-stock-alert strong,
.life-stock-alert small {
  display: block;
  min-width: 0;
}

.life-stock-alert strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.life-stock-alert small {
  margin-top: 5px;
  color: #ba1a1a;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.life-admin-card__link {
  display: block;
  margin-top: 18px;
  color: #735c00;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.life-order-status {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.life-order-status h2 {
  align-self: flex-start;
}

.life-order-status__ring {
  display: grid;
  width: 190px;
  height: 190px;
  margin: 4px 0 24px;
  place-content: center;
  border: 18px solid #d4af37;
  border-right-color: #695d45;
  border-radius: 50%;
  text-align: center;
}

.life-order-status__ring strong,
.life-order-status__ring span {
  display: block;
}

.life-order-status__ring strong {
  font-size: 24px;
}

.life-order-status__ring span {
  color: #7f7663;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.life-order-status__legend {
  display: grid;
  width: 100%;
  gap: 9px;
}

.life-order-status__legend a {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  font-size: 12px;
}

.life-order-status__legend em {
  font-style: normal;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dcd9d9;
}

.status-dot--enviado { background: #d4af37; }
.status-dot--confirmado { background: #695d45; }
.status-dot--novo { background: #dcd9d9; }

.life-last-orders > header {
  margin-bottom: 20px;
}

.life-last-orders > header > a {
  color: #735c00;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.life-last-orders__table {
  overflow-x: auto;
}

.life-last-orders table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
}

.life-last-orders th,
.life-last-orders td {
  padding: 13px 9px;
  border-bottom: 1px solid rgba(208, 197, 175, 0.3);
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
}

.life-last-orders th {
  color: #7f7663;
  font-size: 9px;
  text-transform: uppercase;
}

.life-last-orders tbody tr:last-child td {
  border-bottom: 0;
}

.life-last-orders tbody tr:hover {
  background: #f6f3f2;
}

.life-client {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.life-client i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #eae7e7;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.life-admin-empty {
  padding: 20px !important;
  color: #7f7663;
  text-align: center !important;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .life-dashboard-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .life-dashboard-middle,
  .life-dashboard-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .life-admin-sidebar {
    position: sticky;
    top: 0;
    bottom: auto;
    display: flex;
    width: 100%;
    min-height: 68px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    overflow: visible;
    padding: 10px 14px;
  }

  .life-admin-logo {
    min-height: 48px;
    margin: 0;
  }

  .life-admin-logo__image {
    width: 50px;
    height: 45px;
    flex-basis: 50px;
  }

  .life-admin-logo__text strong {
    font-size: 21px;
  }

  .life-admin-logo__text small {
    font-size: 9px;
  }

  .life-admin-sidebar__nav {
    display: none;
  }

  .life-admin-mobile-menu {
    display: block;
  }

  .life-admin-new-product,
  .life-admin-sidebar__footer {
    display: none;
  }

  .life-admin-content {
    margin-left: 0;
  }

  .life-admin-topbar {
    display: none;
  }

  .life-admin-main {
    padding: 22px 16px;
  }

  .life-admin-content > .flash-region {
    top: 76px;
  }
}

@media (max-width: 600px) {
  .life-admin-sidebar {
    padding: 8px 12px;
  }

  .life-admin-logo {
    gap: 9px;
  }

  .life-admin-logo__image {
    width: 44px;
    height: 40px;
    flex-basis: 44px;
  }

  .life-admin-logo__text strong {
    font-size: 19px;
  }

  .life-admin-logo__text small {
    margin-top: 3px;
    font-size: 8px;
  }

  .life-admin-mobile-menu summary {
    width: 42px;
    height: 42px;
  }

  .life-admin-mobile-menu__panel {
    top: calc(100% + 10px);
    width: min(276px, calc(100vw - 24px));
  }

  .life-dashboard__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .life-dashboard__heading > div:last-child,
  .life-admin-period,
  .life-admin-coupon {
    width: 100%;
  }

  .life-admin-period,
  .life-admin-coupon {
    justify-content: center;
  }

  .life-dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .life-admin-card {
    padding: 20px;
  }

  .life-admin-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .life-admin-footer nav {
    width: 100%;
  }
}

/* Login administrativo */
.life-login-body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0;
  color: #f8f3e8;
  background:
  linear-gradient(135deg, rgba(18, 16, 11, 0.96), rgb(217 191 141 / 90%)), #17140f;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.life-login-shell {
  display: grid;
  min-height: calc(100vh - 84px);
  place-items: center;
  padding: 44px 20px 56px;
}

.life-login-back {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  color: rgba(248, 243, 232, 0.76);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.life-login-back span {
  color: #d4af37;
  font-size: 18px;
  transition: transform 180ms ease;
}

.life-login-back:hover {
  color: #ffffff;
}

.life-login-back:hover span {
  transform: translateX(-3px);
}

.life-login-access {
  display: grid;
  width: min(100%, 560px);
  align-content: center;
  gap: 22px;
}

.life-login-access > .flash-region {
  position: static;
  z-index: auto;
  top: auto;
  right: auto;
  width: 100%;
}

.life-login-access > .flash-region .flash {
  margin: 0;
  border-color: rgba(207, 81, 81, 0.42);
  border-radius: 10px;
  background: rgba(74, 28, 28, 0.56);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
  color: #ffd9d9;
  font-size: 13px;
  font-weight: 600;
}

.life-login-access > .flash-region .flash--notice {
  border-color: rgba(125, 179, 145, 0.45);
  background: rgba(24, 78, 48, 0.45);
  color: #d7f4df;
}

.life-login-brand {
  display: flex;
  justify-content: center;
  padding: 0 20px 18px;
}

.life-login-brand a {
  display: block;
}

.life-login-brand__logo {
  display: block;
  width: min(138px, 42vw);
  height: 120px;
  object-fit: contain;
}

.life-login-brand a > span {
  display: grid;
  width: 52px;
  height: 52px;
  grid-row: 1 / 3;
  place-items: center;
  border: 1px solid #d4af37;
  border-radius: 50%;
  color: #735c00;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
}

.life-login-brand strong {
  align-self: end;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
}

.life-login-brand small {
  align-self: start;
  color: #7f7663;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.life-login-main {
  display: grid;
  flex: 1;
  padding: 32px 16px 64px;
  place-items: center;
}

.life-login-card {
  width: min(100%, 520px);
  box-sizing: border-box;
  padding: 38px 52px 52px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(49, 48, 48, 0.14);
  backdrop-filter: blur(18px);
}

.life-login-card > header {
  margin-bottom: 14px;
  text-align: center;
}

.life-login-card__intro {
  margin-bottom: 34px;
  text-align: center;
}

.life-login-card__intro span {
  display: block;
  margin-bottom: 10px;
  color: #997b00;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.life-login-card__intro h2 {
  margin: 0;
  color: #1c1b1b;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  line-height: 1.08;
}

.life-login-card__intro p {
  margin: 10px 0 0;
  color: rgba(77, 70, 53, 0.7);
  font-size: 14px;
}

.life-login-card h1 {
  margin: 0 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 5vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.life-login-card header p,
.life-login-help p {
  margin: 0;
  color: rgba(77, 70, 53, 0.72);
  font-size: 14px;
}

.life-login-form {
  display: grid;
  gap: 28px;
}

.life-login-field > label {
  display: block;
  margin-bottom: 8px;
  color: #4d4635;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.life-login-field > div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5d5b7;
  transition: border-color 180ms ease;
}

.life-login-field > div:focus-within {
  border-color: #d4af37;
}

.life-login-field .material-symbols-outlined {
  margin-right: 12px;
  color: #7f7663;
  font-size: 20px;
}

.life-login-field > div:focus-within .material-symbols-outlined {
  color: #d4af37;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}

.life-login-field input {
  width: 100%;
  min-width: 0;
  padding: 10px 0;
  border: 0;
  outline: 0;
  color: #1c1b1b;
  background: transparent;
  font: inherit;
}

.life-login-field input::placeholder {
  color: #d0c5af;
}

.life-login-remember {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: -9px;
  color: #695d45;
  font-size: 12px;
  cursor: pointer;
}

.life-login-remember input {
  accent-color: #735c00;
}

.life-login-submit {
  min-height: 52px;
  margin-top: 2px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: #d4af37;
  box-shadow: 0 8px 20px rgba(115, 92, 0, 0.12);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.life-login-submit:hover {
  background: #735c00;
}

.life-login-submit:active {
  transform: scale(0.98);
}

.life-login-help {
  margin-top: 42px;
  text-align: center;
}

.life-login-help a {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ffe088;
  color: #735c00;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.life-login-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 36px;
  border-top: 1px solid rgba(212, 175, 55, 0.16);
  color: rgba(248, 243, 232, 0.56);
  background: #12100b;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.life-login-footer nav {
  display: flex;
  gap: 28px;
}

.life-login-footer a:hover {
  color: #735c00;
}

@media (max-width: 900px) {
  .life-login-shell {
    min-height: auto;
    padding: 28px 18px 44px;
  }

  .life-login-access {
    width: min(100%, 520px);
  }
}

@media (max-width: 600px) {
  .life-login-back {
    font-size: 10px;
  }

  .life-login-brand {
    padding: 0 12px 16px;
  }

  .life-login-brand__logo {
    width: 110px;
    height: 96px;
  }

  .life-login-main {
    padding: 14px 12px 40px;
  }

  .life-login-card {
    width: 100%;
    padding: 32px 20px 34px;
    border-radius: 12px;
  }

  .life-login-card__intro h2 {
    font-size: 27px;
  }

  .life-login-form {
    gap: 22px;
  }

  .life-login-field input {
    font-size: 16px;
  }

  .life-login-footer {
    align-items: center;
    flex-direction: column;
    padding: 28px 16px;
    text-align: center;
  }
}

/* Detalhes editoriais do produto. */
.product-show {
  overflow: hidden;
  padding-top: 30px;
}

.product-show__breadcrumb,
.product-show__hero,
.related-products {
  width: min(1280px, calc(100% - 128px));
  margin-inline: auto;
}

.product-show__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 0 34px;
  color: #7f7663;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product-show__breadcrumb a:hover,
.product-show__breadcrumb span:last-child {
  color: #735c00;
}

.product-show__breadcrumb span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-show__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.85fr);
  gap: 54px;
  align-items: start;
  padding-bottom: 100px;
}

.product-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
}

.product-gallery__control {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.product-gallery__thumbs {
  display: flex;
  max-height: 690px;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  scrollbar-width: none;
}

.product-gallery__thumbs::-webkit-scrollbar {
  display: none;
}

.product-gallery__thumbs label {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(208, 197, 175, 0.45);
  background: #f0eded;
  cursor: pointer;
  opacity: 0.58;
  transition: border-color 180ms ease, opacity 180ms ease;
}

.product-gallery__thumbs label:hover {
  border-color: #735c00;
  opacity: 1;
}

.product-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery__stage {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f0eded;
}

.product-gallery__slide {
  position: absolute;
  inset: 0;
  display: none;
  margin: 0;
  overflow: hidden;
}

.product-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.product-gallery__slide:hover img {
  transform: scale(1.045);
}

.product-gallery__control:nth-of-type(1):checked ~ .product-gallery__stage .product-gallery__slide:nth-child(1),
.product-gallery__control:nth-of-type(2):checked ~ .product-gallery__stage .product-gallery__slide:nth-child(2),
.product-gallery__control:nth-of-type(3):checked ~ .product-gallery__stage .product-gallery__slide:nth-child(3),
.product-gallery__control:nth-of-type(4):checked ~ .product-gallery__stage .product-gallery__slide:nth-child(4),
.product-gallery__control:nth-of-type(5):checked ~ .product-gallery__stage .product-gallery__slide:nth-child(5),
.product-gallery__control:nth-of-type(6):checked ~ .product-gallery__stage .product-gallery__slide:nth-child(6) {
  display: block;
}

.product-gallery__control:nth-of-type(1):checked ~ .product-gallery__thumbs label:nth-child(1),
.product-gallery__control:nth-of-type(2):checked ~ .product-gallery__thumbs label:nth-child(2),
.product-gallery__control:nth-of-type(3):checked ~ .product-gallery__thumbs label:nth-child(3),
.product-gallery__control:nth-of-type(4):checked ~ .product-gallery__thumbs label:nth-child(4),
.product-gallery__control:nth-of-type(5):checked ~ .product-gallery__thumbs label:nth-child(5),
.product-gallery__control:nth-of-type(6):checked ~ .product-gallery__thumbs label:nth-child(6) {
  border-color: #735c00;
  opacity: 1;
}

.product-gallery__favorite {
  position: absolute;
  z-index: 3;
  top: 17px;
  right: 17px;
}

.product-gallery__favorite input[type="submit"] {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0 0 4px;
  border: 0;
  border-radius: 50%;
  color: #735c00;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(28, 27, 27, 0.12);
  font-size: 26px;
}

.product-gallery__favorite input[type="submit"]:hover {
  color: #ffffff;
  background: #735c00;
}

.product-show__content {
  position: sticky;
  top: 116px;
  min-width: 0;
  padding-top: 12px;
}

.product-show__identity > a,
.product-show__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #735c00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.product-show__identity > a:hover {
  color: #d4af37;
}

.product-show__title {
  margin-bottom: 9px;
  overflow-wrap: anywhere;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.product-show__identity p {
  margin: 0;
  color: #695d45;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product-show__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 13px;
  margin-top: 25px;
}

.product-show__price strong {
  color: #735c00;
  font-size: 27px;
  font-weight: 600;
}

.product-show__price del {
  color: #7f7663;
  font-size: 14px;
}

.product-show__volume {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
}

.product-show__volume > span {
  width: 100%;
  color: #695d45;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-show__volume strong {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 22px;
  border: 2px solid #735c00;
  color: #735c00;
  background: rgba(212, 175, 55, 0.08);
  font-size: 13px;
}

.product-show__volume small {
  color: #7f7663;
  font-size: 12px;
}

.product-show__purchase {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 10px;
  margin-top: 38px;
}

.product-show__purchase > div {
  display: grid;
  grid-template-rows: auto 1fr;
}

.product-show__purchase label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.product-show__purchase input[type="number"] {
  width: 100%;
  min-height: 56px;
  border: 1px solid #d0c5af;
  outline: 0;
  color: #4d4635;
  background: #ffffff;
  text-align: center;
}

.product-show__purchase input[type="number"]:focus {
  border-color: #735c00;
}

.product-show__purchase input[type="submit"] {
  min-height: 56px;
  padding: 12px 20px;
  border: 0;
  color: #241a00;
  background: #d4af37;
  box-shadow: 0 12px 28px rgba(115, 92, 0, 0.15);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-show__purchase input[type="submit"]:hover {
  color: #ffffff;
  background: #735c00;
}

.product-show__checkout-note {
  margin: 10px 0 0;
  color: #7f7663;
  text-align: right;
  font-size: 11px;
}

.product-show__unavailable {
  margin-top: 38px;
  padding: 17px 20px;
  border: 1px solid #d0c5af;
  color: #695d45;
  text-align: center;
  background: #f0eded;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-show__assurances {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.product-show__assurances div {
  display: flex;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(208, 197, 175, 0.42);
  background: #f6f3f2;
}

.product-show__assurances i {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border: 1px solid #d4af37;
  border-radius: 50%;
  color: #735c00;
  font-size: 12px;
  font-style: normal;
}

.product-show__assurances span {
  color: #50462f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-show__description {
  margin-top: 28px;
  padding-top: 25px;
  border-top: 1px solid rgba(208, 197, 175, 0.48);
}

.product-show__description p {
  margin: 0;
  color: #695d45;
  font-size: 13px;
  line-height: 1.75;
}

.product-show__specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 25px 0 0;
}

.product-show__specs div {
  min-width: 0;
}

.product-show__specs dt {
  margin-bottom: 4px;
  color: #7f7663;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-show__specs dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #4d4635;
  font-size: 11px;
}

.olfactory-architecture {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  border-block: 1px solid rgba(208, 197, 175, 0.3);
  background: #f6f3f2;
}

.olfactory-architecture::after {
  position: absolute;
  top: -30px;
  right: -60px;
  color: rgba(115, 92, 0, 0.035);
  content: "Essência";
  font-family: "Playfair Display", Georgia, serif;
  font-size: 200px;
  font-style: italic;
  line-height: 1;
  pointer-events: none;
}

.olfactory-architecture__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1120px, calc(100% - 128px));
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: 90px;
  align-items: center;
}

.olfactory-architecture h2,
.related-products h2 {
  margin-bottom: 13px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 33px;
  font-weight: 600;
}

.olfactory-architecture__inner > div:first-child > p {
  max-width: 580px;
  margin: 0;
  color: #695d45;
  font-size: 14px;
  line-height: 1.7;
}

.olfactory-notes {
  display: grid;
  gap: 0;
  margin-top: 45px;
}

.olfactory-note {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 22px;
  min-height: 88px;
}

.olfactory-note > div:first-child {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.olfactory-note > div:first-child strong {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border: 1px solid #735c00;
  border-radius: 50%;
  color: #735c00;
  font-size: 11px;
  transition: color 180ms ease, background 180ms ease;
}

.olfactory-note:hover > div:first-child strong {
  color: #ffffff;
  background: #735c00;
}

.olfactory-note i {
  width: 1px;
  height: 42px;
  background: linear-gradient(#d4af37, rgba(212, 175, 55, 0.08));
}

.olfactory-note:last-child i {
  display: none;
}

.olfactory-note > div:last-child {
  padding-top: 4px;
}

.olfactory-note h3 {
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.olfactory-note p {
  margin: 0;
  color: #695d45;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
}

.olfactory-architecture__visual {
  display: flex;
  justify-content: center;
}

.olfactory-architecture__visual > div {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 1;
  padding: 28px;
  border: 1px solid rgba(127, 118, 99, 0.32);
  border-radius: 50%;
}

.olfactory-architecture__visual > div::before {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 50%;
  content: "";
}

.olfactory-architecture__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 20px 44px rgba(49, 48, 48, 0.14);
  object-fit: cover;
}

.related-products {
  padding: 96px 0 110px;
}

.related-products > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}

.related-products h2 {
  margin: 0;
}

.related-products > header > a {
  padding-bottom: 3px;
  border-bottom: 1px solid #d4af37;
  color: #735c00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.related-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.related-product {
  min-width: 0;
  text-align: center;
}

.related-product__media {
  display: flex;
  aspect-ratio: 3 / 4;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
  background: #f0eded;
}

.related-product__media .catalog-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.related-product:hover .catalog-product-card__image {
  transform: scale(1.045);
}

.related-product small {
  color: #7f7663;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.related-product h3 {
  min-height: 40px;
  margin: 6px 0 3px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: uppercase;
}

.related-product h3 a:hover {
  color: #735c00;
}

.related-product strong {
  color: #735c00;
  font-size: 13px;
}

@media (max-width: 1040px) {
  .product-show__hero {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
    gap: 34px;
  }

  .product-gallery {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .product-show__assurances,
  .product-show__specs {
    grid-template-columns: 1fr;
  }

  .olfactory-architecture__inner {
    gap: 50px;
  }
}

@media (max-width: 800px) {
  .product-show__breadcrumb,
  .product-show__hero,
  .related-products,
  .olfactory-architecture__inner {
    width: min(100% - 32px, 1280px);
  }

  .product-show__hero {
    grid-template-columns: 1fr;
    padding-bottom: 70px;
  }

  .product-show__content {
    position: static;
    padding-top: 0;
  }

  .olfactory-architecture {
    padding: 72px 0;
  }

  .olfactory-architecture__inner {
    grid-template-columns: 1fr;
  }

  .olfactory-architecture__visual > div {
    width: min(100%, 360px);
  }

  .related-products {
    padding: 72px 0 80px;
  }

  .related-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 18px;
  }
}

@media (max-width: 520px) {
  .product-show {
    padding-top: 18px;
  }

  .product-show__breadcrumb {
    padding-bottom: 22px;
  }

  .product-gallery {
    display: flex;
    flex-direction: column;
  }

  .product-gallery__thumbs {
    max-height: none;
    flex-direction: row;
    order: 2;
    overflow-x: auto;
  }

  .product-gallery__stage {
    order: 1;
  }

  .product-gallery__thumbs label {
    width: 68px;
  }

  .product-show__title {
    font-size: 37px;
  }

  .product-show__purchase {
    grid-template-columns: 82px minmax(0, 1fr);
  }

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

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

  .olfactory-architecture::after {
    display: none;
  }

  .related-products > header {
    align-items: flex-start;
    flex-direction: column;
  }
}
