/** Shopify CDN: Minification failed

Line 119:33 Unexpected ";"

**/
/* Product Grid */

.product-loop__badge-icon.icn {
--icn-height: 32px;
}

.product-loop__badge-icon.icn  ~ .icn {
  top: calc(var(--icn-height) + 10px);
}

.product-loop__badge-icon.icn  ~ .icn ~ .icn {
  top: calc(var(--icn-height) * 2 + 15px);
}

.product-loop__badge-icon.icn  ~ .icn ~ .icn ~ .icn {
  top: calc(var(--icn-height) * 3 + 20px);
}

.product-loop__badge-icon.icn  ~ .icn ~ .icn ~ .icn ~ .icn {
  top: calc(var(--icn-height) * 4 + 25px);
}

.product-loop__badge-icon {
  text-transform: none;
  display: inline-block;
  font-size: calc(var(--font-size-sm) - 2px);
  height: var(--icn-height);
  line-height: var(--icn-height);
  padding: 0 8px 0 8px;
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
}

.product-loop__badge-icon.icon-type--new {
  background-color: var(--new-background);
  color: var(--new-color);
}

.product-loop__badge-icon.icon-type--sale-item {
  background-color: var(--sale-background);
  color: var(--sale-color);
}

.product-loop__badge-icon.icon-type--coming-soon {
  background-color: var(--coming-soon-background);
  color: var(--coming-soon-color);
}

.product-loop__badge-icon.icon-type--sold-out {
  background-color: #E7E7E7;
  color: var(--text-color);
}

.product-loop__badge-icon.icon-type--custom.icn--1 {
  background: var(--badge-1-background);
  color: var(--badge-1-color);
}

.product-loop__badge-icon.icon-type--custom.icn--2 {
  background: var(--badge-2-background);
  color: var(--badge-2-color);
}

.product-loop__badge-icon.icon-type--custom.icn--3 {
  background: var(--badge-3-background);
  color: var(--badge-3-color);
}

.product-loop__img-wrapper {
  overflow: hidden;
}

.product-loop__title,
.product-title {
  margin-bottom: var(--space-4);
}

.product-loop__title a,
.product-title a {
  text-decoration: none;
} 

.product-loop__title.mb0 {
  margin-bottom: 0;
}

.product-loop__vendor {
  font-size: var(--font-size);
  line-height: 1.57;
  word-break: break-all;
}

.product-loop__subtitle {
  font-family: var(--heading-family);
  font-weight: var(--heading-weight);
  letter-spacing: var(--heading-spacing);
  font-size: var(--font-size);
  font-style: italic;
  line-height: 1.54;
}

.product-loop__price {
  font-family: var(--main-family);
  font-size: var(--font-size);
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  color: var(--text-color);
}

span.product-loop__price--compare.was {
  text-decoration: line-through;};
  font-weight: normal;
  font-size: var(--font-size-sm);
}

.product-loop__price--savings {
  color: var(--sale-price-color);
}

@media (max-width: 767px) {
  .product-loop__price--savings {
    display: block;
  }
  .product-loop__item.mobile--one .product-loop__badge-icon {
    font-size: 10px;
    height: 32px;
    line-height: 32px;
  }
  .product-loop__item.mobile--two .product-loop__badge-icon.icn {
    --icn-height: 24px;
  }
  .product-loop__item.mobile--two .product-loop__badge-icon {
    font-size: 10px;
      height: var(--icn-height);
    line-height: var(--icn-height);
  }
}

.product-loop__item--square .box-ratio {
  padding-bottom: 100% !important;
}

.product-loop__item--square .box-ratio,
.product-loop__item--square .product-loop__video-inner-wrapper {
  padding-bottom: 100% !important;
}

.product-loop__item--square .box-ratio img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.product-loop__item--vertical .box-ratio,
.product-loop__item--vertical .product-loop__video-inner-wrapper {
  padding-bottom: 140% !important;
}

.product-loop__item--vertical .box-ratio img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.product-loop__item--horizontal .box-ratio,
.product-loop__item--horizontal .product-loop__video-inner-wrapper {
  padding-bottom: 71.4% !important;
}

.product-loop__item--horizontal .box-ratio img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media (hover: hover) {
	.product-loop__img-wrapper:hover .product-loop__img-wrapper--hidden {
		z-index: 1;
		opacity: 1;
		background-color: var(--background);
	}
}

.product-loop__img-wrapper .product-loop__img-wrapper--hidden {
  display: block !important;
  visibility: visible !important;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.product-loop__swatch-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: var(--product-info-align);
}

.product-loop__swatch-wrapper {
  overflow: hidden;
  position: relative;
}

