/* ==========================================================
   OLD WAYS LIVING
   PRODUCT PAGE
========================================================== */


/*----------------------------------------------------------
PRODUCT TITLE
----------------------------------------------------------*/

.woocommerce div.product .product_title{
    font-size:42px;
    line-height:1.2;
    margin-bottom:20px;
}


/*----------------------------------------------------------
PRICE
----------------------------------------------------------*/

.woocommerce div.product p.price,
.woocommerce div.product span.price{
    font-size:32px;
    margin-bottom:24px;
}


/*----------------------------------------------------------
SHORT DESCRIPTION
----------------------------------------------------------*/

.woocommerce-product-details__short-description{
    margin-bottom:30px;
    line-height:1.75;
}


/*----------------------------------------------------------
CART
----------------------------------------------------------*/

form.cart{
    margin:30px 0;
}

form.cart .quantity{
    margin-right:15px;
}

form.cart .single_add_to_cart_button{
    min-height:54px;
}


/*----------------------------------------------------------
TRUST PANEL
----------------------------------------------------------*/

.owl-trust-panel{
    margin-top:35px;
    padding:20px;
    border:1px solid #e6e2da;
    background:#faf9f6;
}

.owl-trust-item{
    display:flex;
    align-items:center;
    gap:12px;
}

.owl-trust-item + .owl-trust-item{
    margin-top:12px;
}


/*==========================================================
PRODUCT DESCRIPTION
==========================================================*/

.owl-product-description{

    max-width:1100px;

    margin:90px auto;

    padding:0 20px;

}

.owl-product-description__inner{

    border-top:1px solid #e8e4dc;

    padding-top:60px;

}

.owl-product-description h2{

    font-size:2rem;

    font-weight:500;

    text-align:center;

    margin:0 0 40px;

    letter-spacing:.03em;

}

.owl-product-description p{

    font-size:1.08rem;

    line-height:1.9;

    margin-bottom:1.6em;

}

.owl-product-description ul,
.owl-product-description ol{

    margin:0 0 2rem 1.5rem;

}

.owl-product-description li{

    margin-bottom:.6rem;

    line-height:1.8;

}

.owl-product-description strong{

    font-weight:600;

}


/*----------------------------------------------------------
RELATED PRODUCTS
----------------------------------------------------------*/

.related.products{
    margin-top:80px;
}


/*----------------------------------------------------------
MOBILE
----------------------------------------------------------*/

@media (max-width:768px){

    .woocommerce div.product .product_title{
        font-size:34px;
    }

    .owl-product-description{

        margin:60px auto;

    }

    .owl-product-description__inner{

        padding-top:40px;

    }

    .owl-product-description h2{

        font-size:1.7rem;

    }

}