@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-400.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-500.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-600.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-700.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Archivo Black";
  src: url("../fonts/archivo-black-400.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --bs-paper: #f2efe8;
  --bs-surface: #ffffff;
  --bs-ink: #050505;
  --bs-graphite: #1b1b1b;
  --bs-grey: #69645e;
  --bs-line: #c7c0b6;
  --bs-accent: #c83b22;
  --bs-coastal: #afc0c8;
  --bs-max: 1360px;
  --bs-gutter: 40px;
  --bs-header-height: 72px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bs-paper);
  color: var(--bs-ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0;
  overflow-x: hidden;
}

body.admin-bar .bs-header {
  top: 32px;
}

* {
  box-sizing: border-box;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--bs-accent);
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--bs-accent);
  outline-offset: 3px;
}

.wp-site-blocks {
  padding: 0;
}

.wp-site-blocks > * {
  margin-block-start: 0;
}

.alignwide {
  width: min(calc(100% - (var(--bs-gutter) * 2)), var(--bs-max));
}

.bs-header {
  background: var(--bs-ink);
  border-bottom: 1px solid #2b2b2b;
  color: var(--bs-paper);
  min-height: var(--bs-header-height);
  position: sticky;
  top: 0;
  transition: box-shadow 180ms ease;
  z-index: 300;
}

.bs-header[data-scrolled="true"] {
  box-shadow: 0 10px 28px rgb(0 0 0 / 24%);
}

.bs-header__inner {
  align-items: center;
  display: grid !important;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr) minmax(96px, 220px);
  height: var(--bs-header-height);
  margin-inline: auto;
  min-height: var(--bs-header-height);
  position: relative;
  width: min(calc(100% - (var(--bs-gutter) * 2)), var(--bs-max));
}

.bs-header__brand {
  align-items: center;
  display: flex;
  grid-column: 1;
  height: 100%;
  justify-self: start;
  margin: 0;
}

.bs-header__brand a {
  align-items: center;
  display: flex;
  height: 100%;
}

.bs-header__brand img {
  display: block;
  height: auto;
  width: 120px;
}

.bs-header__nav {
  grid-column: 2;
  justify-self: center;
}

.bs-header__nav .wp-block-navigation-item__content {
  align-items: center;
  color: var(--bs-paper);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  min-width: 44px;
  padding: 26px 0 24px;
  white-space: nowrap;
}

.bs-header__nav .current-menu-item > .wp-block-navigation-item__content,
.bs-header__nav .wp-block-navigation-item__content:hover {
  color: var(--bs-coastal);
}

.bs-header__nav .wp-block-navigation__container {
  column-gap: 32px;
}

.bs-nav-mobile-only {
  display: none !important;
}

.bs-header__tools {
  gap: 8px;
  grid-column: 3;
  justify-self: end;
  margin: 0;
}

.bs-header__tools > .wp-block-shortcode {
  margin: 0;
}

.bs-language-switcher {
  color: var(--bs-paper);
  position: relative;
}

.bs-language-switcher summary {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 4px;
  height: 44px;
  justify-content: center;
  list-style: none;
  min-height: 44px;
  min-width: 44px;
}

.bs-language-switcher summary::-webkit-details-marker {
  display: none;
}

.bs-language-switcher summary::after {
  border-bottom: 1px solid currentcolor;
  border-right: 1px solid currentcolor;
  content: "";
  height: 6px;
  margin-top: -3px;
  transform: rotate(45deg);
  width: 6px;
}

.bs-language-switcher[open] summary::after {
  margin-top: 3px;
  transform: rotate(225deg);
}

.bs-language-switcher__menu {
  background: var(--bs-surface);
  border: 1px solid var(--bs-line);
  box-shadow: 8px 8px 0 rgb(0 0 0 / 28%);
  color: var(--bs-ink);
  max-height: min(70vh, 440px);
  overflow-y: auto;
  padding: 4px 0;
  position: absolute;
  right: 0;
  top: calc(100% + 14px);
  width: 216px;
  z-index: 20;
}

.bs-language-switcher__menu a {
  align-items: center;
  color: var(--bs-ink);
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  min-height: 44px;
  padding: 8px 12px;
  text-decoration: none;
}

.bs-language-switcher__menu a:hover,
.bs-language-switcher__menu a[aria-current="true"] {
  background: var(--bs-paper);
  color: var(--bs-ink);
}

.bs-language-switcher__code {
  color: var(--bs-grey);
  font-size: 11px;
  font-weight: 700;
}

.bs-header__tools .wp-block-search {
  margin: 0;
  position: relative;
  width: 44px;
}

.bs-header__tools .wp-block-search__inside-wrapper {
  border: 0;
  padding: 0;
}

.bs-header__tools .wp-block-search__button-only:not(.wp-block-search__searchfield-hidden) .wp-block-search__inside-wrapper {
  background: var(--bs-paper);
  border: 1px solid var(--bs-ink);
  box-shadow: 8px 8px 0 rgb(0 0 0 / 28%);
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 18px);
  width: min(420px, calc(100vw - (var(--bs-gutter) * 2)));
}

.bs-header__tools .wp-block-search__input {
  background: var(--bs-surface);
  border: 1px solid var(--bs-line);
  color: var(--bs-ink);
  min-height: 44px;
}

.bs-header__tools .wp-block-search__button,
.bs-header__tools .wc-block-mini-cart__button,
.bs-header__nav .wp-block-navigation__responsive-container-open {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  color: var(--bs-paper) !important;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin: 0;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
}

.bs-header__tools .wp-block-search__button svg,
.bs-header__tools .wc-block-mini-cart__button svg,
.bs-header__nav .wp-block-navigation__responsive-container-open svg {
  height: 21px;
  width: 21px;
}

.bs-header__nav .wp-block-navigation__responsive-container-open {
  display: none;
}

.bs-header__tools .wc-block-mini-cart__badge {
  background: var(--bs-accent);
  color: #fff;
}

.bs-hero {
  min-height: min(68svh, 650px) !important;
}

.bs-hero .wp-block-cover__image-background {
  object-position: center 42%;
}

.bs-hero__content {
  margin-left: 0 !important;
  max-width: 820px;
  padding: 64px 0;
}

.bs-hero__title {
  font-size: 88px;
  line-height: 0.92;
  margin: 0;
  max-width: 900px;
  text-wrap: balance;
}

.bs-hero__copy {
  max-width: 610px;
  text-wrap: pretty;
}

.wp-block-button__link,
.button,
button,
input[type="button"],
input[type="submit"] {
  border-radius: 0 !important;
  min-height: 48px;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.wp-block-button__link:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background: var(--bs-accent) !important;
  border-color: var(--bs-accent) !important;
  color: #fff !important;
}

.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 1px solid var(--bs-ink);
  color: var(--bs-ink);
}

.bs-trust {
  background: var(--bs-surface);
  border-bottom: 1px solid var(--bs-line);
  border-top: 1px solid var(--bs-line);
}

