/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ---------- Базовые переменные ---------- */
:root {

  /* Цвета */
  --color-primary: #746693; /* Changed */
  --color-primary-dark: #53486b; /* Changed */
  --color-primary-hover: #8a7da6; /* Changed */
  --color-secondary: #C8B2DC;
  --color-text-main: #2e2e2e; /* Changed */
  --color-text-secondary: #828997; /* Changed */
  --color-bg-main: #f9f8f7; /* Changed */
  --color-bg-secondary: #FFFAF5;
  --color-bg-card: #f5e8f4;
  --color-bg-card-alt: #f5eefc;
  --color-bg-card-catalog: #e8e7e9;
  --color-bg-hero-alt: #EFE9F0;

  --color-text-dark: #201F2E;
  --color-text-light: #726f93;
  /* --color-text-light: #7E7B9D; */
  --color-error: #E74C3C;
  --color-success: #27AE60;
  --color-warning: #F39C12;
  --color-info: #3498DB;
  --gradient-primary: linear-gradient(135deg, #e0d3be, #c8b2dc); /* Changed */
  --gradient-icons: linear-gradient(135deg, #e0d3be, #c8b2dc); /* Changed */

  /* Neutral colors */
  --white: #ffffff;
  --gray-100: #f9f9f9;
  --gray-200: #f0f0f0;
  --gray-300: #e0e0e0;
  --gray-400: #c4c4c4;
  --gray-500: #7e7b9d;
  --gray-600: #555;
  --gray-700: #333;
  --gray-800: #222;

  /* Шрифты */
  --font-family-main: 'Lato', Arial, sans-serif;
  --font-family-accent: 'Playfair Display', serif;

  /* Размеры шрифтов */
  --font-size-h1: 2.5rem;   /* 40px */
  --font-size-h2: 2rem;     /* 32px */
  --font-size-h3: 1.5rem;   /* 24px */
  --font-size-body: 1rem;   /* 16px */
  --font-size-small: 0.875rem; /* 14px */


  /* Размеры шрифтов PX to REM */
  --fs-12: 0.75rem;
  --fs-14: 0.875rem;
  --fs-16: 1rem;
  --fs-18: 1.125rem;
  --fs-20: 1.25rem;
  --fs-24: 1.5rem;
  --fs-30: 1.875rem;
  --fs-32: 2rem;
  --fs-36: 2.25rem;
  --fs-48: 3rem;
  --fs-60: 3.75rem;
  --fs-72: 4.5rem;

  /* Line hight */

  --line-height-xs: 1.2;
  --line-height-sm: 1.4;
  --line-height-md: 1.6;
  --line-height-lg: 1.8;
  --line-height-xl: 2;


  /* Отступы */
  --space-100: 4px;
  --space-200: 8px;
  --space-300: 12px;
  --space-400: 16px;
  --space-450: 20px;
  --space-500: 24px;
  --space-600: 32px;
  --space-700: 48px;
  --space-800: 64px;
  --space-900: 80px;


  /* Отступы (система 8px) */
  --space-xxs: 4px;
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* Радиусы */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-xxl: 40px;
  --radius-round: 50%; /* для круглых кнопок/аватаров */

  /* Borders */
  --border: 1px solid var(--color-bg-main);
  --border-white: 2px solid var(--white);
  --border-primary: 2px solid var(--color-primary);

  /* Shawdows */
    /* ========================
     Легкие тени — для текста, иконок, кнопок
  ======================== */
  --shadow-light: 0 1px 3px rgba(0, 0, 0, 0.12);
  --shadow-light-hover: 0 2px 6px rgba(0, 0, 0, 0.15);

  /* ========================
     Средние тени — для карточек, блоков
  ======================== */
  --shadow-medium: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-medium-hover: 0 6px 10px rgba(0, 0, 0, 0.15);

  /* ========================
     Сильные тени — для модальных окон, всплывающих меню
  ======================== */
  --shadow-strong: 0 10px 20px rgba(0, 0, 0, 0.2);
  --shadow-strong-hover: 0 12px 24px rgba(0, 0, 0, 0.25);

  /* ========================
     Внутренние тени — inset
  ======================== */
  --shadow-inset: inset 0 2px 4px rgba(0, 0, 0, 0.06);
  --shadow-inset-strong: inset 0 4px 8px rgba(0, 0, 0, 0.1);

  /* ========================
     Дополнительно — легкие цветные тени
     (для цветных кнопок и ярких карточек)
  ======================== */
  --shadow-color-primary: 0 4px 8px rgba(54, 47, 116, 0.25);
  --shadow-color-accent: 0 4px 8px rgba(250, 220, 198, 0.3);

  /* Transitions and animations */

  --transition-fast: 0.2s ease-in-out;
  --transition-medium: 0.3s ease-in-out;
  --transition-slow: 0.5s ease-in-out;
  --animation-speed: 0.4s;

  /* Containers and grids */
  --container-max: 1200px;
  --container-padding: 15px;
  --grid-gap-xxs: 8px;
  --grid-gap-xs: 12px;
  --grid-gap-sm: 20px;
  --grid-gap-md: 32px;
  --grid-gap-lg: 48px;

  /* Hover and active */
  --btn-hover: #482f7f;
  --btn-active: #2a245e;
  --input-focus: #362F74;
  --link-hover: #FADCC6;

    /* ===========================
     Брэйкпоинты
  ============================ */
  --breakpoint-xs: 480px;
  --breakpoint-sm: 768px;
  --breakpoint-md: 1024px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1440px;

}



/* Lato */
@font-face {
  font-family: 'Lato';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Lato Regular'),
       url('../fonts/Lato-Regular.woff2') format('woff2'),
       url('../fonts/Lato-Regular.woff') format('woff');
}


/* Playfair Display Regular */
@font-face {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Playfair Display Regular'),
       url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
       url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Playfair Display Bold'),
       url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
       url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
}


/* ===========================
   0. Расширенный сброс / normalize
=========================== */

/* Box sizing и универсальный сброс */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Основные элементы */
html, body {
  height: 100%;
  width: 100%;
  font-family: var(--font-family-main);
  font-size: var(--font-size-md);
  color: var(--color-text-dark);
  background-color: var(--color-bg-main);
  scroll-behavior: smooth;
}

/* Заголовки и текстовые элементы */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: var(--font-family-accent);
  font-weight: normal;
}

/* Списки */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Ссылки */
a {
  text-decoration: none;
  color: inherit;
}

/* Изображения */
img, picture, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Формы */
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

/* Кнопки */
button {
  cursor: pointer;
  background: none;
  border: none;
}

.back-btn {
  margin-bottom: var(--space-500);
}

/* Табы, fieldset и др. */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/* Таблицы */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Абсолютное позиционирование и списки */
ol, ul {
  list-style: none;
}

/* Кавычки для blockquote */
blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
}

