@import url("/custom/css/custom.css");

/*NNTA 00335964 - 12.05.25 - START - Popup*/

/* Overlay styling */
#popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent black background */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

/* Popup content styling */
#popup-content {
	background-color: #000000;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	text-align: center;
	max-width: 500px;
	width: 90%;
}

/* Message text styling */
#popup-content p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}

/* Close button styling */
#popup-close-button {
	background-color: #fff;
	color: #000053;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}

#popup-close-button:hover {
	background-color: #0056b3;
}

/*NNTA 00335964 - 12.05.25 - END - Popup*/

/*00350030*/
[_ts15] {
#page_list_goods{
#goods_central_column {
#goods_storefront {
grid-row: 1;
}
#goods_category_title, #goods_filters {
grid-row: 2 !important;
}
#goods_list {
grid-row: 3 !important;
}
}
}
}
/*END - 00350030*/