.bs-trust .wp-block-columns {
  margin-bottom: 0;
}

.bs-trust .wp-block-column {
  border-right: 1px solid var(--bs-line);
  display: flex;
  justify-content: center;
  min-height: 72px;
  padding: 0 16px;
}

.bs-trust .wp-block-column:last-child {
  border-right: 0;
}

.bs-trust p {
  align-self: center;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.bs-section {
  padding: 96px 0;
}

.bs-section__heading {
  align-items: flex-end;
  margin-bottom: 40px;
}

.bs-section__heading h2 {
  font-size: 48px;
  margin: 0;
}

.bs-section__heading p {
  font-weight: 700;
  margin: 0 0 6px;
}

.bs-series-showcase {
  background: var(--bs-paper);
}

.bs-series-showcase__grid {
  gap: 24px;
  margin-bottom: 0;
}

.bs-series-showcase__grid .wp-block-column {
  min-width: 0;
}

.bs-series-showcase__grid figure {
  background: var(--bs-graphite);
  margin: 0 0 20px;
  overflow: hidden;
}

.bs-series-showcase__grid img {
  display: block;
  transition: opacity 180ms ease, transform 220ms ease;
  width: 100%;
}

.bs-series-showcase__grid a:hover img {
  opacity: 0.88;
  transform: scale(1.015);
}

.bs-series-showcase__grid h3 {
  font-size: 28px;
  margin: 0 0 8px;
}

.bs-series-showcase__grid p {
  color: var(--bs-grey);
  margin: 0;
}

.bs-featured .woocommerce,
.bs-featured .wp-block-shortcode {
  width: min(calc(100% - (var(--bs-gutter) * 2)), var(--bs-max));
}

.woocommerce ul.products,
.wc-block-product-template,
.wp-block-woocommerce-product-template {
  display: grid !important;
  gap: 40px 24px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: none !important;
}

.woocommerce ul.products li.product,
.wc-block-product,
.wc-block-grid__product {
  background: transparent;
  float: none !important;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.woocommerce ul.products li.product a img,
.wc-block-components-product-image img,
.wc-block-grid__product-image img {
  aspect-ratio: 4 / 5;
  background: var(--bs-surface);
  margin: 0 0 16px !important;
  object-fit: cover;
  width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-components-product-name,
.wc-block-grid__product-title {
  color: var(--bs-ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 6px !important;
  padding: 0 !important;
}

.woocommerce ul.products li.product .price,
.wc-block-components-product-price,
.wc-block-grid__product-price {
  color: var(--bs-ink) !important;
  font-size: 14px !important;
  font-weight: 500;
}

.woocommerce ul.products li.product .button,
.wc-block-grid__product-add-to-cart {
  display: none;
}

.woocommerce span.onsale {
  background: var(--bs-ink);
  border-radius: 0;
  color: var(--bs-paper);
  font-size: 11px;
  font-weight: 700;
  left: 0;
  line-height: 1;
  margin: 0;
  min-height: auto;
  min-width: auto;
  padding: 9px 11px;
  right: auto;
  text-transform: uppercase;
  top: 0;
}

.bs-statement {
  background: var(--bs-accent);
  color: var(--bs-ink);
  overflow: hidden;
  padding: 72px 24px;
}

.bs-statement__text {
  font-family: "Archivo Black", Archivo, sans-serif;
  font-size: 96px;
  line-height: 0.92;
  margin: 0 0 24px;
  overflow-wrap: anywhere;
}

.bs-statement a {
  font-weight: 700;
}

.bs-editorial .wp-block-cover__image-background {
  object-position: center 42%;
}

.bs-editorial__content {
  margin-left: 0 !important;
  padding: 80px 0;
}

.bs-editorial h2 {
  font-size: 72px;
  line-height: 0.94;
  margin-bottom: 24px;
}

.bs-fabric {
  background: var(--bs-surface);
  min-height: 700px;
}

.bs-fabric .wp-block-media-text__content {
  padding: 96px max(32px, calc((100vw - var(--bs-max)) / 2));
}

.bs-fabric .wp-block-media-text__media {
  min-height: 700px;
}

.bs-fabric h2 {
  font-size: 56px;
  max-width: 540px;
}

.bs-fabric p {
  max-width: 600px;
}

.bs-journal {
  border-top: 1px solid var(--bs-line);
}

.bs-journal__query .wp-block-post-template {
  gap: 40px 24px;
}

.bs-journal__query .wp-block-post-featured-image {
  margin-bottom: 20px;
}

.bs-journal__query .wp-block-post-title {
  font-family: "Archivo Black", Archivo, sans-serif;
  font-size: 28px;
  line-height: 1.05;
  margin: 0 0 12px;
}

.bs-journal__query .wp-block-post-excerpt {
  color: var(--bs-grey);
}

.bs-newsletter {
  padding: 96px 24px;
}

.bs-newsletter h2 {
  font-size: 56px;
  margin: 0 0 32px;
}

.bs-newsletter .bs-form {
  margin-inline: auto;
}

.bs-newsletter .bs-form__consent,
.bs-newsletter .bs-form__notice,
.bs-newsletter .bs-form__notice a {
  color: var(--bs-paper);
}

.bs-newsletter .bs-form__row button {
  background: var(--bs-accent);
  border-color: var(--bs-accent);
  color: #fff;
}

.bs-footer {
  background: var(--bs-ink);
  padding: 72px 0 28px;
}

.bs-footer a {
  color: var(--bs-paper);
}

.bs-footer a:hover {
  color: var(--bs-accent);
}

.bs-footer__consent {
  appearance: none;
  background: none;
  border: 0;
  color: var(--bs-paper);
  cursor: pointer;
  font: inherit;
  min-height: 44px;
  padding: 0;
  text-align: left;
}

.bs-footer__consent:hover {
  color: var(--bs-accent);
}

#cmplz-manage-consent .cmplz-manage-consent {
  display: none !important;
}

.bs-footer__grid {
  display: grid !important;
  gap: 48px 32px;
  grid-template-columns: minmax(280px, 2.1fr) repeat(4, minmax(110px, 1fr));
}

.bs-footer__logo {
  margin: 0 0 16px;
}

.bs-footer__logo a {
  display: inline-flex;
}

.bs-footer__logo img {
  display: block;
  height: auto;
  width: 112px;
}

.bs-footer__brand h2 {
  color: var(--bs-paper);
  font-size: 42px;
  line-height: 0.94;
  margin: 0 0 20px;
}

.bs-footer__brand p {
  color: #aaa59d;
  margin-bottom: 0;
  max-width: 360px;
}

.bs-footer h3 {
  color: #aaa59d;
  font-family: "Archivo", Arial, sans-serif;
  font-weight: 700;
  margin: 2px 0 22px;
}

.bs-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bs-footer__links li {
  font-size: 14px;
  margin: 0;
}

.bs-footer__links a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}

.cmplz-cookiebanner .cmplz-btn,
.cmplz-cookiebanner .cmplz-close,
.cmplz-cookiebanner button,
.wc-block-components-drawer__close,
.wc-block-components-quantity-selector__button,
.wc-block-cart-item__remove-link {
  min-height: 44px !important;
  min-width: 44px !important;
}

.wc-block-cart-item__remove-link {
  align-items: center;
  display: inline-flex !important;
}

.bs-footer .wp-block-separator {
  border-color: rgb(242 239 232 / 22%);
  margin: 56px auto 24px;
}

.bs-footer__bottom {
  color: #aaa59d;
  gap: 20px 32px;
}

.bs-footer__bottom p {
  margin: 0;
}

.bs-main {
  min-height: 55vh;
}

.bs-prose-page,
.bs-article {
  padding: 0 var(--bs-gutter) 112px;
}

.bs-page-intro,
.bs-article__header {
  margin-inline: auto;
  padding: 96px 0 64px;
}

.bs-page-intro > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 920px;
}

.bs-page-intro h1,
.bs-page-intro .wp-block-query-title,
.bs-article__header .wp-block-post-title {
  font-size: 72px;
  line-height: 0.96;
  margin: 0 0 24px;
  overflow-wrap: anywhere;
}

.bs-page-intro > p:last-child,
.bs-article__header > .wp-block-post-excerpt {
  color: var(--bs-grey);
  margin-bottom: 0;
  max-width: 720px;
}

.bs-eyebrow {
  color: var(--bs-accent);
  font-weight: 700;
  margin-bottom: 24px !important;
  text-transform: uppercase;
}

.bs-series-page,
.bs-help-page,
.bs-contact-page,
.bs-journal-index,
.bs-search-page {
  padding: 0 var(--bs-gutter) 112px;
}

.bs-series-page__grid {
  border-top: 1px solid var(--bs-line);
  padding: 48px 0 96px;
}

.bs-series-note {
  margin: 0 0 96px;
  max-width: 760px;
}

.bs-series-note h2 {
  font-size: 38px;
}

.bs-story-page > .wp-block-post-content {
  margin: 0;
}

.bs-story-page .bs-about-intro {
  background: var(--bs-surface);
  min-height: 680px;
}

.bs-story-page .bs-about-intro .wp-block-media-text__content {
  padding: 80px max(var(--bs-gutter), calc((100vw - var(--bs-max)) / 2));
}

.bs-story-page .bs-about-intro .wp-block-media-text__media {
  min-height: 680px;
}

.bs-story-page .bs-about-intro h2 {
  font-size: 54px;
}

.bs-story-page__principles {
  padding: 96px 0;
}

.bs-story-page__principles .wp-block-columns {
  gap: 48px;
}

.bs-story-page__principles .wp-block-column {
  border-top: 1px solid rgb(242 239 232 / 28%);
  padding-top: 24px;
}

.bs-story-page__principles h2 {
  color: var(--bs-paper);
  font-size: 32px;
}

.bs-page-cta {
  margin: 0 auto;
  min-height: 220px;
  padding: 64px 0;
}

.bs-page-cta h2 {
  font-size: 48px;
  margin: 0;
}

.bs-help-links {
  border-bottom: 1px solid var(--bs-line);
  border-top: 1px solid var(--bs-line);
  gap: 0;
  margin-bottom: 96px;
}

.bs-help-links .wp-block-column {
  border-right: 1px solid var(--bs-line);
  padding: 28px 24px 32px;
}

.bs-help-links .wp-block-column:first-child {
  padding-left: 0;
}

.bs-help-links .wp-block-column:last-child {
  border-right: 0;
  padding-right: 0;
}

.bs-help-links h2 {
  font-size: 25px;
  margin: 0 0 12px;
}

.bs-help-links p {
  color: var(--bs-grey);
  font-size: 14px;
  margin: 0;
}

.bs-faq {
  margin: 0;
  max-width: 920px;
}

.bs-faq > h2 {
  font-size: 44px;
  margin-bottom: 32px;
}

.bs-faq details {
  border-top: 1px solid var(--bs-line);
  margin: 0;
  padding: 0;
}

.bs-faq details:last-child {
  border-bottom: 1px solid var(--bs-line);
}

.bs-faq summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  min-height: 64px;
  padding: 20px 36px 20px 0;
}

