body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.elessi-clone {
  background: #fff;
  color: #2a2a2a;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.elessi-clone__wrap {
  width: min(1270px, calc(100% - 42px));
  margin: 0 auto;
}

.elessi-clone__topline {
  min-height: 34px;
  border-bottom: 1px solid #ececec;
  font-size: 12px;
  color: #8b8b8b;
  background: #fff;
}

.elessi-clone__topline .elessi-clone__wrap,
.elessi-clone__header-main,
.elessi-clone__nav-row,
.elessi-clone__footer-top,
.elessi-clone__footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.elessi-clone__topline .elessi-clone__wrap {
  min-height: 34px;
}

.elessi-clone__topline a,
.elessi-clone__logo,
.elessi-clone__nav-row a,
.elessi-clone__side-copy a,
.elessi-clone__hero-copy a,
.elessi-clone__sale-tile a,
.elessi-clone__footer-bottom a,
.elessi-clone__footer-links a {
  text-decoration: none;
}

.elessi-clone__topline-right,
.elessi-clone__socials,
.elessi-clone__icons,
.elessi-clone__tabs,
.elessi-clone__footer-bottom div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.elessi-clone__topline a {
  color: #7d7d7d;
}

.elessi-clone__header-main {
  min-height: 70px;
}

.elessi-clone__socials,
.elessi-clone__icons {
  width: 180px;
  color: #7d7d7d;
  font-size: 14px;
}

.elessi-clone__icons {
  justify-content: flex-end;
}

.elessi-clone__logo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  font-weight: 700;
  color: #2d2d2d;
  letter-spacing: -0.03em;
}

.elessi-clone__nav {
  background: #0e67c8;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.06);
}

.elessi-clone__nav-row {
  min-height: 40px;
  justify-content: center;
  gap: 24px;
}

.elessi-clone__nav-row a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.elessi-clone__main {
  padding-bottom: 40px;
}

.elessi-clone__hero {
  padding-top: 12px;
}

.elessi-clone__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.28fr) 248px;
  gap: 12px;
}

.elessi-clone__hero-main,
.elessi-clone__side-card,
.elessi-clone__sidebar-box,
.elessi-clone__mid-banner,
.elessi-clone__sale-tile,
.elessi-clone__news-card {
  border: 1px solid #efefef;
  background: #fff;
}

.elessi-clone__hero-main {
  min-height: 378px;
  display: grid;
  grid-template-columns: 258px minmax(0, 1fr);
  align-items: center;
  padding: 18px 14px 28px 18px;
  background:
    linear-gradient(135deg, rgba(251, 251, 251, 0.98), rgba(255, 255, 255, 0.99)),
    #fff;
  position: relative;
  overflow: hidden;
}

.elessi-clone__hero-copy h2,
.elessi-clone__hero-copy h3,
.elessi-clone__section-head h2,
.elessi-clone__sale-tile h3,
.elessi-clone__footer-brand h2 {
  font-family: Georgia, "Times New Roman", serif;
}

.elessi-clone__hero-copy h2 {
  margin: 0;
  font-size: 3.05rem;
  line-height: 0.95;
  font-weight: 500;
}

.elessi-clone__hero-copy h3 {
  margin: 0;
  font-size: 3.15rem;
  line-height: 0.98;
  font-weight: 300;
}

.elessi-clone__hero-copy p {
  margin: 16px 0 0;
  font-size: 15px;
  color: #555;
}

.elessi-clone__hero-copy strong {
  display: block;
  margin-top: 16px;
  color: #0e67c8;
  font-size: 1.96rem;
}

.elessi-clone__hero-copy a,
.elessi-clone__side-copy a,
.elessi-clone__sale-tile a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  min-height: 34px;
  margin-top: 16px;
  background: #0e67c8;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
}

.elessi-clone__hero-image {
  height: 318px;
}

.elessi-clone__hero-image img,
.elessi-clone__side-card img,
.elessi-clone__flash-card img,
.elessi-clone__product-media img,
.elessi-clone__mid-banner img,
.elessi-clone__news-card img,
.elessi-clone__recommend-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.elessi-clone__hero-side {
  display: grid;
  gap: 12px;
}

.elessi-clone__side-card {
  min-height: 183px;
  position: relative;
  overflow: hidden;
  padding: 14px;
}

.elessi-clone__side-card img {
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 52%;
  height: 84%;
}

.elessi-clone__side-copy {
  position: relative;
  z-index: 1;
  max-width: 54%;
}

.elessi-clone__side-copy span {
  font-size: 12px;
  color: #555;
}

.elessi-clone__side-copy h3 {
  margin: 2px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.72rem;
  line-height: 0.98;
  font-weight: 500;
}

.elessi-clone__side-copy p {
  margin: 3px 0 0;
  color: #666;
  font-size: 13px;
}

.elessi-clone__side-copy strong {
  display: block;
  margin-top: 8px;
  color: #0e67c8;
  font-size: 1.56rem;
}

.elessi-clone__hero-dots {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.elessi-clone__hero-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c6d4e8;
}

.elessi-clone__hero-dots .is-active {
  width: 20px;
  border-radius: 999px;
  background: #0e67c8;
}

.elessi-clone__content {
  padding-top: 28px;
}