/* Видео и iframe */
video, iframe {
  max-width: 100%;
  height: auto;
}

/* Скрытие outline при клике мышью, но оставить для клавиатуры */
:focus:not(:focus-visible) {
  outline: none;
}


/* ===========================
   3. Контейнеры
=========================== */

.container {
  width: 90%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

.container-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--grid-gap);
}

.flex-2-cols {
  display: flex;
  gap: var(--grid-gap-lg);
}

.grid-2-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--grid-gap-md);
}



.grid-3-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--grid-gap-md);
}

.grid-4-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--grid-gap-md);
}

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

@media (max-width: 768px) {
  .grid-2-cols {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-3-cols {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-4-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 475px) {
  .grid-4-cols {
    grid-template-columns: repeat(1, 1fr);
  }
}

.text {
  color: var(--color-text-light);
  line-height: var(--line-height-md);
}

/* Logo */

.logo {
  font-family: var(--font-family-accent);
  color: var(--color-primary);
  font-weight: 600;
}


/* ===========================
   5. Кнопки
=========================== */
.btn {
  display: inline-block;
  padding: var(--space-sm) var(--space-lg);
  font-size: var(--font-size-md);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition-medium);
}

.btn--accent {
  background-color: var(--color-primary);
  color: #fff;
  border: none;
}

.card-btn {
  display: inline-block;
  padding: var(--space-xs) var(--space-md);
  font-weight: 500;
  border-radius: var(--radius-lg);
  cursor: pointer;
  transition: var(--transition-medium);
}


.btn--accent:hover {
  background-color: var(--color-primary-hover);
}

.btn--light {
  background-color: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.btn-light:hover { background-color: var(--gray-100); }



/* ===========================
   6. Карточки
=========================== */
.card {
  background-color: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-medium);
  padding: var(--space-lg);
  transition: var(--transition-medium);
  overflow: hidden;
}
.card:hover { box-shadow: var(--shadow-medium-hover); }

.card__title {
  margin-bottom: var(--space-300);
  font-size: var(--fs-20);
  font-weight: 600;
  color: var(--color-primary);
}

.catalog__card {
  align-items: center;
  text-align: center;
  /* background-color: var(--color-bg-card); */
  background-color: #e8e7e9;
}

.card__img {
  margin-bottom: var(--space-lg);
  aspect-ratio: 1 / 1;
  box-shadow: var(--shadow-light);
}

.card__img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card__content {
  flex: 1;
  gap: var(--grid-gap-xs);
}


.card__btns {
  margin-top: auto;
}

.card__price {
  font-size: var(--fs-18);
  color: var(--color-text-light);
}

/* Icons */

.icon-wrap {
  margin-bottom: var(--space-500);
  padding: var(--space-400);
  color: var(--color-bg-main);
  background: var(--gradient-icons);
  border-radius: var(--radius-round);
}


/* ===========================
   8. Формы
=========================== */
input, textarea, select, button {
  font-family: var(--font-family-main);
  font-size: var(--font-size-md);
  padding: var(--space-sm);
  border: var(--border-thin);
  border-radius: var(--radius-sm);
  outline: none;
  transition: var(--transition-fast);
}

input:focus, textarea:focus, select:focus {
  border-color: var(--color-primary);
  box-shadow: var(--shadow-light);
}

/* ===========================
   9. Утилиты
=========================== */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }

