/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/collections-page/styles/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
:root {
  --filters-height: 50px;
  --filters-top-offset: 2px;
}

.filters {
  width: 100%;
  background: #fff;
  z-index: 9997;
  position: sticky;
  top: 0;
  transition: top 0.1s ease-out;
}
.filters__header {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  align-items: center;
}
@media screen and (min-width: 1009px) {
  .filters__count {
    margin-right: auto;
  }
}
.filters__count.loading {
  animation: skeleton-loading 1s linear infinite alternate;
  color: transparent;
}
.filters__sortBtn {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 1009px) {
  .filters__sortBtn {
    position: relative;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1008px) {
  .filters__sortBtn {
    order: 2;
  }
}
.filters__sortBtn #sortBtn {
  text-transform: uppercase !important;
}
.filters__sortBtn.active #sortBtn {
  -webkit-text-stroke: 0.5px #222;
  color: #222;
}
.filters__sortBtn.active .filters__sort-dropdown {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1008px) {
  .filters__filterBtn {
    order: 3;
  }
}
.filters__sort-dropdown {
  position: absolute;
  top: 120%;
  right: 0;
  z-index: 99999999;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 3px 2px 5px 0 rgba(0, 0, 0, 0.125);
  padding: var(--padding-mobile, 2rem);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
@media screen and (max-width: 1008px) {
  .filters__sort-dropdown {
    top: 100%;
    left: 0;
    right: 0;
    border-left: none;
    border-right: none;
  }
}
.filters__sort-dropdown ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.filters__sort-option {
  width: max-content;
}
.filters__sort-option.active {
  font-weight: 700;
  color: #222;
}
.filters__sort-backdrop {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999998;
  background: transparent;
  visibility: hidden;
}
@media screen and (max-width: 1008px) {
  .filters__sort-backdrop {
    top: 100%;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
  }
}
.filters__sortBtn.active .filters__sort-backdrop {
  visibility: visible;
}
.filters__drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  transform: translateX(110%);
  transition: transform 0.3s ease-out;
  z-index: 9999999999;
  overflow-y: scroll;
}
@media screen and (max-width: 1008px) {
  .filters__drawer {
    height: 60vh;
    max-width: none;
    width: 100vw;
    top: calc(var(--header-height) + var(--plp-subnav-height) + var(--filters-bar-height) + var(--announcement-banner-height) + var(--ge-free-shipping-container));
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    z-index: 999999999;
  }
}
.filters__drawer-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(var(--ge-free-shipping-container, 0px) + var(--announcement-banner-height, 30px) + var(--header-height, 69px));
  width: 100%;
  padding: 0 20px;
  border-bottom: 1px solid var(--black);
}
@media screen and (max-width: 1008px) {
  .filters__drawer-header {
    display: none;
  }
}
.filters__drawer-closeBtn svg {
  width: 25px;
  height: 25px;
}
.filters__drawer-closeBtn svg path {
  stroke-width: 18;
}
.filters__drawer-body {
  padding: 35px 20px;
}
@media screen and (max-width: 1008px) {
  .filters__drawer-body {
    padding: 35px var(--padding-mobile, 20px);
  }
}
.filters__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters__item--wrapper {
  width: 100%;
  padding-bottom: 20px;
}
.filters__item-btn--arrow {
  display: flex;
}
.filters__item-btn--arrow svg {
  width: 15px;
  height: 15px;
  color: #000;
}
.filters__options-group {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.4s ease;
}
.filters__options-group ul {
  padding-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: auto;
  max-height: 100%;
  width: 100%;
  row-gap: 10px;
}
.filters__options-group li:not([data-key="filter.v.option.size"]) {
  text-transform: capitalize !important;
}
.filters__options-group li.active {
  font-weight: 700;
}
.filters__options-group li.disabled {
  cursor: not-allowed !important;
  color: var(--silver);
}
.filters__options-wrapper {
  min-height: 0;
}
.filters__drawer-footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 5rem 0;
  padding: 0 20px;
}
.filters__drawer-footer .Button {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding: 1rem 0;
}
.filters__drawer-backdrop {
  background: rgba(0, 0, 0, 0.35);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 99999999;
}
@media screen and (max-width: 1008px) {
  .filters__drawer-backdrop {
    top: calc(var(--header-height) + var(--plp-subnav-height) + var(--filters-bar-height) + var(--announcement-banner-height) + var(--ge-free-shipping-container));
  }
}
.filters__bar, .filters__selected {
  padding: 0 var(--padding-mobile, 2rem);
}
@media screen and (min-width: 990px) {
  .filters__bar, .filters__selected {
    padding: 0 var(--padding-desktop, 4rem);
  }
}
.filters__selected {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.filters__selected.loading {
  pointer-events: none;
}
.filters__selected .item-capitalized {
  text-transform: capitalize !important;
}
.filters__selected--item {
  padding: 0.2rem 1rem;
  box-shadow: 0px 0px 0px 1px #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  font-size: 15px;
}
.filters__selected--item svg {
  width: 10px;
  height: 10px;
}
.filters__selected--item:hover {
  box-shadow: 0px 0px 0px 2px var(--silver);
}
.filters__selected--remove {
  font-size: 15px;
}
.filters__selected--remove:only-child {
  display: none;
}
.filters__selected--remove a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.filters__selected--remove a:hover {
  color: var(--silver);
}

.collapsable-container--open .filters__options-group {
  grid-template-rows: 1fr;
}

.collections.active-filters .filters__filterBtn {
  font-weight: 700;
}
.collections.active-filters .filters__drawer {
  transform: translateX(0);
}
.collections.active-filters .filters__drawer-backdrop {
  visibility: visible;
  opacity: 1;
}

.shopify-section-header-sticky ~ main .filters__bar {
  top: calc(var(--header-height, 68px) - var(--filters-top-offset, 2) * 2 + var(--plp-subnav-height));
}

.section-header.shopify-section-header-hidden ~ main .filters__bar {
  top: calc(var(--plp-subnav-height) - 2px);
}

.shopify-section-header-sticky ~ main .filters__drawer-header {
  min-height: calc(var(--header-height, 70px) - 0.5px);
}

.shopify-section-header-sticky.shopify-section-header-hidden ~ main .filters__drawer-header {
  min-height: calc(var(--header-height, 70px) - 1px);
}

@media screen and (max-width: 1008px) {
  .section-header.shopify-section-header-hidden ~ main .filters__drawer,
  .section-header.shopify-section-header-hidden ~ main .filters__drawer-backdrop {
    top: calc(var(--plp-subnav-height) + var(--filters-bar-height) - 2px);
  }
  .shopify-section-header-sticky ~ main .filters__drawer-backdrop,
  .shopify-section-header-sticky ~ main .filters__drawer {
    top: calc(var(--header-height, 68px) + var(--plp-subnav-height) + var(--filters-bar-height) - 4px);
  }
}
@keyframes skeleton-loading {
  0% {
    background-color: rgb(200, 200, 200);
  }
  100% {
    background-color: rgb(238, 238, 238);
  }
}
.mobile-filters {
  width: 100%;
  min-height: 40px;
  padding: 0 2rem 0 0;
}
.mobile-filters__drawer {
  z-index: 9999999999;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
}
.mobile-filters__drawer--filters {
  max-width: 400px;
  transform: translateX(110%);
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mobile-filters__drawer--filters {
    width: 100vw;
    max-width: none;
    height: 60vh;
  }
}
.mobile-filters__drawer__head {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  justify-content: space-between;
  border-bottom: 1px solid var(--black);
  min-height: calc(var(--announcement-banner-height, 30px) + var(--header-height, 69px) - 1.5px);
}
@media screen and (max-width: 1024px) {
  .mobile-filters__drawer__head {
    display: none;
  }
}
.mobile-filters__drawer__title {
  font-family: var(--body-font);
  color: var(--black);
}
.mobile-filters__drawer__icon {
  width: 30px;
  height: 30px;
}
.mobile-filters__drawer__body {
  flex-grow: 1;
  padding: 3.5rem 1.6rem 0 1.6rem;
  height: calc(100% - (var(--header-height)));
  overflow-y: auto;
  overflow-x: hidden;
  display: grid;
  grid-template-rows: repeat(2, min-content);
}
@media screen and (max-width: 640px) {
  .mobile-filters__drawer__body {
    padding: 0;
  }
}
.mobile-filters__drawer__footer {
  display: flex;
  gap: 2rem;
  margin: 5rem 0;
}
.mobile-filters__drawer__footer .btn-apply,
.mobile-filters__drawer__footer .btn-clear {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  max-width: calc(50% - 1rem);
}
.mobile-filters__drawer--sort {
  height: auto;
  width: 100%;
  bottom: initial;
  top: calc(var(--header-height) + var(--plp-subnav-height) + var(--filters-bar-height) + var(--announcement-banner-height));
  transform: translateY(100%);
}
.mobile-filters__drawer--sort .mobile-filters__drawer__body {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.mobile-filters__drawer--sort .mobile-filters__drawer__body {
  padding: 0;
}
.mobile-filters__drawer.active {
  transform: translate(0);
}
.mobile-filters__list, .mobile-filters__accordian {
  height: 100%;
  max-height: 100%;
  width: 100%;
}
.mobile-filters__accordian .mobile-filters__list {
  padding-top: 15px;
}
.mobile-filters__item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .mobile-filters__item-wrapper {
    padding: 1.5rem !important;
  }
}
.mobile-filters__item {
  font-family: var(--body-font);
  color: var(--black);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-filters__item:hover {
  font-weight: 600;
}
.mobile-filters__item:hover path {
  stroke-width: 2;
}
.mobile-filters__accordian .mobile-filters__item {
  color: #222;
  padding-right: 15px;
  margin-bottom: 10px;
}
.mobile-filters__icon {
  width: 25px;
  height: 25px;
}
.mobile-filters__btn {
  display: flex;
}
.mobile-filters__btn svg {
  width: 15px;
  height: 15px;
}
.mobile-filters__btn--clear {
  margin-right: 7.5px;
  font-size: inherit;
  font-family: inherit;
  visibility: hidden;
}
.mobile-filters__btn--plus {
  width: 25px;
  height: 25px;
  position: relative;
}
.mobile-filters__btn--plus::after, .mobile-filters__btn--plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #4d4d4d;
  display: inline-block;
  border-radius: 2px;
}
.mobile-filters__btn--plus::after {
  width: 2px;
  height: 15px;
  transition: transform 0.175s ease;
}
.mobile-filters__btn--plus::before {
  width: 15px;
  height: 2px;
}
.mobile-filters__item-wrapper.active .mobile-filters__btn--clear {
  visibility: visible;
}
.mobile-filters__group {
  display: flex;
  align-items: center;
}
.mobile-filters__filters, .mobile-filters__sort {
  color: var(--black);
  font-weight: 400;
  font-family: var(--body-font);
  min-height: inherit;
  flex: 1 1 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.mobile-filters__sort {
  grid-column: 2/3;
  grid-row: 1;
}
.mobile-filters__filters span {
  cursor: pointer;
}
.mobile-filters__filters span:hover {
  font-weight: 600;
}
.mobile-filters__drawer--sort .mobile-filters__list {
  padding: 20px;
}
.mobile-filters__drawer--sort .mobile-filters__item {
  justify-content: start;
  font-weight: 400;
  color: #000;
}
.mobile-filters__drawer--sort .mobile-filters__item:not(:last-child) {
  margin-bottom: 10px;
}
.mobile-filters__drawer--sort .mobile-filters__item.active {
  color: #222;
  font-weight: 700;
}
.mobile-filters__backdrop {
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  height: 100vh;
}
.mobile-filters__drawer.active ~ .mobile-filters__backdrop {
  opacity: 1;
  visibility: visible;
}
.collapsable--open .mobile-filters__btn--plus::after {
  transform: translate(-50%, -50%) rotate(-0.25turn);
}
.mobile-filters__applied-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
}
.mobile-filters__type {
  font-weight: 400;
  font-size: 10.5px;
  color: var(--text-color-light);
  text-transform: capitalize;
}
.mobile-filters__applied-item {
  font-size: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-filters__applied-item:not(:last-child) {
  margin-bottom: 7.5px;
}
.mobile-filters__applied-btn {
  font-weight: 400;
  font-size: 10px;
}

@media screen and (max-width: 1024px) {
  .filters__result-count {
    display: flex;
    justify-content: start;
    align-items: center;
    flex: 1 1 0px;
  }
  .mobile-filters__filters {
    justify-content: end;
  }
}
.shopify-section-header-sticky ~ main .collections .mobile-filters__drawer__head {
  min-height: calc(var(--header-height, 70px) - 0.5px);
}

.shopify-section-header-sticky.shopify-section-header-hidden ~ main .collections .mobile-filters__drawer__head {
  min-height: calc(var(--header-height, 70px) - 2.5px);
}

.collections {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
.collections__head {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 7rem 0;
  text-align: center;
}
.collections__head h1 {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  .collections__head h1 {
    margin: 2rem 0;
  }
}
.collections__description {
  line-height: 1.65;
  font-size: 1.4rem;
}
.collections__description p {
  margin: 0;
  color: #404040;
}
.collections__body {
  width: 100%;
  margin: 0 0 20px;
  display: block;
  transition: opacity 0.35s ease;
  transition-delay: 0.35s;
  padding: 0 var(--padding-mobile, 2rem);
  text-align: center;
}
@media screen and (min-width: 990px) {
  .collections__body {
    padding: 0 var(--padding-desktop, 4rem);
  }
}
@media only screen and (max-width: 1008px) {
  .collections__body {
    margin-top: 0;
  }
}
.collections.loading .collections__body {
  display: none !important;
}
.collections__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px 2px;
  overflow: hidden;
}
@media only screen and (max-width: 1008px) {
  .collections .collections__list {
    grid-template-columns: 1fr 1fr !important;
    gap: 3.5px;
  }
}
.collections .collections__list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (min-width: 1009px) {
  .collections[data-has-next-page] .collections__list:has(> .collections__promoBanner--small) > .product-grid-item:nth-last-child(-n+2) {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .collections .product-item__footer {
    min-height: 110px;
  }
  .collections .product-item__footer .product-item__link {
    display: block !important;
    width: 100%;
  }
}
.collections__featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.collections__featured-image, .collections__featured-image img {
  object-fit: cover;
  object-position: var(--focal-desktop);
}
@media screen and (max-width: 980px) {
  .collections__featured-image, .collections__featured-image img {
    object-position: var(--focal-mobile);
  }
}
.collections__featured-image img {
  width: 100%;
  height: 100%;
}
.product-item[data-layout=with_image] .collections__featured-image:hover {
  transform: scale(1.035);
}
.collections__list--featured-product .collections.product-item:first-child {
  grid-column: 1/span 2;
}
@media screen and (min-width: 1140px) {
  .collections__list[data-layout=with_featured_product] .product-item:nth-child(14) {
    grid-column: 1/span 2;
    padding-left: 35%;
  }
  .collections__list[data-layout=with_featured_product] .product-item:nth-child(15) {
    grid-column: 3/span 2;
    padding-right: 35%;
  }
}
.collections__group {
  display: flex;
  align-items: center;
}
.collections__collection-group {
  display: flex;
  grid-column: 1/-1;
}
.collections__collection-group:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .collections__collection-group {
    flex-direction: column;
    align-items: center;
    margin-bottom: 75px;
    padding: 0 12px;
  }
}
.collections__collection-group .collections__list {
  margin-bottom: 20px;
}
.collections__collection-group .collections__group {
  flex-direction: column;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .collections__collection-group .collections__group {
    width: 100%;
  }
}
.collections__collection-group .collections__title {
  width: 20%;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 7.5px;
}
@media screen and (max-width: 1024px) {
  .collections__collection-group .collections__title {
    width: max-content;
  }
}
.collections__header {
  padding: 5rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collections__heading {
  font-size: 1.5rem;
  color: #444;
  font-family: "Roboto";
}
.collections__loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 175px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .collections__loader span {
    width: 30px;
    height: 30px;
    border-width: 2.75px;
  }
}
.collections.loading .collections__loader {
  display: flex !important;
}
.collections__loader.active {
  display: flex;
}
.collections__loader.active + .collections__load-more-btn {
  display: none;
}
.collections__load-more-btn {
  font-size: 1.2rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 450px) {
  .collections__load-more-btn {
    padding: 1rem 0 !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
}
.collections__description {
  max-width: 600px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .collections__head {
    padding: 4rem 0;
  }
}
.collections__hero {
  width: 100%;
  margin-top: var(--margin-top-desktop);
}
@media screen and (max-width: 1008px) {
  .collections__hero {
    margin-top: var(--margin-top-mobile);
  }
}
.collections__hero--bordered {
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .collections__hero--bordered {
    padding: 0 2rem;
  }
}
.collections__hero--image {
  width: 100%;
}
.collections__hero--image picture {
  display: block;
  height: auto;
}
.collections__hero--image img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.collections__empty {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
}
.collections__empty > * {
  margin: 0;
}
.collections__empty .Button {
  margin-top: 1.5rem;
}
.collections__empty.active {
  display: flex;
}
.collections .promotional-banner-video-controls {
  display: none;
  z-index: 999;
  position: absolute;
  bottom: 12px;
  align-items: center;
  justify-content: center;
}
.collections .promotional-banner-video-controls--left {
  left: 10px;
  bottom: 12px;
}
.collections .promotional-banner-video-controls--right {
  right: 10px;
  bottom: 12px;
}
.collections .collections__promoBanner:hover .promotional-banner-video-controls {
  display: flex;
}
.collections .promotional-banner-video-controls .Icon {
  width: 20px;
  height: 20px;
}
.collections [data-state=playing] .Icon--play-outline {
  display: none;
}
.collections [data-state=playing] .Icon--pause-outline {
  display: block;
}
.collections [data-state=paused] .Icon--play-outline {
  display: block;
}
.collections [data-state=paused] .Icon--pause-outline {
  display: none;
}
.collections [data-state=muted] .Icon--unmute-outline {
  display: block;
}
.collections [data-state=muted] .Icon--mute-outline {
  display: none;
}
.collections [data-state=unmuted] .Icon--unmute-outline {
  display: none;
}
.collections [data-state=unmuted] .Icon--mute-outline {
  display: block;
}
.collections__promoBanner {
  position: relative;
  grid-column: span 2;
}
@media screen and (max-width: 1008px) {
  .collections__promoBanner {
    padding-bottom: var(--padding-bottom-mobile, 0);
  }
}
.collections__promoBanner--large {
  grid-row: span 2;
}
.collections__promoBanner .collections__promoBanner-heading {
  font-family: var(--banner-h1-font);
  font-size: var(--banner-h1-size, 26px);
  line-height: var(--banner-h1-lh, 30px);
  letter-spacing: var(--banner-h1-spacing, 0);
  overflow-wrap: break-word;
}
@media screen and (max-width: 1008px) {
  .collections__promoBanner .collections__promoBanner-heading {
    font-size: var(--banner-h1-size-mobile, 24px);
    line-height: var(--banner-h1-lh-mobile, 30px);
    letter-spacing: var(--banner-h1-spacing-mobile, 3px);
    max-width: 70%;
  }
}
.collections__promoBanner .collections__promoBanner-sup {
  font-size: var(--label-sup-size, 20px);
}
@media screen and (max-width: 768px) {
  .collections__promoBanner .collections__promoBanner-sup {
    font-size: var(--label-sup-size-mobile, 16px);
  }
}
.collections__promoBanner .collections__promoBanner-text {
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0;
  margin: var(--banner-content-pt, 0) var(--banner-content-pr, 0) var(--banner-content-pb, 0) var(--banner-content-pl, 0);
}
@media screen and (max-width: 1008px) {
  .collections__promoBanner .collections__promoBanner-text {
    font-size: 15px !important;
    margin: var(--banner-content-pt-mobile, 0) var(--banner-content-pr-mobile, 0) var(--banner-content-pb-mobile, 0) var(--banner-content-pl-mobile, 0);
  }
}
.collections__promoBanner-media {
  width: 100%;
  height: calc(100% - 14.1rem);
  position: relative;
}
.collections__promoBanner-media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focal-desktop);
}
@media screen and (max-width: 980px) {
  .collections__promoBanner-media picture img {
    object-position: var(--focal-mobile);
  }
}
@media screen and (max-width: 1008px) {
  .collections__promoBanner-media picture img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.collections__promoBanner-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1008px) {
  .collections__promoBanner-media {
    padding-bottom: 142.8571428571%;
    height: 0;
  }
}
.collections__promoBanner-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.collections__promoBanner-content-inner > * {
  margin: 0;
  color: inherit !important;
  text-align: center;
}
.collections__promoBanner-content-inner--center {
  justify-content: center;
}
.collections__promoBanner-content-inner--bottom {
  justify-content: flex-end;
}
.collections__promoBanner-content-inner--below .collections__promoBanner-heading, .collections__promoBanner-content-inner--below .text, .collections__promoBanner-content-inner--below .Button {
  display: none;
}
.collections__promoBanner-content-inner a.Button {
  z-index: 4;
  position: relative;
}
.collections__promoBanner-content-inner a.Button:not(:hover) {
  color: inherit !important;
}
.collections__promoBanner-content-inner p, .collections__promoBanner-content-inner .collections__promoBanner-heading {
  z-index: 2;
  position: relative;
}
.collections__promoBanner-content-inner .contetn-filler {
  display: none;
  min-height: 4rem;
  width: 100%;
}
.collections__promoBanner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 14.1rem);
}
@media screen and (max-width: 1008px) {
  .collections__promoBanner-content {
    height: 0;
    padding-bottom: 142.8571428571%;
  }
}
.collections__promoBanner-link {
  display: block !important;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.collections__promoBanner-footer {
  margin: 2rem 0;
  padding: 0 1rem;
  display: none;
}
.collections__promoBanner-footer a:hover {
  color: var(--dark-silver) !important;
}
.collections__promoBanner-footer a:active {
  color: var(--silver);
}
.collections__promoBanner-footer.content--below {
  display: block;
}
.collections__promoBanner-overlay {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0), 60%, rgba(0, 0, 0, var(--overlay, 0)));
}

