/* shwpostck - Journal3 resimli secenek duzeni */
.product-options .push-option label img + .option-value { overflow: visible; }
.product-options .push-option label img + .option-value .shw-p,
.product-options .push-option label img + .option-value .shw-badge .shw-t { display: none; }
.product-options .push-option label img + .option-value .shw-badge {
	position: absolute; right: -4px; bottom: 100%; margin-bottom: 3px;
	font-size: 9px; line-height: 1; padding: 3px 5px; border-radius: 8px;
	font-weight: 700; white-space: nowrap; z-index: 2;
}
.product-options .push-option label img + .option-value .shw-badge::before { content: attr(data-short); }
/* Mobil: isim gorselin altina basildigi icin sadece ALT bosluk */
@media (max-width: 1024px) {
	.product-options .push-option > div label:has(img + .option-value) { margin-bottom: 24px !important; }
}
/* Renkler (Journal .label rengini eziyor) */
.product-options .shw-badge.label-success { background: #2e9e5b !important; color: #fff !important; }
.product-options .shw-badge.label-danger  { background: #d9534f !important; color: #fff !important; }