.elessi-clone__content-grid {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.elessi-clone__sidebar {
  display: grid;
  gap: 18px;
}

.elessi-clone__sidebar-box h3 {
  margin: 0;
  padding: 11px 13px;
  background: #0e67c8;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.elessi-clone__category-list,
.elessi-clone__mini-products {
  list-style: none;
  padding: 10px 12px 8px;
  margin: 0;
}

.elessi-clone__category-list li + li {
  border-top: 1px solid #f2f2f2;
}

.elessi-clone__category-list a {
  display: block;
  padding: 7px 0;
  color: #565656;
  text-decoration: none;
  font-size: 12px;
}

.elessi-clone__flash-card {
  padding: 12px;
  text-align: center;
}

.elessi-clone__flash-card img {
  height: 132px;
}

.elessi-clone__flash-price,
.elessi-clone__mini-product p,
.elessi-clone__prices,
.elessi-clone__recommend-card p {
  color: #2f2f2f;
}

.elessi-clone__flash-price {
  margin: 10px 0 0;
}

.elessi-clone__flash-price del,
.elessi-clone__prices del {
  color: #9c9c9c;
  margin-right: 6px;
}

.elessi-clone__flash-card h4,
.elessi-clone__mini-product h4,
.elessi-clone__product-copy h3,
.elessi-clone__recommend-card h3,
.elessi-clone__news-card h3 {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.3;
}

.elessi-clone__flash-timer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 12px;
}

.elessi-clone__flash-timer span {
  display: grid;
  place-items: center;
  min-height: 32px;
  background: #f8f8f8;
  font-size: 12px;
  font-weight: 700;
}

.elessi-clone__flash-card small {
  display: block;
  margin-top: 12px;
  color: #666;
}

.elessi-clone__mini-products {
  display: grid;
  gap: 12px;
}

.elessi-clone__mini-product {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.elessi-clone__mini-product img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.elessi-clone__mini-product p {
  margin: 4px 0 0;
  font-size: 12px;
}

.elessi-clone__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.elessi-clone__section-head h2 {
  margin: 0;
  font-size: 2.18rem;
  font-weight: 500;
}

.elessi-clone__section-head p {
  margin: 4px 0 0;
  color: #9b9b9b;
  font-size: 13px;
}

.elessi-clone__tabs {
  color: #999;
  font-size: 12px;
  gap: 18px;
}

.elessi-clone__tabs .is-active {
  color: #2d2d2d;
  text-decoration: underline;
  text-underline-offset: 6px;
}

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

.elessi-clone__product-card {
  position: relative;
  padding-bottom: 8px;
}

.elessi-clone__product-media {
  position: relative;
  height: 168px;
  display: grid;
  place-items: center;
}

.elessi-clone__badge {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  padding: 4px 8px;
  border-radius: 999px;
  background: #79b646;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.elessi-clone__product-copy p {
  margin: 6px 0 0;
  color: #a0a0a0;
  font-size: 10px;
  text-transform: uppercase;
}

.elessi-clone__product-copy h3 {
  font-size: 12px;
  font-weight: 600;
  min-height: 2.6em;
}

.elessi-clone__prices {
  margin-top: 6px;
  font-size: 13px;
}

.elessi-clone__prices strong {
  font-weight: 700;
}

.elessi-clone__product-meta-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  color: #8d8d8d;
  font-size: 11px;
}

.elessi-clone__mid-banner {
  margin-top: 24px;
  min-height: 92px;
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
}

.elessi-clone__mid-banner-copy {
  padding-left: 24px;
}

.elessi-clone__mid-banner-copy span {
  color: #999;
  font-size: 12px;
}

.elessi-clone__mid-banner-copy h3 {
  margin: 6px 0 0;
  font-size: 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.elessi-clone__recommendation,
.elessi-clone__news {
  margin-top: 30px;
}

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

.elessi-clone__recommend-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.elessi-clone__recommend-card img {
  width: 38px;
  height: 38px;
}

.elessi-clone__recommend-card p {
  margin: 4px 0 0;
  font-size: 12px;
}

.elessi-clone__recommend-card h3 {
  font-size: 12px;
  min-height: 2.2em;
}

.elessi-clone__recommend-card small {
  display: block;
  margin-top: 5px;
  color: #f4a321;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.elessi-clone__news-grid {
  display: grid;
  grid-template-columns: 160px repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.elessi-clone__sale-tile {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 260px;
  background:
    linear-gradient(135deg, #fafafa 0%, #ffffff 48%, #f1f1f1 100%);
  text-align: center;
}

.elessi-clone__sale-tile span,
.elessi-clone__sale-tile strong {
  text-transform: uppercase;
}

.elessi-clone__sale-tile span {
  font-size: 11px;
  color: #aeaeae;
}

.elessi-clone__sale-tile h3 {
  margin: 10px 0 0;
  font-size: 2.1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.elessi-clone__sale-tile strong {
  margin-top: 6px;
  font-size: 1.72rem;
  color: #4c4c4c;
}

.elessi-clone__news-card img {
  height: 180px;
  object-fit: cover;
}

.elessi-clone__news-card h3,
.elessi-clone__news-card p {
  padding: 0 6px;
}

.elessi-clone__news-card h3 {
  font-size: 12px;
  min-height: 2.5em;
}

.elessi-clone__news-card p {
  margin: 6px 0 0;
  color: #707070;
  font-size: 11px;
  line-height: 1.45;
}

.elessi-clone__news-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px 6px 0;
  color: #a3a3a3;
  font-size: 10px;
}

.elessi-clone__footer {
  margin-top: 46px;
  border-top: 1px solid #efefef;
  background: #fff;
  padding: 22px 0 18px;
}

.elessi-clone__footer-top {
  align-items: start;
}

.elessi-clone__footer-brand h2 {
  margin: 0 0 12px;
  font-size: 2.2rem;
  font-weight: 700;
}

.elessi-clone__footer-brand p,
.elessi-clone__footer-links a,
.elessi-clone__footer-bottom a,
.elessi-clone__footer-bottom p {
  color: #6a6a6a;
  font-size: 12px;
}

.elessi-clone__footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  min-width: 300px;
}

.elessi-clone__footer-links div {
  display: grid;
  gap: 10px;
}

.elessi-clone__footer-newsletter {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 8px;
  width: 330px;
}

.elessi-clone__footer-newsletter input {
  min-height: 34px;
  border: 1px solid #e6e6e6;
  padding: 0 12px;
  font: inherit;
}

.elessi-clone__footer-newsletter button {
  min-width: 90px;
  border: 0;
  background: #0e67c8;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.elessi-clone__footer-bottom {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid #efefef;
}

@media (max-width: 1180px) {
  .elessi-clone__hero-grid,
  .elessi-clone__content-grid,
  .elessi-clone__product-grid,
  .elessi-clone__recommend-grid,
  .elessi-clone__news-grid {
    grid-template-columns: 1fr;
  }

  .elessi-clone__hero-main,
  .elessi-clone__mid-banner,
  .elessi-clone__footer-top {
    grid-template-columns: 1fr;
  }

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

  .elessi-clone__side-copy {
    max-width: 60%;
  }
}

@media (max-width: 820px) {
  .elessi-clone__header-main,
  .elessi-clone__footer-top,
  .elessi-clone__footer-bottom,
  .elessi-clone__topline .elessi-clone__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .elessi-clone__socials,
  .elessi-clone__icons,
  .elessi-clone__footer-newsletter {
    width: 100%;
  }

  .elessi-clone__nav-row {
    flex-wrap: wrap;
    gap: 14px;
    padding: 8px 0;
  }

  .elessi-clone__sidebar {
    grid-template-columns: 1fr;
  }

  .elessi-clone__product-grid,
  .elessi-clone__recommend-grid {
    gap: 18px;
  }
}

body.menu-open {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

.app {
  min-height: 100vh;
  background: #f3f3f3;
}

:root {
  --header-bg: #f2f2f2;
  --line: #dddddd;
  --text: #0f172a;
  --muted: #4b5563;
  --green: #1b9a2d;
  --pink: #cf2a93;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  overflow-x: clip;
}

.top-strip {
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  gap: 20px;
  font-size: 16px;
}

.top-strip__left {
  color: #4f6578;
  font-weight: 600;
  font-size: 1em;
}

.top-strip__right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1em;
  color: var(--text);
}

.top-strip__right a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.top-strip__right a:first-child {
  color: var(--green);
}

.main-nav {
  min-height: 62px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 0 5%;
  column-gap: 20px;
}

.brand {
  min-width: 130px;
  line-height: 1;
  color: inherit;
  text-decoration: none;
}

.brand__title {
  font-size: 1.8rem;
  letter-spacing: 3px;
  font-weight: 500;
}

.brand__sub {
  font-size: 0.62rem;
  letter-spacing: 3px;
  font-weight: 600;
  margin-top: 2px;
}

.menu-toggle {
  display: none;
}

.icon-btn {
  display: none;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.icon-btn svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #222;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.main-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0 8px;
}

.main-links a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.main-links a:hover {
  color: #111;
}

.mobile-drawer {
  display: none;
}

.tag-link {
  border: 1px solid currentColor;
  border-radius: 6px;
  padding: 5px 14px;
}

.tag-link--new {
  color: var(--green);
  background: #edf8ef;
}

.tag-link--sale {
  color: var(--pink);
  background: #fff1fb;
}

.actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.search-btn {
  height: 40px;
  min-width: 165px;
  border: 0;
  border-radius: 24px;
  background: #efefef;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  font-size: 1rem;
  cursor: pointer;
}

.search-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #4b5563;
  stroke-width: 2;
  stroke-linecap: round;
}

.cart-btn {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.cart-btn svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #111827;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.info-strip {
  min-height: 39px;
  padding: 0 5%;
  margin-top: 5px;
  background: #ffffff;
  border-top: 1px solid #e3e3e3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 9px;
  align-items: center;
}

.info-strip__item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-size: 0.82rem;
  font-weight: 500;
  min-width: 0;
}

.info-strip__item svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #111827;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.info-strip__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-strip__mobile-text,
.category-showcase--mobile,
.promo-grid--mobile {
  display: none;
}

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

.shop-page {
  padding: 36px 5% 48px;
  background:
    radial-gradient(circle at top left, rgba(255, 231, 214, 0.9), transparent 28%),
    linear-gradient(180deg, #fffef9 0%, #f2f4f7 100%);
}

.shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

.shop-hero__content,
.shop-hero__panel,
.shop-filters__card,
.shop-card,
.shop-toolbar,
.shop-listing__header {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.shop-hero__content {
  padding: 38px;
}

.shop-hero__eyebrow {
  display: inline-flex;
  padding: 7px 14px;
  border-radius: 999px;
  background: #edf8ef;
  color: #1b9a2d;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-hero__content h1 {
  margin: 18px 0 14px;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.05;
  max-width: 11ch;
}

.shop-hero__content p {
  margin: 0;
  max-width: 58ch;
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.7;
}

.shop-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.shop-hero__actions a {
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
}

.shop-hero__primary {
  background: #111827;
  color: #ffffff;
}

.shop-hero__secondary {
  background: #ffffff;
  color: #111827;
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.shop-hero__panel {
  padding: 22px;
  display: grid;
  gap: 14px;
}

.shop-hero__stat {
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff8ef 0%, #f4f7fb 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.shop-hero__stat strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.shop-hero__stat span {
  color: #475569;
  font-weight: 600;
}

.shop-toolbar {
  margin-top: 24px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.shop-toolbar__search input,
.shop-listing__header select {
  width: 100%;
  min-height: 50px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #f8fafc;
  padding: 0 16px;
  font-size: 0.98rem;
  color: #0f172a;
}

.shop-toolbar__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.shop-toolbar__chips button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  background: #eef2f7;
  color: #1e293b;
  font-weight: 700;
  cursor: pointer;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(220px, 290px) minmax(0, 1fr);
  gap: 24px;
  margin-top: 24px;
  align-items: start;
}

.shop-filters__card {
  padding: 24px;
  position: sticky;
  top: 152px;
}

.shop-filters__card h2,
.shop-listing__header h2 {
  margin: 0;
  font-size: 1.5rem;
}

.shop-filters__group + .shop-filters__group {
  margin-top: 22px;
}

.shop-filters__group h3 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
}

.shop-filters__group label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #334155;
  font-weight: 600;
}

.shop-listing {
  min-width: 0;
}

.shop-listing__header {
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.shop-listing__count {
  display: inline-block;
  margin-bottom: 8px;
  color: #1b9a2d;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.shop-listing__header select {
  max-width: 220px;
}

.shop-listing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.shop-card {
  padding: 16px;
}

.shop-card__image-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #f8fafc 0%, #eff3f8 100%);
  aspect-ratio: 1 / 1;
}

.shop-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shop-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.86);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 700;
}