.product-loop__swatch-wrapper ul {
  white-space: nowrap;
  position: relative;
  overflow-y: scroll;
}

.product-loop__swatch-wrapper:after {
  content: "";
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--background) 100%);
  right: -3px;
  top: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.product-loop__swatch-wrapper ul::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.product-loop__swatch-wrapper ul {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

@media (max-width: 967px) {
  .product-loop__swatch-label { width: 45% !important; }
  .product-loop__swatch-count { display: none; }
}

.product-loop__swatch-wrapper li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  padding: 2px;
  margin: 0;
}

.product-loop__swatch-wrapper li span {
  display: block;
  margin: 5px 10px;
}

.product-loop__swatch-wrapper li.color {
  width: 16px;
  height: 16px;
  margin: 0 1px;
}

.product-loop__swatch-wrapper li.color span {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px var(--dotted-color);
  background-position: center;
}

.product-loop__item .product-loop__info_bottom-wrapper.a-center .product-loop__swatch-wrapper {
  width: 100%;
}

/* --- Product Page, Featured Product, Product Grid Ratings Block --- */
.product__section-rating {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.product__section-rating-star {
  --letter-spacing: 0.2;
  --font-size: 1;
}

.product__section-rating-star {
  --percent: calc((var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) / (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))) * 100%);
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-family: Times;
  margin: 0;
}

.product__section-rating-star::before {
  content: '★★★★★';
  background: linear-gradient(90deg,
      var(--star-active) var(--percent),
      var(--star-inactive) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product__section-rating-text {
  display: none;
}

.product__section-rating-count {
  display: inline-block;
  margin: 0;
  font-size: 11px;
  vertical-align: middle;
}

@media (forced-colors: active) {
  .product__section-rating {
    display: none;
  }

  .product__section-rating-text {
    display: block;
  }
}s

.product-listing__quickview-trigger {
  display: none;
}

/* ---- Drop Product Grid ---- */
.product-loop__item {
  display: flex;
  flex-direction: column;
}

.product-loop__item .product-image {
  border: 1px solid var(--dotted-color);
}

.product--loop_simple .product-loop__item .product-image {
  border: 0;
}

.product-loop__item .product-loop__info-wrapper {
  flex-grow: 1;
  background-color: var(--background-accent);
  border-bottom: 1px solid var(--dotted-color);
  border-left: 1px solid var(--dotted-color);
  border-right: 1px solid var(--dotted-color);
  display: grid;
  align-content: flex-start;
}

.product--loop_simple .product-loop__item .product-loop__info-wrapper {
  background-color: var(--background);
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  flex-grow: 0;
}

.product-loop__info_bottom-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  align-items: center;
  justify-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--dotted-color);
  border-left: 1px solid var(--dotted-color);
  border-right: 1px solid var(--dotted-color);
}

