@import '../../../skins/mobile/articles/styles.css';

/**
 * @version 2026-03-26
 *
 * Skin "mobile"
 *
 * WARMBIER_3
 */


 /**** Variation articles table (variants groups) ****/
 article.view-details.view-table > .ym-grid.block-picture-panel > div > .col-description {
	 --border-top-gap: 25px;
 }

table.variations-articles-table th,
table.variations-articles-table > tbody > tr > td {
	padding: 10px 10px 10px 0px;
}

table.variations-articles-table th:first-child,
table.variations-articles-table td:first-child {
	padding-left: 10px;
}

table.variations-articles-table .col_ArtNr {
	width: 200px;
}

table.variations-articles-table .col_ArtName {
	width: 25%;
}

table.variations-articles-table .col_PriceItems {
	width: 120px;
}

/**** Details ****/
article.view-details section.panel div.row-quantity-per-package > div:first-child .label {
	display: none; /* suppress "VPE" */
}
article.view-details section.panel div.row-quantity-per-package > div:first-child .label-suffix::before {
	content: ''; /* suppres the "," */
}

/** "Menge: 10 kg" **/
#add-to-shopcart > div.form > .row-quantity-per-package > div.quantity-total {
	display: block; /* Not visible in the stardard shop, but here. */
}

