:root {
  --ink: #102f43;
  --navy: #071525;
  --blue: #1d6787;
  --cyan: #69c6d4;
  --mist: #eef7f9;
  --paper: #f8fbfc;
  --line: #265b7624;
  --muted: #6f8491;
  --serif: Georgia, "Times New Roman", serif;
  --shadow: 0 22px 60px #12374c1a;
  color: #16374b;
  font-synthesis: none;
  background: #f7fafb;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Noto Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #f7fafb;
  min-width: 320px;
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  color: inherit;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.53;
}
button:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #4baec752;
}
a:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #4baec752;
}
input:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #4baec752;
}
select:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #4baec752;
}
textarea:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #4baec752;
}
.wrap {
  width: min(1220px, 100% - 42px);
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.eyebrow {
  color: #347e99;
  letter-spacing: 0.19em;
  font-size: 0.65rem;
  font-weight: 800;
}
.primary {
  color: #fff;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #164b69, #2685a0);
  border: 1px solid #1e7895;
  border-radius: 10px;
  min-height: 44px;
  padding: 0 22px;
  font-size: 0.72rem;
  font-weight: 760;
  box-shadow: 0 10px 25px #165b7929;
}
.primary:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
}
.primary.small {
  min-height: 36px;
  padding: 0 12px;
  font-size: 0.62rem;
}
.wide {
  width: 100%;
}
.header {
  z-index: 50;
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #f7fbfce8;
  position: sticky;
  top: 0;
}
.announcement {
  color: #c8edf3;
  background: var(--navy);
  letter-spacing: 0.18em;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 29px;
  font-size: 0.6rem;
  font-weight: 800;
  display: flex;
}
.announcement i,
.hero-actions i {
  background: #62d7cf;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 12px #62d7cf;
}
.nav {
  grid-template-columns: 195px 1fr auto;
  align-items: center;
  gap: 20px;
  height: 72px;
  display: grid;
}
.brand {
  text-align: left;
  background: 0 0;
  border: 0;
  align-items: center;
  gap: 9px;
  width: max-content;
  padding: 0;
  display: inline-flex;
}
.brand img {
  object-fit: contain;
  border: 1px solid var(--line);
  background: #faf9f7;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  box-shadow: 0 7px 20px #13384c17;
}
.brand span {
  flex-direction: column;
  line-height: 0.9;
  display: flex;
}
.brand b {
  font-family: var(--serif);
  letter-spacing: 0.15em;
  font-size: 1.03rem;
  font-weight: 500;
}
.brand small {
  color: #5d7685;
  letter-spacing: 0.41em;
  margin-top: 6px;
  font-size: 0.45rem;
}
.nav-links {
  justify-content: center;
  gap: 25px;
  display: flex;
}
.nav-links button,
.nav-actions > button {
  color: #5e7482;
  background: 0 0;
  border: 0;
  padding: 7px 2px;
  font-size: 0.72rem;
}
.nav-links button {
  position: relative;
}
.nav-links button:after {
  content: "";
  background: #277b9b;
  height: 1px;
  transition: all 0.2s;
  position: absolute;
  bottom: -8px;
  left: 50%;
  right: 50%;
}
.nav-links button.active,
.nav-links button:hover {
  color: #12354b;
}
.nav-links button.active:after {
  left: 20%;
  right: 20%;
}
.nav-actions {
  align-items: center;
  gap: 13px;
  display: flex;
}
.cart-button {
  align-items: center;
  display: flex;
  border: 1px solid var(--line) !important;
  background: #fff !important;
  border-radius: 10px !important;
  gap: 8px !important;
  height: 39px !important;
  padding: 0 13px !important;
}
.cart-button b {
  color: #fff;
  background: #176680;
  border-radius: 50%;
  place-items: center;
  width: 20px;
  height: 20px;
  font-size: 0.58rem;
  display: grid;
}
.config-banner {
  color: #785c28;
  text-align: center;
  background: #fff7dc;
  border-bottom: 1px solid #eddfa8;
  padding: 10px 20px;
  font-size: 0.68rem;
}
.config-banner code {
  background: #f4e9bd;
  border-radius: 4px;
  padding: 2px 5px;
}
.hero {
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 45px;
  min-height: 570px;
  display: grid;
  overflow: hidden;
}
.hero-copy {
  padding: 45px 0;
}
.hero h1,
.page-hero h1,
.rewards-head h1,
.account-head h1,
.admin-top h1 {
  color: #102f43;
  max-width: 730px;
  font-family: var(--serif);
  letter-spacing: -0.055em;
  margin: 15px 0 22px;
  font-size: clamp(3.6rem, 6.2vw, 6.2rem);
  font-weight: 400;
  line-height: 0.88;
}
.hero h1 em {
  color: #2b7895;
  font-weight: 400;
}
.hero-copy > p {
  color: #6b8190;
  max-width: 570px;
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.75;
}
.hero-actions {
  align-items: center;
  gap: 23px;
  margin-top: 29px;
  display: flex;
}
.hero-actions > span {
  color: #5a7988;
  letter-spacing: 0.08em;
  align-items: center;
  gap: 8px;
  font-size: 0.58rem;
  font-weight: 760;
  display: flex;
}
.hero-visual {
  justify-content: center;
  align-items: end;
  min-height: 500px;
  display: flex;
  position: relative;
}
.hero-visual:after {
  content: "";
  filter: blur(7px);
  background: radial-gradient(#0a293d3b, #0000 67%);
  border-radius: 50%;
  height: 78px;
  position: absolute;
  bottom: 42px;
  left: 3%;
  right: 3%;
}
.hero-visual > img {
  z-index: 2;
  object-fit: contain;
  filter: drop-shadow(0 25px 30px #0a223133);
  width: 46%;
  max-height: 420px;
  position: relative;
}
.hero-visual > img:first-of-type {
  margin-right: -14%;
  transform: translateY(-12px) rotate(-3deg);
}
.hero-visual > img:nth-of-type(2) {
  width: 40%;
  transform: translateY(10px) rotate(4deg);
}
.halo {
  background: radial-gradient(circle, #6bcad729, #0000 65%);
  border: 1px solid #3e95b126;
  border-radius: 50%;
  width: 480px;
  height: 480px;
  position: absolute;
}
.floating-card {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  background: #ffffffb8;
  border: 1px solid #fffc;
  border-radius: 13px;
  flex-direction: column;
  padding: 14px 18px;
  display: flex;
  position: absolute;
  bottom: 86px;
  right: 0;
}
.floating-card b {
  letter-spacing: 0.12em;
  font-size: 0.6rem;
}
.floating-card span {
  color: #6d8591;
  margin-top: 4px;
  font-size: 0.62rem;
}
.trust-strip {
  border-block: 1px solid var(--line);
  background: #fff;
  padding: 20px 0;
}
.trust-strip > div {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.trust-strip span {
  border-right: 1px solid var(--line);
  color: #6a808e;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 0.69rem;
  display: flex;
}
.trust-strip span:last-child {
  border: 0;
}
.trust-strip b {
  color: #2e7c99;
  font-family: var(--serif);
  font-size: 1.1rem;
}
.section {
  padding-block-start: 90px;
  padding-block-end: 90px;
}
.section-title {
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 32px;
  display: flex;
}
.section-title h2 {
  font-family: var(--serif);
  letter-spacing: -0.035em;
  margin: 10px 0 0;
  font-size: 3rem;
  font-weight: 400;
}
.section-title button {
  color: #2f728e;
  background: 0 0;
  border: 0;
  font-size: 0.72rem;
}
.product-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  display: grid;
}
.product-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  transition: all 0.25s;
  overflow: hidden;
  box-shadow: 0 12px 36px #17445b0b;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 55px #17445b1c;
}
.product-image {
  background: linear-gradient(145deg, #f1f7f8, #fbfcfc);
  place-items: center;
  height: 286px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.product-image img {
  object-fit: contain;
  width: 83%;
  height: 83%;
  transition: all 0.35s;
}
.product-card:hover .product-image img {
  transform: scale(1.045);
}
.product-image span {
  color: #32748c;
  letter-spacing: 0.08em;
  background: #ffffffc2;
  border: 1px solid #307b9729;
  border-radius: 999px;
  padding: 6px 8px;
  font-size: 0.49rem;
  font-weight: 800;
  position: absolute;
  top: 13px;
  left: 13px;
}
.product-copy {
  padding: 18px;
}
.product-copy > small {
  color: #568092;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.54rem;
  font-weight: 750;
}
.product-copy h3 {
  min-height: 44px;
  font-family: var(--serif);
  margin: 7px 0 8px;
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.03;
}
.product-copy > strong {
  color: #1d5873;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 500;
}
.stock {
  color: #2a7f72;
  letter-spacing: 0.07em;
  margin: 10px 0;
  font-size: 0.55rem;
  font-weight: 780;
}
.stock.sold {
  color: #a06b73;
}
.product-copy > div {
  grid-template-columns: 0.7fr 1.3fr;
  gap: 7px;
  margin-top: 14px;
  display: grid;
}
.product-copy > div button:not(.primary) {
  border: 1px solid var(--line);
  color: #43697b;
  background: #fff;
  border-radius: 9px;
  min-height: 36px;
  font-size: 0.62rem;
  font-weight: 700;
}
.reward-banner {
  color: #fff;
  background:
    radial-gradient(circle at 80% 25%, #41a3be66, #0000 30%),
    linear-gradient(135deg, #071525, #113d58);
  border-radius: 28px;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  min-height: 390px;
  margin-bottom: 100px;
  padding: 62px 75px;
  display: grid;
  box-shadow: 0 30px 70px #061d2d33;
}
.reward-banner .eyebrow {
  color: #7bd1de;
}
.reward-banner h2 {
  max-width: 700px;
  font-family: var(--serif);
  margin: 13px 0 16px;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 0.98;
}
.reward-banner p {
  color: #aac0cc;
  max-width: 640px;
  font-size: 0.81rem;
  line-height: 1.7;
}
.light-button {
  color: #fff;
  background: #ffffff14;
  border: 1px solid #98dee859;
  border-radius: 9px;
  min-height: 42px;
  margin-top: 14px;
  padding: 0 18px;
}
.reward-number {
  justify-content: center;
  align-items: center;
  gap: 18px;
  display: flex;
}
.reward-number strong {
  font-family: var(--serif);
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
}
.reward-number span {
  color: #9dc8d3;
  letter-spacing: 0.13em;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.7;
}
.page-hero {
  background: radial-gradient(circle at 80%, #64c2d01f, #0000 34%);
  align-items: center;
  min-height: 380px;
  padding-block-start: 50px;
  padding-block-end: 50px;
  display: flex;
}
.page-hero h1 {
  margin-block-start: 13px;
  margin-block-end: 15px;
  font-size: clamp(3.5rem, 6vw, 5.6rem);
}
.page-hero p {
  color: #6c8390;
  line-height: 1.7;
}
.catalog-section {
  padding-bottom: 110px;
}
.catalog-tools {
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-bottom: 24px;
  display: flex;
}
.catalog-tools > label {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  align-items: center;
  gap: 9px;
  width: min(400px, 100%);
  height: 47px;
  padding: 0 14px;
  display: flex;
}
.catalog-tools input {
  background: 0 0;
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 0.72rem;
}
.catalog-tools > div {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}
.catalog-tools > div button {
  border: 1px solid var(--line);
  color: #607784;
  background: #fff;
  border-radius: 999px;
  min-height: 34px;
  padding: 0 12px;
  font-size: 0.59rem;
}
.catalog-tools > div button.active {
  color: #fff;
  background: #1b607c;
}
.empty,
.gate {
  color: #738792;
  text-align: center;
  background: #fff9;
  border: 1px dashed #30648038;
  border-radius: 18px;
  padding: 65px 25px;
}
.empty h2,
.gate h2 {
  color: #183a4f;
  font-family: var(--serif);
  margin: 0 0 8px;
  font-size: 1.8rem;
  font-weight: 500;
}
.gate img {
  object-fit: contain;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.gate .primary {
  margin-top: 15px;
}
.drawer-layer {
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  background: #04121c73;
  transition: all 0.25s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.drawer-layer.open {
  visibility: visible;
  opacity: 1;
}
.cart-drawer {
  background: #f9fbfc;
  flex-direction: column;
  width: min(460px, 100%);
  height: 100%;
  transition: all 0.3s;
  display: flex;
  position: absolute;
  right: 0;
  transform: translate(100%);
  box-shadow: -25px 0 70px #0003;
}
.drawer-layer.open .cart-drawer {
  transform: none;
}
.drawer-head {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}
.drawer-head span {
  color: #4d8296;
  letter-spacing: 0.14em;
  font-size: 0.53rem;
}
.drawer-head h2 {
  font-family: var(--serif);
  margin: 4px 0 0;
  font-size: 2rem;
  font-weight: 500;
}
.drawer-head button,
.modal-x {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 1.4rem;
}
.cart-lines {
  flex: 1;
  padding: 12px 22px;
  overflow: auto;
}
.cart-lines article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 88px 1fr;
  gap: 13px;
  padding: 14px 0;
  display: grid;
  position: relative;
}
.cart-lines img {
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
  width: 88px;
  height: 100px;
}
.cart-lines article > div {
  flex-direction: column;
  align-items: start;
  display: flex;
}
.cart-lines small {
  color: #668392;
  text-transform: uppercase;
  font-size: 0.53rem;
}
.cart-lines strong {
  font-family: var(--serif);
  margin: 4px 0;
  font-size: 1rem;
}
.cart-lines span {
  color: #2b627a;
  font-size: 0.7rem;
}
.quantity {
  border: 1px solid var(--line);
  border-radius: 8px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}
.quantity button {
  background: #fff;
  border: 0;
  width: 30px;
  height: 28px;
}
.quantity b {
  text-align: center;
  width: 27px;
  font-size: 0.64rem;
}
.remove {
  color: #a2676d;
  background: 0 0;
  border: 0;
  font-size: 0.56rem;
  position: absolute;
  bottom: 14px;
  right: 0;
}
.cart-total {
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 22px;
}
.cart-total > div {
  font-family: var(--serif);
  justify-content: space-between;
  font-size: 1.4rem;
  display: flex;
}
.cart-total small {
  color: #7b8d96;
  margin: 8px 0 16px;
  font-size: 0.57rem;
  line-height: 1.5;
  display: block;
}
.cart-empty {
  margin: auto 22px;
}
.modal-layer {
  z-index: 120;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #04121cad;
  place-items: center;
  padding: 18px;
  display: grid;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.auth-modal,
.checkout-modal,
.edit-modal,
.confirm-modal {
  background: #fff;
  border-radius: 20px;
  width: min(510px, 100%);
  max-height: calc(100vh - 36px);
  padding: 34px;
  animation: 0.25s modal-in;
  position: relative;
  overflow: auto;
  box-shadow: 0 35px 100px #0000004d;
}
.modal-x {
  position: absolute;
  top: 15px;
  right: 15px;
}
.auth-modal > img {
  object-fit: contain;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  margin: 0 auto 20px;
  display: block;
}
.auth-modal {
  text-align: center;
}
.auth-modal h2,
.checkout-title h2,
.edit-modal h2,
.confirm-modal h2 {
  font-family: var(--serif);
  margin: 8px 0 6px;
  font-size: 2rem;
  font-weight: 500;
}
.auth-modal > p,
.checkout-step > p,
.edit-modal > p {
  color: #728590;
  margin: 0 0 20px;
  font-size: 0.7rem;
  line-height: 1.55;
}
.auth-modal form,
.edit-modal {
  gap: 12px;
  display: grid;
}
.auth-modal label,
.edit-modal label,
.coupon {
  color: #4a6979;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.57rem;
  font-weight: 750;
  display: block;
}
.auth-modal input,
.edit-modal input,
.edit-modal select,
.edit-modal textarea,
.coupon input,
.checkout-step > select,
.reward-card select {
  text-transform: none;
  background: #fff;
  border: 1px solid #36667f33;
  border-radius: 9px;
  outline: 0;
  width: 100%;
  min-height: 43px;
  margin-top: 6px;
  padding: 10px 11px;
  font-size: 0.7rem;
}
.edit-modal textarea {
  resize: vertical;
  min-height: 90px;
}
.auth-switch {
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
  display: flex;
}
.auth-switch button {
  color: #28728f;
  background: 0 0;
  border: 0;
  font-size: 0.64rem;
}
.checkout-modal {
  width: min(810px, 100%);
}
.stepper {
  align-items: center;
  margin: 22px 0 26px;
  display: flex;
}
.stepper span {
  color: #97a5ac;
  font-size: 0.58rem;
  font-weight: 700;
}
.stepper span.active {
  color: #1f7692;
}
.stepper i {
  background: #dfe9ed;
  flex: 1;
  height: 1px;
  margin: 0 10px;
}
.checkout-step h3,
.checkout-success h3 {
  font-family: var(--serif);
  margin: 0 0 5px;
  font-size: 1.65rem;
  font-weight: 500;
}
.checkout-step > select {
  margin: 16px 0 22px;
}
.checkout-step > .primary {
  float: right;
}
.pay-options {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0;
  display: grid;
}
.pay-options button {
  border: 1px solid var(--line);
  color: #264e62;
  background: #f8fbfc;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  min-height: 95px;
  padding: 16px;
  display: flex;
}
.pay-options button.selected {
  background: #ecf8fa;
  border-color: #358da7;
  box-shadow: 0 0 0 2px #358da714;
}
.pay-options b {
  font-family: var(--serif);
  font-size: 1.05rem;
}
.pay-options span {
  color: #718691;
  margin-top: 5px;
  font-size: 0.6rem;
}
.transfer-card {
  color: #d9ebf1;
  background: #0d2e43;
  border-radius: 12px;
  grid-template-columns: 1fr auto;
  gap: 5px;
  padding: 17px;
  display: grid;
}
.transfer-card small {
  color: #78bdcf;
  letter-spacing: 0.1em;
  grid-column: 1/-1;
  font-size: 0.52rem;
}
.transfer-card b {
  font-family: var(--serif);
  font-size: 1.1rem;
}
.transfer-card span {
  font-size: 0.66rem;
}
.transfer-card button {
  color: #fff;
  background: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 8px;
  grid-area: 2/2/4;
  padding: 0 13px;
  font-size: 0.58rem;
}
.step-actions,
.modal-actions {
  clear: both;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 22px;
  display: flex;
}
.step-actions > button:not(.primary),
.modal-actions > button:not(.primary),
.checkout-success > button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 9px;
  min-height: 42px;
  padding: 0 17px;
}
.checkout-summary {
  border: 1px solid var(--line);
  background: #f8fbfc;
  border-radius: 12px;
  margin: 18px 0;
  padding: 15px;
}
.checkout-summary > div {
  color: #627986;
  justify-content: space-between;
  gap: 20px;
  padding: 7px 0;
  font-size: 0.67rem;
  display: flex;
}
.checkout-summary > div:last-child {
  border-top: 1px solid var(--line);
  color: #173b50;
  margin-top: 6px;
  font-size: 0.78rem;
}
.coupon {
  margin: 14px 0;
}
.checkout-success {
  text-align: center;
}
.checkout-success > span {
  color: #fff;
  background: #2c9a80;
  border-radius: 50%;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  font-size: 1.5rem;
  display: grid;
}
.checkout-success > strong {
  font-family: var(--serif);
  margin: 16px;
  font-size: 1.7rem;
  display: block;
}
.whatsapp {
  color: #fff;
  background: #1a9b5b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  margin: 12px 0;
  font-size: 0.72rem;
  font-weight: 760;
  text-decoration: none;
  display: flex;
}
.toast-stack {
  z-index: 200;
  gap: 8px;
  display: grid;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.toast {
  color: #205b50;
  background: #ecfbf6;
  border: 1px solid #30907c40;
  border-radius: 10px;
  max-width: 380px;
  padding: 13px 16px;
  font-size: 0.68rem;
  animation: 0.25s toast-in;
  box-shadow: 0 14px 35px #00000024;
}
.toast.error {
  color: #7f3f49;
  background: #fff1f3;
  border-color: #edc3c8;
}
.rewards-hero {
  color: #fff;
  background:
    radial-gradient(circle at 80% 30%, #4eb1c566, #0000 28%),
    linear-gradient(145deg, #071525, #103e59);
  padding: 70px 0;
}
.rewards-head {
  grid-template-columns: 1fr 310px;
  align-items: center;
  gap: 40px;
  display: grid;
}
.rewards-head .eyebrow {
  color: #77ccdb;
}
.rewards-head h1 {
  color: #fff;
  font-size: 5rem;
}
.rewards-head p {
  color: #aec3ce;
}
.points-orb {
  background: radial-gradient(circle, #5dc0d233, #0000 65%);
  border: 1px solid #8ad6e359;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 285px;
  height: 285px;
  display: flex;
  box-shadow: inset 0 0 60px #59b2c614;
}
.points-orb small {
  color: #9ecbd5;
  letter-spacing: 0.13em;
  font-size: 0.55rem;
}
.points-orb strong {
  font-family: var(--serif);
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1;
}
.points-orb span {
  color: #abc4cd;
  font-size: 0.63rem;
}
.reward-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  display: grid;
}
.reward-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 17px;
  flex-direction: column;
  min-height: 400px;
  padding: 23px;
  display: flex;
}
.reward-card > div:first-child {
  color: #367c94;
  letter-spacing: 0.08em;
  justify-content: space-between;
  font-size: 0.52rem;
  display: flex;
}
.reward-card h2 {
  font-family: var(--serif);
  margin: 34px 0 10px;
  font-size: 1.45rem;
  font-weight: 500;
}
.reward-card p {
  color: #758893;
  min-height: 72px;
  margin: 0;
  font-size: 0.67rem;
  line-height: 1.55;
}
.progress {
  background: #e5edef;
  border-radius: 999px;
  height: 6px;
  margin-top: auto;
  overflow: hidden;
}
.progress i {
  background: linear-gradient(90deg, #277d98, #63c3cf);
  border-radius: 999px;
  height: 100%;
  display: block;
}
.reward-card > small {
  color: #718792;
  margin: 8px 0 13px;
  font-size: 0.55rem;
}
.reward-card select {
  margin: 0 0 9px;
}
.order-list {
  gap: 11px;
  display: grid;
}
.order-list > article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  grid-template-columns: 170px 120px 1fr 150px;
  align-items: center;
  gap: 20px;
  padding: 20px;
  display: grid;
}
.order-list h2 {
  font-family: var(--serif);
  margin: 4px 0 0;
  font-size: 1.25rem;
}
.order-list small {
  color: #7c8f98;
  font-size: 0.58rem;
  display: block;
}
.order-items {
  color: #617b89;
  flex-direction: column;
  gap: 4px;
  font-size: 0.65rem;
  display: flex;
}
.order-list article > div:last-child {
  text-align: right;
}
.badge {
  color: #7b5d27;
  letter-spacing: 0.05em;
  background: #fff5d9;
  border-radius: 999px;
  width: max-content;
  padding: 6px 9px;
  font-size: 0.5rem;
  font-weight: 800;
}
.badge.confirmado {
  color: #237261;
  background: #e7f7f1;
}
.badge.rechazado {
  color: #8d4d56;
  background: #fdecef;
}
.account {
  padding-bottom: 100px;
}
.account-head {
  justify-content: space-between;
  align-items: end;
  padding-block-start: 70px;
  padding-block-end: 35px;
  display: flex;
}
.account-head h1 {
  font-size: 4.8rem;
}
.account-head > button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 9px;
  padding: 10px 15px;
}
.account-grid {
  grid-template-columns: 1.3fr 1fr;
  gap: 17px;
  display: grid;
}
.points-card,
.profile-card {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
  padding: 35px;
  display: flex;
}
.points-card {
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, #66c8d859, #0000 32%),
    linear-gradient(135deg, #071525, #13506c);
}
.points-card > span,
.profile-card > span {
  letter-spacing: 0.14em;
  font-size: 0.57rem;
}
.points-card > strong {
  font-family: var(--serif);
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}
.points-card > small {
  color: #a9c2cc;
}
.points-card .progress {
  background: #ffffff26;
  width: 70%;
  margin: 18px 0 0;
}
.profile-card {
  border: 1px solid var(--line);
  background: #fff;
}
.profile-card h2 {
  font-family: var(--serif);
  margin: 10px 0;
  font-size: 2rem;
  font-weight: 500;
}
.profile-card p {
  color: #6d8390;
  margin: 3px 0;
}
.account-columns {
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  margin-top: 17px;
  display: grid;
}
.account-columns > article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 17px;
  min-height: 260px;
  padding: 25px;
}
.account-columns h2 {
  font-family: var(--serif);
  margin: 0 0 17px;
  font-weight: 500;
}
.ledger {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  font-size: 0.65rem;
  display: grid;
}
.ledger > b {
  background: #e9f7f3;
  border-radius: 8px;
  place-items: center;
  width: 38px;
  height: 30px;
  display: grid;
}
.ledger > b.negative {
  color: #995964;
  background: #fdeff1;
}
.ledger span {
  flex-direction: column;
  display: flex;
}
.ledger small {
  color: #8a9aa2;
}
.benefit {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  padding: 12px 0;
  font-size: 0.68rem;
  display: flex;
}
.admin-top {
  color: #fff;
  background: linear-gradient(135deg, #071525, #113e58);
  padding: 55px 0 35px;
}
.admin-top h1 {
  color: #fff;
  margin: 10px 0;
  font-size: 4.3rem;
}
.admin-top p {
  color: #a9c1cc;
}
.admin-tabs {
  gap: 7px;
  padding-block-start: 18px;
  padding-block-end: 18px;
  display: flex;
  overflow: auto;
}
.admin-tabs button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 9px;
  min-height: 38px;
  padding: 0 15px;
  font-size: 0.64rem;
}
.admin-tabs button.active {
  color: #fff;
  background: #195b77;
}
.admin-body {
  min-height: 500px;
  padding-bottom: 90px;
}
.stat-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: grid;
}
.stat-grid article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  min-height: 130px;
  padding: 22px;
  display: flex;
}
.stat-grid span {
  color: #748994;
  font-size: 0.6rem;
}
.stat-grid strong {
  font-family: var(--serif);
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 500;
}
.admin-list {
  gap: 8px;
  display: grid;
}
.admin-list > article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 13px;
  grid-template-columns: 1.2fr 1.5fr 0.7fr 110px auto;
  align-items: center;
  gap: 15px;
  padding: 15px;
  display: grid;
}
.admin-list article > div {
  flex-direction: column;
  gap: 3px;
  display: flex;
}
.admin-list small,
.admin-list span {
  color: #708590;
  font-size: 0.58rem;
}
.admin-list b {
  font-size: 0.7rem;
}
.admin-actions {
  gap: 5px;
  flex-direction: row !important;
  display: flex !important;
}
.admin-actions button,
.admin-list > article > button,
.admin-product-grid button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  min-height: 35px;
  padding: 0 10px;
  font-size: 0.57rem;
}
.admin-product-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: grid;
}
.admin-product-grid article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  flex-direction: column;
  padding: 15px;
  display: flex;
}
.admin-product-grid img {
  object-fit: contain;
  height: 180px;
}
.admin-product-grid small {
  color: #638291;
  text-transform: uppercase;
  font-size: 0.53rem;
}
.admin-product-grid h2 {
  min-height: 48px;
  font-family: var(--serif);
  margin: 6px 0;
  font-size: 1.15rem;
  font-weight: 500;
}
.admin-product-grid > b {
  color: #276580;
  font-size: 0.75rem;
}
.admin-product-grid span {
  color: #718691;
  margin: 8px 0;
  font-size: 0.58rem;
  line-height: 1.5;
}
.customer-list > article {
  grid-template-columns: 1fr 130px auto;
}
.reward-inventory > article {
  grid-template-columns: 1fr 100px 90px auto;
}
.admin-toolbar {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 13px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding: 15px;
  display: flex;
}
.admin-toolbar p {
  color: #708590;
  margin: 0;
  font-size: 0.65rem;
}
.edit-modal {
  width: min(680px, 100%);
}
.edit-modal > h2,
.edit-modal > .eyebrow,
.edit-modal > p {
  display: block;
}
.form-grid {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  display: grid;
}
.form-grid .full {
  grid-column: 1/-1;
}
.form-grid .check {
  align-items: center;
  gap: 8px;
  display: flex;
}
.form-grid .check input {
  width: 17px;
  min-height: 17px;
  margin: 0;
}
.small-modal {
  width: min(480px, 100%);
}
.confirm-modal {
  text-align: center;
}
.confirm-modal > span {
  color: #fff;
  background: #317f94;
  border-radius: 50%;
  place-items: center;
  width: 55px;
  height: 55px;
  margin: auto;
  font-size: 1.5rem;
  display: grid;
}
.confirm-modal textarea {
  border: 1px solid var(--line);
  border-radius: 9px;
  width: 100%;
  min-height: 90px;
  padding: 10px;
}
.confirm-modal > div {
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  display: flex;
}
.confirm-modal > div button {
  border: 1px solid var(--line);
  border-radius: 9px;
  min-height: 41px;
  padding: 0 16px;
}
.footer-grid {
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 55px;
  padding-block-start: 65px;
  padding-block-end: 65px;
  display: grid;
}
footer {
  color: #9db3bf;
  background: #071525;
}
.footer-brand {
  color: #fff;
}
.footer-brand img {
  width: 58px;
  height: 58px;
}
.footer-grid > div {
  flex-direction: column;
  align-items: start;
  gap: 10px;
  display: flex;
}
.footer-grid p {
  color: #7f98a6;
  max-width: 330px;
  font-size: 0.71rem;
  line-height: 1.65;
}
.footer-grid > div > b {
  color: #fff;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 0.66rem;
}
.footer-grid button:not(.brand),
.footer-grid a,
.footer-grid span {
  color: #8da5b2;
  background: 0 0;
  border: 0;
  padding: 0;
  font-size: 0.67rem;
  text-decoration: none;
}
.footer-bottom {
  border-top: 1px solid #ffffff14;
  padding: 20px 0;
  font-size: 0.6rem;
}

/* Decants */
.decant-home-banner {
  color: #fff;
  background:
    radial-gradient(circle at 76% 35%, #8ce3e533, transparent 26%),
    linear-gradient(135deg, #0a2031, #15556c);
  border: 1px solid #4b9bb255;
  border-radius: 22px;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 35px;
  min-height: 420px;
  margin-bottom: 24px;
  padding: 52px 64px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 28px 70px #0a29352b;
}
.decant-home-copy {
  z-index: 2;
  position: relative;
}
.decant-home-banner .eyebrow {
  color: #86dae1;
}
.decant-home-banner h2 {
  color: #fff;
  max-width: 650px;
  font-family: var(--serif);
  letter-spacing: -0.045em;
  margin: 13px 0 16px;
  font-size: clamp(2.7rem, 4.5vw, 4.5rem);
  font-weight: 400;
  line-height: 0.98;
}
.decant-home-banner p {
  color: #b6d0d8;
  max-width: 580px;
  margin: 0 0 25px;
  font-size: 0.78rem;
  line-height: 1.75;
}
.decant-home-banner .light-button {
  color: #12394d;
  background: #fff;
}
.decant-home-visual {
  justify-content: center;
  align-items: end;
  gap: 24px;
  min-height: 300px;
  padding: 35px 10px 15px;
  display: flex;
  position: relative;
}
.decant-home-visual:after {
  content: "";
  filter: blur(9px);
  background: #00111d61;
  border-radius: 50%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 8%;
  right: 8%;
}
.decant-vial {
  z-index: 2;
  background:
    linear-gradient(90deg, #ffffff30, transparent 22% 75%, #8edfe12b),
    linear-gradient(180deg, #e5fbfc21, #65bccb38);
  border: 1px solid #b9eef0ad;
  border-radius: 9px 9px 15px 15px;
  width: 62px;
  height: 166px;
  position: relative;
  display: block;
  box-shadow:
    inset 0 0 22px #b6f2f31c,
    0 25px 35px #00111e63;
}
.decant-vial:before {
  content: "";
  background: linear-gradient(180deg, #d9eef0, #7d9da8);
  border: 1px solid #effeffb0;
  border-radius: 5px 5px 2px 2px;
  height: 30px;
  position: absolute;
  top: -27px;
  left: 9px;
  right: 9px;
  box-shadow: inset 0 7px 7px #fff7;
}
.decant-vial:after {
  content: "ÉCLAT";
  color: #18475d;
  letter-spacing: 0.12em;
  text-align: center;
  background: #eaf7f3e8;
  border: 1px solid #ffffffb0;
  padding: 9px 0 8px;
  font-family: var(--serif);
  font-size: 0.55rem;
  position: absolute;
  top: 51%;
  left: 5px;
  right: 5px;
  transform: translateY(-50%);
}
.decant-vial-small {
  width: 50px;
  height: 132px;
  transform: translateY(15px) rotate(-5deg);
}
.decant-vial-medium {
  width: 59px;
  height: 172px;
  transform: translateY(2px);
}
.decant-vial-large {
  width: 70px;
  height: 215px;
  transform: rotate(5deg);
}
.decants-page {
  overflow: hidden;
}
.decants-hero {
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 45px;
  min-height: 590px;
  display: grid;
}
.decants-hero-copy {
  padding: 65px 0;
}
.decants-hero h1 {
  color: #102f43;
  max-width: 760px;
  font-family: var(--serif);
  letter-spacing: -0.055em;
  margin: 15px 0 22px;
  font-size: clamp(3.7rem, 6.1vw, 6.1rem);
  font-weight: 400;
  line-height: 0.9;
}
.decants-hero h1 em {
  color: #2b7895;
  font-weight: 400;
}
.decants-hero-copy > p {
  color: #6b8190;
  max-width: 590px;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.75;
}
.decants-hero-actions {
  align-items: center;
  gap: 22px;
  margin-top: 29px;
  display: flex;
}
.decants-hero-actions .primary {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}
.decants-hero-actions > span {
  color: #5a7988;
  letter-spacing: 0.08em;
  align-items: center;
  gap: 8px;
  font-size: 0.58rem;
  font-weight: 760;
  display: flex;
}
.decants-hero-actions i {
  background: #53cabc;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 12px #53cabc;
}
.decants-hero-visual {
  justify-content: center;
  align-items: end;
  gap: 30px;
  min-height: 520px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}
.decants-hero-visual:after {
  content: "";
  filter: blur(11px);
  background: radial-gradient(#0a293d52, transparent 68%);
  border-radius: 50%;
  height: 68px;
  position: absolute;
  bottom: 69px;
  left: 10%;
  right: 10%;
}
.decants-hero-visual .decant-vial {
  border-color: #8fc8d1a8;
  background:
    linear-gradient(90deg, #ffffff80, transparent 24% 74%, #82cfd12e),
    linear-gradient(180deg, #f9ffffb8, #72bec86b);
  box-shadow:
    inset 0 0 22px #fff8,
    0 28px 40px #0a263a3b;
}
.decants-halo {
  background: radial-gradient(circle, #68c8d634, transparent 64%);
  border: 1px solid #3e95b126;
  border-radius: 50%;
  width: 470px;
  height: 470px;
  position: absolute;
  top: 24px;
}
.decants-floating-note {
  z-index: 4;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffffc4;
  border: 1px solid #fff;
  border-radius: 13px;
  flex-direction: column;
  padding: 14px 18px;
  display: flex;
  position: absolute;
  right: 4px;
  bottom: 112px;
  box-shadow: var(--shadow);
}
.decants-floating-note b {
  letter-spacing: 0.12em;
  font-size: 0.58rem;
}
.decants-floating-note span {
  color: #6d8591;
  margin-top: 4px;
  font-size: 0.62rem;
}
.decant-sizes {
  border-top: 1px solid var(--line);
}
.decant-sizes .section-title > p {
  color: #7a8e98;
  max-width: 260px;
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.55;
}
.decant-size-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  display: grid;
}
.decant-size-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  min-height: 480px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px #1039500d;
}
.decant-size-card:before {
  content: "";
  background: radial-gradient(circle, #66cbd528, transparent 66%);
  border-radius: 50%;
  width: 310px;
  height: 310px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.decant-card-number {
  z-index: 2;
  color: #2b718d;
  letter-spacing: 0.12em;
  font-size: 0.6rem;
  font-weight: 800;
  position: relative;
}
.decant-card-vial {
  z-index: 2;
  background:
    linear-gradient(90deg, #fff, #d8edf0 25%, #faffff 63%, #b8dadd), #e4f1f2;
  border: 1px solid #7faab2;
  border-radius: 7px 7px 12px 12px;
  width: 62px;
  height: 160px;
  margin: 48px auto 39px;
  position: relative;
  box-shadow:
    inset 0 0 15px #fff,
    0 22px 30px #13364b2e;
}
.decant-card-vial:before {
  content: "";
  background: linear-gradient(#294755, #758f99);
  border-radius: 4px 4px 1px 1px;
  height: 30px;
  position: absolute;
  top: -27px;
  left: 10px;
  right: 10px;
}
.decant-card-vial:after {
  content: "ÉCLAT";
  color: #123b4f;
  letter-spacing: 0.08em;
  text-align: center;
  background: #edf5f0;
  border: 1px solid #fff;
  padding: 10px 0;
  font-family: var(--serif);
  font-size: 0.55rem;
  position: absolute;
  top: 50%;
  left: 4px;
  right: 4px;
  transform: translateY(-50%);
}
.decant-card-vial.small {
  width: 50px;
  height: 125px;
  margin-top: 70px;
  margin-bottom: 52px;
}
.decant-card-vial.large {
  width: 70px;
  height: 195px;
  margin-top: 29px;
  margin-bottom: 23px;
}
.decant-size-card h2 {
  font-family: var(--serif);
  margin: 0 0 9px;
  font-size: 1.5rem;
  font-weight: 500;
}
.decant-size-card p {
  color: #748994;
  min-height: 62px;
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.6;
}
.decant-size-card a {
  color: #286f8a;
  border-top: 1px solid var(--line);
  margin-top: auto;
  padding-top: 17px;
  font-size: 0.68rem;
  font-weight: 750;
  text-decoration: none;
}
.decant-process {
  color: #fff;
  background:
    radial-gradient(circle at 12% 12%, #56b7c53d, transparent 25%),
    linear-gradient(135deg, #071525, #103d56);
  border-radius: 22px;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 55px;
  margin-bottom: 24px;
  padding: 62px;
  display: grid;
}
.decant-process .eyebrow {
  color: #78ced9;
}
.decant-process h2 {
  color: #fff;
  font-family: var(--serif);
  letter-spacing: -0.04em;
  margin: 13px 0 0;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
}
.decant-process ol {
  counter-reset: none;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.decant-process li {
  border-bottom: 1px solid #ffffff1c;
  grid-template-columns: 44px 0.8fr 1.3fr;
  align-items: center;
  gap: 17px;
  padding: 17px 0;
  display: grid;
}
.decant-process li:first-child {
  padding-top: 0;
}
.decant-process li:last-child {
  border: 0;
  padding-bottom: 0;
}
.decant-process li b {
  color: #70cad5;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
}
.decant-process li h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 500;
}
.decant-process li p {
  color: #a9c0ca;
  margin: 0;
  font-size: 0.65rem;
  line-height: 1.6;
}
.decant-cta {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  margin-bottom: 90px;
  padding: 45px 52px;
  display: flex;
  box-shadow: 0 18px 45px #13364b0d;
}
.decant-cta span {
  color: #367d98;
  letter-spacing: 0.15em;
  font-size: 0.59rem;
  font-weight: 800;
}
.decant-cta h2 {
  font-family: var(--serif);
  margin: 9px 0 7px;
  font-size: 2.25rem;
  font-weight: 500;
}
.decant-cta p {
  color: #758994;
  margin: 0;
  font-size: 0.7rem;
}
.decant-cta > a {
  color: #fff;
  background: linear-gradient(135deg, #164b69, #2685a0);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 0 22px;
  font-size: 0.7rem;
  font-weight: 760;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 10px 25px #165b7929;
}
@keyframes modal-in {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
}
@keyframes toast-in {
  0% {
    opacity: 0;
    transform: translate(15px);
  }
}
@media (max-width: 1050px) {
  .nav {
    grid-template-columns: 175px 1fr auto;
  }
  .nav-links {
    gap: 14px;
  }
  .nav-links button {
    font-size: 0.64rem;
  }
  .product-grid,
  .admin-product-grid,
  .reward-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero {
    grid-template-columns: 1.1fr 0.9fr;
  }
  .reward-card {
    min-height: 350px;
  }
  .stat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .admin-list > article {
    grid-template-columns: 1fr 1.2fr 0.7fr auto;
  }
  .admin-list .badge {
    display: none;
  }
}
@media (max-width: 820px) {
  .nav {
    grid-template-columns: 1fr auto;
  }
  .nav-links {
    display: none;
  }
  .hero {
    flex-direction: column;
    min-height: auto;
    padding: 60px 0;
    display: flex;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-visual {
    width: 100%;
    min-height: 410px;
  }
  .hero h1 {
    font-size: 4.7rem;
  }
  .trust-strip > div {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .trust-strip span:nth-child(2) {
    border: 0;
  }
  .reward-banner {
    grid-template-columns: 1fr;
    padding: 45px;
  }
  .reward-number {
    display: none;
  }
  .rewards-head {
    grid-template-columns: 1fr;
  }
  .points-orb {
    width: 240px;
    height: 240px;
    margin: auto;
  }
  .rewards-head h1 {
    font-size: 4.2rem;
  }
  .order-list > article {
    grid-template-columns: 1fr auto;
  }
  .order-items {
    grid-column: 1/-1;
  }
  .order-list article > div:last-child {
    text-align: left;
  }
  .admin-list > article {
    grid-template-columns: 1fr 1fr;
  }
  .admin-order-products,
  .admin-actions {
    grid-column: 1/-1;
  }
  .customer-list > article,
  .reward-inventory > article {
    grid-template-columns: 1fr auto;
  }
  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 26px);
  }
  .announcement {
    letter-spacing: 0.11em;
    font-size: 0.5rem;
  }
  .nav {
    height: 64px;
  }
  .brand img {
    width: 41px;
    height: 41px;
  }
  .brand b {
    font-size: 0.93rem;
  }
  .brand small {
    font-size: 0.4rem;
  }
  .nav-actions > button:first-of-type {
    display: none;
  }
  .nav-actions {
    gap: 7px;
  }
  .cart-button {
    padding: 0 9px !important;
  }
  .hero {
    padding-top: 40px;
  }
  .hero h1 {
    font-size: 3.65rem;
  }
  .hero-copy > p {
    font-size: 0.82rem;
  }
  .hero-actions {
    flex-direction: column;
    align-items: start;
  }
  .hero-visual {
    min-height: 340px;
  }
  .halo {
    width: 330px;
    height: 330px;
  }
  .trust-strip > div {
    grid-template-columns: 1fr;
  }
  .trust-strip span {
    border: 0;
    justify-content: start;
  }
  .section {
    padding-block-start: 60px;
    padding-block-end: 60px;
  }
  .section-title {
    display: block;
  }
  .section-title h2 {
    font-size: 2.4rem;
  }
  .section-title button {
    margin-top: 13px;
  }
  .product-grid,
  .admin-product-grid,
  .reward-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .product-image {
    height: 210px;
  }
  .product-copy {
    padding: 12px;
  }
  .product-copy h3 {
    min-height: 40px;
    font-size: 1.05rem;
  }
  .product-copy > div {
    grid-template-columns: 1fr;
  }
  .reward-banner {
    width: calc(100% - 26px);
    margin-bottom: 70px;
    padding: 35px 24px;
  }
  .reward-banner h2 {
    font-size: 2.6rem;
  }
  .page-hero {
    min-height: 300px;
  }
  .page-hero h1 {
    font-size: 3.4rem;
  }
  .catalog-tools {
    flex-direction: column;
    align-items: stretch;
  }
  .catalog-tools > div {
    flex-wrap: nowrap;
    padding-bottom: 3px;
    overflow: auto;
  }
  .catalog-tools > div button {
    flex: none;
  }
  .auth-modal,
  .checkout-modal,
  .edit-modal,
  .confirm-modal {
    padding: 27px 18px;
  }
  .pay-options,
  .transfer-card {
    grid-template-columns: 1fr;
  }
  .transfer-card button {
    grid-area: auto/1;
    min-height: 38px;
  }
  .stepper span {
    font-size: 0.5rem;
  }
  .checkout-summary > div {
    flex-direction: column;
    align-items: start;
    gap: 3px;
  }
  .rewards-hero {
    padding: 55px 0;
  }
  .rewards-head h1 {
    font-size: 3.5rem;
  }
  .points-orb {
    width: 220px;
    height: 220px;
  }
  .reward-card {
    min-height: 330px;
    padding: 17px;
  }
  .reward-card h2 {
    margin-top: 22px;
    font-size: 1.2rem;
  }
  .account-head {
    display: block;
  }
  .account-head h1 {
    font-size: 3.7rem;
  }
  .account-grid,
  .account-columns {
    grid-template-columns: 1fr;
  }
  .points-card,
  .profile-card {
    min-height: 220px;
  }
  .admin-top h1 {
    font-size: 3.2rem;
  }
  .stat-grid {
    gap: 7px;
  }
  .stat-grid article {
    min-height: 105px;
    padding: 14px;
  }
  .stat-grid strong {
    font-size: 1.3rem;
  }
  .admin-list > article {
    grid-template-columns: 1fr;
  }
  .admin-list .admin-order-products {
    grid-column: 1;
  }
  .customer-list > article,
  .reward-inventory > article {
    grid-template-columns: 1fr;
  }
  .admin-product-grid img {
    height: 140px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-grid .full {
    grid-column: 1;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .toast-stack {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .toast {
    max-width: none;
  }
}

@media (max-width: 1050px) {
  .decant-home-banner {
    padding: 48px;
  }
  .decants-hero {
    grid-template-columns: 1.1fr 0.9fr;
  }
  .decant-process {
    gap: 36px;
    padding: 48px;
  }
}

@media (max-width: 820px) {
  .decant-home-banner {
    grid-template-columns: 1fr;
  }
  .decant-home-visual {
    min-height: 250px;
  }
  .decants-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .decants-hero-copy {
    padding-bottom: 0;
  }
  .decants-hero-visual {
    min-height: 430px;
  }
  .decants-halo {
    width: 410px;
    height: 410px;
  }
  .decant-size-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .decant-size-card:last-child {
    grid-column: 1 / -1;
  }
  .decant-process {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .decant-home-banner {
    width: calc(100% - 26px);
    min-height: auto;
    margin-bottom: 12px;
    padding: 36px 23px 25px;
  }
  .decant-home-banner h2 {
    font-size: 2.7rem;
  }
  .decant-home-visual {
    gap: 18px;
    min-height: 225px;
    padding-top: 25px;
  }
  .decant-home-visual .decant-vial-small {
    width: 42px;
    height: 105px;
  }
  .decant-home-visual .decant-vial-medium {
    width: 49px;
    height: 140px;
  }
  .decant-home-visual .decant-vial-large {
    width: 57px;
    height: 172px;
  }
  .decants-hero-copy {
    padding-top: 52px;
  }
  .decants-hero h1 {
    font-size: 3.55rem;
  }
  .decants-hero-copy > p {
    font-size: 0.81rem;
  }
  .decants-hero-actions {
    flex-direction: column;
    align-items: start;
  }
  .decants-hero-visual {
    gap: 20px;
    min-height: 365px;
    padding-bottom: 70px;
  }
  .decants-hero-visual .decant-vial-small {
    width: 44px;
    height: 115px;
  }
  .decants-hero-visual .decant-vial-medium {
    width: 52px;
    height: 151px;
  }
  .decants-hero-visual .decant-vial-large {
    width: 62px;
    height: 187px;
  }
  .decants-halo {
    width: 330px;
    height: 330px;
    top: 8px;
  }
  .decants-floating-note {
    right: 0;
    bottom: 72px;
  }
  .decant-sizes .section-title > p {
    margin-top: 12px;
  }
  .decant-size-grid {
    grid-template-columns: 1fr;
  }
  .decant-size-card:last-child {
    grid-column: auto;
  }
  .decant-size-card {
    min-height: 450px;
  }
  .decant-process {
    width: calc(100% - 26px);
    margin-bottom: 12px;
    padding: 38px 24px;
  }
  .decant-process h2 {
    font-size: 2.55rem;
  }
  .decant-process li {
    grid-template-columns: 37px 1fr;
    align-items: start;
  }
  .decant-process li p {
    grid-column: 2;
  }
  .decant-cta {
    width: calc(100% - 26px);
    align-items: start;
    margin-bottom: 70px;
    padding: 32px 23px;
    flex-direction: column;
  }
  .decant-cta h2 {
    font-size: 1.9rem;
  }
}

/* Decants · compra directa */
.decant-home-banner {
  background:
    radial-gradient(circle at 82% 25%, #68d6e02b, transparent 27%),
    linear-gradient(135deg, #061522 0%, #0b3045 55%, #0e5266 100%);
  border-color: #66b8cd42;
}
.decant-home-visual {
  align-items: center;
  padding: 15px 10px;
}
.decant-home-visual:after {
  background: radial-gradient(#000a, transparent 70%);
  bottom: 8px;
}
.decant-home-visual > img {
  z-index: 2;
  object-fit: contain;
  filter: drop-shadow(0 28px 24px #00101ca8);
  width: min(305px, 92%);
  height: 310px;
  position: relative;
}
.decants-page {
  color: #eefbff;
  background:
    radial-gradient(circle at 86% 8%, #2f9eb037, transparent 27%),
    radial-gradient(circle at 10% 42%, #174d682e, transparent 30%),
    linear-gradient(180deg, #06131f 0%, #082436 48%, #061722 100%);
  padding-bottom: 92px;
  overflow: hidden;
}
.decants-page .eyebrow {
  color: #73d1dc;
}
.decants-hero {
  min-height: 640px;
}
.decants-hero-copy {
  z-index: 2;
  position: relative;
}
.decants-hero h1 {
  color: #f4fbfd;
  text-shadow: 0 8px 40px #0004;
}
.decants-hero h1 em {
  color: #70cbd8;
}
.decants-hero-copy > p {
  color: #a8c5d0;
}
.decants-hero-actions > span {
  color: #9bbac5;
}
.decants-hero-actions .primary {
  border-color: #69c5d5;
  background: linear-gradient(135deg, #1c6f8a, #39a8b9);
  box-shadow: 0 15px 35px #00131f80;
}
.decants-hero-visual {
  align-items: center;
  min-height: 570px;
  padding: 45px 0 70px;
}
.decants-hero-visual:after {
  background: radial-gradient(#000b, transparent 67%);
  bottom: 65px;
}
.decants-hero-visual > img {
  z-index: 2;
  object-fit: contain;
  filter: drop-shadow(0 32px 30px #0009);
  width: min(410px, 84%);
  height: 470px;
  position: relative;
}
.decants-halo {
  background: radial-gradient(circle, #5dccdc34, transparent 63%);
  border-color: #63c9da25;
  box-shadow: inset 0 0 80px #69d3df0d;
}
.decants-floating-note {
  color: #13394b;
  background: #f5fcfde8;
  border-color: #fff;
}
.decant-catalog-section {
  border-top: 1px solid #87d5df21;
  padding-block: 92px;
}
.decant-catalog-heading {
  max-width: 760px;
  margin-bottom: 34px;
}
.decant-catalog-heading h2 {
  color: #f1fbfe;
  font-family: var(--serif);
  letter-spacing: -0.045em;
  margin: 11px 0 13px;
  font-size: clamp(2.8rem, 4.5vw, 4.5rem);
  font-weight: 400;
  line-height: 1;
}
.decant-catalog-heading p {
  color: #92b1bd;
  max-width: 650px;
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.7;
}
.decant-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
  display: grid;
}
.decant-product-card {
  background: linear-gradient(165deg, #103448e8, #071a27f5);
  border: 1px solid #7bc6d229;
  border-radius: 20px;
  min-width: 0;
  overflow: hidden;
  box-shadow: 0 28px 65px #0004;
}
.decant-product-visual {
  background: #091c2a;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  height: 310px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.decant-product-visual:after {
  display: none;
}
.decant-card-composition {
  z-index: 1;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.decant-product-visual > span {
  z-index: 4;
  color: #dff8fb;
  letter-spacing: 0.13em;
  background: #081a27d9;
  border: 1px solid #8cd8e249;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 0.5rem;
  font-weight: 800;
  position: absolute;
  top: 16px;
  left: 16px;
}
.decant-product-copy {
  padding: 22px;
}
.decant-product-copy > small {
  color: #74c8d5;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 0.54rem;
  font-weight: 800;
}
.decant-product-copy h3 {
  color: #f4fbfd;
  min-height: 48px;
  font-family: var(--serif);
  margin: 7px 0 7px;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.08;
}
.decant-product-copy > p {
  color: #8eacb8;
  margin: 0 0 13px;
  font-size: 0.63rem;
}
.decant-volume-options {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}
.decant-volume-options button {
  color: #9bb9c4;
  text-align: left;
  background: #ffffff08;
  border: 1px solid #8bcbd42b;
  border-radius: 11px;
  min-height: 68px;
  padding: 11px 12px;
}
.decant-volume-options button.selected {
  color: #effdff;
  background: linear-gradient(135deg, #1d6d869e, #22637d75);
  border-color: #71ceda;
  box-shadow: 0 0 0 2px #63c7d51c;
}
.decant-volume-options button:disabled {
  opacity: 0.36;
}
.decant-volume-options b,
.decant-volume-options span {
  display: block;
}
.decant-volume-options b {
  font-family: var(--serif);
  font-size: 1.06rem;
  font-weight: 500;
}
.decant-volume-options span {
  margin-top: 4px;
  font-size: 0.56rem;
}
.decant-shared-stock {
  background: linear-gradient(135deg, #0b2938, #123d51);
  border: 1px solid #7bcbd839;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 11px;
  padding: 10px 12px;
  display: flex;
  box-shadow: inset 0 1px #ffffff0a;
}
.decant-shared-stock > span {
  color: #75cdd8;
  letter-spacing: 0.11em;
  font-size: 0.48rem;
  font-weight: 800;
}
.decant-shared-stock > div {
  text-align: right;
}
.decant-shared-stock strong,
.decant-shared-stock small {
  display: block;
}
.decant-shared-stock strong {
  color: #f3fdff;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.decant-shared-stock small {
  color: #91adb8;
  margin-top: 3px;
  font-size: 0.48rem;
}
.decant-product-meta {
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin: 18px 0 15px;
  display: flex;
}
.decant-product-meta strong {
  color: #f4fcff;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
}
.decant-product-meta span {
  color: #70d4be;
  letter-spacing: 0.08em;
  font-size: 0.5rem;
  font-weight: 800;
}
.decant-product-meta span.sold {
  color: #e7959f;
}
.decant-product-meta span.pending {
  color: #e6c878;
}
.decant-product-actions {
  grid-template-columns: 0.85fr 1.15fr;
  gap: 7px;
  display: grid;
}
.decant-product-actions button {
  color: #d4ecf2;
  background: #ffffff09;
  border: 1px solid #7fc6d02e;
  border-radius: 9px;
  min-height: 39px;
  padding: 0 10px;
  font-size: 0.59rem;
  font-weight: 760;
}
.decant-product-actions .primary {
  color: #fff;
  background: linear-gradient(135deg, #1b6782, #2e97aa);
  border-color: #56b8c8;
}
.decant-empty {
  background:
    radial-gradient(circle at 23% 50%, #5fc5d12b, transparent 25%),
    linear-gradient(145deg, #10374b, #071a28);
  border: 1px solid #78cbd536;
  border-radius: 20px;
  grid-template-columns: 220px 1fr;
  grid-template-rows: auto auto auto;
  align-items: center;
  column-gap: 35px;
  min-height: 310px;
  padding: 35px 55px;
  display: grid;
  box-shadow: 0 28px 65px #0004;
}
.decant-empty img {
  grid-row: 1 / 4;
  object-fit: contain;
  filter: drop-shadow(0 22px 22px #0008);
  width: 190px;
  height: 240px;
}
.decant-empty span {
  color: #70cbd7;
  letter-spacing: 0.14em;
  align-self: end;
  font-size: 0.57rem;
  font-weight: 800;
}
.decant-empty h3 {
  color: #f2fbfd;
  align-self: center;
  font-family: var(--serif);
  margin: 7px 0;
  font-size: 2.35rem;
  font-weight: 400;
}
.decant-empty p {
  color: #94b2be;
  align-self: start;
  margin: 0;
  font-size: 0.7rem;
}
.decant-process {
  background:
    radial-gradient(circle at 12% 12%, #56c4d247, transparent 27%),
    linear-gradient(135deg, #0b2638, #103f55);
  border: 1px solid #71c8d32b;
  margin-bottom: 18px;
  box-shadow: 0 28px 65px #0004;
}
.decant-process h2 {
  color: #f4fbfd;
}
.decant-process li p {
  color: #aec5ce;
}
.decant-payment-note {
  background: linear-gradient(135deg, #113b50c9, #0a2332e8);
  border: 1px solid #75c8d32e;
  border-radius: 19px;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding: 37px 45px;
  display: flex;
  box-shadow: 0 22px 55px #0003;
}
.decant-payment-note span {
  color: #72cbd7;
  letter-spacing: 0.15em;
  font-size: 0.56rem;
  font-weight: 800;
}
.decant-payment-note h2 {
  color: #f4fbfd;
  font-family: var(--serif);
  margin: 8px 0 4px;
  font-size: 2.35rem;
  font-weight: 500;
}
.decant-payment-note p {
  color: #9bb7c2;
  margin: 0;
  font-size: 0.68rem;
}
.decant-payment-note strong {
  color: #bed6de;
  max-width: 430px;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.6;
}

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

@media (max-width: 820px) {
  .decants-hero {
    grid-template-columns: 1fr;
  }
  .decants-hero-visual {
    min-height: 440px;
  }
  .decants-hero-visual > img {
    height: 390px;
  }
  .decant-process {
    grid-template-columns: 1fr;
  }
  .decant-payment-note {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .decants-page {
    padding-bottom: 70px;
  }
  .decant-home-visual > img {
    height: 230px;
  }
  .decants-hero {
    width: calc(100% - 26px);
  }
  .decants-hero h1 {
    font-size: 3.45rem;
  }
  .decants-hero-visual {
    min-height: 360px;
    padding: 10px 0 55px;
  }
  .decants-hero-visual > img {
    height: 330px;
  }
  .decant-catalog-section {
    padding-block: 65px;
  }
  .decant-catalog-heading h2 {
    font-size: 2.65rem;
  }
  .decant-product-grid {
    grid-template-columns: 1fr;
  }
  .decant-product-visual {
    height: 300px;
  }
  .decant-empty {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 32px 23px;
    text-align: center;
  }
  .decant-empty img {
    grid-row: auto;
    width: 160px;
    height: 200px;
    margin: auto;
  }
  .decant-empty h3 {
    font-size: 1.95rem;
  }
  .decant-process {
    margin-bottom: 12px;
  }
  .decant-payment-note {
    width: calc(100% - 26px);
    padding: 31px 23px;
  }
  .decant-payment-note h2 {
    font-size: 1.9rem;
  }
}

/* Gestor premium de catálogo para administradores */
.admin-catalog-head {
  color: #eefbff;
  background:
    radial-gradient(circle at 82% 0, #38a6b829, transparent 32%),
    linear-gradient(135deg, #071a29, #0c3447 58%, #105368);
  border: 1px solid #79c8d52e;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 14px;
  padding: 25px 27px;
  display: flex;
  box-shadow: 0 20px 55px #09283920;
}
.admin-catalog-head .eyebrow {
  color: #75d1dc;
}
.admin-catalog-head h2 {
  font-family: var(--serif);
  letter-spacing: -0.035em;
  margin: 7px 0 5px;
  font-size: 2.25rem;
  font-weight: 500;
}
.admin-catalog-head p {
  color: #9cb9c4;
  max-width: 650px;
  margin: 0;
  font-size: 0.66rem;
  line-height: 1.55;
}
.admin-new-product {
  flex: none;
  min-height: 45px;
  padding-inline: 20px;
}
.catalog-kind-tabs {
  background: #eaf2f5;
  border: 1px solid #ccdde3;
  border-radius: 14px;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 18px;
  padding: 5px;
  display: grid;
}
.catalog-kind-tabs button {
  color: #56717e;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 45px;
  display: flex;
}
.catalog-kind-tabs button span {
  letter-spacing: 0.1em;
  font-size: 0.57rem;
  font-weight: 850;
}
.catalog-kind-tabs button b {
  background: #d3e3e8;
  border-radius: 99px;
  min-width: 27px;
  padding: 4px 7px;
  font-size: 0.59rem;
}
.catalog-kind-tabs button.active {
  color: #effcff;
  background: linear-gradient(135deg, #123f55, #1f7892);
  border-color: #4c9eb2;
  box-shadow: 0 8px 20px #123e5229;
}
.catalog-kind-tabs button.active b {
  color: #dffcff;
  background: #ffffff1f;
}
.catalog-manager-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.admin-product-grid .catalog-admin-card {
  background: #fff;
  border: 1px solid #cbdde4;
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 14px 35px #12384b0d;
}
.catalog-admin-image {
  background:
    radial-gradient(circle at 50% 86%, #2a849a3b, transparent 34%),
    linear-gradient(155deg, #0b2c3e, #071a2b);
  height: 225px;
  position: relative;
  overflow: hidden;
}
.admin-product-grid .catalog-admin-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: block;
}
.decant-manager-grid .catalog-admin-image img {
  object-fit: cover;
  padding: 0;
}
.catalog-status {
  letter-spacing: 0.09em;
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff24;
  border-radius: 99px;
  margin: 0 !important;
  padding: 7px 9px;
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: 0.47rem !important;
  font-weight: 850;
  line-height: 1 !important;
}
.catalog-status.available {
  color: #cafff1 !important;
  background: #167360c7;
}
.catalog-status.sold {
  color: #ffe8ea !important;
  background: #852f3ccf;
}
.catalog-status.paused {
  color: #fff1bd !important;
  background: #8a6826d4;
}
.catalog-admin-copy {
  flex: 1;
  flex-direction: column;
  padding: 18px;
  display: flex;
}
.admin-product-grid .catalog-admin-copy > small {
  color: #39778e;
  letter-spacing: 0.13em;
  font-size: 0.5rem;
  font-weight: 850;
}
.admin-product-grid .catalog-admin-copy h2 {
  color: #15384a;
  min-height: 49px;
  margin: 6px 0 4px;
  font-size: 1.38rem;
}
.catalog-admin-copy > strong {
  color: #1b627c;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 600;
}
.catalog-stock-metrics {
  border-block: 1px solid #dce8ec;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 15px 0 !important;
  padding: 12px 0;
  display: grid;
}
.catalog-stock-metrics > div {
  min-width: 0;
}
.catalog-stock-metrics > div + div {
  border-left: 1px solid #dce8ec;
  padding-left: 12px;
}
.admin-product-grid .catalog-stock-metrics span {
  color: #78909b;
  letter-spacing: 0.08em;
  margin: 0 0 3px;
  font-size: 0.45rem;
  font-weight: 800;
  display: block;
}
.catalog-stock-metrics b {
  color: #193f51;
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 600;
}
.decant-admin-prices {
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: 9px 0 0 !important;
  display: grid;
}
.admin-product-grid .decant-admin-prices span {
  color: #29677d;
  background: #eff6f8;
  border: 1px solid #d5e5ea;
  border-radius: 9px;
  margin: 0;
  padding: 9px;
  font-size: 0.58rem;
}
.decant-admin-prices b {
  color: #163f51;
  margin-bottom: 2px;
  display: block;
}
.catalog-card-actions {
  grid-template-columns: 0.7fr 1.3fr 0.75fr;
  gap: 6px;
  margin-top: auto;
  display: grid;
}
.admin-product-grid .catalog-card-actions button {
  color: #315f72;
  min-height: 38px;
  padding: 5px 8px;
  font-size: 0.51rem;
  font-weight: 750;
}
.admin-product-grid .catalog-card-actions button:hover:not(:disabled) {
  background: #eff7f9;
  border-color: #8dbcc9;
}
.admin-product-grid .catalog-card-actions button:disabled {
  color: #8aa0a9;
  background: #f0f3f4;
  opacity: 0.72;
}
.admin-product-grid .catalog-card-actions .danger-ghost {
  color: #9c3544;
  border-color: #e4bfc5;
}
.catalog-modal-layer {
  align-items: flex-start;
  overflow-y: auto;
}
.catalog-edit-modal {
  width: min(760px, 100%);
  margin-block: auto;
}
.catalog-modal-intro {
  max-width: 620px;
}
.catalog-image-upload {
  background:
    radial-gradient(circle at 75% 35%, #38a7ba29, transparent 35%),
    linear-gradient(145deg, #0b293a, #071826);
  border: 1px dashed #66bccb8c;
  border-radius: 15px;
  place-items: center;
  min-height: 205px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: grid !important;
}
.catalog-image-upload > span:not(.replace-image-label) {
  color: #dffaff;
  text-align: center;
  display: grid;
}
.catalog-image-upload > span b {
  letter-spacing: 0.12em;
  font-size: 0.65rem;
}
.catalog-image-upload > span small {
  color: #8fb1be;
  margin-top: 6px;
  font-size: 0.53rem;
  text-transform: none;
}
.catalog-image-upload img {
  object-fit: contain;
  width: 100%;
  height: 270px;
  display: block;
}
.catalog-image-upload.has-image img {
  object-fit: cover;
}
.catalog-image-upload input[type="file"] {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}
.replace-image-label {
  color: #fff;
  background: #0c2634d9;
  border: 1px solid #ffffff33;
  border-radius: 99px;
  padding: 8px 13px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 0.5rem;
}
.form-grid label > small {
  color: #8296a0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 5px;
  font-size: 0.52rem;
  font-weight: 500;
  display: block;
}
.catalog-confirm-modal > small {
  color: #6d838e;
  max-width: 380px;
  margin: 8px auto 0;
  font-size: 0.62rem;
  line-height: 1.55;
  display: block;
}
.catalog-confirm-modal .danger,
.danger {
  color: #fff;
  background: linear-gradient(135deg, #943345, #bd4b58);
  border-color: #a33b49;
}

@media (max-width: 980px) {
  .catalog-manager-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .admin-catalog-head {
    align-items: stretch;
    flex-direction: column;
    padding: 21px;
  }
  .admin-catalog-head h2 {
    font-size: 1.85rem;
  }
  .admin-new-product {
    width: 100%;
  }
  .catalog-manager-grid {
    grid-template-columns: 1fr;
  }
  .catalog-admin-image {
    height: 250px;
  }
  .catalog-card-actions {
    grid-template-columns: 1fr 1fr;
  }
  .catalog-card-actions .danger-ghost {
    grid-column: 1 / -1;
  }
  .catalog-edit-modal {
    padding: 26px 18px;
  }
  .catalog-image-upload,
  .catalog-image-upload img {
    min-height: 180px;
    height: 220px;
  }
}