.bs-faq details > p {
  color: var(--bs-grey);
  margin: 0;
  max-width: 720px;
  padding: 0 0 24px;
}

.bs-contact-page__grid {
  gap: 64px;
  margin-bottom: 0;
}

.bs-contact-page__aside {
  border-left: 1px solid var(--bs-line);
  padding-left: 48px;
}

.bs-contact-page__aside h2 {
  font-size: 28px;
  margin: 0 0 20px;
}

.bs-contact-page__aside .wp-block-separator {
  margin: 40px 0;
}

.bs-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bs-link-list li {
  border-bottom: 1px solid var(--bs-line);
}

.bs-link-list a {
  display: block;
  font-weight: 700;
  padding: 14px 0;
}

.bs-journal-grid .wp-block-post-template,
.bs-search-results .wp-block-post-template,
.bs-related-reading .wp-block-post-template {
  gap: 56px 24px;
}

.bs-journal-grid .wp-block-post-featured-image,
.bs-search-results .wp-block-post-featured-image,
.bs-related-reading .wp-block-post-featured-image {
  background: var(--bs-graphite);
  margin-bottom: 18px;
}

.bs-journal-grid .wp-block-post-date,
.bs-search-results .wp-block-post-date,
.bs-related-reading .wp-block-post-date {
  color: var(--bs-grey);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.bs-journal-grid .wp-block-post-title,
.bs-search-results .wp-block-post-title,
.bs-related-reading .wp-block-post-title {
  font-size: 27px;
  line-height: 1.05;
  margin: 0 0 12px;
}

.bs-journal-grid .wp-block-post-excerpt,
.bs-search-results .wp-block-post-excerpt {
  color: var(--bs-grey);
}

.bs-journal-grid .wp-block-query-pagination,
.bs-search-results .wp-block-query-pagination {
  border-top: 1px solid var(--bs-line);
  margin-top: 72px;
  padding-top: 32px;
}

.bs-search-page .wp-block-search {
  margin: 40px 0 0;
  max-width: 640px;
}

.bs-article__header {
  max-width: 980px;
}

.bs-article__meta {
  color: var(--bs-grey);
  gap: 20px;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.bs-article > .wp-block-post-featured-image {
  background: var(--bs-graphite);
  margin-bottom: 72px;
}

.bs-article .wp-block-post-content blockquote {
  border-left: 4px solid var(--bs-accent);
  font-family: "Archivo Black", Archivo, sans-serif;
  font-size: 28px;
  margin: 56px 0;
  padding-left: 28px;
}

.bs-article__navigation {
  border-bottom: 1px solid var(--bs-line);
  border-top: 1px solid var(--bs-line);
  margin: 80px auto 0;
  max-width: 760px;
  padding: 24px 0;
}

.bs-related-reading {
  border-top: 1px solid var(--bs-line);
  margin-top: 96px;
  padding-top: 64px;
}

.bs-related-reading > h2 {
  font-size: 42px;
  margin-bottom: 40px;
}

.bs-prose-page > .wp-block-post-title,
.bs-article > .wp-block-post-title {
  font-size: 64px;
  margin: 0 auto 48px;
  max-width: 900px;
  text-wrap: balance;
}

.bs-article > .wp-block-post-featured-image {
  margin-bottom: 64px;
}

.bs-article .wp-block-post-content,
.bs-prose-page .wp-block-post-content {
  font-size: 18px;
}

.bs-article .wp-block-post-content h2,
.bs-prose-page .wp-block-post-content h2 {
  font-size: 38px;
  margin-top: 64px;
}

.bs-archive {
  padding: 80px var(--bs-gutter) 112px;
}

.bs-archive > .wp-block-query-title {
  font-size: 64px;
  margin-bottom: 48px;
}

.bs-archive .wp-block-post-template {
  gap: 56px 24px;
}

.bs-archive .wp-block-post-title {
  font-size: 28px;
}

.bs-not-found {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 68vh;
  padding: 80px var(--bs-gutter);
}

.bs-not-found h1 {
  font-size: 64px;
  text-wrap: balance;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="number"],
select,
textarea {
  background: var(--bs-surface);
  border: 1px solid var(--bs-ink);
  border-radius: 0;
  color: var(--bs-ink);
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

textarea {
  min-height: 160px;
}

.bs-form {
  max-width: 760px;
}

.bs-form__row {
  display: flex;
  gap: 0;
}

.bs-form__row input {
  border-right: 0;
}

.bs-form__row button {
  flex: 0 0 auto;
  min-width: 148px;
}

.bs-form__notice {
  font-size: 13px;
  margin: 12px 0 0;
}

.bs-form__status {
  border: 1px solid currentColor;
  margin-bottom: 16px;
  padding: 12px;
}

.bs-geo-banner {
  align-items: center;
  background: var(--bs-surface);
  border: 1px solid var(--bs-ink);
  bottom: 20px;
  box-shadow: 8px 8px 0 var(--bs-ink);
  display: flex;
  gap: 16px;
  left: 20px;
  max-width: 520px;
  padding: 16px;
  position: fixed;
  z-index: 120;
}

.bs-geo-banner[hidden] {
  display: none;
}

.bs-geo-banner p {
  font-size: 14px;
  margin: 0;
}

.bs-geo-banner a {
  font-weight: 700;
  text-decoration: underline;
}

.bs-geo-banner__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--bs-ink);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
}

.bs-product-safety,
.bs-delivery-table-wrap {
  border-top: 1px solid var(--bs-line);
  margin-top: 32px;
  padding-top: 24px;
}

.bs-product-safety h3,
.bs-delivery-table-wrap h3 {
  font-size: 22px;
  margin: 0 0 16px;
}

.bs-product-safety dl {
  display: grid;
  font-size: 14px;
  gap: 10px 20px;
  grid-template-columns: minmax(120px, 0.3fr) 1fr;
  margin: 0;
}

.bs-product-safety dt {
  font-weight: 700;
}

.bs-product-safety dd {
  margin: 0;
}

.bs-delivery-table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}

