body.admin-bar .wrapper-navbar {
	top : 32px;
}

section.block {
	scroll-margin-top: 63px;
}

body.admin-bar section.block {
	scroll-margin-top: 95px;
}

.bg-dark-grey {
	background-color: #1A1A1A !important;
}

.bg-light-blue {
	background: #d8e2e5 !important;
}

.bg-new-blue {
	background: #4D7A8C !important;
}

.btn-underline {
	border-top: none;
	border-bottom: 2px solid #fff;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

.btn-underline:hover {
	border-top: none;
	border-bottom: 2px solid #fff;
	margin: 0 0 8px;
	padding: 0 0 2px;
}

.fs14 {
	 font-size: 14px !important;
}

.fs16 {
	font-size: 16px !important;
}

.fs20 {
	font-size: 20px !important;
}

.fs21 {
	font-size: 21px !important;
}

.fs22{
	font-size: 22px !important;
}

.fs24 {
	font-size: 24px !important;
}

.fs26 {
	font-size: 26px !important;
}

.fs28 {
	font-size: 28px !important;
}

.fs32{
	font-size: 32px !important;
}

.fs34{
	font-size: 34px !important;
}

.fs48 {
	font-size: 48px !important;
}

.o-0 {
	opacity: 0;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pe-6 {
	padding-right: 6em !important;
}

.pt-120 {
	padding-top: 120px !important;
}
.pt-180 {
	padding-top: 180px !important;
}

.mobile-nav .ck-logo {
	display: block;
	margin: 0 auto;
	max-width: 250px;
}

.wrapper-navbar .mobile-nav .mobile-menu-wrapper .ck-close .ck-close-svg {
	margin: 5px 0;
}

.landing-hero {
	background: linear-gradient(135deg, #3a6070 0%, #4d7a8c 100%);
	position: relative;
}

.check-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.check-list li {
	position: relative;
	padding-left: 38px;
	margin-bottom: 12px;
}

.check-list li::before {
	content: '\f00c'; /* fa-check */
	font-family: 'Font Awesome 6 Pro';
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	position: absolute;
	left: 0;
	top: 1px;
}

.text-underline {
	text-decoration: underline !important;
}

.text-yellow {
	color: #F9F103 !important;
}

.review-stars .star {
	display: block;
	height: 16px;
	position: relative;
	width: 16px;
}

.review-stars .star .icon {
	left: 0;
	position: absolute;
	top: 0;
}

.review-stars .star .icon--full {
	z-index: 3;
}

.review-stars .star .icon--half {
	z-index: 2;
}

.review-stars .star .icon--none {
	z-index: 1;
}

.weight-calc-card {
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.weight-unit-toggle {
	background: #f0f1f2;
	border-radius: 50px;
	padding: 4px;
}

.weight-unit-btn {
	border: none;
	border-radius: 50px;
	padding: 10px 0;
	background: transparent;
	color: #302f40;
	cursor: pointer;
	transition: all 0.3s ease;
}

.weight-unit-btn.active {
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.weight-calc-slider {
	-webkit-appearance: none;
	appearance: none;
	height: 4px;
	border-radius: 2px;
	outline: none;
	cursor: pointer;
	background: linear-gradient(to right, #436e65 60%, #e4e6e7 60%);
}

.weight-calc-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #436e65;
	cursor: pointer;
	border: none;
	box-shadow: 0 2px 6px rgba(67, 110, 101, 0.4);
}

.weight-calc-slider::-moz-range-thumb {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #436e65;
	cursor: pointer;
	border: none;
	box-shadow: 0 2px 6px rgba(67, 110, 101, 0.4);
}

.weight-calc-cta {
	background: #302f40;
	padding: 18px 24px;
	border-radius: 4px;
	letter-spacing: 0.08em;
	transition: opacity 0.3s ease;
}

.weight-calc-cta:hover {
	opacity: 0.85;
	color: #ffffff;
}

.wrapper-navbar.scroll-active .sculpt-nav-link {
	color: #1a1a1a !important;
}

.wrapper-navbar.scroll-active .ck-logo .kilo {
	fill: #1a1a1a !important;
}

@media (max-width: 575px) {

	.landing-hero .span-break {
		display: block;
	}

}

@media (max-width: 782px) {

	body.admin-bar .wrapper-navbar {
		top: 0;
	}

	body.admin-bar section.block {
		scroll-margin-top: 132px;
	}

}

@media (max-width: 991px) {

	.landing-hero::before {
		background-image: url("https://cutkilo.com/wp-content/smush-webp/2026/03/hero-hand.png.webp");
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		height: 70vw;
		left: 80px;
		max-height: 250px;
		position: absolute;
		top: 60px;
		width: 100%;
		z-index: 0;
	}

}

@media (min-width: 576px) {

	.pt-sm-160 {
		padding-top: 160px !important;
	}

}

@media (min-width: 992px) {

	.bg-lg-dark-grey {
		background-color: #1A1A1A !important;
	}

	.fs20-lg {
		font-size: 20px !important;
	}

	.fs24-lg {
		font-size: 24px !important;
	}

	.fs26-lg {
		font-size: 26px !important;
	}

	.fs48-lg {
		font-size: 48px !important;
	}

	.pb-lg-20 {
		padding-bottom: 20px !important;
	}

	.pb-lg-40 {
		padding-bottom: 40px !important;
	}

	.pb-lg-60 {
		padding-bottom: 60px !important;
	}

	.pe-lg-6 {
		padding-right: 7rem !important;
	}

	.py-lg-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.text-lg-left {
		text-align: left !important;
	}

}

@media (min-width: 1600px) {

	.d-huge-block {
		display: block !important;
	}
	.d-huge-flex {
		display: flex !important;
	}

	.d-huge-none {
		display: none !important;
	}

}