.m-auto { margin: auto; }
.mt-sm { margin-top: var(--space-sm); }
.mb-sm { margin-bottom: var(--space-sm); }
.mt-md { margin-top: var(--space-md); }
.mb-md { margin-bottom: var(--space-md); }

.flex { display: flex; }
.flex-center { display: flex; justify-content: center; align-items: center; }
.flex-between { display: flex; justify-content: space-between; align-items: center; }
.flex-col { display: flex; flex-direction: column; }
.gap-sm { gap: var(--space-sm); }
.gap-md { gap: var(--space-md); }
.gap-lg { gap: var(--space-lg); }


/* General Classes */

.section {
  padding: var(--space-900) 0;
}

.section-title, .section-descr {
  text-align: center;
}

.section-title {
  margin-bottom: var(--space-400);
  font-size: var(--fs-36);
  font-weight: 600;
  color: var(--color-primary);
}

.section-descr {
  margin-bottom: var(--space-800);
  font-size: var(--fs-18);
  color: var(--color-text-light);
}

.img-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.img-round {
  border-radius: var(--radius-round);
  overflow: hidden;
}

.link {
  font-weight: 900;
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: var(--transition-medium);
}

.link:hover {
  color: var(--color-primary-hover);
}

.arrow {
  margin-right: var(--space-xs);
  margin-left: var(--space-xs);
}

.bullet-points-list {
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap-sm);
  padding-left: 30px;
  margin-bottom: 30px;
}

.bullet-points-list > li {
  list-style: circle;
}

.disabled-link {
  pointer-events: none; /* Отключает клики */
  cursor: default;      /* Изменяет курсор */
  opacity: 0.6;         /* Делает ссылку визуально бледнее */
  background-color: var(--gray-400);
}

/* Отступ заголовка от хлебных крошек */
.section-title {
  margin-top: var(--space-400);
  margin-bottom: var(--space-800);
  text-align: center; /* Центрируем, как на других страницах */
}

/* Стили для хлебных крошек */
.breadcrumbs {
  margin-bottom: var(--space-200);
}

.breadcrumbs__list {
  list-style: none;
  display: flex;
  gap: 8px;
  font-size: var(--fs-14);
  color: var(--color-text-secondary);
}

.breadcrumbs__item a {
  transition: color var(--transition-fast);
}

.breadcrumbs__item a:hover {
  color: var(--color-primary);
}

/* Разделитель между пунктами */
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  opacity: 0.5;
}

.breadcrumbs__item[aria-current="page"] {
  color: var(--color-primary-dark);
  font-weight: 500;
}

/* ===========================
   10. Адаптив
=========================== */
@media (max-width: var(--breakpoint-md)) {
  .container { width: 90%; padding: 0 var(--space-md); }
  .nav { flex-direction: column; gap: var(--space-md); }
}

@media (max-width: 768px) {
  .section-title {
    font-size: var(--fs-30);
  }
}

/* Header */

.header {
  padding: var(--space-400);
  background-color: var(--color-bg-main);
  box-shadow: var(--shadow-light);
}

/* Navigation */

.nav__list {
  display: flex;
  gap: var(--space-600);
  list-style: none;
}

.nav li a {
  text-decoration: none;
  color: var(--color-text-main);
  font-weight: 500;
  transition: var(--transition-fast);
}

.nav li a:hover { color: var(--color-accent); }



.header__logo {
  font-size: var(--fs-24);
}

.burger {
  display: none;
}

@media (max-width:1024px) {
  .nav {
    flex-direction: column;
    gap: var(--grid-gap-xs);
  }
}


@media (max-width:768px) {
  .header {
    position: relative;
  }
  .header__container {
    display: flex;
    justify-content: space-between;
  }
  .nav {
    flex-direction: row;
  }

  .burger {
    display: block;
  }
  /* .nav__list {
    display: none;
  } */

  .nav__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: var(--space-500);
    width: 100%;
    flex-direction: column;
    background-color: var(--color-bg-main);
    z-index: 1000;
  }

  .nav__list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--gray-300);
  }

  .nav__list--open {
    display: flex;
  }
}

