/** Shopify CDN: Minification failed

Line 21:24 Unexpected "{"
Line 21:33 Expected ":"
Line 21:40 Unexpected "{"
Line 22:15 Expected identifier but found whitespace
Line 22:17 Unexpected "{"
Line 22:26 Expected ":"
Line 26:26 Unexpected "{"
Line 26:35 Expected ":"
Line 35:26 Unexpected "{"
Line 35:35 Expected ":"
... and 242 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-artify-product (INDEX:26) */
#custom-artify-product-{{ section.id }} {
    background: {{ section.settings.section_bg }};
    overflow: visible;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__inner {
    display: grid;
    grid-template-columns: 61.5% 38.5%;
    min-height: 560px;
    height: auto;
    max-height: none;
    align-items: start;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__media {
    min-width: 0;
    overflow: hidden;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__slider {
    position: relative;
    height: 560px;
    min-height: 560px;
    max-height: 560px;
    overflow: hidden;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__viewport {
    height: 100%;
    overflow: hidden;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__track {
    display: flex;
    height: 100%;
    gap: 0;
    transition: transform 0.45s ease;
    will-change: transform;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__slide {
    position: relative;
    flex: 0 0 50%;
    width: 50%;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    background: {{ section.settings.section_bg }};
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__slide--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9e9e9;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__slide--placeholder svg {
    width: 120px;
    height: 120px;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__media-fill {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__main-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.12);
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    box-shadow: none;
    transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__arrow:hover {
    background: #111;
    transform: translateY(-50%) scale(1.03);
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__arrow:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.12);
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__arrow--prev {
    left: 18px;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__arrow--next {
    right: 18px;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__arrow span {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 18px;
    height: 18px;
    position: relative;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__arrow span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 1.6px solid #fff;
    border-right: 1.6px solid #fff;
    transform-origin: center;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__arrow--next span::before {
    transform: translate(-60%, -50%) rotate(45deg);
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__arrow--prev span::before {
    transform: translate(-40%, -50%) rotate(-135deg);
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__info {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: {{ section.settings.section_bg }};
    min-width: 0;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.62);
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__breadcrumbs a,
  #custom-artify-product-{{ section.id }} .custom-artify-product__breadcrumbs span {
    color: rgba(0, 0, 0, 0.62);
    text-decoration: none;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__breadcrumbs a:hover {
    color: #111;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__breadcrumbs [aria-current="page"] {
    color: rgba(0, 0, 0, 0.7);
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__title {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.08;
    font-weight: 500;
    color: #111;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__price {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1;
    color: #111;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__price-compare {
    color: rgba(0, 0, 0, 0.42);
    text-decoration: line-through;
    font-size: 14px;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__price-current {
    color: #111;
    font-size: 16px;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__divider {
    border-top: 1px solid #111;
    margin-bottom: 14px;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__options {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__option-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__option-label-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__option-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #111;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__option-values {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__option-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__option-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid #111;
    background: transparent;
    color: #111;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__option-input:checked + .custom-artify-product__option-value {
    background: #111;
    color: #fff;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__option-value--color {
    min-width: 58px;
    min-height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__color-swatch {
    display: block;
    width: 58px;
    height: 38px;
    background: var(--swatch-color);
    border: 1px solid rgba(0, 0, 0, 0.18);
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__option-input:checked + .custom-artify-product__option-value--color {
    background: transparent;
    color: inherit;
    padding: 0;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__option-input:checked + .custom-artify-product__option-value--color .custom-artify-product__color-swatch {
    outline: 2px solid #111;
    outline-offset: 3px;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__purchase-row {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__qty-wrap {
    display: grid;
    grid-template-columns: 32px 1fr 32px;
    align-items: center;
    min-height: 40px;
    border: 1px solid #111;
    background: transparent;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__qty-btn {
    height: 100%;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__qty-input {
    width: 100%;
    height: 100%;
    border: 0;
    text-align: center;
    background: transparent;
    color: #111;
    font-size: 12px;
    outline: none;
    box-shadow: none;
    -moz-appearance: textfield;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__qty-input::-webkit-outer-spin-button,
  #custom-artify-product-{{ section.id }} .custom-artify-product__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__add-to-cart,
  #custom-artify-product-{{ section.id }} .shopify-payment-button__button {
    min-height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    text-transform: uppercase;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__add-to-cart {
    position: relative;
    border: 1px solid #111;
    background: #111;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__add-to-cart[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__buy-now {
    width: 100%;
    margin-top: -4px;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__accordion {
    margin-top: 12px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 0;
    border: 0;
    background: transparent;
    color: #111;
    cursor: pointer;
    text-align: left;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-text-wrap {
    position: relative;
    display: inline-block;
    height: 12px;
    overflow: hidden;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-text {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.02em;
    transition: transform 0.28s ease;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-text--top {
    transform: translateY(0);
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-text--bottom {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-toggle.is-open .custom-artify-product__accordion-text--top {
    transform: translateY(-100%);
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-toggle.is-open .custom-artify-product__accordion-text--bottom {
    transform: translateY(0);
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-content {
    padding: 0 0 18px;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-rte {
    font-size: 14px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.78);
    max-width: 100%;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-rte p {
    margin: 0 0 10px;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-rte p:last-child {
    margin-bottom: 0;
  }

  #custom-artify-product-{{ section.id }} .shopify-payment-button {
    width: 100%;
  }

  #custom-artify-product-{{ section.id }} .shopify-payment-button__button--unbranded {
    background: #fff !important;
    color: #111 !important;
    border: 1px solid #111 !important;
  }

  #custom-artify-product-{{ section.id }} .custom-artify-product__btn-accessible-text,
  #custom-artify-product-{{ section.id }} .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  @media screen and (min-width: 990px) {
    #custom-artify-product-{{ section.id }} .custom-artify-product__btn-text-wrap {
      position: relative;
      display: block;
      width: 100%;
      height: 14px;
      overflow: hidden;
      pointer-events: none;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__btn-text {
      display: block;
      width: 100%;
      text-align: center;
      transition: transform 0.28s ease;
      line-height: 14px;
      font-size: 11px;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__btn-text--top {
      transform: translateY(0);
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__btn-text--bottom {
      position: absolute;
      top: 0;
      left: 0;
      transform: translateY(14px);
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__add-to-cart:hover .custom-artify-product__btn-text--top {
      transform: translateY(-14px);
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__add-to-cart:hover .custom-artify-product__btn-text--bottom {
      transform: translateY(0);
    }

    #custom-artify-product-{{ section.id }} .shopify-payment-button__button {
      position: relative;
      overflow: hidden;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__buy-now .custom-artify-product__btn-text-wrap {
      height: 1.15em;
      line-height: 1;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__buy-now .custom-artify-product__btn-text {
      font-size: 11px;
      line-height: 1.15em;
      white-space: nowrap;
      -webkit-font-smoothing: antialiased;
      backface-visibility: hidden;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__buy-now .custom-artify-product__btn-text--bottom {
      transform: translateY(1.2em);
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__buy-now .shopify-payment-button__button:hover .custom-artify-product__btn-text--top {
      transform: translateY(-1.2em);
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__buy-now .shopify-payment-button__button:hover .custom-artify-product__btn-text--bottom {
      transform: translateY(0);
    }
  }

  @media screen and (max-width: 989px) {
    #custom-artify-product-{{ section.id }} .custom-artify-product__inner {
      grid-template-columns: 1fr;
      min-height: auto;
      max-height: none;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__slider {
      height: 420px;
      min-height: 420px;
      max-height: 420px;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__slide {
      flex: 0 0 100%;
      width: 100%;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__track {
      height: 100%;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__arrow {
      width: 52px;
      height: 52px;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__arrow--prev {
      left: 12px;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__arrow--next {
      right: 12px;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__info {
      padding: 16px 14px 18px;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__breadcrumbs {
      margin-bottom: 12px;
      font-size: 10px;
      gap: 6px;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__title {
      font-size: 18px;
      margin-bottom: 6px;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__price {
      font-size: 16px;
      margin-bottom: 12px;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__price-current {
      font-size: 16px;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__price-compare {
      font-size: 13px;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__purchase-row {
      grid-template-columns: 96px minmax(0, 1fr);
      gap: 10px;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__qty-wrap {
      grid-template-columns: 30px 1fr 30px;
      min-height: 40px;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__add-to-cart,
    #custom-artify-product-{{ section.id }} .shopify-payment-button__button {
      min-height: 40px;
      font-size: 11px;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__btn-text-wrap {
      position: static;
      display: block;
      width: 100%;
      height: auto;
      overflow: visible;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__btn-text {
      display: block;
      position: static;
      transform: none !important;
      line-height: 1.1;
      font-size: 11px;
      text-align: center;
      white-space: nowrap;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__btn-text--bottom {
      display: none;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__accordion {
      margin-top: 10px;
      border-top: none;
      border-bottom: none;
      position: relative;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__accordion::before {
      content: "";
      position: absolute;
      top: 0;
      left: -14px;
      right: -14px;
      height: 1px;
      background: #111;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-toggle {
      width: 100%;
      padding: 12px 14px;
      display: flex;
      align-items: center;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-text-wrap {
      position: static;
      display: block;
      height: auto;
      overflow: visible;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-text {
      display: block;
      position: static;
      transform: none !important;
      line-height: normal;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-text--bottom {
      display: none;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-toggle.is-open .custom-artify-product__accordion-text--top {
      display: none;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-toggle.is-open .custom-artify-product__accordion-text--bottom {
      display: block;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-toggle.is-collapsed .custom-artify-product__accordion-text--top {
      display: block;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-toggle.is-collapsed .custom-artify-product__accordion-text--bottom {
      display: none;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-content {
      padding: 0 0 14px;
    }

    #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-rte {
      font-size: 13px;
      line-height: 1.45;
    }
  }
  /* FIX DESCRIPTION BULLET LIST ALIGNMENT */
#custom-artify-product-{{ section.id }} .custom-artify-product__accordion-rte {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

#custom-artify-product-{{ section.id }} .custom-artify-product__accordion-rte ul,
#custom-artify-product-{{ section.id }} .custom-artify-product__accordion-rte ol {
  margin: 10px 0 14px 0;
  padding-left: 22px;
  list-style-position: outside;
  box-sizing: border-box;
}

#custom-artify-product-{{ section.id }} .custom-artify-product__accordion-rte li {
  margin: 0 0 4px 0;
  padding-left: 0;
  line-height: 1.45;
}
@media screen and (max-width: 989px) {
  #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-rte ul,
  #custom-artify-product-{{ section.id }} .custom-artify-product__accordion-rte ol {
    padding-left: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
/* END_SECTION:custom-artify-product */