/** Shopify CDN: Minification failed

Line 650:1 Expected "}" to go with "{"

**/
/* Use this file to add custom css to the theme. */
@font-face {
  font-family: 'Neue Montreal';
  font-style: normal;
  font-weight: 400;
  src: url("//www.decadestudio.com/cdn/shop/t/48/assets/PPNeueMontreal-Book.woff2?v=25047754522705941041773941884") format("woff2");
}
@font-face {
  font-family: 'Neue Montreal';
  font-style: italic;
  font-weight: 400;
  src: url("//www.decadestudio.com/cdn/shop/t/48/assets/PPNeueMontreal-Italic.woff2?v=183892774600425608941773941884") format("woff2");
}
@font-face {
  font-family: 'Neue Montreal';
  font-style: normal;
  font-weight: 700;
  src: url("//www.decadestudio.com/cdn/shop/t/48/assets/PPNeueMontreal-Bold.woff2?v=117231649228450496841773941884") format("woff2");
}
@font-face {
  font-family: 'Neue Montreal';
  font-style: normal;
  font-weight: 500;
  src: url("//www.decadestudio.com/cdn/shop/t/48/assets/PPNeueMontreal-Medium.woff2?v=14075767130079997701773941884") format("woff2");
}
@font-face {
  font-family: 'Neue Montreal';
  font-style: italic;
  font-weight: 600;
  src: url("//www.decadestudio.com/cdn/shop/t/48/assets/PPNeueMontreal-SemiBoldItalic.woff2?v=11432") format("woff2");
}
@font-face {
  font-family: 'Neue Montreal';
  font-style: normal;
  font-weight: 300;
  src: url("//www.decadestudio.com/cdn/shop/t/48/assets/PPNeueMontreal-Thin.woff2?v=80848595653202303551773941884") format("woff2");
}
@font-face {
  font-family: 'Dahlia';
  font-style: normal;
  font-weight: 400;
  src: url("//www.decadestudio.com/cdn/shop/t/48/assets/Dahlia-Regular.woff?v=129729508691619686421773941884") format("woff");
}
@font-face {
  font-family: 'Dahlia';
  font-style: normal;
  font-weight: 500;
  src: url("//www.decadestudio.com/cdn/shop/t/48/assets/Dahlia-Medium.woff?v=44855523373991197951773941884") format("woff");
}
@font-face {
  font-family: 'Dahlia';
  font-style: normal;
  font-weight: 700;
  src: url("//www.decadestudio.com/cdn/shop/t/48/assets/Dahlia-bold.woff?v=20210862064100729631773941884") format("woff");
}

:root {
  --font-body: 'Neue Montreal', sans-serif;
  --font-body-weight: 500;
  --font-heading: 'Neue Montreal', sans-serif;
  --font-heading-weight: 500;
  --font-logo: 'Neue Montreal', sans-serif;
  --font-title: 'Neue Montreal', sans-serif;
  --font-title-weight: 600;

  --font-size-heading-display-1: 144px;
  --font-size-heading-display-2: 68px;
  --font-size-heading-display-3: 24px;
  --font-size-heading-1-base: 68px;
  --font-size-heading-2-base: 68px;
  --font-size-heading-3-base: 24px;
  --font-size-heading-4-base: 24px;
  --font-size-heading-5-base: 24px;
  --font-size-heading-6-base: 14px;

  --logo-text-transform: lowercase;
  --logo-font-size: 1.5rem;

  --max-width: 1280px;
}
@media (max-width: 960px) {
  :root {
    --space-outer: 16px;
  }
}
@media (max-width: 720px) {
  :root {
    --font-size-heading-display-1: 72px;
    --font-size-heading-display-2: 58px;
    --font-size-heading-1-base: 58px;
    --font-size-heading-2-base: 58px;
  }
}

.fs-heading-1-base,
.fs-heading-1-base-ns {
  font-family: var(--font-title);
  font-weight: var(--font-title-weight);
}

.decade__super-header {
  width: var(--max-width);
  max-width: calc(100vw - var(--space-outer) - var(--space-outer));
  margin: 0 auto;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
}
.decade__super-header__svg {
  width: 100%;
  margin-bottom: 12px;
}
.decade__collection-banner,
.decade__page__header {
  min-height: 200px;
}
@media (max-width: 960px) {
  .decade__super-header,
  .decade__collection-banner,
  .decade__page__header {
    min-height: 175px;
  }
}
@media (max-width: 800px) {
  .decade__super-header,
  .decade__collection-banner,
  .decade__page__header {
    min-height: 145px;
  }
}
@media (max-width: 500px) {
  .decade__super-header,
  .decade__collection-banner,
  .decade__page__header {
    min-height: 94px;
  }
}
.collection:not(.collection--has-filter-bar) {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
}

.decade__heading--large {
  font-size: 58px;
  position: relative;
  top: -9px;
}
@media (min-width: 720px) {
  .decade__heading--large {
    font-size: 68px;
    top: -24px;
  }
}
@media (min-width: 960px) {
  .decade__heading--large:not(.decade__heading--long) {
    font-size: 100px;
  }
}

