@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Nunito:200,300,regular,500,600,700,800,900,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #181717;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

html {
  font-family: "Nunito";
  background: #f5f6f8;
  color: #181717;
  font-weight: 800;
  scroll-behavior: smooth;
}

.container {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 50px;
}

@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}
.header {
  z-index: 1000;
  padding: 10px 0 5px 0;
  border-bottom: 0.1px solid rgba(199, 182, 182, 0.303);
  width: 100vw;
  position: fixed;
  background-color: #f5f6f8;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo-image {
  width: 170px;
}
@media (max-width: 1200px) {
  .header__logo-image {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .header__menu {
    max-width: 200px;
  }
}
.header__items {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .header__items {
    flex-direction: column;
    gap: 20px;
  }
}
.header__link {
  display: inline-block;
  transition: 0.5s ease;
}
.header__link:hover {
  transform: scale(1.01);
  color: rgba(46, 229, 157, 0.4);
}
.header__ua-image {
  transition: 0.3s ease;
  max-width: 70px;
  cursor: pointer;
}
.header__ua-image:hover {
  transform: scale(1.02);
}
@media (max-width: 1200px) {
  .header__ua-image {
    max-width: 35px;
  }
}
.header__contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__contacts {
    display: none;
  }
}
.header__number {
  cursor: pointer;
}
.header__mail {
  cursor: pointer;
}
.header__basket {
  cursor: pointer;
  border-radius: 50%;
  background-color: #2ee59d;
  padding: 7px;
}
.header__basket-image {
  width: 20px;
}
@media (max-width: 1200px) {
  .header__basket-image {
    width: 20px;
  }
}

.card-item__img-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* === VARIABLES (можна винести окремо, поки тут) === */
:root {
  --brand-green: #27ae60;
  --brand-green-accent: #23c483;
  --brand-green-light: #32c975;
  --brand-dark: #0f2f21;
  --brand-card-glow: 0 2px 16px rgba(35, 196, 131, 0.18),
  	0 4px 32px -8px rgba(14, 70, 44, 0.4);
}

.card-item__label {
  position: absolute;
  right: 10px;
  bottom: 22px;
  background: linear-gradient(135deg, var(--brand-green-light) 0%, var(--brand-green-accent) 85%);
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  padding: 2px 12px;
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
  box-shadow: 0 3px 10px -2px rgba(35, 196, 131, 0.45), 0 1px 2px rgba(0, 0, 0, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  opacity: 0.96;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: background 0.35s ease, transform 0.3s ease;
}

.card-item:hover .card-item__label {
  background: linear-gradient(135deg, #39dd88 0%, var(--brand-green) 85%);
  transform: translateY(-2px);
}

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

.hero {
  padding: 70px 0 70px 0;
  background: url(../img/biryza-bytli-min.jpg) left center no-repeat;
  background-size: cover;
  border-radius: 0 0 20px 20px;
  /* Шлейф-сяйво як у кнопки партнерства */
  /* Пульсуюче гало */
  /* Хало тепер постійно пульсує, тому спеціальний hover-триггер не потрібен */
}
@media (max-width: 1200px) {
  .hero {
    padding: 40px 0 30px 0;
    background: url(../img/biryza-bytli-min.jpg) center no-repeat;
    background-size: cover;
  }
}
.hero__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hero__catalog-btn {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.1em 2.5em;
  font-size: 1.25em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: linear-gradient(135deg, #27ae60 0%, #23c483 100%);
  border: none;
  border-radius: 40px;
  box-shadow: 0 6px 18px -4px rgba(35, 196, 131, 0.45), 0 2px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: background 0.45s, box-shadow 0.3s, transform 0.25s;
  outline: none;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 0.7em;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero__catalog-btn span {
  z-index: 2;
  position: relative;
}
.hero__catalog-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 45%;
  height: 100%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0) 90%);
  transform: skewX(-25deg);
  opacity: 0;
  transition: 0.65s;
  pointer-events: none;
  z-index: 1;
}
.hero__catalog-btn::after {
  content: "";
  position: absolute;
  inset: -12px;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  animation: pulseHalo 4.2s ease-in-out infinite; /* активна постійно */
  pointer-events: none;
  z-index: 0;
}
.hero__catalog-btn:hover::before {
  left: 140%;
  opacity: 1;
}
.hero__catalog-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px -6px rgba(35, 196, 131, 0.55), 0 4px 10px -2px rgba(0, 0, 0, 0.18);
}
.hero__catalog-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px -2px rgba(35, 196, 131, 0.6), 0 2px 6px -1px rgba(0, 0, 0, 0.2);
}
.hero__catalog-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.6666666667);
  outline-offset: 4px;
}
@media (max-width: 1200px) {
  .hero__catalog-btn {
    font-size: 0.8em;
    padding: 0.9em 1.7em;
    margin-top: 0px;
  }
}

