/** Shopify CDN: Minification failed

Line 62:0 Unexpected "}"

**/
.card-wrapper {
  color: inherit;
  height: 100%;
  position: relative;
  text-decoration: none;
}

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

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

.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));
}

.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));
}

.card .card__inner .card__media {
  overflow: hidden;
  /* Fix for Safari border bug on hover */
  z-index: 0;
  border-radius:var(--product-card-corner-radius);
}
.card .card__inner .card__media a{width: 100%;display: block;height: 100%;position: relative;z-index: 1;}

.card.card--card:hover {
    background: rgb(var(--color-secondary-button));
   transition: all 0.3s linear;
}
}

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

.blog-sidebar .widget-collection .card .card__inner .card__media{border-radius: var(--blog-card-corner-radius);}

.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%;overflow:hidden;
  /*   height:100vh; */   
  border-radius: var(--media-radius);
}
.card__content .grid-view-hidden {
  display: none;
}
.list-view-filter .card__content .rte.grid-view-hidden {
  position: relative;
  margin: 0;
  line-height: 3rem;
  display: block;
  line-height:normal;
  margin-bottom:0.5rem;
  max-width:800px;
}
.card--media .card__inner .card__content {
  padding: calc(var(--image-padding) + 1rem);
  position: relative;
  pointer-events:none;
  overflow: hidden;
  border-radius: calc(var(--border-radius) - var(--border-width) - var(--image-padding));
}

.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__content{
  padding-top:2rem !important;
  padding-bottom:2rem !important;
} */
.card:not(.ratio) > .card__content {
  grid-template-rows: max-content minmax(0, 1fr) max-content auto;
}
.product-icons a:empty {
  display: block;
}
.product-icons a.add-compare:before, 
.product-icons a.add-wishlist:before
/* .product-icons button:before */ {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  line-height: 15px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}
.product-icons {
  z-index: 2;
  pointer-events: none;
  right: 0;
  top: 25px;
  position: absolute;
  justify-content: center;
  opacity: 0;
  display: flex;
  transition: 0.3s linear all;
  list-style: none;
  flex-direction: column;
  padding: 0;
  margin:0;
}
.product-icons li {
  margin: 5px;
  pointer-events: all;
  position: relative;
  transition: all 0.3s linear;
}
ul.product-icons.top-aligned {
  top: 0;
  bottom: auto;
  transform: initial;
}
.product-icons.center-aligned {
  z-index: 2;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  position: absolute;
  justify-content: center;
  opacity: 0;
  display: flex;
  transition: 0.3s linear all;
  list-style: none;
}

.product-icons li a:not(.adding).add-compare:before {
  -webkit-mask-image: url("compare-icons.svg");
  mask-image: url("compare-icons.svg");
  background: currentColor;
}
.product-icons li a:not(.adding).added.add-compare:before {
  -webkit-mask-image: url("compare-fill.svg");
  mask-image: url("compare-fill.svg");
  background: rgb(var(--color-border));
}

.product-icons li a:not(.adding).add-wishlist:before {
  -webkit-mask-image: url("icons_wishlist.svg");
  mask-image: url("icons_wishlist.svg");
  background: rgb(var(--color-border));
}
.product-icons li a:not(.adding).added.add-wishlist:before {
  -webkit-mask-image: url("wishlist-fill-icons.svg");
  mask-image: url("wishlist-fill-icons.svg");
  background: rgb(var(--color-border));
}


.product-icons li a.adding:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 15px;
  height: 15px;
  background-color: currentColor;
  -webkit-mask-image: url(loading-icon.gif);
  mask-image: url(loading-icon.gif);
  -webkit-mask-position: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
/* .loading-overlay__spinner:before{
   position: absolute;
    z-index: 1;
    content: '';
    width: 22px;
    height: 22px;
    background-color: currentColor;
    -webkit-mask-image: url(loading-icon.gif);
    mask-image: url(loading-icon.gif);
    -webkit-mask-position: center;
     left:0;
     right:0;
     bottom:0;
     top:0;
    margin:auto;
} */

.product-icons a.add-wishlist:before,
.product-icons a.add-compare:before
/* .product-icons button:before  */ {
  content: "";
  width: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  color: currentcolor;
}
.card-wrapper.underline-links-hover .card:hover .card__inner .product-icons {
    opacity: 1;
}

.card-wrapper.underline-links-hover .card .card__inner .product-icons {
  opacity: 1;
  right: 30px;
  top:30px;
}
.card__inner .product-icons button.quick-add__submit:disabled,
.quick-add__submit:disabled,
.quick-add__submit[aria-disabled="true"],
.quick-add__submit.disabled,
.quick-add__submit:disabled,
.quick-add__submit[aria-disabled="true"],
.quick-add__submit.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.card__inner .product-icons button span.sold-out-message {
  display: none;
}

