.mobile-bottom-nav,
.mobile-categories {
  display: none;
}

.top-info-track,
.top-info-set {
  display: contents;
}

.top-info-set.duplicate,
.top-info-icon {
  display: none;
}

@media (max-width: 850px) {
  body {
    padding-bottom: 118px;
    background:
      radial-gradient(circle at 18% 12%, rgba(214, 166, 74, .16), transparent 18rem),
      radial-gradient(circle at 88% 0%, rgba(255, 255, 255, .07), transparent 20rem),
      #050706;
  }

  .topbar {
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 12px 20px;
    color: #f7f2e8;
    background: #050706;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    white-space: nowrap;
    scrollbar-width: none;
  }

  .topbar::-webkit-scrollbar {
    display: none;
  }

  .topbar span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 800;
  }

  .topbar span::before {
    color: var(--gold);
    font-size: 17px;
  }

  .top-info-ticker span::before {
    content: none !important;
  }

  .topbar span::before {
    content: none !important;
  }

  .top-info-set.duplicate {
    display: none;
  }

  .topbar span:nth-child(1)::before { content: "◷"; }
  .topbar span:nth-child(2)::before { content: "⌕"; }
  .topbar span:nth-child(3)::before { content: "⌖"; }

  .nav {
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58px 76px;
    gap: 12px;
    align-items: center;
    padding: 20px;
    background: linear-gradient(180deg, rgba(5, 7, 6, .98), rgba(5, 7, 6, .88));
    border-bottom: 0;
  }

  .logo {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    min-width: 0;
  }

  .mark {
    width: 72px;
    height: 72px;
    box-shadow: 0 0 0 2px rgba(214, 166, 74, .18), 0 16px 32px rgba(0, 0, 0, .38);
  }

  .logo b {
    color: #fff;
    font-size: 24px;
    line-height: 1.08;
    overflow-wrap: normal;
  }

  .logo b::first-line {
    color: #fff;
  }

  .logo small {
    display: block;
    margin-top: 4px;
    color: var(--gold);
    font-size: 12px;
  }

  .menu {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    justify-self: center;
    color: #080806;
    background: linear-gradient(135deg, var(--gold-soft), var(--gold));
    border-radius: 50%;
    font-size: 27px;
    box-shadow: 0 14px 30px rgba(214, 166, 74, .25);
  }

  .cart-link {
    position: relative;
    display: grid;
    place-items: center;
    justify-self: end;
    width: 70px;
    height: 54px;
    padding: 0;
    color: #090806;
    background: linear-gradient(135deg, var(--gold-soft), var(--gold));
    border-radius: 17px;
    font-size: 0;
    box-shadow: 0 14px 30px rgba(214, 166, 74, .22);
  }

  .cart-link::before {
    content: "";
    width: 29px;
    height: 29px;
    background: #090806;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h8.9a2 2 0 0 0 1.96-1.6l1.42-7.4H5.12'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h8.9a2 2 0 0 0 1.96-1.6l1.42-7.4H5.12'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .cart-link [data-cart-count] {
    position: absolute;
    top: -7px;
    right: -8px;
    display: grid;
    place-items: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    color: #fff;
    background: #151515;
    border: 2px solid rgba(245, 212, 138, .45);
    border-radius: 999px;
    font-size: 12px;
  }

  .language-switcher {
    max-width: calc(100vw - 40px);
  }

  .links {
    top: 104px;
    padding: 16px 20px 20px;
    background: rgba(5, 7, 6, .98);
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(214, 166, 74, .18);
  }

  .links a {
    padding: 12px 0;
    font-size: 17px;
  }

  .hero {
    min-height: calc(100svh - 52px);
    margin: 0 8px;
    padding: 76px 20px 118px;
    align-items: center;
    background-position: center;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
  }

  .hero-slider {
    position: relative;
    box-shadow: inset 0 -220px 160px rgba(0, 0, 0, .78);
  }

  .heroText {
    max-width: 100%;
  }

  .eyebrow {
    margin-bottom: 16px;
    color: var(--gold);
    letter-spacing: .08em;
    font-size: 14px;
  }

  .hero h1 {
    max-width: 420px;
    margin-bottom: 18px;
    color: #fff8ed;
    font-size: clamp(48px, 13vw, 70px);
    line-height: .98;
    text-shadow: 0 8px 28px rgba(0, 0, 0, .48);
  }

  .hero h1::first-line {
    color: #fff8ed;
  }

  .hero p:not(.eyebrow) {
    max-width: 360px;
    margin-bottom: 26px;
    color: #f1eee8;
    font-size: 22px;
    line-height: 1.45;
  }

  .hero .btn {
    width: min(100%, 308px);
    min-height: 62px;
    margin: 0 8px 10px 0;
    border-radius: 16px;
    font-size: 18px;
  }

  .hero .btn::before {
    content: "";
    width: 26px;
    height: 26px;
    margin-right: 12px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h8.9a2 2 0 0 0 1.96-1.6l1.42-7.4H5.12'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h8.9a2 2 0 0 0 1.96-1.6l1.42-7.4H5.12'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .hero .btn.ghost {
    color: #fff;
    background: rgba(5, 7, 6, .48);
    border-color: var(--gold);
  }

  .hero .btn.ghost::before {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41 11 3.83a2 2 0 0 0-1.41-.58H4a1 1 0 0 0-1 1v5.59a2 2 0 0 0 .59 1.41l9.58 9.58a2 2 0 0 0 2.83 0l4.59-4.59a2 2 0 0 0 0-2.83Z'/%3E%3Cpath d='M7 7h.01'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41 11 3.83a2 2 0 0 0-1.41-.58H4a1 1 0 0 0-1 1v5.59a2 2 0 0 0 .59 1.41l9.58 9.58a2 2 0 0 0 2.83 0l4.59-4.59a2 2 0 0 0 0-2.83Z'/%3E%3Cpath d='M7 7h.01'/%3E%3C/svg%3E");
  }

  .slider-dots {
    margin-top: 8px;
  }

  .features {
    grid-template-columns: repeat(4, minmax(112px, 1fr));
    gap: 0;
    margin: 18px 20px 0;
    padding: 18px 8px;
    overflow-x: auto;
    background: rgba(7, 10, 9, .78);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .34);
    scrollbar-width: none;
  }

  .features::-webkit-scrollbar {
    display: none;
  }

  .feature {
    min-width: 118px;
    padding: 18px 10px;
    text-align: center;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .feature::before {
    display: block;
    content: "";
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    background: var(--gold);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
  }

  .feature:nth-child(1)::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 4 13c0-6 8-10 16-9 1 8-3 16-9 16Z'/%3E%3Cpath d='M4 21c3-5 7-8 13-11'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 4 13c0-6 8-10 16-9 1 8-3 16-9 16Z'/%3E%3Cpath d='M4 21c3-5 7-8 13-11'/%3E%3C/svg%3E");
  }

  .feature:nth-child(2)::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 5.5c4-2.4 10.4-1.6 12.2 2.1 1.9 3.9-1.7 8.7-6.6 10.5-4.2 1.5-8.8.4-10-2.8-1.3-3.4.5-7.4 4.4-9.8Z'/%3E%3Cpath d='M8 9c2.5 1.6 6.4 1.7 9.6.1'/%3E%3Cpath d='M7.2 14.5c2.5.9 5.7.7 8.8-.9'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 5.5c4-2.4 10.4-1.6 12.2 2.1 1.9 3.9-1.7 8.7-6.6 10.5-4.2 1.5-8.8.4-10-2.8-1.3-3.4.5-7.4 4.4-9.8Z'/%3E%3Cpath d='M8 9c2.5 1.6 6.4 1.7 9.6.1'/%3E%3Cpath d='M7.2 14.5c2.5.9 5.7.7 8.8-.9'/%3E%3C/svg%3E");
  }

  .feature:nth-child(3)::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h8.9a2 2 0 0 0 1.96-1.6l1.42-7.4H5.12'/%3E%3Cpath d='M8 10h10'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h8.9a2 2 0 0 0 1.96-1.6l1.42-7.4H5.12'/%3E%3Cpath d='M8 10h10'/%3E%3C/svg%3E");
  }

  .feature:nth-child(4)::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  }

  .feature strong {
    color: #fff;
    font-size: 16px;
  }

  .feature span {
    margin-top: 8px;
    color: rgba(255, 248, 234, .72);
    font-size: 14px;
  }

  .mobile-categories {
    display: block;
    padding: 42px 20px 12px;
  }

  .mobile-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
  }

  .mobile-section-title h2 {
    margin: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
  }

  .mobile-section-title a {
    color: var(--gold);
    font-weight: 900;
    white-space: nowrap;
  }

  .mobile-category-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(156px, 42%);
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mobile-category-scroll::-webkit-scrollbar {
    display: none;
  }

  .mobile-category-card {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 16px;
    scroll-snap-align: start;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .34);
  }

  .mobile-category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .76));
  }

  .mobile-category-card::after {
    content: "●";
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    order: -1;
    width: 42px;
    height: 42px;
    margin-bottom: auto;
    color: #fff8ea;
    background: rgba(214, 166, 74, .72);
    border-radius: 50%;
  }

  .mobile-category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .mobile-category-card span,
  .mobile-category-card small {
    position: relative;
    z-index: 2;
  }

  .mobile-category-card span {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
  }

  .mobile-category-card small {
    color: rgba(255, 248, 234, .78);
    font-size: 15px;
  }

  .section {
    padding: 42px 20px;
  }

  .section > h2,
  .wood-band h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
  }

  .mini-grid,
  .grid,
  .reviews {
    gap: 14px;
  }

  .card,
  .offer,
  .mini-card,
  .review,
  .panel,
  .shop-card,
  .cart-panel,
  .legal-box {
    border-radius: 16px;
  }

  .whatsapp {
    display: none;
  }

  footer {
    padding-bottom: 130px;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    padding: 12px 8px 10px;
    background: linear-gradient(180deg, rgba(28, 29, 27, .97), rgba(10, 11, 10, .97));
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    box-shadow: 0 -10px 34px rgba(0, 0, 0, .5);
    backdrop-filter: blur(18px);
  }

  .mobile-bottom-nav a {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 4px;
    min-width: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
  }

  .mobile-nav-icon {
    display: block;
    width: 28px;
    height: 28px;
    color: rgba(255, 255, 255, .64);
    font-size: 0;
    background: currentColor;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
  }

  .mobile-bottom-nav a:nth-child(1) .mobile-nav-icon {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 10 9-7 9 7'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 10 9-7 9 7'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
  }

  .mobile-bottom-nav a:nth-child(2) .mobile-nav-icon {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12c0-4 3-7 7-7 3 0 5 2 5 5 0 5-5 9-10 9-3 0-5-2-5-5 0-2 1-4 3-5'/%3E%3Cpath d='M8 12c2 1 5 1 8-1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12c0-4 3-7 7-7 3 0 5 2 5 5 0 5-5 9-10 9-3 0-5-2-5-5 0-2 1-4 3-5'/%3E%3Cpath d='M8 12c2 1 5 1 8-1'/%3E%3C/svg%3E");
  }

  .mobile-bottom-nav a:nth-child(3) .mobile-nav-icon {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41 11 3.83a2 2 0 0 0-1.41-.58H4a1 1 0 0 0-1 1v5.59a2 2 0 0 0 .59 1.41l9.58 9.58a2 2 0 0 0 2.83 0l4.59-4.59a2 2 0 0 0 0-2.83Z'/%3E%3Cpath d='M7 7h.01'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41 11 3.83a2 2 0 0 0-1.41-.58H4a1 1 0 0 0-1 1v5.59a2 2 0 0 0 .59 1.41l9.58 9.58a2 2 0 0 0 2.83 0l4.59-4.59a2 2 0 0 0 0-2.83Z'/%3E%3Cpath d='M7 7h.01'/%3E%3C/svg%3E");
  }

  .mobile-bottom-nav a:nth-child(4) .mobile-nav-icon {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h8.9a2 2 0 0 0 1.96-1.6l1.42-7.4H5.12'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h8.9a2 2 0 0 0 1.96-1.6l1.42-7.4H5.12'/%3E%3C/svg%3E");
  }

  .mobile-bottom-nav a:nth-child(5) .mobile-nav-icon {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
  }

  .mobile-bottom-nav a.active,
  .mobile-bottom-nav a.active .mobile-nav-icon {
    color: var(--gold);
  }

  .mobile-bottom-nav a.active::after {
    content: "";
    width: 48px;
    height: 4px;
    margin-top: 4px;
    background: var(--gold);
    border-radius: 999px;
  }

  .mobile-count {
    position: absolute;
    top: -7px;
    right: 16px;
    display: grid;
    place-items: center;
    min-width: 23px;
    height: 23px;
    padding: 0 6px;
    color: #111;
    background: var(--gold);
    border-radius: 999px;
    font-size: 12px;
  }

  .cookie {
    bottom: 104px;
    padding: 12px;
    font-size: 12px;
  }
}

