/* Hide feature blocks in product miniatures regardless of theme implementation. */
.product-miniature .product-features,
.js-product-miniature .product-features,
.ajax_block_product .product-features,
article.product-miniature .product-features,
.product-miniature .product-feature,
.js-product-miniature .product-feature,
.ajax_block_product .product-feature,
article.product-miniature .product-feature {
    display: none !important;
}

/* Fallback for themes that render miniatures in custom wrappers. */
#products .product-features,
.products .product-features,
.product-accessories .product-features,
.featured-products .product-features,
.productscategory-products .product-features,
.crossselling .product-features {
    display: none !important;
}

/* Checkout: improve readability for shipping/payment option cards. */
#checkout .delivery-options label.card,
.delivery-options label.card,
#checkout .payment-options .payment-option label,
.payment-options .payment-option label,
#checkout .payment-options .payment-option .card,
.payment-options .payment-option .card {
    border-radius: 12px;
}

.spechider-carrier-name {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1f2937;
}

.spechider-carrier-price {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 10px;
    border-radius: 8px;
    background: #e8f1ff;
    color: #0f2b5b;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: none;
}

label[for^='delivery_option_'] .card-body,
.delivery-options label .card-body {
    display: grid;
    grid-template-columns: 54px 1fr auto;
    align-items: center;
    column-gap: 10px;
    row-gap: 0;
}

label[for^='delivery_option_'] .checkout-option__thumb,
.delivery-options label .checkout-option__thumb {
    grid-column: 1;
    margin: 0 !important;
    justify-content: center !important;
}

label[for^='delivery_option_'] .spechider-carrier-name,
.delivery-options label .spechider-carrier-name {
    grid-column: 2;
    margin: 0 !important;
    text-align: left !important;
    line-height: 1.2;
}

label[for^='delivery_option_'] .spechider-carrier-price,
.delivery-options label .spechider-carrier-price {
    grid-column: 3;
    margin: 0 !important;
    margin-left: auto !important;
}

#payment-option-8-additional-information,
.js-additional-information.creditpayment {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #c7dcff;
    border-radius: 10px;
    background: #f4f8ff;
    color: #10213f;
}

.spechider-invoice-note {
    margin-top: 14px;
    padding: 10px 12px;
    border-left: 4px solid #0f4aa3;
    background: #eef5ff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #0f2b5b !important;
}
