:root {
  --bg: #fffdfb;
  --pink: #fde9e6;
  --line: #ead8d2;
  --brown: #9b6a66;
  --gold: #d9ad72;
  --text: #270908;
  --muted: #64575a;
}

* { box-sizing: border-box; }
html,
body,
#app,
.v-application {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
}
a { color: inherit; text-decoration: none; }
.v-application { background: var(--bg) !important; color: var(--text) !important; }
.loading { min-height: 100vh; display: grid; place-items: center; }
h1, h2, h3, h4, .logo { font-family: "Playfair Display", Georgia, serif; font-weight: 500; letter-spacing: 0; }

.top-strip {
  background: var(--pink);
  color: var(--brown);
  height: 28px;
  display: grid;
  place-items: center;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .12em;
}

.store-header {
  height: 72px;
  display: grid;
  grid-template-columns: 220px minmax(260px, 1fr) auto;
  align-items: center;
  gap: 26px;
  padding: 0 clamp(28px, 10vw, 165px);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.logo { font-size: 20px; white-space: nowrap; }
.logo span { color: var(--gold); }
.search-field .v-field {
  border-radius: 3px;
  background: #fff;
  font-size: 12px;
}
.store-header nav {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}
.store-header nav a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
}
.store-header nav b {
  background: var(--brown);
  color: white;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-size: 10px;
}

.cat-menu {
  height: 42px;
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  font-size: 12px;
  overflow-x: auto;
  padding: 0 20px;
}
.cat-menu a { white-space: nowrap; }

.hero-vue {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 54px;
  align-items: center;
  padding: 42px clamp(28px, 10vw, 165px);
}
.hero-vue span {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .35em;
  font-size: 10px;
  font-weight: 700;
}
.hero-vue h1 {
  margin: 8px 0 12px;
  font-size: clamp(42px, 5.7vw, 74px);
  line-height: .95;
}
.hero-vue p {
  color: var(--muted);
  max-width: 420px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.hero-vue img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 7px;
}

.brown-btn {
  background: var(--brown) !important;
  color: #fff !important;
  border-radius: 4px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
}
.full { width: 100%; }
.payment-status-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.payment-status-actions .forgot-link {
  justify-self: start;
  margin-top: 6px;
}
.whatsapp-btn {
  background: #25d366 !important;
  color: white !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .02em !important;
}
.pix-btn {
  background: #32bcad !important;
  color: white !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}
.mp-btn {
  background: #009ee3 !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.mp-btn .v-btn__content {
  white-space: nowrap;
}
.mp-pix-btn {
  background: #25b7a8 !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.mp-caption {
  color: #52606d !important;
  text-align: center;
}
.payment-modal {
  border-radius: 6px !important;
  overflow: hidden;
}
.payment-modal .v-card-title {
  display: flex;
  align-items: center;
  padding: 18px 22px;
  font: 500 22px "Playfair Display", serif;
  border-bottom: 1px solid var(--line);
}
.payment-modal .v-card-text {
  display: grid;
  gap: 14px;
  padding: 20px 22px 24px !important;
}
.payment-total {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.pix-qr {
  width: min(240px, 100%);
  margin: 0 auto;
  aspect-ratio: 1;
  object-fit: contain;
}
.pix-code {
  width: 100%;
  min-height: 72px;
  resize: none;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  font: 12px Inter, sans-serif;
  color: var(--text);
}
#cardPaymentBrick_container {
  min-height: 300px;
}
#cardPaymentBrick_container img {
  max-width: none;
  object-fit: contain;
}

