/** Shopify CDN: Minification failed

Line 1110:1 Unexpected "{"

**/
/**
 * KEMO custom CSS — consolidated and ordered
 *
 * Notes:
 * - Cascade-sensitive overrides are intentionally kept after their base rules.
 * - Duplicate selectors were merged only when the merged declarations do not alter final computed styles.
 * - Commented-out legacy code and empty media blocks were removed.
 */

/* =========================================================
   01. Settings, utilities and global fixes
   ========================================================= */

:root {
  --top-bars: calc(
    var(--header-height, var(--header, 0px)) +
    var(--announcement-bar-height, var(--announcement-bar, 0px))
  );
}

hr {
  margin: 0;
  padding: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-white {
  color: white;
}

.no-absolute {
  position: relative !important;
}

.color-swatch {
  --swatch-offset: 1px;
  border: lightgray 1px solid;
}

.color-swatch::before {
  box-shadow: 0 0 0 2px #777777;
}

.color-swatch--sm {
  --swatch-size: 24px;
}

:checked + .color-swatch::before {
  transform: scale(.9);
}

x-popover p.h5 {
  text-transform: capitalize;
  font-variant: small-caps;
}

.is-placeholder {
  display: none;
}

.section-stack__main {
  width: 100% !important;
}

@media screen and (min-width: 1150px) {
  .section-stack--horizontal {
    display: block;
  }
}

/* =========================================================
   02. Buttons and shared controls
   ========================================================= */

.prose .button,
.buy-buttons .button,
.cart-order__recap .button {
  background: linear-gradient(to left, black 50%, var(--primary-button-text-hover-color) 50%) right !important;
  background-size: 200% 100% !important;
  color: white !important;
  transition: background var(--primary-button-text-hover-animation-speed) ease-in-out !important;
}

.buy-buttons .button {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
}

.prose .button:hover,
.buy-buttons .button:hover,
.cart-order__recap .button:hover {
  background-position: left !important;
}

.button--outline {
  background: white !important;
  color: black !important;
}

.button--secondary {
  color: white;
}

/* =========================================================
   03. Header, search and mega menu
   ========================================================= */

.header {
  --header-icon-list-spacing: 1.6rem;
}

.header__link-list {
  justify-content: center;
  font-size: 14px;
}

.header__link-list summary {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold;
}

.search-input input {
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  .search-input input {
    font-size: .98rem;
  }
}

.predictive-search__tab-content .predictive-search-result > .v-stack {
  gap: 0 !important;
}

.predictive-search__tab-content .predictive-search-result > .v-stack > .text-xs.text-subdued {
  display: block;
  margin: 0 0 2px 0 !important;
  line-height: 1.15;
}

.predictive-search__tab-content .predictive-search-result > .v-stack > .v-stack {
  gap: 0 !important;
}

.predictive-search__tab-content .predictive-search-result .bold {
  display: block;
  margin: 0;
  line-height: 1.2;
}

.predictive-search__tab-content .predictive-search-result price-list {
  display: block;
  margin-top: 9px;
}

.predictive-search__tab-content .predictive-search-result sale-price {
  display: inline-block;
  line-height: 1.2;
}

.mega-menu {
  background: white;
  color: black;
}

[is="mega-menu-disclosure"]:not([open]) .text-with-icon,
[is="mega-menu-disclosure"]:not([open]) .text-with-icon .icon {
  background: linear-gradient(to left, white 50%, var(--header_text_hover_color) 50%) right;
  background-size: 200% 100%;
  background-clip: text;
  color: white;
  transition: background var(--header_text_hover_animation_speed) ease-in-out;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[is="mega-menu-disclosure"][open] .text-with-icon,
[is="mega-menu-disclosure"][open] .text-with-icon .icon {
  color: var(--header_text_hover_color);
}

[is="mega-menu-disclosure"]:not([open]) .text-with-icon:hover,
.icon:hover {
  background-position: left;
}

.mega-menu__nav .h5 {
  line-height: .8;
}

.mega-menu__nav .navbar-item {
  line-height: 1.2;
}

@media screen and (min-width: 1024px) {
  .mega-menu {
    overflow: hidden;
  }

  .mega-menu__nav {
    min-height: 500px;
  }

  .navigation-promo__wrapper {
    display: flex;
    padding: 0;
    margin: 0;
  }

  .navigation-promo {
    position: absolute;
    top: 35px;
    right: 20px;
    display: inline-block;
    align-items: stretch;
    width: 30%;
    border-radius: .5rem;
  }

  .mega-menu__nav > li > ul > li:first-child {
    display: none;
  }
}

/* =========================================================
   04. Kemosabe title and collection layout
   ========================================================= */

.kemosabe-title {
  padding: 25px 0 10px 0;
  font-family: 'The Cheelaved', serif;
  font-size: 60px;
  line-height: .7;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .kemosabe-title__container {
    position: absolute;
    z-index: 5;
    left: 0;
    width: 100%;
    padding-top: 20px;
  }

  .shopify-section--main-collection {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .kemosabe-title {
    font-size: 45px;
  }
}

.collection {
  margin: 0;
  gap: 0;
}

.sticky-bar {
  position: sticky;
  top: var(--top-bars, 12vh);
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  padding-top: 1.5rem;
  background: white;
}

@media screen and (min-width: 1000px) {
  .collection__top-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 2.3rem;
  }
}

@media screen and (max-width: 700px) {
  .collection-list {
    gap: .3em;
  }

  .collection-card__content p {
    line-height: .85;
  }
}

@media screen and (max-width: 768px) {
  .sticky-bar {
    display: none;
  }

  .facets__floating-filter {
    position: sticky;
    top: var(--top-bars, 12vh);
    z-index: 2;
    display: flex;
    justify-content: center;
  }

  .facets__floating-filter button {
    width: 90%;
    padding: .6rem 1rem;
    margin: .5rem 0;
    font-size: .8rem;
  }
}

/* =========================================================
   05. Product cards, list, swatches and quick add
   ========================================================= */

.product-list {
  justify-items: center;
  margin-top: 12px;
}

.product-card {
  width: 75%;
}

.product-card__figure {
  position: relative;
  overflow: visible;
}

.product-card__sticker {
  position: absolute;
  z-index: 10;
  top: .2rem;
  left: 1.2rem;
  padding: 0 .2rem;
  border: gray solid .05rem;
  border-radius: .2rem;
  background: white;
  font-size: 12px;
  text-transform: uppercase;
}

.product-card__slider {
  position: relative;
  overflow: hidden;
}

.product-card__slides {
  position: relative;
}

.product-card__slide {
  display: none;
  justify-self: center;
  padding-top: 1rem;
  background: rgba(222, 222, 222, .2);
}

.product-card__slide:first-child {
  display: block;
}

.product-card__arrow {
  position: absolute;
  z-index: 10;
  bottom: 5%;
  display: flex;
  padding: .5em .6em;
  border: none;
  border-radius: 100px;
  background: #dad4cd;
  color: white;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity .5s;
}

.product-card:hover .product-card__arrow {
  opacity: 1;
}

.product-card__arrow--prev {
  left: 8px;
}

.product-card__arrow--next {
  right: 32px;
}

.product-card__fixed-swatches {
  position: absolute;
  left: -6px;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: flex-start;
  pointer-events: auto;
}

.product-card__fixed-swatch-list {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: .35rem;
  max-width: calc(100% - 20px);
  padding: .35rem .5rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.product-card__fixed-swatch-list::-webkit-scrollbar {
  display: none;
}

.product-card__info {
  padding: 0 !important;
}

.product-card__info price-list.price-list sale-price.text-subdued {
  font-size: 18px;
  line-height: 1.6;
}

.product-card__info > a.text-xs.link-faded {
  display: block;
  margin-bottom: -8px;
}

.product-card__aside {
  margin-block-start: none;
}

.product-card__quick-buy:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: none;
}

.product-card__quick-buy-overlay {
  position: absolute;
  top: 24px;
  right: 48px;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 120ms ease-in-out, transform 120ms ease-in-out, visibility 120ms ease-in-out;
}

.product-card:hover .product-card__quick-buy-overlay,
.product-card:focus-within .product-card__quick-buy-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product-card__quick-buy-button-container {
  display: flex;
  place-content: center;
  align-items: center;
  gap: .5rem;
  width: max-content;
  height: 2.25rem;
  padding: 14px;
  border-width: 1px;
  border-radius: 25px;
  background: rgb(var(--background-primary));
  color: black;
  transition: background 100ms ease-in-out, color 100ms ease-in-out, border-color 100ms ease-in-out;
}

.product-card__quick-buy-overlay .product-card__quick-buy-button-container {
  height: auto;
  padding: 10px;
  background: rgba(255, 255, 255, .5);
}

.product-card__quick-buy-button-container:hover,
.add-look-button:hover {
  border-width: 2.25px;
  background: #16161DEF;
  color: white;
}

.product-card__quick-buy-button-label {
  height: 18px;
  color: inherit;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  vertical-align: middle;
}

.product-card__quick-buy-button {
  display: grid;
  place-content: center;
  color: inherit;
}

.add-look-container {
  position: sticky;
  top: var(--top-bars);
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  padding-top: 12px;
  margin: 0;
}

.add-look-button {
  display: flex;
  flex-direction: row;
  gap: 6px;
  border: 2px solid rgba(0, 0, 0, .1);
  /* border-radius: 20px;
  background: white; */
  color: black;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 700px) {
  .product-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }

  .product-card {
    width: 80%;
  }
}

@media screen and (pointer: coarse) {
  .product-card__arrow {
    padding: .75em .8em;
    background: rgba(0, 0, 0, .2);
    opacity: 1;
  }

  .product-card__arrow--prev {
    left: 0;
  }

  .product-card__arrow--next {
    right: 0;
  }
}

@media screen and (pointer: fine) {
  .product-card__quick-buy {
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .25rem;
    background: white;
    transform: translateY(40px);
    transition: opacity 100ms ease-in-out, transform 100ms ease-in-out, visibility 100ms ease-in-out, background 100ms ease-in-out;
  }

  .product-card__quick-buy > :only-child {
    margin-left: auto;
  }

  .product-card:hover .product-card__quick-buy {
    background: rgba(255, 255, 255, .9);
    transform: translateY(15px);
  }
}

@media screen and (hover: none) {
  .product-card__quick-buy-overlay {
    top: 10px;
    right: 10px;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

/* =========================================================
   06. Product page, purchase controls, variant picker and tabs
   ========================================================= */

.kemo-purchase-controls {
  --kemo-quantity-height: 3.15rem;
  --kemo-buy-button-height: 2.9rem;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2rem;
}

.kemo-purchase-controls__quantity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .45rem;
  margin-top: 0;
  position: static;
}

.kemo-purchase-controls__quantity .form-control__label {
  display: block;
  margin: 0;
  line-height: 1;
  font-weight: bold;
  font-size: 1rem;
  color: black;
}

.product-card__arrow product-card__arrow--prev {
  top: 50px;
}

.kemo-purchase-controls__quantity .quantity-selector {
  height: var(--kemo-quantity-height);
  min-height: var(--kemo-quantity-height);
}

.kemo-purchase-controls__quantity .quantity-selector__button,
.kemo-purchase-controls__quantity .quantity-selector__input {
  height: 100%;
}

.kemo-purchase-controls .product-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin: 0;
  margin-bottom: calc((var(--kemo-quantity-height) - var(--kemo-buy-button-height)) / 2);
}

.kemo-purchase-controls .buy-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.kemo-purchase-controls .buy-buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--kemo-buy-button-height);
  min-height: var(--kemo-buy-button-height);
  padding-block: 0;
}