.card__inner .product-icons a,
.card__inner .product-icons button {
  display: grid;
  place-items: center;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid;
  cursor: pointer;
  transition: var(--duration-default) linear all;
  background-color:transparent;
  color: rgb(var(--color-border));
  opacity: 1;
  /* box-shadow: 0 0 20px #00000026; */
  padding: 0;
}

/* @media screen and (min-width: 992px) {
  .card__information {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
} */

/* .collection .product-grid:not(.list-view-filter) .card--card.card--media>.card__content{
  display: flex;
    justify-content: space-between;
    align-items: end;
  padding:20px;
} */

@media screen and (max-width: 991px) {
  /*   .card__information {
    padding-bottom: 1.5rem;
    padding-top: 2.5rem;
  } */
  
}

.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 > .card__content > .card__badge {
  margin: 1.3rem;
}

.card__media .media img {
    height: 100%; 
  object-fit: cover;
  /* object-position: top center; */
  width: 100%;
  /* background:white; */
}
.card__media .media .motion-reduce {
  opacity: 0;
  transition: all var(--duration-default) linear;
  cursor: pointer;
}
.card__media .media .motion-reduce.loaded-image:first-child {   
     animation: 2s cubic-bezier(.26,.54,.32,1) forwards fadeIn;
    -webkit-animation: 2s cubic-bezier(.26,.54,.32,1) forwards fadeIn;}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
 to{
   opacity: 1;
 }
  
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
 to{
   opacity: 1;
 }
  
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.card__media .media {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0)
  );
  background-color: var(--gradient-base-background-2);
}

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

.card__heading {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.card--standard > .card__content .card__information h3.card__heading {
  margin: 15px 0;
}

.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.1);
  }

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

  .card-wrapper:hover .media.media--hover-effect > img + img {
    opacity: 1;
    transition: all var(--duration-long) linear;
    transform: scale(1.03);
    background:rgb(var(--color-button-text));
  }

  .underline-links-hover a {
    transition: all 0.3s linear;
  }
}

.card--standard.card--media .card__inner .card__information,
.card--standard > .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 {
  padding: 0;
}

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

.card--card.card--media .card__inner .card__information,
.card--card.card--text .card__inner,
.card--card.card--media > .card__content .card__badge,
.list-view-filter .card-wrapper .card__inner .card__information
{
  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%;
  line-height: normal;
}
.card__information > * {
  margin-bottom: 6px;
}
.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-information > .rating {
  margin-top: 0rem;
}

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

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

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

.card__content .variant-option-color li.color-values a {
     position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    width: 30px;
    height: 30px;
    border-radius: 0;
    transition: all 0.3s linear;
    border: 1px solid transparent;
    background-color: transparent;
}

.card__content ul[class*="variant-option-color"] {
  height: max-content;
  margin: 0px 0 6px 0;
  gap:5px;
}
.card__content ul[class*="variant-option-color"] a {
  margin: 0px 8px 0px 0px;
  border-radius: 50%;
  cursor: pointer;
}
.list-view-filter  .card__content ul[class*=variant-option-color]{    margin: 2px 0 0;}
/* .card__content ul.variant-option-color li.color-values a.active span {
  min-width: 20px;
  min-height: 20px;
} */
.card__content ul.variant-option-color li.color-values a.active {
    border: 1px solid rgb(var(--color-border));
    border-radius:5px;
}
.card__content ul.variant-option-color li span {
  min-width: 22px;
  min-height: 22px;
  padding: 0;
  border-radius: 5px;
  margin: 0;
}
.card__content ul.variant-option-color li [type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.card__content ul.variant-option-color li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all var(--duration-default) linear;
  border-radius: var(--DTRadius);
}
tooltip.tooltip {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  padding:3px 10px;
  left: 50%;
  transform: translateY(-8px) translateX(-50%);
  -webkit-transform: translateY(-8px) translateX(-50%);
  bottom: 100%;
  white-space: nowrap;
  margin-bottom: 5px;
  visibility: hidden;
  z-index: 1000;
  background-color: rgba(var(--color-secondary-button));
  color: rgb(var(--forground-color));
  font-size: calc(var(--font-base-size) - 4px);
  line-height: normal;
  transition: all var(--duration-default) linear;
  border-radius: var(--buttons-radius);
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
tooltip.tooltip:before {
  left: 10px;
  border-top: 6px solid rgba(var(--color-secondary-button));
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateX(-50%);
  left: 50%;
  content: "";
  position: absolute;
  bottom: -5px;transition:all 0.3s linear;
}
.card__content .variant-option-color li a:hover tooltip.tooltip {
  opacity: 1;
  visibility: visible;
   transform: translateY(-4px) translateX(-50%);
  -webkit-transform: translateY(-4px) translateX(-50%);
}
.product-icons li:hover tooltip.tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%);
}

