/* custom css */

/* --------- TOP BAR ---------*/

.top_bar {
	background    : #0E0E0E;
	border-bottom : solid 1px #1C1D20;
	color         : #FFFFFF;
	font-size     : 12px;
	font-weight   : bold;
	padding       : 10px;
	text-align    : center;
}

.top_bar strong {
	background     : #F1E33C;
	border-radius  : 3px;
	color          : #0E0E0E;
	letter-spacing : 1px;
	margin         : 0 2px;
	padding        : 3px 7px;
}

/* --------- TOP BAR ---------*/

img.product-slider-image.show.hide-button.show.hide-button:hover {
	transform : scale(0.9) rotate(5deg);
}

.age-restriction-block .age-restriction-j {
	background : #F1E33C;
	color      : #0E0E0E;
}

.footer-j + .mobile_app {
	align-items     : center;
	box-sizing      : border-box;
	display         : flex;
	gap             : 30px;
	justify-content : center;
	margin          : 20px 0;
	padding         : 40px;
	width           : 100%;
}

.footer-j + .mobile_app a img {
	width : 250px;
}