/* Header */
.header {
  padding-top: 0;
}
.header__links-list .header__links-icon {
  margin-top: 0;
}
.decade__header_main {
  height: 82px;
}
.header__row.header__row-desktop.lower .header__logo {
  margin: 0;
}
.header__inner {
  width: var(--max-width);
  max-width: calc(100vw - var(--space-outer) - var(--space-outer));
}

/* Slideshow */
.decade__slideshow__text_container {
  padding-top: 16px;
}
.decade__slideshow__heading {
  text-transform: uppercase;
  font-size: 12px;
  line-height: var(--line-height-body);
  font-weight: 500;
}
.decade__slideshow__shop_blocks {
  margin-left: auto;
  padding-left: var(--spacing-4);
}
.decade__slideshow__shop {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: var(--line-height-body);
  text-transform: uppercase;
}
.decade__slideshow__shop__icon {
  margin-left: var(--spacing-2);
}

/* Featured collections */
@media (min-width: 960px) {
  .decade__featured_collection {
    margin-bottom: 24px;
  }
}
.decade__featured_collection__heading {
  font-size: 14px;
}

/* Show swatches not just on hover, and layout customizations */
.product-item__inner .product-item__variant-info {
  opacity: 1;
  width: auto;
  position: static;
}
.product-item__meta {
  flex-direction: row;
  margin: var(--spacing-3) auto var(--spacing-2);
}
.product-item__text {
  margin: 0;
  font-size: 12px;
}
.product-item--with-hover-swatches .product-item__inner .product-item__hover-container {
  bottom: 0;
}
.fs-product-card-title {
  font-size: var(--font-size-body-250);
}
.product-item__name {
  display: flex;
  align-items: baseline;
  margin-bottom: var(--spacing-4);
}
.decade__item__name__heading {
  font-size: 24px;
}
.product-item__name__shop {
  display: flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: auto;
  padding-left: var(--spacing-4);
  opacity: 0;
  transition: opacity var(--duration-fast) var(--easing);
}
.product-item__name__shop__icon {
  margin-left: var(--spacing-2);
}
.product-item__inner:hover .product-item__name__shop {
  opacity: 1;
}
@media (max-width: 959px) {
  .product-item__name__shop {
    display: none;
  }
}
@media (hover: none) {
  .product-item__name__shop {
    display: none;
  }
}
.product-item__inner .product-item__hover-container {
  display: none;
}
.decade__item__name--low {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  /* display: none; */
  display: block;
}
.decade__featured_collection .decade__item__name--low,
.carousel__slide .decade__item__name--low {
  display: block;
}
.decade__featured_collection .decade__item__name,
.carousel__slide .decade__item__name {
  display: none;
}
@media (max-width: 720px) {
  .decade__item__name--low {
    display: block;
  }
  .decade__item__name {
    display: none;
  }
}
.product-item__meta {
  flex-wrap: nowrap;
}

/* Carousel buttons */
.carousel__navigation-wrapper {
  align-items: flex-start;
}
.carousel__navigation-button--back {
  transform: none;
  margin: 8px 14px 0 0;
}
.carousel__navigation-button--forward {
  margin: 8px 0 0;
}

/* Image split */
.decade__image_split {
  --space-outer: 4vw;
  padding: 0;
}
.decade__image_split__accent, .fs-accent {
  font-size: 12px;
}
.decade__image_split__accent {
  margin-bottom: 0;
}
.decade__image_split__heading {
  margin-bottom: 20px;
} 

