/** Shopify CDN: Minification failed

Line 479:44 Expected ")" to end URL token

**/
.collection-list__header {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 990px) {
  .collection-list__header {
    margin-bottom: 4.8rem;
    padding-top: 8.8rem;
  }
}

.collection {
  position: relative;
  margin-top: 3rem;
}
@media screen and (min-width: 750px) {
  .collection {
    margin-top: 3.4rem;
  }
}
.collection-filters {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .collection-filters {
    display: block;
  }
}
.collection-product-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.collection--empty .title-wrapper {
  margin-top: 10rem;
}
.collection .collection-product-card {
  height: 100%;
}

.collection-product {
  position: relative;
}
.collection-product .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  display: none;
  width: 100%;
  padding: 0 5rem;
  background-color: rgba(var(--color-background), 0.7);
}
.collection-product.loading .loading-overlay {
  display: block;
}

.collection-product-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
.collection-product-list .collection-product-card:not(.collection-product-card--extended) {
  align-self: flex-start;
}
@media screen and (min-width: 750px) {
  .collection-product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 990px) {
  .collection-product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .collection-product-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 0) {
  .collection-product-list--2-mobile {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 990px) {
  .collection-product-list--2-mobile {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .collection-product-list--2-mobile {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .collection-product-list--2-mobile .card__title h5 {
    font-size: 1.5rem;
  }
  .collection-product-list--2-mobile .card-information__wrapper {
    padding: 1.4rem;
  }
  .collection-product-list--2-mobile .card__badge {
    top: 1rem;
    left: 1rem;
  }
  .collection-product-list--2-mobile .badge {
    padding: 0.2rem 0.6rem;
  }
}
.collection-product-list img.img-scale {
  transition: transform var(--duration-default) ease;
}
.collection-product-list .collections-grid__card:hover img.img-scale {
  transform: scale(1.05);
}
@media screen and (min-width: 1200px) {
  .collection-product-list .collection-product-card--portrait {
    min-height: 70rem;
  }
}
@media screen and (min-width: 1360px) {
  .collection-product-list .collection-product-card--portrait {
    min-height: 78rem;
  }
}
@media screen and (min-width: 1200px) {
  .collection-product-list .collection-product-card--portrait .card-wrapper::before {
    padding-bottom: 130%;
  }
  .collection-product-list .collection-product-card--landscape .card-wrapper::before {
    padding-bottom: 70%;
  }
  .collection-product-list .collection-product-card--extended {
    grid-column: span 2;
  }
  .collection-product-list .collection-product-card--extended .quick-add {
    position: unset;
  }
  .collection-product-list .collection-product-card--extended .card--product {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .collection-product-list .collection-product-card--extended .card__inner {
    height: 100%;
  }
  .collection-product-list .collection-product-card--extended .card-wrapper {
    display: flex;
    height: auto;
  }
  .collection-product-list .collection-product-card--extended .card-wrapper .media {
    padding: 0;
    height: 100%;
  }
  .collection-product-list .collection-product-card--extended .card-wrapper::before {
    content: "";
    display: table;
    box-sizing: border-box;
    width: 0;
  }
  .collection-product-list .collection-product-card--extended .card__badge {
    top: 4rem;
    right: 4rem;
  }
  .collection-product-list .collection-product-card--extended.quickview--hover:hover .card__badge {
    opacity: 1;
  }
  .collection-product-list .collection-product-card--extended .card-information {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
    margin: 4rem;
    padding: 0;
  }
  .collection-product-list .collection-product-card--extended .card-information__wrapper {
    position: relative;
    display: grid;
    grid-template-columns: minmax(auto, 34rem) auto;
    align-items: center;
    justify-content: space-between;
    column-gap: 2.4rem;
  }
  .collection-product-list .collection-product-card--extended .card-information__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    background-color: rgb(var(--color-background-card));
    border-radius: 10rem;
    transition: transform var(--duration-default) ease;
  }
  .collection-product-list .collection-product-card--extended .card-information__wrapper:hover::before {
    transform: scale(1.03);
  }
  .collection-product-list .collection-product-card--extended .subtitle {
    margin-bottom: 0;
  }
  .collection-product-list .collection-product-card--extended .subtitle + .card__title {
    grid-row: 2;
  }
  .collection-product-list .collection-product-card--extended .subtitle + .card__title + .price {
    grid-row: 1/span 2;
  }
  .collection-product-list .collection-product-card--extended .card__title {
    position: static;
    grid-column: 1;
    display: block;
    margin: 0;
    z-index: 2;
    pointer-events: all;
    overflow: hidden;
  }
  .collection-product-list .collection-product-card--extended .card__title a {
    font-size: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .collection-product-list .collection-product-card--extended .card__title a svg {
    display: none;
  }
  .collection-product-list .collection-product-card--extended .card__title a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .collection-product-list .collection-product-card--extended .price {
    grid-column: 2;
  }
  .collection-product-list .collection-product-card--extended .price-item,
  .collection-product-list .collection-product-card--extended .price .price__sale .price-item--regular {
    font-size: 1.5rem;
  }
  .collection-product-list .collection-product-card--extended .card-information__wrapper > *:not(.visually-hidden:first-child) + .price {
    margin-top: 0;
  }
  .collection-product-list .collection-product-card--extended .card__link {
    position: absolute;
    top: 4rem;
    left: 4rem;
    bottom: auto;
    text-decoration: none;
    line-height: var(--font-body-line-height);
    opacity: 1;
    background-color: unset;
    transform: none;
    overflow: visible;
  }
  .collection-product-list .collection-product-card--extended .card__link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(var(--color-background));
    border-radius: 29px;
    z-index: -1;
    transition: transform var(--duration-default) ease;
  }
  .collection-product-list .collection-product-card--extended .card__link:hover::after {
    transform: scale(1.1);
  }
  .collection-product-list .collection-product-card--extended .card__description {
    display: none;
  }
  .collection-product-list .collection-product-card--extended:hover .card__link {
    transform: none;
  }
}

.collection-product-image {
  position: relative;
  display: none;
  grid-column-start: 3;
  grid-row: 2/span 2;
  margin: -1px -1px 0;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 990px) {
  .collection-product-image {
    display: block;
  }
}
.collection-product-image--left {
  grid-column-start: 1;
}
.collection-product-image__wrapper {
  width: 100%;
  height: 100%;
}
.collection-product-image__media {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 115%;
  object-fit: cover;
}

.title-wrapper-empty .title .link {
  font-size: inherit;
  letter-spacing: 0;
  transition: var(--duration-default);
}

@media screen and (min-width: 990px) {
  .collection-product .pagination-wrapper {
    margin-top: 8.8rem;
  }
}

.collections-grid {
  display: grid;
  gap: 1.5rem 0.8rem;
}
@media screen and (min-width: 750px) {
  .collections-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 990px) {
  .collections-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1560px) {
  .collections-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.collections-grid__information {
  padding: 1rem;
}
@media screen and (min-width: 576px) {
  .collections-grid__information {
    padding: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .collections-grid__information {
    padding: 1.6rem 3rem;
  }
}
.collections-grid__information .card-information__wrapper {
  padding: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.collections-grid__title a {
  text-decoration: none;
  color: inherit;
}
.collections-grid__title a svg {
  margin-left: 0.8rem;
  height: 1.4rem;
  width: auto;
}
@media screen and (min-width: 750px) {
  .collections-grid__title a svg {
    height: 1.6rem;
  }
}
.collections-grid img.img-scale {
  transition: transform var(--duration-long) cubic-bezier(0.165, 0.84, 0.44, 1);
}
.collections-grid .collections-grid__card:hover img.img-scale {
  transform: scale(1.05);
}
.collections-grid .card-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
}
.collections-grid .card-wrapper .image-ratio {
  display: block;
  box-sizing: border-box;
  width: 0;
}
.collections-grid .card-wrapper .image-ratio--portrait {
  padding-bottom: 114%;
}
.collections-grid .card-wrapper .image-ratio--landscape {
  padding-bottom: 70%;
}
.collections-grid .image-ratio {
  display: block;
  box-sizing: border-box;
  width: 0;
}
.collections-grid .image-ratio--portrait {
  padding-bottom: 130%;
}
.collections-grid .image-ratio--landscape {
  padding-bottom: 67%;
}
.collections-grid .image-ratio--square {
  padding-bottom: 100%;
}
.collections-grid .media {
  border-radius: 6px;
}
.collections-grid .card-information__count {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(var(--color-foreground-secondary));
  pointer-events: none;
}
.collections-grid .card-wrapper__image {
  opacity: 1;
}
.collections-grid__title {
  margin: 0;
}
.collections-grid__desc {
  font-size: var(--font-secondary-text);
  color: rgb(var(--color-foreground-secondary));
}

.collection-product-card.collection-product-card--extended.quickview--hover:hover .media.media--hover-effect {
  transform: none;
}


.collection-product .card-information__wrapper {
  padding: 0.6rem 3.2rem 0;
}

.collection-product .fera {
  --txt-color: #050505;
  --link-color: rgb(14, 27, 77);
  --star-color: #FF3801;
  --star-spacing: 0em;
  --heading-color: #050505;
  --star-bg-color: #c9c5c5;
  --txt--muted: #222221;
  --box-border-color: rgb(14, 27, 77);
  --btn-color--secondary: #050505;
  --btn-bg-color--primary: #050505;

  --theme-font: 'PP Monument', sans-serif;
  --border-radius--base: 8px;
  --box-border-color: var(--fg-color);
  --btn-bg-color--primary: var(--fg-color);
  --btn-border-radius: 40px;
  --btn-border-width: 2px;
  --btn-font-weight: bold;
  --btn-letter-spacing: 0.05em;
  --btn-padding: 14px 24px;
  --heading-color: var(--fg-color);
  --link-color: var(--fg-color);
  --review-body-font-size: 14px;
  --star-spacing: 0.25em;
  --star-img: url(data:image/svg+xml,%3Csvg viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.2976 24.3333C21.7231 25.8166 20.0093 26.9833 18.7853 26.0437L13.7894 22.2084C13.2276 21.7771 12.449 21.7665 11.8757 22.1823L6.78002 25.8784C5.53178 26.7837 3.85119 25.5732 4.31452 24.1024L6.3331 17.6948C6.53191 17.0637 6.32174 16.3753 5.80431 15.9629L0.603693 11.8176C-0.583026 10.8717 0.0907972 8.95944 1.60836 8.96645L7.9871 8.99589C8.67804 8.99908 9.29297 8.55839 9.51198 7.90308L11.5706 1.74357C12.0642 0.266512 14.1629 0.293638 14.6182 1.78297L16.5203 8.00487C16.7219 8.66437 17.3234 9.12048 18.0128 9.13666L24.3997 9.28658C25.9161 9.32218 26.5365 11.2511 25.3251 12.1639L20.0213 16.1608C19.4923 16.5595 19.2636 17.243 19.4463 17.8797L21.2976 24.3333Z' fill='currentColor' /%3E%3C/svg%3E);
}

.collection-product .fera-productCollectionRating-widget .fera-averageRating-average-stars {
  --size: var(--productRating-widget-size, 1.03em);
}

.collection-product .fera-averageRating-average {
  margin-right: 7px;
}

.collection-product .fera-productCollectionRating-widget {
  margin-bottom: 10px;
  margin-top: 0;
  justify-content: center;
}


.collection-product .card__title h5 a {
  font-size: calc(var(--font-heading-card-size) - 2px) ;
  line-height: 21.6px;
}

.collection-product .card__title h5{
   max-width: 100% !important;
   text-align: center;
}

.collection-product .card__title {
  justify-content: center;
  font-size: calc(var(--font-heading-card-size) - 2px) ;
  line-height: 21.6px;
}

.collection-product .price-item {
  font-size: 18px !important;
  line-height: 25.2px !important;
  font-weight: 500;
  letter-spacing: 0.9px;
}

.collection-product  .price .price__sale .price-item--regular {
  font-size: 18px !important;
  line-height: 25.2px !important;
  color: #A7A7A7 !important;
  letter-spacing: 0.9px;
}

.collection-product .price {
  margin: 0 auto !important;
  margin-top: 0.8rem !important;
}

.collection-product .price--on-sale .price__sale {
  column-gap: 4px;
}

.collection-product .collection-product-list {
  column-gap: 2rem;
  row-gap: 4rem;
}

.collection-product .card__badge {
  top: 2rem;
  left: 3rem;
  max-width: max-content !important;
}

.collection-product .badge {
  padding: 0.5rem 2rem;
}

.collection-product .card__link {
  max-width: 19.6rem;
  height: 4.8rem;
  border-radius: 10rem;
  background-color: #fff;
  border: none;
}

.collection-product .card__link span {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 600;
  color: var(--text-color);
  padding-top: 3px;
  padding-bottom: 3px;
}

.collection-product .card__link svg {
  width: 20px;
  height: 14px;
  margin-left: 10px;
}

.wishlist_wrapper {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  right: 10px !important;
  top: 10px !important;
  left: auto !important;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}

.wishlist_wrapper svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  transition: all 0.2s linear;
}

.wishlist_wrapper svg path{
  stroke: currentColor;
  transition: all 0.2s linear;
}

.wishlist_wrapper:hover svg {
  fill: var(--primary-color);
  stroke: var(--primary-color);
}

.wishlist_wrapper:hover svg path{
  stroke: var(--primary-color);
}



.collection-product .pagination__item--current {
  background-color: var(--primary-color);
  color: #fff;
}

.collection-product .pagination__item {
  border: .1rem solid #fff;
  transition: all 0.3s linear !important;
}

.collection-product .pagination__item:not(.pagination__item--current):hover, .pagination__item:focus {
  border: .1rem solid var(--primary-color);
}

@media screen and (min-width: 990px) {
  .collection-product-card:hover .card__link {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  .collection-product-card:hover .wishlist_wrapper {
    opacity: 1;
  }
}

@media screen and (max-width: 989px) {
  .wishlist_wrapper {
    opacity: 1;
    right: 25px !important;
    top: 25px !important;
  }
}

/* facet-remove  {
  position: relative;
}

facet-remove a:nth-of-type(2) {

    width: 100%;
    height: 56px;
    top: 0;
    position: absolute;
} */

.tag-list-dropdown {
  display: none;
  max-width: max-content;
  position: absolute;
  background-color: #fff;
  z-index: 11;
  padding: 24px 20px;
}

.tag-list-dropdown.active-list {
  display: block;
}
.tag-filter {
max-width: max-content;
}

.tag-filter a {
  text-decoration: none !important;
}


.facets-container .active-facets__button-inner {
  font-size: 14px;
  line-height: 21px;
  color: var(--text-color);
  align-items: center;
  display: flex;
  height: 33px;
  background-color: var(--border-color);
  border-radius: 100px;
  padding: 0 12px;
}

.facets-container .active-facets__button svg {
  margin-left: 1.6rem;
}

.facets-container .active-facets__button svg path {
  stroke: var(--text-color);
}

.facets-container .active-facets__button-remove {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  text-transform: none;
  margin-bottom: 2.1rem;
}

.facets-container .facets__product-count {
  display: none;
}

.facets-container .columns__right {
  justify-content: end;
}

.facets-container .facets-sorting__field .select__select {
  font-size: 18px;
  line-height: 27px;
  color: var(--text-color);
  font-weight: 500;
}

.active-facets .tag-filter a::after {
  content: "\00D7";
  font-size: 18px;
  line-height: 10px;
  color: var(--text-color);
  margin-left: 17px;
}

.active-facets-desktop {
  margin-top: 8px !important;
}

.facets__list .tag-filter {
  margin-bottom: 12px;
}

.facets__underline {
  font-size: 18px;
  line-height: 27px;
  color: var(--text-color);
}

.facets__list .tag-filter a {
  display: flex;
  gap: 10px;
}

/* Mobile facets */
.facets-container .mobile-facets__open {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 600;
  letter-spacing: normal;
}

.facets-container .mobile-facets__open svg {
  margin-left: 1.4rem;
}

.mobile-facets__close .icon-close {
  color: var(--text-color);
}

.mobile-facets__item a {
  display: flex;
  gap: 10px;
}

.mobile-facets__list {
  padding-left: 49px;
}

.mobile-facets__item:not(:last-child) {
  margin-bottom: 16px;
}

.mobile-facets__close-button {
  font-weight: 500 !important;
  padding-bottom: 21px !important;
}