/*
Theme Name: Bioage
Description: Flatsome child theme for bioage.pt
Author: Virgu & Webdados
Template: flatsome
Version: 0.1.20260922.01
*/


/*************** LAYOUT ***************/
@media only screen and ( min-width: 850px ) {
	main#main {
		min-height: 500px;
	}
}


/* RESPONSIVE DEBUGGER - Markup only rendered outside production, see footer_responsive_test() in functions.php */
#footer_responsive_test {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #333;
	color: #fff;
	padding: 0.5em;
	text-align: center;
	font-weight: bold;
}
.bioage-desktop {
	display: initial;
}
.bioage-tablet,
.bioage-mobile {
	display: none;
}
@media only screen and ( max-width: 849px ) {
	.bioage-tablet {
		display: initial;
	}
	.bioage-desktop,
	.bioage-mobile {
		display: none;
	}
}


/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and ( max-width: 549px ) {
	/* RESPONSIVE DEBUGGER */
	.bioage-mobile {
		display: initial;
	}
	.bioage-desktop,
	.bioage-tablet {
		display: none;
	}
}

/*************** ADD GLOBAL CUSTOM CSS HERE.   ***************/



/* =========================================================
   0. VARIÁVEIS DE COR
========================================================= */

:root {
    --bioage-commerce-bg: color-mix(in srgb, var(--wp--preset--color--primary) 3%, var(--wp--preset--color--white));
    --bioage-commerce-border: color-mix(in srgb, var(--wp--preset--color--primary) 16%, var(--wp--preset--color--white));
    --bioage-commerce-border-strong: color-mix(in srgb, var(--wp--preset--color--primary) 75%, var(--wp--preset--color--white));
    --bioage-commerce-shadow: color-mix(in srgb, var(--wp--preset--color--primary) 6%, transparent);

    --bioage-info-bg: color-mix(in srgb, var(--wp--preset--color--secondary) 2%, var(--wp--preset--color--white));
    --bioage-info-border: color-mix(in srgb, var(--wp--preset--color--secondary) 14%, var(--wp--preset--color--white));
    --bioage-info-border-light: color-mix(in srgb, var(--wp--preset--color--secondary) 9%, var(--wp--preset--color--white));
    --bioage-info-border-strong: color-mix(in srgb, var(--wp--preset--color--secondary) 28%, var(--wp--preset--color--white));
    --bioage-info-shadow: color-mix(in srgb, var(--wp--preset--color--secondary) 4%, transparent);

    --bioage-management-bg: color-mix(in srgb, var(--wp--preset--color--vivid-red) 3%, var(--wp--preset--color--white));
    --bioage-management-bg-light: color-mix(in srgb, var(--wp--preset--color--vivid-red) 2%, var(--wp--preset--color--white));
    --bioage-management-border: color-mix(in srgb, var(--wp--preset--color--vivid-red) 16%, var(--wp--preset--color--white));
    --bioage-management-border-light: color-mix(in srgb, var(--wp--preset--color--vivid-red) 11%, var(--wp--preset--color--white));
    --bioage-management-border-strong: color-mix(in srgb, var(--wp--preset--color--vivid-red) 42%, var(--wp--preset--color--white));
    --bioage-management-shadow: color-mix(in srgb, var(--wp--preset--color--vivid-red) 6%, transparent);
}

/* =========================================================
   1. BASE WOOCOMMERCE
========================================================= */

span.price.wc-block-components-product-price {
    font-size: 1.4em;
    font-weight: 600;
}

.woocommerce-Price-amount bdi {
    font-size: 1.4em;
    font-weight: 600;
}

span.amount {
    color: var(--wp--preset--color--primary);
    font-weight: 600;
    white-space: nowrap;
}

span.price.wc-block-components-product-price .woocommerce-Price-amount bdi,
.single-product .product-summary .product-page-price .woocommerce-Price-amount bdi,
.single-product .product-summary .bioage-pro-price-original-html .woocommerce-Price-amount bdi,
.single-product .product-summary .bioage-pvrp .woocommerce-Price-amount bdi,
.product-small .price-wrapper .woocommerce-Price-amount bdi,
.product-small .bioage-restricted-product-original-html .woocommerce-Price-amount bdi,
.product-small+.bioage-restricted-product-original-html .woocommerce-Price-amount bdi,
.product-small+.bioage-pro-price-info-wrapper .woocommerce-Price-amount bdi {
    font-size: inherit;
    font-weight: inherit;
}

/* =========================================================
   2. FAVORITOS E BADGES
========================================================= */

.alg-wc-wl-btn.add.alg-wc-wl-thumb-btn.alg-wc-wl-thumb-btn-abs.alg-wc-wl-thumb-btn-single.positioned-on-parent,
.alg-wc-wl-btn.alg-wc-wl-thumb-btn.alg-wc-wl-thumb-btn-abs.alg-wc-wl-thumb-btn-single.positioned-on-parent.remove {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
    font-size: 1.1em;
}

.badge,
.badge+.badge {
    width: 100%;
    height: 1.75em;
    margin-bottom: 5px;
    font-size: 14px;
}

.badge-inner {
    padding: 10px;
    color: var(--wp--preset--color--white);
}

.badge-container {
    margin: 20px 15px;
}

/* =========================================================
   3. FICHA DE PRODUTO | AVISO PROFISSIONAL
========================================================= */

