
:root {
	--sc-main-font: "Plus Jakarta Sans", sans-serif;
	--sc-main-color: #243431;
	--sc-accent-color: #f07c00;
	--sc-bg-color: #f2f6f4;
	--sc-light-color: #fff;
	--sc-main-text-color: var(--sc-main-color);
	--sc-light-text-color: var(--sc-light-color);
	--sc-accent-text-color: var(--sc-accent-color);
	--sc-extrasmall-font-size: 10px;
	--sc-small-font-size: 12px;
	--sc-semismall-font-size: 14px;
	--sc-main-font-size: 16px;
	--sc-medium-font-size: 18px;
	--sc-semibig-font-size: 20px;
	--sc-big-font-size: 24px;
	--sc-extrabig-font-size: 26px;
	--sc-superbig-font-size: 40px;
	--sc-headline-font-size: 32px;
	--sc-medium-headline-font-size: 48px;
	--sc-big-headline-font-size: 72px;
	--sc-supersmall-line-height: 1;
	--sc-extrasmall-line-height: 1.1;
	--sc-small-line-height: 1.2;
	--sc-semismall-line-height: 1.6;
	--sc-main-line-height: 1.8;
	--sc-main-font-weight: 400;
	--sc-medium-font-weight: 500;
	--sc-semibold-font-weight: 600;
	--sc-bold-font-weight: 700;
	--sc-small-letter-spacing: -.02em;
	--sc-medium-letter-spacing: .08em;
	--sc-big-letter-spacing: .1em;
	--sc-header-height: 90px;
	--sc-brands-height: 120px;
}

body {
	font-family: var(--sc-main-font);
	font-size: var(--sc-main-font-size);
	line-height: var(--sc-main-line-height);
	font-weight: var(--sc-main-font-weight);
	color: var(--sc-main-text-color);
}

body.smartcykler a {
	text-decoration: none;
	color: inherit;
	outline: none;
}

body.smartcykler button {
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none;
}

#page {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}

.main {
	flex-grow: 1;
}

.container, .big-container {
	max-width: min(1320px, 100% - 30px);
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.big-container {
	max-width: 1920px;
	padding: 0 16px;
}

.section {
	padding: 120px 0;
}

.main-header {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.main-headlines {
	margin-bottom: 48px;
	padding-right: 16px;
}

.main-headline {
	font-size: var(--sc-headline-font-size);
	line-height: var(--sc-supersmall-line-height);
	font-weight: var(--sc-medium-font-weight);
	letter-spacing: var(--sc-small-line-height);
}

.main-subheadline {
	line-height: var(--sc-supersmall-line-height);
	opacity: .5;
	margin-top: 16px;
}

body.smartcykler .button {
	display: inline-block;
	padding: 18px 19px;
	font-size: var(--sc-small-font-size);
	line-height: var(--sc-supersmall-line-height);
	font-weight: var(--sc-bold-font-weight);
	letter-spacing: var(--sc-big-letter-spacing);
	color: var(--sc-light-text-color);
	text-transform: uppercase;
	text-align: center;
	background-color: var(--sc-accent-color);
	border: 1px solid var(--sc-accent-color);
	white-space: nowrap;
	transition: background-color .3s, color .3s, border-color .3s;
}

.button__arrow {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 22px;
	transition: stroke .3s;
}

body.smartcykler .button:hover, body.smartcykler .button:focus-visible {
	background-color: var(--sc-light-color);
	color: var(--sc-accent-text-color);
	border-color: var(--sc-light-color);
}

.button:hover .button__arrow, .button:focus-visible .button__arrow {
	stroke: var(--sc-accent-text-color);
}

.button.button--outlined-white {
	background-color: transparent;
	border-color: rgba(255, 255, 255, .5);
	color: var(--sc-light-text-color);
}

.button.button--outlined-white:hover, .button.button--outlined-white:focus-visible {
	background-color: var(--sc-light-color);
	color: var(--sc-accent-color);
	border-color: var(--sc-light-color);
}

.button.button--outlined {
	background-color: transparent;
	border-color: var(--sc-main-color);
	color: var(--sc-main-color);
}

.button.button--outlined .button__arrow {
	stroke: var(--sc-main-color);
}

.button.button--outlined:hover, .button.button--outlined:focus-visible {
	background-color: var(--sc-accent-color);
	color: var(--sc-light-text-color);
	border-color: var(--sc-accent-color);
}

.button.button--outlined:hover .button__arrow, .button.button--outlined:focus-visible .button__arrow {
	stroke: var(--sc-light-text-color);
}

.nav ul li {
	position: static;
}

.menu-item-has-children .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	text-align: left;
	white-space: nowrap;
	right: 0;
	width: 100%;
	background: #fff;
	padding: 20px 0;
	-webkit-box-shadow: 0px 1px 4px rgba(123, 123, 123, .39) !important;
	box-shadow: 0px 1px 4px rgba(123, 123, 123, .39) !important;
}

.menu-item-has-children .sub-menu .menu-item a {
	display: block;
	white-space: normal;
	text-align: center;
	color: initial;
}

.menu-item-has-children:hover>.sub-menu, .menu-item-has-children:focus-visible>.sub-menu {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.menu-icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 16px;
	height: 16px;
}

.menu-icon span {
	display: block;
	height: 1px;
	width: 100%;
	background-color: var(--sc-main-text-color);
}

.chat-button {
	position: fixed;
	right: 16px;
	bottom: 16px;
	width: 224px;
	z-index: 10;
	display: flex;
}

.chat-button__image {
	width: 64px;
	height: 64px;
	object-fit: cover;
}

.chat-button__content {
	background-color: var(--sc-main-color);
	color: var(--sc-light-text-color);
	padding: 10px 16px;
	flex-grow: 1;
	text-align: left;
}

.chat-button__name {
	display: block;
	font-size: var(--sc-extrasmall-font-size);
	line-height: var(--sc-supersmall-line-height);
	font-weight: var(--sc-bold-font-weight);
	color: var(--sc-accent-text-color);
	letter-spacing: var(--sc-medium-letter-spacing);
	text-transform: uppercase;
}

.chat-button__name svg {
	margin-right: 3px;
	margin-bottom: -2px;
}

.chat-button__description {
	display: block;
	margin-top: 7px;
	line-height: var(--sc-semismall-line-height);
	color: rgba(255, 255, 255, .5);
}

.chat-button__description b {
	color: var(--sc-light-text-color);
	font-weight: var(--sc-main-font-weight);
	margin-right: 2px;
}

@media (max-width:768px) {
	.section {
		padding: 60px 0;
	}
}

@media (max-width:600px) {
	.section {
		padding: 40px 0;
	}
	
	.main-header {
		display: block;
		margin-bottom: 48px;
	}
	
	.main-headlines {
		padding-right: 0;
		margin-bottom: 16px;
	}
}

.card__image-wrapper {
	width: 100%;
	height: 208px;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--sc-bg-color);
	transition: background-color .3s;
}