.bs-delivery-table th,
.bs-delivery-table td {
  border-bottom: 1px solid var(--bs-line);
  padding: 12px 8px;
  text-align: left;
}

.bs-cart-progress {
  background: var(--bs-paper);
  border: 1px solid var(--bs-line);
  margin-bottom: 16px;
  padding: 16px;
}

.bs-cart-progress p {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 10px;
}

.bs-cart-progress__track {
  background: var(--bs-line);
  height: 5px;
  overflow: hidden;
}

.bs-cart-progress__bar {
  background: var(--bs-accent);
  display: block;
  height: 100%;
  max-width: 100%;
}

.woocommerce-page main,
.woocommerce main {
  width: min(calc(100% - (var(--bs-gutter) * 2)), var(--bs-max));
}

.woocommerce .woocommerce-breadcrumb {
  color: var(--bs-grey);
  font-size: 12px;
  margin: 28px 0 40px;
  text-transform: uppercase;
}

.woocommerce div.product {
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  padding-bottom: 96px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  margin: 0;
  width: auto;
}

.woocommerce div.product div.images img {
  background: var(--bs-surface);
}

.woocommerce div.product .product_title {
  font-size: 48px;
  line-height: 1;
  margin: 0 0 16px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--bs-ink);
  font-size: 24px;
  font-weight: 600;
}

.woocommerce div.product form.cart {
  border-bottom: 1px solid var(--bs-line);
  border-top: 1px solid var(--bs-line);
  margin: 28px 0;
  padding: 24px 0;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: block;
  padding: 0 0 8px;
  text-align: left;
}

.woocommerce div.product form.cart .button,
.woocommerce .checkout-button,
.wc-block-components-button {
  background: var(--bs-ink) !important;
  border: 1px solid var(--bs-ink) !important;
  color: var(--bs-paper) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  min-height: 52px;
  text-transform: uppercase;
}

.woocommerce div.product form.cart .button {
  min-width: 220px;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells {
  grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--bs-line);
  display: flex;
  gap: 24px;
  margin: 0 0 32px;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0 0 12px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid var(--bs-ink);
}

.woocommerce table.shop_table,
.wc-block-components-order-summary,
.wc-block-components-sidebar-layout .wc-block-components-main {
  background: var(--bs-surface);
  border: 1px solid var(--bs-line);
  border-radius: 0;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  background: var(--bs-surface);
  border: 1px solid var(--bs-line);
  border-top: 4px solid var(--bs-accent);
  color: var(--bs-ink);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  border-bottom: 1px solid var(--bs-line);
  display: block;
  padding: 12px 0;
}

.woocommerce-account .woocommerce {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
  content: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  color: var(--bs-accent);
  font-weight: 700;
}

.bs-shop-page,
.bs-product-page,
.bs-commerce-page {
  min-height: 60vh;
  padding: 32px var(--bs-gutter) 112px;
}

.bs-shop-page > .wp-block-woocommerce-breadcrumbs,
.bs-product-page > .wp-block-woocommerce-breadcrumbs {
  margin-bottom: 48px;
}

.bs-shop-page > .wp-block-query-title {
  font-size: 64px;
  margin-bottom: 16px;
}

.bs-shop-page__intro {
  color: var(--bs-grey);
  margin-bottom: 48px;
  max-width: 680px;
}

