/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.3.1772213600
Updated: 2026-02-27 17:33:20

*/
.cta-ambassador > a {
    background-color: #4839eb !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    border-radius: 10px !important;
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    border: none !important;
}
.cta-ambassador > a:hover {
    background-color: #3a2dc7 !important;
    color: #ffffff !important;
}

/* HIDE SUBTOTAL ROWS IN CHECKOUT ORDER REVIEW */
.woocommerce-checkout-review-order-table tr.cart-subtotal {
    display: none;
}

/* PRODUCT PAGE — MINIMAL REDESIGN */

/* Hide: image, breadcrumb, category, SKU, rating, additional info tabs */
.single-product .woocommerce-product-gallery,
.single-product .woocommerce-breadcrumb,
.single-product .product_meta,
.single-product .woocommerce-product-rating,
.single-product .woocommerce-tabs,
.single-product .ast-woo-product-category,
.single-product .posted_in,
.single-product .single-product-category {
    display: none !important;
}

/* Center and constrain the summary card */
.single-product div.product {
    display: flex;
    justify-content: center;
}
.single-product div.product .summary {
    float: none !important;
    width: 100% !important;
    max-width: 520px !important;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 2.5rem !important;
    display: flex;
    flex-direction: column;
}

/* Reorder: title, price, form, trust text */
.single-product .summary .product_title        { order: 1; }
.single-product .summary .woocommerce-Price-amount-wrapper,
.single-product .summary p.price,
.single-product .summary span.price            { order: 2; }
.single-product .summary form.cart,
.single-product .summary .variations_form      { order: 3; }
.single-product .summary .woocommerce-product-details__short-description { order: 4; }

/* Title */
.single-product .summary .product_title {
    font-size: 28px !important;
    font-weight: 500 !important;
    margin: 0 0 0.4rem !important;
}

/* Price */
.single-product .summary p.price,
.single-product .summary span.price {
    font-size: 14px !important;
    color: #888 !important;
    margin: 0 0 1.5rem !important;
    border-top: 1px solid #e5e5e5;
    padding-top: 1.25rem !important;
}

/* Variations label */
.single-product .summary .variations th.label label {
    font-size: 13px;
    font-weight: 400;
    color: #555;
}

/* Select dropdown */
.single-product .summary .variations select {
    width: 100%;
    font-size: 14px;
    padding: 9px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 1rem;
}

/* Add to cart button */
.single-product .summary .single_add_to_cart_button {
    width: 100% !important;
    padding: 13px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    background: #1a1a1a !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    text-align: center !important;
    cursor: pointer !important;
    margin-top: 0.5rem !important;
}
.single-product .summary .single_add_to_cart_button:hover {
    background: #333 !important;
}

/* Trust text */
.single-product .summary .woocommerce-product-details__short-description {
    margin-top: 1.25rem !important;
    padding-top: 1.25rem !important;
    border-top: 1px solid #e5e5e5 !important;
}
.single-product .summary .product-trust {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 !important;
}
.single-product .summary .product-trust span {
    font-size: 13px;
    color: #888;
}

/* HIDE PRODUCT IMAGE AND QUANTITY IN CART PAGE */
.woocommerce-cart th.product-thumbnail,
.woocommerce-cart td.product-thumbnail,
.woocommerce-cart th.product-quantity,
.woocommerce-cart td.product-quantity {
    display: none !important;
}
