:root {
  --ink: #171717;
  --muted: #6a6d73;
  --line: #d8d8dc;
  --paper: #fff;
  --soft: #f5f5f7;
  --accent: #ff4747;
  --orange: #ff6a24;
  --mint: #8bffd9;
  --cyan: #a8ebf5;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  border: 0;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

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

.store-header {
  background: #fff;
  border-bottom: 1px solid #ededf0;
}

.store-header__top {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 162px minmax(360px, 1fr) auto auto auto auto;
  min-height: 74px;
}

.brand {
  color: #101114;
  display: inline-flex;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-decoration: none;
}

.brand b {
  color: #202124;
}

.brand__spark {
  border-bottom: 21px solid #ffc52e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 4px;
  position: absolute;
  top: 5px;
  transform: rotate(31deg);
  width: 0;
  z-index: 0;
}

.brand span:last-child {
  position: relative;
  z-index: 1;
}

.search-box {
  align-items: center;
  border: 1.5px solid #23242a;
  border-radius: 28px;
  display: flex;
  height: 48px;
  min-width: 0;
  padding: 0 5px 0 20px;
  position: relative;
}

.search-box input {
  border: 0;
  color: #868990;
  flex: 1;
  font-size: 15px;
  min-width: 0;
  outline: 0;
}

.camera-button,
.search-button {
  align-items: center;
  background: transparent;
  border-radius: 50%;
  color: #222;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 20px;
  height: 39px;
  justify-content: center;
  width: 39px;
}

.search-button {
  background: #121316;
  color: #fff;
}

.search-box__suggestions {
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .18);
  display: none;
  left: 18px;
  overflow: hidden;
  position: absolute;
  right: 18px;
  top: calc(100% + 7px);
  z-index: 12;
}

.search-box__suggestions.is-open {
  display: block;
}

.search-box__suggestions button {
  background: #fff;
  color: #303238;
  display: block;
  font-size: 14px;
  padding: 11px 14px;
  text-align: left;
  width: 100%;
}

.search-box__suggestions button:hover {
  background: #f3f4f6;
}

.header-action {
  align-items: center;
  background: #fff;
  color: #111;
  display: inline-flex;
  font-size: 13px;
  gap: 9px;
  justify-content: center;
  line-height: 1.08;
  min-height: 48px;
  padding: 0;
  text-align: left;
  white-space: nowrap;
}

.header-action i {
  font-size: 27px;
}

.locale-action i {
  font-size: 13px;
  margin-left: -5px;
}

.locale-action {
  position: relative;
}

.currency-select {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.flag {
  align-items: center;
  background: #f5f5f7;
  border: 1px solid #ddd;
  display: inline-flex;
  font-size: 17px;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 31px;
}

.cart-icon {
  position: relative;
}

.cart-icon em {
  background: #111;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  left: 20px;
  line-height: 16px;
  min-width: 24px;
  position: absolute;
  text-align: center;
  top: -12px;
}

.nav-strip {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2.3vw, 39px);
  height: 59px;
  overflow: auto hidden;
  scrollbar-width: none;
}

.nav-strip::-webkit-scrollbar {
  display: none;
}

.nav-strip a,
.more-link {
  background: transparent;
  color: #26272c;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.nav-strip .sale-link {
  color: #ff3447;
  font-weight: 700;
}

.catalog-pill {
  align-items: center;
  background: #f5f5f5;
  border-radius: 30px;
  color: #24252b;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 700;
  gap: 13px;
  height: 43px;
  justify-content: center;
  min-width: 229px;
  text-decoration: none;
}

.catalog-pill i {
  font-size: 23px;
}

.more-link i {
  font-size: 12px;
}

.promo-band {
  background: #ff712e;
  height: 357px;
  overflow: hidden;
}

.promo-band__inner {
  height: 100%;
  position: relative;
}

.promo-band img {
  height: 100%;
  inset: 0 0 0 auto;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.promo-copy {
  color: #fff;
  padding-top: 27px;
  position: relative;
  width: min(590px, 52%);
  z-index: 2;
}

.promo-copy p {
  align-items: center;
  display: flex;
  font-size: 17px;
  font-weight: 800;
  gap: 8px;
  margin: 0 0 3px;
}

.timer b {
  background: #fff;
  color: #171717;
  display: inline-block;
  font-size: 16px;
  line-height: 23px;
  min-width: 24px;
  text-align: center;
}

.promo-copy h1 {
  color: #a1ffe3;
  font-size: clamp(40px, 4.1vw, 64px);
  font-weight: 800;
  line-height: .94;
  margin: 0 0 25px;
}

.promo-copy h1 span {
  color: #a1ffe3;
}

.coupon-row {
  background: #fff0f3;
  border: 5px solid #ffd5de;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 113px;
  width: min(100%, 511px);
}

.coupon-row article {
  align-content: center;
  border-right: 2px dashed #ffccd6;
  color: #ff4b40;
  display: grid;
  gap: 2px;
  padding: 0 20px;
  position: relative;
}

.coupon-row article:last-child {
  border-right: 0;
}

.coupon-row strong {
  font-size: 18px;
}

.coupon-row span {
  color: #ff9b95;
  font-size: 12px;
  font-weight: 700;
}

.coupon-row small {
  font-size: 14px;
  font-weight: 800;
}

.promo-top-deal {
  align-items: stretch;
  background: #cfe3ff;
  display: grid;
  grid-template-columns: 102px 1fr;
  height: 105px;
  left: min(50%, 614px);
  position: absolute;
  top: 147px;
  width: 214px;
  z-index: 3;
}

.promo-top-deal__photo {
  background:
    radial-gradient(circle at 57% 21%, #f0c7b8 0 13%, transparent 14%),
    linear-gradient(100deg, #efefef 0 42%, #c7b6aa 43% 54%, #222 55% 64%, #fafafa 65%);
  margin: 5px;
}

.promo-top-deal div:last-child {
  align-content: center;
  display: grid;
  gap: 18px;
  padding: 9px 8px 9px 3px;
}

.promo-top-deal b {
  color: #00549f;
  font-size: 16px;
}

.promo-top-deal strong {
  background: #4d5564;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding: 0 8px;
}

.trust-line {
  align-items: center;
  background: #f6f6f6;
  color: #865046;
  display: flex;
  font-size: 14px;
  gap: 7px;
  height: 47px;
  justify-content: center;
}

.trust-line i {
  font-size: 16px;
}

.trust-line span {
  color: #6c4340;
}

main h2 {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 33px;
  text-align: center;
}

.deals-section {
  padding-top: 40px;
}

.deal-frame {
  border: 1px solid #cfcfd4;
  display: grid;
  gap: 18px;
  grid-template-columns: 395px minmax(0, 1fr);
  min-height: 331px;
  padding: 34px 35px;
}

.deal-intro {
  align-content: center;
  display: grid;
  justify-items: center;
  text-align: center;
}

.deal-intro h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 17px;
}

.deal-intro p {
  align-items: center;
  background: #ffe4e7;
  border-radius: 25px;
  color: #33343b;
  display: inline-flex;
  font-size: 18px;
  gap: 9px;
  margin-bottom: 36px;
  padding: 10px 18px;
}

.deal-intro i {
  color: #ff5b6f;
}

.dark-button,
.deal-intro button,
.fashion-copy button {
  background: #050505;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 47px;
  padding: 0 23px;
}

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

.product-card {
  cursor: pointer;
  min-width: 0;
}

.product-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(17, 19, 24, .22);
  outline: none;
}

.product-card h4,
.feed-card h3 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.15;
  margin: 12px 0 8px;
  min-height: 37px;
  overflow: hidden;
}

.product-card strong,
.feed-card strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.product-card del {
  color: #80828a;
  display: block;
  font-size: 15px;
}

.discount,
.verified {
  background: #f51c45;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
  padding: 0 7px;
}

.verified {
  background: #e9f3ff;
  color: #2977eb;
}

.product-art {
  aspect-ratio: 1;
  background-color: #f3f3f4;
  overflow: hidden;
  position: relative;
}

.product-art::before,
.product-art::after,
.category-tile span::before,
.category-tile span::after {
  content: "";
  position: absolute;
}