.card__image-wrapper svg {
	transition: stroke .3s;
	max-width: 100%;
}

.card__inner {
	background-color: var(--sc-main-color);
	color: var(--sc-light-text-color);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px;
	transition: color .3s, background-color .3s;
}

.card__content {
	padding-right: 10px;
	line-height: var(--sc-supersmall-line-height);
	font-weight: var(--sc-semibold-font-weight);
}

.card__description {
	display: block;
	color: var(--sc-accent-text-color);
	margin-top: 8px;
	transition: color .3s;
}

.card__arrow {
	width: 24px;
	height: 24px;
	stroke: var(--sc-accent-color);
	transition: stroke .3s;
}

.card:hover .card__image-wrapper, .card:focus-visible .card__image-wrapper {
	background-color: var(--sc-main-color);
}

.card:hover .card__image-wrapper svg, .card:focus-visible .card__image-wrapper svg {
	stroke: var(--sc-accent-color) !important;
}

.card:hover .card__inner, .card:focus-visible .card__inner {
	background-color: var(--sc-accent-color);
	color: var(--sc-light-text-color);
}

.card:hover .card__arrow, .card:focus-visible .card__arrow {
	stroke: var(--sc-light-text-color);
}

.card:hover .card__description, .card:focus-visible .card__description {
	color: var(--sc-light-text-color);
}

.product-card {
	background-color: var(--sc-light-color);
}

.custom-sale-badge, .product-card__sale, .discount-price {
	display: flex;
	justify-content: space-between;
	padding: 20px 24px;
	color: var(--sc-light-text-color);
	font-weight: var(--sc-semibold-font-weight);
	line-height: var(--sc-small-line-height);
	background-color: var(--sc-accent-color);
}

.product-card__sale, .discount-price {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}

.fwpl-result {
	position: relative;
	font-size: 14px;
	margin-bottom: 2em;
}

.product-card__image-link {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	overflow: hidden;
	padding: 60px 0;
}

.product-card__image {
	padding: 0 40px;
	transition: transform .3s;
	max-width: 100%;
}

.product-card__content {
	padding: 32px;
	font-size: var(--sc-medium-font-size);
	line-height: var(--sc-small-line-height);
	font-weight: var(--sc-semibold-font-weight);
	transition: background-color .3s, color .3s;
}

.product-card__name {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: var(--sc-medium-font-size);
}

.product-card__prices {
	margin-top: 16px;
	min-height: 47px;
}

.product-card__price {
	color: var(--sc-accent-text-color);
}

.product-card__discount-price {
	display: block;
	font-size: var(--sc-semismall-font-size);
	text-decoration: none;
	opacity: .4;
	color: var(--sc-main-text-color);
	margin-top: 8px;
	transition: color .3s;
}

.product-card:hover .product-card__image, .product-card:focus-within .product-card__image {
	transform: scale(1.1);
}

.product-card:hover .product-card__content, .product-card:focus-within .product-card__content {
	background-color: var(--sc-main-color);
	color: var(--sc-light-text-color);
}

.product-card:hover .product-card__discount-price, .product-card:focus-within .product-card__discount-price {
	color: var(--sc-light-text-color);
}

.product-card__choose-variant {
	display: block;
	margin-top: 24px;
	opacity: .5;
	font-size: var(--sc-main-font-size);
	text-decoration: underline;
}

