.site-header-cart,
.ast-site-header-cart,
.widget_shopping_cart,
.widget_shopping_cart_content,
.woocommerce-mini-cart,
.wc-block-mini-cart,
.wp-block-woocommerce-mini-cart,
.wc-block-mini-cart__button,
.wc-block-mini-cart__badge,
.astra-cart-drawer,
.astra-mobile-cart-overlay,
.header-cart {
	display: none !important;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cart-empty,
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .return-to-shop,
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .wc-block-cart,
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .wp-block-woocommerce-cart,
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .wc-block-checkout,
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .wp-block-woocommerce-checkout {
	display: none !important;
}

.single-product form.cart,
.single-product .single_add_to_cart_button,
.single-product .quantity {
	display: none !important;
}

.a-site-view-details-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 46px !important;
	padding: 0.9rem 1.4rem !important;
	margin: 1rem auto 0 !important;
	background: #111 !important;
	border-color: #111 !important;
	color: #fff !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
	writing-mode: horizontal-tb !important;
	position: static !important;
	transform: none !important;
	text-decoration: none !important;
}

.a-site-view-details-button:hover,
.a-site-view-details-button:focus {
	background: #333 !important;
	border-color: #333 !important;
	color: #fff !important;
}

.woocommerce ul.products li.product .a-site-view-details-button,
.woocommerce-page ul.products li.product .a-site-view-details-button {
	float: none !important;
	max-width: max-content !important;
}

.a-site-brand-hero {
	padding: 1.5rem 0 2rem !important;
	text-align: center !important;
}

.a-site-brand-hero__inner {
	max-width: 720px;
	margin: 0 auto;
}

.a-site-brand-hero__logo {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.a-site-brand-hero__logo img,
.a-site-brand-hero__icon {
	max-height: 72px;
	width: auto;
}

.a-site-brand-hero__title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.1;
}

.a-site-brand-hero__tagline {
	margin: 0.85rem auto 0;
	max-width: 48rem;
	font-size: 1rem;
	line-height: 1.65;
	color: #555;
}

header a[href*="/cart"],
header a[href*="/checkout"],
header a[href*="/my-account"],
.wp-block-navigation a[href*="/cart"],
.wp-block-navigation a[href*="/checkout"],
.wp-block-navigation a[href*="/my-account"],
.main-navigation a[href*="/cart"],
.main-navigation a[href*="/checkout"],
.main-navigation a[href*="/my-account"] {
	display: none !important;
}
