@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//beyondhealthlab.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-hb-opt-h: 40px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(49,95,234);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(30,115,190);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(30,115,190);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(221,51,51);
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(30,115,190);
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 500px;
}
.wd-hb {
	background-color: rgb(0,0,0);
	background-image: none;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(30,115,190);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(30,115,190);
	color: rgb(255,255,255);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(30,115,190);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-hb-opt-h: 40px;
	--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}



.wd-page-title {
background-color: rgb(255,255,255);
}

.page-title { display: none; }

/* Create the two-column grid for Names */
.contact-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
.contact-column {
    flex: 1;
}

/* Style the labels and inputs */
.wpcf7 label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px;
    margin-top: 5px;
    border-radius: 4px;
}

/* The Black Button */
.wpcf7 input[type="submit"] {
    background-color: #000 !important;
    color: #fff !important;
    padding: 15px 40px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%; /* Makes it full width like the image */
    cursor: pointer;
    transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #333 !important;
	
}

.bhl-optin { margin-bottom: 0 !important; }
.elementor-element:has(.bhl-optin) { margin-bottom: 0 !important; padding-bottom: 0 !important; }

/* Hide the review form by default */
#review_form_wrapper {
    display: none;
}

/* Show it when toggled */
#review_form_wrapper.bhl-form-visible {
    display: block;
    margin-top: 30px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Style the Write a Review button */
.bhl-write-review-btn {
    display: inline-block;
    margin: 20px 0;
    padding: 12px 28px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.bhl-write-review-btn:hover {
    background: #333;
}

/* BHL Side Cart Upsells - Matched to BHL Design System */
.bhl-side-upsells {
    padding: 16px;
    background: #fff;
    border-top: 1px solid #e8e8ed;
}
.bhl-side-upsells__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.bhl-side-upsells__title {
    font-family: 'Instrument Sans', -apple-system, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #0066cc;
}
.bhl-side-upsells__arrows {
    display: flex;
    gap: 4px;
}
.bhl-side-upsells__arrows button {
    background: #fff;
    border: 1px solid #e8e8ed;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    padding: 0;
    color: #1d1d1f;
}
.bhl-side-upsells__arrows button:hover {
    background: #1d1d1f;
    border-color: #1d1d1f;
    color: #fff;
}
.bhl-side-upsells__track-wrap {
    overflow: hidden;
}
.bhl-side-upsells__track {
    display: flex;
    transition: transform 0.3s ease;
}
.bhl-upsell-slide {
    min-width: 100%;
    display: flex;
    gap: 8px;
}
.bhl-upsell-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #f5f5f7;
    border-radius: 10px;
    overflow: hidden;
    min-width: 0;
}
.bhl-upsell-card__img {
    width: 100%;
    aspect-ratio: 1;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.bhl-upsell-card__img img {
    width: 85%;
    height: 85%;
    object-fit: contain;
}
.bhl-upsell-card__info {
    padding: 8px 10px 4px;
    flex: 1;
}
.bhl-upsell-card__name {
    display: block;
    font-family: 'Instrument Sans', -apple-system, sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #1d1d1f;
    line-height: 1.3;
    margin-bottom: 3px;
}
.bhl-upsell-card__price {
    display: block;
    font-family: 'Instrument Sans', -apple-system, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #1d1d1f;
}
.bhl-upsell-card__btn {
    display: block;
    background: #000000;
    color: #fff !important;
    font-family: 'Instrument Sans', -apple-system, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 8px 10px;
    text-decoration: none !important;
    transition: background 0.2s;
    text-align: center;
    margin: 6px 10px 10px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    width: calc(100% - 20px);
}
.bhl-upsell-card__btn:hover {
    background: #1d1d1f;
    color: #fff !important;
}
.bhl-upsell-card--empty {
    background: transparent;
    border: none;
    pointer-events: none;
}
.bhl-upsell-slide .bhl-upsell-card:only-child {
    max-width: 50%;
}

.bhl-desc-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, transparent, #fff);
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.bhl-read-more-btn {
    display: inline-block;
    margin: 12px 0 20px;
    padding: 10px 24px;
    background: transparent;
    color: #0066cc;
    font-family: 'Instrument Sans', -apple-system, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    border: 1.5px solid #0066cc;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.bhl-read-more-btn:hover {
    background: #0066cc;
    color: #fff;
}
/* Trust badges strip */
ul.wd-list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    background: #f5f5f7;
    border-radius: 10px;
    border: 1px solid #e8e8ed;
    overflow: hidden;
    padding: 0 !important;
    margin: 16px 0 !important;
    list-style: none !important;
}

ul.wd-list li {
    flex: 1;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 8px !important;
    border-right: 1px solid #e8e8ed;
    text-align: center;
    gap: 6px;
}

ul.wd-list li:last-child {
    border-right: none;
}

ul.wd-list li img,
ul.wd-list li svg {
    width: 24px !important;
    height: 24px !important;
    display: block;
    margin: 0 auto 4px;
}

ul.wd-list li span,
ul.wd-list li a,
ul.wd-list .wd-list-title {
    font-family: 'Instrument Sans', -apple-system, sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #1d1d1f !important;
    line-height: 1.3 !important;
    text-align: center !important;
}

@media (max-width: 480px) {
    ul.wd-list {
        flex-direction: column !important;
    }
    ul.wd-list li {
        flex-direction: row !important;
        justify-content: flex-start;
        border-right: none;
        border-bottom: 1px solid #e8e8ed;
        gap: 10px;
        padding: 10px 14px !important;
    }
    ul.wd-list li:last-child {
        border-bottom: none;
    }
}

/* Urgency indicator */
.bhl-urgency-strip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f0f7ff;
    border: 1px solid #cce0ff;
    border-radius: 8px;
    margin: 0 0 14px;
}

.bhl-urgency-dot {
    width: 8px;
    height: 8px;
    background: #0066cc;
    border-radius: 50%;
    flex-shrink: 0;
    animation: bhl-pulse 2s infinite;
}

@keyframes bhl-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(0,102,204,0.5); }
    70%  { box-shadow: 0 0 0 6px rgba(0,102,204,0); }
    100% { box-shadow: 0 0 0 0 rgba(0,102,204,0); }
}

.bhl-urgency-text {
    font-family: 'Instrument Sans', -apple-system, sans-serif;
    font-size: 12px;
    color: #004999;
    line-height: 1;
}

.bhl-urgency-text strong {
    color: #004999;
    font-weight: 700;
}

/* Stack suggestion pill */
.bhl-stack-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 16px 0;
    padding: 12px 16px;
    background: #f0f7ff;
    border-radius: 10px;
    border: 1px solid #cce0ff;
}

.bhl-stack-pill__label {
    font-family: 'Instrument Sans', -apple-system, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #6e6e73;
    flex-shrink: 0;
}

.bhl-stack-pill__link {
    font-family: 'Instrument Sans', -apple-system, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #0066cc;
    text-decoration: none;
    transition: color 0.2s;
}

.bhl-stack-pill__link:hover {
    color: #004999;
    text-decoration: underline;
}

/* Rounded pill buttons on single product */
.single-product .single_add_to_cart_button,
.single-product .wd-btn-buy-now,
.single-product .button.alt,
.single-product .woocommerce-variation-add-to-cart .button {
    border-radius: 100px !important;
}