.news-card__image {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.news-card__content, .news-card__link {
	background-color: var(--sc-light-color);
	padding: 40px;
}

.news-card__meta {
	line-height: var(--sc-supersmall-line-height);
	font-weight: var(--sc-semibold-font-weight);
	color: var(--sc-accent-text-color);
	text-transform: uppercase;
	margin-bottom: 16px;
}

.news-card__meta-item {
	display: inline;
}

.news-card__meta-item+.news-card__meta-item::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: var(--sc-accent-color);
	border-radius: 50%;
	margin: 0 8px 4px;
}

.news-card__headline, .news-card__description {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-card__headline {
	font-size: var(--sc-extrabig-font-size);
	line-height: var(--sc-small-line-height);
	font-weight: var(--sc-medium-font-weight);
}

.news-card__description {
	margin-top: 24px;
	opacity: .5;
}

.news-card__footer {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.news-card__link {
	display: flex;
	justify-content: space-between;
	line-height: var(--sc-supersmall-line-height);
	font-weight: var(--sc-semibold-font-weight);
	text-transform: uppercase;
	letter-spacing: var(--sc-medium-letter-spacing);
	transition: background-color .3s, color .3s;
}

.news-card__link:hover, .news-card__link:focus-visible {
	background-color: var(--sc-accent-color);
	color: var(--sc-light-text-color);
}

.news-card__link-arrow {
	width: 16px;
	height: 16px;
	stroke: currentColor;
}

.top-usps {
	background: #2c3630;
	padding: 5px 0;
}

.top-usps .hero__benefits {
	margin-top: 0;
}

.hero__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 24px 24px 40px;
	color: var(--sc-light-text-color);
	min-height: calc(100vh - var(--sc-header-height) - var(--sc-brands-height));
	background-size: cover;
	background-position: center;
}

.hero__inner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(36, 52, 49, .2), rgba(36, 52, 49, .2)), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}

.hero__inner>* {
	position: relative;
	z-index: 1;
}

.hero__bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.hero__offer {
	max-width: 480px;
	width: 100%;
	padding: 40px;
	margin-left: auto;
	font-weight: var(--sc-medium-font-weight);
	background-color: var(--sc-accent-color);
}

.hero__offer-top {
	display: flex;
	align-items: start;
	justify-content: space-between;
	font-size: var(--sc-semismall-font-size);
	line-height: var(--sc-supersmall-line-height);
	font-weight: var(--sc-bold-font-weight);
	letter-spacing: var(--sc-medium-letter-spacing);
	text-transform: uppercase;
}

.hero__offer-label {
	display: flex;
	align-items: center;
}

.hero__offer-label::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-48fbc87/www.smartcykler.dk/wp-content/themes/smartcykler/images/icons/label-outlined-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.hero__offer-arrow {
	width: 24px;
	height: 24px;
}

.hero__offer-headline {
	margin-top: 16px;
	font-size: var(--sc-headline-font-size);
	line-height: var(--sc-small-line-height);
	font-weight: inherit;
}

.hero__offer-description {
	margin-top: 24px;
	font-size: var(--sc-extrasmall-font-size);
	line-height: var(--sc-supersmall-line-height);
}

.hero__inner>.container, .hero__inner>.big-container {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 1320px;
}

.hero__content {
	margin-top: 40px;
}

.hero__trustpilot {
	margin-bottom: 16px;
	height: 20px;
}

.hero__headline {
	font-size: var(--sc-big-headline-font-size);
	line-height: var(--sc-extrasmall-line-height);
	font-weight: var(--sc-medium-font-weight);
	letter-spacing: var(--sc-small-letter-spacing);
}

.hero__buttons {
	margin-top: 40px;
}

.hero__buttons .button+.button {
	margin-left: 16px;
}

.hero__buttons .button+.button .button__arrow {
	transform: rotate(90deg);
}

.hero__benefits {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.hero__benefits-item {
	font-size: 11px;
	line-height: 44px;
	color: #fff;
	display: flex;
	align-items: center;
}

.hero__benefits-item span {
	display: inline-block;
	vertical-align: super;
	line-height: 44px;
}

.hero__benefits-icon-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	position: relative;
}

.hero-swiper {
	width: 100%;
	height: 44px;
	overflow: hidden;
}

.hero__benefits-icon-wrapper svg {
	width: 20px;
	height: 20px;
}

.hero__benefits-icon-wrapper::before {
	content: "";
	position: absolute;
	height: 44px;
	width: 36px;
	background-color: rgba(255, 255, 255, .1);
	clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
}

@media (max-width:960px) {
	.top-usps {
		visibility: visible;
		opacity: 1;
		transition: opacity .5s ease, visibility 0s .5s;
	}
	
	.top-usps.visible {
		transition: opacity .5s ease;
	}
	
	.hero__benefits {
		flex-wrap: nowrap;
	}
	
	.top-usps .hero__benefits {
		text-align: center;
	}
	
	.hero__benefits {
		display: flex;
		flex-direction: column;
	}
	
	.hero-swiper .swiper-slide {
		opacity: 0;
		transition: opacity .8s ease;
		justify-content: center;
	}
	
	.hero-swiper .swiper-slide-active {
		opacity: 1;
	}
}