.mini-cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 18;
  background: rgba(25, 14, 13, .12);
}
.mini-cart {
  position: fixed;
  z-index: 19;
  right: clamp(16px, 8vw, 130px);
  top: 92px;
  width: min(360px, calc(100vw - 32px));
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(45, 24, 22, .16);
  padding: 18px 16px 16px;
}
.mini-cart header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 12px;
}
.mini-cart h2 {
  font-size: 19px;
  margin: 0;
}
.mini-cart button {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--text);
  cursor: pointer;
  display: inline-grid;
  height: 26px;
  place-items: center;
  width: 26px;
}
.mini-cart-items {
  display: grid;
  gap: 14px;
  max-height: min(48vh, 410px);
  overflow-y: auto;
  padding-bottom: 14px;
}
.mini-cart article {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 54px minmax(0, 1fr) 26px;
}
.mini-cart article img {
  background: #fbefec;
  height: 70px;
  object-fit: cover;
  width: 54px;
}
.mini-cart article strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}
.mini-cart article span,
.mini-cart article small {
  color: var(--muted);
  display: block;
  font-size: 11px;
  margin-top: 5px;
  text-transform: uppercase;
}
.mini-cart article small b {
  color: var(--text);
}
.mini-cart > p {
  border-top: 1px solid var(--line);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin: 0 0 15px;
  padding: 15px 0 0;
}
.mini-cart-checkout {
  background: #312e2e !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
.account-dropdown {
  position: fixed;
  z-index: 20;
  right: clamp(16px, 8vw, 130px);
  top: 92px;
  width: min(230px, calc(100vw - 32px));
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(45, 24, 22, .14);
  padding: 8px;
}
.account-dropdown button {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  padding: 0 10px;
  text-align: left;
}
.account-dropdown button:hover {
  background: #fbefec;
  color: var(--brown);
}

.benefits-vue {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 38px clamp(28px, 10vw, 165px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.benefits-vue div { display: grid; justify-items: center; gap: 3px; }
.benefits-vue i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f9d9d6;
  color: var(--brown);
  font-size: 17px;
  margin-bottom: 8px;
}
.benefits-vue strong { font-family: "Playfair Display", Georgia, serif; font-size: 13px; font-weight: 500; }
.benefits-vue span { color: var(--muted); font-size: 11px; }

.product-section-vue {
  padding: 50px clamp(28px, 10vw, 165px);
  background: var(--bg);
}
.pink-section { background: var(--pink); }
.section-head { text-align: center; margin-bottom: 30px; }
.section-head small {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .5em;
  font-size: 10px;
  font-weight: 800;
}
.section-head h1,
.section-head h2 {
  margin: 7px 0 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}
.grid-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card-vue {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  contain: content;
}
.product-card-vue > a {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1.32;
  background: #fbefec;
}
.product-card-vue img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card-vue > a span {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--gold);
  color: #fff;
  border-radius: 3px;
  padding: 5px 7px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 800;
}
.product-card-vue > a span.soldout-badge {
  background: #745753;
}
.product-card-vue.soldout img {
  opacity: .62;
}
.product-card-vue > div {
  padding: 14px 14px 12px;
  text-align: center;
}
.product-card-vue h3 {
  font-size: 14px;
  line-height: 1.3;
  min-height: 36px;
  margin: 0 0 7px;
}
.product-card-vue p {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin: 0;
}
.product-card-vue del {
  color: var(--muted);
  font-size: 10px;
}
.product-card-vue b {
  color: var(--brown);
  font-size: 13px;
}
.product-card-vue b em,
.product-panel > strong em {
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  font-size: .55em;
  font-style: normal;
  font-weight: 500;
}
.product-card-vue small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 3px;
}
.product-card-vue footer {
  display: grid;
  margin-top: 12px;
}
.product-card-vue button,
.product-card-vue footer a {
  height: 29px;
  border-radius: 999px;
  border: 1px solid var(--brown);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.product-card-vue button {
  background: var(--brown);
  color: #fff;
}
.product-card-vue footer a {
  display: grid;
  place-items: center;
  color: var(--brown);
}
.product-card-vue footer a.buy-only {
  background: var(--brown);
  color: #fff;
}
.product-card-vue button.soldout-action {
  background: #d7c7c4;
  border-color: #d7c7c4;
  cursor: not-allowed;
}

.shop-page {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 32px;
  padding: 34px clamp(28px, 10vw, 165px);
}
.filters-vue {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  height: max-content;
}
.filters-vue p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 12px;
}
.filters-vue h2 {
  margin: 0 0 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.filters-vue h2:not(:first-of-type) {
  margin-top: 24px;
}
.filter-options > button {
  display: block;
  width: max-content;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 0;
  margin: 0 0 8px;
  font-size: 12px;
  cursor: pointer;
}
.filter-options > button.active,
.filter-options > button:hover {
  color: var(--brown);
  font-weight: 700;
}
.mobile-filters-toggle {
  display: none;
}
.filter-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filter-chips button {
  min-width: 30px;
  height: 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--brown);
  padding: 0 10px;
  font-size: 11px;
  cursor: pointer;
}
.filter-chips button.active {
  background: var(--brown);
  border-color: var(--brown);
  color: #fff;
}
.color-chips button {
  min-width: auto;
}
.price-filter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.price-filter input,
.plain-select {
  width: 100%;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
  padding: 0 10px;
  color: var(--text);
  font-size: 12px;
}
.stock-check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text);
  font-size: 12px;
}
.stock-check input {
  width: 13px;
  height: 13px;
}

