/*2024-05-10*/
#content #articles_list {
	/*content:"";
	display:table;
	clear:both;*/
	}
	#content #articles_list>article.item {
		text-align:center;
		}
	/*#content #articles_list>article.item:nth-child(4n+1) {	clear:left;	}*/
		#content #articles_list>article.item img {
			width:100%;
			margin:0 0 0.3rem 0;
			border:solid 1px #000;
			vertical-align:middle;
			}
		#content #articles_list>article.item h2 {
			font-family:"Times New Roman", "Times", "Trebuchet", serif;
			font-size:1.1rem;
			font-weight:normal;
			}
			#content #articles_list>article.item h2 span {	display:block;	}
			#content #articles_list>article.item .price {
				color:#000;
				}
#content .back {
	margin:2rem 1rem;
	}
#content h1.folder.title {
	margin:1rem 0 1.5rem 1rem;
	color:#000;
	font-size:1.66rem;
	}
#content article.article #product-images {	margin-bottom:1rem;	}
#content article.article #product-images>.axs.ui.slider-scroll {	display:none;	}
#content article.article #product-images .axs.ui.slider-list>* {	background:#fff;	}
#content article.article #product-images .select {
	--height:4rem;
	display:flex;
	gap:0.5rem;
	height:var(--height);
	}
	#content article.article #product-images .select button.ui-scroll .default {
		display:block;
		font-size:0;
		}
	#content article.article #product-images .select button.ui-scroll .default::before {
		content:"";
		border:solid transparent;
		border-width:0.4rem 0.3rem 0.4rem 0;
		border-right-color:#000;
		}
	#content article.article #product-images .select button.ui-scroll.next .default {	transform:scaleX(-1);	}
	#content article.article #product-images .select .ui-scroll.list {
		flex-grow:100;
		margin:0;
		padding:0;
		}
		#content article.article #product-images .select .ui-scroll.list>* {
			margin:0;
			padding:0;
			}
			#content article.article #product-images .select .ui-scroll.list>* img {
				margin:0 0 0 0.5rem;
				height:var(--height) !important;
				}
			#content article.article #product-images .select .ui-scroll.list>*:first-child img {	margin-left:0;	}
	#content article.article .right .data {
		display:grid;
		grid-template-columns:minmax(2rem, auto) 1fr;
		grid-template-areas:"label content";
		margin-top:0;
		}
		#content article.article .right .data dt {
			/*grid-area:label;*/
			grid-column:1;
			padding-right:1rem;
			}
		#content article.article .right .data dd {
			/*grid-area:content;*/
			grid-column:2;
			margin:0;
			padding-bottom:0.5rem;
			}
		#content article.article .right form.cart_add {
			padding:0 0 2rem 0;
			}
			#content article.article .right form.cart_add label {
				display:inline-block;
				min-width:5rem;
				}
			article.article.value-options-0 form.cart_add .element[data-name="options"]  {	display:none;	}
			#content article.article .right form.cart_add input[name="amount"] {
				padding-left:1rem;
				padding-right:1rem;
				width:5rem;
				}
			#content article.article .right form.cart_add input[name="_cart_add"] {}
@media all and (min-width:45em) {
	/*<List>*/
	/*#content {
		padding:2rem 3.65rem 0.5rem 3.65rem;
		}*/
	#content #articles_list {
		display:grid;
		grid-template-columns:repeat(4, 1fr);
		grid-template-rows:auto;
		gap:1rem;
		}
		#content #articles_list>article.item {
			box-sizing:border-box;
			}
			#content #articles_list>article.item h2 {
				margin-bottom:0;
				}
				#content #articles_list>article.item h2 span {
					/*min-height:2rem;*/
					}
	/*</List>*/
	/*<Article content>*/
	#content article.article #product-images .select {	--height:6rem;	}
	#content article.article .left {
		float:left;
		width:50%;
		}
	#content article.article .right {
		margin-left:50%;
		padding:0 0 0 1.5rem;
		}
	/*</Article content>*/
	}
@media all and (min-width:63em) { /* 75*16px=1200px */
	}
@media all and (min-width:87.5em) { /* 85*16px=1400px */
	#content #articles_list>article.item {}
	}
/*2024-05-10*/