.variant-picker {
  display: flex;
  gap: 5rem;
}

/* .variant-picker__option .relative {
  width: 5.6rem;
} */

.variant-picker__option .select {
  width: 100%;
  border-radius: 0;
}

.product-info__variant-picker {
  margin-bottom: 3rem;
}

.product-info__accordion .accordion__toggle.bold {
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 1rem;
  color: black;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: .05em;
}

.variant-picker__option-info,
.block-label {
  font-size: 16px;
  font-weight: 500 !important;
  letter-spacing: .05em;
  text-transform: capitalize;
  gap: .5rem;
}

.variant-picker__option-info legend {
  color: black;
  font-weight: bold;
}

h1.product-info__title {
  font-weight: 500;
  line-height: .2;
}

.product-info__price sale-price.text-lg {
  font-family: 'Playfair', serif;
  font-size: 32px !important;
  font-weight: 500;
  line-height: 1 !important;
  letter-spacing: -1px;
}

.product-info__vendor {
  padding-left: 1px;
  font-size: 16px;
}

.product-info_basic-info {
  display: flex;
  flex-direction: column;
  gap: -20px;
}

.ks-tab-section {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.ks-tab-section__tabs {
  display: flex;
  gap: 8px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  border-bottom: 1px solid #e0e0e0;
}

.ks-tab-section__tab-button {
  padding: 12px 24px;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  cursor: pointer;
  transition: all .3s ease;
}

.ks-tab-section__content-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.ks-tab-section__content {
  display: none;
}

.ks-tab-section__content.active {
  display: block;
}

.ks-tab-section__two-column {
  display: grid;
  align-items: center;
}

.ks-tab-section__two-column.layout-50-50 {
  grid-template-columns: 1fr 1fr;
}

.ks-tab-section__two-column.layout-30-70 {
  grid-template-columns: 3fr 7fr;
}

.ks-tab-section__two-column.layout-70-30 {
  grid-template-columns: 7fr 3fr;
}

.ks-tab-section__two-column.layout-40-60 {
  grid-template-columns: 4fr 6fr;
}

.ks-tab-section__two-column.layout-60-40 {
  grid-template-columns: 6fr 4fr;
}

.ks-tab-section__image-wrapper {
  width: 100%;
  overflow: hidden;
}

.ks-tab-section__image {
  display: block;
  width: 100%;
  height: auto;
}

.ks-tab-section__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  background-color: #f4f4f4;
}