/* Product page */
.product__title {
  /* font-weight: 500; */
}
.collection-banner:not(.collection--has-image) {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-bar, .mobile-filters {
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
}
.mobile-filters {
  padding: var(--space-outer) var(--space-outer) 0;
}
.filter-bar__button .icon-chevron-small {
  margin-top: 0;
}
html.sticky-header-enabled .filter-bar.filter-bar--sticky {
  top: calc( var(--height-header, 0) + var(--header-desktop-sticky-position, 0) );
}
@media (max-width: 450px) {
  .collection__products {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product__chip {
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

/* Footer */
.footer__parent {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 960px) {
  .footer__newsletter, .footer__group-content {
    height: 100%;
  }
}
.footer__newsletter {
  display: flex;
  flex-direction: column;
}
.footer__newsletter-form {
  margin-top: auto;
}
.footer__credits {
  display: none;
}

/* Mobile super menu */
.drawer-menu__primary-links .drawer-menu__item {
  border: none;
  height: auto;
  font-family: var(--font-title);
  font-weight: var(--font-title-weight);
  font-size: 36px;
  line-height: 42px;
  letter-spacing: normal;
}
.drawer-menu__primary-links .drawer-menu__link {
  height: auto;
  text-transform: none;
}
ul.drawer-menu__secondary-links {
  padding-top: 32px;
}
.drawer-menu__secondary-links .drawer-menu__link {
  --item-height: 32px;
  max-height: 32px;
  text-transform: uppercase;
}

/* Page */
.decade__page, .decade__page__inner {
  padding-top: 0;
}
.decade__page__header {
  display: none;
  align-items: center;
  justify-content: center;
}
.page-section {
  overflow: unset;
}
.decade__page__divider {
  position: sticky;
  height: 1px;
  width: 100%;
  top: var(--height-header);
  background: rgba(0, 0, 0, 0.2);
  margin-top: calc(-1 * var(--spacing-10));
  margin-bottom: var(--spacing-10);
}
@media (max-width: 719px) {
  .decade__page__divider {
    margin-top: calc(-1 * var(--spacing-10) + var(--spacing-4));
  }
}

/* Page sidebar nav */
.decade__page__nav_section {
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: calc(var(--spacing-10) + var(--height-header));
}
.decade__page__nav {
  position: absolute;
  left: var(--space-outer);
}
@media (max-width: 960px) {
  .decade__page__divider {
    margin-bottom: 0;
    z-index: 401;
  }

  .decade__page__nav_section {
    top: calc(var(--height-header));
    padding: 0;
  }

  .decade__page__nav {
    position: static;
    z-index: 400;
    background: var(--color-background-semi-transparent-80);
    padding: var(--spacing-3) var(--space-outer);
    max-width: calc( var(--content-width, var(--max-width)) + calc(var(--space-outer) * 2) );
    margin: 0 auto;
    backdrop-filter: blur(10px);
  }

  .decade__page__nav__list {
    display: flex;
  }
  .decade__page__nav__list__item:not(:last-child) {
    margin-right: var(--spacing-3);
  }
}
.decade__page__nav__list {
  margin: 30;
  padding: 0;
  list-style-type: none;
  text-align: left;
  
}
.decade__page__nav__list__item {
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
}
.decade__page__nav__list__item--current {
  text-decoration: underline;
}

/* Sizing table */
.modal__inner,
.modal__close-icon,
.popover .icon-button__icon:before {
  background: #FFF;
}
.modal__header {
  z-index: 999;
}
.decade__sizing__header {
  font-family: var(--font-title);
  font-size: var(--font-size-heading-display-2);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.decade__sizing__tabs {
  display: flex;
  justify-content: center;
  padding: 20px 0 24px 0;
  margin-bottom: 24px;
}
.rte .decade__sizing__tabs__tab {
  margin: 0 9px;
  text-decoration: none;
}
.rte .decade__sizing__tabs__tab--active {
  text-decoration: underline;
}

.decade__sizing__divider {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin-top: -24px;
}

.decade__sizing__tab_content {
  display: none;
}
.decade__sizing__tab_content--active {
  display: block;
}

.decade__sizing__table {
  font-size: 12px;
}
.decade__sizing__table table td {
  padding: var(--spacing-1) var(--spacing-4);
}
.decade__sizing__table .rte__table-wrapper {
  margin: 0;
}
.decade__sizing__table .ks-unit-toggle {
  font-size: 12px;
}

.decade__sizing__table .ks-table .ks-table-row:hover td:not(.ks-hidden-cell):not(.kiwi-cross-table-header) {
  background: none !important;
}
.decade__sizing__table .ks-table .ks-table-row:not(:first-child):hover td:not(.ks-hidden-cell):not(.kiwi-cross-table-header) {
  background: #F5F4F3 !important;
}


.decade__measure {
  display: grid;
  grid-template-areas:
    'instructions diagram'
    'help diagram';
  grid-template-columns: 2fr 3fr;
  grid-template-rows: 1fr min-content;
  column-gap: 50px;
  row-gap: 2em;
}
@media (max-width: 720px) {
  .decade__measure {
    grid-template-areas:
      'instructions'
      'diagram'
      'help';
    grid-template-columns: 1fr;
  }
}
.decade__measure_instructions {
  grid-area: instructions;
}
.decade__measure__help {
  grid-area: help;
}
.decade__measure__diagram {
  grid-area: diagram;
}
.decade__measure_instructions__list {
  padding-left: 1em;
}
.decade__measure__diagram__image {
  border-radius: 16px;
}

/* Hide kiwi injected widget */
.product-form > .ks-container-with-modal {
  display: none;
  .product-grid-video-item .product-item__hover-container {
  display: none;
}
.product-grid-video-item__media {
  background: rgba(0, 0, 0, 0.04);
}
.product-grid-video-item__link {
  display: block;
  position: relative;
  color: inherit;
}
.product-grid-video-item__video-wrapper {
  overflow: hidden;
  background: #000;
}
.product-grid-video-item__video-wrapper video,
.product-grid-video-item__video-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-grid-video-item__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 8px;
  background: rgba(245, 244, 243, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.product-grid-video-item__meta {
  gap: 12px;
}
.product-grid-video-item__text {
  margin-top: 8px;
}
.product-grid-video-item__text p {
  margin: 0;
}
.product-grid-video-item__button {
  width: 100%;
}
.product-grid-video-item .product-item__inner {
  position: relative;
}
.product-grid-video-item__card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.product-grid-video-item__badge,
.product-grid-video-item__meta,
.product-grid-video-item__button {
  position: relative;
  z-index: 2;
}