/*
Generated time: June 17, 2025 17:51
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.collection-product-card {
  position: relative;
  margin: 0;
  transition: var(--duration-default);
}
.collection-product-card .caption-with-letter-spacing {
  margin: 0;
  max-width: 25.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 990px) {
  .collection-product-card:hover .card__link {
    opacity: 1;
  }
  .collection-product-card:hover .card__link.button[aria-disabled="true"] {
    opacity: 0.7;
  }
}
.card-wrapper {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  background-color: rgb(var(--color-background-card));
  border-radius: 0;
}
.card-wrapper__image {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: var(--duration-default);
}
.card-wrapper__link--overlay {
  display: block;
  text-decoration: none;
  color: rgb(var(--color-link));
  background-color: transparent;
  z-index: 1;
}
.card-wrapper .product-form__controls {
  margin-bottom: 0;
}
.card-wrapper .product-form__controls-group {
  gap: 0.4rem;
}
.card-wrapper .product-form__controls-group label.color-swatch {
  margin-top: 0;
}
.card-wrapper input[type="radio"].disabled {
  display: none;
}
.card-wrapper input[type="radio"].disabled + label {
  display: none;
}
.full-unstyled-link,
.placeholder-svg {
  transition: var(--duration-default);
}
.card {
  display: block;
  text-decoration: none;
}
.card__inner {
  position: relative;
  display: block;
}
.card__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card__vendor a {
  position: relative;
  z-index: 2;
  pointer-events: all;
  text-decoration: none;
  color: inherit;
  transition: opacity var(--duration-default);
}
.card__vendor a:hover {
  opacity: 0.7;
}
.card__title {
  position: relative;
  display: block;
  margin: 0 0 5px 0;
  max-width: 34.1rem;
  color: rgb(var(--color-foreground-title));
  line-height: 22px;
  font-family: var(--font-heading-card-family);
  font-style: var(--font-heading-card-style);
  font-weight: 500;
  font-size: 17px;
  word-break: break-word;
  letter-spacing: normal;
  z-index: 2;
  pointer-events: all;
}
.card__title a {
  line-height: 22px;
  font-family: var(--font-heading-card-family);
  font-style: var(--font-heading-card-style);
  font-weight: 500;
  font-size: 17px;
  word-break: break-word;
  letter-spacing: normal;
  z-index: 2;
}
.card__description {
  margin-top: 1.6rem;
  font-family: var(--font-text-card-family);
  font-style: var(--font-text-card-style);
  font-weight: var(--font-text-card-weight);
  font-size: calc(var(--font-text-card-scale) * 1rem);
  line-height: 1.45;
}
.card__link {
  position: absolute;
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
}
.card__link-button {
  width: calc(100% - 3.2rem);
  min-width: 12rem;
  padding: 1rem;
  left: 1.6rem;
  bottom: 0.8rem;
  transition: transform var(--duration-short), opacity var(--duration-short),
    background-color var(--duration-default), color var(--duration-default);
}
@media screen and (max-width: 768px) {
  .card__title,
  .card__title a {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .card__link-button {
    transform: translate(0) translateY(100%);
    opacity: 0;
    width: calc(100% - 6rem);
    left: 3rem;
  }
}
@media screen and (min-width: 1360px) {
  .card__link-button {
    width: calc(100% - 4rem);
    left: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .card__link-button {
    width: calc(100% - 6rem);
    left: 3rem;
  }
}
.card__link-icon {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  gap: 0.4rem;
  margin: 0;
  padding: 0 0.6rem;
  width: auto;
  height: auto;
  min-width: unset;
  width: max-content;
  max-width: 70%;
  min-height: 2.4rem;
  font-weight: 500;
  border: none;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0.04em;
  color: rgba(var(--color-accent), 1);
  box-shadow: none;
  opacity: 0;
  background-color: rgb(var(--color-background));
  transition: transform var(--duration-short), opacity var(--duration-short),
    background-color var(--duration-default);
  transform: translate(-50%) translateY(100%);
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
}
.card__link-icon .icon {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}
.card__link.button[aria-disabled="true"] {
  opacity: 0;
}
.card__link .card__quickview-text {
  position: relative;
  margin-bottom: 0;
  color: inherit;
}
.card__link:hover .card__quickview-text {
  position: relative;
}
.card__link.loading {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .card__link.loading {
    transform: translateX(-50%) translateY(0);
  }
}
.card__link.loading .icon,
.card__link.loading span {
  opacity: 0;
}
.card__link .loading-overlay__spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.card__link .loading-overlay__spinner svg {
  width: 1.6rem;
  height: 1.6rem;
}
.card__link span {
  transition: opacity var(--duration-short);
}
.card .icon-wrap {
  margin-left: 0.8rem;
  white-space: nowrap;
  transition: transform var(--duration-short) ease;
  overflow: hidden;
}
.card .h1 .icon-arrow,
.card .h2 .icon-arrow {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}
.card--media {
  display: block;
  text-decoration: none;
}
.card--text-only {
  display: flex;
  justify-content: center;
}
.card--text-only::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.card--text-only .card__inner {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  width: 100%;
}
.card--text-only .card__content {
  grid-row: 2;
  justify-self: center;
  margin-bottom: 6rem;
  margin-top: 5rem;
}
.card--text-only .card__badge {
  align-self: flex-start;
  grid-row: 3;
}
.card--text-only .card__content + .card__badge {
  margin-top: -5rem;
}
.card--product {
  position: relative;
}
.card__content {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.card__content > * {
  margin: 0;
}
.card__button {
  display: none;
}
@media screen and (min-width: 990px) {
  .card__button {
    display: block;
  }
  .card__button .card__link-icon,
  .card__button.card__link-icon {
    display: flex;
  }
}
.card__button--show {
  display: block;
}
.card__button--show .card__link-icon,
.card__button--show.card__link-icon {
  display: flex;
  opacity: 1;
  transform: translate(-50%) translateY(0);
}
@media screen and (min-width: 990px) {
  .card__button--show {
    display: block;
  }
  .card__button--show .card__link-icon,
  .card__button--show.card__link-icon {
    display: flex;
    opacity: 0;
    transform: translate(-50%) translateY(100%);
  }
}
.card__add-to-cart button .loading-overlay__spinner {
  width: 2.5rem;
  height: 2.5rem;
}
.card__add-to-cart button .loading-overlay__spinner .spinner {
  position: unset;
}
.card__sku {
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
  margin: 0 0 0.8rem;
  transition: var(--duration-default);
}
.card--search .card__badge > *,
.card--text-only .card__badge > * {
  margin: 0 1rem 1rem;
}
.card--search .card__badge,
.card--text-only .card__badge {
  position: initial;
}
.card--search .card__content {
  justify-self: flex-start;
  text-align: left;
}
.media + .card__content {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.card-wrapper .media {
  padding: 0;
  background-color: #f3f3f3;
}
.card-wrapper .media > img {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: cover;
  transform: scale(0.8);
}
@media screen and (min-width: 750px) {
  .card--text-only .card__content {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .card--text-only .card__content + .card__badge {
    margin-top: -7rem;
  }
}
.card__text-spacing > * {
  margin: 0;
}
.card__text-spacing > :not(.overlay-card) + * {
  margin-top: 0.5rem;
}
.card__text {
  margin: 0;
  word-break: break-word;
}
.card--text-only .card__text {
  text-align: center;
}
.card-information {
  position: relative;
  padding: 9px 0 0 0;
  z-index: 2;
}
.card__price-btn {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-right: 15px;
}
.card__quick-buy {
  display: flex;
}
@media (max-width: 768px) {
  .card__price-btn {
    padding-right: 0;
  }
}
.card-information__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2.4rem;
}
.card-information__text {
  display: block;
  padding-right: 1.2rem;
}
.card-information__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.card-information__wrapper .product-parameters:empty {
  display: none;
}
.card-information > :not(.visually-hidden:first-child) + .price {
  margin-top: 2.4rem;
}
.collection-product-card {
  padding: 0;
}
.cart__footer-wrapper
  + .collection-products-section
  .collection-product-card:hover
  .card__link {
  opacity: 0;
}
.card-wrapper:focus-within .card {
  box-shadow: none;
}
.card__media-spacer {
  padding: 2rem;
}
@media screen and (min-width: 750px) {
  .card__media-spacer {
    padding: 3rem;
  }
}
.card-article-info {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  opacity: 1;
  z-index: 3;
}
.card__badge > * {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.card__badge {
  transition: opacity var(--duration-default);
}
.card__badge .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  border-radius: 15px;
  min-height: 17px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (min-width: 990px) {
  .card .media.media--hover-effect > img,
  .card-wrapper .media.media--hover-effect > img {
    transition: transform var(--duration-long) ease,
      opacity var(--duration-default);
  }
  .card__inner .media.media--hover-effect {
    transition: transform var(--duration-long) ease,
      opacity var(--duration-default);
  }
  .card--search img {
    transition: transform var(--duration-long) ease,
      opacity var(--duration-default);
  }
  .placeholder-svg {
    transition: transform var(--duration-long) ease;
  }
  .card-wrapper:hover .card__heading {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }
  .card-wrapper:hover .card.card--search {
    background-color: rgba(var(--color-card-hover), 0.06);
    transition: background-color var(--duration-long) ease;
  }
}
@media screen and (min-width: 1200px) {
  .collection-product-card:hover .card__link {
    opacity: 1;
  }
  .collection-product-card:hover .card__link-button {
    transform: translateY(0);
  }
  .collection-product-card:hover .card__link-icon {
    transform: translate(-50%) translateY(0);
  }
}
@media screen and (min-width: 990px) {
  .collection-product-card.quickview--hover:hover .card-wrapper__image {
    opacity: 1;
  }
  .collection-product-card.quickview--hover:hover
    .media.media--hover-effect
    > img:first-child:not(:only-of-type) {
    opacity: 0;
    transition: transform var(--duration-long) ease,
      opacity var(--duration-default);
  }
  .collection-product-card.quickview--hover:hover
    .media.media--hover-effect
    > img
    + img {
    opacity: 1;
    transition: transform var(--duration-long) ease,
      opacity var(--duration-default);
  }
  .collection-product-card.quickview--hover:hover
    .media.media--hover-effect
    > img {
    transition: transform var(--duration-long) ease,
      opacity var(--duration-default);
  }
}
.card--product .swym-button {
  position: absolute;
  right: 7px;
  top: 5px;
  z-index: 5;
}
.card-information .jdgm-prev-badge__text .jdgm-prev-badge__text {
  display: none;
}
.product-labels {
  position: absolute;
  left: 9px;
  top: 5px;
  z-index: 3;
  display:flex;
  flex-wrap: wrap;
    padding-right: 25px;
  gap:5px;
  align-items:center;
}
.product-labels .card__badge{
    position:static;
}
.product-labels .card__badge .badge{
    margin:0;
} 
.product-label-item {
  display: inline-flex;
}
.product-label-item img {
  max-width: 60px;
}
.product-label-item.image-label {
  background-color: transparent !important;
}
.product-label-item:not(.image-label) {
  position: relative;
  cursor: default;
  padding: 3px 8px;
  line-height: 11px;
  border-radius: 100px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product-label-item.text-label {
  padding-right: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_1385_1693)"><path d="M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 8H12.01" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11 12H12V16H13" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1385_1693"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-position: right 3px center;
  background-size: 12px;
}
.product-label-item .product-label-text {
  display: none;
  position: absolute;
  left: -50px;
  bottom: 25px;
  width: 300px;
  padding: 19px 17px;
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  text-transform: none;
  display: none;
  line-height: 17px;
  font-family: var(--font-heading-card-family);
  font-style: var(--font-heading-card-style);
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #e0e3ee;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.3337 2.66699L2.66699 13.3337M13.3337 13.3337L2.66699 2.66699" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 9px top 9px;
}
.product-label-item .product-label-text:after {
  position: absolute;
  content: "";
  left: 44%;
  bottom: -11px;
  margin-left: -5px;
  width: 22px;
  height: 11px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="10" viewBox="0 0 22 10" fill="none"><path d="M8.17152 8.17157L0 0H22L13.8284 8.17158C12.2663 9.73367 9.73361 9.73367 8.17152 8.17157Z" fill="white"/></svg>');
  background-repeat: no-repeat;
}
.product-label-item .product-label-text h2,
.product-label-item .product-label-text h3,
.product-label-item .product-label-text h4,
.product-label-item .product-label-text h5,
.product-label-item .product-label-text p {
  margin: 0 0 5px 0;
  letter-spacing: 0;
}
.product-label-item .product-label-text ul {
  padding-left: 20px;
}
.product-label-item .product-label-text li {
  letter-spacing: 0;
}
.product-label-item .product-label-text a {
  color: #02406f;
}
.product-label-item.active .product-label-text {
  display: block;
}
@media (max-width: 768px) {
  .product-label-item .product-label-text {
    display: none !important;
  }
  .product-label-item.text-label {
    background-image: none !important;
    padding: 3px 8px;
  }
}