.shop-card__content {
  padding-top: 16px;
}

.shop-card__content p {
  margin: 0 0 6px;
  color: #64748b;
  font-size: 0.92rem;
}

.shop-card__content h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.35;
}

.shop-card__meta,
.shop-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.shop-card__meta {
  margin-top: 14px;
  color: #475569;
  font-size: 0.9rem;
  font-weight: 700;
}

.shop-card__footer {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.shop-card__footer a {
  color: #1b9a2d;
  text-decoration: none;
  font-weight: 700;
}

.shop-card__footer button {
  border: 0;
  border-radius: 999px;
  padding: 11px 16px;
  background: #111827;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }

  .shop-filters__card {
    position: static;
  }

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

@media (max-width: 820px) {
  .shop-page {
    padding: 18px 10px 28px;
  }

  .shop-hero,
  .shop-toolbar {
    grid-template-columns: 1fr;
  }

  .shop-hero__content,
  .shop-hero__panel,
  .shop-toolbar,
  .shop-filters__card,
  .shop-listing__header,
  .shop-card {
    border-radius: 18px;
  }

  .shop-hero__content {
    padding: 24px;
  }

  .shop-toolbar__chips {
    justify-content: flex-start;
  }

  .shop-listing__header {
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
  }

  .shop-listing__header select {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .shop-listing__grid {
    grid-template-columns: 1fr;
  }

  .shop-card__footer,
  .shop-card__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-card__footer button {
    width: 100%;
  }
}

.category-showcase {
  width: 100%;
  margin: 14px 0 0;
  padding: 0 5% 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.category-card {
  color: #0f172a;
}

.category-card__visual {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 320px;
  border: 1px solid #d2d6db;
  box-shadow: 0 2px 6px rgb(15 23 42 / 8%);
}

.category-card__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 15%, rgb(255 255 255 / 28%) 0 14%, transparent 30%),
    radial-gradient(circle at 80% 82%, rgb(255 255 255 / 20%) 0 15%, transparent 35%),
    radial-gradient(circle at 58% 34%, rgb(255 255 255 / 16%) 0 12%, transparent 34%);
}

.category-card__visual--video::before,
.category-card__visual--image::before {
  display: none;
}

.category-card__video,
.category-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.category-card__visual--food {
  background: linear-gradient(130deg, #2ca42d, #3cb639 45%, #2f9f31);
}

.category-card__visual--saint {
  background: linear-gradient(130deg, #dff04f, #d8ee5f 46%, #e4fa73);
}

.category-card__visual--pixl {
  background: linear-gradient(130deg, #b794f8, #c89df9 48%, #b795f1);
}

.category-card__visual--pablo {
  background: linear-gradient(130deg, #ececec, #e0e0e0 48%, #f2f2f2);
}

.category-card__visual--nordic {
  background: linear-gradient(130deg, #d7edf9, #d7edf9 48%, #cbe6f6);
}

.category-card__badge {
  position: absolute;
  left: 0;
  right: 42%;
  bottom: 0;
  height: 29px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
  overflow: visible;
  z-index: 2;
}

.category-card__badge::before {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  width: 16px;
  height: 29px;
  background: #fff;
  transform: skewX(28deg);
  transform-origin: bottom left;
  z-index: 1;
}

.category-card__badge::after {
  content: "";
  position: absolute;
  top: 0;
  right: -23px;
  width: 24px;
  height: 30px;
  background: #35ac34;
  transform: skewX(28deg);
  transform-origin: bottom left;
  z-index: 2;
}

.category-card h3 {
  margin: 6px 10px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.08;
}

.category-card p {
  margin: 2px 10px 0;
  font-size: 15px;
  color: #0b1e34;
  line-height: 1.18;
}

.shop-showcase-page {
  padding-top: 10px;
}

.promo-brand {
  background: #ffffff;
  width: 100%;
  margin: 18px 0 28px;
  border: 1px solid #e4e4e4;
  padding: 16px 5%;
  box-shadow: 0 6px 20px rgb(15 23 42 / 6%);
}

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

.promo-card {
  position: relative;
  aspect-ratio: 500 / 190;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  background: #ffffff;
}

.promo-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.brand-card {
  min-height: 132px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 5px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.brand-card:hover,
.shop-category__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgb(15 23 42 / 10%);
}

.brand-card__logo {
  width: calc(94% + 10px);
  max-width: none;
  height: 88px;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}

.brand-card__name {
  font-size: 0.8rem;
  font-weight: 700;
  color: #4c5f73;
}

.shop-category {
  width: 100%;
  padding: 0 5% 30px;
}

.shop-category h2,
.top-sellers__title {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
}

.shop-category__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.shop-category__card {
  background: #f7f7f7;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  min-height: 242px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  box-shadow: 0 2px 8px rgb(15 23 42 / 6%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.shop-category__image-wrap {
  width: 100%;
  height: 170px;
  display: grid;
  place-items: center;
}

.shop-category__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.shop-category__card h3 {
  margin: 0;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: #223449;
}

.shop-categories-only {
  background: #efefef;
}

.shop-categories-only__main {
  width: min(1700px, 100%);
  margin: 0 auto;
  padding: 28px 0 34px;
}

.shop-categories-only .shop-category {
  padding: 0 26px 18px;
}

.shop-categories-only .shop-category h2 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  color: #0d2035;
  text-transform: none;
}

.shop-categories-only .shop-category__grid {
  gap: 22px;
}

.shop-categories-only .shop-category__card {
  min-height: 286px;
  padding: 14px 12px 16px;
  background: #f2f2f2;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgb(15 23 42 / 8%);
}

.shop-categories-only .shop-category__card:hover {
  transform: none;
  box-shadow: 0 1px 3px rgb(15 23 42 / 8%);
}

.shop-categories-only .shop-category__image-wrap {
  height: 214px;
}

.shop-categories-only .shop-category__card h3 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #22364b;
}

.top-sellers {
  background: #ffffff;
  margin: 0;
  padding: 20px 15% 20px 5%;
}

.top-sellers__grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}

.top-sellers__card {
  background: #ffffff;
  border: 1px solid #cbced2;
  border-radius: 3px;
  min-height: 295px;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(((100% - 48px) / 5) - 2%);
  max-width: calc(((100% - 48px) / 5) - 2%);
}

.top-sellers__image-wrap {
  position: relative;
  height: 185px;
  overflow: hidden;
}

.top-sellers__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-sellers__new {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 2;
  background: #13223b;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  padding: 4px 9px 5px 7px;
}

.top-sellers__new::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 15px;
  height: 100%;
  background: #31ad42;
  clip-path: polygon(0 0, 100% 0, 70% 50%, 100% 100%, 0 100%);
}

.top-sellers__mg {
  position: absolute;
  left: 6px;
  bottom: 5px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #f8f9fa;
  border: 1px solid #c3c7cc;
  color: #111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-sellers__mg span {
  font-size: 17px;
  font-weight: 700;
  line-height: 0.92;
}

.top-sellers__mg small {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.top-sellers__content {
  padding: 0 9px 7px;
}

.top-sellers__content h3 {
  margin: 0;
  color: #0f2337;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.08;
}

.top-sellers__content p {
  margin: 4px 0 0;
  color: #334557;
  font-size: 12px;
  line-height: 1.24;
}

.top-sellers__footer {
  margin-top: auto;
  border-top: 1px solid #dbdfe3;
  padding: 6px 6px 6px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.top-sellers__footer a {
  color: #1ca238;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.top-sellers__add-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #c7cbd0;
  background: transparent;
  color: #c2c7cd;
  font-size: 22px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.top-sellers__add-btn:hover {
  border-color: #adb4bc;
  color: #96a0ab;
}

.top-sellers--shop {
  background: transparent;
  margin-top: 2px;
}

.top-sellers--shop-latest {
  margin-top: 34px;
}

.service-highlights {
  width: 100%;
  padding: 10px 5% 17px;
}

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

.service-highlights__card {
  position: relative;
  overflow: hidden;
  min-height: 133px;
  border: 1px solid #d5d9de;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgb(15 23 42 / 12%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px;
  align-items: center;
  padding: 9px 14px;
  gap: 12px;
}

.service-highlights__content h3 {
  margin: 0;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.14;
}

.service-highlights__content p {
  margin: 6px 0 0;
  color: #111827;
  font-size: 14px;
  line-height: 1.35;
}

.service-highlights__visual {
  align-self: stretch;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.wholesale-info {
  background: #ffffff;
  margin: 8px 0 24px;
  padding: 38px 5% 28px;
  border-top: 1px solid #e7e7e7;
}

.wholesale-info__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: start;
}

.wholesale-info__intro-left {
  display: flex;
  align-items: center;
  gap: 26px;
}

.wholesale-info__arrow {
  width: 78px;
  height: 106px;
  background: #36b53f;
  clip-path: polygon(0 0, 52% 0, 100% 50%, 52% 100%, 0 100%, 44% 50%);
  flex: 0 0 auto;
}

.wholesale-info__intro h2 {
  margin: 0;
  color: #171c24;
  font-size: 35px;
  line-height: 1.1;
  font-weight: 700;
}

.wholesale-info__intro p {
  margin: 8px 0 0;
  padding-right: 10%;
  color: #0f1f33;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 700;
}

.wholesale-info__divider {
  border: 0;
  border-top: 1px solid #c8ced4;
  margin: 30px 0 26px;
}

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

.wholesale-info__col h3 {
  margin: 0 0 2px;
  color: #2f343c;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}

.wholesale-info__col p {
  margin: 0 0 20px;
  color: #2f343c;
  font-size: 15px;
  line-height: 1.31;
  font-weight: 400;
}

.site-footer {
  margin-top: 10px;
  background: #f4f5f7;
  border-top: 1px solid #ccd1d7;
}

.site-footer__main {
  padding: 34px 5% 30px;
}

.site-footer__quick-grid,
.site-footer__link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  text-align: center;
}

.site-footer__quick-item a {
  color: #111b2a;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.site-footer__quick-item p {
  margin: 6px 0 0;
  color: #1f2a39;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.site-footer__divider {
  margin: 38px 0;
  border: 0;
  border-top: 1px solid #c8ced6;
}

.site-footer__link-col h3 {
  margin: 0 0 8px;
  color: #0f1f33;
  font-size: 22px;
  font-weight: 700;
}

.site-footer__link-col a {
  display: block;
  margin: 10px 0 0;
  color: #0f1f33;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.35;
}

.site-footer__contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #0f1f33;
  font-size: 16px;
}

.site-footer__facebook {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: #1e2530;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  padding-bottom: 1px;
}

.site-footer__bottom {
  background: #666f79;
  padding: 20px 5% 18px;
  text-align: center;
}

.site-footer__bottom p {
  margin: 4px auto;
  max-width: 1120px;
  color: #e9edf0;
  font-size: 14px;
  line-height: 1.35;
}

.site-footer__bottom p:last-child {
  font-size: 12px;
}

@media (max-width: 1440px) {
  .brand-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .top-sellers__grid {
    flex-wrap: wrap;
  }

  .top-sellers__card {
    flex: 0 0 calc((100% - 24px) / 3);
    max-width: calc((100% - 24px) / 3);
  }
}

@media (max-width: 1280px) {
  .category-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  .service-highlights__grid,
  .wholesale-info__grid,
  .wholesale-info__intro {
    grid-template-columns: 1fr;
  }

  .wholesale-info {
    margin: 8px 16px 24px;
    padding: 20px 14px;
  }
}

@media (max-width: 1100px) {
  .main-nav {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    row-gap: 12px;
    padding: 12px 18px;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    background: #fff;
    margin-left: auto;
  }

  .menu-toggle span {
    width: 20px;
    height: 2px;
    background: #111;
    margin: 0 auto;
  }

  .main-links {
    grid-column: 1 / -1;
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px 0 0;
  }

  .main-links.main-links--open {
    display: flex;
  }

  .actions {
    margin-left: auto;
  }

  .info-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 10px;
    padding: 10px 18px;
  }

  .info-strip__item {
    white-space: normal;
    font-size: 0.95rem;
  }
}

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

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

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

  .site-footer__quick-grid,
  .site-footer__link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
  }

  .top-sellers__card {
    flex: 0 0 calc((100% - 12px) / 2);
    max-width: calc((100% - 12px) / 2);
  }
}

@media (max-width: 991px) {
  .top-strip,
  .top-strip__left,
  .top-strip__right {
    display: none !important;
  }
}

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

  main,
  section,
  .app,
  .category-showcase,
  .promo-brand,
  .promo-grid,
  .brand-grid,
  .shop-category,
  .shop-category__grid,
  .top-sellers,
  .top-sellers__grid,
  .service-highlights,
  .service-highlights__grid,
  .wholesale-info,
  .wholesale-info__intro,
  .wholesale-info__grid,
  .site-footer,
  .site-footer__main,
  .site-footer__bottom {
    width: 100%;
    max-width: 100%;
  }

  .category-showcase > *,
  .promo-grid > *,
  .brand-grid > *,
  .shop-category__grid > *,
  .top-sellers__grid > *,
  .service-highlights__grid > *,
  .wholesale-info__intro > *,
  .wholesale-info__grid > *,
  .site-footer__quick-grid > *,
  .site-footer__link-grid > * {
    min-width: 0;
  }

  .site-header {
    position: static;
    border-bottom: 0;
    top: 0;
    max-width: 100%;
  }

  .main-nav {
    grid-template-columns: 36px 36px 1fr 36px 36px;
    min-height: 58px;
    padding: 15px 12px 0;
    column-gap: 8px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    max-width: 100%;
  }

  .brand {
    min-width: 0;
    text-align: center;
    order: 3;
  }

  .brand__title {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1;
  }

  .brand__sub {
    font-size: 0.46rem;
    letter-spacing: 2.8px;
    margin-top: 1px;
  }

  .menu-toggle {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    order: 1;
  }

  .menu-toggle span {
    width: 24px;
    height: 2px;
    background: #2c2c2c;
    margin: 0 auto;
  }

  .icon-btn {
    display: inline-flex;
  }

  .icon-btn--search {
    order: 2;
  }

  .actions {
    display: contents;
  }

  .search-btn {
    display: none;
  }

  .icon-btn--account {
    order: 4;
  }

  .cart-btn {
    order: 5;
    width: 36px;
    height: 36px;
  }

  .cart-btn svg {
    width: 25px;
    height: 25px;
    stroke: #222;
  }

  .main-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 25;
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 10px 20px rgb(15 23 42 / 10%);
    overflow-x: hidden;
  }

  .main-links--desktop {
    display: none;
  }

  .mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: none;
    background: #fff;
    flex-direction: column;
    overflow-y: auto;
  }

  .mobile-drawer.main-links--open {
    display: flex;
  }

  .mobile-drawer__header {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-bottom: 1px solid #dddddd;
  }

  .mobile-drawer__close,
  .mobile-drawer__account {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111827;
  }

  .mobile-drawer__close {
    position: relative;
  }

  .mobile-drawer__close span {
    position: absolute;
    width: 24px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
  }

  .mobile-drawer__close span:first-child {
    transform: rotate(45deg);
  }

  .mobile-drawer__close span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-drawer__account svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-drawer__login-link {
    color: #111827;
    text-decoration: none;
    font-size: 21px;
    font-weight: 800;
    text-align: right;
    justify-self: end;
  }

  .mobile-drawer__links,
  .mobile-drawer__section {
    padding: 18px 30px;
  }

  .mobile-drawer__links {
    display: flex;
    flex-direction: column;
    gap: 28px;
    border-bottom: 1px solid #dddddd;
  }

  .mobile-drawer__links a,
  .mobile-drawer__section a {
    color: #1b2d44;
    text-decoration: none;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
  }

  .mobile-drawer__section {
    display: flex;
    flex-direction: column;
    gap: 22px;
    border-top: 1px solid #dddddd;
  }

  .search-btn {
    min-width: 140px;
    height: 40px;
  }

  .info-strip {
    grid-template-columns: 1fr;
    row-gap: 8px;
    padding: 8px 16px 10px;
  }

  .info-strip__item {
    font-size: 0.9rem;
    justify-content: center;
  }

  .info-strip__item:not(:first-child) {
    display: none;
  }

  .info-strip__desktop-text {
    display: none;
  }

  .info-strip__mobile-text {
    display: inline;
  }

  .category-showcase--desktop {
    display: none;
  }

  .category-showcase--mobile {
    display: grid;
  }

  .category-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding: 10px 8px 14px;
    max-width: 100%;
  }

  .category-card__visual {
    height: auto;
    aspect-ratio: 1 / 1.03;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgb(15 23 42 / 12%);
  }

  .category-card__image,
  .category-card__video {
    object-fit: cover;
  }

  .category-card__visual--nordic .category-card__image {
    object-position: center;
  }

  .category-card h3,
  .category-card p {
    display: none;
  }

  .promo-brand {
    margin: 0;
    padding: 0 8px 18px;
    border: 0;
    background: transparent;
    box-shadow: none;
    max-width: 100%;
    overflow-x: hidden;
  }

  .promo-grid,
  .site-footer__quick-grid,
  .site-footer__link-grid {
    grid-template-columns: 1fr;
  }

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

  .brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }

  .promo-grid {
    gap: 12px;
    max-width: 100%;
  }

  .promo-card {
    border-radius: 6px;
    box-shadow: 0 1px 4px rgb(15 23 42 / 12%);
  }

  .brand-card__logo,
  .shop-category__image,
  .top-sellers__image {
    width: 100%;
    max-width: 100%;
  }

  .brand-card {
    min-height: 136px;
    border-radius: 8px;
    background: #fff;
    padding: 10px 6px 8px;
    box-shadow: 0 1px 4px rgb(15 23 42 / 12%);
  }

  .brand-card__logo {
    height: 72px;
    object-fit: contain;
  }

  .brand-card__name {
    font-size: 0.7rem;
    letter-spacing: 0.2px;
  }

  .shop-category {
    padding: 0 10px 20px;
    max-width: 100%;
    overflow-x: hidden;
  }

  .shop-category h2 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }

  .shop-category__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .shop-category__card {
    min-height: 152px;
    padding: 8px;
    border-radius: 8px;
  }

  .shop-category__image-wrap {
    height: 88px;
  }

  .shop-category__card h3 {
    font-size: 11px;
    line-height: 1.15;
  }

  .shop-categories-only__main {
    padding-top: 16px;
  }

  .shop-categories-only .shop-category {
    padding: 0 10px 20px;
  }

  .shop-categories-only .shop-category h2 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }

  .shop-categories-only .shop-category__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .shop-categories-only .shop-category__card {
    min-height: 152px;
    padding: 8px;
    border-radius: 8px;
  }

  .shop-categories-only .shop-category__image-wrap {
    height: 88px;
  }

  .shop-categories-only .shop-category__card h3 {
    font-size: 11px;
    line-height: 1.15;
  }

  .top-sellers {
    padding: 5px 8px 11px;
    max-width: 100%;
    overflow-x: hidden;
  }

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

  .top-sellers__card {
    min-height: 208px;
    flex: initial;
    max-width: none;
  }

  .top-sellers__image-wrap {
    height: 105px;
  }

  .top-sellers__content h3 {
    font-size: 8px;
    line-height: 1.15;
  }

  .top-sellers__content p {
    font-size: 6px;
    line-height: 1.2;
    margin-top: 3px;
  }

  .service-highlights__content p,
  .site-footer__contact-row {
    font-size: 16px;
  }

  .top-sellers__content {
    padding: 0 6px 6px;
  }

  .top-sellers__footer {
    padding: 6px 4px 6px 6px;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .top-sellers__footer a {
    font-size: 5px;
    white-space: normal;
    line-height: 1.15;
  }

  .top-sellers__add-btn {
    width: 22px;
    height: 22px;
    font-size: 18px;
    color: #b9c0c8;
  }

  .top-sellers__mg {
    width: 24px;
    height: 24px;
    left: 4px;
    bottom: 4px;
  }

  .top-sellers__mg span {
    font-size: 13px;
  }

  .top-sellers__mg small {
    font-size: 7px;
  }

  .top-sellers__new {
    font-size: 10px;
    padding: 3px 6px 4px 5px;
    top: 4px;
  }

  .top-sellers__new::after {
    right: -9px;
    width: 11px;
  }

  .service-highlights {
    padding: 8px 8px 20px;
    max-width: 100%;
    overflow-x: hidden;
  }

  .service-highlights__grid {
    gap: 10px;
  }

  .service-highlights__card {
    min-height: 124px;
    padding: 0 12px;
    border-radius: 8px;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 8px;
  }

  .service-highlights__content h3 {
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
  }

  .service-highlights__content p {
    font-size: 10px;
    line-height: 1.28;
    margin-top: 6px;
  }

  .service-highlights__visual {
    align-self: center;
    height: 96px;
    background-size: 200px auto;
    background-position: right center;
  }

  .wholesale-info__intro h2 {
    font-size: 24px;
    line-height: 1.15;
  }

  .wholesale-info__intro p {
    font-size: 16px;
    padding-right: 0;
    line-height: 1.35;
    margin: 6px 0 0;
    font-weight: 700;
  }

  .wholesale-info {
    margin: 0;
    padding: 8px 6px 20px;
    border-top: 0;
    background: transparent;
  }

  .wholesale-info__intro {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px 12px;
    align-items: start;
  }

  .wholesale-info__intro-left {
    display: contents;
  }

  .wholesale-info__arrow {
    grid-column: 1;
    grid-row: 1;
    width: 52px;
    height: 82px;
    align-self: start;
  }

  .wholesale-info__intro h2 {
    grid-column: 2;
    grid-row: 1;
  }

  .wholesale-info__intro p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .wholesale-info__divider {
    margin: 14px 0 14px;
  }

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

  .wholesale-info__col h3 {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 4px;
  }

  .wholesale-info__col p {
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 14px;
  }

  .site-footer__main {
    padding: 24px 16px 22px;
    overflow-x: hidden;
  }

  .site-footer__divider {
    margin: 24px 0;
  }

  .site-footer__quick-grid,
  .site-footer__link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
    text-align: center;
  }

  .site-footer__quick-item a {
    font-size: 17px;
    line-height: 1.25;
  }

  .site-footer__quick-item p {
    font-size: 17px;
    line-height: 1.35;
    margin-top: 4px;
  }

  .site-footer__link-col h3 {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .site-footer__link-col a {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 6px;
  }

  .site-footer__contact-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    line-height: 1.35;
    text-align: center;
    margin-top: 4px;
  }

  .site-footer__contact-row strong {
    font-weight: 700;
  }

  .site-footer__sep {
    display: none;
  }

  .site-footer__facebook {
    width: 26px;
    height: 26px;
    font-size: 18px;
    margin-top: 6px;
  }

  .site-footer__bottom {
    padding: 18px 14px 16px;
  }

  .site-footer__bottom p {
    font-size: 17px;
    line-height: 1.4;
    max-width: 320px;
  }

  .site-footer__bottom p:last-child {
    font-size: 17px;
    margin-top: 10px;
  }
}