.hero__time,
.hero__title,
.hero__text {
  color: #fff;
  text-shadow: 0 1px 4px rgba(13, 18, 16, 0.8), 0 0 1px rgba(0, 0, 0, 0.06);
}

.hero__picture {
  padding: 70px 0 0 0;
  max-width: 400px;
}
@media (max-width: 1200px) {
  .hero__picture {
    max-width: 170px;
    padding: 30px 0;
  }
}

.hero__time {
  text-transform: uppercase;
  font-size: 84px;
  line-height: 85px;
  margin: 40px 0 40px 0;
}
@media (max-width: 1200px) {
  .hero__time {
    margin: 40px 0 40px 0;
    font-size: 60px;
    line-height: 60px;
  }
}

.hero__title {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 30px 0;
  line-height: 45px;
}
@media (max-width: 1200px) {
  .hero__title {
    font-size: 16px;
    margin: 0 0 30px 0;
    line-height: 21px;
  }
}
@media (max-width: 500px) {
  .hero__title {
    max-width: 300px;
  }
}

.hero__text {
  font-size: 24px;
  line-height: 26px;
  max-width: 800px;
}
@media (max-width: 1200px) {
  .hero__text {
    font-size: 14px;
    line-height: 16px;
    max-width: 500px;
  }
}
@media (max-width: 500px) {
  .hero__text {
    max-width: 250px;
  }
}

/* .container block removed (empty) */
.shop {
  padding: 20px 0 20px 0;
}
@media (max-width: 1200px) {
  .shop {
    padding: 0 0 20px 0;
  }
}
.shop__title {
  margin: 0 0 28px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  background: linear-gradient(90deg, #27ae60 30%, #23c483 70%);
  background-clip: text;
  -webkit-background-clip: text; /* Safari */
  -webkit-text-fill-color: transparent; /* Safari */
  position: relative;
  display: inline-block;
  padding-left: 32px;
}
@media (max-width: 429px) {
  .shop__title {
    font-size: 1.6em;
  }
}
.shop__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 38px;
  border-radius: 6px;
  background: linear-gradient(135deg, #23c483 60%, #27ae60 100%);
  box-shadow: 0 2px 8px rgba(35, 196, 131, 0.2);
}
.shop__box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  justify-items: center;
}

.card-item {
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  margin: 0;
  padding: 1.2em 0.8em 1.2em 0.8em;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.23);
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.4392156863);
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(20, 90, 50, 0.08);
  transition: box-shadow 0.2s;
  height: 100%;
  position: relative;
}

.card-item__img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(35, 134, 91, 0.4);
  border-radius: 5px;
  transition: max-width 0.2s, aspect-ratio 0.2s, 0.5s ease;
}
.card-item__img:hover {
  transform: scale(1.1);
}

.card-item__name {
  font-size: 1em;
  line-height: 0.9em;
  font-weight: 600;
  margin-bottom: 0.7em;
  text-align: center;
}
@media (max-width: 600px) {
  .card-item__name {
    font-size: 1em;
    line-height: 1.08;
  }
}

.card-item__price {
  font-size: 1em;
  font-weight: 300;
  margin-top: auto;
  margin-bottom: 10px;
}

.card-item__btn {
  padding: 1.3em 3em;
  font-size: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 800;
  color: #fff;
  background-color: #23c483;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 2px 6px rgba(46, 229, 157, 0.3803921569);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.card-item__btn:hover {
  transform: translateY(-3px);
}
.card-item__btn:active {
  transform: translateY(-1px);
}