.product-view {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) 390px;
  gap: 32px;
  padding: 42px clamp(28px, 10vw, 165px);
  align-items: start;
}
.gallery-vue {
  min-width: 0;
  position: relative;
}
.gallery-vue > img {
  width: 100%;
  max-height: 720px;
  height: auto;
  object-fit: contain;
  background: #fbefec;
  border-radius: 8px;
}
.gallery-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: var(--brown);
  box-shadow: 0 8px 22px rgba(80, 44, 40, .16);
  cursor: pointer;
  font-size: 24px;
}
.gallery-arrow.prev { left: 14px; }
.gallery-arrow.next { right: 14px; }
.gallery-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
}
.gallery-thumbs button {
  width: 68px;
  height: 82px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  opacity: .68;
}
.gallery-thumbs button.active {
  opacity: 1;
  border-color: var(--brown);
}
.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-empty {
  min-height: 420px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
}
.product-panel {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  height: max-content;
}
.product-panel small { color: var(--gold); text-transform: uppercase; letter-spacing: .2em; }
.product-panel h1 { font-size: 34px; line-height: 1; margin: 8px 0 14px; }
.product-panel p { color: var(--muted); line-height: 1.6; }
.product-panel .v-btn { margin-top: 8px; }
.product-panel > strong { color: var(--brown); font-size: 20px; }
.product-panel .sold-out-message {
  color: var(--brown);
  font: 600 15px Inter, Arial, sans-serif;
  margin: 18px 0 6px;
  text-transform: uppercase;
}
.option-group {
  margin: 16px 0;
}
.option-group h4 {
  margin: 0 0 9px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .04em;
}
.option-group button {
  min-width: 34px;
  height: 25px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--brown);
  padding: 0 12px;
  margin: 0 7px 8px 0;
  font-size: 12px;
  cursor: pointer;
}
.option-group button.active {
  background: var(--brown);
  border-color: var(--brown);
  color: #fff;
}
.option-group button.disabled,
.option-group button:disabled {
  opacity: .35;
  cursor: not-allowed;
  text-decoration: line-through;
}
.cart-notice {
  display: block;
  background: #eefbf3;
  color: #257a42;
  border: 1px solid #b9e7c8;
  border-radius: 4px;
  padding: 9px 10px;
  line-height: 1.4;
  margin: 10px 0;
}

.cart-vue {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 26px;
  min-height: 390px;
  padding: 26px clamp(28px, 10vw, 165px) 70px;
}
.cart-vue h1 {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 28px;
  margin: 0 0 2px;
}
.cart-list-vue { display: grid; gap: 12px; align-content: start; }
.cart-row {
  display: grid;
  grid-template-columns: 64px 1fr 86px 90px;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.cart-row img { width: 64px; height: 74px; object-fit: cover; border-radius: 3px; }
.cart-row strong { font-family: "Playfair Display", Georgia, serif; font-weight: 500; }
.cart-row span { display: block; color: var(--muted); font-size: 11px; }
.cart-row b { color: var(--text); }
.qty-input {
  width: 70px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--bg);
  padding: 0 8px;
  text-align: center;
}