.new-in-page {
  background: #eceeef;
  padding: 0 0 28px;
}

.new-in-wrap {
  width: auto;
  margin: 0 10%;
}

.new-in-breadcrumb {
  margin: 0;
  padding: 2px 0 10px;
  color: #5c6d7f;
  font-size: 12px;
  font-weight: 600;
}

.new-in-breadcrumb span {
  margin: 0 5px;
  color: #8ea0b2;
}

.new-in-hero {
  background: #d9dcdf;
  border-radius: 5px;
  min-height: 160px;
  display: grid;
  grid-template-columns: minmax(390px, 1fr) minmax(450px, 0.75fr);
  overflow: hidden;
}

.new-in-hero__left {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 28px;
}

.new-in-hero__icon {
  width: 82px;
  height: 82px;
  border-radius: 6px;
  border: 1px solid #d4d8dc;
  background: #f8f9fa;
  padding: 7px;
}

.new-in-hero__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.new-in-hero__text h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1.02;
  color: #0f2238;
}

.new-in-hero__text p {
  margin: 6px 0 0;
  color: #0f2238;
  font-size: 17px;
  font-weight: 700;
}

.new-in-hero__banner {
  background-size: cover;
  background-position: center;
}

.new-in-filter {
  margin-top: 20px;
  background: #d9dcdf;
  border-radius: 5px;
  padding: 12px;
  display: grid;
  grid-template-columns: auto minmax(175px, 0.95fr) minmax(175px, 0.95fr) minmax(280px, 1.6fr) auto;
  align-items: center;
  gap: 10px;
}

