#masthead .site-branding {
    padding: 10px 0 0px;
}

}
.hero-cta {
    max-width: 85%;
}
.wp-block-cover__inner-container h2 {
    padding: 0px;
}
.wp-block-columns .wp-block-column >*{
    margin-top: 10px;
    margin-bottom: 2px;
}
.wp-block-column h2 a {
    color: #000;
}
.single-product .product_meta {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a {
	color: #ffffff;
	background: #C0C0C0;
	opacity: 1;
}

.woocommerce div.product.prodpage-style2 .woocommerce-tabs ul.tabs li {
	border: 12px solid #000000;
}

.woocommerce div.product.prodpage-style2 .woocommerce-tabs .panel {
	border: 5px solid #000000;
	background: #f4f4f4;
}

.postid-36945 .woocommerce div.product {
    display: block !important;
}

.postid-36945 .woocommerce-product-gallery,
.postid-36945 .summary.entry-summary {
    width: 100% !important;
    float: none !important;
    display: block !important;
}

/* ===== TARGET ONLY THIS PRODUCT ===== */
.postid-36945 .woocommerce div.product {
    display: block !important;
}

/* ===== STACK LAYOUT FULL WIDTH ===== */
.postid-36945 .woocommerce-product-gallery,
.postid-36945 .summary.entry-summary {
    width: 100% !important;
    float: none !important;
    display: block !important;
}

/* ===== CART FORM FULL WIDTH ===== */
.postid-36945 form.cart {
    width: 100%;
    clear: both;
    display: flex;
    flex-direction: column;
}

/* ===== AGREEMENT CONTAINER FULL WIDTH ===== */
.postid-36945 .wc-pao-addons-container {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    clear: both !important;
    margin-top: 30px;
}

/* ===== INDIVIDUAL AGREEMENT BOX STYLE ===== */
.postid-36945 .wc-pao-addon-container {
    background: #ffffff;
    border: 2px solid #dcdcdc;
    border-radius: 6px;
    padding: 22px;
    margin-bottom: 20px;
}

/* ===== REMOVE ITALICS + IMPROVE TEXT ===== */
.postid-36945 .wc-pao-addon-description,
.postid-36945 .wc-pao-addon-description p {
    font-style: normal !important;
    font-size: 16px;
    line-height: 1.7;
    color: #222;
    font-weight: 500;
}

/* ===== PARAGRAPH SPACING ===== */
.postid-36945 .wc-pao-addon-description p {
    margin-bottom: 14px;
}

/* ===== TITLE (LEGEND) STYLE ===== */
.postid-36945 .wc-pao-legend {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* ===== SMALL DIVIDER UNDER TITLE ===== */
.postid-36945 .wc-pao-legend::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #000;
    margin-top: 6px;
}

/* ===== CHECKBOX AREA ===== */
.postid-36945 .wc-pao-addon-wrap {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}

/* ===== BOLD CHECKBOX LABEL ===== */
.postid-36945 .wc-pao-addon-wrap label {
    font-weight: 700;
    font-size: 15px;
}

/* ===== SLIGHTLY LARGER CHECKBOX ===== */
.postid-36945 input[type="checkbox"] {
    transform: scale(1.2);
    margin-right: 8px;
}

.postid-36945 .agreement-header {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
}