/*
 * AutoID Shop Kit (Kadence)
 * Extra CSS – consolidated from “extra css.txt”.
 */

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	width: 600px;
}

#alg_wc_eu_vat_details {
	line-height: 1.5;
}

@media screen and (min-width: 576px) {
	.woocommerce ul.products.products-list-view li.product {
		display: block;
		grid-template-columns: 1fr 2fr;
	}
}

.autoid-tb-toggle {
	color: #000000;
}

.autoid-tb-toggle:hover,
.autoid-tb-toggle:active,
.autoid-tb-toggle:focus {
	color: #f7630c;
	background: #fff;
	box-shadow: none;
}

.sofa-loop-qty-cart {
	display: flex;
	gap: 8px;
	align-items: center;
}

.sofa-loop-qty-cart .quantity {
	margin: 0;
}

.sofa-desc {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* adjust lines */
}

form.cart.grouped_form {
	display: none !important;
}

.sofa-stock.out-of-stock .stock-bubble {
	background-color: #e53935;
	color: #fff;
	padding: 5px 12px;
	border-radius: 50px;
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
}

.kadence-sticky-add-to-cart-content .sofa-stock {
	display: none;
}

.product-brand-label {
	display: none;
}

/* 2 columns, centered, responsive */
.single-product-extras.sofa-extras-row {
	display: flex;
	align-items: center;
	justify-content: center; /* center the whole row */
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 12px;
}

.single-product-extras .sofa-extras-col--meta {
	flex: 1 1 420px;
}

.single-product-extras .sofa-extras-col--logo {
	flex: 0 1 240px;
	text-align: center;
}

.single-product-extras .sofa-extras-logo {
	width: 100%;
	max-width: 220px;
	height: auto;
	display: inline-block;
}

/* Optional nicer download links */
.single-product-extras .sofa-download-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-left: 10px;
	text-decoration: none;
}

.single-product-extras .sofa-pdf-icon {
	fill: orangered;
}

.woocommerce-tabs .wc-tabs-wrapper b,
.woocommerce-tabs .wc-tabs-wrapper strong {
	font-weight: 400;
}

.single-product-extras.sofa-extras-row {
	border: solid 1px lightgray;
	border-radius: 5px;
	padding: 5px;
}
