html,
body {
	margin: 0px;
	padding: 0px;
	min-height: 100vh;
	min-width: 100%;
	width: 100%;
	scrollbar-width: thin;
}

html {
	font-size: 16px;
	font-family: 'Elza', sans-serif;
}

header {
	max-height: 90px;
	padding: 20px;
	position: relative;
	height: 120px;
	width: calc(100% - 40px);
}

nav {
	position: absolute;
}

.dfs-card {
	padding: 10px 20px;
}

.form-g {
	display: block;
	padding: 10px;
}

.form-g label {
	display: block;
	padding: 5px 0px;
	font-size: 1rem;
}

input,
select,
textarea {
	padding: 10px;
	font-size: 0.9rem;
	width: calc(100% - 20px);
	border: 0px none;
}

input.autowidth,
select.autowidth,
textarea.autowidth {
	width: auto;
}

button {
	border: 0px none;
	padding: 10px 15px;
}

a {
	text-decoration: none;
}

.dfs-flex {
	margin-left: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	gap: 80px;
}

.dfs-flex2 {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 75px;
}

.dfs-flex.grid {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.dfs-flex.dfs-v-baseline {
	align-items: baseline;
}

.dfs-flex.dfs-v-center {
	align-items: center;
}

.dfs-flex.dfs-h-left {
	justify-content: space-around;
	justify-content: left;
}

.dfs-flex.dfs-h-right {
	-webkit-justify-content: flex-end;
	justify-content: end;
}

.dfs-flex.dfs-h-between {
	justify-content: space-between;
}

.dfs-flex.dfs-h-center {
	justify-content: center;
}

.dfs-flex .item-grow1 {
	flex-grow: 1;
}

.dfs-flex .item-grow2 {
	flex-grow: 2;
}

.dfs-flex .item-grow3 {
	flex-grow: 3;
}

.dfs-flex .item-grow4 {
	flex-grow: 4;
}

.dfs-flex .item-grow5 {
	flex-grow: 5;
}

.dfs-flex .item-grow6 {
	flex-grow: 6;
}

.dfs-flex>* {
	margin: 0px;
}

.dfs-flex>*:first-child {
	margin-left: 0px;
}

.dfs-flex>*:last-child {
	margin-right: 0px;
}

.dfs-flex .c2 {
	flex-basis: calc(49.9998% - 30px);
	flex-grow: 0;
}

.dfs-flex .c3 {
	flex-basis: calc(33.333% - 30px);
	flex-grow: 0;
}

.dfs-flex .c4 {
	flex-basis: calc(24.9998% - 30px);
	flex-grow: 0;
}

.dfs-flex .c5 {
	flex-basis: calc(20% - 30px);
	flex-grow: 0;
}

.dfs-flex .c6 {
	flex-basis: calc(16.666% - 30px);
	flex-grow: 0;
}

.dfs-flex .description {
	flex-basis: calc(49.9998% - 50px);
	margin-right: 7%;
	flex-grow: 0;
}

.txt-log {
	font-size: 14px;
}

.iconsHP {
	flex-basis: calc(18% - 30px);
	flex-grow: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1px;
}

.iconsHP .icons-txt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 2px;
}

.dfs-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 10px;
	grid-auto-rows: minmax(100px, auto);
	padding-top: 10px;
}

.dfs-grid>.dfs-card {
	margin-top: 0px;
	margin-bottom: 10px;
}

.dfs-txt-center {
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
	font-size: 35px;
}

.dfs-p-center {
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 200;
	text-align: center;
	margin-bottom: 27px;
	font-size: 18px;
	margin-top: 5px;
	line-height: 20px;
}

.dfs-txt-right {
	text-align: right;
}

.dfs-txt-justify {
	text-align: justify;
}

.dfs-txt-light {
	font-weight: 300;
}

.dfs-txt-thin {
	font-weight: 100;
}

.dfs-txt-red {
	color: red;
}

.dfs-txt-gray {
	font-size: 12px;
	color: #858383;
}

.dfs-h-center {
	margin-left: auto;
	margin-right: auto;
}

.dfs-fl {
	float: left;
}

.dfs-fr {
	float: right;
}

.dfs-fixed {
	position: fixed;
}

.dfs-clear {
	clear: both;
}

.scrollbar-styled {
	scrollbar-width: thin;
}

.scrollbar-styled::-webkit-scrollbar {
	width: 8px;
	scrollbar-width: thin;
	background-color: transparent;
}

.scrollbar-styled::-webkit-scrollbar-track {
	scrollbar-width: thin;
	background-color: transparent;
	border-radius: 10px;
}