@media (max-width:768px) {
	.hero__offer {
		padding: 20px;
	}
	
	.hero__offer-headline {
		font-size: var(--sc-big-font-size);
	}
	
	.hero__headline {
		font-size: var(--sc-headline-font-size);
	}
	
	.hero__content {
		margin-top: 60px;
	}
}

@media (max-width:600px) {
	.hero__buttons {
		display: block;
	}
	
	.hero__buttons .button {
		width: 100%;
	}
	
	.hero__buttons .button+.button {
		margin-left: 0;
		margin-top: 4px;
	}
	
	.hero__benefits-item {
		width: 100%;
	}
}

@media (max-width:450px) {
	.hero__inner, .hero__offer {
		padding: 16px;
	}
}

.sticky {
	position: sticky;
	top: 0;
	z-index: 99999;
}

.header {
	height: var(--sc-header-height);
	position: relative;
	z-index: 10;
	background: #fff;
}

.header__nav {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 24px;
}

.header__nav .logo__image {
	height: 40px;
	width: auto;
}

.header__nav .menu {
	display: flex;
	font-size: var(--sc-small-font-size);
	line-height: var(--sc-supersmall-line-height);
	font-weight: var(--sc-semibold-font-weight);
	letter-spacing: var(--sc-medium-letter-spacing);
	text-transform: uppercase;
}

.header__nav .menu-item a {
	display: inline-block;
	padding: 14px 28px 39px 28px;
}

.header__nav .menu-item-has-children>a::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 8px;
	margin-left: 8px;
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-48fbc87/www.smartcykler.dk/wp-content/themes/smartcykler/images/icons/arrow-down.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center 80%;
}

.header__nav .menu-item-has-children .sub-menu {
	padding-top: 24px;
	transform: translateY(-20%);
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	gap: 20px 0;
}

.header__nav .menu-item-has-children .sub-menu>.menu-item {
	width: 14.28%;
	padding: 0 10px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: center;
}

.header__nav .menu-item-has-children .sub-menu a {
	padding: 0;
}

.header__nav .menu-item-has-children:hover>.sub-menu, .header__nav .menu-item-has-children:focus-visible>.sub-menu {
	transform: translateY(0);
	display: flex;
}

.header__nav .menu-item-has-children .sub-menu img {
	height: 110px;
	width: 100%;
	margin-bottom: 10px;
}

.header__open-search {
	display: inline-block;
	padding: 14px 28px;
}

body.smartcykler .header__open-search {
	padding-top: 14px;
}

.header__nav .icons-menu {
	display: flex;
	line-height: var(--sc-supersmall-line-height);
}

.header__nav .icons-menu__item-link {
	display: inline-block;
	padding: 11px 12px;
	background-color: var(--sc-bg-color);
}

.header__nav .icons-menu__item+.icons-menu__item {
	margin-left: 8px;
}

.header__nav .icons-menu__item-icon {
	width: 16px;
	height: 16px;
}

.header__nav .icons-menu__item-text {
	margin-right: 16px;
}

.header__nav .icons-menu__item-text i {
	font-style: normal;
	opacity: .5;
	margin-right: 8px;
}

.header__nav .icons-menu__item--accent .icons-menu__item-link {
	background-color: rgba(240, 124, 0, .1);
}

.header__nav .icons-menu__item--mobile {
	display: none;
}

.header .search {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	transform: translateY(-10px);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: all .3s;
}

.header .search__input, .header .search__button {
	border: none;
	background-color: var(--sc-bg-color);
	height: 50px;
}

.header .search__form {
	display: flex;
}

.header .search__input {
	width: 100%;
	padding-left: 16px;
}

.header .search__button {
	padding: 4px 20px;
}

.header .search.search--active {
	opacity: 1;
	pointer-events: all;
	transform: translateY(0);
	visibility: visible;
}

@media (max-width:1300px) {
	.header__nav .menu-item a, .header__open-search {
		padding: 14px;
	}
	
	.header__nav .menu-item-has-children a::after {
		margin-left: 4px;
	}
}

@media (max-width:1100px) {
	.header__nav .menu-item a, .header__open-search {
		padding: 14px 8px;
	}
}

@media (max-width:959px) {
	.hero__benefits:not(.swiper-wrapper)>.hero__benefits-item:not(:first-child) {
		display: none;
	}
}

@media (max-width:950px) {
	.header__nav .menu {
		display: none;
	}
	
	.header__nav .icons-menu__item--mobile {
		display: block;
	}
}

@media (max-width:600px) {
	.header__nav .icons-menu__item-text {
		display: none;
	}
}

@media (max-width:450px) {
	:root {
		--sc-header-height: 72px;
	}
	
	.header__nav {
		padding: 16px 0;
	}
	
	.header__nav .logo__image {
		height: 28px;
		object-fit: contain;
	}
	
	.header__nav .icons-menu__item+.icons-menu__item {
		margin-left: 4px;
	}
}

.footer {
	padding-top: 325px;
}

.footer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--sc-light-text-color);
	background-color: var(--sc-main-color);
}

