.poster-block {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 10px 0;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}

.poster-canvas-wrapper {
	position: relative;
	width: 100%;
	padding-top: 150%;
	overflow: hidden;
}

.poster-canvas {
	position: absolute;
	top: 0;
	left: 50%;
	width: 780px !important;
	height: 1200px !important;
	transform-origin: top center;
	transform: translateX(-50%) scale(0.45);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.poster-theme__inner {
	position: relative;
	width: 680px;
	margin: 50px;
	padding: 25px;

}

.poster-theme__hero {
	position: relative;
	width: 100%;
    margin-bottom: 35px;
    height: 380px;
	overflow: hidden;
}

.poster-theme__hero-media {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.poster-theme__hero-images {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.poster-theme__hero-image{
	width: auto;
    height: 100%;
    position: static;
    filter: contrast(0.7) sepia(0.5) brightness(0.9);
    margin: 0;
	flex: 0 0 auto;
	max-width: none;
}

.poster-theme__hero-image--side {
	opacity: 0.5 !important;
}

.poster-theme__hero-image--center {
	opacity: 1;
}

.poster-theme__hero-frame {
    width: auto;
    height: 380px;
    inset: 0;
    position: absolute;
	z-index: 3;
}

.poster-theme__hero-frame {
	pointer-events: none;
}

.poster-theme__hero-media .excerpt-texture.card-img-overlay{
	height: 380px;
    z-index: 1;
    background-size: 100px;
	margin: 0;
}

.poster-theme__title {
    font-size: 36px;
    line-height: 1.25;
    display: flex;
    align-items: center;
    margin: auto;
    height: 95px;
    color: var(--gray-gold-text);
    font-weight: bold;
}

.poster-theme__title-text {
    flex: 1;
    min-width: 0;
}

.poster-theme__title-rating {
    margin-left: auto;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: 20px;
    font-weight: normal;
    color: var(--gray-gold-text);
    white-space: nowrap;
}

.poster-theme__title-rating-label {
    font-size: 14px;
    letter-spacing: 0.05em;
}

.poster-theme__title-rating-value {
    font-size: 40px;
    font-weight: 600;
    padding: 22px;
    border: 1px dashed;
}

.poster-theme__meta {
    display: flex;
    gap: 15px 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    color: var(--gray-gold-text);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    height: 90px;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

.poster-theme__meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: 1px dashed;
    padding: 5px 10px;
}

.poster-theme__meta-value {
	font-size: 16px;
    color: var(--gray-gold-text);
}

.poster-theme__meta-label {
	font-size: 11px;
	letter-spacing: 0.3em;
}

.poster-theme__price {
	align-self: flex-end;
	padding: 8px 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(255, 244, 220, 0.88), rgba(255, 229, 168, 0.88));
	color: #b07617;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.poster-theme__excerpt {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: var(--gray-text-color) !important;
	height: 160px;
	overflow: clip;
	opacity: 0.8;
}

.poster-theme__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 20px;
}

.poster-theme__tag {
    padding: 6px 14px;
    border: 1px dashed;
    color: var(--gray-gold-text);
    font-size: 14px;
    letter-spacing: 0.08em;
}

.poster-theme__footer {
display: block;
    position: absolute;
    bottom: 23px;
    right: 29px;
}

.poster-theme__brand {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 14px;
	color: #8a7442;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.poster-theme__brand-title {
	font-size: 12px;
	font-weight: 600;
}

.poster-theme__brand-image {
	max-width: 120px;
	height: auto;
	filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
}


.poster-theme__qr-image {
    width: 190px;
    height: 190px;
    background-color: var(--global-white);
}


.poster-theme__qr-label {
	font-size: 13px;
	color: #9b813f;
	letter-spacing: 0.18em;
}

.poster-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    width: 97%;
}

.poster-actions .button,
.poster-actions .button-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    font-size: 15px;
}


.poster-status {
	margin: 0;
    font-size: 12px;
    text-align: center;
    opacity: 0.7;
}

.poster-theme--collection .poster-theme__price {
	align-self: flex-start;
	margin-top: -10px;
}

.poster-theme__collection-detail{
	border: 1px dashed var(--gray-border-color);
    padding: 10px;
	height: 85px;
    overflow: hidden;
}


.poster-theme__collection-detail--history{
	margin-top: 20px;
}

.poster-theme__collection-detail .poster-theme__meta-label{
	color: var(--gray-gold-text);
    margin-bottom: 5px;
}