/** Shopify CDN: Minification failed

Line 139:0 Unexpected "<"

**/
body.product .caption-content .action_button {
    border: unset;
    color: #fff;
    background: #3E27C7;
}


body.page-silky-home .action_button {
    font-family: Fjalla One, sans-serif;
    background: #008862;
    color: #fff;
    min-height: 54px;
    padding: 14px 30px;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #008862;
}

body.product-silky .custom_button {
    color: #fff;
}
a.action_button {
    border: unset;
}
body.product-silky .add_to_cart.action_button {
    color: #fff;
    background: #008862;
}
body.product-silky .icon-lock:before{
    color: #fff;
}
body.product .icon-lock:before{
    color: #fff;
}
a.custom-button,
button.submit-button{
    transition:all 0.3s;
}

.template-silky-view a.custom-button:hover,
.template-silky-view button.submit-button:hover,
.template-silky-view a.action_button:hover,
.template-silky-view .cart_container .add_to_cart.action_button:hover,
body.product-silky .add_to_cart.action_button:hover {
    background: #44A585;
    border-color: #44A585 !important;
}
.template-silky-view body.product-silky 
.add_to_cart.action_button,
.template-silky-view .cart_container .add_to_cart.action_button {
    background: #008862;
    border-color: #008862!important;
    color:#fff;
}

.template-silky-view body.product-silky 
.add_to_cart.action_button,
.template-silky-view .cart_container .add_to_cart.action_button {
    background: #008862;
    border-color: #008862!important;
    color:#fff;
}

.template-silky-view .cart_container .add_to_cart.action_button {
    background: #008862;
    border-color: #008862!important;
    color:#fff;
}


.template-silky-view .cart_container .add_to_cart.action_button,
.template-silky-view .cart_container .add_to_cart.action_button {
    font-family: Fjalla One, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    min-height: 54px;
}

.template-silky-view .add_to_cart.action_button:hover, 
.template-silky-view .cart_container .add_to_cart.action_button:hover,
body.product-silky .cart_container .add_to_cart.action_button:hover{
    background: #44A585;
    border-color:#44A585 !important;
}

body.product-silky a.btn.hs-btn-primary.btn-how-does-it-work span {
    font-family: Fjalla One,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    min-height: 54px;
    max-height: 54px;
    background: #008862;
    border-color: #008862;
    text-transform: none;
}

body.product-silky a.btn.hs-btn-primary.btn-how-does-it-work span:hover {
    background: #44A585;
    border-color: #44A585;
}

/* body.product a.custom-button:hover,
body.product button.submit-button:hover,
body.page-silky-home .cart_container .add_to_cart.action_button:hover,
body.product .add_to_cart.action_button:hover {
    background: #490baa;
}
body.product a.custom-button,
body.product button.submit-button,
body.page-silky-home .cart_container .add_to_cart.action_button,
body.product .add_to_cart.action_button {
    background: #3E27C7;
} */
.page-silky-home .banner .caption .headline, 
.page-silky-home .banner .caption .subtitle {
    color: #000;
}
ul .was_price {
    color: #C6A26A;
}
body:not(.page-silky-home):not(.product-silky) ul .was_price  {
    color: #FF69B4;
}

@media (max-width:767px){
.collection-silky div.collection-template-section {
    padding-top: 45px;
}
}

<script>
document.querySelector('.btn-how-does-it-work').addEventListener('click', function() {
  document.querySelector('button.ajax-submit.action_button.add_to_cart').click();
});
</script>