@media screen and (min-width: 1024px) {
  .PageHeader {
    margin: 8.25rem 0;
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.labels {
  display: flex;
  gap: 0.3rem;
  flex-direction: column;
  margin-top: 0.3rem;
}

.labels .label {
  font-weight: 500;
  font-family: Roboto;
  letter-spacing: var(--label-letter-spacing-desktop);
  text-transform: var(--label-text-transform);
  font-size: var(--label-text-font-size-desktop);
  color: #424242;
  padding: var(--label-padding-desktop);
}

@media screen and (max-width: 1025px) {
  .labels .label {
    font-size: var(--label-text-font-size-mobile);
    letter-spacing: var(--label-letter-spacing-mobile);
    padding: var(--label-padding-mobile);
  }
}
.labels-wrapper {
  align-self: start;
}

.new-in-label {
  color: var(--new-in-color);
}

.limited-label {
  color: var(--limited-edition-color);
}

.labels a {
  display: flex;
  line-height: initial;
}

.collections .container {
  display: none;
}

.collections .container.active {
  display: block;
}

.videoBanner {
  position: absolute;
  height: 150%;
  width: 300%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: cover;
}

.videoBannerWrppaer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block !important;
}

.product-item--featured .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), 60%, rgba(0, 0, 0, var(--overlay)));
}

