/** Shopify CDN: Minification failed

Line 162:1 Expected "*/" to terminate multi-line comment

**/
/* Style by DJAS / RQ! for pain-relief-roll-on product template 
    - called into the PDP using Custom Liquid section at the bottom */
/*h1.product__title {
    font-weight: 100;
    line-height: 1;  
    margin-top: 35px;
}*/
div.product__block div.product__subheading {
    font-weight: 100 !important;
    font-size: 14pt !important;
    line-height: 27px !important
}
div.product__content div.product__subheading.rq-main-subtitle {
    font-weight: 500 !important;
    /*font-size: 15pt !important;
    line-height: 28px !important*/
}
/*
div.product__block div.product-accordion div.accordion-row:first-of-type {
    display: none
}
div.product__block div.product-accordion {    
    margin-top: 15px;
    border-top: 1px solid var(--border)
}
*/
div.rq-accordion-with-image .rq-title-main h2 {
    font-family: aw-conqueror-didot, serif !important;
    margin-top: 35px;
}
div.rq-accordion-with-image .rq-accor-content .faq-drawer:last-child {
    margin-bottom: 35px;
}

.dsgn-pck__table,
.dsgn-pck__table tr {
    border: none !important
}
.dsgn-pck__table th {
    border-top: none !important;    
    border-left: none !important;
    border-bottom: none !important
} 
.dsgn-pck__table th:first-of-type {
    border-right-width: 1px !important
}
.dsgn-pck__table th:last-of-type{
    border-right-width: 0 !important
}
.dsgn-pck__table td {
    border:none !important;
    border-right: 1px solid #2a4239 !important;
    padding: 2.5em !important;
}
.dsgn-pck__table tbody tr td:last-child {
    border-right-width: 0 !important;
}
.dsgn-pck__table tr.dsgn-pck__row--3 td {
    background: #f8dacc !important;
}
.dsgn-pck__table tr.dsgn-pck__row--4 td {
    background: #f4cdbd !important;
}
.dsgn-pck__table th {
    padding: 1em !important;
}
.dsgn-pck__table img {
    max-width: 50px !important;
    margin-bottom: 10px !important;
}
.dsgn-pck__table tbody tr td:first-child img {
    max-width: min(100%, 150px) !important;
}
.dsgn-pck__table tbody tr td:first-child p {
    font-family: Jost, sans-serif !important;
    font-weight: 500 !important;
    padding: 0 15px !important;
}
div.rq-accordion-with-image .rq-accor-content.content-container {
    padding-left: 4% !important;
    padding-right: 4% !important;
}
.dsgn-pck__table tbody tr td:first-child {
    position: relative !important;
    height: 100% !important; 
}
.dsgn-pck__table tbody tr td:first-child div.dsgn-pck__text.dsgn-pck__rte {
    position: absolute !important;
    top: 40px !important; 
    left: 0 !important;
    width: 100% !important;
    text-align: center !important;
}
.dsgn-pck__table tbody tr td:first-child img {
    margin-top: 50px  !important;
    margin-bottom: 0  !important; 
}
@media only screen and (max-width: 769px) {
    .dsgn-pck__table p {
        font-size: 13px !important;
        line-height: 16px !important;
    }
    .dsgn-pck__table td {
        padding: 1.5em !important;
    }
}
@media only screen and (min-width: 750px) {
    /*h1.product__title {
        font-size: calc(2.8rem* var(--FONT-ADJUST-HEADING))
    }*/
    .brick__section .hero__content .hero__title {
        font-size: 30pt;
    }
    .brick__section .brick__block__text .hero__rte p:first-child {
        margin-top: 0;
        font-size: 22px;
        line-height: 1.4
    }
    .brick__section .brick__block__text .hero__rte p {
        width: 80%
    }
    div.rq-accordion-with-image .rq-title-main h2 {
        width: 80%
    }
    div.rq-accordion-with-image .rq-accor-content.content-container {
        padding-left: 4%;
    }
}
@media only screen and (max-width: 749px) {
    /*h1.product__title {
        font-size: calc(2.5rem* var(--FONT-ADJUST-HEADING));
        width: 100%;
    }*/
    .dsgn-pck__table tbody tr td:first-child {
        position: sticky !important;
    }
    div.rq-accordion-with-image .rq-title-main h2 {
        padding-left: 25px;
        padding-right: 25px
    }
}
@media only screen and (max-width: 450px) {
    /*h1.product__title {
        font-size: calc(2.5rem* var(--FONT-ADJUST-HEADING));
        width: 100%;
    }
    .dsgn-pck__table tbody tr td:first-child {
        position: sticky !important;
    }
    .dsgn-pck__table p {
        font-size: 16px !important;
        line-height: 19px !important;
    }
    .dsgn-pck__table tbody tr td:first-child div.dsgn-pck__text.dsgn-pck__rte {
        top: 30px !important;
    }
}