.page--home {
  background: #edeef2;
  color: #001a34;
}

.oz-shell {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 0 10px 20px;
  box-sizing: border-box;
}

.oz-head {
  background: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 1px 2px rgba(0, 26, 52, 0.06);
  overflow: hidden;
}

.oz-head__row {
  padding: 7px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.oz-head__row--main {
  border-bottom: 1px solid rgba(0, 26, 52, 0.08);
}

.oz-logo {
  color: #005bff;
  font-size: 43px;
  letter-spacing: 1px;
  line-height: 1;
  text-decoration: none;
  font-weight: 800;
}

.oz-catalog {
  background: #005bff;
  color: #fff;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.oz-catalog__icon {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background:
    radial-gradient(circle at 3px 3px, #fff 2px, transparent 3px),
    radial-gradient(circle at 9px 3px, #fff 2px, transparent 3px),
    radial-gradient(circle at 3px 9px, #fff 2px, transparent 3px),
    radial-gradient(circle at 9px 9px, #fff 2px, transparent 3px);
}

.oz-search {
  flex: 1 1 auto;
  display: flex;
  border: 2px solid #005bff;
  border-radius: 10px;
  overflow: hidden;
}

.oz-search__input {
  width: 100%;
  border: none;
  outline: none;
  min-height: 30px;
  padding: 0 12px;
  font-size: 14px;
  font-family: var(--mainFont);
}

.oz-search__btn {
  min-width: 44px;
  border: none;
  background: #005bff;
  color: #fff;
  display: grid;
  place-items: center;
  padding: 0;
}

.oz-search__btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oz-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.oz-actions__item {
  min-width: 66px;
  padding: 2px 4px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: rgba(0, 26, 52, 0.42);
  text-decoration: none;
  font-size: 11px;
}

.oz-actions__icon {
  width: 22px;
  height: 22px;
  position: relative;
  display: grid;
  place-items: center;
}

.oz-actions__icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oz-actions__dot {
  position: absolute;
  width: 8px;
  height: 8px;
  right: -1px;
  top: 0;
  border-radius: 50%;
  background: #f6117e;
  border: 2px solid #fff;
}

.oz-actions__label {
  line-height: 1.1;
  white-space: nowrap;
}

.oz-actions__item.is-active {
  color: #001a34;
  font-weight: 600;
}

.oz-actions__item:hover {
  color: #005bff;
}

.oz-head__row--links {
  justify-content: space-between;
}

.oz-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.oz-links a {
  color: rgba(0, 26, 52, 0.65);
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
}

.oz-geo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  white-space: nowrap;
}

.oz-geo a {
  color: #005bff;
  text-decoration: none;
  font-weight: 600;
}

.oz-geo__lang {
  color: rgba(0, 26, 52, 0.6);
}

.oz-banner {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  text-decoration: none;
  background: linear-gradient(90deg, #67ff00 0%, #42e82f 52%, #88ff2b 100%);
}

.oz-banner__pill {
  background: #f6117e;
  color: #fff;
  border-radius: 12px;
  padding: 4px 12px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
}

.oz-banner__title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 0.2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.oz-banner__btn {
  margin-left: auto;
  background: #001a34;
  color: #fff;
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 600;
}

.oz-main {
  padding-top: 10px;
}

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

.oz-card {
  background: #fff;
  border-radius: 12px;
  padding: 4px 6px 8px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.oz-card__img {
  display: block;
  aspect-ratio: 0.84 / 1;
  border-radius: 10px;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  background: #e9edf4;
}

.oz-card__img::after {
  content: "♡";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  color: #001a34;
  display: grid;
  place-items: center;
  font-size: 11px;
}

.oz-card__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.oz-card__img--1 { background: linear-gradient(180deg, #dadde2, #afb7c1); }
.oz-card__img--2 { background: linear-gradient(180deg, #ffe500, #f1d100); }
.oz-card__img--3 { background: linear-gradient(180deg, #b4b6ba, #8f9299); }
.oz-card__img--4 { background: linear-gradient(180deg, #cfd28b, #a8af57); }
.oz-card__img--5 { background: linear-gradient(180deg, #b9ab92, #958466); }
.oz-card__img--6 { background: linear-gradient(180deg, #dcead6, #a9c69a); }
.oz-card__img--7 { background: linear-gradient(180deg, #f7d3a5, #cf8f4b); }
.oz-card__img--8 { background: linear-gradient(180deg, #e4b58c, #d3966a); }
.oz-card__img--9 { background: linear-gradient(180deg, #e3e4e6, #b9bec3); }
.oz-card__img--10 { background: linear-gradient(180deg, #eceef0, #d4d7db); }

.oz-card__price {
  margin: 0;
  color: #12a15a;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 700;
}

.oz-card__price span {
  font-size: 14px;
  color: #cc3d64;
  text-decoration: line-through;
  margin-left: 4px;
}

.oz-card__discount {
  margin: 2px 0 0;
  color: #ef296a;
  font-size: 13px;
  font-weight: 700;
}

.oz-card__badge,
.oz-card__subbadge {
  margin: 2px 0 0;
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  width: fit-content;
  border-radius: 999px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.oz-card__badge {
  background: #f6117e;
  color: #fff;
}

.oz-card__subbadge {
  background: rgba(0, 91, 255, 0.14);
  color: #005bff;
}

.oz-card__name {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.oz-card__meta {
  margin: 3px 0 6px;
  font-size: 11px;
  color: rgba(0, 26, 52, 0.62);
}

.oz-card__buy {
  width: 100%;
  min-height: 28px;
  border: none;
  border-radius: 9px;
  background: rgba(0, 91, 255, 0.12);
  color: #005bff;
  font-size: 12px;
  font-weight: 600;
  margin-top: auto;
}

.oz-card__buy:hover {
  background: rgba(0, 91, 255, 0.18);
}

@media (max-width: 760px) {
  .oz-actions {
    display: none;
  }
}

@media (max-width: 860px) {
  .oz-logo {
    font-size: 30px;
  }

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

  .oz-banner__title {
    font-size: 18px;
  }

  .oz-links {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }

  .oz-head__row--links {
    flex-wrap: wrap;
    gap: 6px;
  }
}

@media (max-width: 560px) {
  .oz-shell {
    padding: 0 6px 14px;
  }

  .oz-head__row--main {
    flex-wrap: wrap;
  }

  .oz-search {
    order: 3;
    width: 100%;
  }

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