.footer__contacts {
	display: inline-block;
	width: 100%;
	max-width: 1000px;
	margin: -325px auto 0;
	font-size: var(--sc-medium-font-size);
	line-height: var(--sc-small-line-height);
	font-weight: var(--sc-medium-font-weight);
	color: var(--sc-main-text-color);
	background-color: var(--sc-bg-color);
}

.footer__contacts-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 420px;
	padding: 0 40px;
}

.footer .footer__contacts-map {
	max-width: 350px;
	height: auto;
	align-self: flex-end;
	margin-right: 50px;
}

.footer__contacts-content {
	font-style: normal;
	max-width: 424px;
	margin-right: 20px;
	padding: 40px 0;
}

.footer__contacts-item+.footer__contacts-item {
	margin-top: 48px;
}

.footer__contacts-icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-right: 24px;
	position: relative;
	z-index: 1;
}

.footer__contacts-icon-wrapper::before {
	content: "";
	position: absolute;
	height: 46px;
	width: 40px;
	background-color: rgba(240, 124, 0, .1);
	clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
}

.footer__contacts-link {
	display: flex;
	align-items: center;
}

.footer__contacts-link svg {
	width: 24px;
	height: 24px;
}

.footer__newsletter {
	width: 100%;
}

.footer__newsletter form {
	display: flex;
	max-width: 573px;
	width: 100%;
}

.footer__newsletter .mc4wp-form-fields {
	display: flex;
	width: 100%;
}

.footer__newsletter input, .footer__newsletter button {
	height: 72px;
}

.footer__newsletter input {
	width: 100%;
	padding: 0 24px;
	background-color: rgba(255, 255, 255, .1);
	border: none;
	color: var(--sc-light-text-color);
}

.footer__newsletter input::placeholder {
	color: var(--sc-light-text-color);
}

.footer__newsletter button {
	padding: 30px 20px;
	border: none;
	color: var(--sc-light-text-color);
	font-size: var(--sc-small-font-size);
	line-height: var(--sc-supersmall-line-height);
	font-weight: var(--sc-bold-font-weight);
	text-transform: uppercase;
	letter-spacing: var(--sc-big-letter-spacing);
	background-color: var(--sc-accent-color);
	white-space: nowrap;
	transition: background-color .3s, color .3s;
}

.footer__newsletter button:hover, .footer__newsletter button:focus-visible {
	background-color: var(--sc-light-color);
	color: var(--sc-accent-text-color);
}

.footer__newsletter-inner {
	display: flex;
	justify-content: space-between;
	padding: 80px 0;
}

.footer__newsletter-headline {
	font-size: var(--sc-big-font-size);
	line-height: var(--sc-semismall-line-height);
	font-weight: var(--sc-main-font-weight);
	max-width: 424px;
}

.footer__newsletter-headline b {
	color: var(--sc-accent-text-color);
	font-weight: var(--sc-main-font-weight);
}

.footer__main {
	border-top: 1px solid rgba(255, 255, 255, .1);
	width: 100%;
}

.footer__schedule, .footer__schedule-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.footer__schedule {
	justify-content: space-between;
	padding: 80px 0;
}

.footer__schedule-headline {
	font-size: var(--sc-big-font-size);
	line-height: var(--sc-small-line-height);
	font-weight: var(--sc-main-font-weight);
	padding-right: 40px;
}

.footer__schedule-item {
	font-size: var(--sc-semibig-font-size);
	line-height: var(--sc-small-line-height);
	color: var(--sc-accent-text-color);
	font-weight: var(--sc-medium-font-weight);
}

.footer__schedule-item b {
	display: block;
	font-size: var(--sc-headline-font-size);
	font-weight: var(--sc-main-font-weight);
	color: var(--sc-light-text-color);
}

.footer__schedule-item+.footer__schedule-item {
	margin-left: 64px;
}

.footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
	width: 100%;
	padding: 35px 0;
}

.footer__nav, .footer__nav-list {
	display: flex;
	align-items: center;
}

.footer__nav-list {
	flex-wrap: wrap;
	gap: 10px;
}

.footer__nav {
	justify-content: space-between;
	font-size: var(--sc-semismall-font-size);
	line-height: var(--sc-small-line-height);
	font-weight: var(--sc-medium-font-weight);
}

.footer__nav-menus {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer__nav-list>li {
	padding: 0 0 0 10px;
}

.footer__nav-list>li:first-child {
	padding-left: 0;
}

.footer__nav-list>li:last-child {
	padding-right: 0;
}

.footer__nav-list>li+li {
	border-left: 1px solid rgba(255, 255, 255, .2);
}

.footer .social {
	display: flex;
}

.footer .social__item-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, .2);
}

.footer .social__item-link:hover svg, .footer .social__item-link:focus-visible svg {
	fill: var(--sc-accent-color);
}

.footer .social__item+.social__item {
	margin-left: 16px;
}

.footer .social svg {
	fill: var(--sc-light-text-color);
	transition: fill .3s;
}

.footer__contacts-link, .footer__nav-link {
	transition: color .4s;
}

.footer__contacts-link:hover, .footer__contacts-link:focus-visible, .footer__nav-link:hover, .footer__nav-link:focus-visible {
	color: var(--sc-accent-text-color);
}

.cards {
	background: #eee;
	text-align: center;
	padding: 25px 0;
}