.product-icons.right-aligned tooltip.tooltip {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  padding: 5px 10px;
  left: unset;
  right: 100%;
  bottom: -50%;
  white-space: nowrap;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: -1;
  background: rgb(var(--color-secondary-button));
  color: rgb(var(--color-border));
  font-size: calc(var(--font-base-size) - 2px);
  font-weight:500;
  line-height: normal;
  transition: all var(--duration-default) linear;
  transform: none;
  border-radius: var(--buttons-radius);
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  text-transform:capitalize;
}
.product-icons.right-aligned tooltip.tooltip:before {
  left: unset;
  border-top: 6px solid rgb(var(--color-secondary-button));
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: rotate(270deg);
  right: -8px;
  content: "";
  position: absolute;
  bottom: 42%;
  opacity:0;
}
.product-icons.right-aligned li:hover tooltip.tooltip {
  opacity: 1;
  /* right: 100%; */
  visibility: visible;
  transform: translateX(-6px);
  -webkit-transform: translateX(-6px);
}
.product-icons.right-aligned li:hover tooltip.tooltip:before {
    opacity: 1;
}
.card__content ul[class*="variant-option"] span {
  transition: all linear 0.3s;
  /*     box-shadow: 0px 0px 1px 0px currentcolor,inset 0 0 0 4px var(--gradient-background); */
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
  line-height: normal;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.card__content .variant-option-size li:hover a span,
.card__content .variant-option-size li.size-values a.active span {
  color: rgba(var(--color-secondary-button-text));
  background:rgba(var(--color-secondary-button));
}
.card__content .variant-option-size li a {
  border: 1px solid transparent;
  position: relative;
}
.card__content [class*="variant-option"] {
  display: flex;
  justify-content:var(--text-alignment);
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  gap:5px;
}
.card__content ul[class*="variant-option-size"] a {
  margin: 0px;
  border-radius: 50%;
  cursor: pointer;
}
.card__content ul.variant-option-size li span {
  border-radius: var(--border-radius);
  background: transparent;
  box-shadow: none;
  padding: 0px 5px;
  font-size: calc(var(--font-base-size) - 2px);
  /* border:1px solid rgba(var(--color-border)); */
  min-width: 25px;
  min-height: 25px;
  background: rgba(var(--color-foreground), 0.15);
}
.card__content ul.variant-option-size li [type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.card__content ul.variant-option-size li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all var(--duration-default) linear;
  border-radius: var(--DTRadius);
  margin-top: 0;
}
/* .card__content ul[class*=variant-option-size] {
    margin-top: 10px;
} */
.list-view-filter .card__content ul[class*=variant-option-size]{margin:10px 0 0;}
.quick-add-modal__content-info .dT_bundleSelector {
  display: none;
}
.card__inner .product-icons button svg {
  position: relative;width:18px;height:18px;
}
.card__inner .product-icons a:hover,
.card__inner .product-icons button:hover {
    background: none;
    color: rgb(var(--color-button-text));
    color:rgb(var(--caption-color));
}



/*collection*/
.card__information .card__heading {
  transition: all var(--duration-default) linear;
  text-align:left;
}
.card__information .caption-with-letter-spacing {
    font-weight: 500; color: rgba(var(--color-foreground));text-align:left;
}
.card__information .card__heading a {
  transition: all var(--duration-default) linear;
}
.card__information .card__heading a:hover {
  /* color: rgb(var(--color-link-hover)); */
  color: rgb(var(--caption-color));
}


/*card- tag*/
.card__information .card-information.new--tag span.badge.badge--new {
  border: none;
  border-radius: 0;
  padding: 4px 12px 2px;
  /*     position: absolute;
    top: 13px;
    right: 15px; */
  transition: all 0.3s linear;
  margin-bottom: 10px;
  color: rgb(var(--color-button-text));
  background: rgba(var(--color-button),var(--alpha-button-background));
  border-radius: var(--badge-corner-radius);
}
.card-information.new--tag {
  margin-bottom: 0px;
}
.card__information .card-information.new--tag span.badge__text {
  /* color: var(--gradient-base-accent-2); */
  font-family: var(--font-additional-family);
  letter-spacing: 0.2rem;
}
.card__badge .badge {
  border-radius: 0;
  border: none;
  padding: 5px 10px;
  position: absolute;
  font-size: calc(var(--font-base-size) - 5px);
  font-family: var(--font-heading-family);
  font-weight: 700;
  transition: all 0.3s linear;
  border-radius: var(--badge-corner-radius);
  letter-spacing: 0px;
  text-transform: capitalize;
  color:rgb(var(--color-button-text));
}
/* .card__badge .badge.badge-sale {
  background:rgb(var(--sale_badge_color));
  color:rgb(var(--sale_badge_color_text));
  clip-path: polygon(100% 50%, 78.98% 57.76%, 93.3% 75%, 71.21% 71.21%, 75% 93.3%, 57.76% 78.98%, 50% 100%, 42.24% 78.98%, 25% 93.3%, 28.79% 71.21%, 6.7% 75%, 21.02% 57.76%, 0% 50%, 21.02% 42.24%, 6.7% 25%, 28.79% 28.79%, 25% 6.7%, 42.24% 21.02%, 50% 0%, 57.76% 21.02%, 75% 6.7%, 71.21% 28.79%, 93.3% 25%, 78.98% 42.24%);
  width: 65px;
  height: 65px;
} */
.card__content .card__badge .badge span{
  top: 10px;
  left: 0px;
  position: relative;
}

.card__badge .badge.badge-sold {
  background:rgb(var(--soldout_badge_color));
  color:rgb(var(--soldout_badge_color_text));
}
.card__badge.bottom-right .badge {
  bottom: 12px;
  right: 12px;
}
.card__badge.bottom-left .badge {
  bottom: 12px;
  left: 12px;
}
.card__badge.top-right .badge {
  top: 12px;
  right: 12px;
}
.card__badge.top-left .badge {
 top: 45px;
  left: 20px;
  width: 55px;
  height: 45px;
}

.badge.badge--bottom-left.badge-sold {
    width: 75px;
    height: 42px;
}

.cart-drawer .cart-items thead th {
  opacity: 1;
  font-weight: 700;
  font-size: calc(var(--font-base-size) - 2px);
}
.optional-sidebar ul.product-list-style .card__badge .badge {
  display: none;
}
li.color-values-plus a {
  font-size: calc(var(--font-base-size) - 4px);
  min-width: auto;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-icon);
}
#swiper-sidebar-carousel {
  overflow: hidden;
}
/* .card__content .variant-option-color li a{border: 1px solid transparent;cursor: pointer!important;}
.card__content .variant-option-color li a.active,
.card__content .variant-option-color li a:hover{border:1px solid rgba(var(--color-base-solid-button-labels));} */
/*sidebar*/

