/** Shopify CDN: Minification failed

Line 1029:0 Unexpected "}"

**/
.padding-bottom {
  padding-bottom: 30px;
}

.padding-top {
  padding-top: 30px;
}

.custom--section__single .background-media-text__text,
.custom-section__double-container .background-media-text__text {
  width: auto;
  text-align: center;
  background: transparent;
  color: white;
}
.custom--section__single .h3 {
  font-size: 70px;
  letter-spacing: 1.2px;
  font-family: 'Garage Gothic - Black';
}

.custom--section__single {
  min-height: 500px;
}
.custom--section__single .background-media-text__inner,
.custom-section__double-container .background-media-text__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom--section__double,
.custom--section__double > div {
  min-height: 500px;
}
.custom-section {
  display: flex;
  gap: 3rem;
}
.custom-section__double-container {
  width: 50%;
  margin: 0 0 45px 0;
}
.custom-section__double-container > div {
  position: relative;
  min-height: 400px;
}
.custom--section__single .background-media-text__container > img,
.custom-section__double-container .background-media-text__container > img {
  width: 100%;
  -webkit-transition: 0.35s -webkit-transform ease;
  transition: 0.35s -webkit-transform ease;
  transition: 0.35s transform ease;
  transition:
    0.35s transform ease,
    0.35s -webkit-transform ease;
}
.custom-section__double-container .background-media-text__container,
.custom--section__single .background-media-text__container {
  cursor: pointer;
}
.custom--section__single .background-media-text__container:before,
.custom-section__double-container .background-media-text__container:before {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.15;
  -webkit-transition: 0.35s opacity ease;
  transition: 0.35s opacity ease;
}
.custom--section__single .background-media-text__container:hover:before,
.custom-section__double-container .background-media-text__container:hover:before {
  opacity: 0;
}
.custom--section__single .background-media-text__container:hover img,
.custom-section__double-container .background-media-text__container:hover img {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.grid--uniform.slick-carousel .grid__item {
  clear: none !important;
}
.slick-arrow {
  position: absolute;
  top: 45%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
  background: #fafafa;
  color: #4f4f4f;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 15%);
}
.slick-next {
  right: -50px;
  background-image: url(https://cdn.shopify.com/s/files/1/0429/9385/files/Vector_86050e44-1497-48fa-97e6-0657fe372f18.png?v=1600904025);
}
.slick-prev {
  left: -50px;
  background-image: url(https://cdn.shopify.com/s/files/1/0429/9385/files/Vector_1.png?v=1600904436);
}

@media only screen and (max-width: 600px) {
  .custom-section {
    display: block;
  }
  .custom-section__double-container {
    width: 100%;
  }
  .slick-list .grid__item {
    padding-right: 48px;
    text-align: center;
  }
  .slick-list .grid-product__meta {
    text-align: center;
  }
}
.mm-title {
  font-family: 'Garage Gothic - Black';
  text-transform: uppercase;
  font-size: 14px;
}
.horizontal-mega-menu .buddha-menu-item > a > .mm-title {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Garage Gothic - Black';
  text-transform: uppercase;
}

p.subtitle {
  font-family: 'Garage Gothic - Black' !important;
}

p {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Garage Gothic - Black' !important;
  font-weight: 800 !important;
}

.skrim__title {
  font-family: 'Garage Gothic - Black' !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.fading-images-overlay__title.fading-images-overlay__title--1 {
  font-family: 'Garage Gothic - Black';
  text-transform: uppercase;
  font-size: 1.75rem !important;
  font-weight: 500;
  letter-spacing: 3px;
}

.fading-images-overlay__title.fading-images-overlay__title--2 {
  font-family: 'Garage Gothic - Black';
  text-transform: uppercase;
  font-size: 6rem !important;
  font-weight: 800;
  letter-spacing: 2px;
}

@media only screen and (min-width: 590px) {
  .site-nav__link {
    padding: 24px 20px 24px;
  }
}

span.announcement__text.announcement__text--open {
  font-family: 'Garage Gothic - Black';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 500;
}

/* a {
  font-family: 'Garage Gothic - Black';
  font-size: 14px;
} */

/* Updates to custom content section */

div.custom__item-inner--liquid > div.rte {
  padding: 0 1rem;
}

/* TW Custom Content */

.tw-custom-feature-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  /* padding: 2.5rem 2.5rem 0 2.5rem; */
}

@media only screen and (max-width: 590px) {
  .custom__item-inner {
    width: calc(100% - 2rem);
  }
}

.tw-custom-feature-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 2.5rem;
}

.tw-custom-feature-content-container p {
  line-height: 1.8;
}

.tw-custom-feature-title {
  font-family: 'Barlow';
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  /* border-bottom: 5px solid var(--colorAnnouncement); */
}

.tw-custom-feature-subtitle {
  font-family: 'Barlow';
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

.tw-custom-feature-content {
  font-family: 'Garage Gothic - Black';
  font-size: 1rem;
  padding: 1rem;
  color: #ffffff;
}

.tw-custom-feature-button {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  padding: 20px 40px;
  background: var(--colorAnnouncement);
  color: var(--colorAnnouncementText);
  font-family: 'Barlow';
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: unset;
}

@media only screen and (max-width: 590px) {
  .tw-custom-feature-button {
    padding: 16px 32px;
    font-size: 16px;
  }
}

/* Product Table */
table.product {
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  background: none;
}

table.product caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table.product tr {
  background-color: #ffffff;
}

table.product th,
table.product td {
  border: 1px solid #ccc;
  font-size: 0.85rem;
  padding: 0.375em;
  text-align: center;
}

table.product th {
  background-color: #e6e6e6;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  /*   table.product {
    border: 0;
  }
 */
  table.product caption {
    font-size: 1.3em;
  }

  table.product thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.product tr {
    display: block;
    margin-bottom: 0.625em;
  }

  table.product td {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table.product tr td:first-child {
    background-color: #e6e6e6;
  }

  table.product td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}

/* TW Customization */
.sixty-forty--row {
  display: flex;
  flex-direction: row;
  color: var(--colorBody);
  background-color: var(--colorTextBody);
}

/* @media screen and (min-width: 590px) {
  .sixty-forty--row {
    max-height: 650px;
  }
} */

.sixty-forty--forty {
  display: flex;
  width: 40%;
  /* background-color: #282823; */
  flex-direction: column;
  justify-content: center;
  /* display: block; */
  /* height: auto; */
}

.sixty-forty--sixty {
  display: block;
  width: 60%;
  /* background-color: #282823; */
  /* justify-content: center; */
  /* min-height: 200px; */
  /* align-items: center; */
}

.sixty-forty--text h2 {
  font-family: 'Barlow', sans-serif;
  font-size: 36px;
  font-weight: bold;
}

.sixty-forty--text {
  margin: 2.5rem;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
}

.sixty-forty--img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center left;
  /* overflow: hidden; */
}

@media screen and (max-width: 1024px) {
  .sixty-forty--row {
    flex-direction: column;
  }

  .sixty-forty--reverse {
    flex-direction: column-reverse;
  }

  .sixty-forty--forty,
  .sixty-forty--sixty {
    width: 100%;
    height: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

/* TW Customization */
.anchor-nav--row {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.anchor-nav--item {
  flex: 1;
  padding: 1rem 2.5rem;
  text-align: center;
  width: calc(50% - 5rem);
}

.alternate > div > a {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--colorBodyText);
}

@media screen and (max-width: 1024px) {
  .anchor-nav--row {
    display: flex;
    flex-wrap: wrap;
  }

  .anchor-nav--item {
    /* flex: 1 1 calc(50% - 5rem); */
    flex: 50%;
    padding: 1rem 0.5rem;
    width: calc(50% - 1rem);
  }
}

@media only screen and (max-width: 589px) {
  .site-nav__link {
    padding: 12px;
  }
}

.gallery__item {
  flex: 0 0 auto;
  max-width: 100%;
  object-fit: cover;
  /* aspect-ratio: 16/9; */
}

.gallery__img {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
}
.gallery__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.feature-aspect-ratio-wide {
  aspect-ratio: 3/1;
}
@media only screen and (max-width: 589px) {
  .feature-aspect-ratio-wide {
    aspect-ratio: 4/3;
  }
}

.product-list-description {
  font-family: 'Garage Gothic - Black';
}

btn.unavailable,
label.unavailable {
  color: #ccc;
}

/* TW Motion V2 */

.page-width {
  max-width: 1920px;
}

span.announcement__text {
  padding: 12px 0px;
}

.announcement {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.site-header {
  position: relative;
  border-bottom: 3px solid var(--colorAnnouncement);
  /* overflow: hidden; */
}

.site-header::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-image: url('./topovector.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  transform: scaleX(-1);
  pointer-events: none;
  z-index: 0;
  opacity: 0.3;
}

h1.site-header__logo {
  margin: 0;
}

ul.site-nav > li,
.site-nav__link,
.site-nav__dropdown-link {
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  /* font-size: 20px; */
  letter-spacing: 0.1rem;
}

.site-nav--has-dropdown > details[open] > summary:before {
  display: none;
}

.site-nav--has-dropdown > details[open] > summary,
details[open] > .site-nav__dropdown {
  color: var(--colorAnnouncement);
  background-image: url('./menu-bg.png');
}

.site-nav__dropdown a:not(.megamenu__promo-link) {
  background-color: unset;
}

#site-nav-item--2 > div > div > div > div {
  flex-flow: unset;
}

.text-center .site-navigation {
  margin-left: 40px;
}

svg.icon-chevron-down {
  display: none;
}

@media only screen and (min-width: 590px) {
  .site-nav__link,
  .site-nav__dropdown-link {
    padding: 20px 30px;
  }
}

@font-face {
  font-family: 'Garage Gothic - Black';
  src: url('./Garage-Gothic_Black.woff2') format('woff2');
  font-style: normal;
}

/* .hero__text-content {
  padding-left: 150px;
} */

.hero__subtitle {
  /* margin-top: -20px; */
  margin-bottom: 20px;
  font-style: italic;
  font-size: 24px;
}
.hero__link {
  display: block;
}
.btn {
  border-radius: 10px;
  letter-spacing: 0.8px;
  padding: 4px 10px;
  margin: 0 5px;
}
.hero__link .btn--inverse,
.btn--inverse {
  background-color: #fdfbf6;
  color: #282823;
}
.btn--inverse:hover {
  background-color: #282823;
  color: #fdfbf6;
}

/* .hero__title {width: 1000px;}
.hero__subtitle {width: 750px; */

.hero__title {
  margin-bottom: 24px;
  line-height: 0.9;
}

h2.hero__title {
  font-family: 'Garage Gothic - Black' !important;
}

.hero__subtitle {
  font-family: 'Barlow', sans-serif;
  font-size: calc(var(--typeBaseSize) * 1.4);
  text-transform: none;
  letter-spacing: 0.05px;
  margin-top: 8px;
  margin-bottom: 12px;
}

/* .hero__short_description {
  font-family: 'Barlow', sans-serif;
  font-size: calc(var(--typeBaseSize) * 1.4);
  text-transform: none;
  letter-spacing: 0.05px;
} */

.hero__link {
  margin-top: 20px;
}

.hero__link > div > div > a.btn {
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 0 !important;
  margin-right: 10px !important;
}

/* Footer typography */
.site-footer .footer__title {
  font-family: 'Garage Gothic - Black', sans-serif;
  font-size: 24px;
}

.site-footer .footer__collapsible strong {
  font-family: 'Garage Gothic - Black', sans-serif;
  font-size: 20px;
  display: block;
  margin-top: 16px;
}

.site-footer .site-footer__linklist a,
.site-footer .collapsible-content p,
.site-footer .footer__collapsible,
.site-footer .footer__collapsible p {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
}

/* Newsletter form */
.newsletter-section .newsletter__input,
.newsletter-section .newsletter__input::placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
}

.newsletter-section .input-group-btn .btn {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
}

div.megamenu {
  background-image: url('./menu-bg.png');
  padding: 40px 20px;
}

div.megamenu__cols {
  /* display: grid; */
  /* grid-template-columns: repeat(4, 1fr); */
  /* align-content: start; */
  /* grid-template-rows: repeat(2, minmax(200px, auto));
  gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr 1fr 1fr 1fr; */
  flex-flow: column wrap;
  max-height: 700px;
}

div.megamenu__col {
  margin: 10px;
  /* TODO: Remove */
  /* border: 1px solid #ff9900; */
  /* max-width: 25%; */
}

div.megamenu__col-title > .site-nav__dropdown-link,
div.megamenu__col > .site-nav__dropdown-link {
  padding: 5px;
  font-family: 'Garage Gothic - Black';
  font-size: 24px;
}

.mobile-nav__child-item > button > .mobile-nav__faux-link,
.mobile-nav__sublist .mobile-nav__link {
  font-family: 'Garage Gothic - Black';
  letter-spacing: 0.8px;
}

/* .mobile-nav__grandchildlist > li > .mobile-nav__link {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  text-transform: unset;
  font-size: 16px;
} */

div.megamenu__col-title > .site-nav__dropdown-link,
.mobile-nav__faux-link,
.mobile-nav__sublist .mobile-nav__link {
  background-color: unset;
  font-weight: bold;
  text-transform: uppercase;
}

div.megamenu__col > .site-nav__dropdown-link,
.mobile-nav__grandchildlist > li > .mobile-nav__link {
  background-color: unset;
  margin-left: 10px;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  line-height: 1.57;
  text-transform: none;
}

.site-nav__dropdown-link:not(.site-nav__dropdown-link--mega):hover {
  /* padding:6px 35px 6px 25px; */
  color: #c1311a;
}

.megamenu__promo {
  margin-top: 26px;
}

.promo_heading {
  display: block;
  position: absolute;
  max-width: 345px;
  padding: 20px;
  top: 0px;
  left: 30px;
  z-index: 2;
  font-family: 'Arial Black';
  font-weight: bolder;
  font-size: 26px;
  line-height: 1.09;
  text-align: left;
  color: #ffffff;
}

.promo_text {
  display: block;
  position: absolute;
  bottom: 32px;
  left: 50px;
  background-color: var(--colorAnnouncement);
  color: var(--colorAnnouncementText);
  padding: 10px;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.6px;
}

.tw-featured-collection-title-prefix,
.tw-content-carousel-title-prefix,
.tw-featured-collection-title-divider,
.tw-content-carousel-title-divider,
.tw-featured-collection-title-content,
.tw-content-carousel-title-content {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 1.44px;
}

.tw-featured-collection-title-prefix,
.tw-content-carousel-title-prefix {
  font-weight: 600;
}

.tw-featured-collection-title-divider,
.tw-content-carousel-title-divider {
  font-weight: 900;
  color: #1c4059;
}

.tw-featured-collection-title-content,
.tw-content-carousel-title-content {
  font-weight: 800;
}

@media only screen and (min-width: 590px) {
  .tw-featured-collection-title-prefix,
  .tw-content-carousel-title-prefix,
  .tw-featured-collection-title-divider,
  .tw-content-carousel-title-divider,
  .tw-featured-collection-title-content,
  .tw-content-carousel-title-content {
    font-size: 48px;
    letter-spacing: 1.44px;
  }
}

.grid-product__content {
  background-color: #ffffff;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

@media only screen and (min-width: 590px) {
  .grid-product__content {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 589px) {
  .grid-product__title {
    color: #282823;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.96px;
    text-align: center;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media only screen and (min-width: 590px) {
  .grid-product__title {
    font-size: 24px;
    height: 72px;
  }
}

[data-type_base_accent_transform='true'] .grid-product__vendor,
.grid-product__vendor {
  color: #1c4059;
  font-family: 'Interstate', sans-serif;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1.44px;
  font-weight: 500;
  text-align: center;
}

.grid-product__price {
  color: #1c4059;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.4px;
  text-align: center;
}

.article__grid-image {
  margin-bottom: 24px;
}

.article__date {
  margin-bottom: 10px;
}

@media only screen and (min-width: 590px) {
  .article__date {
    margin-bottom: 20px;
  }
}

.article__tag {
  padding: 5px 10px;
  background-color: #d7d7d7;
  border-radius: 10px;
  font-family: 'Interstate', sans-serif;
  font-weight: 500;
  color: #000;
  /* font-style: normal; */
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  /* font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem; */
  margin-right: 10px;
}

.article__title {
  font-family: 'Barlow', sans-serif;
  font-weight: 800;
  color: #1c4059;
}
.featured-article__content > p {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.48px;
}

.rounded-image {
  border-radius: 10px;
}

.page-width--narrow {
  max-width: 1600px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero_badge__container {
  overflow: hidden;
}

.hero_badge {
  width: 350px;
  height: 70px;
  margin: 50px 0 0 -20px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  background: #c1311a;
  overflow: hidden;
  position: relative;
}

.hero_badge__content {
  position: absolute;
  height: 100%;
  padding: 0px 40px;
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
  /* top: -30px; */
  /* left: -30px; */
  /* right: -30px; */
  /* bottom: -30px; */
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
}

.hero_badge__text {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}

.collection-hero {
  box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.25);
}

.grid-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

}

.grid-product__content {
  box-shadow: 4px 4px 24px 6px rgba(0, 0, 0, 0.1);
}

div.product-section {
  background: #ffffff;
}

.breadcrumbs-bg {
  /* background: #1c4059;
  background: linear-gradient(0deg, hsla(204.59, 52.14%, 2.94%, ) 0%, hsl(204.59 52.14, 22.94) 33%); */
  /* background: #1c4059; */
  background: linear-gradient(to bottom, rgb(20, 45, 62) 0%, rgb(28, 64, 89) 33%);
  /* background: linear-gradient(to top, hsla(0, 0%, 0%, 0.4) 0%, hsla(0, 0%, 0%, 0) 33%); */
}

.breadcrumb,
.breadcrumb > a {
  color: #ffffff;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 15px 0px;
}

.product-single__vendor,
.product-single__vendor > a {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.08px;
  color: #1c4059;
}

.product-single__title {
  font-size: 48px;
}

div.variant-input > label {
  border-radius: 10px;
  min-width: 65px;
  text-align: center;
  background: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

label.variant__label {
  font-family: 'Barlow', sans-serif;
  /* font-weight: bold; */
  font-style: normal;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.06px;
}

button.add-to-cart {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.08px;
  text-transform: uppercase;
}

@media only screen and (min-width: 590px) {
  button.add-to-cart {
    font-size: 20px;
    border-radius: 10px;
  }
}

.gravity-button {
  border-radius: 10px;
}

.button {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  border-radius: 10px;
  letter-spacing: 0.8px;
  padding: 10px 20px;
  margin: 0 5px;
}

a.button--inverse {
  background-color: #fdfbf6;
  color: #282823;
}

a.button--inverse:hover {
  background-color: #1c4059;
  color: #fdfbf6;
}

a.card-button {
  background-color: #1c4059;
  color: #fdfbf6;
}

.megamenu {
  max-height: unset;
}

.blog-tag-filter {
  margin: 24px 0 48px;
}
.blog_post_group_tags {
  margin: 24px 0 32px;
}

@media only screen and (min-width: 590px) {
  .blog-tag-filter__label {
    font-size: 16px;
  }
}
.blog-tag-filter__label {
  font-family: Interstate, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: #1a1a1a;
}
.blog-tag-filter__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-tag-filter__pill {
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 10px;
  /* display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #e5e5e5;
  color: #1a1a1a;
  transition:
    background 0.15s,
    color 0.15s;
  line-height: 1; */
}
.blog-tag-filter__pill:hover {
  background: #d0d0d0;
}
.blog-tag-filter__pill--active {
  background: #1d3d52;
  color: #ffffff;
}
.blog-tag-filter__pill--active:hover {
  background: #16303f;
}
.blog-tag-filter__remove {
  padding-left: 0.5rem;
  font-size: 11px;
  line-height: 1;
}

.tabbed-content--article-card {
  /* width: 383px; */
  /* height: 256px; */
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.tabbed-content--article-card__image {
  position: relative;
  height: 256px;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0px 0px;
}

.tabbed-content--article-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(40, 40, 35, 0) 0%, rgba(40, 40, 35, 0.8) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 28px 24px;
}

.tabbed-content--article-card__date {
  margin: 0 0 6px 0;
  font-family: 'Barlow', Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: #fefefe;
  letter-spacing: 0.4px;
  line-height: 1.2;
}

.tabbed-content--article-card__title {
  margin: 0;
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fefefe;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  line-height: 1.2;
}

.tabbed-content--article-card__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #f5f4ef;
  padding: 18px 28px;
  border-radius: 0 0 10px 10px;
}

.tabbed-content--article-card__cta a {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #282823;
  text-decoration: none;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
}

.tabbed-content--article-card__cta img {
  display: block;
  width: 13px;
  height: 13px;
}