.ks-tab-section__image-placeholder svg {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
}

.ks-tab-section__text-content {
  line-height: 1.6;
}

.ks-tab-section__text-content h1,
.ks-tab-section__text-content h2,
.ks-tab-section__text-content h3,
.ks-tab-section__text-content h4,
.ks-tab-section__text-content h5,
.ks-tab-section__text-content h6 {
  margin-top: 0;
  margin-bottom: 16px;
}

.ks-tab-section__text-content p {
  margin-top: 0;
  margin-bottom: 16px;
}

.ks-tab-section__text-content p:last-child {
  margin-bottom: 0;
}

.ks-tab-section__text-content strong {
  font-weight: 600;
}

.ks-tab-section__text-content em {
  font-style: italic;
}

.ks-tab-section__text-content ul,
.ks-tab-section__text-content ol {
  margin: 0 0 16px 20px;
  padding: 0;
}

.ks-tab-section__text-content li {
  margin-bottom: 8px;
}

.ks-tab-section__spaced-text p {
  line-height: 2.2rem;
}

.cart-order__recap,
.cart-order__recap form {
  display: flex;
  flex-direction: column-reverse;
}

.quick-buy-drawer__info .banner {
  background: rgba(0, 0, 0, .1) !important;
}

.quick-buy-drawer__info .banner--success {
  --banner-color: black !important;
  text-align: left !important;
}