.widget.product-sidebar-type-collection .product-list-style .quick-add {
  position: absolute;
  left: 0;
}
.widget.product-sidebar-type-collection
  ul.product-list-style
  li:not(:last-child) {
  margin-bottom: 20px;
}
.widget.product-sidebar-type-collection
  .product-list-style
  .card--card
  .quick-add {
  margin: 1rem 0rem 1rem;
}
/* Deals Block */
.card .product-deal-count .deal-lable {
  display: none;
}
.card .product-deal-count .deal-clock {
  display: inline-block;
  text-align: center;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  transition: all 0.3s linear;
}
.card .product-deal-count .deal-clock ul {
  padding: 5px;
  list-style: none;
  text-align: center;
  width: 100%;
  margin: 0;
  display: grid;

   grid-template-columns: repeat(4, 1fr); 
  gap: 5px;
  margin-top: 0.5rem;
}
.card .product-deal-count .deal-clock ul li {
  padding: 0.6rem;
  margin: 0;
  display: inline-block;
  text-align: center;
  border: none;
  line-height: normal;
  background: rgba(var(--color-button));
  color: rgba(var(--color-button-text));
  font-weight:500;
  border-radius:var(--media-radius);
}
.card .product-deal-count .deal-clock ul li span {
  border: none;
  font-size: calc(var(--font-base-size) - 2px);
  display: block;
  min-width: auto;
  min-height: auto;
  color: rgba(var(--color-button-text), 0.8);
}
.card .product-deal-count .deal-clock ul li i {
  display: block;
}
.card-wrapper.underline-links-hover .card:hover .product-deal-count {
  opacity: 0;
}
.card-wrapper.underline-links-hover .card .product-deal-count{
  opacity:1;
  transition:all 0.3s linear
}
.card-wrapper.underline-links-hover .card:hover .product-deal-count .deal-clock{bottom:-50px}