@media (max-width: 560px) {
  .nav {
    grid-template-columns: minmax(0, 1fr) 54px 68px;
    gap: 10px;
    padding: 16px;
  }

  .logo {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
  }

  .mark {
    width: 58px;
    height: 58px;
  }

  .logo b {
    font-size: 20px;
  }

  .logo small {
    display: none;
  }

  .menu {
    width: 50px;
    height: 50px;
    font-size: 26px;
  }

  .cart-link {
    width: 64px;
    height: 50px;
    border-radius: 17px;
  }

  .hero {
    min-height: 620px;
    padding-top: 110px;
  }

  .hero .btn {
    width: 100%;
  }

  .features {
    grid-template-columns: repeat(4, 118px);
  }

  .mobile-category-scroll {
    grid-auto-columns: 48%;
  }

  .mobile-bottom-nav {
    left: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 24px;
  }

  .mobile-bottom-nav a {
    font-size: 11px;
  }
}

@media (max-width: 410px) {
  .nav {
    grid-template-columns: minmax(0, 1fr) 48px 60px;
    gap: 8px;
    padding: 14px;
  }

  .logo {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
  }

  .mark {
    width: 52px;
    height: 52px;
  }

  .logo b {
    font-size: 18px;
  }

  .menu {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }

  .cart-link {
    width: 58px;
    height: 46px;
    border-radius: 15px;
  }

  .cart-link::before {
    width: 25px;
    height: 25px;
  }

  .mobile-bottom-nav {
    padding-inline: 6px;
  }

  .mobile-bottom-nav a {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .shop-status-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 12px 20px;
    font-size: 14px;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .top-info-ticker {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    color: #fff;
    background: #050706;
    border-bottom: 1px solid rgba(214, 166, 74, .18);
    white-space: nowrap;
    scrollbar-width: none;
  }

  .top-info-ticker::-webkit-scrollbar {
    display: none;
  }

  .top-info-track {
    display: inline-flex;
    width: max-content;
    align-items: center;
    white-space: nowrap;
    animation: tickerScroll 28s linear infinite;
    will-change: transform;
  }

  .top-info-set,
  .top-info-set.duplicate {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 28px;
    padding-right: 28px;
    white-space: nowrap;
  }

  .top-info-item,
  .top-info-ticker span {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
  }

  .top-info-ticker span::before {
    content: none !important;
  }

  .top-info-icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    background: var(--gold);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
  }

  .top-info-icon.clock {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
  }

  .top-info-icon.phone {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.77.6 2.61a2 2 0 0 1-.45 2.11L8 9.7a16 16 0 0 0 6.3 6.3l1.26-1.26a2 2 0 0 1 2.11-.45c.84.28 1.71.48 2.61.6A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.77.6 2.61a2 2 0 0 1-.45 2.11L8 9.7a16 16 0 0 0 6.3 6.3l1.26-1.26a2 2 0 0 1 2.11-.45c.84.28 1.71.48 2.61.6A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
  }

  .top-info-icon.location {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  }
}

@keyframes tickerScroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}
