.b-product-content__box.b-product-content__storage {
	background-image: url('/static/f/product/27/img-storage-cereals/storage-cereals-bg.jpg');
	background-size: cover;
	position: relative;
	border-radius: 18px;
}

.b-product-content__storage::before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 0px;
	width: 144px;
	height: 144px;
	background-image: url('/static/f/product/27/img-storage-cereals/storage-decor-1.png');
	background-repeat: no-repeat;
	pointer-events: none;
}

.b-product-content__storage::after {
	content: '';
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: 5px;
	width: 99px;
	height: 99px;
	background-image: url('/static/f/product/27/img-storage-cereals/storage-decor-2.png');
	background-repeat: no-repeat;
	pointer-events: none;
}

.b-product-storage {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.b-product-storage::after {
	content: '';
	position: absolute;
	z-index: 2;
	right: -210px;
	bottom: -25px;
	width: 159px;
	height: 240px;
	background-image: url('/static/f/product/27/img-storage-cereals/storage-decor-3.png');
	background-repeat: no-repeat;
	pointer-events: none;
}

.b-product-storage__item {
	width: 335px;
	background: #fcfdf3;
	border: 1px solid #8f4c21;
	border-radius: 30px;
	overflow: hidden;
}

.b-product-storage__img {
	background: #fff7e4;
	height: 150px;
	text-align: center;
}

.b-product-storage__img img {
	width: auto;
	height: 100%;
}

.b-product-storage__body {
	padding: 12px 20px 20px;
	background: #fcfdf3;
}

.b-product-storage__title {
	font-family: RotonBol, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #27388a;
}

.b-product-storage__text {
	margin-top: 5px;
	font-family: RotonReg, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #353535;
}

@media screen and (max-width: 767px) {
	.b-product-storage::after {
		content: none;
	}
}

@media screen and (max-width: 480px) {
	.b-product-storage__item {
		width: 100%;
	}
	.b-product-storage__img {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.b-product-storage__img img {
		width: 100%;
		height: auto;
	}
	.b-product-content__storage::before,
	.b-product-content__storage::after {
		content: none;
	}
}