/* =============================================================
   DadsBBQ Child — shop.css
   Світлий редизайн магазину: каталог (/shop/, категорії) + сторінка товару.
   Палітра з custom.css (:root --bbq-*). WooCommerce 10.x + Betheme.
   Підключається лише на сторінках Woo (не на checkout).
   ============================================================= */

/* ── Світлий фон контенту магазину ── */
body.woocommerce.post-type-archive-product #Content,
body.woocommerce.tax-product_cat #Content,
body.woocommerce.tax-product_tag #Content,
body.single-product #Content {
	background: #f3ece3;
}
body.woocommerce #Content .sections_group,
body.single-product #Content .sections_group { background: transparent; }

/* ============================================================
   ТУЛБАР: заголовок + фільтр + сортування
   ============================================================ */
.dbq-shop-head { text-align: center; margin: 0 0 28px; }
.dbq-shop-head__title {
	font-size: clamp(26px, 4vw, 42px);
	font-weight: 800;
	color: var(--bbq-brown);
	margin: 0 0 8px;
	line-height: 1.15;
}
.dbq-shop-head__sub {
	font-size: clamp(14px, 1.8vw, 17px);
	color: #7a6a55;
	margin: 0 auto;
	max-width: 560px;
}
.dbq-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin: 0 0 28px;
}
.dbq-shop-toolbar__right { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.dbq-shop-toolbar__right .woocommerce-result-count { display: none; }

.dbq-filter-toggle {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 11px 22px;
	background: var(--bbq-dark);
	color: #fff;
	border: none;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	transition: background .2s ease, transform .15s ease;
}
.dbq-filter-toggle svg { width: 18px; height: 18px; }
.dbq-filter-toggle:hover { background: var(--bbq-terracotta); transform: translateY(-1px); }

/* сортування → rounded select */
.woocommerce .woocommerce-ordering { margin: 0; }
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-ordering .orderby {
	border-radius: 999px;
	padding: 11px 44px 11px 20px;
}

/* ── OFF-CANVAS ФІЛЬТР ── */
.dbq-filter {
	position: fixed; top: 0; left: 0;
	width: 320px; max-width: 86vw; height: 100%;
	z-index: 100000; background: #fff;
	box-shadow: 12px 0 40px rgba(0, 0, 0, .18);
	transform: translateX(-100%);
	transition: transform .32s cubic-bezier(.22, 1, .36, 1);
	display: flex; flex-direction: column; overflow-y: auto;
}
.dbq-filter.is-open { transform: translateX(0); }
.dbq-filter__head {
	display: flex; align-items: center; justify-content: space-between;
	padding: 20px 22px; border-bottom: 1px solid rgba(74, 42, 26, .1);
	font-size: 18px; font-weight: 800; color: var(--bbq-brown);
}
.dbq-filter__close {
	background: none; border: 0; font-size: 30px; line-height: 1;
	color: var(--bbq-brown); cursor: pointer; padding: 0 4px;
}
.dbq-filter__close:hover { color: var(--bbq-terracotta); }
.dbq-filter__nav { padding: 12px 0; }
.dbq-filter__link {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	padding: 14px 24px; color: var(--bbq-brown); text-decoration: none;
	font-size: 15px; font-weight: 600; border-left: 3px solid transparent;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.dbq-filter__link em {
	font-style: normal; font-size: 12px; font-weight: 700; color: #a89a87;
	background: #f1e8d9; border-radius: 999px; padding: 2px 10px;
}
.dbq-filter__link:hover,
.dbq-filter__link.is-active {
	background: #faf4ea; color: var(--bbq-terracotta); border-left-color: var(--bbq-terracotta);
}
.dbq-filter__link.is-active em { background: var(--bbq-terracotta); color: #fff; }
.dbq-filter__overlay {
	position: fixed; inset: 0; z-index: 99999; background: rgba(0, 0, 0, .5);
	opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s;
}
.dbq-filter__overlay.is-open { opacity: 1; visibility: visible; }
body.dbq-filter-open { overflow: hidden; }

/* ============================================================
   КАТАЛОГ
   ============================================================ */

/* верхня панель: лічильник + сортування */
.woocommerce .woocommerce-result-count {
	color: #7a6a55;
	font-size: 14px;
	margin: 0 0 18px;
	float: none;
}
.woocommerce .woocommerce-ordering {
	margin: 0 0 22px;
	float: none;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-ordering .orderby {
	appearance: none;
	-webkit-appearance: none;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c0432b'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 12px center;
	background-size: 18px;
	border: 1px solid rgba(74, 42, 26, .18);
	border-radius: 8px;
	padding: 11px 40px 11px 16px;
	font-size: 14px;
	font-weight: 600;
	color: var(--bbq-brown);
	cursor: pointer;
	min-width: 220px;
}

/* ── СІТКА: примусовий CSS-grid + нейтралізація isotope/float Betheme ── */
.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(16px, 2vw, 28px);
	height: auto !important;
	margin: 0 0 36px;
	padding: 0;
	list-style: none;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { content: none !important; display: none !important; }
.woocommerce ul.products > li.product {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	clear: none !important;
}

/* ── КАРТКА (.dbq-card) — вкладене фото + кругла "+" ── */
.woocommerce ul.products li.product.dbq-card {
	background: #fff;
	border: 1px solid rgba(74, 42, 26, .07);
	border-radius: 24px;
	padding: 14px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 6px 22px rgba(74, 42, 26, .07);
	transition: box-shadow .25s ease;
}
.dbq-card:hover { box-shadow: 0 18px 40px rgba(74, 42, 26, .14); }

/* фото — вкладене, заокруглене */
.dbq-card__media {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: 16px;
	overflow: hidden;
	background: #f1e8d9;
}
.dbq-card__imglink { display: block; width: 100%; height: 100%; }
.dbq-card__media img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
	margin: 0 !important;
	transition: transform .45s ease;
}
.dbq-card:hover .dbq-card__media img { transform: scale(1.06); }
.dbq-card__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.dbq-card__badge--hot { background: linear-gradient(135deg, var(--bbq-terracotta), var(--bbq-terracotta-dk)); color: #fff; }
.dbq-card__badge--sale { background: var(--bbq-gold); color: var(--bbq-dark); }

/* тіло */
.dbq-card__body {
	padding: 14px 16px 17px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}
.dbq-card__title {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.dbq-card__title a { color: var(--bbq-brown); text-decoration: none; transition: color .2s ease; }
.dbq-card__title a:hover { color: var(--bbq-terracotta); }

/* нижній ряд: ціна + кругла кнопка */
.dbq-card__foot {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
}
.dbq-card__price {
	font-size: 21px;
	font-weight: 800;
	color: var(--bbq-brown);
	letter-spacing: -.4px;
	line-height: 1.1;
}
.dbq-card__price del { color: #a89a87; font-weight: 400; font-size: 14px; margin-right: 5px; }
.dbq-card__price ins { text-decoration: none; }
.dbq-card__price .woocommerce-Price-currencySymbol { font-weight: 700; }

/* кругла "+" кнопка (ajax add-to-cart) */
.dbq-card__action { flex: 0 0 auto; }
.dbq-card__action .add_to_cart_button.ajax_add_to_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 50%;
	background-color: var(--bbq-terracotta);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
	color: transparent;
	font-size: 0;
	cursor: pointer;
	transition: background-color .2s ease, transform .15s ease;
}
.dbq-card__action .add_to_cart_button.ajax_add_to_cart:hover {
	background-color: var(--bbq-terracotta-dk);
	transform: scale(1.07);
}
.dbq-card__action .add_to_cart_button.added {
	background-color: #2e7d32;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
.dbq-card__action .add_to_cart_button.loading { opacity: .8; }

/* не-ajax кнопки (варіативні/зовнішні) → текстова пігулка */
.dbq-card__action .button:not(.ajax_add_to_cart) {
	display: inline-flex;
	align-items: center;
	padding: 11px 18px;
	background: var(--bbq-gold);
	color: var(--bbq-dark);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 8px;
	text-decoration: none;
}
.dbq-card__action .button:not(.ajax_add_to_cart):hover { background: #d4912e; }

/* приховати стандартне "переглянути кошик" у картці */
.dbq-card .added_to_cart { display: none !important; }

/* грамування під ціною */
.dbq-card__pricebox { display: flex; flex-direction: column; gap: 10px; }
.dbq-card__unit { font-size: 12px; color: #a89a87; font-weight: 500; line-height: 1.2; }

/* BBQ-плейсхолдер (товар без фото) */
.dbq-card__placeholder {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	gap: 12px; width: 100%; height: 100%;
	background: linear-gradient(145deg, #2a1d12 0%, #4d2c10 60%, #7a3a0f 100%);
	color: rgba(233, 162, 60, .55);
}
.dbq-card__placeholder svg { width: 44px; height: 44px; }
.dbq-card__placeholder-name {
	font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase;
	color: rgba(255, 255, 255, .6); text-align: center; padding: 0 16px; line-height: 1.3;
}

/* ── ПАГІНАЦІЯ ── */
.woocommerce nav.woocommerce-pagination ul,
.woocommerce .pager .pages,
.woocommerce .woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	gap: 8px;
	border: 0;
	margin: 24px 0 0;
	padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce .pager .pages li { border: 0; margin: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce .pager .pages a,
.woocommerce .pager .pages span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	background: #fff;
	border: 1px solid rgba(74, 42, 26, .12);
	border-radius: 8px;
	color: var(--bbq-brown);
	font-weight: 700;
	text-decoration: none;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce .pager .pages a:hover {
	background: var(--bbq-gold);
	border-color: var(--bbq-gold);
	color: var(--bbq-dark);
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce .pager .pages span.current,
.woocommerce .pager .pages .current {
	background: var(--bbq-terracotta);
	border-color: var(--bbq-terracotta);
	color: #fff;
}

/* ============================================================
   СТОРІНКА ТОВАРУ
   ============================================================ */
.single-product div.product { display: block; }
/* Betheme загортає у .product_wrapper > .column.one-second — grid ставимо туди */
.single-product .product_wrapper {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 56px);
	align-items: start;
}
.single-product .product_wrapper > .product_image_wrapper,
.single-product .product_wrapper > .summary {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* галерея */
.single-product .woocommerce-product-gallery {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}
.single-product .woocommerce-product-gallery__wrapper { margin: 0; }
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery img {
	border-radius: 14px;
	background: #fff;
}
.single-product .woocommerce-product-gallery {
	border: 1px solid rgba(74, 42, 26, .08);
	border-radius: 16px;
	padding: 14px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(74, 42, 26, .07);
}

/* summary */
.single-product .summary.entry-summary {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}
.single-product .product_title {
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.2;
	color: var(--bbq-brown);
	margin: 0 0 16px;
}
.single-product .summary .price,
.single-product .summary p.price {
	font-size: clamp(22px, 2.6vw, 32px);
	font-weight: 800;
	color: var(--bbq-terracotta);
	margin: 0 0 20px;
}
.single-product .summary .price del { color: #a89a87; font-weight: 400; font-size: .65em; margin-right: 8px; }
.single-product .summary .price ins { text-decoration: none; }
.single-product .woocommerce-product-details__short-description {
	color: #6b5d4c;
	line-height: 1.7;
	font-size: 15px;
	margin: 0 0 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(74, 42, 26, .1);
}

/* характеристики (woo-exfood: Доставка / Вага тощо) */
.single-product .summary .exfd_nutrition { margin: 0 0 22px; }
.single-product .summary .exfd_nutrition ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(74, 42, 26, .12);
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}
.single-product .summary .exfd_nutrition li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 12px 18px;
	font-size: 14px;
	font-weight: 700;
	color: var(--bbq-brown);
	border-bottom: 1px solid rgba(74, 42, 26, .08);
}
.single-product .summary .exfd_nutrition li:last-of-type { border-bottom: 0; }
.single-product .summary .exfd_nutrition li span { color: #8a7c68; font-weight: 600; }
.single-product .summary .exfd_nutrition .exfd_clearfix { display: none; }

/* кількість + кнопка */
.single-product form.cart {
	display: flex;
	align-items: stretch;
	gap: 12px;
	flex-wrap: wrap;
	margin: 0;
}
.single-product form.cart .quantity { margin: 0; }
.single-product form.cart .quantity input.qty {
	width: 78px;
	height: 54px;
	text-align: center;
	border: 1px solid rgba(74, 42, 26, .2);
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	color: var(--bbq-brown);
	background: #fff;
}
.single-product form.cart .single_add_to_cart_button {
	flex: 1 1 auto;
	min-width: 200px;
	height: 54px;
	padding: 0 34px;
	background: var(--bbq-gold);
	color: var(--bbq-dark);
	border: none;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .2s ease, transform .15s ease;
}
.single-product form.cart .single_add_to_cart_button:hover { background: #d4912e; }
.single-product form.cart .single_add_to_cart_button:active { transform: scale(.98); }

/* мета (артикул, категорії) */
.single-product .product_meta {
	font-size: 13px;
	color: #8a7c68;
	border-top: 1px solid rgba(74, 42, 26, .1);
	padding-top: 18px;
	margin-top: 4px;
}
.single-product .product_meta a { color: var(--bbq-terracotta); text-decoration: none; }
.single-product .product_meta a:hover { text-decoration: underline; }

/* вкладки / опис */
.single-product .woocommerce-tabs {
	clear: both;
	margin-top: clamp(32px, 4vw, 52px);
}
.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 24px;
	padding: 0;
	border-bottom: 2px solid rgba(74, 42, 26, .1);
}
.single-product .woocommerce-tabs ul.tabs::before { display: none; }
.single-product .woocommerce-tabs ul.tabs li {
	background: none;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.single-product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 12px 20px;
	color: #7a6a55;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .5px;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
	transition: color .2s ease, border-color .2s ease;
}
.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li a:hover {
	color: var(--bbq-terracotta);
	border-bottom-color: var(--bbq-terracotta);
}
.single-product .woocommerce-Tabs-panel {
	color: #6b5d4c;
	line-height: 1.75;
	font-size: 15px;
}
.single-product .woocommerce-Tabs-panel h2 { color: var(--bbq-brown); font-size: 22px; margin: 0 0 16px; }
.single-product .woocommerce-Tabs-panel table.shop_attributes th { color: var(--bbq-brown); }
.single-product .woocommerce-Tabs-panel table.shop_attributes { border-color: rgba(74, 42, 26, .12); }

/* схожі товари — використовують ту саму .dbq-card сітку */
.single-product .related.products,
.single-product .upsells.products {
	grid-column: 1 / -1;
	clear: both;
	margin-top: clamp(40px, 5vw, 64px);
}
.single-product .related.products > h2,
.single-product .upsells.products > h2 {
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 800;
	color: var(--bbq-brown);
	margin: 0 0 28px;
	text-align: center;
}

/* повідомлення WooCommerce (світла тема) */
.woocommerce-message,
.woocommerce-info {
	border-top-color: var(--bbq-gold);
	background: #fff;
	border-radius: 8px;
}
.single-product .woocommerce-message::before,
.single-product .woocommerce-info::before,
.single-product .woocommerce-message::after,
.single-product .woocommerce-info::after {
	display: none !important;
	content: none !important;
}

/* ============================================================
   АДАПТИВ
   ============================================================ */
@media (max-width: 1024px) {
	.woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
	.single-product div.product { grid-template-columns: 1fr; }
	.woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.dbq-shop-toolbar { gap: 10px; }
	.dbq-filter-toggle { flex: 1 1 0; justify-content: center; }
	.dbq-shop-toolbar__right { flex: 1 1 0; margin-left: 0; }
	.woocommerce .woocommerce-ordering,
	.woocommerce .woocommerce-ordering select { width: 100%; }
	.dbq-card__body { padding: 12px 14px 16px; gap: 10px; }
	.dbq-card__title { font-size: 14px; }
	.dbq-card__price { font-size: 17px; }
	.single-product form.cart .single_add_to_cart_button { width: 100%; }
}
@media (max-width: 400px) {
	.woocommerce ul.products { grid-template-columns: 1fr; }
}

/* ============================================================
   КАТАЛОГ v2: пошук + картки-категорії + вага + клік по картці
   ============================================================ */

/* head як рядок: заголовок ліворуч, пошук праворуч */
.dbq-shop-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	text-align: left;
}
.dbq-shop-head__text { flex: 1 1 280px; }
.dbq-shop-head__sub { margin: 0; max-width: 100%; }

/* пошук */
.dbq-search {
	display: flex; align-items: center;
	flex: 0 1 440px; width: 100%; max-width: 440px;
	background: #fff; border: 1px solid rgba(74, 42, 26, .18);
	border-radius: 999px; padding: 4px 5px 4px 6px; box-sizing: border-box;
}
.dbq-search__input {
	flex: 1 1 auto; min-width: 0; height: 44px;
	border: none !important; background: transparent !important;
	box-shadow: none !important; outline: none !important;
	padding: 0 10px 0 16px !important; margin: 0 !important;
	font-size: 15px; color: var(--bbq-brown); font-family: inherit;
}
.dbq-search__btn {
	flex: 0 0 auto; width: 44px; height: 44px;
	border: 0; border-radius: 50%; cursor: pointer;
	background: var(--bbq-terracotta); color: #fff;
	display: inline-flex; align-items: center; justify-content: center;
	transition: background .2s ease;
}
.dbq-search__btn:hover { background: var(--bbq-terracotta-dk); }
.dbq-search__btn svg { width: 18px; height: 18px; }

/* картки-категорії */
.dbq-cat-nav {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(170px, 1fr);
	gap: 14px;
	margin: 0 0 28px;
	overflow-x: auto;
	overflow-y: visible;
	padding: 6px 2px 18px;
	scrollbar-width: thin;
}
.dbq-cat-tile {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 104px;
	border-radius: 18px;
	padding: 14px 16px;
	overflow: hidden;
	text-decoration: none;
	background: #fff;
	border: 1px solid rgba(74, 42, 26, .12);
	transition: transform .2s ease, box-shadow .2s ease;
}
.dbq-cat-tile--img { background-size: cover; background-position: center; color: #fff; border-color: transparent; }
.dbq-cat-tile--img::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .72) 100%);
}
.dbq-cat-tile--plain { color: var(--bbq-brown); background: linear-gradient(135deg, #fff6e9 0%, #f3e6d0 100%); align-items: center; justify-content: center; text-align: center; }
.dbq-cat-tile--plain .dbq-cat-tile__label { font-size: 17px; }
.dbq-cat-tile__label { position: relative; font-weight: 700; font-size: 16px; line-height: 1.2; }
.dbq-cat-tile:hover { transform: none; box-shadow: none; }
.dbq-cat-tile.is-active { box-shadow: 0 0 0 2px var(--bbq-terracotta); }

/* вага */
.dbq-card__weight { font-size: 13px; color: #8a7c68; font-weight: 600; line-height: 1; }

/* клік по всій картці (overlay-link під кнопкою/назвою/фото) */
.woocommerce ul.products li.product.dbq-card { position: relative; }
.dbq-card__overlay { position: absolute; inset: 0; z-index: 1; }
.dbq-card__imglink,
.dbq-card__title a,
.dbq-card__action { position: relative; z-index: 2; }

/* адаптив v2 */
@media (max-width: 700px) {
	.dbq-shop-head { flex-direction: column; align-items: stretch; gap: 14px; }
	.dbq-search { max-width: 100%; flex: 1 1 100%; }
	.dbq-shop-head__title,
	.dbq-shop-head__sub { text-align: center; }
}
@media (max-width: 560px) {
	.dbq-cat-nav { grid-auto-columns: minmax(140px, 1fr); gap: 10px; }
	.dbq-cat-tile { min-height: 96px; padding: 12px; }
	.dbq-cat-tile__label { font-size: 14px; }
}

/* "+" кнопка — примусово кругла (перебиваємо Betheme button-radius) */
.woocommerce ul.products li.product.dbq-card .dbq-card__action .add_to_cart_button.ajax_add_to_cart {
	border-radius: 50% !important;
	width: 40px !important;
	height: 40px !important;
	min-width: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}