/* .card-wrapper .card__inner {
  overflow: hidden;
} */
.card-wrapper .card__inner .quick-add.button-quick-add {
  position: absolute;
  bottom: 0%;
  left: 20px;
  right: 20px;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s linear;
  flex-direction: column;
  pointer-events:all;margin:0;
}
.card-wrapper .card:hover .card__inner .quick-add.button-quick-add {
  bottom: 20px;
  opacity: 1;
}


/* .collection-list .swiper-button-next,
.collection-list .swiper-button-prev {
  top: 56%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
} */
/* 
.collection-list .swiper-button-next span,
.collection-list .swiper-button-prev span,
.collection .swiper-button-next span,
.collection .swiper-button-prev span  {    display: flex;align-items: center;}

.collection-list .swiper-button-next span svg,
.collection-list .swiper-button-prev span svg,
.collection .swiper-button-next span svg,
.collection .swiper-button-prev span svg {
  width: 11px;
  height: 11px;
  fill: currentcolor;
}
.collection-list .swiper-button-next,
.collection-list .swiper-button-prev{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s linear;
  opacity:0;
}
.collection-list .swiper:hover  .swiper-button-next,
.collection-list .swiper:hover  .swiper-button-prev{opacity:1;}
.collection .swiper-button-next,
.collection .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgb(var(--color-base-accent-1));
   color: var(--gradient-base-background-1);
  transition: all 0.3s linear;

}
.collection .swiper-button-next:hover,
.collection .swiper-button-prev:hover{
      background: rgb(var(--color-base-outline-button-labels));
      color: var(--gradient-base-background-1);
} */
.card-wrapper .quick-add__submit.button {
  margin-top: 10px;
}

/* .grid--5-col-desktop .card-wrapper .quick-add__submit.button{padding:0 20px;} 
 @media screen and (max-width: 1540px) and (min-width:1200px) {
.card-wrapper .quick-add__submit.button{padding:0 20px;}
}  */

/*custom*/
.product__info-wrapper .dT_VProdWishList a:not(.adding).add-wishlist:before {
  content: "";
  -webkit-mask-image: url("wishlist-icons.svg");
  mask-image: url("wishlist-icons.svg");
  background: currentColor;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;right:0;
  margin: auto;
  -webkit-mask-repeat: no-repeat;  
  -webkit-mask-size: contain; 
}

.quick-add-modal__content-info .product__info-wrapper .dT_VProdWishList a:not(.adding).add-wishlist:before,
.quick-add-modal__content-info .product__info-wrapper .dT_VProdWishList a:not(.adding).added.add-wishlist:before,
.quick-add-modal__content-info .product__info-wrapper .dT_VProdCompareList a:not(.adding).added.add-compare:before,
.quick-add-modal__content-info .product__info-wrapper .dT_VProdCompareList a:not(.adding).add-compare:before{top:25px;}

.product__info-wrapper
  .dT_VProdWishList
  a:not(.adding).added.add-wishlist:before {
  content: "";
  -webkit-mask-image: url("wishlist-fill-icons.svg");
  mask-image: url("wishlist-fill-icons.svg");
  background: currentColor;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;right:0;
  margin: auto;
  -webkit-mask-repeat: no-repeat;
   
}
.product__info-wrapper a.add-wishlist.button--secondary {
  position: relative;
  cursor:pointer;
  /* color: rgb(var(--color-base-accent-1)); */
}

.product__info-wrapper .dT_VProdCompareList a:not(.adding).add-compare:before {
  content: "";
  -webkit-mask-image: url("compare-icons.svg");
  mask-image: url("compare-icons.svg");
  background: currentColor;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;right:0;
  margin: auto;
   -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
.product__info-wrapper
  .dT_VProdCompareList
  a:not(.adding).added.add-compare:before {
  content: "";
  -webkit-mask-image: url("compare-fill.svg");
  mask-image: url("compare-fill.svg");
  background: currentColor;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;right:0;
  margin: auto;
  -webkit-mask-repeat: no-repeat;   
}

.product__info-wrapper .dT_VProdWishList a.adding:before, .product__info-wrapper .dT_VProdCompareList a.adding:before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 20px;
    height: 20px;
    background-color: currentColor;
    -webkit-mask-image: url(loading-icon.gif);
    mask-image: url(loading-icon.gif);
    -webkit-mask-position: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
}
.quick-add-modal__content-info .product__info-wrapper .dT_VProdWishList a.adding:before, .product__info-wrapper .dT_VProdCompareList a.adding:before{top:25px;}
.main-product-template .quick-add-modal__content-info .product__info-wrapper .dT_VProdWishList a.adding:before,.main-product-template .product__info-wrapper .dT_VProdCompareList a.adding:before{top:0px;}

