/** Shopify CDN: Minification failed

Line 1184:2 Unexpected "{"
Line 1184:3 Expected identifier but found "%"
Line 1185:2 Unexpected "{"
Line 1185:3 Expected identifier but found "%"
Line 1186:0 Unexpected "{"
Line 1186:1 Expected identifier but found "%"
Line 1187:2 Unexpected "{"
Line 1187:3 Expected identifier but found "%"
Line 1188:2 Unexpected "{"
Line 1188:3 Expected identifier but found "%"
... and 29 more hidden warnings

**/
.card-wrapper {
  color: inherit;
  height: auto;
  position: relative;
  text-decoration: none;
}
.template-cart .related-products .card-wrapper {
  padding: 16px;
  background: rgb(var(--color-background));
}
.template-cart .cart-notification__recommendations .related-products .card-wrapper {
  padding: 0px;
  background: rgb(var(--color-background));
}

.card {
  text-decoration: none;
  text-align: var(--text-alignment);
}

.card:not(.ratio) {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card.card--horizontal {
  --text-alignment: left;
  --image-padding: 0rem;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}

.card--horizontal.ratio:before {
  padding-bottom: 0;
}

.card--card.card--horizontal {
  padding: 1.2rem;
}

.card--card.card--horizontal.card--text {
  column-gap: 0;
}

.card--card {
  height: 100%;
}

.card--card,
.card--standard .card__inner {
  position: relative;
  box-sizing: border-box;
  border-radius: var(--border-radius);
  border: var(--border-width) solid
    rgba(var(--color-foreground), var(--border-opacity));
  z-index: 2;
  cursor: pointer;
}

.card--card:after,
.card--standard .card__inner:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(var(--border-width) * 2 + 100%);
  height: calc(var(--border-width) * 2 + 100%);
  top: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.card--card.gradient,
.card__inner.gradient {
  transform: perspective(0);
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.card__inner.color-background-1 {
  background: transparent;
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.card--card.gradient,
.card__inner.gradient {
  transform: perspective(0);
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.card__inner.color-background-1 {
  background: transparent;
}

.card .card__inner .card__media {
  overflow: hidden;
  /* Fix for Safari border bug on hover */
  z-index: 1;
  border-radius: calc(
    var(--border-radius) - var(--border-width) - var(--image-padding)
  );
}

.card--card .card__inner .card__media {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card--standard.card--text {
  background-color: transparent;
}

.card-information {
  text-align: var(--text-alignment);
}

.card__media,
.card .media {
  bottom: 0;
  position: absolute;
  top: 0;
}

.card .media {
  width: 100%;
}

.card__media {
  margin: var(--image-padding);
  width: calc(100% - 2 * var(--image-padding));
}

.card--standard .card__media {
  margin: var(--image-padding);
}

.card__inner {
  width: 100%;
}

.card--media .card__inner .card__content {
  position: relative;
  padding: calc(var(--image-padding) + 1rem);
}

.card__content {
  display: grid;
  grid-template-rows: minmax(0, 1fr) max-content minmax(0, 1fr);
  padding: 1rem;
  width: 100%;
  flex-grow: 1;
}

.card__content--auto-margins {
  grid-template-rows: minmax(0, auto) max-content minmax(0, auto);
}

.card__information {
  grid-row-start: 2;
  padding: 1.3rem 1rem;
}

.card:not(.ratio) > .card__content {
  grid-template-rows: max-content minmax(0, 1fr) max-content auto;
}

.card-information .card__information-volume-pricing-note {
  margin-top: 0.6rem;
  line-height: calc(0.5 + 0.4 / var(--font-body-scale));
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 750px) {
  .card__information {
    padding-bottom: 1.7rem;
    padding-top: 1.2rem;
  }
  .template-cart .related-products .card__information {
    padding-bottom: 1rem;
    padding-top: 0rem;
  }
  .cart-notification__recommendations .card__information {
    padding-bottom: 0rem;
  }
  .collection-card-wrapper .card__information {
    padding-top: 2rem;
  }
  .card-wrapper {
    height: 100%;
  }
}

.card__badge {
  align-self: flex-end;
  grid-row-start: 3;
  justify-self: flex-start;
}

.card__badge.top {
  align-self: flex-start;
  grid-row-start: 1;
}

.card__badge.right {
  justify-self: flex-end;
}

.card:not(.card--horizontal) > .card__content > .card__badge {
  margin: 1.3rem;
}

.card__media .media img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.card__inner:not(.ratio) > .card__content {
  height: 100%;
}

.card-discount-badge {
  border: 1px solid #b00020;
  color: #b00020;
  background-color: #fff;
  font-size: 1.2rem;
  padding: 3px 8px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-bottom: 0px;
  margin-top: 8px;
  display: inline-block;
}

.card-product-tags {
  line-height: 1;
}
.card-badge {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 3px;
  cursor: default;
  display: inline-block;
  color: #979797;
}

.product-grid-container .card-badge {
  font-family: var(--font-primary);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
  background-color: #f2f2f2;
  padding: 2px 8px;
  width: max-content;
  color: #000;
  margin: 5px 5px 9px 0px;
}
.product-grid-container .card-badge:empty{
  display: none;
}

.card__heading {
  margin-top: 0;
  margin-bottom: 0;
}
.wihslist-meta {
  display: grid;
}

.wihslist-meta .wishlist-variant {
  order: 0; 
}
.wihslist-meta .wishlist-cart.wishlist-move-cart {
  order: 4;
}
.product-card-wrapper .card__heading a,
.wihslist-meta h3 a{
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.01875em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wihslist-meta h3 a{
  font-family: 'Proxima Nova';
  font-weight: 600;
}

.complementary-products__container .product-card-wrapper .card__heading a {
  font-weight: 600;
  letter-spacing: 0.03125em;
  line-height: 1.4;
}
.product-card-wrapper:hover .card__heading a,
.wihslist-meta h3 a:hover{
  color: #595959;
  text-decoration: underline;
}
.complementary-products__container .product-card-wrapper:hover .card__heading a {
  color: #000;
}

.product-card-wrapper .card-selected-color,
.wihslist-meta .wishlist-variant{
  line-height: 1.25;
  letter-spacing: .01875em;
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'Proxima Nova'
}

.card__heading:last-child {
  margin-bottom: 0;
}

.card--horizontal .card__heading,
.card--horizontal .price__container .price-item,
.card--horizontal__quick-add {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

.card--horizontal
  .card-information
  > *:not(.visually-hidden:first-child)
  + *:not(.rating):not(.card__information-volume-pricing-note) {
  margin-top: 0;
}

.card--horizontal__quick-add:before {
  box-shadow: none;
}

@media only screen and (min-width: 750px) {
  .card-badge {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
  }
  .product-card-wrapper .card__heading a,
  .wihslist-meta h3 a{
    font-size: 1.6rem;
  }
  .card--horizontal .card__heading,
  .card--horizontal .price__container .price-item,
  .card--horizontal__quick-add {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

.card--card.card--media > .card__content {
  margin-top: calc(0rem - var(--image-padding));
}

.card--standard.card--text a::after,
.card--card .card__heading a::after {
  bottom: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  right: calc(var(--border-width) * -1);
  top: calc(var(--border-width) * -1);
}

.card__heading a::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.card__heading a:after {
  outline-offset: 0.3rem;
}

.card__heading a:focus:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
}

.card__heading a:focus-visible:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
}

.card__heading a:focus:not(:focus-visible):after {
  box-shadow: none;
  outline: 0;
}

.card__heading a:focus {
  box-shadow: none;
  outline: 0;
}

@media screen and (min-width: 990px) {
  .card .media.media--hover-effect > img:only-child,
  .card-wrapper .media.media--hover-effect > img:only-child {
    transition: transform var(--duration-long) ease;
  }

  .card:hover .media.media--hover-effect > img:first-child:only-child,
  .card-wrapper:hover .media.media--hover-effect > img:first-child:only-child {
    transform: scale(1);
  }

  .card__inner:hover .media.media--hover-effect > img:first-child:not(:only-child) {
    opacity: 0;
  }

  .card__inner:hover .media.media--hover-effect > img + img {
    opacity: 1;
    transition: transform var(--duration-long) ease;
    transform: scale(1.03);
  }

  /*.underline-links-hover:hover a {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  } */
  .card__content-bottom .card__heading-with-price .card__heading a:hover {
    text-decoration: underline;
    text-underline-offset: 0.2rem;
  }
}

.card--standard.card--media .card__inner .card__information,
.card--standard.card--text:not(.card--horizontal)
  > .card__content
  .card__heading:not(.card__heading--placeholder),
.card--standard:not(.card--horizontal) > .card__content .card__badge,
.card--standard.card--text.article-card > .card__content .card__information,
.card--standard > .card__content .card__caption {
  display: none;
}
.card--standard > .card__content .collection-short-desc.card__caption{
  display: block;
  line-height: normal;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card--standard:not(.card--horizontal) .placeholder-svg {
  height: auto;
  width: 100%;
}

.card--standard > .card__content {
  padding: 0;
}

.card--standard > .card__content .card__information {
  padding-left: 0;
  padding-right: 0;
}
.product-grid-container .card__information,
.template-cart .related-products .card__information,
.header-search-bar .card__information {
  display: flex;
  flex-direction: column;
}
.product-grid-container .card__information .product-colors-group.card-product-swatches,
.template-cart .related-products .card__information .product-colors-group.card-product-swatches,
.header-search-bar .card__information .product-colors-group.card-product-swatches{
  order: -1;
  margin: 8px 0;
}

.card--card.card--media .card__inner .card__information,
.card--card.card--text .card__inner,
.card--card.card--media > .card__content .card__badge {
  display: none;
}

.card--horizontal .card__badge,
.card--horizontal.card--text .card__inner {
  display: none;
}

.card--extend-height {
  height: 100%;
}

.card--extend-height.card--standard.card--text,
.card--extend-height.card--media {
  display: flex;
  flex-direction: column;
}

.card--extend-height.card--standard.card--text .card__inner,
.card--extend-height.card--media .card__inner {
  flex-grow: 1;
}

.card .icon-wrap {
  margin-left: 0.8rem;
  white-space: nowrap;
  transition: transform var(--duration-short) ease;
  overflow: hidden;
}

.card-information > * + * {
  margin-top: 0.5rem;
}

.card-information {
  width: 100%;
}

.card-information > * {
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
}

.card-information > .price {
  color: rgb(var(--color-foreground));
}

.card--horizontal .card-information > .price {
  color: rgba(var(--color-foreground), 0.75);
}

.card-information > .rating {
  margin-top: 0.4rem;
}

.card-information
  > *:not(.visually-hidden:first-child)
  + *:not(.rating):not(.card__information-volume-pricing-note) {
  margin-top: 0.7rem;
}

.card-information .caption {
  letter-spacing: 0.07rem;
}

.card-article-info {
  margin-top: 1rem;
}

/* Card Shapes */

.card--shape .card__content {
  padding-top: 0;
}

.card--shape.card--standard:not(.card--text) .card__inner {
  border: 0;
  /* Border is not currently compatible with image shapes for standard cards. */
  background-color: transparent;
  filter: drop-shadow(
    var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
      var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity))
  );
}

.card--shape.card--standard:not(.card--text) .card__inner:after {
  display: none;
}

.grid__item:nth-child(2n) .shape--blob {
  clip-path: polygon(var(--shape--blob-2));
}

.grid__item:nth-child(3n) .shape--blob {
  clip-path: polygon(var(--shape--blob-3));
}

.grid__item:nth-child(4n) .shape--blob {
  clip-path: polygon(var(--shape--blob-4));
}

.grid__item:nth-child(5n) .shape--blob {
  clip-path: polygon(var(--shape--blob-5));
}

.grid__item:nth-child(7n) .shape--blob {
  clip-path: polygon(var(--shape--blob-6));
}

.grid__item:nth-child(8n) .shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

/* Card Shape Hover Rules */

@media (prefers-reduced-motion: no-preference) {
  .product-card-wrapper .shape--round {
    transition: clip-path var(--duration-long) ease;
  }

  .product-card-wrapper:hover .shape--round {
    clip-path: ellipse(47% 47% at 50% 50%);
  }

  .product-card-wrapper .shape--blob {
    transition: clip-path var(--duration-long) ease-in-out;
  }

  .product-card-wrapper:hover .shape--blob {
    clip-path: polygon(var(--shape--blob-5));
  }

  .grid__item:nth-child(2n) .product-card-wrapper:hover .shape--blob {
    clip-path: polygon(var(--shape--blob-6));
  }

  .grid__item:nth-child(3n) .product-card-wrapper:hover .shape--blob {
    clip-path: polygon(var(--shape--blob-1));
  }

  .grid__item:nth-child(4n) .product-card-wrapper:hover .shape--blob {
    clip-path: polygon(var(--shape--blob-2));
  }

  .grid__item:nth-child(5n) .product-card-wrapper:hover .shape--blob {
    clip-path: polygon(var(--shape--blob-3));
  }

  .grid__item:nth-child(7n) .product-card-wrapper:hover .shape--blob {
    clip-path: polygon(var(--shape--blob-4));
  }

  .grid__item:nth-child(8n) .product-card-wrapper:hover .shape--blob {
    clip-path: polygon(var(--shape--blob-5));
  }
}



/* card product quickadd */
.quickadd-sizes-wrapper {
  position: absolute;
  padding: 10px 10px 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 4;
  width: calc(100% - 20px);
  opacity: 1;
  min-height: 58px;
}
.quickadd-label .opaque-circle{
  height: 42px;
  width: 42px;
  position: absolute;
  right: 5px;
  bottom: -2px;
  border-radius: 25px;
  background-color: hsla(0, 0%, 92.2%, .5);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 990px){
 .quickadd-sizes-wrapper{
   visibility: hidden;
   background: #3b3b3b;
 }
  .product-card-wrapper .card__inner:hover .quickadd-sizes-wrapper {
    visibility: visible;
  }
}

.quickadd-sizes-wrapper:hover {
  opacity: 0.9;
}
.quickadd-label.quickadd-modal-inside {
  font-size: 1.6rem;
  line-height: 16px;
  letter-spacing: 1px;
  color: #fff;
}

button.quickadd-btn.size-label,
button.quickadd-btn.default-variant {
  border: 1px solid transparent;
  background-color: initial;
  padding: 0 5px;
  min-width: 25px;
  height: 25px;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
button.quickadd-btn.size-label[disabled],
button.quickadd-btn.default-variant[disabled] {
  cursor: not-allowed;
    opacity: .5;
  text-decoration: line-through;
}
button.quickadd-btn.size-label:hover,
button.quickadd-btn.default-variant:hover {
  background: #dfdfdf66;
  border: 1px solid #000;
}

.mobile-quick-add-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 201;
  background-color: rgba(0, 0, 0, 0.55);
}
.mobile-quick-add {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: unset;
  transform: translateY(100%);
  transition: transform .3s ease-in-out;
  width: 100%;
  padding: 0 15px 15px;
  max-height: 65vh;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100%;
  background: rgb(var(--color-background));
  border-radius: 5px 5px 0 0;
}
.mobile-quick-add.visible {
  transform: unset;
}
.mobile-quick-add .quickadd-header {
  margin: 0;
  padding: 20px 0 20px 10px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 14;
  flex-wrap: wrap;
}
.mobile-quick-add .quickadd-header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #dfdfdf;
    margin-left: -16px;
    width: calc(100% + 32px);
}
.mobile-quick-add .quickadd-header .quickFitText {
  text-transform: none;
  font-weight: 400;
  white-space: normal;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.64;
  margin-bottom: 0;
}


.mobile-quick-add .selector-close-icon {
  position: relative;
  top: -24px;
  cursor: pointer;
  width: 100%;
}
.mobile-quick-add .selector-close-icon:after, 
.mobile-quick-add  .selector-close-icon:before {
  content: "";
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  right: 5px;
  border-color: #231f20;
  border-style: solid;
  border-width: 0 0 2px 2px;
  display: inline-block;
  height: 10px;
  width: 10px;
  transform-origin: left bottom;
}
.mobile-quick-add .selector-close-icon:after{
  transform: rotate(135deg);
  top: 2px;
}
.mobile-quickadd-sizes {
  position: relative;
  z-index: 2;
}
.mobile-quickadd-sizes button.quickadd-btn {
  color: rgb(var(--color-foreground));
  display: block;
  padding: 15px 10px;
  width: 100%;
  text-align: left;
  height: auto;
  border-top: 1px solid rgba(34, 36, 38, .1);
  position: relative;
  font-size: 1.6rem;
  font-family: var(--font-secodary) !important;
}
.mobile-quickadd-sizes button.quickadd-btn:hover{
  background: transparent;
  background-color: transparent;
  border: 0;
}
.mobile-quickadd-sizes button.quickadd-btn::after{
  background: transparent;
  background-color: transparent;
  border: 0;
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.mobile-quickadd-sizes button.quickadd-btn:hover::after{
  border-bottom: 3px solid #ceb18f;
}

/* card product swatches */
.card-product-swatches {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 6px;
  position: relative;
  z-index: 2;
}
.complementary-products__container .card-product-swatches {
  display: none;
}
span.card-product-swatch {
  border: 1px solid #fff;
  padding: 1px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  outline: 1px solid #bebdbd;
  cursor: pointer;
}

.product-card-wrapper .card-product-swatch-button.active .color-product-swatch-wrapper {
  border: 1px solid #979797;
}
.featured-collection .product-card-wrapper .card-product-swatch-button.active .color-product-swatch-wrapper {
  border: 1px solid #979797;
}

.product-card-wrapper span.color-product-swatch-wrapper {
  display: inline-block;
  position: relative;
  /* overflow: hidden; */
  background-color: initial;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.product-card-wrapper span.color-product-swatch {
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: inline-block;
  border: 1px solid #bebdbd;
}
.jss1153.swatch-tooltip-inner {
  border: 1px solid #f2f2f2;
  padding: 2px 8px;
  background-color: #f2f2f2;
  min-width: max-content;
  position: relative;
}
.jss1153::before {
    left: calc(50% - 10px);
    width: 10px;
    bottom: 0;
    height: 10px;
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    transform: translate(50%, 50%) rotate(225deg);
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    background-color: #f2f2f2;
}
.card-product-swatch-button[data-index="1"] .jss1153::before{
  /* left: 1%; */
}
.featured-collection .jss1153::before {
  transform: translate(50%, -50%) rotate(225deg);
  top: 0;
  bottom: unset;
}
.jss1153.swatch-tooltip-inner p{
    font-size: 1.2rem;
    width: max-content;
    margin: 0;
    line-height: 1.3;
    letter-spacing: .04em;
}

a.link.card-product-swatch-button .swatch-tooltip {
  display: none;
  position: absolute;
  z-index: 2; 
  will-change: transform;
  top: 0px;
  left: 50%;
  transform: translate3d(-50%, -31px, 0px);
}
.featured-collection a.link.card-product-swatch-button .swatch-tooltip {
  top: unset;
  bottom: 0%;
  transform: translate3d(-50%, 31px, 0);
}

a.link.card-product-swatch-button.active .swatch-tooltip {
  display: block;
}

a.link.card-product-swatch-button[data-index="1"] .swatch-tooltip {
  /* left: 0; */
  /* transform: translate3d(4px, -31px, 0px); */
}



/* .product-card-wrapper span.color-product-swatch-wrapper:nth-of-type(1n+1){
  display: none;
} */
.product-card-wrapper .color-products-label {
  display: none;
}
.product-card-wrapper .product-color-group-wrapper a {
  line-height: 0;
}
.product-card-wrapper .product-color-group-wrapper a.link.more-products-link {
  line-height: 32px;
}
.product-card-wrapper .product-color-group-wrapper .limited-products-swatches {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-card-wrapper span.swatch-disabled-ui {
  position: absolute;
  width: 85%;
  height: 3px;
  left: 50%;
  top: 50%;
  background: #fff;
  transform-origin: 0 -15%;
  transform: rotate(45deg) translate(-50%, -50%);
  pointer-events: none;
}
.product-card-wrapper span.swatch-disabled-ui .line {
    width: 24px;
    display: block;
    height: 1px;
    margin-top: 1px;
    margin-left: 2px;
    background: #979797;
    transform-origin: left center;
    pointer-events: none;
}

.more-products-link {
  font-size: 1.4rem;
  text-decoration: none;
  padding-left: 5px;
}

.complementory-product-link svg {
  max-width: 2rem;
  margin: 0 2rem 0 0;
}
.custom-wishlist-icon{
  padding: 10px;
  line-height: 0;
}
.product-card-wrapper .wishlist-engine,
.custom-wishlist-icon{
  position: absolute;
  right: 0;
  z-index: 1;
}
.product-card-wrapper .wishlist-engine .wishlist-engine-button {
  background: transparent !important;
}
.product-card-wrapper
  .wishlist-engine
  .wishlist-engine-button
  .wishlist-icon
  svg {
  stroke-width: 1px;
}
.cart-notification__recommendations .product-card-wrapper .wishlist-engine,
.complementary-products__container .product-card-wrapper .wishlist-engine,
.is_not_customer .featured-collection .product-card-wrapper .wishlist-engine,
.is_not_customer .related-products .product-card-wrapper .wishlist-engine,
.cart-notification__recommendations .product-card-wrapper .custom-wishlist-icon,
.complementary-products__container .product-card-wrapper .custom-wishlist-icon,
.is_not_customer .featured-collection .product-card-wrapper .custom-wishlist-icon,
.is_not_customer .related-products .product-card-wrapper .custom-wishlist-icon{
  display: none;
}

.top-rated-stars {
  position: relative;
  width: 110px;
  min-height: 20px;
  min-width: 20px;
  overflow: hidden;
}
.top-rated-products .product-card-wrapper .card__heading a {
  font-weight: 400
}
.top-rated-products .price {
  display: none !important
}
.card-product-description {
  line-height: normal;
  margin-top: 15px;
  font-size: 14px;
  display: none
}
.top-rated-products .card-product-description {
  display: block
}
.top-rated-products .product-card-wrapper .wishlist-engine {
  display: none;
}
.card__content.on-card-btn.collection-card-bottom-content {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  bottom: 3.3rem;
}

@media screen and (max-width: 989px) {
  .card.card--horizontal-medium-down {
    --text-alignment: left;
    --image-padding: 0rem;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
  .template-cart .related-products .card.card--standard {
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
  }
  .template-cart .related-products .card.card--standard .card__inner {
    max-width: 75px;
  }
  
  .template-cart .cart-notification__recommendations .related-products .card.card--standard {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
  .template-cart .cart-notification__recommendations .related-products .card.card--standard .card__inner {
    max-width: 100%;
  }
  
  .template-cart .related-products .card__information {
    padding-bottom: 0;
  }
  .card--horizontal-mobile-price {
    display: none;
  }
  .template-cart .related-products .card--horizontal-mobile-price {
    display: block;
  }
  .template-cart .related-products .card__heading-with-price {
    display: flex;
    order: -2;
    gap: 1rem;
  }

  .template-cart .cart-notification__recommendations .related-products .card__heading-with-price {
    display: block;
    order: -2;
    gap: 1rem;
  }
  
  .template-cart
    .related-products
    .related-products
    .card__heading-with-price
    .price
    * {
    white-space: nowrap;
  }
  .template-cart .related-products .card-information .price {
    display: none;
  }
  .template-cart .related-products .card-product-swatch {
    border: 3px solid #fff;
    width: 20px;
    height: 20px;
  }
}

/* custom class for page new to alo */

.template_new-to-alo .hidden-desc .card--standard > .card__content .collection-short-desc.card__caption {
  display: none;
}.template_new-to-alo .hidden-desc .card--standard > .card__content .card__heading  {
  margin-bottom: 20px;
}

/* custom class for page new to alo */

  {%- paginate shop.metaobjects.color_swatches.values by 250 -%}
  {%- assign colors = shop.metaobjects.color_swatches.values -%}
{%- for color_swatch in colors -%}
  {%- assign color_name = color_swatch.color_name | handle -%}
  {%- assign color_code_1 = color_swatch.color_code_hex -%}
  {%- assign color_code_2 = color_swatch.color_code_2_hext -%}
  {%- if color_swatch.swatch_image != blank -%}
  {%- assign color_image = color_swatch.swatch_image | img_url: '' -%}
  {%- endif -%}
  .css_swatch_color_{{ color_name }}{
    {%- if color_image != blank -%}
      background: url({{ color_image }});
       background-size: cover;
       background-repeat: no-repeat;
       {%- elsif color_code_1 != blank and color_code_2 != blank -%}
        background-image: linear-gradient({{ color_code_1 }} 50%, 50%, {{ color_code_2 }} 100%);
        {%- elsif color_code_1 != blank -%}
        background: {{ color_code_1 }};
        {%- else -%}
        background-color: lightgrey;
        {%- endif -%}
  }
  {%- endfor -%}
{%- endpaginate -%}