@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --green: #0f6b4c;
  --green-2: #19a463;
  --lime: #c9f05b;
  --ink: #12201a;
  --muted: #66736d;
  --line: #e5ebe8;
  --soft: #f5f6f8;
  --cream: #f3f4e9;
  --white: #fff;
  --shadow: 0 16px 45px #12201a14;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  background: #fff;
  margin: 0;
  font-family:
    DM Sans,
    Arial,
    sans-serif;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.shell {
  width: min(1420px, 100% - 48px);
  margin-inline: auto;
}
.topbar {
  color: #ffffffd1;
  background: #0a3d2e;
  font-size: 12px;
}
.topbar-inner {
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
  display: flex;
}
.topbar-inner > div {
  gap: 22px;
  display: flex;
}
.topbar a,
.topbar span {
  transition: color 0.2s;
}
.topbar a:hover {
  color: #fff;
}
header {
  z-index: 50;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #fffffff2;
  position: sticky;
  top: 0;
  box-shadow: 0 6px 22px #0c2b200a;
}
.header-main {
  align-items: center;
  gap: 30px;
  height: 82px;
  display: flex;
}
.logo {
  letter-spacing: -1px;
  flex: none;
  align-items: center;
  gap: 10px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}
.logo small {
  color: var(--green-2);
  font-size: 15px;
}
.logo-mark {
  color: #fff;
  background: linear-gradient(145deg, var(--green-2), var(--green));
  border-radius: 13px 13px 13px 4px;
  place-items: center;
  width: 39px;
  height: 39px;
  font-size: 21px;
  display: grid;
  box-shadow: 0 9px 22px #0f6b4c38;
}
.search-wrap {
  background: #fff;
  border: 1.5px solid #cfd8d4;
  border-radius: 14px;
  flex: auto;
  grid-template-columns: auto 1fr 50px;
  height: 48px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  display: grid;
  position: relative;
}
.search-wrap:focus-within {
  border-color: var(--green-2);
  box-shadow: 0 0 0 4px #19a46317;
}
.search-category {
  border: 0;
  border-right: 1px solid var(--line);
  color: #405049;
  cursor: pointer;
  background: 0 0;
  align-items: center;
  gap: 10px;
  padding: 0 17px;
  font-size: 13px;
  display: flex;
}
.search-wrap input {
  min-width: 80px;
  color: var(--ink);
  border: 0;
  outline: 0;
  padding: 0 18px;
}
.search-wrap input::placeholder {
  color: #96a09c;
}
.search-button {
  color: #fff;
  background: var(--green);
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  place-items: center;
  margin: 5px;
  display: grid;
}
.search-suggestions {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 14px;
  gap: 4px;
  padding: 16px;
  display: grid;
  position: absolute;
  inset: 54px 0 auto;
}
.search-suggestions small {
  color: var(--muted);
  padding: 0 8px 7px;
}
.search-suggestions button {
  text-align: left;
  cursor: pointer;
  background: 0 0;
  border: 0;
  border-radius: 9px;
  align-items: center;
  gap: 9px;
  padding: 9px;
  display: flex;
}
.search-suggestions button:hover {
  background: var(--soft);
}
.header-actions {
  align-items: center;
  gap: 5px;
  display: flex;
}
.header-actions button {
  color: #34423c;
  cursor: pointer;
  background: 0 0;
  border: 0;
  justify-items: center;
  gap: 3px;
  min-width: 52px;
  padding: 4px 5px;
  display: grid;
  position: relative;
}
.header-actions small {
  font-size: 10px;
}
.header-actions button:hover {
  color: var(--green-2);
}
.cart-button > span {
  color: #fff;
  background: #f06449;
  border: 2px solid #fff;
  border-radius: 10px;
  place-items: center;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  font-size: 9px;
  font-weight: 700;
  display: grid;
  position: absolute;
  top: -4px;
  right: 5px;
}
.nav-border {
  border-top: 1px solid #edf1ef;
  border-bottom: 1px solid #e9eeeb;
}
.category-nav {
  white-space: nowrap;
  align-items: center;
  gap: 31px;
  height: 48px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}