.cards img {
	display: inline-block;
	margin: 0;
	max-width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

@media (max-width:1200px) {
	.footer__schedule-item+.footer__schedule-item {
		margin-left: 34px;
	}
}

@media (max-width:1100px) {
	.footer__newsletter-inner {
		display: block;
	}
	
	.footer__newsletter-headline {
		margin-bottom: 16px;
	}
	
	.footer__schedule {
		display: block;
	}
	
	.footer__schedule-headline {
		margin-bottom: 40px;
	}
	
	.footer__contacts-map {
		width: 60%;
	}
	
	.footer__contacts-content {
		max-width: none;
		width: 40%;
	}
}

@media (max-width:900px) {
	.footer__contacts-inner {
		display: block;
		padding-top: 80px;
	}
	
	.footer__contacts-content, .footer__contacts-map {
		width: auto;
	}
	
	.footer__contacts-map {
		max-width: 500px;
		margin: 40px auto 0;
	}
}

@media (max-width:768px) {
	.footer__schedule-list {
		display: block;
	}
	
	.footer__schedule-item+.footer__schedule-item {
		margin-left: 0;
		margin-top: 32px;
	}
	
	.footer__nav {
		display: block;
	}
	
	.footer__nav-list {
		display: block;
	}
	
	.footer__nav-list li+li {
		border: none;
		padding: 0;
		margin-top: 10px;
	}
	
	.footer__nav-item {
		padding: 0;
	}
	
	.footer__nav-item+.footer__nav-item {
		border: none;
		margin-top: 32px;
	}
	
	.footer .social {
		margin-top: 40px;
	}
	
	.footer__contacts {
		background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/source/rev-48fbc87/www.smartcykler.dk/wp-content/uploads/2025/05/dk.svg");
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	.footer__contacts.nitro-lazy {
		background-image: none !important;
	}
	
	.footer__contacts-inner {
		padding-top: 0;
		min-height: unset;
	}
	
	.footer__contacts-content {
		margin-right: 0 !important;
		padding: 50px 0;
	}
	
	.footer__contacts-map {
		display: none;
	}
	
	.seo_text {
		padding-bottom: 100px;
	}
}

@media (max-width:600px) {
	.footer__contacts {
		font-size: 17px;
	}
	
	.footer__contacts-map {
		width: 100%;
	}
	
	.footer__newsletter form, .footer__newsletter .mc4wp-form-fields {
		display: block;
	}
	
	.footer__newsletter button {
		width: 100%;
	}
	
	.footer__newsletter input, .footer__newsletter button {
		height: 50px;
	}
	
	.footer__newsletter button {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.footer__schedule {
		padding: 80px 0;
	}
	
	.footer__schedule-headline {
		font-size: 40px;
	}
	
	.footer__bottom {
		padding: 40px 0;
	}
}

.categories__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 24px;
}

@media (max-width:1000px) {
	.categories__list {
		grid-gap: 8px;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:768px) {
	.categories .card__image-wrapper {
		padding: 20px;
		height: 160px;
	}
	
	.categories .card__inner {
		padding: 16px 16px;
	}
}

@media (max-width:600px) {
	.categories__list {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.categories .card__image-wrapper svg {
		width: auto;
		height: auto;
	}
	
	.categories .card__inner {
		align-items: start;
		padding: 16px 8px;
		font-size: var(--sc-semismall-font-size);
	}
	
	.categories .card__arrow {
		width: 14px;
		height: 14px;
	}
}

.mobile-menu {
	display: none;
}

.main-content {
	padding: 60px 0;
}

.main-content .main-headline {
	margin-bottom: 40px;
}

.main-content__content>*+* {
	margin-top: 24px;
}

@media (max-width:600px) {
	.main-content {
		padding: 40px 0;
	}
}

.page-404 .main-headline b {
	display: block;
	font-size: 140px;
	font-weight: var(--sc-bold-font-weight);
	color: var(--sc-accent-color);
}

.woocommerce .products.columns-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 24px;
	align-items: start;
}

.woocommerce .products.columns-3::before, .woocommerce .products.columns-3::after {
	content: none;
}

.woocommerce .products.columns-3 .product-card {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.woocommerce .woocommerce-result-count {
	opacity: .5;
}

.woocommerce .orderby {
	height: 40px;
	padding: 0 12px;
	background-color: var(--sc-bg-color);
	border: none;
}

@media (max-width:1200px) {
	.woocommerce .products.columns-3 .product-card .product-card__sale, .woocommerce .products.columns-3 .product-card .product-card__content, .woocommerce .products.columns-3 .product-card .product-card__image {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.woocommerce .products.columns-3 {
		grid-gap: 16px;
	}
}

@media (max-width:1000px) {
	.woocommerce .products.columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:768px) {
	.woocommerce .products.columns-3 .product-card .product-card__sale {
		padding: 8px 16px;
		justify-content: center;
	}
	
	.woocommerce .products.columns-3 .product-card .product-card__sale-amount {
		display: none;
	}
	
	.woocommerce .products.columns-3 .product-card .product-card__name {
		font-size: var(--sc-main-font-size);
		-webkit-line-clamp: 2;
		min-height: 39px;
	}
}

@media (max-width:600px) {
	.woocommerce .products.columns-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:360px) {
	.woocommerce .products.columns-3 {
		grid-template-columns: 1fr;
	}
}

h2.search-no-results {
	opacity: .5;
}

.woocommerce span.onsale {
	background-color: var(--sc-accent-color);
}

.woocommerce .summary .product__name {
	font-size: var(--sc-big-font-size);
	font-weight: var(--sc-bold-font-weight);
	letter-spacing: var(--sc-big-letter-spacing);
}

.woocommerce .summary .price {
	margin: 24px 0;
	line-height: var(--sc-small-line-height);
}

.woocommerce div.product p.price del {
	font-size: 14px;
	color: #000;
	opacity: .5;
}

.woocommerce div.product p.price ins {
	display: block;
	font-size: var(--sc-big-font-size);
	color: var(--sc-accent-text-color);
	text-decoration: none;
}

.woocommerce .summary .qty {
	height: 50px;
	text-align: center;
	background-color: var(--sc-bg-color);
	border: none;
}

.woocommerce .summary .single_add_to_cart_button, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, .woocommerce-button, .woocommerce .product__price-policy-button {
	padding: 18px 19px;
	font-size: var(--sc-small-font-size);
	line-height: var(--sc-supersmall-line-height);
	font-weight: var(--sc-bold-font-weight);
	letter-spacing: var(--sc-big-letter-spacing);
	color: var(--sc-light-text-color) !important;
	text-transform: uppercase;
	text-align: center;
	background-color: var(--sc-accent-color) !important;
	border: 1px solid var(--sc-accent-color);
	transition: background-color .3s, color .3s, border-color .3s;
	border-radius: 0 !important;
}

.woocommerce .summary .single_add_to_cart_button:hover, .woocommerce .summary .single_add_to_cart_button:focus-visible, .wc-block-cart__submit-button:hover, .wc-block-cart__submit-button:focus-visible, .wc-block-components-checkout-place-order-button:hover, .wc-block-components-checkout-place-order-button:focus-visible, .woocommerce-button:hover, .woocommerce-button:focus-visible {
	background-color: var(--sc-light-color) !important;
	color: var(--sc-accent-text-color) !important;
	border-color: var(--sc-light-color);
}

.woocommerce .summary .product_meta {
	opacity: .5;
}

.product_meta {
	display: flex;
	flex-direction: column;
}

.related.products {
	clear: both;
}

.related.products h2, .up-sells.products h2 {
	margin-bottom: 40px;
}

.wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-blocks-components-select .wc-blocks-components-select__select, .woocommerce-Input {
	border: none !important;
	background-color: var(--sc-bg-color) !important;
}

.main-content .attachment-post-thumbnail {
	width: 100%;
	height: 350px;
	object-fit: cover;
	margin-bottom: 24px;
}

.main-content .date, .main-content .post-category {
	opacity: .5;
}

.header__search-field {
	display: none;
}

@media (min-width:1440px) {
	.woocommerce-product-search {
		border-bottom: 1px solid #000;
		display: flex;
		align-items: center;
	}
	
	.woocommerce-product-search .search-field {
		border: none;
		border-radius: 25px;
		padding: 5px 15px;
		outline: none !important;
		width: 100%;
	}
	
	.woocommerce-product-search .search-field::placeholder {
		font-size: 14px;
	}
}

@media (min-width:1600px) {
	.header__search-field {
		max-width: 360px;
	}
}

.shop-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.shop-container .shop-sidebar {
	margin-bottom: 20px;
}

.shop-container .shop-sidebar, .shop-container ul.products {
	width: 100%;
}

.wpfFilterWrapper:first-child {
	margin-top: 0;
}

.wpfFilterWrapper {
	background-color: var(--sc-bg-color);
}

.wpfFilterTitle, .wpfFilterWrapper .wfpTitle {
	display: flex;
	align-items: center;
}

.wpfFilterWrapper .wpfFilterTitle {
	justify-content: space-between;
	padding: 5px;
}

.wpfFilterButtons .wpfClearButton {
	background-color: var(--sc-accent-color);
	color: #fff;
	min-height: unset;
	width: auto;
	padding: 5px 15px;
}

.shop-sidebar .aws-container {
	margin-bottom: 12px;
}

.shop-sidebar .aws-container .aws-search-field, .shop-sidebar .aws-container .aws-search-form .aws-form-btn {
	border: none;
	background-color: var(--sc-bg-color);
}

.shop-sidebar .aws-container .aws-search-field {
	padding-left: 15px;
	font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs .panel>h2 {
	display: none;
}

.woocommerce-Tabs-panel--description table {
	background-color: transparent;
	width: 100%;
	margin-block-end: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse;
	border-color: gray;
}

#tab-description table td, table th {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

body.smartcykler a.size_guide_icon {
	position: absolute;
	line-height: 46px;
	height: 46px;
	width: 46px;
	background-color: var(--sc-accent-color);
	color: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: var(--sc-accent-color);
	left: 0;
	bottom: 120px;
	font-size: 22px;
}

.woocommerce div.product form.cart {
	position: relative;
}

.single-product .variations th {
	padding: 15px 35px !important;
	border-right: 1px solid #000 !important;
	vertical-align: middle !important;
	line-height: normal !important;
	background-color: hsla(0, 0%, 50.2%, .0705882353);
	font-size: 14px;
	display: flex;
	max-height: 46px;
}

.woocommerce div.product form.cart .variations {
	width: calc(60% - 46px);
	margin-left: 46px;
	float: left;
	max-height: 46px;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	max-height: 46px;
	padding: 0;
}

.single-product .variations {
	width: calc(100% - 46px) !important;
}

.woocommerce div.product form.cart .variations select {
	height: 46px;
	border-radius: 0;
	border-left: 0;
	padding-left: 16px;
	width: 100%;
}

.quantity, .buttons_added, .reset_variations {
	width: 0;
	height: 0;
	display: none !important;
	visibility: hidden !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled {
	padding: 18px 19px !important;
}

.woocommerce div.product p.stock {
	display: inline-block;
	background: #f8410c;
	color: #fff;
	padding: 4px 12px;
	margin-bottom: 15px;
}

.size_guide_text {
	padding-bottom: 5px;
}

.size_guide_text span {
	font-size: .8em;
}

.woocommerce div.product p.stock.in-stock {
	background: var(--sc-accent-color) !important;
}

.product-badge {
	margin-top: 10px;
	text-align: center;
}

.badge-link {
	display: inline-block;
	background-color: var(--sc-accent-color);
	color: #fff;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	top: 2.5em;
}

.woocommerce .product__price-policy-button {
	width: 100%;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}

.description.is-hidden {
	display: none;
}

.readmoreless {
	color: var(--sc-accent-text-color);
	cursor: pointer;
}

#extraProduct {
	background-color: var(--sc-bg-color) !important;
	padding: 20px;
	margin: 20px 0;
}

#extraProduct label {
	display: block;
}

#extraProduct .description a {
	color: var(--sc-accent-text-color);
}

.woocommerce-Tabs-panel--description > :where(:not(:first-child)) {
	margin-top: 16px;
}

@media (min-width:768px) {
	.shop-container .shop-sidebar {
		width: 25%;
		margin-bottom: 0;
	}
	
	.shop-container ul.products {
		width: 75%;
		padding-left: 24px;
	}
}

@media (min-width:1024px) {
	.header__nav .menu-item-has-children .sub-menu .menu-item {
		width: 14.28%;
	}
}

.woocommerce .products.columns-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 24px;
}

.woocommerce .products.columns-4::before, .woocommerce .products.columns-4::after {
	content: none;
}

.woocommerce .products.columns-4 .product-card {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media (max-width:1200px) {
	.woocommerce .products.columns-4 .product-card .product-card__sale, .woocommerce .products.columns-4 .product-card .product-card__content, .woocommerce .products.columns-4 .product-card .product-card__image {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.woocommerce .products.columns-4 {
		grid-gap: 16px;
	}
}

@media (max-width:1000px) {
	.woocommerce .products.columns-4 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:768px) {
	.woocommerce .products.columns-4 .product-card .product-card__sale {
		padding: 8px 16px;
		justify-content: center;
	}
	
	.woocommerce .products.columns-4 .product-card .product-card__sale-amount {
		display: none;
	}
	
	.woocommerce .products.columns-4 .product-card .product-card__name {
		font-size: var(--sc-main-font-size);
		-webkit-line-clamp: 2;
		min-height: 39px;
	}
}

@media (max-width:600px) {
	.woocommerce .products.columns-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:380px) {
	.footer__contacts-inner {
		padding: 0 10px;
	}
}

@media (max-width:360px) {
	.woocommerce .products.columns-4 {
		grid-template-columns: 1fr;
	}
}

.shop-categories {
	padding: 0 0 24px;
}

.shop-founder {
	padding: 16px 0;
	margin-top: 40px;
}

.shop-founder__image {
	width: 100%;
	margin-bottom: 12px;
}

.shop-founder > :where(:not(:first-child)) {
	margin-top: 12px;
}

@media (max-width:768px) {
	.shop-founder {
		display: none;
	}
}

.woocommerce img, .woocommerce-page img {
	object-fit: contain;
	height: 100%;
}

.elementor-section .elementor-container {
	max-width: 1320px !important;
	margin: auto;
}

.facet-wrap>.facetwp-facet {
	margin: 0;
}

.fs-wrap, .facetwp-facet>select {
	width: 100% !important;
	background: var(--sc-bg-color);
}

.fs-wrap .fs-label-wrap, .facetwp-facet>select {
	border: none;
	padding: 8px;
}

.fs-wrap .fs-label-wrap {
	background: none;
}

.elementor-widget-woocommerce-product-meta .detail-label {
	font-weight: normal;
}

#boclassic_card_logos {
	display: flex;
	gap: 10px;
}

.cart #stcy1821-tilvalgs-produkt-wrapper {
	background-color: #f2f6f4;
	display: block;
}

@media (max-width:767px) {
	.sidebar-design .elementor-element:not(.elementor-hidden-tablet) {
		display: none;
	}
	
	.sidebar-design .elementor-element.elementor-widget-aws {
		display: block;
	}
}
