/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0
*/

/* WooCommerce workshop cleanup */

body.woocommerce-page .woocommerce-breadcrumb,
body.single-product .woocommerce-breadcrumb {
	display: none !important;
}

body.single-product .product_meta,
body.single-product .summary .product_meta,
body.single-product .summary .sku_wrapper,
body.single-product .summary .posted_in,
body.single-product .summary .tagged_as {
	display: none !important;
}

body.single-product .woocommerce-tabs,
body.single-product .related.products {
	display: none !important;
}

body.single-product .summary .price {
	font-size: 2rem;
	font-weight: 600;
	color: #2F2B27;
	margin-bottom: 20px;
}

body.single-product .woocommerce-product-details__short-description {
	font-size: 1.05rem;
	line-height: 1.8;
	color: #4E4943;
	margin-bottom: 30px;
}

body.single-product .variations label {
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8A8175;
}

body.single-product .variations select {
	border: 1px solid #D8D2CA;
	background: #FCFBF9;
	padding: 12px 14px;
	min-width: 280px;
	color: #2F2B27;
}

body.single-product .quantity .qty {
	border: 1px solid #D8D2CA;
	background: #FCFBF9;
	padding: 10px;
	min-height: 48px;
}

body.single-product button.single_add_to_cart_button {
	background: #2F2B27 !important;
	color: #FFFFFF !important;
	border-radius: 0;
	padding: 14px 28px;
	font-size: 1rem;
	font-weight: 600;
	transition: all 0.2s ease;
}

body.single-product button.single_add_to_cart_button:hover {
	background: #4E4943 !important;
}

body.single-product .woocommerce-variation-price {
	margin-bottom: 20px;
}

body.single-product .woocommerce-variation-price .price {
	font-size: 1.8rem;
	font-weight: 600;
	color: #2F2B27;
}

.contact-details a {
    text-decoration: none;
    color: #2F2B27;
}

.contact-details a:hover {
    text-decoration: underline;
}

.wp-block-kadence-advancedbtn.dst-editorial-button .kb-button,
.wp-block-kadence-advancedbtn.dst-editorial-button a.kb-button {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #4E4943 !important;
    color: #4E4943 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 14px 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.wp-block-kadence-advancedbtn.dst-editorial-button .kb-button:hover,
.wp-block-kadence-advancedbtn.dst-editorial-button a.kb-button:hover {
    background: #4E4943 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.dst-editorial-button .kb-button {
        transition:
                background-color 0.25s ease,
                color 0.25s ease,
                border-color 0.25s ease,
                transform 0.25s ease;
}

.dst-editorial-button .kb-button:hover {
        transform: translateY(-1px);
}

/* DST shared section spacing */
.dst-section > .kt-row-column-wrap {
	padding-top: 80px;
	padding-bottom: 50px;
}


.dst-section-intro {
        padding-top: 80px;
        padding-bottom: 50px;
}

.dst-section-story {
        padding-top: 80px;
        padding-bottom: 50px;
}

.dst-section-cta {
        padding-top: 80px;
        padding-bottom: 50px;
}

.dst-eyebrow {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: #8A8175;
        margin-bottom: 14px;
}