.new-in-filter strong {
  color: #0f2238;
  font-size: 17px;
  padding: 0 10px;
}

.new-in-filter__select {
  height: 56px;
  border: 1px solid #b8c0c8;
  border-radius: 6px;
  background: #f5f6f7;
  color: #0f2238;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  padding: 0 18px;
  cursor: default;
}

.new-in-filter__select span {
  font-weight: 700;
}

.new-in-filter__select em {
  font-style: normal;
  color: #526477;
  font-weight: 700;
  position: relative;
  padding-right: 28px;
}

.new-in-filter__select em::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #1f2a39;
  border-bottom: 2px solid #1f2a39;
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -7px;
}

.new-in-filter__search {
  height: 56px;
  border: 1px solid #b9c1c9;
  border-radius: 30px;
  background: #f5f6f7;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
}

.new-in-filter__search svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #7d8b99;
  stroke-width: 2;
}

.new-in-filter__search input {
  width: 100%;
  border: 0;
  background: transparent;
  outline: none;
  color: #23364a;
  font-size: 14px;
  font-weight: 500;
}

.new-in-filter__close-all {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 8px;
}

.new-in-filter__close-all span {
  color: #526477;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.new-in-switch {
  width: 60px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #32b244;
  position: relative;
  padding: 0;
}

