:root {
	--light: #acca56;
	--bg-footer: #acca56;
	--dark: #586068;
	--dark2: #b16100;
	--medium: #9d8b80;
	--yellow: #fc0;
	--error: #c00;
	--success: #0c0;
	--product-shield: #efbf4e;
	--product-logo: #479cdb;
	--product-text: #b80069;
	--product-image: #879e49;
	--product-video: #66aeee;

	--font-regular: normal normal normal 18px/125% 'auto-1', 'Times New Roman', sans-serif;
	--font-medium: normal normal normal 18px/125% 'auto-1', 'Times New Roman', sans-serif;
	--font-bold: normal normal bold 18px/125% 'auto-1', 'Times New Roman', sans-serif;
	--font-italic: italic normal normal 18px/125% 'auto-1', 'Times New Roman', sans-serif;
	--font-bold-italic: italic normal bold 18px/125% 'auto-1', 'Times New Roman', sans-serif;
	--font-serif: normal normal normal 18px/125% 'auto-1-lf', 'Times New Roman', serif;
	--font-serif-bold: normal normal bold 18px/125% 'auto-1-lf', 'Times New Roman', serif;
	--font-serif-italic: italic normal normal 18px/125% 'auto-1-lf', 'Times New Roman', serif;
	--font-serif-bold-italic: italic normal bold 18px/125% 'auto-1-lf', 'Times New Roman', serif;

	--datepicker: url("/images/app/brokkingbanket/datepicker.png");
	--cake: url('/images/app/brokkingbanket/cake.svg');
	--chevron-left-active: var(--icon-fluent-chevron-left-12-filled);
	--chevron-right-active: var(--icon-fluent-chevron-right-12-filled);

	--swiper-pagination-bullet-size: 12px;
	--swiper-pagination-bullet-inactive-color: yellow;
	--swiper-pagination-bullet-active-color: #fff;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 8px;

	--color-cart-row-even: var(--color-gray-6);
	--color-cart-row-odd: var(--color-gray-7);

	--search-pagination-border-color: var(--light);
	--search-pagination-border-color-hover: var(--light);
	--search-pagination-background-color-hover: var(--light);
	--search-pagination-text-color-hover: var(--color-white);
}

.footer-container .footer-logo {
	display: none;
}