.single-product .product-summary .bioage-restricted-product {
    display: block;
    width: 100%;
    margin: 0 0 16px;
    padding: 12px 16px;
    color: var(--wp--preset--color--secondary);
    background-color: var(--bioage-management-bg);
    border: 1px solid var(--bioage-management-border);
    border-left: 4px solid var(--bioage-management-border-strong);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    white-space: normal;
    opacity: 1;
}

.single-product .product-summary .bioage-restricted-product strong {
    color: var(--wp--preset--color--primary);
    font-weight: 700;
}

.single-product .product-summary .bioage-restricted-product a {
    color: var(--wp--preset--color--primary);
    font-weight: 700;
    text-decoration: none;
    transition: color 180ms ease;
}

.single-product .product-summary .bioage-restricted-product a:hover,
.single-product .product-summary .bioage-restricted-product a:focus-visible {
    color: var(--wp--preset--color--secondary);
    text-decoration: underline;
}

/* =========================================================
   4. FICHA DE PRODUTO | PREÇO NORMAL
========================================================= */

.single-product .product-summary .product-page-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    margin: 8px 0 20px;
    padding: 16px 18px;
    box-sizing: border-box;
    background-color: var(--bioage-commerce-bg);
    border: 1px solid var(--bioage-commerce-border);
    border-left: 4px solid var(--bioage-commerce-border-strong);
    border-radius: 8px;
    box-shadow: 0 6px 18px var(--bioage-commerce-shadow);
}

.single-product .product-summary .product-page-price:has(> .bioage-restricted-product),
.single-product .product-summary .product-page-price:has(> .bioage-restricted-product-original-html) {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
}

.single-product .product-summary .product-page-price>.bioage-restricted-product,
.single-product .product-summary .product-page-price>.bioage-restricted-product-original-html,
.single-product .product-summary .product-page-price>.bioage-pro-price-info-wrapper {
    margin: 0;
}

.single-product .product-summary .product-page-price>.woocommerce-Price-amount {
    color: var(--wp--preset--color--primary);
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
}

.single-product .product-summary .product-page-price .woocommerce-price-suffix {
    color: var(--wp--preset--color--secondary);
    font-size: 60%;
    font-weight: 400;
    opacity: 0.7;
    margin-left: 0;
    line-height: 1.4;
    white-space: nowrap;
}

/* =========================================================
   5. FICHA DE PRODUTO | PREÇO REVENDA E PVRP
========================================================= */

.single-product .product-summary .bioage-restricted-product-original-html {
    display: block;
    width: 100%;
    margin: 8px 0 20px;
    padding: 16px 18px;
    color: var(--wp--preset--color--secondary);
    background-color: var(--bioage-management-bg);
    border: 1px solid var(--bioage-management-border);
    border-left: 4px solid var(--bioage-management-border-strong);
    border-radius: 8px;
    box-shadow: 0 6px 18px var(--bioage-management-shadow);
}

.single-product .product-summary .bioage-restricted-product-original-html::before {
    content: none;
}

.single-product .product-summary .bioage-pro-price-info-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--wp--preset--color--secondary);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 100%;
    background-color: transparent;
}

.single-product .product-summary .bioage-pro-price-original-html {
    display: block;
    margin: 0;
    padding: 0 0 14px;
    color: var(--wp--preset--color--primary);
    border-bottom: 1px solid var(--bioage-management-border-light);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.15;
}

