@charset "UTF-8";

.content .description {
	padding: 20px 80px;
}

.collections, .categories {
	text-align: center;
}

h1 {
	text-align: center;
	font-size: 60px;
	margin-top: -22px;
	margin-bottom: -16px;
}

.collections h2, .categories h2 {
	background: radial-gradient(circle at center, var(--main-dark) -200%, var(--main-light) 100%);
}

.collections .webshop-item .webshop-item-image {
	object-fit: cover;
	box-shadow: 0 0 2px #fff;
	border-radius: 50%;
}

.collections .webshop-item .title, .collections .webshop-item .corner {
	display: none;
}

.webshop-item {
	display: inline-block;
	margin: 20px 20px;
	width: 300px;
}
@media (max-width: 768px) {
	.collections .webshop-item {
		width: 300px !important;
	}
	.collections .webshop-wrap .webshop-item-image {
		max-height: 300px !important;
	}
	.webshop-item {
		width: 200px;
	}
	.webshop-wrap .webshop-item-image {
		max-height: 200px !important;
	}
}

.categories .track_wrapper {
	position: relative;
	margin: auto auto;
	width: 95%;
	overflow: hidden;
	-webkit-mask: linear-gradient(90deg,
			transparent 0,
			black 5% 95%,
			transparent
		) 0 50% / 100% calc(100% - (2 * 6px)) no-repeat,
		linear-gradient(0deg, black, black) 50% 0 / 100% 6px no-repeat,
		linear-gradient(0deg, black, black) 50% 100% / 100% 18px no-repeat;
}
.categories .track_wrapper .track {
	--size: clamp(200px, 40vmin, 50rem);
	overflow-y: hidden;
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0px 33%;
	scroll-snap-type: x mandatory;
}
.categories .webshop-wrap {
	width: 150px !important;
}
.categories .webshop-item {
	width: 150px !important;
	margin: 20px 8px;
	scroll-snap-align: center;
}
.categories .webshop-item-image {
	height: 260px !important;
}

.webshop-item .title {
	background: radial-gradient(ellipse at top, #8c8f80 0%, #727668 55%, #5f6355 100% );
	box-shadow: inset 0 0 6px rgba(255,255,255,0.12), 0 1px 2px rgba(0,0,0,0.35);
	width: 100%;
	min-height: 58px;
	border-radius: 0 0 4px 4px;
}

.webshop-item .title h3 {
	text-align: center;
	margin: 0;
	padding-top: 18px;
	font-size: 22px;
	font-family: 'Baskerville', serif;
}
.webshop-item .title.price h3 {
	padding-top: 6px;
	margin-bottom: -8px;
}
.webshop-item .title.price .amount {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
.webshop-item .workshop-title {
	max-width: 300px;
	font-size: 16px !important;
	margin-top: 3px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.webshop-item a {
	text-decoration: none !important;
}
.webshop-wrap {
	position: relative;
	box-shadow: none;
	transition: all 1s ease-in-out;
}
.webshop-wrap:hover {
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.webshop-wrap .webshop-item-image {
	object-fit: cover;
	width: 100%;
	height: 300px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.webshop-wrap .webshop-item-image.soldout {
	opacity: 0.6;
}

.webshop-wrap .corner {
	display: block;
	position: absolute;
	right: -6px;
	top: -10px;
	width: 50%;
	opacity: 0.6;
}


.subscribe_newsletter img.webshop-item-image {
	height: 362px !important;
	max-height: 362px !important;
}
.subscribe_newsletter .workshop-title {
	margin-top: -8px;
}
.subscribe_newsletter .title {
	height: 0px;
	min-height: 0px;
	max-height: 0px;
}
.subscribe_newsletter .subscribe_text {
	position: absolute;
	margin-top: -290px;
	width: 250px;
	margin-left: 25px;
	background: rgba(0,0,0,0.7);
	padding: 5px;
}





.add_to_cart {
	margin-right: auto;
	marign-left: auto;
	text-align: center;
	float: right;
}
.form_to_cart select {
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	color: #000;
	width: 50%;
	padding: 2px;
}
.price {
	font-size: 22px;
}
.alert-danger {
	color: #000;
	border-color: var(--main);
	background-color: var(--notification);
}


.ribbon {
	width: 130px;
	height: 130px;
	overflow: hidden;
	position: absolute;
	z-index: 99;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 200px;
	padding: 6px 0;
	background-color: #D4A437;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font: sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-align: center;
}
.ribbon.soldout span {
	background-color: #a53333 !important;
}
.ribbon.personal span {
	background-color: #2F5D50 !important;
}
.ribbon-top-left {
	top: -4px;
	left: -4px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}
.ribbon-top-left::before {
	top: 0;
	right: 0;
}
.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}
.ribbon-top-left span {
	right: -17px;
	top: 30px;
	transform: rotate(-45deg);
}

.notification-good {
	background: var(--notification-good);
	padding 4px;
	border-radius: 4px;
	text-align: center;
}

.free-shipping-notification {
	margin-bottom: 20px;
	margin-top: 0px;
}

.order_not_paid {
	background: var(--notification);
	padding: 4px;
	border-radius: 4px;
}