.summary-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  height: max-content;
  display: grid;
  gap: 10px;
}
.summary-card h2 {
  font-size: 17px;
  margin: 0 0 14px;
}
.summary-card p {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 12px;
  margin: 0;
  line-height: 1.35;
}
.summary-card p span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.summary-card .total {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  font-size: 14px;
}
.summary-card small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
}
.summary-card .v-btn {
  margin: 0;
}
.summary-card .whatsapp-btn,
.summary-card .brown-btn,
.summary-card .mp-btn,
.summary-card .mp-pix-btn {
  min-height: 40px;
}
.coupon-row {
  display: grid;
  grid-template-columns: 1fr 58px;
  gap: 7px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 2px;
}
.coupon-row .v-btn { min-width: 0; padding: 0 8px; font-size: 10px; }
.checkout-coupon-row {
  grid-template-columns: 1fr 70px;
  padding: 4px 0 12px;
  margin: 2px 0 0;
}
.checkout-coupon-row .v-field {
  background: #fff;
}

.checkout-vue {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 26px;
  max-width: 710px;
  margin: 0 auto;
  padding: 26px 0 48px;
}
.checkout-vue h1 {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 28px;
  margin: 0;
}
.checkout-vue form h2 {
  font-size: 16px;
  margin: 0 0 10px;
}
.checkout-vue form h2:not(:first-child) { margin-top: 18px; }
.checkout-vue form .v-input {
  margin-bottom: 10px;
}
.checkout-vue form .v-field {
  background: #fff;
  border-radius: 4px;
}
.checkout-vue form .v-input__details {
  display: none;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 80px;
  gap: 10px;
}

.footer-vue {
  background: #f6f6f6;
  border-top: 1px solid #dedede;
  padding: 0 clamp(28px, 4vw, 48px);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.25fr 1fr;
  gap: 58px;
  padding: 46px 0;
  border-bottom: 1px solid #d8d8d8;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  padding: 34px 0 48px;
}
.footer-vue h3,
.footer-vue h4 {
  font-size: 16px;
  margin: 0 0 22px;
  color: #111;
}
.footer-vue p,
.footer-vue a {
  display: block;
  color: #111;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 12px;
}
.footer-vue i {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
}
.social-buttons {
  display: flex;
  gap: 12px;
}
.social-buttons a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
  margin: 0;
}
.social-buttons i {
  margin: 0;
  font-size: 22px;
}
.footer-security {
  text-align: center;
}
.footer-security img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: min(100%, 330px);
  object-fit: contain;
}
.footer-vue > small {
  display: block;
  text-align: center;
  border-top: 1px solid #d8d8d8;
  padding: 14px;
  color: var(--muted);
}

.policy-page {
  padding: 52px clamp(20px, 12vw, 220px);
  min-height: 520px;
}
.policy-page article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 48px);
}
.policy-page h1 {
  font-size: clamp(30px, 5vw, 48px);
  margin: 0 0 24px;
}
.policy-page p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 15px;
}

