section.category section.content {
	background: #fffc;
	padding: 3em;
	max-width: 40em;
  margin: auto;
  margin-bottom: 25em;
  margin-top: 25em;
}

section.category section.content article .image {
  width: 100%;
  max-width: unset;
}

section.category section.content article .attributes {
  padding-left: 0;
  padding-right: 0;
}

section.blocks section.block {
	background: #fffc;
	margin-bottom: 2em;
	padding: 2em;
	text-align: center;
}

.products article.item {
	background: #fffd !important;
}

article:nth-child(2n) .details {
    flex-direction: row;
}

#page {
    background-image: url(/theme/images/backgroundAppleTree.webp);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#main {
  padding-bottom: 80vh;
}