:root {
  --static-accent: #27312c;
  --static-soft: #f6f3ef;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  overflow-x: hidden;
}

.announcement-bar-section {
  display: none !important;
}

.header__search,
.header__icon--cart,
.desktop-localization-wrapper,
.menu-drawer__localization,
.footer__localization,
.footer__payment,
cart-notification {
  display: none !important;
}

.announcement-bar,
.announcement-bar__link,
.announcement-bar__message {
  width: 100%;
  max-width: 100%;
}

.announcement-bar__message {
  box-sizing: border-box;
  padding-inline: 16px !important;
  white-space: normal;
  line-height: 1.35;
  text-align: center;
}

.announcement-bar__message a,
.announcement-bar__message span {
  display: block;
  color: #fff !important;
  text-decoration: none;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.static-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

.collection-list__item .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.static-contact {
  padding: 56px 20px;
  color: #fff;
  background: var(--static-accent);
  text-align: center;
}

.static-contact__inner {
  width: min(680px, 100%);
  margin: 0 auto;
}

.static-contact h2 {
  margin: 0 0 14px;
  color: inherit;
  font-size: clamp(30px, 4vw, 48px);
}

.static-contact p {
  margin: 0 auto 24px;
  font-size: 17px;
  line-height: 1.7;
}

.static-contact__button {
  display: inline-block;
  border: 1px solid #fff;
  padding: 12px 24px;
  color: #fff;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.static-contact__button:hover,
.static-contact__button:focus-visible {
  color: var(--static-accent);
  background: #fff;
}

.footer__list-social .list-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.static-legal {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0 80px;
}

.static-legal__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 24px 0 42px;
}

.static-legal section {
  margin-top: 46px;
  scroll-margin-top: 32px;
}

.static-legal p,
.static-legal li {
  line-height: 1.75;
}

.static-legal a,
.static-error a {
  color: var(--static-accent);
  text-underline-offset: 3px;
}

.static-error {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  text-align: center;
}

.static-error h1 {
  margin-bottom: 12px;
  font-size: clamp(48px, 9vw, 96px);
}

@media screen and (max-width: 749px) {
  html {
    scroll-padding-top: 90px;
  }

  .announcement-bar__message {
    min-height: 42px;
    font-size: 11px;
  }

  .collection-list.grid,
  .collection-list.grid--2-col-tablet-down {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .collection-list .collection-list__item,
  .collection-list .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .collection-list-wrapper,
  .slider-mobile-gutter {
    overflow: visible !important;
  }

  .static-anchor {
    top: -90px;
  }

  .static-contact {
    padding-block: 44px;
  }
}