.card-item__catalog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.1em;
  font-weight: 700;
  color: #27ae60;
  cursor: pointer;
  text-align: center;
  padding: 1.5em 0.5em;
  transition: color 0.2s;
}
.card-item__catalog:hover {
  color: #219150;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .shop__box {
    gap: 16px;
  }
  .shop__img,
  .card-item__img {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .shop {
    margin-top: 24px;
  }
  .shop__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .shop__card,
  .card-item {
    max-width: 100%;
    font-size: clamp(0.8rem, 3vw, 1rem);
    padding: 0.8em 0.4em;
  }
  .shop__img,
  .card-item__img {
    max-width: 70%;
  }
}
.why {
  padding: 48px 0 10px 0;
  position: relative;
}
.why__title {
  margin: 0 0 28px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  background: linear-gradient(90deg, #27ae60 30%, #23c483 70%);
  background-clip: text;
  -webkit-background-clip: text; /* Safari */
  -webkit-text-fill-color: transparent; /* Safari */
  position: relative;
  display: inline-block;
  padding-left: 32px;
}
@media (max-width: 429px) {
  .why__title {
    font-size: 1.6em;
  }
}
.why__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 38px;
  border-radius: 6px;
  background: linear-gradient(135deg, #23c483 60%, #27ae60 100%);
  box-shadow: 0 2px 8px rgba(35, 196, 131, 0.2);
}
.why__text {
  text-align: left;
  margin: 0 0 44px 0;
  font-size: 1.35rem;
  color: #219150;
  font-weight: 600;
}
@media (max-width: 700px) {
  .why__text {
    font-size: 0.98rem;
    margin: 0 0 20px 0;
  }
}
.why__block {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1100px) {
  .why__block {
    flex-direction: column;
    gap: 24px;
  }
}
.why__left, .why__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

/* === WHY (Чому DOBREX) tiles redesign === */
.why-card {
  /* Layout */
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 30px 34px;
  min-height: 190px;
  position: relative;
  border-radius: 22px;
  /* Visual base */
  background: linear-gradient(145deg, #ffffff, #f2fff9);
  border: 1px solid #e2f5ec; /* fallback border */
  box-shadow: 0 4px 18px -6px rgba(20, 90, 50, 0.25), 0 2px 6px -2px rgba(0, 0, 0, 0.08);
  /* Effects */
  transition: box-shadow 0.35s ease, transform 0.25s ease, background 0.5s ease, border-color 0.4s ease, filter 0.5s ease;
  isolation: isolate;
  overflow: hidden;
  /* Gradient inner-border ring (works in modern browsers, degrades gracefully) */
  /* Soft decorative orb */
  /* Focus support if made focusable in markup (e.g., tabindex="0") */
  /* Icon / image wrapper upgrade */
  /* Responsive adjustments */
}
.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* thickness */
  border-radius: inherit;
  background: linear-gradient(135deg, var(--brand-green-light) 0%, var(--brand-green-accent) 55%, var(--brand-green) 100%);
  /* Mask to show only the thin border */
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.45s ease;
}
.why-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  top: -60px;
  right: -55px;
  background: radial-gradient(circle at 40% 40%, rgba(35, 196, 131, 0.42) 0%, rgba(35, 196, 131, 0) 70%);
  filter: blur(4px) saturate(120%);
  opacity: 0.35;
  mix-blend-mode: multiply;
  pointer-events: none;
  animation: floatOrb 28s linear infinite;
}
.why-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 10px 34px -10px rgba(20, 90, 50, 0.4), 0 4px 14px -4px rgba(0, 0, 0, 0.15);
  background: linear-gradient(150deg, #ffffff, #eefdf6);
  border-color: #c6efdf;
}
.why-card:hover::before {
  opacity: 0.9;
}
.why-card:hover .why-card__image-block {
  background: linear-gradient(135deg, rgba(35, 196, 131, 0.2), rgba(39, 174, 96, 0.1333333333));
  transform: scale(1.06) rotate(-2deg);
  box-shadow: 0 6px 18px -6px rgba(35, 196, 131, 0.55), 0 2px 6px -2px rgba(0, 0, 0, 0.1);
}
.why-card:hover .why-card__name {
  color: var(--brand-green);
  text-shadow: 0 2px 10px rgba(35, 196, 131, 0.25);
}
.why-card:focus-visible {
  outline: 3px solid rgba(39, 174, 96, 0.6);
  outline-offset: 4px;
}
.why-card__image-block {
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px 0 0;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(35, 196, 131, 0.1333333333), rgba(39, 174, 96, 0.0666666667));
  border: 1px solid #cfeee3;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.15);
  transition: background 0.45s ease, transform 0.45s ease, box-shadow 0.45s ease;
  position: relative;
}
.why-card__img {
  max-width: 60px;
  width: 60px;
  padding: 6px 0 0 0;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.6s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}
.why-card:hover .why-card__img {
  transform: scale(1.08);
}
.why-card__name {
  font-size: clamp(1.15rem, 1.05vw + 0.8rem, 1.55rem);
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  letter-spacing: 0.5px;
  background: linear-gradient(90deg, #27ae60 0%, #23c483 70%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  transition: color 0.45s ease, text-shadow 0.45s ease;
}
.why-card__description {
  font-size: clamp(0.92rem, 0.35vw + 0.75rem, 1.08rem);
  line-height: 1.38;
  color: #234;
  font-weight: 500;
  text-wrap: pretty;
  position: relative;
  /* subtle top sheen under title */
}
@media (max-width: 900px) {
  .why-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    padding: 24px 18px 26px;
    min-height: unset;
  }
  .why-card__image-block {
    margin: 0;
  }
  .why-card__name {
    margin-bottom: 8px;
  }
}
@media (max-width: 700px) {
  .why-card {
    gap: 16px;
    padding: 22px 16px 24px;
    border-radius: 20px;
  }
  .why-card__image-block {
    width: 64px;
    height: 64px;
  }
  .why-card__img {
    max-width: 50px;
    width: 50px;
    padding: 4px 0 0 0;
  }
  .why-card__description {
    font-size: 0.9rem;
  }
}

