/* 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;
}
/* Pink background for the hero section */
.hero-section,
.hero,
.site-hero,
.front-hero {
    background: linear-gradient(180deg, #fff4f8 0%, #ffe8f1 100%);
}
/* Soft blush background for the homepage */
body.home {
    background: linear-gradient(180deg, #fff8fb 0%, #ffeef5 50%, #fff8fb 100%);
}

/* Make the main content blend with the background */
body.home .site,
body.home main,
body.home .site-content {
    background: transparent;
}

/* Give sections a little more breathing room */
body.home section {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* Pink Bow homepage refresh */

body.home {
    background: #fff6fa;
}

.pb-testing-ribbon {
    padding: 10px 16px;
    background: #8f2454;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
}

.pb-home-hero {
    padding: 70px 20px;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.8), transparent 35%),
        linear-gradient(180deg, #fff4f8 0%, #ffe5ef 100%);
    text-align: center;
}

.pb-home-hero-inner {
    max-width: 800px;
    margin: 0 auto;
}

.pb-hero-bow {
    margin-bottom: 12px;
    font-size: 48px;
}

.pb-home-hero h1 {
    margin: 0 0 18px;
    color: #8f2454;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1.08;
}

.pb-home-hero p {
    max-width: 650px;
    margin: 0 auto 28px;
    color: #4f3943;
    font-size: 19px;
    line-height: 1.6;
}

.pb-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.pb-primary-button,
.pb-outline-button {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none !important;
}

.pb-primary-button {
    background: #e75480;
    color: #ffffff !important;
    border: 2px solid #e75480;
}

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

.pb-why-section {
    padding: 55px 20px;
    background: #fffafc;
    text-align: center;
}

.pb-why-section h2 {
    margin: 0 0 30px;
    color: #8f2454;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
}

.pb-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1100px;
    margin: 0 auto;
}

.pb-why-card {
    padding: 26px 18px;
    background: #ffffff;
    border: 1px solid #f2c6d7;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(132, 38, 79, .08);
}

.pb-why-icon {
    margin-bottom: 12px;
    font-size: 30px;
}

.pb-why-card h3 {
    margin: 0 0 10px;
    color: #8f2454;
    font-size: 20px;
}

.pb-why-card p {
    margin: 0;
    color: #59464f;
    font-size: 15px;
    line-height: 1.5;
}

body.home .products li.product,
body.home .product-card {
    background: #ffffff;
    border: 1px solid #f2c6d7;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(132, 38, 79, .08);
}

body.home .button,
body.home .add_to_cart_button {
    border-radius: 999px !important;
    background: #e75480 !important;
    color: #ffffff !important;
}

@media (max-width: 850px) {
    .pb-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .pb-home-hero {
        padding: 48px 18px;
    }

    .pb-home-hero h1 {
        font-size: 36px;
    }

    .pb-home-hero p {
        font-size: 17px;
    }

    .pb-hero-buttons {
        display: block;
    }

    .pb-primary-button,
    .pb-outline-button {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 10px auto;
        box-sizing: border-box;
    }

    .pb-why-grid {
        grid-template-columns: 1fr;
    }
}