.product__info-wrapper a.add-compare.button--secondary {
  position: relative;
  /* color: rgb(var(--color-base-accent-1)); */
}


.custom-featured-collection .title-wrapper-with-link > .description {
  max-width: 341px;
  margin: 15px 0 0;
  text-align: center;
}
.custom-featured-collection .title-wrapper-with-link {
  margin-bottom: 40px;
}

.collection.custom-arrow-featured-collection .swiper-button-prev {
  display: none;
}
.collection.custom-arrow-featured-collection .swiper-button-next {
  top: -70px;
}
.collection.custom-arrow-featured-collection .swiper {
  /*   overflow: visible; */
}
.collection.custom-arrow-featured-collection .row {
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .collection.custom-arrow-featured-collection .swiper-button-next,
  .collection.custom-arrow-featured-collection .swiper-button-prev {
    top: unset;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .collection.custom-arrow-featured-collection .swiper-button-next {
    left: 40px;
  }
  .collection.custom-arrow-featured-collection .swiper-button-prev {
    display: flex;
    right: 40px;
  }
  .collection.custom-arrow-featured-collection .swiper {
    margin-bottom: 50px;
  }
  .optional-sidebar .card__information .card__heading a {
    font-size: Calc(var(--font-h5-size) - 4px);
}
  .optional-sidebar .card--card.card--media>.card__content{padding:15px 0;}
  .collection .product-grid:not(.list-view-filter) .card--card.card--media>.card__content{align-items: center;}
  
}

.rating {
  display: inline-block;
  margin: 0;
}

.product .rating-star {
  --letter-spacing: 0.2;
  --font-size: 1.5;
}
.card-wrapper .card-information.review{display: flex;justify-content: flex-start;}
.card-wrapper .rating-star {
  --letter-spacing: 0.1;
  --font-size: 1.4;
}

.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: flex;
  font-family: Times;
  margin: 0 0 2px;
}
p.rating-count.caption span {
  font-size: calc(var(--font-base-size) - 2px);
  display: none;
}
.rating-star::before {
  content: "★★★★★";
    background: linear-gradient(90deg,rgb(242 181 0 / 100%) var(--percent),rgb(242 181 0 / 15%)var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgb(242 181 0 / 40%);
  font-size:var(--font-base-size);
}

.rating-text {
  display: none;
}

.rating-count {
  display: inline-block;
  margin: 0;
}

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

  .rating-text {
    display: block;
  }
}
.product-card-placeholder .card:not(.ratio) {
    height: auto;
}
/*overlay - card style*/

/* .card_style-card_with_overlay .card-wrapper .card__inner .varient-buttons-wrapper {position: absolute;width: 100%;height: auto;z-index: 2;bottom:0;transition:all 0.3s linear;opacity:0;}
.card_style-card_with_overlay .card-wrapper .card:hover .card__inner .varient-buttons-wrapper{bottom:20px;opacity:1;}
.card_style-card_with_overlay .card-wrapper .card__inner .quick-add.button-quick-add{display:flex; flex-wrap:wrap;flex-direction:row;justify-content:center;grid-gap: 10px; text-align: center; margin: 0 auto;position: relative;opacity: 1; left: 0;right: 0;margin-top:10px;}
.card_style-card_with_overlay .card-wrapper .card:hover .card__inner .quick-add.button-quick-add { bottom: 0;}
.card_style-card_with_overlay .card-wrapper .card .quick-add .button { padding: 5px 15px; font-size: calc(var(--font-base-size) - 4px); border-radius: var(--border-radius); font-weight: 500; margin: 0; line-height: 20px;} */
.card_style-card_with_overlay .card__content ul.variant-option-size { justify-content: center; align-items: center;margin: auto; transition:all 0.3s linear; pointer-events: all;position:absolute;left:0;right:0;bottom:-20px;padding:15px 10px 10px;gap:5px;background:rgba(var(--color-base-accent-1), 0.3);opacity:0;transition:all 0.3s linear;}
.card_style-card_with_overlay .card:hover .card__content ul.variant-option-size {opacity:1;bottom:0;}
.card_style-card_with_overlay  .card__content ul.variant-option-size li span {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    font-size: calc(var(--font-base-size) - 2px);
    line-height: calc(var(--font-base-size) - 2px);
    min-width: max-content;
    min-height: max-content;
}
.card_style-card_with_overlay .card .card__inner .card__media:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(var(--color-base-background-1),.0);
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all .3s linear;
    left:0;
}