.Button--load-more {
  padding: 1rem 3rem;
  margin: 2rem 0 4rem;
}

.collections__title--hidden {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.collections__seo {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 3rem 4rem;
  margin: 0 0 6rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .collections__seo {
    padding: 2rem;
    margin-bottom: 4rem;
  }
}
.collections__seo-copy {
  font-size: 1.3rem;
  line-height: 1.65;
  color: #404040;
}
.collections__seo-copy p {
  margin: 0 0 1.2rem;
}
.collections__seo-copy p:last-child {
  margin-bottom: 0;
}
.collections__seo-copy a {
  color: inherit;
  text-decoration: underline;
}
.collections__seo-copy ul, .collections__seo-copy ol {
  margin: 0 0 1.2rem;
  padding-left: 2rem;
}
.collections__seo-copy li {
  margin-bottom: 0.4rem;
}
.collections__seo-pages-label {
  margin-right: 0.4rem;
}
.collections__seo-page {
  color: inherit;
  text-decoration: underline;
}
.collections__seo-page:not(:last-child)::after {
  content: ",";
  display: inline-block;
  margin-right: 0.4rem;
  text-decoration: none;
}
.collections__seo-page.is-current {
  font-weight: 700;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

[data-applied-filters] {
  display: none;
  padding: 10px 2rem;
  align-items: center;
  font-weight: 500;
  font-family: Roboto;
  color: #222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  z-index: 998;
  background: #fff;
}
[data-applied-filters].active {
  display: flex;
  align-self: flex-start;
  width: 100%;
  position: sticky;
  top: calc((var(--filters-height)) + (var(--header-height)) - (var(--filters-top-offset)));
}
@media screen and (max-width: 768px) {
  [data-applied-filters] {
    position: static;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 25px;
    margin-bottom: 20px;
  }
  [data-applied-filters] ul {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  [data-applied-filters] {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .collection-filters ~ [data-applied-filters].active {
    display: none;
  }
}
.btn-filters {
  display: flex;
}
.btn-filters--cross {
  width: 20px;
  height: 20px;
  position: relative;
}
.btn-filters--cross::after, .btn-filters--cross::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  background: #4d4d4d;
}
.btn-filters--cross::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-filters--cross::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.checkbox svg {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 16.5px;
  height: 16.5px;
  fill: #000;
  visibility: hidden;
}

.checkbox-color {
  display: block !important;
}

.active > .mobile-filters__group .checkbox-wrapper {
  border: 1px solid var(--black);
}

.checkbox-wrapper {
  margin-right: 10px;
  padding: 2px;
  border: 1px solid transparent;
  display: none;
}

.color-checkbox-wrapper {
  display: block;
}

@media screen and (max-width: 1024px) {
  .collection-filters__filter-wrapper,
  .collection-filters__filter-wrapper + .collection-filters__item-wrapper {
    display: none;
  }
  .mobile-filters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .mobile-filters__backdrop,
  .mobile-filters__drawer {
    top: calc(var(--header-height) + var(--plp-subnav-height) + var(--filters-bar-height) + var(--announcement-banner-height));
  }
  .shopify-section-header-sticky ~ main .mobile-filters__drawer.mobile-filters__drawer--sort,
  .shopify-section-header-sticky ~ main .mobile-filters__backdrop,
  .shopify-section-header-sticky ~ main .mobile-filters__drawer {
    top: calc(var(--header-height) + var(--plp-subnav-height) + var(--filters-bar-height) - 4px);
  }
  .shopify-section-header-hidden ~ main .mobile-filters__drawer.mobile-filters__drawer--sort,
  .shopify-section-header-hidden ~ main .mobile-filters__backdrop,
  .shopify-section-header-hidden ~ main .mobile-filters__drawer {
    top: calc(var(--plp-subnav-height) + var(--filters-bar-height) - 4px);
  }
  .mobile-filters__drawer {
    box-shadow: none;
  }
  .mobile-filters__drawer--filters {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .mobile-filters__drawer__footer {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-filters__sort {
    display: none;
  }
  .mobile-filters__filters {
    justify-content: space-between;
  }
  .collection-filters .mobile-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .collection-filters .mobile-filters .mobile-filters__filters {
    flex: 0;
  }
}
.collection-filters__item--sort:hover {
  font-weight: 600;
}

.collection-filters__dropdown {
  border: 1px solid #000;
}

.collection-filters__item--sort ~ .collection-filters__dropdown .collection-filters__drop-list,
.collection-filters__item--sort ~ .collection-filters__dropdown {
  width: auto;
}

.collection-filters__item--sort ~ .collection-filters__dropdown .collection-filters__drop-list li {
  width: max-content;
  padding: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.filter-error {
  font-size: 2rem;
  text-align: center;
  margin: 1.5rem 0;
  line-height: 1.5;
}

.link-centered {
  display: block;
  text-align: center;
  margin: 2rem 0 3rem 0;
}

@media (max-width: 35em) {
  .filter-error {
    font-size: 1rem;
  }
  .link-centered {
    margin-top: 1rem;
  }
}
.mobile-filters__item .arrow-right {
  transition: transform 0.4s ease-in-out;
  color: var(--black);
}

.collapsable-container--open .arrow-right {
  transform: rotate(90deg);
}

.mobile-filters__item.active > .mobile-filters__group {
  font-weight: 600;
}

.mobile-filters__group .checkbox {
  display: none;
}

.mobile-filters__accordian .mobile-filters__list {
  height: auto;
  max-height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mobile-filters__list--filters .mobile-filters__group {
  text-transform: capitalize;
}

.btnClose svg {
  width: 25px;
  height: 25px;
}

.btnClose svg path {
  stroke-width: 18;
}

.mobile-filters__drawer.mobile-filters__drawer--sort.active {
  opacity: 1;
  display: flex;
}

.mobile-filters__drawer.mobile-filters__drawer--sort {
  opacity: 0;
  display: none;
}

.mobile-filters__drawer--filters ~ .collection-filters__wrapper .filters_close,
.mobile-filters__drawer--filters.active ~ .collection-filters__wrapper .filters_open {
  display: none;
}

.mobile-filters__drawer--filters.active ~ .collection-filters__wrapper .filters_close,
.mobile-filters__drawer--filters ~ .collection-filters__wrapper .filters_open {
  display: initial;
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/lib/Collapsable.scss ***!
  \********************************************************************************************************************************************************************************************************/
.collapsable {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .collapsable .collapsable {
    overflow: auto;
  }
}

.collapsable-init {
  visibility: visible !important;
}

.accordion-c {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-c__btn {
  font-family: var(--heading-font-small);
  font-weight: 500;
  font-size: 1.1rem;
  padding: 0;
  margin: 0;
  line-height: inherit;
  outline: none;
  border: none;
  background: transparent;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-transform: uppercase;
  padding: 1.5rem 0;
  cursor: pointer;
  color: #1c1c1c;
  align-items: center;
}
.accordion-c__btn:focus {
  outline: none;
}
.accordion-c--open .animation-container {
  grid-template-rows: 1fr;
  visibility: visible;
  min-height: auto;
}
.accordion-c__plus {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}
.accordion-c__plus::after, .accordion-c__plus::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #424242;
  transform: translate(-50%, -50%);
  transition: transform 0.6s ease;
}
.accordion-c__plus::after {
  transition: all 0.75s ease;
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-c__content {
  font-size: 1.25rem;
  min-height: 0;
}
.accordion-c__content p {
  margin: 0;
  font-size: 1.2rem;
  color: #000;
  line-height: 1.65;
  margin-bottom: 0.65rem;
}
.accordion-c__content--dashed {
  display: flex;
  flex-direction: column;
}
.accordion-c__content--dashed p {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.accordion-c__content--dashed p:not(:last-child) {
  margin-bottom: 0.65rem;
}
.accordion-c__content--dashed p::before {
  content: "-";
  position: relative;
  color: #000;
  font-size: inherit;
  margin-right: 0.5rem;
}
.accordion-c__content-inner {
  padding-bottom: 2rem;
}
.accordion-c--open .accordion-c__plus::before {
  transform: translate(-50%, -50%) rotate(270deg);
}
.accordion-c--open .accordion-c__plus::after {
  transform: translate(-50%, -50%) rotate(270deg);
  opacity: 0;
}
.accordion-c--open ~ .animation-container {
  grid-template-rows: 1fr;
  visibility: visible;
  min-height: auto;
}

.animation-container {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  visibility: hidden;
  min-height: 0;
}
.animation-container.active {
  grid-template-rows: 1fr;
  visibility: visible;
  min-height: auto;
}
.animation-container > * {
  overflow: hidden;
}

/*# sourceMappingURL=collections-page.min.css.map*/