.pswp__bottom-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 6%;
}

@media screen and (min-width: 1000px) {
  .product-gallery--desktop-carousel .product-gallery__zoom {
    top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .ks-tab-section__tab-button.active {
    padding: 0 5rem;
  }
}

@media screen and (max-width: 749px) {
  .ks-tab-section__two-column {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  .ks-tab-section__tab-button {
    padding: 10px 16px;
  }

  .ks-tab-section__tabs {
    width: 100%;
  }
}

/* =========================================================
   07. Image links, shop-the-look and custom accordion
   ========================================================= */

@media screen and (max-width: 768px) {
  .image-link-blocks {
    grid: none !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: center;
    justify-content: center;
  }

  .image-link-blocks__item {
    text-align: left;
    text-wrap: nowrap;
    font-size: 4vmin;
  }
}

@media screen and (min-width: 700px) {
  .shop-the-look__controls {
    position: absolute;
    top: 2%;
    display: flex;
    justify-content: center;
    gap: 30vw;
  }
}

.kemosabe-accordion__container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}

.kemosabe-accordion__container .section-stack__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.kemosabe-accordion__container .section-stack__image {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .kemosabe-accordion__container {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr .85fr;
    grid-template-areas: '. .';
    gap: 0 24px;
  }
}

/* =========================================================
   08. Blog and article templates
   ========================================================= */

.article-banner__content > .badge {
  display: none !important;
}

.article-content {
  position: relative;
  top: -1.7rem;
  padding-block-start: 0;
}

.blog-section-stack {
  display: flex;
  flex-direction: column-reverse;
}

.blog-posts {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.blog-container {
  display: flex;
  align-self: center;
  width: 90%;
}

.blog-post-card__figure {
  z-index: 5;
}

.blog-post-card__info {
  position: static;
  z-index: 6;
  width: 90%;
  min-height: 5rem;
  margin-top: -4rem;
  margin-bottom: 2rem;
  background: white;
}

.blog-post-card__info .h3 {
  padding-top: .5rem;
  font-size: 1.8rem;
  line-height: 1.5rem;
}

.blog-posts-pagination,
.grit-blog-nav,
.kemo-collection-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.kemo-collection-nav {
  gap: 8px;
  padding: 1rem 0;
}

.grit-blog-nav {
  padding-top: 1.5rem;
}

.blog-posts-pagination {
  display: inline-block;
  width: fit-content;
}

.pagination-container {
  display: flex;
  justify-content: center;
  min-width: 100%;
}

.blog-posts-pagination .page,
.blog-posts-pagination .prev,
.blog-posts-pagination .next,
.pill {
  min-width: 150px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #EAE5DE;
  color: #2b2b2b;
  font-size: 18px;
  letter-spacing: .02em;
  text-align: center;
  text-decoration: none;
  transition: all .25s ease;
}

.facets-summary {
  align-items: normal !important;
}

.kemo-collection-nav .pill,
.removable-facet
 {
  min-width: fit-content;
  height: auto;
  padding: .2rem .8rem;
  border-radius: 0;
  background: #EFEFEF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.removable-facet {
  text-transform: none;
}


.kemo-collection-nav .pill:hover,
 {
  border: #acacac solid 1px;
  background: #FFF;
}

.kemo-collection-nav .pill.active,
.removable-facet:hover {
  min-width: fit-content;
  padding: .2rem .8rem;
  background: black;
  color: white;
}

.removable-facet:hover {
  cursor: default;
}

.pill {
  min-width: fit-content;
  padding: 0 1rem;
}

.pill.active {
  min-width: calc-size(fit-content, size + 80px);
  padding: 0;
}

.blog-posts-pagination .prev,
.blog-posts-pagination .next {
  height: 50px;
  font-weight: bold;
  line-height: 50px;
}

.blog-posts-pagination .page {
  min-width: 50px;
  height: 50px;
  line-height: 50px;
}

.blog-posts-pagination .page:hover,
.pill:hover {
  background: #D8D0C7;
}

.blog-posts-pagination .page.current,
.pill.active {
  border: 1px solid #2b2b2b;
  background: white;
}

@media screen and (max-width: 768px) {
  .article__meta {
    flex-direction: column;
    align-items: center;
    gap: .2rem;
  }
}

@media screen and (max-width: 700px) {
  .grit-blog-nav {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .pill {
    min-width: fit-content;
    padding: 0 1rem;
  }

  .pill.active {
    min-width: fit-content;
    padding: 0 2rem;
  }

  .pagination-container {
    padding: 2rem 0;
  }

  .blog-posts-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: 0;
  }

  .blog-posts-pagination .prev,
  .blog-posts-pagination .next {
    order: 1;
  }

  .blog-posts-pagination .page,
  .blog-posts-pagination .current {
    order: 2;
  }

  .blog-posts-pagination::after {
    content: "";
    flex-basis: 100%;
    order: 1;
  }
}

@media screen and (min-width: 700px) {
  .blog-post-card {
    width: 22rem;
    gap: .6rem;
  }

  .blog-posts {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-post-card__info {
    margin-bottom: 0;
    padding-left: .2rem;
  }

  .blog-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1.8rem;
    column-gap: .6rem;
  }

  .blog-articles[data-local-filter-results] {
    margin-bottom: 0;
  }

  .blog-articles[data-remote-filter-results] {
    margin-bottom: 2rem;
  }

  .article-banner__image > img {
    width: 65%;
  }

  .article-banner {
    gap: 0;
  }

  .grit-blog-nav {
    justify-content: center;
  }
}

@media screen and (min-width: 1150px) {
  .article-banner__image {
    left: 15rem;
  }

  .article-banner__content {
    gap: .5rem;
  }

  .article-banner {
    box-shadow: 0 1px 55px #F6ECE7;
  }
}

/* =========================================================
   09. Footer
   ========================================================= */

.social-media .icon {
  width: 2.1rem;
  height: 2.1rem;
}

.footer {
  margin-top: 40px !important;
  background: black;
  color: white;
  font-family: 'Montserrat', sans-serif;
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 !important;
}

.footer__branding {
  align-items: center !important;
  gap: 1.5rem !important;
}

.footer__column-container__branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5rem;
}

.footer__column-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}