.bs-shop-page__controls {
  border-bottom: 1px solid var(--bs-line);
  border-top: 1px solid var(--bs-line);
  margin-bottom: 32px;
  min-height: 64px;
  padding: 8px 0;
}

.bs-shop-page__controls p {
  margin: 0;
}

.bs-shop-page__controls select {
  background-color: transparent;
  border: 0;
  font-size: 13px;
  min-height: 44px;
  padding-right: 36px;
  width: auto;
}

.bs-shop-filters {
  border-bottom: 1px solid var(--bs-line);
  border-top: 1px solid var(--bs-line);
  margin: 0 auto 40px;
  width: min(calc(100% - (var(--bs-gutter) * 2)), var(--bs-max));
}

.bs-shop-filters > summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  list-style-position: inside;
  min-height: 56px;
  padding: 18px 0;
  text-transform: uppercase;
}

.bs-shop-filters__form {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(200px, 1.5fr) repeat(4, minmax(120px, 0.75fr)) auto;
  padding: 8px 0 24px;
}

.bs-shop-filters__form p {
  margin: 0;
}

.bs-shop-filters__form label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.bs-shop-filters__form input,
.bs-shop-filters__form select {
  min-height: 48px;
}

.bs-shop-filters__actions {
  align-items: center;
  display: flex;
  gap: 14px;
}

.bs-shop-filters__actions button {
  min-width: 104px;
}

