/* Six Finger Press Store - Version 1.3.1 */

.sfps-checkout-box {
    background: #f8f5fc;
    border: 2px solid #bba5dd;
    border-radius: 12px;
    padding: 35px;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.sfps-checkout-main {
    flex: 2;
    min-width: 320px;
}

.sfps-checkout-main h2 {
    margin-top: 0;
    font-size: 34px;
    margin-bottom: 12px;
    font-family: Georgia, serif;
}

.sfps-checkout-main p {
    font-size: 18px;
    line-height: 1.6;
}

.sfps-checkout-main .sfps-lead {
    font-size: 22px;
    margin-bottom: 8px;
}

.sfps-start-button,
.woocommerce a.button.sfps-start-button {
    display: inline-block;
    background: #8b73c7;
    color: #fff !important;
    padding: 18px 42px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.sfps-start-button:hover,
.woocommerce a.button.sfps-start-button:hover {
    background: #735bb4;
    color: #fff !important;
}

.sfps-checkout-side {
    flex: 1;
    min-width: 260px;
    background: #ffffff;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.sfps-checkout-side h3 {
    margin-top: 0;
    font-size: 24px;
}

.sfps-checkout-side p,
.sfps-checkout-side li {
    font-size: 17px;
    line-height: 1.7;
}

.sfps-checkout-side ul {
    margin: 0 0 18px 20px;
    padding: 0;
}

.sfps-thank-you {
    max-width: 900px;
    margin: 40px auto;
    padding: 45px;
    background: #f8fbff;
    border: 3px solid #2b6cb0;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.sfps-thank-you h1 {
    font-size: 44px;
    color: #2b6cb0;
    margin: 0 0 20px;
    font-family: Georgia, serif;
}

.sfps-thank-you p {
    font-size: 21px;
    line-height: 1.9;
    color: #444;
}

.sfps-thank-you .sfps-thank-you-lead {
    font-size: 24px;
    color: #333;
}

.sfps-thank-you .sfps-thank-you-final {
    font-size: 28px;
    font-weight: bold;
    color: #2b6cb0;
    margin-top: 35px;
}

.sfps-thank-you .sfps-small {
    font-size: 18px;
    color: #666;
}

.sfps-thank-you hr {
    margin: 40px auto;
    width: 80%;
    border: none;
    border-top: 1px solid #d9e3ef;
}

@media (max-width: 768px) {
    .sfps-checkout-box {
        padding: 24px;
        gap: 20px;
    }
    .sfps-checkout-main,
    .sfps-checkout-side {
        min-width: 100%;
    }
    .sfps-start-button,
    .woocommerce a.button.sfps-start-button {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}


/* Handpan Spirit group-order product: clean landing-page presentation. */
body.single-product.postid-142 .product_meta,
body.single-product.postid-142 .posted_in,
body.single-product.postid-142 .tagged_as,
body.single-product.postid-142 .sku_wrapper,
body.single-product.postid-142 .ast-woo-product-category,
body.single-product.postid-142 .ast-woo-product-category a,
body.single-product.postid-142 .single-product-category,
body.single-product.postid-142 .single-product-category a,
body.single-product.postid-142 .product-categories,
body.single-product.postid-142 .product-category,
body.single-product.postid-142 .cat-links,
body.single-product.postid-142 .entry-meta,
body.single-product.postid-142 .woocommerce-breadcrumb,
body.single-product.postid-142 .woocommerce-tabs,
body.single-product.postid-142 .wc-tabs-wrapper,
body.single-product.postid-142 .related.products,
body.single-product.postid-142 p.stock,
body.single-product.postid-142 .stock,
body.single-product.postid-142 .availability,
body.single-product.postid-142 .ast-stock-detail,
body.single-product.postid-142 .ast-stock-detail .ast-stock-avail,
body.single-product.postid-142 footer.site-footer,
body.single-product.postid-142 #colophon,
body.single-product.postid-142 .site-footer {
    display: none !important;
}

body.single-product.postid-142 .summary.entry-summary {
    margin-bottom: 0;
}

/* Version 1.3.0: vertically center the purchase details beside the book cover. */
@media (min-width: 922px) {
    body.single-product.postid-142 div.product {
        align-items: center !important;
    }

    body.single-product.postid-142 .summary.entry-summary {
        align-self: center !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 535px;
        padding-top: 54px;
        box-sizing: border-box;
    }

    body.single-product.postid-142 .summary.entry-summary > :first-child {
        margin-top: 0;
    }

    body.single-product.postid-142 .summary.entry-summary .cart {
        margin-bottom: 0;
    }
}

/* More balanced spacing for the focused group-order page. */
body.single-product.postid-142 .summary.entry-summary .product_title {
    margin-bottom: 18px;
}

body.single-product.postid-142 .summary.entry-summary .price {
    margin-bottom: 22px;
}

body.single-product.postid-142 .summary.entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 18px;
}

body.single-product.postid-142 .summary.entry-summary form.cart {
    margin-top: 16px;
}

@media (max-width: 921px) {
    body.single-product.postid-142 .summary.entry-summary {
        min-height: 0;
        padding-top: 24px;
    }

    body.single-product.postid-142 .summary.entry-summary .product_title {
        font-size: clamp(28px, 8vw, 42px);
        line-height: 1.15;
    }

    body.single-product.postid-142 .summary.entry-summary form.cart {
        display: flex;
        gap: 12px;
        align-items: stretch;
    }

    body.single-product.postid-142 .summary.entry-summary form.cart .single_add_to_cart_button {
        flex: 1;
        min-height: 52px;
    }
}


/* Version 1.3.1: simple return link above the group-order product title. */
body.single-product.postid-142 .sfps-return-home {
    margin: 0 0 16px;
    line-height: 1.4;
}

body.single-product.postid-142 .sfps-return-home a {
    color: #d9ad2b;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .02em;
    text-decoration: none;
}

body.single-product.postid-142 .sfps-return-home a:hover,
body.single-product.postid-142 .sfps-return-home a:focus {
    color: #f0c84b;
    text-decoration: underline;
}

@media (max-width: 921px) {
    body.single-product.postid-142 .sfps-return-home {
        margin-bottom: 14px;
    }

    body.single-product.postid-142 .sfps-return-home a {
        display: inline-block;
        padding: 8px 0;
        font-size: 18px;
    }
}