.single-product .product-summary .bioage-pro-price-original-html::before {
    content: "Preço Revenda";
    display: block;
    margin: 0 0 7px;
    color: var(--wp--preset--color--secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.045em;
    line-height: 1.2;
    text-transform: uppercase;
    opacity: 0.72;
}

.single-product .product-summary .bioage-pro-price-original-html .woocommerce-Price-amount {
    color: var(--wp--preset--color--primary);
    font-weight: 700;
    white-space: nowrap;
}

.single-product .product-summary .bioage-pro-price-info,
.single-product .product-summary .bioage-pro-price-info-resale {
    display: none;
}

.single-product .product-summary .bioage-restricted-product-original-html .bioage-pvrp {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    width: fit-content;
    margin: 0;
    color: var(--wp--preset--color--secondary);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: none;
}

.single-product .product-summary .bioage-restricted-product-original-html .bioage-pvrp::before {
    content: none;
}

.single-product .product-summary .bioage-restricted-product-original-html .bioage-pvrp strong,
.single-product .product-summary .bioage-restricted-product-original-html .bioage-pvrp b {
    font-weight: 700;
}

.single-product .product-summary .bioage-restricted-product-original-html .bioage-pvrp .woocommerce-Price-amount {
    color: var(--wp--preset--color--secondary);
    font-weight: 700;
    white-space: nowrap;
}

.single-product .product-summary .bioage-pvrp-tax {
    margin-left: 0;
    color: var(--wp--preset--color--secondary);
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    opacity: 0.7;
    white-space: nowrap;
}

.single-product .product-summary .bioage-pro-price-info-wrapper:has(.bioage-pvrp):not(:has(.bioage-pro-price-original-html)) {
    display: block;
    width: 100%;
    margin: 8px 0 20px;
    padding: 14px 16px;
    color: var(--wp--preset--color--secondary);
    background-color: var(--bioage-info-bg);
    border: 1px solid var(--bioage-info-border);
    border-left: 4px solid var(--bioage-info-border-strong);
    border-radius: 8px;
    box-shadow: 0 6px 18px var(--bioage-info-shadow);
}

.single-product .product-summary .bioage-pro-price-info-wrapper:has(.bioage-pvrp):not(:has(.bioage-pro-price-original-html)) .bioage-pro-price-info {
    display: none;
}

.single-product .product-summary .bioage-pro-price-info-wrapper:has(.bioage-pvrp):not(:has(.bioage-pro-price-original-html)) .bioage-pvrp {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    margin: 0;
    color: var(--wp--preset--color--secondary);
    font-size: 0;
    font-weight: 500;
    line-height: 1.4;
}

.single-product .product-summary .bioage-pro-price-info-wrapper:has(.bioage-pvrp):not(:has(.bioage-pro-price-original-html)) .bioage-pvrp::before {
    content: "PVRP";
    display: block;
    flex: 0 0 100%;
    margin-bottom: 5px;
    color: var(--wp--preset--color--secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.045em;
    line-height: 1.2;
    text-transform: uppercase;
    opacity: 0.72;
}

.single-product .product-summary .bioage-pro-price-info-wrapper:has(.bioage-pvrp):not(:has(.bioage-pro-price-original-html)) .bioage-pvrp .woocommerce-Price-amount {
    color: var(--wp--preset--color--primary);
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
}

.single-product .product-summary .bioage-pro-price-info-wrapper:has(.bioage-pvrp):not(:has(.bioage-pro-price-original-html)) .bioage-pvrp-tax {
    color: var(--wp--preset--color--secondary);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0.7;
    white-space: nowrap;
}

.single-product .product-summary .bioage-pro-price-info-wrapper:not(:has(.bioage-pvrp)):not(:has(.woocommerce-Price-amount)) {
    display: none;
}

.single-product .product-summary .bioage-restricted-product-original-html:has(> .bioage-pro-price-info-wrapper):not(:has(.bioage-pvrp)):not(:has(.woocommerce-Price-amount)) {
    display: none;
}

/* =========================================================
   6. FICHA DE PRODUTO | INFORMAÇÃO DE PROMOÇÃO (NEUTRA)
========================================================= */

.single-product .wctd_discount_information {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 4px;
    width: 100%;
    margin: 20px 0 16px;
    padding: 15px;
    color: var(--wp--preset--color--secondary);
    background-color: var(--bioage-info-bg);
    border: 1px solid var(--bioage-info-border);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}

.single-product .wctd_discount_information br {
    display: none;
}

.single-product .wctd_discount_information_content {
    display: contents;
    font-size: 0;
}

.single-product .wctd_discount_information_title {
    display: inline-flex;
    align-items: baseline;
    margin: 0;
    color: var(--wp--preset--color--primary);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
}

.single-product .wctd_discount_information_title::after {
    content: "-";
    margin: 0 5px;
    color: var(--wp--preset--color--secondary);
    font-weight: 400;
}

.single-product .wctd_discount_information_info {
    display: inline-flex;
    align-items: baseline;
    margin: 0;
    color: color-mix(in srgb, var(--wp--preset--color--secondary) 90%, var(--wp--preset--color--white));
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    white-space: nowrap;
    font-weight: 600;
}

.single-product .tdw_discount_information_percentage {
    margin-right: 5px;
    color: var(--wp--preset--color--secondary);
    font-size: inherit;
    font-weight: 600;
}

.single-product .wctd_discount_information_dates {
    display: block;
    flex: 0 0 100%;
    margin: 4px 0 0;
    color: color-mix(in srgb, var(--wp--preset--color--secondary) 98%, var(--wp--preset--color--white));
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

.single-product .wctd_discount_information_dates_date_from,
.single-product .wctd_discount_information_dates_date_to {
    color: inherit;
    font-size: inherit;
    font-weight: 500;
}

/* =========================================================
   7. KITS E PÁGINA DE KIT | INFORMAÇÃO FUNCIONAL NEUTRA
========================================================= */

.single-product .bioage-bundle-membership-notice {
    display: block;
    width: 100%;
    margin: 0;
    padding: 11px 14px;
    color: var(--wp--preset--color--secondary);
    border: 0;
    border-right: 1px solid var(--bioage-info-border);
    border-left: 1px solid var(--bioage-info-border);
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    background-color: var(--bioage-info-bg);
}

.single-product .product-summary>.bioage-bundle-membership-notice:first-child,
.single-product .product-summary>:not(.bioage-bundle-membership-notice)+.bioage-bundle-membership-notice {
    margin-top: 18px;
    border-top: 1px solid var(--bioage-info-border);
    border-radius: 5px 5px 0 0;
}

.single-product .bioage-bundle-membership-notice+.bioage-bundle-membership-notice {
    border-top: 1px solid var(--bioage-info-border-light);
}

.single-product .bioage-bundle-membership-notice:not(:has(+ .bioage-bundle-membership-notice)) {
    margin-bottom: 16px;
    border-bottom: 1px solid var(--bioage-info-border);
    border-radius: 0 0 5px 5px;
}

.single-product .product-summary>.bioage-bundle-membership-notice:first-child:not(:has(+ .bioage-bundle-membership-notice)),
.single-product .product-summary>:not(.bioage-bundle-membership-notice)+.bioage-bundle-membership-notice:not(:has(+ .bioage-bundle-membership-notice)) {
    border-radius: 5px;
}

.single-product .bioage-bundle-membership-notice a {
    color: var(--wp--preset--color--primary);
    font-weight: 400;
    text-decoration: none;
    transition: color 180ms ease;
}

.single-product .bioage-bundle-membership-notice a:hover,
.single-product .bioage-bundle-membership-notice a:focus-visible {
    color: var(--wp--preset--color--secondary);
    text-decoration: underline;
}

body.single-product .product-type-woosb .woosb-wrap {
    margin-top: 20px;
}

body.single-product .product-type-woosb .woosb-products {
    overflow: hidden;
    background-color: var(--wp--preset--color--white);
    border: 1px solid var(--wp--preset--color--cyan-bluish-gray);
    border-color: color-mix(in srgb, var(--wp--preset--color--primary) 18%, var(--wp--preset--color--white));
    border-radius: 5px;
    box-shadow: 0 4px 14px color-mix(in srgb, var(--wp--preset--color--primary) 8%, transparent);
}

body.single-product .product-type-woosb .woosb-product {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 12px 14px;
    background-color: var(--wp--preset--color--white);
    border-bottom: 1px solid var(--wp--preset--color--cyan-bluish-gray);
    border-bottom-color: color-mix(in srgb, var(--wp--preset--color--primary) 12%, var(--wp--preset--color--white));
    transition: background-color 180ms ease;
}

body.single-product .product-type-woosb .woosb-product:last-child {
    border-bottom: 0;
}

body.single-product .product-type-woosb .woosb-product:hover {
    background-color: color-mix(in srgb, var(--wp--preset--color--primary) 3%, var(--wp--preset--color--white));
}

body.single-product .product-type-woosb .woosb-thumb {
    flex: 0 0 72px;
    width: 72px;
}

body.single-product .product-type-woosb .woosb-thumb a,
body.single-product .product-type-woosb .woosb-thumb-ori {
    display: block;
}

body.single-product .product-type-woosb .woosb-thumb img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
    background-color: var(--wp--preset--color--white);
    border: 1px solid var(--wp--preset--color--cyan-bluish-gray);
    border-color: color-mix(in srgb, var(--wp--preset--color--primary) 12%, var(--wp--preset--color--white));
    border-radius: 5px;
}

body.single-product .product-type-woosb .woosb-title {
    flex: 1 1 auto;
    min-width: 0;
}

body.single-product .product-type-woosb .woosb-name {
    color: var(--wp--preset--color--secondary);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

body.single-product .product-type-woosb .woosb-name a {
    color: var(--wp--preset--color--secondary);
    font-weight: 600;
    transition: color 180ms ease;
}

body.single-product .product-type-woosb .woosb-name a:hover,
body.single-product .product-type-woosb .woosb-name a:focus-visible {
    color: var(--wp--preset--color--primary);
}

body.single-product .product-type-woosb .woosb-availability {
    margin-top: 4px;
}

body.single-product .product-type-woosb .woosb-availability .stock {
    margin: 0;
    color: var(--wp--preset--color--secondary);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    opacity: 0.75;
}

/* =========================================================
   8. GRELHA DE PRODUTOS | BASE
========================================================= */

.box-text-products>.title-wrapper {
    padding: 5px 0 5px 0;
}

.product-small .bioage-restricted-product {
    display: block;
    margin: 5px 0 2px;
    padding: 0;
    color: var(--wp--preset--color--secondary);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    opacity: 0.65;
}

.product-small .bioage-restricted-product-original-html {
    display: inline;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.product-small .bioage-restricted-product-original-html .woocommerce-Price-amount {
    color: var(--wp--preset--color--primary);
    font-size: inherit;
    font-weight: 600;
    white-space: nowrap;
}

.product-small .bioage-restricted-product-original-html .woocommerce-price-suffix {
    margin-left: 2px;
    color: var(--wp--preset--color--secondary);
    font-size: 0.75em;
    font-weight: 400;
    opacity: 0.65;
}

/* =========================================================
   9. GRELHA DE PRODUTOS | PREÇO NORMAL / PROMOCIONAL
========================================================= */

.product-small .price-wrapper {
    display: block;
    width: 100%;
    height: auto !important;
    margin: 8px 0 0;
    padding: 10px 12px;
    box-sizing: border-box;
    background-color: var(--bioage-commerce-bg);
    border: 1px solid var(--bioage-commerce-border);
    border-left: 4px solid var(--bioage-commerce-border-strong);
    border-radius: 8px;
    box-shadow: 0 6px 18px var(--bioage-commerce-shadow);
}

.product-small .price-wrapper .price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 3px 6px;
    margin: 0;
    padding: 0;
    color: var(--wp--preset--color--secondary);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
}

.product-small .price-wrapper .price del {
    color: color-mix(in srgb, var(--wp--preset--color--secondary) 65%, var(--wp--preset--color--white));
    font-size: 12px;
    font-weight: 400;
    opacity: 0.8;
}

.product-small .price-wrapper .price del .amount {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.product-small .price-wrapper .price ins {
    color: var(--wp--preset--color--primary);
    background: transparent;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.product-small .price-wrapper .price ins .amount {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.product-small .price-wrapper .price>.amount {
    color: var(--wp--preset--color--primary);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.product-small .price-wrapper .price>.amount .amount,
.product-small .price-wrapper .price>.amount.amount {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.product-small .price-wrapper .woocommerce-price-suffix {
    margin-left: 0;
    color: var(--wp--preset--color--secondary);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
    opacity: 0.7;
    white-space: nowrap;
}

/* =========================================================
   10. GRELHA DE PRODUTOS | INFORMAÇÃO ADMINISTRATIVA
========================================================= */

.product-small+.bioage-restricted-product-original-html,
.product-small+.bioage-pro-price-info-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 36px;
    margin: 20px 0;
    padding: 0 10px;
    box-sizing: border-box;
    color: color-mix(in srgb, var(--wp--preset--color--secondary) 78%, var(--wp--preset--color--white));
    background: transparent;
    border: 0;
    border: 1px solid var(--bioage-management-border);

    border-radius: 8px;
    box-shadow: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    background-color: var(--bioage-management-bg);

}

.product-small+.bioage-restricted-product-original-html .bioage-pro-price-info-wrapper,
.product-small+.bioage-pro-price-info-wrapper {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 7px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: inherit;
    border-radius: 0;
    box-shadow: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    background-color: var(--bioage-management-bg);
}

.product-small+.bioage-pro-price-info-wrapper {
    padding: 5px;
    border-top: 1px solid var(--bioage-management-border);
    border-bottom: 1px solid var(--bioage-management-border);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 7px;
    width: 100%;
    min-height: 36px;
    margin: 5px 0 0;
    box-sizing: border-box;
    color: color-mix(in srgb, var(--wp--preset--color--secondary) 78%, var(--wp--preset--color--white));
    border-radius: 0;
    box-shadow: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    background-color: var(--bioage-management-bg);
}

.product-small+.bioage-restricted-product-original-html .bioage-pro-price-original-html,
.product-small+.bioage-restricted-product-original-html .bioage-pro-price-info,
.product-small+.bioage-restricted-product-original-html .bioage-pvrp,
.product-small+.bioage-restricted-product-original-html .bioage-pvrp-tax,
.product-small+.bioage-restricted-product-original-html .woocommerce-Price-amount,
.product-small+.bioage-pro-price-info-wrapper .bioage-pro-price-info,
.product-small+.bioage-pro-price-info-wrapper .bioage-pvrp,
.product-small+.bioage-pro-price-info-wrapper .bioage-pvrp-tax,
.product-small+.bioage-pro-price-info-wrapper .woocommerce-Price-amount {
    margin: 0;
    padding: 0;
    color: inherit !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
    opacity: 1;
    white-space: nowrap;
}

.product-small+.bioage-restricted-product-original-html .bioage-pro-price-info-resale {
    display: inline;
    order: 1;
    background: transparent;
    border: 0;
}

.product-small+.bioage-restricted-product-original-html .bioage-pro-price-info-resale::after {
    content: ":";
    margin: 0;
    color: inherit;
    font-weight: inherit;
}

.product-small+.bioage-restricted-product-original-html .bioage-pro-price-original-html {
    display: inline-flex;
    align-items: baseline;
    order: 2;
}

.product-small+.bioage-restricted-product-original-html .bioage-pro-price-original-html .amount {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    white-space: nowrap;
}

.product-small+.bioage-restricted-product-original-html .bioage-pvrp {
    display: inline-flex;
    align-items: baseline;
    order: 3;
    gap: 3px;
}

.product-small+.bioage-restricted-product-original-html .bioage-pvrp::before {
    content: "·";
    margin-right: 4px;
    color: color-mix(in srgb, var(--wp--preset--color--secondary) 45%, var(--wp--preset--color--white));
    font-weight: 400;
}

.product-small+.bioage-pro-price-info-wrapper .bioage-pro-price-info-resale {
    display: none;
}

.product-small+.bioage-pro-price-info-wrapper .bioage-pvrp {
    display: inline-flex;
    align-items: baseline;
    order: 1;
    gap: 3px;
    margin: 0;
    padding: 0;
    color: inherit !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.3;
    white-space: nowrap;
}

.product-small+.bioage-pro-price-info-wrapper .bioage-pvrp::before {
    content: none;
}

.product-small+.bioage-pro-price-info-wrapper .bioage-pvrp .woocommerce-Price-amount {
    margin: 0;
    padding: 0;
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    white-space: nowrap;
}

.product-small+.bioage-pro-price-info-wrapper .bioage-pvrp-tax {
    display: inline;
    margin: 0;
    padding: 0;
    color: inherit !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3;
    white-space: nowrap;
}

.product-small+.bioage-restricted-product-original-html .bioage-pvrp .amount,
.product-small+.bioage-pro-price-info-wrapper .bioage-pvrp .amount {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    white-space: nowrap;
}

.product-small+.bioage-restricted-product-original-html .bioage-pvrp-tax,
.product-small+.bioage-pro-price-info-wrapper .bioage-pvrp-tax {
    display: inline;
    font-weight: 400 !important;
}

.product-small+.bioage-restricted-product-original-html .bioage-pro-price-info-professional,
.product-small+.bioage-pro-price-info-wrapper .bioage-pro-price-info-professional {
    display: inline;
    margin: 0;
    padding: 0;
    color: inherit !important;
    background: transparent;
    border: 0;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: none;
    white-space: nowrap;
}

/* =========================================================
   11. CARRINHO, CHECKOUT E BOTÕES
========================================================= */

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.woocommerce-checkout #place_order,
body .widget_shopping_cart .buttons .checkout,
body .woocommerce-mini-cart__buttons .checkout,
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    min-height: 42px;
    color: var(--wp--preset--color--white) !important;
    background-color: var(--wp--preset--color--primary) !important;
    border: 1px solid var(--wp--preset--color--primary) !important;
    border-radius: 5px !important;
    box-shadow: none;
    font-weight: 600;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:focus-visible,
body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus-visible,
body .widget_shopping_cart .buttons .checkout:hover,
body .widget_shopping_cart .buttons .checkout:focus-visible,
body .woocommerce-mini-cart__buttons .checkout:hover,
body .woocommerce-mini-cart__buttons .checkout:focus-visible,
body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-cart__submit-button:focus-visible,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus-visible {
    color: var(--wp--preset--color--white) !important;
    background-color: color-mix(in srgb, var(--wp--preset--color--primary) 82%, var(--wp--preset--color--black)) !important;
    border-color: color-mix(in srgb, var(--wp--preset--color--primary) 82%, var(--wp--preset--color--black)) !important;
    box-shadow: 0 4px 12px color-mix(in srgb, var(--wp--preset--color--primary) 20%, transparent);
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:active,
body.woocommerce-checkout #place_order:active,
body .widget_shopping_cart .buttons .checkout:active,
body .woocommerce-mini-cart__buttons .checkout:active {
    color: var(--wp--preset--color--white) !important;
    background-color: var(--wp--preset--color--primary) !important;
    box-shadow: none;
}

body.woocommerce-cart button[name="apply_coupon"],
body.woocommerce-cart button[name="update_cart"],
body.woocommerce-cart .return-to-shop .button,
body.woocommerce-cart .actions .button,
body.woocommerce-checkout .woocommerce-form-login .button,
body.woocommerce-checkout .woocommerce-form-coupon .button,
body .widget_shopping_cart .buttons .button:not(.checkout),
body .woocommerce-mini-cart__buttons .button:not(.checkout) {
    min-height: 40px;
    color: var(--wp--preset--color--primary) !important;
    background-color: var(--wp--preset--color--white) !important;
    border: 1px solid var(--wp--preset--color--primary) !important;
    border-radius: 5px !important;
    box-shadow: none;
    font-weight: 600;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.woocommerce-cart button[name="apply_coupon"]:hover,
body.woocommerce-cart button[name="apply_coupon"]:focus-visible,
body.woocommerce-cart button[name="update_cart"]:hover,
body.woocommerce-cart button[name="update_cart"]:focus-visible,
body.woocommerce-cart .return-to-shop .button:hover,
body.woocommerce-cart .return-to-shop .button:focus-visible,
body.woocommerce-cart .actions .button:hover,
body.woocommerce-cart .actions .button:focus-visible,
body.woocommerce-checkout .woocommerce-form-login .button:hover,
body.woocommerce-checkout .woocommerce-form-login .button:focus-visible,
body.woocommerce-checkout .woocommerce-form-coupon .button:hover,
body.woocommerce-checkout .woocommerce-form-coupon .button:focus-visible,
body .widget_shopping_cart .buttons .button:not(.checkout):hover,
body .widget_shopping_cart .buttons .button:not(.checkout):focus-visible,
body .woocommerce-mini-cart__buttons .button:not(.checkout):hover,
body .woocommerce-mini-cart__buttons .button:not(.checkout):focus-visible {
    color: var(--wp--preset--color--white) !important;
    background-color: var(--wp--preset--color--primary) !important;
    border-color: var(--wp--preset--color--primary) !important;
}

body.woocommerce-cart .ux-quantity__button,
body.woocommerce-checkout .ux-quantity__button,
body.woocommerce-cart .quantity .minus,
body.woocommerce-cart .quantity .plus {
    min-height: initial;
}

body.woocommerce-cart button:focus-visible,
body.woocommerce-cart a.button:focus-visible,
body.woocommerce-checkout button:focus-visible,
body.woocommerce-checkout a.button:focus-visible,
body .widget_shopping_cart a.button:focus-visible {
    outline: 2px solid var(--wp--preset--color--primary);
    outline-offset: 2px;
}

body.woocommerce-cart button:disabled,
body.woocommerce-cart .button.disabled,
body.woocommerce-cart .button:disabled,
body.woocommerce-checkout button:disabled,
body.woocommerce-checkout .button.disabled,
body.woocommerce-checkout .button:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
    box-shadow: none !important;
}

.woocommerce-order-received dt,
.woocommerce-order-received dd,
.woocommerce-view-order dt,
.woocommerce-view-order dd {
    display: block;
    text-transform: none;
}

.woocommerce-order-received dt,
.woocommerce-view-order dt {
    font-weight: bold;
}

.woocommerce-order-received dd,
.woocommerce-view-order dd {
    margin-bottom: 1em;
}

.shop-as-client-pro-request-payment-by-email-warning.woocommerce-info {
    border: 0;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1.5px var(--bioage-management-border-strong);
    padding: 20px;
    background-color: var(--bioage-management-bg);
}

/* =========================================================
   12. NAVEGAÇÃO DESKTOP E MÓVEL
========================================================= */

#wide-nav.header-bottom {
    background-color: var(--wp--preset--color--white);
    border-top: 1px solid var(--wp--preset--color--cyan-bluish-gray);
    border-top-color: color-mix(in srgb, var(--wp--preset--color--secondary) 4%, var(--wp--preset--color--white));
    border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--secondary) 12%, var(--wp--preset--color--white));
    box-shadow: 0 4px 12px color-mix(in srgb, var(--wp--preset--color--primary) 6%, transparent);
}

#wide-nav .header-bottom-nav>li>a {
    padding-right: 11px;
    padding-left: 11px;
    color: var(--wp--preset--color--secondary);
    box-shadow: inset 0 -3px 0 transparent;
    font-weight: 500 !important;
    line-height: 20px;
    transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

#wide-nav .header-bottom-nav>li:hover>a,
#wide-nav .header-bottom-nav>li.active>a,
#wide-nav .header-bottom-nav>li.current>a,
#wide-nav .header-bottom-nav>li.current-menu-item>a,
#wide-nav .header-bottom-nav>li.current-menu-parent>a,
#wide-nav .header-bottom-nav>li.current-product-parent>a,
#wide-nav .header-bottom-nav>li.current-product-ancestor>a {
    color: var(--wp--preset--color--primary);
    background-color: color-mix(in srgb, var(--wp--preset--color--primary) 4%, var(--wp--preset--color--white));
    box-shadow: inset 0 -3px 0 var(--wp--preset--color--primary);
}

#wide-nav .nav-dropdown {
    padding: 15px;
    background-color: var(--wp--preset--color--white);
    border: 1px solid var(--wp--preset--color--cyan-bluish-gray);
    border-color: color-mix(in srgb, var(--wp--preset--color--secondary) 18%, var(--wp--preset--color--white));
    border-radius: 0 0 5px 5px;
    box-shadow: 0 12px 30px color-mix(in srgb, var(--wp--preset--color--primary) 14%, transparent);
}

#wide-nav .nav-dropdown .menu-item>a {
    padding: 7px 9px;
    color: var(--wp--preset--color--secondary);
    border-radius: 4px;
    font-weight: 400;
    line-height: 1.35;
    transition: color 180ms ease, background-color 180ms ease;
}

#wide-nav .nav-dropdown .menu-item>a:hover,
#wide-nav .nav-dropdown .menu-item>a:focus-visible,
#wide-nav .nav-dropdown .menu-item.active>a,
#wide-nav .nav-dropdown .menu-item.current-menu-item>a,
#wide-nav .nav-dropdown .menu-item.current-product-parent>a,
#wide-nav .nav-dropdown .menu-item.current-product-ancestor>a {
    color: var(--wp--preset--color--primary);
    background-color: color-mix(in srgb, var(--wp--preset--color--primary) 5%, var(--wp--preset--color--white));
}

#wide-nav .nav-dropdown-col>a {
    margin-bottom: 6px;
    padding: 5px 8px 8px;
    color: var(--wp--preset--color--primary) !important;
    border-bottom: 0;
    font-weight: 600 !important;
}

