@media (max-width: 766.98px) {
	.footer-mobile-stripe {
		left: 50% !important;
		right: auto !important;
		bottom: calc(12px + env(safe-area-inset-bottom));
		transform: translateX(-50%);
		width: 264px !important;
		max-width: 264px;
		height: 56px !important;
		padding: 7.5px 24px;
		border-radius: 999px;
		background: linear-gradient(180deg, #bf2a43 0%, #a6192e 100%);
		box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
		justify-content: center;
		align-items: center;
		gap: 16px;
	}

	.footer-action-button {
		/*flex: 1 1 0;*/
		min-width: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		/*gap: 4px;*/
		/*padding: 5px 12px 6px;*/
		color: #fff;
		text-align: center;
		line-height: 1.1;
	}

	.footer-action-button:hover,
	.footer-action-button:focus {
		color: #fff;
		text-decoration: none;
	}

	.footer-action-button__img {
		width: 24px;
		height: 24px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.footer-action-button__img img {
		display: block;
		width: 24px;
		height: 24px;
		max-width: none;
	}

	.footer-action-button__text {
		display: block;
		color: #fff;
		font-size: 12px;
		font-weight: var(--fw-semibold);
		line-height: 16px;
		white-space: nowrap;
	}
}

@media (max-width: 1079.98px) {
	.menu-mobile-actions .header-footer-action-button--catalogue {
		display: block;
		margin-left: 0 !important;
		padding-left: 35px;
	}

	.menu-mobile-actions .header-footer-action-button--catalogue::after {
		display: none !important;
	}

	.menu-mobile-actions .header-footer-action-button--catalogue .header-footer-action-button__img {
		width: 24px;
		height: 24px;
	}

	.menu-mobile-actions .header-footer-action-button--catalogue .header-footer-action-button__img img {
		display: block;
		width: 24px;
		height: 24px;
		filter: brightness(0) saturate(100%) invert(17%) sepia(85%) saturate(2487%) hue-rotate(335deg) brightness(96%) contrast(94%);
	}

	.menu-mobile-actions .header-footer-action-button-footer-mobile-hide {
		display: block;
		width: fit-content;
		margin: 8px 0 0 !important;
		text-align: center;
		font-size: 14px;
		font-weight: var(--fw-semibold);
		line-height: 14px;
		border-radius: 999px;
		padding: 14px 16px;
	}

	.menu-mobile-actions .header-footer-action-button-footer-mobile-hide.btn-white-red {
		color: #fff;
		background: var(--primary-color);
		border: 1px solid var(--primary-color);
	}

	.menu-mobile-actions .header-footer-action-button-footer-mobile-hide.btn-white-red:hover,
	.menu-mobile-actions .header-footer-action-button-footer-mobile-hide.btn-white-red:focus,
	.menu-mobile-actions .header-footer-action-button-footer-mobile-hide.btn-white-red:focus-visible {
		color: #fff;
		background: var(--primary-color-hover);
		border-color: var(--primary-color-hover);
	}

	.menu-mobile-actions .header-footer-action-button-footer-mobile-hide.btn-gray {
		color: #111;
		background: var(--light-gray-color);
		border: 1px solid var(--light-gray-color);
	}

	.menu-mobile-actions .header-footer-action-button-footer-mobile-hide.btn-gray:hover,
	.menu-mobile-actions .header-footer-action-button-footer-mobile-hide.btn-gray:focus,
	.menu-mobile-actions .header-footer-action-button-footer-mobile-hide.btn-gray:focus-visible {
		color: #fff;
		background: var(--primary-color-hover);
		border-color: var(--primary-color-hover);
	}
}

@media (max-width: 560px) {
	.footer {
		margin-bottom: 0 !important;
	}
}
