/** Shopify CDN: Minification failed

Line 25:84 Unexpected "{"

**/
.product-card-wrapper .card-information {
  text-align: center; }
  .product-card-wrapper .card-information .card-information__wrapper {
    margin-top: 0 !important; }
    .product-card-wrapper .card-information .card-information__wrapper .product-card-content-tabs {
      display: block; }
      .product-card-wrapper .card-information .card-information__wrapper .product-card-content-tabs .tag {
        font-size: var(--font-size-extra-small);
        font-family: var(--font-family-primary-Medium);
        color: var(--color-third); }
    .product-card-wrapper .card-information .card-information__wrapper .product-card-title {
      text-transform: capitalize;
      font-size: var(--font-size-small-big);
      font-family: var(--font-family-primary-Bold2); }
    .product-card-wrapper .card-information .card-information__wrapper .price {
      justify-content: center;
      font-family: var(--font-family-primary-Light);
      font-size: var(--font-size-small-big);
      color: var(--color-primary); }
      .product-card-wrapper .card-information .card-information__wrapper .price * > {
        text-align: center;
        font-size: var(--font-size-small-big); }
      .product-card-wrapper .card-information .card-information__wrapper .price .price__sale,
      .product-card-wrapper .card-information .card-information__wrapper .price .price__regular {
        justify-content: center; }
      .product-card-wrapper .card-information .card-information__wrapper .price .price-item.price-item--sale {
        color: var(--color-price-sale); }
      .product-card-wrapper .card-information .card-information__wrapper .price.price--on-sale {
        margin-top: 0; }
        .product-card-wrapper .card-information .card-information__wrapper .price.price--on-sale .price-item--regular {
          color: var(--color-primary);
          font-family: var(--font-family-primary-Light);
          font-size: var(--font-size-small-big); }
.product-card-wrapper .product-card-image {
  margin-bottom: 15px; }
  .product-card-wrapper .product-card-image video {
    opacity: 0;
    visibility: hidden; }
  .product-card-wrapper .product-card-image .card__badge {
    display: none; }
.product-card-wrapper.has-video:hover .product-card-image img {
  display: none; }
.product-card-wrapper.has-video:hover .product-card-image video {
  opacity: 1;
  visibility: visible; }
.product-card-wrapper .full-unstyled-link::after {
  display: none;
  pointer-events: none; }
.product-card-wrapper .content-quick-add {
  position: absolute;
  bottom: 5px;
  width: 100%;
  opacity: 0; }
  .product-card-wrapper .content-quick-add .reset {
    display: block;
    text-align: right;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .product-card-wrapper .content-quick-add .product-form__submit {
    display: none; }
  .product-card-wrapper .content-quick-add .section-product-detail {
    padding: 1px 12px 10px 12px;
    position: relative; }
    .product-card-wrapper .content-quick-add .section-product-detail .content-product-info {
      display: block;
      margin-top: 15px;
      position: relative;
      z-index: 5; }
      .product-card-wrapper .content-quick-add .section-product-detail .content-product-info .product-info-detail {
        position: relative; }
        .product-card-wrapper .content-quick-add .section-product-detail .content-product-info .product-info-detail .product__info-container {
          width: 60%;
          position: relative;
          margin-left: 30%; }
          .product-card-wrapper .content-quick-add .section-product-detail .content-product-info .product-info-detail .product__info-container .variant-content .fieldset-option-enabled {
            margin: 0; }
            .product-card-wrapper .content-quick-add .section-product-detail .content-product-info .product-info-detail .product__info-container .variant-content .fieldset-option-enabled .form__label {
              display: none; }
            .product-card-wrapper .content-quick-add .section-product-detail .content-product-info .product-info-detail .product__info-container .variant-content .fieldset-option-enabled .option-variant {
              min-width: 25px;
              min-height: 25px;
              font-size: var(--font-size-extra-min);
              font-family: var(--font-family-primary-Bold);
              padding: 5px;
              border-color: transparent;
              margin: 0;
              margin-bottom: 3px;
              text-align: left; }
            .product-card-wrapper .content-quick-add .section-product-detail .content-product-info .product-info-detail .product__info-container .variant-content .fieldset-option-enabled input[type=radio]:checked + label {
              border-color: var(--color-sixth);
              font-size: var(--font-size-extra-min); }
        .product-card-wrapper .content-quick-add .section-product-detail .content-product-info .product-info-detail .product .product__info-wrapper .product-form {
          margin-top: 0; }
          .product-card-wrapper .content-quick-add .section-product-detail .content-product-info .product-info-detail .product .product__info-wrapper .product-form .product-form__submit {
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            font-size: var(--font-size-extra-small);
            font-family: var(--font-family-primary-Medium);
            min-height: auto;
            padding: 0;
            margin: 0 auto; }
        .product-card-wrapper .content-quick-add .section-product-detail .content-product-info .product-info-detail::after {
          content: 'Quick Add';
          position: absolute;
          width: 30%;
          text-align: left;
          font-size: var(--font-size-extra-small);
          font-family: var(--font-family-primary-Bold);
          left: 0;
          top: calc(50% - 0px);
          transform: translateY(-50%); }
    .product-card-wrapper .content-quick-add .section-product-detail::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: var(--color-secondary);
      opacity: .5;
      pointer-events: none;
      z-index: 1; }
.product-card-wrapper:hover .content-quick-add {
  opacity: 1; }
@media screen and (max-width: 1024px) {
  .product-card-wrapper:hover .content-quick-add {
    opacity: 0; }
  .product-card-wrapper .card-information {
    text-align: center; }
    .product-card-wrapper .card-information .card-information__wrapper {
      margin-top: 0 !important; }
      .product-card-wrapper .card-information .card-information__wrapper .price.price--sold-out .price__sale, .product-card-wrapper .card-information .card-information__wrapper .price.price--on-sale .price__sale {
        display: flex; } }