/* Motion reduction (accessibility) */
@media (prefers-reduced-motion: reduce) {
  .why-card,
  .why-card * {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
.width-img {
  max-width: 60px;
  padding: 10px 8px 0 4px;
}
@media (max-width: 700px) {
  .width-img {
    max-width: 35px;
    padding: 10px 0 0 0;
  }
}

/* === PARTNERSHIP SECTION REWORK === */
.sub {
  position: relative;
  padding: 80px 0 110px 0;
  /* Фон прибрано за проханням: лишається фон сторінки */
  color: #fff; /* всередині box текст білий, зберігаємо */
}
@media (max-width: 1200px) {
  .sub {
    padding: 60px 0 80px 0;
  }
}
@media (max-width: 650px) {
  .sub {
    padding: 50px 0 70px 0;
  }
}
.sub__wrapper {
  position: relative;
  z-index: 2;
}
.sub__box {
  margin: 0 auto;
  max-width: 900px;
  /* Суцільний зелений фон із легким градієнтом для об'єму */
  background: linear-gradient(135deg, #27ae60 0%, #23c483 100%);
  background-color: #27ae60; /* fallback */
  border: 1px solid rgba(35, 196, 131, 0.5019607843);
  box-shadow: 0 8px 26px -10px rgba(10, 60, 38, 0.55), 0 3px 12px -4px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(35, 196, 131, 0.3333333333) inset;
  border-radius: 26px;
  padding: clamp(2.2rem, 4vw, 3.2rem) clamp(2rem, 4vw, 3.4rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.sub__box::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Напівпрозорі діагональні смуги поверх зеленого */
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 14px, rgba(255, 255, 255, 0) 14px 28px);
  opacity: 0.55;
  pointer-events: none;
}
.sub__box::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
  top: -60px;
  left: -60px;
  opacity: 0.28;
  pointer-events: none;
}
.sub__title {
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 900;
  margin: 0 0 20px 0;
  line-height: 1.05;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #c9ffe7 0%, #ffffff 60%);
  background-clip: text;
  -webkit-background-clip: text; /* Safari */
  color: transparent;
  position: relative;
}
.sub__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 64px;
  height: 6px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--brand-green-accent) 0%, var(--brand-green) 100%);
  box-shadow: 0 2px 10px -2px rgba(35, 196, 131, 0.6);
}
.sub__text {
  font-size: clamp(1.05rem, 1.15vw + 0.55rem, 1.35rem);
  line-height: 1.4;
  max-width: 820px;
  margin: 0 0 28px 0;
  font-weight: 500;
  color: #f2fff9;
  text-wrap: pretty;
}
.sub__number {
  font-size: clamp(1.1rem, 1.2vw + 0.6rem, 1.6rem);
  margin: 0 0 28px 0;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
}
.sub__number a {
  text-decoration: none;
}
.sub__number::before {
  content: "☎"; /* ☎ символ */
  font-size: 0.85em;
  margin-right: 10px;
  background: linear-gradient(120deg, #fff, #b9ffe3);
  background-clip: text;
  -webkit-background-clip: text; /* Safari */
  color: transparent;
}
.sub__link {
  color: #fff;
  transition: color 0.3s;
}
.sub__link:hover {
  color: #d8ffef;
}
.sub__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--brand-green) 0%, var(--brand-green-accent) 100%);
  border: none;
  padding: 18px 42px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.5px;
  border-radius: 18px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 6px 18px -4px rgba(35, 196, 131, 0.45), 0 2px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: background 0.45s, box-shadow 0.3s, transform 0.25s;
  text-decoration: none;
  font-size: clamp(1rem, 0.8vw + 0.7rem, 1.25rem);
}
.sub__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 45%, rgba(255, 255, 255, 0) 90%);
  transform: skewX(-25deg);
  opacity: 0;
  transition: 0.6s;
}
.sub__button:hover::before {
  left: 140%;
  opacity: 1;
}
.sub__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px -6px rgba(35, 196, 131, 0.55), 0 4px 10px -2px rgba(0, 0, 0, 0.18);
}
.sub__button:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px -2px rgba(35, 196, 131, 0.6), 0 2px 6px -1px rgba(0, 0, 0, 0.2);
}
.sub__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.6666666667);
  outline-offset: 4px;
}
.sub__button::after {
  content: "";
  position: absolute;
  inset: -12px;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  animation: pulseHalo 4.2s ease-in-out infinite;
  pointer-events: none;
}
.sub__button:hover::after {
  animation-play-state: running;
}
@media (max-width: 820px) {
  .sub__box {
    padding: 2.2rem 2rem;
  }
  .sub__title {
    font-size: clamp(1.9rem, 5.4vw, 2.4rem);
  }
  .sub__text {
    margin-bottom: 24px;
  }
  .sub__number {
    margin-bottom: 22px;
  }
  .sub__button {
    padding: 16px 34px;
  }
}
@media (max-width: 520px) {
  .sub__box {
    padding: 2rem 1.5rem 2.4rem;
  }
  .sub__button {
    width: 100%;
    justify-content: center;
  }
  .sub__title::after {
    bottom: -8px;
  }
}