.bs-shop-filters__actions a {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.bs-series-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bs-series-card {
  background: var(--bs-surface);
  border: 1px solid var(--bs-line);
}

.bs-series-card > a {
  color: var(--bs-ink);
  display: block;
}

.bs-series-card img {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  width: 100%;
}

.bs-series-card--text > a {
  display: flex;
  min-height: 420px;
}

.bs-series-card__body {
  align-items: baseline;
  border-top: 1px solid var(--bs-line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 18px;
}

.bs-series-card--text .bs-series-card__body {
  align-self: end;
  width: 100%;
}

.bs-series-card__body strong {
  font-family: "Archivo Black", Archivo, sans-serif;
  font-size: 24px;
}

.bs-series-card__body span {
  color: var(--bs-grey);
  font-size: 12px;
}

.bs-catalog-empty {
  border-bottom: 1px solid var(--bs-line);
  border-top: 1px solid var(--bs-line);
  color: var(--bs-grey);
  margin: 0;
  padding: 32px 0;
}

.bs-company-details {
  font-style: normal;
  line-height: 1.7;
}

.bs-shop-page .wp-block-query-pagination {
  border-top: 1px solid var(--bs-line);
  grid-column: 1 / -1;
  margin-top: 56px;
  padding-top: 32px;
}

.bs-shop-page__seo {
  border-top: 1px solid var(--bs-line);
  margin-top: 96px;
  padding-top: 72px;
  text-align: center;
}

.bs-shop-page__seo h2 {
  font-size: 38px;
}

.bs-product-page__main {
  align-items: flex-start !important;
  gap: 64px;
  margin-bottom: 72px;
}

.bs-product-page__gallery .wp-block-woocommerce-product-image-gallery,
.bs-product-page__gallery img {
  background: var(--bs-surface);
}

.bs-product-page__summary {
  position: sticky;
  top: calc(var(--bs-header-height) + 24px);
}

.bs-product-page__summary > .wp-block-post-title {
  font-size: 48px;
  line-height: 1;
  margin: 0 0 16px;
}

.bs-product-page__summary .wp-block-woocommerce-product-rating {
  margin-bottom: 16px;
}

.bs-product-page__summary .wp-block-woocommerce-product-price {
  color: var(--bs-ink);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

.bs-product-page__summary .wp-block-post-excerpt {
  color: var(--bs-grey);
  margin-bottom: 28px;
}

.bs-product-page__summary .wp-block-woocommerce-add-to-cart-form {
  border-bottom: 1px solid var(--bs-line);
  border-top: 1px solid var(--bs-line);
  padding: 24px 0;
}

.bs-product-page__summary .wp-block-woocommerce-product-meta {
  color: var(--bs-grey);
  font-size: 12px;
  margin-top: 18px;
}

.bs-product-page__delivery {
  margin-bottom: 64px;
}

.bs-product-page__delivery .bs-delivery-table-wrap {
  margin-top: 0;
}

.bs-product-page > .wp-block-woocommerce-product-details {
  border-top: 1px solid var(--bs-line);
  margin-bottom: 96px;
  padding-top: 32px;
}

.bs-product-page .wp-block-woocommerce-related-products {
  margin-bottom: 0;
}

.bs-commerce-page {
  padding: 88px var(--bs-gutter) 112px;
}

.bs-commerce-page > .wp-block-post-title {
  font-size: 68px;
  line-height: 0.94;
  margin-bottom: 56px;
  text-transform: uppercase;
}

.bs-commerce-page__continue {
  color: var(--bs-ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  margin: -34px 0 48px;
  min-height: 44px;
  align-items: center;
  text-transform: uppercase;
  text-underline-offset: 0.24em;
}

.bs-commerce-page > .wp-block-post-title,
.bs-commerce-page > .wp-block-shortcode,
.bs-commerce-page > p:has(> .bs-commerce-page__continue),
.bs-commerce-page > .wp-block-post-content {
  max-width: var(--bs-max) !important;
  width: min(100%, var(--bs-max)) !important;
}

.bs-commerce-page .wp-block-woocommerce-cart,
.bs-commerce-page .wp-block-woocommerce-checkout {
  margin: 0 !important;
  max-width: none !important;
  padding-top: 0;
  width: 100% !important;
}

.bs-commerce-page .wc-block-components-sidebar-layout {
  align-items: start;
  display: grid !important;
  gap: 48px;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.85fr);
  width: 100% !important;
}

.bs-commerce-page .wc-block-components-main,
.bs-commerce-page .wc-block-components-sidebar {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  border-radius: 0;
  width: auto !important;
}

.bs-commerce-page .wc-block-components-main {
  background: transparent;
  border: 0;
}

.bs-commerce-page .wc-block-cart__sidebar,
.bs-commerce-page .wc-block-checkout__sidebar {
  background: rgb(255 255 255 / 52%);
  border: 1px solid var(--bs-line);
  padding: 28px !important;
  position: sticky !important;
  top: calc(var(--bs-header-height) + 24px) !important;
}

.bs-cart-page .wc-block-cart-items {
  background: transparent;
  border: 0 !important;
  border-collapse: collapse;
}

.bs-cart-page .wc-block-cart-items__header {
  border-bottom: 1px solid var(--bs-ink) !important;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bs-cart-page .wc-block-cart-items__header th {
  padding: 0 0 16px !important;
}

.bs-cart-page .wc-block-cart-items__row {
  border-bottom: 1px solid var(--bs-line) !important;
}

.bs-cart-page .wc-block-cart-items td {
  padding-bottom: 28px !important;
  padding-top: 28px !important;
  vertical-align: middle;
}

.bs-cart-page .wc-block-cart-item__image {
  padding-right: 28px !important;
  width: 172px !important;
}

.bs-cart-page .wc-block-cart-item__image img {
  aspect-ratio: 4 / 5;
  background: var(--bs-surface);
  object-fit: contain;
  width: 144px;
}

.bs-cart-page .wc-block-components-product-name {
  color: var(--bs-ink);
  font-family: "Archivo Black", Archivo, sans-serif;
  font-size: 20px !important;
  line-height: 1.05;
  text-transform: uppercase;
}

.bs-cart-page .wc-block-cart-item__prices {
  font-size: 16px;
  margin: 10px 0 8px;
}

.bs-cart-page .wc-block-components-product-metadata {
  color: var(--bs-grey);
  font-size: 12px;
  text-transform: uppercase;
}

.bs-cart-page .wc-block-components-product-details li {
  display: inline;
}

.bs-cart-page .wc-block-components-product-details li + li::before {
  content: " / ";
}

.bs-cart-page .wc-block-components-product-details__name::after {
  content: " ";
}

.bs-cart-page .wc-block-cart-item__quantity {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 18px;
}

.bs-cart-page .wc-block-components-quantity-selector {
  border: 1px solid var(--bs-line);
  border-radius: 0;
  height: 48px;
  margin: 0;
}

.bs-cart-page .wc-block-components-quantity-selector::after {
  border: 0;
}

.bs-cart-page .wc-block-cart-item__remove-link {
  color: var(--bs-ink) !important;
  font-size: 11px !important;
  font-weight: 700;
  min-width: auto !important;
  padding: 0 !important;
  text-decoration: underline !important;
  text-transform: uppercase;
}

.bs-cart-page .wc-block-cart-item__total {
  font-size: 18px;
  font-weight: 600;
}

.bs-commerce-page .wc-block-cart__totals-title,
.bs-commerce-page .wc-block-components-checkout-order-summary__title {
  border-bottom: 1px solid var(--bs-line);
  font-family: "Archivo Black", Archivo, sans-serif;
  font-size: 19px !important;
  line-height: 1.05;
  margin: 0;
  padding: 0 0 22px !important;
  text-transform: uppercase;
}

.bs-commerce-page .wc-block-components-totals-wrapper {
  border-color: var(--bs-line) !important;
  padding: 18px 0 !important;
}

.bs-commerce-page .wc-block-components-totals-item {
  font-size: 14px;
}

.bs-commerce-page .wc-block-components-totals-footer-item {
  font-family: "Archivo Black", Archivo, sans-serif;
  font-size: 20px;
}

.bs-commerce-page .wc-block-components-panel__button {
  min-height: 48px;
  padding: 0 !important;
  text-transform: uppercase;
}

.bs-commerce-page .wc-block-components-totals-coupon__form input {
  border: 1px solid var(--bs-line) !important;
  border-radius: 0 !important;
  min-height: 52px;
}

.bs-commerce-page .wc-block-components-totals-coupon__button {
  border-radius: 0 !important;
  min-height: 52px;
}

.bs-cart-page .wc-block-cart__payment-options {
  margin: 0;
}

.bs-cart-page .wp-block-woocommerce-empty-cart-block {
  margin: 0;
  text-align: left;
}

.bs-cart-page .wp-block-woocommerce-empty-cart-block > h2:first-child {
  font-size: 32px;
  line-height: 1;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.bs-cart-page .wp-block-woocommerce-empty-cart-block .wp-block-separator {
  border-color: var(--bs-line);
  margin: 0 0 56px;
}

.bs-cart-page .wp-block-woocommerce-empty-cart-block .wp-block-heading {
  font-size: 28px;
  text-align: left;
  text-transform: uppercase;
}

.bs-cart-page .wc-block-cart__submit {
  margin: 20px 0 0;
}

.bs-cart-page .wc-block-cart__submit-button,
.bs-checkout-page .wc-block-components-checkout-place-order-button {
  background: var(--bs-accent) !important;
  border-color: var(--bs-accent) !important;
  min-height: 58px;
}

.bs-cart-page .wc-block-cart__submit-button:hover,
.bs-checkout-page .wc-block-components-checkout-place-order-button:hover {
  background: var(--bs-ink) !important;
  border-color: var(--bs-ink) !important;
}

.bs-checkout-page .wc-block-checkout__main {
  padding: 0 !important;
}

.bs-checkout-page .wc-block-components-checkout-step {
  border-bottom: 1px solid var(--bs-line);
  margin: 0 0 34px;
  padding: 0 0 34px;
}

.bs-checkout-page .wc-block-components-checkout-step__heading {
  margin: 0 0 20px;
}

.bs-checkout-page .wc-block-components-checkout-step__title {
  font-family: "Archivo Black", Archivo, sans-serif;
  font-size: 22px;
  line-height: 1.05;
  text-transform: uppercase;
}

.bs-checkout-page .wc-block-components-checkout-step__content {
  padding-left: 0;
}

.bs-checkout-page .wc-block-components-text-input input,
.bs-checkout-page .wc-blocks-components-select__select,
.bs-checkout-page textarea {
  background: var(--bs-surface) !important;
  border: 1px solid var(--bs-line) !important;
  border-radius: 0 !important;
  min-height: 56px;
}

.bs-checkout-page .wc-block-components-checkbox__input {
  border-radius: 0;
  min-height: 24px;
  min-width: 24px;
}

.bs-checkout-page .wc-block-components-shipping-rates-control__no-shipping-address-message,
.bs-checkout-page .wc-block-checkout__no-payment-methods-notice {
  border-radius: 0;
  margin: 0;
  padding: 18px;
}

.bs-checkout-page .wc-block-checkout__terms {
  border-top: 0;
  font-size: 12px;
  line-height: 1.5;
  padding-top: 0;
}

.bs-checkout-page .wc-block-checkout__actions {
  padding: 0;
}

.bs-checkout-page .wc-block-components-order-summary {
  background: transparent;
  border: 0;
}

.bs-checkout-page .wc-block-components-order-summary-item {
  border-bottom-color: var(--bs-line);
  padding: 20px 0;
}

.bs-checkout-page .wc-block-components-order-summary-item__image img {
  background: var(--bs-surface);
  object-fit: contain;
}

.wc-block-mini-cart__drawer .wc-block-components-drawer__content {
  background: var(--bs-paper);
  color: var(--bs-ink);
  max-width: 520px;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__title {
  font-family: "Archivo Black", Archivo, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart-items {
  border-bottom: 1px solid var(--bs-line);
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__footer {
  background: rgb(255 255 255 / 52%);
  border-top: 1px solid var(--bs-line);
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions .wc-block-components-button {
  border-radius: 0;
  min-height: 54px;
}

.bs-cart-progress-block {
  margin-bottom: 24px;
}

.bs-text-button {
  background: transparent;
  border: 0;
  color: var(--bs-ink);
  font-size: 13px;
  font-weight: 700;
  min-height: 40px;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.bs-size-guide {
  background: var(--bs-paper);
  border: 1px solid var(--bs-ink);
  border-radius: 0;
  color: var(--bs-ink);
  max-height: calc(100vh - 48px);
  max-width: 760px;
  padding: 24px;
  width: calc(100% - 32px);
}

.bs-size-guide::backdrop {
  background: rgb(10 10 10 / 72%);
}

.bs-size-guide__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.bs-size-guide__header h2 {
  margin: 0;
}

.bs-dialog-close {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--bs-ink);
  display: inline-flex;
  font-size: 28px;
  height: 44px;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
}

.bs-care-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.bs-care-icons img {
  height: 44px;
  object-fit: contain;
  width: 44px;
}

@media (max-width: 1180px) {
  :root {
    --bs-gutter: 24px;
  }

  .bs-header__nav .wp-block-navigation__container {
    column-gap: 14px;
  }

  .bs-header__nav .wp-block-navigation-item__content {
    font-size: 11px;
  }

  .bs-footer__grid {
    grid-template-columns: minmax(260px, 1.6fr) repeat(2, minmax(130px, 1fr));
  }

  .bs-shop-filters__form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bs-hero__title {
    font-size: 72px;
  }

  .bs-statement__text {
    font-size: 72px;
  }
}

@media (max-width: 900px) {
  :root {
    --bs-header-height: 72px;
  }

  body.admin-bar .bs-header {
    top: 46px;
  }

  .bs-header__inner {
    grid-template-columns: minmax(104px, 1fr) auto auto;
  }

  .bs-header__brand {
    grid-column: 1;
    height: 100%;
    justify-self: start;
    min-width: 0;
  }

  .bs-header__brand img {
    height: auto;
    width: 104px;
  }

  .bs-header__nav {
    grid-column: 3;
    justify-self: end;
  }

  .bs-header__nav .wp-block-navigation__responsive-container-open {
    align-items: center;
    display: inline-flex !important;
    height: 44px;
    justify-content: center;
    width: 44px;
  }

  .bs-header__nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .bs-header__tools {
    gap: 0;
    grid-column: 2;
  }

  .bs-language-switcher__menu {
    left: var(--bs-gutter);
    position: fixed;
    right: var(--bs-gutter);
    top: var(--bs-header-height);
    width: auto;
  }

  .wp-block-navigation__responsive-container.is-menu-open {
    background: var(--bs-ink) !important;
    color: var(--bs-paper) !important;
    inset: 0;
    padding: 0;
    position: fixed;
    z-index: 1000;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close {
    height: 100%;
    max-width: none;
    width: 100%;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    color: var(--bs-paper) !important;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    right: var(--bs-gutter);
    top: 12px;
    width: 48px;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: flex-start;
    height: 100%;
    justify-content: center;
    padding: 88px var(--bs-gutter) 40px;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    border-bottom: 1px solid #343434;
    width: 100%;
  }

  .wp-block-navigation__responsive-container.is-menu-open .bs-nav-mobile-only {
    display: flex !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    color: var(--bs-paper);
    font-family: "Archivo Black", Archivo, sans-serif;
    font-size: 32px;
    line-height: 1;
    padding: 19px 0;
  }

  .bs-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bs-footer__brand {
    grid-column: 1 / -1;
  }

  .bs-series-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bs-shop-filters__form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce ul.products,
  .wc-block-product-template,
  .wp-block-woocommerce-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .bs-fabric {
    grid-template-columns: 1fr !important;
  }

  .bs-fabric .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
    padding: 64px var(--bs-gutter);
  }

  .bs-fabric .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    min-height: 520px;
  }

  .bs-journal__query .wp-block-post-template,
  .bs-archive .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce div.product {
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .bs-product-page__main {
    gap: 40px;
  }

  .bs-product-page__summary {
    position: static;
  }

  .bs-commerce-page .wc-block-components-sidebar-layout {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .bs-commerce-page .wc-block-cart__sidebar,
  .bs-commerce-page .wc-block-checkout__sidebar {
    position: static !important;
  }

  .woocommerce-account .woocommerce {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    border: 1px solid var(--bs-line);
    margin: -1px 0 0 -1px;
    min-height: 48px;
    padding: 14px;
  }

  .bs-page-intro h1,
  .bs-page-intro .wp-block-query-title,
  .bs-article__header .wp-block-post-title {
    font-size: 56px;
  }

  .bs-story-page .bs-about-intro {
    grid-template-columns: 1fr !important;
  }

  .bs-story-page .bs-about-intro .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
    padding: 64px var(--bs-gutter);
  }

  .bs-story-page .bs-about-intro .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    min-height: 560px;
  }

  .bs-help-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bs-help-links .wp-block-column {
    border-bottom: 1px solid var(--bs-line);
    border-right: 1px solid var(--bs-line);
    padding: 28px 24px;
  }

  .bs-help-links .wp-block-column:nth-child(2n) {
    border-right: 0;
  }

  .bs-help-links .wp-block-column:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .bs-help-links .wp-block-column:first-child {
    padding-left: 24px;
  }

  .bs-help-links .wp-block-column:last-child {
    padding-right: 24px;
  }

  .bs-contact-page__grid {
    gap: 56px;
  }

  .bs-contact-page__grid > .wp-block-column {
    flex-basis: 100% !important;
  }

  .bs-contact-page__aside {
    border-left: 0;
    border-top: 1px solid var(--bs-line);
    padding-left: 0;
    padding-top: 48px;
  }

  .bs-journal-grid .wp-block-post-template,
  .bs-search-results .wp-block-post-template,
  .bs-related-reading .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 360px) and (max-width: 900px) {
  .bs-header__brand img {
    width: 112px;
  }
}

@media (max-width: 640px) {
  :root {
    --bs-gutter: 20px;
  }

  .bs-hero {
    min-height: min(70svh, 600px) !important;
  }

  .bs-hero .wp-block-cover__image-background {
    content: url("../images/hero-banner-mobile.webp");
    object-position: center;
  }

  .bs-hero__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 48px 0;
  }

  .bs-hero__title {
    font-size: 48px;
    max-width: 100%;
  }

  .bs-hero__copy {
    font-size: 17px !important;
  }

  .bs-trust .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bs-trust .wp-block-column {
    border-bottom: 1px solid var(--bs-line);
    border-right: 1px solid var(--bs-line);
    min-height: 76px;
    width: auto;
  }

  .bs-trust .wp-block-column:nth-child(2n) {
    border-right: 0;
  }

  .bs-trust .wp-block-column:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .bs-trust p {
    font-size: 11px !important;
  }

  .bs-section {
    padding: 64px 0;
  }

  .bs-series-showcase__grid {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .bs-section__heading h2,
  .bs-newsletter h2,
  .bs-fabric h2 {
    font-size: 38px;
  }

  .woocommerce ul.products,
  .wc-block-product-template,
  .wp-block-woocommerce-product-template {
    gap: 28px 12px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .wc-block-components-product-name,
  .wc-block-grid__product-title {
    font-size: 13px !important;
  }

  .bs-statement {
    padding: 56px 16px;
  }

  .bs-statement__text {
    font-size: 46px;
  }

  .bs-editorial {
    min-height: 560px !important;
  }

  .bs-editorial h2 {
    font-size: 48px;
  }

  .bs-fabric .wp-block-media-text__media {
    min-height: 420px;
  }

  .bs-journal__query .wp-block-post-template,
  .bs-archive .wp-block-post-template {
    grid-template-columns: 1fr;
  }

  .bs-newsletter {
    padding: 64px 16px;
  }

  .bs-form__row {
    flex-direction: column;
    gap: 8px;
  }

  .bs-form__row input {
    border-right: 1px solid var(--bs-ink);
  }

  .bs-form__row button {
    width: 100%;
  }

  .bs-shop-filters {
    margin-bottom: 28px;
  }

  .bs-shop-filters__form,
  .bs-series-grid {
    grid-template-columns: 1fr;
  }

  .bs-shop-filters__actions {
    justify-content: space-between;
  }

  .bs-shop-filters__actions button {
    min-width: 148px;
  }

  .bs-footer {
    padding-top: 64px;
  }

  .bs-footer__grid {
    gap: 40px 24px;
  }

  .bs-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .bs-prose-page,
  .bs-article,
  .bs-archive {
    padding: 0 var(--bs-gutter) 80px;
  }

  .bs-series-page,
  .bs-help-page,
  .bs-contact-page,
  .bs-journal-index,
  .bs-search-page {
    padding: 0 var(--bs-gutter) 80px;
  }

  .bs-page-intro,
  .bs-article__header {
    padding: 64px 0 48px;
  }

  .bs-prose-page > .wp-block-post-title,
  .bs-article > .wp-block-post-title,
  .bs-archive > .wp-block-query-title,
  .bs-not-found h1,
  .bs-shop-page > .wp-block-query-title,
  .bs-commerce-page > .wp-block-post-title,
  .bs-product-page__summary > .wp-block-post-title {
    font-size: 42px;
  }

  .bs-page-intro h1,
  .bs-page-intro .wp-block-query-title,
  .bs-article__header .wp-block-post-title {
    font-size: 44px;
  }

  .bs-page-intro > p:last-child {
    font-size: 17px !important;
  }

  .bs-story-page .bs-about-intro .wp-block-media-text__media {
    min-height: 440px;
  }

  .bs-story-page .bs-about-intro .wp-block-media-text__content,
  .bs-story-page__principles {
    padding: 56px var(--bs-gutter);
  }

  .bs-story-page .bs-about-intro h2,
  .bs-page-cta h2,
  .bs-faq > h2,
  .bs-related-reading > h2 {
    font-size: 36px;
  }

  .bs-page-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .bs-help-links {
    grid-template-columns: 1fr;
    margin-bottom: 64px;
  }

  .bs-help-links .wp-block-column,
  .bs-help-links .wp-block-column:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--bs-line);
    border-right: 0;
  }

  .bs-help-links .wp-block-column:last-child {
    border-bottom: 0;
  }

  .bs-journal-grid .wp-block-post-template,
  .bs-search-results .wp-block-post-template,
  .bs-related-reading .wp-block-post-template {
    grid-template-columns: 1fr;
  }

  .bs-article > .wp-block-post-featured-image {
    margin-bottom: 48px;
  }

  .bs-article .wp-block-post-content blockquote {
    font-size: 23px;
    margin: 40px 0;
    padding-left: 20px;
  }

  .bs-article .wp-block-post-content,
  .bs-prose-page .wp-block-post-content {
    font-size: 16px;
  }

  .bs-geo-banner {
    bottom: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
  }

  .bs-product-safety dl {
    grid-template-columns: 1fr;
  }

  .bs-product-safety dd {
    margin-bottom: 8px;
  }

  .bs-delivery-table-wrap {
    overflow-x: auto;
  }

  .woocommerce-page main,
  .woocommerce main {
    width: calc(100% - (var(--bs-gutter) * 2));
  }

  .woocommerce div.product .product_title {
    font-size: 38px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }

  .bs-shop-page,
  .bs-product-page,
  .bs-commerce-page {
    padding: 24px var(--bs-gutter) 80px;
  }

  .bs-shop-page > .wp-block-woocommerce-breadcrumbs,
  .bs-product-page > .wp-block-woocommerce-breadcrumbs {
    margin-bottom: 32px;
  }

  .bs-shop-page__controls {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 12px 0;
  }

  .bs-shop-page__controls select {
    padding-left: 0;
    width: 100%;
  }

  .bs-shop-page__seo {
    margin-top: 64px;
    padding-top: 48px;
  }

  .bs-product-page__main {
    margin-bottom: 48px;
  }

  .bs-product-page__delivery {
    margin-bottom: 48px;
  }

  .bs-commerce-page {
    padding: 48px var(--bs-gutter) 80px;
  }

  .bs-commerce-page > .wp-block-post-title {
    margin-bottom: 32px;
  }

  .bs-commerce-page .wc-block-cart__sidebar,
  .bs-commerce-page .wc-block-checkout__sidebar {
    padding: 20px !important;
  }

  .bs-cart-page .wc-block-cart-items__header {
    display: none;
  }

  .bs-cart-page .wc-block-cart-items__row {
    display: grid !important;
    gap: 0 18px;
    grid-template-columns: 42% minmax(0, 1fr);
    padding: 22px 0 !important;
  }

  .bs-cart-page .wc-block-cart-items td {
    padding: 0 !important;
  }

  .bs-cart-page .wc-block-cart-item__image {
    grid-column: 1;
    grid-row: 1 / span 2;
    padding: 0 !important;
    width: auto !important;
  }

  .bs-cart-page .wc-block-cart-item__image img {
    height: auto;
    width: 100%;
  }

  .bs-cart-page .wc-block-cart-item__product {
    grid-column: 2;
    grid-row: 1;
    padding: 4px 0 0 !important;
  }

  .bs-cart-page .wc-block-cart-item__total {
    display: none;
  }

  .bs-cart-page .wc-block-components-product-name {
    font-size: 17px !important;
    overflow-wrap: anywhere;
  }

  .bs-cart-page .wc-block-cart-item__quantity {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 14px;
  }

  .bs-cart-page .wc-block-cart__submit-container--sticky {
    background: transparent;
    box-shadow: none;
    position: static !important;
  }

  .bs-checkout-page .wc-block-components-checkout-step {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }

  .bs-checkout-page .wc-block-components-checkout-step__title {
    font-size: 19px;
  }

  .wc-block-mini-cart__drawer .wc-block-components-drawer__content {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
