/* [project]/src/app/reference.css [app-client] (css) */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}

body {
  background: var(--bg);
  color: var(--ink);
  margin: 0;
  font-family: Arial, Segoe UI, sans-serif;
  line-height: 1.5;
}

button, input, select {
  font: inherit;
}

button, a, input, select {
  -webkit-tap-highlight-color: transparent;
}

button, a {
  touch-action: manipulation;
}

button {
  cursor: pointer;
}

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

button {
  color: inherit;
}

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

.skip {
  z-index: 20;
  background: var(--surface);
  padding: 12px;
  position: fixed;
  top: -100px;
}

.skip:focus {
  top: 0;
}

.wrap {
  max-width: 1392px;
  margin: auto;
  padding: 0 44px;
}

.notice {
  text-align: center;
  background: var(--ink);
  color: var(--bg);
  letter-spacing: .3px;
  padding: 7px 12px;
  font-size: 12px;
}

header {
  z-index: 5;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
}

.head {
  align-items: center;
  gap: 32px;
  min-height: 88px;
  display: flex;
}

.brand {
  letter-spacing: -1.3px;
  white-space: nowrap;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.05;
}

.brand small {
  letter-spacing: 2px;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 400;
  display: block;
}

.brandmark {
  background: var(--accent);
  border-radius: 9px 9px 3px 3px;
  width: 12px;
  height: 23px;
  margin-left: 7px;
  display: inline-block;
  transform: rotate(-14deg);
}

.search {
  flex: 1;
  position: relative;
}

.search input {
  border: 1px solid var(--line);
  background: var(--bg);
  width: 100%;
  color: var(--ink);
  border-radius: 40px;
  padding: 13px 22px;
}

.headmeta {
  color: var(--muted);
  font-size: 12px;
}

.headmeta strong {
  color: var(--ink);
  font-size: 14px;
  display: block;
}

.cartbtn, .primary {
  background: var(--accent);
  color: var(--onaccent);
  border: 0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 48px;
  padding: 14px 23px;
  font-weight: 700;
  display: inline-flex;
}

.cartbtn span {
  background: var(--onaccent);
  color: var(--accent);
  border-radius: 20px;
  padding: 0 8px;
}

.hero {
  grid-template-columns: 1.04fr 1fr;
  align-items: center;
  gap: 25px;
  min-height: 435px;
  padding-top: 32px;
  padding-bottom: 35px;
  display: grid;
}