@keyframes floatOrb {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulseHalo {
  0%, 55% {
    opacity: 0;
    transform: scale(0.55);
  }
  60% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
/* removed empty .container */
.cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 2000;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .cart-modal {
    align-items: stretch;
  }
}
.cart-modal.open {
  display: flex;
}
.cart-modal__content {
  background: #fff;
  border-radius: 16px;
  margin: 40px auto 0 auto;
  padding: 24px;
  min-width: 320px;
  max-width: 400px;
  width: 100%;
  position: relative;
}
@media (max-width: 900px) {
  .cart-modal__content {
    border-radius: 0;
    margin: 0;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    height: 100vh;
    padding: 24px 12px 12px 12px;
  }
}
.cart-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 2em;
  cursor: pointer;
}
.cart-modal__title {
  margin-bottom: 16px;
  text-align: center;
}
.cart-modal__items {
  margin-bottom: 16px;
}
.cart-modal__item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.cart-modal__item-name {
  flex: 1;
}
.cart-modal__item-qty {
  width: 50px;
  text-align: center;
}
.cart-modal__item-remove {
  background: none;
  border: none;
  color: #e74c3c;
  font-size: 1.2em;
  cursor: pointer;
}
.cart-modal__order, .cart-modal__form button {
  width: 100%;
  background: #27ae60;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 1.1em;
  margin-top: 10px;
  cursor: pointer;
}
.cart-modal__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.cart-modal__empty {
  text-align: center;
  color: #888;
  margin-bottom: 16px;
}
.cart-modal .cart-modal__form input[type=text],
.cart-modal .cart-modal__form input[type=tel] {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #27ae60;
  font-size: 1.1em;
  margin-bottom: 8px;
  outline: none;
  transition: border-color 0.2s;
  background: #f8fff9;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
.cart-modal .cart-modal__form input:invalid[pattern] {
  border-color: #e67e22;
  background: #fff9f2;
}
@media (min-width: 540px) {
  .cart-modal .cart-modal__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .cart-modal .cart-modal__form input[name=name],
  .cart-modal .cart-modal__form input[name=surname] {
    grid-column: span 1;
  }
  .cart-modal .cart-modal__form input[name=city] {
    grid-column: span 1;
  }
  .cart-modal .cart-modal__form input[name=np_branch] {
    grid-column: span 1;
  }
  .cart-modal .cart-modal__form input[name=phone] {
    grid-column: span 2;
  }
  .cart-modal .cart-modal__form button[type=submit] {
    grid-column: span 2;
  }
}
.cart-modal .cart-modal__form input[type=text]:focus,
.cart-modal .cart-modal__form input[type=tel]:focus {
  border-color: #23c483;
  background: #fff;
}
.cart-modal .cart-modal__form button[type=submit] {
  width: 100%;
  background: #27ae60;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 1.1em;
  margin-top: 10px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}
.cart-modal .cart-modal__form button[type=submit]:hover {
  background: #23c483;
}

.fly-to-cart-img {
  position: fixed;
  z-index: 3000;
  pointer-events: none;
  transition: transform 0.8s cubic-bezier(0.4, 2, 0.6, 1), opacity 0.8s;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1333333333);
  opacity: 1;
}

.header__basket {
  position: relative;
}

.header__basket-count {
  position: absolute;
  left: 0;
  bottom: -6px;
  background: #27ae60;
  color: #fff;
  font-size: 0.95em;
  font-weight: 700;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(46, 229, 157, 0.3803921569);
  border: 2px solid #fff;
  pointer-events: none;
  z-index: 2;
  transition: background 0.2s;
}

.cart-modal__message {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #e9fbf4, #ffffff);
  border: 1px solid #c5f0df;
  border-radius: 14px;
  box-shadow: 0 4px 18px -4px rgba(32, 201, 128, 0.2), 0 2px 6px -2px rgba(14, 111, 78, 0.1333333333);
  font-size: 1.05em;
  font-weight: 600;
  color: #137a4f;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  max-width: 100%;
  animation: fadeInCartMsg 0.45s ease;
  opacity: 0;
  pointer-events: none;
}
.cart-modal__message.show {
  opacity: 1;
}
.cart-modal__message span,
.cart-modal__message br {
  pointer-events: none;
}

