.products .product-bottom a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.cookieadmin_btn {
  min-height: 44px;
}
:focus-visible {
  outline: 3px solid #ffb000 !important;
  outline-offset: 3px;
}
@media (max-width: 767px) {
  .scroll-top-button {
    right: 12px;
    bottom: 76px;
    width: 48px;
    height: 48px;
  }
  .cookieadmin_re_consent {
    left: 12px !important;
    bottom: 12px !important;
    width: 48px !important;
    height: 48px !important;
  }
  header a[href*="/cart/"],
  header button,
  header .menu-toggle,
  .mobile-menu-button {
    min-width: 44px !important;
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
  .home h1,
  .home .title-h1 {
    font-size: clamp(32px, 10vw, 46px) !important;
    line-height: 1.08 !important;
  }
}


.sn-category-nav {
  width: min(1180px, calc(100% - 40px));
  margin: 38px auto;
  padding: 28px;
  border: 1px solid rgba(24, 34, 92, .14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(20, 28, 78, .08);
}
.sn-category-nav > strong {
  display: block;
  margin-bottom: 16px;
  color: #171651;
  font-size: 18px;
}
.sn-category-nav > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.sn-category-nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 8px;
  background: #171651;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
.sn-category-nav a:hover,
.sn-category-nav a:focus-visible {
  background: #f2a900;
  color: #171651 !important;
}
@media (max-width: 900px) {
  .sn-category-nav > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .sn-category-nav { width: calc(100% - 24px); padding: 20px 16px; }
  .sn-category-nav > div { grid-template-columns: 1fr; }
}