.tools {
  background:
    linear-gradient(90deg, transparent 14%, #222 14% 18%, transparent 18% 23%, #d13b3b 23% 27%, transparent 27% 32%, #252525 32% 36%, transparent 36%),
    repeating-linear-gradient(90deg, #b9c4c6 0 9px, #edf0f1 9px 14px);
  border: 14px solid #e7ece8;
}

.tools::after {
  background: repeating-linear-gradient(90deg, #2f9157 0 13px, #e4ffe2 13px 18px);
  height: 29%;
  left: 9%;
  top: 13%;
  width: 82%;
}

.vacuum {
  background: radial-gradient(circle at 70% 23%, #fff 0 7%, transparent 8%), linear-gradient(135deg, #cbe4ff, #ecf4fb);
}

.vacuum::before {
  background: linear-gradient(#37424e, #909fab);
  border-radius: 23px 23px 38px 38px;
  height: 67%;
  left: 42%;
  top: 17%;
  transform: rotate(-18deg);
  width: 24%;
}

.vacuum::after {
  background: #1f252b;
  border-radius: 50%;
  height: 27%;
  left: 33%;
  top: 54%;
  width: 27%;
}

.knit {
  background: linear-gradient(135deg, #dde4f4, #f7e9ef);
}

.knit::before,
.knit::after {
  background: #95a8c6;
  border-radius: 45% 45% 15% 15%;
  box-shadow: inset 18px 0 rgba(255, 255, 255, .25);
  height: 68%;
  top: 18%;
  width: 31%;
}

.knit::before {
  left: 18%;
}

.knit::after {
  background: #edcad8;
  right: 18%;
}

.runner {
  background: linear-gradient(135deg, #181919, #a2aca7);
}

.runner::before,
.runner::after {
  background: #21ef76;
  border-radius: 64% 18% 38% 31%;
  box-shadow: inset -12px -10px rgba(0, 0, 0, .18), 0 10px #eef2ee;
  height: 24%;
  left: 18%;
  top: 28%;
  transform: rotate(-8deg);
  width: 67%;
}

.runner::after {
  top: 59%;
  transform: rotate(5deg);
}

.business-board {
  margin-top: 30px;
  min-height: 500px;
  position: relative;
}

.business-board__backdrop {
  background:
    linear-gradient(90deg, rgba(13, 20, 25, .82), rgba(13, 20, 25, .34)),
    radial-gradient(circle at 38% 32%, #bf8f70, transparent 17%),
    linear-gradient(115deg, #29333a, #997e65 48%, #515e5e);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 493px;
  padding: 34px;
}

.business-copy h2 {
  color: #fff;
  font-size: 35px;
  font-style: italic;
  margin: 0 0 18px;
  text-align: left;
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 600;
  gap: 22px;
  margin-bottom: 23px;
}

.business-copy button {
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  height: 46px;
  padding: 0 22px;
}

.metrics {
  align-content: start;
  display: grid;
  gap: 16px 54px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-left: 18px;
}

.metrics b {
  border-left: 4px solid rgba(255, 255, 255, .82);
  display: block;
  font-size: 32px;
  line-height: 1;
  padding-left: 12px;
}

.metrics small {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 5px;
}

.business-panels {
  bottom: 29px;
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(2, 1fr);
  left: 34px;
  position: absolute;
  right: 34px;
}

.business-panels section {
  background: #fff;
  min-height: 285px;
  padding: 22px 33px 24px;
}

.business-panels h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 25px;
  text-align: center;
}

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

.mini-grid .product-art {
  aspect-ratio: 1.06;
}

.mini-grid strong {
  font-size: 20px;
  margin-top: 8px;
}

.mini-grid small {
  color: #63666d;
  display: block;
  font-size: 13px;
  margin-top: 9px;
}

.lashes {
  background: #fff7ed;
}

.lashes::before {
  background: repeating-linear-gradient(180deg, #d7751c 0 2px, transparent 2px 18px);
  border: 1px solid #f1d4ba;
  height: 84%;
  left: 8%;
  top: 8%;
  width: 84%;
}

.lashes::after {
  background: repeating-linear-gradient(90deg, #171717 0 13px, transparent 13px 20px);
  height: 38%;
  left: 19%;
  top: 40%;
  width: 62%;
}

.balm {
  background: linear-gradient(135deg, #ffd9e2, #fff);
}

.balm::before {
  background: linear-gradient(90deg, #ff7896, #ffd8e1);
  border-radius: 25px;
  height: 63%;
  left: 27%;
  top: 20%;
  transform: rotate(17deg);
  width: 22%;
}

.balm::after {
  background: #e54a70;
  border-radius: 18px;
  height: 55%;
  right: 24%;
  top: 27%;
  transform: rotate(-11deg);
  width: 20%;
}

.buds {
  background: linear-gradient(145deg, #f4f5f8, #dfe7eb);
}

.buds::before {
  background: #202126;
  border-radius: 50% 50% 42% 42%;
  box-shadow: 35px 0 #202126;
  height: 32%;
  left: 25%;
  top: 18%;
  width: 22%;
}

.buds::after {
  background: #15161b;
  border-radius: 50% 50% 45% 45%;
  height: 42%;
  left: 24%;
  top: 46%;
  width: 52%;
}

.headset {
  background: linear-gradient(135deg, #f2f2f2, #dadce2);
}

.headset::before {
  border: 16px solid #171926;
  border-bottom: 0;
  border-radius: 70px 70px 0 0;
  height: 56%;
  left: 26%;
  top: 15%;
  width: 48%;
}

.headset::after {
  background: #171926;
  border-radius: 20px;
  box-shadow: 64px 0 #171926;
  height: 31%;
  left: 21%;
  top: 50%;
  width: 21%;
}

.printer {
  background: linear-gradient(135deg, #ffedd1, #fff);
}

.printer::before {
  background: #edd9bf;
  border: 8px solid #f7f2e7;
  border-radius: 30px;
  height: 63%;
  left: 21%;
  top: 22%;
  width: 58%;
}

.printer::after {
  background: linear-gradient(90deg, #38a7f3, #f55da8, #ffc741);
  height: 18%;
  left: 31%;
  top: 42%;
  width: 38%;
}

.phonecase {
  background: #ebe5df;
}

.phonecase::before,
.phonecase::after {
  background: #64605c;
  border-radius: 22px;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .08);
  height: 73%;
  top: 14%;
  width: 30%;
}

.phonecase::before {
  left: 18%;
}

.phonecase::after {
  right: 18%;
}

.categories {
  padding-top: 36px;
}

.categories h2,
.more-feed h2 {
  margin-bottom: 28px;
}

.category-layout {
  display: grid;
  gap: 19px;
  grid-template-columns: 1fr 1fr;
}

.fashion-feature {
  background: var(--cyan);
  height: 510px;
  overflow: hidden;
  position: relative;
}

.fashion-feature img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.fashion-copy {
  left: 40px;
  position: absolute;
  top: 51px;
  z-index: 2;
}

.fashion-copy h3 {
  color: #111;
  font-size: 46px;
  font-style: italic;
  font-weight: 900;
  margin: 0;
}

.fashion-copy p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}

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

.category-tile {
  background: #f5f5f5;
  color: #1d1f25;
  display: block;
  min-height: 0;
  overflow: hidden;
  padding: 23px;
  position: relative;
  text-decoration: none;
}

.category-tile strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  max-width: 48%;
  position: relative;
  z-index: 2;
}

.category-tile span {
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 56%;
}

.women span::before {
  background: linear-gradient(#f0e2d4, #c8aa8b);
  border-radius: 46% 46% 0 0;
  bottom: 0;
  height: 85%;
  right: 20%;
  width: 43%;
}

.women span::after {
  background: #f0e5d6;
  border-radius: 40% 40% 8% 8%;
  bottom: 0;
  height: 58%;
  right: 6%;
  width: 46%;
}

.men span::before {
  background: linear-gradient(#292320 0 21%, #f5f2f0 21% 62%, #d9d8db 62%);
  border-radius: 42% 42% 0 0;
  bottom: 0;
  height: 92%;
  right: 21%;
  width: 43%;
}

.toys span::before {
  background: #ae6e36;
  border-radius: 50%;
  bottom: 20%;
  box-shadow: -28px -27px #ae6e36, 28px -27px #ae6e36;
  height: 72px;
  right: 34%;
  width: 72px;
}

.toys span::after {
  background: #e6b47e;
  border-radius: 50%;
  bottom: 31%;
  height: 33px;
  right: 40%;
  width: 40px;
}

.furniture span::before {
  background: #e8dcc8;
  border-radius: 48px 48px 9px 9px;
  bottom: 24%;
  height: 54%;
  right: 12%;
  width: 67%;
}

.furniture span::after {
  border-bottom: 19px solid #c8ad84;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 13%;
  height: 0;
  right: 21%;
  width: 50%;
}

.beauty span::before {
  background: #ad7f43;
  border-radius: 4px 4px 13px 13px;
  bottom: 16%;
  height: 55%;
  right: 21%;
  width: 23%;
}

.beauty span::after {
  background: #d7ccb8;
  border-radius: 5px 5px 12px 12px;
  bottom: 16%;
  height: 73%;
  right: 48%;
  width: 19%;
}

.shoes span::before {
  background: #fff7e9;
  border-radius: 65% 21% 33% 33%;
  bottom: 27%;
  box-shadow: inset -15px -12px #ead2a6, 0 12px #d6a85b;
  height: 36%;
  right: 9%;
  transform: rotate(5deg);
  width: 75%;
}

.kids-clothing span::before {
  background: linear-gradient(#ffd76a 0 28%, #4fa0ff 28% 100%);
  border-radius: 38% 38% 8% 8%;
  bottom: 0;
  height: 74%;
  right: 28%;
  width: 34%;
}

.kids-clothing span::after {
  background: #ffb1ba;
  border-radius: 50%;
  bottom: 55%;
  box-shadow: 0 49px #ff7b8d;
  height: 36px;
  right: 44%;
  width: 36px;
}

.womens-shoes span::before,
.mens-shoes span::before,
.kids-shoes span::before {
  border-radius: 65% 21% 33% 33%;
  bottom: 27%;
  height: 36%;
  right: 9%;
  transform: rotate(5deg);
  width: 75%;
}

.womens-shoes span::before {
  background: #fff1f5;
  box-shadow: inset -15px -12px #ff96ac, 0 12px #d93059;
}

.mens-shoes span::before {
  background: #f3f4f0;
  box-shadow: inset -15px -12px #555b63, 0 12px #181b20;
}

.kids-shoes span::before {
  background: #ebfbff;
  box-shadow: inset -15px -12px #47c6e8, 0 12px #ffca3a;
  width: 62%;
}

.kids-shoes span::after {
  background: #ff6f61;
  border-radius: 50%;
  bottom: 29%;
  height: 24px;
  right: 67%;
  width: 24px;
}

.more-feed {
  padding: 36px 0 70px;
}

.catalog-feed {
  padding-top: 44px;
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(15, 16, 20, .78), rgba(15, 16, 20, .32)),
    radial-gradient(circle at 76% 28%, #ff8c3a, transparent 24%),
    linear-gradient(135deg, #242831, #536271 52%, #f5d2b6);
  color: #fff;
  min-height: 285px;
  padding: 58px 0;
}

.page-hero p {
  color: #a1ffe3;
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.page-hero h1 {
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 900;
  line-height: .95;
  margin: 0 0 16px;
}

.page-hero span {
  display: block;
  font-size: 18px;
  max-width: 660px;
}

.store-toolbar {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(260px, 1fr) 210px 190px auto;
  margin-bottom: 18px;
}

.store-toolbar__stats {
  display: grid;
  gap: 3px;
}

.store-toolbar__stats b {
  font-size: 18px;
}

.store-toolbar__stats span,
.store-toolbar label span {
  color: #686b73;
  font-size: 13px;
}

.store-toolbar label {
  display: grid;
  gap: 6px;
}

.store-toolbar select {
  appearance: none;
  background: #fff;
  border: 1px solid #d9d9de;
  color: #171717;
  font-size: 14px;
  height: 42px;
  padding: 0 34px 0 12px;
}

.deal-toggle {
  align-items: center;
  background: #f1f1f3;
  color: #18191d;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 7px;
  height: 42px;
  justify-content: center;
  padding: 0 15px;
  white-space: nowrap;
}

.deal-toggle i {
  color: #ff4b40;
}

.deal-toggle.is-active {
  background: #111;
  color: #fff;
}

.catalog-message {
  background: #f5f5f7;
  color: #555861;
  margin-bottom: 14px;
  padding: 13px 16px;
}

.catalog-message[hidden] {
  display: none;
}

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

.feed-card {
  border: 1px solid #ededf0;
  cursor: pointer;
  min-width: 0;
  padding: 12px;
  transition: box-shadow .18s ease, transform .18s ease;
}

.feed-card:hover,
.feed-card:focus-visible {
  box-shadow: 0 14px 30px rgba(0, 0, 0, .11);
  outline: none;
  transform: translateY(-2px);
}

.feed-card h3 {
  margin-bottom: 7px;
}

.feed-card p {
  color: #656872;
  font-size: 13px;
  margin: 8px 0 13px;
  min-height: 20px;
}

.feed-card del {
  color: #7d8088;
  display: block;
  font-size: 14px;
  margin-top: 3px;
}

.feed-card__category {
  color: #6b6e77;
  display: block;
  font-size: 12px;
  margin: -5px 0 11px;
  min-height: 18px;
}

.feed-card p i {
  color: #ff9f19;
}

.feed-card button {
  background: #f1f1f3;
  color: #15161a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  width: 100%;
}

.feed-card button:disabled {
  background: #dedfe4;
  color: #747780;
  cursor: not-allowed;
}

.product-art img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.product-badge {
  background: #eef4ff;
  color: #286ed6;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  line-height: 23px;
  margin-top: 10px;
  padding: 0 7px;
}

.product-badge--deal {
  background: #ff2448;
  color: #fff;
}

.stock-pill {
  background: #e8f7ee;
  color: #137043;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  line-height: 23px;
  margin: -4px 0 10px;
  padding: 0 7px;
}

.stock-pill--out {
  background: #fff0d8;
  color: #9a5a00;
}

.product-viewer {
  background: rgba(17, 19, 24, .68);
  display: grid;
  inset: 0;
  padding: 24px;
  place-items: center;
  position: fixed;
  z-index: 50;
}

.product-viewer[hidden] {
  display: none;
}

.product-viewer__dialog {
  background: #fff;
  display: grid;
  grid-template-columns: minmax(280px, 520px) minmax(260px, 380px);
  max-height: calc(100vh - 48px);
  max-width: 960px;
  overflow: auto;
  position: relative;
  width: 100%;
}

.product-viewer__close {
  align-items: center;
  background: #111318;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 40px;
  z-index: 2;
}

.product-viewer__media {
  min-height: 420px;
}

.product-viewer__details {
  display: grid;
  gap: 14px;
  padding: 34px 24px 24px;
}

.product-viewer__details h2 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.08;
  margin: 0;
}

.product-viewer__details strong {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.product-viewer__details p {
  color: #656872;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

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

.product-viewer__thumbs button {
  background: #f4f4f6;
  border: 2px solid transparent;
  color: #24262d;
  display: grid;
  gap: 5px;
  padding: 5px;
  text-align: center;
}

.product-viewer__thumbs button.is-active {
  border-color: #111318;
  background: #fff;
}

.product-viewer__thumbs .product-art {
  width: 100%;
}

.product-viewer__thumbs b {
  font-size: 11px;
  line-height: 1.1;
}

.watch {
  background: radial-gradient(circle at 50% 50%, #41cbfc 0 18%, #111 19% 34%, transparent 35%), linear-gradient(135deg, #dedde6, #f8f8fb);
}

.watch::before {
  background: #25232b;
  height: 92%;
  left: 39%;
  top: 4%;
  width: 22%;
}

.lamp {
  background: #f5efe5;
}

.lamp::before {
  background: #26252a;
  border-radius: 28px 28px 3px 3px;
  height: 20%;
  left: 26%;
  top: 20%;
  transform: rotate(-28deg);
  width: 53%;
}

.lamp::after {
  background: #39383e;
  bottom: 14%;
  height: 50%;
  left: 44%;
  width: 12%;
}

.keyboard {
  background: #dfe7ea;
}

.keyboard::before {
  background: repeating-linear-gradient(90deg, #d2f3ef 0 11px, #34343b 11px 14px);
  border: 10px solid #25252b;
  border-radius: 18px;
  height: 48%;
  left: 9%;
  top: 29%;
  transform: rotate(-5deg);
  width: 82%;
}

.bottle {
  background: linear-gradient(135deg, #f6e9dd, #f5f7fa);
}

.bottle::before {
  background: linear-gradient(90deg, #8ec6db, #4f8299);
  border-radius: 33px 33px 24px 24px;
  height: 70%;
  left: 37%;
  top: 17%;
  width: 27%;
}

.bottle::after {
  background: #25333b;
  border-radius: 8px;
  height: 9%;
  left: 43%;
  top: 11%;
  width: 15%;
}

.speaker {
  background: linear-gradient(135deg, #ffdfbf, #f4f4f4);
}

.speaker::before {
  background: radial-gradient(circle, #111 0 21%, #74747d 22% 29%, #141419 30% 48%, transparent 49%);
  height: 87%;
  left: 17%;
  top: 7%;
  width: 66%;
}

.camera {
  background: linear-gradient(135deg, #f1f5f8, #d9e1e5);
}

.camera::before {
  background: #1e232b;
  border-radius: 50%;
  box-shadow: 0 0 0 18px #5d6873, 0 0 0 33px #202630;
  height: 24%;
  left: 38%;
  top: 38%;
  width: 24%;
}

.camera::after {
  background: #2e353e;
  border-radius: 18px;
  height: 33%;
  left: 20%;
  top: 27%;
  width: 60%;
}

.charger {
  background: linear-gradient(145deg, #f4f4f4, #e4edf1);
}

.charger::before {
  background: #fff;
  border-radius: 20px;
  box-shadow: inset 0 0 0 4px #d6dde3;
  height: 58%;
  left: 28%;
  top: 24%;
  width: 44%;
}

.charger::after {
  background: #15171c;
  border-radius: 8px;
  box-shadow: 23px 0 #15171c, 46px 0 #15171c;
  height: 10%;
  left: 27%;
  top: 42%;
  width: 10%;
}

.suitcase {
  background: linear-gradient(135deg, #f8e6d7, #f4f4f4);
}

.suitcase::before {
  background: #d46c53;
  border-radius: 20px;
  box-shadow: inset 0 0 0 9px rgba(255, 255, 255, .2);
  height: 65%;
  left: 30%;
  top: 22%;
  width: 42%;
}

.suitcase::after {
  border: 5px solid #33343a;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  height: 20%;
  left: 39%;
  top: 13%;
  width: 24%;
}

.gamepad {
  background: linear-gradient(135deg, #e4e9ef, #f8f8f8);
}

.gamepad::before {
  background: #22232b;
  border-radius: 45% 45% 38% 38%;
  height: 42%;
  left: 16%;
  top: 33%;
  width: 68%;
}

.gamepad::after {
  background: radial-gradient(circle, #8cecff 0 24%, transparent 25%);
  border-radius: 50%;
  box-shadow: 63px 0 0 -2px #ff596d;
  height: 22%;
  left: 27%;
  top: 43%;
  width: 22%;
}

.backpack {
  background: linear-gradient(135deg, #dde8f6, #f4f4f4);
}

.backpack::before {
  background: #38517a;
  border-radius: 32px 32px 12px 12px;
  box-shadow: inset 0 -30px rgba(0, 0, 0, .12);
  height: 70%;
  left: 28%;
  top: 18%;
  width: 44%;
}

.backpack::after {
  border: 6px solid #263b62;
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
  height: 35%;
  left: 23%;
  top: 26%;
  width: 54%;
}

.dress,
.linen,
.jumpsuit,
.menswear,
.jacket,
.shorts,
.messenger {
  background: linear-gradient(135deg, #f5e4d8, #eef6fa);
}

.dress::before,
.linen::before,
.jumpsuit::before,
.menswear::before,
.jacket::before,
.shorts::before,
.messenger::before {
  background: #f0b49a;
  border-radius: 50%;
  height: 18%;
  left: 41%;
  top: 10%;
  width: 18%;
}

.dress::after,
.linen::after,
.jumpsuit::after,
.menswear::after,
.jacket::after,
.shorts::after,
.messenger::after {
  background: #ff7f62;
  border-radius: 48% 48% 8% 8%;
  height: 58%;
  left: 31%;
  top: 29%;
  width: 38%;
}

.linen::after {
  background: #ffe88a;
}

.jumpsuit::after {
  background: #17171d;
}

.menswear::after {
  background: #f8f8f8;
  box-shadow: inset 0 18px #d2c0ad;
}

.jacket::after {
  background: #6c86a8;
}

.shorts::after {
  background: #313f57;
  border-radius: 8px 8px 24px 24px;
  height: 36%;
  top: 44%;
}

.messenger::after {
  background: #704f39;
  border-radius: 12px;
  height: 42%;
  top: 41%;
}

.chair,
.skincare,
.boots,
.teddy,
.mount,
.cable,
.kittycase,
.ledstrip,
.cookware,
.drone,
.trimmer,
.naildrill,
.mouse,
.organizer,
.blocks,
.jumpstarter,
.headphones,
.bedding,
.hikingbag,
.pillow,
.platforms {
  background: linear-gradient(135deg, #f3f3f4, #e8eef2);
}

.chair::before {
  background: #e7dcc9;
  border-radius: 46px 46px 14px 14px;
  height: 50%;
  left: 20%;
  top: 27%;
  width: 60%;
}

.skincare::before {
  background: #b99159;
  border-radius: 8px 8px 18px 18px;
  box-shadow: 40px 14px #ded4c7, 76px -5px #efe8df;
  height: 56%;
  left: 18%;
  top: 26%;
  width: 19%;
}

.boots::before,
.platforms::before {
  background: #fff4df;
  border-radius: 60% 20% 30% 28%;
  box-shadow: inset -16px -12px #d9b26f, 0 13px #c9933c;
  height: 31%;
  left: 14%;
  top: 42%;
  transform: rotate(3deg);
  width: 70%;
}

.teddy::before {
  background: #a86a34;
  border-radius: 50%;
  box-shadow: -30px -28px #a86a34, 30px -28px #a86a34;
  height: 70px;
  left: 36%;
  top: 36%;
  width: 70px;
}

.mount::before {
  background: #24272f;
  border-radius: 18px;
  height: 56%;
  left: 42%;
  top: 20%;
  transform: rotate(16deg);
  width: 22%;
}

.cable::before {
  border: 13px solid #20232a;
  border-radius: 50%;
  height: 62%;
  left: 20%;
  top: 18%;
  width: 62%;
}

.kittycase::before {
  background: #ffd7e7;
  border: 8px solid #fff;
  border-radius: 28px;
  height: 70%;
  left: 31%;
  top: 16%;
  width: 38%;
}

.ledstrip::before {
  background: repeating-linear-gradient(90deg, #63ff9e 0 14px, #fff 14px 20px);
  border-radius: 22px;
  height: 20%;
  left: 12%;
  top: 40%;
  transform: rotate(-12deg);
  width: 78%;
}

.cookware::before {
  background: #22262d;
  border-radius: 50%;
  box-shadow: 55px 12px #889099;
  height: 42%;
  left: 18%;
  top: 32%;
  width: 42%;
}

.drone::before {
  background: #22242b;
  border-radius: 12px;
  box-shadow: -45px -27px 0 -10px #22242b, 45px -27px 0 -10px #22242b, -45px 27px 0 -10px #22242b, 45px 27px 0 -10px #22242b;
  height: 18%;
  left: 38%;
  top: 41%;
  width: 24%;
}

.trimmer::before,
.naildrill::before {
  background: #f7f7f7;
  border-radius: 24px;
  box-shadow: inset 0 0 0 8px #1f232b;
  height: 68%;
  left: 39%;
  top: 18%;
  transform: rotate(-13deg);
  width: 22%;
}

.mouse::before {
  background: #2c3039;
  border-radius: 48% 48% 38% 38%;
  height: 60%;
  left: 31%;
  top: 22%;
  width: 38%;
}

.organizer::before {
  background: repeating-linear-gradient(180deg, #fff 0 28px, #d6dde4 28px 34px);
  border: 8px solid #c7d0d9;
  height: 66%;
  left: 21%;
  top: 19%;
  width: 58%;
}

.blocks::before {
  background: #ff5a59;
  box-shadow: 34px 0 #ffc642, 68px 0 #54c6ff, 17px 34px #65d889, 51px 34px #9d77ff;
  height: 28px;
  left: 24%;
  top: 34%;
  width: 28px;
}

.jumpstarter::before {
  background: #20242d;
  border-radius: 16px;
  box-shadow: inset 0 0 0 8px #ff5348;
  height: 48%;
  left: 25%;
  top: 28%;
  width: 50%;
}

.headphones::before {
  border: 16px solid #181a22;
  border-bottom: 0;
  border-radius: 80px 80px 0 0;
  height: 55%;
  left: 23%;
  top: 17%;
  width: 54%;
}

.bedding::before {
  background: #f3dfe6;
  border-radius: 16px;
  box-shadow: 0 28px #e6c8d4;
  height: 34%;
  left: 17%;
  top: 31%;
  width: 66%;
}

.hikingbag::before {
  background: #395f44;
  border-radius: 30px 30px 14px 14px;
  height: 68%;
  left: 30%;
  top: 17%;
  width: 40%;
}

.pillow::before {
  background: #a6b5c4;
  border-radius: 50%;
  box-shadow: inset 22px 0 #d5dee8;
  height: 55%;
  left: 25%;
  top: 24%;
  width: 55%;
}

.shop-sticker {
  background: #fff;
  border: 1px solid #ddd;
  bottom: 92px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
  display: grid;
  left: 0;
  padding: 9px 9px 4px;
  position: fixed;
  z-index: 6;
}

.shop-sticker b {
  align-items: center;
  background: #ff712e;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  height: 68px;
  justify-content: center;
  line-height: 1.05;
  text-align: center;
  width: 58px;
}

.shop-sticker button {
  background: transparent;
  color: #8c8f96;
  font-size: 18px;
  height: 23px;
}

.side-rail {
  background: #fff;
  border: 1px solid #e8e8ed;
  bottom: 115px;
  display: grid;
  position: fixed;
  right: 0;
  z-index: 6;
}

.side-rail button,
.side-rail a {
  align-items: center;
  background: #fff;
  color: #34353b;
  display: inline-flex;
  font-size: 22px;
  height: 55px;
  justify-content: center;
  text-decoration: none;
  width: 55px;
}

.side-rail button:hover,
.side-rail a:hover {
  background: #f4f4f5;
}

.support-panel {
  background: #fff;
  border: 1px solid #e1e2e7;
  bottom: 115px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
  position: fixed;
  right: 66px;
  width: min(340px, calc(100vw - 92px));
  z-index: 8;
}

.support-panel[hidden] {
  display: none;
}

.support-panel__head {
  align-items: center;
  border-bottom: 1px solid #ececf0;
  display: flex;
  justify-content: space-between;
  padding: 14px 14px 12px;
}

.support-panel__head span {
  color: #6a6d73;
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-panel__head strong {
  color: #111318;
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-top: 2px;
}

.support-panel__head button {
  align-items: center;
  background: #f1f1f3;
  color: #17191f;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.support-panel__body {
  display: grid;
  gap: 10px;
  max-height: 360px;
  overflow: auto;
  padding: 14px;
}

.chat-bubble {
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.42;
  margin: 0;
  padding: 10px 12px;
}

.chat-bubble--bot {
  background: #f4f5f7;
  color: #272a31;
}

.chat-quick-actions {
  display: grid;
  gap: 8px;
}

.chat-quick-actions button,
.coupon-action {
  background: #fff;
  border: 1px solid #dedfe4;
  color: #17191f;
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 3px;
  justify-items: start;
  padding: 10px 11px;
  text-align: left;
}

.chat-quick-actions button:hover,
.coupon-action:hover {
  border-color: #111318;
}

.coupon-action strong {
  font-size: 16px;
  font-weight: 900;
}

.coupon-action span {
  color: #5f626b;
  font-size: 13px;
  font-weight: 700;
}

.coupon-action small {
  color: #ff3447;
  font-size: 12px;
  font-weight: 900;
}

.site-footer {
  background: #15161a;
  color: #c6c9d0;
  padding: 44px 0 22px;
}

.footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(160px, 1fr));
  margin-bottom: 30px;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
  font-weight: 850;
  margin: 0 0 13px;
}

.site-footer h2 {
  font-size: 30px;
}

.site-footer h3 {
  font-size: 16px;
}

.site-footer p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  max-width: 360px;
}

.site-footer nav {
  display: grid;
  gap: 9px;
  align-content: start;
}

.site-footer a {
  color: #c6c9d0;
  font-size: 14px;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.footer-signup {
  display: flex;
  gap: 8px;
}

.footer-signup input {
  background: #fff;
  border: 0;
  color: #171717;
  flex: 1;
  height: 42px;
  min-width: 0;
  padding: 0 12px;
}

.footer-signup button {
  background: #ff712e;
  color: #fff;
  font-weight: 800;
  height: 42px;
  padding: 0 16px;
}

.site-footer > small {
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  padding: 18px 20px 0;
  text-align: center;
}

.mobile-bottom-nav {
  display: none;
}

.mobile-bottom-nav a {
  text-decoration: none;
}

.utility-page {
  background: #f5f5f7;
}

.utility-header {
  grid-template-columns: 162px 1fr auto;
}

.utility-nav {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}

.utility-nav a {
  color: #26272c;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.cart-layout,
.checkout-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 360px;
  padding-bottom: 60px;
  padding-top: 38px;
}

.dashboard-layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.cart-layout h1,
.checkout-layout h1 {
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 18px;
}

.cart-list {
  display: grid;
  gap: 12px;
}

.cart-row {
  align-items: center;
  background: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: 108px minmax(0, 1fr) auto;
  padding: 14px;
}

.cart-row--compact {
  grid-template-columns: 72px minmax(0, 1fr);
  padding: 10px 0;
}

.cart-row .product-art {
  width: 100%;
}

.cart-row__copy h2 {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 5px;
}

.cart-row__copy p {
  color: #6b6e77;
  font-size: 13px;
  margin: 0 0 8px;
}

.cart-row__copy strong {
  font-size: 18px;
}

.quantity-control {
  align-items: center;
  border: 1px solid #d8d8dc;
  display: inline-flex;
}

.quantity-control button {
  background: #fff;
  color: #111;
  font-size: 18px;
  height: 38px;
  width: 38px;
}

.quantity-control b {
  min-width: 42px;
  text-align: center;
}

.order-summary,
.dashboard-panel,
.payment-panel {
  background: #fff;
  padding: 24px;
}

.order-summary {
  align-self: start;
  position: sticky;
  top: 18px;
}

.order-summary h2,
.dashboard-panel h2 {
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 18px;
}

.order-summary dl,
.dashboard-stats {
  display: grid;
  gap: 12px;
  margin: 0 0 20px;
}

.order-summary dl div,
.dashboard-stats div {
  display: flex;
  justify-content: space-between;
}

.order-summary dt,
.dashboard-stats dt {
  color: #686b73;
  font-weight: 600;
}

.order-summary dd,
.dashboard-stats dd {
  font-weight: 900;
  margin: 0;
}

.summary-total {
  border-top: 1px solid #e5e5e9;
  font-size: 20px;
  padding-top: 14px;
}

.checkout-button,
.light-button,
.light-link {
  align-items: center;
  display: inline-flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  text-decoration: none;
}

.checkout-button {
  background: #111;
  color: #fff;
  width: 100%;
}

.checkout-button.is-disabled {
  opacity: .45;
  pointer-events: none;
}

.light-button,
.light-link {
  background: #efeff2;
  color: #171717;
  margin-top: 10px;
  width: 100%;
}

.checkout-form,
.dashboard-form {
  background: #fff;
  display: grid;
  gap: 16px;
  padding: 24px;
}

.checkout-form label,
.dashboard-form label {
  display: grid;
  gap: 7px;
}

.checkout-form label span,
.dashboard-form label span,
.section-label {
  color: #686b73;
  font-size: 13px;
  font-weight: 800;
}

.checkout-form input,
.checkout-form textarea,
.dashboard-form input,
.dashboard-form select {
  border: 1px solid #d8d8dc;
  font: inherit;
  min-height: 44px;
  padding: 9px 11px;
}

.checkout-form fieldset {
  border: 1px solid #d8d8dc;
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 15px;
}

.checkout-form legend {
  float: none;
  font-size: 14px;
  font-weight: 900;
  margin: 0;
  width: auto;
}

.checkout-form fieldset label,
.check-row {
  align-items: center;
  display: flex;
  gap: 9px;
}

.checkout-form fieldset input,
.check-row input {
  min-height: 0;
}

.compact-cart {
  border-bottom: 1px solid #e5e5e9;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.payment-page {
  display: grid;
  min-height: calc(100vh - 75px);
  place-items: center;
}

.payment-panel {
  max-width: 560px;
  text-align: center;
  width: 100%;
}

.payment-panel i {
  color: #13a463;
  font-size: 52px;
}

.app-panel i {
  color: #ff712e;
}

.payment-panel p {
  color: #686b73;
  font-weight: 800;
  margin: 13px 0 6px;
}

.payment-panel h1 {
  font-size: 44px;
  font-weight: 900;
  margin: 0 0 8px;
}

.payment-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.dashboard-page {
  background: #f4f5f7;
}

.dashboard-login-page {
  min-height: 100vh;
}

.dashboard-login-shell {
  display: grid;
  min-height: 100vh;
  padding: 24px;
  place-items: center;
}

.dashboard-login-panel {
  background: #fff;
  border: 1px solid #e5e5e9;
  max-width: 430px;
  padding: 28px;
  width: 100%;
}

.dashboard-login-panel .brand {
  margin-bottom: 26px;
}

.dashboard-login-panel h1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
}

.dashboard-login-form {
  padding: 20px 0 0;
}

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

.dashboard-sidebar {
  background: #111318;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-height: 100vh;
  padding: 26px 20px;
  position: sticky;
  top: 0;
}

.dashboard-sidebar .brand {
  color: #fff;
  font-size: 31px;
}

.dashboard-sidebar .brand b {
  color: #fff;
}

.dashboard-menu {
  display: grid;
  gap: 7px;
}

.dashboard-menu a,
.dashboard-quick-list a {
  align-items: center;
  display: flex;
  gap: 12px;
  text-decoration: none;
}

.dashboard-menu a {
  color: #cfd2d9;
  font-size: 15px;
  font-weight: 800;
  min-height: 46px;
  padding: 0 12px;
}

.dashboard-menu a:hover,
.dashboard-menu a.is-active {
  background: #fff;
  color: #15171c;
}

.dashboard-menu i {
  font-size: 18px;
  width: 22px;
}

.dashboard-sidebar__foot {
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: grid;
  gap: 4px;
  margin-top: auto;
  padding-top: 18px;
}

.dashboard-sidebar__foot span {
  color: #aeb3bd;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dashboard-sidebar__foot strong {
  font-size: 15px;
}

.dashboard-sidebar__foot a {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.dashboard-workspace {
  display: grid;
  gap: 24px;
  min-width: 0;
  padding: 30px;
}

.dashboard-section {
  display: none;
  min-width: 0;
}

.dashboard-section.is-active {
  display: grid;
  gap: 24px;
}

.dashboard-topbar {
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e9;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 24px;
}

.dashboard-topbar h1 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
}

.dashboard-store-link {
  gap: 8px;
  padding: 0 18px;
  width: auto;
}

.dashboard-refresh {
  gap: 8px;
  margin-top: 0;
  padding: 0 16px;
  width: auto;
}

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

.dashboard-stats-grid--compact {
  margin-top: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboard-stats-grid article {
  background: #fff;
  border: 1px solid #e5e5e9;
  display: grid;
  gap: 10px;
  padding: 22px;
}

.dashboard-stats-grid span {
  color: #686b73;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-stats-grid strong {
  color: #111318;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.account-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-bottom: 60px;
  padding-top: 38px;
}

.account-layout h1 {
  font-size: 34px;
  font-weight: 900;
  margin: 0 0 18px;
}

.account-message {
  grid-column: 1 / -1;
}

.dashboard-panel {
  background: #fff;
  border: 1px solid #e5e5e9;
  min-width: 0;
  padding: 24px;
}

.dashboard-panel--form {
  padding-bottom: 0;
}

.dashboard-panel--form .dashboard-form {
  padding: 20px 0 24px;
}

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

.dashboard-products {
  grid-column: auto;
}

.dashboard-title-row,
.dashboard-products__head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.dashboard-title-row h1,
.dashboard-products__head h2 {
  margin-bottom: 0;
}

.dashboard-title-row h2,
.dashboard-panel--activity h2,
.dashboard-products__head h2 {
  font-size: 22px;
  font-weight: 900;
  margin-top: 0;
  text-align: left;
}

.dashboard-reset {
  flex: 0 0 auto;
  margin-top: 0;
  padding: 0 16px;
  width: auto;
}

.section-label {
  margin: 0 0 7px;
  text-transform: uppercase;
}

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

.dashboard-quick-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.dashboard-quick-list a {
  background: #f4f5f7;
  color: #191b20;
  font-size: 14px;
  font-weight: 900;
  justify-content: flex-start;
  min-height: 48px;
  padding: 0 14px;
}

.dashboard-quick-list i {
  color: #ff4747;
  font-size: 18px;
}

.dashboard-search {
  align-items: center;
  border: 1px solid #d8d8dc;
  display: flex;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  width: min(320px, 100%);
}

.dashboard-table-tools {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.dashboard-page-size {
  align-items: center;
  display: flex;
  gap: 8px;
}

.dashboard-page-size span {
  color: #686b73;
  font-size: 13px;
  font-weight: 900;
}

.dashboard-page-size select {
  background: #fff;
  border: 1px solid #d8d8dc;
  color: #171717;
  font: inherit;
  font-weight: 800;
  height: 42px;
  padding: 0 30px 0 10px;
}

.dashboard-search i {
  color: #737780;
}

.dashboard-search input {
  border: 0;
  font: inherit;
  min-width: 0;
  outline: 0;
  width: 100%;
}

.dashboard-table-wrap {
  margin-top: 20px;
  overflow-x: auto;
}

.dashboard-table {
  border-collapse: collapse;
  min-width: 860px;
  width: 100%;
}

.dashboard-table th,
.dashboard-table td {
  border-bottom: 1px solid #e8e8ec;
  padding: 14px 12px;
  text-align: left;
  vertical-align: middle;
}

.dashboard-table th {
  color: #686b73;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-table td {
  color: #24252a;
  font-size: 14px;
}

.dashboard-table td:nth-child(3) {
  max-width: 420px;
}

.dashboard-table td > span {
  color: #777a82;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.dashboard-product-cell {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 300px;
}

.dashboard-product-cell strong {
  display: block;
  font-size: 14px;
  line-height: 1.25;
}

.dashboard-product-cell span {
  color: #777a82;
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.dashboard-thumb {
  flex: 0 0 58px;
  width: 58px;
}

.dashboard-thumb::before,
.dashboard-thumb::after {
  transform: scale(.72);
}

.dashboard-status {
  background: #f0f1f3;
  color: #33353b;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 7px 9px;
}

.dashboard-status.is-deal {
  background: #ffe5df;
  color: #b22916;
}

.dashboard-status.is-active {
  background: #e8f7ee;
  color: #137043;
}

.dashboard-status.is-draft {
  background: #eef1f6;
  color: #4b5565;
}

.dashboard-status.is-out-of-stock {
  background: #fff0d8;
  color: #9a5a00;
}

.dashboard-status.is-archived {
  background: #f4e9e9;
  color: #944040;
}

.dashboard-orders-table {
  min-width: 980px;
}

.dashboard-settings-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.dashboard-settings-list div {
  align-items: center;
  background: #f4f5f7;
  display: flex;
  justify-content: space-between;
  padding: 14px;
}

.dashboard-settings-list span {
  color: #686b73;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-actions {
  display: flex;
  gap: 8px;
}

.icon-button {
  align-items: center;
  background: #f0f1f3;
  color: #1d1e22;
  cursor: pointer;
  display: inline-flex;
  font-size: 17px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.icon-button:hover {
  background: #dedfe4;
}

.icon-button--danger {
  color: #be2d20;
}

.dashboard-pagination {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding-top: 18px;
}

.dashboard-pagination > span,
.dashboard-pagination div span {
  color: #686b73;
  font-size: 13px;
  font-weight: 900;
}

.dashboard-pagination div {
  align-items: center;
  display: flex;
  gap: 10px;
}

.dashboard-pagination .light-button {
  gap: 6px;
  height: 38px;
  margin-top: 0;
  padding: 0 13px;
  width: auto;
}

@media (max-width: 1199px) {
  .store-header__top {
    gap: 12px;
    grid-template-columns: 150px minmax(280px, 1fr) auto auto auto;
  }

  .qr-action {
    display: none;
  }

  .deal-frame {
    grid-template-columns: 270px minmax(0, 1fr);
  }

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

  .store-toolbar {
    grid-template-columns: minmax(230px, 1fr) 190px 170px auto;
  }

  .deal-products .product-card:last-child {
    display: none;
  }
}

@media (max-width: 991px) {
  .dashboard-shell {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    min-height: 0;
    padding: 16px;
    position: static;
  }

  .dashboard-sidebar {
    gap: 16px;
  }

  .dashboard-menu {
    display: flex;
    gap: 8px;
    overflow: auto hidden;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .dashboard-menu::-webkit-scrollbar {
    display: none;
  }

  .dashboard-menu a {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 13px;
  }

  .dashboard-sidebar__foot {
    display: none;
  }

  .dashboard-workspace {
    padding: 18px;
  }

  .dashboard-topbar {
    align-items: stretch;
    flex-direction: column;
  }

  .dashboard-store-link {
    width: 100%;
  }

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

  .store-header__top {
    grid-template-columns: 1fr auto auto;
    min-height: auto;
    padding-bottom: 14px;
    padding-top: 14px;
  }

  .brand {
    font-size: 30px;
  }

  .search-box {
    grid-column: 1 / -1;
    grid-row: 2;
    order: 4;
  }

  .locale-action {
    display: none;
  }

  .nav-strip {
    height: 52px;
  }

  .catalog-pill {
    min-width: 185px;
  }

  .promo-band {
    height: 414px;
  }

  .promo-band img {
    object-position: 62% center;
  }

  .promo-copy {
    width: min(520px, 68%);
  }

  .promo-top-deal {
    left: auto;
    right: 24px;
    top: 248px;
  }

  .deal-frame,
  .category-layout {
    grid-template-columns: 1fr;
  }

  .deal-intro {
    justify-items: start;
    text-align: left;
  }

  .deal-intro p {
    margin-bottom: 18px;
  }

  .business-board {
    min-height: 0;
  }

  .business-board__backdrop {
    height: auto;
    min-height: 390px;
  }

  .business-panels {
    margin: -120px 23px 0;
    position: relative;
    inset: auto;
  }

  .category-grid {
    min-height: 510px;
  }

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

  .store-toolbar {
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-toolbar__stats {
    grid-column: 1 / -1;
  }

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

  .cart-layout,
  .checkout-layout,
  .dashboard-layout,
  .account-layout {
    grid-template-columns: 1fr;
  }

  .order-summary {
    position: static;
  }
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .dashboard-workspace {
    padding: 14px;
  }

  .dashboard-topbar,
  .dashboard-panel,
  .dashboard-stats-grid article {
    padding: 18px;
  }

  .dashboard-topbar h1 {
    font-size: 28px;
  }

  .dashboard-stats-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-stats-grid strong {
    font-size: 30px;
  }

  .dashboard-menu a span {
    white-space: nowrap;
  }

  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .store-header__top {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) 42px 42px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .brand {
    font-size: 27px;
    min-width: 0;
  }

  .account-action span,
  .cart-action > span:last-child {
    display: none;
  }

  .header-action {
    align-items: center;
    height: 42px;
    justify-content: center;
    min-height: 42px;
    width: 42px;
  }

  .header-action i {
    font-size: 24px;
  }

  .cart-icon em {
    display: none;
    left: 16px;
    min-width: 20px;
    top: -10px;
  }

  .search-box {
    border-radius: 22px;
    height: 44px;
    padding-left: 14px;
  }

  .camera-button,
  .search-button {
    height: 35px;
    width: 35px;
  }

  .nav-strip {
    gap: 8px;
    height: auto;
    margin-left: -14px;
    margin-right: -14px;
    padding: 9px 14px 11px;
    scroll-padding-left: 14px;
    scroll-snap-type: x proximity;
  }

  .nav-strip a,
  .more-link {
    align-items: center;
    background: #f5f5f7;
    border: 1px solid #ececf0;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    height: 36px;
    padding: 0 13px;
    scroll-snap-align: start;
  }

  .nav-strip .sale-link {
    background: #fff0f2;
  }

  .catalog-pill {
    font-size: 13px;
    gap: 7px;
    height: 36px;
    min-width: 0;
    padding: 0 14px;
  }

  .catalog-pill i {
    font-size: 18px;
  }

  .promo-band {
    height: 525px;
  }

  .promo-band img {
    height: 55%;
    object-position: 69% center;
    top: auto;
  }

  .promo-copy {
    padding-top: 23px;
    width: 100%;
  }

  .promo-top-deal {
    bottom: 28px;
    left: 14px;
    top: auto;
    width: 206px;
  }

  .promo-copy h1 {
    margin-bottom: 17px;
  }

  .coupon-row {
    height: 95px;
  }

  .coupon-row article {
    padding: 0 9px;
  }

  .coupon-row strong {
    font-size: 15px;
  }

  .trust-line {
    flex-wrap: wrap;
    height: auto;
    justify-content: flex-start;
    padding: 12px 14px;
  }

  main h2 {
    font-size: 28px;
  }

  .deals-section {
    padding-top: 31px;
  }

  .deal-frame {
    padding: 23px 16px;
  }

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

  .deal-products .product-card:last-child {
    display: block;
  }

  .business-board__backdrop {
    gap: 25px;
    grid-template-columns: 1fr;
    padding: 25px 18px 130px;
  }

  .metrics {
    gap: 14px;
    padding-left: 0;
  }

  .metrics b {
    font-size: 26px;
  }

  .business-panels {
    gap: 15px;
    grid-template-columns: 1fr;
    margin-left: 14px;
    margin-right: 14px;
  }

  .business-panels section {
    padding: 20px 16px;
  }

  .mini-grid {
    gap: 11px;
  }

  .mini-grid strong {
    font-size: 16px;
  }

  .fashion-feature {
    height: 390px;
  }

  .fashion-copy {
    left: 22px;
    top: 25px;
  }

  .fashion-copy h3 {
    font-size: 38px;
  }

  .category-grid {
    gap: 11px;
    min-height: 435px;
  }

  .category-tile {
    padding: 15px;
  }

  .category-tile strong {
    font-size: 17px;
    max-width: 62%;
  }

  .feed-grid {
    gap: 11px;
  }

  .store-toolbar {
    grid-template-columns: 1fr;
  }

  .product-viewer {
    padding: 12px;
  }

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

  .product-viewer__media {
    min-height: auto;
  }

  .product-viewer__details {
    padding: 20px 16px 18px;
  }

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

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

  .page-hero {
    min-height: 240px;
    padding: 42px 0;
  }

  .utility-header {
    grid-template-columns: 1fr auto;
  }

  .utility-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
  }

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

  .quantity-control {
    grid-column: 1 / -1;
    justify-self: start;
  }

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

  .dashboard-title-row,
  .dashboard-products__head {
    align-items: stretch;
    flex-direction: column;
  }

  .dashboard-table-tools,
  .dashboard-pagination,
  .dashboard-pagination div {
    align-items: stretch;
    flex-direction: column;
  }

  .dashboard-page-size {
    justify-content: space-between;
  }

  .dashboard-reset,
  .dashboard-search,
  .dashboard-table-tools,
  .dashboard-pagination .light-button {
    width: 100%;
  }

  .feed-card {
    padding: 9px;
  }

  .product-card strong,
  .feed-card strong {
    font-size: 18px;
  }

  .side-rail {
    display: none;
  }

  .support-panel {
    bottom: calc(84px + env(safe-area-inset-bottom));
    right: 64px;
    width: min(320px, calc(100vw - 82px));
  }

  .shop-sticker {
    display: none;
  }

  .mobile-bottom-nav {
    align-items: start;
    background: #fff;
    border-top: 1px solid #e7e7eb;
    bottom: 0;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, .08);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: calc(66px + env(safe-area-inset-bottom));
    left: 0;
    padding: 7px 6px max(7px, env(safe-area-inset-bottom));
    position: fixed;
    right: auto;
    width: calc(var(--app-vw, 1vw) * 100);
    z-index: 30;
  }

  .mobile-bottom-nav a {
    align-items: center;
    color: #191a1f;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    font-weight: 500;
    gap: 3px;
    justify-content: center;
    line-height: 1.1;
    min-height: 50px;
    min-width: 0;
    text-align: center;
  }

  .mobile-bottom-nav i {
    font-size: 25px;
    line-height: 1;
  }

  .mobile-bottom-nav__icon {
    display: inline-flex;
    line-height: 1;
    position: relative;
  }

  .mobile-bottom-nav__icon em {
    align-items: center;
    background: #ff2f3f;
    border: 1.5px solid #fff;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    height: 17px;
    justify-content: center;
    line-height: 1;
    min-width: 17px;
    padding: 0 4px;
    position: absolute;
    right: -11px;
    top: -8px;
  }

  .mobile-bottom-nav__icon em[hidden] {
    display: none;
  }

  .mobile-bottom-nav span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-bottom-nav .mobile-bottom-nav__icon {
    display: inline-flex;
    max-width: none;
    overflow: visible;
    position: relative;
    white-space: normal;
  }

  .mobile-bottom-nav .mobile-bottom-nav__icon em {
    color: #fff;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-size: 11px;
    height: 19px;
    min-width: 19px;
    overflow: visible;
    right: -13px;
    text-indent: 0;
    top: -9px;
    z-index: 1;
  }

  .mobile-bottom-nav a.is-active {
    color: #ff2f3f;
  }
}

@media (max-width: 420px) {
  .store-header__top {
    grid-template-columns: minmax(0, 1fr) 38px 38px;
  }

  .brand {
    font-size: 24px;
  }

  .brand__spark {
    border-bottom-width: 18px;
    top: 3px;
  }

  .header-action {
    height: 38px;
    min-height: 38px;
    width: 38px;
  }

  .header-action i {
    font-size: 22px;
  }

  .search-box input {
    font-size: 14px;
  }

  .nav-strip a,
  .more-link,
  .catalog-pill {
    font-size: 12px;
    height: 34px;
    padding-left: 11px;
    padding-right: 11px;
  }
}
/* Professional dashboard refresh */
.dashboard-page {
  --dash-bg: #f6f7fb;
  --dash-panel: rgba(255, 255, 255, .92);
  --dash-border: #e2e7ef;
  --dash-ink: #141821;
  --dash-muted: #657085;
  --dash-accent: #ff5a1f;
  --dash-accent-2: #0f766e;
  --dash-sidebar: #151923;
  background:
    linear-gradient(135deg, rgba(255, 90, 31, .08), transparent 32%),
    linear-gradient(315deg, rgba(15, 118, 110, .08), transparent 34%),
    var(--dash-bg);
  color: var(--dash-ink);
}

.dashboard-login-shell {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 90, 31, .28), transparent 28%),
    radial-gradient(circle at 82% 76%, rgba(15, 118, 110, .28), transparent 30%),
    linear-gradient(135deg, #151923, #232a36 58%, #151923);
  background-position: center;
  background-size: cover;
}

.dashboard-login-panel {
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(15, 23, 42, .24);
  padding: 34px;
}

.dashboard-shell {
  background: transparent;
  grid-template-columns: 292px minmax(0, 1fr);
}

.dashboard-sidebar {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .06), transparent 24%),
    var(--dash-sidebar);
  box-shadow: 18px 0 55px rgba(15, 23, 42, .12);
  gap: 30px;
  padding: 26px 22px;
}

.dashboard-sidebar .brand {
  align-items: center;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 12px;
}

.dashboard-menu {
  gap: 7px;
}

.dashboard-menu a,
.dashboard-quick-list a {
  border: 1px solid transparent;
  border-radius: 8px;
  color: rgba(255, 255, 255, .72);
  min-height: 46px;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.dashboard-menu a:hover,
.dashboard-menu a.is-active {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .13);
  color: #fff;
  transform: translateX(3px);
}

.dashboard-menu a.is-active {
  box-shadow: inset 3px 0 0 var(--dash-accent);
}

.dashboard-sidebar__foot {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 16px;
}

.dashboard-workspace {
  gap: 22px;
  padding: 26px;
}

.dashboard-section {
  gap: 22px;
}

.dashboard-topbar,
.dashboard-panel,
.dashboard-stats-grid article {
  background: var(--dash-panel);
  border: 1px solid var(--dash-border);
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(15, 23, 42, .07);
}

.dashboard-topbar {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .86)),
    linear-gradient(135deg, rgba(255, 90, 31, .12), rgba(15, 118, 110, .1));
  min-height: 142px;
  overflow: hidden;
  padding: 30px 32px;
  position: relative;
}

.dashboard-topbar::after {
  background:
    linear-gradient(135deg, rgba(255, 90, 31, .22), rgba(15, 118, 110, .16));
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 8px;
  content: "";
  height: 140px;
  position: absolute;
  right: -68px;
  top: -42px;
  transform: rotate(18deg);
  width: 230px;
}

.dashboard-topbar > * {
  position: relative;
  z-index: 1;
}

.dashboard-topbar .section-label {
  background: rgba(15, 118, 110, .1);
  border: 1px solid rgba(15, 118, 110, .14);
  border-radius: 999px;
  display: inline-flex;
  margin-bottom: 8px;
  padding: 7px 10px;
}

.dashboard-topbar h1 {
  color: var(--dash-ink);
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: 0;
  margin-top: 4px;
}

.dashboard-topbar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.dashboard-topbar__meta span {
  align-items: center;
  background: rgba(20, 24, 33, .06);
  border: 1px solid rgba(20, 24, 33, .08);
  border-radius: 999px;
  color: #475467;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  padding: 8px 11px;
}

.dashboard-topbar__meta i {
  color: var(--dash-accent);
}

.dashboard-store-link,
.dashboard-refresh {
  border-radius: 8px;
  min-height: 44px;
}

.dashboard-stats-grid {
  gap: 14px;
}

.dashboard-stats-grid article {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: auto minmax(0, 1fr);
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.dashboard-stats-grid article::before {
  background: linear-gradient(180deg, var(--dash-accent), #ffb000);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.dashboard-stats-grid article:nth-child(2)::before {
  background: linear-gradient(180deg, #2563eb, #22c55e);
}

.dashboard-stats-grid article:nth-child(3)::before {
  background: linear-gradient(180deg, #7c3aed, #06b6d4);
}

.dashboard-stats-grid article:nth-child(4)::before {
  background: linear-gradient(180deg, #0f766e, #84cc16);
}

.dashboard-stats-grid article > i {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 90, 31, .16), rgba(255, 176, 0, .12));
  border: 1px solid rgba(255, 90, 31, .18);
  border-radius: 8px;
  color: var(--dash-accent);
  display: inline-flex;
  font-size: 21px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.dashboard-stats-grid article:nth-child(2) > i {
  background: linear-gradient(135deg, rgba(37, 99, 235, .14), rgba(34, 197, 94, .12));
  border-color: rgba(37, 99, 235, .16);
  color: #2563eb;
}

.dashboard-stats-grid article:nth-child(3) > i {
  background: linear-gradient(135deg, rgba(124, 58, 237, .13), rgba(6, 182, 212, .12));
  border-color: rgba(124, 58, 237, .16);
  color: #7c3aed;
}

.dashboard-stats-grid article:nth-child(4) > i {
  background: linear-gradient(135deg, rgba(15, 118, 110, .14), rgba(132, 204, 22, .12));
  border-color: rgba(15, 118, 110, .18);
  color: var(--dash-accent-2);
}

.dashboard-stats-grid span {
  color: var(--dash-muted);
  display: block;
  font-size: 12px;
  letter-spacing: .08em;
}

.dashboard-stats-grid strong {
  color: var(--dash-ink);
  display: block;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1;
  margin-top: 8px;
}

.dashboard-stats-grid small {
  color: #7a8495;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 8px;
}

.dashboard-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .9));
  padding: 28px;
}

.dashboard-command-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
}

.dashboard-insight-list,
.dashboard-quick-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.dashboard-insight-list div {
  align-items: center;
  background:
    linear-gradient(135deg, #fbfcfe, #fff);
  border: 1px solid var(--dash-border);
  border-radius: 8px;
  color: #344054;
  display: flex;
  gap: 12px;
  padding: 13px 14px;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.dashboard-insight-list div:hover,
.dashboard-quick-list a:hover {
  transform: translateY(-1px);
}

.dashboard-insight-list i,
.dashboard-quick-list i {
  align-items: center;
  background: rgba(255, 90, 31, .12);
  border-radius: 8px;
  color: var(--dash-accent);
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.dashboard-quick-list a {
  align-items: center;
  color: var(--dash-ink);
  display: flex;
  font-size: 14px;
  font-weight: 900;
  gap: 12px;
  padding: 12px;
  text-decoration: none;
}

.dashboard-quick-list a:hover {
  border-color: rgba(255, 90, 31, .38);
  box-shadow: 0 10px 24px rgba(255, 90, 31, .1);
}

.dashboard-title-row,
.dashboard-products__head {
  gap: 18px;
}

.dashboard-products__head h2,
.dashboard-title-row h2,
.dashboard-panel h2 {
  color: var(--dash-ink);
  font-size: 24px;
  letter-spacing: 0;
}

.dashboard-page .section-label {
  color: var(--dash-accent-2);
  letter-spacing: .1em;
}

.dashboard-form {
  gap: 18px;
}

.dashboard-form label span,
.dashboard-page-size span {
  color: var(--dash-muted);
  letter-spacing: .04em;
}

.dashboard-form input,
.dashboard-form select,
.dashboard-search,
.dashboard-page-size select {
  background: #fbfcfe;
  border-color: #d7dee9;
  border-radius: 8px;
}

.dashboard-form input:focus,
.dashboard-form select:focus,
.dashboard-search:focus-within {
  border-color: var(--dash-accent);
  box-shadow: 0 0 0 4px rgba(255, 90, 31, .12);
  outline: 0;
}

.dashboard-search {
  height: 44px;
  padding: 0 14px;
}

.dashboard-table-wrap {
  background: #fff;
  border: 1px solid var(--dash-border);
  border-radius: 8px;
  margin-top: 22px;
  overflow: auto;
}

.dashboard-table {
  border-collapse: separate;
  border-spacing: 0;
}

.dashboard-table th {
  background: #f8fafc;
  color: #5f6b7d;
  letter-spacing: .08em;
  padding-bottom: 15px;
  padding-top: 15px;
  position: sticky;
  top: 0;
  z-index: 1;
}

.dashboard-table td {
  border-bottom-color: #edf1f6;
  padding: 16px 14px;
}

.dashboard-table tbody tr {
  transition: background .16s ease;
}

.dashboard-table tbody tr:hover {
  background: #fff7f3;
}

.dashboard-product-cell {
  gap: 13px;
}

.dashboard-product-cell strong {
  color: var(--dash-ink);
  font-size: 15px;
}

.dashboard-thumb {
  border: 1px solid #d9e1ec;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
  height: 54px;
  min-width: 54px;
  width: 54px;
}

.dashboard-status {
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: .04em;
  padding: 7px 10px;
}

.dashboard-actions .light-button {
  border-radius: 8px;
  height: 38px;
  width: 38px;
}

.dashboard-pagination {
  border-top: 1px solid #edf1f6;
  margin-top: 18px;
}

.dashboard-settings-list div,
.dashboard-quick-list a {
  background: #fbfcfe;
  border: 1px solid var(--dash-border);
  border-radius: 8px;
}

.dashboard-page .catalog-message {
  border-radius: 8px;
}

@media (max-width: 991px) {
  .dashboard-shell {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    border-radius: 0 0 8px 8px;
    position: static;
  }

  .dashboard-sidebar .brand {
    width: fit-content;
  }

  .dashboard-menu a:hover,
  .dashboard-menu a.is-active {
    transform: none;
  }

  .dashboard-command-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .dashboard-workspace {
    padding: 14px;
  }

  .dashboard-topbar,
  .dashboard-panel,
  .dashboard-stats-grid article,
  .dashboard-login-panel {
    padding: 18px;
  }

  .dashboard-stats-grid article {
    grid-template-columns: 1fr;
  }

  .dashboard-stats-grid article > i {
    height: 42px;
    width: 42px;
  }

  .dashboard-table-wrap {
    margin-left: -18px;
    margin-right: -18px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}