@keyframes fadeInCartMsg {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.97);
  }
  60% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 1;
  }
}
.cart-modal__item {
  display: grid;
  /* name | qty | price (fixed) | remove */
  grid-template-columns: 1fr 58px 78px 32px;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  transition: background 0.18s ease;
}
.cart-modal__item:hover {
  background: #f7fdfb;
}

.cart-modal__item-name {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 500;
  line-height: 1.25;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
  font-size: 0.95em;
  max-height: 3.9em;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(180deg, #000 85%, rgba(0, 0, 0, 0.15));
          mask-image: linear-gradient(180deg, #000 85%, rgba(0, 0, 0, 0.15));
}

.cart-modal__item-qty {
  width: 58px;
  text-align: center;
  padding: 4px 4px;
  border: 1px solid #d9eae3;
  border-radius: 8px;
  font-size: 0.9em;
  background: #fff;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.cart-modal__item-qty:focus {
  outline: none;
  border-color: #23c483;
  box-shadow: 0 0 0 2px rgba(35, 196, 131, 0.2);
}

.cart-modal__item-price {
  font-weight: 600;
  font-size: 0.95em;
  color: #23c483;
  white-space: nowrap;
  justify-self: end;
  width: 78px; /* синхронно з grid */
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
}

.cart-modal__item-remove {
  background: none;
  border: none;
  color: #e74c3c;
  font-size: 1.3em;
  line-height: 1;
  cursor: pointer;
  padding: 2px;
  border-radius: 6px;
  transition: background 0.2s, transform 0.15s;
}
.cart-modal__item-remove:hover {
  background: #ffe8e5;
}
.cart-modal__item-remove:active {
  transform: scale(0.85);
}

@media (min-width: 680px) {
  .cart-modal__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
  }
  .cart-modal__form input[name=name],
  .cart-modal__form input[name=surname],
  .cart-modal__form input[name=city],
  .cart-modal__form input[name=np_branch] {
    grid-column: span 1;
  }
  .cart-modal__form input[name=ukr_index] {
    grid-column: span 1;
  }
  .cart-modal__shipping {
    grid-column: span 2;
  }
  .cart-modal__form input[name=phone],
  .cart-modal__form button[type=submit] {
    grid-column: span 2;
  }
}
.cart-modal__content,
.cart-modal__form {
  overflow-x: hidden;
}

.cart-modal__shipping {
  border: 1px solid rgba(35, 196, 131, 0.3333333333);
  border-radius: 12px;
  padding: 10px 14px 12px 14px;
  margin: 4px 0 6px 0;
  background: #f8fff9;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.cart-modal__shipping legend {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #27ae60;
  padding: 0 6px;
}
.cart-modal__shipping .cart-modal__radio {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  background: #fff;
  border: 1px solid rgba(35, 196, 131, 0.2);
  padding: 6px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.cart-modal__shipping .cart-modal__radio input[type=radio] {
  accent-color: #27ae60;
  cursor: pointer;
}
.cart-modal__shipping .cart-modal__radio span {
  pointer-events: none;
  font-weight: 600;
}
.cart-modal__shipping .cart-modal__radio:hover {
  border-color: rgba(35, 196, 131, 0.6666666667);
}
.cart-modal__shipping .cart-modal__radio input[type=radio]:checked + span {
  color: #27ae60;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Ensure content has breathing room and respects safe areas (iOS) */
  padding: 12px;
  padding-top: max(12px, env(safe-area-inset-top));
  padding-right: max(12px, env(safe-area-inset-right));
  padding-bottom: max(12px, env(safe-area-inset-bottom));
  padding-left: max(12px, env(safe-area-inset-left));
  /* Glassy overlay with backdrop blur */
  background: radial-gradient(1200px 600px at 20% 15%, rgba(35, 196, 131, 0.1), rgba(35, 196, 131, 0) 60%), rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(6px) saturate(110%);
  backdrop-filter: blur(6px) saturate(110%);
  animation: overlayFade 260ms ease-out both;
}
.product-modal__content {
  position: relative;
  max-width: min(880px, 94vw);
  width: 100%;
  /* Glassmorphism card */
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(238, 253, 246, 0.92));
  border-radius: 22px;
  padding: clamp(20px, 3.2vw, 28px) clamp(18px, 3vw, 26px);
  box-shadow: 0 12px 36px -10px rgba(0, 0, 0, 0.28), 0 4px 16px -8px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(199, 242, 228, 0.7) inset;
  isolation: isolate;
  overflow: hidden;
  transform-origin: 50% 46%;
  animation: modalIn 320ms cubic-bezier(0.18, 0.9, 0.12, 1.1) both 60ms;
  /* Gradient inner-border ring */
  /* Soft glow orb */
  /* Layout: stack on mobile, 2-col on >=640px */
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "img" "info";
  row-gap: clamp(14px, 2vw, 18px);
  -moz-column-gap: clamp(16px, 2.4vw, 24px);
       column-gap: clamp(16px, 2.4vw, 24px);
  /* Cap height using viewport + safe areas; allow inner scroll */
  max-height: calc(100vh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  /* Prefer dynamic viewport units when supported (iOS Safari modern) */
  /* Narrowest screens */
}
.product-modal__content::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* thickness */
  border-radius: inherit;
  background: linear-gradient(135deg, var(--brand-green-light) 0%, var(--brand-green-accent) 55%, var(--brand-green) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.7;
  pointer-events: none;
}
.product-modal__content::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -90px;
  background: radial-gradient(circle at 40% 40%, rgba(35, 196, 131, 0.35), rgba(35, 196, 131, 0) 68%);
  filter: blur(6px) saturate(120%);
  opacity: 0.45;
  mix-blend-mode: multiply;
  pointer-events: none;
  animation: floatOrb 28s linear infinite;
}
@supports (height: 100dvh) {
  .product-modal__content {
    max-height: calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }
}
@media (min-width: 640px) {
  .product-modal__content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
    grid-template-areas: "img info";
    align-items: center;
  }
}
@media (max-width: 400px), (max-height: 600px) {
  .product-modal__content {
    border-radius: 14px;
    max-height: 96vh;
    padding: 14px 12px 16px 12px;
  }
}
.product-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(39, 174, 96, 0.1), rgba(35, 196, 131, 0.05));
  border: 1px solid rgba(35, 196, 131, 0.35);
  border-radius: 12px;
  color: var(--brand-green);
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease, background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
.product-modal__close:hover {
  background: linear-gradient(135deg, rgba(39, 174, 96, 0.16), rgba(35, 196, 131, 0.1));
  box-shadow: 0 6px 18px -8px rgba(35, 196, 131, 0.6);
  transform: translateY(-1px) scale(1.02);
}
.product-modal__close:active {
  transform: scale(0.96);
}
@media (max-width: 400px), (max-height: 600px) {
  .product-modal__close {
    width: 34px;
    height: 34px;
    font-size: 1.3rem;
    top: 8px;
    right: 8px;
    border-radius: 10px;
  }
}
.product-modal__img {
  grid-area: img;
  width: min(92%, 380px);
  justify-self: center;
  border-radius: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  /* Prevent image from consuming too much vertical space */
  max-height: clamp(180px, 38vh, 320px);
  box-shadow: 0 6px 18px -10px rgba(35, 196, 131, 0.4), 0 2px 8px -2px rgba(0, 0, 0, 0.15);
  transition: transform 0.45s ease, box-shadow 0.35s ease, filter 0.35s ease;
  /* Subtle interactive lift */
}
@media (min-width: 640px) {
  .product-modal__img {
    width: min(92%, 360px);
  }
}
@media (max-width: 400px), (max-height: 600px) {
  .product-modal__img {
    width: min(96%, 75vw);
    max-height: clamp(150px, 34vh, 260px);
  }
}
.product-modal__content:hover .product-modal__img {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px -10px rgba(35, 196, 131, 0.5), 0 4px 12px -6px rgba(0, 0, 0, 0.18);
  filter: saturate(1.02);
}
.product-modal__info {
  grid-area: info;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 640px) {
  .product-modal__info {
    text-align: center;
    align-items: center;
  }
}
.product-modal__name {
  font-size: clamp(1.2rem, 0.95vw + 0.9rem, 1.6rem);
  font-weight: 900;
  line-height: 1.15;
  margin: 2px 0 6px 0;
  background: #27ae60;
  -webkit-background-clip: text;
  background-clip: text;
  color: #27ae60;
  letter-spacing: 0.3px;
}
@media (max-width: 400px), (max-height: 600px) {
  .product-modal__name {
    margin: 0 0 4px 0;
  }
}
.product-modal__price {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(1rem, 0.6vw + 0.85rem, 1.2rem);
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-green) 0%, var(--brand-green-accent) 100%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 14px;
  border-radius: 14px;
  box-shadow: 0 6px 16px -8px rgba(35, 196, 131, 0.55), 0 2px 6px -2px rgba(0, 0, 0, 0.12);
  margin: 0 0 8px 0;
  white-space: nowrap;
}
.product-modal__price .currency {
  font-weight: 700;
  opacity: 0.9;
}
@media (max-width: 400px), (max-height: 600px) {
  .product-modal__price {
    padding: 8px 12px;
    border-radius: 12px;
  }
}
.product-modal__desc {
  font-size: clamp(0.95rem, 0.35vw + 0.8rem, 1.05rem);
  line-height: 1.45;
  color: #234;
  opacity: 0.95;
  margin: 0 0 6px 0;
  text-wrap: pretty;
}