.product--loop_simple .product-loop__item .product-loop__info_bottom-wrapper {
  grid-template-columns: 1fr;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.product-loop__item a.product-loop__cta {
  letter-spacing: var(--buttons-spacing);
  grid-column: auto/span 2;
  width: 100%;
  border-left: 1px solid var(--dotted-color);
  text-transform: none;
  background-color: transparent;
  transition: background-color 0.5s ease-in;
}

.product--loop_simple .product-loop__item a.product-loop__cta {
  border:0;
}

.product-loop__item a.product-loop__cta:hover {
  background-color: var(--text-color);
  color: var(--background);
}

.product-loop__item a.product-loop__cta:hover span {
  color: var(--background);
}

.product-loop__item .product-loop__price {
  grid-column: auto/span 1;
  width: 100%;
  line-height: 18px;
}

.product-loop__item .product-loop__price.price-varies {
  margin-top: -4px;
}

.product-loop__item .price-unit-price span {
  font-size: var(--font-size-sm);
  color: var(--text-color-light);
}

.product-loop__price--from {
  font-size: 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
  text-transform: none;
}

.product-loop__color-swatches {
  grid-column: auto/span 3;
  width: 100%;
  border-bottom: 1px solid var(--dotted-color);
}

.product--loop_simple .product-loop__item .product-loop__color-swatches {
  border: 0;
}

.product-loop__swatch-label,
.product-loop__swatch-wrapper,
.product-loop__swatch-count {
  vertical-align: middle;
}

.product-loop__swatch-label {
  font-size: 13px !important;
}

.product-loop__swatch-count p {
  font-size: 12px;
}

.product-loop__swatch.size {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0 var(--space-2);
  border: 1px solid var(--dotted-color);
  position: relative;
  overflow: hidden;
}

/* ----- is_simple ---- */
.product--loop_simple .product-loop__item ul li.product-loop__swatch.size {
  border: 0;
  padding: 0 3px;
}

.product-loop__swatch.size a {
  font-size: 12px;
}

.product--loop_simple .product-loop__swatch.size.soldout {
  display: none;
}

.product-loop__swatch.size.soldout a {
 opacity: 0.5;
}

.product-loop__swatch.size.soldout a:before {
  content: '';
  height: 4em;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2em 0 0;
  border-right: 1px solid;
  transform: rotate(55deg);
}

@media (max-width: 767px) {
  .product-loop__item.sm-span-6 .sm-tpr-hide {
    display: none;
  }
}

/* Hide color swatches after 5 for space */
ul.product-loop__swatch-options.color li:nth-child(n+6) {
  display: none;
}

/* Hide size swatches after 4 for space 
ul.product-loop__swatch-options.size li:nth-child(n+5),
ul.product-loop__swatch-options.sizes li:nth-child(n+5) {
  display: none;
}
*/

/* ---- quickshop type overlay ---- */
.product--grid_add details {
  width: 100%;
}

.product--grid_add details[open] {
  background: var(--background);
  padding: var(--space-2);
}

.product--grid_add details > summary > svg.details--open,
.product--grid_add details[open] > summary > svg.details--closed {
  display: none;
}

.product--grid_add details[open] > summary > svg.details--open,
.product--grid_add details > summary > svg.details--closed {
  display: flex;
}

.product--grid_add details[open] > summary > svg.details--open g {
  fill: #000;
}

.product--grid_add details > summary {
  cursor: pointer;
  padding: 5px;
  background: var(--directional-hover);
  color: var(--directional-text);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index:1;
}

.product--grid_add details[open]>summary {
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: transparent;
}

.product--grid_add details > summary > svg {
  position:relative;
}

.product--grid_add details > form {
  opacity: 0;
}

.product--grid_add details[open] > form {
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

@media (prefers-reduced-motion: no-preference) {
  .product--grid_add details[open] > form {
    transition: opacity .5s ease-in-out;
  }
}

.product--grid_add {
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
}

.product--grid_variants {
  display: flex;
  row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.product--grid_variants .product__variants-swatches {
    border-bottom: none;
}

.product--grid_variants .swatches__container {
  flex: 1 0 100%;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  border-top: 0;
  padding-top: var(--space-0);
  margin-bottom: 0;
}

.product--grid_variants .swatches__container .swatches__option-name {
  flex: 1 0 100%;
  text-align: center;
  font-size: 12px;
  text-transform: none;
  margin-bottom: 0;
  color: var(--text-color-dark);
}

.product--grid_variants .swatches__option-value {
  display: none;
}

.product--grid_variants .swatch-element.soldout label {
  opacity: 0.5;
  pointer-events: none;
}

.product--grid_variants .button.AddtoCart {
  flex: 1 0 100%;
  font-size: 12px;
  text-transform: var(--buttons-transform);
  border: 1px solid var(--text-color);
  background-color: var(--background);
  color: var(--text-color);
}

.product--grid_variants .button.AddtoCart:hover {
  background-color: var(--text-color);
  color: var(--background);
}

.product--grid_variants input[type="radio"] {
  display: none;
}

.product--grid_variants .swatch-element.swatches__swatch--regular {
  display: flex;
  align-items: center;
  flex: 0.25 0 40px;
}

.product--grid_variants .swatch-element label {
  display: flex;
  align-items: center;
  border: 1px solid var(--dotted-color);
  zoom: 1;
  padding: 0 8px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
  font-weight: var(--main-weight);
  text-transform: none;
  width: max-content;
  height: 40px;
  text-align: center;
  flex: 1 0 40px;
  justify-content: center;
  background:transparent;
  color: #000;
}

.product--grid_variants input[type=radio]:checked+label {
  background: #000;
  color: #fff;
}

/* ---- Color variants ---- */
.product--grid_variants .swatches__swatch--color label {
  flex-grow: 0;
  background-size: 50px;
  background-position: center;
}

.product--grid_variants .swatches__swatch--color input[type=radio]:checked+label {
  outline: 1px solid var(--dotted-color) !important;
  outline-offset: 2px !important;
}

.product--grid_variants .swatches__swatch--color.swatches__shape--circle label {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.product--grid_variants .swatches__swatch--color.swatches__shape--square label {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
}

.product--grid_variants .swatches__swatch--color.swatches__shape--rectangle label {
  height: 24px;
  width: 30px;
  flex-basis: 30px;
}

/* ---- Errors ---- */
.product--grid_variants .note-error {
  line-height: 1.1rem;
  text-align: center;
}

/* ---- Hide quick add if mobile 2 per row ---- */
@media (max-width: 767px) {
  .product-loop__item.mobile--two wau-quick-add {
    display: none;
  }
}