.category-nav a {
  transition: color 0.2s;
}
.category-nav a:hover {
  color: var(--green-2);
}
.all-categories {
  background: var(--green);
  color: #fff;
  cursor: pointer;
  border: 0;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 0 22px;
  display: flex;
}
.nav-seller {
  color: var(--green);
  align-items: center;
  gap: 7px;
  margin-left: auto;
  display: flex;
}
.hero-grid {
  grid-template-columns: minmax(0, 2.15fr) minmax(260px, 0.85fr);
  gap: 18px;
  padding-top: 22px;
  display: grid;
}
.hero-main {
  background:
    radial-gradient(circle at 88% 10%, #c9f05bb3, #0000 32%),
    linear-gradient(120deg, #edf2df 0%, #eef0e4 56%, #dce8c7 100%);
  border-radius: 28px;
  grid-template-columns: 1.1fr 1fr;
  min-height: 466px;
  padding: 66px 0 54px 62px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero-main:before {
  content: "";
  border: 1px solid #0f6b4c1f;
  border-radius: 50%;
  width: 290px;
  height: 290px;
  position: absolute;
  bottom: -90px;
  left: -50px;
}
.hero-copy {
  z-index: 3;
  align-self: center;
  position: relative;
}
.eyebrow,
.section-kicker {
  color: var(--green);
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 700;
}
.hero-copy h1 {
  letter-spacing: -0.055em;
  margin: 14px 0 18px;
  font-family: Manrope, sans-serif;
  font-size: clamp(42px, 4.3vw, 70px);
  line-height: 0.98;
}
.hero-copy > p {
  color: #52615a;
  max-width: 470px;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}
.hero-cta-row {
  align-items: center;
  gap: 24px;
  margin-top: 28px;
  display: flex;
}
.button {
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 49px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
}
.button.primary {
  background: linear-gradient(135deg, var(--green), #087b50);
  color: #fff;
  box-shadow: 0 12px 25px #0f6b4c38;
}
.button:hover {
  transform: translateY(-2px);
}
.text-link {
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
}
.hero-trust {
  color: #66736d;
  gap: 25px;
  margin-top: 31px;
  font-size: 12px;
  display: flex;
}
.hero-trust span,
.shipping {
  align-items: center;
  gap: 7px;
  display: flex;
}
.hero-product {
  min-width: 0;
  position: relative;
}
.hero-product img {
  z-index: 2;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 28px 25px #28372d29);
  border-radius: 45% 20% 20% 45%;
  width: 112%;
  height: 310px;
  position: absolute;
  top: 58px;
  right: -3%;
  transform: rotate(-3deg);
}
.product-halo {
  background: #ffffff73;
  border-radius: 50%;
  width: 330px;
  height: 330px;
  position: absolute;
  top: 40px;
  left: 5%;
}
.floating-price {
  z-index: 4;
  background: var(--green);
  color: #fff;
  text-align: center;
  border: 7px solid #ffffffa6;
  border-radius: 50%;
  place-content: center;
  width: 102px;
  height: 102px;
  display: grid;
  position: absolute;
  bottom: 39px;
  right: 2%;
  transform: rotate(5deg);
  box-shadow: 0 14px 35px #0f6b4c47;
}
.floating-price small,
.floating-price span {
  font-size: 10px;
  line-height: 1;
}
.floating-price strong {
  margin: 2px 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1;
}
.hero-side {
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  display: grid;
}
.side-banner {
  border-radius: 25px;
  min-height: 224px;
  padding: 29px 26px;
  position: relative;
  overflow: hidden;
}
.side-banner > div {
  z-index: 2;
  position: relative;
}
.side-banner span {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 700;
}
.side-banner h2 {
  letter-spacing: -0.04em;
  max-width: 180px;
  margin: 7px 0 16px;
  font-family: Manrope, sans-serif;
  font-size: 23px;
  line-height: 1.13;
}
.side-banner a {
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}
.side-banner img {
  object-fit: cover;
  object-position: center;
  width: 48%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-mask-image: linear-gradient(270deg, #000 70%, #0000);
  mask-image: linear-gradient(270deg, #000 70%, #0000);
}
.side-banner.audio {
  background: #e9eef2;
}
.side-banner.home {
  background: #f2e7dc;
}
.category-section {
  padding-block: 48px 45px;
}
.section-heading {
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 24px;
  display: flex;
}
.section-heading h2 {
  letter-spacing: -0.04em;
  margin: 7px 0 3px;
  font-family: Manrope, sans-serif;
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.15;
}
.section-heading p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
}
.section-heading > a {
  color: var(--green);
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}
.category-row {
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
  display: grid;
}
.category-row a {
  border: 1px solid var(--line);
  text-align: center;
  background: #fff;
  border-radius: 18px;
  align-content: center;
  place-items: center;
  gap: 11px;
  min-height: 113px;
  padding: 14px 6px;
  transition:
    transform 0.25s,
    border-color 0.25s,
    box-shadow 0.25s;
  display: grid;
}
.category-row a:hover {
  box-shadow: var(--shadow);
  border-color: #19a4636b;
  transform: translateY(-5px);
}
.category-row span {
  background: #eef7f2;
  border-radius: 14px;
  width: 68px;
  height: 56px;
  display: block;
  overflow: hidden;
}
.category-row span img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  display: block;
}
.category-row a:hover span img {
  transform: scale(1.08);
}
.category-row strong {
  font-size: 12px;
  font-weight: 600;
}
.deals-section {
  background: var(--soft);
  padding-block: 58px 70px;
}
.heading-tabs {
  background: #fff;
  border-radius: 12px;
  gap: 3px;
  padding: 5px;
  display: flex;
  box-shadow: 0 5px 20px #10241c0d;
}
.heading-tabs button {
  color: var(--muted);
  cursor: pointer;
  background: 0 0;
  border: 0;
  border-radius: 9px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 600;
}
.heading-tabs button.active {
  background: var(--green);
  color: #fff;
}
.product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
  display: grid;
}
.product-card {
  background: #fff;
  border: 1px solid #e8ecea;
  border-radius: 21px;
  min-width: 0;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  overflow: hidden;
}
.product-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}
.product-media {
  background: #f1f3f2;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.product-media > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.45s;
}
.product-card:hover .product-media > img {
  transform: scale(1.045);
}
.discount {
  color: #fff;
  background: #e55740;
  border-radius: 7px;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: 13px;
  left: 13px;
}
.round-action {
  color: #4d5b55;
  cursor: pointer;
  background: #fffffff0;
  border: 0;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
  position: absolute;
  top: 12px;
  right: 12px;
  box-shadow: 0 5px 15px #141f1a1f;
}
.round-action.active {
  color: #e55740;
  fill: #e55740;
}
.quick-view {
  color: #fff;
  cursor: pointer;
  background: #0f6b4ced;
  border: 0;
  border-radius: 9px;
  height: 36px;
  font-size: 11px;
  font-weight: 700;
  transition: bottom 0.25s;
  position: absolute;
  bottom: -40px;
  left: 14px;
  right: 14px;
}
.product-card:hover .quick-view {
  bottom: 12px;
}
.product-body {
  padding: 17px;
}
.vendor {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 0 0 6px;
  font-size: 10px;
  font-weight: 700;
}
.product-body h3 {
  height: 42px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  overflow: hidden;
}
.rating {
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  font-size: 11px;
  display: flex;
}
.rating span {
  color: #da9325;
  font-weight: 700;
}
.rating small {
  color: #89928e;
}
.price-row {
  justify-content: space-between;
  align-items: end;
  gap: 8px;
  margin-top: 17px;
  display: flex;
}
.price-row del {
  color: #9da5a1;
  font-size: 10px;
  display: block;
}
.price-row strong {
  letter-spacing: -0.03em;
  margin-top: 2px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  display: block;
}
.price-row button {
  width: 38px;
  height: 38px;
  color: var(--green);
  cursor: pointer;
  background: #e8f5ef;
  border: 0;
  border-radius: 11px;
  flex: none;
  place-items: center;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
  display: grid;
}
.price-row button:hover {
  background: var(--green);
  color: #fff;
  transform: scale(1.05);
}
.shipping {
  color: #6b7872;
  border-top: 1px solid #edf0ef;
  margin: 12px 0 0;
  padding-top: 11px;
  font-size: 10px;
}
.mega-menu {
  border-top: 1px solid var(--line);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #fffffffa;
  padding: 22px 0;
  animation: 0.22s both slideDown;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 25px 50px #12201a24;
}
.mega-grid {
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 38px;
  display: grid;
}
.mega-feature {
  background: #e7eee5;
  border-radius: 20px;
  min-height: 205px;
  position: relative;
  overflow: hidden;
}
.mega-feature img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mega-feature:after {
  content: "";
  background: linear-gradient(90deg, #082319d9, #08231905);
  position: absolute;
  inset: 0;
}
.mega-feature > div {
  z-index: 2;
  color: #fff;
  max-width: 250px;
  position: absolute;
  inset: 30px auto auto 30px;
}
.mega-feature span,
.mega-feature a {
  letter-spacing: 0.1em;
  font-size: 10px;
  font-weight: 700;
}
.mega-feature h3 {
  margin: 8px 0 20px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  line-height: 1.15;
}
.mega-feature a {
  align-items: center;
  gap: 7px;
  display: flex;
}
.mega-column {
  align-content: start;
  gap: 12px;
  display: grid;
}
.mega-column strong {
  color: var(--green);
  margin-bottom: 4px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
}
.mega-column a {
  color: #5c6a64;
  font-size: 13px;
}
.mega-column a:hover {
  color: var(--green-2);
  transform: translate(3px);
}
.flash-section {
  color: #fff;
  background: radial-gradient(circle at 12% 0, #c9f05b33, #0000 28%), #083d2d;
  padding-block: 74px;
  overflow: hidden;
}
.flash-wrap {
  grid-template-columns: 0.72fr 2fr;
  align-items: center;
  gap: 55px;
  display: grid;
}
.flash-label {
  background: var(--lime);
  color: #153423;
  letter-spacing: 0.15em;
  border-radius: 7px;
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}
.flash-copy h2 {
  letter-spacing: -0.055em;
  margin: 17px 0 14px;
  font-family: Manrope, sans-serif;
  font-size: clamp(39px, 4vw, 58px);
  line-height: 0.98;
}
.flash-copy > p {
  color: #ffffffa8;
  max-width: 350px;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}
.countdown {
  align-items: center;
  gap: 8px;
  margin: 25px 0;
  display: flex;
}
.countdown > span {
  text-align: center;
  background: #ffffff14;
  border: 1px solid #ffffff21;
  border-radius: 12px;
  place-content: center;
  width: 63px;
  height: 67px;
  display: grid;
}
.countdown strong {
  font-family: Manrope, sans-serif;
  font-size: 23px;
  line-height: 1;
}
.countdown small {
  color: #ffffff8c;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 8px;
}
.countdown i {
  color: var(--lime);
  font-size: 18px;
  font-style: normal;
}
.button.light {
  color: var(--green);
  background: #fff;
}
.flash-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  display: grid;
}
.flash-products article {
  color: var(--ink);
  background: #fff;
  border: 1px solid #ffffff17;
  border-radius: 20px;
  padding: 10px 10px 16px;
  transition: transform 0.25s;
  overflow: hidden;
}
.flash-products article:hover {
  transform: translateY(-7px);
}
.flash-image {
  border-radius: 14px;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.flash-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.flash-image span {
  background: var(--lime);
  color: #183822;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 9px;
  font-weight: 800;
  position: absolute;
  top: 10px;
  left: 10px;
}
.flash-products article > small {
  color: var(--green);
  text-transform: uppercase;
  margin: 13px 3px 5px;
  font-size: 9px;
  font-weight: 700;
  display: block;
}
.flash-products h3 {
  height: 39px;
  margin: 0 3px 13px;
  font-size: 13px;
  line-height: 1.45;
  overflow: hidden;
}
.flash-products article > div:not(.flash-image) {
  margin-inline: 3px;
}
.flash-products article > div strong {
  font-family: Manrope, sans-serif;
  font-size: 16px;
}
.flash-products article > div del {
  color: #9aa39f;
  margin-left: 8px;
  font-size: 10px;
}
.flash-products article > button {
  width: calc(100% - 6px);
  color: var(--green);
  cursor: pointer;
  background: #e8f5ef;
  border: 0;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 14px 3px 0;
  padding: 10px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}
.collections-section {
  padding-block: 82px;
}
.collection-grid {
  grid-template-columns: 1.35fr 0.8fr 0.8fr;
  gap: 17px;
  display: grid;
}
.collection-card {
  color: #fff;
  border-radius: 25px;
  min-height: 380px;
  position: relative;
  overflow: hidden;
}
.collection-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.55s;
}
.collection-card:after {
  content: "";
  background: linear-gradient(#0000 32%, #071711bf);
  position: absolute;
  inset: 0;
}
.collection-card:hover img {
  transform: scale(1.045);
}
.collection-card > div {
  z-index: 2;
  position: absolute;
  bottom: 27px;
  left: 28px;
  right: 28px;
}
.collection-card span {
  letter-spacing: 0.14em;
  font-size: 9px;
  font-weight: 700;
}
.collection-card h3 {
  max-width: 380px;
  margin: 7px 0 15px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  line-height: 1.15;
}
.main-collection h3 {
  font-size: 35px;
}
.collection-card b {
  font-size: 11px;
}
.vendor-section {
  background: #f6f8f7;
  padding-block: 74px;
}
.vendor-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  display: grid;
}
.vendor-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 21px;
  padding: 0 17px 16px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
.vendor-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}
.vendor-card > img {
  object-fit: cover;
  width: calc(100% + 34px);
  height: 128px;
  margin-left: -17px;
}
.vendor-logo {
  background: var(--green);
  color: #fff;
  border: 4px solid #fff;
  border-radius: 14px;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 800;
  display: grid;
  position: relative;
}
.vendor-info {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  display: flex;
}
.vendor-info h3 {
  margin: 0 0 2px;
  font-size: 15px;
}
.vendor-info h3 span {
  color: var(--green-2);
}
.vendor-info p {
  color: var(--muted);
  margin: 0;
  font-size: 10px;
}
.vendor-info button {
  color: var(--green);
  cursor: pointer;
  background: #fff;
  border: 1px solid #dbe4e0;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 9px;
  font-weight: 700;
}
.vendor-stats {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  margin: 17px 0 14px;
  padding-block: 13px;
  display: grid;
}
.vendor-stats span {
  border-right: 1px solid var(--line);
  text-align: center;
  gap: 2px;
  display: grid;
}
.vendor-stats span:last-child {
  border: 0;
}
.vendor-stats strong {
  font-size: 12px;
}
.vendor-stats small {
  color: var(--muted);
  font-size: 8px;
}
.vendor-card > a {
  color: var(--green);
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}
.product-spotlight {
  padding-block: 84px;
}
.product-page {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 28px;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 45px;
  padding: 26px;
  display: grid;
  box-shadow: 0 18px 60px #13251d12;
}
.gallery {
  grid-template-columns: 76px 1fr;
  gap: 14px;
  display: grid;
}
.thumbnails {
  align-content: start;
  gap: 10px;
  display: grid;
}
.thumbnails button {
  border: 1px solid var(--line);
  cursor: pointer;
  background: #fff;
  border-radius: 11px;
  height: 69px;
  padding: 4px;
  overflow: hidden;
}
.thumbnails button.active {
  border: 2px solid var(--green);
}
.thumbnails img {
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}
.thumbnails .viewer-button {
  color: var(--green);
  background: #eff7f3;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
  display: grid;
}
.gallery-main {
  background: #f1f3f2;
  border-radius: 19px;
  min-height: 510px;
  position: relative;
  overflow: hidden;
}
.gallery-main > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.zoom-pill,
.video-pill {
  color: #415049;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffffe6;
  border: 0;
  border-radius: 8px;
  padding: 8px 11px;
  font-size: 9px;
  font-weight: 600;
  position: absolute;
  bottom: 15px;
}
.zoom-pill {
  left: 15px;
}
.video-pill {
  cursor: pointer;
  right: 15px;
}
.gallery-heart {
  cursor: pointer;
  background: #ffffffe6;
  border: 0;
  border-radius: 50%;
  place-items: center;
  width: 39px;
  height: 39px;
  display: grid;
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-detail nav {
  color: #8e9994;
  margin-bottom: 25px;
  font-size: 10px;
}
.verified-vendor {
  color: var(--green);
  letter-spacing: 0.06em;
  font-size: 10px;
  font-weight: 700;
}
.product-detail > h2 {
  letter-spacing: -0.045em;
  margin: 12px 0;
  font-family: Manrope, sans-serif;
  font-size: clamp(26px, 2.7vw, 39px);
  line-height: 1.18;
}
.detail-rating {
  color: var(--muted);
  align-items: center;
  gap: 12px;
  font-size: 10px;
  display: flex;
}
.detail-rating b {
  color: #d99524;
}
.detail-rating span {
  border-right: 1px solid var(--line);
  padding-right: 12px;
}
.detail-price {
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  margin: 26px 0 10px;
  display: flex;
}
.detail-price strong {
  letter-spacing: -0.04em;
  font-family: Manrope, sans-serif;
  font-size: 34px;
}
.detail-price strong small {
  font-size: 14px;
}
.detail-price del {
  color: #939e99;
  font-size: 12px;
}
.detail-price > span {
  color: var(--green);
  background: #e9f6f0;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 9px;
  font-weight: 700;
}
.installment {
  color: #54615b;
  background: #f5f6f8;
  border-radius: 9px;
  padding: 11px 13px;
  font-size: 11px;
}
.installment button {
  color: var(--green);
  background: 0 0;
  border: 0;
  margin-left: 6px;
  font-size: 10px;
  font-weight: 700;
}
.spec-list {
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.spec-list li {
  color: var(--muted);
  justify-content: space-between;
  gap: 15px;
  font-size: 11px;
  display: flex;
}
.spec-list strong {
  color: var(--ink);
  font-weight: 600;
}
.stock-line {
  color: var(--green);
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}
.stock-line i {
  background: var(--green-2);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 4px #19a4631a;
}
.buy-row {
  grid-template-columns: 62px 1.25fr 1fr;
  gap: 9px;
  margin-top: 22px;
  display: grid;
}
.buy-row select {
  border: 1px solid var(--line);
  text-align: center;
  background: #fff;
  border-radius: 11px;
}
.buy-now {
  border: 1.5px solid var(--green);
  color: var(--green);
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}
.detail-assurances {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 22px;
  padding-top: 18px;
  display: grid;
}
.detail-assurances span {
  color: var(--muted);
  align-items: center;
  gap: 6px;
  font-size: 9px;
  display: flex;
}
.product-tabs {
  border-top: 1px solid var(--line);
  grid-column: 1/-1;
}
.tabs-nav {
  height: 56px;
  color: var(--muted);
  align-items: center;
  gap: 31px;
  font-size: 11px;
  display: flex;
}
.tabs-nav b {
  height: 100%;
  color: var(--ink);
  align-items: center;
  display: flex;
  position: relative;
}
.tabs-nav b:after {
  content: "";
  background: var(--green);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.tab-content {
  grid-template-columns: 1fr 0.8fr;
  gap: 50px;
  padding-top: 22px;
  display: grid;
}
.tab-content h3 {
  margin: 0 0 8px;
  font-size: 19px;
}
.tab-content p {
  max-width: 670px;
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
}
.price-history {
  background: #f6f8f7;
  border-radius: 13px;
  padding: 15px;
}
.price-history > div {
  justify-content: space-between;
  font-size: 10px;
  display: flex;
}
.price-history b {
  color: var(--green);
}
.price-history svg {
  width: 100%;
  height: 50px;
}
.price-history path {
  fill: none;
  stroke: var(--green-2);
  stroke-width: 2px;
}
.price-history circle {
  fill: var(--green);
}
.price-history small {
  color: var(--muted);
  font-size: 8px;
}
.seller-section {
  color: #fff;
  background: radial-gradient(circle at 8% 80%, #c9f05b21, #0000 28%), #0b3327;
  padding-block: 96px;
  overflow: hidden;
}
.seller-intro {
  grid-template-columns: 0.73fr 1.55fr;
  align-items: center;
  gap: 70px;
  display: grid;
}
.seller-copy h2 {
  letter-spacing: -0.05em;
  margin: 13px 0 20px;
  font-family: Manrope, sans-serif;
  font-size: clamp(39px, 4vw, 58px);
  line-height: 1;
}
.seller-copy > p {
  color: #ffffffa6;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}
.seller-points {
  color: #ffffffd1;
  gap: 10px;
  margin: 24px 0 28px;
  font-size: 11px;
  display: grid;
}
.seller-points span {
  align-items: center;
  gap: 8px;
  display: flex;
}
.seller-points svg {
  color: var(--lime);
}
.dashboard-window {
  color: var(--ink);
  background: #fff;
  border: 1px solid #ffffff21;
  border-radius: 21px;
  overflow: hidden;
  transform: perspective(1200px) rotateY(-2deg);
  box-shadow: 0 30px 80px #00000040;
}
.dashboard-top {
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 10px;
  height: 49px;
  padding: 0 18px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}
.mini-logo,
.console-logo {
  background: var(--green);
  color: #fff;
  border-radius: 8px 8px 8px 3px;
  place-items: center;
  width: 25px;
  height: 25px;
  font-weight: 800;
  display: grid;
}
.dash-search {
  color: #8a9691;
  background: #f4f6f5;
  border-radius: 7px;
  width: 190px;
  margin-left: auto;
  padding: 7px 10px;
  font-weight: 400;
}
.avatar {
  width: 26px;
  height: 26px;
  color: var(--green);
  background: #e3f2eb;
  border-radius: 50%;
  place-items: center;
  font-size: 8px;
  display: grid;
}
.dashboard-body {
  grid-template-columns: 130px 1fr;
  min-height: 420px;
  display: grid;
}
.dashboard-body > aside {
  border-right: 1px solid var(--line);
  background: #fbfcfb;
  align-content: start;
  gap: 5px;
  padding: 18px 12px;
  display: grid;
}
.dashboard-body > aside span {
  color: #6e7b75;
  border-radius: 7px;
  padding: 8px 9px;
  font-size: 8px;
}
.dashboard-body > aside span.active {
  color: var(--green);
  background: #e8f5ef;
  font-weight: 700;
}
.dash-content {
  background: #f7f9f8;
  padding: 24px;
}
.dash-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.dash-heading small {
  color: var(--muted);
  font-size: 8px;
}
.dash-heading h3 {
  margin: 3px 0 0;
  font-size: 18px;
}
.dash-heading button,
.console-heading button {
  background: var(--green);
  color: #fff;
  border: 0;
  border-radius: 7px;
  padding: 8px 11px;
  font-size: 8px;
}
.metric-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 0;
  display: grid;
}
.metric-grid article,
.console-metrics article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 11px;
  gap: 5px;
  padding: 15px;
  display: grid;
}
.metric-grid span,
.console-metrics span {
  color: var(--muted);
  font-size: 8px;
}
.metric-grid strong {
  font-size: 14px;
}
.metric-grid small,
.console-metrics small {
  color: var(--green-2);
  font-size: 7px;
}
.dash-lower {
  grid-template-columns: 1.4fr 0.8fr;
  gap: 10px;
  display: grid;
}
.dash-lower > article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 11px;
  padding: 15px;
}
.revenue-chart > div:first-child {
  justify-content: space-between;
  font-size: 9px;
  display: flex;
}
.revenue-chart small {
  color: var(--muted);
  font-size: 7px;
}
.bar-chart {
  justify-content: space-between;
  align-items: end;
  gap: 5px;
  height: 138px;
  display: flex;
}
.bar-chart i {
  background: linear-gradient(var(--green-2), #b5e1cc);
  border-radius: 4px 4px 0 0;
  width: 100%;
  max-width: 17px;
}
.orders-widget > b {
  font-size: 9px;
}
.donut {
  background: conic-gradient(var(--green) 0 72%, #c8f05b 72% 100%);
  border-radius: 50%;
  place-items: center;
  width: 105px;
  height: 105px;
  margin: 14px auto;
  display: grid;
  position: relative;
}
.donut:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  position: absolute;
}
.donut span {
  z-index: 1;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  display: grid;
}
.donut small {
  color: var(--muted);
  font-size: 6px;
  font-weight: 400;
}
.orders-widget p {
  color: var(--muted);
  align-items: center;
  gap: 5px;
  margin: 5px 0;
  font-size: 7px;
  display: flex;
}
.orders-widget p b {
  color: var(--ink);
  margin-left: auto;
}
.orders-widget p i {
  background: var(--green);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.orders-widget p:nth-of-type(2) i {
  background: var(--lime);
}
.checkout-section {
  background: #f5f7f6;
  padding-block: 92px;
}
.checkout-grid {
  grid-template-columns: 0.65fr 1.6fr;
  align-items: center;
  gap: 55px;
  display: grid;
}
.checkout-copy h2 {
  letter-spacing: -0.05em;
  margin: 12px 0 16px;
  font-family: Manrope, sans-serif;
  font-size: clamp(36px, 3.7vw, 52px);
  line-height: 1.03;
}
.checkout-copy > p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}
.checkout-features {
  gap: 10px;
  margin: 23px 0;
  font-size: 11px;
  display: grid;
}
.checkout-features span {
  align-items: center;
  gap: 9px;
  display: flex;
}
.checkout-features svg {
  color: var(--green);
}
.payment-logos {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}
.payment-logos b,
.footer-bottom b {
  color: #44514b;
  background: #fff;
  border: 1px solid #dce3df;
  border-radius: 6px;
  padding: 7px 8px;
  font-size: 8px;
}
.checkout-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
}
.checkout-progress {
  border-bottom: 1px solid var(--line);
  justify-content: center;
  align-items: center;
  height: 74px;
  padding-inline: 45px;
  display: flex;
}
.checkout-progress span {
  color: var(--muted);
  white-space: nowrap;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  display: flex;
}
.checkout-progress i {
  border: 1px solid #cad4cf;
  border-radius: 50%;
  place-items: center;
  width: 24px;
  height: 24px;
  font-style: normal;
  display: grid;
}
.checkout-progress .done i,
.checkout-progress .active i {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}
.checkout-progress .active {
  color: var(--ink);
  font-weight: 700;
}
.checkout-progress > b {
  background: #dbe2de;
  width: 70px;
  height: 1px;
  margin-inline: 11px;
}
.checkout-content {
  grid-template-columns: 1fr 0.8fr;
  gap: 27px;
  padding: 25px;
  display: grid;
}
.checkout-content h3 {
  margin: 0 0 13px;
  font-size: 13px;
}
.checkout-content label:not(.shipping-option) {
  color: var(--muted);
  gap: 5px;
  margin-bottom: 11px;
  font-size: 8px;
  display: grid;
}
.checkout-content input {
  border: 1px solid var(--line);
  width: 100%;
  height: 37px;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  outline: 0;
  padding-inline: 11px;
  font-size: 10px;
}
.input-pair {
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10px;
  display: grid;
}
.checkout-content > div > h3:nth-of-type(2) {
  margin-top: 22px;
}
.shipping-option {
  border: 1.5px solid var(--green-2);
  background: #f1faf5;
  border-radius: 9px;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 11px;
  font-size: 9px;
  display: grid;
}
.shipping-option span {
  display: grid;
}
.shipping-option small {
  color: var(--muted);
  font-size: 8px;
}
.shipping-option strong {
  color: var(--green);
  font-size: 8px;
}
.order-summary {
  background: #f5f7f6;
  border-radius: 13px;
  padding: 18px;
}
.order-summary > div {
  border-bottom: 1px solid #dfe5e2;
  grid-template-columns: 43px 1fr auto;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  font-size: 8px;
  display: grid;
}
.order-summary img {
  object-fit: cover;
  border-radius: 7px;
  width: 43px;
  height: 43px;
}
.order-summary div span {
  gap: 3px;
  display: grid;
}
.order-summary div small {
  color: var(--muted);
  font-size: 7px;
}
.order-summary > label {
  grid-template-columns: 1fr auto;
  gap: 0 !important;
  display: flex !important;
}
.order-summary label input {
  border-radius: 8px 0 0 8px;
}
.order-summary label button {
  color: var(--green);
  background: #dcefe6;
  border: 0;
  border-radius: 0 8px 8px 0;
  padding-inline: 12px;
  font-size: 8px;
  font-weight: 700;
}
.order-summary > p {
  color: var(--muted);
  justify-content: space-between;
  margin: 8px 0;
  font-size: 8px;
  display: flex;
}
.order-summary > p b {
  color: var(--ink);
}
.order-summary .green {
  color: var(--green);
}
.order-summary .order-total {
  border-top: 1px solid #dce3df;
  align-items: end;
  margin: 14px 0;
  padding-top: 13px;
}
.order-summary .order-total b {
  font-family: Manrope, sans-serif;
  font-size: 14px;
}
.order-summary .button {
  width: 100%;
  min-height: 41px;
  font-size: 9px;
}
.app-section {
  background: radial-gradient(circle at 15%, #c9f05b57, #0000 30%), #e7f1df;
  padding-block: 100px;
  overflow: hidden;
}
.app-wrap {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 100px;
  display: grid;
}
.phone-stack {
  min-height: 570px;
  position: relative;
}
.phone {
  background: #18231e;
  border: 5px solid #18231e;
  border-radius: 43px;
  width: 260px;
  height: 520px;
  padding: 10px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 35px 55px #122d213d;
}
.phone:before {
  content: "";
  z-index: 2;
  background: #15201b;
  border-radius: 12px;
  width: 80px;
  height: 18px;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%);
}
.phone-back {
  top: 31px;
  left: 11%;
  transform: rotate(-8deg);
}
.phone-front {
  z-index: 2;
  bottom: 0;
  right: 12%;
  transform: rotate(7deg);
}
.phone-screen {
  height: 100%;
  color: var(--ink);
  background: #fff;
  border-radius: 31px;
  padding: 31px 17px;
  overflow: hidden;
}
.app-mini-logo {
  background: var(--green);
  color: #fff;
  border-radius: 8px 8px 8px 3px;
  place-items: center;
  width: 25px;
  height: 25px;
  font-weight: 800;
  display: grid;
}
.phone-screen h4 {
  margin: 18px 0 12px;
  font-size: 15px;
}
.mini-search {
  color: #8a9691;
  background: #f4f6f5;
  border-radius: 9px;
  padding: 10px;
  font-size: 8px;
}
.phone-back img {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 230px;
  margin: 18px 0 12px;
}
.phone-back strong {
  font-size: 12px;
}
.product-phone {
  padding: 0 0 18px;
}
.product-phone img {
  object-fit: cover;
  width: 100%;
  height: 292px;
}
.product-phone small,
.product-phone h4,
.product-phone b {
  margin-inline: 17px;
}
.product-phone small {
  color: var(--green);
  margin-top: 18px;
  font-size: 8px;
  font-weight: 700;
  display: block;
}
.product-phone h4 {
  margin-top: 5px;
  margin-bottom: 7px;
}
.product-phone b {
  font-size: 17px;
  display: block;
}
.product-phone button {
  background: var(--green);
  color: #fff;
  border: 0;
  border-radius: 10px;
  width: calc(100% - 34px);
  margin: 19px 17px 0;
  padding: 12px;
  font-size: 9px;
  font-weight: 700;
}
.app-copy h2 {
  letter-spacing: -0.055em;
  margin: 12px 0 18px;
  font-family: Manrope, sans-serif;
  font-size: clamp(43px, 4.7vw, 66px);
  line-height: 0.98;
}
.app-copy > p {
  color: #53625a;
  max-width: 530px;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}
.app-benefits {
  color: #3e4c45;
  gap: 9px;
  margin: 22px 0 28px;
  font-size: 11px;
  display: grid;
}
.download-row {
  gap: 12px;
  display: flex;
}
.download-row > img {
  background: #fff;
  border-radius: 10px;
  width: 92px;
  height: 92px;
  padding: 5px;
}
.download-row > div {
  gap: 7px;
  display: grid;
}
.download-row a {
  color: #fff;
  background: #10241b;
  border-radius: 9px;
  align-items: center;
  gap: 10px;
  min-width: 155px;
  padding: 8px 13px;
  display: flex;
}
.download-row a > span {
  font-size: 19px;
}
.download-row small {
  font-size: 7px;
  display: grid;
}
.download-row strong {
  font-size: 13px;
}
.admin-section {
  color: #fff;
  background: #071d16;
  padding-block: 104px 80px;
}
.admin-grid {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 70px;
  display: grid;
}
.admin-grid > div:first-child > h2 {
  letter-spacing: -0.05em;
  margin: 13px 0 19px;
  font-family: Manrope, sans-serif;
  font-size: clamp(39px, 4vw, 57px);
  line-height: 1.02;
}
.admin-grid > div:first-child > p {
  color: #ffffff94;
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}
.admin-features {
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 30px;
  display: grid;
}
.admin-features article {
  background: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  display: flex;
}
.admin-features article > span {
  width: 30px;
  height: 30px;
  color: var(--lime);
  background: #c9f05b1f;
  border-radius: 8px;
  flex: none;
  place-items: center;
  display: grid;
}
.admin-features h3 {
  margin: 0 0 2px;
  font-size: 10px;
}
.admin-features p {
  color: #ffffff73;
  margin: 0;
  font-size: 7px;
}
.admin-console {
  color: var(--ink);
  background: #f7f9f8;
  border: 1px solid #ffffff21;
  border-radius: 18px;
  overflow: hidden;
  transform: perspective(1200px) rotateY(3deg);
  box-shadow: 0 35px 90px #0000004d;
}
.console-top {
  background: #fff;
  border-bottom: 1px solid #dfe5e2;
  align-items: center;
  gap: 5px;
  height: 37px;
  padding-inline: 13px;
  font-size: 7px;
  display: flex;
}
.console-top i {
  background: #ff806c;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.console-top i:nth-child(2) {
  background: #f7c34c;
}
.console-top i:nth-child(3) {
  background: #64c884;
}
.console-top span {
  margin-left: 7px;
}
.console-top b {
  color: var(--green);
  background: #e4f6ed;
  border-radius: 4px;
  margin-left: auto;
  padding: 3px 6px;
}
.console-body {
  grid-template-columns: 105px 1fr;
  min-height: 465px;
  display: grid;
}
.console-body aside {
  background: #fff;
  border-right: 1px solid #dde5e0;
  align-content: start;
  gap: 4px;
  padding: 14px 10px;
  display: grid;
}
.console-body aside span {
  color: #6d7973;
  border-radius: 6px;
  padding: 8px;
  font-size: 7px;
}
.console-body aside span.active {
  color: var(--green);
  background: #e6f4ed;
  font-weight: 700;
}
.console-logo {
  margin: 0 0 12px 8px;
}
.console-main {
  padding: 21px;
}
.console-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.console-heading small {
  color: var(--muted);
  font-size: 7px;
}
.console-heading h3 {
  margin: 2px 0 0;
  font-size: 18px;
}
.console-heading button {
  color: var(--green);
  background: #fff;
  border: 1px solid #d9e2dd;
}
.console-metrics {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 19px 0;
  display: grid;
}
.console-metrics article {
  padding: 12px;
}
.console-metrics b {
  font-size: 13px;
}
.large-chart {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 11px;
  padding: 18px;
}
.large-chart > div {
  justify-content: space-between;
  font-size: 9px;
  display: flex;
}
.large-chart small {
  color: var(--muted);
  font-size: 7px;
}
.large-chart svg {
  width: 100%;
  height: 205px;
}
.chart-area {
  fill: url(#chartFill);
}
.chart-line {
  fill: none;
  stroke: var(--green-2);
  stroke-width: 3px;
}
.tech-strip {
  border-top: 1px solid #ffffff1a;
  margin-top: 70px;
  padding-top: 30px;
}
.tech-strip > span {
  color: var(--lime);
  letter-spacing: 0.16em;
  font-size: 9px;
  font-weight: 700;
}
.tech-strip > div {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  display: flex;
}
.tech-strip b {
  color: #ffffffb3;
  border: 1px solid #ffffff1a;
  border-radius: 7px;
  padding: 8px 11px;
  font-size: 8px;
  font-weight: 600;
}
.trust-section {
  background: #f7f9f8;
  padding-block: 72px 90px;
}
.advantages {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 20px;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 25px;
  display: grid;
}
.advantages article {
  border-right: 1px solid var(--line);
  align-items: center;
  gap: 13px;
  display: flex;
}
.advantages article:last-child {
  border: 0;
}
.advantages article > span {
  width: 51px;
  height: 51px;
  color: var(--green);
  background: #eaf6f0;
  border-radius: 15px;
  flex: none;
  place-items: center;
  display: grid;
}
.advantages h3 {
  margin: 0 0 3px;
  font-size: 13px;
}
.advantages p {
  max-width: 210px;
  color: var(--muted);
  margin: 0;
  font-size: 9px;
  line-height: 1.5;
}
.review-grid {
  grid-template-columns: 0.75fr 1fr 1fr;
  gap: 17px;
  margin-top: 75px;
  display: grid;
}
.review-intro h2 {
  letter-spacing: -0.04em;
  margin: 11px 0 22px;
  font-family: Manrope, sans-serif;
  font-size: 34px;
  line-height: 1.12;
}
.score {
  align-items: center;
  gap: 14px;
  display: flex;
}
.score > strong {
  font-family: Manrope, sans-serif;
  font-size: 43px;
}
.score > span {
  color: #e2a22f;
  letter-spacing: 2px;
  display: grid;
}
.score small {
  color: var(--muted);
  letter-spacing: 0;
  font-size: 8px;
}
.review-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 20px;
  padding: 29px;
}
.review-card > div {
  color: #e2a22f;
  justify-content: space-between;
  font-size: 10px;
  display: flex;
}
.review-card > div span {
  color: var(--green);
  font-size: 8px;
}
.review-card blockquote {
  min-height: 82px;
  margin: 25px 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}
.review-card footer {
  align-items: center;
  gap: 10px;
  display: flex;
}
.review-card footer > span {
  width: 34px;
  height: 34px;
  color: var(--green);
  background: #e6f2ec;
  border-radius: 50%;
  place-items: center;
  font-weight: 700;
  display: grid;
}
.review-card footer div {
  font-size: 10px;
  display: grid;
}
.review-card footer small {
  color: var(--muted);
  font-size: 8px;
}
.faq-section {
  padding-block: 91px;
}
.faq-grid {
  grid-template-columns: 0.65fr 1.35fr;
  gap: 80px;
  display: grid;
}
.faq-grid > div:first-child h2 {
  letter-spacing: -0.04em;
  margin: 10px 0 12px;
  font-family: Manrope, sans-serif;
  font-size: 42px;
}
.faq-grid > div:first-child p {
  max-width: 310px;
  color: var(--muted);
  margin: 0 0 22px;
  font-size: 12px;
  line-height: 1.7;
}
.faq-grid > div:first-child a {
  color: var(--green);
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 21px 0;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
  display: flex;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  color: var(--green);
  font-size: 18px;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  max-width: 690px;
  color: var(--muted);
  margin: -6px 0 22px;
  font-size: 12px;
  line-height: 1.7;
}
.newsletter {
  background: var(--green);
  color: #fff;
}
.newsletter-wrap {
  grid-template-columns: 1fr 0.75fr;
  align-items: center;
  gap: 70px;
  min-height: 260px;
  display: grid;
}
.newsletter-wrap > div > span {
  color: var(--lime);
  letter-spacing: 0.16em;
  font-size: 9px;
  font-weight: 700;
}
.newsletter h2 {
  letter-spacing: -0.04em;
  margin: 11px 0 0;
  font-family: Manrope, sans-serif;
  font-size: 37px;
  line-height: 1.08;
}
.newsletter form {
  grid-template-columns: 1fr auto;
  display: grid;
}
.newsletter input {
  min-width: 0;
  height: 51px;
  color: var(--ink);
  background: #fff;
  border: 0;
  border-radius: 11px 0 0 11px;
  outline: 0;
  padding: 0 17px;
}
.newsletter button {
  background: var(--lime);
  color: #153423;
  cursor: pointer;
  border: 0;
  border-radius: 0 11px 11px 0;
  align-items: center;
  gap: 8px;
  padding-inline: 20px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}
.newsletter form small {
  color: #ffffff8c;
  grid-column: 1/-1;
  margin-top: 8px;
  font-size: 8px;
}
.site-footer {
  color: #fff;
  background: #071a13;
  padding-top: 70px;
}
.footer-main {
  grid-template-columns: 1.35fr repeat(3, 0.72fr) 1fr;
  gap: 50px;
  padding-bottom: 55px;
  display: grid;
}
.footer-brand .logo {
  display: inline-flex;
}
.footer-brand p,
.footer-app p {
  color: #ffffff73;
  max-width: 270px;
  margin: 19px 0;
  font-size: 10px;
  line-height: 1.7;
}
.socials {
  gap: 7px;
  display: flex;
}
.socials a {
  color: #ffffffa6;
  border: 1px solid #ffffff24;
  border-radius: 8px;
  place-items: center;
  width: 31px;
  height: 31px;
  font-size: 10px;
  font-weight: 700;
  display: grid;
}
.footer-main h3 {
  margin: 4px 0 17px;
  font-size: 11px;
}
.footer-main > div:not(.footer-brand) > a {
  color: #ffffff78;
  margin-bottom: 10px;
  font-size: 9px;
  display: block;
}
.footer-main > div > a:hover {
  color: #fff;
}
.footer-app > a {
  border: 1px solid #ffffff24;
  border-radius: 8px;
  color: #fffc !important;
  padding: 10px !important;
}
.footer-bottom {
  color: #ffffff61;
  border-top: 1px solid #ffffff17;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 69px;
  font-size: 8px;
  display: flex;
}
.footer-bottom > div {
  gap: 5px;
  display: flex;
}
.footer-bottom b {
  color: #ffffffa6;
  background: #ffffff12;
  border-color: #ffffff1c;
}
.modal-backdrop {
  z-index: 100;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #04120dad;
  place-items: center;
  padding: 24px;
  animation: 0.2s both fadeIn;
  display: grid;
  position: fixed;
  inset: 0;
}
.quick-modal {
  width: min(820px, 100%);
  max-height: calc(100vh - 48px);
  color: var(--ink);
  background: #fff;
  border-radius: 24px;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  padding: 20px;
  animation: 0.26s both modalUp;
  display: grid;
  position: relative;
  overflow: auto;
  box-shadow: 0 30px 90px #00000040;
}
.modal-close {
  z-index: 3;
  cursor: pointer;
  background: #ffffffed;
  border: 0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
  position: absolute;
  top: 13px;
  right: 13px;
}
.modal-image {
  border-radius: 17px;
  min-height: 440px;
  position: relative;
  overflow: hidden;
}
.modal-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.modal-image span {
  color: #fff;
  background: #e55740;
  border-radius: 7px;
  padding: 6px 9px;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 15px;
  left: 15px;
}
.modal-content {
  align-self: center;
}
.modal-content h2 {
  letter-spacing: -0.04em;
  margin: 12px 0;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}
.modal-content > p {
  color: var(--muted);
  margin: 20px 0;
  font-size: 12px;
  line-height: 1.7;
}
.modal-content .button {
  width: 100%;
  margin-top: 22px;
}
.modal-content > a {
  color: var(--green);
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}
.theme-dark {
  --ink: #e9f0ed;
  --muted: #98a8a1;
  --line: #293a33;
  --soft: #111c17;
  --white: #14221c;
  color: var(--ink);
  background: #0c1511;
}
.theme-dark header,
.theme-dark .search-wrap,
.theme-dark .product-card,
.theme-dark .category-row a,
.theme-dark .heading-tabs,
.theme-dark .vendor-card,
.theme-dark .product-page,
.theme-dark .checkout-card,
.theme-dark .advantages,
.theme-dark .review-card,
.theme-dark .mega-menu {
  background: #14221c;
}
.theme-dark .deals-section,
.theme-dark .vendor-section,
.theme-dark .checkout-section,
.theme-dark .trust-section,
.theme-dark .price-history,
.theme-dark .order-summary {
  background: #101b16;
}
.theme-dark .search-wrap input,
.theme-dark .buy-row select,
.theme-dark .buy-now,
.theme-dark .checkout-content input,
.theme-dark .payment-logos b {
  color: var(--ink);
  background: #101b16;
}
.theme-dark .product-body,
.theme-dark .vendor-info,
.theme-dark .tab-content {
  color: var(--ink);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modalUp {
  0% {
    opacity: 0;
    transform: translateY(15px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (width<=1160px) {
  .header-actions button:nth-child(-n + 2) {
    display: none;
  }
  .hero-main {
    padding-left: 42px;
  }
  .category-row {
    grid-template-columns: repeat(5, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-card:nth-child(n + 4) {
    display: none;
  }
}
@media (width<=820px) {
  .shell {
    width: min(100% - 28px, 720px);
  }
  .topbar-inner > div:first-child,
  .topbar-inner a:not(:last-child) {
    display: none;
  }
  .header-main {
    flex-wrap: wrap;
    gap: 12px;
    height: auto;
    padding-block: 13px;
  }
  .logo {
    order: 1;
  }
  .header-actions {
    order: 2;
    margin-left: auto;
  }
  .search-wrap {
    flex-basis: 100%;
    order: 3;
  }
  .search-category {
    display: none;
  }
  .search-wrap {
    grid-template-columns: 1fr 50px;
  }
  .category-nav {
    gap: 23px;
    overflow-x: auto;
  }
  .all-categories {
    padding-inline: 16px;
  }
  .nav-seller {
    margin-left: 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-main {
    min-height: 430px;
  }
  .hero-side {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}
@media (width<=580px) {
  .shell {
    width: min(100% - 22px, 520px);
  }
  .topbar {
    display: none;
  }
  header {
    position: static;
  }
  .header-main {
    padding-bottom: 10px;
  }
  .logo {
    font-size: 19px;
  }
  .logo-mark {
    width: 34px;
    height: 34px;
  }
  .header-actions button {
    min-width: 40px;
  }
  .header-actions button:not(.cart-button):not(:last-child),
  .header-actions small,
  .nav-border {
    display: none;
  }
  .hero-grid {
    padding-top: 12px;
  }
  .hero-main {
    grid-template-columns: 1fr;
    min-height: 554px;
    padding: 42px 25px 0;
  }
  .hero-copy {
    align-self: start;
  }
  .hero-copy h1 {
    font-size: 45px;
  }
  .hero-product {
    min-height: 225px;
  }
  .hero-product img {
    width: calc(100% + 20px);
    height: 190px;
    top: 10px;
    right: -22px;
  }
  .product-halo {
    width: 220px;
    height: 220px;
    top: 0;
    left: 15%;
  }
  .floating-price {
    width: 85px;
    height: 85px;
    bottom: 13px;
    right: 0;
  }
  .hero-trust {
    display: none;
  }
  .hero-side {
    grid-template-columns: 1fr;
  }
  .side-banner {
    min-height: 190px;
  }
  .category-section {
    padding-block: 37px;
  }
  .section-heading {
    flex-direction: column;
    align-items: start;
  }
  .section-heading.compact {
    flex-direction: row;
    align-items: end;
  }
  .category-row {
    scroll-snap-type: x mandatory;
    grid-template-columns: repeat(5, 92px);
    padding-bottom: 10px;
    overflow-x: auto;
  }
  .category-row a {
    scroll-snap-align: start;
  }
  .heading-tabs {
    width: 100%;
    overflow-x: auto;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .product-card:nth-child(n + 4) {
    display: block;
  }
  .product-card:nth-child(5) {
    display: none;
  }
  .product-media {
    height: 170px;
  }
  .product-body {
    padding: 13px;
  }
  .product-body h3 {
    font-size: 12px;
  }
  .price-row strong {
    font-size: 14px;
  }
  .price-row button {
    width: 34px;
    height: 34px;
  }
}
@media (width<=1160px) {
  .mega-grid {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 22px;
  }
  .flash-wrap {
    grid-template-columns: 1fr;
  }
  .flash-copy {
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    gap: 10px 35px;
    display: grid;
  }
  .flash-copy .flash-label {
    justify-self: start;
  }
  .flash-copy h2 {
    grid-row: 2/5;
  }
  .collection-grid {
    grid-template-columns: 1.2fr 1fr;
  }
  .collection-card:last-child {
    display: none;
  }
  .vendor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .seller-intro,
  .admin-grid {
    grid-template-columns: 1fr;
  }
  .seller-copy,
  .admin-grid > div:first-child {
    max-width: 720px;
  }
  .dashboard-window,
  .admin-console {
    transform: none;
  }
  .checkout-grid {
    grid-template-columns: 1fr;
  }
  .checkout-copy {
    max-width: 680px;
  }
  .app-wrap {
    gap: 40px;
  }
  .phone-back {
    left: 0;
  }
  .phone-front {
    right: 0;
  }
  .footer-main {
    grid-template-columns: 1.4fr repeat(3, 1fr);
  }
  .footer-app {
    grid-column: 1/-1;
  }
}
@media (width<=820px) {
  .mega-menu {
    display: none;
  }
  .flash-products {
    scroll-snap-type: x mandatory;
    grid-template-columns: repeat(3, 260px);
    padding-bottom: 12px;
    overflow-x: auto;
  }
  .flash-products article {
    scroll-snap-align: start;
  }
  .collection-grid {
    grid-template-columns: 1fr 1fr;
  }
  .collection-card {
    min-height: 330px;
  }
  .main-collection {
    grid-column: 1/-1;
  }
  .vendor-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-page {
    grid-template-columns: 1fr;
  }
  .gallery-main {
    min-height: 460px;
  }
  .product-tabs {
    grid-column: 1;
  }
  .tabs-nav {
    white-space: nowrap;
    overflow-x: auto;
  }
  .seller-section,
  .admin-section {
    padding-block: 78px;
  }
  .dashboard-window {
    overflow-x: auto;
  }
  .dashboard-body {
    min-width: 710px;
  }
  .checkout-content {
    grid-template-columns: 1fr;
  }
  .order-summary {
    margin-top: 10px;
  }
  .app-wrap {
    grid-template-columns: 1fr;
  }
  .phone-stack {
    order: 2;
    width: min(580px, 100%);
    margin-inline: auto;
  }
  .app-copy {
    max-width: 680px;
  }
  .admin-console {
    overflow-x: auto;
  }
  .console-body {
    min-width: 650px;
  }
  .advantages {
    grid-template-columns: 1fr 1fr;
  }
  .advantages article:nth-child(2) {
    border: 0;
  }
  .review-grid {
    grid-template-columns: 1fr 1fr;
  }
  .review-intro {
    grid-column: 1/-1;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .newsletter-wrap {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 48px;
  }
  .footer-main {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
  .footer-main > div:nth-child(4) {
    grid-column: 2;
  }
  .footer-app {
    grid-column: 3;
  }
}
@media (width<=580px) {
  .flash-section {
    padding-block: 55px;
  }
  .flash-copy {
    display: block;
  }
  .flash-copy h2 {
    margin-top: 17px;
  }
  .flash-copy > p {
    margin-bottom: 22px;
  }
  .countdown {
    margin-block: 18px 23px;
  }
  .flash-products {
    grid-template-columns: repeat(3, 235px);
  }
  .flash-image {
    height: 210px;
  }
  .collections-section,
  .vendor-section,
  .product-spotlight,
  .checkout-section,
  .faq-section {
    padding-block: 58px;
  }
  .collection-grid {
    display: block;
  }
  .collection-card {
    min-height: 330px;
    margin-bottom: 12px;
  }
  .main-collection h3 {
    font-size: 28px;
  }
  .vendor-grid {
    grid-template-columns: 1fr;
  }
  .vendor-card:nth-child(n + 4) {
    display: none;
  }
  .product-page {
    border-radius: 21px;
    gap: 28px;
    padding: 13px;
  }
  .gallery {
    display: block;
  }
  .thumbnails {
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 10px;
  }
  .thumbnails button {
    height: 55px;
  }
  .gallery-main {
    min-height: 380px;
  }
  .detail-rating {
    flex-wrap: wrap;
  }
  .detail-price strong {
    font-size: 29px;
  }
  .buy-row {
    grid-template-columns: 55px 1fr;
  }
  .buy-now {
    grid-column: 1/-1;
    min-height: 45px;
  }
  .detail-assurances {
    grid-template-columns: 1fr;
  }
  .tab-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .seller-intro {
    gap: 40px;
  }
  .dashboard-window {
    margin-right: -11px;
  }
  .seller-copy h2,
  .admin-grid > div:first-child > h2 {
    font-size: 42px;
  }
  .checkout-card {
    border-radius: 18px;
    overflow: visible;
  }
  .checkout-progress {
    padding-inline: 14px;
  }
  .checkout-progress > b {
    width: 20px;
    margin-inline: 5px;
  }
  .checkout-progress span {
    font-size: 7px;
  }
  .checkout-content {
    padding: 16px;
  }
  .app-section {
    padding-block: 70px 55px;
  }
  .app-copy h2 {
    font-size: 44px;
  }
  .phone-stack {
    min-height: 460px;
  }
  .phone {
    border-radius: 35px;
    width: 205px;
    height: 420px;
  }
  .phone-back {
    left: -20px;
  }
  .phone-front {
    right: -20px;
  }
  .phone-back img,
  .product-phone img {
    height: 220px;
  }
  .download-row > img {
    width: 80px;
    height: 80px;
  }
  .download-row a {
    min-width: 145px;
  }
  .admin-features {
    grid-template-columns: 1fr;
  }
  .admin-console {
    margin-right: -11px;
  }
  .tech-strip {
    margin-top: 48px;
  }
  .advantages {
    grid-template-columns: 1fr;
  }
  .advantages article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 15px;
  }
  .review-grid {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }
  .review-intro {
    grid-column: 1;
  }
  .newsletter h2 {
    font-size: 31px;
  }
  .newsletter form {
    grid-template-columns: 1fr;
  }
  .newsletter input,
  .newsletter button {
    border-radius: 10px;
  }
  .newsletter button {
    justify-content: center;
    min-height: 47px;
    margin-top: 8px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 35px 22px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-main > div:nth-child(4) {
    grid-column: auto;
  }
  .footer-app {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-wrap: wrap;
    padding-block: 20px;
  }
  .footer-bottom > div {
    order: 3;
    width: 100%;
    overflow-x: auto;
  }
  .quick-modal {
    grid-template-columns: 1fr;
  }
  .modal-image {
    min-height: 270px;
  }
  .modal-content h2 {
    font-size: 25px;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
  }
}