.new-in-switch span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f4f7f6;
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
}

.new-in-group {
  margin-top: 22px;
}

.new-in-group__header {
  min-height: 56px;
  background: #454c54;
  border-radius: 5px;
  padding: 0 14px 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-in-group__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.new-in-brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: #f1f3f5;
  border: 1px solid #ced5db;
  color: #1e2833;
  font-size: 9px;
  font-weight: 800;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1.05;
  padding: 2px;
}

.new-in-group__brand h2 {
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
}

.new-in-group__subheader {
  margin-top: 10px;
  min-height: 48px;
  border-radius: 5px;
  background: #cddacd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.new-in-group--no-header .new-in-group__subheader {
  margin-top: 0;
}

.new-in-group__subtext {
  display: flex;
  align-items: center;
  gap: 24px;
}

.new-in-group__subtext strong,
.new-in-group__subtext span {
  font-size: 16px;
  color: #0f2238;
}

.new-in-group__subtext strong {
  font-weight: 700;
}

.new-in-group__subtext span {
  font-weight: 500;
}

.new-in-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.new-in-card {
  background: #eceeef;
  border: 1px solid #d0d4d8;
  border-radius: 5px;
  min-height: 295px;
  display: flex;
  flex-direction: column;
}

.new-in-card__image-wrap {
  position: relative;
  padding: 10px 10px 4px;
  min-height: 160px;
}

.new-in-card__new {
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 2;
  background: #13223b;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  padding: 5px 11px 6px 8px;
}

.new-in-card__new::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 14px;
  height: 100%;
  background: #32b244;
  clip-path: polygon(0 0, 100% 0, 70% 50%, 100% 100%, 0 100%);
}

.new-in-card__disc {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 8px solid #d4d8dc;
  margin: 10px auto 0;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #f2f4f6;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0 24px 0 14px;
}

.new-in-card__disc::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: #e9ecef;
  border-left: 1px solid #cdd2d7;
}

.new-in-card__disc span {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.04;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
}

