.bm-teaser.bm-teaser--shaker {
	background: url('/new/static/babymania/images/shaker_back.svg') no-repeat right bottom #009FE3;
	border-radius: 16px 16px 0 0;
	width: 390px;
}
.bm-teaser.bm-teaser--shaker:before{
	content: '';
	position: absolute;
	left: -71px;
	top: -33px;
	width: 193px;
	height: 163px;
	background: url('/new/static/babymania/images/shaper_move.svg') no-repeat left top;
	pointer-events: none;
}
.bm-teaser.bm-teaser--shaker:after{
	content: '';
	position: absolute;
	left: -21px;
	top: -14px;
	width: 80px;
	height: 149px;
	background: url('/new/static/babymania/images/shaker_bottle.png') no-repeat left top;
	background-size: 80px auto;
	pointer-events: none;
	transform: rotate(45deg);
	backface-visibility: hidden;
	perspective: 1000px;
	animation: shake_bottle2 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}

.bm-teaser--shaker .bm-teaser__close {
	width: 12px;
	height: 12px;
	right: 10px;
	top: 10px;
	color: #ffffff;
	transform: none;
}
.bm-teaser--shaker .bm-teaser__close:hover{
	color: #27388a;
}
.bm-teaser--shaker .bm-teaser__close:before,
.bm-teaser--shaker .bm-teaser__close:after {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 12px;
	height: 1px;
	transform: rotate(45deg);
	background: currentColor;
}
.bm-teaser--shaker .bm-teaser__close:after {
	transform: rotate(-45deg);
}

.bm-teaser--shaker .bm-teaser__section {
	padding: 10px 24px 10px 96px;
	gap: 3px;
	justify-content: flex-start;
	min-height: 130px;
}
.bm-teaser--shaker .bm-teaser__title {
	font-size: 21px;
	line-height: 24px;
}
.bm-teaser--shaker .bm-teaser__desc {
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0;
	color: #ffffff;
}
.bm-teaser--shaker .bm-teaser__button {
	margin-top: 5px;
	padding: 0 24px;
	background-color: #ff8300;
	border-color: #ff8300;
}
.bm-teaser--shaker .bm-teaser__map:hover ~ .bm-teaser__section .bm-teaser__button {
	background-color: #27388a;
	border-color: #27388a;
}

@keyframes shake_bottle2 {
    5%, 45% {
        transform: rotate(44deg);
    }
    10%, 40% {
        transform: rotate(47deg);
    }
    15%, 25%, 35% {
        transform: rotate(41deg);
    }
    20%, 30% {
        transform: rotate(49deg);
    }
    50% {
        transform: rotate(45deg);
    }
    90% {
        transform: rotate(45deg);
    }
}

@media screen and (max-width: 767px) {
	.bm-teaser--shaker .bm-teaser__button {
		height: 32px;
		font-size: 14px;
		line-height: 24px;
	}
}
@media screen and (max-width: 559px) {
	.bm-teaser.bm-teaser--shaker.bm-teaser.is-visible {
		transform: translateY(0);
	}
	.bm-teaser.bm-teaser--shaker {
		width: auto;
		left: 72px;
		right: 16px;
	}
	.bm-teaser--shaker .bm-teaser__desc {
		font-size: 14px;
		max-width: 270px;
	}
}
@media screen and (max-width: 459px) {
	.bm-teaser.bm-teaser--shaker.bm-teaser {
		transform: translateY(200%);
	}
	.bm-teaser.bm-teaser--shaker.bm-teaser.is-visible {
		transform: translateY(0);
	}

	.bm-teaser.bm-teaser--shaker {
		background-position: 50% calc(50% - 14px);
		width: calc(100% - 32px);
		left: 16px;
		right: auto;
	}
	.bm-teaser.bm-teaser--shaker:after {
		background-size: contain;
		width: 40px;
		height: 75px;
		left: 20px;
		top: 10px;
	}
	.bm-teaser.bm-teaser--shaker:before {
		background-size: contain;
		width: 97px;
		height: 82px;
		left: -6px;
		top: 1px;
	}

	.bm-teaser--shaker .bm-teaser__title {
		font-size: 17px;
		line-height: 18px;
	}
	.bm-teaser--shaker .bm-teaser__desc {
		font-size: 12px;
		line-height: 14px;
		max-width: 230px;
	}
	.bm-teaser--shaker .bm-teaser__section {
		padding: 10px 10px 10px 80px;
		min-height: 0;
		justify-content: center;
	}
	.bm-teaser--shaker .bm-teaser__button {
		height: 28px;
		font-size: 13px;
		line-height: 1;
	}
}
