@charset "UTF-8";

/** @section Thumbnails */
.figure-light figcaption {
	padding-top: 10px;
	color: #ffffff;
}

.thumbnail-classic {
	position: relative;
	overflow: hidden;
}

@media (max-width: 575.98px) {
	.thumbnail-classic {
		max-height: 80vw;
	}
}

.desktop:not([data-x-mode='true']) .thumbnail-classic:hover .thumbnail-classic-caption {
	opacity: 1;
	color: #ffffff;
}

.desktop:not([data-x-mode='true']) .thumbnail-classic .thumbnail-classic-caption {
	opacity: 0;
}

.thumbnail-classic-figure {
	display: block;
}

.thumbnail-classic-figure img {
	width: 100%;
}

.thumbnail-classic-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding: 25px;
	background: rgba(28, 39, 72, 0.68);
	pointer-events: none;
	transition: all 0.3s ease-in-out;
}

.thumbnail-classic-caption::before {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 17px;
	right: 17px;
	bottom: 15px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 8%, transparent 8%, transparent 92%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 8%, transparent 8%, transparent 92%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 11%, transparent 11%, transparent 89%, rgba(255, 255, 255, 0.5) 89%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 11%, transparent 11%, transparent 89%, rgba(255, 255, 255, 0.5) 89%, rgba(255, 255, 255, 0.5) 100%);
	background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
	background-position: 0 0, 0 100%, 0 0, 100% 0;
	background-repeat: no-repeat;
}

.thumbnail-classic-title {
	font-weight: 600;
	letter-spacing: .025em;
}

.thumbnail-classic-time {
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	position: relative;
	text-transform: none;
	margin-top: 16px;
}

.thumbnail-classic-time::before {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	width: 36px;
	background-color: #4ac4cf;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
}

.thumbnail-modern {
	position: relative;
}

.thumbnail-modern-figure img {
	width: 100%;
}

.thumbnail-modern-caption {
	position: absolute;
	top: 26px;
	left: 24px;
	right: 25px;
	bottom: 29px;
	background-color: rgba(0, 0, 0, 0.39);
	transition: all 0.3s ease-in-out;
}

.desktop:not([data-x-mode='true']) .thumbnail-modern-caption {
	background-color: transparent;
}

.desktop:not([data-x-mode='true']) .thumbnail-modern-caption > *:not(.thumbnail-modern-price-wrap) {
	opacity: 0;
	visibility: hidden;
}

.thumbnail-modern-wrap {
	text-align: center;
}

@media (max-width: 575.98px) {
	.thumbnail-modern-wrap {
		margin-left: auto;
		margin-right: auto;
		max-width: 420px;
	}
}

.thumbnail-modern-wrap:hover .thumbnail-modern-caption {
	background-color: rgba(0, 0, 0, 0.39);
}

.thumbnail-modern-wrap:hover .thumbnail-modern-caption > *:not(.thumbnail-modern-price-wrap) {
	opacity: 1;
	visibility: visible;
}

.thumbnail-modern-price-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #ffffff;
	padding: 6px 16px;
	display: flex;
	color: #151515;
	letter-spacing: .02em;
}

.thumbnail-modern-price-wrap li + li {
	margin-left: 12px;
}

.thumbnail-modern-icon {
	font-size: 22px;
	color: #ffffff;
}

.thumbnail-modern-icon:hover {
	color: #4ac4cf;
}

.thumbnail-modern-icon[class*='like'] {
	position: absolute;
	top: 22px;
	right: 21px;
}

.thumbnail-modern-icon-list {
	display: flex;
	justify-content: center;
	margin-left: -30px;
}

.thumbnail-modern-icon-list > * {
	margin-left: 30px;
}

.thumbnail-modern-icon-list li {
	position: relative;
}

.thumbnail-modern-icon-list li + li::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -15px;
	width: 1px;
	height: 22px;
	background-color: #ffffff;
}

.thumbnail-modern-buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.thumbnail-modern-buttons .button {
	margin-top: 16px;
	padding: 15px 19px;
}

.thumbnail-modern-title {
	font-weight: 700;
	margin-top: 13px;
}

.old-price {
	text-decoration: line-through;
}