#wide-nav .nav-dropdown-col>a:hover,
#wide-nav .nav-dropdown-col>a:focus-visible {
    color: var(--wp--preset--color--secondary) !important;
    background-color: transparent;
}

#main-menu .sidebar-menu {
    background-color: var(--wp--preset--color--white);
}

#main-menu .nav-sidebar>li>a {
    padding-top: 13px;
    padding-bottom: 13px;
    color: var(--wp--preset--color--secondary);
    border-bottom: 1px solid var(--wp--preset--color--cyan-bluish-gray);
    border-bottom-color: color-mix(in srgb, var(--wp--preset--color--secondary) 15%, var(--wp--preset--color--white));
    font-weight: 600 !important;
    line-height: 1.35;
    transition: color 180ms ease, background-color 180ms ease;
}

#main-menu .nav-sidebar>li>a:hover,
#main-menu .nav-sidebar>li.current-menu-item>a,
#main-menu .nav-sidebar>li.current-menu-parent>a,
#main-menu .nav-sidebar>li.current-product-parent>a,
#main-menu .nav-sidebar>li.current-product-ancestor>a {
    color: var(--wp--preset--color--primary);
    background-color: color-mix(in srgb, var(--wp--preset--color--primary) 5%, var(--wp--preset--color--white));
}