/* Entrance animations and overlay fade */
@keyframes modalIn {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
  }
  60% {
    opacity: 1;
    transform: translateY(0) scale(1.006);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes overlayFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .product-modal {
    animation: none !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .product-modal__content {
    animation: none !important;
    transition: none !important;
  }
  .product-modal__img,
  .product-modal__close {
    transition: none !important;
  }
}
@media (min-width: 1400px) {
  .shop__box {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 26px;
  }
  .card-item {
    max-width: 340px;
    padding: 1.5em 1.2em 1.6em;
    font-size: clamp(1rem, 1.05vw, 1.28rem);
    border-radius: 20px;
  }
  .card-item__img {
    max-width: 95%;
    margin-bottom: 1.25em;
    aspect-ratio: 3/4;
  }
  .card-item__name {
    font-size: 1.18em;
    line-height: 1.05;
    margin-bottom: 0.9em;
  }
  .card-item__price {
    font-size: 1.1em;
    margin-bottom: 14px;
  }
  .card-item__btn {
    font-size: 0.62em;
    padding: 1.5em 3.4em;
    letter-spacing: 1px;
  }
  .card-item__label {
    font-size: 1.05em;
    padding: 4px 16px;
    bottom: 26px;
  }
}
@media (min-width: 1700px) {
  .shop__box {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 34px;
  }
  .card-item {
    max-width: 390px; /* трохи ширше, щоб не здавалась меншою */
    font-size: clamp(1.1rem, 0.85vw + 0.25rem, 1.45rem); /* зростає з шириною екрана */
    padding: 1.65em 1.35em 1.75em;
  }
  .card-item__img {
    max-width: 100%;
    margin-bottom: 1.35em;
  }
  .card-item__name {
    font-size: 1.25em;
  }
  .card-item__price {
    font-size: 1.18em;
    margin-bottom: 16px;
  }
  .card-item__btn {
    font-size: 0.66em;
    padding: 1.6em 3.8em;
    letter-spacing: 1.05px;
  }
  .card-item__label {
    font-size: 1.08em;
  }
}
/* Після 1994px фіксуємо типографіку (не росте далі) */
@media (min-width: 1995px) {
  .shop__box {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 36px;
  }
  .card-item {
    max-width: 400px;
    font-size: 1.31rem; /* зафіксоване середнє значення */
    padding: 1.65em 1.35em 1.75em;
  }
  .card-item__img {
    max-width: 100%;
  }
  .card-item__name {
    font-size: 1.25em;
  }
  .card-item__price {
    font-size: 1.18em;
  }
  .card-item__btn {
    font-size: 0.66em;
    padding: 1.6em 3.8em;
  }
  .card-item__label {
    font-size: 1.08em;
  }
}
.footer {
  border-radius: 20px 20px 0 0;
  padding: 20px 0 10px 0;
  background-color: #27ae60;
}
.footer__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.footer__logo, .footer__license {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.footer__contacts {
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.footer__fop {
  font-size: 1.2em;
  line-height: 1.2em;
}
.footer__name {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0 0 10px 0;
}
.footer__adress {
  font-size: 1.1em;
  line-height: 1.1em;
  margin: 0 0 10px 0;
}
@media (max-width: 1300px) {
  .footer__adress {
    text-align: center;
  }
}
.footer__number {
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 10px 0;
}
.footer__made-ua {
  max-width: 150px;
  margin: 0 0 10px 0;
}
@media (max-width: 1300px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .footer__logo {
    width: 170px;
  }
  .footer__conacts {
    text-align: center;
  }
  .footer__license {
    flex: unset;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer__made-ua {
    max-width: 100px;
    margin: 0 0 10px 0;
  }
}

.burger-menu {
  display: none;
  cursor: pointer;
  flex-direction: column;
}

.burger-menu_span {
  display: block;
  width: 32px;
  height: 3px;
  background: linear-gradient(-45deg, #2ecc40 0, #27ae60 34%, rgba(20, 90, 50, 0.6549019608) 73%) !important;
  margin-bottom: 5px;
  transition: 0.4s;
}

.burger-menu_span:nth-child(3) {
  margin-bottom: 0px;
}

@media (max-width: 1200px) {
  .header__menu {
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
    width: 100%;
    z-index: 1500;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    border-radius: 15px;
    right: 10px;
    top: 60px;
  }
  .header__menu.open {
    display: flex;
  }
  .burger-menu {
    display: flex;
    z-index: 2000;
  }
  /* Анімація бургер-меню */
  .burger-menu.open .burger-menu_span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 8px;
  }
  .burger-menu.open .burger-menu_span:nth-child(2) {
    opacity: 0;
  }
  .burger-menu.open .burger-menu_span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -8px;
  }
}/*# sourceMappingURL=style.css.map */