/* Shop/category archive: overlay button revealed on card hover. */
.woocommerce ul.products li.product {
	position: relative;
	overflow: hidden;
}

.bqb-cta-btn--loop,
.bqb-cta-btn--single {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.woocommerce ul.products li.product .bqb-cta-btn--loop {
	position: absolute;
	left: 5%;
	right: 5%;
	bottom: 12px;
	z-index: 5;
	display: block;
	box-sizing: border-box;
	padding: 10px 14px;
	background: #e63946;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	border-radius: 4px;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.15s ease, transform 0.15s ease, background-color 0.2s;
	pointer-events: none;
}

.woocommerce ul.products li.product:hover .bqb-cta-btn--loop,
.woocommerce ul.products li.product:focus-within .bqb-cta-btn--loop {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.woocommerce ul.products li.product .bqb-cta-btn--loop:hover,
.woocommerce ul.products li.product .bqb-cta-btn--loop:focus {
	background: #d62828;
	color: #fff;
}

/* Single product page: big, bold, full-width — the primary call to action
   where Add to Cart is hidden (see hide_add_to_cart setting). */
.bqb-cta-btn--single {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 1rem;
	padding: 1rem;
	background: #e63946;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.05rem;
	font-weight: 700;
	border-radius: 5px;
	transition: background-color 0.2s;
}

.bqb-cta-btn--single:hover,
.bqb-cta-btn--single:focus {
	background: #d62828;
	color: #fff;
}

.bqb-single-extras {
	margin-top: 16px;
	font-size: 14px;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.bqb-available-sizes {
	margin: 0 0 12px;
	color: #3c3c3c;
}

.bqb-available-sizes strong {
	margin-right: 10px;
}

.bqb-size-guide-link {
	font-size: 13px;
	text-decoration: underline;
}

.bqb-tier-price {
	margin: 0 0 12px;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.bqb-tier-headline {
	margin: 0 0 4px;
	font-size: 1.6em;
	font-weight: 700;
}

.bqb-tier-headline-qty {
	font-size: 0.55em;
	font-weight: 400;
	color: #6b7075;
}

.bqb-price-breakdown {
	margin-bottom: 12px;
}

.bqb-price-breakdown summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
}

.bqb-price-breakdown summary::-webkit-details-marker {
	display: none;
}

.bqb-tier-min-qty {
	color: #6b7075;
}

.bqb-tier-toggle {
	font-weight: 600;
	text-decoration: underline;
}

.bqb-price-breakdown-table {
	margin-top: 8px;
	border-collapse: collapse;
}

.bqb-price-breakdown-table td {
	padding: 4px 16px 4px 0;
	font-size: 13px;
}

.bqb-price-calculator {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e4e6e8;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.bqb-price-calculator label {
	font-size: 13px;
	font-weight: 600;
}

.bqb-price-calculator input {
	width: 70px;
	padding: 6px 8px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	font-size: 13px;
	text-align: center;
}

.bqb-price-calc-result {
	font-size: 14px;
	font-weight: 700;
	color: #2e7d32;
}

.bqb-bundle-contents {
	margin: 0 0 16px;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.bqb-bundle-contents-heading {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
}

.bqb-bundle-items-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bqb-bundle-items-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
	font-size: 13px;
}

.bqb-bundle-item-thumb {
	width: 32px;
	height: 32px;
	object-fit: contain;
	background: #f5f6f7;
	border-radius: 4px;
	flex-shrink: 0;
}

.bqb-bundle-item-qty {
	color: #6b7075;
	flex-shrink: 0;
}

.bqb-bundle-items-list a {
	text-decoration: underline;
}