#main-menu .nav-sidebar-ul>li>a {
    padding-top: 11px;
    padding-bottom: 11px;
    color: var(--wp--preset--color--secondary);
    border-bottom: 1px solid var(--wp--preset--color--cyan-bluish-gray);
    border-bottom-color: color-mix(in srgb, var(--wp--preset--color--secondary) 12%, var(--wp--preset--color--white));
    font-weight: 500 !important;
    line-height: 1.4;
}

#main-menu .nav-sidebar-ul .nav-sidebar-ul>li>a {
    padding-left: 30px;
    color: var(--wp--preset--color--secondary);
    font-size: 14px;
    font-weight: 400 !important;
    opacity: 0.85;
}

#main-menu .menu-item.active>a,
#main-menu .menu-item.current-menu-item>a,
#main-menu .menu-item.current-menu-parent>a,
#main-menu .menu-item.current-product-parent>a,
#main-menu .menu-item.current-product-ancestor>a {
    color: var(--wp--preset--color--primary);
    background-color: color-mix(in srgb, var(--wp--preset--color--primary) 5%, var(--wp--preset--color--white));
}

/* =========================================================
   13. RESPONSIVO | TABLET
========================================================= */

@media screen and (max-width: 849px) {

    .single-product .product-summary .bioage-restricted-product,
    .single-product .bioage-bundle-membership-notice {
        padding: 11px 13px;
        font-size: 15px;
    }

    body.single-product .product-type-woosb .woosb-product {
        gap: 12px;
        padding: 11px 12px;
    }

    body.single-product .product-type-woosb .woosb-thumb {
        flex-basis: 64px;
        width: 64px;
    }

    body.single-product .product-type-woosb .woosb-thumb img {
        width: 64px;
        height: 64px;
    }
}

