/*
 * Longboardcenter stability polish
 * Focus: calmer product/cart/checkout UI, predictable spacing, no shouted CTAs.
 */

/* PDP */
.single-product .pdp-cart-section form.cart {
    margin-bottom: 10px;
}

.single-product .pdp-info .single_add_to_cart_button,
.single-product .pdp-buy-now-btn,
.single-product .pdp-sticky-cart__btn {
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.single-product .pdp-info .single_add_to_cart_button.loading {
    opacity: .72;
    pointer-events: none;
}

/* Cart */
.cart-page .cart-layout {
    align-items: flex-start;
    gap: 28px;
}

.cart-page .cart-main,
.cart-page .cart-sidebar > .cart-totals,
.cart-page .cart-trust {
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 22px rgba(0,0,0,.04);
}

.cart-page .cart-main {
    padding: 18px;
}

.cart-page .cart-table th,
.cart-page .cart-table td {
    padding: 16px 12px;
    vertical-align: middle;
}

.cart-page .cart-table tbody tr + tr td {
    border-top: 1px solid #eee;
}

.cart-page .product-name a {
    font-weight: 700;
    line-height: 1.35;
}

.cart-page .product-thumbnail img {
    border-radius: 10px;
    background: #f7f7f7;
}

.cart-page .cart-totals h2 {
    margin-bottom: 14px;
}

.cart-page .cart-totals__table th,
.cart-page .cart-totals__table td {
    padding: 10px 0;
}

.cart-page .order-total th,
.cart-page .order-total td {
    padding-top: 16px;
    border-top: 1px solid #e7e7e7;
    font-size: 18px;
}

.cart-page .lbc-cart-updating {
    opacity: .72;
    pointer-events: none;
}

/* Checkout */
.checkout-page .checkout-layout {
    gap: 28px;
    align-items: flex-start;
}

.checkout-page .checkout-panel {
    border: 1px solid #e7e7e7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 6px 22px rgba(0,0,0,.04);
}

.checkout-page .checkout-section {
    padding: 20px 22px;
}

.checkout-page .checkout-section + .checkout-section {
    border-top: 1px solid #eee;
}

.checkout-page .checkout-section__title {
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.25;
}

.checkout-page .woocommerce-checkout-review-order-table th,
.checkout-page .woocommerce-checkout-review-order-table td {
    padding: 10px 0;
    line-height: 1.35;
}

.checkout-page .woocommerce-checkout-review-order-table .order-total th,
.checkout-page .woocommerce-checkout-review-order-table .order-total td {
    padding-top: 14px;
    border-top: 1px solid #e7e7e7;
    font-size: 18px;
}

.checkout-page #payment ul.payment_methods li {
    padding: 10px 0;
}

@media (max-width: 767px) {
    .cart-page .cart-main,
    .cart-page .cart-sidebar > .cart-totals,
    .cart-page .cart-trust,
    .checkout-page .checkout-panel {
        border-radius: 14px;
    }

    .cart-page .cart-main,
    .checkout-page .checkout-section {
        padding: 16px;
    }
}
