/** Shopify CDN: Minification failed

Line 76:16 Expected ":"

**/
.hdt-container{
    max-width: 135rem!important;
}
.hdt-product-info__list, .hdt-product-media{
    top: calc(var(--header-height2) + 3rem)
}

.hdt-bottom-panel-wrapper{
    display: flex;
    border-top: 0.25px solid #1e3f633d
}
.hdt-product_description_bottom{
    padding-left: 5%;
    padding-top: 4rem;
    padding-right: 5%;
}

.hdt-product_description_bottom h2{
    font-size: clamp(2.15rem, 2.75vw, 2.95rem)!important;

}
.hdt-product_description_bottom h3{
    font-size: clamp(2.15rem, 2.75vw, 2.95rem)!important;

}
.hdt-bottom-panel-wrapper{
    margin-bottom: 5rem;
}
.hdt-bottom-panel-title {
    width: 30%;
    padding-top: 4rem;
    padding-right: 5%;
    border-right: 0.25px solid #1e3f633d;
    box-sizing: border-box;
    text-align: right;
    
}

.hdt-bottom-panel-title_text {
    white-space: nowrap;
    font-size: clamp(2.5rem, 3.25vw, 3.75rem)!important;
    text-align:left;
    margin: 0;
    padding: 0;
    line-height: 1!important;
    font-weight: 600;
}
.hdt-product_description_bottom p{
    text-align: left!important;
}
.hdt-product__title{
    font-size: clamp(2.75rem, 3.5vw, 3.7rem)!important;
}
.product-collection-name{
    margin-block-end: 1.5rem!important;
}
.hdt-price{
    font-size: clamp(1.725rem, 3.25vw, 2.5rem)!important;
}
.hdt-compare-at-price{
    align-self:end;
    font-size: clamp(1.15rem, 2.25vw, 1.75rem)!important;
}
.hdt-product-form__top-buttons{
    gap: 0!important;
}
.hdt-product__list{
    margin-block-end: 1rem!important;
}
.hdt-product-infoTitle{
    margin-right 1.25 rem;
    display: inline;
    font-weight: 600;
    margin: 0;
    padding: 0;

}
.hdt-product__order{
    margin-block-start: calc(var(--product-margin-end)/2);
}

@media screen and (max-width: 820px){
    .hdt-bottom-panel-wrapper{
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .hdt-bottom-panel-title{
        width: 100%;
        border: none;
        padding-top: 1.25rem;
        padding-left: 1rem;
        padding-left: 0;

    }
    .hdt-product_description_bottom{
        padding-top: 0;
        padding-left: 0.5rem;
    }
    .hdt-row-flex{
        flex-direction: column;

    }
    .product-collection-name{
        margin-block-end: 0;
    }
    .hdt-breadcrumb__wrap {
        padding: 10px 0;
        margin: 0;
        border-color:  rgba(90,118,132,0.25)!important;
        border-bottom: 1px solid;
        
    }
    .hdt-inline-block{
        color: rgba(90,118,132,0.75);
    }
    .hdt-s-text2{
        color: rgba(90,118,132,1);
    }
    .product-collection-name{
        margin-block-end: 0!important;
        font-size: 1.5rem;
    }
    .hdt-product__title{
        font-weight: 600;
        color: #00rgba(90,118,132,1)!important;
    }
    .hdt-product-description{
        margin-block-start: 3rem;
    }
}