/* =========================================================
   14. RESPONSIVO | MOBILE
========================================================= */

@media screen and (max-width: 549px) {
    .product-small+.bioage-restricted-product-original-html {
        min-height: 36px;
        margin-top: 5px;
        padding: 5px;
        font-size: 13px;
    }

    .product-small+.bioage-restricted-product-original-html .bioage-pro-price-info-wrapper {
        flex-wrap: wrap;
        gap: 2px 6px;
    }

    .product-small+.bioage-restricted-product-original-html .bioage-pro-price-original-html,
    .product-small+.bioage-restricted-product-original-html .bioage-pro-price-info,
    .product-small+.bioage-restricted-product-original-html .bioage-pro-price-info-resale,
    .product-small+.bioage-restricted-product-original-html .bioage-pro-price-info-professional,
    .product-small+.bioage-restricted-product-original-html .bioage-pvrp,
    .product-small+.bioage-restricted-product-original-html .bioage-pvrp-tax,
    .product-small+.bioage-restricted-product-original-html .woocommerce-Price-amount {
        font-size: 13px !important;
    }

    .product-small+.bioage-pro-price-info-wrapper {
        min-height: 36px;
        margin-top: 5px;
        padding: 5px;
        font-size: 13px;
    }

    .product-small+.bioage-pro-price-info-wrapper .bioage-pvrp,
    .product-small+.bioage-pro-price-info-wrapper .bioage-pvrp-tax,
    .product-small+.bioage-pro-price-info-wrapper .woocommerce-Price-amount {
        font-size: 13px !important;
    }

    .single-product .product-summary .bioage-restricted-product {
        border-left-width: 3px;
    }

    .single-product .product-summary .bioage-restricted-product-original-html {
        margin: 8px 0 16px;
        padding: 14px;
        border-left-width: 3px;
        border-radius: 7px;
    }

    .single-product .product-summary .bioage-restricted-product-original-html .bioage-pro-price-info-wrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .single-product .product-summary .bioage-pro-price-original-html {
        width: 100%;
        padding-bottom: 12px;
        font-size: 1.75rem;
    }

    .single-product .product-summary .bioage-pro-price-original-html::before {
        margin-bottom: 6px;
        font-size: 11px;
    }

    .single-product .product-summary .bioage-restricted-product-original-html .bioage-pvrp {
        width: 100%;
    }

    .single-product .product-summary .bioage-pro-price-info-wrapper:has(.bioage-pvrp):not(:has(.bioage-pro-price-original-html)) {
        margin: 8px 0 16px;
        padding: 14px;
        border-left-width: 3px;
        border-radius: 7px;
    }

    .single-product .product-summary .bioage-pro-price-info-wrapper:has(.bioage-pvrp):not(:has(.bioage-pro-price-original-html)) .bioage-pvrp .woocommerce-Price-amount {
        font-size: 1.5rem;
    }

    body.single-product .product-type-woosb .woosb-product {
        align-items: flex-start;
    }

    body.single-product .product-type-woosb .woosb-thumb {
        flex-basis: 56px;
        width: 56px;
    }

    body.single-product .product-type-woosb .woosb-thumb img {
        width: 56px;
        height: 56px;
    }

    body.single-product .product-type-woosb .woosb-name {
        font-size: 14px;
    }

    body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
    body.woocommerce-checkout #place_order,
    body.woocommerce-cart .wc-block-cart__submit-button,
    body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
        width: 100%;
    }

    .single-product .wctd_discount_information {
        margin: 10px 0 14px;
        padding: 10px 11px;
        gap: 0 3px;
    }

    .single-product .wctd_discount_information_title,
    .single-product .wctd_discount_information_info {
        font-size: 13px;
    }

    .single-product .wctd_discount_information_dates {
        margin-top: 4px;
        font-size: 12px;
    }

    .single-product .product-summary .product-page-price {
        margin: 8px 0 16px;
        padding: 14px;
        border-left-width: 3px;
        border-radius: 7px;
    }

    .product-small .price-wrapper {
        margin-top: 6px;
        padding: 9px 10px;
        border-left-width: 3px;
        border-radius: 7px;
    }

    .product-small .price-wrapper .price {
        font-size: 12px;
    }

    .product-small .price-wrapper .price ins,
    .product-small .price-wrapper .price>.amount {
        font-size: 14px;
    }

    .product-small .price-wrapper .price del {
        font-size: 11px;
    }

    .product-small .price-wrapper .woocommerce-price-suffix {
        font-size: 10px;
    }
}

/* =========================================================
   15. DESKTOP
========================================================= */

@media only screen and (min-width: 850px) {
    main#main {
        min-height: 500px;
    }
}