.footer__column-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer__column li {
  text-align: left;
}

.footer__link {
  text-decoration: none;
}

.footer__desktop {
  display: none;
}

.footer__aside {
  justify-content: center !important;
}

.accordion__header-title {
  display: flex;
  width: 100%;
  margin: 1.3rem 0;
}

.accordion__header-title::after {
  content: "⏷";
  font-weight: lighter;
  text-transform: none;
  margin-left: 8px;
}

.accordion__header[open] .accordion__header-title::after {
  content: "⏶";
}

.accordion__panel {
  max-height: 0;
  margin: .8rem .5rem;
  overflow-y: hidden;
  transition: max-height .3s ease;
}

.accordion__panel[open] {
  max-height: fit-content;
}

.footer__accessibility-disclaimer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 15px;
  background: white;
  text-align: center;
}

.footer__accessibility-disclaimer .text-sm {
  color: black !important;
}

.footer__accessibility-disclaimer a {
  color: inherit !important;
  font-weight: bolder;
  text-decoration: underline;
}

@media screen and (min-width: 1000px) {
  .footer__mobile {
    display: none;
  }

  .footer__desktop {
    display: inline-block;
  }

  .footer__column-container {
    flex-direction: row;
  }

  .footer__column {
    display: flex;
    flex-direction: column;
    font-size: smaller;
  }

  .footer__column-title {
    font-size: 18px;
  }

  .footer__column li {
    font-size: medium;
  }

  .footer__link {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }

  .footer__link::after {
    display: block;
    content: '';
    border-bottom: solid 1.25px gray;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform 250ms ease-in-out;
  }

  .footer__link:hover::after {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }

  .footer .container {
    padding: 0 .3rem;
  }
}

/* =========================================================
   10. Cookies banner
   ========================================================= */

#shopify-pc__banner__body-title {
  color: var(--menu-link-color);
  font-size: 18px;
}

.shopify-pc__banner__body p,
#shopify-pc__banner__btn-manage-prefs {
  font-size: 12px;
}

.shopify-pc__banner__btn-accept {
  background: black !important;
  color: white !important;
}

.shopify-pc__banner__dialog button {
  flex-basis: 18% !important;
  padding: 8px !important;
  font-size: 14px !important;
}

@media screen and (min-width: 1000px) {
  .shopify-pc__banner__dialog {
    left: 15% !important;
    width: 70% !important;
    height: 160px;
  }
}

/* =========================================================
   11. Auto-rotating press and animations
   ========================================================= */

.press-item {
  transition: opacity .5s ease-in-out;
}

.heartbeat {
  animation: beat 1s infinite ease-in-out;
  transform-origin: center;
}

@keyframes beat {
  0%,
  100% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1.05);
  }

  75% {
    transform: scale(1.1);
  }
}

.announcement-bar {
  /* background: #16161D !important; */
}

#chat-button {
  display: none;
}