.scrollbar-styled::-webkit-scrollbar-thumb {
	scrollbar-width: thin;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
}

.dfs-pt-0 {
	padding-top: 0px !important;
}

.dfs-pt-10 {
	padding-top: 10px !important;
}

.dfs-pt-20 {
	padding-top: 20px !important;
}

.dfs-pt-30 {
	padding-top: 30px !important;
}

.dfs-pt-40 {
	padding-top: 40px !important;
}

.dfs-pt-50 {
	padding-top: 50px !important;
}

.dfs-pr-0 {
	padding-right: 0px !important;
}

.dfs-pr-10 {
	padding-right: 10px !important;
}

.dfs-pr-20 {
	padding-right: 20px !important;
}

.dfs-pr-30 {
	padding-right: 30px !important;
}

.dfs-pr-40 {
	padding-right: 40px !important;
}

.dfs-pr-50 {
	padding-right: 50px !important;
}

.dfs-pb-0 {
	padding-bottom: 0px !important;
}

.dfs-pb-10 {
	padding-bottom: 10px !important;
}

.dfs-pb-20 {
	padding-bottom: 20px !important;
}

.dfs-pb-30 {
	padding-bottom: 30px !important;
}

.dfs-pb-40 {
	padding-bottom: 40px !important;
}

.dfs-pb-50 {
	padding-bottom: 50px !important;
}

.dfs-pl-0 {
	padding-left: 0px !important;
}

.dfs-pl-10 {
	padding-left: 10px !important;
}

.dfs-pl-20 {
	padding-left: 20px !important;
}

.dfs-pl-30 {
	padding-left: 30px !important;
}

.dfs-pl-40 {
	padding-left: 40px !important;
}

.dfs-pl-50 {
	padding-left: 50px !important;
}

.dfs-ph-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.dfs-ph-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.dfs-ph-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.dfs-ph-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.dfs-ph-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.dfs-ph-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.dfs-pv-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.dfs-pv-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.dfs-pv-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.dfs-pv-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.dfs-pv-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.dfs-pv-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.dfs-mt-0 {
	margin-top: 0px !important;
}

.dfs-mt-5 {
	margin-top: 5px !important;
}

.dfs-mt-10 {
	margin-top: 10px !important;
}

.dfs-mt-20 {
	margin-top: 20px !important;
}

.dfs-mt-30 {
	margin-top: 30px !important;
}

.dfs-mt-40 {
	margin-top: 40px !important;
}

.dfs-mt-50 {
	margin-top: 50px !important;
}

.dfs-mr-0 {
	margin-right: 0px !important;
}

.dfs-mr-10 {
	margin-right: 10px !important;
}

.dfs-mr-20 {
	margin-right: 20px !important;
}

.dfs-mr-30 {
	margin-right: 30px !important;
}

.dfs-mr-40 {
	margin-right: 40px !important;
}

.dfs-mr-50 {
	margin-right: 50px !important;
}

.dfs-mb-0 {
	margin-bottom: 0px !important;
}

.dfs-mb-10 {
	margin-bottom: 10px !important;
}

.dfs-mb-20 {
	margin-bottom: 20px !important;
}

.dfs-mb-30 {
	margin-bottom: 30px !important;
}

.dfs-mb-40 {
	margin-bottom: 40px !important;
}

.dfs-mb-50 {
	margin-bottom: 50px !important;
}

.dfs-mb-90 {
	margin-bottom: 90px !important;
}

.dfs-ml-0 {
	margin-left: 0px !important;
}

.dfs-ml-10 {
	margin-left: 10px !important;
}

.dfs-ml-20 {
	margin-left: 20px !important;
}

.dfs-ml-30 {
	margin-left: 30px !important;
}

.dfs-ml-40 {
	margin-left: 40px !important;
}

.dfs-ml-50 {
	margin-left: 50px !important;
}

.dfs-mh-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.dfs-mh-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.dfs-mh-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.dfs-mh-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.dfs-mh-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.dfs-mh-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.dfs-mv-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.dfs-mv-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.dfs-mv-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.dfs-mv-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.dfs-mv-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.dfs-mv-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

table {
	width: 100%;
}

.row>* {
	display: inline-block;
	padding: 10px;
	vertical-align: top;
}

.row .c2 {
	width: calc(49.9999% - 30px);
}

.row .c3 {
	width: calc(33.3333% - 30px);
}

.row .c4 {
	width: calc(25% - 30px);
}

.row .c5 {
	width: calc(20% - 30px);
}

.row .c6 {
	width: calc(16.666% - 30px);
}

.c1 {
	width: calc(100% - 1px);
}

