/* Text ribbons: no bitmap assets, shared by desktop and mobile products. */
span.product-ribbon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 59px;
	height: 59px;
	overflow: hidden;
	pointer-events: none;
}

span.product-ribbon > em {
	position: absolute;
	top: 10px;
	left: -27px;
	display: block;
	box-sizing: border-box;
	width: 100px;
	height: 23px;
	margin: 0;
	padding: 0;
	transform: rotate(-45deg);
	background: #ac823e;
	color: #fff;
	font-family: Arial, "Malgun Gothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
}

span.product-ribbon--new > em { background: #b94642; }
span.product-ribbon--g1 > em { background: #24744b; }

/* Keep window ribbons anchored to the thumbnail, including renewed layouts. */
#searchContainer .list ul li .left { position: relative; }

@media (max-width: 767px) {
	span.product-ribbon { width: 45px; height: 45px; }
	span.product-ribbon > em {
		top: 7px;
		left: -26px;
		width: 82px;
		height: 19px;
		font-size: 10px;
		line-height: 19px;
	}
	#detail1 .swiper-slide > .product-ribbon,
	#detail_fittings .swiper-slide > .product-ribbon { left: 2%; }
}