.new-in-card__disc em {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-style: normal;
  color: rgb(60 77 95 / 45%);
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

.new-in-card__disc--blueberry {
  background: linear-gradient(145deg, #27b6b7 0%, #1a8c8f 100%);
}

.new-in-card__disc--brain {
  background: linear-gradient(145deg, #52c8f1 0%, #2b9fd0 100%);
}

.new-in-card__disc--mint {
  background: linear-gradient(145deg, #49c97b 0%, #2f9960 100%);
}

.new-in-card__disc--mango {
  background: linear-gradient(145deg, #f5c744 0%, #d99e1f 100%);
}

.new-in-card__disc--spearmint {
  background: linear-gradient(145deg, #8dcf3f 0%, #5ca627 100%);
}

.new-in-card__disc--strawberry {
  background: linear-gradient(145deg, #e51919 0%, #bf0f0f 100%);
}

.new-in-card__disc--watermelon {
  background: linear-gradient(145deg, #ec0f81 0%, #c50c68 100%);
}

.new-in-card__bottle {
  width: 45px;
  height: 148px;
  margin: 4px auto 0;
  border-radius: 11px 11px 9px 9px;
  border: 1px solid #c1c8cf;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  box-shadow: 0 2px 7px rgb(15 23 42 / 16%);
  display: grid;
  place-items: center;
}

.new-in-card__bottle::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 10px;
  width: 24px;
  height: 26px;
  border-radius: 7px 7px 4px 4px;
  background: #969faa;
  border: 1px solid #8a929c;
}

.new-in-card__bottle::after {
  content: "";
  position: absolute;
  inset: 44px 4px 8px;
  border-radius: 6px;
  border: 1px solid rgb(255 255 255 / 55%);
  background: rgb(255 255 255 / 42%);
}

.new-in-card__bottle span {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgb(0 0 0 / 28%);
}

.new-in-card__bottle--green {
  background: linear-gradient(180deg, #f4fff1 0%, #2cab34 75%, #228429 100%);
}

.new-in-card__bottle--gold {
  background: linear-gradient(180deg, #fff8e1 0%, #c39a46 72%, #8d6d2e 100%);
}

.new-in-card__bottle--olive {
  background: linear-gradient(180deg, #f7f8ea 0%, #9ca54b 72%, #6f7530 100%);
}

.new-in-card__bottle--aqua {
  background: linear-gradient(180deg, #f0ffff 0%, #45c8d0 72%, #2d8d93 100%);
}

.new-in-card__bottle--teal {
  background: linear-gradient(180deg, #eefcff 0%, #4fc4d6 72%, #2c8192 100%);
}

.new-in-card__bottle--rose {
  background: linear-gradient(180deg, #fff8fd 0%, #dcb7cf 72%, #b889a5 100%);
}

.new-in-card__bottle--pink {
  background: linear-gradient(180deg, #fff6fb 0%, #e7b0c8 72%, #c17d9f 100%);
}

.new-in-card__bottle--mauve {
  background: linear-gradient(180deg, #fff6fb 0%, #d4a5ba 72%, #ab718d 100%);
}

.new-in-card__bottle--berry {
  background: linear-gradient(180deg, #fff5fa 0%, #de9db8 72%, #bb6e92 100%);
}

.new-in-card__bottle--blue {
  background: linear-gradient(180deg, #eef9ff 0%, #2898dd 72%, #1e5da1 100%);
}

.new-in-card__bottle--indigo {
  background: linear-gradient(180deg, #e9f3ff 0%, #2a82cf 72%, #1b4a89 100%);
}

.new-in-group--doozy .new-in-brand-logo {
  font-size: 8px;
  letter-spacing: 0.4px;
}

.new-in-card__infinity {
  width: 90px;
  height: 150px;
  margin: 2px auto 0;
  position: relative;
  filter: drop-shadow(0 2px 7px rgb(15 23 42 / 14%));
}

.new-in-card__infinity::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  width: 42px;
  height: 150px;
  border-radius: 4px;
  border: 1px solid #7f8b97;
  background:
    linear-gradient(150deg, rgb(255 255 255 / 20%) 0%, transparent 44%),
    repeating-linear-gradient(35deg, rgb(255 255 255 / 14%) 0 6px, rgb(0 0 0 / 8%) 6px 12px),
    linear-gradient(180deg, #9cacc0 0%, #445568 100%);
}

.new-in-card__infinity::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 52px;
  width: 34px;
  height: 78px;
  border-radius: 8px 8px 10px 10px;
  border: 1px solid #a3adb8;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 72%) 0%, rgb(255 255 255 / 18%) 100%),
    linear-gradient(180deg, #9cabb6 0%, #566776 100%);
}

.new-in-card__infinity span {
  position: absolute;
  left: 20px;
  top: 57px;
  z-index: 2;
  color: #ffffff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.1px;
  transform: rotate(-90deg);
  text-shadow: 0 1px 2px rgb(0 0 0 / 35%);
}

.new-in-card__infinity--purple::before {
  background:
    linear-gradient(150deg, rgb(255 255 255 / 20%) 0%, transparent 44%),
    repeating-linear-gradient(35deg, rgb(255 255 255 / 14%) 0 6px, rgb(0 0 0 / 8%) 6px 12px),
    linear-gradient(180deg, #9a4f92 0%, #3d1f4d 100%);
}

.new-in-card__infinity--blue::before {
  background:
    linear-gradient(150deg, rgb(255 255 255 / 20%) 0%, transparent 44%),
    repeating-linear-gradient(35deg, rgb(255 255 255 / 14%) 0 6px, rgb(0 0 0 / 8%) 6px 12px),
    linear-gradient(180deg, #1d8ed7 0%, #1f3f67 100%);
}

.new-in-card__infinity--lime::before {
  background:
    linear-gradient(150deg, rgb(255 255 255 / 20%) 0%, transparent 44%),
    repeating-linear-gradient(35deg, rgb(255 255 255 / 14%) 0 6px, rgb(0 0 0 / 8%) 6px 12px),
    linear-gradient(180deg, #95bc3a 0%, #33573a 100%);
}

.new-in-card__infinity--pink::before {
  background:
    linear-gradient(150deg, rgb(255 255 255 / 20%) 0%, transparent 44%),
    repeating-linear-gradient(35deg, rgb(255 255 255 / 14%) 0 6px, rgb(0 0 0 / 8%) 6px 12px),
    linear-gradient(180deg, #d54476 0%, #551f40 100%);
}

.new-in-card__infinity--coral::before {
  background:
    linear-gradient(150deg, rgb(255 255 255 / 20%) 0%, transparent 44%),
    repeating-linear-gradient(35deg, rgb(255 255 255 / 14%) 0 6px, rgb(0 0 0 / 8%) 6px 12px),
    linear-gradient(180deg, #dd5764 0%, #4b253a 100%);
}

.new-in-card__infinity--orange::before {
  background:
    linear-gradient(150deg, rgb(255 255 255 / 20%) 0%, transparent 44%),
    repeating-linear-gradient(35deg, rgb(255 255 255 / 14%) 0 6px, rgb(0 0 0 / 8%) 6px 12px),
    linear-gradient(180deg, #dd7d43 0%, #5b2d2d 100%);
}

.new-in-card__shortfill {
  width: 62px;
  height: 150px;
  margin: 2px auto 0;
  border-radius: 18px 18px 12px 12px;
  border: 1px solid #a4adb8;
  position: relative;
  box-shadow: 0 2px 7px rgb(15 23 42 / 16%);
  display: grid;
  place-items: center;
}

.new-in-card__shortfill::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 16px;
  width: 28px;
  height: 22px;
  border-radius: 7px 7px 4px 4px;
  background: #16191d;
}

.new-in-card__shortfill::after {
  content: "";
  position: absolute;
  inset: 35px 7px 10px;
  border-radius: 8px;
  border: 1px solid rgb(255 255 255 / 28%);
  background:
    linear-gradient(180deg, rgb(0 0 0 / 56%) 0%, rgb(0 0 0 / 24%) 100%),
    repeating-linear-gradient(35deg, rgb(255 255 255 / 12%) 0 8px, transparent 8px 16px);
}

.new-in-card__shortfill span {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-shadow: 0 1px 2px rgb(0 0 0 / 35%);
}

.new-in-card__shortfill--purple {
  background: linear-gradient(180deg, #ba64b0 0%, #53275f 100%);
}

.new-in-card__shortfill--blue {
  background: linear-gradient(180deg, #3ea8e9 0%, #1d4f8f 100%);
}

.new-in-card__shortfill--lime {
  background: linear-gradient(180deg, #c2d952 0%, #55773b 100%);
}

.new-in-card__shortfill--pink {
  background: linear-gradient(180deg, #f16187 0%, #8a2f59 100%);
}

.new-in-card__shortfill--coral {
  background: linear-gradient(180deg, #ef7f74 0%, #8e3d53 100%);
}

.new-in-card__shortfill--orange {
  background: linear-gradient(180deg, #f09b4d 0%, #8c4332 100%);
}

.new-in-card__awaiting {
  width: 96px;
  height: 150px;
  margin: 2px auto 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #f0f2f4 0%, #cfd5da 100%);
  border: 1px solid #c2c9d0;
  position: relative;
}

.new-in-card__awaiting::before,
.new-in-card__awaiting::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 8px 8px 0 0;
  background: rgb(167 173 181 / 72%);
}

.new-in-card__awaiting::before {
  left: 12px;
  width: 22px;
  height: 86px;
  transform: rotate(-20deg);
}

.new-in-card__awaiting::after {
  right: 14px;
  width: 24px;
  height: 94px;
  transform: rotate(10deg);
}

.new-in-card__awaiting-badge {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #1f2a36;
  color: #ffffff;
  border: 4px solid #2d98ea;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 8px;
  line-height: 1.05;
  font-weight: 800;
  padding: 6px;
}

.new-in-group--geekvape .new-in-brand-logo {
  font-size: 7px;
  letter-spacing: 0.2px;
}

.new-in-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: calc(((100% - 14px * 5) / 6) * 3 + 14px * 2);
}

.new-in-card__coil {
  width: 84px;
  height: 106px;
  margin: 4px auto 0;
  border-radius: 14px;
  border: 1px solid #9ba5b0;
  background:
    repeating-linear-gradient(90deg, #babfc5 0 6px, #8f969e 6px 12px, #c5cad0 12px 18px),
    linear-gradient(180deg, #eceff3 0%, #aeb5bd 100%);
  box-shadow: 0 2px 6px rgb(15 23 42 / 14%);
  position: relative;
}

.new-in-card__coil::before,
.new-in-card__coil::after {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, #f8ad50 0%, #d87b09 100%);
}

.new-in-card__coil::before {
  top: 10px;
}

.new-in-card__coil::after {
  bottom: 10px;
}

.new-in-card__pod {
  width: 76px;
  height: 100px;
  margin: 10px auto 0;
  border-radius: 18px 18px 11px 11px;
  border: 1px solid #8b9298;
  background:
    linear-gradient(180deg, #212528 0%, #2e3438 36%, #d3d6d9 37%, #9da3a8 58%, #3d4348 100%);
  box-shadow: 0 2px 6px rgb(15 23 42 / 14%);
  position: relative;
}

.new-in-card__pod::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 26px;
  height: 10px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgb(255 255 255 / 48%) 0%, rgb(255 255 255 / 12%) 100%);
}

.new-in-card__mg {
  position: absolute;
  left: 11px;
  bottom: 6px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #f7f8fa;
  border: 1px solid #c5cacf;
  color: #111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.new-in-card__mg span {
  font-size: 19px;
  font-weight: 700;
  line-height: 0.92;
}

.new-in-card__mg small {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.new-in-card__content {
  padding: 0 10px 8px;
}

.new-in-card__content h3 {
  margin: 0;
  color: #0f2337;
  font-size: 15px;
  line-height: 1.08;
  font-weight: 700;
}

.new-in-card__content p {
  margin: 5px 0 0;
  color: #3b4f62;
  font-size: 11px;
  line-height: 1.24;
}

.new-in-card__footer {
  margin-top: auto;
  border-top: 1px solid #d7dce1;
  padding: 8px 8px 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.new-in-card__footer a {
  color: #21a53c;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.new-in-card__add {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #c8ced4;
  background: transparent;
  color: #c1c8cf;
  font-size: 27px;
  line-height: 1;
  padding: 0;
}

@media (max-width: 1300px) {
  .new-in-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .new-in-grid--three {
    max-width: none;
  }

  .new-in-hero {
    grid-template-columns: 1fr;
  }

  .new-in-hero__banner {
    min-height: 140px;
  }

  .new-in-filter {
    grid-template-columns: 1fr 1fr;
  }

  .new-in-filter strong {
    grid-column: 1 / -1;
  }

  .new-in-filter__search {
    grid-column: 1 / -1;
  }

  .new-in-filter__close-all {
    justify-content: flex-end;
    grid-column: 2 / 3;
  }
}

@media (max-width: 768px) {
  .new-in-wrap {
    width: calc(100% - 16px);
  }

  .new-in-breadcrumb {
    font-size: 12px;
    padding: 2px 2px 8px;
  }

  .new-in-hero {
    min-height: 120px;
  }

  .new-in-hero__left {
    padding: 12px;
    gap: 10px;
  }

  .new-in-hero__icon {
    width: 58px;
    height: 58px;
  }

  .new-in-hero__text h1 {
    font-size: 34px;
  }

  .new-in-hero__text p {
    font-size: 18px;
  }

  .new-in-hero__banner {
    min-height: 86px;
  }

  .new-in-filter {
    margin-top: 12px;
    padding: 8px;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .new-in-filter strong {
    font-size: 18px;
    padding: 0;
  }

  .new-in-filter__select,
  .new-in-filter__search {
    height: 44px;
    font-size: 18px;
  }

  .new-in-filter__search input {
    font-size: 18px;
  }

  .new-in-filter__close-all {
    justify-content: space-between;
    grid-column: auto;
    padding: 0 2px;
  }

  .new-in-filter__close-all span {
    font-size: 16px;
  }

  .new-in-switch {
    width: 48px;
    height: 28px;
  }

  .new-in-switch span {
    width: 18px;
    height: 18px;
    top: 5px;
    right: 5px;
  }

  .new-in-group {
    margin-top: 14px;
  }

  .new-in-group__header,
  .new-in-group__subheader {
    min-height: 44px;
    padding-inline: 8px;
  }

  .new-in-brand-logo {
    width: 36px;
    height: 36px;
    font-size: 8px;
  }

  .new-in-group__brand h2 {
    font-size: 30px;
  }

  .new-in-group__subtext {
    gap: 10px;
    flex-wrap: wrap;
  }

  .new-in-group__subtext strong,
  .new-in-group__subtext span {
    font-size: 16px;
    line-height: 1.2;
  }

  .new-in-grid {
    margin-top: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .new-in-card {
    min-height: 242px;
  }

  .new-in-card__image-wrap {
    min-height: 120px;
    padding: 8px 8px 4px;
  }

  .new-in-card__new {
    top: 10px;
    font-size: 11px;
    padding: 4px 8px;
  }

  .new-in-card__new::after {
    right: -10px;
    width: 11px;
  }

  .new-in-card__disc {
    width: 106px;
    height: 106px;
    border-width: 6px;
    padding-inline: 18px 12px;
  }

  .new-in-card__disc span {
    font-size: 12px;
  }

  .new-in-card__disc em {
    font-size: 9px;
    right: 1px;
  }

  .new-in-card__bottle {
    width: 36px;
    height: 116px;
  }

  .new-in-card__bottle::before {
    top: -17px;
    left: 8px;
    width: 20px;
    height: 21px;
  }

  .new-in-card__bottle::after {
    inset: 34px 3px 7px;
  }

  .new-in-card__bottle span {
    font-size: 13px;
  }

  .new-in-card__infinity {
    width: 74px;
    height: 124px;
  }

  .new-in-card__infinity::before {
    width: 34px;
    height: 124px;
    left: 6px;
  }

  .new-in-card__infinity::after {
    width: 28px;
    height: 64px;
    right: 2px;
    top: 45px;
  }

  .new-in-card__infinity span {
    left: 16px;
    top: 48px;
    font-size: 8px;
  }

  .new-in-card__shortfill {
    width: 52px;
    height: 124px;
  }

  .new-in-card__shortfill::before {
    top: -15px;
    left: 13px;
    width: 24px;
    height: 18px;
  }

  .new-in-card__shortfill::after {
    inset: 28px 6px 8px;
  }

  .new-in-card__shortfill span {
    font-size: 9px;
  }

  .new-in-card__awaiting {
    width: 80px;
    height: 124px;
  }

  .new-in-card__awaiting-badge {
    width: 52px;
    height: 52px;
    font-size: 7px;
    right: -8px;
    top: -10px;
    border-width: 3px;
  }

  .new-in-card__coil {
    width: 70px;
    height: 90px;
  }

  .new-in-card__pod {
    width: 62px;
    height: 84px;
  }

  .new-in-card__mg {
    width: 28px;
    height: 28px;
    left: 8px;
    bottom: 5px;
  }

  .new-in-card__mg span {
    font-size: 15px;
  }

  .new-in-card__mg small {
    font-size: 8px;
  }

  .new-in-card__content h3 {
    font-size: 11px;
  }

  .new-in-card__content p {
    font-size: 8px;
  }

  .new-in-card__footer {
    padding: 6px;
  }

  .new-in-card__footer a {
    font-size: 10px;
  }

  .new-in-card__add {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
}