.login-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--bg);
}
.login-card {
  width: min(410px, calc(100vw - 30px));
  padding: 24px;
  border: 1px solid var(--line);
  box-shadow: none !important;
}
.login-card h1 { font-size: 26px; margin-bottom: 18px; }
.login-card .v-input {
  margin-bottom: 12px;
}
.login-card .v-field {
  min-height: 46px;
}
.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 14px;
}
.google-login-wrap {
  display: flex;
  justify-content: center;
  min-height: 42px;
  margin: 6px 0 14px;
}
.register-address-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
}
.register-address-grid .v-input:first-child,
.register-address-grid .v-input:nth-child(2),
.register-address-grid .v-input:nth-child(4) {
  grid-column: 1 / -1;
}
.account-tabs {
  display: flex;
  gap: 8px;
  margin: 18px 0;
  border-bottom: 1px solid var(--line);
}
.account-tabs button {
  border: 0;
  background: transparent;
  padding: 10px 12px;
  color: var(--muted);
  cursor: pointer;
}
.account-tabs button.active {
  color: var(--brown);
  border-bottom: 2px solid var(--brown);
  font-weight: 700;
}
.form-error,
.warning-message {
  display: block;
  background: #fff2f1;
  border: 1px solid #efc7c2;
  color: #9b3f37;
  border-radius: 4px;
  padding: 9px 10px;
  line-height: 1.4;
  margin: 0 0 12px;
}
.form-success {
  display: block;
  color: #287a43;
  line-height: 1.4;
  margin: 0 0 12px;
}
.terms-check {
  margin: 8px 0 12px;
}
.terms-check .v-label {
  opacity: 1;
  font-size: 12px;
  line-height: 1.35;
}
.terms-check a {
  color: var(--brown);
  text-decoration: underline;
}
.form-hint {
  display: block;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  margin: -5px 0 12px;
}
.forgot-link {
  border: 0;
  background: transparent;
  color: var(--brown);
  margin-top: 12px;
  cursor: pointer;
  text-decoration: underline;
}
.forgot-link:disabled {
  cursor: wait;
  opacity: .65;
}
.password-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.password-action .forgot-link {
  margin-top: 0;
  font-size: 13px;
}
.auth-footer {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding-top: 18px;
}
.auth-footer .forgot-link {
  margin-top: 0;
  font-size: 13px;
  text-decoration: none;
}
.auth-footer .forgot-link:hover {
  text-decoration: underline;
}
.auth-tabs button {
  height: 34px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 4px;
  color: var(--muted);
  cursor: pointer;
}
.auth-tabs button.active {
  background: var(--brown);
  color: #fff;
  border-color: var(--brown);
}
.account-page {
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: 38px 16px;
}
.account-card {
  width: min(760px, 100%);
  padding: 24px;
  border: 1px solid var(--line);
  box-shadow: none !important;
}
.account-card h1 {
  font-size: 28px;
  margin-bottom: 8px;
}
.account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}
.orders-list {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}
.orders-list article {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  background: #fff;
}
.orders-list header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}
.orders-list span {
  display: block;
  color: var(--brown);
  font-weight: 700;
  margin-top: 4px;
}
.orders-list small {
  color: var(--muted);
}
.order-items {
  display: grid;
  gap: 10px;
}
.order-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: start;
}
.order-item img {
  width: 64px;
  height: 78px;
  object-fit: cover;
  border-radius: 4px;
  background: #fbefec;
}
.order-item p {
  margin: 5px 0;
  color: var(--muted);
  line-height: 1.45;
}