.footer {
  padding: var(--space-700) 0;
}

.footer__cols {
  justify-content: space-between;
  gap: var(--grid-gap-lg);
}

.footer__col {
  flex: 1;
}

.footer__col--center {
  align-items: center;
  text-align: center;
}

.footer__col--right {
  align-items: flex-end;
}

.footer__logo {
  margin-bottom: var(--space-400);
  font-size: var(--fs-20);
}

.footer__subtitle {
  margin-bottom: var(--space-400);
  font-size: var(--fs-18);
}

.footer__menu {
  gap: var(--grid-gap-xs);
  color: var(--color-text-light);
}

.footer__email {
  align-items: center;
  gap: var(--grid-gap-xxs);
  margin-bottom: var(--space-200);
  color: var(--color-text-light);
}

.footer__social {
  gap: var(--grid-gap-xs);
  color: var(--color-text-light);
}

.divider {
  margin: var(--space-700) 0 var(--space-600) 0;
  width: 100%;
  height: 1px;
  background-color: var(--gray-300);
  opacity: 0.6;
}

.copyright {
  text-align: center;
  color: var(--color-text-light);
}

@media (max-width: 768px) {
  .footer__cols {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer__col--right {
  align-items: center;
  }
}



.catalog__title {
  font-size: var(--fs-48);
}

.catalog__tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: var(--space-700);
}

.tab {
  padding: 10px 20px;
  font-size: var(--fs-14);
  color: var(--color-primary);
  border: var(--border-primary);
  font-weight: 500;
  border-radius: var(--radius-xxl);
  cursor: pointer;
  transition: background 0.3s;
}

.tab:hover {
  background: #e0e0e0;
}

.tab.active {
  background: var(--color-primary);
  color: var(--white);
}

/* .catalog__items {
  display: grid;
  grid-gap: var(--grid-gap-lg);
  grid-template-columns: repeat(3,  1fr);
} */



.catalog__btn {
  margin-top: var(--space-300);
}

.catalog__btns {
  margin: var(--space-500) 0;
  gap: var(--grid-gap-sm);
}

.catalog__item {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.catalog__items {
  margin: var(--space-700) 0;
}

.catalog__item--bijoux {
  background-image: url(/img/gallery/collier-dentelle-en-perles.webp);
}
.catalog__item--fleurs {
  background-image: url(/img/gallery/silene-en-perles.webp);
}
.catalog__item--divers {
  background-image: url(/img/gallery/papillons-en-perles.webp);
}

.category__title {
  font-size: var(--fs-48);
  font-weight: 600;
  color: var(--gray-200);
  /* color: var(--color-bg-main); */
}

/* Product Page */

/* .product__img {
  max-height: 600px;

  border-radius: var(--radius-lg);
  overflow: hidden;
  background-color: var(--color-bg-main);
  border: 1px solid var(--gray-300);
} */

.product__content--main {
  margin-bottom: 30px;
}

.product__photo {
  object-fit: contain;
}

.product__text {
  margin-bottom: var(--space-300);
  color: var(--color-text-main);
}

.product__descr {
  grid-column: 1 / -1;
}

.product__features {
  margin-bottom: var(--space-600);
}

.product__subtitle {
  margin-bottom: var(--space-500);
  font-weight: 600;
  font-family: var(--font-family-main);
  color: var(--color-primary-dark);
}

.product__list {
  gap: var(--grid-gap-sm);
}

/* SLIDER */
.slider {
  position: relative;
  width: 100%;
  max-width: 650px;
  overflow: hidden;
  border-radius: 8px;
}

.slides {
  display: flex;
  transition: transform 0.4s ease;
  aspect-ratio: 1 / 1;
  background: #f0f0f0;
  overflow: hidden;
}

.slides img {
  width: 100%;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
  cursor: zoom-in;
}

/* Buttons */
.slider-btn {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.7);
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 22px;
  border-radius: 4px;
  transition: 0.2s;
}

.slider-btn:hover {
  background: white;
}

.prev { left: 10px; }
.next { right: 10px; }

/* ZOOM MODAL */
.zoom-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
}

.zoom-content {
  max-width: 90%;
  max-height: 90%;
}

.zoom-close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

/* ZOOM ARROWS */
.zoom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  color: white;
  cursor: pointer;
  user-select: none;
  padding: 20px;
}

.zoom-prev {
  left: 30px;
}

.zoom-next {
  right: 30px;
}

.zoom-arrow:hover {
  color: #ddd;
}



/* Mobile */
@media (max-width: 600px) {
  .slider__btn {
    font-size: 24px;
  }
}


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

  .product__img {
    min-width: none;
  }
}



