/* ==========================================================================
   Exclusive product label - begin
   (custom addition, not part of compiled woocommerce.min.css)
   ========================================================================== */

.mkdf-exclusive-product {
	position: absolute;
	top: 10px;
	right: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px 5px;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 11px;
	line-height: 19px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 7px;
	white-space: nowrap;
	color: #3a2c07;
	background: linear-gradient(120deg, #f7e2a3 0%, #e8c469 35%, #c9a227 65%, #f3dc9a 100%);
	background-size: 200% 100%;
	box-shadow: 0 4px 14px rgba(163, 128, 22, .28);
	overflow: hidden;
	z-index: 101;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: mkdf-exclusive-shine 6s linear infinite;
	animation: mkdf-exclusive-shine 6s linear infinite;
}

.mkdf-exclusive-product svg {
	display: block;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	fill: currentColor;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.mkdf-exclusive-product-text {
  font-family: "Playfair Display", serif;
}
.mkdf-exclusive-product:after {
	content: '';
	position: absolute;
	top: 0;
	left: -60%;
	width: 40%;
	height: 100%;
	background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	pointer-events: none;
	-webkit-animation: mkdf-exclusive-sweep 4.5s ease-in-out infinite;
	animation: mkdf-exclusive-sweep 4.5s ease-in-out infinite;
}

@-webkit-keyframes mkdf-exclusive-shine {
	0% { background-position: 0 0; }
	50% { background-position: 100% 0; }
	100% { background-position: 0 0; }
}

@keyframes mkdf-exclusive-shine {
	0% { background-position: 0 0; }
	50% { background-position: 100% 0; }
	100% { background-position: 0 0; }
}

@-webkit-keyframes mkdf-exclusive-sweep {
	0% { left: -60%; }
	55%, 100% { left: 130%; }
}

@keyframes mkdf-exclusive-sweep {
	0% { left: -60%; }
	55%, 100% { left: 130%; }
}

/* Single product page */

.woocommerce-product-gallery__wrapper .mkdf-exclusive-product {
  display: none;
}
/* Single product summary chip (title area) */
.mkdf-exclusive-product-inline {
	position: relative;
	top: auto;
	right: auto;
	margin-bottom: 8px;
}

/* Responsive */
@media only screen and (max-width: 768px) {

	.mkdf-exclusive-product {
		letter-spacing: 1px;
	}

}

/* ==========================================================================
   Exclusive product label - end
   ========================================================================== */