.eyebrow {
  letter-spacing: 1.3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

h1 {
  letter-spacing: -3px;
  margin: 20px 0;
  font-size: clamp(42px, 4.9vw, 72px);
  line-height: 1.05;
}

h2 {
  letter-spacing: -.8px;
  margin: 0;
  font-size: 27px;
  line-height: 1.2;
}

p {
  margin: 0;
}

.herocopy > p {
  max-width: 450px;
  color: var(--muted);
  margin-bottom: 25px;
  font-size: 16px;
}

.scene {
  background: var(--art);
  isolation: isolate;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  height: 365px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scene:before {
  content: "";
  opacity: .17;
  border: 1px solid;
  border-radius: 50%;
  width: 310px;
  height: 310px;
  position: absolute;
}

.scene:after {
  content: "";
  filter: blur(13px);
  z-index: -1;
  background: #0002;
  border-radius: 50%;
  width: 80%;
  height: 18px;
  position: absolute;
  bottom: 32px;
  left: 45px;
}

.scene .vessel {
  z-index: 1;
  width: 105px;
  height: 210px;
  margin: -8px;
  transform: rotate(-13deg);
}

.scene .vessel:nth-child(2) {
  --drink: #df8a45;
  transform: translateY(-18px)rotate(10deg);
}

.scene .vessel:nth-child(3) {
  --drink: #487f8b;
  transform: translateY(24px)rotate(19deg);
}

.vessel {
  background: linear-gradient(90deg,#0002,transparent 22%,#fff4 39%,transparent 64%,#0002),var(--drink);
  border-top: 5px solid #d7dfdd;
  border-bottom: 4px solid #bdc9c8;
  border-radius: 12px 12px 15px 15px;
  width: 57px;
  height: 107px;
  display: block;
  position: relative;
  box-shadow: 8px 14px 20px #0002;
}

.vessel:before {
  content: "";
  border: 1px solid #fff5;
  border-radius: 50% 50% 10% 10%;
  position: absolute;
  inset: 10px 9px;
}

.vessel:after {
  content: "●";
  text-align: center;
  color: #fff;
  font-size: 25px;
  position: absolute;
  inset: 35% 0 auto;
}

.vessel.bottle {
  border-top: 0;
  border-radius: 20px 20px 12px 12px;
  height: 113px;
  margin-top: 12px;
}

.vessel.bottle:before {
  background: var(--drink);
  border: 0;
  border-top: 6px solid #d5e8e0;
  border-radius: 3px;
  height: 23px;
  inset: -17px 18px auto;
}

.scene .bottle:before {
  border-top-width: 9px;
  height: 36px;
  inset: -28px 33px auto;
}

.scene .bottle {
  border-radius: 35px 35px 17px 17px;
  height: 225px;
}

.artlabel {
  letter-spacing: 2px;
  font-size: 11px;
  position: absolute;
  top: 22px;
  right: 24px;
}

.artcaption {
  font-size: 11px;
  position: absolute;
  bottom: 18px;
  left: 25px;
}

.spark {
  font-size: 70px;
  font-weight: 200;
  position: absolute;
  top: 35px;
  left: 30px;
}

.ribbon {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  font-size: 13px;
  display: flex;
}

.ribbon b {
  margin-left: 8px;
}

.shop {
  padding-top: 38px;
  padding-bottom: 45px;
}

.sectionhead {
  justify-content: space-between;
  align-items: end;
  gap: 15px;
  margin-bottom: 22px;
  display: flex;
}

.sectionhead small {
  color: var(--muted);
  margin-top: 8px;
  display: block;
}

.sectionhead select {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 10px;
  max-width: 170px;
  padding: 10px;
}

.filters {
  gap: 9px;
  margin-bottom: 8px;
  padding: 2px 2px 17px;
  display: flex;
  overflow: auto;
}

.filters button {
  white-space: nowrap;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 40px;
  min-height: 44px;
  padding: 10px 20px;
}

.filters button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}

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

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 12px;
  position: relative;
  overflow: hidden;
}

.productart {
  background: var(--tile);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 173px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.productart:before {
  content: "";
  border: 1px solid var(--drink);
  opacity: .18;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
}

.productart .vessel {
  transform: rotate(-9deg);
}

.productart:after {
  content: attr(data-cat);
  color: var(--muted);
  font-size: 10px;
  position: absolute;
  bottom: 10px;
  right: 12px;
}

.card h3 {
  margin: 14px 4px 2px;
  font-size: 19px;
}

.sub {
  color: var(--muted);
  min-height: 20px;
  margin: 0 4px;
  font-size: 12px;
}

.price {
  align-items: baseline;
  gap: 7px;
  margin: 13px 4px 0;
  display: flex;
}

.price strong {
  letter-spacing: -1px;
  font-size: 25px;
}

.price small {
  color: var(--muted);
  font-size: 11px;
}

.unit {
  color: var(--muted);
  margin: 2px 4px 13px;
  font-size: 11px;
}

.add {
  background: var(--accent);
  width: 100%;
  color: var(--onaccent);
  border: 0;
  border-radius: 12px;
  min-height: 44px;
  padding: 10px;
  font-weight: 700;
}

.step {
  background: var(--tile);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.step button {
  background: none;
  border: 0;
  min-width: 44px;
  min-height: 44px;
  font-size: 22px;
}

.empty {
  text-align: center;
  grid-column: 1 / -1;
  padding: 35px;
}

.editorial {
  background: var(--art);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  padding: 36px;
  display: flex;
}

.editorial h2 {
  margin-bottom: 9px;
}

.editorial p {
  font-size: 14px;
}

.editorial a {
  white-space: nowrap;
  border-bottom: 1px solid;
  padding-bottom: 4px;
}

footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 25px 0 105px;
  font-size: 12px;
}

.foot {
  justify-content: space-between;
  gap: 25px;
  display: flex;
}

.floatcart {
  z-index: 6;
  justify-content: space-between;
  display: none;
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  box-shadow: 0 10px 40px #0003;
}

.toast {
  z-index: 20;
  background: var(--ink);
  color: var(--bg);
  text-align: center;
  border-radius: 30px;
  max-width: 90%;
  padding: 12px 22px;
  position: fixed;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 20px #0002;
}

.toast:empty {
  display: none;
}

dialog {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 24px;
  width: min(520px, 100% - 24px);
  max-height: 85vh;
  padding: 25px;
}

dialog::backdrop {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #10192188;
}

.dialoghead {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.close {
  border: 1px solid var(--line);
  background: var(--bg);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 23px;
}

.cartrow {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  display: grid;
}

.cartrow small {
  color: var(--muted);
  display: block;
}

.cartrow .step {
  width: 120px;
}

.total {
  justify-content: space-between;
  padding: 22px 0 10px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.cartnote {
  color: var(--muted);
  margin: 8px 0 20px;
  font-size: 12px;
}

.checkout {
  width: 100%;
}

.t1 {
  --bg: #f7f8f4;
  --surface: #fff;
  --ink: #20352e;
  --muted: #5e6c65;
  --accent: #235d48;
  --onaccent: #fff;
  --line: #dce2db;
  --art: #e4ece2;
  --tile: #f0f3ec;
}

.t2 {
  --bg: #fff9ee;
  --surface: #fffdf7;
  --ink: #32234b;
  --muted: #6b5a77;
  --accent: #5829ad;
  --onaccent: #fff;
  --line: #e3d8ec;
  --art: #ffc54c;
  --tile: #f0e5ff;
}

.t2 h1 {
  letter-spacing: -3px;
  font-size: clamp(44px, 5.5vw, 80px);
  font-weight: 900;
}

.t2 .hero {
  grid-template-columns: 1fr 1.15fr;
}

.t2 .scene {
  border-radius: 90px 22px;
  height: 380px;
  transform: rotate(-2deg);
}

.t2 .scene:before {
  opacity: 1;
  background: #e992c5;
  border: 0;
  border-radius: 38% 62% 57% 43%;
  width: 260px;
  height: 260px;
  transform: rotate(35deg);
}

.t2 .spark {
  color: #5829ad;
}

.t2 .ribbon {
  color: #fff;
  background: #5829ad;
  border: 0;
  border-radius: 15px;
  padding: 20px 25px;
  transform: rotate(.5deg);
}

.t2 .card:nth-child(3n+2) {
  --tile: #e8f0cb;
}

.t2 .card:nth-child(3n) {
  --tile: #ffe1bd;
}

.t2 .productart {
  height: 185px;
}

.t2 .editorial {
  background: #eddcfa;
}

.t3 {
  --bg: #101619;
  --surface: #1a2327;
  --ink: #edf4ef;
  --muted: #adbdb8;
  --accent: #c3ef79;
  --onaccent: #17231c;
  --line: #364348;
  --art: #223737;
  --tile: #253236;
}

.t3 .hero {
  grid-template-columns: 1.2fr 1fr;
  min-height: 370px;
}

.t3 h1 {
  font-size: clamp(42px, 4.9vw, 68px);
}

.t3 .scene {
  background: radial-gradient(#435f3c, #0000 65%), repeating-linear-gradient(90deg, #0000 0 39px, #8db6a612 40px), #1d292b;
  border-radius: 12px;
  height: 290px;
}

.t3 .scene:before {
  border-radius: 0;
  width: 230px;
  height: 230px;
  transform: rotate(35deg);
}

.t3 .scene .vessel {
  width: 78px;
  height: 169px;
}

.t3 .scene .bottle:before {
  left: 25px;
  right: 25px;
}

.t3 .card {
  border-radius: 10px;
  grid-template-columns: 93px 1fr;
  gap: 0 12px;
  padding: 16px;
  display: grid;
}

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

.t3 .productart {
  border-radius: 5px;
  grid-row: 1 / 6;
  height: 100%;
  min-height: 185px;
}

.t3 .card h3 {
  margin-top: 0;
}

.t3 .add, .t3 .step {
  grid-column: 2;
}

.t3 .primary, .t3 .cartbtn {
  border-radius: 9px;
}

.t3 .filters button {
  border-radius: 7px;
}

.t3 .editorial {
  border: 1px solid var(--line);
  background: linear-gradient(110deg, #2f4934, #1a2527);
  border-radius: 10px;
}

.t4 {
  --bg: #faf3e9;
  --surface: #fffcf6;
  --ink: #442d23;
  --muted: #786153;
  --accent: #a63d29;
  --onaccent: #fff;
  --line: #e4d7c7;
  --art: #edcaa7;
  --tile: #f3e7d7;
}

.t4 .hero {
  grid-template-columns: 1fr 1fr;
  gap: 65px;
}

.t4 h1 {
  letter-spacing: -2px;
  font-family: Georgia, Times New Roman, serif;
  font-size: clamp(45px, 5.4vw, 76px);
  font-weight: 500;
}

.t4 .scene {
  background: repeating-linear-gradient(0deg, #0000 0 45px, #fff3 46px 48px), repeating-linear-gradient(90deg, #0000 0 45px, #fff3 46px 48px), #e5bb91;
  border-radius: 220px 220px 18px 18px;
  height: 405px;
}

.t4 .scene:before {
  opacity: .65;
  border: 22px solid #fff7e7;
  width: 280px;
  height: 280px;
}

.t4 .scene .vessel {
  --drink: #a65d39;
}

.t4 .scene .vessel:nth-child(2) {
  --drink: #839366;
}

.t4 .scene .vessel:nth-child(3) {
  --drink: #cc9b47;
}

.t4 .spark {
  display: none;
}

.t4 .artlabel {
  text-align: center;
  width: 100%;
  top: 43px;
  right: 0;
}

.t4 .productart {
  border-radius: 100px 100px 10px 10px;
  height: 190px;
}

.t4 .card {
  border-radius: 18px;
  padding: 16px;
}

.t4 .editorial {
  border-radius: 100px 18px 18px;
}

.t4 .ribbon {
  border-style: dashed;
}

.t4 .sectionhead h2 {
  font-family: Georgia, Times New Roman, serif;
  font-size: 32px;
}

.t4 .hero .primary {
  background: var(--ink);
}

@media (min-width: 1500px) {
  .hero {
    min-height: 480px;
  }
}

@media (max-width: 1000px) {
  .wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .head {
    gap: 18px;
  }

  .headmeta {
    display: none;
  }

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

  .hero, .t4 .hero {
    gap: 25px;
  }

  .scene {
    height: 330px;
  }

  .scene .vessel {
    width: 82px;
    height: 180px;
  }

  .scene .bottle {
    height: 195px;
  }

  .scene .bottle:before {
    left: 26px;
    right: 26px;
  }

  .ribbon {
    font-size: 12px;
  }

  .t3 .card {
    grid-template-columns: 72px 1fr;
    padding: 12px;
  }

  .t3 .productart {
    min-height: 190px;
  }
}

@media (max-width: 650px) {
  .wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .notice {
    font-size: 10px;
  }

  .head {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    min-height: 113px;
    padding-top: 13px;
    padding-bottom: 12px;
  }

  .brand {
    font-size: 24px;
  }

  .brand small {
    font-size: 9px;
  }

  .head .cartbtn {
    min-height: 42px;
    padding: 8px 15px;
    font-size: 13px;
  }

  .search {
    flex-basis: 100%;
    order: 3;
  }

  .search input {
    padding: 9px 16px;
    font-size: 14px;
  }

  .hero, .t2 .hero, .t3 .hero, .t4 .hero {
    grid-template-columns: 1fr;
    gap: 23px;
    min-height: 0;
    padding-top: 26px;
    padding-bottom: 22px;
  }

  .hero h1, .t2 h1, .t3 h1, .t4 h1 {
    letter-spacing: -2px;
    margin: 12px 0;
    font-size: 46px;
  }

  .herocopy > p {
    margin-bottom: 19px;
    font-size: 14px;
  }

  .eyebrow {
    font-size: 10px;
  }

  .hero .primary {
    padding: 12px 20px;
    font-size: 14px;
  }

  .scene, .t2 .scene, .t3 .scene, .t4 .scene {
    height: 226px;
  }

  .scene .vessel, .t3 .scene .vessel {
    width: 66px;
    height: 136px;
  }

  .scene .bottle {
    height: 150px;
  }

  .scene .bottle:before, .t3 .scene .bottle:before {
    height: 24px;
    top: -20px;
    left: 22px;
    right: 22px;
  }

  .scene:before {
    width: 200px;
    height: 200px;
  }

  .t2 .scene:before {
    width: 180px;
    height: 180px;
  }

  .t4 .scene:before {
    border-width: 15px;
    width: 195px;
    height: 195px;
  }

  .t4 .scene {
    border-radius: 120px 120px 14px 14px;
  }

  .t4 .artlabel {
    top: 22px;
  }

  .t4 .hero {
    gap: 25px;
  }

  .spark {
    font-size: 40px;
    left: 16px;
  }

  .artcaption {
    font-size: 9px;
    bottom: 10px;
  }

  .artlabel {
    font-size: 9px;
  }

  .ribbon {
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 0;
    font-size: 11px;
  }

  .ribbon > span:last-child {
    display: none;
  }

  .t2 .ribbon {
    padding: 14px;
  }

  .sectionhead {
    align-items: start;
  }

  .sectionhead h2, .t4 .sectionhead h2 {
    font-size: 23px;
  }

  .sectionhead small {
    max-width: 220px;
    font-size: 11px;
  }

  .sectionhead select {
    max-width: 108px;
    padding: 9px 3px;
    font-size: 11px;
  }

  .shop {
    padding-top: 26px;
  }

  .filters button {
    padding: 9px 16px;
    font-size: 13px;
  }

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

  .card, .t4 .card {
    border-radius: 15px;
    padding: 9px;
  }

  .productart, .t2 .productart, .t4 .productart {
    height: 142px;
  }

  .card h3 {
    font-size: 17px;
  }

  .sub {
    min-height: 30px;
    font-size: 10px;
  }

  .price {
    gap: 4px;
  }

  .price strong {
    font-size: 23px;
  }

  .price small, .unit {
    font-size: 10px;
  }

  .add {
    font-size: 13px;
  }

  .t3 .card {
    padding: 9px;
    display: block;
  }

  .t3 .productart {
    height: 125px;
    min-height: 0;
  }

  .t3 .card h3 {
    margin-top: 13px;
  }

  .editorial {
    padding: 25px;
    display: block;
  }

  .editorial h2 {
    font-size: 23px;
  }

  .editorial p {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .editorial a {
    font-size: 13px;
  }

  .floatcart {
    display: flex;
  }

  .foot {
    display: block;
  }

  .foot p {
    margin: 12px 0;
  }

  .t4 .editorial {
    border-radius: 40px 14px 14px;
  }

  html {
    scroll-padding-top: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.head {
  min-height: 104px;
}

.brand {
  white-space: normal;
  letter-spacing: normal;
  flex: 0 0 88px;
  display: block;
}

.logo-frame {
  background: #fff;
  width: 88px;
  height: 88px;
  display: block;
}

.logo-frame img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.t2 h1 {
  letter-spacing: -1.6px;
  font-size: clamp(38px, 3.7vw, 54px);
  font-weight: 800;
  line-height: 1.16;
}

.eyebrow, .artlabel {
  letter-spacing: 0;
}

.artlabel {
  font-size: 13px;
}

.herocopy > p {
  line-height: 1.75;
}

.footerbrand {
  color: var(--ink);
  font-size: 19px;
  font-weight: 700;
}

.footerbrand small {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.checkout:disabled {
  opacity: .5;
  cursor: default;
}

html {
  scroll-padding-top: 150px;
}

@media (max-width: 650px) {
  .head {
    gap: 8px;
    min-height: 0;
    padding-top: 8px;
  }

  .brand {
    flex-basis: 76px;
  }

  .logo-frame {
    width: 76px;
    height: 76px;
  }

  .hero h1, .t2 h1 {
    letter-spacing: -1px;
    font-size: 36px;
    line-height: 1.19;
  }

  .head .cartbtn {
    gap: 8px;
    min-height: 44px;
    padding: 9px 12px;
  }

  .sectionhead select {
    max-width: 120px;
  }

  .ribbon > span:last-child {
    display: block;
  }

  .ribbon {
    gap: 10px 18px;
  }

  .artlabel {
    font-size: 11px;
  }

  .footerbrand {
    font-size: 18px;
  }

  html {
    scroll-padding-top: 180px;
  }
}

/* [project]/src/app/globals.css [app-client] (css) */
.productart img {
  object-fit: contain;
  z-index: 1;
  mix-blend-mode: multiply;
  max-width: 85%;
  height: 145px;
  max-height: 82%;
  position: relative;
}

.productart:before {
  display: none;
}

.image-missing {
  color: var(--muted);
  text-align: center;
  padding: 20px;
  font-size: 12px;
}

.card {
  flex-direction: column;
  display: flex;
}

.control {
  margin-top: auto;
}

.card h3 {
  overflow-wrap: anywhere;
}

.image-note {
  color: var(--muted);
  margin: 6px 4px 10px;
  font-size: 10px;
}

.image-note summary {
  cursor: pointer;
}

.image-note p {
  padding-top: 5px;
}

.review-note {
  color: #823900;
  margin: 6px 4px;
  font-size: 11px;
}

.results-status {
  min-height: 24px;
  color: var(--muted);
  font-size: 12px;
}

.error {
  color: #9d2020;
}

.step button:disabled {
  opacity: .4;
  cursor: default;
}

.card .unit {
  min-height: 30px;
}

.cartrow strong {
  overflow-wrap: anywhere;
}

.sr-only {
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

@media (max-width: 650px) {
  .productart img {
    height: 110px;
  }

  .card h3 {
    font-size: 16px;
  }

  .review-note {
    font-size: 10px;
  }
}

.workspace {
  max-width: 850px;
  margin: 36px auto;
  padding: 24px 24px 80px;
}

.workspace h1, .workspace h2 {
  margin: 24px 0 16px;
}

.workspace form, .panel {
  background: #fff;
  border: 1px solid #decdbf;
  border-radius: 16px;
  margin: 16px 0;
  padding: 22px;
}

.workspace label {
  gap: 6px;
  margin: 14px 0;
  display: grid;
}

.workspace input, .workspace select, .workspace textarea {
  font: inherit;
  box-sizing: border-box;
  border: 1px solid #9d8b7d;
  border-radius: 8px;
  width: 100%;
  padding: 12px;
}

.workspace button {
  font: inherit;
  cursor: pointer;
  border: 1px solid #bc7551;
  border-radius: 8px;
  margin: 4px;
  padding: 10px 18px;
}

.workspace button:disabled {
  opacity: .55;
  cursor: wait;
}

.actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.workspace .checkbox {
  align-items: center;
  display: flex;
}

.workspace .checkbox input {
  width: auto;
}

.workspace a {
  text-decoration: underline;
}

.workspace p {
  margin: 12px 0;
}

.workspace .primary {
  color: #fff;
}

.account-link {
  white-space: nowrap;
  padding: 8px;
}

@media (max-width: 600px) {
  .workspace {
    margin: 12px auto;
    padding: 14px;
  }

  .workspace form, .panel {
    padding: 14px;
  }

  .head {
    flex-wrap: wrap;
  }
}

.admin-brand {
  max-width: 1100px;
  margin: auto;
  padding: 12px 24px 0;
  position: static;
}

.admin-brand img {
  object-fit: contain;
}

.assisted-products {
  max-height: 320px;
  overflow: auto;
}

.assisted-products label {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.assisted-products input {
  flex-shrink: 0;
  width: 85px;
}

.workspace select {
  max-width: 100%;
}

.workspace.admin {
  color: #183d35;
  max-width: 1200px;
  margin: 12px auto;
}

.admin h1 {
  font-size: 30px;
}

.admin h2 {
  scroll-margin-top: 24px;
  font-size: 24px;
}

.admin h3 {
  font-size: 18px;
}

.admin-nav {
  border-bottom: 1px solid #dce5df;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 0 24px;
  display: flex;
}

.admin-nav button.tab {
  color: #183d35;
  background: #fff;
  border: 1px solid #dce5df;
  border-radius: 24px;
  margin: 0;
  padding: 10px 18px;
  font-weight: 600;
}

.admin-nav button.tab:hover, .admin-nav button.tab:focus-visible {
  background: #eff4f0;
}

.admin-nav button.tab[aria-current="page"] {
  color: #fff;
  background: #183d35;
  border-color: #183d35;
}

.admin .panel, .admin form {
  border-color: #dce5df;
  box-shadow: 0 4px 18px #183d3505;
}

.admin button {
  color: #183d35;
  background: #f2f6f3;
  border-color: #b7ccc2;
  min-height: 44px;
}

.admin button:hover:not(:disabled) {
  background: #dfece5;
}

.admin input:focus, .admin select:focus {
  outline-offset: 2px;
  outline: 2px solid #b75a2e;
}

.admin summary {
  cursor: pointer;
  min-height: 44px;
  padding: 8px 0;
  font-weight: 700;
}

.admin section, .admin [id] {
  scroll-margin-top: 20px;
}

.dashboard-intro {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 32px;
  display: flex;
}

.dashboard-intro h2 {
  margin: 8px 0;
}

.eyebrow {
  color: #a64b24;
  font-size: 13px;
  font-weight: 700;
}

.metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
  display: grid;
}

.metric {
  background: #fff;
  border: 1px solid #dce5df;
  border-radius: 18px;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 22px;
  display: flex;
}

.metric:first-child {
  color: #fff;
  background: #183d35;
}

.metric strong {
  font-variant-numeric: tabular-nums;
  font-size: 30px;
  line-height: 1.3;
}

.metric small {
  font-size: 12px;
}

.trend-up {
  color: #257542;
}

.trend-down {
  color: #ac3c24;
}

.metric:first-child .trend-up {
  color: #b9e8b7;
}

.metric:first-child .trend-down {
  color: #ffbe9d;
}

.data-note, .admin .panel > p, .dashboard-intro p {
  color: #5b6e66;
  font-size: 13px;
}

.insight-grid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}

.rank-row {
  overflow-wrap: anywhere;
  border-bottom: 1px solid #edf0ed;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  display: flex;
}

.rank-row:last-child {
  border-bottom: 0;
}

.rank-row > div {
  flex: 1;
  min-width: 0;
}

.rank-row small {
  color: #64796e;
  margin-top: 6px;
  display: block;
}

.rank-row strong {
  white-space: nowrap;
  font-size: 15px;
}

.rank {
  color: #537463;
  background: #eff4f0;
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  width: 30px;
  height: 30px;
  display: grid;
}

.sales-chart {
  direction: ltr;
  border-bottom: 1px solid #cad9d0;
  align-items: flex-end;
  gap: 10px;
  height: 210px;
  padding-top: 20px;
  display: flex;
}

.chart-column {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  min-width: 0;
  height: 100%;
  display: flex;
}

.chart-bar {
  background: #397965;
  border-radius: 5px 5px 0 0;
  width: 75%;
}

.chart-column:last-child .chart-bar {
  background: #bb5f32;
}

.chart-column small {
  color: #52675d;
  white-space: nowrap;
  padding-bottom: 10px;
  font-size: 10px;
}

.daily-values {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
  display: grid;
}

.product-media img {
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
}

.product-media form {
  box-shadow: none;
}

.admin .product-editor > summary {
  font-size: 17px;
}

.admin p:empty {
  display: none;
}

@media (max-width: 760px) {
  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .metric {
    padding: 16px;
  }

  .metric strong {
    font-size: 24px;
  }

  .insight-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .dashboard-intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .sales-chart {
    gap: 3px;
  }

  .chart-column small {
    font-size: 8px;
  }

  .admin-nav {
    gap: 6px;
  }

  .admin-nav button.tab {
    padding: 9px 12px;
    font-size: 13px;
  }

  .rank-row {
    gap: 8px;
  }

  .rank-row strong {
    font-size: 13px;
  }

  .admin .rank-row.panel {
    flex-wrap: wrap;
  }

  .admin .panel {
    padding: 16px;
  }

  .admin input[type="file"] {
    font-size: 12px;
  }
}

.admin-brand {
  max-width: 1200px;
  padding: 8px 24px;
}

.admin-brand img {
  width: 80px;
  height: 80px;
  display: block;
}

.workspace.admin, .workspace.admin h1, .workspace.admin h2, .workspace.admin h3 {
  letter-spacing: normal;
  font-family: Arial, Segoe UI, sans-serif;
}

.workspace.admin > button:first-child {
  float: left;
  margin-top: 0;
}

.workspace.admin > h1 {
  margin: 10px 0 22px;
  font-size: 26px;
  line-height: 44px;
}

.admin-nav {
  clear: both;
  padding: 8px 0 16px;
}

.dashboard-intro {
  padding-top: 20px;
}

.dashboard-intro h2 {
  font-size: 24px;
}

.sales-chart {
  background: repeating-linear-gradient(to top, #0000, #0000 49px, #edf2ef 50px);
}

@media (max-width: 760px) {
  .admin-brand {
    padding: 8px 14px;
  }

  .admin-brand img {
    width: 70px;
    height: 70px;
  }

  .workspace.admin > h1 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .workspace.admin > button:first-child {
    padding: 8px 12px;
    font-size: 12px;
  }

  .dashboard-intro {
    padding-top: 14px;
  }

  .dashboard-intro p {
    margin: 6px 0;
  }

  .dashboard-intro > a {
    font-size: 13px;
  }

  .metric-grid {
    margin-top: 12px;
  }

  .chart-column small {
    font-size: 10px;
  }

  .chart-column:nth-child(2n):not(:last-child) small {
    visibility: hidden;
  }
}

/*# sourceMappingURL=src_app_0zaozn1._.css.map*/