/** Shopify CDN: Minification failed

Line 128:4 Expected ":"

**/
#product-footer-buttons {
  display: none !important;
}
@media (max-width: 767px) {
  #product-footer-buttons.unavailable .button-available{display:none !important;}
  #product-footer-buttons .button-unavailable{display:none;}
  #product-footer-buttons.unavailable .button-unavailable{display:block !important;}
  
  #product-footer-sticky .unavailable .button-available{display:none !important;}
  #product-footer-sticky .button-unavailable{display:none;}
  #product-footer-sticky .unavailable .button-unavailable{display:block !important;background-color: #e3e3e3;}
  #product-footer-sticky .unavailable .button-unavailable:hover{background-color: #e3e3e3 !important;}
  
  #product-footer-buttons {
    width: 100%;
    height: 60px;
    display: flex !important;
    position: fixed;
    bottom: 0;
    margin-bottom: -1px;
    margin-top: -1px;
  }
  #product-footer-buttons > div {
    width: 100%;
  }
  .product-button-split {
    width: 1px;
    min-width: 1px;
    max-width: 1px;
    height: 60px;
    background-color: #666;
  }
  .button-footer-product {
    display: block;
    text-align: center;
    width: 100%;
    height: 60px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
  }
  .button-footer-product:hover {
    background-color: #333 !important;
  }
  body .uwy.userway_p3 .uai {
    top: auto!important;
    right: auto!important;
    bottom: 74px!important;
    left: 124px !important;
    right: auto !important;
  }
  .embeddedServiceHelpButton .helpButton {
    bottom: 74px!important;
    left: 22px !important;
    right: auto !important;
  }
  #attentive_overlay > iframe {
    bottom: 70px !important;
  }
  .embeddedServiceHelpButton .embeddedServiceIcon {
    display: block !important;
  }
}

#product-footer-sticky {
  display: none;
}

@media (max-width: 767px) {
  /* body.stickyV2 #product-footer-sticky.sticky-show {
    display: flex !important;
  }
  body.stickyV2 #product-footer-buttons,
  body.stickyV2 #product-footer-buttons.sticky-show {
    display: none !important;
  } */
  #product-footer-sticky.unavailable .button-available{display:none !important;}
  #product-footer-sticky .button-unavailable{display:none;}
  #product-footer-sticky.unavailable .button-unavailable{display:block !important;}
  #product-footer-sticky {
    width: 100%;
    height: auto;
    padding: 20px;
    position: fixed;
    bottom: 0;
    background: #fafafa;
    border-top: 1px solid #e3e3e3;
    z-index: 1000;
  }
  #product-footer-sticky .title {
    font-size: 16px;
    line-height: 20px;
    font-family: Playfair Display, sans-serif;
  }
  #product-footer-sticky.sticky-show {
    display: flex;
  }
  #product-footer-sticky > div {
    width: 100%;
  }
  .button-footer-sticky {
    display: block;
    text-align: center;
    width: 100%;
    height: 32px;
    background-color:#000000;
    padding: 14px, 8px, 14px, 8px;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif ;
    font-size: 12px;
    line-height: 12px;
  }
  .button-footer-sticky:hover {
    background-color: #1e1e1e !important;
  }
  body .uwy.userway_p3 .uai {
    top: auto!important;
    right: auto!important;
    bottom: 74px!important;
    left: 124px !important;
    right: auto !important;
  }
  footer {
    padding-bottom: 70px;
  }
} 