.loni-mobile-material-popup {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 1rem;
	background: rgba(20, 15, 12, .48);
}

.loni-mobile-material-popup[hidden] {
	display: none !important;
}

.loni-mobile-material-popup__panel {
	width: min(90vw, 320px);
	padding: 1.35rem;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
	color: #352923;
	text-align: center;
}

.loni-mobile-material-popup__panel strong {
	display: block;
	margin-bottom: 1rem;
	font-size: 1.1rem;
}

.loni-mobile-material-popup__panel button {
	min-width: 110px;
	margin: 0;
	padding: .65rem 1rem;
	border: 0;
	border-radius: 6px;
	background: #c56f55;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

#yith-wapo-addon-2 .loni-mobile-is-unavailable {
	opacity: .48;
}

@media (max-width: 560px) {
	#yith-wapo-addon-2 .options,
	#yith-wapo-addon-3 .options {
		display: grid !important;
		align-items: start;
		width: 100%;
	}

	#yith-wapo-addon-2 .options {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: .18rem !important;
	}

	#yith-wapo-addon-3 .options {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: .5rem !important;
	}

	#yith-wapo-addon-2 .yith-wapo-option,
	#yith-wapo-addon-3 .yith-wapo-option {
		float: none !important;
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
		min-width: 0;
	}

	#yith-wapo-addon-2 .yith-wapo-option,
	#yith-wapo-addon-2 .label_container,
	#yith-wapo-addon-2 .label_container > label {
		height: 34px !important;
		min-height: 34px !important;
	}

	#yith-wapo-addon-2 .label_container,
	#yith-wapo-addon-3 .label_container {
		display: block !important;
		width: 100% !important;
	}

	#yith-wapo-addon-2 .label_container > label,
	#yith-wapo-addon-3 .label_container > label {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		width: 100% !important;
		height: 100%;
		margin: 0 !important;
		padding: .3rem !important;
		text-align: center !important;
	}

	#yith-wapo-addon-2 .label_container > label {
		padding: .1rem !important;
	}

	#yith-wapo-addon-2 .image {
		display: block !important;
		width: 24px;
		height: 24px;
		margin: 0 auto .1rem;
		border-radius: 50%;
		overflow: hidden;
	}

	#yith-wapo-addon-2 .image img {
		display: block;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		border-radius: inherit;
	}

	#yith-wapo-addon-2 .label_container > label > .inside,
	#yith-wapo-addon-2 .outside .description {
		display: none !important;
	}

	#yith-wapo-addon-3 .image {
		display: block !important;
		width: 100%;
		margin: 0 auto .25rem;
		overflow: hidden;
	}

	#yith-wapo-addon-3 .image img {
		display: block;
		width: 100% !important;
		height: auto !important;
		max-width: 100% !important;
		margin: 0 auto;
	}

	#yith-wapo-addon-3 .label_price {
		font-size: .72rem;
		line-height: 1.15;
		text-align: center;
		overflow-wrap: anywhere;
	}

	#yith-wapo-addon-2 .clear,
	#yith-wapo-addon-3 .clear {
		display: none !important;
	}

	#yith-wapo-addon-2 .min-error,
	#yith-wapo-addon-3 .min-error {
		grid-column: 1 / -1;
	}
}