.card_style-card_with_overlay .card:hover .card__inner .card__media:before {  opacity: 1;}
.card_style-card_with_overlay .card__content .variant-option-size li.size-values a{    background: rgba(var(--color-button));color: rgba(var(--color-button-text));border-radius:var(--buttons-radius);padding:5px 10px;display:flex;align-items:center;}
.card_style-card_with_overlay .card__content .variant-option-size li.size-values a:hover,
.card_style-card_with_overlay .card__content .variant-option-size li.size-values a.active{ background: rgb(var(--color-secondary-button));
    color: rgb(var(--color-secondary-button-text));}  
/*buttons only - card style*/
.card_style-card_with_buttons .card-wrapper.underline-links-hover .card .card__inner .product-icons{opacity:1;  right: 20px; top: 20px;}
.card_style-card_with_buttons .card-wrapper.underline-links-hover .card:hover .card__inner .product-icons{right:20px;}
.card_style-card_with_buttons .card-wrapper .card__inner .quick-add.button-quick-add{ display:flex; flex-wrap:wrap;flex-direction:row;justify-content:center;grid-gap: 10px; text-align: center; margin: 0 auto;}
.card_style-card_with_buttons .card-wrapper .card .quick-add .button { padding: 5px 20px; font-size: calc(var(--font-base-size) - 2px); border-radius: var(--border-radius); font-weight: 500; margin: 0; line-height: 20px;}
.card_style-card_with_buttons  .card .card__inner .card__media:before { content: ""; width: 100%; height: 100%; background: rgba(var(--color-base-background-1),.8); position: absolute; z-index: 1; opacity: 0; transition: all .3s linear; left:0;}
.card_style-card_with_buttons .card:hover .card__inner .card__media:before {  opacity: 1;}
/* .collection .product-grid:not(.list-view-filter) .card--card.card--media>.card__content {display: flex;} */
.product-sidebar-type-collection .card--card.card--media>.card__content {align-self: center;}


.quick-add-modal__content-info .page-full-width.page-full-width_spacing{padding:0;}
.quick-add-modal__content-info .page-full-width.page-full-width_spacing .row{margin:0;}

#add-to-cart-icon .product-icons li >:not(product-form, tooltip) {display: none;}
#add-to-cart-icon .product-icons li{margin:0;}


@media screen and (min-width: 1541px){
 .facets-vertical.sidebar-left .product-grid-container .list-view-filter li.grid__item,
  .facets-vertical.sidebar-right .product-grid-container .list-view-filter li.grid__item{
    width: 100%;
    max-width: 100%;
  }
  .list-view-filter .card-wrapper .card
  .product-grid-container .list-view-filter li.grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
}
@media screen and (max-width: 1439px){
.card .product-deal-count .deal-clock{    width: calc(100% - 10px);}
.card .product-deal-count .deal-clock ul li{padding:0.4rem;}
}

@media screen and (max-width: 480px){
.card-wrapper.underline-links-hover .card .card__inner .product-icons {opacity: 1; right: 25px;  }
.card .product-deal-count .deal-clock ul li{font-size:calc(var(--font-base-size) - 4px); padding:0.4rem;}
.card .product-deal-count .deal-clock ul li span{font-size:calc(var(--font-base-size) - 6px);}  
.card_style-standard .card-wrapper .card:hover .card__inner .quick-add.button-quick-add,
.card_style-card_with_buttons .card-wrapper .card:hover .card__inner .quick-add.button-quick-add,
.card_style-button_width_icons .card-wrapper .card:hover .card__inner .quick-add.button-quick-add{ bottom: 10px;}

  
.card_style-standard .card-wrapper .card__inner .quick-add.button-quick-add,
.card_style-card_with_buttons .card-wrapper .card .card__inner .quick-add.button-quick-add,
.card_style-button_width_icons .card-wrapper .card .card__inner .quick-add.button-quick-add {bottom:-20px;} 
  
  
.product-icons.right-aligned tooltip.tooltip{display:none;}  
.card .product-deal-count .deal-clock ul{gap:2px;padding:0;}  
.product-icons li {margin:3px;}  
/* .card-wrapper .quick-add__submit.button{padding: 0;min-width: 8rem;font-size: calc(var(--font-base-size) - 4px);}  */ 
.card-wrapper .card:hover .card__inner .quick-add.button-quick-add{bottom:20px;}  
.card_style-card_with_buttons .card-wrapper .card__inner .quick-add.button-quick-add modal-opener,
.card_style-card_with_overlay .card-wrapper .card__inner .quick-add.button-quick-add modal-opener,
.card_style-standard .card-wrapper .card__inner .quick-add.button-quick-add modal-opener,
.card-wrapper .card__inner .quick-add.button-quick-add modal-opener{display: none;}
.card_style-card_with_overlay .card-wrapper .card:hover .card__inner .varient-buttons-wrapper{bottom:10px;}

.card .product-deal-count .deal-clock{    width: calc(100% - 10px);}  
.card__badge .badge{/* padding: 5px 5px 3px; */ font-size: calc(var(--font-base-size) - 4px);}  
.card_style-card_with_overlay .card__content ul.variant-option-size{padding:10px 10px 5px;} 
.card_style-card_with_overlay .card__content ul.variant-option-size{display:none;}  

.card__content .variant-option-color li:first-child  a tooltip.tooltip{left:0;transform:translateY(-8px) translateX(0%);-webkit-transform:translateY(-8px) translateX(0%);}
.card__content .variant-option-color li:first-child  a:hover tooltip.tooltip{transform:translateY(-4px) translateX(0%);-webkit-transform:translateY(-4px) translateX(0%);}
.card__content .variant-option-color li:first-child  a tooltip.tooltip:before  {left:7px;transform: translate(0%)}   

/* .collection .product-grid:not(.list-view-filter) .card--card.card--media>.card__content {display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 20px;text-align: center;} */

.card__content ul[class*="variant-option-color"] {width:100%;}
.card__content [class*=variant-option]{justify-content:flex-end;}
}