.admin-vue {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 178px 1fr;
  background: var(--bg);
}
.admin-vue aside {
  background: #fff;
  border-right: 1px solid var(--line);
  padding: 12px 16px;
}
.admin-vue aside h1 {
  font-size: 17px;
  margin: 0 0 22px;
}
.admin-vue aside button {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: var(--muted);
  padding: 0 10px;
  margin-bottom: 7px;
  text-align: left;
  font-size: 12px;
  cursor: pointer;
}
.admin-vue aside button.active {
  background: #f6d9d8;
  color: var(--brown);
}
.admin-main { padding: 24px 32px; }
.admin-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.admin-main h2 {
  font-size: 22px;
  margin: 0 0 18px;
}
.admin-product-tools {
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) minmax(190px, 1fr) 130px;
  gap: 10px;
  align-items: start;
  margin-bottom: 10px;
}
.admin-product-summary {
  color: var(--muted);
  font-size: 12px;
  margin: 0 0 10px;
}
.admin-table-vue {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 12px;
}
.admin-table-vue th {
  height: 34px;
  background: #fbefec;
  text-align: left;
  padding: 0 12px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .05em;
}
.admin-table-vue td {
  height: 54px;
  border-top: 1px solid var(--line);
  padding: 8px 12px;
}
.admin-table-vue td:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
}
.admin-table-vue .admin-empty-row {
  display: table-cell !important;
  height: 70px;
  text-align: center;
  color: var(--muted);
}
.admin-table-vue.orders-table td:first-child,
.admin-table-vue.users-table td:first-child {
  display: table-cell;
}
.admin-table-vue.orders-table td {
  vertical-align: top;
  height: auto;
}
.admin-table-vue.orders-table small {
  display: block;
  color: var(--muted);
  line-height: 1.45;
  margin-top: 4px;
}
.admin-table-vue.orders-table strong {
  display: block;
  margin-bottom: 2px;
}
.admin-table-vue td img {
  width: 32px;
  height: 38px;
  object-fit: cover;
  border-radius: 3px;
}
.admin-table-vue .admin-status {
  display: inline-block;
  background: #f6d9d8;
  color: var(--brown);
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 10px;
}
.admin-table-vue .admin-status.inactive {
  background: #eee;
  color: #777;
}
.admin-save-btn {
  min-width: 78px;
  height: 32px;
  border: 0;
  border-radius: 4px;
  background: var(--brown);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(39, 9, 8, .16);
}
.admin-save-btn.v-btn,
.admin-sync-btn.v-btn {
  color: #fff !important;
  text-transform: none;
  letter-spacing: 0;
}
.admin-sync-btn.v-btn {
  background: var(--brown);
  border-color: var(--brown);
}
.admin-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
}
.admin-save-btn:hover {
  filter: brightness(.96);
}
.admin-form-line,
.coupon-admin,
.variation-add {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: start;
  margin-bottom: 14px;
}
.image-actions {
  grid-template-columns: 1fr auto auto;
}
.file-button {
  height: 40px;
  display: inline-grid;
  place-items: center;
  padding: 0 16px;
  border-radius: 4px;
  background: var(--brown);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.file-button input {
  display: none;
}
.coupon-admin {
  align-items: end;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  padding: 14px;
}
.coupon-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.coupon-field span {
  color: var(--brown);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.coupon-field-status {
  align-self: stretch;
}
.coupon-field-status .v-selection-control {
  min-height: 40px;
}
.coupon-create-btn {
  grid-column: 1 / -1;
  justify-self: start;
  min-width: 220px;
}
.coupon-field-email {
  grid-column: span 2;
}
.settings-grid {
  max-width: 650px;
  display: grid;
  gap: 10px;
}
.product-modal {
  border-radius: 12px !important;
  box-shadow: none !important;
}
.pix-modal .v-card-title {
  display: flex;
  align-items: center;
  font-family: "Playfair Display", Georgia, serif;
  border-bottom: 1px solid var(--line);
}
.pix-qr {
  width: 220px;
  height: 220px;
  display: block;
  margin: 14px auto;
}
.pix-code {
  width: 100%;
  min-height: 96px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px;
  font-size: 12px;
}
.card-form {
  display: grid;
  gap: 10px;
}
.card-form small {
  color: var(--muted);
  line-height: 1.4;
}
.product-modal .v-card-text {
  padding: 18px 18px 8px !important;
}
.product-modal .v-card-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  padding: 16px 18px !important;
}
.edit-form-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}
.edit-row {
  display: grid;
  grid-template-columns: 1fr 88px;
  gap: 8px;
}
.edit-form-grid .v-field {
  min-height: 48px;
  background: #fff;
}
.edit-form-grid textarea {
  min-height: 112px;
}
.edit-form-grid .v-label {
  background: #fff;
  padding: 0 4px;
  opacity: 1;
}
.checks { display: flex; gap: 12px; }
.image-list { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 8px; }
.image-list div { position: relative; }
.image-list img { width: 58px; height: 74px; object-fit: cover; border-radius: 4px; }
.image-list button {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background: #d44545;
  color: white;
}
.variation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fbefec;
  border-radius: 4px;
  padding: 6px 10px;
  margin-bottom: 5px;
}
.variation-add { grid-template-columns: 80px 1fr 70px 70px; }
.manual-order-item {
  display: grid;
  grid-template-columns: minmax(180px, 2fr) repeat(2, minmax(90px, 1fr)) 82px 36px;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.v-field {
  border-radius: 3px !important;
  font-size: 12px;
}
.v-input__details { display: none; }

@media (max-width: 1080px) {
  .store-header {
    grid-template-columns: minmax(0, 1fr) auto;
    height: auto;
    gap: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .search-field { grid-column: 1 / -1; order: 3; }
  .store-header nav {
    display: flex;
    gap: 12px;
    min-width: 0;
    width: auto;
  }
  .store-header nav a span { display: none !important; }
  .hero-vue,
  .product-view,
  .shop-page,
  .cart-vue,
  .checkout-vue {
    grid-template-columns: 1fr;
  }
  .grid-products,
  .benefits-vue,
  .footer-top,
  .footer-bottom {
    grid-template-columns: repeat(2, 1fr);
  }
  .admin-vue { grid-template-columns: 1fr; }
  .admin-vue aside {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 12px;
  }
  .admin-vue aside h1 { flex: 0 0 auto; margin: 6px 14px 0 0; }
  .admin-vue aside button { flex: 0 0 auto; width: auto; margin: 0; }
  .admin-main { overflow-x: auto; }
}

@media (max-width: 680px) {
  .top-strip {
    height: 34px;
    padding: 0 12px;
    text-align: center;
    font-size: 9px;
  }
  .store-header {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    padding: 12px 16px;
  }
  .logo { font-size: 19px; }
  .store-header nav {
    display: grid;
    flex: 0 0 auto;
    gap: 8px;
    grid-template-columns: repeat(3, 34px);
  }
  .store-header nav a {
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--brown);
    height: 34px;
    justify-content: center;
    position: relative;
    width: 34px;
  }
  .store-header nav b {
    position: absolute;
    right: -5px;
    top: -6px;
  }
  .search-field {
    flex: 0 0 100%;
    width: 100%;
  }
  .search-field .v-field { min-height: 42px; }
  .cat-menu {
    gap: 12px;
    height: 36px;
    justify-content: flex-start;
    padding: 0 12px;
  }
  .cat-menu a {
    font-size: 11px;
  }
  .hero-vue,
  .product-section-vue,
  .shop-page,
  .product-view,
  .cart-vue {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero-vue {
    gap: 22px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .home,
  .hero-vue,
  .benefits-vue,
  .product-section-vue,
  .shop-page,
  .product-view,
  .cart-vue,
  .checkout-vue,
  .footer-vue {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .hero-vue h1 {
    font-size: 42px;
    line-height: 1.04;
  }
  .hero-vue img { height: 350px; }
  .benefits-vue {
    gap: 24px 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 28px 16px;
  }
  .benefits-vue div {
    min-width: 0;
  }
  .benefits-vue strong,
  .benefits-vue span {
    max-width: 100%;
    overflow-wrap: anywhere;
    text-align: center;
  }
  .product-section-vue { padding-top: 36px; padding-bottom: 36px; }
  .section-head { margin-bottom: 22px; }
  .grid-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr;
  }
  .product-card-vue > a { aspect-ratio: 1 / 1.18; }
  .product-card-vue > div { padding: 8px 7px 8px; }
  .product-card-vue h3 {
    font-size: 11px;
    min-height: 29px;
    margin-bottom: 4px;
  }
  .product-card-vue p { gap: 4px; flex-wrap: wrap; }
  .product-card-vue b { font-size: 11px; }
  .product-card-vue small { font-size: 8px; }
  .product-card-vue footer { margin-top: 7px; }
  .product-card-vue button,
  .product-card-vue footer a {
    font-size: 9px;
    height: 26px;
  }
  .shop-page { gap: 20px; padding-top: 18px; }
  .filters-vue {
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 12px 14px;
  }
  .filters-vue p { margin-bottom: 10px; }
  .mobile-filters-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--brown);
    display: flex;
    font-size: 13px;
    font-weight: 600;
    gap: 8px;
    justify-content: space-between;
    padding: 4px 0;
    width: 100%;
  }
  .filter-options {
    display: none;
    padding-top: 16px;
  }
  .filter-options.open {
    display: block;
  }
  .product-view {
    gap: 18px;
    padding-top: 18px;
    padding-bottom: 34px;
  }
  .gallery-vue,
  .product-panel,
  .product-card-vue,
  .grid-products > * {
    max-width: 100%;
    min-width: 0;
  }
  .product-view > *,
  .shop-page > section {
    width: calc(100vw - 32px);
  }
  .product-section-vue .grid-products { width: 100%; }
  .gallery-vue > img { max-height: 62vh; }
  .gallery-arrow {
    height: 38px;
    width: 38px;
  }
  .product-panel { padding: 18px; }
  .product-panel h1 { font-size: 29px; }
  .cart-row {
    gap: 10px;
    grid-template-columns: 58px minmax(0, 1fr) 68px;
    padding: 10px;
  }
  .cart-row img { width: 58px; height: 70px; }
  .cart-row .qty-input { grid-column: 3; width: 62px; }
  .cart-row b { grid-column: 2 / 4; justify-self: end; }
  .summary-card { padding: 16px; }
  .checkout-vue {
    gap: 18px;
    max-width: none;
    padding: 24px 16px 42px;
  }
  .checkout-vue h1 { font-size: 26px; }
  .summary-card .v-btn {
    font-size: 12px !important;
    min-height: 44px;
  }
  .summary-card .v-btn__content {
    overflow: hidden;
    white-space: normal;
    text-align: center;
  }
  .mini-cart {
    left: 10px;
    right: 10px;
    top: 86px;
    width: auto;
  }
  .account-dropdown {
    left: 10px;
    right: 10px;
    top: 86px;
    width: auto;
  }
  .register-address-grid {
    grid-template-columns: 1fr;
  }
  .footer-vue { padding: 0 16px; }
  .footer-top { gap: 26px; padding: 32px 0; }
  .footer-vue h3,
  .footer-vue h4 { margin-bottom: 12px; }
  .footer-bottom { gap: 25px; padding: 28px 0; }
  .footer-security img {
    max-width: min(100%, 255px);
  }
  .account-card { padding: 18px; }
  .account-grid { grid-template-columns: 1fr; }
  .orders-list header { flex-direction: column; gap: 5px; }
  .admin-main { padding: 18px 12px; }
  .admin-product-tools {
    grid-template-columns: 1fr;
  }
  .admin-pagination {
    justify-content: center;
  }
  .admin-table-vue { min-width: 610px; }
  .coupon-admin {
    grid-template-columns: 1fr;
  }
  .coupon-create-btn {
    justify-self: stretch;
    min-width: 0;
    width: 100%;
  }
  .product-modal .v-card-title {
    font-size: 21px;
    padding: 12px 14px !important;
  }
  .product-modal .v-card-text { padding: 14px 14px 8px !important; }
  .manual-order-item {
    border-bottom: 1px solid var(--line);
    grid-template-columns: 1fr;
    padding-bottom: 14px;
  }
  .manual-order-dialog .v-card-actions {
    align-items: stretch;
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    padding: 8px 14px 16px;
  }
  .manual-order-dialog .v-card-actions .v-spacer {
    display: none;
  }
  .manual-order-dialog .v-card-actions .v-btn {
    margin: 0;
    width: 100%;
  }
  .split,
  .edit-row,
  .coupon-admin,
  .image-actions,
  .variation-add {
    grid-template-columns: 1fr;
  }
}
