@font-face {
    font-family: 'Palanquin';
    src: url('fonts/palanquin-bold-webfont.woff2') format('woff2'),
    url('fonts/palanquin-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.washburn-body-font {
    font-family: 'Montserrat', sans-serif!important;
}

h2 {
    .washburn-body-font {
        font-size: 30px;
    }
}

.btn {
    font-family: 'Palanquin', sans-serif!important;
    box-shadow: 2.509px 6.535px 5.82px 0.18px rgba(0, 0, 0, 0.17);
}

.washburn-icon-list {
    align-items: center;
    display: flex;
}

.entry-content .washburn-icon-list li,
.washburn-icon-list li {
    list-style: none;
    margin: 0 15px 15px;
}

.text-center .washburn-icon-list {
    justify-content: center;
}

.product-details__buy-now-wrapper {
    margin: 30px 0 20px;
}

.product-details__buy-now {
    font-size: 25px;
    padding: 9px 50px;
}

.product-details__meta {
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    padding: 15px 0 0;
    margin: 26px 0 0;
}

.product-details-v2__column--details {
    margin: 40px 0 0;
}

.washburn-footer-sale {
    margin: 100px 0 0;
}

.text-over-image--washburn-narrow .text-over-image__container {
    max-width: 1000px;
}

.washburn-hero h1 {
    font-size: 80px;
    line-height: 1;
}

#block-87e8dded68c85079aeeea8fb1e13b088 .text-over-image__image-wrapper {
    background-color: #f2f0e7;
    background-size: contain;
}

.washburn-bundle-icons {
    background: #f2f0e7;
    padding: 30px 0;
}

.washburn-bundle-icons hr {
    margin: 0 0 30px;
    border-color: #000;
}

@media screen and ( max-width: 1000px ){
    .text-over-image--washburn-narrow .text-over-image__image-wrapper {
        min-height: auto!important;
        background-image: none!important;
    }

    .text-over-image--washburn-narrow .text-over-image__image--desktop {
         display: none;
    }

    .text-over-image--washburn-narrow .text-over-image__image--mobile {
        display: block;
        opacity: 1;
    }

    .text-over-image--washburn-narrow .text-over-image__content-wrapper {
        padding: 30px 24px;
        position: relative;
        z-index: 1;
    }

    .text-over-image--washburn-narrow .text-over-image__container {
        display: block;
    }
}

@media screen and ( max-width: 767px ){
    .product-details-v2__variation-description {
        text-align: center;
    }

    .product-details-v2__variation-description .washburn-icon-list {
        justify-content: center;
    }

    .a11-callout__content-inner.a11-callout__content-inner--has-extra-padding {
        padding-top: 0;
        padding-bottom: 0;
    }

    .washburn-footer-sale {
        margin: 30px 0 0;
    }

    .washburn-hero h1 {
        font-size: 40px;
    }
}
