/**
* Theme Name: Selectoraa
* Description: Selectoraa affiliate product theme, child of Grogin.
* Author: Selectoraa
* Template: grogin
* Version: 1.0.0
*/

/* SELECTORAA-TWEAK-003 — show "Visit Official Store" as a text button, not an icon-only circle, on every product-box layout */
.products .product-cart a.button.product_type_external {
	width: auto !important;
	height: auto !important;
	padding: 0 1rem !important;
	border-radius: 62.4375rem;
	font-size: 0.8125rem !important;
	font-weight: 500;
	line-height: 2.125rem;
	text-decoration: none;
}
.products .product-cart a.button.product_type_external::before,
.products .product-cart a.button.product_type_external i {
	content: none !important;
	display: none !important;
}