@font-face {
  font-family: 'Inter';
  src: url("/assets/fonts/inter.woff2") format("woff2"), url("/assets/fonts/inter.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Allura';
  src: url("/assets/fonts/allura.ttf") format("truetype"); }
body {
  font-family: Inter, system-ui, sans-serif; }
  body a {
    text-decoration: none; }

.topbar {
  background-color: #40E0D0; }
  .topbar a {
    font-size: 14px;
    color: #FFFFFF; }

.topmenu {
  border-bottom: 1px solid #E3E6EE; }
  .topmenu .topmenu-inner a {
    font-weight: 300;
    font-size: 14px;
    color: #425A8B;
    padding-right: 15px !important;
    margin-right: 15px;
    border-right: 1px solid #E3E6EE;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .topmenu .topmenu-inner a:hover {
      color: #40E0D0; }

.header {
  border-bottom: 1px solid #E3E6EE; }
  .header .logo {
    font-family: 'Allura';
    color: #1C1C1C; }
    .header .logo img {
      max-height: 70px; }
  .header .catalog-btn.dropdown a.catalog-btn-link {
    height: 50px;
    width: 325px;
    padding: 10px 14px;
    font-size: 14px;
    background-color: #425A8B;
    color: #FFFFFF; }
  .header .catalog-btn.dropdown .navbar__menu > li > a:hover, .header .catalog-btn.dropdown .navbar__menu > li > a:focus, .header .catalog-btn.dropdown .navbar__menu > li > a:active {
    background-color: #425A8B;
    color: #FFFFFF !important; }
    .header .catalog-btn.dropdown .navbar__menu > li > a:hover i, .header .catalog-btn.dropdown .navbar__menu > li > a:focus i, .header .catalog-btn.dropdown .navbar__menu > li > a:active i {
      color: #FFFFFF !important; }
  .header form {
    width: 570px;
    height: 50px; }
    .header form input {
      background-color: #F7F8FC;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .header form input:active, .header form input:focus {
        outline: none;
        border-color: #425A8B;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
    .header form button {
      top: 11px;
      right: 15px;
      border: 0;
      padding: 0; }
      .header form button:focus {
        outline: 0;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset; }
  .header .submenu .submenu-profile svg {
    color: #425A8B; }
  .header .submenu .submenu-profile span {
    font-weight: 300;
    font-size: 12px;
    color: #425A8B; }
  .header .submenu .submenu-profile h6 {
    font-weight: 700;
    font-size: 14px;
    color: #425A8B; }
  .header .submenu .submenu-cart svg {
    color: #425A8B; }
  .header .submenu .submenu-cart span {
    font-weight: 300;
    font-size: 12px;
    color: #425A8B; }
  .header .submenu .submenu-cart h6 {
    font-weight: 700;
    font-size: 14px;
    color: #425A8B; }
  .header .submenu .submenu-cart .cart-count {
    content: "";
    height: 15px;
    width: 15px;
    font-size: 12px;
    top: 0px;
    left: 25px;
    z-index: 1;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    background-color: #40E0D0;
    color: #FFFFFF !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }

.js-menu__context {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(28, 28, 28, 0.5);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 40000;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s; }
  .js-menu__context .js-menu__open {
    cursor: pointer; }
  .js-menu__context .js-menu-cart {
    position: absolute;
    right: 0;
    color: #1C1C1C;
    height: 100%;
    width: 400px;
    max-width: 85vw;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    z-index: 99;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-transition: background 0.5s, transform 0.5s;
    -o-transition: background 0.5s, transform 0.5s;
    -moz-transition: background 0.5s, transform 0.5s;
    transition: background 0.5s, transform 0.5s; }
    .js-menu__context .js-menu-cart .js-menu__title {
      border-bottom: 1px solid #E3E6EE; }
      .js-menu__context .js-menu-cart .js-menu__title .js-menu__header {
        font-weight: 700;
        font-size: 18px;
        color: #425A8B; }
      .js-menu__context .js-menu-cart .js-menu__title .js-menu__close {
        cursor: pointer;
        color: #1C1C1C; }
  .js-menu__context .cart-inner-form {
    height: calc(100% - 83px);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .js-menu__context .cart-inner-form .cart-dropdown {
      height: auto;
      overflow-x: hidden; }
      .js-menu__context .cart-inner-form .cart-dropdown ul li h6 {
        font-weight: 500;
        font-size: 14px;
        color: #425A8B; }
      .js-menu__context .cart-inner-form .cart-dropdown ul li span {
        font-weight: 700;
        font-size: 14px;
        color: #425A8B; }
      .js-menu__context .cart-inner-form .cart-dropdown ul li a {
        font-weight: 300;
        font-size: 12px;
        color: #1C1C1C; }
      .js-menu__context .cart-inner-form .cart-dropdown ul li.cart-element {
        border-bottom: 1px solid #E3E6EE; }
  .js-menu__context .cart__inner-foot {
    background-color: #425A8B;
    padding: 23px 24px 16px;
    min-height: 136px; }
    .js-menu__context .cart__inner-foot h3 {
      font-weight: 500;
      font-size: 22px;
      color: #FFFFFF; }
    .js-menu__context .cart__inner-foot a {
      background-color: #40E0D0;
      color: #FFFFFF;
      border: 1px solid #40E0D0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
      .js-menu__context .cart__inner-foot a:hover {
        background-color: #425A8B; }

.js-menu__expanded {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/*# sourceMappingURL=style.css.map */

/* ═══════════════════════════════════════════
   Design improvements
   ═══════════════════════════════════════════ */

:root {
  --clr-primary: #425A8B;
  --clr-accent:  #40E0D0;
  --clr-dark:    #1C1C1C;
  --clr-light:   #F7F8FC;
  --clr-border:  #E3E6EE;
  --radius:      10px;
  --shadow-sm:   0 2px 8px rgba(66,90,139,.07);
  --shadow-md:   0 4px 20px rgba(66,90,139,.12);
}

body { background-color: var(--clr-light); }

/* ── Кнопки ── */
.btn { border-radius: 8px; font-weight: 500; transition: background-color .2s, box-shadow .2s, transform .1s; }
.btn:active { transform: scale(.98); }
.btn-primary { background-color: var(--clr-primary); border-color: var(--clr-primary); }
.btn-primary:hover, .btn-primary:focus {
  background-color: #344d7a; border-color: #344d7a;
  box-shadow: 0 4px 14px rgba(66,90,139,.30);
}
.btn-outline-primary { color: var(--clr-primary); border-color: var(--clr-primary); }
.btn-outline-primary:hover { background-color: var(--clr-primary); border-color: var(--clr-primary); }

/* ── Карточки ── */
.card {
  border: 1px solid var(--clr-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  background: #fff;
  transition: box-shadow .2s;
}
.card:hover { box-shadow: var(--shadow-md); }
.card-title { color: var(--clr-primary); font-weight: 600; }

/* ── Инпуты ── */
.form-control, .form-select {
  border-radius: 8px; border-color: var(--clr-border); background-color: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.form-control:focus, .form-select:focus {
  border-color: var(--clr-primary);
  box-shadow: 0 0 0 3px rgba(66,90,139,.12);
}

/* ── Алерты ── */
.alert { border: none; border-radius: var(--radius); }
.alert-success { background: #d6f5f0; color: #0f6b61; }
.alert-danger  { background: #fde8e8; color: #b91c1c; }
.alert-warning { background: #fef3cd; color: #856404; }

/* ── Таблицы ── */
.table-responsive { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.table { margin-bottom: 0; background: #fff; }
.table thead th {
  background-color: var(--clr-light); color: var(--clr-primary);
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; border-bottom: 2px solid var(--clr-border);
}
.table td { vertical-align: middle; }
.table-hover tbody tr:hover { background-color: #f0f4ff; }

/* ── Хедер ── */
.header { background: #fff; box-shadow: 0 2px 16px rgba(66,90,139,.09); border-bottom: none !important; }

/* ── Меню ── */
.bottom_border { border-bottom: none !important; }
.third_header_outer { box-shadow: 0 1px 0 var(--clr-border); }
.menu-navigation .nav-link {
  font-size: 14px; font-weight: 500; color: var(--clr-primary) !important;
  padding: 6px 14px; border-radius: 6px; transition: background .15s;
}
.menu-navigation .nav-link:hover { background: rgba(66,90,139,.08); }

/* ── Бейджи ── */
.badge { font-weight: 500; border-radius: 6px; }

/* ── Ссылки ── */
a { transition: color .15s; }

/* ══════════════════════════════════════════
   Footer
   ══════════════════════════════════════════ */
.site-footer { background-color: var(--clr-primary); color: rgba(255,255,255,.8); }

.site-footer .footer-logo {
  font-family: 'Allura', cursive; font-size: 26px; color: #fff;
  display: flex; align-items: center; gap: 8px;
  text-decoration: none; margin-bottom: 12px;
}
.site-footer .footer-logo img { height: 36px; filter: brightness(0) invert(1); }
.site-footer .footer-desc { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.6; margin-bottom: 16px; }

.site-footer .footer-social { display: flex; gap: 10px; }
.site-footer .footer-social a {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.12); transition: background .2s;
}
.site-footer .footer-social a:hover { background: var(--clr-accent); }
.site-footer .footer-social svg { fill: #fff; display: block; }

.site-footer .footer-heading {
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: #fff; margin-bottom: 14px;
}
.site-footer .footer-links { list-style: none; padding: 0; margin: 0; }
.site-footer .footer-links li { margin-bottom: 9px; }
.site-footer .footer-links a { font-size: 14px; color: rgba(255,255,255,.65); transition: color .2s; }
.site-footer .footer-links a:hover { color: var(--clr-accent); }

.site-footer .footer-contact-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; color: rgba(255,255,255,.65); margin-bottom: 10px;
}
.site-footer .footer-contact-item a { color: rgba(255,255,255,.65); transition: color .2s; }
.site-footer .footer-contact-item a:hover { color: var(--clr-accent); }

.site-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12); padding: 16px 0;
  font-size: 13px; color: rgba(255,255,255,.4);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 8px;
}

/* ══════════════════════════════════════════
   Topbar
   ══════════════════════════════════════════ */
.site-topbar {
  background: #1e2d4a;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.site-topbar__phone {
  display: flex; align-items: center; gap: 7px;
  font-size: 12px; color: rgba(255,255,255,.7);
  text-decoration: none; transition: color .15s;
}
.site-topbar__phone:hover { color: var(--clr-accent); }
.site-topbar__social { display: flex; align-items: center; gap: 6px; }
.site-topbar__social a {
  display: flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  color: rgba(255,255,255,.6); transition: color .15s, background .15s;
}
.site-topbar__social a:hover { color: #fff; background: rgba(255,255,255,.1); }

/* ══════════════════════════════════════════
   Header
   ══════════════════════════════════════════ */
.site-header {
  background: #fff;
  box-shadow: 0 1px 0 var(--clr-border);
  position: sticky;
  top: 0;
  z-index: 999;
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
}

/* Logo */
.site-header__logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; flex-shrink: 0;
}
.site-header__logo img { height: 42px; }
.site-header__logo-name {
  font-family: 'Allura', cursive;
  font-size: 30px;
  color: var(--clr-primary);
  line-height: 1;
}

/* Search */
.site-header__search {
  flex: 1;
  display: flex;
  align-items: stretch;
  border: 1.5px solid var(--clr-border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--clr-light);
  transition: border-color .2s, box-shadow .2s;
}
.site-header__search:focus-within {
  border-color: var(--clr-primary);
  box-shadow: 0 0 0 3px rgba(66,90,139,.1);
  background: #fff;
}
.site-header__catalog-btn {
  display: flex; align-items: center; gap: 8px;
  padding: 0 18px;
  background: var(--clr-primary);
  color: #fff;
  font-size: 14px; font-weight: 500;
  border: none; cursor: pointer; white-space: nowrap; flex-shrink: 0;
  border-radius: 0; transition: background .15s;
  border-right: 1.5px solid rgba(255,255,255,.15);
}
.site-header__catalog-btn::after { display: none !important; }
.site-header__catalog-btn:hover { background: #344d7a; color: #fff; }
.site-header__search-form {
  display: flex; align-items: center; flex: 1;
}
.site-header__search-input {
  flex: 1; border: none; background: transparent;
  padding: 0 16px; height: 48px;
  font-size: 14px; color: var(--clr-dark); outline: none;
}
.site-header__search-input::placeholder { color: #aaa; }
.site-header__search-btn {
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; flex-shrink: 0;
  background: transparent; border: none; cursor: pointer;
  color: #bbb; transition: color .15s;
}
.site-header__search-btn:hover { color: var(--clr-primary); }

/* Actions */
.site-header__actions { display: flex; align-items: center; gap: 2px; flex-shrink: 0; }
.site-header__action {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 8px 14px; border-radius: 10px;
  color: var(--clr-primary); text-decoration: none;
  background: none; border: none; cursor: pointer;
  transition: background .15s; white-space: nowrap;
}
.site-header__action:hover { background: var(--clr-light); color: var(--clr-primary); }
.site-header__action svg { display: block; flex-shrink: 0; }
.site-header__action-label { font-size: 11px; font-weight: 500; }
.site-header__cart-badge {
  position: absolute; top: -5px; right: -8px;
  background: var(--clr-accent); color: #fff;
  font-size: 10px; font-weight: 700;
  width: 17px; height: 17px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
}

/* ══════════════════════════════════════════
   Nav
   ══════════════════════════════════════════ */
.site-nav {
  background: #fff;
  border-bottom: 1px solid var(--clr-border);
}
.site-nav__inner {
  display: flex; align-items: center;
  justify-content: space-between;
}
.site-nav__list {
  display: flex; list-style: none;
  margin: 0; padding: 0; gap: 2px;
}
.site-nav__list a {
  display: block; padding: 10px 14px;
  font-size: 13.5px; font-weight: 500;
  color: #555; text-decoration: none;
  border-radius: 8px; transition: color .15s, background .15s;
}
.site-nav__list a:hover { color: var(--clr-primary); background: rgba(66,90,139,.07); }
.site-nav__utils { display: flex; align-items: center; gap: 2px; }
.site-nav__util-link {
  display: flex; align-items: center; gap: 6px;
  padding: 8px 12px; font-size: 12.5px;
  color: #888; text-decoration: none; border-radius: 8px;
  transition: color .15s, background .15s;
}
.site-nav__util-link svg {
  width: 15px; height: 15px; fill: none;
  stroke: currentColor; flex-shrink: 0;
}
.site-nav__util-link:hover { color: var(--clr-primary); background: rgba(66,90,139,.07); }

/* ══════════════════════════════════════════
   Google-level refinements
   ══════════════════════════════════════════ */

/* Typography & rendering */
body {
  background: #F1F3F4;
  color: #3c4043;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  letter-spacing: -.01em;
}
h1,h2,h3,h4,h5,h6 { color: #202124; font-weight: 600; letter-spacing: -.02em; }
p { line-height: 1.65; }

/* Topbar — Google dark strip */
.site-topbar { background: #202124; }

/* Header — pure white, elevation */
.site-header {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.08);
  border-bottom: none;
}
.site-header__logo-name { color: #202124; }

/* Search — Google pill */
.site-header__search {
  border-radius: 9999px;
  border-color: #dfe1e5;
  background: #f1f3f4;
}
.site-header__search:hover {
  border-color: transparent;
  box-shadow: 0 1px 8px rgba(32,33,36,.24);
  background: #fff;
}
.site-header__search:focus-within {
  border-color: transparent;
  box-shadow: 0 1px 8px rgba(32,33,36,.24);
  background: #fff;
}
.site-header__catalog-btn {
  border-radius: 9999px 0 0 9999px;
  padding: 0 20px;
  background: var(--clr-primary);
}
.site-header__catalog-btn:hover { background: #344d7a; }
.site-header__search-input { background: transparent; }
.site-header__search-input::placeholder { color: #9aa0a6; }

/* Header actions — pill hover */
.site-header__action { border-radius: 9999px; padding: 8px 16px; }

/* Sticky nav — divider only */
.site-nav { background: #fff; box-shadow: none; border-bottom: 1px solid #e8eaed; padding: 4px 0; }
.site-nav__list a { border-radius: 9999px; color: #3c4043; font-size: 14px; }
.site-nav__list a:hover { background: #e8eaed; color: #202124; }
.site-nav__util-link { border-radius: 9999px; }

/* Buttons — pill shape */
.btn { border-radius: 9999px; letter-spacing: .01em; }

.btn-primary {
  background: var(--clr-primary);
  border-color: var(--clr-primary);
  box-shadow: 0 1px 2px rgba(0,0,0,.25), 0 1px 4px rgba(0,0,0,.12);
}
.btn-primary:hover {
  background: #344d7a; border-color: #344d7a;
  box-shadow: 0 2px 8px rgba(66,90,139,.45);
  transform: translateY(-1px);
}
.btn-primary:active { transform: translateY(0); box-shadow: 0 1px 2px rgba(0,0,0,.25); }

.btn-outline-primary { border-width: 1.5px; }
.btn-outline-primary:hover { transform: translateY(-1px); }
.btn-outline-secondary { border-width: 1.5px; border-color: #dadce0; color: #3c4043; }
.btn-outline-secondary:hover { background: #f1f3f4; border-color: #dadce0; color: #202124; transform: translateY(-1px); }

/* Cards — Google lift style */
.card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.08);
  transition: box-shadow .2s ease, transform .2s ease;
}
.card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,.13), 0 2px 8px rgba(0,0,0,.08);
  transform: translateY(-2px);
}
.card-title { color: #202124; }
.card-body { padding: 1.5rem; }

/* Inputs — Google outlined */
.form-control, .form-select {
  border-radius: 10px;
  border: 1.5px solid #dadce0;
  padding: .65rem 1rem;
  font-size: 14px;
  background: #fff;
  color: #3c4043;
  transition: border-color .15s, box-shadow .15s;
}
.form-control:focus, .form-select:focus {
  border-color: var(--clr-primary);
  box-shadow: 0 0 0 3px rgba(66,90,139,.15);
  background: #fff;
}
.form-label { font-size: 13.5px; font-weight: 500; color: #3c4043; margin-bottom: .4rem; }

/* Alerts — left-accent Google style */
.alert { border-radius: 12px; }
.alert-success { background: #e6f4ea; color: #137333; border-left: 4px solid #34a853; }
.alert-danger  { background: #fce8e6; color: #c5221f; border-left: 4px solid #ea4335; }
.alert-warning { background: #fef7e0; color: #b05a00; border-left: 4px solid #fbbc04; }
.alert-info    { background: #e8f0fe; color: #1558d6; border-left: 4px solid #4285f4; }

/* Table — clean Google */
.table-responsive { border-radius: 16px; box-shadow: 0 1px 3px rgba(0,0,0,.12); }
.table thead th {
  background: #f8f9fa; color: #5f6368;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .07em;
  border-bottom: 1px solid #e8eaed;
  padding: 14px 16px;
}
.table td { padding: 14px 16px; color: #3c4043; border-color: #f1f3f4; }
.table-hover tbody tr:hover { background: #f8f9fa; }

/* Badges */
.badge { border-radius: 9999px; font-weight: 600; letter-spacing: .02em; padding: .35em .75em; }
.bg-success { background: #34a853 !important; }
.bg-danger  { background: #ea4335 !important; }
.bg-warning { background: #fbbc04 !important; color: #202124 !important; }

/* Text muted */
.text-muted { color: #5f6368 !important; }

/* Small — cleaner */
small, .small { font-size: 12.5px; }

/* Scrollbar — Google style */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #dadce0; border-radius: 9999px; }
::-webkit-scrollbar-thumb:hover { background: #bdc1c6; }

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Focus visible — Google blue ring */
*:focus-visible { outline: 2px solid #4285f4; outline-offset: 2px; border-radius: 4px; }
button:focus-visible, a:focus-visible { border-radius: 9999px; }

/* Universal transition */
a, button, .btn, .card, .form-control, .form-select,
.site-header__action, .site-nav__list a, .site-nav__util-link,
.footer-links a, .footer-social a {
  transition: all .18s cubic-bezier(.4,0,.2,1);
}

/* Dividers */
hr { border-color: #e8eaed; opacity: 1; }

/* Main content spacing */
main .container { padding-top: 2rem; padding-bottom: 2rem; }

/* Footer — refined dark */
.site-footer { background: #1a2540; }
.footer-bottom { border-top-color: rgba(255,255,255,.1); font-size: 13px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px; }
.footer-bottom__links { display:flex; gap:20px; }
.footer-bottom__links a { color:rgba(255,255,255,.45); font-size:13px; }
.footer-bottom__links a:hover { color:rgba(255,255,255,.8); }
.footer-heading { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 14px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,.7); line-height: 1; }
.footer-links a:hover { color: #fff; padding-left: 4px; }
.footer-links li { margin-bottom: 11px; }
.footer-social a { width: 36px; height: 36px; border-radius: 9999px; background: rgba(255,255,255,.1); display:inline-flex; align-items:center; justify-content:center; }
.footer-social a:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }
.footer-logo { font-size: 20px; font-weight: 700; letter-spacing: -.03em; }
.footer-desc { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.6; margin-top: 12px; }
.footer-contact-item a { color: rgba(255,255,255,.75); font-size: 14px; }
.footer-contact-item a:hover { color: #fff; }

/* Dropdown — Google style */
.dropdown-menu { border: none; border-radius: 14px; box-shadow: 0 4px 20px rgba(0,0,0,.14), 0 2px 8px rgba(0,0,0,.08); padding: 6px; }
.dropdown-item { border-radius: 8px; font-size: 14px; color: #3c4043; padding: 9px 14px; }
.dropdown-item:hover { background: #f1f3f4; color: #202124; }

/* Breadcrumb */
.breadcrumb-item a { color: var(--clr-primary); font-size: 13.5px; }
.breadcrumb-item.active { color: #5f6368; font-size: 13.5px; }
.breadcrumb-item + .breadcrumb-item::before { color: #bdc1c6; }

/* Pagination */
.page-link { border-radius: 9999px !important; border: none; color: #3c4043; margin: 0 2px; width: 38px; height: 38px; display:flex; align-items:center; justify-content:center; }
.page-link:hover { background: #e8eaed; color: #202124; }
.page-item.active .page-link { background: var(--clr-primary); box-shadow: 0 2px 6px rgba(66,90,139,.4); }

/* Product cards */
.product-card {
  border-radius: 16px; background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.08);
  transition: box-shadow .2s ease, transform .2s ease;
  overflow: hidden;
}
.product-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.13); transform: translateY(-2px); }

/* ── Search bar — clean pill (final override) ─── */
.site-header__search {
  border-radius: 9999px;
  border: 1.5px solid #dfe1e5;
  background: #f1f3f4;
  overflow: visible;  /* keep dropdown visible */
  height: 50px;
  padding: 0;
  align-items: stretch;
}
.site-header__search:hover {
  border-color: transparent;
  box-shadow: 0 1px 8px rgba(32,33,36,.22);
  background: #fff;
}
.site-header__search:focus-within {
  border-color: transparent;
  box-shadow: 0 1px 8px rgba(32,33,36,.22);
  background: #fff;
}
/* Catalog button — transparent, left pill */
.site-header__catalog-btn {
  background: transparent;
  color: #3c4043;
  border: none;
  border-radius: 9999px 0 0 9999px;
  padding: 0 16px 0 20px;
  font-size: 14px; font-weight: 500;
  display: flex; align-items: center; gap: 8px;
  height: 100%; cursor: pointer; white-space: nowrap; flex-shrink: 0;
}
.site-header__catalog-btn:hover { background: rgba(0,0,0,.06); color: #202124; }
.site-header__catalog-btn::after { display: none !important; }

/* Separator line */
.site-header__sep {
  width: 1px; height: 24px;
  background: #dadce0;
  flex-shrink: 0;
  align-self: center;
}
/* Search form takes remaining space */
.site-header__search-form { display: flex; align-items: center; flex: 1; height: 100%; }
.site-header__search-input {
  flex: 1; border: none; background: transparent;
  padding: 0 12px; height: 100%;
  font-size: 14px; color: #3c4043; outline: none;
  font-family: inherit;
}
.site-header__search-input::placeholder { color: #9aa0a6; }
/* Search submit — primary pill right side */
.site-header__search-btn {
  width: 50px; height: 100%; flex-shrink: 0;
  background: var(--clr-primary);
  border: none; border-radius: 0 9999px 9999px 0;
  color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.site-header__search-btn:hover { background: #344d7a; }

/* ── Header mobile ─────────────────────────── */
.site-header__burger {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 9999px;
  background: none; border: none; cursor: pointer; color: #3c4043;
  transition: background .15s;
}
.site-header__burger:hover { background: #f1f3f4; }

/* ── Mobile menu ───────────────────────────── */
.mobile-menu {
  position: fixed; top: 0; left: 0;
  width: min(320px, 85vw); height: 100vh;
  background: #fff; z-index: 1100;
  transform: translateX(-100%);
  transition: transform .28s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
  box-shadow: 4px 0 24px rgba(0,0,0,.15);
  overflow-y: auto;
}
.mobile-menu.is-open { transform: translateX(0); }

.mobile-menu__overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.4); z-index: 1099;
  backdrop-filter: blur(2px);
}
.mobile-menu__overlay.is-open { display: block; }

.mobile-menu__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid #e8eaed;
}
.mobile-menu__title { font-size: 16px; font-weight: 700; color: #202124; }
.mobile-menu__close {
  width: 36px; height: 36px; border-radius: 9999px;
  background: none; border: none; cursor: pointer; color: #5f6368;
  display: flex; align-items: center; justify-content: center;
  transition: background .15s;
}
.mobile-menu__close:hover { background: #f1f3f4; }

.mobile-menu__search {
  display: flex; align-items: center; gap: 10px;
  margin: 16px; padding: 10px 14px;
  background: #f1f3f4; border-radius: 12px;
}
.mobile-menu__search input {
  flex: 1; border: none; background: transparent; outline: none;
  font-size: 14px; color: #3c4043; font-family: inherit;
}
.mobile-menu__search input::placeholder { color: #9aa0a6; }

.mobile-menu__nav { display: flex; flex-direction: column; padding: 8px 12px; }
.mobile-menu__link {
  display: block; padding: 12px 12px; border-radius: 10px;
  font-size: 15px; font-weight: 500; color: #202124; text-decoration: none;
  transition: background .15s;
}
.mobile-menu__link:hover { background: #f1f3f4; }

.mobile-menu__divider { height: 1px; background: #e8eaed; margin: 8px 20px; }

.mobile-menu__utils { display: flex; flex-direction: column; padding: 8px 12px; }
.mobile-menu__util {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 12px; border-radius: 10px;
  font-size: 14px; color: #5f6368; text-decoration: none;
  transition: background .15s;
}
.mobile-menu__util:hover { background: #f1f3f4; color: #202124; }

.mobile-menu__contacts {
  margin-top: auto; padding: 20px;
  border-top: 1px solid #e8eaed;
  display: flex; flex-direction: column; gap: 4px;
}
.mobile-menu__contacts a { font-size: 16px; font-weight: 700; color: var(--clr-primary); text-decoration: none; }
.mobile-menu__contacts span { font-size: 12px; color: #9aa0a6; }

/* ── Shared: utility pages (viewed, favorites, status) ── */
.util-hero {
  background: linear-gradient(135deg, #0f1f3d 0%, #2a4080 60%, #425A8B 100%);
  color: #fff; padding: 72px 20px 64px; text-align: center;
}
.util-hero__inner { max-width: 560px; margin: 0 auto; }
.util-hero__eyebrow {
  display: inline-block;
  background: rgba(255,255,255,.12); color: rgba(255,255,255,.85);
  font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  border-radius: 9999px; padding: 5px 16px; margin-bottom: 20px;
}
.util-hero__title { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; letter-spacing: -.03em; color: #fff; margin-bottom: 14px; }
.util-hero__sub { font-size: 16px; color: rgba(255,255,255,.72); line-height: 1.6; margin: 0; }

.util-section { padding: 56px 0 72px; }

.util-empty { text-align: center; max-width: 420px; margin: 0 auto; padding: 16px 0 32px; }
.util-empty__icon {
  width: 88px; height: 88px; border-radius: 9999px;
  background: rgba(66,90,139,.1);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
}
.util-empty__title { font-size: 20px; font-weight: 700; color: #202124; margin-bottom: 10px; }
.util-empty__text { font-size: 15px; color: #5f6368; line-height: 1.65; margin-bottom: 28px; }

.product-card__img-wrap { aspect-ratio: 1; overflow: hidden; }
.product-card__img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.product-card__title { font-size: 14px; font-weight: 500; color: #202124; margin-bottom: 4px; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card__price { font-size: 15px; font-weight: 700; color: var(--clr-primary); }

/* ── Shared: FAQ accordion (delivery, payment, faq pages) ── */
.del-faq { max-width: 760px; margin: 0 auto; }
.del-faq__item { border-bottom: 1px solid #e8eaed; }
.del-faq__item:first-child { border-top: 1px solid #e8eaed; }
.del-faq__q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 4px;
  font-size: 15.5px; font-weight: 500; color: #202124;
  cursor: pointer; list-style: none; user-select: none;
}
.del-faq__q::-webkit-details-marker { display: none; }
.del-faq__q::after {
  content: '';
  width: 20px; height: 20px; flex-shrink: 0; margin-left: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23425A8B' stroke-width='2.2' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform .2s;
}
details[open] .del-faq__q::after { transform: rotate(180deg); }
.del-faq__a {
  padding: 0 4px 20px;
  font-size: 14.5px; color: #5f6368; line-height: 1.7;
}

/* ── Shared: CTA block (delivery, payment pages) ── */
.del-cta { background: #fff; border-top: 1px solid #e8eaed; padding: 72px 0; }
.del-cta__inner { text-align: center; max-width: 520px; margin: 0 auto; }
.del-cta__title { font-size: 26px; font-weight: 700; letter-spacing: -.025em; color: #202124; margin-bottom: 10px; }
.del-cta__sub { font-size: 15px; color: #5f6368; margin-bottom: 32px; }
.del-cta__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