.table-footer nav {
	width: auto;
	display: inline-block;
	background-color: transparent;
}

.pagination {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.pagination li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.pagination .page-link {
	display: inline-block;
	padding: 3px 5px;
}

.form-input-round input {
	border-radius: var(--border-radius);
}

.flipH {
	transform: scaleX(-1);
}

.posAbsolute {
	position: absolute;
}

.posRelative {
	position: relative;
}

.posTL {
	position: absolute;
	top: 0px;
	left: 0px;
}

.posTC {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.posTR {
	position: absolute;
	top: 0px;
	right: 0px;
}

.posCL {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}

.posCC {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.posCR {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

.posBL {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.posBC {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.posBR {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.product-gallery2 {
	width: clamp(320px, 87vw, 1300px);
	display: flex;
	overflow-x: auto;
	gap: 20px;
	width: 100%;
	padding: 20px;
	margin-top: 25px;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #a4a3a3 #f1f1f1;
}

.product-gallery2::-webkit-scrollbar {
	height: 8px;
}

.product-gallery2::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.product-gallery2::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

.product-gallery2::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.card-index {
	transition: transform 0.3s ease;
	cursor: pointer;
}

.card-index:hover {
	transform: scale(1.1);
}

.link-index {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0px;
	text-decoration: none;
	color: var(--negro);
	transition: transform 0.2s;
}

.link-index:hover {
	transform: translateX(-5px);
	text-decoration: underline;
}

.product-card {
	position: relative;
	overflow: hidden;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	flex-shrink: 0;
	width: 240px;
	height: 300px;
}

.ind {
	width: 350px;
	height: 500px;
}

.product-card:hover {
	transform: translateY(-5px) scale(1.02);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.product-card img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: transform 0.4s ease;
}

.product-card:hover img {
	transform: scale(1.1);
}

.card-info {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.card-info .name {
	color: white;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0;
}

.collage-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 250px;
	gap: 16px;
	width: 100%;
}

.collage-item {
	position: relative;
	overflow: hidden;
	display: block;
	text-decoration: none
}

.collage-item:nth-child(2) {
	grid-row: span 2;
}

.collage-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease-in-out;
}

.item-title {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	color: white;
	background-color: #7c572e;
	padding: 0.7rem 1.2rem;
	font-weight: bold;
	font-size: 2rem;
	transition: transform 0.3s ease;
}

.collage-item:hover img {
	transform: scale(1.05);
}

.collage-item:hover .item-title {
	transform: translateX(5px);
}

.product-layout {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.product-gallery {
	flex: 1;
	display: flex;
	gap: 20px;
	min-width: 300px;
}

.thumbnails {
	max-height: 500px !important;
	padding-right: 4px !important;
	margin-top: 15px;
}

.thumbnails img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border-color 0.3s;
}

.thumbnails img.active {
	border-color: #333;
}

.thumbnails.thumbnail-swiper {
	height: 500px;
	width: 80px;
	position: relative;
	display: flex;
	flex-direction: column;
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
}

.thumbnail-swiper .swiper-wrapper {
	flex-direction: column;
}

.thumbnail-swiper .swiper-slide {
	width: 80px !important;
	height: 80px !important;
	margin-bottom: 10px;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.thumbnail-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border-color 0.3s;
}

.thumbnail-swiper .swiper-slide img.active {
	border-color: #333;
}

.swiper-button-next-thumb,
.swiper-button-prev-thumb {
	position: absolute;
	left: 50% !important;
	transform: translateX(-50%);
	width: 40px !important;
	height: 40px !important;
	z-index: 10;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	cursor: pointer;
	top: unset !important;
	bottom: unset !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}


.swiper-button-prev-thumb {
	top: 10px !important;
}

.swiper-button-next-thumb {
	bottom: 10px !important;
}

.swiper-button-prev-thumb::after,
.swiper-button-next-thumb::after {
	transform: none;
	font-size: 18px !important;
	font-weight: bold;
	color: #333;
	transform: rotate(90deg);
}

.main-image img {
	width: 100%;
	height: 500px;
	max-height: 500px;
	object-fit: cover
}

.product-details {
	flex: 1;
	min-width: 300px;
}

.product-details h1 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 5px;
}

.product-details h2 {
	font-size: 14px;
	font-weight: 400;
	margin-top: -12px;
	margin-bottom: -9px;
}

.product-description {
	font-size: 16px;
	line-height: 1.6;
}

.product-actions {
	display: flex;
	gap: 20px;
}

.action-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 0.8rem;
}

.action-icon .icon-circle {
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
	transition: background-color 0.3s;
}

.action-icon .icon-circle svg {
	width: 40px;
	height: 40px;
}

.action-icon:hover .icon-circle {
	background-color: #f0f0f0;
}

.specifications h3 {
	font-size: 1.3rem;
}

.tech-specs-brochure {
	margin-top: 40px;
	display: flex;
	height: auto;
	flex-direction: row;
	padding: 20px 5vw !important;
	gap: 20%;
	justify-content: flex-start;
}

.tech-specs {
	text-align: left;
}

.tech-specs h3 {
	font-size: 24px
}

.tech-specs a {
	color: rgb(75, 141, 227) !important;
	font-size: 14px;
}

.tech-specs span {
	vertical-align: middle;
	display: inline-block;
}

.specs-container {
	width: clamp(320px, 87vw, 1300px);
	;
	margin: 0 auto 0 auto;
}

.specs-container h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 3px solid #f0f0f0;
}

.specs-section {
	padding: 2rem 0;
}

.specs-section h3 {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.product-specs-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.product-specs-table td {
	border-bottom: 1px solid #b5b5b5;
	text-align: left;
	color: #515151;
	padding: 2px;
}

.product-specs-table td:first-child {
	font-weight: 600;
	color: #333;
}

.product-specs-table tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

.product-variants {
	margin-top: 30px;
}

.variants-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 15px;
}

.variants-header h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: #333;
}

#selectedColorName {
	font-size: 1rem;
	color: #555;
}

.color-swatch {
	width: 70px;
	height: 70px;
	object-fit: cover;
	cursor: pointer;
	border: 2px solid #e0e0e0;
	transition: border-color 0.3s ease;
}

.color-swatch.active {
	transform: scale(1.1);
	border-color: #333;
}

.error-order {
	background-color: #fff5f5;
	border-left: 4px solid #e53e3e;
	border-radius: 0 8px 8px 0;
	padding: 16px 20px;
	margin: 20px 0;
	color: #c53030;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	box-shadow: 0 2px 8px rgba(62, 47, 47, 0.1);
	display: flex;
	align-items: center;
	gap: 12px;
}

.variant-carousel-container {
	display: flex;
	align-items: center;
	width: 100%;
}

.swiper-container-colors {
	flex-grow: 1;
	width: 100%;
	padding: 10px 40px;
	position: relative;
	overflow: hidden;
}

.swiper-container-colors .swiper-slide {
	width: auto !important;
	margin-right: 10px;
}

.swiper-button-prev-colors,
.swiper-button-next-colors {
	position: static !important;
	transform: none;
	flex-shrink: 0;
	width: 30px !important;
	height: 30px !important;
	color: #927949 !important;
	margin-top: -15px;
}

.swiper-button-prev-colors::after,
.swiper-button-next-colors::after {
	font-size: 20px !important;
	font-weight: bold;
}

.variant-info {
	margin-top: 15px;
}

.truncated-text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 4.5em;
	line-height: 1.5em;
	transition: max-height 0.3s ease;
}

