/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 88:17 Unexpected "{"
Line 88:26 Expected ":"
Line 88:33 Unexpected "{"
Line 95:0 Unexpected "<"

**/
<style>
  .variant-radio-buttons {
    text-align: center;
    margin-top: 10px;
  }
  .variant-radio-buttons label {
    background-color: #ffffff !important;
    border: 1px solid #cccccc;
    font-weight: bold;
    padding: 3px 10px;
    margin: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;

  }

  /* Style for active (checked) radio buttons and labels */
  .variant-radio-buttons label.active {
    background-color: #F9F1E1 !important;
    border: 1px solid #E8C380;
    padding: 3px 10px;
    font-weight: bold;
    margin: 2px;
    font-size: 13px;
  }
  .product-form input[type="radio"] {
    display: none;
  }
  .selector-wrapper.js.product-form__item {
    text-align: center !important;
}
  div#snize-button\ snize-action-button\ snize-add-to-cart-button {
    width: 100%;
    margin-top: 10px;
}
  .product__ready {
    margin-top: 5px;
  }
.snize-add-to-cart-button {
    height: 46px !important;
  }
.qtydiv .btnqty {
    padding: 2px 8px !important;
  }
.flexbox.flexwrap .flexbox-grid .product-title {
    margin-bottom: 0px;
    display: flex;
    flex: 0 auto;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    align-content: center;
}

.discount__off--top-left,
#pastItemsPurchased .discount__off--top-left {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
    background: #d2354f;
    padding: 0 4px 0 8px;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    white-space: nowrap;
}
.discount__off--top-left .discount__off-arrow,
#pastItemsPurchased .discount__off--top-left .discount__off-arrow {
    position: absolute;
    top: 0;
    right: -8px;
    border-left: 9px solid #d2354f;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.jumbo__version-{{ product.id }} {top: 12px !important}


.collection-main .product-variants {
    margin-bottom: 10px;
}

</style>
