/** Shopify CDN: Minification failed

Line 65:0 Unexpected "{"
Line 65:1 Expected identifier but found "%"
Line 66:2 Unexpected "{"
Line 66:3 Unexpected "{"
Line 66:5 Expected identifier but found "'sticky-cta.css'"
Line 67:2 Unexpected "{"
Line 67:3 Expected identifier but found "%"
Line 68:0 Unexpected "{"
Line 68:1 Expected identifier but found "%"

**/
.cb-sticky-cta{
  position:fixed;
  left:0;
  right:0;
  bottom:16px;
  z-index:999;
  display:none;
  justify-content:center;
  pointer-events:none;
}

.cb-sticky-cta__button{
  pointer-events:auto;

  background:#7b5a46;
  color:#fff;
  text-decoration:none;

  height:58px;
  min-width:280px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:999px;

  padding:0 32px;

  font-size:14px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;

  box-shadow:0 12px 40px rgba(0,0,0,.15);
}

@media screen and (max-width:749px){

  .cb-sticky-cta{
    display:flex;
    padding:0 16px;
  }

  .cb-sticky-cta__button{
    width:100%;
    max-width:420px;
  }

}

{% if template == 'index' %}
  {{ 'sticky-cta.css' | asset_url | stylesheet_tag }}
  {% render 'sticky-cta' %}
{% endif %}