/** Shopify CDN: Minification failed

Line 45:7 Unexpected "and"

**/
.product-title {
    padding: 10px 15px;
    font-size: small;
}
.product__tax caption{
    display:none;
}
.text-align{
    text-align:center!important;
}
.collection-tile{
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 500;
}
.dps__heading {
    font-size: clamp(20px, 2.5vw, 52px);
    font-weight: 900;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    flex: 1 1 auto;
}

.btn-tertiary{
    font-weight: 700;
    letter-spacing: 1px;
    color: white;
    border: 2px solid #067e82;
    background: #067e82;
}

.btn-tertiary:hover{
    text-decoration:underline;
    letter-spacing: 1.2px;
}

@media and screen (max-width:500px){
    .banner__box .banner__heading + *{
        font-size:small;
    }
}