/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 03 2025 | 19:43:53 */
/*-- ///--*/
.woocommerce-product-attributes.shop_attributes {
	background-color:transparent !important; /* Белый фон для всей таблицы */
	border:none !important; /* Убираем рамку таблицы */
	margin:0 !important; /* Убираем внешние отступы таблицы */
	padding:0 !important; /* Убираем внутренние отступы таблицы */
}

.woocommerce-product-attributes.shop_attributes th,
.woocommerce-product-attributes.shop_attributes td {
	background-color:transparent !important; /* Белый фон для ячеек */
	border:none !important; /* Убираем рамки ячеек */
	color:#000 !important; /* Делаем текст черным (или любым нужным цветом) */
	padding:5px 0px !important; /* Убираем отступы в ячейках */
	margin:0 !important; /* Убираем отступы ячеек */
}

.woocommerce-product-attributes.shop_attributes th {
	text-align:left !important; /* Выравниваем текст label по левому краю */
	width:auto !important; /* Даем label занять необходимое место */
	padding-right:10px !important; /* Добавляем небольшой отступ справа от label */
	font-weight:400!important;
	color:#54595f!important;
}

.woocommerce-product-attributes.shop_attributes td {
	text-align:left !important; /* Выравниваем текст value по левому краю */
	font-weight:600!important;
}

.woocommerce-product-attributes.shop_attributes td p{
	font-weight:600!important;
	padding:0px!important;
}

.woocommerce-product-attributes.shop_attributes tr:nth-child(odd) {
	background-color:transparent !important; /* Белый фон для нечетных строк (если есть чередование) */
	margin:0 !important; /* Убираем отступы строк */
	padding:0 !important; /* Убираем отступы строк */

}

.woocommerce-product-attributes.shop_attributes tr:nth-child(even) {
	background-color:transparent !important; /* Белый фон для четных строк (если есть чередование) */
	margin:0 !important; /* Убираем отступы строк */
	padding:0 !important; /* Убираем отступы строк */
}