/* Hide the extra product price but keep the line total */
.wc-block-cart-item__prices {
	display: none !important;
}

/* Keep quantity and remove button separated */
.wc-block-cart-item__quantity {
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	flex-wrap: wrap !important;
}

/* Make the remove button clear and easy to tap */
.wc-block-cart-item__remove-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 44px !important;
	min-height: 44px !important;
	padding: 8px 14px !important;
	margin: 0 !important;
	border: 2px solid #c72f70 !important;
	border-radius: 999px !important;
	background: #ffe5f0 !important;
	color: #8f2454 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

/* Prevent quantity controls from overlapping */
.wc-block-components-quantity-selector {
	margin: 0 !important;
	max-width: 160px !important;
}

/* Keep the remaining price readable on mobile */
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
	font-size: 26px !important;
}
/* Smaller header logo */
.custom-logo {
    max-width: 130px !important;
    height: auto !important;
}

.site-logo img,
.custom-logo-link img {
    max-width: 130px !important;
    height: auto !important;
}

/* Pink Bow Lab Results Page */

.pb-lab-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 18px 60px;
}

.pb-lab-hero {
    padding: 45px 24px;
    margin-bottom: 25px;
    text-align: center;
    background: linear-gradient(135deg, #fff7fa, #ffe3ee);
    border: 1px solid #f4bfd3;
    border-radius: 24px;
}

.pb-lab-bow {
    font-size: 46px;
    margin-bottom: 5px;
}

.pb-lab-hero h1 {
    margin: 0 0 15px;
    color: #8f2454;
    font-size: 42px;
    line-height: 1.1;
}

.pb-lab-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: #4b3740;
    font-size: 18px;
    line-height: 1.6;
}

.pb-lab-notice {
    margin-bottom: 28px;
    padding: 18px 20px;
    background: #fff;
    border-left: 5px solid #d94f8b;
    border-radius: 12px;
    box-shadow: 0 6px 22px rgba(120, 35, 75, 0.08);
}

.pb-lab-notice strong {
    color: #8f2454;
    font-size: 18px;
}

.pb-lab-notice p {
    margin: 6px 0 0;
}

.pb-report-grid {
    display: grid;
    gap: 22px;
}

.pb-report-card {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    padding: 26px;
    background: #fff;
    border: 1px solid #f2c7d8;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(126, 35, 77, 0.1);
}

.pb-report-icon {
    display: flex;
    flex: 0 0 70px;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: #ffe5ef;
    border-radius: 50%;
    font-size: 32px;
}

.pb-report-content {
    flex: 1;
}

.pb-tested-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    background: #ffe1ed;
    color: #9d2758;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pb-report-card h2 {
    margin: 0 0 10px;
    color: #542438;
    font-size: 25px;
}

.pb-report-card p {
    margin: 0 0 18px;
    color: #5f5157;
    line-height: 1.6;
}

.pb-report-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.pb-report-button {
    display: inline-block;
    padding: 13px 20px;
    background: #d94f8b;
    color: #fff !important;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 700;
}

.pb-report-button:hover {
    background: #b93670;
}

.pb-secondary-button {
    background: #fff;
    color: #9d2758 !important;
    border: 2px solid #d94f8b;
}

.pb-lab-footer {
    margin-top: 35px;
    padding: 26px;
    text-align: center;
    background: #fff3f7;
    border-radius: 18px;
}

.pb-lab-footer h2 {
    margin-top: 0;
    color: #8f2454;
}

@media (max-width: 650px) {
    .pb-lab-hero h1 {
        font-size: 34px;
    }

    .pb-report-card {
        display: block;
        padding: 20px;
    }

    .pb-report-icon {
        margin-bottom: 16px;
    }

    .pb-report-button {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}

.pb-tested-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    border: 3px solid #d94f8b;
    border-radius: 50%;
    background: #ffffff;
    color: #d94f8b;
    font-size: 38px;
    font-weight: 800;
}

.pb-report-icon {
    color: #d94f8b;
    font-weight: 800;
}
..home-testing-section {
    padding: 45px 20px;
    background: #fff2f7;
    text-align: center;
    border-top: 1px solid #f3c5d7;
}

.home-testing-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.home-testing-section h2,
.home-testing-section p {
    margin-left: auto;
    margin-right: auto;
}

.home-testing-section p {
    max-width: 600px;
}
}

.home-testing-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border: 3px solid #d94f8b;
    border-radius: 50%;
    color: #d94f8b;
    background: #fff;
    font-size: 34px;
    font-weight: 800;
}

.home-testing-section h2 {
    margin: 0 0 14px;
    color: #8f2454;
    font-size: 34px;
    line-height: 1.2;
}

.home-testing-section p {
    margin: 0 auto 22px;
    color: #4b3740;
    font-size: 18px;
    line-height: 1.6;
}

.home-testing-button {
    display: inline-block;
    padding: 14px 24px;
    background: #ec5796;
    color: #fff !important;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 700;
}

.home-testing-button:hover {
    background: #c93d7c;
}