@media screen and (max-width: 389px){
.card_style-standard .card-wrapper .card:hover .card__inner .quick-add.button-quick-add,
.card_style-card_with_buttons .card-wrapper .card:hover .card__inner .quick-add.button-quick-add,
.card_style-button_width_icons .card-wrapper .card:hover .card__inner .quick-add.button-quick-add  { bottom: 20px;}

}
@media screen and (max-width: 1800px){
.list-view-filter .card-wrapper .card{    grid-template-columns: 2fr 4fr;}  
}

@media screen  and (min-width: 481px){
.collection-list  .collection-list.overlay + .swiper-navigation .swiper:hover .swiper-button-next, .collection-list .collection-list.overlay .swiper:hover .swiper-button-prev{top:0 !important;transform: none;}
.collection-list  .collection-list.overlay + .swiper-navigation .swiper-button-next, .collection-list .collection-list.overlay + .swiper-navigation .swiper-button-prev{top:0 !important; bottom:0; margin:auto;transform: none;}
}

/* .card__content.for-arrow-alignment .card__information{width:70%;}  */

.card-wrapper.product-card-wrapper .card.card--card.card--media .card__inner .card__media .media {background: #fff;border-radius: var(--blog-card-corner-radius);}
.product-collection .media, .product-collection .media img{background:#fff;}
.blog-articles .card__information .card__heading{text-align:left;margin-bottom:0;}
.blog-post .StickySidebar .card--card.card--media>.card__content{margin-top: 0;padding-left:0;}
.btn-add-to-cart {
    background: rgb(var(--color-border));
    padding: 0rem;
    border-radius: 10px;
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    color: rgb(var(--color-secondary-button-text));
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-with-swatch {
    display: flex;
    justify-content: space-between;
}
.card-wrapper product-form{width:100%; max-width:100%;}

@media screen and (max-width:991px){
  .custom_product_section .card:not(.ratio){
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width:576px){
  .custom_product_section .card:not(.ratio){
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .custom_product_section .card__content [class*=variant-option] {justify-content: flex-start;}
  .custom_product_section .card__inner .product-icons a, .card__inner .product-icons button{color:rgb(var(--color-border));}
}

.wishlist__grid .card__information .card__heading,.wishlist__grid .price{text-align:center;}
.wishlist__grid .card__badge .badge{padding:10px 5px;}

@media screen and (min-width:481px) and (max-width:567px){
.card-wrapper .quick-add__submit.button{justify-content: flex-start;/* padding: 5px; */}
}

@media screen and (max-width:480px){
  .wishlist__grid .card__content [class*=variant-option] {justify-content: center;}
}
.product-collection .align-1-column .grid__item .card-wrapper .quick-add__submit.button{width: 25rem;justify-content: flex-start;}
.slideshow__text .product-icons{display:none;}

@media screen and (max-width:991px){
.slideshow__text .card--card.card--media>.card__content {margin-top: 0;padding: 0;width: 50%;}
.slideshow__text .card__inner{width:50%;}
}

.wishlist__grid .card-wrapper.underline-links-hover .card:hover .card__inner .product-icons{opacity:1;}
