/** Shopify CDN: Minification failed

Line 8:10 Expected identifier but found whitespace
Line 8:11 Unexpected "16px"
Line 157:0 Unexpected "}"

**/
font-size: 16px !important;
    font-weight: 800 !important;

    box-shadow: none !important;
  }


  /* =========================
     BUY NOW
     ========================= */

  .shopify-payment-button__button,
  .shopify-payment-button__button--unbranded {

    min-height: 54px !important;

    border-radius: 14px !important;

    font-size: 16px !important;
    font-weight: 800 !important;

    box-shadow:
      0 5px 14px rgba(0,0,0,.10) !important;
  }


  /* =========================
     PRODUCT DESCRIPTION
     ========================= */

  .product__description,
  .accordion,
  details {
    border-radius: 14px !important;
  }

  .accordion {
    border-color: var(--jf-border) !important;
  }


  /* =========================
     CATEGORY CARDS
     ========================= */

  .collection-list .card,
  .multicolumn-card {
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: var(--jf-shadow) !important;
  }

  .collection-list .card__media img {
    object-fit: cover !important;
    padding: 0 !important;
  }


  /* =========================
     SLIDESHOW
     ========================= */

  slideshow-component {
    background: transparent !important;
  }

  slideshow-component .slideshow {
    border-radius: 17px !important;
    overflow: hidden !important;
  }

  slideshow-component .slideshow__controls {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    margin-top: 4px !important;
  }

  slideshow-component .slider-button {
    display: none !important;
  }


  /* =========================
     FORMS / INPUTS
     ========================= */

  input,
  select,
  textarea {
    border-radius: 12px !important;
  }

  .field:before,
  .field:after {
    border-radius: 12px !important;
  }


  /* =========================
     DRAWERS / MODALS
     ========================= */

  .drawer__inner,
  .modal__content,
  .mobile-facets__inner {
    border-radius: 22px 22px 0 0 !important;
  }


  /* =========================
     LIVE CHAT
     ========================= */

  #tidio-chat,
  .tidio-chat,
  [class*="live-chat"],
  [class*="livechat"] {
    z-index: 25 !important;
  }

  iframe[title*="chat" i] {
    max-width: 180px !important;
  }


  /* =========================
     GENERAL BUTTONS
     ========================= */

  .button,
  button {
    border-radius: 12px;
  }


  /* =========================
     SMOOTH LOOK
     ========================= */

  .card,
  .button,
  label,
  .product__media,
  .collection-list .card {
    -webkit-tap-highlight-color: transparent !important;
  }

}