.truncated-text.expanded {
	-webkit-line-clamp: unset;
	max-height: 500px;
	overflow: visible;
}

#toggleDescription {
	background: none;
	color: #927949;
	cursor: pointer;
	padding: 0;
}

@media (max-width: 800px) {
	.collage-container {
		display: block;
	}
	.product-layout {
		flex-direction: column;
	}

	.product-details {
		width: clamp(320px, 80vw, 1300px);
	}

	.product-gallery {
		gap: 15px;
	}

	.swiper-button-next-thumb,
	.swiper-button-prev-thumb {
		display: none !important;
	}

	.thumbnail-swiper {
		height: auto;
	}

	.thumbnail-swiper .swiper-wrapper {
		flex-direction: row;
	}

	.thumbnail-swiper .swiper-slide {
		width: 60px !important;
		height: 60px !important;
		margin-bottom: 0;
		margin-right: 10px;
	}

	.thumbnails {
		max-height: none;
		overflow-y: hidden;
		flex-wrap: nowrap;
		flex-direction: row;
		overflow-x: auto;
		padding-bottom: 5px;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.thumbnails::-webkit-scrollbar {
		display: none;
	}

	.main-image {
		margin-left: 0;
		margin-right: 0;
	}

	.main-image img {
		height: 400px;
		max-height: 400px;
	}

	.thumbnails img {
		width: 60px;
		height: 60px;
		flex-shrink: 0;
	}

	.dfs-flex2 {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 15px;
		align-items: center;
		justify-content: flex-start;
		margin-top: 30px;
		padding: 0;
	}

	.iconsHP {
		flex-basis: auto;
		flex-grow: 1;
		width: 50%;
		max-width: 300px;
	}

}