/* Sueca_RequestQuote - hide all pricing/stock UI on the storefront */

/* Generic price wrappers */
.price-box,
.price-final_price,
.price-container,
.product-info-price,
.normal-price,
.special-price,
.old-price,
.price-tier_price,
.price-as-configured,
.minimal-price,
.price-from,
.price-to,
.product-price,
.regular-price,
.price-including-tax,
.price-excluding-tax,
.price-wrapper,
.minimal-price-link {
    display: none !important;
    visibility: hidden !important;
}

/* Stock / availability indicators */
.stock,
.product-info-stock-sku .stock,
.availability,
.product.availability,
.in-stock,
.out-of-stock,
.qty-box,
.product-info-stock-sku .qty,
.box-tocart .field.qty {
    display: none !important;
}

/* Cart totals — hide subtotals/grand total since they're meaningless */
.cart-totals,
.opc-block-summary .totals,
.cart-summary .totals,
.minicart-items .product-item-pricing,
.minicart-items .product.actions .price-container,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.price,
.cart.table-wrapper th.col.price,
.cart.table-wrapper th.col.subtotal {
    display: none !important;
}

/* Hide entire cart summary panel + shipping/tax estimate + coupon */
.cart-summary,
#block-shipping,
.cart-summary #block-shipping,
.cart-summary .shipping,
.cart-summary .block.shipping,
#block-discount,
.cart-summary .block.discount,
.cart-summary .discount,
.cart-summary .checkout-methods-items,
.cart-summary .opc-block-summary,
.cart-summary [data-mage-init*="shipping"],
.cart-summary [data-collapsible="true"],
.cart.main.actions .action.checkout,
.action.primary.checkout,
button.action.primary.checkout,
#top-cart-btn-checkout,
.minicart-wrapper .action.primary.checkout,
.minicart-wrapper .checkout,
.cart-discount,
.discount-code {
    display: none !important;
}

/* Hide the "FINALIZAR COMPRA" big button at top of cart page (Olegnax) */
.cart.page-title-wrapper .action.primary.checkout,
.cart.page-title-wrapper a.action.continue,
.cart.page-title-wrapper .checkout-methods-items,
.checkout-methods-items {
    display: none !important;
}

/* Athlete2 / Olegnax theme specific */
.ox-product-price,
.ox-price-box,
.product-item .price-box,
.products-grid .price-box,
.products-list .price-box {
    display: none !important;
}

/* Hide all compare-product UI */
.action.tocompare,
.action.compare,
.product-item-actions .actions-secondary .action.tocompare,
.compare,
.compare-products,
.block-compare,
a[href*="catalog/product_compare"],
a[data-post*="product_compare"],
.action.towishlist + .action.tocompare,
.product-info-main .action.tocompare,
.box-tocart .action.tocompare,
.ox-compare,
.ox-product-compare,
[data-action="add-to-compare"] {
    display: none !important;
}

/* Hide all review-related UI on storefront */
.product-reviews-summary,
.rating-summary,
.reviews-actions,
#reviews,
#tab-reviews,
.product.attribute.review,
.review-toolbar,
.review-list,
.review-form,
.review-add,
.block-reviews-dashboard,
.product-info-main .product-reviews-summary,
.product-item-info .product-reviews-summary,
.ox-review-summary,
.ox-product-reviews,
.review-control-vote {
    display: none !important;
}
